aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-20 18:18:10 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-20 18:18:10 +0000
commit87f397a2fabcf265efb39d1be4c2b87633579e19 (patch)
tree6f48a86a994967198656621d29195889aa9e72e8 /src
parent90dee68c255cd77c5e72fb78da8a02d07e3c1c49 (diff)
downloadopen-axiom-87f397a2fabcf265efb39d1be4c2b87633579e19.tar.gz
* algebra/coerce.spad.pamphlet (HomotopicTo): New.
* algebra/exposed.lsp.pamphlet: Expose it. * algebra/Makefile.pamphlet (axiom_algebra_layer_1): Include HOMOTOP.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/algebra/Makefile.in2
-rw-r--r--src/algebra/Makefile.pamphlet2
-rw-r--r--src/algebra/coerce.spad.pamphlet19
-rw-r--r--src/algebra/exposed.lsp.pamphlet1
-rw-r--r--src/share/algebra/browse.daase2872
-rw-r--r--src/share/algebra/category.daase4840
-rw-r--r--src/share/algebra/compress.daase1322
-rw-r--r--src/share/algebra/interp.daase10154
-rw-r--r--src/share/algebra/operation.daase32019
10 files changed, 25691 insertions, 25546 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4931d673..75128c99 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2008-11-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * algebra/coerce.spad.pamphlet (HomotopicTo): New.
+ * algebra/exposed.lsp.pamphlet: Expose it.
+ * algebra/Makefile.pamphlet (axiom_algebra_layer_1): Include HOMOTOP.
+
+2008-11-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* algebra/coerce.spad.pamphlet (CoercibleFrom): New.
(ConvertibleFrom): Likewise.
(RetractableTo): Use it.
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 0e9b9f99..9b0d0643 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -377,7 +377,7 @@ axiom_algebra_layer_1 = \
PATAB PPCURVE PSCURVE REAL RESLATC RETRACT \
RETRACT- SEGCAT BINDING BMODULE LOGIC \
LOGIC- EVALAB EVALAB- FEVALAB FEVALAB- BYTE \
- OSGROUP MAYBE DATAARY PROPLOG
+ OSGROUP MAYBE DATAARY PROPLOG HOMOTOP
axiom_algebra_layer_1_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_1))
diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet
index 28f9ad4e..00b3080d 100644
--- a/src/algebra/Makefile.pamphlet
+++ b/src/algebra/Makefile.pamphlet
@@ -220,7 +220,7 @@ axiom_algebra_layer_1 = \
PATAB PPCURVE PSCURVE REAL RESLATC RETRACT \
RETRACT- SEGCAT BINDING BMODULE LOGIC \
LOGIC- EVALAB EVALAB- FEVALAB FEVALAB- BYTE \
- OSGROUP MAYBE DATAARY PROPLOG
+ OSGROUP MAYBE DATAARY PROPLOG HOMOTOP
axiom_algebra_layer_1_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_1))
diff --git a/src/algebra/coerce.spad.pamphlet b/src/algebra/coerce.spad.pamphlet
index 8176377a..e8fb6b36 100644
--- a/src/algebra/coerce.spad.pamphlet
+++ b/src/algebra/coerce.spad.pamphlet
@@ -79,6 +79,23 @@ CoercibleFrom(S: Type): Category == with
@
+\section{category HOMOTOP HomotopicTo}
+
+<<category HOMOTOP HomotopicTo>>=
+)abbrev category HOMOTOP HomotopicTo
+++ Author: Gabriel Dos Reis
+++ Date Create: November 19, 2008
+++ Date Last Modified: November 19, 2008
+++ See Also: CoercibleTo, CoercibleFrom
+++ Description:
+++ A is homotopic to B iff any element of domain B can be
+++ automically converted into an element of domain B, and nay
+++ element of domain B can be automatically converted into an A.
+HomotopicTo(S: Type): Category == Join(CoercibleTo S, CoercibleFrom S)
+
+@
+
+
\section{category KONVERT ConvertibleTo}
<<category KONVERT ConvertibleTo>>=
@@ -189,6 +206,8 @@ RetractableTo(S: Type): Category == CoercibleFrom S with
<<category UTYPE UnionType>>
<<category KOERCE CoercibleTo>>
<<category KRCFROM CoercibleFrom>>
+<<category HOMOTOP HomotopicTo>>
+
<<category KONVERT ConvertibleTo>>
<<category KVTFROM ConvertibleFrom>>
<<category RETRACT RetractableTo>>
diff --git a/src/algebra/exposed.lsp.pamphlet b/src/algebra/exposed.lsp.pamphlet
index f0cf420e..42325b06 100644
--- a/src/algebra/exposed.lsp.pamphlet
+++ b/src/algebra/exposed.lsp.pamphlet
@@ -663,6 +663,7 @@
(|GradedModule| . GRMOD)
(|Group| . GROUP)
(|HomogeneousAggregate| . HOAGG)
+ (|HomotopicTo| . HOMOTOP)
(|HyperbolicFunctionCategory| . HYPCAT)
(|IndexedAggregate| . IXAGG)
(|IndexedDirectProductCategory| . IDPC)
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase
index 6f5bdb8e..9c8912b2 100644
--- a/src/share/algebra/browse.daase
+++ b/src/share/algebra/browse.daase
@@ -1,12 +1,12 @@
-(2272406 . 3436147953)
+(2272506 . 3436193628)
(-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.")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
(-20 S)
((|constructor| (NIL "The class of abelian groups,{} \\spadignore{i.e.} additive monoids where each element has an additive inverse. \\blankline")) (* (($ (|Integer|) $) "\\spad{n*x} is the product of \\spad{x} by the integer \\spad{n}.")) (- (($ $ $) "\\spad{x-y} is the difference of \\spad{x} and \\spad{y} \\spadignore{i.e.} \\spad{x + (-y)}.") (($ $) "\\spad{-x} is the additive inverse of \\spad{x}.")))
@@ -38,7 +38,7 @@ NIL
NIL
(-27)
((|constructor| (NIL "Model for algebraically closed fields.")) (|zerosOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zerosOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. Otherwise they are implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|zeroOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zeroOf(p,{} y)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity which displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity.") (($ (|Polynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. If possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootsOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootOf(p,{} y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}.") (($ (|Polynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-28 S R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p,{} y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,{}y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
@@ -46,7 +46,7 @@ NIL
NIL
(-29 R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p,{} y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,{}y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-4365 . T) (-4363 . T) (-4362 . T) ((-4370 "*") . T) (-4361 . T) (-4366 . T) (-4360 . T) (-4283 . T))
+((-4366 . T) (-4364 . T) (-4363 . T) ((-4371 "*") . T) (-4362 . T) (-4367 . T) (-4361 . T) (-4284 . 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,17 +56,17 @@ 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 -3220)
+(-32 R -3219)
((|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 -1019) (QUOTE (-552)))))
+((|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))))
(-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 -4368)))
+((|HasAttribute| |#1| (QUOTE -4369)))
(-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.")))
-((-4283 . T))
+((-4284 . T))
NIL
(-35)
((|constructor| (NIL "Category for the inverse hyperbolic trigonometric functions.")) (|atanh| (($ $) "\\spad{atanh(x)} returns the hyperbolic arc-tangent of \\spad{x}.")) (|asinh| (($ $) "\\spad{asinh(x)} returns the hyperbolic arc-sine of \\spad{x}.")) (|asech| (($ $) "\\spad{asech(x)} returns the hyperbolic arc-secant of \\spad{x}.")) (|acsch| (($ $) "\\spad{acsch(x)} returns the hyperbolic arc-cosecant of \\spad{x}.")) (|acoth| (($ $) "\\spad{acoth(x)} returns the hyperbolic arc-cotangent of \\spad{x}.")) (|acosh| (($ $) "\\spad{acosh(x)} returns the hyperbolic arc-cosine of \\spad{x}.")))
@@ -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}.")))
-((-4368 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4370 . T) (-4284 . T))
NIL
(-37 S R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")) (|coerce| (($ |#2|) "\\spad{coerce(r)} maps the ring element \\spad{r} to a member of the algebra.")))
@@ -82,20 +82,20 @@ NIL
NIL
(-38 R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")) (|coerce| (($ |#1|) "\\spad{coerce(r)} maps the ring element \\spad{r} to a member of the algebra.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
+((-4363 . T) (-4364 . T) (-4366 . 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 -3220 UP UPUP -3714)
+(-40 -3219 UP UPUP -4304)
((|constructor| (NIL "Function field defined by \\spad{f}(\\spad{x},{} \\spad{y}) = 0.")) (|knownInfBasis| (((|Void|) (|NonNegativeInteger|)) "\\spad{knownInfBasis(n)} \\undocumented{}")))
-((-4361 |has| (-401 |#2|) (-357)) (-4366 |has| (-401 |#2|) (-357)) (-4360 |has| (-401 |#2|) (-357)) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-401 |#2|) (QUOTE (-142))) (|HasCategory| (-401 |#2|) (QUOTE (-144))) (|HasCategory| (-401 |#2|) (QUOTE (-343))) (-4029 (|HasCategory| (-401 |#2|) (QUOTE (-357))) (|HasCategory| (-401 |#2|) (QUOTE (-343)))) (|HasCategory| (-401 |#2|) (QUOTE (-357))) (|HasCategory| (-401 |#2|) (QUOTE (-362))) (-4029 (-12 (|HasCategory| (-401 |#2|) (QUOTE (-228))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (|HasCategory| (-401 |#2|) (QUOTE (-343)))) (-4029 (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-401 |#2|) (QUOTE (-343))))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-362))) (-4029 (|HasCategory| (-401 |#2|) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (QUOTE (-228))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))))
-(-41 R -3220)
+((-4362 |has| (-401 |#2|) (-357)) (-4367 |has| (-401 |#2|) (-357)) (-4361 |has| (-401 |#2|) (-357)) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-401 |#2|) (QUOTE (-142))) (|HasCategory| (-401 |#2|) (QUOTE (-144))) (|HasCategory| (-401 |#2|) (QUOTE (-343))) (-4028 (|HasCategory| (-401 |#2|) (QUOTE (-357))) (|HasCategory| (-401 |#2|) (QUOTE (-343)))) (|HasCategory| (-401 |#2|) (QUOTE (-357))) (|HasCategory| (-401 |#2|) (QUOTE (-362))) (-4028 (-12 (|HasCategory| (-401 |#2|) (QUOTE (-228))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (|HasCategory| (-401 |#2|) (QUOTE (-343)))) (-4028 (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-401 |#2|) (QUOTE (-343))))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-362))) (-4028 (|HasCategory| (-401 |#2|) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (QUOTE (-228))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))))
+(-41 R -3219)
((|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 (-445))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -424) (|devaluate| |#1|)))))
+((-12 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -424) (|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 (-301))))
(-44 R |n| |ls| |gamma|)
((|constructor| (NIL "AlgebraGivenByStructuralConstants implements finite rank algebras over a commutative ring,{} given by the structural constants \\spad{gamma} with respect to a fixed basis \\spad{[a1,{}..,{}an]},{} where \\spad{gamma} is an \\spad{n}-vector of \\spad{n} by \\spad{n} matrices \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{\\spad{ai} * aj = gammaij1 * a1 + ... + gammaijn * an}. The symbols for the fixed basis have to be given as a list of symbols.")) (|coerce| (($ (|Vector| |#1|)) "\\spad{coerce(v)} converts a vector to a member of the algebra by forming a linear combination with the basis element. Note: the vector is assumed to have length equal to the dimension of the algebra.")))
-((-4365 |has| |#1| (-544)) (-4363 . T) (-4362 . T))
-((|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544))))
+((-4366 |has| |#1| (-545)) (-4364 . T) (-4363 . T))
+((|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545))))
(-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.")))
-((-4368 . T) (-4369 . T))
-((-4029 (-12 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-832))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#2|))))))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-832))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-832))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))) (-12 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#2|)))))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-4028 (-12 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-833))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#2|))))))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-833))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-833))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))) (-12 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#2|)))))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))))
(-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 -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))))
+((|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))))
(-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}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4363 . T) (-4364 . T) (-4366 . 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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| $ (QUOTE (-1030))) (|HasCategory| $ (LIST (QUOTE -1019) (QUOTE (-552)))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| $ (QUOTE (-1031))) (|HasCategory| $ (LIST (QUOTE -1020) (QUOTE (-553)))))
(-49)
((|constructor| (NIL "This domain implements anonymous functions")) (|body| (((|Syntax|) $) "\\spad{body(f)} returns the body of the unnamed function \\spad{`f'}.")) (|parameters| (((|List| (|Symbol|)) $) "\\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}.")))
-((-4365 . T))
+((-4366 . 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 -3220)
+(-54 |Base| R -3219)
((|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
@@ -154,7 +154,7 @@ NIL
NIL
(-56 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")))
-((-4368 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4370 . T) (-4284 . T))
NIL
(-57 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),{}...]}.")))
@@ -162,65 +162,65 @@ NIL
NIL
(-58 S)
((|constructor| (NIL "This is the domain of 1-based one dimensional arrays")) (|oneDimensionalArray| (($ (|NonNegativeInteger|) |#1|) "\\spad{oneDimensionalArray(n,{}s)} creates an array from \\spad{n} copies of element \\spad{s}") (($ (|List| |#1|)) "\\spad{oneDimensionalArray(l)} creates an array from a list of elements \\spad{l}")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
(-59 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}.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-60 -4290)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-60 -4292)
((|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
-(-61 -4290)
+(-61 -4292)
((|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
-(-62 -4290)
+(-62 -4292)
((|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
-(-63 -4290)
+(-63 -4292)
((|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
-(-64 -4290)
+(-64 -4292)
((|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}")) (|coerce| (($ (|Matrix| (|FortranExpression| (|construct|) (|construct| (QUOTE X) (QUOTE HESS)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-65 -4290)
+(-65 -4292)
((|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
-(-66 -4290)
+(-66 -4292)
((|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
-(-67 -4290)
+(-67 -4292)
((|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
-(-68 -4290)
+(-68 -4292)
((|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
-(-69 -4290)
+(-69 -4292)
((|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
-(-70 -4290)
+(-70 -4292)
((|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
-(-71 -4290)
+(-71 -4292)
((|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
-(-72 -4290)
+(-72 -4292)
((|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
-(-73 -4290)
+(-73 -4292)
((|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
@@ -232,55 +232,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
-(-76 -4290)
+(-76 -4292)
((|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
-(-77 -4290)
+(-77 -4292)
((|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
-(-78 -4290)
+(-78 -4292)
((|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
-(-79 -4290)
+(-79 -4292)
((|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
-(-80 -4290)
+(-80 -4292)
((|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}")) (|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 -4290)
+(-81 -4292)
((|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
-(-82 -4290)
+(-82 -4292)
((|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
-(-83 -4290)
+(-83 -4292)
((|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
-(-84 -4290)
+(-84 -4292)
((|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
-(-85 -4290)
+(-85 -4292)
((|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
-(-86 -4290)
+(-86 -4292)
((|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
-(-87 -4290)
+(-87 -4292)
((|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
-(-88 -4290)
+(-88 -4292)
((|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
@@ -290,8 +290,8 @@ NIL
((|HasCategory| |#1| (QUOTE (-357))))
(-90 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}.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
(-91 S)
((|constructor| (NIL "This is the category of Spad abstract syntax trees.")) (|coerce| (($ (|Syntax|)) "\\spad{coerce(s)} parses syntax object \\spad{`s'} as a Spad construct.")))
NIL
@@ -314,15 +314,15 @@ NIL
NIL
(-96)
((|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\".")))
-((-4368 . T))
+((-4369 . T))
NIL
(-97)
((|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.")))
-((-4368 . T) ((-4370 "*") . T) (-4369 . T) (-4365 . T) (-4363 . T) (-4362 . T) (-4361 . T) (-4366 . T) (-4360 . T) (-4359 . T) (-4358 . T) (-4357 . T) (-4356 . T) (-4364 . T) (-4367 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4355 . T))
+((-4369 . T) ((-4371 "*") . T) (-4370 . T) (-4366 . T) (-4364 . T) (-4363 . T) (-4362 . T) (-4367 . T) (-4361 . T) (-4360 . T) (-4359 . T) (-4358 . T) (-4357 . T) (-4365 . T) (-4368 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4356 . T))
NIL
(-98 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}.")))
-((-4365 . T))
+((-4366 . T))
NIL
(-99 R UP)
((|constructor| (NIL "This package provides balanced factorisations of polynomials.")) (|balancedFactorisation| (((|Factored| |#2|) |#2| (|List| |#2|)) "\\spad{balancedFactorisation(a,{} [b1,{}...,{}bn])} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{pi} is balanced with respect to \\spad{[b1,{}...,{}bm]}.") (((|Factored| |#2|) |#2| |#2|) "\\spad{balancedFactorisation(a,{} b)} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{\\spad{pi}} is balanced with respect to \\spad{b}.")))
@@ -338,15 +338,15 @@ NIL
NIL
(-102 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}.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
(-103 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 (-4370 "*"))))
+((|HasAttribute| |#1| (QUOTE (-4371 "*"))))
(-104)
((|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")))
-((-4368 . T))
+((-4369 . T))
NIL
(-105 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.")))
@@ -354,23 +354,23 @@ NIL
NIL
(-106 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.")))
-((-4369 . T) (-4283 . T))
+((-4370 . T) (-4284 . T))
NIL
(-107)
((|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.")) (|coerce| (((|RadixExpansion| 2) $) "\\spad{coerce(b)} converts a binary expansion to a radix expansion with base 2.") (((|Fraction| (|Integer|)) $) "\\spad{coerce(b)} converts a binary expansion to a rational number.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-552) (QUOTE (-890))) (|HasCategory| (-552) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| (-552) (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-144))) (|HasCategory| (-552) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-552) (QUOTE (-1003))) (|HasCategory| (-552) (QUOTE (-805))) (-4029 (|HasCategory| (-552) (QUOTE (-805))) (|HasCategory| (-552) (QUOTE (-832)))) (|HasCategory| (-552) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-552) (QUOTE (-1129))) (|HasCategory| (-552) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| (-552) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| (-552) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| (-552) (QUOTE (-228))) (|HasCategory| (-552) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-552) (LIST (QUOTE -506) (QUOTE (-1154)) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -303) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -280) (QUOTE (-552)) (QUOTE (-552)))) (|HasCategory| (-552) (QUOTE (-301))) (|HasCategory| (-552) (QUOTE (-537))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-552) (LIST (QUOTE -625) (QUOTE (-552)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-890)))) (|HasCategory| (-552) (QUOTE (-142)))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-553) (QUOTE (-891))) (|HasCategory| (-553) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| (-553) (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-144))) (|HasCategory| (-553) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-553) (QUOTE (-1004))) (|HasCategory| (-553) (QUOTE (-806))) (-4028 (|HasCategory| (-553) (QUOTE (-806))) (|HasCategory| (-553) (QUOTE (-833)))) (|HasCategory| (-553) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-553) (QUOTE (-1130))) (|HasCategory| (-553) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| (-553) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| (-553) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| (-553) (QUOTE (-228))) (|HasCategory| (-553) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-553) (LIST (QUOTE -507) (QUOTE (-1155)) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -303) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -280) (QUOTE (-553)) (QUOTE (-553)))) (|HasCategory| (-553) (QUOTE (-301))) (|HasCategory| (-553) (QUOTE (-538))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-553) (LIST (QUOTE -626) (QUOTE (-553)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-891)))) (|HasCategory| (-553) (QUOTE (-142)))))
(-108)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Binding' is a name asosciated with a collection of properties.")) (|binding| (($ (|Symbol|) (|List| (|Property|))) "\\spad{binding(n,{}props)} constructs a binding with name \\spad{`n'} and property list `props'.")) (|properties| (((|List| (|Property|)) $) "\\spad{properties(b)} returns the properties associated with binding \\spad{b}.")) (|name| (((|Symbol|) $) "\\spad{name(b)} returns the name of binding \\spad{b}")))
NIL
NIL
(-109)
((|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}")))
-((-4369 . T) (-4368 . T))
-((-12 (|HasCategory| (-111) (QUOTE (-1078))) (|HasCategory| (-111) (LIST (QUOTE -303) (QUOTE (-111))))) (|HasCategory| (-111) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-111) (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-111) (QUOTE (-1078))) (|HasCategory| (-111) (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4370 . T) (-4369 . T))
+((-12 (|HasCategory| (-111) (QUOTE (-1079))) (|HasCategory| (-111) (LIST (QUOTE -303) (QUOTE (-111))))) (|HasCategory| (-111) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-111) (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-111) (QUOTE (-1079))) (|HasCategory| (-111) (LIST (QUOTE -600) (QUOTE (-845)))))
(-110 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}")))
-((-4363 . T) (-4362 . T))
+((-4364 . T) (-4363 . T))
NIL
(-111)
((|constructor| (NIL "\\indented{1}{\\spadtype{Boolean} is the elementary logic with 2 values:} \\spad{true} and \\spad{false}")) (|test| (($ $) "\\spad{test(b)} returns \\spad{b} and is provided for compatibility with the new compiler.")) (|nor| (($ $ $) "\\spad{nor(a,{}b)} returns the logical negation of \\spad{a} or \\spad{b}.")) (|nand| (($ $ $) "\\spad{nand(a,{}b)} returns the logical negation of \\spad{a} and \\spad{b}.")) (|xor| (($ $ $) "\\spad{xor(a,{}b)} returns the logical exclusive {\\em or} of Boolean \\spad{a} and \\spad{b}.")) (|false| (($) "\\spad{false} is a logical constant.")) (|true| (($) "\\spad{true} is a logical constant.")))
@@ -379,30 +379,30 @@ NIL
(-112 A)
((|constructor| (NIL "This package exports functions to set some commonly used properties of operators,{} including properties which contain functions.")) (|constantOpIfCan| (((|Union| |#1| "failed") (|BasicOperator|)) "\\spad{constantOpIfCan(op)} returns \\spad{a} if \\spad{op} is the constant nullary operator always returning \\spad{a},{} \"failed\" otherwise.")) (|constantOperator| (((|BasicOperator|) |#1|) "\\spad{constantOperator(a)} returns a nullary operator op such that \\spad{op()} always evaluate to \\spad{a}.")) (|derivative| (((|Union| (|List| (|Mapping| |#1| (|List| |#1|))) "failed") (|BasicOperator|)) "\\spad{derivative(op)} returns the value of the \"\\%diff\" property of \\spad{op} if it has one,{} and \"failed\" otherwise.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| |#1|)) "\\spad{derivative(op,{} foo)} attaches foo as the \"\\%diff\" property of \\spad{op}. If \\spad{op} has an \"\\%diff\" property \\spad{f},{} then applying a derivation \\spad{D} to \\spad{op}(a) returns \\spad{f(a) * D(a)}. Argument \\spad{op} must be unary.") (((|BasicOperator|) (|BasicOperator|) (|List| (|Mapping| |#1| (|List| |#1|)))) "\\spad{derivative(op,{} [foo1,{}...,{}foon])} attaches [foo1,{}...,{}foon] as the \"\\%diff\" property of \\spad{op}. If \\spad{op} has an \"\\%diff\" property \\spad{[f1,{}...,{}fn]} then applying a derivation \\spad{D} to \\spad{op(a1,{}...,{}an)} returns \\spad{f1(a1,{}...,{}an) * D(a1) + ... + fn(a1,{}...,{}an) * D(an)}.")) (|evaluate| (((|Union| (|Mapping| |#1| (|List| |#1|)) "failed") (|BasicOperator|)) "\\spad{evaluate(op)} returns the value of the \"\\%eval\" property of \\spad{op} if it has one,{} and \"failed\" otherwise.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| |#1|)) "\\spad{evaluate(op,{} foo)} attaches foo as the \"\\%eval\" property of \\spad{op}. If \\spad{op} has an \"\\%eval\" property \\spad{f},{} then applying \\spad{op} to a returns the result of \\spad{f(a)}. Argument \\spad{op} must be unary.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| (|List| |#1|))) "\\spad{evaluate(op,{} foo)} attaches foo as the \"\\%eval\" property of \\spad{op}. If \\spad{op} has an \"\\%eval\" property \\spad{f},{} then applying \\spad{op} to \\spad{(a1,{}...,{}an)} returns the result of \\spad{f(a1,{}...,{}an)}.") (((|Union| |#1| "failed") (|BasicOperator|) (|List| |#1|)) "\\spad{evaluate(op,{} [a1,{}...,{}an])} checks if \\spad{op} has an \"\\%eval\" property \\spad{f}. If it has,{} then \\spad{f(a1,{}...,{}an)} is returned,{} and \"failed\" otherwise.")))
NIL
-((|HasCategory| |#1| (QUOTE (-832))))
+((|HasCategory| |#1| (QUOTE (-833))))
(-113)
((|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| (($ $ (|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| (((|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!| (($ $ (|String|)) "\\spad{deleteProperty!(op,{} s)} unattaches property \\spad{s} from \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|assert| (($ $ (|String|)) "\\spad{assert(op,{} s)} attaches property \\spad{s} to \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|has?| (((|Boolean|) $ (|String|)) "\\spad{has?(op,{} s)} tests if property \\spad{s} is attached to \\spad{op}.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(op,{} s)} tests if the name of \\spad{op} is \\spad{s}.")) (|input| (((|Union| (|Mapping| (|InputForm|) (|List| (|InputForm|))) "failed") $) "\\spad{input(op)} returns the \"\\%input\" property of \\spad{op} if it has one attached,{} \"failed\" otherwise.") (($ $ (|Mapping| (|InputForm|) (|List| (|InputForm|)))) "\\spad{input(op,{} foo)} attaches foo as the \"\\%input\" property of \\spad{op}. If \\spad{op} has a \"\\%input\" property \\spad{f},{} then \\spad{op(a1,{}...,{}an)} gets converted to InputForm as \\spad{f(a1,{}...,{}an)}.")) (|display| (($ $ (|Mapping| (|OutputForm|) (|OutputForm|))) "\\spad{display(op,{} foo)} attaches foo as the \"\\%display\" property of \\spad{op}. If \\spad{op} has a \"\\%display\" property \\spad{f},{} then \\spad{op(a)} gets converted to OutputForm as \\spad{f(a)}. Argument \\spad{op} must be unary.") (($ $ (|Mapping| (|OutputForm|) (|List| (|OutputForm|)))) "\\spad{display(op,{} foo)} attaches foo as the \"\\%display\" property of \\spad{op}. If \\spad{op} has a \"\\%display\" property \\spad{f},{} then \\spad{op(a1,{}...,{}an)} gets converted to OutputForm as \\spad{f(a1,{}...,{}an)}.") (((|Union| (|Mapping| (|OutputForm|) (|List| (|OutputForm|))) "failed") $) "\\spad{display(op)} returns the \"\\%display\" property of \\spad{op} if it has one attached,{} and \"failed\" otherwise.")) (|comparison| (($ $ (|Mapping| (|Boolean|) $ $)) "\\spad{comparison(op,{} foo?)} attaches foo? as the \"\\%less?\" property to \\spad{op}. If op1 and op2 have the same name,{} and one of them has a \"\\%less?\" property \\spad{f},{} then \\spad{f(op1,{} op2)} is called to decide whether \\spad{op1 < op2}.")) (|equality| (($ $ (|Mapping| (|Boolean|) $ $)) "\\spad{equality(op,{} foo?)} attaches foo? as the \"\\%equal?\" property to \\spad{op}. If op1 and op2 have the same name,{} and one of them has an \"\\%equal?\" property \\spad{f},{} then \\spad{f(op1,{} op2)} is called to decide whether op1 and op2 should be considered equal.")) (|weight| (($ $ (|NonNegativeInteger|)) "\\spad{weight(op,{} n)} attaches the weight \\spad{n} to \\spad{op}.") (((|NonNegativeInteger|) $) "\\spad{weight(op)} returns the weight attached to \\spad{op}.")) (|nary?| (((|Boolean|) $) "\\spad{nary?(op)} tests if \\spad{op} has arbitrary arity.")) (|unary?| (((|Boolean|) $) "\\spad{unary?(op)} tests if \\spad{op} is unary.")) (|nullary?| (((|Boolean|) $) "\\spad{nullary?(op)} tests if \\spad{op} is nullary.")) (|arity| (((|Union| (|NonNegativeInteger|) "failed") $) "\\spad{arity(op)} returns \\spad{n} if \\spad{op} is \\spad{n}-ary,{} and \"failed\" if \\spad{op} has arbitrary arity.")) (|operator| (($ (|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}.")) (|name| (((|Symbol|) $) "\\spad{name(op)} returns the name of \\spad{op}.")))
NIL
NIL
-(-114 -3220 UP)
+(-114 -3219 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
(-115 |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}.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-116 |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}.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-115 |#1|) (QUOTE (-890))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| (-115 |#1|) (QUOTE (-142))) (|HasCategory| (-115 |#1|) (QUOTE (-144))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-115 |#1|) (QUOTE (-1003))) (|HasCategory| (-115 |#1|) (QUOTE (-805))) (-4029 (|HasCategory| (-115 |#1|) (QUOTE (-805))) (|HasCategory| (-115 |#1|) (QUOTE (-832)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-115 |#1|) (QUOTE (-1129))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| (-115 |#1|) (QUOTE (-228))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -506) (QUOTE (-1154)) (LIST (QUOTE -115) (|devaluate| |#1|)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -303) (LIST (QUOTE -115) (|devaluate| |#1|)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -280) (LIST (QUOTE -115) (|devaluate| |#1|)) (LIST (QUOTE -115) (|devaluate| |#1|)))) (|HasCategory| (-115 |#1|) (QUOTE (-301))) (|HasCategory| (-115 |#1|) (QUOTE (-537))) (|HasCategory| (-115 |#1|) (QUOTE (-832))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-115 |#1|) (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-115 |#1|) (QUOTE (-890)))) (|HasCategory| (-115 |#1|) (QUOTE (-142)))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-115 |#1|) (QUOTE (-891))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| (-115 |#1|) (QUOTE (-142))) (|HasCategory| (-115 |#1|) (QUOTE (-144))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-115 |#1|) (QUOTE (-1004))) (|HasCategory| (-115 |#1|) (QUOTE (-806))) (-4028 (|HasCategory| (-115 |#1|) (QUOTE (-806))) (|HasCategory| (-115 |#1|) (QUOTE (-833)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-115 |#1|) (QUOTE (-1130))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| (-115 |#1|) (QUOTE (-228))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -507) (QUOTE (-1155)) (LIST (QUOTE -115) (|devaluate| |#1|)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -303) (LIST (QUOTE -115) (|devaluate| |#1|)))) (|HasCategory| (-115 |#1|) (LIST (QUOTE -280) (LIST (QUOTE -115) (|devaluate| |#1|)) (LIST (QUOTE -115) (|devaluate| |#1|)))) (|HasCategory| (-115 |#1|) (QUOTE (-301))) (|HasCategory| (-115 |#1|) (QUOTE (-538))) (|HasCategory| (-115 |#1|) (QUOTE (-833))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-115 |#1|) (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-115 |#1|) (QUOTE (-891)))) (|HasCategory| (-115 |#1|) (QUOTE (-142)))))
(-117 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 -4369)))
+((|HasAttribute| |#1| (QUOTE -4370)))
(-118 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.")))
-((-4283 . T))
+((-4284 . T))
NIL
(-119 UP)
((|constructor| (NIL "\\indented{1}{Author: Frederic Lehobey,{} James \\spad{H}. Davenport} Date Created: 28 June 1994 Date Last Updated: 11 July 1997 Basic Operations: brillhartIrreducible? Related Domains: Also See: AMS Classifications: Keywords: factorization Examples: References: [1] John Brillhart,{} Note on Irreducibility Testing,{} Mathematics of Computation,{} vol. 35,{} num. 35,{} Oct. 1980,{} 1379-1381 [2] James Davenport,{} On Brillhart Irreducibility. To appear. [3] John Brillhart,{} On the Euler and Bernoulli polynomials,{} \\spad{J}. Reine Angew. Math.,{} \\spad{v}. 234,{} (1969),{} \\spad{pp}. 45-64")) (|noLinearFactor?| (((|Boolean|) |#1|) "\\spad{noLinearFactor?(p)} returns \\spad{true} if \\spad{p} can be shown to have no linear factor by a theorem of Lehmer,{} \\spad{false} else. \\spad{I} insist on the fact that \\spad{false} does not mean that \\spad{p} has a linear factor.")) (|brillhartTrials| (((|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{brillhartTrials(n)} sets to \\spad{n} the number of tests in \\spadfun{brillhartIrreducible?} and returns the previous value.") (((|NonNegativeInteger|)) "\\spad{brillhartTrials()} returns the number of tests in \\spadfun{brillhartIrreducible?}.")) (|brillhartIrreducible?| (((|Boolean|) |#1| (|Boolean|)) "\\spad{brillhartIrreducible?(p,{}noLinears)} returns \\spad{true} if \\spad{p} can be shown to be irreducible by a remark of Brillhart,{} \\spad{false} else. If \\spad{noLinears} is \\spad{true},{} we are being told \\spad{p} has no linear factors \\spad{false} does not mean that \\spad{p} is reducible.") (((|Boolean|) |#1|) "\\spad{brillhartIrreducible?(p)} returns \\spad{true} if \\spad{p} can be shown to be irreducible by a remark of Brillhart,{} \\spad{false} is inconclusive.")))
@@ -410,15 +410,15 @@ NIL
NIL
(-120 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")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
(-121 S)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,{}b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|or| (($ $ $) "\\spad{a or b} returns the logical {\\em or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|and| (($ $ $) "\\spad{a and b} returns the logical {\\em and} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,{}b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,{}b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|not| (($ $) "\\spad{not(b)} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")))
NIL
NIL
(-122)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,{}b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|or| (($ $ $) "\\spad{a or b} returns the logical {\\em or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|and| (($ $ $) "\\spad{a and b} returns the logical {\\em and} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,{}b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,{}b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|not| (($ $) "\\spad{not(b)} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
(-123 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")))
@@ -426,20 +426,20 @@ NIL
NIL
(-124 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")))
-((-4368 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4370 . T) (-4284 . T))
NIL
(-125 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.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
(-126 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.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
(-127)
((|constructor| (NIL "ByteBuffer provides datatype for buffers of bytes. This domain differs from PrimitiveArray Byte in that it has it is not as rigid as PrimitiveArray Byte is. That is,{} the typical use of ByteBuffer is to pre-allocate a vector of Byte of some capacity \\spad{`c'}. The array can then store up to \\spad{`c'} bytes. The actual interesting bytes count (the length of the buffer) is therefore different from the capacity. The length is no more than the capacity,{} but it can be set dynamically as needed. This functionality is used for example when reading bytes from input/output devices where we use buffers to transfer data in and out of the system. Note: a value of type ByteBuffer is 0-based indexed,{} as opposed \\indented{6}{Vector,{} but not unlike PrimitiveArray Byte.}")) (|setLength!| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{setLength!(buf,{}n)} sets the number of active bytes in the `buf'. Error if \\spad{`n'} is more than the capacity.")) (|capacity| (((|NonNegativeInteger|) $) "\\spad{capacity(buf)} returns the pre-allocated maximum size of `buf'.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\#buf} returns the number of active elements in the buffer.")) (|byteBuffer| (($ (|NonNegativeInteger|)) "\\spad{byteBuffer(n)} creates a buffer of capacity \\spad{n},{} and length 0.")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| (-128) (QUOTE (-832))) (|HasCategory| (-128) (LIST (QUOTE -303) (QUOTE (-128))))) (-12 (|HasCategory| (-128) (QUOTE (-1078))) (|HasCategory| (-128) (LIST (QUOTE -303) (QUOTE (-128)))))) (-4029 (-12 (|HasCategory| (-128) (QUOTE (-1078))) (|HasCategory| (-128) (LIST (QUOTE -303) (QUOTE (-128))))) (|HasCategory| (-128) (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-128) (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| (-128) (QUOTE (-832))) (|HasCategory| (-128) (QUOTE (-1078)))) (|HasCategory| (-128) (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-128) (QUOTE (-1078))) (-12 (|HasCategory| (-128) (QUOTE (-1078))) (|HasCategory| (-128) (LIST (QUOTE -303) (QUOTE (-128))))) (|HasCategory| (-128) (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| (-128) (QUOTE (-833))) (|HasCategory| (-128) (LIST (QUOTE -303) (QUOTE (-128))))) (-12 (|HasCategory| (-128) (QUOTE (-1079))) (|HasCategory| (-128) (LIST (QUOTE -303) (QUOTE (-128)))))) (-4028 (-12 (|HasCategory| (-128) (QUOTE (-1079))) (|HasCategory| (-128) (LIST (QUOTE -303) (QUOTE (-128))))) (|HasCategory| (-128) (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-128) (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| (-128) (QUOTE (-833))) (|HasCategory| (-128) (QUOTE (-1079)))) (|HasCategory| (-128) (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-128) (QUOTE (-1079))) (-12 (|HasCategory| (-128) (QUOTE (-1079))) (|HasCategory| (-128) (LIST (QUOTE -303) (QUOTE (-128))))) (|HasCategory| (-128) (LIST (QUOTE -600) (QUOTE (-845)))))
(-128)
((|constructor| (NIL "Byte is the datatype of 8-bit sized unsigned integer values.")) (|sample| (($) "\\spad{sample()} returns 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'}.")) (|coerce| (($ (|Character|)) "\\spad{coerce(c)} views \\spad{`c'} a a byte. In particular \\spad{`c'} is supposed to have a numerical value less than 256.") (($ (|NonNegativeInteger|)) "\\spad{coerce(x)} has the same effect as byte(\\spad{x}).")) (|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
@@ -458,13 +458,13 @@ NIL
NIL
(-132)
((|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.")))
-(((-4370 "*") . T))
+(((-4371 "*") . T))
NIL
-(-133 |minix| -2072 S T$)
+(-133 |minix| -2073 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
-(-134 |minix| -2072 R)
+(-134 |minix| -2073 R)
((|constructor| (NIL "CartesianTensor(minix,{}dim,{}\\spad{R}) provides Cartesian tensors with components belonging to a commutative ring \\spad{R}. These tensors can have any number of indices. Each index takes values from \\spad{minix} to \\spad{minix + dim - 1}.")) (|sample| (($) "\\spad{sample()} returns an object of type \\%.")) (|unravel| (($ (|List| |#3|)) "\\spad{unravel(t)} produces a tensor from a list of components such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|ravel| (((|List| |#3|) $) "\\spad{ravel(t)} produces a list of components from a tensor such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|leviCivitaSymbol| (($) "\\spad{leviCivitaSymbol()} is the rank \\spad{dim} tensor defined by \\spad{leviCivitaSymbol()(i1,{}...idim) = +1/0/-1} if \\spad{i1,{}...,{}idim} is an even/is nota /is an odd permutation of \\spad{minix,{}...,{}minix+dim-1}.")) (|kroneckerDelta| (($) "\\spad{kroneckerDelta()} is the rank 2 tensor defined by \\indented{3}{\\spad{kroneckerDelta()(i,{}j)}} \\indented{6}{\\spad{= 1\\space{2}if i = j}} \\indented{6}{\\spad{= 0 if\\space{2}i \\~= j}}")) (|reindex| (($ $ (|List| (|Integer|))) "\\spad{reindex(t,{}[i1,{}...,{}idim])} permutes the indices of \\spad{t}. For example,{} if \\spad{r = reindex(t,{} [4,{}1,{}2,{}3])} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank for tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = t(l,{}i,{}j,{}k)}.}")) (|transpose| (($ $ (|Integer|) (|Integer|)) "\\spad{transpose(t,{}i,{}j)} exchanges the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices of \\spad{t}. For example,{} if \\spad{r = transpose(t,{}2,{}3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = t(i,{}k,{}j,{}l)}.}") (($ $) "\\spad{transpose(t)} exchanges the first and last indices of \\spad{t}. For example,{} if \\spad{r = transpose(t)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = t(l,{}j,{}k,{}i)}.}")) (|contract| (($ $ (|Integer|) (|Integer|)) "\\spad{contract(t,{}i,{}j)} is the contraction of tensor \\spad{t} which sums along the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices. For example,{} if \\spad{r = contract(t,{}1,{}3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 2 \\spad{(= 4 - 2)} tensor given by \\indented{4}{\\spad{r(i,{}j) = sum(h=1..dim,{}t(h,{}i,{}h,{}j))}.}") (($ $ (|Integer|) $ (|Integer|)) "\\spad{contract(t,{}i,{}s,{}j)} is the inner product of tenors \\spad{s} and \\spad{t} which sums along the \\spad{k1}\\spad{-}th index of \\spad{t} and the \\spad{k2}\\spad{-}th index of \\spad{s}. For example,{} if \\spad{r = contract(s,{}2,{}t,{}1)} for rank 3 tensors rank 3 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is the rank 4 \\spad{(= 3 + 3 - 2)} tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = sum(h=1..dim,{}s(i,{}h,{}j)*t(h,{}k,{}l))}.}")) (* (($ $ $) "\\spad{s*t} is the inner product of the tensors \\spad{s} and \\spad{t} which contracts the last index of \\spad{s} with the first index of \\spad{t},{} \\spadignore{i.e.} \\indented{4}{\\spad{t*s = contract(t,{}rank t,{} s,{} 1)}} \\indented{4}{\\spad{t*s = sum(k=1..N,{} t[i1,{}..,{}iN,{}k]*s[k,{}j1,{}..,{}jM])}} This is compatible with the use of \\spad{M*v} to denote the matrix-vector inner product.")) (|product| (($ $ $) "\\spad{product(s,{}t)} is the outer product of the tensors \\spad{s} and \\spad{t}. For example,{} if \\spad{r = product(s,{}t)} for rank 2 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is a rank 4 tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = s(i,{}j)*t(k,{}l)}.}")) (|elt| ((|#3| $ (|List| (|Integer|))) "\\spad{elt(t,{}[i1,{}...,{}iN])} gives a component of a rank \\spad{N} tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,{}i,{}j,{}k,{}l)} gives a component of a rank 4 tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,{}i,{}j,{}k)} gives a component of a rank 3 tensor.") ((|#3| $ (|Integer|) (|Integer|)) "\\spad{elt(t,{}i,{}j)} gives a component of a rank 2 tensor.") ((|#3| $ (|Integer|)) "\\spad{elt(t,{}i)} gives a component of a rank 1 tensor.") ((|#3| $) "\\spad{elt(t)} gives the component of a rank 0 tensor.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(t)} returns the tensorial rank of \\spad{t} (that is,{} the number of indices). This is the same as the graded module degree.")) (|coerce| (($ (|List| $)) "\\spad{coerce([t_1,{}...,{}t_dim])} allows tensors to be constructed using lists.") (($ (|List| |#3|)) "\\spad{coerce([r_1,{}...,{}r_dim])} allows tensors to be constructed using lists.") (($ (|SquareMatrix| |#2| |#3|)) "\\spad{coerce(m)} views a matrix as a rank 2 tensor.") (($ (|DirectProduct| |#2| |#3|)) "\\spad{coerce(v)} views a vector as a rank 1 tensor.")))
NIL
NIL
@@ -482,8 +482,8 @@ NIL
NIL
(-138)
((|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}.")))
-((-4368 . T) (-4358 . T) (-4369 . T))
-((-4029 (-12 (|HasCategory| (-141) (QUOTE (-362))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (-12 (|HasCategory| (-141) (QUOTE (-1078))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141)))))) (|HasCategory| (-141) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-141) (QUOTE (-362))) (|HasCategory| (-141) (QUOTE (-832))) (|HasCategory| (-141) (QUOTE (-1078))) (-12 (|HasCategory| (-141) (QUOTE (-1078))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (|HasCategory| (-141) (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4359 . T) (-4370 . T))
+((-4028 (-12 (|HasCategory| (-141) (QUOTE (-362))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (-12 (|HasCategory| (-141) (QUOTE (-1079))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141)))))) (|HasCategory| (-141) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-141) (QUOTE (-362))) (|HasCategory| (-141) (QUOTE (-833))) (|HasCategory| (-141) (QUOTE (-1079))) (-12 (|HasCategory| (-141) (QUOTE (-1079))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (|HasCategory| (-141) (LIST (QUOTE -600) (QUOTE (-845)))))
(-139 R Q A)
((|constructor| (NIL "CommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator([q1,{}...,{}qn])} returns \\spad{[[p1,{}...,{}pn],{} d]} such that \\spad{\\spad{qi} = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator([q1,{}...,{}qn])} returns \\spad{[p1,{}...,{}pn]} such that \\spad{\\spad{qi} = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator([q1,{}...,{}qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}\\spad{qn}.")))
NIL
@@ -498,7 +498,7 @@ NIL
NIL
(-142)
((|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.")))
-((-4365 . T))
+((-4366 . T))
NIL
(-143 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}.")))
@@ -506,9 +506,9 @@ NIL
NIL
(-144)
((|constructor| (NIL "Rings of Characteristic Zero.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-145 -3220 UP UPUP)
+(-145 -3219 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
@@ -519,14 +519,14 @@ NIL
(-147 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 -600) (QUOTE (-528)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasAttribute| |#1| (QUOTE -4368)))
+((|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasAttribute| |#1| (QUOTE -4369)))
(-148 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.")))
-((-4283 . T))
+((-4284 . T))
NIL
(-149 |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.")))
-((-4363 . T) (-4362 . T) (-4365 . T))
+((-4364 . T) (-4363 . T) (-4366 . T))
NIL
(-150)
((|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.")))
@@ -548,7 +548,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
-(-155 R -3220)
+(-155 R -3219)
((|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
@@ -579,10 +579,10 @@ NIL
(-162 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}.")) (|complex| (($ |#2| |#2|) "\\spad{complex(x,{}y)} constructs \\spad{x} + \\%i*y.")) (|conjugate| (($ $) "\\spad{conjugate(x + \\%i y)} returns \\spad{x} - \\%\\spad{i} \\spad{y}.")) (|imaginary| (($) "\\spad{imaginary()} = sqrt(\\spad{-1}) = \\%\\spad{i}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-890))) (|HasCategory| |#2| (QUOTE (-537))) (|HasCategory| |#2| (QUOTE (-983))) (|HasCategory| |#2| (QUOTE (-1176))) (|HasCategory| |#2| (QUOTE (-1039))) (|HasCategory| |#2| (QUOTE (-1003))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (QUOTE (-357))) (|HasAttribute| |#2| (QUOTE -4364)) (|HasAttribute| |#2| (QUOTE -4367)) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-832))))
+((|HasCategory| |#2| (QUOTE (-891))) (|HasCategory| |#2| (QUOTE (-538))) (|HasCategory| |#2| (QUOTE (-984))) (|HasCategory| |#2| (QUOTE (-1177))) (|HasCategory| |#2| (QUOTE (-1040))) (|HasCategory| |#2| (QUOTE (-1004))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (QUOTE (-357))) (|HasAttribute| |#2| (QUOTE -4365)) (|HasAttribute| |#2| (QUOTE -4368)) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-833))))
(-163 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}.")) (|complex| (($ |#1| |#1|) "\\spad{complex(x,{}y)} constructs \\spad{x} + \\%i*y.")) (|conjugate| (($ $) "\\spad{conjugate(x + \\%i y)} returns \\spad{x} - \\%\\spad{i} \\spad{y}.")) (|imaginary| (($) "\\spad{imaginary()} = sqrt(\\spad{-1}) = \\%\\spad{i}.")))
-((-4361 -4029 (|has| |#1| (-544)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4364 |has| |#1| (-6 -4364)) (-4367 |has| |#1| (-6 -4367)) (-4283 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 -4028 (|has| |#1| (-545)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4365 |has| |#1| (-6 -4365)) (-4368 |has| |#1| (-6 -4368)) (-4284 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-164 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.")))
@@ -594,8 +594,8 @@ NIL
NIL
(-166 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}.")))
-((-4361 -4029 (|has| |#1| (-544)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4364 |has| |#1| (-6 -4364)) (-4367 |has| |#1| (-6 -4367)) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-343))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-362))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-228))) (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-362)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-813)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-832)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-1003)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-1176)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-890))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-890)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-890)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-890))))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| |#1| (QUOTE (-983))) (|HasCategory| |#1| (QUOTE (-1176)))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (QUOTE (-1003))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-813))) (|HasCategory| |#1| (QUOTE (-1039))) (-12 (|HasCategory| |#1| (QUOTE (-1039))) (|HasCategory| |#1| (QUOTE (-1176)))) (|HasCategory| |#1| (QUOTE (-537))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-890))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-357)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-228))) (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasAttribute| |#1| (QUOTE -4364)) (|HasAttribute| |#1| (QUOTE -4367)) (-12 (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154))))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-343)))))
+((-4362 -4028 (|has| |#1| (-545)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4365 |has| |#1| (-6 -4365)) (-4368 |has| |#1| (-6 -4368)) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-343))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-362))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-228))) (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-362)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-814)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-833)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-1004)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-1177)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-891))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-891)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-891)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-891))))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (QUOTE (-984))) (|HasCategory| |#1| (QUOTE (-1177)))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (QUOTE (-1004))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-814))) (|HasCategory| |#1| (QUOTE (-1040))) (-12 (|HasCategory| |#1| (QUOTE (-1040))) (|HasCategory| |#1| (QUOTE (-1177)))) (|HasCategory| |#1| (QUOTE (-538))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-891))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-357)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-228))) (-12 (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasAttribute| |#1| (QUOTE -4365)) (|HasAttribute| |#1| (QUOTE -4368)) (-12 (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155))))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-343)))))
(-167 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
@@ -606,7 +606,7 @@ NIL
NIL
(-169)
((|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.")))
-(((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-170)
((|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.")))
@@ -614,7 +614,7 @@ NIL
NIL
(-171 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}.")))
-(((-4370 "*") . T) (-4361 . T) (-4366 . T) (-4360 . T) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") . T) (-4362 . T) (-4367 . T) (-4361 . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-172)
((|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| (((|Union| (|Binding|) "failed") (|Symbol|) $) "\\spad{findBinding(c,{}n)} returns the first binding associated with \\spad{`n'}. Otherwise `failed'.")) (|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}.")))
@@ -631,7 +631,7 @@ NIL
(-175 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| (-933 |#2|) (LIST (QUOTE -867) (|devaluate| |#1|))))
+((|HasCategory| (-934 |#2|) (LIST (QUOTE -868) (|devaluate| |#1|))))
(-176 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
@@ -660,7 +660,7 @@ NIL
((|constructor| (NIL "This domain provides implementations for constructors.")) (|arity| (((|SingleInteger|) $) "\\spad{arity(ctor)} returns the arity of the constructor `ctor'. \\indented{2}{A negative value means that the \\spad{ctor} takes a variable} \\indented{2}{length argument list,{} \\spadignore{e.g.} Mapping,{} Record,{} etc.}")) (|kind| (((|ConstructorKind|) $) "\\spad{kind(ctor)} returns the kind of the constructor `ctor'.")) (|name| (((|Identifier|) $) "\\spad{name(ctor)} returns the name of the constructor `ctor'.")))
NIL
NIL
-(-183 R -3220)
+(-183 R -3219)
((|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
@@ -768,23 +768,23 @@ NIL
((|constructor| (NIL "\\indented{1}{This domain implements a simple view of a database whose fields are} indexed by symbols")) (|coerce| (($ (|List| |#1|)) "\\spad{coerce(l)} makes a database out of a list")) (- (($ $ $) "\\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
-(-210 -3220 UP UPUP R)
+(-210 -3219 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
-(-211 -3220 FP)
+(-211 -3219 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
(-212)
((|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.")) (|coerce| (((|RadixExpansion| 10) $) "\\spad{coerce(d)} converts a decimal expansion to a radix expansion with base 10.") (((|Fraction| (|Integer|)) $) "\\spad{coerce(d)} converts a decimal expansion to a rational number.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-552) (QUOTE (-890))) (|HasCategory| (-552) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| (-552) (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-144))) (|HasCategory| (-552) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-552) (QUOTE (-1003))) (|HasCategory| (-552) (QUOTE (-805))) (-4029 (|HasCategory| (-552) (QUOTE (-805))) (|HasCategory| (-552) (QUOTE (-832)))) (|HasCategory| (-552) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-552) (QUOTE (-1129))) (|HasCategory| (-552) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| (-552) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| (-552) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| (-552) (QUOTE (-228))) (|HasCategory| (-552) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-552) (LIST (QUOTE -506) (QUOTE (-1154)) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -303) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -280) (QUOTE (-552)) (QUOTE (-552)))) (|HasCategory| (-552) (QUOTE (-301))) (|HasCategory| (-552) (QUOTE (-537))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-552) (LIST (QUOTE -625) (QUOTE (-552)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-890)))) (|HasCategory| (-552) (QUOTE (-142)))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-553) (QUOTE (-891))) (|HasCategory| (-553) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| (-553) (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-144))) (|HasCategory| (-553) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-553) (QUOTE (-1004))) (|HasCategory| (-553) (QUOTE (-806))) (-4028 (|HasCategory| (-553) (QUOTE (-806))) (|HasCategory| (-553) (QUOTE (-833)))) (|HasCategory| (-553) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-553) (QUOTE (-1130))) (|HasCategory| (-553) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| (-553) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| (-553) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| (-553) (QUOTE (-228))) (|HasCategory| (-553) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-553) (LIST (QUOTE -507) (QUOTE (-1155)) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -303) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -280) (QUOTE (-553)) (QUOTE (-553)))) (|HasCategory| (-553) (QUOTE (-301))) (|HasCategory| (-553) (QUOTE (-538))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-553) (LIST (QUOTE -626) (QUOTE (-553)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-891)))) (|HasCategory| (-553) (QUOTE (-142)))))
(-213)
((|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
-(-214 R -3220)
+(-214 R -3219)
((|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
@@ -798,19 +798,19 @@ NIL
NIL
(-217 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}.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
(-218 |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}.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-219 R -3220)
+(-219 R -3219)
((|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
(-220)
((|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}.")))
-((-4311 . T) (-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4312 . T) (-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-221)
((|constructor| (NIL "This package provides special functions for double precision real and complex floating point.")) (|hypergeometric0F1| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{hypergeometric0F1(c,{}z)} is the hypergeometric function \\spad{0F1(; c; z)}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{hypergeometric0F1(c,{}z)} is the hypergeometric function \\spad{0F1(; c; z)}.")) (|airyBi| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyBi(x)} is the Airy function \\spad{\\spad{Bi}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Bi}''(x) - x * \\spad{Bi}(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyBi(x)} is the Airy function \\spad{\\spad{Bi}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Bi}''(x) - x * \\spad{Bi}(x) = 0}.}")) (|airyAi| (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyAi(x)} is the Airy function \\spad{\\spad{Ai}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Ai}''(x) - x * \\spad{Ai}(x) = 0}.}") (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyAi(x)} is the Airy function \\spad{\\spad{Ai}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Ai}''(x) - x * \\spad{Ai}(x) = 0}.}")) (|besselK| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselK(v,{}x)} is the modified Bessel function of the first kind,{} \\spad{K(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,{}x) = \\%pi/2*(I(-v,{}x) - I(v,{}x))/sin(v*\\%\\spad{pi})}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselK(v,{}x)} is the modified Bessel function of the first kind,{} \\spad{K(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,{}x) = \\%pi/2*(I(-v,{}x) - I(v,{}x))/sin(v*\\%\\spad{pi})}.} so is not valid for integer values of \\spad{v}.")) (|besselI| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselI(v,{}x)} is the modified Bessel function of the first kind,{} \\spad{I(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselI(v,{}x)} is the modified Bessel function of the first kind,{} \\spad{I(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}")) (|besselY| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselY(v,{}x)} is the Bessel function of the second kind,{} \\spad{Y(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,{}x) = (J(v,{}x) cos(v*\\%\\spad{pi}) - J(-v,{}x))/sin(v*\\%\\spad{pi})}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselY(v,{}x)} is the Bessel function of the second kind,{} \\spad{Y(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,{}x) = (J(v,{}x) cos(v*\\%\\spad{pi}) - J(-v,{}x))/sin(v*\\%\\spad{pi})}} so is not valid for integer values of \\spad{v}.")) (|besselJ| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselJ(v,{}x)} is the Bessel function of the first kind,{} \\spad{J(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselJ(v,{}x)} is the Bessel function of the first kind,{} \\spad{J(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}")) (|polygamma| (((|Complex| (|DoubleFloat|)) (|NonNegativeInteger|) (|Complex| (|DoubleFloat|))) "\\spad{polygamma(n,{} x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.") (((|DoubleFloat|) (|NonNegativeInteger|) (|DoubleFloat|)) "\\spad{polygamma(n,{} x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.")) (|digamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}")) (|logGamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.")) (|Beta| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Beta(x,{} y)} is the Euler beta function,{} \\spad{B(x,{}y)},{} defined by \\indented{2}{\\spad{Beta(x,{}y) = integrate(t^(x-1)*(1-t)^(y-1),{} t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,{}y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{Beta(x,{} y)} is the Euler beta function,{} \\spad{B(x,{}y)},{} defined by \\indented{2}{\\spad{Beta(x,{}y) = integrate(t^(x-1)*(1-t)^(y-1),{} t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,{}y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}")) (|Gamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t),{} t=0..\\%infinity)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t),{} t=0..\\%infinity)}.}")))
@@ -818,23 +818,23 @@ NIL
NIL
(-222 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}")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-544))) (|HasAttribute| |#1| (QUOTE (-4370 "*"))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-545))) (|HasAttribute| |#1| (QUOTE (-4371 "*"))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
(-223 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
(-224 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.")))
-((-4369 . T) (-4283 . T))
+((-4370 . T) (-4284 . T))
NIL
(-225 S R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")) (D (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{D(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{D(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{differentiate(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-228))))
+((|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-228))))
(-226 R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")) (D (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{D(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{D(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{differentiate(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")))
-((-4365 . T))
+((-4366 . T))
NIL
(-227 S)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{D(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")))
@@ -842,36 +842,36 @@ NIL
NIL
(-228)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{D(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")))
-((-4365 . T))
+((-4366 . T))
NIL
(-229 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 -4368)))
+((|HasAttribute| |#1| (QUOTE -4369)))
(-230 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}.")))
-((-4369 . T) (-4283 . T))
+((-4370 . T) (-4284 . T))
NIL
(-231)
((|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
-(-232 S -2072 R)
+(-232 S -2073 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (* (($ $ |#3|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#3| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.")) (|dot| ((|#3| $ $) "\\spad{dot(x,{}y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#3|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
NIL
-((|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-778))) (|HasCategory| |#3| (QUOTE (-830))) (|HasAttribute| |#3| (QUOTE -4365)) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (QUOTE (-711))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (QUOTE (-1078))))
-(-233 -2072 R)
+((|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-779))) (|HasCategory| |#3| (QUOTE (-831))) (|HasAttribute| |#3| (QUOTE -4366)) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (QUOTE (-712))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (QUOTE (-1079))))
+(-233 -2073 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (* (($ $ |#2|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#2| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.")) (|dot| ((|#2| $ $) "\\spad{dot(x,{}y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#2|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
-((-4362 |has| |#2| (-1030)) (-4363 |has| |#2| (-1030)) (-4365 |has| |#2| (-6 -4365)) ((-4370 "*") |has| |#2| (-169)) (-4368 . T) (-4283 . T))
+((-4363 |has| |#2| (-1031)) (-4364 |has| |#2| (-1031)) (-4366 |has| |#2| (-6 -4366)) ((-4371 "*") |has| |#2| (-169)) (-4369 . T) (-4284 . T))
NIL
-(-234 -2072 A B)
+(-234 -2073 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
-(-235 -2072 R)
+(-235 -2073 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.")))
-((-4362 |has| |#2| (-1030)) (-4363 |has| |#2| (-1030)) (-4365 |has| |#2| (-6 -4365)) ((-4370 "*") |has| |#2| (-169)) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))))) (-4029 (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1078)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1030)))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (QUOTE (-357))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357)))) (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (QUOTE (-778))) (-4029 (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-830)))) (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-169))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-1030)))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1030)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-169)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-357)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-362)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-711)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-778)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-830)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1030)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1078))))) (-4029 (-12 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))))) (|HasCategory| (-552) (QUOTE (-832))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1030)))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-4029 (|HasCategory| |#2| (QUOTE (-1030))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1078)))) (|HasAttribute| |#2| (QUOTE -4365)) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4363 |has| |#2| (-1031)) (-4364 |has| |#2| (-1031)) (-4366 |has| |#2| (-6 -4366)) ((-4371 "*") |has| |#2| (-169)) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))))) (-4028 (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1079)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1031)))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (QUOTE (-357))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357)))) (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (QUOTE (-779))) (-4028 (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-831)))) (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-169))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-1031)))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1031)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-169)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-357)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-362)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-712)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-779)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-831)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1031)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1079))))) (-4028 (-12 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))))) (|HasCategory| (-553) (QUOTE (-833))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1031)))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155))))) (-4028 (|HasCategory| |#2| (QUOTE (-1031))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1079)))) (|HasAttribute| |#2| (QUOTE -4366)) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))))
(-236)
((|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
@@ -882,47 +882,47 @@ NIL
NIL
(-238)
((|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}.")))
-((-4361 . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-239 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.")))
-((-4283 . T))
+((-4284 . T))
NIL
(-240 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}")) (|coerce| (((|List| |#1|) $) "\\spad{coerce(x)} returns the list of elements in \\spad{x}") (($ (|List| |#1|)) "\\spad{coerce(l)} creates a datalist from \\spad{l}")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
(-241 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
(-242 |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")))
-(((-4370 "*") |has| |#2| (-169)) (-4361 |has| |#2| (-544)) (-4366 |has| |#2| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#2| (QUOTE (-890))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-169))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-544)))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-357))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#2| (QUOTE -4366)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-142)))))
+(((-4371 "*") |has| |#2| (-169)) (-4362 |has| |#2| (-545)) (-4367 |has| |#2| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#2| (QUOTE (-891))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-169))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-545)))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-357))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#2| (QUOTE -4367)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-142)))))
(-243)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Create: October 18,{} 2007. Date Last Updated: January 19,{} 2008. Basic Operations: coerce,{} reify Related Constructors: Type,{} Syntax,{} OutputForm Also See: Type,{} ConstructorCall")) (|showSummary| (((|Void|) $) "\\spad{showSummary(d)} prints out implementation detail information of domain \\spad{`d'}.")) (|reflect| (($ (|ConstructorCall|)) "\\spad{reflect cc} returns the domain object designated by the ConstructorCall syntax `cc'. The constructor implied by `cc' must be known to the system since it is instantiated.")) (|reify| (((|ConstructorCall|) $) "\\spad{reify(d)} returns the abstract syntax for the domain \\spad{`x'}.")))
NIL
NIL
(-244 |n| R M S)
((|constructor| (NIL "This constructor provides a direct product type with a left matrix-module view.")))
-((-4365 -4029 (-3792 (|has| |#4| (-1030)) (|has| |#4| (-228))) (-3792 (|has| |#4| (-1030)) (|has| |#4| (-881 (-1154)))) (|has| |#4| (-6 -4365)) (-3792 (|has| |#4| (-1030)) (|has| |#4| (-625 (-552))))) (-4362 |has| |#4| (-1030)) (-4363 |has| |#4| (-1030)) ((-4370 "*") |has| |#4| (-169)) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-357))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-711))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-778))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-830))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1030))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -881) (QUOTE (-1154)))))) (|HasCategory| |#4| (QUOTE (-357))) (-4029 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (QUOTE (-357))) (|HasCategory| |#4| (QUOTE (-1030)))) (-4029 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (QUOTE (-357)))) (|HasCategory| |#4| (QUOTE (-1030))) (|HasCategory| |#4| (QUOTE (-778))) (-4029 (|HasCategory| |#4| (QUOTE (-778))) (|HasCategory| |#4| (QUOTE (-830)))) (|HasCategory| |#4| (QUOTE (-830))) (|HasCategory| |#4| (QUOTE (-711))) (|HasCategory| |#4| (QUOTE (-169))) (-4029 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (QUOTE (-1030)))) (|HasCategory| |#4| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#4| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#4| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1030)))) (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-169)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-228)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-357)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-362)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-711)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-778)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-830)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-1030)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-1078))))) (-4029 (-12 (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-357))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-711))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-778))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-830))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-1030))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552)))))) (|HasCategory| (-552) (QUOTE (-832))) (-12 (|HasCategory| |#4| (QUOTE (-1030))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-1030))) (|HasCategory| |#4| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1030)))) (-4029 (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1030)))) (|HasCategory| |#4| (QUOTE (-711))) (-12 (|HasCategory| |#4| (QUOTE (-1030))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-1030))) (|HasCategory| |#4| (LIST (QUOTE -881) (QUOTE (-1154)))))) (-4029 (|HasCategory| |#4| (QUOTE (-1030))) (-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552)))))) (-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (QUOTE (-1078)))) (-4029 (|HasAttribute| |#4| (QUOTE -4365)) (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1030)))) (-12 (|HasCategory| |#4| (QUOTE (-1030))) (|HasCategory| |#4| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#4| (QUOTE (-1030))) (|HasCategory| |#4| (LIST (QUOTE -881) (QUOTE (-1154)))))) (|HasCategory| |#4| (QUOTE (-129))) (|HasCategory| |#4| (QUOTE (-25))) (-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4366 -4028 (-3791 (|has| |#4| (-1031)) (|has| |#4| (-228))) (-3791 (|has| |#4| (-1031)) (|has| |#4| (-882 (-1155)))) (|has| |#4| (-6 -4366)) (-3791 (|has| |#4| (-1031)) (|has| |#4| (-626 (-553))))) (-4363 |has| |#4| (-1031)) (-4364 |has| |#4| (-1031)) ((-4371 "*") |has| |#4| (-169)) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-357))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-712))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-779))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-831))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1031))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -882) (QUOTE (-1155)))))) (|HasCategory| |#4| (QUOTE (-357))) (-4028 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (QUOTE (-357))) (|HasCategory| |#4| (QUOTE (-1031)))) (-4028 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (QUOTE (-357)))) (|HasCategory| |#4| (QUOTE (-1031))) (|HasCategory| |#4| (QUOTE (-779))) (-4028 (|HasCategory| |#4| (QUOTE (-779))) (|HasCategory| |#4| (QUOTE (-831)))) (|HasCategory| |#4| (QUOTE (-831))) (|HasCategory| |#4| (QUOTE (-712))) (|HasCategory| |#4| (QUOTE (-169))) (-4028 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (QUOTE (-1031)))) (|HasCategory| |#4| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#4| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#4| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1031)))) (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-169)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-228)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-357)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-362)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-712)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-779)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-831)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-1031)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-1079))))) (-4028 (-12 (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-169))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-357))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-712))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-779))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-831))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-1031))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553)))))) (|HasCategory| (-553) (QUOTE (-833))) (-12 (|HasCategory| |#4| (QUOTE (-1031))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-1031))) (|HasCategory| |#4| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1031)))) (-4028 (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1031)))) (|HasCategory| |#4| (QUOTE (-712))) (-12 (|HasCategory| |#4| (QUOTE (-1031))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-1031))) (|HasCategory| |#4| (LIST (QUOTE -882) (QUOTE (-1155)))))) (-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553))))) (-4028 (|HasCategory| |#4| (QUOTE (-1031))) (-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -1020) (QUOTE (-553)))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (QUOTE (-1079)))) (-4028 (|HasAttribute| |#4| (QUOTE -4366)) (-12 (|HasCategory| |#4| (QUOTE (-228))) (|HasCategory| |#4| (QUOTE (-1031)))) (-12 (|HasCategory| |#4| (QUOTE (-1031))) (|HasCategory| |#4| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#4| (QUOTE (-1031))) (|HasCategory| |#4| (LIST (QUOTE -882) (QUOTE (-1155)))))) (|HasCategory| |#4| (QUOTE (-129))) (|HasCategory| |#4| (QUOTE (-25))) (-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-845)))))
(-245 |n| R S)
((|constructor| (NIL "This constructor provides a direct product of \\spad{R}-modules with an \\spad{R}-module view.")))
-((-4365 -4029 (-3792 (|has| |#3| (-1030)) (|has| |#3| (-228))) (-3792 (|has| |#3| (-1030)) (|has| |#3| (-881 (-1154)))) (|has| |#3| (-6 -4365)) (-3792 (|has| |#3| (-1030)) (|has| |#3| (-625 (-552))))) (-4362 |has| |#3| (-1030)) (-4363 |has| |#3| (-1030)) ((-4370 "*") |has| |#3| (-169)) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-711))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-778))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-830))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))))) (|HasCategory| |#3| (QUOTE (-357))) (-4029 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1030)))) (-4029 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357)))) (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (QUOTE (-778))) (-4029 (|HasCategory| |#3| (QUOTE (-778))) (|HasCategory| |#3| (QUOTE (-830)))) (|HasCategory| |#3| (QUOTE (-830))) (|HasCategory| |#3| (QUOTE (-711))) (|HasCategory| |#3| (QUOTE (-169))) (-4029 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-1030)))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1030)))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-169)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-228)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-357)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-362)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-711)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-778)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-830)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-1030)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-1078))))) (-4029 (-12 (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-711))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-778))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-830))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552)))))) (|HasCategory| (-552) (QUOTE (-832))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1030)))) (-4029 (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1030)))) (|HasCategory| |#3| (QUOTE (-711))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))))) (-4029 (|HasCategory| |#3| (QUOTE (-1030))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552)))))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-1078)))) (-4029 (|HasAttribute| |#3| (QUOTE -4365)) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1030)))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4366 -4028 (-3791 (|has| |#3| (-1031)) (|has| |#3| (-228))) (-3791 (|has| |#3| (-1031)) (|has| |#3| (-882 (-1155)))) (|has| |#3| (-6 -4366)) (-3791 (|has| |#3| (-1031)) (|has| |#3| (-626 (-553))))) (-4363 |has| |#3| (-1031)) (-4364 |has| |#3| (-1031)) ((-4371 "*") |has| |#3| (-169)) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-712))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-779))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-831))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))))) (|HasCategory| |#3| (QUOTE (-357))) (-4028 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1031)))) (-4028 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357)))) (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (QUOTE (-779))) (-4028 (|HasCategory| |#3| (QUOTE (-779))) (|HasCategory| |#3| (QUOTE (-831)))) (|HasCategory| |#3| (QUOTE (-831))) (|HasCategory| |#3| (QUOTE (-712))) (|HasCategory| |#3| (QUOTE (-169))) (-4028 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-1031)))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1031)))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-169)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-228)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-357)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-362)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-712)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-779)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-831)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-1031)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-1079))))) (-4028 (-12 (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-712))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-779))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-831))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553)))))) (|HasCategory| (-553) (QUOTE (-833))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1031)))) (-4028 (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1031)))) (|HasCategory| |#3| (QUOTE (-712))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-4028 (|HasCategory| |#3| (QUOTE (-1031))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-1079)))) (-4028 (|HasAttribute| |#3| (QUOTE -4366)) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1031)))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -600) (QUOTE (-845)))))
(-246 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 (-228))))
(-247 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.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
NIL
(-248 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}.")))
-((-4368 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4370 . T) (-4284 . T))
NIL
(-249)
((|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.")))
@@ -962,8 +962,8 @@ NIL
NIL
(-258 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")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#3| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#3| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#3| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#3| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#3| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#3| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#3| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#3| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#1| (QUOTE -4367)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
(-259 A S)
((|constructor| (NIL "\\spadtype{DifferentialVariableCategory} constructs the set of derivatives of a given set of (ordinary) differential indeterminates. If \\spad{x},{}...,{}\\spad{y} is an ordered set of differential indeterminates,{} and the prime notation is used for differentiation,{} then the set of derivatives (including zero-th order) of the differential indeterminates is \\spad{x},{}\\spad{x'},{}\\spad{x''},{}...,{} \\spad{y},{}\\spad{y'},{}\\spad{y''},{}... (Note: in the interpreter,{} the \\spad{n}-th derivative of \\spad{y} is displayed as \\spad{y} with a subscript \\spad{n}.) This set is viewed as a set of algebraic indeterminates,{} totally ordered in a way compatible with differentiation and the given order on the differential indeterminates. Such a total order is called a ranking of the differential indeterminates. \\blankline A domain in this category is needed to construct a differential polynomial domain. Differential polynomials are ordered by a ranking on the derivatives,{} and by an order (extending the ranking) on on the set of differential monomials. One may thus associate a domain in this category with a ranking of the differential indeterminates,{} just as one associates a domain in the category \\spadtype{OrderedAbelianMonoidSup} with an ordering of the set of monomials in a set of algebraic indeterminates. The ranking is specified through the binary relation \\spadfun{<}. For example,{} one may define one derivative to be less than another by lexicographically comparing first the \\spadfun{order},{} then the given order of the differential indeterminates appearing in the derivatives. This is the default implementation. \\blankline The notion of weight generalizes that of degree. A polynomial domain may be made into a graded ring if a weight function is given on the set of indeterminates,{} Very often,{} a grading is the first step in ordering the set of monomials. For differential polynomial domains,{} this constructor provides a function \\spadfun{weight},{} which allows the assignment of a non-negative number to each derivative of a differential indeterminate. For example,{} one may define the weight of a derivative to be simply its \\spadfun{order} (this is the default assignment). This weight function can then be extended to the set of all differential polynomials,{} providing a graded ring structure.")) (|coerce| (($ |#2|) "\\spad{coerce(s)} returns \\spad{s},{} viewed as the zero-th order derivative of \\spad{s}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(v,{} n)} returns the \\spad{n}-th derivative of \\spad{v}.") (($ $) "\\spad{differentiate(v)} returns the derivative of \\spad{v}.")) (|weight| (((|NonNegativeInteger|) $) "\\spad{weight(v)} returns the weight of the derivative \\spad{v}.")) (|variable| ((|#2| $) "\\spad{variable(v)} returns \\spad{s} if \\spad{v} is any derivative of the differential indeterminate \\spad{s}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(v)} returns \\spad{n} if \\spad{v} is the \\spad{n}-th derivative of any differential indeterminate.")) (|makeVariable| (($ |#2| (|NonNegativeInteger|)) "\\spad{makeVariable(s,{} n)} returns the \\spad{n}-th derivative of a differential indeterminate \\spad{s} as an algebraic indeterminate.")))
NIL
@@ -1008,11 +1008,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
-(-270 R -3220)
+(-270 R -3219)
((|constructor| (NIL "Provides elementary functions over an integral domain.")) (|localReal?| (((|Boolean|) |#2|) "\\spad{localReal?(x)} should be local but conditional")) (|specialTrigs| (((|Union| |#2| "failed") |#2| (|List| (|Record| (|:| |func| |#2|) (|:| |pole| (|Boolean|))))) "\\spad{specialTrigs(x,{}l)} should be local but conditional")) (|iiacsch| ((|#2| |#2|) "\\spad{iiacsch(x)} should be local but conditional")) (|iiasech| ((|#2| |#2|) "\\spad{iiasech(x)} should be local but conditional")) (|iiacoth| ((|#2| |#2|) "\\spad{iiacoth(x)} should be local but conditional")) (|iiatanh| ((|#2| |#2|) "\\spad{iiatanh(x)} should be local but conditional")) (|iiacosh| ((|#2| |#2|) "\\spad{iiacosh(x)} should be local but conditional")) (|iiasinh| ((|#2| |#2|) "\\spad{iiasinh(x)} should be local but conditional")) (|iicsch| ((|#2| |#2|) "\\spad{iicsch(x)} should be local but conditional")) (|iisech| ((|#2| |#2|) "\\spad{iisech(x)} should be local but conditional")) (|iicoth| ((|#2| |#2|) "\\spad{iicoth(x)} should be local but conditional")) (|iitanh| ((|#2| |#2|) "\\spad{iitanh(x)} should be local but conditional")) (|iicosh| ((|#2| |#2|) "\\spad{iicosh(x)} should be local but conditional")) (|iisinh| ((|#2| |#2|) "\\spad{iisinh(x)} should be local but conditional")) (|iiacsc| ((|#2| |#2|) "\\spad{iiacsc(x)} should be local but conditional")) (|iiasec| ((|#2| |#2|) "\\spad{iiasec(x)} should be local but conditional")) (|iiacot| ((|#2| |#2|) "\\spad{iiacot(x)} should be local but conditional")) (|iiatan| ((|#2| |#2|) "\\spad{iiatan(x)} should be local but conditional")) (|iiacos| ((|#2| |#2|) "\\spad{iiacos(x)} should be local but conditional")) (|iiasin| ((|#2| |#2|) "\\spad{iiasin(x)} should be local but conditional")) (|iicsc| ((|#2| |#2|) "\\spad{iicsc(x)} should be local but conditional")) (|iisec| ((|#2| |#2|) "\\spad{iisec(x)} should be local but conditional")) (|iicot| ((|#2| |#2|) "\\spad{iicot(x)} should be local but conditional")) (|iitan| ((|#2| |#2|) "\\spad{iitan(x)} should be local but conditional")) (|iicos| ((|#2| |#2|) "\\spad{iicos(x)} should be local but conditional")) (|iisin| ((|#2| |#2|) "\\spad{iisin(x)} should be local but conditional")) (|iilog| ((|#2| |#2|) "\\spad{iilog(x)} should be local but conditional")) (|iiexp| ((|#2| |#2|) "\\spad{iiexp(x)} should be local but conditional")) (|iisqrt3| ((|#2|) "\\spad{iisqrt3()} should be local but conditional")) (|iisqrt2| ((|#2|) "\\spad{iisqrt2()} should be local but conditional")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(p)} returns an elementary operator with the same symbol as \\spad{p}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(p)} returns \\spad{true} if operator \\spad{p} is elementary")) (|pi| ((|#2|) "\\spad{\\spad{pi}()} returns the \\spad{pi} operator")) (|acsch| ((|#2| |#2|) "\\spad{acsch(x)} applies the inverse hyperbolic cosecant operator to \\spad{x}")) (|asech| ((|#2| |#2|) "\\spad{asech(x)} applies the inverse hyperbolic secant operator to \\spad{x}")) (|acoth| ((|#2| |#2|) "\\spad{acoth(x)} applies the inverse hyperbolic cotangent operator to \\spad{x}")) (|atanh| ((|#2| |#2|) "\\spad{atanh(x)} applies the inverse hyperbolic tangent operator to \\spad{x}")) (|acosh| ((|#2| |#2|) "\\spad{acosh(x)} applies the inverse hyperbolic cosine operator to \\spad{x}")) (|asinh| ((|#2| |#2|) "\\spad{asinh(x)} applies the inverse hyperbolic sine operator to \\spad{x}")) (|csch| ((|#2| |#2|) "\\spad{csch(x)} applies the hyperbolic cosecant operator to \\spad{x}")) (|sech| ((|#2| |#2|) "\\spad{sech(x)} applies the hyperbolic secant operator to \\spad{x}")) (|coth| ((|#2| |#2|) "\\spad{coth(x)} applies the hyperbolic cotangent operator to \\spad{x}")) (|tanh| ((|#2| |#2|) "\\spad{tanh(x)} applies the hyperbolic tangent operator to \\spad{x}")) (|cosh| ((|#2| |#2|) "\\spad{cosh(x)} applies the hyperbolic cosine operator to \\spad{x}")) (|sinh| ((|#2| |#2|) "\\spad{sinh(x)} applies the hyperbolic sine operator to \\spad{x}")) (|acsc| ((|#2| |#2|) "\\spad{acsc(x)} applies the inverse cosecant operator to \\spad{x}")) (|asec| ((|#2| |#2|) "\\spad{asec(x)} applies the inverse secant operator to \\spad{x}")) (|acot| ((|#2| |#2|) "\\spad{acot(x)} applies the inverse cotangent operator to \\spad{x}")) (|atan| ((|#2| |#2|) "\\spad{atan(x)} applies the inverse tangent operator to \\spad{x}")) (|acos| ((|#2| |#2|) "\\spad{acos(x)} applies the inverse cosine operator to \\spad{x}")) (|asin| ((|#2| |#2|) "\\spad{asin(x)} applies the inverse sine operator to \\spad{x}")) (|csc| ((|#2| |#2|) "\\spad{csc(x)} applies the cosecant operator to \\spad{x}")) (|sec| ((|#2| |#2|) "\\spad{sec(x)} applies the secant operator to \\spad{x}")) (|cot| ((|#2| |#2|) "\\spad{cot(x)} applies the cotangent operator to \\spad{x}")) (|tan| ((|#2| |#2|) "\\spad{tan(x)} applies the tangent operator to \\spad{x}")) (|cos| ((|#2| |#2|) "\\spad{cos(x)} applies the cosine operator to \\spad{x}")) (|sin| ((|#2| |#2|) "\\spad{sin(x)} applies the sine operator to \\spad{x}")) (|log| ((|#2| |#2|) "\\spad{log(x)} applies the logarithm operator to \\spad{x}")) (|exp| ((|#2| |#2|) "\\spad{exp(x)} applies the exponential operator to \\spad{x}")))
NIL
NIL
-(-271 R -3220)
+(-271 R -3219)
((|constructor| (NIL "ElementaryFunctionStructurePackage provides functions to test the algebraic independence of various elementary functions,{} using the Risch structure theorem (real and complex versions). It also provides transformations on elementary functions which are not considered simplifications.")) (|tanQ| ((|#2| (|Fraction| (|Integer|)) |#2|) "\\spad{tanQ(q,{}a)} is a local function with a conditional implementation.")) (|rootNormalize| ((|#2| |#2| (|Kernel| |#2|)) "\\spad{rootNormalize(f,{} k)} returns \\spad{f} rewriting either \\spad{k} which must be an \\spad{n}th-root in terms of radicals already in \\spad{f},{} or some radicals in \\spad{f} in terms of \\spad{k}.")) (|validExponential| (((|Union| |#2| "failed") (|List| (|Kernel| |#2|)) |#2| (|Symbol|)) "\\spad{validExponential([k1,{}...,{}kn],{}f,{}x)} returns \\spad{g} if \\spad{exp(f)=g} and \\spad{g} involves only \\spad{k1...kn},{} and \"failed\" otherwise.")) (|realElementary| ((|#2| |#2| (|Symbol|)) "\\spad{realElementary(f,{}x)} rewrites the kernels of \\spad{f} involving \\spad{x} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log,{} exp,{} tan,{} atan}.") ((|#2| |#2|) "\\spad{realElementary(f)} rewrites \\spad{f} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log,{} exp,{} tan,{} atan}.")) (|rischNormalize| (((|Record| (|:| |func| |#2|) (|:| |kers| (|List| (|Kernel| |#2|))) (|:| |vals| (|List| |#2|))) |#2| (|Symbol|)) "\\spad{rischNormalize(f,{} x)} returns \\spad{[g,{} [k1,{}...,{}kn],{} [h1,{}...,{}hn]]} such that \\spad{g = normalize(f,{} x)} and each \\spad{\\spad{ki}} was rewritten as \\spad{\\spad{hi}} during the normalization.")) (|normalize| ((|#2| |#2| (|Symbol|)) "\\spad{normalize(f,{} x)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels involving \\spad{x}.") ((|#2| |#2|) "\\spad{normalize(f)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels.")))
NIL
NIL
@@ -1031,10 +1031,10 @@ NIL
(-275 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 (-832))) (|HasCategory| |#2| (QUOTE (-1078))))
+((|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-1079))))
(-276 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}.")))
-((-4369 . T) (-4283 . T))
+((-4370 . T) (-4284 . T))
NIL
(-277 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}.")))
@@ -1055,18 +1055,18 @@ NIL
(-281 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 -4369)))
+((|HasAttribute| |#1| (QUOTE -4370)))
(-282 |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
-(-283 S R |Mod| -3098 -1446 |exactQuo|)
+(-283 S R |Mod| -3233 -3858 |exactQuo|)
((|constructor| (NIL "These domains are used for the factorization and gcds of univariate polynomials over the integers in order to work modulo different primes. See \\spadtype{ModularRing},{} \\spadtype{ModularField}")) (|elt| ((|#2| $ |#2|) "\\spad{elt(x,{}r)} or \\spad{x}.\\spad{r} \\undocumented")) (|inv| (($ $) "\\spad{inv(x)} \\undocumented")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} \\undocumented")) (|exQuo| (((|Union| $ "failed") $ $) "\\spad{exQuo(x,{}y)} \\undocumented")) (|reduce| (($ |#2| |#3|) "\\spad{reduce(r,{}m)} \\undocumented")) (|coerce| ((|#2| $) "\\spad{coerce(x)} \\undocumented")) (|modulus| ((|#3| $) "\\spad{modulus(x)} \\undocumented")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-284)
((|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.")))
-((-4361 . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-285)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 19,{} 2008. An `Environment' is a stack of scope.")) (|categoryFrame| (($) "the current category environment in the interpreter.")) (|currentEnv| (($) "the current normal environment in effect.")) (|setProperties!| (($ (|Symbol|) (|List| (|Property|)) $) "setBinding!(\\spad{n},{}props,{}\\spad{e}) set the list of properties of \\spad{`n'} to `props' in `e'.")) (|getProperties| (((|Union| (|List| (|Property|)) "failed") (|Symbol|) $) "getBinding(\\spad{n},{}\\spad{e}) returns the list of properties of \\spad{`n'} in \\spad{e}; otherwise `failed'.")) (|setProperty!| (($ (|Symbol|) (|Symbol|) (|SExpression|) $) "\\spad{setProperty!(n,{}p,{}v,{}e)} binds the property `(\\spad{p},{}\\spad{v})' to \\spad{`n'} in the topmost scope of `e'.")) (|getProperty| (((|Union| (|SExpression|) "failed") (|Symbol|) (|Symbol|) $) "\\spad{getProperty(n,{}p,{}e)} returns the value of property with name \\spad{`p'} for the symbol \\spad{`n'} in environment `e'. Otherwise,{} `failed'.")) (|scopes| (((|List| (|Scope|)) $) "\\spad{scopes(e)} returns the stack of scopes in environment \\spad{e}.")) (|empty| (($) "\\spad{empty()} constructs an empty environment")))
@@ -1082,21 +1082,21 @@ NIL
NIL
(-288 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.")))
-((-4365 -4029 (|has| |#1| (-1030)) (|has| |#1| (-466))) (-4362 |has| |#1| (-1030)) (-4363 |has| |#1| (-1030)))
-((|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1030)))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-1030)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1030)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1030)))) (-4029 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-711)))) (|HasCategory| |#1| (QUOTE (-466))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-711))) (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (QUOTE (-1090))) (|HasCategory| |#1| (QUOTE (-1078)))) (-4029 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-711))) (|HasCategory| |#1| (QUOTE (-1090)))) (|HasCategory| |#1| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-296))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-466)))) (-4029 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-711)))) (-4029 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-1030)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-711))) (|HasCategory| |#1| (QUOTE (-1090))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))))
+((-4366 -4028 (|has| |#1| (-1031)) (|has| |#1| (-466))) (-4363 |has| |#1| (-1031)) (-4364 |has| |#1| (-1031)))
+((|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1031)))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-1031)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1031)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1031)))) (-4028 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-712)))) (|HasCategory| |#1| (QUOTE (-466))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-712))) (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-1079)))) (-4028 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-712))) (|HasCategory| |#1| (QUOTE (-1091)))) (|HasCategory| |#1| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-296))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-466)))) (-4028 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-712)))) (-4028 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-1031)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-712))) (|HasCategory| |#1| (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))))
(-289 |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.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#2|)))))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-1078))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#2|)))))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-1079))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))))
(-290)
((|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
-(-291 -3220 S)
+(-291 -3219 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
-(-292 E -3220)
+(-292 E -3219)
((|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
@@ -1111,7 +1111,7 @@ NIL
(-295 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{\\spad{si}(a1,{}...,{}an)} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\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{\\spad{si}(a1,{}...,{}an)} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\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 -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-1030))))
+((|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-1031))))
(-296)
((|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{\\spad{si}(a1,{}...,{}an)} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\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{\\spad{si}(a1,{}...,{}an)} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\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
@@ -1134,7 +1134,7 @@ NIL
NIL
(-301)
((|constructor| (NIL "A constructive euclidean domain,{} \\spadignore{i.e.} one can divide producing a quotient and a remainder where the remainder is either zero or is smaller (\\spadfun{euclideanSize}) than the divisor. \\blankline Conditional attributes: \\indented{2}{multiplicativeValuation\\tab{25}\\spad{Size(a*b)=Size(a)*Size(b)}} \\indented{2}{additiveValuation\\tab{25}\\spad{Size(a*b)=Size(a)+Size(b)}}")) (|multiEuclidean| (((|Union| (|List| $) "failed") (|List| $) $) "\\spad{multiEuclidean([f1,{}...,{}fn],{}z)} returns a list of coefficients \\spad{[a1,{} ...,{} an]} such that \\spad{ z / prod \\spad{fi} = sum aj/fj}. If no such list of coefficients exists,{} \"failed\" is returned.")) (|extendedEuclidean| (((|Union| (|Record| (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) "\\spad{extendedEuclidean(x,{}y,{}z)} either returns a record rec where \\spad{rec.coef1*x+rec.coef2*y=z} or returns \"failed\" if \\spad{z} cannot be expressed as a linear combination of \\spad{x} and \\spad{y}.") (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{extendedEuclidean(x,{}y)} returns a record rec where \\spad{rec.coef1*x+rec.coef2*y = rec.generator} and rec.generator is a \\spad{gcd} of \\spad{x} and \\spad{y}. The \\spad{gcd} is unique only up to associates if \\spadatt{canonicalUnitNormal} is not asserted. \\spadfun{principalIdeal} provides a version of this operation which accepts an arbitrary length list of arguments.")) (|rem| (($ $ $) "\\spad{x rem y} is the same as \\spad{divide(x,{}y).remainder}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|quo| (($ $ $) "\\spad{x quo y} is the same as \\spad{divide(x,{}y).quotient}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{divide(x,{}y)} divides \\spad{x} by \\spad{y} producing a record containing a \\spad{quotient} and \\spad{remainder},{} where the remainder is smaller (see \\spadfunFrom{sizeLess?}{EuclideanDomain}) than the divisor \\spad{y}.")) (|euclideanSize| (((|NonNegativeInteger|) $) "\\spad{euclideanSize(x)} returns the euclidean size of the element \\spad{x}. Error: if \\spad{x} is zero.")) (|sizeLess?| (((|Boolean|) $ $) "\\spad{sizeLess?(x,{}y)} tests whether \\spad{x} is strictly smaller than \\spad{y} with respect to the \\spadfunFrom{euclideanSize}{EuclideanDomain}.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-302 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}.")))
@@ -1144,7 +1144,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
-(-304 -3220)
+(-304 -3219)
((|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
@@ -1158,8 +1158,8 @@ NIL
NIL
(-307 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))}.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-890))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-142))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-144))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-1003))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-805))) (-4029 (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-805))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-832)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-1129))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-228))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -506) (QUOTE (-1154)) (LIST (QUOTE -1223) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -303) (LIST (QUOTE -1223) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (LIST (QUOTE -280) (LIST (QUOTE -1223) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1223) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-301))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-537))) (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-832))) (-12 (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-890))) (|HasCategory| $ (QUOTE (-142)))) (-4029 (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-142))) (-12 (|HasCategory| (-1223 |#1| |#2| |#3| |#4|) (QUOTE (-890))) (|HasCategory| $ (QUOTE (-142))))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-891))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-142))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-144))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-1004))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-806))) (-4028 (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-806))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-833)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-1130))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-228))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -507) (QUOTE (-1155)) (LIST (QUOTE -1224) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -303) (LIST (QUOTE -1224) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (LIST (QUOTE -280) (LIST (QUOTE -1224) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1224) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-301))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-538))) (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-833))) (-12 (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-891))) (|HasCategory| $ (QUOTE (-142)))) (-4028 (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-142))) (-12 (|HasCategory| (-1224 |#1| |#2| |#3| |#4|) (QUOTE (-891))) (|HasCategory| $ (QUOTE (-142))))))
(-308 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
@@ -1170,9 +1170,9 @@ NIL
NIL
(-310 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.")))
-((-4365 -4029 (-3792 (|has| |#1| (-1030)) (|has| |#1| (-625 (-552)))) (-12 (|has| |#1| (-544)) (-4029 (-3792 (|has| |#1| (-1030)) (|has| |#1| (-625 (-552)))) (|has| |#1| (-1030)) (|has| |#1| (-466)))) (|has| |#1| (-1030)) (|has| |#1| (-466))) (-4363 |has| |#1| (-169)) (-4362 |has| |#1| (-169)) ((-4370 "*") |has| |#1| (-544)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-544)) (-4360 |has| |#1| (-544)))
-((-4029 (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))))) (|HasCategory| |#1| (QUOTE (-544))) (-4029 (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-1030)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (-4029 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-1090)))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552))))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-1030)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-1030)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-1030)))) (-12 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552))))) (-4029 (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-1090)))) (-4029 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))))) (-4029 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-1090)))) (-4029 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))))) (-4029 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-1030)))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1090))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| $ (QUOTE (-1030))) (|HasCategory| $ (LIST (QUOTE -1019) (QUOTE (-552)))))
-(-311 R -3220)
+((-4366 -4028 (-3791 (|has| |#1| (-1031)) (|has| |#1| (-626 (-553)))) (-12 (|has| |#1| (-545)) (-4028 (-3791 (|has| |#1| (-1031)) (|has| |#1| (-626 (-553)))) (|has| |#1| (-1031)) (|has| |#1| (-466)))) (|has| |#1| (-1031)) (|has| |#1| (-466))) (-4364 |has| |#1| (-169)) (-4363 |has| |#1| (-169)) ((-4371 "*") |has| |#1| (-545)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-545)) (-4361 |has| |#1| (-545)))
+((-4028 (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))))) (|HasCategory| |#1| (QUOTE (-545))) (-4028 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-1031)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (-4028 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-1091)))) (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553))))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-1031)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-1031)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-1031)))) (-12 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553))))) (-4028 (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-1091)))) (-4028 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))))) (-4028 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-1091)))) (-4028 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))))) (-4028 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#1| (QUOTE (-1031)))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1091))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| $ (QUOTE (-1031))) (|HasCategory| $ (LIST (QUOTE -1020) (QUOTE (-553)))))
+(-311 R -3219)
((|constructor| (NIL "Taylor series solutions of explicit ODE\\spad{'s}.")) (|seriesSolve| (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq,{} y,{} x = a,{} [b0,{}...,{}bn])} is equivalent to \\spad{seriesSolve(eq = 0,{} y,{} x = a,{} [b0,{}...,{}b(n-1)])}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq,{} y,{} x = a,{} y a = b)} is equivalent to \\spad{seriesSolve(eq=0,{} y,{} x=a,{} y a = b)}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq,{} y,{} x = a,{} b)} is equivalent to \\spad{seriesSolve(eq = 0,{} y,{} x = a,{} y a = b)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq,{}y,{} x=a,{} b)} is equivalent to \\spad{seriesSolve(eq,{} y,{} x=a,{} y a = b)}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,{}...,{}eqn],{} [y1,{}...,{}yn],{} x = a,{}[y1 a = b1,{}...,{} yn a = bn])} is equivalent to \\spad{seriesSolve([eq1=0,{}...,{}eqn=0],{} [y1,{}...,{}yn],{} x = a,{} [y1 a = b1,{}...,{} yn a = bn])}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,{}...,{}eqn],{} [y1,{}...,{}yn],{} x=a,{} [b1,{}...,{}bn])} is equivalent to \\spad{seriesSolve([eq1=0,{}...,{}eqn=0],{} [y1,{}...,{}yn],{} x=a,{} [b1,{}...,{}bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,{}...,{}eqn],{} [y1,{}...,{}yn],{} x=a,{} [b1,{}...,{}bn])} is equivalent to \\spad{seriesSolve([eq1,{}...,{}eqn],{} [y1,{}...,{}yn],{} x = a,{} [y1 a = b1,{}...,{} yn a = bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,{}...,{}eqn],{}[y1,{}...,{}yn],{}x = a,{}[y1 a = b1,{}...,{}yn a = bn])} returns a taylor series solution of \\spad{[eq1,{}...,{}eqn]} around \\spad{x = a} with initial conditions \\spad{\\spad{yi}(a) = \\spad{bi}}. Note: eqi must be of the form \\spad{\\spad{fi}(x,{} y1 x,{} y2 x,{}...,{} yn x) y1'(x) + \\spad{gi}(x,{} y1 x,{} y2 x,{}...,{} yn x) = h(x,{} y1 x,{} y2 x,{}...,{} yn x)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq,{}y,{}x=a,{}[b0,{}...,{}b(n-1)])} returns a Taylor series solution of \\spad{eq} around \\spad{x = a} with initial conditions \\spad{y(a) = b0},{} \\spad{y'(a) = b1},{} \\spad{y''(a) = b2},{} ...,{}\\spad{y(n-1)(a) = b(n-1)} \\spad{eq} must be of the form \\spad{f(x,{} y x,{} y'(x),{}...,{} y(n-1)(x)) y(n)(x) + g(x,{}y x,{}y'(x),{}...,{}y(n-1)(x)) = h(x,{}y x,{} y'(x),{}...,{} y(n-1)(x))}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq,{}y,{}x=a,{} y a = b)} returns a Taylor series solution of \\spad{eq} around \\spad{x} = a with initial condition \\spad{y(a) = b}. Note: \\spad{eq} must be of the form \\spad{f(x,{} y x) y'(x) + g(x,{} y x) = h(x,{} y x)}.")))
NIL
NIL
@@ -1182,8 +1182,8 @@ NIL
NIL
(-313 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.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-552)) (QUOTE (-1090))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-553)) (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))))
(-314 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
@@ -1194,8 +1194,8 @@ NIL
NIL
(-316 S)
((|constructor| (NIL "The free abelian group on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,{}[\\spad{ni} * \\spad{si}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are integers. The operation is commutative.")))
-((-4363 . T) (-4362 . T))
-((|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-777))))
+((-4364 . T) (-4363 . T))
+((|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-778))))
(-317 S E)
((|constructor| (NIL "A free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,{}[\\spad{ni} * \\spad{si}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are in a given abelian monoid. The operation is commutative.")) (|highCommonTerms| (($ $ $) "\\spad{highCommonTerms(e1 a1 + ... + en an,{} f1 b1 + ... + fm bm)} returns \\indented{2}{\\spad{reduce(+,{}[max(\\spad{ei},{} \\spad{fi}) \\spad{ci}])}} where \\spad{ci} ranges in the intersection of \\spad{{a1,{}...,{}an}} and \\spad{{b1,{}...,{}bm}}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f,{} e1 a1 +...+ en an)} returns \\spad{e1 f(a1) +...+ en f(an)}.")) (|mapCoef| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapCoef(f,{} e1 a1 +...+ en an)} returns \\spad{f(e1) a1 +...+ f(en) an}.")) (|coefficient| ((|#2| |#1| $) "\\spad{coefficient(s,{} e1 a1 + ... + en an)} returns \\spad{ei} such that \\spad{ai} = \\spad{s},{} or 0 if \\spad{s} is not one of the \\spad{ai}\\spad{'s}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x,{} n)} returns the factor of the n^th term of \\spad{x}.")) (|nthCoef| ((|#2| $ (|Integer|)) "\\spad{nthCoef(x,{} n)} returns the coefficient of the n^th term of \\spad{x}.")) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) "\\spad{terms(e1 a1 + ... + en an)} returns \\spad{[[a1,{} e1],{}...,{}[an,{} en]]}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of terms in \\spad{x}. mapGen(\\spad{f},{} a1\\spad{\\^}e1 ... an\\spad{\\^}en) returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (* (($ |#2| |#1|) "\\spad{e * s} returns \\spad{e} times \\spad{s}.")) (+ (($ |#1| $) "\\spad{s + x} returns the sum of \\spad{s} and \\spad{x}.")))
NIL
@@ -1203,26 +1203,26 @@ NIL
(-318 S)
((|constructor| (NIL "The free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,{}[\\spad{ni} * \\spad{si}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are non-negative integers. The operation is commutative.")))
NIL
-((|HasCategory| (-756) (QUOTE (-777))))
+((|HasCategory| (-757) (QUOTE (-778))))
(-319 S R E)
((|constructor| (NIL "This category is similar to AbelianMonoidRing,{} except that the sum is assumed to be finite. It is a useful model for polynomials,{} but is somewhat more general.")) (|primitivePart| (($ $) "\\spad{primitivePart(p)} returns the unit normalized form of polynomial \\spad{p} divided by the content of \\spad{p}.")) (|content| ((|#2| $) "\\spad{content(p)} gives the \\spad{gcd} of the coefficients of polynomial \\spad{p}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(p,{}r)} returns the exact quotient of polynomial \\spad{p} by \\spad{r},{} or \"failed\" if none exists.")) (|binomThmExpt| (($ $ $ (|NonNegativeInteger|)) "\\spad{binomThmExpt(p,{}q,{}n)} returns \\spad{(x+y)^n} by means of the binomial theorem trick.")) (|pomopo!| (($ $ |#2| |#3| $) "\\spad{pomopo!(p1,{}r,{}e,{}p2)} returns \\spad{p1 + monomial(e,{}r) * p2} and may use \\spad{p1} as workspace. The constaant \\spad{r} is assumed to be nonzero.")) (|mapExponents| (($ (|Mapping| |#3| |#3|) $) "\\spad{mapExponents(fn,{}u)} maps function \\spad{fn} onto the exponents of the non-zero monomials of polynomial \\spad{u}.")) (|minimumDegree| ((|#3| $) "\\spad{minimumDegree(p)} gives the least exponent of a non-zero term of polynomial \\spad{p}. Error: if applied to 0.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(p)} gives the number of non-zero monomials in polynomial \\spad{p}.")) (|coefficients| (((|List| |#2|) $) "\\spad{coefficients(p)} gives the list of non-zero coefficients of polynomial \\spad{p}.")) (|ground| ((|#2| $) "\\spad{ground(p)} retracts polynomial \\spad{p} to the coefficient ring.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(p)} tests if polynomial \\spad{p} is a member of the coefficient ring.")))
NIL
-((|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-169))))
+((|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-169))))
(-320 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.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-321 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.")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-322 S -3220)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-322 S -3219)
((|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 (-362))))
-(-323 -3220)
+(-323 -3219)
((|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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-324)
((|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.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(f)} returns an object of type OutputForm.")))
@@ -1240,54 +1240,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
-(-328 S -3220 UP UPUP R)
+(-328 S -3219 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
-(-329 -3220 UP UPUP R)
+(-329 -3219 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
-(-330 -3220 UP UPUP R)
+(-330 -3219 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
(-331 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 -506) (QUOTE (-1154)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -280) (|devaluate| |#2|) (|devaluate| |#2|))))
+((|HasCategory| |#2| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -280) (|devaluate| |#2|) (|devaluate| |#2|))))
(-332 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
(-333 |basicSymbols| |subscriptedSymbols| R)
((|constructor| (NIL "A domain of expressions involving functions which can be translated into standard Fortran-77,{} with some extra extensions from the NAG Fortran Library.")) (|useNagFunctions| (((|Boolean|) (|Boolean|)) "\\spad{useNagFunctions(v)} sets the flag which controls whether NAG functions \\indented{1}{are being used for mathematical and machine constants.\\space{2}The previous} \\indented{1}{value is returned.}") (((|Boolean|)) "\\spad{useNagFunctions()} indicates whether NAG functions are being used \\indented{1}{for mathematical and machine constants.}")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(e)} return a list of all the variables in \\spad{e}.")) (|pi| (($) "\\spad{\\spad{pi}(x)} represents the NAG Library function X01AAF which returns \\indented{1}{an approximation to the value of \\spad{pi}}")) (|tanh| (($ $) "\\spad{tanh(x)} represents the Fortran intrinsic function TANH")) (|cosh| (($ $) "\\spad{cosh(x)} represents the Fortran intrinsic function COSH")) (|sinh| (($ $) "\\spad{sinh(x)} represents the Fortran intrinsic function SINH")) (|atan| (($ $) "\\spad{atan(x)} represents the Fortran intrinsic function ATAN")) (|acos| (($ $) "\\spad{acos(x)} represents the Fortran intrinsic function ACOS")) (|asin| (($ $) "\\spad{asin(x)} represents the Fortran intrinsic function ASIN")) (|tan| (($ $) "\\spad{tan(x)} represents the Fortran intrinsic function TAN")) (|cos| (($ $) "\\spad{cos(x)} represents the Fortran intrinsic function COS")) (|sin| (($ $) "\\spad{sin(x)} represents the Fortran intrinsic function SIN")) (|log10| (($ $) "\\spad{log10(x)} represents the Fortran intrinsic function LOG10")) (|log| (($ $) "\\spad{log(x)} represents the Fortran intrinsic function LOG")) (|exp| (($ $) "\\spad{exp(x)} represents the Fortran intrinsic function EXP")) (|sqrt| (($ $) "\\spad{sqrt(x)} represents the Fortran intrinsic function SQRT")) (|abs| (($ $) "\\spad{abs(x)} represents the Fortran intrinsic function ABS")) (|coerce| (((|Expression| |#3|) $) "\\spad{coerce(x)} \\undocumented{}")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| (|Float|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| (|Float|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| (|Integer|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Symbol|)) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a FortranExpression \\indented{1}{checking that it is one of the given basic symbols} \\indented{1}{or subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| |#3|)) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}")) (|retract| (($ (|Polynomial| (|Float|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| (|Float|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Polynomial| (|Integer|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| (|Integer|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Symbol|)) "\\spad{retract(e)} takes \\spad{e} and transforms it into a FortranExpression \\indented{1}{checking that it is one of the given basic symbols} \\indented{1}{or subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| |#3|)) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}")))
-((-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-373)))) (|HasCategory| $ (QUOTE (-1030))) (|HasCategory| $ (LIST (QUOTE -1019) (QUOTE (-552)))))
+((-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-373)))) (|HasCategory| $ (QUOTE (-1031))) (|HasCategory| $ (LIST (QUOTE -1020) (QUOTE (-553)))))
(-334 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
-(-335 S -3220 UP UPUP)
+(-335 S -3219 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#2|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#2|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in u1,{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (|Mapping| |#3| |#3|)) "\\spad{algSplitSimple(f,{} D)} returns \\spad{[h,{}d,{}d',{}g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d,{} discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#3| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#3| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#2| $ |#2| |#2|) "\\spad{elt(f,{}a,{}b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a,{} y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#3| |#3|)) "\\spad{differentiate(x,{} d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#3|)) (|:| |den| |#3|)) (|Mapping| |#3| |#3|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(\\spad{wi})} with respect to \\spad{(w1,{}...,{}wn)} where \\spad{(w1,{}...,{}wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#3|) |#3|) "\\spad{integralRepresents([A1,{}...,{}An],{} D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,{}...,{}wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#3|)) (|:| |den| |#3|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,{}...,{}An],{} D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,{}...,{}wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#3|) |#3|) "\\spad{represents([A0,{}...,{}A(n-1)],{}D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#3|)) (|:| |den| |#3|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,{}...,{}An],{} D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#3|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,{}...,{}vn) = (1,{} y,{} ...,{} y**(n-1))} where \\spad{(v1,{}...,{}vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#3|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,{}...,{}vn) = M (1,{} y,{} ...,{} y**(n-1))} where \\spad{(v1,{}...,{}vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#3|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,{}...,{}wn) = (1,{} y,{} ...,{} y**(n-1))} where \\spad{(w1,{}...,{}wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#3|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,{}...,{}wn) = M (1,{} y,{} ...,{} y**(n-1))},{} where \\spad{(w1,{}...,{}wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,{}...,{}bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,{}...,{}bn)} returns the complementary basis \\spad{(b1',{}...,{}bn')} of \\spad{(b1,{}...,{}bn)}.")) (|integral?| (((|Boolean|) $ |#3|) "\\spad{integral?(f,{} p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#2|) "\\spad{integral?(f,{} a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#3|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#2|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#3|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#2|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#3|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#2|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#2| |#2|) "\\spad{rationalPoint?(a,{} b)} tests if \\spad{(x=a,{}y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
NIL
((|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-357))))
-(-336 -3220 UP UPUP)
+(-336 -3219 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#1|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in u1,{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (|Mapping| |#2| |#2|)) "\\spad{algSplitSimple(f,{} D)} returns \\spad{[h,{}d,{}d',{}g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d,{} discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#2| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#2| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#1| $ |#1| |#1|) "\\spad{elt(f,{}a,{}b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a,{} y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x,{} d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) (|:| |den| |#2|)) (|Mapping| |#2| |#2|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(\\spad{wi})} with respect to \\spad{(w1,{}...,{}wn)} where \\spad{(w1,{}...,{}wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#2|) |#2|) "\\spad{integralRepresents([A1,{}...,{}An],{} D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,{}...,{}wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,{}...,{}An],{} D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,{}...,{}wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#2|) |#2|) "\\spad{represents([A0,{}...,{}A(n-1)],{}D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,{}...,{}An],{} D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,{}...,{}vn) = (1,{} y,{} ...,{} y**(n-1))} where \\spad{(v1,{}...,{}vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,{}...,{}vn) = M (1,{} y,{} ...,{} y**(n-1))} where \\spad{(v1,{}...,{}vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,{}...,{}wn) = (1,{} y,{} ...,{} y**(n-1))} where \\spad{(w1,{}...,{}wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,{}...,{}wn) = M (1,{} y,{} ...,{} y**(n-1))},{} where \\spad{(w1,{}...,{}wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,{}...,{}bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,{}...,{}bn)} returns the complementary basis \\spad{(b1',{}...,{}bn')} of \\spad{(b1,{}...,{}bn)}.")) (|integral?| (((|Boolean|) $ |#2|) "\\spad{integral?(f,{} p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#1|) "\\spad{integral?(f,{} a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#2|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#1|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#2|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#1|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#2|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#1|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#1| |#1|) "\\spad{rationalPoint?(a,{} b)} tests if \\spad{(x=a,{}y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
-((-4361 |has| (-401 |#2|) (-357)) (-4366 |has| (-401 |#2|) (-357)) (-4360 |has| (-401 |#2|) (-357)) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 |has| (-401 |#2|) (-357)) (-4367 |has| (-401 |#2|) (-357)) (-4361 |has| (-401 |#2|) (-357)) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-337 |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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| (-891 |#1|) (QUOTE (-142))) (|HasCategory| (-891 |#1|) (QUOTE (-362)))) (|HasCategory| (-891 |#1|) (QUOTE (-144))) (|HasCategory| (-891 |#1|) (QUOTE (-362))) (|HasCategory| (-891 |#1|) (QUOTE (-142))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| (-892 |#1|) (QUOTE (-142))) (|HasCategory| (-892 |#1|) (QUOTE (-362)))) (|HasCategory| (-892 |#1|) (QUOTE (-144))) (|HasCategory| (-892 |#1|) (QUOTE (-362))) (|HasCategory| (-892 |#1|) (QUOTE (-142))))
(-338 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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
(-339 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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
(-340 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
@@ -1302,33 +1302,33 @@ NIL
NIL
(-343)
((|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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-344 R UP -3220)
+(-344 R UP -3219)
((|constructor| (NIL "In this package \\spad{R} is a Euclidean domain and \\spad{F} is a framed algebra over \\spad{R}. The package provides functions to compute the integral closure of \\spad{R} in the quotient field of \\spad{F}. It is assumed that \\spad{char(R/P) = char(R)} for any prime \\spad{P} of \\spad{R}. A typical instance of this is when \\spad{R = K[x]} and \\spad{F} is a function field over \\spad{R}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) |#1|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
(-345 |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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| (-891 |#1|) (QUOTE (-142))) (|HasCategory| (-891 |#1|) (QUOTE (-362)))) (|HasCategory| (-891 |#1|) (QUOTE (-144))) (|HasCategory| (-891 |#1|) (QUOTE (-362))) (|HasCategory| (-891 |#1|) (QUOTE (-142))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| (-892 |#1|) (QUOTE (-142))) (|HasCategory| (-892 |#1|) (QUOTE (-362)))) (|HasCategory| (-892 |#1|) (QUOTE (-144))) (|HasCategory| (-892 |#1|) (QUOTE (-362))) (|HasCategory| (-892 |#1|) (QUOTE (-142))))
(-346 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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
(-347 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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
(-348 |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}.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| (-891 |#1|) (QUOTE (-142))) (|HasCategory| (-891 |#1|) (QUOTE (-362)))) (|HasCategory| (-891 |#1|) (QUOTE (-144))) (|HasCategory| (-891 |#1|) (QUOTE (-362))) (|HasCategory| (-891 |#1|) (QUOTE (-142))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| (-892 |#1|) (QUOTE (-142))) (|HasCategory| (-892 |#1|) (QUOTE (-362)))) (|HasCategory| (-892 |#1|) (QUOTE (-144))) (|HasCategory| (-892 |#1|) (QUOTE (-362))) (|HasCategory| (-892 |#1|) (QUOTE (-142))))
(-349 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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
-(-350 -3220 GF)
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
+(-350 -3219 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
@@ -1336,21 +1336,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
-(-352 -3220 FP FPP)
+(-352 -3219 FP FPP)
((|constructor| (NIL "This package solves linear diophantine equations for Bivariate polynomials over finite fields")) (|solveLinearPolynomialEquation| (((|Union| (|List| |#3|) "failed") (|List| |#3|) |#3|) "\\spad{solveLinearPolynomialEquation([f1,{} ...,{} fn],{} g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
(-353 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}.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-142))))
(-354 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
(-355 S)
((|constructor| (NIL "The free group on a set \\spad{S} is the group of finite products of the form \\spad{reduce(*,{}[\\spad{si} ** \\spad{ni}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are integers. The multiplication is not commutative.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|Integer|)))) $) "\\spad{factors(a1\\^e1,{}...,{}an\\^en)} returns \\spad{[[a1,{} e1],{}...,{}[an,{} en]]}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f,{} a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| (|Integer|) (|Integer|)) $) "\\spad{mapExpon(f,{} a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x,{} n)} returns the factor of the n^th monomial of \\spad{x}.")) (|nthExpon| (((|Integer|) $ (|Integer|)) "\\spad{nthExpon(x,{} n)} returns the exponent of the n^th monomial of \\spad{x}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of monomials in \\spad{x}.")) (** (($ |#1| (|Integer|)) "\\spad{s ** n} returns the product of \\spad{s} by itself \\spad{n} times.")) (* (($ $ |#1|) "\\spad{x * s} returns the product of \\spad{x} by \\spad{s} on the right.") (($ |#1| $) "\\spad{s * x} returns the product of \\spad{x} by \\spad{s} on the left.")))
-((-4365 . T))
+((-4366 . T))
NIL
(-356 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.")))
@@ -1358,7 +1358,7 @@ NIL
NIL
(-357)
((|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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-358 |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.")))
@@ -1371,10 +1371,10 @@ NIL
(-360 S R)
((|constructor| (NIL "A FiniteRankNonAssociativeAlgebra is a non associative algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|unitsKnown| ((|attribute|) "unitsKnown means that \\spadfun{recip} truly yields reciprocal or \\spad{\"failed\"} if not a unit,{} similarly for \\spadfun{leftRecip} and \\spadfun{rightRecip}. The reason is that we use left,{} respectively right,{} minimal polynomials to decide this question.")) (|unit| (((|Union| $ "failed")) "\\spad{unit()} returns a unit of the algebra (necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnit| (((|Union| $ "failed")) "\\spad{rightUnit()} returns a right unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|leftUnit| (((|Union| $ "failed")) "\\spad{leftUnit()} returns a left unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{rightUnits()} returns the affine space of all right units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{leftUnits()} returns the affine space of all left units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{rightMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of right powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{leftMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of left powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|associatorDependence| (((|List| (|Vector| |#2|))) "\\spad{associatorDependence()} looks for the associator identities,{} \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,{}b,{}c)} which yield 0,{} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}.")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\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| |#2|) $) "\\spad{rightCharacteristicPolynomial(a)} returns the characteristic polynomial of the right regular representation of \\spad{a} with respect to any basis.")) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{leftCharacteristicPolynomial(a)} returns the characteristic polynomial of the left regular representation of \\spad{a} with respect to any basis.")) (|rightTraceMatrix| (((|Matrix| |#2|) (|Vector| $)) "\\spad{rightTraceMatrix([v1,{}...,{}vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}.")) (|leftTraceMatrix| (((|Matrix| |#2|) (|Vector| $)) "\\spad{leftTraceMatrix([v1,{}...,{}vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}.")) (|rightDiscriminant| ((|#2| (|Vector| $)) "\\spad{rightDiscriminant([v1,{}...,{}vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(rightTraceMatrix([v1,{}...,{}vn]))}.")) (|leftDiscriminant| ((|#2| (|Vector| $)) "\\spad{leftDiscriminant([v1,{}...,{}vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(leftTraceMatrix([v1,{}...,{}vn]))}.")) (|represents| (($ (|Vector| |#2|) (|Vector| $)) "\\spad{represents([a1,{}...,{}am],{}[v1,{}...,{}vm])} returns the linear combination \\spad{a1*vm + ... + an*vm}.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([a1,{}...,{}am],{}[v1,{}...,{}vn])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{\\spad{ai}} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.") (((|Vector| |#2|) $ (|Vector| $)) "\\spad{coordinates(a,{}[v1,{}...,{}vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rightNorm| ((|#2| $) "\\spad{rightNorm(a)} returns the determinant of the right regular representation of \\spad{a}.")) (|leftNorm| ((|#2| $) "\\spad{leftNorm(a)} returns the determinant of the left regular representation of \\spad{a}.")) (|rightTrace| ((|#2| $) "\\spad{rightTrace(a)} returns the trace of the right regular representation of \\spad{a}.")) (|leftTrace| ((|#2| $) "\\spad{leftTrace(a)} returns the trace of the left regular representation of \\spad{a}.")) (|rightRegularRepresentation| (((|Matrix| |#2|) $ (|Vector| $)) "\\spad{rightRegularRepresentation(a,{}[v1,{}...,{}vn])} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,{}...,{}vn]}.")) (|leftRegularRepresentation| (((|Matrix| |#2|) $ (|Vector| $)) "\\spad{leftRegularRepresentation(a,{}[v1,{}...,{}vn])} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,{}...,{}vn]}.")) (|structuralConstants| (((|Vector| (|Matrix| |#2|)) (|Vector| $)) "\\spad{structuralConstants([v1,{}v2,{}...,{}vm])} calculates the structural constants \\spad{[(gammaijk) for k in 1..m]} defined by \\spad{\\spad{vi} * vj = gammaij1 * v1 + ... + gammaijm * vm},{} where \\spad{[v1,{}...,{}vm]} is an \\spad{R}-module basis of a subalgebra.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#2|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,{}...,{}vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra as \\spad{R}-module.")) (|someBasis| (((|Vector| $)) "\\spad{someBasis()} returns some \\spad{R}-module basis.")))
NIL
-((|HasCategory| |#2| (QUOTE (-544))))
+((|HasCategory| |#2| (QUOTE (-545))))
(-361 R)
((|constructor| (NIL "A FiniteRankNonAssociativeAlgebra is a non associative algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|unitsKnown| ((|attribute|) "unitsKnown means that \\spadfun{recip} truly yields reciprocal or \\spad{\"failed\"} if not a unit,{} similarly for \\spadfun{leftRecip} and \\spadfun{rightRecip}. The reason is that we use left,{} respectively right,{} minimal polynomials to decide this question.")) (|unit| (((|Union| $ "failed")) "\\spad{unit()} returns a unit of the algebra (necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnit| (((|Union| $ "failed")) "\\spad{rightUnit()} returns a right unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|leftUnit| (((|Union| $ "failed")) "\\spad{leftUnit()} returns a left unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{rightUnits()} returns the affine space of all right units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{leftUnits()} returns the affine space of all left units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of right powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of left powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|associatorDependence| (((|List| (|Vector| |#1|))) "\\spad{associatorDependence()} looks for the associator identities,{} \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,{}b,{}c)} which yield 0,{} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}.")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|lieAlgebra?| (((|Boolean|)) "\\spad{lieAlgebra?()} tests if the algebra is anticommutative and \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jacobi identity). Example: for every associative algebra \\spad{(A,{}+,{}@)} we can construct a Lie algebra \\spad{(A,{}+,{}*)},{} where \\spad{a*b := a@b-b@a}.")) (|jordanAlgebra?| (((|Boolean|)) "\\spad{jordanAlgebra?()} tests if the algebra is commutative,{} characteristic is not 2,{} and \\spad{(a*b)*a**2 - a*(b*a**2) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jordan identity). Example: for every associative algebra \\spad{(A,{}+,{}@)} we can construct a Jordan algebra \\spad{(A,{}+,{}*)},{} where \\spad{a*b := (a@b+b@a)/2}.")) (|noncommutativeJordanAlgebra?| (((|Boolean|)) "\\spad{noncommutativeJordanAlgebra?()} tests if the algebra is flexible and Jordan admissible.")) (|jordanAdmissible?| (((|Boolean|)) "\\spad{jordanAdmissible?()} tests if 2 is invertible in the coefficient domain and the multiplication defined by \\spad{(1/2)(a*b+b*a)} determines a Jordan algebra,{} \\spadignore{i.e.} satisfies the Jordan identity. The property of \\spadatt{commutative(\\spad{\"*\"})} follows from by definition.")) (|lieAdmissible?| (((|Boolean|)) "\\spad{lieAdmissible?()} tests if the algebra defined by the commutators is a Lie algebra,{} \\spadignore{i.e.} satisfies the Jacobi identity. The property of anticommutativity follows from definition.")) (|jacobiIdentity?| (((|Boolean|)) "\\spad{jacobiIdentity?()} tests if \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. For example,{} this holds for crossed products of 3-dimensional vectors.")) (|powerAssociative?| (((|Boolean|)) "\\spad{powerAssociative?()} tests if all subalgebras generated by a single element are associative.")) (|alternative?| (((|Boolean|)) "\\spad{alternative?()} tests if \\spad{2*associator(a,{}a,{}b) = 0 = 2*associator(a,{}b,{}b)} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|flexible?| (((|Boolean|)) "\\spad{flexible?()} tests if \\spad{2*associator(a,{}b,{}a) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|rightAlternative?| (((|Boolean|)) "\\spad{rightAlternative?()} tests if \\spad{2*associator(a,{}b,{}b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|leftAlternative?| (((|Boolean|)) "\\spad{leftAlternative?()} tests if \\spad{2*associator(a,{}a,{}b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|antiAssociative?| (((|Boolean|)) "\\spad{antiAssociative?()} tests if multiplication in algebra is anti-associative,{} \\spadignore{i.e.} \\spad{(a*b)*c + a*(b*c) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra.")) (|associative?| (((|Boolean|)) "\\spad{associative?()} tests if multiplication in algebra is associative.")) (|antiCommutative?| (((|Boolean|)) "\\spad{antiCommutative?()} tests if \\spad{a*a = 0} for all \\spad{a} in the algebra. Note: this implies \\spad{a*b + b*a = 0} for all \\spad{a} and \\spad{b}.")) (|commutative?| (((|Boolean|)) "\\spad{commutative?()} tests if multiplication in the algebra is commutative.")) (|rightCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightCharacteristicPolynomial(a)} returns the characteristic polynomial of the right regular representation of \\spad{a} with respect to any basis.")) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftCharacteristicPolynomial(a)} returns the characteristic polynomial of the left regular representation of \\spad{a} with respect to any basis.")) (|rightTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{rightTraceMatrix([v1,{}...,{}vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}.")) (|leftTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{leftTraceMatrix([v1,{}...,{}vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}.")) (|rightDiscriminant| ((|#1| (|Vector| $)) "\\spad{rightDiscriminant([v1,{}...,{}vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(rightTraceMatrix([v1,{}...,{}vn]))}.")) (|leftDiscriminant| ((|#1| (|Vector| $)) "\\spad{leftDiscriminant([v1,{}...,{}vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(leftTraceMatrix([v1,{}...,{}vn]))}.")) (|represents| (($ (|Vector| |#1|) (|Vector| $)) "\\spad{represents([a1,{}...,{}am],{}[v1,{}...,{}vm])} returns the linear combination \\spad{a1*vm + ... + an*vm}.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([a1,{}...,{}am],{}[v1,{}...,{}vn])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{\\spad{ai}} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.") (((|Vector| |#1|) $ (|Vector| $)) "\\spad{coordinates(a,{}[v1,{}...,{}vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rightNorm| ((|#1| $) "\\spad{rightNorm(a)} returns the determinant of the right regular representation of \\spad{a}.")) (|leftNorm| ((|#1| $) "\\spad{leftNorm(a)} returns the determinant of the left regular representation of \\spad{a}.")) (|rightTrace| ((|#1| $) "\\spad{rightTrace(a)} returns the trace of the right regular representation of \\spad{a}.")) (|leftTrace| ((|#1| $) "\\spad{leftTrace(a)} returns the trace of the left regular representation of \\spad{a}.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{rightRegularRepresentation(a,{}[v1,{}...,{}vn])} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,{}...,{}vn]}.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{leftRegularRepresentation(a,{}[v1,{}...,{}vn])} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,{}...,{}vn]}.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) (|Vector| $)) "\\spad{structuralConstants([v1,{}v2,{}...,{}vm])} calculates the structural constants \\spad{[(gammaijk) for k in 1..m]} defined by \\spad{\\spad{vi} * vj = gammaij1 * v1 + ... + gammaijm * vm},{} where \\spad{[v1,{}...,{}vm]} is an \\spad{R}-module basis of a subalgebra.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,{}...,{}vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra as \\spad{R}-module.")) (|someBasis| (((|Vector| $)) "\\spad{someBasis()} returns some \\spad{R}-module basis.")))
-((-4365 |has| |#1| (-544)) (-4363 . T) (-4362 . T))
+((-4366 |has| |#1| (-545)) (-4364 . T) (-4363 . T))
NIL
(-362)
((|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.")))
@@ -1386,7 +1386,7 @@ NIL
((|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-357))))
(-364 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.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
+((-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-365 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.")))
@@ -1395,14 +1395,14 @@ NIL
(-366 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 -4369)) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-1078))))
+((|HasAttribute| |#1| (QUOTE -4370)) (|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-1079))))
(-367 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]}.")))
-((-4368 . T) (-4283 . T))
+((-4369 . T) (-4284 . T))
NIL
(-368 |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) (-4363 . T) (-4362 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4364 . T) (-4363 . T))
NIL
(-369 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.")))
@@ -1411,10 +1411,10 @@ NIL
(-370 S R)
((|constructor| (NIL "\\spad{S} is \\spadtype{FullyLinearlyExplicitRingOver R} means that \\spad{S} is a \\spadtype{LinearlyExplicitRingOver R} and,{} in addition,{} if \\spad{R} is a \\spadtype{LinearlyExplicitRingOver Integer},{} then so is \\spad{S}")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))))
+((|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))))
(-371 R)
((|constructor| (NIL "\\spad{S} is \\spadtype{FullyLinearlyExplicitRingOver R} means that \\spad{S} is a \\spadtype{LinearlyExplicitRingOver R} and,{} in addition,{} if \\spad{R} is a \\spadtype{LinearlyExplicitRingOver Integer},{} then so is \\spad{S}")))
-((-4365 . T))
+((-4366 . T))
NIL
(-372 |Par|)
((|constructor| (NIL "\\indented{3}{This is a package for the approximation of complex solutions for} systems of equations of rational functions with complex rational coefficients. The results are expressed as either complex rational numbers or complex floats depending on the type of the precision parameter which can be either a rational number or a floating point number.")) (|complexRoots| (((|List| (|List| (|Complex| |#1|))) (|List| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) (|List| (|Symbol|)) |#1|) "\\spad{complexRoots(lrf,{} lv,{} eps)} finds all the complex solutions of a list of rational functions with rational number coefficients with respect the the variables appearing in \\spad{lv}. Each solution is computed to precision eps and returned as list corresponding to the order of variables in \\spad{lv}.") (((|List| (|Complex| |#1|)) (|Fraction| (|Polynomial| (|Complex| (|Integer|)))) |#1|) "\\spad{complexRoots(rf,{} eps)} finds all the complex solutions of a univariate rational function with rational number coefficients. The solutions are computed to precision eps.")) (|complexSolve| (((|List| (|Equation| (|Polynomial| (|Complex| |#1|)))) (|Equation| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) |#1|) "\\spad{complexSolve(eq,{}eps)} finds all the complex solutions of the equation \\spad{eq} of rational functions with rational rational coefficients with respect to all the variables appearing in \\spad{eq},{} with precision \\spad{eps}.") (((|List| (|Equation| (|Polynomial| (|Complex| |#1|)))) (|Fraction| (|Polynomial| (|Complex| (|Integer|)))) |#1|) "\\spad{complexSolve(p,{}eps)} find all the complex solutions of the rational function \\spad{p} with complex rational coefficients with respect to all the variables appearing in \\spad{p},{} with precision \\spad{eps}.") (((|List| (|List| (|Equation| (|Polynomial| (|Complex| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| (|Complex| (|Integer|)))))) |#1|) "\\spad{complexSolve(leq,{}eps)} finds all the complex solutions to precision \\spad{eps} of the system \\spad{leq} of equations of rational functions over complex rationals with respect to all the variables appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Polynomial| (|Complex| |#1|))))) (|List| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) |#1|) "\\spad{complexSolve(lp,{}eps)} finds all the complex solutions to precision \\spad{eps} of the system \\spad{lp} of rational functions over the complex rationals with respect to all the variables appearing in \\spad{lp}.")))
@@ -1422,7 +1422,7 @@ NIL
NIL
(-373)
((|constructor| (NIL "\\spadtype{Float} implements arbitrary precision floating point arithmetic. The number of significant digits of each operation can be set to an arbitrary value (the default is 20 decimal digits). The operation \\spad{float(mantissa,{}exponent,{}\\spadfunFrom{base}{FloatingPointSystem})} for integer \\spad{mantissa},{} \\spad{exponent} specifies the number \\spad{mantissa * \\spadfunFrom{base}{FloatingPointSystem} ** exponent} The underlying representation for floats is binary not decimal. The implications of this are described below. \\blankline The model adopted is that arithmetic operations are rounded to to nearest unit in the last place,{} that is,{} accurate to within \\spad{2**(-\\spadfunFrom{bits}{FloatingPointSystem})}. Also,{} the elementary functions and constants are accurate to one unit in the last place. A float is represented as a record of two integers,{} the mantissa and the exponent. The \\spadfunFrom{base}{FloatingPointSystem} of the representation is binary,{} hence a \\spad{Record(m:mantissa,{}e:exponent)} represents the number \\spad{m * 2 ** e}. Though it is not assumed that the underlying integers are represented with a binary \\spadfunFrom{base}{FloatingPointSystem},{} the code will be most efficient when this is the the case (this is \\spad{true} in most implementations of Lisp). The decision to choose the \\spadfunFrom{base}{FloatingPointSystem} to be binary has some unfortunate consequences. First,{} decimal numbers like 0.3 cannot be represented exactly. Second,{} there is a further loss of accuracy during conversion to decimal for output. To compensate for this,{} if \\spad{d} digits of precision are specified,{} \\spad{1 + ceiling(log2 d)} bits are used. Two numbers that are displayed identically may therefore be not equal. On the other hand,{} a significant efficiency loss would be incurred if we chose to use a decimal \\spadfunFrom{base}{FloatingPointSystem} when the underlying integer base is binary. \\blankline Algorithms used: For the elementary functions,{} the general approach is to apply identities so that the taylor series can be used,{} and,{} so that it will converge within \\spad{O( sqrt n )} steps. For example,{} using the identity \\spad{exp(x) = exp(x/2)**2},{} we can compute \\spad{exp(1/3)} to \\spad{n} digits of precision as follows. We have \\spad{exp(1/3) = exp(2 ** (-sqrt s) / 3) ** (2 ** sqrt s)}. The taylor series will converge in less than sqrt \\spad{n} steps and the exponentiation requires sqrt \\spad{n} multiplications for a total of \\spad{2 sqrt n} multiplications. Assuming integer multiplication costs \\spad{O( n**2 )} the overall running time is \\spad{O( sqrt(n) n**2 )}. This approach is the best known approach for precisions up to about 10,{}000 digits at which point the methods of Brent which are \\spad{O( log(n) n**2 )} become competitive. Note also that summing the terms of the taylor series for the elementary functions is done using integer operations. This avoids the overhead of floating point operations and results in efficient code at low precisions. This implementation makes no attempt to reuse storage,{} relying on the underlying system to do \\spadgloss{garbage collection}. \\spad{I} estimate that the efficiency of this package at low precisions could be improved by a factor of 2 if in-place operations were available. \\blankline Running times: in the following,{} \\spad{n} is the number of bits of precision \\indented{5}{\\spad{*},{} \\spad{/},{} \\spad{sqrt},{} \\spad{\\spad{pi}},{} \\spad{exp1},{} \\spad{log2},{} \\spad{log10}: \\spad{ O( n**2 )}} \\indented{5}{\\spad{exp},{} \\spad{log},{} \\spad{sin},{} \\spad{atan}:\\space{2}\\spad{ O( sqrt(n) n**2 )}} The other elementary functions are coded in terms of the ones above.")) (|outputSpacing| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputSpacing(n)} inserts a space after \\spad{n} (default 10) digits on output; outputSpacing(0) means no spaces are inserted.")) (|outputGeneral| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputGeneral(n)} sets the output mode to general notation with \\spad{n} significant digits displayed.") (((|Void|)) "\\spad{outputGeneral()} sets the output mode (default mode) to general notation; numbers will be displayed in either fixed or floating (scientific) notation depending on the magnitude.")) (|outputFixed| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFixed(n)} sets the output mode to fixed point notation,{} with \\spad{n} digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFixed()} sets the output mode to fixed point notation; the output will contain a decimal point.")) (|outputFloating| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFloating(n)} sets the output mode to floating (scientific) notation with \\spad{n} significant digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFloating()} sets the output mode to floating (scientific) notation,{} \\spadignore{i.e.} \\spad{mantissa * 10 exponent} is displayed as \\spad{0.mantissa E exponent}.")) (|convert| (($ (|DoubleFloat|)) "\\spad{convert(x)} converts a \\spadtype{DoubleFloat} \\spad{x} to a \\spadtype{Float}.")) (|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}.")))
-((-4351 . T) (-4359 . T) (-4311 . T) (-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4352 . T) (-4360 . T) (-4312 . T) (-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-374 |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}.")))
@@ -1430,31 +1430,31 @@ NIL
NIL
(-375 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}")))
-((-4363 . T) (-4362 . T))
+((-4364 . T) (-4363 . T))
((|HasCategory| |#1| (QUOTE (-169))))
(-376 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}.")))
-((-4363 . T) (-4362 . T))
+((-4364 . T) (-4363 . T))
NIL
(-377)
((|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}.")))
-((-4283 . T))
+((-4284 . T))
NIL
(-378)
((|constructor| (NIL "\\axiomType{FortranMatrixFunctionCategory} provides support for producing Functions and Subroutines representing matrices of expressions.")) (|retractIfCan| (((|Union| $ "failed") (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Matrix| (|Fraction| (|Polynomial| (|Float|))))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Matrix| (|Polynomial| (|Integer|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Matrix| (|Polynomial| (|Float|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Matrix| (|Expression| (|Integer|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Matrix| (|Expression| (|Float|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}")) (|retract| (($ (|Matrix| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Matrix| (|Fraction| (|Polynomial| (|Float|))))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Matrix| (|Polynomial| (|Integer|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Matrix| (|Polynomial| (|Float|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Matrix| (|Expression| (|Integer|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Matrix| (|Expression| (|Float|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}")) (|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.}")))
-((-4283 . T))
+((-4284 . T))
NIL
(-379 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.")))
-((-4363 . T) (-4362 . T))
+((-4364 . T) (-4363 . T))
((|HasCategory| |#1| (QUOTE (-169))))
(-380 S)
((|constructor| (NIL "The free monoid on a set \\spad{S} is the monoid of finite products of the form \\spad{reduce(*,{}[\\spad{si} ** \\spad{ni}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are nonnegative integers. The multiplication is not commutative.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f,{} a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| (|NonNegativeInteger|) (|NonNegativeInteger|)) $) "\\spad{mapExpon(f,{} a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x,{} n)} returns the factor of the n^th monomial of \\spad{x}.")) (|nthExpon| (((|NonNegativeInteger|) $ (|Integer|)) "\\spad{nthExpon(x,{} n)} returns the exponent of the n^th monomial of \\spad{x}.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|NonNegativeInteger|)))) $) "\\spad{factors(a1\\^e1,{}...,{}an\\^en)} returns \\spad{[[a1,{} e1],{}...,{}[an,{} en]]}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of monomials in \\spad{x}.")) (|overlap| (((|Record| (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) "\\spad{overlap(x,{} y)} returns \\spad{[l,{} m,{} r]} such that \\spad{x = l * m},{} \\spad{y = m * r} and \\spad{l} and \\spad{r} have no overlap,{} \\spadignore{i.e.} \\spad{overlap(l,{} r) = [l,{} 1,{} r]}.")) (|divide| (((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) "failed") $ $) "\\spad{divide(x,{} y)} returns the left and right exact quotients of \\spad{x} by \\spad{y},{} \\spadignore{i.e.} \\spad{[l,{} r]} such that \\spad{x = l * y * r},{} \"failed\" if \\spad{x} is not of the form \\spad{l * y * r}.")) (|rquo| (((|Union| $ "failed") $ $) "\\spad{rquo(x,{} y)} returns the exact right quotient of \\spad{x} by \\spad{y} \\spadignore{i.e.} \\spad{q} such that \\spad{x = q * y},{} \"failed\" if \\spad{x} is not of the form \\spad{q * y}.")) (|lquo| (((|Union| $ "failed") $ $) "\\spad{lquo(x,{} y)} returns the exact left quotient of \\spad{x} by \\spad{y} \\spadignore{i.e.} \\spad{q} such that \\spad{x = y * q},{} \"failed\" if \\spad{x} is not of the form \\spad{y * q}.")) (|hcrf| (($ $ $) "\\spad{hcrf(x,{} y)} returns the highest common right factor of \\spad{x} and \\spad{y},{} \\spadignore{i.e.} the largest \\spad{d} such that \\spad{x = a d} and \\spad{y = b d}.")) (|hclf| (($ $ $) "\\spad{hclf(x,{} y)} returns the highest common left factor of \\spad{x} and \\spad{y},{} \\spadignore{i.e.} the largest \\spad{d} such that \\spad{x = d a} and \\spad{y = d b}.")) (** (($ |#1| (|NonNegativeInteger|)) "\\spad{s ** n} returns the product of \\spad{s} by itself \\spad{n} times.")) (* (($ $ |#1|) "\\spad{x * s} returns the product of \\spad{x} by \\spad{s} on the right.") (($ |#1| $) "\\spad{s * x} returns the product of \\spad{x} by \\spad{s} on the left.")))
NIL
-((|HasCategory| |#1| (QUOTE (-832))))
+((|HasCategory| |#1| (QUOTE (-833))))
(-381)
((|constructor| (NIL "A category of domains which model machine arithmetic used by machines in the AXIOM-NAG link.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-382)
((|constructor| (NIL "This domain provides an interface to names in the file system.")))
@@ -1466,13 +1466,13 @@ NIL
NIL
(-384 |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")))
-((-4363 . T) (-4362 . T))
+((-4364 . T) (-4363 . T))
NIL
(-385)
((|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
-(-386 -3220 UP UPUP R)
+(-386 -3219 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
@@ -1486,27 +1486,27 @@ NIL
NIL
(-389)
((|constructor| (NIL "\\axiomType{FortranProgramCategory} provides various models of FORTRAN subprograms. These can be transformed into actual FORTRAN code.")) (|outputAsFortran| (((|Void|) $) "\\axiom{outputAsFortran(\\spad{u})} translates \\axiom{\\spad{u}} into a legal FORTRAN subprogram.")))
-((-4283 . T))
+((-4284 . T))
NIL
(-390)
((|constructor| (NIL "\\axiomType{FortranFunctionCategory} is the category of arguments to NAG Library routines which return (sets of) function values.")) (|retractIfCan| (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Polynomial| (|Float|))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Expression| (|Integer|))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Expression| (|Float|))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}")) (|retract| (($ (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Polynomial| (|Integer|))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Polynomial| (|Float|))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Expression| (|Integer|))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Expression| (|Float|))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}")) (|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.}")))
-((-4283 . T))
+((-4284 . T))
NIL
(-391)
((|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
-(-392 -4290 |returnType| -3676 |symbols|)
+(-392 -4292 |returnType| -3674 |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
-(-393 -3220 UP)
+(-393 -3219 UP)
((|constructor| (NIL "\\indented{1}{Full partial fraction expansion of rational functions} Author: Manuel Bronstein Date Created: 9 December 1992 Date Last Updated: 6 October 1993 References: \\spad{M}.Bronstein & \\spad{B}.Salvy,{} \\indented{12}{Full Partial Fraction Decomposition of Rational Functions,{}} \\indented{12}{in Proceedings of ISSAC'93,{} Kiev,{} ACM Press.}")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(f,{} n)} returns the \\spad{n}-th derivative of \\spad{f}.") (($ $) "\\spad{D(f)} returns the derivative of \\spad{f}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(f,{} n)} returns the \\spad{n}-th derivative of \\spad{f}.") (($ $) "\\spad{differentiate(f)} returns the derivative of \\spad{f}.")) (|construct| (($ (|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|)))) "\\spad{construct(l)} is the inverse of fracPart.")) (|fracPart| (((|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|))) $) "\\spad{fracPart(f)} returns the list of summands of the fractional part of \\spad{f}.")) (|polyPart| ((|#2| $) "\\spad{polyPart(f)} returns the polynomial part of \\spad{f}.")) (|fullPartialFraction| (($ (|Fraction| |#2|)) "\\spad{fullPartialFraction(f)} returns \\spad{[p,{} [[j,{} Dj,{} Hj]...]]} such that \\spad{f = p(x) + \\sum_{[j,{}Dj,{}Hj] in l} \\sum_{Dj(a)=0} Hj(a)/(x - a)\\^j}.")) (+ (($ |#2| $) "\\spad{p + x} returns the sum of \\spad{p} and \\spad{x}")))
NIL
NIL
(-394 R)
((|constructor| (NIL "A set \\spad{S} is PatternMatchable over \\spad{R} if \\spad{S} can lift the pattern-matching functions of \\spad{S} over the integers and float to itself (necessary for matching in towers).")))
-((-4283 . T))
+((-4284 . T))
NIL
(-395 S)
((|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.")))
@@ -1514,15 +1514,15 @@ NIL
NIL
(-396)
((|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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-397 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 -4351)) (|HasAttribute| |#1| (QUOTE -4359)))
+((|HasAttribute| |#1| (QUOTE -4352)) (|HasAttribute| |#1| (QUOTE -4360)))
(-398)
((|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\".")))
-((-4311 . T) (-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4312 . T) (-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-399 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.")))
@@ -1534,20 +1534,20 @@ NIL
NIL
(-401 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.")))
-((-4355 -12 (|has| |#1| (-6 -4366)) (|has| |#1| (-445)) (|has| |#1| (-6 -4355))) (-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-813)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-1003))) (|HasCategory| |#1| (QUOTE (-805))) (-4029 (|HasCategory| |#1| (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-832)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-813)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-1129))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-813)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-813))))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (-12 (|HasCategory| |#1| (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-813))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-813)))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-537))) (-12 (|HasAttribute| |#1| (QUOTE -4366)) (|HasAttribute| |#1| (QUOTE -4355)) (|HasCategory| |#1| (QUOTE (-445)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
+((-4356 -12 (|has| |#1| (-6 -4367)) (|has| |#1| (-445)) (|has| |#1| (-6 -4356))) (-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-814)))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-1004))) (|HasCategory| |#1| (QUOTE (-806))) (-4028 (|HasCategory| |#1| (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-833)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-814)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-1130))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-814)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-814))))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (-12 (|HasCategory| |#1| (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-814))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-814)))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-538))) (-12 (|HasAttribute| |#1| (QUOTE -4367)) (|HasAttribute| |#1| (QUOTE -4356)) (|HasCategory| |#1| (QUOTE (-445)))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
(-402 S R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#2|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#2|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#2|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(\\spad{vi} * vj)} ),{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#2|)) "\\spad{convert([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.") (((|Vector| |#2|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#2|)) "\\spad{represents([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'s} with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#2|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
NIL
NIL
(-403 R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#1|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#1|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#1|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(\\spad{vi} * vj)} ),{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'s} with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
+((-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-404 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 -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))))
+((|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))))
(-405 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
@@ -1556,14 +1556,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
-(-407 R -3220 UP A)
+(-407 R -3219 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)}.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-408 R -3220 UP A |ibasis|)
+(-408 R -3219 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 -1019) (|devaluate| |#2|))))
+((|HasCategory| |#4| (LIST (QUOTE -1020) (|devaluate| |#2|))))
(-409 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
@@ -1574,12 +1574,12 @@ NIL
((|HasCategory| |#2| (QUOTE (-357))))
(-411 R)
((|constructor| (NIL "FramedNonAssociativeAlgebra(\\spad{R}) is a \\spadtype{FiniteRankNonAssociativeAlgebra} (\\spadignore{i.e.} a non associative algebra over \\spad{R} which is a free \\spad{R}-module of finite rank) over a commutative ring \\spad{R} together with a fixed \\spad{R}-module basis.")) (|apply| (($ (|Matrix| |#1|) $) "\\spad{apply(m,{}a)} defines a left operation of \\spad{n} by \\spad{n} matrices where \\spad{n} is the rank of the algebra in terms of matrix-vector multiplication,{} this is a substitute for a left module structure. Error: if shape of matrix doesn\\spad{'t} fit.")) (|rightRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{rightRankPolynomial()} calculates the right minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|leftRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{leftRankPolynomial()} calculates the left minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{rightRegularRepresentation(a)} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{leftRegularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|rightTraceMatrix| (((|Matrix| |#1|)) "\\spad{rightTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|leftTraceMatrix| (((|Matrix| |#1|)) "\\spad{leftTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|rightDiscriminant| ((|#1|) "\\spad{rightDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(rightTraceMatrix())}.")) (|leftDiscriminant| ((|#1|) "\\spad{leftDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(leftTraceMatrix())}.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,{}...,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,{}...,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|))) "\\spad{conditionsForIdempotents()} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the fixed \\spad{R}-module basis.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|))) "\\spad{structuralConstants()} calculates the structural constants \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{\\spad{vi} * vj = gammaij1 * v1 + ... + gammaijn * vn},{} where \\spad{v1},{}...,{}\\spad{vn} is the fixed \\spad{R}-module basis.")) (|elt| ((|#1| $ (|Integer|)) "\\spad{elt(a,{}i)} returns the \\spad{i}-th coefficient of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([a1,{}...,{}am])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{\\spad{ai}} with respect to the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-4365 |has| |#1| (-544)) (-4363 . T) (-4362 . T))
+((-4366 |has| |#1| (-545)) (-4364 . T) (-4363 . T))
NIL
(-412 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.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -506) (QUOTE (-1154)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -303) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -280) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-1195))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-1195)))) (|HasCategory| |#1| (QUOTE (-1003))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-445))))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -507) (QUOTE (-1155)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -303) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -280) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-1196))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-1196)))) (|HasCategory| |#1| (QUOTE (-1004))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-445))))
(-413 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
@@ -1603,40 +1603,40 @@ NIL
(-418 A S)
((|constructor| (NIL "A finite-set aggregate models the notion of a finite set,{} that is,{} a collection of elements characterized by membership,{} but not by order or multiplicity. See \\spadtype{Set} for an example.")) (|min| ((|#2| $) "\\spad{min(u)} returns the smallest element of aggregate \\spad{u}.")) (|max| ((|#2| $) "\\spad{max(u)} returns the largest element of aggregate \\spad{u}.")) (|universe| (($) "\\spad{universe()}\\$\\spad{D} returns the universal set for finite set aggregate \\spad{D}.")) (|complement| (($ $) "\\spad{complement(u)} returns the complement of the set \\spad{u},{} \\spadignore{i.e.} the set of all values not in \\spad{u}.")) (|cardinality| (((|NonNegativeInteger|) $) "\\spad{cardinality(u)} returns the number of elements of \\spad{u}. Note: \\axiom{cardinality(\\spad{u}) = \\#u}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-362))))
+((|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-362))))
(-419 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}.")))
-((-4368 . T) (-4358 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4359 . T) (-4370 . T) (-4284 . T))
NIL
-(-420 R -3220)
+(-420 R -3219)
((|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
(-421 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")))
-((-4355 -12 (|has| |#1| (-6 -4355)) (|has| |#2| (-6 -4355))) (-4362 . T) (-4363 . T) (-4365 . T))
-((-12 (|HasAttribute| |#1| (QUOTE -4355)) (|HasAttribute| |#2| (QUOTE -4355))))
-(-422 R -3220)
+((-4356 -12 (|has| |#1| (-6 -4356)) (|has| |#2| (-6 -4356))) (-4363 . T) (-4364 . T) (-4366 . T))
+((-12 (|HasAttribute| |#1| (QUOTE -4356)) (|HasAttribute| |#2| (QUOTE -4356))))
+(-422 R -3219)
((|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
(-423 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{\\spad{si}(a1,{}...,{}an)**ni} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [n1,{}...,{}nm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)**ni} in \\spad{x} by \\spad{\\spad{fi}(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm],{} y)} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\spad{fi}(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x,{} s,{} f,{} y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f,{} [foo1,{}...,{}foon])} unquotes all the \\spad{fooi}\\spad{'s} in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f,{} foo)} unquotes all the foo\\spad{'s} in \\spad{f}.")) (|applyQuote| (($ (|Symbol|) (|List| $)) "\\spad{applyQuote(foo,{} [x1,{}...,{}xn])} returns \\spad{'foo(x1,{}...,{}xn)}.") (($ (|Symbol|) $ $ $ $) "\\spad{applyQuote(foo,{} x,{} y,{} z,{} t)} returns \\spad{'foo(x,{}y,{}z,{}t)}.") (($ (|Symbol|) $ $ $) "\\spad{applyQuote(foo,{} x,{} y,{} z)} returns \\spad{'foo(x,{}y,{}z)}.") (($ (|Symbol|) $ $) "\\spad{applyQuote(foo,{} x,{} y)} returns \\spad{'foo(x,{}y)}.") (($ (|Symbol|) $) "\\spad{applyQuote(foo,{} x)} returns \\spad{'foo(x)}.")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(f)} returns the list of all the variables of \\spad{f}.")) (|ground| ((|#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 -1019) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-1090))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528)))))
+((|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-1091))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529)))))
(-424 R)
((|constructor| (NIL "A space of formal functions with arguments in an arbitrary ordered set.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) "\\spad{univariate(f,{} k)} returns \\spad{f} viewed as a univariate fraction in \\spad{k}.")) (/ (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $)) (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{p1/p2} returns the quotient of \\spad{p1} and \\spad{p2} as an element of \\%.")) (|denominator| (($ $) "\\spad{denominator(f)} returns the denominator of \\spad{f} converted to \\%.")) (|denom| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|convert| (($ (|Factored| $)) "\\spad{convert(f1\\^e1 ... fm\\^em)} returns \\spad{(f1)\\^e1 ... (fm)\\^em} as an element of \\%,{} using formal kernels created using a \\spadfunFrom{paren}{ExpressionSpace}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isPower(p)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|numerator| (($ $) "\\spad{numerator(f)} returns the numerator of \\spad{f} converted to \\%.")) (|numer| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R} if \\spad{R} is an integral domain. If not,{} then numer(\\spad{f}) = \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|coerce| (($ (|Fraction| (|Polynomial| (|Fraction| |#1|)))) "\\spad{coerce(f)} returns \\spad{f} as an element of \\%.") (($ (|Polynomial| (|Fraction| |#1|))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.") (($ (|Fraction| |#1|)) "\\spad{coerce(q)} returns \\spad{q} as an element of \\%.") (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.")) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) "\\spad{isMult(p)} returns \\spad{[n,{} x]} if \\spad{p = n * x} and \\spad{n <> 0}.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,{}...,{}mn]} if \\spad{p = m1 +...+ mn} and \\spad{n > 1}.")) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) "\\spad{isExpt(p,{}f)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = f(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) "\\spad{isExpt(p,{}op)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = op(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,{}...,{}an]} if \\spad{p = a1*...*an} and \\spad{n > 1}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns \\spad{x} * \\spad{x} * \\spad{x} * ... * \\spad{x} (\\spad{n} times).")) (|eval| (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) "\\spad{eval(x,{} s,{} n,{} f)} replaces every \\spad{s(a)**n} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) "\\spad{eval(x,{} s,{} n,{} f)} replaces every \\spad{s(a1,{}...,{}am)**n} in \\spad{x} by \\spad{f(a1,{}...,{}am)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [n1,{}...,{}nm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a1,{}...,{}an)**ni} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [n1,{}...,{}nm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)**ni} in \\spad{x} by \\spad{\\spad{fi}(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm],{} y)} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\spad{fi}(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x,{} s,{} f,{} y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f,{} [foo1,{}...,{}foon])} unquotes all the \\spad{fooi}\\spad{'s} in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f,{} foo)} unquotes all the foo\\spad{'s} in \\spad{f}.")) (|applyQuote| (($ (|Symbol|) (|List| $)) "\\spad{applyQuote(foo,{} [x1,{}...,{}xn])} returns \\spad{'foo(x1,{}...,{}xn)}.") (($ (|Symbol|) $ $ $ $) "\\spad{applyQuote(foo,{} x,{} y,{} z,{} t)} returns \\spad{'foo(x,{}y,{}z,{}t)}.") (($ (|Symbol|) $ $ $) "\\spad{applyQuote(foo,{} x,{} y,{} z)} returns \\spad{'foo(x,{}y,{}z)}.") (($ (|Symbol|) $ $) "\\spad{applyQuote(foo,{} x,{} y)} returns \\spad{'foo(x,{}y)}.") (($ (|Symbol|) $) "\\spad{applyQuote(foo,{} x)} returns \\spad{'foo(x)}.")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(f)} returns the list of all the variables of \\spad{f}.")) (|ground| ((|#1| $) "\\spad{ground(f)} returns \\spad{f} as an element of \\spad{R}. An error occurs if \\spad{f} is not an element of \\spad{R}.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(f)} tests if \\spad{f} is an element of \\spad{R}.")))
-((-4365 -4029 (|has| |#1| (-1030)) (|has| |#1| (-466))) (-4363 |has| |#1| (-169)) (-4362 |has| |#1| (-169)) ((-4370 "*") |has| |#1| (-544)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-544)) (-4360 |has| |#1| (-544)) (-4283 . T))
+((-4366 -4028 (|has| |#1| (-1031)) (|has| |#1| (-466))) (-4364 |has| |#1| (-169)) (-4363 |has| |#1| (-169)) ((-4371 "*") |has| |#1| (-545)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-545)) (-4361 |has| |#1| (-545)) (-4284 . T))
NIL
-(-425 R -3220)
+(-425 R -3219)
((|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
-(-426 R -3220)
+(-426 R -3219)
((|constructor| (NIL "FunctionsSpacePrimitiveElement provides functions to compute primitive elements in functions spaces.")) (|primitiveElement| (((|Record| (|:| |primelt| |#2|) (|:| |pol1| (|SparseUnivariatePolynomial| |#2|)) (|:| |pol2| (|SparseUnivariatePolynomial| |#2|)) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) |#2| |#2|) "\\spad{primitiveElement(a1,{} a2)} returns \\spad{[a,{} q1,{} q2,{} q]} such that \\spad{k(a1,{} a2) = k(a)},{} \\spad{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. The minimal polynomial for a2 may involve \\spad{a1},{} but the minimal polynomial for \\spad{a1} may not involve a2; This operations uses \\spadfun{resultant}.") (((|Record| (|:| |primelt| |#2|) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#2|))) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) (|List| |#2|)) "\\spad{primitiveElement([a1,{}...,{}an])} returns \\spad{[a,{} [q1,{}...,{}qn],{} q]} such that then \\spad{k(a1,{}...,{}an) = k(a)},{} \\spad{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.")))
NIL
((|HasCategory| |#2| (QUOTE (-27))))
-(-427 R -3220)
+(-427 R -3219)
((|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
@@ -1644,10 +1644,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
-(-429 R -3220 UP)
+(-429 R -3219 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 -1019) (QUOTE (-48)))))
+((|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-48)))))
(-430)
((|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
@@ -1662,17 +1662,17 @@ NIL
NIL
(-433)
((|constructor| (NIL "\\axiomType{FortranVectorCategory} provides support for producing Functions and Subroutines when the input to these is an AXIOM object of type \\axiomType{Vector} 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.}") (($ (|Vector| (|MachineFloat|))) "\\spad{coerce(v)} produces an ASP which returns the value of \\spad{v}.")))
-((-4283 . T))
+((-4284 . T))
NIL
(-434)
((|constructor| (NIL "\\axiomType{FortranVectorFunctionCategory} is the catagory of arguments to NAG Library routines which return the values of vectors of functions.")) (|retractIfCan| (((|Union| $ "failed") (|Vector| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Fraction| (|Polynomial| (|Float|))))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Polynomial| (|Integer|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Polynomial| (|Float|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Expression| (|Integer|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Expression| (|Float|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}")) (|retract| (($ (|Vector| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Fraction| (|Polynomial| (|Float|))))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Polynomial| (|Integer|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Polynomial| (|Float|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Expression| (|Integer|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Expression| (|Float|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}")) (|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.}")))
-((-4283 . T))
+((-4284 . T))
NIL
(-435 UP)
((|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
-(-436 R UP -3220)
+(-436 R UP -3219)
((|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
@@ -1710,16 +1710,16 @@ NIL
NIL
(-445)
((|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}.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-446 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")))
-((-4365 |has| (-401 (-933 |#1|)) (-544)) (-4363 . T) (-4362 . T))
-((|HasCategory| (-401 (-933 |#1|)) (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| (-401 (-933 |#1|)) (QUOTE (-544))))
+((-4366 |has| (-401 (-934 |#1|)) (-545)) (-4364 . T) (-4363 . T))
+((|HasCategory| (-401 (-934 |#1|)) (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| (-401 (-934 |#1|)) (QUOTE (-545))))
(-447 |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")))
-(((-4370 "*") |has| |#2| (-169)) (-4361 |has| |#2| (-544)) (-4366 |has| |#2| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#2| (QUOTE (-890))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-169))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-544)))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-357))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#2| (QUOTE -4366)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-142)))))
+(((-4371 "*") |has| |#2| (-169)) (-4362 |has| |#2| (-545)) (-4367 |has| |#2| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#2| (QUOTE (-891))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-169))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-545)))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-357))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#2| (QUOTE -4367)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-142)))))
(-448 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
@@ -1746,7 +1746,7 @@ NIL
NIL
(-454 |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")))
-((-4363 . T) (-4362 . T))
+((-4364 . T) (-4363 . T))
NIL
(-455 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}.")))
@@ -1754,8 +1754,8 @@ NIL
NIL
(-456 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}}.")))
-((-4369 . T) (-4368 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#4| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4370 . T) (-4369 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-845)))))
(-457 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
@@ -1784,7 +1784,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
-(-464 |lv| -3220 R)
+(-464 |lv| -3219 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
@@ -1794,23 +1794,23 @@ NIL
NIL
(-466)
((|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}.")))
-((-4365 . T))
+((-4366 . T))
NIL
(-467 |Coef| |var| |cen|)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,{}f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x\\^r)}.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|)) "\\spad{coerce(f)} converts a Puiseux series to a general power series.") (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-552)) (QUOTE (-1090))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-553)) (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))))
(-468 |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.")))
-((-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#2|)))))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-832))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#2|)))))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-833))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))))
(-469 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)}")))
-((-4369 . T) (-4368 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4370 . T) (-4369 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-845)))))
(-470)
((|constructor| (NIL "\\indented{1}{Symbolic fractions in \\%\\spad{pi} with integer coefficients;} \\indented{1}{The point for using \\spad{Pi} as the default domain for those fractions} \\indented{1}{is that \\spad{Pi} is coercible to the float types,{} and not Expression.} Date Created: 21 Feb 1990 Date Last Updated: 12 Mai 1992")) (|pi| (($) "\\spad{\\spad{pi}()} returns the symbolic \\%\\spad{pi}.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
(-471)
((|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'.")))
@@ -1818,29 +1818,29 @@ NIL
NIL
(-472 |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.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#2|)))))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-1078))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#2|)))))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-1079))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))))
(-473)
((|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
(-474 |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")))
-(((-4370 "*") |has| |#2| (-169)) (-4361 |has| |#2| (-544)) (-4366 |has| |#2| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#2| (QUOTE (-890))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-169))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-544)))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-357))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#2| (QUOTE -4366)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-142)))))
-(-475 -2072 S)
+(((-4371 "*") |has| |#2| (-169)) (-4362 |has| |#2| (-545)) (-4367 |has| |#2| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#2| (QUOTE (-891))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-169))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-545)))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-357))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#2| (QUOTE -4367)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-142)))))
+(-475 -2073 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}.")))
-((-4362 |has| |#2| (-1030)) (-4363 |has| |#2| (-1030)) (-4365 |has| |#2| (-6 -4365)) ((-4370 "*") |has| |#2| (-169)) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))))) (-4029 (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1078)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1030)))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (QUOTE (-357))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357)))) (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (QUOTE (-778))) (-4029 (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-830)))) (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-169))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-1030)))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1030)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-169)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-357)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-362)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-711)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-778)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-830)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1030)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1078))))) (-4029 (-12 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))))) (|HasCategory| (-552) (QUOTE (-832))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1030)))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-4029 (|HasCategory| |#2| (QUOTE (-1030))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1078)))) (|HasAttribute| |#2| (QUOTE -4365)) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4363 |has| |#2| (-1031)) (-4364 |has| |#2| (-1031)) (-4366 |has| |#2| (-6 -4366)) ((-4371 "*") |has| |#2| (-169)) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))))) (-4028 (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1079)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1031)))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (QUOTE (-357))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357)))) (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (QUOTE (-779))) (-4028 (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-831)))) (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-169))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-1031)))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1031)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-169)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-357)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-362)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-712)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-779)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-831)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1031)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1079))))) (-4028 (-12 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))))) (|HasCategory| (-553) (QUOTE (-833))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1031)))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155))))) (-4028 (|HasCategory| |#2| (QUOTE (-1031))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1079)))) (|HasAttribute| |#2| (QUOTE -4366)) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))))
(-476)
((|constructor| (NIL "This domain represents the header of a definition.")) (|parameters| (((|List| (|Identifier|)) $) "\\spad{parameters(h)} gives the parameters specified in the definition header \\spad{`h'}.")) (|name| (((|Identifier|) $) "\\spad{name(h)} returns the name of the operation defined defined.")) (|headAst| (($ (|Identifier|) (|List| (|Identifier|))) "\\spad{headAst(f,{}[x1,{}..,{}xn])} constructs a function definition header.")))
NIL
NIL
(-477 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}.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-478 -3220 UP UPUP R)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-478 -3219 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
@@ -1850,3147 +1850,3151 @@ NIL
NIL
(-480)
((|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.")) (|coerce| (((|RadixExpansion| 16) $) "\\spad{coerce(h)} converts a hexadecimal expansion to a radix expansion with base 16.") (((|Fraction| (|Integer|)) $) "\\spad{coerce(h)} converts a hexadecimal expansion to a rational number.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-552) (QUOTE (-890))) (|HasCategory| (-552) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| (-552) (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-144))) (|HasCategory| (-552) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-552) (QUOTE (-1003))) (|HasCategory| (-552) (QUOTE (-805))) (-4029 (|HasCategory| (-552) (QUOTE (-805))) (|HasCategory| (-552) (QUOTE (-832)))) (|HasCategory| (-552) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-552) (QUOTE (-1129))) (|HasCategory| (-552) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| (-552) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| (-552) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| (-552) (QUOTE (-228))) (|HasCategory| (-552) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-552) (LIST (QUOTE -506) (QUOTE (-1154)) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -303) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -280) (QUOTE (-552)) (QUOTE (-552)))) (|HasCategory| (-552) (QUOTE (-301))) (|HasCategory| (-552) (QUOTE (-537))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-552) (LIST (QUOTE -625) (QUOTE (-552)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-890)))) (|HasCategory| (-552) (QUOTE (-142)))))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-553) (QUOTE (-891))) (|HasCategory| (-553) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| (-553) (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-144))) (|HasCategory| (-553) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-553) (QUOTE (-1004))) (|HasCategory| (-553) (QUOTE (-806))) (-4028 (|HasCategory| (-553) (QUOTE (-806))) (|HasCategory| (-553) (QUOTE (-833)))) (|HasCategory| (-553) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-553) (QUOTE (-1130))) (|HasCategory| (-553) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| (-553) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| (-553) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| (-553) (QUOTE (-228))) (|HasCategory| (-553) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-553) (LIST (QUOTE -507) (QUOTE (-1155)) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -303) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -280) (QUOTE (-553)) (QUOTE (-553)))) (|HasCategory| (-553) (QUOTE (-301))) (|HasCategory| (-553) (QUOTE (-538))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-553) (LIST (QUOTE -626) (QUOTE (-553)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-891)))) (|HasCategory| (-553) (QUOTE (-142)))))
(-481 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 -4368)) (|HasAttribute| |#1| (QUOTE -4369)) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))))
+((|HasAttribute| |#1| (QUOTE -4369)) (|HasAttribute| |#1| (QUOTE -4370)) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))))
(-482 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}]}.")))
-((-4283 . T))
+((-4284 . T))
+NIL
+(-483 S)
+((|constructor| (NIL "A is homotopic to \\spad{B} iff any element of domain \\spad{B} can be automically converted into an element of domain \\spad{B},{} and nay element of domain \\spad{B} can be automatically converted into an A.")))
NIL
-(-483)
+NIL
+(-484)
((|constructor| (NIL "This domain represents hostnames on computer network.")) (|host| (($ (|String|)) "\\spad{host(n)} constructs a Hostname from the name \\spad{`n'}.")))
NIL
NIL
-(-484 S)
+(-485 S)
((|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
-(-485)
+(-486)
((|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
-(-486 -3220 UP |AlExt| |AlPol|)
+(-487 -3219 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
-(-487)
+(-488)
((|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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| $ (QUOTE (-1030))) (|HasCategory| $ (LIST (QUOTE -1019) (QUOTE (-552)))))
-(-488 S |mn|)
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| $ (QUOTE (-1031))) (|HasCategory| $ (LIST (QUOTE -1020) (QUOTE (-553)))))
+(-489 S |mn|)
((|constructor| (NIL "\\indented{1}{Author Micheal Monagan Aug/87} This is the basic one dimensional array data type.")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-489 R |mnRow| |mnCol|)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-490 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.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-490 K R UP)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-491 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
-(-491 R UP -3220)
+(-492 R UP -3219)
((|constructor| (NIL "This package contains functions used in the packages FunctionFieldIntegralBasis and NumberFieldIntegralBasis.")) (|moduleSum| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{moduleSum(m1,{}m2)} returns the sum of two modules in the framed algebra \\spad{F}. Each module \\spad{\\spad{mi}} is represented as follows: \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn} and \\spad{\\spad{mi}} is a record \\spad{[basis,{}basisDen,{}basisInv]}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then a basis \\spad{v1,{}...,{}vn} for \\spad{\\spad{mi}} is given by \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|idealiserMatrix| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiserMatrix(m1,{} m2)} returns the matrix representing the linear conditions on the Ring associatied with an ideal defined by \\spad{m1} and \\spad{m2}.")) (|idealiser| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{idealiser(m1,{}m2,{}d)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2} where \\spad{d} is the known part of the denominator") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiser(m1,{}m2)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2}")) (|leastPower| (((|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{leastPower(p,{}n)} returns \\spad{e},{} where \\spad{e} is the smallest integer such that \\spad{p **e >= n}")) (|divideIfCan!| ((|#1| (|Matrix| |#1|) (|Matrix| |#1|) |#1| (|Integer|)) "\\spad{divideIfCan!(matrix,{}matrixOut,{}prime,{}n)} attempts to divide the entries of \\spad{matrix} by \\spad{prime} and store the result in \\spad{matrixOut}. If it is successful,{} 1 is returned and if not,{} \\spad{prime} is returned. Here both \\spad{matrix} and \\spad{matrixOut} are \\spad{n}-by-\\spad{n} upper triangular matrices.")) (|matrixGcd| ((|#1| (|Matrix| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{matrixGcd(mat,{}sing,{}n)} is \\spad{gcd(sing,{}g)} where \\spad{g} is the \\spad{gcd} of the entries of the \\spad{n}-by-\\spad{n} upper-triangular matrix \\spad{mat}.")) (|diagonalProduct| ((|#1| (|Matrix| |#1|)) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
-(-492 |mn|)
+(-493 |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}.")))
-((-4369 . T) (-4368 . T))
-((-12 (|HasCategory| (-111) (QUOTE (-1078))) (|HasCategory| (-111) (LIST (QUOTE -303) (QUOTE (-111))))) (|HasCategory| (-111) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-111) (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-111) (QUOTE (-1078))) (|HasCategory| (-111) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-493 K R UP L)
+((-4370 . T) (-4369 . T))
+((-12 (|HasCategory| (-111) (QUOTE (-1079))) (|HasCategory| (-111) (LIST (QUOTE -303) (QUOTE (-111))))) (|HasCategory| (-111) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-111) (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-111) (QUOTE (-1079))) (|HasCategory| (-111) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-494 K R UP L)
((|constructor| (NIL "IntegralBasisPolynomialTools provides functions for \\indented{1}{mapping functions on the coefficients of univariate and bivariate} \\indented{1}{polynomials.}")) (|mapBivariate| (((|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#4|)) (|Mapping| |#4| |#1|) |#3|) "\\spad{mapBivariate(f,{}p(x,{}y))} applies the function \\spad{f} to the coefficients of \\spad{p(x,{}y)}.")) (|mapMatrixIfCan| (((|Union| (|Matrix| |#2|) "failed") (|Mapping| (|Union| |#1| "failed") |#4|) (|Matrix| (|SparseUnivariatePolynomial| |#4|))) "\\spad{mapMatrixIfCan(f,{}mat)} applies the function \\spad{f} to the coefficients of the entries of \\spad{mat} if possible,{} and returns \\spad{\"failed\"} otherwise.")) (|mapUnivariateIfCan| (((|Union| |#2| "failed") (|Mapping| (|Union| |#1| "failed") |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{mapUnivariateIfCan(f,{}p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)},{} if possible,{} and returns \\spad{\"failed\"} otherwise.")) (|mapUnivariate| (((|SparseUnivariatePolynomial| |#4|) (|Mapping| |#4| |#1|) |#2|) "\\spad{mapUnivariate(f,{}p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)}.") ((|#2| (|Mapping| |#1| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{mapUnivariate(f,{}p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)}.")))
NIL
NIL
-(-494)
+(-495)
((|constructor| (NIL "\\indented{1}{This domain implements a container of information} about the AXIOM library")) (|coerce| (($ (|String|)) "\\spad{coerce(s)} converts \\axiom{\\spad{s}} into an \\axiom{IndexCard}. Warning: if \\axiom{\\spad{s}} is not of the right format then an error will occur when using it.")) (|fullDisplay| (((|Void|) $) "\\spad{fullDisplay(ic)} prints all of the information contained in \\axiom{\\spad{ic}}.")) (|display| (((|Void|) $) "\\spad{display(ic)} prints a summary of the information contained in \\axiom{\\spad{ic}}.")) (|elt| (((|String|) $ (|Symbol|)) "\\spad{elt(ic,{}s)} selects a particular field from \\axiom{\\spad{ic}}. Valid fields are \\axiom{name,{} nargs,{} exposed,{} type,{} abbreviation,{} kind,{} origin,{} params,{} condition,{} doc}.")))
NIL
NIL
-(-495 R Q A B)
+(-496 R Q A B)
((|constructor| (NIL "InnerCommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) "\\spad{splitDenominator([q1,{}...,{}qn])} returns \\spad{[[p1,{}...,{}pn],{} d]} such that \\spad{\\spad{qi} = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|clearDenominator| ((|#3| |#4|) "\\spad{clearDenominator([q1,{}...,{}qn])} returns \\spad{[p1,{}...,{}pn]} such that \\spad{\\spad{qi} = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|commonDenominator| ((|#1| |#4|) "\\spad{commonDenominator([q1,{}...,{}qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}\\spad{qn}.")))
NIL
NIL
-(-496 -3220 |Expon| |VarSet| |DPoly|)
+(-497 -3219 |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 -600) (QUOTE (-1154)))))
-(-497 |vl| |nv|)
+((|HasCategory| |#3| (LIST (QUOTE -601) (QUOTE (-1155)))))
+(-498 |vl| |nv|)
((|constructor| (NIL "\\indented{2}{This package provides functions for the primary decomposition of} polynomial ideals over the rational numbers. The ideals are members of the \\spadtype{PolynomialIdeals} domain,{} and the polynomial generators are required to be from the \\spadtype{DistributedMultivariatePolynomial} domain.")) (|contract| (((|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|List| (|OrderedVariableList| |#1|))) "\\spad{contract(I,{}lvar)} contracts the ideal \\spad{I} to the polynomial ring \\spad{F[lvar]}.")) (|primaryDecomp| (((|List| (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{primaryDecomp(I)} returns a list of primary ideals such that their intersection is the ideal \\spad{I}.")) (|radical| (((|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{radical(I)} returns the radical of the ideal \\spad{I}.")) (|prime?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{prime?(I)} tests if the ideal \\spad{I} is prime.")) (|zeroDimPrimary?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{zeroDimPrimary?(I)} tests if the ideal \\spad{I} is 0-dimensional primary.")) (|zeroDimPrime?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{zeroDimPrime?(I)} tests if the ideal \\spad{I} is a 0-dimensional prime.")))
NIL
NIL
-(-498)
+(-499)
((|constructor| (NIL "This domain represents identifer AST.")))
NIL
NIL
-(-499 A S)
+(-500 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of abelian groups over an abelian group \\spad{A} of} generators indexed by the ordered set \\spad{S}. All items have finite support: only non-zero terms are stored.")))
NIL
NIL
-(-500 A S)
+(-501 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of abelian monoids over an abelian monoid \\spad{A} of} generators indexed by the ordered set \\spad{S}. All items have finite support. Only non-zero terms are stored.")))
NIL
NIL
-(-501 A S)
+(-502 A S)
((|constructor| (NIL "This category represents the direct product of some set with respect to an ordered indexing set.")) (|reductum| (($ $) "\\spad{reductum(z)} returns a new element created by removing the leading coefficient/support pair from the element \\spad{z}. Error: if \\spad{z} has no support.")) (|leadingSupport| ((|#2| $) "\\spad{leadingSupport(z)} returns the index of leading (with respect to the ordering on the indexing set) monomial of \\spad{z}. Error: if \\spad{z} has no support.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(z)} returns the coefficient of the leading (with respect to the ordering on the indexing set) monomial of \\spad{z}. Error: if \\spad{z} has no support.")) (|monomial| (($ |#1| |#2|) "\\spad{monomial(a,{}s)} constructs a direct product element with the \\spad{s} component set to \\spad{a}")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,{}z)} returns the new element created by applying the function \\spad{f} to each component of the direct product element \\spad{z}.")))
NIL
NIL
-(-502 A S)
+(-503 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of ordered abelian monoids \\spad{A} of} generators indexed by the ordered set \\spad{S}. The inherited order is lexicographical. All items have finite support: only non-zero terms are stored.")))
NIL
NIL
-(-503 A S)
+(-504 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of ordered abelian monoid sups \\spad{A},{}} generators indexed by the ordered set \\spad{S}. All items have finite support: only non-zero terms are stored.")))
NIL
NIL
-(-504 A S)
+(-505 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of objects over a set \\spad{A}} of generators indexed by an ordered set \\spad{S}. All items have finite support.")))
NIL
NIL
-(-505 S A B)
+(-506 S A B)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation\\spad{''} substitutions. The difference between this and \\spadtype{Evalable} is that the operations in this category specify the substitution as a pair of arguments rather than as an equation.")) (|eval| (($ $ (|List| |#2|) (|List| |#3|)) "\\spad{eval(f,{} [x1,{}...,{}xn],{} [v1,{}...,{}vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ |#2| |#3|) "\\spad{eval(f,{} x,{} v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-506 A B)
+(-507 A B)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation\\spad{''} substitutions. The difference between this and \\spadtype{Evalable} is that the operations in this category specify the substitution as a pair of arguments rather than as an equation.")) (|eval| (($ $ (|List| |#1|) (|List| |#2|)) "\\spad{eval(f,{} [x1,{}...,{}xn],{} [v1,{}...,{}vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ |#1| |#2|) "\\spad{eval(f,{} x,{} v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-507 S E |un|)
+(-508 S E |un|)
((|constructor| (NIL "Internal implementation of a free abelian monoid.")))
NIL
-((|HasCategory| |#2| (QUOTE (-777))))
-(-508 S |mn|)
+((|HasCategory| |#2| (QUOTE (-778))))
+(-509 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}")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-509)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-510)
((|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
-(-510 |p| |n|)
+(-511 |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}.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| (-569 |#1|) (QUOTE (-142))) (|HasCategory| (-569 |#1|) (QUOTE (-362)))) (|HasCategory| (-569 |#1|) (QUOTE (-144))) (|HasCategory| (-569 |#1|) (QUOTE (-362))) (|HasCategory| (-569 |#1|) (QUOTE (-142))))
-(-511 R |mnRow| |mnCol| |Row| |Col|)
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| (-570 |#1|) (QUOTE (-142))) (|HasCategory| (-570 |#1|) (QUOTE (-362)))) (|HasCategory| (-570 |#1|) (QUOTE (-144))) (|HasCategory| (-570 |#1|) (QUOTE (-362))) (|HasCategory| (-570 |#1|) (QUOTE (-142))))
+(-512 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}.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-512 S |mn|)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-513 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.")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-513 R |Row| |Col| M)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-514 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 -4369)))
-(-514 R |Row| |Col| M QF |Row2| |Col2| M2)
+((|HasAttribute| |#3| (QUOTE -4370)))
+(-515 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 -4369)))
-(-515 R |mnRow| |mnCol|)
+((|HasAttribute| |#7| (QUOTE -4370)))
+(-516 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.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-544))) (|HasAttribute| |#1| (QUOTE (-4370 "*"))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-516)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-545))) (|HasAttribute| |#1| (QUOTE (-4371 "*"))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-517)
((|constructor| (NIL "This domain represents an `import' of types.")) (|imports| (((|List| (|TypeAst|)) $) "\\spad{imports(x)} returns the list of imported types.")) (|coerce| (($ (|List| (|TypeAst|))) "ts::ImportAst constructs an ImportAst for the list if types `ts'.")))
NIL
NIL
-(-517)
+(-518)
((|constructor| (NIL "This domain represents the `in' iterator syntax.")) (|sequence| (((|SpadAst|) $) "\\spad{sequence(i)} returns the sequence expression being iterated over by `i'.")) (|iterationVar| (((|Symbol|) $) "\\spad{iterationVar(i)} returns the name of the iterating variable of the `in' iterator 'i'")))
NIL
NIL
-(-518 S)
+(-519 S)
((|constructor| (NIL "This category describes input byte stream conduits.")) (|readBytes!| (((|SingleInteger|) $ (|ByteBuffer|)) "\\spad{readBytes!(c,{}b)} reads byte sequences from conduit \\spad{`c'} into the byte buffer \\spad{`b'}. The actual number of bytes written is returned.")) (|readByteIfCan!| (((|SingleInteger|) $) "\\spad{readByteIfCan!(cond)} attempts to read a byte from the input conduit `cond'. Returns the read byte if successful,{} otherwise return \\spad{-1}. Note: Ideally,{} the return value should have been of type \\indented{2}{Maybe Byte; but that would have implied allocating} \\indented{2}{a cons cell for every read attempt,{} which is overkill.}")))
NIL
NIL
-(-519)
+(-520)
((|constructor| (NIL "This category describes input byte stream conduits.")) (|readBytes!| (((|SingleInteger|) $ (|ByteBuffer|)) "\\spad{readBytes!(c,{}b)} reads byte sequences from conduit \\spad{`c'} into the byte buffer \\spad{`b'}. The actual number of bytes written is returned.")) (|readByteIfCan!| (((|SingleInteger|) $) "\\spad{readByteIfCan!(cond)} attempts to read a byte from the input conduit `cond'. Returns the read byte if successful,{} otherwise return \\spad{-1}. Note: Ideally,{} the return value should have been of type \\indented{2}{Maybe Byte; but that would have implied allocating} \\indented{2}{a cons cell for every read attempt,{} which is overkill.}")))
NIL
NIL
-(-520 GF)
+(-521 GF)
((|constructor| (NIL "InnerNormalBasisFieldFunctions(\\spad{GF}) (unexposed): This package has functions used by every normal basis finite field extension domain.")) (|minimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) (|Vector| |#1|)) "\\spad{minimalPolynomial(x)} \\undocumented{} See \\axiomFunFrom{minimalPolynomial}{FiniteAlgebraicExtensionField}")) (|normalElement| (((|Vector| |#1|) (|PositiveInteger|)) "\\spad{normalElement(n)} \\undocumented{} See \\axiomFunFrom{normalElement}{FiniteAlgebraicExtensionField}")) (|basis| (((|Vector| (|Vector| |#1|)) (|PositiveInteger|)) "\\spad{basis(n)} \\undocumented{} See \\axiomFunFrom{basis}{FiniteAlgebraicExtensionField}")) (|normal?| (((|Boolean|) (|Vector| |#1|)) "\\spad{normal?(x)} \\undocumented{} See \\axiomFunFrom{normal?}{FiniteAlgebraicExtensionField}")) (|lookup| (((|PositiveInteger|) (|Vector| |#1|)) "\\spad{lookup(x)} \\undocumented{} See \\axiomFunFrom{lookup}{Finite}")) (|inv| (((|Vector| |#1|) (|Vector| |#1|)) "\\spad{inv x} \\undocumented{} See \\axiomFunFrom{inv}{DivisionRing}")) (|trace| (((|Vector| |#1|) (|Vector| |#1|) (|PositiveInteger|)) "\\spad{trace(x,{}n)} \\undocumented{} See \\axiomFunFrom{trace}{FiniteAlgebraicExtensionField}")) (|norm| (((|Vector| |#1|) (|Vector| |#1|) (|PositiveInteger|)) "\\spad{norm(x,{}n)} \\undocumented{} See \\axiomFunFrom{norm}{FiniteAlgebraicExtensionField}")) (/ (((|Vector| |#1|) (|Vector| |#1|) (|Vector| |#1|)) "\\spad{x/y} \\undocumented{} See \\axiomFunFrom{/}{Field}")) (* (((|Vector| |#1|) (|Vector| |#1|) (|Vector| |#1|)) "\\spad{x*y} \\undocumented{} See \\axiomFunFrom{*}{SemiGroup}")) (** (((|Vector| |#1|) (|Vector| |#1|) (|Integer|)) "\\spad{x**n} \\undocumented{} See \\axiomFunFrom{\\spad{**}}{DivisionRing}")) (|qPot| (((|Vector| |#1|) (|Vector| |#1|) (|Integer|)) "\\spad{qPot(v,{}e)} computes \\spad{v**(q**e)},{} interpreting \\spad{v} as an element of normal basis field,{} \\spad{q} the size of the ground field. This is done by a cyclic \\spad{e}-shift of the vector \\spad{v}.")) (|expPot| (((|Vector| |#1|) (|Vector| |#1|) (|SingleInteger|) (|SingleInteger|)) "\\spad{expPot(v,{}e,{}d)} returns the sum from \\spad{i = 0} to \\spad{e - 1} of \\spad{v**(q**i*d)},{} interpreting \\spad{v} as an element of a normal basis field and where \\spad{q} is the size of the ground field. Note: for a description of the algorithm,{} see \\spad{T}.Itoh and \\spad{S}.Tsujii,{} \"A fast algorithm for computing multiplicative inverses in \\spad{GF}(2^m) using normal bases\",{} Information and Computation 78,{} \\spad{pp}.171-177,{} 1988.")) (|repSq| (((|Vector| |#1|) (|Vector| |#1|) (|NonNegativeInteger|)) "\\spad{repSq(v,{}e)} computes \\spad{v**e} by repeated squaring,{} interpreting \\spad{v} as an element of a normal basis field.")) (|dAndcExp| (((|Vector| |#1|) (|Vector| |#1|) (|NonNegativeInteger|) (|SingleInteger|)) "\\spad{dAndcExp(v,{}n,{}k)} computes \\spad{v**e} interpreting \\spad{v} as an element of normal basis field. A divide and conquer algorithm similar to the one from \\spad{D}.\\spad{R}.Stinson,{} \"Some observations on parallel Algorithms for fast exponentiation in \\spad{GF}(2^n)\",{} Siam \\spad{J}. Computation,{} Vol.19,{} No.4,{} \\spad{pp}.711-717,{} August 1990 is used. Argument \\spad{k} is a parameter of this algorithm.")) (|xn| (((|SparseUnivariatePolynomial| |#1|) (|NonNegativeInteger|)) "\\spad{xn(n)} returns the polynomial \\spad{x**n-1}.")) (|pol| (((|SparseUnivariatePolynomial| |#1|) (|Vector| |#1|)) "\\spad{pol(v)} turns the vector \\spad{[v0,{}...,{}vn]} into the polynomial \\spad{v0+v1*x+ ... + vn*x**n}.")) (|index| (((|Vector| |#1|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{index(n,{}m)} is a index function for vectors of length \\spad{n} over the ground field.")) (|random| (((|Vector| |#1|) (|PositiveInteger|)) "\\spad{random(n)} creates a vector over the ground field with random entries.")) (|setFieldInfo| (((|Void|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|))))) |#1|) "\\spad{setFieldInfo(m,{}p)} initializes the field arithmetic,{} where \\spad{m} is the multiplication table and \\spad{p} is the respective normal element of the ground field \\spad{GF}.")))
NIL
NIL
-(-521)
+(-522)
((|constructor| (NIL "This domain provides representation for binary files open for input operations. `Binary' here means that the conduits do not interpret their contents.")) (|position!| (((|SingleInteger|) $ (|SingleInteger|)) "position(\\spad{f},{}\\spad{p}) sets the current byte-position to `i'.")) (|position| (((|SingleInteger|) $) "\\spad{position(f)} returns the current byte-position in the file \\spad{`f'}.")) (|isOpen?| (((|Boolean|) $) "\\spad{isOpen?(ifile)} holds if `ifile' is in open state.")) (|eof?| (((|Boolean|) $) "\\spad{eof?(ifile)} holds when the last read reached end of file.")) (|inputBinaryFile| (($ (|String|)) "\\spad{inputBinaryFile(f)} returns an input conduit obtained by opening the file named by \\spad{`f'} as a binary file.") (($ (|FileName|)) "\\spad{inputBinaryFile(f)} returns an input conduit obtained by opening the file named by \\spad{`f'} as a binary file.")))
NIL
NIL
-(-522 R)
+(-523 R)
((|constructor| (NIL "This package provides operations to create incrementing functions.")) (|incrementBy| (((|Mapping| |#1| |#1|) |#1|) "\\spad{incrementBy(n)} produces a function which adds \\spad{n} to whatever argument it is given. For example,{} if {\\spad{f} \\spad{:=} increment(\\spad{n})} then \\spad{f x} is \\spad{x+n}.")) (|increment| (((|Mapping| |#1| |#1|)) "\\spad{increment()} produces a function which adds \\spad{1} to whatever argument it is given. For example,{} if {\\spad{f} \\spad{:=} increment()} then \\spad{f x} is \\spad{x+1}.")))
NIL
NIL
-(-523 |Varset|)
+(-524 |Varset|)
((|constructor| (NIL "\\indented{2}{IndexedExponents of an ordered set of variables gives a representation} for the degree of polynomials in commuting variables. It gives an ordered pairing of non negative integer exponents with variables")))
NIL
NIL
-(-524 K -3220 |Par|)
+(-525 K -3219 |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
-(-525)
+(-526)
NIL
NIL
NIL
-(-526)
+(-527)
((|constructor| (NIL "Default infinity signatures for the interpreter; Date Created: 4 Oct 1989 Date Last Updated: 4 Oct 1989")) (|minusInfinity| (((|OrderedCompletion| (|Integer|))) "\\spad{minusInfinity()} returns minusInfinity.")) (|plusInfinity| (((|OrderedCompletion| (|Integer|))) "\\spad{plusInfinity()} returns plusIinfinity.")) (|infinity| (((|OnePointCompletion| (|Integer|))) "\\spad{infinity()} returns infinity.")))
NIL
NIL
-(-527 R)
+(-528 R)
((|constructor| (NIL "Tools for manipulating input forms.")) (|interpret| ((|#1| (|InputForm|)) "\\spad{interpret(f)} passes \\spad{f} to the interpreter,{} and transforms the result into an object of type \\spad{R}.")) (|packageCall| (((|InputForm|) (|Symbol|)) "\\spad{packageCall(f)} returns the input form corresponding to \\spad{f}\\$\\spad{R}.")))
NIL
NIL
-(-528)
+(-529)
((|constructor| (NIL "Domain of parsed forms which can be passed to the interpreter. This is also the interface between algebra code and facilities in the interpreter.")) (|compile| (((|Symbol|) (|Symbol|) (|List| $)) "\\spad{compile(f,{} [t1,{}...,{}tn])} forces the interpreter to compile the function \\spad{f} with signature \\spad{(t1,{}...,{}tn) -> ?}. returns the symbol \\spad{f} if successful. Error: if \\spad{f} was not defined beforehand in the interpreter,{} or if the \\spad{ti}\\spad{'s} are not valid types,{} or if the compiler fails.")) (|declare| (((|Symbol|) (|List| $)) "\\spad{declare(t)} returns a name \\spad{f} such that \\spad{f} has been declared to the interpreter to be of type \\spad{t},{} but has not been assigned a value yet. Note: \\spad{t} should be created as \\spad{devaluate(T)\\$Lisp} where \\spad{T} is the actual type of \\spad{f} (this hack is required for the case where \\spad{T} is a mapping type).")) (|parseString| (($ (|String|)) "parseString is the inverse of unparse. It parses a string to InputForm.")) (|unparse| (((|String|) $) "\\spad{unparse(f)} returns a string \\spad{s} such that the parser would transform \\spad{s} to \\spad{f}. Error: if \\spad{f} is not the parsed form of a string.")) (|flatten| (($ $) "\\spad{flatten(s)} returns an input form corresponding to \\spad{s} with all the nested operations flattened to triples using new local variables. If \\spad{s} is a piece of code,{} this speeds up the compilation tremendously later on.")) ((|One|) (($) "\\spad{1} returns the input form corresponding to 1.")) ((|Zero|) (($) "\\spad{0} returns the input form corresponding to 0.")) (** (($ $ (|Integer|)) "\\spad{a ** b} returns the input form corresponding to \\spad{a ** b}.") (($ $ (|NonNegativeInteger|)) "\\spad{a ** b} returns the input form corresponding to \\spad{a ** b}.")) (/ (($ $ $) "\\spad{a / b} returns the input form corresponding to \\spad{a / b}.")) (* (($ $ $) "\\spad{a * b} returns the input form corresponding to \\spad{a * b}.")) (+ (($ $ $) "\\spad{a + b} returns the input form corresponding to \\spad{a + b}.")) (|lambda| (($ $ (|List| (|Symbol|))) "\\spad{lambda(code,{} [x1,{}...,{}xn])} returns the input form corresponding to \\spad{(x1,{}...,{}xn) +-> code} if \\spad{n > 1},{} or to \\spad{x1 +-> code} if \\spad{n = 1}.")) (|function| (($ $ (|List| (|Symbol|)) (|Symbol|)) "\\spad{function(code,{} [x1,{}...,{}xn],{} f)} returns the input form corresponding to \\spad{f(x1,{}...,{}xn) == code}.")) (|binary| (($ $ (|List| $)) "\\spad{binary(op,{} [a1,{}...,{}an])} returns the input form corresponding to \\spad{a1 op a2 op ... op an}.")) (|convert| (($ (|SExpression|)) "\\spad{convert(s)} makes \\spad{s} into an input form.")) (|interpret| (((|Any|) $) "\\spad{interpret(f)} passes \\spad{f} to the interpreter.")))
NIL
NIL
-(-529 |Coef| UTS)
+(-530 |Coef| UTS)
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over an integral domain of characteristic 0.")) (|generalInfiniteProduct| ((|#2| |#2| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),{}a,{}d)} computes \\spad{product(n=a,{}a+d,{}a+2*d,{}...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#2| |#2|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,{}3,{}5...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#2| |#2|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,{}4,{}6...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#2| |#2|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,{}2,{}3...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-530 K -3220 |Par|)
+(-531 K -3219 |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
-(-531 R BP |pMod| |nextMod|)
+(-532 R BP |pMod| |nextMod|)
((|reduction| ((|#2| |#2| |#1|) "\\spad{reduction(f,{}p)} reduces the coefficients of the polynomial \\spad{f} modulo the prime \\spad{p}.")) (|modularGcd| ((|#2| (|List| |#2|)) "\\spad{modularGcd(listf)} computes the \\spad{gcd} of the list of polynomials \\spad{listf} by modular methods.")) (|modularGcdPrimitive| ((|#2| (|List| |#2|)) "\\spad{modularGcdPrimitive(f1,{}f2)} computes the \\spad{gcd} of the two polynomials \\spad{f1} and \\spad{f2} by modular methods.")))
NIL
NIL
-(-532 OV E R P)
+(-533 OV E R P)
((|constructor| (NIL "\\indented{2}{This is an inner package for factoring multivariate polynomials} over various coefficient domains in characteristic 0. The univariate factor operation is passed as a parameter. Multivariate hensel lifting is used to lift the univariate factorization")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|) (|Mapping| (|Factored| (|SparseUnivariatePolynomial| |#3|)) (|SparseUnivariatePolynomial| |#3|))) "\\spad{factor(p,{}ufact)} factors the multivariate polynomial \\spad{p} by specializing variables and calling the univariate factorizer \\spad{ufact}. \\spad{p} is represented as a univariate polynomial with multivariate coefficients.") (((|Factored| |#4|) |#4| (|Mapping| (|Factored| (|SparseUnivariatePolynomial| |#3|)) (|SparseUnivariatePolynomial| |#3|))) "\\spad{factor(p,{}ufact)} factors the multivariate polynomial \\spad{p} by specializing variables and calling the univariate factorizer \\spad{ufact}.")))
NIL
NIL
-(-533 K UP |Coef| UTS)
+(-534 K UP |Coef| UTS)
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over an arbitrary finite field.")) (|generalInfiniteProduct| ((|#4| |#4| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),{}a,{}d)} computes \\spad{product(n=a,{}a+d,{}a+2*d,{}...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#4| |#4|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,{}3,{}5...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#4| |#4|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,{}4,{}6...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#4| |#4|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,{}2,{}3...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-534 |Coef| UTS)
+(-535 |Coef| UTS)
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over a field of prime order.")) (|generalInfiniteProduct| ((|#2| |#2| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),{}a,{}d)} computes \\spad{product(n=a,{}a+d,{}a+2*d,{}...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#2| |#2|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,{}3,{}5...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#2| |#2|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,{}4,{}6...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#2| |#2|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,{}2,{}3...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-535 R UP)
+(-536 R UP)
((|constructor| (NIL "Find the sign of a polynomial around a point or infinity.")) (|signAround| (((|Union| (|Integer|) "failed") |#2| |#1| (|Mapping| (|Union| (|Integer|) "failed") |#1|)) "\\spad{signAround(u,{}r,{}f)} \\undocumented") (((|Union| (|Integer|) "failed") |#2| |#1| (|Integer|) (|Mapping| (|Union| (|Integer|) "failed") |#1|)) "\\spad{signAround(u,{}r,{}i,{}f)} \\undocumented") (((|Union| (|Integer|) "failed") |#2| (|Integer|) (|Mapping| (|Union| (|Integer|) "failed") |#1|)) "\\spad{signAround(u,{}i,{}f)} \\undocumented")))
NIL
NIL
-(-536 S)
+(-537 S)
((|constructor| (NIL "An \\spad{IntegerNumberSystem} is a model for the integers.")) (|invmod| (($ $ $) "\\spad{invmod(a,{}b)},{} \\spad{0<=a<b>1},{} \\spad{(a,{}b)=1} means \\spad{1/a mod b}.")) (|powmod| (($ $ $ $) "\\spad{powmod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a**b mod p}.")) (|mulmod| (($ $ $ $) "\\spad{mulmod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a*b mod p}.")) (|submod| (($ $ $ $) "\\spad{submod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a-b mod p}.")) (|addmod| (($ $ $ $) "\\spad{addmod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a+b mod p}.")) (|mask| (($ $) "\\spad{mask(n)} returns \\spad{2**n-1} (an \\spad{n} bit mask).")) (|dec| (($ $) "\\spad{dec(x)} returns \\spad{x - 1}.")) (|inc| (($ $) "\\spad{inc(x)} returns \\spad{x + 1}.")) (|copy| (($ $) "\\spad{copy(n)} gives a copy of \\spad{n}.")) (|random| (($ $) "\\spad{random(a)} creates a random element from 0 to \\spad{n-1}.") (($) "\\spad{random()} creates a random element.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(n)} creates a rational number,{} or returns \"failed\" if this is not possible.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(n)} creates a rational number (see \\spadtype{Fraction Integer})..")) (|rational?| (((|Boolean|) $) "\\spad{rational?(n)} tests if \\spad{n} is a rational number (see \\spadtype{Fraction Integer}).")) (|symmetricRemainder| (($ $ $) "\\spad{symmetricRemainder(a,{}b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{ -b/2 <= r < b/2 }.")) (|positiveRemainder| (($ $ $) "\\spad{positiveRemainder(a,{}b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{0 <= r < b} and \\spad{r == a rem b}.")) (|bit?| (((|Boolean|) $ $) "\\spad{bit?(n,{}i)} returns \\spad{true} if and only if \\spad{i}-th bit of \\spad{n} is a 1.")) (|shift| (($ $ $) "\\spad{shift(a,{}i)} shift \\spad{a} by \\spad{i} digits.")) (|length| (($ $) "\\spad{length(a)} length of \\spad{a} in digits.")) (|base| (($) "\\spad{base()} returns the base for the operations of \\spad{IntegerNumberSystem}.")) (|multiplicativeValuation| ((|attribute|) "euclideanSize(a*b) returns \\spad{euclideanSize(a)*euclideanSize(b)}.")) (|even?| (((|Boolean|) $) "\\spad{even?(n)} returns \\spad{true} if and only if \\spad{n} is even.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(n)} returns \\spad{true} if and only if \\spad{n} is odd.")))
NIL
NIL
-(-537)
+(-538)
((|constructor| (NIL "An \\spad{IntegerNumberSystem} is a model for the integers.")) (|invmod| (($ $ $) "\\spad{invmod(a,{}b)},{} \\spad{0<=a<b>1},{} \\spad{(a,{}b)=1} means \\spad{1/a mod b}.")) (|powmod| (($ $ $ $) "\\spad{powmod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a**b mod p}.")) (|mulmod| (($ $ $ $) "\\spad{mulmod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a*b mod p}.")) (|submod| (($ $ $ $) "\\spad{submod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a-b mod p}.")) (|addmod| (($ $ $ $) "\\spad{addmod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a+b mod p}.")) (|mask| (($ $) "\\spad{mask(n)} returns \\spad{2**n-1} (an \\spad{n} bit mask).")) (|dec| (($ $) "\\spad{dec(x)} returns \\spad{x - 1}.")) (|inc| (($ $) "\\spad{inc(x)} returns \\spad{x + 1}.")) (|copy| (($ $) "\\spad{copy(n)} gives a copy of \\spad{n}.")) (|random| (($ $) "\\spad{random(a)} creates a random element from 0 to \\spad{n-1}.") (($) "\\spad{random()} creates a random element.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(n)} creates a rational number,{} or returns \"failed\" if this is not possible.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(n)} creates a rational number (see \\spadtype{Fraction Integer})..")) (|rational?| (((|Boolean|) $) "\\spad{rational?(n)} tests if \\spad{n} is a rational number (see \\spadtype{Fraction Integer}).")) (|symmetricRemainder| (($ $ $) "\\spad{symmetricRemainder(a,{}b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{ -b/2 <= r < b/2 }.")) (|positiveRemainder| (($ $ $) "\\spad{positiveRemainder(a,{}b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{0 <= r < b} and \\spad{r == a rem b}.")) (|bit?| (((|Boolean|) $ $) "\\spad{bit?(n,{}i)} returns \\spad{true} if and only if \\spad{i}-th bit of \\spad{n} is a 1.")) (|shift| (($ $ $) "\\spad{shift(a,{}i)} shift \\spad{a} by \\spad{i} digits.")) (|length| (($ $) "\\spad{length(a)} length of \\spad{a} in digits.")) (|base| (($) "\\spad{base()} returns the base for the operations of \\spad{IntegerNumberSystem}.")) (|multiplicativeValuation| ((|attribute|) "euclideanSize(a*b) returns \\spad{euclideanSize(a)*euclideanSize(b)}.")) (|even?| (((|Boolean|) $) "\\spad{even?(n)} returns \\spad{true} if and only if \\spad{n} is even.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(n)} returns \\spad{true} if and only if \\spad{n} is odd.")))
-((-4366 . T) (-4367 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4367 . T) (-4368 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-538 |Key| |Entry| |addDom|)
+(-539 |Key| |Entry| |addDom|)
((|constructor| (NIL "This domain is used to provide a conditional \"add\" domain for the implementation of \\spadtype{Table}.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#2|)))))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-1078))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-539 R -3220)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#2|)))))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-1079))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-540 R -3219)
((|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
-(-540 R0 -3220 UP UPUP R)
+(-541 R0 -3219 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
-(-541)
+(-542)
((|constructor| (NIL "This package provides functions to lookup bits in integers")) (|bitTruth| (((|Boolean|) (|Integer|) (|Integer|)) "\\spad{bitTruth(n,{}m)} returns \\spad{true} if coefficient of 2**m in abs(\\spad{n}) is 1")) (|bitCoef| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{bitCoef(n,{}m)} returns the coefficient of 2**m in abs(\\spad{n})")) (|bitLength| (((|Integer|) (|Integer|)) "\\spad{bitLength(n)} returns the number of bits to represent abs(\\spad{n})")))
NIL
NIL
-(-542 R)
+(-543 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.")))
-((-4311 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4312 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-543 S)
+(-544 S)
((|constructor| (NIL "The category of commutative integral domains,{} \\spadignore{i.e.} commutative rings with no zero divisors. \\blankline Conditional attributes: \\indented{2}{canonicalUnitNormal\\tab{20}the canonical field is the same for all associates} \\indented{2}{canonicalsClosed\\tab{20}the product of two canonicals is itself canonical}")) (|unit?| (((|Boolean|) $) "\\spad{unit?(x)} tests whether \\spad{x} is a unit,{} \\spadignore{i.e.} is invertible.")) (|associates?| (((|Boolean|) $ $) "\\spad{associates?(x,{}y)} tests whether \\spad{x} and \\spad{y} are associates,{} \\spadignore{i.e.} differ by a unit factor.")) (|unitCanonical| (($ $) "\\spad{unitCanonical(x)} returns \\spad{unitNormal(x).canonical}.")) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) "\\spad{unitNormal(x)} tries to choose a canonical element from the associate class of \\spad{x}. The attribute canonicalUnitNormal,{} if asserted,{} means that the \"canonical\" element is the same across all associates of \\spad{x} if \\spad{unitNormal(x) = [u,{}c,{}a]} then \\spad{u*c = x},{} \\spad{a*u = 1}.")) (|exquo| (((|Union| $ "failed") $ $) "\\spad{exquo(a,{}b)} either returns an element \\spad{c} such that \\spad{c*b=a} or \"failed\" if no such element can be found.")))
NIL
NIL
-(-544)
+(-545)
((|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.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-545 R -3220)
+(-546 R -3219)
((|constructor| (NIL "This package provides functions for integration,{} limited integration,{} extended integration and the risch differential equation for elemntary functions.")) (|lfextlimint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Symbol|) (|Kernel| |#2|) (|List| (|Kernel| |#2|))) "\\spad{lfextlimint(f,{}x,{}k,{}[k1,{}...,{}kn])} returns functions \\spad{[h,{} c]} such that \\spad{dh/dx = f - c dk/dx}. Value \\spad{h} is looked for in a field containing \\spad{f} and \\spad{k1},{}...,{}\\spad{kn} (the \\spad{ki}\\spad{'s} must be logs).")) (|lfintegrate| (((|IntegrationResult| |#2|) |#2| (|Symbol|)) "\\spad{lfintegrate(f,{} x)} = \\spad{g} such that \\spad{dg/dx = f}.")) (|lfinfieldint| (((|Union| |#2| "failed") |#2| (|Symbol|)) "\\spad{lfinfieldint(f,{} x)} returns a function \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|lflimitedint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Symbol|) (|List| |#2|)) "\\spad{lflimitedint(f,{}x,{}[g1,{}...,{}gn])} returns functions \\spad{[h,{}[[\\spad{ci},{} \\spad{gi}]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,{}...,{}gn]},{} and \\spad{d(h+sum(\\spad{ci} log(\\spad{gi})))/dx = f},{} if possible,{} \"failed\" otherwise.")) (|lfextendedint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Symbol|) |#2|) "\\spad{lfextendedint(f,{} x,{} g)} returns functions \\spad{[h,{} c]} such that \\spad{dh/dx = f - cg},{} if (\\spad{h},{} \\spad{c}) exist,{} \"failed\" otherwise.")))
NIL
NIL
-(-546 I)
+(-547 I)
((|constructor| (NIL "\\indented{1}{This Package contains basic methods for integer factorization.} The factor operation employs trial division up to 10,{}000. It then tests to see if \\spad{n} is a perfect power before using Pollards rho method. Because Pollards method may fail,{} the result of factor may contain composite factors. We should also employ Lenstra\\spad{'s} eliptic curve method.")) (|PollardSmallFactor| (((|Union| |#1| "failed") |#1|) "\\spad{PollardSmallFactor(n)} returns a factor of \\spad{n} or \"failed\" if no one is found")) (|BasicMethod| (((|Factored| |#1|) |#1|) "\\spad{BasicMethod(n)} returns the factorization of integer \\spad{n} by trial division")) (|squareFree| (((|Factored| |#1|) |#1|) "\\spad{squareFree(n)} returns the square free factorization of integer \\spad{n}")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(n)} returns the full factorization of integer \\spad{n}")))
NIL
NIL
-(-547)
+(-548)
((|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
-(-548 R -3220 L)
+(-549 R -3219 L)
((|constructor| (NIL "This internal package rationalises integrands on curves of the form: \\indented{2}{\\spad{y\\^2 = a x\\^2 + b x + c}} \\indented{2}{\\spad{y\\^2 = (a x + b) / (c x + d)}} \\indented{2}{\\spad{f(x,{} y) = 0} where \\spad{f} has degree 1 in \\spad{x}} The rationalization is done for integration,{} limited integration,{} extended integration and the risch differential equation.")) (|palgLODE0| (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgLODE0(op,{}g,{}x,{}y,{}z,{}t,{}c)} returns the solution of \\spad{op f = g} Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgLODE0(op,{} g,{} x,{} y,{} d,{} p)} returns the solution of \\spad{op f = g}. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|lift| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|SparseUnivariatePolynomial| |#2|) (|Kernel| |#2|)) "\\spad{lift(u,{}k)} \\undocumented")) (|multivariate| ((|#2| (|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|Kernel| |#2|) |#2|) "\\spad{multivariate(u,{}k,{}f)} \\undocumented")) (|univariate| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|SparseUnivariatePolynomial| |#2|)) "\\spad{univariate(f,{}k,{}k,{}p)} \\undocumented")) (|palgRDE0| (((|Union| |#2| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|)) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgRDE0(f,{} g,{} x,{} y,{} foo,{} t,{} c)} returns a function \\spad{z(x,{}y)} such that \\spad{dz/dx + n * df/dx z(x,{}y) = g(x,{}y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{foo},{} called by \\spad{foo(a,{} b,{} x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.") (((|Union| |#2| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|)) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgRDE0(f,{} g,{} x,{} y,{} foo,{} d,{} p)} returns a function \\spad{z(x,{}y)} such that \\spad{dz/dx + n * df/dx z(x,{}y) = g(x,{}y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}. Argument \\spad{foo},{} called by \\spad{foo(a,{} b,{} x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.")) (|palglimint0| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palglimint0(f,{} x,{} y,{} [u1,{}...,{}un],{} z,{} t,{} c)} returns functions \\spad{[h,{}[[\\spad{ci},{} \\spad{ui}]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,{}...,{}un]} and \\spad{d(h + sum(\\spad{ci} log(\\spad{ui})))/dx = f(x,{}y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palglimint0(f,{} x,{} y,{} [u1,{}...,{}un],{} d,{} p)} returns functions \\spad{[h,{}[[\\spad{ci},{} \\spad{ui}]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,{}...,{}un]} and \\spad{d(h + sum(\\spad{ci} log(\\spad{ui})))/dx = f(x,{}y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|palgextint0| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgextint0(f,{} x,{} y,{} g,{} z,{} t,{} c)} returns functions \\spad{[h,{} d]} such that \\spad{dh/dx = f(x,{}y) - d g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy},{} and \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,{}y)}. The operation returns \"failed\" if no such functions exist.") (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgextint0(f,{} x,{} y,{} g,{} d,{} p)} returns functions \\spad{[h,{} c]} such that \\spad{dh/dx = f(x,{}y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)},{} or \"failed\" if no such functions exist.")) (|palgint0| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgint0(f,{} x,{} y,{} z,{} t,{} c)} returns the integral of \\spad{f(x,{}y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,{}y)}.") (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgint0(f,{} x,{} y,{} d,{} p)} returns the integral of \\spad{f(x,{}y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)}.")))
NIL
-((|HasCategory| |#3| (LIST (QUOTE -640) (|devaluate| |#2|))))
-(-549)
+((|HasCategory| |#3| (LIST (QUOTE -641) (|devaluate| |#2|))))
+(-550)
((|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
-(-550 -3220 UP UPUP R)
+(-551 -3219 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
-(-551 -3220 UP)
+(-552 -3219 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
-(-552)
+(-553)
((|constructor| (NIL "\\spadtype{Integer} provides the domain of arbitrary precision integers.")) (|infinite| ((|attribute|) "nextItem never returns \"failed\".")) (|noetherian| ((|attribute|) "ascending chain condition on ideals.")) (|canonicalsClosed| ((|attribute|) "two positives multiply to give positive.")) (|canonical| ((|attribute|) "mathematical equality is data structure equality.")) (|random| (($ $) "\\spad{random(n)} returns a random integer from 0 to \\spad{n-1}.")))
-((-4350 . T) (-4356 . T) (-4360 . T) (-4355 . T) (-4366 . T) (-4367 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4351 . T) (-4357 . T) (-4361 . T) (-4356 . T) (-4367 . T) (-4368 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-553)
+(-554)
((|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
-(-554 R -3220 L)
+(-555 R -3219 L)
((|constructor| (NIL "This package provides functions for integration,{} limited integration,{} extended integration and the risch differential equation for pure algebraic integrands.")) (|palgLODE| (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Symbol|)) "\\spad{palgLODE(op,{} g,{} kx,{} y,{} x)} returns the solution of \\spad{op f = g}. \\spad{y} is an algebraic function of \\spad{x}.")) (|palgRDE| (((|Union| |#2| "failed") |#2| |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|))) "\\spad{palgRDE(nfp,{} f,{} g,{} x,{} y,{} foo)} returns a function \\spad{z(x,{}y)} such that \\spad{dz/dx + n * df/dx z(x,{}y) = g(x,{}y)} if such a \\spad{z} exists,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}; \\spad{foo(a,{} b,{} x)} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}. \\spad{nfp} is \\spad{n * df/dx}.")) (|palglimint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|)) "\\spad{palglimint(f,{} x,{} y,{} [u1,{}...,{}un])} returns functions \\spad{[h,{}[[\\spad{ci},{} \\spad{ui}]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,{}...,{}un]} and \\spad{d(h + sum(\\spad{ci} log(\\spad{ui})))/dx = f(x,{}y)} if such functions exist,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}.")) (|palgextint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2|) "\\spad{palgextint(f,{} x,{} y,{} g)} returns functions \\spad{[h,{} c]} such that \\spad{dh/dx = f(x,{}y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x}; returns \"failed\" if no such functions exist.")) (|palgint| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|)) "\\spad{palgint(f,{} x,{} y)} returns the integral of \\spad{f(x,{}y)dx} where \\spad{y} is an algebraic function of \\spad{x}.")))
NIL
-((|HasCategory| |#3| (LIST (QUOTE -640) (|devaluate| |#2|))))
-(-555 R -3220)
+((|HasCategory| |#3| (LIST (QUOTE -641) (|devaluate| |#2|))))
+(-556 R -3219)
((|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 -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-1117)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-615)))))
-(-556 -3220 UP)
+((-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-1118)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-616)))))
+(-557 -3219 UP)
((|constructor| (NIL "This package provides functions for the base case of the Risch algorithm.")) (|limitedint| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|List| (|Fraction| |#2|))) "\\spad{limitedint(f,{} [g1,{}...,{}gn])} returns fractions \\spad{[h,{}[[\\spad{ci},{} \\spad{gi}]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,{}...,{}gn]},{} \\spad{ci' = 0},{} and \\spad{(h+sum(\\spad{ci} log(\\spad{gi})))' = f},{} if possible,{} \"failed\" otherwise.")) (|extendedint| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{extendedint(f,{} g)} returns fractions \\spad{[h,{} c]} such that \\spad{c' = 0} and \\spad{h' = f - cg},{} if \\spad{(h,{} c)} exist,{} \"failed\" otherwise.")) (|infieldint| (((|Union| (|Fraction| |#2|) "failed") (|Fraction| |#2|)) "\\spad{infieldint(f)} returns \\spad{g} such that \\spad{g' = f} or \"failed\" if the integral of \\spad{f} is not a rational function.")) (|integrate| (((|IntegrationResult| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{integrate(f)} returns \\spad{g} such that \\spad{g' = f}.")))
NIL
NIL
-(-557 S)
+(-558 S)
((|constructor| (NIL "Provides integer testing and retraction functions. Date Created: March 1990 Date Last Updated: 9 April 1991")) (|integerIfCan| (((|Union| (|Integer|) "failed") |#1|) "\\spad{integerIfCan(x)} returns \\spad{x} as an integer,{} \"failed\" if \\spad{x} is not an integer.")) (|integer?| (((|Boolean|) |#1|) "\\spad{integer?(x)} is \\spad{true} if \\spad{x} is an integer,{} \\spad{false} otherwise.")) (|integer| (((|Integer|) |#1|) "\\spad{integer(x)} returns \\spad{x} as an integer; error if \\spad{x} is not an integer.")))
NIL
NIL
-(-558 -3220)
+(-559 -3219)
((|constructor| (NIL "This package provides functions for the integration of rational functions.")) (|extendedIntegrate| (((|Union| (|Record| (|:| |ratpart| (|Fraction| (|Polynomial| |#1|))) (|:| |coeff| (|Fraction| (|Polynomial| |#1|)))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{extendedIntegrate(f,{} x,{} g)} returns fractions \\spad{[h,{} c]} such that \\spad{dc/dx = 0} and \\spad{dh/dx = f - cg},{} if \\spad{(h,{} c)} exist,{} \"failed\" otherwise.")) (|limitedIntegrate| (((|Union| (|Record| (|:| |mainpart| (|Fraction| (|Polynomial| |#1|))) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| (|Polynomial| |#1|))) (|:| |logand| (|Fraction| (|Polynomial| |#1|))))))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{limitedIntegrate(f,{} x,{} [g1,{}...,{}gn])} returns fractions \\spad{[h,{} [[\\spad{ci},{}\\spad{gi}]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,{}...,{}gn]},{} \\spad{dci/dx = 0},{} and \\spad{d(h + sum(\\spad{ci} log(\\spad{gi})))/dx = f} if possible,{} \"failed\" otherwise.")) (|infieldIntegrate| (((|Union| (|Fraction| (|Polynomial| |#1|)) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{infieldIntegrate(f,{} x)} returns a fraction \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|internalIntegrate| (((|IntegrationResult| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{internalIntegrate(f,{} x)} returns \\spad{g} such that \\spad{dg/dx = f}.")))
NIL
NIL
-(-559 R)
+(-560 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.")))
-((-4311 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4312 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-560)
+(-561)
((|constructor| (NIL "This package provides the implementation for the \\spadfun{solveLinearPolynomialEquation} operation over the integers. It uses a lifting technique from the package GenExEuclid")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| (|Integer|))) "failed") (|List| (|SparseUnivariatePolynomial| (|Integer|))) (|SparseUnivariatePolynomial| (|Integer|))) "\\spad{solveLinearPolynomialEquation([f1,{} ...,{} fn],{} g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
-(-561 R -3220)
+(-562 R -3219)
((|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 -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-278))) (|HasCategory| |#2| (QUOTE (-615))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-1154))))) (-12 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-278)))) (|HasCategory| |#1| (QUOTE (-544))))
-(-562 -3220 UP)
+((-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-278))) (|HasCategory| |#2| (QUOTE (-616))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-1155))))) (-12 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-278)))) (|HasCategory| |#1| (QUOTE (-545))))
+(-563 -3219 UP)
((|constructor| (NIL "This package provides functions for the transcendental case of the Risch algorithm.")) (|monomialIntPoly| (((|Record| (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (|Mapping| |#2| |#2|)) "\\spad{monomialIntPoly(p,{} ')} returns [\\spad{q},{} \\spad{r}] such that \\spad{p = q' + r} and \\spad{degree(r) < degree(t')}. Error if \\spad{degree(t') < 2}.")) (|monomialIntegrate| (((|Record| (|:| |ir| (|IntegrationResult| (|Fraction| |#2|))) (|:| |specpart| (|Fraction| |#2|)) (|:| |polypart| |#2|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{monomialIntegrate(f,{} ')} returns \\spad{[ir,{} s,{} p]} such that \\spad{f = ir' + s + p} and all the squarefree factors of the denominator of \\spad{s} are special \\spad{w}.\\spad{r}.\\spad{t} the derivation '.")) (|expintfldpoly| (((|Union| (|LaurentPolynomial| |#1| |#2|) "failed") (|LaurentPolynomial| |#1| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintfldpoly(p,{} foo)} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument foo is a Risch differential equation function on \\spad{F}.")) (|primintfldpoly| (((|Union| |#2| "failed") |#2| (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) "\\spad{primintfldpoly(p,{} ',{} t')} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument \\spad{t'} is the derivative of the primitive generating the extension.")) (|primlimintfrac| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|List| (|Fraction| |#2|))) "\\spad{primlimintfrac(f,{} ',{} [u1,{}...,{}un])} returns \\spad{[v,{} [c1,{}...,{}cn]]} such that \\spad{ci' = 0} and \\spad{f = v' + +/[\\spad{ci} * ui'/ui]}. Error: if \\spad{degree numer f >= degree denom f}.")) (|primextintfrac| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Fraction| |#2|)) "\\spad{primextintfrac(f,{} ',{} g)} returns \\spad{[v,{} c]} such that \\spad{f = v' + c g} and \\spad{c' = 0}. Error: if \\spad{degree numer f >= degree denom f} or if \\spad{degree numer g >= degree denom g} or if \\spad{denom g} is not squarefree.")) (|explimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|List| (|Fraction| |#2|))) "\\spad{explimitedint(f,{} ',{} foo,{} [u1,{}...,{}un])} returns \\spad{[v,{} [c1,{}...,{}cn],{} a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,{}[\\spad{ci} * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primlimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (|List| (|Fraction| |#2|))) "\\spad{primlimitedint(f,{} ',{} foo,{} [u1,{}...,{}un])} returns \\spad{[v,{} [c1,{}...,{}cn],{} a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,{}[\\spad{ci} * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|expextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|Fraction| |#2|)) "\\spad{expextendedint(f,{} ',{} foo,{} g)} returns either \\spad{[v,{} c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (|Fraction| |#2|)) "\\spad{primextendedint(f,{} ',{} foo,{} g)} returns either \\spad{[v,{} c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|tanintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|List| |#1|) "failed") (|Integer|) |#1| |#1|)) "\\spad{tanintegrate(f,{} ',{} foo)} returns \\spad{[g,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential system solver on \\spad{F}.")) (|expintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintegrate(f,{} ',{} foo)} returns \\spad{[g,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential equation solver on \\spad{F}.")) (|primintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) "\\spad{primintegrate(f,{} ',{} foo)} returns \\spad{[g,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Argument foo is an extended integration function on \\spad{F}.")))
NIL
NIL
-(-563 R -3220)
+(-564 R -3219)
((|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
-(-564)
+(-565)
((|constructor| (NIL "This category describes byte stream conduits supporting both input and output operations.")))
NIL
NIL
-(-565)
+(-566)
((|constructor| (NIL "\\indented{2}{This domain provides representation for binary files open} \\indented{2}{for input and output operations.} See Also: InputBinaryFile,{} OutputBinaryFile")) (|isOpen?| (((|Boolean|) $) "\\spad{isOpen?(f)} holds if \\spad{`f'} is in open state.")) (|inputOutputBinaryFile| (($ (|String|)) "\\spad{inputOutputBinaryFile(f)} returns an input/output conduit obtained by opening the file named by \\spad{`f'} as a binary file.") (($ (|FileName|)) "\\spad{inputOutputBinaryFile(f)} returns an input/output conduit obtained by opening the file designated by \\spad{`f'} as a binary file.")))
NIL
NIL
-(-566)
+(-567)
((|constructor| (NIL "This domain provides constants to describe directions of IO conduits (file,{} etc) mode of operations.")) (|bothWays| (($) "`bothWays' indicates that an IO conduit is for both input and output.")) (|output| (($) "`output' indicates that an IO conduit is for output")) (|input| (($) "`input' indicates that an IO conduit is for input.")))
NIL
NIL
-(-567)
+(-568)
((|constructor| (NIL "This domain provides representation for ARPA Internet IP4 addresses.")) (|resolve| (((|Union| $ "failed") (|Hostname|)) "\\spad{resolve(h)} returns the IP4 address of host \\spad{`h'}.")) (|bytes| (((|DataArray| 4 (|Byte|)) $) "\\spad{bytes(x)} returns the bytes of the numeric address \\spad{`x'}.")) (|ip4Address| (($ (|String|)) "\\spad{ip4Address(a)} builds a numeric address out of the ASCII form `a'.")))
NIL
NIL
-(-568 |p| |unBalanced?|)
+(-569 |p| |unBalanced?|)
((|constructor| (NIL "This domain implements \\spad{Zp},{} the \\spad{p}-adic completion of the integers. This is an internal domain.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-569 |p|)
+(-570 |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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
((|HasCategory| $ (QUOTE (-144))) (|HasCategory| $ (QUOTE (-142))) (|HasCategory| $ (QUOTE (-362))))
-(-570)
+(-571)
((|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
-(-571 R -3220)
+(-572 R -3219)
((|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
-(-572 E -3220)
+(-573 E -3219)
((|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
-(-573 -3220)
+(-574 -3219)
((|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}.")))
-((-4363 . T) (-4362 . T))
-((|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-1154)))))
-(-574 I)
+((-4364 . T) (-4363 . T))
+((|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-1155)))))
+(-575 I)
((|constructor| (NIL "The \\spadtype{IntegerRoots} package computes square roots and \\indented{2}{\\spad{n}th roots of integers efficiently.}")) (|approxSqrt| ((|#1| |#1|) "\\spad{approxSqrt(n)} returns an approximation \\spad{x} to \\spad{sqrt(n)} such that \\spad{-1 < x - sqrt(n) < 1}. Compute an approximation \\spad{s} to \\spad{sqrt(n)} such that \\indented{10}{\\spad{-1 < s - sqrt(n) < 1}} A variable precision Newton iteration is used. The running time is \\spad{O( log(n)**2 )}.")) (|perfectSqrt| (((|Union| |#1| "failed") |#1|) "\\spad{perfectSqrt(n)} returns the square root of \\spad{n} if \\spad{n} is a perfect square and returns \"failed\" otherwise")) (|perfectSquare?| (((|Boolean|) |#1|) "\\spad{perfectSquare?(n)} returns \\spad{true} if \\spad{n} is a perfect square and \\spad{false} otherwise")) (|approxNthRoot| ((|#1| |#1| (|NonNegativeInteger|)) "\\spad{approxRoot(n,{}r)} returns an approximation \\spad{x} to \\spad{n**(1/r)} such that \\spad{-1 < x - n**(1/r) < 1}")) (|perfectNthRoot| (((|Record| (|:| |base| |#1|) (|:| |exponent| (|NonNegativeInteger|))) |#1|) "\\spad{perfectNthRoot(n)} returns \\spad{[x,{}r]},{} where \\spad{n = x\\^r} and \\spad{r} is the largest integer such that \\spad{n} is a perfect \\spad{r}th power") (((|Union| |#1| "failed") |#1| (|NonNegativeInteger|)) "\\spad{perfectNthRoot(n,{}r)} returns the \\spad{r}th root of \\spad{n} if \\spad{n} is an \\spad{r}th power and returns \"failed\" otherwise")) (|perfectNthPower?| (((|Boolean|) |#1| (|NonNegativeInteger|)) "\\spad{perfectNthPower?(n,{}r)} returns \\spad{true} if \\spad{n} is an \\spad{r}th power and \\spad{false} otherwise")))
NIL
NIL
-(-575 GF)
+(-576 GF)
((|constructor| (NIL "This package exports the function generateIrredPoly that computes a monic irreducible polynomial of degree \\spad{n} over a finite field.")) (|generateIrredPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{generateIrredPoly(n)} generates an irreducible univariate polynomial of the given degree \\spad{n} over the finite field.")))
NIL
NIL
-(-576 R)
+(-577 R)
((|constructor| (NIL "\\indented{2}{This package allows a sum of logs over the roots of a polynomial} \\indented{2}{to be expressed as explicit logarithms and arc tangents,{} provided} \\indented{2}{that the indexing polynomial can be factored into quadratics.} Date Created: 21 August 1988 Date Last Updated: 4 October 1993")) (|complexIntegrate| (((|Expression| |#1|) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{complexIntegrate(f,{} x)} returns the integral of \\spad{f(x)dx} where \\spad{x} is viewed as a complex variable.")) (|integrate| (((|Union| (|Expression| |#1|) (|List| (|Expression| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{integrate(f,{} x)} returns the integral of \\spad{f(x)dx} where \\spad{x} is viewed as a real variable..")) (|complexExpand| (((|Expression| |#1|) (|IntegrationResult| (|Fraction| (|Polynomial| |#1|)))) "\\spad{complexExpand(i)} returns the expanded complex function corresponding to \\spad{i}.")) (|expand| (((|List| (|Expression| |#1|)) (|IntegrationResult| (|Fraction| (|Polynomial| |#1|)))) "\\spad{expand(i)} returns the list of possible real functions corresponding to \\spad{i}.")) (|split| (((|IntegrationResult| (|Fraction| (|Polynomial| |#1|))) (|IntegrationResult| (|Fraction| (|Polynomial| |#1|)))) "\\spad{split(u(x) + sum_{P(a)=0} Q(a,{}x))} returns \\spad{u(x) + sum_{P1(a)=0} Q(a,{}x) + ... + sum_{Pn(a)=0} Q(a,{}x)} where \\spad{P1},{}...,{}\\spad{Pn} are the factors of \\spad{P}.")))
NIL
((|HasCategory| |#1| (QUOTE (-144))))
-(-577)
+(-578)
((|constructor| (NIL "IrrRepSymNatPackage contains functions for computing the ordinary irreducible representations of symmetric groups on \\spad{n} letters {\\em {1,{}2,{}...,{}n}} in Young\\spad{'s} natural form and their dimensions. These representations can be labelled by number partitions of \\spad{n},{} \\spadignore{i.e.} a weakly decreasing sequence of integers summing up to \\spad{n},{} \\spadignore{e.g.} {\\em [3,{}3,{}3,{}1]} labels an irreducible representation for \\spad{n} equals 10. Note: whenever a \\spadtype{List Integer} appears in a signature,{} a partition required.")) (|irreducibleRepresentation| (((|List| (|Matrix| (|Integer|))) (|List| (|Integer|)) (|List| (|Permutation| (|Integer|)))) "\\spad{irreducibleRepresentation(lambda,{}listOfPerm)} is the list of the irreducible representations corresponding to {\\em lambda} in Young\\spad{'s} natural form for the list of permutations given by {\\em listOfPerm}.") (((|List| (|Matrix| (|Integer|))) (|List| (|Integer|))) "\\spad{irreducibleRepresentation(lambda)} is the list of the two irreducible representations corresponding to the partition {\\em lambda} in Young\\spad{'s} natural form for the following two generators of the symmetric group,{} whose elements permute {\\em {1,{}2,{}...,{}n}},{} namely {\\em (1 2)} (2-cycle) and {\\em (1 2 ... n)} (\\spad{n}-cycle).") (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|Permutation| (|Integer|))) "\\spad{irreducibleRepresentation(lambda,{}\\spad{pi})} is the irreducible representation corresponding to partition {\\em lambda} in Young\\spad{'s} natural form of the permutation {\\em \\spad{pi}} in the symmetric group,{} whose elements permute {\\em {1,{}2,{}...,{}n}}.")) (|dimensionOfIrreducibleRepresentation| (((|NonNegativeInteger|) (|List| (|Integer|))) "\\spad{dimensionOfIrreducibleRepresentation(lambda)} is the dimension of the ordinary irreducible representation of the symmetric group corresponding to {\\em lambda}. Note: the Robinson-Thrall hook formula is implemented.")))
NIL
NIL
-(-578 R E V P TS)
+(-579 R E V P TS)
((|constructor| (NIL "\\indented{1}{An internal package for computing the rational univariate representation} \\indented{1}{of a zero-dimensional algebraic variety given by a square-free} \\indented{1}{triangular set.} \\indented{1}{The main operation is \\axiomOpFrom{rur}{InternalRationalUnivariateRepresentationPackage}.} \\indented{1}{It is based on the {\\em generic} algorithm description in [1]. \\newline References:} [1] \\spad{D}. LAZARD \"Solving Zero-dimensional Algebraic Systems\" \\indented{4}{Journal of Symbolic Computation,{} 1992,{} 13,{} 117-131}")) (|checkRur| (((|Boolean|) |#5| (|List| |#5|)) "\\spad{checkRur(ts,{}lus)} returns \\spad{true} if \\spad{lus} is a rational univariate representation of \\spad{ts}.")) (|rur| (((|List| |#5|) |#5| (|Boolean|)) "\\spad{rur(ts,{}univ?)} returns a rational univariate representation of \\spad{ts}. This assumes that the lowest polynomial in \\spad{ts} is a variable \\spad{v} which does not occur in the other polynomials of \\spad{ts}. This variable will be used to define the simple algebraic extension over which these other polynomials will be rewritten as univariate polynomials with degree one. If \\spad{univ?} is \\spad{true} then these polynomials will have a constant initial.")))
NIL
NIL
-(-579)
+(-580)
((|constructor| (NIL "This domain represents a `has' expression.")) (|rhs| (((|SpadAst|) $) "\\spad{rhs(e)} returns the right hand side of the is expression `e'.")) (|lhs| (((|SpadAst|) $) "\\spad{lhs(e)} returns the left hand side of the is expression `e'.")))
NIL
NIL
-(-580 |mn|)
+(-581 |mn|)
((|constructor| (NIL "This domain implements low-level strings")) (|hash| (((|Integer|) $) "\\spad{hash(x)} provides a hashing function for strings")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| (-141) (QUOTE (-832))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (-12 (|HasCategory| (-141) (QUOTE (-1078))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141)))))) (-4029 (|HasCategory| (-141) (LIST (QUOTE -599) (QUOTE (-844)))) (-12 (|HasCategory| (-141) (QUOTE (-1078))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141)))))) (|HasCategory| (-141) (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| (-141) (QUOTE (-832))) (|HasCategory| (-141) (QUOTE (-1078)))) (|HasCategory| (-141) (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-141) (QUOTE (-1078))) (-12 (|HasCategory| (-141) (QUOTE (-1078))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (|HasCategory| (-141) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-581 E V R P)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| (-141) (QUOTE (-833))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (-12 (|HasCategory| (-141) (QUOTE (-1079))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141)))))) (-4028 (|HasCategory| (-141) (LIST (QUOTE -600) (QUOTE (-845)))) (-12 (|HasCategory| (-141) (QUOTE (-1079))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141)))))) (|HasCategory| (-141) (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| (-141) (QUOTE (-833))) (|HasCategory| (-141) (QUOTE (-1079)))) (|HasCategory| (-141) (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-141) (QUOTE (-1079))) (-12 (|HasCategory| (-141) (QUOTE (-1079))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (|HasCategory| (-141) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-582 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
-(-582 |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}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-552)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-552)) (|devaluate| |#1|)))) (|HasCategory| (-552) (QUOTE (-1090))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-552))))))
(-583 |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}.")))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-553)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-553)) (|devaluate| |#1|)))) (|HasCategory| (-553) (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-553))))))
+(-584 |Coef|)
((|constructor| (NIL "Internal package for dense Taylor series. This is an internal Taylor series type in which Taylor series are represented by a \\spadtype{Stream} of \\spadtype{Ring} elements. For univariate series,{} the \\spad{Stream} elements are the Taylor coefficients. For multivariate series,{} the \\spad{n}th Stream element is a form of degree \\spad{n} in the power series variables.")) (* (($ $ (|Integer|)) "\\spad{x*i} returns the product of integer \\spad{i} and the series \\spad{x}.") (($ $ |#1|) "\\spad{x*c} returns the product of \\spad{c} and the series \\spad{x}.") (($ |#1| $) "\\spad{c*x} returns the product of \\spad{c} and the series \\spad{x}.")) (|order| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{order(x,{}n)} returns the minimum of \\spad{n} and the order of \\spad{x}.") (((|NonNegativeInteger|) $) "\\spad{order(x)} returns the order of a power series \\spad{x},{} \\indented{1}{\\spadignore{i.e.} the degree of the first non-zero term of the series.}")) (|pole?| (((|Boolean|) $) "\\spad{pole?(x)} tests if the series \\spad{x} has a pole. \\indented{1}{Note: this is \\spad{false} when \\spad{x} is a Taylor series.}")) (|series| (($ (|Stream| |#1|)) "\\spad{series(s)} creates a power series from a stream of \\indented{1}{ring elements.} \\indented{1}{For univariate series types,{} the stream \\spad{s} should be a stream} \\indented{1}{of Taylor coefficients. For multivariate series types,{} the} \\indented{1}{stream \\spad{s} should be a stream of forms the \\spad{n}th element} \\indented{1}{of which is a} \\indented{1}{form of degree \\spad{n} in the power series variables.}")) (|coefficients| (((|Stream| |#1|) $) "\\spad{coefficients(x)} returns a stream of ring elements. \\indented{1}{When \\spad{x} is a univariate series,{} this is a stream of Taylor} \\indented{1}{coefficients. When \\spad{x} is a multivariate series,{} the} \\indented{1}{\\spad{n}th element of the stream is a form of} \\indented{1}{degree \\spad{n} in the power series variables.}")))
-((-4363 |has| |#1| (-544)) (-4362 |has| |#1| (-544)) ((-4370 "*") |has| |#1| (-544)) (-4361 |has| |#1| (-544)) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-544))))
-(-584 A B)
+((-4364 |has| |#1| (-545)) (-4363 |has| |#1| (-545)) ((-4371 "*") |has| |#1| (-545)) (-4362 |has| |#1| (-545)) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-545))))
+(-585 A B)
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|map| (((|InfiniteTuple| |#2|) (|Mapping| |#2| |#1|) (|InfiniteTuple| |#1|)) "\\spad{map(f,{}[x0,{}x1,{}x2,{}...])} returns \\spad{[f(x0),{}f(x1),{}f(x2),{}..]}.")))
NIL
NIL
-(-585 A B C)
+(-586 A B C)
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|map| (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|Stream| |#2|)) "\\spad{map(f,{}a,{}b)} \\undocumented") (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|Stream| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,{}a,{}b)} \\undocumented") (((|InfiniteTuple| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,{}a,{}b)} \\undocumented")))
NIL
NIL
-(-586 R -3220 FG)
+(-587 R -3219 FG)
((|constructor| (NIL "This package provides transformations from trigonometric functions to exponentials and logarithms,{} and back. \\spad{F} and \\spad{FG} should be the same type of function space.")) (|trigs2explogs| ((|#3| |#3| (|List| (|Kernel| |#3|)) (|List| (|Symbol|))) "\\spad{trigs2explogs(f,{} [k1,{}...,{}kn],{} [x1,{}...,{}xm])} rewrites all the trigonometric functions appearing in \\spad{f} and involving one of the \\spad{\\spad{xi}'s} in terms of complex logarithms and exponentials. A kernel of the form \\spad{tan(u)} is expressed using \\spad{exp(u)**2} if it is one of the \\spad{\\spad{ki}'s},{} in terms of \\spad{exp(2*u)} otherwise.")) (|explogs2trigs| (((|Complex| |#2|) |#3|) "\\spad{explogs2trigs(f)} rewrites all the complex logs and exponentials appearing in \\spad{f} in terms of trigonometric functions.")) (F2FG ((|#3| |#2|) "\\spad{F2FG(a + sqrt(-1) b)} returns \\spad{a + i b}.")) (FG2F ((|#2| |#3|) "\\spad{FG2F(a + i b)} returns \\spad{a + sqrt(-1) b}.")) (GF2FG ((|#3| (|Complex| |#2|)) "\\spad{GF2FG(a + i b)} returns \\spad{a + i b} viewed as a function with the \\spad{i} pushed down into the coefficient domain.")))
NIL
NIL
-(-587 S)
+(-588 S)
((|constructor| (NIL "\\indented{1}{This package implements 'infinite tuples' for the interpreter.} The representation is a stream.")) (|construct| (((|Stream| |#1|) $) "\\spad{construct(t)} converts an infinite tuple to a stream.")) (|generate| (($ (|Mapping| |#1| |#1|) |#1|) "\\spad{generate(f,{}s)} returns \\spad{[s,{}f(s),{}f(f(s)),{}...]}.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(p,{}t)} returns \\spad{[x for x in t | p(x)]}.")) (|filterUntil| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterUntil(p,{}t)} returns \\spad{[x for x in t while not p(x)]}.")) (|filterWhile| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterWhile(p,{}t)} returns \\spad{[x for x in t while p(x)]}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,{}t)} replaces the tuple \\spad{t} by \\spad{[f(x) for x in t]}.")))
NIL
NIL
-(-588 R |mn|)
+(-589 R |mn|)
((|constructor| (NIL "\\indented{2}{This type represents vector like objects with varying lengths} and a user-specified initial index.")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-711))) (|HasCategory| |#1| (QUOTE (-1030))) (-12 (|HasCategory| |#1| (QUOTE (-983))) (|HasCategory| |#1| (QUOTE (-1030)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-589 S |Index| |Entry|)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-712))) (|HasCategory| |#1| (QUOTE (-1031))) (-12 (|HasCategory| |#1| (QUOTE (-984))) (|HasCategory| |#1| (QUOTE (-1031)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-590 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 -4369)) (|HasCategory| |#2| (QUOTE (-832))) (|HasAttribute| |#1| (QUOTE -4368)) (|HasCategory| |#3| (QUOTE (-1078))))
-(-590 |Index| |Entry|)
+((|HasAttribute| |#1| (QUOTE -4370)) (|HasCategory| |#2| (QUOTE (-833))) (|HasAttribute| |#1| (QUOTE -4369)) (|HasCategory| |#3| (QUOTE (-1079))))
+(-591 |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.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-591)
+(-592)
((|constructor| (NIL "\\indented{1}{This domain defines the datatype for the Java} Virtual Machine byte codes.")) (|coerce| (($ (|Byte|)) "\\spad{coerce(x)} the numerical byte value into a \\spad{JVM} bytecode.")))
NIL
NIL
-(-592)
+(-593)
((|constructor| (NIL "This domain represents the join of categories ASTs.")) (|categories| (((|List| (|TypeAst|)) $) "catehories(\\spad{x}) returns the types in the join \\spad{`x'}.")) (|coerce| (($ (|List| (|TypeAst|))) "ts::JoinAst construct the AST for a join of the types `ts'.")))
NIL
NIL
-(-593 R A)
+(-594 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).")))
-((-4365 -4029 (-3792 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))) (-4363 . T) (-4362 . T))
-((-4029 (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|))))
-(-594 |Entry|)
+((-4366 -4028 (-3791 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))) (-4364 . T) (-4363 . T))
+((-4028 (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|))))
+(-595 |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.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (QUOTE (-1136))) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| (-1136) (QUOTE (-832))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-595 S |Key| |Entry|)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (QUOTE (-1137))) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| (-1137) (QUOTE (-833))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-596 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
-(-596 |Key| |Entry|)
+(-597 |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}.")))
-((-4369 . T) (-4283 . T))
+((-4370 . T) (-4284 . T))
NIL
-(-597 R S)
+(-598 R S)
((|constructor| (NIL "This package exports some auxiliary functions on kernels")) (|constantIfCan| (((|Union| |#1| "failed") (|Kernel| |#2|)) "\\spad{constantIfCan(k)} \\undocumented")) (|constantKernel| (((|Kernel| |#2|) |#1|) "\\spad{constantKernel(r)} \\undocumented")))
NIL
NIL
-(-598 S)
+(-599 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.")) (|name| (((|Symbol|) $) "\\spad{name(op(a1,{}...,{}an))} returns the name of op.")))
NIL
-((|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))))
-(-599 S)
+((|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))))
+(-600 S)
((|constructor| (NIL "A is coercible to \\spad{B} means any element of A can automatically be converted into an element of \\spad{B} by the interpreter.")) (|coerce| ((|#1| $) "\\spad{coerce(a)} transforms a into an element of \\spad{S}.")))
NIL
NIL
-(-600 S)
+(-601 S)
((|constructor| (NIL "A is convertible to \\spad{B} means any element of A can be converted into an element of \\spad{B},{} but not automatically by the interpreter.")) (|convert| ((|#1| $) "\\spad{convert(a)} transforms a into an element of \\spad{S}.")))
NIL
NIL
-(-601 -3220 UP)
+(-602 -3219 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
-(-602 S)
+(-603 S)
((|constructor| (NIL "A is coercible from \\spad{B} iff any element of domain \\spad{B} can be automically converted into an element of domain \\spad{B}. In symbols \\indented{3}{A has CoercibleFrom \\spad{B}\\space{3}\\spad{<=>}\\space{2}\\spad{B} has CoercibleTo A}")) (|coerce| (($ |#1|) "\\spad{coerce(s)} transforms \\spad{`s'} into an element of `\\%'.")))
NIL
NIL
-(-603)
+(-604)
((|constructor| (NIL "This domain implements Kleene\\spad{'s} 3-valued propositional logic.")) (|case| (((|Boolean|) $ (|[\|\|]| |true|)) "\\spad{s case true} holds if the value of \\spad{`x'} is `true'.") (((|Boolean|) $ (|[\|\|]| |unknown|)) "\\spad{x case unknown} holds if the value of \\spad{`x'} is `unknown'") (((|Boolean|) $ (|[\|\|]| |false|)) "\\spad{x case false} holds if the value of \\spad{`x'} is `false'")) (|true| (($) "the definite truth value")) (|unknown| (($) "the indefinite `unknown'")) (|false| (($) "the definite falsehood value")))
NIL
NIL
-(-604 S)
+(-605 S)
((|constructor| (NIL "A is convertible from \\spad{B} iff any element of domain \\spad{B} can be explicitly converted into an element of domain \\spad{B}. In symbols \\indented{3}{A has ConvertibleFrom \\spad{B}\\space{3}\\spad{<=>}\\space{2}\\spad{B} has ConvertibleTo A}")) (|convert| (($ |#1|) "\\spad{convert(s)} transforms \\spad{`s'} into an element of `\\%'.")))
NIL
NIL
-(-605 S R)
+(-606 S R)
((|constructor| (NIL "The category of all left algebras over an arbitrary ring.")) (|coerce| (($ |#2|) "\\spad{coerce(r)} returns \\spad{r} * 1 where 1 is the identity of the left algebra.")))
NIL
NIL
-(-606 R)
+(-607 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.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-607 A R S)
+(-608 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}.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-830))))
-(-608 R -3220)
+((-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-831))))
+(-609 R -3219)
((|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
-(-609 R UP)
+(-610 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")))
-((-4363 . T) (-4362 . T) ((-4370 "*") . T) (-4361 . T) (-4365 . T))
-((|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))))
-(-610 R E V P TS ST)
+((-4364 . T) (-4363 . T) ((-4371 "*") . T) (-4362 . T) (-4366 . T))
+((|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))))
+(-611 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
NIL
-(-611 OV E Z P)
+(-612 OV E Z P)
((|constructor| (NIL "Package for leading coefficient determination in the lifting step. Package working for every \\spad{R} euclidean with property \\spad{\"F\"}.")) (|distFact| (((|Union| (|Record| (|:| |polfac| (|List| |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (|List| (|SparseUnivariatePolynomial| |#3|)))) "failed") |#3| (|List| (|SparseUnivariatePolynomial| |#3|)) (|Record| (|:| |contp| |#3|) (|:| |factors| (|List| (|Record| (|:| |irr| |#4|) (|:| |pow| (|Integer|)))))) (|List| |#3|) (|List| |#1|) (|List| |#3|)) "\\spad{distFact(contm,{}unilist,{}plead,{}vl,{}lvar,{}lval)},{} where \\spad{contm} is the content of the evaluated polynomial,{} \\spad{unilist} is the list of factors of the evaluated polynomial,{} \\spad{plead} is the complete factorization of the leading coefficient,{} \\spad{vl} is the list of factors of the leading coefficient evaluated,{} \\spad{lvar} is the list of variables,{} \\spad{lval} is the list of values,{} returns a record giving the list of leading coefficients to impose on the univariate factors,{}")) (|polCase| (((|Boolean|) |#3| (|NonNegativeInteger|) (|List| |#3|)) "\\spad{polCase(contprod,{} numFacts,{} evallcs)},{} where \\spad{contprod} is the product of the content of the leading coefficient of the polynomial to be factored with the content of the evaluated polynomial,{} \\spad{numFacts} is the number of factors of the leadingCoefficient,{} and evallcs is the list of the evaluated factors of the leadingCoefficient,{} returns \\spad{true} if the factors of the leading Coefficient can be distributed with this valuation.")))
NIL
NIL
-(-612)
+(-613)
((|constructor| (NIL "This domain represents assignment expressions.")) (|rhs| (((|SpadAst|) $) "\\spad{rhs(e)} returns the right hand side of the assignment expression `e'.")) (|lhs| (((|SpadAst|) $) "\\spad{lhs(e)} returns the left hand side of the assignment expression `e'.")))
NIL
NIL
-(-613 |VarSet| R |Order|)
+(-614 |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}}.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-614 R |ls|)
+(-615 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}}.")))
NIL
NIL
-(-615)
+(-616)
((|constructor| (NIL "Category for the transcendental Liouvillian functions.")) (|erf| (($ $) "\\spad{erf(x)} returns the error function of \\spad{x},{} \\spadignore{i.e.} \\spad{2 / sqrt(\\%\\spad{pi})} times the integral of \\spad{exp(-x**2) dx}.")) (|dilog| (($ $) "\\spad{dilog(x)} returns the dilogarithm of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{log(x) / (1 - x) dx}.")) (|li| (($ $) "\\spad{\\spad{li}(x)} returns the logarithmic integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{dx / log(x)}.")) (|Ci| (($ $) "\\spad{\\spad{Ci}(x)} returns the cosine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{cos(x) / x dx}.")) (|Si| (($ $) "\\spad{\\spad{Si}(x)} returns the sine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{sin(x) / x dx}.")) (|Ei| (($ $) "\\spad{\\spad{Ei}(x)} returns the exponential integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{exp(x)/x dx}.")))
NIL
NIL
-(-616 R -3220)
+(-617 R -3219)
((|constructor| (NIL "This package provides liouvillian functions over an integral domain.")) (|integral| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{integral(f,{}x = a..b)} denotes the definite integral of \\spad{f} with respect to \\spad{x} from \\spad{a} to \\spad{b}.") ((|#2| |#2| (|Symbol|)) "\\spad{integral(f,{}x)} indefinite integral of \\spad{f} with respect to \\spad{x}.")) (|dilog| ((|#2| |#2|) "\\spad{dilog(f)} denotes the dilogarithm")) (|erf| ((|#2| |#2|) "\\spad{erf(f)} denotes the error function")) (|li| ((|#2| |#2|) "\\spad{\\spad{li}(f)} denotes the logarithmic integral")) (|Ci| ((|#2| |#2|) "\\spad{\\spad{Ci}(f)} denotes the cosine integral")) (|Si| ((|#2| |#2|) "\\spad{\\spad{Si}(f)} denotes the sine integral")) (|Ei| ((|#2| |#2|) "\\spad{\\spad{Ei}(f)} denotes the exponential integral")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns the Liouvillian operator based on \\spad{op}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} checks if \\spad{op} is Liouvillian")))
NIL
NIL
-(-617 |lv| -3220)
+(-618 |lv| -3219)
((|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
-(-618)
+(-619)
((|constructor| (NIL "This domain provides a simple way to save values in files.")) (|setelt| (((|Any|) $ (|Symbol|) (|Any|)) "\\spad{lib.k := v} saves the value \\spad{v} in the library \\spad{lib}. It can later be extracted using the key \\spad{k}.")) (|elt| (((|Any|) $ (|Symbol|)) "\\spad{elt(lib,{}k)} or \\spad{lib}.\\spad{k} extracts the value corresponding to the key \\spad{k} from the library \\spad{lib}.")) (|pack!| (($ $) "\\spad{pack!(f)} reorganizes the file \\spad{f} on disk to recover unused space.")) (|library| (($ (|FileName|)) "\\spad{library(ln)} creates a new library file.")))
-((-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (QUOTE (-1136))) (LIST (QUOTE |:|) (QUOTE -3360) (QUOTE (-52))))))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-52) (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-52) (QUOTE (-1078))) (|HasCategory| (-52) (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| (-52) (QUOTE (-1078))) (|HasCategory| (-52) (LIST (QUOTE -303) (QUOTE (-52))))) (|HasCategory| (-1136) (QUOTE (-832))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-52) (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-52) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-52) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-619 S R)
+((-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (QUOTE (-1137))) (LIST (QUOTE |:|) (QUOTE -3359) (QUOTE (-52))))))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-52) (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-52) (QUOTE (-1079))) (|HasCategory| (-52) (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| (-52) (QUOTE (-1079))) (|HasCategory| (-52) (LIST (QUOTE -303) (QUOTE (-52))))) (|HasCategory| (-1137) (QUOTE (-833))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-52) (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-52) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-52) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-620 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 (-357))))
-(-620 R)
+(-621 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) (-4363 . T) (-4362 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4364 . T) (-4363 . T))
NIL
-(-621 R A)
+(-622 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).")))
-((-4365 -4029 (-3792 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))) (-4363 . T) (-4362 . T))
-((-4029 (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|))))
-(-622 R FE)
+((-4366 -4028 (-3791 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))) (-4364 . T) (-4363 . T))
+((-4028 (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#2| (LIST (QUOTE -411) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -361) (|devaluate| |#1|))))
+(-623 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
NIL
-(-623 R)
+(-624 R)
((|constructor| (NIL "Computation of limits for rational functions.")) (|complexLimit| (((|OnePointCompletion| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{complexLimit(f(x),{}x = a)} computes the complex limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.") (((|OnePointCompletion| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|OnePointCompletion| (|Polynomial| |#1|)))) "\\spad{complexLimit(f(x),{}x = a)} computes the complex limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.")) (|limit| (((|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|String|)) "\\spad{limit(f(x),{}x,{}a,{}\"left\")} computes the real limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a} from the left; limit(\\spad{f}(\\spad{x}),{}\\spad{x},{}a,{}\"right\") computes the corresponding limit as \\spad{x} approaches \\spad{a} from the right.") (((|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) (|Record| (|:| |leftHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed")) (|:| |rightHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed"))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{limit(f(x),{}x = a)} computes the real two-sided limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.") (((|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) (|Record| (|:| |leftHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed")) (|:| |rightHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed"))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Equation| (|OrderedCompletion| (|Polynomial| |#1|)))) "\\spad{limit(f(x),{}x = a)} computes the real two-sided limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.")))
NIL
NIL
-(-624 S R)
+(-625 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
-((-4107 (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-357))))
-(-625 R)
+((-4106 (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-357))))
+(-626 R)
((|constructor| (NIL "An extension ring with an explicit linear dependence test.")) (|reducedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Matrix| $) (|Vector| $)) "\\spad{reducedSystem(A,{} v)} returns a matrix \\spad{B} and a vector \\spad{w} such that \\spad{A x = v} and \\spad{B x = w} have the same solutions in \\spad{R}.") (((|Matrix| |#1|) (|Matrix| $)) "\\spad{reducedSystem(A)} returns a matrix \\spad{B} such that \\spad{A x = 0} and \\spad{B x = 0} have the same solutions in \\spad{R}.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-626 A B)
+(-627 A B)
((|constructor| (NIL "\\spadtype{ListToMap} allows mappings to be described by a pair of lists of equal lengths. The image of an element \\spad{x},{} which appears in position \\spad{n} in the first list,{} is then the \\spad{n}th element of the second list. A default value or default function can be specified to be used when \\spad{x} does not appear in the first list. In the absence of defaults,{} an error will occur in that case.")) (|match| ((|#2| (|List| |#1|) (|List| |#2|) |#1| (|Mapping| |#2| |#1|)) "\\spad{match(la,{} lb,{} a,{} f)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length. and applies this map to a. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Argument \\spad{f} is a default function to call if a is not in \\spad{la}. The value returned is then obtained by applying \\spad{f} to argument a.") (((|Mapping| |#2| |#1|) (|List| |#1|) (|List| |#2|) (|Mapping| |#2| |#1|)) "\\spad{match(la,{} lb,{} f)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Argument \\spad{f} is used as the function to call when the given function argument is not in \\spad{la}. The value returned is \\spad{f} applied to that argument.") ((|#2| (|List| |#1|) (|List| |#2|) |#1| |#2|) "\\spad{match(la,{} lb,{} a,{} b)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length. and applies this map to a. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Argument \\spad{b} is the default target value if a is not in \\spad{la}. Error: if \\spad{la} and \\spad{lb} are not of equal length.") (((|Mapping| |#2| |#1|) (|List| |#1|) (|List| |#2|) |#2|) "\\spad{match(la,{} lb,{} b)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length,{} where \\spad{b} is used as the default target value if the given function argument is not in \\spad{la}. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Error: if \\spad{la} and \\spad{lb} are not of equal length.") ((|#2| (|List| |#1|) (|List| |#2|) |#1|) "\\spad{match(la,{} lb,{} a)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length,{} where \\spad{a} is used as the default source value if the given one is not in \\spad{la}. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Error: if \\spad{la} and \\spad{lb} are not of equal length.") (((|Mapping| |#2| |#1|) (|List| |#1|) (|List| |#2|)) "\\spad{match(la,{} lb)} creates a map with no default source or target values defined by lists \\spad{la} and \\spad{lb} of equal length. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Error: if \\spad{la} and \\spad{lb} are not of equal length. Note: when this map is applied,{} an error occurs when applied to a value missing from \\spad{la}.")))
NIL
NIL
-(-627 A B)
+(-628 A B)
((|constructor| (NIL "\\spadtype{ListFunctions2} implements utility functions that operate on two kinds of lists,{} each with a possibly different type of element.")) (|map| (((|List| |#2|) (|Mapping| |#2| |#1|) (|List| |#1|)) "\\spad{map(fn,{}u)} applies \\spad{fn} to each element of list \\spad{u} and returns a new list with the results. For example \\spad{map(square,{}[1,{}2,{}3]) = [1,{}4,{}9]}.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|List| |#1|) |#2|) "\\spad{reduce(fn,{}u,{}ident)} successively uses the binary function \\spad{fn} on the elements of list \\spad{u} and the result of previous applications. \\spad{ident} is returned if the \\spad{u} is empty. Note the order of application in the following examples: \\spad{reduce(fn,{}[1,{}2,{}3],{}0) = fn(3,{}fn(2,{}fn(1,{}0)))} and \\spad{reduce(*,{}[2,{}3],{}1) = 3 * (2 * 1)}.")) (|scan| (((|List| |#2|) (|Mapping| |#2| |#1| |#2|) (|List| |#1|) |#2|) "\\spad{scan(fn,{}u,{}ident)} successively uses the binary function \\spad{fn} to reduce more and more of list \\spad{u}. \\spad{ident} is returned if the \\spad{u} is empty. The result is a list of the reductions at each step. See \\spadfun{reduce} for more information. Examples: \\spad{scan(fn,{}[1,{}2],{}0) = [fn(2,{}fn(1,{}0)),{}fn(1,{}0)]} and \\spad{scan(*,{}[2,{}3],{}1) = [2 * 1,{} 3 * (2 * 1)]}.")))
NIL
NIL
-(-628 A B C)
+(-629 A B C)
((|constructor| (NIL "\\spadtype{ListFunctions3} implements utility functions that operate on three kinds of lists,{} each with a possibly different type of element.")) (|map| (((|List| |#3|) (|Mapping| |#3| |#1| |#2|) (|List| |#1|) (|List| |#2|)) "\\spad{map(fn,{}list1,{} u2)} applies the binary function \\spad{fn} to corresponding elements of lists \\spad{u1} and \\spad{u2} and returns a list of the results (in the same order). Thus \\spad{map(/,{}[1,{}2,{}3],{}[4,{}5,{}6]) = [1/4,{}2/4,{}1/2]}. The computation terminates when the end of either list is reached. That is,{} the length of the result list is equal to the minimum of the lengths of \\spad{u1} and \\spad{u2}.")))
NIL
NIL
-(-629 S)
+(-630 S)
((|constructor| (NIL "\\spadtype{List} implements singly-linked lists that are addressable by indices; the index of the first element is 1. In addition to the operations provided by \\spadtype{IndexedList},{} this constructor provides some LISP-like functions such as \\spadfun{null} and \\spadfun{cons}.")) (|setDifference| (($ $ $) "\\spad{setDifference(u1,{}u2)} returns a list of the elements of \\spad{u1} that are not also in \\spad{u2}. The order of elements in the resulting list is unspecified.")) (|setIntersection| (($ $ $) "\\spad{setIntersection(u1,{}u2)} returns a list of the elements that lists \\spad{u1} and \\spad{u2} have in common. The order of elements in the resulting list is unspecified.")) (|setUnion| (($ $ $) "\\spad{setUnion(u1,{}u2)} appends the two lists \\spad{u1} and \\spad{u2},{} then removes all duplicates. The order of elements in the resulting list is unspecified.")) (|append| (($ $ $) "\\spad{append(u1,{}u2)} appends the elements of list \\spad{u1} onto the front of list \\spad{u2}. This new list and \\spad{u2} will share some structure.")) (|cons| (($ |#1| $) "\\spad{cons(element,{}u)} appends \\spad{element} onto the front of list \\spad{u} and returns the new list. This new list and the old one will share some structure.")) (|null| (((|Boolean|) $) "\\spad{null(u)} tests if list \\spad{u} is the empty list.")) (|nil| (($) "\\spad{nil()} returns the empty list.")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-813))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-630 T$)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-814))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-631 T$)
((|constructor| (NIL "This domain represents AST for Spad literals.")))
NIL
NIL
-(-631 S)
+(-632 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.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-632 R)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-633 R)
((|constructor| (NIL "The category of left modules over an \\spad{rng} (ring not necessarily with unit). This is an abelian group which supports left multiplation by elements of the \\spad{rng}. \\blankline")) (* (($ |#1| $) "\\spad{r*x} returns the left multiplication of the module element \\spad{x} by the ring element \\spad{r}.")))
NIL
NIL
-(-633 S E |un|)
+(-634 S E |un|)
((|constructor| (NIL "This internal package represents monoid (abelian or not,{} with or without inverses) as lists and provides some common operations to the various flavors of monoids.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f,{} a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapExpon(f,{} a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|commutativeEquality| (((|Boolean|) $ $) "\\spad{commutativeEquality(x,{}y)} returns \\spad{true} if \\spad{x} and \\spad{y} are equal assuming commutativity")) (|plus| (($ $ $) "\\spad{plus(x,{} y)} returns \\spad{x + y} where \\spad{+} is the monoid operation,{} which is assumed commutative.") (($ |#1| |#2| $) "\\spad{plus(s,{} e,{} x)} returns \\spad{e * s + x} where \\spad{+} is the monoid operation,{} which is assumed commutative.")) (|leftMult| (($ |#1| $) "\\spad{leftMult(s,{} a)} returns \\spad{s * a} where \\spad{*} is the monoid operation,{} which is assumed non-commutative.")) (|rightMult| (($ $ |#1|) "\\spad{rightMult(a,{} s)} returns \\spad{a * s} where \\spad{*} is the monoid operation,{} which is assumed non-commutative.")) (|makeUnit| (($) "\\spad{makeUnit()} returns the unit element of the monomial.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(l)} returns the number of monomials forming \\spad{l}.")) (|reverse!| (($ $) "\\spad{reverse!(l)} reverses the list of monomials forming \\spad{l},{} destroying the element \\spad{l}.")) (|reverse| (($ $) "\\spad{reverse(l)} reverses the list of monomials forming \\spad{l}. This has some effect if the monoid is non-abelian,{} \\spadignore{i.e.} \\spad{reverse(a1\\^e1 ... an\\^en) = an\\^en ... a1\\^e1} which is different.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(l,{} n)} returns the factor of the n^th monomial of \\spad{l}.")) (|nthExpon| ((|#2| $ (|Integer|)) "\\spad{nthExpon(l,{} n)} returns the exponent of the n^th monomial of \\spad{l}.")) (|makeMulti| (($ (|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|)))) "\\spad{makeMulti(l)} returns the element whose list of monomials is \\spad{l}.")) (|makeTerm| (($ |#1| |#2|) "\\spad{makeTerm(s,{} e)} returns the monomial \\spad{s} exponentiated by \\spad{e} (\\spadignore{e.g.} s^e or \\spad{e} * \\spad{s}).")) (|listOfMonoms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) "\\spad{listOfMonoms(l)} returns the list of the monomials forming \\spad{l}.")) (|outputForm| (((|OutputForm|) $ (|Mapping| (|OutputForm|) (|OutputForm|) (|OutputForm|)) (|Mapping| (|OutputForm|) (|OutputForm|) (|OutputForm|)) (|Integer|)) "\\spad{outputForm(l,{} fop,{} fexp,{} unit)} converts the monoid element represented by \\spad{l} to an \\spadtype{OutputForm}. Argument unit is the output form for the \\spadignore{unit} of the monoid (\\spadignore{e.g.} 0 or 1),{} \\spad{fop(a,{} b)} is the output form for the monoid operation applied to \\spad{a} and \\spad{b} (\\spadignore{e.g.} \\spad{a + b},{} \\spad{a * b},{} \\spad{ab}),{} and \\spad{fexp(a,{} n)} is the output form for the exponentiation operation applied to \\spad{a} and \\spad{n} (\\spadignore{e.g.} \\spad{n a},{} \\spad{n * a},{} \\spad{a ** n},{} \\spad{a\\^n}).")))
NIL
NIL
-(-634 A S)
+(-635 A S)
((|constructor| (NIL "A linear aggregate is an aggregate whose elements are indexed by integers. Examples of linear aggregates are strings,{} lists,{} and arrays. Most of the exported operations for linear aggregates are non-destructive but are not always efficient for a particular aggregate. For example,{} \\spadfun{concat} of two lists needs only to copy its first argument,{} whereas \\spadfun{concat} of two arrays needs to copy both arguments. Most of the operations exported here apply to infinite objects (\\spadignore{e.g.} streams) as well to finite ones. For finite linear aggregates,{} see \\spadtype{FiniteLinearAggregate}.")) (|setelt| ((|#2| $ (|UniversalSegment| (|Integer|)) |#2|) "\\spad{setelt(u,{}i..j,{}x)} (also written: \\axiom{\\spad{u}(\\spad{i}..\\spad{j}) \\spad{:=} \\spad{x}}) destructively replaces each element in the segment \\axiom{\\spad{u}(\\spad{i}..\\spad{j})} by \\spad{x}. The value \\spad{x} is returned. Note: \\spad{u} is destructively change so that \\axiom{\\spad{u}.\\spad{k} \\spad{:=} \\spad{x} for \\spad{k} in \\spad{i}..\\spad{j}}; its length remains unchanged.")) (|insert| (($ $ $ (|Integer|)) "\\spad{insert(v,{}u,{}k)} returns a copy of \\spad{u} having \\spad{v} inserted beginning at the \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{v},{}\\spad{u},{}\\spad{k}) = concat( \\spad{u}(0..\\spad{k}-1),{} \\spad{v},{} \\spad{u}(\\spad{k}..) )}.") (($ |#2| $ (|Integer|)) "\\spad{insert(x,{}u,{}i)} returns a copy of \\spad{u} having \\spad{x} as its \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{x},{}a,{}\\spad{k}) = concat(concat(a(0..\\spad{k}-1),{}\\spad{x}),{}a(\\spad{k}..))}.")) (|delete| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete(u,{}i..j)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th through \\axiom{\\spad{j}}th element deleted. Note: \\axiom{delete(a,{}\\spad{i}..\\spad{j}) = concat(a(0..\\spad{i}-1),{}a(\\spad{j+1}..))}.") (($ $ (|Integer|)) "\\spad{delete(u,{}i)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th element deleted. Note: for lists,{} \\axiom{delete(a,{}\\spad{i}) \\spad{==} concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|elt| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{elt(u,{}i..j)} (also written: \\axiom{a(\\spad{i}..\\spad{j})}) returns the aggregate of elements \\axiom{\\spad{u}} for \\spad{k} from \\spad{i} to \\spad{j} in that order. Note: in general,{} \\axiom{a.\\spad{s} = [a.\\spad{k} for \\spad{i} in \\spad{s}]}.")) (|map| (($ (|Mapping| |#2| |#2| |#2|) $ $) "\\spad{map(f,{}u,{}v)} returns a new collection \\spad{w} with elements \\axiom{\\spad{z} = \\spad{f}(\\spad{x},{}\\spad{y})} for corresponding elements \\spad{x} and \\spad{y} from \\spad{u} and \\spad{v}. Note: for linear aggregates,{} \\axiom{\\spad{w}.\\spad{i} = \\spad{f}(\\spad{u}.\\spad{i},{}\\spad{v}.\\spad{i})}.")) (|concat| (($ (|List| $)) "\\spad{concat(u)},{} where \\spad{u} is a lists of aggregates \\axiom{[a,{}\\spad{b},{}...,{}\\spad{c}]},{} returns a single aggregate consisting of the elements of \\axiom{a} followed by those of \\spad{b} followed ... by the elements of \\spad{c}. Note: \\axiom{concat(a,{}\\spad{b},{}...,{}\\spad{c}) = concat(a,{}concat(\\spad{b},{}...,{}\\spad{c}))}.") (($ $ $) "\\spad{concat(u,{}v)} returns an aggregate consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} then \\axiom{\\spad{w}.\\spad{i} = \\spad{u}.\\spad{i} for \\spad{i} in indices \\spad{u}} and \\axiom{\\spad{w}.(\\spad{j} + maxIndex \\spad{u}) = \\spad{v}.\\spad{j} for \\spad{j} in indices \\spad{v}}.") (($ |#2| $) "\\spad{concat(x,{}u)} returns aggregate \\spad{u} with additional element at the front. Note: for lists: \\axiom{concat(\\spad{x},{}\\spad{u}) \\spad{==} concat([\\spad{x}],{}\\spad{u})}.") (($ $ |#2|) "\\spad{concat(u,{}x)} returns aggregate \\spad{u} with additional element \\spad{x} at the end. Note: for lists,{} \\axiom{concat(\\spad{u},{}\\spad{x}) \\spad{==} concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#2|) "\\spad{new(n,{}x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4369)))
-(-635 S)
+((|HasAttribute| |#1| (QUOTE -4370)))
+(-636 S)
((|constructor| (NIL "A linear aggregate is an aggregate whose elements are indexed by integers. Examples of linear aggregates are strings,{} lists,{} and arrays. Most of the exported operations for linear aggregates are non-destructive but are not always efficient for a particular aggregate. For example,{} \\spadfun{concat} of two lists needs only to copy its first argument,{} whereas \\spadfun{concat} of two arrays needs to copy both arguments. Most of the operations exported here apply to infinite objects (\\spadignore{e.g.} streams) as well to finite ones. For finite linear aggregates,{} see \\spadtype{FiniteLinearAggregate}.")) (|setelt| ((|#1| $ (|UniversalSegment| (|Integer|)) |#1|) "\\spad{setelt(u,{}i..j,{}x)} (also written: \\axiom{\\spad{u}(\\spad{i}..\\spad{j}) \\spad{:=} \\spad{x}}) destructively replaces each element in the segment \\axiom{\\spad{u}(\\spad{i}..\\spad{j})} by \\spad{x}. The value \\spad{x} is returned. Note: \\spad{u} is destructively change so that \\axiom{\\spad{u}.\\spad{k} \\spad{:=} \\spad{x} for \\spad{k} in \\spad{i}..\\spad{j}}; its length remains unchanged.")) (|insert| (($ $ $ (|Integer|)) "\\spad{insert(v,{}u,{}k)} returns a copy of \\spad{u} having \\spad{v} inserted beginning at the \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{v},{}\\spad{u},{}\\spad{k}) = concat( \\spad{u}(0..\\spad{k}-1),{} \\spad{v},{} \\spad{u}(\\spad{k}..) )}.") (($ |#1| $ (|Integer|)) "\\spad{insert(x,{}u,{}i)} returns a copy of \\spad{u} having \\spad{x} as its \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{x},{}a,{}\\spad{k}) = concat(concat(a(0..\\spad{k}-1),{}\\spad{x}),{}a(\\spad{k}..))}.")) (|delete| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete(u,{}i..j)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th through \\axiom{\\spad{j}}th element deleted. Note: \\axiom{delete(a,{}\\spad{i}..\\spad{j}) = concat(a(0..\\spad{i}-1),{}a(\\spad{j+1}..))}.") (($ $ (|Integer|)) "\\spad{delete(u,{}i)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th element deleted. Note: for lists,{} \\axiom{delete(a,{}\\spad{i}) \\spad{==} concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|elt| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{elt(u,{}i..j)} (also written: \\axiom{a(\\spad{i}..\\spad{j})}) returns the aggregate of elements \\axiom{\\spad{u}} for \\spad{k} from \\spad{i} to \\spad{j} in that order. Note: in general,{} \\axiom{a.\\spad{s} = [a.\\spad{k} for \\spad{i} in \\spad{s}]}.")) (|map| (($ (|Mapping| |#1| |#1| |#1|) $ $) "\\spad{map(f,{}u,{}v)} returns a new collection \\spad{w} with elements \\axiom{\\spad{z} = \\spad{f}(\\spad{x},{}\\spad{y})} for corresponding elements \\spad{x} and \\spad{y} from \\spad{u} and \\spad{v}. Note: for linear aggregates,{} \\axiom{\\spad{w}.\\spad{i} = \\spad{f}(\\spad{u}.\\spad{i},{}\\spad{v}.\\spad{i})}.")) (|concat| (($ (|List| $)) "\\spad{concat(u)},{} where \\spad{u} is a lists of aggregates \\axiom{[a,{}\\spad{b},{}...,{}\\spad{c}]},{} returns a single aggregate consisting of the elements of \\axiom{a} followed by those of \\spad{b} followed ... by the elements of \\spad{c}. Note: \\axiom{concat(a,{}\\spad{b},{}...,{}\\spad{c}) = concat(a,{}concat(\\spad{b},{}...,{}\\spad{c}))}.") (($ $ $) "\\spad{concat(u,{}v)} returns an aggregate consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} then \\axiom{\\spad{w}.\\spad{i} = \\spad{u}.\\spad{i} for \\spad{i} in indices \\spad{u}} and \\axiom{\\spad{w}.(\\spad{j} + maxIndex \\spad{u}) = \\spad{v}.\\spad{j} for \\spad{j} in indices \\spad{v}}.") (($ |#1| $) "\\spad{concat(x,{}u)} returns aggregate \\spad{u} with additional element at the front. Note: for lists: \\axiom{concat(\\spad{x},{}\\spad{u}) \\spad{==} concat([\\spad{x}],{}\\spad{u})}.") (($ $ |#1|) "\\spad{concat(u,{}x)} returns aggregate \\spad{u} with additional element \\spad{x} at the end. Note: for lists,{} \\axiom{concat(\\spad{u},{}\\spad{x}) \\spad{==} concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#1|) "\\spad{new(n,{}x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-636 R -3220 L)
+(-637 R -3219 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
-(-637 A)
+(-638 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}}")))
-((-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-357))))
-(-638 A M)
+((-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-357))))
+(-639 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}")))
-((-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-357))))
-(-639 S A)
+((-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-357))))
+(-640 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 (-357))))
-(-640 A)
+(-641 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}.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
+((-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-641 -3220 UP)
+(-642 -3219 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))))
-(-642 A -2000)
+(-643 A -4311)
((|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}}")))
-((-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-357))))
-(-643 A L)
+((-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-357))))
+(-644 A L)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperatorsOps} provides symmetric products and sums for linear ordinary differential operators.")) (|directSum| ((|#2| |#2| |#2| (|Mapping| |#1| |#1|)) "\\spad{directSum(a,{}b,{}D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the sums of a solution of \\spad{a} by a solution of \\spad{b}. \\spad{D} is the derivation to use.")) (|symmetricPower| ((|#2| |#2| (|NonNegativeInteger|) (|Mapping| |#1| |#1|)) "\\spad{symmetricPower(a,{}n,{}D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of \\spad{n} solutions of \\spad{a}. \\spad{D} is the derivation to use.")) (|symmetricProduct| ((|#2| |#2| |#2| (|Mapping| |#1| |#1|)) "\\spad{symmetricProduct(a,{}b,{}D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of a solution of \\spad{a} by a solution of \\spad{b}. \\spad{D} is the derivation to use.")))
NIL
NIL
-(-644 S)
+(-645 S)
((|constructor| (NIL "`Logic' provides the basic operations for lattices,{} \\spadignore{e.g.} boolean algebra.")) (|\\/| (($ $ $) "\\spadignore{ \\/ } returns the logical `join',{} \\spadignore{e.g.} `or'.")) (|/\\| (($ $ $) "\\spadignore { /\\ }returns the logical `meet',{} \\spadignore{e.g.} `and'.")) (~ (($ $) "\\spad{~(x)} returns the logical complement of \\spad{x}.")))
NIL
NIL
-(-645)
+(-646)
((|constructor| (NIL "`Logic' provides the basic operations for lattices,{} \\spadignore{e.g.} boolean algebra.")) (|\\/| (($ $ $) "\\spadignore{ \\/ } returns the logical `join',{} \\spadignore{e.g.} `or'.")) (|/\\| (($ $ $) "\\spadignore { /\\ }returns the logical `meet',{} \\spadignore{e.g.} `and'.")) (~ (($ $) "\\spad{~(x)} returns the logical complement of \\spad{x}.")))
NIL
NIL
-(-646 M R S)
+(-647 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}.")))
-((-4363 . T) (-4362 . T))
-((|HasCategory| |#1| (QUOTE (-776))))
-(-647 R)
+((-4364 . T) (-4363 . T))
+((|HasCategory| |#1| (QUOTE (-777))))
+(-648 R)
((|constructor| (NIL "Given a PolynomialFactorizationExplicit ring,{} this package provides a defaulting rule for the \\spad{solveLinearPolynomialEquation} operation,{} by moving into the field of fractions,{} and solving it there via the \\spad{multiEuclidean} operation.")) (|solveLinearPolynomialEquationByFractions| (((|Union| (|List| (|SparseUnivariatePolynomial| |#1|)) "failed") (|List| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{solveLinearPolynomialEquationByFractions([f1,{} ...,{} fn],{} g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod \\spad{fi} = sum ai/fi} or returns \"failed\" if no such exists.")))
NIL
NIL
-(-648 |VarSet| R)
+(-649 |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) (-4363 . T) (-4362 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4364 . T) (-4363 . T))
((|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-169))))
-(-649 A S)
+(-650 A S)
((|constructor| (NIL "A list aggregate is a model for a linked list data structure. A linked list is a versatile data structure. Insertion and deletion are efficient and searching is a linear operation.")) (|list| (($ |#2|) "\\spad{list(x)} returns the list of one element \\spad{x}.")))
NIL
NIL
-(-650 S)
+(-651 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}.")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-651 -3220)
+(-652 -3219)
((|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
-(-652 -3220 |Row| |Col| M)
+(-653 -3219 |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
-(-653 R E OV P)
+(-654 R E OV P)
((|constructor| (NIL "this package finds the solutions of linear systems presented as a list of polynomials.")) (|linSolve| (((|Record| (|:| |particular| (|Union| (|Vector| (|Fraction| |#4|)) "failed")) (|:| |basis| (|List| (|Vector| (|Fraction| |#4|))))) (|List| |#4|) (|List| |#3|)) "\\spad{linSolve(lp,{}lvar)} finds the solutions of the linear system of polynomials \\spad{lp} = 0 with respect to the list of symbols \\spad{lvar}.")))
NIL
NIL
-(-654 |n| R)
+(-655 |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.")))
-((-4365 . T) (-4368 . T) (-4362 . T) (-4363 . T))
-((|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasAttribute| |#2| (QUOTE (-4370 "*"))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (-4029 (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-544))) (-4029 (|HasAttribute| |#2| (QUOTE (-4370 "*"))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-169))))
-(-655)
+((-4366 . T) (-4369 . T) (-4363 . T) (-4364 . T))
+((|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasAttribute| |#2| (QUOTE (-4371 "*"))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (-4028 (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-545))) (-4028 (|HasAttribute| |#2| (QUOTE (-4371 "*"))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-169))))
+(-656)
((|constructor| (NIL "This domain represents `literal sequence' syntax.")) (|elements| (((|List| (|SpadAst|)) $) "\\spad{elements(e)} returns the list of expressions in the `literal' list `e'.")))
NIL
NIL
-(-656 |VarSet|)
+(-657 |VarSet|)
((|constructor| (NIL "Lyndon words over arbitrary (ordered) symbols: see Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). A Lyndon word is a word which is smaller than any of its right factors \\spad{w}.\\spad{r}.\\spad{t}. the pure lexicographical ordering. If \\axiom{a} and \\axiom{\\spad{b}} are two Lyndon words such that \\axiom{a < \\spad{b}} holds \\spad{w}.\\spad{r}.\\spad{t} lexicographical ordering then \\axiom{a*b} is a Lyndon word. Parenthesized Lyndon words can be generated from symbols by using the following rule: \\axiom{[[a,{}\\spad{b}],{}\\spad{c}]} is a Lyndon word iff \\axiom{a*b < \\spad{c} \\spad{<=} \\spad{b}} holds. Lyndon words are internally represented by binary trees using the \\spadtype{Magma} domain constructor. Two ordering are provided: lexicographic and length-lexicographic. \\newline Author : Michel Petitot (petitot@lifl.\\spad{fr}).")) (|LyndonWordsList| (((|List| $) (|List| |#1|) (|PositiveInteger|)) "\\axiom{LyndonWordsList(\\spad{vl},{} \\spad{n})} returns the list of Lyndon words over the alphabet \\axiom{\\spad{vl}},{} up to order \\axiom{\\spad{n}}.")) (|LyndonWordsList1| (((|OneDimensionalArray| (|List| $)) (|List| |#1|) (|PositiveInteger|)) "\\axiom{LyndonWordsList1(\\spad{vl},{} \\spad{n})} returns an array of lists of Lyndon words over the alphabet \\axiom{\\spad{vl}},{} up to order \\axiom{\\spad{n}}.")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{x})} returns the list of distinct entries of \\axiom{\\spad{x}}.")) (|lyndonIfCan| (((|Union| $ "failed") (|OrderedFreeMonoid| |#1|)) "\\axiom{lyndonIfCan(\\spad{w})} convert \\axiom{\\spad{w}} into a Lyndon word.")) (|lyndon| (($ (|OrderedFreeMonoid| |#1|)) "\\axiom{lyndon(\\spad{w})} convert \\axiom{\\spad{w}} into a Lyndon word,{} error if \\axiom{\\spad{w}} is not a Lyndon word.")) (|lyndon?| (((|Boolean|) (|OrderedFreeMonoid| |#1|)) "\\axiom{lyndon?(\\spad{w})} test if \\axiom{\\spad{w}} is a Lyndon word.")) (|factor| (((|List| $) (|OrderedFreeMonoid| |#1|)) "\\axiom{factor(\\spad{x})} returns the decreasing factorization into Lyndon words.")) (|coerce| (((|Magma| |#1|) $) "\\axiom{coerce(\\spad{x})} returns the element of \\axiomType{Magma}(VarSet) corresponding to \\axiom{\\spad{x}}.") (((|OrderedFreeMonoid| |#1|) $) "\\axiom{coerce(\\spad{x})} returns the element of \\axiomType{OrderedFreeMonoid}(VarSet) corresponding to \\axiom{\\spad{x}}.")) (|lexico| (((|Boolean|) $ $) "\\axiom{lexico(\\spad{x},{}\\spad{y})} returns \\axiom{\\spad{true}} iff \\axiom{\\spad{x}} is smaller than \\axiom{\\spad{y}} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\axiom{VarSet}.")) (|length| (((|PositiveInteger|) $) "\\axiom{length(\\spad{x})} returns the number of entries in \\axiom{\\spad{x}}.")) (|right| (($ $) "\\axiom{right(\\spad{x})} returns right subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{LyndonWord}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|left| (($ $) "\\axiom{left(\\spad{x})} returns left subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{LyndonWord}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|retractable?| (((|Boolean|) $) "\\axiom{retractable?(\\spad{x})} tests if \\axiom{\\spad{x}} is a tree with only one entry.")))
NIL
NIL
-(-657 A S)
+(-658 A S)
((|constructor| (NIL "LazyStreamAggregate is the category of streams with lazy evaluation. It is understood that the function 'empty?' will cause lazy evaluation if necessary to determine if there are entries. Functions which call 'empty?',{} \\spadignore{e.g.} 'first' and 'rest',{} will also cause lazy evaluation if necessary.")) (|complete| (($ $) "\\spad{complete(st)} causes all entries of 'st' to be computed. this function should only be called on streams which are known to be finite.")) (|extend| (($ $ (|Integer|)) "\\spad{extend(st,{}n)} causes entries to be computed,{} if necessary,{} so that 'st' will have at least \\spad{'n'} explicit entries or so that all entries of 'st' will be computed if 'st' is finite with length \\spad{<=} \\spad{n}.")) (|numberOfComputedEntries| (((|NonNegativeInteger|) $) "\\spad{numberOfComputedEntries(st)} returns the number of explicitly computed entries of stream \\spad{st} which exist immediately prior to the time this function is called.")) (|rst| (($ $) "\\spad{rst(s)} returns a pointer to the next node of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|frst| ((|#2| $) "\\spad{frst(s)} returns the first element of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|lazyEvaluate| (($ $) "\\spad{lazyEvaluate(s)} causes one lazy evaluation of stream \\spad{s}. Caution: the first node must be a lazy evaluation mechanism (satisfies \\spad{lazy?(s) = true}) as there is no error check. Note: a call to this function may or may not produce an explicit first entry")) (|lazy?| (((|Boolean|) $) "\\spad{lazy?(s)} returns \\spad{true} if the first node of the stream \\spad{s} is a lazy evaluation mechanism which could produce an additional entry to \\spad{s}.")) (|explicitlyEmpty?| (((|Boolean|) $) "\\spad{explicitlyEmpty?(s)} returns \\spad{true} if the stream is an (explicitly) empty stream. Note: this is a null test which will not cause lazy evaluation.")) (|explicitEntries?| (((|Boolean|) $) "\\spad{explicitEntries?(s)} returns \\spad{true} if the stream \\spad{s} has explicitly computed entries,{} and \\spad{false} otherwise.")) (|select| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select(f,{}st)} returns a stream consisting of those elements of stream \\spad{st} satisfying the predicate \\spad{f}. Note: \\spad{select(f,{}st) = [x for x in st | f(x)]}.")) (|remove| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove(f,{}st)} returns a stream consisting of those elements of stream \\spad{st} which do not satisfy the predicate \\spad{f}. Note: \\spad{remove(f,{}st) = [x for x in st | not f(x)]}.")))
NIL
NIL
-(-658 S)
+(-659 S)
((|constructor| (NIL "LazyStreamAggregate is the category of streams with lazy evaluation. It is understood that the function 'empty?' will cause lazy evaluation if necessary to determine if there are entries. Functions which call 'empty?',{} \\spadignore{e.g.} 'first' and 'rest',{} will also cause lazy evaluation if necessary.")) (|complete| (($ $) "\\spad{complete(st)} causes all entries of 'st' to be computed. this function should only be called on streams which are known to be finite.")) (|extend| (($ $ (|Integer|)) "\\spad{extend(st,{}n)} causes entries to be computed,{} if necessary,{} so that 'st' will have at least \\spad{'n'} explicit entries or so that all entries of 'st' will be computed if 'st' is finite with length \\spad{<=} \\spad{n}.")) (|numberOfComputedEntries| (((|NonNegativeInteger|) $) "\\spad{numberOfComputedEntries(st)} returns the number of explicitly computed entries of stream \\spad{st} which exist immediately prior to the time this function is called.")) (|rst| (($ $) "\\spad{rst(s)} returns a pointer to the next node of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|frst| ((|#1| $) "\\spad{frst(s)} returns the first element of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|lazyEvaluate| (($ $) "\\spad{lazyEvaluate(s)} causes one lazy evaluation of stream \\spad{s}. Caution: the first node must be a lazy evaluation mechanism (satisfies \\spad{lazy?(s) = true}) as there is no error check. Note: a call to this function may or may not produce an explicit first entry")) (|lazy?| (((|Boolean|) $) "\\spad{lazy?(s)} returns \\spad{true} if the first node of the stream \\spad{s} is a lazy evaluation mechanism which could produce an additional entry to \\spad{s}.")) (|explicitlyEmpty?| (((|Boolean|) $) "\\spad{explicitlyEmpty?(s)} returns \\spad{true} if the stream is an (explicitly) empty stream. Note: this is a null test which will not cause lazy evaluation.")) (|explicitEntries?| (((|Boolean|) $) "\\spad{explicitEntries?(s)} returns \\spad{true} if the stream \\spad{s} has explicitly computed entries,{} and \\spad{false} otherwise.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(f,{}st)} returns a stream consisting of those elements of stream \\spad{st} satisfying the predicate \\spad{f}. Note: \\spad{select(f,{}st) = [x for x in st | f(x)]}.")) (|remove| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove(f,{}st)} returns a stream consisting of those elements of stream \\spad{st} which do not satisfy the predicate \\spad{f}. Note: \\spad{remove(f,{}st) = [x for x in st | not f(x)]}.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-659 R)
+(-660 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
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (QUOTE (-1030))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-660)
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (QUOTE (-1031))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-661)
((|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
NIL
-(-661 |VarSet|)
+(-662 |VarSet|)
((|constructor| (NIL "This type is the basic representation of parenthesized words (binary trees over arbitrary symbols) useful in \\spadtype{LiePolynomial}. \\newline Author: Michel Petitot (petitot@lifl.\\spad{fr}).")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{x})} returns the list of distinct entries of \\axiom{\\spad{x}}.")) (|right| (($ $) "\\axiom{right(\\spad{x})} returns right subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|retractable?| (((|Boolean|) $) "\\axiom{retractable?(\\spad{x})} tests if \\axiom{\\spad{x}} is a tree with only one entry.")) (|rest| (($ $) "\\axiom{rest(\\spad{x})} return \\axiom{\\spad{x}} without the first entry or error if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|mirror| (($ $) "\\axiom{mirror(\\spad{x})} returns the reversed word of \\axiom{\\spad{x}}. That is \\axiom{\\spad{x}} itself if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true} and \\axiom{mirror(\\spad{z}) * mirror(\\spad{y})} if \\axiom{\\spad{x}} is \\axiom{\\spad{y*z}}.")) (|lexico| (((|Boolean|) $ $) "\\axiom{lexico(\\spad{x},{}\\spad{y})} returns \\axiom{\\spad{true}} iff \\axiom{\\spad{x}} is smaller than \\axiom{\\spad{y}} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\axiom{VarSet}. \\spad{N}.\\spad{B}. This operation does not take into account the tree structure of its arguments. Thus this is not a total ordering.")) (|length| (((|PositiveInteger|) $) "\\axiom{length(\\spad{x})} returns the number of entries in \\axiom{\\spad{x}}.")) (|left| (($ $) "\\axiom{left(\\spad{x})} returns left subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|first| ((|#1| $) "\\axiom{first(\\spad{x})} returns the first entry of the tree \\axiom{\\spad{x}}.")) (|coerce| (((|OrderedFreeMonoid| |#1|) $) "\\axiom{coerce(\\spad{x})} returns the element of \\axiomType{OrderedFreeMonoid}(VarSet) corresponding to \\axiom{\\spad{x}} by removing parentheses.")) (* (($ $ $) "\\axiom{x*y} returns the tree \\axiom{[\\spad{x},{}\\spad{y}]}.")))
NIL
NIL
-(-662 A)
+(-663 A)
((|constructor| (NIL "various Currying operations.")) (|recur| ((|#1| (|Mapping| |#1| (|NonNegativeInteger|) |#1|) (|NonNegativeInteger|) |#1|) "\\spad{recur(n,{}g,{}x)} is \\spad{g(n,{}g(n-1,{}..g(1,{}x)..))}.")) (|iter| ((|#1| (|Mapping| |#1| |#1|) (|NonNegativeInteger|) |#1|) "\\spad{iter(f,{}n,{}x)} applies \\spad{f n} times to \\spad{x}.")))
NIL
NIL
-(-663 A C)
+(-664 A C)
((|constructor| (NIL "various Currying operations.")) (|arg2| ((|#2| |#1| |#2|) "\\spad{arg2(a,{}c)} selects its second argument.")) (|arg1| ((|#1| |#1| |#2|) "\\spad{arg1(a,{}c)} selects its first argument.")))
NIL
NIL
-(-664 A B C)
+(-665 A B C)
((|constructor| (NIL "various Currying operations.")) (|comp| ((|#3| (|Mapping| |#3| |#2|) (|Mapping| |#2| |#1|) |#1|) "\\spad{comp(f,{}g,{}x)} is \\spad{f(g x)}.")))
NIL
NIL
-(-665)
+(-666)
((|constructor| (NIL "This domain represents a mapping type AST. A mapping AST \\indented{2}{is a syntactic description of a function type,{} \\spadignore{e.g.} its result} \\indented{2}{type and the list of its argument types.}")) (|target| (((|TypeAst|) $) "\\spad{target(s)} returns the result type AST for \\spad{`s'}.")) (|source| (((|List| (|TypeAst|)) $) "\\spad{source(s)} returns the parameter type AST list of \\spad{`s'}.")) (|mappingAst| (($ (|List| (|TypeAst|)) (|TypeAst|)) "\\spad{mappingAst(s,{}t)} builds the mapping AST \\spad{s} \\spad{->} \\spad{t}")) (|coerce| (($ (|Signature|)) "sig::MappingAst builds a MappingAst from the Signature `sig'.")))
NIL
NIL
-(-666 A)
+(-667 A)
((|constructor| (NIL "various Currying operations.")) (|recur| (((|Mapping| |#1| (|NonNegativeInteger|) |#1|) (|Mapping| |#1| (|NonNegativeInteger|) |#1|)) "\\spad{recur(g)} is the function \\spad{h} such that \\indented{1}{\\spad{h(n,{}x)= g(n,{}g(n-1,{}..g(1,{}x)..))}.}")) (** (((|Mapping| |#1| |#1|) (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{f**n} is the function which is the \\spad{n}-fold application \\indented{1}{of \\spad{f}.}")) (|id| ((|#1| |#1|) "\\spad{id x} is \\spad{x}.")) (|fixedPoint| (((|List| |#1|) (|Mapping| (|List| |#1|) (|List| |#1|)) (|Integer|)) "\\spad{fixedPoint(f,{}n)} is the fixed point of function \\indented{1}{\\spad{f} which is assumed to transform a list of length} \\indented{1}{\\spad{n}.}") ((|#1| (|Mapping| |#1| |#1|)) "\\spad{fixedPoint f} is the fixed point of function \\spad{f}. \\indented{1}{\\spadignore{i.e.} such that \\spad{fixedPoint f = f(fixedPoint f)}.}")) (|coerce| (((|Mapping| |#1|) |#1|) "\\spad{coerce A} changes its argument into a \\indented{1}{nullary function.}")) (|nullary| (((|Mapping| |#1|) |#1|) "\\spad{nullary A} changes its argument into a \\indented{1}{nullary function.}")))
NIL
NIL
-(-667 A C)
+(-668 A C)
((|constructor| (NIL "various Currying operations.")) (|diag| (((|Mapping| |#2| |#1|) (|Mapping| |#2| |#1| |#1|)) "\\spad{diag(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g a = f(a,{}a)}.}")) (|constant| (((|Mapping| |#2| |#1|) (|Mapping| |#2|)) "\\spad{vu(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g a= f ()}.}")) (|curry| (((|Mapping| |#2|) (|Mapping| |#2| |#1|) |#1|) "\\spad{cu(f,{}a)} is the function \\spad{g} \\indented{1}{such that \\spad{g ()= f a}.}")) (|const| (((|Mapping| |#2| |#1|) |#2|) "\\spad{const c} is a function which produces \\spad{c} when \\indented{1}{applied to its argument.}")))
NIL
NIL
-(-668 A B C)
+(-669 A B C)
((|constructor| (NIL "various Currying operations.")) (* (((|Mapping| |#3| |#1|) (|Mapping| |#3| |#2|) (|Mapping| |#2| |#1|)) "\\spad{f*g} is the function \\spad{h} \\indented{1}{such that \\spad{h x= f(g x)}.}")) (|twist| (((|Mapping| |#3| |#2| |#1|) (|Mapping| |#3| |#1| |#2|)) "\\spad{twist(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g (a,{}b)= f(b,{}a)}.}")) (|constantLeft| (((|Mapping| |#3| |#1| |#2|) (|Mapping| |#3| |#2|)) "\\spad{constantLeft(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g (a,{}b)= f b}.}")) (|constantRight| (((|Mapping| |#3| |#1| |#2|) (|Mapping| |#3| |#1|)) "\\spad{constantRight(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g (a,{}b)= f a}.}")) (|curryLeft| (((|Mapping| |#3| |#2|) (|Mapping| |#3| |#1| |#2|) |#1|) "\\spad{curryLeft(f,{}a)} is the function \\spad{g} \\indented{1}{such that \\spad{g b = f(a,{}b)}.}")) (|curryRight| (((|Mapping| |#3| |#1|) (|Mapping| |#3| |#1| |#2|) |#2|) "\\spad{curryRight(f,{}b)} is the function \\spad{g} such that \\indented{1}{\\spad{g a = f(a,{}b)}.}")))
NIL
NIL
-(-669 R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
+(-670 R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
((|constructor| (NIL "\\spadtype{MatrixCategoryFunctions2} provides functions between two matrix domains. The functions provided are \\spadfun{map} and \\spadfun{reduce}.")) (|reduce| ((|#5| (|Mapping| |#5| |#1| |#5|) |#4| |#5|) "\\spad{reduce(f,{}m,{}r)} returns a matrix \\spad{n} where \\spad{n[i,{}j] = f(m[i,{}j],{}r)} for all indices \\spad{i} and \\spad{j}.")) (|map| (((|Union| |#8| "failed") (|Mapping| (|Union| |#5| "failed") |#1|) |#4|) "\\spad{map(f,{}m)} applies the function \\spad{f} to the elements of the matrix \\spad{m}.") ((|#8| (|Mapping| |#5| |#1|) |#4|) "\\spad{map(f,{}m)} applies the function \\spad{f} to the elements of the matrix \\spad{m}.")))
NIL
NIL
-(-670 S R |Row| |Col|)
+(-671 S R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#2| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#2| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#4|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#2|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(m,{}r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#3| |#3| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#4| $ |#4|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#2|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#2| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,{}i1,{}j1,{}y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,{}j)} is set to \\spad{y(i-i1+1,{}j-j1+1)} for \\spad{i = i1,{}...,{}i1-1+nrows y} and \\spad{j = j1,{}...,{}j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,{}i1,{}i2,{}j1,{}j2)} extracts the submatrix \\spad{[x(i,{}j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,{}i,{}j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,{}i,{}j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,{}rowList,{}colList,{}y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,{}i<2>,{}...,{}i<m>]} and \\spad{colList = [j<1>,{}j<2>,{}...,{}j<n>]},{} then \\spad{x(i<k>,{}j<l>)} is set to \\spad{y(k,{}l)} for \\spad{k = 1,{}...,{}m} and \\spad{l = 1,{}...,{}n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,{}rowList,{}colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,{}i<2>,{}...,{}i<m>]} and \\spad{colList = [j<1>,{}j<2>,{}...,{}j<n>]},{} then the \\spad{(k,{}l)}th entry of \\spad{elt(x,{}rowList,{}colList)} is \\spad{x(i<k>,{}j<l>)}.")) (|listOfLists| (((|List| (|List| |#2|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,{}y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,{}y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#3|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#4|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,{}...,{}mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{\\spad{ri} := nrows \\spad{mi}},{} \\spad{\\spad{ci} := ncols \\spad{mi}},{} then \\spad{m} is an (\\spad{r1+}..\\spad{+rk}) by (\\spad{c1+}..\\spad{+ck}) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#2|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#2|) "\\spad{scalarMatrix(n,{}r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}\\spad{'s} on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|List| (|List| |#2|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,{}n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,{}j] = -m[j,{}i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,{}j] = m[j,{}i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
NIL
-((|HasAttribute| |#2| (QUOTE (-4370 "*"))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-544))))
-(-671 R |Row| |Col|)
+((|HasAttribute| |#2| (QUOTE (-4371 "*"))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-545))))
+(-672 R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#1| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#1| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#3|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#1|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(m,{}r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#2| |#2| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#3| $ |#3|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#1|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#1| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,{}i1,{}j1,{}y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,{}j)} is set to \\spad{y(i-i1+1,{}j-j1+1)} for \\spad{i = i1,{}...,{}i1-1+nrows y} and \\spad{j = j1,{}...,{}j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,{}i1,{}i2,{}j1,{}j2)} extracts the submatrix \\spad{[x(i,{}j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,{}i,{}j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,{}i,{}j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,{}rowList,{}colList,{}y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,{}i<2>,{}...,{}i<m>]} and \\spad{colList = [j<1>,{}j<2>,{}...,{}j<n>]},{} then \\spad{x(i<k>,{}j<l>)} is set to \\spad{y(k,{}l)} for \\spad{k = 1,{}...,{}m} and \\spad{l = 1,{}...,{}n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,{}rowList,{}colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,{}i<2>,{}...,{}i<m>]} and \\spad{colList = [j<1>,{}j<2>,{}...,{}j<n>]},{} then the \\spad{(k,{}l)}th entry of \\spad{elt(x,{}rowList,{}colList)} is \\spad{x(i<k>,{}j<l>)}.")) (|listOfLists| (((|List| (|List| |#1|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,{}y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,{}y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#2|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#3|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,{}...,{}mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{\\spad{ri} := nrows \\spad{mi}},{} \\spad{\\spad{ci} := ncols \\spad{mi}},{} then \\spad{m} is an (\\spad{r1+}..\\spad{+rk}) by (\\spad{c1+}..\\spad{+ck}) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#1|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#1|) "\\spad{scalarMatrix(n,{}r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}\\spad{'s} on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|List| (|List| |#1|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,{}n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,{}j] = -m[j,{}i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,{}j] = m[j,{}i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
-((-4368 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4370 . T) (-4284 . T))
NIL
-(-672 R |Row| |Col| M)
+(-673 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.")))
NIL
-((|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-544))))
-(-673 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.")))
-((-4368 . T) (-4369 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-544))) (|HasAttribute| |#1| (QUOTE (-4370 "*"))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-545))))
(-674 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.")))
+((-4369 . T) (-4370 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-545))) (|HasAttribute| |#1| (QUOTE (-4371 "*"))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-675 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
NIL
-(-675 T$)
+(-676 T$)
((|constructor| (NIL "This domain implements the notion of optional vallue,{} where a computation may fail to produce expected value.")) (|nothing| (($) "represents failure.")) (|autoCoerce| ((|#1| $) "same as above but implicitly called by the compiler.")) (|coerce| ((|#1| $) "x::T tries to extract the value of \\spad{T} from the computation \\spad{x}. Produces a runtime error when the computation fails.") (($ |#1|) "x::T injects the value \\spad{x} into \\%.")) (|case| (((|Boolean|) $ (|[\|\|]| |nothing|)) "\\spad{x case nothing} evaluates \\spad{true} 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}.")))
NIL
NIL
-(-676 S -3220 FLAF FLAS)
+(-677 S -3219 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
-(-677 R Q)
+(-678 R Q)
((|constructor| (NIL "MatrixCommonDenominator provides functions to compute the common denominator of a matrix of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| (|Matrix| |#1|)) (|:| |den| |#1|)) (|Matrix| |#2|)) "\\spad{splitDenominator(q)} returns \\spad{[p,{} d]} such that \\spad{q = p/d} and \\spad{d} is a common denominator for the elements of \\spad{q}.")) (|clearDenominator| (((|Matrix| |#1|) (|Matrix| |#2|)) "\\spad{clearDenominator(q)} returns \\spad{p} such that \\spad{q = p/d} where \\spad{d} is a common denominator for the elements of \\spad{q}.")) (|commonDenominator| ((|#1| (|Matrix| |#2|)) "\\spad{commonDenominator(q)} returns a common denominator \\spad{d} for the elements of \\spad{q}.")))
NIL
NIL
-(-678)
+(-679)
((|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")))
-((-4361 . T) (-4366 |has| (-683) (-357)) (-4360 |has| (-683) (-357)) (-4367 |has| (-683) (-6 -4367)) (-4364 |has| (-683) (-6 -4364)) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-683) (QUOTE (-144))) (|HasCategory| (-683) (QUOTE (-142))) (|HasCategory| (-683) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-683) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| (-683) (QUOTE (-362))) (|HasCategory| (-683) (QUOTE (-357))) (|HasCategory| (-683) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-683) (QUOTE (-228))) (-4029 (|HasCategory| (-683) (QUOTE (-357))) (|HasCategory| (-683) (QUOTE (-343)))) (|HasCategory| (-683) (QUOTE (-343))) (|HasCategory| (-683) (LIST (QUOTE -280) (QUOTE (-683)) (QUOTE (-683)))) (|HasCategory| (-683) (LIST (QUOTE -303) (QUOTE (-683)))) (|HasCategory| (-683) (LIST (QUOTE -506) (QUOTE (-1154)) (QUOTE (-683)))) (|HasCategory| (-683) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| (-683) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| (-683) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| (-683) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (-4029 (|HasCategory| (-683) (QUOTE (-301))) (|HasCategory| (-683) (QUOTE (-357))) (|HasCategory| (-683) (QUOTE (-343)))) (|HasCategory| (-683) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-683) (QUOTE (-1003))) (|HasCategory| (-683) (QUOTE (-1176))) (-12 (|HasCategory| (-683) (QUOTE (-983))) (|HasCategory| (-683) (QUOTE (-1176)))) (-4029 (-12 (|HasCategory| (-683) (QUOTE (-301))) (|HasCategory| (-683) (QUOTE (-890)))) (|HasCategory| (-683) (QUOTE (-357))) (-12 (|HasCategory| (-683) (QUOTE (-343))) (|HasCategory| (-683) (QUOTE (-890))))) (-4029 (-12 (|HasCategory| (-683) (QUOTE (-301))) (|HasCategory| (-683) (QUOTE (-890)))) (-12 (|HasCategory| (-683) (QUOTE (-357))) (|HasCategory| (-683) (QUOTE (-890)))) (-12 (|HasCategory| (-683) (QUOTE (-343))) (|HasCategory| (-683) (QUOTE (-890))))) (|HasCategory| (-683) (QUOTE (-537))) (-12 (|HasCategory| (-683) (QUOTE (-1039))) (|HasCategory| (-683) (QUOTE (-1176)))) (|HasCategory| (-683) (QUOTE (-1039))) (-4029 (|HasCategory| (-683) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-683) (QUOTE (-357)))) (|HasCategory| (-683) (QUOTE (-301))) (|HasCategory| (-683) (QUOTE (-890))) (-4029 (-12 (|HasCategory| (-683) (QUOTE (-301))) (|HasCategory| (-683) (QUOTE (-890)))) (|HasCategory| (-683) (QUOTE (-357)))) (-4029 (-12 (|HasCategory| (-683) (QUOTE (-301))) (|HasCategory| (-683) (QUOTE (-890)))) (|HasCategory| (-683) (QUOTE (-544)))) (-12 (|HasCategory| (-683) (QUOTE (-228))) (|HasCategory| (-683) (QUOTE (-357)))) (-12 (|HasCategory| (-683) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-683) (QUOTE (-357)))) (|HasCategory| (-683) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-683) (QUOTE (-832))) (|HasCategory| (-683) (QUOTE (-544))) (|HasAttribute| (-683) (QUOTE -4367)) (|HasAttribute| (-683) (QUOTE -4364)) (-12 (|HasCategory| (-683) (QUOTE (-301))) (|HasCategory| (-683) (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-683) (QUOTE (-301))) (|HasCategory| (-683) (QUOTE (-890)))) (|HasCategory| (-683) (QUOTE (-142)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-683) (QUOTE (-301))) (|HasCategory| (-683) (QUOTE (-890)))) (|HasCategory| (-683) (QUOTE (-343)))))
-(-679 S)
+((-4362 . T) (-4367 |has| (-684) (-357)) (-4361 |has| (-684) (-357)) (-4368 |has| (-684) (-6 -4368)) (-4365 |has| (-684) (-6 -4365)) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-684) (QUOTE (-144))) (|HasCategory| (-684) (QUOTE (-142))) (|HasCategory| (-684) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-684) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| (-684) (QUOTE (-362))) (|HasCategory| (-684) (QUOTE (-357))) (|HasCategory| (-684) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-684) (QUOTE (-228))) (-4028 (|HasCategory| (-684) (QUOTE (-357))) (|HasCategory| (-684) (QUOTE (-343)))) (|HasCategory| (-684) (QUOTE (-343))) (|HasCategory| (-684) (LIST (QUOTE -280) (QUOTE (-684)) (QUOTE (-684)))) (|HasCategory| (-684) (LIST (QUOTE -303) (QUOTE (-684)))) (|HasCategory| (-684) (LIST (QUOTE -507) (QUOTE (-1155)) (QUOTE (-684)))) (|HasCategory| (-684) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| (-684) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| (-684) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| (-684) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (-4028 (|HasCategory| (-684) (QUOTE (-301))) (|HasCategory| (-684) (QUOTE (-357))) (|HasCategory| (-684) (QUOTE (-343)))) (|HasCategory| (-684) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-684) (QUOTE (-1004))) (|HasCategory| (-684) (QUOTE (-1177))) (-12 (|HasCategory| (-684) (QUOTE (-984))) (|HasCategory| (-684) (QUOTE (-1177)))) (-4028 (-12 (|HasCategory| (-684) (QUOTE (-301))) (|HasCategory| (-684) (QUOTE (-891)))) (|HasCategory| (-684) (QUOTE (-357))) (-12 (|HasCategory| (-684) (QUOTE (-343))) (|HasCategory| (-684) (QUOTE (-891))))) (-4028 (-12 (|HasCategory| (-684) (QUOTE (-301))) (|HasCategory| (-684) (QUOTE (-891)))) (-12 (|HasCategory| (-684) (QUOTE (-357))) (|HasCategory| (-684) (QUOTE (-891)))) (-12 (|HasCategory| (-684) (QUOTE (-343))) (|HasCategory| (-684) (QUOTE (-891))))) (|HasCategory| (-684) (QUOTE (-538))) (-12 (|HasCategory| (-684) (QUOTE (-1040))) (|HasCategory| (-684) (QUOTE (-1177)))) (|HasCategory| (-684) (QUOTE (-1040))) (-4028 (|HasCategory| (-684) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-684) (QUOTE (-357)))) (|HasCategory| (-684) (QUOTE (-301))) (|HasCategory| (-684) (QUOTE (-891))) (-4028 (-12 (|HasCategory| (-684) (QUOTE (-301))) (|HasCategory| (-684) (QUOTE (-891)))) (|HasCategory| (-684) (QUOTE (-357)))) (-4028 (-12 (|HasCategory| (-684) (QUOTE (-301))) (|HasCategory| (-684) (QUOTE (-891)))) (|HasCategory| (-684) (QUOTE (-545)))) (-12 (|HasCategory| (-684) (QUOTE (-228))) (|HasCategory| (-684) (QUOTE (-357)))) (-12 (|HasCategory| (-684) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-684) (QUOTE (-357)))) (|HasCategory| (-684) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-684) (QUOTE (-833))) (|HasCategory| (-684) (QUOTE (-545))) (|HasAttribute| (-684) (QUOTE -4368)) (|HasAttribute| (-684) (QUOTE -4365)) (-12 (|HasCategory| (-684) (QUOTE (-301))) (|HasCategory| (-684) (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-684) (QUOTE (-301))) (|HasCategory| (-684) (QUOTE (-891)))) (|HasCategory| (-684) (QUOTE (-142)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-684) (QUOTE (-301))) (|HasCategory| (-684) (QUOTE (-891)))) (|HasCategory| (-684) (QUOTE (-343)))))
+(-680 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}.")))
-((-4369 . T) (-4283 . T))
+((-4370 . T) (-4284 . T))
NIL
-(-680 U)
+(-681 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}.")))
NIL
NIL
-(-681)
+(-682)
((|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
-(-682 OV E -3220 PG)
+(-683 OV E -3219 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
-(-683)
+(-684)
((|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}")))
-((-4311 . T) (-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4312 . T) (-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-684 R)
+(-685 R)
((|constructor| (NIL "\\indented{1}{Modular hermitian row reduction.} Author: Manuel Bronstein Date Created: 22 February 1989 Date Last Updated: 24 November 1993 Keywords: matrix,{} reduction.")) (|normalizedDivide| (((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|) "\\spad{normalizedDivide(n,{}d)} returns a normalized quotient and remainder such that consistently unique representatives for the residue class are chosen,{} \\spadignore{e.g.} positive remainders")) (|rowEchelonLocal| (((|Matrix| |#1|) (|Matrix| |#1|) |#1| |#1|) "\\spad{rowEchelonLocal(m,{} d,{} p)} computes the row-echelon form of \\spad{m} concatenated with \\spad{d} times the identity matrix over a local ring where \\spad{p} is the only prime.")) (|rowEchLocal| (((|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{rowEchLocal(m,{}p)} computes a modular row-echelon form of \\spad{m},{} finding an appropriate modulus over a local ring where \\spad{p} is the only prime.")) (|rowEchelon| (((|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{rowEchelon(m,{} d)} computes a modular row-echelon form mod \\spad{d} of \\indented{3}{[\\spad{d}\\space{5}]} \\indented{3}{[\\space{2}\\spad{d}\\space{3}]} \\indented{3}{[\\space{4}. ]} \\indented{3}{[\\space{5}\\spad{d}]} \\indented{3}{[\\space{3}\\spad{M}\\space{2}]} where \\spad{M = m mod d}.")) (|rowEch| (((|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{rowEch(m)} computes a modular row-echelon form of \\spad{m},{} finding an appropriate modulus.")))
NIL
NIL
-(-685)
+(-686)
((|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}")))
-((-4367 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4368 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-686 S D1 D2 I)
+(-687 S D1 D2 I)
((|constructor| (NIL "transforms top-level objects into compiled functions.")) (|compiledFunction| (((|Mapping| |#4| |#2| |#3|) |#1| (|Symbol|) (|Symbol|)) "\\spad{compiledFunction(expr,{}x,{}y)} returns a function \\spad{f: (D1,{} D2) -> I} defined by \\spad{f(x,{} y) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\spad{(D1,{} D2)}")) (|binaryFunction| (((|Mapping| |#4| |#2| |#3|) (|Symbol|)) "\\spad{binaryFunction(s)} is a local function")))
NIL
NIL
-(-687 S)
+(-688 S)
((|constructor| (NIL "MakeCachableSet(\\spad{S}) returns a cachable set which is equal to \\spad{S} as a set.")) (|coerce| (($ |#1|) "\\spad{coerce(s)} returns \\spad{s} viewed as an element of \\%.")))
NIL
NIL
-(-688 S)
+(-689 S)
((|constructor| (NIL "MakeFloatCompiledFunction transforms top-level objects into compiled Lisp functions whose arguments are Lisp floats. This by-passes the \\Language{} compiler and interpreter,{} thereby gaining several orders of magnitude.")) (|makeFloatFunction| (((|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) |#1| (|Symbol|) (|Symbol|)) "\\spad{makeFloatFunction(expr,{} x,{} y)} returns a Lisp function \\spad{f: (\\axiomType{DoubleFloat},{} \\axiomType{DoubleFloat}) -> \\axiomType{DoubleFloat}} defined by \\spad{f(x,{} y) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\spad{(\\axiomType{DoubleFloat},{} \\axiomType{DoubleFloat})}.") (((|Mapping| (|DoubleFloat|) (|DoubleFloat|)) |#1| (|Symbol|)) "\\spad{makeFloatFunction(expr,{} x)} returns a Lisp function \\spad{f: \\axiomType{DoubleFloat} -> \\axiomType{DoubleFloat}} defined by \\spad{f(x) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\axiomType{DoubleFloat}.")))
NIL
NIL
-(-689 S)
+(-690 S)
((|constructor| (NIL "transforms top-level objects into interpreter functions.")) (|function| (((|Symbol|) |#1| (|Symbol|) (|List| (|Symbol|))) "\\spad{function(e,{} foo,{} [x1,{}...,{}xn])} creates a function \\spad{foo(x1,{}...,{}xn) == e}.") (((|Symbol|) |#1| (|Symbol|) (|Symbol|) (|Symbol|)) "\\spad{function(e,{} foo,{} x,{} y)} creates a function \\spad{foo(x,{} y) = e}.") (((|Symbol|) |#1| (|Symbol|) (|Symbol|)) "\\spad{function(e,{} foo,{} x)} creates a function \\spad{foo(x) == e}.") (((|Symbol|) |#1| (|Symbol|)) "\\spad{function(e,{} foo)} creates a function \\spad{foo() == e}.")))
NIL
NIL
-(-690 S T$)
+(-691 S T$)
((|constructor| (NIL "MakeRecord is used internally by the interpreter to create record types which are used for doing parallel iterations on streams.")) (|makeRecord| (((|Record| (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) "\\spad{makeRecord(a,{}b)} creates a record object with type Record(part1:S,{} part2:R),{} where part1 is \\spad{a} and part2 is \\spad{b}.")))
NIL
NIL
-(-691 S -1765 I)
+(-692 S -1766 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
-(-692 E OV R P)
+(-693 E OV R P)
((|constructor| (NIL "This package provides the functions for the multivariate \"lifting\",{} using an algorithm of Paul Wang. This package will work for every euclidean domain \\spad{R} which has property \\spad{F},{} \\spadignore{i.e.} there exists a factor operation in \\spad{R[x]}.")) (|lifting1| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|SparseUnivariatePolynomial| |#4|)) (|List| |#3|) (|List| |#4|) (|List| (|List| (|Record| (|:| |expt| (|NonNegativeInteger|)) (|:| |pcoef| |#4|)))) (|List| (|NonNegativeInteger|)) (|Vector| (|List| (|SparseUnivariatePolynomial| |#3|))) |#3|) "\\spad{lifting1(u,{}lv,{}lu,{}lr,{}lp,{}lt,{}ln,{}t,{}r)} \\undocumented")) (|lifting| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|SparseUnivariatePolynomial| |#3|)) (|List| |#3|) (|List| |#4|) (|List| (|NonNegativeInteger|)) |#3|) "\\spad{lifting(u,{}lv,{}lu,{}lr,{}lp,{}ln,{}r)} \\undocumented")) (|corrPoly| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| |#3|) (|List| (|NonNegativeInteger|)) (|List| (|SparseUnivariatePolynomial| |#4|)) (|Vector| (|List| (|SparseUnivariatePolynomial| |#3|))) |#3|) "\\spad{corrPoly(u,{}lv,{}lr,{}ln,{}lu,{}t,{}r)} \\undocumented")))
NIL
NIL
-(-693 R)
+(-694 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)}.}")))
-((-4362 . T) (-4363 . T) (-4365 . T))
+((-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-694 R1 UP1 UPUP1 R2 UP2 UPUP2)
+(-695 R1 UP1 UPUP1 R2 UP2 UPUP2)
((|constructor| (NIL "Lifting of a map through 2 levels of polynomials.")) (|map| ((|#6| (|Mapping| |#4| |#1|) |#3|) "\\spad{map(f,{} p)} lifts \\spad{f} to the domain of \\spad{p} then applies it to \\spad{p}.")))
NIL
NIL
-(-695)
+(-696)
((|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
-(-696 R |Mod| -3098 -1446 |exactQuo|)
+(-697 R |Mod| -3233 -3858 |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")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-697 R |Rep|)
+(-698 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")) (|coerce| (($ |#2|) "\\spad{coerce(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")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4364 |has| |#1| (-357)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1129))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-343))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
-(-698 IS E |ff|)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4365 |has| |#1| (-357)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1130))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-343))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasAttribute| |#1| (QUOTE -4367)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(-699 IS E |ff|)
((|constructor| (NIL "This package \\undocumented")) (|construct| (($ |#1| |#2|) "\\spad{construct(i,{}e)} \\undocumented")) (|coerce| (((|Record| (|:| |index| |#1|) (|:| |exponent| |#2|)) $) "\\spad{coerce(x)} \\undocumented") (($ (|Record| (|:| |index| |#1|) (|:| |exponent| |#2|))) "\\spad{coerce(x)} \\undocumented")) (|index| ((|#1| $) "\\spad{index(x)} \\undocumented")) (|exponent| ((|#2| $) "\\spad{exponent(x)} \\undocumented")))
NIL
NIL
-(-699 R M)
+(-700 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}.")))
-((-4363 |has| |#1| (-169)) (-4362 |has| |#1| (-169)) (-4365 . T))
+((-4364 |has| |#1| (-169)) (-4363 |has| |#1| (-169)) (-4366 . T))
((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))))
-(-700 R |Mod| -3098 -1446 |exactQuo|)
+(-701 R |Mod| -3233 -3858 |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")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-701 S R)
+(-702 S R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
NIL
NIL
-(-702 R)
+(-703 R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
-((-4363 . T) (-4362 . T))
+((-4364 . T) (-4363 . T))
NIL
-(-703 -3220)
+(-704 -3219)
((|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]]}.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-704 S)
+(-705 S)
((|constructor| (NIL "Monad is the class of all multiplicative monads,{} \\spadignore{i.e.} sets with a binary operation.")) (** (($ $ (|PositiveInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|PositiveInteger|)) "\\spad{leftPower(a,{}n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,{}n) := a * leftPower(a,{}n-1)} and \\spad{leftPower(a,{}1) := a}.")) (|rightPower| (($ $ (|PositiveInteger|)) "\\spad{rightPower(a,{}n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,{}n) := rightPower(a,{}n-1) * a} and \\spad{rightPower(a,{}1) := a}.")) (* (($ $ $) "\\spad{a*b} is the product of \\spad{a} and \\spad{b} in a set with a binary operation.")))
NIL
NIL
-(-705)
+(-706)
((|constructor| (NIL "Monad is the class of all multiplicative monads,{} \\spadignore{i.e.} sets with a binary operation.")) (** (($ $ (|PositiveInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|PositiveInteger|)) "\\spad{leftPower(a,{}n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,{}n) := a * leftPower(a,{}n-1)} and \\spad{leftPower(a,{}1) := a}.")) (|rightPower| (($ $ (|PositiveInteger|)) "\\spad{rightPower(a,{}n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,{}n) := rightPower(a,{}n-1) * a} and \\spad{rightPower(a,{}1) := a}.")) (* (($ $ $) "\\spad{a*b} is the product of \\spad{a} and \\spad{b} in a set with a binary operation.")))
NIL
NIL
-(-706 S)
+(-707 S)
((|constructor| (NIL "\\indented{1}{MonadWithUnit is the class of multiplicative monads with unit,{}} \\indented{1}{\\spadignore{i.e.} sets with a binary operation and a unit element.} Axioms \\indented{3}{leftIdentity(\"*\":(\\%,{}\\%)\\spad{->}\\%,{}1)\\space{3}\\tab{30} 1*x=x} \\indented{3}{rightIdentity(\"*\":(\\%,{}\\%)\\spad{->}\\%,{}1)\\space{2}\\tab{30} x*1=x} Common Additional Axioms \\indented{3}{unitsKnown---if \"recip\" says \"failed\",{} that PROVES input wasn\\spad{'t} a unit}")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn\\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 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 such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|NonNegativeInteger|)) "\\spad{leftPower(a,{}n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,{}n) := a * leftPower(a,{}n-1)} and \\spad{leftPower(a,{}0) := 1}.")) (|rightPower| (($ $ (|NonNegativeInteger|)) "\\spad{rightPower(a,{}n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,{}n) := rightPower(a,{}n-1) * a} and \\spad{rightPower(a,{}0) := 1}.")) (|one?| (((|Boolean|) $) "\\spad{one?(a)} tests whether \\spad{a} is the unit 1.")) ((|One|) (($) "1 returns the unit element,{} denoted by 1.")))
NIL
NIL
-(-707)
+(-708)
((|constructor| (NIL "\\indented{1}{MonadWithUnit is the class of multiplicative monads with unit,{}} \\indented{1}{\\spadignore{i.e.} sets with a binary operation and a unit element.} Axioms \\indented{3}{leftIdentity(\"*\":(\\%,{}\\%)\\spad{->}\\%,{}1)\\space{3}\\tab{30} 1*x=x} \\indented{3}{rightIdentity(\"*\":(\\%,{}\\%)\\spad{->}\\%,{}1)\\space{2}\\tab{30} x*1=x} Common Additional Axioms \\indented{3}{unitsKnown---if \"recip\" says \"failed\",{} that PROVES input wasn\\spad{'t} a unit}")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn\\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 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 such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|NonNegativeInteger|)) "\\spad{leftPower(a,{}n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,{}n) := a * leftPower(a,{}n-1)} and \\spad{leftPower(a,{}0) := 1}.")) (|rightPower| (($ $ (|NonNegativeInteger|)) "\\spad{rightPower(a,{}n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,{}n) := rightPower(a,{}n-1) * a} and \\spad{rightPower(a,{}0) := 1}.")) (|one?| (((|Boolean|) $) "\\spad{one?(a)} tests whether \\spad{a} is the unit 1.")) ((|One|) (($) "1 returns the unit element,{} denoted by 1.")))
NIL
NIL
-(-708 S R UP)
+(-709 S R UP)
((|constructor| (NIL "A \\spadtype{MonogenicAlgebra} is an algebra of finite rank which can be generated by a single element.")) (|derivationCoordinates| (((|Matrix| |#2|) (|Vector| $) (|Mapping| |#2| |#2|)) "\\spad{derivationCoordinates(b,{} ')} returns \\spad{M} such that \\spad{b' = M b}.")) (|lift| ((|#3| $) "\\spad{lift(z)} returns a minimal degree univariate polynomial up such that \\spad{z=reduce up}.")) (|convert| (($ |#3|) "\\spad{convert(up)} converts the univariate polynomial \\spad{up} to an algebra element,{} reducing by the \\spad{definingPolynomial()} if necessary.")) (|reduce| (((|Union| $ "failed") (|Fraction| |#3|)) "\\spad{reduce(frac)} converts the fraction \\spad{frac} to an algebra element.") (($ |#3|) "\\spad{reduce(up)} converts the univariate polynomial \\spad{up} to an algebra element,{} reducing by the \\spad{definingPolynomial()} if necessary.")) (|definingPolynomial| ((|#3|) "\\spad{definingPolynomial()} returns the minimal polynomial which \\spad{generator()} satisfies.")) (|generator| (($) "\\spad{generator()} returns the generator for this domain.")))
NIL
((|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-362))))
-(-709 R UP)
+(-710 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.")))
-((-4361 |has| |#1| (-357)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 |has| |#1| (-357)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-710 S)
+(-711 S)
((|constructor| (NIL "The class of multiplicative monoids,{} \\spadignore{i.e.} semigroups with a multiplicative identity element. \\blankline")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} tries to compute the multiplicative inverse for \\spad{x} or \"failed\" if it cannot find the inverse (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns the repeated product of \\spad{x} \\spad{n} times,{} \\spadignore{i.e.} exponentiation.")) (|one?| (((|Boolean|) $) "\\spad{one?(x)} tests if \\spad{x} is equal to 1.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) ((|One|) (($) "1 is the multiplicative identity.")))
NIL
NIL
-(-711)
+(-712)
((|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
-(-712 -3220 UP)
+(-713 -3219 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
-(-713 |VarSet| E1 E2 R S PR PS)
+(-714 |VarSet| E1 E2 R S PR PS)
((|constructor| (NIL "\\indented{1}{Utilities for MPolyCat} Author: Manuel Bronstein Date Created: 1987 Date Last Updated: 28 March 1990 (\\spad{PG})")) (|reshape| ((|#7| (|List| |#5|) |#6|) "\\spad{reshape(l,{}p)} \\undocumented")) (|map| ((|#7| (|Mapping| |#5| |#4|) |#6|) "\\spad{map(f,{}p)} \\undocumented")))
NIL
NIL
-(-714 |Vars1| |Vars2| E1 E2 R PR1 PR2)
+(-715 |Vars1| |Vars2| E1 E2 R PR1 PR2)
((|constructor| (NIL "This package \\undocumented")) (|map| ((|#7| (|Mapping| |#2| |#1|) |#6|) "\\spad{map(f,{}x)} \\undocumented")))
NIL
NIL
-(-715 E OV R PPR)
+(-716 E OV R PPR)
((|constructor| (NIL "\\indented{3}{This package exports a factor operation for multivariate polynomials} with coefficients which are polynomials over some ring \\spad{R} over which we can factor. It is used internally by packages such as the solve package which need to work with polynomials in a specific set of variables with coefficients which are polynomials in all the other variables.")) (|factor| (((|Factored| |#4|) |#4|) "\\spad{factor(p)} factors a polynomial with polynomial coefficients.")) (|variable| (((|Union| $ "failed") (|Symbol|)) "\\spad{variable(s)} makes an element from symbol \\spad{s} or fails.")) (|convert| (((|Symbol|) $) "\\spad{convert(x)} converts \\spad{x} to a symbol")))
NIL
NIL
-(-716 |vl| R)
+(-717 |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.")))
-(((-4370 "*") |has| |#2| (-169)) (-4361 |has| |#2| (-544)) (-4366 |has| |#2| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#2| (QUOTE (-890))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-169))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-544)))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-846 |#1|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-357))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#2| (QUOTE -4366)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-142)))))
-(-717 E OV R PRF)
+(((-4371 "*") |has| |#2| (-169)) (-4362 |has| |#2| (-545)) (-4367 |has| |#2| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#2| (QUOTE (-891))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-169))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-545)))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-847 |#1|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-357))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#2| (QUOTE -4367)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-142)))))
+(-718 E OV R PRF)
((|constructor| (NIL "\\indented{3}{This package exports a factor operation for multivariate polynomials} with coefficients which are rational functions over some ring \\spad{R} over which we can factor. It is used internally by packages such as primary decomposition which need to work with polynomials with rational function coefficients,{} \\spadignore{i.e.} themselves fractions of polynomials.")) (|factor| (((|Factored| |#4|) |#4|) "\\spad{factor(prf)} factors a polynomial with rational function coefficients.")) (|pushuconst| ((|#4| (|Fraction| (|Polynomial| |#3|)) |#2|) "\\spad{pushuconst(r,{}var)} takes a rational function and raises all occurances of the variable \\spad{var} to the polynomial level.")) (|pushucoef| ((|#4| (|SparseUnivariatePolynomial| (|Polynomial| |#3|)) |#2|) "\\spad{pushucoef(upoly,{}var)} converts the anonymous univariate polynomial \\spad{upoly} to a polynomial in \\spad{var} over rational functions.")) (|pushup| ((|#4| |#4| |#2|) "\\spad{pushup(prf,{}var)} raises all occurences of the variable \\spad{var} in the coefficients of the polynomial \\spad{prf} back to the polynomial level.")) (|pushdterm| ((|#4| (|SparseUnivariatePolynomial| |#4|) |#2|) "\\spad{pushdterm(monom,{}var)} pushes all top level occurences of the variable \\spad{var} into the coefficient domain for the monomial \\spad{monom}.")) (|pushdown| ((|#4| |#4| |#2|) "\\spad{pushdown(prf,{}var)} pushes all top level occurences of the variable \\spad{var} into the coefficient domain for the polynomial \\spad{prf}.")) (|totalfract| (((|Record| (|:| |sup| (|Polynomial| |#3|)) (|:| |inf| (|Polynomial| |#3|))) |#4|) "\\spad{totalfract(prf)} takes a polynomial whose coefficients are themselves fractions of polynomials and returns a record containing the numerator and denominator resulting from putting \\spad{prf} over a common denominator.")) (|convert| (((|Symbol|) $) "\\spad{convert(x)} converts \\spad{x} to a symbol")))
NIL
NIL
-(-718 E OV R P)
+(-719 E OV R P)
((|constructor| (NIL "\\indented{1}{MRationalFactorize contains the factor function for multivariate} polynomials over the quotient field of a ring \\spad{R} such that the package MultivariateFactorize can factor multivariate polynomials over \\spad{R}.")) (|factor| (((|Factored| |#4|) |#4|) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} with coefficients which are fractions of elements of \\spad{R}.")))
NIL
NIL
-(-719 R S M)
+(-720 R S M)
((|constructor| (NIL "MonoidRingFunctions2 implements functions between two monoid rings defined with the same monoid over different rings.")) (|map| (((|MonoidRing| |#2| |#3|) (|Mapping| |#2| |#1|) (|MonoidRing| |#1| |#3|)) "\\spad{map(f,{}u)} maps \\spad{f} onto the coefficients \\spad{f} the element \\spad{u} of the monoid ring to create an element of a monoid ring with the same monoid \\spad{b}.")))
NIL
NIL
-(-720 R M)
+(-721 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}.")))
-((-4363 |has| |#1| (-169)) (-4362 |has| |#1| (-169)) (-4365 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-832))))
-(-721 S)
+((-4364 |has| |#1| (-169)) (-4363 |has| |#1| (-169)) (-4366 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-833))))
+(-722 S)
((|constructor| (NIL "A multi-set aggregate is a set which keeps track of the multiplicity of its elements.")))
-((-4358 . T) (-4369 . T) (-4283 . T))
+((-4359 . T) (-4370 . T) (-4284 . T))
NIL
-(-722 S)
+(-723 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}.")))
-((-4368 . T) (-4358 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-723)
+((-4369 . T) (-4359 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-724)
((|constructor| (NIL "\\spadtype{MoreSystemCommands} implements an interface with the system command facility. These are the commands that are issued from source files or the system interpreter and they start with a close parenthesis,{} \\spadignore{e.g.} \\spadsyscom{what} commands.")) (|systemCommand| (((|Void|) (|String|)) "\\spad{systemCommand(cmd)} takes the string \\spadvar{\\spad{cmd}} and passes it to the runtime environment for execution as a system command. Although various things may be printed,{} no usable value is returned.")))
NIL
NIL
-(-724 S)
+(-725 S)
((|constructor| (NIL "This package exports tools for merging lists")) (|mergeDifference| (((|List| |#1|) (|List| |#1|) (|List| |#1|)) "\\spad{mergeDifference(l1,{}l2)} returns a list of elements in \\spad{l1} not present in \\spad{l2}. Assumes lists are ordered and all \\spad{x} in \\spad{l2} are also in \\spad{l1}.")))
NIL
NIL
-(-725 |Coef| |Var|)
+(-726 |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}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4363 . T) (-4362 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4364 . T) (-4363 . T) (-4366 . T))
NIL
-(-726 OV E R P)
+(-727 OV E R P)
((|constructor| (NIL "\\indented{2}{This is the top level package for doing multivariate factorization} over basic domains like \\spadtype{Integer} or \\spadtype{Fraction Integer}.")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} over its coefficient domain where \\spad{p} is represented as a univariate polynomial with multivariate coefficients") (((|Factored| |#4|) |#4|) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} over its coefficient domain")))
NIL
NIL
-(-727 E OV R P)
+(-728 E OV R P)
((|constructor| (NIL "Author : \\spad{P}.Gianni This package provides the functions for the computation of the square free decomposition of a multivariate polynomial. It uses the package GenExEuclid for the resolution of the equation \\spad{Af + Bg = h} and its generalization to \\spad{n} polynomials over an integral domain and the package \\spad{MultivariateLifting} for the \"multivariate\" lifting.")) (|normDeriv2| (((|SparseUnivariatePolynomial| |#3|) (|SparseUnivariatePolynomial| |#3|) (|Integer|)) "\\spad{normDeriv2 should} be local")) (|myDegree| (((|List| (|NonNegativeInteger|)) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|NonNegativeInteger|)) "\\spad{myDegree should} be local")) (|lift| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#3|) (|SparseUnivariatePolynomial| |#3|) |#4| (|List| |#2|) (|List| (|NonNegativeInteger|)) (|List| |#3|)) "\\spad{lift should} be local")) (|check| (((|Boolean|) (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|)))) (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|))))) "\\spad{check should} be local")) (|coefChoose| ((|#4| (|Integer|) (|Factored| |#4|)) "\\spad{coefChoose should} be local")) (|intChoose| (((|Record| (|:| |upol| (|SparseUnivariatePolynomial| |#3|)) (|:| |Lval| (|List| |#3|)) (|:| |Lfact| (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|))))) (|:| |ctpol| |#3|)) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|List| |#3|))) "\\spad{intChoose should} be local")) (|nsqfree| (((|Record| (|:| |unitPart| |#4|) (|:| |suPart| (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#4|)) (|:| |exponent| (|Integer|)))))) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|List| |#3|))) "\\spad{nsqfree should} be local")) (|consnewpol| (((|Record| (|:| |pol| (|SparseUnivariatePolynomial| |#4|)) (|:| |polval| (|SparseUnivariatePolynomial| |#3|))) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#3|) (|Integer|)) "\\spad{consnewpol should} be local")) (|univcase| (((|Factored| |#4|) |#4| |#2|) "\\spad{univcase should} be local")) (|compdegd| (((|Integer|) (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|))))) "\\spad{compdegd should} be local")) (|squareFreePrim| (((|Factored| |#4|) |#4|) "\\spad{squareFreePrim(p)} compute the square free decomposition of a primitive multivariate polynomial \\spad{p}.")) (|squareFree| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{squareFree(p)} computes the square free decomposition of a multivariate polynomial \\spad{p} presented as a univariate polynomial with multivariate coefficients.") (((|Factored| |#4|) |#4|) "\\spad{squareFree(p)} computes the square free decomposition of a multivariate polynomial \\spad{p}.")))
NIL
NIL
-(-728 S R)
+(-729 S 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}.")))
NIL
NIL
-(-729 R)
+(-730 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}.")))
-((-4363 . T) (-4362 . T))
+((-4364 . T) (-4363 . T))
NIL
-(-730)
+(-731)
((|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}.")))
NIL
NIL
-(-731)
+(-732)
((|constructor| (NIL "This package uses the NAG Library to calculate real zeros of continuous real functions of one or more variables. (Complex equations must be expressed in terms of the equivalent larger system of real equations.) See \\downlink{Manual Page}{manpageXXc05}.")) (|c05pbf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp35| FCN)))) "\\spad{c05pbf(n,{}ldfjac,{}lwa,{}x,{}xtol,{}ifail,{}fcn)} is an easy-to-use routine to find a solution of a system of nonlinear equations by a modification of the Powell hybrid method. The user must provide the Jacobian. See \\downlink{Manual Page}{manpageXXc05pbf}.")) (|c05nbf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp6| FCN)))) "\\spad{c05nbf(n,{}lwa,{}x,{}xtol,{}ifail,{}fcn)} is an easy-to-use routine to find a solution of a system of nonlinear equations by a modification of the Powell hybrid method. See \\downlink{Manual Page}{manpageXXc05nbf}.")) (|c05adf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{c05adf(a,{}b,{}eps,{}eta,{}ifail,{}f)} locates a zero of a continuous function in a given interval by a combination of the methods of linear interpolation,{} extrapolation and bisection. See \\downlink{Manual Page}{manpageXXc05adf}.")))
NIL
NIL
-(-732)
+(-733)
((|constructor| (NIL "This package uses the NAG Library to calculate the discrete Fourier transform of a sequence of real or complex data values,{} and applies it to calculate convolutions and correlations. See \\downlink{Manual Page}{manpageXXc06}.")) (|c06gsf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06gsf(m,{}n,{}x,{}ifail)} takes \\spad{m} Hermitian sequences,{} each containing \\spad{n} data values,{} and forms the real and imaginary parts of the \\spad{m} corresponding complex sequences. See \\downlink{Manual Page}{manpageXXc06gsf}.")) (|c06gqf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06gqf(m,{}n,{}x,{}ifail)} forms the complex conjugates,{} each containing \\spad{n} data values. See \\downlink{Manual Page}{manpageXXc06gqf}.")) (|c06gcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06gcf(n,{}y,{}ifail)} forms the complex conjugate of a sequence of \\spad{n} data values. See \\downlink{Manual Page}{manpageXXc06gcf}.")) (|c06gbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06gbf(n,{}x,{}ifail)} forms the complex conjugate of \\spad{n} data values. See \\downlink{Manual Page}{manpageXXc06gbf}.")) (|c06fuf| (((|Result|) (|Integer|) (|Integer|) (|String|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06fuf(m,{}n,{}init,{}x,{}y,{}trigm,{}trign,{}ifail)} computes the two-dimensional discrete Fourier transform of a bivariate sequence of complex data values. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXc06fuf}.")) (|c06frf| (((|Result|) (|Integer|) (|Integer|) (|String|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06frf(m,{}n,{}init,{}x,{}y,{}trig,{}ifail)} computes the discrete Fourier transforms of \\spad{m} sequences,{} each containing \\spad{n} complex data values. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXc06frf}.")) (|c06fqf| (((|Result|) (|Integer|) (|Integer|) (|String|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06fqf(m,{}n,{}init,{}x,{}trig,{}ifail)} computes the discrete Fourier transforms of \\spad{m} Hermitian sequences,{} each containing \\spad{n} complex data values. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXc06fqf}.")) (|c06fpf| (((|Result|) (|Integer|) (|Integer|) (|String|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06fpf(m,{}n,{}init,{}x,{}trig,{}ifail)} computes the discrete Fourier transforms of \\spad{m} sequences,{} each containing \\spad{n} real data values. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXc06fpf}.")) (|c06ekf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06ekf(job,{}n,{}x,{}y,{}ifail)} calculates the circular convolution of two real vectors of period \\spad{n}. No extra workspace is required. See \\downlink{Manual Page}{manpageXXc06ekf}.")) (|c06ecf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06ecf(n,{}x,{}y,{}ifail)} calculates the discrete Fourier transform of a sequence of \\spad{n} complex data values. (No extra workspace required.) See \\downlink{Manual Page}{manpageXXc06ecf}.")) (|c06ebf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06ebf(n,{}x,{}ifail)} calculates the discrete Fourier transform of a Hermitian sequence of \\spad{n} complex data values. (No extra workspace required.) See \\downlink{Manual Page}{manpageXXc06ebf}.")) (|c06eaf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06eaf(n,{}x,{}ifail)} calculates the discrete Fourier transform of a sequence of \\spad{n} real data values. (No extra workspace required.) See \\downlink{Manual Page}{manpageXXc06eaf}.")))
NIL
NIL
-(-733)
+(-734)
((|constructor| (NIL "This package uses the NAG Library to calculate the numerical value of definite integrals in one or more dimensions and to evaluate weights and abscissae of integration rules. See \\downlink{Manual Page}{manpageXXd01}.")) (|d01gbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp4| FUNCTN)))) "\\spad{d01gbf(ndim,{}a,{}b,{}maxcls,{}eps,{}lenwrk,{}mincls,{}wrkstr,{}ifail,{}functn)} returns an approximation to the integral of a function over a hyper-rectangular region,{} using a Monte Carlo method. An approximate relative error estimate is also returned. This routine is suitable for low accuracy work. See \\downlink{Manual Page}{manpageXXd01gbf}.")) (|d01gaf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|)) "\\spad{d01gaf(x,{}y,{}n,{}ifail)} integrates a function which is specified numerically at four or more points,{} over the whole of its specified range,{} using third-order finite-difference formulae with error estimates,{} according to a method due to Gill and Miller. See \\downlink{Manual Page}{manpageXXd01gaf}.")) (|d01fcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp4| FUNCTN)))) "\\spad{d01fcf(ndim,{}a,{}b,{}maxpts,{}eps,{}lenwrk,{}minpts,{}ifail,{}functn)} attempts to evaluate a multi-dimensional integral (up to 15 dimensions),{} with constant and finite limits,{} to a specified relative accuracy,{} using an adaptive subdivision strategy. See \\downlink{Manual Page}{manpageXXd01fcf}.")) (|d01bbf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{d01bbf(a,{}b,{}itype,{}n,{}gtype,{}ifail)} returns the weight appropriate to a Gaussian quadrature. The formulae provided are Gauss-Legendre,{} Gauss-Rational,{} Gauss- Laguerre and Gauss-Hermite. See \\downlink{Manual Page}{manpageXXd01bbf}.")) (|d01asf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| G)))) "\\spad{d01asf(a,{}omega,{}key,{}epsabs,{}limlst,{}lw,{}liw,{}ifail,{}g)} calculates an approximation to the sine or the cosine transform of a function \\spad{g} over [a,{}infty): See \\downlink{Manual Page}{manpageXXd01asf}.")) (|d01aqf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| G)))) "\\spad{d01aqf(a,{}b,{}c,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}g)} calculates an approximation to the Hilbert transform of a function \\spad{g}(\\spad{x}) over [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01aqf}.")) (|d01apf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| G)))) "\\spad{d01apf(a,{}b,{}alfa,{}beta,{}key,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}g)} is an adaptive integrator which calculates an approximation to the integral of a function \\spad{g}(\\spad{x})\\spad{w}(\\spad{x}) over a finite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01apf}.")) (|d01anf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| G)))) "\\spad{d01anf(a,{}b,{}omega,{}key,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}g)} calculates an approximation to the sine or the cosine transform of a function \\spad{g} over [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01anf}.")) (|d01amf| (((|Result|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{d01amf(bound,{}inf,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}f)} calculates an approximation to the integral of a function \\spad{f}(\\spad{x}) over an infinite or semi-infinite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01amf}.")) (|d01alf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{d01alf(a,{}b,{}npts,{}points,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}f)} is a general purpose integrator which calculates an approximation to the integral of a function \\spad{f}(\\spad{x}) over a finite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01alf}.")) (|d01akf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{d01akf(a,{}b,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}f)} is an adaptive integrator,{} especially suited to oscillating,{} non-singular integrands,{} which calculates an approximation to the integral of a function \\spad{f}(\\spad{x}) over a finite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01akf}.")) (|d01ajf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{d01ajf(a,{}b,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}f)} is a general-purpose integrator which calculates an approximation to the integral of a function \\spad{f}(\\spad{x}) over a finite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01ajf}.")))
NIL
NIL
-(-734)
+(-735)
((|constructor| (NIL "This package uses the NAG Library to calculate the numerical solution of ordinary differential equations. There are two main types of problem,{} those in which all boundary conditions are specified at one point (initial-value problems),{} and those in which the boundary conditions are distributed between two or more points (boundary- value problems and eigenvalue problems). Routines are available for initial-value problems,{} two-point boundary-value problems and Sturm-Liouville eigenvalue problems. See \\downlink{Manual Page}{manpageXXd02}.")) (|d02raf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp41| FCN JACOBF JACEPS))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp42| G JACOBG JACGEP)))) "\\spad{d02raf(n,{}mnp,{}numbeg,{}nummix,{}tol,{}init,{}iy,{}ijac,{}lwork,{}liwork,{}np,{}x,{}y,{}deleps,{}ifail,{}fcn,{}g)} solves the two-point boundary-value problem with general boundary conditions for a system of ordinary differential equations,{} using a deferred correction technique and Newton iteration. See \\downlink{Manual Page}{manpageXXd02raf}.")) (|d02kef| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp10| COEFFN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp80| BDYVAL))) (|FileName|) (|FileName|)) "\\spad{d02kef(xpoint,{}m,{}k,{}tol,{}maxfun,{}match,{}elam,{}delam,{}hmax,{}maxit,{}ifail,{}coeffn,{}bdyval,{}monit,{}report)} finds a specified eigenvalue of a regular singular second- order Sturm-Liouville system on a finite or infinite range,{} using a Pruefer transformation and a shooting method. It also reports values of the eigenfunction and its derivatives. Provision is made for discontinuities in the coefficient functions or their derivatives. See \\downlink{Manual Page}{manpageXXd02kef}. Files \\spad{monit} and \\spad{report} will be used to define the subroutines for the MONIT and REPORT arguments. See \\downlink{Manual Page}{manpageXXd02gbf}.") (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp10| COEFFN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp80| BDYVAL)))) "\\spad{d02kef(xpoint,{}m,{}k,{}tol,{}maxfun,{}match,{}elam,{}delam,{}hmax,{}maxit,{}ifail,{}coeffn,{}bdyval)} finds a specified eigenvalue of a regular singular second- order Sturm-Liouville system on a finite or infinite range,{} using a Pruefer transformation and a shooting method. It also reports values of the eigenfunction and its derivatives. Provision is made for discontinuities in the coefficient functions or their derivatives. See \\downlink{Manual Page}{manpageXXd02kef}. ASP domains Asp12 and Asp33 are used to supply default subroutines for the MONIT and REPORT arguments via their \\axiomOp{outputAsFortran} operation.")) (|d02gbf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp77| FCNF))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp78| FCNG)))) "\\spad{d02gbf(a,{}b,{}n,{}tol,{}mnp,{}lw,{}liw,{}c,{}d,{}gam,{}x,{}np,{}ifail,{}fcnf,{}fcng)} solves a general linear two-point boundary value problem for a system of ordinary differential equations using a deferred correction technique. See \\downlink{Manual Page}{manpageXXd02gbf}.")) (|d02gaf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN)))) "\\spad{d02gaf(u,{}v,{}n,{}a,{}b,{}tol,{}mnp,{}lw,{}liw,{}x,{}np,{}ifail,{}fcn)} solves the two-point boundary-value problem with assigned boundary values for a system of ordinary differential equations,{} using a deferred correction technique and a Newton iteration. See \\downlink{Manual Page}{manpageXXd02gaf}.")) (|d02ejf| (((|Result|) (|DoubleFloat|) (|Integer|) (|Integer|) (|String|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp9| G))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp31| PEDERV))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp8| OUTPUT)))) "\\spad{d02ejf(xend,{}m,{}n,{}relabs,{}iw,{}x,{}y,{}tol,{}ifail,{}g,{}fcn,{}pederv,{}output)} integrates a stiff system of first-order ordinary differential equations over an interval with suitable initial conditions,{} using a variable-order,{} variable-step method implementing the Backward Differentiation Formulae (\\spad{BDF}),{} until a user-specified function,{} if supplied,{} of the solution is zero,{} and returns the solution at points specified by the user,{} if desired. See \\downlink{Manual Page}{manpageXXd02ejf}.")) (|d02cjf| (((|Result|) (|DoubleFloat|) (|Integer|) (|Integer|) (|DoubleFloat|) (|String|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp9| G))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp8| OUTPUT)))) "\\spad{d02cjf(xend,{}m,{}n,{}tol,{}relabs,{}x,{}y,{}ifail,{}g,{}fcn,{}output)} integrates a system of first-order ordinary differential equations over a range with suitable initial conditions,{} using a variable-order,{} variable-step Adams method until a user-specified function,{} if supplied,{} of the solution is zero,{} and returns the solution at points specified by the user,{} if desired. See \\downlink{Manual Page}{manpageXXd02cjf}.")) (|d02bhf| (((|Result|) (|DoubleFloat|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp9| G))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN)))) "\\spad{d02bhf(xend,{}n,{}irelab,{}hmax,{}x,{}y,{}tol,{}ifail,{}g,{}fcn)} integrates a system of first-order ordinary differential equations over an interval with suitable initial conditions,{} using a Runge-Kutta-Merson method,{} until a user-specified function of the solution is zero. See \\downlink{Manual Page}{manpageXXd02bhf}.")) (|d02bbf| (((|Result|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp8| OUTPUT)))) "\\spad{d02bbf(xend,{}m,{}n,{}irelab,{}x,{}y,{}tol,{}ifail,{}fcn,{}output)} integrates a system of first-order ordinary differential equations over an interval with suitable initial conditions,{} using a Runge-Kutta-Merson method,{} and returns the solution at points specified by the user. See \\downlink{Manual Page}{manpageXXd02bbf}.")))
NIL
NIL
-(-735)
+(-736)
((|constructor| (NIL "This package uses the NAG Library to solve partial differential equations. See \\downlink{Manual Page}{manpageXXd03}.")) (|d03faf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|ThreeDimensionalMatrix| (|DoubleFloat|)) (|Integer|)) "\\spad{d03faf(xs,{}xf,{}l,{}lbdcnd,{}bdxs,{}bdxf,{}ys,{}yf,{}m,{}mbdcnd,{}bdys,{}bdyf,{}zs,{}zf,{}n,{}nbdcnd,{}bdzs,{}bdzf,{}lambda,{}ldimf,{}mdimf,{}lwrk,{}f,{}ifail)} solves the Helmholtz equation in Cartesian co-ordinates in three dimensions using the standard seven-point finite difference approximation. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXd03faf}.")) (|d03eef| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|String|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp73| PDEF))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp74| BNDY)))) "\\spad{d03eef(xmin,{}xmax,{}ymin,{}ymax,{}ngx,{}ngy,{}lda,{}scheme,{}ifail,{}pdef,{}bndy)} discretizes a second order elliptic partial differential equation (PDE) on a rectangular region. See \\downlink{Manual Page}{manpageXXd03eef}.")) (|d03edf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{d03edf(ngx,{}ngy,{}lda,{}maxit,{}acc,{}iout,{}a,{}rhs,{}ub,{}ifail)} solves seven-diagonal systems of linear equations which arise from the discretization of an elliptic partial differential equation on a rectangular region. This routine uses a multigrid technique. See \\downlink{Manual Page}{manpageXXd03edf}.")))
NIL
NIL
-(-736)
+(-737)
((|constructor| (NIL "This package uses the NAG Library to calculate the interpolation of a function of one or two variables. When provided with the value of the function (and possibly one or more of its lowest-order derivatives) at each of a number of values of the variable(\\spad{s}),{} the routines provide either an interpolating function or an interpolated value. For some of the interpolating functions,{} there are supporting routines to evaluate,{} differentiate or integrate them. See \\downlink{Manual Page}{manpageXXe01}.")) (|e01sff| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{e01sff(m,{}x,{}y,{}f,{}rnw,{}fnodes,{}px,{}py,{}ifail)} evaluates at a given point the two-dimensional interpolating function computed by E01SEF. See \\downlink{Manual Page}{manpageXXe01sff}.")) (|e01sef| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{e01sef(m,{}x,{}y,{}f,{}nw,{}nq,{}rnw,{}rnq,{}ifail)} generates a two-dimensional surface interpolating a set of scattered data points,{} using a modified Shepard method. See \\downlink{Manual Page}{manpageXXe01sef}.")) (|e01sbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{e01sbf(m,{}x,{}y,{}f,{}triang,{}grads,{}px,{}py,{}ifail)} evaluates at a given point the two-dimensional interpolant function computed by E01SAF. See \\downlink{Manual Page}{manpageXXe01sbf}.")) (|e01saf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01saf(m,{}x,{}y,{}f,{}ifail)} generates a two-dimensional surface interpolating a set of scattered data points,{} using the method of Renka and Cline. See \\downlink{Manual Page}{manpageXXe01saf}.")) (|e01daf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01daf(mx,{}my,{}x,{}y,{}f,{}ifail)} computes a bicubic spline interpolating surface through a set of data values,{} given on a rectangular grid in the \\spad{x}-\\spad{y} plane. See \\downlink{Manual Page}{manpageXXe01daf}.")) (|e01bhf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{e01bhf(n,{}x,{}f,{}d,{}a,{}b,{}ifail)} evaluates the definite integral of a piecewise cubic Hermite interpolant over the interval [a,{}\\spad{b}]. See \\downlink{Manual Page}{manpageXXe01bhf}.")) (|e01bgf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01bgf(n,{}x,{}f,{}d,{}m,{}px,{}ifail)} evaluates a piecewise cubic Hermite interpolant and its first derivative at a set of points. See \\downlink{Manual Page}{manpageXXe01bgf}.")) (|e01bff| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01bff(n,{}x,{}f,{}d,{}m,{}px,{}ifail)} evaluates a piecewise cubic Hermite interpolant at a set of points. See \\downlink{Manual Page}{manpageXXe01bff}.")) (|e01bef| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01bef(n,{}x,{}f,{}ifail)} computes a monotonicity-preserving piecewise cubic Hermite interpolant to a set of data points. See \\downlink{Manual Page}{manpageXXe01bef}.")) (|e01baf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e01baf(m,{}x,{}y,{}lck,{}lwrk,{}ifail)} determines a cubic spline to a given set of data. See \\downlink{Manual Page}{manpageXXe01baf}.")))
NIL
NIL
-(-737)
+(-738)
((|constructor| (NIL "This package uses the NAG Library to find a function which approximates a set of data points. Typically the data contain random errors,{} as of experimental measurement,{} which need to be smoothed out. To seek an approximation to the data,{} it is first necessary to specify for the approximating function a mathematical form (a polynomial,{} for example) which contains a number of unspecified coefficients: the appropriate fitting routine then derives for the coefficients the values which provide the best fit of that particular form. The package deals mainly with curve and surface fitting (\\spadignore{i.e.} fitting with functions of one and of two variables) when a polynomial or a cubic spline is used as the fitting function,{} since these cover the most common needs. However,{} fitting with other functions and/or more variables can be undertaken by means of general linear or nonlinear routines (some of which are contained in other packages) depending on whether the coefficients in the function occur linearly or nonlinearly. Cases where a graph rather than a set of data points is given can be treated simply by first reading a suitable set of points from the graph. The package also contains routines for evaluating,{} differentiating and integrating polynomial and spline curves and surfaces,{} once the numerical values of their coefficients have been determined. See \\downlink{Manual Page}{manpageXXe02}.")) (|e02zaf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02zaf(px,{}py,{}lamda,{}mu,{}m,{}x,{}y,{}npoint,{}nadres,{}ifail)} sorts two-dimensional data into rectangular panels. See \\downlink{Manual Page}{manpageXXe02zaf}.")) (|e02gaf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02gaf(m,{}la,{}nplus2,{}toler,{}a,{}b,{}ifail)} calculates an \\spad{l} solution to an over-determined system of \\indented{22}{1} linear equations. See \\downlink{Manual Page}{manpageXXe02gaf}.")) (|e02dff| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02dff(mx,{}my,{}px,{}py,{}x,{}y,{}lamda,{}mu,{}c,{}lwrk,{}liwrk,{}ifail)} calculates values of a bicubic spline representation. The spline is evaluated at all points on a rectangular grid. See \\downlink{Manual Page}{manpageXXe02dff}.")) (|e02def| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02def(m,{}px,{}py,{}x,{}y,{}lamda,{}mu,{}c,{}ifail)} calculates values of a bicubic spline representation. See \\downlink{Manual Page}{manpageXXe02def}.")) (|e02ddf| (((|Result|) (|String|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02ddf(start,{}m,{}x,{}y,{}f,{}w,{}s,{}nxest,{}nyest,{}lwrk,{}liwrk,{}nx,{}lamda,{}ny,{}mu,{}wrk,{}ifail)} computes a bicubic spline approximation to a set of scattered data are located automatically,{} but a single parameter must be specified to control the trade-off between closeness of fit and smoothness of fit. See \\downlink{Manual Page}{manpageXXe02ddf}.")) (|e02dcf| (((|Result|) (|String|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|)) "\\spad{e02dcf(start,{}mx,{}x,{}my,{}y,{}f,{}s,{}nxest,{}nyest,{}lwrk,{}liwrk,{}nx,{}lamda,{}ny,{}mu,{}wrk,{}iwrk,{}ifail)} computes a bicubic spline approximation to a set of data values,{} given on a rectangular grid in the \\spad{x}-\\spad{y} plane. The knots of the spline are located automatically,{} but a single parameter must be specified to control the trade-off between closeness of fit and smoothness of fit. See \\downlink{Manual Page}{manpageXXe02dcf}.")) (|e02daf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02daf(m,{}px,{}py,{}x,{}y,{}f,{}w,{}mu,{}point,{}npoint,{}nc,{}nws,{}eps,{}lamda,{}ifail)} forms a minimal,{} weighted least-squares bicubic spline surface fit with prescribed knots to a given set of data points. See \\downlink{Manual Page}{manpageXXe02daf}.")) (|e02bef| (((|Result|) (|String|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|))) "\\spad{e02bef(start,{}m,{}x,{}y,{}w,{}s,{}nest,{}lwrk,{}n,{}lamda,{}ifail,{}wrk,{}iwrk)} computes a cubic spline approximation to an arbitrary set of data points. The knot are located automatically,{} but a single parameter must be specified to control the trade-off between closeness of fit and smoothness of fit. See \\downlink{Manual Page}{manpageXXe02bef}.")) (|e02bdf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02bdf(ncap7,{}lamda,{}c,{}ifail)} computes the definite integral from its \\spad{B}-spline representation. See \\downlink{Manual Page}{manpageXXe02bdf}.")) (|e02bcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|)) "\\spad{e02bcf(ncap7,{}lamda,{}c,{}x,{}left,{}ifail)} evaluates a cubic spline and its first three derivatives from its \\spad{B}-spline representation. See \\downlink{Manual Page}{manpageXXe02bcf}.")) (|e02bbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|)) "\\spad{e02bbf(ncap7,{}lamda,{}c,{}x,{}ifail)} evaluates a cubic spline representation. See \\downlink{Manual Page}{manpageXXe02bbf}.")) (|e02baf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02baf(m,{}ncap7,{}x,{}y,{}w,{}lamda,{}ifail)} computes a weighted least-squares approximation to an arbitrary set of data points by a cubic splines prescribed by the user. Cubic spline can also be carried out. See \\downlink{Manual Page}{manpageXXe02baf}.")) (|e02akf| (((|Result|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|)) "\\spad{e02akf(np1,{}xmin,{}xmax,{}a,{}ia1,{}la,{}x,{}ifail)} evaluates a polynomial from its Chebyshev-series representation,{} allowing an arbitrary index increment for accessing the array of coefficients. See \\downlink{Manual Page}{manpageXXe02akf}.")) (|e02ajf| (((|Result|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02ajf(np1,{}xmin,{}xmax,{}a,{}ia1,{}la,{}qatm1,{}iaint1,{}laint,{}ifail)} determines the coefficients in the Chebyshev-series representation of the indefinite integral of a polynomial given in Chebyshev-series form. See \\downlink{Manual Page}{manpageXXe02ajf}.")) (|e02ahf| (((|Result|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02ahf(np1,{}xmin,{}xmax,{}a,{}ia1,{}la,{}iadif1,{}ladif,{}ifail)} determines the coefficients in the Chebyshev-series representation of the derivative of a polynomial given in Chebyshev-series form. See \\downlink{Manual Page}{manpageXXe02ahf}.")) (|e02agf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02agf(m,{}kplus1,{}nrows,{}xmin,{}xmax,{}x,{}y,{}w,{}mf,{}xf,{}yf,{}lyf,{}ip,{}lwrk,{}liwrk,{}ifail)} computes constrained weighted least-squares polynomial approximations in Chebyshev-series form to an arbitrary set of data points. The values of the approximations and any number of their derivatives can be specified at selected points. See \\downlink{Manual Page}{manpageXXe02agf}.")) (|e02aef| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|)) "\\spad{e02aef(nplus1,{}a,{}xcap,{}ifail)} evaluates a polynomial from its Chebyshev-series representation. See \\downlink{Manual Page}{manpageXXe02aef}.")) (|e02adf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02adf(m,{}kplus1,{}nrows,{}x,{}y,{}w,{}ifail)} computes weighted least-squares polynomial approximations to an arbitrary set of data points. See \\downlink{Manual Page}{manpageXXe02adf}.")))
NIL
NIL
-(-738)
+(-739)
((|constructor| (NIL "This package uses the NAG Library to perform optimization. An optimization problem involves minimizing a function (called the objective function) of several variables,{} possibly subject to restrictions on the values of the variables defined by a set of constraint functions. The routines in the NAG Foundation Library are concerned with function minimization only,{} since the problem of maximizing a given function can be transformed into a minimization problem simply by multiplying the function by \\spad{-1}. See \\downlink{Manual Page}{manpageXXe04}.")) (|e04ycf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e04ycf(job,{}m,{}n,{}fsumsq,{}s,{}lv,{}v,{}ifail)} returns estimates of elements of the variance matrix of the estimated regression coefficients for a nonlinear least squares problem. The estimates are derived from the Jacobian of the function \\spad{f}(\\spad{x}) at the solution. See \\downlink{Manual Page}{manpageXXe04ycf}.")) (|e04ucf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Boolean|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Boolean|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Boolean|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp55| CONFUN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp49| OBJFUN)))) "\\spad{e04ucf(n,{}nclin,{}ncnln,{}nrowa,{}nrowj,{}nrowr,{}a,{}bl,{}bu,{}liwork,{}lwork,{}sta,{}cra,{}der,{}fea,{}fun,{}hes,{}infb,{}infs,{}linf,{}lint,{}list,{}maji,{}majp,{}mini,{}minp,{}mon,{}nonf,{}opt,{}ste,{}stao,{}stac,{}stoo,{}stoc,{}ve,{}istate,{}cjac,{}clamda,{}r,{}x,{}ifail,{}confun,{}objfun)} is designed to minimize an arbitrary smooth function subject to constraints on the variables,{} linear constraints. (E04UCF may be used for unconstrained,{} bound-constrained and linearly constrained optimization.) The user must provide subroutines that define the objective and constraint functions and as many of their first partial derivatives as possible. Unspecified derivatives are approximated by finite differences. All matrices are treated as dense,{} and hence E04UCF is not intended for large sparse problems. See \\downlink{Manual Page}{manpageXXe04ucf}.")) (|e04naf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Boolean|) (|Boolean|) (|Boolean|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp20| QPHESS)))) "\\spad{e04naf(itmax,{}msglvl,{}n,{}nclin,{}nctotl,{}nrowa,{}nrowh,{}ncolh,{}bigbnd,{}a,{}bl,{}bu,{}cvec,{}featol,{}hess,{}cold,{}lpp,{}orthog,{}liwork,{}lwork,{}x,{}istate,{}ifail,{}qphess)} is a comprehensive programming (\\spad{QP}) or linear programming (\\spad{LP}) problems. It is not intended for large sparse problems. See \\downlink{Manual Page}{manpageXXe04naf}.")) (|e04mbf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Boolean|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e04mbf(itmax,{}msglvl,{}n,{}nclin,{}nctotl,{}nrowa,{}a,{}bl,{}bu,{}cvec,{}linobj,{}liwork,{}lwork,{}x,{}ifail)} is an easy-to-use routine for solving linear programming problems,{} or for finding a feasible point for such problems. It is not intended for large sparse problems. See \\downlink{Manual Page}{manpageXXe04mbf}.")) (|e04jaf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp24| FUNCT1)))) "\\spad{e04jaf(n,{}ibound,{}liw,{}lw,{}bl,{}bu,{}x,{}ifail,{}funct1)} is an easy-to-use quasi-Newton algorithm for finding a minimum of a function \\spad{F}(\\spad{x} ,{}\\spad{x} ,{}...,{}\\spad{x} ),{} subject to fixed upper and \\indented{25}{1\\space{2}2\\space{6}\\spad{n}} lower bounds of the independent variables \\spad{x} ,{}\\spad{x} ,{}...,{}\\spad{x} ,{} using \\indented{43}{1\\space{2}2\\space{6}\\spad{n}} function values only. See \\downlink{Manual Page}{manpageXXe04jaf}.")) (|e04gcf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp19| LSFUN2)))) "\\spad{e04gcf(m,{}n,{}liw,{}lw,{}x,{}ifail,{}lsfun2)} is an easy-to-use quasi-Newton algorithm for finding an unconstrained minimum of \\spad{m} nonlinear functions in \\spad{n} variables (m>=n). First derivatives are required. See \\downlink{Manual Page}{manpageXXe04gcf}.")) (|e04fdf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp50| LSFUN1)))) "\\spad{e04fdf(m,{}n,{}liw,{}lw,{}x,{}ifail,{}lsfun1)} is an easy-to-use algorithm for finding an unconstrained minimum of a sum of squares of \\spad{m} nonlinear functions in \\spad{n} variables (m>=n). No derivatives are required. See \\downlink{Manual Page}{manpageXXe04fdf}.")) (|e04dgf| (((|Result|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|Boolean|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp49| OBJFUN)))) "\\spad{e04dgf(n,{}es,{}fu,{}it,{}lin,{}list,{}ma,{}op,{}pr,{}sta,{}sto,{}ve,{}x,{}ifail,{}objfun)} minimizes an unconstrained nonlinear function of several variables using a pre-conditioned,{} limited memory quasi-Newton conjugate gradient method. First derivatives are required. The routine is intended for use on large scale problems. See \\downlink{Manual Page}{manpageXXe04dgf}.")))
NIL
NIL
-(-739)
+(-740)
((|constructor| (NIL "This package uses the NAG Library to provide facilities for matrix factorizations and associated transformations. See \\downlink{Manual Page}{manpageXXf01}.")) (|f01ref| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f01ref(wheret,{}m,{}n,{}ncolq,{}lda,{}theta,{}a,{}ifail)} returns the first \\spad{ncolq} columns of the complex \\spad{m} by \\spad{m} unitary matrix \\spad{Q},{} where \\spad{Q} is given as the product of Householder transformation matrices. See \\downlink{Manual Page}{manpageXXf01ref}.")) (|f01rdf| (((|Result|) (|String|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f01rdf(trans,{}wheret,{}m,{}n,{}a,{}lda,{}theta,{}ncolb,{}ldb,{}b,{}ifail)} performs one of the transformations See \\downlink{Manual Page}{manpageXXf01rdf}.")) (|f01rcf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f01rcf(m,{}n,{}lda,{}a,{}ifail)} finds the \\spad{QR} factorization of the complex \\spad{m} by \\spad{n} matrix A,{} where m>=n. See \\downlink{Manual Page}{manpageXXf01rcf}.")) (|f01qef| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f01qef(wheret,{}m,{}n,{}ncolq,{}lda,{}zeta,{}a,{}ifail)} returns the first \\spad{ncolq} columns of the real \\spad{m} by \\spad{m} orthogonal matrix \\spad{Q},{} where \\spad{Q} is given as the product of Householder transformation matrices. See \\downlink{Manual Page}{manpageXXf01qef}.")) (|f01qdf| (((|Result|) (|String|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f01qdf(trans,{}wheret,{}m,{}n,{}a,{}lda,{}zeta,{}ncolb,{}ldb,{}b,{}ifail)} performs one of the transformations See \\downlink{Manual Page}{manpageXXf01qdf}.")) (|f01qcf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f01qcf(m,{}n,{}lda,{}a,{}ifail)} finds the \\spad{QR} factorization of the real \\spad{m} by \\spad{n} matrix A,{} where m>=n. See \\downlink{Manual Page}{manpageXXf01qcf}.")) (|f01mcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Integer|)) "\\spad{f01mcf(n,{}avals,{}lal,{}nrow,{}ifail)} computes the Cholesky factorization of a real symmetric positive-definite variable-bandwidth matrix. See \\downlink{Manual Page}{manpageXXf01mcf}.")) (|f01maf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|List| (|Boolean|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{f01maf(n,{}nz,{}licn,{}lirn,{}abort,{}avals,{}irn,{}icn,{}droptl,{}densw,{}ifail)} computes an incomplete Cholesky factorization of a real sparse symmetric positive-definite matrix A. See \\downlink{Manual Page}{manpageXXf01maf}.")) (|f01bsf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Boolean|) (|DoubleFloat|) (|Boolean|) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f01bsf(n,{}nz,{}licn,{}ivect,{}jvect,{}icn,{}ikeep,{}grow,{}eta,{}abort,{}idisp,{}avals,{}ifail)} factorizes a real sparse matrix using the pivotal sequence previously obtained by F01BRF when a matrix of the same sparsity pattern was factorized. See \\downlink{Manual Page}{manpageXXf01bsf}.")) (|f01brf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Boolean|) (|Boolean|) (|List| (|Boolean|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Integer|)) "\\spad{f01brf(n,{}nz,{}licn,{}lirn,{}pivot,{}lblock,{}grow,{}abort,{}a,{}irn,{}icn,{}ifail)} factorizes a real sparse matrix. The routine either forms the LU factorization of a permutation of the entire matrix,{} or,{} optionally,{} first permutes the matrix to block lower triangular form and then only factorizes the diagonal blocks. See \\downlink{Manual Page}{manpageXXf01brf}.")))
NIL
NIL
-(-740)
+(-741)
((|constructor| (NIL "This package uses the NAG Library to compute \\begin{items} \\item eigenvalues and eigenvectors of a matrix \\item eigenvalues and eigenvectors of generalized matrix eigenvalue problems \\item singular values and singular vectors of a matrix. \\end{items} See \\downlink{Manual Page}{manpageXXf02}.")) (|f02xef| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Boolean|) (|Integer|) (|Boolean|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f02xef(m,{}n,{}lda,{}ncolb,{}ldb,{}wantq,{}ldq,{}wantp,{}ldph,{}a,{}b,{}ifail)} returns all,{} or part,{} of the singular value decomposition of a general complex matrix. See \\downlink{Manual Page}{manpageXXf02xef}.")) (|f02wef| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Boolean|) (|Integer|) (|Boolean|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02wef(m,{}n,{}lda,{}ncolb,{}ldb,{}wantq,{}ldq,{}wantp,{}ldpt,{}a,{}b,{}ifail)} returns all,{} or part,{} of the singular value decomposition of a general real matrix. See \\downlink{Manual Page}{manpageXXf02wef}.")) (|f02fjf| (((|Result|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp27| DOT))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp28| IMAGE))) (|FileName|)) "\\spad{f02fjf(n,{}k,{}tol,{}novecs,{}nrx,{}lwork,{}lrwork,{}liwork,{}m,{}noits,{}x,{}ifail,{}dot,{}image,{}monit)} finds eigenvalues of a real sparse symmetric or generalized symmetric eigenvalue problem. See \\downlink{Manual Page}{manpageXXf02fjf}.") (((|Result|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp27| DOT))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp28| IMAGE)))) "\\spad{f02fjf(n,{}k,{}tol,{}novecs,{}nrx,{}lwork,{}lrwork,{}liwork,{}m,{}noits,{}x,{}ifail,{}dot,{}image)} finds eigenvalues of a real sparse symmetric or generalized symmetric eigenvalue problem. See \\downlink{Manual Page}{manpageXXf02fjf}.")) (|f02bjf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Boolean|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02bjf(n,{}ia,{}ib,{}eps1,{}matv,{}iv,{}a,{}b,{}ifail)} calculates all the eigenvalues and,{} if required,{} all the eigenvectors of the generalized eigenproblem Ax=(lambda)\\spad{Bx} where A and \\spad{B} are real,{} square matrices,{} using the \\spad{QZ} algorithm. See \\downlink{Manual Page}{manpageXXf02bjf}.")) (|f02bbf| (((|Result|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02bbf(ia,{}n,{}alb,{}ub,{}m,{}iv,{}a,{}ifail)} calculates selected eigenvalues of a real symmetric matrix by reduction to tridiagonal form,{} bisection and inverse iteration,{} where the selected eigenvalues lie within a given interval. See \\downlink{Manual Page}{manpageXXf02bbf}.")) (|f02axf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{f02axf(ar,{}iar,{}\\spad{ai},{}iai,{}n,{}ivr,{}ivi,{}ifail)} calculates all the eigenvalues of a complex Hermitian matrix. See \\downlink{Manual Page}{manpageXXf02axf}.")) (|f02awf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02awf(iar,{}iai,{}n,{}ar,{}\\spad{ai},{}ifail)} calculates all the eigenvalues of a complex Hermitian matrix. See \\downlink{Manual Page}{manpageXXf02awf}.")) (|f02akf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02akf(iar,{}iai,{}n,{}ivr,{}ivi,{}ar,{}\\spad{ai},{}ifail)} calculates all the eigenvalues of a complex matrix. See \\downlink{Manual Page}{manpageXXf02akf}.")) (|f02ajf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02ajf(iar,{}iai,{}n,{}ar,{}\\spad{ai},{}ifail)} calculates all the eigenvalue. See \\downlink{Manual Page}{manpageXXf02ajf}.")) (|f02agf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02agf(ia,{}n,{}ivr,{}ivi,{}a,{}ifail)} calculates all the eigenvalues of a real unsymmetric matrix. See \\downlink{Manual Page}{manpageXXf02agf}.")) (|f02aff| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02aff(ia,{}n,{}a,{}ifail)} calculates all the eigenvalues of a real unsymmetric matrix. See \\downlink{Manual Page}{manpageXXf02aff}.")) (|f02aef| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02aef(ia,{}ib,{}n,{}iv,{}a,{}b,{}ifail)} calculates all the eigenvalues of Ax=(lambda)\\spad{Bx},{} where A is a real symmetric matrix and \\spad{B} is a real symmetric positive-definite matrix. See \\downlink{Manual Page}{manpageXXf02aef}.")) (|f02adf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02adf(ia,{}ib,{}n,{}a,{}b,{}ifail)} calculates all the eigenvalues of Ax=(lambda)\\spad{Bx},{} where A is a real symmetric matrix and \\spad{B} is a real symmetric positive- definite matrix. See \\downlink{Manual Page}{manpageXXf02adf}.")) (|f02abf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{f02abf(a,{}ia,{}n,{}iv,{}ifail)} calculates all the eigenvalues of a real symmetric matrix. See \\downlink{Manual Page}{manpageXXf02abf}.")) (|f02aaf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02aaf(ia,{}n,{}a,{}ifail)} calculates all the eigenvalue. See \\downlink{Manual Page}{manpageXXf02aaf}.")))
NIL
NIL
-(-741)
+(-742)
((|constructor| (NIL "This package uses the NAG Library to solve the matrix equation \\axiom{AX=B},{} where \\axiom{\\spad{B}} may be a single vector or a matrix of multiple right-hand sides. The matrix \\axiom{A} may be real,{} complex,{} symmetric,{} Hermitian positive- definite,{} or sparse. It may also be rectangular,{} in which case a least-squares solution is obtained. See \\downlink{Manual Page}{manpageXXf04}.")) (|f04qaf| (((|Result|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp30| APROD)))) "\\spad{f04qaf(m,{}n,{}damp,{}atol,{}btol,{}conlim,{}itnlim,{}msglvl,{}lrwork,{}liwork,{}b,{}ifail,{}aprod)} solves sparse unsymmetric equations,{} sparse linear least- squares problems and sparse damped linear least-squares problems,{} using a Lanczos algorithm. See \\downlink{Manual Page}{manpageXXf04qaf}.")) (|f04mcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{f04mcf(n,{}al,{}lal,{}d,{}nrow,{}ir,{}b,{}nrb,{}iselct,{}nrx,{}ifail)} computes the approximate solution of a system of real linear equations with multiple right-hand sides,{} AX=B,{} where A is a symmetric positive-definite variable-bandwidth matrix,{} which has previously been factorized by F01MCF. Related systems may also be solved. See \\downlink{Manual Page}{manpageXXf04mcf}.")) (|f04mbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Boolean|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp28| APROD))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp34| MSOLVE)))) "\\spad{f04mbf(n,{}b,{}precon,{}shift,{}itnlim,{}msglvl,{}lrwork,{}liwork,{}rtol,{}ifail,{}aprod,{}msolve)} solves a system of real sparse symmetric linear equations using a Lanczos algorithm. See \\downlink{Manual Page}{manpageXXf04mbf}.")) (|f04maf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|)) "\\spad{f04maf(n,{}nz,{}avals,{}licn,{}irn,{}lirn,{}icn,{}wkeep,{}ikeep,{}inform,{}b,{}acc,{}noits,{}ifail)} \\spad{e} a sparse symmetric positive-definite system of linear equations,{} Ax=b,{} using a pre-conditioned conjugate gradient method,{} where A has been factorized by F01MAF. See \\downlink{Manual Page}{manpageXXf04maf}.")) (|f04jgf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f04jgf(m,{}n,{}nra,{}tol,{}lwork,{}a,{}b,{}ifail)} finds the solution of a linear least-squares problem,{} Ax=b ,{} where A is a real \\spad{m} by \\spad{n} (m>=n) matrix and \\spad{b} is an \\spad{m} element vector. If the matrix of observations is not of full rank,{} then the minimal least-squares solution is returned. See \\downlink{Manual Page}{manpageXXf04jgf}.")) (|f04faf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f04faf(job,{}n,{}d,{}e,{}b,{}ifail)} calculates the approximate solution of a set of real symmetric positive-definite tridiagonal linear equations. See \\downlink{Manual Page}{manpageXXf04faf}.")) (|f04axf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|))) "\\spad{f04axf(n,{}a,{}licn,{}icn,{}ikeep,{}mtype,{}idisp,{}rhs)} calculates the approximate solution of a set of real sparse linear equations with a single right-hand side,{} Ax=b or \\indented{1}{\\spad{T}} A \\spad{x=b},{} where A has been factorized by F01BRF or F01BSF. See \\downlink{Manual Page}{manpageXXf04axf}.")) (|f04atf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{f04atf(a,{}ia,{}b,{}n,{}iaa,{}ifail)} calculates the accurate solution of a set of real linear equations with a single right-hand side,{} using an LU factorization with partial pivoting,{} and iterative refinement. See \\downlink{Manual Page}{manpageXXf04atf}.")) (|f04asf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f04asf(ia,{}b,{}n,{}a,{}ifail)} calculates the accurate solution of a set of real symmetric positive-definite linear equations with a single right- hand side,{} Ax=b,{} using a Cholesky factorization and iterative refinement. See \\downlink{Manual Page}{manpageXXf04asf}.")) (|f04arf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f04arf(ia,{}b,{}n,{}a,{}ifail)} calculates the approximate solution of a set of real linear equations with a single right-hand side,{} using an LU factorization with partial pivoting. See \\downlink{Manual Page}{manpageXXf04arf}.")) (|f04adf| (((|Result|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f04adf(ia,{}b,{}ib,{}n,{}m,{}ic,{}a,{}ifail)} calculates the approximate solution of a set of complex linear equations with multiple right-hand sides,{} using an LU factorization with partial pivoting. See \\downlink{Manual Page}{manpageXXf04adf}.")))
NIL
NIL
-(-742)
+(-743)
((|constructor| (NIL "This package uses the NAG Library to compute matrix factorizations,{} and to solve systems of linear equations following the matrix factorizations. See \\downlink{Manual Page}{manpageXXf07}.")) (|f07fef| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|))) "\\spad{f07fef(uplo,{}n,{}nrhs,{}a,{}lda,{}ldb,{}b)} (DPOTRS) solves a real symmetric positive-definite system of linear equations with multiple right-hand sides,{} AX=B,{} where A has been factorized by F07FDF (DPOTRF). See \\downlink{Manual Page}{manpageXXf07fef}.")) (|f07fdf| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|))) "\\spad{f07fdf(uplo,{}n,{}lda,{}a)} (DPOTRF) computes the Cholesky factorization of a real symmetric positive-definite matrix. See \\downlink{Manual Page}{manpageXXf07fdf}.")) (|f07aef| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Integer|) (|Matrix| (|DoubleFloat|))) "\\spad{f07aef(trans,{}n,{}nrhs,{}a,{}lda,{}ipiv,{}ldb,{}b)} (DGETRS) solves a real system of linear equations with \\indented{36}{\\spad{T}} multiple right-hand sides,{} AX=B or A \\spad{X=B},{} where A has been factorized by F07ADF (DGETRF). See \\downlink{Manual Page}{manpageXXf07aef}.")) (|f07adf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|))) "\\spad{f07adf(m,{}n,{}lda,{}a)} (DGETRF) computes the LU factorization of a real \\spad{m} by \\spad{n} matrix. See \\downlink{Manual Page}{manpageXXf07adf}.")))
NIL
NIL
-(-743)
+(-744)
((|constructor| (NIL "This package uses the NAG Library to compute some commonly occurring physical and mathematical functions. See \\downlink{Manual Page}{manpageXXs}.")) (|s21bdf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s21bdf(x,{}y,{}z,{}r,{}ifail)} returns a value of the symmetrised elliptic integral of the third kind,{} via the routine name. See \\downlink{Manual Page}{manpageXXs21bdf}.")) (|s21bcf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s21bcf(x,{}y,{}z,{}ifail)} returns a value of the symmetrised elliptic integral of the second kind,{} via the routine name. See \\downlink{Manual Page}{manpageXXs21bcf}.")) (|s21bbf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s21bbf(x,{}y,{}z,{}ifail)} returns a value of the symmetrised elliptic integral of the first kind,{} via the routine name. See \\downlink{Manual Page}{manpageXXs21bbf}.")) (|s21baf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s21baf(x,{}y,{}ifail)} returns a value of an elementary integral,{} which occurs as a degenerate case of an elliptic integral of the first kind,{} via the routine name. See \\downlink{Manual Page}{manpageXXs21baf}.")) (|s20adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s20adf(x,{}ifail)} returns a value for the Fresnel Integral \\spad{C}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs20adf}.")) (|s20acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s20acf(x,{}ifail)} returns a value for the Fresnel Integral \\spad{S}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs20acf}.")) (|s19adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s19adf(x,{}ifail)} returns a value for the Kelvin function kei(\\spad{x}) via the routine name. See \\downlink{Manual Page}{manpageXXs19adf}.")) (|s19acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s19acf(x,{}ifail)} returns a value for the Kelvin function ker(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs19acf}.")) (|s19abf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s19abf(x,{}ifail)} returns a value for the Kelvin function bei(\\spad{x}) via the routine name. See \\downlink{Manual Page}{manpageXXs19abf}.")) (|s19aaf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s19aaf(x,{}ifail)} returns a value for the Kelvin function ber(\\spad{x}) via the routine name. See \\downlink{Manual Page}{manpageXXs19aaf}.")) (|s18def| (((|Result|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s18def(fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the modified Bessel functions \\indented{1}{\\spad{I}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and} \\indented{2}{(nu)\\spad{+n}} \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs18def}.")) (|s18dcf| (((|Result|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s18dcf(fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the modified Bessel functions \\indented{1}{\\spad{K}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and} \\indented{2}{(nu)\\spad{+n}} \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs18dcf}.")) (|s18aff| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s18aff(x,{}ifail)} returns a value for the modified Bessel Function \\indented{1}{\\spad{I} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs18aff}.")) (|s18aef| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s18aef(x,{}ifail)} returns the value of the modified Bessel Function \\indented{1}{\\spad{I} (\\spad{x}),{} via the routine name.} \\indented{2}{0} See \\downlink{Manual Page}{manpageXXs18aef}.")) (|s18adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s18adf(x,{}ifail)} returns the value of the modified Bessel Function \\indented{1}{\\spad{K} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs18adf}.")) (|s18acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s18acf(x,{}ifail)} returns the value of the modified Bessel Function \\indented{1}{\\spad{K} (\\spad{x}),{} via the routine name.} \\indented{2}{0} See \\downlink{Manual Page}{manpageXXs18acf}.")) (|s17dlf| (((|Result|) (|Integer|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s17dlf(m,{}fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the Hankel functions \\indented{2}{(1)\\space{11}(2)} \\indented{1}{\\spad{H}\\space{6}(\\spad{z}) or \\spad{H}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and} \\indented{2}{(nu)\\spad{+n}\\space{8}(nu)\\spad{+n}} \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17dlf}.")) (|s17dhf| (((|Result|) (|String|) (|Complex| (|DoubleFloat|)) (|String|) (|Integer|)) "\\spad{s17dhf(deriv,{}z,{}scale,{}ifail)} returns the value of the Airy function \\spad{Bi}(\\spad{z}) or its derivative Bi'(\\spad{z}) for complex \\spad{z},{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17dhf}.")) (|s17dgf| (((|Result|) (|String|) (|Complex| (|DoubleFloat|)) (|String|) (|Integer|)) "\\spad{s17dgf(deriv,{}z,{}scale,{}ifail)} returns the value of the Airy function \\spad{Ai}(\\spad{z}) or its derivative Ai'(\\spad{z}) for complex \\spad{z},{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17dgf}.")) (|s17def| (((|Result|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s17def(fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the Bessel functions \\indented{1}{\\spad{J}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{}} \\indented{2}{(nu)\\spad{+n}} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17def}.")) (|s17dcf| (((|Result|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s17dcf(fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the Bessel functions \\indented{1}{\\spad{Y}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{}} \\indented{2}{(nu)\\spad{+n}} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17dcf}.")) (|s17akf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17akf(x,{}ifail)} returns a value for the derivative of the Airy function \\spad{Bi}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs17akf}.")) (|s17ajf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17ajf(x,{}ifail)} returns a value of the derivative of the Airy function \\spad{Ai}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs17ajf}.")) (|s17ahf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17ahf(x,{}ifail)} returns a value of the Airy function,{} \\spad{Bi}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs17ahf}.")) (|s17agf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17agf(x,{}ifail)} returns a value for the Airy function,{} \\spad{Ai}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs17agf}.")) (|s17aff| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17aff(x,{}ifail)} returns the value of the Bessel Function \\indented{1}{\\spad{J} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs17aff}.")) (|s17aef| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17aef(x,{}ifail)} returns the value of the Bessel Function \\indented{1}{\\spad{J} (\\spad{x}),{} via the routine name.} \\indented{2}{0} See \\downlink{Manual Page}{manpageXXs17aef}.")) (|s17adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17adf(x,{}ifail)} returns the value of the Bessel Function \\indented{1}{\\spad{Y} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs17adf}.")) (|s17acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17acf(x,{}ifail)} returns the value of the Bessel Function \\indented{1}{\\spad{Y} (\\spad{x}),{} via the routine name.} \\indented{2}{0} See \\downlink{Manual Page}{manpageXXs17acf}.")) (|s15aef| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s15aef(x,{}ifail)} returns the value of the error function erf(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs15aef}.")) (|s15adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s15adf(x,{}ifail)} returns the value of the complementary error function,{} erfc(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs15adf}.")) (|s14baf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s14baf(a,{}x,{}tol,{}ifail)} computes values for the incomplete gamma functions \\spad{P}(a,{}\\spad{x}) and \\spad{Q}(a,{}\\spad{x}). See \\downlink{Manual Page}{manpageXXs14baf}.")) (|s14abf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s14abf(x,{}ifail)} returns a value for the log,{} \\spad{ln}(Gamma(\\spad{x})),{} via the routine name. See \\downlink{Manual Page}{manpageXXs14abf}.")) (|s14aaf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s14aaf(x,{}ifail)} returns the value of the Gamma function (Gamma)(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs14aaf}.")) (|s13adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s13adf(x,{}ifail)} returns the value of the sine integral See \\downlink{Manual Page}{manpageXXs13adf}.")) (|s13acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s13acf(x,{}ifail)} returns the value of the cosine integral See \\downlink{Manual Page}{manpageXXs13acf}.")) (|s13aaf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s13aaf(x,{}ifail)} returns the value of the exponential integral \\indented{1}{\\spad{E} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs13aaf}.")) (|s01eaf| (((|Result|) (|Complex| (|DoubleFloat|)) (|Integer|)) "\\spad{s01eaf(z,{}ifail)} S01EAF evaluates the exponential function exp(\\spad{z}) ,{} for complex \\spad{z}. See \\downlink{Manual Page}{manpageXXs01eaf}.")))
NIL
NIL
-(-744)
+(-745)
((|constructor| (NIL "Support functions for the NAG Library Link functions")) (|restorePrecision| (((|Void|)) "\\spad{restorePrecision()} \\undocumented{}")) (|checkPrecision| (((|Boolean|)) "\\spad{checkPrecision()} \\undocumented{}")) (|dimensionsOf| (((|SExpression|) (|Symbol|) (|Matrix| (|Integer|))) "\\spad{dimensionsOf(s,{}m)} \\undocumented{}") (((|SExpression|) (|Symbol|) (|Matrix| (|DoubleFloat|))) "\\spad{dimensionsOf(s,{}m)} \\undocumented{}")) (|aspFilename| (((|String|) (|String|)) "\\spad{aspFilename(\"f\")} returns a String consisting of \\spad{\"f\"} suffixed with \\indented{1}{an extension identifying the current AXIOM session.}")) (|fortranLinkerArgs| (((|String|)) "\\spad{fortranLinkerArgs()} returns the current linker arguments")) (|fortranCompilerName| (((|String|)) "\\spad{fortranCompilerName()} returns the name of the currently selected \\indented{1}{Fortran compiler}")))
NIL
NIL
-(-745 S)
+(-746 S)
((|constructor| (NIL "NonAssociativeRng is a basic ring-type structure,{} not necessarily commutative or associative,{} and not necessarily with unit. Axioms \\indented{2}{\\spad{x*}(\\spad{y+z}) = x*y + \\spad{x*z}} \\indented{2}{(x+y)\\spad{*z} = \\spad{x*z} + \\spad{y*z}} Common Additional Axioms \\indented{2}{noZeroDivisors\\space{2}ab = 0 \\spad{=>} a=0 or \\spad{b=0}}")) (|antiCommutator| (($ $ $) "\\spad{antiCommutator(a,{}b)} returns \\spad{a*b+b*a}.")) (|commutator| (($ $ $) "\\spad{commutator(a,{}b)} returns \\spad{a*b-b*a}.")) (|associator| (($ $ $ $) "\\spad{associator(a,{}b,{}c)} returns \\spad{(a*b)*c-a*(b*c)}.")))
NIL
NIL
-(-746)
+(-747)
((|constructor| (NIL "NonAssociativeRng is a basic ring-type structure,{} not necessarily commutative or associative,{} and not necessarily with unit. Axioms \\indented{2}{\\spad{x*}(\\spad{y+z}) = x*y + \\spad{x*z}} \\indented{2}{(x+y)\\spad{*z} = \\spad{x*z} + \\spad{y*z}} Common Additional Axioms \\indented{2}{noZeroDivisors\\space{2}ab = 0 \\spad{=>} a=0 or \\spad{b=0}}")) (|antiCommutator| (($ $ $) "\\spad{antiCommutator(a,{}b)} returns \\spad{a*b+b*a}.")) (|commutator| (($ $ $) "\\spad{commutator(a,{}b)} returns \\spad{a*b-b*a}.")) (|associator| (($ $ $ $) "\\spad{associator(a,{}b,{}c)} returns \\spad{(a*b)*c-a*(b*c)}.")))
NIL
NIL
-(-747 S)
+(-748 S)
((|constructor| (NIL "A NonAssociativeRing is a non associative \\spad{rng} which has a unit,{} the multiplication is not necessarily commutative or associative.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(n)} coerces the integer \\spad{n} to an element of the ring.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring.")))
NIL
NIL
-(-748)
+(-749)
((|constructor| (NIL "A NonAssociativeRing is a non associative \\spad{rng} which has a unit,{} the multiplication is not necessarily commutative or associative.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(n)} coerces the integer \\spad{n} to an element of the ring.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring.")))
NIL
NIL
-(-749 |Par|)
+(-750 |Par|)
((|constructor| (NIL "This package computes explicitly eigenvalues and eigenvectors of matrices with entries over the complex rational numbers. The results are expressed either as complex floating numbers or as complex rational numbers depending on the type of the precision parameter.")) (|complexEigenvectors| (((|List| (|Record| (|:| |outval| (|Complex| |#1|)) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| (|Complex| |#1|)))))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvectors(m,{}eps)} returns a list of records each one containing a complex eigenvalue,{} its algebraic multiplicity,{} and a list of associated eigenvectors. All these results are computed to precision \\spad{eps} and are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|complexEigenvalues| (((|List| (|Complex| |#1|)) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvalues(m,{}eps)} computes the eigenvalues of the matrix \\spad{m} to precision \\spad{eps}. The eigenvalues are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|characteristicPolynomial| (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) (|Symbol|)) "\\spad{characteristicPolynomial(m,{}x)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over Complex Rationals with variable \\spad{x}.") (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|))))) "\\spad{characteristicPolynomial(m)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over complex rationals with a new symbol as variable.")))
NIL
NIL
-(-750 -3220)
+(-751 -3219)
((|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
-(-751 P -3220)
+(-752 P -3219)
((|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
-(-752 T$)
+(-753 T$)
NIL
NIL
NIL
-(-753 UP -3220)
+(-754 UP -3219)
((|constructor| (NIL "In this package \\spad{F} is a framed algebra over the integers (typically \\spad{F = Z[a]} for some algebraic integer a). The package provides functions to compute the integral closure of \\spad{Z} in the quotient quotient field of \\spad{F}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|)))) (|Integer|)) "\\spad{integralBasis(p)} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the local integral closure of \\spad{Z} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|))))) "\\spad{integralBasis()} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the integral closure of \\spad{Z} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|discriminant| (((|Integer|)) "\\spad{discriminant()} returns the discriminant of the integral closure of \\spad{Z} in the quotient field of the framed algebra \\spad{F}.")))
NIL
NIL
-(-754)
+(-755)
((|retract| (((|Union| (|:| |nia| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |mdnia| (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(x)} \\undocumented{}") (($ (|Union| (|:| |nia| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |mdnia| (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))))) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-755 R)
+(-756 R)
((|constructor| (NIL "NonLinearSolvePackage is an interface to \\spadtype{SystemSolvePackage} that attempts to retract the coefficients of the equations before solving. The solutions are given in the algebraic closure of \\spad{R} whenever possible.")) (|solve| (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{solve(lp)} finds the solution in the algebraic closure of \\spad{R} of the list \\spad{lp} of rational functions with respect to all the symbols appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{solve(lp,{}lv)} finds the solutions in the algebraic closure of \\spad{R} of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}.")) (|solveInField| (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{solveInField(lp)} finds the solution of the list \\spad{lp} of rational functions with respect to all the symbols appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{solveInField(lp,{}lv)} finds the solutions of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}.")))
NIL
NIL
-(-756)
+(-757)
((|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.")))
-(((-4370 "*") . T))
+(((-4371 "*") . T))
NIL
-(-757 R -3220)
+(-758 R -3219)
((|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
-(-758 S)
+(-759 S)
((|constructor| (NIL "\\spadtype{NoneFunctions1} implements functions on \\spadtype{None}. It particular it includes a particulary dangerous coercion from any other type to \\spadtype{None}.")) (|coerce| (((|None|) |#1|) "\\spad{coerce(x)} changes \\spad{x} into an object of type \\spadtype{None}.")))
NIL
NIL
-(-759)
+(-760)
((|constructor| (NIL "\\spadtype{None} implements a type with no objects. It is mainly used in technical situations where such a thing is needed (\\spadignore{e.g.} the interpreter and some of the internal \\spadtype{Expression} code).")))
NIL
NIL
-(-760 R |PolR| E |PolE|)
+(-761 R |PolR| E |PolE|)
((|constructor| (NIL "This package implements the norm of a polynomial with coefficients in a monogenic algebra (using resultants)")) (|norm| ((|#2| |#4|) "\\spad{norm q} returns the norm of \\spad{q},{} \\spadignore{i.e.} the product of all the conjugates of \\spad{q}.")))
NIL
NIL
-(-761 R E V P TS)
+(-762 R E V P TS)
((|constructor| (NIL "A package for computing normalized assocites of univariate polynomials with coefficients in a tower of simple extensions of a field.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of \\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
-(-762 -3220 |ExtF| |SUEx| |ExtP| |n|)
+(-763 -3219 |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
-(-763 BP E OV R P)
+(-764 BP E OV R P)
((|constructor| (NIL "Package for the determination of the coefficients in the lifting process. Used by \\spadtype{MultivariateLifting}. This package will work for every euclidean domain \\spad{R} which has property \\spad{F},{} \\spadignore{i.e.} there exists a factor operation in \\spad{R[x]}.")) (|listexp| (((|List| (|NonNegativeInteger|)) |#1|) "\\spad{listexp }\\undocumented")) (|npcoef| (((|Record| (|:| |deter| (|List| (|SparseUnivariatePolynomial| |#5|))) (|:| |dterm| (|List| (|List| (|Record| (|:| |expt| (|NonNegativeInteger|)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (|List| |#1|)) (|:| |nlead| (|List| |#5|))) (|SparseUnivariatePolynomial| |#5|) (|List| |#1|) (|List| |#5|)) "\\spad{npcoef }\\undocumented")))
NIL
NIL
-(-764 |Par|)
+(-765 |Par|)
((|constructor| (NIL "This package computes explicitly eigenvalues and eigenvectors of matrices with entries over the Rational Numbers. The results are expressed as floating numbers or as rational numbers depending on the type of the parameter Par.")) (|realEigenvectors| (((|List| (|Record| (|:| |outval| |#1|) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| |#1|))))) (|Matrix| (|Fraction| (|Integer|))) |#1|) "\\spad{realEigenvectors(m,{}eps)} returns a list of records each one containing a real eigenvalue,{} its algebraic multiplicity,{} and a list of associated eigenvectors. All these results are computed to precision \\spad{eps} as floats or rational numbers depending on the type of \\spad{eps} .")) (|realEigenvalues| (((|List| |#1|) (|Matrix| (|Fraction| (|Integer|))) |#1|) "\\spad{realEigenvalues(m,{}eps)} computes the eigenvalues of the matrix \\spad{m} to precision \\spad{eps}. The eigenvalues are expressed as floats or rational numbers depending on the type of \\spad{eps} (float or rational).")) (|characteristicPolynomial| (((|Polynomial| (|Fraction| (|Integer|))) (|Matrix| (|Fraction| (|Integer|))) (|Symbol|)) "\\spad{characteristicPolynomial(m,{}x)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over \\spad{RN} with variable \\spad{x}. Fraction \\spad{P} \\spad{RN}.") (((|Polynomial| (|Fraction| (|Integer|))) (|Matrix| (|Fraction| (|Integer|)))) "\\spad{characteristicPolynomial(m)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over \\spad{RN} with a new symbol as variable.")))
NIL
NIL
-(-765 R |VarSet|)
+(-766 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.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-1154))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-1154))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-1154)))) (-4107 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-1154)))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-1154)))) (-4107 (|HasCategory| |#1| (QUOTE (-537)))) (-4107 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-1154)))) (-4107 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-552))))) (-4107 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-1154)))) (-4107 (|HasCategory| |#1| (LIST (QUOTE -973) (QUOTE (-552))))))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
-(-766 R S)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-1155))))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-1155))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-1155)))) (-4106 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-1155)))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-1155)))) (-4106 (|HasCategory| |#1| (QUOTE (-538)))) (-4106 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-1155)))) (-4106 (|HasCategory| |#1| (LIST (QUOTE -38) (QUOTE (-553))))) (-4106 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-1155)))) (-4106 (|HasCategory| |#1| (LIST (QUOTE -974) (QUOTE (-553))))))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#1| (QUOTE -4367)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(-767 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
-(-767 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)}")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4364 |has| |#1| (-357)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1129))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
(-768 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)}")))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4365 |has| |#1| (-357)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1130))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasAttribute| |#1| (QUOTE -4367)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(-769 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 -401) (QUOTE (-552))))))
-(-769 R E V P)
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))))
+(-770 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.}")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-770 S)
+(-771 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 (-544))) (|HasCategory| |#1| (QUOTE (-832)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-1030))) (|HasCategory| |#1| (QUOTE (-169))))
-(-771)
+((-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-833)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-1031))) (|HasCategory| |#1| (QUOTE (-169))))
+(-772)
((|constructor| (NIL "NumberFormats provides function to format and read arabic and roman numbers,{} to convert numbers to strings and to read floating-point numbers.")) (|ScanFloatIgnoreSpacesIfCan| (((|Union| (|Float|) "failed") (|String|)) "\\spad{ScanFloatIgnoreSpacesIfCan(s)} tries to form a floating point number from the string \\spad{s} ignoring any spaces.")) (|ScanFloatIgnoreSpaces| (((|Float|) (|String|)) "\\spad{ScanFloatIgnoreSpaces(s)} forms a floating point number from the string \\spad{s} ignoring any spaces. Error is generated if the string is not recognised as a floating point number.")) (|ScanRoman| (((|PositiveInteger|) (|String|)) "\\spad{ScanRoman(s)} forms an integer from a Roman numeral string \\spad{s}.")) (|FormatRoman| (((|String|) (|PositiveInteger|)) "\\spad{FormatRoman(n)} forms a Roman numeral string from an integer \\spad{n}.")) (|ScanArabic| (((|PositiveInteger|) (|String|)) "\\spad{ScanArabic(s)} forms an integer from an Arabic numeral string \\spad{s}.")) (|FormatArabic| (((|String|) (|PositiveInteger|)) "\\spad{FormatArabic(n)} forms an Arabic numeral string from an integer \\spad{n}.")))
NIL
NIL
-(-772)
+(-773)
((|numericalIntegration| (((|Result|) (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))) (|Result|)) "\\spad{numericalIntegration(args,{}hints)} performs the integration of the function given the strategy or method returned by \\axiomFun{measure}.") (((|Result|) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))) (|Result|)) "\\spad{numericalIntegration(args,{}hints)} performs the integration of the function given the strategy or method returned by \\axiomFun{measure}.")) (|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |explanations| (|String|)) (|:| |extra| (|Result|))) (|RoutinesTable|) (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|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.") (((|Record| (|:| |measure| (|Float|)) (|:| |explanations| (|String|)) (|:| |extra| (|Result|))) (|RoutinesTable|) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|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
-(-773)
+(-774)
((|constructor| (NIL "This package is a suite of functions for the numerical integration of an ordinary differential equation of \\spad{n} variables: \\blankline \\indented{8}{\\center{dy/dx = \\spad{f}(\\spad{y},{}\\spad{x})\\space{5}\\spad{y} is an \\spad{n}-vector}} \\blankline \\par All the routines are based on a 4-th order Runge-Kutta kernel. These routines generally have as arguments: \\spad{n},{} the number of dependent variables; \\spad{x1},{} the initial point; \\spad{h},{} the step size; \\spad{y},{} a vector of initial conditions of length \\spad{n} which upon exit contains the solution at \\spad{x1 + h}; \\spad{derivs},{} a function which computes the right hand side of the ordinary differential equation: \\spad{derivs(dydx,{}y,{}x)} computes \\spad{dydx},{} a vector which contains the derivative information. \\blankline \\par In order of increasing complexity:\\begin{items} \\blankline \\item \\spad{rk4(y,{}n,{}x1,{}h,{}derivs)} advances the solution vector to \\spad{x1 + h} and return the values in \\spad{y}. \\blankline \\item \\spad{rk4(y,{}n,{}x1,{}h,{}derivs,{}t1,{}t2,{}t3,{}t4)} is the same as \\spad{rk4(y,{}n,{}x1,{}h,{}derivs)} except that you must provide 4 scratch arrays \\spad{t1}-\\spad{t4} of size \\spad{n}. \\blankline \\item Starting with \\spad{y} at \\spad{x1},{} \\spad{rk4f(y,{}n,{}x1,{}x2,{}ns,{}derivs)} uses \\spad{ns} fixed steps of a 4-th order Runge-Kutta integrator to advance the solution vector to \\spad{x2} and return the values in \\spad{y}. Argument \\spad{x2},{} is the final point,{} and \\spad{ns},{} the number of steps to take. \\blankline \\item \\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs)} takes a 5-th order Runge-Kutta step with monitoring of local truncation to ensure accuracy and adjust stepsize. The function takes two half steps and one full step and scales the difference in solutions at the final point. If the error is within \\spad{eps},{} the step is taken and the result is returned. If the error is not within \\spad{eps},{} the stepsize if decreased and the procedure is tried again until the desired accuracy is reached. Upon input,{} an trial step size must be given and upon return,{} an estimate of the next step size to use is returned as well as the step size which produced the desired accuracy. The scaled error is computed as \\center{\\spad{error = MAX(ABS((y2steps(i) - y1step(i))/yscal(i)))}} and this is compared against \\spad{eps}. If this is greater than \\spad{eps},{} the step size is reduced accordingly to \\center{\\spad{hnew = 0.9 * hdid * (error/eps)**(-1/4)}} If the error criterion is satisfied,{} then we check if the step size was too fine and return a more efficient one. If \\spad{error > \\spad{eps} * (6.0E-04)} then the next step size should be \\center{\\spad{hnext = 0.9 * hdid * (error/\\spad{eps})\\spad{**}(-1/5)}} Otherwise \\spad{hnext = 4.0 * hdid} is returned. A more detailed discussion of this and related topics can be found in the book \"Numerical Recipies\" by \\spad{W}.Press,{} \\spad{B}.\\spad{P}. Flannery,{} \\spad{S}.A. Teukolsky,{} \\spad{W}.\\spad{T}. Vetterling published by Cambridge University Press. Argument \\spad{step} is a record of 3 floating point numbers \\spad{(try ,{} did ,{} next)},{} \\spad{eps} is the required accuracy,{} \\spad{yscal} is the scaling vector for the difference in solutions. On input,{} \\spad{step.try} should be the guess at a step size to achieve the accuracy. On output,{} \\spad{step.did} contains the step size which achieved the accuracy and \\spad{step.next} is the next step size to use. \\blankline \\item \\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs,{}t1,{}t2,{}t3,{}t4,{}t5,{}t6,{}t7)} is the same as \\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs)} except that the user must provide the 7 scratch arrays \\spad{t1-t7} of size \\spad{n}. \\blankline \\item \\spad{rk4a(y,{}n,{}x1,{}x2,{}eps,{}h,{}ns,{}derivs)} is a driver program which uses \\spad{rk4qc} to integrate \\spad{n} ordinary differential equations starting at \\spad{x1} to \\spad{x2},{} keeping the local truncation error to within \\spad{eps} by changing the local step size. The scaling vector is defined as \\center{\\spad{yscal(i) = abs(y(i)) + abs(h*dydx(i)) + tiny}} where \\spad{y(i)} is the solution at location \\spad{x},{} \\spad{dydx} is the ordinary differential equation\\spad{'s} right hand side,{} \\spad{h} is the current step size and \\spad{tiny} is 10 times the smallest positive number representable. The user must supply an estimate for a trial step size and the maximum number of calls to \\spad{rk4qc} to use. Argument \\spad{x2} is the final point,{} \\spad{eps} is local truncation,{} \\spad{ns} is the maximum number of call to \\spad{rk4qc} to use. \\end{items}")) (|rk4f| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Integer|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4f(y,{}n,{}x1,{}x2,{}ns,{}derivs)} uses a 4-th order Runge-Kutta method to numerically integrate the ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector. Starting with \\spad{y} at \\spad{x1},{} this function uses \\spad{ns} fixed steps of a 4-th order Runge-Kutta integrator to advance the solution vector to \\spad{x2} and return the values in \\spad{y}. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.")) (|rk4qc| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Record| (|:| |try| (|Float|)) (|:| |did| (|Float|)) (|:| |next| (|Float|))) (|Float|) (|Vector| (|Float|)) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|))) "\\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs,{}t1,{}t2,{}t3,{}t4,{}t5,{}t6,{}t7)} is a subfunction for the numerical integration of an ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector using a 4-th order Runge-Kutta method. This function takes a 5-th order Runge-Kutta \\spad{step} with monitoring of local truncation to ensure accuracy and adjust stepsize. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.") (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Record| (|:| |try| (|Float|)) (|:| |did| (|Float|)) (|:| |next| (|Float|))) (|Float|) (|Vector| (|Float|)) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs)} is a subfunction for the numerical integration of an ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector using a 4-th order Runge-Kutta method. This function takes a 5-th order Runge-Kutta \\spad{step} with monitoring of local truncation to ensure accuracy and adjust stepsize. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.")) (|rk4a| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4a(y,{}n,{}x1,{}x2,{}eps,{}h,{}ns,{}derivs)} is a driver function for the numerical integration of an ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector using a 4-th order Runge-Kutta method. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.")) (|rk4| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|))) "\\spad{rk4(y,{}n,{}x1,{}h,{}derivs,{}t1,{}t2,{}t3,{}t4)} is the same as \\spad{rk4(y,{}n,{}x1,{}h,{}derivs)} except that you must provide 4 scratch arrays \\spad{t1}-\\spad{t4} of size \\spad{n}. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.") (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4(y,{}n,{}x1,{}h,{}derivs)} uses a 4-th order Runge-Kutta method to numerically integrate the ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector. Argument \\spad{y} is a vector of initial conditions of length \\spad{n} which upon exit contains the solution at \\spad{x1 + h},{} \\spad{n} is the number of dependent variables,{} \\spad{x1} is the initial point,{} \\spad{h} is the step size,{} and \\spad{derivs} is a function which computes the right hand side of the ordinary differential equation. For details,{} see \\spadtype{NumericalOrdinaryDifferentialEquations}.")))
NIL
NIL
-(-774)
+(-775)
((|constructor| (NIL "This suite of routines performs numerical quadrature using algorithms derived from the basic trapezoidal rule. Because the error term of this rule contains only even powers of the step size (for open and closed versions),{} fast convergence can be obtained if the integrand is sufficiently smooth. \\blankline Each routine returns a Record of type TrapAns,{} which contains\\indent{3} \\newline value (\\spadtype{Float}):\\tab{20} estimate of the integral \\newline error (\\spadtype{Float}):\\tab{20} estimate of the error in the computation \\newline totalpts (\\spadtype{Integer}):\\tab{20} total number of function evaluations \\newline success (\\spadtype{Boolean}):\\tab{20} if the integral was computed within the user specified error criterion \\indent{0}\\indent{0} To produce this estimate,{} each routine generates an internal sequence of sub-estimates,{} denoted by {\\em S(i)},{} depending on the routine,{} to which the various convergence criteria are applied. The user must supply a relative accuracy,{} \\spad{eps_r},{} and an absolute accuracy,{} \\spad{eps_a}. Convergence is obtained when either \\center{\\spad{ABS(S(i) - S(i-1)) < eps_r * ABS(S(i-1))}} \\center{or \\spad{ABS(S(i) - S(i-1)) < eps_a}} are \\spad{true} statements. \\blankline The routines come in three families and three flavors: \\newline\\tab{3} closed:\\tab{20}romberg,{}\\tab{30}simpson,{}\\tab{42}trapezoidal \\newline\\tab{3} open: \\tab{20}rombergo,{}\\tab{30}simpsono,{}\\tab{42}trapezoidalo \\newline\\tab{3} adaptive closed:\\tab{20}aromberg,{}\\tab{30}asimpson,{}\\tab{42}atrapezoidal \\par The {\\em S(i)} for the trapezoidal family is the value of the integral using an equally spaced absicca trapezoidal rule for that level of refinement. \\par The {\\em S(i)} for the simpson family is the value of the integral using an equally spaced absicca simpson rule for that level of refinement. \\par The {\\em S(i)} for the romberg family is the estimate of the integral using an equally spaced absicca romberg method. For the \\spad{i}\\spad{-}th level,{} this is an appropriate combination of all the previous trapezodial estimates so that the error term starts with the \\spad{2*(i+1)} power only. \\par The three families come in a closed version,{} where the formulas include the endpoints,{} an open version where the formulas do not include the endpoints and an adaptive version,{} where the user is required to input the number of subintervals over which the appropriate closed family integrator will apply with the usual convergence parmeters for each subinterval. This is useful where a large number of points are needed only in a small fraction of the entire domain. \\par Each routine takes as arguments: \\newline \\spad{f}\\tab{10} integrand \\newline a\\tab{10} starting point \\newline \\spad{b}\\tab{10} ending point \\newline \\spad{eps_r}\\tab{10} relative error \\newline \\spad{eps_a}\\tab{10} absolute error \\newline \\spad{nmin} \\tab{10} refinement level when to start checking for convergence (> 1) \\newline \\spad{nmax} \\tab{10} maximum level of refinement \\par The adaptive routines take as an additional parameter \\newline \\spad{nint}\\tab{10} the number of independent intervals to apply a closed \\indented{1}{family integrator of the same name.} \\par Notes: \\newline Closed family level \\spad{i} uses \\spad{1 + 2**i} points. \\newline Open family level \\spad{i} uses \\spad{1 + 3**i} points.")) (|trapezoidalo| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{trapezoidalo(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the trapezoidal method to numerically integrate function \\spad{fn} over the open interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|simpsono| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{simpsono(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the simpson method to numerically integrate function \\spad{fn} over the open interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|rombergo| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{rombergo(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the romberg method to numerically integrate function \\spad{fn} over the open interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|trapezoidal| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{trapezoidal(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the trapezoidal method to numerically integrate function \\spadvar{\\spad{fn}} over the closed interval \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|simpson| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{simpson(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the simpson method to numerically integrate function \\spad{fn} over the closed interval \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|romberg| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{romberg(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the romberg method to numerically integrate function \\spadvar{\\spad{fn}} over the closed interval \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|atrapezoidal| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{atrapezoidal(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax,{}nint)} uses the adaptive trapezoidal method to numerically integrate function \\spad{fn} over the closed interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax},{} and where \\spad{nint} is the number of independent intervals to apply the integrator. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|asimpson| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{asimpson(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax,{}nint)} uses the adaptive simpson method to numerically integrate function \\spad{fn} over the closed interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax},{} and where \\spad{nint} is the number of independent intervals to apply the integrator. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|aromberg| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{aromberg(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax,{}nint)} uses the adaptive romberg method to numerically integrate function \\spad{fn} over the closed interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax},{} and where \\spad{nint} is the number of independent intervals to apply the integrator. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")))
NIL
NIL
-(-775 |Curve|)
+(-776 |Curve|)
((|constructor| (NIL "\\indented{1}{Author: Clifton \\spad{J}. Williamson} Date Created: Bastille Day 1989 Date Last Updated: 5 June 1990 Keywords: Examples: Package for constructing tubes around 3-dimensional parametric curves.")) (|tube| (((|TubePlot| |#1|) |#1| (|DoubleFloat|) (|Integer|)) "\\spad{tube(c,{}r,{}n)} creates a tube of radius \\spad{r} around the curve \\spad{c}.")))
NIL
NIL
-(-776)
+(-777)
((|constructor| (NIL "Ordered sets which are also abelian groups,{} such that the addition preserves the ordering.")))
NIL
NIL
-(-777)
+(-778)
((|constructor| (NIL "Ordered sets which are also abelian monoids,{} such that the addition preserves the ordering.")))
NIL
NIL
-(-778)
+(-779)
((|constructor| (NIL "This domain is an OrderedAbelianMonoid with a \\spadfun{sup} operation added. The purpose of the \\spadfun{sup} operator in this domain is to act as a supremum with respect to the partial order imposed by \\spadop{-},{} rather than with respect to the total \\spad{>} order (since that is \"max\"). \\blankline")) (|sup| (($ $ $) "\\spad{sup(x,{}y)} returns the least element from which both \\spad{x} and \\spad{y} can be subtracted.")))
NIL
NIL
-(-779)
+(-780)
((|constructor| (NIL "Ordered sets which are also abelian semigroups,{} such that the addition preserves the ordering. \\indented{2}{\\spad{ x < y => x+z < y+z}}")))
NIL
NIL
-(-780)
+(-781)
((|constructor| (NIL "Ordered sets which are also abelian cancellation monoids,{} such that the addition preserves the ordering.")))
NIL
NIL
-(-781 S R)
+(-782 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,{}\\spad{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 (-357))) (|HasCategory| |#2| (QUOTE (-537))) (|HasCategory| |#2| (QUOTE (-1039))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-362))))
-(-782 R)
+((|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-538))) (|HasCategory| |#2| (QUOTE (-1040))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-362))))
+(-783 R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#1| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) "\\spad{octon(re,{}\\spad{ri},{}rj,{}rk,{}rE,{}rI,{}rJ,{}rK)} constructs an octonion from scalars.")) (|norm| ((|#1| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#1| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#1| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#1| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#1| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#1| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#1| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#1| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#1| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
+((-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-783 -4029 R OS S)
+(-784 -4028 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
-(-784 R)
+(-785 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}.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (-4029 (|HasCategory| (-980 |#1|) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (-4029 (|HasCategory| (-980 |#1|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-1039))) (|HasCategory| |#1| (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| (-980 |#1|) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-980 |#1|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))))
-(-785)
+((-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (-4028 (|HasCategory| (-981 |#1|) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (-4028 (|HasCategory| (-981 |#1|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-1040))) (|HasCategory| |#1| (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| (-981 |#1|) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-981 |#1|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))))
+(-786)
((|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
-(-786 R -3220 L)
+(-787 R -3219 L)
((|constructor| (NIL "Solution of linear ordinary differential equations,{} constant coefficient case.")) (|constDsolve| (((|Record| (|:| |particular| |#2|) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Symbol|)) "\\spad{constDsolve(op,{} g,{} x)} returns \\spad{[f,{} [y1,{}...,{}ym]]} where \\spad{f} is a particular solution of the equation \\spad{op y = g},{} and the \\spad{\\spad{yi}}\\spad{'s} form a basis for the solutions of \\spad{op y = 0}.")))
NIL
NIL
-(-787 R -3220)
+(-788 R -3219)
((|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
-(-788)
+(-789)
((|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
-(-789 R -3220)
+(-790 R -3219)
((|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
-(-790)
+(-791)
((|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
-(-791 -3220 UP UPUP R)
+(-792 -3219 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
-(-792 -3220 UP L LQ)
+(-793 -3219 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
-(-793)
+(-794)
((|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| (((|OutputForm|) $) "\\spad{coerce(x)} \\undocumented{}") (($ (|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
-(-794 -3220 UP L LQ)
+(-795 -3219 UP L LQ)
((|constructor| (NIL "In-field solution of Riccati equations,{} primitive case.")) (|changeVar| ((|#3| |#3| (|Fraction| |#2|)) "\\spad{changeVar(+/[\\spad{ai} D^i],{} a)} returns the operator \\spad{+/[\\spad{ai} (D+a)\\spad{^i}]}.") ((|#3| |#3| |#2|) "\\spad{changeVar(+/[\\spad{ai} D^i],{} a)} returns the operator \\spad{+/[\\spad{ai} (D+a)\\spad{^i}]}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op,{} zeros,{} ezfactor)} returns \\spad{[[f1,{} L1],{} [f2,{} L2],{} ... ,{} [fk,{} Lk]]} such that the singular part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{fi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{\\spad{Li} z=0}. \\spad{zeros(C(x),{}H(x,{}y))} returns all the \\spad{P_i(x)}\\spad{'s} such that \\spad{H(x,{}P_i(x)) = 0 modulo C(x)}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op,{} zeros)} returns \\spad{[[p1,{} L1],{} [p2,{} L2],{} ... ,{} [pk,{} Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{pi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{\\spad{Li} z =0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|constantCoefficientRicDE| (((|List| (|Record| (|:| |constant| |#1|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{constantCoefficientRicDE(op,{} ric)} returns \\spad{[[a1,{} L1],{} [a2,{} L2],{} ... ,{} [ak,{} Lk]]} such that any rational solution with no polynomial part of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{ai}\\spad{'s} in which case the equation for \\spad{z = y e^{-int \\spad{ai}}} is \\spad{\\spad{Li} z = 0}. \\spad{ric} is a Riccati equation solver over \\spad{F},{} whose input is the associated linear equation.")) (|leadingCoefficientRicDE| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |eq| |#2|))) |#3|) "\\spad{leadingCoefficientRicDE(op)} returns \\spad{[[m1,{} p1],{} [m2,{} p2],{} ... ,{} [mk,{} pk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must have degree \\spad{mj} for some \\spad{j},{} and its leading coefficient is then a zero of \\spad{pj}. In addition,{}\\spad{m1>m2> ... >mk}.")) (|denomRicDE| ((|#2| |#3|) "\\spad{denomRicDE(op)} returns a polynomial \\spad{d} such that any rational solution of the associated Riccati equation of \\spad{op y = 0} is of the form \\spad{p/d + q'/q + r} for some polynomials \\spad{p} and \\spad{q} and a reduced \\spad{r}. Also,{} \\spad{deg(p) < deg(d)} and {\\spad{gcd}(\\spad{d},{}\\spad{q}) = 1}.")))
NIL
NIL
-(-795 -3220 UP)
+(-796 -3219 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
-(-796 -3220 L UP A LO)
+(-797 -3219 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
-(-797 -3220 UP)
+(-798 -3219 UP)
((|constructor| (NIL "In-field solution of Riccati equations,{} rational case.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op,{} zeros)} returns \\spad{[[p1,{} L1],{} [p2,{} L2],{} ... ,{} [pk,{}Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{pi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int p}} is \\spad{\\spad{Li} z = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op,{} ezfactor)} returns \\spad{[[f1,{}L1],{} [f2,{}L2],{}...,{} [fk,{}Lk]]} such that the singular \\spad{++} part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{fi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int \\spad{ai}}} is \\spad{\\spad{Li} z = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|ricDsolve| (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op,{} ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op,{} ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op,{} zeros,{} ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op,{} zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op,{} zeros,{} ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op,{} zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")))
NIL
((|HasCategory| |#1| (QUOTE (-27))))
-(-798 -3220 LO)
+(-799 -3219 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
-(-799 -3220 LODO)
+(-800 -3219 LODO)
((|constructor| (NIL "\\spad{ODETools} provides tools for the linear ODE solver.")) (|particularSolution| (((|Union| |#1| "failed") |#2| |#1| (|List| |#1|) (|Mapping| |#1| |#1|)) "\\spad{particularSolution(op,{} g,{} [f1,{}...,{}fm],{} I)} returns a particular solution \\spad{h} of the equation \\spad{op y = g} where \\spad{[f1,{}...,{}fm]} are linearly independent and \\spad{op(\\spad{fi})=0}. The value \"failed\" is returned if no particular solution is found. Note: the method of variations of parameters is used.")) (|variationOfParameters| (((|Union| (|Vector| |#1|) "failed") |#2| |#1| (|List| |#1|)) "\\spad{variationOfParameters(op,{} g,{} [f1,{}...,{}fm])} returns \\spad{[u1,{}...,{}um]} such that a particular solution of the equation \\spad{op y = g} is \\spad{f1 int(u1) + ... + fm int(um)} where \\spad{[f1,{}...,{}fm]} are linearly independent and \\spad{op(\\spad{fi})=0}. The value \"failed\" is returned if \\spad{m < n} and no particular solution is found.")) (|wronskianMatrix| (((|Matrix| |#1|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{wronskianMatrix([f1,{}...,{}fn],{} q,{} D)} returns the \\spad{q x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),{}...,{}fn^(i-1)]}.") (((|Matrix| |#1|) (|List| |#1|)) "\\spad{wronskianMatrix([f1,{}...,{}fn])} returns the \\spad{n x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),{}...,{}fn^(i-1)]}.")))
NIL
NIL
-(-800 -2072 S |f|)
+(-801 -2073 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}.")))
-((-4362 |has| |#2| (-1030)) (-4363 |has| |#2| (-1030)) (-4365 |has| |#2| (-6 -4365)) ((-4370 "*") |has| |#2| (-169)) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))))) (-4029 (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1078)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1030)))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (QUOTE (-357))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357)))) (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (QUOTE (-778))) (-4029 (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-830)))) (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-169))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-1030)))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1030)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1030)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-169)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-357)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-362)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-711)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-778)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-830)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1030)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1078))))) (-4029 (-12 (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-778))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-830))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))))) (|HasCategory| (-552) (QUOTE (-832))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1030)))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-4029 (|HasCategory| |#2| (QUOTE (-1030))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-1078)))) (|HasAttribute| |#2| (QUOTE -4365)) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-801 R)
+((-4363 |has| |#2| (-1031)) (-4364 |has| |#2| (-1031)) (-4366 |has| |#2| (-6 -4366)) ((-4371 "*") |has| |#2| (-169)) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))))) (-4028 (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1079)))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1031)))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (QUOTE (-357))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357)))) (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (QUOTE (-779))) (-4028 (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-831)))) (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-169))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-1031)))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1031)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1031)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-169)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-357)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-362)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-712)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-779)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-831)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1031)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1079))))) (-4028 (-12 (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-362))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-779))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-831))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))))) (|HasCategory| (-553) (QUOTE (-833))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (QUOTE (-1031)))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155))))) (-4028 (|HasCategory| |#2| (QUOTE (-1031))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-1079)))) (|HasAttribute| |#2| (QUOTE -4366)) (|HasCategory| |#2| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-802 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")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| (-803 (-1154)) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-803 (-1154)) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-803 (-1154)) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-803 (-1154)) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-803 (-1154)) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
-(-802 |Kernels| R |var|)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| (-804 (-1155)) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-804 (-1155)) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-804 (-1155)) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-804 (-1155)) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-804 (-1155)) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#1| (QUOTE -4367)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(-803 |Kernels| R |var|)
((|constructor| (NIL "This constructor produces an ordinary differential ring from a partial differential ring by specifying a variable.")) (|coerce| ((|#2| $) "\\spad{coerce(p)} views \\spad{p} as a valie in the partial differential ring.") (($ |#2|) "\\spad{coerce(r)} views \\spad{r} as a value in the ordinary differential ring.")))
-(((-4370 "*") |has| |#2| (-357)) (-4361 |has| |#2| (-357)) (-4366 |has| |#2| (-357)) (-4360 |has| |#2| (-357)) (-4365 . T) (-4363 . T) (-4362 . T))
+(((-4371 "*") |has| |#2| (-357)) (-4362 |has| |#2| (-357)) (-4367 |has| |#2| (-357)) (-4361 |has| |#2| (-357)) (-4366 . T) (-4364 . T) (-4363 . T))
((|HasCategory| |#2| (QUOTE (-357))))
-(-803 S)
+(-804 S)
((|constructor| (NIL "\\spadtype{OrderlyDifferentialVariable} adds a commonly used orderly ranking to the set of derivatives of an ordered list of differential indeterminates. An orderly ranking is a ranking \\spadfun{<} of the derivatives with the property that for two derivatives \\spad{u} and \\spad{v},{} \\spad{u} \\spadfun{<} \\spad{v} if the \\spadfun{order} of \\spad{u} is less than that of \\spad{v}. This domain belongs to \\spadtype{DifferentialVariableCategory}. It defines \\spadfun{weight} to be just \\spadfun{order},{} and it defines an orderly ranking \\spadfun{<} on derivatives \\spad{u} via the lexicographic order on the pair (\\spadfun{order}(\\spad{u}),{} \\spadfun{variable}(\\spad{u})).")))
NIL
NIL
-(-804 S)
+(-805 S)
((|constructor| (NIL "\\indented{3}{The free monoid on a set \\spad{S} is the monoid of finite products of} the form \\spad{reduce(*,{}[\\spad{si} ** \\spad{ni}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are non-negative integers. The multiplication is not commutative. For two elements \\spad{x} and \\spad{y} the relation \\spad{x < y} holds if either \\spad{length(x) < length(y)} holds or if these lengths are equal and if \\spad{x} is smaller than \\spad{y} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\spad{S}. This domain inherits implementation from \\spadtype{FreeMonoid}.")) (|varList| (((|List| |#1|) $) "\\spad{varList(x)} returns the list of variables of \\spad{x}.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(x)} returns the length of \\spad{x}.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|NonNegativeInteger|)))) $) "\\spad{factors(a1\\^e1,{}...,{}an\\^en)} returns \\spad{[[a1,{} e1],{}...,{}[an,{} en]]}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x,{} n)} returns the factor of the \\spad{n-th} monomial of \\spad{x}.")) (|nthExpon| (((|NonNegativeInteger|) $ (|Integer|)) "\\spad{nthExpon(x,{} n)} returns the exponent of the \\spad{n-th} monomial of \\spad{x}.")) (|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} and \\spad{y = m * r} hold and such that \\spad{l} and \\spad{r} have no overlap,{} that is \\spad{overlap(l,{} r) = [l,{} 1,{} r]}.")) (|div| (((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) "failed") $ $) "\\spad{x div y} returns the left and right exact quotients of \\spad{x} by \\spad{y},{} that is \\spad{[l,{} r]} such that \\spad{x = l * y * r}. \"failed\" is returned iff \\spad{x} is not of the form \\spad{l * y * r}.")) (|rquo| (((|Union| $ "failed") $ |#1|) "\\spad{rquo(x,{} s)} returns the exact right quotient of \\spad{x} by \\spad{s}.") (((|Union| $ "failed") $ $) "\\spad{rquo(x,{} y)} returns the exact right quotient of \\spad{x} by \\spad{y} that is \\spad{q} such that \\spad{x = q * y},{} \"failed\" if \\spad{x} is not of the form \\spad{q * y}.")) (|lquo| (((|Union| $ "failed") $ |#1|) "\\spad{lquo(x,{} s)} returns the exact left quotient of \\spad{x} by \\spad{s}.") (((|Union| $ "failed") $ $) "\\spad{lquo(x,{} y)} returns the exact left quotient of \\spad{x} \\indented{1}{by \\spad{y} that is \\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},{} that is 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},{} that is the largest \\spad{d} such that \\spad{x = d a} and \\spad{y = d b}.")) (|lexico| (((|Boolean|) $ $) "\\spad{lexico(x,{}y)} returns \\spad{true} iff \\spad{x} is smaller than \\spad{y} \\spad{w}.\\spad{r}.\\spad{t}. the pure lexicographical ordering induced by \\spad{S}.")) (|mirror| (($ $) "\\spad{mirror(x)} returns the reversed word of \\spad{x}.")) (|rest| (($ $) "\\spad{rest(x)} returns \\spad{x} except the first letter.")) (|first| ((|#1| $) "\\spad{first(x)} returns the first letter of \\spad{x}.")) (** (($ |#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.")))
NIL
NIL
-(-805)
+(-806)
((|constructor| (NIL "The category of ordered commutative integral domains,{} where ordering and the arithmetic operations are compatible \\blankline")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-806)
+(-807)
((|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}")))
NIL
NIL
-(-807)
+(-808)
((|constructor| (NIL "\\spadtype{OpenMathDevice} provides support for reading and writing openMath objects to files,{} strings etc. It also provides access to low-level operations from within the interpreter.")) (|OMgetType| (((|Symbol|) $) "\\spad{OMgetType(dev)} returns the type of the next object on \\axiom{\\spad{dev}}.")) (|OMgetSymbol| (((|Record| (|:| |cd| (|String|)) (|:| |name| (|String|))) $) "\\spad{OMgetSymbol(dev)} reads a symbol from \\axiom{\\spad{dev}}.")) (|OMgetString| (((|String|) $) "\\spad{OMgetString(dev)} reads a string from \\axiom{\\spad{dev}}.")) (|OMgetVariable| (((|Symbol|) $) "\\spad{OMgetVariable(dev)} reads a variable from \\axiom{\\spad{dev}}.")) (|OMgetFloat| (((|DoubleFloat|) $) "\\spad{OMgetFloat(dev)} reads a float from \\axiom{\\spad{dev}}.")) (|OMgetInteger| (((|Integer|) $) "\\spad{OMgetInteger(dev)} reads an integer from \\axiom{\\spad{dev}}.")) (|OMgetEndObject| (((|Void|) $) "\\spad{OMgetEndObject(dev)} reads an end object token from \\axiom{\\spad{dev}}.")) (|OMgetEndError| (((|Void|) $) "\\spad{OMgetEndError(dev)} reads an end error token from \\axiom{\\spad{dev}}.")) (|OMgetEndBVar| (((|Void|) $) "\\spad{OMgetEndBVar(dev)} reads an end bound variable list token from \\axiom{\\spad{dev}}.")) (|OMgetEndBind| (((|Void|) $) "\\spad{OMgetEndBind(dev)} reads an end binder token from \\axiom{\\spad{dev}}.")) (|OMgetEndAttr| (((|Void|) $) "\\spad{OMgetEndAttr(dev)} reads an end attribute token from \\axiom{\\spad{dev}}.")) (|OMgetEndAtp| (((|Void|) $) "\\spad{OMgetEndAtp(dev)} reads an end attribute pair token from \\axiom{\\spad{dev}}.")) (|OMgetEndApp| (((|Void|) $) "\\spad{OMgetEndApp(dev)} reads an end application token from \\axiom{\\spad{dev}}.")) (|OMgetObject| (((|Void|) $) "\\spad{OMgetObject(dev)} reads a begin object token from \\axiom{\\spad{dev}}.")) (|OMgetError| (((|Void|) $) "\\spad{OMgetError(dev)} reads a begin error token from \\axiom{\\spad{dev}}.")) (|OMgetBVar| (((|Void|) $) "\\spad{OMgetBVar(dev)} reads a begin bound variable list token from \\axiom{\\spad{dev}}.")) (|OMgetBind| (((|Void|) $) "\\spad{OMgetBind(dev)} reads a begin binder token from \\axiom{\\spad{dev}}.")) (|OMgetAttr| (((|Void|) $) "\\spad{OMgetAttr(dev)} reads a begin attribute token from \\axiom{\\spad{dev}}.")) (|OMgetAtp| (((|Void|) $) "\\spad{OMgetAtp(dev)} reads a begin attribute pair token from \\axiom{\\spad{dev}}.")) (|OMgetApp| (((|Void|) $) "\\spad{OMgetApp(dev)} reads a begin application token from \\axiom{\\spad{dev}}.")) (|OMputSymbol| (((|Void|) $ (|String|) (|String|)) "\\spad{OMputSymbol(dev,{}cd,{}s)} writes the symbol \\axiom{\\spad{s}} from \\spad{CD} \\axiom{\\spad{cd}} to \\axiom{\\spad{dev}}.")) (|OMputString| (((|Void|) $ (|String|)) "\\spad{OMputString(dev,{}i)} writes the string \\axiom{\\spad{i}} to \\axiom{\\spad{dev}}.")) (|OMputVariable| (((|Void|) $ (|Symbol|)) "\\spad{OMputVariable(dev,{}i)} writes the variable \\axiom{\\spad{i}} to \\axiom{\\spad{dev}}.")) (|OMputFloat| (((|Void|) $ (|DoubleFloat|)) "\\spad{OMputFloat(dev,{}i)} writes the float \\axiom{\\spad{i}} to \\axiom{\\spad{dev}}.")) (|OMputInteger| (((|Void|) $ (|Integer|)) "\\spad{OMputInteger(dev,{}i)} writes the integer \\axiom{\\spad{i}} to \\axiom{\\spad{dev}}.")) (|OMputEndObject| (((|Void|) $) "\\spad{OMputEndObject(dev)} writes an end object token to \\axiom{\\spad{dev}}.")) (|OMputEndError| (((|Void|) $) "\\spad{OMputEndError(dev)} writes an end error token to \\axiom{\\spad{dev}}.")) (|OMputEndBVar| (((|Void|) $) "\\spad{OMputEndBVar(dev)} writes an end bound variable list token to \\axiom{\\spad{dev}}.")) (|OMputEndBind| (((|Void|) $) "\\spad{OMputEndBind(dev)} writes an end binder token to \\axiom{\\spad{dev}}.")) (|OMputEndAttr| (((|Void|) $) "\\spad{OMputEndAttr(dev)} writes an end attribute token to \\axiom{\\spad{dev}}.")) (|OMputEndAtp| (((|Void|) $) "\\spad{OMputEndAtp(dev)} writes an end attribute pair token to \\axiom{\\spad{dev}}.")) (|OMputEndApp| (((|Void|) $) "\\spad{OMputEndApp(dev)} writes an end application token to \\axiom{\\spad{dev}}.")) (|OMputObject| (((|Void|) $) "\\spad{OMputObject(dev)} writes a begin object token to \\axiom{\\spad{dev}}.")) (|OMputError| (((|Void|) $) "\\spad{OMputError(dev)} writes a begin error token to \\axiom{\\spad{dev}}.")) (|OMputBVar| (((|Void|) $) "\\spad{OMputBVar(dev)} writes a begin bound variable list token to \\axiom{\\spad{dev}}.")) (|OMputBind| (((|Void|) $) "\\spad{OMputBind(dev)} writes a begin binder token to \\axiom{\\spad{dev}}.")) (|OMputAttr| (((|Void|) $) "\\spad{OMputAttr(dev)} writes a begin attribute token to \\axiom{\\spad{dev}}.")) (|OMputAtp| (((|Void|) $) "\\spad{OMputAtp(dev)} writes a begin attribute pair token to \\axiom{\\spad{dev}}.")) (|OMputApp| (((|Void|) $) "\\spad{OMputApp(dev)} writes a begin application token to \\axiom{\\spad{dev}}.")) (|OMsetEncoding| (((|Void|) $ (|OpenMathEncoding|)) "\\spad{OMsetEncoding(dev,{}enc)} sets the encoding used for reading or writing OpenMath objects to or from \\axiom{\\spad{dev}} to \\axiom{\\spad{enc}}.")) (|OMclose| (((|Void|) $) "\\spad{OMclose(dev)} closes \\axiom{\\spad{dev}},{} flushing output if necessary.")) (|OMopenString| (($ (|String|) (|OpenMathEncoding|)) "\\spad{OMopenString(s,{}mode)} opens the string \\axiom{\\spad{s}} for reading or writing OpenMath objects in encoding \\axiom{enc}.")) (|OMopenFile| (($ (|String|) (|String|) (|OpenMathEncoding|)) "\\spad{OMopenFile(f,{}mode,{}enc)} opens file \\axiom{\\spad{f}} for reading or writing OpenMath objects (depending on \\axiom{\\spad{mode}} which can be \\spad{\"r\"},{} \\spad{\"w\"} or \"a\" for read,{} write and append respectively),{} in the encoding \\axiom{\\spad{enc}}.")))
NIL
NIL
-(-808)
+(-809)
((|constructor| (NIL "\\spadtype{OpenMathEncoding} is the set of valid OpenMath encodings.")) (|OMencodingBinary| (($) "\\spad{OMencodingBinary()} is the constant for the OpenMath binary encoding.")) (|OMencodingSGML| (($) "\\spad{OMencodingSGML()} is the constant for the deprecated OpenMath SGML encoding.")) (|OMencodingXML| (($) "\\spad{OMencodingXML()} is the constant for the OpenMath \\spad{XML} encoding.")) (|OMencodingUnknown| (($) "\\spad{OMencodingUnknown()} is the constant for unknown encoding types. If this is used on an input device,{} the encoding will be autodetected. It is invalid to use it on an output device.")))
NIL
NIL
-(-809)
+(-810)
((|constructor| (NIL "\\spadtype{OpenMathErrorKind} represents different kinds of OpenMath errors: specifically parse errors,{} unknown \\spad{CD} or symbol errors,{} and read errors.")) (|OMReadError?| (((|Boolean|) $) "\\spad{OMReadError?(u)} tests whether \\spad{u} is an OpenMath read error.")) (|OMUnknownSymbol?| (((|Boolean|) $) "\\spad{OMUnknownSymbol?(u)} tests whether \\spad{u} is an OpenMath unknown symbol error.")) (|OMUnknownCD?| (((|Boolean|) $) "\\spad{OMUnknownCD?(u)} tests whether \\spad{u} is an OpenMath unknown \\spad{CD} error.")) (|OMParseError?| (((|Boolean|) $) "\\spad{OMParseError?(u)} tests whether \\spad{u} is an OpenMath parsing error.")) (|coerce| (($ (|Symbol|)) "\\spad{coerce(u)} creates an OpenMath error object of an appropriate type if \\axiom{\\spad{u}} is one of \\axiom{OMParseError},{} \\axiom{OMReadError},{} \\axiom{OMUnknownCD} or \\axiom{OMUnknownSymbol},{} otherwise it raises a runtime error.")))
NIL
NIL
-(-810)
+(-811)
((|constructor| (NIL "\\spadtype{OpenMathError} is the domain of OpenMath errors.")) (|omError| (($ (|OpenMathErrorKind|) (|List| (|Symbol|))) "\\spad{omError(k,{}l)} creates an instance of OpenMathError.")) (|errorInfo| (((|List| (|Symbol|)) $) "\\spad{errorInfo(u)} returns information about the error \\spad{u}.")) (|errorKind| (((|OpenMathErrorKind|) $) "\\spad{errorKind(u)} returns the type of error which \\spad{u} represents.")))
NIL
NIL
-(-811 R)
+(-812 R)
((|constructor| (NIL "\\spadtype{ExpressionToOpenMath} provides support for converting objects of type \\spadtype{Expression} into OpenMath.")))
NIL
NIL
-(-812 P R)
+(-813 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}.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
+((-4363 . T) (-4364 . T) (-4366 . T))
((|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-228))))
-(-813)
+(-814)
((|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.")))
NIL
NIL
-(-814)
+(-815)
((|constructor| (NIL "\\spadtype{OpenMathPackage} provides some simple utilities to make reading OpenMath objects easier.")) (|OMunhandledSymbol| (((|Exit|) (|String|) (|String|)) "\\spad{OMunhandledSymbol(s,{}cd)} raises an error if AXIOM reads a symbol which it is unable to handle. Note that this is different from an unexpected symbol.")) (|OMsupportsSymbol?| (((|Boolean|) (|String|) (|String|)) "\\spad{OMsupportsSymbol?(s,{}cd)} returns \\spad{true} if AXIOM supports symbol \\axiom{\\spad{s}} from \\spad{CD} \\axiom{\\spad{cd}},{} \\spad{false} otherwise.")) (|OMsupportsCD?| (((|Boolean|) (|String|)) "\\spad{OMsupportsCD?(cd)} returns \\spad{true} if AXIOM supports \\axiom{\\spad{cd}},{} \\spad{false} otherwise.")) (|OMlistSymbols| (((|List| (|String|)) (|String|)) "\\spad{OMlistSymbols(cd)} lists all the symbols in \\axiom{\\spad{cd}}.")) (|OMlistCDs| (((|List| (|String|))) "\\spad{OMlistCDs()} lists all the \\spad{CDs} supported by AXIOM.")) (|OMreadStr| (((|Any|) (|String|)) "\\spad{OMreadStr(f)} reads an OpenMath object from \\axiom{\\spad{f}} and passes it to AXIOM.")) (|OMreadFile| (((|Any|) (|String|)) "\\spad{OMreadFile(f)} reads an OpenMath object from \\axiom{\\spad{f}} and passes it to AXIOM.")) (|OMread| (((|Any|) (|OpenMathDevice|)) "\\spad{OMread(dev)} reads an OpenMath object from \\axiom{\\spad{dev}} and passes it to AXIOM.")))
NIL
NIL
-(-815 S)
+(-816 S)
((|constructor| (NIL "to become an in order iterator")) (|min| ((|#1| $) "\\spad{min(u)} returns the smallest entry in the multiset aggregate \\spad{u}.")))
-((-4368 . T) (-4358 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4359 . T) (-4370 . T) (-4284 . T))
NIL
-(-816)
+(-817)
((|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.")))
NIL
NIL
-(-817 R S)
+(-818 R S)
((|constructor| (NIL "Lifting of maps to one-point completions. Date Created: 4 Oct 1989 Date Last Updated: 4 Oct 1989")) (|map| (((|OnePointCompletion| |#2|) (|Mapping| |#2| |#1|) (|OnePointCompletion| |#1|) (|OnePointCompletion| |#2|)) "\\spad{map(f,{} r,{} i)} lifts \\spad{f} and applies it to \\spad{r},{} assuming that \\spad{f}(infinity) = \\spad{i}.") (((|OnePointCompletion| |#2|) (|Mapping| |#2| |#1|) (|OnePointCompletion| |#1|)) "\\spad{map(f,{} r)} lifts \\spad{f} and applies it to \\spad{r},{} assuming that \\spad{f}(infinity) = infinity.")))
NIL
NIL
-(-818 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.")))
-((-4365 |has| |#1| (-830)))
-((|HasCategory| |#1| (QUOTE (-830))) (-4029 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-830)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-537))) (-4029 (|HasCategory| |#1| (QUOTE (-830))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-21))))
(-819 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.")))
+((-4366 |has| |#1| (-831)))
+((|HasCategory| |#1| (QUOTE (-831))) (-4028 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-831)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-538))) (-4028 (|HasCategory| |#1| (QUOTE (-831))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-21))))
+(-820 R)
((|constructor| (NIL "Algebra of ADDITIVE operators over a ring.")))
-((-4363 |has| |#1| (-169)) (-4362 |has| |#1| (-169)) (-4365 . T))
+((-4364 |has| |#1| (-169)) (-4363 |has| |#1| (-169)) (-4366 . T))
((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))))
-(-820)
+(-821)
((|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).")))
NIL
NIL
-(-821)
+(-822)
((|numericalOptimization| (((|Result|) (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|)))))) "\\spad{numericalOptimization(args)} performs the optimization of the function given the strategy or method returned by \\axiomFun{measure}.") (((|Result|) (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|))))) "\\spad{numericalOptimization(args)} performs the optimization of the function given the strategy or method returned by \\axiomFun{measure}.")) (|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |explanations| (|String|))) (|RoutinesTable|) (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|))))) "\\spad{measure(R,{}args)} calculates an estimate of the ability of a particular method to solve an optimization 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.") (((|Record| (|:| |measure| (|Float|)) (|:| |explanations| (|String|))) (|RoutinesTable|) (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|)))))) "\\spad{measure(R,{}args)} calculates an estimate of the ability of a particular method to solve an optimization 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
-(-822)
+(-823)
((|goodnessOfFit| (((|Result|) (|List| (|Expression| (|Float|))) (|List| (|Float|))) "\\spad{goodnessOfFit(lf,{}start)} is a top level ANNA function to check to goodness of fit of a least squares model \\spadignore{i.e.} the minimization of a set of functions,{} \\axiom{\\spad{lf}},{} of one or more variables without constraints. \\blankline The parameter \\axiom{\\spad{start}} is a list of the initial guesses of the values of the variables. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalOptimizationCategory} to get the name and other relevant information of the best \\axiom{measure} and then optimize the function on that \\axiom{domain}. It then calls the numerical routine \\axiomType{E04YCF} to get estimates of the variance-covariance matrix of the regression coefficients of the least-squares problem. \\blankline It thus returns both the results of the optimization and the variance-covariance calculation. goodnessOfFit(\\spad{lf},{}\\spad{start}) is a top level function to iterate over the \\axiom{domains} of \\axiomType{NumericalOptimizationCategory} to get the name and other relevant information of the best \\axiom{measure} and then optimize the function on that \\axiom{domain}. It then checks the goodness of fit of the least squares model.") (((|Result|) (|NumericalOptimizationProblem|)) "\\spad{goodnessOfFit(prob)} is a top level ANNA function to check to goodness of fit of a least squares model as defined within \\axiom{\\spad{prob}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalOptimizationCategory} to get the name and other relevant information of the best \\axiom{measure} and then optimize the function on that \\axiom{domain}. It then calls the numerical routine \\axiomType{E04YCF} to get estimates of the variance-covariance matrix of the regression coefficients of the least-squares problem. \\blankline It thus returns both the results of the optimization and the variance-covariance calculation.")) (|optimize| (((|Result|) (|List| (|Expression| (|Float|))) (|List| (|Float|))) "\\spad{optimize(lf,{}start)} is a top level ANNA function to minimize a set of functions,{} \\axiom{\\spad{lf}},{} of one or more variables without constraints \\spadignore{i.e.} a least-squares problem. \\blankline The parameter \\axiom{\\spad{start}} is a list of the initial guesses of the values of the variables. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalOptimizationCategory} to get the name and other relevant information of the best \\axiom{measure} and then optimize the function on that \\axiom{domain}.") (((|Result|) (|Expression| (|Float|)) (|List| (|Float|))) "\\spad{optimize(f,{}start)} is a top level ANNA function to minimize a function,{} \\axiom{\\spad{f}},{} of one or more variables without constraints. \\blankline The parameter \\axiom{\\spad{start}} is a list of the initial guesses of the values of the variables. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalOptimizationCategory} to get the name and other relevant information of the best \\axiom{measure} and then optimize the function on that \\axiom{domain}.") (((|Result|) (|Expression| (|Float|)) (|List| (|Float|)) (|List| (|OrderedCompletion| (|Float|))) (|List| (|OrderedCompletion| (|Float|)))) "\\spad{optimize(f,{}start,{}lower,{}upper)} is a top level ANNA function to minimize a function,{} \\axiom{\\spad{f}},{} of one or more variables with simple constraints. The bounds on the variables are defined in \\axiom{\\spad{lower}} and \\axiom{\\spad{upper}}. \\blankline The parameter \\axiom{\\spad{start}} is a list of the initial guesses of the values of the variables. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalOptimizationCategory} to get the name and other relevant information of the best \\axiom{measure} and then optimize the function on that \\axiom{domain}.") (((|Result|) (|Expression| (|Float|)) (|List| (|Float|)) (|List| (|OrderedCompletion| (|Float|))) (|List| (|Expression| (|Float|))) (|List| (|OrderedCompletion| (|Float|)))) "\\spad{optimize(f,{}start,{}lower,{}cons,{}upper)} is a top level ANNA function to minimize a function,{} \\axiom{\\spad{f}},{} of one or more variables with the given constraints. \\blankline These constraints may be simple constraints on the variables in which case \\axiom{\\spad{cons}} would be an empty list and the bounds on those variables defined in \\axiom{\\spad{lower}} and \\axiom{\\spad{upper}},{} or a mixture of simple,{} linear and non-linear constraints,{} where \\axiom{\\spad{cons}} contains the linear and non-linear constraints and the bounds on these are added to \\axiom{\\spad{upper}} and \\axiom{\\spad{lower}}. \\blankline The parameter \\axiom{\\spad{start}} is a list of the initial guesses of the values of the variables. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalOptimizationCategory} to get the name and other relevant information of the best \\axiom{measure} and then optimize the function on that \\axiom{domain}.") (((|Result|) (|NumericalOptimizationProblem|)) "\\spad{optimize(prob)} is a top level ANNA function to minimize a function or a set of functions with any constraints as defined within \\axiom{\\spad{prob}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalOptimizationCategory} to get the name and other relevant information of the best \\axiom{measure} and then optimize the function on that \\axiom{domain}.") (((|Result|) (|NumericalOptimizationProblem|) (|RoutinesTable|)) "\\spad{optimize(prob,{}routines)} is a top level ANNA function to minimize a function or a set of functions with any constraints as defined within \\axiom{\\spad{prob}}. \\blankline It iterates over the \\axiom{domains} listed in \\axiom{\\spad{routines}} of \\axiomType{NumericalOptimizationCategory} to get the name and other relevant information of the best \\axiom{measure} and then optimize the function on that \\axiom{domain}.")) (|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalOptimizationProblem|) (|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 optimization problem defined by \\axiom{\\spad{prob}} by checking various attributes of the functions and calculating a measure of compatibility of each routine to these attributes. \\blankline It calls each \\axiom{domain} listed in \\axiom{\\spad{R}} of \\axiom{category} \\axiomType{NumericalOptimizationCategory} 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|)))) (|NumericalOptimizationProblem|)) "\\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 optimization problem defined by \\axiom{\\spad{prob}} by checking various attributes of the functions and calculating a measure of compatibility of each routine to these attributes. \\blankline It calls each \\axiom{domain} of \\axiom{category} \\axiomType{NumericalOptimizationCategory} 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.")))
NIL
NIL
-(-823)
+(-824)
((|retract| (((|Union| (|:| |noa| (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|)))))) (|:| |lsa| (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|)))))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(x)} \\undocumented{}") (($ (|Union| (|:| |noa| (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|)))))) (|:| |lsa| (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|))))))) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|))))) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|)))))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-824 R S)
+(-825 R S)
((|constructor| (NIL "Lifting of maps to ordered completions. Date Created: 4 Oct 1989 Date Last Updated: 4 Oct 1989")) (|map| (((|OrderedCompletion| |#2|) (|Mapping| |#2| |#1|) (|OrderedCompletion| |#1|) (|OrderedCompletion| |#2|) (|OrderedCompletion| |#2|)) "\\spad{map(f,{} r,{} p,{} m)} lifts \\spad{f} and applies it to \\spad{r},{} assuming that \\spad{f}(plusInfinity) = \\spad{p} and that \\spad{f}(minusInfinity) = \\spad{m}.") (((|OrderedCompletion| |#2|) (|Mapping| |#2| |#1|) (|OrderedCompletion| |#1|)) "\\spad{map(f,{} r)} lifts \\spad{f} and applies it to \\spad{r},{} assuming that \\spad{f}(plusInfinity) = plusInfinity and that \\spad{f}(minusInfinity) = minusInfinity.")))
NIL
NIL
-(-825 R)
+(-826 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.")))
-((-4365 |has| |#1| (-830)))
-((|HasCategory| |#1| (QUOTE (-830))) (-4029 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-830)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-537))) (-4029 (|HasCategory| |#1| (QUOTE (-830))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-21))))
-(-826)
+((-4366 |has| |#1| (-831)))
+((|HasCategory| |#1| (QUOTE (-831))) (-4028 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-831)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-538))) (-4028 (|HasCategory| |#1| (QUOTE (-831))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-21))))
+(-827)
((|constructor| (NIL "Ordered finite sets.")))
NIL
NIL
-(-827 -2072 S)
+(-828 -2073 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
-(-828)
+(-829)
((|constructor| (NIL "Ordered sets which are also monoids,{} such that multiplication preserves the ordering. \\blankline")))
NIL
NIL
-(-829 S)
+(-830 S)
((|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.")))
NIL
NIL
-(-830)
+(-831)
((|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.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-831 S)
+(-832 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.")))
NIL
NIL
-(-832)
+(-833)
((|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
-(-833 S R)
+(-834 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 (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-169))))
-(-834 R)
+((|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-169))))
+(-835 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)}.}")))
-((-4362 . T) (-4363 . T) (-4365 . T))
+((-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-835 R C)
+(-836 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 (-357))) (|HasCategory| |#1| (QUOTE (-544))))
-(-836 R |sigma| -2696)
+((|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545))))
+(-837 R |sigma| -2695)
((|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.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-357))))
-(-837 |x| R |sigma| -2696)
+((-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-357))))
+(-838 |x| R |sigma| -2695)
((|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}.")) (|coerce| (($ (|Variable| |#1|)) "\\spad{coerce(x)} returns \\spad{x} as a skew-polynomial.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-357))))
-(-838 R)
+((-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-357))))
+(-839 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 -401) (QUOTE (-552))))))
-(-839)
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))))
+(-840)
((|constructor| (NIL "Semigroups with compatible ordering.")))
NIL
NIL
-(-840)
+(-841)
((|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
-(-841 S)
+(-842 S)
((|constructor| (NIL "This category describes output byte stream conduits.")) (|writeBytes!| (((|SingleInteger|) $ (|ByteBuffer|)) "\\spad{writeBytes!(c,{}b)} write bytes from buffer \\spad{`b'} onto the conduit \\spad{`c'}. The actual number of written bytes is returned.")) (|writeByteIfCan!| (((|SingleInteger|) $ (|Byte|)) "\\spad{writeByteIfCan!(c,{}b)} attempts to write the byte \\spad{`b'} on the conduit \\spad{`c'}. Returns the written byte if successful,{} otherwise,{} returns \\spad{-1}. Note: Ideally,{} the return value should have been of type \\indented{2}{Maybe Byte; but that would have implied allocating} \\indented{2}{a cons cell for every write attempt,{} which is overkill.}")))
NIL
NIL
-(-842)
+(-843)
((|constructor| (NIL "This category describes output byte stream conduits.")) (|writeBytes!| (((|SingleInteger|) $ (|ByteBuffer|)) "\\spad{writeBytes!(c,{}b)} write bytes from buffer \\spad{`b'} onto the conduit \\spad{`c'}. The actual number of written bytes is returned.")) (|writeByteIfCan!| (((|SingleInteger|) $ (|Byte|)) "\\spad{writeByteIfCan!(c,{}b)} attempts to write the byte \\spad{`b'} on the conduit \\spad{`c'}. Returns the written byte if successful,{} otherwise,{} returns \\spad{-1}. Note: Ideally,{} the return value should have been of type \\indented{2}{Maybe Byte; but that would have implied allocating} \\indented{2}{a cons cell for every write attempt,{} which is overkill.}")))
NIL
NIL
-(-843)
+(-844)
((|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
-(-844)
+(-845)
((|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
-(-845)
+(-846)
((|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
-(-846 |VariableList|)
+(-847 |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
-(-847 R |vl| |wl| |wtlevel|)
+(-848 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)")) (|coerce| (($ (|Polynomial| |#1|)) "\\spad{coerce(p)} coerces a Polynomial(\\spad{R}) into Weighted form,{} applying weights and ignoring terms") (((|Polynomial| |#1|) $) "\\spad{coerce(p)} converts back into a Polynomial(\\spad{R}),{} ignoring weights")))
-((-4363 |has| |#1| (-169)) (-4362 |has| |#1| (-169)) (-4365 . T))
+((-4364 |has| |#1| (-169)) (-4363 |has| |#1| (-169)) (-4366 . T))
((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))))
-(-848 R PS UP)
+(-849 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
-(-849 R |x| |pt|)
+(-850 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
-(-850 |p|)
+(-851 |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}.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-851 |p|)
+(-852 |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).")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-852 |p|)
+(-853 |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).")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-851 |#1|) (QUOTE (-890))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| (-851 |#1|) (QUOTE (-142))) (|HasCategory| (-851 |#1|) (QUOTE (-144))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-851 |#1|) (QUOTE (-1003))) (|HasCategory| (-851 |#1|) (QUOTE (-805))) (-4029 (|HasCategory| (-851 |#1|) (QUOTE (-805))) (|HasCategory| (-851 |#1|) (QUOTE (-832)))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-851 |#1|) (QUOTE (-1129))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| (-851 |#1|) (QUOTE (-228))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -506) (QUOTE (-1154)) (LIST (QUOTE -851) (|devaluate| |#1|)))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -303) (LIST (QUOTE -851) (|devaluate| |#1|)))) (|HasCategory| (-851 |#1|) (LIST (QUOTE -280) (LIST (QUOTE -851) (|devaluate| |#1|)) (LIST (QUOTE -851) (|devaluate| |#1|)))) (|HasCategory| (-851 |#1|) (QUOTE (-301))) (|HasCategory| (-851 |#1|) (QUOTE (-537))) (|HasCategory| (-851 |#1|) (QUOTE (-832))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-851 |#1|) (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-851 |#1|) (QUOTE (-890)))) (|HasCategory| (-851 |#1|) (QUOTE (-142)))))
-(-853 |p| PADIC)
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-852 |#1|) (QUOTE (-891))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| (-852 |#1|) (QUOTE (-142))) (|HasCategory| (-852 |#1|) (QUOTE (-144))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-852 |#1|) (QUOTE (-1004))) (|HasCategory| (-852 |#1|) (QUOTE (-806))) (-4028 (|HasCategory| (-852 |#1|) (QUOTE (-806))) (|HasCategory| (-852 |#1|) (QUOTE (-833)))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-852 |#1|) (QUOTE (-1130))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| (-852 |#1|) (QUOTE (-228))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -507) (QUOTE (-1155)) (LIST (QUOTE -852) (|devaluate| |#1|)))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -303) (LIST (QUOTE -852) (|devaluate| |#1|)))) (|HasCategory| (-852 |#1|) (LIST (QUOTE -280) (LIST (QUOTE -852) (|devaluate| |#1|)) (LIST (QUOTE -852) (|devaluate| |#1|)))) (|HasCategory| (-852 |#1|) (QUOTE (-301))) (|HasCategory| (-852 |#1|) (QUOTE (-538))) (|HasCategory| (-852 |#1|) (QUOTE (-833))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-852 |#1|) (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-852 |#1|) (QUOTE (-891)))) (|HasCategory| (-852 |#1|) (QUOTE (-142)))))
+(-854 |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)}.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#2| (QUOTE (-890))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (QUOTE (-1003))) (|HasCategory| |#2| (QUOTE (-805))) (-4029 (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-832)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-1129))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -280) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-537))) (|HasCategory| |#2| (QUOTE (-832))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-142)))))
-(-854 S T$)
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#2| (QUOTE (-891))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (QUOTE (-1004))) (|HasCategory| |#2| (QUOTE (-806))) (-4028 (|HasCategory| |#2| (QUOTE (-806))) (|HasCategory| |#2| (QUOTE (-833)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-1130))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -280) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-538))) (|HasCategory| |#2| (QUOTE (-833))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-142)))))
+(-855 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 (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))))
-(-855)
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))))
+(-856)
((|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
-(-856)
+(-857)
((|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
-(-857 CF1 CF2)
+(-858 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricPlaneCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricPlaneCurve| |#1|)) "\\spad{map(f,{}x)} \\undocumented")))
NIL
NIL
-(-858 |ComponentFunction|)
+(-859 |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
-(-859 CF1 CF2)
+(-860 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSpaceCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricSpaceCurve| |#1|)) "\\spad{map(f,{}x)} \\undocumented")))
NIL
NIL
-(-860 |ComponentFunction|)
+(-861 |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
-(-861)
+(-862)
((|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
-(-862 CF1 CF2)
+(-863 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSurface| |#2|) (|Mapping| |#2| |#1|) (|ParametricSurface| |#1|)) "\\spad{map(f,{}x)} \\undocumented")))
NIL
NIL
-(-863 |ComponentFunction|)
+(-864 |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
-(-864)
+(-865)
((|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| (|Integer|))) (|Stream| (|List| (|Integer|)))) "\\spad{conjugates(lp)} is the stream of conjugates of a stream \\indented{1}{of partitions \\spad{lp}.}")) (|conjugate| (((|List| (|Integer|)) (|List| (|Integer|))) "\\spad{conjugate(pt)} is the conjugate of the partition \\spad{pt}.")) (|partitions| (((|Stream| (|List| (|Integer|))) (|Integer|) (|Integer|)) "\\spad{partitions(p,{}l)} is the stream of all \\indented{1}{partitions whose number of} \\indented{1}{parts and largest part are no greater than \\spad{p} and \\spad{l}.}") (((|Stream| (|List| (|Integer|))) (|Integer|)) "\\spad{partitions(n)} is the stream of all partitions of \\spad{n}.") (((|Stream| (|List| (|Integer|))) (|Integer|) (|Integer|) (|Integer|)) "\\spad{partitions(p,{}l,{}n)} is the stream of partitions \\indented{1}{of \\spad{n} whose number of parts is no greater than \\spad{p}} \\indented{1}{and whose largest part is no greater than \\spad{l}.}")))
NIL
NIL
-(-865 R)
+(-866 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
-(-866 R S L)
+(-867 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
-(-867 S)
+(-868 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
-(-868 |Base| |Subject| |Pat|)
+(-869 |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 (-4107 (|HasCategory| |#2| (QUOTE (-1030)))) (-4107 (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-1154)))))) (-12 (|HasCategory| |#2| (QUOTE (-1030))) (-4107 (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-1154)))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-1154)))))
-(-869 R A B)
+((-12 (-4106 (|HasCategory| |#2| (QUOTE (-1031)))) (-4106 (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-1155)))))) (-12 (|HasCategory| |#2| (QUOTE (-1031))) (-4106 (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-1155)))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-1155)))))
+(-870 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
-(-870 R S)
+(-871 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
-(-871 R -1765)
+(-872 R -1766)
((|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
-(-872 R S)
+(-873 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
-(-873 R)
+(-874 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
-(-874 |VarSet|)
+(-875 |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
-(-875 UP R)
+(-876 UP R)
((|constructor| (NIL "This package \\undocumented")) (|compose| ((|#1| |#1| |#1|) "\\spad{compose(p,{}q)} \\undocumented")))
NIL
NIL
-(-876)
+(-877)
((|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
-(-877 UP -3220)
+(-878 UP -3219)
((|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
-(-878)
+(-879)
((|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
-(-879)
+(-880)
((|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| (((|OutputForm|) $) "\\spad{coerce(x)} \\undocumented{}") (($ (|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
-(-880 A S)
+(-881 A S)
((|constructor| (NIL "A partial differential ring with differentiations indexed by a parameter type \\spad{S}. \\blankline")) (D (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,{} [s1,{}...,{}sn],{} [n1,{}...,{}nn])} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1,{} n1)...,{} sn,{} nn)}.") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{D(x,{} s,{} n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#2|)) "\\spad{D(x,{}[s1,{}...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1)...,{} sn)}.") (($ $ |#2|) "\\spad{D(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")) (|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}-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)}.") (($ $ |#2|) "\\spad{differentiate(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
NIL
NIL
-(-881 S)
+(-882 S)
((|constructor| (NIL "A partial differential ring with differentiations indexed by a parameter type \\spad{S}. \\blankline")) (D (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,{} [s1,{}...,{}sn],{} [n1,{}...,{}nn])} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1,{} n1)...,{} sn,{} nn)}.") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{D(x,{} s,{} n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#1|)) "\\spad{D(x,{}[s1,{}...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1)...,{} sn)}.") (($ $ |#1|) "\\spad{D(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")) (|differentiate| (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{differentiate(x,{} [s1,{}...,{}sn],{} [n1,{}...,{}nn])} computes multiple partial derivatives,{} \\spadignore{i.e.}") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{differentiate(x,{} s,{} n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#1|)) "\\spad{differentiate(x,{}[s1,{}...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{differentiate(...differentiate(x,{} s1)...,{} sn)}.") (($ $ |#1|) "\\spad{differentiate(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-882 S)
+(-883 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}")) (|coerce| (((|Tree| |#1|) $) "\\spad{coerce(x)} \\undocumented")) (|ptree| (($ $ $) "\\spad{ptree(x,{}y)} \\undocumented") (($ |#1|) "\\spad{ptree(s)} is a leaf? pendant tree")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-883 |n| R)
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-884 |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
-(-884 S)
+(-885 S)
((|constructor| (NIL "PermutationCategory provides a categorial environment \\indented{1}{for subgroups of bijections of a set (\\spadignore{i.e.} permutations)}")) (< (((|Boolean|) $ $) "\\spad{p < q} is an order relation on permutations. Note: this order is only total if and only if \\spad{S} is totally ordered or \\spad{S} is finite.")) (|orbit| (((|Set| |#1|) $ |#1|) "\\spad{orbit(p,{} el)} returns the orbit of {\\em el} under the permutation \\spad{p},{} \\spadignore{i.e.} the set which is given by applications of the powers of \\spad{p} to {\\em el}.")) (|elt| ((|#1| $ |#1|) "\\spad{elt(p,{} el)} returns the image of {\\em el} under the permutation \\spad{p}.")) (|eval| ((|#1| $ |#1|) "\\spad{eval(p,{} el)} returns the image of {\\em el} under the permutation \\spad{p}.")) (|cycles| (($ (|List| (|List| |#1|))) "\\spad{cycles(lls)} coerces a list list of cycles {\\em lls} to a permutation,{} each cycle being a list with not repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|cycle| (($ (|List| |#1|)) "\\spad{cycle(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-885 S)
+(-886 S)
((|constructor| (NIL "PermutationGroup implements permutation groups acting on a set \\spad{S},{} \\spadignore{i.e.} all subgroups of the symmetric group of \\spad{S},{} represented as a list of permutations (generators). Note that therefore the objects are not members of the \\Language category \\spadtype{Group}. Using the idea of base and strong generators by Sims,{} basic routines and algorithms are implemented so that the word problem for permutation groups can be solved.")) (|initializeGroupForWordProblem| (((|Void|) $ (|Integer|) (|Integer|)) "\\spad{initializeGroupForWordProblem(gp,{}m,{}n)} initializes the group {\\em gp} for the word problem. Notes: (1) with a small integer you get shorter words,{} but the routine takes longer than the standard routine for longer words. (2) be careful: invoking this routine will destroy the possibly stored information about your group (but will recompute it again). (3) users need not call this function normally for the soultion of the word problem.") (((|Void|) $) "\\spad{initializeGroupForWordProblem(gp)} initializes the group {\\em gp} for the word problem. Notes: it calls the other function of this name with parameters 0 and 1: {\\em initializeGroupForWordProblem(gp,{}0,{}1)}. Notes: (1) be careful: invoking this routine will destroy the possibly information about your group (but will recompute it again) (2) users need not call this function normally for the soultion of the word problem.")) (<= (((|Boolean|) $ $) "\\spad{gp1 <= gp2} returns \\spad{true} if and only if {\\em gp1} is a subgroup of {\\em gp2}. Note: because of a bug in the parser you have to call this function explicitly by {\\em gp1 <=\\$(PERMGRP S) gp2}.")) (< (((|Boolean|) $ $) "\\spad{gp1 < gp2} returns \\spad{true} if and only if {\\em gp1} is a proper subgroup of {\\em gp2}.")) (|movedPoints| (((|Set| |#1|) $) "\\spad{movedPoints(gp)} returns the points moved by the group {\\em gp}.")) (|wordInGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInGenerators(p,{}gp)} returns the word for the permutation \\spad{p} in the original generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em generators}.")) (|wordInStrongGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInStrongGenerators(p,{}gp)} returns the word for the permutation \\spad{p} in the strong generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em strongGenerators}.")) (|member?| (((|Boolean|) (|Permutation| |#1|) $) "\\spad{member?(pp,{}gp)} answers the question,{} whether the permutation {\\em pp} is in the group {\\em gp} or not.")) (|orbits| (((|Set| (|Set| |#1|)) $) "\\spad{orbits(gp)} returns the orbits of the group {\\em gp},{} \\spadignore{i.e.} it partitions the (finite) of all moved points.")) (|orbit| (((|Set| (|List| |#1|)) $ (|List| |#1|)) "\\spad{orbit(gp,{}ls)} returns the orbit of the ordered list {\\em ls} under the group {\\em gp}. Note: return type is \\spad{L} \\spad{L} \\spad{S} temporarily because FSET \\spad{L} \\spad{S} has an error.") (((|Set| (|Set| |#1|)) $ (|Set| |#1|)) "\\spad{orbit(gp,{}els)} returns the orbit of the unordered set {\\em els} under the group {\\em gp}.") (((|Set| |#1|) $ |#1|) "\\spad{orbit(gp,{}el)} returns the orbit of the element {\\em el} under the group {\\em gp},{} \\spadignore{i.e.} the set of all points gained by applying each group element to {\\em el}.")) (|permutationGroup| (($ (|List| (|Permutation| |#1|))) "\\spad{permutationGroup(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.")) (|wordsForStrongGenerators| (((|List| (|List| (|NonNegativeInteger|))) $) "\\spad{wordsForStrongGenerators(gp)} returns the words for the strong generators of the group {\\em gp} in the original generators of {\\em gp},{} represented by their indices in the list,{} given by {\\em generators}.")) (|strongGenerators| (((|List| (|Permutation| |#1|)) $) "\\spad{strongGenerators(gp)} returns strong generators for the group {\\em gp}.")) (|base| (((|List| |#1|) $) "\\spad{base(gp)} returns a base for the group {\\em gp}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(gp)} returns the number of points moved by all permutations of the group {\\em gp}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(gp)} returns the order of the group {\\em gp}.")) (|random| (((|Permutation| |#1|) $) "\\spad{random(gp)} returns a random product of maximal 20 generators of the group {\\em gp}. Note: {\\em random(gp)=random(gp,{}20)}.") (((|Permutation| |#1|) $ (|Integer|)) "\\spad{random(gp,{}i)} returns a random product of maximal \\spad{i} generators of the group {\\em gp}.")) (|elt| (((|Permutation| |#1|) $ (|NonNegativeInteger|)) "\\spad{elt(gp,{}i)} returns the \\spad{i}-th generator of the group {\\em gp}.")) (|generators| (((|List| (|Permutation| |#1|)) $) "\\spad{generators(gp)} returns the generators of the group {\\em gp}.")) (|coerce| (($ (|List| (|Permutation| |#1|))) "\\spad{coerce(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.") (((|List| (|Permutation| |#1|)) $) "\\spad{coerce(gp)} returns the generators of the group {\\em gp}.")))
NIL
NIL
-(-886 S)
+(-887 S)
((|constructor| (NIL "Permutation(\\spad{S}) implements the group of all bijections \\indented{2}{on a set \\spad{S},{} which move only a finite number of points.} \\indented{2}{A permutation is considered as a map from \\spad{S} into \\spad{S}. In particular} \\indented{2}{multiplication is defined as composition of maps:} \\indented{2}{{\\em pi1 * pi2 = pi1 o pi2}.} \\indented{2}{The internal representation of permuatations are two lists} \\indented{2}{of equal length representing preimages and images.}")) (|coerceImages| (($ (|List| |#1|)) "\\spad{coerceImages(ls)} coerces the list {\\em ls} to a permutation whose image is given by {\\em ls} and the preimage is fixed to be {\\em [1,{}...,{}n]}. Note: {coerceImages(\\spad{ls})=coercePreimagesImages([1,{}...,{}\\spad{n}],{}\\spad{ls})}. We assume that both preimage and image do not contain repetitions.")) (|fixedPoints| (((|Set| |#1|) $) "\\spad{fixedPoints(p)} returns the points fixed by the permutation \\spad{p}.")) (|sort| (((|List| $) (|List| $)) "\\spad{sort(lp)} sorts a list of permutations {\\em lp} according to cycle structure first according to length of cycles,{} second,{} if \\spad{S} has \\spadtype{Finite} or \\spad{S} has \\spadtype{OrderedSet} according to lexicographical order of entries in cycles of equal length.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(p)} returns \\spad{true} if and only if \\spad{p} is an odd permutation \\spadignore{i.e.} {\\em sign(p)} is {\\em -1}.")) (|even?| (((|Boolean|) $) "\\spad{even?(p)} returns \\spad{true} if and only if \\spad{p} is an even permutation,{} \\spadignore{i.e.} {\\em sign(p)} is 1.")) (|sign| (((|Integer|) $) "\\spad{sign(p)} returns the signum of the permutation \\spad{p},{} \\spad{+1} or \\spad{-1}.")) (|numberOfCycles| (((|NonNegativeInteger|) $) "\\spad{numberOfCycles(p)} returns the number of non-trivial cycles of the permutation \\spad{p}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of a permutation \\spad{p} as a group element.")) (|cyclePartition| (((|Partition|) $) "\\spad{cyclePartition(p)} returns the cycle structure of a permutation \\spad{p} including cycles of length 1 only if \\spad{S} is finite.")) (|movedPoints| (((|Set| |#1|) $) "\\spad{movedPoints(p)} returns the set of points moved by the permutation \\spad{p}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(p)} retuns the number of points moved by the permutation \\spad{p}.")) (|coerceListOfPairs| (($ (|List| (|List| |#1|))) "\\spad{coerceListOfPairs(lls)} coerces a list of pairs {\\em lls} to a permutation. Error: if not consistent,{} \\spadignore{i.e.} the set of the first elements coincides with the set of second elements. coerce(\\spad{p}) generates output of the permutation \\spad{p} with domain OutputForm.")) (|coerce| (($ (|List| |#1|)) "\\spad{coerce(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.") (($ (|List| (|List| |#1|))) "\\spad{coerce(lls)} coerces a list of cycles {\\em lls} to a permutation,{} each cycle being a list with no repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|coercePreimagesImages| (($ (|List| (|List| |#1|))) "\\spad{coercePreimagesImages(lls)} coerces the representation {\\em lls} of a permutation as a list of preimages and images to a permutation. We assume that both preimage and image do not contain repetitions.")) (|listRepresentation| (((|Record| (|:| |preimage| (|List| |#1|)) (|:| |image| (|List| |#1|))) $) "\\spad{listRepresentation(p)} produces a representation {\\em rep} of the permutation \\spad{p} as a list of preimages and images,{} \\spad{i}.\\spad{e} \\spad{p} maps {\\em (rep.preimage).k} to {\\em (rep.image).k} for all indices \\spad{k}. Elements of \\spad{S} not in {\\em (rep.preimage).k} are fixed points,{} and these are the only fixed points of the permutation.")))
-((-4365 . T))
-((-4029 (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-832)))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-832))))
-(-887 R E |VarSet| S)
+((-4366 . T))
+((-4028 (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-833)))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-833))))
+(-888 R E |VarSet| S)
((|constructor| (NIL "PolynomialFactorizationByRecursion(\\spad{R},{}\\spad{E},{}\\spad{VarSet},{}\\spad{S}) is used for factorization of sparse univariate polynomials over a domain \\spad{S} of multivariate polynomials over \\spad{R}.")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|List| |#3|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|bivariateSLPEBR| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|) |#3|) "\\spad{bivariateSLPEBR(lp,{}p,{}v)} implements the bivariate case of \\spadfunFrom{solveLinearPolynomialEquationByRecursion}{PolynomialFactorizationByRecursionUnivariate}; its implementation depends on \\spad{R}")) (|randomR| ((|#1|) "\\spad{randomR produces} a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,{}...,{}pn],{}p)} returns the list of polynomials \\spad{[q1,{}...,{}qn]} such that \\spad{sum qi/pi = p / prod \\spad{pi}},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-888 R S)
+(-889 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 \\spad{pi}},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-889 S)
+(-890 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 \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,{}q)} returns the \\spad{gcd} of the univariate polynomials \\spad{p} \\spad{qnd} \\spad{q}.")) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorSquareFreePolynomial(p)} factors the univariate polynomial \\spad{p} into irreducibles where \\spad{p} is known to be square free and primitive with respect to its main variable.")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} returns the factorization into irreducibles of the univariate polynomial \\spad{p}.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} returns the square-free factorization of the univariate polynomial \\spad{p}.")))
NIL
((|HasCategory| |#1| (QUOTE (-142))))
-(-890)
+(-891)
((|constructor| (NIL "This is the category of domains that know \"enough\" about themselves in order to factor univariate polynomials over themselves. This will be used in future releases for supporting factorization over finitely generated coefficient fields,{} it is not yet available in the current release of axiom.")) (|charthRoot| (((|Union| $ "failed") $) "\\spad{charthRoot(r)} returns the \\spad{p}\\spad{-}th root of \\spad{r},{} or \"failed\" if none exists in the domain.")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(m)} returns a vector of elements,{} not all zero,{} whose \\spad{p}\\spad{-}th powers (\\spad{p} is the characteristic of the domain) are a solution of the homogenous linear system represented by \\spad{m},{} or \"failed\" is there is no such vector.")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{solveLinearPolynomialEquation([f1,{} ...,{} fn],{} g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,{}q)} returns the \\spad{gcd} of the univariate polynomials \\spad{p} \\spad{qnd} \\spad{q}.")) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorSquareFreePolynomial(p)} factors the univariate polynomial \\spad{p} into irreducibles where \\spad{p} is known to be square free and primitive with respect to its main variable.")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} returns the factorization into irreducibles of the univariate polynomial \\spad{p}.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} returns the square-free factorization of the univariate polynomial \\spad{p}.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-891 |p|)
+(-892 |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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
((|HasCategory| $ (QUOTE (-144))) (|HasCategory| $ (QUOTE (-142))) (|HasCategory| $ (QUOTE (-362))))
-(-892 R0 -3220 UP UPUP R)
+(-893 R0 -3219 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
-(-893 UP UPUP R)
+(-894 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
-(-894 UP UPUP)
+(-895 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
-(-895 R)
+(-896 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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-896 R)
+(-897 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
-(-897 E OV R P)
+(-898 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
-(-898)
+(-899)
((|constructor| (NIL "PermutationGroupExamples provides permutation groups for some classes of groups: symmetric,{} alternating,{} dihedral,{} cyclic,{} direct products of cyclic,{} which are in fact the finite abelian groups of symmetric groups called Young subgroups. Furthermore,{} Rubik\\spad{'s} group as permutation group of 48 integers and a list of sporadic simple groups derived from the atlas of finite groups.")) (|youngGroup| (((|PermutationGroup| (|Integer|)) (|Partition|)) "\\spad{youngGroup(lambda)} constructs the direct product of the symmetric groups given by the parts of the partition {\\em lambda}.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{youngGroup([n1,{}...,{}nk])} constructs the direct product of the symmetric groups {\\em Sn1},{}...,{}{\\em Snk}.")) (|rubiksGroup| (((|PermutationGroup| (|Integer|))) "\\spad{rubiksGroup constructs} the permutation group representing Rubic\\spad{'s} Cube acting on integers {\\em 10*i+j} for {\\em 1 <= i <= 6},{} {\\em 1 <= j <= 8}. The faces of Rubik\\spad{'s} Cube are labelled in the obvious way Front,{} Right,{} Up,{} Down,{} Left,{} Back and numbered from 1 to 6 in this given ordering,{} the pieces on each face (except the unmoveable center piece) are clockwise numbered from 1 to 8 starting with the piece in the upper left corner. The moves of the cube are represented as permutations on these pieces,{} represented as a two digit integer {\\em ij} where \\spad{i} is the numer of theface (1 to 6) and \\spad{j} is the number of the piece on this face. The remaining ambiguities are resolved by looking at the 6 generators,{} which represent a 90 degree turns of the faces,{} or from the following pictorial description. Permutation group representing Rubic\\spad{'s} Cube acting on integers 10*i+j for 1 \\spad{<=} \\spad{i} \\spad{<=} 6,{} 1 \\spad{<=} \\spad{j} \\spad{<=8}. \\blankline\\begin{verbatim}Rubik's Cube: +-----+ +-- B where: marks Side # : / U /|/ / / | F(ront) <-> 1 L --> +-----+ R| R(ight) <-> 2 | | + U(p) <-> 3 | F | / D(own) <-> 4 | |/ L(eft) <-> 5 +-----+ B(ack) <-> 6 ^ | DThe Cube's surface: The pieces on each side +---+ (except the unmoveable center |567| piece) are clockwise numbered |4U8| from 1 to 8 starting with the |321| piece in the upper left +---+---+---+ corner (see figure on the |781|123|345| left). The moves of the cube |6L2|8F4|2R6| are represented as |543|765|187| permutations on these pieces. +---+---+---+ Each of the pieces is |123| represented as a two digit |8D4| integer ij where i is the |765| # of the side ( 1 to 6 for +---+ F to B (see table above )) |567| and j is the # of the piece. |4B8| |321| +---+\\end{verbatim}")) (|janko2| (((|PermutationGroup| (|Integer|))) "\\spad{janko2 constructs} the janko group acting on the integers 1,{}...,{}100.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{janko2(\\spad{li})} constructs the janko group acting on the 100 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{li}} has less or more than 100 different entries")) (|mathieu24| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu24 constructs} the mathieu group acting on the integers 1,{}...,{}24.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu24(\\spad{li})} constructs the mathieu group acting on the 24 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{li}} has less or more than 24 different entries.")) (|mathieu23| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu23 constructs} the mathieu group acting on the integers 1,{}...,{}23.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu23(\\spad{li})} constructs the mathieu group acting on the 23 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{li}} has less or more than 23 different entries.")) (|mathieu22| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu22 constructs} the mathieu group acting on the integers 1,{}...,{}22.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu22(\\spad{li})} constructs the mathieu group acting on the 22 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{li}} has less or more than 22 different entries.")) (|mathieu12| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu12 constructs} the mathieu group acting on the integers 1,{}...,{}12.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu12(\\spad{li})} constructs the mathieu group acting on the 12 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed Error: if {\\em \\spad{li}} has less or more than 12 different entries.")) (|mathieu11| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu11 constructs} the mathieu group acting on the integers 1,{}...,{}11.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu11(\\spad{li})} constructs the mathieu group acting on the 11 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. error,{} if {\\em \\spad{li}} has less or more than 11 different entries.")) (|dihedralGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{dihedralGroup([i1,{}...,{}ik])} constructs the dihedral group of order 2k acting on the integers out of {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{dihedralGroup(n)} constructs the dihedral group of order 2n acting on integers 1,{}...,{}\\spad{N}.")) (|cyclicGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{cyclicGroup([i1,{}...,{}ik])} constructs the cyclic group of order \\spad{k} acting on the integers {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{cyclicGroup(n)} constructs the cyclic group of order \\spad{n} acting on the integers 1,{}...,{}\\spad{n}.")) (|abelianGroup| (((|PermutationGroup| (|Integer|)) (|List| (|PositiveInteger|))) "\\spad{abelianGroup([n1,{}...,{}nk])} constructs the abelian group that is the direct product of cyclic groups with order {\\em \\spad{ni}}.")) (|alternatingGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{alternatingGroup(\\spad{li})} constructs the alternating group acting on the integers in the list {\\em \\spad{li}},{} generators are in general the {\\em n-2}-cycle {\\em (\\spad{li}.3,{}...,{}\\spad{li}.n)} and the 3-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2,{}\\spad{li}.3)},{} if \\spad{n} is odd and product of the 2-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2)} with {\\em n-2}-cycle {\\em (\\spad{li}.3,{}...,{}\\spad{li}.n)} and the 3-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2,{}\\spad{li}.3)},{} if \\spad{n} is even. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{alternatingGroup(n)} constructs the alternating group {\\em An} acting on the integers 1,{}...,{}\\spad{n},{} generators are in general the {\\em n-2}-cycle {\\em (3,{}...,{}n)} and the 3-cycle {\\em (1,{}2,{}3)} if \\spad{n} is odd and the product of the 2-cycle {\\em (1,{}2)} with {\\em n-2}-cycle {\\em (3,{}...,{}n)} and the 3-cycle {\\em (1,{}2,{}3)} if \\spad{n} is even.")) (|symmetricGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{symmetricGroup(\\spad{li})} constructs the symmetric group acting on the integers in the list {\\em \\spad{li}},{} generators are the cycle given by {\\em \\spad{li}} and the 2-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2)}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{symmetricGroup(n)} constructs the symmetric group {\\em Sn} acting on the integers 1,{}...,{}\\spad{n},{} generators are the {\\em n}-cycle {\\em (1,{}...,{}n)} and the 2-cycle {\\em (1,{}2)}.")))
NIL
NIL
-(-899 -3220)
+(-900 -3219)
((|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
-(-900 R)
+(-901 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
-(-901)
+(-902)
((|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)}")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-902)
+(-903)
((|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}.")))
-(((-4370 "*") . T))
+(((-4371 "*") . T))
NIL
-(-903 -3220 P)
+(-904 -3219 P)
((|constructor| (NIL "This package exports interpolation algorithms")) (|LagrangeInterpolation| ((|#2| (|List| |#1|) (|List| |#1|)) "\\spad{LagrangeInterpolation(l1,{}l2)} \\undocumented")))
NIL
NIL
-(-904 |xx| -3220)
+(-905 |xx| -3219)
((|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
-(-905 R |Var| |Expon| GR)
+(-906 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
-(-906 S)
+(-907 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
-(-907)
+(-908)
((|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
-(-908)
+(-909)
((|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*\\%\\spad{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
-(-909)
+(-910)
((|constructor| (NIL "This package exports plotting tools")) (|calcRanges| (((|List| (|Segment| (|DoubleFloat|))) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{calcRanges(l)} \\undocumented")))
NIL
NIL
-(-910 R -3220)
+(-911 R -3219)
((|constructor| (NIL "Attaching assertions to symbols for pattern matching; Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|multiple| ((|#2| |#2|) "\\spad{multiple(x)} tells the pattern matcher that \\spad{x} should preferably match a multi-term quantity in a sum or product. For matching on lists,{} multiple(\\spad{x}) tells the pattern matcher that \\spad{x} should match a list instead of an element of a list. Error: if \\spad{x} is not a symbol.")) (|optional| ((|#2| |#2|) "\\spad{optional(x)} tells the pattern matcher that \\spad{x} can match an identity (0 in a sum,{} 1 in a product or exponentiation). Error: if \\spad{x} is not a symbol.")) (|constant| ((|#2| |#2|) "\\spad{constant(x)} tells the pattern matcher that \\spad{x} should match only the symbol \\spad{'x} and no other quantity. Error: if \\spad{x} is not a symbol.")) (|assert| ((|#2| |#2| (|String|)) "\\spad{assert(x,{} s)} makes the assertion \\spad{s} about \\spad{x}. Error: if \\spad{x} is not a symbol.")))
NIL
NIL
-(-911)
+(-912)
((|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|) (|String|)) "\\spad{assert(x,{} s)} makes the assertion \\spad{s} about \\spad{x}.")))
NIL
NIL
-(-912 S A B)
+(-913 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
-(-913 S R -3220)
+(-914 S R -3219)
((|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
-(-914 I)
+(-915 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
-(-915 S E)
+(-916 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
-(-916 S R L)
+(-917 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
-(-917 S E V R P)
+(-918 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 -867) (|devaluate| |#1|))))
-(-918 R -3220 -1765)
+((|HasCategory| |#3| (LIST (QUOTE -868) (|devaluate| |#1|))))
+(-919 R -3219 -1766)
((|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
-(-919 -1765)
+(-920 -1766)
((|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
-(-920 S R Q)
+(-921 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
-(-921 S)
+(-922 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
-(-922 S R P)
+(-923 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
-(-923)
+(-924)
((|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
-(-924 R)
+(-925 R)
((|constructor| (NIL "This domain implements points in coordinate space")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-711))) (|HasCategory| |#1| (QUOTE (-1030))) (-12 (|HasCategory| |#1| (QUOTE (-983))) (|HasCategory| |#1| (QUOTE (-1030)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-925 |lv| R)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-712))) (|HasCategory| |#1| (QUOTE (-1031))) (-12 (|HasCategory| |#1| (QUOTE (-984))) (|HasCategory| |#1| (QUOTE (-1031)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-926 |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
-(-926 |TheField| |ThePols|)
+(-927 |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 (-830))))
-(-927 R S)
+((|HasCategory| |#1| (QUOTE (-831))))
+(-928 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
-(-928 |x| R)
+(-929 |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
-(-929 S R E |VarSet|)
+(-930 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 (-890))) (|HasAttribute| |#2| (QUOTE -4366)) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#4| (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#4| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#4| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#4| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (QUOTE (-832))))
-(-930 R E |VarSet|)
+((|HasCategory| |#2| (QUOTE (-891))) (|HasAttribute| |#2| (QUOTE -4367)) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#4| (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#4| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#4| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#4| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#4| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (QUOTE (-833))))
+(-931 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}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
NIL
-(-931 E V R P -3220)
+(-932 E V R P -3219)
((|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
-(-932 E |Vars| R P S)
+(-933 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
-(-933 R)
+(-934 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}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| (-1154) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-1154) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-1154) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-1154) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-1154) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
-(-934 E V R P -3220)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| (-1155) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-1155) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-1155) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-1155) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-1155) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#1| (QUOTE -4367)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(-935 E V R P -3219)
((|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)}.")) (|coerce| (($ |#4|) "\\spad{coerce(p)} \\undocumented")) (|denom| ((|#4| $) "\\spad{denom(x)} \\undocumented")) (|numer| ((|#4| $) "\\spad{numer(x)} \\undocumented")))
NIL
((|HasCategory| |#3| (QUOTE (-445))))
-(-935)
+(-936)
((|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
-(-936)
+(-937)
((|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
-(-937 R L)
+(-938 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
-(-938 A B)
+(-939 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
-(-939 S)
+(-940 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")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-940)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-941)
((|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
-(-941 -3220)
+(-942 -3219)
((|constructor| (NIL "PrimitiveElement provides functions to compute primitive elements in algebraic extensions.")) (|primitiveElement| (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|Symbol|)) "\\spad{primitiveElement([p1,{}...,{}pn],{} [a1,{}...,{}an],{} a)} returns \\spad{[[c1,{}...,{}cn],{} [q1,{}...,{}qn],{} q]} such that then \\spad{k(a1,{}...,{}an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{primitiveElement([p1,{}...,{}pn],{} [a1,{}...,{}an])} returns \\spad{[[c1,{}...,{}cn],{} [q1,{}...,{}qn],{} q]} such that then \\spad{k(a1,{}...,{}an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef1| (|Integer|)) (|:| |coef2| (|Integer|)) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|Polynomial| |#1|) (|Symbol|) (|Polynomial| |#1|) (|Symbol|)) "\\spad{primitiveElement(p1,{} a1,{} p2,{} a2)} returns \\spad{[c1,{} c2,{} q]} such that \\spad{k(a1,{} a2) = k(a)} where \\spad{a = c1 a1 + c2 a2,{} and q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. The \\spad{p2} may involve \\spad{a1},{} but \\spad{p1} must not involve a2. This operation uses \\spadfun{resultant}.")))
NIL
NIL
-(-942 I)
+(-943 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
-(-943)
+(-944)
((|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
-(-944 R E)
+(-945 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}")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-129)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#1| (QUOTE -4366)))
-(-945 A B)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-129)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#1| (QUOTE -4367)))
+(-946 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")))
-((-4365 -12 (|has| |#2| (-466)) (|has| |#1| (-466))))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-778)))) (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-832))))) (-12 (|HasCategory| |#1| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-778)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#1| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-778))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#1| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-778))))) (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-466)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-466)))) (-12 (|HasCategory| |#1| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-711))))) (-12 (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-362)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-466)))) (-12 (|HasCategory| |#1| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-711)))) (-12 (|HasCategory| |#1| (QUOTE (-778))) (|HasCategory| |#2| (QUOTE (-778))))) (-12 (|HasCategory| |#1| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-711)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-832)))))
-(-946)
+((-4366 -12 (|has| |#2| (-466)) (|has| |#1| (-466))))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-779)))) (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-833))))) (-12 (|HasCategory| |#1| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-779)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#1| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-779))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#1| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-779))))) (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-466)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-466)))) (-12 (|HasCategory| |#1| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-712))))) (-12 (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#2| (QUOTE (-362)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#1| (QUOTE (-466))) (|HasCategory| |#2| (QUOTE (-466)))) (-12 (|HasCategory| |#1| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-712)))) (-12 (|HasCategory| |#1| (QUOTE (-779))) (|HasCategory| |#2| (QUOTE (-779))))) (-12 (|HasCategory| |#1| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-712)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-129))) (|HasCategory| |#2| (QUOTE (-129)))) (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-833)))))
+(-947)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. An `Property' is a pair of name and value.")) (|property| (($ (|Symbol|) (|SExpression|)) "\\spad{property(n,{}val)} constructs a property with name \\spad{`n'} and value `val'.")) (|value| (((|SExpression|) $) "\\spad{value(p)} returns value of property \\spad{p}")) (|name| (((|Symbol|) $) "\\spad{name(p)} returns the name of property \\spad{p}")))
NIL
NIL
-(-947 T$)
+(-948 T$)
((|constructor| (NIL "This domain implements propositional formula build over a term domain,{} that itself belongs to PropositionalLogic")) (|equivOperands| (((|Pair| $ $) $) "\\spad{equivOperands p} extracts the operands to the logical equivalence; otherwise errors.")) (|equiv?| (((|Boolean|) $) "\\spad{equiv? p} is \\spad{true} when \\spad{`p'} is a logical equivalence.")) (|impliesOperands| (((|Pair| $ $) $) "\\spad{impliesOperands p} extracts the operands to the logical implication; otherwise errors.")) (|implies?| (((|Boolean|) $) "\\spad{implies? p} is \\spad{true} when \\spad{`p'} is a logical implication.")) (|orOperands| (((|Pair| $ $) $) "\\spad{orOperands p} extracts the operands to the logical disjunction; otherwise errors.")) (|or?| (((|Boolean|) $) "\\spad{or? p} is \\spad{true} when \\spad{`p'} is a logical disjunction.")) (|andOperands| (((|Pair| $ $) $) "\\spad{andOperands p} extracts the operands of the logical conjunction; otherwise errors.")) (|and?| (((|Boolean|) $) "\\spad{and? p} is \\spad{true} when \\spad{`p'} is a logical conjunction.")) (|notOperand| (($ $) "\\spad{notOperand returns} the operand to the logical `not' operator; otherwise errors.")) (|not?| (((|Boolean|) $) "\\spad{not? p} is \\spad{true} when \\spad{`p'} is a logical negation")) (|variable| (((|Symbol|) $) "\\spad{variable p} extracts the variable name from \\spad{`p'}; otherwise errors.")) (|variable?| (((|Boolean|) $) "variables? \\spad{p} returns \\spad{true} when \\spad{`p'} really is a variable.")) (|term| ((|#1| $) "\\spad{term p} extracts the term value from \\spad{`p'}; otherwise errors.")) (|term?| (((|Boolean|) $) "\\spad{term? p} returns \\spad{true} when \\spad{`p'} really is a term")) (|variables| (((|Set| (|Symbol|)) $) "\\spad{variables(p)} returns the set of propositional variables appearing in the proposition \\spad{`p'}.")) (|coerce| (($ (|Symbol|)) "\\spad{coerce(t)} turns the term \\spad{`t'} into a propositional variable.") (($ |#1|) "\\spad{coerce(t)} turns the term \\spad{`t'} into a propositional formula")))
NIL
NIL
-(-948)
+(-949)
((|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'}.")) (|or| (($ $ $) "\\spad{p or q} returns the logical disjunction of \\spad{`p'},{} \\spad{`q'}.")) (|and| (($ $ $) "\\spad{p and q} returns the logical conjunction of \\spad{`p'},{} \\spad{`q'}.")) (|not| (($ $) "\\spad{not p} returns the logical negation of \\spad{`p'}.")))
NIL
NIL
-(-949 S)
+(-950 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}.")))
-((-4368 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4370 . T) (-4284 . T))
NIL
-(-950 R |polR|)
+(-951 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 (-445))))
-(-951)
+(-952)
((|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
-(-952)
+(-953)
((|constructor| (NIL "\\indented{1}{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}.")) (|coerce| (((|List| (|Integer|)) $) "\\spad{coerce(p)} coerces a partition into a list of integers")) (|conjugate| (($ $) "\\spad{conjugate(p)} returns the conjugate partition of a partition \\spad{p}")) (|pdct| (((|Integer|) $) "\\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| (|List| (|Integer|))) (|List| (|Integer|))) "\\spad{powers(\\spad{li})} returns a list of 2-element lists. For each 2-element list,{} the first element is an entry of \\spad{li} and the second element is the multiplicity with which the first element occurs in \\spad{li}. There is a 2-element list for each value occurring in \\spad{l}.")) (|partition| (($ (|List| (|Integer|))) "\\spad{partition(\\spad{li})} converts a list of integers \\spad{li} to a partition")))
NIL
NIL
-(-953 S |Coef| |Expon| |Var|)
+(-954 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
-(-954 |Coef| |Expon| |Var|)
+(-955 |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}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-955)
+(-956)
((|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
-(-956 S R E |VarSet| P)
+(-957 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 (-544))))
-(-957 R E |VarSet| P)
+((|HasCategory| |#2| (QUOTE (-545))))
+(-958 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.")))
-((-4368 . T) (-4283 . T))
+((-4369 . T) (-4284 . T))
NIL
-(-958 R E V P)
+(-959 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 (-144))) (|HasCategory| |#1| (QUOTE (-301)))) (|HasCategory| |#1| (QUOTE (-445))))
-(-959 K)
+(-960 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
-(-960 |VarSet| E RC P)
+(-961 |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
-(-961 R)
+(-962 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")) (|convert| (($ (|List| |#1|)) "\\spad{convert(l)} takes a list of elements,{} \\spad{l},{} from the domain Ring and returns the form of point category.")) (|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}.")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-962 R1 R2)
+(-963 R1 R2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|Point| |#2|) (|Mapping| |#2| |#1|) (|Point| |#1|)) "\\spad{map(f,{}p)} \\undocumented")))
NIL
NIL
-(-963 R)
+(-964 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
-(-964 K)
+(-965 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
-(-965 R E OV PPR)
+(-966 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
-(-966 K R UP -3220)
+(-967 K R UP -3219)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a monogenic algebra over \\spad{R}. We require that \\spad{F} is monogenic,{} \\spadignore{i.e.} that \\spad{F = K[x,{}y]/(f(x,{}y))},{} because the integral basis algorithm used will factor the polynomial \\spad{f(x,{}y)}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|reducedDiscriminant| ((|#2| |#3|) "\\spad{reducedDiscriminant(up)} \\undocumented")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,{}basisDen,{}basisInv] } containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If 'basis' is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if 'basisInv' is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,{}basisDen,{}basisInv] } containing information regarding the integral closure of \\spad{R} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If 'basis' is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if 'basisInv' is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")))
NIL
NIL
-(-967 |vl| |nv|)
+(-968 |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
-(-968 R |Var| |Expon| |Dpoly|)
+(-969 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 (-144))) (|HasCategory| |#1| (QUOTE (-301)))))
-(-969 R E V P TS)
+(-970 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
-(-970)
+(-971)
((|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
-(-971 A B R S)
+(-972 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
-(-972 A S)
+(-973 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 (-890))) (|HasCategory| |#2| (QUOTE (-537))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (QUOTE (-1003))) (|HasCategory| |#2| (QUOTE (-805))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-1129))))
-(-973 S)
+((|HasCategory| |#2| (QUOTE (-891))) (|HasCategory| |#2| (QUOTE (-538))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (QUOTE (-1004))) (|HasCategory| |#2| (QUOTE (-806))) (|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-1130))))
+(-974 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}.")))
-((-4283 . T) (-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4284 . T) (-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-974 |n| K)
+(-975 |n| K)
((|constructor| (NIL "This domain provides modest support for quadratic forms.")) (|elt| ((|#2| $ (|DirectProduct| |#1| |#2|)) "\\spad{elt(qf,{}v)} evaluates the quadratic form \\spad{qf} on the vector \\spad{v},{} producing a scalar.")) (|matrix| (((|SquareMatrix| |#1| |#2|) $) "\\spad{matrix(qf)} creates a square matrix from the quadratic form \\spad{qf}.")) (|quadraticForm| (($ (|SquareMatrix| |#1| |#2|)) "\\spad{quadraticForm(m)} creates a quadratic form from a symmetric,{} square matrix \\spad{m}.")))
NIL
NIL
-(-975)
+(-976)
((|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
-(-976 S)
+(-977 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.")))
-((-4368 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4370 . T) (-4284 . T))
NIL
-(-977 S R)
+(-978 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 (-537))) (|HasCategory| |#2| (QUOTE (-1039))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-284))))
-(-978 R)
+((|HasCategory| |#2| (QUOTE (-538))) (|HasCategory| |#2| (QUOTE (-1040))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-284))))
+(-979 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}.")))
-((-4361 |has| |#1| (-284)) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 |has| |#1| (-284)) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-979 QR R QS S)
+(-980 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
-(-980 R)
+(-981 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.}")))
-((-4361 |has| |#1| (-284)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (QUOTE (-284))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-284))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-1039))) (|HasCategory| |#1| (QUOTE (-537))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-357)))))
-(-981 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}.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
+((-4362 |has| |#1| (-284)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (QUOTE (-284))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-284))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -280) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-1040))) (|HasCategory| |#1| (QUOTE (-538))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-357)))))
(-982 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}.")))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-983 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
-(-983)
+(-984)
((|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
-(-984 -3220 UP UPUP |radicnd| |n|)
+(-985 -3219 UP UPUP |radicnd| |n|)
((|constructor| (NIL "Function field defined by y**n = \\spad{f}(\\spad{x}).")))
-((-4361 |has| (-401 |#2|) (-357)) (-4366 |has| (-401 |#2|) (-357)) (-4360 |has| (-401 |#2|) (-357)) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-401 |#2|) (QUOTE (-142))) (|HasCategory| (-401 |#2|) (QUOTE (-144))) (|HasCategory| (-401 |#2|) (QUOTE (-343))) (-4029 (|HasCategory| (-401 |#2|) (QUOTE (-357))) (|HasCategory| (-401 |#2|) (QUOTE (-343)))) (|HasCategory| (-401 |#2|) (QUOTE (-357))) (|HasCategory| (-401 |#2|) (QUOTE (-362))) (-4029 (-12 (|HasCategory| (-401 |#2|) (QUOTE (-228))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (|HasCategory| (-401 |#2|) (QUOTE (-343)))) (-4029 (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-401 |#2|) (QUOTE (-343))))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-362))) (-4029 (|HasCategory| (-401 |#2|) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (QUOTE (-228))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))))
-(-985 |bb|)
+((-4362 |has| (-401 |#2|) (-357)) (-4367 |has| (-401 |#2|) (-357)) (-4361 |has| (-401 |#2|) (-357)) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-401 |#2|) (QUOTE (-142))) (|HasCategory| (-401 |#2|) (QUOTE (-144))) (|HasCategory| (-401 |#2|) (QUOTE (-343))) (-4028 (|HasCategory| (-401 |#2|) (QUOTE (-357))) (|HasCategory| (-401 |#2|) (QUOTE (-343)))) (|HasCategory| (-401 |#2|) (QUOTE (-357))) (|HasCategory| (-401 |#2|) (QUOTE (-362))) (-4028 (-12 (|HasCategory| (-401 |#2|) (QUOTE (-228))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (|HasCategory| (-401 |#2|) (QUOTE (-343)))) (-4028 (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-401 |#2|) (QUOTE (-343))))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-401 |#2|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-362))) (-4028 (|HasCategory| (-401 |#2|) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))) (-12 (|HasCategory| (-401 |#2|) (QUOTE (-228))) (|HasCategory| (-401 |#2|) (QUOTE (-357)))))
+(-986 |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.")) (|coerce| (((|Fraction| (|Integer|)) $) "\\spad{coerce(rx)} converts a radix expansion to a rational number.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-552) (QUOTE (-890))) (|HasCategory| (-552) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| (-552) (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-144))) (|HasCategory| (-552) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-552) (QUOTE (-1003))) (|HasCategory| (-552) (QUOTE (-805))) (-4029 (|HasCategory| (-552) (QUOTE (-805))) (|HasCategory| (-552) (QUOTE (-832)))) (|HasCategory| (-552) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-552) (QUOTE (-1129))) (|HasCategory| (-552) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| (-552) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| (-552) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| (-552) (QUOTE (-228))) (|HasCategory| (-552) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| (-552) (LIST (QUOTE -506) (QUOTE (-1154)) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -303) (QUOTE (-552)))) (|HasCategory| (-552) (LIST (QUOTE -280) (QUOTE (-552)) (QUOTE (-552)))) (|HasCategory| (-552) (QUOTE (-301))) (|HasCategory| (-552) (QUOTE (-537))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-552) (LIST (QUOTE -625) (QUOTE (-552)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-552) (QUOTE (-890)))) (|HasCategory| (-552) (QUOTE (-142)))))
-(-986)
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-553) (QUOTE (-891))) (|HasCategory| (-553) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| (-553) (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-144))) (|HasCategory| (-553) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-553) (QUOTE (-1004))) (|HasCategory| (-553) (QUOTE (-806))) (-4028 (|HasCategory| (-553) (QUOTE (-806))) (|HasCategory| (-553) (QUOTE (-833)))) (|HasCategory| (-553) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-553) (QUOTE (-1130))) (|HasCategory| (-553) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| (-553) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| (-553) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| (-553) (QUOTE (-228))) (|HasCategory| (-553) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| (-553) (LIST (QUOTE -507) (QUOTE (-1155)) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -303) (QUOTE (-553)))) (|HasCategory| (-553) (LIST (QUOTE -280) (QUOTE (-553)) (QUOTE (-553)))) (|HasCategory| (-553) (QUOTE (-301))) (|HasCategory| (-553) (QUOTE (-538))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-553) (LIST (QUOTE -626) (QUOTE (-553)))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-553) (QUOTE (-891)))) (|HasCategory| (-553) (QUOTE (-142)))))
+(-987)
((|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
-(-987)
+(-988)
((|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
-(-988 RP)
+(-989 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
-(-989 S)
+(-990 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
-(-990 A S)
+(-991 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 -4369)) (|HasCategory| |#2| (QUOTE (-1078))))
-(-991 S)
+((|HasAttribute| |#1| (QUOTE -4370)) (|HasCategory| |#2| (QUOTE (-1079))))
+(-992 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}.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-992 S)
+(-993 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
-(-993)
+(-994)
((|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}}")))
-((-4361 . T) (-4366 . T) (-4360 . T) (-4363 . T) (-4362 . T) ((-4370 "*") . T) (-4365 . T))
+((-4362 . T) (-4367 . T) (-4361 . T) (-4364 . T) (-4363 . T) ((-4371 "*") . T) (-4366 . T))
NIL
-(-994 R -3220)
+(-995 R -3219)
((|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
-(-995 R -3220)
+(-996 R -3219)
((|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
-(-996 -3220 UP)
+(-997 -3219 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
-(-997 -3220 UP)
+(-998 -3219 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
-(-998 S)
+(-999 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
-(-999 F1 UP UPUP R F2)
+(-1000 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
-(-1000)
+(-1001)
((|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
-(-1001 |Pol|)
+(-1002 |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
-(-1002 |Pol|)
+(-1003 |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
-(-1003)
+(-1004)
((|constructor| (NIL "The category of real numeric domains,{} \\spadignore{i.e.} convertible to floats.")))
NIL
NIL
-(-1004)
+(-1005)
((|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
-(-1005 |TheField|)
+(-1006 |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")))
-((-4361 . T) (-4366 . T) (-4360 . T) (-4363 . T) (-4362 . T) ((-4370 "*") . T) (-4365 . T))
-((-4029 (|HasCategory| (-401 (-552)) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-401 (-552)) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-401 (-552)) (LIST (QUOTE -1019) (QUOTE (-552)))))
-(-1006 -3220 L)
+((-4362 . T) (-4367 . T) (-4361 . T) (-4364 . T) (-4363 . T) ((-4371 "*") . T) (-4366 . T))
+((-4028 (|HasCategory| (-401 (-553)) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-401 (-553)) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-401 (-553)) (LIST (QUOTE -1020) (QUOTE (-553)))))
+(-1007 -3219 L)
((|constructor| (NIL "\\spadtype{ReductionOfOrder} provides functions for reducing the order of linear ordinary differential equations once some solutions are known.")) (|ReduceOrder| (((|Record| (|:| |eq| |#2|) (|:| |op| (|List| |#1|))) |#2| (|List| |#1|)) "\\spad{ReduceOrder(op,{} [f1,{}...,{}fk])} returns \\spad{[op1,{}[g1,{}...,{}gk]]} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = gk \\int(g_{k-1} \\int(... \\int(g1 \\int z)...)} is a solution of \\spad{op y = 0}. Each \\spad{\\spad{fi}} must satisfy \\spad{op \\spad{fi} = 0}.") ((|#2| |#2| |#1|) "\\spad{ReduceOrder(op,{} s)} returns \\spad{op1} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = s \\int z} is a solution of \\spad{op y = 0}. \\spad{s} must satisfy \\spad{op s = 0}.")))
NIL
NIL
-(-1007 S)
+(-1008 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 (-1078))))
-(-1008 R E V P)
+((|HasCategory| |#1| (QUOTE (-1079))))
+(-1009 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.")))
-((-4369 . T) (-4368 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1009 R)
+((-4370 . T) (-4369 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1010 R)
((|constructor| (NIL "RepresentationPackage1 provides functions for representation theory for finite groups and algebras. The package creates permutation representations and uses tensor products and its symmetric and antisymmetric components to create new representations of larger degree from given ones. Note: instead of having parameters from \\spadtype{Permutation} this package allows list notation of permutations as well: \\spadignore{e.g.} \\spad{[1,{}4,{}3,{}2]} denotes permutes 2 and 4 and fixes 1 and 3.")) (|permutationRepresentation| (((|List| (|Matrix| (|Integer|))) (|List| (|List| (|Integer|)))) "\\spad{permutationRepresentation([pi1,{}...,{}pik],{}n)} returns the list of matrices {\\em [(deltai,{}pi1(i)),{}...,{}(deltai,{}pik(i))]} if the permutations {\\em pi1},{}...,{}{\\em pik} are in list notation and are permuting {\\em {1,{}2,{}...,{}n}}.") (((|List| (|Matrix| (|Integer|))) (|List| (|Permutation| (|Integer|))) (|Integer|)) "\\spad{permutationRepresentation([pi1,{}...,{}pik],{}n)} returns the list of matrices {\\em [(deltai,{}pi1(i)),{}...,{}(deltai,{}pik(i))]} (Kronecker delta) for the permutations {\\em pi1,{}...,{}pik} of {\\em {1,{}2,{}...,{}n}}.") (((|Matrix| (|Integer|)) (|List| (|Integer|))) "\\spad{permutationRepresentation(\\spad{pi},{}n)} returns the matrix {\\em (deltai,{}\\spad{pi}(i))} (Kronecker delta) if the permutation {\\em \\spad{pi}} is in list notation and permutes {\\em {1,{}2,{}...,{}n}}.") (((|Matrix| (|Integer|)) (|Permutation| (|Integer|)) (|Integer|)) "\\spad{permutationRepresentation(\\spad{pi},{}n)} returns the matrix {\\em (deltai,{}\\spad{pi}(i))} (Kronecker delta) for a permutation {\\em \\spad{pi}} of {\\em {1,{}2,{}...,{}n}}.")) (|tensorProduct| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,{}...ak])} calculates the list of Kronecker products of each matrix {\\em \\spad{ai}} with itself for {1 \\spad{<=} \\spad{i} \\spad{<=} \\spad{k}}. Note: If the list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the representation with itself.") (((|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a)} calculates the Kronecker product of the matrix {\\em a} with itself.") (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,{}...,{}ak],{}[b1,{}...,{}bk])} calculates the list of Kronecker products of the matrices {\\em \\spad{ai}} and {\\em \\spad{bi}} for {1 \\spad{<=} \\spad{i} \\spad{<=} \\spad{k}}. Note: If each list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a,{}b)} calculates the Kronecker product of the matrices {\\em a} and \\spad{b}. Note: if each matrix corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.")) (|symmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{symmetricTensors(la,{}n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,{}0,{}...,{}0)} of \\spad{n}. Error: if the matrices in {\\em la} are not square matrices. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{symmetricTensors(a,{}n)} applies to the \\spad{m}-by-\\spad{m} square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,{}0,{}...,{}0)} of \\spad{n}. Error: if {\\em a} is not a square matrix. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.")) (|createGenericMatrix| (((|Matrix| (|Polynomial| |#1|)) (|NonNegativeInteger|)) "\\spad{createGenericMatrix(m)} creates a square matrix of dimension \\spad{k} whose entry at the \\spad{i}-th row and \\spad{j}-th column is the indeterminate {\\em x[i,{}j]} (double subscripted).")) (|antisymmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{antisymmetricTensors(la,{}n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (1,{}1,{}...,{}1,{}0,{}0,{}...,{}0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{antisymmetricTensors(a,{}n)} applies to the square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm},{} where \\spad{m} is the number of rows of {\\em a},{} which corresponds to the partition {\\em (1,{}1,{}...,{}1,{}0,{}0,{}...,{}0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.")))
NIL
-((|HasAttribute| |#1| (QUOTE (-4370 "*"))))
-(-1010 R)
+((|HasAttribute| |#1| (QUOTE (-4371 "*"))))
+(-1011 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 (-357))) (|HasCategory| |#1| (QUOTE (-362)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-301))))
-(-1011 S)
+(-1012 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
-(-1012)
+(-1013)
((|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
-(-1013 S)
+(-1014 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
-(-1014 S)
+(-1015 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
-(-1015 -3220 |Expon| |VarSet| |FPol| |LFPol|)
+(-1016 -3219 |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")))
-(((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1016)
-((|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.}")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (QUOTE (-1154))) (LIST (QUOTE |:|) (QUOTE -3360) (QUOTE (-52))))))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-52) (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-52) (QUOTE (-1078))) (|HasCategory| (-52) (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| (-52) (QUOTE (-1078))) (|HasCategory| (-52) (LIST (QUOTE -303) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-1154) (QUOTE (-832))) (|HasCategory| (-52) (QUOTE (-1078))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-52) (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-52) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -599) (QUOTE (-844)))))
(-1017)
+((|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.}")))
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (QUOTE (-1155))) (LIST (QUOTE |:|) (QUOTE -3359) (QUOTE (-52))))))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-52) (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-52) (QUOTE (-1079))) (|HasCategory| (-52) (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| (-52) (QUOTE (-1079))) (|HasCategory| (-52) (LIST (QUOTE -303) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-1155) (QUOTE (-833))) (|HasCategory| (-52) (QUOTE (-1079))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-52) (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-52) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1018)
((|constructor| (NIL "This domain represents `return' expressions.")) (|expression| (((|SpadAst|) $) "\\spad{expression(e)} returns the expression returned by `e'.")))
NIL
NIL
-(-1018 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}.")) (|coerce| (($ |#2|) "\\spad{coerce(a)} transforms a into an element of \\%.")))
+(-1019 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
-(-1019 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}.")) (|coerce| (($ |#1|) "\\spad{coerce(a)} transforms a into an element of \\%.")))
+(-1020 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
-(-1020 Q R)
+(-1021 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
-(-1021)
+(-1022)
((|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
-(-1022 UP)
+(-1023 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
-(-1023 R)
+(-1024 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
-(-1024 R)
+(-1025 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
-(-1025 T$)
+(-1026 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
-(-1026 T$)
+(-1027 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
-(-1027 R |ls|)
+(-1028 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}.")))
-((-4369 . T) (-4368 . T))
-((-12 (|HasCategory| (-765 |#1| (-846 |#2|)) (QUOTE (-1078))) (|HasCategory| (-765 |#1| (-846 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -765) (|devaluate| |#1|) (LIST (QUOTE -846) (|devaluate| |#2|)))))) (|HasCategory| (-765 |#1| (-846 |#2|)) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-765 |#1| (-846 |#2|)) (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| (-846 |#2|) (QUOTE (-362))) (|HasCategory| (-765 |#1| (-846 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1028)
+((-4370 . T) (-4369 . T))
+((-12 (|HasCategory| (-766 |#1| (-847 |#2|)) (QUOTE (-1079))) (|HasCategory| (-766 |#1| (-847 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -766) (|devaluate| |#1|) (LIST (QUOTE -847) (|devaluate| |#2|)))))) (|HasCategory| (-766 |#1| (-847 |#2|)) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-766 |#1| (-847 |#2|)) (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| (-847 |#2|) (QUOTE (-362))) (|HasCategory| (-766 |#1| (-847 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1029)
((|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
-(-1029 S)
+(-1030 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\"}.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(i)} converts the integer \\spad{i} to a member of the given domain.")) (|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
-(-1030)
+(-1031)
((|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\"}.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(i)} converts the integer \\spad{i} to a member of the given domain.")) (|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.")))
-((-4365 . T))
+((-4366 . T))
NIL
-(-1031 |xx| -3220)
+(-1032 |xx| -3219)
((|constructor| (NIL "This package exports rational interpolation algorithms")))
NIL
NIL
-(-1032 S |m| |n| R |Row| |Col|)
+(-1033 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 (-301))) (|HasCategory| |#4| (QUOTE (-357))) (|HasCategory| |#4| (QUOTE (-544))) (|HasCategory| |#4| (QUOTE (-169))))
-(-1033 |m| |n| R |Row| |Col|)
+((|HasCategory| |#4| (QUOTE (-301))) (|HasCategory| |#4| (QUOTE (-357))) (|HasCategory| |#4| (QUOTE (-545))) (|HasCategory| |#4| (QUOTE (-169))))
+(-1034 |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")))
-((-4368 . T) (-4283 . T) (-4363 . T) (-4362 . T))
+((-4369 . T) (-4284 . T) (-4364 . T) (-4363 . T))
NIL
-(-1034 |m| |n| R)
+(-1035 |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.")) (|coerce| (((|Matrix| |#3|) $) "\\spad{coerce(m)} converts a matrix of type \\spadtype{RectangularMatrix} to a matrix of type \\spad{Matrix}.")) (|rectangularMatrix| (($ (|Matrix| |#3|)) "\\spad{rectangularMatrix(m)} converts a matrix of type \\spadtype{Matrix} to a matrix of type \\spad{RectangularMatrix}.")))
-((-4368 . T) (-4363 . T) (-4362 . T))
-((-4029 (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357)))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (QUOTE (-301))) (|HasCategory| |#3| (QUOTE (-544))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -599) (QUOTE (-844)))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))))
-(-1035 |m| |n| R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
+((-4369 . T) (-4364 . T) (-4363 . T))
+((-4028 (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357)))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (QUOTE (-301))) (|HasCategory| |#3| (QUOTE (-545))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -600) (QUOTE (-845)))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))))
+(-1036 |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
-(-1036 R)
+(-1037 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")) (* (($ $ |#1|) "\\spad{x*r} returns the right multiplication of the module element \\spad{x} by the ring element \\spad{r}.")))
NIL
NIL
-(-1037)
+(-1038)
((|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
-(-1038 S)
+(-1039 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
-(-1039)
+(-1040)
((|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.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1040 |TheField| |ThePolDom|)
+(-1041 |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
-(-1041)
+(-1042)
((|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}.")) (|convert| (($ (|Symbol|)) "\\spad{convert(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.")))
-((-4356 . T) (-4360 . T) (-4355 . T) (-4366 . T) (-4367 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4357 . T) (-4361 . T) (-4356 . T) (-4367 . T) (-4368 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1042)
+(-1043)
((|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}")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (QUOTE (-1154))) (LIST (QUOTE |:|) (QUOTE -3360) (QUOTE (-52))))))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-52) (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-52) (QUOTE (-1078))) (|HasCategory| (-52) (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| (-52) (QUOTE (-1078))) (|HasCategory| (-52) (LIST (QUOTE -303) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (QUOTE (-1078))) (|HasCategory| (-1154) (QUOTE (-832))) (|HasCategory| (-52) (QUOTE (-1078))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-52) (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-52) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1043 S R E V)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (QUOTE (-1155))) (LIST (QUOTE |:|) (QUOTE -3359) (QUOTE (-52))))))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-52) (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-52) (QUOTE (-1079))) (|HasCategory| (-52) (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| (-52) (QUOTE (-1079))) (|HasCategory| (-52) (LIST (QUOTE -303) (QUOTE (-52))))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (QUOTE (-1079))) (|HasCategory| (-1155) (QUOTE (-833))) (|HasCategory| (-52) (QUOTE (-1079))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-52) (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-52) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1044 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 (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-537))) (|HasCategory| |#2| (LIST (QUOTE -38) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -973) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-1154)))))
-(-1044 R E V)
+((|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-538))) (|HasCategory| |#2| (LIST (QUOTE -38) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -974) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#4| (LIST (QUOTE -601) (QUOTE (-1155)))))
+(-1045 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}}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
NIL
-(-1045)
+(-1046)
((|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
-(-1046 S |TheField| |ThePols|)
+(-1047 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
-(-1047 |TheField| |ThePols|)
+(-1048 |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
-(-1048 R E V P TS)
+(-1049 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
-(-1049 S R E V P)
+(-1050 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,{}...,{}\\spad{ti}]}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,{}...,{}\\spad{Ti}]}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(\\spad{Ti})} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,{}...,{}Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{\\spad{Phd} Thesis,{} University of Linz,{} Austria,{} 1991.} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Journal of Symbol. Comp. 1998} \\indented{1}{[3] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| $) (|List| |#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
-(-1050 R E V P)
+(-1051 R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,{}...,{}xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,{}...,{}tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,{}...,{}\\spad{ti}]}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,{}...,{}\\spad{Ti}]}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(\\spad{Ti})} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,{}...,{}Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{\\spad{Phd} Thesis,{} University of Linz,{} Austria,{} 1991.} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Journal of Symbol. Comp. 1998} \\indented{1}{[3] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|)) "\\spad{zeroSetSplit(lp,{}clos?)} returns \\spad{lts} a split of Kalkbrener of the radical ideal associated with \\spad{lp}. If \\spad{clos?} is \\spad{false},{} it is also a decomposition of the variety associated with \\spad{lp} into the regular zero set of the \\spad{ts} in \\spad{lts} (or,{} in other words,{} a split of Lazard of this variety). See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets.")) (|extend| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{extend(lp,{}lts)} returns the same as \\spad{concat([extend(lp,{}ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{extend(lp,{}ts)} returns \\spad{ts} if \\spad{empty? lp} \\spad{extend(p,{}ts)} if \\spad{lp = [p]} else \\spad{extend(first lp,{} extend(rest lp,{} ts))}") (((|List| $) |#4| (|List| $)) "\\spad{extend(p,{}lts)} returns the same as \\spad{concat([extend(p,{}ts) for ts in lts])|}") (((|List| $) |#4| $) "\\spad{extend(p,{}ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is not a regular triangular set.")) (|internalAugment| (($ (|List| |#4|) $) "\\spad{internalAugment(lp,{}ts)} returns \\spad{ts} if \\spad{lp} is empty otherwise returns \\spad{internalAugment(rest lp,{} internalAugment(first lp,{} ts))}") (($ |#4| $) "\\spad{internalAugment(p,{}ts)} assumes that \\spad{augment(p,{}ts)} returns a singleton and returns it.")) (|augment| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{augment(lp,{}lts)} returns the same as \\spad{concat([augment(lp,{}ts) for ts in lts])}") (((|List| $) (|List| |#4|) $) "\\spad{augment(lp,{}ts)} returns \\spad{ts} if \\spad{empty? lp},{} \\spad{augment(p,{}ts)} if \\spad{lp = [p]},{} otherwise \\spad{augment(first lp,{} augment(rest lp,{} ts))}") (((|List| $) |#4| (|List| $)) "\\spad{augment(p,{}lts)} returns the same as \\spad{concat([augment(p,{}ts) for ts in lts])}") (((|List| $) |#4| $) "\\spad{augment(p,{}ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. This operation assumes also that if \\spad{p} is added to \\spad{ts} the resulting set,{} say \\spad{ts+p},{} is a regular triangular set. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is required to be square-free.")) (|intersect| (((|List| $) |#4| (|List| $)) "\\spad{intersect(p,{}lts)} returns the same as \\spad{intersect([p],{}lts)}") (((|List| $) (|List| |#4|) (|List| $)) "\\spad{intersect(lp,{}lts)} returns the same as \\spad{concat([intersect(lp,{}ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{intersect(lp,{}ts)} returns \\spad{lts} a split of Lazard of the intersection of the affine variety associated with \\spad{lp} and the regular zero set of \\spad{ts}.") (((|List| $) |#4| $) "\\spad{intersect(p,{}ts)} returns the same as \\spad{intersect([p],{}ts)}")) (|squareFreePart| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| $) "\\spad{squareFreePart(p,{}ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a square-free polynomial \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} this polynomial being associated with \\spad{p} modulo \\spad{lpwt.i.tower},{} for every \\spad{i}. Moreover,{} the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. WARNING: This assumes that \\spad{p} is a non-constant polynomial such that if \\spad{p} is added to \\spad{ts},{} then the resulting set is a regular triangular set.")) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| |#4| $) "\\spad{lastSubResultant(p1,{}p2,{}ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a quasi-monic \\spad{gcd} of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} for every \\spad{i},{} and such that the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. Moreover,{} if \\spad{p1} and \\spad{p2} do not have a non-trivial \\spad{gcd} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower} then \\spad{lpwt.i.val} is the resultant of these polynomials \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|lastSubResultantElseSplit| (((|Union| |#4| (|List| $)) |#4| |#4| $) "\\spad{lastSubResultantElseSplit(p1,{}p2,{}ts)} returns either \\spad{g} a quasi-monic \\spad{gcd} of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. the \\spad{ts} or a split of Kalkbrener of \\spad{ts}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|invertibleSet| (((|List| $) |#4| $) "\\spad{invertibleSet(p,{}ts)} returns a split of Kalkbrener of the quotient ideal of the ideal \\axiom{\\spad{I}} by \\spad{p} where \\spad{I} is the radical of saturated of \\spad{ts}.")) (|invertible?| (((|Boolean|) |#4| $) "\\spad{invertible?(p,{}ts)} returns \\spad{true} iff \\spad{p} is invertible in the tower associated with \\spad{ts}.") (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#4| $) "\\spad{invertible?(p,{}ts)} returns \\spad{lbwt} where \\spad{lbwt.i} is the result of \\spad{invertibleElseSplit?(p,{}lbwt.i.tower)} and the list of the \\spad{(lqrwt.i).tower} is a split of Kalkbrener of \\spad{ts}.")) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#4| $) "\\spad{invertibleElseSplit?(p,{}ts)} returns \\spad{true} (resp. \\spad{false}) if \\spad{p} is invertible in the tower associated with \\spad{ts} or returns a split of Kalkbrener of \\spad{ts}.")) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#4| $) "\\spad{purelyAlgebraicLeadingMonomial?(p,{}ts)} returns \\spad{true} iff the main variable of any non-constant iterarted initial of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|algebraicCoefficients?| (((|Boolean|) |#4| $) "\\spad{algebraicCoefficients?(p,{}ts)} returns \\spad{true} iff every variable of \\spad{p} which is not the main one of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|purelyTranscendental?| (((|Boolean|) |#4| $) "\\spad{purelyTranscendental?(p,{}ts)} returns \\spad{true} iff every variable of \\spad{p} is not algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}")) (|purelyAlgebraic?| (((|Boolean|) $) "\\spad{purelyAlgebraic?(ts)} returns \\spad{true} iff for every algebraic variable \\spad{v} of \\spad{ts} we have \\spad{algebraicCoefficients?(t_v,{}ts_v_-)} where \\spad{ts_v} is \\axiomOpFrom{select}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}) and \\spad{ts_v_-} is \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}).") (((|Boolean|) |#4| $) "\\spad{purelyAlgebraic?(p,{}ts)} returns \\spad{true} iff every variable of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-1051 R E V P TS)
+(-1052 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
-(-1052)
+(-1053)
((|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
-(-1053 |f|)
+(-1054 |f|)
((|constructor| (NIL "This domain implements named rules")) (|name| (((|Symbol|) $) "\\spad{name(x)} returns the symbol")))
NIL
NIL
-(-1054 |Base| R -3220)
+(-1055 |Base| R -3219)
((|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
-(-1055 |Base| R -3220)
+(-1056 |Base| R -3219)
((|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
-(-1056 R |ls|)
+(-1057 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
-(-1057 UP SAE UPA)
+(-1058 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
-(-1058 R UP M)
+(-1059 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.")))
-((-4361 |has| |#1| (-357)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-343))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-362))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-343)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154))))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))))
-(-1059 UP SAE UPA)
+((-4362 |has| |#1| (-357)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-343))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-362))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-343)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155))))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))))
+(-1060 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
-(-1060)
+(-1061)
((|constructor| (NIL "This trivial domain lets us build Univariate Polynomials in an anonymous variable")))
NIL
NIL
-(-1061)
+(-1062)
((|constructor| (NIL "This is the category of Spad syntax objects.")))
NIL
NIL
-(-1062 S)
+(-1063 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
-(-1063)
+(-1064)
((|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| (((|Union| (|Binding|) "failed") (|Symbol|) $) "\\spad{findBinding(n,{}s)} returns the first binding of \\spad{`n'} in \\spad{`s'}; otherwise `failed'.")) (|contours| (((|List| (|Contour|)) $) "\\spad{contours(s)} returns the list of contours in scope \\spad{s}.")) (|empty| (($) "\\spad{empty()} returns an empty scope.")))
NIL
NIL
-(-1064 R)
+(-1065 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
-(-1065 R)
+(-1066 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")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| (-1066 (-1154)) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-1066 (-1154)) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-1066 (-1154)) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-1066 (-1154)) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-1066 (-1154)) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
-(-1066 S)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| (-1067 (-1155)) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-1067 (-1155)) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-1067 (-1155)) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-1067 (-1155)) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-1067 (-1155)) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#1| (QUOTE -4367)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(-1067 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
-(-1067 R S)
+(-1068 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 (-830))))
-(-1068)
+((|HasCategory| |#1| (QUOTE (-831))))
+(-1069)
((|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
-(-1069 R S)
+(-1070 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
-(-1070 S)
+(-1071 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.")) (|segment| (((|Segment| |#1|) $) "\\spad{segment(segb)} returns the segment from the right hand side of the \\spadtype{SegmentBinding}. For example,{} if \\spad{segb} is \\spad{v=a..b},{} then \\spad{segment(segb)} returns \\spad{a..b}.")) (|variable| (((|Symbol|) $) "\\spad{variable(segb)} returns the variable from the left hand side of the \\spadtype{SegmentBinding}. For example,{} if \\spad{segb} is \\spad{v=a..b},{} then \\spad{variable(segb)} returns \\spad{v}.")) (|equation| (($ (|Symbol|) (|Segment| |#1|)) "\\spad{equation(v,{}a..b)} creates a segment binding value with variable \\spad{v} and segment \\spad{a..b}. Note that the interpreter parses \\spad{v=a..b} to this form.")))
NIL
-((|HasCategory| |#1| (QUOTE (-1078))))
-(-1071 S)
+((|HasCategory| |#1| (QUOTE (-1079))))
+(-1072 S)
((|constructor| (NIL "This category provides operations on ranges,{} or {\\em segments} as they are called.")) (|convert| (($ |#1|) "\\spad{convert(i)} creates the segment \\spad{i..i}.")) (|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{\\spad{hi}(s)} returns the second endpoint of \\spad{s}. Note: \\spad{\\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.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-1072 S)
+(-1073 S)
((|constructor| (NIL "This type is used to specify a range of values from type \\spad{S}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-830))) (|HasCategory| |#1| (QUOTE (-1078))))
-(-1073 S L)
+((|HasCategory| |#1| (QUOTE (-831))) (|HasCategory| |#1| (QUOTE (-1079))))
+(-1074 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]}.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-1074)
+(-1075)
((|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
-(-1075 A S)
+(-1076 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
-(-1076 S)
+(-1077 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}.")))
-((-4358 . T) (-4283 . T))
+((-4359 . T) (-4284 . T))
NIL
-(-1077 S)
+(-1078 S)
((|constructor| (NIL "\\spadtype{SetCategory} is the basic category for describing a collection of elements with \\spadop{=} (equality) and \\spadfun{coerce} to output form. \\blankline Conditional Attributes: \\indented{3}{canonical\\tab{15}data structure equality is the same as \\spadop{=}}")) (|latex| (((|String|) $) "\\spad{latex(s)} returns a LaTeX-printable output representation of \\spad{s}.")) (|hash| (((|SingleInteger|) $) "\\spad{hash(s)} calculates a hash code for \\spad{s}.")))
NIL
NIL
-(-1078)
+(-1079)
((|constructor| (NIL "\\spadtype{SetCategory} is the basic category for describing a collection of elements with \\spadop{=} (equality) and \\spadfun{coerce} to output form. \\blankline Conditional Attributes: \\indented{3}{canonical\\tab{15}data structure equality is the same as \\spadop{=}}")) (|latex| (((|String|) $) "\\spad{latex(s)} returns a LaTeX-printable output representation of \\spad{s}.")) (|hash| (((|SingleInteger|) $) "\\spad{hash(s)} calculates a hash code for \\spad{s}.")))
NIL
NIL
-(-1079 |m| |n|)
+(-1080 |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
-(-1080 S)
+(-1081 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)}}")))
-((-4368 . T) (-4358 . T) (-4369 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-832))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1081 |Str| |Sym| |Int| |Flt| |Expr|)
+((-4369 . T) (-4359 . T) (-4370 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-362))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-833))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1082 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This category allows the manipulation of Lisp values while keeping the grunge fairly localized.")) (|elt| (($ $ (|List| (|Integer|))) "\\spad{elt((a1,{}...,{}an),{} [i1,{}...,{}im])} returns \\spad{(a_i1,{}...,{}a_im)}.") (($ $ (|Integer|)) "\\spad{elt((a1,{}...,{}an),{} i)} returns \\spad{\\spad{ai}}.")) (|#| (((|Integer|) $) "\\spad{\\#((a1,{}...,{}an))} returns \\spad{n}.")) (|cdr| (($ $) "\\spad{cdr((a1,{}...,{}an))} returns \\spad{(a2,{}...,{}an)}.")) (|car| (($ $) "\\spad{car((a1,{}...,{}an))} returns a1.")) (|convert| (($ |#5|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ |#4|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ |#3|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ |#2|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ |#1|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ (|List| $)) "\\spad{convert([a1,{}...,{}an])} returns the \\spad{S}-expression \\spad{(a1,{}...,{}an)}.")) (|expr| ((|#5| $) "\\spad{expr(s)} returns \\spad{s} as an element of Expr; Error: if \\spad{s} is not an atom that also belongs to Expr.")) (|float| ((|#4| $) "\\spad{float(s)} returns \\spad{s} as an element of \\spad{Flt}; Error: if \\spad{s} is not an atom that also belongs to \\spad{Flt}.")) (|integer| ((|#3| $) "\\spad{integer(s)} returns \\spad{s} as an element of Int. Error: if \\spad{s} is not an atom that also belongs to Int.")) (|symbol| ((|#2| $) "\\spad{symbol(s)} returns \\spad{s} as an element of \\spad{Sym}. Error: if \\spad{s} is not an atom that also belongs to \\spad{Sym}.")) (|string| ((|#1| $) "\\spad{string(s)} returns \\spad{s} as an element of \\spad{Str}. Error: if \\spad{s} is not an atom that also belongs to \\spad{Str}.")) (|destruct| (((|List| $) $) "\\spad{destruct((a1,{}...,{}an))} returns the list [a1,{}...,{}an].")) (|float?| (((|Boolean|) $) "\\spad{float?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{Flt}.")) (|integer?| (((|Boolean|) $) "\\spad{integer?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Int.")) (|symbol?| (((|Boolean|) $) "\\spad{symbol?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{Sym}.")) (|string?| (((|Boolean|) $) "\\spad{string?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{Str}.")) (|list?| (((|Boolean|) $) "\\spad{list?(s)} is \\spad{true} if \\spad{s} is a Lisp list,{} possibly ().")) (|pair?| (((|Boolean|) $) "\\spad{pair?(s)} is \\spad{true} if \\spad{s} has is a non-null Lisp list.")) (|atom?| (((|Boolean|) $) "\\spad{atom?(s)} is \\spad{true} if \\spad{s} is a Lisp atom.")) (|null?| (((|Boolean|) $) "\\spad{null?(s)} is \\spad{true} if \\spad{s} is the \\spad{S}-expression ().")) (|eq| (((|Boolean|) $ $) "\\spad{eq(s,{} t)} is \\spad{true} if EQ(\\spad{s},{}\\spad{t}) is \\spad{true} in Lisp.")))
NIL
NIL
-(-1082)
+(-1083)
((|constructor| (NIL "This domain allows the manipulation of the usual Lisp values.")))
NIL
NIL
-(-1083 |Str| |Sym| |Int| |Flt| |Expr|)
+(-1084 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This domain allows the manipulation of Lisp values over arbitrary atomic types.")))
NIL
NIL
-(-1084 R FS)
+(-1085 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
-(-1085 R E V P TS)
+(-1086 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
-(-1086 R E V P TS)
+(-1087 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
-(-1087 R E V P)
+(-1088 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.}")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-1088)
+(-1089)
((|constructor| (NIL "SymmetricGroupCombinatoricFunctions contains combinatoric functions concerning symmetric groups and representation theory: list young tableaus,{} improper partitions,{} subsets bijection of Coleman.")) (|unrankImproperPartitions1| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions1(n,{}m,{}k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in at most \\spad{m} nonnegative parts ordered as follows: first,{} in reverse lexicographically according to their non-zero parts,{} then according to their positions (\\spadignore{i.e.} lexicographical order using {\\em subSet}: {\\em [3,{}0,{}0] < [0,{}3,{}0] < [0,{}0,{}3] < [2,{}1,{}0] < [2,{}0,{}1] < [0,{}2,{}1] < [1,{}2,{}0] < [1,{}0,{}2] < [0,{}1,{}2] < [1,{}1,{}1]}). Note: counting of subtrees is done by {\\em numberOfImproperPartitionsInternal}.")) (|unrankImproperPartitions0| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions0(n,{}m,{}k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in \\spad{m} nonnegative parts in reverse lexicographical order. Example: {\\em [0,{}0,{}3] < [0,{}1,{}2] < [0,{}2,{}1] < [0,{}3,{}0] < [1,{}0,{}2] < [1,{}1,{}1] < [1,{}2,{}0] < [2,{}0,{}1] < [2,{}1,{}0] < [3,{}0,{}0]}. Error: if \\spad{k} is negative or too big. Note: counting of subtrees is done by \\spadfunFrom{numberOfImproperPartitions}{SymmetricGroupCombinatoricFunctions}.")) (|subSet| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subSet(n,{}m,{}k)} calculates the {\\em k}\\spad{-}th {\\em m}-subset of the set {\\em 0,{}1,{}...,{}(n-1)} in the lexicographic order considered as a decreasing map from {\\em 0,{}...,{}(m-1)} into {\\em 0,{}...,{}(n-1)}. See \\spad{S}.\\spad{G}. Williamson: Theorem 1.60. Error: if not {\\em (0 <= m <= n and 0 < = k < (n choose m))}.")) (|numberOfImproperPartitions| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{numberOfImproperPartitions(n,{}m)} computes the number of partitions of the nonnegative integer \\spad{n} in \\spad{m} nonnegative parts with regarding the order (improper partitions). Example: {\\em numberOfImproperPartitions (3,{}3)} is 10,{} since {\\em [0,{}0,{}3],{} [0,{}1,{}2],{} [0,{}2,{}1],{} [0,{}3,{}0],{} [1,{}0,{}2],{} [1,{}1,{}1],{} [1,{}2,{}0],{} [2,{}0,{}1],{} [2,{}1,{}0],{} [3,{}0,{}0]} are the possibilities. Note: this operation has a recursive implementation.")) (|nextPartition| (((|Vector| (|Integer|)) (|List| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,{}part,{}number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. the first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.") (((|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,{}part,{}number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. The first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.")) (|nextLatticePermutation| (((|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Boolean|)) "\\spad{nextLatticePermutation(lambda,{}lattP,{}constructNotFirst)} generates the lattice permutation according to the proper partition {\\em lambda} succeeding the lattice permutation {\\em lattP} in lexicographical order as long as {\\em constructNotFirst} is \\spad{true}. If {\\em constructNotFirst} is \\spad{false},{} the first lattice permutation is returned. The result {\\em nil} indicates that {\\em lattP} has no successor.")) (|nextColeman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{nextColeman(alpha,{}beta,{}C)} generates the next Coleman matrix of column sums {\\em alpha} and row sums {\\em beta} according to the lexicographical order from bottom-to-top. The first Coleman matrix is achieved by {\\em C=new(1,{}1,{}0)}. Also,{} {\\em new(1,{}1,{}0)} indicates that \\spad{C} is the last Coleman matrix.")) (|makeYoungTableau| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{makeYoungTableau(lambda,{}gitter)} computes for a given lattice permutation {\\em gitter} and for an improper partition {\\em lambda} the corresponding standard tableau of shape {\\em lambda}. Notes: see {\\em listYoungTableaus}. The entries are from {\\em 0,{}...,{}n-1}.")) (|listYoungTableaus| (((|List| (|Matrix| (|Integer|))) (|List| (|Integer|))) "\\spad{listYoungTableaus(lambda)} where {\\em lambda} is a proper partition generates the list of all standard tableaus of shape {\\em lambda} by means of lattice permutations. The numbers of the lattice permutation are interpreted as column labels. Hence the contents of these lattice permutations are the conjugate of {\\em lambda}. Notes: the functions {\\em nextLatticePermutation} and {\\em makeYoungTableau} are used. The entries are from {\\em 0,{}...,{}n-1}.")) (|inverseColeman| (((|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{inverseColeman(alpha,{}beta,{}C)}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For such a matrix \\spad{C},{} inverseColeman(\\spad{alpha},{}\\spad{beta},{}\\spad{C}) calculates the lexicographical smallest {\\em \\spad{pi}} in the corresponding double coset. Note: the resulting permutation {\\em \\spad{pi}} of {\\em {1,{}2,{}...,{}n}} is given in list form. Notes: the inverse of this map is {\\em coleman}. For details,{} see James/Kerber.")) (|coleman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{coleman(alpha,{}beta,{}\\spad{pi})}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For a representing element {\\em \\spad{pi}} of such a double coset,{} coleman(\\spad{alpha},{}\\spad{beta},{}\\spad{pi}) generates the Coleman-matrix corresponding to {\\em alpha,{} beta,{} \\spad{pi}}. Note: The permutation {\\em \\spad{pi}} of {\\em {1,{}2,{}...,{}n}} has to be given in list form. Note: the inverse of this map is {\\em inverseColeman} (if {\\em \\spad{pi}} is the lexicographical smallest permutation in the coset). For details see James/Kerber.")))
NIL
NIL
-(-1089 S)
+(-1090 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
-(-1090)
+(-1091)
((|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
-(-1091 |dimtot| |dim1| S)
+(-1092 |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}.")))
-((-4362 |has| |#3| (-1030)) (-4363 |has| |#3| (-1030)) (-4365 |has| |#3| (-6 -4365)) ((-4370 "*") |has| |#3| (-169)) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-711))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-778))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-830))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))))) (-4029 (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-1078)))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1030)))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (|HasCategory| |#3| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#3| (QUOTE (-357))) (-4029 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1030)))) (-4029 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357)))) (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (QUOTE (-778))) (-4029 (|HasCategory| |#3| (QUOTE (-778))) (|HasCategory| |#3| (QUOTE (-830)))) (|HasCategory| |#3| (QUOTE (-830))) (|HasCategory| |#3| (QUOTE (-711))) (|HasCategory| |#3| (QUOTE (-169))) (-4029 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-1030)))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (QUOTE (-711))) (|HasCategory| |#3| (QUOTE (-778))) (|HasCategory| |#3| (QUOTE (-830))) (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (QUOTE (-1078)))) (-4029 (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1030)))) (-4029 (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1030)))) (-4029 (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1030)))) (-4029 (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1030)))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-129)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-169)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-228)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-357)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-362)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-711)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-778)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-830)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-1030)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-1078))))) (-4029 (-12 (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-711))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-778))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-830))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552)))))) (|HasCategory| (-552) (QUOTE (-832))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1030)))) (-12 (|HasCategory| |#3| (QUOTE (-1030))) (|HasCategory| |#3| (LIST (QUOTE -881) (QUOTE (-1154))))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552))))) (-4029 (|HasCategory| |#3| (QUOTE (-1030))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -1019) (QUOTE (-552)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#3| (QUOTE (-1078)))) (|HasAttribute| |#3| (QUOTE -4365)) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1078))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1092 R |x|)
+((-4363 |has| |#3| (-1031)) (-4364 |has| |#3| (-1031)) (-4366 |has| |#3| (-6 -4366)) ((-4371 "*") |has| |#3| (-169)) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-712))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-779))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-831))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))))) (-4028 (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-1079)))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1031)))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (|HasCategory| |#3| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#3| (QUOTE (-357))) (-4028 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1031)))) (-4028 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-357)))) (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (QUOTE (-779))) (-4028 (|HasCategory| |#3| (QUOTE (-779))) (|HasCategory| |#3| (QUOTE (-831)))) (|HasCategory| |#3| (QUOTE (-831))) (|HasCategory| |#3| (QUOTE (-712))) (|HasCategory| |#3| (QUOTE (-169))) (-4028 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-1031)))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (QUOTE (-712))) (|HasCategory| |#3| (QUOTE (-779))) (|HasCategory| |#3| (QUOTE (-831))) (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (QUOTE (-1079)))) (-4028 (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1031)))) (-4028 (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1031)))) (-4028 (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (QUOTE (-1031)))) (-4028 (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1031)))) (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-129)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-169)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-228)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-357)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-362)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-712)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-779)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-831)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-1031)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-1079))))) (-4028 (-12 (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-169))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-357))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-712))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-779))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-831))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553)))))) (|HasCategory| (-553) (QUOTE (-833))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (QUOTE (-228))) (|HasCategory| |#3| (QUOTE (-1031)))) (-12 (|HasCategory| |#3| (QUOTE (-1031))) (|HasCategory| |#3| (LIST (QUOTE -882) (QUOTE (-1155))))) (-4028 (|HasCategory| |#3| (QUOTE (-1031))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553)))))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#3| (QUOTE (-1079)))) (|HasAttribute| |#3| (QUOTE -4366)) (|HasCategory| |#3| (QUOTE (-129))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1079))) (|HasCategory| |#3| (LIST (QUOTE -303) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1093 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 (-445))))
-(-1093)
+(-1094)
((|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
-(-1094 R -3220)
+(-1095 R -3219)
((|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
-(-1095 R)
+(-1096 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
-(-1096)
+(-1097)
((|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
-(-1097)
+(-1098)
((|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
-(-1098)
+(-1099)
((|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}.")) (|\\/| (($ $ $) "\\spad{n} \\spad{\\/} \\spad{m} returns the bit-by-bit logical {\\em or} of the single integers \\spad{n} and \\spad{m}.")) (|/\\| (($ $ $) "\\spad{n} \\spad{/\\} \\spad{m} returns the bit-by-bit logical {\\em and} of the single integers \\spad{n} and \\spad{m}.")) (~ (($ $) "\\spad{~ n} returns the bit-by-bit logical {\\em not } of the single integer \\spad{n}.")) (|not| (($ $) "\\spad{not(n)} returns the bit-by-bit logical {\\em not} of the single integer \\spad{n}.")) (|min| (($) "\\spad{min()} returns the smallest single integer.")) (|max| (($) "\\spad{max()} returns the largest single integer.")) (|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.")))
-((-4356 . T) (-4360 . T) (-4355 . T) (-4366 . T) (-4367 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4357 . T) (-4361 . T) (-4356 . T) (-4367 . T) (-4368 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1099 S)
+(-1100 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}.")))
-((-4368 . T) (-4369 . T) (-4283 . T))
+((-4369 . T) (-4370 . T) (-4284 . T))
NIL
-(-1100 S |ndim| R |Row| |Col|)
+(-1101 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 (-357))) (|HasAttribute| |#3| (QUOTE (-4370 "*"))) (|HasCategory| |#3| (QUOTE (-169))))
-(-1101 |ndim| R |Row| |Col|)
+((|HasCategory| |#3| (QUOTE (-357))) (|HasAttribute| |#3| (QUOTE (-4371 "*"))) (|HasCategory| |#3| (QUOTE (-169))))
+(-1102 |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.")))
-((-4283 . T) (-4368 . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4284 . T) (-4369 . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1102 R |Row| |Col| M)
+(-1103 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
-(-1103 R |VarSet|)
+(-1104 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.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
-(-1104 |Coef| |Var| SMP)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#1| (QUOTE -4367)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(-1105 |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}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-357))))
-(-1105 R E V P)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-357))))
+(-1106 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}")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-1106 UP -3220)
+(-1107 UP -3219)
((|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
-(-1107 R)
+(-1108 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
-(-1108 R)
+(-1109 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
-(-1109 R)
+(-1110 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
-(-1110 S A)
+(-1111 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 (-832))))
-(-1111 R)
+((|HasCategory| |#1| (QUOTE (-833))))
+(-1112 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
-(-1112 R)
+(-1113 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
-(-1113)
+(-1114)
((|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
-(-1114)
+(-1115)
((|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
-(-1115)
+(-1116)
((|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.") (((|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.") (((|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|) $ (|[\|\|]| (|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|) $ (|[\|\|]| (|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.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-1116)
+(-1117)
((|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
-(-1117)
+(-1118)
((|constructor| (NIL "Category for the other special functions.")) (|airyBi| (($ $) "\\spad{airyBi(x)} is the Airy function \\spad{\\spad{Bi}(x)}.")) (|airyAi| (($ $) "\\spad{airyAi(x)} is the Airy function \\spad{\\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
-(-1118 V C)
+(-1119 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
-(-1119 V C)
+(-1120 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.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| (-1118 |#1| |#2|) (LIST (QUOTE -303) (LIST (QUOTE -1118) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1118 |#1| |#2|) (QUOTE (-1078)))) (|HasCategory| (-1118 |#1| |#2|) (QUOTE (-1078))) (-4029 (|HasCategory| (-1118 |#1| |#2|) (LIST (QUOTE -599) (QUOTE (-844)))) (-12 (|HasCategory| (-1118 |#1| |#2|) (LIST (QUOTE -303) (LIST (QUOTE -1118) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1118 |#1| |#2|) (QUOTE (-1078))))) (|HasCategory| (-1118 |#1| |#2|) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1120 |ndim| R)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| (-1119 |#1| |#2|) (LIST (QUOTE -303) (LIST (QUOTE -1119) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1119 |#1| |#2|) (QUOTE (-1079)))) (|HasCategory| (-1119 |#1| |#2|) (QUOTE (-1079))) (-4028 (|HasCategory| (-1119 |#1| |#2|) (LIST (QUOTE -600) (QUOTE (-845)))) (-12 (|HasCategory| (-1119 |#1| |#2|) (LIST (QUOTE -303) (LIST (QUOTE -1119) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1119 |#1| |#2|) (QUOTE (-1079))))) (|HasCategory| (-1119 |#1| |#2|) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1121 |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}.")))
-((-4365 . T) (-4357 |has| |#2| (-6 (-4370 "*"))) (-4368 . T) (-4362 . T) (-4363 . T))
-((|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasAttribute| |#2| (QUOTE (-4370 "*"))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (-4029 (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-357))) (-4029 (|HasAttribute| |#2| (QUOTE (-4370 "*"))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-169))))
-(-1121 S)
+((-4366 . T) (-4358 |has| |#2| (-6 (-4371 "*"))) (-4369 . T) (-4363 . T) (-4364 . T))
+((|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-228))) (|HasAttribute| |#2| (QUOTE (-4371 "*"))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (-4028 (-12 (|HasCategory| |#2| (QUOTE (-228))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (QUOTE (-301))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-357))) (-4028 (|HasAttribute| |#2| (QUOTE (-4371 "*"))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#2| (QUOTE (-228)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-169))))
+(-1122 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
-(-1122)
+(-1123)
((|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.")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-1123 R E V P TS)
+(-1124 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
-(-1124 R E V P)
+(-1125 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.")))
-((-4369 . T) (-4368 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1125 S)
+((-4370 . T) (-4369 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1126 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}.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1126 A S)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1127 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
-(-1127 S)
+(-1128 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})}.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-1128 |Key| |Ent| |dent|)
+(-1129 |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.")))
-((-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#2|)))))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-832))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1129)
+((-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#2|)))))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-833))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1130)
((|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
-(-1130 |Coef|)
+(-1131 |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
-(-1131 S)
+(-1132 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
-(-1132 A B)
+(-1133 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
-(-1133 A B C)
+(-1134 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
-(-1134 S)
+(-1135 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}.")) (|coerce| (($ (|List| |#1|)) "\\spad{coerce(l)} converts a list \\spad{l} to a stream.")) (|shallowlyMutable| ((|attribute|) "one may destructively alter a stream by assigning new values to its entries.")))
-((-4369 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1135)
+((-4370 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1136)
((|constructor| (NIL "A category for string-like objects")) (|string| (($ (|Integer|)) "\\spad{string(i)} returns the decimal representation of \\spad{i} in a string")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-1136)
+(-1137)
NIL
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| (-141) (QUOTE (-832))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (-12 (|HasCategory| (-141) (QUOTE (-1078))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141)))))) (|HasCategory| (-141) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| (-141) (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| (-141) (QUOTE (-1078))) (-12 (|HasCategory| (-141) (QUOTE (-1078))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (|HasCategory| (-141) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1137 |Entry|)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| (-141) (QUOTE (-833))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (-12 (|HasCategory| (-141) (QUOTE (-1079))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141)))))) (|HasCategory| (-141) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| (-141) (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| (-141) (QUOTE (-1079))) (-12 (|HasCategory| (-141) (QUOTE (-1079))) (|HasCategory| (-141) (LIST (QUOTE -303) (QUOTE (-141))))) (|HasCategory| (-141) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1138 |Entry|)
((|constructor| (NIL "This domain provides tables where the keys are strings. A specialized hash function for strings is used.")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (QUOTE (-1136))) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#1|)))))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (QUOTE (-1078))) (|HasCategory| (-1136) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1138 A)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (QUOTE (-1137))) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#1|)))))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (QUOTE (-1079))) (|HasCategory| (-1137) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1139 A)
((|constructor| (NIL "StreamTaylorSeriesOperations implements Taylor series arithmetic,{} where a Taylor series is represented by a stream of its coefficients.")) (|power| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{power(a,{}f)} returns the power series \\spad{f} raised to the power \\spad{a}.")) (|lazyGintegrate| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyGintegrate(f,{}r,{}g)} is used for fixed point computations.")) (|mapdiv| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapdiv([a0,{}a1,{}..],{}[b0,{}b1,{}..])} returns \\spad{[a0/b0,{}a1/b1,{}..]}.")) (|powern| (((|Stream| |#1|) (|Fraction| (|Integer|)) (|Stream| |#1|)) "\\spad{powern(r,{}f)} raises power series \\spad{f} to the power \\spad{r}.")) (|nlde| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{nlde(u)} solves a first order non-linear differential equation described by \\spad{u} of the form \\spad{[[b<0,{}0>,{}b<0,{}1>,{}...],{}[b<1,{}0>,{}b<1,{}1>,{}.],{}...]}. the differential equation has the form \\spad{y' = sum(i=0 to infinity,{}j=0 to infinity,{}b<i,{}j>*(x**i)*(y**j))}.")) (|lazyIntegrate| (((|Stream| |#1|) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyIntegrate(r,{}f)} is a local function used for fixed point computations.")) (|integrate| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{integrate(r,{}a)} returns the integral of the power series \\spad{a} with respect to the power series variableintegration where \\spad{r} denotes the constant of integration. Thus \\spad{integrate(a,{}[a0,{}a1,{}a2,{}...]) = [a,{}a0,{}a1/2,{}a2/3,{}...]}.")) (|invmultisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{invmultisect(a,{}b,{}st)} substitutes \\spad{x**((a+b)*n)} for \\spad{x**n} and multiplies by \\spad{x**b}.")) (|multisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{multisect(a,{}b,{}st)} selects the coefficients of \\spad{x**((a+b)*n+a)},{} and changes them to \\spad{x**n}.")) (|generalLambert| (((|Stream| |#1|) (|Stream| |#1|) (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),{}a,{}d)} returns \\spad{f(x**a) + f(x**(a + d)) + f(x**(a + 2 d)) + ...}. \\spad{f(x)} should have zero constant coefficient and \\spad{a} and \\spad{d} should be positive.")) (|evenlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{evenlambert(st)} computes \\spad{f(x**2) + f(x**4) + f(x**6) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1,{} then \\spad{prod(f(x**(2*n)),{}n=1..infinity) = exp(evenlambert(log(f(x))))}.")) (|oddlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{oddlambert(st)} computes \\spad{f(x) + f(x**3) + f(x**5) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f}(\\spad{x}) is a power series with constant coefficient 1 then \\spad{prod(f(x**(2*n-1)),{}n=1..infinity) = exp(oddlambert(log(f(x))))}.")) (|lambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lambert(st)} computes \\spad{f(x) + f(x**2) + f(x**3) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1 then \\spad{prod(f(x**n),{}n = 1..infinity) = exp(lambert(log(f(x))))}.")) (|addiag| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{addiag(x)} performs diagonal addition of a stream of streams. if \\spad{x} = \\spad{[[a<0,{}0>,{}a<0,{}1>,{}..],{}[a<1,{}0>,{}a<1,{}1>,{}..],{}[a<2,{}0>,{}a<2,{}1>,{}..],{}..]} and \\spad{addiag(x) = [b<0,{}b<1>,{}...],{} then b<k> = sum(i+j=k,{}a<i,{}j>)}.")) (|revert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{revert(a)} computes the inverse of a power series \\spad{a} with respect to composition. the series should have constant coefficient 0 and first order coefficient 1.")) (|lagrange| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lagrange(g)} produces the power series for \\spad{f} where \\spad{f} is implicitly defined as \\spad{f(z) = z*g(f(z))}.")) (|compose| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{compose(a,{}b)} composes the power series \\spad{a} with the power series \\spad{b}.")) (|eval| (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{eval(a,{}r)} returns a stream of partial sums of the power series \\spad{a} evaluated at the power series variable equal to \\spad{r}.")) (|coerce| (((|Stream| |#1|) |#1|) "\\spad{coerce(r)} converts a ring element \\spad{r} to a stream with one element.")) (|gderiv| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) (|Stream| |#1|)) "\\spad{gderiv(f,{}[a0,{}a1,{}a2,{}..])} returns \\spad{[f(0)*a0,{}f(1)*a1,{}f(2)*a2,{}..]}.")) (|deriv| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{deriv(a)} returns the derivative of the power series with respect to the power series variable. Thus \\spad{deriv([a0,{}a1,{}a2,{}...])} returns \\spad{[a1,{}2 a2,{}3 a3,{}...]}.")) (|mapmult| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapmult([a0,{}a1,{}..],{}[b0,{}b1,{}..])} returns \\spad{[a0*b0,{}a1*b1,{}..]}.")) (|int| (((|Stream| |#1|) |#1|) "\\spad{int(r)} returns [\\spad{r},{}\\spad{r+1},{}\\spad{r+2},{}...],{} where \\spad{r} is a ring element.")) (|oddintegers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{oddintegers(n)} returns \\spad{[n,{}n+2,{}n+4,{}...]}.")) (|integers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{integers(n)} returns \\spad{[n,{}n+1,{}n+2,{}...]}.")) (|monom| (((|Stream| |#1|) |#1| (|Integer|)) "\\spad{monom(deg,{}coef)} is a monomial of degree \\spad{deg} with coefficient \\spad{coef}.")) (|recip| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|)) "\\spad{recip(a)} returns the power series reciprocal of \\spad{a},{} or \"failed\" if not possible.")) (/ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a / b} returns the power series quotient of \\spad{a} by \\spad{b}. An error message is returned if \\spad{b} is not invertible. This function is used in fixed point computations.")) (|exquo| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|) (|Stream| |#1|)) "\\spad{exquo(a,{}b)} returns the power series quotient of \\spad{a} by \\spad{b},{} if the quotient exists,{} and \"failed\" otherwise")) (* (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{a * r} returns the power series scalar multiplication of \\spad{a} by \\spad{r:} \\spad{[a0,{}a1,{}...] * r = [a0 * r,{}a1 * r,{}...]}") (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{r * a} returns the power series scalar multiplication of \\spad{r} by \\spad{a}: \\spad{r * [a0,{}a1,{}...] = [r * a0,{}r * a1,{}...]}") (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a * b} returns the power series (Cauchy) product of \\spad{a} and \\spad{b:} \\spad{[a0,{}a1,{}...] * [b0,{}b1,{}...] = [c0,{}c1,{}...]} where \\spad{ck = sum(i + j = k,{}\\spad{ai} * bk)}.")) (- (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{- a} returns the power series negative of \\spad{a}: \\spad{- [a0,{}a1,{}...] = [- a0,{}- a1,{}...]}") (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a - b} returns the power series difference of \\spad{a} and \\spad{b}: \\spad{[a0,{}a1,{}..] - [b0,{}b1,{}..] = [a0 - b0,{}a1 - b1,{}..]}")) (+ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a + b} returns the power series sum of \\spad{a} and \\spad{b}: \\spad{[a0,{}a1,{}..] + [b0,{}b1,{}..] = [a0 + b0,{}a1 + b1,{}..]}")))
NIL
-((|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))))
-(-1139 |Coef|)
+((|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))))
+(-1140 |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
-(-1140 |Coef|)
+(-1141 |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
-(-1141 R UP)
+(-1142 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 (-301))))
-(-1142 |n| R)
+(-1143 |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,{}\\spad{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,{}\\spad{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,{}\\spad{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,{}\\spad{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,{}\\spad{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,{}\\spad{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,{}\\spad{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,{}\\spad{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
-(-1143 S1 S2)
+(-1144 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
-(-1144)
+(-1145)
((|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
-(-1145 |Coef| |var| |cen|)
+(-1146 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Laurent series in one variable \\indented{2}{\\spadtype{SparseUnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariateLaurentSeries(Integer,{}x,{}3)} represents Laurent} \\indented{2}{series in \\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4370 "*") -4029 (-3792 (|has| |#1| (-357)) (|has| (-1152 |#1| |#2| |#3|) (-805))) (|has| |#1| (-169)) (-3792 (|has| |#1| (-357)) (|has| (-1152 |#1| |#2| |#3|) (-890)))) (-4361 -4029 (-3792 (|has| |#1| (-357)) (|has| (-1152 |#1| |#2| |#3|) (-805))) (|has| |#1| (-544)) (-3792 (|has| |#1| (-357)) (|has| (-1152 |#1| |#2| |#3|) (-890)))) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-1003))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-1129))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -280) (LIST (QUOTE -1152) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1152) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -303) (LIST (QUOTE -1152) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -506) (QUOTE (-1154)) (LIST (QUOTE -1152) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-142)))) (-4029 (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-144)))) (-4029 (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-552)) (|devaluate| |#1|)))))) (-4029 (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-552)) (|devaluate| |#1|))))) (|HasCategory| (-552) (QUOTE (-1090))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-1003))) (|HasCategory| |#1| (QUOTE (-357)))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-4029 (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-357))))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-1129))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -280) (LIST (QUOTE -1152) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1152) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -303) (LIST (QUOTE -1152) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -506) (QUOTE (-1154)) (LIST (QUOTE -1152) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-552))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-142))) (-4029 (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-4029 (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-169)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1152 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-142)))))
-(-1146 R -3220)
+(((-4371 "*") -4028 (-3791 (|has| |#1| (-357)) (|has| (-1153 |#1| |#2| |#3|) (-806))) (|has| |#1| (-169)) (-3791 (|has| |#1| (-357)) (|has| (-1153 |#1| |#2| |#3|) (-891)))) (-4362 -4028 (-3791 (|has| |#1| (-357)) (|has| (-1153 |#1| |#2| |#3|) (-806))) (|has| |#1| (-545)) (-3791 (|has| |#1| (-357)) (|has| (-1153 |#1| |#2| |#3|) (-891)))) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-1004))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-1130))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -280) (LIST (QUOTE -1153) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1153) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -303) (LIST (QUOTE -1153) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -507) (QUOTE (-1155)) (LIST (QUOTE -1153) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-142)))) (-4028 (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-144)))) (-4028 (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-553)) (|devaluate| |#1|)))))) (-4028 (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-553)) (|devaluate| |#1|))))) (|HasCategory| (-553) (QUOTE (-1091))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-1004))) (|HasCategory| |#1| (QUOTE (-357)))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-4028 (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-357))))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-1130))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -280) (LIST (QUOTE -1153) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1153) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -303) (LIST (QUOTE -1153) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -507) (QUOTE (-1155)) (LIST (QUOTE -1153) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-553))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-142))) (-4028 (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-4028 (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-169)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1153 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(-1147 R -3219)
((|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
-(-1147 R)
+(-1148 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
-(-1148 R S)
+(-1149 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
-(-1149 E OV R P)
+(-1150 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
-(-1150 R)
+(-1151 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.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4364 |has| |#1| (-357)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1129))) (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142)))))
-(-1151 |Coef| |var| |cen|)
-((|constructor| (NIL "Sparse Puiseux series in one variable \\indented{2}{\\spadtype{SparseUnivariatePuiseuxSeries} is a domain representing Puiseux} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariatePuiseuxSeries(Integer,{}x,{}3)} represents Puiseux} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-552)) (QUOTE (-1090))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4365 |has| |#1| (-357)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-1130))) (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasCategory| |#1| (QUOTE (-228))) (|HasAttribute| |#1| (QUOTE -4367)) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142)))))
(-1152 |Coef| |var| |cen|)
+((|constructor| (NIL "Sparse Puiseux series in one variable \\indented{2}{\\spadtype{SparseUnivariatePuiseuxSeries} is a domain representing Puiseux} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariatePuiseuxSeries(Integer,{}x,{}3)} represents Puiseux} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-553)) (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))))
+(-1153 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Taylor series in one variable \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries} is a domain representing Taylor} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),{}x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} computes the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,{}k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-756)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-756)) (|devaluate| |#1|)))) (|HasCategory| (-756) (QUOTE (-1090))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-756))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-756))))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))))
-(-1153)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-757)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-757)) (|devaluate| |#1|)))) (|HasCategory| (-757) (QUOTE (-1091))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-757))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-757))))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))))
+(-1154)
((|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
-(-1154)
+(-1155)
((|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.")) (|coerce| (($ (|String|)) "\\spad{coerce(s)} converts the string \\spad{s} to a symbol.")) (|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
-(-1155 R)
+(-1156 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{\\spad{ri}'s}: \\spad{[r1 + ... + rn,{} r1 r2 + ... + r(n-1) rn,{} ...,{} r1 r2 ... rn]}.")))
NIL
NIL
-(-1156 R)
+(-1157 R)
((|constructor| (NIL "This domain implements symmetric polynomial")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-6 -4366)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| (-952) (QUOTE (-129))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasAttribute| |#1| (QUOTE -4366)))
-(-1157)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-6 -4367)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-445))) (-12 (|HasCategory| (-953) (QUOTE (-129))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasAttribute| |#1| (QUOTE -4367)))
+(-1158)
((|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
-(-1158)
+(-1159)
((|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
-(-1159)
+(-1160)
((|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}{symbols,{} 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: Integer,{} DoubleFloat,{} Symbol,{} String,{} SExpression. See Also: SExpression. 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|) $ (|[\|\|]| (|Symbol|))) "\\spad{x case Symbol} is \\spad{true} if \\spad{`x'} really is a Symbol") (((|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|) (|Symbol|) (|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).") (($ (|Symbol|) (|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.") (((|Symbol|) $) "\\spad{autoCoerce(s)} forcibly extracts a symbo 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'}.") (((|Symbol|) $) "\\spad{coerce(s)} extracts a symbol 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
-(-1160 R)
+(-1161 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
-(-1161)
+(-1162)
((|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()} returns a string representation of a filename extension for native modules.")) (|hostPlatform| (((|String|)) "\\spad{hostPlatform()} returns 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
-(-1162 S)
+(-1163 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
-(-1163 S)
+(-1164 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
-(-1164 |Key| |Entry|)
+(-1165 |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}")))
-((-4368 . T) (-4369 . T))
-((-12 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2670) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3360) (|devaluate| |#2|)))))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#2| (QUOTE (-1078)))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -600) (QUOTE (-528)))) (-12 (|HasCategory| |#2| (QUOTE (-1078))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#2| (QUOTE (-1078))) (-4029 (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#2| (LIST (QUOTE -599) (QUOTE (-844)))) (|HasCategory| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1165 R)
+((-4369 . T) (-4370 . T))
+((-12 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -303) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -2669) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3359) (|devaluate| |#2|)))))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#2| (QUOTE (-1079)))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -601) (QUOTE (-529)))) (-12 (|HasCategory| |#2| (QUOTE (-1079))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#2| (QUOTE (-1079))) (-4028 (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-845)))) (|HasCategory| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1166 R)
((|constructor| (NIL "Expands tangents of sums and scalar products.")) (|tanNa| ((|#1| |#1| (|Integer|)) "\\spad{tanNa(a,{} n)} returns \\spad{f(a)} such that if \\spad{a = tan(u)} then \\spad{f(a) = tan(n * u)}.")) (|tanAn| (((|SparseUnivariatePolynomial| |#1|) |#1| (|PositiveInteger|)) "\\spad{tanAn(a,{} n)} returns \\spad{P(x)} such that if \\spad{a = tan(u)} then \\spad{P(tan(u/n)) = 0}.")) (|tanSum| ((|#1| (|List| |#1|)) "\\spad{tanSum([a1,{}...,{}an])} returns \\spad{f(a1,{}...,{}an)} such that if \\spad{\\spad{ai} = tan(\\spad{ui})} then \\spad{f(a1,{}...,{}an) = tan(u1 + ... + un)}.")))
NIL
NIL
-(-1166 S |Key| |Entry|)
+(-1167 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
-(-1167 |Key| |Entry|)
+(-1168 |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})}.")))
-((-4369 . T) (-4283 . T))
+((-4370 . T) (-4284 . T))
NIL
-(-1168 |Key| |Entry|)
+(-1169 |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
-(-1169)
+(-1170)
((|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
-(-1170 S)
+(-1171 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
-(-1171)
+(-1172)
((|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.")) (|coerce| (($ (|OutputForm|)) "\\spad{coerce(o)} changes \\spad{o} in the standard output format to TeX format.")))
NIL
NIL
-(-1172)
+(-1173)
((|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
-(-1173 R)
+(-1174 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
-(-1174)
+(-1175)
((|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
-(-1175 S)
+(-1176 S)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{\\spad{pi}()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1176)
+(-1177)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{\\spad{pi}()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1177 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}.")))
-((-4369 . T) (-4368 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1078))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
(-1178 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}.")))
+((-4370 . T) (-4369 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1079))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1179 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
-(-1179)
+(-1180)
((|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
-(-1180 R -3220)
+(-1181 R -3219)
((|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
-(-1181 R |Row| |Col| M)
+(-1182 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
-(-1182 R -3220)
+(-1183 R -3219)
((|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 -600) (LIST (QUOTE -873) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -867) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -867) (|devaluate| |#1|)))))
-(-1183 S R E V P)
+((-12 (|HasCategory| |#1| (LIST (QUOTE -601) (LIST (QUOTE -874) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -868) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -868) (|devaluate| |#1|)))))
+(-1184 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 (-362))))
-(-1184 R E V P)
+(-1185 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.")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-1185 |Coef|)
+(-1186 |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}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-357))))
-(-1186 |Curve|)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-142))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-357))))
+(-1187 |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
-(-1187)
+(-1188)
((|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
-(-1188 S)
+(-1189 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")) (|coerce| (($ (|PrimitiveArray| |#1|)) "\\spad{coerce(a)} makes a tuple from primitive array a")))
NIL
-((|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1189 -3220)
+((|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1190 -3219)
((|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
-(-1190)
+(-1191)
((|constructor| (NIL "This domain represents a type AST.")))
NIL
NIL
-(-1191)
+(-1192)
((|constructor| (NIL "The fundamental Type.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-1192 S)
+(-1193 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 < \\spad{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 < \\spad{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 (-832))))
-(-1193)
+((|HasCategory| |#1| (QUOTE (-833))))
+(-1194)
((|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
-(-1194 S)
+(-1195 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
-(-1195)
+(-1196)
((|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.")))
-((-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1196 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(-1197 |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
-(-1197 |Coef|)
+(-1198 |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.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1198 S |Coef| UTS)
+(-1199 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.")) (|coerce| (($ |#3|) "\\spad{coerce(f(x))} converts the Taylor series \\spad{f(x)} to a Laurent series.")) (|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 (-357))))
-(-1199 |Coef| UTS)
+(-1200 |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.")) (|coerce| (($ |#2|) "\\spad{coerce(f(x))} converts the Taylor series \\spad{f(x)} to a Laurent series.")) (|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)}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4283 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4284 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1200 |Coef| UTS)
+(-1201 |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)}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -280) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-832)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-890)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1003)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1129)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-1154)))))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (QUOTE (-142))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-142))))) (-4029 (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-144))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-552)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-228)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-552)) (|devaluate| |#1|))))) (|HasCategory| (-552) (QUOTE (-1090))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-890)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-1154))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1003)))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-805)))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-805)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-832))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1129)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -280) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -506) (QUOTE (-1154)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-552))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-832)))) (|HasCategory| |#2| (QUOTE (-890))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-537)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-301)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#1| (QUOTE (-142))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-142))))))
-(-1201 |Coef| |var| |cen|)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -280) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-806)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-833)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-891)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1004)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1130)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-1155)))))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (QUOTE (-142))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-142))))) (-4028 (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-144))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-553)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-228)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-553)) (|devaluate| |#1|))))) (|HasCategory| (-553) (QUOTE (-1091))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-891)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-1155))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1004)))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-806)))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-806)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-833))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1130)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -280) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -303) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -507) (QUOTE (-1155)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-553))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-833)))) (|HasCategory| |#2| (QUOTE (-891))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-538)))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-301)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#1| (QUOTE (-142))) (-12 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-142))))))
+(-1202 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Laurent series in one variable \\indented{2}{\\spadtype{UnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{UnivariateLaurentSeries(Integer,{}x,{}3)} represents Laurent series in} \\indented{2}{\\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4370 "*") -4029 (-3792 (|has| |#1| (-357)) (|has| (-1229 |#1| |#2| |#3|) (-805))) (|has| |#1| (-169)) (-3792 (|has| |#1| (-357)) (|has| (-1229 |#1| |#2| |#3|) (-890)))) (-4361 -4029 (-3792 (|has| |#1| (-357)) (|has| (-1229 |#1| |#2| |#3|) (-805))) (|has| |#1| (-544)) (-3792 (|has| |#1| (-357)) (|has| (-1229 |#1| |#2| |#3|) (-890)))) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
-((-4029 (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-1003))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-1129))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -280) (LIST (QUOTE -1229) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1229) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -303) (LIST (QUOTE -1229) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -506) (QUOTE (-1154)) (LIST (QUOTE -1229) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-142)))) (-4029 (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-144)))) (-4029 (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-552)) (|devaluate| |#1|)))))) (-4029 (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-552)) (|devaluate| |#1|))))) (|HasCategory| (-552) (QUOTE (-1090))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-1154)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-1003))) (|HasCategory| |#1| (QUOTE (-357)))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-4029 (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-357))))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-1129))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -280) (LIST (QUOTE -1229) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1229) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -303) (LIST (QUOTE -1229) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -506) (QUOTE (-1154)) (LIST (QUOTE -1229) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-552))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-537))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-142))) (-4029 (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-4029 (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-805))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-169)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-890))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1229 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-142)))))
-(-1202 ZP)
+(((-4371 "*") -4028 (-3791 (|has| |#1| (-357)) (|has| (-1230 |#1| |#2| |#3|) (-806))) (|has| |#1| (-169)) (-3791 (|has| |#1| (-357)) (|has| (-1230 |#1| |#2| |#3|) (-891)))) (-4362 -4028 (-3791 (|has| |#1| (-357)) (|has| (-1230 |#1| |#2| |#3|) (-806))) (|has| |#1| (-545)) (-3791 (|has| |#1| (-357)) (|has| (-1230 |#1| |#2| |#3|) (-891)))) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
+((-4028 (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-1004))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-1130))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -280) (LIST (QUOTE -1230) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1230) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -303) (LIST (QUOTE -1230) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -507) (QUOTE (-1155)) (LIST (QUOTE -1230) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-142)))) (-4028 (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-144))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-144)))) (-4028 (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-553)) (|devaluate| |#1|)))))) (-4028 (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-228))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-553)) (|devaluate| |#1|))))) (|HasCategory| (-553) (QUOTE (-1091))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-357))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-1155)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-1004))) (|HasCategory| |#1| (QUOTE (-357)))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-4028 (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-357))))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-1130))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -280) (LIST (QUOTE -1230) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1230) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -303) (LIST (QUOTE -1230) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -507) (QUOTE (-1155)) (LIST (QUOTE -1230) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-553))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-538))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-301))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-142))) (-4028 (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-4028 (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-806))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-169)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-891))) (|HasCategory| |#1| (QUOTE (-357)))) (-12 (|HasCategory| (-1230 |#1| |#2| |#3|) (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-142)))))
+(-1203 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
-(-1203 R S)
+(-1204 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 (-830))))
-(-1204 S)
+((|HasCategory| |#1| (QUOTE (-831))))
+(-1205 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 (-830))) (|HasCategory| |#1| (QUOTE (-1078))))
-(-1205 |x| R |y| S)
+((|HasCategory| |#1| (QUOTE (-831))) (|HasCategory| |#1| (QUOTE (-1079))))
+(-1206 |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
-(-1206 R Q UP)
+(-1207 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
-(-1207 R UP)
+(-1208 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
-(-1208 R UP)
+(-1209 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
-(-1209 R U)
+(-1210 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
-(-1210 |x| R)
+(-1211 |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}")) (|coerce| (($ (|Variable| |#1|)) "\\spad{coerce(x)} converts the variable \\spad{x} to a univariate polynomial.")))
-(((-4370 "*") |has| |#2| (-169)) (-4361 |has| |#2| (-544)) (-4364 |has| |#2| (-357)) (-4366 |has| |#2| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#2| (QUOTE (-890))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-169))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-544)))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -867) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-373))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -867) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -867) (QUOTE (-552))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-373)))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -600) (LIST (QUOTE -873) (QUOTE (-552)))))) (-12 (|HasCategory| (-1060) (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#2| (LIST (QUOTE -600) (QUOTE (-528))))) (|HasCategory| |#2| (QUOTE (-832))) (|HasCategory| |#2| (LIST (QUOTE -625) (QUOTE (-552)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (-4029 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1129))) (|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (-4029 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasCategory| |#2| (QUOTE (-228))) (|HasAttribute| |#2| (QUOTE -4366)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (-4029 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-890)))) (|HasCategory| |#2| (QUOTE (-142)))))
-(-1211 R PR S PS)
+(((-4371 "*") |has| |#2| (-169)) (-4362 |has| |#2| (-545)) (-4365 |has| |#2| (-357)) (-4367 |has| |#2| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#2| (QUOTE (-891))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-169))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-545)))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -868) (QUOTE (-373)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-373))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -868) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -868) (QUOTE (-553))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-373)))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -601) (LIST (QUOTE -874) (QUOTE (-553)))))) (-12 (|HasCategory| (-1061) (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#2| (LIST (QUOTE -601) (QUOTE (-529))))) (|HasCategory| |#2| (QUOTE (-833))) (|HasCategory| |#2| (LIST (QUOTE -626) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-144))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (-4028 (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-1130))) (|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (-4028 (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasCategory| |#2| (QUOTE (-228))) (|HasAttribute| |#2| (QUOTE -4367)) (|HasCategory| |#2| (QUOTE (-445))) (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (-4028 (-12 (|HasCategory| $ (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-891)))) (|HasCategory| |#2| (QUOTE (-142)))))
+(-1212 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
-(-1212 S R)
+(-1213 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 -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-544))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-1129))))
-(-1213 R)
+((|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-357))) (|HasCategory| |#2| (QUOTE (-445))) (|HasCategory| |#2| (QUOTE (-545))) (|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (QUOTE (-1130))))
+(-1214 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}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4364 |has| |#1| (-357)) (-4366 |has| |#1| (-6 -4366)) (-4363 . T) (-4362 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4365 |has| |#1| (-357)) (-4367 |has| |#1| (-6 -4367)) (-4364 . T) (-4363 . T) (-4366 . T))
NIL
-(-1214 S |Coef| |Expon|)
+(-1215 S |Coef| |Expon|)
((|constructor| (NIL "\\spadtype{UnivariatePowerSeriesCategory} is the most general univariate power series category with exponents in an ordered abelian monoid. Note: this category exports a substitution function if it is possible to multiply exponents. Note: this category exports a derivative operation if it is possible to multiply coefficients by exponents.")) (|eval| (((|Stream| |#2|) $ |#2|) "\\spad{eval(f,{}a)} evaluates a power series at a value in the ground ring by returning a stream of partial sums.")) (|extend| (($ $ |#3|) "\\spad{extend(f,{}n)} causes all terms of \\spad{f} of degree \\spad{<=} \\spad{n} to be computed.")) (|approximate| ((|#2| $ |#3|) "\\spad{approximate(f)} returns a truncated power series with the series variable viewed as an element of the coefficient domain.")) (|truncate| (($ $ |#3| |#3|) "\\spad{truncate(f,{}k1,{}k2)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (($ $ |#3|) "\\spad{truncate(f,{}k)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|order| ((|#3| $ |#3|) "\\spad{order(f,{}n) = min(m,{}n)},{} where \\spad{m} is the degree of the lowest order non-zero term in \\spad{f}.") ((|#3| $) "\\spad{order(f)} is the degree of the lowest order non-zero term in \\spad{f}. This will result in an infinite loop if \\spad{f} has no non-zero terms.")) (|multiplyExponents| (($ $ (|PositiveInteger|)) "\\spad{multiplyExponents(f,{}n)} multiplies all exponents of the power series \\spad{f} by the positive integer \\spad{n}.")) (|center| ((|#2| $) "\\spad{center(f)} returns the point about which the series \\spad{f} is expanded.")) (|variable| (((|Symbol|) $) "\\spad{variable(f)} returns the (unique) power series variable of the power series \\spad{f}.")) (|elt| ((|#2| $ |#3|) "\\spad{elt(f(x),{}r)} returns the coefficient of the term of degree \\spad{r} in \\spad{f(x)}. This is the same as the function \\spadfun{coefficient}.")) (|terms| (((|Stream| (|Record| (|:| |k| |#3|) (|:| |c| |#2|))) $) "\\spad{terms(f(x))} returns a stream of non-zero terms,{} where a a term is an exponent-coefficient pair. The terms in the stream are ordered by increasing order of exponents.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1090))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -3213) (LIST (|devaluate| |#2|) (QUOTE (-1154))))))
-(-1215 |Coef| |Expon|)
+((|HasCategory| |#2| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1091))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -3212) (LIST (|devaluate| |#2|) (QUOTE (-1155))))))
+(-1216 |Coef| |Expon|)
((|constructor| (NIL "\\spadtype{UnivariatePowerSeriesCategory} is the most general univariate power series category with exponents in an ordered abelian monoid. Note: this category exports a substitution function if it is possible to multiply exponents. Note: this category exports a derivative operation if it is possible to multiply coefficients by exponents.")) (|eval| (((|Stream| |#1|) $ |#1|) "\\spad{eval(f,{}a)} evaluates a power series at a value in the ground ring by returning a stream of partial sums.")) (|extend| (($ $ |#2|) "\\spad{extend(f,{}n)} causes all terms of \\spad{f} of degree \\spad{<=} \\spad{n} to be computed.")) (|approximate| ((|#1| $ |#2|) "\\spad{approximate(f)} returns a truncated power series with the series variable viewed as an element of the coefficient domain.")) (|truncate| (($ $ |#2| |#2|) "\\spad{truncate(f,{}k1,{}k2)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (($ $ |#2|) "\\spad{truncate(f,{}k)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|order| ((|#2| $ |#2|) "\\spad{order(f,{}n) = min(m,{}n)},{} where \\spad{m} is the degree of the lowest order non-zero term in \\spad{f}.") ((|#2| $) "\\spad{order(f)} is the degree of the lowest order non-zero term in \\spad{f}. This will result in an infinite loop if \\spad{f} has no non-zero terms.")) (|multiplyExponents| (($ $ (|PositiveInteger|)) "\\spad{multiplyExponents(f,{}n)} multiplies all exponents of the power series \\spad{f} by the positive integer \\spad{n}.")) (|center| ((|#1| $) "\\spad{center(f)} returns the point about which the series \\spad{f} is expanded.")) (|variable| (((|Symbol|) $) "\\spad{variable(f)} returns the (unique) power series variable of the power series \\spad{f}.")) (|elt| ((|#1| $ |#2|) "\\spad{elt(f(x),{}r)} returns the coefficient of the term of degree \\spad{r} in \\spad{f(x)}. This is the same as the function \\spadfun{coefficient}.")) (|terms| (((|Stream| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) "\\spad{terms(f(x))} returns a stream of non-zero terms,{} where a a term is an exponent-coefficient pair. The terms in the stream are ordered by increasing order of exponents.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1216 RC P)
+(-1217 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
-(-1217 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(-1218 |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
-(-1218 |Coef|)
+(-1219 |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.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1219 S |Coef| ULS)
+(-1220 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.")) (|coerce| (($ |#3|) "\\spad{coerce(f(x))} converts the Laurent series \\spad{f(x)} to a Puiseux series.")) (|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
-(-1220 |Coef| ULS)
+(-1221 |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.")) (|coerce| (($ |#2|) "\\spad{coerce(f(x))} converts the Laurent series \\spad{f(x)} to a Puiseux series.")) (|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)}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1221 |Coef| ULS)
+(-1222 |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)}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-552)) (QUOTE (-1090))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))))
-(-1222 |Coef| |var| |cen|)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-553)) (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))))
+(-1223 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Puiseux series in one variable \\indented{2}{\\spadtype{UnivariatePuiseuxSeries} is a domain representing Puiseux} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{UnivariatePuiseuxSeries(Integer,{}x,{}3)} represents Puiseux series in} \\indented{2}{\\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4366 |has| |#1| (-357)) (-4360 |has| |#1| (-357)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#1| (QUOTE (-169))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-552)) (QUOTE (-1090))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-4029 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-544)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-552)))))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))))
-(-1223 R FE |var| |cen|)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4367 |has| |#1| (-357)) (-4361 |has| |#1| (-357)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#1| (QUOTE (-169))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553))) (|devaluate| |#1|)))) (|HasCategory| (-401 (-553)) (QUOTE (-1091))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-4028 (|HasCategory| |#1| (QUOTE (-357))) (|HasCategory| |#1| (QUOTE (-545)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -401) (QUOTE (-553)))))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))))
+(-1224 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))}.")))
-(((-4370 "*") |has| (-1222 |#2| |#3| |#4|) (-169)) (-4361 |has| (-1222 |#2| |#3| |#4|) (-544)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| (-1222 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-1222 |#2| |#3| |#4|) (QUOTE (-142))) (|HasCategory| (-1222 |#2| |#3| |#4|) (QUOTE (-144))) (|HasCategory| (-1222 |#2| |#3| |#4|) (QUOTE (-169))) (|HasCategory| (-1222 |#2| |#3| |#4|) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-1222 |#2| |#3| |#4|) (LIST (QUOTE -1019) (QUOTE (-552)))) (|HasCategory| (-1222 |#2| |#3| |#4|) (QUOTE (-357))) (|HasCategory| (-1222 |#2| |#3| |#4|) (QUOTE (-445))) (-4029 (|HasCategory| (-1222 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| (-1222 |#2| |#3| |#4|) (LIST (QUOTE -1019) (LIST (QUOTE -401) (QUOTE (-552)))))) (|HasCategory| (-1222 |#2| |#3| |#4|) (QUOTE (-544))))
-(-1224 A S)
+(((-4371 "*") |has| (-1223 |#2| |#3| |#4|) (-169)) (-4362 |has| (-1223 |#2| |#3| |#4|) (-545)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| (-1223 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-1223 |#2| |#3| |#4|) (QUOTE (-142))) (|HasCategory| (-1223 |#2| |#3| |#4|) (QUOTE (-144))) (|HasCategory| (-1223 |#2| |#3| |#4|) (QUOTE (-169))) (|HasCategory| (-1223 |#2| |#3| |#4|) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-1223 |#2| |#3| |#4|) (LIST (QUOTE -1020) (QUOTE (-553)))) (|HasCategory| (-1223 |#2| |#3| |#4|) (QUOTE (-357))) (|HasCategory| (-1223 |#2| |#3| |#4|) (QUOTE (-445))) (-4028 (|HasCategory| (-1223 |#2| |#3| |#4|) (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| (-1223 |#2| |#3| |#4|) (LIST (QUOTE -1020) (LIST (QUOTE -401) (QUOTE (-553)))))) (|HasCategory| (-1223 |#2| |#3| |#4|) (QUOTE (-545))))
+(-1225 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 -4369)))
-(-1225 S)
+((|HasAttribute| |#1| (QUOTE -4370)))
+(-1226 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)}.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-1226 |Coef1| |Coef2| UTS1 UTS2)
+(-1227 |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
-(-1227 S |Coef|)
+(-1228 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 (-552)))) (|HasCategory| |#2| (QUOTE (-940))) (|HasCategory| |#2| (QUOTE (-1176))) (|HasSignature| |#2| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -2889) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1154))))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#2| (QUOTE (-357))))
-(-1228 |Coef|)
+((|HasCategory| |#2| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#2| (QUOTE (-941))) (|HasCategory| |#2| (QUOTE (-1177))) (|HasSignature| |#2| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -1619) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1155))))) (|HasCategory| |#2| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#2| (QUOTE (-357))))
+(-1229 |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.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1229 |Coef| |var| |cen|)
+(-1230 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Taylor series in one variable \\spadtype{UnivariateTaylorSeries} is a domain representing Taylor series in one variable with coefficients in an arbitrary ring. The parameters of the type specify the coefficient ring,{} the power series variable,{} and the center of the power series expansion. For example,{} \\spadtype{UnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),{}x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|invmultisect| (($ (|Integer|) (|Integer|) $) "\\spad{invmultisect(a,{}b,{}f(x))} substitutes \\spad{x^((a+b)*n)} \\indented{1}{for \\spad{x^n} and multiples by \\spad{x^b}.}")) (|multisect| (($ (|Integer|) (|Integer|) $) "\\spad{multisect(a,{}b,{}f(x))} selects the coefficients of \\indented{1}{\\spad{x^((a+b)*n+a)},{} and changes this monomial to \\spad{x^n}.}")) (|revert| (($ $) "\\spad{revert(f(x))} returns a Taylor series \\spad{g(x)} such that \\spad{f(g(x)) = g(f(x)) = x}. Series \\spad{f(x)} should have constant coefficient 0 and 1st order coefficient 1.")) (|generalLambert| (($ $ (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),{}a,{}d)} returns \\spad{f(x^a) + f(x^(a + d)) + \\indented{1}{f(x^(a + 2 d)) + ... }. \\spad{f(x)} should have zero constant} \\indented{1}{coefficient and \\spad{a} and \\spad{d} should be positive.}")) (|evenlambert| (($ $) "\\spad{evenlambert(f(x))} returns \\spad{f(x^2) + f(x^4) + f(x^6) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,{}f(x^(2*n))) = exp(log(evenlambert(f(x))))}.}")) (|oddlambert| (($ $) "\\spad{oddlambert(f(x))} returns \\spad{f(x) + f(x^3) + f(x^5) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,{}f(x^(2*n-1)))=exp(log(oddlambert(f(x))))}.}")) (|lambert| (($ $) "\\spad{lambert(f(x))} returns \\spad{f(x) + f(x^2) + f(x^3) + ...}. \\indented{1}{This function is used for computing infinite products.} \\indented{1}{\\spad{f(x)} should have zero constant coefficient.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n = 1..infinity,{}f(x^n)) = exp(log(lambert(f(x))))}.}")) (|lagrange| (($ $) "\\spad{lagrange(g(x))} produces the Taylor series for \\spad{f(x)} \\indented{1}{where \\spad{f(x)} is implicitly defined as \\spad{f(x) = x*g(f(x))}.}")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} computes the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,{}k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-4370 "*") |has| |#1| (-169)) (-4361 |has| |#1| (-544)) (-4362 . T) (-4363 . T) (-4365 . T))
-((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasCategory| |#1| (QUOTE (-544))) (-4029 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-544)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -881) (QUOTE (-1154)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-756)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-756)) (|devaluate| |#1|)))) (|HasCategory| (-756) (QUOTE (-1090))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-756))))) (|HasSignature| |#1| (LIST (QUOTE -3213) (LIST (|devaluate| |#1|) (QUOTE (-1154)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-756))))) (|HasCategory| |#1| (QUOTE (-357))) (-4029 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-552)))) (|HasCategory| |#1| (QUOTE (-940))) (|HasCategory| |#1| (QUOTE (-1176))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasSignature| |#1| (LIST (QUOTE -2889) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1154))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -629) (QUOTE (-1154))) (|devaluate| |#1|)))))))
-(-1230 |Coef| UTS)
+(((-4371 "*") |has| |#1| (-169)) (-4362 |has| |#1| (-545)) (-4363 . T) (-4364 . T) (-4366 . T))
+((|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasCategory| |#1| (QUOTE (-545))) (-4028 (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-545)))) (|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-142))) (|HasCategory| |#1| (QUOTE (-144))) (-12 (|HasCategory| |#1| (LIST (QUOTE -882) (QUOTE (-1155)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-757)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-757)) (|devaluate| |#1|)))) (|HasCategory| (-757) (QUOTE (-1091))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-757))))) (|HasSignature| |#1| (LIST (QUOTE -3212) (LIST (|devaluate| |#1|) (QUOTE (-1155)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-757))))) (|HasCategory| |#1| (QUOTE (-357))) (-4028 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-553)))) (|HasCategory| |#1| (QUOTE (-941))) (|HasCategory| |#1| (QUOTE (-1177))) (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -38) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasSignature| |#1| (LIST (QUOTE -1619) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1155))))) (|HasSignature| |#1| (LIST (QUOTE -3611) (LIST (LIST (QUOTE -630) (QUOTE (-1155))) (|devaluate| |#1|)))))))
+(-1231 |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
-(-1231 -3220 UP L UTS)
+(-1232 -3219 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 (-544))))
-(-1232)
+((|HasCategory| |#1| (QUOTE (-545))))
+(-1233)
((|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.")))
-((-4283 . T))
+((-4284 . T))
NIL
-(-1233 |sym|)
+(-1234 |sym|)
((|constructor| (NIL "This domain implements variables")) (|variable| (((|Symbol|)) "\\spad{variable()} returns the symbol")) (|coerce| (((|Symbol|) $) "\\spad{coerce(x)} returns the symbol")))
NIL
NIL
-(-1234 S R)
+(-1235 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 (-983))) (|HasCategory| |#2| (QUOTE (-1030))) (|HasCategory| |#2| (QUOTE (-711))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
-(-1235 R)
+((|HasCategory| |#2| (QUOTE (-984))) (|HasCategory| |#2| (QUOTE (-1031))) (|HasCategory| |#2| (QUOTE (-712))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
+(-1236 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.")))
-((-4369 . T) (-4368 . T) (-4283 . T))
+((-4370 . T) (-4369 . T) (-4284 . T))
NIL
-(-1236 A B)
+(-1237 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
-(-1237 R)
+(-1238 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.")))
-((-4369 . T) (-4368 . T))
-((-4029 (-12 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4029 (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844))))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-528)))) (-4029 (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078)))) (|HasCategory| |#1| (QUOTE (-832))) (|HasCategory| (-552) (QUOTE (-832))) (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-711))) (|HasCategory| |#1| (QUOTE (-1030))) (-12 (|HasCategory| |#1| (QUOTE (-983))) (|HasCategory| |#1| (QUOTE (-1030)))) (-12 (|HasCategory| |#1| (QUOTE (-1078))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1238)
+((-4370 . T) (-4369 . T))
+((-4028 (-12 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|))))) (-4028 (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845))))) (|HasCategory| |#1| (LIST (QUOTE -601) (QUOTE (-529)))) (-4028 (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079)))) (|HasCategory| |#1| (QUOTE (-833))) (|HasCategory| (-553) (QUOTE (-833))) (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-712))) (|HasCategory| |#1| (QUOTE (-1031))) (-12 (|HasCategory| |#1| (QUOTE (-984))) (|HasCategory| |#1| (QUOTE (-1031)))) (-12 (|HasCategory| |#1| (QUOTE (-1079))) (|HasCategory| |#1| (LIST (QUOTE -303) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1239)
((|constructor| (NIL "TwoDimensionalViewport creates viewports to display graphs.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(v)} returns the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport} as output of the domain \\spadtype{OutputForm}.")) (|key| (((|Integer|) $) "\\spad{key(v)} returns the process ID number of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|reset| (((|Void|) $) "\\spad{reset(v)} sets the current state of the graph characteristics of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} back to their initial settings.")) (|write| (((|String|) $ (|String|) (|List| (|String|))) "\\spad{write(v,{}s,{}lf)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and the optional file types indicated by the list \\spad{lf}.") (((|String|) $ (|String|) (|String|)) "\\spad{write(v,{}s,{}f)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and an optional file type \\spad{f}.") (((|String|) $ (|String|)) "\\spad{write(v,{}s)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v}.")) (|resize| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{resize(v,{}w,{}h)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with a width of \\spad{w} and a height of \\spad{h},{} keeping the upper left-hand corner position unchanged.")) (|update| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{update(v,{}gr,{}n)} drops the graph \\spad{gr} in slot \\spad{n} of viewport \\spad{v}. The graph \\spad{gr} must have been transmitted already and acquired an integer key.")) (|move| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{move(v,{}x,{}y)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the upper left-hand corner of the viewport window at the screen coordinate position \\spad{x},{} \\spad{y}.")) (|show| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{show(v,{}n,{}s)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the graph if \\spad{s} is \"off\".")) (|translate| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{translate(v,{}n,{}dx,{}dy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} translated by \\spad{dx} in the \\spad{x}-coordinate direction from the center of the viewport,{} and by \\spad{dy} in the \\spad{y}-coordinate direction from the center. Setting \\spad{dx} and \\spad{dy} to \\spad{0} places the center of the graph at the center of the viewport.")) (|scale| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{scale(v,{}n,{}sx,{}sy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} scaled by the factor \\spad{sx} in the \\spad{x}-coordinate direction and by the factor \\spad{sy} in the \\spad{y}-coordinate direction.")) (|dimensions| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{dimensions(v,{}x,{}y,{}width,{}height)} sets the position of the upper left-hand corner of the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to the window coordinate \\spad{x},{} \\spad{y},{} and sets the dimensions of the window to that of \\spad{width},{} \\spad{height}. The new dimensions are not displayed until the function \\spadfun{makeViewport2D} is executed again for \\spad{v}.")) (|close| (((|Void|) $) "\\spad{close(v)} closes the viewport window of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and terminates the corresponding process ID.")) (|controlPanel| (((|Void|) $ (|String|)) "\\spad{controlPanel(v,{}s)} displays the control panel of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or hides the control panel if \\spad{s} is \"off\".")) (|connect| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{connect(v,{}n,{}s)} displays the lines connecting the graph points in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the lines if \\spad{s} is \"off\".")) (|region| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{region(v,{}n,{}s)} displays the bounding box of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the bounding box if \\spad{s} is \"off\".")) (|points| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{points(v,{}n,{}s)} displays the points of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the points if \\spad{s} is \"off\".")) (|units| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{units(v,{}n,{}c)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the units color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{units(v,{}n,{}s)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the units if \\spad{s} is \"off\".")) (|axes| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{axes(v,{}n,{}c)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the axes color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{axes(v,{}n,{}s)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the axes if \\spad{s} is \"off\".")) (|getGraph| (((|GraphImage|) $ (|PositiveInteger|)) "\\spad{getGraph(v,{}n)} returns the graph which is of the domain \\spadtype{GraphImage} which is located in graph field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of the domain \\spadtype{TwoDimensionalViewport}.")) (|putGraph| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{putGraph(v,{}\\spad{gi},{}n)} sets the graph field indicated by \\spad{n},{} of the indicated two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to be the graph,{} \\spad{\\spad{gi}} of domain \\spadtype{GraphImage}. The contents of viewport,{} \\spad{v},{} will contain \\spad{\\spad{gi}} when the function \\spadfun{makeViewport2D} is called to create the an updated viewport \\spad{v}.")) (|title| (((|Void|) $ (|String|)) "\\spad{title(v,{}s)} changes the title which is shown in the two-dimensional viewport window,{} \\spad{v} of domain \\spadtype{TwoDimensionalViewport}.")) (|graphs| (((|Vector| (|Union| (|GraphImage|) "undefined")) $) "\\spad{graphs(v)} returns a vector,{} or list,{} which is a union of all the graphs,{} of the domain \\spadtype{GraphImage},{} which are allocated for the two-dimensional viewport,{} \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport}. Those graphs which have no data are labeled \"undefined\",{} otherwise their contents are shown.")) (|graphStates| (((|Vector| (|Record| (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)) (|:| |points| (|Integer|)) (|:| |connect| (|Integer|)) (|:| |spline| (|Integer|)) (|:| |axes| (|Integer|)) (|:| |axesColor| (|Palette|)) (|:| |units| (|Integer|)) (|:| |unitsColor| (|Palette|)) (|:| |showing| (|Integer|)))) $) "\\spad{graphStates(v)} returns and shows a listing of a record containing the current state of the characteristics of each of the ten graph records in the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|graphState| (((|Void|) $ (|PositiveInteger|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Palette|) (|Integer|) (|Palette|) (|Integer|)) "\\spad{graphState(v,{}num,{}sX,{}sY,{}dX,{}dY,{}pts,{}lns,{}box,{}axes,{}axesC,{}un,{}unC,{}cP)} sets the state of the characteristics for the graph indicated by \\spad{num} in the given two-dimensional viewport \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport},{} to the values given as parameters. The scaling of the graph in the \\spad{x} and \\spad{y} component directions is set to be \\spad{sX} and \\spad{sY}; the window translation in the \\spad{x} and \\spad{y} component directions is set to be \\spad{dX} and \\spad{dY}; The graph points,{} lines,{} bounding \\spad{box},{} \\spad{axes},{} or units will be shown in the viewport if their given parameters \\spad{pts},{} \\spad{lns},{} \\spad{box},{} \\spad{axes} or \\spad{un} are set to be \\spad{1},{} but will not be shown if they are set to \\spad{0}. The color of the \\spad{axes} and the color of the units are indicated by the palette colors \\spad{axesC} and \\spad{unC} respectively. To display the control panel when the viewport window is displayed,{} set \\spad{cP} to \\spad{1},{} otherwise set it to \\spad{0}.")) (|options| (($ $ (|List| (|DrawOption|))) "\\spad{options(v,{}lopt)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns \\spad{v} with it\\spad{'s} draw options modified to be those which are indicated in the given list,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (((|List| (|DrawOption|)) $) "\\spad{options(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns a list containing the draw options from the domain \\spadtype{DrawOption} for \\spad{v}.")) (|makeViewport2D| (($ (|GraphImage|) (|List| (|DrawOption|))) "\\spad{makeViewport2D(\\spad{gi},{}lopt)} creates and displays a viewport window of the domain \\spadtype{TwoDimensionalViewport} whose graph field is assigned to be the given graph,{} \\spad{\\spad{gi}},{} of domain \\spadtype{GraphImage},{} and whose options field is set to be the list of options,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (($ $) "\\spad{makeViewport2D(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and displays a viewport window on the screen which contains the contents of \\spad{v}.")) (|viewport2D| (($) "\\spad{viewport2D()} returns an undefined two-dimensional viewport of the domain \\spadtype{TwoDimensionalViewport} whose contents are empty.")) (|getPickedPoints| (((|List| (|Point| (|DoubleFloat|))) $) "\\spad{getPickedPoints(x)} returns a list of small floats for the points the user interactively picked on the viewport for full integration into the system,{} some design issues need to be addressed: \\spadignore{e.g.} how to go through the GraphImage interface,{} how to default to graphs,{} etc.")))
NIL
NIL
-(-1239)
+(-1240)
((|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
-(-1240)
+(-1241)
((|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
-(-1241)
+(-1242)
((|constructor| (NIL "ViewportPackage provides functions for creating GraphImages and TwoDimensionalViewports from lists of lists of points.")) (|coerce| (((|TwoDimensionalViewport|) (|GraphImage|)) "\\spad{coerce(\\spad{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
-(-1242)
+(-1243)
((|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.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(v)} coerces void object to outputForm.")) (|void| (($) "\\spad{void()} produces a void object.")))
NIL
NIL
-(-1243 A S)
+(-1244 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
-(-1244 S)
+(-1245 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}.")))
-((-4363 . T) (-4362 . T))
+((-4364 . T) (-4363 . T))
NIL
-(-1245 R)
+(-1246 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
-(-1246 K R UP -3220)
+(-1247 K R UP -3219)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a framed algebra over \\spad{R}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")))
NIL
NIL
-(-1247)
+(-1248)
((|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
-(-1248)
+(-1249)
((|constructor| (NIL "This domain represents the `while' iterator syntax.")) (|condition| (((|SpadAst|) $) "\\spad{condition(i)} returns the condition of the while iterator `i'.")))
NIL
NIL
-(-1249 R |VarSet| E P |vl| |wl| |wtlevel|)
+(-1250 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)")) (|coerce| (($ |#4|) "\\spad{coerce(p)} coerces \\spad{p} into Weighted form,{} applying weights and ignoring terms") ((|#4| $) "convert back into a \\spad{\"P\"},{} ignoring weights")))
-((-4363 |has| |#1| (-169)) (-4362 |has| |#1| (-169)) (-4365 . T))
+((-4364 |has| |#1| (-169)) (-4363 |has| |#1| (-169)) (-4366 . T))
((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))))
-(-1250 R E V P)
+(-1251 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}}.")))
-((-4369 . T) (-4368 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-528)))) (|HasCategory| |#4| (QUOTE (-1078))) (|HasCategory| |#1| (QUOTE (-544))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -599) (QUOTE (-844)))))
-(-1251 R)
+((-4370 . T) (-4369 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#4| (LIST (QUOTE -303) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -601) (QUOTE (-529)))) (|HasCategory| |#4| (QUOTE (-1079))) (|HasCategory| |#1| (QUOTE (-545))) (|HasCategory| |#3| (QUOTE (-362))) (|HasCategory| |#4| (LIST (QUOTE -600) (QUOTE (-845)))))
+(-1252 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})")) (|coerce| (($ |#1|) "\\spad{coerce(r)} equals \\spad{r*1}.")))
-((-4362 . T) (-4363 . T) (-4365 . T))
+((-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1252 |vl| R)
+(-1253 |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.")))
-((-4365 . T) (-4361 |has| |#2| (-6 -4361)) (-4363 . T) (-4362 . T))
-((|HasCategory| |#2| (QUOTE (-169))) (|HasAttribute| |#2| (QUOTE -4361)))
-(-1253 R |VarSet| XPOLY)
+((-4366 . T) (-4362 |has| |#2| (-6 -4362)) (-4364 . T) (-4363 . T))
+((|HasCategory| |#2| (QUOTE (-169))) (|HasAttribute| |#2| (QUOTE -4362)))
+(-1254 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
-(-1254 |vl| R)
+(-1255 |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}.")))
-((-4361 |has| |#2| (-6 -4361)) (-4363 . T) (-4362 . T) (-4365 . T))
+((-4362 |has| |#2| (-6 -4362)) (-4364 . T) (-4363 . T) (-4366 . T))
NIL
-(-1255 S -3220)
+(-1256 S -3219)
((|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 (-362))) (|HasCategory| |#2| (QUOTE (-142))) (|HasCategory| |#2| (QUOTE (-144))))
-(-1256 -3220)
+(-1257 -3219)
((|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}.")))
-((-4360 . T) (-4366 . T) (-4361 . T) ((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+((-4361 . T) (-4367 . T) (-4362 . T) ((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
-(-1257 |VarSet| R)
+(-1258 |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}}.")))
-((-4361 |has| |#2| (-6 -4361)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -702) (LIST (QUOTE -401) (QUOTE (-552))))) (|HasAttribute| |#2| (QUOTE -4361)))
-(-1258 |vl| R)
+((-4362 |has| |#2| (-6 -4362)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#2| (QUOTE (-169))) (|HasCategory| |#2| (LIST (QUOTE -703) (LIST (QUOTE -401) (QUOTE (-553))))) (|HasAttribute| |#2| (QUOTE -4362)))
+(-1259 |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}.")))
-((-4361 |has| |#2| (-6 -4361)) (-4363 . T) (-4362 . T) (-4365 . T))
+((-4362 |has| |#2| (-6 -4362)) (-4364 . T) (-4363 . T) (-4366 . T))
NIL
-(-1259 R)
+(-1260 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.")))
-((-4361 |has| |#1| (-6 -4361)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#1| (QUOTE (-169))) (|HasAttribute| |#1| (QUOTE -4361)))
-(-1260 R E)
+((-4362 |has| |#1| (-6 -4362)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#1| (QUOTE (-169))) (|HasAttribute| |#1| (QUOTE -4362)))
+(-1261 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.")) (|coerce| (($ |#2|) "\\spad{coerce(e)} returns \\spad{1*e}")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# p} returns the number of terms in \\spad{p}.")) (* (($ $ |#1|) "\\spad{p*r} returns the product of \\spad{p} by \\spad{r}.")))
-((-4365 . T) (-4366 |has| |#1| (-6 -4366)) (-4361 |has| |#1| (-6 -4361)) (-4363 . T) (-4362 . T))
-((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasAttribute| |#1| (QUOTE -4365)) (|HasAttribute| |#1| (QUOTE -4366)) (|HasAttribute| |#1| (QUOTE -4361)))
-(-1261 |VarSet| R)
+((-4366 . T) (-4367 |has| |#1| (-6 -4367)) (-4362 |has| |#1| (-6 -4362)) (-4364 . T) (-4363 . T))
+((|HasCategory| |#1| (QUOTE (-169))) (|HasCategory| |#1| (QUOTE (-357))) (|HasAttribute| |#1| (QUOTE -4366)) (|HasAttribute| |#1| (QUOTE -4367)) (|HasAttribute| |#1| (QUOTE -4362)))
+(-1262 |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.")))
-((-4361 |has| |#2| (-6 -4361)) (-4363 . T) (-4362 . T) (-4365 . T))
-((|HasCategory| |#2| (QUOTE (-169))) (|HasAttribute| |#2| (QUOTE -4361)))
-(-1262 A)
+((-4362 |has| |#2| (-6 -4362)) (-4364 . T) (-4363 . T) (-4366 . T))
+((|HasCategory| |#2| (QUOTE (-169))) (|HasAttribute| |#2| (QUOTE -4362)))
+(-1263 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
-(-1263 R |ls| |ls2|)
+(-1264 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
-(-1264 R)
+(-1265 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
-(-1265 |p|)
+(-1266 |p|)
((|constructor| (NIL "IntegerMod(\\spad{n}) creates the ring of integers reduced modulo the integer \\spad{n}.")))
-(((-4370 "*") . T) (-4362 . T) (-4363 . T) (-4365 . T))
+(((-4371 "*") . T) (-4363 . T) (-4364 . T) (-4366 . T))
NIL
NIL
NIL
@@ -5008,4 +5012,4 @@ NIL
NIL
NIL
NIL
-((-3 NIL 2272386 2272391 2272396 2272401) (-2 NIL 2272366 2272371 2272376 2272381) (-1 NIL 2272346 2272351 2272356 2272361) (0 NIL 2272326 2272331 2272336 2272341) (-1265 "ZMOD.spad" 2272135 2272148 2272264 2272321) (-1264 "ZLINDEP.spad" 2271179 2271190 2272125 2272130) (-1263 "ZDSOLVE.spad" 2261028 2261050 2271169 2271174) (-1262 "YSTREAM.spad" 2260521 2260532 2261018 2261023) (-1261 "XRPOLY.spad" 2259741 2259761 2260377 2260446) (-1260 "XPR.spad" 2257470 2257483 2259459 2259558) (-1259 "XPOLY.spad" 2257025 2257036 2257326 2257395) (-1258 "XPOLYC.spad" 2256342 2256358 2256951 2257020) (-1257 "XPBWPOLY.spad" 2254779 2254799 2256122 2256191) (-1256 "XF.spad" 2253240 2253255 2254681 2254774) (-1255 "XF.spad" 2251681 2251698 2253124 2253129) (-1254 "XFALG.spad" 2248705 2248721 2251607 2251676) (-1253 "XEXPPKG.spad" 2247956 2247982 2248695 2248700) (-1252 "XDPOLY.spad" 2247570 2247586 2247812 2247881) (-1251 "XALG.spad" 2247168 2247179 2247526 2247565) (-1250 "WUTSET.spad" 2243007 2243024 2246814 2246841) (-1249 "WP.spad" 2242021 2242065 2242865 2242932) (-1248 "WHILEAST.spad" 2241819 2241828 2242011 2242016) (-1247 "WHEREAST.spad" 2241490 2241499 2241809 2241814) (-1246 "WFFINTBS.spad" 2239053 2239075 2241480 2241485) (-1245 "WEIER.spad" 2237267 2237278 2239043 2239048) (-1244 "VSPACE.spad" 2236940 2236951 2237235 2237262) (-1243 "VSPACE.spad" 2236633 2236646 2236930 2236935) (-1242 "VOID.spad" 2236223 2236232 2236623 2236628) (-1241 "VIEW.spad" 2233845 2233854 2236213 2236218) (-1240 "VIEWDEF.spad" 2229042 2229051 2233835 2233840) (-1239 "VIEW3D.spad" 2212877 2212886 2229032 2229037) (-1238 "VIEW2D.spad" 2200614 2200623 2212867 2212872) (-1237 "VECTOR.spad" 2199289 2199300 2199540 2199567) (-1236 "VECTOR2.spad" 2197916 2197929 2199279 2199284) (-1235 "VECTCAT.spad" 2195804 2195815 2197872 2197911) (-1234 "VECTCAT.spad" 2193512 2193525 2195582 2195587) (-1233 "VARIABLE.spad" 2193292 2193307 2193502 2193507) (-1232 "UTYPE.spad" 2192926 2192935 2193272 2193287) (-1231 "UTSODETL.spad" 2192219 2192243 2192882 2192887) (-1230 "UTSODE.spad" 2190407 2190427 2192209 2192214) (-1229 "UTS.spad" 2185196 2185224 2188874 2188971) (-1228 "UTSCAT.spad" 2182647 2182663 2185094 2185191) (-1227 "UTSCAT.spad" 2179742 2179760 2182191 2182196) (-1226 "UTS2.spad" 2179335 2179370 2179732 2179737) (-1225 "URAGG.spad" 2173957 2173968 2179315 2179330) (-1224 "URAGG.spad" 2168553 2168566 2173913 2173918) (-1223 "UPXSSING.spad" 2166196 2166222 2167634 2167767) (-1222 "UPXS.spad" 2163223 2163251 2164328 2164477) (-1221 "UPXSCONS.spad" 2160980 2161000 2161355 2161504) (-1220 "UPXSCCA.spad" 2159438 2159458 2160826 2160975) (-1219 "UPXSCCA.spad" 2158038 2158060 2159428 2159433) (-1218 "UPXSCAT.spad" 2156619 2156635 2157884 2158033) (-1217 "UPXS2.spad" 2156160 2156213 2156609 2156614) (-1216 "UPSQFREE.spad" 2154572 2154586 2156150 2156155) (-1215 "UPSCAT.spad" 2152165 2152189 2154470 2154567) (-1214 "UPSCAT.spad" 2149464 2149490 2151771 2151776) (-1213 "UPOLYC.spad" 2144442 2144453 2149306 2149459) (-1212 "UPOLYC.spad" 2139312 2139325 2144178 2144183) (-1211 "UPOLYC2.spad" 2138781 2138800 2139302 2139307) (-1210 "UP.spad" 2135823 2135838 2136331 2136484) (-1209 "UPMP.spad" 2134713 2134726 2135813 2135818) (-1208 "UPDIVP.spad" 2134276 2134290 2134703 2134708) (-1207 "UPDECOMP.spad" 2132513 2132527 2134266 2134271) (-1206 "UPCDEN.spad" 2131720 2131736 2132503 2132508) (-1205 "UP2.spad" 2131082 2131103 2131710 2131715) (-1204 "UNISEG.spad" 2130435 2130446 2131001 2131006) (-1203 "UNISEG2.spad" 2129928 2129941 2130391 2130396) (-1202 "UNIFACT.spad" 2129029 2129041 2129918 2129923) (-1201 "ULS.spad" 2119581 2119609 2120674 2121103) (-1200 "ULSCONS.spad" 2113618 2113638 2113990 2114139) (-1199 "ULSCCAT.spad" 2111215 2111235 2113438 2113613) (-1198 "ULSCCAT.spad" 2108946 2108968 2111171 2111176) (-1197 "ULSCAT.spad" 2107162 2107178 2108792 2108941) (-1196 "ULS2.spad" 2106674 2106727 2107152 2107157) (-1195 "UFD.spad" 2105739 2105748 2106600 2106669) (-1194 "UFD.spad" 2104866 2104877 2105729 2105734) (-1193 "UDVO.spad" 2103713 2103722 2104856 2104861) (-1192 "UDPO.spad" 2101140 2101151 2103669 2103674) (-1191 "TYPE.spad" 2101062 2101071 2101120 2101135) (-1190 "TYPEAST.spad" 2100981 2100990 2101052 2101057) (-1189 "TWOFACT.spad" 2099631 2099646 2100971 2100976) (-1188 "TUPLE.spad" 2099017 2099028 2099530 2099535) (-1187 "TUBETOOL.spad" 2095854 2095863 2099007 2099012) (-1186 "TUBE.spad" 2094495 2094512 2095844 2095849) (-1185 "TS.spad" 2093084 2093100 2094060 2094157) (-1184 "TSETCAT.spad" 2080199 2080216 2093040 2093079) (-1183 "TSETCAT.spad" 2067312 2067331 2080155 2080160) (-1182 "TRMANIP.spad" 2061678 2061695 2067018 2067023) (-1181 "TRIMAT.spad" 2060637 2060662 2061668 2061673) (-1180 "TRIGMNIP.spad" 2059154 2059171 2060627 2060632) (-1179 "TRIGCAT.spad" 2058666 2058675 2059144 2059149) (-1178 "TRIGCAT.spad" 2058176 2058187 2058656 2058661) (-1177 "TREE.spad" 2056747 2056758 2057783 2057810) (-1176 "TRANFUN.spad" 2056578 2056587 2056737 2056742) (-1175 "TRANFUN.spad" 2056407 2056418 2056568 2056573) (-1174 "TOPSP.spad" 2056081 2056090 2056397 2056402) (-1173 "TOOLSIGN.spad" 2055744 2055755 2056071 2056076) (-1172 "TEXTFILE.spad" 2054301 2054310 2055734 2055739) (-1171 "TEX.spad" 2051318 2051327 2054291 2054296) (-1170 "TEX1.spad" 2050874 2050885 2051308 2051313) (-1169 "TEMUTL.spad" 2050429 2050438 2050864 2050869) (-1168 "TBCMPPK.spad" 2048522 2048545 2050419 2050424) (-1167 "TBAGG.spad" 2047546 2047569 2048490 2048517) (-1166 "TBAGG.spad" 2046590 2046615 2047536 2047541) (-1165 "TANEXP.spad" 2045966 2045977 2046580 2046585) (-1164 "TABLE.spad" 2044377 2044400 2044647 2044674) (-1163 "TABLEAU.spad" 2043858 2043869 2044367 2044372) (-1162 "TABLBUMP.spad" 2040641 2040652 2043848 2043853) (-1161 "SYSTEM.spad" 2039915 2039924 2040631 2040636) (-1160 "SYSSOLP.spad" 2037388 2037399 2039905 2039910) (-1159 "SYNTAX.spad" 2033658 2033667 2037378 2037383) (-1158 "SYMTAB.spad" 2031714 2031723 2033648 2033653) (-1157 "SYMS.spad" 2027699 2027708 2031704 2031709) (-1156 "SYMPOLY.spad" 2026706 2026717 2026788 2026915) (-1155 "SYMFUNC.spad" 2026181 2026192 2026696 2026701) (-1154 "SYMBOL.spad" 2023517 2023526 2026171 2026176) (-1153 "SWITCH.spad" 2020274 2020283 2023507 2023512) (-1152 "SUTS.spad" 2017173 2017201 2018741 2018838) (-1151 "SUPXS.spad" 2014187 2014215 2015305 2015454) (-1150 "SUP.spad" 2010956 2010967 2011737 2011890) (-1149 "SUPFRACF.spad" 2010061 2010079 2010946 2010951) (-1148 "SUP2.spad" 2009451 2009464 2010051 2010056) (-1147 "SUMRF.spad" 2008417 2008428 2009441 2009446) (-1146 "SUMFS.spad" 2008050 2008067 2008407 2008412) (-1145 "SULS.spad" 1998589 1998617 1999695 2000124) (-1144 "SUCHTAST.spad" 1998358 1998367 1998579 1998584) (-1143 "SUCH.spad" 1998038 1998053 1998348 1998353) (-1142 "SUBSPACE.spad" 1990045 1990060 1998028 1998033) (-1141 "SUBRESP.spad" 1989205 1989219 1990001 1990006) (-1140 "STTF.spad" 1985304 1985320 1989195 1989200) (-1139 "STTFNC.spad" 1981772 1981788 1985294 1985299) (-1138 "STTAYLOR.spad" 1974170 1974181 1981653 1981658) (-1137 "STRTBL.spad" 1972675 1972692 1972824 1972851) (-1136 "STRING.spad" 1972084 1972093 1972098 1972125) (-1135 "STRICAT.spad" 1971860 1971869 1972040 1972079) (-1134 "STREAM.spad" 1968628 1968639 1971385 1971400) (-1133 "STREAM3.spad" 1968173 1968188 1968618 1968623) (-1132 "STREAM2.spad" 1967241 1967254 1968163 1968168) (-1131 "STREAM1.spad" 1966945 1966956 1967231 1967236) (-1130 "STINPROD.spad" 1965851 1965867 1966935 1966940) (-1129 "STEP.spad" 1965052 1965061 1965841 1965846) (-1128 "STBL.spad" 1963578 1963606 1963745 1963760) (-1127 "STAGG.spad" 1962643 1962654 1963558 1963573) (-1126 "STAGG.spad" 1961716 1961729 1962633 1962638) (-1125 "STACK.spad" 1961067 1961078 1961323 1961350) (-1124 "SREGSET.spad" 1958771 1958788 1960713 1960740) (-1123 "SRDCMPK.spad" 1957316 1957336 1958761 1958766) (-1122 "SRAGG.spad" 1952401 1952410 1957272 1957311) (-1121 "SRAGG.spad" 1947518 1947529 1952391 1952396) (-1120 "SQMATRIX.spad" 1945134 1945152 1946050 1946137) (-1119 "SPLTREE.spad" 1939686 1939699 1944570 1944597) (-1118 "SPLNODE.spad" 1936274 1936287 1939676 1939681) (-1117 "SPFCAT.spad" 1935051 1935060 1936264 1936269) (-1116 "SPECOUT.spad" 1933601 1933610 1935041 1935046) (-1115 "SPADXPT.spad" 1925730 1925739 1933581 1933596) (-1114 "spad-parser.spad" 1925195 1925204 1925720 1925725) (-1113 "SPADAST.spad" 1924896 1924905 1925185 1925190) (-1112 "SPACEC.spad" 1908909 1908920 1924886 1924891) (-1111 "SPACE3.spad" 1908685 1908696 1908899 1908904) (-1110 "SORTPAK.spad" 1908230 1908243 1908641 1908646) (-1109 "SOLVETRA.spad" 1905987 1905998 1908220 1908225) (-1108 "SOLVESER.spad" 1904507 1904518 1905977 1905982) (-1107 "SOLVERAD.spad" 1900517 1900528 1904497 1904502) (-1106 "SOLVEFOR.spad" 1898937 1898955 1900507 1900512) (-1105 "SNTSCAT.spad" 1898525 1898542 1898893 1898932) (-1104 "SMTS.spad" 1896785 1896811 1898090 1898187) (-1103 "SMP.spad" 1894224 1894244 1894614 1894741) (-1102 "SMITH.spad" 1893067 1893092 1894214 1894219) (-1101 "SMATCAT.spad" 1891165 1891195 1892999 1893062) (-1100 "SMATCAT.spad" 1889207 1889239 1891043 1891048) (-1099 "SKAGG.spad" 1888156 1888167 1889163 1889202) (-1098 "SINT.spad" 1886464 1886473 1888022 1888151) (-1097 "SIMPAN.spad" 1886192 1886201 1886454 1886459) (-1096 "SIG.spad" 1885520 1885529 1886182 1886187) (-1095 "SIGNRF.spad" 1884628 1884639 1885510 1885515) (-1094 "SIGNEF.spad" 1883897 1883914 1884618 1884623) (-1093 "SIGAST.spad" 1883278 1883287 1883887 1883892) (-1092 "SHP.spad" 1881196 1881211 1883234 1883239) (-1091 "SHDP.spad" 1872181 1872208 1872690 1872821) (-1090 "SGROUP.spad" 1871789 1871798 1872171 1872176) (-1089 "SGROUP.spad" 1871395 1871406 1871779 1871784) (-1088 "SGCF.spad" 1864276 1864285 1871385 1871390) (-1087 "SFRTCAT.spad" 1863192 1863209 1864232 1864271) (-1086 "SFRGCD.spad" 1862255 1862275 1863182 1863187) (-1085 "SFQCMPK.spad" 1856892 1856912 1862245 1862250) (-1084 "SFORT.spad" 1856327 1856341 1856882 1856887) (-1083 "SEXOF.spad" 1856170 1856210 1856317 1856322) (-1082 "SEX.spad" 1856062 1856071 1856160 1856165) (-1081 "SEXCAT.spad" 1853166 1853206 1856052 1856057) (-1080 "SET.spad" 1851466 1851477 1852587 1852626) (-1079 "SETMN.spad" 1849900 1849917 1851456 1851461) (-1078 "SETCAT.spad" 1849385 1849394 1849890 1849895) (-1077 "SETCAT.spad" 1848868 1848879 1849375 1849380) (-1076 "SETAGG.spad" 1845377 1845388 1848836 1848863) (-1075 "SETAGG.spad" 1841906 1841919 1845367 1845372) (-1074 "SEQAST.spad" 1841609 1841618 1841896 1841901) (-1073 "SEGXCAT.spad" 1840721 1840734 1841589 1841604) (-1072 "SEG.spad" 1840534 1840545 1840640 1840645) (-1071 "SEGCAT.spad" 1839353 1839364 1840514 1840529) (-1070 "SEGBIND.spad" 1838425 1838436 1839308 1839313) (-1069 "SEGBIND2.spad" 1838121 1838134 1838415 1838420) (-1068 "SEGAST.spad" 1837835 1837844 1838111 1838116) (-1067 "SEG2.spad" 1837260 1837273 1837791 1837796) (-1066 "SDVAR.spad" 1836536 1836547 1837250 1837255) (-1065 "SDPOL.spad" 1833926 1833937 1834217 1834344) (-1064 "SCPKG.spad" 1832005 1832016 1833916 1833921) (-1063 "SCOPE.spad" 1831150 1831159 1831995 1832000) (-1062 "SCACHE.spad" 1829832 1829843 1831140 1831145) (-1061 "SASTCAT.spad" 1829741 1829750 1829822 1829827) (-1060 "SAOS.spad" 1829613 1829622 1829731 1829736) (-1059 "SAERFFC.spad" 1829326 1829346 1829603 1829608) (-1058 "SAE.spad" 1827501 1827517 1828112 1828247) (-1057 "SAEFACT.spad" 1827202 1827222 1827491 1827496) (-1056 "RURPK.spad" 1824843 1824859 1827192 1827197) (-1055 "RULESET.spad" 1824284 1824308 1824833 1824838) (-1054 "RULE.spad" 1822488 1822512 1824274 1824279) (-1053 "RULECOLD.spad" 1822340 1822353 1822478 1822483) (-1052 "RSTRCAST.spad" 1822057 1822066 1822330 1822335) (-1051 "RSETGCD.spad" 1818435 1818455 1822047 1822052) (-1050 "RSETCAT.spad" 1808207 1808224 1818391 1818430) (-1049 "RSETCAT.spad" 1798011 1798030 1808197 1808202) (-1048 "RSDCMPK.spad" 1796463 1796483 1798001 1798006) (-1047 "RRCC.spad" 1794847 1794877 1796453 1796458) (-1046 "RRCC.spad" 1793229 1793261 1794837 1794842) (-1045 "RPTAST.spad" 1792931 1792940 1793219 1793224) (-1044 "RPOLCAT.spad" 1772291 1772306 1792799 1792926) (-1043 "RPOLCAT.spad" 1751365 1751382 1771875 1771880) (-1042 "ROUTINE.spad" 1747228 1747237 1750012 1750039) (-1041 "ROMAN.spad" 1746460 1746469 1747094 1747223) (-1040 "ROIRC.spad" 1745540 1745572 1746450 1746455) (-1039 "RNS.spad" 1744443 1744452 1745442 1745535) (-1038 "RNS.spad" 1743432 1743443 1744433 1744438) (-1037 "RNG.spad" 1743167 1743176 1743422 1743427) (-1036 "RMODULE.spad" 1742805 1742816 1743157 1743162) (-1035 "RMCAT2.spad" 1742213 1742270 1742795 1742800) (-1034 "RMATRIX.spad" 1740892 1740911 1741380 1741419) (-1033 "RMATCAT.spad" 1736413 1736444 1740836 1740887) (-1032 "RMATCAT.spad" 1731836 1731869 1736261 1736266) (-1031 "RINTERP.spad" 1731724 1731744 1731826 1731831) (-1030 "RING.spad" 1731081 1731090 1731704 1731719) (-1029 "RING.spad" 1730446 1730457 1731071 1731076) (-1028 "RIDIST.spad" 1729830 1729839 1730436 1730441) (-1027 "RGCHAIN.spad" 1728409 1728425 1729315 1729342) (-1026 "RGBCSPC.spad" 1728190 1728202 1728399 1728404) (-1025 "RGBCMDL.spad" 1727720 1727732 1728180 1728185) (-1024 "RF.spad" 1725334 1725345 1727710 1727715) (-1023 "RFFACTOR.spad" 1724796 1724807 1725324 1725329) (-1022 "RFFACT.spad" 1724531 1724543 1724786 1724791) (-1021 "RFDIST.spad" 1723519 1723528 1724521 1724526) (-1020 "RETSOL.spad" 1722936 1722949 1723509 1723514) (-1019 "RETRACT.spad" 1722285 1722296 1722926 1722931) (-1018 "RETRACT.spad" 1721632 1721645 1722275 1722280) (-1017 "RETAST.spad" 1721444 1721453 1721622 1721627) (-1016 "RESULT.spad" 1719504 1719513 1720091 1720118) (-1015 "RESRING.spad" 1718851 1718898 1719442 1719499) (-1014 "RESLATC.spad" 1718175 1718186 1718841 1718846) (-1013 "REPSQ.spad" 1717904 1717915 1718165 1718170) (-1012 "REP.spad" 1715456 1715465 1717894 1717899) (-1011 "REPDB.spad" 1715161 1715172 1715446 1715451) (-1010 "REP2.spad" 1704733 1704744 1715003 1715008) (-1009 "REP1.spad" 1698723 1698734 1704683 1704688) (-1008 "REGSET.spad" 1696520 1696537 1698369 1698396) (-1007 "REF.spad" 1695849 1695860 1696475 1696480) (-1006 "REDORDER.spad" 1695025 1695042 1695839 1695844) (-1005 "RECLOS.spad" 1693808 1693828 1694512 1694605) (-1004 "REALSOLV.spad" 1692940 1692949 1693798 1693803) (-1003 "REAL.spad" 1692812 1692821 1692930 1692935) (-1002 "REAL0Q.spad" 1690094 1690109 1692802 1692807) (-1001 "REAL0.spad" 1686922 1686937 1690084 1690089) (-1000 "RDUCEAST.spad" 1686643 1686652 1686912 1686917) (-999 "RDIV.spad" 1686295 1686319 1686633 1686638) (-998 "RDIST.spad" 1685859 1685869 1686285 1686290) (-997 "RDETRS.spad" 1684656 1684673 1685849 1685854) (-996 "RDETR.spad" 1682764 1682781 1684646 1684651) (-995 "RDEEFS.spad" 1681838 1681854 1682754 1682759) (-994 "RDEEF.spad" 1680835 1680851 1681828 1681833) (-993 "RCFIELD.spad" 1678022 1678030 1680737 1680830) (-992 "RCFIELD.spad" 1675295 1675305 1678012 1678017) (-991 "RCAGG.spad" 1673198 1673208 1675275 1675290) (-990 "RCAGG.spad" 1671038 1671050 1673117 1673122) (-989 "RATRET.spad" 1670399 1670409 1671028 1671033) (-988 "RATFACT.spad" 1670092 1670103 1670389 1670394) (-987 "RANDSRC.spad" 1669412 1669420 1670082 1670087) (-986 "RADUTIL.spad" 1669167 1669175 1669402 1669407) (-985 "RADIX.spad" 1665957 1665970 1667634 1667727) (-984 "RADFF.spad" 1664371 1664407 1664489 1664645) (-983 "RADCAT.spad" 1663965 1663973 1664361 1664366) (-982 "RADCAT.spad" 1663557 1663567 1663955 1663960) (-981 "QUEUE.spad" 1662900 1662910 1663164 1663191) (-980 "QUAT.spad" 1661482 1661492 1661824 1661889) (-979 "QUATCT2.spad" 1661101 1661119 1661472 1661477) (-978 "QUATCAT.spad" 1659266 1659276 1661031 1661096) (-977 "QUATCAT.spad" 1657182 1657194 1658949 1658954) (-976 "QUAGG.spad" 1655996 1656006 1657138 1657177) (-975 "QQUTAST.spad" 1655765 1655773 1655986 1655991) (-974 "QFORM.spad" 1655228 1655242 1655755 1655760) (-973 "QFCAT.spad" 1653919 1653929 1655118 1655223) (-972 "QFCAT.spad" 1652213 1652225 1653414 1653419) (-971 "QFCAT2.spad" 1651904 1651920 1652203 1652208) (-970 "QEQUAT.spad" 1651461 1651469 1651894 1651899) (-969 "QCMPACK.spad" 1646208 1646227 1651451 1651456) (-968 "QALGSET.spad" 1642283 1642315 1646122 1646127) (-967 "QALGSET2.spad" 1640279 1640297 1642273 1642278) (-966 "PWFFINTB.spad" 1637589 1637610 1640269 1640274) (-965 "PUSHVAR.spad" 1636918 1636937 1637579 1637584) (-964 "PTRANFN.spad" 1633044 1633054 1636908 1636913) (-963 "PTPACK.spad" 1630132 1630142 1633034 1633039) (-962 "PTFUNC2.spad" 1629953 1629967 1630122 1630127) (-961 "PTCAT.spad" 1629035 1629045 1629909 1629948) (-960 "PSQFR.spad" 1628342 1628366 1629025 1629030) (-959 "PSEUDLIN.spad" 1627200 1627210 1628332 1628337) (-958 "PSETPK.spad" 1612633 1612649 1627078 1627083) (-957 "PSETCAT.spad" 1606541 1606564 1612601 1612628) (-956 "PSETCAT.spad" 1600435 1600460 1606497 1606502) (-955 "PSCURVE.spad" 1599418 1599426 1600425 1600430) (-954 "PSCAT.spad" 1598185 1598214 1599316 1599413) (-953 "PSCAT.spad" 1597042 1597073 1598175 1598180) (-952 "PRTITION.spad" 1595885 1595893 1597032 1597037) (-951 "PRTDAST.spad" 1595604 1595612 1595875 1595880) (-950 "PRS.spad" 1585166 1585183 1595560 1595565) (-949 "PRQAGG.spad" 1584585 1584595 1585122 1585161) (-948 "PROPLOG.spad" 1583988 1583996 1584575 1584580) (-947 "PROPFRML.spad" 1581906 1581917 1583978 1583983) (-946 "PROPERTY.spad" 1581400 1581408 1581896 1581901) (-945 "PRODUCT.spad" 1579080 1579092 1579366 1579421) (-944 "PR.spad" 1577466 1577478 1578171 1578298) (-943 "PRINT.spad" 1577218 1577226 1577456 1577461) (-942 "PRIMES.spad" 1575469 1575479 1577208 1577213) (-941 "PRIMELT.spad" 1573450 1573464 1575459 1575464) (-940 "PRIMCAT.spad" 1573073 1573081 1573440 1573445) (-939 "PRIMARR.spad" 1572078 1572088 1572256 1572283) (-938 "PRIMARR2.spad" 1570801 1570813 1572068 1572073) (-937 "PREASSOC.spad" 1570173 1570185 1570791 1570796) (-936 "PPCURVE.spad" 1569310 1569318 1570163 1570168) (-935 "PORTNUM.spad" 1569085 1569093 1569300 1569305) (-934 "POLYROOT.spad" 1567857 1567879 1569041 1569046) (-933 "POLY.spad" 1565154 1565164 1565671 1565798) (-932 "POLYLIFT.spad" 1564415 1564438 1565144 1565149) (-931 "POLYCATQ.spad" 1562517 1562539 1564405 1564410) (-930 "POLYCAT.spad" 1555923 1555944 1562385 1562512) (-929 "POLYCAT.spad" 1548631 1548654 1555095 1555100) (-928 "POLY2UP.spad" 1548079 1548093 1548621 1548626) (-927 "POLY2.spad" 1547674 1547686 1548069 1548074) (-926 "POLUTIL.spad" 1546615 1546644 1547630 1547635) (-925 "POLTOPOL.spad" 1545363 1545378 1546605 1546610) (-924 "POINT.spad" 1544202 1544212 1544289 1544316) (-923 "PNTHEORY.spad" 1540868 1540876 1544192 1544197) (-922 "PMTOOLS.spad" 1539625 1539639 1540858 1540863) (-921 "PMSYM.spad" 1539170 1539180 1539615 1539620) (-920 "PMQFCAT.spad" 1538757 1538771 1539160 1539165) (-919 "PMPRED.spad" 1538226 1538240 1538747 1538752) (-918 "PMPREDFS.spad" 1537670 1537692 1538216 1538221) (-917 "PMPLCAT.spad" 1536740 1536758 1537602 1537607) (-916 "PMLSAGG.spad" 1536321 1536335 1536730 1536735) (-915 "PMKERNEL.spad" 1535888 1535900 1536311 1536316) (-914 "PMINS.spad" 1535464 1535474 1535878 1535883) (-913 "PMFS.spad" 1535037 1535055 1535454 1535459) (-912 "PMDOWN.spad" 1534323 1534337 1535027 1535032) (-911 "PMASS.spad" 1533335 1533343 1534313 1534318) (-910 "PMASSFS.spad" 1532304 1532320 1533325 1533330) (-909 "PLOTTOOL.spad" 1532084 1532092 1532294 1532299) (-908 "PLOT.spad" 1526915 1526923 1532074 1532079) (-907 "PLOT3D.spad" 1523335 1523343 1526905 1526910) (-906 "PLOT1.spad" 1522476 1522486 1523325 1523330) (-905 "PLEQN.spad" 1509692 1509719 1522466 1522471) (-904 "PINTERP.spad" 1509308 1509327 1509682 1509687) (-903 "PINTERPA.spad" 1509090 1509106 1509298 1509303) (-902 "PI.spad" 1508697 1508705 1509064 1509085) (-901 "PID.spad" 1507653 1507661 1508623 1508692) (-900 "PICOERCE.spad" 1507310 1507320 1507643 1507648) (-899 "PGROEB.spad" 1505907 1505921 1507300 1507305) (-898 "PGE.spad" 1497160 1497168 1505897 1505902) (-897 "PGCD.spad" 1496042 1496059 1497150 1497155) (-896 "PFRPAC.spad" 1495185 1495195 1496032 1496037) (-895 "PFR.spad" 1491842 1491852 1495087 1495180) (-894 "PFOTOOLS.spad" 1491100 1491116 1491832 1491837) (-893 "PFOQ.spad" 1490470 1490488 1491090 1491095) (-892 "PFO.spad" 1489889 1489916 1490460 1490465) (-891 "PF.spad" 1489463 1489475 1489694 1489787) (-890 "PFECAT.spad" 1487129 1487137 1489389 1489458) (-889 "PFECAT.spad" 1484823 1484833 1487085 1487090) (-888 "PFBRU.spad" 1482693 1482705 1484813 1484818) (-887 "PFBR.spad" 1480231 1480254 1482683 1482688) (-886 "PERM.spad" 1475912 1475922 1480061 1480076) (-885 "PERMGRP.spad" 1470648 1470658 1475902 1475907) (-884 "PERMCAT.spad" 1469200 1469210 1470628 1470643) (-883 "PERMAN.spad" 1467732 1467746 1469190 1469195) (-882 "PENDTREE.spad" 1467005 1467015 1467361 1467366) (-881 "PDRING.spad" 1465496 1465506 1466985 1467000) (-880 "PDRING.spad" 1463995 1464007 1465486 1465491) (-879 "PDEPROB.spad" 1462952 1462960 1463985 1463990) (-878 "PDEPACK.spad" 1456954 1456962 1462942 1462947) (-877 "PDECOMP.spad" 1456416 1456433 1456944 1456949) (-876 "PDECAT.spad" 1454770 1454778 1456406 1456411) (-875 "PCOMP.spad" 1454621 1454634 1454760 1454765) (-874 "PBWLB.spad" 1453203 1453220 1454611 1454616) (-873 "PATTERN.spad" 1447634 1447644 1453193 1453198) (-872 "PATTERN2.spad" 1447370 1447382 1447624 1447629) (-871 "PATTERN1.spad" 1445672 1445688 1447360 1447365) (-870 "PATRES.spad" 1443219 1443231 1445662 1445667) (-869 "PATRES2.spad" 1442881 1442895 1443209 1443214) (-868 "PATMATCH.spad" 1441038 1441069 1442589 1442594) (-867 "PATMAB.spad" 1440463 1440473 1441028 1441033) (-866 "PATLRES.spad" 1439547 1439561 1440453 1440458) (-865 "PATAB.spad" 1439311 1439321 1439537 1439542) (-864 "PARTPERM.spad" 1436673 1436681 1439301 1439306) (-863 "PARSURF.spad" 1436101 1436129 1436663 1436668) (-862 "PARSU2.spad" 1435896 1435912 1436091 1436096) (-861 "script-parser.spad" 1435416 1435424 1435886 1435891) (-860 "PARSCURV.spad" 1434844 1434872 1435406 1435411) (-859 "PARSC2.spad" 1434633 1434649 1434834 1434839) (-858 "PARPCURV.spad" 1434091 1434119 1434623 1434628) (-857 "PARPC2.spad" 1433880 1433896 1434081 1434086) (-856 "PAN2EXPR.spad" 1433292 1433300 1433870 1433875) (-855 "PALETTE.spad" 1432262 1432270 1433282 1433287) (-854 "PAIR.spad" 1431245 1431258 1431850 1431855) (-853 "PADICRC.spad" 1428575 1428593 1429750 1429843) (-852 "PADICRAT.spad" 1426590 1426602 1426811 1426904) (-851 "PADIC.spad" 1426285 1426297 1426516 1426585) (-850 "PADICCT.spad" 1424826 1424838 1426211 1426280) (-849 "PADEPAC.spad" 1423505 1423524 1424816 1424821) (-848 "PADE.spad" 1422245 1422261 1423495 1423500) (-847 "OWP.spad" 1421229 1421259 1422103 1422170) (-846 "OVAR.spad" 1421010 1421033 1421219 1421224) (-845 "OUT.spad" 1420094 1420102 1421000 1421005) (-844 "OUTFORM.spad" 1409390 1409398 1420084 1420089) (-843 "OUTBFILE.spad" 1408808 1408816 1409380 1409385) (-842 "OUTBCON.spad" 1408086 1408094 1408798 1408803) (-841 "OUTBCON.spad" 1407362 1407372 1408076 1408081) (-840 "OSI.spad" 1406837 1406845 1407352 1407357) (-839 "OSGROUP.spad" 1406755 1406763 1406827 1406832) (-838 "ORTHPOL.spad" 1405216 1405226 1406672 1406677) (-837 "OREUP.spad" 1404574 1404602 1404896 1404935) (-836 "ORESUP.spad" 1403873 1403897 1404254 1404293) (-835 "OREPCTO.spad" 1401692 1401704 1403793 1403798) (-834 "OREPCAT.spad" 1395749 1395759 1401648 1401687) (-833 "OREPCAT.spad" 1389696 1389708 1395597 1395602) (-832 "ORDSET.spad" 1388862 1388870 1389686 1389691) (-831 "ORDSET.spad" 1388026 1388036 1388852 1388857) (-830 "ORDRING.spad" 1387416 1387424 1388006 1388021) (-829 "ORDRING.spad" 1386814 1386824 1387406 1387411) (-828 "ORDMON.spad" 1386669 1386677 1386804 1386809) (-827 "ORDFUNS.spad" 1385795 1385811 1386659 1386664) (-826 "ORDFIN.spad" 1385729 1385737 1385785 1385790) (-825 "ORDCOMP.spad" 1384194 1384204 1385276 1385305) (-824 "ORDCOMP2.spad" 1383479 1383491 1384184 1384189) (-823 "OPTPROB.spad" 1382059 1382067 1383469 1383474) (-822 "OPTPACK.spad" 1374444 1374452 1382049 1382054) (-821 "OPTCAT.spad" 1372119 1372127 1374434 1374439) (-820 "OPQUERY.spad" 1371668 1371676 1372109 1372114) (-819 "OP.spad" 1371410 1371420 1371490 1371557) (-818 "ONECOMP.spad" 1370155 1370165 1370957 1370986) (-817 "ONECOMP2.spad" 1369573 1369585 1370145 1370150) (-816 "OMSERVER.spad" 1368575 1368583 1369563 1369568) (-815 "OMSAGG.spad" 1368351 1368361 1368519 1368570) (-814 "OMPKG.spad" 1366963 1366971 1368341 1368346) (-813 "OM.spad" 1365928 1365936 1366953 1366958) (-812 "OMLO.spad" 1365353 1365365 1365814 1365853) (-811 "OMEXPR.spad" 1365187 1365197 1365343 1365348) (-810 "OMERR.spad" 1364730 1364738 1365177 1365182) (-809 "OMERRK.spad" 1363764 1363772 1364720 1364725) (-808 "OMENC.spad" 1363108 1363116 1363754 1363759) (-807 "OMDEV.spad" 1357397 1357405 1363098 1363103) (-806 "OMCONN.spad" 1356806 1356814 1357387 1357392) (-805 "OINTDOM.spad" 1356569 1356577 1356732 1356801) (-804 "OFMONOID.spad" 1352756 1352766 1356559 1356564) (-803 "ODVAR.spad" 1352017 1352027 1352746 1352751) (-802 "ODR.spad" 1351465 1351491 1351829 1351978) (-801 "ODPOL.spad" 1348811 1348821 1349151 1349278) (-800 "ODP.spad" 1339932 1339952 1340305 1340436) (-799 "ODETOOLS.spad" 1338515 1338534 1339922 1339927) (-798 "ODESYS.spad" 1336165 1336182 1338505 1338510) (-797 "ODERTRIC.spad" 1332106 1332123 1336122 1336127) (-796 "ODERED.spad" 1331493 1331517 1332096 1332101) (-795 "ODERAT.spad" 1329044 1329061 1331483 1331488) (-794 "ODEPRRIC.spad" 1325935 1325957 1329034 1329039) (-793 "ODEPROB.spad" 1325134 1325142 1325925 1325930) (-792 "ODEPRIM.spad" 1322408 1322430 1325124 1325129) (-791 "ODEPAL.spad" 1321784 1321808 1322398 1322403) (-790 "ODEPACK.spad" 1308386 1308394 1321774 1321779) (-789 "ODEINT.spad" 1307817 1307833 1308376 1308381) (-788 "ODEIFTBL.spad" 1305212 1305220 1307807 1307812) (-787 "ODEEF.spad" 1300579 1300595 1305202 1305207) (-786 "ODECONST.spad" 1300098 1300116 1300569 1300574) (-785 "ODECAT.spad" 1298694 1298702 1300088 1300093) (-784 "OCT.spad" 1296832 1296842 1297548 1297587) (-783 "OCTCT2.spad" 1296476 1296497 1296822 1296827) (-782 "OC.spad" 1294250 1294260 1296432 1296471) (-781 "OC.spad" 1291749 1291761 1293933 1293938) (-780 "OCAMON.spad" 1291597 1291605 1291739 1291744) (-779 "OASGP.spad" 1291412 1291420 1291587 1291592) (-778 "OAMONS.spad" 1290932 1290940 1291402 1291407) (-777 "OAMON.spad" 1290793 1290801 1290922 1290927) (-776 "OAGROUP.spad" 1290655 1290663 1290783 1290788) (-775 "NUMTUBE.spad" 1290242 1290258 1290645 1290650) (-774 "NUMQUAD.spad" 1278104 1278112 1290232 1290237) (-773 "NUMODE.spad" 1269240 1269248 1278094 1278099) (-772 "NUMINT.spad" 1266798 1266806 1269230 1269235) (-771 "NUMFMT.spad" 1265638 1265646 1266788 1266793) (-770 "NUMERIC.spad" 1257710 1257720 1265443 1265448) (-769 "NTSCAT.spad" 1256200 1256216 1257666 1257705) (-768 "NTPOLFN.spad" 1255745 1255755 1256117 1256122) (-767 "NSUP.spad" 1248755 1248765 1253295 1253448) (-766 "NSUP2.spad" 1248147 1248159 1248745 1248750) (-765 "NSMP.spad" 1244342 1244361 1244650 1244777) (-764 "NREP.spad" 1242714 1242728 1244332 1244337) (-763 "NPCOEF.spad" 1241960 1241980 1242704 1242709) (-762 "NORMRETR.spad" 1241558 1241597 1241950 1241955) (-761 "NORMPK.spad" 1239460 1239479 1241548 1241553) (-760 "NORMMA.spad" 1239148 1239174 1239450 1239455) (-759 "NONE.spad" 1238889 1238897 1239138 1239143) (-758 "NONE1.spad" 1238565 1238575 1238879 1238884) (-757 "NODE1.spad" 1238034 1238050 1238555 1238560) (-756 "NNI.spad" 1236921 1236929 1238008 1238029) (-755 "NLINSOL.spad" 1235543 1235553 1236911 1236916) (-754 "NIPROB.spad" 1234026 1234034 1235533 1235538) (-753 "NFINTBAS.spad" 1231486 1231503 1234016 1234021) (-752 "NETCLT.spad" 1231460 1231471 1231476 1231481) (-751 "NCODIV.spad" 1229658 1229674 1231450 1231455) (-750 "NCNTFRAC.spad" 1229300 1229314 1229648 1229653) (-749 "NCEP.spad" 1227460 1227474 1229290 1229295) (-748 "NASRING.spad" 1227056 1227064 1227450 1227455) (-747 "NASRING.spad" 1226650 1226660 1227046 1227051) (-746 "NARNG.spad" 1225994 1226002 1226640 1226645) (-745 "NARNG.spad" 1225336 1225346 1225984 1225989) (-744 "NAGSP.spad" 1224409 1224417 1225326 1225331) (-743 "NAGS.spad" 1213934 1213942 1224399 1224404) (-742 "NAGF07.spad" 1212327 1212335 1213924 1213929) (-741 "NAGF04.spad" 1206559 1206567 1212317 1212322) (-740 "NAGF02.spad" 1200368 1200376 1206549 1206554) (-739 "NAGF01.spad" 1195971 1195979 1200358 1200363) (-738 "NAGE04.spad" 1189431 1189439 1195961 1195966) (-737 "NAGE02.spad" 1179773 1179781 1189421 1189426) (-736 "NAGE01.spad" 1175657 1175665 1179763 1179768) (-735 "NAGD03.spad" 1173577 1173585 1175647 1175652) (-734 "NAGD02.spad" 1166108 1166116 1173567 1173572) (-733 "NAGD01.spad" 1160221 1160229 1166098 1166103) (-732 "NAGC06.spad" 1156008 1156016 1160211 1160216) (-731 "NAGC05.spad" 1154477 1154485 1155998 1156003) (-730 "NAGC02.spad" 1153732 1153740 1154467 1154472) (-729 "NAALG.spad" 1153267 1153277 1153700 1153727) (-728 "NAALG.spad" 1152822 1152834 1153257 1153262) (-727 "MULTSQFR.spad" 1149780 1149797 1152812 1152817) (-726 "MULTFACT.spad" 1149163 1149180 1149770 1149775) (-725 "MTSCAT.spad" 1147197 1147218 1149061 1149158) (-724 "MTHING.spad" 1146854 1146864 1147187 1147192) (-723 "MSYSCMD.spad" 1146288 1146296 1146844 1146849) (-722 "MSET.spad" 1144230 1144240 1145994 1146033) (-721 "MSETAGG.spad" 1144063 1144073 1144186 1144225) (-720 "MRING.spad" 1141034 1141046 1143771 1143838) (-719 "MRF2.spad" 1140602 1140616 1141024 1141029) (-718 "MRATFAC.spad" 1140148 1140165 1140592 1140597) (-717 "MPRFF.spad" 1138178 1138197 1140138 1140143) (-716 "MPOLY.spad" 1135613 1135628 1135972 1136099) (-715 "MPCPF.spad" 1134877 1134896 1135603 1135608) (-714 "MPC3.spad" 1134692 1134732 1134867 1134872) (-713 "MPC2.spad" 1134334 1134367 1134682 1134687) (-712 "MONOTOOL.spad" 1132669 1132686 1134324 1134329) (-711 "MONOID.spad" 1131988 1131996 1132659 1132664) (-710 "MONOID.spad" 1131305 1131315 1131978 1131983) (-709 "MONOGEN.spad" 1130051 1130064 1131165 1131300) (-708 "MONOGEN.spad" 1128819 1128834 1129935 1129940) (-707 "MONADWU.spad" 1126833 1126841 1128809 1128814) (-706 "MONADWU.spad" 1124845 1124855 1126823 1126828) (-705 "MONAD.spad" 1123989 1123997 1124835 1124840) (-704 "MONAD.spad" 1123131 1123141 1123979 1123984) (-703 "MOEBIUS.spad" 1121817 1121831 1123111 1123126) (-702 "MODULE.spad" 1121687 1121697 1121785 1121812) (-701 "MODULE.spad" 1121577 1121589 1121677 1121682) (-700 "MODRING.spad" 1120908 1120947 1121557 1121572) (-699 "MODOP.spad" 1119567 1119579 1120730 1120797) (-698 "MODMONOM.spad" 1119099 1119117 1119557 1119562) (-697 "MODMON.spad" 1115801 1115817 1116577 1116730) (-696 "MODFIELD.spad" 1115159 1115198 1115703 1115796) (-695 "MMLFORM.spad" 1114019 1114027 1115149 1115154) (-694 "MMAP.spad" 1113759 1113793 1114009 1114014) (-693 "MLO.spad" 1112186 1112196 1113715 1113754) (-692 "MLIFT.spad" 1110758 1110775 1112176 1112181) (-691 "MKUCFUNC.spad" 1110291 1110309 1110748 1110753) (-690 "MKRECORD.spad" 1109893 1109906 1110281 1110286) (-689 "MKFUNC.spad" 1109274 1109284 1109883 1109888) (-688 "MKFLCFN.spad" 1108230 1108240 1109264 1109269) (-687 "MKCHSET.spad" 1108006 1108016 1108220 1108225) (-686 "MKBCFUNC.spad" 1107491 1107509 1107996 1108001) (-685 "MINT.spad" 1106930 1106938 1107393 1107486) (-684 "MHROWRED.spad" 1105431 1105441 1106920 1106925) (-683 "MFLOAT.spad" 1103947 1103955 1105321 1105426) (-682 "MFINFACT.spad" 1103347 1103369 1103937 1103942) (-681 "MESH.spad" 1101079 1101087 1103337 1103342) (-680 "MDDFACT.spad" 1099272 1099282 1101069 1101074) (-679 "MDAGG.spad" 1098547 1098557 1099240 1099267) (-678 "MCMPLX.spad" 1094533 1094541 1095147 1095336) (-677 "MCDEN.spad" 1093741 1093753 1094523 1094528) (-676 "MCALCFN.spad" 1090843 1090869 1093731 1093736) (-675 "MAYBE.spad" 1090092 1090103 1090833 1090838) (-674 "MATSTOR.spad" 1087368 1087378 1090082 1090087) (-673 "MATRIX.spad" 1086072 1086082 1086556 1086583) (-672 "MATLIN.spad" 1083398 1083422 1085956 1085961) (-671 "MATCAT.spad" 1074971 1074993 1083354 1083393) (-670 "MATCAT.spad" 1066428 1066452 1074813 1074818) (-669 "MATCAT2.spad" 1065696 1065744 1066418 1066423) (-668 "MAPPKG3.spad" 1064595 1064609 1065686 1065691) (-667 "MAPPKG2.spad" 1063929 1063941 1064585 1064590) (-666 "MAPPKG1.spad" 1062747 1062757 1063919 1063924) (-665 "MAPPAST.spad" 1062060 1062068 1062737 1062742) (-664 "MAPHACK3.spad" 1061868 1061882 1062050 1062055) (-663 "MAPHACK2.spad" 1061633 1061645 1061858 1061863) (-662 "MAPHACK1.spad" 1061263 1061273 1061623 1061628) (-661 "MAGMA.spad" 1059053 1059070 1061253 1061258) (-660 "MACROAST.spad" 1058632 1058640 1059043 1059048) (-659 "M3D.spad" 1056328 1056338 1058010 1058015) (-658 "LZSTAGG.spad" 1053546 1053556 1056308 1056323) (-657 "LZSTAGG.spad" 1050772 1050784 1053536 1053541) (-656 "LWORD.spad" 1047477 1047494 1050762 1050767) (-655 "LSTAST.spad" 1047261 1047269 1047467 1047472) (-654 "LSQM.spad" 1045487 1045501 1045885 1045936) (-653 "LSPP.spad" 1045020 1045037 1045477 1045482) (-652 "LSMP.spad" 1043860 1043888 1045010 1045015) (-651 "LSMP1.spad" 1041664 1041678 1043850 1043855) (-650 "LSAGG.spad" 1041321 1041331 1041620 1041659) (-649 "LSAGG.spad" 1041010 1041022 1041311 1041316) (-648 "LPOLY.spad" 1039964 1039983 1040866 1040935) (-647 "LPEFRAC.spad" 1039221 1039231 1039954 1039959) (-646 "LO.spad" 1038622 1038636 1039155 1039182) (-645 "LOGIC.spad" 1038224 1038232 1038612 1038617) (-644 "LOGIC.spad" 1037824 1037834 1038214 1038219) (-643 "LODOOPS.spad" 1036742 1036754 1037814 1037819) (-642 "LODO.spad" 1036126 1036142 1036422 1036461) (-641 "LODOF.spad" 1035170 1035187 1036083 1036088) (-640 "LODOCAT.spad" 1033828 1033838 1035126 1035165) (-639 "LODOCAT.spad" 1032484 1032496 1033784 1033789) (-638 "LODO2.spad" 1031757 1031769 1032164 1032203) (-637 "LODO1.spad" 1031157 1031167 1031437 1031476) (-636 "LODEEF.spad" 1029929 1029947 1031147 1031152) (-635 "LNAGG.spad" 1025721 1025731 1029909 1029924) (-634 "LNAGG.spad" 1021487 1021499 1025677 1025682) (-633 "LMOPS.spad" 1018223 1018240 1021477 1021482) (-632 "LMODULE.spad" 1017865 1017875 1018213 1018218) (-631 "LMDICT.spad" 1017148 1017158 1017416 1017443) (-630 "LITERAL.spad" 1017054 1017065 1017138 1017143) (-629 "LIST.spad" 1014772 1014782 1016201 1016228) (-628 "LIST3.spad" 1014063 1014077 1014762 1014767) (-627 "LIST2.spad" 1012703 1012715 1014053 1014058) (-626 "LIST2MAP.spad" 1009580 1009592 1012693 1012698) (-625 "LINEXP.spad" 1009012 1009022 1009560 1009575) (-624 "LINDEP.spad" 1007789 1007801 1008924 1008929) (-623 "LIMITRF.spad" 1005703 1005713 1007779 1007784) (-622 "LIMITPS.spad" 1004586 1004599 1005693 1005698) (-621 "LIE.spad" 1002600 1002612 1003876 1004021) (-620 "LIECAT.spad" 1002076 1002086 1002526 1002595) (-619 "LIECAT.spad" 1001580 1001592 1002032 1002037) (-618 "LIB.spad" 999628 999636 1000239 1000254) (-617 "LGROBP.spad" 996981 997000 999618 999623) (-616 "LF.spad" 995900 995916 996971 996976) (-615 "LFCAT.spad" 994919 994927 995890 995895) (-614 "LEXTRIPK.spad" 990422 990437 994909 994914) (-613 "LEXP.spad" 988425 988452 990402 990417) (-612 "LETAST.spad" 988124 988132 988415 988420) (-611 "LEADCDET.spad" 986508 986525 988114 988119) (-610 "LAZM3PK.spad" 985212 985234 986498 986503) (-609 "LAUPOL.spad" 983901 983914 984805 984874) (-608 "LAPLACE.spad" 983474 983490 983891 983896) (-607 "LA.spad" 982914 982928 983396 983435) (-606 "LALG.spad" 982690 982700 982894 982909) (-605 "LALG.spad" 982474 982486 982680 982685) (-604 "KVTFROM.spad" 982083 982093 982464 982469) (-603 "KTVLOGIC.spad" 981506 981514 982073 982078) (-602 "KRCFROM.spad" 981122 981132 981496 981501) (-601 "KOVACIC.spad" 979835 979852 981112 981117) (-600 "KONVERT.spad" 979557 979567 979825 979830) (-599 "KOERCE.spad" 979294 979304 979547 979552) (-598 "KERNEL.spad" 977829 977839 979078 979083) (-597 "KERNEL2.spad" 977532 977544 977819 977824) (-596 "KDAGG.spad" 976623 976645 977500 977527) (-595 "KDAGG.spad" 975734 975758 976613 976618) (-594 "KAFILE.spad" 974697 974713 974932 974959) (-593 "JORDAN.spad" 972524 972536 973987 974132) (-592 "JOINAST.spad" 972218 972226 972514 972519) (-591 "JAVACODE.spad" 971984 971992 972208 972213) (-590 "IXAGG.spad" 970097 970121 971964 971979) (-589 "IXAGG.spad" 968075 968101 969944 969949) (-588 "IVECTOR.spad" 966846 966861 967001 967028) (-587 "ITUPLE.spad" 965991 966001 966836 966841) (-586 "ITRIGMNP.spad" 964802 964821 965981 965986) (-585 "ITFUN3.spad" 964296 964310 964792 964797) (-584 "ITFUN2.spad" 964026 964038 964286 964291) (-583 "ITAYLOR.spad" 961818 961833 963862 963987) (-582 "ISUPS.spad" 954229 954244 960792 960889) (-581 "ISUMP.spad" 953726 953742 954219 954224) (-580 "ISTRING.spad" 952729 952742 952895 952922) (-579 "ISAST.spad" 952448 952456 952719 952724) (-578 "IRURPK.spad" 951161 951180 952438 952443) (-577 "IRSN.spad" 949121 949129 951151 951156) (-576 "IRRF2F.spad" 947596 947606 949077 949082) (-575 "IRREDFFX.spad" 947197 947208 947586 947591) (-574 "IROOT.spad" 945528 945538 947187 947192) (-573 "IR.spad" 943317 943331 945383 945410) (-572 "IR2.spad" 942337 942353 943307 943312) (-571 "IR2F.spad" 941537 941553 942327 942332) (-570 "IPRNTPK.spad" 941297 941305 941527 941532) (-569 "IPF.spad" 940862 940874 941102 941195) (-568 "IPADIC.spad" 940623 940649 940788 940857) (-567 "IP4ADDR.spad" 940171 940179 940613 940618) (-566 "IOMODE.spad" 939792 939800 940161 940166) (-565 "IOBFILE.spad" 939153 939161 939782 939787) (-564 "IOBCON.spad" 939018 939026 939143 939148) (-563 "INVLAPLA.spad" 938663 938679 939008 939013) (-562 "INTTR.spad" 931909 931926 938653 938658) (-561 "INTTOOLS.spad" 929620 929636 931483 931488) (-560 "INTSLPE.spad" 928926 928934 929610 929615) (-559 "INTRVL.spad" 928492 928502 928840 928921) (-558 "INTRF.spad" 926856 926870 928482 928487) (-557 "INTRET.spad" 926288 926298 926846 926851) (-556 "INTRAT.spad" 924963 924980 926278 926283) (-555 "INTPM.spad" 923326 923342 924606 924611) (-554 "INTPAF.spad" 921094 921112 923258 923263) (-553 "INTPACK.spad" 911404 911412 921084 921089) (-552 "INT.spad" 910765 910773 911258 911399) (-551 "INTHERTR.spad" 910031 910048 910755 910760) (-550 "INTHERAL.spad" 909697 909721 910021 910026) (-549 "INTHEORY.spad" 906110 906118 909687 909692) (-548 "INTG0.spad" 899573 899591 906042 906047) (-547 "INTFTBL.spad" 893602 893610 899563 899568) (-546 "INTFACT.spad" 892661 892671 893592 893597) (-545 "INTEF.spad" 890976 890992 892651 892656) (-544 "INTDOM.spad" 889591 889599 890902 890971) (-543 "INTDOM.spad" 888268 888278 889581 889586) (-542 "INTCAT.spad" 886521 886531 888182 888263) (-541 "INTBIT.spad" 886024 886032 886511 886516) (-540 "INTALG.spad" 885206 885233 886014 886019) (-539 "INTAF.spad" 884698 884714 885196 885201) (-538 "INTABL.spad" 883216 883247 883379 883406) (-537 "INS.spad" 880683 880691 883118 883211) (-536 "INS.spad" 878236 878246 880673 880678) (-535 "INPSIGN.spad" 877670 877683 878226 878231) (-534 "INPRODPF.spad" 876736 876755 877660 877665) (-533 "INPRODFF.spad" 875794 875818 876726 876731) (-532 "INNMFACT.spad" 874765 874782 875784 875789) (-531 "INMODGCD.spad" 874249 874279 874755 874760) (-530 "INFSP.spad" 872534 872556 874239 874244) (-529 "INFPROD0.spad" 871584 871603 872524 872529) (-528 "INFORM.spad" 868745 868753 871574 871579) (-527 "INFORM1.spad" 868370 868380 868735 868740) (-526 "INFINITY.spad" 867922 867930 868360 868365) (-525 "INETCLTS.spad" 867899 867907 867912 867917) (-524 "INEP.spad" 866431 866453 867889 867894) (-523 "INDE.spad" 866160 866177 866421 866426) (-522 "INCRMAPS.spad" 865581 865591 866150 866155) (-521 "INBFILE.spad" 864653 864661 865571 865576) (-520 "INBFF.spad" 860423 860434 864643 864648) (-519 "INBCON.spad" 859722 859730 860413 860418) (-518 "INBCON.spad" 859019 859029 859712 859717) (-517 "INAST.spad" 858684 858692 859009 859014) (-516 "IMPTAST.spad" 858392 858400 858674 858679) (-515 "IMATRIX.spad" 857337 857363 857849 857876) (-514 "IMATQF.spad" 856431 856475 857293 857298) (-513 "IMATLIN.spad" 855036 855060 856387 856392) (-512 "ILIST.spad" 853692 853707 854219 854246) (-511 "IIARRAY2.spad" 853080 853118 853299 853326) (-510 "IFF.spad" 852490 852506 852761 852854) (-509 "IFAST.spad" 852104 852112 852480 852485) (-508 "IFARRAY.spad" 849591 849606 851287 851314) (-507 "IFAMON.spad" 849453 849470 849547 849552) (-506 "IEVALAB.spad" 848842 848854 849443 849448) (-505 "IEVALAB.spad" 848229 848243 848832 848837) (-504 "IDPO.spad" 848027 848039 848219 848224) (-503 "IDPOAMS.spad" 847783 847795 848017 848022) (-502 "IDPOAM.spad" 847503 847515 847773 847778) (-501 "IDPC.spad" 846437 846449 847493 847498) (-500 "IDPAM.spad" 846182 846194 846427 846432) (-499 "IDPAG.spad" 845929 845941 846172 846177) (-498 "IDENT.spad" 845846 845854 845919 845924) (-497 "IDECOMP.spad" 843083 843101 845836 845841) (-496 "IDEAL.spad" 838006 838045 843018 843023) (-495 "ICDEN.spad" 837157 837173 837996 838001) (-494 "ICARD.spad" 836346 836354 837147 837152) (-493 "IBPTOOLS.spad" 834939 834956 836336 836341) (-492 "IBITS.spad" 834138 834151 834575 834602) (-491 "IBATOOL.spad" 831013 831032 834128 834133) (-490 "IBACHIN.spad" 829500 829515 831003 831008) (-489 "IARRAY2.spad" 828488 828514 829107 829134) (-488 "IARRAY1.spad" 827533 827548 827671 827698) (-487 "IAN.spad" 825746 825754 827349 827442) (-486 "IALGFACT.spad" 825347 825380 825736 825741) (-485 "HYPCAT.spad" 824771 824779 825337 825342) (-484 "HYPCAT.spad" 824193 824203 824761 824766) (-483 "HOSTNAME.spad" 824001 824009 824183 824188) (-482 "HOAGG.spad" 821259 821269 823981 823996) (-481 "HOAGG.spad" 818302 818314 821026 821031) (-480 "HEXADEC.spad" 816171 816179 816769 816862) (-479 "HEUGCD.spad" 815186 815197 816161 816166) (-478 "HELLFDIV.spad" 814776 814800 815176 815181) (-477 "HEAP.spad" 814168 814178 814383 814410) (-476 "HEADAST.spad" 813699 813707 814158 814163) (-475 "HDP.spad" 804816 804832 805193 805324) (-474 "HDMP.spad" 801992 802007 802610 802737) (-473 "HB.spad" 800229 800237 801982 801987) (-472 "HASHTBL.spad" 798699 798730 798910 798937) (-471 "HASAST.spad" 798415 798423 798689 798694) (-470 "HACKPI.spad" 797898 797906 798317 798410) (-469 "GTSET.spad" 796837 796853 797544 797571) (-468 "GSTBL.spad" 795356 795391 795530 795545) (-467 "GSERIES.spad" 792523 792550 793488 793637) (-466 "GROUP.spad" 791792 791800 792503 792518) (-465 "GROUP.spad" 791069 791079 791782 791787) (-464 "GROEBSOL.spad" 789557 789578 791059 791064) (-463 "GRMOD.spad" 788128 788140 789547 789552) (-462 "GRMOD.spad" 786697 786711 788118 788123) (-461 "GRIMAGE.spad" 779302 779310 786687 786692) (-460 "GRDEF.spad" 777681 777689 779292 779297) (-459 "GRAY.spad" 776140 776148 777671 777676) (-458 "GRALG.spad" 775187 775199 776130 776135) (-457 "GRALG.spad" 774232 774246 775177 775182) (-456 "GPOLSET.spad" 773686 773709 773914 773941) (-455 "GOSPER.spad" 772951 772969 773676 773681) (-454 "GMODPOL.spad" 772089 772116 772919 772946) (-453 "GHENSEL.spad" 771158 771172 772079 772084) (-452 "GENUPS.spad" 767259 767272 771148 771153) (-451 "GENUFACT.spad" 766836 766846 767249 767254) (-450 "GENPGCD.spad" 766420 766437 766826 766831) (-449 "GENMFACT.spad" 765872 765891 766410 766415) (-448 "GENEEZ.spad" 763811 763824 765862 765867) (-447 "GDMP.spad" 760829 760846 761605 761732) (-446 "GCNAALG.spad" 754724 754751 760623 760690) (-445 "GCDDOM.spad" 753896 753904 754650 754719) (-444 "GCDDOM.spad" 753130 753140 753886 753891) (-443 "GB.spad" 750648 750686 753086 753091) (-442 "GBINTERN.spad" 746668 746706 750638 750643) (-441 "GBF.spad" 742425 742463 746658 746663) (-440 "GBEUCLID.spad" 740299 740337 742415 742420) (-439 "GAUSSFAC.spad" 739596 739604 740289 740294) (-438 "GALUTIL.spad" 737918 737928 739552 739557) (-437 "GALPOLYU.spad" 736364 736377 737908 737913) (-436 "GALFACTU.spad" 734529 734548 736354 736359) (-435 "GALFACT.spad" 724662 724673 734519 734524) (-434 "FVFUN.spad" 721675 721683 724642 724657) (-433 "FVC.spad" 720717 720725 721655 721670) (-432 "FUNCTION.spad" 720566 720578 720707 720712) (-431 "FT.spad" 718778 718786 720556 720561) (-430 "FTEM.spad" 717941 717949 718768 718773) (-429 "FSUPFACT.spad" 716841 716860 717877 717882) (-428 "FST.spad" 714927 714935 716831 716836) (-427 "FSRED.spad" 714405 714421 714917 714922) (-426 "FSPRMELT.spad" 713229 713245 714362 714367) (-425 "FSPECF.spad" 711306 711322 713219 713224) (-424 "FS.spad" 705356 705366 711069 711301) (-423 "FS.spad" 699196 699208 704911 704916) (-422 "FSINT.spad" 698854 698870 699186 699191) (-421 "FSERIES.spad" 698041 698053 698674 698773) (-420 "FSCINT.spad" 697354 697370 698031 698036) (-419 "FSAGG.spad" 696459 696469 697298 697349) (-418 "FSAGG.spad" 695538 695550 696379 696384) (-417 "FSAGG2.spad" 694237 694253 695528 695533) (-416 "FS2UPS.spad" 688626 688660 694227 694232) (-415 "FS2.spad" 688271 688287 688616 688621) (-414 "FS2EXPXP.spad" 687394 687417 688261 688266) (-413 "FRUTIL.spad" 686336 686346 687384 687389) (-412 "FR.spad" 680030 680040 685360 685429) (-411 "FRNAALG.spad" 675117 675127 679972 680025) (-410 "FRNAALG.spad" 670216 670228 675073 675078) (-409 "FRNAAF2.spad" 669670 669688 670206 670211) (-408 "FRMOD.spad" 669064 669094 669601 669606) (-407 "FRIDEAL.spad" 668259 668280 669044 669059) (-406 "FRIDEAL2.spad" 667861 667893 668249 668254) (-405 "FRETRCT.spad" 667372 667382 667851 667856) (-404 "FRETRCT.spad" 666749 666761 667230 667235) (-403 "FRAMALG.spad" 665077 665090 666705 666744) (-402 "FRAMALG.spad" 663437 663452 665067 665072) (-401 "FRAC.spad" 660536 660546 660939 661112) (-400 "FRAC2.spad" 660139 660151 660526 660531) (-399 "FR2.spad" 659473 659485 660129 660134) (-398 "FPS.spad" 656282 656290 659363 659468) (-397 "FPS.spad" 653119 653129 656202 656207) (-396 "FPC.spad" 652161 652169 653021 653114) (-395 "FPC.spad" 651289 651299 652151 652156) (-394 "FPATMAB.spad" 651041 651051 651269 651284) (-393 "FPARFRAC.spad" 649514 649531 651031 651036) (-392 "FORTRAN.spad" 648020 648063 649504 649509) (-391 "FORT.spad" 646949 646957 648010 648015) (-390 "FORTFN.spad" 644109 644117 646929 646944) (-389 "FORTCAT.spad" 643783 643791 644089 644104) (-388 "FORMULA.spad" 641121 641129 643773 643778) (-387 "FORMULA1.spad" 640600 640610 641111 641116) (-386 "FORDER.spad" 640291 640315 640590 640595) (-385 "FOP.spad" 639492 639500 640281 640286) (-384 "FNLA.spad" 638916 638938 639460 639487) (-383 "FNCAT.spad" 637244 637252 638906 638911) (-382 "FNAME.spad" 637136 637144 637234 637239) (-381 "FMTC.spad" 636934 636942 637062 637131) (-380 "FMONOID.spad" 633989 633999 636890 636895) (-379 "FM.spad" 633684 633696 633923 633950) (-378 "FMFUN.spad" 630704 630712 633664 633679) (-377 "FMC.spad" 629746 629754 630684 630699) (-376 "FMCAT.spad" 627400 627418 629714 629741) (-375 "FM1.spad" 626757 626769 627334 627361) (-374 "FLOATRP.spad" 624478 624492 626747 626752) (-373 "FLOAT.spad" 617642 617650 624344 624473) (-372 "FLOATCP.spad" 615059 615073 617632 617637) (-371 "FLINEXP.spad" 614771 614781 615039 615054) (-370 "FLINEXP.spad" 614437 614449 614707 614712) (-369 "FLASORT.spad" 613757 613769 614427 614432) (-368 "FLALG.spad" 611403 611422 613683 613752) (-367 "FLAGG.spad" 608409 608419 611371 611398) (-366 "FLAGG.spad" 605328 605340 608292 608297) (-365 "FLAGG2.spad" 604009 604025 605318 605323) (-364 "FINRALG.spad" 602038 602051 603965 604004) (-363 "FINRALG.spad" 599993 600008 601922 601927) (-362 "FINITE.spad" 599145 599153 599983 599988) (-361 "FINAALG.spad" 588126 588136 599087 599140) (-360 "FINAALG.spad" 577119 577131 588082 588087) (-359 "FILE.spad" 576702 576712 577109 577114) (-358 "FILECAT.spad" 575220 575237 576692 576697) (-357 "FIELD.spad" 574626 574634 575122 575215) (-356 "FIELD.spad" 574118 574128 574616 574621) (-355 "FGROUP.spad" 572727 572737 574098 574113) (-354 "FGLMICPK.spad" 571514 571529 572717 572722) (-353 "FFX.spad" 570889 570904 571230 571323) (-352 "FFSLPE.spad" 570378 570399 570879 570884) (-351 "FFPOLY.spad" 561630 561641 570368 570373) (-350 "FFPOLY2.spad" 560690 560707 561620 561625) (-349 "FFP.spad" 560087 560107 560406 560499) (-348 "FF.spad" 559535 559551 559768 559861) (-347 "FFNBX.spad" 558047 558067 559251 559344) (-346 "FFNBP.spad" 556560 556577 557763 557856) (-345 "FFNB.spad" 555025 555046 556241 556334) (-344 "FFINTBAS.spad" 552439 552458 555015 555020) (-343 "FFIELDC.spad" 550014 550022 552341 552434) (-342 "FFIELDC.spad" 547675 547685 550004 550009) (-341 "FFHOM.spad" 546423 546440 547665 547670) (-340 "FFF.spad" 543858 543869 546413 546418) (-339 "FFCGX.spad" 542705 542725 543574 543667) (-338 "FFCGP.spad" 541594 541614 542421 542514) (-337 "FFCG.spad" 540386 540407 541275 541368) (-336 "FFCAT.spad" 533413 533435 540225 540381) (-335 "FFCAT.spad" 526519 526543 533333 533338) (-334 "FFCAT2.spad" 526264 526304 526509 526514) (-333 "FEXPR.spad" 517973 518019 526020 526059) (-332 "FEVALAB.spad" 517679 517689 517963 517968) (-331 "FEVALAB.spad" 517170 517182 517456 517461) (-330 "FDIV.spad" 516612 516636 517160 517165) (-329 "FDIVCAT.spad" 514654 514678 516602 516607) (-328 "FDIVCAT.spad" 512694 512720 514644 514649) (-327 "FDIV2.spad" 512348 512388 512684 512689) (-326 "FCPAK1.spad" 510901 510909 512338 512343) (-325 "FCOMP.spad" 510280 510290 510891 510896) (-324 "FC.spad" 500105 500113 510270 510275) (-323 "FAXF.spad" 493040 493054 500007 500100) (-322 "FAXF.spad" 486027 486043 492996 493001) (-321 "FARRAY.spad" 484173 484183 485210 485237) (-320 "FAMR.spad" 482293 482305 484071 484168) (-319 "FAMR.spad" 480397 480411 482177 482182) (-318 "FAMONOID.spad" 480047 480057 480351 480356) (-317 "FAMONC.spad" 478269 478281 480037 480042) (-316 "FAGROUP.spad" 477875 477885 478165 478192) (-315 "FACUTIL.spad" 476071 476088 477865 477870) (-314 "FACTFUNC.spad" 475247 475257 476061 476066) (-313 "EXPUPXS.spad" 472080 472103 473379 473528) (-312 "EXPRTUBE.spad" 469308 469316 472070 472075) (-311 "EXPRODE.spad" 466180 466196 469298 469303) (-310 "EXPR.spad" 461455 461465 462169 462576) (-309 "EXPR2UPS.spad" 457547 457560 461445 461450) (-308 "EXPR2.spad" 457250 457262 457537 457542) (-307 "EXPEXPAN.spad" 454188 454213 454822 454915) (-306 "EXIT.spad" 453859 453867 454178 454183) (-305 "EXITAST.spad" 453595 453603 453849 453854) (-304 "EVALCYC.spad" 453053 453067 453585 453590) (-303 "EVALAB.spad" 452617 452627 453043 453048) (-302 "EVALAB.spad" 452179 452191 452607 452612) (-301 "EUCDOM.spad" 449721 449729 452105 452174) (-300 "EUCDOM.spad" 447325 447335 449711 449716) (-299 "ESTOOLS.spad" 439165 439173 447315 447320) (-298 "ESTOOLS2.spad" 438766 438780 439155 439160) (-297 "ESTOOLS1.spad" 438451 438462 438756 438761) (-296 "ES.spad" 430998 431006 438441 438446) (-295 "ES.spad" 423451 423461 430896 430901) (-294 "ESCONT.spad" 420224 420232 423441 423446) (-293 "ESCONT1.spad" 419973 419985 420214 420219) (-292 "ES2.spad" 419468 419484 419963 419968) (-291 "ES1.spad" 419034 419050 419458 419463) (-290 "ERROR.spad" 416355 416363 419024 419029) (-289 "EQTBL.spad" 414827 414849 415036 415063) (-288 "EQ.spad" 409701 409711 412500 412612) (-287 "EQ2.spad" 409417 409429 409691 409696) (-286 "EP.spad" 405731 405741 409407 409412) (-285 "ENV.spad" 404433 404441 405721 405726) (-284 "ENTIRER.spad" 404101 404109 404377 404428) (-283 "EMR.spad" 403302 403343 404027 404096) (-282 "ELTAGG.spad" 401542 401561 403292 403297) (-281 "ELTAGG.spad" 399746 399767 401498 401503) (-280 "ELTAB.spad" 399193 399211 399736 399741) (-279 "ELFUTS.spad" 398572 398591 399183 399188) (-278 "ELEMFUN.spad" 398261 398269 398562 398567) (-277 "ELEMFUN.spad" 397948 397958 398251 398256) (-276 "ELAGG.spad" 395879 395889 397916 397943) (-275 "ELAGG.spad" 393759 393771 395798 395803) (-274 "ELABEXPR.spad" 392690 392698 393749 393754) (-273 "EFUPXS.spad" 389466 389496 392646 392651) (-272 "EFULS.spad" 386302 386325 389422 389427) (-271 "EFSTRUC.spad" 384257 384273 386292 386297) (-270 "EF.spad" 379023 379039 384247 384252) (-269 "EAB.spad" 377299 377307 379013 379018) (-268 "E04UCFA.spad" 376835 376843 377289 377294) (-267 "E04NAFA.spad" 376412 376420 376825 376830) (-266 "E04MBFA.spad" 375992 376000 376402 376407) (-265 "E04JAFA.spad" 375528 375536 375982 375987) (-264 "E04GCFA.spad" 375064 375072 375518 375523) (-263 "E04FDFA.spad" 374600 374608 375054 375059) (-262 "E04DGFA.spad" 374136 374144 374590 374595) (-261 "E04AGNT.spad" 369978 369986 374126 374131) (-260 "DVARCAT.spad" 366663 366673 369968 369973) (-259 "DVARCAT.spad" 363346 363358 366653 366658) (-258 "DSMP.spad" 360777 360791 361082 361209) (-257 "DROPT.spad" 354722 354730 360767 360772) (-256 "DROPT1.spad" 354385 354395 354712 354717) (-255 "DROPT0.spad" 349212 349220 354375 354380) (-254 "DRAWPT.spad" 347367 347375 349202 349207) (-253 "DRAW.spad" 339967 339980 347357 347362) (-252 "DRAWHACK.spad" 339275 339285 339957 339962) (-251 "DRAWCX.spad" 336717 336725 339265 339270) (-250 "DRAWCURV.spad" 336254 336269 336707 336712) (-249 "DRAWCFUN.spad" 325426 325434 336244 336249) (-248 "DQAGG.spad" 323582 323592 325382 325421) (-247 "DPOLCAT.spad" 318923 318939 323450 323577) (-246 "DPOLCAT.spad" 314350 314368 318879 318884) (-245 "DPMO.spad" 307653 307669 307791 308092) (-244 "DPMM.spad" 300969 300987 301094 301395) (-243 "DOMAIN.spad" 300240 300248 300959 300964) (-242 "DMP.spad" 297462 297477 298034 298161) (-241 "DLP.spad" 296810 296820 297452 297457) (-240 "DLIST.spad" 295222 295232 295993 296020) (-239 "DLAGG.spad" 293623 293633 295202 295217) (-238 "DIVRING.spad" 293165 293173 293567 293618) (-237 "DIVRING.spad" 292751 292761 293155 293160) (-236 "DISPLAY.spad" 290931 290939 292741 292746) (-235 "DIRPROD.spad" 281785 281801 282425 282556) (-234 "DIRPROD2.spad" 280593 280611 281775 281780) (-233 "DIRPCAT.spad" 279523 279539 280445 280588) (-232 "DIRPCAT.spad" 278194 278212 279118 279123) (-231 "DIOSP.spad" 277019 277027 278184 278189) (-230 "DIOPS.spad" 275991 276001 276987 277014) (-229 "DIOPS.spad" 274949 274961 275947 275952) (-228 "DIFRING.spad" 274241 274249 274929 274944) (-227 "DIFRING.spad" 273541 273551 274231 274236) (-226 "DIFEXT.spad" 272700 272710 273521 273536) (-225 "DIFEXT.spad" 271776 271788 272599 272604) (-224 "DIAGG.spad" 271394 271404 271744 271771) (-223 "DIAGG.spad" 271032 271044 271384 271389) (-222 "DHMATRIX.spad" 269336 269346 270489 270516) (-221 "DFSFUN.spad" 262744 262752 269326 269331) (-220 "DFLOAT.spad" 259465 259473 262634 262739) (-219 "DFINTTLS.spad" 257674 257690 259455 259460) (-218 "DERHAM.spad" 255584 255616 257654 257669) (-217 "DEQUEUE.spad" 254902 254912 255191 255218) (-216 "DEGRED.spad" 254517 254531 254892 254897) (-215 "DEFINTRF.spad" 252042 252052 254507 254512) (-214 "DEFINTEF.spad" 250538 250554 252032 252037) (-213 "DEFAST.spad" 249906 249914 250528 250533) (-212 "DECIMAL.spad" 247787 247795 248373 248466) (-211 "DDFACT.spad" 245586 245603 247777 247782) (-210 "DBLRESP.spad" 245184 245208 245576 245581) (-209 "DBASE.spad" 243756 243766 245174 245179) (-208 "DATAARY.spad" 243218 243231 243746 243751) (-207 "D03FAFA.spad" 243046 243054 243208 243213) (-206 "D03EEFA.spad" 242866 242874 243036 243041) (-205 "D03AGNT.spad" 241946 241954 242856 242861) (-204 "D02EJFA.spad" 241408 241416 241936 241941) (-203 "D02CJFA.spad" 240886 240894 241398 241403) (-202 "D02BHFA.spad" 240376 240384 240876 240881) (-201 "D02BBFA.spad" 239866 239874 240366 240371) (-200 "D02AGNT.spad" 234670 234678 239856 239861) (-199 "D01WGTS.spad" 232989 232997 234660 234665) (-198 "D01TRNS.spad" 232966 232974 232979 232984) (-197 "D01GBFA.spad" 232488 232496 232956 232961) (-196 "D01FCFA.spad" 232010 232018 232478 232483) (-195 "D01ASFA.spad" 231478 231486 232000 232005) (-194 "D01AQFA.spad" 230924 230932 231468 231473) (-193 "D01APFA.spad" 230348 230356 230914 230919) (-192 "D01ANFA.spad" 229842 229850 230338 230343) (-191 "D01AMFA.spad" 229352 229360 229832 229837) (-190 "D01ALFA.spad" 228892 228900 229342 229347) (-189 "D01AKFA.spad" 228418 228426 228882 228887) (-188 "D01AJFA.spad" 227941 227949 228408 228413) (-187 "D01AGNT.spad" 224000 224008 227931 227936) (-186 "CYCLOTOM.spad" 223506 223514 223990 223995) (-185 "CYCLES.spad" 220338 220346 223496 223501) (-184 "CVMP.spad" 219755 219765 220328 220333) (-183 "CTRIGMNP.spad" 218245 218261 219745 219750) (-182 "CTOR.spad" 217688 217696 218235 218240) (-181 "CTORKIND.spad" 217303 217311 217678 217683) (-180 "CTORCALL.spad" 216891 216899 217293 217298) (-179 "CSTTOOLS.spad" 216134 216147 216881 216886) (-178 "CRFP.spad" 209838 209851 216124 216129) (-177 "CRCEAST.spad" 209558 209566 209828 209833) (-176 "CRAPACK.spad" 208601 208611 209548 209553) (-175 "CPMATCH.spad" 208101 208116 208526 208531) (-174 "CPIMA.spad" 207806 207825 208091 208096) (-173 "COORDSYS.spad" 202699 202709 207796 207801) (-172 "CONTOUR.spad" 202101 202109 202689 202694) (-171 "CONTFRAC.spad" 197713 197723 202003 202096) (-170 "CONDUIT.spad" 197471 197479 197703 197708) (-169 "COMRING.spad" 197145 197153 197409 197466) (-168 "COMPPROP.spad" 196659 196667 197135 197140) (-167 "COMPLPAT.spad" 196426 196441 196649 196654) (-166 "COMPLEX.spad" 190462 190472 190706 190955) (-165 "COMPLEX2.spad" 190175 190187 190452 190457) (-164 "COMPFACT.spad" 189777 189791 190165 190170) (-163 "COMPCAT.spad" 187903 187913 189511 189772) (-162 "COMPCAT.spad" 185722 185734 187332 187337) (-161 "COMMUPC.spad" 185468 185486 185712 185717) (-160 "COMMONOP.spad" 185001 185009 185458 185463) (-159 "COMM.spad" 184810 184818 184991 184996) (-158 "COMMAAST.spad" 184573 184581 184800 184805) (-157 "COMBOPC.spad" 183478 183486 184563 184568) (-156 "COMBINAT.spad" 182223 182233 183468 183473) (-155 "COMBF.spad" 179591 179607 182213 182218) (-154 "COLOR.spad" 178428 178436 179581 179586) (-153 "COLONAST.spad" 178094 178102 178418 178423) (-152 "CMPLXRT.spad" 177803 177820 178084 178089) (-151 "CLLCTAST.spad" 177465 177473 177793 177798) (-150 "CLIP.spad" 173557 173565 177455 177460) (-149 "CLIF.spad" 172196 172212 173513 173552) (-148 "CLAGG.spad" 168671 168681 172176 172191) (-147 "CLAGG.spad" 165027 165039 168534 168539) (-146 "CINTSLPE.spad" 164352 164365 165017 165022) (-145 "CHVAR.spad" 162430 162452 164342 164347) (-144 "CHARZ.spad" 162345 162353 162410 162425) (-143 "CHARPOL.spad" 161853 161863 162335 162340) (-142 "CHARNZ.spad" 161606 161614 161833 161848) (-141 "CHAR.spad" 159474 159482 161596 161601) (-140 "CFCAT.spad" 158790 158798 159464 159469) (-139 "CDEN.spad" 157948 157962 158780 158785) (-138 "CCLASS.spad" 156097 156105 157359 157398) (-137 "CATEGORY.spad" 155876 155884 156087 156092) (-136 "CATAST.spad" 155503 155511 155866 155871) (-135 "CASEAST.spad" 155217 155225 155493 155498) (-134 "CARTEN.spad" 150320 150344 155207 155212) (-133 "CARTEN2.spad" 149706 149733 150310 150315) (-132 "CARD.spad" 146995 147003 149680 149701) (-131 "CAPSLAST.spad" 146769 146777 146985 146990) (-130 "CACHSET.spad" 146391 146399 146759 146764) (-129 "CABMON.spad" 145944 145952 146381 146386) (-128 "BYTE.spad" 145118 145126 145934 145939) (-127 "BYTEBUF.spad" 142940 142948 144287 144314) (-126 "BTREE.spad" 142009 142019 142547 142574) (-125 "BTOURN.spad" 141012 141022 141616 141643) (-124 "BTCAT.spad" 140388 140398 140968 141007) (-123 "BTCAT.spad" 139796 139808 140378 140383) (-122 "BTAGG.spad" 138906 138914 139752 139791) (-121 "BTAGG.spad" 138048 138058 138896 138901) (-120 "BSTREE.spad" 136783 136793 137655 137682) (-119 "BRILL.spad" 134978 134989 136773 136778) (-118 "BRAGG.spad" 133892 133902 134958 134973) (-117 "BRAGG.spad" 132780 132792 133848 133853) (-116 "BPADICRT.spad" 130761 130773 131016 131109) (-115 "BPADIC.spad" 130425 130437 130687 130756) (-114 "BOUNDZRO.spad" 130081 130098 130415 130420) (-113 "BOP.spad" 125545 125553 130071 130076) (-112 "BOP1.spad" 122931 122941 125501 125506) (-111 "BOOLEAN.spad" 122255 122263 122921 122926) (-110 "BMODULE.spad" 121967 121979 122223 122250) (-109 "BITS.spad" 121386 121394 121603 121630) (-108 "BINDING.spad" 120805 120813 121376 121381) (-107 "BINARY.spad" 118695 118703 119272 119365) (-106 "BGAGG.spad" 117880 117890 118663 118690) (-105 "BGAGG.spad" 117085 117097 117870 117875) (-104 "BFUNCT.spad" 116649 116657 117065 117080) (-103 "BEZOUT.spad" 115783 115810 116599 116604) (-102 "BBTREE.spad" 112602 112612 115390 115417) (-101 "BASTYPE.spad" 112274 112282 112592 112597) (-100 "BASTYPE.spad" 111944 111954 112264 112269) (-99 "BALFACT.spad" 111384 111396 111934 111939) (-98 "AUTOMOR.spad" 110831 110840 111364 111379) (-97 "ATTREG.spad" 107550 107557 110583 110826) (-96 "ATTRBUT.spad" 103573 103580 107530 107545) (-95 "ATTRAST.spad" 103290 103297 103563 103568) (-94 "ATRIG.spad" 102760 102767 103280 103285) (-93 "ATRIG.spad" 102228 102237 102750 102755) (-92 "ASTCAT.spad" 102030 102037 102218 102223) (-91 "ASTCAT.spad" 101830 101839 102020 102025) (-90 "ASTACK.spad" 101163 101172 101437 101464) (-89 "ASSOCEQ.spad" 99963 99974 101119 101124) (-88 "ASP9.spad" 99044 99057 99953 99958) (-87 "ASP8.spad" 98087 98100 99034 99039) (-86 "ASP80.spad" 97409 97422 98077 98082) (-85 "ASP7.spad" 96569 96582 97399 97404) (-84 "ASP78.spad" 96020 96033 96559 96564) (-83 "ASP77.spad" 95389 95402 96010 96015) (-82 "ASP74.spad" 94481 94494 95379 95384) (-81 "ASP73.spad" 93752 93765 94471 94476) (-80 "ASP6.spad" 92384 92397 93742 93747) (-79 "ASP55.spad" 90893 90906 92374 92379) (-78 "ASP50.spad" 88710 88723 90883 90888) (-77 "ASP4.spad" 88005 88018 88700 88705) (-76 "ASP49.spad" 87004 87017 87995 88000) (-75 "ASP42.spad" 85411 85450 86994 86999) (-74 "ASP41.spad" 83990 84029 85401 85406) (-73 "ASP35.spad" 82978 82991 83980 83985) (-72 "ASP34.spad" 82279 82292 82968 82973) (-71 "ASP33.spad" 81839 81852 82269 82274) (-70 "ASP31.spad" 80979 80992 81829 81834) (-69 "ASP30.spad" 79871 79884 80969 80974) (-68 "ASP29.spad" 79337 79350 79861 79866) (-67 "ASP28.spad" 70610 70623 79327 79332) (-66 "ASP27.spad" 69507 69520 70600 70605) (-65 "ASP24.spad" 68594 68607 69497 69502) (-64 "ASP20.spad" 67810 67823 68584 68589) (-63 "ASP1.spad" 67191 67204 67800 67805) (-62 "ASP19.spad" 61877 61890 67181 67186) (-61 "ASP12.spad" 61291 61304 61867 61872) (-60 "ASP10.spad" 60562 60575 61281 61286) (-59 "ARRAY2.spad" 59922 59931 60169 60196) (-58 "ARRAY1.spad" 58757 58766 59105 59132) (-57 "ARRAY12.spad" 57426 57437 58747 58752) (-56 "ARR2CAT.spad" 53076 53097 57382 57421) (-55 "ARR2CAT.spad" 48758 48781 53066 53071) (-54 "APPRULE.spad" 48002 48024 48748 48753) (-53 "APPLYORE.spad" 47617 47630 47992 47997) (-52 "ANY.spad" 45959 45966 47607 47612) (-51 "ANY1.spad" 45030 45039 45949 45954) (-50 "ANTISYM.spad" 43469 43485 45010 45025) (-49 "ANON.spad" 43166 43173 43459 43464) (-48 "AN.spad" 41467 41474 42982 43075) (-47 "AMR.spad" 39646 39657 41365 41462) (-46 "AMR.spad" 37662 37675 39383 39388) (-45 "ALIST.spad" 35074 35095 35424 35451) (-44 "ALGSC.spad" 34197 34223 34946 34999) (-43 "ALGPKG.spad" 29906 29917 34153 34158) (-42 "ALGMFACT.spad" 29095 29109 29896 29901) (-41 "ALGMANIP.spad" 26515 26530 28892 28897) (-40 "ALGFF.spad" 24830 24857 25047 25203) (-39 "ALGFACT.spad" 23951 23961 24820 24825) (-38 "ALGEBRA.spad" 23682 23691 23907 23946) (-37 "ALGEBRA.spad" 23445 23456 23672 23677) (-36 "ALAGG.spad" 22943 22964 23401 23440) (-35 "AHYP.spad" 22324 22331 22933 22938) (-34 "AGG.spad" 20623 20630 22304 22319) (-33 "AGG.spad" 18896 18905 20579 20584) (-32 "AF.spad" 17321 17336 18831 18836) (-31 "ADDAST.spad" 16999 17006 17311 17316) (-30 "ACPLOT.spad" 15570 15577 16989 16994) (-29 "ACFS.spad" 13309 13318 15460 15565) (-28 "ACFS.spad" 11146 11157 13299 13304) (-27 "ACF.spad" 7748 7755 11048 11141) (-26 "ACF.spad" 4436 4445 7738 7743) (-25 "ABELSG.spad" 3977 3984 4426 4431) (-24 "ABELSG.spad" 3516 3525 3967 3972) (-23 "ABELMON.spad" 3059 3066 3506 3511) (-22 "ABELMON.spad" 2600 2609 3049 3054) (-21 "ABELGRP.spad" 2172 2179 2590 2595) (-20 "ABELGRP.spad" 1742 1751 2162 2167) (-19 "A1AGG.spad" 870 879 1698 1737) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
+((-3 NIL 2272486 2272491 2272496 2272501) (-2 NIL 2272466 2272471 2272476 2272481) (-1 NIL 2272446 2272451 2272456 2272461) (0 NIL 2272426 2272431 2272436 2272441) (-1266 "ZMOD.spad" 2272235 2272248 2272364 2272421) (-1265 "ZLINDEP.spad" 2271279 2271290 2272225 2272230) (-1264 "ZDSOLVE.spad" 2261128 2261150 2271269 2271274) (-1263 "YSTREAM.spad" 2260621 2260632 2261118 2261123) (-1262 "XRPOLY.spad" 2259841 2259861 2260477 2260546) (-1261 "XPR.spad" 2257570 2257583 2259559 2259658) (-1260 "XPOLY.spad" 2257125 2257136 2257426 2257495) (-1259 "XPOLYC.spad" 2256442 2256458 2257051 2257120) (-1258 "XPBWPOLY.spad" 2254879 2254899 2256222 2256291) (-1257 "XF.spad" 2253340 2253355 2254781 2254874) (-1256 "XF.spad" 2251781 2251798 2253224 2253229) (-1255 "XFALG.spad" 2248805 2248821 2251707 2251776) (-1254 "XEXPPKG.spad" 2248056 2248082 2248795 2248800) (-1253 "XDPOLY.spad" 2247670 2247686 2247912 2247981) (-1252 "XALG.spad" 2247268 2247279 2247626 2247665) (-1251 "WUTSET.spad" 2243107 2243124 2246914 2246941) (-1250 "WP.spad" 2242121 2242165 2242965 2243032) (-1249 "WHILEAST.spad" 2241919 2241928 2242111 2242116) (-1248 "WHEREAST.spad" 2241590 2241599 2241909 2241914) (-1247 "WFFINTBS.spad" 2239153 2239175 2241580 2241585) (-1246 "WEIER.spad" 2237367 2237378 2239143 2239148) (-1245 "VSPACE.spad" 2237040 2237051 2237335 2237362) (-1244 "VSPACE.spad" 2236733 2236746 2237030 2237035) (-1243 "VOID.spad" 2236323 2236332 2236723 2236728) (-1242 "VIEW.spad" 2233945 2233954 2236313 2236318) (-1241 "VIEWDEF.spad" 2229142 2229151 2233935 2233940) (-1240 "VIEW3D.spad" 2212977 2212986 2229132 2229137) (-1239 "VIEW2D.spad" 2200714 2200723 2212967 2212972) (-1238 "VECTOR.spad" 2199389 2199400 2199640 2199667) (-1237 "VECTOR2.spad" 2198016 2198029 2199379 2199384) (-1236 "VECTCAT.spad" 2195904 2195915 2197972 2198011) (-1235 "VECTCAT.spad" 2193612 2193625 2195682 2195687) (-1234 "VARIABLE.spad" 2193392 2193407 2193602 2193607) (-1233 "UTYPE.spad" 2193026 2193035 2193372 2193387) (-1232 "UTSODETL.spad" 2192319 2192343 2192982 2192987) (-1231 "UTSODE.spad" 2190507 2190527 2192309 2192314) (-1230 "UTS.spad" 2185296 2185324 2188974 2189071) (-1229 "UTSCAT.spad" 2182747 2182763 2185194 2185291) (-1228 "UTSCAT.spad" 2179842 2179860 2182291 2182296) (-1227 "UTS2.spad" 2179435 2179470 2179832 2179837) (-1226 "URAGG.spad" 2174057 2174068 2179415 2179430) (-1225 "URAGG.spad" 2168653 2168666 2174013 2174018) (-1224 "UPXSSING.spad" 2166296 2166322 2167734 2167867) (-1223 "UPXS.spad" 2163323 2163351 2164428 2164577) (-1222 "UPXSCONS.spad" 2161080 2161100 2161455 2161604) (-1221 "UPXSCCA.spad" 2159538 2159558 2160926 2161075) (-1220 "UPXSCCA.spad" 2158138 2158160 2159528 2159533) (-1219 "UPXSCAT.spad" 2156719 2156735 2157984 2158133) (-1218 "UPXS2.spad" 2156260 2156313 2156709 2156714) (-1217 "UPSQFREE.spad" 2154672 2154686 2156250 2156255) (-1216 "UPSCAT.spad" 2152265 2152289 2154570 2154667) (-1215 "UPSCAT.spad" 2149564 2149590 2151871 2151876) (-1214 "UPOLYC.spad" 2144542 2144553 2149406 2149559) (-1213 "UPOLYC.spad" 2139412 2139425 2144278 2144283) (-1212 "UPOLYC2.spad" 2138881 2138900 2139402 2139407) (-1211 "UP.spad" 2135923 2135938 2136431 2136584) (-1210 "UPMP.spad" 2134813 2134826 2135913 2135918) (-1209 "UPDIVP.spad" 2134376 2134390 2134803 2134808) (-1208 "UPDECOMP.spad" 2132613 2132627 2134366 2134371) (-1207 "UPCDEN.spad" 2131820 2131836 2132603 2132608) (-1206 "UP2.spad" 2131182 2131203 2131810 2131815) (-1205 "UNISEG.spad" 2130535 2130546 2131101 2131106) (-1204 "UNISEG2.spad" 2130028 2130041 2130491 2130496) (-1203 "UNIFACT.spad" 2129129 2129141 2130018 2130023) (-1202 "ULS.spad" 2119681 2119709 2120774 2121203) (-1201 "ULSCONS.spad" 2113718 2113738 2114090 2114239) (-1200 "ULSCCAT.spad" 2111315 2111335 2113538 2113713) (-1199 "ULSCCAT.spad" 2109046 2109068 2111271 2111276) (-1198 "ULSCAT.spad" 2107262 2107278 2108892 2109041) (-1197 "ULS2.spad" 2106774 2106827 2107252 2107257) (-1196 "UFD.spad" 2105839 2105848 2106700 2106769) (-1195 "UFD.spad" 2104966 2104977 2105829 2105834) (-1194 "UDVO.spad" 2103813 2103822 2104956 2104961) (-1193 "UDPO.spad" 2101240 2101251 2103769 2103774) (-1192 "TYPE.spad" 2101162 2101171 2101220 2101235) (-1191 "TYPEAST.spad" 2101081 2101090 2101152 2101157) (-1190 "TWOFACT.spad" 2099731 2099746 2101071 2101076) (-1189 "TUPLE.spad" 2099117 2099128 2099630 2099635) (-1188 "TUBETOOL.spad" 2095954 2095963 2099107 2099112) (-1187 "TUBE.spad" 2094595 2094612 2095944 2095949) (-1186 "TS.spad" 2093184 2093200 2094160 2094257) (-1185 "TSETCAT.spad" 2080299 2080316 2093140 2093179) (-1184 "TSETCAT.spad" 2067412 2067431 2080255 2080260) (-1183 "TRMANIP.spad" 2061778 2061795 2067118 2067123) (-1182 "TRIMAT.spad" 2060737 2060762 2061768 2061773) (-1181 "TRIGMNIP.spad" 2059254 2059271 2060727 2060732) (-1180 "TRIGCAT.spad" 2058766 2058775 2059244 2059249) (-1179 "TRIGCAT.spad" 2058276 2058287 2058756 2058761) (-1178 "TREE.spad" 2056847 2056858 2057883 2057910) (-1177 "TRANFUN.spad" 2056678 2056687 2056837 2056842) (-1176 "TRANFUN.spad" 2056507 2056518 2056668 2056673) (-1175 "TOPSP.spad" 2056181 2056190 2056497 2056502) (-1174 "TOOLSIGN.spad" 2055844 2055855 2056171 2056176) (-1173 "TEXTFILE.spad" 2054401 2054410 2055834 2055839) (-1172 "TEX.spad" 2051418 2051427 2054391 2054396) (-1171 "TEX1.spad" 2050974 2050985 2051408 2051413) (-1170 "TEMUTL.spad" 2050529 2050538 2050964 2050969) (-1169 "TBCMPPK.spad" 2048622 2048645 2050519 2050524) (-1168 "TBAGG.spad" 2047646 2047669 2048590 2048617) (-1167 "TBAGG.spad" 2046690 2046715 2047636 2047641) (-1166 "TANEXP.spad" 2046066 2046077 2046680 2046685) (-1165 "TABLE.spad" 2044477 2044500 2044747 2044774) (-1164 "TABLEAU.spad" 2043958 2043969 2044467 2044472) (-1163 "TABLBUMP.spad" 2040741 2040752 2043948 2043953) (-1162 "SYSTEM.spad" 2040015 2040024 2040731 2040736) (-1161 "SYSSOLP.spad" 2037488 2037499 2040005 2040010) (-1160 "SYNTAX.spad" 2033758 2033767 2037478 2037483) (-1159 "SYMTAB.spad" 2031814 2031823 2033748 2033753) (-1158 "SYMS.spad" 2027799 2027808 2031804 2031809) (-1157 "SYMPOLY.spad" 2026806 2026817 2026888 2027015) (-1156 "SYMFUNC.spad" 2026281 2026292 2026796 2026801) (-1155 "SYMBOL.spad" 2023617 2023626 2026271 2026276) (-1154 "SWITCH.spad" 2020374 2020383 2023607 2023612) (-1153 "SUTS.spad" 2017273 2017301 2018841 2018938) (-1152 "SUPXS.spad" 2014287 2014315 2015405 2015554) (-1151 "SUP.spad" 2011056 2011067 2011837 2011990) (-1150 "SUPFRACF.spad" 2010161 2010179 2011046 2011051) (-1149 "SUP2.spad" 2009551 2009564 2010151 2010156) (-1148 "SUMRF.spad" 2008517 2008528 2009541 2009546) (-1147 "SUMFS.spad" 2008150 2008167 2008507 2008512) (-1146 "SULS.spad" 1998689 1998717 1999795 2000224) (-1145 "SUCHTAST.spad" 1998458 1998467 1998679 1998684) (-1144 "SUCH.spad" 1998138 1998153 1998448 1998453) (-1143 "SUBSPACE.spad" 1990145 1990160 1998128 1998133) (-1142 "SUBRESP.spad" 1989305 1989319 1990101 1990106) (-1141 "STTF.spad" 1985404 1985420 1989295 1989300) (-1140 "STTFNC.spad" 1981872 1981888 1985394 1985399) (-1139 "STTAYLOR.spad" 1974270 1974281 1981753 1981758) (-1138 "STRTBL.spad" 1972775 1972792 1972924 1972951) (-1137 "STRING.spad" 1972184 1972193 1972198 1972225) (-1136 "STRICAT.spad" 1971960 1971969 1972140 1972179) (-1135 "STREAM.spad" 1968728 1968739 1971485 1971500) (-1134 "STREAM3.spad" 1968273 1968288 1968718 1968723) (-1133 "STREAM2.spad" 1967341 1967354 1968263 1968268) (-1132 "STREAM1.spad" 1967045 1967056 1967331 1967336) (-1131 "STINPROD.spad" 1965951 1965967 1967035 1967040) (-1130 "STEP.spad" 1965152 1965161 1965941 1965946) (-1129 "STBL.spad" 1963678 1963706 1963845 1963860) (-1128 "STAGG.spad" 1962743 1962754 1963658 1963673) (-1127 "STAGG.spad" 1961816 1961829 1962733 1962738) (-1126 "STACK.spad" 1961167 1961178 1961423 1961450) (-1125 "SREGSET.spad" 1958871 1958888 1960813 1960840) (-1124 "SRDCMPK.spad" 1957416 1957436 1958861 1958866) (-1123 "SRAGG.spad" 1952501 1952510 1957372 1957411) (-1122 "SRAGG.spad" 1947618 1947629 1952491 1952496) (-1121 "SQMATRIX.spad" 1945234 1945252 1946150 1946237) (-1120 "SPLTREE.spad" 1939786 1939799 1944670 1944697) (-1119 "SPLNODE.spad" 1936374 1936387 1939776 1939781) (-1118 "SPFCAT.spad" 1935151 1935160 1936364 1936369) (-1117 "SPECOUT.spad" 1933701 1933710 1935141 1935146) (-1116 "SPADXPT.spad" 1925830 1925839 1933681 1933696) (-1115 "spad-parser.spad" 1925295 1925304 1925820 1925825) (-1114 "SPADAST.spad" 1924996 1925005 1925285 1925290) (-1113 "SPACEC.spad" 1909009 1909020 1924986 1924991) (-1112 "SPACE3.spad" 1908785 1908796 1908999 1909004) (-1111 "SORTPAK.spad" 1908330 1908343 1908741 1908746) (-1110 "SOLVETRA.spad" 1906087 1906098 1908320 1908325) (-1109 "SOLVESER.spad" 1904607 1904618 1906077 1906082) (-1108 "SOLVERAD.spad" 1900617 1900628 1904597 1904602) (-1107 "SOLVEFOR.spad" 1899037 1899055 1900607 1900612) (-1106 "SNTSCAT.spad" 1898625 1898642 1898993 1899032) (-1105 "SMTS.spad" 1896885 1896911 1898190 1898287) (-1104 "SMP.spad" 1894324 1894344 1894714 1894841) (-1103 "SMITH.spad" 1893167 1893192 1894314 1894319) (-1102 "SMATCAT.spad" 1891265 1891295 1893099 1893162) (-1101 "SMATCAT.spad" 1889307 1889339 1891143 1891148) (-1100 "SKAGG.spad" 1888256 1888267 1889263 1889302) (-1099 "SINT.spad" 1886564 1886573 1888122 1888251) (-1098 "SIMPAN.spad" 1886292 1886301 1886554 1886559) (-1097 "SIG.spad" 1885620 1885629 1886282 1886287) (-1096 "SIGNRF.spad" 1884728 1884739 1885610 1885615) (-1095 "SIGNEF.spad" 1883997 1884014 1884718 1884723) (-1094 "SIGAST.spad" 1883378 1883387 1883987 1883992) (-1093 "SHP.spad" 1881296 1881311 1883334 1883339) (-1092 "SHDP.spad" 1872281 1872308 1872790 1872921) (-1091 "SGROUP.spad" 1871889 1871898 1872271 1872276) (-1090 "SGROUP.spad" 1871495 1871506 1871879 1871884) (-1089 "SGCF.spad" 1864376 1864385 1871485 1871490) (-1088 "SFRTCAT.spad" 1863292 1863309 1864332 1864371) (-1087 "SFRGCD.spad" 1862355 1862375 1863282 1863287) (-1086 "SFQCMPK.spad" 1856992 1857012 1862345 1862350) (-1085 "SFORT.spad" 1856427 1856441 1856982 1856987) (-1084 "SEXOF.spad" 1856270 1856310 1856417 1856422) (-1083 "SEX.spad" 1856162 1856171 1856260 1856265) (-1082 "SEXCAT.spad" 1853266 1853306 1856152 1856157) (-1081 "SET.spad" 1851566 1851577 1852687 1852726) (-1080 "SETMN.spad" 1850000 1850017 1851556 1851561) (-1079 "SETCAT.spad" 1849485 1849494 1849990 1849995) (-1078 "SETCAT.spad" 1848968 1848979 1849475 1849480) (-1077 "SETAGG.spad" 1845477 1845488 1848936 1848963) (-1076 "SETAGG.spad" 1842006 1842019 1845467 1845472) (-1075 "SEQAST.spad" 1841709 1841718 1841996 1842001) (-1074 "SEGXCAT.spad" 1840821 1840834 1841689 1841704) (-1073 "SEG.spad" 1840634 1840645 1840740 1840745) (-1072 "SEGCAT.spad" 1839453 1839464 1840614 1840629) (-1071 "SEGBIND.spad" 1838525 1838536 1839408 1839413) (-1070 "SEGBIND2.spad" 1838221 1838234 1838515 1838520) (-1069 "SEGAST.spad" 1837935 1837944 1838211 1838216) (-1068 "SEG2.spad" 1837360 1837373 1837891 1837896) (-1067 "SDVAR.spad" 1836636 1836647 1837350 1837355) (-1066 "SDPOL.spad" 1834026 1834037 1834317 1834444) (-1065 "SCPKG.spad" 1832105 1832116 1834016 1834021) (-1064 "SCOPE.spad" 1831250 1831259 1832095 1832100) (-1063 "SCACHE.spad" 1829932 1829943 1831240 1831245) (-1062 "SASTCAT.spad" 1829841 1829850 1829922 1829927) (-1061 "SAOS.spad" 1829713 1829722 1829831 1829836) (-1060 "SAERFFC.spad" 1829426 1829446 1829703 1829708) (-1059 "SAE.spad" 1827601 1827617 1828212 1828347) (-1058 "SAEFACT.spad" 1827302 1827322 1827591 1827596) (-1057 "RURPK.spad" 1824943 1824959 1827292 1827297) (-1056 "RULESET.spad" 1824384 1824408 1824933 1824938) (-1055 "RULE.spad" 1822588 1822612 1824374 1824379) (-1054 "RULECOLD.spad" 1822440 1822453 1822578 1822583) (-1053 "RSTRCAST.spad" 1822157 1822166 1822430 1822435) (-1052 "RSETGCD.spad" 1818535 1818555 1822147 1822152) (-1051 "RSETCAT.spad" 1808307 1808324 1818491 1818530) (-1050 "RSETCAT.spad" 1798111 1798130 1808297 1808302) (-1049 "RSDCMPK.spad" 1796563 1796583 1798101 1798106) (-1048 "RRCC.spad" 1794947 1794977 1796553 1796558) (-1047 "RRCC.spad" 1793329 1793361 1794937 1794942) (-1046 "RPTAST.spad" 1793031 1793040 1793319 1793324) (-1045 "RPOLCAT.spad" 1772391 1772406 1792899 1793026) (-1044 "RPOLCAT.spad" 1751465 1751482 1771975 1771980) (-1043 "ROUTINE.spad" 1747328 1747337 1750112 1750139) (-1042 "ROMAN.spad" 1746560 1746569 1747194 1747323) (-1041 "ROIRC.spad" 1745640 1745672 1746550 1746555) (-1040 "RNS.spad" 1744543 1744552 1745542 1745635) (-1039 "RNS.spad" 1743532 1743543 1744533 1744538) (-1038 "RNG.spad" 1743267 1743276 1743522 1743527) (-1037 "RMODULE.spad" 1742905 1742916 1743257 1743262) (-1036 "RMCAT2.spad" 1742313 1742370 1742895 1742900) (-1035 "RMATRIX.spad" 1740992 1741011 1741480 1741519) (-1034 "RMATCAT.spad" 1736513 1736544 1740936 1740987) (-1033 "RMATCAT.spad" 1731936 1731969 1736361 1736366) (-1032 "RINTERP.spad" 1731824 1731844 1731926 1731931) (-1031 "RING.spad" 1731181 1731190 1731804 1731819) (-1030 "RING.spad" 1730546 1730557 1731171 1731176) (-1029 "RIDIST.spad" 1729930 1729939 1730536 1730541) (-1028 "RGCHAIN.spad" 1728509 1728525 1729415 1729442) (-1027 "RGBCSPC.spad" 1728290 1728302 1728499 1728504) (-1026 "RGBCMDL.spad" 1727820 1727832 1728280 1728285) (-1025 "RF.spad" 1725434 1725445 1727810 1727815) (-1024 "RFFACTOR.spad" 1724896 1724907 1725424 1725429) (-1023 "RFFACT.spad" 1724631 1724643 1724886 1724891) (-1022 "RFDIST.spad" 1723619 1723628 1724621 1724626) (-1021 "RETSOL.spad" 1723036 1723049 1723609 1723614) (-1020 "RETRACT.spad" 1722464 1722475 1723026 1723031) (-1019 "RETRACT.spad" 1721890 1721903 1722454 1722459) (-1018 "RETAST.spad" 1721702 1721711 1721880 1721885) (-1017 "RESULT.spad" 1719762 1719771 1720349 1720376) (-1016 "RESRING.spad" 1719109 1719156 1719700 1719757) (-1015 "RESLATC.spad" 1718433 1718444 1719099 1719104) (-1014 "REPSQ.spad" 1718162 1718173 1718423 1718428) (-1013 "REP.spad" 1715714 1715723 1718152 1718157) (-1012 "REPDB.spad" 1715419 1715430 1715704 1715709) (-1011 "REP2.spad" 1704991 1705002 1715261 1715266) (-1010 "REP1.spad" 1698981 1698992 1704941 1704946) (-1009 "REGSET.spad" 1696778 1696795 1698627 1698654) (-1008 "REF.spad" 1696107 1696118 1696733 1696738) (-1007 "REDORDER.spad" 1695283 1695300 1696097 1696102) (-1006 "RECLOS.spad" 1694066 1694086 1694770 1694863) (-1005 "REALSOLV.spad" 1693198 1693207 1694056 1694061) (-1004 "REAL.spad" 1693070 1693079 1693188 1693193) (-1003 "REAL0Q.spad" 1690352 1690367 1693060 1693065) (-1002 "REAL0.spad" 1687180 1687195 1690342 1690347) (-1001 "RDUCEAST.spad" 1686901 1686910 1687170 1687175) (-1000 "RDIV.spad" 1686552 1686577 1686891 1686896) (-999 "RDIST.spad" 1686116 1686126 1686542 1686547) (-998 "RDETRS.spad" 1684913 1684930 1686106 1686111) (-997 "RDETR.spad" 1683021 1683038 1684903 1684908) (-996 "RDEEFS.spad" 1682095 1682111 1683011 1683016) (-995 "RDEEF.spad" 1681092 1681108 1682085 1682090) (-994 "RCFIELD.spad" 1678279 1678287 1680994 1681087) (-993 "RCFIELD.spad" 1675552 1675562 1678269 1678274) (-992 "RCAGG.spad" 1673455 1673465 1675532 1675547) (-991 "RCAGG.spad" 1671295 1671307 1673374 1673379) (-990 "RATRET.spad" 1670656 1670666 1671285 1671290) (-989 "RATFACT.spad" 1670349 1670360 1670646 1670651) (-988 "RANDSRC.spad" 1669669 1669677 1670339 1670344) (-987 "RADUTIL.spad" 1669424 1669432 1669659 1669664) (-986 "RADIX.spad" 1666214 1666227 1667891 1667984) (-985 "RADFF.spad" 1664628 1664664 1664746 1664902) (-984 "RADCAT.spad" 1664222 1664230 1664618 1664623) (-983 "RADCAT.spad" 1663814 1663824 1664212 1664217) (-982 "QUEUE.spad" 1663157 1663167 1663421 1663448) (-981 "QUAT.spad" 1661739 1661749 1662081 1662146) (-980 "QUATCT2.spad" 1661358 1661376 1661729 1661734) (-979 "QUATCAT.spad" 1659523 1659533 1661288 1661353) (-978 "QUATCAT.spad" 1657439 1657451 1659206 1659211) (-977 "QUAGG.spad" 1656253 1656263 1657395 1657434) (-976 "QQUTAST.spad" 1656022 1656030 1656243 1656248) (-975 "QFORM.spad" 1655485 1655499 1656012 1656017) (-974 "QFCAT.spad" 1654176 1654186 1655375 1655480) (-973 "QFCAT.spad" 1652470 1652482 1653671 1653676) (-972 "QFCAT2.spad" 1652161 1652177 1652460 1652465) (-971 "QEQUAT.spad" 1651718 1651726 1652151 1652156) (-970 "QCMPACK.spad" 1646465 1646484 1651708 1651713) (-969 "QALGSET.spad" 1642540 1642572 1646379 1646384) (-968 "QALGSET2.spad" 1640536 1640554 1642530 1642535) (-967 "PWFFINTB.spad" 1637846 1637867 1640526 1640531) (-966 "PUSHVAR.spad" 1637175 1637194 1637836 1637841) (-965 "PTRANFN.spad" 1633301 1633311 1637165 1637170) (-964 "PTPACK.spad" 1630389 1630399 1633291 1633296) (-963 "PTFUNC2.spad" 1630210 1630224 1630379 1630384) (-962 "PTCAT.spad" 1629292 1629302 1630166 1630205) (-961 "PSQFR.spad" 1628599 1628623 1629282 1629287) (-960 "PSEUDLIN.spad" 1627457 1627467 1628589 1628594) (-959 "PSETPK.spad" 1612890 1612906 1627335 1627340) (-958 "PSETCAT.spad" 1606798 1606821 1612858 1612885) (-957 "PSETCAT.spad" 1600692 1600717 1606754 1606759) (-956 "PSCURVE.spad" 1599675 1599683 1600682 1600687) (-955 "PSCAT.spad" 1598442 1598471 1599573 1599670) (-954 "PSCAT.spad" 1597299 1597330 1598432 1598437) (-953 "PRTITION.spad" 1596142 1596150 1597289 1597294) (-952 "PRTDAST.spad" 1595861 1595869 1596132 1596137) (-951 "PRS.spad" 1585423 1585440 1595817 1595822) (-950 "PRQAGG.spad" 1584842 1584852 1585379 1585418) (-949 "PROPLOG.spad" 1584245 1584253 1584832 1584837) (-948 "PROPFRML.spad" 1582163 1582174 1584235 1584240) (-947 "PROPERTY.spad" 1581657 1581665 1582153 1582158) (-946 "PRODUCT.spad" 1579337 1579349 1579623 1579678) (-945 "PR.spad" 1577723 1577735 1578428 1578555) (-944 "PRINT.spad" 1577475 1577483 1577713 1577718) (-943 "PRIMES.spad" 1575726 1575736 1577465 1577470) (-942 "PRIMELT.spad" 1573707 1573721 1575716 1575721) (-941 "PRIMCAT.spad" 1573330 1573338 1573697 1573702) (-940 "PRIMARR.spad" 1572335 1572345 1572513 1572540) (-939 "PRIMARR2.spad" 1571058 1571070 1572325 1572330) (-938 "PREASSOC.spad" 1570430 1570442 1571048 1571053) (-937 "PPCURVE.spad" 1569567 1569575 1570420 1570425) (-936 "PORTNUM.spad" 1569342 1569350 1569557 1569562) (-935 "POLYROOT.spad" 1568114 1568136 1569298 1569303) (-934 "POLY.spad" 1565411 1565421 1565928 1566055) (-933 "POLYLIFT.spad" 1564672 1564695 1565401 1565406) (-932 "POLYCATQ.spad" 1562774 1562796 1564662 1564667) (-931 "POLYCAT.spad" 1556180 1556201 1562642 1562769) (-930 "POLYCAT.spad" 1548888 1548911 1555352 1555357) (-929 "POLY2UP.spad" 1548336 1548350 1548878 1548883) (-928 "POLY2.spad" 1547931 1547943 1548326 1548331) (-927 "POLUTIL.spad" 1546872 1546901 1547887 1547892) (-926 "POLTOPOL.spad" 1545620 1545635 1546862 1546867) (-925 "POINT.spad" 1544459 1544469 1544546 1544573) (-924 "PNTHEORY.spad" 1541125 1541133 1544449 1544454) (-923 "PMTOOLS.spad" 1539882 1539896 1541115 1541120) (-922 "PMSYM.spad" 1539427 1539437 1539872 1539877) (-921 "PMQFCAT.spad" 1539014 1539028 1539417 1539422) (-920 "PMPRED.spad" 1538483 1538497 1539004 1539009) (-919 "PMPREDFS.spad" 1537927 1537949 1538473 1538478) (-918 "PMPLCAT.spad" 1536997 1537015 1537859 1537864) (-917 "PMLSAGG.spad" 1536578 1536592 1536987 1536992) (-916 "PMKERNEL.spad" 1536145 1536157 1536568 1536573) (-915 "PMINS.spad" 1535721 1535731 1536135 1536140) (-914 "PMFS.spad" 1535294 1535312 1535711 1535716) (-913 "PMDOWN.spad" 1534580 1534594 1535284 1535289) (-912 "PMASS.spad" 1533592 1533600 1534570 1534575) (-911 "PMASSFS.spad" 1532561 1532577 1533582 1533587) (-910 "PLOTTOOL.spad" 1532341 1532349 1532551 1532556) (-909 "PLOT.spad" 1527172 1527180 1532331 1532336) (-908 "PLOT3D.spad" 1523592 1523600 1527162 1527167) (-907 "PLOT1.spad" 1522733 1522743 1523582 1523587) (-906 "PLEQN.spad" 1509949 1509976 1522723 1522728) (-905 "PINTERP.spad" 1509565 1509584 1509939 1509944) (-904 "PINTERPA.spad" 1509347 1509363 1509555 1509560) (-903 "PI.spad" 1508954 1508962 1509321 1509342) (-902 "PID.spad" 1507910 1507918 1508880 1508949) (-901 "PICOERCE.spad" 1507567 1507577 1507900 1507905) (-900 "PGROEB.spad" 1506164 1506178 1507557 1507562) (-899 "PGE.spad" 1497417 1497425 1506154 1506159) (-898 "PGCD.spad" 1496299 1496316 1497407 1497412) (-897 "PFRPAC.spad" 1495442 1495452 1496289 1496294) (-896 "PFR.spad" 1492099 1492109 1495344 1495437) (-895 "PFOTOOLS.spad" 1491357 1491373 1492089 1492094) (-894 "PFOQ.spad" 1490727 1490745 1491347 1491352) (-893 "PFO.spad" 1490146 1490173 1490717 1490722) (-892 "PF.spad" 1489720 1489732 1489951 1490044) (-891 "PFECAT.spad" 1487386 1487394 1489646 1489715) (-890 "PFECAT.spad" 1485080 1485090 1487342 1487347) (-889 "PFBRU.spad" 1482950 1482962 1485070 1485075) (-888 "PFBR.spad" 1480488 1480511 1482940 1482945) (-887 "PERM.spad" 1476169 1476179 1480318 1480333) (-886 "PERMGRP.spad" 1470905 1470915 1476159 1476164) (-885 "PERMCAT.spad" 1469457 1469467 1470885 1470900) (-884 "PERMAN.spad" 1467989 1468003 1469447 1469452) (-883 "PENDTREE.spad" 1467262 1467272 1467618 1467623) (-882 "PDRING.spad" 1465753 1465763 1467242 1467257) (-881 "PDRING.spad" 1464252 1464264 1465743 1465748) (-880 "PDEPROB.spad" 1463209 1463217 1464242 1464247) (-879 "PDEPACK.spad" 1457211 1457219 1463199 1463204) (-878 "PDECOMP.spad" 1456673 1456690 1457201 1457206) (-877 "PDECAT.spad" 1455027 1455035 1456663 1456668) (-876 "PCOMP.spad" 1454878 1454891 1455017 1455022) (-875 "PBWLB.spad" 1453460 1453477 1454868 1454873) (-874 "PATTERN.spad" 1447891 1447901 1453450 1453455) (-873 "PATTERN2.spad" 1447627 1447639 1447881 1447886) (-872 "PATTERN1.spad" 1445929 1445945 1447617 1447622) (-871 "PATRES.spad" 1443476 1443488 1445919 1445924) (-870 "PATRES2.spad" 1443138 1443152 1443466 1443471) (-869 "PATMATCH.spad" 1441295 1441326 1442846 1442851) (-868 "PATMAB.spad" 1440720 1440730 1441285 1441290) (-867 "PATLRES.spad" 1439804 1439818 1440710 1440715) (-866 "PATAB.spad" 1439568 1439578 1439794 1439799) (-865 "PARTPERM.spad" 1436930 1436938 1439558 1439563) (-864 "PARSURF.spad" 1436358 1436386 1436920 1436925) (-863 "PARSU2.spad" 1436153 1436169 1436348 1436353) (-862 "script-parser.spad" 1435673 1435681 1436143 1436148) (-861 "PARSCURV.spad" 1435101 1435129 1435663 1435668) (-860 "PARSC2.spad" 1434890 1434906 1435091 1435096) (-859 "PARPCURV.spad" 1434348 1434376 1434880 1434885) (-858 "PARPC2.spad" 1434137 1434153 1434338 1434343) (-857 "PAN2EXPR.spad" 1433549 1433557 1434127 1434132) (-856 "PALETTE.spad" 1432519 1432527 1433539 1433544) (-855 "PAIR.spad" 1431502 1431515 1432107 1432112) (-854 "PADICRC.spad" 1428832 1428850 1430007 1430100) (-853 "PADICRAT.spad" 1426847 1426859 1427068 1427161) (-852 "PADIC.spad" 1426542 1426554 1426773 1426842) (-851 "PADICCT.spad" 1425083 1425095 1426468 1426537) (-850 "PADEPAC.spad" 1423762 1423781 1425073 1425078) (-849 "PADE.spad" 1422502 1422518 1423752 1423757) (-848 "OWP.spad" 1421486 1421516 1422360 1422427) (-847 "OVAR.spad" 1421267 1421290 1421476 1421481) (-846 "OUT.spad" 1420351 1420359 1421257 1421262) (-845 "OUTFORM.spad" 1409647 1409655 1420341 1420346) (-844 "OUTBFILE.spad" 1409065 1409073 1409637 1409642) (-843 "OUTBCON.spad" 1408343 1408351 1409055 1409060) (-842 "OUTBCON.spad" 1407619 1407629 1408333 1408338) (-841 "OSI.spad" 1407094 1407102 1407609 1407614) (-840 "OSGROUP.spad" 1407012 1407020 1407084 1407089) (-839 "ORTHPOL.spad" 1405473 1405483 1406929 1406934) (-838 "OREUP.spad" 1404831 1404859 1405153 1405192) (-837 "ORESUP.spad" 1404130 1404154 1404511 1404550) (-836 "OREPCTO.spad" 1401949 1401961 1404050 1404055) (-835 "OREPCAT.spad" 1396006 1396016 1401905 1401944) (-834 "OREPCAT.spad" 1389953 1389965 1395854 1395859) (-833 "ORDSET.spad" 1389119 1389127 1389943 1389948) (-832 "ORDSET.spad" 1388283 1388293 1389109 1389114) (-831 "ORDRING.spad" 1387673 1387681 1388263 1388278) (-830 "ORDRING.spad" 1387071 1387081 1387663 1387668) (-829 "ORDMON.spad" 1386926 1386934 1387061 1387066) (-828 "ORDFUNS.spad" 1386052 1386068 1386916 1386921) (-827 "ORDFIN.spad" 1385986 1385994 1386042 1386047) (-826 "ORDCOMP.spad" 1384451 1384461 1385533 1385562) (-825 "ORDCOMP2.spad" 1383736 1383748 1384441 1384446) (-824 "OPTPROB.spad" 1382316 1382324 1383726 1383731) (-823 "OPTPACK.spad" 1374701 1374709 1382306 1382311) (-822 "OPTCAT.spad" 1372376 1372384 1374691 1374696) (-821 "OPQUERY.spad" 1371925 1371933 1372366 1372371) (-820 "OP.spad" 1371667 1371677 1371747 1371814) (-819 "ONECOMP.spad" 1370412 1370422 1371214 1371243) (-818 "ONECOMP2.spad" 1369830 1369842 1370402 1370407) (-817 "OMSERVER.spad" 1368832 1368840 1369820 1369825) (-816 "OMSAGG.spad" 1368608 1368618 1368776 1368827) (-815 "OMPKG.spad" 1367220 1367228 1368598 1368603) (-814 "OM.spad" 1366185 1366193 1367210 1367215) (-813 "OMLO.spad" 1365610 1365622 1366071 1366110) (-812 "OMEXPR.spad" 1365444 1365454 1365600 1365605) (-811 "OMERR.spad" 1364987 1364995 1365434 1365439) (-810 "OMERRK.spad" 1364021 1364029 1364977 1364982) (-809 "OMENC.spad" 1363365 1363373 1364011 1364016) (-808 "OMDEV.spad" 1357654 1357662 1363355 1363360) (-807 "OMCONN.spad" 1357063 1357071 1357644 1357649) (-806 "OINTDOM.spad" 1356826 1356834 1356989 1357058) (-805 "OFMONOID.spad" 1353013 1353023 1356816 1356821) (-804 "ODVAR.spad" 1352274 1352284 1353003 1353008) (-803 "ODR.spad" 1351722 1351748 1352086 1352235) (-802 "ODPOL.spad" 1349068 1349078 1349408 1349535) (-801 "ODP.spad" 1340189 1340209 1340562 1340693) (-800 "ODETOOLS.spad" 1338772 1338791 1340179 1340184) (-799 "ODESYS.spad" 1336422 1336439 1338762 1338767) (-798 "ODERTRIC.spad" 1332363 1332380 1336379 1336384) (-797 "ODERED.spad" 1331750 1331774 1332353 1332358) (-796 "ODERAT.spad" 1329301 1329318 1331740 1331745) (-795 "ODEPRRIC.spad" 1326192 1326214 1329291 1329296) (-794 "ODEPROB.spad" 1325391 1325399 1326182 1326187) (-793 "ODEPRIM.spad" 1322665 1322687 1325381 1325386) (-792 "ODEPAL.spad" 1322041 1322065 1322655 1322660) (-791 "ODEPACK.spad" 1308643 1308651 1322031 1322036) (-790 "ODEINT.spad" 1308074 1308090 1308633 1308638) (-789 "ODEIFTBL.spad" 1305469 1305477 1308064 1308069) (-788 "ODEEF.spad" 1300836 1300852 1305459 1305464) (-787 "ODECONST.spad" 1300355 1300373 1300826 1300831) (-786 "ODECAT.spad" 1298951 1298959 1300345 1300350) (-785 "OCT.spad" 1297089 1297099 1297805 1297844) (-784 "OCTCT2.spad" 1296733 1296754 1297079 1297084) (-783 "OC.spad" 1294507 1294517 1296689 1296728) (-782 "OC.spad" 1292006 1292018 1294190 1294195) (-781 "OCAMON.spad" 1291854 1291862 1291996 1292001) (-780 "OASGP.spad" 1291669 1291677 1291844 1291849) (-779 "OAMONS.spad" 1291189 1291197 1291659 1291664) (-778 "OAMON.spad" 1291050 1291058 1291179 1291184) (-777 "OAGROUP.spad" 1290912 1290920 1291040 1291045) (-776 "NUMTUBE.spad" 1290499 1290515 1290902 1290907) (-775 "NUMQUAD.spad" 1278361 1278369 1290489 1290494) (-774 "NUMODE.spad" 1269497 1269505 1278351 1278356) (-773 "NUMINT.spad" 1267055 1267063 1269487 1269492) (-772 "NUMFMT.spad" 1265895 1265903 1267045 1267050) (-771 "NUMERIC.spad" 1257967 1257977 1265700 1265705) (-770 "NTSCAT.spad" 1256457 1256473 1257923 1257962) (-769 "NTPOLFN.spad" 1256002 1256012 1256374 1256379) (-768 "NSUP.spad" 1249012 1249022 1253552 1253705) (-767 "NSUP2.spad" 1248404 1248416 1249002 1249007) (-766 "NSMP.spad" 1244599 1244618 1244907 1245034) (-765 "NREP.spad" 1242971 1242985 1244589 1244594) (-764 "NPCOEF.spad" 1242217 1242237 1242961 1242966) (-763 "NORMRETR.spad" 1241815 1241854 1242207 1242212) (-762 "NORMPK.spad" 1239717 1239736 1241805 1241810) (-761 "NORMMA.spad" 1239405 1239431 1239707 1239712) (-760 "NONE.spad" 1239146 1239154 1239395 1239400) (-759 "NONE1.spad" 1238822 1238832 1239136 1239141) (-758 "NODE1.spad" 1238291 1238307 1238812 1238817) (-757 "NNI.spad" 1237178 1237186 1238265 1238286) (-756 "NLINSOL.spad" 1235800 1235810 1237168 1237173) (-755 "NIPROB.spad" 1234283 1234291 1235790 1235795) (-754 "NFINTBAS.spad" 1231743 1231760 1234273 1234278) (-753 "NETCLT.spad" 1231717 1231728 1231733 1231738) (-752 "NCODIV.spad" 1229915 1229931 1231707 1231712) (-751 "NCNTFRAC.spad" 1229557 1229571 1229905 1229910) (-750 "NCEP.spad" 1227717 1227731 1229547 1229552) (-749 "NASRING.spad" 1227313 1227321 1227707 1227712) (-748 "NASRING.spad" 1226907 1226917 1227303 1227308) (-747 "NARNG.spad" 1226251 1226259 1226897 1226902) (-746 "NARNG.spad" 1225593 1225603 1226241 1226246) (-745 "NAGSP.spad" 1224666 1224674 1225583 1225588) (-744 "NAGS.spad" 1214191 1214199 1224656 1224661) (-743 "NAGF07.spad" 1212584 1212592 1214181 1214186) (-742 "NAGF04.spad" 1206816 1206824 1212574 1212579) (-741 "NAGF02.spad" 1200625 1200633 1206806 1206811) (-740 "NAGF01.spad" 1196228 1196236 1200615 1200620) (-739 "NAGE04.spad" 1189688 1189696 1196218 1196223) (-738 "NAGE02.spad" 1180030 1180038 1189678 1189683) (-737 "NAGE01.spad" 1175914 1175922 1180020 1180025) (-736 "NAGD03.spad" 1173834 1173842 1175904 1175909) (-735 "NAGD02.spad" 1166365 1166373 1173824 1173829) (-734 "NAGD01.spad" 1160478 1160486 1166355 1166360) (-733 "NAGC06.spad" 1156265 1156273 1160468 1160473) (-732 "NAGC05.spad" 1154734 1154742 1156255 1156260) (-731 "NAGC02.spad" 1153989 1153997 1154724 1154729) (-730 "NAALG.spad" 1153524 1153534 1153957 1153984) (-729 "NAALG.spad" 1153079 1153091 1153514 1153519) (-728 "MULTSQFR.spad" 1150037 1150054 1153069 1153074) (-727 "MULTFACT.spad" 1149420 1149437 1150027 1150032) (-726 "MTSCAT.spad" 1147454 1147475 1149318 1149415) (-725 "MTHING.spad" 1147111 1147121 1147444 1147449) (-724 "MSYSCMD.spad" 1146545 1146553 1147101 1147106) (-723 "MSET.spad" 1144487 1144497 1146251 1146290) (-722 "MSETAGG.spad" 1144320 1144330 1144443 1144482) (-721 "MRING.spad" 1141291 1141303 1144028 1144095) (-720 "MRF2.spad" 1140859 1140873 1141281 1141286) (-719 "MRATFAC.spad" 1140405 1140422 1140849 1140854) (-718 "MPRFF.spad" 1138435 1138454 1140395 1140400) (-717 "MPOLY.spad" 1135870 1135885 1136229 1136356) (-716 "MPCPF.spad" 1135134 1135153 1135860 1135865) (-715 "MPC3.spad" 1134949 1134989 1135124 1135129) (-714 "MPC2.spad" 1134591 1134624 1134939 1134944) (-713 "MONOTOOL.spad" 1132926 1132943 1134581 1134586) (-712 "MONOID.spad" 1132245 1132253 1132916 1132921) (-711 "MONOID.spad" 1131562 1131572 1132235 1132240) (-710 "MONOGEN.spad" 1130308 1130321 1131422 1131557) (-709 "MONOGEN.spad" 1129076 1129091 1130192 1130197) (-708 "MONADWU.spad" 1127090 1127098 1129066 1129071) (-707 "MONADWU.spad" 1125102 1125112 1127080 1127085) (-706 "MONAD.spad" 1124246 1124254 1125092 1125097) (-705 "MONAD.spad" 1123388 1123398 1124236 1124241) (-704 "MOEBIUS.spad" 1122074 1122088 1123368 1123383) (-703 "MODULE.spad" 1121944 1121954 1122042 1122069) (-702 "MODULE.spad" 1121834 1121846 1121934 1121939) (-701 "MODRING.spad" 1121165 1121204 1121814 1121829) (-700 "MODOP.spad" 1119824 1119836 1120987 1121054) (-699 "MODMONOM.spad" 1119356 1119374 1119814 1119819) (-698 "MODMON.spad" 1116058 1116074 1116834 1116987) (-697 "MODFIELD.spad" 1115416 1115455 1115960 1116053) (-696 "MMLFORM.spad" 1114276 1114284 1115406 1115411) (-695 "MMAP.spad" 1114016 1114050 1114266 1114271) (-694 "MLO.spad" 1112443 1112453 1113972 1114011) (-693 "MLIFT.spad" 1111015 1111032 1112433 1112438) (-692 "MKUCFUNC.spad" 1110548 1110566 1111005 1111010) (-691 "MKRECORD.spad" 1110150 1110163 1110538 1110543) (-690 "MKFUNC.spad" 1109531 1109541 1110140 1110145) (-689 "MKFLCFN.spad" 1108487 1108497 1109521 1109526) (-688 "MKCHSET.spad" 1108263 1108273 1108477 1108482) (-687 "MKBCFUNC.spad" 1107748 1107766 1108253 1108258) (-686 "MINT.spad" 1107187 1107195 1107650 1107743) (-685 "MHROWRED.spad" 1105688 1105698 1107177 1107182) (-684 "MFLOAT.spad" 1104204 1104212 1105578 1105683) (-683 "MFINFACT.spad" 1103604 1103626 1104194 1104199) (-682 "MESH.spad" 1101336 1101344 1103594 1103599) (-681 "MDDFACT.spad" 1099529 1099539 1101326 1101331) (-680 "MDAGG.spad" 1098804 1098814 1099497 1099524) (-679 "MCMPLX.spad" 1094790 1094798 1095404 1095593) (-678 "MCDEN.spad" 1093998 1094010 1094780 1094785) (-677 "MCALCFN.spad" 1091100 1091126 1093988 1093993) (-676 "MAYBE.spad" 1090349 1090360 1091090 1091095) (-675 "MATSTOR.spad" 1087625 1087635 1090339 1090344) (-674 "MATRIX.spad" 1086329 1086339 1086813 1086840) (-673 "MATLIN.spad" 1083655 1083679 1086213 1086218) (-672 "MATCAT.spad" 1075228 1075250 1083611 1083650) (-671 "MATCAT.spad" 1066685 1066709 1075070 1075075) (-670 "MATCAT2.spad" 1065953 1066001 1066675 1066680) (-669 "MAPPKG3.spad" 1064852 1064866 1065943 1065948) (-668 "MAPPKG2.spad" 1064186 1064198 1064842 1064847) (-667 "MAPPKG1.spad" 1063004 1063014 1064176 1064181) (-666 "MAPPAST.spad" 1062317 1062325 1062994 1062999) (-665 "MAPHACK3.spad" 1062125 1062139 1062307 1062312) (-664 "MAPHACK2.spad" 1061890 1061902 1062115 1062120) (-663 "MAPHACK1.spad" 1061520 1061530 1061880 1061885) (-662 "MAGMA.spad" 1059310 1059327 1061510 1061515) (-661 "MACROAST.spad" 1058889 1058897 1059300 1059305) (-660 "M3D.spad" 1056585 1056595 1058267 1058272) (-659 "LZSTAGG.spad" 1053803 1053813 1056565 1056580) (-658 "LZSTAGG.spad" 1051029 1051041 1053793 1053798) (-657 "LWORD.spad" 1047734 1047751 1051019 1051024) (-656 "LSTAST.spad" 1047518 1047526 1047724 1047729) (-655 "LSQM.spad" 1045744 1045758 1046142 1046193) (-654 "LSPP.spad" 1045277 1045294 1045734 1045739) (-653 "LSMP.spad" 1044117 1044145 1045267 1045272) (-652 "LSMP1.spad" 1041921 1041935 1044107 1044112) (-651 "LSAGG.spad" 1041578 1041588 1041877 1041916) (-650 "LSAGG.spad" 1041267 1041279 1041568 1041573) (-649 "LPOLY.spad" 1040221 1040240 1041123 1041192) (-648 "LPEFRAC.spad" 1039478 1039488 1040211 1040216) (-647 "LO.spad" 1038879 1038893 1039412 1039439) (-646 "LOGIC.spad" 1038481 1038489 1038869 1038874) (-645 "LOGIC.spad" 1038081 1038091 1038471 1038476) (-644 "LODOOPS.spad" 1036999 1037011 1038071 1038076) (-643 "LODO.spad" 1036383 1036399 1036679 1036718) (-642 "LODOF.spad" 1035427 1035444 1036340 1036345) (-641 "LODOCAT.spad" 1034085 1034095 1035383 1035422) (-640 "LODOCAT.spad" 1032741 1032753 1034041 1034046) (-639 "LODO2.spad" 1032014 1032026 1032421 1032460) (-638 "LODO1.spad" 1031414 1031424 1031694 1031733) (-637 "LODEEF.spad" 1030186 1030204 1031404 1031409) (-636 "LNAGG.spad" 1025978 1025988 1030166 1030181) (-635 "LNAGG.spad" 1021744 1021756 1025934 1025939) (-634 "LMOPS.spad" 1018480 1018497 1021734 1021739) (-633 "LMODULE.spad" 1018122 1018132 1018470 1018475) (-632 "LMDICT.spad" 1017405 1017415 1017673 1017700) (-631 "LITERAL.spad" 1017311 1017322 1017395 1017400) (-630 "LIST.spad" 1015029 1015039 1016458 1016485) (-629 "LIST3.spad" 1014320 1014334 1015019 1015024) (-628 "LIST2.spad" 1012960 1012972 1014310 1014315) (-627 "LIST2MAP.spad" 1009837 1009849 1012950 1012955) (-626 "LINEXP.spad" 1009269 1009279 1009817 1009832) (-625 "LINDEP.spad" 1008046 1008058 1009181 1009186) (-624 "LIMITRF.spad" 1005960 1005970 1008036 1008041) (-623 "LIMITPS.spad" 1004843 1004856 1005950 1005955) (-622 "LIE.spad" 1002857 1002869 1004133 1004278) (-621 "LIECAT.spad" 1002333 1002343 1002783 1002852) (-620 "LIECAT.spad" 1001837 1001849 1002289 1002294) (-619 "LIB.spad" 999885 999893 1000496 1000511) (-618 "LGROBP.spad" 997238 997257 999875 999880) (-617 "LF.spad" 996157 996173 997228 997233) (-616 "LFCAT.spad" 995176 995184 996147 996152) (-615 "LEXTRIPK.spad" 990679 990694 995166 995171) (-614 "LEXP.spad" 988682 988709 990659 990674) (-613 "LETAST.spad" 988381 988389 988672 988677) (-612 "LEADCDET.spad" 986765 986782 988371 988376) (-611 "LAZM3PK.spad" 985469 985491 986755 986760) (-610 "LAUPOL.spad" 984158 984171 985062 985131) (-609 "LAPLACE.spad" 983731 983747 984148 984153) (-608 "LA.spad" 983171 983185 983653 983692) (-607 "LALG.spad" 982947 982957 983151 983166) (-606 "LALG.spad" 982731 982743 982937 982942) (-605 "KVTFROM.spad" 982340 982350 982721 982726) (-604 "KTVLOGIC.spad" 981763 981771 982330 982335) (-603 "KRCFROM.spad" 981379 981389 981753 981758) (-602 "KOVACIC.spad" 980092 980109 981369 981374) (-601 "KONVERT.spad" 979814 979824 980082 980087) (-600 "KOERCE.spad" 979551 979561 979804 979809) (-599 "KERNEL.spad" 978086 978096 979335 979340) (-598 "KERNEL2.spad" 977789 977801 978076 978081) (-597 "KDAGG.spad" 976880 976902 977757 977784) (-596 "KDAGG.spad" 975991 976015 976870 976875) (-595 "KAFILE.spad" 974954 974970 975189 975216) (-594 "JORDAN.spad" 972781 972793 974244 974389) (-593 "JOINAST.spad" 972475 972483 972771 972776) (-592 "JAVACODE.spad" 972241 972249 972465 972470) (-591 "IXAGG.spad" 970354 970378 972221 972236) (-590 "IXAGG.spad" 968332 968358 970201 970206) (-589 "IVECTOR.spad" 967103 967118 967258 967285) (-588 "ITUPLE.spad" 966248 966258 967093 967098) (-587 "ITRIGMNP.spad" 965059 965078 966238 966243) (-586 "ITFUN3.spad" 964553 964567 965049 965054) (-585 "ITFUN2.spad" 964283 964295 964543 964548) (-584 "ITAYLOR.spad" 962075 962090 964119 964244) (-583 "ISUPS.spad" 954486 954501 961049 961146) (-582 "ISUMP.spad" 953983 953999 954476 954481) (-581 "ISTRING.spad" 952986 952999 953152 953179) (-580 "ISAST.spad" 952705 952713 952976 952981) (-579 "IRURPK.spad" 951418 951437 952695 952700) (-578 "IRSN.spad" 949378 949386 951408 951413) (-577 "IRRF2F.spad" 947853 947863 949334 949339) (-576 "IRREDFFX.spad" 947454 947465 947843 947848) (-575 "IROOT.spad" 945785 945795 947444 947449) (-574 "IR.spad" 943574 943588 945640 945667) (-573 "IR2.spad" 942594 942610 943564 943569) (-572 "IR2F.spad" 941794 941810 942584 942589) (-571 "IPRNTPK.spad" 941554 941562 941784 941789) (-570 "IPF.spad" 941119 941131 941359 941452) (-569 "IPADIC.spad" 940880 940906 941045 941114) (-568 "IP4ADDR.spad" 940428 940436 940870 940875) (-567 "IOMODE.spad" 940049 940057 940418 940423) (-566 "IOBFILE.spad" 939410 939418 940039 940044) (-565 "IOBCON.spad" 939275 939283 939400 939405) (-564 "INVLAPLA.spad" 938920 938936 939265 939270) (-563 "INTTR.spad" 932166 932183 938910 938915) (-562 "INTTOOLS.spad" 929877 929893 931740 931745) (-561 "INTSLPE.spad" 929183 929191 929867 929872) (-560 "INTRVL.spad" 928749 928759 929097 929178) (-559 "INTRF.spad" 927113 927127 928739 928744) (-558 "INTRET.spad" 926545 926555 927103 927108) (-557 "INTRAT.spad" 925220 925237 926535 926540) (-556 "INTPM.spad" 923583 923599 924863 924868) (-555 "INTPAF.spad" 921351 921369 923515 923520) (-554 "INTPACK.spad" 911661 911669 921341 921346) (-553 "INT.spad" 911022 911030 911515 911656) (-552 "INTHERTR.spad" 910288 910305 911012 911017) (-551 "INTHERAL.spad" 909954 909978 910278 910283) (-550 "INTHEORY.spad" 906367 906375 909944 909949) (-549 "INTG0.spad" 899830 899848 906299 906304) (-548 "INTFTBL.spad" 893859 893867 899820 899825) (-547 "INTFACT.spad" 892918 892928 893849 893854) (-546 "INTEF.spad" 891233 891249 892908 892913) (-545 "INTDOM.spad" 889848 889856 891159 891228) (-544 "INTDOM.spad" 888525 888535 889838 889843) (-543 "INTCAT.spad" 886778 886788 888439 888520) (-542 "INTBIT.spad" 886281 886289 886768 886773) (-541 "INTALG.spad" 885463 885490 886271 886276) (-540 "INTAF.spad" 884955 884971 885453 885458) (-539 "INTABL.spad" 883473 883504 883636 883663) (-538 "INS.spad" 880940 880948 883375 883468) (-537 "INS.spad" 878493 878503 880930 880935) (-536 "INPSIGN.spad" 877927 877940 878483 878488) (-535 "INPRODPF.spad" 876993 877012 877917 877922) (-534 "INPRODFF.spad" 876051 876075 876983 876988) (-533 "INNMFACT.spad" 875022 875039 876041 876046) (-532 "INMODGCD.spad" 874506 874536 875012 875017) (-531 "INFSP.spad" 872791 872813 874496 874501) (-530 "INFPROD0.spad" 871841 871860 872781 872786) (-529 "INFORM.spad" 869002 869010 871831 871836) (-528 "INFORM1.spad" 868627 868637 868992 868997) (-527 "INFINITY.spad" 868179 868187 868617 868622) (-526 "INETCLTS.spad" 868156 868164 868169 868174) (-525 "INEP.spad" 866688 866710 868146 868151) (-524 "INDE.spad" 866417 866434 866678 866683) (-523 "INCRMAPS.spad" 865838 865848 866407 866412) (-522 "INBFILE.spad" 864910 864918 865828 865833) (-521 "INBFF.spad" 860680 860691 864900 864905) (-520 "INBCON.spad" 859979 859987 860670 860675) (-519 "INBCON.spad" 859276 859286 859969 859974) (-518 "INAST.spad" 858941 858949 859266 859271) (-517 "IMPTAST.spad" 858649 858657 858931 858936) (-516 "IMATRIX.spad" 857594 857620 858106 858133) (-515 "IMATQF.spad" 856688 856732 857550 857555) (-514 "IMATLIN.spad" 855293 855317 856644 856649) (-513 "ILIST.spad" 853949 853964 854476 854503) (-512 "IIARRAY2.spad" 853337 853375 853556 853583) (-511 "IFF.spad" 852747 852763 853018 853111) (-510 "IFAST.spad" 852361 852369 852737 852742) (-509 "IFARRAY.spad" 849848 849863 851544 851571) (-508 "IFAMON.spad" 849710 849727 849804 849809) (-507 "IEVALAB.spad" 849099 849111 849700 849705) (-506 "IEVALAB.spad" 848486 848500 849089 849094) (-505 "IDPO.spad" 848284 848296 848476 848481) (-504 "IDPOAMS.spad" 848040 848052 848274 848279) (-503 "IDPOAM.spad" 847760 847772 848030 848035) (-502 "IDPC.spad" 846694 846706 847750 847755) (-501 "IDPAM.spad" 846439 846451 846684 846689) (-500 "IDPAG.spad" 846186 846198 846429 846434) (-499 "IDENT.spad" 846103 846111 846176 846181) (-498 "IDECOMP.spad" 843340 843358 846093 846098) (-497 "IDEAL.spad" 838263 838302 843275 843280) (-496 "ICDEN.spad" 837414 837430 838253 838258) (-495 "ICARD.spad" 836603 836611 837404 837409) (-494 "IBPTOOLS.spad" 835196 835213 836593 836598) (-493 "IBITS.spad" 834395 834408 834832 834859) (-492 "IBATOOL.spad" 831270 831289 834385 834390) (-491 "IBACHIN.spad" 829757 829772 831260 831265) (-490 "IARRAY2.spad" 828745 828771 829364 829391) (-489 "IARRAY1.spad" 827790 827805 827928 827955) (-488 "IAN.spad" 826003 826011 827606 827699) (-487 "IALGFACT.spad" 825604 825637 825993 825998) (-486 "HYPCAT.spad" 825028 825036 825594 825599) (-485 "HYPCAT.spad" 824450 824460 825018 825023) (-484 "HOSTNAME.spad" 824258 824266 824440 824445) (-483 "HOMOTOP.spad" 824001 824011 824248 824253) (-482 "HOAGG.spad" 821259 821269 823981 823996) (-481 "HOAGG.spad" 818302 818314 821026 821031) (-480 "HEXADEC.spad" 816171 816179 816769 816862) (-479 "HEUGCD.spad" 815186 815197 816161 816166) (-478 "HELLFDIV.spad" 814776 814800 815176 815181) (-477 "HEAP.spad" 814168 814178 814383 814410) (-476 "HEADAST.spad" 813699 813707 814158 814163) (-475 "HDP.spad" 804816 804832 805193 805324) (-474 "HDMP.spad" 801992 802007 802610 802737) (-473 "HB.spad" 800229 800237 801982 801987) (-472 "HASHTBL.spad" 798699 798730 798910 798937) (-471 "HASAST.spad" 798415 798423 798689 798694) (-470 "HACKPI.spad" 797898 797906 798317 798410) (-469 "GTSET.spad" 796837 796853 797544 797571) (-468 "GSTBL.spad" 795356 795391 795530 795545) (-467 "GSERIES.spad" 792523 792550 793488 793637) (-466 "GROUP.spad" 791792 791800 792503 792518) (-465 "GROUP.spad" 791069 791079 791782 791787) (-464 "GROEBSOL.spad" 789557 789578 791059 791064) (-463 "GRMOD.spad" 788128 788140 789547 789552) (-462 "GRMOD.spad" 786697 786711 788118 788123) (-461 "GRIMAGE.spad" 779302 779310 786687 786692) (-460 "GRDEF.spad" 777681 777689 779292 779297) (-459 "GRAY.spad" 776140 776148 777671 777676) (-458 "GRALG.spad" 775187 775199 776130 776135) (-457 "GRALG.spad" 774232 774246 775177 775182) (-456 "GPOLSET.spad" 773686 773709 773914 773941) (-455 "GOSPER.spad" 772951 772969 773676 773681) (-454 "GMODPOL.spad" 772089 772116 772919 772946) (-453 "GHENSEL.spad" 771158 771172 772079 772084) (-452 "GENUPS.spad" 767259 767272 771148 771153) (-451 "GENUFACT.spad" 766836 766846 767249 767254) (-450 "GENPGCD.spad" 766420 766437 766826 766831) (-449 "GENMFACT.spad" 765872 765891 766410 766415) (-448 "GENEEZ.spad" 763811 763824 765862 765867) (-447 "GDMP.spad" 760829 760846 761605 761732) (-446 "GCNAALG.spad" 754724 754751 760623 760690) (-445 "GCDDOM.spad" 753896 753904 754650 754719) (-444 "GCDDOM.spad" 753130 753140 753886 753891) (-443 "GB.spad" 750648 750686 753086 753091) (-442 "GBINTERN.spad" 746668 746706 750638 750643) (-441 "GBF.spad" 742425 742463 746658 746663) (-440 "GBEUCLID.spad" 740299 740337 742415 742420) (-439 "GAUSSFAC.spad" 739596 739604 740289 740294) (-438 "GALUTIL.spad" 737918 737928 739552 739557) (-437 "GALPOLYU.spad" 736364 736377 737908 737913) (-436 "GALFACTU.spad" 734529 734548 736354 736359) (-435 "GALFACT.spad" 724662 724673 734519 734524) (-434 "FVFUN.spad" 721675 721683 724642 724657) (-433 "FVC.spad" 720717 720725 721655 721670) (-432 "FUNCTION.spad" 720566 720578 720707 720712) (-431 "FT.spad" 718778 718786 720556 720561) (-430 "FTEM.spad" 717941 717949 718768 718773) (-429 "FSUPFACT.spad" 716841 716860 717877 717882) (-428 "FST.spad" 714927 714935 716831 716836) (-427 "FSRED.spad" 714405 714421 714917 714922) (-426 "FSPRMELT.spad" 713229 713245 714362 714367) (-425 "FSPECF.spad" 711306 711322 713219 713224) (-424 "FS.spad" 705356 705366 711069 711301) (-423 "FS.spad" 699196 699208 704911 704916) (-422 "FSINT.spad" 698854 698870 699186 699191) (-421 "FSERIES.spad" 698041 698053 698674 698773) (-420 "FSCINT.spad" 697354 697370 698031 698036) (-419 "FSAGG.spad" 696459 696469 697298 697349) (-418 "FSAGG.spad" 695538 695550 696379 696384) (-417 "FSAGG2.spad" 694237 694253 695528 695533) (-416 "FS2UPS.spad" 688626 688660 694227 694232) (-415 "FS2.spad" 688271 688287 688616 688621) (-414 "FS2EXPXP.spad" 687394 687417 688261 688266) (-413 "FRUTIL.spad" 686336 686346 687384 687389) (-412 "FR.spad" 680030 680040 685360 685429) (-411 "FRNAALG.spad" 675117 675127 679972 680025) (-410 "FRNAALG.spad" 670216 670228 675073 675078) (-409 "FRNAAF2.spad" 669670 669688 670206 670211) (-408 "FRMOD.spad" 669064 669094 669601 669606) (-407 "FRIDEAL.spad" 668259 668280 669044 669059) (-406 "FRIDEAL2.spad" 667861 667893 668249 668254) (-405 "FRETRCT.spad" 667372 667382 667851 667856) (-404 "FRETRCT.spad" 666749 666761 667230 667235) (-403 "FRAMALG.spad" 665077 665090 666705 666744) (-402 "FRAMALG.spad" 663437 663452 665067 665072) (-401 "FRAC.spad" 660536 660546 660939 661112) (-400 "FRAC2.spad" 660139 660151 660526 660531) (-399 "FR2.spad" 659473 659485 660129 660134) (-398 "FPS.spad" 656282 656290 659363 659468) (-397 "FPS.spad" 653119 653129 656202 656207) (-396 "FPC.spad" 652161 652169 653021 653114) (-395 "FPC.spad" 651289 651299 652151 652156) (-394 "FPATMAB.spad" 651041 651051 651269 651284) (-393 "FPARFRAC.spad" 649514 649531 651031 651036) (-392 "FORTRAN.spad" 648020 648063 649504 649509) (-391 "FORT.spad" 646949 646957 648010 648015) (-390 "FORTFN.spad" 644109 644117 646929 646944) (-389 "FORTCAT.spad" 643783 643791 644089 644104) (-388 "FORMULA.spad" 641121 641129 643773 643778) (-387 "FORMULA1.spad" 640600 640610 641111 641116) (-386 "FORDER.spad" 640291 640315 640590 640595) (-385 "FOP.spad" 639492 639500 640281 640286) (-384 "FNLA.spad" 638916 638938 639460 639487) (-383 "FNCAT.spad" 637244 637252 638906 638911) (-382 "FNAME.spad" 637136 637144 637234 637239) (-381 "FMTC.spad" 636934 636942 637062 637131) (-380 "FMONOID.spad" 633989 633999 636890 636895) (-379 "FM.spad" 633684 633696 633923 633950) (-378 "FMFUN.spad" 630704 630712 633664 633679) (-377 "FMC.spad" 629746 629754 630684 630699) (-376 "FMCAT.spad" 627400 627418 629714 629741) (-375 "FM1.spad" 626757 626769 627334 627361) (-374 "FLOATRP.spad" 624478 624492 626747 626752) (-373 "FLOAT.spad" 617642 617650 624344 624473) (-372 "FLOATCP.spad" 615059 615073 617632 617637) (-371 "FLINEXP.spad" 614771 614781 615039 615054) (-370 "FLINEXP.spad" 614437 614449 614707 614712) (-369 "FLASORT.spad" 613757 613769 614427 614432) (-368 "FLALG.spad" 611403 611422 613683 613752) (-367 "FLAGG.spad" 608409 608419 611371 611398) (-366 "FLAGG.spad" 605328 605340 608292 608297) (-365 "FLAGG2.spad" 604009 604025 605318 605323) (-364 "FINRALG.spad" 602038 602051 603965 604004) (-363 "FINRALG.spad" 599993 600008 601922 601927) (-362 "FINITE.spad" 599145 599153 599983 599988) (-361 "FINAALG.spad" 588126 588136 599087 599140) (-360 "FINAALG.spad" 577119 577131 588082 588087) (-359 "FILE.spad" 576702 576712 577109 577114) (-358 "FILECAT.spad" 575220 575237 576692 576697) (-357 "FIELD.spad" 574626 574634 575122 575215) (-356 "FIELD.spad" 574118 574128 574616 574621) (-355 "FGROUP.spad" 572727 572737 574098 574113) (-354 "FGLMICPK.spad" 571514 571529 572717 572722) (-353 "FFX.spad" 570889 570904 571230 571323) (-352 "FFSLPE.spad" 570378 570399 570879 570884) (-351 "FFPOLY.spad" 561630 561641 570368 570373) (-350 "FFPOLY2.spad" 560690 560707 561620 561625) (-349 "FFP.spad" 560087 560107 560406 560499) (-348 "FF.spad" 559535 559551 559768 559861) (-347 "FFNBX.spad" 558047 558067 559251 559344) (-346 "FFNBP.spad" 556560 556577 557763 557856) (-345 "FFNB.spad" 555025 555046 556241 556334) (-344 "FFINTBAS.spad" 552439 552458 555015 555020) (-343 "FFIELDC.spad" 550014 550022 552341 552434) (-342 "FFIELDC.spad" 547675 547685 550004 550009) (-341 "FFHOM.spad" 546423 546440 547665 547670) (-340 "FFF.spad" 543858 543869 546413 546418) (-339 "FFCGX.spad" 542705 542725 543574 543667) (-338 "FFCGP.spad" 541594 541614 542421 542514) (-337 "FFCG.spad" 540386 540407 541275 541368) (-336 "FFCAT.spad" 533413 533435 540225 540381) (-335 "FFCAT.spad" 526519 526543 533333 533338) (-334 "FFCAT2.spad" 526264 526304 526509 526514) (-333 "FEXPR.spad" 517973 518019 526020 526059) (-332 "FEVALAB.spad" 517679 517689 517963 517968) (-331 "FEVALAB.spad" 517170 517182 517456 517461) (-330 "FDIV.spad" 516612 516636 517160 517165) (-329 "FDIVCAT.spad" 514654 514678 516602 516607) (-328 "FDIVCAT.spad" 512694 512720 514644 514649) (-327 "FDIV2.spad" 512348 512388 512684 512689) (-326 "FCPAK1.spad" 510901 510909 512338 512343) (-325 "FCOMP.spad" 510280 510290 510891 510896) (-324 "FC.spad" 500105 500113 510270 510275) (-323 "FAXF.spad" 493040 493054 500007 500100) (-322 "FAXF.spad" 486027 486043 492996 493001) (-321 "FARRAY.spad" 484173 484183 485210 485237) (-320 "FAMR.spad" 482293 482305 484071 484168) (-319 "FAMR.spad" 480397 480411 482177 482182) (-318 "FAMONOID.spad" 480047 480057 480351 480356) (-317 "FAMONC.spad" 478269 478281 480037 480042) (-316 "FAGROUP.spad" 477875 477885 478165 478192) (-315 "FACUTIL.spad" 476071 476088 477865 477870) (-314 "FACTFUNC.spad" 475247 475257 476061 476066) (-313 "EXPUPXS.spad" 472080 472103 473379 473528) (-312 "EXPRTUBE.spad" 469308 469316 472070 472075) (-311 "EXPRODE.spad" 466180 466196 469298 469303) (-310 "EXPR.spad" 461455 461465 462169 462576) (-309 "EXPR2UPS.spad" 457547 457560 461445 461450) (-308 "EXPR2.spad" 457250 457262 457537 457542) (-307 "EXPEXPAN.spad" 454188 454213 454822 454915) (-306 "EXIT.spad" 453859 453867 454178 454183) (-305 "EXITAST.spad" 453595 453603 453849 453854) (-304 "EVALCYC.spad" 453053 453067 453585 453590) (-303 "EVALAB.spad" 452617 452627 453043 453048) (-302 "EVALAB.spad" 452179 452191 452607 452612) (-301 "EUCDOM.spad" 449721 449729 452105 452174) (-300 "EUCDOM.spad" 447325 447335 449711 449716) (-299 "ESTOOLS.spad" 439165 439173 447315 447320) (-298 "ESTOOLS2.spad" 438766 438780 439155 439160) (-297 "ESTOOLS1.spad" 438451 438462 438756 438761) (-296 "ES.spad" 430998 431006 438441 438446) (-295 "ES.spad" 423451 423461 430896 430901) (-294 "ESCONT.spad" 420224 420232 423441 423446) (-293 "ESCONT1.spad" 419973 419985 420214 420219) (-292 "ES2.spad" 419468 419484 419963 419968) (-291 "ES1.spad" 419034 419050 419458 419463) (-290 "ERROR.spad" 416355 416363 419024 419029) (-289 "EQTBL.spad" 414827 414849 415036 415063) (-288 "EQ.spad" 409701 409711 412500 412612) (-287 "EQ2.spad" 409417 409429 409691 409696) (-286 "EP.spad" 405731 405741 409407 409412) (-285 "ENV.spad" 404433 404441 405721 405726) (-284 "ENTIRER.spad" 404101 404109 404377 404428) (-283 "EMR.spad" 403302 403343 404027 404096) (-282 "ELTAGG.spad" 401542 401561 403292 403297) (-281 "ELTAGG.spad" 399746 399767 401498 401503) (-280 "ELTAB.spad" 399193 399211 399736 399741) (-279 "ELFUTS.spad" 398572 398591 399183 399188) (-278 "ELEMFUN.spad" 398261 398269 398562 398567) (-277 "ELEMFUN.spad" 397948 397958 398251 398256) (-276 "ELAGG.spad" 395879 395889 397916 397943) (-275 "ELAGG.spad" 393759 393771 395798 395803) (-274 "ELABEXPR.spad" 392690 392698 393749 393754) (-273 "EFUPXS.spad" 389466 389496 392646 392651) (-272 "EFULS.spad" 386302 386325 389422 389427) (-271 "EFSTRUC.spad" 384257 384273 386292 386297) (-270 "EF.spad" 379023 379039 384247 384252) (-269 "EAB.spad" 377299 377307 379013 379018) (-268 "E04UCFA.spad" 376835 376843 377289 377294) (-267 "E04NAFA.spad" 376412 376420 376825 376830) (-266 "E04MBFA.spad" 375992 376000 376402 376407) (-265 "E04JAFA.spad" 375528 375536 375982 375987) (-264 "E04GCFA.spad" 375064 375072 375518 375523) (-263 "E04FDFA.spad" 374600 374608 375054 375059) (-262 "E04DGFA.spad" 374136 374144 374590 374595) (-261 "E04AGNT.spad" 369978 369986 374126 374131) (-260 "DVARCAT.spad" 366663 366673 369968 369973) (-259 "DVARCAT.spad" 363346 363358 366653 366658) (-258 "DSMP.spad" 360777 360791 361082 361209) (-257 "DROPT.spad" 354722 354730 360767 360772) (-256 "DROPT1.spad" 354385 354395 354712 354717) (-255 "DROPT0.spad" 349212 349220 354375 354380) (-254 "DRAWPT.spad" 347367 347375 349202 349207) (-253 "DRAW.spad" 339967 339980 347357 347362) (-252 "DRAWHACK.spad" 339275 339285 339957 339962) (-251 "DRAWCX.spad" 336717 336725 339265 339270) (-250 "DRAWCURV.spad" 336254 336269 336707 336712) (-249 "DRAWCFUN.spad" 325426 325434 336244 336249) (-248 "DQAGG.spad" 323582 323592 325382 325421) (-247 "DPOLCAT.spad" 318923 318939 323450 323577) (-246 "DPOLCAT.spad" 314350 314368 318879 318884) (-245 "DPMO.spad" 307653 307669 307791 308092) (-244 "DPMM.spad" 300969 300987 301094 301395) (-243 "DOMAIN.spad" 300240 300248 300959 300964) (-242 "DMP.spad" 297462 297477 298034 298161) (-241 "DLP.spad" 296810 296820 297452 297457) (-240 "DLIST.spad" 295222 295232 295993 296020) (-239 "DLAGG.spad" 293623 293633 295202 295217) (-238 "DIVRING.spad" 293165 293173 293567 293618) (-237 "DIVRING.spad" 292751 292761 293155 293160) (-236 "DISPLAY.spad" 290931 290939 292741 292746) (-235 "DIRPROD.spad" 281785 281801 282425 282556) (-234 "DIRPROD2.spad" 280593 280611 281775 281780) (-233 "DIRPCAT.spad" 279523 279539 280445 280588) (-232 "DIRPCAT.spad" 278194 278212 279118 279123) (-231 "DIOSP.spad" 277019 277027 278184 278189) (-230 "DIOPS.spad" 275991 276001 276987 277014) (-229 "DIOPS.spad" 274949 274961 275947 275952) (-228 "DIFRING.spad" 274241 274249 274929 274944) (-227 "DIFRING.spad" 273541 273551 274231 274236) (-226 "DIFEXT.spad" 272700 272710 273521 273536) (-225 "DIFEXT.spad" 271776 271788 272599 272604) (-224 "DIAGG.spad" 271394 271404 271744 271771) (-223 "DIAGG.spad" 271032 271044 271384 271389) (-222 "DHMATRIX.spad" 269336 269346 270489 270516) (-221 "DFSFUN.spad" 262744 262752 269326 269331) (-220 "DFLOAT.spad" 259465 259473 262634 262739) (-219 "DFINTTLS.spad" 257674 257690 259455 259460) (-218 "DERHAM.spad" 255584 255616 257654 257669) (-217 "DEQUEUE.spad" 254902 254912 255191 255218) (-216 "DEGRED.spad" 254517 254531 254892 254897) (-215 "DEFINTRF.spad" 252042 252052 254507 254512) (-214 "DEFINTEF.spad" 250538 250554 252032 252037) (-213 "DEFAST.spad" 249906 249914 250528 250533) (-212 "DECIMAL.spad" 247787 247795 248373 248466) (-211 "DDFACT.spad" 245586 245603 247777 247782) (-210 "DBLRESP.spad" 245184 245208 245576 245581) (-209 "DBASE.spad" 243756 243766 245174 245179) (-208 "DATAARY.spad" 243218 243231 243746 243751) (-207 "D03FAFA.spad" 243046 243054 243208 243213) (-206 "D03EEFA.spad" 242866 242874 243036 243041) (-205 "D03AGNT.spad" 241946 241954 242856 242861) (-204 "D02EJFA.spad" 241408 241416 241936 241941) (-203 "D02CJFA.spad" 240886 240894 241398 241403) (-202 "D02BHFA.spad" 240376 240384 240876 240881) (-201 "D02BBFA.spad" 239866 239874 240366 240371) (-200 "D02AGNT.spad" 234670 234678 239856 239861) (-199 "D01WGTS.spad" 232989 232997 234660 234665) (-198 "D01TRNS.spad" 232966 232974 232979 232984) (-197 "D01GBFA.spad" 232488 232496 232956 232961) (-196 "D01FCFA.spad" 232010 232018 232478 232483) (-195 "D01ASFA.spad" 231478 231486 232000 232005) (-194 "D01AQFA.spad" 230924 230932 231468 231473) (-193 "D01APFA.spad" 230348 230356 230914 230919) (-192 "D01ANFA.spad" 229842 229850 230338 230343) (-191 "D01AMFA.spad" 229352 229360 229832 229837) (-190 "D01ALFA.spad" 228892 228900 229342 229347) (-189 "D01AKFA.spad" 228418 228426 228882 228887) (-188 "D01AJFA.spad" 227941 227949 228408 228413) (-187 "D01AGNT.spad" 224000 224008 227931 227936) (-186 "CYCLOTOM.spad" 223506 223514 223990 223995) (-185 "CYCLES.spad" 220338 220346 223496 223501) (-184 "CVMP.spad" 219755 219765 220328 220333) (-183 "CTRIGMNP.spad" 218245 218261 219745 219750) (-182 "CTOR.spad" 217688 217696 218235 218240) (-181 "CTORKIND.spad" 217303 217311 217678 217683) (-180 "CTORCALL.spad" 216891 216899 217293 217298) (-179 "CSTTOOLS.spad" 216134 216147 216881 216886) (-178 "CRFP.spad" 209838 209851 216124 216129) (-177 "CRCEAST.spad" 209558 209566 209828 209833) (-176 "CRAPACK.spad" 208601 208611 209548 209553) (-175 "CPMATCH.spad" 208101 208116 208526 208531) (-174 "CPIMA.spad" 207806 207825 208091 208096) (-173 "COORDSYS.spad" 202699 202709 207796 207801) (-172 "CONTOUR.spad" 202101 202109 202689 202694) (-171 "CONTFRAC.spad" 197713 197723 202003 202096) (-170 "CONDUIT.spad" 197471 197479 197703 197708) (-169 "COMRING.spad" 197145 197153 197409 197466) (-168 "COMPPROP.spad" 196659 196667 197135 197140) (-167 "COMPLPAT.spad" 196426 196441 196649 196654) (-166 "COMPLEX.spad" 190462 190472 190706 190955) (-165 "COMPLEX2.spad" 190175 190187 190452 190457) (-164 "COMPFACT.spad" 189777 189791 190165 190170) (-163 "COMPCAT.spad" 187903 187913 189511 189772) (-162 "COMPCAT.spad" 185722 185734 187332 187337) (-161 "COMMUPC.spad" 185468 185486 185712 185717) (-160 "COMMONOP.spad" 185001 185009 185458 185463) (-159 "COMM.spad" 184810 184818 184991 184996) (-158 "COMMAAST.spad" 184573 184581 184800 184805) (-157 "COMBOPC.spad" 183478 183486 184563 184568) (-156 "COMBINAT.spad" 182223 182233 183468 183473) (-155 "COMBF.spad" 179591 179607 182213 182218) (-154 "COLOR.spad" 178428 178436 179581 179586) (-153 "COLONAST.spad" 178094 178102 178418 178423) (-152 "CMPLXRT.spad" 177803 177820 178084 178089) (-151 "CLLCTAST.spad" 177465 177473 177793 177798) (-150 "CLIP.spad" 173557 173565 177455 177460) (-149 "CLIF.spad" 172196 172212 173513 173552) (-148 "CLAGG.spad" 168671 168681 172176 172191) (-147 "CLAGG.spad" 165027 165039 168534 168539) (-146 "CINTSLPE.spad" 164352 164365 165017 165022) (-145 "CHVAR.spad" 162430 162452 164342 164347) (-144 "CHARZ.spad" 162345 162353 162410 162425) (-143 "CHARPOL.spad" 161853 161863 162335 162340) (-142 "CHARNZ.spad" 161606 161614 161833 161848) (-141 "CHAR.spad" 159474 159482 161596 161601) (-140 "CFCAT.spad" 158790 158798 159464 159469) (-139 "CDEN.spad" 157948 157962 158780 158785) (-138 "CCLASS.spad" 156097 156105 157359 157398) (-137 "CATEGORY.spad" 155876 155884 156087 156092) (-136 "CATAST.spad" 155503 155511 155866 155871) (-135 "CASEAST.spad" 155217 155225 155493 155498) (-134 "CARTEN.spad" 150320 150344 155207 155212) (-133 "CARTEN2.spad" 149706 149733 150310 150315) (-132 "CARD.spad" 146995 147003 149680 149701) (-131 "CAPSLAST.spad" 146769 146777 146985 146990) (-130 "CACHSET.spad" 146391 146399 146759 146764) (-129 "CABMON.spad" 145944 145952 146381 146386) (-128 "BYTE.spad" 145118 145126 145934 145939) (-127 "BYTEBUF.spad" 142940 142948 144287 144314) (-126 "BTREE.spad" 142009 142019 142547 142574) (-125 "BTOURN.spad" 141012 141022 141616 141643) (-124 "BTCAT.spad" 140388 140398 140968 141007) (-123 "BTCAT.spad" 139796 139808 140378 140383) (-122 "BTAGG.spad" 138906 138914 139752 139791) (-121 "BTAGG.spad" 138048 138058 138896 138901) (-120 "BSTREE.spad" 136783 136793 137655 137682) (-119 "BRILL.spad" 134978 134989 136773 136778) (-118 "BRAGG.spad" 133892 133902 134958 134973) (-117 "BRAGG.spad" 132780 132792 133848 133853) (-116 "BPADICRT.spad" 130761 130773 131016 131109) (-115 "BPADIC.spad" 130425 130437 130687 130756) (-114 "BOUNDZRO.spad" 130081 130098 130415 130420) (-113 "BOP.spad" 125545 125553 130071 130076) (-112 "BOP1.spad" 122931 122941 125501 125506) (-111 "BOOLEAN.spad" 122255 122263 122921 122926) (-110 "BMODULE.spad" 121967 121979 122223 122250) (-109 "BITS.spad" 121386 121394 121603 121630) (-108 "BINDING.spad" 120805 120813 121376 121381) (-107 "BINARY.spad" 118695 118703 119272 119365) (-106 "BGAGG.spad" 117880 117890 118663 118690) (-105 "BGAGG.spad" 117085 117097 117870 117875) (-104 "BFUNCT.spad" 116649 116657 117065 117080) (-103 "BEZOUT.spad" 115783 115810 116599 116604) (-102 "BBTREE.spad" 112602 112612 115390 115417) (-101 "BASTYPE.spad" 112274 112282 112592 112597) (-100 "BASTYPE.spad" 111944 111954 112264 112269) (-99 "BALFACT.spad" 111384 111396 111934 111939) (-98 "AUTOMOR.spad" 110831 110840 111364 111379) (-97 "ATTREG.spad" 107550 107557 110583 110826) (-96 "ATTRBUT.spad" 103573 103580 107530 107545) (-95 "ATTRAST.spad" 103290 103297 103563 103568) (-94 "ATRIG.spad" 102760 102767 103280 103285) (-93 "ATRIG.spad" 102228 102237 102750 102755) (-92 "ASTCAT.spad" 102030 102037 102218 102223) (-91 "ASTCAT.spad" 101830 101839 102020 102025) (-90 "ASTACK.spad" 101163 101172 101437 101464) (-89 "ASSOCEQ.spad" 99963 99974 101119 101124) (-88 "ASP9.spad" 99044 99057 99953 99958) (-87 "ASP8.spad" 98087 98100 99034 99039) (-86 "ASP80.spad" 97409 97422 98077 98082) (-85 "ASP7.spad" 96569 96582 97399 97404) (-84 "ASP78.spad" 96020 96033 96559 96564) (-83 "ASP77.spad" 95389 95402 96010 96015) (-82 "ASP74.spad" 94481 94494 95379 95384) (-81 "ASP73.spad" 93752 93765 94471 94476) (-80 "ASP6.spad" 92384 92397 93742 93747) (-79 "ASP55.spad" 90893 90906 92374 92379) (-78 "ASP50.spad" 88710 88723 90883 90888) (-77 "ASP4.spad" 88005 88018 88700 88705) (-76 "ASP49.spad" 87004 87017 87995 88000) (-75 "ASP42.spad" 85411 85450 86994 86999) (-74 "ASP41.spad" 83990 84029 85401 85406) (-73 "ASP35.spad" 82978 82991 83980 83985) (-72 "ASP34.spad" 82279 82292 82968 82973) (-71 "ASP33.spad" 81839 81852 82269 82274) (-70 "ASP31.spad" 80979 80992 81829 81834) (-69 "ASP30.spad" 79871 79884 80969 80974) (-68 "ASP29.spad" 79337 79350 79861 79866) (-67 "ASP28.spad" 70610 70623 79327 79332) (-66 "ASP27.spad" 69507 69520 70600 70605) (-65 "ASP24.spad" 68594 68607 69497 69502) (-64 "ASP20.spad" 67810 67823 68584 68589) (-63 "ASP1.spad" 67191 67204 67800 67805) (-62 "ASP19.spad" 61877 61890 67181 67186) (-61 "ASP12.spad" 61291 61304 61867 61872) (-60 "ASP10.spad" 60562 60575 61281 61286) (-59 "ARRAY2.spad" 59922 59931 60169 60196) (-58 "ARRAY1.spad" 58757 58766 59105 59132) (-57 "ARRAY12.spad" 57426 57437 58747 58752) (-56 "ARR2CAT.spad" 53076 53097 57382 57421) (-55 "ARR2CAT.spad" 48758 48781 53066 53071) (-54 "APPRULE.spad" 48002 48024 48748 48753) (-53 "APPLYORE.spad" 47617 47630 47992 47997) (-52 "ANY.spad" 45959 45966 47607 47612) (-51 "ANY1.spad" 45030 45039 45949 45954) (-50 "ANTISYM.spad" 43469 43485 45010 45025) (-49 "ANON.spad" 43166 43173 43459 43464) (-48 "AN.spad" 41467 41474 42982 43075) (-47 "AMR.spad" 39646 39657 41365 41462) (-46 "AMR.spad" 37662 37675 39383 39388) (-45 "ALIST.spad" 35074 35095 35424 35451) (-44 "ALGSC.spad" 34197 34223 34946 34999) (-43 "ALGPKG.spad" 29906 29917 34153 34158) (-42 "ALGMFACT.spad" 29095 29109 29896 29901) (-41 "ALGMANIP.spad" 26515 26530 28892 28897) (-40 "ALGFF.spad" 24830 24857 25047 25203) (-39 "ALGFACT.spad" 23951 23961 24820 24825) (-38 "ALGEBRA.spad" 23682 23691 23907 23946) (-37 "ALGEBRA.spad" 23445 23456 23672 23677) (-36 "ALAGG.spad" 22943 22964 23401 23440) (-35 "AHYP.spad" 22324 22331 22933 22938) (-34 "AGG.spad" 20623 20630 22304 22319) (-33 "AGG.spad" 18896 18905 20579 20584) (-32 "AF.spad" 17321 17336 18831 18836) (-31 "ADDAST.spad" 16999 17006 17311 17316) (-30 "ACPLOT.spad" 15570 15577 16989 16994) (-29 "ACFS.spad" 13309 13318 15460 15565) (-28 "ACFS.spad" 11146 11157 13299 13304) (-27 "ACF.spad" 7748 7755 11048 11141) (-26 "ACF.spad" 4436 4445 7738 7743) (-25 "ABELSG.spad" 3977 3984 4426 4431) (-24 "ABELSG.spad" 3516 3525 3967 3972) (-23 "ABELMON.spad" 3059 3066 3506 3511) (-22 "ABELMON.spad" 2600 2609 3049 3054) (-21 "ABELGRP.spad" 2172 2179 2590 2595) (-20 "ABELGRP.spad" 1742 1751 2162 2167) (-19 "A1AGG.spad" 870 879 1698 1737) (-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 5f64d13b..98ad5051 100644
--- a/src/share/algebra/category.daase
+++ b/src/share/algebra/category.daase
@@ -1,1222 +1,1263 @@
-(145211 . 3436147959)
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((#0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) #0#) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
+(153062 . 3436193633)
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((#0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) #0#) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
(((|#2| |#2|) . T))
-((((-552)) . T))
-((($ $) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))) ((|#2| |#2|) . T) ((#0=(-401 (-552)) #0#) |has| |#2| (-38 (-401 (-552)))))
+((((-553)) . T))
+((($ $) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))) ((|#2| |#2|) . T) ((#0=(-401 (-553)) #0#) |has| |#2| (-38 (-401 (-553)))))
((($) . T))
(((|#1|) . T))
-((($) . T) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
+((($) . T) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
(((|#2|) . T))
-((($) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))) ((|#2|) . T) (((-401 (-552))) |has| |#2| (-38 (-401 (-552)))))
-(|has| |#1| (-890))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((($) . T) (((-401 (-552))) . T))
+((($) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))) ((|#2|) . T) (((-401 (-553))) |has| |#2| (-38 (-401 (-553)))))
+(|has| |#1| (-891))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((($) . T) (((-401 (-553))) . T))
((($) . T))
((($) . T))
(((|#2| |#2|) . T))
((((-141)) . T))
-((((-528)) . T) (((-1136)) . T) (((-220)) . T) (((-373)) . T) (((-873 (-373))) . T))
-(((|#1|) . T))
-((((-220)) . T) (((-844)) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1|) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-830)))
-((($ $) . T) ((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1| |#1|) . T))
-(-4029 (|has| |#1| (-805)) (|has| |#1| (-832)))
-((((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-552)) |has| |#1| (-1019 (-552))) ((|#1|) . T))
-((((-844)) . T))
-((((-844)) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-(|has| |#1| (-830))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+((((-529)) . T) (((-1137)) . T) (((-220)) . T) (((-373)) . T) (((-874 (-373))) . T))
+(((|#1|) . T))
+((((-220)) . T) (((-845)) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1|) . T))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-831)))
+((($ $) . T) ((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1| |#1|) . T))
+(-4028 (|has| |#1| (-806)) (|has| |#1| (-833)))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
+((((-845)) . T))
+((((-845)) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+(|has| |#1| (-831))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#1| |#2| |#3|) . T))
(((|#4|) . T))
-((($) . T) (((-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
-((((-844)) . T))
-((((-844)) |has| |#1| (-1078)))
-((((-844)) . T) (((-1159)) . T))
+((((-852 |#1|)) . T))
+((($) . T) (((-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
+((((-845)) . T))
+((((-845)) |has| |#1| (-1079)))
+((((-845)) . T) (((-1160)) . T))
(((|#1|) . T) ((|#2|) . T))
-(((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(((|#2| (-475 (-2657 |#1|) (-756))) . T))
-(((|#1| (-523 (-1154))) . T))
-(((#0=(-851 |#1|) #0#) . T) ((#1=(-401 (-552)) #1#) . T) (($ $) . T))
-((((-1136)) . T) (((-844)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(((|#2| (-475 (-2656 |#1|) (-757))) . T))
+(((|#1| (-524 (-1155))) . T))
+(((#0=(-852 |#1|) #0#) . T) ((#1=(-401 (-553)) #1#) . T) (($ $) . T))
+((((-1137)) . T) (((-845)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
(|has| |#4| (-362))
(|has| |#3| (-362))
(((|#1|) . T))
-((((-851 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
+((((-852 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
(((|#1| |#2|) . T))
((($) . T))
(|has| |#1| (-142))
(|has| |#1| (-144))
-(|has| |#1| (-544))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-((($) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-((($) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T))
-((($) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-844)) . T))
-((((-844)) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)) (($) . T) ((|#1|) . T))
-((((-844)) . T))
-(((|#1|) . T))
-((((-844)) . T))
-((((-844)) . T))
-(((|#1|) . T) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) . T))
+(|has| |#1| (-545))
+((((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))) (((-553)) |has| |#2| (-1020 (-553))) ((|#2|) . T) (((-847 |#1|)) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+((($) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T) (((-1155)) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-553)) . T))
+((($) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T))
+((($) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-845)) . T))
+((((-845)) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)) (($) . T) ((|#1|) . T))
+((((-845)) . T))
+(((|#1|) . T))
+((((-845)) . T))
+((((-845)) . T))
+(((|#1|) . T) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) . T))
(((|#1| |#2|) . T))
-((((-844)) . T))
+((((-845)) . T))
(((|#1|) . T))
-(((#0=(-401 (-552)) #0#) |has| |#2| (-38 (-401 (-552)))) ((|#2| |#2|) . T) (($ $) -4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
+(((#0=(-401 (-553)) #0#) |has| |#2| (-38 (-401 (-553)))) ((|#2| |#2|) . T) (($ $) -4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
(((|#1|) . T))
-(((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) (($) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) |has| |#2| (-169)) (($) -4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-((($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))) ((|#1| |#1|) . T) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))))
-((($ $) . T))
+(((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) (($) . T))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) |has| |#2| (-169)) (($) -4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+((($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+((((-553)) . T) (((-401 (-553))) . T))
+(((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))) ((|#1| |#1|) . T) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))))
(((|#2|) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) . T) (($) -4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) . T) (($) -4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+((($ $) . T))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))))
((($) . T))
+(((|#1|) . T))
+(((|#1|) . T))
(|has| |#1| (-362))
(((|#1|) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-844)) . T))
-((((-844)) . T))
+(((|#1|) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-845)) . T))
+((((-845)) . T))
(((|#1| |#2|) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)))
(((|#1| |#1|) . T))
-(|has| |#1| (-544))
-(((|#2| |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-303 |#2|))) (((-1154) |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-506 (-1154) |#2|))))
-((((-401 |#2|)) . T) (((-401 (-552))) . T) (($) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-830)))
-((($ $) . T) ((#0=(-401 (-552)) #0#) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(|has| |#1| (-1078))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(|has| |#1| (-1078))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(|has| |#1| (-830))
-((($) . T) (((-401 (-552))) . T))
-(((|#1|) . T))
-((((-552) (-128)) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
+(|has| |#1| (-545))
+(((|#2| |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-303 |#2|))) (((-1155) |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-507 (-1155) |#2|))))
+((((-401 |#2|)) . T) (((-401 (-553))) . T) (($) . T))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-831)))
+((($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(|has| |#1| (-1079))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(|has| |#1| (-1079))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(|has| |#1| (-831))
+((($) . T) (((-401 (-553))) . T))
+(((|#1|) . T))
+((((-553) (-128)) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
((((-128)) . T))
-(-4029 (|has| |#4| (-778)) (|has| |#4| (-830)))
-(-4029 (|has| |#4| (-778)) (|has| |#4| (-830)))
-(-4029 (|has| |#3| (-778)) (|has| |#3| (-830)))
-(-4029 (|has| |#3| (-778)) (|has| |#3| (-830)))
+(-4028 (|has| |#4| (-779)) (|has| |#4| (-831)))
+(-4028 (|has| |#4| (-779)) (|has| |#4| (-831)))
+(-4028 (|has| |#3| (-779)) (|has| |#3| (-831)))
+(-4028 (|has| |#3| (-779)) (|has| |#3| (-831)))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-(|has| |#1| (-1078))
-(|has| |#1| (-1078))
-(((|#1| (-1154) (-1066 (-1154)) (-523 (-1066 (-1154)))) . T))
-((((-552) |#1|) . T))
-((((-552)) . T))
-((((-552)) . T))
-((((-891 |#1|)) . T))
-(((|#1| (-523 |#2|)) . T))
-((((-552)) . T))
-((((-552)) . T))
-(((|#1|) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-711)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(((|#1| (-756)) . T))
-(|has| |#2| (-778))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
-(|has| |#2| (-830))
+(|has| |#1| (-1079))
+(|has| |#1| (-1079))
+(((|#1| (-1155) (-1067 (-1155)) (-524 (-1067 (-1155)))) . T))
+((((-553) |#1|) . T))
+((((-553)) . T))
+((((-553)) . T))
+((((-892 |#1|)) . T))
+(((|#1| (-524 |#2|)) . T))
+((((-553)) . T))
+((((-553)) . T))
+(((|#1|) . T))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-712)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(((|#1| (-757)) . T))
+(|has| |#2| (-779))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
+(|has| |#2| (-831))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
-((((-1136) |#1|) . T))
-((((-552) (-128)) . T))
+((((-1137) |#1|) . T))
+((((-553) (-128)) . T))
(((|#1|) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-(((|#3| (-756)) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+(((|#3| (-757)) . T))
(|has| |#1| (-144))
(|has| |#1| (-142))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544)))
-(|has| |#1| (-1078))
-((((-401 (-552))) . T) (((-552)) . T))
-((((-1154) |#2|) |has| |#2| (-506 (-1154) |#2|)) ((|#2| |#2|) |has| |#2| (-303 |#2|)))
-((((-401 (-552))) . T) (((-552)) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545)))
+(|has| |#1| (-1079))
+((((-401 (-553))) . T) (((-553)) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T) ((|#2|) . T))
+((((-1155) |#2|) |has| |#2| (-507 (-1155) |#2|)) ((|#2| |#2|) |has| |#2| (-303 |#2|)))
+((((-401 (-553))) . T) (((-553)) . T))
+((((-1061)) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
(((|#1|) . T) (($) . T))
-((((-552)) . T))
-((((-552)) . T))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((|#1|) |has| |#1| (-169)))
-((((-552)) . T))
-((((-552)) . T))
-(((#0=(-683) (-1150 #0#)) . T))
-((((-401 (-552))) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-((((-552) |#1|) . T))
-((($) . T) (((-552)) . T) (((-401 (-552))) . T))
+((((-553)) . T))
+((((-553)) . T))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((|#1|) |has| |#1| (-169)))
+((((-553)) . T))
+((((-553)) . T))
+(((#0=(-684) (-1151 #0#)) . T))
+((((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+((((-553) |#1|) . T))
+((($) . T) (((-553)) . T) (((-401 (-553))) . T))
(((|#1|) . T))
(|has| |#2| (-357))
(((|#1|) . T))
(((|#1| |#2|) . T))
-((((-844)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-1136) |#1|) . T))
+((((-845)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-1137) |#1|) . T))
(((|#3| |#3|) . T))
-((((-844)) . T))
-((((-844)) . T))
+((((-845)) . T))
+((((-845)) . T))
(((|#1| |#1|) . T))
-(((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))) ((|#1| |#1|) . T) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
-(((|#1|) . T))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((($) -4029 (|has| |#2| (-169)) (|has| |#2| (-830)) (|has| |#2| (-1030))) ((|#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1030))))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-552) |#1|) . T))
-((((-844)) . T))
-((((-166 (-220))) |has| |#1| (-1003)) (((-166 (-373))) |has| |#1| (-1003)) (((-528)) |has| |#1| (-600 (-528))) (((-1150 |#1|)) . T) (((-873 (-552))) |has| |#1| (-600 (-873 (-552)))) (((-873 (-373))) |has| |#1| (-600 (-873 (-373)))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1|) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-830)))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-830)))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) ((|#2|) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
-(((|#1|) |has| |#1| (-169)) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))))
+(((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))) ((|#1| |#1|) . T) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
+(((|#1|) . T))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((($) -4028 (|has| |#2| (-169)) (|has| |#2| (-831)) (|has| |#2| (-1031))) ((|#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1031))))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-553) |#1|) . T))
+((((-845)) . T))
+((((-166 (-220))) |has| |#1| (-1004)) (((-166 (-373))) |has| |#1| (-1004)) (((-529)) |has| |#1| (-601 (-529))) (((-1151 |#1|)) . T) (((-874 (-553))) |has| |#1| (-601 (-874 (-553)))) (((-874 (-373))) |has| |#1| (-601 (-874 (-373)))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1|) . T))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-831)))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-831)))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) ((|#2|) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
+(((|#1|) |has| |#1| (-169)) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))))
(|has| |#1| (-357))
((((-128)) . T))
-(-12 (|has| |#4| (-228)) (|has| |#4| (-1030)))
-(-12 (|has| |#3| (-228)) (|has| |#3| (-1030)))
-(-4029 (|has| |#4| (-169)) (|has| |#4| (-830)) (|has| |#4| (-1030)))
-(-4029 (|has| |#3| (-169)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T))
-(((|#1|) . T))
-((((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-552)) |has| |#1| (-1019 (-552))) ((|#1|) . T))
-(((|#1|) . T) (((-552)) |has| |#1| (-625 (-552))))
-(((|#2|) . T) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(((|#1|) . T) (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
-(|has| |#1| (-544))
-(|has| |#1| (-544))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(((|#1|) . T))
-(|has| |#1| (-544))
-(|has| |#1| (-544))
-(|has| |#1| (-544))
-((((-683)) . T))
-(((|#1|) . T))
-(-12 (|has| |#1| (-983)) (|has| |#1| (-1176)))
-(((|#2|) . T) (($) . T) (((-401 (-552))) . T))
-(-12 (|has| |#1| (-1078)) (|has| |#2| (-1078)))
-((($) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) . T))
-(((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) (($) . T))
-(((|#3| |#3|) -4029 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1030))) (($ $) |has| |#3| (-169)))
-(((|#4| |#4|) -4029 (|has| |#4| (-169)) (|has| |#4| (-357)) (|has| |#4| (-1030))) (($ $) |has| |#4| (-169)))
-(((|#1|) . T))
-(((|#2|) . T))
-((((-528)) |has| |#2| (-600 (-528))) (((-873 (-373))) |has| |#2| (-600 (-873 (-373)))) (((-873 (-552))) |has| |#2| (-600 (-873 (-552)))))
-((((-844)) . T))
+(-12 (|has| |#4| (-228)) (|has| |#4| (-1031)))
+(-12 (|has| |#3| (-228)) (|has| |#3| (-1031)))
+(-4028 (|has| |#4| (-169)) (|has| |#4| (-831)) (|has| |#4| (-1031)))
+(-4028 (|has| |#3| (-169)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T))
+(((|#1|) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-626 (-553))))
+(((|#2|) . T) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(((|#1|) . T) (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
+(|has| |#1| (-545))
+(((|#4|) |has| |#4| (-1079)) (((-553)) -12 (|has| |#4| (-1020 (-553))) (|has| |#4| (-1079))) (((-401 (-553))) -12 (|has| |#4| (-1020 (-401 (-553)))) (|has| |#4| (-1079))))
+(((|#3|) |has| |#3| (-1079)) (((-553)) -12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079))) (((-401 (-553))) -12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(|has| |#1| (-545))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(((|#1|) . T))
+(|has| |#1| (-545))
+(|has| |#1| (-545))
+(|has| |#1| (-545))
+((((-684)) . T))
+(((|#1|) . T))
+(-12 (|has| |#1| (-984)) (|has| |#1| (-1177)))
+(((|#2|) . T) (($) . T) (((-401 (-553))) . T))
+(-12 (|has| |#1| (-1079)) (|has| |#2| (-1079)))
+((($) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) . T))
+(((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) (($) . T))
+(((|#3| |#3|) -4028 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1031))) (($ $) |has| |#3| (-169)))
+(((|#4| |#4|) -4028 (|has| |#4| (-169)) (|has| |#4| (-357)) (|has| |#4| (-1031))) (($ $) |has| |#4| (-169)))
+(((|#1|) . T))
+(((|#2|) . T))
+((((-529)) |has| |#2| (-601 (-529))) (((-874 (-373))) |has| |#2| (-601 (-874 (-373)))) (((-874 (-553))) |has| |#2| (-601 (-874 (-553)))))
+((((-845)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-844)) . T))
-((((-528)) |has| |#1| (-600 (-528))) (((-873 (-373))) |has| |#1| (-600 (-873 (-373)))) (((-873 (-552))) |has| |#1| (-600 (-873 (-552)))))
-(((|#3|) -4029 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1030))) (($) |has| |#3| (-169)))
-(((|#4|) -4029 (|has| |#4| (-169)) (|has| |#4| (-357)) (|has| |#4| (-1030))) (($) |has| |#4| (-169)))
-((((-844)) . T))
-((((-844)) . T))
-((((-528)) . T) (((-552)) . T) (((-873 (-552))) . T) (((-373)) . T) (((-220)) . T))
-(((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-((($) . T) (((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) . T))
-((((-401 $) (-401 $)) |has| |#2| (-544)) (($ $) . T) ((|#2| |#2|) . T))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) . T))
-(((|#1|) . T))
-(|has| |#2| (-890))
-((((-1136) (-52)) . T))
-((((-552)) |has| #0=(-401 |#2|) (-625 (-552))) ((#0#) . T))
-((((-528)) . T) (((-220)) . T) (((-373)) . T) (((-873 (-373))) . T))
-((((-844)) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)))
+((((-845)) . T))
+((((-529)) |has| |#1| (-601 (-529))) (((-874 (-373))) |has| |#1| (-601 (-874 (-373)))) (((-874 (-553))) |has| |#1| (-601 (-874 (-553)))))
+(((|#3|) -4028 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1031))) (($) |has| |#3| (-169)))
+(((|#4|) -4028 (|has| |#4| (-169)) (|has| |#4| (-357)) (|has| |#4| (-1031))) (($) |has| |#4| (-169)))
+((((-845)) . T))
+((((-845)) . T))
+((((-529)) . T) (((-553)) . T) (((-874 (-553))) . T) (((-373)) . T) (((-220)) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((($) . T) (((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) . T))
+((((-401 $) (-401 $)) |has| |#2| (-545)) (($ $) . T) ((|#2| |#2|) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) . T))
+(((|#1|) . T))
+(|has| |#2| (-891))
+((((-1137) (-52)) . T))
+((((-553)) |has| #0=(-401 |#2|) (-626 (-553))) ((#0#) . T))
+((((-529)) . T) (((-220)) . T) (((-373)) . T) (((-874 (-373))) . T))
+((((-845)) . T))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)))
(((|#1|) |has| |#1| (-169)))
(((|#1| $) |has| |#1| (-280 |#1| |#1|)))
-((((-844)) . T))
-((((-844)) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-844)) . T))
-(|has| |#1| (-832))
-(|has| |#1| (-1078))
-(((|#1|) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) . T) (((-1159)) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) |has| |#2| (-169)) (($) -4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-((($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
+((((-845)) . T))
+((((-845)) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-845)) . T))
+(|has| |#1| (-833))
+((((-805 |#1|)) . T))
+(|has| |#1| (-1079))
+(((|#1|) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) . T) (((-1160)) . T))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) |has| |#2| (-169)) (($) -4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+((($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
(|has| |#1| (-228))
-((($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(((|#1| (-523 (-803 (-1154)))) . T))
-(((|#1| (-952)) . T))
-(((#0=(-851 |#1|) $) |has| #0# (-280 #0# #0#)))
-((((-552) |#4|) . T))
-((((-552) |#3|) . T))
+((($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#1| (-524 (-804 (-1155)))) . T))
+(((|#1| (-953)) . T))
+(((#0=(-852 |#1|) $) |has| #0# (-280 #0# #0#)))
+((((-553) |#4|) . T))
+((((-553) |#3|) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
-(|has| |#1| (-1129))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
-(|has| (-1223 |#1| |#2| |#3| |#4|) (-142))
-(|has| (-1223 |#1| |#2| |#3| |#4|) (-144))
+(|has| |#1| (-1130))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
+(|has| (-1224 |#1| |#2| |#3| |#4|) (-142))
+(|has| (-1224 |#1| |#2| |#3| |#4|) (-144))
(|has| |#1| (-142))
(|has| |#1| (-144))
(((|#1|) |has| |#1| (-169)))
-((((-1154)) -12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030))))
+((((-1155)) -12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031))))
(((|#2|) . T))
-(|has| |#1| (-1078))
-((((-1136) |#1|) . T))
+(|has| |#1| (-1079))
+((((-1137) |#1|) . T))
(((|#1|) . T))
-(((|#2|) . T) (((-552)) |has| |#2| (-625 (-552))))
+(((|#2|) . T) (((-553)) |has| |#2| (-626 (-553))))
+((((-1104 |#1| (-1155))) . T) (((-804 (-1155))) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-1155)) . T))
(|has| |#2| (-362))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
((($) . T) ((|#1|) . T))
-(((|#2|) |has| |#2| (-1030)))
-((((-844)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((#0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) #0#) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
+(((|#2|) |has| |#2| (-1031)))
+((((-845)) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((#0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) #0#) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
(((|#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((#0=(-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) #0#) |has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))))
-((((-552) |#1|) . T))
-((((-844)) . T))
-((((-528)) -12 (|has| |#1| (-600 (-528))) (|has| |#2| (-600 (-528)))) (((-873 (-373))) -12 (|has| |#1| (-600 (-873 (-373)))) (|has| |#2| (-600 (-873 (-373))))) (((-873 (-552))) -12 (|has| |#1| (-600 (-873 (-552)))) (|has| |#2| (-600 (-873 (-552))))))
-((((-844)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((#0=(-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) #0#) |has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))))
+((((-553) |#1|) . T))
+((((-845)) . T))
+((((-529)) -12 (|has| |#1| (-601 (-529))) (|has| |#2| (-601 (-529)))) (((-874 (-373))) -12 (|has| |#1| (-601 (-874 (-373)))) (|has| |#2| (-601 (-874 (-373))))) (((-874 (-553))) -12 (|has| |#1| (-601 (-874 (-553)))) (|has| |#2| (-601 (-874 (-553))))))
+((((-845)) . T))
((($) . T))
-((((-844)) . T))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
+((((-845)) . T))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
((($) . T))
((($) . T))
((($) . T))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-844)) . T))
-((((-844)) . T))
-(|has| (-1222 |#2| |#3| |#4|) (-144))
-(|has| (-1222 |#2| |#3| |#4|) (-142))
-(((|#2|) |has| |#2| (-1078)) (((-552)) -12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078))) (((-401 (-552))) -12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-845)) . T))
+((((-845)) . T))
+(|has| (-1223 |#2| |#3| |#4|) (-144))
+(|has| (-1223 |#2| |#3| |#4|) (-142))
+(((|#2|) |has| |#2| (-1079)) (((-553)) -12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (((-401 (-553))) -12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079))))
(((|#1|) . T))
-(|has| |#1| (-1078))
-((((-844)) . T))
+(|has| |#1| (-1079))
+((((-845)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)))
(((|#1|) . T))
-((((-552) |#1|) . T))
+((((-553) |#1|) . T))
(((|#2|) |has| |#2| (-169)))
(((|#1|) |has| |#1| (-169)))
(((|#1|) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-830)))
-((((-844)) |has| |#1| (-1078)))
-(-4029 (|has| |#1| (-466)) (|has| |#1| (-711)) (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)) (|has| |#1| (-1090)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
-((((-891 |#1|)) . T))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-831)))
+((((-845)) |has| |#1| (-1079)))
+(-4028 (|has| |#1| (-466)) (|has| |#1| (-712)) (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)) (|has| |#1| (-1091)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
+((((-892 |#1|)) . T))
((((-401 |#2|) |#3|) . T))
-(|has| |#1| (-15 * (|#1| (-552) |#1|)))
-((((-401 (-552))) . T) (($) . T))
-(|has| |#1| (-832))
+(|has| |#1| (-15 * (|#1| (-553) |#1|)))
+((((-401 (-553))) . T) (($) . T))
+(|has| |#1| (-833))
(((|#1|) . T) (($) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-844)) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-845)) . T))
(((|#1|) . T))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-544)))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-545)))
(|has| |#1| (-357))
-(-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))
-(|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))
+(-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))
+(|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))
(|has| |#1| (-357))
-((((-552)) . T))
-(|has| |#1| (-15 * (|#1| (-756) |#1|)))
-((((-1120 |#2| (-401 (-933 |#1|)))) . T) (((-401 (-933 |#1|))) . T))
+((((-553)) . T))
+(|has| |#1| (-15 * (|#1| (-757) |#1|)))
+((((-1121 |#2| (-401 (-934 |#1|)))) . T) (((-401 (-934 |#1|))) . T))
((($) . T))
(((|#1|) |has| |#1| (-169)) (($) . T))
-(((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) (($) . T))
-(((|#1|) . T))
-((((-552) |#1|) . T))
-((((-844)) . T))
-(((|#2|) . T))
-(-4029 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
-(((|#1|) . T))
-((((-1154)) -12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(-12 (|has| |#1| (-357)) (|has| |#2| (-805)))
-(-4029 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)) (|has| |#1| (-544)))
-(((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))) ((|#1| |#1|) . T) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))))
-((($ $) |has| |#1| (-544)))
-(((#0=(-683) (-1150 #0#)) . T))
-((((-844)) . T) (((-1237 |#4|)) . T))
-((((-844)) . T) (((-1237 |#3|)) . T))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))))
-((($) |has| |#1| (-544)))
-((((-844)) . T))
-((($) . T))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((#1=(-1229 |#1| |#2| |#3|) #1#) |has| |#1| (-357)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) . T))
-(((|#1|) . T) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))))
-(((|#3|) |has| |#3| (-1030)))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(|has| |#1| (-1078))
-(((|#2| (-804 |#1|)) . T))
+(((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) (($) . T))
+(((|#1|) . T))
+((((-553) |#1|) . T))
+((((-845)) . T))
+(((|#2|) . T))
+(-4028 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
+((((-1230 |#1| |#2| |#3|)) . T))
+((((-1230 |#1| |#2| |#3|)) . T) (((-1202 |#1| |#2| |#3|)) . T))
+(((|#1|) . T))
+((((-1155)) -12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(-12 (|has| |#1| (-357)) (|has| |#2| (-806)))
+(-4028 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)) (|has| |#1| (-545)))
+(((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))) ((|#1| |#1|) . T) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))))
+((($ $) |has| |#1| (-545)))
+(((#0=(-684) (-1151 #0#)) . T))
+((((-845)) . T) (((-1238 |#4|)) . T))
+((((-845)) . T) (((-1238 |#3|)) . T))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))))
+((($) |has| |#1| (-545)))
+((((-845)) . T))
+((($) . T))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((#1=(-1230 |#1| |#2| |#3|) #1#) |has| |#1| (-357)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) . T))
+(((|#1|) . T) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))))
+(((|#3|) |has| |#3| (-1031)))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(|has| |#1| (-1079))
+(((|#2| (-805 |#1|)) . T))
(((|#1|) . T))
(|has| |#1| (-357))
-((((-401 $) (-401 $)) |has| |#1| (-544)) (($ $) . T) ((|#1| |#1|) . T))
-(((#0=(-1060) |#2|) . T) ((#0# $) . T) (($ $) . T))
-((((-891 |#1|)) . T))
+((((-401 $) (-401 $)) |has| |#1| (-545)) (($ $) . T) ((|#1| |#1|) . T))
+(((#0=(-1061) |#2|) . T) ((#0# $) . T) (($ $) . T))
+((((-892 |#1|)) . T))
((((-141)) . T))
((((-141)) . T))
-(((|#3|) |has| |#3| (-1078)) (((-552)) -12 (|has| |#3| (-1019 (-552))) (|has| |#3| (-1078))) (((-401 (-552))) -12 (|has| |#3| (-1019 (-401 (-552)))) (|has| |#3| (-1078))))
-((((-844)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+(((|#3|) |has| |#3| (-1079)) (((-553)) -12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079))) (((-401 (-553))) -12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079))))
+((((-845)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
(((|#1|) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) . T))
(|has| |#1| (-357))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-830)))
-((((-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)) ((|#1| |#1|) |has| |#1| (-303 |#1|)))
-(|has| |#2| (-805))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-830))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-((((-844)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-528)) |has| |#1| (-600 (-528))))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-831)))
+((((-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)) ((|#1| |#1|) |has| |#1| (-303 |#1|)))
+(|has| |#2| (-806))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-831))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+((((-845)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-529)) |has| |#1| (-601 (-529))))
(((|#1| |#2|) . T))
-((((-1154)) -12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154)))))
-((((-1136) |#1|) . T))
-(((|#1| |#2| |#3| (-523 |#3|)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+((((-1155)) -12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155)))))
+((((-1137) |#1|) . T))
+(((|#1| |#2| |#3| (-524 |#3|)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
(|has| |#1| (-362))
(|has| |#1| (-362))
(|has| |#1| (-362))
-((((-844)) . T))
+((((-845)) . T))
(((|#1|) . T))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
(|has| |#1| (-362))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-((((-552)) . T))
-((((-552)) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-((((-844)) . T))
-((((-844)) . T))
-(-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))
-((((-1154) #0=(-851 |#1|)) |has| #0# (-506 (-1154) #0#)) ((#0# #0#) |has| #0# (-303 #0#)))
-(((|#1|) . T))
-((((-552) |#4|) . T))
-((((-552) |#3|) . T))
-(((|#1|) . T) (((-552)) |has| |#1| (-625 (-552))))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-((((-1223 |#1| |#2| |#3| |#4|)) . T))
-((((-401 (-552))) . T) (((-552)) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+((((-553)) . T))
+((((-553)) . T))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+((((-845)) . T))
+((((-845)) . T))
+((((-401 (-553))) . T) (((-553)) . T))
+(-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))
+((((-1155) #0=(-852 |#1|)) |has| #0# (-507 (-1155) #0#)) ((#0# #0#) |has| #0# (-303 #0#)))
+(((|#1|) . T))
+((((-553) |#4|) . T))
+((((-553) |#3|) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-626 (-553))))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+((((-1224 |#1| |#2| |#3| |#4|)) . T))
+((((-401 (-553))) . T) (((-553)) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#1|) . T))
(((|#1|) . T))
-((($) . T) (((-552)) . T) (((-401 (-552))) . T))
-((((-552)) . T))
-((((-552)) . T))
-((($) . T) (((-552)) . T) (((-401 (-552))) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-552)) #0#) . T))
+((($) . T) (((-553)) . T) (((-401 (-553))) . T))
+((((-553)) . T))
+((((-553)) . T))
+((($) . T) (((-553)) . T) (((-401 (-553))) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+(((|#2|) |has| |#2| (-1079)) (((-553)) -12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (((-401 (-553))) -12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((#0=(-552) #0#) . T) ((#1=(-401 (-552)) #1#) . T) (($ $) . T))
-(((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T))
-(((|#1|) |has| |#1| (-544)))
-((((-552) |#4|) . T))
-((((-552) |#3|) . T))
-((((-844)) . T))
-((((-552)) . T) (((-401 (-552))) . T) (($) . T))
-((((-844)) . T))
-((((-552) |#1|) . T))
+(((#0=(-553) #0#) . T) ((#1=(-401 (-553)) #1#) . T) (($ $) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T))
+(((|#1|) |has| |#1| (-545)))
+((((-553) |#4|) . T))
+((((-553) |#3|) . T))
+((((-845)) . T))
+((((-553)) . T) (((-401 (-553))) . T) (($) . T))
+((((-845)) . T))
+((((-553) |#1|) . T))
(((|#1|) . T))
-((($ $) . T) ((#0=(-846 |#1|) $) . T) ((#0# |#2|) . T))
+((($ $) . T) ((#0=(-847 |#1|) $) . T) ((#0# |#2|) . T))
((($) . T))
-((($ $) . T) ((#0=(-1154) $) . T) ((#0# |#1|) . T))
+((($ $) . T) ((#0=(-1155) $) . T) ((#0# |#1|) . T))
(((|#2|) |has| |#2| (-169)))
-((($) -4029 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))) ((|#2|) |has| |#2| (-169)) (((-401 (-552))) |has| |#2| (-38 (-401 (-552)))))
-(((|#2| |#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1030))) (($ $) |has| |#2| (-169)))
+((($) -4028 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))) ((|#2|) |has| |#2| (-169)) (((-401 (-553))) |has| |#2| (-38 (-401 (-553)))))
+(((|#2| |#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1031))) (($ $) |has| |#2| (-169)))
((((-141)) . T))
(((|#1|) . T))
(-12 (|has| |#1| (-362)) (|has| |#2| (-362)))
-((((-844)) . T))
-(((|#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1030))) (($) |has| |#2| (-169)))
+((((-845)) . T))
+(((|#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1031))) (($) |has| |#2| (-169)))
(((|#1|) . T))
-((((-844)) . T))
-(|has| |#1| (-1078))
+((((-845)) . T))
+(|has| |#1| (-1079))
(|has| $ (-144))
-((((-552) |#1|) . T))
-((($) -4029 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
-((((-1154)) -12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154)))))
+((((-553) |#1|) . T))
+((($) -4028 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
+((((-1155)) -12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155)))))
(|has| |#1| (-357))
-(-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))
-(|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))
+(-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))
+(|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))
(|has| |#1| (-357))
-(|has| |#1| (-15 * (|#1| (-756) |#1|)))
-(((|#1|) . T))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-((((-844)) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-(((|#2| (-523 (-846 |#1|))) . T))
-((((-844)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1|) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-((((-569 |#1|)) . T))
-((($) . T))
+(|has| |#1| (-15 * (|#1| (-757) |#1|)))
+(((|#1|) . T))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+((((-845)) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+(((|#2| (-524 (-847 |#1|))) . T))
+((((-845)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1|) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+((((-570 |#1|)) . T))
+((($) . T))
+((((-1153 |#1| |#2| |#3|)) . T))
(((|#1|) . T) (($) . T))
-((((-552)) |has| |#1| (-625 (-552))) ((|#1|) . T))
+((((-553)) |has| |#1| (-626 (-553))) ((|#1|) . T))
+((((-1153 |#1| |#2| |#3|)) . T) (((-1146 |#1| |#2| |#3|)) . T))
(((|#4|) . T))
(((|#3|) . T))
-((((-851 |#1|)) . T) (($) . T) (((-401 (-552))) . T))
-((((-1154)) -12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030))))
-(((|#1|) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-552) |#2|) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
+((((-852 |#1|)) . T) (($) . T) (((-401 (-553))) . T))
+((((-1155)) -12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031))))
+(((|#1|) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))) (((-553)) |has| |#2| (-1020 (-553))) ((|#2|) . T) (((-847 |#1|)) . T))
+((((-553) |#2|) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
(((|#1| |#2| |#3| |#4| |#5|) . T))
-(((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))) ((|#1| |#1|) . T) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((#1=(-1152 |#1| |#2| |#3|) #1#) |has| |#1| (-357)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
-((((-844)) . T))
-(((|#2|) |has| |#2| (-1030)))
-(|has| |#1| (-1078))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) . T))
-(((|#1|) . T) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
+(((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))) ((|#1| |#1|) . T) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((#1=(-1153 |#1| |#2| |#3|) #1#) |has| |#1| (-357)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
+((((-845)) . T))
+(((|#2|) |has| |#2| (-1031)))
+(|has| |#1| (-1079))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) . T))
+(((|#1|) . T) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
(((|#1|) |has| |#1| (-169)) (($) . T))
(((|#1|) . T))
-(((#0=(-401 (-552)) #0#) |has| |#2| (-38 (-401 (-552)))) ((|#2| |#2|) . T) (($ $) -4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-((((-844)) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) |has| |#2| (-169)) (($) -4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
+(((#0=(-401 (-553)) #0#) |has| |#2| (-38 (-401 (-553)))) ((|#2| |#2|) . T) (($ $) -4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+((((-845)) . T))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) |has| |#2| (-169)) (($) -4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))))
-(((#0=(-1060) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) . T) (($) -4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))))
+(((#0=(-1061) |#1|) . T) ((#0# $) . T) (($ $) . T))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) . T) (($) -4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
((($) . T))
-(((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) (($) . T))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
+(((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) (($) . T))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
(((|#1|) . T))
(((|#2|) |has| |#1| (-357)))
-(((|#2|) |has| |#2| (-1078)) (((-552)) -12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078))) (((-401 (-552))) -12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078))))
-((((-552) |#1|) . T))
-((((-844)) . T))
+(((|#2|) |has| |#2| (-1079)) (((-553)) -12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (((-401 (-553))) -12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079))))
+((((-553) |#1|) . T))
+((((-845)) . T))
((((-401 |#2|) |#3|) . T))
-(((|#1| (-401 (-552))) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-401 (-552))) . T) (($) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-((((-844)) . T) (((-1159)) . T))
+(((|#1| (-401 (-553))) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-401 (-553))) . T) (($) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+((((-845)) . T) (((-1160)) . T))
(|has| |#1| (-142))
(|has| |#1| (-144))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) |has| |#2| (-169)) (($) -4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-((($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-401 (-552))) . T) (($) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-401 (-552))) . T) (($) . T))
-(((|#2| |#3| (-846 |#1|)) . T))
-((((-1154)) |has| |#2| (-881 (-1154))))
-(((|#1|) . T))
-(((|#1| (-523 |#2|) |#2|) . T))
-(((|#1| (-756) (-1060)) . T))
-((((-401 (-552))) |has| |#2| (-357)) (($) . T))
-(((|#1| (-523 (-1066 (-1154))) (-1066 (-1154))) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(((|#1|) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-711)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(|has| |#2| (-778))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) |has| |#2| (-169)) (($) -4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+((($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-401 (-553))) . T) (($) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-401 (-553))) . T) (($) . T))
+(((|#2| |#3| (-847 |#1|)) . T))
+((((-1155)) |has| |#2| (-882 (-1155))))
+(((|#1|) . T))
+(((|#1| (-524 |#2|) |#2|) . T))
+(((|#1| (-757) (-1061)) . T))
+((((-401 (-553))) |has| |#2| (-357)) (($) . T))
+(((|#1| (-524 (-1067 (-1155))) (-1067 (-1155))) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(((|#1|) . T))
+((((-981 |#1|)) . T) ((|#1|) . T) (((-553)) -4028 (|has| (-981 |#1|) (-1020 (-553))) (|has| |#1| (-1020 (-553)))) (((-401 (-553))) -4028 (|has| (-981 |#1|) (-1020 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-712)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(|has| |#2| (-779))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
(|has| |#1| (-362))
(|has| |#1| (-362))
(|has| |#1| (-362))
-(|has| |#2| (-830))
-((((-874 |#1|)) . T) (((-804 |#1|)) . T))
-((((-804 (-1154))) . T))
+(|has| |#2| (-831))
+((((-875 |#1|)) . T) (((-805 |#1|)) . T))
+((((-805 (-1155))) . T))
(((|#1|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-629 (-552))) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-528)) . T) (((-873 (-552))) . T) (((-373)) . T) (((-220)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-630 (-553))) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-529)) . T) (((-874 (-553))) . T) (((-373)) . T) (((-220)) . T))
(|has| |#1| (-228))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
((($ $) . T))
(((|#1| |#1|) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-1229 |#1| |#2| |#3|) $) -12 (|has| (-1229 |#1| |#2| |#3|) (-280 (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357))) (($ $) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-1230 |#1| |#2| |#3|) $) -12 (|has| (-1230 |#1| |#2| |#3|) (-280 (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357))) (($ $) . T))
((($ $) . T))
((($ $) . T))
(((|#1|) . T))
-((((-1118 |#1| |#2|)) |has| (-1118 |#1| |#2|) (-303 (-1118 |#1| |#2|))))
-(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
-(((|#2|) . T) (((-552)) |has| |#2| (-1019 (-552))) (((-401 (-552))) |has| |#2| (-1019 (-401 (-552)))))
-(((|#3| |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
+((((-1119 |#1| |#2|)) |has| (-1119 |#1| |#2|) (-303 (-1119 |#1| |#2|))))
+(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
+(((|#2|) . T) (((-553)) |has| |#2| (-1020 (-553))) (((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))))
+(((|#3| |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
(((|#1|) . T))
(((|#1| |#2|) . T))
((($) . T))
((($) . T))
(((|#2|) . T))
(((|#3|) . T))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
(((|#2|) . T))
-((((-844)) -4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-599 (-844))) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-711)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)) (|has| |#2| (-1078))) (((-1237 |#2|)) . T))
+((((-845)) -4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-600 (-845))) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-712)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)) (|has| |#2| (-1079))) (((-1238 |#2|)) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
(((|#1|) |has| |#1| (-169)))
-((((-552)) . T))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-552) (-141)) . T))
-((($) -4029 (|has| |#2| (-169)) (|has| |#2| (-830)) (|has| |#2| (-1030))) ((|#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1030))))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-544)) (|has| |#1| (-1030)))
-(((|#1|) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-544)) (|has| |#1| (-1030)))
+((((-553)) . T))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-553) (-141)) . T))
+((($) -4028 (|has| |#2| (-169)) (|has| |#2| (-831)) (|has| |#2| (-1031))) ((|#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1031))))
+(((|#1|) . T) ((|#2|) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-545)) (|has| |#1| (-1031)))
+(((|#1|) . T))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-545)) (|has| |#1| (-1031)))
(((|#2|) |has| |#1| (-357)))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#1| |#1|) . T) (($ $) . T))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((|#1|) |has| |#1| (-169)))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1| (-523 #0=(-1154)) #0#) . T))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((|#1|) |has| |#1| (-169)))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1| (-524 #0=(-1155)) #0#) . T))
(((|#1|) . T) (($) . T))
(|has| |#4| (-169))
(|has| |#3| (-169))
-(((#0=(-401 (-933 |#1|)) #0#) . T))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(|has| |#1| (-1078))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(|has| |#1| (-1078))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-((((-844)) . T) (((-1159)) . T))
+(((#0=(-401 (-934 |#1|)) #0#) . T))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(|has| |#1| (-1079))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(|has| |#1| (-1079))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+((((-845)) . T) (((-1160)) . T))
(((|#1| |#1|) |has| |#1| (-169)))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#1|) . T))
-((((-401 (-933 |#1|))) . T))
+((((-401 (-934 |#1|))) . T))
(((|#1|) |has| |#1| (-169)))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-((((-844)) . T))
-((((-1223 |#1| |#2| |#3| |#4|)) . T))
-(((|#1|) |has| |#1| (-1030)) (((-552)) -12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+((((-845)) . T))
+((((-1224 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) |has| |#1| (-1031)) (((-553)) -12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))))
(((|#1| |#2|) . T))
-(-4029 (|has| |#3| (-169)) (|has| |#3| (-711)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-(|has| |#3| (-778))
-(-4029 (|has| |#3| (-778)) (|has| |#3| (-830)))
-(|has| |#3| (-830))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) ((|#2|) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
-(((|#1|) |has| |#1| (-169)) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))))
-(((|#2|) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-(((|#1| (-1134 |#1|)) |has| |#1| (-830)))
-((((-552) |#2|) . T))
-(|has| |#1| (-1078))
-(((|#1|) . T))
-(-12 (|has| |#1| (-357)) (|has| |#2| (-1129)))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(|has| |#1| (-1078))
-(((|#2|) . T))
-((((-528)) |has| |#2| (-600 (-528))) (((-873 (-373))) |has| |#2| (-600 (-873 (-373)))) (((-873 (-552))) |has| |#2| (-600 (-873 (-552)))))
-(((|#4|) -4029 (|has| |#4| (-169)) (|has| |#4| (-357))))
-(((|#3|) -4029 (|has| |#3| (-169)) (|has| |#3| (-357))))
-((((-844)) . T))
-(((|#1|) . T))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-890)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-890)))
-((($ $) . T) ((#0=(-1154) $) |has| |#1| (-228)) ((#0# |#1|) |has| |#1| (-228)) ((#1=(-803 (-1154)) |#1|) . T) ((#1# $) . T))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-890)))
-((((-552) |#2|) . T))
-((((-844)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((($) -4029 (|has| |#3| (-169)) (|has| |#3| (-830)) (|has| |#3| (-1030))) ((|#3|) -4029 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1030))))
-((((-552) |#1|) . T))
+(-4028 (|has| |#3| (-169)) (|has| |#3| (-712)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+(|has| |#3| (-779))
+(-4028 (|has| |#3| (-779)) (|has| |#3| (-831)))
+(|has| |#3| (-831))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) ((|#2|) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
+(((|#1|) |has| |#1| (-169)) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))))
+(((|#2|) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+(((|#1| (-1135 |#1|)) |has| |#1| (-831)))
+((((-553) |#2|) . T))
+(|has| |#1| (-1079))
+(((|#1|) . T))
+(-12 (|has| |#1| (-357)) (|has| |#2| (-1130)))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(|has| |#1| (-1079))
+(((|#2|) . T))
+((((-529)) |has| |#2| (-601 (-529))) (((-874 (-373))) |has| |#2| (-601 (-874 (-373)))) (((-874 (-553))) |has| |#2| (-601 (-874 (-553)))))
+(((|#4|) -4028 (|has| |#4| (-169)) (|has| |#4| (-357))))
+(((|#3|) -4028 (|has| |#3| (-169)) (|has| |#3| (-357))))
+((((-845)) . T))
+(((|#1|) . T))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-891)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-891)))
+((($ $) . T) ((#0=(-1155) $) |has| |#1| (-228)) ((#0# |#1|) |has| |#1| (-228)) ((#1=(-804 (-1155)) |#1|) . T) ((#1# $) . T))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-891)))
+((((-553) |#2|) . T))
+((((-845)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((($) -4028 (|has| |#3| (-169)) (|has| |#3| (-831)) (|has| |#3| (-1031))) ((|#3|) -4028 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1031))))
+((((-553) |#1|) . T))
(|has| (-401 |#2|) (-144))
(|has| (-401 |#2|) (-142))
(((|#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-303 |#2|))))
-(|has| |#1| (-38 (-401 (-552))))
-(((|#1|) . T))
-(((|#2|) . T) (($) . T) (((-401 (-552))) . T))
-((((-844)) . T))
-(|has| |#1| (-544))
-(|has| |#1| (-544))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-844)) . T))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
-(|has| |#1| (-38 (-401 (-552))))
-((((-382) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#2| (-1129))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-1190)) . T) (((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-(((|#1|) . T))
-((((-382) (-1136)) . T))
-(|has| |#1| (-544))
+(|has| |#1| (-38 (-401 (-553))))
+(((|#1|) . T))
+(((|#2|) . T) (($) . T) (((-401 (-553))) . T))
+((((-845)) . T))
+(|has| |#1| (-545))
+(|has| |#1| (-545))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-845)) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
+(|has| |#1| (-38 (-401 (-553))))
+((((-382) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#2| (-1130))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-1191)) . T) (((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+(((|#1|) . T))
+((((-382) (-1137)) . T))
+(|has| |#1| (-545))
((((-115 |#1|)) . T))
-((((-552) |#1|) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
+((((-553) |#1|) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+((((-401 (-553))) . T) (((-553)) . T))
+((((-401 (-553))) . T) (((-553)) . T))
(((|#2|) . T))
-((((-844)) . T))
-((((-804 |#1|)) . T))
+((((-845)) . T))
+((((-805 |#1|)) . T))
(((|#2|) |has| |#2| (-169)))
-((((-1154) (-52)) . T))
+((((-1155) (-52)) . T))
(((|#1|) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-544))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-545))
(((|#1|) |has| |#1| (-169)))
-((((-844)) . T))
-((((-528)) |has| |#1| (-600 (-528))))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
+((((-845)) . T))
+((((-529)) |has| |#1| (-601 (-529))))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
(((|#2|) |has| |#2| (-303 |#2|)))
-(((#0=(-552) #0#) . T) ((#1=(-401 (-552)) #1#) . T) (($ $) . T))
+(((#0=(-553) #0#) . T) ((#1=(-401 (-553)) #1#) . T) (($ $) . T))
(((|#1|) . T))
-(((|#1| (-1150 |#1|)) . T))
+(((|#1| (-1151 |#1|)) . T))
(|has| $ (-144))
(((|#2|) . T))
-(((#0=(-552) #0#) . T) ((#1=(-401 (-552)) #1#) . T) (($ $) . T))
-((($) . T) (((-552)) . T) (((-401 (-552))) . T))
+(((#0=(-553) #0#) . T) ((#1=(-401 (-553)) #1#) . T) (($ $) . T))
+((($) . T) (((-553)) . T) (((-401 (-553))) . T))
(|has| |#2| (-362))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-((((-552)) . T) (((-401 (-552))) . T) (($) . T))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+((((-553)) . T) (((-401 (-553))) . T) (($) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((((-552)) . T) (((-401 (-552))) . T) (($) . T))
-((((-1152 |#1| |#2| |#3|) $) -12 (|has| (-1152 |#1| |#2| |#3|) (-280 (-1152 |#1| |#2| |#3|) (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357))) (($ $) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-((($) . T) (((-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
+((((-553)) . T) (((-401 (-553))) . T) (($) . T))
+((((-1153 |#1| |#2| |#3|) $) -12 (|has| (-1153 |#1| |#2| |#3|) (-280 (-1153 |#1| |#2| |#3|) (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357))) (($ $) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+((($) . T) (((-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
((($ $) . T))
-((((-844)) . T))
+((((-845)) . T))
((($ $) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((#0=(-1229 |#1| |#2| |#3|) #0#) -12 (|has| (-1229 |#1| |#2| |#3|) (-303 (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357))) (((-1154) #0#) -12 (|has| (-1229 |#1| |#2| |#3|) (-506 (-1154) (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357))))
-(-12 (|has| |#1| (-1078)) (|has| |#2| (-1078)))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((#0=(-1230 |#1| |#2| |#3|) #0#) -12 (|has| (-1230 |#1| |#2| |#3|) (-303 (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357))) (((-1155) #0#) -12 (|has| (-1230 |#1| |#2| |#3|) (-507 (-1155) (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357))))
+(-12 (|has| |#1| (-1079)) (|has| |#2| (-1079)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-401 (-552))) . T) (((-552)) . T))
-((((-552) (-141)) . T))
+((($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-401 (-553))) . T) (((-553)) . T))
+((((-553) (-141)) . T))
((((-141)) . T))
(((|#1|) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-544)) (|has| |#1| (-1030)))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-545)) (|has| |#1| (-1031)))
((((-111)) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
((((-111)) . T))
(((|#1|) . T))
-((((-528)) |has| |#1| (-600 (-528))) (((-220)) . #0=(|has| |#1| (-1003))) (((-373)) . #0#))
-((((-844)) . T))
-(|has| |#1| (-805))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(|has| |#1| (-832))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-544)))
-(|has| |#1| (-544))
-(|has| |#1| (-890))
-(((|#1|) . T))
-(|has| |#1| (-1078))
-((((-844)) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-544)))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-(((|#1| (-1237 |#1|) (-1237 |#1|)) . T))
-((((-552) (-141)) . T))
-((($) . T))
-(-4029 (|has| |#4| (-169)) (|has| |#4| (-830)) (|has| |#4| (-1030)))
-(-4029 (|has| |#3| (-169)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-((((-1159)) . T) (((-844)) . T))
-((((-844)) . T))
-(|has| |#1| (-1078))
-(((|#1| (-952)) . T))
+((((-529)) |has| |#1| (-601 (-529))) (((-220)) . #0=(|has| |#1| (-1004))) (((-373)) . #0#))
+((((-845)) . T))
+(|has| |#1| (-806))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(|has| |#1| (-833))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-545)))
+(|has| |#1| (-545))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
+(|has| |#1| (-891))
+(((|#1|) . T))
+(|has| |#1| (-1079))
+((((-845)) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-545)))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+(((|#1| (-1238 |#1|) (-1238 |#1|)) . T))
+((((-553) (-141)) . T))
+((($) . T))
+(-4028 (|has| |#4| (-169)) (|has| |#4| (-831)) (|has| |#4| (-1031)))
+(-4028 (|has| |#3| (-169)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+((((-1160)) . T) (((-845)) . T))
+((((-845)) . T))
+(|has| |#1| (-1079))
+(((|#1| (-953)) . T))
(((|#1| |#1|) . T))
((($) . T))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
(-12 (|has| |#1| (-466)) (|has| |#2| (-466)))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-711)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(-4029 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-711)) (|has| |#2| (-711))))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-712)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(-4028 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-712)) (|has| |#2| (-712))))
(((|#1|) . T))
-(|has| |#2| (-778))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
+(|has| |#2| (-779))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
(((|#1| |#2|) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(|has| |#2| (-830))
-(-12 (|has| |#1| (-778)) (|has| |#2| (-778)))
-(-12 (|has| |#1| (-778)) (|has| |#2| (-778)))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(|has| |#2| (-831))
+(-12 (|has| |#1| (-779)) (|has| |#2| (-779)))
+(-12 (|has| |#1| (-779)) (|has| |#2| (-779)))
(((|#1| |#2|) . T))
(((|#2|) |has| |#2| (-169)))
(((|#1|) |has| |#1| (-169)))
-((((-844)) . T))
+((((-845)) . T))
(|has| |#1| (-343))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-401 (-552))) . T) (($) . T))
-((($) . T) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((|#1|) . T))
-(|has| |#1| (-813))
-((((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-552)) |has| |#1| (-1019 (-552))) ((|#1|) . T))
-(|has| |#1| (-1078))
+((((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((($) . T) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((|#1|) . T))
+(|has| |#1| (-814))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
+(|has| |#1| (-1079))
(((|#1| $) |has| |#1| (-280 |#1| |#1|)))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-544)))
-((($) |has| |#1| (-544)))
-(((|#4|) |has| |#4| (-1078)))
-(((|#3|) |has| |#3| (-1078)))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-545)))
+((($) |has| |#1| (-545)))
+(((|#4|) |has| |#4| (-1079)))
+(((|#3|) |has| |#3| (-1079)))
(|has| |#3| (-362))
-(((|#1|) . T) (((-844)) . T))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) (((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
-((((-844)) . T))
+(((|#1|) . T) (((-845)) . T))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) (((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
+((((-845)) . T))
(((|#2|) . T))
-(((|#1|) |has| |#1| (-169)) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))))
+(((|#1|) |has| |#1| (-169)) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))))
(((|#1| |#2|) . T))
-((($) |has| |#1| (-544)) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
+((($) |has| |#1| (-545)) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
(((|#1| |#1|) |has| |#1| (-169)))
(|has| |#2| (-357))
(((|#1|) . T))
(((|#1|) |has| |#1| (-169)))
-((((-401 (-552))) . T) (((-552)) . T))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
+((((-401 (-553))) . T) (((-553)) . T))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
((((-141)) . T))
(((|#1|) . T))
-((($) -4029 (|has| |#2| (-169)) (|has| |#2| (-830)) (|has| |#2| (-1030))) ((|#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1030))))
+((($) -4028 (|has| |#2| (-169)) (|has| |#2| (-831)) (|has| |#2| (-1031))) ((|#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1031))))
((((-141)) . T))
((((-141)) . T))
(((|#1| |#2| |#3|) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-544)) (|has| |#1| (-1030)))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-545)) (|has| |#1| (-1031)))
(|has| $ (-144))
(|has| $ (-144))
-(|has| |#1| (-1078))
-((((-844)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-466)) (|has| |#1| (-544)) (|has| |#1| (-1030)) (|has| |#1| (-1090)))
+(|has| |#1| (-1079))
+((((-845)) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-466)) (|has| |#1| (-545)) (|has| |#1| (-1031)) (|has| |#1| (-1091)))
((($ $) |has| |#1| (-280 $ $)) ((|#1| $) |has| |#1| (-280 |#1| |#1|)))
-(((|#1| (-401 (-552))) . T))
-(((|#1|) . T))
-((((-1154)) . T))
-(|has| |#1| (-544))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-(|has| |#1| (-544))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-((((-844)) . T))
+(((|#1| (-401 (-553))) . T))
+(((|#1|) . T))
+((((-1155)) . T))
+(|has| |#1| (-545))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+(|has| |#1| (-545))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+((((-845)) . T))
(|has| |#2| (-142))
(|has| |#2| (-144))
(((|#2|) . T) (($) . T))
(|has| |#1| (-144))
(|has| |#1| (-142))
-(|has| |#4| (-830))
-(((|#2| (-235 (-2657 |#1|) (-756)) (-846 |#1|)) . T))
-(|has| |#3| (-830))
-(((|#1| (-523 |#3|) |#3|) . T))
+(|has| |#4| (-831))
+(((|#2| (-235 (-2656 |#1|) (-757)) (-847 |#1|)) . T))
+(|has| |#3| (-831))
+(((|#1| (-524 |#3|) |#3|) . T))
(|has| |#1| (-144))
(|has| |#1| (-142))
-(((#0=(-401 (-552)) #0#) |has| |#2| (-357)) (($ $) . T))
-((((-851 |#1|)) . T))
+(((#0=(-401 (-553)) #0#) |has| |#2| (-357)) (($ $) . T))
+((((-852 |#1|)) . T))
(|has| |#1| (-144))
(|has| |#1| (-362))
(|has| |#1| (-362))
(|has| |#1| (-362))
(|has| |#1| (-142))
-((((-401 (-552))) |has| |#2| (-357)) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-(-4029 (|has| |#1| (-343)) (|has| |#1| (-362)))
-((((-1120 |#2| |#1|)) . T) ((|#1|) . T))
+((((-401 (-553))) |has| |#2| (-357)) (($) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+(-4028 (|has| |#1| (-343)) (|has| |#1| (-362)))
+((((-1121 |#2| |#1|)) . T) ((|#1|) . T))
(|has| |#2| (-169))
(((|#1| |#2|) . T))
-(-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))
-(((|#2|) . T) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(-4029 (|has| |#3| (-778)) (|has| |#3| (-830)))
-(-4029 (|has| |#3| (-778)) (|has| |#3| (-830)))
-((((-844)) . T))
+(-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))
+(((|#2|) . T) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(-4028 (|has| |#3| (-779)) (|has| |#3| (-831)))
+(-4028 (|has| |#3| (-779)) (|has| |#3| (-831)))
+((((-845)) . T))
(((|#1|) . T))
(((|#2|) . T) (($) . T))
-((((-683)) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(|has| |#1| (-544))
+((((-684)) . T))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(|has| |#1| (-545))
+(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-1154) (-52)) . T))
+((((-1155) (-52)) . T))
(((|#1|) . T) (($) . T))
-((((-844)) . T))
-((((-528)) . T) (((-873 (-552))) . T) (((-373)) . T) (((-220)) . T))
-(((|#1|) . T))
-((((-844)) . T))
-((((-528)) . T) (((-873 (-552))) . T) (((-373)) . T) (((-220)) . T))
-(((|#1| (-552)) . T))
-((((-844)) . T))
-((((-844)) . T))
+((((-845)) . T))
+((((-529)) . T) (((-874 (-553))) . T) (((-373)) . T) (((-220)) . T))
+(((|#1|) . T))
+((((-845)) . T))
+((((-529)) . T) (((-874 (-553))) . T) (((-373)) . T) (((-220)) . T))
+(((|#1| (-553)) . T))
+((((-845)) . T))
+((((-845)) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(((|#1| (-401 (-552))) . T))
-(((|#3|) . T) (((-598 $)) . T))
+(((|#1| (-401 (-553))) . T))
+(((|#3|) . T) (((-599 $)) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(((|#2|) |has| |#2| (-1079)) (((-553)) -12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (((-401 (-553))) -12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079))))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
((($ $) . T) ((|#2| $) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((#0=(-1152 |#1| |#2| |#3|) #0#) -12 (|has| (-1152 |#1| |#2| |#3|) (-303 (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357))) (((-1154) #0#) -12 (|has| (-1152 |#1| |#2| |#3|) (-506 (-1154) (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357))))
-((((-552)) . T) (($) . T) (((-401 (-552))) . T))
-((((-844)) . T))
-((((-844)) . T))
+((((-553)) . T) (($) . T) (((-401 (-553))) . T))
+(((#0=(-1153 |#1| |#2| |#3|) #0#) -12 (|has| (-1153 |#1| |#2| |#3|) (-303 (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357))) (((-1155) #0#) -12 (|has| (-1153 |#1| |#2| |#3|) (-507 (-1155) (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357))))
+((((-845)) . T))
+((((-845)) . T))
(((|#1| |#1|) . T))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) |has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))))
-((((-844)) . T))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) |has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))))
+((((-845)) . T))
(((|#1|) . T))
(((|#3| |#3|) . T))
(((|#1|) . T))
((($) . T) ((|#2|) . T))
-((((-1154) (-52)) . T))
+((((-1155) (-52)) . T))
(((|#3|) . T))
-((($ $) . T) ((#0=(-846 |#1|) $) . T) ((#0# |#2|) . T))
-(|has| |#1| (-813))
-(|has| |#1| (-1078))
-(((|#2| |#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1030))) (($ $) |has| |#2| (-169)))
-(((|#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357))))
-((((-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T) ((|#1| |#2|) . T))
-(((|#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1030))) (($) |has| |#2| (-169)))
-((((-756)) . T))
-((((-552)) . T))
-(|has| |#1| (-544))
-((((-844)) . T))
-(((|#1| (-401 (-552)) (-1060)) . T))
+((($ $) . T) ((#0=(-847 |#1|) $) . T) ((#0# |#2|) . T))
+(|has| |#1| (-814))
+(|has| |#1| (-1079))
+(((|#2| |#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1031))) (($ $) |has| |#2| (-169)))
+(((|#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357))))
+((((-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T) ((|#1| |#2|) . T))
+(((|#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1031))) (($) |has| |#2| (-169)))
+((((-757)) . T))
+((((-553)) . T))
+(|has| |#1| (-545))
+((((-845)) . T))
+(((|#1| (-401 (-553)) (-1061)) . T))
(|has| |#1| (-142))
(((|#1|) . T))
-(|has| |#1| (-544))
-((((-552)) . T))
+(|has| |#1| (-545))
+((((-553)) . T))
((((-115 |#1|)) . T))
(((|#1|) . T))
(|has| |#1| (-144))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-544)))
-((((-873 (-552))) . T) (((-873 (-373))) . T) (((-528)) . T) (((-1154)) . T))
-((((-844)) . T))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-((((-844)) . T) (((-1159)) . T))
-((($) . T))
-((((-844)) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-545)))
+((((-874 (-553))) . T) (((-874 (-373))) . T) (((-529)) . T) (((-1155)) . T))
+((((-845)) . T))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+((((-845)) . T) (((-1160)) . T))
+((($) . T))
+((((-845)) . T))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
(((|#2|) |has| |#2| (-169)))
-((($) -4029 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))) ((|#2|) |has| |#2| (-169)) (((-401 (-552))) |has| |#2| (-38 (-401 (-552)))))
-((((-851 |#1|)) . T))
-(-4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-711)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)) (|has| |#2| (-1078)))
-(-12 (|has| |#3| (-228)) (|has| |#3| (-1030)))
-(|has| |#2| (-1129))
-(((#0=(-52)) . T) (((-2 (|:| -2670 (-1154)) (|:| -3360 #0#))) . T))
+((($) -4028 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))) ((|#2|) |has| |#2| (-169)) (((-401 (-553))) |has| |#2| (-38 (-401 (-553)))))
+((((-852 |#1|)) . T))
+(-4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-712)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)) (|has| |#2| (-1079)))
+(-12 (|has| |#3| (-228)) (|has| |#3| (-1031)))
+(|has| |#2| (-1130))
+(((#0=(-52)) . T) (((-2 (|:| -2669 (-1155)) (|:| -3359 #0#))) . T))
(((|#1| |#2|) . T))
-(-4029 (|has| |#3| (-169)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-(((|#1| (-552) (-1060)) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1| (-401 (-552)) (-1060)) . T))
-((($) -4029 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
-((((-552) |#2|) . T))
+(-4028 (|has| |#3| (-169)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+(((|#1| (-553) (-1061)) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1| (-401 (-553)) (-1061)) . T))
+((($) -4028 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
+((((-553) |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(|has| |#2| (-362))
(-12 (|has| |#1| (-362)) (|has| |#2| (-362)))
-((((-844)) . T))
-((((-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)) ((|#1| |#1|) |has| |#1| (-303 |#1|)))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
-(((|#1|) . T))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-544)))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) (((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
-(((|#1|) |has| |#1| (-169)) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))))
-((($) |has| |#1| (-544)) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-844)) . T))
+((((-845)) . T))
+((((-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)) ((|#1| |#1|) |has| |#1| (-303 |#1|)))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(((|#1|) . T))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-545)))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) (((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
+(((|#1|) |has| |#1| (-169)) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))))
+((($) |has| |#1| (-545)) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-845)) . T))
(|has| |#1| (-343))
+(((|#3|) |has| |#3| (-1079)) (((-553)) -12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079))) (((-401 (-553))) -12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079))))
(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((#0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) #0#) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
-(|has| |#1| (-544))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-844)) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((#0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) #0#) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
+(|has| |#1| (-545))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-845)) . T))
(((|#1| |#2|) . T))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-890)))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-890)))
-((((-401 (-552))) . T) (((-552)) . T))
-((((-552)) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) |has| |#2| (-169)) (($) -4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-((($) . T))
-((((-844)) . T))
-(((|#1|) . T))
-((((-851 |#1|)) . T) (($) . T) (((-401 (-552))) . T))
-((((-844)) . T))
-(((|#3| |#3|) -4029 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1030))) (($ $) |has| |#3| (-169)))
-(|has| |#1| (-1003))
-((((-844)) . T))
-(((|#3|) -4029 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1030))) (($) |has| |#3| (-169)))
-((((-552) (-111)) . T))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-891)))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-891)))
+((((-401 (-553))) . T) (((-553)) . T))
+((((-553)) . T))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) |has| |#2| (-169)) (($) -4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+((($) . T))
+((((-845)) . T))
+(((|#1|) . T))
+((((-852 |#1|)) . T) (($) . T) (((-401 (-553))) . T))
+((((-845)) . T))
+(((|#3| |#3|) -4028 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1031))) (($ $) |has| |#3| (-169)))
+(|has| |#1| (-1004))
+((((-845)) . T))
+(((|#3|) -4028 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1031))) (($) |has| |#3| (-169)))
+((((-553) (-111)) . T))
(((|#1|) |has| |#1| (-303 |#1|)))
(|has| |#1| (-362))
(|has| |#1| (-362))
(|has| |#1| (-362))
-((((-1154) $) |has| |#1| (-506 (-1154) $)) (($ $) |has| |#1| (-303 $)) ((|#1| |#1|) |has| |#1| (-303 |#1|)) (((-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)))
-((((-1154)) |has| |#1| (-881 (-1154))))
-(-4029 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))
+((((-1155) $) |has| |#1| (-507 (-1155) $)) (($ $) |has| |#1| (-303 $)) ((|#1| |#1|) |has| |#1| (-303 |#1|)) (((-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)))
+((((-1155)) |has| |#1| (-882 (-1155))))
+(-4028 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))
(((|#1| |#4|) . T))
(((|#1| |#3|) . T))
((((-382) |#1|) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
-(|has| |#1| (-1078))
-((((-844)) . T))
-((((-844)) . T))
-((((-891 |#1|)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) |has| |#2| (-169)) (($) -4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
+(|has| |#1| (-1079))
+((((-845)) . T))
+((((-845)) . T))
+((((-892 |#1|)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) |has| |#2| (-169)) (($) -4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))))
(((|#1| |#2|) . T))
((($) . T))
+((((-401 (-553))) . T) (((-553)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
(((|#1| |#1|) . T))
-(((#0=(-851 |#1|)) |has| #0# (-303 #0#)))
+(((#0=(-852 |#1|)) |has| #0# (-303 #0#)))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
(((|#1| |#2|) . T))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
-(-12 (|has| |#1| (-778)) (|has| |#2| (-778)))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
+(-12 (|has| |#1| (-779)) (|has| |#2| (-779)))
(((|#1|) . T))
-(-12 (|has| |#1| (-778)) (|has| |#2| (-778)))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
+(-12 (|has| |#1| (-779)) (|has| |#2| (-779)))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
(((|#2|) . T) (($) . T))
-(((|#2|) . T) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(|has| |#1| (-1176))
-(((#0=(-552) #0#) . T) ((#1=(-401 (-552)) #1#) . T) (($ $) . T))
-((((-401 (-552))) . T) (($) . T))
-(((|#4|) |has| |#4| (-1030)))
-(((|#3|) |has| |#3| (-1030)))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-552)) #0#) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-552)) #0#) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-552)) #0#) . T))
+(((|#2|) . T) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(|has| |#1| (-1177))
+(((#0=(-553) #0#) . T) ((#1=(-401 (-553)) #1#) . T) (($ $) . T))
+((((-401 (-553))) . T) (($) . T))
+(((|#4|) |has| |#4| (-1031)))
+(((|#3|) |has| |#3| (-1031)))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-553)) #0#) . T))
(|has| |#1| (-357))
-((((-552)) . T) (((-401 (-552))) . T) (($) . T))
-((($ $) . T) ((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1| |#1|) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T))
-((((-844)) . T))
-((((-844)) . T))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-552) |#3|) . T))
-((((-844)) . T))
-((((-528)) |has| |#3| (-600 (-528))))
-((((-673 |#3|)) . T) (((-844)) . T))
+((((-553)) . T) (((-401 (-553))) . T) (($) . T))
+((($ $) . T) ((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1| |#1|) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T))
+((((-845)) . T))
+((((-845)) . T))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-553) |#3|) . T))
+((((-845)) . T))
+((((-529)) |has| |#3| (-601 (-529))))
+((((-674 |#3|)) . T) (((-845)) . T))
(((|#1| |#2|) . T))
-(|has| |#1| (-830))
-(|has| |#1| (-830))
-((($) . T) (((-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-544)))
-((($) . T))
-(((#0=(-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) #0#) |has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))))
-(|has| |#2| (-832))
-((($) . T))
-(((|#2|) |has| |#2| (-1078)))
-((((-844)) -4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-599 (-844))) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-711)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)) (|has| |#2| (-1078))) (((-1237 |#2|)) . T))
-(|has| |#1| (-832))
-(|has| |#1| (-832))
-((((-1136) (-52)) . T))
-(|has| |#1| (-832))
-((((-844)) . T))
-((((-552)) |has| #0=(-401 |#2|) (-625 (-552))) ((#0#) . T))
-((((-552) (-141)) . T))
-((((-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T) ((|#1| |#2|) . T))
-((((-401 (-552))) . T) (($) . T))
-(((|#1|) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-844)) . T))
-((((-891 |#1|)) . T))
+(|has| |#1| (-831))
+(|has| |#1| (-831))
+((($) . T) (((-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-545)))
+((($) . T))
+(((#0=(-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) #0#) |has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))))
+(|has| |#2| (-833))
+((($) . T))
+(((|#2|) |has| |#2| (-1079)))
+((((-845)) -4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-600 (-845))) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-712)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)) (|has| |#2| (-1079))) (((-1238 |#2|)) . T))
+(|has| |#1| (-833))
+(|has| |#1| (-833))
+((((-1137) (-52)) . T))
+(|has| |#1| (-833))
+((((-845)) . T))
+((((-553)) |has| #0=(-401 |#2|) (-626 (-553))) ((#0#) . T))
+((((-553) (-141)) . T))
+((((-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T) ((|#1| |#2|) . T))
+((((-401 (-553))) . T) (($) . T))
+(((|#1|) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-845)) . T))
+((((-892 |#1|)) . T))
(|has| |#1| (-357))
(|has| |#1| (-357))
(|has| |#1| (-357))
-(|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))
-(|has| |#1| (-830))
+(|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))
+(|has| |#1| (-831))
(|has| |#1| (-357))
-(|has| |#1| (-830))
+(|has| |#1| (-831))
(((|#1|) . T) (($) . T))
-(|has| |#1| (-830))
-((((-1154)) |has| |#1| (-881 (-1154))))
-(((|#1| (-1154)) . T))
-(((|#1| (-1237 |#1|) (-1237 |#1|)) . T))
-((((-844)) . T) (((-1159)) . T))
+(|has| |#1| (-831))
+((((-1155)) |has| |#1| (-882 (-1155))))
+(((|#1| (-1155)) . T))
+(((|#1| (-1238 |#1|) (-1238 |#1|)) . T))
+((((-845)) . T) (((-1160)) . T))
(((|#1| |#2|) . T))
((($ $) . T))
-(|has| |#1| (-1078))
-(((|#1| (-1154) (-803 (-1154)) (-523 (-803 (-1154)))) . T))
-((((-401 (-933 |#1|))) . T))
-((((-528)) . T))
-((((-844)) . T))
+(|has| |#1| (-1079))
+(((|#1| (-1155) (-804 (-1155)) (-524 (-804 (-1155)))) . T))
+((((-401 (-934 |#1|))) . T))
+((((-529)) . T))
+((((-845)) . T))
((($) . T))
(((|#2|) . T) (($) . T))
-((((-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T) ((|#1| |#2|) . T))
+((((-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T) ((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-169)))
-((($) |has| |#1| (-544)) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+((($) |has| |#1| (-545)) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#3|) . T))
(((|#1|) |has| |#1| (-169)))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-528)) |has| |#1| (-600 (-528))) (((-873 (-373))) |has| |#1| (-600 (-873 (-373)))) (((-873 (-552))) |has| |#1| (-600 (-873 (-552)))))
-((((-844)) . T))
-(((|#2|) . T) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(|has| |#2| (-830))
-(-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))
-(|has| |#1| (-544))
-(|has| |#1| (-1129))
-((((-1136) |#1|) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((|#1| |#1|) . T))
-((((-401 (-552))) |has| |#1| (-1019 (-552))) (((-552)) |has| |#1| (-1019 (-552))) (((-1154)) |has| |#1| (-1019 (-1154))) ((|#1|) . T))
-((((-552) |#2|) . T))
-((((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-552)) |has| |#1| (-1019 (-552))) ((|#1|) . T))
-((((-552)) |has| |#1| (-867 (-552))) (((-373)) |has| |#1| (-867 (-373))))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((|#1|) . T))
-(((|#1|) . T))
-((((-629 |#4|)) . T) (((-844)) . T))
-((((-528)) |has| |#4| (-600 (-528))))
-((((-528)) |has| |#4| (-600 (-528))))
-((((-844)) . T) (((-629 |#4|)) . T))
-((($) |has| |#1| (-830)))
-(((|#1|) . T))
-((((-629 |#4|)) . T) (((-844)) . T))
-((((-528)) |has| |#4| (-600 (-528))))
-(((|#1|) . T))
-(((|#2|) . T))
-((((-1154)) |has| (-401 |#2|) (-881 (-1154))))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((#0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) #0#) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
-((($) . T))
-((($) . T))
-(((|#2|) . T))
-((((-844)) -4029 (|has| |#3| (-25)) (|has| |#3| (-129)) (|has| |#3| (-599 (-844))) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-362)) (|has| |#3| (-711)) (|has| |#3| (-778)) (|has| |#3| (-830)) (|has| |#3| (-1030)) (|has| |#3| (-1078))) (((-1237 |#3|)) . T))
-((((-552) |#2|) . T))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(((|#2| |#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1030))) (($ $) |has| |#2| (-169)))
-((((-844)) . T))
-((((-844)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T) ((|#2|) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-1136) (-1154) (-552) (-220) (-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-((((-844)) . T))
-((((-552) (-111)) . T))
-(((|#1|) . T))
-((((-844)) . T))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-529)) |has| |#1| (-601 (-529))) (((-874 (-373))) |has| |#1| (-601 (-874 (-373)))) (((-874 (-553))) |has| |#1| (-601 (-874 (-553)))))
+((((-845)) . T))
+(((|#2|) . T) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(|has| |#2| (-831))
+(-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))
+(|has| |#1| (-545))
+(|has| |#1| (-1130))
+((((-1137) |#1|) . T))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((|#1| |#1|) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-553))) (((-553)) |has| |#1| (-1020 (-553))) (((-1155)) |has| |#1| (-1020 (-1155))) ((|#1|) . T))
+((((-553) |#2|) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
+((((-553)) |has| |#1| (-868 (-553))) (((-373)) |has| |#1| (-868 (-373))))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((|#1|) . T))
+(((|#1|) . T))
+((((-630 |#4|)) . T) (((-845)) . T))
+((((-529)) |has| |#4| (-601 (-529))))
+((((-529)) |has| |#4| (-601 (-529))))
+((((-845)) . T) (((-630 |#4|)) . T))
+((($) |has| |#1| (-831)))
+(((|#2|) |has| |#2| (-1079)) (((-553)) -12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (((-401 (-553))) -12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079))))
+(((|#1|) . T))
+((((-630 |#4|)) . T) (((-845)) . T))
+((((-529)) |has| |#4| (-601 (-529))))
+(((|#1|) . T))
+(((|#2|) . T))
+((((-1155)) |has| (-401 |#2|) (-882 (-1155))))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((#0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) #0#) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
+((($) . T))
+((($) . T))
+(((|#2|) . T))
+((((-845)) -4028 (|has| |#3| (-25)) (|has| |#3| (-129)) (|has| |#3| (-600 (-845))) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-362)) (|has| |#3| (-712)) (|has| |#3| (-779)) (|has| |#3| (-831)) (|has| |#3| (-1031)) (|has| |#3| (-1079))) (((-1238 |#3|)) . T))
+((((-553) |#2|) . T))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(((|#2| |#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1031))) (($ $) |has| |#2| (-169)))
+((((-845)) . T))
+((((-845)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T) ((|#2|) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-1137) (-1155) (-553) (-220) (-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+((((-845)) . T))
+((((-553) (-111)) . T))
+(((|#1|) . T))
+((((-845)) . T))
((((-111)) . T))
((((-111)) . T))
-((((-844)) . T))
-((((-844)) . T))
+((((-845)) . T))
+((((-845)) . T))
((((-111)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-((((-844)) . T))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-(((|#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1030))) (($) |has| |#2| (-169)))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+((((-845)) . T))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+(((|#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-1031))) (($) |has| |#2| (-169)))
(|has| $ (-144))
((((-401 |#2|)) . T))
-((((-401 (-552))) |has| #0=(-401 |#2|) (-1019 (-401 (-552)))) (((-552)) |has| #0# (-1019 (-552))) ((#0#) . T))
+((((-875 |#1|)) . T) (((-805 |#1|)) . T))
+((((-401 (-553))) |has| #0=(-401 |#2|) (-1020 (-401 (-553)))) (((-553)) |has| #0# (-1020 (-553))) ((#0#) . T))
(((|#2| |#2|) . T))
(((|#4|) |has| |#4| (-169)))
(|has| |#2| (-142))
@@ -1224,175 +1265,179 @@
(((|#3|) |has| |#3| (-169)))
(|has| |#1| (-144))
(|has| |#1| (-142))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
(|has| |#1| (-144))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
(|has| |#1| (-144))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
(|has| |#1| (-144))
(((|#1|) . T))
(((|#2|) . T))
(|has| |#2| (-228))
-((((-844)) . T) (((-1159)) . T))
-((((-1154) (-52)) . T))
-((((-844)) . T))
-((((-844)) . T) (((-1159)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-1155) (-52)) . T))
+((((-845)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-805 (-1155))) . T))
(((|#1| |#1|) . T))
-((((-1154)) |has| |#2| (-881 (-1154))))
+((((-1155)) |has| |#2| (-882 (-1155))))
((((-128)) . T))
-((((-552) (-111)) . T))
-(|has| |#1| (-544))
+((((-553) (-111)) . T))
+(|has| |#1| (-545))
(((|#2|) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
(((|#3|) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(((|#1|) . T))
-((((-844)) . T))
-((((-528)) . T) (((-873 (-552))) . T) (((-373)) . T) (((-220)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-980 |#1|)) . T) ((|#1|) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-401 (-552))) . T) (((-401 |#1|)) . T) ((|#1|) . T) (($) . T))
-(((|#1| (-1150 |#1|)) . T))
-((((-552)) . T) (($) . T) (((-401 (-552))) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(((|#2|) . T) (((-553)) |has| |#2| (-1020 (-553))) (((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))))
+(((|#1|) . T))
+((((-845)) . T))
+((((-529)) . T) (((-874 (-553))) . T) (((-373)) . T) (((-220)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-981 |#1|)) . T) ((|#1|) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-401 (-553))) . T) (((-401 |#1|)) . T) ((|#1|) . T) (($) . T))
+(((|#1| (-1151 |#1|)) . T))
+((((-553)) . T) (($) . T) (((-401 (-553))) . T))
(((|#3|) . T) (($) . T))
-(|has| |#1| (-832))
-(((|#2|) . T))
-((((-552)) . T) (($) . T) (((-401 (-552))) . T))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
-((((-552) |#2|) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-(((|#2|) . T))
-((((-552) |#3|) . T))
-(((|#2|) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-((((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)))
-(|has| |#1| (-38 (-401 (-552))))
-((((-844)) . T))
-(|has| |#1| (-1078))
-(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
-(((|#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))
-(|has| |#1| (-38 (-401 (-552))))
-(((|#2|) . T))
-(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((#0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) #0#) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
+(|has| |#1| (-833))
+(((|#2|) . T))
+((((-553)) . T) (($) . T) (((-401 (-553))) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
+((((-553) |#2|) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+(((|#2|) . T))
+((((-553) |#3|) . T))
+(((|#2|) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+((((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)))
+(|has| |#1| (-38 (-401 (-553))))
+((((-845)) . T))
+(|has| |#1| (-1079))
+(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
+(((|#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(((|#2|) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((#0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) #0#) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
(((|#2| |#2|) . T))
+(((|#1|) . T))
(|has| |#2| (-357))
-(((|#2|) . T) (((-552)) |has| |#2| (-1019 (-552))) (((-401 (-552))) |has| |#2| (-1019 (-401 (-552)))))
+(((|#2|) . T) (((-553)) |has| |#2| (-1020 (-553))) (((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))))
(((|#2|) . T))
-((((-1136) (-52)) . T))
+((((-1137) (-52)) . T))
(((|#2|) |has| |#2| (-169)))
-((((-552) |#3|) . T))
-((((-552) (-141)) . T))
+((((-553) |#3|) . T))
+((((-553) (-141)) . T))
((((-141)) . T))
-((((-844)) . T))
+((((-845)) . T))
((((-111)) . T))
(|has| |#1| (-144))
(((|#1|) . T))
(|has| |#1| (-142))
((($) . T))
-(|has| |#1| (-544))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+(|has| |#1| (-545))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
((($) . T))
(((|#1|) . T))
-(((|#2|) . T) (((-552)) |has| |#2| (-625 (-552))))
-((((-844)) . T))
-((((-552)) |has| |#1| (-625 (-552))) ((|#1|) . T))
-((((-552)) |has| |#1| (-625 (-552))) ((|#1|) . T))
-((((-552)) |has| |#1| (-625 (-552))) ((|#1|) . T))
-((((-1136) (-52)) . T))
+(((|#2|) . T) (((-553)) |has| |#2| (-626 (-553))))
+((((-845)) . T))
+((((-553)) |has| |#1| (-626 (-553))) ((|#1|) . T))
+((((-553)) |has| |#1| (-626 (-553))) ((|#1|) . T))
+((((-553)) |has| |#1| (-626 (-553))) ((|#1|) . T))
+((((-1137) (-52)) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#1| |#2|) . T))
-((((-552) (-141)) . T))
-(((#0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) #0#) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
-((($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(|has| |#1| (-832))
-(((|#2| (-756) (-1060)) . T))
+((((-553) (-141)) . T))
+(((#0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) #0#) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
+((($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(|has| |#1| (-833))
+(((|#2| (-757) (-1061)) . T))
(((|#1| |#2|) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-544)))
-(|has| |#1| (-776))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-545)))
+(|has| |#1| (-777))
(((|#1|) |has| |#1| (-169)))
(((|#4|) . T))
(((|#4|) . T))
(((|#1| |#2|) . T))
-(-4029 (|has| |#1| (-144)) (-12 (|has| |#1| (-357)) (|has| |#2| (-144))))
-(-4029 (|has| |#1| (-142)) (-12 (|has| |#1| (-357)) (|has| |#2| (-142))))
+(-4028 (|has| |#1| (-144)) (-12 (|has| |#1| (-357)) (|has| |#2| (-144))))
+(-4028 (|has| |#1| (-142)) (-12 (|has| |#1| (-357)) (|has| |#2| (-142))))
(((|#4|) . T))
(|has| |#1| (-142))
-((((-1136) |#1|) . T))
+((((-1137) |#1|) . T))
(|has| |#1| (-144))
(((|#1|) . T))
-((((-552)) . T))
-((((-844)) . T))
+((((-553)) . T))
+((((-845)) . T))
(((|#1| |#2|) . T))
-((((-844)) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+((((-845)) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#3|) . T))
-((((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)))
-((((-844)) . T))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(((|#1|) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))) (((-939 |#1|)) . T))
-(|has| |#1| (-830))
-(|has| |#1| (-830))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+((((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)))
+((((-845)) . T))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(((|#1|) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))) (((-940 |#1|)) . T))
+(|has| |#1| (-831))
+(|has| |#1| (-831))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(|has| |#2| (-357))
(((|#1|) |has| |#1| (-169)))
-(((|#2|) |has| |#2| (-1030)))
-((((-1136) |#1|) . T))
-(((|#3| |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))
-(((|#2| (-874 |#1|)) . T))
-((($) . T))
-((((-382) (-1136)) . T))
-((($) |has| |#1| (-544)) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-844)) -4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-599 (-844))) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-711)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)) (|has| |#2| (-1078))) (((-1237 |#2|)) . T))
-(((#0=(-52)) . T) (((-2 (|:| -2670 (-1136)) (|:| -3360 #0#))) . T))
-(((|#1|) . T))
-((((-844)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
+(((|#2|) |has| |#2| (-1031)))
+((((-1137) |#1|) . T))
+(((|#3| |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))
+(((|#2| (-875 |#1|)) . T))
+((($) . T))
+((((-382) (-1137)) . T))
+((($) |has| |#1| (-545)) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-845)) -4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-600 (-845))) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-712)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)) (|has| |#2| (-1079))) (((-1238 |#2|)) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2669 (-1137)) (|:| -3359 #0#))) . T))
+(((|#1|) . T))
+((((-845)) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
((((-141)) . T))
(|has| |#2| (-142))
(|has| |#2| (-144))
(|has| |#1| (-466))
-(-4029 (|has| |#1| (-466)) (|has| |#1| (-711)) (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)))
+(-4028 (|has| |#1| (-466)) (|has| |#1| (-712)) (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)))
(|has| |#1| (-357))
-((((-844)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-544)))
-((($) |has| |#1| (-544)))
-(|has| |#1| (-830))
-(|has| |#1| (-830))
-((((-844)) . T))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) (((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
-(((|#1|) |has| |#1| (-169)) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))))
-((($) |has| |#1| (-544)) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
+((((-845)) . T))
+(|has| |#1| (-38 (-401 (-553))))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-545)))
+((($) |has| |#1| (-545)))
+(|has| |#1| (-831))
+(|has| |#1| (-831))
+((((-845)) . T))
+(((|#2|) . T))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) (((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
+(((|#1|) |has| |#1| (-169)) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))))
+((($) |has| |#1| (-545)) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-805 |#1|)) . T))
(((|#1| |#2|) . T))
-((((-1154)) |has| |#1| (-881 (-1154))))
-((((-891 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
-((((-844)) . T))
-((((-844)) . T))
-(|has| |#1| (-1078))
-(((|#2| (-475 (-2657 |#1|) (-756)) (-846 |#1|)) . T))
-((((-401 (-552))) . #0=(|has| |#2| (-357))) (($) . #0#))
-(((|#1| (-523 (-1154)) (-1154)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-844)) . T))
-((((-844)) . T))
+((((-1155)) |has| |#1| (-882 (-1155))))
+((((-892 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
+((((-845)) . T))
+((((-845)) . T))
+(|has| |#1| (-1079))
+(((|#2| (-475 (-2656 |#1|) (-757)) (-847 |#1|)) . T))
+((((-401 (-553))) . #0=(|has| |#2| (-357))) (($) . #0#))
+(((|#1| (-524 (-1155)) (-1155)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-845)) . T))
+((((-845)) . T))
(((|#3|) . T))
(((|#3|) . T))
(((|#1|) . T))
@@ -1406,63 +1451,64 @@
(|has| |#1| (-144))
(((|#1|) . T))
(((|#2|) . T))
-(((|#1|) . T) (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) . T))
-((((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-1154) (-52)) . T))
+(((|#1|) . T) (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) . T))
+((((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-1155) (-52)) . T))
((($ $) . T))
-(((|#1| (-552)) . T))
-((((-891 |#1|)) . T))
-(((|#1|) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-1030))) (($) -4029 (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030))))
-(((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-(|has| |#1| (-832))
-(|has| |#1| (-832))
-((((-552) |#2|) . T))
-((((-552)) . T))
-((((-1229 |#1| |#2| |#3|)) -12 (|has| (-1229 |#1| |#2| |#3|) (-303 (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357))))
-(|has| |#1| (-832))
-((((-673 |#2|)) . T) (((-844)) . T))
+(((|#1| (-553)) . T))
+((((-892 |#1|)) . T))
+(((|#1|) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-1031))) (($) -4028 (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031))))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+(|has| |#1| (-833))
+(|has| |#1| (-833))
+((((-553) |#2|) . T))
+((((-553)) . T))
+((((-1230 |#1| |#2| |#3|)) -12 (|has| (-1230 |#1| |#2| |#3|) (-303 (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357))))
+(|has| |#1| (-833))
+((((-674 |#2|)) . T) (((-845)) . T))
+((((-401 (-553))) . T) (((-553)) . T))
(((|#1| |#2|) . T))
-((((-401 (-933 |#1|))) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
-(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
+((((-401 (-934 |#1|))) . T))
+(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
+(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
(((|#1|) |has| |#1| (-169)))
-(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
-(|has| |#2| (-832))
-(|has| |#1| (-832))
-(((|#3|) -4029 (|has| |#3| (-169)) (|has| |#3| (-357))))
-(-4029 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-890)))
-((($ $) . T) ((#0=(-401 (-552)) #0#) . T))
-((((-552) |#2|) . T))
-(((|#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357))))
+(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
+(|has| |#2| (-833))
+(|has| |#1| (-833))
+(((|#3|) -4028 (|has| |#3| (-169)) (|has| |#3| (-357))))
+(-4028 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-891)))
+((($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+((((-553) |#2|) . T))
+(((|#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357))))
(|has| |#1| (-343))
-(((|#3| |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))
-((($) . T) (((-401 (-552))) . T))
-((((-552) (-111)) . T))
-(|has| |#1| (-805))
-(|has| |#1| (-805))
-(((|#1|) . T))
-(-4029 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)))
-(|has| |#1| (-830))
-(|has| |#1| (-830))
-(|has| |#1| (-830))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(|has| |#1| (-38 (-401 (-552))))
-((((-552)) . T) (($) . T) (((-401 (-552))) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
-(|has| |#1| (-38 (-401 (-552))))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-1154)) |has| |#1| (-881 (-1154))) (((-1060)) . T))
-(((|#1|) . T))
-(|has| |#1| (-830))
-(((#0=(-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) #0#) |has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(|has| |#1| (-1078))
-((((-844)) . T) (((-1159)) . T))
+(((|#3| |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))
+((($) . T) (((-401 (-553))) . T))
+((((-553) (-111)) . T))
+(|has| |#1| (-806))
+(|has| |#1| (-806))
+(((|#1|) . T))
+(-4028 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)))
+(|has| |#1| (-831))
+(|has| |#1| (-831))
+(|has| |#1| (-831))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+(|has| |#1| (-38 (-401 (-553))))
+((((-553)) . T) (($) . T) (((-401 (-553))) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
+(|has| |#1| (-38 (-401 (-553))))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-1155)) |has| |#1| (-882 (-1155))) (((-1061)) . T))
+(((|#1|) . T))
+(|has| |#1| (-831))
+(((#0=(-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) #0#) |has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(|has| |#1| (-1079))
+((((-845)) . T) (((-1160)) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
(((|#1|) . T))
@@ -1471,15 +1517,16 @@
(((|#3| |#3|) . T))
(((|#2|) . T))
(((|#1|) . T))
-(((|#1| (-523 |#2|) |#2|) . T))
-((((-844)) . T))
-((((-141)) . T) (((-756)) . T) (((-844)) . T))
-(((|#1| (-756) (-1060)) . T))
+(((|#1| (-524 |#2|) |#2|) . T))
+((((-845)) . T))
+((((-141)) . T) (((-757)) . T) (((-845)) . T))
+(((|#1| (-757) (-1061)) . T))
(((|#3|) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
(((|#1|) . T))
((((-141)) . T))
(((|#2|) |has| |#2| (-169)))
-(-4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-711)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)) (|has| |#2| (-1078)))
+(-4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-712)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)) (|has| |#2| (-1079)))
(((|#1|) . T))
(|has| |#1| (-142))
(|has| |#1| (-144))
@@ -1488,249 +1535,253 @@
(((|#3|) |has| |#3| (-357)))
(((|#1|) . T))
(((|#2|) |has| |#1| (-357)))
-((((-844)) . T))
+((((-845)) . T))
(((|#2|) . T))
-(((|#1| (-1150 |#1|)) . T))
-((((-1060)) . T) ((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-((($) . T) ((|#1|) . T) (((-401 (-552))) . T))
+(((|#1| (-1151 |#1|)) . T))
+((((-1061)) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((($) . T) ((|#1|) . T) (((-401 (-553))) . T))
(((|#2|) . T))
-((((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)))
-((($) |has| |#1| (-830)))
-(|has| |#1| (-890))
-((((-844)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+((((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)))
+((($) |has| |#1| (-831)))
+(|has| |#1| (-891))
+((((-845)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#1|) . T))
(((|#1| |#2|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((#0=(-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) #0#) |has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-890)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-890)))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((#0=(-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) #0#) |has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-891)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-891)))
(((|#1|) . T) (($) . T))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#3|) -4029 (|has| |#3| (-169)) (|has| |#3| (-357))))
-(|has| |#1| (-832))
-(|has| |#1| (-544))
-((((-569 |#1|)) . T))
+(((|#3|) -4028 (|has| |#3| (-169)) (|has| |#3| (-357))))
+(|has| |#1| (-833))
+(|has| |#1| (-545))
+((((-570 |#1|)) . T))
((($) . T))
(((|#2|) . T))
-(-4029 (-12 (|has| |#1| (-357)) (|has| |#2| (-805))) (-12 (|has| |#1| (-357)) (|has| |#2| (-832))))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-((((-891 |#1|)) . T))
-(((|#1| (-488 |#1| |#3|) (-488 |#1| |#2|)) . T))
+(-4028 (-12 (|has| |#1| (-357)) (|has| |#2| (-806))) (-12 (|has| |#1| (-357)) (|has| |#2| (-833))))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+((((-892 |#1|)) . T))
+(((|#1| (-489 |#1| |#3|) (-489 |#1| |#2|)) . T))
(((|#1| |#4| |#5|) . T))
-(((|#1| (-756)) . T))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-544)))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) (((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
-(((|#1|) |has| |#1| (-169)) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))))
-((($) |has| |#1| (-544)) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) . T))
-((((-401 |#2|)) . T) (((-401 (-552))) . T) (($) . T))
-((((-656 |#1|)) . T))
+(((|#1| (-757)) . T))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-545)))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) (((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)) ((|#1|) |has| |#1| (-169)))
+(((|#1|) |has| |#1| (-169)) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))))
+((($) |has| |#1| (-545)) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) . T))
+((((-401 |#2|)) . T) (((-401 (-553))) . T) (($) . T))
+((((-657 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-528)) . T))
-((((-844)) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-844)) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) |has| |#2| (-169)) (($) -4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-(((|#2|) . T))
-(-4029 (|has| |#3| (-25)) (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-362)) (|has| |#3| (-711)) (|has| |#3| (-778)) (|has| |#3| (-830)) (|has| |#3| (-1030)) (|has| |#3| (-1078)))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-((((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-552)) |has| |#1| (-1019 (-552))) ((|#1|) . T))
-(|has| |#1| (-1176))
-(|has| |#1| (-1176))
-(-4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-711)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)) (|has| |#2| (-1078)))
-(|has| |#1| (-1176))
-(|has| |#1| (-1176))
+((((-845)) . T) (((-1160)) . T))
+((((-529)) . T))
+((((-845)) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-845)) . T))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) |has| |#2| (-169)) (($) -4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+(((|#3|) . T) (((-599 $)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+(((|#2|) . T))
+(-4028 (|has| |#3| (-25)) (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-362)) (|has| |#3| (-712)) (|has| |#3| (-779)) (|has| |#3| (-831)) (|has| |#3| (-1031)) (|has| |#3| (-1079)))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
+(|has| |#1| (-1177))
+(|has| |#1| (-1177))
+(-4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-712)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)) (|has| |#2| (-1079)))
+(|has| |#1| (-1177))
+(|has| |#1| (-1177))
(((|#3| |#3|) . T))
-((((-552)) . T) (($) . T) (((-401 (-552))) . T))
-((($) . T) (((-401 (-552))) . T) (((-401 |#1|)) . T) ((|#1|) . T))
-((($ $) . T) ((#0=(-401 (-552)) #0#) . T) ((#1=(-401 |#1|) #1#) . T) ((|#1| |#1|) . T))
+((((-553)) . T) (($) . T) (((-401 (-553))) . T))
+((($) . T) (((-401 (-553))) . T) (((-401 |#1|)) . T) ((|#1|) . T))
+((($ $) . T) ((#0=(-401 (-553)) #0#) . T) ((#1=(-401 |#1|) #1#) . T) ((|#1| |#1|) . T))
(((|#3|) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-((((-1136) (-52)) . T))
-(|has| |#1| (-1078))
-(-4029 (|has| |#2| (-805)) (|has| |#2| (-832)))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+((((-1137) (-52)) . T))
+(|has| |#1| (-1079))
+(-4028 (|has| |#2| (-806)) (|has| |#2| (-833)))
(((|#1|) . T))
(((|#1|) |has| |#1| (-169)) (($) . T))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) (((-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
-((($) . T))
-((((-1152 |#1| |#2| |#3|)) -12 (|has| (-1152 |#1| |#2| |#3|) (-303 (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357))))
-((((-844)) . T))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((($) . T))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-((((-844)) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(|has| |#2| (-890))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) (((-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
+((($) . T))
+((((-1153 |#1| |#2| |#3|)) -12 (|has| (-1153 |#1| |#2| |#3|) (-303 (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357))))
+((((-845)) . T))
+((((-757)) . T))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+((((-553)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-845)) . T))
+((($) . T))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(|has| |#2| (-891))
(|has| |#1| (-357))
-(((|#2|) |has| |#2| (-1078)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-890)))
+(((|#2|) |has| |#2| (-1079)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-891)))
+((((-529)) . T) (((-401 (-1151 (-553)))) . T) (((-220)) . T) (((-373)) . T))
+((((-373)) . T) (((-220)) . T) (((-845)) . T))
+(|has| |#1| (-891))
+(|has| |#1| (-891))
+(|has| |#1| (-891))
((($) . T) ((|#2|) . T))
-((((-528)) . T) (((-401 (-1150 (-552)))) . T) (((-220)) . T) (((-373)) . T))
-((((-373)) . T) (((-220)) . T) (((-844)) . T))
-(|has| |#1| (-890))
-(|has| |#1| (-890))
-(|has| |#1| (-890))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-891)))
+(((|#1|) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
((($ $) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
((($ $) . T))
-((((-552) (-111)) . T))
+((((-553) (-111)) . T))
((($) . T))
(((|#1|) . T))
-((((-552)) . T))
+((((-553)) . T))
((((-111)) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544)))
-(|has| |#1| (-38 (-401 (-552))))
-(((|#1| (-552)) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545)))
+(|has| |#1| (-38 (-401 (-553))))
+(((|#1| (-553)) . T))
((($) . T))
-(((|#2|) . T) (((-552)) |has| |#2| (-625 (-552))))
-((((-552)) |has| |#1| (-625 (-552))) ((|#1|) . T))
+(((|#2|) . T) (((-553)) |has| |#2| (-626 (-553))))
+((((-553)) |has| |#1| (-626 (-553))) ((|#1|) . T))
(((|#1|) . T))
-((((-552)) . T))
+((((-553)) . T))
(((|#1| |#2|) . T))
-((((-1154)) |has| |#1| (-1030)))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
+((((-1155)) |has| |#1| (-1031)))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
(((|#1|) . T))
-((((-844)) . T))
-(((|#1| (-552)) . T))
-(((|#1| (-1229 |#1| |#2| |#3|)) . T))
+((((-845)) . T))
+(((|#1| (-553)) . T))
+(((|#1| (-1230 |#1| |#2| |#3|)) . T))
(((|#1|) . T))
-(((|#1| (-401 (-552))) . T))
-(((|#1| (-1201 |#1| |#2| |#3|)) . T))
-(((|#1| (-756)) . T))
+(((|#1| (-401 (-553))) . T))
+(((|#1| (-1202 |#1| |#2| |#3|)) . T))
+(((|#1| (-757)) . T))
(((|#1|) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-844)) . T))
-(|has| |#1| (-1078))
-((((-1136) |#1|) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-845)) . T))
+(|has| |#1| (-1079))
+((((-1137) |#1|) . T))
((($) . T))
(|has| |#2| (-144))
(|has| |#2| (-142))
-(((|#1| (-523 (-803 (-1154))) (-803 (-1154))) . T))
-((((-844)) . T))
-((((-1223 |#1| |#2| |#3| |#4|)) . T))
-((((-1223 |#1| |#2| |#3| |#4|)) . T))
-(((|#1|) |has| |#1| (-1030)))
-((((-552) (-111)) . T))
-((((-844)) |has| |#1| (-1078)))
+(((|#1| (-524 (-804 (-1155))) (-804 (-1155))) . T))
+((((-845)) . T))
+((((-1224 |#1| |#2| |#3| |#4|)) . T))
+((((-1224 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) |has| |#1| (-1031)))
+((((-553) (-111)) . T))
+((((-845)) |has| |#1| (-1079)))
(|has| |#2| (-169))
-((((-552)) . T))
-(|has| |#2| (-830))
+((((-553)) . T))
+(|has| |#2| (-831))
(((|#1|) . T))
-((((-552)) . T))
-((((-844)) . T))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-343)))
+((((-553)) . T))
+((((-845)) . T))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-343)))
(|has| |#1| (-144))
-((((-844)) . T))
+((((-845)) . T))
(((|#3|) . T))
-(-4029 (|has| |#3| (-169)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-((((-844)) . T))
-((((-1222 |#2| |#3| |#4|)) . T) (((-1223 |#1| |#2| |#3| |#4|)) . T))
-((((-844)) . T))
-((((-48)) -12 (|has| |#1| (-544)) (|has| |#1| (-1019 (-552)))) (((-598 $)) . T) ((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) -4029 (-12 (|has| |#1| (-544)) (|has| |#1| (-1019 (-552)))) (|has| |#1| (-1019 (-401 (-552))))) (((-401 (-933 |#1|))) |has| |#1| (-544)) (((-933 |#1|)) |has| |#1| (-1030)) (((-1154)) . T))
+(-4028 (|has| |#3| (-169)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+((((-845)) . T))
+((((-1223 |#2| |#3| |#4|)) . T) (((-1224 |#1| |#2| |#3| |#4|)) . T))
+((((-845)) . T))
+((((-48)) -12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553)))) (((-599 $)) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) -4028 (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553)))) (|has| |#1| (-1020 (-401 (-553))))) (((-401 (-934 |#1|))) |has| |#1| (-545)) (((-934 |#1|)) |has| |#1| (-1031)) (((-1155)) . T))
(((|#1|) . T) (($) . T))
-(((|#1| (-756)) . T))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((|#1|) |has| |#1| (-169)))
+(((|#1| (-757)) . T))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((|#1|) |has| |#1| (-169)))
(((|#1|) |has| |#1| (-303 |#1|)))
-((((-1223 |#1| |#2| |#3| |#4|)) . T))
-((((-552)) |has| |#1| (-867 (-552))) (((-373)) |has| |#1| (-867 (-373))))
+((((-1224 |#1| |#2| |#3| |#4|)) . T))
+((((-553)) |has| |#1| (-868 (-553))) (((-373)) |has| |#1| (-868 (-373))))
(((|#1|) . T))
-(|has| |#1| (-544))
+(|has| |#1| (-545))
(((|#1|) . T))
-((((-844)) . T))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
+((((-845)) . T))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
(((|#1|) |has| |#1| (-169)))
-((($) |has| |#1| (-544)) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
-(((|#1|) . T))
-(((|#3|) |has| |#3| (-1078)))
-(((|#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-357))))
-((((-1222 |#2| |#3| |#4|)) . T))
+((($) |has| |#1| (-545)) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
+(((|#1|) . T))
+(((|#3|) |has| |#3| (-1079)))
+((((-892 |#1|)) . T))
+(((|#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-357))))
+((((-1223 |#2| |#3| |#4|)) . T))
((((-111)) . T))
-(|has| |#1| (-805))
-(|has| |#1| (-805))
-(((|#1| (-552) (-1060)) . T))
+(|has| |#1| (-806))
+(|has| |#1| (-806))
+(((|#1| (-553) (-1061)) . T))
((($) |has| |#1| (-303 $)) ((|#1|) |has| |#1| (-303 |#1|)))
-(|has| |#1| (-830))
-(|has| |#1| (-830))
-(((|#1| (-552) (-1060)) . T))
-(-4029 (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(((|#1| (-401 (-552)) (-1060)) . T))
-(((|#1| (-756) (-1060)) . T))
-(|has| |#1| (-832))
-(((#0=(-891 |#1|) #0#) . T) (($ $) . T) ((#1=(-401 (-552)) #1#) . T))
+(|has| |#1| (-831))
+(|has| |#1| (-831))
+(((|#1| (-553) (-1061)) . T))
+(-4028 (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(((|#1| (-401 (-553)) (-1061)) . T))
+(((|#1| (-757) (-1061)) . T))
+(|has| |#1| (-833))
+(((#0=(-892 |#1|) #0#) . T) (($ $) . T) ((#1=(-401 (-553)) #1#) . T))
(|has| |#2| (-142))
(|has| |#2| (-144))
(((|#2|) . T))
(|has| |#1| (-142))
(|has| |#1| (-144))
-(|has| |#1| (-1078))
-((((-891 |#1|)) . T) (($) . T) (((-401 (-552))) . T))
-(|has| |#1| (-1078))
+(|has| |#1| (-1079))
+((((-892 |#1|)) . T) (($) . T) (((-401 (-553))) . T))
+(|has| |#1| (-1079))
(((|#1|) . T))
-(|has| |#1| (-1078))
-((((-552)) -12 (|has| |#1| (-357)) (|has| |#2| (-625 (-552)))) ((|#2|) |has| |#1| (-357)))
-(-4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-711)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)) (|has| |#2| (-1078)))
+(|has| |#1| (-1079))
+((((-553)) -12 (|has| |#1| (-357)) (|has| |#2| (-626 (-553)))) ((|#2|) |has| |#1| (-357)))
+(-4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-712)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)) (|has| |#2| (-1079)))
(((|#2|) |has| |#2| (-169)))
(((|#1|) |has| |#1| (-169)))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
-((((-844)) . T))
-(|has| |#3| (-830))
-((((-844)) . T))
-((((-1222 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) . T))
-((((-844)) . T))
-(((|#1| |#1|) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-1030))))
-(((|#1|) . T))
-((((-552)) . T))
-((((-552)) . T))
-(((|#1|) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-1030))))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
+((((-845)) . T))
+(|has| |#3| (-831))
+((((-845)) . T))
+((((-1223 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) . T))
+((((-845)) . T))
+(((|#1| |#1|) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-1031))))
+(((|#1|) . T))
+((((-553)) . T))
+((((-553)) . T))
+(((|#1|) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-1031))))
(((|#2|) |has| |#2| (-357)))
-((($) . T) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-357)))
-(|has| |#1| (-832))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(((|#2|) . T))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) |has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-890)))
-(((|#2|) . T) (((-552)) |has| |#2| (-625 (-552))))
-((((-844)) . T))
-((((-844)) . T))
-((((-528)) . T) (((-552)) . T) (((-873 (-552))) . T) (((-373)) . T) (((-220)) . T))
-((((-844)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-((((-552)) . T) (($) . T) (((-401 (-552))) . T))
-((((-552)) . T) (($) . T) (((-401 (-552))) . T))
+((($) . T) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-357)))
+(|has| |#1| (-833))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(((|#2|) . T))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) |has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-891)))
+(((|#2|) . T) (((-553)) |has| |#2| (-626 (-553))))
+((((-845)) . T))
+((((-845)) . T))
+((((-529)) . T) (((-553)) . T) (((-874 (-553))) . T) (((-373)) . T) (((-220)) . T))
+((((-845)) . T))
+(|has| |#1| (-38 (-401 (-553))))
+((((-553)) . T) (($) . T) (((-401 (-553))) . T))
+((((-553)) . T) (($) . T) (((-401 (-553))) . T))
(|has| |#1| (-228))
(((|#1|) . T))
-(((|#1| (-552)) . T))
-(|has| |#1| (-830))
-(((|#1| (-1152 |#1| |#2| |#3|)) . T))
+(((|#1| (-553)) . T))
+(|has| |#1| (-831))
+(((|#1| (-1153 |#1| |#2| |#3|)) . T))
(((|#1| |#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1| (-401 (-552))) . T))
-(((|#1| (-1145 |#1| |#2| |#3|)) . T))
-(((|#1| (-756)) . T))
+(((|#1| (-401 (-553))) . T))
+(((|#1| (-1146 |#1| |#2| |#3|)) . T))
+(((|#1| (-757)) . T))
(((|#1|) . T))
(((|#1| |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) . T))
(((|#1|) . T))
@@ -1739,180 +1790,185 @@
(|has| |#1| (-144))
(|has| |#1| (-144))
(|has| |#1| (-142))
+((((-401 (-553))) |has| |#1| (-1020 (-553))) (((-553)) |has| |#1| (-1020 (-553))) (((-1155)) |has| |#1| (-1020 (-1155))) ((|#1|) . T))
(((|#1| |#2|) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
((((-141)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(((|#1|) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) . T) (($ $) . T))
-((((-844)) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-((($) . T) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(((|#1|) . T))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) . T) (($ $) . T))
+(((|#2|) . T))
+((((-845)) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+((($) . T) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
(|has| |#1| (-357))
(|has| |#1| (-357))
(|has| (-401 |#2|) (-228))
-(|has| |#1| (-890))
-(((|#2|) |has| |#2| (-1030)))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
+(|has| |#1| (-891))
+(((|#2|) |has| |#2| (-1031)))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
(|has| |#1| (-357))
(((|#1|) |has| |#1| (-169)))
(((|#1| |#1|) . T))
-((((-851 |#1|)) . T))
-((((-844)) . T))
+((((-852 |#1|)) . T))
+((((-845)) . T))
(((|#1|) . T))
-(((|#2|) |has| |#2| (-1078)))
-(|has| |#2| (-832))
+(((|#2|) |has| |#2| (-1079)))
+(|has| |#2| (-833))
(((|#1|) . T))
-((((-401 (-552))) . T) (((-552)) . T) (((-598 $)) . T))
+((((-401 (-553))) |has| #0=(-401 |#2|) (-1020 (-401 (-553)))) (((-553)) |has| #0# (-1020 (-553))) ((#0#) . T))
+((((-401 (-553))) . T) (((-553)) . T) (((-599 $)) . T))
(((|#1|) . T))
-((((-844)) . T))
+((((-845)) . T))
((($) . T))
-(|has| |#1| (-832))
-((((-844)) . T))
-(((|#1| (-523 |#2|) |#2|) . T))
-(((|#1| (-552) (-1060)) . T))
-((((-891 |#1|)) . T))
-((((-844)) . T))
+(|has| |#1| (-833))
+((((-845)) . T))
+(((|#1| (-524 |#2|) |#2|) . T))
+(((|#1| (-553) (-1061)) . T))
+((((-892 |#1|)) . T))
+((((-845)) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(((|#1| (-401 (-552)) (-1060)) . T))
-(((|#1| (-756) (-1060)) . T))
-(((#0=(-401 |#2|) #0#) . T) ((#1=(-401 (-552)) #1#) . T) (($ $) . T))
-(((|#1|) . T) (((-552)) -4029 (|has| (-401 (-552)) (-1019 (-552))) (|has| |#1| (-1019 (-552)))) (((-401 (-552))) . T))
-(((|#1| (-588 |#1| |#3|) (-588 |#1| |#2|)) . T))
+(((|#1| (-401 (-553)) (-1061)) . T))
+(((|#1| (-757) (-1061)) . T))
+(((#0=(-401 |#2|) #0#) . T) ((#1=(-401 (-553)) #1#) . T) (($ $) . T))
+(((|#1|) . T) (((-553)) -4028 (|has| (-401 (-553)) (-1020 (-553))) (|has| |#1| (-1020 (-553)))) (((-401 (-553))) . T))
+(((|#1| (-589 |#1| |#3|) (-589 |#1| |#2|)) . T))
(((|#1|) |has| |#1| (-169)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-401 |#2|)) . T) (((-401 (-552))) . T) (($) . T))
+((((-401 |#2|)) . T) (((-401 (-553))) . T) (($) . T))
(|has| |#2| (-228))
-(((|#2| (-523 (-846 |#1|)) (-846 |#1|)) . T))
-((((-844)) . T))
-((($) |has| |#1| (-544)) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-844)) . T))
+(((|#2| (-524 (-847 |#1|)) (-847 |#1|)) . T))
+((((-845)) . T))
+((($) |has| |#1| (-545)) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-845)) . T))
(((|#1| |#3|) . T))
-((((-844)) . T))
+((((-845)) . T))
(((|#1|) |has| |#1| (-169)))
-((((-683)) . T))
-((((-683)) . T))
+((((-684)) . T))
+((((-684)) . T))
(((|#2|) |has| |#2| (-169)))
-(|has| |#2| (-830))
-((((-111)) |has| |#1| (-1078)) (((-844)) -4029 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-466)) (|has| |#1| (-711)) (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)) (|has| |#1| (-1090)) (|has| |#1| (-1078))))
+(|has| |#2| (-831))
+(((|#2|) . T) (((-553)) |has| |#2| (-1020 (-553))) (((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))))
+((((-111)) |has| |#1| (-1079)) (((-845)) -4028 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-466)) (|has| |#1| (-712)) (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)) (|has| |#1| (-1091)) (|has| |#1| (-1079))))
(((|#1|) . T) (($) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) . T))
-((((-844)) . T))
-((((-552) |#1|) . T))
-((((-844)) . T))
-((((-683)) . T) (((-401 (-552))) . T) (((-552)) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) . T))
+((((-845)) . T))
+((((-553) |#1|) . T))
+((((-845)) . T))
+((((-684)) . T) (((-401 (-553))) . T) (((-553)) . T))
(((|#1| |#1|) |has| |#1| (-169)))
(((|#2|) . T))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
((((-373)) . T))
-((((-683)) . T))
-((((-401 (-552))) . #0=(|has| |#2| (-357))) (($) . #0#))
+((((-684)) . T))
+((((-401 (-553))) . #0=(|has| |#2| (-357))) (($) . #0#))
(((|#1|) |has| |#1| (-169)))
-((((-401 (-933 |#1|))) . T))
+((((-401 (-934 |#1|))) . T))
(((|#2| |#2|) . T))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
(((|#2|) . T))
-(|has| |#2| (-832))
-(|has| |#2| (-890))
-(|has| |#1| (-890))
+(|has| |#2| (-833))
+(|has| |#2| (-891))
+(|has| |#1| (-891))
(|has| |#1| (-357))
-(|has| |#1| (-832))
-(((|#3|) |has| |#3| (-1030)))
-((((-1154)) |has| |#2| (-881 (-1154))))
-((((-844)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-401 (-552))) . T) (($) . T))
+(|has| |#1| (-833))
+(((|#3|) |has| |#3| (-1031)))
+((((-1155)) |has| |#2| (-882 (-1155))))
+((((-845)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-401 (-553))) . T) (($) . T))
(|has| |#1| (-466))
(|has| |#1| (-362))
(|has| |#1| (-362))
(|has| |#1| (-362))
(|has| |#1| (-357))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-466)) (|has| |#1| (-544)) (|has| |#1| (-1030)) (|has| |#1| (-1090)))
-(|has| |#1| (-38 (-401 (-552))))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-466)) (|has| |#1| (-545)) (|has| |#1| (-1031)) (|has| |#1| (-1091)))
+(|has| |#1| (-38 (-401 (-553))))
((((-115 |#1|)) . T))
((((-115 |#1|)) . T))
(|has| |#1| (-343))
((((-141)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-((($) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(((|#2|) . T) (((-844)) . T))
-(((|#2|) . T) (((-844)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-832))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
+(|has| |#1| (-38 (-401 (-553))))
+((($) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(((|#2|) . T) (((-845)) . T))
+(((|#2|) . T) (((-845)) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-833))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
(((|#1| |#2|) . T))
(|has| |#1| (-144))
(|has| |#1| (-142))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) ((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) ((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
(((|#2|) . T))
(((|#3|) . T))
((((-115 |#1|)) . T))
(|has| |#1| (-362))
-(|has| |#1| (-832))
-(((|#2|) . T) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-552)) |has| |#1| (-1019 (-552))) ((|#1|) . T))
+(|has| |#1| (-833))
+(((|#2|) . T) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
((((-115 |#1|)) . T))
(((|#2|) |has| |#2| (-169)))
(((|#1|) . T))
-((((-552)) . T))
+((((-553)) . T))
(|has| |#1| (-357))
(|has| |#1| (-357))
-((((-844)) . T))
-((((-844)) . T))
-((((-528)) |has| |#1| (-600 (-528))) (((-873 (-552))) |has| |#1| (-600 (-873 (-552)))) (((-873 (-373))) |has| |#1| (-600 (-873 (-373)))) (((-373)) . #0=(|has| |#1| (-1003))) (((-220)) . #0#))
+((((-845)) . T))
+((((-845)) . T))
+((((-529)) |has| |#1| (-601 (-529))) (((-874 (-553))) |has| |#1| (-601 (-874 (-553)))) (((-874 (-373))) |has| |#1| (-601 (-874 (-373)))) (((-373)) . #0=(|has| |#1| (-1004))) (((-220)) . #0#))
(((|#1|) |has| |#1| (-357)))
-((((-844)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((($ $) . T) (((-598 $) $) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-((($) . T) (((-1223 |#1| |#2| |#3| |#4|)) . T) (((-401 (-552))) . T))
-((($) -4029 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-544)) (|has| |#1| (-1030))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-544)))
+((((-845)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((($ $) . T) (((-599 $) $) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+((($) . T) (((-1224 |#1| |#2| |#3| |#4|)) . T) (((-401 (-553))) . T))
+((($) -4028 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-545)) (|has| |#1| (-1031))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-545)))
(|has| |#1| (-357))
(|has| |#1| (-357))
(|has| |#1| (-357))
-((((-373)) . T) (((-552)) . T) (((-401 (-552))) . T))
-((((-629 (-765 |#1| (-846 |#2|)))) . T) (((-844)) . T))
-((((-528)) |has| (-765 |#1| (-846 |#2|)) (-600 (-528))))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+((((-373)) . T) (((-553)) . T) (((-401 (-553))) . T))
+((((-630 (-766 |#1| (-847 |#2|)))) . T) (((-845)) . T))
+((((-529)) |has| (-766 |#1| (-847 |#2|)) (-601 (-529))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
((((-373)) . T))
-(((|#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))
-((((-844)) . T))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-890)))
-(((|#1|) . T))
-(|has| |#1| (-832))
-(|has| |#1| (-832))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
-(|has| |#1| (-1078))
-((((-844)) . T))
-((((-1154)) . T) (((-844)) . T) (((-1159)) . T))
-((((-401 (-552))) . T) (((-552)) . T) (((-598 $)) . T))
+(((|#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))
+((((-845)) . T))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-891)))
+(((|#1|) . T))
+(|has| |#1| (-833))
+(|has| |#1| (-833))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
+(|has| |#1| (-1079))
+((((-845)) . T))
+((((-1155)) . T) (((-845)) . T) (((-1160)) . T))
+((((-401 (-553))) . T) (((-553)) . T) (((-599 $)) . T))
(|has| |#1| (-142))
(|has| |#1| (-144))
-((((-552)) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-(((#0=(-1222 |#2| |#3| |#4|)) . T) (((-401 (-552))) |has| #0# (-38 (-401 (-552)))) (($) . T))
-((((-552)) . T))
+((((-553)) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+(((#0=(-1223 |#2| |#3| |#4|)) . T) (((-401 (-553))) |has| #0# (-38 (-401 (-553)))) (($) . T))
+((((-553)) . T))
(|has| |#1| (-357))
-(-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-144)) (|has| |#1| (-357))) (|has| |#1| (-144)))
-(-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-142)) (|has| |#1| (-357))) (|has| |#1| (-142)))
+(-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-144)) (|has| |#1| (-357))) (|has| |#1| (-144)))
+(-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-142)) (|has| |#1| (-357))) (|has| |#1| (-142)))
(|has| |#1| (-357))
(|has| |#1| (-142))
(|has| |#1| (-144))
@@ -1921,1354 +1977,1410 @@
(|has| |#1| (-228))
(|has| |#1| (-357))
(((|#3|) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-552)) |has| |#2| (-625 (-552))) ((|#2|) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-553)) |has| |#2| (-626 (-553))) ((|#2|) . T))
(((|#2|) . T))
-(|has| |#1| (-1078))
+(|has| |#1| (-1079))
(((|#1| |#2|) . T))
-(((|#1|) . T) (((-552)) |has| |#1| (-625 (-552))))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+(((|#1|) . T) (((-553)) |has| |#1| (-626 (-553))))
(((|#3|) |has| |#3| (-169)))
-(-4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-711)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)) (|has| |#2| (-1078)))
-((((-844)) . T))
-((((-552)) . T))
+(-4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-712)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)) (|has| |#2| (-1079)))
+((((-845)) . T))
+((((-553)) . T))
(((|#1| $) |has| |#1| (-280 |#1| |#1|)))
-((((-401 (-552))) . T) (($) . T) (((-401 |#1|)) . T) ((|#1|) . T))
-((((-844)) . T))
+((((-401 (-553))) . T) (($) . T) (((-401 |#1|)) . T) ((|#1|) . T))
+((((-845)) . T))
(((|#3|) . T))
-(((|#1| |#1|) . T) (($ $) -4029 (|has| |#1| (-284)) (|has| |#1| (-357))) ((#0=(-401 (-552)) #0#) |has| |#1| (-357)))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) . T))
-((($) . T))
-((((-552) |#1|) . T))
-((((-1154)) |has| (-401 |#2|) (-881 (-1154))))
-(((|#1|) . T) (($) -4029 (|has| |#1| (-284)) (|has| |#1| (-357))) (((-401 (-552))) |has| |#1| (-357)))
-((((-528)) |has| |#2| (-600 (-528))))
-((((-673 |#2|)) . T) (((-844)) . T))
-(((|#1|) . T))
-(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
-(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
-((((-851 |#1|)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(-4029 (|has| |#4| (-778)) (|has| |#4| (-830)))
-(-4029 (|has| |#3| (-778)) (|has| |#3| (-830)))
-((((-844)) . T))
-((((-844)) . T))
-(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
-(((|#2|) |has| |#2| (-1030)))
+(((|#1| |#1|) . T) (($ $) -4028 (|has| |#1| (-284)) (|has| |#1| (-357))) ((#0=(-401 (-553)) #0#) |has| |#1| (-357)))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) . T))
+((($) . T))
+((((-553) |#1|) . T))
+((((-1155)) |has| (-401 |#2|) (-882 (-1155))))
+(((|#1|) . T) (($) -4028 (|has| |#1| (-284)) (|has| |#1| (-357))) (((-401 (-553))) |has| |#1| (-357)))
+((((-529)) |has| |#2| (-601 (-529))))
+((((-674 |#2|)) . T) (((-845)) . T))
+(((|#1|) . T))
+(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
+(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
+((((-852 |#1|)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(-4028 (|has| |#4| (-779)) (|has| |#4| (-831)))
+(-4028 (|has| |#3| (-779)) (|has| |#3| (-831)))
+((((-845)) . T))
+((((-845)) . T))
+(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
+(((|#2|) |has| |#2| (-1031)))
(((|#1|) . T))
((((-401 |#2|)) . T))
(((|#1|) . T))
-(((|#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))
-((((-552) |#1|) . T))
-(((|#1|) . T))
-((($) . T))
-((((-552)) . T) (($) . T) (((-401 (-552))) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-401 (-552))) . T) (($) . T))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-1195)))
-((($) . T))
-((((-401 (-552))) |has| #0=(-401 |#2|) (-1019 (-401 (-552)))) (((-552)) |has| #0# (-1019 (-552))) ((#0#) . T))
-(((|#2|) . T) (((-552)) |has| |#2| (-625 (-552))))
-(((|#1| (-756)) . T))
-(|has| |#1| (-832))
-(((|#1|) . T) (((-552)) |has| |#1| (-625 (-552))))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) (((-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
-((((-552)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) |has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(|has| |#1| (-830))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
+(((|#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))
+((((-553) |#1|) . T))
+(((|#1|) . T))
+((($) . T))
+((((-553)) . T) (($) . T) (((-401 (-553))) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-401 (-553))) . T) (($) . T))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-1196)))
+((($) . T))
+((((-401 (-553))) |has| #0=(-401 |#2|) (-1020 (-401 (-553)))) (((-553)) |has| #0# (-1020 (-553))) ((#0#) . T))
+(((|#2|) . T) (((-553)) |has| |#2| (-626 (-553))))
+(((|#1| (-757)) . T))
+(|has| |#1| (-833))
+(((|#1|) . T) (((-553)) |has| |#1| (-626 (-553))))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) (((-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
+((((-553)) . T))
+(|has| |#1| (-38 (-401 (-553))))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) |has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(|has| |#1| (-831))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
(|has| |#1| (-362))
(|has| |#1| (-362))
(|has| |#1| (-362))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
(|has| |#1| (-343))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-((((-1136)) . T) (((-1154)) . T) (((-220)) . T) (((-552)) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+((((-1137)) . T) (((-1155)) . T) (((-220)) . T) (((-553)) . T))
+((((-1061)) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
(((|#1| |#2|) . T))
((((-141)) . T))
-((((-765 |#1| (-846 |#2|))) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-(|has| |#1| (-1176))
-((((-844)) . T))
-(((|#1|) . T))
-(-4029 (|has| |#3| (-25)) (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-362)) (|has| |#3| (-711)) (|has| |#3| (-778)) (|has| |#3| (-830)) (|has| |#3| (-1030)) (|has| |#3| (-1078)))
-((((-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)))
-(((|#2|) . T))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-891 |#1|)) . T))
-((($) . T))
-((((-401 (-933 |#1|))) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-528)) |has| |#4| (-600 (-528))))
-((((-844)) . T) (((-629 |#4|)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(((|#1|) . T))
-(|has| |#1| (-830))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) |has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))))
-(|has| |#1| (-1078))
+((((-766 |#1| (-847 |#2|))) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+(|has| |#1| (-1177))
+((((-845)) . T))
+(((|#1|) . T))
+(-4028 (|has| |#3| (-25)) (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-362)) (|has| |#3| (-712)) (|has| |#3| (-779)) (|has| |#3| (-831)) (|has| |#3| (-1031)) (|has| |#3| (-1079)))
+((((-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)))
+(((|#2|) . T))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
+((((-892 |#1|)) . T))
+((($) . T))
+((((-401 (-934 |#1|))) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-529)) |has| |#4| (-601 (-529))))
+((((-845)) . T) (((-630 |#4|)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(((|#1|) . T))
+(|has| |#1| (-831))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) |has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))))
+(|has| |#1| (-1079))
(|has| |#1| (-357))
-(|has| |#1| (-832))
+(|has| |#1| (-833))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((($) . T) (((-401 (-552))) . T))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((|#1|) |has| |#1| (-169)))
+((((-657 |#1|)) . T))
+((($) . T) (((-401 (-553))) . T))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((|#1|) |has| |#1| (-169)))
(|has| |#1| (-142))
(|has| |#1| (-144))
-(-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-144)) (|has| |#1| (-357))) (|has| |#1| (-144)))
-(-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-142)) (|has| |#1| (-357))) (|has| |#1| (-142)))
+(-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-144)) (|has| |#1| (-357))) (|has| |#1| (-144)))
+(-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-142)) (|has| |#1| (-357))) (|has| |#1| (-142)))
(|has| |#1| (-142))
(|has| |#1| (-144))
(|has| |#1| (-144))
(|has| |#1| (-142))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-((((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)))
-(|has| |#1| (-830))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+((((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)))
+(|has| |#1| (-831))
(((|#1| |#2|) . T))
-(((|#1|) . T) (((-552)) |has| |#1| (-625 (-552))))
-((((-552)) |has| |#1| (-625 (-552))) ((|#1|) . T))
-((((-891 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
-(|has| |#1| (-1078))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T) (((-552)) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-626 (-553))))
+((((-553)) |has| |#1| (-626 (-553))) ((|#1|) . T))
+((((-892 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
+(|has| |#1| (-1079))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T) (((-553)) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
(|has| |#2| (-142))
(|has| |#2| (-144))
-((((-891 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
-(|has| |#1| (-1078))
+((((-892 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
+(|has| |#1| (-1079))
(((|#2|) |has| |#2| (-169)))
(((|#2|) . T))
(((|#1| |#1|) . T))
(((|#3|) |has| |#3| (-357)))
((((-401 |#2|)) . T))
-((((-844)) . T))
-(((|#1|) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)) ((|#1| |#1|) |has| |#1| (-303 |#1|)))
-(((|#1|) -4029 (|has| |#1| (-169)) (|has| |#1| (-357))))
+((((-845)) . T))
+(((|#1|) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)) ((|#1| |#1|) |has| |#1| (-303 |#1|)))
+(((|#1|) -4028 (|has| |#1| (-169)) (|has| |#1| (-357))))
((((-310 |#1|)) . T))
(((|#2|) |has| |#2| (-357)))
(((|#2|) . T))
-((((-401 (-552))) . T) (((-683)) . T) (($) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((#0=(-765 |#1| (-846 |#2|)) #0#) |has| (-765 |#1| (-846 |#2|)) (-303 (-765 |#1| (-846 |#2|)))))
-((((-846 |#1|)) . T))
+((((-401 (-553))) . T) (((-684)) . T) (($) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((#0=(-766 |#1| (-847 |#2|)) #0#) |has| (-766 |#1| (-847 |#2|)) (-303 (-766 |#1| (-847 |#2|)))))
+((((-553)) . T))
+((((-847 |#1|)) . T))
(((|#2|) |has| |#2| (-169)))
(((|#1|) |has| |#1| (-169)))
(((|#2|) . T))
-((((-1154)) |has| |#1| (-881 (-1154))) (((-1060)) . T))
-((((-1154)) |has| |#1| (-881 (-1154))) (((-1066 (-1154))) . T))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(|has| |#1| (-38 (-401 (-552))))
-(((|#4|) |has| |#4| (-1030)) (((-552)) -12 (|has| |#4| (-625 (-552))) (|has| |#4| (-1030))))
-(((|#3|) |has| |#3| (-1030)) (((-552)) -12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030))))
+((((-1155)) |has| |#1| (-882 (-1155))) (((-1061)) . T))
+((((-1155)) |has| |#1| (-882 (-1155))) (((-1067 (-1155))) . T))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(|has| |#1| (-38 (-401 (-553))))
+(((|#4|) |has| |#4| (-1031)) (((-553)) -12 (|has| |#4| (-626 (-553))) (|has| |#4| (-1031))))
+(((|#3|) |has| |#3| (-1031)) (((-553)) -12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031))))
(|has| |#1| (-142))
(|has| |#1| (-144))
((($ $) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-466)) (|has| |#1| (-711)) (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)) (|has| |#1| (-1090)) (|has| |#1| (-1078)))
-(|has| |#1| (-544))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-466)) (|has| |#1| (-712)) (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)) (|has| |#1| (-1091)) (|has| |#1| (-1079)))
+(|has| |#1| (-545))
(((|#2|) . T))
-((((-552)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+((((-553)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
(((|#1|) . T))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-544)) (|has| |#1| (-1030)))
-((((-569 |#1|)) . T))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-545)) (|has| |#1| (-1031)))
+((((-570 |#1|)) . T))
((($) . T))
(((|#1| (-58 |#1|) (-58 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
((($) . T))
(((|#1|) . T))
-((((-844)) . T))
-(((|#2|) |has| |#2| (-6 (-4370 "*"))))
+((((-845)) . T))
+(((|#2|) |has| |#2| (-6 (-4371 "*"))))
(((|#1|) . T))
(((|#1|) . T))
+(((|#3|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-401 (-552))) |has| |#2| (-1019 (-401 (-552)))) (((-552)) |has| |#2| (-1019 (-552))) ((|#2|) . T) (((-846 |#1|)) . T))
-((($) . T) (((-115 |#1|)) . T) (((-401 (-552))) . T))
-((((-1103 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-((((-1150 |#1|)) . T) (((-1060)) . T) ((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-((((-1103 |#1| (-1154))) . T) (((-1066 (-1154))) . T) ((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-1154)) . T))
-(|has| |#1| (-1078))
+((((-1223 |#2| |#3| |#4|)) . T) (((-1224 |#1| |#2| |#3| |#4|)) . T))
+((((-48)) -12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553)))) (((-599 $)) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) -4028 (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553)))) (|has| |#1| (-1020 (-401 (-553))))) (((-401 (-934 |#1|))) |has| |#1| (-545)) (((-934 |#1|)) |has| |#1| (-1031)) (((-1155)) . T))
+((((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))) (((-553)) |has| |#2| (-1020 (-553))) ((|#2|) . T) (((-847 |#1|)) . T))
+((($) . T) (((-115 |#1|)) . T) (((-401 (-553))) . T))
+((((-1104 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((((-1151 |#1|)) . T) (((-1061)) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((((-1104 |#1| (-1155))) . T) (((-1067 (-1155))) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-1155)) . T))
+(|has| |#1| (-1079))
((($) . T))
-(|has| |#1| (-1078))
-((((-552)) -12 (|has| |#1| (-867 (-552))) (|has| |#2| (-867 (-552)))) (((-373)) -12 (|has| |#1| (-867 (-373))) (|has| |#2| (-867 (-373)))))
+(|has| |#1| (-1079))
+((((-553)) -12 (|has| |#1| (-868 (-553))) (|has| |#2| (-868 (-553)))) (((-373)) -12 (|has| |#1| (-868 (-373))) (|has| |#2| (-868 (-373)))))
(((|#1| |#2|) . T))
-((((-1154) |#1|) . T))
+((((-1155) |#1|) . T))
(((|#4|) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
-((((-1154) (-52)) . T))
-((((-1222 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) . T))
-((((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-552)) |has| |#1| (-1019 (-552))) ((|#1|) . T))
-((((-844)) . T))
-(-4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-711)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)) (|has| |#2| (-1078)))
-(((#0=(-1223 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-401 (-552)) #1#) . T) (($ $) . T))
-(((|#1| |#1|) |has| |#1| (-169)) ((#0=(-401 (-552)) #0#) |has| |#1| (-544)) (($ $) |has| |#1| (-544)))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
+((((-1155) (-52)) . T))
+((((-1223 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
+((((-845)) . T))
+(-4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-362)) (|has| |#2| (-712)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)) (|has| |#2| (-1079)))
+(((#0=(-1224 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-401 (-553)) #1#) . T) (($ $) . T))
+(((|#1| |#1|) |has| |#1| (-169)) ((#0=(-401 (-553)) #0#) |has| |#1| (-545)) (($ $) |has| |#1| (-545)))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T))
(((|#1| $) |has| |#1| (-280 |#1| |#1|)))
-((((-1223 |#1| |#2| |#3| |#4|)) . T) (((-401 (-552))) . T) (($) . T))
-(((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-544)) (($) |has| |#1| (-544)))
+((((-1224 |#1| |#2| |#3| |#4|)) . T) (((-401 (-553))) . T) (($) . T))
+(((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-545)) (($) |has| |#1| (-545)))
(|has| |#1| (-357))
(|has| |#1| (-142))
(|has| |#1| (-144))
(|has| |#1| (-144))
(|has| |#1| (-142))
-((((-401 (-552))) . T) (($) . T))
+((((-401 (-553))) . T) (($) . T))
(((|#3|) |has| |#3| (-357)))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
-((((-1154)) . T))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
+((((-1155)) . T))
+((((-1223 |#2| |#3| |#4|)) . T))
(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
(((|#2| |#3|) . T))
-(-4029 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-(((|#1| (-523 |#2|)) . T))
-(((|#1| (-756)) . T))
-(((|#1| (-523 (-1066 (-1154)))) . T))
+(-4028 (|has| |#2| (-357)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+(((|#1| (-524 |#2|)) . T))
+(((|#1| (-757)) . T))
+(((|#1| (-524 (-1067 (-1155)))) . T))
(((|#1|) |has| |#1| (-169)))
(((|#1|) . T))
-(|has| |#2| (-890))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
-((((-844)) . T))
-((($ $) . T) ((#0=(-1222 |#2| |#3| |#4|) #0#) . T) ((#1=(-401 (-552)) #1#) |has| #0# (-38 (-401 (-552)))))
-((((-891 |#1|)) . T))
-(-12 (|has| |#1| (-357)) (|has| |#2| (-805)))
-((($) . T) (((-401 (-552))) . T))
-((((-844)) . T))
+(|has| |#2| (-891))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
+((((-845)) . T))
+((($ $) . T) ((#0=(-1223 |#2| |#3| |#4|) #0#) . T) ((#1=(-401 (-553)) #1#) |has| #0# (-38 (-401 (-553)))))
+((((-892 |#1|)) . T))
+(-12 (|has| |#1| (-357)) (|has| |#2| (-806)))
+((($) . T) (((-401 (-553))) . T))
+((((-845)) . T))
((($) . T))
((($) . T))
-(-4029 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)) (|has| |#1| (-544)))
+(-4028 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)) (|has| |#1| (-545)))
(|has| |#1| (-357))
(|has| |#1| (-357))
(((|#1| |#2|) . T))
-((($) . T) ((#0=(-1222 |#2| |#3| |#4|)) . T) (((-401 (-552))) |has| #0# (-38 (-401 (-552)))))
-((((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)))
-(-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-357)) (|has| |#1| (-343)))
-(-4029 (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)))
-((((-552)) |has| |#1| (-625 (-552))) ((|#1|) . T))
+((($) . T) ((#0=(-1223 |#2| |#3| |#4|)) . T) (((-401 (-553))) |has| #0# (-38 (-401 (-553)))))
+((((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)))
+(-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-357)) (|has| |#1| (-343)))
+(-4028 (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)))
+((((-553)) |has| |#1| (-626 (-553))) ((|#1|) . T))
(((|#1| |#2|) . T))
-((((-844)) . T))
-((((-844)) . T))
+((((-845)) . T))
+((((-845)) . T))
((((-111)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-401 |#2|)) . T) (((-401 (-552))) . T) (($) . T))
+((((-401 |#2|)) . T) (((-401 (-553))) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(((|#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|))) . T))
+(((|#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|))) . T))
(|has| |#2| (-357))
-(|has| |#1| (-832))
+(|has| |#1| (-833))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-844)) . T))
-(|has| |#1| (-1078))
+((((-845)) . T))
+(|has| |#1| (-1079))
(((|#4|) . T))
(((|#4|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-401 $) (-401 $)) |has| |#1| (-544)) (($ $) . T) ((|#1| |#1|) . T))
-(|has| |#2| (-805))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-401 $) (-401 $)) |has| |#1| (-545)) (($ $) . T) ((|#1| |#1|) . T))
+(|has| |#2| (-806))
(((|#4|) . T))
((($) . T))
((($ $) . T))
((($) . T))
-((((-844)) . T))
-(((|#1| (-523 (-1154))) . T))
+((((-845)) . T))
+(((|#1| (-524 (-1155))) . T))
(((|#1|) |has| |#1| (-169)))
-((((-844)) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
-(((|#2|) -4029 (|has| |#2| (-6 (-4370 "*"))) (|has| |#2| (-169))))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(|has| |#2| (-832))
-(|has| |#2| (-890))
-(|has| |#1| (-890))
+((((-845)) . T))
+(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
+(((|#2|) -4028 (|has| |#2| (-6 (-4371 "*"))) (|has| |#2| (-169))))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(|has| |#2| (-833))
+(|has| |#2| (-891))
+(|has| |#1| (-891))
(((|#2|) |has| |#2| (-169)))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)))
-((((-844)) . T))
-((((-844)) . T))
-((((-528)) . T) (((-552)) . T) (((-873 (-552))) . T) (((-373)) . T) (((-220)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)))
+((((-845)) . T))
+((((-845)) . T))
+((((-529)) . T) (((-553)) . T) (((-874 (-553))) . T) (((-373)) . T) (((-220)) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) . T))
(((|#1|) . T))
-((((-844)) . T))
+((((-845)) . T))
(((|#1| |#2|) . T))
-(((|#1| (-401 (-552))) . T))
+(((|#1| (-401 (-553))) . T))
(((|#1|) . T))
-(-4029 (|has| |#1| (-284)) (|has| |#1| (-357)))
+(-4028 (|has| |#1| (-284)) (|has| |#1| (-357)))
((((-141)) . T))
-((((-401 |#2|)) . T) (((-401 (-552))) . T) (($) . T))
-(|has| |#1| (-830))
-((((-844)) . T))
-((((-844)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+((((-401 |#2|)) . T) (((-401 (-553))) . T) (($) . T))
+(|has| |#1| (-831))
+((((-845)) . T))
+((((-845)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#1| |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
(((|#2| |#2|) . T) ((|#1| |#1|) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-528)) |has| |#1| (-600 (-528))) (((-873 (-552))) |has| |#1| (-600 (-873 (-552)))) (((-873 (-373))) |has| |#1| (-600 (-873 (-373)))))
-((((-1154) (-52)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-529)) |has| |#1| (-601 (-529))) (((-874 (-553))) |has| |#1| (-601 (-874 (-553)))) (((-874 (-373))) |has| |#1| (-601 (-874 (-373)))))
+((((-1155) (-52)) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-844)) . T))
-((((-629 (-141))) . T) (((-1136)) . T))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
-((((-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)) ((|#1| |#1|) |has| |#1| (-303 |#1|)))
-(|has| |#1| (-832))
-((((-844)) . T))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) . T))
+((((-630 (-141))) . T) (((-1137)) . T))
+((((-845)) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
+((((-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)) ((|#1| |#1|) |has| |#1| (-303 |#1|)))
+(|has| |#1| (-833))
+((((-845)) . T))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) . T))
(((|#2|) |has| |#2| (-357)))
-((((-844)) . T))
-((((-528)) |has| |#4| (-600 (-528))))
-((((-844)) . T) (((-629 |#4|)) . T))
-(((|#2|) . T))
-((((-891 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
-(-4029 (|has| |#4| (-169)) (|has| |#4| (-711)) (|has| |#4| (-830)) (|has| |#4| (-1030)))
-(-4029 (|has| |#3| (-169)) (|has| |#3| (-711)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-((((-1154) (-52)) . T))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(-4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(|has| |#1| (-890))
-(|has| |#1| (-890))
-(((|#2|) . T))
-(((|#1|) . T))
-((((-844)) . T))
-((((-552)) . T))
-(((#0=(-401 (-552)) #0#) . T) (($ $) . T))
-((((-401 (-552))) . T) (($) . T))
-(((|#1| (-401 (-552)) (-1060)) . T))
-(|has| |#1| (-1078))
-(|has| |#1| (-544))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(|has| |#1| (-805))
-(((#0=(-891 |#1|) #0#) . T) (($ $) . T) ((#1=(-401 (-552)) #1#) . T))
+((((-845)) . T))
+((((-529)) |has| |#4| (-601 (-529))))
+((((-845)) . T) (((-630 |#4|)) . T))
+(((|#2|) . T))
+((((-892 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
+((((-401 (-553))) . T) (((-553)) . T) (((-599 $)) . T))
+(-4028 (|has| |#4| (-169)) (|has| |#4| (-712)) (|has| |#4| (-831)) (|has| |#4| (-1031)))
+(-4028 (|has| |#3| (-169)) (|has| |#3| (-712)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+((((-1155) (-52)) . T))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(-4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(|has| |#1| (-891))
+((((-892 |#1|)) . T))
+(|has| |#1| (-891))
+(((|#1|) . T) (((-553)) -4028 (|has| (-401 (-553)) (-1020 (-553))) (|has| |#1| (-1020 (-553)))) (((-401 (-553))) . T))
+(((|#2|) . T))
+(((|#1|) . T))
+((((-845)) . T))
+((((-553)) . T))
+(((#0=(-401 (-553)) #0#) . T) (($ $) . T))
+((((-401 (-553))) . T) (($) . T))
+(((|#1| (-401 (-553)) (-1061)) . T))
+(|has| |#1| (-1079))
+(|has| |#1| (-545))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(|has| |#1| (-806))
+(((#0=(-892 |#1|) #0#) . T) (($ $) . T) ((#1=(-401 (-553)) #1#) . T))
((((-401 |#2|)) . T))
-(|has| |#1| (-830))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-(((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) . T) ((#1=(-552) #1#) . T) (($ $) . T))
-((((-891 |#1|)) . T) (($) . T) (((-401 (-552))) . T))
-(((|#2|) |has| |#2| (-1030)) (((-552)) -12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030))))
-(((|#1|) . T) (((-401 (-552))) . T) (((-552)) . T) (($) . T))
+(|has| |#1| (-831))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+(((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) . T) ((#1=(-553) #1#) . T) (($ $) . T))
+((((-892 |#1|)) . T) (($) . T) (((-401 (-553))) . T))
+(((|#2|) |has| |#2| (-1031)) (((-553)) -12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031))))
+(((|#1|) . T) (((-401 (-553))) . T) (((-553)) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
(|has| |#1| (-144))
(|has| |#1| (-142))
(((|#2|) . T))
-((((-844)) . T))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) . T))
-(((#0=(-52)) . T) (((-2 (|:| -2670 (-1154)) (|:| -3360 #0#))) . T))
+((((-845)) . T))
+((((-684)) . T) (((-401 (-553))) . T) (((-553)) . T))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) . T))
+(((#0=(-52)) . T) (((-2 (|:| -2669 (-1155)) (|:| -3359 #0#))) . T))
(|has| |#1| (-343))
-((((-552)) . T))
-((((-844)) . T))
-(((#0=(-1223 |#1| |#2| |#3| |#4|) $) |has| #0# (-280 #0# #0#)))
+((((-553)) . T))
+((((-845)) . T))
+(((#0=(-1224 |#1| |#2| |#3| |#4|) $) |has| #0# (-280 #0# #0#)))
(|has| |#1| (-357))
-(((#0=(-1060) |#1|) . T) ((#0# $) . T) (($ $) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
-(((#0=(-401 (-552)) #0#) . T) ((#1=(-683) #1#) . T) (($ $) . T))
+(((#0=(-1061) |#1|) . T) ((#0# $) . T) (($ $) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
+(((#0=(-401 (-553)) #0#) . T) ((#1=(-684) #1#) . T) (($ $) . T))
((((-310 |#1|)) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) |has| |#1| (-357)))
-(|has| |#1| (-1078))
+(((|#1|) . T) (((-401 (-553))) |has| |#1| (-357)))
+(|has| |#1| (-1079))
(((|#1|) . T))
-(((|#1|) -4029 (|has| |#2| (-361 |#1|)) (|has| |#2| (-411 |#1|))))
-(((|#1|) -4029 (|has| |#2| (-361 |#1|)) (|has| |#2| (-411 |#1|))))
+(((|#1|) -4028 (|has| |#2| (-361 |#1|)) (|has| |#2| (-411 |#1|))))
+(((|#1|) -4028 (|has| |#2| (-361 |#1|)) (|has| |#2| (-411 |#1|))))
(((|#2|) . T))
-((((-401 (-552))) . T) (((-683)) . T) (($) . T))
-((((-567)) . T))
+((((-401 (-553))) . T) (((-684)) . T) (($) . T))
+((((-568)) . T))
(((|#3| |#3|) . T))
(|has| |#2| (-228))
-((((-846 |#1|)) . T))
-((((-1154)) |has| |#1| (-881 (-1154))) ((|#3|) . T))
-(-12 (|has| |#1| (-357)) (|has| |#2| (-1003)))
-((((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)))
-((((-844)) . T))
+((((-847 |#1|)) . T))
+((((-1155)) |has| |#1| (-882 (-1155))) ((|#3|) . T))
+(-12 (|has| |#1| (-357)) (|has| |#2| (-1004)))
+((((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)))
+((((-845)) . T))
(|has| |#1| (-357))
(|has| |#1| (-357))
-((((-401 (-552))) . T) (($) . T) (((-401 |#1|)) . T) ((|#1|) . T))
-((((-552)) . T))
-(|has| |#1| (-1078))
+((((-401 (-553))) . T) (($) . T) (((-401 |#1|)) . T) ((|#1|) . T))
+((((-115 |#1|)) . T))
+((((-553)) . T))
(((|#3|) . T))
+(|has| |#1| (-1079))
(((|#2|) . T))
(((|#1|) . T))
-((((-552)) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(((|#2|) . T) (((-552)) |has| |#2| (-625 (-552))))
+((((-553)) . T))
+(((|#2|) . T) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(((|#2|) . T) (((-553)) |has| |#2| (-626 (-553))))
(((|#1| |#2|) . T))
((($) . T))
-((((-569 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
-((($) . T) (((-401 (-552))) . T))
+((((-570 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
+((($) . T) (((-401 (-553))) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T) (($) . T))
-(((|#1| (-1237 |#1|) (-1237 |#1|)) . T))
+(((|#1| (-1238 |#1|) (-1238 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-844)) . T))
-((((-844)) . T))
-(((#0=(-115 |#1|) #0#) . T) ((#1=(-401 (-552)) #1#) . T) (($ $) . T))
-((((-401 (-552))) |has| |#2| (-1019 (-401 (-552)))) (((-552)) |has| |#2| (-1019 (-552))) ((|#2|) . T) (((-846 |#1|)) . T))
-((((-1103 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((|#2|) . T))
+((((-845)) . T))
+((((-845)) . T))
+(((#0=(-115 |#1|) #0#) . T) ((#1=(-401 (-553)) #1#) . T) (($ $) . T))
+((((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))) (((-553)) |has| |#2| (-1020 (-553))) ((|#2|) . T) (((-847 |#1|)) . T))
+((((-1104 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((($ $) . T))
-((((-656 |#1|)) . T))
-((($) . T) (((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) . T))
-((((-115 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
-((((-552)) -12 (|has| |#1| (-867 (-552))) (|has| |#3| (-867 (-552)))) (((-373)) -12 (|has| |#1| (-867 (-373))) (|has| |#3| (-867 (-373)))))
+((((-657 |#1|)) . T))
+((($) . T) (((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) . T))
+((((-115 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
+((((-553)) -12 (|has| |#1| (-868 (-553))) (|has| |#3| (-868 (-553)))) (((-373)) -12 (|has| |#1| (-868 (-373))) (|has| |#3| (-868 (-373)))))
(((|#2|) . T) ((|#6|) . T))
-(((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) (($) . T))
+(((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) (($) . T))
((((-141)) . T))
((($) . T))
-((($) . T) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((($) . T) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
+((($) . T) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-373)) . T) (((-553)) . T) (((-401 (-553))) . T))
+((($) . T) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
(((|#1|) . T))
-(|has| |#2| (-890))
-(|has| |#1| (-890))
-(|has| |#1| (-890))
+(|has| |#2| (-891))
+(|has| |#1| (-891))
+(|has| |#1| (-891))
(((|#4|) . T))
-(|has| |#2| (-1003))
+(|has| |#2| (-1004))
((($) . T))
-(|has| |#1| (-890))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+(|has| |#1| (-891))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
((($) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
((($) . T))
(|has| |#1| (-357))
-((((-891 |#1|)) . T))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((($ $) . T) ((#0=(-401 (-552)) #0#) . T))
-(-4029 (|has| |#1| (-362)) (|has| |#1| (-832)))
+((((-892 |#1|)) . T))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+(-4028 (|has| |#1| (-362)) (|has| |#1| (-833)))
(((|#1|) . T))
-((((-844)) . T))
-((((-1154)) -12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154)))))
+((((-845)) . T))
+((((-1155)) -12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155)))))
((((-401 |#2|) |#3|) . T))
-((($) . T) (((-401 (-552))) . T))
-((((-756) |#1|) . T))
-(((|#2| (-235 (-2657 |#1|) (-756))) . T))
-(((|#1| (-523 |#3|)) . T))
-((((-401 (-552))) . T))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-((((-844)) . T))
-(((#0=(-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) #0#) |has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))))
-(|has| |#1| (-890))
+((($) . T) (((-401 (-553))) . T))
+((((-401 (-553))) . T) (((-553)) . T) (((-599 $)) . T))
+((((-553)) . T))
+((((-757) |#1|) . T))
+(((|#2| (-235 (-2656 |#1|) (-757))) . T))
+(((|#1| (-524 |#3|)) . T))
+((((-401 (-553))) . T))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+((((-845)) . T))
+(((#0=(-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) #0#) |has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))))
+(|has| |#1| (-891))
(|has| |#2| (-357))
-(-4029 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
+(-4028 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
((((-166 (-373))) . T) (((-220)) . T) (((-373)) . T))
-((((-844)) . T))
+((((-845)) . T))
(((|#1|) . T))
-((((-373)) . T) (((-552)) . T))
-(((#0=(-401 (-552)) #0#) . T) (($ $) . T))
+((((-373)) . T) (((-553)) . T))
+(((#0=(-401 (-553)) #0#) . T) (($ $) . T))
((($ $) . T))
((($ $) . T))
(((|#1| |#1|) . T))
-((((-844)) . T))
-(|has| |#1| (-544))
-((((-401 (-552))) . T) (($) . T))
-((($) . T))
-((($) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(-4029 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)))
-(|has| |#1| (-38 (-401 (-552))))
-(-12 (|has| |#1| (-537)) (|has| |#1| (-813)))
-((((-844)) . T))
-((((-1154)) -4029 (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))) (-12 (|has| |#1| (-357)) (|has| |#2| (-881 (-1154))))))
+((((-845)) . T))
+(|has| |#1| (-545))
+((((-401 (-553))) . T) (($) . T))
+((($) . T))
+((($) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(-4028 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)))
+(|has| |#1| (-38 (-401 (-553))))
+(-12 (|has| |#1| (-538)) (|has| |#1| (-814)))
+((((-845)) . T))
+((((-1155)) -4028 (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))) (-12 (|has| |#1| (-357)) (|has| |#2| (-882 (-1155))))))
(|has| |#1| (-357))
-((((-1154)) -12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154)))))
+((((-1155)) -12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155)))))
(|has| |#1| (-357))
-((((-401 (-552))) . T) (($) . T))
-((($) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T))
-((((-552) |#1|) . T))
+((((-401 (-553))) . T) (($) . T))
+((($) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T))
+((((-553) |#1|) . T))
(((|#1|) . T))
(((|#2|) |has| |#1| (-357)))
(((|#2|) |has| |#1| (-357)))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (-169)))
(((|#1|) . T))
-(((|#2|) . T) (((-1154)) -12 (|has| |#1| (-357)) (|has| |#2| (-1019 (-1154)))) (((-552)) -12 (|has| |#1| (-357)) (|has| |#2| (-1019 (-552)))) (((-401 (-552))) -12 (|has| |#1| (-357)) (|has| |#2| (-1019 (-552)))))
+(((|#2|) . T) (((-1155)) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-1155)))) (((-553)) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-553)))) (((-401 (-553))) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-553)))))
(((|#2|) . T))
-((((-1154) #0=(-1223 |#1| |#2| |#3| |#4|)) |has| #0# (-506 (-1154) #0#)) ((#0# #0#) |has| #0# (-303 #0#)))
-((((-598 $) $) . T) (($ $) . T))
-((((-166 (-220))) . T) (((-166 (-373))) . T) (((-1150 (-683))) . T) (((-873 (-373))) . T))
-((((-844)) . T))
-(|has| |#1| (-544))
-(|has| |#1| (-544))
+((((-1155) #0=(-1224 |#1| |#2| |#3| |#4|)) |has| #0# (-507 (-1155) #0#)) ((#0# #0#) |has| #0# (-303 #0#)))
+((((-599 $) $) . T) (($ $) . T))
+((((-166 (-220))) . T) (((-166 (-373))) . T) (((-1151 (-684))) . T) (((-874 (-373))) . T))
+((((-845)) . T))
+(|has| |#1| (-545))
+(|has| |#1| (-545))
(|has| (-401 |#2|) (-228))
-(((|#1| (-401 (-552))) . T))
+(((|#1| (-401 (-553))) . T))
((($ $) . T))
-((((-1154)) |has| |#2| (-881 (-1154))))
+((((-1155)) |has| |#2| (-882 (-1155))))
((($) . T))
-((((-844)) . T))
-((((-401 (-552))) . T) (($) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-844)) . T))
+((((-845)) . T))
+((((-401 (-553))) . T) (($) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-845)) . T))
(((|#2|) |has| |#1| (-357)))
-((((-373)) -12 (|has| |#1| (-357)) (|has| |#2| (-867 (-373)))) (((-552)) -12 (|has| |#1| (-357)) (|has| |#2| (-867 (-552)))))
+((((-373)) -12 (|has| |#1| (-357)) (|has| |#2| (-868 (-373)))) (((-553)) -12 (|has| |#1| (-357)) (|has| |#2| (-868 (-553)))))
(|has| |#1| (-357))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
(|has| |#1| (-357))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
(|has| |#1| (-357))
-(|has| |#1| (-544))
-(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
+(|has| |#1| (-545))
+(((|#1|) . T))
+(((|#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
(((|#3|) . T))
+((((-1137)) . T) (((-1155)) . T) (((-220)) . T) (((-553)) . T))
(((|#1|) . T))
-(-4029 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
+((((-401 (-553))) |has| #0=(-401 |#2|) (-1020 (-401 (-553)))) (((-553)) |has| #0# (-1020 (-553))) ((#0#) . T))
+(-4028 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
(((|#2|) . T))
(((|#2|) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-711)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(|has| |#1| (-38 (-401 (-552))))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-712)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(|has| |#1| (-38 (-401 (-553))))
(((|#1| |#2|) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(|has| |#1| (-38 (-401 (-553))))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
(|has| |#1| (-144))
-((((-1136) |#1|) . T))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
+((((-1137) |#1|) . T))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
(|has| |#1| (-144))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))
(|has| |#1| (-144))
-((((-569 |#1|)) . T))
+((((-570 |#1|)) . T))
((($) . T))
((((-401 |#2|)) . T))
-(|has| |#1| (-544))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-343)))
+(|has| |#1| (-545))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-343)))
(|has| |#1| (-144))
-((((-844)) . T))
+((((-845)) . T))
((($) . T))
-((((-401 (-552))) |has| |#2| (-1019 (-552))) (((-552)) |has| |#2| (-1019 (-552))) (((-1154)) |has| |#2| (-1019 (-1154))) ((|#2|) . T))
-(((#0=(-401 |#2|) #0#) . T) ((#1=(-401 (-552)) #1#) . T) (($ $) . T))
-((((-1118 |#1| |#2|)) . T))
-(((|#1| (-552)) . T))
-(((|#1| (-401 (-552))) . T))
-((((-552)) |has| |#2| (-867 (-552))) (((-373)) |has| |#2| (-867 (-373))))
+((((-401 (-553))) |has| |#2| (-1020 (-553))) (((-553)) |has| |#2| (-1020 (-553))) (((-1155)) |has| |#2| (-1020 (-1155))) ((|#2|) . T))
+(((#0=(-401 |#2|) #0#) . T) ((#1=(-401 (-553)) #1#) . T) (($ $) . T))
+((((-1119 |#1| |#2|)) . T))
+(((|#1| (-553)) . T))
+(((|#1| (-401 (-553))) . T))
+((((-553)) |has| |#2| (-868 (-553))) (((-373)) |has| |#2| (-868 (-373))))
(((|#2|) . T))
-((((-401 |#2|)) . T) (((-401 (-552))) . T) (($) . T))
+((((-401 |#2|)) . T) (((-401 (-553))) . T) (($) . T))
((((-111)) . T))
(((|#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) . T))
(((|#2|) . T))
-((((-844)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-1154) (-52)) . T))
+((((-845)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-1155) (-52)) . T))
((((-401 |#2|)) . T))
-((((-844)) . T))
-(((|#1|) . T))
-(|has| |#1| (-1078))
-(|has| |#1| (-776))
-(|has| |#1| (-776))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
+((((-845)) . T))
+(((|#1|) . T))
+(|has| |#1| (-1079))
+(|has| |#1| (-777))
+(|has| |#1| (-777))
+((((-892 |#1|)) . T))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
((((-113)) . T) ((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-220)) . T) (((-373)) . T) (((-873 (-373))) . T))
-((((-844)) . T))
-((((-1223 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-401 (-552))) . T))
-(((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-544)) (((-401 (-552))) |has| |#1| (-544)))
-((((-844)) . T))
-((((-844)) . T))
+((((-220)) . T) (((-373)) . T) (((-874 (-373))) . T))
+((((-845)) . T))
+((((-1224 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-401 (-553))) . T))
+(((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-545)) (((-401 (-553))) |has| |#1| (-545)))
+((((-845)) . T))
+((((-845)) . T))
(((|#2|) . T))
-((((-844)) . T))
-(((#0=(-891 |#1|) #0#) . T) (($ $) . T) ((#1=(-401 (-552)) #1#) . T))
+((((-845)) . T))
+(((#0=(-892 |#1|) #0#) . T) (($ $) . T) ((#1=(-401 (-553)) #1#) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-891 |#1|)) . T) (($) . T) (((-401 (-552))) . T))
+((((-892 |#1|)) . T) (($) . T) (((-401 (-553))) . T))
(|has| |#1| (-357))
(((|#2|) . T))
-((((-552)) . T))
-((((-844)) . T))
-((((-552)) . T))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
+((((-553)) . T))
+((((-845)) . T))
+((((-553)) . T))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
((((-166 (-373))) . T) (((-220)) . T) (((-373)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-1136)) . T) (((-528)) . T) (((-552)) . T) (((-873 (-552))) . T) (((-373)) . T) (((-220)) . T))
-((((-844)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-1137)) . T) (((-529)) . T) (((-553)) . T) (((-874 (-553))) . T) (((-373)) . T) (((-220)) . T))
+((((-845)) . T))
(|has| |#1| (-144))
(|has| |#1| (-142))
-((($) . T) ((#0=(-1222 |#2| |#3| |#4|)) |has| #0# (-169)) (((-401 (-552))) |has| #0# (-38 (-401 (-552)))))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T))
+((($) . T) ((#0=(-1223 |#2| |#3| |#4|)) |has| #0# (-169)) (((-401 (-553))) |has| #0# (-38 (-401 (-553)))))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T))
(|has| |#1| (-357))
(|has| |#1| (-357))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-466)) (|has| |#1| (-711)) (|has| |#1| (-881 (-1154))) (|has| |#1| (-1030)) (|has| |#1| (-1090)) (|has| |#1| (-1078)))
-(|has| |#1| (-1129))
-((((-552) |#1|) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-466)) (|has| |#1| (-712)) (|has| |#1| (-882 (-1155))) (|has| |#1| (-1031)) (|has| |#1| (-1091)) (|has| |#1| (-1079)))
+(|has| |#1| (-1130))
+((((-553) |#1|) . T))
(((|#1|) . T))
(((#0=(-115 |#1|) $) |has| #0# (-280 #0# #0#)))
(((|#1|) |has| |#1| (-169)))
+((((-310 |#1|)) . T))
(((|#1|) . T))
((((-113)) . T) ((|#1|) . T))
-((((-844)) . T))
+((((-845)) . T))
(((|#1| |#2|) . T))
-((((-1154) |#1|) . T))
+((((-1155) |#1|) . T))
(((|#1|) |has| |#1| (-303 |#1|)))
-((((-552) |#1|) . T))
+((((-553) |#1|) . T))
(((|#1|) . T))
-((((-552)) . T) (((-401 (-552))) . T))
+((((-553)) . T) (((-401 (-553))) . T))
(((|#1|) . T))
-(|has| |#1| (-544))
-((((-401 |#2|)) . T) (((-401 (-552))) . T) (($) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
+(|has| |#1| (-545))
+((((-401 |#2|)) . T) (((-401 (-553))) . T) (($) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
((((-373)) . T))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-357))
(|has| |#1| (-357))
-(|has| |#1| (-544))
-(|has| |#1| (-1078))
-((((-765 |#1| (-846 |#2|))) |has| (-765 |#1| (-846 |#2|)) (-303 (-765 |#1| (-846 |#2|)))))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
+(|has| |#1| (-545))
+(|has| |#1| (-1079))
+((((-766 |#1| (-847 |#2|))) |has| (-766 |#1| (-847 |#2|)) (-303 (-766 |#1| (-847 |#2|)))))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
(((|#1|) . T))
(((|#2| |#3|) . T))
(((|#1|) . T))
-(|has| |#2| (-890))
-(((|#1| (-523 |#2|)) . T))
-(((|#1| (-756)) . T))
+(|has| |#2| (-891))
+(((|#1| (-524 |#2|)) . T))
+(((|#1| (-757)) . T))
(|has| |#1| (-228))
-(((|#1| (-523 (-1066 (-1154)))) . T))
+(((|#1| (-524 (-1067 (-1155)))) . T))
(|has| |#2| (-357))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) . T))
+((((-570 |#1|)) . T))
+((($) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) . T))
+(((|#1|) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-844)) . T))
-((((-844)) . T))
-(-4029 (|has| |#3| (-778)) (|has| |#3| (-830)))
-((((-844)) . T))
-((((-1098)) . T) (((-844)) . T))
-((((-844)) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-845)) . T))
+((((-845)) . T))
+(-4028 (|has| |#3| (-779)) (|has| |#3| (-831)))
+((((-845)) . T))
+((((-1099)) . T) (((-845)) . T))
+((((-845)) . T))
(((|#1|) . T))
-((($ $) . T) (((-598 $) $) . T))
+((($ $) . T) (((-599 $) $) . T))
(((|#1|) . T))
-((((-552)) . T))
+(((|#1|) . T))
+((((-553)) . T))
(((|#3|) . T))
-((((-844)) . T))
-(-4029 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)))
-(-4029 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-544)) (|has| |#1| (-1030)))
-(((#0=(-569 |#1|) #0#) . T) (($ $) . T) ((#1=(-401 (-552)) #1#) . T))
-((($ $) . T) ((#0=(-401 (-552)) #0#) . T))
+((((-845)) . T))
+(-4028 (|has| |#1| (-301)) (|has| |#1| (-357)) (|has| |#1| (-343)))
+((((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))) (((-553)) |has| |#2| (-1020 (-553))) ((|#2|) . T) (((-847 |#1|)) . T))
+((((-1104 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((((-1151 |#1|)) . T) (((-1061)) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+(-4028 (|has| |#1| (-142)) (|has| |#1| (-144)) (|has| |#1| (-169)) (|has| |#1| (-545)) (|has| |#1| (-1031)))
+((((-1104 |#1| (-1155))) . T) (((-1067 (-1155))) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-1155)) . T))
+(((#0=(-570 |#1|) #0#) . T) (($ $) . T) ((#1=(-401 (-553)) #1#) . T))
+((($ $) . T) ((#0=(-401 (-553)) #0#) . T))
(((|#1|) |has| |#1| (-169)))
-(((|#1| (-1237 |#1|) (-1237 |#1|)) . T))
-((((-569 |#1|)) . T) (($) . T) (((-401 (-552))) . T))
-((($) . T) (((-401 (-552))) . T))
-((($) . T) (((-401 (-552))) . T))
-(((|#2|) |has| |#2| (-6 (-4370 "*"))))
+(((|#1| (-1238 |#1|) (-1238 |#1|)) . T))
+((((-570 |#1|)) . T) (($) . T) (((-401 (-553))) . T))
+((($) . T) (((-401 (-553))) . T))
+((($) . T) (((-401 (-553))) . T))
+(((|#2|) |has| |#2| (-6 (-4371 "*"))))
(((|#1|) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T))
(((|#1|) . T))
-((((-844)) . T))
+((((-845)) . T))
((((-288 |#3|)) . T))
-(((#0=(-401 (-552)) #0#) |has| |#2| (-38 (-401 (-552)))) ((|#2| |#2|) . T) (($ $) -4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
+(((#0=(-401 (-553)) #0#) |has| |#2| (-38 (-401 (-553)))) ((|#2| |#2|) . T) (($ $) -4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
(((|#2| |#2|) . T) ((|#6| |#6|) . T))
(((|#1|) . T))
-((($) . T) (((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) . T))
-((($) . T) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (($) . T))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
+((($) . T) (((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) . T))
+((($) . T) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (($) . T))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
(((|#2|) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) . T) (($) -4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) . T) (($) -4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
(((|#2|) . T) ((|#6|) . T))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
-((((-844)) . T))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(|has| |#2| (-890))
-(|has| |#1| (-890))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
+((((-845)) . T))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(|has| |#2| (-891))
+(|has| |#1| (-891))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#1|) . T))
+((((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) . T))
(((|#1|) . T))
-((((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1078))
-(((|#1|) . T))
-((((-1154)) . T) ((|#1|) . T))
-((((-844)) . T))
-((((-844)) . T))
-(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))
-(((#0=(-401 (-552)) #0#) . T))
-((((-401 (-552))) . T))
-(-4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(((|#1|) . T))
-(((|#1|) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-((((-528)) . T))
-((((-844)) . T))
-((((-1154)) |has| |#2| (-881 (-1154))) (((-1060)) . T))
-((((-1222 |#2| |#3| |#4|)) . T))
-((((-891 |#1|)) . T))
-((($) . T) (((-401 (-552))) . T))
-(-12 (|has| |#1| (-357)) (|has| |#2| (-805)))
-(-12 (|has| |#1| (-357)) (|has| |#2| (-805)))
-((((-844)) . T))
-(|has| |#1| (-1195))
-(((|#2|) . T))
-((($ $) . T) ((#0=(-401 (-552)) #0#) . T))
-((((-1154)) |has| |#1| (-881 (-1154))))
-((((-891 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
-((($) . T) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((|#1|) . T))
-(((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))) ((|#1| |#1|) . T) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))))
-((($) . T) (((-401 (-552))) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (((-552)) . T) (($) . T))
-(((|#2|) |has| |#2| (-1030)) (((-552)) -12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030))))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-544))))
-(|has| |#1| (-544))
+(|has| |#1| (-1079))
+(((|#1|) . T))
+((((-1155)) . T) ((|#1|) . T))
+((((-845)) . T))
+((((-845)) . T))
+(((|#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))
+(((#0=(-401 (-553)) #0#) . T))
+((((-401 (-553))) . T))
+(-4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(((|#1|) . T))
+(((|#1|) . T))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+((((-529)) . T))
+((((-845)) . T))
+((((-1155)) |has| |#2| (-882 (-1155))) (((-1061)) . T))
+((((-1223 |#2| |#3| |#4|)) . T))
+((((-892 |#1|)) . T))
+((($) . T) (((-401 (-553))) . T))
+(-12 (|has| |#1| (-357)) (|has| |#2| (-806)))
+(-12 (|has| |#1| (-357)) (|has| |#2| (-806)))
+((((-845)) . T))
+(|has| |#1| (-1196))
+(((|#2|) . T))
+((($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+((((-1155)) |has| |#1| (-882 (-1155))))
+((((-892 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
+((($) . T) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((|#1|) . T))
+(((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))) ((|#1| |#1|) . T) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))))
+((($) . T) (((-401 (-553))) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (((-553)) . T) (($) . T))
+(((|#2|) |has| |#2| (-1031)) (((-553)) -12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031))))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-545))))
+(|has| |#1| (-545))
(((|#1|) |has| |#1| (-357)))
-((((-552)) . T))
-(|has| |#1| (-776))
-(|has| |#1| (-776))
-((((-1154) #0=(-115 |#1|)) |has| #0# (-506 (-1154) #0#)) ((#0# #0#) |has| #0# (-303 #0#)))
-(((|#2|) . T) (((-552)) |has| |#2| (-1019 (-552))) (((-401 (-552))) |has| |#2| (-1019 (-401 (-552)))))
-((((-1060)) . T) ((|#2|) . T) (((-552)) |has| |#2| (-1019 (-552))) (((-401 (-552))) |has| |#2| (-1019 (-401 (-552)))))
+((((-553)) . T))
+(|has| |#1| (-777))
+(|has| |#1| (-777))
+((((-1155) #0=(-115 |#1|)) |has| #0# (-507 (-1155) #0#)) ((#0# #0#) |has| #0# (-303 #0#)))
+(((|#2|) . T) (((-553)) |has| |#2| (-1020 (-553))) (((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))))
+((((-1061)) . T) ((|#2|) . T) (((-553)) |has| |#2| (-1020 (-553))) (((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-552) (-756)) . T) ((|#3| (-756)) . T))
+((((-553) (-757)) . T) ((|#3| (-757)) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-844)) . T))
-(|has| |#2| (-805))
-(|has| |#2| (-805))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((|#2|) |has| |#1| (-357)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-((((-552)) |has| |#1| (-867 (-552))) (((-373)) |has| |#1| (-867 (-373))))
-(((|#1|) . T))
-((((-851 |#1|)) . T))
-((((-851 |#1|)) . T))
-(-12 (|has| |#1| (-357)) (|has| |#2| (-890)))
-((((-401 (-552))) . T) (((-683)) . T) (($) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-845)) . T))
+(|has| |#2| (-806))
+(|has| |#2| (-806))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((|#2|) |has| |#1| (-357)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((((-553)) |has| |#1| (-868 (-553))) (((-373)) |has| |#1| (-868 (-373))))
+(((|#1|) . T))
+((((-852 |#1|)) . T))
+((((-852 |#1|)) . T))
+(-12 (|has| |#1| (-357)) (|has| |#2| (-891)))
+((((-401 (-553))) . T) (((-684)) . T) (($) . T))
(|has| |#1| (-357))
(|has| |#1| (-357))
(((|#1|) . T))
(((|#1|) . T))
-(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
+(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
(|has| |#1| (-357))
(((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-846 |#1|)) . T))
+((((-847 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2| (-756)) . T))
-((((-1154)) . T))
-((((-851 |#1|)) . T))
-(-4029 (|has| |#3| (-25)) (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-778)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-(-4029 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-((((-844)) . T))
+(((|#2| (-757)) . T))
+((((-1155)) . T))
+((((-852 |#1|)) . T))
+(-4028 (|has| |#3| (-25)) (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-779)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+(-4028 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+((((-845)) . T))
(((|#1|) . T))
-(-4029 (|has| |#2| (-778)) (|has| |#2| (-830)))
-(-4029 (-12 (|has| |#1| (-778)) (|has| |#2| (-778))) (-12 (|has| |#1| (-832)) (|has| |#2| (-832))))
-((((-851 |#1|)) . T))
+(-4028 (|has| |#2| (-779)) (|has| |#2| (-831)))
+(-4028 (-12 (|has| |#1| (-779)) (|has| |#2| (-779))) (-12 (|has| |#1| (-833)) (|has| |#2| (-833))))
+((((-852 |#1|)) . T))
(((|#1|) . T))
(|has| |#1| (-362))
(|has| |#1| (-362))
(|has| |#1| (-362))
-((($ $) . T) (((-598 $) $) . T))
-((($) . T))
-((((-844)) . T))
-((((-552)) . T))
-(((|#2|) . T))
-((((-844)) . T))
-(((|#1|) . T) (((-401 (-552))) |has| |#1| (-357)))
-((((-844)) . T))
-(((|#1|) . T))
-((((-844)) . T))
-((($) . T) ((|#2|) . T) (((-401 (-552))) . T))
-(|has| |#1| (-1078))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-844)) . T))
-(|has| |#2| (-890))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) . T))
-((((-528)) |has| |#2| (-600 (-528))) (((-873 (-373))) |has| |#2| (-600 (-873 (-373)))) (((-873 (-552))) |has| |#2| (-600 (-873 (-552)))))
-((((-844)) . T))
-((((-844)) . T))
-(((|#3|) |has| |#3| (-1030)) (((-552)) -12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030))))
-((((-1103 |#1| |#2|)) . T) (((-933 |#1|)) |has| |#2| (-600 (-1154))) (((-844)) . T))
-((((-933 |#1|)) |has| |#2| (-600 (-1154))) (((-1136)) -12 (|has| |#1| (-1019 (-552))) (|has| |#2| (-600 (-1154)))) (((-873 (-552))) -12 (|has| |#1| (-600 (-873 (-552)))) (|has| |#2| (-600 (-873 (-552))))) (((-873 (-373))) -12 (|has| |#1| (-600 (-873 (-373)))) (|has| |#2| (-600 (-873 (-373))))) (((-528)) -12 (|has| |#1| (-600 (-528))) (|has| |#2| (-600 (-528)))))
-((((-1150 |#1|)) . T) (((-844)) . T))
-((((-844)) . T))
-((((-401 (-552))) |has| |#2| (-1019 (-401 (-552)))) (((-552)) |has| |#2| (-1019 (-552))) ((|#2|) . T) (((-846 |#1|)) . T))
-((((-115 |#1|)) . T) (($) . T) (((-401 (-552))) . T))
-((((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-552)) |has| |#1| (-1019 (-552))) ((|#1|) . T) (((-1154)) . T))
-((((-844)) . T))
-((((-552)) . T))
-((($) . T))
-((((-373)) |has| |#1| (-867 (-373))) (((-552)) |has| |#1| (-867 (-552))))
-((((-552)) . T))
-(((|#1|) . T))
-((((-844)) . T))
-(((|#1|) . T))
-((((-844)) . T))
+((($ $) . T) (((-599 $) $) . T))
+((($) . T))
+((((-845)) . T))
+((((-553)) . T))
+(((|#2|) . T))
+((((-845)) . T))
+(((|#1|) . T) (((-401 (-553))) |has| |#1| (-357)))
+((((-845)) . T))
+(((|#1|) . T))
+((((-845)) . T))
+((($) . T) ((|#2|) . T) (((-401 (-553))) . T))
+(|has| |#1| (-1079))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-845)) . T))
+(|has| |#2| (-891))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) . T))
+((((-529)) |has| |#2| (-601 (-529))) (((-874 (-373))) |has| |#2| (-601 (-874 (-373)))) (((-874 (-553))) |has| |#2| (-601 (-874 (-553)))))
+((((-845)) . T))
+((((-845)) . T))
+(((|#3|) |has| |#3| (-1031)) (((-553)) -12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031))))
+((((-1104 |#1| |#2|)) . T) (((-934 |#1|)) |has| |#2| (-601 (-1155))) (((-845)) . T))
+((((-934 |#1|)) |has| |#2| (-601 (-1155))) (((-1137)) -12 (|has| |#1| (-1020 (-553))) (|has| |#2| (-601 (-1155)))) (((-874 (-553))) -12 (|has| |#1| (-601 (-874 (-553)))) (|has| |#2| (-601 (-874 (-553))))) (((-874 (-373))) -12 (|has| |#1| (-601 (-874 (-373)))) (|has| |#2| (-601 (-874 (-373))))) (((-529)) -12 (|has| |#1| (-601 (-529))) (|has| |#2| (-601 (-529)))))
+((((-1151 |#1|)) . T) (((-845)) . T))
+((((-845)) . T))
+((((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))) (((-553)) |has| |#2| (-1020 (-553))) ((|#2|) . T) (((-847 |#1|)) . T))
+((((-115 |#1|)) . T) (($) . T) (((-401 (-553))) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T) (((-1155)) . T))
+((((-845)) . T))
+((((-553)) . T))
+((($) . T))
+((((-373)) |has| |#1| (-868 (-373))) (((-553)) |has| |#1| (-868 (-553))))
+((((-553)) . T))
+(((|#1|) . T))
+((((-845)) . T))
+(((|#1|) . T))
+((((-845)) . T))
(((|#1|) |has| |#1| (-169)) (($) . T))
-((((-552)) . T) (((-401 (-552))) . T))
+((((-553)) . T) (((-401 (-553))) . T))
(((|#1|) |has| |#1| (-303 |#1|)))
-((((-844)) . T))
+((((-845)) . T))
((((-373)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-844)) . T))
-((((-401 (-552))) . T) (($) . T))
+((((-845)) . T))
+((((-401 (-553))) . T) (($) . T))
((((-401 |#2|) |#3|) . T))
(((|#1|) . T))
-(|has| |#1| (-1078))
-(((|#2| (-475 (-2657 |#1|) (-756))) . T))
-((((-552) |#1|) . T))
-((((-1136)) . T) (((-844)) . T))
+(|has| |#1| (-1079))
+(((|#2| (-475 (-2656 |#1|) (-757))) . T))
+((((-553) |#1|) . T))
+((((-1137)) . T) (((-845)) . T))
(((|#2| |#2|) . T))
-(((|#1| (-523 (-1154))) . T))
-(-4029 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-((((-552)) . T))
+(((|#1| (-524 (-1155))) . T))
+(-4028 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+((((-553)) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-1154)) |has| |#1| (-881 (-1154))) (((-1060)) . T))
-(((|#1|) . T) (((-552)) |has| |#1| (-625 (-552))))
-(|has| |#1| (-544))
-((($) . T) (((-401 (-552))) . T))
+((((-1155)) |has| |#1| (-882 (-1155))) (((-1061)) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-626 (-553))))
+(|has| |#1| (-545))
+((($) . T) (((-401 (-553))) . T))
((($) . T))
((($) . T))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
(((|#1|) . T))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-844)) . T))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-845)) . T))
((((-141)) . T))
-(((|#1|) . T) (((-401 (-552))) . T))
+(((|#1|) . T) (((-401 (-553))) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-844)) . T))
+((((-845)) . T))
(((|#1|) . T))
-(|has| |#1| (-1129))
-(((|#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|))) . T))
+(|has| |#1| (-1130))
+(((|#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|))) . T))
(((|#1|) . T))
-((((-401 $) (-401 $)) |has| |#1| (-544)) (($ $) . T) ((|#1| |#1|) . T))
-(((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-((((-844)) . T))
-((((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-552)) |has| |#1| (-1019 (-552))) ((|#1|) . T) ((|#2|) . T))
-((((-1060)) . T) ((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))))
-((((-373)) -12 (|has| |#1| (-867 (-373))) (|has| |#2| (-867 (-373)))) (((-552)) -12 (|has| |#1| (-867 (-552))) (|has| |#2| (-867 (-552)))))
-((((-1223 |#1| |#2| |#3| |#4|)) . T))
-((((-552) |#1|) . T))
+((((-401 $) (-401 $)) |has| |#1| (-545)) (($ $) . T) ((|#1| |#1|) . T))
+(((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((((-845)) . T))
+((((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-553)) |has| |#1| (-1020 (-553))) ((|#1|) . T) ((|#2|) . T))
+((((-1061)) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))))
+((((-373)) -12 (|has| |#1| (-868 (-373))) (|has| |#2| (-868 (-373)))) (((-553)) -12 (|has| |#1| (-868 (-553))) (|has| |#2| (-868 (-553)))))
+((((-1224 |#1| |#2| |#3| |#4|)) . T))
+((((-553) |#1|) . T))
(((|#1| |#1|) . T))
((($) . T) ((|#2|) . T))
(((|#1|) |has| |#1| (-169)) (($) . T))
((($) . T))
-((((-683)) . T))
-((((-765 |#1| (-846 |#2|))) . T))
+((((-684)) . T))
+((((-766 |#1| (-847 |#2|))) . T))
((($) . T))
-((((-401 (-552))) . T) (($) . T))
-(|has| |#1| (-1078))
-(|has| |#1| (-1078))
+((((-401 (-553))) . T) (($) . T))
+(|has| |#1| (-1079))
+(|has| |#1| (-1079))
(|has| |#2| (-357))
(|has| |#1| (-357))
(|has| |#1| (-357))
-(|has| |#1| (-38 (-401 (-552))))
-((((-552)) . T))
-((((-1154)) -12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030))))
-((((-1154)) -12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030))))
+(|has| |#1| (-38 (-401 (-553))))
+((((-553)) . T))
+((((-1155)) -12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031))))
+((((-1155)) -12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031))))
(((|#1|) . T))
(|has| |#1| (-228))
-(((|#1| (-523 |#3|)) . T))
+(((|#1| (-524 |#3|)) . T))
+(((|#2| (-235 (-2656 |#1|) (-757))) . T))
(|has| |#1| (-362))
-(((|#2| (-235 (-2657 |#1|) (-756))) . T))
(|has| |#1| (-362))
(|has| |#1| (-362))
(((|#1|) . T) (($) . T))
-(((|#1| (-523 |#2|)) . T))
-(-4029 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(((|#1| (-756)) . T))
-(|has| |#1| (-544))
-(-4029 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
+(((|#1| (-524 |#2|)) . T))
+(-4028 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(((|#1| (-757)) . T))
+(|has| |#1| (-545))
+(-4028 (|has| |#2| (-25)) (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
(-12 (|has| |#1| (-21)) (|has| |#2| (-21)))
-((((-844)) . T))
-(-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778))))
-(-4029 (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-778)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-711)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
+((((-845)) . T))
+((($) . T))
+(-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779))))
+(-4028 (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-779)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-712)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
(((|#1|) |has| |#1| (-169)))
-(((|#4|) |has| |#4| (-1030)))
-(((|#3|) |has| |#3| (-1030)))
-(-12 (|has| |#1| (-357)) (|has| |#2| (-805)))
-(-12 (|has| |#1| (-357)) (|has| |#2| (-805)))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-401 |#2|)) . T) (((-401 (-552))) . T) (($) . T))
-((($ $) . T) ((#0=(-401 (-552)) #0#) . T))
-((((-844)) . T))
-((($) . T) (((-401 (-552))) . T))
-(((|#1|) . T))
-(((|#4|) |has| |#4| (-1078)) (((-552)) -12 (|has| |#4| (-1019 (-552))) (|has| |#4| (-1078))) (((-401 (-552))) -12 (|has| |#4| (-1019 (-401 (-552)))) (|has| |#4| (-1078))))
-(((|#3|) |has| |#3| (-1078)) (((-552)) -12 (|has| |#3| (-1019 (-552))) (|has| |#3| (-1078))) (((-401 (-552))) -12 (|has| |#3| (-1019 (-401 (-552)))) (|has| |#3| (-1078))))
+(((|#4|) |has| |#4| (-1031)))
+(((|#3|) |has| |#3| (-1031)))
+(-12 (|has| |#1| (-357)) (|has| |#2| (-806)))
+(-12 (|has| |#1| (-357)) (|has| |#2| (-806)))
+((((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))) (((-553)) |has| |#2| (-1020 (-553))) ((|#2|) . T) (((-847 |#1|)) . T))
+((((-1104 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((|#2|) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-657 |#1|)) . T))
+((((-401 |#2|)) . T) (((-401 (-553))) . T) (($) . T))
+((($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+((((-845)) . T))
+((($) . T) (((-401 (-553))) . T))
+(((|#1|) . T))
+(((|#4|) |has| |#4| (-1079)) (((-553)) -12 (|has| |#4| (-1020 (-553))) (|has| |#4| (-1079))) (((-401 (-553))) -12 (|has| |#4| (-1020 (-401 (-553)))) (|has| |#4| (-1079))))
+(((|#3|) |has| |#3| (-1079)) (((-553)) -12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079))) (((-401 (-553))) -12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079))))
(|has| |#2| (-357))
-(((|#2|) |has| |#2| (-1030)) (((-552)) -12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030))))
+(((|#2|) |has| |#2| (-1031)) (((-553)) -12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031))))
(((|#1|) . T))
(|has| |#2| (-357))
-(((#0=(-401 (-552)) #0#) |has| |#2| (-38 (-401 (-552)))) ((|#2| |#2|) . T) (($ $) -4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1| |#1|) . T) ((#0=(-401 (-552)) #0#) |has| |#1| (-38 (-401 (-552)))))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-552)) #0#) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-552)) #0#) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-552)) #0#) . T))
+(((#0=(-401 (-553)) #0#) |has| |#2| (-38 (-401 (-553)))) ((|#2| |#2|) . T) (($ $) -4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1| |#1|) . T) ((#0=(-401 (-553)) #0#) |has| |#1| (-38 (-401 (-553)))))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-553)) #0#) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-401 (-553)) #0#) . T))
(((|#2| |#2|) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) . T) (($) -4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T))
-(((|#1|) . T) (($) . T) (((-401 (-552))) . T))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) . T) (($) -4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T))
+(((|#1|) . T) (($) . T) (((-401 (-553))) . T))
(((|#2|) . T))
-((((-844)) |has| |#1| (-1078)))
+((((-845)) |has| |#1| (-1079)))
((($) . T))
-((((-1223 |#1| |#2| |#3| |#4|)) . T))
+((((-1224 |#1| |#2| |#3| |#4|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#2| (-805))
-(|has| |#2| (-805))
+(|has| |#2| (-806))
+(|has| |#2| (-806))
(|has| |#1| (-357))
(|has| |#1| (-357))
-(|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))
+(|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))
(|has| |#1| (-357))
(((|#1|) |has| |#2| (-411 |#1|)))
(((|#1|) |has| |#2| (-411 |#1|)))
-((((-891 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-1190)) . T) (((-844)) . T) (((-1159)) . T))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) |has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-((((-552) |#1|) . T))
-((((-552) |#1|) . T))
-((((-552) |#1|) . T))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-((((-552) |#1|) . T))
-(((|#1|) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-((((-1154)) |has| |#1| (-881 (-1154))) (((-803 (-1154))) . T))
-(-4029 (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-778)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-((((-804 |#1|)) . T))
+((((-892 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-1191)) . T) (((-845)) . T) (((-1160)) . T))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) |has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+((((-553) |#1|) . T))
+((((-553) |#1|) . T))
+((((-553) |#1|) . T))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+((((-553) |#1|) . T))
+(((|#1|) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+((((-1155)) |has| |#1| (-882 (-1155))) (((-804 (-1155))) . T))
+(-4028 (|has| |#3| (-129)) (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-779)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+((((-805 |#1|)) . T))
(((|#1| |#2|) . T))
-((((-844)) . T))
-(-4029 (|has| |#3| (-169)) (|has| |#3| (-711)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
+((((-845)) . T))
+(-4028 (|has| |#3| (-169)) (|has| |#3| (-712)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
(((|#1| |#2|) . T))
-(|has| |#1| (-38 (-401 (-552))))
-((((-844)) . T))
-((((-1223 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-401 (-552))) . T))
-(((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-544)) (((-401 (-552))) |has| |#1| (-544)))
-(((|#2|) . T) (((-552)) |has| |#2| (-625 (-552))))
+(|has| |#1| (-38 (-401 (-553))))
+((((-845)) . T))
+((((-1224 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-401 (-553))) . T))
+(((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-545)) (((-401 (-553))) |has| |#1| (-545)))
+(((|#2|) . T) (((-553)) |has| |#2| (-626 (-553))))
(|has| |#1| (-357))
-(-4029 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (-12 (|has| |#1| (-357)) (|has| |#2| (-228))))
-(|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))
+(-4028 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (-12 (|has| |#1| (-357)) (|has| |#2| (-228))))
+(|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))
(|has| |#1| (-357))
(((|#1|) . T))
-(((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((|#1| |#1|) . T))
-((((-552) |#1|) . T))
+(((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((|#1| |#1|) . T))
+((((-553) |#1|) . T))
((((-310 |#1|)) . T))
-(((#0=(-683) (-1150 #0#)) . T))
-((((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((|#1|) . T))
+(((#0=(-684) (-1151 #0#)) . T))
+((((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((|#1|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(|has| |#1| (-830))
-((($ $) . T) ((#0=(-846 |#1|) $) . T) ((#0# |#2|) . T))
-((((-1103 |#1| (-1154))) . T) (((-803 (-1154))) . T) ((|#1|) . T) (((-552)) |has| |#1| (-1019 (-552))) (((-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) (((-1154)) . T))
+(|has| |#1| (-831))
+(((|#2|) . T) (((-1155)) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-1155)))) (((-553)) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-553)))) (((-401 (-553))) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-553)))))
+(((|#2|) . T))
+((($ $) . T) ((#0=(-847 |#1|) $) . T) ((#0# |#2|) . T))
+((((-1104 |#1| (-1155))) . T) (((-804 (-1155))) . T) ((|#1|) . T) (((-553)) |has| |#1| (-1020 (-553))) (((-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) (((-1155)) . T))
((($) . T))
(((|#2| |#1|) . T) ((|#2| $) . T) (($ $) . T))
-(((#0=(-1060) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((($ $) . T) ((#0=(-1154) $) |has| |#1| (-228)) ((#0# |#1|) |has| |#1| (-228)) ((#1=(-1066 (-1154)) |#1|) . T) ((#1# $) . T))
+(((#0=(-1061) |#1|) . T) ((#0# $) . T) (($ $) . T))
+((($ $) . T) ((#0=(-1155) $) |has| |#1| (-228)) ((#0# |#1|) |has| |#1| (-228)) ((#1=(-1067 (-1155)) |#1|) . T) ((#1# $) . T))
((($) . T) ((|#2|) . T))
-((($) . T) ((|#2|) . T) (((-401 (-552))) |has| |#2| (-38 (-401 (-552)))))
-(|has| |#2| (-890))
-((($) . T) ((#0=(-1222 |#2| |#3| |#4|)) |has| #0# (-169)) (((-401 (-552))) |has| #0# (-38 (-401 (-552)))))
-((((-552) |#1|) . T))
-(((#0=(-1223 |#1| |#2| |#3| |#4|)) |has| #0# (-303 #0#)))
+((($) . T) ((|#2|) . T) (((-401 (-553))) |has| |#2| (-38 (-401 (-553)))))
+(|has| |#2| (-891))
+((($) . T) ((#0=(-1223 |#2| |#3| |#4|)) |has| #0# (-169)) (((-401 (-553))) |has| #0# (-38 (-401 (-553)))))
+((((-553) |#1|) . T))
+(((#0=(-1224 |#1| |#2| |#3| |#4|)) |has| #0# (-303 #0#)))
((($) . T))
(((|#1|) . T))
-((($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((|#2| |#2|) |has| |#1| (-357)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) ((#0=(-401 (-552)) #0#) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))))
+((($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((|#2| |#2|) |has| |#1| (-357)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) ((#0=(-401 (-553)) #0#) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))))
(|has| |#2| (-228))
(|has| $ (-144))
-((((-844)) . T))
-((($) . T) (((-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
-((((-844)) . T))
-(|has| |#1| (-830))
+((((-845)) . T))
+((($) . T) (((-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-343))) ((|#1|) . T))
+((((-845)) . T))
+(|has| |#1| (-831))
((((-128)) . T))
-((((-1154)) -12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))
+((((-1155)) -12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))
((((-401 |#2|) |#3|) . T))
(((|#1|) . T))
((((-128)) . T))
-((((-844)) . T))
-(((|#2| (-656 |#1|)) . T))
-(-12 (|has| |#1| (-301)) (|has| |#1| (-890)))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+((((-845)) . T))
+(((|#2| (-657 |#1|)) . T))
+(-12 (|has| |#1| (-301)) (|has| |#1| (-891)))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#4|) . T))
-(|has| |#1| (-544))
-((($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))) ((|#2|) |has| |#1| (-357)) ((|#1|) . T))
-((((-1154)) -4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))))
-(((|#1|) . T) (($) -4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-544))) (((-401 (-552))) -4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-357))))
-((((-1154)) -12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154)))))
-((((-1154)) -12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154)))))
-(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))
-((((-552) |#1|) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
+(|has| |#1| (-545))
+((($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))) ((|#2|) |has| |#1| (-357)) ((|#1|) . T))
+((((-1155)) -4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))))
+(((|#1|) . T) (($) -4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-545))) (((-401 (-553))) -4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-357))))
+((((-1155)) -12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155)))))
+((((-1155)) -12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155)))))
+(((|#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))
+((((-553) |#1|) . T))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
(((|#1|) . T))
-(((|#1| (-523 (-803 (-1154)))) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
+(((|#1| (-524 (-804 (-1155)))) . T))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+((((-401 (-553))) |has| |#2| (-1020 (-553))) (((-553)) |has| |#2| (-1020 (-553))) (((-1155)) |has| |#2| (-1020 (-1155))) ((|#2|) . T))
(((|#1|) . T))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
(((|#1|) . T))
-(-4029 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778))))
-((((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)))
-((($) . T) (((-851 |#1|)) . T) (((-401 (-552))) . T))
-((((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)))
-(|has| |#1| (-544))
+(-4028 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779))))
+((((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)))
+((($) . T) (((-852 |#1|)) . T) (((-401 (-553))) . T))
+((((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)))
+(|has| |#1| (-545))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((-401 |#2|)) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-(((|#1|) . T))
-(((|#2| |#2|) . T) ((#0=(-401 (-552)) #0#) . T) (($ $) . T))
-((((-552)) . T))
-((((-844)) . T))
-(((|#2|) . T) (((-401 (-552))) . T) (($) . T))
-((((-569 |#1|)) . T) (((-401 (-552))) . T) (($) . T))
-((((-844)) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-552) |#1|) . T))
-((((-844)) . T))
-((($ $) . T) (((-1154) $) . T))
-((((-1229 |#1| |#2| |#3|)) . T))
-((((-528)) |has| |#2| (-600 (-528))) (((-873 (-373))) |has| |#2| (-600 (-873 (-373)))) (((-873 (-552))) |has| |#2| (-600 (-873 (-552)))))
-((((-844)) . T))
-((((-844)) . T))
-((((-873 (-552))) -12 (|has| |#1| (-600 (-873 (-552)))) (|has| |#3| (-600 (-873 (-552))))) (((-873 (-373))) -12 (|has| |#1| (-600 (-873 (-373)))) (|has| |#3| (-600 (-873 (-373))))) (((-528)) -12 (|has| |#1| (-600 (-528))) (|has| |#3| (-600 (-528)))))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-(((|#1|) . T) (((-844)) . T) (((-1159)) . T))
-((((-844)) . T))
-(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|))) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+(((|#1|) . T))
+(((|#2| |#2|) . T) ((#0=(-401 (-553)) #0#) . T) (($ $) . T))
+((((-553)) . T))
+((((-845)) . T))
+(((|#2|) . T) (((-401 (-553))) . T) (($) . T))
+((((-570 |#1|)) . T) (((-401 (-553))) . T) (($) . T))
+((((-845)) . T))
+((((-401 (-553))) . T) (($) . T))
+((((-553) |#1|) . T))
+((((-845)) . T))
+((($ $) . T) (((-1155) $) . T))
+((((-1230 |#1| |#2| |#3|)) . T))
+((((-529)) |has| |#2| (-601 (-529))) (((-874 (-373))) |has| |#2| (-601 (-874 (-373)))) (((-874 (-553))) |has| |#2| (-601 (-874 (-553)))))
+((((-845)) . T))
+((((-845)) . T))
+((((-874 (-553))) -12 (|has| |#1| (-601 (-874 (-553)))) (|has| |#3| (-601 (-874 (-553))))) (((-874 (-373))) -12 (|has| |#1| (-601 (-874 (-373)))) (|has| |#3| (-601 (-874 (-373))))) (((-529)) -12 (|has| |#1| (-601 (-529))) (|has| |#3| (-601 (-529)))))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+(((|#1|) . T) (((-845)) . T) (((-1160)) . T))
+((((-845)) . T))
+((((-113)) . T) ((|#1|) . T))
+(((|#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|))) . T))
(((|#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) . T))
-((((-844)) . T))
-((((-1229 |#1| |#2| |#3|)) |has| |#1| (-357)))
+((((-845)) . T))
+((((-1230 |#1| |#2| |#3|)) |has| |#1| (-357)))
(|has| |#1| (-357))
-((((-1229 |#1| |#2| |#3|)) . T) (((-1201 |#1| |#2| |#3|)) . T))
-((((-1154)) . T) (((-844)) . T))
-((((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) |has| |#2| (-169)) (($) -4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890))))
+((((-1230 |#1| |#2| |#3|)) . T) (((-1202 |#1| |#2| |#3|)) . T))
+((((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) |has| |#2| (-169)) (($) -4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891))))
(((|#2|) . T) ((|#6|) . T))
-((($) . T) (((-401 (-552))) |has| |#2| (-38 (-401 (-552)))) ((|#2|) . T))
-((($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((((-1082)) . T))
-((((-844)) . T))
-((($) -4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-((($) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T))
+((($) . T) (((-401 (-553))) |has| |#2| (-38 (-401 (-553)))) ((|#2|) . T))
+((((-1155)) . T) (((-845)) . T))
+((($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((((-1083)) . T))
+((((-845)) . T))
+((($) -4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+((($) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T))
((($) . T))
-((($) -4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890))) ((|#1|) |has| |#1| (-169)) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(|has| |#2| (-890))
-(|has| |#1| (-890))
+((($) -4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891))) ((|#1|) |has| |#1| (-169)) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(|has| |#2| (-891))
+(((|#1|) . T))
+(|has| |#1| (-891))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) |has| |#1| (-169)))
-((((-683)) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
+((((-684)) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
(((|#1|) |has| |#1| (-169)))
(((|#1|) |has| |#1| (-169)))
-((((-401 (-552))) . T) (($) . T))
-(((|#1| (-552)) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
+((((-401 (-553))) . T) (($) . T))
+(((|#1| (-553)) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
(|has| |#1| (-357))
(|has| |#1| (-357))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
-(-4029 (|has| |#1| (-169)) (|has| |#1| (-544)))
-(((|#1| (-552)) . T))
-(((|#1| (-401 (-552))) . T))
-(((|#1| (-756)) . T))
-((((-401 (-552))) . T))
-(((|#1| (-523 |#2|) |#2|) . T))
-((((-552) |#1|) . T))
-((((-552) |#1|) . T))
-(|has| |#1| (-1078))
-((((-552) |#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-873 (-373))) . T) (((-873 (-552))) . T) (((-1154)) . T) (((-528)) . T))
-(((|#1|) . T))
-((((-844)) . T))
-(-4029 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-778)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-(-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778))))
-((((-552)) . T))
-((((-552)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
+(-4028 (|has| |#1| (-169)) (|has| |#1| (-545)))
+(((|#1| (-553)) . T))
+(((|#1| (-401 (-553))) . T))
+(((|#1| (-757)) . T))
+((((-401 (-553))) . T))
+(((|#1| (-524 |#2|) |#2|) . T))
+((((-553) |#1|) . T))
+((((-553) |#1|) . T))
+(|has| |#1| (-1079))
+((((-553) |#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-874 (-373))) . T) (((-874 (-553))) . T) (((-1155)) . T) (((-529)) . T))
+(((|#1|) . T))
+((((-845)) . T))
+(-4028 (|has| |#2| (-129)) (|has| |#2| (-169)) (|has| |#2| (-357)) (|has| |#2| (-779)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+(-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779))))
+((((-553)) . T))
+((((-553)) . T))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(-4029 (|has| |#2| (-169)) (|has| |#2| (-711)) (|has| |#2| (-830)) (|has| |#2| (-1030)))
-((((-1154)) -12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030))))
-(-4029 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-711)) (|has| |#2| (-711))))
+(-4028 (|has| |#2| (-169)) (|has| |#2| (-712)) (|has| |#2| (-831)) (|has| |#2| (-1031)))
+((((-1155)) -12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031))))
+(-4028 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-712)) (|has| |#2| (-712))))
(|has| |#1| (-142))
(|has| |#1| (-144))
(|has| |#1| (-357))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(|has| |#1| (-228))
-((((-844)) . T))
-(((|#1| (-756) (-1060)) . T))
-((((-552) |#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-552) |#1|) . T))
-((((-552) |#1|) . T))
+((((-845)) . T))
+(((|#1| (-757) (-1061)) . T))
+((((-553) |#1|) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-553) |#1|) . T))
+((((-553) |#1|) . T))
((((-115 |#1|)) . T))
-((((-401 (-552))) . T) (((-552)) . T))
-(((|#2|) |has| |#2| (-1030)))
-((((-401 (-552))) . T) (($) . T))
-(((|#2|) . T))
-((((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-544)))
-((((-552)) . T))
-((((-552)) . T))
-((((-1136) (-1154) (-552) (-220) (-844)) . T))
+((((-401 (-553))) . T) (((-553)) . T))
+(((|#2|) |has| |#2| (-1031)))
+((((-401 (-553))) . T) (($) . T))
+(((|#2|) . T))
+((((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) |has| |#1| (-169)) (($) |has| |#1| (-545)))
+((((-553)) . T))
+((((-553)) . T))
+((((-1137) (-1155) (-553) (-220) (-845)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
-(-4029 (|has| |#1| (-343)) (|has| |#1| (-362)))
+((((-113)) . T) ((|#1|) . T))
+(-4028 (|has| |#1| (-343)) (|has| |#1| (-362)))
(((|#1| |#2|) . T))
+((((-553)) . T) (((-401 (-553))) . T))
((($) . T) ((|#1|) . T))
-((((-844)) . T))
-((($) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((|#1|) . T))
-((($) . T) ((|#1|) . T) (((-401 (-552))) |has| |#1| (-38 (-401 (-552)))))
-(((|#2|) |has| |#2| (-1078)) (((-552)) -12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078))) (((-401 (-552))) -12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078))))
-((((-528)) |has| |#1| (-600 (-528))))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-832)) (|has| |#1| (-1078))))
-((($) . T) (((-401 (-552))) . T))
-(|has| |#1| (-890))
-(|has| |#1| (-890))
-((((-220)) -12 (|has| |#1| (-357)) (|has| |#2| (-1003))) (((-373)) -12 (|has| |#1| (-357)) (|has| |#2| (-1003))) (((-873 (-373))) -12 (|has| |#1| (-357)) (|has| |#2| (-600 (-873 (-373))))) (((-873 (-552))) -12 (|has| |#1| (-357)) (|has| |#2| (-600 (-873 (-552))))) (((-528)) -12 (|has| |#1| (-357)) (|has| |#2| (-600 (-528)))))
-((((-844)) . T))
-((((-844)) . T))
+((((-845)) . T))
+((($) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((-401 (-553))) |has| |#1| (-38 (-401 (-553)))))
+(((|#2|) |has| |#2| (-1079)) (((-553)) -12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (((-401 (-553))) -12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079))))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-529)) |has| |#1| (-601 (-529))))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-833)) (|has| |#1| (-1079))))
+((($) . T) (((-401 (-553))) . T))
+(|has| |#1| (-891))
+(|has| |#1| (-891))
+((((-220)) -12 (|has| |#1| (-357)) (|has| |#2| (-1004))) (((-373)) -12 (|has| |#1| (-357)) (|has| |#2| (-1004))) (((-874 (-373))) -12 (|has| |#1| (-357)) (|has| |#2| (-601 (-874 (-373))))) (((-874 (-553))) -12 (|has| |#1| (-357)) (|has| |#2| (-601 (-874 (-553))))) (((-529)) -12 (|has| |#1| (-357)) (|has| |#2| (-601 (-529)))))
+((((-845)) . T))
+((((-845)) . T))
(((|#2| |#2|) . T))
(((|#1| |#1|) |has| |#1| (-169)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-544)))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-830)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-545)))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-831)))
(((|#2|) . T))
-(-4029 (|has| |#1| (-21)) (|has| |#1| (-830)))
+(-4028 (|has| |#1| (-21)) (|has| |#1| (-831)))
(((|#1|) |has| |#1| (-169)))
(((|#1|) . T))
(((|#1|) . T))
-((((-844)) -4029 (-12 (|has| |#1| (-599 (-844))) (|has| |#2| (-599 (-844)))) (-12 (|has| |#1| (-1078)) (|has| |#2| (-1078)))))
+((((-845)) -4028 (-12 (|has| |#1| (-600 (-845))) (|has| |#2| (-600 (-845)))) (-12 (|has| |#1| (-1079)) (|has| |#2| (-1079)))))
((((-401 |#2|) |#3|) . T))
-((((-401 (-552))) . T) (($) . T))
-(|has| |#1| (-38 (-401 (-552))))
+((((-401 (-553))) . T) (($) . T))
+(|has| |#1| (-38 (-401 (-553))))
(|has| |#1| (-357))
-((($ $) . T) ((#0=(-401 (-552)) #0#) . T))
+((($ $) . T) ((#0=(-401 (-553)) #0#) . T))
(|has| (-401 |#2|) (-144))
(|has| (-401 |#2|) (-142))
-((((-683)) . T))
-(((|#1|) . T) (((-401 (-552))) . T) (((-552)) . T) (($) . T))
-(((#0=(-552) #0#) . T))
-((($) . T) (((-401 (-552))) . T))
-(-4029 (|has| |#4| (-169)) (|has| |#4| (-711)) (|has| |#4| (-830)) (|has| |#4| (-1030)))
-(-4029 (|has| |#3| (-169)) (|has| |#3| (-711)) (|has| |#3| (-830)) (|has| |#3| (-1030)))
-((((-844)) . T) (((-1159)) . T))
-(|has| |#4| (-778))
-(-4029 (|has| |#4| (-778)) (|has| |#4| (-830)))
-(|has| |#4| (-830))
-(|has| |#3| (-778))
-(-4029 (|has| |#3| (-778)) (|has| |#3| (-830)))
-(|has| |#3| (-830))
-((((-552)) . T))
-(((|#2|) . T))
-((((-1154)) -4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))))
-((((-1154)) -12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154)))))
-((((-1154)) -12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154)))))
+((((-684)) . T))
+(((|#1|) . T) (((-401 (-553))) . T) (((-553)) . T) (($) . T))
+(((#0=(-553) #0#) . T))
+((($) . T) (((-401 (-553))) . T))
+(-4028 (|has| |#4| (-169)) (|has| |#4| (-712)) (|has| |#4| (-831)) (|has| |#4| (-1031)))
+(-4028 (|has| |#3| (-169)) (|has| |#3| (-712)) (|has| |#3| (-831)) (|has| |#3| (-1031)))
+((((-845)) . T) (((-1160)) . T))
+(|has| |#4| (-779))
+(-4028 (|has| |#4| (-779)) (|has| |#4| (-831)))
+(|has| |#4| (-831))
+(|has| |#3| (-779))
+(-4028 (|has| |#3| (-779)) (|has| |#3| (-831)))
+(|has| |#3| (-831))
+((((-553)) . T))
+(((|#2|) . T))
+((((-1155)) -4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))))
+((((-1155)) -12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155)))))
+((((-1155)) -12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155)))))
(((|#1| |#1|) . T) (($ $) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T))
-((((-846 |#1|)) . T))
-((((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)))
-((((-1118 |#1| |#2|)) . T))
-((((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)))
-(((|#2|) . T) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) . T))
-((($) . T))
-(|has| |#1| (-1003))
-(((|#2|) . T) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-((((-844)) . T))
-((((-528)) |has| |#2| (-600 (-528))) (((-873 (-552))) |has| |#2| (-600 (-873 (-552)))) (((-873 (-373))) |has| |#2| (-600 (-873 (-373)))) (((-373)) . #0=(|has| |#2| (-1003))) (((-220)) . #0#))
-((((-1154) (-52)) . T))
-(|has| |#1| (-38 (-401 (-552))))
-(|has| |#1| (-38 (-401 (-552))))
+((((-847 |#1|)) . T))
+((((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)))
+((((-1119 |#1| |#2|)) . T))
+((((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)))
+(((|#2|) . T) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) . T))
+((($) . T))
+(|has| |#1| (-1004))
+(((|#2|) . T) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+((((-845)) . T))
+((((-529)) |has| |#2| (-601 (-529))) (((-874 (-553))) |has| |#2| (-601 (-874 (-553)))) (((-874 (-373))) |has| |#2| (-601 (-874 (-373)))) (((-373)) . #0=(|has| |#2| (-1004))) (((-220)) . #0#))
+((((-288 |#3|)) . T))
+((((-1155) (-52)) . T))
+(((|#1|) . T))
+(|has| |#1| (-38 (-401 (-553))))
+(|has| |#1| (-38 (-401 (-553))))
(((|#2|) . T))
((($ $) . T))
-((((-401 (-552))) . T) (((-683)) . T) (($) . T))
-((((-1152 |#1| |#2| |#3|)) . T))
-((((-1152 |#1| |#2| |#3|)) . T) (((-1145 |#1| |#2| |#3|)) . T))
-((((-844)) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-((((-552) |#1|) . T))
-((((-1152 |#1| |#2| |#3|)) |has| |#1| (-357)))
+((((-401 (-553))) . T) (((-684)) . T) (($) . T))
+((((-1153 |#1| |#2| |#3|)) . T))
+((((-1153 |#1| |#2| |#3|)) . T) (((-1146 |#1| |#2| |#3|)) . T))
+((((-845)) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+((((-553) |#1|) . T))
+((((-1153 |#1| |#2| |#3|)) |has| |#1| (-357)))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
(((|#2|) . T))
(|has| |#2| (-357))
-(((|#3|) . T) ((|#2|) . T) (($) -4029 (|has| |#4| (-169)) (|has| |#4| (-830)) (|has| |#4| (-1030))) ((|#4|) -4029 (|has| |#4| (-169)) (|has| |#4| (-357)) (|has| |#4| (-1030))))
-(((|#2|) . T) (($) -4029 (|has| |#3| (-169)) (|has| |#3| (-830)) (|has| |#3| (-1030))) ((|#3|) -4029 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1030))))
+(((|#3|) . T) ((|#2|) . T) (($) -4028 (|has| |#4| (-169)) (|has| |#4| (-831)) (|has| |#4| (-1031))) ((|#4|) -4028 (|has| |#4| (-169)) (|has| |#4| (-357)) (|has| |#4| (-1031))))
+(((|#2|) . T) (($) -4028 (|has| |#3| (-169)) (|has| |#3| (-831)) (|has| |#3| (-1031))) ((|#3|) -4028 (|has| |#3| (-169)) (|has| |#3| (-357)) (|has| |#3| (-1031))))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (-357))
((((-115 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-401 (-552))) |has| |#2| (-1019 (-401 (-552)))) (((-552)) |has| |#2| (-1019 (-552))) ((|#2|) . T) (((-846 |#1|)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
+((((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))) (((-553)) |has| |#2| (-1020 (-553))) ((|#2|) . T) (((-847 |#1|)) . T))
+((((-1155)) . T) ((|#1|) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
(((|#1|) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
-((((-128)) . T) (((-844)) . T))
-((((-552) |#1|) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
+((((-128)) . T) (((-845)) . T))
+((((-553) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#2| $) -12 (|has| |#1| (-357)) (|has| |#2| (-280 |#2| |#2|))) (($ $) . T))
((($ $) . T))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-890)))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-((((-844)) . T))
-((((-844)) . T))
-((((-844)) . T))
-(((|#1| (-523 |#2|)) . T))
-((((-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) . T))
-((((-552) (-128)) . T))
-(((|#1| (-552)) . T))
-(((|#1| (-401 (-552))) . T))
-(((|#1| (-756)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-115 |#1|)) . T) (($) . T) (((-401 (-552))) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-(-4029 (|has| |#2| (-445)) (|has| |#2| (-544)) (|has| |#2| (-890)))
-(-4029 (|has| |#1| (-445)) (|has| |#1| (-544)) (|has| |#1| (-890)))
-((($) . T))
-(((|#2| (-523 (-846 |#1|))) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-844)) . T) (((-1159)) . T))
-((((-552) |#1|) . T))
-((((-844)) . T) (((-1159)) . T))
-(((|#2|) . T))
-(((|#2| (-756)) . T))
-((((-844)) -4029 (|has| |#1| (-599 (-844))) (|has| |#1| (-1078))))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-445)) (|has| |#1| (-891)))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+((((-845)) . T))
+((((-845)) . T))
+((((-845)) . T))
+(((|#1| (-524 |#2|)) . T))
+((((-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) . T))
+((((-553) (-128)) . T))
+(((|#1| (-553)) . T))
+(((|#1| (-401 (-553))) . T))
+(((|#1| (-757)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-115 |#1|)) . T) (($) . T) (((-401 (-553))) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+(-4028 (|has| |#2| (-445)) (|has| |#2| (-545)) (|has| |#2| (-891)))
+(-4028 (|has| |#1| (-445)) (|has| |#1| (-545)) (|has| |#1| (-891)))
+((($) . T))
+(((|#2| (-524 (-847 |#1|))) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-845)) . T) (((-1160)) . T))
+((((-553) |#1|) . T))
+((((-845)) . T) (((-1160)) . T))
+(((|#2|) . T))
+(((|#2| (-757)) . T))
+((((-845)) -4028 (|has| |#1| (-600 (-845))) (|has| |#1| (-1079))))
(((|#1|) . T))
(((|#1| |#2|) . T))
-((((-1136) |#1|) . T))
+((((-1137) |#1|) . T))
((((-401 |#2|)) . T))
-((((-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T))
-(|has| |#1| (-544))
-(|has| |#1| (-544))
+((((-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T))
+(|has| |#1| (-545))
+(|has| |#1| (-545))
((($) . T) ((|#2|) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
+((((-553)) . T))
(((|#2| $) |has| |#2| (-280 |#2| |#2|)))
-(((|#1| (-629 |#1|)) |has| |#1| (-830)))
-(-4029 (|has| |#1| (-228)) (|has| |#1| (-343)))
-(-4029 (|has| |#1| (-357)) (|has| |#1| (-343)))
-(|has| |#1| (-1078))
-(((|#1|) . T))
-((((-401 (-552))) . T) (($) . T))
-((((-980 |#1|)) . T) ((|#1|) . T) (((-552)) -4029 (|has| (-980 |#1|) (-1019 (-552))) (|has| |#1| (-1019 (-552)))) (((-401 (-552))) -4029 (|has| (-980 |#1|) (-1019 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552))))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-((((-1154)) |has| |#1| (-881 (-1154))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))
-(((|#1| (-588 |#1| |#3|) (-588 |#1| |#2|)) . T))
+(((|#1| (-630 |#1|)) |has| |#1| (-831)))
+(-4028 (|has| |#1| (-228)) (|has| |#1| (-343)))
+(-4028 (|has| |#1| (-357)) (|has| |#1| (-343)))
+(((|#2|) . T) (((-553)) |has| |#2| (-1020 (-553))) (((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))))
+(|has| |#1| (-1079))
+(((|#1|) . T))
+((((-1061)) . T) ((|#2|) . T) (((-553)) |has| |#2| (-1020 (-553))) (((-401 (-553))) |has| |#2| (-1020 (-401 (-553)))))
+((((-401 (-553))) . T) (($) . T))
+((((-981 |#1|)) . T) ((|#1|) . T) (((-553)) -4028 (|has| (-981 |#1|) (-1020 (-553))) (|has| |#1| (-1020 (-553)))) (((-401 (-553))) -4028 (|has| (-981 |#1|) (-1020 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+((((-1155)) |has| |#1| (-882 (-1155))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))
+(((|#1| (-589 |#1| |#3|) (-589 |#1| |#2|)) . T))
(((|#1|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(((#0=(-1118 |#1| |#2|) #0#) |has| (-1118 |#1| |#2|) (-303 (-1118 |#1| |#2|))))
-(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((#0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) #0#) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))))
+(((#0=(-1119 |#1| |#2|) #0#) |has| (-1119 |#1| |#2|) (-303 (-1119 |#1| |#2|))))
+(((|#1|) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((#0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) #0#) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))))
(((#0=(-115 |#1|)) |has| #0# (-303 #0#)))
((($ $) . T))
-(-4029 (|has| |#1| (-832)) (|has| |#1| (-1078)))
-((($ $) . T) ((#0=(-846 |#1|) $) . T) ((#0# |#2|) . T))
+(-4028 (|has| |#1| (-833)) (|has| |#1| (-1079)))
+((($ $) . T) ((#0=(-847 |#1|) $) . T) ((#0# |#2|) . T))
((($ $) . T) ((|#2| $) |has| |#1| (-228)) ((|#2| |#1|) |has| |#1| (-228)) ((|#3| |#1|) . T) ((|#3| $) . T))
-(((-471 . -1078) T) ((-258 . -506) 145102) ((-242 . -506) 145045) ((-240 . -1078) 144995) ((-559 . -110) 144980) ((-523 . -23) T) ((-136 . -1078) T) ((-135 . -1078) T) ((-116 . -303) 144937) ((-131 . -1078) T) ((-472 . -506) 144729) ((-678 . -101) T) ((-1119 . -506) 144648) ((-384 . -129) T) ((-1250 . -957) 144617) ((-31 . -92) T) ((-588 . -482) 144601) ((-607 . -129) T) ((-804 . -828) T) ((-515 . -56) 144551) ((-58 . -506) 144484) ((-511 . -506) 144417) ((-412 . -881) 144376) ((-166 . -1030) T) ((-508 . -506) 144309) ((-489 . -506) 144242) ((-488 . -506) 144175) ((-784 . -1019) 143958) ((-683 . -38) 143923) ((-337 . -343) T) ((-1072 . -1071) 143907) ((-1072 . -1078) 143885) ((-166 . -238) 143836) ((-166 . -228) 143787) ((-1072 . -1073) 143745) ((-853 . -280) 143703) ((-220 . -780) T) ((-220 . -777) T) ((-678 . -278) NIL) ((-1128 . -1167) 143682) ((-401 . -973) 143666) ((-685 . -21) T) ((-685 . -25) T) ((-1252 . -632) 143640) ((-310 . -157) 143619) ((-310 . -140) 143598) ((-1128 . -106) 143548) ((-132 . -25) T) ((-40 . -226) 143525) ((-115 . -21) T) ((-115 . -25) T) ((-594 . -282) 143501) ((-468 . -282) 143480) ((-1210 . -1030) T) ((-837 . -1030) T) ((-784 . -332) 143464) ((-116 . -1129) NIL) ((-90 . -599) 143396) ((-470 . -129) T) ((-580 . -1191) T) ((-1210 . -320) 143373) ((-559 . -1030) T) ((-1210 . -228) T) ((-646 . -702) 143357) ((-1074 . -599) 143323) ((-939 . -282) 143300) ((-59 . -34) T) ((-1068 . -599) 143266) ((-1052 . -599) 143232) ((-1041 . -780) T) ((-1041 . -777) T) ((-801 . -711) T) ((-716 . -47) 143197) ((-609 . -38) 143184) ((-349 . -284) T) ((-346 . -284) T) ((-338 . -284) T) ((-258 . -284) 143115) ((-242 . -284) 143046) ((-1045 . -599) 143012) ((-1017 . -599) 142978) ((-1005 . -101) T) ((-1000 . -599) 142944) ((-407 . -711) T) ((-116 . -38) 142889) ((-612 . -599) 142855) ((-407 . -466) T) ((-476 . -599) 142821) ((-348 . -101) T) ((-213 . -599) 142787) ((-1185 . -1037) T) ((-696 . -1037) T) ((-1152 . -47) 142764) ((-1151 . -47) 142734) ((-1145 . -47) 142711) ((-127 . -282) 142686) ((-1016 . -148) 142632) ((-891 . -284) T) ((-1104 . -47) 142604) ((-678 . -303) NIL) ((-507 . -599) 142586) ((-502 . -599) 142568) ((-500 . -599) 142550) ((-321 . -1078) 142500) ((-697 . -445) 142431) ((-48 . -101) T) ((-1221 . -280) 142416) ((-1200 . -280) 142336) ((-629 . -650) 142320) ((-629 . -635) 142304) ((-333 . -21) T) ((-333 . -25) T) ((-40 . -343) NIL) ((-171 . -21) T) ((-171 . -25) T) ((-629 . -367) 142288) ((-588 . -280) 142265) ((-591 . -599) 142232) ((-382 . -101) T) ((-1098 . -140) T) ((-125 . -599) 142164) ((-855 . -1078) T) ((-642 . -405) 142148) ((-699 . -599) 142130) ((-182 . -599) 142112) ((-154 . -599) 142094) ((-159 . -599) 142076) ((-1252 . -711) T) ((-1080 . -34) T) ((-852 . -780) NIL) ((-852 . -777) NIL) ((-840 . -832) T) ((-716 . -867) NIL) ((-1261 . -129) T) ((-375 . -129) T) ((-885 . -101) T) ((-716 . -1019) 141952) ((-523 . -129) T) ((-1065 . -405) 141936) ((-981 . -482) 141920) ((-116 . -394) 141897) ((-1145 . -1191) 141876) ((-767 . -405) 141860) ((-765 . -405) 141844) ((-924 . -34) T) ((-678 . -1129) NIL) ((-245 . -632) 141679) ((-244 . -632) 141501) ((-802 . -901) 141480) ((-447 . -405) 141464) ((-588 . -19) 141448) ((-1124 . -1184) 141417) ((-1145 . -867) NIL) ((-1145 . -865) 141369) ((-588 . -590) 141346) ((-1177 . -599) 141278) ((-1153 . -599) 141260) ((-61 . -389) T) ((-1151 . -1019) 141195) ((-1145 . -1019) 141161) ((-678 . -38) 141111) ((-467 . -280) 141096) ((-716 . -371) 141080) ((-642 . -1037) T) ((-1221 . -983) 141046) ((-1200 . -983) 141012) ((-1042 . -1167) 140987) ((-853 . -600) 140794) ((-853 . -599) 140776) ((-1164 . -482) 140713) ((-412 . -1003) 140691) ((-48 . -303) 140678) ((-1042 . -106) 140624) ((-472 . -482) 140561) ((-512 . -1191) T) ((-1145 . -332) 140513) ((-1119 . -482) 140484) ((-1145 . -371) 140436) ((-1065 . -1037) T) ((-431 . -101) T) ((-180 . -1078) T) ((-245 . -34) T) ((-244 . -34) T) ((-767 . -1037) T) ((-765 . -1037) T) ((-716 . -881) 140413) ((-447 . -1037) T) ((-58 . -482) 140397) ((-1015 . -1036) 140371) ((-511 . -482) 140355) ((-508 . -482) 140339) ((-489 . -482) 140323) ((-488 . -482) 140307) ((-240 . -506) 140240) ((-1015 . -110) 140207) ((-1152 . -881) 140120) ((-1151 . -881) 140026) ((-1145 . -881) 139859) ((-654 . -1090) T) ((-1104 . -881) 139843) ((-630 . -92) T) ((-348 . -1129) T) ((-316 . -1036) 139825) ((-245 . -776) 139804) ((-245 . -779) 139755) ((-245 . -778) 139734) ((-244 . -776) 139713) ((-244 . -779) 139664) ((-244 . -778) 139643) ((-31 . -599) 139609) ((-50 . -1037) T) ((-245 . -711) 139519) ((-244 . -711) 139429) ((-1185 . -1078) T) ((-654 . -23) T) ((-569 . -1037) T) ((-510 . -1037) T) ((-373 . -1036) 139394) ((-316 . -110) 139369) ((-72 . -377) T) ((-72 . -389) T) ((-1005 . -38) 139306) ((-678 . -394) 139288) ((-98 . -101) T) ((-696 . -1078) T) ((-984 . -142) 139260) ((-984 . -144) 139232) ((-373 . -110) 139188) ((-313 . -1195) 139167) ((-467 . -983) 139133) ((-348 . -38) 139098) ((-40 . -364) 139070) ((-854 . -599) 138942) ((-126 . -124) 138926) ((-120 . -124) 138910) ((-819 . -1036) 138880) ((-818 . -21) 138832) ((-812 . -1036) 138816) ((-818 . -25) 138768) ((-313 . -544) 138719) ((-552 . -813) T) ((-235 . -1191) T) ((-819 . -110) 138684) ((-812 . -110) 138663) ((-1221 . -599) 138645) ((-1200 . -599) 138627) ((-1200 . -600) 138298) ((-1150 . -890) 138277) ((-1103 . -890) 138256) ((-48 . -38) 138221) ((-1259 . -1090) T) ((-588 . -599) 138133) ((-588 . -600) 138094) ((-1257 . -1090) T) ((-235 . -1019) 137921) ((-1150 . -632) 137846) ((-1103 . -632) 137771) ((-703 . -599) 137753) ((-836 . -632) 137727) ((-483 . -1078) T) ((-1259 . -23) T) ((-1257 . -23) T) ((-1015 . -1030) T) ((-1164 . -280) 137706) ((-166 . -362) 137657) ((-985 . -1191) T) ((-44 . -23) T) ((-472 . -280) 137636) ((-573 . -1078) T) ((-1124 . -1087) 137605) ((-1082 . -1081) 137557) ((-384 . -21) T) ((-384 . -25) T) ((-149 . -1090) T) ((-1265 . -101) T) ((-985 . -865) 137539) ((-985 . -867) 137521) ((-1185 . -702) 137418) ((-609 . -226) 137402) ((-607 . -21) T) ((-283 . -544) T) ((-607 . -25) T) ((-1171 . -1078) T) ((-696 . -702) 137367) ((-235 . -371) 137336) ((-985 . -1019) 137296) ((-373 . -1030) T) ((-218 . -1037) T) ((-116 . -226) 137273) ((-58 . -280) 137250) ((-149 . -23) T) ((-508 . -280) 137227) ((-321 . -506) 137160) ((-488 . -280) 137137) ((-373 . -238) T) ((-373 . -228) T) ((-819 . -1030) T) ((-812 . -1030) T) ((-697 . -930) 137106) ((-685 . -832) T) ((-467 . -599) 137088) ((-812 . -228) 137067) ((-132 . -832) T) ((-642 . -1078) T) ((-1164 . -590) 137046) ((-538 . -1167) 137025) ((-330 . -1078) T) ((-313 . -357) 137004) ((-401 . -144) 136983) ((-401 . -142) 136962) ((-945 . -1090) 136861) ((-235 . -881) 136793) ((-800 . -1090) 136703) ((-638 . -834) 136687) ((-472 . -590) 136666) ((-538 . -106) 136616) ((-985 . -371) 136598) ((-985 . -332) 136580) ((-96 . -1078) T) ((-945 . -23) 136391) ((-470 . -21) T) ((-470 . -25) T) ((-800 . -23) 136261) ((-1154 . -599) 136243) ((-58 . -19) 136227) ((-1154 . -600) 136149) ((-1150 . -711) T) ((-1103 . -711) T) ((-508 . -19) 136133) ((-488 . -19) 136117) ((-58 . -590) 136094) ((-1065 . -1078) T) ((-882 . -101) 136072) ((-836 . -711) T) ((-767 . -1078) T) ((-508 . -590) 136049) ((-488 . -590) 136026) ((-765 . -1078) T) ((-765 . -1044) 135993) ((-454 . -1078) T) ((-447 . -1078) T) ((-573 . -702) 135968) ((-633 . -1078) T) ((-985 . -881) NIL) ((-1229 . -47) 135945) ((-613 . -1090) T) ((-654 . -129) T) ((-1223 . -101) T) ((-1222 . -47) 135915) ((-1201 . -47) 135892) ((-1185 . -169) 135843) ((-1058 . -1195) 135794) ((-269 . -1078) T) ((-84 . -434) T) ((-84 . -389) T) ((-1151 . -301) 135773) ((-1145 . -301) 135752) ((-50 . -1078) T) ((-1058 . -544) 135703) ((-696 . -169) T) ((-582 . -47) 135680) ((-220 . -632) 135645) ((-569 . -1078) T) ((-510 . -1078) T) ((-353 . -1195) T) ((-347 . -1195) T) ((-339 . -1195) T) ((-480 . -805) T) ((-480 . -901) T) ((-313 . -1090) T) ((-107 . -1195) T) ((-333 . -832) T) ((-212 . -901) T) ((-212 . -805) T) ((-699 . -1036) 135615) ((-353 . -544) T) ((-347 . -544) T) ((-339 . -544) T) ((-107 . -544) T) ((-642 . -702) 135585) ((-1145 . -1003) NIL) ((-313 . -23) T) ((-66 . -1191) T) ((-981 . -599) 135517) ((-678 . -226) 135499) ((-699 . -110) 135464) ((-629 . -34) T) ((-240 . -482) 135448) ((-1080 . -1076) 135432) ((-168 . -1078) T) ((-933 . -890) 135411) ((-474 . -890) 135390) ((-1265 . -1129) T) ((-1261 . -21) T) ((-1261 . -25) T) ((-1259 . -129) T) ((-1257 . -129) T) ((-1065 . -702) 135239) ((-1041 . -632) 135226) ((-933 . -632) 135151) ((-767 . -702) 134980) ((-528 . -599) 134962) ((-528 . -600) 134943) ((-765 . -702) 134792) ((-1250 . -101) T) ((-1055 . -101) T) ((-375 . -25) T) ((-375 . -21) T) ((-474 . -632) 134717) ((-454 . -702) 134688) ((-447 . -702) 134537) ((-968 . -101) T) ((-1233 . -599) 134503) ((-1222 . -1019) 134438) ((-1201 . -1191) 134417) ((-722 . -101) T) ((-1201 . -867) NIL) ((-1201 . -865) 134369) ((-1164 . -600) NIL) ((-1164 . -599) 134351) ((-523 . -25) T) ((-1120 . -1101) 134296) ((-1027 . -1184) 134225) ((-882 . -303) 134163) ((-337 . -1037) T) ((-138 . -101) T) ((-44 . -129) T) ((-283 . -1090) T) ((-665 . -92) T) ((-660 . -92) T) ((-648 . -599) 134145) ((-630 . -599) 134098) ((-471 . -92) T) ((-349 . -599) 134080) ((-346 . -599) 134062) ((-338 . -599) 134044) ((-258 . -600) 133792) ((-258 . -599) 133774) ((-242 . -599) 133756) ((-242 . -600) 133617) ((-136 . -92) T) ((-135 . -92) T) ((-131 . -92) T) ((-1201 . -1019) 133583) ((-1185 . -506) 133550) ((-1119 . -599) 133532) ((-804 . -839) T) ((-804 . -711) T) ((-588 . -282) 133509) ((-569 . -702) 133474) ((-472 . -600) NIL) ((-472 . -599) 133456) ((-510 . -702) 133401) ((-310 . -101) T) ((-307 . -101) T) ((-283 . -23) T) ((-149 . -129) T) ((-380 . -711) T) ((-853 . -1036) 133353) ((-891 . -599) 133335) ((-891 . -600) 133317) ((-853 . -110) 133255) ((-134 . -101) T) ((-113 . -101) T) ((-697 . -1213) 133239) ((-699 . -1030) T) ((-678 . -343) NIL) ((-511 . -599) 133171) ((-373 . -780) T) ((-218 . -1078) T) ((-373 . -777) T) ((-220 . -779) T) ((-220 . -776) T) ((-58 . -600) 133132) ((-58 . -599) 133044) ((-220 . -711) T) ((-508 . -600) 133005) ((-508 . -599) 132917) ((-489 . -599) 132849) ((-488 . -600) 132810) ((-488 . -599) 132722) ((-1058 . -357) 132673) ((-40 . -405) 132650) ((-76 . -1191) T) ((-852 . -890) NIL) ((-353 . -323) 132634) ((-353 . -357) T) ((-347 . -323) 132618) ((-347 . -357) T) ((-339 . -323) 132602) ((-339 . -357) T) ((-310 . -278) 132581) ((-107 . -357) T) ((-69 . -1191) T) ((-1201 . -332) 132533) ((-852 . -632) 132478) ((-1201 . -371) 132430) ((-945 . -129) 132285) ((-800 . -129) 132155) ((-939 . -635) 132139) ((-1065 . -169) 132050) ((-939 . -367) 132034) ((-1041 . -779) T) ((-1041 . -776) T) ((-767 . -169) 131925) ((-765 . -169) 131836) ((-801 . -47) 131798) ((-1041 . -711) T) ((-321 . -482) 131782) ((-933 . -711) T) ((-447 . -169) 131693) ((-240 . -280) 131670) ((-474 . -711) T) ((-1250 . -303) 131608) ((-1229 . -881) 131521) ((-1222 . -881) 131427) ((-1221 . -1036) 131262) ((-1201 . -881) 131095) ((-1200 . -1036) 130903) ((-1185 . -284) 130882) ((-1124 . -148) 130866) ((-1098 . -101) T) ((-1096 . -1078) T) ((-1058 . -23) T) ((-1053 . -101) T) ((-908 . -936) T) ((-722 . -303) 130804) ((-74 . -1191) T) ((-30 . -936) T) ((-166 . -890) 130757) ((-648 . -376) 130729) ((-111 . -826) T) ((-1 . -599) 130711) ((-1058 . -1090) T) ((-127 . -635) 130693) ((-50 . -606) 130677) ((-984 . -403) 130649) ((-582 . -881) 130562) ((-432 . -101) T) ((-138 . -303) NIL) ((-127 . -367) 130544) ((-853 . -1030) T) ((-818 . -832) 130523) ((-80 . -1191) T) ((-696 . -284) T) ((-40 . -1037) T) ((-569 . -169) T) ((-510 . -169) T) ((-503 . -599) 130505) ((-166 . -632) 130415) ((-499 . -599) 130397) ((-345 . -144) 130379) ((-345 . -142) T) ((-353 . -1090) T) ((-347 . -1090) T) ((-339 . -1090) T) ((-985 . -301) T) ((-895 . -301) T) ((-853 . -238) T) ((-107 . -1090) T) ((-853 . -228) 130358) ((-1221 . -110) 130179) ((-1200 . -110) 129968) ((-240 . -1225) 129952) ((-552 . -830) T) ((-353 . -23) T) ((-348 . -343) T) ((-310 . -303) 129939) ((-307 . -303) 129880) ((-347 . -23) T) ((-313 . -129) T) ((-339 . -23) T) ((-985 . -1003) T) ((-107 . -23) T) ((-240 . -590) 129857) ((-1223 . -38) 129749) ((-1210 . -890) 129728) ((-111 . -1078) T) ((-1016 . -101) T) ((-1210 . -632) 129653) ((-852 . -779) NIL) ((-837 . -632) 129627) ((-852 . -776) NIL) ((-801 . -867) NIL) ((-852 . -711) T) ((-1065 . -506) 129500) ((-767 . -506) 129447) ((-765 . -506) 129399) ((-559 . -632) 129386) ((-801 . -1019) 129214) ((-447 . -506) 129157) ((-382 . -383) T) ((-59 . -1191) T) ((-607 . -832) 129136) ((-492 . -645) T) ((-1124 . -957) 129105) ((-984 . -445) T) ((-683 . -830) T) ((-502 . -777) T) ((-467 . -1036) 128940) ((-337 . -1078) T) ((-307 . -1129) NIL) ((-283 . -129) T) ((-388 . -1078) T) ((-678 . -364) 128907) ((-851 . -1037) T) ((-218 . -606) 128884) ((-321 . -280) 128861) ((-467 . -110) 128682) ((-1221 . -1030) T) ((-1200 . -1030) T) ((-801 . -371) 128666) ((-166 . -711) T) ((-638 . -101) T) ((-1221 . -238) 128645) ((-1221 . -228) 128597) ((-1200 . -228) 128502) ((-1200 . -238) 128481) ((-984 . -396) NIL) ((-654 . -625) 128429) ((-310 . -38) 128339) ((-307 . -38) 128268) ((-68 . -599) 128250) ((-313 . -485) 128216) ((-1164 . -282) 128195) ((-1091 . -1090) 128105) ((-82 . -1191) T) ((-60 . -599) 128087) ((-472 . -282) 128066) ((-1252 . -1019) 128043) ((-1142 . -1078) T) ((-1091 . -23) 127913) ((-801 . -881) 127849) ((-1210 . -711) T) ((-1080 . -1191) T) ((-1065 . -284) 127780) ((-947 . -1078) T) ((-874 . -101) T) ((-767 . -284) 127691) ((-321 . -19) 127675) ((-58 . -282) 127652) ((-765 . -284) 127583) ((-837 . -711) T) ((-116 . -830) NIL) ((-508 . -282) 127560) ((-321 . -590) 127537) ((-488 . -282) 127514) ((-447 . -284) 127445) ((-1016 . -303) 127296) ((-559 . -711) T) ((-665 . -599) 127246) ((-660 . -599) 127212) ((-646 . -599) 127194) ((-471 . -599) 127160) ((-240 . -600) 127121) ((-240 . -599) 127033) ((-208 . -101) T) ((-136 . -599) 126999) ((-135 . -599) 126965) ((-131 . -599) 126931) ((-1125 . -34) T) ((-924 . -1191) T) ((-337 . -702) 126876) ((-654 . -25) T) ((-654 . -21) T) ((-467 . -1030) T) ((-621 . -411) 126841) ((-593 . -411) 126806) ((-1098 . -1129) T) ((-569 . -284) T) ((-510 . -284) T) ((-1222 . -301) 126785) ((-467 . -228) 126737) ((-467 . -238) 126716) ((-1201 . -301) 126695) ((-1201 . -1003) NIL) ((-1058 . -129) T) ((-853 . -780) 126674) ((-141 . -101) T) ((-40 . -1078) T) ((-853 . -777) 126653) ((-629 . -991) 126637) ((-568 . -1037) T) ((-552 . -1037) T) ((-487 . -1037) T) ((-401 . -445) T) ((-353 . -129) T) ((-310 . -394) 126621) ((-307 . -394) 126582) ((-347 . -129) T) ((-339 . -129) T) ((-1159 . -1078) T) ((-1098 . -38) 126569) ((-1072 . -599) 126536) ((-107 . -129) T) ((-935 . -1078) T) ((-902 . -1078) T) ((-756 . -1078) T) ((-656 . -1078) T) ((-498 . -1061) T) ((-685 . -144) T) ((-115 . -144) T) ((-1259 . -21) T) ((-1259 . -25) T) ((-1257 . -21) T) ((-1257 . -25) T) ((-648 . -1036) 126520) ((-523 . -832) T) ((-492 . -832) T) ((-349 . -1036) 126472) ((-346 . -1036) 126424) ((-338 . -1036) 126376) ((-245 . -1191) T) ((-244 . -1191) T) ((-258 . -1036) 126219) ((-242 . -1036) 126062) ((-648 . -110) 126041) ((-349 . -110) 125979) ((-346 . -110) 125917) ((-338 . -110) 125855) ((-258 . -110) 125684) ((-242 . -110) 125513) ((-802 . -1195) 125492) ((-609 . -405) 125476) ((-44 . -21) T) ((-44 . -25) T) ((-800 . -625) 125382) ((-802 . -544) 125361) ((-245 . -1019) 125188) ((-244 . -1019) 125015) ((-125 . -118) 124999) ((-891 . -1036) 124964) ((-683 . -1037) T) ((-697 . -101) T) ((-337 . -169) T) ((-149 . -21) T) ((-149 . -25) T) ((-87 . -599) 124946) ((-891 . -110) 124902) ((-40 . -702) 124847) ((-851 . -1078) T) ((-321 . -600) 124808) ((-321 . -599) 124720) ((-1200 . -777) 124673) ((-1200 . -780) 124626) ((-245 . -371) 124595) ((-244 . -371) 124564) ((-638 . -38) 124534) ((-594 . -34) T) ((-475 . -1090) 124444) ((-468 . -34) T) ((-1091 . -129) 124314) ((-945 . -25) 124125) ((-855 . -599) 124107) ((-945 . -21) 124062) ((-800 . -21) 123972) ((-800 . -25) 123823) ((-609 . -1037) T) ((-1156 . -544) 123802) ((-1150 . -47) 123779) ((-349 . -1030) T) ((-346 . -1030) T) ((-475 . -23) 123649) ((-338 . -1030) T) ((-242 . -1030) T) ((-258 . -1030) T) ((-1103 . -47) 123621) ((-116 . -1037) T) ((-1015 . -632) 123595) ((-939 . -34) T) ((-349 . -228) 123574) ((-349 . -238) T) ((-346 . -228) 123553) ((-346 . -238) T) ((-242 . -320) 123510) ((-338 . -228) 123489) ((-338 . -238) T) ((-258 . -320) 123461) ((-258 . -228) 123440) ((-1134 . -148) 123424) ((-245 . -881) 123356) ((-244 . -881) 123288) ((-1060 . -832) T) ((-1204 . -1191) T) ((-408 . -1090) T) ((-1034 . -23) T) ((-891 . -1030) T) ((-316 . -632) 123270) ((-1005 . -830) T) ((-1185 . -983) 123236) ((-1151 . -901) 123215) ((-1145 . -901) 123194) ((-1145 . -805) NIL) ((-891 . -238) T) ((-802 . -357) 123173) ((-379 . -23) T) ((-126 . -1078) 123151) ((-120 . -1078) 123129) ((-891 . -228) T) ((-127 . -34) T) ((-373 . -632) 123094) ((-851 . -702) 123081) ((-1027 . -148) 123046) ((-40 . -169) T) ((-678 . -405) 123028) ((-697 . -303) 123015) ((-819 . -632) 122975) ((-812 . -632) 122949) ((-313 . -25) T) ((-313 . -21) T) ((-642 . -280) 122928) ((-568 . -1078) T) ((-552 . -1078) T) ((-487 . -1078) T) ((-240 . -282) 122905) ((-307 . -226) 122866) ((-1150 . -867) NIL) ((-1103 . -867) 122725) ((-128 . -832) T) ((-1150 . -1019) 122605) ((-1103 . -1019) 122488) ((-180 . -599) 122470) ((-836 . -1019) 122366) ((-767 . -280) 122293) ((-802 . -1090) T) ((-1015 . -711) T) ((-588 . -635) 122277) ((-1027 . -957) 122206) ((-980 . -101) T) ((-802 . -23) T) ((-697 . -1129) 122184) ((-678 . -1037) T) ((-588 . -367) 122168) ((-345 . -445) T) ((-337 . -284) T) ((-1238 . -1078) T) ((-243 . -1078) T) ((-393 . -101) T) ((-283 . -21) T) ((-283 . -25) T) ((-355 . -711) T) ((-695 . -1078) T) ((-683 . -1078) T) ((-355 . -466) T) ((-1185 . -599) 122150) ((-1150 . -371) 122134) ((-1103 . -371) 122118) ((-1005 . -405) 122080) ((-138 . -224) 122062) ((-373 . -779) T) ((-373 . -776) T) ((-851 . -169) T) ((-373 . -711) T) ((-696 . -599) 122044) ((-697 . -38) 121873) ((-1237 . -1235) 121857) ((-345 . -396) T) ((-1237 . -1078) 121807) ((-568 . -702) 121794) ((-552 . -702) 121781) ((-487 . -702) 121746) ((-310 . -615) 121725) ((-819 . -711) T) ((-812 . -711) T) ((-629 . -1191) T) ((-1058 . -625) 121673) ((-1150 . -881) 121616) ((-1103 . -881) 121600) ((-646 . -1036) 121584) ((-107 . -625) 121566) ((-475 . -129) 121436) ((-1156 . -1090) T) ((-933 . -47) 121405) ((-609 . -1078) T) ((-646 . -110) 121384) ((-483 . -599) 121350) ((-321 . -282) 121327) ((-474 . -47) 121284) ((-1156 . -23) T) ((-116 . -1078) T) ((-102 . -101) 121262) ((-1249 . -1090) T) ((-1034 . -129) T) ((-1005 . -1037) T) ((-804 . -1019) 121246) ((-984 . -709) 121218) ((-1249 . -23) T) ((-683 . -702) 121183) ((-573 . -599) 121165) ((-380 . -1019) 121149) ((-348 . -1037) T) ((-379 . -129) T) ((-318 . -1019) 121133) ((-220 . -867) 121115) ((-985 . -901) T) ((-90 . -34) T) ((-985 . -805) T) ((-895 . -901) T) ((-480 . -1195) T) ((-1171 . -599) 121097) ((-1083 . -1078) T) ((-212 . -1195) T) ((-980 . -303) 121062) ((-220 . -1019) 121022) ((-40 . -284) T) ((-1058 . -21) T) ((-1058 . -25) T) ((-1098 . -813) T) ((-480 . -544) T) ((-353 . -25) T) ((-212 . -544) T) ((-353 . -21) T) ((-347 . -25) T) ((-347 . -21) T) ((-699 . -632) 120982) ((-339 . -25) T) ((-339 . -21) T) ((-107 . -25) T) ((-107 . -21) T) ((-48 . -1037) T) ((-568 . -169) T) ((-552 . -169) T) ((-487 . -169) T) ((-642 . -599) 120964) ((-722 . -721) 120948) ((-330 . -599) 120930) ((-67 . -377) T) ((-67 . -389) T) ((-1080 . -106) 120914) ((-1041 . -867) 120896) ((-933 . -867) 120821) ((-637 . -1090) T) ((-609 . -702) 120808) ((-474 . -867) NIL) ((-1124 . -101) T) ((-1041 . -1019) 120790) ((-96 . -599) 120772) ((-470 . -144) T) ((-933 . -1019) 120652) ((-116 . -702) 120597) ((-637 . -23) T) ((-474 . -1019) 120473) ((-1065 . -600) NIL) ((-1065 . -599) 120455) ((-767 . -600) NIL) ((-767 . -599) 120416) ((-765 . -600) 120050) ((-765 . -599) 119964) ((-1091 . -625) 119870) ((-454 . -599) 119852) ((-447 . -599) 119834) ((-447 . -600) 119695) ((-1016 . -224) 119641) ((-853 . -890) 119620) ((-125 . -34) T) ((-802 . -129) T) ((-633 . -599) 119602) ((-566 . -101) T) ((-349 . -1256) 119586) ((-346 . -1256) 119570) ((-338 . -1256) 119554) ((-126 . -506) 119487) ((-120 . -506) 119420) ((-503 . -777) T) ((-503 . -780) T) ((-502 . -779) T) ((-102 . -303) 119358) ((-217 . -101) 119336) ((-678 . -1078) T) ((-683 . -169) T) ((-853 . -632) 119288) ((-64 . -378) T) ((-269 . -599) 119270) ((-64 . -389) T) ((-933 . -371) 119254) ((-851 . -284) T) ((-50 . -599) 119236) ((-980 . -38) 119184) ((-569 . -599) 119166) ((-474 . -371) 119150) ((-569 . -600) 119132) ((-510 . -599) 119114) ((-891 . -1256) 119101) ((-852 . -1191) T) ((-685 . -445) T) ((-487 . -506) 119067) ((-480 . -357) T) ((-349 . -362) 119046) ((-346 . -362) 119025) ((-338 . -362) 119004) ((-212 . -357) T) ((-699 . -711) T) ((-115 . -445) T) ((-1260 . -1251) 118988) ((-852 . -865) 118965) ((-852 . -867) NIL) ((-945 . -832) 118864) ((-800 . -832) 118815) ((-638 . -640) 118799) ((-1177 . -34) T) ((-168 . -599) 118781) ((-1091 . -21) 118691) ((-1091 . -25) 118542) ((-852 . -1019) 118519) ((-933 . -881) 118500) ((-1210 . -47) 118477) ((-891 . -362) T) ((-58 . -635) 118461) ((-508 . -635) 118445) ((-474 . -881) 118422) ((-70 . -434) T) ((-70 . -389) T) ((-488 . -635) 118406) ((-58 . -367) 118390) ((-609 . -169) T) ((-508 . -367) 118374) ((-488 . -367) 118358) ((-812 . -693) 118342) ((-1150 . -301) 118321) ((-1156 . -129) T) ((-116 . -169) T) ((-1124 . -303) 118259) ((-166 . -1191) T) ((-621 . -729) 118243) ((-593 . -729) 118227) ((-1249 . -129) T) ((-1222 . -901) 118206) ((-1201 . -901) 118185) ((-1201 . -805) NIL) ((-678 . -702) 118135) ((-1200 . -890) 118088) ((-1005 . -1078) T) ((-852 . -371) 118065) ((-852 . -332) 118042) ((-886 . -1090) T) ((-166 . -865) 118026) ((-166 . -867) 117951) ((-480 . -1090) T) ((-348 . -1078) T) ((-212 . -1090) T) ((-75 . -434) T) ((-75 . -389) T) ((-166 . -1019) 117847) ((-313 . -832) T) ((-1237 . -506) 117780) ((-1221 . -632) 117677) ((-1200 . -632) 117547) ((-853 . -779) 117526) ((-853 . -776) 117505) ((-853 . -711) T) ((-480 . -23) T) ((-218 . -599) 117487) ((-171 . -445) T) ((-217 . -303) 117425) ((-85 . -434) T) ((-85 . -389) T) ((-212 . -23) T) ((-1261 . -1254) 117404) ((-568 . -284) T) ((-552 . -284) T) ((-661 . -1019) 117388) ((-487 . -284) T) ((-134 . -463) 117343) ((-48 . -1078) T) ((-697 . -226) 117327) ((-852 . -881) NIL) ((-1210 . -867) NIL) ((-870 . -101) T) ((-866 . -101) T) ((-382 . -1078) T) ((-166 . -371) 117311) ((-166 . -332) 117295) ((-1210 . -1019) 117175) ((-837 . -1019) 117071) ((-1120 . -101) T) ((-637 . -129) T) ((-116 . -506) 116979) ((-646 . -777) 116958) ((-646 . -780) 116937) ((-559 . -1019) 116919) ((-288 . -1244) 116889) ((-847 . -101) T) ((-944 . -544) 116868) ((-1185 . -1036) 116751) ((-475 . -625) 116657) ((-885 . -1078) T) ((-1005 . -702) 116594) ((-696 . -1036) 116559) ((-603 . -101) T) ((-588 . -34) T) ((-1125 . -1191) T) ((-1185 . -110) 116428) ((-467 . -632) 116325) ((-348 . -702) 116270) ((-166 . -881) 116229) ((-683 . -284) T) ((-678 . -169) T) ((-696 . -110) 116185) ((-1265 . -1037) T) ((-1210 . -371) 116169) ((-412 . -1195) 116147) ((-1096 . -599) 116129) ((-307 . -830) NIL) ((-412 . -544) T) ((-220 . -301) T) ((-1200 . -776) 116082) ((-1200 . -779) 116035) ((-1221 . -711) T) ((-1200 . -711) T) ((-48 . -702) 116000) ((-220 . -1003) T) ((-345 . -1244) 115977) ((-1223 . -405) 115943) ((-703 . -711) T) ((-1210 . -881) 115886) ((-111 . -599) 115868) ((-111 . -600) 115850) ((-703 . -466) T) ((-475 . -21) 115760) ((-126 . -482) 115744) ((-120 . -482) 115728) ((-475 . -25) 115579) ((-609 . -284) T) ((-573 . -1036) 115554) ((-431 . -1078) T) ((-1041 . -301) T) ((-116 . -284) T) ((-1082 . -101) T) ((-984 . -101) T) ((-573 . -110) 115522) ((-1120 . -303) 115460) ((-1185 . -1030) T) ((-1041 . -1003) T) ((-65 . -1191) T) ((-1034 . -25) T) ((-1034 . -21) T) ((-696 . -1030) T) ((-379 . -21) T) ((-379 . -25) T) ((-678 . -506) NIL) ((-1005 . -169) T) ((-696 . -238) T) ((-1041 . -537) T) ((-498 . -101) T) ((-494 . -101) T) ((-348 . -169) T) ((-337 . -599) 115442) ((-388 . -599) 115424) ((-467 . -711) T) ((-1098 . -830) T) ((-873 . -1019) 115392) ((-107 . -832) T) ((-642 . -1036) 115376) ((-480 . -129) T) ((-1223 . -1037) T) ((-212 . -129) T) ((-1134 . -101) 115354) ((-98 . -1078) T) ((-240 . -650) 115338) ((-240 . -635) 115322) ((-642 . -110) 115301) ((-310 . -405) 115285) ((-240 . -367) 115269) ((-1137 . -230) 115216) ((-980 . -226) 115200) ((-73 . -1191) T) ((-48 . -169) T) ((-685 . -381) T) ((-685 . -140) T) ((-1260 . -101) T) ((-1065 . -1036) 115043) ((-258 . -890) 115022) ((-242 . -890) 115001) ((-767 . -1036) 114824) ((-765 . -1036) 114667) ((-594 . -1191) T) ((-1142 . -599) 114649) ((-1065 . -110) 114478) ((-1027 . -101) T) ((-468 . -1191) T) ((-454 . -1036) 114449) ((-447 . -1036) 114292) ((-648 . -632) 114276) ((-852 . -301) T) ((-767 . -110) 114085) ((-765 . -110) 113914) ((-349 . -632) 113866) ((-346 . -632) 113818) ((-338 . -632) 113770) ((-258 . -632) 113695) ((-242 . -632) 113620) ((-1136 . -832) T) ((-1066 . -1019) 113604) ((-454 . -110) 113565) ((-447 . -110) 113394) ((-1054 . -1019) 113371) ((-981 . -34) T) ((-947 . -599) 113353) ((-939 . -1191) T) ((-125 . -991) 113337) ((-944 . -1090) T) ((-852 . -1003) NIL) ((-720 . -1090) T) ((-700 . -1090) T) ((-1237 . -482) 113321) ((-1120 . -38) 113281) ((-944 . -23) T) ((-825 . -101) T) ((-802 . -21) T) ((-802 . -25) T) ((-720 . -23) T) ((-700 . -23) T) ((-109 . -645) T) ((-891 . -632) 113246) ((-569 . -1036) 113211) ((-510 . -1036) 113156) ((-222 . -56) 113114) ((-446 . -23) T) ((-401 . -101) T) ((-257 . -101) T) ((-678 . -284) T) ((-847 . -38) 113084) ((-569 . -110) 113040) ((-510 . -110) 112969) ((-412 . -1090) T) ((-310 . -1037) 112859) ((-307 . -1037) T) ((-127 . -1191) T) ((-642 . -1030) T) ((-1265 . -1078) T) ((-166 . -301) 112790) ((-412 . -23) T) ((-40 . -599) 112772) ((-40 . -600) 112756) ((-107 . -973) 112738) ((-115 . -850) 112722) ((-48 . -506) 112688) ((-1177 . -991) 112672) ((-1159 . -599) 112654) ((-1164 . -34) T) ((-935 . -599) 112620) ((-902 . -599) 112602) ((-1091 . -832) 112553) ((-756 . -599) 112535) ((-656 . -599) 112517) ((-1134 . -303) 112455) ((-472 . -34) T) ((-1070 . -1191) T) ((-470 . -445) T) ((-1065 . -1030) T) ((-1119 . -34) T) ((-767 . -1030) T) ((-765 . -1030) T) ((-631 . -230) 112439) ((-618 . -230) 112385) ((-1210 . -301) 112364) ((-1065 . -320) 112325) ((-447 . -1030) T) ((-1156 . -21) T) ((-1065 . -228) 112304) ((-767 . -320) 112281) ((-767 . -228) T) ((-765 . -320) 112253) ((-716 . -1195) 112232) ((-321 . -635) 112216) ((-1156 . -25) T) ((-58 . -34) T) ((-511 . -34) T) ((-508 . -34) T) ((-447 . -320) 112195) ((-321 . -367) 112179) ((-489 . -34) T) ((-488 . -34) T) ((-984 . -1129) NIL) ((-716 . -544) 112110) ((-621 . -101) T) ((-593 . -101) T) ((-349 . -711) T) ((-346 . -711) T) ((-338 . -711) T) ((-258 . -711) T) ((-242 . -711) T) ((-1027 . -303) 112018) ((-882 . -1078) 111996) ((-50 . -1030) T) ((-1249 . -21) T) ((-1249 . -25) T) ((-1152 . -544) 111975) ((-1151 . -1195) 111954) ((-569 . -1030) T) ((-510 . -1030) T) ((-1145 . -1195) 111933) ((-355 . -1019) 111917) ((-316 . -1019) 111901) ((-1005 . -284) T) ((-373 . -867) 111883) ((-1151 . -544) 111834) ((-1145 . -544) 111785) ((-984 . -38) 111730) ((-784 . -1090) T) ((-891 . -711) T) ((-569 . -238) T) ((-569 . -228) T) ((-510 . -228) T) ((-510 . -238) T) ((-1104 . -544) 111709) ((-348 . -284) T) ((-631 . -679) 111693) ((-373 . -1019) 111653) ((-1098 . -1037) T) ((-102 . -124) 111637) ((-784 . -23) T) ((-1237 . -280) 111614) ((-401 . -303) 111579) ((-1259 . -1254) 111555) ((-1257 . -1254) 111534) ((-1223 . -1078) T) ((-851 . -599) 111516) ((-819 . -1019) 111485) ((-198 . -772) T) ((-197 . -772) T) ((-196 . -772) T) ((-195 . -772) T) ((-194 . -772) T) ((-193 . -772) T) ((-192 . -772) T) ((-191 . -772) T) ((-190 . -772) T) ((-189 . -772) T) ((-487 . -983) T) ((-268 . -821) T) ((-267 . -821) T) ((-266 . -821) T) ((-265 . -821) T) ((-48 . -284) T) ((-264 . -821) T) ((-263 . -821) T) ((-262 . -821) T) ((-188 . -772) T) ((-598 . -832) T) ((-638 . -405) 111469) ((-109 . -832) T) ((-637 . -21) T) ((-637 . -25) T) ((-1260 . -38) 111439) ((-116 . -280) 111390) ((-1237 . -19) 111374) ((-1237 . -590) 111351) ((-1250 . -1078) T) ((-1055 . -1078) T) ((-968 . -1078) T) ((-944 . -129) T) ((-722 . -1078) T) ((-720 . -129) T) ((-700 . -129) T) ((-503 . -778) T) ((-401 . -1129) 111329) ((-446 . -129) T) ((-503 . -779) T) ((-218 . -1030) T) ((-288 . -101) 111111) ((-138 . -1078) T) ((-683 . -983) T) ((-90 . -1191) T) ((-126 . -599) 111043) ((-120 . -599) 110975) ((-1265 . -169) T) ((-1151 . -357) 110954) ((-1145 . -357) 110933) ((-310 . -1078) T) ((-412 . -129) T) ((-307 . -1078) T) ((-401 . -38) 110885) ((-1111 . -101) T) ((-1223 . -702) 110777) ((-638 . -1037) T) ((-1113 . -1232) T) ((-313 . -142) 110756) ((-313 . -144) 110735) ((-134 . -1078) T) ((-113 . -1078) T) ((-840 . -101) T) ((-568 . -599) 110717) ((-552 . -600) 110616) ((-552 . -599) 110598) ((-487 . -599) 110580) ((-487 . -600) 110525) ((-478 . -23) T) ((-475 . -832) 110476) ((-480 . -625) 110458) ((-946 . -599) 110440) ((-212 . -625) 110422) ((-220 . -398) T) ((-646 . -632) 110406) ((-1150 . -901) 110385) ((-716 . -1090) T) ((-345 . -101) T) ((-1190 . -1061) T) ((-803 . -832) T) ((-716 . -23) T) ((-337 . -1036) 110330) ((-1136 . -1135) T) ((-1125 . -106) 110314) ((-1152 . -1090) T) ((-1151 . -1090) T) ((-507 . -1019) 110298) ((-1145 . -1090) T) ((-1104 . -1090) T) ((-337 . -110) 110227) ((-985 . -1195) T) ((-125 . -1191) T) ((-895 . -1195) T) ((-678 . -280) NIL) ((-1238 . -599) 110209) ((-1152 . -23) T) ((-1151 . -23) T) ((-1145 . -23) T) ((-985 . -544) T) ((-1120 . -226) 110193) ((-895 . -544) T) ((-1104 . -23) T) ((-243 . -599) 110175) ((-1053 . -1078) T) ((-784 . -129) T) ((-695 . -599) 110157) ((-310 . -702) 110067) ((-307 . -702) 109996) ((-683 . -599) 109978) ((-683 . -600) 109923) ((-401 . -394) 109907) ((-432 . -1078) T) ((-480 . -25) T) ((-480 . -21) T) ((-1098 . -1078) T) ((-212 . -25) T) ((-212 . -21) T) ((-697 . -405) 109891) ((-699 . -1019) 109860) ((-1237 . -599) 109772) ((-1237 . -600) 109733) ((-1223 . -169) T) ((-240 . -34) T) ((-907 . -955) T) ((-1177 . -1191) T) ((-646 . -776) 109712) ((-646 . -779) 109691) ((-392 . -389) T) ((-515 . -101) 109669) ((-1016 . -1078) T) ((-217 . -976) 109653) ((-496 . -101) T) ((-609 . -599) 109635) ((-45 . -832) NIL) ((-609 . -600) 109612) ((-1016 . -596) 109587) ((-882 . -506) 109520) ((-337 . -1030) T) ((-116 . -600) NIL) ((-116 . -599) 109502) ((-853 . -1191) T) ((-654 . -411) 109486) ((-654 . -1101) 109431) ((-492 . -148) 109413) ((-337 . -228) T) ((-337 . -238) T) ((-40 . -1036) 109358) ((-853 . -865) 109342) ((-853 . -867) 109267) ((-697 . -1037) T) ((-678 . -983) NIL) ((-3 . |UnionCategory|) T) ((-1221 . -47) 109237) ((-1200 . -47) 109214) ((-1119 . -991) 109185) ((-220 . -901) T) ((-40 . -110) 109114) ((-853 . -1019) 108978) ((-1098 . -702) 108965) ((-1083 . -599) 108947) ((-1058 . -144) 108926) ((-1058 . -142) 108877) ((-985 . -357) T) ((-313 . -1179) 108843) ((-373 . -301) T) ((-313 . -1176) 108809) ((-310 . -169) 108788) ((-307 . -169) T) ((-984 . -226) 108765) ((-895 . -357) T) ((-569 . -1256) 108752) ((-510 . -1256) 108729) ((-353 . -144) 108708) ((-353 . -142) 108659) ((-347 . -144) 108638) ((-347 . -142) 108589) ((-594 . -1167) 108565) ((-339 . -144) 108544) ((-339 . -142) 108495) ((-313 . -35) 108461) ((-468 . -1167) 108440) ((0 . |EnumerationCategory|) T) ((-313 . -94) 108406) ((-373 . -1003) T) ((-107 . -144) T) ((-107 . -142) NIL) ((-45 . -230) 108356) ((-638 . -1078) T) ((-594 . -106) 108303) ((-478 . -129) T) ((-468 . -106) 108253) ((-235 . -1090) 108163) ((-853 . -371) 108147) ((-853 . -332) 108131) ((-235 . -23) 108001) ((-1041 . -901) T) ((-1041 . -805) T) ((-569 . -362) T) ((-510 . -362) T) ((-345 . -1129) T) ((-321 . -34) T) ((-44 . -411) 107985) ((-854 . -1191) T) ((-384 . -729) 107969) ((-1250 . -506) 107902) ((-716 . -129) T) ((-1229 . -544) 107881) ((-1222 . -1195) 107860) ((-1222 . -544) 107811) ((-1201 . -1195) 107790) ((-305 . -1061) T) ((-1201 . -544) 107741) ((-722 . -506) 107674) ((-1200 . -1191) 107653) ((-1200 . -867) 107526) ((-874 . -1078) T) ((-141 . -826) T) ((-1200 . -865) 107496) ((-675 . -599) 107478) ((-1152 . -129) T) ((-515 . -303) 107416) ((-1151 . -129) T) ((-138 . -506) NIL) ((-1145 . -129) T) ((-1104 . -129) T) ((-1005 . -983) T) ((-985 . -23) T) ((-345 . -38) 107381) ((-985 . -1090) T) ((-895 . -1090) T) ((-81 . -599) 107363) ((-40 . -1030) T) ((-851 . -1036) 107350) ((-984 . -343) NIL) ((-853 . -881) 107309) ((-685 . -101) T) ((-952 . -23) T) ((-588 . -1191) T) ((-895 . -23) T) ((-851 . -110) 107294) ((-421 . -1090) T) ((-208 . -1078) T) ((-467 . -47) 107264) ((-132 . -101) T) ((-40 . -228) 107236) ((-40 . -238) T) ((-115 . -101) T) ((-583 . -544) 107215) ((-582 . -544) 107194) ((-678 . -599) 107176) ((-678 . -600) 107084) ((-310 . -506) 107050) ((-307 . -506) 106942) ((-1221 . -1019) 106926) ((-1200 . -1019) 106712) ((-980 . -405) 106696) ((-421 . -23) T) ((-1098 . -169) T) ((-1223 . -284) T) ((-638 . -702) 106666) ((-141 . -1078) T) ((-48 . -983) T) ((-401 . -226) 106650) ((-289 . -230) 106600) ((-852 . -901) T) ((-852 . -805) NIL) ((-846 . -832) T) ((-1200 . -332) 106570) ((-1200 . -371) 106540) ((-217 . -1099) 106524) ((-1237 . -282) 106501) ((-1185 . -632) 106426) ((-944 . -21) T) ((-944 . -25) T) ((-720 . -21) T) ((-720 . -25) T) ((-700 . -21) T) ((-700 . -25) T) ((-696 . -632) 106391) ((-446 . -21) T) ((-446 . -25) T) ((-333 . -101) T) ((-171 . -101) T) ((-980 . -1037) T) ((-851 . -1030) T) ((-759 . -101) T) ((-1222 . -357) 106370) ((-1221 . -881) 106276) ((-1201 . -357) 106255) ((-1200 . -881) 106106) ((-1005 . -599) 106088) ((-401 . -813) 106041) ((-1152 . -485) 106007) ((-166 . -901) 105938) ((-1151 . -485) 105904) ((-1145 . -485) 105870) ((-697 . -1078) T) ((-1104 . -485) 105836) ((-568 . -1036) 105823) ((-552 . -1036) 105810) ((-487 . -1036) 105775) ((-310 . -284) 105754) ((-307 . -284) T) ((-348 . -599) 105736) ((-412 . -25) T) ((-412 . -21) T) ((-98 . -280) 105715) ((-568 . -110) 105700) ((-552 . -110) 105685) ((-487 . -110) 105641) ((-1154 . -867) 105608) ((-882 . -482) 105592) ((-48 . -599) 105574) ((-48 . -600) 105519) ((-235 . -129) 105389) ((-1210 . -901) 105368) ((-801 . -1195) 105347) ((-1016 . -506) 105191) ((-382 . -599) 105173) ((-801 . -544) 105104) ((-573 . -632) 105079) ((-258 . -47) 105051) ((-242 . -47) 105008) ((-523 . -501) 104985) ((-981 . -1191) T) ((-683 . -1036) 104950) ((-1229 . -1090) T) ((-1222 . -1090) T) ((-1201 . -1090) T) ((-984 . -364) 104922) ((-111 . -362) T) ((-467 . -881) 104828) ((-1229 . -23) T) ((-1222 . -23) T) ((-885 . -599) 104810) ((-90 . -106) 104794) ((-1185 . -711) T) ((-886 . -832) 104745) ((-685 . -1129) T) ((-683 . -110) 104701) ((-1201 . -23) T) ((-583 . -1090) T) ((-582 . -1090) T) ((-697 . -702) 104530) ((-696 . -711) T) ((-1098 . -284) T) ((-985 . -129) T) ((-480 . -832) T) ((-952 . -129) T) ((-895 . -129) T) ((-784 . -25) T) ((-212 . -832) T) ((-784 . -21) T) ((-568 . -1030) T) ((-552 . -1030) T) ((-487 . -1030) T) ((-583 . -23) T) ((-337 . -1256) 104507) ((-313 . -445) 104486) ((-333 . -303) 104473) ((-582 . -23) T) ((-421 . -129) T) ((-642 . -632) 104447) ((-240 . -991) 104431) ((-853 . -301) T) ((-1261 . -1251) 104415) ((-756 . -777) T) ((-756 . -780) T) ((-685 . -38) 104402) ((-552 . -228) T) ((-487 . -238) T) ((-487 . -228) T) ((-1128 . -230) 104352) ((-1065 . -890) 104331) ((-115 . -38) 104318) ((-204 . -785) T) ((-203 . -785) T) ((-202 . -785) T) ((-201 . -785) T) ((-853 . -1003) 104296) ((-1250 . -482) 104280) ((-767 . -890) 104259) ((-765 . -890) 104238) ((-1164 . -1191) T) ((-447 . -890) 104217) ((-722 . -482) 104201) ((-1065 . -632) 104126) ((-767 . -632) 104051) ((-609 . -1036) 104038) ((-472 . -1191) T) ((-337 . -362) T) ((-138 . -482) 104020) ((-765 . -632) 103945) ((-1119 . -1191) T) ((-454 . -632) 103916) ((-258 . -867) 103775) ((-242 . -867) NIL) ((-116 . -1036) 103720) ((-447 . -632) 103645) ((-648 . -1019) 103622) ((-609 . -110) 103607) ((-349 . -1019) 103591) ((-346 . -1019) 103575) ((-338 . -1019) 103559) ((-258 . -1019) 103403) ((-242 . -1019) 103279) ((-116 . -110) 103208) ((-58 . -1191) T) ((-511 . -1191) T) ((-508 . -1191) T) ((-489 . -1191) T) ((-488 . -1191) T) ((-431 . -599) 103190) ((-428 . -599) 103172) ((-3 . -101) T) ((-1008 . -1184) 103141) ((-818 . -101) T) ((-673 . -56) 103099) ((-683 . -1030) T) ((-50 . -632) 103073) ((-283 . -445) T) ((-469 . -1184) 103042) ((0 . -101) T) ((-569 . -632) 103007) ((-510 . -632) 102952) ((-49 . -101) T) ((-891 . -1019) 102939) ((-683 . -238) T) ((-1058 . -403) 102918) ((-716 . -625) 102866) ((-980 . -1078) T) ((-697 . -169) 102757) ((-480 . -973) 102739) ((-258 . -371) 102723) ((-242 . -371) 102707) ((-393 . -1078) T) ((-333 . -38) 102691) ((-1007 . -101) 102669) ((-212 . -973) 102651) ((-171 . -38) 102583) ((-1221 . -301) 102562) ((-1200 . -301) 102541) ((-642 . -711) T) ((-98 . -599) 102523) ((-1145 . -625) 102475) ((-478 . -25) T) ((-478 . -21) T) ((-1200 . -1003) 102427) ((-609 . -1030) T) ((-373 . -398) T) ((-384 . -101) T) ((-258 . -881) 102373) ((-242 . -881) 102350) ((-116 . -1030) T) ((-801 . -1090) T) ((-1065 . -711) T) ((-609 . -228) 102329) ((-607 . -101) T) ((-767 . -711) T) ((-765 . -711) T) ((-407 . -1090) T) ((-116 . -238) T) ((-40 . -362) NIL) ((-116 . -228) NIL) ((-447 . -711) T) ((-801 . -23) T) ((-716 . -25) T) ((-716 . -21) T) ((-687 . -832) T) ((-1055 . -280) 102308) ((-77 . -390) T) ((-77 . -389) T) ((-525 . -752) 102290) ((-678 . -1036) 102240) ((-1229 . -129) T) ((-1222 . -129) T) ((-1201 . -129) T) ((-1120 . -405) 102224) ((-621 . -361) 102156) ((-593 . -361) 102088) ((-1134 . -1127) 102072) ((-102 . -1078) 102050) ((-1152 . -25) T) ((-1152 . -21) T) ((-1151 . -21) T) ((-980 . -702) 101998) ((-218 . -632) 101965) ((-678 . -110) 101899) ((-50 . -711) T) ((-1151 . -25) T) ((-345 . -343) T) ((-1145 . -21) T) ((-1058 . -445) 101850) ((-1145 . -25) T) ((-697 . -506) 101797) ((-569 . -711) T) ((-510 . -711) T) ((-1104 . -21) T) ((-1104 . -25) T) ((-583 . -129) T) ((-582 . -129) T) ((-353 . -445) T) ((-347 . -445) T) ((-339 . -445) T) ((-467 . -301) 101776) ((-307 . -280) 101711) ((-107 . -445) T) ((-78 . -434) T) ((-78 . -389) T) ((-470 . -101) T) ((-1265 . -599) 101693) ((-1265 . -600) 101675) ((-1058 . -396) 101654) ((-1016 . -482) 101585) ((-552 . -780) T) ((-552 . -777) T) ((-1042 . -230) 101531) ((-353 . -396) 101482) ((-347 . -396) 101433) ((-339 . -396) 101384) ((-1252 . -1090) T) ((-1252 . -23) T) ((-1239 . -101) T) ((-172 . -599) 101366) ((-1120 . -1037) T) ((-654 . -729) 101350) ((-1156 . -142) 101329) ((-1156 . -144) 101308) ((-1124 . -1078) T) ((-1124 . -1050) 101277) ((-68 . -1191) T) ((-1005 . -1036) 101214) ((-847 . -1037) T) ((-235 . -625) 101120) ((-678 . -1030) T) ((-348 . -1036) 101065) ((-60 . -1191) T) ((-1005 . -110) 100981) ((-882 . -599) 100913) ((-678 . -238) T) ((-678 . -228) NIL) ((-825 . -830) 100892) ((-683 . -780) T) ((-683 . -777) T) ((-984 . -405) 100869) ((-348 . -110) 100798) ((-373 . -901) T) ((-401 . -830) 100777) ((-697 . -284) 100688) ((-218 . -711) T) ((-1229 . -485) 100654) ((-1222 . -485) 100620) ((-1201 . -485) 100586) ((-566 . -1078) T) ((-310 . -983) 100565) ((-217 . -1078) 100543) ((-313 . -954) 100505) ((-104 . -101) T) ((-48 . -1036) 100470) ((-1261 . -101) T) ((-375 . -101) T) ((-48 . -110) 100426) ((-985 . -625) 100408) ((-1223 . -599) 100390) ((-523 . -101) T) ((-492 . -101) T) ((-1111 . -1112) 100374) ((-149 . -1244) 100358) ((-240 . -1191) T) ((-1190 . -101) T) ((-1150 . -1195) 100337) ((-1103 . -1195) 100316) ((-235 . -21) 100226) ((-235 . -25) 100077) ((-126 . -118) 100061) ((-120 . -118) 100045) ((-44 . -729) 100029) ((-1150 . -544) 99940) ((-1103 . -544) 99871) ((-1016 . -280) 99846) ((-1144 . -1061) T) ((-975 . -1061) T) ((-801 . -129) T) ((-116 . -780) NIL) ((-116 . -777) NIL) ((-349 . -301) T) ((-346 . -301) T) ((-338 . -301) T) ((-1072 . -1191) T) ((-245 . -1090) 99756) ((-244 . -1090) 99666) ((-1005 . -1030) T) ((-984 . -1037) T) ((-337 . -632) 99611) ((-607 . -38) 99595) ((-1250 . -599) 99557) ((-1250 . -600) 99518) ((-1055 . -599) 99500) ((-1005 . -238) T) ((-348 . -1030) T) ((-800 . -1244) 99470) ((-245 . -23) T) ((-244 . -23) T) ((-968 . -599) 99452) ((-722 . -600) 99413) ((-722 . -599) 99395) ((-784 . -832) 99374) ((-980 . -506) 99286) ((-348 . -228) T) ((-348 . -238) T) ((-1137 . -148) 99233) ((-985 . -25) T) ((-138 . -600) 99192) ((-138 . -599) 99174) ((-891 . -301) T) ((-985 . -21) T) ((-952 . -25) T) ((-895 . -21) T) ((-895 . -25) T) ((-421 . -21) T) ((-421 . -25) T) ((-825 . -405) 99158) ((-48 . -1030) T) ((-1259 . -1251) 99142) ((-1257 . -1251) 99126) ((-1016 . -590) 99101) ((-310 . -600) 98962) ((-310 . -599) 98944) ((-307 . -600) NIL) ((-307 . -599) 98926) ((-48 . -238) T) ((-48 . -228) T) ((-638 . -280) 98887) ((-538 . -230) 98837) ((-134 . -599) 98819) ((-113 . -599) 98801) ((-470 . -38) 98766) ((-1261 . -1258) 98745) ((-1252 . -129) T) ((-1260 . -1037) T) ((-1060 . -101) T) ((-87 . -1191) T) ((-492 . -303) NIL) ((-981 . -106) 98729) ((-870 . -1078) T) ((-866 . -1078) T) ((-1237 . -635) 98713) ((-1237 . -367) 98697) ((-321 . -1191) T) ((-580 . -832) T) ((-1120 . -1078) T) ((-1120 . -1033) 98637) ((-102 . -506) 98570) ((-908 . -599) 98552) ((-337 . -711) T) ((-30 . -599) 98534) ((-847 . -1078) T) ((-825 . -1037) 98513) ((-40 . -632) 98458) ((-220 . -1195) T) ((-401 . -1037) T) ((-1136 . -148) 98440) ((-980 . -284) 98391) ((-603 . -1078) T) ((-220 . -544) T) ((-313 . -1218) 98375) ((-313 . -1215) 98345) ((-1164 . -1167) 98324) ((-1053 . -599) 98306) ((-631 . -148) 98290) ((-618 . -148) 98236) ((-1164 . -106) 98186) ((-472 . -1167) 98165) ((-480 . -144) T) ((-480 . -142) NIL) ((-1098 . -600) 98080) ((-432 . -599) 98062) ((-212 . -144) T) ((-212 . -142) NIL) ((-1098 . -599) 98044) ((-128 . -101) T) ((-52 . -101) T) ((-1201 . -625) 97996) ((-472 . -106) 97946) ((-974 . -23) T) ((-1261 . -38) 97916) ((-1150 . -1090) T) ((-1103 . -1090) T) ((-1041 . -1195) T) ((-305 . -101) T) ((-836 . -1090) T) ((-933 . -1195) 97895) ((-474 . -1195) 97874) ((-716 . -832) 97853) ((-1041 . -544) T) ((-933 . -544) 97784) ((-1150 . -23) T) ((-1103 . -23) T) ((-836 . -23) T) ((-474 . -544) 97715) ((-1120 . -702) 97647) ((-1124 . -506) 97580) ((-1016 . -600) NIL) ((-1016 . -599) 97562) ((-95 . -1061) T) ((-847 . -702) 97532) ((-1185 . -47) 97501) ((-244 . -129) T) ((-245 . -129) T) ((-1082 . -1078) T) ((-984 . -1078) T) ((-61 . -599) 97483) ((-1145 . -832) NIL) ((-1005 . -777) T) ((-1005 . -780) T) ((-1265 . -1036) 97470) ((-1265 . -110) 97455) ((-851 . -632) 97442) ((-1229 . -25) T) ((-1229 . -21) T) ((-1222 . -21) T) ((-1222 . -25) T) ((-1201 . -21) T) ((-1201 . -25) T) ((-1008 . -148) 97426) ((-853 . -805) 97405) ((-853 . -901) T) ((-697 . -280) 97332) ((-583 . -21) T) ((-583 . -25) T) ((-582 . -21) T) ((-40 . -711) T) ((-217 . -506) 97265) ((-582 . -25) T) ((-469 . -148) 97249) ((-456 . -148) 97233) ((-902 . -779) T) ((-902 . -711) T) ((-756 . -778) T) ((-756 . -779) T) ((-498 . -1078) T) ((-494 . -1078) T) ((-756 . -711) T) ((-220 . -357) T) ((-1134 . -1078) 97211) ((-852 . -1195) T) ((-638 . -599) 97193) ((-852 . -544) T) ((-678 . -362) NIL) ((-353 . -1244) 97177) ((-654 . -101) T) ((-347 . -1244) 97161) ((-339 . -1244) 97145) ((-1260 . -1078) T) ((-512 . -832) 97124) ((-802 . -445) 97103) ((-1027 . -1078) T) ((-1027 . -1050) 97032) ((-1008 . -957) 97001) ((-804 . -1090) T) ((-984 . -702) 96946) ((-380 . -1090) T) ((-469 . -957) 96915) ((-456 . -957) 96884) ((-109 . -148) 96866) ((-72 . -599) 96848) ((-874 . -599) 96830) ((-1058 . -709) 96809) ((-1265 . -1030) T) ((-801 . -625) 96757) ((-288 . -1037) 96699) ((-166 . -1195) 96604) ((-220 . -1090) T) ((-318 . -23) T) ((-1145 . -973) 96556) ((-825 . -1078) T) ((-1223 . -1036) 96461) ((-1104 . -725) 96440) ((-1221 . -901) 96419) ((-1200 . -901) 96398) ((-851 . -711) T) ((-166 . -544) 96309) ((-568 . -632) 96296) ((-552 . -632) 96283) ((-401 . -1078) T) ((-257 . -1078) T) ((-208 . -599) 96265) ((-487 . -632) 96230) ((-220 . -23) T) ((-1200 . -805) 96183) ((-1259 . -101) T) ((-348 . -1256) 96160) ((-1257 . -101) T) ((-1223 . -110) 96052) ((-141 . -599) 96034) ((-974 . -129) T) ((-44 . -101) T) ((-235 . -832) 95985) ((-1210 . -1195) 95964) ((-102 . -482) 95948) ((-1260 . -702) 95918) ((-1065 . -47) 95879) ((-1041 . -1090) T) ((-933 . -1090) T) ((-126 . -34) T) ((-120 . -34) T) ((-767 . -47) 95856) ((-765 . -47) 95828) ((-1210 . -544) 95739) ((-348 . -362) T) ((-474 . -1090) T) ((-1150 . -129) T) ((-1103 . -129) T) ((-447 . -47) 95718) ((-852 . -357) T) ((-836 . -129) T) ((-149 . -101) T) ((-1041 . -23) T) ((-933 . -23) T) ((-559 . -544) T) ((-801 . -25) T) ((-801 . -21) T) ((-1120 . -506) 95651) ((-579 . -1061) T) ((-573 . -1019) 95635) ((-474 . -23) T) ((-345 . -1037) T) ((-1185 . -881) 95616) ((-654 . -303) 95554) ((-1091 . -1244) 95524) ((-683 . -632) 95489) ((-984 . -169) T) ((-944 . -142) 95468) ((-621 . -1078) T) ((-593 . -1078) T) ((-944 . -144) 95447) ((-985 . -832) T) ((-720 . -144) 95426) ((-720 . -142) 95405) ((-952 . -832) T) ((-467 . -901) 95384) ((-310 . -1036) 95294) ((-307 . -1036) 95223) ((-980 . -280) 95181) ((-401 . -702) 95133) ((-685 . -830) T) ((-1223 . -1030) T) ((-310 . -110) 95029) ((-307 . -110) 94942) ((-945 . -101) T) ((-800 . -101) 94732) ((-697 . -600) NIL) ((-697 . -599) 94714) ((-642 . -1019) 94610) ((-1223 . -320) 94554) ((-1016 . -282) 94529) ((-568 . -711) T) ((-552 . -779) T) ((-166 . -357) 94480) ((-552 . -776) T) ((-552 . -711) T) ((-487 . -711) T) ((-1124 . -482) 94464) ((-1065 . -867) NIL) ((-852 . -1090) T) ((-116 . -890) NIL) ((-1259 . -1258) 94440) ((-1257 . -1258) 94419) ((-767 . -867) NIL) ((-765 . -867) 94278) ((-1252 . -25) T) ((-1252 . -21) T) ((-1188 . -101) 94256) ((-1084 . -389) T) ((-609 . -632) 94243) ((-447 . -867) NIL) ((-659 . -101) 94221) ((-1065 . -1019) 94048) ((-852 . -23) T) ((-767 . -1019) 93907) ((-765 . -1019) 93764) ((-116 . -632) 93709) ((-447 . -1019) 93585) ((-633 . -1019) 93569) ((-613 . -101) T) ((-217 . -482) 93553) ((-1237 . -34) T) ((-621 . -702) 93537) ((-593 . -702) 93521) ((-654 . -38) 93481) ((-313 . -101) T) ((-84 . -599) 93463) ((-50 . -1019) 93447) ((-1098 . -1036) 93434) ((-1065 . -371) 93418) ((-767 . -371) 93402) ((-59 . -56) 93364) ((-683 . -779) T) ((-683 . -776) T) ((-569 . -1019) 93351) ((-510 . -1019) 93328) ((-683 . -711) T) ((-318 . -129) T) ((-310 . -1030) 93218) ((-307 . -1030) T) ((-166 . -1090) T) ((-765 . -371) 93202) ((-45 . -148) 93152) ((-985 . -973) 93134) ((-447 . -371) 93118) ((-401 . -169) T) ((-310 . -238) 93097) ((-307 . -238) T) ((-307 . -228) NIL) ((-288 . -1078) 92879) ((-220 . -129) T) ((-1098 . -110) 92864) ((-166 . -23) T) ((-784 . -144) 92843) ((-784 . -142) 92822) ((-245 . -625) 92728) ((-244 . -625) 92634) ((-313 . -278) 92600) ((-1134 . -506) 92533) ((-1111 . -1078) T) ((-220 . -1039) T) ((-800 . -303) 92471) ((-1065 . -881) 92406) ((-767 . -881) 92349) ((-765 . -881) 92333) ((-1259 . -38) 92303) ((-1257 . -38) 92273) ((-1210 . -1090) T) ((-837 . -1090) T) ((-447 . -881) 92250) ((-840 . -1078) T) ((-1210 . -23) T) ((-559 . -1090) T) ((-837 . -23) T) ((-609 . -711) T) ((-349 . -901) T) ((-346 . -901) T) ((-283 . -101) T) ((-338 . -901) T) ((-1041 . -129) T) ((-951 . -1061) T) ((-933 . -129) T) ((-116 . -779) NIL) ((-116 . -776) NIL) ((-116 . -711) T) ((-678 . -890) NIL) ((-1027 . -506) 92151) ((-474 . -129) T) ((-559 . -23) T) ((-659 . -303) 92089) ((-621 . -746) T) ((-593 . -746) T) ((-1201 . -832) NIL) ((-984 . -284) T) ((-245 . -21) T) ((-678 . -632) 92039) ((-345 . -1078) T) ((-245 . -25) T) ((-244 . -21) T) ((-244 . -25) T) ((-149 . -38) 92023) ((-2 . -101) T) ((-891 . -901) T) ((-475 . -1244) 91993) ((-218 . -1019) 91970) ((-1098 . -1030) T) ((-696 . -301) T) ((-288 . -702) 91912) ((-685 . -1037) T) ((-480 . -445) T) ((-401 . -506) 91824) ((-212 . -445) T) ((-1098 . -228) T) ((-289 . -148) 91774) ((-980 . -600) 91735) ((-980 . -599) 91717) ((-970 . -599) 91699) ((-115 . -1037) T) ((-638 . -1036) 91683) ((-220 . -485) T) ((-393 . -599) 91665) ((-393 . -600) 91642) ((-1034 . -1244) 91612) ((-638 . -110) 91591) ((-1120 . -482) 91575) ((-800 . -38) 91545) ((-62 . -434) T) ((-62 . -389) T) ((-1137 . -101) T) ((-852 . -129) T) ((-477 . -101) 91523) ((-1265 . -362) T) ((-1058 . -101) T) ((-1040 . -101) T) ((-345 . -702) 91468) ((-716 . -144) 91447) ((-716 . -142) 91426) ((-1005 . -632) 91363) ((-515 . -1078) 91341) ((-353 . -101) T) ((-347 . -101) T) ((-339 . -101) T) ((-107 . -101) T) ((-496 . -1078) T) ((-348 . -632) 91286) ((-1150 . -625) 91234) ((-1103 . -625) 91182) ((-379 . -501) 91161) ((-818 . -830) 91140) ((-373 . -1195) T) ((-678 . -711) T) ((-333 . -1037) T) ((-1201 . -973) 91092) ((-171 . -1037) T) ((-102 . -599) 91024) ((-1152 . -142) 91003) ((-1152 . -144) 90982) ((-373 . -544) T) ((-1151 . -144) 90961) ((-1151 . -142) 90940) ((-1145 . -142) 90847) ((-401 . -284) T) ((-1145 . -144) 90754) ((-1104 . -144) 90733) ((-1104 . -142) 90712) ((-313 . -38) 90553) ((-166 . -129) T) ((-307 . -780) NIL) ((-307 . -777) NIL) ((-638 . -1030) T) ((-48 . -632) 90518) ((-1144 . -101) T) ((-975 . -101) T) ((-974 . -21) T) ((-126 . -991) 90502) ((-120 . -991) 90486) ((-974 . -25) T) ((-882 . -118) 90470) ((-1136 . -101) T) ((-801 . -832) 90449) ((-1210 . -129) T) ((-1150 . -25) T) ((-1150 . -21) T) ((-837 . -129) T) ((-1103 . -25) T) ((-1103 . -21) T) ((-836 . -25) T) ((-836 . -21) T) ((-767 . -301) 90428) ((-631 . -101) 90406) ((-618 . -101) T) ((-1137 . -303) 90201) ((-559 . -129) T) ((-607 . -830) 90180) ((-1134 . -482) 90164) ((-1128 . -148) 90114) ((-1124 . -599) 90076) ((-1124 . -600) 90037) ((-1005 . -776) T) ((-1005 . -779) T) ((-1005 . -711) T) ((-477 . -303) 89975) ((-446 . -411) 89945) ((-345 . -169) T) ((-283 . -38) 89932) ((-268 . -101) T) ((-267 . -101) T) ((-266 . -101) T) ((-265 . -101) T) ((-264 . -101) T) ((-263 . -101) T) ((-262 . -101) T) ((-337 . -1019) 89909) ((-207 . -101) T) ((-206 . -101) T) ((-204 . -101) T) ((-203 . -101) T) ((-202 . -101) T) ((-201 . -101) T) ((-198 . -101) T) ((-197 . -101) T) ((-697 . -1036) 89732) ((-196 . -101) T) ((-195 . -101) T) ((-194 . -101) T) ((-193 . -101) T) ((-192 . -101) T) ((-191 . -101) T) ((-190 . -101) T) ((-189 . -101) T) ((-188 . -101) T) ((-348 . -711) T) ((-697 . -110) 89541) ((-654 . -226) 89525) ((-569 . -301) T) ((-510 . -301) T) ((-288 . -506) 89474) ((-107 . -303) NIL) ((-71 . -389) T) ((-1091 . -101) 89264) ((-818 . -405) 89248) ((-1098 . -780) T) ((-1098 . -777) T) ((-685 . -1078) T) ((-566 . -599) 89230) ((-373 . -357) T) ((-166 . -485) 89208) ((-217 . -599) 89140) ((-132 . -1078) T) ((-115 . -1078) T) ((-48 . -711) T) ((-1027 . -482) 89105) ((-498 . -92) T) ((-138 . -419) 89087) ((-138 . -362) T) ((-1008 . -101) T) ((-504 . -501) 89066) ((-469 . -101) T) ((-456 . -101) T) ((-1015 . -1090) T) ((-1159 . -1019) 89001) ((-1152 . -35) 88967) ((-1152 . -94) 88933) ((-1152 . -1179) 88899) ((-1152 . -1176) 88865) ((-1136 . -303) NIL) ((-88 . -390) T) ((-88 . -389) T) ((-1058 . -1129) 88844) ((-1151 . -1176) 88810) ((-1151 . -1179) 88776) ((-1015 . -23) T) ((-1151 . -94) 88742) ((-559 . -485) T) ((-1151 . -35) 88708) ((-1145 . -1176) 88674) ((-1145 . -1179) 88640) ((-1145 . -94) 88606) ((-355 . -1090) T) ((-353 . -1129) 88585) ((-347 . -1129) 88564) ((-339 . -1129) 88543) ((-1145 . -35) 88509) ((-1104 . -35) 88475) ((-1104 . -94) 88441) ((-107 . -1129) T) ((-1104 . -1179) 88407) ((-818 . -1037) 88386) ((-631 . -303) 88324) ((-618 . -303) 88175) ((-1104 . -1176) 88141) ((-697 . -1030) T) ((-1041 . -625) 88123) ((-1058 . -38) 87991) ((-933 . -625) 87939) ((-985 . -144) T) ((-985 . -142) NIL) ((-373 . -1090) T) ((-318 . -25) T) ((-316 . -23) T) ((-924 . -832) 87918) ((-697 . -320) 87895) ((-474 . -625) 87843) ((-40 . -1019) 87731) ((-685 . -702) 87718) ((-697 . -228) T) ((-333 . -1078) T) ((-171 . -1078) T) ((-325 . -832) T) ((-412 . -445) 87668) ((-373 . -23) T) ((-353 . -38) 87633) ((-347 . -38) 87598) ((-339 . -38) 87563) ((-79 . -434) T) ((-79 . -389) T) ((-220 . -25) T) ((-220 . -21) T) ((-819 . -1090) T) ((-107 . -38) 87513) ((-812 . -1090) T) ((-759 . -1078) T) ((-115 . -702) 87500) ((-656 . -1019) 87484) ((-598 . -101) T) ((-819 . -23) T) ((-812 . -23) T) ((-1134 . -280) 87461) ((-1091 . -303) 87399) ((-1080 . -230) 87383) ((-63 . -390) T) ((-63 . -389) T) ((-109 . -101) T) ((-40 . -371) 87360) ((-95 . -101) T) ((-637 . -834) 87344) ((-1113 . -1061) T) ((-1041 . -21) T) ((-1041 . -25) T) ((-800 . -226) 87313) ((-933 . -25) T) ((-933 . -21) T) ((-607 . -1037) T) ((-474 . -25) T) ((-474 . -21) T) ((-1008 . -303) 87251) ((-870 . -599) 87233) ((-866 . -599) 87215) ((-245 . -832) 87166) ((-244 . -832) 87117) ((-515 . -506) 87050) ((-852 . -625) 87027) ((-469 . -303) 86965) ((-456 . -303) 86903) ((-345 . -284) T) ((-1134 . -1225) 86887) ((-1120 . -599) 86849) ((-1120 . -600) 86810) ((-1118 . -101) T) ((-980 . -1036) 86706) ((-40 . -881) 86658) ((-1134 . -590) 86635) ((-1265 . -632) 86622) ((-1042 . -148) 86568) ((-853 . -1195) T) ((-980 . -110) 86450) ((-333 . -702) 86434) ((-847 . -599) 86416) ((-171 . -702) 86348) ((-401 . -280) 86306) ((-853 . -544) T) ((-107 . -394) 86288) ((-83 . -378) T) ((-83 . -389) T) ((-685 . -169) T) ((-603 . -599) 86270) ((-98 . -711) T) ((-475 . -101) 86060) ((-98 . -466) T) ((-115 . -169) T) ((-1091 . -38) 86030) ((-166 . -625) 85978) ((-1034 . -101) T) ((-852 . -25) T) ((-800 . -233) 85957) ((-852 . -21) T) ((-803 . -101) T) ((-408 . -101) T) ((-379 . -101) T) ((-109 . -303) NIL) ((-222 . -101) 85935) ((-126 . -1191) T) ((-120 . -1191) T) ((-1015 . -129) T) ((-654 . -361) 85919) ((-980 . -1030) T) ((-1210 . -625) 85867) ((-1082 . -599) 85849) ((-984 . -599) 85831) ((-507 . -23) T) ((-502 . -23) T) ((-337 . -301) T) ((-500 . -23) T) ((-316 . -129) T) ((-3 . -1078) T) ((-984 . -600) 85815) ((-980 . -238) 85794) ((-980 . -228) 85773) ((-1265 . -711) T) ((-1229 . -142) 85752) ((-818 . -1078) T) ((-1229 . -144) 85731) ((-1222 . -144) 85710) ((-1222 . -142) 85689) ((-1221 . -1195) 85668) ((-1201 . -142) 85575) ((-1201 . -144) 85482) ((-1200 . -1195) 85461) ((-373 . -129) T) ((-552 . -867) 85443) ((0 . -1078) T) ((-171 . -169) T) ((-166 . -21) T) ((-166 . -25) T) ((-49 . -1078) T) ((-1223 . -632) 85348) ((-1221 . -544) 85299) ((-699 . -1090) T) ((-1200 . -544) 85250) ((-552 . -1019) 85232) ((-582 . -144) 85211) ((-582 . -142) 85190) ((-487 . -1019) 85133) ((-1113 . -1115) T) ((-86 . -378) T) ((-86 . -389) T) ((-853 . -357) T) ((-819 . -129) T) ((-812 . -129) T) ((-699 . -23) T) ((-498 . -599) 85083) ((-494 . -599) 85065) ((-1261 . -1037) T) ((-373 . -1039) T) ((-1007 . -1078) 85043) ((-882 . -34) T) ((-475 . -303) 84981) ((-579 . -101) T) ((-1134 . -600) 84942) ((-1134 . -599) 84874) ((-1150 . -832) 84853) ((-45 . -101) T) ((-1103 . -832) 84832) ((-802 . -101) T) ((-1210 . -25) T) ((-1210 . -21) T) ((-837 . -25) T) ((-44 . -361) 84816) ((-837 . -21) T) ((-716 . -445) 84767) ((-1260 . -599) 84749) ((-1034 . -303) 84687) ((-655 . -1061) T) ((-592 . -1061) T) ((-384 . -1078) T) ((-559 . -25) T) ((-559 . -21) T) ((-177 . -1061) T) ((-158 . -1061) T) ((-153 . -1061) T) ((-151 . -1061) T) ((-607 . -1078) T) ((-683 . -867) 84669) ((-1237 . -1191) T) ((-222 . -303) 84607) ((-141 . -362) T) ((-1027 . -600) 84549) ((-1027 . -599) 84492) ((-307 . -890) NIL) ((-683 . -1019) 84437) ((-696 . -901) T) ((-467 . -1195) 84416) ((-1151 . -445) 84395) ((-1145 . -445) 84374) ((-324 . -101) T) ((-853 . -1090) T) ((-310 . -632) 84195) ((-307 . -632) 84124) ((-467 . -544) 84075) ((-333 . -506) 84041) ((-538 . -148) 83991) ((-40 . -301) T) ((-825 . -599) 83973) ((-685 . -284) T) ((-853 . -23) T) ((-373 . -485) T) ((-1058 . -226) 83943) ((-504 . -101) T) ((-401 . -600) 83750) ((-401 . -599) 83732) ((-257 . -599) 83714) ((-115 . -284) T) ((-1223 . -711) T) ((-1221 . -357) 83693) ((-1200 . -357) 83672) ((-1250 . -34) T) ((-116 . -1191) T) ((-107 . -226) 83654) ((-1156 . -101) T) ((-470 . -1078) T) ((-515 . -482) 83638) ((-722 . -34) T) ((-475 . -38) 83608) ((-138 . -34) T) ((-116 . -865) 83585) ((-116 . -867) NIL) ((-609 . -1019) 83468) ((-629 . -832) 83447) ((-1249 . -101) T) ((-289 . -101) T) ((-697 . -362) 83426) ((-116 . -1019) 83403) ((-384 . -702) 83387) ((-607 . -702) 83371) ((-45 . -303) 83175) ((-801 . -142) 83154) ((-801 . -144) 83133) ((-1260 . -376) 83112) ((-804 . -832) T) ((-1239 . -1078) T) ((-1137 . -224) 83059) ((-380 . -832) 83038) ((-1229 . -1179) 83004) ((-1229 . -1176) 82970) ((-1222 . -1176) 82936) ((-507 . -129) T) ((-1222 . -1179) 82902) ((-1201 . -1176) 82868) ((-1201 . -1179) 82834) ((-1229 . -35) 82800) ((-1229 . -94) 82766) ((-621 . -599) 82735) ((-593 . -599) 82704) ((-220 . -832) T) ((-1222 . -94) 82670) ((-1222 . -35) 82636) ((-1221 . -1090) T) ((-1098 . -632) 82623) ((-1201 . -94) 82589) ((-1200 . -1090) T) ((-580 . -148) 82571) ((-1058 . -343) 82550) ((-171 . -284) T) ((-116 . -371) 82527) ((-116 . -332) 82504) ((-1201 . -35) 82470) ((-851 . -301) T) ((-307 . -779) NIL) ((-307 . -776) NIL) ((-310 . -711) 82319) ((-307 . -711) T) ((-467 . -357) 82298) ((-353 . -343) 82277) ((-347 . -343) 82256) ((-339 . -343) 82235) ((-310 . -466) 82214) ((-1221 . -23) T) ((-1200 . -23) T) ((-703 . -1090) T) ((-699 . -129) T) ((-637 . -101) T) ((-470 . -702) 82179) ((-45 . -276) 82129) ((-104 . -1078) T) ((-67 . -599) 82111) ((-951 . -101) T) ((-846 . -101) T) ((-609 . -881) 82070) ((-1261 . -1078) T) ((-375 . -1078) T) ((-1190 . -1078) T) ((-1091 . -226) 82039) ((-81 . -1191) T) ((-1041 . -832) T) ((-933 . -832) 82018) ((-116 . -881) NIL) ((-767 . -901) 81997) ((-698 . -832) T) ((-523 . -1078) T) ((-492 . -1078) T) ((-349 . -1195) T) ((-346 . -1195) T) ((-338 . -1195) T) ((-258 . -1195) 81976) ((-242 . -1195) 81955) ((-525 . -842) T) ((-474 . -832) 81934) ((-1120 . -1036) 81918) ((-384 . -746) T) ((-1136 . -813) T) ((-678 . -1191) T) ((-349 . -544) T) ((-346 . -544) T) ((-338 . -544) T) ((-258 . -544) 81849) ((-242 . -544) 81780) ((-517 . -1061) T) ((-1120 . -110) 81759) ((-446 . -729) 81729) ((-847 . -1036) 81699) ((-802 . -38) 81641) ((-678 . -865) 81623) ((-678 . -867) 81605) ((-289 . -303) 81409) ((-891 . -1195) T) ((-654 . -405) 81393) ((-847 . -110) 81358) ((-678 . -1019) 81303) ((-985 . -445) T) ((-891 . -544) T) ((-525 . -599) 81285) ((-569 . -901) T) ((-467 . -1090) T) ((-510 . -901) T) ((-1134 . -282) 81262) ((-895 . -445) T) ((-64 . -599) 81244) ((-618 . -224) 81190) ((-467 . -23) T) ((-1098 . -779) T) ((-853 . -129) T) ((-1098 . -776) T) ((-1252 . -1254) 81169) ((-1098 . -711) T) ((-638 . -632) 81143) ((-288 . -599) 80884) ((-1016 . -34) T) ((-800 . -830) 80863) ((-568 . -301) T) ((-552 . -301) T) ((-487 . -301) T) ((-1261 . -702) 80833) ((-678 . -371) 80815) ((-678 . -332) 80797) ((-470 . -169) T) ((-375 . -702) 80767) ((-852 . -832) NIL) ((-552 . -1003) T) ((-487 . -1003) T) ((-1111 . -599) 80749) ((-1091 . -233) 80728) ((-209 . -101) T) ((-1128 . -101) T) ((-70 . -599) 80710) ((-1120 . -1030) T) ((-1156 . -38) 80607) ((-840 . -599) 80589) ((-552 . -537) T) ((-654 . -1037) T) ((-716 . -930) 80542) ((-1120 . -228) 80521) ((-1060 . -1078) T) ((-1015 . -25) T) ((-1015 . -21) T) ((-984 . -1036) 80466) ((-886 . -101) T) ((-847 . -1030) T) ((-678 . -881) NIL) ((-349 . -323) 80450) ((-349 . -357) T) ((-346 . -323) 80434) ((-346 . -357) T) ((-338 . -323) 80418) ((-338 . -357) T) ((-480 . -101) T) ((-1249 . -38) 80388) ((-515 . -671) 80338) ((-212 . -101) T) ((-1005 . -1019) 80218) ((-984 . -110) 80147) ((-1152 . -954) 80116) ((-1151 . -954) 80078) ((-512 . -148) 80062) ((-1058 . -364) 80041) ((-345 . -599) 80023) ((-316 . -21) T) ((-348 . -1019) 80000) ((-316 . -25) T) ((-1145 . -954) 79969) ((-1104 . -954) 79936) ((-75 . -599) 79918) ((-683 . -301) T) ((-166 . -832) 79897) ((-891 . -357) T) ((-373 . -25) T) ((-373 . -21) T) ((-891 . -323) 79884) ((-85 . -599) 79866) ((-683 . -1003) T) ((-661 . -832) T) ((-1221 . -129) T) ((-1200 . -129) T) ((-882 . -991) 79850) ((-819 . -21) T) ((-48 . -1019) 79793) ((-819 . -25) T) ((-812 . -25) T) ((-812 . -21) T) ((-1259 . -1037) T) ((-1257 . -1037) T) ((-638 . -711) T) ((-1260 . -1036) 79777) ((-1210 . -832) 79756) ((-800 . -405) 79725) ((-102 . -118) 79709) ((-128 . -1078) T) ((-52 . -1078) T) ((-907 . -599) 79691) ((-852 . -973) 79668) ((-808 . -101) T) ((-1260 . -110) 79647) ((-637 . -38) 79617) ((-559 . -832) T) ((-349 . -1090) T) ((-346 . -1090) T) ((-338 . -1090) T) ((-258 . -1090) T) ((-242 . -1090) T) ((-609 . -301) 79596) ((-1128 . -303) 79400) ((-516 . -1061) T) ((-305 . -1078) T) ((-648 . -23) T) ((-475 . -226) 79369) ((-149 . -1037) T) ((-349 . -23) T) ((-346 . -23) T) ((-338 . -23) T) ((-116 . -301) T) ((-258 . -23) T) ((-242 . -23) T) ((-984 . -1030) T) ((-697 . -890) 79348) ((-984 . -228) 79320) ((-984 . -238) T) ((-116 . -1003) NIL) ((-891 . -1090) T) ((-1222 . -445) 79299) ((-1201 . -445) 79278) ((-515 . -599) 79210) ((-697 . -632) 79135) ((-401 . -1036) 79087) ((-496 . -599) 79069) ((-891 . -23) T) ((-480 . -303) NIL) ((-467 . -129) T) ((-212 . -303) NIL) ((-401 . -110) 79007) ((-800 . -1037) 78937) ((-722 . -1076) 78921) ((-1221 . -485) 78887) ((-1200 . -485) 78853) ((-138 . -1076) 78835) ((-470 . -284) T) ((-1260 . -1030) T) ((-1042 . -101) T) ((-492 . -506) NIL) ((-687 . -101) T) ((-475 . -233) 78814) ((-1150 . -142) 78793) ((-1150 . -144) 78772) ((-1103 . -144) 78751) ((-1103 . -142) 78730) ((-621 . -1036) 78714) ((-593 . -1036) 78698) ((-654 . -1078) T) ((-654 . -1033) 78638) ((-1152 . -1228) 78622) ((-1152 . -1215) 78599) ((-480 . -1129) T) ((-1151 . -1220) 78560) ((-1151 . -1215) 78530) ((-1151 . -1218) 78514) ((-212 . -1129) T) ((-337 . -901) T) ((-803 . -260) 78498) ((-621 . -110) 78477) ((-593 . -110) 78456) ((-1145 . -1199) 78417) ((-825 . -1030) 78396) ((-1145 . -1215) 78373) ((-507 . -25) T) ((-487 . -296) T) ((-503 . -23) T) ((-502 . -25) T) ((-500 . -25) T) ((-499 . -23) T) ((-1145 . -1197) 78357) ((-401 . -1030) T) ((-313 . -1037) T) ((-678 . -301) T) ((-107 . -830) T) ((-401 . -238) T) ((-401 . -228) 78336) ((-697 . -711) T) ((-480 . -38) 78286) ((-212 . -38) 78236) ((-467 . -485) 78202) ((-1136 . -1122) T) ((-1079 . -101) T) ((-685 . -599) 78184) ((-685 . -600) 78099) ((-699 . -21) T) ((-699 . -25) T) ((-1113 . -101) T) ((-132 . -599) 78081) ((-115 . -599) 78063) ((-154 . -25) T) ((-1259 . -1078) T) ((-853 . -625) 78011) ((-1257 . -1078) T) ((-944 . -101) T) ((-720 . -101) T) ((-700 . -101) T) ((-446 . -101) T) ((-801 . -445) 77962) ((-44 . -1078) T) ((-1066 . -832) T) ((-648 . -129) T) ((-1042 . -303) 77813) ((-654 . -702) 77797) ((-283 . -1037) T) ((-349 . -129) T) ((-346 . -129) T) ((-338 . -129) T) ((-258 . -129) T) ((-242 . -129) T) ((-412 . -101) T) ((-149 . -1078) T) ((-45 . -224) 77747) ((-939 . -832) 77726) ((-980 . -632) 77664) ((-235 . -1244) 77634) ((-1005 . -301) T) ((-288 . -1036) 77555) ((-891 . -129) T) ((-40 . -901) T) ((-480 . -394) 77537) ((-348 . -301) T) ((-212 . -394) 77519) ((-1058 . -405) 77503) ((-288 . -110) 77419) ((-853 . -25) T) ((-853 . -21) T) ((-333 . -599) 77401) ((-1223 . -47) 77345) ((-220 . -144) T) ((-171 . -599) 77327) ((-1091 . -830) 77306) ((-759 . -599) 77288) ((-127 . -832) T) ((-594 . -230) 77235) ((-468 . -230) 77185) ((-1259 . -702) 77155) ((-48 . -301) T) ((-1257 . -702) 77125) ((-945 . -1078) T) ((-800 . -1078) 76915) ((-306 . -101) T) ((-882 . -1191) T) ((-48 . -1003) T) ((-1200 . -625) 76823) ((-673 . -101) 76801) ((-44 . -702) 76785) ((-538 . -101) T) ((-66 . -377) T) ((-66 . -389) T) ((-646 . -23) T) ((-654 . -746) T) ((-1188 . -1078) 76763) ((-345 . -1036) 76708) ((-659 . -1078) 76686) ((-1041 . -144) T) ((-933 . -144) 76665) ((-933 . -142) 76644) ((-784 . -101) T) ((-149 . -702) 76628) ((-474 . -144) 76607) ((-474 . -142) 76586) ((-345 . -110) 76515) ((-1058 . -1037) T) ((-316 . -832) 76494) ((-1229 . -954) 76463) ((-613 . -1078) T) ((-1222 . -954) 76425) ((-503 . -129) T) ((-499 . -129) T) ((-289 . -224) 76375) ((-353 . -1037) T) ((-347 . -1037) T) ((-339 . -1037) T) ((-288 . -1030) 76317) ((-1201 . -954) 76286) ((-373 . -832) T) ((-107 . -1037) T) ((-980 . -711) T) ((-851 . -901) T) ((-825 . -780) 76265) ((-825 . -777) 76244) ((-412 . -303) 76183) ((-461 . -101) T) ((-582 . -954) 76152) ((-313 . -1078) T) ((-401 . -780) 76131) ((-401 . -777) 76110) ((-492 . -482) 76092) ((-1223 . -1019) 76058) ((-1221 . -21) T) ((-1221 . -25) T) ((-1200 . -21) T) ((-1200 . -25) T) ((-800 . -702) 76000) ((-683 . -398) T) ((-1250 . -1191) T) ((-592 . -101) T) ((-1091 . -405) 75969) ((-984 . -362) NIL) ((-655 . -101) T) ((-177 . -101) T) ((-158 . -101) T) ((-153 . -101) T) ((-151 . -101) T) ((-102 . -34) T) ((-722 . -1191) T) ((-44 . -746) T) ((-580 . -101) T) ((-76 . -390) T) ((-76 . -389) T) ((-637 . -640) 75953) ((-138 . -1191) T) ((-852 . -144) T) ((-852 . -142) NIL) ((-1190 . -92) T) ((-345 . -1030) T) ((-69 . -377) T) ((-69 . -389) T) ((-1143 . -101) T) ((-654 . -506) 75886) ((-673 . -303) 75824) ((-944 . -38) 75721) ((-720 . -38) 75691) ((-538 . -303) 75495) ((-310 . -1191) T) ((-345 . -228) T) ((-345 . -238) T) ((-307 . -1191) T) ((-283 . -1078) T) ((-1158 . -599) 75477) ((-696 . -1195) T) ((-1134 . -635) 75461) ((-1185 . -544) 75440) ((-696 . -544) T) ((-310 . -865) 75424) ((-310 . -867) 75349) ((-307 . -865) 75310) ((-307 . -867) NIL) ((-784 . -303) 75275) ((-313 . -702) 75116) ((-318 . -317) 75093) ((-478 . -101) T) ((-467 . -25) T) ((-467 . -21) T) ((-412 . -38) 75067) ((-310 . -1019) 74730) ((-220 . -1176) T) ((-220 . -1179) T) ((-3 . -599) 74712) ((-307 . -1019) 74642) ((-2 . -1078) T) ((-2 . |RecordCategory|) T) ((-818 . -599) 74624) ((-1091 . -1037) 74554) ((-568 . -901) T) ((-552 . -805) T) ((-552 . -901) T) ((-487 . -901) T) ((-134 . -1019) 74538) ((-220 . -94) T) ((-74 . -434) T) ((-74 . -389) T) ((0 . -599) 74520) ((-166 . -144) 74499) ((-166 . -142) 74450) ((-220 . -35) T) ((-49 . -599) 74432) ((-470 . -1037) T) ((-480 . -226) 74414) ((-477 . -949) 74398) ((-475 . -830) 74377) ((-212 . -226) 74359) ((-80 . -434) T) ((-80 . -389) T) ((-1124 . -34) T) ((-800 . -169) 74338) ((-716 . -101) T) ((-1007 . -599) 74305) ((-492 . -280) 74280) ((-310 . -371) 74249) ((-307 . -371) 74210) ((-307 . -332) 74171) ((-1063 . -599) 74153) ((-801 . -930) 74100) ((-646 . -129) T) ((-1210 . -142) 74079) ((-1210 . -144) 74058) ((-1152 . -101) T) ((-1151 . -101) T) ((-1145 . -101) T) ((-1137 . -1078) T) ((-1104 . -101) T) ((-217 . -34) T) ((-283 . -702) 74045) ((-1137 . -596) 74021) ((-580 . -303) NIL) ((-477 . -1078) 73999) ((-384 . -599) 73981) ((-502 . -832) T) ((-1128 . -224) 73931) ((-1229 . -1228) 73915) ((-1229 . -1215) 73892) ((-1222 . -1220) 73853) ((-1222 . -1215) 73823) ((-1222 . -1218) 73807) ((-1201 . -1199) 73768) ((-1201 . -1215) 73745) ((-607 . -599) 73727) ((-1201 . -1197) 73711) ((-683 . -901) T) ((-1152 . -278) 73677) ((-1151 . -278) 73643) ((-1145 . -278) 73609) ((-1058 . -1078) T) ((-1040 . -1078) T) ((-48 . -296) T) ((-310 . -881) 73575) ((-307 . -881) NIL) ((-1040 . -1047) 73554) ((-1098 . -867) 73536) ((-784 . -38) 73520) ((-258 . -625) 73468) ((-242 . -625) 73416) ((-685 . -1036) 73403) ((-582 . -1215) 73380) ((-1104 . -278) 73346) ((-313 . -169) 73277) ((-353 . -1078) T) ((-347 . -1078) T) ((-339 . -1078) T) ((-492 . -19) 73259) ((-1098 . -1019) 73241) ((-1080 . -148) 73225) ((-107 . -1078) T) ((-115 . -1036) 73212) ((-696 . -357) T) ((-492 . -590) 73187) ((-685 . -110) 73172) ((-430 . -101) T) ((-45 . -1127) 73122) ((-115 . -110) 73107) ((-621 . -705) T) ((-593 . -705) T) ((-800 . -506) 73040) ((-1016 . -1191) T) ((-924 . -148) 73024) ((-517 . -101) T) ((-512 . -101) 72974) ((-1150 . -445) 72905) ((-1144 . -1078) T) ((-1065 . -1195) 72884) ((-767 . -1195) 72863) ((-765 . -1195) 72842) ((-61 . -1191) T) ((-470 . -599) 72794) ((-470 . -600) 72716) ((-1136 . -1078) T) ((-1120 . -632) 72690) ((-1103 . -445) 72641) ((-1065 . -544) 72572) ((-475 . -405) 72541) ((-609 . -901) 72520) ((-447 . -1195) 72499) ((-975 . -1078) T) ((-767 . -544) 72410) ((-392 . -599) 72392) ((-765 . -544) 72323) ((-716 . -303) 72310) ((-659 . -506) 72243) ((-648 . -25) T) ((-648 . -21) T) ((-447 . -544) 72174) ((-116 . -901) T) ((-116 . -805) NIL) ((-349 . -25) T) ((-349 . -21) T) ((-346 . -25) T) ((-346 . -21) T) ((-338 . -25) T) ((-338 . -21) T) ((-258 . -25) T) ((-258 . -21) T) ((-82 . -378) T) ((-82 . -389) T) ((-242 . -25) T) ((-242 . -21) T) ((-1239 . -599) 72156) ((-1185 . -1090) T) ((-1185 . -23) T) ((-1145 . -303) 72041) ((-1104 . -303) 72028) ((-1058 . -702) 71896) ((-847 . -632) 71856) ((-924 . -961) 71840) ((-891 . -21) T) ((-283 . -169) T) ((-891 . -25) T) ((-305 . -92) T) ((-853 . -832) 71791) ((-696 . -1090) T) ((-696 . -23) T) ((-631 . -1078) 71769) ((-618 . -596) 71744) ((-618 . -1078) T) ((-569 . -1195) T) ((-510 . -1195) T) ((-569 . -544) T) ((-510 . -544) T) ((-353 . -702) 71696) ((-347 . -702) 71648) ((-339 . -702) 71600) ((-333 . -1036) 71584) ((-171 . -110) 71495) ((-171 . -1036) 71427) ((-107 . -702) 71377) ((-333 . -110) 71356) ((-268 . -1078) T) ((-267 . -1078) T) ((-266 . -1078) T) ((-265 . -1078) T) ((-685 . -1030) T) ((-264 . -1078) T) ((-263 . -1078) T) ((-262 . -1078) T) ((-207 . -1078) T) ((-206 . -1078) T) ((-204 . -1078) T) ((-166 . -1179) 71334) ((-166 . -1176) 71312) ((-203 . -1078) T) ((-202 . -1078) T) ((-115 . -1030) T) ((-201 . -1078) T) ((-198 . -1078) T) ((-685 . -228) T) ((-197 . -1078) T) ((-196 . -1078) T) ((-195 . -1078) T) ((-194 . -1078) T) ((-193 . -1078) T) ((-192 . -1078) T) ((-191 . -1078) T) ((-190 . -1078) T) ((-189 . -1078) T) ((-188 . -1078) T) ((-235 . -101) 71102) ((-166 . -35) 71080) ((-166 . -94) 71058) ((-638 . -1019) 70954) ((-475 . -1037) 70884) ((-1091 . -1078) 70674) ((-1120 . -34) T) ((-654 . -482) 70658) ((-72 . -1191) T) ((-104 . -599) 70640) ((-1261 . -599) 70622) ((-375 . -599) 70604) ((-716 . -38) 70453) ((-559 . -1179) T) ((-559 . -1176) T) ((-523 . -599) 70435) ((-512 . -303) 70373) ((-492 . -599) 70355) ((-492 . -600) 70337) ((-1190 . -599) 70303) ((-1145 . -1129) NIL) ((-1008 . -1050) 70272) ((-1008 . -1078) T) ((-985 . -101) T) ((-952 . -101) T) ((-895 . -101) T) ((-874 . -1019) 70249) ((-1120 . -711) T) ((-984 . -632) 70194) ((-469 . -1078) T) ((-456 . -1078) T) ((-573 . -23) T) ((-559 . -35) T) ((-559 . -94) T) ((-421 . -101) T) ((-1042 . -224) 70140) ((-1152 . -38) 70037) ((-847 . -711) T) ((-678 . -901) T) ((-503 . -25) T) ((-499 . -21) T) ((-499 . -25) T) ((-1151 . -38) 69878) ((-333 . -1030) T) ((-1145 . -38) 69674) ((-1058 . -169) T) ((-171 . -1030) T) ((-1104 . -38) 69571) ((-697 . -47) 69548) ((-353 . -169) T) ((-347 . -169) T) ((-511 . -56) 69522) ((-489 . -56) 69472) ((-345 . -1256) 69449) ((-220 . -445) T) ((-313 . -284) 69400) ((-339 . -169) T) ((-171 . -238) T) ((-1200 . -832) 69299) ((-107 . -169) T) ((-853 . -973) 69283) ((-642 . -1090) T) ((-569 . -357) T) ((-569 . -323) 69270) ((-510 . -323) 69247) ((-510 . -357) T) ((-310 . -301) 69226) ((-307 . -301) T) ((-588 . -832) 69205) ((-1091 . -702) 69147) ((-512 . -276) 69131) ((-642 . -23) T) ((-412 . -226) 69115) ((-307 . -1003) NIL) ((-330 . -23) T) ((-102 . -991) 69099) ((-45 . -36) 69078) ((-598 . -1078) T) ((-345 . -362) T) ((-516 . -101) T) ((-487 . -27) T) ((-235 . -303) 69016) ((-1065 . -1090) T) ((-1260 . -632) 68990) ((-767 . -1090) T) ((-765 . -1090) T) ((-447 . -1090) T) ((-1041 . -445) T) ((-933 . -445) 68941) ((-1093 . -1061) T) ((-109 . -1078) T) ((-1065 . -23) T) ((-802 . -1037) T) ((-767 . -23) T) ((-765 . -23) T) ((-474 . -445) 68892) ((-1137 . -506) 68675) ((-375 . -376) 68654) ((-1156 . -405) 68638) ((-454 . -23) T) ((-447 . -23) T) ((-95 . -1078) T) ((-477 . -506) 68571) ((-283 . -284) T) ((-1060 . -599) 68553) ((-401 . -890) 68532) ((-50 . -1090) T) ((-1005 . -901) T) ((-984 . -711) T) ((-697 . -867) NIL) ((-569 . -1090) T) ((-510 . -1090) T) ((-825 . -632) 68505) ((-1185 . -129) T) ((-1145 . -394) 68457) ((-985 . -303) NIL) ((-800 . -482) 68441) ((-348 . -901) T) ((-1134 . -34) T) ((-401 . -632) 68393) ((-50 . -23) T) ((-696 . -129) T) ((-697 . -1019) 68273) ((-569 . -23) T) ((-107 . -506) NIL) ((-510 . -23) T) ((-166 . -403) 68244) ((-1118 . -1078) T) ((-1252 . -1251) 68228) ((-685 . -780) T) ((-685 . -777) T) ((-1098 . -301) T) ((-373 . -144) T) ((-274 . -599) 68210) ((-1200 . -973) 68180) ((-48 . -901) T) ((-659 . -482) 68164) ((-245 . -1244) 68134) ((-244 . -1244) 68104) ((-1154 . -832) T) ((-1091 . -169) 68083) ((-1098 . -1003) T) ((-1027 . -34) T) ((-819 . -144) 68062) ((-819 . -142) 68041) ((-722 . -106) 68025) ((-598 . -130) T) ((-475 . -1078) 67815) ((-1156 . -1037) T) ((-852 . -445) T) ((-84 . -1191) T) ((-235 . -38) 67785) ((-138 . -106) 67767) ((-697 . -371) 67751) ((-1098 . -537) T) ((-567 . -101) T) ((-384 . -1036) 67735) ((-1260 . -711) T) ((-1150 . -930) 67704) ((-128 . -599) 67656) ((-52 . -599) 67638) ((-1103 . -930) 67605) ((-637 . -405) 67589) ((-1249 . -1037) T) ((-607 . -1036) 67573) ((-646 . -25) T) ((-646 . -21) T) ((-1136 . -506) NIL) ((-1229 . -101) T) ((-1222 . -101) T) ((-384 . -110) 67552) ((-217 . -248) 67536) ((-1201 . -101) T) ((-1034 . -1078) T) ((-985 . -1129) T) ((-1034 . -1033) 67476) ((-803 . -1078) T) ((-337 . -1195) T) ((-621 . -632) 67460) ((-607 . -110) 67439) ((-593 . -632) 67423) ((-583 . -101) T) ((-573 . -129) T) ((-582 . -101) T) ((-408 . -1078) T) ((-379 . -1078) T) ((-305 . -599) 67389) ((-222 . -1078) 67367) ((-631 . -506) 67300) ((-618 . -506) 67144) ((-818 . -1030) 67123) ((-629 . -148) 67107) ((-337 . -544) T) ((-697 . -881) 67050) ((-538 . -224) 67000) ((-1229 . -278) 66966) ((-1058 . -284) 66917) ((-480 . -830) T) ((-218 . -1090) T) ((-1222 . -278) 66883) ((-1201 . -278) 66849) ((-985 . -38) 66799) ((-212 . -830) T) ((-1185 . -485) 66765) ((-895 . -38) 66717) ((-825 . -779) 66696) ((-825 . -776) 66675) ((-825 . -711) 66654) ((-353 . -284) T) ((-347 . -284) T) ((-339 . -284) T) ((-166 . -445) 66585) ((-421 . -38) 66569) ((-107 . -284) T) ((-218 . -23) T) ((-401 . -779) 66548) ((-401 . -776) 66527) ((-401 . -711) T) ((-492 . -282) 66502) ((-470 . -1036) 66467) ((-642 . -129) T) ((-1091 . -506) 66400) ((-330 . -129) T) ((-166 . -396) 66379) ((-475 . -702) 66321) ((-800 . -280) 66298) ((-470 . -110) 66254) ((-637 . -1037) T) ((-1210 . -445) 66185) ((-1248 . -1061) T) ((-1247 . -1061) T) ((-1065 . -129) T) ((-1034 . -702) 66127) ((-258 . -832) 66106) ((-242 . -832) 66085) ((-767 . -129) T) ((-765 . -129) T) ((-559 . -445) T) ((-1008 . -506) 66018) ((-607 . -1030) T) ((-579 . -1078) T) ((-525 . -170) T) ((-454 . -129) T) ((-447 . -129) T) ((-45 . -1078) T) ((-379 . -702) 65988) ((-802 . -1078) T) ((-469 . -506) 65921) ((-456 . -506) 65854) ((-446 . -361) 65824) ((-45 . -596) 65803) ((-310 . -296) T) ((-654 . -599) 65765) ((-58 . -832) 65744) ((-1201 . -303) 65629) ((-985 . -394) 65611) ((-800 . -590) 65588) ((-508 . -832) 65567) ((-488 . -832) 65546) ((-40 . -1195) T) ((-980 . -1019) 65442) ((-50 . -129) T) ((-569 . -129) T) ((-510 . -129) T) ((-288 . -632) 65302) ((-337 . -323) 65279) ((-337 . -357) T) ((-316 . -317) 65256) ((-313 . -280) 65241) ((-40 . -544) T) ((-373 . -1176) T) ((-373 . -1179) T) ((-1016 . -1167) 65216) ((-1164 . -230) 65166) ((-1145 . -226) 65118) ((-324 . -1078) T) ((-373 . -94) T) ((-373 . -35) T) ((-1016 . -106) 65064) ((-470 . -1030) T) ((-472 . -230) 65014) ((-1137 . -482) 64948) ((-1261 . -1036) 64932) ((-375 . -1036) 64916) ((-470 . -238) T) ((-801 . -101) T) ((-699 . -144) 64895) ((-699 . -142) 64874) ((-477 . -482) 64858) ((-478 . -329) 64827) ((-1261 . -110) 64806) ((-504 . -1078) T) ((-475 . -169) 64785) ((-980 . -371) 64769) ((-407 . -101) T) ((-375 . -110) 64748) ((-980 . -332) 64732) ((-273 . -964) 64716) ((-272 . -964) 64700) ((-1259 . -599) 64682) ((-1257 . -599) 64664) ((-109 . -506) NIL) ((-1150 . -1213) 64648) ((-836 . -834) 64632) ((-1156 . -1078) T) ((-102 . -1191) T) ((-933 . -930) 64593) ((-802 . -702) 64535) ((-1201 . -1129) NIL) ((-474 . -930) 64480) ((-1041 . -140) T) ((-59 . -101) 64458) ((-44 . -599) 64440) ((-77 . -599) 64422) ((-345 . -632) 64367) ((-1249 . -1078) T) ((-503 . -832) T) ((-337 . -1090) T) ((-289 . -1078) T) ((-980 . -881) 64326) ((-289 . -596) 64305) ((-1229 . -38) 64202) ((-1222 . -38) 64043) ((-480 . -1037) T) ((-1201 . -38) 63839) ((-212 . -1037) T) ((-337 . -23) T) ((-149 . -599) 63821) ((-818 . -780) 63800) ((-818 . -777) 63779) ((-583 . -38) 63752) ((-582 . -38) 63649) ((-851 . -544) T) ((-218 . -129) T) ((-313 . -983) 63615) ((-78 . -599) 63597) ((-697 . -301) 63576) ((-288 . -711) 63478) ((-809 . -101) T) ((-846 . -826) T) ((-288 . -466) 63457) ((-1252 . -101) T) ((-40 . -357) T) ((-853 . -144) 63436) ((-853 . -142) 63415) ((-1136 . -482) 63397) ((-1261 . -1030) T) ((-475 . -506) 63330) ((-1124 . -1191) T) ((-945 . -599) 63312) ((-631 . -482) 63296) ((-618 . -482) 63227) ((-800 . -599) 62958) ((-48 . -27) T) ((-1156 . -702) 62855) ((-637 . -1078) T) ((-843 . -842) T) ((-430 . -358) 62829) ((-1080 . -101) T) ((-951 . -1078) T) ((-846 . -1078) T) ((-801 . -303) 62816) ((-525 . -519) T) ((-525 . -564) T) ((-1257 . -376) 62788) ((-1034 . -506) 62721) ((-1137 . -280) 62697) ((-235 . -226) 62666) ((-1249 . -702) 62636) ((-1144 . -92) T) ((-975 . -92) T) ((-802 . -169) 62615) ((-222 . -506) 62548) ((-607 . -780) 62527) ((-607 . -777) 62506) ((-1188 . -599) 62418) ((-217 . -1191) T) ((-659 . -599) 62350) ((-1134 . -991) 62334) ((-924 . -101) 62284) ((-345 . -711) T) ((-843 . -599) 62266) ((-1201 . -394) 62218) ((-1091 . -482) 62202) ((-59 . -303) 62140) ((-325 . -101) T) ((-1185 . -21) T) ((-1185 . -25) T) ((-40 . -1090) T) ((-696 . -21) T) ((-613 . -599) 62122) ((-507 . -317) 62101) ((-696 . -25) T) ((-107 . -280) NIL) ((-902 . -1090) T) ((-40 . -23) T) ((-756 . -1090) T) ((-552 . -1195) T) ((-487 . -1195) T) ((-313 . -599) 62083) ((-985 . -226) 62065) ((-166 . -163) 62049) ((-568 . -544) T) ((-552 . -544) T) ((-487 . -544) T) ((-756 . -23) T) ((-1221 . -144) 62028) ((-1137 . -590) 62004) ((-1221 . -142) 61983) ((-1008 . -482) 61967) ((-1200 . -142) 61892) ((-1200 . -144) 61817) ((-1252 . -1258) 61796) ((-469 . -482) 61780) ((-456 . -482) 61764) ((-515 . -34) T) ((-637 . -702) 61734) ((-111 . -948) T) ((-646 . -832) 61713) ((-1156 . -169) 61664) ((-359 . -101) T) ((-235 . -233) 61643) ((-245 . -101) T) ((-244 . -101) T) ((-1210 . -930) 61612) ((-240 . -832) 61591) ((-801 . -38) 61440) ((-45 . -506) 61232) ((-1136 . -280) 61207) ((-209 . -1078) T) ((-1128 . -1078) T) ((-1128 . -596) 61186) ((-573 . -25) T) ((-573 . -21) T) ((-1080 . -303) 61124) ((-944 . -405) 61108) ((-683 . -1195) T) ((-618 . -280) 61083) ((-1065 . -625) 61031) ((-767 . -625) 60979) ((-765 . -625) 60927) ((-337 . -129) T) ((-283 . -599) 60909) ((-683 . -544) T) ((-886 . -1078) T) ((-851 . -1090) T) ((-447 . -625) 60857) ((-886 . -884) 60841) ((-373 . -445) T) ((-480 . -1078) T) ((-685 . -632) 60828) ((-924 . -303) 60766) ((-212 . -1078) T) ((-310 . -901) 60745) ((-307 . -901) T) ((-307 . -805) NIL) ((-384 . -705) T) ((-851 . -23) T) ((-115 . -632) 60732) ((-467 . -142) 60711) ((-412 . -405) 60695) ((-467 . -144) 60674) ((-109 . -482) 60656) ((-2 . -599) 60638) ((-181 . -101) T) ((-1136 . -19) 60620) ((-1136 . -590) 60595) ((-642 . -21) T) ((-642 . -25) T) ((-580 . -1122) T) ((-1091 . -280) 60572) ((-330 . -25) T) ((-330 . -21) T) ((-487 . -357) T) ((-1252 . -38) 60542) ((-1120 . -1191) T) ((-618 . -590) 60517) ((-1065 . -25) T) ((-1065 . -21) T) ((-523 . -777) T) ((-523 . -780) T) ((-116 . -1195) T) ((-944 . -1037) T) ((-609 . -544) T) ((-767 . -25) T) ((-767 . -21) T) ((-765 . -21) T) ((-765 . -25) T) ((-720 . -1037) T) ((-700 . -1037) T) ((-654 . -1036) 60501) ((-509 . -1061) T) ((-454 . -25) T) ((-116 . -544) T) ((-454 . -21) T) ((-447 . -25) T) ((-447 . -21) T) ((-1120 . -1019) 60397) ((-802 . -284) 60376) ((-808 . -1078) T) ((-947 . -948) T) ((-654 . -110) 60355) ((-289 . -506) 60147) ((-1259 . -1036) 60131) ((-1257 . -1036) 60115) ((-1221 . -1176) 60081) ((-245 . -303) 60019) ((-244 . -303) 59957) ((-1204 . -101) 59935) ((-1137 . -600) NIL) ((-1137 . -599) 59917) ((-1221 . -1179) 59883) ((-1201 . -226) 59835) ((-1200 . -1176) 59801) ((-95 . -92) T) ((-1200 . -1179) 59767) ((-1120 . -371) 59751) ((-1098 . -805) T) ((-1098 . -901) T) ((-1091 . -590) 59728) ((-1058 . -600) 59712) ((-477 . -599) 59644) ((-800 . -282) 59621) ((-594 . -148) 59568) ((-412 . -1037) T) ((-480 . -702) 59518) ((-475 . -482) 59502) ((-321 . -832) 59481) ((-333 . -632) 59455) ((-50 . -21) T) ((-50 . -25) T) ((-212 . -702) 59405) ((-166 . -709) 59376) ((-171 . -632) 59308) ((-569 . -21) T) ((-569 . -25) T) ((-510 . -25) T) ((-510 . -21) T) ((-468 . -148) 59258) ((-1058 . -599) 59240) ((-1040 . -599) 59222) ((-974 . -101) T) ((-844 . -101) T) ((-784 . -405) 59186) ((-40 . -129) T) ((-683 . -357) T) ((-207 . -876) T) ((-685 . -779) T) ((-685 . -776) T) ((-568 . -1090) T) ((-552 . -1090) T) ((-487 . -1090) T) ((-685 . -711) T) ((-353 . -599) 59168) ((-347 . -599) 59150) ((-339 . -599) 59132) ((-65 . -390) T) ((-65 . -389) T) ((-107 . -600) 59062) ((-107 . -599) 59044) ((-206 . -876) T) ((-939 . -148) 59028) ((-1221 . -94) 58994) ((-756 . -129) T) ((-132 . -711) T) ((-115 . -711) T) ((-1221 . -35) 58960) ((-1034 . -482) 58944) ((-568 . -23) T) ((-552 . -23) T) ((-487 . -23) T) ((-1200 . -94) 58910) ((-1200 . -35) 58876) ((-1150 . -101) T) ((-1103 . -101) T) ((-836 . -101) T) ((-222 . -482) 58860) ((-1259 . -110) 58839) ((-1257 . -110) 58818) ((-44 . -1036) 58802) ((-1210 . -1213) 58786) ((-837 . -834) 58770) ((-1156 . -284) 58749) ((-109 . -280) 58724) ((-127 . -148) 58706) ((-1120 . -881) 58665) ((-44 . -110) 58644) ((-1159 . -1232) T) ((-1144 . -599) 58610) ((-654 . -1030) T) ((-1136 . -600) NIL) ((-1136 . -599) 58592) ((-1042 . -596) 58567) ((-1042 . -1078) T) ((-975 . -599) 58533) ((-73 . -434) T) ((-73 . -389) T) ((-654 . -228) 58512) ((-149 . -1036) 58496) ((-559 . -542) 58480) ((-349 . -144) 58459) ((-349 . -142) 58410) ((-346 . -144) 58389) ((-687 . -1078) T) ((-346 . -142) 58340) ((-338 . -144) 58319) ((-338 . -142) 58270) ((-258 . -142) 58249) ((-258 . -144) 58228) ((-245 . -38) 58198) ((-242 . -144) 58177) ((-116 . -357) T) ((-242 . -142) 58156) ((-244 . -38) 58126) ((-149 . -110) 58105) ((-984 . -1019) 57993) ((-1145 . -830) NIL) ((-678 . -1195) T) ((-784 . -1037) T) ((-683 . -1090) T) ((-1259 . -1030) T) ((-1257 . -1030) T) ((-1134 . -1191) T) ((-984 . -371) 57970) ((-891 . -142) T) ((-891 . -144) 57952) ((-851 . -129) T) ((-800 . -1036) 57849) ((-678 . -544) T) ((-683 . -23) T) ((-631 . -599) 57781) ((-631 . -600) 57742) ((-618 . -600) NIL) ((-618 . -599) 57724) ((-480 . -169) T) ((-218 . -21) T) ((-212 . -169) T) ((-218 . -25) T) ((-467 . -1179) 57690) ((-467 . -1176) 57656) ((-268 . -599) 57638) ((-267 . -599) 57620) ((-266 . -599) 57602) ((-265 . -599) 57584) ((-264 . -599) 57566) ((-492 . -635) 57548) ((-263 . -599) 57530) ((-333 . -711) T) ((-262 . -599) 57512) ((-109 . -19) 57494) ((-171 . -711) T) ((-492 . -367) 57476) ((-207 . -599) 57458) ((-512 . -1127) 57442) ((-492 . -122) T) ((-109 . -590) 57417) ((-206 . -599) 57399) ((-467 . -35) 57365) ((-467 . -94) 57331) ((-204 . -599) 57313) ((-203 . -599) 57295) ((-202 . -599) 57277) ((-201 . -599) 57259) ((-198 . -599) 57241) ((-197 . -599) 57223) ((-196 . -599) 57205) ((-195 . -599) 57187) ((-194 . -599) 57169) ((-193 . -599) 57151) ((-192 . -599) 57133) ((-528 . -1081) 57085) ((-191 . -599) 57067) ((-190 . -599) 57049) ((-45 . -482) 56986) ((-189 . -599) 56968) ((-188 . -599) 56950) ((-1093 . -101) T) ((-800 . -110) 56840) ((-629 . -101) 56790) ((-475 . -280) 56767) ((-1091 . -599) 56498) ((-1079 . -1078) T) ((-1027 . -1191) T) ((-1260 . -1019) 56482) ((-609 . -1090) T) ((-1150 . -303) 56469) ((-1113 . -1078) T) ((-1103 . -303) 56456) ((-1074 . -1061) T) ((-1068 . -1061) T) ((-1052 . -1061) T) ((-1045 . -1061) T) ((-1017 . -1061) T) ((-1000 . -1061) T) ((-116 . -1090) T) ((-804 . -101) T) ((-612 . -1061) T) ((-609 . -23) T) ((-1128 . -506) 56248) ((-476 . -1061) T) ((-984 . -881) 56200) ((-380 . -101) T) ((-318 . -101) T) ((-213 . -1061) T) ((-944 . -1078) T) ((-149 . -1030) T) ((-716 . -405) 56184) ((-116 . -23) T) ((-720 . -1078) T) ((-700 . -1078) T) ((-687 . -130) T) ((-446 . -1078) T) ((-401 . -1191) T) ((-310 . -424) 56168) ((-579 . -92) T) ((-1008 . -600) 56129) ((-1005 . -1195) T) ((-220 . -101) T) ((-1008 . -599) 56091) ((-801 . -226) 56075) ((-1005 . -544) T) ((-818 . -632) 56048) ((-348 . -1195) T) ((-469 . -599) 56010) ((-469 . -600) 55971) ((-456 . -600) 55932) ((-456 . -599) 55894) ((-401 . -865) 55878) ((-313 . -1036) 55713) ((-401 . -867) 55638) ((-825 . -1019) 55534) ((-480 . -506) NIL) ((-475 . -590) 55511) ((-348 . -544) T) ((-212 . -506) NIL) ((-853 . -445) T) ((-412 . -1078) T) ((-401 . -1019) 55375) ((-313 . -110) 55196) ((-678 . -357) T) ((-220 . -278) T) ((-48 . -1195) T) ((-800 . -1030) 55126) ((-568 . -129) T) ((-552 . -129) T) ((-487 . -129) T) ((-48 . -544) T) ((-1137 . -282) 55102) ((-1150 . -1129) 55080) ((-310 . -27) 55059) ((-1041 . -101) T) ((-800 . -228) 55011) ((-235 . -830) 54990) ((-933 . -101) T) ((-698 . -101) T) ((-289 . -482) 54927) ((-474 . -101) T) ((-716 . -1037) T) ((-598 . -599) 54909) ((-598 . -600) 54770) ((-401 . -371) 54754) ((-401 . -332) 54738) ((-1150 . -38) 54567) ((-1103 . -38) 54416) ((-836 . -38) 54386) ((-384 . -632) 54370) ((-629 . -303) 54308) ((-944 . -702) 54205) ((-720 . -702) 54175) ((-217 . -106) 54159) ((-45 . -280) 54084) ((-607 . -632) 54058) ((-306 . -1078) T) ((-283 . -1036) 54045) ((-109 . -599) 54027) ((-109 . -600) 54009) ((-446 . -702) 53979) ((-801 . -247) 53918) ((-673 . -1078) 53896) ((-538 . -1078) T) ((-1152 . -1037) T) ((-1151 . -1037) T) ((-1145 . -1037) T) ((-283 . -110) 53881) ((-1104 . -1037) T) ((-538 . -596) 53860) ((-95 . -599) 53826) ((-985 . -830) T) ((-222 . -671) 53784) ((-678 . -1090) T) ((-1185 . -725) 53760) ((-313 . -1030) T) ((-337 . -25) T) ((-337 . -21) T) ((-401 . -881) 53719) ((-67 . -1191) T) ((-818 . -779) 53698) ((-412 . -702) 53672) ((-784 . -1078) T) ((-818 . -776) 53651) ((-683 . -129) T) ((-697 . -901) 53630) ((-678 . -23) T) ((-480 . -284) T) ((-818 . -711) 53609) ((-313 . -228) 53561) ((-313 . -238) 53540) ((-212 . -284) T) ((-1005 . -357) T) ((-1221 . -445) 53519) ((-1200 . -445) 53498) ((-348 . -323) 53475) ((-348 . -357) T) ((-1118 . -599) 53457) ((-45 . -1225) 53407) ((-852 . -101) T) ((-629 . -276) 53391) ((-683 . -1039) T) ((-1248 . -101) T) ((-470 . -632) 53356) ((-461 . -1078) T) ((-45 . -590) 53281) ((-1247 . -101) T) ((-1136 . -282) 53256) ((-40 . -625) 53195) ((-48 . -357) T) ((-1084 . -599) 53177) ((-1065 . -832) 53156) ((-618 . -282) 53131) ((-767 . -832) 53110) ((-765 . -832) 53089) ((-475 . -599) 52820) ((-235 . -405) 52789) ((-933 . -303) 52776) ((-447 . -832) 52755) ((-64 . -1191) T) ((-1042 . -506) 52599) ((-609 . -129) T) ((-474 . -303) 52586) ((-592 . -1078) T) ((-116 . -129) T) ((-655 . -1078) T) ((-283 . -1030) T) ((-177 . -1078) T) ((-158 . -1078) T) ((-153 . -1078) T) ((-151 . -1078) T) ((-446 . -746) T) ((-31 . -1061) T) ((-944 . -169) 52537) ((-951 . -92) T) ((-1058 . -1036) 52447) ((-607 . -779) 52426) ((-580 . -1078) T) ((-607 . -776) 52405) ((-607 . -711) T) ((-289 . -280) 52384) ((-288 . -1191) T) ((-1034 . -599) 52346) ((-1034 . -600) 52307) ((-1005 . -1090) T) ((-166 . -101) T) ((-269 . -832) T) ((-1143 . -1078) T) ((-803 . -599) 52289) ((-1091 . -282) 52266) ((-1080 . -224) 52250) ((-984 . -301) T) ((-784 . -702) 52234) ((-353 . -1036) 52186) ((-348 . -1090) T) ((-347 . -1036) 52138) ((-408 . -599) 52120) ((-379 . -599) 52102) ((-339 . -1036) 52054) ((-222 . -599) 51986) ((-1058 . -110) 51882) ((-1005 . -23) T) ((-107 . -1036) 51832) ((-879 . -101) T) ((-823 . -101) T) ((-793 . -101) T) ((-754 . -101) T) ((-661 . -101) T) ((-467 . -445) 51811) ((-412 . -169) T) ((-353 . -110) 51749) ((-347 . -110) 51687) ((-339 . -110) 51625) ((-245 . -226) 51594) ((-244 . -226) 51563) ((-348 . -23) T) ((-70 . -1191) T) ((-220 . -38) 51528) ((-107 . -110) 51462) ((-40 . -25) T) ((-40 . -21) T) ((-654 . -705) T) ((-166 . -278) 51440) ((-48 . -1090) T) ((-902 . -25) T) ((-756 . -25) T) ((-1128 . -482) 51377) ((-478 . -1078) T) ((-1261 . -632) 51351) ((-1210 . -101) T) ((-837 . -101) T) ((-235 . -1037) 51281) ((-1041 . -1129) T) ((-945 . -777) 51234) ((-375 . -632) 51218) ((-48 . -23) T) ((-945 . -780) 51171) ((-800 . -780) 51122) ((-800 . -777) 51073) ((-289 . -590) 51052) ((-470 . -711) T) ((-559 . -101) T) ((-852 . -303) 51009) ((-637 . -280) 50988) ((-111 . -645) T) ((-75 . -1191) T) ((-1041 . -38) 50975) ((-648 . -368) 50954) ((-933 . -38) 50803) ((-716 . -1078) T) ((-474 . -38) 50652) ((-85 . -1191) T) ((-559 . -278) T) ((-579 . -599) 50618) ((-1201 . -830) NIL) ((-1152 . -1078) T) ((-1151 . -1078) T) ((-345 . -1019) 50595) ((-1058 . -1030) T) ((-985 . -1037) T) ((-45 . -599) 50577) ((-45 . -600) NIL) ((-895 . -1037) T) ((-802 . -599) 50559) ((-1145 . -1078) T) ((-1125 . -101) 50537) ((-1058 . -238) 50488) ((-421 . -1037) T) ((-353 . -1030) T) ((-359 . -358) 50465) ((-347 . -1030) T) ((-339 . -1030) T) ((-245 . -233) 50444) ((-244 . -233) 50423) ((-1058 . -228) 50348) ((-1104 . -1078) T) ((-288 . -881) 50307) ((-107 . -1030) T) ((-678 . -129) T) ((-412 . -506) 50149) ((-353 . -228) 50128) ((-353 . -238) T) ((-44 . -705) T) ((-347 . -228) 50107) ((-347 . -238) T) ((-339 . -228) 50086) ((-339 . -238) T) ((-166 . -303) 50051) ((-107 . -238) T) ((-107 . -228) T) ((-313 . -777) T) ((-851 . -21) T) ((-851 . -25) T) ((-401 . -301) T) ((-492 . -34) T) ((-109 . -282) 50026) ((-1091 . -1036) 49923) ((-852 . -1129) NIL) ((-324 . -599) 49905) ((-401 . -1003) 49883) ((-1091 . -110) 49773) ((-675 . -1232) T) ((-430 . -1078) T) ((-1261 . -711) T) ((-62 . -599) 49755) ((-852 . -38) 49700) ((-515 . -1191) T) ((-588 . -148) 49684) ((-504 . -599) 49666) ((-1210 . -303) 49653) ((-716 . -702) 49502) ((-523 . -778) T) ((-523 . -779) T) ((-552 . -625) 49484) ((-487 . -625) 49444) ((-349 . -445) T) ((-346 . -445) T) ((-338 . -445) T) ((-258 . -445) 49395) ((-517 . -1078) T) ((-512 . -1078) 49345) ((-242 . -445) 49296) ((-1128 . -280) 49275) ((-1156 . -599) 49257) ((-673 . -506) 49190) ((-944 . -284) 49169) ((-538 . -506) 48961) ((-1150 . -226) 48945) ((-166 . -1129) 48924) ((-1249 . -599) 48906) ((-1152 . -702) 48803) ((-1151 . -702) 48644) ((-873 . -101) T) ((-1145 . -702) 48440) ((-1104 . -702) 48337) ((-1134 . -658) 48321) ((-349 . -396) 48272) ((-346 . -396) 48223) ((-338 . -396) 48174) ((-1005 . -129) T) ((-784 . -506) 48086) ((-289 . -600) NIL) ((-289 . -599) 48068) ((-891 . -445) T) ((-945 . -362) 48021) ((-800 . -362) 48000) ((-502 . -501) 47979) ((-500 . -501) 47958) ((-480 . -280) NIL) ((-475 . -282) 47935) ((-412 . -284) T) ((-348 . -129) T) ((-212 . -280) NIL) ((-678 . -485) NIL) ((-98 . -1090) T) ((-166 . -38) 47763) ((-1221 . -954) 47725) ((-1125 . -303) 47663) ((-1200 . -954) 47632) ((-891 . -396) T) ((-1091 . -1030) 47562) ((-1223 . -544) T) ((-1128 . -590) 47541) ((-111 . -832) T) ((-1042 . -482) 47472) ((-568 . -21) T) ((-568 . -25) T) ((-552 . -21) T) ((-552 . -25) T) ((-487 . -25) T) ((-487 . -21) T) ((-1210 . -1129) 47450) ((-1091 . -228) 47402) ((-48 . -129) T) ((-1172 . -101) T) ((-235 . -1078) 47192) ((-852 . -394) 47169) ((-1066 . -101) T) ((-1054 . -101) T) ((-594 . -101) T) ((-468 . -101) T) ((-1210 . -38) 46998) ((-837 . -38) 46968) ((-716 . -169) 46879) ((-637 . -599) 46861) ((-630 . -1061) T) ((-559 . -38) 46848) ((-951 . -599) 46814) ((-939 . -101) 46764) ((-846 . -599) 46746) ((-846 . -600) 46668) ((-580 . -506) NIL) ((-1229 . -1037) T) ((-1222 . -1037) T) ((-1201 . -1037) T) ((-583 . -1037) T) ((-582 . -1037) T) ((-1265 . -1090) T) ((-1152 . -169) 46619) ((-1151 . -169) 46550) ((-1145 . -169) 46481) ((-1104 . -169) 46432) ((-985 . -1078) T) ((-952 . -1078) T) ((-895 . -1078) T) ((-1185 . -144) 46411) ((-784 . -782) 46395) ((-683 . -25) T) ((-683 . -21) T) ((-116 . -625) 46372) ((-685 . -867) 46354) ((-421 . -1078) T) ((-310 . -1195) 46333) ((-307 . -1195) T) ((-166 . -394) 46317) ((-1185 . -142) 46296) ((-467 . -954) 46258) ((-127 . -101) T) ((-71 . -599) 46240) ((-107 . -780) T) ((-107 . -777) T) ((-310 . -544) 46219) ((-685 . -1019) 46201) ((-307 . -544) T) ((-1265 . -23) T) ((-132 . -1019) 46183) ((-475 . -1036) 46080) ((-45 . -282) 46005) ((-235 . -702) 45947) ((-509 . -101) T) ((-475 . -110) 45837) ((-1070 . -101) 45815) ((-1015 . -101) T) ((-629 . -813) 45794) ((-716 . -506) 45737) ((-1034 . -1036) 45721) ((-1113 . -92) T) ((-1042 . -280) 45696) ((-609 . -21) T) ((-609 . -25) T) ((-516 . -1078) T) ((-355 . -101) T) ((-316 . -101) T) ((-654 . -632) 45670) ((-379 . -1036) 45654) ((-1034 . -110) 45633) ((-801 . -405) 45617) ((-116 . -25) T) ((-88 . -599) 45599) ((-116 . -21) T) ((-594 . -303) 45394) ((-468 . -303) 45198) ((-1128 . -600) NIL) ((-379 . -110) 45177) ((-373 . -101) T) ((-209 . -599) 45159) ((-1128 . -599) 45141) ((-985 . -702) 45091) ((-1145 . -506) 44860) ((-895 . -702) 44812) ((-1104 . -506) 44782) ((-345 . -301) T) ((-1164 . -148) 44732) ((-939 . -303) 44670) ((-819 . -101) T) ((-421 . -702) 44654) ((-220 . -813) T) ((-812 . -101) T) ((-810 . -101) T) ((-472 . -148) 44604) ((-1221 . -1220) 44583) ((-1098 . -1195) T) ((-333 . -1019) 44550) ((-1221 . -1215) 44520) ((-1221 . -1218) 44504) ((-1200 . -1199) 44483) ((-79 . -599) 44465) ((-886 . -599) 44447) ((-1200 . -1215) 44424) ((-1098 . -544) T) ((-902 . -832) T) ((-756 . -832) T) ((-480 . -600) 44354) ((-480 . -599) 44336) ((-373 . -278) T) ((-656 . -832) T) ((-1200 . -1197) 44320) ((-1223 . -1090) T) ((-212 . -600) 44250) ((-212 . -599) 44232) ((-1259 . -632) 44206) ((-1042 . -590) 44181) ((-58 . -148) 44165) ((-508 . -148) 44149) ((-488 . -148) 44133) ((-353 . -1256) 44117) ((-347 . -1256) 44101) ((-339 . -1256) 44085) ((-310 . -357) 44064) ((-307 . -357) T) ((-475 . -1030) 43994) ((-678 . -625) 43976) ((-1257 . -632) 43950) ((-127 . -303) NIL) ((-1223 . -23) T) ((-673 . -482) 43934) ((-63 . -599) 43916) ((-1091 . -780) 43867) ((-1091 . -777) 43818) ((-538 . -482) 43755) ((-654 . -34) T) ((-475 . -228) 43707) ((-289 . -282) 43686) ((-235 . -169) 43665) ((-801 . -1037) T) ((-44 . -632) 43623) ((-1058 . -362) 43574) ((-716 . -284) 43505) ((-512 . -506) 43438) ((-802 . -1036) 43389) ((-1065 . -142) 43368) ((-353 . -362) 43347) ((-347 . -362) 43326) ((-339 . -362) 43305) ((-1065 . -144) 43284) ((-852 . -226) 43261) ((-802 . -110) 43203) ((-767 . -142) 43182) ((-767 . -144) 43161) ((-258 . -930) 43128) ((-245 . -830) 43107) ((-242 . -930) 43052) ((-244 . -830) 43031) ((-765 . -142) 43010) ((-765 . -144) 42989) ((-149 . -632) 42963) ((-567 . -1078) T) ((-447 . -144) 42942) ((-447 . -142) 42921) ((-654 . -711) T) ((-808 . -599) 42903) ((-1229 . -1078) T) ((-1222 . -1078) T) ((-1201 . -1078) T) ((-1185 . -1179) 42869) ((-1185 . -1176) 42835) ((-1152 . -284) 42814) ((-1151 . -284) 42765) ((-1145 . -284) 42716) ((-1104 . -284) 42695) ((-333 . -881) 42676) ((-985 . -169) T) ((-895 . -169) T) ((-583 . -1078) T) ((-582 . -1078) T) ((-678 . -21) T) ((-678 . -25) T) ((-467 . -1218) 42660) ((-467 . -1215) 42630) ((-412 . -280) 42558) ((-310 . -1090) 42407) ((-307 . -1090) T) ((-1185 . -35) 42373) ((-1185 . -94) 42339) ((-83 . -599) 42321) ((-90 . -101) 42299) ((-1265 . -129) T) ((-569 . -142) T) ((-569 . -144) 42281) ((-510 . -144) 42263) ((-510 . -142) T) ((-310 . -23) 42115) ((-40 . -336) 42089) ((-307 . -23) T) ((-1136 . -635) 42071) ((-1252 . -1037) T) ((-1136 . -367) 42053) ((-800 . -632) 41901) ((-1074 . -101) T) ((-1068 . -101) T) ((-1052 . -101) T) ((-166 . -226) 41885) ((-1045 . -101) T) ((-1017 . -101) T) ((-1000 . -101) T) ((-580 . -482) 41867) ((-612 . -101) T) ((-235 . -506) 41800) ((-476 . -101) T) ((-1259 . -711) T) ((-1257 . -711) T) ((-213 . -101) T) ((-1156 . -1036) 41683) ((-1156 . -110) 41552) ((-843 . -170) T) ((-802 . -1030) T) ((-665 . -1061) T) ((-660 . -1061) T) ((-507 . -101) T) ((-502 . -101) T) ((-48 . -625) 41512) ((-500 . -101) T) ((-471 . -1061) T) ((-1249 . -1036) 41482) ((-136 . -1061) T) ((-135 . -1061) T) ((-131 . -1061) T) ((-1015 . -38) 41466) ((-802 . -228) T) ((-802 . -238) 41445) ((-1249 . -110) 41410) ((-1229 . -702) 41307) ((-538 . -280) 41286) ((-1222 . -702) 41127) ((-1210 . -226) 41111) ((-592 . -92) T) ((-1042 . -600) NIL) ((-1042 . -599) 41093) ((-655 . -92) T) ((-177 . -92) T) ((-158 . -92) T) ((-153 . -92) T) ((-151 . -92) T) ((-1201 . -702) 40889) ((-984 . -901) T) ((-687 . -599) 40858) ((-149 . -711) T) ((-1091 . -362) 40837) ((-985 . -506) NIL) ((-245 . -405) 40806) ((-244 . -405) 40775) ((-1005 . -25) T) ((-1005 . -21) T) ((-583 . -702) 40748) ((-582 . -702) 40645) ((-784 . -280) 40603) ((-125 . -101) 40581) ((-818 . -1019) 40477) ((-166 . -813) 40456) ((-313 . -632) 40353) ((-800 . -34) T) ((-699 . -101) T) ((-1098 . -1090) T) ((-1007 . -1191) T) ((-373 . -38) 40318) ((-348 . -25) T) ((-348 . -21) T) ((-182 . -101) T) ((-159 . -101) T) ((-154 . -101) T) ((-349 . -1244) 40302) ((-346 . -1244) 40286) ((-338 . -1244) 40270) ((-166 . -343) 40249) ((-552 . -832) T) ((-487 . -832) T) ((-1098 . -23) T) ((-86 . -599) 40231) ((-685 . -301) T) ((-819 . -38) 40201) ((-812 . -38) 40171) ((-1223 . -129) T) ((-1128 . -282) 40150) ((-945 . -778) 40103) ((-945 . -779) 40056) ((-800 . -776) 40035) ((-115 . -301) T) ((-90 . -303) 39973) ((-659 . -34) T) ((-538 . -590) 39952) ((-48 . -25) T) ((-48 . -21) T) ((-800 . -779) 39903) ((-800 . -778) 39882) ((-685 . -1003) T) ((-637 . -1036) 39866) ((-945 . -711) 39765) ((-800 . -711) 39675) ((-945 . -466) 39628) ((-475 . -780) 39579) ((-475 . -777) 39530) ((-891 . -1244) 39517) ((-1156 . -1030) T) ((-637 . -110) 39496) ((-1156 . -320) 39473) ((-1177 . -101) 39451) ((-1079 . -599) 39433) ((-685 . -537) T) ((-801 . -1078) T) ((-1249 . -1030) T) ((-407 . -1078) T) ((-1113 . -599) 39399) ((-245 . -1037) 39329) ((-244 . -1037) 39259) ((-283 . -632) 39246) ((-580 . -280) 39221) ((-673 . -671) 39179) ((-944 . -599) 39161) ((-853 . -101) T) ((-720 . -599) 39143) ((-700 . -599) 39125) ((-1229 . -169) 39076) ((-1222 . -169) 39007) ((-1201 . -169) 38938) ((-683 . -832) T) ((-985 . -284) T) ((-446 . -599) 38920) ((-613 . -711) T) ((-59 . -1078) 38898) ((-240 . -148) 38882) ((-895 . -284) T) ((-1005 . -993) T) ((-613 . -466) T) ((-697 . -1195) 38861) ((-583 . -169) 38840) ((-582 . -169) 38791) ((-1237 . -832) 38770) ((-697 . -544) 38681) ((-401 . -901) T) ((-401 . -805) 38660) ((-313 . -779) T) ((-313 . -711) T) ((-412 . -599) 38642) ((-412 . -600) 38549) ((-629 . -1127) 38533) ((-109 . -635) 38515) ((-171 . -301) T) ((-125 . -303) 38453) ((-109 . -367) 38435) ((-392 . -1191) T) ((-310 . -129) 38306) ((-307 . -129) T) ((-68 . -389) T) ((-109 . -122) T) ((-512 . -482) 38290) ((-638 . -1090) T) ((-580 . -19) 38272) ((-60 . -434) T) ((-60 . -389) T) ((-809 . -1078) T) ((-580 . -590) 38247) ((-470 . -1019) 38207) ((-637 . -1030) T) ((-638 . -23) T) ((-1252 . -1078) T) ((-31 . -101) T) ((-801 . -702) 38056) ((-565 . -842) T) ((-116 . -832) NIL) ((-1150 . -405) 38040) ((-1103 . -405) 38024) ((-836 . -405) 38008) ((-854 . -101) 37959) ((-1221 . -101) T) ((-1201 . -506) 37728) ((-1200 . -101) T) ((-1177 . -303) 37666) ((-517 . -92) T) ((-1152 . -280) 37651) ((-306 . -599) 37633) ((-1151 . -280) 37618) ((-1080 . -1078) T) ((-1058 . -632) 37528) ((-673 . -599) 37460) ((-283 . -711) T) ((-107 . -890) NIL) ((-673 . -600) 37421) ((-587 . -599) 37403) ((-565 . -599) 37385) ((-538 . -600) NIL) ((-538 . -599) 37367) ((-521 . -599) 37349) ((-1145 . -280) 37197) ((-480 . -1036) 37147) ((-696 . -445) T) ((-503 . -501) 37126) ((-499 . -501) 37105) ((-212 . -1036) 37055) ((-353 . -632) 37007) ((-347 . -632) 36959) ((-220 . -830) T) ((-339 . -632) 36911) ((-588 . -101) 36861) ((-475 . -362) 36840) ((-107 . -632) 36790) ((-480 . -110) 36724) ((-235 . -482) 36708) ((-337 . -144) 36690) ((-337 . -142) T) ((-166 . -364) 36661) ((-924 . -1235) 36645) ((-212 . -110) 36579) ((-853 . -303) 36544) ((-924 . -1078) 36494) ((-784 . -600) 36455) ((-784 . -599) 36437) ((-703 . -101) T) ((-325 . -1078) T) ((-1098 . -129) T) ((-699 . -38) 36407) ((-310 . -485) 36386) ((-492 . -1191) T) ((-1221 . -278) 36352) ((-1200 . -278) 36318) ((-321 . -148) 36302) ((-1042 . -282) 36277) ((-1252 . -702) 36247) ((-1137 . -34) T) ((-1261 . -1019) 36224) ((-461 . -599) 36206) ((-477 . -34) T) ((-375 . -1019) 36190) ((-1150 . -1037) T) ((-1103 . -1037) T) ((-836 . -1037) T) ((-1041 . -830) T) ((-801 . -169) 36101) ((-512 . -280) 36078) ((-116 . -973) 36055) ((-1229 . -284) 36034) ((-1172 . -358) 36008) ((-1066 . -260) 35992) ((-655 . -599) 35958) ((-592 . -599) 35908) ((-467 . -101) T) ((-177 . -599) 35874) ((-153 . -599) 35840) ((-151 . -599) 35806) ((-359 . -1078) T) ((-245 . -1078) T) ((-244 . -1078) T) ((-158 . -599) 35772) ((-1222 . -284) 35723) ((-1201 . -284) 35674) ((-853 . -1129) 35652) ((-1152 . -983) 35618) ((-594 . -358) 35558) ((-1151 . -983) 35524) ((-594 . -224) 35471) ((-580 . -599) 35453) ((-580 . -600) NIL) ((-678 . -832) T) ((-468 . -224) 35403) ((-480 . -1030) T) ((-1145 . -983) 35369) ((-87 . -433) T) ((-87 . -389) T) ((-212 . -1030) T) ((-1104 . -983) 35335) ((-1058 . -711) T) ((-697 . -1090) T) ((-583 . -284) 35314) ((-582 . -284) 35293) ((-480 . -238) T) ((-480 . -228) T) ((-212 . -238) T) ((-212 . -228) T) ((-1143 . -599) 35275) ((-853 . -38) 35227) ((-353 . -711) T) ((-347 . -711) T) ((-339 . -711) T) ((-107 . -779) T) ((-107 . -776) T) ((-512 . -1225) 35211) ((-107 . -711) T) ((-697 . -23) T) ((-1265 . -25) T) ((-467 . -278) 35177) ((-1265 . -21) T) ((-1200 . -303) 35116) ((-1154 . -101) T) ((-40 . -142) 35088) ((-40 . -144) 35060) ((-512 . -590) 35037) ((-1091 . -632) 34885) ((-588 . -303) 34823) ((-45 . -635) 34773) ((-45 . -650) 34723) ((-45 . -367) 34673) ((-1136 . -34) T) ((-852 . -830) NIL) ((-638 . -129) T) ((-478 . -599) 34655) ((-235 . -280) 34632) ((-181 . -1078) T) ((-631 . -34) T) ((-618 . -34) T) ((-1065 . -445) 34583) ((-801 . -506) 34457) ((-767 . -445) 34388) ((-765 . -445) 34339) ((-447 . -445) 34290) ((-933 . -405) 34274) ((-716 . -599) 34256) ((-245 . -702) 34198) ((-244 . -702) 34140) ((-716 . -600) 34001) ((-474 . -405) 33985) ((-333 . -296) T) ((-516 . -92) T) ((-345 . -901) T) ((-981 . -101) 33963) ((-1005 . -832) T) ((-59 . -506) 33896) ((-1200 . -1129) 33848) ((-985 . -280) NIL) ((-220 . -1037) T) ((-373 . -813) T) ((-1091 . -34) T) ((-569 . -445) T) ((-510 . -445) T) ((-1204 . -1071) 33832) ((-1204 . -1078) 33810) ((-235 . -590) 33787) ((-1204 . -1073) 33744) ((-1152 . -599) 33726) ((-1151 . -599) 33708) ((-1145 . -599) 33690) ((-1145 . -600) NIL) ((-1104 . -599) 33672) ((-853 . -394) 33656) ((-528 . -101) T) ((-1221 . -38) 33497) ((-1200 . -38) 33311) ((-851 . -144) T) ((-569 . -396) T) ((-48 . -832) T) ((-510 . -396) T) ((-1233 . -101) T) ((-1223 . -21) T) ((-1223 . -25) T) ((-1091 . -776) 33290) ((-1091 . -779) 33241) ((-1091 . -778) 33220) ((-974 . -1078) T) ((-1008 . -34) T) ((-844 . -1078) T) ((-1091 . -711) 33130) ((-648 . -101) T) ((-630 . -101) T) ((-538 . -282) 33109) ((-1164 . -101) T) ((-469 . -34) T) ((-456 . -34) T) ((-349 . -101) T) ((-346 . -101) T) ((-338 . -101) T) ((-258 . -101) T) ((-242 . -101) T) ((-470 . -301) T) ((-1041 . -1037) T) ((-933 . -1037) T) ((-310 . -625) 33015) ((-307 . -625) 32976) ((-474 . -1037) T) ((-472 . -101) T) ((-430 . -599) 32958) ((-1150 . -1078) T) ((-1103 . -1078) T) ((-836 . -1078) T) ((-1119 . -101) T) ((-801 . -284) 32889) ((-944 . -1036) 32772) ((-470 . -1003) T) ((-720 . -1036) 32742) ((-446 . -1036) 32712) ((-1125 . -1099) 32696) ((-1080 . -506) 32629) ((-944 . -110) 32498) ((-891 . -101) T) ((-720 . -110) 32463) ((-517 . -599) 32429) ((-58 . -101) 32379) ((-512 . -600) 32340) ((-512 . -599) 32252) ((-511 . -101) 32230) ((-508 . -101) 32180) ((-489 . -101) 32158) ((-488 . -101) 32108) ((-446 . -110) 32071) ((-245 . -169) 32050) ((-244 . -169) 32029) ((-412 . -1036) 32003) ((-1185 . -954) 31965) ((-980 . -1090) T) ((-924 . -506) 31898) ((-480 . -780) T) ((-467 . -38) 31739) ((-412 . -110) 31706) ((-480 . -777) T) ((-981 . -303) 31644) ((-212 . -780) T) ((-212 . -777) T) ((-980 . -23) T) ((-697 . -129) T) ((-1200 . -394) 31614) ((-310 . -25) 31466) ((-166 . -405) 31450) ((-310 . -21) 31321) ((-307 . -25) T) ((-307 . -21) T) ((-846 . -362) T) ((-109 . -34) T) ((-475 . -632) 31169) ((-852 . -1037) T) ((-580 . -282) 31144) ((-568 . -144) T) ((-552 . -144) T) ((-487 . -144) T) ((-1150 . -702) 30973) ((-1103 . -702) 30822) ((-1098 . -625) 30804) ((-836 . -702) 30774) ((-654 . -1191) T) ((-1 . -101) T) ((-235 . -599) 30505) ((-1093 . -1078) T) ((-1210 . -405) 30489) ((-1164 . -303) 30293) ((-944 . -1030) T) ((-720 . -1030) T) ((-700 . -1030) T) ((-629 . -1078) 30243) ((-1034 . -632) 30227) ((-837 . -405) 30211) ((-503 . -101) T) ((-499 . -101) T) ((-242 . -303) 30198) ((-258 . -303) 30185) ((-944 . -320) 30164) ((-379 . -632) 30148) ((-472 . -303) 29952) ((-245 . -506) 29885) ((-654 . -1019) 29781) ((-244 . -506) 29714) ((-1119 . -303) 29640) ((-804 . -1078) T) ((-784 . -1036) 29624) ((-1229 . -280) 29609) ((-1222 . -280) 29594) ((-1201 . -280) 29442) ((-380 . -1078) T) ((-318 . -1078) T) ((-412 . -1030) T) ((-166 . -1037) T) ((-58 . -303) 29380) ((-784 . -110) 29359) ((-582 . -280) 29344) ((-511 . -303) 29282) ((-508 . -303) 29220) ((-489 . -303) 29158) ((-488 . -303) 29096) ((-412 . -228) 29075) ((-475 . -34) T) ((-985 . -600) 29005) ((-220 . -1078) T) ((-985 . -599) 28987) ((-952 . -599) 28969) ((-952 . -600) 28944) ((-895 . -599) 28926) ((-683 . -144) T) ((-685 . -901) T) ((-685 . -805) T) ((-421 . -599) 28908) ((-1098 . -21) T) ((-1098 . -25) T) ((-654 . -371) 28892) ((-115 . -901) T) ((-853 . -226) 28876) ((-77 . -1191) T) ((-125 . -124) 28860) ((-1034 . -34) T) ((-1259 . -1019) 28834) ((-1257 . -1019) 28791) ((-1210 . -1037) T) ((-837 . -1037) T) ((-475 . -776) 28770) ((-349 . -1129) 28749) ((-346 . -1129) 28728) ((-338 . -1129) 28707) ((-475 . -779) 28658) ((-475 . -778) 28637) ((-222 . -34) T) ((-475 . -711) 28547) ((-59 . -482) 28531) ((-559 . -1037) T) ((-1150 . -169) 28422) ((-1103 . -169) 28333) ((-1041 . -1078) T) ((-1065 . -930) 28278) ((-933 . -1078) T) ((-802 . -632) 28229) ((-767 . -930) 28198) ((-698 . -1078) T) ((-765 . -930) 28165) ((-508 . -276) 28149) ((-654 . -881) 28108) ((-474 . -1078) T) ((-447 . -930) 28075) ((-78 . -1191) T) ((-349 . -38) 28040) ((-346 . -38) 28005) ((-338 . -38) 27970) ((-258 . -38) 27819) ((-242 . -38) 27668) ((-891 . -1129) T) ((-609 . -144) 27647) ((-609 . -142) 27626) ((-516 . -599) 27592) ((-116 . -144) T) ((-116 . -142) NIL) ((-408 . -711) T) ((-784 . -1030) T) ((-337 . -445) T) ((-1229 . -983) 27558) ((-1222 . -983) 27524) ((-1201 . -983) 27490) ((-891 . -38) 27455) ((-220 . -702) 27420) ((-313 . -47) 27390) ((-40 . -403) 27362) ((-137 . -599) 27344) ((-980 . -129) T) ((-800 . -1191) T) ((-171 . -901) T) ((-337 . -396) T) ((-512 . -282) 27321) ((-800 . -1019) 27148) ((-45 . -34) T) ((-665 . -101) T) ((-660 . -101) T) ((-646 . -101) T) ((-638 . -21) T) ((-638 . -25) T) ((-1200 . -226) 27118) ((-1080 . -482) 27102) ((-471 . -101) T) ((-659 . -1191) T) ((-240 . -101) 27052) ((-136 . -101) T) ((-135 . -101) T) ((-131 . -101) T) ((-852 . -1078) T) ((-1156 . -632) 26977) ((-1041 . -702) 26964) ((-716 . -1036) 26807) ((-1150 . -506) 26754) ((-933 . -702) 26603) ((-1103 . -506) 26555) ((-1248 . -1078) T) ((-1247 . -1078) T) ((-474 . -702) 26404) ((-66 . -599) 26386) ((-716 . -110) 26215) ((-924 . -482) 26199) ((-1249 . -632) 26159) ((-802 . -711) T) ((-1152 . -1036) 26042) ((-1151 . -1036) 25877) ((-1145 . -1036) 25667) ((-1104 . -1036) 25550) ((-984 . -1195) T) ((-1072 . -101) 25528) ((-800 . -371) 25497) ((-567 . -599) 25479) ((-984 . -544) T) ((-1152 . -110) 25348) ((-1151 . -110) 25169) ((-1145 . -110) 24938) ((-1104 . -110) 24807) ((-1083 . -1081) 24771) ((-373 . -830) T) ((-1229 . -599) 24753) ((-1222 . -599) 24735) ((-1201 . -599) 24717) ((-1201 . -600) NIL) ((-235 . -282) 24694) ((-40 . -445) T) ((-220 . -169) T) ((-166 . -1078) T) ((-678 . -144) T) ((-678 . -142) NIL) ((-583 . -599) 24676) ((-582 . -599) 24658) ((-879 . -1078) T) ((-823 . -1078) T) ((-793 . -1078) T) ((-754 . -1078) T) ((-642 . -834) 24642) ((-661 . -1078) T) ((-800 . -881) 24574) ((-40 . -396) NIL) ((-1098 . -645) T) ((-852 . -702) 24519) ((-245 . -482) 24503) ((-244 . -482) 24487) ((-697 . -625) 24435) ((-637 . -632) 24409) ((-289 . -34) T) ((-716 . -1030) T) ((-569 . -1244) 24396) ((-510 . -1244) 24373) ((-1210 . -1078) T) ((-1150 . -284) 24284) ((-1103 . -284) 24215) ((-1041 . -169) T) ((-837 . -1078) T) ((-933 . -169) 24126) ((-767 . -1213) 24110) ((-629 . -506) 24043) ((-76 . -599) 24025) ((-716 . -320) 23990) ((-1156 . -711) T) ((-559 . -1078) T) ((-474 . -169) 23901) ((-240 . -303) 23839) ((-1120 . -1090) T) ((-69 . -599) 23821) ((-1249 . -711) T) ((-1152 . -1030) T) ((-1151 . -1030) T) ((-321 . -101) 23771) ((-1145 . -1030) T) ((-1120 . -23) T) ((-1104 . -1030) T) ((-90 . -1099) 23755) ((-847 . -1090) T) ((-1152 . -228) 23714) ((-1151 . -238) 23693) ((-1151 . -228) 23645) ((-1145 . -228) 23532) ((-1145 . -238) 23511) ((-313 . -881) 23417) ((-847 . -23) T) ((-166 . -702) 23245) ((-401 . -1195) T) ((-1079 . -362) T) ((-1005 . -144) T) ((-984 . -357) T) ((-851 . -445) T) ((-924 . -280) 23222) ((-310 . -832) T) ((-307 . -832) NIL) ((-855 . -101) T) ((-697 . -25) T) ((-401 . -544) T) ((-697 . -21) T) ((-348 . -144) 23204) ((-348 . -142) T) ((-1125 . -1078) 23182) ((-446 . -705) T) ((-74 . -599) 23164) ((-113 . -832) T) ((-240 . -276) 23148) ((-235 . -1036) 23045) ((-80 . -599) 23027) ((-720 . -362) 22980) ((-1154 . -813) T) ((-722 . -230) 22964) ((-1137 . -1191) T) ((-138 . -230) 22946) ((-235 . -110) 22836) ((-1210 . -702) 22665) ((-48 . -144) T) ((-852 . -169) T) ((-837 . -702) 22635) ((-477 . -1191) T) ((-933 . -506) 22582) ((-637 . -711) T) ((-559 . -702) 22569) ((-1015 . -1037) T) ((-474 . -506) 22512) ((-924 . -19) 22496) ((-924 . -590) 22473) ((-801 . -600) NIL) ((-801 . -599) 22455) ((-985 . -1036) 22405) ((-407 . -599) 22387) ((-245 . -280) 22364) ((-244 . -280) 22341) ((-480 . -890) NIL) ((-310 . -29) 22311) ((-107 . -1191) T) ((-984 . -1090) T) ((-212 . -890) NIL) ((-895 . -1036) 22263) ((-1058 . -1019) 22159) ((-985 . -110) 22093) ((-722 . -679) 22077) ((-258 . -226) 22061) ((-421 . -1036) 22045) ((-373 . -1037) T) ((-984 . -23) T) ((-895 . -110) 21983) ((-678 . -1179) NIL) ((-480 . -632) 21933) ((-107 . -865) 21915) ((-107 . -867) 21897) ((-678 . -1176) NIL) ((-212 . -632) 21847) ((-353 . -1019) 21831) ((-347 . -1019) 21815) ((-321 . -303) 21753) ((-339 . -1019) 21737) ((-220 . -284) T) ((-421 . -110) 21716) ((-59 . -599) 21648) ((-166 . -169) T) ((-1098 . -832) T) ((-107 . -1019) 21608) ((-873 . -1078) T) ((-819 . -1037) T) ((-812 . -1037) T) ((-678 . -35) NIL) ((-678 . -94) NIL) ((-307 . -973) 21569) ((-180 . -101) T) ((-568 . -445) T) ((-552 . -445) T) ((-487 . -445) T) ((-401 . -357) T) ((-235 . -1030) 21499) ((-1128 . -34) T) ((-470 . -901) T) ((-980 . -625) 21447) ((-245 . -590) 21424) ((-244 . -590) 21401) ((-1058 . -371) 21385) ((-852 . -506) 21293) ((-235 . -228) 21245) ((-1136 . -1191) T) ((-809 . -599) 21227) ((-1260 . -1090) T) ((-1252 . -599) 21209) ((-1210 . -169) 21100) ((-107 . -371) 21082) ((-107 . -332) 21064) ((-1041 . -284) T) ((-933 . -284) 20995) ((-784 . -362) 20974) ((-631 . -1191) T) ((-618 . -1191) T) ((-474 . -284) 20905) ((-559 . -169) T) ((-321 . -276) 20889) ((-1260 . -23) T) ((-1185 . -101) T) ((-1172 . -1078) T) ((-1066 . -1078) T) ((-1054 . -1078) T) ((-82 . -599) 20871) ((-696 . -101) T) ((-349 . -343) 20850) ((-594 . -1078) T) ((-346 . -343) 20829) ((-338 . -343) 20808) ((-468 . -1078) T) ((-1164 . -224) 20758) ((-258 . -247) 20720) ((-1120 . -129) T) ((-594 . -596) 20696) ((-1058 . -881) 20629) ((-985 . -1030) T) ((-895 . -1030) T) ((-468 . -596) 20608) ((-1145 . -777) NIL) ((-1145 . -780) NIL) ((-1080 . -600) 20569) ((-472 . -224) 20519) ((-1080 . -599) 20501) ((-985 . -238) T) ((-985 . -228) T) ((-421 . -1030) T) ((-939 . -1078) 20451) ((-895 . -238) T) ((-847 . -129) T) ((-683 . -445) T) ((-825 . -1090) 20430) ((-107 . -881) NIL) ((-1185 . -278) 20396) ((-853 . -830) 20375) ((-1091 . -1191) T) ((-886 . -711) T) ((-166 . -506) 20287) ((-980 . -25) T) ((-886 . -466) T) ((-401 . -1090) T) ((-480 . -779) T) ((-480 . -776) T) ((-891 . -343) T) ((-480 . -711) T) ((-212 . -779) T) ((-212 . -776) T) ((-980 . -21) T) ((-212 . -711) T) ((-825 . -23) 20239) ((-313 . -301) 20218) ((-1016 . -230) 20164) ((-401 . -23) T) ((-924 . -600) 20125) ((-924 . -599) 20037) ((-629 . -482) 20021) ((-45 . -991) 19971) ((-603 . -948) T) ((-483 . -101) T) ((-325 . -599) 19953) ((-1091 . -1019) 19780) ((-580 . -635) 19762) ((-127 . -1078) T) ((-580 . -367) 19744) ((-337 . -1244) 19721) ((-1008 . -1191) T) ((-852 . -284) T) ((-1210 . -506) 19668) ((-469 . -1191) T) ((-456 . -1191) T) ((-573 . -101) T) ((-1150 . -280) 19595) ((-609 . -445) 19574) ((-981 . -976) 19558) ((-1252 . -376) 19530) ((-509 . -1078) T) ((-116 . -445) T) ((-1171 . -101) T) ((-1070 . -1078) 19508) ((-1015 . -1078) T) ((-1093 . -92) T) ((-874 . -832) T) ((-345 . -1195) T) ((-1229 . -1036) 19391) ((-1091 . -371) 19360) ((-1222 . -1036) 19195) ((-1201 . -1036) 18985) ((-1229 . -110) 18854) ((-1222 . -110) 18675) ((-1201 . -110) 18444) ((-1185 . -303) 18431) ((-345 . -544) T) ((-359 . -599) 18413) ((-283 . -301) T) ((-583 . -1036) 18386) ((-582 . -1036) 18269) ((-355 . -1078) T) ((-316 . -1078) T) ((-245 . -599) 18230) ((-244 . -599) 18191) ((-984 . -129) T) ((-621 . -23) T) ((-678 . -403) 18158) ((-593 . -23) T) ((-642 . -101) T) ((-583 . -110) 18129) ((-582 . -110) 17998) ((-373 . -1078) T) ((-330 . -101) T) ((-166 . -284) 17909) ((-1200 . -830) 17862) ((-699 . -1037) T) ((-1125 . -506) 17795) ((-1091 . -881) 17727) ((-819 . -1078) T) ((-812 . -1078) T) ((-810 . -1078) T) ((-96 . -101) T) ((-141 . -832) T) ((-598 . -865) 17711) ((-109 . -1191) T) ((-1065 . -101) T) ((-1042 . -34) T) ((-767 . -101) T) ((-765 . -101) T) ((-454 . -101) T) ((-447 . -101) T) ((-235 . -780) 17662) ((-235 . -777) 17613) ((-633 . -101) T) ((-1210 . -284) 17524) ((-648 . -620) 17508) ((-181 . -599) 17490) ((-629 . -280) 17467) ((-1015 . -702) 17451) ((-559 . -284) T) ((-944 . -632) 17376) ((-1260 . -129) T) ((-720 . -632) 17336) ((-700 . -632) 17323) ((-269 . -101) T) ((-446 . -632) 17253) ((-50 . -101) T) ((-569 . -101) T) ((-510 . -101) T) ((-1229 . -1030) T) ((-1222 . -1030) T) ((-1201 . -1030) T) ((-1229 . -228) 17212) ((-316 . -702) 17194) ((-1222 . -238) 17173) ((-1222 . -228) 17125) ((-1201 . -228) 17012) ((-1201 . -238) 16991) ((-1185 . -38) 16888) ((-985 . -780) T) ((-583 . -1030) T) ((-582 . -1030) T) ((-985 . -777) T) ((-952 . -780) T) ((-952 . -777) T) ((-853 . -1037) T) ((-851 . -850) 16872) ((-108 . -599) 16854) ((-678 . -445) T) ((-373 . -702) 16819) ((-412 . -632) 16793) ((-697 . -832) 16772) ((-696 . -38) 16737) ((-582 . -228) 16696) ((-40 . -709) 16668) ((-345 . -323) 16645) ((-345 . -357) T) ((-1058 . -301) 16596) ((-288 . -1090) 16477) ((-1084 . -1191) T) ((-168 . -101) T) ((-1204 . -599) 16444) ((-825 . -129) 16396) ((-629 . -1225) 16380) ((-819 . -702) 16350) ((-812 . -702) 16320) ((-475 . -1191) T) ((-353 . -301) T) ((-347 . -301) T) ((-339 . -301) T) ((-629 . -590) 16297) ((-401 . -129) T) ((-512 . -650) 16281) ((-107 . -301) T) ((-288 . -23) 16164) ((-512 . -635) 16148) ((-678 . -396) NIL) ((-512 . -367) 16132) ((-285 . -599) 16114) ((-90 . -1078) 16092) ((-107 . -1003) T) ((-552 . -140) T) ((-1237 . -148) 16076) ((-475 . -1019) 15903) ((-1223 . -142) 15864) ((-1223 . -144) 15825) ((-1034 . -1191) T) ((-974 . -599) 15807) ((-844 . -599) 15789) ((-801 . -1036) 15632) ((-1248 . -92) T) ((-1247 . -92) T) ((-1074 . -1078) T) ((-1068 . -1078) T) ((-1065 . -303) 15619) ((-1052 . -1078) T) ((-222 . -1191) T) ((-1045 . -1078) T) ((-1017 . -1078) T) ((-1000 . -1078) T) ((-767 . -303) 15606) ((-765 . -303) 15593) ((-1150 . -600) NIL) ((-801 . -110) 15422) ((-1150 . -599) 15404) ((-612 . -1078) T) ((-565 . -170) T) ((-521 . -170) T) ((-447 . -303) 15391) ((-476 . -1078) T) ((-1103 . -599) 15373) ((-1103 . -600) 15121) ((-1015 . -169) T) ((-213 . -1078) T) ((-836 . -599) 15103) ((-924 . -282) 15080) ((-594 . -506) 14863) ((-803 . -1019) 14847) ((-468 . -506) 14639) ((-944 . -711) T) ((-720 . -711) T) ((-700 . -711) T) ((-345 . -1090) T) ((-1157 . -599) 14621) ((-218 . -101) T) ((-475 . -371) 14590) ((-507 . -1078) T) ((-502 . -1078) T) ((-500 . -1078) T) ((-784 . -632) 14564) ((-1005 . -445) T) ((-939 . -506) 14497) ((-345 . -23) T) ((-621 . -129) T) ((-593 . -129) T) ((-348 . -445) T) ((-235 . -362) 14476) ((-373 . -169) T) ((-1221 . -1037) T) ((-1200 . -1037) T) ((-220 . -983) T) ((-683 . -381) T) ((-412 . -711) T) ((-685 . -1195) T) ((-1120 . -625) 14424) ((-568 . -850) 14408) ((-1137 . -1167) 14384) ((-685 . -544) T) ((-125 . -1078) 14362) ((-1252 . -1036) 14346) ((-699 . -1078) T) ((-475 . -881) 14278) ((-182 . -1078) T) ((-642 . -38) 14248) ((-348 . -396) T) ((-310 . -144) 14227) ((-310 . -142) 14206) ((-127 . -506) NIL) ((-115 . -544) T) ((-307 . -144) 14162) ((-307 . -142) 14118) ((-48 . -445) T) ((-159 . -1078) T) ((-154 . -1078) T) ((-1137 . -106) 14065) ((-767 . -1129) 14043) ((-673 . -34) T) ((-1252 . -110) 14022) ((-538 . -34) T) ((-477 . -106) 14006) ((-245 . -282) 13983) ((-244 . -282) 13960) ((-852 . -280) 13911) ((-45 . -1191) T) ((-801 . -1030) T) ((-1156 . -47) 13888) ((-801 . -320) 13850) ((-1065 . -38) 13699) ((-801 . -228) 13678) ((-767 . -38) 13507) ((-765 . -38) 13356) ((-447 . -38) 13205) ((-1093 . -599) 13171) ((-1096 . -101) T) ((-629 . -600) 13132) ((-629 . -599) 13044) ((-569 . -1129) T) ((-510 . -1129) T) ((-1125 . -482) 13028) ((-1177 . -1078) 13006) ((-1120 . -25) T) ((-1120 . -21) T) ((-467 . -1037) T) ((-1201 . -777) NIL) ((-1201 . -780) NIL) ((-980 . -832) 12985) ((-804 . -599) 12967) ((-847 . -21) T) ((-847 . -25) T) ((-784 . -711) T) ((-171 . -1195) T) ((-569 . -38) 12932) ((-510 . -38) 12897) ((-380 . -599) 12879) ((-318 . -599) 12861) ((-166 . -280) 12819) ((-62 . -1191) T) ((-111 . -101) T) ((-853 . -1078) T) ((-171 . -544) T) ((-699 . -702) 12789) ((-288 . -129) 12672) ((-220 . -599) 12654) ((-220 . -600) 12584) ((-984 . -625) 12523) ((-1252 . -1030) T) ((-1098 . -144) T) ((-618 . -1167) 12498) ((-716 . -890) 12477) ((-580 . -34) T) ((-631 . -106) 12461) ((-618 . -106) 12407) ((-1210 . -280) 12334) ((-716 . -632) 12259) ((-289 . -1191) T) ((-1156 . -1019) 12155) ((-565 . -564) T) ((-565 . -519) T) ((-521 . -519) T) ((-1145 . -890) NIL) ((-1041 . -600) 12070) ((-1041 . -599) 12052) ((-933 . -599) 12034) ((-337 . -101) T) ((-244 . -1036) 11931) ((-245 . -1036) 11828) ((-388 . -101) T) ((-31 . -1078) T) ((-933 . -600) 11689) ((-698 . -599) 11671) ((-1250 . -1184) 11640) ((-474 . -599) 11622) ((-474 . -600) 11483) ((-242 . -405) 11467) ((-258 . -405) 11451) ((-244 . -110) 11341) ((-245 . -110) 11231) ((-1152 . -632) 11156) ((-1151 . -632) 11053) ((-1145 . -632) 10905) ((-1104 . -632) 10830) ((-345 . -129) T) ((-81 . -434) T) ((-81 . -389) T) ((-984 . -25) T) ((-984 . -21) T) ((-854 . -1078) 10781) ((-853 . -702) 10733) ((-373 . -284) T) ((-166 . -983) 10685) ((-678 . -381) T) ((-980 . -978) 10669) ((-685 . -1090) T) ((-678 . -163) 10651) ((-1221 . -1078) T) ((-1200 . -1078) T) ((-310 . -1176) 10630) ((-310 . -1179) 10609) ((-1142 . -101) T) ((-310 . -940) 10588) ((-132 . -1090) T) ((-115 . -1090) T) ((-588 . -1235) 10572) ((-685 . -23) T) ((-588 . -1078) 10522) ((-90 . -506) 10455) ((-171 . -357) T) ((-310 . -94) 10434) ((-310 . -35) 10413) ((-594 . -482) 10347) ((-132 . -23) T) ((-115 . -23) T) ((-947 . -101) T) ((-703 . -1078) T) ((-468 . -482) 10284) ((-401 . -625) 10232) ((-637 . -1019) 10128) ((-939 . -482) 10112) ((-349 . -1037) T) ((-346 . -1037) T) ((-338 . -1037) T) ((-258 . -1037) T) ((-242 . -1037) T) ((-852 . -600) NIL) ((-852 . -599) 10094) ((-1260 . -21) T) ((-1248 . -599) 10060) ((-1247 . -599) 10026) ((-559 . -983) T) ((-716 . -711) T) ((-1260 . -25) T) ((-245 . -1030) 9956) ((-244 . -1030) 9886) ((-71 . -1191) T) ((-245 . -228) 9838) ((-244 . -228) 9790) ((-40 . -101) T) ((-891 . -1037) T) ((-127 . -482) 9772) ((-1159 . -101) T) ((-1152 . -711) T) ((-1151 . -711) T) ((-1145 . -711) T) ((-1145 . -776) NIL) ((-1145 . -779) NIL) ((-935 . -101) T) ((-902 . -101) T) ((-1104 . -711) T) ((-756 . -101) T) ((-656 . -101) T) ((-467 . -1078) T) ((-333 . -1090) T) ((-171 . -1090) T) ((-313 . -901) 9751) ((-1221 . -702) 9592) ((-853 . -169) T) ((-1200 . -702) 9406) ((-825 . -21) 9358) ((-825 . -25) 9310) ((-240 . -1127) 9294) ((-125 . -506) 9227) ((-401 . -25) T) ((-401 . -21) T) ((-333 . -23) T) ((-166 . -600) 8993) ((-166 . -599) 8975) ((-171 . -23) T) ((-629 . -282) 8952) ((-512 . -34) T) ((-879 . -599) 8934) ((-88 . -1191) T) ((-823 . -599) 8916) ((-793 . -599) 8898) ((-754 . -599) 8880) ((-661 . -599) 8862) ((-235 . -632) 8710) ((-1154 . -1078) T) ((-1150 . -1036) 8533) ((-1128 . -1191) T) ((-1103 . -1036) 8376) ((-836 . -1036) 8360) ((-1150 . -110) 8169) ((-1103 . -110) 7998) ((-836 . -110) 7977) ((-1210 . -600) NIL) ((-1210 . -599) 7959) ((-337 . -1129) T) ((-837 . -599) 7941) ((-1054 . -280) 7920) ((-79 . -1191) T) ((-985 . -890) NIL) ((-594 . -280) 7896) ((-1177 . -506) 7829) ((-480 . -1191) T) ((-559 . -599) 7811) ((-468 . -280) 7790) ((-509 . -92) T) ((-212 . -1191) T) ((-1065 . -226) 7774) ((-283 . -901) T) ((-802 . -301) 7753) ((-851 . -101) T) ((-767 . -226) 7737) ((-985 . -632) 7687) ((-939 . -280) 7664) ((-895 . -632) 7616) ((-621 . -21) T) ((-621 . -25) T) ((-593 . -21) T) ((-337 . -38) 7581) ((-678 . -709) 7548) ((-480 . -865) 7530) ((-480 . -867) 7512) ((-467 . -702) 7353) ((-212 . -865) 7335) ((-63 . -1191) T) ((-212 . -867) 7317) ((-593 . -25) T) ((-421 . -632) 7291) ((-480 . -1019) 7251) ((-853 . -506) 7163) ((-212 . -1019) 7123) ((-235 . -34) T) ((-981 . -1078) 7101) ((-1221 . -169) 7032) ((-1200 . -169) 6963) ((-697 . -142) 6942) ((-697 . -144) 6921) ((-685 . -129) T) ((-134 . -458) 6898) ((-1125 . -599) 6830) ((-642 . -640) 6814) ((-127 . -280) 6789) ((-115 . -129) T) ((-470 . -1195) T) ((-594 . -590) 6765) ((-468 . -590) 6744) ((-330 . -329) 6713) ((-528 . -1078) T) ((-470 . -544) T) ((-1150 . -1030) T) ((-1103 . -1030) T) ((-836 . -1030) T) ((-235 . -776) 6692) ((-235 . -779) 6643) ((-235 . -778) 6622) ((-1150 . -320) 6599) ((-235 . -711) 6509) ((-939 . -19) 6493) ((-480 . -371) 6475) ((-480 . -332) 6457) ((-1103 . -320) 6429) ((-348 . -1244) 6406) ((-212 . -371) 6388) ((-212 . -332) 6370) ((-939 . -590) 6347) ((-1150 . -228) T) ((-648 . -1078) T) ((-630 . -1078) T) ((-1233 . -1078) T) ((-1164 . -1078) T) ((-1065 . -247) 6284) ((-349 . -1078) T) ((-346 . -1078) T) ((-338 . -1078) T) ((-258 . -1078) T) ((-242 . -1078) T) ((-83 . -1191) T) ((-126 . -101) 6262) ((-120 . -101) 6240) ((-1164 . -596) 6219) ((-472 . -1078) T) ((-1119 . -1078) T) ((-472 . -596) 6198) ((-245 . -780) 6149) ((-245 . -777) 6100) ((-244 . -780) 6051) ((-40 . -1129) NIL) ((-244 . -777) 6002) ((-127 . -19) 5984) ((-1058 . -901) 5935) ((-985 . -779) T) ((-985 . -776) T) ((-985 . -711) T) ((-952 . -779) T) ((-127 . -590) 5910) ((-895 . -711) T) ((-90 . -482) 5894) ((-480 . -881) NIL) ((-891 . -1078) T) ((-220 . -1036) 5859) ((-853 . -284) T) ((-212 . -881) NIL) ((-818 . -1090) 5838) ((-58 . -1078) 5788) ((-511 . -1078) 5766) ((-508 . -1078) 5716) ((-489 . -1078) 5694) ((-488 . -1078) 5644) ((-568 . -101) T) ((-552 . -101) T) ((-487 . -101) T) ((-467 . -169) 5575) ((-353 . -901) T) ((-347 . -901) T) ((-339 . -901) T) ((-220 . -110) 5531) ((-818 . -23) 5483) ((-421 . -711) T) ((-107 . -901) T) ((-40 . -38) 5428) ((-107 . -805) T) ((-569 . -343) T) ((-510 . -343) T) ((-1200 . -506) 5288) ((-310 . -445) 5267) ((-307 . -445) T) ((-819 . -280) 5246) ((-333 . -129) T) ((-171 . -129) T) ((-288 . -25) 5110) ((-288 . -21) 4993) ((-45 . -1167) 4972) ((-65 . -599) 4954) ((-873 . -599) 4936) ((-588 . -506) 4869) ((-45 . -106) 4819) ((-1080 . -419) 4803) ((-1080 . -362) 4782) ((-1042 . -1191) T) ((-1041 . -1036) 4769) ((-933 . -1036) 4612) ((-1238 . -101) T) ((-1237 . -101) 4562) ((-474 . -1036) 4405) ((-648 . -702) 4389) ((-1041 . -110) 4374) ((-933 . -110) 4203) ((-470 . -357) T) ((-349 . -702) 4155) ((-346 . -702) 4107) ((-338 . -702) 4059) ((-258 . -702) 3908) ((-242 . -702) 3757) ((-1229 . -632) 3682) ((-1201 . -890) NIL) ((-1074 . -92) T) ((-1068 . -92) T) ((-924 . -635) 3666) ((-1052 . -92) T) ((-474 . -110) 3495) ((-1045 . -92) T) ((-1017 . -92) T) ((-924 . -367) 3479) ((-243 . -101) T) ((-1000 . -92) T) ((-73 . -599) 3461) ((-944 . -47) 3440) ((-607 . -1090) T) ((-1 . -1078) T) ((-695 . -101) T) ((-683 . -101) T) ((-1222 . -632) 3337) ((-612 . -92) T) ((-1172 . -599) 3319) ((-1066 . -599) 3301) ((-125 . -482) 3285) ((-476 . -92) T) ((-1054 . -599) 3267) ((-384 . -23) T) ((-86 . -1191) T) ((-213 . -92) T) ((-1201 . -632) 3119) ((-891 . -702) 3084) ((-607 . -23) T) ((-594 . -599) 3066) ((-594 . -600) NIL) ((-468 . -600) NIL) ((-468 . -599) 3048) ((-503 . -1078) T) ((-499 . -1078) T) ((-345 . -25) T) ((-345 . -21) T) ((-126 . -303) 2986) ((-120 . -303) 2924) ((-583 . -632) 2911) ((-220 . -1030) T) ((-582 . -632) 2836) ((-373 . -983) T) ((-220 . -238) T) ((-220 . -228) T) ((-939 . -600) 2797) ((-939 . -599) 2709) ((-851 . -38) 2696) ((-1221 . -284) 2647) ((-1200 . -284) 2598) ((-1098 . -445) T) ((-494 . -832) T) ((-310 . -1117) 2577) ((-980 . -144) 2556) ((-980 . -142) 2535) ((-487 . -303) 2522) ((-289 . -1167) 2501) ((-470 . -1090) T) ((-852 . -1036) 2446) ((-609 . -101) T) ((-1177 . -482) 2430) ((-245 . -362) 2409) ((-244 . -362) 2388) ((-1041 . -1030) T) ((-289 . -106) 2338) ((-127 . -600) NIL) ((-127 . -599) 2304) ((-116 . -101) T) ((-933 . -1030) T) ((-852 . -110) 2233) ((-470 . -23) T) ((-474 . -1030) T) ((-1041 . -228) T) ((-933 . -320) 2202) ((-474 . -320) 2159) ((-349 . -169) T) ((-346 . -169) T) ((-338 . -169) T) ((-258 . -169) 2070) ((-242 . -169) 1981) ((-944 . -1019) 1877) ((-720 . -1019) 1848) ((-509 . -599) 1814) ((-1083 . -101) T) ((-1070 . -599) 1781) ((-1015 . -599) 1763) ((-1229 . -711) T) ((-1222 . -711) T) ((-1201 . -776) NIL) ((-166 . -1036) 1673) ((-1201 . -779) NIL) ((-891 . -169) T) ((-1201 . -711) T) ((-1250 . -148) 1657) ((-984 . -336) 1631) ((-981 . -506) 1564) ((-825 . -832) 1543) ((-552 . -1129) T) ((-467 . -284) 1494) ((-583 . -711) T) ((-355 . -599) 1476) ((-316 . -599) 1458) ((-412 . -1019) 1354) ((-582 . -711) T) ((-401 . -832) 1305) ((-166 . -110) 1201) ((-818 . -129) 1153) ((-722 . -148) 1137) ((-1237 . -303) 1075) ((-480 . -301) T) ((-373 . -599) 1042) ((-512 . -991) 1026) ((-373 . -600) 940) ((-212 . -301) T) ((-138 . -148) 922) ((-699 . -280) 901) ((-480 . -1003) T) ((-568 . -38) 888) ((-552 . -38) 875) ((-487 . -38) 840) ((-212 . -1003) T) ((-852 . -1030) T) ((-819 . -599) 822) ((-812 . -599) 804) ((-810 . -599) 786) ((-801 . -890) 765) ((-1261 . -1090) T) ((-1210 . -1036) 588) ((-837 . -1036) 572) ((-852 . -238) T) ((-852 . -228) NIL) ((-673 . -1191) T) ((-1261 . -23) T) ((-801 . -632) 497) ((-538 . -1191) T) ((-412 . -332) 481) ((-559 . -1036) 468) ((-1210 . -110) 277) ((-685 . -625) 259) ((-837 . -110) 238) ((-375 . -23) T) ((-1164 . -506) 30) ((-646 . -1078) T) ((-665 . -1078) T) ((-660 . -1078) T)) \ No newline at end of file
+(((-471 . -1079) T) ((-258 . -507) 152953) ((-242 . -507) 152896) ((-240 . -1079) 152846) ((-560 . -110) 152831) ((-524 . -23) T) ((-136 . -1079) T) ((-135 . -1079) T) ((-116 . -303) 152788) ((-131 . -1079) T) ((-472 . -507) 152580) ((-662 . -603) 152564) ((-679 . -101) T) ((-1120 . -507) 152483) ((-384 . -129) T) ((-1251 . -958) 152452) ((-31 . -92) T) ((-589 . -482) 152436) ((-608 . -129) T) ((-805 . -829) T) ((-516 . -56) 152386) ((-58 . -507) 152319) ((-512 . -507) 152252) ((-412 . -882) 152211) ((-166 . -1031) T) ((-509 . -507) 152144) ((-490 . -507) 152077) ((-489 . -507) 152010) ((-785 . -1020) 151793) ((-684 . -38) 151758) ((-1211 . -603) 151638) ((-337 . -343) T) ((-1073 . -1072) 151622) ((-1073 . -1079) 151600) ((-838 . -603) 151496) ((-166 . -238) 151447) ((-166 . -228) 151398) ((-1073 . -1074) 151356) ((-854 . -280) 151314) ((-220 . -781) T) ((-220 . -778) T) ((-679 . -278) NIL) ((-560 . -603) 151296) ((-1129 . -1168) 151275) ((-401 . -974) 151259) ((-686 . -21) T) ((-686 . -25) T) ((-1253 . -633) 151233) ((-310 . -157) 151212) ((-310 . -140) 151191) ((-1129 . -106) 151141) ((-132 . -25) T) ((-40 . -226) 151118) ((-115 . -21) T) ((-115 . -25) T) ((-595 . -282) 151094) ((-468 . -282) 151073) ((-1211 . -1031) T) ((-838 . -1031) T) ((-785 . -332) 151057) ((-116 . -1130) NIL) ((-90 . -600) 150989) ((-470 . -129) T) ((-581 . -1192) T) ((-1211 . -320) 150966) ((-560 . -1031) T) ((-1211 . -228) T) ((-647 . -703) 150950) ((-1075 . -600) 150916) ((-940 . -282) 150893) ((-59 . -34) T) ((-1069 . -600) 150859) ((-1053 . -600) 150825) ((-1042 . -781) T) ((-1042 . -778) T) ((-802 . -712) T) ((-717 . -47) 150790) ((-610 . -38) 150777) ((-349 . -284) T) ((-346 . -284) T) ((-338 . -284) T) ((-258 . -284) 150708) ((-242 . -284) 150639) ((-1046 . -600) 150605) ((-1018 . -600) 150571) ((-1006 . -101) T) ((-1001 . -600) 150537) ((-407 . -712) T) ((-116 . -38) 150482) ((-613 . -600) 150448) ((-407 . -466) T) ((-476 . -600) 150414) ((-348 . -101) T) ((-213 . -600) 150380) ((-1186 . -1038) T) ((-697 . -1038) T) ((-1153 . -47) 150357) ((-1152 . -47) 150327) ((-1146 . -47) 150304) ((-127 . -282) 150279) ((-1017 . -148) 150225) ((-892 . -284) T) ((-1105 . -47) 150197) ((-679 . -303) NIL) ((-508 . -600) 150179) ((-503 . -600) 150161) ((-501 . -600) 150143) ((-321 . -1079) 150093) ((-698 . -445) 150024) ((-48 . -101) T) ((-1222 . -280) 150009) ((-1201 . -280) 149929) ((-630 . -651) 149913) ((-630 . -636) 149897) ((-333 . -21) T) ((-333 . -25) T) ((-40 . -343) NIL) ((-171 . -21) T) ((-171 . -25) T) ((-630 . -367) 149881) ((-589 . -280) 149858) ((-592 . -600) 149825) ((-382 . -101) T) ((-1099 . -140) T) ((-125 . -600) 149757) ((-856 . -1079) T) ((-643 . -405) 149741) ((-700 . -600) 149723) ((-182 . -600) 149705) ((-154 . -600) 149687) ((-159 . -600) 149669) ((-1253 . -712) T) ((-1081 . -34) T) ((-853 . -781) NIL) ((-853 . -778) NIL) ((-841 . -833) T) ((-717 . -868) NIL) ((-1262 . -129) T) ((-375 . -129) T) ((-874 . -603) 149637) ((-886 . -101) T) ((-717 . -1020) 149513) ((-524 . -129) T) ((-1066 . -405) 149497) ((-982 . -482) 149481) ((-116 . -394) 149458) ((-1146 . -1192) 149437) ((-768 . -405) 149421) ((-766 . -405) 149405) ((-925 . -34) T) ((-679 . -1130) NIL) ((-245 . -633) 149240) ((-244 . -633) 149062) ((-803 . -902) 149041) ((-447 . -405) 149025) ((-589 . -19) 149009) ((-1125 . -1185) 148978) ((-1146 . -868) NIL) ((-1146 . -866) 148930) ((-589 . -591) 148907) ((-1178 . -600) 148839) ((-1154 . -600) 148821) ((-61 . -389) T) ((-1152 . -1020) 148756) ((-1146 . -1020) 148722) ((-679 . -38) 148672) ((-467 . -280) 148657) ((-717 . -371) 148641) ((-643 . -1038) T) ((-1222 . -984) 148607) ((-1201 . -984) 148573) ((-1067 . -603) 148557) ((-1043 . -1168) 148532) ((-1055 . -603) 148509) ((-854 . -601) 148316) ((-854 . -600) 148298) ((-1165 . -482) 148235) ((-412 . -1004) 148213) ((-48 . -303) 148200) ((-1043 . -106) 148146) ((-472 . -482) 148083) ((-513 . -1192) T) ((-1146 . -332) 148035) ((-1120 . -482) 148006) ((-1146 . -371) 147958) ((-1066 . -1038) T) ((-431 . -101) T) ((-180 . -1079) T) ((-245 . -34) T) ((-244 . -34) T) ((-768 . -1038) T) ((-766 . -1038) T) ((-717 . -882) 147935) ((-447 . -1038) T) ((-58 . -482) 147919) ((-1016 . -1037) 147893) ((-512 . -482) 147877) ((-509 . -482) 147861) ((-490 . -482) 147845) ((-489 . -482) 147829) ((-240 . -507) 147762) ((-1016 . -110) 147729) ((-1153 . -882) 147642) ((-1152 . -882) 147548) ((-1146 . -882) 147381) ((-655 . -1091) T) ((-1105 . -882) 147365) ((-631 . -92) T) ((-348 . -1130) T) ((-316 . -1037) 147347) ((-245 . -777) 147326) ((-245 . -780) 147277) ((-245 . -779) 147256) ((-244 . -777) 147235) ((-244 . -780) 147186) ((-244 . -779) 147165) ((-31 . -600) 147131) ((-50 . -1038) T) ((-245 . -712) 147041) ((-244 . -712) 146951) ((-1186 . -1079) T) ((-655 . -23) T) ((-570 . -1038) T) ((-511 . -1038) T) ((-373 . -1037) 146916) ((-316 . -110) 146891) ((-72 . -377) T) ((-72 . -389) T) ((-1006 . -38) 146828) ((-679 . -394) 146810) ((-98 . -101) T) ((-697 . -1079) T) ((-985 . -142) 146782) ((-985 . -144) 146754) ((-373 . -110) 146710) ((-313 . -1196) 146689) ((-467 . -984) 146655) ((-348 . -38) 146620) ((-40 . -364) 146592) ((-855 . -600) 146464) ((-126 . -124) 146448) ((-120 . -124) 146432) ((-820 . -1037) 146402) ((-819 . -21) 146354) ((-813 . -1037) 146338) ((-819 . -25) 146290) ((-313 . -545) 146241) ((-553 . -814) T) ((-235 . -1192) T) ((-820 . -110) 146206) ((-813 . -110) 146185) ((-1222 . -600) 146167) ((-1201 . -600) 146149) ((-1201 . -601) 145820) ((-1151 . -891) 145799) ((-1104 . -891) 145778) ((-48 . -38) 145743) ((-1260 . -1091) T) ((-589 . -600) 145655) ((-589 . -601) 145616) ((-1258 . -1091) T) ((-355 . -603) 145600) ((-316 . -603) 145584) ((-235 . -1020) 145411) ((-1151 . -633) 145336) ((-1104 . -633) 145261) ((-704 . -600) 145243) ((-837 . -633) 145217) ((-1260 . -23) T) ((-484 . -1079) T) ((-1258 . -23) T) ((-373 . -603) 145177) ((-1016 . -1031) T) ((-1165 . -280) 145156) ((-166 . -362) 145107) ((-986 . -1192) T) ((-820 . -603) 145076) ((-44 . -23) T) ((-472 . -280) 145055) ((-574 . -1079) T) ((-1125 . -1088) 145024) ((-1083 . -1082) 144976) ((-384 . -21) T) ((-384 . -25) T) ((-149 . -1091) T) ((-1266 . -101) T) ((-986 . -866) 144958) ((-986 . -868) 144940) ((-1186 . -703) 144837) ((-610 . -226) 144821) ((-608 . -21) T) ((-283 . -545) T) ((-608 . -25) T) ((-1172 . -1079) T) ((-697 . -703) 144786) ((-235 . -371) 144755) ((-986 . -1020) 144715) ((-373 . -1031) T) ((-218 . -1038) T) ((-116 . -226) 144692) ((-58 . -280) 144669) ((-149 . -23) T) ((-509 . -280) 144646) ((-321 . -507) 144579) ((-489 . -280) 144556) ((-373 . -238) T) ((-373 . -228) T) ((-820 . -1031) T) ((-813 . -1031) T) ((-698 . -931) 144525) ((-686 . -833) T) ((-467 . -600) 144507) ((-813 . -228) 144486) ((-132 . -833) T) ((-643 . -1079) T) ((-1165 . -591) 144465) ((-539 . -1168) 144444) ((-330 . -1079) T) ((-313 . -357) 144423) ((-401 . -144) 144402) ((-401 . -142) 144381) ((-946 . -1091) 144280) ((-235 . -882) 144212) ((-801 . -1091) 144122) ((-639 . -835) 144106) ((-472 . -591) 144085) ((-539 . -106) 144035) ((-986 . -371) 144017) ((-986 . -332) 143999) ((-96 . -1079) T) ((-946 . -23) 143810) ((-470 . -21) T) ((-470 . -25) T) ((-801 . -23) 143680) ((-1155 . -600) 143662) ((-58 . -19) 143646) ((-1155 . -601) 143568) ((-1151 . -712) T) ((-1104 . -712) T) ((-509 . -19) 143552) ((-489 . -19) 143536) ((-58 . -591) 143513) ((-1066 . -1079) T) ((-883 . -101) 143491) ((-837 . -712) T) ((-768 . -1079) T) ((-509 . -591) 143468) ((-489 . -591) 143445) ((-766 . -1079) T) ((-766 . -1045) 143412) ((-454 . -1079) T) ((-447 . -1079) T) ((-574 . -703) 143387) ((-634 . -1079) T) ((-986 . -882) NIL) ((-1230 . -47) 143364) ((-614 . -1091) T) ((-655 . -129) T) ((-1224 . -101) T) ((-1223 . -47) 143334) ((-1202 . -47) 143311) ((-1186 . -169) 143262) ((-1059 . -1196) 143213) ((-269 . -1079) T) ((-84 . -434) T) ((-84 . -389) T) ((-1152 . -301) 143192) ((-1146 . -301) 143171) ((-50 . -1079) T) ((-1059 . -545) 143122) ((-697 . -169) T) ((-583 . -47) 143099) ((-220 . -633) 143064) ((-570 . -1079) T) ((-511 . -1079) T) ((-353 . -1196) T) ((-347 . -1196) T) ((-339 . -1196) T) ((-480 . -806) T) ((-480 . -902) T) ((-313 . -1091) T) ((-107 . -1196) T) ((-333 . -833) T) ((-212 . -902) T) ((-212 . -806) T) ((-700 . -1037) 143034) ((-353 . -545) T) ((-347 . -545) T) ((-339 . -545) T) ((-107 . -545) T) ((-643 . -703) 143004) ((-1146 . -1004) NIL) ((-313 . -23) T) ((-66 . -1192) T) ((-982 . -600) 142936) ((-679 . -226) 142918) ((-700 . -110) 142883) ((-630 . -34) T) ((-240 . -482) 142867) ((-1081 . -1077) 142851) ((-168 . -1079) T) ((-934 . -891) 142830) ((-508 . -603) 142814) ((-474 . -891) 142793) ((-1266 . -1130) T) ((-1262 . -21) T) ((-1262 . -25) T) ((-1260 . -129) T) ((-1258 . -129) T) ((-1251 . -101) T) ((-1066 . -703) 142642) ((-1042 . -633) 142629) ((-934 . -633) 142554) ((-768 . -703) 142383) ((-529 . -600) 142365) ((-529 . -601) 142346) ((-766 . -703) 142195) ((-1234 . -600) 142161) ((-1056 . -101) T) ((-375 . -25) T) ((-375 . -21) T) ((-474 . -633) 142086) ((-454 . -703) 142057) ((-447 . -703) 141906) ((-969 . -101) T) ((-1223 . -1020) 141841) ((-1202 . -1192) 141820) ((-1202 . -868) NIL) ((-723 . -101) T) ((-1202 . -866) 141772) ((-1165 . -601) NIL) ((-1165 . -600) 141754) ((-1121 . -1102) 141699) ((-524 . -25) T) ((-1028 . -1185) 141628) ((-883 . -303) 141566) ((-700 . -603) 141535) ((-337 . -1038) T) ((-138 . -101) T) ((-44 . -129) T) ((-283 . -1091) T) ((-666 . -92) T) ((-661 . -92) T) ((-649 . -600) 141517) ((-631 . -600) 141470) ((-471 . -92) T) ((-349 . -600) 141452) ((-346 . -600) 141434) ((-338 . -600) 141416) ((-258 . -601) 141164) ((-258 . -600) 141146) ((-242 . -600) 141128) ((-242 . -601) 140989) ((-136 . -92) T) ((-135 . -92) T) ((-131 . -92) T) ((-1202 . -1020) 140955) ((-1186 . -507) 140922) ((-1120 . -600) 140904) ((-805 . -840) T) ((-805 . -712) T) ((-589 . -282) 140881) ((-570 . -703) 140846) ((-472 . -601) NIL) ((-472 . -600) 140828) ((-511 . -703) 140773) ((-310 . -101) T) ((-307 . -101) T) ((-283 . -23) T) ((-149 . -129) T) ((-380 . -712) T) ((-854 . -1037) 140725) ((-892 . -600) 140707) ((-892 . -601) 140689) ((-854 . -110) 140627) ((-700 . -1031) T) ((-698 . -1214) 140611) ((-134 . -101) T) ((-113 . -101) T) ((-679 . -343) NIL) ((-512 . -600) 140543) ((-373 . -781) T) ((-218 . -1079) T) ((-373 . -778) T) ((-220 . -780) T) ((-220 . -777) T) ((-58 . -601) 140504) ((-58 . -600) 140416) ((-220 . -712) T) ((-509 . -601) 140377) ((-509 . -600) 140289) ((-490 . -600) 140221) ((-489 . -601) 140182) ((-489 . -600) 140094) ((-1059 . -357) 140045) ((-40 . -405) 140022) ((-76 . -1192) T) ((-853 . -891) NIL) ((-353 . -323) 140006) ((-353 . -357) T) ((-347 . -323) 139990) ((-347 . -357) T) ((-339 . -323) 139974) ((-339 . -357) T) ((-310 . -278) 139953) ((-107 . -357) T) ((-69 . -1192) T) ((-1202 . -332) 139905) ((-853 . -633) 139850) ((-1202 . -371) 139802) ((-946 . -129) 139657) ((-801 . -129) 139527) ((-940 . -636) 139511) ((-1066 . -169) 139422) ((-940 . -367) 139406) ((-1042 . -780) T) ((-1042 . -777) T) ((-854 . -603) 139270) ((-768 . -169) 139161) ((-766 . -169) 139072) ((-802 . -47) 139034) ((-1042 . -712) T) ((-321 . -482) 139018) ((-934 . -712) T) ((-447 . -169) 138929) ((-240 . -280) 138906) ((-474 . -712) T) ((-1251 . -303) 138844) ((-1230 . -882) 138757) ((-1223 . -882) 138663) ((-1222 . -1037) 138498) ((-1202 . -882) 138331) ((-1201 . -1037) 138139) ((-1186 . -284) 138118) ((-1125 . -148) 138102) ((-1099 . -101) T) ((-1097 . -1079) T) ((-1059 . -23) T) ((-1054 . -101) T) ((-909 . -937) T) ((-723 . -303) 138040) ((-74 . -1192) T) ((-30 . -937) T) ((-166 . -891) 137993) ((-649 . -376) 137965) ((-111 . -827) T) ((-1 . -600) 137947) ((-1059 . -1091) T) ((-127 . -636) 137929) ((-50 . -607) 137913) ((-985 . -403) 137885) ((-583 . -882) 137798) ((-432 . -101) T) ((-138 . -303) NIL) ((-127 . -367) 137780) ((-854 . -1031) T) ((-819 . -833) 137759) ((-80 . -1192) T) ((-697 . -284) T) ((-40 . -1038) T) ((-570 . -169) T) ((-511 . -169) T) ((-504 . -600) 137741) ((-166 . -633) 137651) ((-500 . -600) 137633) ((-345 . -144) 137615) ((-345 . -142) T) ((-353 . -1091) T) ((-347 . -1091) T) ((-339 . -1091) T) ((-986 . -301) T) ((-896 . -301) T) ((-854 . -238) T) ((-107 . -1091) T) ((-854 . -228) 137594) ((-1222 . -110) 137415) ((-1201 . -110) 137204) ((-240 . -1226) 137188) ((-553 . -831) T) ((-353 . -23) T) ((-348 . -343) T) ((-310 . -303) 137175) ((-307 . -303) 137116) ((-347 . -23) T) ((-313 . -129) T) ((-339 . -23) T) ((-986 . -1004) T) ((-107 . -23) T) ((-240 . -591) 137093) ((-1224 . -38) 136985) ((-1211 . -891) 136964) ((-111 . -1079) T) ((-1017 . -101) T) ((-1211 . -633) 136889) ((-853 . -780) NIL) ((-838 . -633) 136863) ((-853 . -777) NIL) ((-802 . -868) NIL) ((-853 . -712) T) ((-1066 . -507) 136736) ((-768 . -507) 136683) ((-766 . -507) 136635) ((-560 . -633) 136622) ((-802 . -1020) 136450) ((-447 . -507) 136393) ((-382 . -383) T) ((-1222 . -603) 136377) ((-1201 . -603) 136163) ((-59 . -1192) T) ((-608 . -833) 136142) ((-493 . -646) T) ((-1125 . -958) 136111) ((-985 . -445) T) ((-684 . -831) T) ((-503 . -778) T) ((-467 . -1037) 135946) ((-337 . -1079) T) ((-307 . -1130) NIL) ((-283 . -129) T) ((-388 . -1079) T) ((-679 . -364) 135913) ((-852 . -1038) T) ((-218 . -607) 135890) ((-321 . -280) 135867) ((-467 . -110) 135688) ((-1222 . -1031) T) ((-1201 . -1031) T) ((-802 . -371) 135672) ((-166 . -712) T) ((-639 . -101) T) ((-1222 . -238) 135651) ((-1222 . -228) 135603) ((-1201 . -228) 135508) ((-1201 . -238) 135487) ((-985 . -396) NIL) ((-655 . -626) 135435) ((-310 . -38) 135345) ((-307 . -38) 135274) ((-68 . -600) 135256) ((-313 . -486) 135222) ((-1165 . -282) 135201) ((-1092 . -1091) 135111) ((-82 . -1192) T) ((-60 . -600) 135093) ((-472 . -282) 135072) ((-1253 . -1020) 135049) ((-1143 . -1079) T) ((-1092 . -23) 134919) ((-802 . -882) 134855) ((-1211 . -712) T) ((-1081 . -1192) T) ((-1066 . -284) 134786) ((-948 . -1079) T) ((-875 . -101) T) ((-768 . -284) 134697) ((-321 . -19) 134681) ((-58 . -282) 134658) ((-766 . -284) 134589) ((-838 . -712) T) ((-116 . -831) NIL) ((-509 . -282) 134566) ((-321 . -591) 134543) ((-489 . -282) 134520) ((-447 . -284) 134451) ((-1017 . -303) 134302) ((-560 . -712) T) ((-666 . -600) 134252) ((-661 . -600) 134218) ((-647 . -600) 134200) ((-471 . -600) 134166) ((-240 . -601) 134127) ((-240 . -600) 134039) ((-208 . -101) T) ((-136 . -600) 134005) ((-135 . -600) 133971) ((-131 . -600) 133937) ((-1126 . -34) T) ((-925 . -1192) T) ((-337 . -703) 133882) ((-655 . -25) T) ((-655 . -21) T) ((-467 . -1031) T) ((-622 . -411) 133847) ((-594 . -411) 133812) ((-1099 . -1130) T) ((-570 . -284) T) ((-511 . -284) T) ((-1223 . -301) 133791) ((-467 . -228) 133743) ((-467 . -238) 133722) ((-1202 . -301) 133701) ((-1202 . -1004) NIL) ((-1059 . -129) T) ((-854 . -781) 133680) ((-141 . -101) T) ((-40 . -1079) T) ((-854 . -778) 133659) ((-630 . -992) 133643) ((-569 . -1038) T) ((-553 . -1038) T) ((-488 . -1038) T) ((-401 . -445) T) ((-353 . -129) T) ((-310 . -394) 133627) ((-307 . -394) 133588) ((-347 . -129) T) ((-339 . -129) T) ((-1160 . -1079) T) ((-1099 . -38) 133575) ((-1073 . -600) 133542) ((-107 . -129) T) ((-936 . -1079) T) ((-903 . -1079) T) ((-757 . -1079) T) ((-657 . -1079) T) ((-499 . -1062) T) ((-686 . -144) T) ((-115 . -144) T) ((-1260 . -21) T) ((-1260 . -25) T) ((-1258 . -21) T) ((-1258 . -25) T) ((-649 . -1037) 133526) ((-524 . -833) T) ((-493 . -833) T) ((-349 . -1037) 133478) ((-346 . -1037) 133430) ((-338 . -1037) 133382) ((-245 . -1192) T) ((-244 . -1192) T) ((-258 . -1037) 133225) ((-242 . -1037) 133068) ((-649 . -110) 133047) ((-349 . -110) 132985) ((-346 . -110) 132923) ((-338 . -110) 132861) ((-258 . -110) 132690) ((-242 . -110) 132519) ((-803 . -1196) 132498) ((-610 . -405) 132482) ((-44 . -21) T) ((-44 . -25) T) ((-801 . -626) 132388) ((-803 . -545) 132367) ((-245 . -1020) 132194) ((-244 . -1020) 132021) ((-125 . -118) 132005) ((-892 . -1037) 131970) ((-684 . -1038) T) ((-698 . -101) T) ((-337 . -169) T) ((-149 . -21) T) ((-149 . -25) T) ((-87 . -600) 131952) ((-892 . -110) 131908) ((-40 . -703) 131853) ((-852 . -1079) T) ((-649 . -603) 131830) ((-349 . -603) 131814) ((-346 . -603) 131798) ((-338 . -603) 131782) ((-321 . -601) 131743) ((-321 . -600) 131655) ((-258 . -603) 131499) ((-242 . -603) 131375) ((-1201 . -778) 131328) ((-1201 . -781) 131281) ((-245 . -371) 131250) ((-244 . -371) 131219) ((-639 . -38) 131189) ((-595 . -34) T) ((-475 . -1091) 131099) ((-468 . -34) T) ((-1092 . -129) 130969) ((-946 . -25) 130780) ((-892 . -603) 130767) ((-856 . -600) 130749) ((-946 . -21) 130704) ((-801 . -21) 130614) ((-801 . -25) 130465) ((-610 . -1038) T) ((-1157 . -545) 130444) ((-1151 . -47) 130421) ((-349 . -1031) T) ((-346 . -1031) T) ((-475 . -23) 130291) ((-338 . -1031) T) ((-242 . -1031) T) ((-258 . -1031) T) ((-1104 . -47) 130263) ((-116 . -1038) T) ((-1016 . -633) 130237) ((-940 . -34) T) ((-349 . -228) 130216) ((-349 . -238) T) ((-346 . -228) 130195) ((-346 . -238) T) ((-338 . -228) 130174) ((-242 . -320) 130131) ((-338 . -238) T) ((-258 . -320) 130103) ((-258 . -228) 130082) ((-1135 . -148) 130066) ((-245 . -882) 129998) ((-244 . -882) 129930) ((-1061 . -833) T) ((-1205 . -1192) T) ((-408 . -1091) T) ((-1035 . -23) T) ((-892 . -1031) T) ((-316 . -633) 129912) ((-1006 . -831) T) ((-1186 . -984) 129878) ((-1152 . -902) 129857) ((-1146 . -902) 129836) ((-1146 . -806) NIL) ((-892 . -238) T) ((-803 . -357) 129815) ((-379 . -23) T) ((-126 . -1079) 129793) ((-120 . -1079) 129771) ((-892 . -228) T) ((-127 . -34) T) ((-373 . -633) 129736) ((-852 . -703) 129723) ((-1028 . -148) 129688) ((-40 . -169) T) ((-679 . -405) 129670) ((-698 . -303) 129657) ((-820 . -633) 129617) ((-813 . -633) 129591) ((-313 . -25) T) ((-313 . -21) T) ((-643 . -280) 129570) ((-569 . -1079) T) ((-553 . -1079) T) ((-488 . -1079) T) ((-240 . -282) 129547) ((-307 . -226) 129508) ((-1151 . -868) NIL) ((-1104 . -868) 129367) ((-128 . -833) T) ((-1151 . -1020) 129247) ((-1104 . -1020) 129130) ((-180 . -600) 129112) ((-837 . -1020) 129008) ((-768 . -280) 128935) ((-803 . -1091) T) ((-1016 . -712) T) ((-589 . -636) 128919) ((-1028 . -958) 128848) ((-981 . -101) T) ((-803 . -23) T) ((-698 . -1130) 128826) ((-679 . -1038) T) ((-589 . -367) 128810) ((-345 . -445) T) ((-337 . -284) T) ((-1239 . -1079) T) ((-243 . -1079) T) ((-393 . -101) T) ((-283 . -21) T) ((-283 . -25) T) ((-355 . -712) T) ((-696 . -1079) T) ((-684 . -1079) T) ((-355 . -466) T) ((-1186 . -600) 128792) ((-1151 . -371) 128776) ((-1104 . -371) 128760) ((-1006 . -405) 128722) ((-138 . -224) 128704) ((-373 . -780) T) ((-373 . -777) T) ((-852 . -169) T) ((-373 . -712) T) ((-697 . -600) 128686) ((-698 . -38) 128515) ((-1238 . -1236) 128499) ((-345 . -396) T) ((-1238 . -1079) 128449) ((-569 . -703) 128436) ((-553 . -703) 128423) ((-488 . -703) 128388) ((-310 . -616) 128367) ((-820 . -712) T) ((-813 . -712) T) ((-630 . -1192) T) ((-1059 . -626) 128315) ((-1151 . -882) 128258) ((-1104 . -882) 128242) ((-647 . -1037) 128226) ((-107 . -626) 128208) ((-475 . -129) 128078) ((-1157 . -1091) T) ((-934 . -47) 128047) ((-610 . -1079) T) ((-647 . -110) 128026) ((-484 . -600) 127992) ((-321 . -282) 127969) ((-474 . -47) 127926) ((-1157 . -23) T) ((-116 . -1079) T) ((-102 . -101) 127904) ((-1250 . -1091) T) ((-1035 . -129) T) ((-1006 . -1038) T) ((-805 . -1020) 127888) ((-985 . -710) 127860) ((-1250 . -23) T) ((-684 . -703) 127825) ((-574 . -600) 127807) ((-380 . -1020) 127791) ((-348 . -1038) T) ((-379 . -129) T) ((-318 . -1020) 127775) ((-220 . -868) 127757) ((-986 . -902) T) ((-90 . -34) T) ((-986 . -806) T) ((-896 . -902) T) ((-480 . -1196) T) ((-1172 . -600) 127739) ((-1084 . -1079) T) ((-212 . -1196) T) ((-981 . -303) 127704) ((-220 . -1020) 127664) ((-40 . -284) T) ((-1059 . -21) T) ((-1059 . -25) T) ((-1099 . -814) T) ((-480 . -545) T) ((-700 . -633) 127624) ((-212 . -545) T) ((-353 . -25) T) ((-353 . -21) T) ((-347 . -25) T) ((-347 . -21) T) ((-339 . -25) T) ((-339 . -21) T) ((-107 . -25) T) ((-107 . -21) T) ((-48 . -1038) T) ((-569 . -169) T) ((-553 . -169) T) ((-488 . -169) T) ((-643 . -600) 127606) ((-723 . -722) 127590) ((-330 . -600) 127572) ((-67 . -377) T) ((-67 . -389) T) ((-1081 . -106) 127556) ((-1042 . -868) 127538) ((-934 . -868) 127463) ((-638 . -1091) T) ((-610 . -703) 127450) ((-474 . -868) NIL) ((-1125 . -101) T) ((-1042 . -1020) 127432) ((-96 . -600) 127414) ((-470 . -144) T) ((-934 . -1020) 127294) ((-116 . -703) 127239) ((-638 . -23) T) ((-474 . -1020) 127115) ((-1066 . -601) NIL) ((-1066 . -600) 127097) ((-768 . -601) NIL) ((-768 . -600) 127058) ((-766 . -601) 126692) ((-766 . -600) 126606) ((-1092 . -626) 126512) ((-454 . -600) 126494) ((-447 . -600) 126476) ((-447 . -601) 126337) ((-1017 . -224) 126283) ((-854 . -891) 126262) ((-125 . -34) T) ((-803 . -129) T) ((-634 . -600) 126244) ((-567 . -101) T) ((-349 . -1257) 126228) ((-346 . -1257) 126212) ((-338 . -1257) 126196) ((-126 . -507) 126129) ((-120 . -507) 126062) ((-504 . -778) T) ((-504 . -781) T) ((-503 . -780) T) ((-102 . -303) 126000) ((-217 . -101) 125978) ((-679 . -1079) T) ((-684 . -169) T) ((-854 . -633) 125930) ((-64 . -378) T) ((-269 . -600) 125912) ((-64 . -389) T) ((-934 . -371) 125896) ((-852 . -284) T) ((-50 . -600) 125878) ((-981 . -38) 125826) ((-570 . -600) 125808) ((-474 . -371) 125792) ((-570 . -601) 125774) ((-511 . -600) 125756) ((-892 . -1257) 125743) ((-853 . -1192) T) ((-686 . -445) T) ((-488 . -507) 125709) ((-480 . -357) T) ((-349 . -362) 125688) ((-346 . -362) 125667) ((-338 . -362) 125646) ((-700 . -712) T) ((-212 . -357) T) ((-115 . -445) T) ((-1261 . -1252) 125630) ((-853 . -866) 125607) ((-853 . -868) NIL) ((-946 . -833) 125506) ((-801 . -833) 125457) ((-639 . -641) 125441) ((-1178 . -34) T) ((-168 . -600) 125423) ((-1092 . -21) 125333) ((-1092 . -25) 125184) ((-853 . -1020) 125161) ((-934 . -882) 125142) ((-1211 . -47) 125119) ((-892 . -362) T) ((-58 . -636) 125103) ((-509 . -636) 125087) ((-474 . -882) 125064) ((-70 . -434) T) ((-70 . -389) T) ((-489 . -636) 125048) ((-58 . -367) 125032) ((-610 . -169) T) ((-509 . -367) 125016) ((-489 . -367) 125000) ((-813 . -694) 124984) ((-1151 . -301) 124963) ((-1157 . -129) T) ((-116 . -169) T) ((-1125 . -303) 124901) ((-166 . -1192) T) ((-622 . -730) 124885) ((-594 . -730) 124869) ((-1250 . -129) T) ((-1223 . -902) 124848) ((-1202 . -902) 124827) ((-1202 . -806) NIL) ((-679 . -703) 124777) ((-1201 . -891) 124730) ((-1006 . -1079) T) ((-853 . -371) 124707) ((-853 . -332) 124684) ((-887 . -1091) T) ((-166 . -866) 124668) ((-166 . -868) 124593) ((-480 . -1091) T) ((-348 . -1079) T) ((-212 . -1091) T) ((-75 . -434) T) ((-75 . -389) T) ((-166 . -1020) 124489) ((-313 . -833) T) ((-1238 . -507) 124422) ((-1222 . -633) 124319) ((-1201 . -633) 124189) ((-854 . -780) 124168) ((-854 . -777) 124147) ((-854 . -712) T) ((-480 . -23) T) ((-218 . -600) 124129) ((-171 . -445) T) ((-217 . -303) 124067) ((-85 . -434) T) ((-85 . -389) T) ((-212 . -23) T) ((-1262 . -1255) 124046) ((-569 . -284) T) ((-553 . -284) T) ((-662 . -1020) 124030) ((-488 . -284) T) ((-134 . -463) 123985) ((-48 . -1079) T) ((-698 . -226) 123969) ((-853 . -882) NIL) ((-1211 . -868) NIL) ((-871 . -101) T) ((-867 . -101) T) ((-382 . -1079) T) ((-166 . -371) 123953) ((-166 . -332) 123937) ((-1211 . -1020) 123817) ((-838 . -1020) 123713) ((-1121 . -101) T) ((-638 . -129) T) ((-116 . -507) 123621) ((-647 . -778) 123600) ((-647 . -781) 123579) ((-560 . -1020) 123561) ((-288 . -1245) 123531) ((-848 . -101) T) ((-945 . -545) 123510) ((-1186 . -1037) 123393) ((-475 . -626) 123299) ((-886 . -1079) T) ((-1006 . -703) 123236) ((-697 . -1037) 123201) ((-604 . -101) T) ((-589 . -34) T) ((-1126 . -1192) T) ((-1186 . -110) 123070) ((-467 . -633) 122967) ((-348 . -703) 122912) ((-166 . -882) 122871) ((-684 . -284) T) ((-679 . -169) T) ((-697 . -110) 122827) ((-1266 . -1038) T) ((-1211 . -371) 122811) ((-412 . -1196) 122789) ((-1097 . -600) 122771) ((-307 . -831) NIL) ((-412 . -545) T) ((-220 . -301) T) ((-1201 . -777) 122724) ((-1201 . -780) 122677) ((-1222 . -712) T) ((-1201 . -712) T) ((-48 . -703) 122642) ((-220 . -1004) T) ((-345 . -1245) 122619) ((-1224 . -405) 122585) ((-704 . -712) T) ((-1211 . -882) 122528) ((-111 . -600) 122510) ((-111 . -601) 122492) ((-704 . -466) T) ((-475 . -21) 122402) ((-126 . -482) 122386) ((-120 . -482) 122370) ((-475 . -25) 122221) ((-610 . -284) T) ((-574 . -1037) 122196) ((-431 . -1079) T) ((-1042 . -301) T) ((-116 . -284) T) ((-1083 . -101) T) ((-985 . -101) T) ((-574 . -110) 122164) ((-1121 . -303) 122102) ((-1186 . -1031) T) ((-1042 . -1004) T) ((-65 . -1192) T) ((-1035 . -25) T) ((-1035 . -21) T) ((-697 . -1031) T) ((-379 . -21) T) ((-379 . -25) T) ((-679 . -507) NIL) ((-1006 . -169) T) ((-697 . -238) T) ((-1042 . -538) T) ((-499 . -101) T) ((-495 . -101) T) ((-348 . -169) T) ((-337 . -600) 122084) ((-388 . -600) 122066) ((-467 . -712) T) ((-1099 . -831) T) ((-874 . -1020) 122034) ((-107 . -833) T) ((-643 . -1037) 122018) ((-480 . -129) T) ((-1224 . -1038) T) ((-212 . -129) T) ((-1135 . -101) 121996) ((-98 . -1079) T) ((-240 . -651) 121980) ((-240 . -636) 121964) ((-643 . -110) 121943) ((-574 . -603) 121927) ((-310 . -405) 121911) ((-240 . -367) 121895) ((-1138 . -230) 121842) ((-981 . -226) 121826) ((-73 . -1192) T) ((-48 . -169) T) ((-686 . -381) T) ((-686 . -140) T) ((-1261 . -101) T) ((-1066 . -1037) 121669) ((-258 . -891) 121648) ((-242 . -891) 121627) ((-768 . -1037) 121450) ((-766 . -1037) 121293) ((-595 . -1192) T) ((-1143 . -600) 121275) ((-1066 . -110) 121104) ((-1028 . -101) T) ((-468 . -1192) T) ((-454 . -1037) 121075) ((-447 . -1037) 120918) ((-649 . -633) 120902) ((-853 . -301) T) ((-768 . -110) 120711) ((-766 . -110) 120540) ((-349 . -633) 120492) ((-346 . -633) 120444) ((-338 . -633) 120396) ((-258 . -633) 120321) ((-242 . -633) 120246) ((-1137 . -833) T) ((-1067 . -1020) 120230) ((-454 . -110) 120191) ((-447 . -110) 120020) ((-1055 . -1020) 119997) ((-982 . -34) T) ((-948 . -600) 119979) ((-940 . -1192) T) ((-125 . -992) 119963) ((-945 . -1091) T) ((-853 . -1004) NIL) ((-721 . -1091) T) ((-701 . -1091) T) ((-643 . -603) 119859) ((-1238 . -482) 119843) ((-1121 . -38) 119803) ((-945 . -23) T) ((-826 . -101) T) ((-803 . -21) T) ((-803 . -25) T) ((-721 . -23) T) ((-701 . -23) T) ((-109 . -646) T) ((-892 . -633) 119768) ((-570 . -1037) 119733) ((-511 . -1037) 119678) ((-222 . -56) 119636) ((-446 . -23) T) ((-401 . -101) T) ((-257 . -101) T) ((-679 . -284) T) ((-848 . -38) 119606) ((-570 . -110) 119562) ((-511 . -110) 119491) ((-1066 . -603) 119318) ((-412 . -1091) T) ((-310 . -1038) 119208) ((-307 . -1038) T) ((-127 . -1192) T) ((-768 . -603) 119067) ((-766 . -603) 118924) ((-643 . -1031) T) ((-1266 . -1079) T) ((-447 . -603) 118800) ((-166 . -301) 118731) ((-412 . -23) T) ((-40 . -600) 118713) ((-40 . -601) 118697) ((-107 . -974) 118679) ((-115 . -851) 118663) ((-634 . -603) 118647) ((-48 . -507) 118613) ((-1178 . -992) 118597) ((-1160 . -600) 118579) ((-1165 . -34) T) ((-936 . -600) 118545) ((-903 . -600) 118527) ((-1092 . -833) 118478) ((-757 . -600) 118460) ((-657 . -600) 118442) ((-1135 . -303) 118380) ((-472 . -34) T) ((-1071 . -1192) T) ((-470 . -445) T) ((-1120 . -34) T) ((-1066 . -1031) T) ((-50 . -603) 118364) ((-768 . -1031) T) ((-766 . -1031) T) ((-632 . -230) 118348) ((-619 . -230) 118294) ((-570 . -603) 118281) ((-511 . -603) 118258) ((-1211 . -301) 118237) ((-1066 . -320) 118198) ((-447 . -1031) T) ((-1157 . -21) T) ((-1066 . -228) 118177) ((-768 . -320) 118154) ((-768 . -228) T) ((-766 . -320) 118126) ((-717 . -1196) 118105) ((-321 . -636) 118089) ((-1157 . -25) T) ((-58 . -34) T) ((-512 . -34) T) ((-509 . -34) T) ((-447 . -320) 118068) ((-321 . -367) 118052) ((-490 . -34) T) ((-489 . -34) T) ((-985 . -1130) NIL) ((-717 . -545) 117983) ((-622 . -101) T) ((-594 . -101) T) ((-349 . -712) T) ((-346 . -712) T) ((-338 . -712) T) ((-258 . -712) T) ((-242 . -712) T) ((-1028 . -303) 117891) ((-883 . -1079) 117869) ((-50 . -1031) T) ((-1250 . -21) T) ((-1250 . -25) T) ((-1153 . -545) 117848) ((-1152 . -1196) 117827) ((-570 . -1031) T) ((-511 . -1031) T) ((-1146 . -1196) 117806) ((-355 . -1020) 117790) ((-316 . -1020) 117774) ((-1006 . -284) T) ((-373 . -868) 117756) ((-1152 . -545) 117707) ((-1146 . -545) 117658) ((-985 . -38) 117603) ((-785 . -1091) T) ((-892 . -712) T) ((-570 . -238) T) ((-570 . -228) T) ((-511 . -228) T) ((-511 . -238) T) ((-1105 . -545) 117582) ((-348 . -284) T) ((-632 . -680) 117566) ((-373 . -1020) 117526) ((-1099 . -1038) T) ((-102 . -124) 117510) ((-785 . -23) T) ((-1238 . -280) 117487) ((-401 . -303) 117452) ((-1260 . -1255) 117428) ((-1258 . -1255) 117407) ((-1224 . -1079) T) ((-852 . -600) 117389) ((-820 . -1020) 117358) ((-198 . -773) T) ((-197 . -773) T) ((-196 . -773) T) ((-195 . -773) T) ((-194 . -773) T) ((-193 . -773) T) ((-192 . -773) T) ((-191 . -773) T) ((-190 . -773) T) ((-189 . -773) T) ((-488 . -984) T) ((-268 . -822) T) ((-267 . -822) T) ((-266 . -822) T) ((-265 . -822) T) ((-48 . -284) T) ((-264 . -822) T) ((-263 . -822) T) ((-262 . -822) T) ((-188 . -773) T) ((-599 . -833) T) ((-639 . -405) 117342) ((-218 . -603) 117319) ((-109 . -833) T) ((-638 . -21) T) ((-638 . -25) T) ((-1261 . -38) 117289) ((-116 . -280) 117240) ((-1238 . -19) 117224) ((-1238 . -591) 117201) ((-1251 . -1079) T) ((-1056 . -1079) T) ((-969 . -1079) T) ((-945 . -129) T) ((-723 . -1079) T) ((-721 . -129) T) ((-701 . -129) T) ((-504 . -779) T) ((-401 . -1130) 117179) ((-446 . -129) T) ((-504 . -780) T) ((-218 . -1031) T) ((-288 . -101) 116961) ((-138 . -1079) T) ((-684 . -984) T) ((-90 . -1192) T) ((-126 . -600) 116893) ((-120 . -600) 116825) ((-1266 . -169) T) ((-1152 . -357) 116804) ((-1146 . -357) 116783) ((-310 . -1079) T) ((-412 . -129) T) ((-307 . -1079) T) ((-401 . -38) 116735) ((-1112 . -101) T) ((-1224 . -703) 116627) ((-639 . -1038) T) ((-1114 . -1233) T) ((-313 . -142) 116606) ((-313 . -144) 116585) ((-134 . -1079) T) ((-113 . -1079) T) ((-841 . -101) T) ((-569 . -600) 116567) ((-553 . -601) 116466) ((-553 . -600) 116448) ((-488 . -600) 116430) ((-488 . -601) 116375) ((-478 . -23) T) ((-475 . -833) 116326) ((-480 . -626) 116308) ((-947 . -600) 116290) ((-212 . -626) 116272) ((-220 . -398) T) ((-647 . -633) 116256) ((-1151 . -902) 116235) ((-717 . -1091) T) ((-345 . -101) T) ((-1191 . -1062) T) ((-804 . -833) T) ((-717 . -23) T) ((-337 . -1037) 116180) ((-1137 . -1136) T) ((-1126 . -106) 116164) ((-1153 . -1091) T) ((-1152 . -1091) T) ((-508 . -1020) 116148) ((-1146 . -1091) T) ((-1105 . -1091) T) ((-337 . -110) 116077) ((-986 . -1196) T) ((-125 . -1192) T) ((-896 . -1196) T) ((-679 . -280) NIL) ((-1239 . -600) 116059) ((-1153 . -23) T) ((-1152 . -23) T) ((-1146 . -23) T) ((-986 . -545) T) ((-1121 . -226) 116043) ((-896 . -545) T) ((-1105 . -23) T) ((-243 . -600) 116025) ((-1054 . -1079) T) ((-785 . -129) T) ((-696 . -600) 116007) ((-310 . -703) 115917) ((-307 . -703) 115846) ((-684 . -600) 115828) ((-684 . -601) 115773) ((-401 . -394) 115757) ((-432 . -1079) T) ((-480 . -25) T) ((-480 . -21) T) ((-1099 . -1079) T) ((-212 . -25) T) ((-212 . -21) T) ((-698 . -405) 115741) ((-700 . -1020) 115710) ((-1238 . -600) 115622) ((-1238 . -601) 115583) ((-1224 . -169) T) ((-240 . -34) T) ((-337 . -603) 115560) ((-908 . -956) T) ((-1178 . -1192) T) ((-647 . -777) 115539) ((-647 . -780) 115518) ((-392 . -389) T) ((-516 . -101) 115496) ((-1017 . -1079) T) ((-217 . -977) 115480) ((-497 . -101) T) ((-610 . -600) 115462) ((-45 . -833) NIL) ((-610 . -601) 115439) ((-1017 . -597) 115414) ((-883 . -507) 115347) ((-337 . -1031) T) ((-116 . -601) NIL) ((-116 . -600) 115329) ((-854 . -1192) T) ((-655 . -411) 115313) ((-655 . -1102) 115258) ((-493 . -148) 115240) ((-337 . -228) T) ((-337 . -238) T) ((-40 . -1037) 115185) ((-854 . -866) 115169) ((-854 . -868) 115094) ((-698 . -1038) T) ((-679 . -984) NIL) ((-3 . |UnionCategory|) T) ((-1222 . -47) 115064) ((-1201 . -47) 115041) ((-1120 . -992) 115012) ((-220 . -902) T) ((-40 . -110) 114941) ((-854 . -1020) 114805) ((-1099 . -703) 114792) ((-1084 . -600) 114774) ((-1059 . -144) 114753) ((-1059 . -142) 114704) ((-986 . -357) T) ((-313 . -1180) 114670) ((-373 . -301) T) ((-313 . -1177) 114636) ((-310 . -169) 114615) ((-307 . -169) T) ((-985 . -226) 114592) ((-896 . -357) T) ((-570 . -1257) 114579) ((-511 . -1257) 114556) ((-353 . -144) 114535) ((-353 . -142) 114486) ((-347 . -144) 114465) ((-347 . -142) 114416) ((-595 . -1168) 114392) ((-339 . -144) 114371) ((-339 . -142) 114322) ((-313 . -35) 114288) ((-468 . -1168) 114267) ((0 . |EnumerationCategory|) T) ((-313 . -94) 114233) ((-373 . -1004) T) ((-107 . -144) T) ((-107 . -142) NIL) ((-45 . -230) 114183) ((-639 . -1079) T) ((-595 . -106) 114130) ((-478 . -129) T) ((-468 . -106) 114080) ((-235 . -1091) 113990) ((-854 . -371) 113974) ((-854 . -332) 113958) ((-235 . -23) 113828) ((-40 . -603) 113716) ((-1042 . -902) T) ((-1042 . -806) T) ((-570 . -362) T) ((-511 . -362) T) ((-345 . -1130) T) ((-321 . -34) T) ((-44 . -411) 113700) ((-1160 . -603) 113635) ((-855 . -1192) T) ((-384 . -730) 113619) ((-1251 . -507) 113552) ((-717 . -129) T) ((-657 . -603) 113536) ((-1230 . -545) 113515) ((-1223 . -1196) 113494) ((-1223 . -545) 113445) ((-1202 . -1196) 113424) ((-305 . -1062) T) ((-1202 . -545) 113375) ((-723 . -507) 113308) ((-1201 . -1192) 113287) ((-1201 . -868) 113160) ((-875 . -1079) T) ((-141 . -827) T) ((-1201 . -866) 113130) ((-676 . -600) 113112) ((-1153 . -129) T) ((-516 . -303) 113050) ((-1152 . -129) T) ((-138 . -507) NIL) ((-1146 . -129) T) ((-1105 . -129) T) ((-1006 . -984) T) ((-986 . -23) T) ((-345 . -38) 113015) ((-986 . -1091) T) ((-896 . -1091) T) ((-81 . -600) 112997) ((-40 . -1031) T) ((-852 . -1037) 112984) ((-985 . -343) NIL) ((-854 . -882) 112943) ((-686 . -101) T) ((-953 . -23) T) ((-589 . -1192) T) ((-896 . -23) T) ((-852 . -110) 112928) ((-421 . -1091) T) ((-208 . -1079) T) ((-467 . -47) 112898) ((-132 . -101) T) ((-40 . -228) 112870) ((-40 . -238) T) ((-115 . -101) T) ((-584 . -545) 112849) ((-583 . -545) 112828) ((-679 . -600) 112810) ((-679 . -601) 112718) ((-310 . -507) 112684) ((-307 . -507) 112576) ((-1222 . -1020) 112560) ((-1201 . -1020) 112346) ((-981 . -405) 112330) ((-421 . -23) T) ((-1099 . -169) T) ((-1224 . -284) T) ((-639 . -703) 112300) ((-141 . -1079) T) ((-48 . -984) T) ((-401 . -226) 112284) ((-289 . -230) 112234) ((-853 . -902) T) ((-853 . -806) NIL) ((-847 . -833) T) ((-1201 . -332) 112204) ((-1201 . -371) 112174) ((-217 . -1100) 112158) ((-1238 . -282) 112135) ((-1186 . -633) 112060) ((-945 . -21) T) ((-945 . -25) T) ((-721 . -21) T) ((-721 . -25) T) ((-701 . -21) T) ((-701 . -25) T) ((-697 . -633) 112025) ((-446 . -21) T) ((-446 . -25) T) ((-333 . -101) T) ((-171 . -101) T) ((-981 . -1038) T) ((-852 . -1031) T) ((-760 . -101) T) ((-1223 . -357) 112004) ((-1222 . -882) 111910) ((-1202 . -357) 111889) ((-1201 . -882) 111740) ((-1006 . -600) 111722) ((-401 . -814) 111675) ((-1153 . -486) 111641) ((-166 . -902) 111572) ((-1152 . -486) 111538) ((-1146 . -486) 111504) ((-698 . -1079) T) ((-1105 . -486) 111470) ((-569 . -1037) 111457) ((-553 . -1037) 111444) ((-488 . -1037) 111409) ((-310 . -284) 111388) ((-307 . -284) T) ((-348 . -600) 111370) ((-412 . -25) T) ((-412 . -21) T) ((-98 . -280) 111349) ((-569 . -110) 111334) ((-553 . -110) 111319) ((-488 . -110) 111275) ((-1155 . -868) 111242) ((-883 . -482) 111226) ((-48 . -600) 111208) ((-48 . -601) 111153) ((-235 . -129) 111023) ((-1211 . -902) 111002) ((-802 . -1196) 110981) ((-1017 . -507) 110825) ((-382 . -600) 110807) ((-802 . -545) 110738) ((-574 . -633) 110713) ((-258 . -47) 110685) ((-242 . -47) 110642) ((-524 . -502) 110619) ((-553 . -603) 110601) ((-488 . -603) 110544) ((-982 . -1192) T) ((-684 . -1037) 110509) ((-1230 . -1091) T) ((-1223 . -1091) T) ((-1202 . -1091) T) ((-985 . -364) 110481) ((-111 . -362) T) ((-467 . -882) 110387) ((-1230 . -23) T) ((-1223 . -23) T) ((-886 . -600) 110369) ((-90 . -106) 110353) ((-1186 . -712) T) ((-887 . -833) 110304) ((-686 . -1130) T) ((-684 . -110) 110260) ((-1202 . -23) T) ((-584 . -1091) T) ((-583 . -1091) T) ((-698 . -703) 110089) ((-697 . -712) T) ((-1099 . -284) T) ((-986 . -129) T) ((-480 . -833) T) ((-953 . -129) T) ((-896 . -129) T) ((-785 . -25) T) ((-212 . -833) T) ((-785 . -21) T) ((-569 . -1031) T) ((-553 . -1031) T) ((-488 . -1031) T) ((-584 . -23) T) ((-337 . -1257) 110066) ((-313 . -445) 110045) ((-333 . -303) 110032) ((-583 . -23) T) ((-421 . -129) T) ((-643 . -633) 110006) ((-240 . -992) 109990) ((-854 . -301) T) ((-1262 . -1252) 109974) ((-757 . -778) T) ((-757 . -781) T) ((-686 . -38) 109961) ((-553 . -228) T) ((-488 . -238) T) ((-488 . -228) T) ((-1129 . -230) 109911) ((-1066 . -891) 109890) ((-115 . -38) 109877) ((-204 . -786) T) ((-203 . -786) T) ((-202 . -786) T) ((-201 . -786) T) ((-854 . -1004) 109855) ((-1251 . -482) 109839) ((-768 . -891) 109818) ((-766 . -891) 109797) ((-1165 . -1192) T) ((-447 . -891) 109776) ((-723 . -482) 109760) ((-1066 . -633) 109685) ((-684 . -603) 109630) ((-768 . -633) 109555) ((-610 . -1037) 109542) ((-472 . -1192) T) ((-337 . -362) T) ((-138 . -482) 109524) ((-766 . -633) 109449) ((-1120 . -1192) T) ((-454 . -633) 109420) ((-258 . -868) 109279) ((-242 . -868) NIL) ((-116 . -1037) 109224) ((-447 . -633) 109149) ((-649 . -1020) 109126) ((-610 . -110) 109111) ((-349 . -1020) 109095) ((-346 . -1020) 109079) ((-338 . -1020) 109063) ((-258 . -1020) 108907) ((-242 . -1020) 108783) ((-116 . -110) 108712) ((-58 . -1192) T) ((-512 . -1192) T) ((-509 . -1192) T) ((-490 . -1192) T) ((-489 . -1192) T) ((-431 . -600) 108694) ((-428 . -600) 108676) ((-3 . -101) T) ((-1009 . -1185) 108645) ((-819 . -101) T) ((-674 . -56) 108603) ((-684 . -1031) T) ((-50 . -633) 108577) ((-283 . -445) T) ((-469 . -1185) 108546) ((0 . -101) T) ((-570 . -633) 108511) ((-511 . -633) 108456) ((-49 . -101) T) ((-892 . -1020) 108443) ((-684 . -238) T) ((-1059 . -403) 108422) ((-717 . -626) 108370) ((-981 . -1079) T) ((-698 . -169) 108261) ((-610 . -603) 108144) ((-480 . -974) 108126) ((-258 . -371) 108110) ((-242 . -371) 108094) ((-393 . -1079) T) ((-1008 . -101) 108072) ((-333 . -38) 108056) ((-212 . -974) 108038) ((-116 . -603) 108015) ((-171 . -38) 107947) ((-1222 . -301) 107926) ((-1201 . -301) 107905) ((-643 . -712) T) ((-98 . -600) 107887) ((-1146 . -626) 107839) ((-478 . -25) T) ((-478 . -21) T) ((-1201 . -1004) 107791) ((-610 . -1031) T) ((-373 . -398) T) ((-384 . -101) T) ((-258 . -882) 107737) ((-242 . -882) 107714) ((-116 . -1031) T) ((-802 . -1091) T) ((-1066 . -712) T) ((-610 . -228) 107693) ((-608 . -101) T) ((-768 . -712) T) ((-766 . -712) T) ((-407 . -1091) T) ((-116 . -238) T) ((-40 . -362) NIL) ((-116 . -228) NIL) ((-447 . -712) T) ((-802 . -23) T) ((-717 . -25) T) ((-717 . -21) T) ((-688 . -833) T) ((-1056 . -280) 107672) ((-77 . -390) T) ((-77 . -389) T) ((-526 . -753) 107654) ((-679 . -1037) 107604) ((-1230 . -129) T) ((-1223 . -129) T) ((-1202 . -129) T) ((-1121 . -405) 107588) ((-622 . -361) 107520) ((-594 . -361) 107452) ((-1135 . -1128) 107436) ((-102 . -1079) 107414) ((-1153 . -25) T) ((-1153 . -21) T) ((-1152 . -21) T) ((-981 . -703) 107362) ((-218 . -633) 107329) ((-679 . -110) 107263) ((-50 . -712) T) ((-1152 . -25) T) ((-345 . -343) T) ((-1146 . -21) T) ((-1059 . -445) 107214) ((-1146 . -25) T) ((-698 . -507) 107161) ((-570 . -712) T) ((-511 . -712) T) ((-1105 . -21) T) ((-1105 . -25) T) ((-584 . -129) T) ((-583 . -129) T) ((-353 . -445) T) ((-347 . -445) T) ((-339 . -445) T) ((-467 . -301) 107140) ((-307 . -280) 107075) ((-107 . -445) T) ((-78 . -434) T) ((-78 . -389) T) ((-470 . -101) T) ((-1266 . -600) 107057) ((-1266 . -601) 107039) ((-1059 . -396) 107018) ((-1017 . -482) 106949) ((-553 . -781) T) ((-553 . -778) T) ((-1043 . -230) 106895) ((-353 . -396) 106846) ((-347 . -396) 106797) ((-339 . -396) 106748) ((-1253 . -1091) T) ((-679 . -603) 106693) ((-1253 . -23) T) ((-1240 . -101) T) ((-172 . -600) 106675) ((-1121 . -1038) T) ((-655 . -730) 106659) ((-1157 . -142) 106638) ((-1157 . -144) 106617) ((-1125 . -1079) T) ((-1125 . -1051) 106586) ((-68 . -1192) T) ((-1006 . -1037) 106523) ((-848 . -1038) T) ((-235 . -626) 106429) ((-679 . -1031) T) ((-348 . -1037) 106374) ((-60 . -1192) T) ((-1006 . -110) 106290) ((-883 . -600) 106222) ((-679 . -238) T) ((-679 . -228) NIL) ((-826 . -831) 106201) ((-684 . -781) T) ((-684 . -778) T) ((-985 . -405) 106178) ((-348 . -110) 106107) ((-373 . -902) T) ((-401 . -831) 106086) ((-698 . -284) 105997) ((-218 . -712) T) ((-1230 . -486) 105963) ((-1223 . -486) 105929) ((-1202 . -486) 105895) ((-567 . -1079) T) ((-310 . -984) 105874) ((-217 . -1079) 105852) ((-313 . -955) 105814) ((-104 . -101) T) ((-48 . -1037) 105779) ((-1262 . -101) T) ((-375 . -101) T) ((-48 . -110) 105735) ((-986 . -626) 105717) ((-1224 . -600) 105699) ((-524 . -101) T) ((-493 . -101) T) ((-1112 . -1113) 105683) ((-149 . -1245) 105667) ((-240 . -1192) T) ((-1191 . -101) T) ((-1006 . -603) 105547) ((-1151 . -1196) 105526) ((-348 . -603) 105503) ((-1104 . -1196) 105482) ((-235 . -21) 105392) ((-235 . -25) 105243) ((-126 . -118) 105227) ((-120 . -118) 105211) ((-44 . -730) 105195) ((-1151 . -545) 105106) ((-1104 . -545) 105037) ((-1017 . -280) 105012) ((-1145 . -1062) T) ((-976 . -1062) T) ((-802 . -129) T) ((-116 . -781) NIL) ((-116 . -778) NIL) ((-349 . -301) T) ((-346 . -301) T) ((-338 . -301) T) ((-1073 . -1192) T) ((-245 . -1091) 104922) ((-244 . -1091) 104832) ((-1006 . -1031) T) ((-985 . -1038) T) ((-48 . -603) 104775) ((-337 . -633) 104720) ((-608 . -38) 104704) ((-1251 . -600) 104666) ((-1251 . -601) 104627) ((-1056 . -600) 104609) ((-1006 . -238) T) ((-348 . -1031) T) ((-801 . -1245) 104579) ((-245 . -23) T) ((-244 . -23) T) ((-969 . -600) 104561) ((-723 . -601) 104522) ((-723 . -600) 104504) ((-785 . -833) 104483) ((-981 . -507) 104395) ((-348 . -228) T) ((-348 . -238) T) ((-1138 . -148) 104342) ((-986 . -25) T) ((-138 . -600) 104324) ((-138 . -601) 104283) ((-892 . -301) T) ((-986 . -21) T) ((-953 . -25) T) ((-896 . -21) T) ((-896 . -25) T) ((-421 . -21) T) ((-421 . -25) T) ((-826 . -405) 104267) ((-48 . -1031) T) ((-1260 . -1252) 104251) ((-1258 . -1252) 104235) ((-1017 . -591) 104210) ((-310 . -601) 104071) ((-310 . -600) 104053) ((-307 . -601) NIL) ((-307 . -600) 104035) ((-48 . -238) T) ((-48 . -228) T) ((-639 . -280) 103996) ((-539 . -230) 103946) ((-134 . -600) 103928) ((-113 . -600) 103910) ((-470 . -38) 103875) ((-1262 . -1259) 103854) ((-1253 . -129) T) ((-1261 . -1038) T) ((-1061 . -101) T) ((-87 . -1192) T) ((-493 . -303) NIL) ((-982 . -106) 103838) ((-871 . -1079) T) ((-867 . -1079) T) ((-1238 . -636) 103822) ((-1238 . -367) 103806) ((-321 . -1192) T) ((-581 . -833) T) ((-1121 . -1079) T) ((-1121 . -1034) 103746) ((-102 . -507) 103679) ((-909 . -600) 103661) ((-337 . -712) T) ((-30 . -600) 103643) ((-848 . -1079) T) ((-826 . -1038) 103622) ((-40 . -633) 103567) ((-220 . -1196) T) ((-401 . -1038) T) ((-1137 . -148) 103549) ((-981 . -284) 103500) ((-604 . -1079) T) ((-220 . -545) T) ((-313 . -1219) 103484) ((-313 . -1216) 103454) ((-1165 . -1168) 103433) ((-1054 . -600) 103415) ((-632 . -148) 103399) ((-619 . -148) 103345) ((-1165 . -106) 103295) ((-472 . -1168) 103274) ((-480 . -144) T) ((-480 . -142) NIL) ((-1099 . -601) 103189) ((-432 . -600) 103171) ((-212 . -144) T) ((-212 . -142) NIL) ((-1099 . -600) 103153) ((-128 . -101) T) ((-52 . -101) T) ((-1202 . -626) 103105) ((-472 . -106) 103055) ((-975 . -23) T) ((-1262 . -38) 103025) ((-1151 . -1091) T) ((-1104 . -1091) T) ((-1042 . -1196) T) ((-305 . -101) T) ((-837 . -1091) T) ((-934 . -1196) 103004) ((-474 . -1196) 102983) ((-717 . -833) 102962) ((-1042 . -545) T) ((-934 . -545) 102893) ((-1151 . -23) T) ((-1104 . -23) T) ((-837 . -23) T) ((-474 . -545) 102824) ((-1121 . -703) 102756) ((-1125 . -507) 102689) ((-1017 . -601) NIL) ((-1017 . -600) 102671) ((-95 . -1062) T) ((-848 . -703) 102641) ((-1186 . -47) 102610) ((-244 . -129) T) ((-245 . -129) T) ((-1083 . -1079) T) ((-985 . -1079) T) ((-61 . -600) 102592) ((-1146 . -833) NIL) ((-1006 . -778) T) ((-1006 . -781) T) ((-1266 . -1037) 102579) ((-1266 . -110) 102564) ((-852 . -633) 102551) ((-1230 . -25) T) ((-1230 . -21) T) ((-1223 . -21) T) ((-1223 . -25) T) ((-1202 . -21) T) ((-1202 . -25) T) ((-1009 . -148) 102535) ((-854 . -806) 102514) ((-854 . -902) T) ((-698 . -280) 102441) ((-584 . -21) T) ((-584 . -25) T) ((-583 . -21) T) ((-40 . -712) T) ((-217 . -507) 102374) ((-583 . -25) T) ((-469 . -148) 102358) ((-456 . -148) 102342) ((-903 . -780) T) ((-903 . -712) T) ((-757 . -779) T) ((-757 . -780) T) ((-499 . -1079) T) ((-495 . -1079) T) ((-757 . -712) T) ((-220 . -357) T) ((-1135 . -1079) 102320) ((-853 . -1196) T) ((-639 . -600) 102302) ((-853 . -545) T) ((-679 . -362) NIL) ((-353 . -1245) 102286) ((-655 . -101) T) ((-347 . -1245) 102270) ((-339 . -1245) 102254) ((-1261 . -1079) T) ((-513 . -833) 102233) ((-803 . -445) 102212) ((-1028 . -1079) T) ((-1028 . -1051) 102141) ((-1009 . -958) 102110) ((-805 . -1091) T) ((-985 . -703) 102055) ((-380 . -1091) T) ((-469 . -958) 102024) ((-456 . -958) 101993) ((-109 . -148) 101975) ((-72 . -600) 101957) ((-875 . -600) 101939) ((-1059 . -710) 101918) ((-1266 . -1031) T) ((-802 . -626) 101866) ((-288 . -1038) 101808) ((-166 . -1196) 101713) ((-220 . -1091) T) ((-318 . -23) T) ((-1146 . -974) 101665) ((-826 . -1079) T) ((-1224 . -1037) 101570) ((-1105 . -726) 101549) ((-1222 . -902) 101528) ((-1201 . -902) 101507) ((-852 . -712) T) ((-166 . -545) 101418) ((-569 . -633) 101405) ((-553 . -633) 101392) ((-401 . -1079) T) ((-257 . -1079) T) ((-208 . -600) 101374) ((-488 . -633) 101339) ((-220 . -23) T) ((-1201 . -806) 101292) ((-1260 . -101) T) ((-348 . -1257) 101269) ((-1258 . -101) T) ((-1224 . -110) 101161) ((-141 . -600) 101143) ((-975 . -129) T) ((-44 . -101) T) ((-235 . -833) 101094) ((-1211 . -1196) 101073) ((-102 . -482) 101057) ((-1261 . -703) 101027) ((-1066 . -47) 100988) ((-1042 . -1091) T) ((-934 . -1091) T) ((-126 . -34) T) ((-120 . -34) T) ((-768 . -47) 100965) ((-766 . -47) 100937) ((-1211 . -545) 100848) ((-348 . -362) T) ((-474 . -1091) T) ((-1151 . -129) T) ((-1104 . -129) T) ((-447 . -47) 100827) ((-853 . -357) T) ((-837 . -129) T) ((-149 . -101) T) ((-1042 . -23) T) ((-934 . -23) T) ((-560 . -545) T) ((-802 . -25) T) ((-802 . -21) T) ((-1121 . -507) 100760) ((-580 . -1062) T) ((-574 . -1020) 100744) ((-1224 . -603) 100710) ((-474 . -23) T) ((-345 . -1038) T) ((-1186 . -882) 100691) ((-655 . -303) 100629) ((-1092 . -1245) 100599) ((-684 . -633) 100564) ((-985 . -169) T) ((-945 . -142) 100543) ((-622 . -1079) T) ((-594 . -1079) T) ((-945 . -144) 100522) ((-986 . -833) T) ((-721 . -144) 100501) ((-721 . -142) 100480) ((-953 . -833) T) ((-467 . -902) 100459) ((-310 . -1037) 100369) ((-307 . -1037) 100298) ((-981 . -280) 100256) ((-401 . -703) 100208) ((-686 . -831) T) ((-1224 . -1031) T) ((-310 . -110) 100104) ((-307 . -110) 100017) ((-946 . -101) T) ((-801 . -101) 99807) ((-698 . -601) NIL) ((-698 . -600) 99789) ((-643 . -1020) 99685) ((-1224 . -320) 99629) ((-1017 . -282) 99604) ((-569 . -712) T) ((-553 . -780) T) ((-166 . -357) 99555) ((-553 . -777) T) ((-553 . -712) T) ((-488 . -712) T) ((-1125 . -482) 99539) ((-1066 . -868) NIL) ((-853 . -1091) T) ((-116 . -891) NIL) ((-1260 . -1259) 99515) ((-1258 . -1259) 99494) ((-768 . -868) NIL) ((-766 . -868) 99353) ((-1253 . -25) T) ((-1253 . -21) T) ((-1189 . -101) 99331) ((-1085 . -389) T) ((-610 . -633) 99318) ((-447 . -868) NIL) ((-660 . -101) 99296) ((-1066 . -1020) 99123) ((-853 . -23) T) ((-768 . -1020) 98982) ((-766 . -1020) 98839) ((-116 . -633) 98784) ((-447 . -1020) 98660) ((-310 . -603) 98323) ((-307 . -603) 98253) ((-634 . -1020) 98237) ((-614 . -101) T) ((-217 . -482) 98221) ((-1238 . -34) T) ((-134 . -603) 98205) ((-622 . -703) 98189) ((-594 . -703) 98173) ((-655 . -38) 98133) ((-313 . -101) T) ((-84 . -600) 98115) ((-50 . -1020) 98099) ((-1099 . -1037) 98086) ((-1066 . -371) 98070) ((-768 . -371) 98054) ((-59 . -56) 98016) ((-684 . -780) T) ((-684 . -777) T) ((-570 . -1020) 98003) ((-511 . -1020) 97980) ((-684 . -712) T) ((-318 . -129) T) ((-310 . -1031) 97870) ((-307 . -1031) T) ((-166 . -1091) T) ((-766 . -371) 97854) ((-45 . -148) 97804) ((-986 . -974) 97786) ((-447 . -371) 97770) ((-401 . -169) T) ((-310 . -238) 97749) ((-307 . -238) T) ((-307 . -228) NIL) ((-288 . -1079) 97531) ((-220 . -129) T) ((-1099 . -110) 97516) ((-166 . -23) T) ((-785 . -144) 97495) ((-785 . -142) 97474) ((-245 . -626) 97380) ((-244 . -626) 97286) ((-313 . -278) 97252) ((-1135 . -507) 97185) ((-1112 . -1079) T) ((-220 . -1040) T) ((-801 . -303) 97123) ((-1066 . -882) 97058) ((-768 . -882) 97001) ((-766 . -882) 96985) ((-1260 . -38) 96955) ((-1258 . -38) 96925) ((-1211 . -1091) T) ((-838 . -1091) T) ((-447 . -882) 96902) ((-841 . -1079) T) ((-1211 . -23) T) ((-1099 . -603) 96884) ((-560 . -1091) T) ((-838 . -23) T) ((-610 . -712) T) ((-349 . -902) T) ((-346 . -902) T) ((-283 . -101) T) ((-338 . -902) T) ((-1042 . -129) T) ((-952 . -1062) T) ((-934 . -129) T) ((-116 . -780) NIL) ((-116 . -777) NIL) ((-116 . -712) T) ((-679 . -891) NIL) ((-1028 . -507) 96785) ((-474 . -129) T) ((-560 . -23) T) ((-660 . -303) 96723) ((-622 . -747) T) ((-594 . -747) T) ((-1202 . -833) NIL) ((-985 . -284) T) ((-245 . -21) T) ((-679 . -633) 96673) ((-345 . -1079) T) ((-245 . -25) T) ((-244 . -21) T) ((-244 . -25) T) ((-149 . -38) 96657) ((-2 . -101) T) ((-892 . -902) T) ((-475 . -1245) 96627) ((-218 . -1020) 96604) ((-1099 . -1031) T) ((-697 . -301) T) ((-288 . -703) 96546) ((-686 . -1038) T) ((-480 . -445) T) ((-401 . -507) 96458) ((-212 . -445) T) ((-1099 . -228) T) ((-289 . -148) 96408) ((-981 . -601) 96369) ((-981 . -600) 96351) ((-971 . -600) 96333) ((-115 . -1038) T) ((-639 . -1037) 96317) ((-220 . -486) T) ((-393 . -600) 96299) ((-393 . -601) 96276) ((-1035 . -1245) 96246) ((-639 . -110) 96225) ((-1121 . -482) 96209) ((-801 . -38) 96179) ((-62 . -434) T) ((-62 . -389) T) ((-1138 . -101) T) ((-853 . -129) T) ((-477 . -101) 96157) ((-1266 . -362) T) ((-1059 . -101) T) ((-1041 . -101) T) ((-345 . -703) 96102) ((-717 . -144) 96081) ((-717 . -142) 96060) ((-639 . -603) 95956) ((-1006 . -633) 95893) ((-516 . -1079) 95871) ((-353 . -101) T) ((-347 . -101) T) ((-339 . -101) T) ((-107 . -101) T) ((-497 . -1079) T) ((-348 . -633) 95816) ((-1151 . -626) 95764) ((-1104 . -626) 95712) ((-379 . -502) 95691) ((-819 . -831) 95670) ((-373 . -1196) T) ((-679 . -712) T) ((-333 . -1038) T) ((-1202 . -974) 95622) ((-171 . -1038) T) ((-102 . -600) 95554) ((-1153 . -142) 95533) ((-1153 . -144) 95512) ((-373 . -545) T) ((-1152 . -144) 95491) ((-1152 . -142) 95470) ((-1146 . -142) 95377) ((-401 . -284) T) ((-1146 . -144) 95284) ((-1105 . -144) 95263) ((-1105 . -142) 95242) ((-313 . -38) 95083) ((-166 . -129) T) ((-307 . -781) NIL) ((-307 . -778) NIL) ((-639 . -1031) T) ((-48 . -633) 95048) ((-875 . -603) 95025) ((-1145 . -101) T) ((-976 . -101) T) ((-975 . -21) T) ((-126 . -992) 95009) ((-120 . -992) 94993) ((-975 . -25) T) ((-883 . -118) 94977) ((-1137 . -101) T) ((-802 . -833) 94956) ((-1211 . -129) T) ((-1151 . -25) T) ((-1151 . -21) T) ((-838 . -129) T) ((-1104 . -25) T) ((-1104 . -21) T) ((-837 . -25) T) ((-837 . -21) T) ((-768 . -301) 94935) ((-632 . -101) 94913) ((-619 . -101) T) ((-1138 . -303) 94708) ((-560 . -129) T) ((-608 . -831) 94687) ((-1135 . -482) 94671) ((-1129 . -148) 94621) ((-1125 . -600) 94583) ((-1125 . -601) 94544) ((-1006 . -777) T) ((-1006 . -780) T) ((-1006 . -712) T) ((-698 . -1037) 94367) ((-477 . -303) 94305) ((-446 . -411) 94275) ((-345 . -169) T) ((-283 . -38) 94262) ((-268 . -101) T) ((-267 . -101) T) ((-266 . -101) T) ((-265 . -101) T) ((-264 . -101) T) ((-263 . -101) T) ((-337 . -1020) 94239) ((-262 . -101) T) ((-207 . -101) T) ((-206 . -101) T) ((-204 . -101) T) ((-203 . -101) T) ((-202 . -101) T) ((-201 . -101) T) ((-198 . -101) T) ((-197 . -101) T) ((-196 . -101) T) ((-195 . -101) T) ((-194 . -101) T) ((-193 . -101) T) ((-192 . -101) T) ((-191 . -101) T) ((-190 . -101) T) ((-189 . -101) T) ((-188 . -101) T) ((-348 . -712) T) ((-698 . -110) 94048) ((-655 . -226) 94032) ((-570 . -301) T) ((-511 . -301) T) ((-288 . -507) 93981) ((-107 . -303) NIL) ((-71 . -389) T) ((-1092 . -101) 93771) ((-819 . -405) 93755) ((-1099 . -781) T) ((-1099 . -778) T) ((-686 . -1079) T) ((-567 . -600) 93737) ((-373 . -357) T) ((-166 . -486) 93715) ((-217 . -600) 93647) ((-132 . -1079) T) ((-115 . -1079) T) ((-48 . -712) T) ((-1028 . -482) 93612) ((-499 . -92) T) ((-138 . -419) 93594) ((-138 . -362) T) ((-1009 . -101) T) ((-505 . -502) 93573) ((-698 . -603) 93453) ((-469 . -101) T) ((-456 . -101) T) ((-1016 . -1091) T) ((-1160 . -1020) 93388) ((-1153 . -35) 93354) ((-1153 . -94) 93320) ((-1153 . -1180) 93286) ((-1153 . -1177) 93252) ((-1137 . -303) NIL) ((-88 . -390) T) ((-88 . -389) T) ((-1059 . -1130) 93231) ((-1152 . -1177) 93197) ((-1152 . -1180) 93163) ((-1016 . -23) T) ((-1152 . -94) 93129) ((-560 . -486) T) ((-1152 . -35) 93095) ((-1146 . -1177) 93061) ((-1146 . -1180) 93027) ((-1146 . -94) 92993) ((-355 . -1091) T) ((-353 . -1130) 92972) ((-347 . -1130) 92951) ((-339 . -1130) 92930) ((-1146 . -35) 92896) ((-1105 . -35) 92862) ((-1105 . -94) 92828) ((-107 . -1130) T) ((-1105 . -1180) 92794) ((-819 . -1038) 92773) ((-632 . -303) 92711) ((-619 . -303) 92562) ((-1105 . -1177) 92528) ((-698 . -1031) T) ((-1042 . -626) 92510) ((-1059 . -38) 92378) ((-934 . -626) 92326) ((-986 . -144) T) ((-986 . -142) NIL) ((-373 . -1091) T) ((-318 . -25) T) ((-316 . -23) T) ((-925 . -833) 92305) ((-698 . -320) 92282) ((-474 . -626) 92230) ((-40 . -1020) 92118) ((-686 . -703) 92105) ((-698 . -228) T) ((-333 . -1079) T) ((-171 . -1079) T) ((-325 . -833) T) ((-412 . -445) 92055) ((-373 . -23) T) ((-353 . -38) 92020) ((-347 . -38) 91985) ((-339 . -38) 91950) ((-79 . -434) T) ((-79 . -389) T) ((-220 . -25) T) ((-220 . -21) T) ((-820 . -1091) T) ((-107 . -38) 91900) ((-813 . -1091) T) ((-760 . -1079) T) ((-115 . -703) 91887) ((-657 . -1020) 91871) ((-599 . -101) T) ((-820 . -23) T) ((-813 . -23) T) ((-1135 . -280) 91848) ((-1092 . -303) 91786) ((-1081 . -230) 91770) ((-63 . -390) T) ((-63 . -389) T) ((-109 . -101) T) ((-40 . -371) 91747) ((-95 . -101) T) ((-638 . -835) 91731) ((-1114 . -1062) T) ((-1042 . -21) T) ((-1042 . -25) T) ((-801 . -226) 91700) ((-934 . -25) T) ((-934 . -21) T) ((-608 . -1038) T) ((-474 . -25) T) ((-474 . -21) T) ((-1009 . -303) 91638) ((-871 . -600) 91620) ((-867 . -600) 91602) ((-245 . -833) 91553) ((-244 . -833) 91504) ((-516 . -507) 91437) ((-853 . -626) 91414) ((-469 . -303) 91352) ((-456 . -303) 91290) ((-345 . -284) T) ((-1135 . -1226) 91274) ((-1121 . -600) 91236) ((-1121 . -601) 91197) ((-1119 . -101) T) ((-981 . -1037) 91093) ((-40 . -882) 91045) ((-1135 . -591) 91022) ((-1266 . -633) 91009) ((-1043 . -148) 90955) ((-854 . -1196) T) ((-981 . -110) 90837) ((-333 . -703) 90821) ((-848 . -600) 90803) ((-171 . -703) 90735) ((-401 . -280) 90693) ((-854 . -545) T) ((-107 . -394) 90675) ((-83 . -378) T) ((-83 . -389) T) ((-686 . -169) T) ((-604 . -600) 90657) ((-98 . -712) T) ((-475 . -101) 90447) ((-98 . -466) T) ((-115 . -169) T) ((-1092 . -38) 90417) ((-166 . -626) 90365) ((-1035 . -101) T) ((-981 . -603) 90261) ((-853 . -25) T) ((-801 . -233) 90240) ((-853 . -21) T) ((-804 . -101) T) ((-408 . -101) T) ((-379 . -101) T) ((-109 . -303) NIL) ((-222 . -101) 90218) ((-126 . -1192) T) ((-120 . -1192) T) ((-1016 . -129) T) ((-655 . -361) 90202) ((-981 . -1031) T) ((-1211 . -626) 90150) ((-1083 . -600) 90132) ((-985 . -600) 90114) ((-508 . -23) T) ((-503 . -23) T) ((-337 . -301) T) ((-501 . -23) T) ((-316 . -129) T) ((-3 . -1079) T) ((-985 . -601) 90098) ((-981 . -238) 90077) ((-981 . -228) 90056) ((-1266 . -712) T) ((-1230 . -142) 90035) ((-819 . -1079) T) ((-1230 . -144) 90014) ((-1223 . -144) 89993) ((-1223 . -142) 89972) ((-1222 . -1196) 89951) ((-1202 . -142) 89858) ((-1202 . -144) 89765) ((-1201 . -1196) 89744) ((-373 . -129) T) ((-553 . -868) 89726) ((0 . -1079) T) ((-171 . -169) T) ((-166 . -21) T) ((-166 . -25) T) ((-49 . -1079) T) ((-1224 . -633) 89631) ((-1222 . -545) 89582) ((-700 . -1091) T) ((-1201 . -545) 89533) ((-553 . -1020) 89515) ((-583 . -144) 89494) ((-583 . -142) 89473) ((-488 . -1020) 89416) ((-1114 . -1116) T) ((-86 . -378) T) ((-86 . -389) T) ((-854 . -357) T) ((-820 . -129) T) ((-813 . -129) T) ((-700 . -23) T) ((-499 . -600) 89366) ((-495 . -600) 89348) ((-1262 . -1038) T) ((-373 . -1040) T) ((-1008 . -1079) 89326) ((-883 . -34) T) ((-475 . -303) 89264) ((-580 . -101) T) ((-1135 . -601) 89225) ((-1135 . -600) 89157) ((-1151 . -833) 89136) ((-45 . -101) T) ((-1104 . -833) 89115) ((-803 . -101) T) ((-1211 . -25) T) ((-1211 . -21) T) ((-838 . -25) T) ((-44 . -361) 89099) ((-838 . -21) T) ((-717 . -445) 89050) ((-1261 . -600) 89032) ((-1035 . -303) 88970) ((-656 . -1062) T) ((-593 . -1062) T) ((-384 . -1079) T) ((-560 . -25) T) ((-560 . -21) T) ((-177 . -1062) T) ((-158 . -1062) T) ((-153 . -1062) T) ((-151 . -1062) T) ((-608 . -1079) T) ((-684 . -868) 88952) ((-1238 . -1192) T) ((-222 . -303) 88890) ((-141 . -362) T) ((-1028 . -601) 88832) ((-1028 . -600) 88775) ((-307 . -891) NIL) ((-684 . -1020) 88720) ((-697 . -902) T) ((-467 . -1196) 88699) ((-1152 . -445) 88678) ((-1146 . -445) 88657) ((-324 . -101) T) ((-854 . -1091) T) ((-310 . -633) 88478) ((-307 . -633) 88407) ((-467 . -545) 88358) ((-333 . -507) 88324) ((-539 . -148) 88274) ((-40 . -301) T) ((-826 . -600) 88256) ((-686 . -284) T) ((-854 . -23) T) ((-373 . -486) T) ((-1059 . -226) 88226) ((-505 . -101) T) ((-401 . -601) 88033) ((-401 . -600) 88015) ((-257 . -600) 87997) ((-115 . -284) T) ((-1224 . -712) T) ((-1222 . -357) 87976) ((-1201 . -357) 87955) ((-1251 . -34) T) ((-116 . -1192) T) ((-107 . -226) 87937) ((-1157 . -101) T) ((-470 . -1079) T) ((-516 . -482) 87921) ((-723 . -34) T) ((-475 . -38) 87891) ((-138 . -34) T) ((-116 . -866) 87868) ((-116 . -868) NIL) ((-610 . -1020) 87751) ((-630 . -833) 87730) ((-1250 . -101) T) ((-289 . -101) T) ((-698 . -362) 87709) ((-116 . -1020) 87686) ((-384 . -703) 87670) ((-608 . -703) 87654) ((-45 . -303) 87458) ((-802 . -142) 87437) ((-802 . -144) 87416) ((-1261 . -376) 87395) ((-805 . -833) T) ((-1240 . -1079) T) ((-1138 . -224) 87342) ((-380 . -833) 87321) ((-1230 . -1180) 87287) ((-1230 . -1177) 87253) ((-1223 . -1177) 87219) ((-508 . -129) T) ((-1223 . -1180) 87185) ((-1202 . -1177) 87151) ((-1202 . -1180) 87117) ((-1230 . -35) 87083) ((-1230 . -94) 87049) ((-622 . -600) 87018) ((-594 . -600) 86987) ((-220 . -833) T) ((-1223 . -94) 86953) ((-1223 . -35) 86919) ((-1222 . -1091) T) ((-1099 . -633) 86906) ((-1202 . -94) 86872) ((-1201 . -1091) T) ((-581 . -148) 86854) ((-1059 . -343) 86833) ((-171 . -284) T) ((-116 . -371) 86810) ((-116 . -332) 86787) ((-1202 . -35) 86753) ((-852 . -301) T) ((-307 . -780) NIL) ((-307 . -777) NIL) ((-310 . -712) 86602) ((-307 . -712) T) ((-467 . -357) 86581) ((-353 . -343) 86560) ((-347 . -343) 86539) ((-339 . -343) 86518) ((-310 . -466) 86497) ((-1222 . -23) T) ((-1201 . -23) T) ((-704 . -1091) T) ((-700 . -129) T) ((-638 . -101) T) ((-470 . -703) 86462) ((-45 . -276) 86412) ((-104 . -1079) T) ((-67 . -600) 86394) ((-952 . -101) T) ((-847 . -101) T) ((-610 . -882) 86353) ((-1262 . -1079) T) ((-375 . -1079) T) ((-1191 . -1079) T) ((-1092 . -226) 86322) ((-81 . -1192) T) ((-1042 . -833) T) ((-934 . -833) 86301) ((-116 . -882) NIL) ((-768 . -902) 86280) ((-699 . -833) T) ((-524 . -1079) T) ((-493 . -1079) T) ((-349 . -1196) T) ((-346 . -1196) T) ((-338 . -1196) T) ((-258 . -1196) 86259) ((-242 . -1196) 86238) ((-526 . -843) T) ((-474 . -833) 86217) ((-1121 . -1037) 86201) ((-384 . -747) T) ((-1137 . -814) T) ((-679 . -1192) T) ((-349 . -545) T) ((-346 . -545) T) ((-338 . -545) T) ((-258 . -545) 86132) ((-242 . -545) 86063) ((-518 . -1062) T) ((-1121 . -110) 86042) ((-446 . -730) 86012) ((-848 . -1037) 85982) ((-803 . -38) 85924) ((-679 . -866) 85906) ((-679 . -868) 85888) ((-289 . -303) 85692) ((-892 . -1196) T) ((-655 . -405) 85676) ((-848 . -110) 85641) ((-679 . -1020) 85586) ((-986 . -445) T) ((-892 . -545) T) ((-526 . -600) 85568) ((-570 . -902) T) ((-467 . -1091) T) ((-511 . -902) T) ((-1135 . -282) 85545) ((-896 . -445) T) ((-64 . -600) 85527) ((-619 . -224) 85473) ((-467 . -23) T) ((-1099 . -780) T) ((-854 . -129) T) ((-1099 . -777) T) ((-1253 . -1255) 85452) ((-1099 . -712) T) ((-639 . -633) 85426) ((-288 . -600) 85167) ((-1121 . -603) 85063) ((-1017 . -34) T) ((-801 . -831) 85042) ((-569 . -301) T) ((-553 . -301) T) ((-488 . -301) T) ((-1262 . -703) 85012) ((-679 . -371) 84994) ((-679 . -332) 84976) ((-470 . -169) T) ((-375 . -703) 84946) ((-853 . -833) NIL) ((-553 . -1004) T) ((-488 . -1004) T) ((-1112 . -600) 84928) ((-1092 . -233) 84907) ((-209 . -101) T) ((-1129 . -101) T) ((-70 . -600) 84889) ((-1121 . -1031) T) ((-1157 . -38) 84786) ((-841 . -600) 84768) ((-553 . -538) T) ((-655 . -1038) T) ((-717 . -931) 84721) ((-1121 . -228) 84700) ((-1061 . -1079) T) ((-1016 . -25) T) ((-1016 . -21) T) ((-985 . -1037) 84645) ((-887 . -101) T) ((-848 . -1031) T) ((-679 . -882) NIL) ((-349 . -323) 84629) ((-349 . -357) T) ((-346 . -323) 84613) ((-346 . -357) T) ((-338 . -323) 84597) ((-338 . -357) T) ((-480 . -101) T) ((-1250 . -38) 84567) ((-516 . -672) 84517) ((-212 . -101) T) ((-1006 . -1020) 84397) ((-985 . -110) 84326) ((-1153 . -955) 84295) ((-1152 . -955) 84257) ((-513 . -148) 84241) ((-1059 . -364) 84220) ((-345 . -600) 84202) ((-316 . -21) T) ((-348 . -1020) 84179) ((-316 . -25) T) ((-1146 . -955) 84148) ((-1105 . -955) 84115) ((-75 . -600) 84097) ((-684 . -301) T) ((-166 . -833) 84076) ((-892 . -357) T) ((-373 . -25) T) ((-373 . -21) T) ((-892 . -323) 84063) ((-85 . -600) 84045) ((-684 . -1004) T) ((-662 . -833) T) ((-1222 . -129) T) ((-1201 . -129) T) ((-883 . -992) 84029) ((-820 . -21) T) ((-48 . -1020) 83972) ((-820 . -25) T) ((-813 . -25) T) ((-813 . -21) T) ((-1260 . -1038) T) ((-1258 . -1038) T) ((-639 . -712) T) ((-985 . -603) 83860) ((-1261 . -1037) 83844) ((-1211 . -833) 83823) ((-801 . -405) 83792) ((-102 . -118) 83776) ((-128 . -1079) T) ((-52 . -1079) T) ((-908 . -600) 83758) ((-853 . -974) 83735) ((-809 . -101) T) ((-1261 . -110) 83714) ((-638 . -38) 83684) ((-560 . -833) T) ((-349 . -1091) T) ((-346 . -1091) T) ((-338 . -1091) T) ((-258 . -1091) T) ((-242 . -1091) T) ((-610 . -301) 83663) ((-1129 . -303) 83467) ((-517 . -1062) T) ((-305 . -1079) T) ((-649 . -23) T) ((-475 . -226) 83436) ((-149 . -1038) T) ((-349 . -23) T) ((-346 . -23) T) ((-338 . -23) T) ((-116 . -301) T) ((-258 . -23) T) ((-242 . -23) T) ((-985 . -1031) T) ((-698 . -891) 83415) ((-985 . -228) 83387) ((-985 . -238) T) ((-116 . -1004) NIL) ((-892 . -1091) T) ((-1223 . -445) 83366) ((-1202 . -445) 83345) ((-516 . -600) 83277) ((-698 . -633) 83202) ((-401 . -1037) 83154) ((-497 . -600) 83136) ((-892 . -23) T) ((-480 . -303) NIL) ((-1261 . -603) 83120) ((-467 . -129) T) ((-212 . -303) NIL) ((-401 . -110) 83058) ((-801 . -1038) 82988) ((-723 . -1077) 82972) ((-1222 . -486) 82938) ((-1201 . -486) 82904) ((-138 . -1077) 82886) ((-470 . -284) T) ((-1261 . -1031) T) ((-1043 . -101) T) ((-826 . -603) 82782) ((-493 . -507) NIL) ((-688 . -101) T) ((-475 . -233) 82761) ((-401 . -603) 82625) ((-1151 . -142) 82604) ((-1151 . -144) 82583) ((-1104 . -144) 82562) ((-1104 . -142) 82541) ((-622 . -1037) 82525) ((-594 . -1037) 82509) ((-655 . -1079) T) ((-655 . -1034) 82449) ((-1153 . -1229) 82433) ((-1153 . -1216) 82410) ((-480 . -1130) T) ((-1152 . -1221) 82371) ((-1152 . -1216) 82341) ((-1152 . -1219) 82325) ((-212 . -1130) T) ((-337 . -902) T) ((-804 . -260) 82309) ((-622 . -110) 82288) ((-594 . -110) 82267) ((-1146 . -1200) 82228) ((-826 . -1031) 82207) ((-1146 . -1216) 82184) ((-508 . -25) T) ((-488 . -296) T) ((-504 . -23) T) ((-503 . -25) T) ((-501 . -25) T) ((-500 . -23) T) ((-1146 . -1198) 82168) ((-401 . -1031) T) ((-313 . -1038) T) ((-679 . -301) T) ((-107 . -831) T) ((-401 . -238) T) ((-401 . -228) 82147) ((-698 . -712) T) ((-480 . -38) 82097) ((-212 . -38) 82047) ((-467 . -486) 82013) ((-1137 . -1123) T) ((-1080 . -101) T) ((-686 . -600) 81995) ((-686 . -601) 81910) ((-700 . -21) T) ((-700 . -25) T) ((-1114 . -101) T) ((-132 . -600) 81892) ((-115 . -600) 81874) ((-154 . -25) T) ((-1260 . -1079) T) ((-854 . -626) 81822) ((-1258 . -1079) T) ((-945 . -101) T) ((-721 . -101) T) ((-701 . -101) T) ((-446 . -101) T) ((-802 . -445) 81773) ((-44 . -1079) T) ((-1067 . -833) T) ((-649 . -129) T) ((-1043 . -303) 81624) ((-655 . -703) 81608) ((-283 . -1038) T) ((-349 . -129) T) ((-346 . -129) T) ((-338 . -129) T) ((-258 . -129) T) ((-242 . -129) T) ((-412 . -101) T) ((-149 . -1079) T) ((-45 . -224) 81558) ((-940 . -833) 81537) ((-981 . -633) 81475) ((-235 . -1245) 81445) ((-1006 . -301) T) ((-288 . -1037) 81366) ((-892 . -129) T) ((-40 . -902) T) ((-480 . -394) 81348) ((-348 . -301) T) ((-212 . -394) 81330) ((-1059 . -405) 81314) ((-288 . -110) 81230) ((-854 . -25) T) ((-854 . -21) T) ((-333 . -600) 81212) ((-1224 . -47) 81156) ((-220 . -144) T) ((-171 . -600) 81138) ((-1092 . -831) 81117) ((-760 . -600) 81099) ((-127 . -833) T) ((-595 . -230) 81046) ((-468 . -230) 80996) ((-1260 . -703) 80966) ((-48 . -301) T) ((-1258 . -703) 80936) ((-946 . -1079) T) ((-801 . -1079) 80726) ((-306 . -101) T) ((-883 . -1192) T) ((-48 . -1004) T) ((-1201 . -626) 80634) ((-674 . -101) 80612) ((-44 . -703) 80596) ((-539 . -101) T) ((-66 . -377) T) ((-66 . -389) T) ((-647 . -23) T) ((-655 . -747) T) ((-1189 . -1079) 80574) ((-345 . -1037) 80519) ((-660 . -1079) 80497) ((-1042 . -144) T) ((-934 . -144) 80476) ((-934 . -142) 80455) ((-785 . -101) T) ((-149 . -703) 80439) ((-474 . -144) 80418) ((-474 . -142) 80397) ((-345 . -110) 80326) ((-1059 . -1038) T) ((-316 . -833) 80305) ((-1230 . -955) 80274) ((-614 . -1079) T) ((-1223 . -955) 80236) ((-504 . -129) T) ((-500 . -129) T) ((-289 . -224) 80186) ((-353 . -1038) T) ((-347 . -1038) T) ((-339 . -1038) T) ((-288 . -1031) 80128) ((-1202 . -955) 80097) ((-373 . -833) T) ((-107 . -1038) T) ((-981 . -712) T) ((-852 . -902) T) ((-826 . -781) 80076) ((-826 . -778) 80055) ((-412 . -303) 79994) ((-461 . -101) T) ((-583 . -955) 79963) ((-313 . -1079) T) ((-401 . -781) 79942) ((-401 . -778) 79921) ((-493 . -482) 79903) ((-1224 . -1020) 79869) ((-1222 . -21) T) ((-1222 . -25) T) ((-1201 . -21) T) ((-1201 . -25) T) ((-801 . -703) 79811) ((-345 . -603) 79788) ((-684 . -398) T) ((-1251 . -1192) T) ((-593 . -101) T) ((-1092 . -405) 79757) ((-985 . -362) NIL) ((-656 . -101) T) ((-177 . -101) T) ((-158 . -101) T) ((-153 . -101) T) ((-151 . -101) T) ((-102 . -34) T) ((-723 . -1192) T) ((-44 . -747) T) ((-581 . -101) T) ((-76 . -390) T) ((-76 . -389) T) ((-638 . -641) 79741) ((-138 . -1192) T) ((-853 . -144) T) ((-853 . -142) NIL) ((-1191 . -92) T) ((-345 . -1031) T) ((-69 . -377) T) ((-69 . -389) T) ((-1144 . -101) T) ((-655 . -507) 79674) ((-674 . -303) 79612) ((-945 . -38) 79509) ((-721 . -38) 79479) ((-539 . -303) 79283) ((-310 . -1192) T) ((-345 . -228) T) ((-345 . -238) T) ((-307 . -1192) T) ((-283 . -1079) T) ((-1159 . -600) 79265) ((-697 . -1196) T) ((-1135 . -636) 79249) ((-1186 . -545) 79228) ((-697 . -545) T) ((-310 . -866) 79212) ((-310 . -868) 79137) ((-307 . -866) 79098) ((-307 . -868) NIL) ((-785 . -303) 79063) ((-313 . -703) 78904) ((-318 . -317) 78881) ((-478 . -101) T) ((-467 . -25) T) ((-467 . -21) T) ((-412 . -38) 78855) ((-310 . -1020) 78518) ((-220 . -1177) T) ((-220 . -1180) T) ((-3 . -600) 78500) ((-307 . -1020) 78430) ((-2 . -1079) T) ((-2 . |RecordCategory|) T) ((-819 . -600) 78412) ((-1092 . -1038) 78342) ((-569 . -902) T) ((-553 . -806) T) ((-553 . -902) T) ((-488 . -902) T) ((-134 . -1020) 78326) ((-220 . -94) T) ((-74 . -434) T) ((-74 . -389) T) ((0 . -600) 78308) ((-166 . -144) 78287) ((-166 . -142) 78238) ((-220 . -35) T) ((-49 . -600) 78220) ((-470 . -1038) T) ((-480 . -226) 78202) ((-477 . -950) 78186) ((-475 . -831) 78165) ((-212 . -226) 78147) ((-80 . -434) T) ((-80 . -389) T) ((-1125 . -34) T) ((-801 . -169) 78126) ((-717 . -101) T) ((-1008 . -600) 78093) ((-493 . -280) 78068) ((-310 . -371) 78037) ((-307 . -371) 77998) ((-307 . -332) 77959) ((-1064 . -600) 77941) ((-802 . -931) 77888) ((-647 . -129) T) ((-1211 . -142) 77867) ((-1211 . -144) 77846) ((-1153 . -101) T) ((-1152 . -101) T) ((-1146 . -101) T) ((-1138 . -1079) T) ((-1105 . -101) T) ((-217 . -34) T) ((-283 . -703) 77833) ((-1138 . -597) 77809) ((-581 . -303) NIL) ((-477 . -1079) 77787) ((-384 . -600) 77769) ((-503 . -833) T) ((-1129 . -224) 77719) ((-1230 . -1229) 77703) ((-1230 . -1216) 77680) ((-1223 . -1221) 77641) ((-1223 . -1216) 77611) ((-1223 . -1219) 77595) ((-1202 . -1200) 77556) ((-1202 . -1216) 77533) ((-608 . -600) 77515) ((-1202 . -1198) 77499) ((-684 . -902) T) ((-1153 . -278) 77465) ((-1152 . -278) 77431) ((-1146 . -278) 77397) ((-1059 . -1079) T) ((-1041 . -1079) T) ((-48 . -296) T) ((-310 . -882) 77363) ((-307 . -882) NIL) ((-1041 . -1048) 77342) ((-1099 . -868) 77324) ((-785 . -38) 77308) ((-258 . -626) 77256) ((-242 . -626) 77204) ((-686 . -1037) 77191) ((-583 . -1216) 77168) ((-1105 . -278) 77134) ((-313 . -169) 77065) ((-353 . -1079) T) ((-347 . -1079) T) ((-339 . -1079) T) ((-493 . -19) 77047) ((-1099 . -1020) 77029) ((-1081 . -148) 77013) ((-107 . -1079) T) ((-115 . -1037) 77000) ((-697 . -357) T) ((-493 . -591) 76975) ((-686 . -110) 76960) ((-430 . -101) T) ((-45 . -1128) 76910) ((-115 . -110) 76895) ((-622 . -706) T) ((-594 . -706) T) ((-801 . -507) 76828) ((-1017 . -1192) T) ((-925 . -148) 76812) ((-1151 . -445) 76743) ((-1145 . -1079) T) ((-518 . -101) T) ((-513 . -101) 76693) ((-1137 . -1079) T) ((-1121 . -633) 76667) ((-1066 . -1196) 76646) ((-768 . -1196) 76625) ((-766 . -1196) 76604) ((-61 . -1192) T) ((-470 . -600) 76556) ((-470 . -601) 76478) ((-1104 . -445) 76429) ((-1066 . -545) 76360) ((-976 . -1079) T) ((-768 . -545) 76271) ((-475 . -405) 76240) ((-610 . -902) 76219) ((-447 . -1196) 76198) ((-766 . -545) 76129) ((-717 . -303) 76116) ((-392 . -600) 76098) ((-660 . -507) 76031) ((-686 . -603) 76013) ((-649 . -25) T) ((-649 . -21) T) ((-447 . -545) 75944) ((-349 . -25) T) ((-116 . -902) T) ((-116 . -806) NIL) ((-349 . -21) T) ((-346 . -25) T) ((-346 . -21) T) ((-338 . -25) T) ((-338 . -21) T) ((-258 . -25) T) ((-258 . -21) T) ((-242 . -25) T) ((-82 . -378) T) ((-82 . -389) T) ((-132 . -603) 75926) ((-242 . -21) T) ((-1240 . -600) 75908) ((-1186 . -1091) T) ((-1186 . -23) T) ((-1146 . -303) 75793) ((-1105 . -303) 75780) ((-1059 . -703) 75648) ((-848 . -633) 75608) ((-925 . -962) 75592) ((-892 . -21) T) ((-283 . -169) T) ((-892 . -25) T) ((-305 . -92) T) ((-854 . -833) 75543) ((-697 . -1091) T) ((-697 . -23) T) ((-632 . -1079) 75521) ((-619 . -597) 75496) ((-619 . -1079) T) ((-570 . -1196) T) ((-511 . -1196) T) ((-570 . -545) T) ((-511 . -545) T) ((-353 . -703) 75448) ((-347 . -703) 75400) ((-339 . -703) 75352) ((-333 . -1037) 75336) ((-171 . -110) 75247) ((-171 . -1037) 75179) ((-107 . -703) 75129) ((-333 . -110) 75108) ((-268 . -1079) T) ((-267 . -1079) T) ((-266 . -1079) T) ((-265 . -1079) T) ((-686 . -1031) T) ((-264 . -1079) T) ((-263 . -1079) T) ((-262 . -1079) T) ((-207 . -1079) T) ((-206 . -1079) T) ((-204 . -1079) T) ((-166 . -1180) 75086) ((-166 . -1177) 75064) ((-203 . -1079) T) ((-202 . -1079) T) ((-115 . -1031) T) ((-201 . -1079) T) ((-198 . -1079) T) ((-686 . -228) T) ((-197 . -1079) T) ((-196 . -1079) T) ((-195 . -1079) T) ((-194 . -1079) T) ((-193 . -1079) T) ((-192 . -1079) T) ((-191 . -1079) T) ((-190 . -1079) T) ((-189 . -1079) T) ((-188 . -1079) T) ((-235 . -101) 74854) ((-166 . -35) 74832) ((-166 . -94) 74810) ((-639 . -1020) 74706) ((-475 . -1038) 74636) ((-1092 . -1079) 74426) ((-1121 . -34) T) ((-655 . -482) 74410) ((-72 . -1192) T) ((-104 . -600) 74392) ((-1262 . -600) 74374) ((-375 . -600) 74356) ((-333 . -603) 74323) ((-717 . -38) 74172) ((-560 . -1180) T) ((-560 . -1177) T) ((-524 . -600) 74154) ((-513 . -303) 74092) ((-493 . -600) 74074) ((-493 . -601) 74056) ((-1191 . -600) 74022) ((-1146 . -1130) NIL) ((-1009 . -1051) 73991) ((-1009 . -1079) T) ((-986 . -101) T) ((-953 . -101) T) ((-896 . -101) T) ((-875 . -1020) 73968) ((-1121 . -712) T) ((-985 . -633) 73913) ((-469 . -1079) T) ((-456 . -1079) T) ((-574 . -23) T) ((-560 . -35) T) ((-560 . -94) T) ((-421 . -101) T) ((-1043 . -224) 73859) ((-1153 . -38) 73756) ((-848 . -712) T) ((-679 . -902) T) ((-504 . -25) T) ((-500 . -21) T) ((-500 . -25) T) ((-1152 . -38) 73597) ((-333 . -1031) T) ((-1146 . -38) 73393) ((-1059 . -169) T) ((-171 . -1031) T) ((-1105 . -38) 73290) ((-698 . -47) 73267) ((-353 . -169) T) ((-347 . -169) T) ((-512 . -56) 73241) ((-490 . -56) 73191) ((-345 . -1257) 73168) ((-220 . -445) T) ((-313 . -284) 73119) ((-339 . -169) T) ((-171 . -238) T) ((-1201 . -833) 73018) ((-107 . -169) T) ((-854 . -974) 73002) ((-643 . -1091) T) ((-570 . -357) T) ((-570 . -323) 72989) ((-511 . -323) 72966) ((-511 . -357) T) ((-310 . -301) 72945) ((-307 . -301) T) ((-589 . -833) 72924) ((-1092 . -703) 72866) ((-513 . -276) 72850) ((-643 . -23) T) ((-412 . -226) 72834) ((-307 . -1004) NIL) ((-330 . -23) T) ((-102 . -992) 72818) ((-45 . -36) 72797) ((-599 . -1079) T) ((-345 . -362) T) ((-517 . -101) T) ((-488 . -27) T) ((-235 . -303) 72735) ((-1066 . -1091) T) ((-1261 . -633) 72709) ((-768 . -1091) T) ((-766 . -1091) T) ((-447 . -1091) T) ((-1042 . -445) T) ((-934 . -445) 72660) ((-1094 . -1062) T) ((-109 . -1079) T) ((-1066 . -23) T) ((-803 . -1038) T) ((-768 . -23) T) ((-766 . -23) T) ((-474 . -445) 72611) ((-1138 . -507) 72394) ((-375 . -376) 72373) ((-1157 . -405) 72357) ((-454 . -23) T) ((-447 . -23) T) ((-95 . -1079) T) ((-477 . -507) 72290) ((-283 . -284) T) ((-1061 . -600) 72272) ((-401 . -891) 72251) ((-50 . -1091) T) ((-1006 . -902) T) ((-985 . -712) T) ((-698 . -868) NIL) ((-570 . -1091) T) ((-511 . -1091) T) ((-826 . -633) 72224) ((-1186 . -129) T) ((-1146 . -394) 72176) ((-986 . -303) NIL) ((-801 . -482) 72160) ((-348 . -902) T) ((-1135 . -34) T) ((-401 . -633) 72112) ((-50 . -23) T) ((-697 . -129) T) ((-698 . -1020) 71992) ((-570 . -23) T) ((-107 . -507) NIL) ((-511 . -23) T) ((-166 . -403) 71963) ((-1119 . -1079) T) ((-1253 . -1252) 71947) ((-686 . -781) T) ((-686 . -778) T) ((-1099 . -301) T) ((-373 . -144) T) ((-274 . -600) 71929) ((-1201 . -974) 71899) ((-48 . -902) T) ((-660 . -482) 71883) ((-245 . -1245) 71853) ((-244 . -1245) 71823) ((-1155 . -833) T) ((-1092 . -169) 71802) ((-1099 . -1004) T) ((-1028 . -34) T) ((-820 . -144) 71781) ((-820 . -142) 71760) ((-723 . -106) 71744) ((-599 . -130) T) ((-475 . -1079) 71534) ((-1157 . -1038) T) ((-853 . -445) T) ((-84 . -1192) T) ((-235 . -38) 71504) ((-138 . -106) 71486) ((-698 . -371) 71470) ((-819 . -603) 71366) ((-1099 . -538) T) ((-568 . -101) T) ((-384 . -1037) 71350) ((-1261 . -712) T) ((-1151 . -931) 71319) ((-128 . -600) 71271) ((-52 . -600) 71253) ((-1104 . -931) 71220) ((-638 . -405) 71204) ((-1250 . -1038) T) ((-608 . -1037) 71188) ((-647 . -25) T) ((-647 . -21) T) ((-1137 . -507) NIL) ((-1230 . -101) T) ((-1223 . -101) T) ((-384 . -110) 71167) ((-217 . -248) 71151) ((-1202 . -101) T) ((-1035 . -1079) T) ((-986 . -1130) T) ((-1035 . -1034) 71091) ((-804 . -1079) T) ((-337 . -1196) T) ((-622 . -633) 71075) ((-608 . -110) 71054) ((-594 . -633) 71038) ((-584 . -101) T) ((-574 . -129) T) ((-583 . -101) T) ((-408 . -1079) T) ((-379 . -1079) T) ((-305 . -600) 71004) ((-222 . -1079) 70982) ((-632 . -507) 70915) ((-619 . -507) 70759) ((-819 . -1031) 70738) ((-630 . -148) 70722) ((-337 . -545) T) ((-698 . -882) 70665) ((-539 . -224) 70615) ((-1230 . -278) 70581) ((-1059 . -284) 70532) ((-480 . -831) T) ((-218 . -1091) T) ((-1223 . -278) 70498) ((-1202 . -278) 70464) ((-986 . -38) 70414) ((-212 . -831) T) ((-1186 . -486) 70380) ((-896 . -38) 70332) ((-826 . -780) 70311) ((-826 . -777) 70290) ((-826 . -712) 70269) ((-353 . -284) T) ((-347 . -284) T) ((-339 . -284) T) ((-166 . -445) 70200) ((-421 . -38) 70184) ((-107 . -284) T) ((-218 . -23) T) ((-401 . -780) 70163) ((-401 . -777) 70142) ((-401 . -712) T) ((-493 . -282) 70117) ((-470 . -1037) 70082) ((-643 . -129) T) ((-1092 . -507) 70015) ((-330 . -129) T) ((-166 . -396) 69994) ((-475 . -703) 69936) ((-801 . -280) 69913) ((-470 . -110) 69869) ((-638 . -1038) T) ((-1211 . -445) 69800) ((-1249 . -1062) T) ((-1248 . -1062) T) ((-1066 . -129) T) ((-1035 . -703) 69742) ((-258 . -833) 69721) ((-242 . -833) 69700) ((-768 . -129) T) ((-766 . -129) T) ((-560 . -445) T) ((-1009 . -507) 69633) ((-608 . -1031) T) ((-580 . -1079) T) ((-526 . -170) T) ((-454 . -129) T) ((-447 . -129) T) ((-45 . -1079) T) ((-379 . -703) 69603) ((-803 . -1079) T) ((-469 . -507) 69536) ((-456 . -507) 69469) ((-446 . -361) 69439) ((-45 . -597) 69418) ((-310 . -296) T) ((-470 . -603) 69378) ((-655 . -600) 69340) ((-58 . -833) 69319) ((-1202 . -303) 69204) ((-986 . -394) 69186) ((-801 . -591) 69163) ((-509 . -833) 69142) ((-489 . -833) 69121) ((-40 . -1196) T) ((-981 . -1020) 69017) ((-50 . -129) T) ((-570 . -129) T) ((-511 . -129) T) ((-288 . -633) 68877) ((-337 . -323) 68854) ((-337 . -357) T) ((-316 . -317) 68831) ((-313 . -280) 68816) ((-40 . -545) T) ((-373 . -1177) T) ((-373 . -1180) T) ((-1017 . -1168) 68791) ((-1165 . -230) 68741) ((-1146 . -226) 68693) ((-324 . -1079) T) ((-373 . -94) T) ((-373 . -35) T) ((-1017 . -106) 68639) ((-470 . -1031) T) ((-472 . -230) 68589) ((-1138 . -482) 68523) ((-1262 . -1037) 68507) ((-375 . -1037) 68491) ((-470 . -238) T) ((-802 . -101) T) ((-700 . -144) 68470) ((-700 . -142) 68449) ((-477 . -482) 68433) ((-478 . -329) 68402) ((-1262 . -110) 68381) ((-505 . -1079) T) ((-475 . -169) 68360) ((-981 . -371) 68344) ((-407 . -101) T) ((-375 . -110) 68323) ((-981 . -332) 68307) ((-273 . -965) 68291) ((-272 . -965) 68275) ((-1260 . -600) 68257) ((-1258 . -600) 68239) ((-109 . -507) NIL) ((-1151 . -1214) 68223) ((-837 . -835) 68207) ((-1157 . -1079) T) ((-102 . -1192) T) ((-934 . -931) 68168) ((-803 . -703) 68110) ((-1202 . -1130) NIL) ((-474 . -931) 68055) ((-1042 . -140) T) ((-59 . -101) 68033) ((-44 . -600) 68015) ((-77 . -600) 67997) ((-345 . -633) 67942) ((-1250 . -1079) T) ((-504 . -833) T) ((-337 . -1091) T) ((-289 . -1079) T) ((-981 . -882) 67901) ((-289 . -597) 67880) ((-1262 . -603) 67857) ((-1230 . -38) 67754) ((-1223 . -38) 67595) ((-1202 . -38) 67391) ((-480 . -1038) T) ((-375 . -603) 67375) ((-212 . -1038) T) ((-337 . -23) T) ((-149 . -600) 67357) ((-819 . -781) 67336) ((-819 . -778) 67315) ((-584 . -38) 67288) ((-583 . -38) 67185) ((-852 . -545) T) ((-218 . -129) T) ((-313 . -984) 67151) ((-78 . -600) 67133) ((-698 . -301) 67112) ((-288 . -712) 67014) ((-810 . -101) T) ((-847 . -827) T) ((-288 . -466) 66993) ((-1253 . -101) T) ((-40 . -357) T) ((-854 . -144) 66972) ((-854 . -142) 66951) ((-1137 . -482) 66933) ((-1262 . -1031) T) ((-475 . -507) 66866) ((-1125 . -1192) T) ((-946 . -600) 66848) ((-632 . -482) 66832) ((-619 . -482) 66763) ((-801 . -600) 66494) ((-48 . -27) T) ((-1157 . -703) 66391) ((-638 . -1079) T) ((-844 . -843) T) ((-430 . -358) 66365) ((-1081 . -101) T) ((-952 . -1079) T) ((-847 . -1079) T) ((-802 . -303) 66352) ((-526 . -520) T) ((-526 . -565) T) ((-1258 . -376) 66324) ((-1035 . -507) 66257) ((-1138 . -280) 66233) ((-235 . -226) 66202) ((-1250 . -703) 66172) ((-1145 . -92) T) ((-976 . -92) T) ((-803 . -169) 66151) ((-222 . -507) 66084) ((-608 . -781) 66063) ((-608 . -778) 66042) ((-1189 . -600) 65954) ((-217 . -1192) T) ((-660 . -600) 65886) ((-1135 . -992) 65870) ((-925 . -101) 65820) ((-345 . -712) T) ((-844 . -600) 65802) ((-1202 . -394) 65754) ((-1092 . -482) 65738) ((-59 . -303) 65676) ((-325 . -101) T) ((-1186 . -21) T) ((-1186 . -25) T) ((-40 . -1091) T) ((-697 . -21) T) ((-614 . -600) 65658) ((-508 . -317) 65637) ((-697 . -25) T) ((-107 . -280) NIL) ((-903 . -1091) T) ((-40 . -23) T) ((-757 . -1091) T) ((-553 . -1196) T) ((-488 . -1196) T) ((-313 . -600) 65619) ((-986 . -226) 65601) ((-166 . -163) 65585) ((-569 . -545) T) ((-553 . -545) T) ((-488 . -545) T) ((-757 . -23) T) ((-1222 . -144) 65564) ((-1138 . -591) 65540) ((-1222 . -142) 65519) ((-1009 . -482) 65503) ((-1201 . -142) 65428) ((-1201 . -144) 65353) ((-1253 . -1259) 65332) ((-469 . -482) 65316) ((-456 . -482) 65300) ((-516 . -34) T) ((-638 . -703) 65270) ((-111 . -949) T) ((-647 . -833) 65249) ((-1157 . -169) 65200) ((-359 . -101) T) ((-235 . -233) 65179) ((-245 . -101) T) ((-244 . -101) T) ((-1211 . -931) 65148) ((-240 . -833) 65127) ((-802 . -38) 64976) ((-45 . -507) 64768) ((-1137 . -280) 64743) ((-209 . -1079) T) ((-1129 . -1079) T) ((-1129 . -597) 64722) ((-574 . -25) T) ((-574 . -21) T) ((-1081 . -303) 64660) ((-945 . -405) 64644) ((-684 . -1196) T) ((-619 . -280) 64619) ((-1066 . -626) 64567) ((-768 . -626) 64515) ((-766 . -626) 64463) ((-337 . -129) T) ((-283 . -600) 64445) ((-684 . -545) T) ((-887 . -1079) T) ((-852 . -1091) T) ((-447 . -626) 64393) ((-887 . -885) 64377) ((-373 . -445) T) ((-480 . -1079) T) ((-686 . -633) 64364) ((-925 . -303) 64302) ((-212 . -1079) T) ((-310 . -902) 64281) ((-307 . -902) T) ((-307 . -806) NIL) ((-384 . -706) T) ((-852 . -23) T) ((-115 . -633) 64268) ((-467 . -142) 64247) ((-412 . -405) 64231) ((-467 . -144) 64210) ((-109 . -482) 64192) ((-2 . -600) 64174) ((-181 . -101) T) ((-1137 . -19) 64156) ((-1137 . -591) 64131) ((-643 . -21) T) ((-643 . -25) T) ((-581 . -1123) T) ((-1092 . -280) 64108) ((-330 . -25) T) ((-330 . -21) T) ((-488 . -357) T) ((-1253 . -38) 64078) ((-1121 . -1192) T) ((-619 . -591) 64053) ((-1066 . -25) T) ((-1066 . -21) T) ((-524 . -778) T) ((-524 . -781) T) ((-116 . -1196) T) ((-945 . -1038) T) ((-610 . -545) T) ((-768 . -25) T) ((-768 . -21) T) ((-766 . -21) T) ((-766 . -25) T) ((-721 . -1038) T) ((-701 . -1038) T) ((-655 . -1037) 64037) ((-510 . -1062) T) ((-454 . -25) T) ((-116 . -545) T) ((-454 . -21) T) ((-447 . -25) T) ((-447 . -21) T) ((-1121 . -1020) 63933) ((-803 . -284) 63912) ((-809 . -1079) T) ((-1260 . -1037) 63896) ((-948 . -949) T) ((-655 . -110) 63875) ((-289 . -507) 63667) ((-1258 . -1037) 63651) ((-1222 . -1177) 63617) ((-1222 . -1180) 63583) ((-245 . -303) 63521) ((-244 . -303) 63459) ((-1205 . -101) 63437) ((-1138 . -601) NIL) ((-1138 . -600) 63419) ((-1222 . -94) 63385) ((-1202 . -226) 63337) ((-1201 . -1177) 63303) ((-95 . -92) T) ((-1201 . -1180) 63269) ((-1121 . -371) 63253) ((-1099 . -806) T) ((-1099 . -902) T) ((-1092 . -591) 63230) ((-1059 . -601) 63214) ((-477 . -600) 63146) ((-801 . -282) 63123) ((-595 . -148) 63070) ((-412 . -1038) T) ((-480 . -703) 63020) ((-475 . -482) 63004) ((-321 . -833) 62983) ((-333 . -633) 62957) ((-50 . -21) T) ((-50 . -25) T) ((-212 . -703) 62907) ((-166 . -710) 62878) ((-171 . -633) 62810) ((-570 . -21) T) ((-570 . -25) T) ((-511 . -25) T) ((-511 . -21) T) ((-468 . -148) 62760) ((-1059 . -600) 62742) ((-1041 . -600) 62724) ((-975 . -101) T) ((-845 . -101) T) ((-785 . -405) 62688) ((-40 . -129) T) ((-684 . -357) T) ((-207 . -877) T) ((-686 . -780) T) ((-686 . -777) T) ((-569 . -1091) T) ((-553 . -1091) T) ((-488 . -1091) T) ((-686 . -712) T) ((-353 . -600) 62670) ((-347 . -600) 62652) ((-339 . -600) 62634) ((-65 . -390) T) ((-65 . -389) T) ((-107 . -601) 62564) ((-107 . -600) 62546) ((-206 . -877) T) ((-940 . -148) 62530) ((-757 . -129) T) ((-655 . -603) 62426) ((-132 . -712) T) ((-115 . -712) T) ((-1222 . -35) 62392) ((-1035 . -482) 62376) ((-569 . -23) T) ((-553 . -23) T) ((-488 . -23) T) ((-1201 . -94) 62342) ((-1201 . -35) 62308) ((-1151 . -101) T) ((-1104 . -101) T) ((-837 . -101) T) ((-222 . -482) 62292) ((-1260 . -110) 62271) ((-1258 . -110) 62250) ((-44 . -1037) 62234) ((-1211 . -1214) 62218) ((-838 . -835) 62202) ((-1157 . -284) 62181) ((-109 . -280) 62156) ((-127 . -148) 62138) ((-1121 . -882) 62097) ((-44 . -110) 62076) ((-1260 . -603) 62050) ((-1160 . -1233) T) ((-1145 . -600) 62016) ((-655 . -1031) T) ((-1137 . -601) NIL) ((-1137 . -600) 61998) ((-1043 . -597) 61973) ((-1043 . -1079) T) ((-976 . -600) 61939) ((-73 . -434) T) ((-73 . -389) T) ((-655 . -228) 61918) ((-149 . -1037) 61902) ((-560 . -543) 61886) ((-349 . -144) 61865) ((-349 . -142) 61816) ((-346 . -144) 61795) ((-688 . -1079) T) ((-346 . -142) 61746) ((-338 . -144) 61725) ((-338 . -142) 61676) ((-258 . -142) 61655) ((-258 . -144) 61634) ((-245 . -38) 61604) ((-242 . -144) 61583) ((-116 . -357) T) ((-242 . -142) 61562) ((-244 . -38) 61532) ((-149 . -110) 61511) ((-985 . -1020) 61399) ((-1146 . -831) NIL) ((-679 . -1196) T) ((-785 . -1038) T) ((-684 . -1091) T) ((-1260 . -1031) T) ((-1258 . -603) 61356) ((-1258 . -1031) T) ((-1135 . -1192) T) ((-985 . -371) 61333) ((-892 . -142) T) ((-892 . -144) 61315) ((-852 . -129) T) ((-801 . -1037) 61212) ((-679 . -545) T) ((-684 . -23) T) ((-632 . -600) 61144) ((-632 . -601) 61105) ((-619 . -601) NIL) ((-619 . -600) 61087) ((-480 . -169) T) ((-218 . -21) T) ((-212 . -169) T) ((-218 . -25) T) ((-467 . -1180) 61053) ((-467 . -1177) 61019) ((-268 . -600) 61001) ((-267 . -600) 60983) ((-266 . -600) 60965) ((-265 . -600) 60947) ((-264 . -600) 60929) ((-493 . -636) 60911) ((-263 . -600) 60893) ((-333 . -712) T) ((-262 . -600) 60875) ((-109 . -19) 60857) ((-171 . -712) T) ((-493 . -367) 60839) ((-207 . -600) 60821) ((-513 . -1128) 60805) ((-493 . -122) T) ((-109 . -591) 60780) ((-206 . -600) 60762) ((-467 . -35) 60728) ((-467 . -94) 60694) ((-204 . -600) 60676) ((-203 . -600) 60658) ((-202 . -600) 60640) ((-201 . -600) 60622) ((-198 . -600) 60604) ((-197 . -600) 60586) ((-196 . -600) 60568) ((-195 . -600) 60550) ((-194 . -600) 60532) ((-193 . -600) 60514) ((-192 . -600) 60496) ((-529 . -1082) 60448) ((-191 . -600) 60430) ((-190 . -600) 60412) ((-45 . -482) 60349) ((-189 . -600) 60331) ((-188 . -600) 60313) ((-1094 . -101) T) ((-801 . -110) 60203) ((-630 . -101) 60153) ((-475 . -280) 60130) ((-1092 . -600) 59861) ((-1080 . -1079) T) ((-1028 . -1192) T) ((-1261 . -1020) 59845) ((-610 . -1091) T) ((-1151 . -303) 59832) ((-1114 . -1079) T) ((-1104 . -303) 59819) ((-1075 . -1062) T) ((-1069 . -1062) T) ((-1053 . -1062) T) ((-1046 . -1062) T) ((-1018 . -1062) T) ((-1001 . -1062) T) ((-116 . -1091) T) ((-805 . -101) T) ((-613 . -1062) T) ((-610 . -23) T) ((-1129 . -507) 59611) ((-476 . -1062) T) ((-985 . -882) 59563) ((-380 . -101) T) ((-318 . -101) T) ((-213 . -1062) T) ((-945 . -1079) T) ((-149 . -1031) T) ((-717 . -405) 59547) ((-116 . -23) T) ((-721 . -1079) T) ((-701 . -1079) T) ((-688 . -130) T) ((-446 . -1079) T) ((-401 . -1192) T) ((-310 . -424) 59531) ((-580 . -92) T) ((-1009 . -601) 59492) ((-1006 . -1196) T) ((-220 . -101) T) ((-1009 . -600) 59454) ((-802 . -226) 59438) ((-801 . -603) 59265) ((-1006 . -545) T) ((-819 . -633) 59238) ((-348 . -1196) T) ((-469 . -600) 59200) ((-469 . -601) 59161) ((-456 . -601) 59122) ((-456 . -600) 59084) ((-401 . -866) 59068) ((-313 . -1037) 58903) ((-401 . -868) 58828) ((-826 . -1020) 58724) ((-480 . -507) NIL) ((-475 . -591) 58701) ((-348 . -545) T) ((-212 . -507) NIL) ((-854 . -445) T) ((-412 . -1079) T) ((-401 . -1020) 58565) ((-313 . -110) 58386) ((-679 . -357) T) ((-220 . -278) T) ((-48 . -1196) T) ((-801 . -1031) 58316) ((-569 . -129) T) ((-553 . -129) T) ((-488 . -129) T) ((-48 . -545) T) ((-1138 . -282) 58292) ((-1151 . -1130) 58270) ((-310 . -27) 58249) ((-1042 . -101) T) ((-801 . -228) 58201) ((-235 . -831) 58180) ((-934 . -101) T) ((-699 . -101) T) ((-289 . -482) 58117) ((-474 . -101) T) ((-717 . -1038) T) ((-599 . -600) 58099) ((-599 . -601) 57960) ((-401 . -371) 57944) ((-401 . -332) 57928) ((-1151 . -38) 57757) ((-1104 . -38) 57606) ((-837 . -38) 57576) ((-384 . -633) 57560) ((-630 . -303) 57498) ((-945 . -703) 57395) ((-721 . -703) 57365) ((-217 . -106) 57349) ((-45 . -280) 57274) ((-608 . -633) 57248) ((-306 . -1079) T) ((-283 . -1037) 57235) ((-109 . -600) 57217) ((-109 . -601) 57199) ((-446 . -703) 57169) ((-802 . -247) 57108) ((-674 . -1079) 57086) ((-539 . -1079) T) ((-1153 . -1038) T) ((-1152 . -1038) T) ((-1146 . -1038) T) ((-283 . -110) 57071) ((-1105 . -1038) T) ((-539 . -597) 57050) ((-95 . -600) 57016) ((-986 . -831) T) ((-222 . -672) 56974) ((-679 . -1091) T) ((-1186 . -726) 56950) ((-313 . -1031) T) ((-337 . -25) T) ((-337 . -21) T) ((-401 . -882) 56909) ((-67 . -1192) T) ((-819 . -780) 56888) ((-412 . -703) 56862) ((-785 . -1079) T) ((-819 . -777) 56841) ((-684 . -129) T) ((-698 . -902) 56820) ((-679 . -23) T) ((-480 . -284) T) ((-819 . -712) 56799) ((-313 . -228) 56751) ((-313 . -238) 56730) ((-212 . -284) T) ((-1006 . -357) T) ((-1222 . -445) 56709) ((-1201 . -445) 56688) ((-348 . -323) 56665) ((-348 . -357) T) ((-1119 . -600) 56647) ((-45 . -1226) 56597) ((-853 . -101) T) ((-630 . -276) 56581) ((-684 . -1040) T) ((-1249 . -101) T) ((-470 . -633) 56546) ((-461 . -1079) T) ((-45 . -591) 56471) ((-1248 . -101) T) ((-1137 . -282) 56446) ((-40 . -626) 56385) ((-48 . -357) T) ((-1085 . -600) 56367) ((-1066 . -833) 56346) ((-619 . -282) 56321) ((-768 . -833) 56300) ((-766 . -833) 56279) ((-475 . -600) 56010) ((-235 . -405) 55979) ((-934 . -303) 55966) ((-447 . -833) 55945) ((-64 . -1192) T) ((-1043 . -507) 55789) ((-610 . -129) T) ((-474 . -303) 55776) ((-593 . -1079) T) ((-116 . -129) T) ((-656 . -1079) T) ((-283 . -1031) T) ((-177 . -1079) T) ((-158 . -1079) T) ((-153 . -1079) T) ((-151 . -1079) T) ((-446 . -747) T) ((-31 . -1062) T) ((-945 . -169) 55727) ((-952 . -92) T) ((-1059 . -1037) 55637) ((-608 . -780) 55616) ((-581 . -1079) T) ((-608 . -777) 55595) ((-608 . -712) T) ((-289 . -280) 55574) ((-288 . -1192) T) ((-1035 . -600) 55536) ((-1035 . -601) 55497) ((-1006 . -1091) T) ((-166 . -101) T) ((-269 . -833) T) ((-1144 . -1079) T) ((-804 . -600) 55479) ((-1092 . -282) 55456) ((-1081 . -224) 55440) ((-985 . -301) T) ((-785 . -703) 55424) ((-353 . -1037) 55376) ((-348 . -1091) T) ((-347 . -1037) 55328) ((-408 . -600) 55310) ((-379 . -600) 55292) ((-339 . -1037) 55244) ((-222 . -600) 55176) ((-1059 . -110) 55072) ((-1006 . -23) T) ((-107 . -1037) 55022) ((-880 . -101) T) ((-824 . -101) T) ((-794 . -101) T) ((-755 . -101) T) ((-662 . -101) T) ((-467 . -445) 55001) ((-412 . -169) T) ((-353 . -110) 54939) ((-347 . -110) 54877) ((-339 . -110) 54815) ((-245 . -226) 54784) ((-244 . -226) 54753) ((-348 . -23) T) ((-70 . -1192) T) ((-220 . -38) 54718) ((-107 . -110) 54652) ((-40 . -25) T) ((-40 . -21) T) ((-655 . -706) T) ((-166 . -278) 54630) ((-48 . -1091) T) ((-903 . -25) T) ((-757 . -25) T) ((-1129 . -482) 54567) ((-478 . -1079) T) ((-1262 . -633) 54541) ((-1211 . -101) T) ((-838 . -101) T) ((-235 . -1038) 54471) ((-1042 . -1130) T) ((-946 . -778) 54424) ((-375 . -633) 54408) ((-48 . -23) T) ((-946 . -781) 54361) ((-801 . -781) 54312) ((-801 . -778) 54263) ((-289 . -591) 54242) ((-470 . -712) T) ((-560 . -101) T) ((-1059 . -603) 54138) ((-853 . -303) 54095) ((-638 . -280) 54074) ((-111 . -646) T) ((-353 . -603) 54058) ((-347 . -603) 54042) ((-339 . -603) 54026) ((-75 . -1192) T) ((-107 . -603) 53986) ((-1042 . -38) 53973) ((-649 . -368) 53952) ((-934 . -38) 53801) ((-717 . -1079) T) ((-474 . -38) 53650) ((-85 . -1192) T) ((-560 . -278) T) ((-580 . -600) 53616) ((-1202 . -831) NIL) ((-1153 . -1079) T) ((-1152 . -1079) T) ((-345 . -1020) 53593) ((-1059 . -1031) T) ((-986 . -1038) T) ((-45 . -600) 53575) ((-45 . -601) NIL) ((-896 . -1038) T) ((-803 . -600) 53557) ((-1146 . -1079) T) ((-1126 . -101) 53535) ((-1059 . -238) 53486) ((-421 . -1038) T) ((-353 . -1031) T) ((-359 . -358) 53463) ((-347 . -1031) T) ((-339 . -1031) T) ((-245 . -233) 53442) ((-244 . -233) 53421) ((-1059 . -228) 53346) ((-1105 . -1079) T) ((-288 . -882) 53305) ((-107 . -1031) T) ((-679 . -129) T) ((-412 . -507) 53147) ((-353 . -228) 53126) ((-353 . -238) T) ((-44 . -706) T) ((-347 . -228) 53105) ((-347 . -238) T) ((-339 . -228) 53084) ((-339 . -238) T) ((-166 . -303) 53049) ((-107 . -238) T) ((-107 . -228) T) ((-313 . -778) T) ((-852 . -21) T) ((-852 . -25) T) ((-401 . -301) T) ((-493 . -34) T) ((-109 . -282) 53024) ((-1092 . -1037) 52921) ((-853 . -1130) NIL) ((-324 . -600) 52903) ((-401 . -1004) 52881) ((-1092 . -110) 52771) ((-676 . -1233) T) ((-430 . -1079) T) ((-1262 . -712) T) ((-62 . -600) 52753) ((-853 . -38) 52698) ((-516 . -1192) T) ((-589 . -148) 52682) ((-505 . -600) 52664) ((-1211 . -303) 52651) ((-717 . -703) 52500) ((-524 . -779) T) ((-524 . -780) T) ((-553 . -626) 52482) ((-488 . -626) 52442) ((-349 . -445) T) ((-346 . -445) T) ((-338 . -445) T) ((-258 . -445) 52393) ((-518 . -1079) T) ((-513 . -1079) 52343) ((-242 . -445) 52294) ((-1129 . -280) 52273) ((-1157 . -600) 52255) ((-674 . -507) 52188) ((-945 . -284) 52167) ((-539 . -507) 51959) ((-1151 . -226) 51943) ((-1092 . -603) 51770) ((-166 . -1130) 51749) ((-1250 . -600) 51731) ((-1153 . -703) 51628) ((-1152 . -703) 51469) ((-874 . -101) T) ((-1146 . -703) 51265) ((-1105 . -703) 51162) ((-1135 . -659) 51146) ((-349 . -396) 51097) ((-346 . -396) 51048) ((-338 . -396) 50999) ((-1006 . -129) T) ((-785 . -507) 50911) ((-289 . -601) NIL) ((-289 . -600) 50893) ((-892 . -445) T) ((-946 . -362) 50846) ((-801 . -362) 50825) ((-503 . -502) 50804) ((-501 . -502) 50783) ((-480 . -280) NIL) ((-475 . -282) 50760) ((-412 . -284) T) ((-348 . -129) T) ((-212 . -280) NIL) ((-679 . -486) NIL) ((-98 . -1091) T) ((-166 . -38) 50588) ((-1222 . -955) 50550) ((-1126 . -303) 50488) ((-1201 . -955) 50457) ((-892 . -396) T) ((-1092 . -1031) 50387) ((-1224 . -545) T) ((-1129 . -591) 50366) ((-111 . -833) T) ((-1043 . -482) 50297) ((-569 . -21) T) ((-569 . -25) T) ((-553 . -21) T) ((-553 . -25) T) ((-488 . -25) T) ((-488 . -21) T) ((-1211 . -1130) 50275) ((-1092 . -228) 50227) ((-48 . -129) T) ((-1173 . -101) T) ((-235 . -1079) 50017) ((-853 . -394) 49994) ((-1067 . -101) T) ((-1055 . -101) T) ((-595 . -101) T) ((-468 . -101) T) ((-1211 . -38) 49823) ((-838 . -38) 49793) ((-717 . -169) 49704) ((-638 . -600) 49686) ((-631 . -1062) T) ((-560 . -38) 49673) ((-952 . -600) 49639) ((-940 . -101) 49589) ((-847 . -600) 49571) ((-847 . -601) 49493) ((-581 . -507) NIL) ((-1230 . -1038) T) ((-1223 . -1038) T) ((-1202 . -1038) T) ((-584 . -1038) T) ((-583 . -1038) T) ((-1266 . -1091) T) ((-1153 . -169) 49444) ((-1152 . -169) 49375) ((-1146 . -169) 49306) ((-1105 . -169) 49257) ((-986 . -1079) T) ((-953 . -1079) T) ((-896 . -1079) T) ((-1186 . -144) 49236) ((-785 . -783) 49220) ((-684 . -25) T) ((-684 . -21) T) ((-116 . -626) 49197) ((-686 . -868) 49179) ((-421 . -1079) T) ((-310 . -1196) 49158) ((-307 . -1196) T) ((-166 . -394) 49142) ((-1186 . -142) 49121) ((-467 . -955) 49083) ((-127 . -101) T) ((-71 . -600) 49065) ((-107 . -781) T) ((-107 . -778) T) ((-310 . -545) 49044) ((-686 . -1020) 49026) ((-307 . -545) T) ((-1266 . -23) T) ((-132 . -1020) 49008) ((-475 . -1037) 48905) ((-45 . -282) 48830) ((-235 . -703) 48772) ((-510 . -101) T) ((-475 . -110) 48662) ((-1071 . -101) 48640) ((-1016 . -101) T) ((-630 . -814) 48619) ((-717 . -507) 48562) ((-1035 . -1037) 48546) ((-1114 . -92) T) ((-1043 . -280) 48521) ((-610 . -21) T) ((-610 . -25) T) ((-517 . -1079) T) ((-355 . -101) T) ((-316 . -101) T) ((-655 . -633) 48495) ((-379 . -1037) 48479) ((-1035 . -110) 48458) ((-802 . -405) 48442) ((-116 . -25) T) ((-88 . -600) 48424) ((-116 . -21) T) ((-595 . -303) 48219) ((-468 . -303) 48023) ((-1129 . -601) NIL) ((-379 . -110) 48002) ((-373 . -101) T) ((-209 . -600) 47984) ((-1129 . -600) 47966) ((-1146 . -507) 47735) ((-986 . -703) 47685) ((-1105 . -507) 47655) ((-896 . -703) 47607) ((-475 . -603) 47434) ((-345 . -301) T) ((-1165 . -148) 47384) ((-940 . -303) 47322) ((-820 . -101) T) ((-421 . -703) 47306) ((-220 . -814) T) ((-813 . -101) T) ((-811 . -101) T) ((-472 . -148) 47256) ((-1222 . -1221) 47235) ((-1099 . -1196) T) ((-333 . -1020) 47202) ((-1222 . -1216) 47172) ((-1222 . -1219) 47156) ((-1201 . -1200) 47135) ((-79 . -600) 47117) ((-887 . -600) 47099) ((-1201 . -1216) 47076) ((-1099 . -545) T) ((-903 . -833) T) ((-757 . -833) T) ((-480 . -601) 47006) ((-480 . -600) 46988) ((-373 . -278) T) ((-657 . -833) T) ((-1201 . -1198) 46972) ((-1224 . -1091) T) ((-212 . -601) 46902) ((-212 . -600) 46884) ((-1260 . -633) 46858) ((-1043 . -591) 46833) ((-804 . -603) 46817) ((-58 . -148) 46801) ((-509 . -148) 46785) ((-489 . -148) 46769) ((-353 . -1257) 46753) ((-347 . -1257) 46737) ((-339 . -1257) 46721) ((-310 . -357) 46700) ((-307 . -357) T) ((-475 . -1031) 46630) ((-679 . -626) 46612) ((-1258 . -633) 46586) ((-127 . -303) NIL) ((-1224 . -23) T) ((-674 . -482) 46570) ((-63 . -600) 46552) ((-1092 . -781) 46503) ((-1092 . -778) 46454) ((-539 . -482) 46391) ((-655 . -34) T) ((-475 . -228) 46343) ((-289 . -282) 46322) ((-235 . -169) 46301) ((-802 . -1038) T) ((-44 . -633) 46259) ((-1059 . -362) 46210) ((-717 . -284) 46141) ((-513 . -507) 46074) ((-803 . -1037) 46025) ((-1066 . -142) 46004) ((-353 . -362) 45983) ((-347 . -362) 45962) ((-339 . -362) 45941) ((-1066 . -144) 45920) ((-853 . -226) 45897) ((-803 . -110) 45839) ((-768 . -142) 45818) ((-768 . -144) 45797) ((-258 . -931) 45764) ((-245 . -831) 45743) ((-242 . -931) 45688) ((-244 . -831) 45667) ((-766 . -142) 45646) ((-766 . -144) 45625) ((-149 . -633) 45599) ((-568 . -1079) T) ((-447 . -144) 45578) ((-447 . -142) 45557) ((-655 . -712) T) ((-809 . -600) 45539) ((-1230 . -1079) T) ((-1223 . -1079) T) ((-1202 . -1079) T) ((-1186 . -1180) 45505) ((-1186 . -1177) 45471) ((-1153 . -284) 45450) ((-1152 . -284) 45401) ((-1146 . -284) 45352) ((-1105 . -284) 45331) ((-333 . -882) 45312) ((-986 . -169) T) ((-896 . -169) T) ((-584 . -1079) T) ((-583 . -1079) T) ((-679 . -21) T) ((-679 . -25) T) ((-467 . -1219) 45296) ((-467 . -1216) 45266) ((-412 . -280) 45194) ((-310 . -1091) 45043) ((-307 . -1091) T) ((-1186 . -35) 45009) ((-1186 . -94) 44975) ((-83 . -600) 44957) ((-90 . -101) 44935) ((-1266 . -129) T) ((-570 . -142) T) ((-570 . -144) 44917) ((-511 . -144) 44899) ((-511 . -142) T) ((-310 . -23) 44751) ((-40 . -336) 44725) ((-307 . -23) T) ((-1137 . -636) 44707) ((-1253 . -1038) T) ((-1137 . -367) 44689) ((-801 . -633) 44537) ((-1075 . -101) T) ((-1069 . -101) T) ((-1053 . -101) T) ((-166 . -226) 44521) ((-1046 . -101) T) ((-1018 . -101) T) ((-1001 . -101) T) ((-581 . -482) 44503) ((-613 . -101) T) ((-235 . -507) 44436) ((-476 . -101) T) ((-1260 . -712) T) ((-1258 . -712) T) ((-213 . -101) T) ((-1157 . -1037) 44319) ((-1157 . -110) 44188) ((-844 . -170) T) ((-803 . -1031) T) ((-666 . -1062) T) ((-661 . -1062) T) ((-508 . -101) T) ((-503 . -101) T) ((-48 . -626) 44148) ((-501 . -101) T) ((-471 . -1062) T) ((-1250 . -1037) 44118) ((-136 . -1062) T) ((-135 . -1062) T) ((-131 . -1062) T) ((-1016 . -38) 44102) ((-803 . -228) T) ((-803 . -238) 44081) ((-1250 . -110) 44046) ((-1230 . -703) 43943) ((-539 . -280) 43922) ((-1223 . -703) 43763) ((-1211 . -226) 43747) ((-593 . -92) T) ((-1043 . -601) NIL) ((-1043 . -600) 43729) ((-656 . -92) T) ((-177 . -92) T) ((-158 . -92) T) ((-153 . -92) T) ((-151 . -92) T) ((-1202 . -703) 43525) ((-985 . -902) T) ((-688 . -600) 43494) ((-149 . -712) T) ((-1092 . -362) 43473) ((-986 . -507) NIL) ((-245 . -405) 43442) ((-244 . -405) 43411) ((-1006 . -25) T) ((-1006 . -21) T) ((-584 . -703) 43384) ((-583 . -703) 43281) ((-785 . -280) 43239) ((-125 . -101) 43217) ((-819 . -1020) 43113) ((-166 . -814) 43092) ((-313 . -633) 42989) ((-801 . -34) T) ((-700 . -101) T) ((-1157 . -603) 42885) ((-1099 . -1091) T) ((-1008 . -1192) T) ((-373 . -38) 42850) ((-348 . -25) T) ((-348 . -21) T) ((-182 . -101) T) ((-159 . -101) T) ((-154 . -101) T) ((-349 . -1245) 42834) ((-346 . -1245) 42818) ((-338 . -1245) 42802) ((-166 . -343) 42781) ((-553 . -833) T) ((-488 . -833) T) ((-1099 . -23) T) ((-86 . -600) 42763) ((-686 . -301) T) ((-820 . -38) 42733) ((-813 . -38) 42703) ((-1224 . -129) T) ((-1129 . -282) 42682) ((-946 . -779) 42635) ((-946 . -780) 42588) ((-801 . -777) 42567) ((-115 . -301) T) ((-90 . -303) 42505) ((-660 . -34) T) ((-539 . -591) 42484) ((-48 . -25) T) ((-48 . -21) T) ((-801 . -780) 42435) ((-801 . -779) 42414) ((-686 . -1004) T) ((-638 . -1037) 42398) ((-946 . -712) 42297) ((-801 . -712) 42207) ((-946 . -466) 42160) ((-475 . -781) 42111) ((-475 . -778) 42062) ((-892 . -1245) 42049) ((-1157 . -1031) T) ((-638 . -110) 42028) ((-1157 . -320) 42005) ((-1178 . -101) 41983) ((-1080 . -600) 41965) ((-686 . -538) T) ((-802 . -1079) T) ((-1250 . -1031) T) ((-407 . -1079) T) ((-1114 . -600) 41931) ((-245 . -1038) 41861) ((-244 . -1038) 41791) ((-283 . -633) 41778) ((-581 . -280) 41753) ((-674 . -672) 41711) ((-945 . -600) 41693) ((-854 . -101) T) ((-721 . -600) 41675) ((-701 . -600) 41657) ((-1230 . -169) 41608) ((-1223 . -169) 41539) ((-1202 . -169) 41470) ((-684 . -833) T) ((-986 . -284) T) ((-446 . -600) 41452) ((-614 . -712) T) ((-59 . -1079) 41430) ((-240 . -148) 41414) ((-896 . -284) T) ((-1006 . -994) T) ((-614 . -466) T) ((-698 . -1196) 41393) ((-638 . -603) 41289) ((-584 . -169) 41268) ((-583 . -169) 41219) ((-1238 . -833) 41198) ((-698 . -545) 41109) ((-401 . -902) T) ((-401 . -806) 41088) ((-313 . -780) T) ((-313 . -712) T) ((-412 . -600) 41070) ((-412 . -601) 40977) ((-630 . -1128) 40961) ((-109 . -636) 40943) ((-171 . -301) T) ((-125 . -303) 40881) ((-109 . -367) 40863) ((-392 . -1192) T) ((-310 . -129) 40734) ((-307 . -129) T) ((-68 . -389) T) ((-109 . -122) T) ((-513 . -482) 40718) ((-639 . -1091) T) ((-581 . -19) 40700) ((-60 . -434) T) ((-60 . -389) T) ((-810 . -1079) T) ((-581 . -591) 40675) ((-470 . -1020) 40635) ((-638 . -1031) T) ((-639 . -23) T) ((-1253 . -1079) T) ((-31 . -101) T) ((-802 . -703) 40484) ((-566 . -843) T) ((-116 . -833) NIL) ((-1151 . -405) 40468) ((-1104 . -405) 40452) ((-837 . -405) 40436) ((-855 . -101) 40387) ((-1222 . -101) T) ((-1202 . -507) 40156) ((-1201 . -101) T) ((-1178 . -303) 40094) ((-518 . -92) T) ((-1153 . -280) 40079) ((-306 . -600) 40061) ((-1152 . -280) 40046) ((-1081 . -1079) T) ((-1059 . -633) 39956) ((-674 . -600) 39888) ((-283 . -712) T) ((-107 . -891) NIL) ((-674 . -601) 39849) ((-588 . -600) 39831) ((-566 . -600) 39813) ((-539 . -601) NIL) ((-539 . -600) 39795) ((-522 . -600) 39777) ((-1146 . -280) 39625) ((-480 . -1037) 39575) ((-697 . -445) T) ((-504 . -502) 39554) ((-500 . -502) 39533) ((-212 . -1037) 39483) ((-353 . -633) 39435) ((-347 . -633) 39387) ((-220 . -831) T) ((-339 . -633) 39339) ((-589 . -101) 39289) ((-475 . -362) 39268) ((-107 . -633) 39218) ((-480 . -110) 39152) ((-235 . -482) 39136) ((-337 . -144) 39118) ((-337 . -142) T) ((-166 . -364) 39089) ((-925 . -1236) 39073) ((-212 . -110) 39007) ((-854 . -303) 38972) ((-925 . -1079) 38922) ((-785 . -601) 38883) ((-785 . -600) 38865) ((-704 . -101) T) ((-325 . -1079) T) ((-1099 . -129) T) ((-700 . -38) 38835) ((-310 . -486) 38814) ((-493 . -1192) T) ((-1222 . -278) 38780) ((-1201 . -278) 38746) ((-321 . -148) 38730) ((-1043 . -282) 38705) ((-1253 . -703) 38675) ((-1138 . -34) T) ((-1262 . -1020) 38652) ((-461 . -600) 38634) ((-477 . -34) T) ((-375 . -1020) 38618) ((-1151 . -1038) T) ((-1104 . -1038) T) ((-837 . -1038) T) ((-1042 . -831) T) ((-480 . -603) 38578) ((-212 . -603) 38538) ((-802 . -169) 38449) ((-513 . -280) 38426) ((-116 . -974) 38403) ((-1230 . -284) 38382) ((-1173 . -358) 38356) ((-1067 . -260) 38340) ((-656 . -600) 38306) ((-593 . -600) 38256) ((-467 . -101) T) ((-177 . -600) 38222) ((-153 . -600) 38188) ((-151 . -600) 38154) ((-359 . -1079) T) ((-245 . -1079) T) ((-244 . -1079) T) ((-158 . -600) 38120) ((-1223 . -284) 38071) ((-1202 . -284) 38022) ((-854 . -1130) 38000) ((-1153 . -984) 37966) ((-595 . -358) 37906) ((-1152 . -984) 37872) ((-595 . -224) 37819) ((-581 . -600) 37801) ((-581 . -601) NIL) ((-679 . -833) T) ((-468 . -224) 37751) ((-480 . -1031) T) ((-1146 . -984) 37717) ((-87 . -433) T) ((-87 . -389) T) ((-212 . -1031) T) ((-1105 . -984) 37683) ((-1059 . -712) T) ((-698 . -1091) T) ((-584 . -284) 37662) ((-583 . -284) 37641) ((-480 . -238) T) ((-480 . -228) T) ((-212 . -238) T) ((-212 . -228) T) ((-1144 . -600) 37623) ((-854 . -38) 37575) ((-353 . -712) T) ((-347 . -712) T) ((-339 . -712) T) ((-107 . -780) T) ((-107 . -777) T) ((-513 . -1226) 37559) ((-107 . -712) T) ((-698 . -23) T) ((-1266 . -25) T) ((-467 . -278) 37525) ((-1266 . -21) T) ((-1201 . -303) 37464) ((-1155 . -101) T) ((-40 . -142) 37436) ((-40 . -144) 37408) ((-513 . -591) 37385) ((-1092 . -633) 37233) ((-589 . -303) 37171) ((-45 . -636) 37121) ((-45 . -651) 37071) ((-45 . -367) 37021) ((-1137 . -34) T) ((-853 . -831) NIL) ((-639 . -129) T) ((-478 . -600) 37003) ((-235 . -280) 36980) ((-181 . -1079) T) ((-632 . -34) T) ((-619 . -34) T) ((-1066 . -445) 36931) ((-802 . -507) 36805) ((-768 . -445) 36736) ((-766 . -445) 36687) ((-447 . -445) 36638) ((-934 . -405) 36622) ((-717 . -600) 36604) ((-245 . -703) 36546) ((-244 . -703) 36488) ((-717 . -601) 36349) ((-474 . -405) 36333) ((-333 . -296) T) ((-517 . -92) T) ((-345 . -902) T) ((-982 . -101) 36311) ((-1006 . -833) T) ((-59 . -507) 36244) ((-1201 . -1130) 36196) ((-986 . -280) NIL) ((-220 . -1038) T) ((-373 . -814) T) ((-1092 . -34) T) ((-570 . -445) T) ((-511 . -445) T) ((-1205 . -1072) 36180) ((-1205 . -1079) 36158) ((-235 . -591) 36135) ((-1205 . -1074) 36092) ((-1153 . -600) 36074) ((-1152 . -600) 36056) ((-1146 . -600) 36038) ((-1146 . -601) NIL) ((-1105 . -600) 36020) ((-854 . -394) 36004) ((-529 . -101) T) ((-1222 . -38) 35845) ((-1201 . -38) 35659) ((-852 . -144) T) ((-570 . -396) T) ((-48 . -833) T) ((-511 . -396) T) ((-1234 . -101) T) ((-1224 . -21) T) ((-1224 . -25) T) ((-1092 . -777) 35638) ((-1092 . -780) 35589) ((-1092 . -779) 35568) ((-975 . -1079) T) ((-1009 . -34) T) ((-845 . -1079) T) ((-1092 . -712) 35478) ((-649 . -101) T) ((-631 . -101) T) ((-539 . -282) 35457) ((-1165 . -101) T) ((-469 . -34) T) ((-456 . -34) T) ((-349 . -101) T) ((-346 . -101) T) ((-338 . -101) T) ((-258 . -101) T) ((-242 . -101) T) ((-470 . -301) T) ((-1042 . -1038) T) ((-934 . -1038) T) ((-310 . -626) 35363) ((-307 . -626) 35324) ((-474 . -1038) T) ((-472 . -101) T) ((-430 . -600) 35306) ((-1151 . -1079) T) ((-1104 . -1079) T) ((-837 . -1079) T) ((-1120 . -101) T) ((-802 . -284) 35237) ((-945 . -1037) 35120) ((-470 . -1004) T) ((-721 . -1037) 35090) ((-446 . -1037) 35060) ((-1126 . -1100) 35044) ((-1081 . -507) 34977) ((-945 . -110) 34846) ((-892 . -101) T) ((-721 . -110) 34811) ((-518 . -600) 34777) ((-58 . -101) 34727) ((-513 . -601) 34688) ((-513 . -600) 34600) ((-512 . -101) 34578) ((-509 . -101) 34528) ((-490 . -101) 34506) ((-489 . -101) 34456) ((-446 . -110) 34419) ((-245 . -169) 34398) ((-244 . -169) 34377) ((-412 . -1037) 34351) ((-1186 . -955) 34313) ((-981 . -1091) T) ((-925 . -507) 34246) ((-480 . -781) T) ((-467 . -38) 34087) ((-412 . -110) 34054) ((-480 . -778) T) ((-982 . -303) 33992) ((-212 . -781) T) ((-212 . -778) T) ((-981 . -23) T) ((-698 . -129) T) ((-1201 . -394) 33962) ((-310 . -25) 33814) ((-166 . -405) 33798) ((-310 . -21) 33669) ((-307 . -25) T) ((-307 . -21) T) ((-847 . -362) T) ((-945 . -603) 33565) ((-109 . -34) T) ((-721 . -603) 33536) ((-475 . -633) 33384) ((-853 . -1038) T) ((-581 . -282) 33359) ((-569 . -144) T) ((-553 . -144) T) ((-488 . -144) T) ((-1151 . -703) 33188) ((-1104 . -703) 33037) ((-1099 . -626) 33019) ((-837 . -703) 32989) ((-655 . -1192) T) ((-1 . -101) T) ((-412 . -603) 32885) ((-235 . -600) 32616) ((-1094 . -1079) T) ((-1211 . -405) 32600) ((-1165 . -303) 32404) ((-945 . -1031) T) ((-721 . -1031) T) ((-701 . -1031) T) ((-630 . -1079) 32354) ((-1035 . -633) 32338) ((-838 . -405) 32322) ((-504 . -101) T) ((-500 . -101) T) ((-242 . -303) 32309) ((-258 . -303) 32296) ((-945 . -320) 32275) ((-379 . -633) 32259) ((-472 . -303) 32063) ((-245 . -507) 31996) ((-655 . -1020) 31892) ((-244 . -507) 31825) ((-1120 . -303) 31751) ((-805 . -1079) T) ((-785 . -1037) 31735) ((-1230 . -280) 31720) ((-1223 . -280) 31705) ((-1202 . -280) 31553) ((-380 . -1079) T) ((-318 . -1079) T) ((-412 . -1031) T) ((-166 . -1038) T) ((-58 . -303) 31491) ((-785 . -110) 31470) ((-583 . -280) 31455) ((-512 . -303) 31393) ((-509 . -303) 31331) ((-490 . -303) 31269) ((-489 . -303) 31207) ((-412 . -228) 31186) ((-475 . -34) T) ((-986 . -601) 31116) ((-220 . -1079) T) ((-986 . -600) 31098) ((-953 . -600) 31080) ((-953 . -601) 31055) ((-896 . -600) 31037) ((-684 . -144) T) ((-686 . -902) T) ((-686 . -806) T) ((-421 . -600) 31019) ((-1099 . -21) T) ((-1099 . -25) T) ((-655 . -371) 31003) ((-115 . -902) T) ((-854 . -226) 30987) ((-77 . -1192) T) ((-125 . -124) 30971) ((-1035 . -34) T) ((-1260 . -1020) 30945) ((-1258 . -1020) 30902) ((-1211 . -1038) T) ((-838 . -1038) T) ((-475 . -777) 30881) ((-349 . -1130) 30860) ((-346 . -1130) 30839) ((-338 . -1130) 30818) ((-475 . -780) 30769) ((-475 . -779) 30748) ((-222 . -34) T) ((-475 . -712) 30658) ((-785 . -603) 30441) ((-59 . -482) 30425) ((-560 . -1038) T) ((-1151 . -169) 30316) ((-1104 . -169) 30227) ((-1042 . -1079) T) ((-1066 . -931) 30172) ((-934 . -1079) T) ((-803 . -633) 30123) ((-768 . -931) 30092) ((-699 . -1079) T) ((-766 . -931) 30059) ((-509 . -276) 30043) ((-655 . -882) 30002) ((-474 . -1079) T) ((-447 . -931) 29969) ((-78 . -1192) T) ((-349 . -38) 29934) ((-346 . -38) 29899) ((-338 . -38) 29864) ((-258 . -38) 29713) ((-242 . -38) 29562) ((-892 . -1130) T) ((-610 . -144) 29541) ((-610 . -142) 29520) ((-517 . -600) 29486) ((-116 . -144) T) ((-116 . -142) NIL) ((-408 . -712) T) ((-785 . -1031) T) ((-337 . -445) T) ((-1230 . -984) 29452) ((-1223 . -984) 29418) ((-1202 . -984) 29384) ((-892 . -38) 29349) ((-220 . -703) 29314) ((-313 . -47) 29284) ((-40 . -403) 29256) ((-137 . -600) 29238) ((-981 . -129) T) ((-801 . -1192) T) ((-171 . -902) T) ((-337 . -396) T) ((-513 . -282) 29215) ((-801 . -1020) 29042) ((-45 . -34) T) ((-666 . -101) T) ((-661 . -101) T) ((-647 . -101) T) ((-639 . -21) T) ((-639 . -25) T) ((-1201 . -226) 29012) ((-1081 . -482) 28996) ((-471 . -101) T) ((-660 . -1192) T) ((-240 . -101) 28946) ((-136 . -101) T) ((-135 . -101) T) ((-131 . -101) T) ((-853 . -1079) T) ((-1157 . -633) 28871) ((-1042 . -703) 28858) ((-717 . -1037) 28701) ((-1151 . -507) 28648) ((-934 . -703) 28497) ((-1104 . -507) 28449) ((-1249 . -1079) T) ((-1248 . -1079) T) ((-474 . -703) 28298) ((-66 . -600) 28280) ((-717 . -110) 28109) ((-925 . -482) 28093) ((-1250 . -633) 28053) ((-803 . -712) T) ((-1153 . -1037) 27936) ((-1152 . -1037) 27771) ((-1146 . -1037) 27561) ((-1105 . -1037) 27444) ((-985 . -1196) T) ((-1073 . -101) 27422) ((-801 . -371) 27391) ((-568 . -600) 27373) ((-985 . -545) T) ((-1153 . -110) 27242) ((-1152 . -110) 27063) ((-1146 . -110) 26832) ((-1105 . -110) 26701) ((-1084 . -1082) 26665) ((-373 . -831) T) ((-1230 . -600) 26647) ((-1223 . -600) 26629) ((-1202 . -600) 26611) ((-1202 . -601) NIL) ((-235 . -282) 26588) ((-40 . -445) T) ((-220 . -169) T) ((-166 . -1079) T) ((-717 . -603) 26464) ((-679 . -144) T) ((-679 . -142) NIL) ((-584 . -600) 26446) ((-583 . -600) 26428) ((-880 . -1079) T) ((-824 . -1079) T) ((-794 . -1079) T) ((-755 . -1079) T) ((-643 . -835) 26412) ((-662 . -1079) T) ((-801 . -882) 26344) ((-40 . -396) NIL) ((-1099 . -646) T) ((-853 . -703) 26289) ((-245 . -482) 26273) ((-244 . -482) 26257) ((-1152 . -603) 26192) ((-698 . -626) 26140) ((-638 . -633) 26114) ((-1146 . -603) 26080) ((-289 . -34) T) ((-717 . -1031) T) ((-570 . -1245) 26067) ((-511 . -1245) 26044) ((-1211 . -1079) T) ((-1151 . -284) 25955) ((-1104 . -284) 25886) ((-1042 . -169) T) ((-838 . -1079) T) ((-934 . -169) 25797) ((-768 . -1214) 25781) ((-630 . -507) 25714) ((-76 . -600) 25696) ((-717 . -320) 25661) ((-1157 . -712) T) ((-560 . -1079) T) ((-474 . -169) 25572) ((-240 . -303) 25510) ((-1121 . -1091) T) ((-69 . -600) 25492) ((-1250 . -712) T) ((-1153 . -1031) T) ((-1152 . -1031) T) ((-321 . -101) 25442) ((-1146 . -1031) T) ((-1121 . -23) T) ((-1105 . -1031) T) ((-90 . -1100) 25426) ((-848 . -1091) T) ((-1153 . -228) 25385) ((-1152 . -238) 25364) ((-1152 . -228) 25316) ((-1146 . -228) 25203) ((-1146 . -238) 25182) ((-313 . -882) 25088) ((-848 . -23) T) ((-166 . -703) 24916) ((-401 . -1196) T) ((-1080 . -362) T) ((-1006 . -144) T) ((-985 . -357) T) ((-852 . -445) T) ((-925 . -280) 24893) ((-310 . -833) T) ((-307 . -833) NIL) ((-856 . -101) T) ((-698 . -25) T) ((-401 . -545) T) ((-698 . -21) T) ((-348 . -144) 24875) ((-348 . -142) T) ((-1126 . -1079) 24853) ((-446 . -706) T) ((-74 . -600) 24835) ((-113 . -833) T) ((-240 . -276) 24819) ((-235 . -1037) 24716) ((-80 . -600) 24698) ((-721 . -362) 24651) ((-1155 . -814) T) ((-723 . -230) 24635) ((-1138 . -1192) T) ((-138 . -230) 24617) ((-235 . -110) 24507) ((-1211 . -703) 24336) ((-48 . -144) T) ((-853 . -169) T) ((-838 . -703) 24306) ((-477 . -1192) T) ((-934 . -507) 24253) ((-638 . -712) T) ((-560 . -703) 24240) ((-1016 . -1038) T) ((-474 . -507) 24183) ((-925 . -19) 24167) ((-925 . -591) 24144) ((-802 . -601) NIL) ((-802 . -600) 24126) ((-986 . -1037) 24076) ((-407 . -600) 24058) ((-245 . -280) 24035) ((-244 . -280) 24012) ((-480 . -891) NIL) ((-310 . -29) 23982) ((-107 . -1192) T) ((-985 . -1091) T) ((-212 . -891) NIL) ((-896 . -1037) 23934) ((-1059 . -1020) 23830) ((-986 . -110) 23764) ((-985 . -23) T) ((-723 . -680) 23748) ((-258 . -226) 23732) ((-421 . -1037) 23716) ((-373 . -1038) T) ((-235 . -603) 23543) ((-896 . -110) 23481) ((-679 . -1180) NIL) ((-480 . -633) 23431) ((-107 . -866) 23413) ((-107 . -868) 23395) ((-679 . -1177) NIL) ((-212 . -633) 23345) ((-353 . -1020) 23329) ((-347 . -1020) 23313) ((-321 . -303) 23251) ((-339 . -1020) 23235) ((-220 . -284) T) ((-421 . -110) 23214) ((-59 . -600) 23146) ((-166 . -169) T) ((-1099 . -833) T) ((-107 . -1020) 23106) ((-874 . -1079) T) ((-820 . -1038) T) ((-813 . -1038) T) ((-679 . -35) NIL) ((-679 . -94) NIL) ((-307 . -974) 23067) ((-180 . -101) T) ((-569 . -445) T) ((-553 . -445) T) ((-488 . -445) T) ((-401 . -357) T) ((-235 . -1031) 22997) ((-1129 . -34) T) ((-470 . -902) T) ((-981 . -626) 22945) ((-245 . -591) 22922) ((-244 . -591) 22899) ((-1059 . -371) 22883) ((-853 . -507) 22791) ((-235 . -228) 22743) ((-1137 . -1192) T) ((-986 . -603) 22703) ((-810 . -600) 22685) ((-1261 . -1091) T) ((-1253 . -600) 22667) ((-1211 . -169) 22558) ((-107 . -371) 22540) ((-107 . -332) 22522) ((-1042 . -284) T) ((-934 . -284) 22453) ((-785 . -362) 22432) ((-632 . -1192) T) ((-619 . -1192) T) ((-474 . -284) 22363) ((-560 . -169) T) ((-321 . -276) 22347) ((-1261 . -23) T) ((-1186 . -101) T) ((-1173 . -1079) T) ((-1067 . -1079) T) ((-1055 . -1079) T) ((-82 . -600) 22329) ((-697 . -101) T) ((-349 . -343) 22308) ((-595 . -1079) T) ((-346 . -343) 22287) ((-338 . -343) 22266) ((-468 . -1079) T) ((-1165 . -224) 22216) ((-258 . -247) 22178) ((-1121 . -129) T) ((-595 . -597) 22154) ((-1059 . -882) 22087) ((-986 . -1031) T) ((-896 . -1031) T) ((-468 . -597) 22066) ((-1146 . -778) NIL) ((-1146 . -781) NIL) ((-1081 . -601) 22027) ((-472 . -224) 21977) ((-1081 . -600) 21959) ((-986 . -238) T) ((-986 . -228) T) ((-421 . -1031) T) ((-940 . -1079) 21909) ((-896 . -238) T) ((-848 . -129) T) ((-684 . -445) T) ((-826 . -1091) 21888) ((-107 . -882) NIL) ((-1186 . -278) 21854) ((-854 . -831) 21833) ((-1092 . -1192) T) ((-887 . -712) T) ((-166 . -507) 21745) ((-981 . -25) T) ((-887 . -466) T) ((-401 . -1091) T) ((-480 . -780) T) ((-480 . -777) T) ((-892 . -343) T) ((-480 . -712) T) ((-212 . -780) T) ((-212 . -777) T) ((-981 . -21) T) ((-212 . -712) T) ((-826 . -23) 21697) ((-313 . -301) 21676) ((-1017 . -230) 21622) ((-401 . -23) T) ((-925 . -601) 21583) ((-925 . -600) 21495) ((-630 . -482) 21479) ((-45 . -992) 21429) ((-604 . -949) T) ((-484 . -101) T) ((-325 . -600) 21411) ((-1092 . -1020) 21238) ((-581 . -636) 21220) ((-127 . -1079) T) ((-581 . -367) 21202) ((-337 . -1245) 21179) ((-1009 . -1192) T) ((-853 . -284) T) ((-1211 . -507) 21126) ((-469 . -1192) T) ((-456 . -1192) T) ((-574 . -101) T) ((-1151 . -280) 21053) ((-610 . -445) 21032) ((-982 . -977) 21016) ((-1253 . -376) 20988) ((-510 . -1079) T) ((-116 . -445) T) ((-1172 . -101) T) ((-1071 . -1079) 20966) ((-1016 . -1079) T) ((-1094 . -92) T) ((-875 . -833) T) ((-345 . -1196) T) ((-1230 . -1037) 20849) ((-1092 . -371) 20818) ((-1223 . -1037) 20653) ((-1202 . -1037) 20443) ((-1230 . -110) 20312) ((-1223 . -110) 20133) ((-1202 . -110) 19902) ((-1186 . -303) 19889) ((-345 . -545) T) ((-359 . -600) 19871) ((-283 . -301) T) ((-584 . -1037) 19844) ((-583 . -1037) 19727) ((-355 . -1079) T) ((-316 . -1079) T) ((-245 . -600) 19688) ((-244 . -600) 19649) ((-985 . -129) T) ((-622 . -23) T) ((-679 . -403) 19616) ((-594 . -23) T) ((-643 . -101) T) ((-584 . -110) 19587) ((-583 . -110) 19456) ((-373 . -1079) T) ((-330 . -101) T) ((-166 . -284) 19367) ((-1201 . -831) 19320) ((-700 . -1038) T) ((-1126 . -507) 19253) ((-1092 . -882) 19185) ((-820 . -1079) T) ((-813 . -1079) T) ((-811 . -1079) T) ((-96 . -101) T) ((-141 . -833) T) ((-599 . -866) 19169) ((-109 . -1192) T) ((-1066 . -101) T) ((-1043 . -34) T) ((-768 . -101) T) ((-766 . -101) T) ((-1223 . -603) 19104) ((-454 . -101) T) ((-447 . -101) T) ((-1202 . -603) 19070) ((-235 . -781) 19021) ((-235 . -778) 18972) ((-634 . -101) T) ((-1211 . -284) 18883) ((-649 . -621) 18867) ((-181 . -600) 18849) ((-630 . -280) 18826) ((-1016 . -703) 18810) ((-560 . -284) T) ((-945 . -633) 18735) ((-1261 . -129) T) ((-721 . -633) 18695) ((-701 . -633) 18682) ((-269 . -101) T) ((-446 . -633) 18612) ((-50 . -101) T) ((-570 . -101) T) ((-511 . -101) T) ((-1230 . -1031) T) ((-1223 . -1031) T) ((-1202 . -1031) T) ((-1230 . -228) 18571) ((-316 . -703) 18553) ((-1223 . -238) 18532) ((-1223 . -228) 18484) ((-1202 . -228) 18371) ((-1202 . -238) 18350) ((-1186 . -38) 18247) ((-986 . -781) T) ((-584 . -1031) T) ((-583 . -1031) T) ((-986 . -778) T) ((-953 . -781) T) ((-953 . -778) T) ((-854 . -1038) T) ((-852 . -851) 18231) ((-108 . -600) 18213) ((-679 . -445) T) ((-373 . -703) 18178) ((-412 . -633) 18152) ((-698 . -833) 18131) ((-697 . -38) 18096) ((-583 . -228) 18055) ((-40 . -710) 18027) ((-345 . -323) 18004) ((-345 . -357) T) ((-1059 . -301) 17955) ((-288 . -1091) 17836) ((-1085 . -1192) T) ((-168 . -101) T) ((-1205 . -600) 17803) ((-826 . -129) 17755) ((-630 . -1226) 17739) ((-820 . -703) 17709) ((-813 . -703) 17679) ((-475 . -1192) T) ((-353 . -301) T) ((-347 . -301) T) ((-339 . -301) T) ((-630 . -591) 17656) ((-401 . -129) T) ((-513 . -651) 17640) ((-107 . -301) T) ((-288 . -23) 17523) ((-513 . -636) 17507) ((-679 . -396) NIL) ((-513 . -367) 17491) ((-285 . -600) 17473) ((-90 . -1079) 17451) ((-107 . -1004) T) ((-553 . -140) T) ((-1238 . -148) 17435) ((-475 . -1020) 17262) ((-1224 . -142) 17223) ((-1224 . -144) 17184) ((-1035 . -1192) T) ((-975 . -600) 17166) ((-845 . -600) 17148) ((-802 . -1037) 16991) ((-1249 . -92) T) ((-1248 . -92) T) ((-1075 . -1079) T) ((-1069 . -1079) T) ((-1066 . -303) 16978) ((-1053 . -1079) T) ((-222 . -1192) T) ((-1046 . -1079) T) ((-1018 . -1079) T) ((-1001 . -1079) T) ((-768 . -303) 16965) ((-766 . -303) 16952) ((-1151 . -601) NIL) ((-802 . -110) 16781) ((-1151 . -600) 16763) ((-613 . -1079) T) ((-566 . -170) T) ((-522 . -170) T) ((-447 . -303) 16750) ((-476 . -1079) T) ((-1104 . -600) 16732) ((-1104 . -601) 16480) ((-1016 . -169) T) ((-213 . -1079) T) ((-837 . -600) 16462) ((-925 . -282) 16439) ((-595 . -507) 16222) ((-804 . -1020) 16206) ((-468 . -507) 15998) ((-945 . -712) T) ((-721 . -712) T) ((-701 . -712) T) ((-345 . -1091) T) ((-1158 . -600) 15980) ((-218 . -101) T) ((-475 . -371) 15949) ((-508 . -1079) T) ((-503 . -1079) T) ((-501 . -1079) T) ((-785 . -633) 15923) ((-1006 . -445) T) ((-940 . -507) 15856) ((-345 . -23) T) ((-622 . -129) T) ((-594 . -129) T) ((-348 . -445) T) ((-235 . -362) 15835) ((-373 . -169) T) ((-1222 . -1038) T) ((-1201 . -1038) T) ((-220 . -984) T) ((-802 . -603) 15663) ((-684 . -381) T) ((-412 . -712) T) ((-686 . -1196) T) ((-1121 . -626) 15611) ((-569 . -851) 15595) ((-1138 . -1168) 15571) ((-686 . -545) T) ((-125 . -1079) 15549) ((-1253 . -1037) 15533) ((-700 . -1079) T) ((-475 . -882) 15465) ((-182 . -1079) T) ((-643 . -38) 15435) ((-348 . -396) T) ((-310 . -144) 15414) ((-310 . -142) 15393) ((-127 . -507) NIL) ((-115 . -545) T) ((-307 . -144) 15349) ((-307 . -142) 15305) ((-48 . -445) T) ((-159 . -1079) T) ((-154 . -1079) T) ((-1138 . -106) 15252) ((-768 . -1130) 15230) ((-674 . -34) T) ((-1253 . -110) 15209) ((-539 . -34) T) ((-477 . -106) 15193) ((-245 . -282) 15170) ((-244 . -282) 15147) ((-853 . -280) 15098) ((-45 . -1192) T) ((-802 . -1031) T) ((-1157 . -47) 15075) ((-802 . -320) 15037) ((-1066 . -38) 14886) ((-802 . -228) 14865) ((-768 . -38) 14694) ((-766 . -38) 14543) ((-447 . -38) 14392) ((-1094 . -600) 14358) ((-1097 . -101) T) ((-630 . -601) 14319) ((-630 . -600) 14231) ((-570 . -1130) T) ((-511 . -1130) T) ((-1126 . -482) 14215) ((-1178 . -1079) 14193) ((-1121 . -25) T) ((-1121 . -21) T) ((-1253 . -603) 14170) ((-467 . -1038) T) ((-1202 . -778) NIL) ((-1202 . -781) NIL) ((-981 . -833) 14149) ((-805 . -600) 14131) ((-848 . -21) T) ((-848 . -25) T) ((-785 . -712) T) ((-171 . -1196) T) ((-570 . -38) 14096) ((-511 . -38) 14061) ((-380 . -600) 14043) ((-318 . -600) 14025) ((-166 . -280) 13983) ((-62 . -1192) T) ((-111 . -101) T) ((-854 . -1079) T) ((-171 . -545) T) ((-700 . -703) 13953) ((-288 . -129) 13836) ((-220 . -600) 13818) ((-220 . -601) 13748) ((-985 . -626) 13687) ((-1253 . -1031) T) ((-1099 . -144) T) ((-619 . -1168) 13662) ((-717 . -891) 13641) ((-581 . -34) T) ((-632 . -106) 13625) ((-619 . -106) 13571) ((-1211 . -280) 13498) ((-717 . -633) 13423) ((-289 . -1192) T) ((-1157 . -1020) 13319) ((-566 . -565) T) ((-566 . -520) T) ((-522 . -520) T) ((-1146 . -891) NIL) ((-1042 . -601) 13234) ((-1042 . -600) 13216) ((-934 . -600) 13198) ((-337 . -101) T) ((-244 . -1037) 13095) ((-245 . -1037) 12992) ((-388 . -101) T) ((-31 . -1079) T) ((-934 . -601) 12853) ((-699 . -600) 12835) ((-1251 . -1185) 12804) ((-474 . -600) 12786) ((-474 . -601) 12647) ((-242 . -405) 12631) ((-258 . -405) 12615) ((-244 . -110) 12505) ((-245 . -110) 12395) ((-1153 . -633) 12320) ((-1152 . -633) 12217) ((-1146 . -633) 12069) ((-1105 . -633) 11994) ((-345 . -129) T) ((-81 . -434) T) ((-81 . -389) T) ((-985 . -25) T) ((-985 . -21) T) ((-855 . -1079) 11945) ((-854 . -703) 11897) ((-373 . -284) T) ((-166 . -984) 11849) ((-679 . -381) T) ((-981 . -979) 11833) ((-686 . -1091) T) ((-679 . -163) 11815) ((-1222 . -1079) T) ((-1201 . -1079) T) ((-310 . -1177) 11794) ((-310 . -1180) 11773) ((-1143 . -101) T) ((-310 . -941) 11752) ((-132 . -1091) T) ((-115 . -1091) T) ((-589 . -1236) 11736) ((-686 . -23) T) ((-589 . -1079) 11686) ((-310 . -94) 11665) ((-90 . -507) 11598) ((-171 . -357) T) ((-245 . -603) 11425) ((-244 . -603) 11252) ((-310 . -35) 11231) ((-595 . -482) 11165) ((-132 . -23) T) ((-115 . -23) T) ((-948 . -101) T) ((-704 . -1079) T) ((-468 . -482) 11102) ((-401 . -626) 11050) ((-638 . -1020) 10946) ((-940 . -482) 10930) ((-349 . -1038) T) ((-346 . -1038) T) ((-338 . -1038) T) ((-258 . -1038) T) ((-242 . -1038) T) ((-853 . -601) NIL) ((-853 . -600) 10912) ((-1261 . -21) T) ((-1249 . -600) 10878) ((-1248 . -600) 10844) ((-560 . -984) T) ((-717 . -712) T) ((-1261 . -25) T) ((-245 . -1031) 10774) ((-244 . -1031) 10704) ((-71 . -1192) T) ((-245 . -228) 10656) ((-244 . -228) 10608) ((-40 . -101) T) ((-892 . -1038) T) ((-127 . -482) 10590) ((-1160 . -101) T) ((-1153 . -712) T) ((-1152 . -712) T) ((-1146 . -712) T) ((-1146 . -777) NIL) ((-1146 . -780) NIL) ((-936 . -101) T) ((-903 . -101) T) ((-1105 . -712) T) ((-757 . -101) T) ((-657 . -101) T) ((-467 . -1079) T) ((-333 . -1091) T) ((-171 . -1091) T) ((-313 . -902) 10569) ((-1222 . -703) 10410) ((-854 . -169) T) ((-1201 . -703) 10224) ((-826 . -21) 10176) ((-826 . -25) 10128) ((-240 . -1128) 10112) ((-125 . -507) 10045) ((-401 . -25) T) ((-401 . -21) T) ((-333 . -23) T) ((-166 . -601) 9811) ((-166 . -600) 9793) ((-171 . -23) T) ((-630 . -282) 9770) ((-513 . -34) T) ((-880 . -600) 9752) ((-88 . -1192) T) ((-824 . -600) 9734) ((-794 . -600) 9716) ((-755 . -600) 9698) ((-662 . -600) 9680) ((-235 . -633) 9528) ((-1155 . -1079) T) ((-1151 . -1037) 9351) ((-1129 . -1192) T) ((-1104 . -1037) 9194) ((-837 . -1037) 9178) ((-1151 . -110) 8987) ((-1104 . -110) 8816) ((-837 . -110) 8795) ((-1211 . -601) NIL) ((-1211 . -600) 8777) ((-337 . -1130) T) ((-838 . -600) 8759) ((-1055 . -280) 8738) ((-79 . -1192) T) ((-986 . -891) NIL) ((-595 . -280) 8714) ((-1178 . -507) 8647) ((-480 . -1192) T) ((-560 . -600) 8629) ((-468 . -280) 8608) ((-510 . -92) T) ((-212 . -1192) T) ((-1066 . -226) 8592) ((-283 . -902) T) ((-803 . -301) 8571) ((-852 . -101) T) ((-768 . -226) 8555) ((-986 . -633) 8505) ((-940 . -280) 8482) ((-896 . -633) 8434) ((-622 . -21) T) ((-622 . -25) T) ((-594 . -21) T) ((-337 . -38) 8399) ((-679 . -710) 8366) ((-480 . -866) 8348) ((-480 . -868) 8330) ((-467 . -703) 8171) ((-212 . -866) 8153) ((-63 . -1192) T) ((-212 . -868) 8135) ((-594 . -25) T) ((-421 . -633) 8109) ((-1151 . -603) 7989) ((-480 . -1020) 7949) ((-854 . -507) 7861) ((-1104 . -603) 7744) ((-837 . -603) 7640) ((-212 . -1020) 7600) ((-235 . -34) T) ((-982 . -1079) 7578) ((-1222 . -169) 7509) ((-1201 . -169) 7440) ((-698 . -142) 7419) ((-698 . -144) 7398) ((-686 . -129) T) ((-134 . -458) 7375) ((-1126 . -600) 7307) ((-643 . -641) 7291) ((-127 . -280) 7266) ((-115 . -129) T) ((-470 . -1196) T) ((-595 . -591) 7242) ((-468 . -591) 7221) ((-330 . -329) 7190) ((-529 . -1079) T) ((-470 . -545) T) ((-1151 . -1031) T) ((-1104 . -1031) T) ((-837 . -1031) T) ((-235 . -777) 7169) ((-235 . -780) 7120) ((-235 . -779) 7099) ((-1151 . -320) 7076) ((-235 . -712) 6986) ((-940 . -19) 6970) ((-480 . -371) 6952) ((-480 . -332) 6934) ((-1104 . -320) 6906) ((-348 . -1245) 6883) ((-212 . -371) 6865) ((-212 . -332) 6847) ((-940 . -591) 6824) ((-1151 . -228) T) ((-649 . -1079) T) ((-631 . -1079) T) ((-1234 . -1079) T) ((-1165 . -1079) T) ((-1066 . -247) 6761) ((-349 . -1079) T) ((-346 . -1079) T) ((-338 . -1079) T) ((-258 . -1079) T) ((-242 . -1079) T) ((-83 . -1192) T) ((-126 . -101) 6739) ((-120 . -101) 6717) ((-1165 . -597) 6696) ((-472 . -1079) T) ((-1120 . -1079) T) ((-472 . -597) 6675) ((-245 . -781) 6626) ((-245 . -778) 6577) ((-244 . -781) 6528) ((-40 . -1130) NIL) ((-244 . -778) 6479) ((-127 . -19) 6461) ((-1059 . -902) 6412) ((-986 . -780) T) ((-986 . -777) T) ((-986 . -712) T) ((-953 . -780) T) ((-127 . -591) 6387) ((-896 . -712) T) ((-90 . -482) 6371) ((-480 . -882) NIL) ((-892 . -1079) T) ((-220 . -1037) 6336) ((-854 . -284) T) ((-212 . -882) NIL) ((-819 . -1091) 6315) ((-58 . -1079) 6265) ((-512 . -1079) 6243) ((-509 . -1079) 6193) ((-490 . -1079) 6171) ((-489 . -1079) 6121) ((-569 . -101) T) ((-553 . -101) T) ((-488 . -101) T) ((-467 . -169) 6052) ((-353 . -902) T) ((-347 . -902) T) ((-339 . -902) T) ((-220 . -110) 6008) ((-819 . -23) 5960) ((-421 . -712) T) ((-107 . -902) T) ((-40 . -38) 5905) ((-107 . -806) T) ((-570 . -343) T) ((-511 . -343) T) ((-1201 . -507) 5765) ((-310 . -445) 5744) ((-307 . -445) T) ((-820 . -280) 5723) ((-333 . -129) T) ((-171 . -129) T) ((-288 . -25) 5587) ((-288 . -21) 5470) ((-45 . -1168) 5449) ((-65 . -600) 5431) ((-874 . -600) 5413) ((-589 . -507) 5346) ((-45 . -106) 5296) ((-805 . -603) 5280) ((-1081 . -419) 5264) ((-1081 . -362) 5243) ((-380 . -603) 5227) ((-318 . -603) 5211) ((-1043 . -1192) T) ((-1042 . -1037) 5198) ((-934 . -1037) 5041) ((-1239 . -101) T) ((-1238 . -101) 4991) ((-1042 . -110) 4976) ((-474 . -1037) 4819) ((-649 . -703) 4803) ((-934 . -110) 4632) ((-220 . -603) 4592) ((-470 . -357) T) ((-349 . -703) 4544) ((-346 . -703) 4496) ((-338 . -703) 4448) ((-258 . -703) 4297) ((-242 . -703) 4146) ((-1230 . -633) 4071) ((-1202 . -891) NIL) ((-1075 . -92) T) ((-1069 . -92) T) ((-925 . -636) 4055) ((-1053 . -92) T) ((-474 . -110) 3884) ((-1046 . -92) T) ((-1018 . -92) T) ((-925 . -367) 3868) ((-243 . -101) T) ((-1001 . -92) T) ((-73 . -600) 3850) ((-945 . -47) 3829) ((-608 . -1091) T) ((-1 . -1079) T) ((-696 . -101) T) ((-684 . -101) T) ((-1223 . -633) 3726) ((-613 . -92) T) ((-1173 . -600) 3708) ((-1067 . -600) 3690) ((-125 . -482) 3674) ((-476 . -92) T) ((-1055 . -600) 3656) ((-384 . -23) T) ((-86 . -1192) T) ((-213 . -92) T) ((-1202 . -633) 3508) ((-892 . -703) 3473) ((-608 . -23) T) ((-595 . -600) 3455) ((-595 . -601) NIL) ((-468 . -601) NIL) ((-468 . -600) 3437) ((-504 . -1079) T) ((-500 . -1079) T) ((-345 . -25) T) ((-345 . -21) T) ((-126 . -303) 3375) ((-120 . -303) 3313) ((-584 . -633) 3300) ((-220 . -1031) T) ((-583 . -633) 3225) ((-373 . -984) T) ((-220 . -238) T) ((-220 . -228) T) ((-1042 . -603) 3207) ((-940 . -601) 3168) ((-940 . -600) 3080) ((-934 . -603) 2960) ((-852 . -38) 2947) ((-1222 . -284) 2898) ((-1201 . -284) 2849) ((-474 . -603) 2725) ((-1099 . -445) T) ((-495 . -833) T) ((-310 . -1118) 2704) ((-981 . -144) 2683) ((-981 . -142) 2662) ((-488 . -303) 2649) ((-289 . -1168) 2628) ((-470 . -1091) T) ((-853 . -1037) 2573) ((-610 . -101) T) ((-1178 . -482) 2557) ((-245 . -362) 2536) ((-244 . -362) 2515) ((-1042 . -1031) T) ((-289 . -106) 2465) ((-127 . -601) NIL) ((-127 . -600) 2431) ((-116 . -101) T) ((-934 . -1031) T) ((-853 . -110) 2360) ((-470 . -23) T) ((-474 . -1031) T) ((-1042 . -228) T) ((-934 . -320) 2329) ((-474 . -320) 2286) ((-349 . -169) T) ((-346 . -169) T) ((-338 . -169) T) ((-258 . -169) 2197) ((-242 . -169) 2108) ((-945 . -1020) 2004) ((-721 . -1020) 1975) ((-510 . -600) 1941) ((-1084 . -101) T) ((-1071 . -600) 1908) ((-1016 . -600) 1890) ((-1230 . -712) T) ((-1223 . -712) T) ((-1202 . -777) NIL) ((-1202 . -780) NIL) ((-166 . -1037) 1800) ((-892 . -169) T) ((-853 . -603) 1777) ((-1202 . -712) T) ((-1251 . -148) 1761) ((-985 . -336) 1735) ((-982 . -507) 1668) ((-826 . -833) 1647) ((-553 . -1130) T) ((-467 . -284) 1598) ((-584 . -712) T) ((-355 . -600) 1580) ((-316 . -600) 1562) ((-412 . -1020) 1458) ((-583 . -712) T) ((-401 . -833) 1409) ((-166 . -110) 1305) ((-819 . -129) 1257) ((-723 . -148) 1241) ((-1238 . -303) 1179) ((-480 . -301) T) ((-373 . -600) 1146) ((-513 . -992) 1130) ((-373 . -601) 1044) ((-212 . -301) T) ((-138 . -148) 1026) ((-700 . -280) 1005) ((-480 . -1004) T) ((-569 . -38) 992) ((-553 . -38) 979) ((-488 . -38) 944) ((-212 . -1004) T) ((-853 . -1031) T) ((-820 . -600) 926) ((-813 . -600) 908) ((-811 . -600) 890) ((-802 . -891) 869) ((-1262 . -1091) T) ((-1211 . -1037) 692) ((-838 . -1037) 676) ((-853 . -238) T) ((-853 . -228) NIL) ((-674 . -1192) T) ((-1262 . -23) T) ((-802 . -633) 601) ((-539 . -1192) T) ((-412 . -332) 585) ((-560 . -1037) 572) ((-1211 . -110) 381) ((-686 . -626) 363) ((-838 . -110) 342) ((-375 . -23) T) ((-166 . -603) 238) ((-1165 . -507) 30) ((-647 . -1079) T) ((-666 . -1079) T) ((-661 . -1079) T)) \ No newline at end of file
diff --git a/src/share/algebra/compress.daase b/src/share/algebra/compress.daase
index ab6f5f67..bb79d261 100644
--- a/src/share/algebra/compress.daase
+++ b/src/share/algebra/compress.daase
@@ -1,6 +1,6 @@
-(30 . 3436147951)
-(4371 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
+(30 . 3436193626)
+(4372 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
ATTRIBUTE |package| |domain| |category| CATEGORY |nobranch| AND |Join|
|ofType| SIGNATURE "failed" "algebra" |OneDimensionalArrayAggregate&|
|OneDimensionalArrayAggregate| |AbelianGroup&| |AbelianGroup|
@@ -168,8 +168,8 @@
|HallBasis| |HomogeneousDistributedMultivariatePolynomial|
|HomogeneousDirectProduct| |HeadAst| |Heap|
|HyperellipticFiniteDivisor| |HeuGcd| |HexadecimalExpansion|
- |HomogeneousAggregate&| |HomogeneousAggregate| |Hostname|
- |HyperbolicFunctionCategory&| |HyperbolicFunctionCategory|
+ |HomogeneousAggregate&| |HomogeneousAggregate| |HomotopicTo|
+ |Hostname| |HyperbolicFunctionCategory&| |HyperbolicFunctionCategory|
|InnerAlgFactor| |InnerAlgebraicNumber| |IndexedOneDimensionalArray|
|IndexedTwoDimensionalArray| |ChineseRemainderToolsForIntegralBases|
|IntegralBasisTools| |IndexedBits| |IntegralBasisPolynomialTools|
@@ -471,661 +471,659 @@
|XPolynomial| |XPolynomialRing| |XRecursivePolynomial|
|ParadoxicalCombinatorsForStreams| |ZeroDimensionalSolvePackage|
|IntegerLinearDependence| |IntegerMod| |Enumeration| |Mapping|
- |Record| |Union| |suffix?| |tableForDiscreteLogarithm| |mkPrim|
- |numberOfComposites| |monicLeftDivide| |leadingExponent| |randnum|
- |argscript| |OMputInteger| |getSyntaxFormsFromFile| |airyAi| |result|
- |cyclotomicFactorization| |revert| |generators| |port| |lhs|
- |padicFraction| |selectFiniteRoutines| |cyclic?| |mindegTerm|
- |prefix?| |properties| |recip| |degreeSubResultantEuclidean|
- |mainCharacterization| |sort| |writable?| |viewport3D| |powmod| |rhs|
- |generalizedContinuumHypothesisAssumed| |d01amf|
- |inverseIntegralMatrix| |deleteRoutine!| |lfunc| |translate| |iifact|
- |euclideanNormalForm| |makeViewport3D| |primintfldpoly| |e04jaf|
- |palgLODE| |OMgetAtp| |setValue!| |nlde| |mapGen|
- |firstUncouplingMatrix| |bezoutResultant| |pile| |list?|
- |generalPosition| |lastSubResultantElseSplit| |perfectNthPower?|
- |setright!| |userOrdered?| |bindings| |weighted| |FormatRoman|
- |inputBinaryFile| |argumentList!| |sylvesterMatrix| |random|
- |factorials| |unit?| |index?| |double| |signature| |positive?|
- |constantOpIfCan| |iflist2Result| |intChoose| |dfRange|
- |cRationalPower| |factorSquareFreeByRecursion| |iiperm|
- |pointColorDefault| |compose| |distFact| |rdHack1| |argument|
- |bothWays| |explicitlyFinite?| |expenseOfEvaluationIF| |getRef|
- |target| |identityMatrix| |binaryTournament| |s15adf|
- |OMconnOutDevice| |toScale| |term| |morphism| |binaryFunction| |quote|
- |tryFunctionalDecomposition?| |acosIfCan| |iiasec|
- |createPrimitiveElement| |expandLog| |deepExpand| |mkAnswer|
- |nonQsign| |complexRoots| |belong?| |explimitedint| |keys| |cscIfCan|
- |OMgetString| |diagonal?| |SFunction| |generalizedEigenvector|
- |presub| |RittWuCompare| |powerSum| |linears| |bringDown| |pToDmp|
- |ord| |exprToGenUPS| |plus!| |rootPoly| |input| |retractIfCan| |cup|
- |declare!| |tube| |f07fdf| |normal01| |decimal| |weight| |moduloP|
- |library| |OMReadError?| |setLength!| |groebner?| |exponent| |atoms|
- |f07fef| |OMsetEncoding| |d01alf| |ratpart|
- |initializeGroupForWordProblem| |listRepresentation|
- |localIntegralBasis| |iisqrt2| |getBadValues| |equivOperands| |more?|
- |factorFraction| BY |internal?| |c06gsf| |toseInvertibleSet| |iiatanh|
- |cExp| |subspace| |kind| |ScanRoman| |nonSingularModel|
- |associatorDependence| |makeEq| |structuralConstants|
- |derivationCoordinates| |e01bef| |ode1| |f04adf| |relativeApprox|
- |atrapezoidal| |set| |cond| |repSq| |cCos| |op| |defineProperty|
- |finite?| |merge| |qualifier| |nonLinearPart| |fortranLinkerArgs|
- |printInfo| |halfExtendedResultant1| |expr| |linearlyDependent?|
- |contractSolve| |mainDefiningPolynomial| |position| |f04qaf| |nil?|
- |integralDerivationMatrix| |irreducibleFactor| |particularSolution|
- |call| |segment| |branchPointAtInfinity?| |f04arf| |deleteProperty!|
- |fixedPoints| |rewriteIdealWithHeadRemainder|
- |rightCharacteristicPolynomial| |setelt| |c05nbf|
- |squareFreePolynomial| |univariatePolynomialsGcds| |rur|
- |numberOfFactors| |decomposeFunc| |map| |c06gbf|
- |removeRoughlyRedundantFactorsInPols| |OMmakeConn| |mightHaveRoots|
- |parseString| |factorset| |viewThetaDefault| |variable| |nullity|
- |copy| |semiResultantEuclidean1| |untab| |drawComplex| |elRow1!|
- |s18aff| |integralCoordinates| |updateStatus!| |prindINFO|
- |shiftRight| |iterators| |inGroundField?| |prinb| |prevPrime| |union|
- |equality| |f04atf| |poisson| |setfirst!| |computeCycleLength|
- |conditionP| |match?| |createLowComplexityNormalBasis| |biRank|
- |setErrorBound| |autoCoerce| |viewDefaults| |symbolIfCan| |pushucoef|
- |twoFactor| |quoByVar| |fill!| |c05adf| |d03faf| |lazyVariations|
- |convert| |separant| |multiplyExponents| |ksec| |RemainderList|
- |headRemainder| |factorPolynomial| |string?| |fortranComplex| |show|
- |intPatternMatch| |e02dff| |hspace| |internalInfRittWu?| |asinhIfCan|
- |semiResultantEuclidean2| |startStats!| |inconsistent?| |heapSort|
- |approxNthRoot| |groebner| |OMgetEndError| |f01bsf| |wrregime|
- |coth2tanh| |leftExactQuotient| |stoseInvertible?sqfreg| |trace|
- |vconcat| |cyclicGroup| |removeSquaresIfCan| |stopTableGcd!| |bat1|
- |normalForm| |mindeg| |block| |cot2trig| |multiEuclideanTree|
- |stiffnessAndStabilityOfODEIF| |rightTraceMatrix| |makeUnit|
- |OMreadFile| |getMatch| |triangular?| |anticoord| |changeWeightLevel|
- |ramifiedAtInfinity?| |buildSyntax| |f01qef| |totalLex| |weierstrass|
- |innerint| |lazyPremWithDefault| |basisOfRightNucleus|
- |zeroSquareMatrix| |linearAssociatedLog| |abs| |copies| |insert!|
- |fractionFreeGauss!| |iiacoth| |toseInvertible?| |chebyshevU|
- |dimensionsOf| |implies?| |graphState| |myDegree| |pseudoQuotient|
- |d01fcf| |cSinh| |subscript| |vspace| |coord| |elliptic?| |curve?|
- |completeHermite| |csc2sin| |indiceSubResultant| |scopes|
- |LagrangeInterpolation| |leftDivide| |shift| |ScanFloatIgnoreSpaces|
- |fi2df| |subResultantGcdEuclidean| |chvar| |semicolonSeparate|
- |leftScalarTimes!| |zag| |quadratic| |iisech| = |parabolic|
- |figureUnits| |identification| |lSpaceBasis| |polygamma|
- |OMconnectTCP| |divisor| |OMgetSymbol| |midpoints| |setMinPoints3D|
- |outputArgs| |remove!| |numberOfOperations| |tubePlot|
- |nextNormalPrimitivePoly| |radix| |KrullNumber| |computePowers| <
- |extractBottom!| |showScalarValues| |readable?| |cycleRagits| |lookup|
- |plusInfinity| |ip4Address| |associative?| |makeFloatFunction|
- |OMencodingUnknown| |changeNameToObjf| > |approxSqrt| |systemCommand|
- |outputForm| |minusInfinity| |stoseInvertibleSet| |viewPhiDefault|
- |rootKerSimp| |OMputFloat| |monomRDEsys| |kmax| <= |setLabelValue|
- |stack| |leftZero| |pade| |OMgetBVar| |alternatingGroup|
- |squareMatrix| |bag| |nary?| |isAbsolutelyIrreducible?| >= |integers|
- |ratDsolve| |complexElementary| |divide| |clikeUniv| |s19aaf|
- |symmetricSquare| |generic?| |rightLcm| |increasePrecision| |prime?|
- |selectOrPolynomials| |karatsubaDivide| |complete| |normal| |times|
- |makeop| |whileLoop| |prinpolINFO| |zCoord| |OMreadStr|
- |rightMinimalPolynomial| |quatern| |permanent| |compactFraction|
- |clearCache| |point| |trunc| |minIndex| |startTableInvSet!| |pquo| +
- |internalLastSubResultant| |primextendedint| |simplifyLog|
- |patternMatchTimes| |taylorIfCan| |solveLinearPolynomialEquation|
- |decrease| |pureLex| |f02adf| |inrootof| - |symbolTable| |OMputError|
- |type| |safetyMargin| |makeTerm| |clearTheIFTable| |eigenvector|
- |insertRoot!| |hexDigit?| |evenlambert| / |discriminant| |setProperty|
- |mainMonomial| |normalise| |unitVector| |series| |monom| |subMatrix|
- |isConnected?| |linearPolynomials| |quotedOperators| |yCoord|
- |exprHasLogarithmicWeights| |extendedEuclidean| |log2| |leftPower|
- |prefixRagits| |contains?| |OMputObject| |select!| |iteratedInitials|
- |binaryTree| |rootOf| |toseLastSubResultant| |less?| |gethi| |fTable|
- |rightQuotient| |parametersOf| |iiasech| |debug|
- |pushFortranOutputStack| |coHeight| |LyndonWordsList| |arg1|
- |powerAssociative?| |routines| |common| |insert| |mulmod|
- |explicitlyEmpty?| |makeSeries| |deepestInitial| |supRittWu?| D
- |basisOfRightAnnihilator| |arg2| |adjoint| |resultantnaif|
- |setImagSteps| |exactQuotient| |min| |isOpen?| |splitDenominator|
- |comparison| |cosSinInfo| |tanAn| |algint| |objectOf| |quadraticForm|
- |rewriteIdealWithQuasiMonicGenerators| |positiveSolve| |exprex|
- |patternVariable| |tail| |crushedSet| |getExplanations|
- |primeFrobenius| |datalist| |HermiteIntegrate| |copy!| |super|
- |conditions| |nthFlag| |standardBasisOfCyclicSubmodule| |polar|
- |selectOptimizationRoutines| |limitPlus| |outputList| |extendIfCan|
- |setStatus| |flatten| |bfEntry| |dmp2rfi| |schema| |match| |pointPlot|
- |halfExtendedSubResultantGcd2| |sumOfSquares|
- |extendedSubResultantGcd| |rule| |Beta| |indiceSubResultantEuclidean|
- |mr| |e02aef| |unrankImproperPartitions0| |iiacot| |linkToFortran|
- |reducedContinuedFraction| |univcase| |rootsOf| |maxPoints3D|
- |leastMonomial| |viewport2D| |error| |associator| |double?|
- |stopMusserTrials| |lflimitedint| |zeroSetSplit| |s17aff| |back|
- |mantissa| |setProperties!| |palgint| |isobaric?|
- |leftRegularRepresentation| |assert| |mpsode| |pleskenSplit| |cSech|
- |maxIndex| |bumprow| |fprindINFO| |OMputEndBind|
- |stoseInvertibleSetsqfreg| |laurentIfCan| |factorSquareFreePolynomial|
- |middle| |firstDenom| |cycles| |tanQ| |collectUnder| |orbit|
- |basicSet| |perfectSquare?| |graphCurves| |beauzamyBound| |exQuo|
- |lepol| |c06fqf| |removeSinhSq| |getProperties| |flexible?| |recur|
- |oddlambert| |dark| |OMencodingXML| |simpleBounds?|
- |fullPartialFraction| |hasTopPredicate?| |print| |tubePointsDefault|
- |imagk| |mainKernel| |component| |distribute| |setScreenResolution|
- |linearAssociatedOrder| |doubleDisc| |outputSpacing| |mainForm|
- |stoseLastSubResultant| |resolve| |monicModulo| |equiv|
- |noncommutativeJordanAlgebra?| |cosIfCan| |complementaryBasis|
- |invertible?| |setPrologue!| |stoseSquareFreePart| |integerBound|
- |infinityNorm| |genericRightMinimalPolynomial| |reducedQPowers|
- |replace| |sinhIfCan| |void| |complexNumericIfCan| |deepCopy|
- |reflect| |c06fpf| |laplace| |bubbleSort!| |FormatArabic|
- |closeComponent| |identity| |makeCos| |physicalLength| |shade|
- |newSubProgram| |primitivePart!| |createThreeSpace|
- |radicalEigenvector| |monicDivide| |nor| |kovacic| |extractIfCan|
- |outerProduct| |compBound| |innerEigenvectors| |s18adf| |generalSqFr|
- |hexDigit| |solveid| |rangeIsFinite| |c02agf|
- |clearFortranOutputStack| |s17agf| |makeprod| |pdf2ef| |fixedPoint|
- |qroot| |nthExpon| |bright| |withPredicates| |infLex?|
- |doubleResultant| |normalize| |minPoly| |opeval| |yellow|
- |localUnquote| |createZechTable| |solveInField| |dmpToHdmp|
- |generalInfiniteProduct| |showSummary| |makeViewport2D| |e02gaf|
- |s19adf| |loopPoints| |checkPrecision| |cfirst| |logIfCan|
- |factorByRecursion| |solveLinearPolynomialEquationByFractions|
- |leftFactor| |noLinearFactor?| |linearDependenceOverZ|
- |basisOfCommutingElements| |overset?| |nilFactor| |resetBadValues|
- |subResultantChain| |showAttributes| |predicate| |dmpToP|
- |semiIndiceSubResultantEuclidean| |xCoord| |components| |increase|
- |euler| |OMputBVar| |typeLists| |init| |OMputEndObject| |mdeg|
- |getCode| |operation| |BasicMethod| |nextSubsetGray| |OMreceive|
- |hermite| |transcendent?| |nextPrimitiveNormalPoly| |credPol|
- |mainSquareFreePart| |iiasinh| |irreducible?| |elseBranch| |realZeros|
- |whitePoint| |characteristicSerie| |resultantEuclideannaif| |read!|
- |definingInequation| |invertibleSet| |diff| |edf2ef|
- |useEisensteinCriterion?| |var2Steps| |rightUnit| |minPol| |factorial|
- |stronglyReduced?| |rowEchelonLocal| |squareFreePrim| |central?| |max|
- |delete| |s17ahf| |characteristic| |autoReduced?| |hasPredicate?|
- |graphs| |iidprod| |normalElement| |semiResultantReduitEuclidean|
- |determinant| |trueEqual| |f01qdf| |arity| |weights| |/\\| |multiple?|
- |rewriteSetByReducingWithParticularGenerators| |dequeue| |prem|
- |constructorName| |nextItem| |has?| |rk4qc| |reverseLex| |swap|
- |limitedint| |\\/| |redPo| |makeSin| |symmetricDifference|
- |difference| |lastSubResultant| |module| |dec|
- |eisensteinIrreducible?| |radicalEigenvalues| |permutation|
- |subQuasiComponent?| |s19abf| |permutationGroup| |uniform01| |forLoop|
- |enterInCache| |parameters| |bracket| |iCompose| |overlap|
- |setLegalFortranSourceExtensions| |elt| |readLine!| |getGoodPrime|
- |fixPredicate| |alphabetic| |logical?| |property|
- |rootOfIrreduciblePoly| |cubic| |complexSolve| |subNodeOf?|
- |singularitiesOf| |dim| |controlPanel| |conjugate| |binomial|
- |irreducibleRepresentation| |impliesOperands| |mkcomm| |moebius|
- |rightZero| |reduceByQuasiMonic| |phiCoord| |getProperty|
- |basisOfCenter| |label| |stirling1| |iiacos| |useNagFunctions|
- |decompose| |tubeRadiusDefault| |bfKeys| |normal?| |lfintegrate|
- |coerceL| |getStream| |ran| |units| |factorList| |zeroDimPrime?|
- |neglist| |mathieu24| |f02aff| |sequences| |commutator| |secIfCan|
- |imagE| |bandedJacobian| |cCot| |usingTable?|
- |indicialEquationAtInfinity| |algebraicSort| |resetAttributeButtons|
- |capacity| |critBonD| |OMunhandledSymbol| |startTableGcd!| |plot|
- |multinomial| |supDimElseRittWu?| |changeName| |f04maf| |bits|
- |createRandomElement| |setMaxPoints| |approximants|
- |genericRightTrace| |antiAssociative?| |rank| |f02abf| |sample|
- |bytes| |subSet| |OMopenString| |subResultantGcd| |next| |getOrder|
- |lquo| |constantCoefficientRicDE| |OMconnInDevice| |leadingTerm|
- |aCubic| |iiasin| |lieAlgebra?| |quoted?| |countRealRootsMultiple|
- |dimensions| |fractionPart| |colorFunction| |code| |coerceS|
- |extractPoint| |character?| |leftGcd| |divideIfCan!| |element?|
- |zeroDimensional?| |Ei| |mathieu11| |popFortranOutputStack|
- |factorSFBRlcUnit| |nthr| |atanIfCan| |polarCoordinates| |mix| |reify|
- |ListOfTerms| |space| |lazyGintegrate| |minimalPolynomial| |head|
- |systemSizeIF| |subst| |leftRankPolynomial| |sturmVariationsOf|
- |outputAsFortran| |qinterval| |commutativeEquality| |measure2Result|
- |qfactor| |precision| |getOperator| |linear| |cyclicParents|
- |tan2trig| GE |ode| |enqueue!| |f01mcf| |OMputEndApp| |indices|
- |normDeriv2| |cylindrical| |genericRightNorm| |ptree| |e04dgf|
- |second| |e02daf| |stoseInternalLastSubResultant| |exptMod| GT
- |option| |modularGcd| |rroot| |SturmHabichtSequence| |lists| |reorder|
- |asechIfCan| |numberOfIrreduciblePoly| |removeRedundantFactorsInPols|
- |third| |polynomial| |insertionSort!| |resetNew| |patternMatch| LE
- |lyndon| |ignore?| |superHeight| |genericLeftMinimalPolynomial|
- |setAdaptive| |bezoutDiscriminant| |directory| |shallowExpand|
- |rightTrim| |rightScalarTimes!| |rectangularMatrix| LT |dominantTerm|
- |color| |zeroDim?| |monomial?| |removeDuplicates!| |OMlistCDs|
- |contours| |leftTrim| |makeSketch| |moreAlgebraic?|
- |constantToUnaryFunction| |rombergo| |stronglyReduce| |clearTheFTable|
- |algebraicVariables| |s21baf| |fortranTypeOf| |unitNormal|
- |taylorQuoByVar| |oddInfiniteProduct| |totalfract| |overlabel|
- |binarySearchTree| |fortranLiteralLine| |stoseInvertible?|
- |getMultiplicationTable| |generic| |e02baf| |supersub| |univariate?|
- |pointColorPalette| |open?| |erf| |rowEchLocal| |insertTop!|
- |evaluate| |dimensionOfIrreducibleRepresentation| |setClosed|
- |coefficient| |sayLength| |possiblyInfinite?| |linGenPos| |errorKind|
- |scalarTypeOf| |exponents| |s18aef| |coerceP| |padecf|
- |associatedEquations| |pow| |screenResolution| |idealiserMatrix|
- |rightGcd| |csubst| |cTanh| |lazyIntegrate| |functionIsOscillatory|
- |split!| |lp| |newLine| |symbol?| |transpose| |removeSinSq| |pol|
- |twist| |dilog| |semiDiscriminantEuclidean| |solveLinear|
- |extractProperty| |s17adf| |birth| |leftUnit| |internalAugment|
- |debug3D| |upperCase| |edf2fi| |primPartElseUnitCanonical| |sin|
- |zero| |numberOfHues| |int| |sech2cosh| |Si| |c06frf| |drawCurves|
- |sPol| |constantLeft| |linearMatrix| |pmintegrate|
- |normalizeAtInfinity| |cos| |ratDenom| |saturate| |stop|
- |roughBasicSet| |pushdterm| |f02ajf| |mat| |ranges|
- |useSingleFactorBound?| |lfextendedint| |maximumExponent|
- |internalZeroSetSplit| |And| |tan| |coercePreimagesImages|
- |numberOfCycles| |cschIfCan| |constantRight| |csch2sinh| |formula|
- |any| |mapSolve| |push| |s17def| |fortranCharacter| |jacobian| |Or|
- |cot| |setRow!| |d01apf| |totalDegree| |overbar| |tanh2coth|
- |checkForZero| |style| |bitLength| |pattern| |notOperand|
- |makeYoungTableau| |Not| |sec| |e04gcf| |removeRedundantFactors|
- |getMeasure| |e01sbf| |axes| |charpol| |reverse!| |d02raf|
- |changeBase| |aQuadratic| |csc| |createIrreduciblePoly| |exponential|
- |hasHi| |cCosh| |noKaratsuba| |mapmult| |iipow| |addiag| |equiv?|
- |concat!| |euclideanGroebner| |asin| |branchIfCan| |height|
- |transcendentalDecompose| |sts2stst| |collect| |loadNativeModule|
- |nrows| |rquo| |s14aaf| |assign| |sizeLess?| |d01gbf| |acos|
- |radicalRoots| |lintgcd| |curry| |exprToUPS| |null?| |ncols|
- |complement| |function| |direction| |lambert| |e01saf|
- |infiniteProduct| |message| |atan| |minPoints3D| |extension|
- |algintegrate| |weakBiRank| |LowTriBddDenomInv| |setAdaptive3D|
- |rightTrace| |qqq| |prepareDecompose| |slex| |acot| |cAcsch|
- |eigenvalues| |redpps| |relationsIdeal| |cPower| |droot|
- |realElementary| |triangSolve| |lex| |log| |setScreenResolution3D|
- |eval| |asec| |makeSUP| |integralMatrix| |connect| |npcoef|
- |clipSurface| |leadingIdeal| |s20acf| |cycle| |trace2PowMod|
- |rational?| |acsc| |polynomialZeros| |fglmIfCan| |delay| |d02gaf|
- |cross| |root| |legendre| |algebraicCoefficients?|
- |basisOfRightNucloid| |setButtonValue| |sinh| |c06ecf| |sdf2lst|
- |completeEval| |setprevious!| |stosePrepareSubResAlgo| |cons| |cAsec|
- |normalDenom| |optional?| |predicates| |endOfFile?| |cosh| |e04fdf|
- |close!| |UP2ifCan| |fortranLogical| |cSin| |quartic|
- |decreasePrecision| |minPoints| |solid| |sqfree| |tanh|
- |perfectNthRoot| |factorAndSplit| |elColumn2!| |rootProduct| |split|
- |GospersMethod| |setelt!| |s14baf| |PDESolve| |eigenMatrix|
- |acscIfCan| |startTable!| |level| |coth| |denominator| |implies|
- |Aleph| |currentCategoryFrame| |tanNa| |initiallyReduce| |OMgetObject|
- |traverse| |discriminantEuclidean| |symmetricTensors| |preprocess|
- |partitions| |dequeue!| |sech| |leader| |palglimint0| |shufflein|
- |LiePolyIfCan| |xn| |lfextlimint| |cCsch| |tubePoints| |isOp|
- |flagFactor| |quasiRegular| |csch| |e02bbf| |xor| |iiacosh|
- |constantIfCan| |virtualDegree| |quasiRegular?|
- |reduceBasisAtInfinity| |prinshINFO| |children| |elementary|
- |genericRightDiscriminant| |asinh| |Lazard| |palgLODE0| |red|
- |infieldint| |f02aef| |source| |readBytes!| |outputAsTex| |key?|
- |leftMult| |li| |collectUpper| |acosh| |ocf2ocdf| |expIfCan|
- |palgint0| |s01eaf| |functionIsFracPolynomial?| |addBadValue|
- |seriesSolve| |hMonic| |lcm| |solve1|
- |removeIrreducibleRedundantFactors| |closedCurve?| |length|
- |doubleRank| |tablePow| |numFunEvals3D| |viewZoomDefault|
- |OMputEndAtp| |setTex!| |list| |countable?| |sumSquares|
- |conditionsForIdempotents| |deriv| |tubeRadius| |scripts| |pointLists|
- |close| |constantOperator| |expintegrate| |sqfrFactor| |rubiksGroup|
- |car| |topFortranOutputStack| |pushuconst| |append| |bsolve| |d02ejf|
- |child| |rightRecip| |any?| |e02zaf| |writeByteIfCan!| |calcRanges|
- |cdr| |nand| |getDatabase| |lazyIrreducibleFactors|
- |commonDenominator| |genericPosition| |gcd| |display| |cosh2sech|
- |escape| |showIntensityFunctions| |simplifyPower| |viewWriteAvailable|
- |arrayStack| |ravel| |setDifference| |leaves| |iiexp|
- |permutationRepresentation| |position!| |false| |lazy?| |fortran|
- |safeFloor| |curveColor| |swapRows!| |primaryDecomp| |clearTable!|
- |setIntersection| |reshape| |radicalSolve| |differentialVariables|
- |complexEigenvectors| |resetVariableOrder| |terms| |latex| |lifting1|
- |badNum| |computeInt| |wordInGenerators| |setUnion| |bitTruth|
- |isMult| |graphStates| |skewSFunction| |maxPoints| |bezoutMatrix|
- |partialDenominators| |clipBoolean| |rightRankPolynomial|
- |meshPar2Var| |apply| |palgextint| |intensity| |lexTriangular|
- |mirror| |unitNormalize| |qPot| |antiCommutative?| |power!| |sin?|
- |colorDef| |imaginary| |leftOne| |cAtan| |s13aaf| |reduceLODE|
- |remove| |e04ucf| |#| |expenseOfEvaluation| |prolateSpheroidal|
- |swap!| |multMonom| |sturmSequence| |size| |alphabetic?| |iomode|
- |duplicates?| |integralAtInfinity?| |meshPar1Var|
- |genericLeftTraceForm| |key| |test| |internalSubPolSet?|
- |outputAsScript| |rationalIfCan| |stopTable!| |s17aef| |mainVariable?|
- |update| |pair?| |last| |makeVariable| |axesColorDefault|
- |setsubMatrix!| |yCoordinates| |integralLastSubResultant|
- |intcompBasis| |rst| |assoc| |basisOfLeftNucleus| |e02akf| |subset?|
- |geometric| |interpolate| |filename| |OMsend| |delta| |alphanumeric?|
- |normFactors| |isList| |scripted?| |zoom| |first| |rotatez| |submod|
- |meshFun2Var| |monic?| |high| |gbasis| |not?| |validExponential|
- |s18def| |refine| |region| |reducedSystem| |rest| |hypergeometric0F1|
- |matrixGcd| |flexibleArray| |subresultantSequence| |prefix| |light|
- |removeSuperfluousCases| |parse| |f04jgf| |cyclicEqual?|
- |nextIrreduciblePoly| |numberOfComputedEntries| |substitute| |f04asf|
- |createNormalPrimitivePoly| |selectPolynomials| |currentSubProgram|
- |sumOfKthPowerDivisors| |nextPrime| |parabolicCylindrical| |simpsono|
- |sinIfCan| |removeDuplicates| |ldf2vmf| |subscriptedVariables|
- |listConjugateBases| |c02aff| |setOfMinN| |complexExpand|
- |quadraticNorm| |updatD| |oblateSpheroidal| |makeGraphImage| |s17ajf|
- |sortConstraints| |multiEuclidean| |lexico| |check| |script| |cCsc|
- |f02awf| |orthonormalBasis| |matrixDimensions| |expandTrigProducts|
- |cycleTail| |mathieu22| |simplifyExp| |getIdentifier| |lagrange|
- |iitan| |rootSplit| |homogeneous?| |normalizedDivide|
- |wronskianMatrix| |complexZeros| |eq| |laplacian| |bernoulliB|
- |fracPart| |lambda| |asimpson| |queue| |setref| |square?| |ffactor|
- |iter| |rk4f| |choosemon| |lazyPseudoRemainder| |clipPointsDefault|
- |e01baf| |tex| |tableau| |identitySquareMatrix| |diag| |hyperelliptic|
- |quasiMonic?| |generateIrredPoly| |rules| |eq?| |ParCondList|
- |roughBase?| |printStats!| |iiabs| |unknown| |generalizedEigenvectors|
- |numericalIntegration| |solid?| |rCoord| |minimize| |fractRagits|
- |complexForm| |var1Steps| |optAttributes| |rowEchelon| |vertConcat|
- |aQuartic| |medialSet| |varList| |d01bbf| |badValues| |setRealSteps|
- |maxdeg| |critMTonD1| |subresultantVector| |superscript| |An|
- |omError| |checkRur| |nextSublist| |repeating?| |adaptive?| |term?|
- |radPoly| |setrest!| |iisec| |retract| |selectPDERoutines| |typeList|
- |bipolarCylindrical| |linearAssociatedExp| |normalizedAssociate|
- |zeroVector| |mapdiv| |index| |c06gqf| |combineFeatureCompatibility|
- |diagonalMatrix| |getButtonValue| |antiCommutator| |iicsch|
- |ramified?| |e04mbf| |viewPosDefault| |splitLinear|
- |purelyTranscendental?| |strongGenerators| |rischDEsys| |baseRDE|
- |exp| |numberOfMonomials| |OMcloseConn| |complexIntegrate| |satisfy?|
- |optimize| |deepestTail| |iidsum| |showRegion| |conjug| |viewpoint|
- |se2rfi| |summation| |SturmHabichtCoefficients|
- |fortranCarriageReturn| |SturmHabicht| |domainOf| |compile| |pair|
- |sinhcosh| |fixedDivisor| |hash| |laguerre| |isPlus|
- |evenInfiniteProduct| |aromberg| |scale| |setnext!| |newTypeLists|
- |divisorCascade| |count| |ref| LODO2FUN |midpoint| |integrate|
- |rightAlternative?| |genericLeftNorm| |qelt| |addPoint2|
- |groebnerIdeal| |s13adf| |primPartElseUnitCanonical!| |clipParametric|
- |inR?| |enumerate| |tab| |qsetelt| |mapCoef| |gramschmidt|
- |algebraic?| |signatureAst| |besselJ| |limit| |selectODEIVPRoutines|
- |curve| |changeMeasure| |composite| |ldf2lst| |randomR| |adaptive|
- |xRange| |explicitEntries?| |OMgetInteger| |OMParseError?| |iisin|
- |cos2sec| |generalizedContinuumHypothesisAssumed?| |sn| |commutative?|
- |testModulus| |value| |yRange| |ode2| |byteBuffer|
- |unrankImproperPartitions1| |inverseIntegralMatrixAtInfinity|
- |integralMatrixAtInfinity| |rightNorm| |leastPower| |fibonacci|
- |palglimint| |trailingCoefficient| |extendedint| |zRange| |mapUp!|
- |mvar| |createMultiplicationTable| |reindex| |dihedral| |horizConcat|
- |leftRemainder| |fillPascalTriangle| |map!| |shuffle| |acschIfCan|
- |digits| |operator| |nullary| |nsqfree| |OMsupportsCD?| |Nul|
- |selectfirst| |qsetelt!| |plus| |clearTheSymbolTable| |green|
- |vectorise| |symmetricGroup| |cycleEntry| |numericIfCan| |zerosOf|
- |singular?| |outputFixed| |incrementKthElement| |jacobi|
- |OMgetEndObject| |mainPrimitivePart| |d01akf| |member?|
- |expressIdealMember| |hasSolution?| |getGraph| |traceMatrix|
- |stoseIntegralLastSubResultant| |setMinPoints|
- |unprotectedRemoveRedundantFactors| |bounds| |shrinkable|
- |irreducibleFactors| |coefficients| |internalIntegrate0|
- |removeConstantTerm| |graeffe| |genericLeftDiscriminant| |external?|
- |positiveRemainder| |varselect| |getConstant| |createGenericMatrix|
- |sum| |pr2dmp| |highCommonTerms| |pseudoDivide| |testDim| |d02cjf|
- |factor1| |pointSizeDefault| |d01gaf| |polyRDE| |orbits| |taylorRep|
- |hdmpToP| |lyndon?| |compound?| |curryRight| |nextLatticePermutation|
- |signAround| |maxint| |acsch| |Hausdorff| |c06ekf| |OMwrite| |initial|
- |reopen!| |UnVectorise| |critM| |critMonD1| |frobenius|
- |completeEchelonBasis| |palgextint0| |clip| |consnewpol| |pushdown|
- |replaceKthElement| |quotientByP| |ddFact| |compdegd|
- |setTopPredicate| |pop!| |cAtanh| |squareTop| |solveRetract| |iitanh|
- |unaryFunction| |froot| |retractable?| |column| |readByteIfCan!|
- |antisymmetric?| |box| |polyRicDE| |trigs2explogs| |printHeader|
- |radicalSimplify| |viewSizeDefault| |powern| |binding| |sh|
- |sparsityIF| |primlimintfrac| |OMputString| |trapezoidalo|
- |semiDegreeSubResultantEuclidean| |cycleLength| |integralRepresents|
- |inHallBasis?| |argumentListOf| |minrank| |tValues| |getZechTable|
- |normalized?| |byte| |intermediateResultsIF| |fortranReal|
- |exactQuotient!| |squareFreeFactors| |mainExpression| ~ |find|
- |cyclotomic| |clearDenominator| |chiSquare| |upDateBranches| |search|
- |fmecg| |completeHensel| |collectQuasiMonic| |chainSubResultants|
- |nextPartition| |vector| |f04faf| |polCase| |f02bjf| |e02bcf|
- |setVariableOrder| |exponentialOrder| |redPol| |open| |asecIfCan|
- |integral| |internalDecompose| |differentiate| |integral?| |reduction|
- |selectAndPolynomials| |sncndn| |minimumExponent| |measure| |nthCoef|
- |rspace| |inspect| |option?| |OMputSymbol| |d03edf| |repeating|
- |continuedFraction| |point?| |nodeOf?| |printStatement|
- |fortranCompilerName| |dn| |chineseRemainder| |even?| |s21bbf|
- |mainContent| |extractClosed| |leftFactorIfCan| |critB| |setFormula!|
- |generalTwoFactor| |mathieu23| |removeZero| |negative?| |iiacsc|
- |power| |recoverAfterFail| |lprop| |powers| |cardinality|
- |companionBlocks| |lllip| |extend| |spherical| |parts|
- |uncouplingMatrices| |genus| |iroot| |d03eef| FG2F |e01sef|
- |denomLODE| |innerSolve1| |rename| |cyclic| |createNormalElement|
- |headReduced?| |firstNumer| |tanSum| |distance| |nextsubResultant2|
- |univariateSolve| |rightRank| |simpson| |besselI| |paraboloidal|
- |psolve| |numberOfDivisors| |maxColIndex| |rootSimp| |bottom!| |ideal|
- |perfectSqrt| |or| |roman| |listOfMonoms| |roughEqualIdeals?| |atom?|
- |tree| |transform| |hermiteH| |prepareSubResAlgo| |s15aef| |ParCond|
- |Ci| |f04mcf| |comp| |e02ajf| |addmod| |perspective| |rationalPoint?|
- |monicCompleteDecompose| |cotIfCan| |showTheFTable| |setvalue!|
- |nthFractionalTerm| |sechIfCan| |firstSubsetGray| |complex?| |sub|
- |iicoth| |po| |showAll?| |toroidal| |invmod| |computeBasis|
- |cyclicSubmodule| F2FG ~= |OMserve| |modifyPointData|
- |quasiMonicPolynomials| |var2StepsDefault| |part?|
- |leastAffineMultiple| |rightDivide| |corrPoly| |monicRightDivide|
- |unparse| |coerce| |s17akf| |scan| |singularAtInfinity?| |palgRDE0|
- |partialQuotients| |s17dcf| F |abelianGroup| |rightMult|
- |characteristicSet| |alphanumeric| |lllp| |construct| |integer?|
- |rewriteSetWithReduction| |e01bff| |reset| |leftNorm| |iFTable|
- |bernoulli| |extendedResultant| |endSubProgram| |brillhartTrials|
- |leadingIndex| |cAsin| |LazardQuotient| |toseSquareFreePart|
- |addPointLast| |compiledFunction| |polygon| |OMgetType| |diagonals|
- |bit?| |monicRightFactorIfCan| |subTriSet?| |variable?|
- |purelyAlgebraic?| |write| |expandPower| |oneDimensionalArray|
- |rightUnits| |scaleRoots| |f02aaf| |exteriorDifferential| |henselFact|
- |save| |monicDecomposeIfCan| |nthFactor|
- |removeRoughlyRedundantFactorsInPol| |pointColor| |setleaves!|
- |cAsech| |symmetricProduct| |rightFactorIfCan| |writeBytes!|
- |quadratic?| |times!| |e02bdf| |surface| |id| |null| |aspFilename|
- |invertIfCan| |countRealRoots| |members| |coefChoose| |f2df|
- |returnType!| |newReduc| |rarrow| |hex| |case| |frst|
- |initiallyReduced?| |removeSuperfluousQuasiComponents|
- |getPickedPoints| |Gamma| |startPolynomial| |findBinding|
- |exponential1| |mesh?| |table| |nullary?| |Zero| |hostPlatform|
- |degree| |llprop| |resultant| |odd?| |unitCanonical| |cAsinh| |sup|
- |minset| |new| |e02bef| |One| |partialNumerators| |generalLambert|
- |gradient| |composites| |viewDeltaYDefault| |sizeMultiplication|
- |shallowCopy| |curveColorPalette| |logpart| |denominators|
- |roughUnitIdeal?| |realRoots| |tanIfCan| |d01aqf| |setProperty!|
- |expt| |leftCharacteristicPolynomial| |nextsousResultant2|
- |conjugates| |jordanAlgebra?| |normalizeIfCan| ** |rightDiscriminant|
- |e02ahf| |romberg| |bitCoef| |goodnessOfFit| |innerSolve| |hconcat|
- |s21bdf| |char| |inf| |rightExtendedGcd| |squareFree| |reverse|
- |viewWriteDefault| |coordinate| |entry?| |prologue| |bandedHessian|
- |diagonalProduct| |removeCoshSq| |exprHasAlgebraicWeight|
- |lineColorDefault| |nthRootIfCan| |linearlyDependentOverZ?| |sin2csc|
- EQ |OMgetEndBind| |setlast!| |entry| |tower| |uniform| |iilog|
- |nthExponent| |splitSquarefree| |shiftLeft| |divideIfCan|
- |indicialEquation| |equation| |OMencodingBinary| UP2UTS |sincos|
- |shiftRoots| |elements| |selectIntegrationRoutines| |separate|
- |getCurve| |stFunc2| |OMputBind| |fortranInteger| |besselY|
- |numberOfChildren| |lfinfieldint| |c06fuf| |showAllElements|
- |makeCrit| |tanh2trigh| |raisePolynomial| |radicalOfLeftTraceForm|
- |mapDown!| |specialTrigs| |setOrder| |mergeDifference| |category|
- |notelem| |float| |listOfLists| |removeZeroes| |primextintfrac|
- |leftDiscriminant| |localAbs| |pastel| |semiSubResultantGcdEuclidean2|
- |harmonic| |vark| |domain| |OMputApp| |gcdPolynomial| |setProperties|
- |floor| |cTan| |OMputEndAttr| |row| |complexNumeric|
- |certainlySubVariety?| |left| |diagonal| |algebraicDecompose|
- |package| |mainVariables| |completeSmith| |rightPower| |pomopo!|
- |relerror| |mapUnivariateIfCan| |stFunc1| |minordet| |right| |deref|
- |empty| |balancedBinaryTree| |clipWithRanges| |setMaxPoints3D| |cAcot|
- |empty?| |comment| |alternating| |kernels| |associatedSystem|
- |nextColeman| |duplicates| |OMgetEndAttr| |permutations| |plotPolar|
- |OMgetEndAtp| |viewDeltaXDefault| |top| |safeCeiling| |univariate|
- |vedf2vef| |singleFactorBound| |heap| |componentUpperBound|
- |plenaryPower| |repeatUntilLoop| |partialFraction| |create3Space|
- |iterationVar| |c06gcf| |initTable!| |prime| |rationalPower|
- |messagePrint| |coordinates| |triangularSystems| |reseed| |iiatan|
- |makingStats?| |rationalFunction| |fortranDoubleComplex|
- |primitivePart| |OMputEndBVar| |laguerreL| |front|
- |selectMultiDimensionalRoutines| |zeroOf| |splitConstant| |pointData|
- |factor| |maxrank| |aLinear| |leftExtendedGcd| |realSolve| |dflist|
- |d02kef| |factorGroebnerBasis| |const| |lowerPolynomial| |sqrt|
- |df2ef| |e02dcf| |degreePartition| |principalIdeal| |knownInfBasis|
- |s21bcf| |showTypeInOutput| |insertMatch| |whatInfinity| |real|
- |andOperands| |simplify| |delete!| |numberOfComponents| |primitive?|
- |degreeSubResultant| |mainVariable| |lowerCase| |f02axf| |imag|
- |kroneckerDelta| |goto| |conical| |f02agf| |top!| |is?| |matrix|
- |drawComplexVectorField| |iisinh| |directProduct| |putGraph|
- |definingPolynomial| |headAst| |selectSumOfSquaresRoutines|
- |computeCycleEntry| |hasoln| |ridHack1| |stripCommentsAndBlanks|
- |findCycle| |outlineRender| |linearPart| |setFieldInfo|
- |limitedIntegrate| |OMlistSymbols| |minRowIndex| |splitNodeOf!|
- |bipolar| |rischNormalize| |dioSolve| RF2UTS |radicalEigenvectors|
- |brace| |symbol| |lowerCase?| |minimumDegree| |LiePoly| |exprToXXP|
- |pseudoRemainder| |applyRules| |multiset| |f01qcf| |elliptic|
- |destruct| |expression| |mapBivariate| |numericalOptimization|
- |LazardQuotient2| |lazyPquo| |f02akf| |mainCoefficients| |denomRicDE|
- |closed?| |showArrayValues| |integer| |f01brf| |pdct| |mapExpon|
- |padicallyExpand| |imagJ| |setleft!| |elRow2!|
- |halfExtendedSubResultantGcd1| |stFuncN| |number?| |push!| |f07adf|
- |univariatePolynomial| |derivative| |currentScope| |critpOrder|
- |doubleFloatFormat| |expint| |pmComplexintegrate| |primlimitedint|
- |regularRepresentation| |Vectorise| |stiffnessAndStabilityFactor|
- |definingEquations| |digit| |associates?| |monomial|
- |zeroSetSplitIntoTriangularSystems| |f02bbf| |pole?| |bivariate?|
- |returnTypeOf| |partition| |setCondition!| |isQuotient|
- |processTemplate| |bumptab1| |monomialIntPoly| |multivariate|
- |wholePart| |BumInSepFFE| |iicsc| |algSplitSimple| |leftTraceMatrix|
- |HenselLift| |binary| |screenResolution3D| |variables| |hitherPlane|
- |OMgetAttr| |complexNormalize| |topPredicate| |rischDE|
- |possiblyNewVariety?| |numberOfImproperPartitions| |setEmpty!|
- |karatsuba| |rightRemainder| |graphImage| |move|
- |createLowComplexityTable| |rotate!| |f01rcf| |entries| |df2fi|
- |octon| |rk4| |constantKernel| |dot| |freeOf?| |lighting|
- |OMgetVariable| |df2mf| |numberOfFractionalTerms| |seed|
- |totalGroebner| |iisqrt3| |doubleComplex?| |outputGeneral| |zero?|
- |c06eaf| |trigs| |sort!| |appendPoint| |legendreP|
- |shanksDiscLogAlgorithm| |thetaCoord| |s17acf| |bumptab| |points|
- |wreath| |zeroMatrix| |reducedDiscriminant| |rootPower| |taylor|
- |d02gbf| |maxRowIndex| |iprint| |rewriteIdealWithRemainder|
- |showClipRegion| |inRadical?| |numberOfNormalPoly| |separateFactors|
- |obj| |digit?| |cyclotomicDecomposition| |laurent|
- |leadingCoefficientRicDE| |eyeDistance| |eof?| |meatAxe| |charClass|
- |arguments| |acothIfCan| |linSolve| |e01daf| |dictionary|
- |realEigenvectors| |puiseux| |f01maf| |extractIndex| |postfix| |cache|
- |leadingSupport| |OMgetApp| |f01rdf| |resultantReduitEuclidean|
- |nothing| |blue| |outputFloating| |s13acf|
- |rightRegularRepresentation| |OMgetBind| |setClipValue|
- |normInvertible?| |quickSort| |bivariatePolynomials| |inv| |tRange|
- |ricDsolve| |wordInStrongGenerators| |rowEch| |atanhIfCan| |merge!|
- |hclf| |expintfldpoly| |lazyPrem| |ground?| |c05pbf| |quotient|
- |modulus| |failed?| |rightFactorCandidate| |sorted?| |numeric|
- |lastSubResultantEuclidean| |finiteBound| |coerceImages| |ground|
- |pascalTriangle| |leftAlternative?| |dimension| |fullDisplay|
- |quasiAlgebraicSet| |mapUnivariate| |radical| |df2st|
- |exprHasWeightCosWXorSinWX| |rangePascalTriangle| |leadingMonomial|
- |multisect| |tanintegrate| |OMencodingSGML| |e02def| |reduced?|
- |mainValue| |crest| |interval| |airyBi| |leadingCoefficient| |low|
- |variationOfParameters| |gderiv| |copyInto!| |selectsecond| |iibinom|
- |e04naf| |operators| |elem?| |d01asf| |primitiveMonomials| |nthRoot|
- |curryLeft| |acoshIfCan| |moebiusMu| |LyndonWordsList1| |f02wef|
- |imports| |minGbasis| |ceiling| |edf2efi| |readIfCan!| |reductum|
- |characteristicPolynomial| |halfExtendedResultant2| |cLog| |c06ebf|
- |problemPoints| |factors| |numerator| |cot2tan| |true| |cyclicEntries|
- |rational| |antisymmetricTensors| |hessian| |root?| |palginfieldint|
- |algDsolve| |output| |unit| |infix| |say| |accuracyIF| |iicosh|
- |outputMeasure| |chiSquare1| |subResultantsChain| |and| |dAndcExp|
- |asinIfCan| |euclideanSize| |directSum| |groebnerFactorize|
- |infinite?| UTS2UP |exp1| |OMgetEndApp| |smith|
- |nativeModuleExtension| |internalSubQuasiComponent?| |real?|
- |extractTop!| |content| |parent| |stirling2| |iiacsch| |cyclicCopy|
- |htrigs| |cycleElt| |e02adf| |f02fjf| |gcdcofactprim| |quasiComponent|
- |polyPart| |realEigenvalues| |inverseLaplace| |unravel| |wholeRadix|
- |extensionDegree| |currentEnv| |drawToScale| |modularFactor|
- |adaptive3D?| |fractRadix| |stopTableInvSet!| |prod| |imagi| |in?|
- |OMgetFloat| |palgintegrate| |setEpilogue!| |readLineIfCan!|
- |createNormalPoly| |multiplyCoefficients| |idealiser|
- |extendedIntegrate| |infieldIntegrate| |lifting| |atanh|
- |leviCivitaSymbol| |packageCall| |coth2trigh| |f02xef| |headReduce|
- |rotate| |principal?| |setPredicates| |hue| |acoth|
- |leftMinimalPolynomial| |absolutelyIrreducible?| |OMputAttr|
- |basisOfLeftAnnihilator| |cyclePartition| |numberOfVariables|
- |wholeRagits| |upperCase!| |leaf?| |asech| |inc| |host| |mkIntegral|
- |unexpand| |bombieriNorm| |gcdprim| |constDsolve| |basisOfNucleus|
- |f2st| |ellipticCylindrical| |lift| |lazyEvaluate| |f04mbf| |eulerPhi|
- |charthRoot| |listYoungTableaus| |contract|
- |removeRoughlyRedundantFactorsInContents| |multiple| |primintegrate|
- |reduce| |rk4a| |sign| |initials| |listLoops| |getOperands|
- |listBranches| |mapExponents| |physicalLength!| |applyQuote| |getlo|
- |branchPoint?| |printTypes| |setAttributeButtonStep| |s20adf|
- |primeFactor| |zeroDimPrimary?| |rationalPoints| |trivialIdeal?|
- |linearDependence| |connectTo| |factorsOfDegree| |lowerCase!| |depth|
- |torsionIfCan| |isExpt| |sinh2csch| |incrementBy| |outputBinaryFile|
- |infix?| |bat| |fixedPointExquo| |goodPoint| |OMUnknownSymbol?|
- |pdf2df| |printCode| |musserTrials| |condition| |mask| |ruleset|
- |scalarMatrix| |expand| |exists?| |f01ref| |makeFR| |Lazard2|
- |constant| |cAcoth| |idealSimplify| |augment| |setColumn!|
- |filterWhile| |build| |changeThreshhold| |d02bhf| |monomials|
- |rootBound| |rename!| |rightOne| |filterUntil| |every?|
- |expextendedint| |seriesToOutputForm| |UpTriBddDenomInv| |drawStyle|
- |stoseInvertible?reg| |modTree| |product| |suchThat|
- |integralBasisAtInfinity| |select| |functionIsContinuousAtEndPoints|
- |insertBottom!| |oddintegers| |gcdPrimitive| |karatsubaOnce| |options|
- |showFortranOutputStack| |matrixConcat3D| |paren| |symbolTableOf|
- |finiteBasis| |minColIndex| |ReduceOrder| |externalList| |exquo|
- |subHeight| |numberOfPrimitivePoly| |trapezoidal| |dom|
- |dihedralGroup| |leftTrace| |e01bhf| |div| |logGamma| |totolex|
- |changeVar| |janko2| |s14abf| |float?| |rotatey|
- |useEisensteinCriterion| |string| |quo| |probablyZeroDim?| |d02bbf|
- |s17dgf| |s17dhf| |fortranDouble| |parametric?| |magnitude| |extract!|
- |printingInfo?| |e02ddf| |OMputAtp| |slash| |primitiveElement|
- |moduleSum| |createPrimitivePoly| |semiSubResultantGcdEuclidean1|
- |makeMulti| |movedPoints| |rem| |largest| |lyndonIfCan| |makeRecord|
- |ODESolve| |intersect| |subtractIfCan| |trim| |tracePowMod| |numer|
- |selectNonFiniteRoutines| |enterPointData| NOT |OMUnknownCD?| |title|
- |symmetric?| |cycleSplit!| |schwerpunkt| |universe|
- |symmetricRemainder| |denom| |balancedFactorisation| |alternative?| OR
- |subCase?| |s19acf| |regime| |groebSolve| |cAcsc|
- |purelyAlgebraicLeadingMonomial?| |rotatex| |swapColumns!| AND
- |cartesian| |OMputVariable| |chebyshevT| |callForm?| |pi| |divisors|
- |subPolSet?| |center| |e| |lazyResidueClass| |upperCase?|
- |mainMonomials| |getMultiplicationMatrix| |pushup| |infinity| |width|
- |resultantReduit| |factorsOfCyclicGroupSize| |mapMatrixIfCan|
- |factorSquareFree| |monomialIntegrate| |fintegrate| |iiGamma|
- |writeLine!| |status| |explogs2trigs| |one?| |polyred| |unary?|
- |cothIfCan| |categoryFrame| |log10| |groebgen| |leftQuotient|
- |isPower| |complexLimit| |e02agf| |f04axf| |bitand| |maxrow|
- |createMultiplicationMatrix| |tensorProduct| |rootDirectory|
- |transcendenceDegree| |backOldPos| |e01bgf| |integerIfCan| |kernel|
- |categories| |youngGroup| |cAcos| |bitior| |OMsupportsSymbol?| |pack!|
- |coshIfCan| |linear?| |tab1| |draw| |OMputEndError|
- |nextPrimitivePoly| |or?| |nextNormalPoly| |continue| |pToHdmp|
- |OMread| |baseRDEsys| |setPosition| |rdregime| |not|
- |jordanAdmissible?| |primes| |coleman| |blankSeparate|
- |totalDifferential| |internalIntegrate| |evaluateInverse|
- |normalDeriv| |squareFreePart| |acotIfCan| |fortranLiteral| |digamma|
- |showTheIFTable| |tan2cot| |cCoth| GF2FG |someBasis| |addMatch|
- |generator| |updatF| |optional| |s18dcf| |OMgetError| *
- |solveLinearlyOverQ| |ef2edf| |showTheRoutinesTable| |besselK|
- |thenBranch| |setchildren!| |ratPoly| |makeObject| |expPot|
- |closedCurve| |solveLinearPolynomialEquationByRecursion| |interpret|
- |create| |errorInfo| |extractSplittingLeaf| |discreteLog| |mathieu12|
- |leftLcm| |mappingAst| |laurentRep| |leftRecip| |solve| |cAcosh|
- |unvectorise| |inverse| |truncate| |coef| |resultantEuclidean|
- |basisOfLeftNucloid| |divergence| |algebraicOf| |objects| |cap|
- |palgRDE| |interReduce| |presuper| |over| |failed| |polygon?| |cSec|
- |d01anf| |sec2cos| |base| |stoseInvertibleSetreg| |lexGroebner|
- |roughSubIdeal?| |modularGcdPrimitive| |rightExactQuotient| |iExquo|
- |var1StepsDefault| |semiLastSubResultantEuclidean| |round|
- |addMatchRestricted| |gcdcofact| |remainder| |mesh| |hdmpToDmp|
- |invmultisect| |constant?| |eigenvectors| |sizePascalTriangle| |node|
- |separateDegrees| |coerceListOfPairs| |setStatus!| |integralBasis|
- |critT| |basis| |PollardSmallFactor| |factorOfDegree|
- |semiResultantEuclideannaif| |univariatePolynomials| |removeCosSq|
- |singRicDE| |inverseColeman| |restorePrecision| |redmat| |lo|
- |optpair| |generalizedInverse| |divideExponents| |numFunEvals|
- |eulerE| |modifyPoint| |interpretString| |genericRightTraceForm|
- |unmakeSUP| |incr| |orOperands| |distdfact| |makeResult| |cn|
- |tryFunctionalDecomposition| |brillhartIrreducible?|
- |removeRedundantFactorsInContents| |subNode?| |numerators| |nullSpace|
- |hi| |triangulate| |rationalApproximation| |pushNewContour|
- |LyndonBasis| |range| |nodes| |Frobenius| |size?| |lazyPseudoDivide|
- |reducedForm| |order| |unitsColorDefault| |edf2df| |OMbindTCP|
- |commaSeparate| |sylvesterSequence| |imagI| |showTheSymbolTable|
- |rootNormalize| |areEquivalent?| |returns| |recolor|
- |invertibleElseSplit?| |btwFact| |leftUnits| |mergeFactors|
- |inputOutputBinaryFile| |s18acf| |anfactor| |randomLC|
- |getVariableOrder| |s17dlf| |isTimes| |putColorInfo| |torsion?|
- |node?| |epilogue| SEGMENT |ScanFloatIgnoreSpacesIfCan|
- |indicialEquations| |complexEigenvalues| |addPoint| |and?|
- |representationType| |listexp| |previous| |LyndonCoordinates|
- |represents| |minus!| |ipow| |createPrimitiveNormalPoly| |att2Result|
- |nil| |lieAdmissible?| |Is| |basisOfCentroid| |lazyPseudoQuotient|
- |wordsForStrongGenerators| |OMgetEndBVar| |name| |printInfo!|
- |symmetricPower| |leftRank| |bivariateSLPEBR| |reciprocalPolynomial|
- |allRootsOf| |jacobiIdentity?| |child?| |e04ycf| |body| |B1solve|
- |useSingleFactorBound| |setPoly| |declare| |imagK| |binomThmExpt|
- |hcrf| |iicot| |OMclose| |tanhIfCan| |approximate| |rootRadius|
- |sequence| |diophantineSystem| |localReal?| |monomRDE| |socf2socdf|
- |squareFreeLexTriangular| |concat| |complex| |write!|
- |leadingBasisTerm| |scanOneDimSubspaces| |basisOfMiddleNucleus|
- |iicos| |sumOfDivisors| |boundOfCauchy| |e01sff| |t| |substring?|
- |shellSort| |d01ajf| |f07aef| Y |resize| |increment| |imagj| |ptFunc|
- |symFunc| |generate| |SturmHabichtMultiple| |convergents| |infRittWu?|
- |doublyTransitive?| |ScanArabic| |norm| |genericLeftTrace|
- |OMopenFile| |nil| |infinite| |arbitraryExponent| |approximate|
- |complex| |shallowMutable| |canonical| |noetherian| |central|
- |partiallyOrderedSet| |arbitraryPrecision| |canonicalsClosed|
- |noZeroDivisors| |rightUnitary| |leftUnitary| |additiveValuation|
- |unitsKnown| |canonicalUnitNormal| |multiplicativeValuation|
- |finiteAggregate| |shallowlyMutable| |commutative|) \ No newline at end of file
+ |Record| |Union| |suffix?| |rightUnit| |finiteBound| |e04ucf|
+ |expandLog| |rightMinimalPolynomial| |saturate| |floor| |callForm?|
+ |expressIdealMember| |minPol| |result| |expenseOfEvaluation|
+ |coerceImages| |deepExpand| |cTan| |quatern| |lhs| |roughBasicSet|
+ |divisors| |hasSolution?| |prefix?| |properties| |factorial|
+ |prolateSpheroidal| |pascalTriangle| |sort| |pushdterm| |permanent|
+ |rhs| |OMputEndAttr| |subPolSet?| |getGraph| |leftAlternative?|
+ |stronglyReduced?| |swap!| |translate| |compactFraction| |f02ajf|
+ |row| |traceMatrix| |lazyResidueClass| |rowEchelonLocal| |multMonom|
+ |dimension| |trunc| |mat| |certainlySubVariety?| |upperCase?|
+ |stoseIntegralLastSubResultant| |squareFreePrim| |fullDisplay|
+ |sturmSequence| |minIndex| |ranges| |diagonal| |setMinPoints|
+ |mainMonomials| |central?| |alphabetic?| |quasiAlgebraicSet|
+ |getMultiplicationMatrix| |random| |useSingleFactorBound?|
+ |startTableInvSet!| |double| |algebraicDecompose| |signature|
+ |unprotectedRemoveRedundantFactors| |s17ahf| |iomode| |mapUnivariate|
+ |pquo| |lfextendedint| |mainVariables| |pushup| |bounds|
+ |characteristic| |df2st| |duplicates?| |internalLastSubResultant|
+ |maximumExponent| |completeSmith| |shrinkable| |resultantReduit|
+ |target| |autoReduced?| |exprHasWeightCosWXorSinWX|
+ |integralAtInfinity?| |primextendedint| |rightPower|
+ |internalZeroSetSplit| |factorsOfCyclicGroupSize| |irreducibleFactors|
+ |hasPredicate?| |rangePascalTriangle| |meshPar1Var| |simplifyLog|
+ |pomopo!| |coercePreimagesImages| |mapMatrixIfCan| |coefficients|
+ |graphs| |genericLeftTraceForm| |multisect| |relerror| |keys|
+ |numberOfCycles| |internalIntegrate0| |factorSquareFree| |iidprod|
+ |tanintegrate| |internalSubPolSet?| |basisOfRightNucleus|
+ |mapUnivariateIfCan| |cschIfCan| |removeConstantTerm|
+ |monomialIntegrate| |normalElement| |OMencodingSGML| |outputAsScript|
+ |zeroSquareMatrix| |input| |retractIfCan| |constantRight| |declare!|
+ |stFunc1| |graeffe| |fintegrate| |semiResultantReduitEuclidean|
+ |e02def| |rationalIfCan| |linearAssociatedLog| |library| |minordet|
+ |csch2sinh| |iiGamma| |genericLeftDiscriminant| |stopTable!|
+ |reduced?| |abs| |deref| |mapSolve| |external?| |writeLine!|
+ |sinhIfCan| |s17aef| |mainValue| |copies| |push| BY |empty|
+ |positiveRemainder| |explogs2trigs| |complexNumericIfCan|
+ |mainVariable?| |crest| |balancedBinaryTree| |insert!| |kind|
+ |varselect| |bothWays| |s17def| |one?| |padicFraction| |deepCopy|
+ |interval| |pair?| |fractionFreeGauss!| |set| |getConstant| |cond|
+ |op| |polyred| |selectFiniteRoutines| |reflect| |makeVariable|
+ |airyBi| |iiacoth| |cAsinh| |printInfo| |lyndon| |expr| |unary?|
+ |createGenericMatrix| |c06fpf| |position| |low| |axesColorDefault|
+ |toseInvertible?| |ignore?| |sup| |call| |segment| |pr2dmp|
+ |cothIfCan| |laplace| |setsubMatrix!| |variationOfParameters|
+ |chebyshevU| |setelt| |superHeight| |minset| |categoryFrame|
+ |highCommonTerms| |bubbleSort!| |dimensionsOf| |map|
+ |genericLeftMinimalPolynomial| |e02bef| |groebgen| |pseudoDivide|
+ |FormatArabic| |palgint0| |setEmpty!| |partialNumerators| |implies?|
+ |copy| |variable| |setAdaptive| |testDim| |leftQuotient|
+ |closeComponent| |s01eaf| |karatsuba| |bezoutDiscriminant|
+ |graphState| |iterators| |generalLambert| |d02cjf| |isPower| |union|
+ |identity| |functionIsFracPolynomial?| |rightRemainder| |myDegree|
+ |shallowExpand| |gradient| |match?| |makeCos| |graphImage|
+ |addBadValue| |autoCoerce| |pseudoQuotient| |rightScalarTimes!|
+ |composites| |d02bhf| |laguerre| |physicalLength| |seriesSolve| |move|
+ |d01fcf| |convert| |rectangularMatrix| |viewDeltaYDefault| |monomials|
+ |isPlus| |shade| |createLowComplexityTable| |hMonic| |cSinh| |show|
+ |sizeMultiplication| |dominantTerm| |rootBound| |evenInfiniteProduct|
+ |newSubProgram| |solve1| |rotate!| |subscript| |color| |shallowCopy|
+ |aromberg| |rename!| |primitivePart!| |f01rcf|
+ |removeIrreducibleRedundantFactors| |isTimes| |vspace| |trace|
+ |curveColorPalette| |zeroDim?| |rightOne| |scale| |createThreeSpace|
+ |entries| |closedCurve?| |putColorInfo| |coord| |logpart| |monomial?|
+ |setnext!| |every?| |radicalEigenvector| |doubleRank| |df2fi|
+ |torsion?| |elliptic?| |denominators| |removeDuplicates!|
+ |expextendedint| |newTypeLists| |monicDivide| |tablePow| |octon|
+ |node?| |curve?| |OMlistCDs| |roughUnitIdeal?| |divisorCascade|
+ |seriesToOutputForm| |nor| |rk4| |numFunEvals3D| |epilogue|
+ |completeHermite| |realRoots| |contours| |ref| |UpTriBddDenomInv|
+ |kovacic| |constantKernel| |viewZoomDefault|
+ |ScanFloatIgnoreSpacesIfCan| |csc2sin| |makeSketch| |tanIfCan|
+ LODO2FUN |drawStyle| |extractIfCan| |OMputEndAtp| |dot|
+ |indicialEquations| |shift| |indiceSubResultant| |d01aqf|
+ |moreAlgebraic?| |midpoint| |stoseInvertible?reg| |compBound|
+ |freeOf?| |setTex!| |complexEigenvalues| = |scopes| |setProperty!|
+ |constantToUnaryFunction| |modTree| |integrate| |innerEigenvectors|
+ |countable?| |lighting| |addPoint| |LagrangeInterpolation| |rombergo|
+ |expt| |rightAlternative?| |product| |s18adf| |sumSquares|
+ |OMgetVariable| |and?| < |integralBasisAtInfinity| |leftDivide|
+ |leftCharacteristicPolynomial| |stronglyReduce| |genericLeftNorm|
+ |plusInfinity| |generalSqFr| |df2mf| |conditionsForIdempotents|
+ |representationType| |functionIsContinuousAtEndPoints| >
+ |clearTheFTable| |ScanFloatIgnoreSpaces| |systemCommand|
+ |nextsousResultant2| |minusInfinity| |addPoint2| |hexDigit|
+ |numberOfFractionalTerms| |deriv| |listexp| <= |fi2df| |stack|
+ |conjugates| |algebraicVariables| |insertBottom!| |groebnerIdeal|
+ |solveid| |tubeRadius| |seed| |LyndonCoordinates| >=
+ |subResultantGcdEuclidean| |jordanAlgebra?| |s21baf| |s13adf|
+ |oddintegers| |rangeIsFinite| |pointLists| |totalGroebner|
+ |represents| |chvar| |normalizeIfCan| |fortranTypeOf| |gcdPrimitive|
+ |normal| |primPartElseUnitCanonical!| |times| |c02agf|
+ |constantOperator| |iisqrt3| |minus!| |semicolonSeparate|
+ |rightDiscriminant| |unitNormal| |clipParametric| |karatsubaOnce|
+ |clearCache| |point| |clearFortranOutputStack| |doubleComplex?|
+ |expintegrate| |ipow| + |leftScalarTimes!| |taylorQuoByVar| |e02ahf|
+ |showFortranOutputStack| |inR?| |s17agf| |outputGeneral| |sqfrFactor|
+ |createPrimitiveNormalPoly| |type| - |symbolTable| |zag| |romberg|
+ |oddInfiniteProduct| |matrixConcat3D| |enumerate| |makeprod|
+ |rubiksGroup| |zero?| |att2Result| / |quadratic| |bitCoef|
+ |totalfract| |paren| |tab| |series| |monom| |pdf2ef|
+ |topFortranOutputStack| |c06eaf| |lieAdmissible?| |iisech|
+ |goodnessOfFit| |overlabel| |mapCoef| |symbolTableOf| |fixedPoint|
+ |pushuconst| |trigs| |Is| |parabolic| |binarySearchTree| |innerSolve|
+ |finiteBasis| |gramschmidt| |qroot| |sort!| |bsolve| |basisOfCentroid|
+ |pushFortranOutputStack| |debug| |fortranLiteralLine| |figureUnits|
+ |arg1| |hconcat| |minColIndex| |algebraic?| |common| |insert|
+ |mainCharacterization| |nthExpon| |appendPoint| |d02ejf|
+ |lazyPseudoQuotient| D |identification| |arg2| |s21bdf|
+ |stoseInvertible?| |ReduceOrder| |signatureAst| |min| |writable?|
+ |withPredicates| |legendreP| |child| |wordsForStrongGenerators|
+ |lSpaceBasis| |getMultiplicationTable| |inf| |besselJ| |externalList|
+ |tail| |viewport3D| |infLex?| |shanksDiscLogAlgorithm| |rightRecip|
+ |OMgetEndBVar| |datalist| |generic| |polygamma| |rightExtendedGcd|
+ |conditions| |limit| |subHeight| |doubleResultant| |any?| |powmod|
+ |outputList| |thetaCoord| |printInfo!| |flatten| |e02baf|
+ |OMconnectTCP| |match| |squareFree| |numberOfPrimitivePoly|
+ |selectODEIVPRoutines| |generalizedContinuumHypothesisAssumed|
+ |e02zaf| |normalize| |rule| |s17acf| |mr| |symmetricPower| |divisor|
+ |supersub| |viewWriteDefault| |trapezoidal| |curve| |minPoly| |d01amf|
+ |writeByteIfCan!| |bumptab| |leftRank| |error| |coordinate|
+ |OMgetSymbol| |univariate?| |explicitlyFinite?| |dihedralGroup|
+ |changeMeasure| |mantissa| |inverseIntegralMatrix| |opeval|
+ |calcRanges| |points| |bivariateSLPEBR| |assert|
+ |expenseOfEvaluationIF| |midpoints| |pointColorPalette| |entry?|
+ |leftTrace| |composite| |yellow| |deleteRoutine!| |nand| |wreath|
+ |reciprocalPolynomial| |setMinPoints3D| |prologue| |open?| |ldf2lst|
+ |e01bhf| |localUnquote| |lfunc| |zeroMatrix| |getDatabase|
+ |allRootsOf| |getRef| |outputArgs| |bandedHessian| |rowEchLocal|
+ |logGamma| |randomR| |iifact| |createZechTable|
+ |lazyIrreducibleFactors| |reducedDiscriminant| |jacobiIdentity?|
+ |print| |identityMatrix| |remove!| |insertTop!| |diagonalProduct|
+ |adaptive| |totolex| |euclideanNormalForm| |solveInField| |rootPower|
+ |commonDenominator| |child?| |resolve| |numberOfOperations|
+ |pointColorDefault| |evaluate| |removeCoshSq| |explicitEntries?|
+ |changeVar| |makeViewport3D| |dmpToHdmp| |genericPosition| |d02gbf|
+ |e04ycf| |tubePlot| |replace| |compose| |void|
+ |exprHasAlgebraicWeight| |dimensionOfIrreducibleRepresentation|
+ |OMgetInteger| |janko2| |primintfldpoly| |generalInfiniteProduct|
+ |maxRowIndex| |cosh2sech| |B1solve| |nextNormalPrimitivePoly|
+ |OMgetString| |setClosed| |lineColorDefault| |s14abf| |OMParseError?|
+ |e04jaf| |makeViewport2D| |escape| |iprint| |useSingleFactorBound|
+ |outerProduct| |nthRootIfCan| |radix| |diagonal?| |coefficient|
+ |iisin| |float?| |palgLODE| |e02gaf| |showIntensityFunctions|
+ |rewriteIdealWithRemainder| |setPoly| |SFunction| |rotatey|
+ |KrullNumber| |sayLength| |linearlyDependentOverZ?| |bright| |cos2sec|
+ |s19adf| |OMgetAtp| |simplifyPower| |showClipRegion| |imagK|
+ |generalizedContinuumHypothesisAssumed?| |generalizedEigenvector|
+ |computePowers| |possiblyInfinite?| |sin2csc| |showSummary|
+ |useEisensteinCriterion| |inRadical?| |setValue!| |loopPoints|
+ |checkPrecision| |viewWriteAvailable| |binomThmExpt| |extractBottom!|
+ |linGenPos| |OMgetEndBind| |sn| |probablyZeroDim?| |nlde| |cfirst|
+ |arrayStack| |numberOfNormalPoly| |hcrf| |commutative?| |predicate|
+ |errorKind| |setlast!| |showAttributes| |d02bbf| |mapGen| |logIfCan|
+ |iiexp| |separateFactors| |iicot| |init| |twoFactor| |operation|
+ |scalarTypeOf| |uniform| |testModulus| |s17dgf|
+ |firstUncouplingMatrix| |factorByRecursion| |cyclotomicDecomposition|
+ |permutationRepresentation| |OMclose| |quoByVar| |exponents| |iilog|
+ |s17dhf| |ode2| |bezoutResultant|
+ |solveLinearPolynomialEquationByFractions| |position!|
+ |leadingCoefficientRicDE| |tanhIfCan| |fill!| |nthExponent| |s18aef|
+ |byteBuffer| |fortranDouble| |pile| |lazy?| |eyeDistance| |rootRadius|
+ |c05adf| |coerceP| |max| |delete| |splitSquarefree| |parametric?|
+ |unrankImproperPartitions1| |mpsode| |list?| |safeFloor| |eof?|
+ |sequence| |d03faf| |padecf| |shiftLeft|
+ |inverseIntegralMatrixAtInfinity| |magnitude| |/\\| |pleskenSplit|
+ |generalPosition| |curveColor| |meatAxe| |constructorName|
+ |diophantineSystem| |lazyVariations| |associatedEquations|
+ |divideIfCan| |extract!| |integralMatrixAtInfinity| |\\/| |cSech|
+ |lastSubResultantElseSplit| |charClass| |swapRows!| |localReal?|
+ |separant| |dec| |rightNorm| |printingInfo?| |maxIndex|
+ |perfectNthPower?| |primaryDecomp| |acothIfCan| |monomRDE|
+ |parameters| |multiplyExponents| |countRealRootsMultiple|
+ |addPointLast| |leastPower| |e02ddf| |bumprow| |elt| |setright!|
+ |linSolve| |clearTable!| |socf2socdf| |ksec| |property|
+ |compiledFunction| |dimensions| |fibonacci| |OMputAtp| |fprindINFO|
+ |dim| |userOrdered?| |e01daf| |radicalSolve| |squareFreeLexTriangular|
+ |RemainderList| |fractionPart| |polygon| |palglimint| |slash|
+ |OMputEndBind| |bindings| |write!| |label| |headRemainder|
+ |colorFunction| |OMgetType| |trailingCoefficient| |primitiveElement|
+ |perfectNthRoot| |stoseInvertibleSetsqfreg| |f02akf| |weighted|
+ |leadingBasisTerm| |units| |factorPolynomial| |coerceS| |diagonals|
+ |moduleSum| |extendedint| |factorAndSplit| |laurentIfCan|
+ |FormatRoman| |mainCoefficients| |scanOneDimSubspaces| |string?|
+ |bit?| |extractPoint| |mapUp!| |createPrimitivePoly| |inputBinaryFile|
+ |factorSquareFreePolynomial| |elColumn2!| |denomRicDE|
+ |basisOfMiddleNucleus| |fortranComplex| |character?|
+ |monicRightFactorIfCan| |rootProduct| |middle| |closed?|
+ |argumentList!| |iicos| |intPatternMatch| |leftGcd| |subTriSet?|
+ |rank| |gcdprim| |medialSet| |sylvesterMatrix| |firstDenom|
+ |showArrayValues| |split| |next| |sumOfDivisors| |e02dff|
+ |divideIfCan!| |variable?| |d01bbf| |constDsolve| |factorials|
+ |cycles| |term| |GospersMethod| |f01brf| |boundOfCauchy| |code|
+ |hspace| |element?| |purelyAlgebraic?| |basisOfNucleus| |badValues|
+ |morphism| |tanQ| |unit?| |setelt!| |pdct| |popFortranOutputStack|
+ |internalInfRittWu?| |zeroDimensional?| |expandPower| |setRealSteps|
+ |f2st| |index?| |collectUnder| |mapExpon| |s14baf|
+ |univariatePolynomials| |extractClosed| |oneDimensionalArray| |subst|
+ |asinhIfCan| |Ei| |outputAsFortran| |ellipticCylindrical| |maxdeg|
+ |precision| |PDESolve| |padicallyExpand| |orbit| |linear| |positive?|
+ GE |removeCosSq| |leftFactorIfCan| |semiResultantEuclidean2|
+ |rightUnits| |mathieu11| |critMTonD1| |lazyEvaluate| |constantOpIfCan|
+ |critB| |ptree| |basicSet| |second| |imagJ| |eigenMatrix| |singRicDE|
+ GT |option| |scaleRoots| |startStats!| |factorSFBRlcUnit| |lists|
+ |f04mbf| |subresultantVector| |setleft!| |perfectSquare?| |third|
+ |polynomial| |setFormula!| |acscIfCan| |inverseColeman| LE
+ |inconsistent?| |f02aaf| |nthr| |eulerPhi| |superscript| |directory|
+ |elRow2!| |rightTrim| |graphCurves| |restorePrecision| |startTable!|
+ LT |generalTwoFactor| |heapSort| |exteriorDifferential| |atanIfCan|
+ |An| |charthRoot| |beauzamyBound| |leftTrim| |denominator|
+ |halfExtendedSubResultantGcd1| |mathieu23| |redmat| |approxNthRoot|
+ |polarCoordinates| |henselFact| |omError| |listYoungTableaus| |exQuo|
+ |Aleph| |stFuncN| |optpair| |removeZero| |groebner| |mix|
+ |monicDecomposeIfCan| |contract| |checkRur| |lepol| |number?|
+ |currentCategoryFrame| |generalizedInverse| |negative?| |erf|
+ |OMgetEndError| |reify| |nthFactor| |nextSublist|
+ |removeRoughlyRedundantFactorsInContents| |c06fqf| |push!| |tanNa|
+ |iiacsc| |divideExponents| |f01bsf| |ListOfTerms|
+ |removeRoughlyRedundantFactorsInPol| |primintegrate| |repeating?|
+ |removeSinhSq| |f07adf| |initiallyReduce| |numFunEvals| |power|
+ |wrregime| |space| |pointColor| |rk4a| |adaptive?| |lp|
+ |getProperties| |iflist2Result| |OMgetObject| |univariatePolynomial|
+ |eulerE| |recoverAfterFail| |dilog| |coth2tanh| |setleaves!|
+ |lazyGintegrate| |term?| |sign| |derivative| |flexible?| |intChoose|
+ |traverse| |lprop| |modifyPoint| |sin| |zero| |leftExactQuotient|
+ |minimalPolynomial| |cAsech| |radPoly| |initials| |recur|
+ |discriminantEuclidean| |currentScope| |powers| |interpretString|
+ |mkAnswer| |cos| |stop| |stoseInvertible?sqfreg| |symmetricProduct|
+ |head| |listLoops| |setrest!| |cardinality| |oddlambert| |critpOrder|
+ |symmetricTensors| |genericRightTraceForm| |nonQsign| |And| |tan|
+ |vconcat| |systemSizeIF| |rightFactorIfCan| |iisec| |getOperands|
+ |formula| |any| |dark| |doubleFloatFormat| |preprocess|
+ |companionBlocks| |unmakeSUP| |Or| |cot| |cyclicGroup|
+ |leftRankPolynomial| |writeBytes!| |listBranches| |selectPDERoutines|
+ |expint| |OMencodingXML| |partitions| |pattern| |orOperands| |lllip|
+ |Not| |sec| |removeSquaresIfCan| |quadratic?| |sturmVariationsOf|
+ |mapExponents| |typeList| |simpleBounds?| |pmComplexintegrate|
+ |dequeue!| |distdfact| |extend| |csc| |stopTableGcd!| |qinterval|
+ |times!| |bipolarCylindrical| |physicalLength!| |fullPartialFraction|
+ |palglimint0| |primlimitedint| |spherical| |makeResult| |getlo| |asin|
+ |bat1| |height| |commutativeEquality| |e02bdf| |linearAssociatedExp|
+ |loadNativeModule| |nrows| |hasTopPredicate?| |regularRepresentation|
+ |shufflein| |uncouplingMatrices| |tryFunctionalDecomposition| |acos|
+ |normalForm| |measure2Result| |surface| |branchPoint?|
+ |normalizedAssociate| |ncols| |brillhartIrreducible?|
+ |tubePointsDefault| |Vectorise| |LiePolyIfCan| |genus| |function|
+ |message| |atan| |mindeg| |qfactor| |aspFilename| |zeroVector|
+ |printTypes| |imagk| |stiffnessAndStabilityFactor| |xn| |iroot|
+ |removeRedundantFactorsInContents| |acot| |block| |invertIfCan|
+ |getOperator| |setAttributeButtonStep| |mapdiv| |mainKernel|
+ |lfextlimint| |d03eef| |definingEquations| |log| |subNode?| |eval|
+ |asec| |cot2trig| |countRealRoots| |cyclicParents| |c06gqf| |s20adf|
+ |component| |digit| |cCsch| |numerators| FG2F |acsc|
+ |multiEuclideanTree| |members| |tan2trig|
+ |combineFeatureCompatibility| |primeFactor| |distribute| |tubePoints|
+ |associates?| |e01sef| |nullSpace| |sinh|
+ |stiffnessAndStabilityOfODEIF| |coefChoose| |ode| |zeroDimPrimary?|
+ |diagonalMatrix| |cons| |setScreenResolution| |isOp|
+ |zeroSetSplitIntoTriangularSystems| |denomLODE| |triangulate| |cosh|
+ |rightTraceMatrix| |f2df| |enqueue!| |getButtonValue| |rationalPoints|
+ |linearAssociatedOrder| |flagFactor| |f02bbf| |rationalApproximation|
+ |innerSolve1| |tanh| |makeUnit| |f01mcf| |returnType!|
+ |antiCommutator| |trivialIdeal?| |binaryFunction| |doubleDisc| |pole?|
+ |quasiRegular| |rename| |pushNewContour| |level| |coth| |OMreadFile|
+ |implies| |newReduc| |OMputEndApp| |iicsch| |linearDependence| |quote|
+ |outputSpacing| |e02bbf| |bivariate?| |cyclic| |LyndonBasis| |sech|
+ |leader| |getMatch| |indices| |rarrow| |ramified?| |connectTo|
+ |mainForm| |iiacosh| |returnTypeOf| |range| |createNormalElement|
+ |csch| |triangular?| |xor| |hex| |normDeriv2| |factorsOfDegree|
+ |e04mbf| |stoseLastSubResultant| |constantIfCan| |partition| |nodes|
+ |headReduced?| |asinh| |anticoord| |cylindrical| |frst| |lowerCase!|
+ |viewPosDefault| |source| |virtualDegree| |monicModulo| |li|
+ |setCondition!| |firstNumer| |Frobenius| |acosh| |binaryTournament|
+ |changeWeightLevel| |genericRightNorm| |initiallyReduced?|
+ |splitLinear| |torsionIfCan| |size?| |processTemplate| |equiv| |lcm|
+ |quasiRegular?| |tanSum| |length| |ramifiedAtInfinity?| |s15adf|
+ |e04dgf| |removeSuperfluousQuasiComponents| |isExpt|
+ |purelyTranscendental?| |list| |reduceBasisAtInfinity|
+ |noncommutativeJordanAlgebra?| |bumptab1| |distance|
+ |lazyPseudoDivide| |scripts| |buildSyntax| |close| |e02daf|
+ |getPickedPoints| |strongGenerators| |sinh2csch| |car| |reducedForm|
+ |cosIfCan| |prinshINFO| |monomialIntPoly| |append| |nextsubResultant2|
+ |f01qef| |stoseInternalLastSubResultant| |Gamma| |outputBinaryFile|
+ |rischDEsys| |cdr| |complementaryBasis| |wholePart| |children| |gcd|
+ |order| |univariateSolve| |totalLex| |display| |startPolynomial|
+ |exptMod| |baseRDE| |bat| |rightRank| |ravel| |setDifference| |leaves|
+ |elementary| |invertible?| |false| |BumInSepFFE| |fortran|
+ |unitsColorDefault| |weierstrass| |modularGcd| |findBinding|
+ |numberOfMonomials| |fixedPointExquo| |setIntersection| |reshape|
+ |setPrologue!| |iicsc| |genericRightDiscriminant| |edf2df| |simpson|
+ |innerint| |rroot| |exponential1| |goodPoint| |OMcloseConn| |setUnion|
+ |stoseSquareFreePart| |algSplitSimple| |Lazard| |OMbindTCP| |besselI|
+ |lazyPremWithDefault| |SturmHabichtSequence| |mesh?|
+ |complexIntegrate| |OMUnknownSymbol?| |apply| |integerBound| |dfRange|
+ |leftTraceMatrix| |palgLODE0| |paraboloidal| |commaSeparate|
+ |nullary?| |reorder| |pdf2df| |satisfy?| |infinityNorm| |HenselLift|
+ |cRationalPower| |red| |remove| |psolve| |sylvesterSequence| |#|
+ |qualifier| |asechIfCan| |hostPlatform| |printCode| |deepestTail|
+ |size| |genericRightMinimalPolynomial| |binary| |infieldint|
+ |numberOfDivisors| |imagI| |nonLinearPart| |key| |test|
+ |numberOfIrreduciblePoly| |degree| |iidsum| |musserTrials|
+ |reducedQPowers| |f02aef| |update| |screenResolution3D| |last|
+ |maxColIndex| |showTheSymbolTable| |fortranLinkerArgs|
+ |removeRedundantFactorsInPols| |llprop| |scalarMatrix| |showRegion|
+ |assoc| |rootSimp| |readBytes!| |hitherPlane| |rootNormalize|
+ |getSyntaxFormsFromFile| |filename| |halfExtendedResultant1| |delta|
+ |insertionSort!| |resultant| |exists?| |conjug| |exactQuotient|
+ |first| |bottom!| |OMgetAttr| |outputAsTex| |areEquivalent?| |airyAi|
+ |linearlyDependent?| |not?| |odd?| |resetNew| |f01ref| |viewpoint|
+ |isOpen?| |rest| |cyclotomicFactorization| |returns| |key?|
+ |complexNormalize| |ideal| |prefix| |contractSolve| |parse|
+ |unitCanonical| |patternMatch| |makeFR| |se2rfi| |substitute|
+ |splitDenominator| |recolor| |leftMult| |topPredicate| |perfectSqrt|
+ |revert| |mainDefiningPolynomial| |summation| |Lazard2| |comparison|
+ |removeDuplicates| |collectUpper| |rischDE| |roman|
+ |invertibleElseSplit?| |f04qaf| |stirling1| |f04mcf| |cAcoth|
+ |SturmHabichtCoefficients| |cosSinInfo| |ocf2ocdf| |btwFact|
+ |possiblyNewVariety?| |listOfMonoms| |script| |nil?| |iiacos| |e02ajf|
+ |fortranCarriageReturn| |idealSimplify| |tanAn| |expIfCan|
+ |numberOfImproperPartitions| |leftUnits| |roughEqualIdeals?|
+ |integralDerivationMatrix| |useNagFunctions| |addmod| |augment|
+ |SturmHabicht| |algint| |eq| |mergeFactors| |atom?|
+ |irreducibleFactor| |lambda| |decompose| |perspective| |domainOf|
+ |setColumn!| |knownInfBasis| |objectOf| |iter| |distFact|
+ |LowTriBddDenomInv| |inputOutputBinaryFile| |transform| |tex|
+ |particularSolution| |rationalPoint?| |tubeRadiusDefault| |build|
+ |sinhcosh| |quadraticForm| |rules| |s21bcf| |setAdaptive3D| |s18acf|
+ |hermiteH| |branchPointAtInfinity?| |unknown| |bfKeys|
+ |monicCompleteDecompose| |fixedDivisor| |changeThreshhold|
+ |rewriteIdealWithQuasiMonicGenerators| |showTypeInOutput| |rightTrace|
+ |anfactor| |prepareSubResAlgo| |f04arf| |normal?| |cotIfCan|
+ |positiveSolve| |varList| |insertMatch| |qqq| |randomLC| |s15aef|
+ |deleteProperty!| |lfintegrate| |showTheFTable| |sortConstraints|
+ |parent| |exprex| |whatInfinity| |prepareDecompose| |ParCond|
+ |getVariableOrder| |coerceL| |fixedPoints| |setvalue!| |retract|
+ |stirling2| |multiEuclidean| |patternVariable| |andOperands| |slex|
+ |Ci| |s17dlf| |index| |rewriteIdealWithHeadRemainder| |getStream|
+ |nthFractionalTerm| |iiacsch| |lexico| |crushedSet| |cAcsch|
+ |simplify| |rightCharacteristicPolynomial| |ran| |sechIfCan| |check|
+ |cyclicCopy| |getExplanations| |exp| |delete!| |eigenvalues|
+ |integralRepresents| |closedCurve| |c05nbf| |optimize|
+ |firstSubsetGray| |factorList| |cCsc| |htrigs| |primeFrobenius|
+ |redpps| |numberOfComponents| |inHallBasis?|
+ |solveLinearPolynomialEquationByRecursion| |cycleElt| |complex?|
+ |pair| |squareFreePolynomial| |zeroDimPrime?| |hash| |compile|
+ |f02awf| |HermiteIntegrate| |primitive?| |relationsIdeal| |create|
+ |argumentListOf| |neglist| |univariatePolynomialsGcds| |count| |sub|
+ |e02adf| |orthonormalBasis| |cPower| |copy!| |qelt|
+ |degreeSubResultant| |errorInfo| |minrank| |rur| |iicoth| |mathieu24|
+ |matrixDimensions| |f02fjf| |droot| |super| |qsetelt| |mainVariable|
+ |tValues| |extractSplittingLeaf| |numberOfFactors| |f02aff| |po|
+ |gcdcofactprim| |expandTrigProducts| |realElementary| |nthFlag|
+ |xRange| |lowerCase| |getZechTable| |discreteLog| |decomposeFunc|
+ |sequences| |showAll?| |quasiComponent| |cycleTail| |f02axf|
+ |standardBasisOfCyclicSubmodule| |value| |yRange| |triangSolve|
+ |mathieu12| |normalized?| |c06gbf| |toroidal| |commutator| |polyPart|
+ |mathieu22| |kroneckerDelta| |polar| |zRange| |lex| |byte| |leftLcm|
+ |removeRoughlyRedundantFactorsInPols| |invmod| |secIfCan|
+ |realEigenvalues| |simplifyExp| |goto| |selectOptimizationRoutines|
+ |map!| |setScreenResolution3D| |intermediateResultsIF| |mappingAst|
+ |OMmakeConn| |computeBasis| |imagE| |getIdentifier| |inverseLaplace|
+ |conical| |plus| |limitPlus| |qsetelt!| |makeSUP| |fortranReal|
+ |laurentRep| |mightHaveRoots| |bandedJacobian| |cyclicSubmodule|
+ |unravel| |lagrange| |extendIfCan| |integralMatrix| |f02agf|
+ |leftRecip| |exactQuotient!| |parseString| |cCot| F2FG |iitan|
+ |wholeRadix| |setStatus| |top!| |connect| |squareFreeFactors| |solve|
+ |factorset| |OMserve| |usingTable?| |rootSplit| |extensionDegree|
+ |bfEntry| |npcoef| |is?| |cAcosh| |mainExpression| |sum|
+ |viewThetaDefault| |indicialEquationAtInfinity| |modifyPointData|
+ |homogeneous?| |drawToScale| |drawComplexVectorField| |dmp2rfi|
+ |explimitedint| |clipSurface| |find| |unvectorise| |nullity|
+ |quasiMonicPolynomials| |algebraicSort| |modularFactor|
+ |normalizedDivide| |iisinh| |schema| |leadingIdeal| |acsch|
+ |cyclotomic| |inverse| |resetAttributeButtons| |OMconnOutDevice|
+ |semiResultantEuclidean1| |initial| |var2StepsDefault|
+ |wronskianMatrix| |adaptive3D?| |pointPlot| |s20acf| |putGraph|
+ |clearDenominator| |truncate| |untab| |capacity| |part?|
+ |complexZeros| |fractRadix| |halfExtendedSubResultantGcd2| |cycle|
+ |definingPolynomial| |resultantEuclidean| |chiSquare| |drawComplex|
+ |leastAffineMultiple| |critBonD| |laplacian| |stopTableInvSet!|
+ |sumOfSquares| |trace2PowMod| |headAst| |basisOfLeftNucloid|
+ |upDateBranches| |elRow1!| |OMunhandledSymbol| |rightDivide|
+ |bernoulliB| |prod| |extendedSubResultantGcd| |rational?| |rdHack1|
+ |selectSumOfSquaresRoutines| |divergence| |fmecg| |s18aff| |corrPoly|
+ |startTableGcd!| |fracPart| |imagi| |box| |computeCycleEntry|
+ |polynomialZeros| |Beta| |completeHensel| |argument| |algebraicOf| ~
+ |integralCoordinates| |monicRightDivide| |plot| |in?| |asimpson|
+ |search| |indiceSubResultantEuclidean| |fglmIfCan| |hasoln| |cap|
+ |collectQuasiMonic| |vector| |updateStatus!| |multinomial| |unparse|
+ |OMgetFloat| |queue| |open| |e02aef| |ridHack1| |delay| |palgRDE|
+ |chainSubResultants| |differentiate| |prindINFO| |s17akf|
+ |supDimElseRittWu?| |palgintegrate| |setref|
+ |unrankImproperPartitions0| |d02gaf| |stripCommentsAndBlanks|
+ |interReduce| |nextPartition| |shiftRight| |changeName| |scan|
+ |square?| |setEpilogue!| |iiacot| |findCycle| |cross| |f04faf|
+ |presuper| |inGroundField?| |singularAtInfinity?| |f04maf| |ffactor|
+ |readLineIfCan!| |linkToFortran| |root| |outlineRender| |polCase|
+ |over| |prinb| |bits| |palgRDE0| |createNormalPoly| |rk4f|
+ |reducedContinuedFraction| |linearPart| |legendre| |f02bjf| |polygon?|
+ |parts| |prevPrime| |partialQuotients| |createRandomElement|
+ |choosemon| |multiplyCoefficients| |univcase| |setFieldInfo|
+ |algebraicCoefficients?| |cSec| |e02bcf| |equality| |s17dcf|
+ |setMaxPoints| |idealiser| |lazyPseudoRemainder| |rootsOf|
+ |basisOfRightNucloid| |limitedIntegrate| |d01anf| |setVariableOrder|
+ |f04atf| |approximants| |abelianGroup| |clipPointsDefault|
+ |extendedIntegrate| |setButtonValue| |maxPoints3D| |exponentialOrder|
+ |OMlistSymbols| |or| |sec2cos| |genericRightTrace| |poisson|
+ |rightMult| |tree| |infieldIntegrate| |e01baf| |leastMonomial|
+ |c06ecf| |minRowIndex| |redPol| |stoseInvertibleSetreg| |comp|
+ |setfirst!| |antiAssociative?| |characteristicSet| |lifting| |tableau|
+ |viewport2D| |sdf2lst| |splitNodeOf!| |lexGroebner| |asecIfCan|
+ |computeCycleLength| |alphanumeric| |f02abf| |leviCivitaSymbol|
+ |identitySquareMatrix| |associator| |bipolar| |completeEval|
+ |integral| |roughSubIdeal?| ~= |conditionP| |lllp| |sample|
+ |packageCall| |diag| |double?| |setprevious!| |rischNormalize|
+ |modularGcdPrimitive| |internalDecompose|
+ |createLowComplexityNormalBasis| |coerce| |bytes| |integer?|
+ |hyperelliptic| |coth2trigh| |dioSolve| |stopMusserTrials| F
+ |stosePrepareSubResAlgo| |integral?| |rightExactQuotient| |biRank|
+ |f02xef| |construct| |subSet| |rewriteSetWithReduction| |quasiMonic?|
+ |reset| |lflimitedint| |cAsec| RF2UTS |reduction| |iExquo|
+ |setErrorBound| |e01bff| |OMopenString| |generateIrredPoly|
+ |headReduce| |zeroSetSplit| |normalDenom| |radicalEigenvectors|
+ |selectAndPolynomials| |var1StepsDefault| |eq?| |viewDefaults|
+ |leftNorm| |subResultantGcd| |write| |rotate| |s17aff| |lowerCase?|
+ |optional?| |sncndn| |semiLastSubResultantEuclidean| |save|
+ |symbolIfCan| |iFTable| |getOrder| |principal?| |ParCondList| |back|
+ |predicates| |minimumDegree| |minimumExponent| |round| |pushucoef|
+ |bernoulli| |lquo| |setPredicates| |roughBase?| |id| |setProperties!|
+ |null| |LiePoly| |endOfFile?| |addMatchRestricted| |measure|
+ |extendedResultant| |constantCoefficientRicDE| |hue| |printStats!|
+ |palgint| |case| |exprToXXP| |e04fdf| |nthCoef| |gcdcofact| |presub|
+ |OMconnInDevice| |endSubProgram| |leftMinimalPolynomial| |iiabs|
+ |table| |isobaric?| |Zero| |close!| |pseudoRemainder| |rspace|
+ |remainder| |RittWuCompare| |brillhartTrials| |leadingTerm|
+ |generalizedEigenvectors| |absolutelyIrreducible?| |new|
+ |leftRegularRepresentation| |One| |applyRules| |UP2ifCan| |inspect|
+ |mesh| |powerSum| |leadingIndex| |aCubic| |numericalIntegration|
+ |OMputAttr| |fortranLogical| |multiset| |option?| |hdmpToDmp|
+ |linears| |iiasin| |cAsin| |basisOfLeftAnnihilator| |solid?|
+ |patternMatchTimes| |cSin| |f01qcf| ** |OMputSymbol| |invmultisect|
+ |bringDown| |lieAlgebra?| |LazardQuotient| |cyclePartition| |rCoord|
+ |taylorIfCan| |char| |elliptic| |reverse| |quartic| |d03edf|
+ |constant?| |pToDmp| |quoted?| |toseSquareFreePart| |minimize|
+ |numberOfVariables| |solveLinearPolynomialEquation|
+ |decreasePrecision| |mapBivariate| |eigenvectors| |repeating| |ord| EQ
+ |fractRagits| |wholeRagits| |entry| |decrease| |tower|
+ |numericalOptimization| |minPoints| |sizePascalTriangle|
+ |continuedFraction| |exprToGenUPS| |equation| |determinant|
+ |upperCase!| |complexForm| |pureLex| |solid| |LazardQuotient2|
+ |separateDegrees| |point?| |plus!| |cscIfCan| |trueEqual| |var1Steps|
+ |leaf?| |f02adf| |sqfree| |lazyPquo| |coerceListOfPairs| |nodeOf?|
+ |rootPoly| |f01qdf| |optAttributes| |host| |inrootof| |category|
+ |printStatement| |float| |setStatus!| |cup| |arity| |mkIntegral|
+ |tableForDiscreteLogarithm| |rowEchelon| |OMputError| |clipWithRanges|
+ |fortranCharacter| |domain| |fortranCompilerName| |integralBasis|
+ |tube| |weights| |mkPrim| |vertConcat| |unexpand| |safetyMargin|
+ |complexNumeric| |left| |jacobian| |setMaxPoints3D| |package| |dn|
+ |critT| |f07fdf| |multiple?| |bombieriNorm| |numberOfComposites|
+ |aQuartic| |makeTerm| |right| |setRow!| |cAcot| |basis|
+ |chineseRemainder| |normal01|
+ |rewriteSetByReducingWithParticularGenerators| |monicLeftDivide|
+ |comment| |kernels| |clearTheIFTable| |d01apf| |empty?|
+ |PollardSmallFactor| |even?| |decimal| |dequeue| |yCoordinates|
+ |gderiv| |leadingExponent| |top| |eigenvector| |univariate|
+ |alternating| |totalDegree| |factorOfDegree| |s21bbf| |weight| |prem|
+ |copyInto!| |integralLastSubResultant| |randnum| |insertRoot!|
+ |tryFunctionalDecomposition?| |associatedSystem| |overbar|
+ |semiResultantEuclideannaif| |mainContent| |moduloP| |nextItem|
+ |intcompBasis| |selectsecond| |hexDigit?| |acosIfCan| |nextColeman|
+ |tanh2coth| |OMReadError?| |has?| |iibinom| |rst| |argscript| |factor|
+ |evenlambert| |checkForZero| |duplicates| |complexLimit| |factor1|
+ |setLength!| |rk4qc| |basisOfLeftNucleus| |e04naf| |OMputInteger|
+ |sqrt| |discriminant| |style| |OMgetEndAttr| |e02agf|
+ |pointSizeDefault| |groebner?| |reverseLex| |operators| |e02akf|
+ |setProperty| |real| |bitLength| |permutations| |d01gaf| |f04axf|
+ |exponent| |swap| |elem?| |subset?| |mainMonomial| |imag| |plotPolar|
+ |notOperand| |polyRDE| |maxrow| |atoms| |limitedint| |matrix| |d01asf|
+ |geometric| |directProduct| |iiasec| |normalise| |OMgetEndAtp|
+ |makeYoungTableau| |createMultiplicationMatrix| |orbits| |f07fef|
+ |redPo| |nthRoot| |interpolate| |createPrimitiveElement| |unitVector|
+ |e04gcf| |viewDeltaXDefault| |tensorProduct| |taylorRep|
+ |OMsetEncoding| |makeSin| |curryLeft| |OMsend| |subMatrix| |brace|
+ |symbol| |safeCeiling| |removeRedundantFactors| |hdmpToP|
+ |rootDirectory| |d01alf| |symmetricDifference| |alphanumeric?|
+ |acoshIfCan| |isConnected?| |destruct| |expression| |vedf2vef|
+ |getMeasure| |lyndon?| |transcendenceDegree| |ratpart| |difference|
+ |moebiusMu| |normFactors| |linearPolynomials| |integer|
+ |singleFactorBound| |e01sbf| |backOldPos| |compound?|
+ |initializeGroupForWordProblem| |lastSubResultant| |LyndonWordsList1|
+ |isList| |quotedOperators| |heap| |axes| |curryRight| |e01bgf|
+ |listRepresentation| |module| |f02wef| |scripted?| |yCoord| |charpol|
+ |componentUpperBound| |integerIfCan| |nextLatticePermutation|
+ |localIntegralBasis| |eisensteinIrreducible?| |imports| |zoom|
+ |exprHasLogarithmicWeights| |monomial| |reverse!| |plenaryPower|
+ |signAround| |youngGroup| |iisqrt2| |radicalEigenvalues| |isQuotient|
+ |rotatez| |minGbasis| |extendedEuclidean| |multivariate|
+ |repeatUntilLoop| |d02raf| |cAcos| |maxint| |getBadValues|
+ |permutation| |submod| |ceiling| |log2| |variables| |partialFraction|
+ |changeBase| |OMsupportsSymbol?| |Hausdorff| |equivOperands|
+ |subQuasiComponent?| |edf2efi| |meshFun2Var| |leftPower| |aQuadratic|
+ |create3Space| |pack!| |c06ekf| |more?| |s19abf| |monic?| |readIfCan!|
+ |prefixRagits| |createIrreduciblePoly| |iterationVar| |OMwrite|
+ |coshIfCan| |factorFraction| |permutationGroup|
+ |characteristicPolynomial| |high| |contains?| |c06gcf| |exponential|
+ |reopen!| |linear?| |internal?| |uniform01| |gbasis|
+ |halfExtendedResultant2| |OMputObject| |initTable!| |hasHi|
+ |UnVectorise| |tab1| |c06gsf| |forLoop| |validExponential| |cLog|
+ |select!| |taylor| |cCosh| |prime| |critM| |OMputEndError|
+ |toseInvertibleSet| |enterInCache| |c06ebf| |s18def| |obj| |digit?|
+ |iteratedInitials| |laurent| |noKaratsuba| |rationalPower|
+ |nextPrimitivePoly| |critMonD1| |arguments| |iiatanh| |bracket|
+ |problemPoints| |refine| |binaryTree| |frobenius| |puiseux|
+ |messagePrint| |mapmult| |or?| |cache| |cExp| |iCompose| |factors|
+ |region| |nothing| |rootOf| |iipow| |coordinates| |nextNormalPoly|
+ |completeEchelonBasis| |subspace| |overlap| |reducedSystem|
+ |numerator| |inv| |toseLastSubResultant| |addiag| |triangularSystems|
+ |palgextint0| |pToHdmp| |ScanRoman| |setLegalFortranSourceExtensions|
+ |hypergeometric0F1| |cot2tan| |ground?| |less?| |equiv?| |reseed|
+ |clip| |OMread| |nonSingularModel| |numeric| |readLine!| |matrixGcd|
+ |cyclicEntries| |gethi| |ground| |iiatan| |concat!| |consnewpol|
+ |baseRDEsys| |associatorDependence| |radical| |getGoodPrime|
+ |flexibleArray| |rational| |fTable| |leadingMonomial|
+ |euclideanGroebner| |makingStats?| |setPosition| |pushdown| |makeEq|
+ |fixPredicate| |antisymmetricTensors| |subresultantSequence|
+ |rightQuotient| |leadingCoefficient| |branchIfCan| |rationalFunction|
+ |rdregime| |replaceKthElement| |structuralConstants| |alphabetic|
+ |hessian| |light| |primitiveMonomials| |parametersOf|
+ |factorSquareFreeByRecursion| |fortranDoubleComplex|
+ |transcendentalDecompose| |jordanAdmissible?| |quotientByP|
+ |derivationCoordinates| |logical?| |removeSuperfluousCases| |root?|
+ |iiperm| |iiasech| |reductum| |primitivePart| |sts2stst| |ddFact|
+ |primes| |e01bef| |rootOfIrreduciblePoly| |palginfieldint| |f04jgf|
+ |true| |coHeight| |OMputEndBVar| |collect| |compdegd| |coleman| |ode1|
+ |cubic| |output| |algDsolve| |cyclicEqual?| |say| |LyndonWordsList|
+ |laguerreL| |rquo| |blankSeparate| |setTopPredicate| |and| |f04adf|
+ |complexSolve| |nextIrreduciblePoly| |unit| |powerAssociative?|
+ |s14aaf| |front| |totalDifferential| |pop!| |relativeApprox|
+ |subNodeOf?| |numberOfComputedEntries| |infix| |routines| |assign|
+ |selectMultiDimensionalRoutines| |internalIntegrate| |cAtanh|
+ |atrapezoidal| |singularitiesOf| |accuracyIF| |f04asf| |mulmod|
+ |zeroOf| |sizeLess?| |squareTop| |evaluateInverse| |repSq|
+ |controlPanel| |iicosh| |createNormalPrimitivePoly| |currentEnv|
+ |explicitlyEmpty?| |splitConstant| |d01gbf| |normalDeriv|
+ |solveRetract| |cCos| |conjugate| |outputMeasure| |selectPolynomials|
+ |makeSeries| |radicalRoots| |pointData| |iitanh| |squareFreePart|
+ |defineProperty| |binomial| |chiSquare1| |currentSubProgram| |atanh|
+ |deepestInitial| |lintgcd| |maxrank| |unaryFunction| |acotIfCan|
+ |finite?| |irreducibleRepresentation| |sumOfKthPowerDivisors|
+ |subResultantsChain| |acoth| |supRittWu?| |curry| |aLinear|
+ |fortranLiteral| |froot| |merge| |impliesOperands| |dAndcExp|
+ |nextPrime| |asech| |inc| |basisOfRightAnnihilator| |exprToUPS|
+ |leftExtendedGcd| |retractable?| |digamma| |mkcomm|
+ |parabolicCylindrical| |asinIfCan| |adjoint| |lift| |null?|
+ |realSolve| |showTheIFTable| |column| |moebius| |euclideanSize|
+ |simpsono| |multiple| |resultantnaif| |reduce| |dflist| |complement|
+ |readByteIfCan!| |tan2cot| |rightZero| |recip| |directSum| |sinIfCan|
+ |applyQuote| |setImagSteps| |d02kef| |direction| |cCoth|
+ |antisymmetric?| |degreeSubResultantEuclidean| |reduceByQuasiMonic|
+ |ldf2vmf| |groebnerFactorize| |factorGroebnerBasis| |lambert| GF2FG
+ |polyRicDE| |depth| |phiCoord| |subscriptedVariables| |infinite?|
+ |incrementBy| |infix?| |showScalarValues| |const| |e01saf| |someBasis|
+ |trigs2explogs| |getProperty| |listConjugateBases| UTS2UP |condition|
+ |readable?| |ruleset| |mask| |expand| |lowerPolynomial|
+ |infiniteProduct| |addMatch| |printHeader| |constant| |basisOfCenter|
+ |exp1| |c02aff| |cycleRagits| |filterWhile| |df2ef| |minPoints3D|
+ |updatF| |radicalSimplify| |OMgetEndApp| |setOfMinN| |lookup|
+ |filterUntil| |extension| |e02dcf| |s18dcf| |generators|
+ |viewSizeDefault| |leftFactor| |complexExpand| |smith| |suchThat|
+ |ip4Address| |select| |degreePartition| |algintegrate| |OMgetError|
+ |port| |powern| |options| |noLinearFactor?| |quadraticNorm|
+ |nativeModuleExtension| |associative?| |weakBiRank| |principalIdeal|
+ |binding| |solveLinearlyOverQ| |exquo| |linearDependenceOverZ|
+ |updatD| |internalSubQuasiComponent?| |dom| |makeFloatFunction|
+ |ef2edf| |sh| |div| |basisOfCommutingElements| |oblateSpheroidal|
+ |real?| |OMencodingUnknown| |pow| |indicialEquation| |sparsityIF|
+ |showTheRoutinesTable| |string| |quo| |overset?| |extractTop!|
+ |makeGraphImage| |cyclic?| |changeNameToObjf| |OMencodingBinary|
+ |screenResolution| |primlimintfrac| |besselK| |nilFactor| |s17ajf|
+ |content| |mindegTerm| |approxSqrt| |idealiserMatrix| UP2UTS
+ |thenBranch| |OMputString| |rem| |resetBadValues| |makeRecord|
+ |outputForm| |rightGcd| |sincos| |trapezoidalo| |setchildren!| |numer|
+ |subResultantChain| |dictionary| |differentialVariables| NOT
+ |stoseInvertibleSet| |title| |shiftRoots| |csubst| |ratPoly|
+ |semiDegreeSubResultantEuclidean| |denom| |dmpToP|
+ |complexEigenvectors| |realEigenvectors| OR |viewPhiDefault| |cTanh|
+ |elements| |expPot| |cycleLength| |semiIndiceSubResultantEuclidean|
+ |f01maf| |resetVariableOrder| AND |rootKerSimp|
+ |selectIntegrationRoutines| |lazyIntegrate| |pi| |xCoord|
+ |extractIndex| |terms| |center| |e| |OMputFloat|
+ |functionIsOscillatory| |separate| |semiSubResultantGcdEuclidean1|
+ |mvar| |infinity| |width| |components| |postfix| |latex| |monomRDEsys|
+ |getCurve| |split!| |createMultiplicationTable| |makeMulti| |status|
+ |increase| |leadingSupport| |lifting1| |reindex| |kmax| |newLine|
+ |stFunc2| |log10| |movedPoints| |complexRoots| |euler| |OMgetApp|
+ |badNum| |bitand| |setLabelValue| |OMputBind| |symbol?| |dihedral|
+ |largest| |computeInt| |belong?| |kernel| |OMputBVar| |categories|
+ |f01rdf| |e01sff| |bitior| |leftZero| |fortranInteger| |transpose|
+ |lyndonIfCan| |horizConcat| |draw| |typeLists| |wordInGenerators|
+ |resultantReduitEuclidean| |shellSort| |continue| |pade| |besselY|
+ |removeSinSq| |ODESolve| |leftRemainder| |not| |OMputEndObject|
+ |bitTruth| |blue| |d01ajf| |OMgetBVar| |pol| |numberOfChildren|
+ |fillPascalTriangle| |intersect| |mdeg| |outputFloating| |isMult|
+ |f07aef| |alternatingGroup| |lfinfieldint| |twist| |subtractIfCan|
+ |shuffle| |generator| |getCode| |optional| |s13acf| |graphStates| *
+ |resize| |squareMatrix| |c06fuf| |semiDiscriminantEuclidean|
+ |acschIfCan| |trim| |makeObject| |BasicMethod| |skewSFunction|
+ |rightRegularRepresentation| |increment| |bag| |interpret|
+ |solveLinear| |showAllElements| |tracePowMod| |digits|
+ |nextSubsetGray| |OMgetBind| |maxPoints| |imagj| |nary?| |makeCrit|
+ |extractProperty| |operator| |selectNonFiniteRoutines| |coef|
+ |OMreceive| |bezoutMatrix| |setClipValue| |ptFunc| |objects|
+ |isAbsolutelyIrreducible?| |s17adf| |tanh2trigh| |nullary|
+ |enterPointData| |failed| |hermite| |partialDenominators|
+ |normInvertible?| |symFunc| |base| |integers| |raisePolynomial|
+ |birth| |nsqfree| |OMUnknownCD?| |toScale| |transcendent?|
+ |clipBoolean| |quickSort| |SturmHabichtMultiple| |ratDsolve|
+ |radicalOfLeftTraceForm| |leftUnit| |OMsupportsCD?| |symmetric?|
+ |nextPrimitiveNormalPoly| |rightRankPolynomial| |bivariatePolynomials|
+ |node| |convergents| |complexElementary| |mapDown!| |internalAugment|
+ |Nul| |cycleSplit!| |credPol| |meshPar2Var| |tRange| |infRittWu?|
+ |divide| |specialTrigs| |debug3D| |schwerpunkt| |selectfirst| |lo|
+ |mainSquareFreePart| |palgextint| |ricDsolve| |doublyTransitive?|
+ |clikeUniv| |upperCase| |setOrder| |universe| |clearTheSymbolTable|
+ |incr| |iiasinh| |wordInStrongGenerators| |intensity| |cn|
+ |ScanArabic| |s19aaf| |edf2fi| |mergeDifference| |symmetricRemainder|
+ |green| |hi| |irreducible?| |lexTriangular| |rowEch| |norm|
+ |symmetricSquare| |notelem| |primPartElseUnitCanonical|
+ |balancedFactorisation| |vectorise| |elseBranch| |atanhIfCan| |mirror|
+ |genericLeftTrace| |generic?| |numberOfHues| |listOfLists|
+ |alternative?| |symmetricGroup| |realZeros| |unitNormalize| |merge!|
+ |OMopenFile| |rightLcm| |int| |removeZeroes| |subCase?| |cycleEntry|
+ |whitePoint| |qPot| |hclf| |increasePrecision| |primextintfrac|
+ |sech2cosh| |s19acf| |numericIfCan| |characteristicSerie|
+ |antiCommutative?| |expintfldpoly| |prime?| SEGMENT |leftDiscriminant|
+ |Si| |zerosOf| |regime| |resultantEuclideannaif| |power!| |lazyPrem|
+ |previous| |selectOrPolynomials| |localAbs| |c06frf| |singular?|
+ |groebSolve| |read!| |nil| |sin?| |c05pbf| |outputFixed|
+ |karatsubaDivide| |pastel| |drawCurves| |cAcsc| |name|
+ |definingInequation| |quotient| |colorDef| |sPol| |complete|
+ |purelyAlgebraicLeadingMonomial?| |semiSubResultantGcdEuclidean2|
+ |body| |incrementKthElement| |invertibleSet| |imaginary| |modulus|
+ |declare| |makeop| |harmonic| |constantLeft| |rotatex| |jacobi| |diff|
+ |approximate| |leftOne| |failed?| |whileLoop| |linearMatrix| |vark|
+ |swapColumns!| |OMgetEndObject| |concat| |complex| |edf2ef| |cAtan|
+ |rightFactorCandidate| |cartesian| |prinpolINFO| |pmintegrate|
+ |OMputApp| |t| |mainPrimitivePart| |substring?| |sorted?|
+ |useEisensteinCriterion?| |s13aaf| Y |zCoord| |normalizeAtInfinity|
+ |gcdPolynomial| |d01akf| |OMputVariable| |generate| |var2Steps|
+ |reduceLODE| |lastSubResultantEuclidean| |OMreadStr| |ratDenom|
+ |setProperties| |chebyshevT| |member?| |nil| |infinite|
+ |arbitraryExponent| |approximate| |complex| |shallowMutable|
+ |canonical| |noetherian| |central| |partiallyOrderedSet|
+ |arbitraryPrecision| |canonicalsClosed| |noZeroDivisors|
+ |rightUnitary| |leftUnitary| |additiveValuation| |unitsKnown|
+ |canonicalUnitNormal| |multiplicativeValuation| |finiteAggregate|
+ |shallowlyMutable| |commutative|) \ No newline at end of file
diff --git a/src/share/algebra/interp.daase b/src/share/algebra/interp.daase
index ecaebac3..21270f10 100644
--- a/src/share/algebra/interp.daase
+++ b/src/share/algebra/interp.daase
@@ -1,5203 +1,5209 @@
-(3181245 . 3436147973)
-((-3717 (((-111) (-1 (-111) |#2| |#2|) $) 63) (((-111) $) NIL)) (-3646 (($ (-1 (-111) |#2| |#2|) $) 18) (($ $) NIL)) (-1470 ((|#2| $ (-552) |#2|) NIL) ((|#2| $ (-1204 (-552)) |#2|) 34)) (-2366 (($ $) 59)) (-3884 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 40) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 38) ((|#2| (-1 |#2| |#2| |#2|) $) 37)) (-1456 (((-552) (-1 (-111) |#2|) $) 22) (((-552) |#2| $) NIL) (((-552) |#2| $ (-552)) 73)) (-3138 (((-629 |#2|) $) 13)) (-1446 (($ (-1 (-111) |#2| |#2|) $ $) 48) (($ $ $) NIL)) (-2947 (($ (-1 |#2| |#2|) $) 29)) (-1477 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 44)) (-1759 (($ |#2| $ (-552)) NIL) (($ $ $ (-552)) 50)) (-3073 (((-3 |#2| "failed") (-1 (-111) |#2|) $) 24)) (-3944 (((-111) (-1 (-111) |#2|) $) 21)) (-2060 ((|#2| $ (-552) |#2|) NIL) ((|#2| $ (-552)) NIL) (($ $ (-1204 (-552))) 49)) (-2012 (($ $ (-552)) 56) (($ $ (-1204 (-552))) 55)) (-2885 (((-756) (-1 (-111) |#2|) $) 26) (((-756) |#2| $) NIL)) (-3747 (($ $ $ (-552)) 52)) (-1487 (($ $) 51)) (-3226 (($ (-629 |#2|)) 53)) (-4319 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 64) (($ (-629 $)) 62)) (-3213 (((-844) $) 69)) (-2584 (((-111) (-1 (-111) |#2|) $) 20)) (-1613 (((-111) $ $) 72)) (-1632 (((-111) $ $) 75)))
-(((-18 |#1| |#2|) (-10 -8 (-15 -1613 ((-111) |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1632 ((-111) |#1| |#1|)) (-15 -3646 (|#1| |#1|)) (-15 -3646 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -2366 (|#1| |#1|)) (-15 -3747 (|#1| |#1| |#1| (-552))) (-15 -3717 ((-111) |#1|)) (-15 -1446 (|#1| |#1| |#1|)) (-15 -1456 ((-552) |#2| |#1| (-552))) (-15 -1456 ((-552) |#2| |#1|)) (-15 -1456 ((-552) (-1 (-111) |#2|) |#1|)) (-15 -3717 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1446 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1470 (|#2| |#1| (-1204 (-552)) |#2|)) (-15 -1759 (|#1| |#1| |#1| (-552))) (-15 -1759 (|#1| |#2| |#1| (-552))) (-15 -2012 (|#1| |#1| (-1204 (-552)))) (-15 -2012 (|#1| |#1| (-552))) (-15 -2060 (|#1| |#1| (-1204 (-552)))) (-15 -1477 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4319 (|#1| (-629 |#1|))) (-15 -4319 (|#1| |#1| |#1|)) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#2|)) (-15 -3226 (|#1| (-629 |#2|))) (-15 -3073 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2060 (|#2| |#1| (-552))) (-15 -2060 (|#2| |#1| (-552) |#2|)) (-15 -1470 (|#2| |#1| (-552) |#2|)) (-15 -2885 ((-756) |#2| |#1|)) (-15 -3138 ((-629 |#2|) |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1487 (|#1| |#1|))) (-19 |#2|) (-1191)) (T -18))
+(3184484 . 3436193648)
+((-4332 (((-111) (-1 (-111) |#2| |#2|) $) 63) (((-111) $) NIL)) (-1748 (($ (-1 (-111) |#2| |#2|) $) 18) (($ $) NIL)) (-1471 ((|#2| $ (-553) |#2|) NIL) ((|#2| $ (-1205 (-553)) |#2|) 34)) (-3591 (($ $) 59)) (-3883 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 40) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 38) ((|#2| (-1 |#2| |#2| |#2|) $) 37)) (-1457 (((-553) (-1 (-111) |#2|) $) 22) (((-553) |#2| $) NIL) (((-553) |#2| $ (-553)) 73)) (-3136 (((-630 |#2|) $) 13)) (-3858 (($ (-1 (-111) |#2| |#2|) $ $) 48) (($ $ $) NIL)) (-2947 (($ (-1 |#2| |#2|) $) 29)) (-1478 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 44)) (-1760 (($ |#2| $ (-553)) NIL) (($ $ $ (-553)) 50)) (-3003 (((-3 |#2| "failed") (-1 (-111) |#2|) $) 24)) (-1563 (((-111) (-1 (-111) |#2|) $) 21)) (-2061 ((|#2| $ (-553) |#2|) NIL) ((|#2| $ (-553)) NIL) (($ $ (-1205 (-553))) 49)) (-2013 (($ $ (-553)) 56) (($ $ (-1205 (-553))) 55)) (-2885 (((-757) (-1 (-111) |#2|) $) 26) (((-757) |#2| $) NIL)) (-3454 (($ $ $ (-553)) 52)) (-1488 (($ $) 51)) (-3225 (($ (-630 |#2|)) 53)) (-4320 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 64) (($ (-630 $)) 62)) (-3212 (((-845) $) 69)) (-1798 (((-111) (-1 (-111) |#2|) $) 20)) (-1614 (((-111) $ $) 72)) (-1633 (((-111) $ $) 75)))
+(((-18 |#1| |#2|) (-10 -8 (-15 -1614 ((-111) |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1633 ((-111) |#1| |#1|)) (-15 -1748 (|#1| |#1|)) (-15 -1748 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3591 (|#1| |#1|)) (-15 -3454 (|#1| |#1| |#1| (-553))) (-15 -4332 ((-111) |#1|)) (-15 -3858 (|#1| |#1| |#1|)) (-15 -1457 ((-553) |#2| |#1| (-553))) (-15 -1457 ((-553) |#2| |#1|)) (-15 -1457 ((-553) (-1 (-111) |#2|) |#1|)) (-15 -4332 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -3858 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1471 (|#2| |#1| (-1205 (-553)) |#2|)) (-15 -1760 (|#1| |#1| |#1| (-553))) (-15 -1760 (|#1| |#2| |#1| (-553))) (-15 -2013 (|#1| |#1| (-1205 (-553)))) (-15 -2013 (|#1| |#1| (-553))) (-15 -2061 (|#1| |#1| (-1205 (-553)))) (-15 -1478 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4320 (|#1| (-630 |#1|))) (-15 -4320 (|#1| |#1| |#1|)) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#2|)) (-15 -3225 (|#1| (-630 |#2|))) (-15 -3003 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2061 (|#2| |#1| (-553))) (-15 -2061 (|#2| |#1| (-553) |#2|)) (-15 -1471 (|#2| |#1| (-553) |#2|)) (-15 -2885 ((-757) |#2| |#1|)) (-15 -3136 ((-630 |#2|) |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1488 (|#1| |#1|))) (-19 |#2|) (-1192)) (T -18))
NIL
-(-10 -8 (-15 -1613 ((-111) |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1632 ((-111) |#1| |#1|)) (-15 -3646 (|#1| |#1|)) (-15 -3646 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -2366 (|#1| |#1|)) (-15 -3747 (|#1| |#1| |#1| (-552))) (-15 -3717 ((-111) |#1|)) (-15 -1446 (|#1| |#1| |#1|)) (-15 -1456 ((-552) |#2| |#1| (-552))) (-15 -1456 ((-552) |#2| |#1|)) (-15 -1456 ((-552) (-1 (-111) |#2|) |#1|)) (-15 -3717 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1446 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1470 (|#2| |#1| (-1204 (-552)) |#2|)) (-15 -1759 (|#1| |#1| |#1| (-552))) (-15 -1759 (|#1| |#2| |#1| (-552))) (-15 -2012 (|#1| |#1| (-1204 (-552)))) (-15 -2012 (|#1| |#1| (-552))) (-15 -2060 (|#1| |#1| (-1204 (-552)))) (-15 -1477 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4319 (|#1| (-629 |#1|))) (-15 -4319 (|#1| |#1| |#1|)) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#2|)) (-15 -3226 (|#1| (-629 |#2|))) (-15 -3073 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2060 (|#2| |#1| (-552))) (-15 -2060 (|#2| |#1| (-552) |#2|)) (-15 -1470 (|#2| |#1| (-552) |#2|)) (-15 -2885 ((-756) |#2| |#1|)) (-15 -3138 ((-629 |#2|) |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1487 (|#1| |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2660 (((-1242) $ (-552) (-552)) 40 (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) 98) (((-111) $) 92 (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) 89 (|has| $ (-6 -4369))) (($ $) 88 (-12 (|has| |#1| (-832)) (|has| $ (-6 -4369))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) 8)) (-1470 ((|#1| $ (-552) |#1|) 52 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 58 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2366 (($ $) 90 (|has| $ (-6 -4369)))) (-3344 (($ $) 100)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#1| $) 77 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) 53 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 51)) (-1456 (((-552) (-1 (-111) |#1|) $) 97) (((-552) |#1| $) 96 (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) 95 (|has| |#1| (-1078)))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-3307 (($ (-756) |#1|) 69)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 43 (|has| (-552) (-832)))) (-1772 (($ $ $) 87 (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 44 (|has| (-552) (-832)))) (-2011 (($ $ $) 86 (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) 60) (($ $ $ (-552)) 59)) (-2190 (((-629 (-552)) $) 46)) (-1335 (((-111) (-552) $) 47)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-2702 ((|#1| $) 42 (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-1518 (($ $ |#1|) 41 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ (-552) |#1|) 50) ((|#1| $ (-552)) 49) (($ $ (-1204 (-552))) 63)) (-2012 (($ $ (-552)) 62) (($ $ (-1204 (-552))) 61)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3747 (($ $ $ (-552)) 91 (|has| $ (-6 -4369)))) (-1487 (($ $) 13)) (-1522 (((-528) $) 79 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 70)) (-4319 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-629 $)) 65)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) 84 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 83 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-1655 (((-111) $ $) 85 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 82 (|has| |#1| (-832)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-19 |#1|) (-137) (-1191)) (T -19))
+(-10 -8 (-15 -1614 ((-111) |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1633 ((-111) |#1| |#1|)) (-15 -1748 (|#1| |#1|)) (-15 -1748 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3591 (|#1| |#1|)) (-15 -3454 (|#1| |#1| |#1| (-553))) (-15 -4332 ((-111) |#1|)) (-15 -3858 (|#1| |#1| |#1|)) (-15 -1457 ((-553) |#2| |#1| (-553))) (-15 -1457 ((-553) |#2| |#1|)) (-15 -1457 ((-553) (-1 (-111) |#2|) |#1|)) (-15 -4332 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -3858 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1471 (|#2| |#1| (-1205 (-553)) |#2|)) (-15 -1760 (|#1| |#1| |#1| (-553))) (-15 -1760 (|#1| |#2| |#1| (-553))) (-15 -2013 (|#1| |#1| (-1205 (-553)))) (-15 -2013 (|#1| |#1| (-553))) (-15 -2061 (|#1| |#1| (-1205 (-553)))) (-15 -1478 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4320 (|#1| (-630 |#1|))) (-15 -4320 (|#1| |#1| |#1|)) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#2|)) (-15 -3225 (|#1| (-630 |#2|))) (-15 -3003 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2061 (|#2| |#1| (-553))) (-15 -2061 (|#2| |#1| (-553) |#2|)) (-15 -1471 (|#2| |#1| (-553) |#2|)) (-15 -2885 ((-757) |#2| |#1|)) (-15 -3136 ((-630 |#2|) |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1488 (|#1| |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-1306 (((-1243) $ (-553) (-553)) 40 (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) 98) (((-111) $) 92 (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) 89 (|has| $ (-6 -4370))) (($ $) 88 (-12 (|has| |#1| (-833)) (|has| $ (-6 -4370))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) 8)) (-1471 ((|#1| $ (-553) |#1|) 52 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 58 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-3591 (($ $) 90 (|has| $ (-6 -4370)))) (-3341 (($ $) 100)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#1| $) 77 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) 53 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 51)) (-1457 (((-553) (-1 (-111) |#1|) $) 97) (((-553) |#1| $) 96 (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) 95 (|has| |#1| (-1079)))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3306 (($ (-757) |#1|) 69)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 43 (|has| (-553) (-833)))) (-1773 (($ $ $) 87 (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 44 (|has| (-553) (-833)))) (-2012 (($ $ $) 86 (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) 60) (($ $ $ (-553)) 59)) (-2508 (((-630 (-553)) $) 46)) (-2166 (((-111) (-553) $) 47)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2701 ((|#1| $) 42 (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-2001 (($ $ |#1|) 41 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ (-553) |#1|) 50) ((|#1| $ (-553)) 49) (($ $ (-1205 (-553))) 63)) (-2013 (($ $ (-553)) 62) (($ $ (-1205 (-553))) 61)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-3454 (($ $ $ (-553)) 91 (|has| $ (-6 -4370)))) (-1488 (($ $) 13)) (-1523 (((-529) $) 79 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 70)) (-4320 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-630 $)) 65)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) 84 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 83 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-1656 (((-111) $ $) 85 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 82 (|has| |#1| (-833)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-19 |#1|) (-137) (-1192)) (T -19))
NIL
-(-13 (-367 |t#1|) (-10 -7 (-6 -4369)))
-(((-34) . T) ((-101) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 #0=(-552) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-367 |#1|) . T) ((-482 |#1|) . T) ((-590 #0# |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-635 |#1|) . T) ((-832) |has| |#1| (-832)) ((-1078) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-1191) . T))
-((-4012 (((-3 $ "failed") $ $) 12)) (-1709 (($ $) NIL) (($ $ $) 9)) (* (($ (-902) $) NIL) (($ (-756) $) 16) (($ (-552) $) 21)))
-(((-20 |#1|) (-10 -8 (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 -4012 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|))) (-21)) (T -20))
+(-13 (-367 |t#1|) (-10 -7 (-6 -4370)))
+(((-34) . T) ((-101) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 #0=(-553) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-367 |#1|) . T) ((-482 |#1|) . T) ((-591 #0# |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-636 |#1|) . T) ((-833) |has| |#1| (-833)) ((-1079) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-1192) . T))
+((-4123 (((-3 $ "failed") $ $) 12)) (-1710 (($ $) NIL) (($ $ $) 9)) (* (($ (-903) $) NIL) (($ (-757) $) 16) (($ (-553) $) 21)))
+(((-20 |#1|) (-10 -8 (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 -4123 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|))) (-21)) (T -20))
NIL
-(-10 -8 (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 -4012 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20)))
+(-10 -8 (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 -4123 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20)))
(((-21) (-137)) (T -21))
-((-1709 (*1 *1 *1) (-4 *1 (-21))) (-1709 (*1 *1 *1 *1) (-4 *1 (-21))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-552)))))
-(-13 (-129) (-10 -8 (-15 -1709 ($ $)) (-15 -1709 ($ $ $)) (-15 * ($ (-552) $))))
-(((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3643 (((-111) $) 10)) (-2130 (($) 15)) (* (($ (-902) $) 14) (($ (-756) $) 18)))
-(((-22 |#1|) (-10 -8 (-15 * (|#1| (-756) |#1|)) (-15 -3643 ((-111) |#1|)) (-15 -2130 (|#1|)) (-15 * (|#1| (-902) |#1|))) (-23)) (T -22))
-NIL
-(-10 -8 (-15 * (|#1| (-756) |#1|)) (-15 -3643 ((-111) |#1|)) (-15 -2130 (|#1|)) (-15 * (|#1| (-902) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15)))
+((-1710 (*1 *1 *1) (-4 *1 (-21))) (-1710 (*1 *1 *1 *1) (-4 *1 (-21))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-553)))))
+(-13 (-129) (-10 -8 (-15 -1710 ($ $)) (-15 -1710 ($ $ $)) (-15 * ($ (-553) $))))
+(((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-1719 (((-111) $) 10)) (-3203 (($) 15)) (* (($ (-903) $) 14) (($ (-757) $) 18)))
+(((-22 |#1|) (-10 -8 (-15 * (|#1| (-757) |#1|)) (-15 -1719 ((-111) |#1|)) (-15 -3203 (|#1|)) (-15 * (|#1| (-903) |#1|))) (-23)) (T -22))
+NIL
+(-10 -8 (-15 * (|#1| (-757) |#1|)) (-15 -1719 ((-111) |#1|)) (-15 -3203 (|#1|)) (-15 * (|#1| (-903) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15)))
(((-23) (-137)) (T -23))
-((-3297 (*1 *1) (-4 *1 (-23))) (-2130 (*1 *1) (-4 *1 (-23))) (-3643 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-111)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-756)))))
-(-13 (-25) (-10 -8 (-15 (-3297) ($) -3930) (-15 -2130 ($) -3930) (-15 -3643 ((-111) $)) (-15 * ($ (-756) $))))
-(((-25) . T) ((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((* (($ (-902) $) 10)))
-(((-24 |#1|) (-10 -8 (-15 * (|#1| (-902) |#1|))) (-25)) (T -24))
-NIL
-(-10 -8 (-15 * (|#1| (-902) |#1|)))
-((-3202 (((-111) $ $) 7)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13)))
+((-3296 (*1 *1) (-4 *1 (-23))) (-3203 (*1 *1) (-4 *1 (-23))) (-1719 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-111)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-757)))))
+(-13 (-25) (-10 -8 (-15 (-3296) ($) -3929) (-15 -3203 ($) -3929) (-15 -1719 ((-111) $)) (-15 * ($ (-757) $))))
+(((-25) . T) ((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((* (($ (-903) $) 10)))
+(((-24 |#1|) (-10 -8 (-15 * (|#1| (-903) |#1|))) (-25)) (T -24))
+NIL
+(-10 -8 (-15 * (|#1| (-903) |#1|)))
+((-3200 (((-111) $ $) 7)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13)))
(((-25) (-137)) (T -25))
-((-1698 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-902)))))
-(-13 (-1078) (-10 -8 (-15 -1698 ($ $ $)) (-15 * ($ (-902) $))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-2965 (((-629 $) (-933 $)) 29) (((-629 $) (-1150 $)) 16) (((-629 $) (-1150 $) (-1154)) 20)) (-3476 (($ (-933 $)) 27) (($ (-1150 $)) 11) (($ (-1150 $) (-1154)) 54)) (-1821 (((-629 $) (-933 $)) 30) (((-629 $) (-1150 $)) 18) (((-629 $) (-1150 $) (-1154)) 19)) (-1743 (($ (-933 $)) 28) (($ (-1150 $)) 13) (($ (-1150 $) (-1154)) NIL)))
-(((-26 |#1|) (-10 -8 (-15 -2965 ((-629 |#1|) (-1150 |#1|) (-1154))) (-15 -2965 ((-629 |#1|) (-1150 |#1|))) (-15 -2965 ((-629 |#1|) (-933 |#1|))) (-15 -3476 (|#1| (-1150 |#1|) (-1154))) (-15 -3476 (|#1| (-1150 |#1|))) (-15 -3476 (|#1| (-933 |#1|))) (-15 -1821 ((-629 |#1|) (-1150 |#1|) (-1154))) (-15 -1821 ((-629 |#1|) (-1150 |#1|))) (-15 -1821 ((-629 |#1|) (-933 |#1|))) (-15 -1743 (|#1| (-1150 |#1|) (-1154))) (-15 -1743 (|#1| (-1150 |#1|))) (-15 -1743 (|#1| (-933 |#1|)))) (-27)) (T -26))
-NIL
-(-10 -8 (-15 -2965 ((-629 |#1|) (-1150 |#1|) (-1154))) (-15 -2965 ((-629 |#1|) (-1150 |#1|))) (-15 -2965 ((-629 |#1|) (-933 |#1|))) (-15 -3476 (|#1| (-1150 |#1|) (-1154))) (-15 -3476 (|#1| (-1150 |#1|))) (-15 -3476 (|#1| (-933 |#1|))) (-15 -1821 ((-629 |#1|) (-1150 |#1|) (-1154))) (-15 -1821 ((-629 |#1|) (-1150 |#1|))) (-15 -1821 ((-629 |#1|) (-933 |#1|))) (-15 -1743 (|#1| (-1150 |#1|) (-1154))) (-15 -1743 (|#1| (-1150 |#1|))) (-15 -1743 (|#1| (-933 |#1|))))
-((-3202 (((-111) $ $) 7)) (-2965 (((-629 $) (-933 $)) 77) (((-629 $) (-1150 $)) 76) (((-629 $) (-1150 $) (-1154)) 75)) (-3476 (($ (-933 $)) 80) (($ (-1150 $)) 79) (($ (-1150 $) (-1154)) 78)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-3489 (($ $) 89)) (-2393 (((-111) $ $) 57)) (-2130 (($) 17 T CONST)) (-1821 (((-629 $) (-933 $)) 83) (((-629 $) (-1150 $)) 82) (((-629 $) (-1150 $) (-1154)) 81)) (-1743 (($ (-933 $)) 86) (($ (-1150 $)) 85) (($ (-1150 $) (-1154)) 84)) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-1677 (((-111) $) 68)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 88)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 67)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-3479 (((-412 $) $) 71)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ $) 62)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66) (($ $ (-401 (-552))) 87)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64)))
+((-1699 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-903)))))
+(-13 (-1079) (-10 -8 (-15 -1699 ($ $ $)) (-15 * ($ (-903) $))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-4272 (((-630 $) (-934 $)) 29) (((-630 $) (-1151 $)) 16) (((-630 $) (-1151 $) (-1155)) 20)) (-3815 (($ (-934 $)) 27) (($ (-1151 $)) 11) (($ (-1151 $) (-1155)) 54)) (-3152 (((-630 $) (-934 $)) 30) (((-630 $) (-1151 $)) 18) (((-630 $) (-1151 $) (-1155)) 19)) (-3691 (($ (-934 $)) 28) (($ (-1151 $)) 13) (($ (-1151 $) (-1155)) NIL)))
+(((-26 |#1|) (-10 -8 (-15 -4272 ((-630 |#1|) (-1151 |#1|) (-1155))) (-15 -4272 ((-630 |#1|) (-1151 |#1|))) (-15 -4272 ((-630 |#1|) (-934 |#1|))) (-15 -3815 (|#1| (-1151 |#1|) (-1155))) (-15 -3815 (|#1| (-1151 |#1|))) (-15 -3815 (|#1| (-934 |#1|))) (-15 -3152 ((-630 |#1|) (-1151 |#1|) (-1155))) (-15 -3152 ((-630 |#1|) (-1151 |#1|))) (-15 -3152 ((-630 |#1|) (-934 |#1|))) (-15 -3691 (|#1| (-1151 |#1|) (-1155))) (-15 -3691 (|#1| (-1151 |#1|))) (-15 -3691 (|#1| (-934 |#1|)))) (-27)) (T -26))
+NIL
+(-10 -8 (-15 -4272 ((-630 |#1|) (-1151 |#1|) (-1155))) (-15 -4272 ((-630 |#1|) (-1151 |#1|))) (-15 -4272 ((-630 |#1|) (-934 |#1|))) (-15 -3815 (|#1| (-1151 |#1|) (-1155))) (-15 -3815 (|#1| (-1151 |#1|))) (-15 -3815 (|#1| (-934 |#1|))) (-15 -3152 ((-630 |#1|) (-1151 |#1|) (-1155))) (-15 -3152 ((-630 |#1|) (-1151 |#1|))) (-15 -3152 ((-630 |#1|) (-934 |#1|))) (-15 -3691 (|#1| (-1151 |#1|) (-1155))) (-15 -3691 (|#1| (-1151 |#1|))) (-15 -3691 (|#1| (-934 |#1|))))
+((-3200 (((-111) $ $) 7)) (-4272 (((-630 $) (-934 $)) 77) (((-630 $) (-1151 $)) 76) (((-630 $) (-1151 $) (-1155)) 75)) (-3815 (($ (-934 $)) 80) (($ (-1151 $)) 79) (($ (-1151 $) (-1155)) 78)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3487 (($ $) 89)) (-3816 (((-111) $ $) 57)) (-3203 (($) 17 T CONST)) (-3152 (((-630 $) (-934 $)) 83) (((-630 $) (-1151 $)) 82) (((-630 $) (-1151 $) (-1155)) 81)) (-3691 (($ (-934 $)) 86) (($ (-1151 $)) 85) (($ (-1151 $) (-1155)) 84)) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-4268 (((-111) $) 68)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 88)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 67)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3476 (((-412 $) $) 71)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ $) 62)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66) (($ $ (-401 (-553))) 87)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64)))
(((-27) (-137)) (T -27))
-((-1743 (*1 *1 *2) (-12 (-5 *2 (-933 *1)) (-4 *1 (-27)))) (-1743 (*1 *1 *2) (-12 (-5 *2 (-1150 *1)) (-4 *1 (-27)))) (-1743 (*1 *1 *2 *3) (-12 (-5 *2 (-1150 *1)) (-5 *3 (-1154)) (-4 *1 (-27)))) (-1821 (*1 *2 *3) (-12 (-5 *3 (-933 *1)) (-4 *1 (-27)) (-5 *2 (-629 *1)))) (-1821 (*1 *2 *3) (-12 (-5 *3 (-1150 *1)) (-4 *1 (-27)) (-5 *2 (-629 *1)))) (-1821 (*1 *2 *3 *4) (-12 (-5 *3 (-1150 *1)) (-5 *4 (-1154)) (-4 *1 (-27)) (-5 *2 (-629 *1)))) (-3476 (*1 *1 *2) (-12 (-5 *2 (-933 *1)) (-4 *1 (-27)))) (-3476 (*1 *1 *2) (-12 (-5 *2 (-1150 *1)) (-4 *1 (-27)))) (-3476 (*1 *1 *2 *3) (-12 (-5 *2 (-1150 *1)) (-5 *3 (-1154)) (-4 *1 (-27)))) (-2965 (*1 *2 *3) (-12 (-5 *3 (-933 *1)) (-4 *1 (-27)) (-5 *2 (-629 *1)))) (-2965 (*1 *2 *3) (-12 (-5 *3 (-1150 *1)) (-4 *1 (-27)) (-5 *2 (-629 *1)))) (-2965 (*1 *2 *3 *4) (-12 (-5 *3 (-1150 *1)) (-5 *4 (-1154)) (-4 *1 (-27)) (-5 *2 (-629 *1)))))
-(-13 (-357) (-983) (-10 -8 (-15 -1743 ($ (-933 $))) (-15 -1743 ($ (-1150 $))) (-15 -1743 ($ (-1150 $) (-1154))) (-15 -1821 ((-629 $) (-933 $))) (-15 -1821 ((-629 $) (-1150 $))) (-15 -1821 ((-629 $) (-1150 $) (-1154))) (-15 -3476 ($ (-933 $))) (-15 -3476 ($ (-1150 $))) (-15 -3476 ($ (-1150 $) (-1154))) (-15 -2965 ((-629 $) (-933 $))) (-15 -2965 ((-629 $) (-1150 $))) (-15 -2965 ((-629 $) (-1150 $) (-1154)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-445) . T) ((-544) . T) ((-632 #0#) . T) ((-632 $) . T) ((-702 #0#) . T) ((-702 $) . T) ((-711) . T) ((-901) . T) ((-983) . T) ((-1036 #0#) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) . T))
-((-2965 (((-629 $) (-933 $)) NIL) (((-629 $) (-1150 $)) NIL) (((-629 $) (-1150 $) (-1154)) 50) (((-629 $) $) 19) (((-629 $) $ (-1154)) 41)) (-3476 (($ (-933 $)) NIL) (($ (-1150 $)) NIL) (($ (-1150 $) (-1154)) 52) (($ $) 17) (($ $ (-1154)) 37)) (-1821 (((-629 $) (-933 $)) NIL) (((-629 $) (-1150 $)) NIL) (((-629 $) (-1150 $) (-1154)) 48) (((-629 $) $) 15) (((-629 $) $ (-1154)) 43)) (-1743 (($ (-933 $)) NIL) (($ (-1150 $)) NIL) (($ (-1150 $) (-1154)) NIL) (($ $) 12) (($ $ (-1154)) 39)))
-(((-28 |#1| |#2|) (-10 -8 (-15 -2965 ((-629 |#1|) |#1| (-1154))) (-15 -3476 (|#1| |#1| (-1154))) (-15 -2965 ((-629 |#1|) |#1|)) (-15 -3476 (|#1| |#1|)) (-15 -1821 ((-629 |#1|) |#1| (-1154))) (-15 -1743 (|#1| |#1| (-1154))) (-15 -1821 ((-629 |#1|) |#1|)) (-15 -1743 (|#1| |#1|)) (-15 -2965 ((-629 |#1|) (-1150 |#1|) (-1154))) (-15 -2965 ((-629 |#1|) (-1150 |#1|))) (-15 -2965 ((-629 |#1|) (-933 |#1|))) (-15 -3476 (|#1| (-1150 |#1|) (-1154))) (-15 -3476 (|#1| (-1150 |#1|))) (-15 -3476 (|#1| (-933 |#1|))) (-15 -1821 ((-629 |#1|) (-1150 |#1|) (-1154))) (-15 -1821 ((-629 |#1|) (-1150 |#1|))) (-15 -1821 ((-629 |#1|) (-933 |#1|))) (-15 -1743 (|#1| (-1150 |#1|) (-1154))) (-15 -1743 (|#1| (-1150 |#1|))) (-15 -1743 (|#1| (-933 |#1|)))) (-29 |#2|) (-13 (-832) (-544))) (T -28))
-NIL
-(-10 -8 (-15 -2965 ((-629 |#1|) |#1| (-1154))) (-15 -3476 (|#1| |#1| (-1154))) (-15 -2965 ((-629 |#1|) |#1|)) (-15 -3476 (|#1| |#1|)) (-15 -1821 ((-629 |#1|) |#1| (-1154))) (-15 -1743 (|#1| |#1| (-1154))) (-15 -1821 ((-629 |#1|) |#1|)) (-15 -1743 (|#1| |#1|)) (-15 -2965 ((-629 |#1|) (-1150 |#1|) (-1154))) (-15 -2965 ((-629 |#1|) (-1150 |#1|))) (-15 -2965 ((-629 |#1|) (-933 |#1|))) (-15 -3476 (|#1| (-1150 |#1|) (-1154))) (-15 -3476 (|#1| (-1150 |#1|))) (-15 -3476 (|#1| (-933 |#1|))) (-15 -1821 ((-629 |#1|) (-1150 |#1|) (-1154))) (-15 -1821 ((-629 |#1|) (-1150 |#1|))) (-15 -1821 ((-629 |#1|) (-933 |#1|))) (-15 -1743 (|#1| (-1150 |#1|) (-1154))) (-15 -1743 (|#1| (-1150 |#1|))) (-15 -1743 (|#1| (-933 |#1|))))
-((-3202 (((-111) $ $) 7)) (-2965 (((-629 $) (-933 $)) 77) (((-629 $) (-1150 $)) 76) (((-629 $) (-1150 $) (-1154)) 75) (((-629 $) $) 123) (((-629 $) $ (-1154)) 121)) (-3476 (($ (-933 $)) 80) (($ (-1150 $)) 79) (($ (-1150 $) (-1154)) 78) (($ $) 124) (($ $ (-1154)) 122)) (-3643 (((-111) $) 16)) (-3611 (((-629 (-1154)) $) 198)) (-3449 (((-401 (-1150 $)) $ (-598 $)) 230 (|has| |#1| (-544)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-3361 (((-629 (-598 $)) $) 161)) (-4012 (((-3 $ "failed") $ $) 19)) (-2172 (($ $ (-629 (-598 $)) (-629 $)) 151) (($ $ (-629 (-288 $))) 150) (($ $ (-288 $)) 149)) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-3489 (($ $) 89)) (-2393 (((-111) $ $) 57)) (-2130 (($) 17 T CONST)) (-1821 (((-629 $) (-933 $)) 83) (((-629 $) (-1150 $)) 82) (((-629 $) (-1150 $) (-1154)) 81) (((-629 $) $) 127) (((-629 $) $ (-1154)) 125)) (-1743 (($ (-933 $)) 86) (($ (-1150 $)) 85) (($ (-1150 $) (-1154)) 84) (($ $) 128) (($ $ (-1154)) 126)) (-1393 (((-3 (-933 |#1|) "failed") $) 248 (|has| |#1| (-1030))) (((-3 (-401 (-933 |#1|)) "failed") $) 232 (|has| |#1| (-544))) (((-3 |#1| "failed") $) 194) (((-3 (-552) "failed") $) 192 (|has| |#1| (-1019 (-552)))) (((-3 (-1154) "failed") $) 185) (((-3 (-598 $) "failed") $) 136) (((-3 (-401 (-552)) "failed") $) 120 (-4029 (-12 (|has| |#1| (-1019 (-552))) (|has| |#1| (-544))) (|has| |#1| (-1019 (-401 (-552))))))) (-2832 (((-933 |#1|) $) 249 (|has| |#1| (-1030))) (((-401 (-933 |#1|)) $) 233 (|has| |#1| (-544))) ((|#1| $) 195) (((-552) $) 191 (|has| |#1| (-1019 (-552)))) (((-1154) $) 186) (((-598 $) $) 137) (((-401 (-552)) $) 119 (-4029 (-12 (|has| |#1| (-1019 (-552))) (|has| |#1| (-544))) (|has| |#1| (-1019 (-401 (-552))))))) (-4006 (($ $ $) 53)) (-2714 (((-673 |#1|) (-673 $)) 238 (|has| |#1| (-1030))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 237 (|has| |#1| (-1030))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 118 (-4029 (-3792 (|has| |#1| (-1030)) (|has| |#1| (-625 (-552)))) (-3792 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))))) (((-673 (-552)) (-673 $)) 117 (-4029 (-3792 (|has| |#1| (-1030)) (|has| |#1| (-625 (-552)))) (-3792 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))))) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-1677 (((-111) $) 68)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 190 (|has| |#1| (-867 (-373)))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 189 (|has| |#1| (-867 (-552))))) (-3963 (($ (-629 $)) 155) (($ $) 154)) (-3751 (((-629 (-113)) $) 162)) (-2951 (((-113) (-113)) 163)) (-4065 (((-111) $) 30)) (-3302 (((-111) $) 183 (|has| $ (-1019 (-552))))) (-3773 (($ $) 215 (|has| |#1| (-1030)))) (-4015 (((-1103 |#1| (-598 $)) $) 214 (|has| |#1| (-1030)))) (-3755 (($ $ (-552)) 88)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-1941 (((-1150 $) (-598 $)) 180 (|has| $ (-1030)))) (-1772 (($ $ $) 134)) (-2011 (($ $ $) 133)) (-1477 (($ (-1 $ $) (-598 $)) 169)) (-1875 (((-3 (-598 $) "failed") $) 159)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3438 (((-629 (-598 $)) $) 160)) (-4086 (($ (-113) (-629 $)) 168) (($ (-113) $) 167)) (-4263 (((-3 (-629 $) "failed") $) 209 (|has| |#1| (-1090)))) (-4073 (((-3 (-2 (|:| |val| $) (|:| -1406 (-552))) "failed") $) 218 (|has| |#1| (-1030)))) (-2878 (((-3 (-629 $) "failed") $) 211 (|has| |#1| (-25)))) (-2630 (((-3 (-2 (|:| -4158 (-552)) (|:| |var| (-598 $))) "failed") $) 212 (|has| |#1| (-25)))) (-3909 (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-1154)) 217 (|has| |#1| (-1030))) (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-113)) 216 (|has| |#1| (-1030))) (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $) 210 (|has| |#1| (-1090)))) (-3515 (((-111) $ (-1154)) 166) (((-111) $ (-113)) 165)) (-3701 (($ $) 67)) (-2384 (((-756) $) 158)) (-2876 (((-1098) $) 10)) (-3711 (((-111) $) 196)) (-3722 ((|#1| $) 197)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-3633 (((-111) $ (-1154)) 171) (((-111) $ $) 170)) (-3479 (((-412 $) $) 71)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3117 (((-111) $) 182 (|has| $ (-1019 (-552))))) (-2432 (($ $ (-1154) (-756) (-1 $ $)) 222 (|has| |#1| (-1030))) (($ $ (-1154) (-756) (-1 $ (-629 $))) 221 (|has| |#1| (-1030))) (($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ (-629 $)))) 220 (|has| |#1| (-1030))) (($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ $))) 219 (|has| |#1| (-1030))) (($ $ (-629 (-113)) (-629 $) (-1154)) 208 (|has| |#1| (-600 (-528)))) (($ $ (-113) $ (-1154)) 207 (|has| |#1| (-600 (-528)))) (($ $) 206 (|has| |#1| (-600 (-528)))) (($ $ (-629 (-1154))) 205 (|has| |#1| (-600 (-528)))) (($ $ (-1154)) 204 (|has| |#1| (-600 (-528)))) (($ $ (-113) (-1 $ $)) 179) (($ $ (-113) (-1 $ (-629 $))) 178) (($ $ (-629 (-113)) (-629 (-1 $ (-629 $)))) 177) (($ $ (-629 (-113)) (-629 (-1 $ $))) 176) (($ $ (-1154) (-1 $ $)) 175) (($ $ (-1154) (-1 $ (-629 $))) 174) (($ $ (-629 (-1154)) (-629 (-1 $ (-629 $)))) 173) (($ $ (-629 (-1154)) (-629 (-1 $ $))) 172) (($ $ (-629 $) (-629 $)) 143) (($ $ $ $) 142) (($ $ (-288 $)) 141) (($ $ (-629 (-288 $))) 140) (($ $ (-629 (-598 $)) (-629 $)) 139) (($ $ (-598 $) $) 138)) (-3795 (((-756) $) 56)) (-2060 (($ (-113) (-629 $)) 148) (($ (-113) $ $ $ $) 147) (($ (-113) $ $ $) 146) (($ (-113) $ $) 145) (($ (-113) $) 144)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-1877 (($ $ $) 157) (($ $) 156)) (-3096 (($ $ (-1154)) 246 (|has| |#1| (-1030))) (($ $ (-629 (-1154))) 245 (|has| |#1| (-1030))) (($ $ (-1154) (-756)) 244 (|has| |#1| (-1030))) (($ $ (-629 (-1154)) (-629 (-756))) 243 (|has| |#1| (-1030)))) (-2493 (($ $) 225 (|has| |#1| (-544)))) (-4026 (((-1103 |#1| (-598 $)) $) 224 (|has| |#1| (-544)))) (-3521 (($ $) 181 (|has| $ (-1030)))) (-1522 (((-528) $) 252 (|has| |#1| (-600 (-528)))) (($ (-412 $)) 223 (|has| |#1| (-544))) (((-873 (-373)) $) 188 (|has| |#1| (-600 (-873 (-373))))) (((-873 (-552)) $) 187 (|has| |#1| (-600 (-873 (-552)))))) (-2074 (($ $ $) 251 (|has| |#1| (-466)))) (-2104 (($ $ $) 250 (|has| |#1| (-466)))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63) (($ (-933 |#1|)) 247 (|has| |#1| (-1030))) (($ (-401 (-933 |#1|))) 231 (|has| |#1| (-544))) (($ (-401 (-933 (-401 |#1|)))) 229 (|has| |#1| (-544))) (($ (-933 (-401 |#1|))) 228 (|has| |#1| (-544))) (($ (-401 |#1|)) 227 (|has| |#1| (-544))) (($ (-1103 |#1| (-598 $))) 213 (|has| |#1| (-1030))) (($ |#1|) 193) (($ (-1154)) 184) (($ (-598 $)) 135)) (-3878 (((-3 $ "failed") $) 236 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-3044 (($ (-629 $)) 153) (($ $) 152)) (-1374 (((-111) (-113)) 164)) (-3589 (((-111) $ $) 37)) (-3893 (($ (-1154) (-629 $)) 203) (($ (-1154) $ $ $ $) 202) (($ (-1154) $ $ $) 201) (($ (-1154) $ $) 200) (($ (-1154) $) 199)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-1154)) 242 (|has| |#1| (-1030))) (($ $ (-629 (-1154))) 241 (|has| |#1| (-1030))) (($ $ (-1154) (-756)) 240 (|has| |#1| (-1030))) (($ $ (-629 (-1154)) (-629 (-756))) 239 (|has| |#1| (-1030)))) (-1666 (((-111) $ $) 131)) (-1644 (((-111) $ $) 130)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 132)) (-1632 (((-111) $ $) 129)) (-1720 (($ $ $) 62) (($ (-1103 |#1| (-598 $)) (-1103 |#1| (-598 $))) 226 (|has| |#1| (-544)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66) (($ $ (-401 (-552))) 87)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64) (($ $ |#1|) 235 (|has| |#1| (-169))) (($ |#1| $) 234 (|has| |#1| (-169)))))
-(((-29 |#1|) (-137) (-13 (-832) (-544))) (T -29))
-((-1743 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-832) (-544))))) (-1821 (*1 *2 *1) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *2 (-629 *1)) (-4 *1 (-29 *3)))) (-1743 (*1 *1 *1 *2) (-12 (-5 *2 (-1154)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-832) (-544))))) (-1821 (*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-629 *1)) (-4 *1 (-29 *4)))) (-3476 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-832) (-544))))) (-2965 (*1 *2 *1) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *2 (-629 *1)) (-4 *1 (-29 *3)))) (-3476 (*1 *1 *1 *2) (-12 (-5 *2 (-1154)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-832) (-544))))) (-2965 (*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-629 *1)) (-4 *1 (-29 *4)))))
-(-13 (-27) (-424 |t#1|) (-10 -8 (-15 -1743 ($ $)) (-15 -1821 ((-629 $) $)) (-15 -1743 ($ $ (-1154))) (-15 -1821 ((-629 $) $ (-1154))) (-15 -3476 ($ $)) (-15 -2965 ((-629 $) $)) (-15 -3476 ($ $ (-1154))) (-15 -2965 ((-629 $) $ (-1154)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) . T) ((-27) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 |#1| |#1|) |has| |#1| (-169)) ((-110 $ $) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-600 (-873 (-373))) |has| |#1| (-600 (-873 (-373)))) ((-600 (-873 (-552))) |has| |#1| (-600 (-873 (-552)))) ((-238) . T) ((-284) . T) ((-301) . T) ((-303 $) . T) ((-296) . T) ((-357) . T) ((-371 |#1|) |has| |#1| (-1030)) ((-394 |#1|) . T) ((-405 |#1|) . T) ((-424 |#1|) . T) ((-445) . T) ((-466) |has| |#1| (-466)) ((-506 (-598 $) $) . T) ((-506 $ $) . T) ((-544) . T) ((-632 #0#) . T) ((-632 |#1|) |has| |#1| (-169)) ((-632 $) . T) ((-625 (-552)) -12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))) ((-625 |#1|) |has| |#1| (-1030)) ((-702 #0#) . T) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) . T) ((-711) . T) ((-832) . T) ((-881 (-1154)) |has| |#1| (-1030)) ((-867 (-373)) |has| |#1| (-867 (-373))) ((-867 (-552)) |has| |#1| (-867 (-552))) ((-865 |#1|) . T) ((-901) . T) ((-983) . T) ((-1019 (-401 (-552))) -4029 (|has| |#1| (-1019 (-401 (-552)))) (-12 (|has| |#1| (-544)) (|has| |#1| (-1019 (-552))))) ((-1019 (-401 (-933 |#1|))) |has| |#1| (-544)) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 (-598 $)) . T) ((-1019 (-933 |#1|)) |has| |#1| (-1030)) ((-1019 (-1154)) . T) ((-1019 |#1|) . T) ((-1036 #0#) . T) ((-1036 |#1|) |has| |#1| (-169)) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1191) . T) ((-1195) . T))
-((-2926 (((-1072 (-220)) $) NIL)) (-2915 (((-1072 (-220)) $) NIL)) (-2712 (($ $ (-220)) 125)) (-2236 (($ (-933 (-552)) (-1154) (-1154) (-1072 (-401 (-552))) (-1072 (-401 (-552)))) 83)) (-3890 (((-629 (-629 (-924 (-220)))) $) 137)) (-3213 (((-844) $) 149)))
-(((-30) (-13 (-936) (-10 -8 (-15 -2236 ($ (-933 (-552)) (-1154) (-1154) (-1072 (-401 (-552))) (-1072 (-401 (-552))))) (-15 -2712 ($ $ (-220)))))) (T -30))
-((-2236 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-933 (-552))) (-5 *3 (-1154)) (-5 *4 (-1072 (-401 (-552)))) (-5 *1 (-30)))) (-2712 (*1 *1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-30)))))
-(-13 (-936) (-10 -8 (-15 -2236 ($ (-933 (-552)) (-1154) (-1154) (-1072 (-401 (-552))) (-1072 (-401 (-552))))) (-15 -2712 ($ $ (-220)))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 19) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-1113) $) 11)) (-4174 (((-1113) $) 9)) (-1613 (((-111) $ $) NIL)))
-(((-31) (-13 (-1061) (-10 -8 (-15 -4174 ((-1113) $)) (-15 -4300 ((-1113) $))))) (T -31))
-((-4174 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-31)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-31)))))
-(-13 (-1061) (-10 -8 (-15 -4174 ((-1113) $)) (-15 -4300 ((-1113) $))))
-((-1743 ((|#2| (-1150 |#2|) (-1154)) 43)) (-2951 (((-113) (-113)) 56)) (-1941 (((-1150 |#2|) (-598 |#2|)) 133 (|has| |#1| (-1019 (-552))))) (-3141 ((|#2| |#1| (-552)) 123 (|has| |#1| (-1019 (-552))))) (-1708 ((|#2| (-1150 |#2|) |#2|) 30)) (-2426 (((-844) (-629 |#2|)) 85)) (-3521 ((|#2| |#2|) 129 (|has| |#1| (-1019 (-552))))) (-1374 (((-111) (-113)) 18)) (** ((|#2| |#2| (-401 (-552))) 96 (|has| |#1| (-1019 (-552))))))
-(((-32 |#1| |#2|) (-10 -7 (-15 -1743 (|#2| (-1150 |#2|) (-1154))) (-15 -2951 ((-113) (-113))) (-15 -1374 ((-111) (-113))) (-15 -1708 (|#2| (-1150 |#2|) |#2|)) (-15 -2426 ((-844) (-629 |#2|))) (IF (|has| |#1| (-1019 (-552))) (PROGN (-15 ** (|#2| |#2| (-401 (-552)))) (-15 -1941 ((-1150 |#2|) (-598 |#2|))) (-15 -3521 (|#2| |#2|)) (-15 -3141 (|#2| |#1| (-552)))) |%noBranch|)) (-13 (-832) (-544)) (-424 |#1|)) (T -32))
-((-3141 (*1 *2 *3 *4) (-12 (-5 *4 (-552)) (-4 *2 (-424 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1019 *4)) (-4 *3 (-13 (-832) (-544))))) (-3521 (*1 *2 *2) (-12 (-4 *3 (-1019 (-552))) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-32 *3 *2)) (-4 *2 (-424 *3)))) (-1941 (*1 *2 *3) (-12 (-5 *3 (-598 *5)) (-4 *5 (-424 *4)) (-4 *4 (-1019 (-552))) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-1150 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-401 (-552))) (-4 *4 (-1019 (-552))) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-32 *4 *2)) (-4 *2 (-424 *4)))) (-2426 (*1 *2 *3) (-12 (-5 *3 (-629 *5)) (-4 *5 (-424 *4)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-844)) (-5 *1 (-32 *4 *5)))) (-1708 (*1 *2 *3 *2) (-12 (-5 *3 (-1150 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-32 *4 *2)))) (-1374 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111)) (-5 *1 (-32 *4 *5)) (-4 *5 (-424 *4)))) (-2951 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-32 *3 *4)) (-4 *4 (-424 *3)))) (-1743 (*1 *2 *3 *4) (-12 (-5 *3 (-1150 *2)) (-5 *4 (-1154)) (-4 *2 (-424 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-13 (-832) (-544))))))
-(-10 -7 (-15 -1743 (|#2| (-1150 |#2|) (-1154))) (-15 -2951 ((-113) (-113))) (-15 -1374 ((-111) (-113))) (-15 -1708 (|#2| (-1150 |#2|) |#2|)) (-15 -2426 ((-844) (-629 |#2|))) (IF (|has| |#1| (-1019 (-552))) (PROGN (-15 ** (|#2| |#2| (-401 (-552)))) (-15 -1941 ((-1150 |#2|) (-598 |#2|))) (-15 -3521 (|#2| |#2|)) (-15 -3141 (|#2| |#1| (-552)))) |%noBranch|))
-((-4238 (((-111) $ (-756)) 16)) (-2130 (($) 10)) (-1418 (((-111) $ (-756)) 15)) (-1745 (((-111) $ (-756)) 14)) (-2795 (((-111) $ $) 8)) (-3435 (((-111) $) 13)))
-(((-33 |#1|) (-10 -8 (-15 -2130 (|#1|)) (-15 -4238 ((-111) |#1| (-756))) (-15 -1418 ((-111) |#1| (-756))) (-15 -1745 ((-111) |#1| (-756))) (-15 -3435 ((-111) |#1|)) (-15 -2795 ((-111) |#1| |#1|))) (-34)) (T -33))
-NIL
-(-10 -8 (-15 -2130 (|#1|)) (-15 -4238 ((-111) |#1| (-756))) (-15 -1418 ((-111) |#1| (-756))) (-15 -1745 ((-111) |#1| (-756))) (-15 -3435 ((-111) |#1|)) (-15 -2795 ((-111) |#1| |#1|)))
-((-4238 (((-111) $ (-756)) 8)) (-2130 (($) 7 T CONST)) (-1418 (((-111) $ (-756)) 9)) (-1745 (((-111) $ (-756)) 10)) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-1487 (($ $) 13)) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
+((-3691 (*1 *1 *2) (-12 (-5 *2 (-934 *1)) (-4 *1 (-27)))) (-3691 (*1 *1 *2) (-12 (-5 *2 (-1151 *1)) (-4 *1 (-27)))) (-3691 (*1 *1 *2 *3) (-12 (-5 *2 (-1151 *1)) (-5 *3 (-1155)) (-4 *1 (-27)))) (-3152 (*1 *2 *3) (-12 (-5 *3 (-934 *1)) (-4 *1 (-27)) (-5 *2 (-630 *1)))) (-3152 (*1 *2 *3) (-12 (-5 *3 (-1151 *1)) (-4 *1 (-27)) (-5 *2 (-630 *1)))) (-3152 (*1 *2 *3 *4) (-12 (-5 *3 (-1151 *1)) (-5 *4 (-1155)) (-4 *1 (-27)) (-5 *2 (-630 *1)))) (-3815 (*1 *1 *2) (-12 (-5 *2 (-934 *1)) (-4 *1 (-27)))) (-3815 (*1 *1 *2) (-12 (-5 *2 (-1151 *1)) (-4 *1 (-27)))) (-3815 (*1 *1 *2 *3) (-12 (-5 *2 (-1151 *1)) (-5 *3 (-1155)) (-4 *1 (-27)))) (-4272 (*1 *2 *3) (-12 (-5 *3 (-934 *1)) (-4 *1 (-27)) (-5 *2 (-630 *1)))) (-4272 (*1 *2 *3) (-12 (-5 *3 (-1151 *1)) (-4 *1 (-27)) (-5 *2 (-630 *1)))) (-4272 (*1 *2 *3 *4) (-12 (-5 *3 (-1151 *1)) (-5 *4 (-1155)) (-4 *1 (-27)) (-5 *2 (-630 *1)))))
+(-13 (-357) (-984) (-10 -8 (-15 -3691 ($ (-934 $))) (-15 -3691 ($ (-1151 $))) (-15 -3691 ($ (-1151 $) (-1155))) (-15 -3152 ((-630 $) (-934 $))) (-15 -3152 ((-630 $) (-1151 $))) (-15 -3152 ((-630 $) (-1151 $) (-1155))) (-15 -3815 ($ (-934 $))) (-15 -3815 ($ (-1151 $))) (-15 -3815 ($ (-1151 $) (-1155))) (-15 -4272 ((-630 $) (-934 $))) (-15 -4272 ((-630 $) (-1151 $))) (-15 -4272 ((-630 $) (-1151 $) (-1155)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-445) . T) ((-545) . T) ((-633 #0#) . T) ((-633 $) . T) ((-703 #0#) . T) ((-703 $) . T) ((-712) . T) ((-902) . T) ((-984) . T) ((-1037 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) . T))
+((-4272 (((-630 $) (-934 $)) NIL) (((-630 $) (-1151 $)) NIL) (((-630 $) (-1151 $) (-1155)) 50) (((-630 $) $) 19) (((-630 $) $ (-1155)) 41)) (-3815 (($ (-934 $)) NIL) (($ (-1151 $)) NIL) (($ (-1151 $) (-1155)) 52) (($ $) 17) (($ $ (-1155)) 37)) (-3152 (((-630 $) (-934 $)) NIL) (((-630 $) (-1151 $)) NIL) (((-630 $) (-1151 $) (-1155)) 48) (((-630 $) $) 15) (((-630 $) $ (-1155)) 43)) (-3691 (($ (-934 $)) NIL) (($ (-1151 $)) NIL) (($ (-1151 $) (-1155)) NIL) (($ $) 12) (($ $ (-1155)) 39)))
+(((-28 |#1| |#2|) (-10 -8 (-15 -4272 ((-630 |#1|) |#1| (-1155))) (-15 -3815 (|#1| |#1| (-1155))) (-15 -4272 ((-630 |#1|) |#1|)) (-15 -3815 (|#1| |#1|)) (-15 -3152 ((-630 |#1|) |#1| (-1155))) (-15 -3691 (|#1| |#1| (-1155))) (-15 -3152 ((-630 |#1|) |#1|)) (-15 -3691 (|#1| |#1|)) (-15 -4272 ((-630 |#1|) (-1151 |#1|) (-1155))) (-15 -4272 ((-630 |#1|) (-1151 |#1|))) (-15 -4272 ((-630 |#1|) (-934 |#1|))) (-15 -3815 (|#1| (-1151 |#1|) (-1155))) (-15 -3815 (|#1| (-1151 |#1|))) (-15 -3815 (|#1| (-934 |#1|))) (-15 -3152 ((-630 |#1|) (-1151 |#1|) (-1155))) (-15 -3152 ((-630 |#1|) (-1151 |#1|))) (-15 -3152 ((-630 |#1|) (-934 |#1|))) (-15 -3691 (|#1| (-1151 |#1|) (-1155))) (-15 -3691 (|#1| (-1151 |#1|))) (-15 -3691 (|#1| (-934 |#1|)))) (-29 |#2|) (-13 (-833) (-545))) (T -28))
+NIL
+(-10 -8 (-15 -4272 ((-630 |#1|) |#1| (-1155))) (-15 -3815 (|#1| |#1| (-1155))) (-15 -4272 ((-630 |#1|) |#1|)) (-15 -3815 (|#1| |#1|)) (-15 -3152 ((-630 |#1|) |#1| (-1155))) (-15 -3691 (|#1| |#1| (-1155))) (-15 -3152 ((-630 |#1|) |#1|)) (-15 -3691 (|#1| |#1|)) (-15 -4272 ((-630 |#1|) (-1151 |#1|) (-1155))) (-15 -4272 ((-630 |#1|) (-1151 |#1|))) (-15 -4272 ((-630 |#1|) (-934 |#1|))) (-15 -3815 (|#1| (-1151 |#1|) (-1155))) (-15 -3815 (|#1| (-1151 |#1|))) (-15 -3815 (|#1| (-934 |#1|))) (-15 -3152 ((-630 |#1|) (-1151 |#1|) (-1155))) (-15 -3152 ((-630 |#1|) (-1151 |#1|))) (-15 -3152 ((-630 |#1|) (-934 |#1|))) (-15 -3691 (|#1| (-1151 |#1|) (-1155))) (-15 -3691 (|#1| (-1151 |#1|))) (-15 -3691 (|#1| (-934 |#1|))))
+((-3200 (((-111) $ $) 7)) (-4272 (((-630 $) (-934 $)) 77) (((-630 $) (-1151 $)) 76) (((-630 $) (-1151 $) (-1155)) 75) (((-630 $) $) 123) (((-630 $) $ (-1155)) 121)) (-3815 (($ (-934 $)) 80) (($ (-1151 $)) 79) (($ (-1151 $) (-1155)) 78) (($ $) 124) (($ $ (-1155)) 122)) (-1719 (((-111) $) 16)) (-3611 (((-630 (-1155)) $) 198)) (-3447 (((-401 (-1151 $)) $ (-599 $)) 230 (|has| |#1| (-545)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-3361 (((-630 (-599 $)) $) 161)) (-4123 (((-3 $ "failed") $ $) 19)) (-2173 (($ $ (-630 (-599 $)) (-630 $)) 151) (($ $ (-630 (-288 $))) 150) (($ $ (-288 $)) 149)) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3487 (($ $) 89)) (-3816 (((-111) $ $) 57)) (-3203 (($) 17 T CONST)) (-3152 (((-630 $) (-934 $)) 83) (((-630 $) (-1151 $)) 82) (((-630 $) (-1151 $) (-1155)) 81) (((-630 $) $) 127) (((-630 $) $ (-1155)) 125)) (-3691 (($ (-934 $)) 86) (($ (-1151 $)) 85) (($ (-1151 $) (-1155)) 84) (($ $) 128) (($ $ (-1155)) 126)) (-1394 (((-3 (-934 |#1|) "failed") $) 248 (|has| |#1| (-1031))) (((-3 (-401 (-934 |#1|)) "failed") $) 232 (|has| |#1| (-545))) (((-3 |#1| "failed") $) 194) (((-3 (-553) "failed") $) 191 (|has| |#1| (-1020 (-553)))) (((-3 (-1155) "failed") $) 185) (((-3 (-599 $) "failed") $) 136) (((-3 (-401 (-553)) "failed") $) 119 (-4028 (-12 (|has| |#1| (-1020 (-553))) (|has| |#1| (-545))) (|has| |#1| (-1020 (-401 (-553))))))) (-2831 (((-934 |#1|) $) 247 (|has| |#1| (-1031))) (((-401 (-934 |#1|)) $) 231 (|has| |#1| (-545))) ((|#1| $) 193) (((-553) $) 192 (|has| |#1| (-1020 (-553)))) (((-1155) $) 184) (((-599 $) $) 135) (((-401 (-553)) $) 120 (-4028 (-12 (|has| |#1| (-1020 (-553))) (|has| |#1| (-545))) (|has| |#1| (-1020 (-401 (-553))))))) (-4005 (($ $ $) 53)) (-3698 (((-674 |#1|) (-674 $)) 238 (|has| |#1| (-1031))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 237 (|has| |#1| (-1031))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 118 (-4028 (-3791 (|has| |#1| (-1031)) (|has| |#1| (-626 (-553)))) (-3791 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))))) (((-674 (-553)) (-674 $)) 117 (-4028 (-3791 (|has| |#1| (-1031)) (|has| |#1| (-626 (-553)))) (-3791 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))))) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-4268 (((-111) $) 68)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 190 (|has| |#1| (-868 (-373)))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 189 (|has| |#1| (-868 (-553))))) (-1725 (($ (-630 $)) 155) (($ $) 154)) (-3495 (((-630 (-113)) $) 162)) (-4155 (((-113) (-113)) 163)) (-1434 (((-111) $) 30)) (-2709 (((-111) $) 183 (|has| $ (-1020 (-553))))) (-3699 (($ $) 215 (|has| |#1| (-1031)))) (-4013 (((-1104 |#1| (-599 $)) $) 214 (|has| |#1| (-1031)))) (-3527 (($ $ (-553)) 88)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-1822 (((-1151 $) (-599 $)) 180 (|has| $ (-1031)))) (-1773 (($ $ $) 134)) (-2012 (($ $ $) 133)) (-1478 (($ (-1 $ $) (-599 $)) 169)) (-2427 (((-3 (-599 $) "failed") $) 159)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3434 (((-630 (-599 $)) $) 160)) (-4084 (($ (-113) (-630 $)) 168) (($ (-113) $) 167)) (-1548 (((-3 (-630 $) "failed") $) 209 (|has| |#1| (-1091)))) (-1501 (((-3 (-2 (|:| |val| $) (|:| -3503 (-553))) "failed") $) 218 (|has| |#1| (-1031)))) (-1527 (((-3 (-630 $) "failed") $) 211 (|has| |#1| (-25)))) (-4118 (((-3 (-2 (|:| -4157 (-553)) (|:| |var| (-599 $))) "failed") $) 212 (|has| |#1| (-25)))) (-2560 (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-1155)) 217 (|has| |#1| (-1031))) (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-113)) 216 (|has| |#1| (-1031))) (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $) 210 (|has| |#1| (-1091)))) (-2990 (((-111) $ (-1155)) 166) (((-111) $ (-113)) 165)) (-3700 (($ $) 67)) (-2385 (((-757) $) 158)) (-2875 (((-1099) $) 10)) (-3710 (((-111) $) 196)) (-3722 ((|#1| $) 197)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-1611 (((-111) $ (-1155)) 171) (((-111) $ $) 170)) (-3476 (((-412 $) $) 71)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3439 (((-111) $) 182 (|has| $ (-1020 (-553))))) (-2433 (($ $ (-1155) (-757) (-1 $ $)) 222 (|has| |#1| (-1031))) (($ $ (-1155) (-757) (-1 $ (-630 $))) 221 (|has| |#1| (-1031))) (($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ (-630 $)))) 220 (|has| |#1| (-1031))) (($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ $))) 219 (|has| |#1| (-1031))) (($ $ (-630 (-113)) (-630 $) (-1155)) 208 (|has| |#1| (-601 (-529)))) (($ $ (-113) $ (-1155)) 207 (|has| |#1| (-601 (-529)))) (($ $) 206 (|has| |#1| (-601 (-529)))) (($ $ (-630 (-1155))) 205 (|has| |#1| (-601 (-529)))) (($ $ (-1155)) 204 (|has| |#1| (-601 (-529)))) (($ $ (-113) (-1 $ $)) 179) (($ $ (-113) (-1 $ (-630 $))) 178) (($ $ (-630 (-113)) (-630 (-1 $ (-630 $)))) 177) (($ $ (-630 (-113)) (-630 (-1 $ $))) 176) (($ $ (-1155) (-1 $ $)) 175) (($ $ (-1155) (-1 $ (-630 $))) 174) (($ $ (-630 (-1155)) (-630 (-1 $ (-630 $)))) 173) (($ $ (-630 (-1155)) (-630 (-1 $ $))) 172) (($ $ (-630 $) (-630 $)) 143) (($ $ $ $) 142) (($ $ (-288 $)) 141) (($ $ (-630 (-288 $))) 140) (($ $ (-630 (-599 $)) (-630 $)) 139) (($ $ (-599 $) $) 138)) (-3879 (((-757) $) 56)) (-2061 (($ (-113) (-630 $)) 148) (($ (-113) $ $ $ $) 147) (($ (-113) $ $ $) 146) (($ (-113) $ $) 145) (($ (-113) $) 144)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-2451 (($ $ $) 157) (($ $) 156)) (-3095 (($ $ (-1155)) 246 (|has| |#1| (-1031))) (($ $ (-630 (-1155))) 245 (|has| |#1| (-1031))) (($ $ (-1155) (-757)) 244 (|has| |#1| (-1031))) (($ $ (-630 (-1155)) (-630 (-757))) 243 (|has| |#1| (-1031)))) (-2237 (($ $) 225 (|has| |#1| (-545)))) (-4024 (((-1104 |#1| (-599 $)) $) 224 (|has| |#1| (-545)))) (-3035 (($ $) 181 (|has| $ (-1031)))) (-1523 (((-529) $) 252 (|has| |#1| (-601 (-529)))) (($ (-412 $)) 223 (|has| |#1| (-545))) (((-874 (-373)) $) 188 (|has| |#1| (-601 (-874 (-373))))) (((-874 (-553)) $) 187 (|has| |#1| (-601 (-874 (-553)))))) (-3830 (($ $ $) 251 (|has| |#1| (-466)))) (-2931 (($ $ $) 250 (|has| |#1| (-466)))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63) (($ (-934 |#1|)) 249 (|has| |#1| (-1031))) (($ (-401 (-934 |#1|))) 233 (|has| |#1| (-545))) (($ (-401 (-934 (-401 |#1|)))) 229 (|has| |#1| (-545))) (($ (-934 (-401 |#1|))) 228 (|has| |#1| (-545))) (($ (-401 |#1|)) 227 (|has| |#1| (-545))) (($ (-1104 |#1| (-599 $))) 213 (|has| |#1| (-1031))) (($ |#1|) 195) (($ (-1155)) 186) (($ (-599 $)) 137)) (-2234 (((-3 $ "failed") $) 236 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-3064 (($ (-630 $)) 153) (($ $) 152)) (-4083 (((-111) (-113)) 164)) (-2453 (((-111) $ $) 37)) (-3892 (($ (-1155) (-630 $)) 203) (($ (-1155) $ $ $ $) 202) (($ (-1155) $ $ $) 201) (($ (-1155) $ $) 200) (($ (-1155) $) 199)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-1155)) 242 (|has| |#1| (-1031))) (($ $ (-630 (-1155))) 241 (|has| |#1| (-1031))) (($ $ (-1155) (-757)) 240 (|has| |#1| (-1031))) (($ $ (-630 (-1155)) (-630 (-757))) 239 (|has| |#1| (-1031)))) (-1667 (((-111) $ $) 131)) (-1645 (((-111) $ $) 130)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 132)) (-1633 (((-111) $ $) 129)) (-1721 (($ $ $) 62) (($ (-1104 |#1| (-599 $)) (-1104 |#1| (-599 $))) 226 (|has| |#1| (-545)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66) (($ $ (-401 (-553))) 87)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64) (($ $ |#1|) 235 (|has| |#1| (-169))) (($ |#1| $) 234 (|has| |#1| (-169)))))
+(((-29 |#1|) (-137) (-13 (-833) (-545))) (T -29))
+((-3691 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-833) (-545))))) (-3152 (*1 *2 *1) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *2 (-630 *1)) (-4 *1 (-29 *3)))) (-3691 (*1 *1 *1 *2) (-12 (-5 *2 (-1155)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-833) (-545))))) (-3152 (*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-630 *1)) (-4 *1 (-29 *4)))) (-3815 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-833) (-545))))) (-4272 (*1 *2 *1) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *2 (-630 *1)) (-4 *1 (-29 *3)))) (-3815 (*1 *1 *1 *2) (-12 (-5 *2 (-1155)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-833) (-545))))) (-4272 (*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-630 *1)) (-4 *1 (-29 *4)))))
+(-13 (-27) (-424 |t#1|) (-10 -8 (-15 -3691 ($ $)) (-15 -3152 ((-630 $) $)) (-15 -3691 ($ $ (-1155))) (-15 -3152 ((-630 $) $ (-1155))) (-15 -3815 ($ $)) (-15 -4272 ((-630 $) $)) (-15 -3815 ($ $ (-1155))) (-15 -4272 ((-630 $) $ (-1155)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) . T) ((-27) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 |#1| |#1|) |has| |#1| (-169)) ((-110 $ $) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) -4028 (|has| |#1| (-1020 (-401 (-553)))) (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553))))) ((-603 #2=(-401 (-934 |#1|))) |has| |#1| (-545)) ((-603 #3=(-553)) |has| |#1| (-1020 (-553))) ((-603 #4=(-599 $)) . T) ((-603 #5=(-934 |#1|)) |has| |#1| (-1031)) ((-603 #6=(-1155)) . T) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-169) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-601 (-874 (-373))) |has| |#1| (-601 (-874 (-373)))) ((-601 (-874 (-553))) |has| |#1| (-601 (-874 (-553)))) ((-238) . T) ((-284) . T) ((-301) . T) ((-303 $) . T) ((-296) . T) ((-357) . T) ((-371 |#1|) |has| |#1| (-1031)) ((-394 |#1|) . T) ((-405 |#1|) . T) ((-424 |#1|) . T) ((-445) . T) ((-466) |has| |#1| (-466)) ((-507 (-599 $) $) . T) ((-507 $ $) . T) ((-545) . T) ((-633 #0#) . T) ((-633 |#1|) |has| |#1| (-169)) ((-633 $) . T) ((-626 (-553)) -12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))) ((-626 |#1|) |has| |#1| (-1031)) ((-703 #0#) . T) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) . T) ((-712) . T) ((-833) . T) ((-882 (-1155)) |has| |#1| (-1031)) ((-868 (-373)) |has| |#1| (-868 (-373))) ((-868 (-553)) |has| |#1| (-868 (-553))) ((-866 |#1|) . T) ((-902) . T) ((-984) . T) ((-1020 #1#) -4028 (|has| |#1| (-1020 (-401 (-553)))) (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553))))) ((-1020 #2#) |has| |#1| (-545)) ((-1020 #3#) |has| |#1| (-1020 (-553))) ((-1020 #4#) . T) ((-1020 #5#) |has| |#1| (-1031)) ((-1020 #6#) . T) ((-1020 |#1|) . T) ((-1037 #0#) . T) ((-1037 |#1|) |has| |#1| (-169)) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1192) . T) ((-1196) . T))
+((-2925 (((-1073 (-220)) $) NIL)) (-2913 (((-1073 (-220)) $) NIL)) (-3678 (($ $ (-220)) 125)) (-1596 (($ (-934 (-553)) (-1155) (-1155) (-1073 (-401 (-553))) (-1073 (-401 (-553)))) 83)) (-2351 (((-630 (-630 (-925 (-220)))) $) 137)) (-3212 (((-845) $) 149)))
+(((-30) (-13 (-937) (-10 -8 (-15 -1596 ($ (-934 (-553)) (-1155) (-1155) (-1073 (-401 (-553))) (-1073 (-401 (-553))))) (-15 -3678 ($ $ (-220)))))) (T -30))
+((-1596 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-934 (-553))) (-5 *3 (-1155)) (-5 *4 (-1073 (-401 (-553)))) (-5 *1 (-30)))) (-3678 (*1 *1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-30)))))
+(-13 (-937) (-10 -8 (-15 -1596 ($ (-934 (-553)) (-1155) (-1155) (-1073 (-401 (-553))) (-1073 (-401 (-553))))) (-15 -3678 ($ $ (-220)))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 19) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-1114) $) 11)) (-4173 (((-1114) $) 9)) (-1614 (((-111) $ $) NIL)))
+(((-31) (-13 (-1062) (-10 -8 (-15 -4173 ((-1114) $)) (-15 -4300 ((-1114) $))))) (T -31))
+((-4173 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-31)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-31)))))
+(-13 (-1062) (-10 -8 (-15 -4173 ((-1114) $)) (-15 -4300 ((-1114) $))))
+((-3691 ((|#2| (-1151 |#2|) (-1155)) 43)) (-4155 (((-113) (-113)) 56)) (-1822 (((-1151 |#2|) (-599 |#2|)) 133 (|has| |#1| (-1020 (-553))))) (-2419 ((|#2| |#1| (-553)) 123 (|has| |#1| (-1020 (-553))))) (-3390 ((|#2| (-1151 |#2|) |#2|) 30)) (-2900 (((-845) (-630 |#2|)) 85)) (-3035 ((|#2| |#2|) 129 (|has| |#1| (-1020 (-553))))) (-4083 (((-111) (-113)) 18)) (** ((|#2| |#2| (-401 (-553))) 96 (|has| |#1| (-1020 (-553))))))
+(((-32 |#1| |#2|) (-10 -7 (-15 -3691 (|#2| (-1151 |#2|) (-1155))) (-15 -4155 ((-113) (-113))) (-15 -4083 ((-111) (-113))) (-15 -3390 (|#2| (-1151 |#2|) |#2|)) (-15 -2900 ((-845) (-630 |#2|))) (IF (|has| |#1| (-1020 (-553))) (PROGN (-15 ** (|#2| |#2| (-401 (-553)))) (-15 -1822 ((-1151 |#2|) (-599 |#2|))) (-15 -3035 (|#2| |#2|)) (-15 -2419 (|#2| |#1| (-553)))) |%noBranch|)) (-13 (-833) (-545)) (-424 |#1|)) (T -32))
+((-2419 (*1 *2 *3 *4) (-12 (-5 *4 (-553)) (-4 *2 (-424 *3)) (-5 *1 (-32 *3 *2)) (-4 *3 (-1020 *4)) (-4 *3 (-13 (-833) (-545))))) (-3035 (*1 *2 *2) (-12 (-4 *3 (-1020 (-553))) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-32 *3 *2)) (-4 *2 (-424 *3)))) (-1822 (*1 *2 *3) (-12 (-5 *3 (-599 *5)) (-4 *5 (-424 *4)) (-4 *4 (-1020 (-553))) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-1151 *5)) (-5 *1 (-32 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-401 (-553))) (-4 *4 (-1020 (-553))) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-32 *4 *2)) (-4 *2 (-424 *4)))) (-2900 (*1 *2 *3) (-12 (-5 *3 (-630 *5)) (-4 *5 (-424 *4)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-845)) (-5 *1 (-32 *4 *5)))) (-3390 (*1 *2 *3 *2) (-12 (-5 *3 (-1151 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-32 *4 *2)))) (-4083 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111)) (-5 *1 (-32 *4 *5)) (-4 *5 (-424 *4)))) (-4155 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-32 *3 *4)) (-4 *4 (-424 *3)))) (-3691 (*1 *2 *3 *4) (-12 (-5 *3 (-1151 *2)) (-5 *4 (-1155)) (-4 *2 (-424 *5)) (-5 *1 (-32 *5 *2)) (-4 *5 (-13 (-833) (-545))))))
+(-10 -7 (-15 -3691 (|#2| (-1151 |#2|) (-1155))) (-15 -4155 ((-113) (-113))) (-15 -4083 ((-111) (-113))) (-15 -3390 (|#2| (-1151 |#2|) |#2|)) (-15 -2900 ((-845) (-630 |#2|))) (IF (|has| |#1| (-1020 (-553))) (PROGN (-15 ** (|#2| |#2| (-401 (-553)))) (-15 -1822 ((-1151 |#2|) (-599 |#2|))) (-15 -3035 (|#2| |#2|)) (-15 -2419 (|#2| |#1| (-553)))) |%noBranch|))
+((-2549 (((-111) $ (-757)) 16)) (-3203 (($) 10)) (-3625 (((-111) $ (-757)) 15)) (-3711 (((-111) $ (-757)) 14)) (-3245 (((-111) $ $) 8)) (-3437 (((-111) $) 13)))
+(((-33 |#1|) (-10 -8 (-15 -3203 (|#1|)) (-15 -2549 ((-111) |#1| (-757))) (-15 -3625 ((-111) |#1| (-757))) (-15 -3711 ((-111) |#1| (-757))) (-15 -3437 ((-111) |#1|)) (-15 -3245 ((-111) |#1| |#1|))) (-34)) (T -33))
+NIL
+(-10 -8 (-15 -3203 (|#1|)) (-15 -2549 ((-111) |#1| (-757))) (-15 -3625 ((-111) |#1| (-757))) (-15 -3711 ((-111) |#1| (-757))) (-15 -3437 ((-111) |#1|)) (-15 -3245 ((-111) |#1| |#1|)))
+((-2549 (((-111) $ (-757)) 8)) (-3203 (($) 7 T CONST)) (-3625 (((-111) $ (-757)) 9)) (-3711 (((-111) $ (-757)) 10)) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-1488 (($ $) 13)) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
(((-34) (-137)) (T -34))
-((-2795 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-111)))) (-1487 (*1 *1 *1) (-4 *1 (-34))) (-3430 (*1 *1) (-4 *1 (-34))) (-3435 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-111)))) (-1745 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-756)) (-5 *2 (-111)))) (-1418 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-756)) (-5 *2 (-111)))) (-4238 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-756)) (-5 *2 (-111)))) (-2130 (*1 *1) (-4 *1 (-34))) (-2657 (*1 *2 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-34)) (-5 *2 (-756)))))
-(-13 (-1191) (-10 -8 (-15 -2795 ((-111) $ $)) (-15 -1487 ($ $)) (-15 -3430 ($)) (-15 -3435 ((-111) $)) (-15 -1745 ((-111) $ (-756))) (-15 -1418 ((-111) $ (-756))) (-15 -4238 ((-111) $ (-756))) (-15 -2130 ($) -3930) (IF (|has| $ (-6 -4368)) (-15 -2657 ((-756) $)) |%noBranch|)))
-(((-1191) . T))
-((-3843 (($ $) 11)) (-2530 (($ $) 10)) (-3863 (($ $) 9)) (-3013 (($ $) 8)) (-3853 (($ $) 7)) (-2543 (($ $) 6)))
+((-3245 (*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-111)))) (-1488 (*1 *1 *1) (-4 *1 (-34))) (-1422 (*1 *1) (-4 *1 (-34))) (-3437 (*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-111)))) (-3711 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-757)) (-5 *2 (-111)))) (-3625 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-757)) (-5 *2 (-111)))) (-2549 (*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-757)) (-5 *2 (-111)))) (-3203 (*1 *1) (-4 *1 (-34))) (-2656 (*1 *2 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-34)) (-5 *2 (-757)))))
+(-13 (-1192) (-10 -8 (-15 -3245 ((-111) $ $)) (-15 -1488 ($ $)) (-15 -1422 ($)) (-15 -3437 ((-111) $)) (-15 -3711 ((-111) $ (-757))) (-15 -3625 ((-111) $ (-757))) (-15 -2549 ((-111) $ (-757))) (-15 -3203 ($) -3929) (IF (|has| $ (-6 -4369)) (-15 -2656 ((-757) $)) |%noBranch|)))
+(((-1192) . T))
+((-3842 (($ $) 11)) (-2529 (($ $) 10)) (-3862 (($ $) 9)) (-3013 (($ $) 8)) (-3852 (($ $) 7)) (-2542 (($ $) 6)))
(((-35) (-137)) (T -35))
-((-3843 (*1 *1 *1) (-4 *1 (-35))) (-2530 (*1 *1 *1) (-4 *1 (-35))) (-3863 (*1 *1 *1) (-4 *1 (-35))) (-3013 (*1 *1 *1) (-4 *1 (-35))) (-3853 (*1 *1 *1) (-4 *1 (-35))) (-2543 (*1 *1 *1) (-4 *1 (-35))))
-(-13 (-10 -8 (-15 -2543 ($ $)) (-15 -3853 ($ $)) (-15 -3013 ($ $)) (-15 -3863 ($ $)) (-15 -2530 ($ $)) (-15 -3843 ($ $))))
-((-3202 (((-111) $ $) 19 (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-2925 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 125)) (-2210 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 148)) (-1785 (($ $) 146)) (-3295 (($) 72) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 71)) (-2660 (((-1242) $ |#1| |#1|) 99 (|has| $ (-6 -4369))) (((-1242) $ (-552) (-552)) 178 (|has| $ (-6 -4369)))) (-2285 (($ $ (-552)) 159 (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 209) (((-111) $) 203 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-3646 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 200 (|has| $ (-6 -4369))) (($ $) 199 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)) (|has| $ (-6 -4369))))) (-1296 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 210) (($ $) 204 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-4238 (((-111) $ (-756)) 8)) (-3188 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 134 (|has| $ (-6 -4369)))) (-2830 (($ $ $) 155 (|has| $ (-6 -4369)))) (-3359 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 157 (|has| $ (-6 -4369)))) (-1505 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 153 (|has| $ (-6 -4369)))) (-1470 ((|#2| $ |#1| |#2|) 73) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 189 (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-1204 (-552)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 160 (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "last" (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 158 (|has| $ (-6 -4369))) (($ $ "rest" $) 156 (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "first" (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 154 (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "value" (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 133 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 132 (|has| $ (-6 -4369)))) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 45 (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 216)) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 55 (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 175 (|has| $ (-6 -4368)))) (-2196 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 147)) (-3078 (((-3 |#2| "failed") |#1| $) 61)) (-2130 (($) 7 T CONST)) (-2366 (($ $) 201 (|has| $ (-6 -4369)))) (-3344 (($ $) 211)) (-2715 (($ $ (-756)) 142) (($ $) 140)) (-2232 (($ $) 214 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-2738 (($ $) 58 (-4029 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368))) (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 47 (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 46 (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) 62) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 220) (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 215 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 54 (|has| $ (-6 -4368))) (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 177 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 174 (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 56 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 53 (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 52 (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 176 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 173 (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 172 (|has| $ (-6 -4368)))) (-2957 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 190 (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) 88) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) 188)) (-2268 (((-111) $) 192)) (-1456 (((-552) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 208) (((-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 207 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) (((-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) 206 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 30 (|has| $ (-6 -4368))) (((-629 |#2|) $) 79 (|has| $ (-6 -4368))) (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 114 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 123)) (-4266 (((-111) $ $) 131 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-3307 (($ (-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 169)) (-1418 (((-111) $ (-756)) 9)) (-1695 ((|#1| $) 96 (|has| |#1| (-832))) (((-552) $) 180 (|has| (-552) (-832)))) (-1772 (($ $ $) 198 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-3707 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ $) 217) (($ $ $) 213 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-1446 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ $) 212) (($ $ $) 205 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 29 (|has| $ (-6 -4368))) (((-629 |#2|) $) 80 (|has| $ (-6 -4368))) (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 115 (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (((-111) |#2| $) 82 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368)))) (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 117 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368))))) (-1842 ((|#1| $) 95 (|has| |#1| (-832))) (((-552) $) 181 (|has| (-552) (-832)))) (-2011 (($ $ $) 197 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 34 (|has| $ (-6 -4369))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4369))) (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 110 (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70) (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ $) 166) (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 109)) (-2563 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 225)) (-1745 (((-111) $ (-756)) 10)) (-2604 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 128)) (-3862 (((-111) $) 124)) (-2623 (((-1136) $) 22 (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-2680 (($ $ (-756)) 145) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 143)) (-1376 (((-629 |#1|) $) 63)) (-2539 (((-111) |#1| $) 64)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 39)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 40) (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) 219) (($ $ $ (-552)) 218)) (-1759 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) 162) (($ $ $ (-552)) 161)) (-2190 (((-629 |#1|) $) 93) (((-629 (-552)) $) 183)) (-1335 (((-111) |#1| $) 92) (((-111) (-552) $) 184)) (-2876 (((-1098) $) 21 (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-2702 ((|#2| $) 97 (|has| |#1| (-832))) (($ $ (-756)) 139) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 137)) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 51) (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 171)) (-1518 (($ $ |#2|) 98 (|has| $ (-6 -4369))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 179 (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 41)) (-1352 (((-111) $) 191)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 32 (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) 77 (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 112 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) 26 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 25 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 24 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 23 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) 86 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) 84 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-288 |#2|))) 83 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 121 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 120 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 119 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) 118 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#2| $) 94 (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 182 (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-3627 (((-629 |#2|) $) 91) (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 185)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 187) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) 186) (($ $ (-1204 (-552))) 165) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "last") 144) (($ $ "rest") 141) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "first") 138) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "value") 126)) (-3153 (((-552) $ $) 129)) (-3680 (($) 49) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 48)) (-3502 (($ $ (-552)) 222) (($ $ (-1204 (-552))) 221)) (-2012 (($ $ (-552)) 164) (($ $ (-1204 (-552))) 163)) (-1289 (((-111) $) 127)) (-2760 (($ $) 151)) (-4022 (($ $) 152 (|has| $ (-6 -4369)))) (-3058 (((-756) $) 150)) (-2963 (($ $) 149)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 31 (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (((-756) |#2| $) 81 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#2|) $) 78 (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 116 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 113 (|has| $ (-6 -4368)))) (-3747 (($ $ $ (-552)) 202 (|has| $ (-6 -4369)))) (-1487 (($ $) 13)) (-1522 (((-528) $) 59 (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528)))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 50) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 170)) (-2380 (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 224) (($ $ $) 223)) (-4319 (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 168) (($ (-629 $)) 167) (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 136) (($ $ $) 135)) (-3213 (((-844) $) 18 (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844))) (|has| |#2| (-599 (-844))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844)))))) (-2527 (((-629 $) $) 122)) (-4298 (((-111) $ $) 130 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 42)) (-2688 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") |#1| $) 108)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 33 (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) 76 (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 111 (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) 195 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-1644 (((-111) $ $) 194 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-1613 (((-111) $ $) 20 (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1655 (((-111) $ $) 196 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-1632 (((-111) $ $) 193 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-36 |#1| |#2|) (-137) (-1078) (-1078)) (T -36))
-((-2688 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-5 *2 (-2 (|:| -2670 *3) (|:| -3360 *4))))))
-(-13 (-1167 |t#1| |t#2|) (-650 (-2 (|:| -2670 |t#1|) (|:| -3360 |t#2|))) (-10 -8 (-15 -2688 ((-3 (-2 (|:| -2670 |t#1|) (|:| -3360 |t#2|)) "failed") |t#1| $))))
-(((-34) . T) ((-106 #0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T) ((-101) -4029 (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832))) ((-599 (-844)) -4029 (|has| |#2| (-1078)) (|has| |#2| (-599 (-844))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844)))) ((-148 #1=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T) ((-600 (-528)) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))) ((-224 #0#) . T) ((-230 #0#) . T) ((-280 #2=(-552) #1#) . T) ((-280 |#1| |#2|) . T) ((-282 #2# #1#) . T) ((-282 |#1| |#2|) . T) ((-303 #1#) -12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-276 #1#) . T) ((-367 #1#) . T) ((-482 #1#) . T) ((-482 |#2|) . T) ((-590 #2# #1#) . T) ((-590 |#1| |#2|) . T) ((-506 #1# #1#) -12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) ((-506 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-596 |#1| |#2|) . T) ((-635 #1#) . T) ((-650 #1#) . T) ((-832) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)) ((-991 #1#) . T) ((-1078) -4029 (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832))) ((-1127 #1#) . T) ((-1167 |#1| |#2|) . T) ((-1191) . T) ((-1225 #1#) . T))
-((-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#2|) 10)))
-(((-37 |#1| |#2|) (-10 -8 (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|))) (-38 |#2|) (-169)) (T -37))
-NIL
-(-10 -8 (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 35)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36)))
+((-3842 (*1 *1 *1) (-4 *1 (-35))) (-2529 (*1 *1 *1) (-4 *1 (-35))) (-3862 (*1 *1 *1) (-4 *1 (-35))) (-3013 (*1 *1 *1) (-4 *1 (-35))) (-3852 (*1 *1 *1) (-4 *1 (-35))) (-2542 (*1 *1 *1) (-4 *1 (-35))))
+(-13 (-10 -8 (-15 -2542 ($ $)) (-15 -3852 ($ $)) (-15 -3013 ($ $)) (-15 -3862 ($ $)) (-15 -2529 ($ $)) (-15 -3842 ($ $))))
+((-3200 (((-111) $ $) 19 (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-2924 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 125)) (-2211 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 148)) (-1784 (($ $) 146)) (-3294 (($) 72) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 71)) (-1306 (((-1243) $ |#1| |#1|) 99 (|has| $ (-6 -4370))) (((-1243) $ (-553) (-553)) 178 (|has| $ (-6 -4370)))) (-4059 (($ $ (-553)) 159 (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 209) (((-111) $) 203 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-1748 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 200 (|has| $ (-6 -4370))) (($ $) 199 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)) (|has| $ (-6 -4370))))) (-1297 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 210) (($ $) 204 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-2549 (((-111) $ (-757)) 8)) (-2830 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 134 (|has| $ (-6 -4370)))) (-2325 (($ $ $) 155 (|has| $ (-6 -4370)))) (-1971 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 157 (|has| $ (-6 -4370)))) (-3180 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 153 (|has| $ (-6 -4370)))) (-1471 ((|#2| $ |#1| |#2|) 73) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 189 (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-1205 (-553)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 160 (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "last" (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 158 (|has| $ (-6 -4370))) (($ $ "rest" $) 156 (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "first" (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 154 (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "value" (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 133 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 132 (|has| $ (-6 -4370)))) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 45 (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 216)) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 55 (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 175 (|has| $ (-6 -4369)))) (-2197 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 147)) (-3077 (((-3 |#2| "failed") |#1| $) 61)) (-3203 (($) 7 T CONST)) (-3591 (($ $) 201 (|has| $ (-6 -4370)))) (-3341 (($ $) 211)) (-2714 (($ $ (-757)) 142) (($ $) 140)) (-1570 (($ $) 214 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-2738 (($ $) 58 (-4028 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369))) (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 47 (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 46 (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) 62) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 220) (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 215 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 54 (|has| $ (-6 -4369))) (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 177 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 174 (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 56 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 53 (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 52 (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 176 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 173 (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 172 (|has| $ (-6 -4369)))) (-2959 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 190 (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) 88) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) 188)) (-1948 (((-111) $) 192)) (-1457 (((-553) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 208) (((-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 207 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) (((-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) 206 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 30 (|has| $ (-6 -4369))) (((-630 |#2|) $) 79 (|has| $ (-6 -4369))) (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 114 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 123)) (-1576 (((-111) $ $) 131 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-3306 (($ (-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 169)) (-3625 (((-111) $ (-757)) 9)) (-1324 ((|#1| $) 96 (|has| |#1| (-833))) (((-553) $) 180 (|has| (-553) (-833)))) (-1773 (($ $ $) 198 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-4250 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ $) 217) (($ $ $) 213 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-3858 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ $) 212) (($ $ $) 205 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 29 (|has| $ (-6 -4369))) (((-630 |#2|) $) 80 (|has| $ (-6 -4369))) (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 115 (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (((-111) |#2| $) 82 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369)))) (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 117 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369))))) (-2049 ((|#1| $) 95 (|has| |#1| (-833))) (((-553) $) 181 (|has| (-553) (-833)))) (-2012 (($ $ $) 197 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 34 (|has| $ (-6 -4370))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4370))) (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 110 (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70) (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ $) 166) (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 109)) (-2562 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 225)) (-3711 (((-111) $ (-757)) 10)) (-2603 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 128)) (-3380 (((-111) $) 124)) (-4056 (((-1137) $) 22 (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-2679 (($ $ (-757)) 145) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 143)) (-1377 (((-630 |#1|) $) 63)) (-2717 (((-111) |#1| $) 64)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 39)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 40) (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) 219) (($ $ $ (-553)) 218)) (-1760 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) 162) (($ $ $ (-553)) 161)) (-2508 (((-630 |#1|) $) 93) (((-630 (-553)) $) 183)) (-2166 (((-111) |#1| $) 92) (((-111) (-553) $) 184)) (-2875 (((-1099) $) 21 (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-2701 ((|#2| $) 97 (|has| |#1| (-833))) (($ $ (-757)) 139) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 137)) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 51) (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 171)) (-2001 (($ $ |#2|) 98 (|has| $ (-6 -4370))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 179 (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 41)) (-1831 (((-111) $) 191)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 32 (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) 77 (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 112 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) 26 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 25 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 24 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 23 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) 86 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) 84 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-288 |#2|))) 83 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 121 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 120 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 119 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) 118 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#2| $) 94 (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 182 (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1556 (((-630 |#2|) $) 91) (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 185)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 187) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) 186) (($ $ (-1205 (-553))) 165) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "last") 144) (($ $ "rest") 141) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "first") 138) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "value") 126)) (-2566 (((-553) $ $) 129)) (-4015 (($) 49) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 48)) (-2855 (($ $ (-553)) 222) (($ $ (-1205 (-553))) 221)) (-2013 (($ $ (-553)) 164) (($ $ (-1205 (-553))) 163)) (-3990 (((-111) $) 127)) (-2921 (($ $) 151)) (-4198 (($ $) 152 (|has| $ (-6 -4370)))) (-4033 (((-757) $) 150)) (-4256 (($ $) 149)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 31 (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (((-757) |#2| $) 81 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#2|) $) 78 (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 116 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 113 (|has| $ (-6 -4369)))) (-3454 (($ $ $ (-553)) 202 (|has| $ (-6 -4370)))) (-1488 (($ $) 13)) (-1523 (((-529) $) 59 (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529)))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 50) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 170)) (-3724 (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 224) (($ $ $) 223)) (-4320 (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 168) (($ (-630 $)) 167) (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 136) (($ $ $) 135)) (-3212 (((-845) $) 18 (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845))) (|has| |#2| (-600 (-845))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845)))))) (-2590 (((-630 $) $) 122)) (-1884 (((-111) $ $) 130 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 42)) (-2687 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") |#1| $) 108)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 33 (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) 76 (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 111 (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) 195 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-1645 (((-111) $ $) 194 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-1614 (((-111) $ $) 20 (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1656 (((-111) $ $) 196 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-1633 (((-111) $ $) 193 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-36 |#1| |#2|) (-137) (-1079) (-1079)) (T -36))
+((-2687 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-5 *2 (-2 (|:| -2669 *3) (|:| -3359 *4))))))
+(-13 (-1168 |t#1| |t#2|) (-651 (-2 (|:| -2669 |t#1|) (|:| -3359 |t#2|))) (-10 -8 (-15 -2687 ((-3 (-2 (|:| -2669 |t#1|) (|:| -3359 |t#2|)) "failed") |t#1| $))))
+(((-34) . T) ((-106 #0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T) ((-101) -4028 (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833))) ((-600 (-845)) -4028 (|has| |#2| (-1079)) (|has| |#2| (-600 (-845))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845)))) ((-148 #1=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T) ((-601 (-529)) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))) ((-224 #0#) . T) ((-230 #0#) . T) ((-280 #2=(-553) #1#) . T) ((-280 |#1| |#2|) . T) ((-282 #2# #1#) . T) ((-282 |#1| |#2|) . T) ((-303 #1#) -12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-276 #1#) . T) ((-367 #1#) . T) ((-482 #1#) . T) ((-482 |#2|) . T) ((-591 #2# #1#) . T) ((-591 |#1| |#2|) . T) ((-507 #1# #1#) -12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) ((-507 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-597 |#1| |#2|) . T) ((-636 #1#) . T) ((-651 #1#) . T) ((-833) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)) ((-992 #1#) . T) ((-1079) -4028 (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833))) ((-1128 #1#) . T) ((-1168 |#1| |#2|) . T) ((-1192) . T) ((-1226 #1#) . T))
+((-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#2|) 10)))
+(((-37 |#1| |#2|) (-10 -8 (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|))) (-38 |#2|) (-169)) (T -37))
+NIL
+(-10 -8 (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 35)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36)))
(((-38 |#1|) (-137) (-169)) (T -38))
-((-3213 (*1 *1 *2) (-12 (-4 *1 (-38 *2)) (-4 *2 (-169)))))
-(-13 (-1030) (-702 |t#1|) (-10 -8 (-15 -3213 ($ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-702 |#1|) . T) ((-711) . T) ((-1036 |#1|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-2483 (((-412 |#1|) |#1|) 41)) (-3479 (((-412 |#1|) |#1|) 30) (((-412 |#1|) |#1| (-629 (-48))) 33)) (-4344 (((-111) |#1|) 56)))
-(((-39 |#1|) (-10 -7 (-15 -3479 ((-412 |#1|) |#1| (-629 (-48)))) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -2483 ((-412 |#1|) |#1|)) (-15 -4344 ((-111) |#1|))) (-1213 (-48))) (T -39))
-((-4344 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-39 *3)) (-4 *3 (-1213 (-48))))) (-2483 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1213 (-48))))) (-3479 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1213 (-48))))) (-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-48))) (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1213 (-48))))))
-(-10 -7 (-15 -3479 ((-412 |#1|) |#1| (-629 (-48)))) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -2483 ((-412 |#1|) |#1|)) (-15 -4344 ((-111) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2684 (((-2 (|:| |num| (-1237 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| (-401 |#2|) (-357)))) (-3303 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-1334 (((-111) $) NIL (|has| (-401 |#2|) (-357)))) (-2977 (((-673 (-401 |#2|)) (-1237 $)) NIL) (((-673 (-401 |#2|))) NIL)) (-1549 (((-401 |#2|) $) NIL)) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| (-401 |#2|) (-343)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-3343 (((-412 $) $) NIL (|has| (-401 |#2|) (-357)))) (-2393 (((-111) $ $) NIL (|has| (-401 |#2|) (-357)))) (-2663 (((-756)) NIL (|has| (-401 |#2|) (-362)))) (-3216 (((-111)) NIL)) (-2966 (((-111) |#1|) NIL) (((-111) |#2|) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| (-401 |#2|) (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-401 |#2|) (-1019 (-401 (-552))))) (((-3 (-401 |#2|) "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| (-401 |#2|) (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| (-401 |#2|) (-1019 (-401 (-552))))) (((-401 |#2|) $) NIL)) (-4278 (($ (-1237 (-401 |#2|)) (-1237 $)) NIL) (($ (-1237 (-401 |#2|))) 57) (($ (-1237 |#2|) |#2|) 125)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-401 |#2|) (-343)))) (-4006 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-3584 (((-673 (-401 |#2|)) $ (-1237 $)) NIL) (((-673 (-401 |#2|)) $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| (-401 |#2|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-401 |#2|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-401 |#2|))) (|:| |vec| (-1237 (-401 |#2|)))) (-673 $) (-1237 $)) NIL) (((-673 (-401 |#2|)) (-673 $)) NIL)) (-2525 (((-1237 $) (-1237 $)) NIL)) (-3884 (($ |#3|) NIL) (((-3 $ "failed") (-401 |#3|)) NIL (|has| (-401 |#2|) (-357)))) (-1293 (((-3 $ "failed") $) NIL)) (-3901 (((-629 (-629 |#1|))) NIL (|has| |#1| (-362)))) (-3184 (((-111) |#1| |#1|) NIL)) (-2128 (((-902)) NIL)) (-1332 (($) NIL (|has| (-401 |#2|) (-362)))) (-1568 (((-111)) NIL)) (-2847 (((-111) |#1|) NIL) (((-111) |#2|) NIL)) (-3987 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| (-401 |#2|) (-357)))) (-3471 (($ $) NIL)) (-4000 (($) NIL (|has| (-401 |#2|) (-343)))) (-3504 (((-111) $) NIL (|has| (-401 |#2|) (-343)))) (-1788 (($ $ (-756)) NIL (|has| (-401 |#2|) (-343))) (($ $) NIL (|has| (-401 |#2|) (-343)))) (-1677 (((-111) $) NIL (|has| (-401 |#2|) (-357)))) (-4241 (((-902) $) NIL (|has| (-401 |#2|) (-343))) (((-818 (-902)) $) NIL (|has| (-401 |#2|) (-343)))) (-4065 (((-111) $) NIL)) (-3503 (((-756)) NIL)) (-2317 (((-1237 $) (-1237 $)) 102)) (-4346 (((-401 |#2|) $) NIL)) (-1429 (((-629 (-933 |#1|)) (-1154)) NIL (|has| |#1| (-357)))) (-2032 (((-3 $ "failed") $) NIL (|has| (-401 |#2|) (-343)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| (-401 |#2|) (-357)))) (-2169 ((|#3| $) NIL (|has| (-401 |#2|) (-357)))) (-1637 (((-902) $) NIL (|has| (-401 |#2|) (-362)))) (-3874 ((|#3| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| (-401 |#2|) (-357))) (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-2623 (((-1136) $) NIL)) (-3494 (((-1242) (-756)) 79)) (-2930 (((-673 (-401 |#2|))) 51)) (-1303 (((-673 (-401 |#2|))) 44)) (-3701 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-3059 (($ (-1237 |#2|) |#2|) 126)) (-2931 (((-673 (-401 |#2|))) 45)) (-2435 (((-673 (-401 |#2|))) 43)) (-1459 (((-2 (|:| |num| (-673 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 124)) (-1493 (((-2 (|:| |num| (-1237 |#2|)) (|:| |den| |#2|)) $) 64)) (-3953 (((-1237 $)) 42)) (-4197 (((-1237 $)) 41)) (-2667 (((-111) $) NIL)) (-3097 (((-111) $) NIL) (((-111) $ |#1|) NIL) (((-111) $ |#2|) NIL)) (-1977 (($) NIL (|has| (-401 |#2|) (-343)) CONST)) (-2840 (($ (-902)) NIL (|has| (-401 |#2|) (-362)))) (-2791 (((-3 |#2| "failed")) NIL)) (-2876 (((-1098) $) NIL)) (-3140 (((-756)) NIL)) (-4126 (($) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| (-401 |#2|) (-357)))) (-2594 (($ (-629 $)) NIL (|has| (-401 |#2|) (-357))) (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| (-401 |#2|) (-343)))) (-3479 (((-412 $) $) NIL (|has| (-401 |#2|) (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-401 |#2|) (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| (-401 |#2|) (-357)))) (-3969 (((-3 $ "failed") $ $) NIL (|has| (-401 |#2|) (-357)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| (-401 |#2|) (-357)))) (-3795 (((-756) $) NIL (|has| (-401 |#2|) (-357)))) (-2060 ((|#1| $ |#1| |#1|) NIL)) (-3551 (((-3 |#2| "failed")) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| (-401 |#2|) (-357)))) (-1721 (((-401 |#2|) (-1237 $)) NIL) (((-401 |#2|)) 39)) (-4147 (((-756) $) NIL (|has| (-401 |#2|) (-343))) (((-3 (-756) "failed") $ $) NIL (|has| (-401 |#2|) (-343)))) (-3096 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-756)) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 |#2| |#2|)) 120) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-756)) NIL (-4029 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) NIL (-4029 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-1433 (((-673 (-401 |#2|)) (-1237 $) (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357)))) (-3521 ((|#3|) 50)) (-1368 (($) NIL (|has| (-401 |#2|) (-343)))) (-3464 (((-1237 (-401 |#2|)) $ (-1237 $)) NIL) (((-673 (-401 |#2|)) (-1237 $) (-1237 $)) NIL) (((-1237 (-401 |#2|)) $) 58) (((-673 (-401 |#2|)) (-1237 $)) 103)) (-1522 (((-1237 (-401 |#2|)) $) NIL) (($ (-1237 (-401 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| (-401 |#2|) (-343)))) (-1889 (((-1237 $) (-1237 $)) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ (-401 |#2|)) NIL) (($ (-401 (-552))) NIL (-4029 (|has| (-401 |#2|) (-1019 (-401 (-552)))) (|has| (-401 |#2|) (-357)))) (($ $) NIL (|has| (-401 |#2|) (-357)))) (-3878 (($ $) NIL (|has| (-401 |#2|) (-343))) (((-3 $ "failed") $) NIL (|has| (-401 |#2|) (-142)))) (-3767 ((|#3| $) NIL)) (-2014 (((-756)) NIL)) (-1464 (((-111)) 37)) (-3895 (((-111) |#1|) 49) (((-111) |#2|) 132)) (-4199 (((-1237 $)) 93)) (-3589 (((-111) $ $) NIL (|has| (-401 |#2|) (-357)))) (-3606 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3855 (((-111)) NIL)) (-3297 (($) 16 T CONST)) (-3309 (($) 26 T CONST)) (-1765 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-756)) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-756)) NIL (-4029 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) NIL (-4029 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| (-401 |#2|) (-357)))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 |#2|)) NIL) (($ (-401 |#2|) $) NIL) (($ (-401 (-552)) $) NIL (|has| (-401 |#2|) (-357))) (($ $ (-401 (-552))) NIL (|has| (-401 |#2|) (-357)))))
-(((-40 |#1| |#2| |#3| |#4|) (-13 (-336 |#1| |#2| |#3|) (-10 -7 (-15 -3494 ((-1242) (-756))))) (-357) (-1213 |#1|) (-1213 (-401 |#2|)) |#3|) (T -40))
-((-3494 (*1 *2 *3) (-12 (-5 *3 (-756)) (-4 *4 (-357)) (-4 *5 (-1213 *4)) (-5 *2 (-1242)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1213 (-401 *5))) (-14 *7 *6))))
-(-13 (-336 |#1| |#2| |#3|) (-10 -7 (-15 -3494 ((-1242) (-756)))))
-((-2766 ((|#2| |#2|) 48)) (-3163 ((|#2| |#2|) 120 (-12 (|has| |#2| (-424 |#1|)) (|has| |#1| (-445)) (|has| |#1| (-832)) (|has| |#1| (-1019 (-552)))))) (-2482 ((|#2| |#2|) 87 (-12 (|has| |#2| (-424 |#1|)) (|has| |#1| (-445)) (|has| |#1| (-832)) (|has| |#1| (-1019 (-552)))))) (-3657 ((|#2| |#2|) 88 (-12 (|has| |#2| (-424 |#1|)) (|has| |#1| (-445)) (|has| |#1| (-832)) (|has| |#1| (-1019 (-552)))))) (-1651 ((|#2| (-113) |#2| (-756)) 116 (-12 (|has| |#2| (-424 |#1|)) (|has| |#1| (-445)) (|has| |#1| (-832)) (|has| |#1| (-1019 (-552)))))) (-4138 (((-1150 |#2|) |#2|) 45)) (-2319 ((|#2| |#2| (-629 (-598 |#2|))) 18) ((|#2| |#2| (-629 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
-(((-41 |#1| |#2|) (-10 -7 (-15 -2766 (|#2| |#2|)) (-15 -2319 (|#2| |#2|)) (-15 -2319 (|#2| |#2| |#2|)) (-15 -2319 (|#2| |#2| (-629 |#2|))) (-15 -2319 (|#2| |#2| (-629 (-598 |#2|)))) (-15 -4138 ((-1150 |#2|) |#2|)) (IF (|has| |#1| (-832)) (IF (|has| |#1| (-445)) (IF (|has| |#1| (-1019 (-552))) (IF (|has| |#2| (-424 |#1|)) (PROGN (-15 -3657 (|#2| |#2|)) (-15 -2482 (|#2| |#2|)) (-15 -3163 (|#2| |#2|)) (-15 -1651 (|#2| (-113) |#2| (-756)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-544) (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 |#1| (-598 $)) $)) (-15 -4026 ((-1103 |#1| (-598 $)) $)) (-15 -3213 ($ (-1103 |#1| (-598 $))))))) (T -41))
-((-1651 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-113)) (-5 *4 (-756)) (-4 *5 (-445)) (-4 *5 (-832)) (-4 *5 (-1019 (-552))) (-4 *5 (-544)) (-5 *1 (-41 *5 *2)) (-4 *2 (-424 *5)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *5 (-598 $)) $)) (-15 -4026 ((-1103 *5 (-598 $)) $)) (-15 -3213 ($ (-1103 *5 (-598 $))))))))) (-3163 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *3 (-832)) (-4 *3 (-1019 (-552))) (-4 *3 (-544)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $)) (-15 -4026 ((-1103 *3 (-598 $)) $)) (-15 -3213 ($ (-1103 *3 (-598 $))))))))) (-2482 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *3 (-832)) (-4 *3 (-1019 (-552))) (-4 *3 (-544)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $)) (-15 -4026 ((-1103 *3 (-598 $)) $)) (-15 -3213 ($ (-1103 *3 (-598 $))))))))) (-3657 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *3 (-832)) (-4 *3 (-1019 (-552))) (-4 *3 (-544)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $)) (-15 -4026 ((-1103 *3 (-598 $)) $)) (-15 -3213 ($ (-1103 *3 (-598 $))))))))) (-4138 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-1150 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *4 (-598 $)) $)) (-15 -4026 ((-1103 *4 (-598 $)) $)) (-15 -3213 ($ (-1103 *4 (-598 $))))))))) (-2319 (*1 *2 *2 *3) (-12 (-5 *3 (-629 (-598 *2))) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *4 (-598 $)) $)) (-15 -4026 ((-1103 *4 (-598 $)) $)) (-15 -3213 ($ (-1103 *4 (-598 $))))))) (-4 *4 (-544)) (-5 *1 (-41 *4 *2)))) (-2319 (*1 *2 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *4 (-598 $)) $)) (-15 -4026 ((-1103 *4 (-598 $)) $)) (-15 -3213 ($ (-1103 *4 (-598 $))))))) (-4 *4 (-544)) (-5 *1 (-41 *4 *2)))) (-2319 (*1 *2 *2 *2) (-12 (-4 *3 (-544)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $)) (-15 -4026 ((-1103 *3 (-598 $)) $)) (-15 -3213 ($ (-1103 *3 (-598 $))))))))) (-2319 (*1 *2 *2) (-12 (-4 *3 (-544)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $)) (-15 -4026 ((-1103 *3 (-598 $)) $)) (-15 -3213 ($ (-1103 *3 (-598 $))))))))) (-2766 (*1 *2 *2) (-12 (-4 *3 (-544)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $)) (-15 -4026 ((-1103 *3 (-598 $)) $)) (-15 -3213 ($ (-1103 *3 (-598 $))))))))))
-(-10 -7 (-15 -2766 (|#2| |#2|)) (-15 -2319 (|#2| |#2|)) (-15 -2319 (|#2| |#2| |#2|)) (-15 -2319 (|#2| |#2| (-629 |#2|))) (-15 -2319 (|#2| |#2| (-629 (-598 |#2|)))) (-15 -4138 ((-1150 |#2|) |#2|)) (IF (|has| |#1| (-832)) (IF (|has| |#1| (-445)) (IF (|has| |#1| (-1019 (-552))) (IF (|has| |#2| (-424 |#1|)) (PROGN (-15 -3657 (|#2| |#2|)) (-15 -2482 (|#2| |#2|)) (-15 -3163 (|#2| |#2|)) (-15 -1651 (|#2| (-113) |#2| (-756)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
-((-3479 (((-412 (-1150 |#3|)) (-1150 |#3|) (-629 (-48))) 23) (((-412 |#3|) |#3| (-629 (-48))) 19)))
-(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -3479 ((-412 |#3|) |#3| (-629 (-48)))) (-15 -3479 ((-412 (-1150 |#3|)) (-1150 |#3|) (-629 (-48))))) (-832) (-778) (-930 (-48) |#2| |#1|)) (T -42))
-((-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-48))) (-4 *5 (-832)) (-4 *6 (-778)) (-4 *7 (-930 (-48) *6 *5)) (-5 *2 (-412 (-1150 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1150 *7)))) (-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-48))) (-4 *5 (-832)) (-4 *6 (-778)) (-5 *2 (-412 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-930 (-48) *6 *5)))))
-(-10 -7 (-15 -3479 ((-412 |#3|) |#3| (-629 (-48)))) (-15 -3479 ((-412 (-1150 |#3|)) (-1150 |#3|) (-629 (-48)))))
-((-2413 (((-756) |#2|) 65)) (-3156 (((-756) |#2|) 68)) (-3389 (((-629 |#2|)) 33)) (-4293 (((-756) |#2|) 67)) (-2557 (((-756) |#2|) 64)) (-1510 (((-756) |#2|) 66)) (-2453 (((-629 (-673 |#1|))) 60)) (-1575 (((-629 |#2|)) 55)) (-1766 (((-629 |#2|) |#2|) 43)) (-3871 (((-629 |#2|)) 57)) (-4324 (((-629 |#2|)) 56)) (-4160 (((-629 (-673 |#1|))) 48)) (-2689 (((-629 |#2|)) 54)) (-3857 (((-629 |#2|) |#2|) 42)) (-1962 (((-629 |#2|)) 50)) (-4286 (((-629 (-673 |#1|))) 61)) (-2084 (((-629 |#2|)) 59)) (-4199 (((-1237 |#2|) (-1237 |#2|)) 84 (|has| |#1| (-301)))))
-(((-43 |#1| |#2|) (-10 -7 (-15 -4293 ((-756) |#2|)) (-15 -3156 ((-756) |#2|)) (-15 -2557 ((-756) |#2|)) (-15 -2413 ((-756) |#2|)) (-15 -1510 ((-756) |#2|)) (-15 -1962 ((-629 |#2|))) (-15 -3857 ((-629 |#2|) |#2|)) (-15 -1766 ((-629 |#2|) |#2|)) (-15 -2689 ((-629 |#2|))) (-15 -1575 ((-629 |#2|))) (-15 -4324 ((-629 |#2|))) (-15 -3871 ((-629 |#2|))) (-15 -2084 ((-629 |#2|))) (-15 -4160 ((-629 (-673 |#1|)))) (-15 -2453 ((-629 (-673 |#1|)))) (-15 -4286 ((-629 (-673 |#1|)))) (-15 -3389 ((-629 |#2|))) (IF (|has| |#1| (-301)) (-15 -4199 ((-1237 |#2|) (-1237 |#2|))) |%noBranch|)) (-544) (-411 |#1|)) (T -43))
-((-4199 (*1 *2 *2) (-12 (-5 *2 (-1237 *4)) (-4 *4 (-411 *3)) (-4 *3 (-301)) (-4 *3 (-544)) (-5 *1 (-43 *3 *4)))) (-3389 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-4286 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 (-673 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-2453 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 (-673 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-4160 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 (-673 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-2084 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-3871 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-4324 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-1575 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-2689 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-1766 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-629 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-3857 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-629 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-1962 (*1 *2) (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-1510 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-2413 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-2557 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-3156 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-4293 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))))
-(-10 -7 (-15 -4293 ((-756) |#2|)) (-15 -3156 ((-756) |#2|)) (-15 -2557 ((-756) |#2|)) (-15 -2413 ((-756) |#2|)) (-15 -1510 ((-756) |#2|)) (-15 -1962 ((-629 |#2|))) (-15 -3857 ((-629 |#2|) |#2|)) (-15 -1766 ((-629 |#2|) |#2|)) (-15 -2689 ((-629 |#2|))) (-15 -1575 ((-629 |#2|))) (-15 -4324 ((-629 |#2|))) (-15 -3871 ((-629 |#2|))) (-15 -2084 ((-629 |#2|))) (-15 -4160 ((-629 (-673 |#1|)))) (-15 -2453 ((-629 (-673 |#1|)))) (-15 -4286 ((-629 (-673 |#1|)))) (-15 -3389 ((-629 |#2|))) (IF (|has| |#1| (-301)) (-15 -4199 ((-1237 |#2|) (-1237 |#2|))) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3784 (((-3 $ "failed")) NIL (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1432 (((-1237 (-673 |#1|)) (-1237 $)) NIL) (((-1237 (-673 |#1|))) 24)) (-4124 (((-1237 $)) 51)) (-2130 (($) NIL T CONST)) (-3254 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL (|has| |#1| (-544)))) (-2004 (((-3 $ "failed")) NIL (|has| |#1| (-544)))) (-1561 (((-673 |#1|) (-1237 $)) NIL) (((-673 |#1|)) NIL)) (-2416 ((|#1| $) NIL)) (-3695 (((-673 |#1|) $ (-1237 $)) NIL) (((-673 |#1|) $) NIL)) (-2583 (((-3 $ "failed") $) NIL (|has| |#1| (-544)))) (-2637 (((-1150 (-933 |#1|))) NIL (|has| |#1| (-357)))) (-3422 (($ $ (-902)) NIL)) (-2932 ((|#1| $) NIL)) (-1688 (((-1150 |#1|) $) NIL (|has| |#1| (-544)))) (-3332 ((|#1| (-1237 $)) NIL) ((|#1|) NIL)) (-1469 (((-1150 |#1|) $) NIL)) (-2890 (((-111)) 87)) (-4278 (($ (-1237 |#1|) (-1237 $)) NIL) (($ (-1237 |#1|)) NIL)) (-1293 (((-3 $ "failed") $) 14 (|has| |#1| (-544)))) (-2128 (((-902)) 52)) (-1756 (((-111)) NIL)) (-3454 (($ $ (-902)) NIL)) (-1887 (((-111)) NIL)) (-2143 (((-111)) NIL)) (-4284 (((-111)) 89)) (-4255 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL (|has| |#1| (-544)))) (-2299 (((-3 $ "failed")) NIL (|has| |#1| (-544)))) (-3607 (((-673 |#1|) (-1237 $)) NIL) (((-673 |#1|)) NIL)) (-3975 ((|#1| $) NIL)) (-1837 (((-673 |#1|) $ (-1237 $)) NIL) (((-673 |#1|) $) NIL)) (-4152 (((-3 $ "failed") $) NIL (|has| |#1| (-544)))) (-2173 (((-1150 (-933 |#1|))) NIL (|has| |#1| (-357)))) (-1736 (($ $ (-902)) NIL)) (-3231 ((|#1| $) NIL)) (-3854 (((-1150 |#1|) $) NIL (|has| |#1| (-544)))) (-3400 ((|#1| (-1237 $)) NIL) ((|#1|) NIL)) (-3326 (((-1150 |#1|) $) NIL)) (-3724 (((-111)) 86)) (-2623 (((-1136) $) NIL)) (-3329 (((-111)) 93)) (-4108 (((-111)) 92)) (-4297 (((-111)) 94)) (-2876 (((-1098) $) NIL)) (-1864 (((-111)) 88)) (-2060 ((|#1| $ (-552)) 54)) (-3464 (((-1237 |#1|) $ (-1237 $)) 48) (((-673 |#1|) (-1237 $) (-1237 $)) NIL) (((-1237 |#1|) $) 28) (((-673 |#1|) (-1237 $)) NIL)) (-1522 (((-1237 |#1|) $) NIL) (($ (-1237 |#1|)) NIL)) (-2566 (((-629 (-933 |#1|)) (-1237 $)) NIL) (((-629 (-933 |#1|))) NIL)) (-2104 (($ $ $) NIL)) (-2923 (((-111)) 84)) (-3213 (((-844) $) 69) (($ (-1237 |#1|)) 22)) (-4199 (((-1237 $)) 45)) (-1430 (((-629 (-1237 |#1|))) NIL (|has| |#1| (-544)))) (-1826 (($ $ $ $) NIL)) (-1640 (((-111)) 82)) (-2639 (($ (-673 |#1|) $) 18)) (-2845 (($ $ $) NIL)) (-2646 (((-111)) 85)) (-2127 (((-111)) 83)) (-4028 (((-111)) 81)) (-3297 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 76) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1120 |#2| |#1|) $) 19)))
-(((-44 |#1| |#2| |#3| |#4|) (-13 (-411 |#1|) (-632 (-1120 |#2| |#1|)) (-10 -8 (-15 -3213 ($ (-1237 |#1|))))) (-357) (-902) (-629 (-1154)) (-1237 (-673 |#1|))) (T -44))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-357)) (-14 *6 (-1237 (-673 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))))))
-(-13 (-411 |#1|) (-632 (-1120 |#2| |#1|)) (-10 -8 (-15 -3213 ($ (-1237 |#1|)))))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2925 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-2210 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1785 (($ $) NIL)) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2660 (((-1242) $ |#1| |#1|) NIL (|has| $ (-6 -4369))) (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-2285 (($ $ (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (((-111) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-3646 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832))))) (-1296 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-3188 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4369)))) (-2830 (($ $ $) 27 (|has| $ (-6 -4369)))) (-3359 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4369)))) (-1505 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 29 (|has| $ (-6 -4369)))) (-1470 ((|#2| $ |#1| |#2|) 46) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-1204 (-552)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "last" (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4369))) (($ $ "rest" $) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "first" (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "value" (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2196 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-3078 (((-3 |#2| "failed") |#1| $) 37)) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2715 (($ $ (-756)) NIL) (($ $) 24)) (-2232 (($ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) 48) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) NIL) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) NIL)) (-2268 (((-111) $) NIL)) (-1456 (((-552) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (((-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) (((-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 18 (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368))) (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 18 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-3307 (($ (-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 ((|#1| $) NIL (|has| |#1| (-832))) (((-552) $) 32 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-3707 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-1446 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368))) (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1842 ((|#1| $) NIL (|has| |#1| (-832))) (((-552) $) 34 (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-2563 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2604 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-3862 (((-111) $) NIL)) (-2623 (((-1136) $) 42 (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2680 (($ $ (-756)) NIL) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1376 (((-629 |#1|) $) 20)) (-2539 (((-111) |#1| $) NIL)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL) (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-1759 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 |#1|) $) NIL) (((-629 (-552)) $) NIL)) (-1335 (((-111) |#1| $) NIL) (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2702 ((|#2| $) NIL (|has| |#1| (-832))) (($ $ (-756)) NIL) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 23)) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1352 (((-111) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-3627 (((-629 |#2|) $) NIL) (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 17)) (-3435 (((-111) $) 16)) (-3430 (($) 13)) (-2060 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ (-552)) NIL) (($ $ (-1204 (-552))) NIL) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "first") NIL) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $ "value") NIL)) (-3153 (((-552) $ $) NIL)) (-3680 (($) 12) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-3502 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-1289 (((-111) $) NIL)) (-2760 (($ $) NIL)) (-4022 (($ $) NIL (|has| $ (-6 -4369)))) (-3058 (((-756) $) NIL)) (-2963 (($ $) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2380 (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL) (($ $ $) NIL)) (-4319 (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL) (($ (-629 $)) NIL) (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 25) (($ $ $) NIL)) (-3213 (((-844) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844))) (|has| |#2| (-599 (-844)))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2688 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") |#1| $) 44)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-1655 (((-111) $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-1632 (((-111) $ $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-832)))) (-2657 (((-756) $) 22 (|has| $ (-6 -4368)))))
-(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1078) (-1078)) (T -45))
+((-3212 (*1 *1 *2) (-12 (-4 *1 (-38 *2)) (-4 *2 (-169)))))
+(-13 (-1031) (-703 |t#1|) (-10 -8 (-15 -3212 ($ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-703 |#1|) . T) ((-712) . T) ((-1037 |#1|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-2135 (((-412 |#1|) |#1|) 41)) (-3476 (((-412 |#1|) |#1|) 30) (((-412 |#1|) |#1| (-630 (-48))) 33)) (-4212 (((-111) |#1|) 56)))
+(((-39 |#1|) (-10 -7 (-15 -3476 ((-412 |#1|) |#1| (-630 (-48)))) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -2135 ((-412 |#1|) |#1|)) (-15 -4212 ((-111) |#1|))) (-1214 (-48))) (T -39))
+((-4212 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-39 *3)) (-4 *3 (-1214 (-48))))) (-2135 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1214 (-48))))) (-3476 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1214 (-48))))) (-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-48))) (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1214 (-48))))))
+(-10 -7 (-15 -3476 ((-412 |#1|) |#1| (-630 (-48)))) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -2135 ((-412 |#1|) |#1|)) (-15 -4212 ((-111) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3442 (((-2 (|:| |num| (-1238 |#2|)) (|:| |den| |#2|)) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| (-401 |#2|) (-357)))) (-2723 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-2157 (((-111) $) NIL (|has| (-401 |#2|) (-357)))) (-1311 (((-674 (-401 |#2|)) (-1238 $)) NIL) (((-674 (-401 |#2|))) NIL)) (-1550 (((-401 |#2|) $) NIL)) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| (-401 |#2|) (-343)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-1807 (((-412 $) $) NIL (|has| (-401 |#2|) (-357)))) (-3816 (((-111) $ $) NIL (|has| (-401 |#2|) (-357)))) (-2662 (((-757)) NIL (|has| (-401 |#2|) (-362)))) (-3117 (((-111)) NIL)) (-4281 (((-111) |#1|) NIL) (((-111) |#2|) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| (-401 |#2|) (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-401 |#2|) (-1020 (-401 (-553))))) (((-3 (-401 |#2|) "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| (-401 |#2|) (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| (-401 |#2|) (-1020 (-401 (-553))))) (((-401 |#2|) $) NIL)) (-1676 (($ (-1238 (-401 |#2|)) (-1238 $)) NIL) (($ (-1238 (-401 |#2|))) 57) (($ (-1238 |#2|) |#2|) 125)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-401 |#2|) (-343)))) (-4005 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-2392 (((-674 (-401 |#2|)) $ (-1238 $)) NIL) (((-674 (-401 |#2|)) $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| (-401 |#2|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-401 |#2|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-401 |#2|))) (|:| |vec| (-1238 (-401 |#2|)))) (-674 $) (-1238 $)) NIL) (((-674 (-401 |#2|)) (-674 $)) NIL)) (-2563 (((-1238 $) (-1238 $)) NIL)) (-3883 (($ |#3|) NIL) (((-3 $ "failed") (-401 |#3|)) NIL (|has| (-401 |#2|) (-357)))) (-3889 (((-3 $ "failed") $) NIL)) (-2473 (((-630 (-630 |#1|))) NIL (|has| |#1| (-362)))) (-2788 (((-111) |#1| |#1|) NIL)) (-2129 (((-903)) NIL)) (-1333 (($) NIL (|has| (-401 |#2|) (-362)))) (-2556 (((-111)) NIL)) (-2510 (((-111) |#1|) NIL) (((-111) |#2|) NIL)) (-3986 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| (-401 |#2|) (-357)))) (-3766 (($ $) NIL)) (-2091 (($) NIL (|has| (-401 |#2|) (-343)))) (-2879 (((-111) $) NIL (|has| (-401 |#2|) (-343)))) (-2865 (($ $ (-757)) NIL (|has| (-401 |#2|) (-343))) (($ $) NIL (|has| (-401 |#2|) (-343)))) (-4268 (((-111) $) NIL (|has| (-401 |#2|) (-357)))) (-2592 (((-903) $) NIL (|has| (-401 |#2|) (-343))) (((-819 (-903)) $) NIL (|has| (-401 |#2|) (-343)))) (-1434 (((-111) $) NIL)) (-2867 (((-757)) NIL)) (-4337 (((-1238 $) (-1238 $)) 102)) (-4233 (((-401 |#2|) $) NIL)) (-3716 (((-630 (-934 |#1|)) (-1155)) NIL (|has| |#1| (-357)))) (-3464 (((-3 $ "failed") $) NIL (|has| (-401 |#2|) (-343)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| (-401 |#2|) (-357)))) (-2309 ((|#3| $) NIL (|has| (-401 |#2|) (-357)))) (-3941 (((-903) $) NIL (|has| (-401 |#2|) (-362)))) (-3873 ((|#3| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| (-401 |#2|) (-357))) (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-4056 (((-1137) $) NIL)) (-2779 (((-1243) (-757)) 79)) (-2025 (((-674 (-401 |#2|))) 51)) (-1835 (((-674 (-401 |#2|))) 44)) (-3700 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-2857 (($ (-1238 |#2|) |#2|) 126)) (-2038 (((-674 (-401 |#2|))) 45)) (-2969 (((-674 (-401 |#2|))) 43)) (-2764 (((-2 (|:| |num| (-674 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 124)) (-3072 (((-2 (|:| |num| (-1238 |#2|)) (|:| |den| |#2|)) $) 64)) (-1634 (((-1238 $)) 42)) (-3405 (((-1238 $)) 41)) (-1359 (((-111) $) NIL)) (-3221 (((-111) $) NIL) (((-111) $ |#1|) NIL) (((-111) $ |#2|) NIL)) (-1979 (($) NIL (|has| (-401 |#2|) (-343)) CONST)) (-2839 (($ (-903)) NIL (|has| (-401 |#2|) (-362)))) (-3215 (((-3 |#2| "failed")) NIL)) (-2875 (((-1099) $) NIL)) (-2407 (((-757)) NIL)) (-4125 (($) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| (-401 |#2|) (-357)))) (-2591 (($ (-630 $)) NIL (|has| (-401 |#2|) (-357))) (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| (-401 |#2|) (-343)))) (-3476 (((-412 $) $) NIL (|has| (-401 |#2|) (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-401 |#2|) (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| (-401 |#2|) (-357)))) (-3968 (((-3 $ "failed") $ $) NIL (|has| (-401 |#2|) (-357)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| (-401 |#2|) (-357)))) (-3879 (((-757) $) NIL (|has| (-401 |#2|) (-357)))) (-2061 ((|#1| $ |#1| |#1|) NIL)) (-3340 (((-3 |#2| "failed")) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| (-401 |#2|) (-357)))) (-3488 (((-401 |#2|) (-1238 $)) NIL) (((-401 |#2|)) 39)) (-2916 (((-757) $) NIL (|has| (-401 |#2|) (-343))) (((-3 (-757) "failed") $ $) NIL (|has| (-401 |#2|) (-343)))) (-3095 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-757)) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 |#2| |#2|)) 120) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-757)) NIL (-4028 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) NIL (-4028 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-3759 (((-674 (-401 |#2|)) (-1238 $) (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357)))) (-3035 ((|#3|) 50)) (-3529 (($) NIL (|has| (-401 |#2|) (-343)))) (-3693 (((-1238 (-401 |#2|)) $ (-1238 $)) NIL) (((-674 (-401 |#2|)) (-1238 $) (-1238 $)) NIL) (((-1238 (-401 |#2|)) $) 58) (((-674 (-401 |#2|)) (-1238 $)) 103)) (-1523 (((-1238 (-401 |#2|)) $) NIL) (($ (-1238 (-401 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| (-401 |#2|) (-343)))) (-2588 (((-1238 $) (-1238 $)) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ (-401 |#2|)) NIL) (($ (-401 (-553))) NIL (-4028 (|has| (-401 |#2|) (-1020 (-401 (-553)))) (|has| (-401 |#2|) (-357)))) (($ $) NIL (|has| (-401 |#2|) (-357)))) (-2234 (($ $) NIL (|has| (-401 |#2|) (-343))) (((-3 $ "failed") $) NIL (|has| (-401 |#2|) (-142)))) (-3636 ((|#3| $) NIL)) (-1348 (((-757)) NIL)) (-2798 (((-111)) 37)) (-2400 (((-111) |#1|) 49) (((-111) |#2|) 132)) (-3428 (((-1238 $)) 93)) (-2453 (((-111) $ $) NIL (|has| (-401 |#2|) (-357)))) (-2629 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3305 (((-111)) NIL)) (-3296 (($) 16 T CONST)) (-3308 (($) 26 T CONST)) (-1766 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-757)) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-757)) NIL (-4028 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) NIL (-4028 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| (-401 |#2|) (-357)))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 |#2|)) NIL) (($ (-401 |#2|) $) NIL) (($ (-401 (-553)) $) NIL (|has| (-401 |#2|) (-357))) (($ $ (-401 (-553))) NIL (|has| (-401 |#2|) (-357)))))
+(((-40 |#1| |#2| |#3| |#4|) (-13 (-336 |#1| |#2| |#3|) (-10 -7 (-15 -2779 ((-1243) (-757))))) (-357) (-1214 |#1|) (-1214 (-401 |#2|)) |#3|) (T -40))
+((-2779 (*1 *2 *3) (-12 (-5 *3 (-757)) (-4 *4 (-357)) (-4 *5 (-1214 *4)) (-5 *2 (-1243)) (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1214 (-401 *5))) (-14 *7 *6))))
+(-13 (-336 |#1| |#2| |#3|) (-10 -7 (-15 -2779 ((-1243) (-757)))))
+((-2986 ((|#2| |#2|) 48)) (-2688 ((|#2| |#2|) 120 (-12 (|has| |#2| (-424 |#1|)) (|has| |#1| (-445)) (|has| |#1| (-833)) (|has| |#1| (-1020 (-553)))))) (-2121 ((|#2| |#2|) 87 (-12 (|has| |#2| (-424 |#1|)) (|has| |#1| (-445)) (|has| |#1| (-833)) (|has| |#1| (-1020 (-553)))))) (-1882 ((|#2| |#2|) 88 (-12 (|has| |#2| (-424 |#1|)) (|has| |#1| (-445)) (|has| |#1| (-833)) (|has| |#1| (-1020 (-553)))))) (-4038 ((|#2| (-113) |#2| (-757)) 116 (-12 (|has| |#2| (-424 |#1|)) (|has| |#1| (-445)) (|has| |#1| (-833)) (|has| |#1| (-1020 (-553)))))) (-4022 (((-1151 |#2|) |#2|) 45)) (-4346 ((|#2| |#2| (-630 (-599 |#2|))) 18) ((|#2| |#2| (-630 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
+(((-41 |#1| |#2|) (-10 -7 (-15 -2986 (|#2| |#2|)) (-15 -4346 (|#2| |#2|)) (-15 -4346 (|#2| |#2| |#2|)) (-15 -4346 (|#2| |#2| (-630 |#2|))) (-15 -4346 (|#2| |#2| (-630 (-599 |#2|)))) (-15 -4022 ((-1151 |#2|) |#2|)) (IF (|has| |#1| (-833)) (IF (|has| |#1| (-445)) (IF (|has| |#1| (-1020 (-553))) (IF (|has| |#2| (-424 |#1|)) (PROGN (-15 -1882 (|#2| |#2|)) (-15 -2121 (|#2| |#2|)) (-15 -2688 (|#2| |#2|)) (-15 -4038 (|#2| (-113) |#2| (-757)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-545) (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 |#1| (-599 $)) $)) (-15 -4024 ((-1104 |#1| (-599 $)) $)) (-15 -3212 ($ (-1104 |#1| (-599 $))))))) (T -41))
+((-4038 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-113)) (-5 *4 (-757)) (-4 *5 (-445)) (-4 *5 (-833)) (-4 *5 (-1020 (-553))) (-4 *5 (-545)) (-5 *1 (-41 *5 *2)) (-4 *2 (-424 *5)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *5 (-599 $)) $)) (-15 -4024 ((-1104 *5 (-599 $)) $)) (-15 -3212 ($ (-1104 *5 (-599 $))))))))) (-2688 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *3 (-833)) (-4 *3 (-1020 (-553))) (-4 *3 (-545)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $)) (-15 -4024 ((-1104 *3 (-599 $)) $)) (-15 -3212 ($ (-1104 *3 (-599 $))))))))) (-2121 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *3 (-833)) (-4 *3 (-1020 (-553))) (-4 *3 (-545)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $)) (-15 -4024 ((-1104 *3 (-599 $)) $)) (-15 -3212 ($ (-1104 *3 (-599 $))))))))) (-1882 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *3 (-833)) (-4 *3 (-1020 (-553))) (-4 *3 (-545)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $)) (-15 -4024 ((-1104 *3 (-599 $)) $)) (-15 -3212 ($ (-1104 *3 (-599 $))))))))) (-4022 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-1151 *3)) (-5 *1 (-41 *4 *3)) (-4 *3 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *4 (-599 $)) $)) (-15 -4024 ((-1104 *4 (-599 $)) $)) (-15 -3212 ($ (-1104 *4 (-599 $))))))))) (-4346 (*1 *2 *2 *3) (-12 (-5 *3 (-630 (-599 *2))) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *4 (-599 $)) $)) (-15 -4024 ((-1104 *4 (-599 $)) $)) (-15 -3212 ($ (-1104 *4 (-599 $))))))) (-4 *4 (-545)) (-5 *1 (-41 *4 *2)))) (-4346 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *4 (-599 $)) $)) (-15 -4024 ((-1104 *4 (-599 $)) $)) (-15 -3212 ($ (-1104 *4 (-599 $))))))) (-4 *4 (-545)) (-5 *1 (-41 *4 *2)))) (-4346 (*1 *2 *2 *2) (-12 (-4 *3 (-545)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $)) (-15 -4024 ((-1104 *3 (-599 $)) $)) (-15 -3212 ($ (-1104 *3 (-599 $))))))))) (-4346 (*1 *2 *2) (-12 (-4 *3 (-545)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $)) (-15 -4024 ((-1104 *3 (-599 $)) $)) (-15 -3212 ($ (-1104 *3 (-599 $))))))))) (-2986 (*1 *2 *2) (-12 (-4 *3 (-545)) (-5 *1 (-41 *3 *2)) (-4 *2 (-13 (-357) (-296) (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $)) (-15 -4024 ((-1104 *3 (-599 $)) $)) (-15 -3212 ($ (-1104 *3 (-599 $))))))))))
+(-10 -7 (-15 -2986 (|#2| |#2|)) (-15 -4346 (|#2| |#2|)) (-15 -4346 (|#2| |#2| |#2|)) (-15 -4346 (|#2| |#2| (-630 |#2|))) (-15 -4346 (|#2| |#2| (-630 (-599 |#2|)))) (-15 -4022 ((-1151 |#2|) |#2|)) (IF (|has| |#1| (-833)) (IF (|has| |#1| (-445)) (IF (|has| |#1| (-1020 (-553))) (IF (|has| |#2| (-424 |#1|)) (PROGN (-15 -1882 (|#2| |#2|)) (-15 -2121 (|#2| |#2|)) (-15 -2688 (|#2| |#2|)) (-15 -4038 (|#2| (-113) |#2| (-757)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
+((-3476 (((-412 (-1151 |#3|)) (-1151 |#3|) (-630 (-48))) 23) (((-412 |#3|) |#3| (-630 (-48))) 19)))
+(((-42 |#1| |#2| |#3|) (-10 -7 (-15 -3476 ((-412 |#3|) |#3| (-630 (-48)))) (-15 -3476 ((-412 (-1151 |#3|)) (-1151 |#3|) (-630 (-48))))) (-833) (-779) (-931 (-48) |#2| |#1|)) (T -42))
+((-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-48))) (-4 *5 (-833)) (-4 *6 (-779)) (-4 *7 (-931 (-48) *6 *5)) (-5 *2 (-412 (-1151 *7))) (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1151 *7)))) (-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-48))) (-4 *5 (-833)) (-4 *6 (-779)) (-5 *2 (-412 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-931 (-48) *6 *5)))))
+(-10 -7 (-15 -3476 ((-412 |#3|) |#3| (-630 (-48)))) (-15 -3476 ((-412 (-1151 |#3|)) (-1151 |#3|) (-630 (-48)))))
+((-3964 (((-757) |#2|) 65)) (-2600 (((-757) |#2|) 68)) (-4185 (((-630 |#2|)) 33)) (-1826 (((-757) |#2|) 67)) (-1565 (((-757) |#2|) 64)) (-3223 (((-757) |#2|) 66)) (-3153 (((-630 (-674 |#1|))) 60)) (-1384 (((-630 |#2|)) 55)) (-3864 (((-630 |#2|) |#2|) 43)) (-2153 (((-630 |#2|)) 57)) (-2117 (((-630 |#2|)) 56)) (-3046 (((-630 (-674 |#1|))) 48)) (-3484 (((-630 |#2|)) 54)) (-3325 (((-630 |#2|) |#2|) 42)) (-3977 (((-630 |#2|)) 50)) (-1750 (((-630 (-674 |#1|))) 61)) (-3930 (((-630 |#2|)) 59)) (-3428 (((-1238 |#2|) (-1238 |#2|)) 84 (|has| |#1| (-301)))))
+(((-43 |#1| |#2|) (-10 -7 (-15 -1826 ((-757) |#2|)) (-15 -2600 ((-757) |#2|)) (-15 -1565 ((-757) |#2|)) (-15 -3964 ((-757) |#2|)) (-15 -3223 ((-757) |#2|)) (-15 -3977 ((-630 |#2|))) (-15 -3325 ((-630 |#2|) |#2|)) (-15 -3864 ((-630 |#2|) |#2|)) (-15 -3484 ((-630 |#2|))) (-15 -1384 ((-630 |#2|))) (-15 -2117 ((-630 |#2|))) (-15 -2153 ((-630 |#2|))) (-15 -3930 ((-630 |#2|))) (-15 -3046 ((-630 (-674 |#1|)))) (-15 -3153 ((-630 (-674 |#1|)))) (-15 -1750 ((-630 (-674 |#1|)))) (-15 -4185 ((-630 |#2|))) (IF (|has| |#1| (-301)) (-15 -3428 ((-1238 |#2|) (-1238 |#2|))) |%noBranch|)) (-545) (-411 |#1|)) (T -43))
+((-3428 (*1 *2 *2) (-12 (-5 *2 (-1238 *4)) (-4 *4 (-411 *3)) (-4 *3 (-301)) (-4 *3 (-545)) (-5 *1 (-43 *3 *4)))) (-4185 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-1750 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 (-674 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-3153 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 (-674 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-3046 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 (-674 *3))) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-3930 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-2153 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-2117 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-1384 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-3484 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-3864 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-630 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-3325 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-630 *3)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-3977 (*1 *2) (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4)) (-4 *4 (-411 *3)))) (-3223 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-3964 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-1565 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-2600 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))) (-1826 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3)) (-4 *3 (-411 *4)))))
+(-10 -7 (-15 -1826 ((-757) |#2|)) (-15 -2600 ((-757) |#2|)) (-15 -1565 ((-757) |#2|)) (-15 -3964 ((-757) |#2|)) (-15 -3223 ((-757) |#2|)) (-15 -3977 ((-630 |#2|))) (-15 -3325 ((-630 |#2|) |#2|)) (-15 -3864 ((-630 |#2|) |#2|)) (-15 -3484 ((-630 |#2|))) (-15 -1384 ((-630 |#2|))) (-15 -2117 ((-630 |#2|))) (-15 -2153 ((-630 |#2|))) (-15 -3930 ((-630 |#2|))) (-15 -3046 ((-630 (-674 |#1|)))) (-15 -3153 ((-630 (-674 |#1|)))) (-15 -1750 ((-630 (-674 |#1|)))) (-15 -4185 ((-630 |#2|))) (IF (|has| |#1| (-301)) (-15 -3428 ((-1238 |#2|) (-1238 |#2|))) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3795 (((-3 $ "failed")) NIL (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3748 (((-1238 (-674 |#1|)) (-1238 $)) NIL) (((-1238 (-674 |#1|))) 24)) (-3915 (((-1238 $)) 51)) (-3203 (($) NIL T CONST)) (-2189 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL (|has| |#1| (-545)))) (-1272 (((-3 $ "failed")) NIL (|has| |#1| (-545)))) (-2469 (((-674 |#1|) (-1238 $)) NIL) (((-674 |#1|)) NIL)) (-2806 ((|#1| $) NIL)) (-4140 (((-674 |#1|) $ (-1238 $)) NIL) (((-674 |#1|) $) NIL)) (-1788 (((-3 $ "failed") $) NIL (|has| |#1| (-545)))) (-4190 (((-1151 (-934 |#1|))) NIL (|has| |#1| (-357)))) (-1361 (($ $ (-903)) NIL)) (-2047 ((|#1| $) NIL)) (-1276 (((-1151 |#1|) $) NIL (|has| |#1| (-545)))) (-1689 ((|#1| (-1238 $)) NIL) ((|#1|) NIL)) (-2848 (((-1151 |#1|) $) NIL)) (-1627 (((-111)) 87)) (-1676 (($ (-1238 |#1|) (-1238 $)) NIL) (($ (-1238 |#1|)) NIL)) (-3889 (((-3 $ "failed") $) 14 (|has| |#1| (-545)))) (-2129 (((-903)) 52)) (-3796 (((-111)) NIL)) (-3592 (($ $ (-903)) NIL)) (-2564 (((-111)) NIL)) (-3334 (((-111)) NIL)) (-1732 (((-111)) 89)) (-2762 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL (|has| |#1| (-545)))) (-4186 (((-3 $ "failed")) NIL (|has| |#1| (-545)))) (-2641 (((-674 |#1|) (-1238 $)) NIL) (((-674 |#1|)) NIL)) (-1845 ((|#1| $) NIL)) (-3307 (((-674 |#1|) $ (-1238 $)) NIL) (((-674 |#1|) $) NIL)) (-2971 (((-3 $ "failed") $) NIL (|has| |#1| (-545)))) (-2349 (((-1151 (-934 |#1|))) NIL (|has| |#1| (-357)))) (-3620 (($ $ (-903)) NIL)) (-3247 ((|#1| $) NIL)) (-3292 (((-1151 |#1|) $) NIL (|has| |#1| (-545)))) (-4270 ((|#1| (-1238 $)) NIL) ((|#1|) NIL)) (-1636 (((-1151 |#1|) $) NIL)) (-1304 (((-111)) 86)) (-4056 (((-1137) $) NIL)) (-1669 (((-111)) 93)) (-3757 (((-111)) 92)) (-1872 (((-111)) 94)) (-2875 (((-1099) $) NIL)) (-2301 (((-111)) 88)) (-2061 ((|#1| $ (-553)) 54)) (-3693 (((-1238 |#1|) $ (-1238 $)) 48) (((-674 |#1|) (-1238 $) (-1238 $)) NIL) (((-1238 |#1|) $) 28) (((-674 |#1|) (-1238 $)) NIL)) (-1523 (((-1238 |#1|) $) NIL) (($ (-1238 |#1|)) NIL)) (-1642 (((-630 (-934 |#1|)) (-1238 $)) NIL) (((-630 (-934 |#1|))) NIL)) (-2931 (($ $ $) NIL)) (-1968 (((-111)) 84)) (-3212 (((-845) $) 69) (($ (-1238 |#1|)) 22)) (-3428 (((-1238 $)) 45)) (-3727 (((-630 (-1238 |#1|))) NIL (|has| |#1| (-545)))) (-3195 (($ $ $ $) NIL)) (-3963 (((-111)) 82)) (-2638 (($ (-674 |#1|) $) 18)) (-2483 (($ $ $) NIL)) (-4266 (((-111)) 85)) (-3181 (((-111)) 83)) (-4246 (((-111)) 81)) (-3296 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 76) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1121 |#2| |#1|) $) 19)))
+(((-44 |#1| |#2| |#3| |#4|) (-13 (-411 |#1|) (-633 (-1121 |#2| |#1|)) (-10 -8 (-15 -3212 ($ (-1238 |#1|))))) (-357) (-903) (-630 (-1155)) (-1238 (-674 |#1|))) (T -44))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-357)) (-14 *6 (-1238 (-674 *3))) (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))))))
+(-13 (-411 |#1|) (-633 (-1121 |#2| |#1|)) (-10 -8 (-15 -3212 ($ (-1238 |#1|)))))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2924 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-2211 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1784 (($ $) NIL)) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1306 (((-1243) $ |#1| |#1|) NIL (|has| $ (-6 -4370))) (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4059 (($ $ (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (((-111) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-1748 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833))))) (-1297 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-2830 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4370)))) (-2325 (($ $ $) 27 (|has| $ (-6 -4370)))) (-1971 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4370)))) (-3180 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 29 (|has| $ (-6 -4370)))) (-1471 ((|#2| $ |#1| |#2|) 46) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-1205 (-553)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "last" (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4370))) (($ $ "rest" $) NIL (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "first" (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "value" (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2197 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-3077 (((-3 |#2| "failed") |#1| $) 37)) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2714 (($ $ (-757)) NIL) (($ $) 24)) (-1570 (($ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) 48) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4370))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) NIL) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) NIL)) (-1948 (((-111) $) NIL)) (-1457 (((-553) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (((-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) (((-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 18 (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369))) (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 18 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-3306 (($ (-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 ((|#1| $) NIL (|has| |#1| (-833))) (((-553) $) 32 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-4250 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-3858 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369))) (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-2049 ((|#1| $) NIL (|has| |#1| (-833))) (((-553) $) 34 (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4370))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370))) (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-2562 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-2603 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-3380 (((-111) $) NIL)) (-4056 (((-1137) $) 42 (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2679 (($ $ (-757)) NIL) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1377 (((-630 |#1|) $) 20)) (-2717 (((-111) |#1| $) NIL)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL) (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-1760 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 |#1|) $) NIL) (((-630 (-553)) $) NIL)) (-2166 (((-111) |#1| $) NIL) (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2701 ((|#2| $) NIL (|has| |#1| (-833))) (($ $ (-757)) NIL) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 23)) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1831 (((-111) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1556 (((-630 |#2|) $) NIL) (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 17)) (-3437 (((-111) $) 16)) (-1422 (($) 13)) (-2061 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ (-553)) NIL) (($ $ (-1205 (-553))) NIL) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "first") NIL) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $ "value") NIL)) (-2566 (((-553) $ $) NIL)) (-4015 (($) 12) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-2855 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-3990 (((-111) $) NIL)) (-2921 (($ $) NIL)) (-4198 (($ $) NIL (|has| $ (-6 -4370)))) (-4033 (((-757) $) NIL)) (-4256 (($ $) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-3724 (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL) (($ $ $) NIL)) (-4320 (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL) (($ (-630 $)) NIL) (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 25) (($ $ $) NIL)) (-3212 (((-845) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845))) (|has| |#2| (-600 (-845)))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-2687 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") |#1| $) 44)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-1656 (((-111) $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-1633 (((-111) $ $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-833)))) (-2656 (((-757) $) 22 (|has| $ (-6 -4369)))))
+(((-45 |#1| |#2|) (-36 |#1| |#2|) (-1079) (-1079)) (T -45))
NIL
(-36 |#1| |#2|)
-((-2231 (((-111) $) 12)) (-1477 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-401 (-552)) $) 25) (($ $ (-401 (-552))) NIL)))
-(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 -2231 ((-111) |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|))) (-47 |#2| |#3|) (-1030) (-777)) (T -46))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 -2231 ((-111) |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 49 (|has| |#1| (-544)))) (-3303 (($ $) 50 (|has| |#1| (-544)))) (-1334 (((-111) $) 52 (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-3766 (($ $) 58)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2231 (((-111) $) 60)) (-3590 (($ |#1| |#2|) 59)) (-1477 (($ (-1 |#1| |#1|) $) 61)) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3969 (((-3 $ "failed") $ $) 48 (|has| |#1| (-544)))) (-3299 ((|#2| $) 62)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 (-552))) 55 (|has| |#1| (-38 (-401 (-552))))) (($ $) 47 (|has| |#1| (-544))) (($ |#1|) 45 (|has| |#1| (-169)))) (-2266 ((|#1| $ |#2|) 57)) (-3878 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 51 (|has| |#1| (-544)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-552)) $) 54 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 53 (|has| |#1| (-38 (-401 (-552)))))))
-(((-47 |#1| |#2|) (-137) (-1030) (-777)) (T -47))
-((-3743 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030)))) (-3733 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777)))) (-3299 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)))) (-2231 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)) (-5 *2 (-111)))) (-3590 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777)))) (-3766 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777)))) (-2266 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030)))) (-1720 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777)) (-4 *2 (-357)))))
-(-13 (-1030) (-110 |t#1| |t#1|) (-10 -8 (-15 -3743 (|t#1| $)) (-15 -3733 ($ $)) (-15 -3299 (|t#2| $)) (-15 -1477 ($ (-1 |t#1| |t#1|) $)) (-15 -2231 ((-111) $)) (-15 -3590 ($ |t#1| |t#2|)) (-15 -3766 ($ $)) (-15 -2266 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-357)) (-15 -1720 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-169)) (PROGN (-6 (-169)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-544)) (-6 (-544)) |%noBranch|) (IF (|has| |t#1| (-38 (-401 (-552)))) (-6 (-38 (-401 (-552)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-544)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-284) |has| |#1| (-544)) ((-544) |has| |#1| (-544)) ((-632 #0#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #0#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) |has| |#1| (-544)) ((-711) . T) ((-1036 #0#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-2965 (((-629 $) (-1150 $) (-1154)) NIL) (((-629 $) (-1150 $)) NIL) (((-629 $) (-933 $)) NIL)) (-3476 (($ (-1150 $) (-1154)) NIL) (($ (-1150 $)) NIL) (($ (-933 $)) NIL)) (-3643 (((-111) $) 11)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-3361 (((-629 (-598 $)) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2172 (($ $ (-288 $)) NIL) (($ $ (-629 (-288 $))) NIL) (($ $ (-629 (-598 $)) (-629 $)) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-3489 (($ $) NIL)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-1821 (((-629 $) (-1150 $) (-1154)) NIL) (((-629 $) (-1150 $)) NIL) (((-629 $) (-933 $)) NIL)) (-1743 (($ (-1150 $) (-1154)) NIL) (($ (-1150 $)) NIL) (($ (-933 $)) NIL)) (-1393 (((-3 (-598 $) "failed") $) NIL) (((-3 (-552) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL)) (-2832 (((-598 $) $) NIL) (((-552) $) NIL) (((-401 (-552)) $) NIL)) (-4006 (($ $ $) NIL)) (-2714 (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-673 (-552)) (-673 $)) NIL) (((-2 (|:| -2325 (-673 (-401 (-552)))) (|:| |vec| (-1237 (-401 (-552))))) (-673 $) (-1237 $)) NIL) (((-673 (-401 (-552))) (-673 $)) NIL)) (-3884 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-3963 (($ $) NIL) (($ (-629 $)) NIL)) (-3751 (((-629 (-113)) $) NIL)) (-2951 (((-113) (-113)) NIL)) (-4065 (((-111) $) 14)) (-3302 (((-111) $) NIL (|has| $ (-1019 (-552))))) (-4015 (((-1103 (-552) (-598 $)) $) NIL)) (-3755 (($ $ (-552)) NIL)) (-4346 (((-1150 $) (-1150 $) (-598 $)) NIL) (((-1150 $) (-1150 $) (-629 (-598 $))) NIL) (($ $ (-598 $)) NIL) (($ $ (-629 (-598 $))) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1941 (((-1150 $) (-598 $)) NIL (|has| $ (-1030)))) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1477 (($ (-1 $ $) (-598 $)) NIL)) (-1875 (((-3 (-598 $) "failed") $) NIL)) (-2552 (($ (-629 $)) NIL) (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-3438 (((-629 (-598 $)) $) NIL)) (-4086 (($ (-113) $) NIL) (($ (-113) (-629 $)) NIL)) (-3515 (((-111) $ (-113)) NIL) (((-111) $ (-1154)) NIL)) (-3701 (($ $) NIL)) (-2384 (((-756) $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ (-629 $)) NIL) (($ $ $) NIL)) (-3633 (((-111) $ $) NIL) (((-111) $ (-1154)) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3117 (((-111) $) NIL (|has| $ (-1019 (-552))))) (-2432 (($ $ (-598 $) $) NIL) (($ $ (-629 (-598 $)) (-629 $)) NIL) (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ $))) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-1154) (-1 $ (-629 $))) NIL) (($ $ (-1154) (-1 $ $)) NIL) (($ $ (-629 (-113)) (-629 (-1 $ $))) NIL) (($ $ (-629 (-113)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-113) (-1 $ (-629 $))) NIL) (($ $ (-113) (-1 $ $)) NIL)) (-3795 (((-756) $) NIL)) (-2060 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-629 $)) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-1877 (($ $) NIL) (($ $ $) NIL)) (-3096 (($ $ (-756)) NIL) (($ $) NIL)) (-4026 (((-1103 (-552) (-598 $)) $) NIL)) (-3521 (($ $) NIL (|has| $ (-1030)))) (-1522 (((-373) $) NIL) (((-220) $) NIL) (((-166 (-373)) $) NIL)) (-3213 (((-844) $) NIL) (($ (-598 $)) NIL) (($ (-401 (-552))) NIL) (($ $) NIL) (($ (-552)) NIL) (($ (-1103 (-552) (-598 $))) NIL)) (-2014 (((-756)) NIL)) (-3044 (($ $) NIL) (($ (-629 $)) NIL)) (-1374 (((-111) (-113)) NIL)) (-3589 (((-111) $ $) NIL)) (-3297 (($) 7 T CONST)) (-3309 (($) 12 T CONST)) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 16)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL)) (-1709 (($ $ $) 15) (($ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-401 (-552))) NIL) (($ $ (-552)) NIL) (($ $ (-756)) NIL) (($ $ (-902)) NIL)) (* (($ (-401 (-552)) $) NIL) (($ $ (-401 (-552))) NIL) (($ $ $) NIL) (($ (-552) $) NIL) (($ (-756) $) NIL) (($ (-902) $) NIL)))
-(((-48) (-13 (-296) (-27) (-1019 (-552)) (-1019 (-401 (-552))) (-625 (-552)) (-1003) (-625 (-401 (-552))) (-144) (-600 (-166 (-373))) (-228) (-10 -8 (-15 -3213 ($ (-1103 (-552) (-598 $)))) (-15 -4015 ((-1103 (-552) (-598 $)) $)) (-15 -4026 ((-1103 (-552) (-598 $)) $)) (-15 -3884 ($ $)) (-15 -4346 ((-1150 $) (-1150 $) (-598 $))) (-15 -4346 ((-1150 $) (-1150 $) (-629 (-598 $)))) (-15 -4346 ($ $ (-598 $))) (-15 -4346 ($ $ (-629 (-598 $))))))) (T -48))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1103 (-552) (-598 (-48)))) (-5 *1 (-48)))) (-4015 (*1 *2 *1) (-12 (-5 *2 (-1103 (-552) (-598 (-48)))) (-5 *1 (-48)))) (-4026 (*1 *2 *1) (-12 (-5 *2 (-1103 (-552) (-598 (-48)))) (-5 *1 (-48)))) (-3884 (*1 *1 *1) (-5 *1 (-48))) (-4346 (*1 *2 *2 *3) (-12 (-5 *2 (-1150 (-48))) (-5 *3 (-598 (-48))) (-5 *1 (-48)))) (-4346 (*1 *2 *2 *3) (-12 (-5 *2 (-1150 (-48))) (-5 *3 (-629 (-598 (-48)))) (-5 *1 (-48)))) (-4346 (*1 *1 *1 *2) (-12 (-5 *2 (-598 (-48))) (-5 *1 (-48)))) (-4346 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-598 (-48)))) (-5 *1 (-48)))))
-(-13 (-296) (-27) (-1019 (-552)) (-1019 (-401 (-552))) (-625 (-552)) (-1003) (-625 (-401 (-552))) (-144) (-600 (-166 (-373))) (-228) (-10 -8 (-15 -3213 ($ (-1103 (-552) (-598 $)))) (-15 -4015 ((-1103 (-552) (-598 $)) $)) (-15 -4026 ((-1103 (-552) (-598 $)) $)) (-15 -3884 ($ $)) (-15 -4346 ((-1150 $) (-1150 $) (-598 $))) (-15 -4346 ((-1150 $) (-1150 $) (-629 (-598 $)))) (-15 -4346 ($ $ (-598 $))) (-15 -4346 ($ $ (-629 (-598 $))))))
-((-3202 (((-111) $ $) NIL)) (-2055 (((-629 (-1154)) $) 17)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 7)) (-4300 (((-1159) $) 18)) (-1613 (((-111) $ $) NIL)))
-(((-49) (-13 (-1078) (-10 -8 (-15 -2055 ((-629 (-1154)) $)) (-15 -4300 ((-1159) $))))) (T -49))
-((-2055 (*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-49)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1159)) (-5 *1 (-49)))))
-(-13 (-1078) (-10 -8 (-15 -2055 ((-629 (-1154)) $)) (-15 -4300 ((-1159) $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 61)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3040 (((-111) $) 20)) (-1393 (((-3 |#1| "failed") $) 23)) (-2832 ((|#1| $) 24)) (-3766 (($ $) 28)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-3743 ((|#1| $) 21)) (-4322 (($ $) 50)) (-2623 (((-1136) $) NIL)) (-2767 (((-111) $) 30)) (-2876 (((-1098) $) NIL)) (-4126 (($ (-756)) 48)) (-2855 (($ (-629 (-552))) 49)) (-3299 (((-756) $) 31)) (-3213 (((-844) $) 64) (($ (-552)) 45) (($ |#1|) 43)) (-2266 ((|#1| $ $) 19)) (-2014 (((-756)) 47)) (-3297 (($) 32 T CONST)) (-3309 (($) 14 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 40)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 41) (($ |#1| $) 35)))
-(((-50 |#1| |#2|) (-13 (-606 |#1|) (-1019 |#1|) (-10 -8 (-15 -3743 (|#1| $)) (-15 -4322 ($ $)) (-15 -3766 ($ $)) (-15 -2266 (|#1| $ $)) (-15 -4126 ($ (-756))) (-15 -2855 ($ (-629 (-552)))) (-15 -2767 ((-111) $)) (-15 -3040 ((-111) $)) (-15 -3299 ((-756) $)) (-15 -1477 ($ (-1 |#1| |#1|) $)))) (-1030) (-629 (-1154))) (T -50))
-((-3743 (*1 *2 *1) (-12 (-4 *2 (-1030)) (-5 *1 (-50 *2 *3)) (-14 *3 (-629 (-1154))))) (-4322 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1030)) (-14 *3 (-629 (-1154))))) (-3766 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1030)) (-14 *3 (-629 (-1154))))) (-2266 (*1 *2 *1 *1) (-12 (-4 *2 (-1030)) (-5 *1 (-50 *2 *3)) (-14 *3 (-629 (-1154))))) (-4126 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030)) (-14 *4 (-629 (-1154))))) (-2855 (*1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030)) (-14 *4 (-629 (-1154))))) (-2767 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030)) (-14 *4 (-629 (-1154))))) (-3040 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030)) (-14 *4 (-629 (-1154))))) (-3299 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030)) (-14 *4 (-629 (-1154))))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-50 *3 *4)) (-14 *4 (-629 (-1154))))))
-(-13 (-606 |#1|) (-1019 |#1|) (-10 -8 (-15 -3743 (|#1| $)) (-15 -4322 ($ $)) (-15 -3766 ($ $)) (-15 -2266 (|#1| $ $)) (-15 -4126 ($ (-756))) (-15 -2855 ($ (-629 (-552)))) (-15 -2767 ((-111) $)) (-15 -3040 ((-111) $)) (-15 -3299 ((-756) $)) (-15 -1477 ($ (-1 |#1| |#1|) $))))
-((-3040 (((-111) (-52)) 13)) (-1393 (((-3 |#1| "failed") (-52)) 21)) (-2832 ((|#1| (-52)) 22)) (-3213 (((-52) |#1|) 18)))
-(((-51 |#1|) (-10 -7 (-15 -3213 ((-52) |#1|)) (-15 -1393 ((-3 |#1| "failed") (-52))) (-15 -3040 ((-111) (-52))) (-15 -2832 (|#1| (-52)))) (-1191)) (T -51))
-((-2832 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1191)))) (-3040 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *2 (-111)) (-5 *1 (-51 *4)) (-4 *4 (-1191)))) (-1393 (*1 *2 *3) (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1191)))) (-3213 (*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1191)))))
-(-10 -7 (-15 -3213 ((-52) |#1|)) (-15 -1393 ((-3 |#1| "failed") (-52))) (-15 -3040 ((-111) (-52))) (-15 -2832 (|#1| (-52))))
-((-3202 (((-111) $ $) NIL)) (-3496 (((-1136) (-111)) 25)) (-1779 (((-844) $) 24)) (-3667 (((-759) $) 12)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2871 (((-844) $) 16)) (-3973 (((-1082) $) 14)) (-3213 (((-844) $) 32)) (-2339 (($ (-1082) (-759)) 33)) (-1613 (((-111) $ $) 18)))
-(((-52) (-13 (-1078) (-10 -8 (-15 -2339 ($ (-1082) (-759))) (-15 -2871 ((-844) $)) (-15 -1779 ((-844) $)) (-15 -3973 ((-1082) $)) (-15 -3667 ((-759) $)) (-15 -3496 ((-1136) (-111)))))) (T -52))
-((-2339 (*1 *1 *2 *3) (-12 (-5 *2 (-1082)) (-5 *3 (-759)) (-5 *1 (-52)))) (-2871 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-52)))) (-1779 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-52)))) (-3973 (*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-52)))) (-3667 (*1 *2 *1) (-12 (-5 *2 (-759)) (-5 *1 (-52)))) (-3496 (*1 *2 *3) (-12 (-5 *3 (-111)) (-5 *2 (-1136)) (-5 *1 (-52)))))
-(-13 (-1078) (-10 -8 (-15 -2339 ($ (-1082) (-759))) (-15 -2871 ((-844) $)) (-15 -1779 ((-844) $)) (-15 -3973 ((-1082) $)) (-15 -3667 ((-759) $)) (-15 -3496 ((-1136) (-111)))))
-((-2639 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16)))
-(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -2639 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1030) (-632 |#1|) (-834 |#1|)) (T -53))
-((-2639 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-632 *5)) (-4 *5 (-1030)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-834 *5)))))
-(-10 -7 (-15 -2639 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
-((-1944 ((|#3| |#3| (-629 (-1154))) 35)) (-3548 ((|#3| (-629 (-1054 |#1| |#2| |#3|)) |#3| (-902)) 22) ((|#3| (-629 (-1054 |#1| |#2| |#3|)) |#3|) 20)))
-(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -3548 (|#3| (-629 (-1054 |#1| |#2| |#3|)) |#3|)) (-15 -3548 (|#3| (-629 (-1054 |#1| |#2| |#3|)) |#3| (-902))) (-15 -1944 (|#3| |#3| (-629 (-1154))))) (-1078) (-13 (-1030) (-867 |#1|) (-832) (-600 (-873 |#1|))) (-13 (-424 |#2|) (-867 |#1|) (-600 (-873 |#1|)))) (T -54))
-((-1944 (*1 *2 *2 *3) (-12 (-5 *3 (-629 (-1154))) (-4 *4 (-1078)) (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4)))))) (-3548 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-629 (-1054 *5 *6 *2))) (-5 *4 (-902)) (-4 *5 (-1078)) (-4 *6 (-13 (-1030) (-867 *5) (-832) (-600 (-873 *5)))) (-4 *2 (-13 (-424 *6) (-867 *5) (-600 (-873 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-3548 (*1 *2 *3 *2) (-12 (-5 *3 (-629 (-1054 *4 *5 *2))) (-4 *4 (-1078)) (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4)))) (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4)))) (-5 *1 (-54 *4 *5 *2)))))
-(-10 -7 (-15 -3548 (|#3| (-629 (-1054 |#1| |#2| |#3|)) |#3|)) (-15 -3548 (|#3| (-629 (-1054 |#1| |#2| |#3|)) |#3| (-902))) (-15 -1944 (|#3| |#3| (-629 (-1154)))))
-((-4238 (((-111) $ (-756)) 23)) (-2347 (($ $ (-552) |#3|) 47)) (-3934 (($ $ (-552) |#4|) 51)) (-3413 ((|#3| $ (-552)) 60)) (-3138 (((-629 |#2|) $) 30)) (-1418 (((-111) $ (-756)) 25)) (-2973 (((-111) |#2| $) 55)) (-2947 (($ (-1 |#2| |#2|) $) 38)) (-1477 (($ (-1 |#2| |#2|) $) 37) (($ (-1 |#2| |#2| |#2|) $ $) 41) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 43)) (-1745 (((-111) $ (-756)) 24)) (-1518 (($ $ |#2|) 35)) (-3944 (((-111) (-1 (-111) |#2|) $) 19)) (-2060 ((|#2| $ (-552) (-552)) NIL) ((|#2| $ (-552) (-552) |#2|) 27)) (-2885 (((-756) (-1 (-111) |#2|) $) 28) (((-756) |#2| $) 57)) (-1487 (($ $) 34)) (-3041 ((|#4| $ (-552)) 63)) (-3213 (((-844) $) 69)) (-2584 (((-111) (-1 (-111) |#2|) $) 18)) (-1613 (((-111) $ $) 54)) (-2657 (((-756) $) 26)))
-(((-55 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1477 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3934 (|#1| |#1| (-552) |#4|)) (-15 -2347 (|#1| |#1| (-552) |#3|)) (-15 -3138 ((-629 |#2|) |#1|)) (-15 -3041 (|#4| |#1| (-552))) (-15 -3413 (|#3| |#1| (-552))) (-15 -2060 (|#2| |#1| (-552) (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552) (-552))) (-15 -1518 (|#1| |#1| |#2|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -2973 ((-111) |#2| |#1|)) (-15 -2885 ((-756) |#2| |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2657 ((-756) |#1|)) (-15 -4238 ((-111) |#1| (-756))) (-15 -1418 ((-111) |#1| (-756))) (-15 -1745 ((-111) |#1| (-756))) (-15 -1487 (|#1| |#1|))) (-56 |#2| |#3| |#4|) (-1191) (-367 |#2|) (-367 |#2|)) (T -55))
-NIL
-(-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1477 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3934 (|#1| |#1| (-552) |#4|)) (-15 -2347 (|#1| |#1| (-552) |#3|)) (-15 -3138 ((-629 |#2|) |#1|)) (-15 -3041 (|#4| |#1| (-552))) (-15 -3413 (|#3| |#1| (-552))) (-15 -2060 (|#2| |#1| (-552) (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552) (-552))) (-15 -1518 (|#1| |#1| |#2|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -2973 ((-111) |#2| |#1|)) (-15 -2885 ((-756) |#2| |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2657 ((-756) |#1|)) (-15 -4238 ((-111) |#1| (-756))) (-15 -1418 ((-111) |#1| (-756))) (-15 -1745 ((-111) |#1| (-756))) (-15 -1487 (|#1| |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-1470 ((|#1| $ (-552) (-552) |#1|) 44)) (-2347 (($ $ (-552) |#2|) 42)) (-3934 (($ $ (-552) |#3|) 41)) (-2130 (($) 7 T CONST)) (-3413 ((|#2| $ (-552)) 46)) (-2957 ((|#1| $ (-552) (-552) |#1|) 43)) (-2892 ((|#1| $ (-552) (-552)) 48)) (-3138 (((-629 |#1|) $) 30)) (-2389 (((-756) $) 51)) (-3307 (($ (-756) (-756) |#1|) 57)) (-2401 (((-756) $) 50)) (-1418 (((-111) $ (-756)) 9)) (-3534 (((-552) $) 55)) (-3966 (((-552) $) 53)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3660 (((-552) $) 54)) (-3162 (((-552) $) 52)) (-2947 (($ (-1 |#1| |#1|) $) 34)) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-1518 (($ $ |#1|) 56)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ (-552) (-552)) 49) ((|#1| $ (-552) (-552) |#1|) 47)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3041 ((|#3| $ (-552)) 45)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-56 |#1| |#2| |#3|) (-137) (-1191) (-367 |t#1|) (-367 |t#1|)) (T -56))
-((-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3307 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-756)) (-4 *3 (-1191)) (-4 *1 (-56 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1518 (*1 *1 *1 *2) (-12 (-4 *1 (-56 *2 *3 *4)) (-4 *2 (-1191)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-3534 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-552)))) (-3660 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-552)))) (-3966 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-552)))) (-3162 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-552)))) (-2389 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-756)))) (-2401 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-756)))) (-2060 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-1191)))) (-2892 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-1191)))) (-2060 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1191)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)))) (-3413 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-56 *4 *2 *5)) (-4 *4 (-1191)) (-4 *5 (-367 *4)) (-4 *2 (-367 *4)))) (-3041 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-56 *4 *5 *2)) (-4 *4 (-1191)) (-4 *5 (-367 *4)) (-4 *2 (-367 *4)))) (-3138 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-629 *3)))) (-1470 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1191)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)))) (-2957 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1191)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)))) (-2347 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-552)) (-4 *1 (-56 *4 *3 *5)) (-4 *4 (-1191)) (-4 *3 (-367 *4)) (-4 *5 (-367 *4)))) (-3934 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-552)) (-4 *1 (-56 *4 *5 *3)) (-4 *4 (-1191)) (-4 *5 (-367 *4)) (-4 *3 (-367 *4)))) (-2947 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1477 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1477 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
-(-13 (-482 |t#1|) (-10 -8 (-6 -4369) (-6 -4368) (-15 -3307 ($ (-756) (-756) |t#1|)) (-15 -1518 ($ $ |t#1|)) (-15 -3534 ((-552) $)) (-15 -3660 ((-552) $)) (-15 -3966 ((-552) $)) (-15 -3162 ((-552) $)) (-15 -2389 ((-756) $)) (-15 -2401 ((-756) $)) (-15 -2060 (|t#1| $ (-552) (-552))) (-15 -2892 (|t#1| $ (-552) (-552))) (-15 -2060 (|t#1| $ (-552) (-552) |t#1|)) (-15 -3413 (|t#2| $ (-552))) (-15 -3041 (|t#3| $ (-552))) (-15 -3138 ((-629 |t#1|) $)) (-15 -1470 (|t#1| $ (-552) (-552) |t#1|)) (-15 -2957 (|t#1| $ (-552) (-552) |t#1|)) (-15 -2347 ($ $ (-552) |t#2|)) (-15 -3934 ($ $ (-552) |t#3|)) (-15 -1477 ($ (-1 |t#1| |t#1|) $)) (-15 -2947 ($ (-1 |t#1| |t#1|) $)) (-15 -1477 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -1477 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3215 (((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 16)) (-3884 ((|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 18)) (-1477 (((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)) 13)))
-(((-57 |#1| |#2|) (-10 -7 (-15 -3215 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -3884 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -1477 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)))) (-1191) (-1191)) (T -57))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-58 *6)) (-5 *1 (-57 *5 *6)))) (-3884 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1191)) (-4 *2 (-1191)) (-5 *1 (-57 *5 *2)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1191)) (-4 *5 (-1191)) (-5 *2 (-58 *5)) (-5 *1 (-57 *6 *5)))))
-(-10 -7 (-15 -3215 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -3884 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -1477 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-552) |#1|) 11 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-1456 (((-552) (-1 (-111) |#1|) $) NIL) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078)))) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-3253 (($ (-629 |#1|)) 13) (($ (-756) |#1|) 14)) (-3307 (($ (-756) |#1|) 9)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2702 ((|#1| $) NIL (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 7)) (-2060 ((|#1| $ (-552) |#1|) NIL) ((|#1| $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) NIL)) (-4319 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-629 $)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-58 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -3253 ($ (-629 |#1|))) (-15 -3253 ($ (-756) |#1|)))) (-1191)) (T -58))
-((-3253 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-58 *3)))) (-3253 (*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-5 *1 (-58 *3)) (-4 *3 (-1191)))))
-(-13 (-19 |#1|) (-10 -8 (-15 -3253 ($ (-629 |#1|))) (-15 -3253 ($ (-756) |#1|))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-552) (-552) |#1|) NIL)) (-2347 (($ $ (-552) (-58 |#1|)) NIL)) (-3934 (($ $ (-552) (-58 |#1|)) NIL)) (-2130 (($) NIL T CONST)) (-3413 (((-58 |#1|) $ (-552)) NIL)) (-2957 ((|#1| $ (-552) (-552) |#1|) NIL)) (-2892 ((|#1| $ (-552) (-552)) NIL)) (-3138 (((-629 |#1|) $) NIL)) (-2389 (((-756) $) NIL)) (-3307 (($ (-756) (-756) |#1|) NIL)) (-2401 (((-756) $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-3534 (((-552) $) NIL)) (-3966 (((-552) $) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3660 (((-552) $) NIL)) (-3162 (((-552) $) NIL)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-1518 (($ $ |#1|) NIL)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-552) (-552)) NIL) ((|#1| $ (-552) (-552) |#1|) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3041 (((-58 |#1|) $ (-552)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-59 |#1|) (-13 (-56 |#1| (-58 |#1|) (-58 |#1|)) (-10 -7 (-6 -4369))) (-1191)) (T -59))
-NIL
-(-13 (-56 |#1| (-58 |#1|) (-58 |#1|)) (-10 -7 (-6 -4369)))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 74) (((-3 $ "failed") (-1237 (-310 (-552)))) 63) (((-3 $ "failed") (-1237 (-933 (-373)))) 94) (((-3 $ "failed") (-1237 (-933 (-552)))) 84) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 52) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 39)) (-2832 (($ (-1237 (-310 (-373)))) 70) (($ (-1237 (-310 (-552)))) 59) (($ (-1237 (-933 (-373)))) 90) (($ (-1237 (-933 (-552)))) 80) (($ (-1237 (-401 (-933 (-373))))) 48) (($ (-1237 (-401 (-933 (-552))))) 32)) (-2175 (((-1242) $) 120)) (-3213 (((-844) $) 113) (($ (-629 (-324))) 103) (($ (-324)) 97) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 101) (($ (-1237 (-333 (-3226 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3226) (-683)))) 31)))
-(((-60 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3226) (-683))))))) (-1154)) (T -60))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3226) (-683)))) (-5 *1 (-60 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3226) (-683)))))))
-((-2175 (((-1242) $) 53) (((-1242)) 54)) (-3213 (((-844) $) 50)))
-(((-61 |#1|) (-13 (-389) (-10 -7 (-15 -2175 ((-1242))))) (-1154)) (T -61))
-((-2175 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-61 *3)) (-14 *3 (-1154)))))
-(-13 (-389) (-10 -7 (-15 -2175 ((-1242)))))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 144) (((-3 $ "failed") (-1237 (-310 (-552)))) 134) (((-3 $ "failed") (-1237 (-933 (-373)))) 164) (((-3 $ "failed") (-1237 (-933 (-552)))) 154) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 123) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 111)) (-2832 (($ (-1237 (-310 (-373)))) 140) (($ (-1237 (-310 (-552)))) 130) (($ (-1237 (-933 (-373)))) 160) (($ (-1237 (-933 (-552)))) 150) (($ (-1237 (-401 (-933 (-373))))) 119) (($ (-1237 (-401 (-933 (-552))))) 104)) (-2175 (((-1242) $) 97)) (-3213 (((-844) $) 91) (($ (-629 (-324))) 29) (($ (-324)) 34) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 32) (($ (-1237 (-333 (-3226) (-3226 (QUOTE XC)) (-683)))) 89)))
-(((-62 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE XC)) (-683))))))) (-1154)) (T -62))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 (QUOTE XC)) (-683)))) (-5 *1 (-62 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE XC)) (-683)))))))
-((-1393 (((-3 $ "failed") (-310 (-373))) 41) (((-3 $ "failed") (-310 (-552))) 46) (((-3 $ "failed") (-933 (-373))) 50) (((-3 $ "failed") (-933 (-552))) 54) (((-3 $ "failed") (-401 (-933 (-373)))) 36) (((-3 $ "failed") (-401 (-933 (-552)))) 29)) (-2832 (($ (-310 (-373))) 39) (($ (-310 (-552))) 44) (($ (-933 (-373))) 48) (($ (-933 (-552))) 52) (($ (-401 (-933 (-373)))) 34) (($ (-401 (-933 (-552)))) 26)) (-2175 (((-1242) $) 76)) (-3213 (((-844) $) 69) (($ (-629 (-324))) 61) (($ (-324)) 66) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 64) (($ (-333 (-3226 (QUOTE X)) (-3226) (-683))) 25)))
-(((-63 |#1|) (-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226 (QUOTE X)) (-3226) (-683)))))) (-1154)) (T -63))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-333 (-3226 (QUOTE X)) (-3226) (-683))) (-5 *1 (-63 *3)) (-14 *3 (-1154)))))
-(-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226 (QUOTE X)) (-3226) (-683))))))
-((-1393 (((-3 $ "failed") (-673 (-310 (-373)))) 109) (((-3 $ "failed") (-673 (-310 (-552)))) 97) (((-3 $ "failed") (-673 (-933 (-373)))) 131) (((-3 $ "failed") (-673 (-933 (-552)))) 120) (((-3 $ "failed") (-673 (-401 (-933 (-373))))) 85) (((-3 $ "failed") (-673 (-401 (-933 (-552))))) 71)) (-2832 (($ (-673 (-310 (-373)))) 105) (($ (-673 (-310 (-552)))) 93) (($ (-673 (-933 (-373)))) 127) (($ (-673 (-933 (-552)))) 116) (($ (-673 (-401 (-933 (-373))))) 81) (($ (-673 (-401 (-933 (-552))))) 64)) (-2175 (((-1242) $) 139)) (-3213 (((-844) $) 133) (($ (-629 (-324))) 28) (($ (-324)) 33) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 31) (($ (-673 (-333 (-3226) (-3226 (QUOTE X) (QUOTE HESS)) (-683)))) 54)))
-(((-64 |#1|) (-13 (-378) (-10 -8 (-15 -3213 ($ (-673 (-333 (-3226) (-3226 (QUOTE X) (QUOTE HESS)) (-683))))))) (-1154)) (T -64))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-673 (-333 (-3226) (-3226 (QUOTE X) (QUOTE HESS)) (-683)))) (-5 *1 (-64 *3)) (-14 *3 (-1154)))))
-(-13 (-378) (-10 -8 (-15 -3213 ($ (-673 (-333 (-3226) (-3226 (QUOTE X) (QUOTE HESS)) (-683)))))))
-((-1393 (((-3 $ "failed") (-310 (-373))) 59) (((-3 $ "failed") (-310 (-552))) 64) (((-3 $ "failed") (-933 (-373))) 68) (((-3 $ "failed") (-933 (-552))) 72) (((-3 $ "failed") (-401 (-933 (-373)))) 54) (((-3 $ "failed") (-401 (-933 (-552)))) 47)) (-2832 (($ (-310 (-373))) 57) (($ (-310 (-552))) 62) (($ (-933 (-373))) 66) (($ (-933 (-552))) 70) (($ (-401 (-933 (-373)))) 52) (($ (-401 (-933 (-552)))) 44)) (-2175 (((-1242) $) 81)) (-3213 (((-844) $) 75) (($ (-629 (-324))) 28) (($ (-324)) 33) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 31) (($ (-333 (-3226) (-3226 (QUOTE XC)) (-683))) 39)))
-(((-65 |#1|) (-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226) (-3226 (QUOTE XC)) (-683)))))) (-1154)) (T -65))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-333 (-3226) (-3226 (QUOTE XC)) (-683))) (-5 *1 (-65 *3)) (-14 *3 (-1154)))))
-(-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226) (-3226 (QUOTE XC)) (-683))))))
-((-2175 (((-1242) $) 63)) (-3213 (((-844) $) 57) (($ (-673 (-683))) 49) (($ (-629 (-324))) 48) (($ (-324)) 55) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 53)))
-(((-66 |#1|) (-377) (-1154)) (T -66))
+((-1561 (((-111) $) 12)) (-1478 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-401 (-553)) $) 25) (($ $ (-401 (-553))) NIL)))
+(((-46 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 -1561 ((-111) |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|))) (-47 |#2| |#3|) (-1031) (-778)) (T -46))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 -1561 ((-111) |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 49 (|has| |#1| (-545)))) (-2723 (($ $) 50 (|has| |#1| (-545)))) (-2157 (((-111) $) 52 (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3765 (($ $) 58)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-1561 (((-111) $) 60)) (-3590 (($ |#1| |#2|) 59)) (-1478 (($ (-1 |#1| |#1|) $) 61)) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3968 (((-3 $ "failed") $ $) 48 (|has| |#1| (-545)))) (-2672 ((|#2| $) 62)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 (-553))) 55 (|has| |#1| (-38 (-401 (-553))))) (($ $) 47 (|has| |#1| (-545))) (($ |#1|) 45 (|has| |#1| (-169)))) (-1925 ((|#1| $ |#2|) 57)) (-2234 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 51 (|has| |#1| (-545)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-553)) $) 54 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 53 (|has| |#1| (-38 (-401 (-553)))))))
+(((-47 |#1| |#2|) (-137) (-1031) (-778)) (T -47))
+((-3743 (*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031)))) (-3733 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778)))) (-2672 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))) (-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)))) (-1561 (*1 *2 *1) (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)) (-5 *2 (-111)))) (-3590 (*1 *1 *2 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778)))) (-3765 (*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778)))) (-1925 (*1 *2 *1 *3) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031)))) (-1721 (*1 *1 *1 *2) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778)) (-4 *2 (-357)))))
+(-13 (-1031) (-110 |t#1| |t#1|) (-10 -8 (-15 -3743 (|t#1| $)) (-15 -3733 ($ $)) (-15 -2672 (|t#2| $)) (-15 -1478 ($ (-1 |t#1| |t#1|) $)) (-15 -1561 ((-111) $)) (-15 -3590 ($ |t#1| |t#2|)) (-15 -3765 ($ $)) (-15 -1925 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-357)) (-15 -1721 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-169)) (PROGN (-6 (-169)) (-6 (-38 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-545)) (-6 (-545)) |%noBranch|) (IF (|has| |t#1| (-38 (-401 (-553)))) (-6 (-38 (-401 (-553)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-545)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-284) |has| |#1| (-545)) ((-545) |has| |#1| (-545)) ((-633 #0#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #0#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) |has| |#1| (-545)) ((-712) . T) ((-1037 #0#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-4272 (((-630 $) (-1151 $) (-1155)) NIL) (((-630 $) (-1151 $)) NIL) (((-630 $) (-934 $)) NIL)) (-3815 (($ (-1151 $) (-1155)) NIL) (($ (-1151 $)) NIL) (($ (-934 $)) NIL)) (-1719 (((-111) $) 11)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-3361 (((-630 (-599 $)) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2173 (($ $ (-288 $)) NIL) (($ $ (-630 (-288 $))) NIL) (($ $ (-630 (-599 $)) (-630 $)) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3487 (($ $) NIL)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-3152 (((-630 $) (-1151 $) (-1155)) NIL) (((-630 $) (-1151 $)) NIL) (((-630 $) (-934 $)) NIL)) (-3691 (($ (-1151 $) (-1155)) NIL) (($ (-1151 $)) NIL) (($ (-934 $)) NIL)) (-1394 (((-3 (-599 $) "failed") $) NIL) (((-3 (-553) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL)) (-2831 (((-599 $) $) NIL) (((-553) $) NIL) (((-401 (-553)) $) NIL)) (-4005 (($ $ $) NIL)) (-3698 (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-674 (-553)) (-674 $)) NIL) (((-2 (|:| -1317 (-674 (-401 (-553)))) (|:| |vec| (-1238 (-401 (-553))))) (-674 $) (-1238 $)) NIL) (((-674 (-401 (-553))) (-674 $)) NIL)) (-3883 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-1725 (($ $) NIL) (($ (-630 $)) NIL)) (-3495 (((-630 (-113)) $) NIL)) (-4155 (((-113) (-113)) NIL)) (-1434 (((-111) $) 14)) (-2709 (((-111) $) NIL (|has| $ (-1020 (-553))))) (-4013 (((-1104 (-553) (-599 $)) $) NIL)) (-3527 (($ $ (-553)) NIL)) (-4233 (((-1151 $) (-1151 $) (-599 $)) NIL) (((-1151 $) (-1151 $) (-630 (-599 $))) NIL) (($ $ (-599 $)) NIL) (($ $ (-630 (-599 $))) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1822 (((-1151 $) (-599 $)) NIL (|has| $ (-1031)))) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1478 (($ (-1 $ $) (-599 $)) NIL)) (-2427 (((-3 (-599 $) "failed") $) NIL)) (-2552 (($ (-630 $)) NIL) (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-3434 (((-630 (-599 $)) $) NIL)) (-4084 (($ (-113) $) NIL) (($ (-113) (-630 $)) NIL)) (-2990 (((-111) $ (-113)) NIL) (((-111) $ (-1155)) NIL)) (-3700 (($ $) NIL)) (-2385 (((-757) $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ (-630 $)) NIL) (($ $ $) NIL)) (-1611 (((-111) $ $) NIL) (((-111) $ (-1155)) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3439 (((-111) $) NIL (|has| $ (-1020 (-553))))) (-2433 (($ $ (-599 $) $) NIL) (($ $ (-630 (-599 $)) (-630 $)) NIL) (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ $))) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-1155) (-1 $ (-630 $))) NIL) (($ $ (-1155) (-1 $ $)) NIL) (($ $ (-630 (-113)) (-630 (-1 $ $))) NIL) (($ $ (-630 (-113)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-113) (-1 $ (-630 $))) NIL) (($ $ (-113) (-1 $ $)) NIL)) (-3879 (((-757) $) NIL)) (-2061 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-630 $)) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2451 (($ $) NIL) (($ $ $) NIL)) (-3095 (($ $ (-757)) NIL) (($ $) NIL)) (-4024 (((-1104 (-553) (-599 $)) $) NIL)) (-3035 (($ $) NIL (|has| $ (-1031)))) (-1523 (((-373) $) NIL) (((-220) $) NIL) (((-166 (-373)) $) NIL)) (-3212 (((-845) $) NIL) (($ (-599 $)) NIL) (($ (-401 (-553))) NIL) (($ $) NIL) (($ (-553)) NIL) (($ (-1104 (-553) (-599 $))) NIL)) (-1348 (((-757)) NIL)) (-3064 (($ $) NIL) (($ (-630 $)) NIL)) (-4083 (((-111) (-113)) NIL)) (-2453 (((-111) $ $) NIL)) (-3296 (($) 7 T CONST)) (-3308 (($) 12 T CONST)) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 16)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL)) (-1710 (($ $ $) 15) (($ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-401 (-553))) NIL) (($ $ (-553)) NIL) (($ $ (-757)) NIL) (($ $ (-903)) NIL)) (* (($ (-401 (-553)) $) NIL) (($ $ (-401 (-553))) NIL) (($ $ $) NIL) (($ (-553) $) NIL) (($ (-757) $) NIL) (($ (-903) $) NIL)))
+(((-48) (-13 (-296) (-27) (-1020 (-553)) (-1020 (-401 (-553))) (-626 (-553)) (-1004) (-626 (-401 (-553))) (-144) (-601 (-166 (-373))) (-228) (-10 -8 (-15 -3212 ($ (-1104 (-553) (-599 $)))) (-15 -4013 ((-1104 (-553) (-599 $)) $)) (-15 -4024 ((-1104 (-553) (-599 $)) $)) (-15 -3883 ($ $)) (-15 -4233 ((-1151 $) (-1151 $) (-599 $))) (-15 -4233 ((-1151 $) (-1151 $) (-630 (-599 $)))) (-15 -4233 ($ $ (-599 $))) (-15 -4233 ($ $ (-630 (-599 $))))))) (T -48))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1104 (-553) (-599 (-48)))) (-5 *1 (-48)))) (-4013 (*1 *2 *1) (-12 (-5 *2 (-1104 (-553) (-599 (-48)))) (-5 *1 (-48)))) (-4024 (*1 *2 *1) (-12 (-5 *2 (-1104 (-553) (-599 (-48)))) (-5 *1 (-48)))) (-3883 (*1 *1 *1) (-5 *1 (-48))) (-4233 (*1 *2 *2 *3) (-12 (-5 *2 (-1151 (-48))) (-5 *3 (-599 (-48))) (-5 *1 (-48)))) (-4233 (*1 *2 *2 *3) (-12 (-5 *2 (-1151 (-48))) (-5 *3 (-630 (-599 (-48)))) (-5 *1 (-48)))) (-4233 (*1 *1 *1 *2) (-12 (-5 *2 (-599 (-48))) (-5 *1 (-48)))) (-4233 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-599 (-48)))) (-5 *1 (-48)))))
+(-13 (-296) (-27) (-1020 (-553)) (-1020 (-401 (-553))) (-626 (-553)) (-1004) (-626 (-401 (-553))) (-144) (-601 (-166 (-373))) (-228) (-10 -8 (-15 -3212 ($ (-1104 (-553) (-599 $)))) (-15 -4013 ((-1104 (-553) (-599 $)) $)) (-15 -4024 ((-1104 (-553) (-599 $)) $)) (-15 -3883 ($ $)) (-15 -4233 ((-1151 $) (-1151 $) (-599 $))) (-15 -4233 ((-1151 $) (-1151 $) (-630 (-599 $)))) (-15 -4233 ($ $ (-599 $))) (-15 -4233 ($ $ (-630 (-599 $))))))
+((-3200 (((-111) $ $) NIL)) (-2054 (((-630 (-1155)) $) 17)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 7)) (-4300 (((-1160) $) 18)) (-1614 (((-111) $ $) NIL)))
+(((-49) (-13 (-1079) (-10 -8 (-15 -2054 ((-630 (-1155)) $)) (-15 -4300 ((-1160) $))))) (T -49))
+((-2054 (*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-49)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1160)) (-5 *1 (-49)))))
+(-13 (-1079) (-10 -8 (-15 -2054 ((-630 (-1155)) $)) (-15 -4300 ((-1160) $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 61)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3867 (((-111) $) 20)) (-1394 (((-3 |#1| "failed") $) 23)) (-2831 ((|#1| $) 24)) (-3765 (($ $) 28)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3743 ((|#1| $) 21)) (-2096 (($ $) 50)) (-4056 (((-1137) $) NIL)) (-2997 (((-111) $) 30)) (-2875 (((-1099) $) NIL)) (-4125 (($ (-757)) 48)) (-2854 (($ (-630 (-553))) 49)) (-2672 (((-757) $) 31)) (-3212 (((-845) $) 64) (($ (-553)) 45) (($ |#1|) 43)) (-1925 ((|#1| $ $) 19)) (-1348 (((-757)) 47)) (-3296 (($) 32 T CONST)) (-3308 (($) 14 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 40)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 41) (($ |#1| $) 35)))
+(((-50 |#1| |#2|) (-13 (-607 |#1|) (-1020 |#1|) (-10 -8 (-15 -3743 (|#1| $)) (-15 -2096 ($ $)) (-15 -3765 ($ $)) (-15 -1925 (|#1| $ $)) (-15 -4125 ($ (-757))) (-15 -2854 ($ (-630 (-553)))) (-15 -2997 ((-111) $)) (-15 -3867 ((-111) $)) (-15 -2672 ((-757) $)) (-15 -1478 ($ (-1 |#1| |#1|) $)))) (-1031) (-630 (-1155))) (T -50))
+((-3743 (*1 *2 *1) (-12 (-4 *2 (-1031)) (-5 *1 (-50 *2 *3)) (-14 *3 (-630 (-1155))))) (-2096 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1031)) (-14 *3 (-630 (-1155))))) (-3765 (*1 *1 *1) (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1031)) (-14 *3 (-630 (-1155))))) (-1925 (*1 *2 *1 *1) (-12 (-4 *2 (-1031)) (-5 *1 (-50 *2 *3)) (-14 *3 (-630 (-1155))))) (-4125 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031)) (-14 *4 (-630 (-1155))))) (-2854 (*1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031)) (-14 *4 (-630 (-1155))))) (-2997 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031)) (-14 *4 (-630 (-1155))))) (-3867 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031)) (-14 *4 (-630 (-1155))))) (-2672 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031)) (-14 *4 (-630 (-1155))))) (-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-50 *3 *4)) (-14 *4 (-630 (-1155))))))
+(-13 (-607 |#1|) (-1020 |#1|) (-10 -8 (-15 -3743 (|#1| $)) (-15 -2096 ($ $)) (-15 -3765 ($ $)) (-15 -1925 (|#1| $ $)) (-15 -4125 ($ (-757))) (-15 -2854 ($ (-630 (-553)))) (-15 -2997 ((-111) $)) (-15 -3867 ((-111) $)) (-15 -2672 ((-757) $)) (-15 -1478 ($ (-1 |#1| |#1|) $))))
+((-3867 (((-111) (-52)) 13)) (-1394 (((-3 |#1| "failed") (-52)) 21)) (-2831 ((|#1| (-52)) 22)) (-3212 (((-52) |#1|) 18)))
+(((-51 |#1|) (-10 -7 (-15 -3212 ((-52) |#1|)) (-15 -1394 ((-3 |#1| "failed") (-52))) (-15 -3867 ((-111) (-52))) (-15 -2831 (|#1| (-52)))) (-1192)) (T -51))
+((-2831 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1192)))) (-3867 (*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *2 (-111)) (-5 *1 (-51 *4)) (-4 *4 (-1192)))) (-1394 (*1 *2 *3) (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1192)))) (-3212 (*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1192)))))
+(-10 -7 (-15 -3212 ((-52) |#1|)) (-15 -1394 ((-3 |#1| "failed") (-52))) (-15 -3867 ((-111) (-52))) (-15 -2831 (|#1| (-52))))
+((-3200 (((-111) $ $) NIL)) (-2805 (((-1137) (-111)) 25)) (-2780 (((-845) $) 24)) (-3666 (((-760) $) 12)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2777 (((-845) $) 16)) (-3972 (((-1083) $) 14)) (-3212 (((-845) $) 32)) (-2340 (($ (-1083) (-760)) 33)) (-1614 (((-111) $ $) 18)))
+(((-52) (-13 (-1079) (-10 -8 (-15 -2340 ($ (-1083) (-760))) (-15 -2777 ((-845) $)) (-15 -2780 ((-845) $)) (-15 -3972 ((-1083) $)) (-15 -3666 ((-760) $)) (-15 -2805 ((-1137) (-111)))))) (T -52))
+((-2340 (*1 *1 *2 *3) (-12 (-5 *2 (-1083)) (-5 *3 (-760)) (-5 *1 (-52)))) (-2777 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-52)))) (-2780 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-52)))) (-3972 (*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-52)))) (-3666 (*1 *2 *1) (-12 (-5 *2 (-760)) (-5 *1 (-52)))) (-2805 (*1 *2 *3) (-12 (-5 *3 (-111)) (-5 *2 (-1137)) (-5 *1 (-52)))))
+(-13 (-1079) (-10 -8 (-15 -2340 ($ (-1083) (-760))) (-15 -2777 ((-845) $)) (-15 -2780 ((-845) $)) (-15 -3972 ((-1083) $)) (-15 -3666 ((-760) $)) (-15 -2805 ((-1137) (-111)))))
+((-2638 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16)))
+(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -2638 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-1031) (-633 |#1|) (-835 |#1|)) (T -53))
+((-2638 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-633 *5)) (-4 *5 (-1031)) (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-835 *5)))))
+(-10 -7 (-15 -2638 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
+((-1857 ((|#3| |#3| (-630 (-1155))) 35)) (-3309 ((|#3| (-630 (-1055 |#1| |#2| |#3|)) |#3| (-903)) 22) ((|#3| (-630 (-1055 |#1| |#2| |#3|)) |#3|) 20)))
+(((-54 |#1| |#2| |#3|) (-10 -7 (-15 -3309 (|#3| (-630 (-1055 |#1| |#2| |#3|)) |#3|)) (-15 -3309 (|#3| (-630 (-1055 |#1| |#2| |#3|)) |#3| (-903))) (-15 -1857 (|#3| |#3| (-630 (-1155))))) (-1079) (-13 (-1031) (-868 |#1|) (-833) (-601 (-874 |#1|))) (-13 (-424 |#2|) (-868 |#1|) (-601 (-874 |#1|)))) (T -54))
+((-1857 (*1 *2 *2 *3) (-12 (-5 *3 (-630 (-1155))) (-4 *4 (-1079)) (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4)))) (-5 *1 (-54 *4 *5 *2)) (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4)))))) (-3309 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-630 (-1055 *5 *6 *2))) (-5 *4 (-903)) (-4 *5 (-1079)) (-4 *6 (-13 (-1031) (-868 *5) (-833) (-601 (-874 *5)))) (-4 *2 (-13 (-424 *6) (-868 *5) (-601 (-874 *5)))) (-5 *1 (-54 *5 *6 *2)))) (-3309 (*1 *2 *3 *2) (-12 (-5 *3 (-630 (-1055 *4 *5 *2))) (-4 *4 (-1079)) (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4)))) (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4)))) (-5 *1 (-54 *4 *5 *2)))))
+(-10 -7 (-15 -3309 (|#3| (-630 (-1055 |#1| |#2| |#3|)) |#3|)) (-15 -3309 (|#3| (-630 (-1055 |#1| |#2| |#3|)) |#3| (-903))) (-15 -1857 (|#3| |#3| (-630 (-1155)))))
+((-2549 (((-111) $ (-757)) 23)) (-3426 (($ $ (-553) |#3|) 47)) (-2778 (($ $ (-553) |#4|) 51)) (-1310 ((|#3| $ (-553)) 60)) (-3136 (((-630 |#2|) $) 30)) (-3625 (((-111) $ (-757)) 25)) (-4349 (((-111) |#2| $) 55)) (-2947 (($ (-1 |#2| |#2|) $) 38)) (-1478 (($ (-1 |#2| |#2|) $) 37) (($ (-1 |#2| |#2| |#2|) $ $) 41) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 43)) (-3711 (((-111) $ (-757)) 24)) (-2001 (($ $ |#2|) 35)) (-1563 (((-111) (-1 (-111) |#2|) $) 19)) (-2061 ((|#2| $ (-553) (-553)) NIL) ((|#2| $ (-553) (-553) |#2|) 27)) (-2885 (((-757) (-1 (-111) |#2|) $) 28) (((-757) |#2| $) 57)) (-1488 (($ $) 34)) (-3877 ((|#4| $ (-553)) 63)) (-3212 (((-845) $) 69)) (-1798 (((-111) (-1 (-111) |#2|) $) 18)) (-1614 (((-111) $ $) 54)) (-2656 (((-757) $) 26)))
+(((-55 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1478 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2778 (|#1| |#1| (-553) |#4|)) (-15 -3426 (|#1| |#1| (-553) |#3|)) (-15 -3136 ((-630 |#2|) |#1|)) (-15 -3877 (|#4| |#1| (-553))) (-15 -1310 (|#3| |#1| (-553))) (-15 -2061 (|#2| |#1| (-553) (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553) (-553))) (-15 -2001 (|#1| |#1| |#2|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -4349 ((-111) |#2| |#1|)) (-15 -2885 ((-757) |#2| |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2656 ((-757) |#1|)) (-15 -2549 ((-111) |#1| (-757))) (-15 -3625 ((-111) |#1| (-757))) (-15 -3711 ((-111) |#1| (-757))) (-15 -1488 (|#1| |#1|))) (-56 |#2| |#3| |#4|) (-1192) (-367 |#2|) (-367 |#2|)) (T -55))
+NIL
+(-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1478 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2778 (|#1| |#1| (-553) |#4|)) (-15 -3426 (|#1| |#1| (-553) |#3|)) (-15 -3136 ((-630 |#2|) |#1|)) (-15 -3877 (|#4| |#1| (-553))) (-15 -1310 (|#3| |#1| (-553))) (-15 -2061 (|#2| |#1| (-553) (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553) (-553))) (-15 -2001 (|#1| |#1| |#2|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -4349 ((-111) |#2| |#1|)) (-15 -2885 ((-757) |#2| |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2656 ((-757) |#1|)) (-15 -2549 ((-111) |#1| (-757))) (-15 -3625 ((-111) |#1| (-757))) (-15 -3711 ((-111) |#1| (-757))) (-15 -1488 (|#1| |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-1471 ((|#1| $ (-553) (-553) |#1|) 44)) (-3426 (($ $ (-553) |#2|) 42)) (-2778 (($ $ (-553) |#3|) 41)) (-3203 (($) 7 T CONST)) (-1310 ((|#2| $ (-553)) 46)) (-2959 ((|#1| $ (-553) (-553) |#1|) 43)) (-2891 ((|#1| $ (-553) (-553)) 48)) (-3136 (((-630 |#1|) $) 30)) (-2390 (((-757) $) 51)) (-3306 (($ (-757) (-757) |#1|) 57)) (-2402 (((-757) $) 50)) (-3625 (((-111) $ (-757)) 9)) (-3176 (((-553) $) 55)) (-1757 (((-553) $) 53)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1907 (((-553) $) 54)) (-2680 (((-553) $) 52)) (-2947 (($ (-1 |#1| |#1|) $) 34)) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2001 (($ $ |#1|) 56)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ (-553) (-553)) 49) ((|#1| $ (-553) (-553) |#1|) 47)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3877 ((|#3| $ (-553)) 45)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-56 |#1| |#2| |#3|) (-137) (-1192) (-367 |t#1|) (-367 |t#1|)) (T -56))
+((-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3306 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-757)) (-4 *3 (-1192)) (-4 *1 (-56 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-2001 (*1 *1 *1 *2) (-12 (-4 *1 (-56 *2 *3 *4)) (-4 *2 (-1192)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-3176 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-553)))) (-1907 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-553)))) (-1757 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-553)))) (-2680 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-553)))) (-2390 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-757)))) (-2402 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-757)))) (-2061 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-1192)))) (-2891 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-1192)))) (-2061 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1192)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)))) (-1310 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-56 *4 *2 *5)) (-4 *4 (-1192)) (-4 *5 (-367 *4)) (-4 *2 (-367 *4)))) (-3877 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-56 *4 *5 *2)) (-4 *4 (-1192)) (-4 *5 (-367 *4)) (-4 *2 (-367 *4)))) (-3136 (*1 *2 *1) (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-630 *3)))) (-1471 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1192)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)))) (-2959 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1192)) (-4 *4 (-367 *2)) (-4 *5 (-367 *2)))) (-3426 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-553)) (-4 *1 (-56 *4 *3 *5)) (-4 *4 (-1192)) (-4 *3 (-367 *4)) (-4 *5 (-367 *4)))) (-2778 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-553)) (-4 *1 (-56 *4 *5 *3)) (-4 *4 (-1192)) (-4 *5 (-367 *4)) (-4 *3 (-367 *4)))) (-2947 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1478 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1478 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
+(-13 (-482 |t#1|) (-10 -8 (-6 -4370) (-6 -4369) (-15 -3306 ($ (-757) (-757) |t#1|)) (-15 -2001 ($ $ |t#1|)) (-15 -3176 ((-553) $)) (-15 -1907 ((-553) $)) (-15 -1757 ((-553) $)) (-15 -2680 ((-553) $)) (-15 -2390 ((-757) $)) (-15 -2402 ((-757) $)) (-15 -2061 (|t#1| $ (-553) (-553))) (-15 -2891 (|t#1| $ (-553) (-553))) (-15 -2061 (|t#1| $ (-553) (-553) |t#1|)) (-15 -1310 (|t#2| $ (-553))) (-15 -3877 (|t#3| $ (-553))) (-15 -3136 ((-630 |t#1|) $)) (-15 -1471 (|t#1| $ (-553) (-553) |t#1|)) (-15 -2959 (|t#1| $ (-553) (-553) |t#1|)) (-15 -3426 ($ $ (-553) |t#2|)) (-15 -2778 ($ $ (-553) |t#3|)) (-15 -1478 ($ (-1 |t#1| |t#1|) $)) (-15 -2947 ($ (-1 |t#1| |t#1|) $)) (-15 -1478 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -1478 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3108 (((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 16)) (-3883 ((|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|) 18)) (-1478 (((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)) 13)))
+(((-57 |#1| |#2|) (-10 -7 (-15 -3108 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -3883 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -1478 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|)))) (-1192) (-1192)) (T -57))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-58 *6)) (-5 *1 (-57 *5 *6)))) (-3883 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1192)) (-4 *2 (-1192)) (-5 *1 (-57 *5 *2)))) (-3108 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1192)) (-4 *5 (-1192)) (-5 *2 (-58 *5)) (-5 *1 (-57 *6 *5)))))
+(-10 -7 (-15 -3108 ((-58 |#2|) (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -3883 (|#2| (-1 |#2| |#1| |#2|) (-58 |#1|) |#2|)) (-15 -1478 ((-58 |#2|) (-1 |#2| |#1|) (-58 |#1|))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-553) |#1|) 11 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1457 (((-553) (-1 (-111) |#1|) $) NIL) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079)))) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-2172 (($ (-630 |#1|)) 13) (($ (-757) |#1|) 14)) (-3306 (($ (-757) |#1|) 9)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2701 ((|#1| $) NIL (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 7)) (-2061 ((|#1| $ (-553) |#1|) NIL) ((|#1| $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) NIL)) (-4320 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-630 $)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-58 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -2172 ($ (-630 |#1|))) (-15 -2172 ($ (-757) |#1|)))) (-1192)) (T -58))
+((-2172 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-58 *3)))) (-2172 (*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-5 *1 (-58 *3)) (-4 *3 (-1192)))))
+(-13 (-19 |#1|) (-10 -8 (-15 -2172 ($ (-630 |#1|))) (-15 -2172 ($ (-757) |#1|))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-553) (-553) |#1|) NIL)) (-3426 (($ $ (-553) (-58 |#1|)) NIL)) (-2778 (($ $ (-553) (-58 |#1|)) NIL)) (-3203 (($) NIL T CONST)) (-1310 (((-58 |#1|) $ (-553)) NIL)) (-2959 ((|#1| $ (-553) (-553) |#1|) NIL)) (-2891 ((|#1| $ (-553) (-553)) NIL)) (-3136 (((-630 |#1|) $) NIL)) (-2390 (((-757) $) NIL)) (-3306 (($ (-757) (-757) |#1|) NIL)) (-2402 (((-757) $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-3176 (((-553) $) NIL)) (-1757 (((-553) $) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1907 (((-553) $) NIL)) (-2680 (((-553) $) NIL)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2001 (($ $ |#1|) NIL)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-553) (-553)) NIL) ((|#1| $ (-553) (-553) |#1|) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3877 (((-58 |#1|) $ (-553)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-59 |#1|) (-13 (-56 |#1| (-58 |#1|) (-58 |#1|)) (-10 -7 (-6 -4370))) (-1192)) (T -59))
+NIL
+(-13 (-56 |#1| (-58 |#1|) (-58 |#1|)) (-10 -7 (-6 -4370)))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 74) (((-3 $ "failed") (-1238 (-310 (-553)))) 63) (((-3 $ "failed") (-1238 (-934 (-373)))) 94) (((-3 $ "failed") (-1238 (-934 (-553)))) 84) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 52) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 39)) (-2831 (($ (-1238 (-310 (-373)))) 70) (($ (-1238 (-310 (-553)))) 59) (($ (-1238 (-934 (-373)))) 90) (($ (-1238 (-934 (-553)))) 80) (($ (-1238 (-401 (-934 (-373))))) 48) (($ (-1238 (-401 (-934 (-553))))) 32)) (-2176 (((-1243) $) 120)) (-3212 (((-845) $) 113) (($ (-630 (-324))) 103) (($ (-324)) 97) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 101) (($ (-1238 (-333 (-3225 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3225) (-684)))) 31)))
+(((-60 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3225) (-684))))))) (-1155)) (T -60))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3225) (-684)))) (-5 *1 (-60 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-3225) (-684)))))))
+((-2176 (((-1243) $) 53) (((-1243)) 54)) (-3212 (((-845) $) 50)))
+(((-61 |#1|) (-13 (-389) (-10 -7 (-15 -2176 ((-1243))))) (-1155)) (T -61))
+((-2176 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-61 *3)) (-14 *3 (-1155)))))
+(-13 (-389) (-10 -7 (-15 -2176 ((-1243)))))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 144) (((-3 $ "failed") (-1238 (-310 (-553)))) 134) (((-3 $ "failed") (-1238 (-934 (-373)))) 164) (((-3 $ "failed") (-1238 (-934 (-553)))) 154) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 123) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 111)) (-2831 (($ (-1238 (-310 (-373)))) 140) (($ (-1238 (-310 (-553)))) 130) (($ (-1238 (-934 (-373)))) 160) (($ (-1238 (-934 (-553)))) 150) (($ (-1238 (-401 (-934 (-373))))) 119) (($ (-1238 (-401 (-934 (-553))))) 104)) (-2176 (((-1243) $) 97)) (-3212 (((-845) $) 91) (($ (-630 (-324))) 29) (($ (-324)) 34) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 32) (($ (-1238 (-333 (-3225) (-3225 (QUOTE XC)) (-684)))) 89)))
+(((-62 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE XC)) (-684))))))) (-1155)) (T -62))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 (QUOTE XC)) (-684)))) (-5 *1 (-62 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE XC)) (-684)))))))
+((-1394 (((-3 $ "failed") (-310 (-373))) 41) (((-3 $ "failed") (-310 (-553))) 46) (((-3 $ "failed") (-934 (-373))) 50) (((-3 $ "failed") (-934 (-553))) 54) (((-3 $ "failed") (-401 (-934 (-373)))) 36) (((-3 $ "failed") (-401 (-934 (-553)))) 29)) (-2831 (($ (-310 (-373))) 39) (($ (-310 (-553))) 44) (($ (-934 (-373))) 48) (($ (-934 (-553))) 52) (($ (-401 (-934 (-373)))) 34) (($ (-401 (-934 (-553)))) 26)) (-2176 (((-1243) $) 76)) (-3212 (((-845) $) 69) (($ (-630 (-324))) 61) (($ (-324)) 66) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 64) (($ (-333 (-3225 (QUOTE X)) (-3225) (-684))) 25)))
+(((-63 |#1|) (-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225 (QUOTE X)) (-3225) (-684)))))) (-1155)) (T -63))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-333 (-3225 (QUOTE X)) (-3225) (-684))) (-5 *1 (-63 *3)) (-14 *3 (-1155)))))
+(-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225 (QUOTE X)) (-3225) (-684))))))
+((-1394 (((-3 $ "failed") (-674 (-310 (-373)))) 109) (((-3 $ "failed") (-674 (-310 (-553)))) 97) (((-3 $ "failed") (-674 (-934 (-373)))) 131) (((-3 $ "failed") (-674 (-934 (-553)))) 120) (((-3 $ "failed") (-674 (-401 (-934 (-373))))) 85) (((-3 $ "failed") (-674 (-401 (-934 (-553))))) 71)) (-2831 (($ (-674 (-310 (-373)))) 105) (($ (-674 (-310 (-553)))) 93) (($ (-674 (-934 (-373)))) 127) (($ (-674 (-934 (-553)))) 116) (($ (-674 (-401 (-934 (-373))))) 81) (($ (-674 (-401 (-934 (-553))))) 64)) (-2176 (((-1243) $) 139)) (-3212 (((-845) $) 133) (($ (-630 (-324))) 28) (($ (-324)) 33) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 31) (($ (-674 (-333 (-3225) (-3225 (QUOTE X) (QUOTE HESS)) (-684)))) 54)))
+(((-64 |#1|) (-13 (-378) (-10 -8 (-15 -3212 ($ (-674 (-333 (-3225) (-3225 (QUOTE X) (QUOTE HESS)) (-684))))))) (-1155)) (T -64))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-674 (-333 (-3225) (-3225 (QUOTE X) (QUOTE HESS)) (-684)))) (-5 *1 (-64 *3)) (-14 *3 (-1155)))))
+(-13 (-378) (-10 -8 (-15 -3212 ($ (-674 (-333 (-3225) (-3225 (QUOTE X) (QUOTE HESS)) (-684)))))))
+((-1394 (((-3 $ "failed") (-310 (-373))) 59) (((-3 $ "failed") (-310 (-553))) 64) (((-3 $ "failed") (-934 (-373))) 68) (((-3 $ "failed") (-934 (-553))) 72) (((-3 $ "failed") (-401 (-934 (-373)))) 54) (((-3 $ "failed") (-401 (-934 (-553)))) 47)) (-2831 (($ (-310 (-373))) 57) (($ (-310 (-553))) 62) (($ (-934 (-373))) 66) (($ (-934 (-553))) 70) (($ (-401 (-934 (-373)))) 52) (($ (-401 (-934 (-553)))) 44)) (-2176 (((-1243) $) 81)) (-3212 (((-845) $) 75) (($ (-630 (-324))) 28) (($ (-324)) 33) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 31) (($ (-333 (-3225) (-3225 (QUOTE XC)) (-684))) 39)))
+(((-65 |#1|) (-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225) (-3225 (QUOTE XC)) (-684)))))) (-1155)) (T -65))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-333 (-3225) (-3225 (QUOTE XC)) (-684))) (-5 *1 (-65 *3)) (-14 *3 (-1155)))))
+(-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225) (-3225 (QUOTE XC)) (-684))))))
+((-2176 (((-1243) $) 63)) (-3212 (((-845) $) 57) (($ (-674 (-684))) 49) (($ (-630 (-324))) 48) (($ (-324)) 55) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 53)))
+(((-66 |#1|) (-377) (-1155)) (T -66))
NIL
(-377)
-((-2175 (((-1242) $) 64)) (-3213 (((-844) $) 58) (($ (-673 (-683))) 50) (($ (-629 (-324))) 49) (($ (-324)) 52) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 55)))
-(((-67 |#1|) (-377) (-1154)) (T -67))
+((-2176 (((-1243) $) 64)) (-3212 (((-845) $) 58) (($ (-674 (-684))) 50) (($ (-630 (-324))) 49) (($ (-324)) 52) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 55)))
+(((-67 |#1|) (-377) (-1155)) (T -67))
NIL
(-377)
-((-2175 (((-1242) $) NIL) (((-1242)) 32)) (-3213 (((-844) $) NIL)))
-(((-68 |#1|) (-13 (-389) (-10 -7 (-15 -2175 ((-1242))))) (-1154)) (T -68))
-((-2175 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-68 *3)) (-14 *3 (-1154)))))
-(-13 (-389) (-10 -7 (-15 -2175 ((-1242)))))
-((-2175 (((-1242) $) 73)) (-3213 (((-844) $) 67) (($ (-673 (-683))) 59) (($ (-629 (-324))) 61) (($ (-324)) 64) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 58)))
-(((-69 |#1|) (-377) (-1154)) (T -69))
+((-2176 (((-1243) $) NIL) (((-1243)) 32)) (-3212 (((-845) $) NIL)))
+(((-68 |#1|) (-13 (-389) (-10 -7 (-15 -2176 ((-1243))))) (-1155)) (T -68))
+((-2176 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-68 *3)) (-14 *3 (-1155)))))
+(-13 (-389) (-10 -7 (-15 -2176 ((-1243)))))
+((-2176 (((-1243) $) 73)) (-3212 (((-845) $) 67) (($ (-674 (-684))) 59) (($ (-630 (-324))) 61) (($ (-324)) 64) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 58)))
+(((-69 |#1|) (-377) (-1155)) (T -69))
NIL
(-377)
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 103) (((-3 $ "failed") (-1237 (-310 (-552)))) 92) (((-3 $ "failed") (-1237 (-933 (-373)))) 123) (((-3 $ "failed") (-1237 (-933 (-552)))) 113) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 81) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 68)) (-2832 (($ (-1237 (-310 (-373)))) 99) (($ (-1237 (-310 (-552)))) 88) (($ (-1237 (-933 (-373)))) 119) (($ (-1237 (-933 (-552)))) 109) (($ (-1237 (-401 (-933 (-373))))) 77) (($ (-1237 (-401 (-933 (-552))))) 61)) (-2175 (((-1242) $) 136)) (-3213 (((-844) $) 130) (($ (-629 (-324))) 125) (($ (-324)) 128) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 53) (($ (-1237 (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683)))) 54)))
-(((-70 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683))))))) (-1154)) (T -70))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683)))) (-5 *1 (-70 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683)))))))
-((-2175 (((-1242) $) 32) (((-1242)) 31)) (-3213 (((-844) $) 35)))
-(((-71 |#1|) (-13 (-389) (-10 -7 (-15 -2175 ((-1242))))) (-1154)) (T -71))
-((-2175 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-71 *3)) (-14 *3 (-1154)))))
-(-13 (-389) (-10 -7 (-15 -2175 ((-1242)))))
-((-2175 (((-1242) $) 63)) (-3213 (((-844) $) 57) (($ (-673 (-683))) 49) (($ (-629 (-324))) 51) (($ (-324)) 54) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 48)))
-(((-72 |#1|) (-377) (-1154)) (T -72))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 103) (((-3 $ "failed") (-1238 (-310 (-553)))) 92) (((-3 $ "failed") (-1238 (-934 (-373)))) 123) (((-3 $ "failed") (-1238 (-934 (-553)))) 113) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 81) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 68)) (-2831 (($ (-1238 (-310 (-373)))) 99) (($ (-1238 (-310 (-553)))) 88) (($ (-1238 (-934 (-373)))) 119) (($ (-1238 (-934 (-553)))) 109) (($ (-1238 (-401 (-934 (-373))))) 77) (($ (-1238 (-401 (-934 (-553))))) 61)) (-2176 (((-1243) $) 136)) (-3212 (((-845) $) 130) (($ (-630 (-324))) 125) (($ (-324)) 128) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 53) (($ (-1238 (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684)))) 54)))
+(((-70 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684))))))) (-1155)) (T -70))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684)))) (-5 *1 (-70 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684)))))))
+((-2176 (((-1243) $) 32) (((-1243)) 31)) (-3212 (((-845) $) 35)))
+(((-71 |#1|) (-13 (-389) (-10 -7 (-15 -2176 ((-1243))))) (-1155)) (T -71))
+((-2176 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-71 *3)) (-14 *3 (-1155)))))
+(-13 (-389) (-10 -7 (-15 -2176 ((-1243)))))
+((-2176 (((-1243) $) 63)) (-3212 (((-845) $) 57) (($ (-674 (-684))) 49) (($ (-630 (-324))) 51) (($ (-324)) 54) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 48)))
+(((-72 |#1|) (-377) (-1155)) (T -72))
NIL
(-377)
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 125) (((-3 $ "failed") (-1237 (-310 (-552)))) 115) (((-3 $ "failed") (-1237 (-933 (-373)))) 145) (((-3 $ "failed") (-1237 (-933 (-552)))) 135) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 105) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 93)) (-2832 (($ (-1237 (-310 (-373)))) 121) (($ (-1237 (-310 (-552)))) 111) (($ (-1237 (-933 (-373)))) 141) (($ (-1237 (-933 (-552)))) 131) (($ (-1237 (-401 (-933 (-373))))) 101) (($ (-1237 (-401 (-933 (-552))))) 86)) (-2175 (((-1242) $) 78)) (-3213 (((-844) $) 27) (($ (-629 (-324))) 68) (($ (-324)) 64) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 71) (($ (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683)))) 65)))
-(((-73 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683))))))) (-1154)) (T -73))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683)))) (-5 *1 (-73 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683)))))))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 130) (((-3 $ "failed") (-1237 (-310 (-552)))) 119) (((-3 $ "failed") (-1237 (-933 (-373)))) 150) (((-3 $ "failed") (-1237 (-933 (-552)))) 140) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 108) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 95)) (-2832 (($ (-1237 (-310 (-373)))) 126) (($ (-1237 (-310 (-552)))) 115) (($ (-1237 (-933 (-373)))) 146) (($ (-1237 (-933 (-552)))) 136) (($ (-1237 (-401 (-933 (-373))))) 104) (($ (-1237 (-401 (-933 (-552))))) 88)) (-2175 (((-1242) $) 79)) (-3213 (((-844) $) 71) (($ (-629 (-324))) NIL) (($ (-324)) NIL) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) NIL) (($ (-1237 (-333 (-3226 (QUOTE X) (QUOTE EPS)) (-3226 (QUOTE -4334)) (-683)))) 66)))
-(((-74 |#1| |#2| |#3|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X) (QUOTE EPS)) (-3226 (QUOTE -4334)) (-683))))))) (-1154) (-1154) (-1154)) (T -74))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226 (QUOTE X) (QUOTE EPS)) (-3226 (QUOTE -4334)) (-683)))) (-5 *1 (-74 *3 *4 *5)) (-14 *3 (-1154)) (-14 *4 (-1154)) (-14 *5 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X) (QUOTE EPS)) (-3226 (QUOTE -4334)) (-683)))))))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 134) (((-3 $ "failed") (-1237 (-310 (-552)))) 123) (((-3 $ "failed") (-1237 (-933 (-373)))) 154) (((-3 $ "failed") (-1237 (-933 (-552)))) 144) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 112) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 99)) (-2832 (($ (-1237 (-310 (-373)))) 130) (($ (-1237 (-310 (-552)))) 119) (($ (-1237 (-933 (-373)))) 150) (($ (-1237 (-933 (-552)))) 140) (($ (-1237 (-401 (-933 (-373))))) 108) (($ (-1237 (-401 (-933 (-552))))) 92)) (-2175 (((-1242) $) 83)) (-3213 (((-844) $) 75) (($ (-629 (-324))) NIL) (($ (-324)) NIL) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) NIL) (($ (-1237 (-333 (-3226 (QUOTE EPS)) (-3226 (QUOTE YA) (QUOTE YB)) (-683)))) 70)))
-(((-75 |#1| |#2| |#3|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE EPS)) (-3226 (QUOTE YA) (QUOTE YB)) (-683))))))) (-1154) (-1154) (-1154)) (T -75))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226 (QUOTE EPS)) (-3226 (QUOTE YA) (QUOTE YB)) (-683)))) (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1154)) (-14 *4 (-1154)) (-14 *5 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE EPS)) (-3226 (QUOTE YA) (QUOTE YB)) (-683)))))))
-((-1393 (((-3 $ "failed") (-310 (-373))) 82) (((-3 $ "failed") (-310 (-552))) 87) (((-3 $ "failed") (-933 (-373))) 91) (((-3 $ "failed") (-933 (-552))) 95) (((-3 $ "failed") (-401 (-933 (-373)))) 77) (((-3 $ "failed") (-401 (-933 (-552)))) 70)) (-2832 (($ (-310 (-373))) 80) (($ (-310 (-552))) 85) (($ (-933 (-373))) 89) (($ (-933 (-552))) 93) (($ (-401 (-933 (-373)))) 75) (($ (-401 (-933 (-552)))) 67)) (-2175 (((-1242) $) 62)) (-3213 (((-844) $) 50) (($ (-629 (-324))) 46) (($ (-324)) 56) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 54) (($ (-333 (-3226) (-3226 (QUOTE X)) (-683))) 47)))
-(((-76 |#1|) (-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226) (-3226 (QUOTE X)) (-683)))))) (-1154)) (T -76))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-333 (-3226) (-3226 (QUOTE X)) (-683))) (-5 *1 (-76 *3)) (-14 *3 (-1154)))))
-(-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226) (-3226 (QUOTE X)) (-683))))))
-((-1393 (((-3 $ "failed") (-310 (-373))) 46) (((-3 $ "failed") (-310 (-552))) 51) (((-3 $ "failed") (-933 (-373))) 55) (((-3 $ "failed") (-933 (-552))) 59) (((-3 $ "failed") (-401 (-933 (-373)))) 41) (((-3 $ "failed") (-401 (-933 (-552)))) 34)) (-2832 (($ (-310 (-373))) 44) (($ (-310 (-552))) 49) (($ (-933 (-373))) 53) (($ (-933 (-552))) 57) (($ (-401 (-933 (-373)))) 39) (($ (-401 (-933 (-552)))) 31)) (-2175 (((-1242) $) 80)) (-3213 (((-844) $) 74) (($ (-629 (-324))) 66) (($ (-324)) 71) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 69) (($ (-333 (-3226) (-3226 (QUOTE X)) (-683))) 30)))
-(((-77 |#1|) (-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226) (-3226 (QUOTE X)) (-683)))))) (-1154)) (T -77))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-333 (-3226) (-3226 (QUOTE X)) (-683))) (-5 *1 (-77 *3)) (-14 *3 (-1154)))))
-(-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226) (-3226 (QUOTE X)) (-683))))))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 89) (((-3 $ "failed") (-1237 (-310 (-552)))) 78) (((-3 $ "failed") (-1237 (-933 (-373)))) 109) (((-3 $ "failed") (-1237 (-933 (-552)))) 99) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 67) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 54)) (-2832 (($ (-1237 (-310 (-373)))) 85) (($ (-1237 (-310 (-552)))) 74) (($ (-1237 (-933 (-373)))) 105) (($ (-1237 (-933 (-552)))) 95) (($ (-1237 (-401 (-933 (-373))))) 63) (($ (-1237 (-401 (-933 (-552))))) 47)) (-2175 (((-1242) $) 125)) (-3213 (((-844) $) 119) (($ (-629 (-324))) 112) (($ (-324)) 37) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 115) (($ (-1237 (-333 (-3226) (-3226 (QUOTE XC)) (-683)))) 38)))
-(((-78 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE XC)) (-683))))))) (-1154)) (T -78))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 (QUOTE XC)) (-683)))) (-5 *1 (-78 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE XC)) (-683)))))))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 142) (((-3 $ "failed") (-1237 (-310 (-552)))) 132) (((-3 $ "failed") (-1237 (-933 (-373)))) 162) (((-3 $ "failed") (-1237 (-933 (-552)))) 152) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 122) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 110)) (-2832 (($ (-1237 (-310 (-373)))) 138) (($ (-1237 (-310 (-552)))) 128) (($ (-1237 (-933 (-373)))) 158) (($ (-1237 (-933 (-552)))) 148) (($ (-1237 (-401 (-933 (-373))))) 118) (($ (-1237 (-401 (-933 (-552))))) 103)) (-2175 (((-1242) $) 96)) (-3213 (((-844) $) 90) (($ (-629 (-324))) 81) (($ (-324)) 88) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 86) (($ (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683)))) 82)))
-(((-79 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683))))))) (-1154)) (T -79))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683)))) (-5 *1 (-79 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683)))))))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 78) (((-3 $ "failed") (-1237 (-310 (-552)))) 67) (((-3 $ "failed") (-1237 (-933 (-373)))) 98) (((-3 $ "failed") (-1237 (-933 (-552)))) 88) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 56) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 43)) (-2832 (($ (-1237 (-310 (-373)))) 74) (($ (-1237 (-310 (-552)))) 63) (($ (-1237 (-933 (-373)))) 94) (($ (-1237 (-933 (-552)))) 84) (($ (-1237 (-401 (-933 (-373))))) 52) (($ (-1237 (-401 (-933 (-552))))) 36)) (-2175 (((-1242) $) 124)) (-3213 (((-844) $) 118) (($ (-629 (-324))) 109) (($ (-324)) 115) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 113) (($ (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683)))) 35)))
-(((-80 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683))))))) (-1154)) (T -80))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683)))) (-5 *1 (-80 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226) (-3226 (QUOTE X)) (-683)))))))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 95) (((-3 $ "failed") (-1237 (-310 (-552)))) 84) (((-3 $ "failed") (-1237 (-933 (-373)))) 115) (((-3 $ "failed") (-1237 (-933 (-552)))) 105) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 73) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 60)) (-2832 (($ (-1237 (-310 (-373)))) 91) (($ (-1237 (-310 (-552)))) 80) (($ (-1237 (-933 (-373)))) 111) (($ (-1237 (-933 (-552)))) 101) (($ (-1237 (-401 (-933 (-373))))) 69) (($ (-1237 (-401 (-933 (-552))))) 53)) (-2175 (((-1242) $) 45)) (-3213 (((-844) $) 39) (($ (-629 (-324))) 29) (($ (-324)) 32) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 35) (($ (-1237 (-333 (-3226 (QUOTE X) (QUOTE -4334)) (-3226) (-683)))) 30)))
-(((-81 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X) (QUOTE -4334)) (-3226) (-683))))))) (-1154)) (T -81))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226 (QUOTE X) (QUOTE -4334)) (-3226) (-683)))) (-5 *1 (-81 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X) (QUOTE -4334)) (-3226) (-683)))))))
-((-1393 (((-3 $ "failed") (-673 (-310 (-373)))) 115) (((-3 $ "failed") (-673 (-310 (-552)))) 104) (((-3 $ "failed") (-673 (-933 (-373)))) 137) (((-3 $ "failed") (-673 (-933 (-552)))) 126) (((-3 $ "failed") (-673 (-401 (-933 (-373))))) 93) (((-3 $ "failed") (-673 (-401 (-933 (-552))))) 80)) (-2832 (($ (-673 (-310 (-373)))) 111) (($ (-673 (-310 (-552)))) 100) (($ (-673 (-933 (-373)))) 133) (($ (-673 (-933 (-552)))) 122) (($ (-673 (-401 (-933 (-373))))) 89) (($ (-673 (-401 (-933 (-552))))) 73)) (-2175 (((-1242) $) 63)) (-3213 (((-844) $) 50) (($ (-629 (-324))) 57) (($ (-324)) 46) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 55) (($ (-673 (-333 (-3226 (QUOTE X) (QUOTE -4334)) (-3226) (-683)))) 47)))
-(((-82 |#1|) (-13 (-378) (-10 -8 (-15 -3213 ($ (-673 (-333 (-3226 (QUOTE X) (QUOTE -4334)) (-3226) (-683))))))) (-1154)) (T -82))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-673 (-333 (-3226 (QUOTE X) (QUOTE -4334)) (-3226) (-683)))) (-5 *1 (-82 *3)) (-14 *3 (-1154)))))
-(-13 (-378) (-10 -8 (-15 -3213 ($ (-673 (-333 (-3226 (QUOTE X) (QUOTE -4334)) (-3226) (-683)))))))
-((-1393 (((-3 $ "failed") (-673 (-310 (-373)))) 112) (((-3 $ "failed") (-673 (-310 (-552)))) 100) (((-3 $ "failed") (-673 (-933 (-373)))) 134) (((-3 $ "failed") (-673 (-933 (-552)))) 123) (((-3 $ "failed") (-673 (-401 (-933 (-373))))) 88) (((-3 $ "failed") (-673 (-401 (-933 (-552))))) 74)) (-2832 (($ (-673 (-310 (-373)))) 108) (($ (-673 (-310 (-552)))) 96) (($ (-673 (-933 (-373)))) 130) (($ (-673 (-933 (-552)))) 119) (($ (-673 (-401 (-933 (-373))))) 84) (($ (-673 (-401 (-933 (-552))))) 67)) (-2175 (((-1242) $) 59)) (-3213 (((-844) $) 53) (($ (-629 (-324))) 47) (($ (-324)) 50) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 44) (($ (-673 (-333 (-3226 (QUOTE X)) (-3226) (-683)))) 45)))
-(((-83 |#1|) (-13 (-378) (-10 -8 (-15 -3213 ($ (-673 (-333 (-3226 (QUOTE X)) (-3226) (-683))))))) (-1154)) (T -83))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-673 (-333 (-3226 (QUOTE X)) (-3226) (-683)))) (-5 *1 (-83 *3)) (-14 *3 (-1154)))))
-(-13 (-378) (-10 -8 (-15 -3213 ($ (-673 (-333 (-3226 (QUOTE X)) (-3226) (-683)))))))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 104) (((-3 $ "failed") (-1237 (-310 (-552)))) 93) (((-3 $ "failed") (-1237 (-933 (-373)))) 124) (((-3 $ "failed") (-1237 (-933 (-552)))) 114) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 82) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 69)) (-2832 (($ (-1237 (-310 (-373)))) 100) (($ (-1237 (-310 (-552)))) 89) (($ (-1237 (-933 (-373)))) 120) (($ (-1237 (-933 (-552)))) 110) (($ (-1237 (-401 (-933 (-373))))) 78) (($ (-1237 (-401 (-933 (-552))))) 62)) (-2175 (((-1242) $) 46)) (-3213 (((-844) $) 40) (($ (-629 (-324))) 49) (($ (-324)) 36) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 52) (($ (-1237 (-333 (-3226 (QUOTE X)) (-3226) (-683)))) 37)))
-(((-84 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X)) (-3226) (-683))))))) (-1154)) (T -84))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226 (QUOTE X)) (-3226) (-683)))) (-5 *1 (-84 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X)) (-3226) (-683)))))))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 79) (((-3 $ "failed") (-1237 (-310 (-552)))) 68) (((-3 $ "failed") (-1237 (-933 (-373)))) 99) (((-3 $ "failed") (-1237 (-933 (-552)))) 89) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 57) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 44)) (-2832 (($ (-1237 (-310 (-373)))) 75) (($ (-1237 (-310 (-552)))) 64) (($ (-1237 (-933 (-373)))) 95) (($ (-1237 (-933 (-552)))) 85) (($ (-1237 (-401 (-933 (-373))))) 53) (($ (-1237 (-401 (-933 (-552))))) 37)) (-2175 (((-1242) $) 125)) (-3213 (((-844) $) 119) (($ (-629 (-324))) 110) (($ (-324)) 116) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 114) (($ (-1237 (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683)))) 36)))
-(((-85 |#1|) (-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683))))))) (-1154)) (T -85))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683)))) (-5 *1 (-85 *3)) (-14 *3 (-1154)))))
-(-13 (-434) (-10 -8 (-15 -3213 ($ (-1237 (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683)))))))
-((-1393 (((-3 $ "failed") (-673 (-310 (-373)))) 113) (((-3 $ "failed") (-673 (-310 (-552)))) 101) (((-3 $ "failed") (-673 (-933 (-373)))) 135) (((-3 $ "failed") (-673 (-933 (-552)))) 124) (((-3 $ "failed") (-673 (-401 (-933 (-373))))) 89) (((-3 $ "failed") (-673 (-401 (-933 (-552))))) 75)) (-2832 (($ (-673 (-310 (-373)))) 109) (($ (-673 (-310 (-552)))) 97) (($ (-673 (-933 (-373)))) 131) (($ (-673 (-933 (-552)))) 120) (($ (-673 (-401 (-933 (-373))))) 85) (($ (-673 (-401 (-933 (-552))))) 68)) (-2175 (((-1242) $) 59)) (-3213 (((-844) $) 53) (($ (-629 (-324))) 43) (($ (-324)) 50) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 48) (($ (-673 (-333 (-3226 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3226) (-683)))) 44)))
-(((-86 |#1|) (-13 (-378) (-10 -8 (-15 -3213 ($ (-673 (-333 (-3226 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3226) (-683))))))) (-1154)) (T -86))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-673 (-333 (-3226 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3226) (-683)))) (-5 *1 (-86 *3)) (-14 *3 (-1154)))))
-(-13 (-378) (-10 -8 (-15 -3213 ($ (-673 (-333 (-3226 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3226) (-683)))))))
-((-2175 (((-1242) $) 44)) (-3213 (((-844) $) 38) (($ (-1237 (-683))) 92) (($ (-629 (-324))) 30) (($ (-324)) 35) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 33)))
-(((-87 |#1|) (-433) (-1154)) (T -87))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 125) (((-3 $ "failed") (-1238 (-310 (-553)))) 115) (((-3 $ "failed") (-1238 (-934 (-373)))) 145) (((-3 $ "failed") (-1238 (-934 (-553)))) 135) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 105) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 93)) (-2831 (($ (-1238 (-310 (-373)))) 121) (($ (-1238 (-310 (-553)))) 111) (($ (-1238 (-934 (-373)))) 141) (($ (-1238 (-934 (-553)))) 131) (($ (-1238 (-401 (-934 (-373))))) 101) (($ (-1238 (-401 (-934 (-553))))) 86)) (-2176 (((-1243) $) 78)) (-3212 (((-845) $) 27) (($ (-630 (-324))) 68) (($ (-324)) 64) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 71) (($ (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684)))) 65)))
+(((-73 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684))))))) (-1155)) (T -73))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684)))) (-5 *1 (-73 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684)))))))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 130) (((-3 $ "failed") (-1238 (-310 (-553)))) 119) (((-3 $ "failed") (-1238 (-934 (-373)))) 150) (((-3 $ "failed") (-1238 (-934 (-553)))) 140) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 108) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 95)) (-2831 (($ (-1238 (-310 (-373)))) 126) (($ (-1238 (-310 (-553)))) 115) (($ (-1238 (-934 (-373)))) 146) (($ (-1238 (-934 (-553)))) 136) (($ (-1238 (-401 (-934 (-373))))) 104) (($ (-1238 (-401 (-934 (-553))))) 88)) (-2176 (((-1243) $) 79)) (-3212 (((-845) $) 71) (($ (-630 (-324))) NIL) (($ (-324)) NIL) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) NIL) (($ (-1238 (-333 (-3225 (QUOTE X) (QUOTE EPS)) (-3225 (QUOTE -4335)) (-684)))) 66)))
+(((-74 |#1| |#2| |#3|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X) (QUOTE EPS)) (-3225 (QUOTE -4335)) (-684))))))) (-1155) (-1155) (-1155)) (T -74))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225 (QUOTE X) (QUOTE EPS)) (-3225 (QUOTE -4335)) (-684)))) (-5 *1 (-74 *3 *4 *5)) (-14 *3 (-1155)) (-14 *4 (-1155)) (-14 *5 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X) (QUOTE EPS)) (-3225 (QUOTE -4335)) (-684)))))))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 134) (((-3 $ "failed") (-1238 (-310 (-553)))) 123) (((-3 $ "failed") (-1238 (-934 (-373)))) 154) (((-3 $ "failed") (-1238 (-934 (-553)))) 144) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 112) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 99)) (-2831 (($ (-1238 (-310 (-373)))) 130) (($ (-1238 (-310 (-553)))) 119) (($ (-1238 (-934 (-373)))) 150) (($ (-1238 (-934 (-553)))) 140) (($ (-1238 (-401 (-934 (-373))))) 108) (($ (-1238 (-401 (-934 (-553))))) 92)) (-2176 (((-1243) $) 83)) (-3212 (((-845) $) 75) (($ (-630 (-324))) NIL) (($ (-324)) NIL) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) NIL) (($ (-1238 (-333 (-3225 (QUOTE EPS)) (-3225 (QUOTE YA) (QUOTE YB)) (-684)))) 70)))
+(((-75 |#1| |#2| |#3|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE EPS)) (-3225 (QUOTE YA) (QUOTE YB)) (-684))))))) (-1155) (-1155) (-1155)) (T -75))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225 (QUOTE EPS)) (-3225 (QUOTE YA) (QUOTE YB)) (-684)))) (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1155)) (-14 *4 (-1155)) (-14 *5 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE EPS)) (-3225 (QUOTE YA) (QUOTE YB)) (-684)))))))
+((-1394 (((-3 $ "failed") (-310 (-373))) 82) (((-3 $ "failed") (-310 (-553))) 87) (((-3 $ "failed") (-934 (-373))) 91) (((-3 $ "failed") (-934 (-553))) 95) (((-3 $ "failed") (-401 (-934 (-373)))) 77) (((-3 $ "failed") (-401 (-934 (-553)))) 70)) (-2831 (($ (-310 (-373))) 80) (($ (-310 (-553))) 85) (($ (-934 (-373))) 89) (($ (-934 (-553))) 93) (($ (-401 (-934 (-373)))) 75) (($ (-401 (-934 (-553)))) 67)) (-2176 (((-1243) $) 62)) (-3212 (((-845) $) 50) (($ (-630 (-324))) 46) (($ (-324)) 56) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 54) (($ (-333 (-3225) (-3225 (QUOTE X)) (-684))) 47)))
+(((-76 |#1|) (-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225) (-3225 (QUOTE X)) (-684)))))) (-1155)) (T -76))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-333 (-3225) (-3225 (QUOTE X)) (-684))) (-5 *1 (-76 *3)) (-14 *3 (-1155)))))
+(-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225) (-3225 (QUOTE X)) (-684))))))
+((-1394 (((-3 $ "failed") (-310 (-373))) 46) (((-3 $ "failed") (-310 (-553))) 51) (((-3 $ "failed") (-934 (-373))) 55) (((-3 $ "failed") (-934 (-553))) 59) (((-3 $ "failed") (-401 (-934 (-373)))) 41) (((-3 $ "failed") (-401 (-934 (-553)))) 34)) (-2831 (($ (-310 (-373))) 44) (($ (-310 (-553))) 49) (($ (-934 (-373))) 53) (($ (-934 (-553))) 57) (($ (-401 (-934 (-373)))) 39) (($ (-401 (-934 (-553)))) 31)) (-2176 (((-1243) $) 80)) (-3212 (((-845) $) 74) (($ (-630 (-324))) 66) (($ (-324)) 71) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 69) (($ (-333 (-3225) (-3225 (QUOTE X)) (-684))) 30)))
+(((-77 |#1|) (-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225) (-3225 (QUOTE X)) (-684)))))) (-1155)) (T -77))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-333 (-3225) (-3225 (QUOTE X)) (-684))) (-5 *1 (-77 *3)) (-14 *3 (-1155)))))
+(-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225) (-3225 (QUOTE X)) (-684))))))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 89) (((-3 $ "failed") (-1238 (-310 (-553)))) 78) (((-3 $ "failed") (-1238 (-934 (-373)))) 109) (((-3 $ "failed") (-1238 (-934 (-553)))) 99) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 67) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 54)) (-2831 (($ (-1238 (-310 (-373)))) 85) (($ (-1238 (-310 (-553)))) 74) (($ (-1238 (-934 (-373)))) 105) (($ (-1238 (-934 (-553)))) 95) (($ (-1238 (-401 (-934 (-373))))) 63) (($ (-1238 (-401 (-934 (-553))))) 47)) (-2176 (((-1243) $) 125)) (-3212 (((-845) $) 119) (($ (-630 (-324))) 112) (($ (-324)) 37) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 115) (($ (-1238 (-333 (-3225) (-3225 (QUOTE XC)) (-684)))) 38)))
+(((-78 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE XC)) (-684))))))) (-1155)) (T -78))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 (QUOTE XC)) (-684)))) (-5 *1 (-78 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE XC)) (-684)))))))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 142) (((-3 $ "failed") (-1238 (-310 (-553)))) 132) (((-3 $ "failed") (-1238 (-934 (-373)))) 162) (((-3 $ "failed") (-1238 (-934 (-553)))) 152) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 122) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 110)) (-2831 (($ (-1238 (-310 (-373)))) 138) (($ (-1238 (-310 (-553)))) 128) (($ (-1238 (-934 (-373)))) 158) (($ (-1238 (-934 (-553)))) 148) (($ (-1238 (-401 (-934 (-373))))) 118) (($ (-1238 (-401 (-934 (-553))))) 103)) (-2176 (((-1243) $) 96)) (-3212 (((-845) $) 90) (($ (-630 (-324))) 81) (($ (-324)) 88) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 86) (($ (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684)))) 82)))
+(((-79 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684))))))) (-1155)) (T -79))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684)))) (-5 *1 (-79 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684)))))))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 78) (((-3 $ "failed") (-1238 (-310 (-553)))) 67) (((-3 $ "failed") (-1238 (-934 (-373)))) 98) (((-3 $ "failed") (-1238 (-934 (-553)))) 88) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 56) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 43)) (-2831 (($ (-1238 (-310 (-373)))) 74) (($ (-1238 (-310 (-553)))) 63) (($ (-1238 (-934 (-373)))) 94) (($ (-1238 (-934 (-553)))) 84) (($ (-1238 (-401 (-934 (-373))))) 52) (($ (-1238 (-401 (-934 (-553))))) 36)) (-2176 (((-1243) $) 124)) (-3212 (((-845) $) 118) (($ (-630 (-324))) 109) (($ (-324)) 115) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 113) (($ (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684)))) 35)))
+(((-80 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684))))))) (-1155)) (T -80))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684)))) (-5 *1 (-80 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225) (-3225 (QUOTE X)) (-684)))))))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 95) (((-3 $ "failed") (-1238 (-310 (-553)))) 84) (((-3 $ "failed") (-1238 (-934 (-373)))) 115) (((-3 $ "failed") (-1238 (-934 (-553)))) 105) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 73) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 60)) (-2831 (($ (-1238 (-310 (-373)))) 91) (($ (-1238 (-310 (-553)))) 80) (($ (-1238 (-934 (-373)))) 111) (($ (-1238 (-934 (-553)))) 101) (($ (-1238 (-401 (-934 (-373))))) 69) (($ (-1238 (-401 (-934 (-553))))) 53)) (-2176 (((-1243) $) 45)) (-3212 (((-845) $) 39) (($ (-630 (-324))) 29) (($ (-324)) 32) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 35) (($ (-1238 (-333 (-3225 (QUOTE X) (QUOTE -4335)) (-3225) (-684)))) 30)))
+(((-81 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X) (QUOTE -4335)) (-3225) (-684))))))) (-1155)) (T -81))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225 (QUOTE X) (QUOTE -4335)) (-3225) (-684)))) (-5 *1 (-81 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X) (QUOTE -4335)) (-3225) (-684)))))))
+((-1394 (((-3 $ "failed") (-674 (-310 (-373)))) 115) (((-3 $ "failed") (-674 (-310 (-553)))) 104) (((-3 $ "failed") (-674 (-934 (-373)))) 137) (((-3 $ "failed") (-674 (-934 (-553)))) 126) (((-3 $ "failed") (-674 (-401 (-934 (-373))))) 93) (((-3 $ "failed") (-674 (-401 (-934 (-553))))) 80)) (-2831 (($ (-674 (-310 (-373)))) 111) (($ (-674 (-310 (-553)))) 100) (($ (-674 (-934 (-373)))) 133) (($ (-674 (-934 (-553)))) 122) (($ (-674 (-401 (-934 (-373))))) 89) (($ (-674 (-401 (-934 (-553))))) 73)) (-2176 (((-1243) $) 63)) (-3212 (((-845) $) 50) (($ (-630 (-324))) 57) (($ (-324)) 46) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 55) (($ (-674 (-333 (-3225 (QUOTE X) (QUOTE -4335)) (-3225) (-684)))) 47)))
+(((-82 |#1|) (-13 (-378) (-10 -8 (-15 -3212 ($ (-674 (-333 (-3225 (QUOTE X) (QUOTE -4335)) (-3225) (-684))))))) (-1155)) (T -82))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-674 (-333 (-3225 (QUOTE X) (QUOTE -4335)) (-3225) (-684)))) (-5 *1 (-82 *3)) (-14 *3 (-1155)))))
+(-13 (-378) (-10 -8 (-15 -3212 ($ (-674 (-333 (-3225 (QUOTE X) (QUOTE -4335)) (-3225) (-684)))))))
+((-1394 (((-3 $ "failed") (-674 (-310 (-373)))) 112) (((-3 $ "failed") (-674 (-310 (-553)))) 100) (((-3 $ "failed") (-674 (-934 (-373)))) 134) (((-3 $ "failed") (-674 (-934 (-553)))) 123) (((-3 $ "failed") (-674 (-401 (-934 (-373))))) 88) (((-3 $ "failed") (-674 (-401 (-934 (-553))))) 74)) (-2831 (($ (-674 (-310 (-373)))) 108) (($ (-674 (-310 (-553)))) 96) (($ (-674 (-934 (-373)))) 130) (($ (-674 (-934 (-553)))) 119) (($ (-674 (-401 (-934 (-373))))) 84) (($ (-674 (-401 (-934 (-553))))) 67)) (-2176 (((-1243) $) 59)) (-3212 (((-845) $) 53) (($ (-630 (-324))) 47) (($ (-324)) 50) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 44) (($ (-674 (-333 (-3225 (QUOTE X)) (-3225) (-684)))) 45)))
+(((-83 |#1|) (-13 (-378) (-10 -8 (-15 -3212 ($ (-674 (-333 (-3225 (QUOTE X)) (-3225) (-684))))))) (-1155)) (T -83))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-674 (-333 (-3225 (QUOTE X)) (-3225) (-684)))) (-5 *1 (-83 *3)) (-14 *3 (-1155)))))
+(-13 (-378) (-10 -8 (-15 -3212 ($ (-674 (-333 (-3225 (QUOTE X)) (-3225) (-684)))))))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 104) (((-3 $ "failed") (-1238 (-310 (-553)))) 93) (((-3 $ "failed") (-1238 (-934 (-373)))) 124) (((-3 $ "failed") (-1238 (-934 (-553)))) 114) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 82) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 69)) (-2831 (($ (-1238 (-310 (-373)))) 100) (($ (-1238 (-310 (-553)))) 89) (($ (-1238 (-934 (-373)))) 120) (($ (-1238 (-934 (-553)))) 110) (($ (-1238 (-401 (-934 (-373))))) 78) (($ (-1238 (-401 (-934 (-553))))) 62)) (-2176 (((-1243) $) 46)) (-3212 (((-845) $) 40) (($ (-630 (-324))) 49) (($ (-324)) 36) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 52) (($ (-1238 (-333 (-3225 (QUOTE X)) (-3225) (-684)))) 37)))
+(((-84 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X)) (-3225) (-684))))))) (-1155)) (T -84))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225 (QUOTE X)) (-3225) (-684)))) (-5 *1 (-84 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X)) (-3225) (-684)))))))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 79) (((-3 $ "failed") (-1238 (-310 (-553)))) 68) (((-3 $ "failed") (-1238 (-934 (-373)))) 99) (((-3 $ "failed") (-1238 (-934 (-553)))) 89) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 57) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 44)) (-2831 (($ (-1238 (-310 (-373)))) 75) (($ (-1238 (-310 (-553)))) 64) (($ (-1238 (-934 (-373)))) 95) (($ (-1238 (-934 (-553)))) 85) (($ (-1238 (-401 (-934 (-373))))) 53) (($ (-1238 (-401 (-934 (-553))))) 37)) (-2176 (((-1243) $) 125)) (-3212 (((-845) $) 119) (($ (-630 (-324))) 110) (($ (-324)) 116) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 114) (($ (-1238 (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684)))) 36)))
+(((-85 |#1|) (-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684))))))) (-1155)) (T -85))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684)))) (-5 *1 (-85 *3)) (-14 *3 (-1155)))))
+(-13 (-434) (-10 -8 (-15 -3212 ($ (-1238 (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684)))))))
+((-1394 (((-3 $ "failed") (-674 (-310 (-373)))) 113) (((-3 $ "failed") (-674 (-310 (-553)))) 101) (((-3 $ "failed") (-674 (-934 (-373)))) 135) (((-3 $ "failed") (-674 (-934 (-553)))) 124) (((-3 $ "failed") (-674 (-401 (-934 (-373))))) 89) (((-3 $ "failed") (-674 (-401 (-934 (-553))))) 75)) (-2831 (($ (-674 (-310 (-373)))) 109) (($ (-674 (-310 (-553)))) 97) (($ (-674 (-934 (-373)))) 131) (($ (-674 (-934 (-553)))) 120) (($ (-674 (-401 (-934 (-373))))) 85) (($ (-674 (-401 (-934 (-553))))) 68)) (-2176 (((-1243) $) 59)) (-3212 (((-845) $) 53) (($ (-630 (-324))) 43) (($ (-324)) 50) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 48) (($ (-674 (-333 (-3225 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3225) (-684)))) 44)))
+(((-86 |#1|) (-13 (-378) (-10 -8 (-15 -3212 ($ (-674 (-333 (-3225 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3225) (-684))))))) (-1155)) (T -86))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-674 (-333 (-3225 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3225) (-684)))) (-5 *1 (-86 *3)) (-14 *3 (-1155)))))
+(-13 (-378) (-10 -8 (-15 -3212 ($ (-674 (-333 (-3225 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-3225) (-684)))))))
+((-2176 (((-1243) $) 44)) (-3212 (((-845) $) 38) (($ (-1238 (-684))) 92) (($ (-630 (-324))) 30) (($ (-324)) 35) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 33)))
+(((-87 |#1|) (-433) (-1155)) (T -87))
NIL
(-433)
-((-1393 (((-3 $ "failed") (-310 (-373))) 47) (((-3 $ "failed") (-310 (-552))) 52) (((-3 $ "failed") (-933 (-373))) 56) (((-3 $ "failed") (-933 (-552))) 60) (((-3 $ "failed") (-401 (-933 (-373)))) 42) (((-3 $ "failed") (-401 (-933 (-552)))) 35)) (-2832 (($ (-310 (-373))) 45) (($ (-310 (-552))) 50) (($ (-933 (-373))) 54) (($ (-933 (-552))) 58) (($ (-401 (-933 (-373)))) 40) (($ (-401 (-933 (-552)))) 32)) (-2175 (((-1242) $) 90)) (-3213 (((-844) $) 84) (($ (-629 (-324))) 78) (($ (-324)) 81) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 76) (($ (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683))) 31)))
-(((-88 |#1|) (-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683)))))) (-1154)) (T -88))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683))) (-5 *1 (-88 *3)) (-14 *3 (-1154)))))
-(-13 (-390) (-10 -8 (-15 -3213 ($ (-333 (-3226 (QUOTE X)) (-3226 (QUOTE -4334)) (-683))))))
-((-3139 (((-1237 (-673 |#1|)) (-673 |#1|)) 54)) (-3439 (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 (-629 (-902))))) |#2| (-902)) 44)) (-2276 (((-2 (|:| |minor| (-629 (-902))) (|:| -2771 |#2|) (|:| |minors| (-629 (-629 (-902)))) (|:| |ops| (-629 |#2|))) |#2| (-902)) 65 (|has| |#1| (-357)))))
-(((-89 |#1| |#2|) (-10 -7 (-15 -3439 ((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 (-629 (-902))))) |#2| (-902))) (-15 -3139 ((-1237 (-673 |#1|)) (-673 |#1|))) (IF (|has| |#1| (-357)) (-15 -2276 ((-2 (|:| |minor| (-629 (-902))) (|:| -2771 |#2|) (|:| |minors| (-629 (-629 (-902)))) (|:| |ops| (-629 |#2|))) |#2| (-902))) |%noBranch|)) (-544) (-640 |#1|)) (T -89))
-((-2276 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *5 (-544)) (-5 *2 (-2 (|:| |minor| (-629 (-902))) (|:| -2771 *3) (|:| |minors| (-629 (-629 (-902)))) (|:| |ops| (-629 *3)))) (-5 *1 (-89 *5 *3)) (-5 *4 (-902)) (-4 *3 (-640 *5)))) (-3139 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-1237 (-673 *4))) (-5 *1 (-89 *4 *5)) (-5 *3 (-673 *4)) (-4 *5 (-640 *4)))) (-3439 (*1 *2 *3 *4) (-12 (-4 *5 (-544)) (-5 *2 (-2 (|:| -2325 (-673 *5)) (|:| |vec| (-1237 (-629 (-902)))))) (-5 *1 (-89 *5 *3)) (-5 *4 (-902)) (-4 *3 (-640 *5)))))
-(-10 -7 (-15 -3439 ((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 (-629 (-902))))) |#2| (-902))) (-15 -3139 ((-1237 (-673 |#1|)) (-673 |#1|))) (IF (|has| |#1| (-357)) (-15 -2276 ((-2 (|:| |minor| (-629 (-902))) (|:| -2771 |#2|) (|:| |minors| (-629 (-629 (-902)))) (|:| |ops| (-629 |#2|))) |#2| (-902))) |%noBranch|))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3447 ((|#1| $) 35)) (-4238 (((-111) $ (-756)) NIL)) (-2130 (($) NIL T CONST)) (-3574 ((|#1| |#1| $) 30)) (-3033 ((|#1| $) 28)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-3105 ((|#1| $) NIL)) (-1580 (($ |#1| $) 31)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3995 ((|#1| $) 29)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 16)) (-3430 (($) 39)) (-3907 (((-756) $) 26)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) 15)) (-3213 (((-844) $) 25 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) NIL)) (-2601 (($ (-629 |#1|)) 37)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 13 (|has| |#1| (-1078)))) (-2657 (((-756) $) 10 (|has| $ (-6 -4368)))))
-(((-90 |#1|) (-13 (-1099 |#1|) (-10 -8 (-15 -2601 ($ (-629 |#1|))))) (-1078)) (T -90))
-((-2601 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-90 *3)))))
-(-13 (-1099 |#1|) (-10 -8 (-15 -2601 ($ (-629 |#1|)))))
-((-3213 (((-844) $) 13) (((-1159) $) 8) (($ (-1159)) 9)))
-(((-91 |#1|) (-10 -8 (-15 -3213 (|#1| (-1159))) (-15 -3213 ((-1159) |#1|)) (-15 -3213 ((-844) |#1|))) (-92)) (T -91))
-NIL
-(-10 -8 (-15 -3213 (|#1| (-1159))) (-15 -3213 ((-1159) |#1|)) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (((-1159) $) 15) (($ (-1159)) 14)) (-1613 (((-111) $ $) 6)))
+((-1394 (((-3 $ "failed") (-310 (-373))) 47) (((-3 $ "failed") (-310 (-553))) 52) (((-3 $ "failed") (-934 (-373))) 56) (((-3 $ "failed") (-934 (-553))) 60) (((-3 $ "failed") (-401 (-934 (-373)))) 42) (((-3 $ "failed") (-401 (-934 (-553)))) 35)) (-2831 (($ (-310 (-373))) 45) (($ (-310 (-553))) 50) (($ (-934 (-373))) 54) (($ (-934 (-553))) 58) (($ (-401 (-934 (-373)))) 40) (($ (-401 (-934 (-553)))) 32)) (-2176 (((-1243) $) 90)) (-3212 (((-845) $) 84) (($ (-630 (-324))) 78) (($ (-324)) 81) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 76) (($ (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684))) 31)))
+(((-88 |#1|) (-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684)))))) (-1155)) (T -88))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684))) (-5 *1 (-88 *3)) (-14 *3 (-1155)))))
+(-13 (-390) (-10 -8 (-15 -3212 ($ (-333 (-3225 (QUOTE X)) (-3225 (QUOTE -4335)) (-684))))))
+((-2394 (((-1238 (-674 |#1|)) (-674 |#1|)) 54)) (-3459 (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 (-630 (-903))))) |#2| (-903)) 44)) (-2035 (((-2 (|:| |minor| (-630 (-903))) (|:| -2770 |#2|) (|:| |minors| (-630 (-630 (-903)))) (|:| |ops| (-630 |#2|))) |#2| (-903)) 65 (|has| |#1| (-357)))))
+(((-89 |#1| |#2|) (-10 -7 (-15 -3459 ((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 (-630 (-903))))) |#2| (-903))) (-15 -2394 ((-1238 (-674 |#1|)) (-674 |#1|))) (IF (|has| |#1| (-357)) (-15 -2035 ((-2 (|:| |minor| (-630 (-903))) (|:| -2770 |#2|) (|:| |minors| (-630 (-630 (-903)))) (|:| |ops| (-630 |#2|))) |#2| (-903))) |%noBranch|)) (-545) (-641 |#1|)) (T -89))
+((-2035 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *5 (-545)) (-5 *2 (-2 (|:| |minor| (-630 (-903))) (|:| -2770 *3) (|:| |minors| (-630 (-630 (-903)))) (|:| |ops| (-630 *3)))) (-5 *1 (-89 *5 *3)) (-5 *4 (-903)) (-4 *3 (-641 *5)))) (-2394 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-1238 (-674 *4))) (-5 *1 (-89 *4 *5)) (-5 *3 (-674 *4)) (-4 *5 (-641 *4)))) (-3459 (*1 *2 *3 *4) (-12 (-4 *5 (-545)) (-5 *2 (-2 (|:| -1317 (-674 *5)) (|:| |vec| (-1238 (-630 (-903)))))) (-5 *1 (-89 *5 *3)) (-5 *4 (-903)) (-4 *3 (-641 *5)))))
+(-10 -7 (-15 -3459 ((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 (-630 (-903))))) |#2| (-903))) (-15 -2394 ((-1238 (-674 |#1|)) (-674 |#1|))) (IF (|has| |#1| (-357)) (-15 -2035 ((-2 (|:| |minor| (-630 (-903))) (|:| -2770 |#2|) (|:| |minors| (-630 (-630 (-903)))) (|:| |ops| (-630 |#2|))) |#2| (-903))) |%noBranch|))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-3445 ((|#1| $) 35)) (-2549 (((-111) $ (-757)) NIL)) (-3203 (($) NIL T CONST)) (-2268 ((|#1| |#1| $) 30)) (-3800 ((|#1| $) 28)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3311 ((|#1| $) NIL)) (-1429 (($ |#1| $) 31)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2037 ((|#1| $) 29)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 16)) (-1422 (($) 39)) (-3906 (((-757) $) 26)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) 15)) (-3212 (((-845) $) 25 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) NIL)) (-1965 (($ (-630 |#1|)) 37)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 13 (|has| |#1| (-1079)))) (-2656 (((-757) $) 10 (|has| $ (-6 -4369)))))
+(((-90 |#1|) (-13 (-1100 |#1|) (-10 -8 (-15 -1965 ($ (-630 |#1|))))) (-1079)) (T -90))
+((-1965 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-90 *3)))))
+(-13 (-1100 |#1|) (-10 -8 (-15 -1965 ($ (-630 |#1|)))))
+((-3212 (((-845) $) 13) (((-1160) $) 8) (($ (-1160)) 9)))
+(((-91 |#1|) (-10 -8 (-15 -3212 (|#1| (-1160))) (-15 -3212 ((-1160) |#1|)) (-15 -3212 ((-845) |#1|))) (-92)) (T -91))
+NIL
+(-10 -8 (-15 -3212 (|#1| (-1160))) (-15 -3212 ((-1160) |#1|)) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (((-1160) $) 15) (($ (-1160)) 14)) (-1614 (((-111) $ $) 6)))
(((-92) (-137)) (T -92))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1159)) (-4 *1 (-92)))))
-(-13 (-1078) (-599 (-1159)) (-10 -8 (-15 -3213 ($ (-1159)))))
-(((-101) . T) ((-599 (-844)) . T) ((-599 (-1159)) . T) ((-1078) . T))
-((-2433 (($ $) 10)) (-2444 (($ $) 12)))
-(((-93 |#1|) (-10 -8 (-15 -2444 (|#1| |#1|)) (-15 -2433 (|#1| |#1|))) (-94)) (T -93))
-NIL
-(-10 -8 (-15 -2444 (|#1| |#1|)) (-15 -2433 (|#1| |#1|)))
-((-2409 (($ $) 11)) (-2382 (($ $) 10)) (-2433 (($ $) 9)) (-2444 (($ $) 8)) (-2420 (($ $) 7)) (-2395 (($ $) 6)))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1160)) (-4 *1 (-92)))))
+(-13 (-1079) (-600 (-1160)) (-10 -8 (-15 -3212 ($ (-1160)))))
+(((-101) . T) ((-600 (-845)) . T) ((-600 (-1160)) . T) ((-1079) . T))
+((-2434 (($ $) 10)) (-2445 (($ $) 12)))
+(((-93 |#1|) (-10 -8 (-15 -2445 (|#1| |#1|)) (-15 -2434 (|#1| |#1|))) (-94)) (T -93))
+NIL
+(-10 -8 (-15 -2445 (|#1| |#1|)) (-15 -2434 (|#1| |#1|)))
+((-2410 (($ $) 11)) (-2383 (($ $) 10)) (-2434 (($ $) 9)) (-2445 (($ $) 8)) (-2421 (($ $) 7)) (-2396 (($ $) 6)))
(((-94) (-137)) (T -94))
-((-2409 (*1 *1 *1) (-4 *1 (-94))) (-2382 (*1 *1 *1) (-4 *1 (-94))) (-2433 (*1 *1 *1) (-4 *1 (-94))) (-2444 (*1 *1 *1) (-4 *1 (-94))) (-2420 (*1 *1 *1) (-4 *1 (-94))) (-2395 (*1 *1 *1) (-4 *1 (-94))))
-(-13 (-10 -8 (-15 -2395 ($ $)) (-15 -2420 ($ $)) (-15 -2444 ($ $)) (-15 -2433 ($ $)) (-15 -2382 ($ $)) (-15 -2409 ($ $))))
-((-3202 (((-111) $ $) NIL)) (-4290 (((-1113) $) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 17) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-95) (-13 (-1061) (-10 -8 (-15 -4290 ((-1113) $))))) (T -95))
-((-4290 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-95)))))
-(-13 (-1061) (-10 -8 (-15 -4290 ((-1113) $))))
-((-3202 (((-111) $ $) NIL)) (-2454 (((-373) (-1136) (-373)) 42) (((-373) (-1136) (-1136) (-373)) 41)) (-3897 (((-373) (-373)) 33)) (-2112 (((-1242)) 36)) (-2623 (((-1136) $) NIL)) (-1973 (((-373) (-1136) (-1136)) 46) (((-373) (-1136)) 48)) (-2876 (((-1098) $) NIL)) (-2844 (((-373) (-1136) (-1136)) 47)) (-1705 (((-373) (-1136) (-1136)) 49) (((-373) (-1136)) 50)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-96) (-13 (-1078) (-10 -7 (-15 -1973 ((-373) (-1136) (-1136))) (-15 -1973 ((-373) (-1136))) (-15 -1705 ((-373) (-1136) (-1136))) (-15 -1705 ((-373) (-1136))) (-15 -2844 ((-373) (-1136) (-1136))) (-15 -2112 ((-1242))) (-15 -3897 ((-373) (-373))) (-15 -2454 ((-373) (-1136) (-373))) (-15 -2454 ((-373) (-1136) (-1136) (-373))) (-6 -4368)))) (T -96))
-((-1973 (*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96)))) (-1973 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96)))) (-1705 (*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96)))) (-1705 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96)))) (-2844 (*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96)))) (-2112 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-96)))) (-3897 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-96)))) (-2454 (*1 *2 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-1136)) (-5 *1 (-96)))) (-2454 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-1136)) (-5 *1 (-96)))))
-(-13 (-1078) (-10 -7 (-15 -1973 ((-373) (-1136) (-1136))) (-15 -1973 ((-373) (-1136))) (-15 -1705 ((-373) (-1136) (-1136))) (-15 -1705 ((-373) (-1136))) (-15 -2844 ((-373) (-1136) (-1136))) (-15 -2112 ((-1242))) (-15 -3897 ((-373) (-373))) (-15 -2454 ((-373) (-1136) (-373))) (-15 -2454 ((-373) (-1136) (-1136) (-373))) (-6 -4368)))
+((-2410 (*1 *1 *1) (-4 *1 (-94))) (-2383 (*1 *1 *1) (-4 *1 (-94))) (-2434 (*1 *1 *1) (-4 *1 (-94))) (-2445 (*1 *1 *1) (-4 *1 (-94))) (-2421 (*1 *1 *1) (-4 *1 (-94))) (-2396 (*1 *1 *1) (-4 *1 (-94))))
+(-13 (-10 -8 (-15 -2396 ($ $)) (-15 -2421 ($ $)) (-15 -2445 ($ $)) (-15 -2434 ($ $)) (-15 -2383 ($ $)) (-15 -2410 ($ $))))
+((-3200 (((-111) $ $) NIL)) (-4292 (((-1114) $) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 17) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-95) (-13 (-1062) (-10 -8 (-15 -4292 ((-1114) $))))) (T -95))
+((-4292 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-95)))))
+(-13 (-1062) (-10 -8 (-15 -4292 ((-1114) $))))
+((-3200 (((-111) $ $) NIL)) (-3162 (((-373) (-1137) (-373)) 42) (((-373) (-1137) (-1137) (-373)) 41)) (-2425 (((-373) (-373)) 33)) (-3016 (((-1243)) 36)) (-4056 (((-1137) $) NIL)) (-4063 (((-373) (-1137) (-1137)) 46) (((-373) (-1137)) 48)) (-2875 (((-1099) $) NIL)) (-2472 (((-373) (-1137) (-1137)) 47)) (-3360 (((-373) (-1137) (-1137)) 49) (((-373) (-1137)) 50)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-96) (-13 (-1079) (-10 -7 (-15 -4063 ((-373) (-1137) (-1137))) (-15 -4063 ((-373) (-1137))) (-15 -3360 ((-373) (-1137) (-1137))) (-15 -3360 ((-373) (-1137))) (-15 -2472 ((-373) (-1137) (-1137))) (-15 -3016 ((-1243))) (-15 -2425 ((-373) (-373))) (-15 -3162 ((-373) (-1137) (-373))) (-15 -3162 ((-373) (-1137) (-1137) (-373))) (-6 -4369)))) (T -96))
+((-4063 (*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96)))) (-4063 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96)))) (-3360 (*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96)))) (-3360 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96)))) (-2472 (*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96)))) (-3016 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-96)))) (-2425 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-96)))) (-3162 (*1 *2 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-1137)) (-5 *1 (-96)))) (-3162 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-1137)) (-5 *1 (-96)))))
+(-13 (-1079) (-10 -7 (-15 -4063 ((-373) (-1137) (-1137))) (-15 -4063 ((-373) (-1137))) (-15 -3360 ((-373) (-1137) (-1137))) (-15 -3360 ((-373) (-1137))) (-15 -2472 ((-373) (-1137) (-1137))) (-15 -3016 ((-1243))) (-15 -2425 ((-373) (-373))) (-15 -3162 ((-373) (-1137) (-373))) (-15 -3162 ((-373) (-1137) (-1137) (-373))) (-6 -4369)))
NIL
(((-97) (-137)) (T -97))
NIL
-(-13 (-10 -7 (-6 -4368) (-6 (-4370 "*")) (-6 -4369) (-6 -4365) (-6 -4363) (-6 -4362) (-6 -4361) (-6 -4366) (-6 -4360) (-6 -4359) (-6 -4358) (-6 -4357) (-6 -4356) (-6 -4364) (-6 -4367) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4355)))
-((-3202 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-1362 (($ (-1 |#1| |#1|)) 25) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 24) (($ (-1 |#1| |#1| (-552))) 22)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 14)) (-2876 (((-1098) $) NIL)) (-2060 ((|#1| $ |#1|) 11)) (-2074 (($ $ $) NIL)) (-2104 (($ $ $) NIL)) (-3213 (((-844) $) 20)) (-3309 (($) 8 T CONST)) (-1613 (((-111) $ $) 10)) (-1720 (($ $ $) NIL)) (** (($ $ (-902)) 27) (($ $ (-756)) NIL) (($ $ (-552)) 16)) (* (($ $ $) 28)))
-(((-98 |#1|) (-13 (-466) (-280 |#1| |#1|) (-10 -8 (-15 -1362 ($ (-1 |#1| |#1|))) (-15 -1362 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -1362 ($ (-1 |#1| |#1| (-552)))))) (-1030)) (T -98))
-((-1362 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-98 *3)))) (-1362 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-98 *3)))) (-1362 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-552))) (-4 *3 (-1030)) (-5 *1 (-98 *3)))))
-(-13 (-466) (-280 |#1| |#1|) (-10 -8 (-15 -1362 ($ (-1 |#1| |#1|))) (-15 -1362 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -1362 ($ (-1 |#1| |#1| (-552))))))
-((-4027 (((-412 |#2|) |#2| (-629 |#2|)) 10) (((-412 |#2|) |#2| |#2|) 11)))
-(((-99 |#1| |#2|) (-10 -7 (-15 -4027 ((-412 |#2|) |#2| |#2|)) (-15 -4027 ((-412 |#2|) |#2| (-629 |#2|)))) (-13 (-445) (-144)) (-1213 |#1|)) (T -99))
-((-4027 (*1 *2 *3 *4) (-12 (-5 *4 (-629 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-13 (-445) (-144))) (-5 *2 (-412 *3)) (-5 *1 (-99 *5 *3)))) (-4027 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-445) (-144))) (-5 *2 (-412 *3)) (-5 *1 (-99 *4 *3)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -4027 ((-412 |#2|) |#2| |#2|)) (-15 -4027 ((-412 |#2|) |#2| (-629 |#2|))))
-((-3202 (((-111) $ $) 10)))
-(((-100 |#1|) (-10 -8 (-15 -3202 ((-111) |#1| |#1|))) (-101)) (T -100))
-NIL
-(-10 -8 (-15 -3202 ((-111) |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-1613 (((-111) $ $) 6)))
+(-13 (-10 -7 (-6 -4369) (-6 (-4371 "*")) (-6 -4370) (-6 -4366) (-6 -4364) (-6 -4363) (-6 -4362) (-6 -4367) (-6 -4361) (-6 -4360) (-6 -4359) (-6 -4358) (-6 -4357) (-6 -4365) (-6 -4368) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4356)))
+((-3200 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-2155 (($ (-1 |#1| |#1|)) 25) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 24) (($ (-1 |#1| |#1| (-553))) 22)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 14)) (-2875 (((-1099) $) NIL)) (-2061 ((|#1| $ |#1|) 11)) (-3830 (($ $ $) NIL)) (-2931 (($ $ $) NIL)) (-3212 (((-845) $) 20)) (-3308 (($) 8 T CONST)) (-1614 (((-111) $ $) 10)) (-1721 (($ $ $) NIL)) (** (($ $ (-903)) 27) (($ $ (-757)) NIL) (($ $ (-553)) 16)) (* (($ $ $) 28)))
+(((-98 |#1|) (-13 (-466) (-280 |#1| |#1|) (-10 -8 (-15 -2155 ($ (-1 |#1| |#1|))) (-15 -2155 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2155 ($ (-1 |#1| |#1| (-553)))))) (-1031)) (T -98))
+((-2155 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-98 *3)))) (-2155 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-98 *3)))) (-2155 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-553))) (-4 *3 (-1031)) (-5 *1 (-98 *3)))))
+(-13 (-466) (-280 |#1| |#1|) (-10 -8 (-15 -2155 ($ (-1 |#1| |#1|))) (-15 -2155 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2155 ($ (-1 |#1| |#1| (-553))))))
+((-4237 (((-412 |#2|) |#2| (-630 |#2|)) 10) (((-412 |#2|) |#2| |#2|) 11)))
+(((-99 |#1| |#2|) (-10 -7 (-15 -4237 ((-412 |#2|) |#2| |#2|)) (-15 -4237 ((-412 |#2|) |#2| (-630 |#2|)))) (-13 (-445) (-144)) (-1214 |#1|)) (T -99))
+((-4237 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-13 (-445) (-144))) (-5 *2 (-412 *3)) (-5 *1 (-99 *5 *3)))) (-4237 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-445) (-144))) (-5 *2 (-412 *3)) (-5 *1 (-99 *4 *3)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -4237 ((-412 |#2|) |#2| |#2|)) (-15 -4237 ((-412 |#2|) |#2| (-630 |#2|))))
+((-3200 (((-111) $ $) 10)))
+(((-100 |#1|) (-10 -8 (-15 -3200 ((-111) |#1| |#1|))) (-101)) (T -100))
+NIL
+(-10 -8 (-15 -3200 ((-111) |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1614 (((-111) $ $) 6)))
(((-101) (-137)) (T -101))
-((-3202 (*1 *2 *1 *1) (-12 (-4 *1 (-101)) (-5 *2 (-111)))) (-1613 (*1 *2 *1 *1) (-12 (-4 *1 (-101)) (-5 *2 (-111)))))
-(-13 (-10 -8 (-15 -1613 ((-111) $ $)) (-15 -3202 ((-111) $ $))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3188 ((|#1| $ |#1|) 13 (|has| $ (-6 -4369)))) (-1324 (($ $ $) NIL (|has| $ (-6 -4369)))) (-3569 (($ $ $) NIL (|has| $ (-6 -4369)))) (-3264 (($ $ (-629 |#1|)) 15)) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369))) (($ $ "left" $) NIL (|has| $ (-6 -4369))) (($ $ "right" $) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-3428 (($ $) 11)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4193 (($ $ |#1| $) 17)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2939 ((|#1| $ (-1 |#1| |#1| |#1|)) 25) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 30)) (-3390 (($ $ |#1| (-1 |#1| |#1| |#1|)) 31) (($ $ |#1| (-1 (-629 |#1|) |#1| |#1| |#1|)) 35)) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-3416 (($ $) 10)) (-2604 (((-629 |#1|) $) NIL)) (-3862 (((-111) $) 12)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 9)) (-3430 (($) 16)) (-2060 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3153 (((-552) $ $) NIL)) (-1289 (((-111) $) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3431 (($ (-756) |#1|) 19)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-102 |#1|) (-13 (-124 |#1|) (-10 -8 (-6 -4368) (-6 -4369) (-15 -3431 ($ (-756) |#1|)) (-15 -3264 ($ $ (-629 |#1|))) (-15 -2939 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2939 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -3390 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -3390 ($ $ |#1| (-1 (-629 |#1|) |#1| |#1| |#1|))))) (-1078)) (T -102))
-((-3431 (*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-5 *1 (-102 *3)) (-4 *3 (-1078)))) (-3264 (*1 *1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-102 *3)))) (-2939 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-102 *2)) (-4 *2 (-1078)))) (-2939 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1078)) (-5 *1 (-102 *3)))) (-3390 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1078)) (-5 *1 (-102 *2)))) (-3390 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-629 *2) *2 *2 *2)) (-4 *2 (-1078)) (-5 *1 (-102 *2)))))
-(-13 (-124 |#1|) (-10 -8 (-6 -4368) (-6 -4369) (-15 -3431 ($ (-756) |#1|)) (-15 -3264 ($ $ (-629 |#1|))) (-15 -2939 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2939 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -3390 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -3390 ($ $ |#1| (-1 (-629 |#1|) |#1| |#1| |#1|)))))
-((-1331 ((|#3| |#2| |#2|) 29)) (-1318 ((|#1| |#2| |#2|) 39 (|has| |#1| (-6 (-4370 "*"))))) (-2634 ((|#3| |#2| |#2|) 30)) (-2221 ((|#1| |#2|) 42 (|has| |#1| (-6 (-4370 "*"))))))
-(((-103 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1331 (|#3| |#2| |#2|)) (-15 -2634 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4370 "*"))) (PROGN (-15 -1318 (|#1| |#2| |#2|)) (-15 -2221 (|#1| |#2|))) |%noBranch|)) (-1030) (-1213 |#1|) (-671 |#1| |#4| |#5|) (-367 |#1|) (-367 |#1|)) (T -103))
-((-2221 (*1 *2 *3) (-12 (|has| *2 (-6 (-4370 "*"))) (-4 *5 (-367 *2)) (-4 *6 (-367 *2)) (-4 *2 (-1030)) (-5 *1 (-103 *2 *3 *4 *5 *6)) (-4 *3 (-1213 *2)) (-4 *4 (-671 *2 *5 *6)))) (-1318 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4370 "*"))) (-4 *5 (-367 *2)) (-4 *6 (-367 *2)) (-4 *2 (-1030)) (-5 *1 (-103 *2 *3 *4 *5 *6)) (-4 *3 (-1213 *2)) (-4 *4 (-671 *2 *5 *6)))) (-2634 (*1 *2 *3 *3) (-12 (-4 *4 (-1030)) (-4 *2 (-671 *4 *5 *6)) (-5 *1 (-103 *4 *3 *2 *5 *6)) (-4 *3 (-1213 *4)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)))) (-1331 (*1 *2 *3 *3) (-12 (-4 *4 (-1030)) (-4 *2 (-671 *4 *5 *6)) (-5 *1 (-103 *4 *3 *2 *5 *6)) (-4 *3 (-1213 *4)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)))))
-(-10 -7 (-15 -1331 (|#3| |#2| |#2|)) (-15 -2634 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4370 "*"))) (PROGN (-15 -1318 (|#1| |#2| |#2|)) (-15 -2221 (|#1| |#2|))) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-2091 (((-629 (-1154))) 33)) (-1803 (((-2 (|:| |zeros| (-1134 (-220))) (|:| |ones| (-1134 (-220))) (|:| |singularities| (-1134 (-220)))) (-1154)) 35)) (-1613 (((-111) $ $) NIL)))
-(((-104) (-13 (-1078) (-10 -7 (-15 -2091 ((-629 (-1154)))) (-15 -1803 ((-2 (|:| |zeros| (-1134 (-220))) (|:| |ones| (-1134 (-220))) (|:| |singularities| (-1134 (-220)))) (-1154))) (-6 -4368)))) (T -104))
-((-2091 (*1 *2) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-104)))) (-1803 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-2 (|:| |zeros| (-1134 (-220))) (|:| |ones| (-1134 (-220))) (|:| |singularities| (-1134 (-220))))) (-5 *1 (-104)))))
-(-13 (-1078) (-10 -7 (-15 -2091 ((-629 (-1154)))) (-15 -1803 ((-2 (|:| |zeros| (-1134 (-220))) (|:| |ones| (-1134 (-220))) (|:| |singularities| (-1134 (-220)))) (-1154))) (-6 -4368)))
-((-1663 (($ (-629 |#2|)) 11)))
-(((-105 |#1| |#2|) (-10 -8 (-15 -1663 (|#1| (-629 |#2|)))) (-106 |#2|) (-1191)) (T -105))
-NIL
-(-10 -8 (-15 -1663 (|#1| (-629 |#2|))))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-2130 (($) 7 T CONST)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) 42)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-106 |#1|) (-137) (-1191)) (T -106))
-((-1663 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-4 *1 (-106 *3)))) (-3995 (*1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1191)))) (-1580 (*1 *1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1191)))) (-3105 (*1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1191)))))
-(-13 (-482 |t#1|) (-10 -8 (-6 -4369) (-15 -1663 ($ (-629 |t#1|))) (-15 -3995 (|t#1| $)) (-15 -1580 ($ |t#1| $)) (-15 -3105 (|t#1| $))))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 (((-552) $) NIL (|has| (-552) (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL (|has| (-552) (-805)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-1154) "failed") $) NIL (|has| (-552) (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-552) (-1019 (-552)))) (((-3 (-552) "failed") $) NIL (|has| (-552) (-1019 (-552))))) (-2832 (((-552) $) NIL) (((-1154) $) NIL (|has| (-552) (-1019 (-1154)))) (((-401 (-552)) $) NIL (|has| (-552) (-1019 (-552)))) (((-552) $) NIL (|has| (-552) (-1019 (-552))))) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| (-552) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-552) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-673 (-552)) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-552) (-537)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1338 (((-111) $) NIL (|has| (-552) (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| (-552) (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| (-552) (-867 (-373))))) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL)) (-4015 (((-552) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| (-552) (-1129)))) (-3127 (((-111) $) NIL (|has| (-552) (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| (-552) (-832)))) (-1477 (($ (-1 (-552) (-552)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-552) (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL (|has| (-552) (-301))) (((-401 (-552)) $) NIL)) (-3410 (((-552) $) NIL (|has| (-552) (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2432 (($ $ (-629 (-552)) (-629 (-552))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-552) (-552)) NIL (|has| (-552) (-303 (-552)))) (($ $ (-288 (-552))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-629 (-288 (-552)))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-629 (-1154)) (-629 (-552))) NIL (|has| (-552) (-506 (-1154) (-552)))) (($ $ (-1154) (-552)) NIL (|has| (-552) (-506 (-1154) (-552))))) (-3795 (((-756) $) NIL)) (-2060 (($ $ (-552)) NIL (|has| (-552) (-280 (-552) (-552))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) NIL (|has| (-552) (-228))) (($ $ (-756)) NIL (|has| (-552) (-228))) (($ $ (-1154)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1 (-552) (-552)) (-756)) NIL) (($ $ (-1 (-552) (-552))) NIL)) (-2493 (($ $) NIL)) (-4026 (((-552) $) NIL)) (-1522 (((-873 (-552)) $) NIL (|has| (-552) (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| (-552) (-600 (-873 (-373))))) (((-528) $) NIL (|has| (-552) (-600 (-528)))) (((-373) $) NIL (|has| (-552) (-1003))) (((-220) $) NIL (|has| (-552) (-1003)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| (-552) (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) 8) (($ (-552)) NIL) (($ (-1154)) NIL (|has| (-552) (-1019 (-1154)))) (((-401 (-552)) $) NIL) (((-985 2) $) 10)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| (-552) (-890))) (|has| (-552) (-142))))) (-2014 (((-756)) NIL)) (-3763 (((-552) $) NIL (|has| (-552) (-537)))) (-3609 (($ (-401 (-552))) 9)) (-3589 (((-111) $ $) NIL)) (-1578 (($ $) NIL (|has| (-552) (-805)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $) NIL (|has| (-552) (-228))) (($ $ (-756)) NIL (|has| (-552) (-228))) (($ $ (-1154)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1 (-552) (-552)) (-756)) NIL) (($ $ (-1 (-552) (-552))) NIL)) (-1666 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1632 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1720 (($ $ $) NIL) (($ (-552) (-552)) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ (-552) $) NIL) (($ $ (-552)) NIL)))
-(((-107) (-13 (-973 (-552)) (-10 -8 (-15 -3213 ((-401 (-552)) $)) (-15 -3213 ((-985 2) $)) (-15 -2147 ((-401 (-552)) $)) (-15 -3609 ($ (-401 (-552))))))) (T -107))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-107)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-985 2)) (-5 *1 (-107)))) (-2147 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-107)))) (-3609 (*1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-107)))))
-(-13 (-973 (-552)) (-10 -8 (-15 -3213 ((-401 (-552)) $)) (-15 -3213 ((-985 2) $)) (-15 -2147 ((-401 (-552)) $)) (-15 -3609 ($ (-401 (-552))))))
-((-1292 (((-629 (-946)) $) 14)) (-4290 (((-1154) $) 10)) (-3213 (((-844) $) 23)) (-3051 (($ (-1154) (-629 (-946))) 15)))
-(((-108) (-13 (-599 (-844)) (-10 -8 (-15 -4290 ((-1154) $)) (-15 -1292 ((-629 (-946)) $)) (-15 -3051 ($ (-1154) (-629 (-946))))))) (T -108))
-((-4290 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-108)))) (-1292 (*1 *2 *1) (-12 (-5 *2 (-629 (-946))) (-5 *1 (-108)))) (-3051 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-946))) (-5 *1 (-108)))))
-(-13 (-599 (-844)) (-10 -8 (-15 -4290 ((-1154) $)) (-15 -1292 ((-629 (-946)) $)) (-15 -3051 ($ (-1154) (-629 (-946))))))
-((-3202 (((-111) $ $) NIL)) (-3072 (($ $) NIL)) (-2520 (($ $ $) NIL)) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) $) NIL (|has| (-111) (-832))) (((-111) (-1 (-111) (-111) (-111)) $) NIL)) (-3646 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-832)))) (($ (-1 (-111) (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-1296 (($ $) NIL (|has| (-111) (-832))) (($ (-1 (-111) (-111) (-111)) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-1470 (((-111) $ (-1204 (-552)) (-111)) NIL (|has| $ (-6 -4369))) (((-111) $ (-552) (-111)) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-2655 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368))) (($ (-111) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-3884 (((-111) (-1 (-111) (-111) (-111)) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-111) (-111)) $ (-111)) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-111) (-111)) $ (-111) (-111)) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-2957 (((-111) $ (-552) (-111)) NIL (|has| $ (-6 -4369)))) (-2892 (((-111) $ (-552)) NIL)) (-1456 (((-552) (-111) $ (-552)) NIL (|has| (-111) (-1078))) (((-552) (-111) $) NIL (|has| (-111) (-1078))) (((-552) (-1 (-111) (-111)) $) NIL)) (-3138 (((-629 (-111)) $) NIL (|has| $ (-6 -4368)))) (-3167 (($ $ $) NIL)) (-4107 (($ $) NIL)) (-1917 (($ $ $) NIL)) (-3307 (($ (-756) (-111)) 8)) (-2589 (($ $ $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL)) (-1446 (($ $ $) NIL (|has| (-111) (-832))) (($ (-1 (-111) (-111) (-111)) $ $) NIL)) (-3278 (((-629 (-111)) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-111) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL)) (-2947 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-111) (-111) (-111)) $ $) NIL) (($ (-1 (-111) (-111)) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-1759 (($ $ $ (-552)) NIL) (($ (-111) $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 (((-111) $) NIL (|has| (-552) (-832)))) (-3073 (((-3 (-111) "failed") (-1 (-111) (-111)) $) NIL)) (-1518 (($ $ (-111)) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-111)) (-629 (-111))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078)))) (($ $ (-111) (-111)) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078)))) (($ $ (-288 (-111))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078)))) (($ $ (-629 (-288 (-111)))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) (-111) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-3627 (((-629 (-111)) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 (($ $ (-1204 (-552))) NIL) (((-111) $ (-552)) NIL) (((-111) $ (-552) (-111)) NIL)) (-2012 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-2885 (((-756) (-111) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078)))) (((-756) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368)))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-111) (-600 (-528))))) (-3226 (($ (-629 (-111))) NIL)) (-4319 (($ (-629 $)) NIL) (($ $ $) NIL) (($ (-111) $) NIL) (($ $ (-111)) NIL)) (-3213 (((-844) $) NIL)) (-2122 (($ (-756) (-111)) 9)) (-2584 (((-111) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368)))) (-3792 (($ $ $) NIL)) (-2038 (($ $ $) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-2026 (($ $ $) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-109) (-13 (-122) (-10 -8 (-15 -2122 ($ (-756) (-111)))))) (T -109))
-((-2122 (*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-5 *3 (-111)) (-5 *1 (-109)))))
-(-13 (-122) (-10 -8 (-15 -2122 ($ (-756) (-111)))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ |#1| $) 23) (($ $ |#2|) 26)))
-(((-110 |#1| |#2|) (-137) (-1030) (-1030)) (T -110))
-NIL
-(-13 (-632 |t#1|) (-1036 |t#2|) (-10 -7 (-6 -4363) (-6 -4362)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-1036 |#2|) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3072 (($ $) 10)) (-2520 (($ $ $) 15)) (-3775 (($) 7 T CONST)) (-2671 (($ $) 6)) (-2663 (((-756)) 24)) (-1332 (($) 30)) (-3167 (($ $ $) 13)) (-4107 (($ $) 9)) (-1917 (($ $ $) 16)) (-2589 (($ $ $) 17)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1637 (((-902) $) 29)) (-2623 (((-1136) $) NIL)) (-2840 (($ (-902)) 28)) (-2494 (($ $ $) 20)) (-2876 (((-1098) $) NIL)) (-2608 (($) 8 T CONST)) (-1886 (($ $ $) 21)) (-1522 (((-528) $) 36)) (-3213 (((-844) $) 39)) (-3792 (($ $ $) 11)) (-2038 (($ $ $) 14)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 19)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 22)) (-2026 (($ $ $) 12)))
-(((-111) (-13 (-826) (-645) (-948) (-600 (-528)) (-10 -8 (-15 -3775 ($) -3930) (-15 -2608 ($) -3930) (-15 -2520 ($ $ $)) (-15 -2589 ($ $ $)) (-15 -1917 ($ $ $)) (-15 -2671 ($ $))))) (T -111))
-((-3775 (*1 *1) (-5 *1 (-111))) (-2608 (*1 *1) (-5 *1 (-111))) (-2520 (*1 *1 *1 *1) (-5 *1 (-111))) (-2589 (*1 *1 *1 *1) (-5 *1 (-111))) (-1917 (*1 *1 *1 *1) (-5 *1 (-111))) (-2671 (*1 *1 *1) (-5 *1 (-111))))
-(-13 (-826) (-645) (-948) (-600 (-528)) (-10 -8 (-15 -3775 ($) -3930) (-15 -2608 ($) -3930) (-15 -2520 ($ $ $)) (-15 -2589 ($ $ $)) (-15 -1917 ($ $ $)) (-15 -2671 ($ $))))
-((-2263 (((-3 (-1 |#1| (-629 |#1|)) "failed") (-113)) 19) (((-113) (-113) (-1 |#1| |#1|)) 13) (((-113) (-113) (-1 |#1| (-629 |#1|))) 11) (((-3 |#1| "failed") (-113) (-629 |#1|)) 21)) (-3577 (((-3 (-629 (-1 |#1| (-629 |#1|))) "failed") (-113)) 25) (((-113) (-113) (-1 |#1| |#1|)) 30) (((-113) (-113) (-629 (-1 |#1| (-629 |#1|)))) 26)) (-2572 (((-113) |#1|) 56 (|has| |#1| (-832)))) (-1339 (((-3 |#1| "failed") (-113)) 50 (|has| |#1| (-832)))))
-(((-112 |#1|) (-10 -7 (-15 -2263 ((-3 |#1| "failed") (-113) (-629 |#1|))) (-15 -2263 ((-113) (-113) (-1 |#1| (-629 |#1|)))) (-15 -2263 ((-113) (-113) (-1 |#1| |#1|))) (-15 -2263 ((-3 (-1 |#1| (-629 |#1|)) "failed") (-113))) (-15 -3577 ((-113) (-113) (-629 (-1 |#1| (-629 |#1|))))) (-15 -3577 ((-113) (-113) (-1 |#1| |#1|))) (-15 -3577 ((-3 (-629 (-1 |#1| (-629 |#1|))) "failed") (-113))) (IF (|has| |#1| (-832)) (PROGN (-15 -2572 ((-113) |#1|)) (-15 -1339 ((-3 |#1| "failed") (-113)))) |%noBranch|)) (-1078)) (T -112))
-((-1339 (*1 *2 *3) (|partial| -12 (-5 *3 (-113)) (-4 *2 (-1078)) (-4 *2 (-832)) (-5 *1 (-112 *2)))) (-2572 (*1 *2 *3) (-12 (-5 *2 (-113)) (-5 *1 (-112 *3)) (-4 *3 (-832)) (-4 *3 (-1078)))) (-3577 (*1 *2 *3) (|partial| -12 (-5 *3 (-113)) (-5 *2 (-629 (-1 *4 (-629 *4)))) (-5 *1 (-112 *4)) (-4 *4 (-1078)))) (-3577 (*1 *2 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1078)) (-5 *1 (-112 *4)))) (-3577 (*1 *2 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-629 (-1 *4 (-629 *4)))) (-4 *4 (-1078)) (-5 *1 (-112 *4)))) (-2263 (*1 *2 *3) (|partial| -12 (-5 *3 (-113)) (-5 *2 (-1 *4 (-629 *4))) (-5 *1 (-112 *4)) (-4 *4 (-1078)))) (-2263 (*1 *2 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1078)) (-5 *1 (-112 *4)))) (-2263 (*1 *2 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 (-629 *4))) (-4 *4 (-1078)) (-5 *1 (-112 *4)))) (-2263 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-113)) (-5 *4 (-629 *2)) (-5 *1 (-112 *2)) (-4 *2 (-1078)))))
-(-10 -7 (-15 -2263 ((-3 |#1| "failed") (-113) (-629 |#1|))) (-15 -2263 ((-113) (-113) (-1 |#1| (-629 |#1|)))) (-15 -2263 ((-113) (-113) (-1 |#1| |#1|))) (-15 -2263 ((-3 (-1 |#1| (-629 |#1|)) "failed") (-113))) (-15 -3577 ((-113) (-113) (-629 (-1 |#1| (-629 |#1|))))) (-15 -3577 ((-113) (-113) (-1 |#1| |#1|))) (-15 -3577 ((-3 (-629 (-1 |#1| (-629 |#1|))) "failed") (-113))) (IF (|has| |#1| (-832)) (PROGN (-15 -2572 ((-113) |#1|)) (-15 -1339 ((-3 |#1| "failed") (-113)))) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-1400 (((-756) $) 72) (($ $ (-756)) 30)) (-4067 (((-111) $) 32)) (-1722 (($ $ (-1136) (-759)) 26)) (-3409 (($ $ (-45 (-1136) (-759))) 15)) (-2066 (((-3 (-759) "failed") $ (-1136)) 25)) (-1292 (((-45 (-1136) (-759)) $) 14)) (-2951 (($ (-1154)) 17) (($ (-1154) (-756)) 22)) (-3296 (((-111) $) 31)) (-1664 (((-111) $) 33)) (-4290 (((-1154) $) 8)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-3515 (((-111) $ (-1154)) 10)) (-1392 (($ $ (-1 (-528) (-629 (-528)))) 52) (((-3 (-1 (-528) (-629 (-528))) "failed") $) 56)) (-2876 (((-1098) $) NIL)) (-2033 (((-111) $ (-1136)) 29)) (-1502 (($ $ (-1 (-111) $ $)) 35)) (-2595 (((-3 (-1 (-844) (-629 (-844))) "failed") $) 54) (($ $ (-1 (-844) (-629 (-844)))) 41) (($ $ (-1 (-844) (-844))) 43)) (-1466 (($ $ (-1136)) 45)) (-1487 (($ $) 63)) (-1775 (($ $ (-1 (-111) $ $)) 36)) (-3213 (((-844) $) 48)) (-1838 (($ $ (-1136)) 27)) (-2024 (((-3 (-756) "failed") $) 58)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 71)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 79)))
-(((-113) (-13 (-832) (-10 -8 (-15 -4290 ((-1154) $)) (-15 -1292 ((-45 (-1136) (-759)) $)) (-15 -1487 ($ $)) (-15 -2951 ($ (-1154))) (-15 -2951 ($ (-1154) (-756))) (-15 -2024 ((-3 (-756) "failed") $)) (-15 -3296 ((-111) $)) (-15 -4067 ((-111) $)) (-15 -1664 ((-111) $)) (-15 -1400 ((-756) $)) (-15 -1400 ($ $ (-756))) (-15 -1502 ($ $ (-1 (-111) $ $))) (-15 -1775 ($ $ (-1 (-111) $ $))) (-15 -2595 ((-3 (-1 (-844) (-629 (-844))) "failed") $)) (-15 -2595 ($ $ (-1 (-844) (-629 (-844))))) (-15 -2595 ($ $ (-1 (-844) (-844)))) (-15 -1392 ($ $ (-1 (-528) (-629 (-528))))) (-15 -1392 ((-3 (-1 (-528) (-629 (-528))) "failed") $)) (-15 -3515 ((-111) $ (-1154))) (-15 -2033 ((-111) $ (-1136))) (-15 -1838 ($ $ (-1136))) (-15 -1466 ($ $ (-1136))) (-15 -2066 ((-3 (-759) "failed") $ (-1136))) (-15 -1722 ($ $ (-1136) (-759))) (-15 -3409 ($ $ (-45 (-1136) (-759))))))) (T -113))
-((-4290 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-113)))) (-1292 (*1 *2 *1) (-12 (-5 *2 (-45 (-1136) (-759))) (-5 *1 (-113)))) (-1487 (*1 *1 *1) (-5 *1 (-113))) (-2951 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-113)))) (-2951 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-756)) (-5 *1 (-113)))) (-2024 (*1 *2 *1) (|partial| -12 (-5 *2 (-756)) (-5 *1 (-113)))) (-3296 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))) (-4067 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))) (-1664 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))) (-1400 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-113)))) (-1400 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-113)))) (-1502 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-111) (-113) (-113))) (-5 *1 (-113)))) (-1775 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-111) (-113) (-113))) (-5 *1 (-113)))) (-2595 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-844) (-629 (-844)))) (-5 *1 (-113)))) (-2595 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-844) (-629 (-844)))) (-5 *1 (-113)))) (-2595 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-844) (-844))) (-5 *1 (-113)))) (-1392 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-528) (-629 (-528)))) (-5 *1 (-113)))) (-1392 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-528) (-629 (-528)))) (-5 *1 (-113)))) (-3515 (*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-111)) (-5 *1 (-113)))) (-2033 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-111)) (-5 *1 (-113)))) (-1838 (*1 *1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-113)))) (-1466 (*1 *1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-113)))) (-2066 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1136)) (-5 *2 (-759)) (-5 *1 (-113)))) (-1722 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1136)) (-5 *3 (-759)) (-5 *1 (-113)))) (-3409 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1136) (-759))) (-5 *1 (-113)))))
-(-13 (-832) (-10 -8 (-15 -4290 ((-1154) $)) (-15 -1292 ((-45 (-1136) (-759)) $)) (-15 -1487 ($ $)) (-15 -2951 ($ (-1154))) (-15 -2951 ($ (-1154) (-756))) (-15 -2024 ((-3 (-756) "failed") $)) (-15 -3296 ((-111) $)) (-15 -4067 ((-111) $)) (-15 -1664 ((-111) $)) (-15 -1400 ((-756) $)) (-15 -1400 ($ $ (-756))) (-15 -1502 ($ $ (-1 (-111) $ $))) (-15 -1775 ($ $ (-1 (-111) $ $))) (-15 -2595 ((-3 (-1 (-844) (-629 (-844))) "failed") $)) (-15 -2595 ($ $ (-1 (-844) (-629 (-844))))) (-15 -2595 ($ $ (-1 (-844) (-844)))) (-15 -1392 ($ $ (-1 (-528) (-629 (-528))))) (-15 -1392 ((-3 (-1 (-528) (-629 (-528))) "failed") $)) (-15 -3515 ((-111) $ (-1154))) (-15 -2033 ((-111) $ (-1136))) (-15 -1838 ($ $ (-1136))) (-15 -1466 ($ $ (-1136))) (-15 -2066 ((-3 (-759) "failed") $ (-1136))) (-15 -1722 ($ $ (-1136) (-759))) (-15 -3409 ($ $ (-45 (-1136) (-759))))))
-((-1893 (((-552) |#2|) 37)))
-(((-114 |#1| |#2|) (-10 -7 (-15 -1893 ((-552) |#2|))) (-13 (-357) (-1019 (-401 (-552)))) (-1213 |#1|)) (T -114))
-((-1893 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-1019 (-401 *2)))) (-5 *2 (-552)) (-5 *1 (-114 *4 *3)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -1893 ((-552) |#2|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3489 (($ $ (-552)) NIL)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-2450 (($ (-1150 (-552)) (-552)) NIL)) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3029 (($ $) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4241 (((-756) $) NIL)) (-4065 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3714 (((-552)) NIL)) (-1401 (((-552) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3136 (($ $ (-552)) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-2950 (((-1134 (-552)) $) NIL)) (-1680 (($ $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL)) (-2014 (((-756)) NIL)) (-3589 (((-111) $ $) NIL)) (-4311 (((-552) $ (-552)) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL)))
-(((-115 |#1|) (-850 |#1|) (-552)) (T -115))
-NIL
-(-850 |#1|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 (((-115 |#1|) $) NIL (|has| (-115 |#1|) (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-115 |#1|) (-890)))) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| (-115 |#1|) (-890)))) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL (|has| (-115 |#1|) (-805)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-115 |#1|) "failed") $) NIL) (((-3 (-1154) "failed") $) NIL (|has| (-115 |#1|) (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-115 |#1|) (-1019 (-552)))) (((-3 (-552) "failed") $) NIL (|has| (-115 |#1|) (-1019 (-552))))) (-2832 (((-115 |#1|) $) NIL) (((-1154) $) NIL (|has| (-115 |#1|) (-1019 (-1154)))) (((-401 (-552)) $) NIL (|has| (-115 |#1|) (-1019 (-552)))) (((-552) $) NIL (|has| (-115 |#1|) (-1019 (-552))))) (-3398 (($ $) NIL) (($ (-552) $) NIL)) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| (-115 |#1|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-115 |#1|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-115 |#1|))) (|:| |vec| (-1237 (-115 |#1|)))) (-673 $) (-1237 $)) NIL) (((-673 (-115 |#1|)) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-115 |#1|) (-537)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1338 (((-111) $) NIL (|has| (-115 |#1|) (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| (-115 |#1|) (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| (-115 |#1|) (-867 (-373))))) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL)) (-4015 (((-115 |#1|) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| (-115 |#1|) (-1129)))) (-3127 (((-111) $) NIL (|has| (-115 |#1|) (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL (|has| (-115 |#1|) (-832)))) (-2011 (($ $ $) NIL (|has| (-115 |#1|) (-832)))) (-1477 (($ (-1 (-115 |#1|) (-115 |#1|)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-115 |#1|) (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL (|has| (-115 |#1|) (-301)))) (-3410 (((-115 |#1|) $) NIL (|has| (-115 |#1|) (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-115 |#1|) (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-115 |#1|) (-890)))) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2432 (($ $ (-629 (-115 |#1|)) (-629 (-115 |#1|))) NIL (|has| (-115 |#1|) (-303 (-115 |#1|)))) (($ $ (-115 |#1|) (-115 |#1|)) NIL (|has| (-115 |#1|) (-303 (-115 |#1|)))) (($ $ (-288 (-115 |#1|))) NIL (|has| (-115 |#1|) (-303 (-115 |#1|)))) (($ $ (-629 (-288 (-115 |#1|)))) NIL (|has| (-115 |#1|) (-303 (-115 |#1|)))) (($ $ (-629 (-1154)) (-629 (-115 |#1|))) NIL (|has| (-115 |#1|) (-506 (-1154) (-115 |#1|)))) (($ $ (-1154) (-115 |#1|)) NIL (|has| (-115 |#1|) (-506 (-1154) (-115 |#1|))))) (-3795 (((-756) $) NIL)) (-2060 (($ $ (-115 |#1|)) NIL (|has| (-115 |#1|) (-280 (-115 |#1|) (-115 |#1|))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) NIL (|has| (-115 |#1|) (-228))) (($ $ (-756)) NIL (|has| (-115 |#1|) (-228))) (($ $ (-1154)) NIL (|has| (-115 |#1|) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-115 |#1|) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-115 |#1|) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-115 |#1|) (-881 (-1154)))) (($ $ (-1 (-115 |#1|) (-115 |#1|)) (-756)) NIL) (($ $ (-1 (-115 |#1|) (-115 |#1|))) NIL)) (-2493 (($ $) NIL)) (-4026 (((-115 |#1|) $) NIL)) (-1522 (((-873 (-552)) $) NIL (|has| (-115 |#1|) (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| (-115 |#1|) (-600 (-873 (-373))))) (((-528) $) NIL (|has| (-115 |#1|) (-600 (-528)))) (((-373) $) NIL (|has| (-115 |#1|) (-1003))) (((-220) $) NIL (|has| (-115 |#1|) (-1003)))) (-3110 (((-171 (-401 (-552))) $) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| (-115 |#1|) (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ (-115 |#1|)) NIL) (($ (-1154)) NIL (|has| (-115 |#1|) (-1019 (-1154))))) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| (-115 |#1|) (-890))) (|has| (-115 |#1|) (-142))))) (-2014 (((-756)) NIL)) (-3763 (((-115 |#1|) $) NIL (|has| (-115 |#1|) (-537)))) (-3589 (((-111) $ $) NIL)) (-4311 (((-401 (-552)) $ (-552)) NIL)) (-1578 (($ $) NIL (|has| (-115 |#1|) (-805)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $) NIL (|has| (-115 |#1|) (-228))) (($ $ (-756)) NIL (|has| (-115 |#1|) (-228))) (($ $ (-1154)) NIL (|has| (-115 |#1|) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-115 |#1|) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-115 |#1|) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-115 |#1|) (-881 (-1154)))) (($ $ (-1 (-115 |#1|) (-115 |#1|)) (-756)) NIL) (($ $ (-1 (-115 |#1|) (-115 |#1|))) NIL)) (-1666 (((-111) $ $) NIL (|has| (-115 |#1|) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-115 |#1|) (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| (-115 |#1|) (-832)))) (-1632 (((-111) $ $) NIL (|has| (-115 |#1|) (-832)))) (-1720 (($ $ $) NIL) (($ (-115 |#1|) (-115 |#1|)) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ (-115 |#1|) $) NIL) (($ $ (-115 |#1|)) NIL)))
-(((-116 |#1|) (-13 (-973 (-115 |#1|)) (-10 -8 (-15 -4311 ((-401 (-552)) $ (-552))) (-15 -3110 ((-171 (-401 (-552))) $)) (-15 -3398 ($ $)) (-15 -3398 ($ (-552) $)))) (-552)) (T -116))
-((-4311 (*1 *2 *1 *3) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-116 *4)) (-14 *4 *3) (-5 *3 (-552)))) (-3110 (*1 *2 *1) (-12 (-5 *2 (-171 (-401 (-552)))) (-5 *1 (-116 *3)) (-14 *3 (-552)))) (-3398 (*1 *1 *1) (-12 (-5 *1 (-116 *2)) (-14 *2 (-552)))) (-3398 (*1 *1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-116 *3)) (-14 *3 *2))))
-(-13 (-973 (-115 |#1|)) (-10 -8 (-15 -4311 ((-401 (-552)) $ (-552))) (-15 -3110 ((-171 (-401 (-552))) $)) (-15 -3398 ($ $)) (-15 -3398 ($ (-552) $))))
-((-1470 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 49) (($ $ "right" $) 51)) (-4236 (((-629 $) $) 27)) (-4266 (((-111) $ $) 32)) (-2973 (((-111) |#2| $) 36)) (-2604 (((-629 |#2|) $) 22)) (-3862 (((-111) $) 16)) (-2060 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-1289 (((-111) $) 45)) (-3213 (((-844) $) 41)) (-2527 (((-629 $) $) 28)) (-1613 (((-111) $ $) 34)) (-2657 (((-756) $) 43)))
-(((-117 |#1| |#2|) (-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -1470 (|#1| |#1| "right" |#1|)) (-15 -1470 (|#1| |#1| "left" |#1|)) (-15 -2060 (|#1| |#1| "right")) (-15 -2060 (|#1| |#1| "left")) (-15 -1470 (|#2| |#1| "value" |#2|)) (-15 -4266 ((-111) |#1| |#1|)) (-15 -2604 ((-629 |#2|) |#1|)) (-15 -1289 ((-111) |#1|)) (-15 -2060 (|#2| |#1| "value")) (-15 -3862 ((-111) |#1|)) (-15 -4236 ((-629 |#1|) |#1|)) (-15 -2527 ((-629 |#1|) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -2973 ((-111) |#2| |#1|)) (-15 -2657 ((-756) |#1|))) (-118 |#2|) (-1191)) (T -117))
-NIL
-(-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -1470 (|#1| |#1| "right" |#1|)) (-15 -1470 (|#1| |#1| "left" |#1|)) (-15 -2060 (|#1| |#1| "right")) (-15 -2060 (|#1| |#1| "left")) (-15 -1470 (|#2| |#1| "value" |#2|)) (-15 -4266 ((-111) |#1| |#1|)) (-15 -2604 ((-629 |#2|) |#1|)) (-15 -1289 ((-111) |#1|)) (-15 -2060 (|#2| |#1| "value")) (-15 -3862 ((-111) |#1|)) (-15 -4236 ((-629 |#1|) |#1|)) (-15 -2527 ((-629 |#1|) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -2973 ((-111) |#2| |#1|)) (-15 -2657 ((-756) |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2925 ((|#1| $) 48)) (-4238 (((-111) $ (-756)) 8)) (-3188 ((|#1| $ |#1|) 39 (|has| $ (-6 -4369)))) (-1324 (($ $ $) 52 (|has| $ (-6 -4369)))) (-3569 (($ $ $) 54 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4369))) (($ $ "left" $) 55 (|has| $ (-6 -4369))) (($ $ "right" $) 53 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 41 (|has| $ (-6 -4369)))) (-2130 (($) 7 T CONST)) (-3428 (($ $) 57)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 50)) (-4266 (((-111) $ $) 42 (|has| |#1| (-1078)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-3416 (($ $) 59)) (-2604 (((-629 |#1|) $) 45)) (-3862 (((-111) $) 49)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-3153 (((-552) $ $) 44)) (-1289 (((-111) $) 46)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) 51)) (-4298 (((-111) $ $) 43 (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-118 |#1|) (-137) (-1191)) (T -118))
-((-3416 (*1 *1 *1) (-12 (-4 *1 (-118 *2)) (-4 *2 (-1191)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-118 *3)) (-4 *3 (-1191)))) (-3428 (*1 *1 *1) (-12 (-4 *1 (-118 *2)) (-4 *2 (-1191)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-118 *3)) (-4 *3 (-1191)))) (-1470 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4369)) (-4 *1 (-118 *3)) (-4 *3 (-1191)))) (-3569 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-118 *2)) (-4 *2 (-1191)))) (-1470 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4369)) (-4 *1 (-118 *3)) (-4 *3 (-1191)))) (-1324 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-118 *2)) (-4 *2 (-1191)))))
-(-13 (-991 |t#1|) (-10 -8 (-15 -3416 ($ $)) (-15 -2060 ($ $ "left")) (-15 -3428 ($ $)) (-15 -2060 ($ $ "right")) (IF (|has| $ (-6 -4369)) (PROGN (-15 -1470 ($ $ "left" $)) (-15 -3569 ($ $ $)) (-15 -1470 ($ $ "right" $)) (-15 -1324 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-991 |#1|) . T) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-1960 (((-111) |#1|) 24)) (-3236 (((-756) (-756)) 23) (((-756)) 22)) (-4225 (((-111) |#1| (-111)) 25) (((-111) |#1|) 26)))
-(((-119 |#1|) (-10 -7 (-15 -4225 ((-111) |#1|)) (-15 -4225 ((-111) |#1| (-111))) (-15 -3236 ((-756))) (-15 -3236 ((-756) (-756))) (-15 -1960 ((-111) |#1|))) (-1213 (-552))) (T -119))
-((-1960 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552))))) (-3236 (*1 *2 *2) (-12 (-5 *2 (-756)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552))))) (-3236 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552))))) (-4225 (*1 *2 *3 *2) (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552))))) (-4225 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552))))))
-(-10 -7 (-15 -4225 ((-111) |#1|)) (-15 -4225 ((-111) |#1| (-111))) (-15 -3236 ((-756))) (-15 -3236 ((-756) (-756))) (-15 -1960 ((-111) |#1|)))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) 15)) (-2483 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 22)) (-4238 (((-111) $ (-756)) NIL)) (-3188 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-1324 (($ $ $) 18 (|has| $ (-6 -4369)))) (-3569 (($ $ $) 20 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369))) (($ $ "left" $) NIL (|has| $ (-6 -4369))) (($ $ "right" $) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-3428 (($ $) 17)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4193 (($ $ |#1| $) 23)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-3416 (($ $) 19)) (-2604 (((-629 |#1|) $) NIL)) (-3862 (((-111) $) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1717 (($ |#1| $) 24)) (-1580 (($ |#1| $) 10)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 14)) (-3430 (($) 8)) (-2060 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3153 (((-552) $ $) NIL)) (-1289 (((-111) $) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2250 (($ (-629 |#1|)) 12)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-120 |#1|) (-13 (-124 |#1|) (-10 -8 (-6 -4369) (-6 -4368) (-15 -2250 ($ (-629 |#1|))) (-15 -1580 ($ |#1| $)) (-15 -1717 ($ |#1| $)) (-15 -2483 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-832)) (T -120))
-((-2250 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-120 *3)))) (-1580 (*1 *1 *2 *1) (-12 (-5 *1 (-120 *2)) (-4 *2 (-832)))) (-1717 (*1 *1 *2 *1) (-12 (-5 *1 (-120 *2)) (-4 *2 (-832)))) (-2483 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-120 *3)) (|:| |greater| (-120 *3)))) (-5 *1 (-120 *3)) (-4 *3 (-832)))))
-(-13 (-124 |#1|) (-10 -8 (-6 -4369) (-6 -4368) (-15 -2250 ($ (-629 |#1|))) (-15 -1580 ($ |#1| $)) (-15 -1717 ($ |#1| $)) (-15 -2483 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
-((-3072 (($ $) 13)) (-4107 (($ $) 11)) (-1917 (($ $ $) 23)) (-2589 (($ $ $) 21)) (-2038 (($ $ $) 19)) (-2026 (($ $ $) 17)))
-(((-121 |#1|) (-10 -8 (-15 -1917 (|#1| |#1| |#1|)) (-15 -2589 (|#1| |#1| |#1|)) (-15 -4107 (|#1| |#1|)) (-15 -3072 (|#1| |#1|)) (-15 -2026 (|#1| |#1| |#1|)) (-15 -2038 (|#1| |#1| |#1|))) (-122)) (T -121))
-NIL
-(-10 -8 (-15 -1917 (|#1| |#1| |#1|)) (-15 -2589 (|#1| |#1| |#1|)) (-15 -4107 (|#1| |#1|)) (-15 -3072 (|#1| |#1|)) (-15 -2026 (|#1| |#1| |#1|)) (-15 -2038 (|#1| |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3072 (($ $) 103)) (-2520 (($ $ $) 25)) (-2660 (((-1242) $ (-552) (-552)) 66 (|has| $ (-6 -4369)))) (-3717 (((-111) $) 98 (|has| (-111) (-832))) (((-111) (-1 (-111) (-111) (-111)) $) 92)) (-3646 (($ $) 102 (-12 (|has| (-111) (-832)) (|has| $ (-6 -4369)))) (($ (-1 (-111) (-111) (-111)) $) 101 (|has| $ (-6 -4369)))) (-1296 (($ $) 97 (|has| (-111) (-832))) (($ (-1 (-111) (-111) (-111)) $) 91)) (-4238 (((-111) $ (-756)) 37)) (-1470 (((-111) $ (-1204 (-552)) (-111)) 88 (|has| $ (-6 -4369))) (((-111) $ (-552) (-111)) 54 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) (-111)) $) 71 (|has| $ (-6 -4368)))) (-2130 (($) 38 T CONST)) (-2366 (($ $) 100 (|has| $ (-6 -4369)))) (-3344 (($ $) 90)) (-2738 (($ $) 68 (-12 (|has| (-111) (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ (-1 (-111) (-111)) $) 72 (|has| $ (-6 -4368))) (($ (-111) $) 69 (-12 (|has| (-111) (-1078)) (|has| $ (-6 -4368))))) (-3884 (((-111) (-1 (-111) (-111) (-111)) $) 74 (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-111) (-111)) $ (-111)) 73 (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-111) (-111)) $ (-111) (-111)) 70 (-12 (|has| (-111) (-1078)) (|has| $ (-6 -4368))))) (-2957 (((-111) $ (-552) (-111)) 53 (|has| $ (-6 -4369)))) (-2892 (((-111) $ (-552)) 55)) (-1456 (((-552) (-111) $ (-552)) 95 (|has| (-111) (-1078))) (((-552) (-111) $) 94 (|has| (-111) (-1078))) (((-552) (-1 (-111) (-111)) $) 93)) (-3138 (((-629 (-111)) $) 45 (|has| $ (-6 -4368)))) (-3167 (($ $ $) 26)) (-4107 (($ $) 30)) (-1917 (($ $ $) 28)) (-3307 (($ (-756) (-111)) 77)) (-2589 (($ $ $) 29)) (-1418 (((-111) $ (-756)) 36)) (-1695 (((-552) $) 63 (|has| (-552) (-832)))) (-1772 (($ $ $) 13)) (-1446 (($ $ $) 96 (|has| (-111) (-832))) (($ (-1 (-111) (-111) (-111)) $ $) 89)) (-3278 (((-629 (-111)) $) 46 (|has| $ (-6 -4368)))) (-2973 (((-111) (-111) $) 48 (-12 (|has| (-111) (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 62 (|has| (-552) (-832)))) (-2011 (($ $ $) 14)) (-2947 (($ (-1 (-111) (-111)) $) 41 (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-111) (-111) (-111)) $ $) 82) (($ (-1 (-111) (-111)) $) 40)) (-1745 (((-111) $ (-756)) 35)) (-2623 (((-1136) $) 9)) (-1759 (($ $ $ (-552)) 87) (($ (-111) $ (-552)) 86)) (-2190 (((-629 (-552)) $) 60)) (-1335 (((-111) (-552) $) 59)) (-2876 (((-1098) $) 10)) (-2702 (((-111) $) 64 (|has| (-552) (-832)))) (-3073 (((-3 (-111) "failed") (-1 (-111) (-111)) $) 75)) (-1518 (($ $ (-111)) 65 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) (-111)) $) 43 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-111)) (-629 (-111))) 52 (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078)))) (($ $ (-111) (-111)) 51 (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078)))) (($ $ (-288 (-111))) 50 (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078)))) (($ $ (-629 (-288 (-111)))) 49 (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078))))) (-2795 (((-111) $ $) 31)) (-3347 (((-111) (-111) $) 61 (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-3627 (((-629 (-111)) $) 58)) (-3435 (((-111) $) 34)) (-3430 (($) 33)) (-2060 (($ $ (-1204 (-552))) 83) (((-111) $ (-552)) 57) (((-111) $ (-552) (-111)) 56)) (-2012 (($ $ (-1204 (-552))) 85) (($ $ (-552)) 84)) (-2885 (((-756) (-111) $) 47 (-12 (|has| (-111) (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) (-111)) $) 44 (|has| $ (-6 -4368)))) (-3747 (($ $ $ (-552)) 99 (|has| $ (-6 -4369)))) (-1487 (($ $) 32)) (-1522 (((-528) $) 67 (|has| (-111) (-600 (-528))))) (-3226 (($ (-629 (-111))) 76)) (-4319 (($ (-629 $)) 81) (($ $ $) 80) (($ (-111) $) 79) (($ $ (-111)) 78)) (-3213 (((-844) $) 11)) (-2584 (((-111) (-1 (-111) (-111)) $) 42 (|has| $ (-6 -4368)))) (-3792 (($ $ $) 27)) (-2038 (($ $ $) 105)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (-2026 (($ $ $) 104)) (-2657 (((-756) $) 39 (|has| $ (-6 -4368)))))
+((-3200 (*1 *2 *1 *1) (-12 (-4 *1 (-101)) (-5 *2 (-111)))) (-1614 (*1 *2 *1 *1) (-12 (-4 *1 (-101)) (-5 *2 (-111)))))
+(-13 (-10 -8 (-15 -1614 ((-111) $ $)) (-15 -3200 ((-111) $ $))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-2830 ((|#1| $ |#1|) 13 (|has| $ (-6 -4370)))) (-2062 (($ $ $) NIL (|has| $ (-6 -4370)))) (-2209 (($ $ $) NIL (|has| $ (-6 -4370)))) (-2296 (($ $ (-630 |#1|)) 15)) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370))) (($ $ "left" $) NIL (|has| $ (-6 -4370))) (($ $ "right" $) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-3425 (($ $) 11)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-4192 (($ $ |#1| $) 17)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2111 ((|#1| $ (-1 |#1| |#1| |#1|)) 25) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 30)) (-4195 (($ $ |#1| (-1 |#1| |#1| |#1|)) 31) (($ $ |#1| (-1 (-630 |#1|) |#1| |#1| |#1|)) 35)) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-3413 (($ $) 10)) (-2603 (((-630 |#1|) $) NIL)) (-3380 (((-111) $) 12)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 9)) (-1422 (($) 16)) (-2061 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2566 (((-553) $ $) NIL)) (-3990 (((-111) $) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1428 (($ (-757) |#1|) 19)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-102 |#1|) (-13 (-124 |#1|) (-10 -8 (-6 -4369) (-6 -4370) (-15 -1428 ($ (-757) |#1|)) (-15 -2296 ($ $ (-630 |#1|))) (-15 -2111 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2111 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -4195 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -4195 ($ $ |#1| (-1 (-630 |#1|) |#1| |#1| |#1|))))) (-1079)) (T -102))
+((-1428 (*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-5 *1 (-102 *3)) (-4 *3 (-1079)))) (-2296 (*1 *1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-102 *3)))) (-2111 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-102 *2)) (-4 *2 (-1079)))) (-2111 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1079)) (-5 *1 (-102 *3)))) (-4195 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1079)) (-5 *1 (-102 *2)))) (-4195 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-630 *2) *2 *2 *2)) (-4 *2 (-1079)) (-5 *1 (-102 *2)))))
+(-13 (-124 |#1|) (-10 -8 (-6 -4369) (-6 -4370) (-15 -1428 ($ (-757) |#1|)) (-15 -2296 ($ $ (-630 |#1|))) (-15 -2111 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2111 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -4195 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -4195 ($ $ |#1| (-1 (-630 |#1|) |#1| |#1| |#1|)))))
+((-2132 ((|#3| |#2| |#2|) 29)) (-1996 ((|#1| |#2| |#2|) 39 (|has| |#1| (-6 (-4371 "*"))))) (-4159 ((|#3| |#2| |#2|) 30)) (-1496 ((|#1| |#2|) 42 (|has| |#1| (-6 (-4371 "*"))))))
+(((-103 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2132 (|#3| |#2| |#2|)) (-15 -4159 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4371 "*"))) (PROGN (-15 -1996 (|#1| |#2| |#2|)) (-15 -1496 (|#1| |#2|))) |%noBranch|)) (-1031) (-1214 |#1|) (-672 |#1| |#4| |#5|) (-367 |#1|) (-367 |#1|)) (T -103))
+((-1496 (*1 *2 *3) (-12 (|has| *2 (-6 (-4371 "*"))) (-4 *5 (-367 *2)) (-4 *6 (-367 *2)) (-4 *2 (-1031)) (-5 *1 (-103 *2 *3 *4 *5 *6)) (-4 *3 (-1214 *2)) (-4 *4 (-672 *2 *5 *6)))) (-1996 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4371 "*"))) (-4 *5 (-367 *2)) (-4 *6 (-367 *2)) (-4 *2 (-1031)) (-5 *1 (-103 *2 *3 *4 *5 *6)) (-4 *3 (-1214 *2)) (-4 *4 (-672 *2 *5 *6)))) (-4159 (*1 *2 *3 *3) (-12 (-4 *4 (-1031)) (-4 *2 (-672 *4 *5 *6)) (-5 *1 (-103 *4 *3 *2 *5 *6)) (-4 *3 (-1214 *4)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)))) (-2132 (*1 *2 *3 *3) (-12 (-4 *4 (-1031)) (-4 *2 (-672 *4 *5 *6)) (-5 *1 (-103 *4 *3 *2 *5 *6)) (-4 *3 (-1214 *4)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)))))
+(-10 -7 (-15 -2132 (|#3| |#2| |#2|)) (-15 -4159 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4371 "*"))) (PROGN (-15 -1996 (|#1| |#2| |#2|)) (-15 -1496 (|#1| |#2|))) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-2800 (((-630 (-1155))) 33)) (-2988 (((-2 (|:| |zeros| (-1135 (-220))) (|:| |ones| (-1135 (-220))) (|:| |singularities| (-1135 (-220)))) (-1155)) 35)) (-1614 (((-111) $ $) NIL)))
+(((-104) (-13 (-1079) (-10 -7 (-15 -2800 ((-630 (-1155)))) (-15 -2988 ((-2 (|:| |zeros| (-1135 (-220))) (|:| |ones| (-1135 (-220))) (|:| |singularities| (-1135 (-220)))) (-1155))) (-6 -4369)))) (T -104))
+((-2800 (*1 *2) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-104)))) (-2988 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-2 (|:| |zeros| (-1135 (-220))) (|:| |ones| (-1135 (-220))) (|:| |singularities| (-1135 (-220))))) (-5 *1 (-104)))))
+(-13 (-1079) (-10 -7 (-15 -2800 ((-630 (-1155)))) (-15 -2988 ((-2 (|:| |zeros| (-1135 (-220))) (|:| |ones| (-1135 (-220))) (|:| |singularities| (-1135 (-220)))) (-1155))) (-6 -4369)))
+((-4142 (($ (-630 |#2|)) 11)))
+(((-105 |#1| |#2|) (-10 -8 (-15 -4142 (|#1| (-630 |#2|)))) (-106 |#2|) (-1192)) (T -105))
+NIL
+(-10 -8 (-15 -4142 (|#1| (-630 |#2|))))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-3203 (($) 7 T CONST)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) 42)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-106 |#1|) (-137) (-1192)) (T -106))
+((-4142 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-4 *1 (-106 *3)))) (-2037 (*1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1192)))) (-1429 (*1 *1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1192)))) (-3311 (*1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1192)))))
+(-13 (-482 |t#1|) (-10 -8 (-6 -4370) (-15 -4142 ($ (-630 |t#1|))) (-15 -2037 (|t#1| $)) (-15 -1429 ($ |t#1| $)) (-15 -3311 (|t#1| $))))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 (((-553) $) NIL (|has| (-553) (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL (|has| (-553) (-806)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-1155) "failed") $) NIL (|has| (-553) (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-553) (-1020 (-553)))) (((-3 (-553) "failed") $) NIL (|has| (-553) (-1020 (-553))))) (-2831 (((-553) $) NIL) (((-1155) $) NIL (|has| (-553) (-1020 (-1155)))) (((-401 (-553)) $) NIL (|has| (-553) (-1020 (-553)))) (((-553) $) NIL (|has| (-553) (-1020 (-553))))) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| (-553) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-553) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-674 (-553)) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-553) (-538)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2184 (((-111) $) NIL (|has| (-553) (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| (-553) (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| (-553) (-868 (-373))))) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL)) (-4013 (((-553) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| (-553) (-1130)))) (-2260 (((-111) $) NIL (|has| (-553) (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| (-553) (-833)))) (-1478 (($ (-1 (-553) (-553)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-553) (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL (|has| (-553) (-301))) (((-401 (-553)) $) NIL)) (-1278 (((-553) $) NIL (|has| (-553) (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2433 (($ $ (-630 (-553)) (-630 (-553))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-553) (-553)) NIL (|has| (-553) (-303 (-553)))) (($ $ (-288 (-553))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-630 (-288 (-553)))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-630 (-1155)) (-630 (-553))) NIL (|has| (-553) (-507 (-1155) (-553)))) (($ $ (-1155) (-553)) NIL (|has| (-553) (-507 (-1155) (-553))))) (-3879 (((-757) $) NIL)) (-2061 (($ $ (-553)) NIL (|has| (-553) (-280 (-553) (-553))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) NIL (|has| (-553) (-228))) (($ $ (-757)) NIL (|has| (-553) (-228))) (($ $ (-1155)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1 (-553) (-553)) (-757)) NIL) (($ $ (-1 (-553) (-553))) NIL)) (-2237 (($ $) NIL)) (-4024 (((-553) $) NIL)) (-1523 (((-874 (-553)) $) NIL (|has| (-553) (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| (-553) (-601 (-874 (-373))))) (((-529) $) NIL (|has| (-553) (-601 (-529)))) (((-373) $) NIL (|has| (-553) (-1004))) (((-220) $) NIL (|has| (-553) (-1004)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| (-553) (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) 8) (($ (-553)) NIL) (($ (-1155)) NIL (|has| (-553) (-1020 (-1155)))) (((-401 (-553)) $) NIL) (((-986 2) $) 10)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| (-553) (-891))) (|has| (-553) (-142))))) (-1348 (((-757)) NIL)) (-3609 (((-553) $) NIL (|has| (-553) (-538)))) (-2664 (($ (-401 (-553))) 9)) (-2453 (((-111) $ $) NIL)) (-1411 (($ $) NIL (|has| (-553) (-806)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $) NIL (|has| (-553) (-228))) (($ $ (-757)) NIL (|has| (-553) (-228))) (($ $ (-1155)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1 (-553) (-553)) (-757)) NIL) (($ $ (-1 (-553) (-553))) NIL)) (-1667 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1633 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1721 (($ $ $) NIL) (($ (-553) (-553)) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ (-553) $) NIL) (($ $ (-553)) NIL)))
+(((-107) (-13 (-974 (-553)) (-10 -8 (-15 -3212 ((-401 (-553)) $)) (-15 -3212 ((-986 2) $)) (-15 -2079 ((-401 (-553)) $)) (-15 -2664 ($ (-401 (-553))))))) (T -107))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-107)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-986 2)) (-5 *1 (-107)))) (-2079 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-107)))) (-2664 (*1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-107)))))
+(-13 (-974 (-553)) (-10 -8 (-15 -3212 ((-401 (-553)) $)) (-15 -3212 ((-986 2) $)) (-15 -2079 ((-401 (-553)) $)) (-15 -2664 ($ (-401 (-553))))))
+((-1293 (((-630 (-947)) $) 14)) (-4292 (((-1155) $) 10)) (-3212 (((-845) $) 23)) (-3966 (($ (-1155) (-630 (-947))) 15)))
+(((-108) (-13 (-600 (-845)) (-10 -8 (-15 -4292 ((-1155) $)) (-15 -1293 ((-630 (-947)) $)) (-15 -3966 ($ (-1155) (-630 (-947))))))) (T -108))
+((-4292 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-108)))) (-1293 (*1 *2 *1) (-12 (-5 *2 (-630 (-947))) (-5 *1 (-108)))) (-3966 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-947))) (-5 *1 (-108)))))
+(-13 (-600 (-845)) (-10 -8 (-15 -4292 ((-1155) $)) (-15 -1293 ((-630 (-947)) $)) (-15 -3966 ($ (-1155) (-630 (-947))))))
+((-3200 (((-111) $ $) NIL)) (-3071 (($ $) NIL)) (-2519 (($ $ $) NIL)) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) $) NIL (|has| (-111) (-833))) (((-111) (-1 (-111) (-111) (-111)) $) NIL)) (-1748 (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| (-111) (-833)))) (($ (-1 (-111) (-111) (-111)) $) NIL (|has| $ (-6 -4370)))) (-1297 (($ $) NIL (|has| (-111) (-833))) (($ (-1 (-111) (-111) (-111)) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-1471 (((-111) $ (-1205 (-553)) (-111)) NIL (|has| $ (-6 -4370))) (((-111) $ (-553) (-111)) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-2653 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369))) (($ (-111) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-3883 (((-111) (-1 (-111) (-111) (-111)) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-111) (-111)) $ (-111)) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-111) (-111)) $ (-111) (-111)) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-2959 (((-111) $ (-553) (-111)) NIL (|has| $ (-6 -4370)))) (-2891 (((-111) $ (-553)) NIL)) (-1457 (((-553) (-111) $ (-553)) NIL (|has| (-111) (-1079))) (((-553) (-111) $) NIL (|has| (-111) (-1079))) (((-553) (-1 (-111) (-111)) $) NIL)) (-3136 (((-630 (-111)) $) NIL (|has| $ (-6 -4369)))) (-3166 (($ $ $) NIL)) (-4106 (($ $) NIL)) (-1582 (($ $ $) NIL)) (-3306 (($ (-757) (-111)) 8)) (-1849 (($ $ $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL)) (-3858 (($ $ $) NIL (|has| (-111) (-833))) (($ (-1 (-111) (-111) (-111)) $ $) NIL)) (-2447 (((-630 (-111)) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-111) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL)) (-2947 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-111) (-111) (-111)) $ $) NIL) (($ (-1 (-111) (-111)) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-1760 (($ $ $ (-553)) NIL) (($ (-111) $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 (((-111) $) NIL (|has| (-553) (-833)))) (-3003 (((-3 (-111) "failed") (-1 (-111) (-111)) $) NIL)) (-2001 (($ $ (-111)) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-111)) (-630 (-111))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079)))) (($ $ (-111) (-111)) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079)))) (($ $ (-288 (-111))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079)))) (($ $ (-630 (-288 (-111)))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) (-111) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-1556 (((-630 (-111)) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 (($ $ (-1205 (-553))) NIL) (((-111) $ (-553)) NIL) (((-111) $ (-553) (-111)) NIL)) (-2013 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-2885 (((-757) (-111) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079)))) (((-757) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-111) (-601 (-529))))) (-3225 (($ (-630 (-111))) NIL)) (-4320 (($ (-630 $)) NIL) (($ $ $) NIL) (($ (-111) $) NIL) (($ $ (-111)) NIL)) (-3212 (((-845) $) NIL)) (-3127 (($ (-757) (-111)) 9)) (-1798 (((-111) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-3791 (($ $ $) NIL)) (-2039 (($ $ $) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-2027 (($ $ $) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-109) (-13 (-122) (-10 -8 (-15 -3127 ($ (-757) (-111)))))) (T -109))
+((-3127 (*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-5 *3 (-111)) (-5 *1 (-109)))))
+(-13 (-122) (-10 -8 (-15 -3127 ($ (-757) (-111)))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ |#1| $) 23) (($ $ |#2|) 26)))
+(((-110 |#1| |#2|) (-137) (-1031) (-1031)) (T -110))
+NIL
+(-13 (-633 |t#1|) (-1037 |t#2|) (-10 -7 (-6 -4364) (-6 -4363)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-1037 |#2|) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-3071 (($ $) 10)) (-2519 (($ $ $) 15)) (-3774 (($) 7 T CONST)) (-2670 (($ $) 6)) (-2662 (((-757)) 24)) (-1333 (($) 30)) (-3166 (($ $ $) 13)) (-4106 (($ $) 9)) (-1582 (($ $ $) 16)) (-1849 (($ $ $) 17)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-3941 (((-903) $) 29)) (-4056 (((-1137) $) NIL)) (-2839 (($ (-903)) 28)) (-2494 (($ $ $) 20)) (-2875 (((-1099) $) NIL)) (-2606 (($) 8 T CONST)) (-2551 (($ $ $) 21)) (-1523 (((-529) $) 36)) (-3212 (((-845) $) 39)) (-3791 (($ $ $) 11)) (-2039 (($ $ $) 14)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 19)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 22)) (-2027 (($ $ $) 12)))
+(((-111) (-13 (-827) (-646) (-949) (-601 (-529)) (-10 -8 (-15 -3774 ($) -3929) (-15 -2606 ($) -3929) (-15 -2519 ($ $ $)) (-15 -1849 ($ $ $)) (-15 -1582 ($ $ $)) (-15 -2670 ($ $))))) (T -111))
+((-3774 (*1 *1) (-5 *1 (-111))) (-2606 (*1 *1) (-5 *1 (-111))) (-2519 (*1 *1 *1 *1) (-5 *1 (-111))) (-1849 (*1 *1 *1 *1) (-5 *1 (-111))) (-1582 (*1 *1 *1 *1) (-5 *1 (-111))) (-2670 (*1 *1 *1) (-5 *1 (-111))))
+(-13 (-827) (-646) (-949) (-601 (-529)) (-10 -8 (-15 -3774 ($) -3929) (-15 -2606 ($) -3929) (-15 -2519 ($ $ $)) (-15 -1849 ($ $ $)) (-15 -1582 ($ $ $)) (-15 -2670 ($ $))))
+((-1888 (((-3 (-1 |#1| (-630 |#1|)) "failed") (-113)) 19) (((-113) (-113) (-1 |#1| |#1|)) 13) (((-113) (-113) (-1 |#1| (-630 |#1|))) 11) (((-3 |#1| "failed") (-113) (-630 |#1|)) 21)) (-2300 (((-3 (-630 (-1 |#1| (-630 |#1|))) "failed") (-113)) 25) (((-113) (-113) (-1 |#1| |#1|)) 30) (((-113) (-113) (-630 (-1 |#1| (-630 |#1|)))) 26)) (-1685 (((-113) |#1|) 56 (|has| |#1| (-833)))) (-2193 (((-3 |#1| "failed") (-113)) 50 (|has| |#1| (-833)))))
+(((-112 |#1|) (-10 -7 (-15 -1888 ((-3 |#1| "failed") (-113) (-630 |#1|))) (-15 -1888 ((-113) (-113) (-1 |#1| (-630 |#1|)))) (-15 -1888 ((-113) (-113) (-1 |#1| |#1|))) (-15 -1888 ((-3 (-1 |#1| (-630 |#1|)) "failed") (-113))) (-15 -2300 ((-113) (-113) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2300 ((-113) (-113) (-1 |#1| |#1|))) (-15 -2300 ((-3 (-630 (-1 |#1| (-630 |#1|))) "failed") (-113))) (IF (|has| |#1| (-833)) (PROGN (-15 -1685 ((-113) |#1|)) (-15 -2193 ((-3 |#1| "failed") (-113)))) |%noBranch|)) (-1079)) (T -112))
+((-2193 (*1 *2 *3) (|partial| -12 (-5 *3 (-113)) (-4 *2 (-1079)) (-4 *2 (-833)) (-5 *1 (-112 *2)))) (-1685 (*1 *2 *3) (-12 (-5 *2 (-113)) (-5 *1 (-112 *3)) (-4 *3 (-833)) (-4 *3 (-1079)))) (-2300 (*1 *2 *3) (|partial| -12 (-5 *3 (-113)) (-5 *2 (-630 (-1 *4 (-630 *4)))) (-5 *1 (-112 *4)) (-4 *4 (-1079)))) (-2300 (*1 *2 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1079)) (-5 *1 (-112 *4)))) (-2300 (*1 *2 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-630 (-1 *4 (-630 *4)))) (-4 *4 (-1079)) (-5 *1 (-112 *4)))) (-1888 (*1 *2 *3) (|partial| -12 (-5 *3 (-113)) (-5 *2 (-1 *4 (-630 *4))) (-5 *1 (-112 *4)) (-4 *4 (-1079)))) (-1888 (*1 *2 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1079)) (-5 *1 (-112 *4)))) (-1888 (*1 *2 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 (-630 *4))) (-4 *4 (-1079)) (-5 *1 (-112 *4)))) (-1888 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-113)) (-5 *4 (-630 *2)) (-5 *1 (-112 *2)) (-4 *2 (-1079)))))
+(-10 -7 (-15 -1888 ((-3 |#1| "failed") (-113) (-630 |#1|))) (-15 -1888 ((-113) (-113) (-1 |#1| (-630 |#1|)))) (-15 -1888 ((-113) (-113) (-1 |#1| |#1|))) (-15 -1888 ((-3 (-1 |#1| (-630 |#1|)) "failed") (-113))) (-15 -2300 ((-113) (-113) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2300 ((-113) (-113) (-1 |#1| |#1|))) (-15 -2300 ((-3 (-630 (-1 |#1| (-630 |#1|))) "failed") (-113))) (IF (|has| |#1| (-833)) (PROGN (-15 -1685 ((-113) |#1|)) (-15 -2193 ((-3 |#1| "failed") (-113)))) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-3452 (((-757) $) 72) (($ $ (-757)) 30)) (-1454 (((-111) $) 32)) (-3497 (($ $ (-1137) (-760)) 26)) (-4347 (($ $ (-45 (-1137) (-760))) 15)) (-2067 (((-3 (-760) "failed") $ (-1137)) 25)) (-1293 (((-45 (-1137) (-760)) $) 14)) (-4155 (($ (-1155)) 17) (($ (-1155) (-757)) 22)) (-2645 (((-111) $) 31)) (-4152 (((-111) $) 33)) (-4292 (((-1155) $) 8)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2990 (((-111) $ (-1155)) 10)) (-1393 (($ $ (-1 (-529) (-630 (-529)))) 52) (((-3 (-1 (-529) (-630 (-529))) "failed") $) 56)) (-2875 (((-1099) $) NIL)) (-3472 (((-111) $ (-1137)) 29)) (-3147 (($ $ (-1 (-111) $ $)) 35)) (-2595 (((-3 (-1 (-845) (-630 (-845))) "failed") $) 54) (($ $ (-1 (-845) (-630 (-845)))) 41) (($ $ (-1 (-845) (-845))) 43)) (-2818 (($ $ (-1137)) 45)) (-1488 (($ $) 63)) (-2737 (($ $ (-1 (-111) $ $)) 36)) (-3212 (((-845) $) 48)) (-1840 (($ $ (-1137)) 27)) (-3396 (((-3 (-757) "failed") $) 58)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 71)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 79)))
+(((-113) (-13 (-833) (-10 -8 (-15 -4292 ((-1155) $)) (-15 -1293 ((-45 (-1137) (-760)) $)) (-15 -1488 ($ $)) (-15 -4155 ($ (-1155))) (-15 -4155 ($ (-1155) (-757))) (-15 -3396 ((-3 (-757) "failed") $)) (-15 -2645 ((-111) $)) (-15 -1454 ((-111) $)) (-15 -4152 ((-111) $)) (-15 -3452 ((-757) $)) (-15 -3452 ($ $ (-757))) (-15 -3147 ($ $ (-1 (-111) $ $))) (-15 -2737 ($ $ (-1 (-111) $ $))) (-15 -2595 ((-3 (-1 (-845) (-630 (-845))) "failed") $)) (-15 -2595 ($ $ (-1 (-845) (-630 (-845))))) (-15 -2595 ($ $ (-1 (-845) (-845)))) (-15 -1393 ($ $ (-1 (-529) (-630 (-529))))) (-15 -1393 ((-3 (-1 (-529) (-630 (-529))) "failed") $)) (-15 -2990 ((-111) $ (-1155))) (-15 -3472 ((-111) $ (-1137))) (-15 -1840 ($ $ (-1137))) (-15 -2818 ($ $ (-1137))) (-15 -2067 ((-3 (-760) "failed") $ (-1137))) (-15 -3497 ($ $ (-1137) (-760))) (-15 -4347 ($ $ (-45 (-1137) (-760))))))) (T -113))
+((-4292 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-113)))) (-1293 (*1 *2 *1) (-12 (-5 *2 (-45 (-1137) (-760))) (-5 *1 (-113)))) (-1488 (*1 *1 *1) (-5 *1 (-113))) (-4155 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-113)))) (-4155 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-757)) (-5 *1 (-113)))) (-3396 (*1 *2 *1) (|partial| -12 (-5 *2 (-757)) (-5 *1 (-113)))) (-2645 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))) (-1454 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))) (-4152 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))) (-3452 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-113)))) (-3452 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-113)))) (-3147 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-111) (-113) (-113))) (-5 *1 (-113)))) (-2737 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-111) (-113) (-113))) (-5 *1 (-113)))) (-2595 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-845) (-630 (-845)))) (-5 *1 (-113)))) (-2595 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-845) (-630 (-845)))) (-5 *1 (-113)))) (-2595 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-845) (-845))) (-5 *1 (-113)))) (-1393 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-529) (-630 (-529)))) (-5 *1 (-113)))) (-1393 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-529) (-630 (-529)))) (-5 *1 (-113)))) (-2990 (*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-111)) (-5 *1 (-113)))) (-3472 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-111)) (-5 *1 (-113)))) (-1840 (*1 *1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-113)))) (-2818 (*1 *1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-113)))) (-2067 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1137)) (-5 *2 (-760)) (-5 *1 (-113)))) (-3497 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1137)) (-5 *3 (-760)) (-5 *1 (-113)))) (-4347 (*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1137) (-760))) (-5 *1 (-113)))))
+(-13 (-833) (-10 -8 (-15 -4292 ((-1155) $)) (-15 -1293 ((-45 (-1137) (-760)) $)) (-15 -1488 ($ $)) (-15 -4155 ($ (-1155))) (-15 -4155 ($ (-1155) (-757))) (-15 -3396 ((-3 (-757) "failed") $)) (-15 -2645 ((-111) $)) (-15 -1454 ((-111) $)) (-15 -4152 ((-111) $)) (-15 -3452 ((-757) $)) (-15 -3452 ($ $ (-757))) (-15 -3147 ($ $ (-1 (-111) $ $))) (-15 -2737 ($ $ (-1 (-111) $ $))) (-15 -2595 ((-3 (-1 (-845) (-630 (-845))) "failed") $)) (-15 -2595 ($ $ (-1 (-845) (-630 (-845))))) (-15 -2595 ($ $ (-1 (-845) (-845)))) (-15 -1393 ($ $ (-1 (-529) (-630 (-529))))) (-15 -1393 ((-3 (-1 (-529) (-630 (-529))) "failed") $)) (-15 -2990 ((-111) $ (-1155))) (-15 -3472 ((-111) $ (-1137))) (-15 -1840 ($ $ (-1137))) (-15 -2818 ($ $ (-1137))) (-15 -2067 ((-3 (-760) "failed") $ (-1137))) (-15 -3497 ($ $ (-1137) (-760))) (-15 -4347 ($ $ (-45 (-1137) (-760))))))
+((-2639 (((-553) |#2|) 37)))
+(((-114 |#1| |#2|) (-10 -7 (-15 -2639 ((-553) |#2|))) (-13 (-357) (-1020 (-401 (-553)))) (-1214 |#1|)) (T -114))
+((-2639 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-1020 (-401 *2)))) (-5 *2 (-553)) (-5 *1 (-114 *4 *3)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -2639 ((-553) |#2|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3487 (($ $ (-553)) NIL)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-3122 (($ (-1151 (-553)) (-553)) NIL)) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3758 (($ $) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2592 (((-757) $) NIL)) (-1434 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-4304 (((-553)) NIL)) (-3463 (((-553) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2370 (($ $ (-553)) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-4147 (((-1135 (-553)) $) NIL)) (-4297 (($ $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL)) (-1348 (((-757)) NIL)) (-2453 (((-111) $ $) NIL)) (-4312 (((-553) $ (-553)) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL)))
+(((-115 |#1|) (-851 |#1|) (-553)) (T -115))
+NIL
+(-851 |#1|)
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 (((-115 |#1|) $) NIL (|has| (-115 |#1|) (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-115 |#1|) (-891)))) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| (-115 |#1|) (-891)))) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL (|has| (-115 |#1|) (-806)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-115 |#1|) "failed") $) NIL) (((-3 (-1155) "failed") $) NIL (|has| (-115 |#1|) (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-115 |#1|) (-1020 (-553)))) (((-3 (-553) "failed") $) NIL (|has| (-115 |#1|) (-1020 (-553))))) (-2831 (((-115 |#1|) $) NIL) (((-1155) $) NIL (|has| (-115 |#1|) (-1020 (-1155)))) (((-401 (-553)) $) NIL (|has| (-115 |#1|) (-1020 (-553)))) (((-553) $) NIL (|has| (-115 |#1|) (-1020 (-553))))) (-4254 (($ $) NIL) (($ (-553) $) NIL)) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| (-115 |#1|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-115 |#1|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-115 |#1|))) (|:| |vec| (-1238 (-115 |#1|)))) (-674 $) (-1238 $)) NIL) (((-674 (-115 |#1|)) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-115 |#1|) (-538)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2184 (((-111) $) NIL (|has| (-115 |#1|) (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| (-115 |#1|) (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| (-115 |#1|) (-868 (-373))))) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL)) (-4013 (((-115 |#1|) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| (-115 |#1|) (-1130)))) (-2260 (((-111) $) NIL (|has| (-115 |#1|) (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL (|has| (-115 |#1|) (-833)))) (-2012 (($ $ $) NIL (|has| (-115 |#1|) (-833)))) (-1478 (($ (-1 (-115 |#1|) (-115 |#1|)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-115 |#1|) (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL (|has| (-115 |#1|) (-301)))) (-1278 (((-115 |#1|) $) NIL (|has| (-115 |#1|) (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-115 |#1|) (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-115 |#1|) (-891)))) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2433 (($ $ (-630 (-115 |#1|)) (-630 (-115 |#1|))) NIL (|has| (-115 |#1|) (-303 (-115 |#1|)))) (($ $ (-115 |#1|) (-115 |#1|)) NIL (|has| (-115 |#1|) (-303 (-115 |#1|)))) (($ $ (-288 (-115 |#1|))) NIL (|has| (-115 |#1|) (-303 (-115 |#1|)))) (($ $ (-630 (-288 (-115 |#1|)))) NIL (|has| (-115 |#1|) (-303 (-115 |#1|)))) (($ $ (-630 (-1155)) (-630 (-115 |#1|))) NIL (|has| (-115 |#1|) (-507 (-1155) (-115 |#1|)))) (($ $ (-1155) (-115 |#1|)) NIL (|has| (-115 |#1|) (-507 (-1155) (-115 |#1|))))) (-3879 (((-757) $) NIL)) (-2061 (($ $ (-115 |#1|)) NIL (|has| (-115 |#1|) (-280 (-115 |#1|) (-115 |#1|))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) NIL (|has| (-115 |#1|) (-228))) (($ $ (-757)) NIL (|has| (-115 |#1|) (-228))) (($ $ (-1155)) NIL (|has| (-115 |#1|) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-115 |#1|) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-115 |#1|) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-115 |#1|) (-882 (-1155)))) (($ $ (-1 (-115 |#1|) (-115 |#1|)) (-757)) NIL) (($ $ (-1 (-115 |#1|) (-115 |#1|))) NIL)) (-2237 (($ $) NIL)) (-4024 (((-115 |#1|) $) NIL)) (-1523 (((-874 (-553)) $) NIL (|has| (-115 |#1|) (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| (-115 |#1|) (-601 (-874 (-373))))) (((-529) $) NIL (|has| (-115 |#1|) (-601 (-529)))) (((-373) $) NIL (|has| (-115 |#1|) (-1004))) (((-220) $) NIL (|has| (-115 |#1|) (-1004)))) (-3365 (((-171 (-401 (-553))) $) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| (-115 |#1|) (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ (-115 |#1|)) NIL) (($ (-1155)) NIL (|has| (-115 |#1|) (-1020 (-1155))))) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| (-115 |#1|) (-891))) (|has| (-115 |#1|) (-142))))) (-1348 (((-757)) NIL)) (-3609 (((-115 |#1|) $) NIL (|has| (-115 |#1|) (-538)))) (-2453 (((-111) $ $) NIL)) (-4312 (((-401 (-553)) $ (-553)) NIL)) (-1411 (($ $) NIL (|has| (-115 |#1|) (-806)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $) NIL (|has| (-115 |#1|) (-228))) (($ $ (-757)) NIL (|has| (-115 |#1|) (-228))) (($ $ (-1155)) NIL (|has| (-115 |#1|) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-115 |#1|) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-115 |#1|) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-115 |#1|) (-882 (-1155)))) (($ $ (-1 (-115 |#1|) (-115 |#1|)) (-757)) NIL) (($ $ (-1 (-115 |#1|) (-115 |#1|))) NIL)) (-1667 (((-111) $ $) NIL (|has| (-115 |#1|) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-115 |#1|) (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| (-115 |#1|) (-833)))) (-1633 (((-111) $ $) NIL (|has| (-115 |#1|) (-833)))) (-1721 (($ $ $) NIL) (($ (-115 |#1|) (-115 |#1|)) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ (-115 |#1|) $) NIL) (($ $ (-115 |#1|)) NIL)))
+(((-116 |#1|) (-13 (-974 (-115 |#1|)) (-10 -8 (-15 -4312 ((-401 (-553)) $ (-553))) (-15 -3365 ((-171 (-401 (-553))) $)) (-15 -4254 ($ $)) (-15 -4254 ($ (-553) $)))) (-553)) (T -116))
+((-4312 (*1 *2 *1 *3) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-116 *4)) (-14 *4 *3) (-5 *3 (-553)))) (-3365 (*1 *2 *1) (-12 (-5 *2 (-171 (-401 (-553)))) (-5 *1 (-116 *3)) (-14 *3 (-553)))) (-4254 (*1 *1 *1) (-12 (-5 *1 (-116 *2)) (-14 *2 (-553)))) (-4254 (*1 *1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-116 *3)) (-14 *3 *2))))
+(-13 (-974 (-115 |#1|)) (-10 -8 (-15 -4312 ((-401 (-553)) $ (-553))) (-15 -3365 ((-171 (-401 (-553))) $)) (-15 -4254 ($ $)) (-15 -4254 ($ (-553) $))))
+((-1471 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 49) (($ $ "right" $) 51)) (-2527 (((-630 $) $) 27)) (-1576 (((-111) $ $) 32)) (-4349 (((-111) |#2| $) 36)) (-2603 (((-630 |#2|) $) 22)) (-3380 (((-111) $) 16)) (-2061 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-3990 (((-111) $) 45)) (-3212 (((-845) $) 41)) (-2590 (((-630 $) $) 28)) (-1614 (((-111) $ $) 34)) (-2656 (((-757) $) 43)))
+(((-117 |#1| |#2|) (-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -1471 (|#1| |#1| "right" |#1|)) (-15 -1471 (|#1| |#1| "left" |#1|)) (-15 -2061 (|#1| |#1| "right")) (-15 -2061 (|#1| |#1| "left")) (-15 -1471 (|#2| |#1| "value" |#2|)) (-15 -1576 ((-111) |#1| |#1|)) (-15 -2603 ((-630 |#2|) |#1|)) (-15 -3990 ((-111) |#1|)) (-15 -2061 (|#2| |#1| "value")) (-15 -3380 ((-111) |#1|)) (-15 -2527 ((-630 |#1|) |#1|)) (-15 -2590 ((-630 |#1|) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -4349 ((-111) |#2| |#1|)) (-15 -2656 ((-757) |#1|))) (-118 |#2|) (-1192)) (T -117))
+NIL
+(-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -1471 (|#1| |#1| "right" |#1|)) (-15 -1471 (|#1| |#1| "left" |#1|)) (-15 -2061 (|#1| |#1| "right")) (-15 -2061 (|#1| |#1| "left")) (-15 -1471 (|#2| |#1| "value" |#2|)) (-15 -1576 ((-111) |#1| |#1|)) (-15 -2603 ((-630 |#2|) |#1|)) (-15 -3990 ((-111) |#1|)) (-15 -2061 (|#2| |#1| "value")) (-15 -3380 ((-111) |#1|)) (-15 -2527 ((-630 |#1|) |#1|)) (-15 -2590 ((-630 |#1|) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -4349 ((-111) |#2| |#1|)) (-15 -2656 ((-757) |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2924 ((|#1| $) 48)) (-2549 (((-111) $ (-757)) 8)) (-2830 ((|#1| $ |#1|) 39 (|has| $ (-6 -4370)))) (-2062 (($ $ $) 52 (|has| $ (-6 -4370)))) (-2209 (($ $ $) 54 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4370))) (($ $ "left" $) 55 (|has| $ (-6 -4370))) (($ $ "right" $) 53 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 41 (|has| $ (-6 -4370)))) (-3203 (($) 7 T CONST)) (-3425 (($ $) 57)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 50)) (-1576 (((-111) $ $) 42 (|has| |#1| (-1079)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-3413 (($ $) 59)) (-2603 (((-630 |#1|) $) 45)) (-3380 (((-111) $) 49)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-2566 (((-553) $ $) 44)) (-3990 (((-111) $) 46)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) 51)) (-1884 (((-111) $ $) 43 (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-118 |#1|) (-137) (-1192)) (T -118))
+((-3413 (*1 *1 *1) (-12 (-4 *1 (-118 *2)) (-4 *2 (-1192)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-118 *3)) (-4 *3 (-1192)))) (-3425 (*1 *1 *1) (-12 (-4 *1 (-118 *2)) (-4 *2 (-1192)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-118 *3)) (-4 *3 (-1192)))) (-1471 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4370)) (-4 *1 (-118 *3)) (-4 *3 (-1192)))) (-2209 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-118 *2)) (-4 *2 (-1192)))) (-1471 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4370)) (-4 *1 (-118 *3)) (-4 *3 (-1192)))) (-2062 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-118 *2)) (-4 *2 (-1192)))))
+(-13 (-992 |t#1|) (-10 -8 (-15 -3413 ($ $)) (-15 -2061 ($ $ "left")) (-15 -3425 ($ $)) (-15 -2061 ($ $ "right")) (IF (|has| $ (-6 -4370)) (PROGN (-15 -1471 ($ $ "left" $)) (-15 -2209 ($ $ $)) (-15 -1471 ($ $ "right" $)) (-15 -2062 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-992 |#1|) . T) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3960 (((-111) |#1|) 24)) (-3302 (((-757) (-757)) 23) (((-757)) 22)) (-2403 (((-111) |#1| (-111)) 25) (((-111) |#1|) 26)))
+(((-119 |#1|) (-10 -7 (-15 -2403 ((-111) |#1|)) (-15 -2403 ((-111) |#1| (-111))) (-15 -3302 ((-757))) (-15 -3302 ((-757) (-757))) (-15 -3960 ((-111) |#1|))) (-1214 (-553))) (T -119))
+((-3960 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553))))) (-3302 (*1 *2 *2) (-12 (-5 *2 (-757)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553))))) (-3302 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553))))) (-2403 (*1 *2 *3 *2) (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553))))) (-2403 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553))))))
+(-10 -7 (-15 -2403 ((-111) |#1|)) (-15 -2403 ((-111) |#1| (-111))) (-15 -3302 ((-757))) (-15 -3302 ((-757) (-757))) (-15 -3960 ((-111) |#1|)))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) 15)) (-2135 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 22)) (-2549 (((-111) $ (-757)) NIL)) (-2830 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-2062 (($ $ $) 18 (|has| $ (-6 -4370)))) (-2209 (($ $ $) 20 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370))) (($ $ "left" $) NIL (|has| $ (-6 -4370))) (($ $ "right" $) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-3425 (($ $) 17)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-4192 (($ $ |#1| $) 23)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-3413 (($ $) 19)) (-2603 (((-630 |#1|) $) NIL)) (-3380 (((-111) $) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3457 (($ |#1| $) 24)) (-1429 (($ |#1| $) 10)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 14)) (-1422 (($) 8)) (-2061 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2566 (((-553) $ $) NIL)) (-3990 (((-111) $) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1743 (($ (-630 |#1|)) 12)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-120 |#1|) (-13 (-124 |#1|) (-10 -8 (-6 -4370) (-6 -4369) (-15 -1743 ($ (-630 |#1|))) (-15 -1429 ($ |#1| $)) (-15 -3457 ($ |#1| $)) (-15 -2135 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-833)) (T -120))
+((-1743 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-120 *3)))) (-1429 (*1 *1 *2 *1) (-12 (-5 *1 (-120 *2)) (-4 *2 (-833)))) (-3457 (*1 *1 *2 *1) (-12 (-5 *1 (-120 *2)) (-4 *2 (-833)))) (-2135 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-120 *3)) (|:| |greater| (-120 *3)))) (-5 *1 (-120 *3)) (-4 *3 (-833)))))
+(-13 (-124 |#1|) (-10 -8 (-6 -4370) (-6 -4369) (-15 -1743 ($ (-630 |#1|))) (-15 -1429 ($ |#1| $)) (-15 -3457 ($ |#1| $)) (-15 -2135 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
+((-3071 (($ $) 13)) (-4106 (($ $) 11)) (-1582 (($ $ $) 23)) (-1849 (($ $ $) 21)) (-2039 (($ $ $) 19)) (-2027 (($ $ $) 17)))
+(((-121 |#1|) (-10 -8 (-15 -1582 (|#1| |#1| |#1|)) (-15 -1849 (|#1| |#1| |#1|)) (-15 -4106 (|#1| |#1|)) (-15 -3071 (|#1| |#1|)) (-15 -2027 (|#1| |#1| |#1|)) (-15 -2039 (|#1| |#1| |#1|))) (-122)) (T -121))
+NIL
+(-10 -8 (-15 -1582 (|#1| |#1| |#1|)) (-15 -1849 (|#1| |#1| |#1|)) (-15 -4106 (|#1| |#1|)) (-15 -3071 (|#1| |#1|)) (-15 -2027 (|#1| |#1| |#1|)) (-15 -2039 (|#1| |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-3071 (($ $) 103)) (-2519 (($ $ $) 25)) (-1306 (((-1243) $ (-553) (-553)) 66 (|has| $ (-6 -4370)))) (-4332 (((-111) $) 98 (|has| (-111) (-833))) (((-111) (-1 (-111) (-111) (-111)) $) 92)) (-1748 (($ $) 102 (-12 (|has| (-111) (-833)) (|has| $ (-6 -4370)))) (($ (-1 (-111) (-111) (-111)) $) 101 (|has| $ (-6 -4370)))) (-1297 (($ $) 97 (|has| (-111) (-833))) (($ (-1 (-111) (-111) (-111)) $) 91)) (-2549 (((-111) $ (-757)) 37)) (-1471 (((-111) $ (-1205 (-553)) (-111)) 88 (|has| $ (-6 -4370))) (((-111) $ (-553) (-111)) 54 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) (-111)) $) 71 (|has| $ (-6 -4369)))) (-3203 (($) 38 T CONST)) (-3591 (($ $) 100 (|has| $ (-6 -4370)))) (-3341 (($ $) 90)) (-2738 (($ $) 68 (-12 (|has| (-111) (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ (-1 (-111) (-111)) $) 72 (|has| $ (-6 -4369))) (($ (-111) $) 69 (-12 (|has| (-111) (-1079)) (|has| $ (-6 -4369))))) (-3883 (((-111) (-1 (-111) (-111) (-111)) $) 74 (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-111) (-111)) $ (-111)) 73 (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-111) (-111)) $ (-111) (-111)) 70 (-12 (|has| (-111) (-1079)) (|has| $ (-6 -4369))))) (-2959 (((-111) $ (-553) (-111)) 53 (|has| $ (-6 -4370)))) (-2891 (((-111) $ (-553)) 55)) (-1457 (((-553) (-111) $ (-553)) 95 (|has| (-111) (-1079))) (((-553) (-111) $) 94 (|has| (-111) (-1079))) (((-553) (-1 (-111) (-111)) $) 93)) (-3136 (((-630 (-111)) $) 45 (|has| $ (-6 -4369)))) (-3166 (($ $ $) 26)) (-4106 (($ $) 30)) (-1582 (($ $ $) 28)) (-3306 (($ (-757) (-111)) 77)) (-1849 (($ $ $) 29)) (-3625 (((-111) $ (-757)) 36)) (-1324 (((-553) $) 63 (|has| (-553) (-833)))) (-1773 (($ $ $) 13)) (-3858 (($ $ $) 96 (|has| (-111) (-833))) (($ (-1 (-111) (-111) (-111)) $ $) 89)) (-2447 (((-630 (-111)) $) 46 (|has| $ (-6 -4369)))) (-4349 (((-111) (-111) $) 48 (-12 (|has| (-111) (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 62 (|has| (-553) (-833)))) (-2012 (($ $ $) 14)) (-2947 (($ (-1 (-111) (-111)) $) 41 (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-111) (-111) (-111)) $ $) 82) (($ (-1 (-111) (-111)) $) 40)) (-3711 (((-111) $ (-757)) 35)) (-4056 (((-1137) $) 9)) (-1760 (($ $ $ (-553)) 87) (($ (-111) $ (-553)) 86)) (-2508 (((-630 (-553)) $) 60)) (-2166 (((-111) (-553) $) 59)) (-2875 (((-1099) $) 10)) (-2701 (((-111) $) 64 (|has| (-553) (-833)))) (-3003 (((-3 (-111) "failed") (-1 (-111) (-111)) $) 75)) (-2001 (($ $ (-111)) 65 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) (-111)) $) 43 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-111)) (-630 (-111))) 52 (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079)))) (($ $ (-111) (-111)) 51 (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079)))) (($ $ (-288 (-111))) 50 (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079)))) (($ $ (-630 (-288 (-111)))) 49 (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079))))) (-3245 (((-111) $ $) 31)) (-1844 (((-111) (-111) $) 61 (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-1556 (((-630 (-111)) $) 58)) (-3437 (((-111) $) 34)) (-1422 (($) 33)) (-2061 (($ $ (-1205 (-553))) 83) (((-111) $ (-553)) 57) (((-111) $ (-553) (-111)) 56)) (-2013 (($ $ (-1205 (-553))) 85) (($ $ (-553)) 84)) (-2885 (((-757) (-111) $) 47 (-12 (|has| (-111) (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) (-111)) $) 44 (|has| $ (-6 -4369)))) (-3454 (($ $ $ (-553)) 99 (|has| $ (-6 -4370)))) (-1488 (($ $) 32)) (-1523 (((-529) $) 67 (|has| (-111) (-601 (-529))))) (-3225 (($ (-630 (-111))) 76)) (-4320 (($ (-630 $)) 81) (($ $ $) 80) (($ (-111) $) 79) (($ $ (-111)) 78)) (-3212 (((-845) $) 11)) (-1798 (((-111) (-1 (-111) (-111)) $) 42 (|has| $ (-6 -4369)))) (-3791 (($ $ $) 27)) (-2039 (($ $ $) 105)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (-2027 (($ $ $) 104)) (-2656 (((-757) $) 39 (|has| $ (-6 -4369)))))
(((-122) (-137)) (T -122))
-((-4107 (*1 *1 *1) (-4 *1 (-122))) (-2589 (*1 *1 *1 *1) (-4 *1 (-122))) (-1917 (*1 *1 *1 *1) (-4 *1 (-122))) (-3792 (*1 *1 *1 *1) (-4 *1 (-122))) (-3167 (*1 *1 *1 *1) (-4 *1 (-122))) (-2520 (*1 *1 *1 *1) (-4 *1 (-122))))
-(-13 (-832) (-645) (-19 (-111)) (-10 -8 (-15 -4107 ($ $)) (-15 -2589 ($ $ $)) (-15 -1917 ($ $ $)) (-15 -3792 ($ $ $)) (-15 -3167 ($ $ $)) (-15 -2520 ($ $ $))))
-(((-34) . T) ((-101) . T) ((-599 (-844)) . T) ((-148 #0=(-111)) . T) ((-600 (-528)) |has| (-111) (-600 (-528))) ((-280 #1=(-552) #0#) . T) ((-282 #1# #0#) . T) ((-303 #0#) -12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078))) ((-367 #0#) . T) ((-482 #0#) . T) ((-590 #1# #0#) . T) ((-506 #0# #0#) -12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078))) ((-635 #0#) . T) ((-645) . T) ((-19 #0#) . T) ((-832) . T) ((-1078) . T) ((-1191) . T))
-((-2947 (($ (-1 |#2| |#2|) $) 22)) (-1487 (($ $) 16)) (-2657 (((-756) $) 24)))
-(((-123 |#1| |#2|) (-10 -8 (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2657 ((-756) |#1|)) (-15 -1487 (|#1| |#1|))) (-124 |#2|) (-1078)) (T -123))
-NIL
-(-10 -8 (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2657 ((-756) |#1|)) (-15 -1487 (|#1| |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2925 ((|#1| $) 48)) (-4238 (((-111) $ (-756)) 8)) (-3188 ((|#1| $ |#1|) 39 (|has| $ (-6 -4369)))) (-1324 (($ $ $) 52 (|has| $ (-6 -4369)))) (-3569 (($ $ $) 54 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4369))) (($ $ "left" $) 55 (|has| $ (-6 -4369))) (($ $ "right" $) 53 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 41 (|has| $ (-6 -4369)))) (-2130 (($) 7 T CONST)) (-3428 (($ $) 57)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 50)) (-4266 (((-111) $ $) 42 (|has| |#1| (-1078)))) (-4193 (($ $ |#1| $) 60)) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-3416 (($ $) 59)) (-2604 (((-629 |#1|) $) 45)) (-3862 (((-111) $) 49)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-3153 (((-552) $ $) 44)) (-1289 (((-111) $) 46)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) 51)) (-4298 (((-111) $ $) 43 (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-124 |#1|) (-137) (-1078)) (T -124))
-((-4193 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-124 *2)) (-4 *2 (-1078)))))
-(-13 (-118 |t#1|) (-10 -8 (-6 -4369) (-6 -4368) (-15 -4193 ($ $ |t#1| $))))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-118 |#1|) . T) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-991 |#1|) . T) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) 15)) (-4238 (((-111) $ (-756)) NIL)) (-3188 ((|#1| $ |#1|) 19 (|has| $ (-6 -4369)))) (-1324 (($ $ $) 20 (|has| $ (-6 -4369)))) (-3569 (($ $ $) 18 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369))) (($ $ "left" $) NIL (|has| $ (-6 -4369))) (($ $ "right" $) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-3428 (($ $) 21)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4193 (($ $ |#1| $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-3416 (($ $) NIL)) (-2604 (((-629 |#1|) $) NIL)) (-3862 (((-111) $) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1580 (($ |#1| $) 10)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 14)) (-3430 (($) 8)) (-2060 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3153 (((-552) $ $) NIL)) (-1289 (((-111) $) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) 17)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1357 (($ (-629 |#1|)) 12)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-125 |#1|) (-13 (-124 |#1|) (-10 -8 (-6 -4369) (-15 -1357 ($ (-629 |#1|))) (-15 -1580 ($ |#1| $)))) (-832)) (T -125))
-((-1357 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-125 *3)))) (-1580 (*1 *1 *2 *1) (-12 (-5 *1 (-125 *2)) (-4 *2 (-832)))))
-(-13 (-124 |#1|) (-10 -8 (-6 -4369) (-15 -1357 ($ (-629 |#1|))) (-15 -1580 ($ |#1| $))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) 24)) (-4238 (((-111) $ (-756)) NIL)) (-3188 ((|#1| $ |#1|) 26 (|has| $ (-6 -4369)))) (-1324 (($ $ $) 30 (|has| $ (-6 -4369)))) (-3569 (($ $ $) 28 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369))) (($ $ "left" $) NIL (|has| $ (-6 -4369))) (($ $ "right" $) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-3428 (($ $) 20)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4193 (($ $ |#1| $) 15)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-3416 (($ $) 19)) (-2604 (((-629 |#1|) $) NIL)) (-3862 (((-111) $) 21)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 18)) (-3430 (($) 11)) (-2060 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3153 (((-552) $ $) NIL)) (-1289 (((-111) $) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1742 (($ |#1|) 17) (($ $ |#1| $) 16)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 10 (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-126 |#1|) (-13 (-124 |#1|) (-10 -8 (-15 -1742 ($ |#1|)) (-15 -1742 ($ $ |#1| $)))) (-1078)) (T -126))
-((-1742 (*1 *1 *2) (-12 (-5 *1 (-126 *2)) (-4 *2 (-1078)))) (-1742 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-1078)))))
-(-13 (-124 |#1|) (-10 -8 (-15 -1742 ($ |#1|)) (-15 -1742 ($ $ |#1| $))))
-((-3202 (((-111) $ $) NIL (|has| (-128) (-1078)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) (-128) (-128)) $) NIL) (((-111) $) NIL (|has| (-128) (-832)))) (-3646 (($ (-1 (-111) (-128) (-128)) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-128) (-832))))) (-1296 (($ (-1 (-111) (-128) (-128)) $) NIL) (($ $) NIL (|has| (-128) (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 (((-128) $ (-552) (-128)) 17 (|has| $ (-6 -4369))) (((-128) $ (-1204 (-552)) (-128)) NIL (|has| $ (-6 -4369)))) (-1404 (((-756) $ (-756)) 7)) (-3954 (($ (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-128) (-1078))))) (-2655 (($ (-128) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-128) (-1078)))) (($ (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-128) (-1 (-128) (-128) (-128)) $ (-128) (-128)) NIL (-12 (|has| $ (-6 -4368)) (|has| (-128) (-1078)))) (((-128) (-1 (-128) (-128) (-128)) $ (-128)) NIL (|has| $ (-6 -4368))) (((-128) (-1 (-128) (-128) (-128)) $) NIL (|has| $ (-6 -4368)))) (-2957 (((-128) $ (-552) (-128)) 16 (|has| $ (-6 -4369)))) (-2892 (((-128) $ (-552)) 13)) (-1456 (((-552) (-1 (-111) (-128)) $) NIL) (((-552) (-128) $) NIL (|has| (-128) (-1078))) (((-552) (-128) $ (-552)) NIL (|has| (-128) (-1078)))) (-3138 (((-629 (-128)) $) NIL (|has| $ (-6 -4368)))) (-3307 (($ (-756) (-128)) 11)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) 18 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| (-128) (-832)))) (-1446 (($ (-1 (-111) (-128) (-128)) $ $) NIL) (($ $ $) NIL (|has| (-128) (-832)))) (-3278 (((-629 (-128)) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-128) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-128) (-1078))))) (-1842 (((-552) $) 19 (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| (-128) (-832)))) (-2947 (($ (-1 (-128) (-128)) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-128) (-128)) $) NIL) (($ (-1 (-128) (-128) (-128)) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| (-128) (-1078)))) (-1759 (($ (-128) $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| (-128) (-1078)))) (-2702 (((-128) $) NIL (|has| (-552) (-832)))) (-3073 (((-3 (-128) "failed") (-1 (-111) (-128)) $) NIL)) (-1518 (($ $ (-128)) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-128)))) NIL (-12 (|has| (-128) (-303 (-128))) (|has| (-128) (-1078)))) (($ $ (-288 (-128))) NIL (-12 (|has| (-128) (-303 (-128))) (|has| (-128) (-1078)))) (($ $ (-128) (-128)) NIL (-12 (|has| (-128) (-303 (-128))) (|has| (-128) (-1078)))) (($ $ (-629 (-128)) (-629 (-128))) NIL (-12 (|has| (-128) (-303 (-128))) (|has| (-128) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) (-128) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-128) (-1078))))) (-3627 (((-629 (-128)) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 9)) (-2060 (((-128) $ (-552) (-128)) NIL) (((-128) $ (-552)) 15) (($ $ (-1204 (-552))) NIL)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2885 (((-756) (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4368))) (((-756) (-128) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-128) (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-128) (-600 (-528))))) (-3226 (($ (-629 (-128))) 29)) (-4319 (($ $ (-128)) NIL) (($ (-128) $) NIL) (($ $ $) 30) (($ (-629 $)) NIL)) (-3213 (((-1136) $) 27) (((-844) $) NIL (|has| (-128) (-599 (-844))))) (-2113 (((-756) $) 14)) (-2928 (($ (-756)) 8)) (-2584 (((-111) (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| (-128) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-128) (-832)))) (-1613 (((-111) $ $) 22 (|has| (-128) (-1078)))) (-1655 (((-111) $ $) NIL (|has| (-128) (-832)))) (-1632 (((-111) $ $) NIL (|has| (-128) (-832)))) (-2657 (((-756) $) 20)))
-(((-127) (-13 (-19 (-128)) (-599 (-1136)) (-10 -8 (-15 -2928 ($ (-756))) (-15 -2657 ((-756) $)) (-15 -2113 ((-756) $)) (-15 -1404 ((-756) $ (-756)))))) (T -127))
-((-2928 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-127)))) (-2657 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-127)))) (-2113 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-127)))) (-1404 (*1 *2 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-127)))))
-(-13 (-19 (-128)) (-599 (-1136)) (-10 -8 (-15 -2928 ($ (-756))) (-15 -2657 ((-756) $)) (-15 -2113 ((-756) $)) (-15 -1404 ((-756) $ (-756)))))
-((-3202 (((-111) $ $) NIL)) (-2130 (($) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) 9)) (-3213 (((-844) $) 19) (((-756) $) 11) (((-141) $) 16) (($ (-756)) 10) (($ (-141)) 14)) (-3066 (($ (-756)) 7)) (-4090 (($ $ $) 24)) (-4077 (($ $ $) 23)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 21)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 22)))
-(((-128) (-13 (-832) (-599 (-756)) (-599 (-141)) (-10 -8 (-15 -3066 ($ (-756))) (-15 -3213 ($ (-756))) (-15 -3213 ($ (-141))) (-15 -4077 ($ $ $)) (-15 -4090 ($ $ $)) (-15 -2130 ($))))) (T -128))
-((-3066 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-128)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-128)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-141)) (-5 *1 (-128)))) (-4077 (*1 *1 *1 *1) (-5 *1 (-128))) (-4090 (*1 *1 *1 *1) (-5 *1 (-128))) (-2130 (*1 *1) (-5 *1 (-128))))
-(-13 (-832) (-599 (-756)) (-599 (-141)) (-10 -8 (-15 -3066 ($ (-756))) (-15 -3213 ($ (-756))) (-15 -3213 ($ (-141))) (-15 -4077 ($ $ $)) (-15 -4090 ($ $ $)) (-15 -2130 ($))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15)))
+((-4106 (*1 *1 *1) (-4 *1 (-122))) (-1849 (*1 *1 *1 *1) (-4 *1 (-122))) (-1582 (*1 *1 *1 *1) (-4 *1 (-122))) (-3791 (*1 *1 *1 *1) (-4 *1 (-122))) (-3166 (*1 *1 *1 *1) (-4 *1 (-122))) (-2519 (*1 *1 *1 *1) (-4 *1 (-122))))
+(-13 (-833) (-646) (-19 (-111)) (-10 -8 (-15 -4106 ($ $)) (-15 -1849 ($ $ $)) (-15 -1582 ($ $ $)) (-15 -3791 ($ $ $)) (-15 -3166 ($ $ $)) (-15 -2519 ($ $ $))))
+(((-34) . T) ((-101) . T) ((-600 (-845)) . T) ((-148 #0=(-111)) . T) ((-601 (-529)) |has| (-111) (-601 (-529))) ((-280 #1=(-553) #0#) . T) ((-282 #1# #0#) . T) ((-303 #0#) -12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079))) ((-367 #0#) . T) ((-482 #0#) . T) ((-591 #1# #0#) . T) ((-507 #0# #0#) -12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079))) ((-636 #0#) . T) ((-646) . T) ((-19 #0#) . T) ((-833) . T) ((-1079) . T) ((-1192) . T))
+((-2947 (($ (-1 |#2| |#2|) $) 22)) (-1488 (($ $) 16)) (-2656 (((-757) $) 24)))
+(((-123 |#1| |#2|) (-10 -8 (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2656 ((-757) |#1|)) (-15 -1488 (|#1| |#1|))) (-124 |#2|) (-1079)) (T -123))
+NIL
+(-10 -8 (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2656 ((-757) |#1|)) (-15 -1488 (|#1| |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2924 ((|#1| $) 48)) (-2549 (((-111) $ (-757)) 8)) (-2830 ((|#1| $ |#1|) 39 (|has| $ (-6 -4370)))) (-2062 (($ $ $) 52 (|has| $ (-6 -4370)))) (-2209 (($ $ $) 54 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4370))) (($ $ "left" $) 55 (|has| $ (-6 -4370))) (($ $ "right" $) 53 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 41 (|has| $ (-6 -4370)))) (-3203 (($) 7 T CONST)) (-3425 (($ $) 57)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 50)) (-1576 (((-111) $ $) 42 (|has| |#1| (-1079)))) (-4192 (($ $ |#1| $) 60)) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-3413 (($ $) 59)) (-2603 (((-630 |#1|) $) 45)) (-3380 (((-111) $) 49)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-2566 (((-553) $ $) 44)) (-3990 (((-111) $) 46)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) 51)) (-1884 (((-111) $ $) 43 (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-124 |#1|) (-137) (-1079)) (T -124))
+((-4192 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-124 *2)) (-4 *2 (-1079)))))
+(-13 (-118 |t#1|) (-10 -8 (-6 -4370) (-6 -4369) (-15 -4192 ($ $ |t#1| $))))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-118 |#1|) . T) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-992 |#1|) . T) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) 15)) (-2549 (((-111) $ (-757)) NIL)) (-2830 ((|#1| $ |#1|) 19 (|has| $ (-6 -4370)))) (-2062 (($ $ $) 20 (|has| $ (-6 -4370)))) (-2209 (($ $ $) 18 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370))) (($ $ "left" $) NIL (|has| $ (-6 -4370))) (($ $ "right" $) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-3425 (($ $) 21)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-4192 (($ $ |#1| $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-3413 (($ $) NIL)) (-2603 (((-630 |#1|) $) NIL)) (-3380 (((-111) $) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1429 (($ |#1| $) 10)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 14)) (-1422 (($) 8)) (-2061 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2566 (((-553) $ $) NIL)) (-3990 (((-111) $) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) 17)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2543 (($ (-630 |#1|)) 12)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-125 |#1|) (-13 (-124 |#1|) (-10 -8 (-6 -4370) (-15 -2543 ($ (-630 |#1|))) (-15 -1429 ($ |#1| $)))) (-833)) (T -125))
+((-2543 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-125 *3)))) (-1429 (*1 *1 *2 *1) (-12 (-5 *1 (-125 *2)) (-4 *2 (-833)))))
+(-13 (-124 |#1|) (-10 -8 (-6 -4370) (-15 -2543 ($ (-630 |#1|))) (-15 -1429 ($ |#1| $))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) 24)) (-2549 (((-111) $ (-757)) NIL)) (-2830 ((|#1| $ |#1|) 26 (|has| $ (-6 -4370)))) (-2062 (($ $ $) 30 (|has| $ (-6 -4370)))) (-2209 (($ $ $) 28 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370))) (($ $ "left" $) NIL (|has| $ (-6 -4370))) (($ $ "right" $) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-3425 (($ $) 20)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-4192 (($ $ |#1| $) 15)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-3413 (($ $) 19)) (-2603 (((-630 |#1|) $) NIL)) (-3380 (((-111) $) 21)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 18)) (-1422 (($) 11)) (-2061 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2566 (((-553) $ $) NIL)) (-3990 (((-111) $) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-3679 (($ |#1|) 17) (($ $ |#1| $) 16)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 10 (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-126 |#1|) (-13 (-124 |#1|) (-10 -8 (-15 -3679 ($ |#1|)) (-15 -3679 ($ $ |#1| $)))) (-1079)) (T -126))
+((-3679 (*1 *1 *2) (-12 (-5 *1 (-126 *2)) (-4 *2 (-1079)))) (-3679 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-1079)))))
+(-13 (-124 |#1|) (-10 -8 (-15 -3679 ($ |#1|)) (-15 -3679 ($ $ |#1| $))))
+((-3200 (((-111) $ $) NIL (|has| (-128) (-1079)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) (-128) (-128)) $) NIL) (((-111) $) NIL (|has| (-128) (-833)))) (-1748 (($ (-1 (-111) (-128) (-128)) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| (-128) (-833))))) (-1297 (($ (-1 (-111) (-128) (-128)) $) NIL) (($ $) NIL (|has| (-128) (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 (((-128) $ (-553) (-128)) 17 (|has| $ (-6 -4370))) (((-128) $ (-1205 (-553)) (-128)) NIL (|has| $ (-6 -4370)))) (-3482 (((-757) $ (-757)) 7)) (-3953 (($ (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-128) (-1079))))) (-2653 (($ (-128) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-128) (-1079)))) (($ (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-128) (-1 (-128) (-128) (-128)) $ (-128) (-128)) NIL (-12 (|has| $ (-6 -4369)) (|has| (-128) (-1079)))) (((-128) (-1 (-128) (-128) (-128)) $ (-128)) NIL (|has| $ (-6 -4369))) (((-128) (-1 (-128) (-128) (-128)) $) NIL (|has| $ (-6 -4369)))) (-2959 (((-128) $ (-553) (-128)) 16 (|has| $ (-6 -4370)))) (-2891 (((-128) $ (-553)) 13)) (-1457 (((-553) (-1 (-111) (-128)) $) NIL) (((-553) (-128) $) NIL (|has| (-128) (-1079))) (((-553) (-128) $ (-553)) NIL (|has| (-128) (-1079)))) (-3136 (((-630 (-128)) $) NIL (|has| $ (-6 -4369)))) (-3306 (($ (-757) (-128)) 11)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) 18 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| (-128) (-833)))) (-3858 (($ (-1 (-111) (-128) (-128)) $ $) NIL) (($ $ $) NIL (|has| (-128) (-833)))) (-2447 (((-630 (-128)) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-128) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-128) (-1079))))) (-2049 (((-553) $) 19 (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| (-128) (-833)))) (-2947 (($ (-1 (-128) (-128)) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-128) (-128)) $) NIL) (($ (-1 (-128) (-128) (-128)) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| (-128) (-1079)))) (-1760 (($ (-128) $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| (-128) (-1079)))) (-2701 (((-128) $) NIL (|has| (-553) (-833)))) (-3003 (((-3 (-128) "failed") (-1 (-111) (-128)) $) NIL)) (-2001 (($ $ (-128)) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-128)))) NIL (-12 (|has| (-128) (-303 (-128))) (|has| (-128) (-1079)))) (($ $ (-288 (-128))) NIL (-12 (|has| (-128) (-303 (-128))) (|has| (-128) (-1079)))) (($ $ (-128) (-128)) NIL (-12 (|has| (-128) (-303 (-128))) (|has| (-128) (-1079)))) (($ $ (-630 (-128)) (-630 (-128))) NIL (-12 (|has| (-128) (-303 (-128))) (|has| (-128) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) (-128) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-128) (-1079))))) (-1556 (((-630 (-128)) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 9)) (-2061 (((-128) $ (-553) (-128)) NIL) (((-128) $ (-553)) 15) (($ $ (-1205 (-553))) NIL)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2885 (((-757) (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4369))) (((-757) (-128) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-128) (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-128) (-601 (-529))))) (-3225 (($ (-630 (-128))) 29)) (-4320 (($ $ (-128)) NIL) (($ (-128) $) NIL) (($ $ $) 30) (($ (-630 $)) NIL)) (-3212 (((-1137) $) 27) (((-845) $) NIL (|has| (-128) (-600 (-845))))) (-3029 (((-757) $) 14)) (-2004 (($ (-757)) 8)) (-1798 (((-111) (-1 (-111) (-128)) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| (-128) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-128) (-833)))) (-1614 (((-111) $ $) 22 (|has| (-128) (-1079)))) (-1656 (((-111) $ $) NIL (|has| (-128) (-833)))) (-1633 (((-111) $ $) NIL (|has| (-128) (-833)))) (-2656 (((-757) $) 20)))
+(((-127) (-13 (-19 (-128)) (-600 (-1137)) (-10 -8 (-15 -2004 ($ (-757))) (-15 -2656 ((-757) $)) (-15 -3029 ((-757) $)) (-15 -3482 ((-757) $ (-757)))))) (T -127))
+((-2004 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-127)))) (-2656 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-127)))) (-3029 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-127)))) (-3482 (*1 *2 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-127)))))
+(-13 (-19 (-128)) (-600 (-1137)) (-10 -8 (-15 -2004 ($ (-757))) (-15 -2656 ((-757) $)) (-15 -3029 ((-757) $)) (-15 -3482 ((-757) $ (-757)))))
+((-3200 (((-111) $ $) NIL)) (-3203 (($) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) 9)) (-3212 (((-845) $) 19) (((-757) $) 11) (((-141) $) 16) (($ (-757)) 10) (($ (-141)) 14)) (-2938 (($ (-757)) 7)) (-4089 (($ $ $) 24)) (-4076 (($ $ $) 23)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 21)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 22)))
+(((-128) (-13 (-833) (-600 (-757)) (-600 (-141)) (-10 -8 (-15 -2938 ($ (-757))) (-15 -3212 ($ (-757))) (-15 -3212 ($ (-141))) (-15 -4076 ($ $ $)) (-15 -4089 ($ $ $)) (-15 -3203 ($))))) (T -128))
+((-2938 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-128)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-128)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-141)) (-5 *1 (-128)))) (-4076 (*1 *1 *1 *1) (-5 *1 (-128))) (-4089 (*1 *1 *1 *1) (-5 *1 (-128))) (-3203 (*1 *1) (-5 *1 (-128))))
+(-13 (-833) (-600 (-757)) (-600 (-141)) (-10 -8 (-15 -2938 ($ (-757))) (-15 -3212 ($ (-757))) (-15 -3212 ($ (-141))) (-15 -4076 ($ $ $)) (-15 -4089 ($ $ $)) (-15 -3203 ($))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15)))
(((-129) (-137)) (T -129))
-((-4012 (*1 *1 *1 *1) (|partial| -4 *1 (-129))))
-(-13 (-23) (-10 -8 (-15 -4012 ((-3 $ "failed") $ $))))
-(((-23) . T) ((-25) . T) ((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 7)) (-4105 (((-1242) $ (-756)) 19)) (-1456 (((-756) $) 20)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)))
+((-4123 (*1 *1 *1 *1) (|partial| -4 *1 (-129))))
+(-13 (-23) (-10 -8 (-15 -4123 ((-3 $ "failed") $ $))))
+(((-23) . T) ((-25) . T) ((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 7)) (-3736 (((-1243) $ (-757)) 19)) (-1457 (((-757) $) 20)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)))
(((-130) (-137)) (T -130))
-((-1456 (*1 *2 *1) (-12 (-4 *1 (-130)) (-5 *2 (-756)))) (-4105 (*1 *2 *1 *3) (-12 (-4 *1 (-130)) (-5 *3 (-756)) (-5 *2 (-1242)))))
-(-13 (-832) (-10 -8 (-15 -1456 ((-756) $)) (-15 -4105 ((-1242) $ (-756)))))
-(((-101) . T) ((-599 (-844)) . T) ((-832) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 18) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-629 (-1113)) $) 10)) (-1613 (((-111) $ $) NIL)))
-(((-131) (-13 (-1061) (-10 -8 (-15 -4300 ((-629 (-1113)) $))))) (T -131))
-((-4300 (*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-131)))))
-(-13 (-1061) (-10 -8 (-15 -4300 ((-629 (-1113)) $))))
-((-3202 (((-111) $ $) 34)) (-3643 (((-111) $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-756) "failed") $) 40)) (-2832 (((-756) $) 38)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) 27)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2921 (((-111)) 41)) (-1301 (((-111) (-111)) 43)) (-1445 (((-111) $) 24)) (-2564 (((-111) $) 37)) (-3213 (((-844) $) 22) (($ (-756)) 14)) (-3297 (($) 11 T CONST)) (-3309 (($) 12 T CONST)) (-2495 (($ (-756)) 15)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 25)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 26)) (-1709 (((-3 $ "failed") $ $) 30)) (-1698 (($ $ $) 28)) (** (($ $ (-756)) NIL) (($ $ (-902)) NIL) (($ $ $) 36)) (* (($ (-756) $) 33) (($ (-902) $) NIL) (($ $ $) 31)))
-(((-132) (-13 (-832) (-23) (-711) (-1019 (-756)) (-10 -8 (-6 (-4370 "*")) (-15 -1709 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2495 ($ (-756))) (-15 -1445 ((-111) $)) (-15 -2564 ((-111) $)) (-15 -2921 ((-111))) (-15 -1301 ((-111) (-111)))))) (T -132))
-((-1709 (*1 *1 *1 *1) (|partial| -5 *1 (-132))) (** (*1 *1 *1 *1) (-5 *1 (-132))) (-2495 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-132)))) (-1445 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-132)))) (-2564 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-132)))) (-2921 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-132)))) (-1301 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-132)))))
-(-13 (-832) (-23) (-711) (-1019 (-756)) (-10 -8 (-6 (-4370 "*")) (-15 -1709 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2495 ($ (-756))) (-15 -1445 ((-111) $)) (-15 -2564 ((-111) $)) (-15 -2921 ((-111))) (-15 -1301 ((-111) (-111)))))
-((-2617 (((-134 |#1| |#2| |#4|) (-629 |#4|) (-134 |#1| |#2| |#3|)) 14)) (-1477 (((-134 |#1| |#2| |#4|) (-1 |#4| |#3|) (-134 |#1| |#2| |#3|)) 18)))
-(((-133 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2617 ((-134 |#1| |#2| |#4|) (-629 |#4|) (-134 |#1| |#2| |#3|))) (-15 -1477 ((-134 |#1| |#2| |#4|) (-1 |#4| |#3|) (-134 |#1| |#2| |#3|)))) (-552) (-756) (-169) (-169)) (T -133))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-134 *5 *6 *7)) (-14 *5 (-552)) (-14 *6 (-756)) (-4 *7 (-169)) (-4 *8 (-169)) (-5 *2 (-134 *5 *6 *8)) (-5 *1 (-133 *5 *6 *7 *8)))) (-2617 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-134 *5 *6 *7)) (-14 *5 (-552)) (-14 *6 (-756)) (-4 *7 (-169)) (-4 *8 (-169)) (-5 *2 (-134 *5 *6 *8)) (-5 *1 (-133 *5 *6 *7 *8)))))
-(-10 -7 (-15 -2617 ((-134 |#1| |#2| |#4|) (-629 |#4|) (-134 |#1| |#2| |#3|))) (-15 -1477 ((-134 |#1| |#2| |#4|) (-1 |#4| |#3|) (-134 |#1| |#2| |#3|))))
-((-3202 (((-111) $ $) NIL)) (-3821 (($ (-629 |#3|)) 40)) (-2289 (($ $) 99) (($ $ (-552) (-552)) 98)) (-2130 (($) 17)) (-1393 (((-3 |#3| "failed") $) 60)) (-2832 ((|#3| $) NIL)) (-2942 (($ $ (-629 (-552))) 100)) (-2602 (((-629 |#3|) $) 36)) (-2128 (((-756) $) 44)) (-3951 (($ $ $) 93)) (-3844 (($) 43)) (-2623 (((-1136) $) NIL)) (-3510 (($) 16)) (-2876 (((-1098) $) NIL)) (-2060 ((|#3| $) 46) ((|#3| $ (-552)) 47) ((|#3| $ (-552) (-552)) 48) ((|#3| $ (-552) (-552) (-552)) 49) ((|#3| $ (-552) (-552) (-552) (-552)) 50) ((|#3| $ (-629 (-552))) 52)) (-3299 (((-756) $) 45)) (-3880 (($ $ (-552) $ (-552)) 94) (($ $ (-552) (-552)) 96)) (-3213 (((-844) $) 67) (($ |#3|) 68) (($ (-235 |#2| |#3|)) 75) (($ (-1120 |#2| |#3|)) 78) (($ (-629 |#3|)) 53) (($ (-629 $)) 58)) (-3297 (($) 69 T CONST)) (-3309 (($) 70 T CONST)) (-1613 (((-111) $ $) 80)) (-1709 (($ $) 86) (($ $ $) 84)) (-1698 (($ $ $) 82)) (* (($ |#3| $) 91) (($ $ |#3|) 92) (($ $ (-552)) 89) (($ (-552) $) 88) (($ $ $) 95)))
-(((-134 |#1| |#2| |#3|) (-13 (-458 |#3| (-756)) (-463 (-552) (-756)) (-10 -8 (-15 -3213 ($ (-235 |#2| |#3|))) (-15 -3213 ($ (-1120 |#2| |#3|))) (-15 -3213 ($ (-629 |#3|))) (-15 -3213 ($ (-629 $))) (-15 -2128 ((-756) $)) (-15 -2060 (|#3| $)) (-15 -2060 (|#3| $ (-552))) (-15 -2060 (|#3| $ (-552) (-552))) (-15 -2060 (|#3| $ (-552) (-552) (-552))) (-15 -2060 (|#3| $ (-552) (-552) (-552) (-552))) (-15 -2060 (|#3| $ (-629 (-552)))) (-15 -3951 ($ $ $)) (-15 * ($ $ $)) (-15 -3880 ($ $ (-552) $ (-552))) (-15 -3880 ($ $ (-552) (-552))) (-15 -2289 ($ $)) (-15 -2289 ($ $ (-552) (-552))) (-15 -2942 ($ $ (-629 (-552)))) (-15 -3510 ($)) (-15 -3844 ($)) (-15 -2602 ((-629 |#3|) $)) (-15 -3821 ($ (-629 |#3|))) (-15 -2130 ($)))) (-552) (-756) (-169)) (T -134))
-((-3951 (*1 *1 *1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756)) (-4 *4 (-169)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-235 *4 *5)) (-14 *4 (-756)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1120 *4 *5)) (-14 *4 (-756)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 *5)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552)) (-14 *4 (-756)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-134 *3 *4 *5))) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552)) (-14 *4 (-756)) (-4 *5 (-169)))) (-2128 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552)) (-14 *4 *2) (-4 *5 (-169)))) (-2060 (*1 *2 *1) (-12 (-4 *2 (-169)) (-5 *1 (-134 *3 *4 *2)) (-14 *3 (-552)) (-14 *4 (-756)))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-756)))) (-2060 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-552)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-756)))) (-2060 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-552)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-756)))) (-2060 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-552)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-756)))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 (-629 (-552))) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 (-552)) (-14 *5 (-756)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756)) (-4 *4 (-169)))) (-3880 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-756)) (-4 *5 (-169)))) (-3880 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-756)) (-4 *5 (-169)))) (-2289 (*1 *1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756)) (-4 *4 (-169)))) (-2289 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-756)) (-4 *5 (-169)))) (-2942 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552)) (-14 *4 (-756)) (-4 *5 (-169)))) (-3510 (*1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756)) (-4 *4 (-169)))) (-3844 (*1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756)) (-4 *4 (-169)))) (-2602 (*1 *2 *1) (-12 (-5 *2 (-629 *5)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552)) (-14 *4 (-756)) (-4 *5 (-169)))) (-3821 (*1 *1 *2) (-12 (-5 *2 (-629 *5)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552)) (-14 *4 (-756)))) (-2130 (*1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756)) (-4 *4 (-169)))))
-(-13 (-458 |#3| (-756)) (-463 (-552) (-756)) (-10 -8 (-15 -3213 ($ (-235 |#2| |#3|))) (-15 -3213 ($ (-1120 |#2| |#3|))) (-15 -3213 ($ (-629 |#3|))) (-15 -3213 ($ (-629 $))) (-15 -2128 ((-756) $)) (-15 -2060 (|#3| $)) (-15 -2060 (|#3| $ (-552))) (-15 -2060 (|#3| $ (-552) (-552))) (-15 -2060 (|#3| $ (-552) (-552) (-552))) (-15 -2060 (|#3| $ (-552) (-552) (-552) (-552))) (-15 -2060 (|#3| $ (-629 (-552)))) (-15 -3951 ($ $ $)) (-15 * ($ $ $)) (-15 -3880 ($ $ (-552) $ (-552))) (-15 -3880 ($ $ (-552) (-552))) (-15 -2289 ($ $)) (-15 -2289 ($ $ (-552) (-552))) (-15 -2942 ($ $ (-629 (-552)))) (-15 -3510 ($)) (-15 -3844 ($)) (-15 -2602 ((-629 |#3|) $)) (-15 -3821 ($ (-629 |#3|))) (-15 -2130 ($))))
-((-3202 (((-111) $ $) NIL)) (-1300 (((-1113) $) 11)) (-1286 (((-1113) $) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 19) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-135) (-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1113) $))))) (T -135))
-((-1286 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-135)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-135)))))
-(-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1113) $))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-1427 (((-1154) $) 10)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 19) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-629 (-1113)) $) 12)) (-1613 (((-111) $ $) NIL)))
-(((-136) (-13 (-1061) (-10 -8 (-15 -1427 ((-1154) $)) (-15 -4300 ((-629 (-1113)) $))))) (T -136))
-((-1427 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-136)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-136)))))
-(-13 (-1061) (-10 -8 (-15 -1427 ((-1154) $)) (-15 -4300 ((-629 (-1113)) $))))
-((-3213 (((-844) $) 7)))
-(((-137) (-599 (-844))) (T -137))
-NIL
-(-599 (-844))
-((-3202 (((-111) $ $) NIL)) (-2302 (($) 15 T CONST)) (-4024 (($) NIL (|has| (-141) (-362)))) (-1501 (($ $ $) 17) (($ $ (-141)) NIL) (($ (-141) $) NIL)) (-2041 (($ $ $) NIL)) (-2691 (((-111) $ $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-2663 (((-756)) NIL (|has| (-141) (-362)))) (-1439 (($) NIL) (($ (-629 (-141))) NIL)) (-1740 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-1625 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368))) (($ (-141) $) 51 (|has| $ (-6 -4368)))) (-2655 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368))) (($ (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-3884 (((-141) (-1 (-141) (-141) (-141)) $) NIL (|has| $ (-6 -4368))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) NIL (|has| $ (-6 -4368))) (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-1332 (($) NIL (|has| (-141) (-362)))) (-3138 (((-629 (-141)) $) 60 (|has| $ (-6 -4368)))) (-3207 (((-111) $ $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1772 (((-141) $) NIL (|has| (-141) (-832)))) (-3278 (((-629 (-141)) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-141) $) 26 (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-2011 (((-141) $) NIL (|has| (-141) (-832)))) (-2947 (($ (-1 (-141) (-141)) $) 59 (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-141) (-141)) $) 55)) (-3507 (($) 16 T CONST)) (-1637 (((-902) $) NIL (|has| (-141) (-362)))) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-4011 (($ $ $) 29)) (-3105 (((-141) $) 52)) (-1580 (($ (-141) $) 50)) (-2840 (($ (-902)) NIL (|has| (-141) (-362)))) (-1925 (($) 14 T CONST)) (-2876 (((-1098) $) NIL)) (-3073 (((-3 (-141) "failed") (-1 (-111) (-141)) $) NIL)) (-3995 (((-141) $) 53)) (-3944 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-141)) (-629 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-141) (-141)) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-288 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-629 (-288 (-141)))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 48)) (-3588 (($) 13 T CONST)) (-2042 (($ $ $) 31) (($ $ (-141)) NIL)) (-3680 (($ (-629 (-141))) NIL) (($) NIL)) (-2885 (((-756) (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078)))) (((-756) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-1136) $) 36) (((-528) $) NIL (|has| (-141) (-600 (-528)))) (((-629 (-141)) $) 34)) (-3226 (($ (-629 (-141))) NIL)) (-2402 (($ $) 32 (|has| (-141) (-362)))) (-3213 (((-844) $) 46)) (-3675 (($ (-1136)) 12) (($ (-629 (-141))) 43)) (-3133 (((-756) $) NIL)) (-3541 (($) 49) (($ (-629 (-141))) NIL)) (-1663 (($ (-629 (-141))) NIL)) (-2584 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-3224 (($) 19 T CONST)) (-2064 (($) 18 T CONST)) (-1613 (((-111) $ $) 22)) (-2657 (((-756) $) 47 (|has| $ (-6 -4368)))))
-(((-138) (-13 (-1078) (-600 (-1136)) (-419 (-141)) (-600 (-629 (-141))) (-10 -8 (-15 -3675 ($ (-1136))) (-15 -3675 ($ (-629 (-141)))) (-15 -3588 ($) -3930) (-15 -1925 ($) -3930) (-15 -2302 ($) -3930) (-15 -3507 ($) -3930) (-15 -2064 ($) -3930) (-15 -3224 ($) -3930)))) (T -138))
-((-3675 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-138)))) (-3675 (*1 *1 *2) (-12 (-5 *2 (-629 (-141))) (-5 *1 (-138)))) (-3588 (*1 *1) (-5 *1 (-138))) (-1925 (*1 *1) (-5 *1 (-138))) (-2302 (*1 *1) (-5 *1 (-138))) (-3507 (*1 *1) (-5 *1 (-138))) (-2064 (*1 *1) (-5 *1 (-138))) (-3224 (*1 *1) (-5 *1 (-138))))
-(-13 (-1078) (-600 (-1136)) (-419 (-141)) (-600 (-629 (-141))) (-10 -8 (-15 -3675 ($ (-1136))) (-15 -3675 ($ (-629 (-141)))) (-15 -3588 ($) -3930) (-15 -1925 ($) -3930) (-15 -2302 ($) -3930) (-15 -3507 ($) -3930) (-15 -2064 ($) -3930) (-15 -3224 ($) -3930)))
-((-1774 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-2592 ((|#1| |#3|) 9)) (-3075 ((|#3| |#3|) 15)))
-(((-139 |#1| |#2| |#3|) (-10 -7 (-15 -2592 (|#1| |#3|)) (-15 -3075 (|#3| |#3|)) (-15 -1774 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-544) (-973 |#1|) (-367 |#2|)) (T -139))
-((-1774 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-973 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-139 *4 *5 *3)) (-4 *3 (-367 *5)))) (-3075 (*1 *2 *2) (-12 (-4 *3 (-544)) (-4 *4 (-973 *3)) (-5 *1 (-139 *3 *4 *2)) (-4 *2 (-367 *4)))) (-2592 (*1 *2 *3) (-12 (-4 *4 (-973 *2)) (-4 *2 (-544)) (-5 *1 (-139 *2 *4 *3)) (-4 *3 (-367 *4)))))
-(-10 -7 (-15 -2592 (|#1| |#3|)) (-15 -3075 (|#3| |#3|)) (-15 -1774 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-2048 (($ $ $) 8)) (-2006 (($ $) 7)) (-2075 (($ $ $) 6)))
+((-1457 (*1 *2 *1) (-12 (-4 *1 (-130)) (-5 *2 (-757)))) (-3736 (*1 *2 *1 *3) (-12 (-4 *1 (-130)) (-5 *3 (-757)) (-5 *2 (-1243)))))
+(-13 (-833) (-10 -8 (-15 -1457 ((-757) $)) (-15 -3736 ((-1243) $ (-757)))))
+(((-101) . T) ((-600 (-845)) . T) ((-833) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 18) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-630 (-1114)) $) 10)) (-1614 (((-111) $ $) NIL)))
+(((-131) (-13 (-1062) (-10 -8 (-15 -4300 ((-630 (-1114)) $))))) (T -131))
+((-4300 (*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-131)))))
+(-13 (-1062) (-10 -8 (-15 -4300 ((-630 (-1114)) $))))
+((-3200 (((-111) $ $) 34)) (-1719 (((-111) $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-757) "failed") $) 40)) (-2831 (((-757) $) 38)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) 27)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-1945 (((-111)) 41)) (-1810 (((-111) (-111)) 43)) (-3848 (((-111) $) 24)) (-1621 (((-111) $) 37)) (-3212 (((-845) $) 22) (($ (-757)) 14)) (-3296 (($) 11 T CONST)) (-3308 (($) 12 T CONST)) (-2247 (($ (-757)) 15)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 25)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 26)) (-1710 (((-3 $ "failed") $ $) 30)) (-1699 (($ $ $) 28)) (** (($ $ (-757)) NIL) (($ $ (-903)) NIL) (($ $ $) 36)) (* (($ (-757) $) 33) (($ (-903) $) NIL) (($ $ $) 31)))
+(((-132) (-13 (-833) (-23) (-712) (-1020 (-757)) (-10 -8 (-6 (-4371 "*")) (-15 -1710 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2247 ($ (-757))) (-15 -3848 ((-111) $)) (-15 -1621 ((-111) $)) (-15 -1945 ((-111))) (-15 -1810 ((-111) (-111)))))) (T -132))
+((-1710 (*1 *1 *1 *1) (|partial| -5 *1 (-132))) (** (*1 *1 *1 *1) (-5 *1 (-132))) (-2247 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-132)))) (-3848 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-132)))) (-1621 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-132)))) (-1945 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-132)))) (-1810 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-132)))))
+(-13 (-833) (-23) (-712) (-1020 (-757)) (-10 -8 (-6 (-4371 "*")) (-15 -1710 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2247 ($ (-757))) (-15 -3848 ((-111) $)) (-15 -1621 ((-111) $)) (-15 -1945 ((-111))) (-15 -1810 ((-111) (-111)))))
+((-2616 (((-134 |#1| |#2| |#4|) (-630 |#4|) (-134 |#1| |#2| |#3|)) 14)) (-1478 (((-134 |#1| |#2| |#4|) (-1 |#4| |#3|) (-134 |#1| |#2| |#3|)) 18)))
+(((-133 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2616 ((-134 |#1| |#2| |#4|) (-630 |#4|) (-134 |#1| |#2| |#3|))) (-15 -1478 ((-134 |#1| |#2| |#4|) (-1 |#4| |#3|) (-134 |#1| |#2| |#3|)))) (-553) (-757) (-169) (-169)) (T -133))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-134 *5 *6 *7)) (-14 *5 (-553)) (-14 *6 (-757)) (-4 *7 (-169)) (-4 *8 (-169)) (-5 *2 (-134 *5 *6 *8)) (-5 *1 (-133 *5 *6 *7 *8)))) (-2616 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-134 *5 *6 *7)) (-14 *5 (-553)) (-14 *6 (-757)) (-4 *7 (-169)) (-4 *8 (-169)) (-5 *2 (-134 *5 *6 *8)) (-5 *1 (-133 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2616 ((-134 |#1| |#2| |#4|) (-630 |#4|) (-134 |#1| |#2| |#3|))) (-15 -1478 ((-134 |#1| |#2| |#4|) (-1 |#4| |#3|) (-134 |#1| |#2| |#3|))))
+((-3200 (((-111) $ $) NIL)) (-2966 (($ (-630 |#3|)) 40)) (-4092 (($ $) 99) (($ $ (-553) (-553)) 98)) (-3203 (($) 17)) (-1394 (((-3 |#3| "failed") $) 60)) (-2831 ((|#3| $) NIL)) (-4066 (($ $ (-630 (-553))) 100)) (-2601 (((-630 |#3|) $) 36)) (-2129 (((-757) $) 44)) (-1628 (($ $ $) 93)) (-3193 (($) 43)) (-4056 (((-1137) $) NIL)) (-2934 (($) 16)) (-2875 (((-1099) $) NIL)) (-2061 ((|#3| $) 46) ((|#3| $ (-553)) 47) ((|#3| $ (-553) (-553)) 48) ((|#3| $ (-553) (-553) (-553)) 49) ((|#3| $ (-553) (-553) (-553) (-553)) 50) ((|#3| $ (-630 (-553))) 52)) (-2672 (((-757) $) 45)) (-2254 (($ $ (-553) $ (-553)) 94) (($ $ (-553) (-553)) 96)) (-3212 (((-845) $) 67) (($ |#3|) 68) (($ (-235 |#2| |#3|)) 75) (($ (-1121 |#2| |#3|)) 78) (($ (-630 |#3|)) 53) (($ (-630 $)) 58)) (-3296 (($) 69 T CONST)) (-3308 (($) 70 T CONST)) (-1614 (((-111) $ $) 80)) (-1710 (($ $) 86) (($ $ $) 84)) (-1699 (($ $ $) 82)) (* (($ |#3| $) 91) (($ $ |#3|) 92) (($ $ (-553)) 89) (($ (-553) $) 88) (($ $ $) 95)))
+(((-134 |#1| |#2| |#3|) (-13 (-458 |#3| (-757)) (-463 (-553) (-757)) (-10 -8 (-15 -3212 ($ (-235 |#2| |#3|))) (-15 -3212 ($ (-1121 |#2| |#3|))) (-15 -3212 ($ (-630 |#3|))) (-15 -3212 ($ (-630 $))) (-15 -2129 ((-757) $)) (-15 -2061 (|#3| $)) (-15 -2061 (|#3| $ (-553))) (-15 -2061 (|#3| $ (-553) (-553))) (-15 -2061 (|#3| $ (-553) (-553) (-553))) (-15 -2061 (|#3| $ (-553) (-553) (-553) (-553))) (-15 -2061 (|#3| $ (-630 (-553)))) (-15 -1628 ($ $ $)) (-15 * ($ $ $)) (-15 -2254 ($ $ (-553) $ (-553))) (-15 -2254 ($ $ (-553) (-553))) (-15 -4092 ($ $)) (-15 -4092 ($ $ (-553) (-553))) (-15 -4066 ($ $ (-630 (-553)))) (-15 -2934 ($)) (-15 -3193 ($)) (-15 -2601 ((-630 |#3|) $)) (-15 -2966 ($ (-630 |#3|))) (-15 -3203 ($)))) (-553) (-757) (-169)) (T -134))
+((-1628 (*1 *1 *1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757)) (-4 *4 (-169)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-235 *4 *5)) (-14 *4 (-757)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1121 *4 *5)) (-14 *4 (-757)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 *5)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553)) (-14 *4 (-757)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-134 *3 *4 *5))) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553)) (-14 *4 (-757)) (-4 *5 (-169)))) (-2129 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553)) (-14 *4 *2) (-4 *5 (-169)))) (-2061 (*1 *2 *1) (-12 (-4 *2 (-169)) (-5 *1 (-134 *3 *4 *2)) (-14 *3 (-553)) (-14 *4 (-757)))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-757)))) (-2061 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-553)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-757)))) (-2061 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-553)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-757)))) (-2061 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-553)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-757)))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 (-630 (-553))) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2)) (-14 *4 (-553)) (-14 *5 (-757)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757)) (-4 *4 (-169)))) (-2254 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-757)) (-4 *5 (-169)))) (-2254 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-757)) (-4 *5 (-169)))) (-4092 (*1 *1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757)) (-4 *4 (-169)))) (-4092 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-757)) (-4 *5 (-169)))) (-4066 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553)) (-14 *4 (-757)) (-4 *5 (-169)))) (-2934 (*1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757)) (-4 *4 (-169)))) (-3193 (*1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757)) (-4 *4 (-169)))) (-2601 (*1 *2 *1) (-12 (-5 *2 (-630 *5)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553)) (-14 *4 (-757)) (-4 *5 (-169)))) (-2966 (*1 *1 *2) (-12 (-5 *2 (-630 *5)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553)) (-14 *4 (-757)))) (-3203 (*1 *1) (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757)) (-4 *4 (-169)))))
+(-13 (-458 |#3| (-757)) (-463 (-553) (-757)) (-10 -8 (-15 -3212 ($ (-235 |#2| |#3|))) (-15 -3212 ($ (-1121 |#2| |#3|))) (-15 -3212 ($ (-630 |#3|))) (-15 -3212 ($ (-630 $))) (-15 -2129 ((-757) $)) (-15 -2061 (|#3| $)) (-15 -2061 (|#3| $ (-553))) (-15 -2061 (|#3| $ (-553) (-553))) (-15 -2061 (|#3| $ (-553) (-553) (-553))) (-15 -2061 (|#3| $ (-553) (-553) (-553) (-553))) (-15 -2061 (|#3| $ (-630 (-553)))) (-15 -1628 ($ $ $)) (-15 * ($ $ $)) (-15 -2254 ($ $ (-553) $ (-553))) (-15 -2254 ($ $ (-553) (-553))) (-15 -4092 ($ $)) (-15 -4092 ($ $ (-553) (-553))) (-15 -4066 ($ $ (-630 (-553)))) (-15 -2934 ($)) (-15 -3193 ($)) (-15 -2601 ((-630 |#3|) $)) (-15 -2966 ($ (-630 |#3|))) (-15 -3203 ($))))
+((-3200 (((-111) $ $) NIL)) (-1300 (((-1114) $) 11)) (-1288 (((-1114) $) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 19) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-135) (-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1114) $))))) (T -135))
+((-1288 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-135)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-135)))))
+(-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1114) $))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-1430 (((-1155) $) 10)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 19) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-630 (-1114)) $) 12)) (-1614 (((-111) $ $) NIL)))
+(((-136) (-13 (-1062) (-10 -8 (-15 -1430 ((-1155) $)) (-15 -4300 ((-630 (-1114)) $))))) (T -136))
+((-1430 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-136)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-136)))))
+(-13 (-1062) (-10 -8 (-15 -1430 ((-1155) $)) (-15 -4300 ((-630 (-1114)) $))))
+((-3212 (((-845) $) 7)))
+(((-137) (-600 (-845))) (T -137))
+NIL
+(-600 (-845))
+((-3200 (((-111) $ $) NIL)) (-4214 (($) 15 T CONST)) (-4216 (($) NIL (|has| (-141) (-362)))) (-1502 (($ $ $) 17) (($ $ (-141)) NIL) (($ (-141) $) NIL)) (-3547 (($ $ $) NIL)) (-3506 (((-111) $ $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-2662 (((-757)) NIL (|has| (-141) (-362)))) (-1440 (($) NIL) (($ (-630 (-141))) NIL)) (-3656 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-1875 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369))) (($ (-141) $) 51 (|has| $ (-6 -4369)))) (-2653 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369))) (($ (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-3883 (((-141) (-1 (-141) (-141) (-141)) $) NIL (|has| $ (-6 -4369))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) NIL (|has| $ (-6 -4369))) (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-1333 (($) NIL (|has| (-141) (-362)))) (-3136 (((-630 (-141)) $) 60 (|has| $ (-6 -4369)))) (-3030 (((-111) $ $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1773 (((-141) $) NIL (|has| (-141) (-833)))) (-2447 (((-630 (-141)) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-141) $) 26 (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-2012 (((-141) $) NIL (|has| (-141) (-833)))) (-2947 (($ (-1 (-141) (-141)) $) 59 (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-141) (-141)) $) 55)) (-2914 (($) 16 T CONST)) (-3941 (((-903) $) NIL (|has| (-141) (-362)))) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-4115 (($ $ $) 29)) (-3311 (((-141) $) 52)) (-1429 (($ (-141) $) 50)) (-2839 (($ (-903)) NIL (|has| (-141) (-362)))) (-1652 (($) 14 T CONST)) (-2875 (((-1099) $) NIL)) (-3003 (((-3 (-141) "failed") (-1 (-111) (-141)) $) NIL)) (-2037 (((-141) $) 53)) (-1563 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-141)) (-630 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-141) (-141)) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-288 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-630 (-288 (-141)))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 48)) (-2441 (($) 13 T CONST)) (-3558 (($ $ $) 31) (($ $ (-141)) NIL)) (-4015 (($ (-630 (-141))) NIL) (($) NIL)) (-2885 (((-757) (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079)))) (((-757) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-1137) $) 36) (((-529) $) NIL (|has| (-141) (-601 (-529)))) (((-630 (-141)) $) 34)) (-3225 (($ (-630 (-141))) NIL)) (-3885 (($ $) 32 (|has| (-141) (-362)))) (-3212 (((-845) $) 46)) (-2042 (($ (-1137)) 12) (($ (-630 (-141))) 43)) (-2326 (((-757) $) NIL)) (-3540 (($) 49) (($ (-630 (-141))) NIL)) (-4142 (($ (-630 (-141))) NIL)) (-1798 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-3191 (($) 19 T CONST)) (-3749 (($) 18 T CONST)) (-1614 (((-111) $ $) 22)) (-2656 (((-757) $) 47 (|has| $ (-6 -4369)))))
+(((-138) (-13 (-1079) (-601 (-1137)) (-419 (-141)) (-601 (-630 (-141))) (-10 -8 (-15 -2042 ($ (-1137))) (-15 -2042 ($ (-630 (-141)))) (-15 -2441 ($) -3929) (-15 -1652 ($) -3929) (-15 -4214 ($) -3929) (-15 -2914 ($) -3929) (-15 -3749 ($) -3929) (-15 -3191 ($) -3929)))) (T -138))
+((-2042 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-138)))) (-2042 (*1 *1 *2) (-12 (-5 *2 (-630 (-141))) (-5 *1 (-138)))) (-2441 (*1 *1) (-5 *1 (-138))) (-1652 (*1 *1) (-5 *1 (-138))) (-4214 (*1 *1) (-5 *1 (-138))) (-2914 (*1 *1) (-5 *1 (-138))) (-3749 (*1 *1) (-5 *1 (-138))) (-3191 (*1 *1) (-5 *1 (-138))))
+(-13 (-1079) (-601 (-1137)) (-419 (-141)) (-601 (-630 (-141))) (-10 -8 (-15 -2042 ($ (-1137))) (-15 -2042 ($ (-630 (-141)))) (-15 -2441 ($) -3929) (-15 -1652 ($) -3929) (-15 -4214 ($) -3929) (-15 -2914 ($) -3929) (-15 -3749 ($) -3929) (-15 -3191 ($) -3929)))
+((-2728 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-1883 ((|#1| |#3|) 9)) (-3026 ((|#3| |#3|) 15)))
+(((-139 |#1| |#2| |#3|) (-10 -7 (-15 -1883 (|#1| |#3|)) (-15 -3026 (|#3| |#3|)) (-15 -2728 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-545) (-974 |#1|) (-367 |#2|)) (T -139))
+((-2728 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-974 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-139 *4 *5 *3)) (-4 *3 (-367 *5)))) (-3026 (*1 *2 *2) (-12 (-4 *3 (-545)) (-4 *4 (-974 *3)) (-5 *1 (-139 *3 *4 *2)) (-4 *2 (-367 *4)))) (-1883 (*1 *2 *3) (-12 (-4 *4 (-974 *2)) (-4 *2 (-545)) (-5 *1 (-139 *2 *4 *3)) (-4 *3 (-367 *4)))))
+(-10 -7 (-15 -1883 (|#1| |#3|)) (-15 -3026 (|#3| |#3|)) (-15 -2728 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-3607 (($ $ $) 8)) (-1294 (($ $) 7)) (-3839 (($ $ $) 6)))
(((-140) (-137)) (T -140))
-((-2048 (*1 *1 *1 *1) (-4 *1 (-140))) (-2006 (*1 *1 *1) (-4 *1 (-140))) (-2075 (*1 *1 *1 *1) (-4 *1 (-140))))
-(-13 (-10 -8 (-15 -2075 ($ $ $)) (-15 -2006 ($ $)) (-15 -2048 ($ $ $))))
-((-3202 (((-111) $ $) NIL)) (-4049 (((-111) $) 30)) (-2302 (($ $) 43)) (-2167 (($) 17)) (-2663 (((-756)) 10)) (-1332 (($) 16)) (-1364 (($) 18)) (-1388 (((-756) $) 14)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-3543 (((-111) $) 32)) (-3507 (($ $) 44)) (-1637 (((-902) $) 15)) (-2623 (((-1136) $) 38)) (-2840 (($ (-902)) 13)) (-1718 (((-111) $) 28)) (-2876 (((-1098) $) NIL)) (-2597 (($) 19)) (-3668 (((-111) $) 26)) (-3213 (((-844) $) 21)) (-3340 (($ (-756)) 11) (($ (-1136)) 42)) (-2697 (((-111) $) 36)) (-2664 (((-111) $) 34)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 7)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 8)))
-(((-141) (-13 (-826) (-10 -8 (-15 -1388 ((-756) $)) (-15 -3340 ($ (-756))) (-15 -3340 ($ (-1136))) (-15 -2167 ($)) (-15 -1364 ($)) (-15 -2597 ($)) (-15 -2302 ($ $)) (-15 -3507 ($ $)) (-15 -3668 ((-111) $)) (-15 -1718 ((-111) $)) (-15 -2664 ((-111) $)) (-15 -4049 ((-111) $)) (-15 -3543 ((-111) $)) (-15 -2697 ((-111) $))))) (T -141))
-((-1388 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-141)))) (-3340 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-141)))) (-3340 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-141)))) (-2167 (*1 *1) (-5 *1 (-141))) (-1364 (*1 *1) (-5 *1 (-141))) (-2597 (*1 *1) (-5 *1 (-141))) (-2302 (*1 *1 *1) (-5 *1 (-141))) (-3507 (*1 *1 *1) (-5 *1 (-141))) (-3668 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-1718 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-2664 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-4049 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-3543 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-2697 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
-(-13 (-826) (-10 -8 (-15 -1388 ((-756) $)) (-15 -3340 ($ (-756))) (-15 -3340 ($ (-1136))) (-15 -2167 ($)) (-15 -1364 ($)) (-15 -2597 ($)) (-15 -2302 ($ $)) (-15 -3507 ($ $)) (-15 -3668 ((-111) $)) (-15 -1718 ((-111) $)) (-15 -2664 ((-111) $)) (-15 -4049 ((-111) $)) (-15 -3543 ((-111) $)) (-15 -2697 ((-111) $))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-3878 (((-3 $ "failed") $) 33)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
+((-3607 (*1 *1 *1 *1) (-4 *1 (-140))) (-1294 (*1 *1 *1) (-4 *1 (-140))) (-3839 (*1 *1 *1 *1) (-4 *1 (-140))))
+(-13 (-10 -8 (-15 -3839 ($ $ $)) (-15 -1294 ($ $)) (-15 -3607 ($ $ $))))
+((-3200 (((-111) $ $) NIL)) (-1319 (((-111) $) 30)) (-4214 (($ $) 43)) (-2283 (($) 17)) (-2662 (((-757)) 10)) (-1333 (($) 16)) (-2499 (($) 18)) (-3355 (((-757) $) 14)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-3252 (((-111) $) 32)) (-2914 (($ $) 44)) (-3941 (((-903) $) 15)) (-4056 (((-1137) $) 38)) (-2839 (($ (-903)) 13)) (-3467 (((-111) $) 28)) (-2875 (((-1099) $) NIL)) (-1918 (($) 19)) (-3667 (((-111) $) 26)) (-3212 (((-845) $) 21)) (-3339 (($ (-757)) 11) (($ (-1137)) 42)) (-3548 (((-111) $) 36)) (-1330 (((-111) $) 34)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 7)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 8)))
+(((-141) (-13 (-827) (-10 -8 (-15 -3355 ((-757) $)) (-15 -3339 ($ (-757))) (-15 -3339 ($ (-1137))) (-15 -2283 ($)) (-15 -2499 ($)) (-15 -1918 ($)) (-15 -4214 ($ $)) (-15 -2914 ($ $)) (-15 -3667 ((-111) $)) (-15 -3467 ((-111) $)) (-15 -1330 ((-111) $)) (-15 -1319 ((-111) $)) (-15 -3252 ((-111) $)) (-15 -3548 ((-111) $))))) (T -141))
+((-3355 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-141)))) (-3339 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-141)))) (-3339 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-141)))) (-2283 (*1 *1) (-5 *1 (-141))) (-2499 (*1 *1) (-5 *1 (-141))) (-1918 (*1 *1) (-5 *1 (-141))) (-4214 (*1 *1 *1) (-5 *1 (-141))) (-2914 (*1 *1 *1) (-5 *1 (-141))) (-3667 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-3467 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-1330 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-1319 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-3252 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))) (-3548 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
+(-13 (-827) (-10 -8 (-15 -3355 ((-757) $)) (-15 -3339 ($ (-757))) (-15 -3339 ($ (-1137))) (-15 -2283 ($)) (-15 -2499 ($)) (-15 -1918 ($)) (-15 -4214 ($ $)) (-15 -2914 ($ $)) (-15 -3667 ((-111) $)) (-15 -3467 ((-111) $)) (-15 -1330 ((-111) $)) (-15 -1319 ((-111) $)) (-15 -3252 ((-111) $)) (-15 -3548 ((-111) $))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-2234 (((-3 $ "failed") $) 33)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
(((-142) (-137)) (T -142))
-((-3878 (*1 *1 *1) (|partial| -4 *1 (-142))))
-(-13 (-1030) (-10 -8 (-15 -3878 ((-3 $ "failed") $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-711) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3767 ((|#1| (-673 |#1|) |#1|) 19)))
-(((-143 |#1|) (-10 -7 (-15 -3767 (|#1| (-673 |#1|) |#1|))) (-169)) (T -143))
-((-3767 (*1 *2 *3 *2) (-12 (-5 *3 (-673 *2)) (-4 *2 (-169)) (-5 *1 (-143 *2)))))
-(-10 -7 (-15 -3767 (|#1| (-673 |#1|) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
+((-2234 (*1 *1 *1) (|partial| -4 *1 (-142))))
+(-13 (-1031) (-10 -8 (-15 -2234 ((-3 $ "failed") $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-712) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3636 ((|#1| (-674 |#1|) |#1|) 19)))
+(((-143 |#1|) (-10 -7 (-15 -3636 (|#1| (-674 |#1|) |#1|))) (-169)) (T -143))
+((-3636 (*1 *2 *3 *2) (-12 (-5 *3 (-674 *2)) (-4 *2 (-169)) (-5 *1 (-143 *2)))))
+(-10 -7 (-15 -3636 (|#1| (-674 |#1|) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
(((-144) (-137)) (T -144))
NIL
-(-13 (-1030))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-711) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1391 (((-2 (|:| -1406 (-756)) (|:| -4158 (-401 |#2|)) (|:| |radicand| |#2|)) (-401 |#2|) (-756)) 70)) (-2829 (((-3 (-2 (|:| |radicand| (-401 |#2|)) (|:| |deg| (-756))) "failed") |#3|) 52)) (-3866 (((-2 (|:| -4158 (-401 |#2|)) (|:| |poly| |#3|)) |#3|) 37)) (-3916 ((|#1| |#3| |#3|) 40)) (-2432 ((|#3| |#3| (-401 |#2|) (-401 |#2|)) 19)) (-1607 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| |deg| (-756))) |#3| |#3|) 49)))
-(((-145 |#1| |#2| |#3|) (-10 -7 (-15 -3866 ((-2 (|:| -4158 (-401 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2829 ((-3 (-2 (|:| |radicand| (-401 |#2|)) (|:| |deg| (-756))) "failed") |#3|)) (-15 -1391 ((-2 (|:| -1406 (-756)) (|:| -4158 (-401 |#2|)) (|:| |radicand| |#2|)) (-401 |#2|) (-756))) (-15 -3916 (|#1| |#3| |#3|)) (-15 -2432 (|#3| |#3| (-401 |#2|) (-401 |#2|))) (-15 -1607 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| |deg| (-756))) |#3| |#3|))) (-1195) (-1213 |#1|) (-1213 (-401 |#2|))) (T -145))
-((-1607 (*1 *2 *3 *3) (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-401 *5)) (|:| |c2| (-401 *5)) (|:| |deg| (-756)))) (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1213 (-401 *5))))) (-2432 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-401 *5)) (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-5 *1 (-145 *4 *5 *2)) (-4 *2 (-1213 *3)))) (-3916 (*1 *2 *3 *3) (-12 (-4 *4 (-1213 *2)) (-4 *2 (-1195)) (-5 *1 (-145 *2 *4 *3)) (-4 *3 (-1213 (-401 *4))))) (-1391 (*1 *2 *3 *4) (-12 (-5 *3 (-401 *6)) (-4 *5 (-1195)) (-4 *6 (-1213 *5)) (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *3) (|:| |radicand| *6))) (-5 *1 (-145 *5 *6 *7)) (-5 *4 (-756)) (-4 *7 (-1213 *3)))) (-2829 (*1 *2 *3) (|partial| -12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-5 *2 (-2 (|:| |radicand| (-401 *5)) (|:| |deg| (-756)))) (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1213 (-401 *5))))) (-3866 (*1 *2 *3) (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-5 *2 (-2 (|:| -4158 (-401 *5)) (|:| |poly| *3))) (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1213 (-401 *5))))))
-(-10 -7 (-15 -3866 ((-2 (|:| -4158 (-401 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2829 ((-3 (-2 (|:| |radicand| (-401 |#2|)) (|:| |deg| (-756))) "failed") |#3|)) (-15 -1391 ((-2 (|:| -1406 (-756)) (|:| -4158 (-401 |#2|)) (|:| |radicand| |#2|)) (-401 |#2|) (-756))) (-15 -3916 (|#1| |#3| |#3|)) (-15 -2432 (|#3| |#3| (-401 |#2|) (-401 |#2|))) (-15 -1607 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| |deg| (-756))) |#3| |#3|)))
-((-1704 (((-3 (-629 (-1150 |#2|)) "failed") (-629 (-1150 |#2|)) (-1150 |#2|)) 32)))
-(((-146 |#1| |#2|) (-10 -7 (-15 -1704 ((-3 (-629 (-1150 |#2|)) "failed") (-629 (-1150 |#2|)) (-1150 |#2|)))) (-537) (-163 |#1|)) (T -146))
-((-1704 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-629 (-1150 *5))) (-5 *3 (-1150 *5)) (-4 *5 (-163 *4)) (-4 *4 (-537)) (-5 *1 (-146 *4 *5)))))
-(-10 -7 (-15 -1704 ((-3 (-629 (-1150 |#2|)) "failed") (-629 (-1150 |#2|)) (-1150 |#2|))))
-((-3954 (($ (-1 (-111) |#2|) $) 29)) (-2738 (($ $) 36)) (-2655 (($ (-1 (-111) |#2|) $) 27) (($ |#2| $) 32)) (-3884 ((|#2| (-1 |#2| |#2| |#2|) $) 22) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 24) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 34)) (-3073 (((-3 |#2| "failed") (-1 (-111) |#2|) $) 19)) (-3944 (((-111) (-1 (-111) |#2|) $) 16)) (-2885 (((-756) (-1 (-111) |#2|) $) 14) (((-756) |#2| $) NIL)) (-2584 (((-111) (-1 (-111) |#2|) $) 15)) (-2657 (((-756) $) 11)))
-(((-147 |#1| |#2|) (-10 -8 (-15 -2738 (|#1| |#1|)) (-15 -2655 (|#1| |#2| |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3954 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2655 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3073 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -2885 ((-756) |#2| |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2657 ((-756) |#1|))) (-148 |#2|) (-1191)) (T -147))
-NIL
-(-10 -8 (-15 -2738 (|#1| |#1|)) (-15 -2655 (|#1| |#2| |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3954 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2655 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3073 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -2885 ((-756) |#2| |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2657 ((-756) |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-3954 (($ (-1 (-111) |#1|) $) 44 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2738 (($ $) 41 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4368))) (($ |#1| $) 42 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $) 47 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 46 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 48)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 40 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 49)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-148 |#1|) (-137) (-1191)) (T -148))
-((-3226 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-4 *1 (-148 *3)))) (-3073 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-111) *2)) (-4 *1 (-148 *2)) (-4 *2 (-1191)))) (-3884 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4368)) (-4 *1 (-148 *2)) (-4 *2 (-1191)))) (-3884 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4368)) (-4 *1 (-148 *2)) (-4 *2 (-1191)))) (-2655 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4368)) (-4 *1 (-148 *3)) (-4 *3 (-1191)))) (-3954 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4368)) (-4 *1 (-148 *3)) (-4 *3 (-1191)))) (-3884 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1078)) (|has| *1 (-6 -4368)) (-4 *1 (-148 *2)) (-4 *2 (-1191)))) (-2655 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-148 *2)) (-4 *2 (-1191)) (-4 *2 (-1078)))) (-2738 (*1 *1 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-148 *2)) (-4 *2 (-1191)) (-4 *2 (-1078)))))
-(-13 (-482 |t#1|) (-10 -8 (-15 -3226 ($ (-629 |t#1|))) (-15 -3073 ((-3 |t#1| "failed") (-1 (-111) |t#1|) $)) (IF (|has| $ (-6 -4368)) (PROGN (-15 -3884 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -3884 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -2655 ($ (-1 (-111) |t#1|) $)) (-15 -3954 ($ (-1 (-111) |t#1|) $)) (IF (|has| |t#1| (-1078)) (PROGN (-15 -3884 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -2655 ($ |t#1| $)) (-15 -2738 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) 86)) (-4065 (((-111) $) NIL)) (-3590 (($ |#2| (-629 (-902))) 56)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-4047 (($ (-902)) 47)) (-3725 (((-132)) 23)) (-3213 (((-844) $) 69) (($ (-552)) 45) (($ |#2|) 46)) (-2266 ((|#2| $ (-629 (-902))) 59)) (-2014 (((-756)) 20)) (-3297 (($) 40 T CONST)) (-3309 (($) 43 T CONST)) (-1613 (((-111) $ $) 26)) (-1720 (($ $ |#2|) NIL)) (-1709 (($ $) 34) (($ $ $) 32)) (-1698 (($ $ $) 30)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 37) (($ $ $) 51) (($ |#2| $) 39) (($ $ |#2|) NIL)))
-(((-149 |#1| |#2| |#3|) (-13 (-1030) (-38 |#2|) (-1244 |#2|) (-10 -8 (-15 -4047 ($ (-902))) (-15 -3590 ($ |#2| (-629 (-902)))) (-15 -2266 (|#2| $ (-629 (-902)))) (-15 -1293 ((-3 $ "failed") $)))) (-902) (-357) (-974 |#1| |#2|)) (T -149))
-((-1293 (*1 *1 *1) (|partial| -12 (-5 *1 (-149 *2 *3 *4)) (-14 *2 (-902)) (-4 *3 (-357)) (-14 *4 (-974 *2 *3)))) (-4047 (*1 *1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-149 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-357)) (-14 *5 (-974 *3 *4)))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-629 (-902))) (-5 *1 (-149 *4 *2 *5)) (-14 *4 (-902)) (-4 *2 (-357)) (-14 *5 (-974 *4 *2)))) (-2266 (*1 *2 *1 *3) (-12 (-5 *3 (-629 (-902))) (-4 *2 (-357)) (-5 *1 (-149 *4 *2 *5)) (-14 *4 (-902)) (-14 *5 (-974 *4 *2)))))
-(-13 (-1030) (-38 |#2|) (-1244 |#2|) (-10 -8 (-15 -4047 ($ (-902))) (-15 -3590 ($ |#2| (-629 (-902)))) (-15 -2266 (|#2| $ (-629 (-902)))) (-15 -1293 ((-3 $ "failed") $))))
-((-3432 (((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-629 (-629 (-924 (-220)))) (-220) (-220) (-220) (-220)) 38)) (-2897 (((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908) (-401 (-552)) (-401 (-552))) 63) (((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908)) 64)) (-3025 (((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-629 (-629 (-924 (-220))))) 67) (((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-629 (-924 (-220)))) 66) (((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908) (-401 (-552)) (-401 (-552))) 58) (((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908)) 59)))
-(((-150) (-10 -7 (-15 -3025 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908))) (-15 -3025 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908) (-401 (-552)) (-401 (-552)))) (-15 -2897 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908))) (-15 -2897 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908) (-401 (-552)) (-401 (-552)))) (-15 -3432 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-629 (-629 (-924 (-220)))) (-220) (-220) (-220) (-220))) (-15 -3025 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-629 (-924 (-220))))) (-15 -3025 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-629 (-629 (-924 (-220)))))))) (T -150))
-((-3025 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220))))) (-5 *1 (-150)) (-5 *3 (-629 (-629 (-924 (-220))))))) (-3025 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220))))) (-5 *1 (-150)) (-5 *3 (-629 (-924 (-220)))))) (-3432 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-220)) (-5 *2 (-2 (|:| |brans| (-629 (-629 (-924 *4)))) (|:| |xValues| (-1072 *4)) (|:| |yValues| (-1072 *4)))) (-5 *1 (-150)) (-5 *3 (-629 (-629 (-924 *4)))))) (-2897 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-908)) (-5 *4 (-401 (-552))) (-5 *2 (-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220))))) (-5 *1 (-150)))) (-2897 (*1 *2 *3) (-12 (-5 *3 (-908)) (-5 *2 (-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220))))) (-5 *1 (-150)))) (-3025 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-908)) (-5 *4 (-401 (-552))) (-5 *2 (-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220))))) (-5 *1 (-150)))) (-3025 (*1 *2 *3) (-12 (-5 *3 (-908)) (-5 *2 (-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220))))) (-5 *1 (-150)))))
-(-10 -7 (-15 -3025 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908))) (-15 -3025 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908) (-401 (-552)) (-401 (-552)))) (-15 -2897 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908))) (-15 -2897 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-908) (-401 (-552)) (-401 (-552)))) (-15 -3432 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-629 (-629 (-924 (-220)))) (-220) (-220) (-220) (-220))) (-15 -3025 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-629 (-924 (-220))))) (-15 -3025 ((-2 (|:| |brans| (-629 (-629 (-924 (-220))))) (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))) (-629 (-629 (-924 (-220)))))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-1497 (((-629 (-1113)) $) 15)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 24) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-1113) $) 9)) (-1613 (((-111) $ $) NIL)))
-(((-151) (-13 (-1061) (-10 -8 (-15 -1497 ((-629 (-1113)) $)) (-15 -4300 ((-1113) $))))) (T -151))
-((-1497 (*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-151)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-151)))))
-(-13 (-1061) (-10 -8 (-15 -1497 ((-629 (-1113)) $)) (-15 -4300 ((-1113) $))))
-((-2770 (((-629 (-166 |#2|)) |#1| |#2|) 45)))
-(((-152 |#1| |#2|) (-10 -7 (-15 -2770 ((-629 (-166 |#2|)) |#1| |#2|))) (-1213 (-166 (-552))) (-13 (-357) (-830))) (T -152))
-((-2770 (*1 *2 *3 *4) (-12 (-5 *2 (-629 (-166 *4))) (-5 *1 (-152 *3 *4)) (-4 *3 (-1213 (-166 (-552)))) (-4 *4 (-13 (-357) (-830))))))
-(-10 -7 (-15 -2770 ((-629 (-166 |#2|)) |#1| |#2|)))
-((-3202 (((-111) $ $) NIL)) (-1300 (((-1190) $) 12)) (-1286 (((-1113) $) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 21) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-153) (-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1190) $))))) (T -153))
-((-1286 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-153)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-153)))))
-(-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1190) $))))
-((-3202 (((-111) $ $) NIL)) (-1943 (($) 15)) (-2533 (($) 14)) (-2307 (((-902)) 22)) (-2623 (((-1136) $) NIL)) (-3852 (((-552) $) 19)) (-2876 (((-1098) $) NIL)) (-2960 (($) 16)) (-2229 (($ (-552)) 23)) (-3213 (((-844) $) 29)) (-3692 (($) 17)) (-1613 (((-111) $ $) 13)) (-1698 (($ $ $) 11)) (* (($ (-902) $) 21) (($ (-220) $) 8)))
-(((-154) (-13 (-25) (-10 -8 (-15 * ($ (-902) $)) (-15 * ($ (-220) $)) (-15 -1698 ($ $ $)) (-15 -2533 ($)) (-15 -1943 ($)) (-15 -2960 ($)) (-15 -3692 ($)) (-15 -3852 ((-552) $)) (-15 -2307 ((-902))) (-15 -2229 ($ (-552)))))) (T -154))
-((-1698 (*1 *1 *1 *1) (-5 *1 (-154))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-902)) (-5 *1 (-154)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-154)))) (-2533 (*1 *1) (-5 *1 (-154))) (-1943 (*1 *1) (-5 *1 (-154))) (-2960 (*1 *1) (-5 *1 (-154))) (-3692 (*1 *1) (-5 *1 (-154))) (-3852 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-154)))) (-2307 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-154)))) (-2229 (*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-154)))))
-(-13 (-25) (-10 -8 (-15 * ($ (-902) $)) (-15 * ($ (-220) $)) (-15 -1698 ($ $ $)) (-15 -2533 ($)) (-15 -1943 ($)) (-15 -2960 ($)) (-15 -3692 ($)) (-15 -3852 ((-552) $)) (-15 -2307 ((-902))) (-15 -2229 ($ (-552)))))
-((-2867 ((|#2| |#2| (-1070 |#2|)) 88) ((|#2| |#2| (-1154)) 68)) (-3951 ((|#2| |#2| (-1070 |#2|)) 87) ((|#2| |#2| (-1154)) 67)) (-2048 ((|#2| |#2| |#2|) 27)) (-2951 (((-113) (-113)) 99)) (-4280 ((|#2| (-629 |#2|)) 117)) (-2377 ((|#2| (-629 |#2|)) 135)) (-1345 ((|#2| (-629 |#2|)) 125)) (-1307 ((|#2| |#2|) 123)) (-2862 ((|#2| (-629 |#2|)) 111)) (-2018 ((|#2| (-629 |#2|)) 112)) (-3749 ((|#2| (-629 |#2|)) 133)) (-1333 ((|#2| |#2| (-1154)) 56) ((|#2| |#2|) 55)) (-2006 ((|#2| |#2|) 23)) (-2075 ((|#2| |#2| |#2|) 26)) (-1374 (((-111) (-113)) 49)) (** ((|#2| |#2| |#2|) 41)))
-(((-155 |#1| |#2|) (-10 -7 (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 ** (|#2| |#2| |#2|)) (-15 -2075 (|#2| |#2| |#2|)) (-15 -2048 (|#2| |#2| |#2|)) (-15 -2006 (|#2| |#2|)) (-15 -1333 (|#2| |#2|)) (-15 -1333 (|#2| |#2| (-1154))) (-15 -2867 (|#2| |#2| (-1154))) (-15 -2867 (|#2| |#2| (-1070 |#2|))) (-15 -3951 (|#2| |#2| (-1154))) (-15 -3951 (|#2| |#2| (-1070 |#2|))) (-15 -1307 (|#2| |#2|)) (-15 -3749 (|#2| (-629 |#2|))) (-15 -1345 (|#2| (-629 |#2|))) (-15 -2377 (|#2| (-629 |#2|))) (-15 -2862 (|#2| (-629 |#2|))) (-15 -2018 (|#2| (-629 |#2|))) (-15 -4280 (|#2| (-629 |#2|)))) (-13 (-832) (-544)) (-424 |#1|)) (T -155))
-((-4280 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-832) (-544))))) (-2018 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-832) (-544))))) (-2862 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-832) (-544))))) (-2377 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-832) (-544))))) (-1345 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-832) (-544))))) (-3749 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-832) (-544))))) (-1307 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-3951 (*1 *2 *2 *3) (-12 (-5 *3 (-1070 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-155 *4 *2)))) (-3951 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-155 *4 *2)) (-4 *2 (-424 *4)))) (-2867 (*1 *2 *2 *3) (-12 (-5 *3 (-1070 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-155 *4 *2)))) (-2867 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-155 *4 *2)) (-4 *2 (-424 *4)))) (-1333 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-155 *4 *2)) (-4 *2 (-424 *4)))) (-1333 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-2006 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-2048 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-2075 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-2951 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *4)) (-4 *4 (-424 *3)))) (-1374 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111)) (-5 *1 (-155 *4 *5)) (-4 *5 (-424 *4)))))
-(-10 -7 (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 ** (|#2| |#2| |#2|)) (-15 -2075 (|#2| |#2| |#2|)) (-15 -2048 (|#2| |#2| |#2|)) (-15 -2006 (|#2| |#2|)) (-15 -1333 (|#2| |#2|)) (-15 -1333 (|#2| |#2| (-1154))) (-15 -2867 (|#2| |#2| (-1154))) (-15 -2867 (|#2| |#2| (-1070 |#2|))) (-15 -3951 (|#2| |#2| (-1154))) (-15 -3951 (|#2| |#2| (-1070 |#2|))) (-15 -1307 (|#2| |#2|)) (-15 -3749 (|#2| (-629 |#2|))) (-15 -1345 (|#2| (-629 |#2|))) (-15 -2377 (|#2| (-629 |#2|))) (-15 -2862 (|#2| (-629 |#2|))) (-15 -2018 (|#2| (-629 |#2|))) (-15 -4280 (|#2| (-629 |#2|))))
-((-3809 ((|#1| |#1| |#1|) 53)) (-2086 ((|#1| |#1| |#1|) 50)) (-2048 ((|#1| |#1| |#1|) 44)) (-3596 ((|#1| |#1|) 35)) (-2118 ((|#1| |#1| (-629 |#1|)) 43)) (-2006 ((|#1| |#1|) 37)) (-2075 ((|#1| |#1| |#1|) 40)))
-(((-156 |#1|) (-10 -7 (-15 -2075 (|#1| |#1| |#1|)) (-15 -2006 (|#1| |#1|)) (-15 -2118 (|#1| |#1| (-629 |#1|))) (-15 -3596 (|#1| |#1|)) (-15 -2048 (|#1| |#1| |#1|)) (-15 -2086 (|#1| |#1| |#1|)) (-15 -3809 (|#1| |#1| |#1|))) (-537)) (T -156))
-((-3809 (*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))) (-2086 (*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))) (-2048 (*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))) (-3596 (*1 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))) (-2118 (*1 *2 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-537)) (-5 *1 (-156 *2)))) (-2006 (*1 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))) (-2075 (*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))))
-(-10 -7 (-15 -2075 (|#1| |#1| |#1|)) (-15 -2006 (|#1| |#1|)) (-15 -2118 (|#1| |#1| (-629 |#1|))) (-15 -3596 (|#1| |#1|)) (-15 -2048 (|#1| |#1| |#1|)) (-15 -2086 (|#1| |#1| |#1|)) (-15 -3809 (|#1| |#1| |#1|)))
-((-2867 (($ $ (-1154)) 12) (($ $ (-1070 $)) 11)) (-3951 (($ $ (-1154)) 10) (($ $ (-1070 $)) 9)) (-2048 (($ $ $) 8)) (-1333 (($ $) 14) (($ $ (-1154)) 13)) (-2006 (($ $) 7)) (-2075 (($ $ $) 6)))
+(-13 (-1031))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-712) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3386 (((-2 (|:| -3503 (-757)) (|:| -4157 (-401 |#2|)) (|:| |radicand| |#2|)) (-401 |#2|) (-757)) 70)) (-2311 (((-3 (-2 (|:| |radicand| (-401 |#2|)) (|:| |deg| (-757))) "failed") |#3|) 52)) (-3397 (((-2 (|:| -4157 (-401 |#2|)) (|:| |poly| |#3|)) |#3|) 37)) (-2625 ((|#1| |#3| |#3|) 40)) (-2433 ((|#3| |#3| (-401 |#2|) (-401 |#2|)) 19)) (-1677 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| |deg| (-757))) |#3| |#3|) 49)))
+(((-145 |#1| |#2| |#3|) (-10 -7 (-15 -3397 ((-2 (|:| -4157 (-401 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2311 ((-3 (-2 (|:| |radicand| (-401 |#2|)) (|:| |deg| (-757))) "failed") |#3|)) (-15 -3386 ((-2 (|:| -3503 (-757)) (|:| -4157 (-401 |#2|)) (|:| |radicand| |#2|)) (-401 |#2|) (-757))) (-15 -2625 (|#1| |#3| |#3|)) (-15 -2433 (|#3| |#3| (-401 |#2|) (-401 |#2|))) (-15 -1677 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| |deg| (-757))) |#3| |#3|))) (-1196) (-1214 |#1|) (-1214 (-401 |#2|))) (T -145))
+((-1677 (*1 *2 *3 *3) (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-401 *5)) (|:| |c2| (-401 *5)) (|:| |deg| (-757)))) (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1214 (-401 *5))))) (-2433 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-401 *5)) (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-5 *1 (-145 *4 *5 *2)) (-4 *2 (-1214 *3)))) (-2625 (*1 *2 *3 *3) (-12 (-4 *4 (-1214 *2)) (-4 *2 (-1196)) (-5 *1 (-145 *2 *4 *3)) (-4 *3 (-1214 (-401 *4))))) (-3386 (*1 *2 *3 *4) (-12 (-5 *3 (-401 *6)) (-4 *5 (-1196)) (-4 *6 (-1214 *5)) (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *3) (|:| |radicand| *6))) (-5 *1 (-145 *5 *6 *7)) (-5 *4 (-757)) (-4 *7 (-1214 *3)))) (-2311 (*1 *2 *3) (|partial| -12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-5 *2 (-2 (|:| |radicand| (-401 *5)) (|:| |deg| (-757)))) (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1214 (-401 *5))))) (-3397 (*1 *2 *3) (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-5 *2 (-2 (|:| -4157 (-401 *5)) (|:| |poly| *3))) (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1214 (-401 *5))))))
+(-10 -7 (-15 -3397 ((-2 (|:| -4157 (-401 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -2311 ((-3 (-2 (|:| |radicand| (-401 |#2|)) (|:| |deg| (-757))) "failed") |#3|)) (-15 -3386 ((-2 (|:| -3503 (-757)) (|:| -4157 (-401 |#2|)) (|:| |radicand| |#2|)) (-401 |#2|) (-757))) (-15 -2625 (|#1| |#3| |#3|)) (-15 -2433 (|#3| |#3| (-401 |#2|) (-401 |#2|))) (-15 -1677 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| |deg| (-757))) |#3| |#3|)))
+((-3350 (((-3 (-630 (-1151 |#2|)) "failed") (-630 (-1151 |#2|)) (-1151 |#2|)) 32)))
+(((-146 |#1| |#2|) (-10 -7 (-15 -3350 ((-3 (-630 (-1151 |#2|)) "failed") (-630 (-1151 |#2|)) (-1151 |#2|)))) (-538) (-163 |#1|)) (T -146))
+((-3350 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-630 (-1151 *5))) (-5 *3 (-1151 *5)) (-4 *5 (-163 *4)) (-4 *4 (-538)) (-5 *1 (-146 *4 *5)))))
+(-10 -7 (-15 -3350 ((-3 (-630 (-1151 |#2|)) "failed") (-630 (-1151 |#2|)) (-1151 |#2|))))
+((-3953 (($ (-1 (-111) |#2|) $) 29)) (-2738 (($ $) 36)) (-2653 (($ (-1 (-111) |#2|) $) 27) (($ |#2| $) 32)) (-3883 ((|#2| (-1 |#2| |#2| |#2|) $) 22) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 24) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 34)) (-3003 (((-3 |#2| "failed") (-1 (-111) |#2|) $) 19)) (-1563 (((-111) (-1 (-111) |#2|) $) 16)) (-2885 (((-757) (-1 (-111) |#2|) $) 14) (((-757) |#2| $) NIL)) (-1798 (((-111) (-1 (-111) |#2|) $) 15)) (-2656 (((-757) $) 11)))
+(((-147 |#1| |#2|) (-10 -8 (-15 -2738 (|#1| |#1|)) (-15 -2653 (|#1| |#2| |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3953 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2653 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3003 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -2885 ((-757) |#2| |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2656 ((-757) |#1|))) (-148 |#2|) (-1192)) (T -147))
+NIL
+(-10 -8 (-15 -2738 (|#1| |#1|)) (-15 -2653 (|#1| |#2| |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3953 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2653 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3003 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -2885 ((-757) |#2| |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2656 ((-757) |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-3953 (($ (-1 (-111) |#1|) $) 44 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-2738 (($ $) 41 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4369))) (($ |#1| $) 42 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $) 47 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 46 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 48)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 40 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 49)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-148 |#1|) (-137) (-1192)) (T -148))
+((-3225 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-4 *1 (-148 *3)))) (-3003 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-111) *2)) (-4 *1 (-148 *2)) (-4 *2 (-1192)))) (-3883 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4369)) (-4 *1 (-148 *2)) (-4 *2 (-1192)))) (-3883 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4369)) (-4 *1 (-148 *2)) (-4 *2 (-1192)))) (-2653 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4369)) (-4 *1 (-148 *3)) (-4 *3 (-1192)))) (-3953 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4369)) (-4 *1 (-148 *3)) (-4 *3 (-1192)))) (-3883 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1079)) (|has| *1 (-6 -4369)) (-4 *1 (-148 *2)) (-4 *2 (-1192)))) (-2653 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-148 *2)) (-4 *2 (-1192)) (-4 *2 (-1079)))) (-2738 (*1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-148 *2)) (-4 *2 (-1192)) (-4 *2 (-1079)))))
+(-13 (-482 |t#1|) (-10 -8 (-15 -3225 ($ (-630 |t#1|))) (-15 -3003 ((-3 |t#1| "failed") (-1 (-111) |t#1|) $)) (IF (|has| $ (-6 -4369)) (PROGN (-15 -3883 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -3883 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -2653 ($ (-1 (-111) |t#1|) $)) (-15 -3953 ($ (-1 (-111) |t#1|) $)) (IF (|has| |t#1| (-1079)) (PROGN (-15 -3883 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -2653 ($ |t#1| $)) (-15 -2738 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) 86)) (-1434 (((-111) $) NIL)) (-3590 (($ |#2| (-630 (-903))) 56)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4046 (($ (-903)) 47)) (-1315 (((-132)) 23)) (-3212 (((-845) $) 69) (($ (-553)) 45) (($ |#2|) 46)) (-1925 ((|#2| $ (-630 (-903))) 59)) (-1348 (((-757)) 20)) (-3296 (($) 40 T CONST)) (-3308 (($) 43 T CONST)) (-1614 (((-111) $ $) 26)) (-1721 (($ $ |#2|) NIL)) (-1710 (($ $) 34) (($ $ $) 32)) (-1699 (($ $ $) 30)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 37) (($ $ $) 51) (($ |#2| $) 39) (($ $ |#2|) NIL)))
+(((-149 |#1| |#2| |#3|) (-13 (-1031) (-38 |#2|) (-1245 |#2|) (-10 -8 (-15 -4046 ($ (-903))) (-15 -3590 ($ |#2| (-630 (-903)))) (-15 -1925 (|#2| $ (-630 (-903)))) (-15 -3889 ((-3 $ "failed") $)))) (-903) (-357) (-975 |#1| |#2|)) (T -149))
+((-3889 (*1 *1 *1) (|partial| -12 (-5 *1 (-149 *2 *3 *4)) (-14 *2 (-903)) (-4 *3 (-357)) (-14 *4 (-975 *2 *3)))) (-4046 (*1 *1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-149 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-357)) (-14 *5 (-975 *3 *4)))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-630 (-903))) (-5 *1 (-149 *4 *2 *5)) (-14 *4 (-903)) (-4 *2 (-357)) (-14 *5 (-975 *4 *2)))) (-1925 (*1 *2 *1 *3) (-12 (-5 *3 (-630 (-903))) (-4 *2 (-357)) (-5 *1 (-149 *4 *2 *5)) (-14 *4 (-903)) (-14 *5 (-975 *4 *2)))))
+(-13 (-1031) (-38 |#2|) (-1245 |#2|) (-10 -8 (-15 -4046 ($ (-903))) (-15 -3590 ($ |#2| (-630 (-903)))) (-15 -1925 (|#2| $ (-630 (-903)))) (-15 -3889 ((-3 $ "failed") $))))
+((-3401 (((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-630 (-630 (-925 (-220)))) (-220) (-220) (-220) (-220)) 38)) (-1691 (((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909) (-401 (-553)) (-401 (-553))) 63) (((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909)) 64)) (-3714 (((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-630 (-630 (-925 (-220))))) 67) (((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-630 (-925 (-220)))) 66) (((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909) (-401 (-553)) (-401 (-553))) 58) (((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909)) 59)))
+(((-150) (-10 -7 (-15 -3714 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909))) (-15 -3714 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909) (-401 (-553)) (-401 (-553)))) (-15 -1691 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909))) (-15 -1691 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909) (-401 (-553)) (-401 (-553)))) (-15 -3401 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-630 (-630 (-925 (-220)))) (-220) (-220) (-220) (-220))) (-15 -3714 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-630 (-925 (-220))))) (-15 -3714 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-630 (-630 (-925 (-220)))))))) (T -150))
+((-3714 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220))))) (-5 *1 (-150)) (-5 *3 (-630 (-630 (-925 (-220))))))) (-3714 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220))))) (-5 *1 (-150)) (-5 *3 (-630 (-925 (-220)))))) (-3401 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-220)) (-5 *2 (-2 (|:| |brans| (-630 (-630 (-925 *4)))) (|:| |xValues| (-1073 *4)) (|:| |yValues| (-1073 *4)))) (-5 *1 (-150)) (-5 *3 (-630 (-630 (-925 *4)))))) (-1691 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-909)) (-5 *4 (-401 (-553))) (-5 *2 (-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220))))) (-5 *1 (-150)))) (-1691 (*1 *2 *3) (-12 (-5 *3 (-909)) (-5 *2 (-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220))))) (-5 *1 (-150)))) (-3714 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-909)) (-5 *4 (-401 (-553))) (-5 *2 (-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220))))) (-5 *1 (-150)))) (-3714 (*1 *2 *3) (-12 (-5 *3 (-909)) (-5 *2 (-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220))))) (-5 *1 (-150)))))
+(-10 -7 (-15 -3714 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909))) (-15 -3714 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909) (-401 (-553)) (-401 (-553)))) (-15 -1691 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909))) (-15 -1691 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-909) (-401 (-553)) (-401 (-553)))) (-15 -3401 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-630 (-630 (-925 (-220)))) (-220) (-220) (-220) (-220))) (-15 -3714 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-630 (-925 (-220))))) (-15 -3714 ((-2 (|:| |brans| (-630 (-630 (-925 (-220))))) (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))) (-630 (-630 (-925 (-220)))))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-1498 (((-630 (-1114)) $) 15)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 24) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-1114) $) 9)) (-1614 (((-111) $ $) NIL)))
+(((-151) (-13 (-1062) (-10 -8 (-15 -1498 ((-630 (-1114)) $)) (-15 -4300 ((-1114) $))))) (T -151))
+((-1498 (*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-151)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-151)))))
+(-13 (-1062) (-10 -8 (-15 -1498 ((-630 (-1114)) $)) (-15 -4300 ((-1114) $))))
+((-3031 (((-630 (-166 |#2|)) |#1| |#2|) 45)))
+(((-152 |#1| |#2|) (-10 -7 (-15 -3031 ((-630 (-166 |#2|)) |#1| |#2|))) (-1214 (-166 (-553))) (-13 (-357) (-831))) (T -152))
+((-3031 (*1 *2 *3 *4) (-12 (-5 *2 (-630 (-166 *4))) (-5 *1 (-152 *3 *4)) (-4 *3 (-1214 (-166 (-553)))) (-4 *4 (-13 (-357) (-831))))))
+(-10 -7 (-15 -3031 ((-630 (-166 |#2|)) |#1| |#2|)))
+((-3200 (((-111) $ $) NIL)) (-1300 (((-1191) $) 12)) (-1288 (((-1114) $) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 21) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-153) (-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1191) $))))) (T -153))
+((-1288 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-153)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-153)))))
+(-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1191) $))))
+((-3200 (((-111) $ $) NIL)) (-1847 (($) 15)) (-2652 (($) 14)) (-4244 (((-903)) 22)) (-4056 (((-1137) $) NIL)) (-3281 (((-553) $) 19)) (-2875 (((-1099) $) NIL)) (-4228 (($) 16)) (-1541 (($ (-553)) 23)) (-3212 (((-845) $) 29)) (-4109 (($) 17)) (-1614 (((-111) $ $) 13)) (-1699 (($ $ $) 11)) (* (($ (-903) $) 21) (($ (-220) $) 8)))
+(((-154) (-13 (-25) (-10 -8 (-15 * ($ (-903) $)) (-15 * ($ (-220) $)) (-15 -1699 ($ $ $)) (-15 -2652 ($)) (-15 -1847 ($)) (-15 -4228 ($)) (-15 -4109 ($)) (-15 -3281 ((-553) $)) (-15 -4244 ((-903))) (-15 -1541 ($ (-553)))))) (T -154))
+((-1699 (*1 *1 *1 *1) (-5 *1 (-154))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-903)) (-5 *1 (-154)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-154)))) (-2652 (*1 *1) (-5 *1 (-154))) (-1847 (*1 *1) (-5 *1 (-154))) (-4228 (*1 *1) (-5 *1 (-154))) (-4109 (*1 *1) (-5 *1 (-154))) (-3281 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-154)))) (-4244 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-154)))) (-1541 (*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-154)))))
+(-13 (-25) (-10 -8 (-15 * ($ (-903) $)) (-15 * ($ (-220) $)) (-15 -1699 ($ $ $)) (-15 -2652 ($)) (-15 -1847 ($)) (-15 -4228 ($)) (-15 -4109 ($)) (-15 -3281 ((-553) $)) (-15 -4244 ((-903))) (-15 -1541 ($ (-553)))))
+((-2735 ((|#2| |#2| (-1071 |#2|)) 88) ((|#2| |#2| (-1155)) 68)) (-1628 ((|#2| |#2| (-1071 |#2|)) 87) ((|#2| |#2| (-1155)) 67)) (-3607 ((|#2| |#2| |#2|) 27)) (-4155 (((-113) (-113)) 99)) (-1698 ((|#2| (-630 |#2|)) 117)) (-3692 ((|#2| (-630 |#2|)) 135)) (-3763 ((|#2| (-630 |#2|)) 125)) (-1868 ((|#2| |#2|) 123)) (-2673 ((|#2| (-630 |#2|)) 111)) (-1381 ((|#2| (-630 |#2|)) 112)) (-3473 ((|#2| (-630 |#2|)) 133)) (-2143 ((|#2| |#2| (-1155)) 56) ((|#2| |#2|) 55)) (-1294 ((|#2| |#2|) 23)) (-3839 ((|#2| |#2| |#2|) 26)) (-4083 (((-111) (-113)) 49)) (** ((|#2| |#2| |#2|) 41)))
+(((-155 |#1| |#2|) (-10 -7 (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 ** (|#2| |#2| |#2|)) (-15 -3839 (|#2| |#2| |#2|)) (-15 -3607 (|#2| |#2| |#2|)) (-15 -1294 (|#2| |#2|)) (-15 -2143 (|#2| |#2|)) (-15 -2143 (|#2| |#2| (-1155))) (-15 -2735 (|#2| |#2| (-1155))) (-15 -2735 (|#2| |#2| (-1071 |#2|))) (-15 -1628 (|#2| |#2| (-1155))) (-15 -1628 (|#2| |#2| (-1071 |#2|))) (-15 -1868 (|#2| |#2|)) (-15 -3473 (|#2| (-630 |#2|))) (-15 -3763 (|#2| (-630 |#2|))) (-15 -3692 (|#2| (-630 |#2|))) (-15 -2673 (|#2| (-630 |#2|))) (-15 -1381 (|#2| (-630 |#2|))) (-15 -1698 (|#2| (-630 |#2|)))) (-13 (-833) (-545)) (-424 |#1|)) (T -155))
+((-1698 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-833) (-545))))) (-1381 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-833) (-545))))) (-2673 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-833) (-545))))) (-3692 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-833) (-545))))) (-3763 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-833) (-545))))) (-3473 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2)) (-4 *4 (-13 (-833) (-545))))) (-1868 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-1628 (*1 *2 *2 *3) (-12 (-5 *3 (-1071 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-155 *4 *2)))) (-1628 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-155 *4 *2)) (-4 *2 (-424 *4)))) (-2735 (*1 *2 *2 *3) (-12 (-5 *3 (-1071 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-155 *4 *2)))) (-2735 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-155 *4 *2)) (-4 *2 (-424 *4)))) (-2143 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-155 *4 *2)) (-4 *2 (-424 *4)))) (-2143 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-1294 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-3607 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-3839 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2)) (-4 *2 (-424 *3)))) (-4155 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *4)) (-4 *4 (-424 *3)))) (-4083 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111)) (-5 *1 (-155 *4 *5)) (-4 *5 (-424 *4)))))
+(-10 -7 (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 ** (|#2| |#2| |#2|)) (-15 -3839 (|#2| |#2| |#2|)) (-15 -3607 (|#2| |#2| |#2|)) (-15 -1294 (|#2| |#2|)) (-15 -2143 (|#2| |#2|)) (-15 -2143 (|#2| |#2| (-1155))) (-15 -2735 (|#2| |#2| (-1155))) (-15 -2735 (|#2| |#2| (-1071 |#2|))) (-15 -1628 (|#2| |#2| (-1155))) (-15 -1628 (|#2| |#2| (-1071 |#2|))) (-15 -1868 (|#2| |#2|)) (-15 -3473 (|#2| (-630 |#2|))) (-15 -3763 (|#2| (-630 |#2|))) (-15 -3692 (|#2| (-630 |#2|))) (-15 -2673 (|#2| (-630 |#2|))) (-15 -1381 (|#2| (-630 |#2|))) (-15 -1698 (|#2| (-630 |#2|))))
+((-2832 ((|#1| |#1| |#1|) 53)) (-2744 ((|#1| |#1| |#1|) 50)) (-3607 ((|#1| |#1| |#1|) 44)) (-2526 ((|#1| |#1|) 35)) (-3085 ((|#1| |#1| (-630 |#1|)) 43)) (-1294 ((|#1| |#1|) 37)) (-3839 ((|#1| |#1| |#1|) 40)))
+(((-156 |#1|) (-10 -7 (-15 -3839 (|#1| |#1| |#1|)) (-15 -1294 (|#1| |#1|)) (-15 -3085 (|#1| |#1| (-630 |#1|))) (-15 -2526 (|#1| |#1|)) (-15 -3607 (|#1| |#1| |#1|)) (-15 -2744 (|#1| |#1| |#1|)) (-15 -2832 (|#1| |#1| |#1|))) (-538)) (T -156))
+((-2832 (*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))) (-2744 (*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))) (-3607 (*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))) (-2526 (*1 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))) (-3085 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-538)) (-5 *1 (-156 *2)))) (-1294 (*1 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))) (-3839 (*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))))
+(-10 -7 (-15 -3839 (|#1| |#1| |#1|)) (-15 -1294 (|#1| |#1|)) (-15 -3085 (|#1| |#1| (-630 |#1|))) (-15 -2526 (|#1| |#1|)) (-15 -3607 (|#1| |#1| |#1|)) (-15 -2744 (|#1| |#1| |#1|)) (-15 -2832 (|#1| |#1| |#1|)))
+((-2735 (($ $ (-1155)) 12) (($ $ (-1071 $)) 11)) (-1628 (($ $ (-1155)) 10) (($ $ (-1071 $)) 9)) (-3607 (($ $ $) 8)) (-2143 (($ $) 14) (($ $ (-1155)) 13)) (-1294 (($ $) 7)) (-3839 (($ $ $) 6)))
(((-157) (-137)) (T -157))
-((-1333 (*1 *1 *1) (-4 *1 (-157))) (-1333 (*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1154)))) (-2867 (*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1154)))) (-2867 (*1 *1 *1 *2) (-12 (-5 *2 (-1070 *1)) (-4 *1 (-157)))) (-3951 (*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1154)))) (-3951 (*1 *1 *1 *2) (-12 (-5 *2 (-1070 *1)) (-4 *1 (-157)))))
-(-13 (-140) (-10 -8 (-15 -1333 ($ $)) (-15 -1333 ($ $ (-1154))) (-15 -2867 ($ $ (-1154))) (-15 -2867 ($ $ (-1070 $))) (-15 -3951 ($ $ (-1154))) (-15 -3951 ($ $ (-1070 $)))))
+((-2143 (*1 *1 *1) (-4 *1 (-157))) (-2143 (*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1155)))) (-2735 (*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1155)))) (-2735 (*1 *1 *1 *2) (-12 (-5 *2 (-1071 *1)) (-4 *1 (-157)))) (-1628 (*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1155)))) (-1628 (*1 *1 *1 *2) (-12 (-5 *2 (-1071 *1)) (-4 *1 (-157)))))
+(-13 (-140) (-10 -8 (-15 -2143 ($ $)) (-15 -2143 ($ $ (-1155))) (-15 -2735 ($ $ (-1155))) (-15 -2735 ($ $ (-1071 $))) (-15 -1628 ($ $ (-1155))) (-15 -1628 ($ $ (-1071 $)))))
(((-140) . T))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 17) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-629 (-1113)) $) 9)) (-1613 (((-111) $ $) NIL)))
-(((-158) (-13 (-1061) (-10 -8 (-15 -4300 ((-629 (-1113)) $))))) (T -158))
-((-4300 (*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-158)))))
-(-13 (-1061) (-10 -8 (-15 -4300 ((-629 (-1113)) $))))
-((-3202 (((-111) $ $) NIL)) (-2078 (($ (-552)) 13) (($ $ $) 14)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 17)) (-1613 (((-111) $ $) 9)))
-(((-159) (-13 (-1078) (-10 -8 (-15 -2078 ($ (-552))) (-15 -2078 ($ $ $))))) (T -159))
-((-2078 (*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-159)))) (-2078 (*1 *1 *1 *1) (-5 *1 (-159))))
-(-13 (-1078) (-10 -8 (-15 -2078 ($ (-552))) (-15 -2078 ($ $ $))))
-((-2951 (((-113) (-1154)) 97)))
-(((-160) (-10 -7 (-15 -2951 ((-113) (-1154))))) (T -160))
-((-2951 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-113)) (-5 *1 (-160)))))
-(-10 -7 (-15 -2951 ((-113) (-1154))))
-((-2036 ((|#3| |#3|) 19)))
-(((-161 |#1| |#2| |#3|) (-10 -7 (-15 -2036 (|#3| |#3|))) (-1030) (-1213 |#1|) (-1213 |#2|)) (T -161))
-((-2036 (*1 *2 *2) (-12 (-4 *3 (-1030)) (-4 *4 (-1213 *3)) (-5 *1 (-161 *3 *4 *2)) (-4 *2 (-1213 *4)))))
-(-10 -7 (-15 -2036 (|#3| |#3|)))
-((-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 217)) (-1549 ((|#2| $) 96)) (-2478 (($ $) 247)) (-2332 (($ $) 241)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 40)) (-2455 (($ $) 245)) (-2305 (($ $) 239)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 |#2| "failed") $) 141)) (-2832 (((-552) $) NIL) (((-401 (-552)) $) NIL) ((|#2| $) 139)) (-4006 (($ $ $) 222)) (-2714 (((-673 (-552)) (-673 $)) NIL) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) 155) (((-673 |#2|) (-673 $)) 149)) (-3884 (($ (-1150 |#2|)) 119) (((-3 $ "failed") (-401 (-1150 |#2|))) NIL)) (-1293 (((-3 $ "failed") $) 209)) (-2674 (((-3 (-401 (-552)) "failed") $) 199)) (-2443 (((-111) $) 194)) (-3777 (((-401 (-552)) $) 197)) (-2128 (((-902)) 89)) (-3987 (($ $ $) 224)) (-2163 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 261)) (-4043 (($) 236)) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 186) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 191)) (-4346 ((|#2| $) 94)) (-2169 (((-1150 |#2|) $) 121)) (-1477 (($ (-1 |#2| |#2|) $) 102)) (-2430 (($ $) 238)) (-3874 (((-1150 |#2|) $) 120)) (-3701 (($ $) 202)) (-2650 (($) 97)) (-1848 (((-412 (-1150 $)) (-1150 $)) 88)) (-1528 (((-412 (-1150 $)) (-1150 $)) 57)) (-3969 (((-3 $ "failed") $ |#2|) 204) (((-3 $ "failed") $ $) 207)) (-2855 (($ $) 237)) (-3795 (((-756) $) 219)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 229)) (-1721 ((|#2| (-1237 $)) NIL) ((|#2|) 91)) (-3096 (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) 113) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) NIL) (($ $ (-756)) NIL) (($ $) NIL)) (-3521 (((-1150 |#2|)) 114)) (-2467 (($ $) 246)) (-2318 (($ $) 240)) (-3464 (((-1237 |#2|) $ (-1237 $)) 128) (((-673 |#2|) (-1237 $) (-1237 $)) NIL) (((-1237 |#2|) $) 110) (((-673 |#2|) (-1237 $)) NIL)) (-1522 (((-1237 |#2|) $) NIL) (($ (-1237 |#2|)) NIL) (((-1150 |#2|) $) NIL) (($ (-1150 |#2|)) NIL) (((-873 (-552)) $) 177) (((-873 (-373)) $) 181) (((-166 (-373)) $) 167) (((-166 (-220)) $) 162) (((-528) $) 173)) (-2074 (($ $) 98)) (-3213 (((-844) $) 138) (($ (-552)) NIL) (($ |#2|) NIL) (($ (-401 (-552))) NIL) (($ $) NIL)) (-3767 (((-1150 |#2|) $) 23)) (-2014 (((-756)) 100)) (-3843 (($ $) 250)) (-2409 (($ $) 244)) (-2530 (($ $) 248)) (-2382 (($ $) 242)) (-1350 ((|#2| $) 233)) (-2543 (($ $) 249)) (-2395 (($ $) 243)) (-1578 (($ $) 157)) (-1613 (((-111) $ $) 104)) (-1632 (((-111) $ $) 193)) (-1709 (($ $) 106) (($ $ $) NIL)) (-1698 (($ $ $) 105)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-401 (-552))) 267) (($ $ $) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 112) (($ $ $) 142) (($ $ |#2|) NIL) (($ |#2| $) 108) (($ (-401 (-552)) $) NIL) (($ $ (-401 (-552))) NIL)))
-(((-162 |#1| |#2|) (-10 -8 (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3213 (|#1| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2245 ((-2 (|:| -3784 |#1|) (|:| -4355 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3795 ((-756) |#1|)) (-15 -1670 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -3987 (|#1| |#1| |#1|)) (-15 -4006 (|#1| |#1| |#1|)) (-15 -3701 (|#1| |#1|)) (-15 ** (|#1| |#1| (-552))) (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1632 ((-111) |#1| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -1522 ((-166 (-220)) |#1|)) (-15 -1522 ((-166 (-373)) |#1|)) (-15 -2332 (|#1| |#1|)) (-15 -2305 (|#1| |#1|)) (-15 -2318 (|#1| |#1|)) (-15 -2395 (|#1| |#1|)) (-15 -2382 (|#1| |#1|)) (-15 -2409 (|#1| |#1|)) (-15 -2467 (|#1| |#1|)) (-15 -2455 (|#1| |#1|)) (-15 -2478 (|#1| |#1|)) (-15 -2543 (|#1| |#1|)) (-15 -2530 (|#1| |#1|)) (-15 -3843 (|#1| |#1|)) (-15 -2430 (|#1| |#1|)) (-15 -2855 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4043 (|#1|)) (-15 ** (|#1| |#1| (-401 (-552)))) (-15 -1528 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1848 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1704 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|))) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -2163 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -1350 (|#2| |#1|)) (-15 -1578 (|#1| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2074 (|#1| |#1|)) (-15 -2650 (|#1|)) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -2214 ((-870 (-373) |#1|) |#1| (-873 (-373)) (-870 (-373) |#1|))) (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|))) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3884 ((-3 |#1| "failed") (-401 (-1150 |#2|)))) (-15 -3874 ((-1150 |#2|) |#1|)) (-15 -1522 (|#1| (-1150 |#2|))) (-15 -3884 (|#1| (-1150 |#2|))) (-15 -3521 ((-1150 |#2|))) (-15 -2714 ((-673 |#2|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1522 ((-1150 |#2|) |#1|)) (-15 -1721 (|#2|)) (-15 -1522 (|#1| (-1237 |#2|))) (-15 -1522 ((-1237 |#2|) |#1|)) (-15 -3464 ((-673 |#2|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1|)) (-15 -2169 ((-1150 |#2|) |#1|)) (-15 -3767 ((-1150 |#2|) |#1|)) (-15 -1721 (|#2| (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -4346 (|#2| |#1|)) (-15 -1549 (|#2| |#1|)) (-15 -2128 ((-902))) (-15 -3213 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 ** (|#1| |#1| (-756))) (-15 -1293 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-902))) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|))) (-163 |#2|) (-169)) (T -162))
-((-2014 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-756)) (-5 *1 (-162 *3 *4)) (-4 *3 (-163 *4)))) (-2128 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-902)) (-5 *1 (-162 *3 *4)) (-4 *3 (-163 *4)))) (-1721 (*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-162 *3 *2)) (-4 *3 (-163 *2)))) (-3521 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-1150 *4)) (-5 *1 (-162 *3 *4)) (-4 *3 (-163 *4)))))
-(-10 -8 (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3213 (|#1| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2245 ((-2 (|:| -3784 |#1|) (|:| -4355 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3795 ((-756) |#1|)) (-15 -1670 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -3987 (|#1| |#1| |#1|)) (-15 -4006 (|#1| |#1| |#1|)) (-15 -3701 (|#1| |#1|)) (-15 ** (|#1| |#1| (-552))) (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1632 ((-111) |#1| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -1522 ((-166 (-220)) |#1|)) (-15 -1522 ((-166 (-373)) |#1|)) (-15 -2332 (|#1| |#1|)) (-15 -2305 (|#1| |#1|)) (-15 -2318 (|#1| |#1|)) (-15 -2395 (|#1| |#1|)) (-15 -2382 (|#1| |#1|)) (-15 -2409 (|#1| |#1|)) (-15 -2467 (|#1| |#1|)) (-15 -2455 (|#1| |#1|)) (-15 -2478 (|#1| |#1|)) (-15 -2543 (|#1| |#1|)) (-15 -2530 (|#1| |#1|)) (-15 -3843 (|#1| |#1|)) (-15 -2430 (|#1| |#1|)) (-15 -2855 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4043 (|#1|)) (-15 ** (|#1| |#1| (-401 (-552)))) (-15 -1528 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1848 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1704 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|))) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -2163 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -1350 (|#2| |#1|)) (-15 -1578 (|#1| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2074 (|#1| |#1|)) (-15 -2650 (|#1|)) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -2214 ((-870 (-373) |#1|) |#1| (-873 (-373)) (-870 (-373) |#1|))) (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|))) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3884 ((-3 |#1| "failed") (-401 (-1150 |#2|)))) (-15 -3874 ((-1150 |#2|) |#1|)) (-15 -1522 (|#1| (-1150 |#2|))) (-15 -3884 (|#1| (-1150 |#2|))) (-15 -3521 ((-1150 |#2|))) (-15 -2714 ((-673 |#2|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1522 ((-1150 |#2|) |#1|)) (-15 -1721 (|#2|)) (-15 -1522 (|#1| (-1237 |#2|))) (-15 -1522 ((-1237 |#2|) |#1|)) (-15 -3464 ((-673 |#2|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1|)) (-15 -2169 ((-1150 |#2|) |#1|)) (-15 -3767 ((-1150 |#2|) |#1|)) (-15 -1721 (|#2| (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -4346 (|#2| |#1|)) (-15 -1549 (|#2| |#1|)) (-15 -2128 ((-902))) (-15 -3213 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 ** (|#1| |#1| (-756))) (-15 -1293 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-902))) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 91 (-4029 (|has| |#1| (-544)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))) (-3303 (($ $) 92 (-4029 (|has| |#1| (-544)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))) (-1334 (((-111) $) 94 (-4029 (|has| |#1| (-544)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))) (-2977 (((-673 |#1|) (-1237 $)) 44) (((-673 |#1|)) 59)) (-1549 ((|#1| $) 50)) (-2478 (($ $) 225 (|has| |#1| (-1176)))) (-2332 (($ $) 208 (|has| |#1| (-1176)))) (-1271 (((-1164 (-902) (-756)) (-552)) 144 (|has| |#1| (-343)))) (-4012 (((-3 $ "failed") $ $) 19)) (-1472 (((-412 (-1150 $)) (-1150 $)) 239 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (-4116 (($ $) 111 (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-357))))) (-3343 (((-412 $) $) 112 (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-357))))) (-3489 (($ $) 238 (-12 (|has| |#1| (-983)) (|has| |#1| (-1176))))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 242 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (-2393 (((-111) $ $) 102 (|has| |#1| (-301)))) (-2663 (((-756)) 85 (|has| |#1| (-362)))) (-2455 (($ $) 224 (|has| |#1| (-1176)))) (-2305 (($ $) 209 (|has| |#1| (-1176)))) (-2506 (($ $) 223 (|has| |#1| (-1176)))) (-2359 (($ $) 210 (|has| |#1| (-1176)))) (-2130 (($) 17 T CONST)) (-1393 (((-3 (-552) "failed") $) 166 (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 164 (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 163)) (-2832 (((-552) $) 167 (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) 165 (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 162)) (-4278 (($ (-1237 |#1|) (-1237 $)) 46) (($ (-1237 |#1|)) 62)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) 150 (|has| |#1| (-343)))) (-4006 (($ $ $) 106 (|has| |#1| (-301)))) (-3584 (((-673 |#1|) $ (-1237 $)) 51) (((-673 |#1|) $) 57)) (-2714 (((-673 (-552)) (-673 $)) 161 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 160 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 159) (((-673 |#1|) (-673 $)) 158)) (-3884 (($ (-1150 |#1|)) 155) (((-3 $ "failed") (-401 (-1150 |#1|))) 152 (|has| |#1| (-357)))) (-1293 (((-3 $ "failed") $) 32)) (-3499 ((|#1| $) 250)) (-2674 (((-3 (-401 (-552)) "failed") $) 243 (|has| |#1| (-537)))) (-2443 (((-111) $) 245 (|has| |#1| (-537)))) (-3777 (((-401 (-552)) $) 244 (|has| |#1| (-537)))) (-2128 (((-902)) 52)) (-1332 (($) 88 (|has| |#1| (-362)))) (-3987 (($ $ $) 105 (|has| |#1| (-301)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 100 (|has| |#1| (-301)))) (-4000 (($) 146 (|has| |#1| (-343)))) (-3504 (((-111) $) 147 (|has| |#1| (-343)))) (-1788 (($ $ (-756)) 138 (|has| |#1| (-343))) (($ $) 137 (|has| |#1| (-343)))) (-1677 (((-111) $) 113 (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-357))))) (-2163 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 246 (-12 (|has| |#1| (-1039)) (|has| |#1| (-1176))))) (-4043 (($) 235 (|has| |#1| (-1176)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 258 (|has| |#1| (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 257 (|has| |#1| (-867 (-373))))) (-4241 (((-902) $) 149 (|has| |#1| (-343))) (((-818 (-902)) $) 135 (|has| |#1| (-343)))) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 237 (-12 (|has| |#1| (-983)) (|has| |#1| (-1176))))) (-4346 ((|#1| $) 49)) (-2032 (((-3 $ "failed") $) 139 (|has| |#1| (-343)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 109 (|has| |#1| (-301)))) (-2169 (((-1150 |#1|) $) 42 (|has| |#1| (-357)))) (-1772 (($ $ $) 204 (|has| |#1| (-832)))) (-2011 (($ $ $) 203 (|has| |#1| (-832)))) (-1477 (($ (-1 |#1| |#1|) $) 259)) (-1637 (((-902) $) 87 (|has| |#1| (-362)))) (-2430 (($ $) 232 (|has| |#1| (-1176)))) (-3874 (((-1150 |#1|) $) 153)) (-2552 (($ (-629 $)) 98 (-4029 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (($ $ $) 97 (-4029 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))) (-2623 (((-1136) $) 9)) (-3701 (($ $) 114 (|has| |#1| (-357)))) (-1977 (($) 140 (|has| |#1| (-343)) CONST)) (-2840 (($ (-902)) 86 (|has| |#1| (-362)))) (-2650 (($) 254)) (-3509 ((|#1| $) 251)) (-2876 (((-1098) $) 10)) (-4126 (($) 157)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 99 (-4029 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))) (-2594 (($ (-629 $)) 96 (-4029 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (($ $ $) 95 (-4029 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) 143 (|has| |#1| (-343)))) (-1848 (((-412 (-1150 $)) (-1150 $)) 241 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (-1528 (((-412 (-1150 $)) (-1150 $)) 240 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (-3479 (((-412 $) $) 110 (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-357))))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 108 (|has| |#1| (-301))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 107 (|has| |#1| (-301)))) (-3969 (((-3 $ "failed") $ |#1|) 249 (|has| |#1| (-544))) (((-3 $ "failed") $ $) 90 (-4029 (|has| |#1| (-544)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 101 (|has| |#1| (-301)))) (-2855 (($ $) 233 (|has| |#1| (-1176)))) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) 265 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 264 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 263 (|has| |#1| (-303 |#1|))) (($ $ (-629 (-288 |#1|))) 262 (|has| |#1| (-303 |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) 261 (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) |#1|) 260 (|has| |#1| (-506 (-1154) |#1|)))) (-3795 (((-756) $) 103 (|has| |#1| (-301)))) (-2060 (($ $ |#1|) 266 (|has| |#1| (-280 |#1| |#1|)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 104 (|has| |#1| (-301)))) (-1721 ((|#1| (-1237 $)) 45) ((|#1|) 58)) (-4147 (((-756) $) 148 (|has| |#1| (-343))) (((-3 (-756) "failed") $ $) 136 (|has| |#1| (-343)))) (-3096 (($ $ (-1 |#1| |#1|) (-756)) 120) (($ $ (-1 |#1| |#1|)) 119) (($ $ (-629 (-1154)) (-629 (-756))) 127 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 128 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 129 (|has| |#1| (-881 (-1154)))) (($ $ (-1154)) 130 (|has| |#1| (-881 (-1154)))) (($ $ (-756)) 132 (-4029 (-3792 (|has| |#1| (-357)) (|has| |#1| (-228))) (|has| |#1| (-228)) (-3792 (|has| |#1| (-228)) (|has| |#1| (-357))))) (($ $) 134 (-4029 (-3792 (|has| |#1| (-357)) (|has| |#1| (-228))) (|has| |#1| (-228)) (-3792 (|has| |#1| (-228)) (|has| |#1| (-357)))))) (-1433 (((-673 |#1|) (-1237 $) (-1 |#1| |#1|)) 151 (|has| |#1| (-357)))) (-3521 (((-1150 |#1|)) 156)) (-2518 (($ $) 222 (|has| |#1| (-1176)))) (-2370 (($ $) 211 (|has| |#1| (-1176)))) (-1368 (($) 145 (|has| |#1| (-343)))) (-2492 (($ $) 221 (|has| |#1| (-1176)))) (-2346 (($ $) 212 (|has| |#1| (-1176)))) (-2467 (($ $) 220 (|has| |#1| (-1176)))) (-2318 (($ $) 213 (|has| |#1| (-1176)))) (-3464 (((-1237 |#1|) $ (-1237 $)) 48) (((-673 |#1|) (-1237 $) (-1237 $)) 47) (((-1237 |#1|) $) 64) (((-673 |#1|) (-1237 $)) 63)) (-1522 (((-1237 |#1|) $) 61) (($ (-1237 |#1|)) 60) (((-1150 |#1|) $) 168) (($ (-1150 |#1|)) 154) (((-873 (-552)) $) 256 (|has| |#1| (-600 (-873 (-552))))) (((-873 (-373)) $) 255 (|has| |#1| (-600 (-873 (-373))))) (((-166 (-373)) $) 207 (|has| |#1| (-1003))) (((-166 (-220)) $) 206 (|has| |#1| (-1003))) (((-528) $) 205 (|has| |#1| (-600 (-528))))) (-2074 (($ $) 253)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 142 (-4029 (-3792 (|has| $ (-142)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))) (|has| |#1| (-343))))) (-4320 (($ |#1| |#1|) 252)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 35) (($ (-401 (-552))) 84 (-4029 (|has| |#1| (-357)) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) 89 (-4029 (|has| |#1| (-544)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))) (-3878 (($ $) 141 (|has| |#1| (-343))) (((-3 $ "failed") $) 41 (-4029 (-3792 (|has| $ (-142)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))) (|has| |#1| (-142))))) (-3767 (((-1150 |#1|) $) 43)) (-2014 (((-756)) 28)) (-4199 (((-1237 $)) 65)) (-3843 (($ $) 231 (|has| |#1| (-1176)))) (-2409 (($ $) 219 (|has| |#1| (-1176)))) (-3589 (((-111) $ $) 93 (-4029 (|has| |#1| (-544)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))) (-2530 (($ $) 230 (|has| |#1| (-1176)))) (-2382 (($ $) 218 (|has| |#1| (-1176)))) (-3863 (($ $) 229 (|has| |#1| (-1176)))) (-2433 (($ $) 217 (|has| |#1| (-1176)))) (-1350 ((|#1| $) 247 (|has| |#1| (-1176)))) (-3013 (($ $) 228 (|has| |#1| (-1176)))) (-2444 (($ $) 216 (|has| |#1| (-1176)))) (-3853 (($ $) 227 (|has| |#1| (-1176)))) (-2420 (($ $) 215 (|has| |#1| (-1176)))) (-2543 (($ $) 226 (|has| |#1| (-1176)))) (-2395 (($ $) 214 (|has| |#1| (-1176)))) (-1578 (($ $) 248 (|has| |#1| (-1039)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-1 |#1| |#1|) (-756)) 122) (($ $ (-1 |#1| |#1|)) 121) (($ $ (-629 (-1154)) (-629 (-756))) 123 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 124 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 125 (|has| |#1| (-881 (-1154)))) (($ $ (-1154)) 126 (|has| |#1| (-881 (-1154)))) (($ $ (-756)) 131 (-4029 (-3792 (|has| |#1| (-357)) (|has| |#1| (-228))) (|has| |#1| (-228)) (-3792 (|has| |#1| (-228)) (|has| |#1| (-357))))) (($ $) 133 (-4029 (-3792 (|has| |#1| (-357)) (|has| |#1| (-228))) (|has| |#1| (-228)) (-3792 (|has| |#1| (-228)) (|has| |#1| (-357)))))) (-1666 (((-111) $ $) 201 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 200 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 202 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 199 (|has| |#1| (-832)))) (-1720 (($ $ $) 118 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-401 (-552))) 236 (-12 (|has| |#1| (-983)) (|has| |#1| (-1176)))) (($ $ $) 234 (|has| |#1| (-1176))) (($ $ (-552)) 115 (|has| |#1| (-357)))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36) (($ (-401 (-552)) $) 117 (|has| |#1| (-357))) (($ $ (-401 (-552))) 116 (|has| |#1| (-357)))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 17) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-630 (-1114)) $) 9)) (-1614 (((-111) $ $) NIL)))
+(((-158) (-13 (-1062) (-10 -8 (-15 -4300 ((-630 (-1114)) $))))) (T -158))
+((-4300 (*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-158)))))
+(-13 (-1062) (-10 -8 (-15 -4300 ((-630 (-1114)) $))))
+((-3200 (((-111) $ $) NIL)) (-3869 (($ (-553)) 13) (($ $ $) 14)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 17)) (-1614 (((-111) $ $) 9)))
+(((-159) (-13 (-1079) (-10 -8 (-15 -3869 ($ (-553))) (-15 -3869 ($ $ $))))) (T -159))
+((-3869 (*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-159)))) (-3869 (*1 *1 *1 *1) (-5 *1 (-159))))
+(-13 (-1079) (-10 -8 (-15 -3869 ($ (-553))) (-15 -3869 ($ $ $))))
+((-4155 (((-113) (-1155)) 97)))
+(((-160) (-10 -7 (-15 -4155 ((-113) (-1155))))) (T -160))
+((-4155 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-113)) (-5 *1 (-160)))))
+(-10 -7 (-15 -4155 ((-113) (-1155))))
+((-3504 ((|#3| |#3|) 19)))
+(((-161 |#1| |#2| |#3|) (-10 -7 (-15 -3504 (|#3| |#3|))) (-1031) (-1214 |#1|) (-1214 |#2|)) (T -161))
+((-3504 (*1 *2 *2) (-12 (-4 *3 (-1031)) (-4 *4 (-1214 *3)) (-5 *1 (-161 *3 *4 *2)) (-4 *2 (-1214 *4)))))
+(-10 -7 (-15 -3504 (|#3| |#3|)))
+((-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 217)) (-1550 ((|#2| $) 96)) (-2479 (($ $) 247)) (-2333 (($ $) 241)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 40)) (-2456 (($ $) 245)) (-2306 (($ $) 239)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 |#2| "failed") $) 141)) (-2831 (((-553) $) NIL) (((-401 (-553)) $) NIL) ((|#2| $) 139)) (-4005 (($ $ $) 222)) (-3698 (((-674 (-553)) (-674 $)) NIL) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) 155) (((-674 |#2|) (-674 $)) 149)) (-3883 (($ (-1151 |#2|)) 119) (((-3 $ "failed") (-401 (-1151 |#2|))) NIL)) (-3889 (((-3 $ "failed") $) 209)) (-1402 (((-3 (-401 (-553)) "failed") $) 199)) (-3054 (((-111) $) 194)) (-3731 (((-401 (-553)) $) 197)) (-2129 (((-903)) 89)) (-3986 (($ $ $) 224)) (-2242 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 261)) (-4041 (($) 236)) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 186) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 191)) (-4233 ((|#2| $) 94)) (-2309 (((-1151 |#2|) $) 121)) (-1478 (($ (-1 |#2| |#2|) $) 102)) (-2431 (($ $) 238)) (-3873 (((-1151 |#2|) $) 120)) (-3700 (($ $) 202)) (-4303 (($) 97)) (-2114 (((-412 (-1151 $)) (-1151 $)) 88)) (-2098 (((-412 (-1151 $)) (-1151 $)) 57)) (-3968 (((-3 $ "failed") $ |#2|) 204) (((-3 $ "failed") $ $) 207)) (-2854 (($ $) 237)) (-3879 (((-757) $) 219)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 229)) (-3488 ((|#2| (-1238 $)) NIL) ((|#2|) 91)) (-3095 (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) 113) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) NIL) (($ $ (-757)) NIL) (($ $) NIL)) (-3035 (((-1151 |#2|)) 114)) (-2468 (($ $) 246)) (-2319 (($ $) 240)) (-3693 (((-1238 |#2|) $ (-1238 $)) 128) (((-674 |#2|) (-1238 $) (-1238 $)) NIL) (((-1238 |#2|) $) 110) (((-674 |#2|) (-1238 $)) NIL)) (-1523 (((-1238 |#2|) $) NIL) (($ (-1238 |#2|)) NIL) (((-1151 |#2|) $) NIL) (($ (-1151 |#2|)) NIL) (((-874 (-553)) $) 177) (((-874 (-373)) $) 181) (((-166 (-373)) $) 167) (((-166 (-220)) $) 162) (((-529) $) 173)) (-3830 (($ $) 98)) (-3212 (((-845) $) 138) (($ (-553)) NIL) (($ |#2|) NIL) (($ (-401 (-553))) NIL) (($ $) NIL)) (-3636 (((-1151 |#2|) $) 23)) (-1348 (((-757)) 100)) (-3842 (($ $) 250)) (-2410 (($ $) 244)) (-2529 (($ $) 248)) (-2383 (($ $) 242)) (-3069 ((|#2| $) 233)) (-2542 (($ $) 249)) (-2396 (($ $) 243)) (-1411 (($ $) 157)) (-1614 (((-111) $ $) 104)) (-1633 (((-111) $ $) 193)) (-1710 (($ $) 106) (($ $ $) NIL)) (-1699 (($ $ $) 105)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-401 (-553))) 267) (($ $ $) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 112) (($ $ $) 142) (($ $ |#2|) NIL) (($ |#2| $) 108) (($ (-401 (-553)) $) NIL) (($ $ (-401 (-553))) NIL)))
+(((-162 |#1| |#2|) (-10 -8 (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3212 (|#1| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1690 ((-2 (|:| -3795 |#1|) (|:| -4356 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3879 ((-757) |#1|)) (-15 -4203 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -3986 (|#1| |#1| |#1|)) (-15 -4005 (|#1| |#1| |#1|)) (-15 -3700 (|#1| |#1|)) (-15 ** (|#1| |#1| (-553))) (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1633 ((-111) |#1| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1523 ((-166 (-220)) |#1|)) (-15 -1523 ((-166 (-373)) |#1|)) (-15 -2333 (|#1| |#1|)) (-15 -2306 (|#1| |#1|)) (-15 -2319 (|#1| |#1|)) (-15 -2396 (|#1| |#1|)) (-15 -2383 (|#1| |#1|)) (-15 -2410 (|#1| |#1|)) (-15 -2468 (|#1| |#1|)) (-15 -2456 (|#1| |#1|)) (-15 -2479 (|#1| |#1|)) (-15 -2542 (|#1| |#1|)) (-15 -2529 (|#1| |#1|)) (-15 -3842 (|#1| |#1|)) (-15 -2431 (|#1| |#1|)) (-15 -2854 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4041 (|#1|)) (-15 ** (|#1| |#1| (-401 (-553)))) (-15 -2098 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -2114 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -3350 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|))) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -2242 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -3069 (|#2| |#1|)) (-15 -1411 (|#1| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3830 (|#1| |#1|)) (-15 -4303 (|#1|)) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -2724 ((-871 (-373) |#1|) |#1| (-874 (-373)) (-871 (-373) |#1|))) (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|))) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3883 ((-3 |#1| "failed") (-401 (-1151 |#2|)))) (-15 -3873 ((-1151 |#2|) |#1|)) (-15 -1523 (|#1| (-1151 |#2|))) (-15 -3883 (|#1| (-1151 |#2|))) (-15 -3035 ((-1151 |#2|))) (-15 -3698 ((-674 |#2|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -1523 ((-1151 |#2|) |#1|)) (-15 -3488 (|#2|)) (-15 -1523 (|#1| (-1238 |#2|))) (-15 -1523 ((-1238 |#2|) |#1|)) (-15 -3693 ((-674 |#2|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1|)) (-15 -2309 ((-1151 |#2|) |#1|)) (-15 -3636 ((-1151 |#2|) |#1|)) (-15 -3488 (|#2| (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -4233 (|#2| |#1|)) (-15 -1550 (|#2| |#1|)) (-15 -2129 ((-903))) (-15 -3212 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 ** (|#1| |#1| (-757))) (-15 -3889 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-903))) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|)) (-15 -1699 (|#1| |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|))) (-163 |#2|) (-169)) (T -162))
+((-1348 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-757)) (-5 *1 (-162 *3 *4)) (-4 *3 (-163 *4)))) (-2129 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-903)) (-5 *1 (-162 *3 *4)) (-4 *3 (-163 *4)))) (-3488 (*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-162 *3 *2)) (-4 *3 (-163 *2)))) (-3035 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-1151 *4)) (-5 *1 (-162 *3 *4)) (-4 *3 (-163 *4)))))
+(-10 -8 (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3212 (|#1| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1690 ((-2 (|:| -3795 |#1|) (|:| -4356 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3879 ((-757) |#1|)) (-15 -4203 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -3986 (|#1| |#1| |#1|)) (-15 -4005 (|#1| |#1| |#1|)) (-15 -3700 (|#1| |#1|)) (-15 ** (|#1| |#1| (-553))) (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1633 ((-111) |#1| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1523 ((-166 (-220)) |#1|)) (-15 -1523 ((-166 (-373)) |#1|)) (-15 -2333 (|#1| |#1|)) (-15 -2306 (|#1| |#1|)) (-15 -2319 (|#1| |#1|)) (-15 -2396 (|#1| |#1|)) (-15 -2383 (|#1| |#1|)) (-15 -2410 (|#1| |#1|)) (-15 -2468 (|#1| |#1|)) (-15 -2456 (|#1| |#1|)) (-15 -2479 (|#1| |#1|)) (-15 -2542 (|#1| |#1|)) (-15 -2529 (|#1| |#1|)) (-15 -3842 (|#1| |#1|)) (-15 -2431 (|#1| |#1|)) (-15 -2854 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4041 (|#1|)) (-15 ** (|#1| |#1| (-401 (-553)))) (-15 -2098 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -2114 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -3350 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|))) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -2242 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -3069 (|#2| |#1|)) (-15 -1411 (|#1| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3830 (|#1| |#1|)) (-15 -4303 (|#1|)) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -2724 ((-871 (-373) |#1|) |#1| (-874 (-373)) (-871 (-373) |#1|))) (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|))) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3883 ((-3 |#1| "failed") (-401 (-1151 |#2|)))) (-15 -3873 ((-1151 |#2|) |#1|)) (-15 -1523 (|#1| (-1151 |#2|))) (-15 -3883 (|#1| (-1151 |#2|))) (-15 -3035 ((-1151 |#2|))) (-15 -3698 ((-674 |#2|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -1523 ((-1151 |#2|) |#1|)) (-15 -3488 (|#2|)) (-15 -1523 (|#1| (-1238 |#2|))) (-15 -1523 ((-1238 |#2|) |#1|)) (-15 -3693 ((-674 |#2|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1|)) (-15 -2309 ((-1151 |#2|) |#1|)) (-15 -3636 ((-1151 |#2|) |#1|)) (-15 -3488 (|#2| (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -4233 (|#2| |#1|)) (-15 -1550 (|#2| |#1|)) (-15 -2129 ((-903))) (-15 -3212 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 ** (|#1| |#1| (-757))) (-15 -3889 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-903))) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|)) (-15 -1699 (|#1| |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 91 (-4028 (|has| |#1| (-545)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))) (-2723 (($ $) 92 (-4028 (|has| |#1| (-545)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))) (-2157 (((-111) $) 94 (-4028 (|has| |#1| (-545)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))) (-1311 (((-674 |#1|) (-1238 $)) 44) (((-674 |#1|)) 59)) (-1550 ((|#1| $) 50)) (-2479 (($ $) 225 (|has| |#1| (-1177)))) (-2333 (($ $) 208 (|has| |#1| (-1177)))) (-3398 (((-1165 (-903) (-757)) (-553)) 144 (|has| |#1| (-343)))) (-4123 (((-3 $ "failed") $ $) 19)) (-2873 (((-412 (-1151 $)) (-1151 $)) 239 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (-3837 (($ $) 111 (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-357))))) (-1807 (((-412 $) $) 112 (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-357))))) (-3487 (($ $) 238 (-12 (|has| |#1| (-984)) (|has| |#1| (-1177))))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 242 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (-3816 (((-111) $ $) 102 (|has| |#1| (-301)))) (-2662 (((-757)) 85 (|has| |#1| (-362)))) (-2456 (($ $) 224 (|has| |#1| (-1177)))) (-2306 (($ $) 209 (|has| |#1| (-1177)))) (-2505 (($ $) 223 (|has| |#1| (-1177)))) (-2360 (($ $) 210 (|has| |#1| (-1177)))) (-3203 (($) 17 T CONST)) (-1394 (((-3 (-553) "failed") $) 167 (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 165 (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 162)) (-2831 (((-553) $) 166 (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) 164 (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 163)) (-1676 (($ (-1238 |#1|) (-1238 $)) 46) (($ (-1238 |#1|)) 62)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) 150 (|has| |#1| (-343)))) (-4005 (($ $ $) 106 (|has| |#1| (-301)))) (-2392 (((-674 |#1|) $ (-1238 $)) 51) (((-674 |#1|) $) 57)) (-3698 (((-674 (-553)) (-674 $)) 161 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 160 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 159) (((-674 |#1|) (-674 $)) 158)) (-3883 (($ (-1151 |#1|)) 155) (((-3 $ "failed") (-401 (-1151 |#1|))) 152 (|has| |#1| (-357)))) (-3889 (((-3 $ "failed") $) 32)) (-3498 ((|#1| $) 250)) (-1402 (((-3 (-401 (-553)) "failed") $) 243 (|has| |#1| (-538)))) (-3054 (((-111) $) 245 (|has| |#1| (-538)))) (-3731 (((-401 (-553)) $) 244 (|has| |#1| (-538)))) (-2129 (((-903)) 52)) (-1333 (($) 88 (|has| |#1| (-362)))) (-3986 (($ $ $) 105 (|has| |#1| (-301)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 100 (|has| |#1| (-301)))) (-2091 (($) 146 (|has| |#1| (-343)))) (-2879 (((-111) $) 147 (|has| |#1| (-343)))) (-2865 (($ $ (-757)) 138 (|has| |#1| (-343))) (($ $) 137 (|has| |#1| (-343)))) (-4268 (((-111) $) 113 (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-357))))) (-2242 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 246 (-12 (|has| |#1| (-1040)) (|has| |#1| (-1177))))) (-4041 (($) 235 (|has| |#1| (-1177)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 258 (|has| |#1| (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 257 (|has| |#1| (-868 (-373))))) (-2592 (((-903) $) 149 (|has| |#1| (-343))) (((-819 (-903)) $) 135 (|has| |#1| (-343)))) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 237 (-12 (|has| |#1| (-984)) (|has| |#1| (-1177))))) (-4233 ((|#1| $) 49)) (-3464 (((-3 $ "failed") $) 139 (|has| |#1| (-343)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 109 (|has| |#1| (-301)))) (-2309 (((-1151 |#1|) $) 42 (|has| |#1| (-357)))) (-1773 (($ $ $) 204 (|has| |#1| (-833)))) (-2012 (($ $ $) 203 (|has| |#1| (-833)))) (-1478 (($ (-1 |#1| |#1|) $) 259)) (-3941 (((-903) $) 87 (|has| |#1| (-362)))) (-2431 (($ $) 232 (|has| |#1| (-1177)))) (-3873 (((-1151 |#1|) $) 153)) (-2552 (($ (-630 $)) 98 (-4028 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (($ $ $) 97 (-4028 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))) (-4056 (((-1137) $) 9)) (-3700 (($ $) 114 (|has| |#1| (-357)))) (-1979 (($) 140 (|has| |#1| (-343)) CONST)) (-2839 (($ (-903)) 86 (|has| |#1| (-362)))) (-4303 (($) 254)) (-3508 ((|#1| $) 251)) (-2875 (((-1099) $) 10)) (-4125 (($) 157)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 99 (-4028 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))) (-2591 (($ (-630 $)) 96 (-4028 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (($ $ $) 95 (-4028 (|has| |#1| (-301)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) 143 (|has| |#1| (-343)))) (-2114 (((-412 (-1151 $)) (-1151 $)) 241 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (-2098 (((-412 (-1151 $)) (-1151 $)) 240 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (-3476 (((-412 $) $) 110 (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-357))))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 108 (|has| |#1| (-301))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 107 (|has| |#1| (-301)))) (-3968 (((-3 $ "failed") $ |#1|) 249 (|has| |#1| (-545))) (((-3 $ "failed") $ $) 90 (-4028 (|has| |#1| (-545)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 101 (|has| |#1| (-301)))) (-2854 (($ $) 233 (|has| |#1| (-1177)))) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) 265 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 264 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 263 (|has| |#1| (-303 |#1|))) (($ $ (-630 (-288 |#1|))) 262 (|has| |#1| (-303 |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) 261 (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) |#1|) 260 (|has| |#1| (-507 (-1155) |#1|)))) (-3879 (((-757) $) 103 (|has| |#1| (-301)))) (-2061 (($ $ |#1|) 266 (|has| |#1| (-280 |#1| |#1|)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 104 (|has| |#1| (-301)))) (-3488 ((|#1| (-1238 $)) 45) ((|#1|) 58)) (-2916 (((-757) $) 148 (|has| |#1| (-343))) (((-3 (-757) "failed") $ $) 136 (|has| |#1| (-343)))) (-3095 (($ $ (-1 |#1| |#1|) (-757)) 120) (($ $ (-1 |#1| |#1|)) 119) (($ $ (-630 (-1155)) (-630 (-757))) 127 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 128 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 129 (|has| |#1| (-882 (-1155)))) (($ $ (-1155)) 130 (|has| |#1| (-882 (-1155)))) (($ $ (-757)) 132 (-4028 (-3791 (|has| |#1| (-357)) (|has| |#1| (-228))) (|has| |#1| (-228)) (-3791 (|has| |#1| (-228)) (|has| |#1| (-357))))) (($ $) 134 (-4028 (-3791 (|has| |#1| (-357)) (|has| |#1| (-228))) (|has| |#1| (-228)) (-3791 (|has| |#1| (-228)) (|has| |#1| (-357)))))) (-3759 (((-674 |#1|) (-1238 $) (-1 |#1| |#1|)) 151 (|has| |#1| (-357)))) (-3035 (((-1151 |#1|)) 156)) (-2517 (($ $) 222 (|has| |#1| (-1177)))) (-2371 (($ $) 211 (|has| |#1| (-1177)))) (-3529 (($) 145 (|has| |#1| (-343)))) (-2492 (($ $) 221 (|has| |#1| (-1177)))) (-2347 (($ $) 212 (|has| |#1| (-1177)))) (-2468 (($ $) 220 (|has| |#1| (-1177)))) (-2319 (($ $) 213 (|has| |#1| (-1177)))) (-3693 (((-1238 |#1|) $ (-1238 $)) 48) (((-674 |#1|) (-1238 $) (-1238 $)) 47) (((-1238 |#1|) $) 64) (((-674 |#1|) (-1238 $)) 63)) (-1523 (((-1238 |#1|) $) 61) (($ (-1238 |#1|)) 60) (((-1151 |#1|) $) 168) (($ (-1151 |#1|)) 154) (((-874 (-553)) $) 256 (|has| |#1| (-601 (-874 (-553))))) (((-874 (-373)) $) 255 (|has| |#1| (-601 (-874 (-373))))) (((-166 (-373)) $) 207 (|has| |#1| (-1004))) (((-166 (-220)) $) 206 (|has| |#1| (-1004))) (((-529) $) 205 (|has| |#1| (-601 (-529))))) (-3830 (($ $) 253)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 142 (-4028 (-3791 (|has| $ (-142)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))) (|has| |#1| (-343))))) (-4321 (($ |#1| |#1|) 252)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 35) (($ (-401 (-553))) 84 (-4028 (|has| |#1| (-357)) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) 89 (-4028 (|has| |#1| (-545)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))) (-2234 (($ $) 141 (|has| |#1| (-343))) (((-3 $ "failed") $) 41 (-4028 (-3791 (|has| $ (-142)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))) (|has| |#1| (-142))))) (-3636 (((-1151 |#1|) $) 43)) (-1348 (((-757)) 28)) (-3428 (((-1238 $)) 65)) (-3842 (($ $) 231 (|has| |#1| (-1177)))) (-2410 (($ $) 219 (|has| |#1| (-1177)))) (-2453 (((-111) $ $) 93 (-4028 (|has| |#1| (-545)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))) (-2529 (($ $) 230 (|has| |#1| (-1177)))) (-2383 (($ $) 218 (|has| |#1| (-1177)))) (-3862 (($ $) 229 (|has| |#1| (-1177)))) (-2434 (($ $) 217 (|has| |#1| (-1177)))) (-3069 ((|#1| $) 247 (|has| |#1| (-1177)))) (-3013 (($ $) 228 (|has| |#1| (-1177)))) (-2445 (($ $) 216 (|has| |#1| (-1177)))) (-3852 (($ $) 227 (|has| |#1| (-1177)))) (-2421 (($ $) 215 (|has| |#1| (-1177)))) (-2542 (($ $) 226 (|has| |#1| (-1177)))) (-2396 (($ $) 214 (|has| |#1| (-1177)))) (-1411 (($ $) 248 (|has| |#1| (-1040)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-1 |#1| |#1|) (-757)) 122) (($ $ (-1 |#1| |#1|)) 121) (($ $ (-630 (-1155)) (-630 (-757))) 123 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 124 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 125 (|has| |#1| (-882 (-1155)))) (($ $ (-1155)) 126 (|has| |#1| (-882 (-1155)))) (($ $ (-757)) 131 (-4028 (-3791 (|has| |#1| (-357)) (|has| |#1| (-228))) (|has| |#1| (-228)) (-3791 (|has| |#1| (-228)) (|has| |#1| (-357))))) (($ $) 133 (-4028 (-3791 (|has| |#1| (-357)) (|has| |#1| (-228))) (|has| |#1| (-228)) (-3791 (|has| |#1| (-228)) (|has| |#1| (-357)))))) (-1667 (((-111) $ $) 201 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 200 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 202 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 199 (|has| |#1| (-833)))) (-1721 (($ $ $) 118 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-401 (-553))) 236 (-12 (|has| |#1| (-984)) (|has| |#1| (-1177)))) (($ $ $) 234 (|has| |#1| (-1177))) (($ $ (-553)) 115 (|has| |#1| (-357)))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36) (($ (-401 (-553)) $) 117 (|has| |#1| (-357))) (($ $ (-401 (-553))) 116 (|has| |#1| (-357)))))
(((-163 |#1|) (-137) (-169)) (T -163))
-((-4346 (*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-2650 (*1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-2074 (*1 *1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-4320 (*1 *1 *2 *2) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-3509 (*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-3499 (*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-3969 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-544)))) (-1578 (*1 *1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-1039)))) (-1350 (*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-1176)))) (-2163 (*1 *2 *1) (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-1039)) (-4 *3 (-1176)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-2443 (*1 *2 *1) (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-111)))) (-3777 (*1 *2 *1) (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-401 (-552))))) (-2674 (*1 *2 *1) (|partial| -12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-401 (-552))))))
-(-13 (-709 |t#1| (-1150 |t#1|)) (-405 |t#1|) (-226 |t#1|) (-332 |t#1|) (-394 |t#1|) (-865 |t#1|) (-371 |t#1|) (-169) (-10 -8 (-15 -2650 ($)) (-15 -2074 ($ $)) (-15 -4320 ($ |t#1| |t#1|)) (-15 -3509 (|t#1| $)) (-15 -3499 (|t#1| $)) (-15 -4346 (|t#1| $)) (IF (|has| |t#1| (-832)) (-6 (-832)) |%noBranch|) (IF (|has| |t#1| (-544)) (PROGN (-6 (-544)) (-15 -3969 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-301)) (-6 (-301)) |%noBranch|) (IF (|has| |t#1| (-6 -4367)) (-6 -4367) |%noBranch|) (IF (|has| |t#1| (-6 -4364)) (-6 -4364) |%noBranch|) (IF (|has| |t#1| (-357)) (-6 (-357)) |%noBranch|) (IF (|has| |t#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-1003)) (PROGN (-6 (-600 (-166 (-220)))) (-6 (-600 (-166 (-373))))) |%noBranch|) (IF (|has| |t#1| (-1039)) (-15 -1578 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1176)) (PROGN (-6 (-1176)) (-15 -1350 (|t#1| $)) (IF (|has| |t#1| (-983)) (-6 (-983)) |%noBranch|) (IF (|has| |t#1| (-1039)) (-15 -2163 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-537)) (PROGN (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-890)) (IF (|has| |t#1| (-301)) (-6 (-890)) |%noBranch|) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-38 |#1|) . T) ((-38 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-35) |has| |#1| (-1176)) ((-94) |has| |#1| (-1176)) ((-101) . T) ((-110 #0# #0#) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4029 (|has| |#1| (-343)) (|has| |#1| (-142))) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) . T) ((-600 (-166 (-220))) |has| |#1| (-1003)) ((-600 (-166 (-373))) |has| |#1| (-1003)) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-600 (-873 (-373))) |has| |#1| (-600 (-873 (-373)))) ((-600 (-873 (-552))) |has| |#1| (-600 (-873 (-552)))) ((-600 #1=(-1150 |#1|)) . T) ((-226 |#1|) . T) ((-228) -4029 (|has| |#1| (-343)) (|has| |#1| (-228))) ((-238) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-278) |has| |#1| (-1176)) ((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-284) -4029 (|has| |#1| (-544)) (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-301) -4029 (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-357) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-396) |has| |#1| (-343)) ((-362) -4029 (|has| |#1| (-362)) (|has| |#1| (-343))) ((-343) |has| |#1| (-343)) ((-364 |#1| #1#) . T) ((-403 |#1| #1#) . T) ((-332 |#1|) . T) ((-371 |#1|) . T) ((-394 |#1|) . T) ((-405 |#1|) . T) ((-445) -4029 (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-485) |has| |#1| (-1176)) ((-506 (-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)) ((-506 |#1| |#1|) |has| |#1| (-303 |#1|)) ((-544) -4029 (|has| |#1| (-544)) (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-632 #0#) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-632 |#1|) . T) ((-632 $) . T) ((-625 (-552)) |has| |#1| (-625 (-552))) ((-625 |#1|) . T) ((-702 #0#) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-702 |#1|) . T) ((-702 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-709 |#1| #1#) . T) ((-711) . T) ((-832) |has| |#1| (-832)) ((-881 (-1154)) |has| |#1| (-881 (-1154))) ((-867 (-373)) |has| |#1| (-867 (-373))) ((-867 (-552)) |has| |#1| (-867 (-552))) ((-865 |#1|) . T) ((-890) -12 (|has| |#1| (-301)) (|has| |#1| (-890))) ((-901) -4029 (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-983) -12 (|has| |#1| (-983)) (|has| |#1| (-1176))) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1036 #0#) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-1036 |#1|) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1129) |has| |#1| (-343)) ((-1176) |has| |#1| (-1176)) ((-1179) |has| |#1| (-1176)) ((-1191) . T) ((-1195) -4029 (|has| |#1| (-343)) (|has| |#1| (-357)) (-12 (|has| |#1| (-301)) (|has| |#1| (-890)))))
-((-3479 (((-412 |#2|) |#2|) 63)))
-(((-164 |#1| |#2|) (-10 -7 (-15 -3479 ((-412 |#2|) |#2|))) (-301) (-1213 (-166 |#1|))) (T -164))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-164 *4 *3)) (-4 *3 (-1213 (-166 *4))))))
-(-10 -7 (-15 -3479 ((-412 |#2|) |#2|)))
-((-1477 (((-166 |#2|) (-1 |#2| |#1|) (-166 |#1|)) 14)))
-(((-165 |#1| |#2|) (-10 -7 (-15 -1477 ((-166 |#2|) (-1 |#2| |#1|) (-166 |#1|)))) (-169) (-169)) (T -165))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-166 *5)) (-4 *5 (-169)) (-4 *6 (-169)) (-5 *2 (-166 *6)) (-5 *1 (-165 *5 *6)))))
-(-10 -7 (-15 -1477 ((-166 |#2|) (-1 |#2| |#1|) (-166 |#1|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 33)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-544))))) (-3303 (($ $) NIL (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-544))))) (-1334 (((-111) $) NIL (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-544))))) (-2977 (((-673 |#1|) (-1237 $)) NIL) (((-673 |#1|)) NIL)) (-1549 ((|#1| $) NIL)) (-2478 (($ $) NIL (|has| |#1| (-1176)))) (-2332 (($ $) NIL (|has| |#1| (-1176)))) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| |#1| (-343)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (-4116 (($ $) NIL (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-357))))) (-3343 (((-412 $) $) NIL (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-357))))) (-3489 (($ $) NIL (-12 (|has| |#1| (-983)) (|has| |#1| (-1176))))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (-2393 (((-111) $ $) NIL (|has| |#1| (-301)))) (-2663 (((-756)) NIL (|has| |#1| (-362)))) (-2455 (($ $) NIL (|has| |#1| (-1176)))) (-2305 (($ $) NIL (|has| |#1| (-1176)))) (-2506 (($ $) NIL (|has| |#1| (-1176)))) (-2359 (($ $) NIL (|has| |#1| (-1176)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL)) (-4278 (($ (-1237 |#1|) (-1237 $)) NIL) (($ (-1237 |#1|)) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-343)))) (-4006 (($ $ $) NIL (|has| |#1| (-301)))) (-3584 (((-673 |#1|) $ (-1237 $)) NIL) (((-673 |#1|) $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-3884 (($ (-1150 |#1|)) NIL) (((-3 $ "failed") (-401 (-1150 |#1|))) NIL (|has| |#1| (-357)))) (-1293 (((-3 $ "failed") $) NIL)) (-3499 ((|#1| $) 13)) (-2674 (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-537)))) (-2443 (((-111) $) NIL (|has| |#1| (-537)))) (-3777 (((-401 (-552)) $) NIL (|has| |#1| (-537)))) (-2128 (((-902)) NIL)) (-1332 (($) NIL (|has| |#1| (-362)))) (-3987 (($ $ $) NIL (|has| |#1| (-301)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-301)))) (-4000 (($) NIL (|has| |#1| (-343)))) (-3504 (((-111) $) NIL (|has| |#1| (-343)))) (-1788 (($ $ (-756)) NIL (|has| |#1| (-343))) (($ $) NIL (|has| |#1| (-343)))) (-1677 (((-111) $) NIL (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-357))))) (-2163 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1039)) (|has| |#1| (-1176))))) (-4043 (($) NIL (|has| |#1| (-1176)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| |#1| (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| |#1| (-867 (-373))))) (-4241 (((-902) $) NIL (|has| |#1| (-343))) (((-818 (-902)) $) NIL (|has| |#1| (-343)))) (-4065 (((-111) $) 35)) (-3755 (($ $ (-552)) NIL (-12 (|has| |#1| (-983)) (|has| |#1| (-1176))))) (-4346 ((|#1| $) 46)) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-343)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-301)))) (-2169 (((-1150 |#1|) $) NIL (|has| |#1| (-357)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1637 (((-902) $) NIL (|has| |#1| (-362)))) (-2430 (($ $) NIL (|has| |#1| (-1176)))) (-3874 (((-1150 |#1|) $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-301))) (($ $ $) NIL (|has| |#1| (-301)))) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-1977 (($) NIL (|has| |#1| (-343)) CONST)) (-2840 (($ (-902)) NIL (|has| |#1| (-362)))) (-2650 (($) NIL)) (-3509 ((|#1| $) 15)) (-2876 (((-1098) $) NIL)) (-4126 (($) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-301)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-301))) (($ $ $) NIL (|has| |#1| (-301)))) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| |#1| (-343)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| |#1| (-301)) (|has| |#1| (-890))))) (-3479 (((-412 $) $) NIL (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-357))))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-301))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-301)))) (-3969 (((-3 $ "failed") $ |#1|) 44 (|has| |#1| (-544))) (((-3 $ "failed") $ $) 47 (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-544))))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-301)))) (-2855 (($ $) NIL (|has| |#1| (-1176)))) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-629 (-288 |#1|))) NIL (|has| |#1| (-303 |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) NIL (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) |#1|) NIL (|has| |#1| (-506 (-1154) |#1|)))) (-3795 (((-756) $) NIL (|has| |#1| (-301)))) (-2060 (($ $ |#1|) NIL (|has| |#1| (-280 |#1| |#1|)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-301)))) (-1721 ((|#1| (-1237 $)) NIL) ((|#1|) NIL)) (-4147 (((-756) $) NIL (|has| |#1| (-343))) (((-3 (-756) "failed") $ $) NIL (|has| |#1| (-343)))) (-3096 (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $) NIL (|has| |#1| (-228)))) (-1433 (((-673 |#1|) (-1237 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-357)))) (-3521 (((-1150 |#1|)) NIL)) (-2518 (($ $) NIL (|has| |#1| (-1176)))) (-2370 (($ $) NIL (|has| |#1| (-1176)))) (-1368 (($) NIL (|has| |#1| (-343)))) (-2492 (($ $) NIL (|has| |#1| (-1176)))) (-2346 (($ $) NIL (|has| |#1| (-1176)))) (-2467 (($ $) NIL (|has| |#1| (-1176)))) (-2318 (($ $) NIL (|has| |#1| (-1176)))) (-3464 (((-1237 |#1|) $ (-1237 $)) NIL) (((-673 |#1|) (-1237 $) (-1237 $)) NIL) (((-1237 |#1|) $) NIL) (((-673 |#1|) (-1237 $)) NIL)) (-1522 (((-1237 |#1|) $) NIL) (($ (-1237 |#1|)) NIL) (((-1150 |#1|) $) NIL) (($ (-1150 |#1|)) NIL) (((-873 (-552)) $) NIL (|has| |#1| (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| |#1| (-600 (-873 (-373))))) (((-166 (-373)) $) NIL (|has| |#1| (-1003))) (((-166 (-220)) $) NIL (|has| |#1| (-1003))) (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-2074 (($ $) 45)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-343))))) (-4320 (($ |#1| |#1|) 37)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) 36) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-357)) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) NIL (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-544))))) (-3878 (($ $) NIL (|has| |#1| (-343))) (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-3767 (((-1150 |#1|) $) NIL)) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) NIL)) (-3843 (($ $) NIL (|has| |#1| (-1176)))) (-2409 (($ $) NIL (|has| |#1| (-1176)))) (-3589 (((-111) $ $) NIL (-4029 (-12 (|has| |#1| (-301)) (|has| |#1| (-890))) (|has| |#1| (-544))))) (-2530 (($ $) NIL (|has| |#1| (-1176)))) (-2382 (($ $) NIL (|has| |#1| (-1176)))) (-3863 (($ $) NIL (|has| |#1| (-1176)))) (-2433 (($ $) NIL (|has| |#1| (-1176)))) (-1350 ((|#1| $) NIL (|has| |#1| (-1176)))) (-3013 (($ $) NIL (|has| |#1| (-1176)))) (-2444 (($ $) NIL (|has| |#1| (-1176)))) (-3853 (($ $) NIL (|has| |#1| (-1176)))) (-2420 (($ $) NIL (|has| |#1| (-1176)))) (-2543 (($ $) NIL (|has| |#1| (-1176)))) (-2395 (($ $) NIL (|has| |#1| (-1176)))) (-1578 (($ $) NIL (|has| |#1| (-1039)))) (-3297 (($) 28 T CONST)) (-3309 (($) 30 T CONST)) (-3016 (((-1136) $) 23 (|has| |#1| (-813))) (((-1136) $ (-111)) 25 (|has| |#1| (-813))) (((-1242) (-807) $) 26 (|has| |#1| (-813))) (((-1242) (-807) $ (-111)) 27 (|has| |#1| (-813)))) (-1765 (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $) NIL (|has| |#1| (-228)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ $) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 39)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-401 (-552))) NIL (-12 (|has| |#1| (-983)) (|has| |#1| (-1176)))) (($ $ $) NIL (|has| |#1| (-1176))) (($ $ (-552)) NIL (|has| |#1| (-357)))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 42) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-552)) $) NIL (|has| |#1| (-357))) (($ $ (-401 (-552))) NIL (|has| |#1| (-357)))))
-(((-166 |#1|) (-13 (-163 |#1|) (-10 -7 (IF (|has| |#1| (-813)) (-6 (-813)) |%noBranch|))) (-169)) (T -166))
-NIL
-(-13 (-163 |#1|) (-10 -7 (IF (|has| |#1| (-813)) (-6 (-813)) |%noBranch|)))
-((-1522 (((-873 |#1|) |#3|) 22)))
-(((-167 |#1| |#2| |#3|) (-10 -7 (-15 -1522 ((-873 |#1|) |#3|))) (-1078) (-13 (-600 (-873 |#1|)) (-169)) (-163 |#2|)) (T -167))
-((-1522 (*1 *2 *3) (-12 (-4 *5 (-13 (-600 *2) (-169))) (-5 *2 (-873 *4)) (-5 *1 (-167 *4 *5 *3)) (-4 *4 (-1078)) (-4 *3 (-163 *5)))))
-(-10 -7 (-15 -1522 ((-873 |#1|) |#3|)))
-((-3202 (((-111) $ $) NIL)) (-2803 (((-111) $) 9)) (-2476 (((-111) $ (-111)) 11)) (-3307 (($) 12)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-1487 (($ $) 13)) (-3213 (((-844) $) 17)) (-3561 (((-111) $) 8)) (-2571 (((-111) $ (-111)) 10)) (-1613 (((-111) $ $) NIL)))
-(((-168) (-13 (-1078) (-10 -8 (-15 -3307 ($)) (-15 -3561 ((-111) $)) (-15 -2803 ((-111) $)) (-15 -2571 ((-111) $ (-111))) (-15 -2476 ((-111) $ (-111))) (-15 -1487 ($ $))))) (T -168))
-((-3307 (*1 *1) (-5 *1 (-168))) (-3561 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-168)))) (-2803 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-168)))) (-2571 (*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-168)))) (-2476 (*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-168)))) (-1487 (*1 *1 *1) (-5 *1 (-168))))
-(-13 (-1078) (-10 -8 (-15 -3307 ($)) (-15 -3561 ((-111) $)) (-15 -2803 ((-111) $)) (-15 -2571 ((-111) $ (-111))) (-15 -2476 ((-111) $ (-111))) (-15 -1487 ($ $))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
+((-4233 (*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-4303 (*1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-3830 (*1 *1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-4321 (*1 *1 *2 *2) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-3508 (*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-3498 (*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))) (-3968 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-545)))) (-1411 (*1 *1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-1040)))) (-3069 (*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-1177)))) (-2242 (*1 *2 *1) (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-1040)) (-4 *3 (-1177)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-3054 (*1 *2 *1) (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-111)))) (-3731 (*1 *2 *1) (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-401 (-553))))) (-1402 (*1 *2 *1) (|partial| -12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-401 (-553))))))
+(-13 (-710 |t#1| (-1151 |t#1|)) (-405 |t#1|) (-226 |t#1|) (-332 |t#1|) (-394 |t#1|) (-866 |t#1|) (-371 |t#1|) (-169) (-10 -8 (-15 -4303 ($)) (-15 -3830 ($ $)) (-15 -4321 ($ |t#1| |t#1|)) (-15 -3508 (|t#1| $)) (-15 -3498 (|t#1| $)) (-15 -4233 (|t#1| $)) (IF (|has| |t#1| (-833)) (-6 (-833)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-6 (-545)) (-15 -3968 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-301)) (-6 (-301)) |%noBranch|) (IF (|has| |t#1| (-6 -4368)) (-6 -4368) |%noBranch|) (IF (|has| |t#1| (-6 -4365)) (-6 -4365) |%noBranch|) (IF (|has| |t#1| (-357)) (-6 (-357)) |%noBranch|) (IF (|has| |t#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-1004)) (PROGN (-6 (-601 (-166 (-220)))) (-6 (-601 (-166 (-373))))) |%noBranch|) (IF (|has| |t#1| (-1040)) (-15 -1411 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1177)) (PROGN (-6 (-1177)) (-15 -3069 (|t#1| $)) (IF (|has| |t#1| (-984)) (-6 (-984)) |%noBranch|) (IF (|has| |t#1| (-1040)) (-15 -2242 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-538)) (PROGN (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-891)) (IF (|has| |t#1| (-301)) (-6 (-891)) |%noBranch|) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-38 |#1|) . T) ((-38 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-35) |has| |#1| (-1177)) ((-94) |has| |#1| (-1177)) ((-101) . T) ((-110 #0# #0#) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4028 (|has| |#1| (-343)) (|has| |#1| (-142))) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #2=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-169) . T) ((-601 (-166 (-220))) |has| |#1| (-1004)) ((-601 (-166 (-373))) |has| |#1| (-1004)) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-601 (-874 (-373))) |has| |#1| (-601 (-874 (-373)))) ((-601 (-874 (-553))) |has| |#1| (-601 (-874 (-553)))) ((-601 #3=(-1151 |#1|)) . T) ((-226 |#1|) . T) ((-228) -4028 (|has| |#1| (-343)) (|has| |#1| (-228))) ((-238) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-278) |has| |#1| (-1177)) ((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-284) -4028 (|has| |#1| (-545)) (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-301) -4028 (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-357) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-396) |has| |#1| (-343)) ((-362) -4028 (|has| |#1| (-362)) (|has| |#1| (-343))) ((-343) |has| |#1| (-343)) ((-364 |#1| #3#) . T) ((-403 |#1| #3#) . T) ((-332 |#1|) . T) ((-371 |#1|) . T) ((-394 |#1|) . T) ((-405 |#1|) . T) ((-445) -4028 (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-486) |has| |#1| (-1177)) ((-507 (-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)) ((-507 |#1| |#1|) |has| |#1| (-303 |#1|)) ((-545) -4028 (|has| |#1| (-545)) (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-633 #0#) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-633 |#1|) . T) ((-633 $) . T) ((-626 (-553)) |has| |#1| (-626 (-553))) ((-626 |#1|) . T) ((-703 #0#) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-703 |#1|) . T) ((-703 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-710 |#1| #3#) . T) ((-712) . T) ((-833) |has| |#1| (-833)) ((-882 (-1155)) |has| |#1| (-882 (-1155))) ((-868 (-373)) |has| |#1| (-868 (-373))) ((-868 (-553)) |has| |#1| (-868 (-553))) ((-866 |#1|) . T) ((-891) -12 (|has| |#1| (-301)) (|has| |#1| (-891))) ((-902) -4028 (|has| |#1| (-343)) (|has| |#1| (-357)) (|has| |#1| (-301))) ((-984) -12 (|has| |#1| (-984)) (|has| |#1| (-1177))) ((-1020 #1#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #2#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1037 #0#) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-1037 |#1|) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1130) |has| |#1| (-343)) ((-1177) |has| |#1| (-1177)) ((-1180) |has| |#1| (-1177)) ((-1192) . T) ((-1196) -4028 (|has| |#1| (-343)) (|has| |#1| (-357)) (-12 (|has| |#1| (-301)) (|has| |#1| (-891)))))
+((-3476 (((-412 |#2|) |#2|) 63)))
+(((-164 |#1| |#2|) (-10 -7 (-15 -3476 ((-412 |#2|) |#2|))) (-301) (-1214 (-166 |#1|))) (T -164))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-164 *4 *3)) (-4 *3 (-1214 (-166 *4))))))
+(-10 -7 (-15 -3476 ((-412 |#2|) |#2|)))
+((-1478 (((-166 |#2|) (-1 |#2| |#1|) (-166 |#1|)) 14)))
+(((-165 |#1| |#2|) (-10 -7 (-15 -1478 ((-166 |#2|) (-1 |#2| |#1|) (-166 |#1|)))) (-169) (-169)) (T -165))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-166 *5)) (-4 *5 (-169)) (-4 *6 (-169)) (-5 *2 (-166 *6)) (-5 *1 (-165 *5 *6)))))
+(-10 -7 (-15 -1478 ((-166 |#2|) (-1 |#2| |#1|) (-166 |#1|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 33)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-545))))) (-2723 (($ $) NIL (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-545))))) (-2157 (((-111) $) NIL (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-545))))) (-1311 (((-674 |#1|) (-1238 $)) NIL) (((-674 |#1|)) NIL)) (-1550 ((|#1| $) NIL)) (-2479 (($ $) NIL (|has| |#1| (-1177)))) (-2333 (($ $) NIL (|has| |#1| (-1177)))) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| |#1| (-343)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (-3837 (($ $) NIL (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-357))))) (-1807 (((-412 $) $) NIL (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-357))))) (-3487 (($ $) NIL (-12 (|has| |#1| (-984)) (|has| |#1| (-1177))))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (-3816 (((-111) $ $) NIL (|has| |#1| (-301)))) (-2662 (((-757)) NIL (|has| |#1| (-362)))) (-2456 (($ $) NIL (|has| |#1| (-1177)))) (-2306 (($ $) NIL (|has| |#1| (-1177)))) (-2505 (($ $) NIL (|has| |#1| (-1177)))) (-2360 (($ $) NIL (|has| |#1| (-1177)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL)) (-1676 (($ (-1238 |#1|) (-1238 $)) NIL) (($ (-1238 |#1|)) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-343)))) (-4005 (($ $ $) NIL (|has| |#1| (-301)))) (-2392 (((-674 |#1|) $ (-1238 $)) NIL) (((-674 |#1|) $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3883 (($ (-1151 |#1|)) NIL) (((-3 $ "failed") (-401 (-1151 |#1|))) NIL (|has| |#1| (-357)))) (-3889 (((-3 $ "failed") $) NIL)) (-3498 ((|#1| $) 13)) (-1402 (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-538)))) (-3054 (((-111) $) NIL (|has| |#1| (-538)))) (-3731 (((-401 (-553)) $) NIL (|has| |#1| (-538)))) (-2129 (((-903)) NIL)) (-1333 (($) NIL (|has| |#1| (-362)))) (-3986 (($ $ $) NIL (|has| |#1| (-301)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-301)))) (-2091 (($) NIL (|has| |#1| (-343)))) (-2879 (((-111) $) NIL (|has| |#1| (-343)))) (-2865 (($ $ (-757)) NIL (|has| |#1| (-343))) (($ $) NIL (|has| |#1| (-343)))) (-4268 (((-111) $) NIL (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-357))))) (-2242 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-1040)) (|has| |#1| (-1177))))) (-4041 (($) NIL (|has| |#1| (-1177)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| |#1| (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| |#1| (-868 (-373))))) (-2592 (((-903) $) NIL (|has| |#1| (-343))) (((-819 (-903)) $) NIL (|has| |#1| (-343)))) (-1434 (((-111) $) 35)) (-3527 (($ $ (-553)) NIL (-12 (|has| |#1| (-984)) (|has| |#1| (-1177))))) (-4233 ((|#1| $) 46)) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-343)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-301)))) (-2309 (((-1151 |#1|) $) NIL (|has| |#1| (-357)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3941 (((-903) $) NIL (|has| |#1| (-362)))) (-2431 (($ $) NIL (|has| |#1| (-1177)))) (-3873 (((-1151 |#1|) $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-301))) (($ $ $) NIL (|has| |#1| (-301)))) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-1979 (($) NIL (|has| |#1| (-343)) CONST)) (-2839 (($ (-903)) NIL (|has| |#1| (-362)))) (-4303 (($) NIL)) (-3508 ((|#1| $) 15)) (-2875 (((-1099) $) NIL)) (-4125 (($) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-301)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-301))) (($ $ $) NIL (|has| |#1| (-301)))) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| |#1| (-343)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| |#1| (-301)) (|has| |#1| (-891))))) (-3476 (((-412 $) $) NIL (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-357))))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-301))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-301)))) (-3968 (((-3 $ "failed") $ |#1|) 44 (|has| |#1| (-545))) (((-3 $ "failed") $ $) 47 (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-545))))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-301)))) (-2854 (($ $) NIL (|has| |#1| (-1177)))) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-630 (-288 |#1|))) NIL (|has| |#1| (-303 |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) NIL (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) |#1|) NIL (|has| |#1| (-507 (-1155) |#1|)))) (-3879 (((-757) $) NIL (|has| |#1| (-301)))) (-2061 (($ $ |#1|) NIL (|has| |#1| (-280 |#1| |#1|)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-301)))) (-3488 ((|#1| (-1238 $)) NIL) ((|#1|) NIL)) (-2916 (((-757) $) NIL (|has| |#1| (-343))) (((-3 (-757) "failed") $ $) NIL (|has| |#1| (-343)))) (-3095 (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $) NIL (|has| |#1| (-228)))) (-3759 (((-674 |#1|) (-1238 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-357)))) (-3035 (((-1151 |#1|)) NIL)) (-2517 (($ $) NIL (|has| |#1| (-1177)))) (-2371 (($ $) NIL (|has| |#1| (-1177)))) (-3529 (($) NIL (|has| |#1| (-343)))) (-2492 (($ $) NIL (|has| |#1| (-1177)))) (-2347 (($ $) NIL (|has| |#1| (-1177)))) (-2468 (($ $) NIL (|has| |#1| (-1177)))) (-2319 (($ $) NIL (|has| |#1| (-1177)))) (-3693 (((-1238 |#1|) $ (-1238 $)) NIL) (((-674 |#1|) (-1238 $) (-1238 $)) NIL) (((-1238 |#1|) $) NIL) (((-674 |#1|) (-1238 $)) NIL)) (-1523 (((-1238 |#1|) $) NIL) (($ (-1238 |#1|)) NIL) (((-1151 |#1|) $) NIL) (($ (-1151 |#1|)) NIL) (((-874 (-553)) $) NIL (|has| |#1| (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| |#1| (-601 (-874 (-373))))) (((-166 (-373)) $) NIL (|has| |#1| (-1004))) (((-166 (-220)) $) NIL (|has| |#1| (-1004))) (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3830 (($ $) 45)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-343))))) (-4321 (($ |#1| |#1|) 37)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) 36) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-357)) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) NIL (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-545))))) (-2234 (($ $) NIL (|has| |#1| (-343))) (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-3636 (((-1151 |#1|) $) NIL)) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) NIL)) (-3842 (($ $) NIL (|has| |#1| (-1177)))) (-2410 (($ $) NIL (|has| |#1| (-1177)))) (-2453 (((-111) $ $) NIL (-4028 (-12 (|has| |#1| (-301)) (|has| |#1| (-891))) (|has| |#1| (-545))))) (-2529 (($ $) NIL (|has| |#1| (-1177)))) (-2383 (($ $) NIL (|has| |#1| (-1177)))) (-3862 (($ $) NIL (|has| |#1| (-1177)))) (-2434 (($ $) NIL (|has| |#1| (-1177)))) (-3069 ((|#1| $) NIL (|has| |#1| (-1177)))) (-3013 (($ $) NIL (|has| |#1| (-1177)))) (-2445 (($ $) NIL (|has| |#1| (-1177)))) (-3852 (($ $) NIL (|has| |#1| (-1177)))) (-2421 (($ $) NIL (|has| |#1| (-1177)))) (-2542 (($ $) NIL (|has| |#1| (-1177)))) (-2396 (($ $) NIL (|has| |#1| (-1177)))) (-1411 (($ $) NIL (|has| |#1| (-1040)))) (-3296 (($) 28 T CONST)) (-3308 (($) 30 T CONST)) (-3632 (((-1137) $) 23 (|has| |#1| (-814))) (((-1137) $ (-111)) 25 (|has| |#1| (-814))) (((-1243) (-808) $) 26 (|has| |#1| (-814))) (((-1243) (-808) $ (-111)) 27 (|has| |#1| (-814)))) (-1766 (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $) NIL (|has| |#1| (-228)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ $) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 39)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-401 (-553))) NIL (-12 (|has| |#1| (-984)) (|has| |#1| (-1177)))) (($ $ $) NIL (|has| |#1| (-1177))) (($ $ (-553)) NIL (|has| |#1| (-357)))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 42) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-553)) $) NIL (|has| |#1| (-357))) (($ $ (-401 (-553))) NIL (|has| |#1| (-357)))))
+(((-166 |#1|) (-13 (-163 |#1|) (-10 -7 (IF (|has| |#1| (-814)) (-6 (-814)) |%noBranch|))) (-169)) (T -166))
+NIL
+(-13 (-163 |#1|) (-10 -7 (IF (|has| |#1| (-814)) (-6 (-814)) |%noBranch|)))
+((-1523 (((-874 |#1|) |#3|) 22)))
+(((-167 |#1| |#2| |#3|) (-10 -7 (-15 -1523 ((-874 |#1|) |#3|))) (-1079) (-13 (-601 (-874 |#1|)) (-169)) (-163 |#2|)) (T -167))
+((-1523 (*1 *2 *3) (-12 (-4 *5 (-13 (-601 *2) (-169))) (-5 *2 (-874 *4)) (-5 *1 (-167 *4 *5 *3)) (-4 *4 (-1079)) (-4 *3 (-163 *5)))))
+(-10 -7 (-15 -1523 ((-874 |#1|) |#3|)))
+((-3200 (((-111) $ $) NIL)) (-3326 (((-111) $) 9)) (-3372 (((-111) $ (-111)) 11)) (-3306 (($) 12)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-1488 (($ $) 13)) (-3212 (((-845) $) 17)) (-2123 (((-111) $) 8)) (-2570 (((-111) $ (-111)) 10)) (-1614 (((-111) $ $) NIL)))
+(((-168) (-13 (-1079) (-10 -8 (-15 -3306 ($)) (-15 -2123 ((-111) $)) (-15 -3326 ((-111) $)) (-15 -2570 ((-111) $ (-111))) (-15 -3372 ((-111) $ (-111))) (-15 -1488 ($ $))))) (T -168))
+((-3306 (*1 *1) (-5 *1 (-168))) (-2123 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-168)))) (-3326 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-168)))) (-2570 (*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-168)))) (-3372 (*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-168)))) (-1488 (*1 *1 *1) (-5 *1 (-168))))
+(-13 (-1079) (-10 -8 (-15 -3306 ($)) (-15 -2123 ((-111) $)) (-15 -3326 ((-111) $)) (-15 -2570 ((-111) $ (-111))) (-15 -3372 ((-111) $ (-111))) (-15 -1488 ($ $))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
(((-169) (-137)) (T -169))
NIL
-(-13 (-1030) (-110 $ $) (-10 -7 (-6 (-4370 "*"))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-711) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-2469 (($ $) 6)))
+(-13 (-1031) (-110 $ $) (-10 -7 (-6 (-4371 "*"))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-712) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3297 (($ $) 6)))
(((-170) (-137)) (T -170))
-((-2469 (*1 *1 *1) (-4 *1 (-170))))
-(-13 (-10 -8 (-15 -2469 ($ $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 ((|#1| $) 75)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-4006 (($ $ $) NIL)) (-4240 (($ $) 19)) (-1819 (($ |#1| (-1134 |#1|)) 48)) (-1293 (((-3 $ "failed") $) 117)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-3218 (((-1134 |#1|) $) 82)) (-3310 (((-1134 |#1|) $) 79)) (-2635 (((-1134 |#1|) $) 80)) (-4065 (((-111) $) NIL)) (-4228 (((-1134 |#1|) $) 88)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2552 (($ (-629 $)) NIL) (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ (-629 $)) NIL) (($ $ $) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3136 (($ $ (-552)) 91)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3319 (((-1134 |#1|) $) 89)) (-4342 (((-1134 (-401 |#1|)) $) 14)) (-3110 (($ (-401 |#1|)) 17) (($ |#1| (-1134 |#1|) (-1134 |#1|)) 38)) (-1680 (($ $) 93)) (-3213 (((-844) $) 127) (($ (-552)) 51) (($ |#1|) 52) (($ (-401 |#1|)) 36) (($ (-401 (-552))) NIL) (($ $) NIL)) (-2014 (((-756)) 64)) (-3589 (((-111) $ $) NIL)) (-2125 (((-1134 (-401 |#1|)) $) 18)) (-3297 (($) 25 T CONST)) (-3309 (($) 28 T CONST)) (-1613 (((-111) $ $) 35)) (-1720 (($ $ $) 115)) (-1709 (($ $) 106) (($ $ $) 103)) (-1698 (($ $ $) 101)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 113) (($ $ $) 108) (($ $ |#1|) NIL) (($ |#1| $) 110) (($ (-401 |#1|) $) 111) (($ $ (-401 |#1|)) NIL) (($ (-401 (-552)) $) NIL) (($ $ (-401 (-552))) NIL)))
-(((-171 |#1|) (-13 (-38 |#1|) (-38 (-401 |#1|)) (-357) (-10 -8 (-15 -3110 ($ (-401 |#1|))) (-15 -3110 ($ |#1| (-1134 |#1|) (-1134 |#1|))) (-15 -1819 ($ |#1| (-1134 |#1|))) (-15 -3310 ((-1134 |#1|) $)) (-15 -2635 ((-1134 |#1|) $)) (-15 -3218 ((-1134 |#1|) $)) (-15 -3603 (|#1| $)) (-15 -4240 ($ $)) (-15 -2125 ((-1134 (-401 |#1|)) $)) (-15 -4342 ((-1134 (-401 |#1|)) $)) (-15 -4228 ((-1134 |#1|) $)) (-15 -3319 ((-1134 |#1|) $)) (-15 -3136 ($ $ (-552))) (-15 -1680 ($ $)))) (-301)) (T -171))
-((-3110 (*1 *1 *2) (-12 (-5 *2 (-401 *3)) (-4 *3 (-301)) (-5 *1 (-171 *3)))) (-3110 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1134 *2)) (-4 *2 (-301)) (-5 *1 (-171 *2)))) (-1819 (*1 *1 *2 *3) (-12 (-5 *3 (-1134 *2)) (-4 *2 (-301)) (-5 *1 (-171 *2)))) (-3310 (*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-2635 (*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-3218 (*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-3603 (*1 *2 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301)))) (-4240 (*1 *1 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301)))) (-2125 (*1 *2 *1) (-12 (-5 *2 (-1134 (-401 *3))) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-4342 (*1 *2 *1) (-12 (-5 *2 (-1134 (-401 *3))) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-4228 (*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-3319 (*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-3136 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-1680 (*1 *1 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301)))))
-(-13 (-38 |#1|) (-38 (-401 |#1|)) (-357) (-10 -8 (-15 -3110 ($ (-401 |#1|))) (-15 -3110 ($ |#1| (-1134 |#1|) (-1134 |#1|))) (-15 -1819 ($ |#1| (-1134 |#1|))) (-15 -3310 ((-1134 |#1|) $)) (-15 -2635 ((-1134 |#1|) $)) (-15 -3218 ((-1134 |#1|) $)) (-15 -3603 (|#1| $)) (-15 -4240 ($ $)) (-15 -2125 ((-1134 (-401 |#1|)) $)) (-15 -4342 ((-1134 (-401 |#1|)) $)) (-15 -4228 ((-1134 |#1|) $)) (-15 -3319 ((-1134 |#1|) $)) (-15 -3136 ($ $ (-552))) (-15 -1680 ($ $))))
-((-2341 (($ (-108) $) 13)) (-3292 (((-3 (-108) "failed") (-1154) $) 12)) (-3213 (((-844) $) 16)) (-1326 (((-629 (-108)) $) 8)))
-(((-172) (-13 (-599 (-844)) (-10 -8 (-15 -1326 ((-629 (-108)) $)) (-15 -2341 ($ (-108) $)) (-15 -3292 ((-3 (-108) "failed") (-1154) $))))) (T -172))
-((-1326 (*1 *2 *1) (-12 (-5 *2 (-629 (-108))) (-5 *1 (-172)))) (-2341 (*1 *1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-172)))) (-3292 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1154)) (-5 *2 (-108)) (-5 *1 (-172)))))
-(-13 (-599 (-844)) (-10 -8 (-15 -1326 ((-629 (-108)) $)) (-15 -2341 ($ (-108) $)) (-15 -3292 ((-3 (-108) "failed") (-1154) $))))
-((-3197 (((-1 (-924 |#1|) (-924 |#1|)) |#1|) 40)) (-3137 (((-924 |#1|) (-924 |#1|)) 19)) (-2659 (((-1 (-924 |#1|) (-924 |#1|)) |#1|) 36)) (-1796 (((-924 |#1|) (-924 |#1|)) 17)) (-3159 (((-924 |#1|) (-924 |#1|)) 25)) (-2735 (((-924 |#1|) (-924 |#1|)) 24)) (-1614 (((-924 |#1|) (-924 |#1|)) 23)) (-2747 (((-1 (-924 |#1|) (-924 |#1|)) |#1|) 37)) (-3873 (((-1 (-924 |#1|) (-924 |#1|)) |#1|) 35)) (-3551 (((-1 (-924 |#1|) (-924 |#1|)) |#1|) 34)) (-2192 (((-924 |#1|) (-924 |#1|)) 18)) (-3512 (((-1 (-924 |#1|) (-924 |#1|)) |#1| |#1|) 43)) (-4039 (((-924 |#1|) (-924 |#1|)) 8)) (-2835 (((-1 (-924 |#1|) (-924 |#1|)) |#1|) 39)) (-3536 (((-1 (-924 |#1|) (-924 |#1|)) |#1|) 38)))
-(((-173 |#1|) (-10 -7 (-15 -4039 ((-924 |#1|) (-924 |#1|))) (-15 -1796 ((-924 |#1|) (-924 |#1|))) (-15 -2192 ((-924 |#1|) (-924 |#1|))) (-15 -3137 ((-924 |#1|) (-924 |#1|))) (-15 -1614 ((-924 |#1|) (-924 |#1|))) (-15 -2735 ((-924 |#1|) (-924 |#1|))) (-15 -3159 ((-924 |#1|) (-924 |#1|))) (-15 -3551 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -3873 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -2659 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -2747 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -3536 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -2835 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -3197 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -3512 ((-1 (-924 |#1|) (-924 |#1|)) |#1| |#1|))) (-13 (-357) (-1176) (-983))) (T -173))
-((-3512 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1176) (-983))))) (-3197 (*1 *2 *3) (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1176) (-983))))) (-2835 (*1 *2 *3) (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1176) (-983))))) (-3536 (*1 *2 *3) (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1176) (-983))))) (-2747 (*1 *2 *3) (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1176) (-983))))) (-2659 (*1 *2 *3) (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1176) (-983))))) (-3873 (*1 *2 *3) (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1176) (-983))))) (-3551 (*1 *2 *3) (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1176) (-983))))) (-3159 (*1 *2 *2) (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983))) (-5 *1 (-173 *3)))) (-2735 (*1 *2 *2) (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983))) (-5 *1 (-173 *3)))) (-1614 (*1 *2 *2) (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983))) (-5 *1 (-173 *3)))) (-3137 (*1 *2 *2) (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983))) (-5 *1 (-173 *3)))) (-2192 (*1 *2 *2) (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983))) (-5 *1 (-173 *3)))) (-1796 (*1 *2 *2) (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983))) (-5 *1 (-173 *3)))) (-4039 (*1 *2 *2) (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983))) (-5 *1 (-173 *3)))))
-(-10 -7 (-15 -4039 ((-924 |#1|) (-924 |#1|))) (-15 -1796 ((-924 |#1|) (-924 |#1|))) (-15 -2192 ((-924 |#1|) (-924 |#1|))) (-15 -3137 ((-924 |#1|) (-924 |#1|))) (-15 -1614 ((-924 |#1|) (-924 |#1|))) (-15 -2735 ((-924 |#1|) (-924 |#1|))) (-15 -3159 ((-924 |#1|) (-924 |#1|))) (-15 -3551 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -3873 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -2659 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -2747 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -3536 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -2835 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -3197 ((-1 (-924 |#1|) (-924 |#1|)) |#1|)) (-15 -3512 ((-1 (-924 |#1|) (-924 |#1|)) |#1| |#1|)))
-((-3767 ((|#2| |#3|) 27)))
-(((-174 |#1| |#2| |#3|) (-10 -7 (-15 -3767 (|#2| |#3|))) (-169) (-1213 |#1|) (-709 |#1| |#2|)) (T -174))
-((-3767 (*1 *2 *3) (-12 (-4 *4 (-169)) (-4 *2 (-1213 *4)) (-5 *1 (-174 *4 *2 *3)) (-4 *3 (-709 *4 *2)))))
-(-10 -7 (-15 -3767 (|#2| |#3|)))
-((-2214 (((-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|)) 47 (|has| (-933 |#2|) (-867 |#1|)))))
-(((-175 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-933 |#2|) (-867 |#1|)) (-15 -2214 ((-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|))) |%noBranch|)) (-1078) (-13 (-867 |#1|) (-169)) (-163 |#2|)) (T -175))
-((-2214 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-870 *5 *3)) (-5 *4 (-873 *5)) (-4 *5 (-1078)) (-4 *3 (-163 *6)) (-4 (-933 *6) (-867 *5)) (-4 *6 (-13 (-867 *5) (-169))) (-5 *1 (-175 *5 *6 *3)))))
-(-10 -7 (IF (|has| (-933 |#2|) (-867 |#1|)) (-15 -2214 ((-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|))) |%noBranch|))
-((-1559 (((-629 |#1|) (-629 |#1|) |#1|) 38)) (-3950 (((-629 |#1|) |#1| (-629 |#1|)) 19)) (-3116 (((-629 |#1|) (-629 (-629 |#1|)) (-629 |#1|)) 33) ((|#1| (-629 |#1|) (-629 |#1|)) 31)))
-(((-176 |#1|) (-10 -7 (-15 -3950 ((-629 |#1|) |#1| (-629 |#1|))) (-15 -3116 (|#1| (-629 |#1|) (-629 |#1|))) (-15 -3116 ((-629 |#1|) (-629 (-629 |#1|)) (-629 |#1|))) (-15 -1559 ((-629 |#1|) (-629 |#1|) |#1|))) (-301)) (T -176))
-((-1559 (*1 *2 *2 *3) (-12 (-5 *2 (-629 *3)) (-4 *3 (-301)) (-5 *1 (-176 *3)))) (-3116 (*1 *2 *3 *2) (-12 (-5 *3 (-629 (-629 *4))) (-5 *2 (-629 *4)) (-4 *4 (-301)) (-5 *1 (-176 *4)))) (-3116 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *2)) (-5 *1 (-176 *2)) (-4 *2 (-301)))) (-3950 (*1 *2 *3 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-301)) (-5 *1 (-176 *3)))))
-(-10 -7 (-15 -3950 ((-629 |#1|) |#1| (-629 |#1|))) (-15 -3116 (|#1| (-629 |#1|) (-629 |#1|))) (-15 -3116 ((-629 |#1|) (-629 (-629 |#1|)) (-629 |#1|))) (-15 -1559 ((-629 |#1|) (-629 |#1|) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-1355 (((-1190) $) 13)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3553 (((-1113) $) 10)) (-3213 (((-844) $) 22) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-177) (-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $)) (-15 -1355 ((-1190) $))))) (T -177))
-((-3553 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-177)))) (-1355 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-177)))))
-(-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $)) (-15 -1355 ((-1190) $))))
-((-3291 (((-2 (|:| |start| |#2|) (|:| -3772 (-412 |#2|))) |#2|) 61)) (-1511 ((|#1| |#1|) 54)) (-4023 (((-166 |#1|) |#2|) 84)) (-4312 ((|#1| |#2|) 123) ((|#1| |#2| |#1|) 82)) (-4295 ((|#2| |#2|) 83)) (-1840 (((-412 |#2|) |#2| |#1|) 113) (((-412 |#2|) |#2| |#1| (-111)) 81)) (-4346 ((|#1| |#2|) 112)) (-2987 ((|#2| |#2|) 119)) (-3479 (((-412 |#2|) |#2|) 134) (((-412 |#2|) |#2| |#1|) 32) (((-412 |#2|) |#2| |#1| (-111)) 133)) (-2884 (((-629 (-2 (|:| -3772 (-629 |#2|)) (|:| -1825 |#1|))) |#2| |#2|) 132) (((-629 (-2 (|:| -3772 (-629 |#2|)) (|:| -1825 |#1|))) |#2| |#2| (-111)) 76)) (-2770 (((-629 (-166 |#1|)) |#2| |#1|) 40) (((-629 (-166 |#1|)) |#2|) 41)))
-(((-178 |#1| |#2|) (-10 -7 (-15 -2770 ((-629 (-166 |#1|)) |#2|)) (-15 -2770 ((-629 (-166 |#1|)) |#2| |#1|)) (-15 -2884 ((-629 (-2 (|:| -3772 (-629 |#2|)) (|:| -1825 |#1|))) |#2| |#2| (-111))) (-15 -2884 ((-629 (-2 (|:| -3772 (-629 |#2|)) (|:| -1825 |#1|))) |#2| |#2|)) (-15 -3479 ((-412 |#2|) |#2| |#1| (-111))) (-15 -3479 ((-412 |#2|) |#2| |#1|)) (-15 -3479 ((-412 |#2|) |#2|)) (-15 -2987 (|#2| |#2|)) (-15 -4346 (|#1| |#2|)) (-15 -1840 ((-412 |#2|) |#2| |#1| (-111))) (-15 -1840 ((-412 |#2|) |#2| |#1|)) (-15 -4295 (|#2| |#2|)) (-15 -4312 (|#1| |#2| |#1|)) (-15 -4312 (|#1| |#2|)) (-15 -4023 ((-166 |#1|) |#2|)) (-15 -1511 (|#1| |#1|)) (-15 -3291 ((-2 (|:| |start| |#2|) (|:| -3772 (-412 |#2|))) |#2|))) (-13 (-357) (-830)) (-1213 (-166 |#1|))) (T -178))
-((-3291 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-2 (|:| |start| *3) (|:| -3772 (-412 *3)))) (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))) (-1511 (*1 *2 *2) (-12 (-4 *2 (-13 (-357) (-830))) (-5 *1 (-178 *2 *3)) (-4 *3 (-1213 (-166 *2))))) (-4023 (*1 *2 *3) (-12 (-5 *2 (-166 *4)) (-5 *1 (-178 *4 *3)) (-4 *4 (-13 (-357) (-830))) (-4 *3 (-1213 *2)))) (-4312 (*1 *2 *3) (-12 (-4 *2 (-13 (-357) (-830))) (-5 *1 (-178 *2 *3)) (-4 *3 (-1213 (-166 *2))))) (-4312 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-357) (-830))) (-5 *1 (-178 *2 *3)) (-4 *3 (-1213 (-166 *2))))) (-4295 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-830))) (-5 *1 (-178 *3 *2)) (-4 *2 (-1213 (-166 *3))))) (-1840 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))) (-1840 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-111)) (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))) (-4346 (*1 *2 *3) (-12 (-4 *2 (-13 (-357) (-830))) (-5 *1 (-178 *2 *3)) (-4 *3 (-1213 (-166 *2))))) (-2987 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-830))) (-5 *1 (-178 *3 *2)) (-4 *2 (-1213 (-166 *3))))) (-3479 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))) (-3479 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))) (-3479 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-111)) (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))) (-2884 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-629 (-2 (|:| -3772 (-629 *3)) (|:| -1825 *4)))) (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))) (-2884 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-357) (-830))) (-5 *2 (-629 (-2 (|:| -3772 (-629 *3)) (|:| -1825 *5)))) (-5 *1 (-178 *5 *3)) (-4 *3 (-1213 (-166 *5))))) (-2770 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-629 (-166 *4))) (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))) (-2770 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-629 (-166 *4))) (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))))
-(-10 -7 (-15 -2770 ((-629 (-166 |#1|)) |#2|)) (-15 -2770 ((-629 (-166 |#1|)) |#2| |#1|)) (-15 -2884 ((-629 (-2 (|:| -3772 (-629 |#2|)) (|:| -1825 |#1|))) |#2| |#2| (-111))) (-15 -2884 ((-629 (-2 (|:| -3772 (-629 |#2|)) (|:| -1825 |#1|))) |#2| |#2|)) (-15 -3479 ((-412 |#2|) |#2| |#1| (-111))) (-15 -3479 ((-412 |#2|) |#2| |#1|)) (-15 -3479 ((-412 |#2|) |#2|)) (-15 -2987 (|#2| |#2|)) (-15 -4346 (|#1| |#2|)) (-15 -1840 ((-412 |#2|) |#2| |#1| (-111))) (-15 -1840 ((-412 |#2|) |#2| |#1|)) (-15 -4295 (|#2| |#2|)) (-15 -4312 (|#1| |#2| |#1|)) (-15 -4312 (|#1| |#2|)) (-15 -4023 ((-166 |#1|) |#2|)) (-15 -1511 (|#1| |#1|)) (-15 -3291 ((-2 (|:| |start| |#2|) (|:| -3772 (-412 |#2|))) |#2|)))
-((-3813 (((-3 |#2| "failed") |#2|) 14)) (-1506 (((-756) |#2|) 16)) (-3524 ((|#2| |#2| |#2|) 18)))
-(((-179 |#1| |#2|) (-10 -7 (-15 -3813 ((-3 |#2| "failed") |#2|)) (-15 -1506 ((-756) |#2|)) (-15 -3524 (|#2| |#2| |#2|))) (-1191) (-658 |#1|)) (T -179))
-((-3524 (*1 *2 *2 *2) (-12 (-4 *3 (-1191)) (-5 *1 (-179 *3 *2)) (-4 *2 (-658 *3)))) (-1506 (*1 *2 *3) (-12 (-4 *4 (-1191)) (-5 *2 (-756)) (-5 *1 (-179 *4 *3)) (-4 *3 (-658 *4)))) (-3813 (*1 *2 *2) (|partial| -12 (-4 *3 (-1191)) (-5 *1 (-179 *3 *2)) (-4 *2 (-658 *3)))))
-(-10 -7 (-15 -3813 ((-3 |#2| "failed") |#2|)) (-15 -1506 ((-756) |#2|)) (-15 -3524 (|#2| |#2| |#2|)))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2031 (((-1154) $) 10)) (-3213 (((-844) $) 17)) (-3676 (((-629 (-1159)) $) 12)) (-1613 (((-111) $ $) 15)))
-(((-180) (-13 (-1078) (-10 -8 (-15 -2031 ((-1154) $)) (-15 -3676 ((-629 (-1159)) $))))) (T -180))
-((-2031 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-180)))) (-3676 (*1 *2 *1) (-12 (-5 *2 (-629 (-1159))) (-5 *1 (-180)))))
-(-13 (-1078) (-10 -8 (-15 -2031 ((-1154) $)) (-15 -3676 ((-629 (-1159)) $))))
-((-3202 (((-111) $ $) NIL)) (-7 (($) 8 T CONST)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-8 (($) 7 T CONST)) (-3213 (((-844) $) 14)) (-9 (($) 6 T CONST)) (-1613 (((-111) $ $) 10)))
-(((-181) (-13 (-1078) (-10 -8 (-15 -9 ($) -3930) (-15 -8 ($) -3930) (-15 -7 ($) -3930)))) (T -181))
+((-3297 (*1 *1 *1) (-4 *1 (-170))))
+(-13 (-10 -8 (-15 -3297 ($ $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 ((|#1| $) 75)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-4005 (($ $ $) NIL)) (-2576 (($ $) 19)) (-3131 (($ |#1| (-1135 |#1|)) 48)) (-3889 (((-3 $ "failed") $) 117)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-3138 (((-1135 |#1|) $) 82)) (-1486 (((-1135 |#1|) $) 79)) (-4170 (((-1135 |#1|) $) 80)) (-1434 (((-111) $) NIL)) (-2443 (((-1135 |#1|) $) 88)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2552 (($ (-630 $)) NIL) (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ (-630 $)) NIL) (($ $ $) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL)) (-2370 (($ $ (-553)) 91)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-1569 (((-1135 |#1|) $) 89)) (-4193 (((-1135 (-401 |#1|)) $) 14)) (-3365 (($ (-401 |#1|)) 17) (($ |#1| (-1135 |#1|) (-1135 |#1|)) 38)) (-4297 (($ $) 93)) (-3212 (((-845) $) 127) (($ (-553)) 51) (($ |#1|) 52) (($ (-401 |#1|)) 36) (($ (-401 (-553))) NIL) (($ $) NIL)) (-1348 (((-757)) 64)) (-2453 (((-111) $ $) NIL)) (-3158 (((-1135 (-401 |#1|)) $) 18)) (-3296 (($) 25 T CONST)) (-3308 (($) 28 T CONST)) (-1614 (((-111) $ $) 35)) (-1721 (($ $ $) 115)) (-1710 (($ $) 106) (($ $ $) 103)) (-1699 (($ $ $) 101)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 113) (($ $ $) 108) (($ $ |#1|) NIL) (($ |#1| $) 110) (($ (-401 |#1|) $) 111) (($ $ (-401 |#1|)) NIL) (($ (-401 (-553)) $) NIL) (($ $ (-401 (-553))) NIL)))
+(((-171 |#1|) (-13 (-38 |#1|) (-38 (-401 |#1|)) (-357) (-10 -8 (-15 -3365 ($ (-401 |#1|))) (-15 -3365 ($ |#1| (-1135 |#1|) (-1135 |#1|))) (-15 -3131 ($ |#1| (-1135 |#1|))) (-15 -1486 ((-1135 |#1|) $)) (-15 -4170 ((-1135 |#1|) $)) (-15 -3138 ((-1135 |#1|) $)) (-15 -2589 (|#1| $)) (-15 -2576 ($ $)) (-15 -3158 ((-1135 (-401 |#1|)) $)) (-15 -4193 ((-1135 (-401 |#1|)) $)) (-15 -2443 ((-1135 |#1|) $)) (-15 -1569 ((-1135 |#1|) $)) (-15 -2370 ($ $ (-553))) (-15 -4297 ($ $)))) (-301)) (T -171))
+((-3365 (*1 *1 *2) (-12 (-5 *2 (-401 *3)) (-4 *3 (-301)) (-5 *1 (-171 *3)))) (-3365 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1135 *2)) (-4 *2 (-301)) (-5 *1 (-171 *2)))) (-3131 (*1 *1 *2 *3) (-12 (-5 *3 (-1135 *2)) (-4 *2 (-301)) (-5 *1 (-171 *2)))) (-1486 (*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-4170 (*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-3138 (*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-2589 (*1 *2 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301)))) (-2576 (*1 *1 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301)))) (-3158 (*1 *2 *1) (-12 (-5 *2 (-1135 (-401 *3))) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-4193 (*1 *2 *1) (-12 (-5 *2 (-1135 (-401 *3))) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-2443 (*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-1569 (*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-2370 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-171 *3)) (-4 *3 (-301)))) (-4297 (*1 *1 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301)))))
+(-13 (-38 |#1|) (-38 (-401 |#1|)) (-357) (-10 -8 (-15 -3365 ($ (-401 |#1|))) (-15 -3365 ($ |#1| (-1135 |#1|) (-1135 |#1|))) (-15 -3131 ($ |#1| (-1135 |#1|))) (-15 -1486 ((-1135 |#1|) $)) (-15 -4170 ((-1135 |#1|) $)) (-15 -3138 ((-1135 |#1|) $)) (-15 -2589 (|#1| $)) (-15 -2576 ($ $)) (-15 -3158 ((-1135 (-401 |#1|)) $)) (-15 -4193 ((-1135 (-401 |#1|)) $)) (-15 -2443 ((-1135 |#1|) $)) (-15 -1569 ((-1135 |#1|) $)) (-15 -2370 ($ $ (-553))) (-15 -4297 ($ $))))
+((-1420 (($ (-108) $) 13)) (-2612 (((-3 (-108) "failed") (-1155) $) 12)) (-3212 (((-845) $) 16)) (-2084 (((-630 (-108)) $) 8)))
+(((-172) (-13 (-600 (-845)) (-10 -8 (-15 -2084 ((-630 (-108)) $)) (-15 -1420 ($ (-108) $)) (-15 -2612 ((-3 (-108) "failed") (-1155) $))))) (T -172))
+((-2084 (*1 *2 *1) (-12 (-5 *2 (-630 (-108))) (-5 *1 (-172)))) (-1420 (*1 *1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-172)))) (-2612 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1155)) (-5 *2 (-108)) (-5 *1 (-172)))))
+(-13 (-600 (-845)) (-10 -8 (-15 -2084 ((-630 (-108)) $)) (-15 -1420 ($ (-108) $)) (-15 -2612 ((-3 (-108) "failed") (-1155) $))))
+((-2930 (((-1 (-925 |#1|) (-925 |#1|)) |#1|) 40)) (-2380 (((-925 |#1|) (-925 |#1|)) 19)) (-1295 (((-1 (-925 |#1|) (-925 |#1|)) |#1|) 36)) (-2935 (((-925 |#1|) (-925 |#1|)) 17)) (-2643 (((-925 |#1|) (-925 |#1|)) 25)) (-3870 (((-925 |#1|) (-925 |#1|)) 24)) (-1742 (((-925 |#1|) (-925 |#1|)) 23)) (-3978 (((-1 (-925 |#1|) (-925 |#1|)) |#1|) 37)) (-2177 (((-1 (-925 |#1|) (-925 |#1|)) |#1|) 35)) (-3340 (((-1 (-925 |#1|) (-925 |#1|)) |#1|) 34)) (-2531 (((-925 |#1|) (-925 |#1|)) 18)) (-2956 (((-1 (-925 |#1|) (-925 |#1|)) |#1| |#1|) 43)) (-4325 (((-925 |#1|) (-925 |#1|)) 8)) (-2375 (((-1 (-925 |#1|) (-925 |#1|)) |#1|) 39)) (-3196 (((-1 (-925 |#1|) (-925 |#1|)) |#1|) 38)))
+(((-173 |#1|) (-10 -7 (-15 -4325 ((-925 |#1|) (-925 |#1|))) (-15 -2935 ((-925 |#1|) (-925 |#1|))) (-15 -2531 ((-925 |#1|) (-925 |#1|))) (-15 -2380 ((-925 |#1|) (-925 |#1|))) (-15 -1742 ((-925 |#1|) (-925 |#1|))) (-15 -3870 ((-925 |#1|) (-925 |#1|))) (-15 -2643 ((-925 |#1|) (-925 |#1|))) (-15 -3340 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -2177 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -1295 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -3978 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -3196 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -2375 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -2930 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -2956 ((-1 (-925 |#1|) (-925 |#1|)) |#1| |#1|))) (-13 (-357) (-1177) (-984))) (T -173))
+((-2956 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1177) (-984))))) (-2930 (*1 *2 *3) (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1177) (-984))))) (-2375 (*1 *2 *3) (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1177) (-984))))) (-3196 (*1 *2 *3) (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1177) (-984))))) (-3978 (*1 *2 *3) (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1177) (-984))))) (-1295 (*1 *2 *3) (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1177) (-984))))) (-2177 (*1 *2 *3) (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1177) (-984))))) (-3340 (*1 *2 *3) (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3)) (-4 *3 (-13 (-357) (-1177) (-984))))) (-2643 (*1 *2 *2) (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984))) (-5 *1 (-173 *3)))) (-3870 (*1 *2 *2) (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984))) (-5 *1 (-173 *3)))) (-1742 (*1 *2 *2) (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984))) (-5 *1 (-173 *3)))) (-2380 (*1 *2 *2) (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984))) (-5 *1 (-173 *3)))) (-2531 (*1 *2 *2) (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984))) (-5 *1 (-173 *3)))) (-2935 (*1 *2 *2) (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984))) (-5 *1 (-173 *3)))) (-4325 (*1 *2 *2) (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984))) (-5 *1 (-173 *3)))))
+(-10 -7 (-15 -4325 ((-925 |#1|) (-925 |#1|))) (-15 -2935 ((-925 |#1|) (-925 |#1|))) (-15 -2531 ((-925 |#1|) (-925 |#1|))) (-15 -2380 ((-925 |#1|) (-925 |#1|))) (-15 -1742 ((-925 |#1|) (-925 |#1|))) (-15 -3870 ((-925 |#1|) (-925 |#1|))) (-15 -2643 ((-925 |#1|) (-925 |#1|))) (-15 -3340 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -2177 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -1295 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -3978 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -3196 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -2375 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -2930 ((-1 (-925 |#1|) (-925 |#1|)) |#1|)) (-15 -2956 ((-1 (-925 |#1|) (-925 |#1|)) |#1| |#1|)))
+((-3636 ((|#2| |#3|) 27)))
+(((-174 |#1| |#2| |#3|) (-10 -7 (-15 -3636 (|#2| |#3|))) (-169) (-1214 |#1|) (-710 |#1| |#2|)) (T -174))
+((-3636 (*1 *2 *3) (-12 (-4 *4 (-169)) (-4 *2 (-1214 *4)) (-5 *1 (-174 *4 *2 *3)) (-4 *3 (-710 *4 *2)))))
+(-10 -7 (-15 -3636 (|#2| |#3|)))
+((-2724 (((-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|)) 47 (|has| (-934 |#2|) (-868 |#1|)))))
+(((-175 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-934 |#2|) (-868 |#1|)) (-15 -2724 ((-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|))) |%noBranch|)) (-1079) (-13 (-868 |#1|) (-169)) (-163 |#2|)) (T -175))
+((-2724 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-871 *5 *3)) (-5 *4 (-874 *5)) (-4 *5 (-1079)) (-4 *3 (-163 *6)) (-4 (-934 *6) (-868 *5)) (-4 *6 (-13 (-868 *5) (-169))) (-5 *1 (-175 *5 *6 *3)))))
+(-10 -7 (IF (|has| (-934 |#2|) (-868 |#1|)) (-15 -2724 ((-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|))) |%noBranch|))
+((-2446 (((-630 |#1|) (-630 |#1|) |#1|) 38)) (-1618 (((-630 |#1|) |#1| (-630 |#1|)) 19)) (-3429 (((-630 |#1|) (-630 (-630 |#1|)) (-630 |#1|)) 33) ((|#1| (-630 |#1|) (-630 |#1|)) 31)))
+(((-176 |#1|) (-10 -7 (-15 -1618 ((-630 |#1|) |#1| (-630 |#1|))) (-15 -3429 (|#1| (-630 |#1|) (-630 |#1|))) (-15 -3429 ((-630 |#1|) (-630 (-630 |#1|)) (-630 |#1|))) (-15 -2446 ((-630 |#1|) (-630 |#1|) |#1|))) (-301)) (T -176))
+((-2446 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-301)) (-5 *1 (-176 *3)))) (-3429 (*1 *2 *3 *2) (-12 (-5 *3 (-630 (-630 *4))) (-5 *2 (-630 *4)) (-4 *4 (-301)) (-5 *1 (-176 *4)))) (-3429 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *2)) (-5 *1 (-176 *2)) (-4 *2 (-301)))) (-1618 (*1 *2 *3 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-301)) (-5 *1 (-176 *3)))))
+(-10 -7 (-15 -1618 ((-630 |#1|) |#1| (-630 |#1|))) (-15 -3429 (|#1| (-630 |#1|) (-630 |#1|))) (-15 -3429 ((-630 |#1|) (-630 (-630 |#1|)) (-630 |#1|))) (-15 -2446 ((-630 |#1|) (-630 |#1|) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1356 (((-1191) $) 13)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3552 (((-1114) $) 10)) (-3212 (((-845) $) 22) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-177) (-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $)) (-15 -1356 ((-1191) $))))) (T -177))
+((-3552 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-177)))) (-1356 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-177)))))
+(-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $)) (-15 -1356 ((-1191) $))))
+((-2596 (((-2 (|:| |start| |#2|) (|:| -3688 (-412 |#2|))) |#2|) 61)) (-3235 ((|#1| |#1|) 54)) (-4206 (((-166 |#1|) |#2|) 84)) (-2009 ((|#1| |#2|) 123) ((|#1| |#2| |#1|) 82)) (-1851 ((|#2| |#2|) 83)) (-2028 (((-412 |#2|) |#2| |#1|) 113) (((-412 |#2|) |#2| |#1| (-111)) 81)) (-4233 ((|#1| |#2|) 112)) (-1398 ((|#2| |#2|) 119)) (-3476 (((-412 |#2|) |#2|) 134) (((-412 |#2|) |#2| |#1|) 32) (((-412 |#2|) |#2| |#1| (-111)) 133)) (-1580 (((-630 (-2 (|:| -3688 (-630 |#2|)) (|:| -1827 |#1|))) |#2| |#2|) 132) (((-630 (-2 (|:| -3688 (-630 |#2|)) (|:| -1827 |#1|))) |#2| |#2| (-111)) 76)) (-3031 (((-630 (-166 |#1|)) |#2| |#1|) 40) (((-630 (-166 |#1|)) |#2|) 41)))
+(((-178 |#1| |#2|) (-10 -7 (-15 -3031 ((-630 (-166 |#1|)) |#2|)) (-15 -3031 ((-630 (-166 |#1|)) |#2| |#1|)) (-15 -1580 ((-630 (-2 (|:| -3688 (-630 |#2|)) (|:| -1827 |#1|))) |#2| |#2| (-111))) (-15 -1580 ((-630 (-2 (|:| -3688 (-630 |#2|)) (|:| -1827 |#1|))) |#2| |#2|)) (-15 -3476 ((-412 |#2|) |#2| |#1| (-111))) (-15 -3476 ((-412 |#2|) |#2| |#1|)) (-15 -3476 ((-412 |#2|) |#2|)) (-15 -1398 (|#2| |#2|)) (-15 -4233 (|#1| |#2|)) (-15 -2028 ((-412 |#2|) |#2| |#1| (-111))) (-15 -2028 ((-412 |#2|) |#2| |#1|)) (-15 -1851 (|#2| |#2|)) (-15 -2009 (|#1| |#2| |#1|)) (-15 -2009 (|#1| |#2|)) (-15 -4206 ((-166 |#1|) |#2|)) (-15 -3235 (|#1| |#1|)) (-15 -2596 ((-2 (|:| |start| |#2|) (|:| -3688 (-412 |#2|))) |#2|))) (-13 (-357) (-831)) (-1214 (-166 |#1|))) (T -178))
+((-2596 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-2 (|:| |start| *3) (|:| -3688 (-412 *3)))) (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))) (-3235 (*1 *2 *2) (-12 (-4 *2 (-13 (-357) (-831))) (-5 *1 (-178 *2 *3)) (-4 *3 (-1214 (-166 *2))))) (-4206 (*1 *2 *3) (-12 (-5 *2 (-166 *4)) (-5 *1 (-178 *4 *3)) (-4 *4 (-13 (-357) (-831))) (-4 *3 (-1214 *2)))) (-2009 (*1 *2 *3) (-12 (-4 *2 (-13 (-357) (-831))) (-5 *1 (-178 *2 *3)) (-4 *3 (-1214 (-166 *2))))) (-2009 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-357) (-831))) (-5 *1 (-178 *2 *3)) (-4 *3 (-1214 (-166 *2))))) (-1851 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-831))) (-5 *1 (-178 *3 *2)) (-4 *2 (-1214 (-166 *3))))) (-2028 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))) (-2028 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-111)) (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))) (-4233 (*1 *2 *3) (-12 (-4 *2 (-13 (-357) (-831))) (-5 *1 (-178 *2 *3)) (-4 *3 (-1214 (-166 *2))))) (-1398 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-831))) (-5 *1 (-178 *3 *2)) (-4 *2 (-1214 (-166 *3))))) (-3476 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))) (-3476 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))) (-3476 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-111)) (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3)) (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))) (-1580 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-630 (-2 (|:| -3688 (-630 *3)) (|:| -1827 *4)))) (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))) (-1580 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-357) (-831))) (-5 *2 (-630 (-2 (|:| -3688 (-630 *3)) (|:| -1827 *5)))) (-5 *1 (-178 *5 *3)) (-4 *3 (-1214 (-166 *5))))) (-3031 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-630 (-166 *4))) (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))) (-3031 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-630 (-166 *4))) (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))))
+(-10 -7 (-15 -3031 ((-630 (-166 |#1|)) |#2|)) (-15 -3031 ((-630 (-166 |#1|)) |#2| |#1|)) (-15 -1580 ((-630 (-2 (|:| -3688 (-630 |#2|)) (|:| -1827 |#1|))) |#2| |#2| (-111))) (-15 -1580 ((-630 (-2 (|:| -3688 (-630 |#2|)) (|:| -1827 |#1|))) |#2| |#2|)) (-15 -3476 ((-412 |#2|) |#2| |#1| (-111))) (-15 -3476 ((-412 |#2|) |#2| |#1|)) (-15 -3476 ((-412 |#2|) |#2|)) (-15 -1398 (|#2| |#2|)) (-15 -4233 (|#1| |#2|)) (-15 -2028 ((-412 |#2|) |#2| |#1| (-111))) (-15 -2028 ((-412 |#2|) |#2| |#1|)) (-15 -1851 (|#2| |#2|)) (-15 -2009 (|#1| |#2| |#1|)) (-15 -2009 (|#1| |#2|)) (-15 -4206 ((-166 |#1|) |#2|)) (-15 -3235 (|#1| |#1|)) (-15 -2596 ((-2 (|:| |start| |#2|) (|:| -3688 (-412 |#2|))) |#2|)))
+((-2870 (((-3 |#2| "failed") |#2|) 14)) (-3190 (((-757) |#2|) 16)) (-3065 ((|#2| |#2| |#2|) 18)))
+(((-179 |#1| |#2|) (-10 -7 (-15 -2870 ((-3 |#2| "failed") |#2|)) (-15 -3190 ((-757) |#2|)) (-15 -3065 (|#2| |#2| |#2|))) (-1192) (-659 |#1|)) (T -179))
+((-3065 (*1 *2 *2 *2) (-12 (-4 *3 (-1192)) (-5 *1 (-179 *3 *2)) (-4 *2 (-659 *3)))) (-3190 (*1 *2 *3) (-12 (-4 *4 (-1192)) (-5 *2 (-757)) (-5 *1 (-179 *4 *3)) (-4 *3 (-659 *4)))) (-2870 (*1 *2 *2) (|partial| -12 (-4 *3 (-1192)) (-5 *1 (-179 *3 *2)) (-4 *2 (-659 *3)))))
+(-10 -7 (-15 -2870 ((-3 |#2| "failed") |#2|)) (-15 -3190 ((-757) |#2|)) (-15 -3065 (|#2| |#2| |#2|)))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2032 (((-1155) $) 10)) (-3212 (((-845) $) 17)) (-3674 (((-630 (-1160)) $) 12)) (-1614 (((-111) $ $) 15)))
+(((-180) (-13 (-1079) (-10 -8 (-15 -2032 ((-1155) $)) (-15 -3674 ((-630 (-1160)) $))))) (T -180))
+((-2032 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-180)))) (-3674 (*1 *2 *1) (-12 (-5 *2 (-630 (-1160))) (-5 *1 (-180)))))
+(-13 (-1079) (-10 -8 (-15 -2032 ((-1155) $)) (-15 -3674 ((-630 (-1160)) $))))
+((-3200 (((-111) $ $) NIL)) (-7 (($) 8 T CONST)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-8 (($) 7 T CONST)) (-3212 (((-845) $) 14)) (-9 (($) 6 T CONST)) (-1614 (((-111) $ $) 10)))
+(((-181) (-13 (-1079) (-10 -8 (-15 -9 ($) -3929) (-15 -8 ($) -3929) (-15 -7 ($) -3929)))) (T -181))
((-9 (*1 *1) (-5 *1 (-181))) (-8 (*1 *1) (-5 *1 (-181))) (-7 (*1 *1) (-5 *1 (-181))))
-(-13 (-1078) (-10 -8 (-15 -9 ($) -3930) (-15 -8 ($) -3930) (-15 -7 ($) -3930)))
-((-3202 (((-111) $ $) NIL)) (-4290 (((-498) $) 8)) (-2623 (((-1136) $) NIL)) (-1427 (((-181) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 14)) (-2024 (((-1098) $) NIL)) (-1613 (((-111) $ $) 11)))
-(((-182) (-13 (-1078) (-10 -8 (-15 -4290 ((-498) $)) (-15 -1427 ((-181) $)) (-15 -2024 ((-1098) $))))) (T -182))
-((-4290 (*1 *2 *1) (-12 (-5 *2 (-498)) (-5 *1 (-182)))) (-1427 (*1 *2 *1) (-12 (-5 *2 (-181)) (-5 *1 (-182)))) (-2024 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-182)))))
-(-13 (-1078) (-10 -8 (-15 -4290 ((-498) $)) (-15 -1427 ((-181) $)) (-15 -2024 ((-1098) $))))
-((-3645 ((|#2| |#2|) 28)) (-3805 (((-111) |#2|) 19)) (-3499 (((-310 |#1|) |#2|) 12)) (-3509 (((-310 |#1|) |#2|) 14)) (-3614 ((|#2| |#2| (-1154)) 68) ((|#2| |#2|) 69)) (-2807 (((-166 (-310 |#1|)) |#2|) 10)) (-1669 ((|#2| |#2| (-1154)) 65) ((|#2| |#2|) 59)))
-(((-183 |#1| |#2|) (-10 -7 (-15 -3614 (|#2| |#2|)) (-15 -3614 (|#2| |#2| (-1154))) (-15 -1669 (|#2| |#2|)) (-15 -1669 (|#2| |#2| (-1154))) (-15 -3499 ((-310 |#1|) |#2|)) (-15 -3509 ((-310 |#1|) |#2|)) (-15 -3805 ((-111) |#2|)) (-15 -3645 (|#2| |#2|)) (-15 -2807 ((-166 (-310 |#1|)) |#2|))) (-13 (-544) (-832) (-1019 (-552))) (-13 (-27) (-1176) (-424 (-166 |#1|)))) (T -183))
-((-2807 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-166 (-310 *4))) (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 (-166 *4)))))) (-3645 (*1 *2 *2) (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)))) (-5 *1 (-183 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 (-166 *3)))))) (-3805 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-111)) (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 (-166 *4)))))) (-3509 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-310 *4)) (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 (-166 *4)))))) (-3499 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-310 *4)) (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 (-166 *4)))))) (-1669 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-5 *1 (-183 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 (-166 *4)))))) (-1669 (*1 *2 *2) (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)))) (-5 *1 (-183 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 (-166 *3)))))) (-3614 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-5 *1 (-183 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 (-166 *4)))))) (-3614 (*1 *2 *2) (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)))) (-5 *1 (-183 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 (-166 *3)))))))
-(-10 -7 (-15 -3614 (|#2| |#2|)) (-15 -3614 (|#2| |#2| (-1154))) (-15 -1669 (|#2| |#2|)) (-15 -1669 (|#2| |#2| (-1154))) (-15 -3499 ((-310 |#1|) |#2|)) (-15 -3509 ((-310 |#1|) |#2|)) (-15 -3805 ((-111) |#2|)) (-15 -3645 (|#2| |#2|)) (-15 -2807 ((-166 (-310 |#1|)) |#2|)))
-((-2274 (((-1237 (-673 (-933 |#1|))) (-1237 (-673 |#1|))) 24)) (-3213 (((-1237 (-673 (-401 (-933 |#1|)))) (-1237 (-673 |#1|))) 33)))
-(((-184 |#1|) (-10 -7 (-15 -2274 ((-1237 (-673 (-933 |#1|))) (-1237 (-673 |#1|)))) (-15 -3213 ((-1237 (-673 (-401 (-933 |#1|)))) (-1237 (-673 |#1|))))) (-169)) (T -184))
-((-3213 (*1 *2 *3) (-12 (-5 *3 (-1237 (-673 *4))) (-4 *4 (-169)) (-5 *2 (-1237 (-673 (-401 (-933 *4))))) (-5 *1 (-184 *4)))) (-2274 (*1 *2 *3) (-12 (-5 *3 (-1237 (-673 *4))) (-4 *4 (-169)) (-5 *2 (-1237 (-673 (-933 *4)))) (-5 *1 (-184 *4)))))
-(-10 -7 (-15 -2274 ((-1237 (-673 (-933 |#1|))) (-1237 (-673 |#1|)))) (-15 -3213 ((-1237 (-673 (-401 (-933 |#1|)))) (-1237 (-673 |#1|)))))
-((-3654 (((-1156 (-401 (-552))) (-1156 (-401 (-552))) (-1156 (-401 (-552)))) 66)) (-2632 (((-1156 (-401 (-552))) (-629 (-552)) (-629 (-552))) 75)) (-1384 (((-1156 (-401 (-552))) (-552)) 40)) (-2017 (((-1156 (-401 (-552))) (-552)) 52)) (-2432 (((-401 (-552)) (-1156 (-401 (-552)))) 62)) (-2528 (((-1156 (-401 (-552))) (-552)) 32)) (-2943 (((-1156 (-401 (-552))) (-552)) 48)) (-3148 (((-1156 (-401 (-552))) (-552)) 46)) (-1394 (((-1156 (-401 (-552))) (-1156 (-401 (-552))) (-1156 (-401 (-552)))) 60)) (-1680 (((-1156 (-401 (-552))) (-552)) 25)) (-4164 (((-401 (-552)) (-1156 (-401 (-552))) (-1156 (-401 (-552)))) 64)) (-3437 (((-1156 (-401 (-552))) (-552)) 30)) (-1380 (((-1156 (-401 (-552))) (-629 (-552))) 72)))
-(((-185) (-10 -7 (-15 -1680 ((-1156 (-401 (-552))) (-552))) (-15 -1384 ((-1156 (-401 (-552))) (-552))) (-15 -2528 ((-1156 (-401 (-552))) (-552))) (-15 -3437 ((-1156 (-401 (-552))) (-552))) (-15 -3148 ((-1156 (-401 (-552))) (-552))) (-15 -2943 ((-1156 (-401 (-552))) (-552))) (-15 -2017 ((-1156 (-401 (-552))) (-552))) (-15 -4164 ((-401 (-552)) (-1156 (-401 (-552))) (-1156 (-401 (-552))))) (-15 -1394 ((-1156 (-401 (-552))) (-1156 (-401 (-552))) (-1156 (-401 (-552))))) (-15 -2432 ((-401 (-552)) (-1156 (-401 (-552))))) (-15 -3654 ((-1156 (-401 (-552))) (-1156 (-401 (-552))) (-1156 (-401 (-552))))) (-15 -1380 ((-1156 (-401 (-552))) (-629 (-552)))) (-15 -2632 ((-1156 (-401 (-552))) (-629 (-552)) (-629 (-552)))))) (T -185))
-((-2632 (*1 *2 *3 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)))) (-1380 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)))) (-3654 (*1 *2 *2 *2) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)))) (-2432 (*1 *2 *3) (-12 (-5 *3 (-1156 (-401 (-552)))) (-5 *2 (-401 (-552))) (-5 *1 (-185)))) (-1394 (*1 *2 *2 *2) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)))) (-4164 (*1 *2 *3 *3) (-12 (-5 *3 (-1156 (-401 (-552)))) (-5 *2 (-401 (-552))) (-5 *1 (-185)))) (-2017 (*1 *2 *3) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))) (-2943 (*1 *2 *3) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))) (-3148 (*1 *2 *3) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))) (-3437 (*1 *2 *3) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))) (-2528 (*1 *2 *3) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))) (-1384 (*1 *2 *3) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))) (-1680 (*1 *2 *3) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))))
-(-10 -7 (-15 -1680 ((-1156 (-401 (-552))) (-552))) (-15 -1384 ((-1156 (-401 (-552))) (-552))) (-15 -2528 ((-1156 (-401 (-552))) (-552))) (-15 -3437 ((-1156 (-401 (-552))) (-552))) (-15 -3148 ((-1156 (-401 (-552))) (-552))) (-15 -2943 ((-1156 (-401 (-552))) (-552))) (-15 -2017 ((-1156 (-401 (-552))) (-552))) (-15 -4164 ((-401 (-552)) (-1156 (-401 (-552))) (-1156 (-401 (-552))))) (-15 -1394 ((-1156 (-401 (-552))) (-1156 (-401 (-552))) (-1156 (-401 (-552))))) (-15 -2432 ((-401 (-552)) (-1156 (-401 (-552))))) (-15 -3654 ((-1156 (-401 (-552))) (-1156 (-401 (-552))) (-1156 (-401 (-552))))) (-15 -1380 ((-1156 (-401 (-552))) (-629 (-552)))) (-15 -2632 ((-1156 (-401 (-552))) (-629 (-552)) (-629 (-552)))))
-((-1282 (((-412 (-1150 (-552))) (-552)) 28)) (-3669 (((-629 (-1150 (-552))) (-552)) 23)) (-3074 (((-1150 (-552)) (-552)) 21)))
-(((-186) (-10 -7 (-15 -3669 ((-629 (-1150 (-552))) (-552))) (-15 -3074 ((-1150 (-552)) (-552))) (-15 -1282 ((-412 (-1150 (-552))) (-552))))) (T -186))
-((-1282 (*1 *2 *3) (-12 (-5 *2 (-412 (-1150 (-552)))) (-5 *1 (-186)) (-5 *3 (-552)))) (-3074 (*1 *2 *3) (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-186)) (-5 *3 (-552)))) (-3669 (*1 *2 *3) (-12 (-5 *2 (-629 (-1150 (-552)))) (-5 *1 (-186)) (-5 *3 (-552)))))
-(-10 -7 (-15 -3669 ((-629 (-1150 (-552))) (-552))) (-15 -3074 ((-1150 (-552)) (-552))) (-15 -1282 ((-412 (-1150 (-552))) (-552))))
-((-2071 (((-1134 (-220)) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 105)) (-2457 (((-629 (-1136)) (-1134 (-220))) NIL)) (-1927 (((-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 81)) (-3771 (((-629 (-220)) (-310 (-220)) (-1154) (-1072 (-825 (-220)))) NIL)) (-2912 (((-629 (-1136)) (-629 (-220))) NIL)) (-3894 (((-220) (-1072 (-825 (-220)))) 24)) (-1746 (((-220) (-1072 (-825 (-220)))) 25)) (-2284 (((-373) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 98)) (-3955 (((-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 42)) (-3730 (((-1136) (-220)) NIL)) (-4245 (((-1136) (-629 (-1136))) 20)) (-2120 (((-1016) (-1154) (-1154) (-1016)) 13)))
-(((-187) (-10 -7 (-15 -1927 ((-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3955 ((-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3894 ((-220) (-1072 (-825 (-220))))) (-15 -1746 ((-220) (-1072 (-825 (-220))))) (-15 -2284 ((-373) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3771 ((-629 (-220)) (-310 (-220)) (-1154) (-1072 (-825 (-220))))) (-15 -2071 ((-1134 (-220)) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3730 ((-1136) (-220))) (-15 -2912 ((-629 (-1136)) (-629 (-220)))) (-15 -2457 ((-629 (-1136)) (-1134 (-220)))) (-15 -4245 ((-1136) (-629 (-1136)))) (-15 -2120 ((-1016) (-1154) (-1154) (-1016))))) (T -187))
-((-2120 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1016)) (-5 *3 (-1154)) (-5 *1 (-187)))) (-4245 (*1 *2 *3) (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-1136)) (-5 *1 (-187)))) (-2457 (*1 *2 *3) (-12 (-5 *3 (-1134 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-187)))) (-2912 (*1 *2 *3) (-12 (-5 *3 (-629 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-187)))) (-3730 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1136)) (-5 *1 (-187)))) (-2071 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-1134 (-220))) (-5 *1 (-187)))) (-3771 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-1154)) (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-629 (-220))) (-5 *1 (-187)))) (-2284 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-187)))) (-1746 (*1 *2 *3) (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-187)))) (-3894 (*1 *2 *3) (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-187)))) (-3955 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-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 (-187)))) (-1927 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-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 (-187)))))
-(-10 -7 (-15 -1927 ((-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3955 ((-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3894 ((-220) (-1072 (-825 (-220))))) (-15 -1746 ((-220) (-1072 (-825 (-220))))) (-15 -2284 ((-373) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3771 ((-629 (-220)) (-310 (-220)) (-1154) (-1072 (-825 (-220))))) (-15 -2071 ((-1134 (-220)) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3730 ((-1136) (-220))) (-15 -2912 ((-629 (-1136)) (-629 (-220)))) (-15 -2457 ((-629 (-1136)) (-1134 (-220)))) (-15 -4245 ((-1136) (-629 (-1136)))) (-15 -2120 ((-1016) (-1154) (-1154) (-1016))))
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 55) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 32) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-188) (-772)) (T -188))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 60) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 41) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-189) (-772)) (T -189))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 69) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 40) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-190) (-772)) (T -190))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 56) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 34) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-191) (-772)) (T -191))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 67) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 38) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-192) (-772)) (T -192))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 73) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 36) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-193) (-772)) (T -193))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 80) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 44) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-194) (-772)) (T -194))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 70) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 40) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-195) (-772)) (T -195))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 66)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 32)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-196) (-772)) (T -196))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 63)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 34)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-197) (-772)) (T -197))
-NIL
-(-772)
-((-3202 (((-111) $ $) NIL)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 90) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 78) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-198) (-772)) (T -198))
-NIL
-(-772)
-((-3731 (((-3 (-2 (|:| -1443 (-113)) (|:| |w| (-220))) "failed") (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 85)) (-1733 (((-552) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 42)) (-3352 (((-3 (-629 (-220)) "failed") (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 73)))
-(((-199) (-10 -7 (-15 -3731 ((-3 (-2 (|:| -1443 (-113)) (|:| |w| (-220))) "failed") (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3352 ((-3 (-629 (-220)) "failed") (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1733 ((-552) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (T -199))
-((-1733 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-552)) (-5 *1 (-199)))) (-3352 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-629 (-220))) (-5 *1 (-199)))) (-3731 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| -1443 (-113)) (|:| |w| (-220)))) (-5 *1 (-199)))))
-(-10 -7 (-15 -3731 ((-3 (-2 (|:| -1443 (-113)) (|:| |w| (-220))) "failed") (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3352 ((-3 (-629 (-220)) "failed") (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1733 ((-552) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))
-((-2171 (((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 39)) (-1560 (((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 130)) (-3586 (((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-673 (-310 (-220)))) 89)) (-3053 (((-373) (-673 (-310 (-220)))) 113)) (-2344 (((-673 (-310 (-220))) (-1237 (-310 (-220))) (-629 (-1154))) 110)) (-3067 (((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 30)) (-1353 (((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 43)) (-2432 (((-673 (-310 (-220))) (-673 (-310 (-220))) (-629 (-1154)) (-1237 (-310 (-220)))) 102)) (-2842 (((-373) (-373) (-629 (-373))) 107) (((-373) (-373) (-373)) 105)) (-3787 (((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 36)))
-(((-200) (-10 -7 (-15 -2842 ((-373) (-373) (-373))) (-15 -2842 ((-373) (-373) (-629 (-373)))) (-15 -3053 ((-373) (-673 (-310 (-220))))) (-15 -2344 ((-673 (-310 (-220))) (-1237 (-310 (-220))) (-629 (-1154)))) (-15 -2432 ((-673 (-310 (-220))) (-673 (-310 (-220))) (-629 (-1154)) (-1237 (-310 (-220))))) (-15 -3586 ((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-673 (-310 (-220))))) (-15 -1560 ((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2171 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1353 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3787 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3067 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (T -200))
-((-3067 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-3787 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-1353 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-2171 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-1560 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373)))) (-5 *1 (-200)))) (-3586 (*1 *2 *3) (-12 (-5 *3 (-673 (-310 (-220)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373)))) (-5 *1 (-200)))) (-2432 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-673 (-310 (-220)))) (-5 *3 (-629 (-1154))) (-5 *4 (-1237 (-310 (-220)))) (-5 *1 (-200)))) (-2344 (*1 *2 *3 *4) (-12 (-5 *3 (-1237 (-310 (-220)))) (-5 *4 (-629 (-1154))) (-5 *2 (-673 (-310 (-220)))) (-5 *1 (-200)))) (-3053 (*1 *2 *3) (-12 (-5 *3 (-673 (-310 (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-2842 (*1 *2 *2 *3) (-12 (-5 *3 (-629 (-373))) (-5 *2 (-373)) (-5 *1 (-200)))) (-2842 (*1 *2 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-200)))))
-(-10 -7 (-15 -2842 ((-373) (-373) (-373))) (-15 -2842 ((-373) (-373) (-629 (-373)))) (-15 -3053 ((-373) (-673 (-310 (-220))))) (-15 -2344 ((-673 (-310 (-220))) (-1237 (-310 (-220))) (-629 (-1154)))) (-15 -2432 ((-673 (-310 (-220))) (-673 (-310 (-220))) (-629 (-1154)) (-1237 (-310 (-220))))) (-15 -3586 ((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-673 (-310 (-220))))) (-15 -1560 ((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2171 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1353 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3787 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3067 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))
-((-3202 (((-111) $ $) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 41)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-4010 (((-1016) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 64)) (-1613 (((-111) $ $) NIL)))
-(((-201) (-785)) (T -201))
-NIL
-(-785)
-((-3202 (((-111) $ $) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 41)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-4010 (((-1016) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 62)) (-1613 (((-111) $ $) NIL)))
-(((-202) (-785)) (T -202))
-NIL
-(-785)
-((-3202 (((-111) $ $) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 40)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-4010 (((-1016) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 66)) (-1613 (((-111) $ $) NIL)))
-(((-203) (-785)) (T -203))
-NIL
-(-785)
-((-3202 (((-111) $ $) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 46)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-4010 (((-1016) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 75)) (-1613 (((-111) $ $) NIL)))
-(((-204) (-785)) (T -204))
-NIL
-(-785)
-((-2814 (((-629 (-1154)) (-1154) (-756)) 23)) (-2740 (((-310 (-220)) (-310 (-220))) 31)) (-1595 (((-111) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) 74)) (-2010 (((-111) (-220) (-220) (-629 (-310 (-220)))) 45)))
-(((-205) (-10 -7 (-15 -2814 ((-629 (-1154)) (-1154) (-756))) (-15 -2740 ((-310 (-220)) (-310 (-220)))) (-15 -2010 ((-111) (-220) (-220) (-629 (-310 (-220))))) (-15 -1595 ((-111) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220))))))) (T -205))
-((-1595 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) (-5 *2 (-111)) (-5 *1 (-205)))) (-2010 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-629 (-310 (-220)))) (-5 *3 (-220)) (-5 *2 (-111)) (-5 *1 (-205)))) (-2740 (*1 *2 *2) (-12 (-5 *2 (-310 (-220))) (-5 *1 (-205)))) (-2814 (*1 *2 *3 *4) (-12 (-5 *4 (-756)) (-5 *2 (-629 (-1154))) (-5 *1 (-205)) (-5 *3 (-1154)))))
-(-10 -7 (-15 -2814 ((-629 (-1154)) (-1154) (-756))) (-15 -2740 ((-310 (-220)) (-310 (-220)))) (-15 -2010 ((-111) (-220) (-220) (-629 (-310 (-220))))) (-15 -1595 ((-111) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220))))))
-((-3202 (((-111) $ $) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) 26)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-2487 (((-1016) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) 57)) (-1613 (((-111) $ $) NIL)))
-(((-206) (-876)) (T -206))
-NIL
-(-876)
-((-3202 (((-111) $ $) NIL)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) 21)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-2487 (((-1016) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-207) (-876)) (T -207))
-NIL
-(-876)
-((-3202 (((-111) $ $) NIL)) (-2901 ((|#2| $ (-756) |#2|) 11)) (-2892 ((|#2| $ (-756)) 10)) (-3307 (($) 8)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 18)) (-1613 (((-111) $ $) 13)))
-(((-208 |#1| |#2|) (-13 (-1078) (-10 -8 (-15 -3307 ($)) (-15 -2892 (|#2| $ (-756))) (-15 -2901 (|#2| $ (-756) |#2|)))) (-902) (-1078)) (T -208))
-((-3307 (*1 *1) (-12 (-5 *1 (-208 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1078)))) (-2892 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *2 (-1078)) (-5 *1 (-208 *4 *2)) (-14 *4 (-902)))) (-2901 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-208 *4 *2)) (-14 *4 (-902)) (-4 *2 (-1078)))))
-(-13 (-1078) (-10 -8 (-15 -3307 ($)) (-15 -2892 (|#2| $ (-756))) (-15 -2901 (|#2| $ (-756) |#2|))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3726 (((-1242) $) 36) (((-1242) $ (-902) (-902)) 38)) (-2060 (($ $ (-970)) 19) (((-240 (-1136)) $ (-1154)) 15)) (-2595 (((-1242) $) 34)) (-3213 (((-844) $) 31) (($ (-629 |#1|)) 8)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $ $) 27)) (-1698 (($ $ $) 22)))
-(((-209 |#1|) (-13 (-1078) (-10 -8 (-15 -2060 ($ $ (-970))) (-15 -2060 ((-240 (-1136)) $ (-1154))) (-15 -1698 ($ $ $)) (-15 -1709 ($ $ $)) (-15 -3213 ($ (-629 |#1|))) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $)) (-15 -3726 ((-1242) $ (-902) (-902))))) (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $))))) (T -209))
-((-2060 (*1 *1 *1 *2) (-12 (-5 *2 (-970)) (-5 *1 (-209 *3)) (-4 *3 (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $))))))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-240 (-1136))) (-5 *1 (-209 *4)) (-4 *4 (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ *3)) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $))))))) (-1698 (*1 *1 *1 *1) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $))))))) (-1709 (*1 *1 *1 *1) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $))))))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $))))) (-5 *1 (-209 *3)))) (-2595 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-209 *3)) (-4 *3 (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 (*2 $)) (-15 -3726 (*2 $))))))) (-3726 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-209 *3)) (-4 *3 (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 (*2 $)) (-15 -3726 (*2 $))))))) (-3726 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1242)) (-5 *1 (-209 *4)) (-4 *4 (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 (*2 $)) (-15 -3726 (*2 $))))))))
-(-13 (-1078) (-10 -8 (-15 -2060 ($ $ (-970))) (-15 -2060 ((-240 (-1136)) $ (-1154))) (-15 -1698 ($ $ $)) (-15 -1709 ($ $ $)) (-15 -3213 ($ (-629 |#1|))) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $)) (-15 -3726 ((-1242) $ (-902) (-902)))))
-((-1939 ((|#2| |#4| (-1 |#2| |#2|)) 46)))
-(((-210 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1939 (|#2| |#4| (-1 |#2| |#2|)))) (-357) (-1213 |#1|) (-1213 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -210))
-((-1939 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-357)) (-4 *6 (-1213 (-401 *2))) (-4 *2 (-1213 *5)) (-5 *1 (-210 *5 *2 *6 *3)) (-4 *3 (-336 *5 *2 *6)))))
-(-10 -7 (-15 -1939 (|#2| |#4| (-1 |#2| |#2|))))
-((-4014 ((|#2| |#2| (-756) |#2|) 42)) (-2442 ((|#2| |#2| (-756) |#2|) 38)) (-3666 (((-629 |#2|) (-629 (-2 (|:| |deg| (-756)) (|:| -3830 |#2|)))) 57)) (-4194 (((-629 (-2 (|:| |deg| (-756)) (|:| -3830 |#2|))) |#2|) 53)) (-1991 (((-111) |#2|) 50)) (-4058 (((-412 |#2|) |#2|) 77)) (-3479 (((-412 |#2|) |#2|) 76)) (-2199 ((|#2| |#2| (-756) |#2|) 36)) (-4221 (((-2 (|:| |cont| |#1|) (|:| -3772 (-629 (-2 (|:| |irr| |#2|) (|:| -2277 (-552)))))) |#2| (-111)) 69)))
-(((-211 |#1| |#2|) (-10 -7 (-15 -3479 ((-412 |#2|) |#2|)) (-15 -4058 ((-412 |#2|) |#2|)) (-15 -4221 ((-2 (|:| |cont| |#1|) (|:| -3772 (-629 (-2 (|:| |irr| |#2|) (|:| -2277 (-552)))))) |#2| (-111))) (-15 -4194 ((-629 (-2 (|:| |deg| (-756)) (|:| -3830 |#2|))) |#2|)) (-15 -3666 ((-629 |#2|) (-629 (-2 (|:| |deg| (-756)) (|:| -3830 |#2|))))) (-15 -2199 (|#2| |#2| (-756) |#2|)) (-15 -2442 (|#2| |#2| (-756) |#2|)) (-15 -4014 (|#2| |#2| (-756) |#2|)) (-15 -1991 ((-111) |#2|))) (-343) (-1213 |#1|)) (T -211))
-((-1991 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-211 *4 *3)) (-4 *3 (-1213 *4)))) (-4014 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-756)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2)) (-4 *2 (-1213 *4)))) (-2442 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-756)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2)) (-4 *2 (-1213 *4)))) (-2199 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-756)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2)) (-4 *2 (-1213 *4)))) (-3666 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| |deg| (-756)) (|:| -3830 *5)))) (-4 *5 (-1213 *4)) (-4 *4 (-343)) (-5 *2 (-629 *5)) (-5 *1 (-211 *4 *5)))) (-4194 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-629 (-2 (|:| |deg| (-756)) (|:| -3830 *3)))) (-5 *1 (-211 *4 *3)) (-4 *3 (-1213 *4)))) (-4221 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-343)) (-5 *2 (-2 (|:| |cont| *5) (|:| -3772 (-629 (-2 (|:| |irr| *3) (|:| -2277 (-552))))))) (-5 *1 (-211 *5 *3)) (-4 *3 (-1213 *5)))) (-4058 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-412 *3)) (-5 *1 (-211 *4 *3)) (-4 *3 (-1213 *4)))) (-3479 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-412 *3)) (-5 *1 (-211 *4 *3)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -3479 ((-412 |#2|) |#2|)) (-15 -4058 ((-412 |#2|) |#2|)) (-15 -4221 ((-2 (|:| |cont| |#1|) (|:| -3772 (-629 (-2 (|:| |irr| |#2|) (|:| -2277 (-552)))))) |#2| (-111))) (-15 -4194 ((-629 (-2 (|:| |deg| (-756)) (|:| -3830 |#2|))) |#2|)) (-15 -3666 ((-629 |#2|) (-629 (-2 (|:| |deg| (-756)) (|:| -3830 |#2|))))) (-15 -2199 (|#2| |#2| (-756) |#2|)) (-15 -2442 (|#2| |#2| (-756) |#2|)) (-15 -4014 (|#2| |#2| (-756) |#2|)) (-15 -1991 ((-111) |#2|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 (((-552) $) NIL (|has| (-552) (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL (|has| (-552) (-805)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-1154) "failed") $) NIL (|has| (-552) (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-552) (-1019 (-552)))) (((-3 (-552) "failed") $) NIL (|has| (-552) (-1019 (-552))))) (-2832 (((-552) $) NIL) (((-1154) $) NIL (|has| (-552) (-1019 (-1154)))) (((-401 (-552)) $) NIL (|has| (-552) (-1019 (-552)))) (((-552) $) NIL (|has| (-552) (-1019 (-552))))) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| (-552) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-552) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-673 (-552)) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-552) (-537)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1338 (((-111) $) NIL (|has| (-552) (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| (-552) (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| (-552) (-867 (-373))))) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL)) (-4015 (((-552) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| (-552) (-1129)))) (-3127 (((-111) $) NIL (|has| (-552) (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| (-552) (-832)))) (-1477 (($ (-1 (-552) (-552)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-552) (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL (|has| (-552) (-301))) (((-401 (-552)) $) NIL)) (-3410 (((-552) $) NIL (|has| (-552) (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2432 (($ $ (-629 (-552)) (-629 (-552))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-552) (-552)) NIL (|has| (-552) (-303 (-552)))) (($ $ (-288 (-552))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-629 (-288 (-552)))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-629 (-1154)) (-629 (-552))) NIL (|has| (-552) (-506 (-1154) (-552)))) (($ $ (-1154) (-552)) NIL (|has| (-552) (-506 (-1154) (-552))))) (-3795 (((-756) $) NIL)) (-2060 (($ $ (-552)) NIL (|has| (-552) (-280 (-552) (-552))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) NIL (|has| (-552) (-228))) (($ $ (-756)) NIL (|has| (-552) (-228))) (($ $ (-1154)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1 (-552) (-552)) (-756)) NIL) (($ $ (-1 (-552) (-552))) NIL)) (-2493 (($ $) NIL)) (-4026 (((-552) $) NIL)) (-1399 (($ (-401 (-552))) 9)) (-1522 (((-873 (-552)) $) NIL (|has| (-552) (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| (-552) (-600 (-873 (-373))))) (((-528) $) NIL (|has| (-552) (-600 (-528)))) (((-373) $) NIL (|has| (-552) (-1003))) (((-220) $) NIL (|has| (-552) (-1003)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| (-552) (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) 8) (($ (-552)) NIL) (($ (-1154)) NIL (|has| (-552) (-1019 (-1154)))) (((-401 (-552)) $) NIL) (((-985 10) $) 10)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| (-552) (-890))) (|has| (-552) (-142))))) (-2014 (((-756)) NIL)) (-3763 (((-552) $) NIL (|has| (-552) (-537)))) (-3589 (((-111) $ $) NIL)) (-1578 (($ $) NIL (|has| (-552) (-805)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $) NIL (|has| (-552) (-228))) (($ $ (-756)) NIL (|has| (-552) (-228))) (($ $ (-1154)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1 (-552) (-552)) (-756)) NIL) (($ $ (-1 (-552) (-552))) NIL)) (-1666 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1632 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1720 (($ $ $) NIL) (($ (-552) (-552)) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ (-552) $) NIL) (($ $ (-552)) NIL)))
-(((-212) (-13 (-973 (-552)) (-10 -8 (-15 -3213 ((-401 (-552)) $)) (-15 -3213 ((-985 10) $)) (-15 -2147 ((-401 (-552)) $)) (-15 -1399 ($ (-401 (-552))))))) (T -212))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-212)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-985 10)) (-5 *1 (-212)))) (-2147 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-212)))) (-1399 (*1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-212)))))
-(-13 (-973 (-552)) (-10 -8 (-15 -3213 ((-401 (-552)) $)) (-15 -3213 ((-985 10) $)) (-15 -2147 ((-401 (-552)) $)) (-15 -1399 ($ (-401 (-552))))))
-((-3202 (((-111) $ $) NIL)) (-1337 (((-1096) $) 13)) (-2623 (((-1136) $) NIL)) (-2170 (((-476) $) 10)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 25) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-1113) $) 15)) (-1613 (((-111) $ $) NIL)))
-(((-213) (-13 (-1061) (-10 -8 (-15 -2170 ((-476) $)) (-15 -1337 ((-1096) $)) (-15 -4300 ((-1113) $))))) (T -213))
-((-2170 (*1 *2 *1) (-12 (-5 *2 (-476)) (-5 *1 (-213)))) (-1337 (*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-213)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-213)))))
-(-13 (-1061) (-10 -8 (-15 -2170 ((-476) $)) (-15 -1337 ((-1096) $)) (-15 -4300 ((-1113) $))))
-((-2889 (((-3 (|:| |f1| (-825 |#2|)) (|:| |f2| (-629 (-825 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1070 (-825 |#2|)) (-1136)) 28) (((-3 (|:| |f1| (-825 |#2|)) (|:| |f2| (-629 (-825 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1070 (-825 |#2|))) 24)) (-1573 (((-3 (|:| |f1| (-825 |#2|)) (|:| |f2| (-629 (-825 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1154) (-825 |#2|) (-825 |#2|) (-111)) 17)))
-(((-214 |#1| |#2|) (-10 -7 (-15 -2889 ((-3 (|:| |f1| (-825 |#2|)) (|:| |f2| (-629 (-825 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1070 (-825 |#2|)))) (-15 -2889 ((-3 (|:| |f1| (-825 |#2|)) (|:| |f2| (-629 (-825 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1070 (-825 |#2|)) (-1136))) (-15 -1573 ((-3 (|:| |f1| (-825 |#2|)) (|:| |f2| (-629 (-825 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1154) (-825 |#2|) (-825 |#2|) (-111)))) (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))) (-13 (-1176) (-940) (-29 |#1|))) (T -214))
-((-1573 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1154)) (-5 *6 (-111)) (-4 *7 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-4 *3 (-13 (-1176) (-940) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-825 *3)) (|:| |f2| (-629 (-825 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-214 *7 *3)) (-5 *5 (-825 *3)))) (-2889 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1070 (-825 *3))) (-5 *5 (-1136)) (-4 *3 (-13 (-1176) (-940) (-29 *6))) (-4 *6 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-3 (|:| |f1| (-825 *3)) (|:| |f2| (-629 (-825 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-214 *6 *3)))) (-2889 (*1 *2 *3 *4) (-12 (-5 *4 (-1070 (-825 *3))) (-4 *3 (-13 (-1176) (-940) (-29 *5))) (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-3 (|:| |f1| (-825 *3)) (|:| |f2| (-629 (-825 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-214 *5 *3)))))
-(-10 -7 (-15 -2889 ((-3 (|:| |f1| (-825 |#2|)) (|:| |f2| (-629 (-825 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1070 (-825 |#2|)))) (-15 -2889 ((-3 (|:| |f1| (-825 |#2|)) (|:| |f2| (-629 (-825 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1070 (-825 |#2|)) (-1136))) (-15 -1573 ((-3 (|:| |f1| (-825 |#2|)) (|:| |f2| (-629 (-825 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1154) (-825 |#2|) (-825 |#2|) (-111))))
-((-2889 (((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-401 (-933 |#1|)))) (-1136)) 46) (((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-401 (-933 |#1|))))) 43) (((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-310 |#1|))) (-1136)) 47) (((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-310 |#1|)))) 20)))
-(((-215 |#1|) (-10 -7 (-15 -2889 ((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-310 |#1|))))) (-15 -2889 ((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-310 |#1|))) (-1136))) (-15 -2889 ((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-401 (-933 |#1|)))))) (-15 -2889 ((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-401 (-933 |#1|)))) (-1136)))) (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (T -215))
-((-2889 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1070 (-825 (-401 (-933 *6))))) (-5 *5 (-1136)) (-5 *3 (-401 (-933 *6))) (-4 *6 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-3 (|:| |f1| (-825 (-310 *6))) (|:| |f2| (-629 (-825 (-310 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-215 *6)))) (-2889 (*1 *2 *3 *4) (-12 (-5 *4 (-1070 (-825 (-401 (-933 *5))))) (-5 *3 (-401 (-933 *5))) (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-3 (|:| |f1| (-825 (-310 *5))) (|:| |f2| (-629 (-825 (-310 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-215 *5)))) (-2889 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-401 (-933 *6))) (-5 *4 (-1070 (-825 (-310 *6)))) (-5 *5 (-1136)) (-4 *6 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-3 (|:| |f1| (-825 (-310 *6))) (|:| |f2| (-629 (-825 (-310 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-215 *6)))) (-2889 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1070 (-825 (-310 *5)))) (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-3 (|:| |f1| (-825 (-310 *5))) (|:| |f2| (-629 (-825 (-310 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-215 *5)))))
-(-10 -7 (-15 -2889 ((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-310 |#1|))))) (-15 -2889 ((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-310 |#1|))) (-1136))) (-15 -2889 ((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-401 (-933 |#1|)))))) (-15 -2889 ((-3 (|:| |f1| (-825 (-310 |#1|))) (|:| |f2| (-629 (-825 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-933 |#1|)) (-1070 (-825 (-401 (-933 |#1|)))) (-1136))))
-((-3884 (((-2 (|:| -2291 (-1150 |#1|)) (|:| |deg| (-902))) (-1150 |#1|)) 21)) (-3925 (((-629 (-310 |#2|)) (-310 |#2|) (-902)) 42)))
-(((-216 |#1| |#2|) (-10 -7 (-15 -3884 ((-2 (|:| -2291 (-1150 |#1|)) (|:| |deg| (-902))) (-1150 |#1|))) (-15 -3925 ((-629 (-310 |#2|)) (-310 |#2|) (-902)))) (-1030) (-13 (-544) (-832))) (T -216))
-((-3925 (*1 *2 *3 *4) (-12 (-5 *4 (-902)) (-4 *6 (-13 (-544) (-832))) (-5 *2 (-629 (-310 *6))) (-5 *1 (-216 *5 *6)) (-5 *3 (-310 *6)) (-4 *5 (-1030)))) (-3884 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-5 *2 (-2 (|:| -2291 (-1150 *4)) (|:| |deg| (-902)))) (-5 *1 (-216 *4 *5)) (-5 *3 (-1150 *4)) (-4 *5 (-13 (-544) (-832))))))
-(-10 -7 (-15 -3884 ((-2 (|:| -2291 (-1150 |#1|)) (|:| |deg| (-902))) (-1150 |#1|))) (-15 -3925 ((-629 (-310 |#2|)) (-310 |#2|) (-902))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3514 ((|#1| $) NIL)) (-3447 ((|#1| $) 25)) (-4238 (((-111) $ (-756)) NIL)) (-2130 (($) NIL T CONST)) (-3625 (($ $) NIL)) (-2366 (($ $) 31)) (-3574 ((|#1| |#1| $) NIL)) (-3033 ((|#1| $) NIL)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2556 (((-756) $) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-3105 ((|#1| $) NIL)) (-2262 ((|#1| |#1| $) 28)) (-3956 ((|#1| |#1| $) 30)) (-1580 (($ |#1| $) NIL)) (-2384 (((-756) $) 27)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3474 ((|#1| $) NIL)) (-3806 ((|#1| $) 26)) (-1633 ((|#1| $) 24)) (-3995 ((|#1| $) NIL)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-2187 ((|#1| |#1| $) NIL)) (-3435 (((-111) $) 9)) (-3430 (($) NIL)) (-2505 ((|#1| $) NIL)) (-2029 (($) NIL) (($ (-629 |#1|)) 16)) (-3907 (((-756) $) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-3164 ((|#1| $) 13)) (-1663 (($ (-629 |#1|)) NIL)) (-1832 ((|#1| $) NIL)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-217 |#1|) (-13 (-248 |#1|) (-10 -8 (-15 -2029 ($ (-629 |#1|))))) (-1078)) (T -217))
-((-2029 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-217 *3)))))
-(-13 (-248 |#1|) (-10 -8 (-15 -2029 ($ (-629 |#1|)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4112 (($ (-310 |#1|)) 23)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3040 (((-111) $) NIL)) (-1393 (((-3 (-310 |#1|) "failed") $) NIL)) (-2832 (((-310 |#1|) $) NIL)) (-3766 (($ $) 31)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-1477 (($ (-1 (-310 |#1|) (-310 |#1|)) $) NIL)) (-3743 (((-310 |#1|) $) NIL)) (-4322 (($ $) 30)) (-2623 (((-1136) $) NIL)) (-2767 (((-111) $) NIL)) (-2876 (((-1098) $) NIL)) (-4126 (($ (-756)) NIL)) (-3257 (($ $) 32)) (-3299 (((-552) $) NIL)) (-3213 (((-844) $) 57) (($ (-552)) NIL) (($ (-310 |#1|)) NIL)) (-2266 (((-310 |#1|) $ $) NIL)) (-2014 (((-756)) NIL)) (-3297 (($) 25 T CONST)) (-3309 (($) 50 T CONST)) (-1613 (((-111) $ $) 28)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 19)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 24) (($ (-310 |#1|) $) 18)))
-(((-218 |#1| |#2|) (-13 (-606 (-310 |#1|)) (-1019 (-310 |#1|)) (-10 -8 (-15 -3743 ((-310 |#1|) $)) (-15 -4322 ($ $)) (-15 -3766 ($ $)) (-15 -2266 ((-310 |#1|) $ $)) (-15 -4126 ($ (-756))) (-15 -2767 ((-111) $)) (-15 -3040 ((-111) $)) (-15 -3299 ((-552) $)) (-15 -1477 ($ (-1 (-310 |#1|) (-310 |#1|)) $)) (-15 -4112 ($ (-310 |#1|))) (-15 -3257 ($ $)))) (-13 (-1030) (-832)) (-629 (-1154))) (T -218))
-((-3743 (*1 *2 *1) (-12 (-5 *2 (-310 *3)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832))) (-14 *4 (-629 (-1154))))) (-4322 (*1 *1 *1) (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1030) (-832))) (-14 *3 (-629 (-1154))))) (-3766 (*1 *1 *1) (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1030) (-832))) (-14 *3 (-629 (-1154))))) (-2266 (*1 *2 *1 *1) (-12 (-5 *2 (-310 *3)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832))) (-14 *4 (-629 (-1154))))) (-4126 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832))) (-14 *4 (-629 (-1154))))) (-2767 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832))) (-14 *4 (-629 (-1154))))) (-3040 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832))) (-14 *4 (-629 (-1154))))) (-3299 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832))) (-14 *4 (-629 (-1154))))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-310 *3) (-310 *3))) (-4 *3 (-13 (-1030) (-832))) (-5 *1 (-218 *3 *4)) (-14 *4 (-629 (-1154))))) (-4112 (*1 *1 *2) (-12 (-5 *2 (-310 *3)) (-4 *3 (-13 (-1030) (-832))) (-5 *1 (-218 *3 *4)) (-14 *4 (-629 (-1154))))) (-3257 (*1 *1 *1) (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1030) (-832))) (-14 *3 (-629 (-1154))))))
-(-13 (-606 (-310 |#1|)) (-1019 (-310 |#1|)) (-10 -8 (-15 -3743 ((-310 |#1|) $)) (-15 -4322 ($ $)) (-15 -3766 ($ $)) (-15 -2266 ((-310 |#1|) $ $)) (-15 -4126 ($ (-756))) (-15 -2767 ((-111) $)) (-15 -3040 ((-111) $)) (-15 -3299 ((-552) $)) (-15 -1477 ($ (-1 (-310 |#1|) (-310 |#1|)) $)) (-15 -4112 ($ (-310 |#1|))) (-15 -3257 ($ $))))
-((-2217 (((-111) (-1136)) 22)) (-2626 (((-3 (-825 |#2|) "failed") (-598 |#2|) |#2| (-825 |#2|) (-825 |#2|) (-111)) 32)) (-2352 (((-3 (-111) "failed") (-1150 |#2|) (-825 |#2|) (-825 |#2|) (-111)) 73) (((-3 (-111) "failed") (-933 |#1|) (-1154) (-825 |#2|) (-825 |#2|) (-111)) 74)))
-(((-219 |#1| |#2|) (-10 -7 (-15 -2217 ((-111) (-1136))) (-15 -2626 ((-3 (-825 |#2|) "failed") (-598 |#2|) |#2| (-825 |#2|) (-825 |#2|) (-111))) (-15 -2352 ((-3 (-111) "failed") (-933 |#1|) (-1154) (-825 |#2|) (-825 |#2|) (-111))) (-15 -2352 ((-3 (-111) "failed") (-1150 |#2|) (-825 |#2|) (-825 |#2|) (-111)))) (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))) (-13 (-1176) (-29 |#1|))) (T -219))
-((-2352 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-111)) (-5 *3 (-1150 *6)) (-5 *4 (-825 *6)) (-4 *6 (-13 (-1176) (-29 *5))) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-219 *5 *6)))) (-2352 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-111)) (-5 *3 (-933 *6)) (-5 *4 (-1154)) (-5 *5 (-825 *7)) (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-4 *7 (-13 (-1176) (-29 *6))) (-5 *1 (-219 *6 *7)))) (-2626 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-825 *4)) (-5 *3 (-598 *4)) (-5 *5 (-111)) (-4 *4 (-13 (-1176) (-29 *6))) (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-219 *6 *4)))) (-2217 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-111)) (-5 *1 (-219 *4 *5)) (-4 *5 (-13 (-1176) (-29 *4))))))
-(-10 -7 (-15 -2217 ((-111) (-1136))) (-15 -2626 ((-3 (-825 |#2|) "failed") (-598 |#2|) |#2| (-825 |#2|) (-825 |#2|) (-111))) (-15 -2352 ((-3 (-111) "failed") (-933 |#1|) (-1154) (-825 |#2|) (-825 |#2|) (-111))) (-15 -2352 ((-3 (-111) "failed") (-1150 |#2|) (-825 |#2|) (-825 |#2|) (-111))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 87)) (-3603 (((-552) $) 98)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4157 (($ $) NIL)) (-2478 (($ $) 75)) (-2332 (($ $) 63)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-3489 (($ $) 54)) (-2393 (((-111) $ $) NIL)) (-2455 (($ $) 73)) (-2305 (($ $) 61)) (-3886 (((-552) $) 115)) (-2506 (($ $) 78)) (-2359 (($ $) 65)) (-2130 (($) NIL T CONST)) (-4183 (($ $) NIL)) (-1393 (((-3 (-552) "failed") $) 114) (((-3 (-401 (-552)) "failed") $) 111)) (-2832 (((-552) $) 112) (((-401 (-552)) $) 109)) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) 91)) (-4232 (((-401 (-552)) $ (-756)) 107) (((-401 (-552)) $ (-756) (-756)) 106)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-2180 (((-902)) 27) (((-902) (-902)) NIL (|has| $ (-6 -4359)))) (-1338 (((-111) $) NIL)) (-4043 (($) 37)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL)) (-4241 (((-552) $) 33)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL)) (-4346 (($ $) NIL)) (-3127 (((-111) $) 86)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) 51) (($) 32 (-12 (-4107 (|has| $ (-6 -4351))) (-4107 (|has| $ (-6 -4359)))))) (-2011 (($ $ $) 50) (($) 31 (-12 (-4107 (|has| $ (-6 -4351))) (-4107 (|has| $ (-6 -4359)))))) (-1833 (((-552) $) 25)) (-1735 (($ $) 28)) (-4070 (($ $) 55)) (-2430 (($ $) 60)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1676 (((-902) (-552)) NIL (|has| $ (-6 -4359)))) (-2876 (((-1098) $) 89)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL)) (-3410 (($ $) NIL)) (-3396 (($ (-552) (-552)) NIL) (($ (-552) (-552) (-902)) 99)) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1406 (((-552) $) 26)) (-3800 (($) 36)) (-2855 (($ $) 59)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-2950 (((-902)) NIL) (((-902) (-902)) NIL (|has| $ (-6 -4359)))) (-3096 (($ $ (-756)) NIL) (($ $) 92)) (-2474 (((-902) (-552)) NIL (|has| $ (-6 -4359)))) (-2518 (($ $) 76)) (-2370 (($ $) 66)) (-2492 (($ $) 77)) (-2346 (($ $) 64)) (-2467 (($ $) 74)) (-2318 (($ $) 62)) (-1522 (((-373) $) 103) (((-220) $) 100) (((-873 (-373)) $) NIL) (((-528) $) 43)) (-3213 (((-844) $) 40) (($ (-552)) 58) (($ $) NIL) (($ (-401 (-552))) NIL) (($ (-552)) 58) (($ (-401 (-552))) NIL)) (-2014 (((-756)) NIL)) (-3763 (($ $) NIL)) (-2122 (((-902)) 30) (((-902) (-902)) NIL (|has| $ (-6 -4359)))) (-4174 (((-902)) 23)) (-3843 (($ $) 81)) (-2409 (($ $) 69) (($ $ $) 108)) (-3589 (((-111) $ $) NIL)) (-2530 (($ $) 79)) (-2382 (($ $) 67)) (-3863 (($ $) 84)) (-2433 (($ $) 72)) (-3013 (($ $) 82)) (-2444 (($ $) 70)) (-3853 (($ $) 83)) (-2420 (($ $) 71)) (-2543 (($ $) 80)) (-2395 (($ $) 68)) (-1578 (($ $) 116)) (-3297 (($) 34 T CONST)) (-3309 (($) 35 T CONST)) (-3016 (((-1136) $) 17) (((-1136) $ (-111)) 19) (((-1242) (-807) $) 20) (((-1242) (-807) $ (-111)) 21)) (-3290 (($ $) 95)) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-1812 (($ $ $) 97)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 52)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 44)) (-1720 (($ $ $) 85) (($ $ (-552)) 53)) (-1709 (($ $) 45) (($ $ $) 47)) (-1698 (($ $ $) 46)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) 56) (($ $ (-401 (-552))) 128) (($ $ $) 57)) (* (($ (-902) $) 29) (($ (-756) $) NIL) (($ (-552) $) 49) (($ $ $) 48) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL)))
-(((-220) (-13 (-398) (-228) (-813) (-1176) (-600 (-528)) (-10 -8 (-15 -1720 ($ $ (-552))) (-15 ** ($ $ $)) (-15 -3800 ($)) (-15 -1735 ($ $)) (-15 -4070 ($ $)) (-15 -2409 ($ $ $)) (-15 -3290 ($ $)) (-15 -1812 ($ $ $)) (-15 -4232 ((-401 (-552)) $ (-756))) (-15 -4232 ((-401 (-552)) $ (-756) (-756)))))) (T -220))
-((** (*1 *1 *1 *1) (-5 *1 (-220))) (-1720 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-220)))) (-3800 (*1 *1) (-5 *1 (-220))) (-1735 (*1 *1 *1) (-5 *1 (-220))) (-4070 (*1 *1 *1) (-5 *1 (-220))) (-2409 (*1 *1 *1 *1) (-5 *1 (-220))) (-3290 (*1 *1 *1) (-5 *1 (-220))) (-1812 (*1 *1 *1 *1) (-5 *1 (-220))) (-4232 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *2 (-401 (-552))) (-5 *1 (-220)))) (-4232 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-756)) (-5 *2 (-401 (-552))) (-5 *1 (-220)))))
-(-13 (-398) (-228) (-813) (-1176) (-600 (-528)) (-10 -8 (-15 -1720 ($ $ (-552))) (-15 ** ($ $ $)) (-15 -3800 ($)) (-15 -1735 ($ $)) (-15 -4070 ($ $)) (-15 -2409 ($ $ $)) (-15 -3290 ($ $)) (-15 -1812 ($ $ $)) (-15 -4232 ((-401 (-552)) $ (-756))) (-15 -4232 ((-401 (-552)) $ (-756) (-756)))))
-((-1618 (((-166 (-220)) (-756) (-166 (-220))) 11) (((-220) (-756) (-220)) 12)) (-3978 (((-166 (-220)) (-166 (-220))) 13) (((-220) (-220)) 14)) (-2716 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 19) (((-220) (-220) (-220)) 22)) (-4119 (((-166 (-220)) (-166 (-220))) 25) (((-220) (-220)) 24)) (-3381 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 43) (((-220) (-220) (-220)) 35)) (-4135 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 48) (((-220) (-220) (-220)) 45)) (-2906 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 15) (((-220) (-220) (-220)) 16)) (-3158 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 17) (((-220) (-220) (-220)) 18)) (-3742 (((-166 (-220)) (-166 (-220))) 60) (((-220) (-220)) 59)) (-1280 (((-220) (-220)) 54) (((-166 (-220)) (-166 (-220))) 58)) (-3290 (((-166 (-220)) (-166 (-220))) 8) (((-220) (-220)) 9)) (-1812 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 30) (((-220) (-220) (-220)) 26)))
-(((-221) (-10 -7 (-15 -3290 ((-220) (-220))) (-15 -3290 ((-166 (-220)) (-166 (-220)))) (-15 -1812 ((-220) (-220) (-220))) (-15 -1812 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -3978 ((-220) (-220))) (-15 -3978 ((-166 (-220)) (-166 (-220)))) (-15 -4119 ((-220) (-220))) (-15 -4119 ((-166 (-220)) (-166 (-220)))) (-15 -1618 ((-220) (-756) (-220))) (-15 -1618 ((-166 (-220)) (-756) (-166 (-220)))) (-15 -2906 ((-220) (-220) (-220))) (-15 -2906 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -3381 ((-220) (-220) (-220))) (-15 -3381 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -3158 ((-220) (-220) (-220))) (-15 -3158 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -4135 ((-220) (-220) (-220))) (-15 -4135 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -1280 ((-166 (-220)) (-166 (-220)))) (-15 -1280 ((-220) (-220))) (-15 -3742 ((-220) (-220))) (-15 -3742 ((-166 (-220)) (-166 (-220)))) (-15 -2716 ((-220) (-220) (-220))) (-15 -2716 ((-166 (-220)) (-166 (-220)) (-166 (-220)))))) (T -221))
-((-2716 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-2716 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-3742 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3742 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-1280 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-1280 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-4135 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-4135 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-3158 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3158 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-3381 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3381 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-2906 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-2906 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-1618 (*1 *2 *3 *2) (-12 (-5 *2 (-166 (-220))) (-5 *3 (-756)) (-5 *1 (-221)))) (-1618 (*1 *2 *3 *2) (-12 (-5 *2 (-220)) (-5 *3 (-756)) (-5 *1 (-221)))) (-4119 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-4119 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-3978 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3978 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-1812 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-1812 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-3290 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3290 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))))
-(-10 -7 (-15 -3290 ((-220) (-220))) (-15 -3290 ((-166 (-220)) (-166 (-220)))) (-15 -1812 ((-220) (-220) (-220))) (-15 -1812 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -3978 ((-220) (-220))) (-15 -3978 ((-166 (-220)) (-166 (-220)))) (-15 -4119 ((-220) (-220))) (-15 -4119 ((-166 (-220)) (-166 (-220)))) (-15 -1618 ((-220) (-756) (-220))) (-15 -1618 ((-166 (-220)) (-756) (-166 (-220)))) (-15 -2906 ((-220) (-220) (-220))) (-15 -2906 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -3381 ((-220) (-220) (-220))) (-15 -3381 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -3158 ((-220) (-220) (-220))) (-15 -3158 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -4135 ((-220) (-220) (-220))) (-15 -4135 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -1280 ((-166 (-220)) (-166 (-220)))) (-15 -1280 ((-220) (-220))) (-15 -3742 ((-220) (-220))) (-15 -3742 ((-166 (-220)) (-166 (-220)))) (-15 -2716 ((-220) (-220) (-220))) (-15 -2716 ((-166 (-220)) (-166 (-220)) (-166 (-220)))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2306 (($ (-756) (-756)) NIL)) (-2811 (($ $ $) NIL)) (-2289 (($ (-1237 |#1|)) NIL) (($ $) NIL)) (-1306 (($ |#1| |#1| |#1|) 32)) (-4021 (((-111) $) NIL)) (-2613 (($ $ (-552) (-552)) NIL)) (-4037 (($ $ (-552) (-552)) NIL)) (-1728 (($ $ (-552) (-552) (-552) (-552)) NIL)) (-3035 (($ $) NIL)) (-2779 (((-111) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-2683 (($ $ (-552) (-552) $) NIL)) (-1470 ((|#1| $ (-552) (-552) |#1|) NIL) (($ $ (-629 (-552)) (-629 (-552)) $) NIL)) (-2347 (($ $ (-552) (-1237 |#1|)) NIL)) (-3934 (($ $ (-552) (-1237 |#1|)) NIL)) (-2881 (($ |#1| |#1| |#1|) 31)) (-3924 (($ (-756) |#1|) NIL)) (-2130 (($) NIL T CONST)) (-2810 (($ $) NIL (|has| |#1| (-301)))) (-3413 (((-1237 |#1|) $ (-552)) NIL)) (-2703 (($ |#1|) 30)) (-3984 (($ |#1|) 29)) (-4036 (($ |#1|) 28)) (-2128 (((-756) $) NIL (|has| |#1| (-544)))) (-2957 ((|#1| $ (-552) (-552) |#1|) NIL)) (-2892 ((|#1| $ (-552) (-552)) NIL)) (-3138 (((-629 |#1|) $) NIL)) (-1486 (((-756) $) NIL (|has| |#1| (-544)))) (-4229 (((-629 (-1237 |#1|)) $) NIL (|has| |#1| (-544)))) (-2389 (((-756) $) NIL)) (-3307 (($ (-756) (-756) |#1|) NIL)) (-2401 (((-756) $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-3427 ((|#1| $) NIL (|has| |#1| (-6 (-4370 "*"))))) (-3534 (((-552) $) NIL)) (-3966 (((-552) $) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3660 (((-552) $) NIL)) (-3162 (((-552) $) NIL)) (-3516 (($ (-629 (-629 |#1|))) 11)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3397 (((-629 (-629 |#1|)) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-4156 (((-3 $ "failed") $) NIL (|has| |#1| (-357)))) (-1908 (($) 12)) (-2944 (($ $ $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-1518 (($ $ |#1|) NIL)) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-552) (-552)) NIL) ((|#1| $ (-552) (-552) |#1|) NIL) (($ $ (-629 (-552)) (-629 (-552))) NIL)) (-2843 (($ (-629 |#1|)) NIL) (($ (-629 $)) NIL)) (-1379 (((-111) $) NIL)) (-2021 ((|#1| $) NIL (|has| |#1| (-6 (-4370 "*"))))) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3041 (((-1237 |#1|) $ (-552)) NIL)) (-3213 (($ (-1237 |#1|)) NIL) (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3043 (((-111) $) NIL)) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $ $) NIL) (($ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#1| (-357)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-552) $) NIL) (((-1237 |#1|) $ (-1237 |#1|)) 15) (((-1237 |#1|) (-1237 |#1|) $) NIL) (((-924 |#1|) $ (-924 |#1|)) 20)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-222 |#1|) (-13 (-671 |#1| (-1237 |#1|) (-1237 |#1|)) (-10 -8 (-15 * ((-924 |#1|) $ (-924 |#1|))) (-15 -1908 ($)) (-15 -4036 ($ |#1|)) (-15 -3984 ($ |#1|)) (-15 -2703 ($ |#1|)) (-15 -2881 ($ |#1| |#1| |#1|)) (-15 -1306 ($ |#1| |#1| |#1|)))) (-13 (-357) (-1176))) (T -222))
-((* (*1 *2 *1 *2) (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176))) (-5 *1 (-222 *3)))) (-1908 (*1 *1) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))) (-4036 (*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))) (-3984 (*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))) (-2703 (*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))) (-2881 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))) (-1306 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))))
-(-13 (-671 |#1| (-1237 |#1|) (-1237 |#1|)) (-10 -8 (-15 * ((-924 |#1|) $ (-924 |#1|))) (-15 -1908 ($)) (-15 -4036 ($ |#1|)) (-15 -3984 ($ |#1|)) (-15 -2703 ($ |#1|)) (-15 -2881 ($ |#1| |#1| |#1|)) (-15 -1306 ($ |#1| |#1| |#1|))))
-((-1740 (($ (-1 (-111) |#2|) $) 16)) (-1625 (($ |#2| $) NIL) (($ (-1 (-111) |#2|) $) 25)) (-3680 (($) NIL) (($ (-629 |#2|)) 11)) (-1613 (((-111) $ $) 23)))
-(((-223 |#1| |#2|) (-10 -8 (-15 -1740 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1625 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1625 (|#1| |#2| |#1|)) (-15 -3680 (|#1| (-629 |#2|))) (-15 -3680 (|#1|)) (-15 -1613 ((-111) |#1| |#1|))) (-224 |#2|) (-1078)) (T -223))
-NIL
-(-10 -8 (-15 -1740 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1625 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1625 (|#1| |#2| |#1|)) (-15 -3680 (|#1| (-629 |#2|))) (-15 -3680 (|#1|)) (-15 -1613 ((-111) |#1| |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-1740 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ |#1| $) 47 (|has| $ (-6 -4368))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4368)))) (-2655 (($ |#1| $) 57 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4368)))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-3680 (($) 49) (($ (-629 |#1|)) 48)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 59 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 50)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) 42)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-224 |#1|) (-137) (-1078)) (T -224))
+(-13 (-1079) (-10 -8 (-15 -9 ($) -3929) (-15 -8 ($) -3929) (-15 -7 ($) -3929)))
+((-3200 (((-111) $ $) NIL)) (-4292 (((-499) $) 8)) (-4056 (((-1137) $) NIL)) (-1430 (((-181) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 14)) (-3396 (((-1099) $) NIL)) (-1614 (((-111) $ $) 11)))
+(((-182) (-13 (-1079) (-10 -8 (-15 -4292 ((-499) $)) (-15 -1430 ((-181) $)) (-15 -3396 ((-1099) $))))) (T -182))
+((-4292 (*1 *2 *1) (-12 (-5 *2 (-499)) (-5 *1 (-182)))) (-1430 (*1 *2 *1) (-12 (-5 *2 (-181)) (-5 *1 (-182)))) (-3396 (*1 *2 *1) (-12 (-5 *2 (-1099)) (-5 *1 (-182)))))
+(-13 (-1079) (-10 -8 (-15 -4292 ((-499) $)) (-15 -1430 ((-181) $)) (-15 -3396 ((-1099) $))))
+((-1740 ((|#2| |#2|) 28)) (-3979 (((-111) |#2|) 19)) (-3498 (((-310 |#1|) |#2|) 12)) (-3508 (((-310 |#1|) |#2|) 14)) (-2718 ((|#2| |#2| (-1155)) 68) ((|#2| |#2|) 69)) (-3370 (((-166 (-310 |#1|)) |#2|) 10)) (-4194 ((|#2| |#2| (-1155)) 65) ((|#2| |#2|) 59)))
+(((-183 |#1| |#2|) (-10 -7 (-15 -2718 (|#2| |#2|)) (-15 -2718 (|#2| |#2| (-1155))) (-15 -4194 (|#2| |#2|)) (-15 -4194 (|#2| |#2| (-1155))) (-15 -3498 ((-310 |#1|) |#2|)) (-15 -3508 ((-310 |#1|) |#2|)) (-15 -3979 ((-111) |#2|)) (-15 -1740 (|#2| |#2|)) (-15 -3370 ((-166 (-310 |#1|)) |#2|))) (-13 (-545) (-833) (-1020 (-553))) (-13 (-27) (-1177) (-424 (-166 |#1|)))) (T -183))
+((-3370 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-166 (-310 *4))) (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 (-166 *4)))))) (-1740 (*1 *2 *2) (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)))) (-5 *1 (-183 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 (-166 *3)))))) (-3979 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-111)) (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 (-166 *4)))))) (-3508 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-310 *4)) (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 (-166 *4)))))) (-3498 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-310 *4)) (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 (-166 *4)))))) (-4194 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-5 *1 (-183 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 (-166 *4)))))) (-4194 (*1 *2 *2) (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)))) (-5 *1 (-183 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 (-166 *3)))))) (-2718 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-5 *1 (-183 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 (-166 *4)))))) (-2718 (*1 *2 *2) (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)))) (-5 *1 (-183 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 (-166 *3)))))))
+(-10 -7 (-15 -2718 (|#2| |#2|)) (-15 -2718 (|#2| |#2| (-1155))) (-15 -4194 (|#2| |#2|)) (-15 -4194 (|#2| |#2| (-1155))) (-15 -3498 ((-310 |#1|) |#2|)) (-15 -3508 ((-310 |#1|) |#2|)) (-15 -3979 ((-111) |#2|)) (-15 -1740 (|#2| |#2|)) (-15 -3370 ((-166 (-310 |#1|)) |#2|)))
+((-2011 (((-1238 (-674 (-934 |#1|))) (-1238 (-674 |#1|))) 24)) (-3212 (((-1238 (-674 (-401 (-934 |#1|)))) (-1238 (-674 |#1|))) 33)))
+(((-184 |#1|) (-10 -7 (-15 -2011 ((-1238 (-674 (-934 |#1|))) (-1238 (-674 |#1|)))) (-15 -3212 ((-1238 (-674 (-401 (-934 |#1|)))) (-1238 (-674 |#1|))))) (-169)) (T -184))
+((-3212 (*1 *2 *3) (-12 (-5 *3 (-1238 (-674 *4))) (-4 *4 (-169)) (-5 *2 (-1238 (-674 (-401 (-934 *4))))) (-5 *1 (-184 *4)))) (-2011 (*1 *2 *3) (-12 (-5 *3 (-1238 (-674 *4))) (-4 *4 (-169)) (-5 *2 (-1238 (-674 (-934 *4)))) (-5 *1 (-184 *4)))))
+(-10 -7 (-15 -2011 ((-1238 (-674 (-934 |#1|))) (-1238 (-674 |#1|)))) (-15 -3212 ((-1238 (-674 (-401 (-934 |#1|)))) (-1238 (-674 |#1|)))))
+((-1850 (((-1157 (-401 (-553))) (-1157 (-401 (-553))) (-1157 (-401 (-553)))) 66)) (-4139 (((-1157 (-401 (-553))) (-630 (-553)) (-630 (-553))) 75)) (-3313 (((-1157 (-401 (-553))) (-553)) 40)) (-1373 (((-1157 (-401 (-553))) (-553)) 52)) (-2433 (((-401 (-553)) (-1157 (-401 (-553)))) 62)) (-2604 (((-1157 (-401 (-553))) (-553)) 32)) (-4080 (((-1157 (-401 (-553))) (-553)) 48)) (-2503 (((-1157 (-401 (-553))) (-553)) 46)) (-3395 (((-1157 (-401 (-553))) (-1157 (-401 (-553))) (-1157 (-401 (-553)))) 60)) (-4297 (((-1157 (-401 (-553))) (-553)) 25)) (-3081 (((-401 (-553)) (-1157 (-401 (-553))) (-1157 (-401 (-553)))) 64)) (-3448 (((-1157 (-401 (-553))) (-553)) 30)) (-1933 (((-1157 (-401 (-553))) (-630 (-553))) 72)))
+(((-185) (-10 -7 (-15 -4297 ((-1157 (-401 (-553))) (-553))) (-15 -3313 ((-1157 (-401 (-553))) (-553))) (-15 -2604 ((-1157 (-401 (-553))) (-553))) (-15 -3448 ((-1157 (-401 (-553))) (-553))) (-15 -2503 ((-1157 (-401 (-553))) (-553))) (-15 -4080 ((-1157 (-401 (-553))) (-553))) (-15 -1373 ((-1157 (-401 (-553))) (-553))) (-15 -3081 ((-401 (-553)) (-1157 (-401 (-553))) (-1157 (-401 (-553))))) (-15 -3395 ((-1157 (-401 (-553))) (-1157 (-401 (-553))) (-1157 (-401 (-553))))) (-15 -2433 ((-401 (-553)) (-1157 (-401 (-553))))) (-15 -1850 ((-1157 (-401 (-553))) (-1157 (-401 (-553))) (-1157 (-401 (-553))))) (-15 -1933 ((-1157 (-401 (-553))) (-630 (-553)))) (-15 -4139 ((-1157 (-401 (-553))) (-630 (-553)) (-630 (-553)))))) (T -185))
+((-4139 (*1 *2 *3 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)))) (-1933 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)))) (-1850 (*1 *2 *2 *2) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)))) (-2433 (*1 *2 *3) (-12 (-5 *3 (-1157 (-401 (-553)))) (-5 *2 (-401 (-553))) (-5 *1 (-185)))) (-3395 (*1 *2 *2 *2) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)))) (-3081 (*1 *2 *3 *3) (-12 (-5 *3 (-1157 (-401 (-553)))) (-5 *2 (-401 (-553))) (-5 *1 (-185)))) (-1373 (*1 *2 *3) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))) (-4080 (*1 *2 *3) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))) (-2503 (*1 *2 *3) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))) (-3448 (*1 *2 *3) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))) (-2604 (*1 *2 *3) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))) (-3313 (*1 *2 *3) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))) (-4297 (*1 *2 *3) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))))
+(-10 -7 (-15 -4297 ((-1157 (-401 (-553))) (-553))) (-15 -3313 ((-1157 (-401 (-553))) (-553))) (-15 -2604 ((-1157 (-401 (-553))) (-553))) (-15 -3448 ((-1157 (-401 (-553))) (-553))) (-15 -2503 ((-1157 (-401 (-553))) (-553))) (-15 -4080 ((-1157 (-401 (-553))) (-553))) (-15 -1373 ((-1157 (-401 (-553))) (-553))) (-15 -3081 ((-401 (-553)) (-1157 (-401 (-553))) (-1157 (-401 (-553))))) (-15 -3395 ((-1157 (-401 (-553))) (-1157 (-401 (-553))) (-1157 (-401 (-553))))) (-15 -2433 ((-401 (-553)) (-1157 (-401 (-553))))) (-15 -1850 ((-1157 (-401 (-553))) (-1157 (-401 (-553))) (-1157 (-401 (-553))))) (-15 -1933 ((-1157 (-401 (-553))) (-630 (-553)))) (-15 -4139 ((-1157 (-401 (-553))) (-630 (-553)) (-630 (-553)))))
+((-2715 (((-412 (-1151 (-553))) (-553)) 28)) (-1988 (((-630 (-1151 (-553))) (-553)) 23)) (-3014 (((-1151 (-553)) (-553)) 21)))
+(((-186) (-10 -7 (-15 -1988 ((-630 (-1151 (-553))) (-553))) (-15 -3014 ((-1151 (-553)) (-553))) (-15 -2715 ((-412 (-1151 (-553))) (-553))))) (T -186))
+((-2715 (*1 *2 *3) (-12 (-5 *2 (-412 (-1151 (-553)))) (-5 *1 (-186)) (-5 *3 (-553)))) (-3014 (*1 *2 *3) (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-186)) (-5 *3 (-553)))) (-1988 (*1 *2 *3) (-12 (-5 *2 (-630 (-1151 (-553)))) (-5 *1 (-186)) (-5 *3 (-553)))))
+(-10 -7 (-15 -1988 ((-630 (-1151 (-553))) (-553))) (-15 -3014 ((-1151 (-553)) (-553))) (-15 -2715 ((-412 (-1151 (-553))) (-553))))
+((-3811 (((-1135 (-220)) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 104)) (-3186 (((-630 (-1137)) (-1135 (-220))) NIL)) (-1673 (((-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 80)) (-3677 (((-630 (-220)) (-310 (-220)) (-1155) (-1073 (-826 (-220)))) NIL)) (-1855 (((-630 (-1137)) (-630 (-220))) NIL)) (-2382 (((-220) (-1073 (-826 (-220)))) 24)) (-3721 (((-220) (-1073 (-826 (-220)))) 25)) (-4048 (((-373) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 97)) (-1644 (((-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 42)) (-1349 (((-1137) (-220)) NIL)) (-2644 (((-1137) (-630 (-1137))) 20)) (-3107 (((-1017) (-1155) (-1155) (-1017)) 13)))
+(((-187) (-10 -7 (-15 -1673 ((-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1644 ((-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2382 ((-220) (-1073 (-826 (-220))))) (-15 -3721 ((-220) (-1073 (-826 (-220))))) (-15 -4048 ((-373) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3677 ((-630 (-220)) (-310 (-220)) (-1155) (-1073 (-826 (-220))))) (-15 -3811 ((-1135 (-220)) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1349 ((-1137) (-220))) (-15 -1855 ((-630 (-1137)) (-630 (-220)))) (-15 -3186 ((-630 (-1137)) (-1135 (-220)))) (-15 -2644 ((-1137) (-630 (-1137)))) (-15 -3107 ((-1017) (-1155) (-1155) (-1017))))) (T -187))
+((-3107 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1017)) (-5 *3 (-1155)) (-5 *1 (-187)))) (-2644 (*1 *2 *3) (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-1137)) (-5 *1 (-187)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-1135 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-187)))) (-1855 (*1 *2 *3) (-12 (-5 *3 (-630 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-187)))) (-1349 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1137)) (-5 *1 (-187)))) (-3811 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-1135 (-220))) (-5 *1 (-187)))) (-3677 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-1155)) (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-630 (-220))) (-5 *1 (-187)))) (-4048 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-187)))) (-3721 (*1 *2 *3) (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-187)))) (-2382 (*1 *2 *3) (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-187)))) (-1644 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-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 (-187)))) (-1673 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-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 (-187)))))
+(-10 -7 (-15 -1673 ((-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1644 ((-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2382 ((-220) (-1073 (-826 (-220))))) (-15 -3721 ((-220) (-1073 (-826 (-220))))) (-15 -4048 ((-373) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3677 ((-630 (-220)) (-310 (-220)) (-1155) (-1073 (-826 (-220))))) (-15 -3811 ((-1135 (-220)) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1349 ((-1137) (-220))) (-15 -1855 ((-630 (-1137)) (-630 (-220)))) (-15 -3186 ((-630 (-1137)) (-1135 (-220)))) (-15 -2644 ((-1137) (-630 (-1137)))) (-15 -3107 ((-1017) (-1155) (-1155) (-1017))))
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 55) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 32) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-188) (-773)) (T -188))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 60) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 41) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-189) (-773)) (T -189))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 69) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 40) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-190) (-773)) (T -190))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 56) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 34) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-191) (-773)) (T -191))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 67) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 38) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-192) (-773)) (T -192))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 73) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 36) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-193) (-773)) (T -193))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 80) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 44) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-194) (-773)) (T -194))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 70) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 40) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-195) (-773)) (T -195))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 65)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 32)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-196) (-773)) (T -196))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 63)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 34)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-197) (-773)) (T -197))
+NIL
+(-773)
+((-3200 (((-111) $ $) NIL)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 90) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 78) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-198) (-773)) (T -198))
+NIL
+(-773)
+((-1358 (((-3 (-2 (|:| -1443 (-113)) (|:| |w| (-220))) "failed") (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 85)) (-3589 (((-553) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 42)) (-1901 (((-3 (-630 (-220)) "failed") (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 73)))
+(((-199) (-10 -7 (-15 -1358 ((-3 (-2 (|:| -1443 (-113)) (|:| |w| (-220))) "failed") (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1901 ((-3 (-630 (-220)) "failed") (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3589 ((-553) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (T -199))
+((-3589 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-553)) (-5 *1 (-199)))) (-1901 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-630 (-220))) (-5 *1 (-199)))) (-1358 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| -1443 (-113)) (|:| |w| (-220)))) (-5 *1 (-199)))))
+(-10 -7 (-15 -1358 ((-3 (-2 (|:| -1443 (-113)) (|:| |w| (-220))) "failed") (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1901 ((-3 (-630 (-220)) "failed") (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3589 ((-553) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))
+((-2335 (((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 39)) (-2457 (((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 129)) (-2417 (((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-674 (-310 (-220)))) 88)) (-3983 (((-373) (-674 (-310 (-220)))) 112)) (-3414 (((-674 (-310 (-220))) (-1238 (-310 (-220))) (-630 (-1155))) 109)) (-2949 (((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 30)) (-1841 (((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 43)) (-2433 (((-674 (-310 (-220))) (-674 (-310 (-220))) (-630 (-1155)) (-1238 (-310 (-220)))) 101)) (-2449 (((-373) (-373) (-630 (-373))) 106) (((-373) (-373) (-373)) 104)) (-3812 (((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 36)))
+(((-200) (-10 -7 (-15 -2449 ((-373) (-373) (-373))) (-15 -2449 ((-373) (-373) (-630 (-373)))) (-15 -3983 ((-373) (-674 (-310 (-220))))) (-15 -3414 ((-674 (-310 (-220))) (-1238 (-310 (-220))) (-630 (-1155)))) (-15 -2433 ((-674 (-310 (-220))) (-674 (-310 (-220))) (-630 (-1155)) (-1238 (-310 (-220))))) (-15 -2417 ((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-674 (-310 (-220))))) (-15 -2457 ((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2335 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1841 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3812 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2949 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (T -200))
+((-2949 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-3812 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-1841 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-2335 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-2457 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373)))) (-5 *1 (-200)))) (-2417 (*1 *2 *3) (-12 (-5 *3 (-674 (-310 (-220)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373)))) (-5 *1 (-200)))) (-2433 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-674 (-310 (-220)))) (-5 *3 (-630 (-1155))) (-5 *4 (-1238 (-310 (-220)))) (-5 *1 (-200)))) (-3414 (*1 *2 *3 *4) (-12 (-5 *3 (-1238 (-310 (-220)))) (-5 *4 (-630 (-1155))) (-5 *2 (-674 (-310 (-220)))) (-5 *1 (-200)))) (-3983 (*1 *2 *3) (-12 (-5 *3 (-674 (-310 (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))) (-2449 (*1 *2 *2 *3) (-12 (-5 *3 (-630 (-373))) (-5 *2 (-373)) (-5 *1 (-200)))) (-2449 (*1 *2 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-200)))))
+(-10 -7 (-15 -2449 ((-373) (-373) (-373))) (-15 -2449 ((-373) (-373) (-630 (-373)))) (-15 -3983 ((-373) (-674 (-310 (-220))))) (-15 -3414 ((-674 (-310 (-220))) (-1238 (-310 (-220))) (-630 (-1155)))) (-15 -2433 ((-674 (-310 (-220))) (-674 (-310 (-220))) (-630 (-1155)) (-1238 (-310 (-220))))) (-15 -2417 ((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-674 (-310 (-220))))) (-15 -2457 ((-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2335 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1841 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3812 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2949 ((-373) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))
+((-3200 (((-111) $ $) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 41)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-4104 (((-1017) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 64)) (-1614 (((-111) $ $) NIL)))
+(((-201) (-786)) (T -201))
+NIL
+(-786)
+((-3200 (((-111) $ $) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 41)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-4104 (((-1017) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 62)) (-1614 (((-111) $ $) NIL)))
+(((-202) (-786)) (T -202))
+NIL
+(-786)
+((-3200 (((-111) $ $) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 40)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-4104 (((-1017) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 66)) (-1614 (((-111) $ $) NIL)))
+(((-203) (-786)) (T -203))
+NIL
+(-786)
+((-3200 (((-111) $ $) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 46)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-4104 (((-1017) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 75)) (-1614 (((-111) $ $) NIL)))
+(((-204) (-786)) (T -204))
+NIL
+(-786)
+((-2813 (((-630 (-1155)) (-1155) (-757)) 23)) (-3908 (((-310 (-220)) (-310 (-220))) 31)) (-1568 (((-111) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) 73)) (-1329 (((-111) (-220) (-220) (-630 (-310 (-220)))) 44)))
+(((-205) (-10 -7 (-15 -2813 ((-630 (-1155)) (-1155) (-757))) (-15 -3908 ((-310 (-220)) (-310 (-220)))) (-15 -1329 ((-111) (-220) (-220) (-630 (-310 (-220))))) (-15 -1568 ((-111) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220))))))) (T -205))
+((-1568 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) (-5 *2 (-111)) (-5 *1 (-205)))) (-1329 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-630 (-310 (-220)))) (-5 *3 (-220)) (-5 *2 (-111)) (-5 *1 (-205)))) (-3908 (*1 *2 *2) (-12 (-5 *2 (-310 (-220))) (-5 *1 (-205)))) (-2813 (*1 *2 *3 *4) (-12 (-5 *4 (-757)) (-5 *2 (-630 (-1155))) (-5 *1 (-205)) (-5 *3 (-1155)))))
+(-10 -7 (-15 -2813 ((-630 (-1155)) (-1155) (-757))) (-15 -3908 ((-310 (-220)) (-310 (-220)))) (-15 -1329 ((-111) (-220) (-220) (-630 (-310 (-220))))) (-15 -1568 ((-111) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220))))))
+((-3200 (((-111) $ $) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) 26)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-2180 (((-1017) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) 57)) (-1614 (((-111) $ $) NIL)))
+(((-206) (-877)) (T -206))
+NIL
+(-877)
+((-3200 (((-111) $ $) NIL)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) 21)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-2180 (((-1017) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-207) (-877)) (T -207))
+NIL
+(-877)
+((-3200 (((-111) $ $) NIL)) (-2902 ((|#2| $ (-757) |#2|) 11)) (-2891 ((|#2| $ (-757)) 10)) (-3306 (($) 8)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 18)) (-1614 (((-111) $ $) 13)))
+(((-208 |#1| |#2|) (-13 (-1079) (-10 -8 (-15 -3306 ($)) (-15 -2891 (|#2| $ (-757))) (-15 -2902 (|#2| $ (-757) |#2|)))) (-903) (-1079)) (T -208))
+((-3306 (*1 *1) (-12 (-5 *1 (-208 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1079)))) (-2891 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *2 (-1079)) (-5 *1 (-208 *4 *2)) (-14 *4 (-903)))) (-2902 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-208 *4 *2)) (-14 *4 (-903)) (-4 *2 (-1079)))))
+(-13 (-1079) (-10 -8 (-15 -3306 ($)) (-15 -2891 (|#2| $ (-757))) (-15 -2902 (|#2| $ (-757) |#2|))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-1322 (((-1243) $) 36) (((-1243) $ (-903) (-903)) 38)) (-2061 (($ $ (-971)) 19) (((-240 (-1137)) $ (-1155)) 15)) (-2595 (((-1243) $) 34)) (-3212 (((-845) $) 31) (($ (-630 |#1|)) 8)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $ $) 27)) (-1699 (($ $ $) 22)))
+(((-209 |#1|) (-13 (-1079) (-10 -8 (-15 -2061 ($ $ (-971))) (-15 -2061 ((-240 (-1137)) $ (-1155))) (-15 -1699 ($ $ $)) (-15 -1710 ($ $ $)) (-15 -3212 ($ (-630 |#1|))) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $)) (-15 -1322 ((-1243) $ (-903) (-903))))) (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $))))) (T -209))
+((-2061 (*1 *1 *1 *2) (-12 (-5 *2 (-971)) (-5 *1 (-209 *3)) (-4 *3 (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $))))))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-240 (-1137))) (-5 *1 (-209 *4)) (-4 *4 (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ *3)) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $))))))) (-1699 (*1 *1 *1 *1) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $))))))) (-1710 (*1 *1 *1 *1) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $))))))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $))))) (-5 *1 (-209 *3)))) (-2595 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-209 *3)) (-4 *3 (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 (*2 $)) (-15 -1322 (*2 $))))))) (-1322 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-209 *3)) (-4 *3 (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 (*2 $)) (-15 -1322 (*2 $))))))) (-1322 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1243)) (-5 *1 (-209 *4)) (-4 *4 (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 (*2 $)) (-15 -1322 (*2 $))))))))
+(-13 (-1079) (-10 -8 (-15 -2061 ($ $ (-971))) (-15 -2061 ((-240 (-1137)) $ (-1155))) (-15 -1699 ($ $ $)) (-15 -1710 ($ $ $)) (-15 -3212 ($ (-630 |#1|))) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $)) (-15 -1322 ((-1243) $ (-903) (-903)))))
+((-1797 ((|#2| |#4| (-1 |#2| |#2|)) 46)))
+(((-210 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1797 (|#2| |#4| (-1 |#2| |#2|)))) (-357) (-1214 |#1|) (-1214 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -210))
+((-1797 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-357)) (-4 *6 (-1214 (-401 *2))) (-4 *2 (-1214 *5)) (-5 *1 (-210 *5 *2 *6 *3)) (-4 *3 (-336 *5 *2 *6)))))
+(-10 -7 (-15 -1797 (|#2| |#4| (-1 |#2| |#2|))))
+((-4146 ((|#2| |#2| (-757) |#2|) 42)) (-3044 ((|#2| |#2| (-757) |#2|) 38)) (-1977 (((-630 |#2|) (-630 (-2 (|:| |deg| (-757)) (|:| -3052 |#2|)))) 57)) (-3374 (((-630 (-2 (|:| |deg| (-757)) (|:| -3052 |#2|))) |#2|) 53)) (-4230 (((-111) |#2|) 50)) (-1380 (((-412 |#2|) |#2|) 77)) (-3476 (((-412 |#2|) |#2|) 76)) (-2597 ((|#2| |#2| (-757) |#2|) 36)) (-2369 (((-2 (|:| |cont| |#1|) (|:| -3688 (-630 (-2 (|:| |irr| |#2|) (|:| -3981 (-553)))))) |#2| (-111)) 69)))
+(((-211 |#1| |#2|) (-10 -7 (-15 -3476 ((-412 |#2|) |#2|)) (-15 -1380 ((-412 |#2|) |#2|)) (-15 -2369 ((-2 (|:| |cont| |#1|) (|:| -3688 (-630 (-2 (|:| |irr| |#2|) (|:| -3981 (-553)))))) |#2| (-111))) (-15 -3374 ((-630 (-2 (|:| |deg| (-757)) (|:| -3052 |#2|))) |#2|)) (-15 -1977 ((-630 |#2|) (-630 (-2 (|:| |deg| (-757)) (|:| -3052 |#2|))))) (-15 -2597 (|#2| |#2| (-757) |#2|)) (-15 -3044 (|#2| |#2| (-757) |#2|)) (-15 -4146 (|#2| |#2| (-757) |#2|)) (-15 -4230 ((-111) |#2|))) (-343) (-1214 |#1|)) (T -211))
+((-4230 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-211 *4 *3)) (-4 *3 (-1214 *4)))) (-4146 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-757)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2)) (-4 *2 (-1214 *4)))) (-3044 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-757)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2)) (-4 *2 (-1214 *4)))) (-2597 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-757)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2)) (-4 *2 (-1214 *4)))) (-1977 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| |deg| (-757)) (|:| -3052 *5)))) (-4 *5 (-1214 *4)) (-4 *4 (-343)) (-5 *2 (-630 *5)) (-5 *1 (-211 *4 *5)))) (-3374 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-630 (-2 (|:| |deg| (-757)) (|:| -3052 *3)))) (-5 *1 (-211 *4 *3)) (-4 *3 (-1214 *4)))) (-2369 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-343)) (-5 *2 (-2 (|:| |cont| *5) (|:| -3688 (-630 (-2 (|:| |irr| *3) (|:| -3981 (-553))))))) (-5 *1 (-211 *5 *3)) (-4 *3 (-1214 *5)))) (-1380 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-412 *3)) (-5 *1 (-211 *4 *3)) (-4 *3 (-1214 *4)))) (-3476 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-412 *3)) (-5 *1 (-211 *4 *3)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -3476 ((-412 |#2|) |#2|)) (-15 -1380 ((-412 |#2|) |#2|)) (-15 -2369 ((-2 (|:| |cont| |#1|) (|:| -3688 (-630 (-2 (|:| |irr| |#2|) (|:| -3981 (-553)))))) |#2| (-111))) (-15 -3374 ((-630 (-2 (|:| |deg| (-757)) (|:| -3052 |#2|))) |#2|)) (-15 -1977 ((-630 |#2|) (-630 (-2 (|:| |deg| (-757)) (|:| -3052 |#2|))))) (-15 -2597 (|#2| |#2| (-757) |#2|)) (-15 -3044 (|#2| |#2| (-757) |#2|)) (-15 -4146 (|#2| |#2| (-757) |#2|)) (-15 -4230 ((-111) |#2|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 (((-553) $) NIL (|has| (-553) (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL (|has| (-553) (-806)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-1155) "failed") $) NIL (|has| (-553) (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-553) (-1020 (-553)))) (((-3 (-553) "failed") $) NIL (|has| (-553) (-1020 (-553))))) (-2831 (((-553) $) NIL) (((-1155) $) NIL (|has| (-553) (-1020 (-1155)))) (((-401 (-553)) $) NIL (|has| (-553) (-1020 (-553)))) (((-553) $) NIL (|has| (-553) (-1020 (-553))))) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| (-553) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-553) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-674 (-553)) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-553) (-538)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2184 (((-111) $) NIL (|has| (-553) (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| (-553) (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| (-553) (-868 (-373))))) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL)) (-4013 (((-553) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| (-553) (-1130)))) (-2260 (((-111) $) NIL (|has| (-553) (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| (-553) (-833)))) (-1478 (($ (-1 (-553) (-553)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-553) (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL (|has| (-553) (-301))) (((-401 (-553)) $) NIL)) (-1278 (((-553) $) NIL (|has| (-553) (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2433 (($ $ (-630 (-553)) (-630 (-553))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-553) (-553)) NIL (|has| (-553) (-303 (-553)))) (($ $ (-288 (-553))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-630 (-288 (-553)))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-630 (-1155)) (-630 (-553))) NIL (|has| (-553) (-507 (-1155) (-553)))) (($ $ (-1155) (-553)) NIL (|has| (-553) (-507 (-1155) (-553))))) (-3879 (((-757) $) NIL)) (-2061 (($ $ (-553)) NIL (|has| (-553) (-280 (-553) (-553))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) NIL (|has| (-553) (-228))) (($ $ (-757)) NIL (|has| (-553) (-228))) (($ $ (-1155)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1 (-553) (-553)) (-757)) NIL) (($ $ (-1 (-553) (-553))) NIL)) (-2237 (($ $) NIL)) (-4024 (((-553) $) NIL)) (-3440 (($ (-401 (-553))) 9)) (-1523 (((-874 (-553)) $) NIL (|has| (-553) (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| (-553) (-601 (-874 (-373))))) (((-529) $) NIL (|has| (-553) (-601 (-529)))) (((-373) $) NIL (|has| (-553) (-1004))) (((-220) $) NIL (|has| (-553) (-1004)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| (-553) (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) 8) (($ (-553)) NIL) (($ (-1155)) NIL (|has| (-553) (-1020 (-1155)))) (((-401 (-553)) $) NIL) (((-986 10) $) 10)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| (-553) (-891))) (|has| (-553) (-142))))) (-1348 (((-757)) NIL)) (-3609 (((-553) $) NIL (|has| (-553) (-538)))) (-2453 (((-111) $ $) NIL)) (-1411 (($ $) NIL (|has| (-553) (-806)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $) NIL (|has| (-553) (-228))) (($ $ (-757)) NIL (|has| (-553) (-228))) (($ $ (-1155)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1 (-553) (-553)) (-757)) NIL) (($ $ (-1 (-553) (-553))) NIL)) (-1667 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1633 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1721 (($ $ $) NIL) (($ (-553) (-553)) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ (-553) $) NIL) (($ $ (-553)) NIL)))
+(((-212) (-13 (-974 (-553)) (-10 -8 (-15 -3212 ((-401 (-553)) $)) (-15 -3212 ((-986 10) $)) (-15 -2079 ((-401 (-553)) $)) (-15 -3440 ($ (-401 (-553))))))) (T -212))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-212)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-986 10)) (-5 *1 (-212)))) (-2079 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-212)))) (-3440 (*1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-212)))))
+(-13 (-974 (-553)) (-10 -8 (-15 -3212 ((-401 (-553)) $)) (-15 -3212 ((-986 10) $)) (-15 -2079 ((-401 (-553)) $)) (-15 -3440 ($ (-401 (-553))))))
+((-3200 (((-111) $ $) NIL)) (-1338 (((-1097) $) 13)) (-4056 (((-1137) $) NIL)) (-2323 (((-476) $) 10)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 25) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-1114) $) 15)) (-1614 (((-111) $ $) NIL)))
+(((-213) (-13 (-1062) (-10 -8 (-15 -2323 ((-476) $)) (-15 -1338 ((-1097) $)) (-15 -4300 ((-1114) $))))) (T -213))
+((-2323 (*1 *2 *1) (-12 (-5 *2 (-476)) (-5 *1 (-213)))) (-1338 (*1 *2 *1) (-12 (-5 *2 (-1097)) (-5 *1 (-213)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-213)))))
+(-13 (-1062) (-10 -8 (-15 -2323 ((-476) $)) (-15 -1338 ((-1097) $)) (-15 -4300 ((-1114) $))))
+((-1619 (((-3 (|:| |f1| (-826 |#2|)) (|:| |f2| (-630 (-826 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1071 (-826 |#2|)) (-1137)) 28) (((-3 (|:| |f1| (-826 |#2|)) (|:| |f2| (-630 (-826 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1071 (-826 |#2|))) 24)) (-2622 (((-3 (|:| |f1| (-826 |#2|)) (|:| |f2| (-630 (-826 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1155) (-826 |#2|) (-826 |#2|) (-111)) 17)))
+(((-214 |#1| |#2|) (-10 -7 (-15 -1619 ((-3 (|:| |f1| (-826 |#2|)) (|:| |f2| (-630 (-826 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1071 (-826 |#2|)))) (-15 -1619 ((-3 (|:| |f1| (-826 |#2|)) (|:| |f2| (-630 (-826 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1071 (-826 |#2|)) (-1137))) (-15 -2622 ((-3 (|:| |f1| (-826 |#2|)) (|:| |f2| (-630 (-826 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1155) (-826 |#2|) (-826 |#2|) (-111)))) (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))) (-13 (-1177) (-941) (-29 |#1|))) (T -214))
+((-2622 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1155)) (-5 *6 (-111)) (-4 *7 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-4 *3 (-13 (-1177) (-941) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-826 *3)) (|:| |f2| (-630 (-826 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-214 *7 *3)) (-5 *5 (-826 *3)))) (-1619 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1071 (-826 *3))) (-5 *5 (-1137)) (-4 *3 (-13 (-1177) (-941) (-29 *6))) (-4 *6 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-3 (|:| |f1| (-826 *3)) (|:| |f2| (-630 (-826 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-214 *6 *3)))) (-1619 (*1 *2 *3 *4) (-12 (-5 *4 (-1071 (-826 *3))) (-4 *3 (-13 (-1177) (-941) (-29 *5))) (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-3 (|:| |f1| (-826 *3)) (|:| |f2| (-630 (-826 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-214 *5 *3)))))
+(-10 -7 (-15 -1619 ((-3 (|:| |f1| (-826 |#2|)) (|:| |f2| (-630 (-826 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1071 (-826 |#2|)))) (-15 -1619 ((-3 (|:| |f1| (-826 |#2|)) (|:| |f2| (-630 (-826 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1071 (-826 |#2|)) (-1137))) (-15 -2622 ((-3 (|:| |f1| (-826 |#2|)) (|:| |f2| (-630 (-826 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1155) (-826 |#2|) (-826 |#2|) (-111))))
+((-1619 (((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-401 (-934 |#1|)))) (-1137)) 46) (((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-401 (-934 |#1|))))) 43) (((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-310 |#1|))) (-1137)) 47) (((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-310 |#1|)))) 20)))
+(((-215 |#1|) (-10 -7 (-15 -1619 ((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-310 |#1|))))) (-15 -1619 ((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-310 |#1|))) (-1137))) (-15 -1619 ((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-401 (-934 |#1|)))))) (-15 -1619 ((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-401 (-934 |#1|)))) (-1137)))) (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (T -215))
+((-1619 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1071 (-826 (-401 (-934 *6))))) (-5 *5 (-1137)) (-5 *3 (-401 (-934 *6))) (-4 *6 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-3 (|:| |f1| (-826 (-310 *6))) (|:| |f2| (-630 (-826 (-310 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-215 *6)))) (-1619 (*1 *2 *3 *4) (-12 (-5 *4 (-1071 (-826 (-401 (-934 *5))))) (-5 *3 (-401 (-934 *5))) (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-3 (|:| |f1| (-826 (-310 *5))) (|:| |f2| (-630 (-826 (-310 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-215 *5)))) (-1619 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-401 (-934 *6))) (-5 *4 (-1071 (-826 (-310 *6)))) (-5 *5 (-1137)) (-4 *6 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-3 (|:| |f1| (-826 (-310 *6))) (|:| |f2| (-630 (-826 (-310 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-215 *6)))) (-1619 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1071 (-826 (-310 *5)))) (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-3 (|:| |f1| (-826 (-310 *5))) (|:| |f2| (-630 (-826 (-310 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-215 *5)))))
+(-10 -7 (-15 -1619 ((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-310 |#1|))))) (-15 -1619 ((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-310 |#1|))) (-1137))) (-15 -1619 ((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-401 (-934 |#1|)))))) (-15 -1619 ((-3 (|:| |f1| (-826 (-310 |#1|))) (|:| |f2| (-630 (-826 (-310 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-401 (-934 |#1|)) (-1071 (-826 (-401 (-934 |#1|)))) (-1137))))
+((-3883 (((-2 (|:| -4112 (-1151 |#1|)) (|:| |deg| (-903))) (-1151 |#1|)) 21)) (-3924 (((-630 (-310 |#2|)) (-310 |#2|) (-903)) 42)))
+(((-216 |#1| |#2|) (-10 -7 (-15 -3883 ((-2 (|:| -4112 (-1151 |#1|)) (|:| |deg| (-903))) (-1151 |#1|))) (-15 -3924 ((-630 (-310 |#2|)) (-310 |#2|) (-903)))) (-1031) (-13 (-545) (-833))) (T -216))
+((-3924 (*1 *2 *3 *4) (-12 (-5 *4 (-903)) (-4 *6 (-13 (-545) (-833))) (-5 *2 (-630 (-310 *6))) (-5 *1 (-216 *5 *6)) (-5 *3 (-310 *6)) (-4 *5 (-1031)))) (-3883 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-5 *2 (-2 (|:| -4112 (-1151 *4)) (|:| |deg| (-903)))) (-5 *1 (-216 *4 *5)) (-5 *3 (-1151 *4)) (-4 *5 (-13 (-545) (-833))))))
+(-10 -7 (-15 -3883 ((-2 (|:| -4112 (-1151 |#1|)) (|:| |deg| (-903))) (-1151 |#1|))) (-15 -3924 ((-630 (-310 |#2|)) (-310 |#2|) (-903))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2979 ((|#1| $) NIL)) (-3445 ((|#1| $) 25)) (-2549 (((-111) $ (-757)) NIL)) (-3203 (($) NIL T CONST)) (-1539 (($ $) NIL)) (-3591 (($ $) 31)) (-2268 ((|#1| |#1| $) NIL)) (-3800 ((|#1| $) NIL)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-2555 (((-757) $) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3311 ((|#1| $) NIL)) (-1876 ((|#1| |#1| $) 28)) (-1661 ((|#1| |#1| $) 30)) (-1429 (($ |#1| $) NIL)) (-2385 (((-757) $) 27)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-3798 ((|#1| $) NIL)) (-3988 ((|#1| $) 26)) (-1958 ((|#1| $) 24)) (-2037 ((|#1| $) NIL)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-2471 ((|#1| |#1| $) NIL)) (-3437 (((-111) $) 9)) (-1422 (($) NIL)) (-2368 ((|#1| $) NIL)) (-3441 (($) NIL) (($ (-630 |#1|)) 16)) (-3906 (((-757) $) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-2702 ((|#1| $) 13)) (-4142 (($ (-630 |#1|)) NIL)) (-3262 ((|#1| $) NIL)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-217 |#1|) (-13 (-248 |#1|) (-10 -8 (-15 -3441 ($ (-630 |#1|))))) (-1079)) (T -217))
+((-3441 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-217 *3)))))
+(-13 (-248 |#1|) (-10 -8 (-15 -3441 ($ (-630 |#1|)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3799 (($ (-310 |#1|)) 23)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3867 (((-111) $) NIL)) (-1394 (((-3 (-310 |#1|) "failed") $) NIL)) (-2831 (((-310 |#1|) $) NIL)) (-3765 (($ $) 31)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-1478 (($ (-1 (-310 |#1|) (-310 |#1|)) $) NIL)) (-3743 (((-310 |#1|) $) NIL)) (-2096 (($ $) 30)) (-4056 (((-1137) $) NIL)) (-2997 (((-111) $) NIL)) (-2875 (((-1099) $) NIL)) (-4125 (($ (-757)) NIL)) (-2231 (($ $) 32)) (-2672 (((-553) $) NIL)) (-3212 (((-845) $) 57) (($ (-553)) NIL) (($ (-310 |#1|)) NIL)) (-1925 (((-310 |#1|) $ $) NIL)) (-1348 (((-757)) NIL)) (-3296 (($) 25 T CONST)) (-3308 (($) 50 T CONST)) (-1614 (((-111) $ $) 28)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 19)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 24) (($ (-310 |#1|) $) 18)))
+(((-218 |#1| |#2|) (-13 (-607 (-310 |#1|)) (-1020 (-310 |#1|)) (-10 -8 (-15 -3743 ((-310 |#1|) $)) (-15 -2096 ($ $)) (-15 -3765 ($ $)) (-15 -1925 ((-310 |#1|) $ $)) (-15 -4125 ($ (-757))) (-15 -2997 ((-111) $)) (-15 -3867 ((-111) $)) (-15 -2672 ((-553) $)) (-15 -1478 ($ (-1 (-310 |#1|) (-310 |#1|)) $)) (-15 -3799 ($ (-310 |#1|))) (-15 -2231 ($ $)))) (-13 (-1031) (-833)) (-630 (-1155))) (T -218))
+((-3743 (*1 *2 *1) (-12 (-5 *2 (-310 *3)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833))) (-14 *4 (-630 (-1155))))) (-2096 (*1 *1 *1) (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1031) (-833))) (-14 *3 (-630 (-1155))))) (-3765 (*1 *1 *1) (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1031) (-833))) (-14 *3 (-630 (-1155))))) (-1925 (*1 *2 *1 *1) (-12 (-5 *2 (-310 *3)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833))) (-14 *4 (-630 (-1155))))) (-4125 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833))) (-14 *4 (-630 (-1155))))) (-2997 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833))) (-14 *4 (-630 (-1155))))) (-3867 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833))) (-14 *4 (-630 (-1155))))) (-2672 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833))) (-14 *4 (-630 (-1155))))) (-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-310 *3) (-310 *3))) (-4 *3 (-13 (-1031) (-833))) (-5 *1 (-218 *3 *4)) (-14 *4 (-630 (-1155))))) (-3799 (*1 *1 *2) (-12 (-5 *2 (-310 *3)) (-4 *3 (-13 (-1031) (-833))) (-5 *1 (-218 *3 *4)) (-14 *4 (-630 (-1155))))) (-2231 (*1 *1 *1) (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1031) (-833))) (-14 *3 (-630 (-1155))))))
+(-13 (-607 (-310 |#1|)) (-1020 (-310 |#1|)) (-10 -8 (-15 -3743 ((-310 |#1|) $)) (-15 -2096 ($ $)) (-15 -3765 ($ $)) (-15 -1925 ((-310 |#1|) $ $)) (-15 -4125 ($ (-757))) (-15 -2997 ((-111) $)) (-15 -3867 ((-111) $)) (-15 -2672 ((-553) $)) (-15 -1478 ($ (-1 (-310 |#1|) (-310 |#1|)) $)) (-15 -3799 ($ (-310 |#1|))) (-15 -2231 ($ $))))
+((-1461 (((-111) (-1137)) 22)) (-4082 (((-3 (-826 |#2|) "failed") (-599 |#2|) |#2| (-826 |#2|) (-826 |#2|) (-111)) 32)) (-3478 (((-3 (-111) "failed") (-1151 |#2|) (-826 |#2|) (-826 |#2|) (-111)) 73) (((-3 (-111) "failed") (-934 |#1|) (-1155) (-826 |#2|) (-826 |#2|) (-111)) 74)))
+(((-219 |#1| |#2|) (-10 -7 (-15 -1461 ((-111) (-1137))) (-15 -4082 ((-3 (-826 |#2|) "failed") (-599 |#2|) |#2| (-826 |#2|) (-826 |#2|) (-111))) (-15 -3478 ((-3 (-111) "failed") (-934 |#1|) (-1155) (-826 |#2|) (-826 |#2|) (-111))) (-15 -3478 ((-3 (-111) "failed") (-1151 |#2|) (-826 |#2|) (-826 |#2|) (-111)))) (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))) (-13 (-1177) (-29 |#1|))) (T -219))
+((-3478 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-111)) (-5 *3 (-1151 *6)) (-5 *4 (-826 *6)) (-4 *6 (-13 (-1177) (-29 *5))) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-219 *5 *6)))) (-3478 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-111)) (-5 *3 (-934 *6)) (-5 *4 (-1155)) (-5 *5 (-826 *7)) (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-4 *7 (-13 (-1177) (-29 *6))) (-5 *1 (-219 *6 *7)))) (-4082 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-826 *4)) (-5 *3 (-599 *4)) (-5 *5 (-111)) (-4 *4 (-13 (-1177) (-29 *6))) (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-219 *6 *4)))) (-1461 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-111)) (-5 *1 (-219 *4 *5)) (-4 *5 (-13 (-1177) (-29 *4))))))
+(-10 -7 (-15 -1461 ((-111) (-1137))) (-15 -4082 ((-3 (-826 |#2|) "failed") (-599 |#2|) |#2| (-826 |#2|) (-826 |#2|) (-111))) (-15 -3478 ((-3 (-111) "failed") (-934 |#1|) (-1155) (-826 |#2|) (-826 |#2|) (-111))) (-15 -3478 ((-3 (-111) "failed") (-1151 |#2|) (-826 |#2|) (-826 |#2|) (-111))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 87)) (-2589 (((-553) $) 98)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-3027 (($ $) NIL)) (-2479 (($ $) 75)) (-2333 (($ $) 63)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3487 (($ $) 54)) (-3816 (((-111) $ $) NIL)) (-2456 (($ $) 73)) (-2306 (($ $) 61)) (-2299 (((-553) $) 115)) (-2505 (($ $) 78)) (-2360 (($ $) 65)) (-3203 (($) NIL T CONST)) (-3266 (($ $) NIL)) (-1394 (((-3 (-553) "failed") $) 114) (((-3 (-401 (-553)) "failed") $) 111)) (-2831 (((-553) $) 112) (((-401 (-553)) $) 109)) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) 91)) (-2477 (((-401 (-553)) $ (-757)) 107) (((-401 (-553)) $ (-757) (-757)) 106)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2179 (((-903)) 27) (((-903) (-903)) NIL (|has| $ (-6 -4360)))) (-2184 (((-111) $) NIL)) (-4041 (($) 37)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL)) (-2592 (((-553) $) 33)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL)) (-4233 (($ $) NIL)) (-2260 (((-111) $) 86)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) 51) (($) 32 (-12 (-4106 (|has| $ (-6 -4352))) (-4106 (|has| $ (-6 -4360)))))) (-2012 (($ $ $) 50) (($) 31 (-12 (-4106 (|has| $ (-6 -4352))) (-4106 (|has| $ (-6 -4360)))))) (-1834 (((-553) $) 25)) (-3610 (($ $) 28)) (-4070 (($ $) 55)) (-2431 (($ $) 60)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-4260 (((-903) (-553)) NIL (|has| $ (-6 -4360)))) (-2875 (((-1099) $) 89)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL)) (-1278 (($ $) NIL)) (-3393 (($ (-553) (-553)) NIL) (($ (-553) (-553) (-903)) 99)) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3503 (((-553) $) 26)) (-3931 (($) 36)) (-2854 (($ $) 59)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-4147 (((-903)) NIL) (((-903) (-903)) NIL (|has| $ (-6 -4360)))) (-3095 (($ $ (-757)) NIL) (($ $) 92)) (-3351 (((-903) (-553)) NIL (|has| $ (-6 -4360)))) (-2517 (($ $) 76)) (-2371 (($ $) 66)) (-2492 (($ $) 77)) (-2347 (($ $) 64)) (-2468 (($ $) 74)) (-2319 (($ $) 62)) (-1523 (((-373) $) 103) (((-220) $) 100) (((-874 (-373)) $) NIL) (((-529) $) 43)) (-3212 (((-845) $) 40) (($ (-553)) 58) (($ $) NIL) (($ (-401 (-553))) NIL) (($ (-553)) 58) (($ (-401 (-553))) NIL)) (-1348 (((-757)) NIL)) (-3609 (($ $) NIL)) (-3127 (((-903)) 30) (((-903) (-903)) NIL (|has| $ (-6 -4360)))) (-4173 (((-903)) 23)) (-3842 (($ $) 81)) (-2410 (($ $) 69) (($ $ $) 108)) (-2453 (((-111) $ $) NIL)) (-2529 (($ $) 79)) (-2383 (($ $) 67)) (-3862 (($ $) 84)) (-2434 (($ $) 72)) (-3013 (($ $) 82)) (-2445 (($ $) 70)) (-3852 (($ $) 83)) (-2421 (($ $) 71)) (-2542 (($ $) 80)) (-2396 (($ $) 68)) (-1411 (($ $) 116)) (-3296 (($) 34 T CONST)) (-3308 (($) 35 T CONST)) (-3632 (((-1137) $) 17) (((-1137) $ (-111)) 19) (((-1243) (-808) $) 20) (((-1243) (-808) $ (-111)) 21)) (-2584 (($ $) 95)) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-3067 (($ $ $) 97)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 52)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 44)) (-1721 (($ $ $) 85) (($ $ (-553)) 53)) (-1710 (($ $) 45) (($ $ $) 47)) (-1699 (($ $ $) 46)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) 56) (($ $ (-401 (-553))) 127) (($ $ $) 57)) (* (($ (-903) $) 29) (($ (-757) $) NIL) (($ (-553) $) 49) (($ $ $) 48) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL)))
+(((-220) (-13 (-398) (-228) (-814) (-1177) (-601 (-529)) (-10 -8 (-15 -1721 ($ $ (-553))) (-15 ** ($ $ $)) (-15 -3931 ($)) (-15 -3610 ($ $)) (-15 -4070 ($ $)) (-15 -2410 ($ $ $)) (-15 -2584 ($ $)) (-15 -3067 ($ $ $)) (-15 -2477 ((-401 (-553)) $ (-757))) (-15 -2477 ((-401 (-553)) $ (-757) (-757)))))) (T -220))
+((** (*1 *1 *1 *1) (-5 *1 (-220))) (-1721 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-220)))) (-3931 (*1 *1) (-5 *1 (-220))) (-3610 (*1 *1 *1) (-5 *1 (-220))) (-4070 (*1 *1 *1) (-5 *1 (-220))) (-2410 (*1 *1 *1 *1) (-5 *1 (-220))) (-2584 (*1 *1 *1) (-5 *1 (-220))) (-3067 (*1 *1 *1 *1) (-5 *1 (-220))) (-2477 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *2 (-401 (-553))) (-5 *1 (-220)))) (-2477 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-757)) (-5 *2 (-401 (-553))) (-5 *1 (-220)))))
+(-13 (-398) (-228) (-814) (-1177) (-601 (-529)) (-10 -8 (-15 -1721 ($ $ (-553))) (-15 ** ($ $ $)) (-15 -3931 ($)) (-15 -3610 ($ $)) (-15 -4070 ($ $)) (-15 -2410 ($ $ $)) (-15 -2584 ($ $)) (-15 -3067 ($ $ $)) (-15 -2477 ((-401 (-553)) $ (-757))) (-15 -2477 ((-401 (-553)) $ (-757) (-757)))))
+((-1792 (((-166 (-220)) (-757) (-166 (-220))) 11) (((-220) (-757) (-220)) 12)) (-1866 (((-166 (-220)) (-166 (-220))) 13) (((-220) (-220)) 14)) (-3708 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 19) (((-220) (-220) (-220)) 22)) (-3868 (((-166 (-220)) (-166 (-220))) 25) (((-220) (-220)) 24)) (-4102 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 43) (((-220) (-220) (-220)) 35)) (-3995 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 48) (((-220) (-220) (-220)) 45)) (-1782 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 15) (((-220) (-220) (-220)) 16)) (-2632 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 17) (((-220) (-220) (-220)) 18)) (-1448 (((-166 (-220)) (-166 (-220))) 60) (((-220) (-220)) 59)) (-2706 (((-220) (-220)) 54) (((-166 (-220)) (-166 (-220))) 58)) (-2584 (((-166 (-220)) (-166 (-220))) 8) (((-220) (-220)) 9)) (-3067 (((-166 (-220)) (-166 (-220)) (-166 (-220))) 30) (((-220) (-220) (-220)) 26)))
+(((-221) (-10 -7 (-15 -2584 ((-220) (-220))) (-15 -2584 ((-166 (-220)) (-166 (-220)))) (-15 -3067 ((-220) (-220) (-220))) (-15 -3067 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -1866 ((-220) (-220))) (-15 -1866 ((-166 (-220)) (-166 (-220)))) (-15 -3868 ((-220) (-220))) (-15 -3868 ((-166 (-220)) (-166 (-220)))) (-15 -1792 ((-220) (-757) (-220))) (-15 -1792 ((-166 (-220)) (-757) (-166 (-220)))) (-15 -1782 ((-220) (-220) (-220))) (-15 -1782 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -4102 ((-220) (-220) (-220))) (-15 -4102 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -2632 ((-220) (-220) (-220))) (-15 -2632 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -3995 ((-220) (-220) (-220))) (-15 -3995 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -2706 ((-166 (-220)) (-166 (-220)))) (-15 -2706 ((-220) (-220))) (-15 -1448 ((-220) (-220))) (-15 -1448 ((-166 (-220)) (-166 (-220)))) (-15 -3708 ((-220) (-220) (-220))) (-15 -3708 ((-166 (-220)) (-166 (-220)) (-166 (-220)))))) (T -221))
+((-3708 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3708 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-1448 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-1448 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-2706 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-2706 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3995 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3995 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-2632 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-2632 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-4102 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-4102 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-1782 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-1782 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-1792 (*1 *2 *3 *2) (-12 (-5 *2 (-166 (-220))) (-5 *3 (-757)) (-5 *1 (-221)))) (-1792 (*1 *2 *3 *2) (-12 (-5 *2 (-220)) (-5 *3 (-757)) (-5 *1 (-221)))) (-3868 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3868 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-1866 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-1866 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-3067 (*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-3067 (*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))) (-2584 (*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))) (-2584 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221)))))
+(-10 -7 (-15 -2584 ((-220) (-220))) (-15 -2584 ((-166 (-220)) (-166 (-220)))) (-15 -3067 ((-220) (-220) (-220))) (-15 -3067 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -1866 ((-220) (-220))) (-15 -1866 ((-166 (-220)) (-166 (-220)))) (-15 -3868 ((-220) (-220))) (-15 -3868 ((-166 (-220)) (-166 (-220)))) (-15 -1792 ((-220) (-757) (-220))) (-15 -1792 ((-166 (-220)) (-757) (-166 (-220)))) (-15 -1782 ((-220) (-220) (-220))) (-15 -1782 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -4102 ((-220) (-220) (-220))) (-15 -4102 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -2632 ((-220) (-220) (-220))) (-15 -2632 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -3995 ((-220) (-220) (-220))) (-15 -3995 ((-166 (-220)) (-166 (-220)) (-166 (-220)))) (-15 -2706 ((-166 (-220)) (-166 (-220)))) (-15 -2706 ((-220) (-220))) (-15 -1448 ((-220) (-220))) (-15 -1448 ((-166 (-220)) (-166 (-220)))) (-15 -3708 ((-220) (-220) (-220))) (-15 -3708 ((-166 (-220)) (-166 (-220)) (-166 (-220)))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2307 (($ (-757) (-757)) NIL)) (-3409 (($ $ $) NIL)) (-4092 (($ (-1238 |#1|)) NIL) (($ $) NIL)) (-1307 (($ |#1| |#1| |#1|) 32)) (-4188 (((-111) $) NIL)) (-2043 (($ $ (-553) (-553)) NIL)) (-4318 (($ $ (-553) (-553)) NIL)) (-3539 (($ $ (-553) (-553) (-553) (-553)) NIL)) (-3817 (($ $) NIL)) (-3109 (((-111) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-1468 (($ $ (-553) (-553) $) NIL)) (-1471 ((|#1| $ (-553) (-553) |#1|) NIL) (($ $ (-630 (-553)) (-630 (-553)) $) NIL)) (-3426 (($ $ (-553) (-1238 |#1|)) NIL)) (-2778 (($ $ (-553) (-1238 |#1|)) NIL)) (-1554 (($ |#1| |#1| |#1|) 31)) (-2685 (($ (-757) |#1|) NIL)) (-3203 (($) NIL T CONST)) (-3399 (($ $) NIL (|has| |#1| (-301)))) (-1310 (((-1238 |#1|) $ (-553)) NIL)) (-3598 (($ |#1|) 30)) (-1934 (($ |#1|) 29)) (-4309 (($ |#1|) 28)) (-2129 (((-757) $) NIL (|has| |#1| (-545)))) (-2959 ((|#1| $ (-553) (-553) |#1|) NIL)) (-2891 ((|#1| $ (-553) (-553)) NIL)) (-3136 (((-630 |#1|) $) NIL)) (-3005 (((-757) $) NIL (|has| |#1| (-545)))) (-2455 (((-630 (-1238 |#1|)) $) NIL (|has| |#1| (-545)))) (-2390 (((-757) $) NIL)) (-3306 (($ (-757) (-757) |#1|) NIL)) (-2402 (((-757) $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1405 ((|#1| $) NIL (|has| |#1| (-6 (-4371 "*"))))) (-3176 (((-553) $) NIL)) (-1757 (((-553) $) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1907 (((-553) $) NIL)) (-2680 (((-553) $) NIL)) (-3515 (($ (-630 (-630 |#1|))) 11)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4245 (((-630 (-630 |#1|)) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3015 (((-3 $ "failed") $) NIL (|has| |#1| (-357)))) (-1503 (($) 12)) (-4094 (($ $ $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2001 (($ $ |#1|) NIL)) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-553) (-553)) NIL) ((|#1| $ (-553) (-553) |#1|) NIL) (($ $ (-630 (-553)) (-630 (-553))) NIL)) (-2461 (($ (-630 |#1|)) NIL) (($ (-630 $)) NIL)) (-1924 (((-111) $) NIL)) (-3368 ((|#1| $) NIL (|has| |#1| (-6 (-4371 "*"))))) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3877 (((-1238 |#1|) $ (-553)) NIL)) (-3212 (($ (-1238 |#1|)) NIL) (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3897 (((-111) $) NIL)) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $ $) NIL) (($ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#1| (-357)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-553) $) NIL) (((-1238 |#1|) $ (-1238 |#1|)) 15) (((-1238 |#1|) (-1238 |#1|) $) NIL) (((-925 |#1|) $ (-925 |#1|)) 20)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-222 |#1|) (-13 (-672 |#1| (-1238 |#1|) (-1238 |#1|)) (-10 -8 (-15 * ((-925 |#1|) $ (-925 |#1|))) (-15 -1503 ($)) (-15 -4309 ($ |#1|)) (-15 -1934 ($ |#1|)) (-15 -3598 ($ |#1|)) (-15 -1554 ($ |#1| |#1| |#1|)) (-15 -1307 ($ |#1| |#1| |#1|)))) (-13 (-357) (-1177))) (T -222))
+((* (*1 *2 *1 *2) (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177))) (-5 *1 (-222 *3)))) (-1503 (*1 *1) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))) (-4309 (*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))) (-1934 (*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))) (-3598 (*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))) (-1554 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))) (-1307 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))))
+(-13 (-672 |#1| (-1238 |#1|) (-1238 |#1|)) (-10 -8 (-15 * ((-925 |#1|) $ (-925 |#1|))) (-15 -1503 ($)) (-15 -4309 ($ |#1|)) (-15 -1934 ($ |#1|)) (-15 -3598 ($ |#1|)) (-15 -1554 ($ |#1| |#1| |#1|)) (-15 -1307 ($ |#1| |#1| |#1|))))
+((-3656 (($ (-1 (-111) |#2|) $) 16)) (-1875 (($ |#2| $) NIL) (($ (-1 (-111) |#2|) $) 25)) (-4015 (($) NIL) (($ (-630 |#2|)) 11)) (-1614 (((-111) $ $) 23)))
+(((-223 |#1| |#2|) (-10 -8 (-15 -3656 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1875 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1875 (|#1| |#2| |#1|)) (-15 -4015 (|#1| (-630 |#2|))) (-15 -4015 (|#1|)) (-15 -1614 ((-111) |#1| |#1|))) (-224 |#2|) (-1079)) (T -223))
+NIL
+(-10 -8 (-15 -3656 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1875 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1875 (|#1| |#2| |#1|)) (-15 -4015 (|#1| (-630 |#2|))) (-15 -4015 (|#1|)) (-15 -1614 ((-111) |#1| |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-3656 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ |#1| $) 47 (|has| $ (-6 -4369))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4369)))) (-2653 (($ |#1| $) 57 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4369)))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-4015 (($) 49) (($ (-630 |#1|)) 48)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 59 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 50)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) 42)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-224 |#1|) (-137) (-1079)) (T -224))
NIL
(-13 (-230 |t#1|))
-(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3096 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-756)) 11) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) 19) (($ $ (-756)) NIL) (($ $) 16)) (-1765 (($ $ (-1 |#2| |#2|)) 12) (($ $ (-1 |#2| |#2|) (-756)) 14) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) NIL) (($ $ (-756)) NIL) (($ $) NIL)))
-(((-225 |#1| |#2|) (-10 -8 (-15 -3096 (|#1| |#1|)) (-15 -1765 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -1765 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -1765 (|#1| |#1| (-1154))) (-15 -1765 (|#1| |#1| (-629 (-1154)))) (-15 -1765 (|#1| |#1| (-1154) (-756))) (-15 -1765 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -1765 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -1765 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|)))) (-226 |#2|) (-1030)) (T -225))
-NIL
-(-10 -8 (-15 -3096 (|#1| |#1|)) (-15 -1765 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -1765 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -1765 (|#1| |#1| (-1154))) (-15 -1765 (|#1| |#1| (-629 (-1154)))) (-15 -1765 (|#1| |#1| (-1154) (-756))) (-15 -1765 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -1765 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -1765 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3096 (($ $ (-1 |#1| |#1|)) 50) (($ $ (-1 |#1| |#1|) (-756)) 49) (($ $ (-629 (-1154)) (-629 (-756))) 42 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 41 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 40 (|has| |#1| (-881 (-1154)))) (($ $ (-1154)) 39 (|has| |#1| (-881 (-1154)))) (($ $ (-756)) 37 (|has| |#1| (-228))) (($ $) 35 (|has| |#1| (-228)))) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-1 |#1| |#1|)) 48) (($ $ (-1 |#1| |#1|) (-756)) 47) (($ $ (-629 (-1154)) (-629 (-756))) 46 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 45 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 44 (|has| |#1| (-881 (-1154)))) (($ $ (-1154)) 43 (|has| |#1| (-881 (-1154)))) (($ $ (-756)) 38 (|has| |#1| (-228))) (($ $) 36 (|has| |#1| (-228)))) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-226 |#1|) (-137) (-1030)) (T -226))
-((-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-226 *3)) (-4 *3 (-1030)))) (-3096 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-756)) (-4 *1 (-226 *4)) (-4 *4 (-1030)))) (-1765 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-226 *3)) (-4 *3 (-1030)))) (-1765 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-756)) (-4 *1 (-226 *4)) (-4 *4 (-1030)))))
-(-13 (-1030) (-10 -8 (-15 -3096 ($ $ (-1 |t#1| |t#1|))) (-15 -3096 ($ $ (-1 |t#1| |t#1|) (-756))) (-15 -1765 ($ $ (-1 |t#1| |t#1|))) (-15 -1765 ($ $ (-1 |t#1| |t#1|) (-756))) (IF (|has| |t#1| (-228)) (-6 (-228)) |%noBranch|) (IF (|has| |t#1| (-881 (-1154))) (-6 (-881 (-1154))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-228) |has| |#1| (-228)) ((-632 $) . T) ((-711) . T) ((-881 (-1154)) |has| |#1| (-881 (-1154))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3096 (($ $) NIL) (($ $ (-756)) 10)) (-1765 (($ $) 8) (($ $ (-756)) 12)))
-(((-227 |#1|) (-10 -8 (-15 -1765 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-756))) (-15 -1765 (|#1| |#1|)) (-15 -3096 (|#1| |#1|))) (-228)) (T -227))
-NIL
-(-10 -8 (-15 -1765 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-756))) (-15 -1765 (|#1| |#1|)) (-15 -3096 (|#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3096 (($ $) 36) (($ $ (-756)) 34)) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $) 35) (($ $ (-756)) 33)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
+(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3095 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-757)) 11) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) 19) (($ $ (-757)) NIL) (($ $) 16)) (-1766 (($ $ (-1 |#2| |#2|)) 12) (($ $ (-1 |#2| |#2|) (-757)) 14) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) NIL) (($ $ (-757)) NIL) (($ $) NIL)))
+(((-225 |#1| |#2|) (-10 -8 (-15 -3095 (|#1| |#1|)) (-15 -1766 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -1766 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -1766 (|#1| |#1| (-1155))) (-15 -1766 (|#1| |#1| (-630 (-1155)))) (-15 -1766 (|#1| |#1| (-1155) (-757))) (-15 -1766 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -1766 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -1766 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|)))) (-226 |#2|) (-1031)) (T -225))
+NIL
+(-10 -8 (-15 -3095 (|#1| |#1|)) (-15 -1766 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -1766 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -1766 (|#1| |#1| (-1155))) (-15 -1766 (|#1| |#1| (-630 (-1155)))) (-15 -1766 (|#1| |#1| (-1155) (-757))) (-15 -1766 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -1766 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -1766 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3095 (($ $ (-1 |#1| |#1|)) 50) (($ $ (-1 |#1| |#1|) (-757)) 49) (($ $ (-630 (-1155)) (-630 (-757))) 42 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 41 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 40 (|has| |#1| (-882 (-1155)))) (($ $ (-1155)) 39 (|has| |#1| (-882 (-1155)))) (($ $ (-757)) 37 (|has| |#1| (-228))) (($ $) 35 (|has| |#1| (-228)))) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-1 |#1| |#1|)) 48) (($ $ (-1 |#1| |#1|) (-757)) 47) (($ $ (-630 (-1155)) (-630 (-757))) 46 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 45 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 44 (|has| |#1| (-882 (-1155)))) (($ $ (-1155)) 43 (|has| |#1| (-882 (-1155)))) (($ $ (-757)) 38 (|has| |#1| (-228))) (($ $) 36 (|has| |#1| (-228)))) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-226 |#1|) (-137) (-1031)) (T -226))
+((-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-226 *3)) (-4 *3 (-1031)))) (-3095 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-757)) (-4 *1 (-226 *4)) (-4 *4 (-1031)))) (-1766 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-226 *3)) (-4 *3 (-1031)))) (-1766 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-757)) (-4 *1 (-226 *4)) (-4 *4 (-1031)))))
+(-13 (-1031) (-10 -8 (-15 -3095 ($ $ (-1 |t#1| |t#1|))) (-15 -3095 ($ $ (-1 |t#1| |t#1|) (-757))) (-15 -1766 ($ $ (-1 |t#1| |t#1|))) (-15 -1766 ($ $ (-1 |t#1| |t#1|) (-757))) (IF (|has| |t#1| (-228)) (-6 (-228)) |%noBranch|) (IF (|has| |t#1| (-882 (-1155))) (-6 (-882 (-1155))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-228) |has| |#1| (-228)) ((-633 $) . T) ((-712) . T) ((-882 (-1155)) |has| |#1| (-882 (-1155))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3095 (($ $) NIL) (($ $ (-757)) 10)) (-1766 (($ $) 8) (($ $ (-757)) 12)))
+(((-227 |#1|) (-10 -8 (-15 -1766 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-757))) (-15 -1766 (|#1| |#1|)) (-15 -3095 (|#1| |#1|))) (-228)) (T -227))
+NIL
+(-10 -8 (-15 -1766 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-757))) (-15 -1766 (|#1| |#1|)) (-15 -3095 (|#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3095 (($ $) 36) (($ $ (-757)) 34)) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $) 35) (($ $ (-757)) 33)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
(((-228) (-137)) (T -228))
-((-3096 (*1 *1 *1) (-4 *1 (-228))) (-1765 (*1 *1 *1) (-4 *1 (-228))) (-3096 (*1 *1 *1 *2) (-12 (-4 *1 (-228)) (-5 *2 (-756)))) (-1765 (*1 *1 *1 *2) (-12 (-4 *1 (-228)) (-5 *2 (-756)))))
-(-13 (-1030) (-10 -8 (-15 -3096 ($ $)) (-15 -1765 ($ $)) (-15 -3096 ($ $ (-756))) (-15 -1765 ($ $ (-756)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-711) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3680 (($) 12) (($ (-629 |#2|)) NIL)) (-1487 (($ $) 14)) (-3226 (($ (-629 |#2|)) 10)) (-3213 (((-844) $) 21)))
-(((-229 |#1| |#2|) (-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -3680 (|#1| (-629 |#2|))) (-15 -3680 (|#1|)) (-15 -3226 (|#1| (-629 |#2|))) (-15 -1487 (|#1| |#1|))) (-230 |#2|) (-1078)) (T -229))
-NIL
-(-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -3680 (|#1| (-629 |#2|))) (-15 -3680 (|#1|)) (-15 -3226 (|#1| (-629 |#2|))) (-15 -1487 (|#1| |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-1740 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ |#1| $) 47 (|has| $ (-6 -4368))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4368)))) (-2655 (($ |#1| $) 57 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4368)))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-3680 (($) 49) (($ (-629 |#1|)) 48)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 59 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 50)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) 42)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-230 |#1|) (-137) (-1078)) (T -230))
-((-3680 (*1 *1) (-12 (-4 *1 (-230 *2)) (-4 *2 (-1078)))) (-3680 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-4 *1 (-230 *3)))) (-1625 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-230 *2)) (-4 *2 (-1078)))) (-1625 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4368)) (-4 *1 (-230 *3)) (-4 *3 (-1078)))) (-1740 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4368)) (-4 *1 (-230 *3)) (-4 *3 (-1078)))))
-(-13 (-106 |t#1|) (-148 |t#1|) (-10 -8 (-15 -3680 ($)) (-15 -3680 ($ (-629 |t#1|))) (IF (|has| $ (-6 -4368)) (PROGN (-15 -1625 ($ |t#1| $)) (-15 -1625 ($ (-1 (-111) |t#1|) $)) (-15 -1740 ($ (-1 (-111) |t#1|) $))) |%noBranch|)))
-(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3538 (((-2 (|:| |varOrder| (-629 (-1154))) (|:| |inhom| (-3 (-629 (-1237 (-756))) "failed")) (|:| |hom| (-629 (-1237 (-756))))) (-288 (-933 (-552)))) 27)))
-(((-231) (-10 -7 (-15 -3538 ((-2 (|:| |varOrder| (-629 (-1154))) (|:| |inhom| (-3 (-629 (-1237 (-756))) "failed")) (|:| |hom| (-629 (-1237 (-756))))) (-288 (-933 (-552))))))) (T -231))
-((-3538 (*1 *2 *3) (-12 (-5 *3 (-288 (-933 (-552)))) (-5 *2 (-2 (|:| |varOrder| (-629 (-1154))) (|:| |inhom| (-3 (-629 (-1237 (-756))) "failed")) (|:| |hom| (-629 (-1237 (-756)))))) (-5 *1 (-231)))))
-(-10 -7 (-15 -3538 ((-2 (|:| |varOrder| (-629 (-1154))) (|:| |inhom| (-3 (-629 (-1237 (-756))) "failed")) (|:| |hom| (-629 (-1237 (-756))))) (-288 (-933 (-552))))))
-((-2663 (((-756)) 51)) (-2714 (((-2 (|:| -2325 (-673 |#3|)) (|:| |vec| (-1237 |#3|))) (-673 $) (-1237 $)) 49) (((-673 |#3|) (-673 $)) 41) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-673 (-552)) (-673 $)) NIL)) (-3725 (((-132)) 57)) (-3096 (($ $ (-1 |#3| |#3|) (-756)) NIL) (($ $ (-1 |#3| |#3|)) 18) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) NIL) (($ $ (-756)) NIL) (($ $) NIL)) (-3213 (((-1237 |#3|) $) NIL) (($ |#3|) NIL) (((-844) $) NIL) (($ (-552)) 12) (($ (-401 (-552))) NIL)) (-2014 (((-756)) 15)) (-1720 (($ $ |#3|) 54)))
-(((-232 |#1| |#2| |#3|) (-10 -8 (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|)) (-15 -2014 ((-756))) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -3213 (|#1| |#3|)) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|) (-756))) (-15 -2714 ((-673 |#3|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#3|)) (|:| |vec| (-1237 |#3|))) (-673 |#1|) (-1237 |#1|))) (-15 -2663 ((-756))) (-15 -1720 (|#1| |#1| |#3|)) (-15 -3725 ((-132))) (-15 -3213 ((-1237 |#3|) |#1|))) (-233 |#2| |#3|) (-756) (-1191)) (T -232))
-((-3725 (*1 *2) (-12 (-14 *4 (-756)) (-4 *5 (-1191)) (-5 *2 (-132)) (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5)))) (-2663 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1191)) (-5 *2 (-756)) (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5)))) (-2014 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1191)) (-5 *2 (-756)) (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5)))))
-(-10 -8 (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|)) (-15 -2014 ((-756))) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -3213 (|#1| |#3|)) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|) (-756))) (-15 -2714 ((-673 |#3|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#3|)) (|:| |vec| (-1237 |#3|))) (-673 |#1|) (-1237 |#1|))) (-15 -2663 ((-756))) (-15 -1720 (|#1| |#1| |#3|)) (-15 -3725 ((-132))) (-15 -3213 ((-1237 |#3|) |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#2| (-1078)))) (-3643 (((-111) $) 72 (|has| |#2| (-129)))) (-1725 (($ (-902)) 125 (|has| |#2| (-1030)))) (-2660 (((-1242) $ (-552) (-552)) 40 (|has| $ (-6 -4369)))) (-3305 (($ $ $) 121 (|has| |#2| (-778)))) (-4012 (((-3 $ "failed") $ $) 74 (|has| |#2| (-129)))) (-4238 (((-111) $ (-756)) 8)) (-2663 (((-756)) 107 (|has| |#2| (-362)))) (-3886 (((-552) $) 119 (|has| |#2| (-830)))) (-1470 ((|#2| $ (-552) |#2|) 52 (|has| $ (-6 -4369)))) (-2130 (($) 7 T CONST)) (-1393 (((-3 (-552) "failed") $) 67 (-3792 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078)))) (((-3 (-401 (-552)) "failed") $) 64 (-3792 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) (((-3 |#2| "failed") $) 61 (|has| |#2| (-1078)))) (-2832 (((-552) $) 68 (-3792 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078)))) (((-401 (-552)) $) 65 (-3792 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) ((|#2| $) 60 (|has| |#2| (-1078)))) (-2714 (((-673 (-552)) (-673 $)) 106 (-3792 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 105 (-3792 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) 104 (|has| |#2| (-1030))) (((-673 |#2|) (-673 $)) 103 (|has| |#2| (-1030)))) (-1293 (((-3 $ "failed") $) 79 (|has| |#2| (-711)))) (-1332 (($) 110 (|has| |#2| (-362)))) (-2957 ((|#2| $ (-552) |#2|) 53 (|has| $ (-6 -4369)))) (-2892 ((|#2| $ (-552)) 51)) (-1338 (((-111) $) 117 (|has| |#2| (-830)))) (-3138 (((-629 |#2|) $) 30 (|has| $ (-6 -4368)))) (-4065 (((-111) $) 81 (|has| |#2| (-711)))) (-3127 (((-111) $) 118 (|has| |#2| (-830)))) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 43 (|has| (-552) (-832)))) (-1772 (($ $ $) 116 (-4029 (|has| |#2| (-830)) (|has| |#2| (-778))))) (-3278 (((-629 |#2|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#2| $) 27 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 44 (|has| (-552) (-832)))) (-2011 (($ $ $) 115 (-4029 (|has| |#2| (-830)) (|has| |#2| (-778))))) (-2947 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#2| |#2|) $) 35)) (-1637 (((-902) $) 109 (|has| |#2| (-362)))) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#2| (-1078)))) (-2190 (((-629 (-552)) $) 46)) (-1335 (((-111) (-552) $) 47)) (-2840 (($ (-902)) 108 (|has| |#2| (-362)))) (-2876 (((-1098) $) 21 (|has| |#2| (-1078)))) (-2702 ((|#2| $) 42 (|has| (-552) (-832)))) (-1518 (($ $ |#2|) 41 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#2|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#2|))) 26 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) 25 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) 23 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#2| $) 45 (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#2| $ (-552) |#2|) 50) ((|#2| $ (-552)) 49)) (-3632 ((|#2| $ $) 124 (|has| |#2| (-1030)))) (-3519 (($ (-1237 |#2|)) 126)) (-3725 (((-132)) 123 (|has| |#2| (-357)))) (-3096 (($ $) 98 (-3792 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-756)) 96 (-3792 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-1154)) 94 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154))) 93 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1154) (-756)) 92 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) 91 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1 |#2| |#2|) (-756)) 84 (|has| |#2| (-1030))) (($ $ (-1 |#2| |#2|)) 83 (|has| |#2| (-1030)))) (-2885 (((-756) (-1 (-111) |#2|) $) 31 (|has| $ (-6 -4368))) (((-756) |#2| $) 28 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-1237 |#2|) $) 127) (($ (-552)) 66 (-4029 (-3792 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078))) (|has| |#2| (-1030)))) (($ (-401 (-552))) 63 (-3792 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) (($ |#2|) 62 (|has| |#2| (-1078))) (((-844) $) 18 (|has| |#2| (-599 (-844))))) (-2014 (((-756)) 102 (|has| |#2| (-1030)))) (-2584 (((-111) (-1 (-111) |#2|) $) 33 (|has| $ (-6 -4368)))) (-1578 (($ $) 120 (|has| |#2| (-830)))) (-3297 (($) 71 (|has| |#2| (-129)) CONST)) (-3309 (($) 82 (|has| |#2| (-711)) CONST)) (-1765 (($ $) 97 (-3792 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-756)) 95 (-3792 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-1154)) 90 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154))) 89 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1154) (-756)) 88 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) 87 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1 |#2| |#2|) (-756)) 86 (|has| |#2| (-1030))) (($ $ (-1 |#2| |#2|)) 85 (|has| |#2| (-1030)))) (-1666 (((-111) $ $) 113 (-4029 (|has| |#2| (-830)) (|has| |#2| (-778))))) (-1644 (((-111) $ $) 112 (-4029 (|has| |#2| (-830)) (|has| |#2| (-778))))) (-1613 (((-111) $ $) 20 (|has| |#2| (-1078)))) (-1655 (((-111) $ $) 114 (-4029 (|has| |#2| (-830)) (|has| |#2| (-778))))) (-1632 (((-111) $ $) 111 (-4029 (|has| |#2| (-830)) (|has| |#2| (-778))))) (-1720 (($ $ |#2|) 122 (|has| |#2| (-357)))) (-1709 (($ $ $) 100 (|has| |#2| (-1030))) (($ $) 99 (|has| |#2| (-1030)))) (-1698 (($ $ $) 69 (|has| |#2| (-25)))) (** (($ $ (-756)) 80 (|has| |#2| (-711))) (($ $ (-902)) 77 (|has| |#2| (-711)))) (* (($ (-552) $) 101 (|has| |#2| (-1030))) (($ $ $) 78 (|has| |#2| (-711))) (($ $ |#2|) 76 (|has| |#2| (-711))) (($ |#2| $) 75 (|has| |#2| (-711))) (($ (-756) $) 73 (|has| |#2| (-129))) (($ (-902) $) 70 (|has| |#2| (-25)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-233 |#1| |#2|) (-137) (-756) (-1191)) (T -233))
-((-3519 (*1 *1 *2) (-12 (-5 *2 (-1237 *4)) (-4 *4 (-1191)) (-4 *1 (-233 *3 *4)))) (-1725 (*1 *1 *2) (-12 (-5 *2 (-902)) (-4 *1 (-233 *3 *4)) (-4 *4 (-1030)) (-4 *4 (-1191)))) (-3632 (*1 *2 *1 *1) (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1191)) (-4 *2 (-1030)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1191)) (-4 *2 (-711)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1191)) (-4 *2 (-711)))))
-(-13 (-590 (-552) |t#2|) (-599 (-1237 |t#2|)) (-10 -8 (-6 -4368) (-15 -3519 ($ (-1237 |t#2|))) (IF (|has| |t#2| (-1078)) (-6 (-405 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1030)) (PROGN (-6 (-110 |t#2| |t#2|)) (-6 (-226 |t#2|)) (-6 (-371 |t#2|)) (-15 -1725 ($ (-902))) (-15 -3632 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-129)) (-6 (-129)) |%noBranch|) (IF (|has| |t#2| (-711)) (PROGN (-6 (-711)) (-15 * ($ |t#2| $)) (-15 * ($ $ |t#2|))) |%noBranch|) (IF (|has| |t#2| (-362)) (-6 (-362)) |%noBranch|) (IF (|has| |t#2| (-169)) (PROGN (-6 (-38 |t#2|)) (-6 (-169))) |%noBranch|) (IF (|has| |t#2| (-6 -4365)) (-6 -4365) |%noBranch|) (IF (|has| |t#2| (-830)) (-6 (-830)) |%noBranch|) (IF (|has| |t#2| (-778)) (-6 (-778)) |%noBranch|) (IF (|has| |t#2| (-357)) (-6 (-1244 |t#2|)) |%noBranch|)))
-(((-21) -4029 (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-357)) (|has| |#2| (-169))) ((-23) -4029 (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-778)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129))) ((-25) -4029 (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-778)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129)) (|has| |#2| (-25))) ((-34) . T) ((-38 |#2|) |has| |#2| (-169)) ((-101) -4029 (|has| |#2| (-1078)) (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-778)) (|has| |#2| (-711)) (|has| |#2| (-362)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129)) (|has| |#2| (-25))) ((-110 |#2| |#2|) -4029 (|has| |#2| (-1030)) (|has| |#2| (-357)) (|has| |#2| (-169))) ((-110 $ $) |has| |#2| (-169)) ((-129) -4029 (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-778)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129))) ((-599 (-844)) -4029 (|has| |#2| (-1078)) (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-778)) (|has| |#2| (-711)) (|has| |#2| (-362)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-599 (-844))) (|has| |#2| (-129)) (|has| |#2| (-25))) ((-599 (-1237 |#2|)) . T) ((-169) |has| |#2| (-169)) ((-226 |#2|) |has| |#2| (-1030)) ((-228) -12 (|has| |#2| (-228)) (|has| |#2| (-1030))) ((-280 #0=(-552) |#2|) . T) ((-282 #0# |#2|) . T) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-362) |has| |#2| (-362)) ((-371 |#2|) |has| |#2| (-1030)) ((-405 |#2|) |has| |#2| (-1078)) ((-482 |#2|) . T) ((-590 #0# |#2|) . T) ((-506 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-632 |#2|) -4029 (|has| |#2| (-1030)) (|has| |#2| (-357)) (|has| |#2| (-169))) ((-632 $) -4029 (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-169))) ((-625 (-552)) -12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030))) ((-625 |#2|) |has| |#2| (-1030)) ((-702 |#2|) -4029 (|has| |#2| (-357)) (|has| |#2| (-169))) ((-711) -4029 (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-711)) (|has| |#2| (-169))) ((-776) |has| |#2| (-830)) ((-777) -4029 (|has| |#2| (-830)) (|has| |#2| (-778))) ((-778) |has| |#2| (-778)) ((-779) -4029 (|has| |#2| (-830)) (|has| |#2| (-778))) ((-780) -4029 (|has| |#2| (-830)) (|has| |#2| (-778))) ((-830) |has| |#2| (-830)) ((-832) -4029 (|has| |#2| (-830)) (|has| |#2| (-778))) ((-881 (-1154)) -12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030))) ((-1019 (-401 (-552))) -12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078))) ((-1019 (-552)) -12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078))) ((-1019 |#2|) |has| |#2| (-1078)) ((-1036 |#2|) -4029 (|has| |#2| (-1030)) (|has| |#2| (-357)) (|has| |#2| (-169))) ((-1036 $) |has| |#2| (-169)) ((-1030) -4029 (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-169))) ((-1037) -4029 (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-169))) ((-1090) -4029 (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-711)) (|has| |#2| (-169))) ((-1078) -4029 (|has| |#2| (-1078)) (|has| |#2| (-1030)) (|has| |#2| (-830)) (|has| |#2| (-778)) (|has| |#2| (-711)) (|has| |#2| (-362)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129)) (|has| |#2| (-25))) ((-1191) . T) ((-1244 |#2|) |has| |#2| (-357)))
-((-3215 (((-235 |#1| |#3|) (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|) 21)) (-3884 ((|#3| (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|) 23)) (-1477 (((-235 |#1| |#3|) (-1 |#3| |#2|) (-235 |#1| |#2|)) 18)))
-(((-234 |#1| |#2| |#3|) (-10 -7 (-15 -3215 ((-235 |#1| |#3|) (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|)) (-15 -3884 (|#3| (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|)) (-15 -1477 ((-235 |#1| |#3|) (-1 |#3| |#2|) (-235 |#1| |#2|)))) (-756) (-1191) (-1191)) (T -234))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-235 *5 *6)) (-14 *5 (-756)) (-4 *6 (-1191)) (-4 *7 (-1191)) (-5 *2 (-235 *5 *7)) (-5 *1 (-234 *5 *6 *7)))) (-3884 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-235 *5 *6)) (-14 *5 (-756)) (-4 *6 (-1191)) (-4 *2 (-1191)) (-5 *1 (-234 *5 *6 *2)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-235 *6 *7)) (-14 *6 (-756)) (-4 *7 (-1191)) (-4 *5 (-1191)) (-5 *2 (-235 *6 *5)) (-5 *1 (-234 *6 *7 *5)))))
-(-10 -7 (-15 -3215 ((-235 |#1| |#3|) (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|)) (-15 -3884 (|#3| (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|)) (-15 -1477 ((-235 |#1| |#3|) (-1 |#3| |#2|) (-235 |#1| |#2|))))
-((-3202 (((-111) $ $) NIL (|has| |#2| (-1078)))) (-3643 (((-111) $) NIL (|has| |#2| (-129)))) (-1725 (($ (-902)) 56 (|has| |#2| (-1030)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3305 (($ $ $) 60 (|has| |#2| (-778)))) (-4012 (((-3 $ "failed") $ $) 49 (|has| |#2| (-129)))) (-4238 (((-111) $ (-756)) 17)) (-2663 (((-756)) NIL (|has| |#2| (-362)))) (-3886 (((-552) $) NIL (|has| |#2| (-830)))) (-1470 ((|#2| $ (-552) |#2|) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078)))) (((-3 (-401 (-552)) "failed") $) NIL (-12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) (((-3 |#2| "failed") $) 29 (|has| |#2| (-1078)))) (-2832 (((-552) $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078)))) (((-401 (-552)) $) NIL (-12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) ((|#2| $) 27 (|has| |#2| (-1078)))) (-2714 (((-673 (-552)) (-673 $)) NIL (-12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL (|has| |#2| (-1030))) (((-673 |#2|) (-673 $)) NIL (|has| |#2| (-1030)))) (-1293 (((-3 $ "failed") $) 53 (|has| |#2| (-711)))) (-1332 (($) NIL (|has| |#2| (-362)))) (-2957 ((|#2| $ (-552) |#2|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ (-552)) 51)) (-1338 (((-111) $) NIL (|has| |#2| (-830)))) (-3138 (((-629 |#2|) $) 15 (|has| $ (-6 -4368)))) (-4065 (((-111) $) NIL (|has| |#2| (-711)))) (-3127 (((-111) $) NIL (|has| |#2| (-830)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) 20 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-3278 (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1842 (((-552) $) 50 (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#2| |#2|) $) 41)) (-1637 (((-902) $) NIL (|has| |#2| (-362)))) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#2| (-1078)))) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2840 (($ (-902)) NIL (|has| |#2| (-362)))) (-2876 (((-1098) $) NIL (|has| |#2| (-1078)))) (-2702 ((|#2| $) NIL (|has| (-552) (-832)))) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#2|) $) 24 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ (-552) |#2|) NIL) ((|#2| $ (-552)) 21)) (-3632 ((|#2| $ $) NIL (|has| |#2| (-1030)))) (-3519 (($ (-1237 |#2|)) 18)) (-3725 (((-132)) NIL (|has| |#2| (-357)))) (-3096 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1 |#2| |#2|) (-756)) NIL (|has| |#2| (-1030))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1030)))) (-2885 (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-1237 |#2|) $) 10) (($ (-552)) NIL (-4029 (-12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078))) (|has| |#2| (-1030)))) (($ (-401 (-552))) NIL (-12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) (($ |#2|) 13 (|has| |#2| (-1078))) (((-844) $) NIL (|has| |#2| (-599 (-844))))) (-2014 (((-756)) NIL (|has| |#2| (-1030)))) (-2584 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1578 (($ $) NIL (|has| |#2| (-830)))) (-3297 (($) 35 (|has| |#2| (-129)) CONST)) (-3309 (($) 38 (|has| |#2| (-711)) CONST)) (-1765 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1 |#2| |#2|) (-756)) NIL (|has| |#2| (-1030))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1030)))) (-1666 (((-111) $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1644 (((-111) $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1613 (((-111) $ $) 26 (|has| |#2| (-1078)))) (-1655 (((-111) $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1632 (((-111) $ $) 58 (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $ $) NIL (|has| |#2| (-1030))) (($ $) NIL (|has| |#2| (-1030)))) (-1698 (($ $ $) 33 (|has| |#2| (-25)))) (** (($ $ (-756)) NIL (|has| |#2| (-711))) (($ $ (-902)) NIL (|has| |#2| (-711)))) (* (($ (-552) $) NIL (|has| |#2| (-1030))) (($ $ $) 44 (|has| |#2| (-711))) (($ $ |#2|) 42 (|has| |#2| (-711))) (($ |#2| $) 43 (|has| |#2| (-711))) (($ (-756) $) NIL (|has| |#2| (-129))) (($ (-902) $) NIL (|has| |#2| (-25)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-235 |#1| |#2|) (-233 |#1| |#2|) (-756) (-1191)) (T -235))
+((-3095 (*1 *1 *1) (-4 *1 (-228))) (-1766 (*1 *1 *1) (-4 *1 (-228))) (-3095 (*1 *1 *1 *2) (-12 (-4 *1 (-228)) (-5 *2 (-757)))) (-1766 (*1 *1 *1 *2) (-12 (-4 *1 (-228)) (-5 *2 (-757)))))
+(-13 (-1031) (-10 -8 (-15 -3095 ($ $)) (-15 -1766 ($ $)) (-15 -3095 ($ $ (-757))) (-15 -1766 ($ $ (-757)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-712) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-4015 (($) 12) (($ (-630 |#2|)) NIL)) (-1488 (($ $) 14)) (-3225 (($ (-630 |#2|)) 10)) (-3212 (((-845) $) 21)))
+(((-229 |#1| |#2|) (-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -4015 (|#1| (-630 |#2|))) (-15 -4015 (|#1|)) (-15 -3225 (|#1| (-630 |#2|))) (-15 -1488 (|#1| |#1|))) (-230 |#2|) (-1079)) (T -229))
+NIL
+(-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -4015 (|#1| (-630 |#2|))) (-15 -4015 (|#1|)) (-15 -3225 (|#1| (-630 |#2|))) (-15 -1488 (|#1| |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-3656 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ |#1| $) 47 (|has| $ (-6 -4369))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4369)))) (-2653 (($ |#1| $) 57 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4369)))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-4015 (($) 49) (($ (-630 |#1|)) 48)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 59 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 50)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) 42)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-230 |#1|) (-137) (-1079)) (T -230))
+((-4015 (*1 *1) (-12 (-4 *1 (-230 *2)) (-4 *2 (-1079)))) (-4015 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-4 *1 (-230 *3)))) (-1875 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-230 *2)) (-4 *2 (-1079)))) (-1875 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4369)) (-4 *1 (-230 *3)) (-4 *3 (-1079)))) (-3656 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4369)) (-4 *1 (-230 *3)) (-4 *3 (-1079)))))
+(-13 (-106 |t#1|) (-148 |t#1|) (-10 -8 (-15 -4015 ($)) (-15 -4015 ($ (-630 |t#1|))) (IF (|has| $ (-6 -4369)) (PROGN (-15 -1875 ($ |t#1| $)) (-15 -1875 ($ (-1 (-111) |t#1|) $)) (-15 -3656 ($ (-1 (-111) |t#1|) $))) |%noBranch|)))
+(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3217 (((-2 (|:| |varOrder| (-630 (-1155))) (|:| |inhom| (-3 (-630 (-1238 (-757))) "failed")) (|:| |hom| (-630 (-1238 (-757))))) (-288 (-934 (-553)))) 27)))
+(((-231) (-10 -7 (-15 -3217 ((-2 (|:| |varOrder| (-630 (-1155))) (|:| |inhom| (-3 (-630 (-1238 (-757))) "failed")) (|:| |hom| (-630 (-1238 (-757))))) (-288 (-934 (-553))))))) (T -231))
+((-3217 (*1 *2 *3) (-12 (-5 *3 (-288 (-934 (-553)))) (-5 *2 (-2 (|:| |varOrder| (-630 (-1155))) (|:| |inhom| (-3 (-630 (-1238 (-757))) "failed")) (|:| |hom| (-630 (-1238 (-757)))))) (-5 *1 (-231)))))
+(-10 -7 (-15 -3217 ((-2 (|:| |varOrder| (-630 (-1155))) (|:| |inhom| (-3 (-630 (-1238 (-757))) "failed")) (|:| |hom| (-630 (-1238 (-757))))) (-288 (-934 (-553))))))
+((-2662 (((-757)) 51)) (-3698 (((-2 (|:| -1317 (-674 |#3|)) (|:| |vec| (-1238 |#3|))) (-674 $) (-1238 $)) 49) (((-674 |#3|) (-674 $)) 41) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-674 (-553)) (-674 $)) NIL)) (-1315 (((-132)) 57)) (-3095 (($ $ (-1 |#3| |#3|) (-757)) NIL) (($ $ (-1 |#3| |#3|)) 18) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) NIL) (($ $ (-757)) NIL) (($ $) NIL)) (-3212 (((-1238 |#3|) $) NIL) (($ |#3|) NIL) (((-845) $) NIL) (($ (-553)) 12) (($ (-401 (-553))) NIL)) (-1348 (((-757)) 15)) (-1721 (($ $ |#3|) 54)))
+(((-232 |#1| |#2| |#3|) (-10 -8 (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|)) (-15 -1348 ((-757))) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3212 (|#1| |#3|)) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|) (-757))) (-15 -3698 ((-674 |#3|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#3|)) (|:| |vec| (-1238 |#3|))) (-674 |#1|) (-1238 |#1|))) (-15 -2662 ((-757))) (-15 -1721 (|#1| |#1| |#3|)) (-15 -1315 ((-132))) (-15 -3212 ((-1238 |#3|) |#1|))) (-233 |#2| |#3|) (-757) (-1192)) (T -232))
+((-1315 (*1 *2) (-12 (-14 *4 (-757)) (-4 *5 (-1192)) (-5 *2 (-132)) (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5)))) (-2662 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1192)) (-5 *2 (-757)) (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5)))) (-1348 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1192)) (-5 *2 (-757)) (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5)))))
+(-10 -8 (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|)) (-15 -1348 ((-757))) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3212 (|#1| |#3|)) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|) (-757))) (-15 -3698 ((-674 |#3|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#3|)) (|:| |vec| (-1238 |#3|))) (-674 |#1|) (-1238 |#1|))) (-15 -2662 ((-757))) (-15 -1721 (|#1| |#1| |#3|)) (-15 -1315 ((-132))) (-15 -3212 ((-1238 |#3|) |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#2| (-1079)))) (-1719 (((-111) $) 72 (|has| |#2| (-129)))) (-3530 (($ (-903)) 125 (|has| |#2| (-1031)))) (-1306 (((-1243) $ (-553) (-553)) 40 (|has| $ (-6 -4370)))) (-1462 (($ $ $) 121 (|has| |#2| (-779)))) (-4123 (((-3 $ "failed") $ $) 74 (|has| |#2| (-129)))) (-2549 (((-111) $ (-757)) 8)) (-2662 (((-757)) 107 (|has| |#2| (-362)))) (-2299 (((-553) $) 119 (|has| |#2| (-831)))) (-1471 ((|#2| $ (-553) |#2|) 52 (|has| $ (-6 -4370)))) (-3203 (($) 7 T CONST)) (-1394 (((-3 (-553) "failed") $) 67 (-3791 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079)))) (((-3 (-401 (-553)) "failed") $) 64 (-3791 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) (((-3 |#2| "failed") $) 61 (|has| |#2| (-1079)))) (-2831 (((-553) $) 66 (-3791 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079)))) (((-401 (-553)) $) 63 (-3791 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) ((|#2| $) 62 (|has| |#2| (-1079)))) (-3698 (((-674 (-553)) (-674 $)) 106 (-3791 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 105 (-3791 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) 104 (|has| |#2| (-1031))) (((-674 |#2|) (-674 $)) 103 (|has| |#2| (-1031)))) (-3889 (((-3 $ "failed") $) 79 (|has| |#2| (-712)))) (-1333 (($) 110 (|has| |#2| (-362)))) (-2959 ((|#2| $ (-553) |#2|) 53 (|has| $ (-6 -4370)))) (-2891 ((|#2| $ (-553)) 51)) (-2184 (((-111) $) 117 (|has| |#2| (-831)))) (-3136 (((-630 |#2|) $) 30 (|has| $ (-6 -4369)))) (-1434 (((-111) $) 81 (|has| |#2| (-712)))) (-2260 (((-111) $) 118 (|has| |#2| (-831)))) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 43 (|has| (-553) (-833)))) (-1773 (($ $ $) 116 (-4028 (|has| |#2| (-831)) (|has| |#2| (-779))))) (-2447 (((-630 |#2|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#2| $) 27 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 44 (|has| (-553) (-833)))) (-2012 (($ $ $) 115 (-4028 (|has| |#2| (-831)) (|has| |#2| (-779))))) (-2947 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#2| |#2|) $) 35)) (-3941 (((-903) $) 109 (|has| |#2| (-362)))) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#2| (-1079)))) (-2508 (((-630 (-553)) $) 46)) (-2166 (((-111) (-553) $) 47)) (-2839 (($ (-903)) 108 (|has| |#2| (-362)))) (-2875 (((-1099) $) 21 (|has| |#2| (-1079)))) (-2701 ((|#2| $) 42 (|has| (-553) (-833)))) (-2001 (($ $ |#2|) 41 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#2|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#2|))) 26 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) 25 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) 23 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#2| $) 45 (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#2| $ (-553) |#2|) 50) ((|#2| $ (-553)) 49)) (-1602 ((|#2| $ $) 124 (|has| |#2| (-1031)))) (-3518 (($ (-1238 |#2|)) 126)) (-1315 (((-132)) 123 (|has| |#2| (-357)))) (-3095 (($ $) 98 (-3791 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-757)) 96 (-3791 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-1155)) 94 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155))) 93 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1155) (-757)) 92 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) 91 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1 |#2| |#2|) (-757)) 84 (|has| |#2| (-1031))) (($ $ (-1 |#2| |#2|)) 83 (|has| |#2| (-1031)))) (-2885 (((-757) (-1 (-111) |#2|) $) 31 (|has| $ (-6 -4369))) (((-757) |#2| $) 28 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-1238 |#2|) $) 127) (($ (-553)) 68 (-4028 (-3791 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (|has| |#2| (-1031)))) (($ (-401 (-553))) 65 (-3791 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) (($ |#2|) 60 (|has| |#2| (-1079))) (((-845) $) 18 (|has| |#2| (-600 (-845))))) (-1348 (((-757)) 102 (|has| |#2| (-1031)))) (-1798 (((-111) (-1 (-111) |#2|) $) 33 (|has| $ (-6 -4369)))) (-1411 (($ $) 120 (|has| |#2| (-831)))) (-3296 (($) 71 (|has| |#2| (-129)) CONST)) (-3308 (($) 82 (|has| |#2| (-712)) CONST)) (-1766 (($ $) 97 (-3791 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-757)) 95 (-3791 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-1155)) 90 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155))) 89 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1155) (-757)) 88 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) 87 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1 |#2| |#2|) (-757)) 86 (|has| |#2| (-1031))) (($ $ (-1 |#2| |#2|)) 85 (|has| |#2| (-1031)))) (-1667 (((-111) $ $) 113 (-4028 (|has| |#2| (-831)) (|has| |#2| (-779))))) (-1645 (((-111) $ $) 112 (-4028 (|has| |#2| (-831)) (|has| |#2| (-779))))) (-1614 (((-111) $ $) 20 (|has| |#2| (-1079)))) (-1656 (((-111) $ $) 114 (-4028 (|has| |#2| (-831)) (|has| |#2| (-779))))) (-1633 (((-111) $ $) 111 (-4028 (|has| |#2| (-831)) (|has| |#2| (-779))))) (-1721 (($ $ |#2|) 122 (|has| |#2| (-357)))) (-1710 (($ $ $) 100 (|has| |#2| (-1031))) (($ $) 99 (|has| |#2| (-1031)))) (-1699 (($ $ $) 69 (|has| |#2| (-25)))) (** (($ $ (-757)) 80 (|has| |#2| (-712))) (($ $ (-903)) 77 (|has| |#2| (-712)))) (* (($ (-553) $) 101 (|has| |#2| (-1031))) (($ $ $) 78 (|has| |#2| (-712))) (($ $ |#2|) 76 (|has| |#2| (-712))) (($ |#2| $) 75 (|has| |#2| (-712))) (($ (-757) $) 73 (|has| |#2| (-129))) (($ (-903) $) 70 (|has| |#2| (-25)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-233 |#1| |#2|) (-137) (-757) (-1192)) (T -233))
+((-3518 (*1 *1 *2) (-12 (-5 *2 (-1238 *4)) (-4 *4 (-1192)) (-4 *1 (-233 *3 *4)))) (-3530 (*1 *1 *2) (-12 (-5 *2 (-903)) (-4 *1 (-233 *3 *4)) (-4 *4 (-1031)) (-4 *4 (-1192)))) (-1602 (*1 *2 *1 *1) (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1192)) (-4 *2 (-1031)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1192)) (-4 *2 (-712)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1192)) (-4 *2 (-712)))))
+(-13 (-591 (-553) |t#2|) (-600 (-1238 |t#2|)) (-10 -8 (-6 -4369) (-15 -3518 ($ (-1238 |t#2|))) (IF (|has| |t#2| (-1079)) (-6 (-405 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-1031)) (PROGN (-6 (-110 |t#2| |t#2|)) (-6 (-226 |t#2|)) (-6 (-371 |t#2|)) (-15 -3530 ($ (-903))) (-15 -1602 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-129)) (-6 (-129)) |%noBranch|) (IF (|has| |t#2| (-712)) (PROGN (-6 (-712)) (-15 * ($ |t#2| $)) (-15 * ($ $ |t#2|))) |%noBranch|) (IF (|has| |t#2| (-362)) (-6 (-362)) |%noBranch|) (IF (|has| |t#2| (-169)) (PROGN (-6 (-38 |t#2|)) (-6 (-169))) |%noBranch|) (IF (|has| |t#2| (-6 -4366)) (-6 -4366) |%noBranch|) (IF (|has| |t#2| (-831)) (-6 (-831)) |%noBranch|) (IF (|has| |t#2| (-779)) (-6 (-779)) |%noBranch|) (IF (|has| |t#2| (-357)) (-6 (-1245 |t#2|)) |%noBranch|)))
+(((-21) -4028 (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-357)) (|has| |#2| (-169))) ((-23) -4028 (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-779)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129))) ((-25) -4028 (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-779)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129)) (|has| |#2| (-25))) ((-34) . T) ((-38 |#2|) |has| |#2| (-169)) ((-101) -4028 (|has| |#2| (-1079)) (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-779)) (|has| |#2| (-712)) (|has| |#2| (-362)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129)) (|has| |#2| (-25))) ((-110 |#2| |#2|) -4028 (|has| |#2| (-1031)) (|has| |#2| (-357)) (|has| |#2| (-169))) ((-110 $ $) |has| |#2| (-169)) ((-129) -4028 (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-779)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129))) ((-603 #0=(-401 (-553))) -12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079))) ((-603 #1=(-553)) -12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) ((-603 |#2|) |has| |#2| (-1079)) ((-600 (-845)) -4028 (|has| |#2| (-1079)) (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-779)) (|has| |#2| (-712)) (|has| |#2| (-362)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-600 (-845))) (|has| |#2| (-129)) (|has| |#2| (-25))) ((-600 (-1238 |#2|)) . T) ((-169) |has| |#2| (-169)) ((-226 |#2|) |has| |#2| (-1031)) ((-228) -12 (|has| |#2| (-228)) (|has| |#2| (-1031))) ((-280 #2=(-553) |#2|) . T) ((-282 #2# |#2|) . T) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-362) |has| |#2| (-362)) ((-371 |#2|) |has| |#2| (-1031)) ((-405 |#2|) |has| |#2| (-1079)) ((-482 |#2|) . T) ((-591 #2# |#2|) . T) ((-507 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-633 |#2|) -4028 (|has| |#2| (-1031)) (|has| |#2| (-357)) (|has| |#2| (-169))) ((-633 $) -4028 (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-169))) ((-626 (-553)) -12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031))) ((-626 |#2|) |has| |#2| (-1031)) ((-703 |#2|) -4028 (|has| |#2| (-357)) (|has| |#2| (-169))) ((-712) -4028 (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-712)) (|has| |#2| (-169))) ((-777) |has| |#2| (-831)) ((-778) -4028 (|has| |#2| (-831)) (|has| |#2| (-779))) ((-779) |has| |#2| (-779)) ((-780) -4028 (|has| |#2| (-831)) (|has| |#2| (-779))) ((-781) -4028 (|has| |#2| (-831)) (|has| |#2| (-779))) ((-831) |has| |#2| (-831)) ((-833) -4028 (|has| |#2| (-831)) (|has| |#2| (-779))) ((-882 (-1155)) -12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031))) ((-1020 #0#) -12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079))) ((-1020 #1#) -12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) ((-1020 |#2|) |has| |#2| (-1079)) ((-1037 |#2|) -4028 (|has| |#2| (-1031)) (|has| |#2| (-357)) (|has| |#2| (-169))) ((-1037 $) |has| |#2| (-169)) ((-1031) -4028 (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-169))) ((-1038) -4028 (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-169))) ((-1091) -4028 (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-712)) (|has| |#2| (-169))) ((-1079) -4028 (|has| |#2| (-1079)) (|has| |#2| (-1031)) (|has| |#2| (-831)) (|has| |#2| (-779)) (|has| |#2| (-712)) (|has| |#2| (-362)) (|has| |#2| (-357)) (|has| |#2| (-169)) (|has| |#2| (-129)) (|has| |#2| (-25))) ((-1192) . T) ((-1245 |#2|) |has| |#2| (-357)))
+((-3108 (((-235 |#1| |#3|) (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|) 21)) (-3883 ((|#3| (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|) 23)) (-1478 (((-235 |#1| |#3|) (-1 |#3| |#2|) (-235 |#1| |#2|)) 18)))
+(((-234 |#1| |#2| |#3|) (-10 -7 (-15 -3108 ((-235 |#1| |#3|) (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|)) (-15 -3883 (|#3| (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|)) (-15 -1478 ((-235 |#1| |#3|) (-1 |#3| |#2|) (-235 |#1| |#2|)))) (-757) (-1192) (-1192)) (T -234))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-235 *5 *6)) (-14 *5 (-757)) (-4 *6 (-1192)) (-4 *7 (-1192)) (-5 *2 (-235 *5 *7)) (-5 *1 (-234 *5 *6 *7)))) (-3883 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-235 *5 *6)) (-14 *5 (-757)) (-4 *6 (-1192)) (-4 *2 (-1192)) (-5 *1 (-234 *5 *6 *2)))) (-3108 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-235 *6 *7)) (-14 *6 (-757)) (-4 *7 (-1192)) (-4 *5 (-1192)) (-5 *2 (-235 *6 *5)) (-5 *1 (-234 *6 *7 *5)))))
+(-10 -7 (-15 -3108 ((-235 |#1| |#3|) (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|)) (-15 -3883 (|#3| (-1 |#3| |#2| |#3|) (-235 |#1| |#2|) |#3|)) (-15 -1478 ((-235 |#1| |#3|) (-1 |#3| |#2|) (-235 |#1| |#2|))))
+((-3200 (((-111) $ $) NIL (|has| |#2| (-1079)))) (-1719 (((-111) $) NIL (|has| |#2| (-129)))) (-3530 (($ (-903)) 56 (|has| |#2| (-1031)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-1462 (($ $ $) 60 (|has| |#2| (-779)))) (-4123 (((-3 $ "failed") $ $) 49 (|has| |#2| (-129)))) (-2549 (((-111) $ (-757)) 17)) (-2662 (((-757)) NIL (|has| |#2| (-362)))) (-2299 (((-553) $) NIL (|has| |#2| (-831)))) (-1471 ((|#2| $ (-553) |#2|) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079)))) (((-3 (-401 (-553)) "failed") $) NIL (-12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) (((-3 |#2| "failed") $) 29 (|has| |#2| (-1079)))) (-2831 (((-553) $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079)))) (((-401 (-553)) $) NIL (-12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) ((|#2| $) 27 (|has| |#2| (-1079)))) (-3698 (((-674 (-553)) (-674 $)) NIL (-12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL (|has| |#2| (-1031))) (((-674 |#2|) (-674 $)) NIL (|has| |#2| (-1031)))) (-3889 (((-3 $ "failed") $) 53 (|has| |#2| (-712)))) (-1333 (($) NIL (|has| |#2| (-362)))) (-2959 ((|#2| $ (-553) |#2|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ (-553)) 51)) (-2184 (((-111) $) NIL (|has| |#2| (-831)))) (-3136 (((-630 |#2|) $) 15 (|has| $ (-6 -4369)))) (-1434 (((-111) $) NIL (|has| |#2| (-712)))) (-2260 (((-111) $) NIL (|has| |#2| (-831)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) 20 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-2447 (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-2049 (((-553) $) 50 (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#2| |#2|) $) 41)) (-3941 (((-903) $) NIL (|has| |#2| (-362)))) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#2| (-1079)))) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2839 (($ (-903)) NIL (|has| |#2| (-362)))) (-2875 (((-1099) $) NIL (|has| |#2| (-1079)))) (-2701 ((|#2| $) NIL (|has| (-553) (-833)))) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#2|) $) 24 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ (-553) |#2|) NIL) ((|#2| $ (-553)) 21)) (-1602 ((|#2| $ $) NIL (|has| |#2| (-1031)))) (-3518 (($ (-1238 |#2|)) 18)) (-1315 (((-132)) NIL (|has| |#2| (-357)))) (-3095 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1 |#2| |#2|) (-757)) NIL (|has| |#2| (-1031))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1031)))) (-2885 (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-1238 |#2|) $) 10) (($ (-553)) NIL (-4028 (-12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (|has| |#2| (-1031)))) (($ (-401 (-553))) NIL (-12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) (($ |#2|) 13 (|has| |#2| (-1079))) (((-845) $) NIL (|has| |#2| (-600 (-845))))) (-1348 (((-757)) NIL (|has| |#2| (-1031)))) (-1798 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1411 (($ $) NIL (|has| |#2| (-831)))) (-3296 (($) 35 (|has| |#2| (-129)) CONST)) (-3308 (($) 38 (|has| |#2| (-712)) CONST)) (-1766 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1 |#2| |#2|) (-757)) NIL (|has| |#2| (-1031))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1031)))) (-1667 (((-111) $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1645 (((-111) $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1614 (((-111) $ $) 26 (|has| |#2| (-1079)))) (-1656 (((-111) $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1633 (((-111) $ $) 58 (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $ $) NIL (|has| |#2| (-1031))) (($ $) NIL (|has| |#2| (-1031)))) (-1699 (($ $ $) 33 (|has| |#2| (-25)))) (** (($ $ (-757)) NIL (|has| |#2| (-712))) (($ $ (-903)) NIL (|has| |#2| (-712)))) (* (($ (-553) $) NIL (|has| |#2| (-1031))) (($ $ $) 44 (|has| |#2| (-712))) (($ $ |#2|) 42 (|has| |#2| (-712))) (($ |#2| $) 43 (|has| |#2| (-712))) (($ (-757) $) NIL (|has| |#2| (-129))) (($ (-903) $) NIL (|has| |#2| (-25)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-235 |#1| |#2|) (-233 |#1| |#2|) (-757) (-1192)) (T -235))
NIL
(-233 |#1| |#2|)
-((-2267 (((-552) (-629 (-1136))) 24) (((-552) (-1136)) 19)) (-3786 (((-1242) (-629 (-1136))) 29) (((-1242) (-1136)) 28)) (-2287 (((-1136)) 14)) (-1579 (((-1136) (-552) (-1136)) 16)) (-4046 (((-629 (-1136)) (-629 (-1136)) (-552) (-1136)) 25) (((-1136) (-1136) (-552) (-1136)) 23)) (-1936 (((-629 (-1136)) (-629 (-1136))) 13) (((-629 (-1136)) (-1136)) 11)))
-(((-236) (-10 -7 (-15 -1936 ((-629 (-1136)) (-1136))) (-15 -1936 ((-629 (-1136)) (-629 (-1136)))) (-15 -2287 ((-1136))) (-15 -1579 ((-1136) (-552) (-1136))) (-15 -4046 ((-1136) (-1136) (-552) (-1136))) (-15 -4046 ((-629 (-1136)) (-629 (-1136)) (-552) (-1136))) (-15 -3786 ((-1242) (-1136))) (-15 -3786 ((-1242) (-629 (-1136)))) (-15 -2267 ((-552) (-1136))) (-15 -2267 ((-552) (-629 (-1136)))))) (T -236))
-((-2267 (*1 *2 *3) (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-552)) (-5 *1 (-236)))) (-2267 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-552)) (-5 *1 (-236)))) (-3786 (*1 *2 *3) (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-1242)) (-5 *1 (-236)))) (-3786 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-236)))) (-4046 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-629 (-1136))) (-5 *3 (-552)) (-5 *4 (-1136)) (-5 *1 (-236)))) (-4046 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1136)) (-5 *3 (-552)) (-5 *1 (-236)))) (-1579 (*1 *2 *3 *2) (-12 (-5 *2 (-1136)) (-5 *3 (-552)) (-5 *1 (-236)))) (-2287 (*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-236)))) (-1936 (*1 *2 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-236)))) (-1936 (*1 *2 *3) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-236)) (-5 *3 (-1136)))))
-(-10 -7 (-15 -1936 ((-629 (-1136)) (-1136))) (-15 -1936 ((-629 (-1136)) (-629 (-1136)))) (-15 -2287 ((-1136))) (-15 -1579 ((-1136) (-552) (-1136))) (-15 -4046 ((-1136) (-1136) (-552) (-1136))) (-15 -4046 ((-629 (-1136)) (-629 (-1136)) (-552) (-1136))) (-15 -3786 ((-1242) (-1136))) (-15 -3786 ((-1242) (-629 (-1136)))) (-15 -2267 ((-552) (-1136))) (-15 -2267 ((-552) (-629 (-1136)))))
-((** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) 16)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ (-401 (-552)) $) 23) (($ $ (-401 (-552))) NIL)))
-(((-237 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-552))) (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 ** (|#1| |#1| (-756))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-902))) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|))) (-238)) (T -237))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-552))) (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 ** (|#1| |#1| (-756))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-902))) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 37)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 (-552))) 41)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 38)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ (-401 (-552)) $) 40) (($ $ (-401 (-552))) 39)))
+((-1936 (((-553) (-630 (-1137))) 24) (((-553) (-1137)) 19)) (-3785 (((-1243) (-630 (-1137))) 29) (((-1243) (-1137)) 28)) (-4068 (((-1137)) 14)) (-1419 (((-1137) (-553) (-1137)) 16)) (-4045 (((-630 (-1137)) (-630 (-1137)) (-553) (-1137)) 25) (((-1137) (-1137) (-553) (-1137)) 23)) (-1938 (((-630 (-1137)) (-630 (-1137))) 13) (((-630 (-1137)) (-1137)) 11)))
+(((-236) (-10 -7 (-15 -1938 ((-630 (-1137)) (-1137))) (-15 -1938 ((-630 (-1137)) (-630 (-1137)))) (-15 -4068 ((-1137))) (-15 -1419 ((-1137) (-553) (-1137))) (-15 -4045 ((-1137) (-1137) (-553) (-1137))) (-15 -4045 ((-630 (-1137)) (-630 (-1137)) (-553) (-1137))) (-15 -3785 ((-1243) (-1137))) (-15 -3785 ((-1243) (-630 (-1137)))) (-15 -1936 ((-553) (-1137))) (-15 -1936 ((-553) (-630 (-1137)))))) (T -236))
+((-1936 (*1 *2 *3) (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-553)) (-5 *1 (-236)))) (-1936 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-553)) (-5 *1 (-236)))) (-3785 (*1 *2 *3) (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-1243)) (-5 *1 (-236)))) (-3785 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-236)))) (-4045 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-630 (-1137))) (-5 *3 (-553)) (-5 *4 (-1137)) (-5 *1 (-236)))) (-4045 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1137)) (-5 *3 (-553)) (-5 *1 (-236)))) (-1419 (*1 *2 *3 *2) (-12 (-5 *2 (-1137)) (-5 *3 (-553)) (-5 *1 (-236)))) (-4068 (*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-236)))) (-1938 (*1 *2 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-236)))) (-1938 (*1 *2 *3) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-236)) (-5 *3 (-1137)))))
+(-10 -7 (-15 -1938 ((-630 (-1137)) (-1137))) (-15 -1938 ((-630 (-1137)) (-630 (-1137)))) (-15 -4068 ((-1137))) (-15 -1419 ((-1137) (-553) (-1137))) (-15 -4045 ((-1137) (-1137) (-553) (-1137))) (-15 -4045 ((-630 (-1137)) (-630 (-1137)) (-553) (-1137))) (-15 -3785 ((-1243) (-1137))) (-15 -3785 ((-1243) (-630 (-1137)))) (-15 -1936 ((-553) (-1137))) (-15 -1936 ((-553) (-630 (-1137)))))
+((** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) 16)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ (-401 (-553)) $) 23) (($ $ (-401 (-553))) NIL)))
+(((-237 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-553))) (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 ** (|#1| |#1| (-757))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-903))) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|))) (-238)) (T -237))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-553))) (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 ** (|#1| |#1| (-757))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-903))) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 37)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 (-553))) 41)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 38)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ (-401 (-553)) $) 40) (($ $ (-401 (-553))) 39)))
(((-238) (-137)) (T -238))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-238)) (-5 *2 (-552)))) (-3701 (*1 *1 *1) (-4 *1 (-238))))
-(-13 (-284) (-38 (-401 (-552))) (-10 -8 (-15 ** ($ $ (-552))) (-15 -3701 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-284) . T) ((-632 #0#) . T) ((-632 $) . T) ((-702 #0#) . T) ((-711) . T) ((-1036 #0#) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2925 ((|#1| $) 48)) (-1785 (($ $) 57)) (-4238 (((-111) $ (-756)) 8)) (-3188 ((|#1| $ |#1|) 39 (|has| $ (-6 -4369)))) (-2459 (($ $ $) 53 (|has| $ (-6 -4369)))) (-2882 (($ $ $) 52 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 41 (|has| $ (-6 -4369)))) (-2130 (($) 7 T CONST)) (-4276 (($ $) 56)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 50)) (-4266 (((-111) $ $) 42 (|has| |#1| (-1078)))) (-2135 (($ $) 55)) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2604 (((-629 |#1|) $) 45)) (-3862 (((-111) $) 49)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2680 ((|#1| $) 59)) (-2170 (($ $) 58)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ "value") 47)) (-3153 (((-552) $ $) 44)) (-1289 (((-111) $) 46)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-2380 (($ $ $) 54 (|has| $ (-6 -4369)))) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) 51)) (-4298 (((-111) $ $) 43 (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-239 |#1|) (-137) (-1191)) (T -239))
-((-2680 (*1 *2 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191)))) (-2170 (*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191)))) (-1785 (*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191)))) (-4276 (*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191)))) (-2135 (*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191)))) (-2380 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-239 *2)) (-4 *2 (-1191)))) (-2459 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-239 *2)) (-4 *2 (-1191)))) (-2882 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-239 *2)) (-4 *2 (-1191)))))
-(-13 (-991 |t#1|) (-10 -8 (-15 -2680 (|t#1| $)) (-15 -2170 ($ $)) (-15 -1785 ($ $)) (-15 -4276 ($ $)) (-15 -2135 ($ $)) (IF (|has| $ (-6 -4369)) (PROGN (-15 -2380 ($ $ $)) (-15 -2459 ($ $ $)) (-15 -2882 ($ $ $))) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-991 |#1|) . T) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) NIL)) (-2210 ((|#1| $) NIL)) (-1785 (($ $) NIL)) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-2285 (($ $ (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) $) NIL (|has| |#1| (-832))) (((-111) (-1 (-111) |#1| |#1|) $) NIL)) (-3646 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832)))) (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1296 (($ $) 10 (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3188 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-2830 (($ $ $) NIL (|has| $ (-6 -4369)))) (-3359 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-1505 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4369))) (($ $ "rest" $) NIL (|has| $ (-6 -4369))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-1740 (($ (-1 (-111) |#1|) $) NIL)) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2196 ((|#1| $) NIL)) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2715 (($ $) NIL) (($ $ (-756)) NIL)) (-2232 (($ $) NIL (|has| |#1| (-1078)))) (-2738 (($ $) 7 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1625 (($ |#1| $) NIL (|has| |#1| (-1078))) (($ (-1 (-111) |#1|) $) NIL)) (-2655 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-2268 (((-111) $) NIL)) (-1456 (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078))) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) (-1 (-111) |#1|) $) NIL)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3307 (($ (-756) |#1|) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-3707 (($ $ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-1446 (($ $ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2563 (($ |#1|) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2604 (((-629 |#1|) $) NIL)) (-3862 (((-111) $) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2680 ((|#1| $) NIL) (($ $ (-756)) NIL)) (-1580 (($ $ $ (-552)) NIL) (($ |#1| $ (-552)) NIL)) (-1759 (($ $ $ (-552)) NIL) (($ |#1| $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2702 ((|#1| $) NIL) (($ $ (-756)) NIL)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-1352 (((-111) $) NIL)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1204 (-552))) NIL) ((|#1| $ (-552)) NIL) ((|#1| $ (-552) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-756) $ "count") 16)) (-3153 (((-552) $ $) NIL)) (-3502 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-2012 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-1789 (($ (-629 |#1|)) 22)) (-1289 (((-111) $) NIL)) (-2760 (($ $) NIL)) (-4022 (($ $) NIL (|has| $ (-6 -4369)))) (-3058 (((-756) $) NIL)) (-2963 (($ $) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) NIL)) (-2380 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4319 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-629 $)) NIL) (($ $ |#1|) NIL)) (-3213 (($ (-629 |#1|)) 17) (((-629 |#1|) $) 18) (((-844) $) 21 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-2657 (((-756) $) 14 (|has| $ (-6 -4368)))))
-(((-240 |#1|) (-13 (-650 |#1|) (-10 -8 (-15 -3213 ($ (-629 |#1|))) (-15 -3213 ((-629 |#1|) $)) (-15 -1789 ($ (-629 |#1|))) (-15 -2060 ($ $ "unique")) (-15 -2060 ($ $ "sort")) (-15 -2060 ((-756) $ "count")))) (-832)) (T -240))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-240 *3)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-240 *3)) (-4 *3 (-832)))) (-1789 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-240 *3)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-240 *3)) (-4 *3 (-832)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-240 *3)) (-4 *3 (-832)))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-756)) (-5 *1 (-240 *4)) (-4 *4 (-832)))))
-(-13 (-650 |#1|) (-10 -8 (-15 -3213 ($ (-629 |#1|))) (-15 -3213 ((-629 |#1|) $)) (-15 -1789 ($ (-629 |#1|))) (-15 -2060 ($ $ "unique")) (-15 -2060 ($ $ "sort")) (-15 -2060 ((-756) $ "count"))))
-((-3649 (((-3 (-756) "failed") |#1| |#1| (-756)) 27)))
-(((-241 |#1|) (-10 -7 (-15 -3649 ((-3 (-756) "failed") |#1| |#1| (-756)))) (-13 (-711) (-362) (-10 -7 (-15 ** (|#1| |#1| (-552)))))) (T -241))
-((-3649 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-756)) (-4 *3 (-13 (-711) (-362) (-10 -7 (-15 ** (*3 *3 (-552)))))) (-5 *1 (-241 *3)))))
-(-10 -7 (-15 -3649 ((-3 (-756) "failed") |#1| |#1| (-756))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-846 |#1|)) $) NIL)) (-3449 (((-1150 $) $ (-846 |#1|)) NIL) (((-1150 |#2|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#2| (-544)))) (-3303 (($ $) NIL (|has| |#2| (-544)))) (-1334 (((-111) $) NIL (|has| |#2| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-846 |#1|))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-4116 (($ $) NIL (|has| |#2| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#2| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#2| (-1019 (-552)))) (((-3 (-846 |#1|) "failed") $) NIL)) (-2832 ((|#2| $) NIL) (((-401 (-552)) $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#2| (-1019 (-552)))) (((-846 |#1|) $) NIL)) (-3301 (($ $ $ (-846 |#1|)) NIL (|has| |#2| (-169)))) (-2206 (($ $ (-629 (-552))) NIL)) (-3766 (($ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL) (((-673 |#2|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#2| (-445))) (($ $ (-846 |#1|)) NIL (|has| |#2| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#2| (-890)))) (-3423 (($ $ |#2| (-235 (-2657 |#1|) (-756)) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-846 |#1|) (-867 (-373))) (|has| |#2| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-846 |#1|) (-867 (-552))) (|has| |#2| (-867 (-552)))))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3602 (($ (-1150 |#2|) (-846 |#1|)) NIL) (($ (-1150 $) (-846 |#1|)) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#2| (-235 (-2657 |#1|) (-756))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-846 |#1|)) NIL)) (-3544 (((-235 (-2657 |#1|) (-756)) $) NIL) (((-756) $ (-846 |#1|)) NIL) (((-629 (-756)) $ (-629 (-846 |#1|))) NIL)) (-1772 (($ $ $) NIL (|has| |#2| (-832)))) (-2011 (($ $ $) NIL (|has| |#2| (-832)))) (-3891 (($ (-1 (-235 (-2657 |#1|) (-756)) (-235 (-2657 |#1|) (-756))) $) NIL)) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-3506 (((-3 (-846 |#1|) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-2623 (((-1136) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-846 |#1|)) (|:| -1406 (-756))) "failed") $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#2| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#2| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#2| (-890)))) (-3969 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-846 |#1|) |#2|) NIL) (($ $ (-629 (-846 |#1|)) (-629 |#2|)) NIL) (($ $ (-846 |#1|) $) NIL) (($ $ (-629 (-846 |#1|)) (-629 $)) NIL)) (-1721 (($ $ (-846 |#1|)) NIL (|has| |#2| (-169)))) (-3096 (($ $ (-846 |#1|)) NIL) (($ $ (-629 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-3299 (((-235 (-2657 |#1|) (-756)) $) NIL) (((-756) $ (-846 |#1|)) NIL) (((-629 (-756)) $ (-629 (-846 |#1|))) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-846 |#1|) (-600 (-873 (-373)))) (|has| |#2| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-846 |#1|) (-600 (-873 (-552)))) (|has| |#2| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-846 |#1|) (-600 (-528))) (|has| |#2| (-600 (-528)))))) (-3807 ((|#2| $) NIL (|has| |#2| (-445))) (($ $ (-846 |#1|)) NIL (|has| |#2| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#2|) NIL) (($ (-846 |#1|)) NIL) (($ (-401 (-552))) NIL (-4029 (|has| |#2| (-38 (-401 (-552)))) (|has| |#2| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#2| (-544)))) (-2984 (((-629 |#2|) $) NIL)) (-2266 ((|#2| $ (-235 (-2657 |#1|) (-756))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#2| (-890))) (|has| |#2| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#2| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#2| (-544)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-846 |#1|)) NIL) (($ $ (-629 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-1666 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#2| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#2| (-38 (-401 (-552))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-242 |#1| |#2|) (-13 (-930 |#2| (-235 (-2657 |#1|) (-756)) (-846 |#1|)) (-10 -8 (-15 -2206 ($ $ (-629 (-552)))))) (-629 (-1154)) (-1030)) (T -242))
-((-2206 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-242 *3 *4)) (-14 *3 (-629 (-1154))) (-4 *4 (-1030)))))
-(-13 (-930 |#2| (-235 (-2657 |#1|) (-756)) (-846 |#1|)) (-10 -8 (-15 -2206 ($ $ (-629 (-552))))))
-((-3202 (((-111) $ $) NIL)) (-1949 (((-1242) $) 15)) (-2165 (((-180) $) 9)) (-1902 (($ (-180)) 10)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 7)) (-1613 (((-111) $ $) 13)))
-(((-243) (-13 (-1078) (-10 -8 (-15 -2165 ((-180) $)) (-15 -1902 ($ (-180))) (-15 -1949 ((-1242) $))))) (T -243))
-((-2165 (*1 *2 *1) (-12 (-5 *2 (-180)) (-5 *1 (-243)))) (-1902 (*1 *1 *2) (-12 (-5 *2 (-180)) (-5 *1 (-243)))) (-1949 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-243)))))
-(-13 (-1078) (-10 -8 (-15 -2165 ((-180) $)) (-15 -1902 ($ (-180))) (-15 -1949 ((-1242) $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-1725 (($ (-902)) NIL (|has| |#4| (-1030)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3305 (($ $ $) NIL (|has| |#4| (-778)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-2663 (((-756)) NIL (|has| |#4| (-362)))) (-3886 (((-552) $) NIL (|has| |#4| (-830)))) (-1470 ((|#4| $ (-552) |#4|) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1078))) (((-3 (-552) "failed") $) NIL (-12 (|has| |#4| (-1019 (-552))) (|has| |#4| (-1078)))) (((-3 (-401 (-552)) "failed") $) NIL (-12 (|has| |#4| (-1019 (-401 (-552)))) (|has| |#4| (-1078))))) (-2832 ((|#4| $) NIL (|has| |#4| (-1078))) (((-552) $) NIL (-12 (|has| |#4| (-1019 (-552))) (|has| |#4| (-1078)))) (((-401 (-552)) $) NIL (-12 (|has| |#4| (-1019 (-401 (-552)))) (|has| |#4| (-1078))))) (-2714 (((-2 (|:| -2325 (-673 |#4|)) (|:| |vec| (-1237 |#4|))) (-673 $) (-1237 $)) NIL (|has| |#4| (-1030))) (((-673 |#4|) (-673 $)) NIL (|has| |#4| (-1030))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| |#4| (-625 (-552))) (|has| |#4| (-1030)))) (((-673 (-552)) (-673 $)) NIL (-12 (|has| |#4| (-625 (-552))) (|has| |#4| (-1030))))) (-1293 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#4| (-228)) (|has| |#4| (-1030))) (-12 (|has| |#4| (-625 (-552))) (|has| |#4| (-1030))) (|has| |#4| (-711)) (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))))) (-1332 (($) NIL (|has| |#4| (-362)))) (-2957 ((|#4| $ (-552) |#4|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#4| $ (-552)) NIL)) (-1338 (((-111) $) NIL (|has| |#4| (-830)))) (-3138 (((-629 |#4|) $) NIL (|has| $ (-6 -4368)))) (-4065 (((-111) $) NIL (-4029 (-12 (|has| |#4| (-228)) (|has| |#4| (-1030))) (-12 (|has| |#4| (-625 (-552))) (|has| |#4| (-1030))) (|has| |#4| (-711)) (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))))) (-3127 (((-111) $) NIL (|has| |#4| (-830)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (-4029 (|has| |#4| (-778)) (|has| |#4| (-830))))) (-3278 (((-629 |#4|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (-4029 (|has| |#4| (-778)) (|has| |#4| (-830))))) (-2947 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) NIL)) (-1637 (((-902) $) NIL (|has| |#4| (-362)))) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2840 (($ (-902)) NIL (|has| |#4| (-362)))) (-2876 (((-1098) $) NIL)) (-2702 ((|#4| $) NIL (|has| (-552) (-832)))) (-1518 (($ $ |#4|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 |#4|) (-629 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-3627 (((-629 |#4|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#4| $ (-552) |#4|) NIL) ((|#4| $ (-552)) 12)) (-3632 ((|#4| $ $) NIL (|has| |#4| (-1030)))) (-3519 (($ (-1237 |#4|)) NIL)) (-3725 (((-132)) NIL (|has| |#4| (-357)))) (-3096 (($ $ (-1 |#4| |#4|) (-756)) NIL (|has| |#4| (-1030))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1030))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#4| (-228)) (|has| |#4| (-1030)))) (($ $) NIL (-12 (|has| |#4| (-228)) (|has| |#4| (-1030))))) (-2885 (((-756) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368))) (((-756) |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-1237 |#4|) $) NIL) (((-844) $) NIL) (($ |#4|) NIL (|has| |#4| (-1078))) (($ (-552)) NIL (-4029 (-12 (|has| |#4| (-1019 (-552))) (|has| |#4| (-1078))) (|has| |#4| (-1030)))) (($ (-401 (-552))) NIL (-12 (|has| |#4| (-1019 (-401 (-552)))) (|has| |#4| (-1078))))) (-2014 (((-756)) NIL (|has| |#4| (-1030)))) (-2584 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-1578 (($ $) NIL (|has| |#4| (-830)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL (-4029 (-12 (|has| |#4| (-228)) (|has| |#4| (-1030))) (-12 (|has| |#4| (-625 (-552))) (|has| |#4| (-1030))) (|has| |#4| (-711)) (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))) CONST)) (-1765 (($ $ (-1 |#4| |#4|) (-756)) NIL (|has| |#4| (-1030))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1030))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#4| (-228)) (|has| |#4| (-1030)))) (($ $) NIL (-12 (|has| |#4| (-228)) (|has| |#4| (-1030))))) (-1666 (((-111) $ $) NIL (-4029 (|has| |#4| (-778)) (|has| |#4| (-830))))) (-1644 (((-111) $ $) NIL (-4029 (|has| |#4| (-778)) (|has| |#4| (-830))))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (-4029 (|has| |#4| (-778)) (|has| |#4| (-830))))) (-1632 (((-111) $ $) NIL (-4029 (|has| |#4| (-778)) (|has| |#4| (-830))))) (-1720 (($ $ |#4|) NIL (|has| |#4| (-357)))) (-1709 (($ $ $) NIL) (($ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-756)) NIL (-4029 (-12 (|has| |#4| (-228)) (|has| |#4| (-1030))) (-12 (|has| |#4| (-625 (-552))) (|has| |#4| (-1030))) (|has| |#4| (-711)) (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030))))) (($ $ (-902)) NIL (-4029 (-12 (|has| |#4| (-228)) (|has| |#4| (-1030))) (-12 (|has| |#4| (-625 (-552))) (|has| |#4| (-1030))) (|has| |#4| (-711)) (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))))) (* (($ |#2| $) 14) (($ (-552) $) NIL) (($ (-756) $) NIL) (($ (-902) $) NIL) (($ |#3| $) 18) (($ $ |#4|) NIL (|has| |#4| (-711))) (($ |#4| $) NIL (|has| |#4| (-711))) (($ $ $) NIL (-4029 (-12 (|has| |#4| (-228)) (|has| |#4| (-1030))) (-12 (|has| |#4| (-625 (-552))) (|has| |#4| (-1030))) (|has| |#4| (-711)) (-12 (|has| |#4| (-881 (-1154))) (|has| |#4| (-1030)))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-244 |#1| |#2| |#3| |#4|) (-13 (-233 |#1| |#4|) (-632 |#2|) (-632 |#3|)) (-902) (-1030) (-1101 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-632 |#2|)) (T -244))
-NIL
-(-13 (-233 |#1| |#4|) (-632 |#2|) (-632 |#3|))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-1725 (($ (-902)) NIL (|has| |#3| (-1030)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3305 (($ $ $) NIL (|has| |#3| (-778)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-2663 (((-756)) NIL (|has| |#3| (-362)))) (-3886 (((-552) $) NIL (|has| |#3| (-830)))) (-1470 ((|#3| $ (-552) |#3|) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1078))) (((-3 (-552) "failed") $) NIL (-12 (|has| |#3| (-1019 (-552))) (|has| |#3| (-1078)))) (((-3 (-401 (-552)) "failed") $) NIL (-12 (|has| |#3| (-1019 (-401 (-552)))) (|has| |#3| (-1078))))) (-2832 ((|#3| $) NIL (|has| |#3| (-1078))) (((-552) $) NIL (-12 (|has| |#3| (-1019 (-552))) (|has| |#3| (-1078)))) (((-401 (-552)) $) NIL (-12 (|has| |#3| (-1019 (-401 (-552)))) (|has| |#3| (-1078))))) (-2714 (((-2 (|:| -2325 (-673 |#3|)) (|:| |vec| (-1237 |#3|))) (-673 $) (-1237 $)) NIL (|has| |#3| (-1030))) (((-673 |#3|) (-673 $)) NIL (|has| |#3| (-1030))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030)))) (((-673 (-552)) (-673 $)) NIL (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030))))) (-1293 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#3| (-228)) (|has| |#3| (-1030))) (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030))) (|has| |#3| (-711)) (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))))) (-1332 (($) NIL (|has| |#3| (-362)))) (-2957 ((|#3| $ (-552) |#3|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#3| $ (-552)) NIL)) (-1338 (((-111) $) NIL (|has| |#3| (-830)))) (-3138 (((-629 |#3|) $) NIL (|has| $ (-6 -4368)))) (-4065 (((-111) $) NIL (-4029 (-12 (|has| |#3| (-228)) (|has| |#3| (-1030))) (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030))) (|has| |#3| (-711)) (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))))) (-3127 (((-111) $) NIL (|has| |#3| (-830)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-3278 (((-629 |#3|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#3| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-2947 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#3| |#3|) $) NIL)) (-1637 (((-902) $) NIL (|has| |#3| (-362)))) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2840 (($ (-902)) NIL (|has| |#3| (-362)))) (-2876 (((-1098) $) NIL)) (-2702 ((|#3| $) NIL (|has| (-552) (-832)))) (-1518 (($ $ |#3|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#3|))) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ (-288 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ (-629 |#3|) (-629 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#3| (-1078))))) (-3627 (((-629 |#3|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#3| $ (-552) |#3|) NIL) ((|#3| $ (-552)) 11)) (-3632 ((|#3| $ $) NIL (|has| |#3| (-1030)))) (-3519 (($ (-1237 |#3|)) NIL)) (-3725 (((-132)) NIL (|has| |#3| (-357)))) (-3096 (($ $ (-1 |#3| |#3|) (-756)) NIL (|has| |#3| (-1030))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1030))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1030)))) (($ $) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1030))))) (-2885 (((-756) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4368))) (((-756) |#3| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#3| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-1237 |#3|) $) NIL) (((-844) $) NIL) (($ |#3|) NIL (|has| |#3| (-1078))) (($ (-552)) NIL (-4029 (-12 (|has| |#3| (-1019 (-552))) (|has| |#3| (-1078))) (|has| |#3| (-1030)))) (($ (-401 (-552))) NIL (-12 (|has| |#3| (-1019 (-401 (-552)))) (|has| |#3| (-1078))))) (-2014 (((-756)) NIL (|has| |#3| (-1030)))) (-2584 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4368)))) (-1578 (($ $) NIL (|has| |#3| (-830)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL (-4029 (-12 (|has| |#3| (-228)) (|has| |#3| (-1030))) (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030))) (|has| |#3| (-711)) (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) CONST)) (-1765 (($ $ (-1 |#3| |#3|) (-756)) NIL (|has| |#3| (-1030))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1030))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1030)))) (($ $) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1030))))) (-1666 (((-111) $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-1644 (((-111) $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-1632 (((-111) $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-1720 (($ $ |#3|) NIL (|has| |#3| (-357)))) (-1709 (($ $ $) NIL) (($ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-756)) NIL (-4029 (-12 (|has| |#3| (-228)) (|has| |#3| (-1030))) (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030))) (|has| |#3| (-711)) (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030))))) (($ $ (-902)) NIL (-4029 (-12 (|has| |#3| (-228)) (|has| |#3| (-1030))) (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030))) (|has| |#3| (-711)) (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))))) (* (($ |#2| $) 13) (($ (-552) $) NIL) (($ (-756) $) NIL) (($ (-902) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-711))) (($ |#3| $) NIL (|has| |#3| (-711))) (($ $ $) NIL (-4029 (-12 (|has| |#3| (-228)) (|has| |#3| (-1030))) (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030))) (|has| |#3| (-711)) (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-245 |#1| |#2| |#3|) (-13 (-233 |#1| |#3|) (-632 |#2|)) (-756) (-1030) (-632 |#2|)) (T -245))
-NIL
-(-13 (-233 |#1| |#3|) (-632 |#2|))
-((-2025 (((-629 (-756)) $) 47) (((-629 (-756)) $ |#3|) 50)) (-1400 (((-756) $) 49) (((-756) $ |#3|) 52)) (-1523 (($ $) 65)) (-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 (-552) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 72)) (-4241 (((-756) $ |#3|) 39) (((-756) $) 36)) (-2681 (((-1 $ (-756)) |#3|) 15) (((-1 $ (-756)) $) 77)) (-2507 ((|#4| $) 58)) (-1836 (((-111) $) 56)) (-3017 (($ $) 64)) (-2432 (($ $ (-629 (-288 $))) 97) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-629 |#4|) (-629 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-629 |#4|) (-629 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-629 |#3|) (-629 $)) 89) (($ $ |#3| |#2|) NIL) (($ $ (-629 |#3|) (-629 |#2|)) 84)) (-3096 (($ $ |#4|) NIL) (($ $ (-629 |#4|)) NIL) (($ $ |#4| (-756)) NIL) (($ $ (-629 |#4|) (-629 (-756))) NIL) (($ $) NIL) (($ $ (-756)) NIL) (($ $ (-1154)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) 32)) (-2619 (((-629 |#3|) $) 75)) (-3299 ((|#5| $) NIL) (((-756) $ |#4|) NIL) (((-629 (-756)) $ (-629 |#4|)) NIL) (((-756) $ |#3|) 44)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 67) (($ (-401 (-552))) NIL) (($ $) NIL)))
-(((-246 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3213 (|#1| |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -2432 (|#1| |#1| (-629 |#3|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#3| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#3|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#3| |#1|)) (-15 -2681 ((-1 |#1| (-756)) |#1|)) (-15 -1523 (|#1| |#1|)) (-15 -3017 (|#1| |#1|)) (-15 -2507 (|#4| |#1|)) (-15 -1836 ((-111) |#1|)) (-15 -1400 ((-756) |#1| |#3|)) (-15 -2025 ((-629 (-756)) |#1| |#3|)) (-15 -1400 ((-756) |#1|)) (-15 -2025 ((-629 (-756)) |#1|)) (-15 -3299 ((-756) |#1| |#3|)) (-15 -4241 ((-756) |#1|)) (-15 -4241 ((-756) |#1| |#3|)) (-15 -2619 ((-629 |#3|) |#1|)) (-15 -2681 ((-1 |#1| (-756)) |#3|)) (-15 -1393 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#1| |#3|)) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1|)) (-15 -3299 ((-629 (-756)) |#1| (-629 |#4|))) (-15 -3299 ((-756) |#1| |#4|)) (-15 -1393 ((-3 |#4| "failed") |#1|)) (-15 -3213 (|#1| |#4|)) (-15 -2432 (|#1| |#1| (-629 |#4|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#4| |#1|)) (-15 -2432 (|#1| |#1| (-629 |#4|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#4| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -3299 (|#5| |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3096 (|#1| |#1| (-629 |#4|) (-629 (-756)))) (-15 -3096 (|#1| |#1| |#4| (-756))) (-15 -3096 (|#1| |#1| (-629 |#4|))) (-15 -3096 (|#1| |#1| |#4|)) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|))) (-247 |#2| |#3| |#4| |#5|) (-1030) (-832) (-260 |#3|) (-778)) (T -246))
-NIL
-(-10 -8 (-15 -3213 (|#1| |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -2432 (|#1| |#1| (-629 |#3|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#3| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#3|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#3| |#1|)) (-15 -2681 ((-1 |#1| (-756)) |#1|)) (-15 -1523 (|#1| |#1|)) (-15 -3017 (|#1| |#1|)) (-15 -2507 (|#4| |#1|)) (-15 -1836 ((-111) |#1|)) (-15 -1400 ((-756) |#1| |#3|)) (-15 -2025 ((-629 (-756)) |#1| |#3|)) (-15 -1400 ((-756) |#1|)) (-15 -2025 ((-629 (-756)) |#1|)) (-15 -3299 ((-756) |#1| |#3|)) (-15 -4241 ((-756) |#1|)) (-15 -4241 ((-756) |#1| |#3|)) (-15 -2619 ((-629 |#3|) |#1|)) (-15 -2681 ((-1 |#1| (-756)) |#3|)) (-15 -1393 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#1| |#3|)) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1|)) (-15 -3299 ((-629 (-756)) |#1| (-629 |#4|))) (-15 -3299 ((-756) |#1| |#4|)) (-15 -1393 ((-3 |#4| "failed") |#1|)) (-15 -3213 (|#1| |#4|)) (-15 -2432 (|#1| |#1| (-629 |#4|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#4| |#1|)) (-15 -2432 (|#1| |#1| (-629 |#4|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#4| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -3299 (|#5| |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3096 (|#1| |#1| (-629 |#4|) (-629 (-756)))) (-15 -3096 (|#1| |#1| |#4| (-756))) (-15 -3096 (|#1| |#1| (-629 |#4|))) (-15 -3096 (|#1| |#1| |#4|)) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2025 (((-629 (-756)) $) 212) (((-629 (-756)) $ |#2|) 210)) (-1400 (((-756) $) 211) (((-756) $ |#2|) 209)) (-3611 (((-629 |#3|) $) 108)) (-3449 (((-1150 $) $ |#3|) 123) (((-1150 |#1|) $) 122)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 85 (|has| |#1| (-544)))) (-3303 (($ $) 86 (|has| |#1| (-544)))) (-1334 (((-111) $) 88 (|has| |#1| (-544)))) (-2349 (((-756) $) 110) (((-756) $ (-629 |#3|)) 109)) (-4012 (((-3 $ "failed") $ $) 19)) (-1472 (((-412 (-1150 $)) (-1150 $)) 98 (|has| |#1| (-890)))) (-4116 (($ $) 96 (|has| |#1| (-445)))) (-3343 (((-412 $) $) 95 (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 101 (|has| |#1| (-890)))) (-1523 (($ $) 205)) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#1| "failed") $) 162) (((-3 (-401 (-552)) "failed") $) 160 (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) 158 (|has| |#1| (-1019 (-552)))) (((-3 |#3| "failed") $) 134) (((-3 |#2| "failed") $) 219)) (-2832 ((|#1| $) 163) (((-401 (-552)) $) 159 (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) 157 (|has| |#1| (-1019 (-552)))) ((|#3| $) 133) ((|#2| $) 218)) (-3301 (($ $ $ |#3|) 106 (|has| |#1| (-169)))) (-3766 (($ $) 152)) (-2714 (((-673 (-552)) (-673 $)) 132 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 131 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 130) (((-673 |#1|) (-673 $)) 129)) (-1293 (((-3 $ "failed") $) 32)) (-3471 (($ $) 174 (|has| |#1| (-445))) (($ $ |#3|) 103 (|has| |#1| (-445)))) (-3754 (((-629 $) $) 107)) (-1677 (((-111) $) 94 (|has| |#1| (-890)))) (-3423 (($ $ |#1| |#4| $) 170)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 82 (-12 (|has| |#3| (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 81 (-12 (|has| |#3| (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-4241 (((-756) $ |#2|) 215) (((-756) $) 214)) (-4065 (((-111) $) 30)) (-2856 (((-756) $) 167)) (-3602 (($ (-1150 |#1|) |#3|) 115) (($ (-1150 $) |#3|) 114)) (-3939 (((-629 $) $) 124)) (-2231 (((-111) $) 150)) (-3590 (($ |#1| |#4|) 151) (($ $ |#3| (-756)) 117) (($ $ (-629 |#3|) (-629 (-756))) 116)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ |#3|) 118)) (-3544 ((|#4| $) 168) (((-756) $ |#3|) 120) (((-629 (-756)) $ (-629 |#3|)) 119)) (-1772 (($ $ $) 77 (|has| |#1| (-832)))) (-2011 (($ $ $) 76 (|has| |#1| (-832)))) (-3891 (($ (-1 |#4| |#4|) $) 169)) (-1477 (($ (-1 |#1| |#1|) $) 149)) (-2681 (((-1 $ (-756)) |#2|) 217) (((-1 $ (-756)) $) 204 (|has| |#1| (-228)))) (-3506 (((-3 |#3| "failed") $) 121)) (-3733 (($ $) 147)) (-3743 ((|#1| $) 146)) (-2507 ((|#3| $) 207)) (-2552 (($ (-629 $)) 92 (|has| |#1| (-445))) (($ $ $) 91 (|has| |#1| (-445)))) (-2623 (((-1136) $) 9)) (-1836 (((-111) $) 208)) (-4263 (((-3 (-629 $) "failed") $) 112)) (-2878 (((-3 (-629 $) "failed") $) 113)) (-3909 (((-3 (-2 (|:| |var| |#3|) (|:| -1406 (-756))) "failed") $) 111)) (-3017 (($ $) 206)) (-2876 (((-1098) $) 10)) (-3711 (((-111) $) 164)) (-3722 ((|#1| $) 165)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 93 (|has| |#1| (-445)))) (-2594 (($ (-629 $)) 90 (|has| |#1| (-445))) (($ $ $) 89 (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) 100 (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) 99 (|has| |#1| (-890)))) (-3479 (((-412 $) $) 97 (|has| |#1| (-890)))) (-3969 (((-3 $ "failed") $ |#1|) 172 (|has| |#1| (-544))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-544)))) (-2432 (($ $ (-629 (-288 $))) 143) (($ $ (-288 $)) 142) (($ $ $ $) 141) (($ $ (-629 $) (-629 $)) 140) (($ $ |#3| |#1|) 139) (($ $ (-629 |#3|) (-629 |#1|)) 138) (($ $ |#3| $) 137) (($ $ (-629 |#3|) (-629 $)) 136) (($ $ |#2| $) 203 (|has| |#1| (-228))) (($ $ (-629 |#2|) (-629 $)) 202 (|has| |#1| (-228))) (($ $ |#2| |#1|) 201 (|has| |#1| (-228))) (($ $ (-629 |#2|) (-629 |#1|)) 200 (|has| |#1| (-228)))) (-1721 (($ $ |#3|) 105 (|has| |#1| (-169)))) (-3096 (($ $ |#3|) 40) (($ $ (-629 |#3|)) 39) (($ $ |#3| (-756)) 38) (($ $ (-629 |#3|) (-629 (-756))) 37) (($ $) 236 (|has| |#1| (-228))) (($ $ (-756)) 234 (|has| |#1| (-228))) (($ $ (-1154)) 232 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 231 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 230 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) 229 (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) 222) (($ $ (-1 |#1| |#1|)) 221)) (-2619 (((-629 |#2|) $) 216)) (-3299 ((|#4| $) 148) (((-756) $ |#3|) 128) (((-629 (-756)) $ (-629 |#3|)) 127) (((-756) $ |#2|) 213)) (-1522 (((-873 (-373)) $) 80 (-12 (|has| |#3| (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) 79 (-12 (|has| |#3| (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) 78 (-12 (|has| |#3| (-600 (-528))) (|has| |#1| (-600 (-528)))))) (-3807 ((|#1| $) 173 (|has| |#1| (-445))) (($ $ |#3|) 104 (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 102 (-3792 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 161) (($ |#3|) 135) (($ |#2|) 220) (($ (-401 (-552))) 70 (-4029 (|has| |#1| (-1019 (-401 (-552)))) (|has| |#1| (-38 (-401 (-552)))))) (($ $) 83 (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) 166)) (-2266 ((|#1| $ |#4|) 153) (($ $ |#3| (-756)) 126) (($ $ (-629 |#3|) (-629 (-756))) 125)) (-3878 (((-3 $ "failed") $) 71 (-4029 (-3792 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) 28)) (-4306 (($ $ $ (-756)) 171 (|has| |#1| (-169)))) (-3589 (((-111) $ $) 87 (|has| |#1| (-544)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ |#3|) 36) (($ $ (-629 |#3|)) 35) (($ $ |#3| (-756)) 34) (($ $ (-629 |#3|) (-629 (-756))) 33) (($ $) 235 (|has| |#1| (-228))) (($ $ (-756)) 233 (|has| |#1| (-228))) (($ $ (-1154)) 228 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 227 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 226 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) 225 (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) 224) (($ $ (-1 |#1| |#1|)) 223)) (-1666 (((-111) $ $) 74 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 73 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 75 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 72 (|has| |#1| (-832)))) (-1720 (($ $ |#1|) 154 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 156 (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) 155 (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 145) (($ $ |#1|) 144)))
-(((-247 |#1| |#2| |#3| |#4|) (-137) (-1030) (-832) (-260 |t#2|) (-778)) (T -247))
-((-2681 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-4 *3 (-832)) (-4 *5 (-260 *3)) (-4 *6 (-778)) (-5 *2 (-1 *1 (-756))) (-4 *1 (-247 *4 *3 *5 *6)))) (-2619 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-629 *4)))) (-4241 (*1 *2 *1 *3) (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1030)) (-4 *3 (-832)) (-4 *5 (-260 *3)) (-4 *6 (-778)) (-5 *2 (-756)))) (-4241 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-756)))) (-3299 (*1 *2 *1 *3) (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1030)) (-4 *3 (-832)) (-4 *5 (-260 *3)) (-4 *6 (-778)) (-5 *2 (-756)))) (-2025 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-629 (-756))))) (-1400 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-756)))) (-2025 (*1 *2 *1 *3) (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1030)) (-4 *3 (-832)) (-4 *5 (-260 *3)) (-4 *6 (-778)) (-5 *2 (-629 (-756))))) (-1400 (*1 *2 *1 *3) (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1030)) (-4 *3 (-832)) (-4 *5 (-260 *3)) (-4 *6 (-778)) (-5 *2 (-756)))) (-1836 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-111)))) (-2507 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-778)) (-4 *2 (-260 *4)))) (-3017 (*1 *1 *1) (-12 (-4 *1 (-247 *2 *3 *4 *5)) (-4 *2 (-1030)) (-4 *3 (-832)) (-4 *4 (-260 *3)) (-4 *5 (-778)))) (-1523 (*1 *1 *1) (-12 (-4 *1 (-247 *2 *3 *4 *5)) (-4 *2 (-1030)) (-4 *3 (-832)) (-4 *4 (-260 *3)) (-4 *5 (-778)))) (-2681 (*1 *2 *1) (-12 (-4 *3 (-228)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-1 *1 (-756))) (-4 *1 (-247 *3 *4 *5 *6)))))
-(-13 (-930 |t#1| |t#4| |t#3|) (-226 |t#1|) (-1019 |t#2|) (-10 -8 (-15 -2681 ((-1 $ (-756)) |t#2|)) (-15 -2619 ((-629 |t#2|) $)) (-15 -4241 ((-756) $ |t#2|)) (-15 -4241 ((-756) $)) (-15 -3299 ((-756) $ |t#2|)) (-15 -2025 ((-629 (-756)) $)) (-15 -1400 ((-756) $)) (-15 -2025 ((-629 (-756)) $ |t#2|)) (-15 -1400 ((-756) $ |t#2|)) (-15 -1836 ((-111) $)) (-15 -2507 (|t#3| $)) (-15 -3017 ($ $)) (-15 -1523 ($ $)) (IF (|has| |t#1| (-228)) (PROGN (-6 (-506 |t#2| |t#1|)) (-6 (-506 |t#2| $)) (-6 (-303 $)) (-15 -2681 ((-1 $ (-756)) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-600 (-528)) -12 (|has| |#1| (-600 (-528))) (|has| |#3| (-600 (-528)))) ((-600 (-873 (-373))) -12 (|has| |#1| (-600 (-873 (-373)))) (|has| |#3| (-600 (-873 (-373))))) ((-600 (-873 (-552))) -12 (|has| |#1| (-600 (-873 (-552)))) (|has| |#3| (-600 (-873 (-552))))) ((-226 |#1|) . T) ((-228) |has| |#1| (-228)) ((-284) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-303 $) . T) ((-320 |#1| |#4|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4029 (|has| |#1| (-890)) (|has| |#1| (-445))) ((-506 |#2| |#1|) |has| |#1| (-228)) ((-506 |#2| $) |has| |#1| (-228)) ((-506 |#3| |#1|) . T) ((-506 |#3| $) . T) ((-506 $ $) . T) ((-544) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-632 #0#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-625 (-552)) |has| |#1| (-625 (-552))) ((-625 |#1|) . T) ((-702 #0#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-711) . T) ((-832) |has| |#1| (-832)) ((-881 (-1154)) |has| |#1| (-881 (-1154))) ((-881 |#3|) . T) ((-867 (-373)) -12 (|has| |#1| (-867 (-373))) (|has| |#3| (-867 (-373)))) ((-867 (-552)) -12 (|has| |#1| (-867 (-552))) (|has| |#3| (-867 (-552)))) ((-930 |#1| |#4| |#3|) . T) ((-890) |has| |#1| (-890)) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1019 |#2|) . T) ((-1019 |#3|) . T) ((-1036 #0#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) |has| |#1| (-890)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-3514 ((|#1| $) 54)) (-3447 ((|#1| $) 44)) (-4238 (((-111) $ (-756)) 8)) (-2130 (($) 7 T CONST)) (-3625 (($ $) 60)) (-2366 (($ $) 48)) (-3574 ((|#1| |#1| $) 46)) (-3033 ((|#1| $) 45)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2556 (((-756) $) 61)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-3105 ((|#1| $) 39)) (-2262 ((|#1| |#1| $) 52)) (-3956 ((|#1| |#1| $) 51)) (-1580 (($ |#1| $) 40)) (-2384 (((-756) $) 55)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3474 ((|#1| $) 62)) (-3806 ((|#1| $) 50)) (-1633 ((|#1| $) 49)) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-2187 ((|#1| |#1| $) 58)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2505 ((|#1| $) 59)) (-2029 (($) 57) (($ (-629 |#1|)) 56)) (-3907 (((-756) $) 43)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-3164 ((|#1| $) 53)) (-1663 (($ (-629 |#1|)) 42)) (-1832 ((|#1| $) 63)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-248 |#1|) (-137) (-1191)) (T -248))
-((-2029 (*1 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))) (-2029 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-4 *1 (-248 *3)))) (-2384 (*1 *2 *1) (-12 (-4 *1 (-248 *3)) (-4 *3 (-1191)) (-5 *2 (-756)))) (-3514 (*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))) (-3164 (*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))) (-2262 (*1 *2 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))) (-3956 (*1 *2 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))) (-3806 (*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))) (-1633 (*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))) (-2366 (*1 *1 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))))
-(-13 (-1099 |t#1|) (-976 |t#1|) (-10 -8 (-15 -2029 ($)) (-15 -2029 ($ (-629 |t#1|))) (-15 -2384 ((-756) $)) (-15 -3514 (|t#1| $)) (-15 -3164 (|t#1| $)) (-15 -2262 (|t#1| |t#1| $)) (-15 -3956 (|t#1| |t#1| $)) (-15 -3806 (|t#1| $)) (-15 -1633 (|t#1| $)) (-15 -2366 ($ $))))
-(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-976 |#1|) . T) ((-1078) |has| |#1| (-1078)) ((-1099 |#1|) . T) ((-1191) . T))
-((-4252 (((-1 (-924 (-220)) (-220) (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220) (-220))) 139)) (-4139 (((-1111 (-220)) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373))) 160) (((-1111 (-220)) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)) (-629 (-257))) 158) (((-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373))) 163) (((-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257))) 159) (((-1111 (-220)) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373))) 150) (((-1111 (-220)) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257))) 149) (((-1111 (-220)) (-1 (-924 (-220)) (-220)) (-1072 (-373))) 129) (((-1111 (-220)) (-1 (-924 (-220)) (-220)) (-1072 (-373)) (-629 (-257))) 127) (((-1111 (-220)) (-860 (-1 (-220) (-220))) (-1072 (-373))) 128) (((-1111 (-220)) (-860 (-1 (-220) (-220))) (-1072 (-373)) (-629 (-257))) 125)) (-4096 (((-1239) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373))) 162) (((-1239) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)) (-629 (-257))) 161) (((-1239) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373))) 165) (((-1239) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257))) 164) (((-1239) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373))) 152) (((-1239) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257))) 151) (((-1239) (-1 (-924 (-220)) (-220)) (-1072 (-373))) 135) (((-1239) (-1 (-924 (-220)) (-220)) (-1072 (-373)) (-629 (-257))) 134) (((-1239) (-860 (-1 (-220) (-220))) (-1072 (-373))) 133) (((-1239) (-860 (-1 (-220) (-220))) (-1072 (-373)) (-629 (-257))) 132) (((-1238) (-858 (-1 (-220) (-220))) (-1072 (-373))) 100) (((-1238) (-858 (-1 (-220) (-220))) (-1072 (-373)) (-629 (-257))) 99) (((-1238) (-1 (-220) (-220)) (-1072 (-373))) 96) (((-1238) (-1 (-220) (-220)) (-1072 (-373)) (-629 (-257))) 95)))
-(((-249) (-10 -7 (-15 -4096 ((-1238) (-1 (-220) (-220)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1238) (-1 (-220) (-220)) (-1072 (-373)))) (-15 -4096 ((-1238) (-858 (-1 (-220) (-220))) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1238) (-858 (-1 (-220) (-220))) (-1072 (-373)))) (-15 -4096 ((-1239) (-860 (-1 (-220) (-220))) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-860 (-1 (-220) (-220))) (-1072 (-373)))) (-15 -4096 ((-1239) (-1 (-924 (-220)) (-220)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-1 (-924 (-220)) (-220)) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-860 (-1 (-220) (-220))) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-860 (-1 (-220) (-220))) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-1 (-924 (-220)) (-220)) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-1 (-924 (-220)) (-220)) (-1072 (-373)))) (-15 -4096 ((-1239) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)))) (-15 -4096 ((-1239) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)))) (-15 -4096 ((-1239) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)))) (-15 -4252 ((-1 (-924 (-220)) (-220) (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220) (-220)))))) (T -249))
-((-4252 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-924 (-220)) (-220) (-220))) (-5 *3 (-1 (-220) (-220) (-220) (-220))) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-863 (-1 (-220) (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-863 (-1 (-220) (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-863 (-1 (-220) (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-863 (-1 (-220) (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-924 (-220)) (-220))) (-5 *4 (-1072 (-373))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-924 (-220)) (-220))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4) (-12 (-5 *3 (-860 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4139 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-860 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-924 (-220)) (-220))) (-5 *4 (-1072 (-373))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-924 (-220)) (-220))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4) (-12 (-5 *3 (-860 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-860 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4) (-12 (-5 *3 (-858 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *2 (-1238)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-858 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1238)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *2 (-1238)) (-5 *1 (-249)))) (-4096 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-220) (-220))) (-5 *4 (-1072 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1238)) (-5 *1 (-249)))))
-(-10 -7 (-15 -4096 ((-1238) (-1 (-220) (-220)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1238) (-1 (-220) (-220)) (-1072 (-373)))) (-15 -4096 ((-1238) (-858 (-1 (-220) (-220))) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1238) (-858 (-1 (-220) (-220))) (-1072 (-373)))) (-15 -4096 ((-1239) (-860 (-1 (-220) (-220))) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-860 (-1 (-220) (-220))) (-1072 (-373)))) (-15 -4096 ((-1239) (-1 (-924 (-220)) (-220)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-1 (-924 (-220)) (-220)) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-860 (-1 (-220) (-220))) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-860 (-1 (-220) (-220))) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-1 (-924 (-220)) (-220)) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-1 (-924 (-220)) (-220)) (-1072 (-373)))) (-15 -4096 ((-1239) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-1 (-220) (-220) (-220)) (-1072 (-373)) (-1072 (-373)))) (-15 -4096 ((-1239) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-373)) (-1072 (-373)))) (-15 -4096 ((-1239) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)))) (-15 -4139 ((-1111 (-220)) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-863 (-1 (-220) (-220) (-220))) (-1072 (-373)) (-1072 (-373)))) (-15 -4252 ((-1 (-924 (-220)) (-220) (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220) (-220)))))
-((-4096 (((-1238) (-288 |#2|) (-1154) (-1154) (-629 (-257))) 96)))
-(((-250 |#1| |#2|) (-10 -7 (-15 -4096 ((-1238) (-288 |#2|) (-1154) (-1154) (-629 (-257))))) (-13 (-544) (-832) (-1019 (-552))) (-424 |#1|)) (T -250))
-((-4096 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-288 *7)) (-5 *4 (-1154)) (-5 *5 (-629 (-257))) (-4 *7 (-424 *6)) (-4 *6 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-1238)) (-5 *1 (-250 *6 *7)))))
-(-10 -7 (-15 -4096 ((-1238) (-288 |#2|) (-1154) (-1154) (-629 (-257)))))
-((-2817 (((-552) (-552)) 50)) (-1770 (((-552) (-552)) 51)) (-3697 (((-220) (-220)) 52)) (-3517 (((-1239) (-1 (-166 (-220)) (-166 (-220))) (-1072 (-220)) (-1072 (-220))) 49)) (-1490 (((-1239) (-1 (-166 (-220)) (-166 (-220))) (-1072 (-220)) (-1072 (-220)) (-111)) 47)))
-(((-251) (-10 -7 (-15 -1490 ((-1239) (-1 (-166 (-220)) (-166 (-220))) (-1072 (-220)) (-1072 (-220)) (-111))) (-15 -3517 ((-1239) (-1 (-166 (-220)) (-166 (-220))) (-1072 (-220)) (-1072 (-220)))) (-15 -2817 ((-552) (-552))) (-15 -1770 ((-552) (-552))) (-15 -3697 ((-220) (-220))))) (T -251))
-((-3697 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-251)))) (-1770 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-251)))) (-2817 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-251)))) (-3517 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-166 (-220)) (-166 (-220)))) (-5 *4 (-1072 (-220))) (-5 *2 (-1239)) (-5 *1 (-251)))) (-1490 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-166 (-220)) (-166 (-220)))) (-5 *4 (-1072 (-220))) (-5 *5 (-111)) (-5 *2 (-1239)) (-5 *1 (-251)))))
-(-10 -7 (-15 -1490 ((-1239) (-1 (-166 (-220)) (-166 (-220))) (-1072 (-220)) (-1072 (-220)) (-111))) (-15 -3517 ((-1239) (-1 (-166 (-220)) (-166 (-220))) (-1072 (-220)) (-1072 (-220)))) (-15 -2817 ((-552) (-552))) (-15 -1770 ((-552) (-552))) (-15 -3697 ((-220) (-220))))
-((-3213 (((-1070 (-373)) (-1070 (-310 |#1|))) 16)))
-(((-252 |#1|) (-10 -7 (-15 -3213 ((-1070 (-373)) (-1070 (-310 |#1|))))) (-13 (-832) (-544) (-600 (-373)))) (T -252))
-((-3213 (*1 *2 *3) (-12 (-5 *3 (-1070 (-310 *4))) (-4 *4 (-13 (-832) (-544) (-600 (-373)))) (-5 *2 (-1070 (-373))) (-5 *1 (-252 *4)))))
-(-10 -7 (-15 -3213 ((-1070 (-373)) (-1070 (-310 |#1|)))))
-((-4139 (((-1111 (-220)) (-863 |#1|) (-1070 (-373)) (-1070 (-373))) 71) (((-1111 (-220)) (-863 |#1|) (-1070 (-373)) (-1070 (-373)) (-629 (-257))) 70) (((-1111 (-220)) |#1| (-1070 (-373)) (-1070 (-373))) 61) (((-1111 (-220)) |#1| (-1070 (-373)) (-1070 (-373)) (-629 (-257))) 60) (((-1111 (-220)) (-860 |#1|) (-1070 (-373))) 52) (((-1111 (-220)) (-860 |#1|) (-1070 (-373)) (-629 (-257))) 51)) (-4096 (((-1239) (-863 |#1|) (-1070 (-373)) (-1070 (-373))) 74) (((-1239) (-863 |#1|) (-1070 (-373)) (-1070 (-373)) (-629 (-257))) 73) (((-1239) |#1| (-1070 (-373)) (-1070 (-373))) 64) (((-1239) |#1| (-1070 (-373)) (-1070 (-373)) (-629 (-257))) 63) (((-1239) (-860 |#1|) (-1070 (-373))) 56) (((-1239) (-860 |#1|) (-1070 (-373)) (-629 (-257))) 55) (((-1238) (-858 |#1|) (-1070 (-373))) 43) (((-1238) (-858 |#1|) (-1070 (-373)) (-629 (-257))) 42) (((-1238) |#1| (-1070 (-373))) 35) (((-1238) |#1| (-1070 (-373)) (-629 (-257))) 34)))
-(((-253 |#1|) (-10 -7 (-15 -4096 ((-1238) |#1| (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1238) |#1| (-1070 (-373)))) (-15 -4096 ((-1238) (-858 |#1|) (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1238) (-858 |#1|) (-1070 (-373)))) (-15 -4096 ((-1239) (-860 |#1|) (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-860 |#1|) (-1070 (-373)))) (-15 -4139 ((-1111 (-220)) (-860 |#1|) (-1070 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-860 |#1|) (-1070 (-373)))) (-15 -4096 ((-1239) |#1| (-1070 (-373)) (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) |#1| (-1070 (-373)) (-1070 (-373)))) (-15 -4139 ((-1111 (-220)) |#1| (-1070 (-373)) (-1070 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) |#1| (-1070 (-373)) (-1070 (-373)))) (-15 -4096 ((-1239) (-863 |#1|) (-1070 (-373)) (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-863 |#1|) (-1070 (-373)) (-1070 (-373)))) (-15 -4139 ((-1111 (-220)) (-863 |#1|) (-1070 (-373)) (-1070 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-863 |#1|) (-1070 (-373)) (-1070 (-373))))) (-13 (-600 (-528)) (-1078))) (T -253))
-((-4139 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-863 *5)) (-5 *4 (-1070 (-373))) (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1111 (-220))) (-5 *1 (-253 *5)))) (-4139 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-863 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1111 (-220))) (-5 *1 (-253 *6)))) (-4096 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-863 *5)) (-5 *4 (-1070 (-373))) (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1239)) (-5 *1 (-253 *5)))) (-4096 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-863 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1239)) (-5 *1 (-253 *6)))) (-4139 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1070 (-373))) (-5 *2 (-1111 (-220))) (-5 *1 (-253 *3)) (-4 *3 (-13 (-600 (-528)) (-1078))))) (-4139 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-253 *3)) (-4 *3 (-13 (-600 (-528)) (-1078))))) (-4096 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1070 (-373))) (-5 *2 (-1239)) (-5 *1 (-253 *3)) (-4 *3 (-13 (-600 (-528)) (-1078))))) (-4096 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-253 *3)) (-4 *3 (-13 (-600 (-528)) (-1078))))) (-4139 (*1 *2 *3 *4) (-12 (-5 *3 (-860 *5)) (-5 *4 (-1070 (-373))) (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1111 (-220))) (-5 *1 (-253 *5)))) (-4139 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-860 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1111 (-220))) (-5 *1 (-253 *6)))) (-4096 (*1 *2 *3 *4) (-12 (-5 *3 (-860 *5)) (-5 *4 (-1070 (-373))) (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1239)) (-5 *1 (-253 *5)))) (-4096 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-860 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1239)) (-5 *1 (-253 *6)))) (-4096 (*1 *2 *3 *4) (-12 (-5 *3 (-858 *5)) (-5 *4 (-1070 (-373))) (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1238)) (-5 *1 (-253 *5)))) (-4096 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-858 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1238)) (-5 *1 (-253 *6)))) (-4096 (*1 *2 *3 *4) (-12 (-5 *4 (-1070 (-373))) (-5 *2 (-1238)) (-5 *1 (-253 *3)) (-4 *3 (-13 (-600 (-528)) (-1078))))) (-4096 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1238)) (-5 *1 (-253 *3)) (-4 *3 (-13 (-600 (-528)) (-1078))))))
-(-10 -7 (-15 -4096 ((-1238) |#1| (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1238) |#1| (-1070 (-373)))) (-15 -4096 ((-1238) (-858 |#1|) (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1238) (-858 |#1|) (-1070 (-373)))) (-15 -4096 ((-1239) (-860 |#1|) (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-860 |#1|) (-1070 (-373)))) (-15 -4139 ((-1111 (-220)) (-860 |#1|) (-1070 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-860 |#1|) (-1070 (-373)))) (-15 -4096 ((-1239) |#1| (-1070 (-373)) (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) |#1| (-1070 (-373)) (-1070 (-373)))) (-15 -4139 ((-1111 (-220)) |#1| (-1070 (-373)) (-1070 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) |#1| (-1070 (-373)) (-1070 (-373)))) (-15 -4096 ((-1239) (-863 |#1|) (-1070 (-373)) (-1070 (-373)) (-629 (-257)))) (-15 -4096 ((-1239) (-863 |#1|) (-1070 (-373)) (-1070 (-373)))) (-15 -4139 ((-1111 (-220)) (-863 |#1|) (-1070 (-373)) (-1070 (-373)) (-629 (-257)))) (-15 -4139 ((-1111 (-220)) (-863 |#1|) (-1070 (-373)) (-1070 (-373)))))
-((-4096 (((-1239) (-629 (-220)) (-629 (-220)) (-629 (-220)) (-629 (-257))) 23) (((-1239) (-629 (-220)) (-629 (-220)) (-629 (-220))) 24) (((-1238) (-629 (-924 (-220))) (-629 (-257))) 16) (((-1238) (-629 (-924 (-220)))) 17) (((-1238) (-629 (-220)) (-629 (-220)) (-629 (-257))) 20) (((-1238) (-629 (-220)) (-629 (-220))) 21)))
-(((-254) (-10 -7 (-15 -4096 ((-1238) (-629 (-220)) (-629 (-220)))) (-15 -4096 ((-1238) (-629 (-220)) (-629 (-220)) (-629 (-257)))) (-15 -4096 ((-1238) (-629 (-924 (-220))))) (-15 -4096 ((-1238) (-629 (-924 (-220))) (-629 (-257)))) (-15 -4096 ((-1239) (-629 (-220)) (-629 (-220)) (-629 (-220)))) (-15 -4096 ((-1239) (-629 (-220)) (-629 (-220)) (-629 (-220)) (-629 (-257)))))) (T -254))
-((-4096 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-629 (-220))) (-5 *4 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-254)))) (-4096 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-629 (-220))) (-5 *2 (-1239)) (-5 *1 (-254)))) (-4096 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-924 (-220)))) (-5 *4 (-629 (-257))) (-5 *2 (-1238)) (-5 *1 (-254)))) (-4096 (*1 *2 *3) (-12 (-5 *3 (-629 (-924 (-220)))) (-5 *2 (-1238)) (-5 *1 (-254)))) (-4096 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-629 (-220))) (-5 *4 (-629 (-257))) (-5 *2 (-1238)) (-5 *1 (-254)))) (-4096 (*1 *2 *3 *3) (-12 (-5 *3 (-629 (-220))) (-5 *2 (-1238)) (-5 *1 (-254)))))
-(-10 -7 (-15 -4096 ((-1238) (-629 (-220)) (-629 (-220)))) (-15 -4096 ((-1238) (-629 (-220)) (-629 (-220)) (-629 (-257)))) (-15 -4096 ((-1238) (-629 (-924 (-220))))) (-15 -4096 ((-1238) (-629 (-924 (-220))) (-629 (-257)))) (-15 -4096 ((-1239) (-629 (-220)) (-629 (-220)) (-629 (-220)))) (-15 -4096 ((-1239) (-629 (-220)) (-629 (-220)) (-629 (-220)) (-629 (-257)))))
-((-2865 (((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) (-629 (-257)) (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) 26)) (-2003 (((-902) (-629 (-257)) (-902)) 53)) (-2808 (((-902) (-629 (-257)) (-902)) 52)) (-2097 (((-629 (-373)) (-629 (-257)) (-629 (-373))) 69)) (-2568 (((-373) (-629 (-257)) (-373)) 58)) (-2514 (((-902) (-629 (-257)) (-902)) 54)) (-1360 (((-111) (-629 (-257)) (-111)) 28)) (-4020 (((-1136) (-629 (-257)) (-1136)) 20)) (-2353 (((-1136) (-629 (-257)) (-1136)) 27)) (-2167 (((-1111 (-220)) (-629 (-257))) 47)) (-2326 (((-629 (-1072 (-373))) (-629 (-257)) (-629 (-1072 (-373)))) 41)) (-2258 (((-855) (-629 (-257)) (-855)) 33)) (-3317 (((-855) (-629 (-257)) (-855)) 34)) (-1594 (((-1 (-924 (-220)) (-924 (-220))) (-629 (-257)) (-1 (-924 (-220)) (-924 (-220)))) 64)) (-2636 (((-111) (-629 (-257)) (-111)) 16)) (-2914 (((-111) (-629 (-257)) (-111)) 15)))
-(((-255) (-10 -7 (-15 -2914 ((-111) (-629 (-257)) (-111))) (-15 -2636 ((-111) (-629 (-257)) (-111))) (-15 -2865 ((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) (-629 (-257)) (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -4020 ((-1136) (-629 (-257)) (-1136))) (-15 -2353 ((-1136) (-629 (-257)) (-1136))) (-15 -1360 ((-111) (-629 (-257)) (-111))) (-15 -2258 ((-855) (-629 (-257)) (-855))) (-15 -3317 ((-855) (-629 (-257)) (-855))) (-15 -2326 ((-629 (-1072 (-373))) (-629 (-257)) (-629 (-1072 (-373))))) (-15 -2808 ((-902) (-629 (-257)) (-902))) (-15 -2003 ((-902) (-629 (-257)) (-902))) (-15 -2167 ((-1111 (-220)) (-629 (-257)))) (-15 -2514 ((-902) (-629 (-257)) (-902))) (-15 -2568 ((-373) (-629 (-257)) (-373))) (-15 -1594 ((-1 (-924 (-220)) (-924 (-220))) (-629 (-257)) (-1 (-924 (-220)) (-924 (-220))))) (-15 -2097 ((-629 (-373)) (-629 (-257)) (-629 (-373)))))) (T -255))
-((-2097 (*1 *2 *3 *2) (-12 (-5 *2 (-629 (-373))) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-1594 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-924 (-220)) (-924 (-220)))) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2568 (*1 *2 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2514 (*1 *2 *3 *2) (-12 (-5 *2 (-902)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2167 (*1 *2 *3) (-12 (-5 *3 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-255)))) (-2003 (*1 *2 *3 *2) (-12 (-5 *2 (-902)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2808 (*1 *2 *3 *2) (-12 (-5 *2 (-902)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2326 (*1 *2 *3 *2) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-3317 (*1 *2 *3 *2) (-12 (-5 *2 (-855)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2258 (*1 *2 *3 *2) (-12 (-5 *2 (-855)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-1360 (*1 *2 *3 *2) (-12 (-5 *2 (-111)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2353 (*1 *2 *3 *2) (-12 (-5 *2 (-1136)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-4020 (*1 *2 *3 *2) (-12 (-5 *2 (-1136)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2865 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2636 (*1 *2 *3 *2) (-12 (-5 *2 (-111)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))) (-2914 (*1 *2 *3 *2) (-12 (-5 *2 (-111)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))))
-(-10 -7 (-15 -2914 ((-111) (-629 (-257)) (-111))) (-15 -2636 ((-111) (-629 (-257)) (-111))) (-15 -2865 ((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) (-629 (-257)) (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -4020 ((-1136) (-629 (-257)) (-1136))) (-15 -2353 ((-1136) (-629 (-257)) (-1136))) (-15 -1360 ((-111) (-629 (-257)) (-111))) (-15 -2258 ((-855) (-629 (-257)) (-855))) (-15 -3317 ((-855) (-629 (-257)) (-855))) (-15 -2326 ((-629 (-1072 (-373))) (-629 (-257)) (-629 (-1072 (-373))))) (-15 -2808 ((-902) (-629 (-257)) (-902))) (-15 -2003 ((-902) (-629 (-257)) (-902))) (-15 -2167 ((-1111 (-220)) (-629 (-257)))) (-15 -2514 ((-902) (-629 (-257)) (-902))) (-15 -2568 ((-373) (-629 (-257)) (-373))) (-15 -1594 ((-1 (-924 (-220)) (-924 (-220))) (-629 (-257)) (-1 (-924 (-220)) (-924 (-220))))) (-15 -2097 ((-629 (-373)) (-629 (-257)) (-629 (-373)))))
-((-2201 (((-3 |#1| "failed") (-629 (-257)) (-1154)) 17)))
-(((-256 |#1|) (-10 -7 (-15 -2201 ((-3 |#1| "failed") (-629 (-257)) (-1154)))) (-1191)) (T -256))
-((-2201 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-629 (-257))) (-5 *4 (-1154)) (-5 *1 (-256 *2)) (-4 *2 (-1191)))))
-(-10 -7 (-15 -2201 ((-3 |#1| "failed") (-629 (-257)) (-1154))))
-((-3202 (((-111) $ $) NIL)) (-2865 (($ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) 15)) (-2003 (($ (-902)) 76)) (-2808 (($ (-902)) 75)) (-3784 (($ (-629 (-373))) 82)) (-2568 (($ (-373)) 58)) (-2514 (($ (-902)) 77)) (-1360 (($ (-111)) 23)) (-4020 (($ (-1136)) 18)) (-2353 (($ (-1136)) 19)) (-2167 (($ (-1111 (-220))) 71)) (-2326 (($ (-629 (-1072 (-373)))) 67)) (-4235 (($ (-629 (-1072 (-373)))) 59) (($ (-629 (-1072 (-401 (-552))))) 66)) (-3263 (($ (-373)) 29) (($ (-855)) 33)) (-3106 (((-111) (-629 $) (-1154)) 91)) (-2201 (((-3 (-52) "failed") (-629 $) (-1154)) 93)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2612 (($ (-373)) 34) (($ (-855)) 35)) (-3464 (($ (-1 (-924 (-220)) (-924 (-220)))) 57)) (-1594 (($ (-1 (-924 (-220)) (-924 (-220)))) 78)) (-2148 (($ (-1 (-220) (-220))) 39) (($ (-1 (-220) (-220) (-220))) 43) (($ (-1 (-220) (-220) (-220) (-220))) 47)) (-3213 (((-844) $) 87)) (-3025 (($ (-111)) 24) (($ (-629 (-1072 (-373)))) 52)) (-2914 (($ (-111)) 25)) (-1613 (((-111) $ $) 89)))
-(((-257) (-13 (-1078) (-10 -8 (-15 -2914 ($ (-111))) (-15 -3025 ($ (-111))) (-15 -2865 ($ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -4020 ($ (-1136))) (-15 -2353 ($ (-1136))) (-15 -1360 ($ (-111))) (-15 -3025 ($ (-629 (-1072 (-373))))) (-15 -3464 ($ (-1 (-924 (-220)) (-924 (-220))))) (-15 -3263 ($ (-373))) (-15 -3263 ($ (-855))) (-15 -2612 ($ (-373))) (-15 -2612 ($ (-855))) (-15 -2148 ($ (-1 (-220) (-220)))) (-15 -2148 ($ (-1 (-220) (-220) (-220)))) (-15 -2148 ($ (-1 (-220) (-220) (-220) (-220)))) (-15 -2568 ($ (-373))) (-15 -4235 ($ (-629 (-1072 (-373))))) (-15 -4235 ($ (-629 (-1072 (-401 (-552)))))) (-15 -2326 ($ (-629 (-1072 (-373))))) (-15 -2167 ($ (-1111 (-220)))) (-15 -2808 ($ (-902))) (-15 -2003 ($ (-902))) (-15 -2514 ($ (-902))) (-15 -1594 ($ (-1 (-924 (-220)) (-924 (-220))))) (-15 -3784 ($ (-629 (-373)))) (-15 -2201 ((-3 (-52) "failed") (-629 $) (-1154))) (-15 -3106 ((-111) (-629 $) (-1154)))))) (T -257))
-((-2914 (*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))) (-3025 (*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))) (-2865 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) (-5 *1 (-257)))) (-4020 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-257)))) (-2353 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-257)))) (-1360 (*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))) (-3025 (*1 *1 *2) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-257)))) (-3464 (*1 *1 *2) (-12 (-5 *2 (-1 (-924 (-220)) (-924 (-220)))) (-5 *1 (-257)))) (-3263 (*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))) (-3263 (*1 *1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-257)))) (-2612 (*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))) (-2612 (*1 *1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-257)))) (-2148 (*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-257)))) (-2148 (*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220) (-220))) (-5 *1 (-257)))) (-2148 (*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220) (-220) (-220))) (-5 *1 (-257)))) (-2568 (*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))) (-4235 (*1 *1 *2) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-257)))) (-4235 (*1 *1 *2) (-12 (-5 *2 (-629 (-1072 (-401 (-552))))) (-5 *1 (-257)))) (-2326 (*1 *1 *2) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-257)))) (-2167 (*1 *1 *2) (-12 (-5 *2 (-1111 (-220))) (-5 *1 (-257)))) (-2808 (*1 *1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-257)))) (-2003 (*1 *1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-257)))) (-2514 (*1 *1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-257)))) (-1594 (*1 *1 *2) (-12 (-5 *2 (-1 (-924 (-220)) (-924 (-220)))) (-5 *1 (-257)))) (-3784 (*1 *1 *2) (-12 (-5 *2 (-629 (-373))) (-5 *1 (-257)))) (-2201 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-629 (-257))) (-5 *4 (-1154)) (-5 *2 (-52)) (-5 *1 (-257)))) (-3106 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-257))) (-5 *4 (-1154)) (-5 *2 (-111)) (-5 *1 (-257)))))
-(-13 (-1078) (-10 -8 (-15 -2914 ($ (-111))) (-15 -3025 ($ (-111))) (-15 -2865 ($ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -4020 ($ (-1136))) (-15 -2353 ($ (-1136))) (-15 -1360 ($ (-111))) (-15 -3025 ($ (-629 (-1072 (-373))))) (-15 -3464 ($ (-1 (-924 (-220)) (-924 (-220))))) (-15 -3263 ($ (-373))) (-15 -3263 ($ (-855))) (-15 -2612 ($ (-373))) (-15 -2612 ($ (-855))) (-15 -2148 ($ (-1 (-220) (-220)))) (-15 -2148 ($ (-1 (-220) (-220) (-220)))) (-15 -2148 ($ (-1 (-220) (-220) (-220) (-220)))) (-15 -2568 ($ (-373))) (-15 -4235 ($ (-629 (-1072 (-373))))) (-15 -4235 ($ (-629 (-1072 (-401 (-552)))))) (-15 -2326 ($ (-629 (-1072 (-373))))) (-15 -2167 ($ (-1111 (-220)))) (-15 -2808 ($ (-902))) (-15 -2003 ($ (-902))) (-15 -2514 ($ (-902))) (-15 -1594 ($ (-1 (-924 (-220)) (-924 (-220))))) (-15 -3784 ($ (-629 (-373)))) (-15 -2201 ((-3 (-52) "failed") (-629 $) (-1154))) (-15 -3106 ((-111) (-629 $) (-1154)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2025 (((-629 (-756)) $) NIL) (((-629 (-756)) $ |#2|) NIL)) (-1400 (((-756) $) NIL) (((-756) $ |#2|) NIL)) (-3611 (((-629 |#3|) $) NIL)) (-3449 (((-1150 $) $ |#3|) NIL) (((-1150 |#1|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 |#3|)) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-4116 (($ $) NIL (|has| |#1| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1523 (($ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1103 |#1| |#2|) "failed") $) 21)) (-2832 ((|#1| $) NIL) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1103 |#1| |#2|) $) NIL)) (-3301 (($ $ $ |#3|) NIL (|has| |#1| (-169)))) (-3766 (($ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#1| (-445))) (($ $ |#3|) NIL (|has| |#1| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#1| (-890)))) (-3423 (($ $ |#1| (-523 |#3|) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| |#1| (-867 (-373))) (|has| |#3| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| |#1| (-867 (-552))) (|has| |#3| (-867 (-552)))))) (-4241 (((-756) $ |#2|) NIL) (((-756) $) 10)) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3602 (($ (-1150 |#1|) |#3|) NIL) (($ (-1150 $) |#3|) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-523 |#3|)) NIL) (($ $ |#3| (-756)) NIL) (($ $ (-629 |#3|) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ |#3|) NIL)) (-3544 (((-523 |#3|) $) NIL) (((-756) $ |#3|) NIL) (((-629 (-756)) $ (-629 |#3|)) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-3891 (($ (-1 (-523 |#3|) (-523 |#3|)) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2681 (((-1 $ (-756)) |#2|) NIL) (((-1 $ (-756)) $) NIL (|has| |#1| (-228)))) (-3506 (((-3 |#3| "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2507 ((|#3| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2623 (((-1136) $) NIL)) (-1836 (((-111) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| |#3|) (|:| -1406 (-756))) "failed") $) NIL)) (-3017 (($ $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-890)))) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-629 |#3|) (-629 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-629 |#3|) (-629 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-228))) (($ $ (-629 |#2|) (-629 $)) NIL (|has| |#1| (-228))) (($ $ |#2| |#1|) NIL (|has| |#1| (-228))) (($ $ (-629 |#2|) (-629 |#1|)) NIL (|has| |#1| (-228)))) (-1721 (($ $ |#3|) NIL (|has| |#1| (-169)))) (-3096 (($ $ |#3|) NIL) (($ $ (-629 |#3|)) NIL) (($ $ |#3| (-756)) NIL) (($ $ (-629 |#3|) (-629 (-756))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2619 (((-629 |#2|) $) NIL)) (-3299 (((-523 |#3|) $) NIL) (((-756) $ |#3|) NIL) (((-629 (-756)) $ (-629 |#3|)) NIL) (((-756) $ |#2|) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| |#1| (-600 (-873 (-373)))) (|has| |#3| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| |#1| (-600 (-873 (-552)))) (|has| |#3| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| |#1| (-600 (-528))) (|has| |#3| (-600 (-528)))))) (-3807 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ |#3|) NIL (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) 24) (($ |#3|) 23) (($ |#2|) NIL) (($ (-1103 |#1| |#2|)) 30) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-523 |#3|)) NIL) (($ $ |#3| (-756)) NIL) (($ $ (-629 |#3|) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#1| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ |#3|) NIL) (($ $ (-629 |#3|)) NIL) (($ $ |#3| (-756)) NIL) (($ $ (-629 |#3|) (-629 (-756))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-258 |#1| |#2| |#3|) (-13 (-247 |#1| |#2| |#3| (-523 |#3|)) (-1019 (-1103 |#1| |#2|))) (-1030) (-832) (-260 |#2|)) (T -258))
-NIL
-(-13 (-247 |#1| |#2| |#3| (-523 |#3|)) (-1019 (-1103 |#1| |#2|)))
-((-1400 (((-756) $) 30)) (-1393 (((-3 |#2| "failed") $) 17)) (-2832 ((|#2| $) 27)) (-3096 (($ $) 12) (($ $ (-756)) 15)) (-3213 (((-844) $) 26) (($ |#2|) 10)) (-1613 (((-111) $ $) 20)) (-1632 (((-111) $ $) 29)))
-(((-259 |#1| |#2|) (-10 -8 (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1|)) (-15 -1400 ((-756) |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1632 ((-111) |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|))) (-260 |#2|) (-832)) (T -259))
-NIL
-(-10 -8 (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1|)) (-15 -1400 ((-756) |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1632 ((-111) |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-1400 (((-756) $) 22)) (-1485 ((|#1| $) 23)) (-1393 (((-3 |#1| "failed") $) 27)) (-2832 ((|#1| $) 26)) (-4241 (((-756) $) 24)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2681 (($ |#1| (-756)) 25)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3096 (($ $) 21) (($ $ (-756)) 20)) (-3213 (((-844) $) 11) (($ |#1|) 28)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)))
-(((-260 |#1|) (-137) (-832)) (T -260))
-((-3213 (*1 *1 *2) (-12 (-4 *1 (-260 *2)) (-4 *2 (-832)))) (-2681 (*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-260 *2)) (-4 *2 (-832)))) (-4241 (*1 *2 *1) (-12 (-4 *1 (-260 *3)) (-4 *3 (-832)) (-5 *2 (-756)))) (-1485 (*1 *2 *1) (-12 (-4 *1 (-260 *2)) (-4 *2 (-832)))) (-1400 (*1 *2 *1) (-12 (-4 *1 (-260 *3)) (-4 *3 (-832)) (-5 *2 (-756)))) (-3096 (*1 *1 *1) (-12 (-4 *1 (-260 *2)) (-4 *2 (-832)))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-260 *3)) (-4 *3 (-832)))))
-(-13 (-832) (-1019 |t#1|) (-10 -8 (-15 -2681 ($ |t#1| (-756))) (-15 -4241 ((-756) $)) (-15 -1485 (|t#1| $)) (-15 -1400 ((-756) $)) (-15 -3096 ($ $)) (-15 -3096 ($ $ (-756))) (-15 -3213 ($ |t#1|))))
-(((-101) . T) ((-599 (-844)) . T) ((-832) . T) ((-1019 |#1|) . T) ((-1078) . T))
-((-3611 (((-629 (-1154)) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) 41)) (-2814 (((-629 (-1154)) (-310 (-220)) (-756)) 80)) (-1809 (((-3 (-310 (-220)) "failed") (-310 (-220))) 51)) (-2850 (((-310 (-220)) (-310 (-220))) 67)) (-2750 (((-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220))))) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 26)) (-1869 (((-111) (-629 (-310 (-220)))) 84)) (-3269 (((-111) (-310 (-220))) 24)) (-2809 (((-629 (-1136)) (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))))) 106)) (-1448 (((-629 (-310 (-220))) (-629 (-310 (-220)))) 88)) (-3530 (((-629 (-310 (-220))) (-629 (-310 (-220)))) 86)) (-2315 (((-673 (-220)) (-629 (-310 (-220))) (-756)) 95)) (-4094 (((-111) (-310 (-220))) 20) (((-111) (-629 (-310 (-220)))) 85)) (-3720 (((-629 (-220)) (-629 (-825 (-220))) (-220)) 14)) (-2658 (((-373) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) 101)) (-1643 (((-1016) (-1154) (-1016)) 34)))
-(((-261) (-10 -7 (-15 -3720 ((-629 (-220)) (-629 (-825 (-220))) (-220))) (-15 -2750 ((-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220))))) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220))))))) (-15 -1809 ((-3 (-310 (-220)) "failed") (-310 (-220)))) (-15 -2850 ((-310 (-220)) (-310 (-220)))) (-15 -1869 ((-111) (-629 (-310 (-220))))) (-15 -4094 ((-111) (-629 (-310 (-220))))) (-15 -4094 ((-111) (-310 (-220)))) (-15 -2315 ((-673 (-220)) (-629 (-310 (-220))) (-756))) (-15 -3530 ((-629 (-310 (-220))) (-629 (-310 (-220))))) (-15 -1448 ((-629 (-310 (-220))) (-629 (-310 (-220))))) (-15 -3269 ((-111) (-310 (-220)))) (-15 -3611 ((-629 (-1154)) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) (-15 -2814 ((-629 (-1154)) (-310 (-220)) (-756))) (-15 -1643 ((-1016) (-1154) (-1016))) (-15 -2658 ((-373) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) (-15 -2809 ((-629 (-1136)) (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))))))) (T -261))
-((-2809 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))))) (-5 *2 (-629 (-1136))) (-5 *1 (-261)))) (-2658 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) (-5 *2 (-373)) (-5 *1 (-261)))) (-1643 (*1 *2 *3 *2) (-12 (-5 *2 (-1016)) (-5 *3 (-1154)) (-5 *1 (-261)))) (-2814 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-756)) (-5 *2 (-629 (-1154))) (-5 *1 (-261)))) (-3611 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) (-5 *2 (-629 (-1154))) (-5 *1 (-261)))) (-3269 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-111)) (-5 *1 (-261)))) (-1448 (*1 *2 *2) (-12 (-5 *2 (-629 (-310 (-220)))) (-5 *1 (-261)))) (-3530 (*1 *2 *2) (-12 (-5 *2 (-629 (-310 (-220)))) (-5 *1 (-261)))) (-2315 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-310 (-220)))) (-5 *4 (-756)) (-5 *2 (-673 (-220))) (-5 *1 (-261)))) (-4094 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-111)) (-5 *1 (-261)))) (-4094 (*1 *2 *3) (-12 (-5 *3 (-629 (-310 (-220)))) (-5 *2 (-111)) (-5 *1 (-261)))) (-1869 (*1 *2 *3) (-12 (-5 *3 (-629 (-310 (-220)))) (-5 *2 (-111)) (-5 *1 (-261)))) (-2850 (*1 *2 *2) (-12 (-5 *2 (-310 (-220))) (-5 *1 (-261)))) (-1809 (*1 *2 *2) (|partial| -12 (-5 *2 (-310 (-220))) (-5 *1 (-261)))) (-2750 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (-5 *1 (-261)))) (-3720 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-825 (-220)))) (-5 *4 (-220)) (-5 *2 (-629 *4)) (-5 *1 (-261)))))
-(-10 -7 (-15 -3720 ((-629 (-220)) (-629 (-825 (-220))) (-220))) (-15 -2750 ((-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220))))) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220))))))) (-15 -1809 ((-3 (-310 (-220)) "failed") (-310 (-220)))) (-15 -2850 ((-310 (-220)) (-310 (-220)))) (-15 -1869 ((-111) (-629 (-310 (-220))))) (-15 -4094 ((-111) (-629 (-310 (-220))))) (-15 -4094 ((-111) (-310 (-220)))) (-15 -2315 ((-673 (-220)) (-629 (-310 (-220))) (-756))) (-15 -3530 ((-629 (-310 (-220))) (-629 (-310 (-220))))) (-15 -1448 ((-629 (-310 (-220))) (-629 (-310 (-220))))) (-15 -3269 ((-111) (-310 (-220)))) (-15 -3611 ((-629 (-1154)) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) (-15 -2814 ((-629 (-1154)) (-310 (-220)) (-756))) (-15 -1643 ((-1016) (-1154) (-1016))) (-15 -2658 ((-373) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) (-15 -2809 ((-629 (-1136)) (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))))))
-((-3202 (((-111) $ $) NIL)) (-3555 (((-1016) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 44)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 26) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-262) (-821)) (T -262))
-NIL
-(-821)
-((-3202 (((-111) $ $) NIL)) (-3555 (((-1016) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) 58) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 54)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 34) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) 36)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-263) (-821)) (T -263))
-NIL
-(-821)
-((-3202 (((-111) $ $) NIL)) (-3555 (((-1016) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) 76) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 73)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 44) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) 55)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-264) (-821)) (T -264))
-NIL
-(-821)
-((-3202 (((-111) $ $) NIL)) (-3555 (((-1016) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 50)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 31) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-265) (-821)) (T -265))
-NIL
-(-821)
-((-3202 (((-111) $ $) NIL)) (-3555 (((-1016) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 50)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 28) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-266) (-821)) (T -266))
-NIL
-(-821)
-((-3202 (((-111) $ $) NIL)) (-3555 (((-1016) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 73)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 28) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-267) (-821)) (T -267))
-NIL
-(-821)
-((-3202 (((-111) $ $) NIL)) (-3555 (((-1016) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 77)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 25) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-268) (-821)) (T -268))
-NIL
-(-821)
-((-3202 (((-111) $ $) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2272 (((-629 (-552)) $) 19)) (-3299 (((-756) $) 17)) (-3213 (((-844) $) 23) (($ (-629 (-552))) 15)) (-2955 (($ (-756)) 20)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 9)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 11)))
-(((-269) (-13 (-832) (-10 -8 (-15 -3213 ($ (-629 (-552)))) (-15 -3299 ((-756) $)) (-15 -2272 ((-629 (-552)) $)) (-15 -2955 ($ (-756)))))) (T -269))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-269)))) (-3299 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-269)))) (-2272 (*1 *2 *1) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-269)))) (-2955 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-269)))))
-(-13 (-832) (-10 -8 (-15 -3213 ($ (-629 (-552)))) (-15 -3299 ((-756) $)) (-15 -2272 ((-629 (-552)) $)) (-15 -2955 ($ (-756)))))
-((-2478 ((|#2| |#2|) 77)) (-2332 ((|#2| |#2|) 65)) (-3391 (((-3 |#2| "failed") |#2| (-629 (-2 (|:| |func| |#2|) (|:| |pole| (-111))))) 116)) (-2455 ((|#2| |#2|) 75)) (-2305 ((|#2| |#2|) 63)) (-2506 ((|#2| |#2|) 79)) (-2359 ((|#2| |#2|) 67)) (-4043 ((|#2|) 46)) (-2951 (((-113) (-113)) 95)) (-2430 ((|#2| |#2|) 61)) (-4315 (((-111) |#2|) 134)) (-3037 ((|#2| |#2|) 181)) (-2765 ((|#2| |#2|) 157)) (-3640 ((|#2|) 59)) (-1415 ((|#2|) 58)) (-3518 ((|#2| |#2|) 177)) (-2919 ((|#2| |#2|) 153)) (-1612 ((|#2| |#2|) 185)) (-2831 ((|#2| |#2|) 161)) (-3363 ((|#2| |#2|) 149)) (-2605 ((|#2| |#2|) 151)) (-2846 ((|#2| |#2|) 187)) (-3605 ((|#2| |#2|) 163)) (-3194 ((|#2| |#2|) 183)) (-4308 ((|#2| |#2|) 159)) (-3788 ((|#2| |#2|) 179)) (-4325 ((|#2| |#2|) 155)) (-1424 ((|#2| |#2|) 193)) (-3467 ((|#2| |#2|) 169)) (-1990 ((|#2| |#2|) 189)) (-2142 ((|#2| |#2|) 165)) (-1750 ((|#2| |#2|) 197)) (-1367 ((|#2| |#2|) 173)) (-3810 ((|#2| |#2|) 199)) (-3128 ((|#2| |#2|) 175)) (-1582 ((|#2| |#2|) 195)) (-1817 ((|#2| |#2|) 171)) (-2521 ((|#2| |#2|) 191)) (-2087 ((|#2| |#2|) 167)) (-2855 ((|#2| |#2|) 62)) (-2518 ((|#2| |#2|) 80)) (-2370 ((|#2| |#2|) 68)) (-2492 ((|#2| |#2|) 78)) (-2346 ((|#2| |#2|) 66)) (-2467 ((|#2| |#2|) 76)) (-2318 ((|#2| |#2|) 64)) (-1374 (((-111) (-113)) 93)) (-3843 ((|#2| |#2|) 83)) (-2409 ((|#2| |#2|) 71)) (-2530 ((|#2| |#2|) 81)) (-2382 ((|#2| |#2|) 69)) (-3863 ((|#2| |#2|) 85)) (-2433 ((|#2| |#2|) 73)) (-3013 ((|#2| |#2|) 86)) (-2444 ((|#2| |#2|) 74)) (-3853 ((|#2| |#2|) 84)) (-2420 ((|#2| |#2|) 72)) (-2543 ((|#2| |#2|) 82)) (-2395 ((|#2| |#2|) 70)))
-(((-270 |#1| |#2|) (-10 -7 (-15 -2855 (|#2| |#2|)) (-15 -2430 (|#2| |#2|)) (-15 -2305 (|#2| |#2|)) (-15 -2318 (|#2| |#2|)) (-15 -2332 (|#2| |#2|)) (-15 -2346 (|#2| |#2|)) (-15 -2359 (|#2| |#2|)) (-15 -2370 (|#2| |#2|)) (-15 -2382 (|#2| |#2|)) (-15 -2395 (|#2| |#2|)) (-15 -2409 (|#2| |#2|)) (-15 -2420 (|#2| |#2|)) (-15 -2433 (|#2| |#2|)) (-15 -2444 (|#2| |#2|)) (-15 -2455 (|#2| |#2|)) (-15 -2467 (|#2| |#2|)) (-15 -2478 (|#2| |#2|)) (-15 -2492 (|#2| |#2|)) (-15 -2506 (|#2| |#2|)) (-15 -2518 (|#2| |#2|)) (-15 -2530 (|#2| |#2|)) (-15 -2543 (|#2| |#2|)) (-15 -3843 (|#2| |#2|)) (-15 -3853 (|#2| |#2|)) (-15 -3863 (|#2| |#2|)) (-15 -3013 (|#2| |#2|)) (-15 -4043 (|#2|)) (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -1415 (|#2|)) (-15 -3640 (|#2|)) (-15 -2605 (|#2| |#2|)) (-15 -3363 (|#2| |#2|)) (-15 -2919 (|#2| |#2|)) (-15 -4325 (|#2| |#2|)) (-15 -2765 (|#2| |#2|)) (-15 -4308 (|#2| |#2|)) (-15 -2831 (|#2| |#2|)) (-15 -3605 (|#2| |#2|)) (-15 -2142 (|#2| |#2|)) (-15 -2087 (|#2| |#2|)) (-15 -3467 (|#2| |#2|)) (-15 -1817 (|#2| |#2|)) (-15 -1367 (|#2| |#2|)) (-15 -3128 (|#2| |#2|)) (-15 -3518 (|#2| |#2|)) (-15 -3788 (|#2| |#2|)) (-15 -3037 (|#2| |#2|)) (-15 -3194 (|#2| |#2|)) (-15 -1612 (|#2| |#2|)) (-15 -2846 (|#2| |#2|)) (-15 -1990 (|#2| |#2|)) (-15 -2521 (|#2| |#2|)) (-15 -1424 (|#2| |#2|)) (-15 -1582 (|#2| |#2|)) (-15 -1750 (|#2| |#2|)) (-15 -3810 (|#2| |#2|)) (-15 -3391 ((-3 |#2| "failed") |#2| (-629 (-2 (|:| |func| |#2|) (|:| |pole| (-111)))))) (-15 -4315 ((-111) |#2|))) (-13 (-832) (-544)) (-13 (-424 |#1|) (-983))) (T -270))
-((-4315 (*1 *2 *3) (-12 (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111)) (-5 *1 (-270 *4 *3)) (-4 *3 (-13 (-424 *4) (-983))))) (-3391 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-629 (-2 (|:| |func| *2) (|:| |pole| (-111))))) (-4 *2 (-13 (-424 *4) (-983))) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-270 *4 *2)))) (-3810 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-1750 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-1582 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-1424 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2521 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-1990 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2846 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-1612 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3194 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3037 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3788 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3518 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3128 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-1367 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-1817 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3467 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2087 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2142 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3605 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2831 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-4308 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2765 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-4325 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2919 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3363 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2605 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3640 (*1 *2) (-12 (-4 *2 (-13 (-424 *3) (-983))) (-5 *1 (-270 *3 *2)) (-4 *3 (-13 (-832) (-544))))) (-1415 (*1 *2) (-12 (-4 *2 (-13 (-424 *3) (-983))) (-5 *1 (-270 *3 *2)) (-4 *3 (-13 (-832) (-544))))) (-2951 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *4)) (-4 *4 (-13 (-424 *3) (-983))))) (-1374 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111)) (-5 *1 (-270 *4 *5)) (-4 *5 (-13 (-424 *4) (-983))))) (-4043 (*1 *2) (-12 (-4 *2 (-13 (-424 *3) (-983))) (-5 *1 (-270 *3 *2)) (-4 *3 (-13 (-832) (-544))))) (-3013 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3863 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3853 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-3843 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2543 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2530 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2518 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2506 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2492 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2478 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2467 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2455 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2444 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2433 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2420 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2409 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2395 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2382 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2370 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2359 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2346 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2332 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2318 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2305 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2430 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))) (-2855 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-983))))))
-(-10 -7 (-15 -2855 (|#2| |#2|)) (-15 -2430 (|#2| |#2|)) (-15 -2305 (|#2| |#2|)) (-15 -2318 (|#2| |#2|)) (-15 -2332 (|#2| |#2|)) (-15 -2346 (|#2| |#2|)) (-15 -2359 (|#2| |#2|)) (-15 -2370 (|#2| |#2|)) (-15 -2382 (|#2| |#2|)) (-15 -2395 (|#2| |#2|)) (-15 -2409 (|#2| |#2|)) (-15 -2420 (|#2| |#2|)) (-15 -2433 (|#2| |#2|)) (-15 -2444 (|#2| |#2|)) (-15 -2455 (|#2| |#2|)) (-15 -2467 (|#2| |#2|)) (-15 -2478 (|#2| |#2|)) (-15 -2492 (|#2| |#2|)) (-15 -2506 (|#2| |#2|)) (-15 -2518 (|#2| |#2|)) (-15 -2530 (|#2| |#2|)) (-15 -2543 (|#2| |#2|)) (-15 -3843 (|#2| |#2|)) (-15 -3853 (|#2| |#2|)) (-15 -3863 (|#2| |#2|)) (-15 -3013 (|#2| |#2|)) (-15 -4043 (|#2|)) (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -1415 (|#2|)) (-15 -3640 (|#2|)) (-15 -2605 (|#2| |#2|)) (-15 -3363 (|#2| |#2|)) (-15 -2919 (|#2| |#2|)) (-15 -4325 (|#2| |#2|)) (-15 -2765 (|#2| |#2|)) (-15 -4308 (|#2| |#2|)) (-15 -2831 (|#2| |#2|)) (-15 -3605 (|#2| |#2|)) (-15 -2142 (|#2| |#2|)) (-15 -2087 (|#2| |#2|)) (-15 -3467 (|#2| |#2|)) (-15 -1817 (|#2| |#2|)) (-15 -1367 (|#2| |#2|)) (-15 -3128 (|#2| |#2|)) (-15 -3518 (|#2| |#2|)) (-15 -3788 (|#2| |#2|)) (-15 -3037 (|#2| |#2|)) (-15 -3194 (|#2| |#2|)) (-15 -1612 (|#2| |#2|)) (-15 -2846 (|#2| |#2|)) (-15 -1990 (|#2| |#2|)) (-15 -2521 (|#2| |#2|)) (-15 -1424 (|#2| |#2|)) (-15 -1582 (|#2| |#2|)) (-15 -1750 (|#2| |#2|)) (-15 -3810 (|#2| |#2|)) (-15 -3391 ((-3 |#2| "failed") |#2| (-629 (-2 (|:| |func| |#2|) (|:| |pole| (-111)))))) (-15 -4315 ((-111) |#2|)))
-((-2710 (((-3 |#2| "failed") (-629 (-598 |#2|)) |#2| (-1154)) 135)) (-1852 ((|#2| (-401 (-552)) |#2|) 51)) (-4249 ((|#2| |#2| (-598 |#2|)) 128)) (-3537 (((-2 (|:| |func| |#2|) (|:| |kers| (-629 (-598 |#2|))) (|:| |vals| (-629 |#2|))) |#2| (-1154)) 127)) (-2427 ((|#2| |#2| (-1154)) 20) ((|#2| |#2|) 23)) (-1940 ((|#2| |#2| (-1154)) 141) ((|#2| |#2|) 139)))
-(((-271 |#1| |#2|) (-10 -7 (-15 -1940 (|#2| |#2|)) (-15 -1940 (|#2| |#2| (-1154))) (-15 -3537 ((-2 (|:| |func| |#2|) (|:| |kers| (-629 (-598 |#2|))) (|:| |vals| (-629 |#2|))) |#2| (-1154))) (-15 -2427 (|#2| |#2|)) (-15 -2427 (|#2| |#2| (-1154))) (-15 -2710 ((-3 |#2| "failed") (-629 (-598 |#2|)) |#2| (-1154))) (-15 -4249 (|#2| |#2| (-598 |#2|))) (-15 -1852 (|#2| (-401 (-552)) |#2|))) (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))) (-13 (-27) (-1176) (-424 |#1|))) (T -271))
-((-1852 (*1 *2 *3 *2) (-12 (-5 *3 (-401 (-552))) (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))) (-4249 (*1 *2 *2 *3) (-12 (-5 *3 (-598 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))) (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-271 *4 *2)))) (-2710 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-629 (-598 *2))) (-5 *4 (-1154)) (-4 *2 (-13 (-27) (-1176) (-424 *5))) (-4 *5 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-271 *5 *2)))) (-2427 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))) (-2427 (*1 *2 *2) (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-271 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))) (-3537 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-629 (-598 *3))) (|:| |vals| (-629 *3)))) (-5 *1 (-271 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))) (-1940 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))) (-1940 (*1 *2 *2) (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-271 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))))
-(-10 -7 (-15 -1940 (|#2| |#2|)) (-15 -1940 (|#2| |#2| (-1154))) (-15 -3537 ((-2 (|:| |func| |#2|) (|:| |kers| (-629 (-598 |#2|))) (|:| |vals| (-629 |#2|))) |#2| (-1154))) (-15 -2427 (|#2| |#2|)) (-15 -2427 (|#2| |#2| (-1154))) (-15 -2710 ((-3 |#2| "failed") (-629 (-598 |#2|)) |#2| (-1154))) (-15 -4249 (|#2| |#2| (-598 |#2|))) (-15 -1852 (|#2| (-401 (-552)) |#2|)))
-((-4310 (((-3 |#3| "failed") |#3|) 110)) (-2478 ((|#3| |#3|) 131)) (-3322 (((-3 |#3| "failed") |#3|) 82)) (-2332 ((|#3| |#3|) 121)) (-1898 (((-3 |#3| "failed") |#3|) 58)) (-2455 ((|#3| |#3|) 129)) (-2737 (((-3 |#3| "failed") |#3|) 46)) (-2305 ((|#3| |#3|) 119)) (-3190 (((-3 |#3| "failed") |#3|) 112)) (-2506 ((|#3| |#3|) 133)) (-2105 (((-3 |#3| "failed") |#3|) 84)) (-2359 ((|#3| |#3|) 123)) (-3354 (((-3 |#3| "failed") |#3| (-756)) 36)) (-1956 (((-3 |#3| "failed") |#3|) 74)) (-2430 ((|#3| |#3|) 118)) (-2545 (((-3 |#3| "failed") |#3|) 44)) (-2855 ((|#3| |#3|) 117)) (-2335 (((-3 |#3| "failed") |#3|) 113)) (-2518 ((|#3| |#3|) 134)) (-1377 (((-3 |#3| "failed") |#3|) 85)) (-2370 ((|#3| |#3|) 124)) (-4068 (((-3 |#3| "failed") |#3|) 111)) (-2492 ((|#3| |#3|) 132)) (-3186 (((-3 |#3| "failed") |#3|) 83)) (-2346 ((|#3| |#3|) 122)) (-4093 (((-3 |#3| "failed") |#3|) 60)) (-2467 ((|#3| |#3|) 130)) (-1888 (((-3 |#3| "failed") |#3|) 48)) (-2318 ((|#3| |#3|) 120)) (-3706 (((-3 |#3| "failed") |#3|) 66)) (-3843 ((|#3| |#3|) 137)) (-2162 (((-3 |#3| "failed") |#3|) 104)) (-2409 ((|#3| |#3|) 142)) (-1536 (((-3 |#3| "failed") |#3|) 62)) (-2530 ((|#3| |#3|) 135)) (-3794 (((-3 |#3| "failed") |#3|) 50)) (-2382 ((|#3| |#3|) 125)) (-2207 (((-3 |#3| "failed") |#3|) 70)) (-3863 ((|#3| |#3|) 139)) (-3093 (((-3 |#3| "failed") |#3|) 54)) (-2433 ((|#3| |#3|) 127)) (-2949 (((-3 |#3| "failed") |#3|) 72)) (-3013 ((|#3| |#3|) 140)) (-2489 (((-3 |#3| "failed") |#3|) 56)) (-2444 ((|#3| |#3|) 128)) (-3677 (((-3 |#3| "failed") |#3|) 68)) (-3853 ((|#3| |#3|) 138)) (-4117 (((-3 |#3| "failed") |#3|) 107)) (-2420 ((|#3| |#3|) 143)) (-3757 (((-3 |#3| "failed") |#3|) 64)) (-2543 ((|#3| |#3|) 136)) (-1366 (((-3 |#3| "failed") |#3|) 52)) (-2395 ((|#3| |#3|) 126)) (** ((|#3| |#3| (-401 (-552))) 40 (|has| |#1| (-357)))))
-(((-272 |#1| |#2| |#3|) (-13 (-964 |#3|) (-10 -7 (IF (|has| |#1| (-357)) (-15 ** (|#3| |#3| (-401 (-552)))) |%noBranch|) (-15 -2855 (|#3| |#3|)) (-15 -2430 (|#3| |#3|)) (-15 -2305 (|#3| |#3|)) (-15 -2318 (|#3| |#3|)) (-15 -2332 (|#3| |#3|)) (-15 -2346 (|#3| |#3|)) (-15 -2359 (|#3| |#3|)) (-15 -2370 (|#3| |#3|)) (-15 -2382 (|#3| |#3|)) (-15 -2395 (|#3| |#3|)) (-15 -2409 (|#3| |#3|)) (-15 -2420 (|#3| |#3|)) (-15 -2433 (|#3| |#3|)) (-15 -2444 (|#3| |#3|)) (-15 -2455 (|#3| |#3|)) (-15 -2467 (|#3| |#3|)) (-15 -2478 (|#3| |#3|)) (-15 -2492 (|#3| |#3|)) (-15 -2506 (|#3| |#3|)) (-15 -2518 (|#3| |#3|)) (-15 -2530 (|#3| |#3|)) (-15 -2543 (|#3| |#3|)) (-15 -3843 (|#3| |#3|)) (-15 -3853 (|#3| |#3|)) (-15 -3863 (|#3| |#3|)) (-15 -3013 (|#3| |#3|)))) (-38 (-401 (-552))) (-1228 |#1|) (-1199 |#1| |#2|)) (T -272))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-401 (-552))) (-4 *4 (-357)) (-4 *4 (-38 *3)) (-4 *5 (-1228 *4)) (-5 *1 (-272 *4 *5 *2)) (-4 *2 (-1199 *4 *5)))) (-2855 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2430 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2305 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2318 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2332 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2346 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2359 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2370 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2382 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2395 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2409 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2420 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2433 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2444 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2455 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2467 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2478 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2492 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2506 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2518 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2530 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-2543 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-3843 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-3853 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-3863 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))) (-3013 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4)))))
-(-13 (-964 |#3|) (-10 -7 (IF (|has| |#1| (-357)) (-15 ** (|#3| |#3| (-401 (-552)))) |%noBranch|) (-15 -2855 (|#3| |#3|)) (-15 -2430 (|#3| |#3|)) (-15 -2305 (|#3| |#3|)) (-15 -2318 (|#3| |#3|)) (-15 -2332 (|#3| |#3|)) (-15 -2346 (|#3| |#3|)) (-15 -2359 (|#3| |#3|)) (-15 -2370 (|#3| |#3|)) (-15 -2382 (|#3| |#3|)) (-15 -2395 (|#3| |#3|)) (-15 -2409 (|#3| |#3|)) (-15 -2420 (|#3| |#3|)) (-15 -2433 (|#3| |#3|)) (-15 -2444 (|#3| |#3|)) (-15 -2455 (|#3| |#3|)) (-15 -2467 (|#3| |#3|)) (-15 -2478 (|#3| |#3|)) (-15 -2492 (|#3| |#3|)) (-15 -2506 (|#3| |#3|)) (-15 -2518 (|#3| |#3|)) (-15 -2530 (|#3| |#3|)) (-15 -2543 (|#3| |#3|)) (-15 -3843 (|#3| |#3|)) (-15 -3853 (|#3| |#3|)) (-15 -3863 (|#3| |#3|)) (-15 -3013 (|#3| |#3|))))
-((-4310 (((-3 |#3| "failed") |#3|) 66)) (-2478 ((|#3| |#3|) 129)) (-3322 (((-3 |#3| "failed") |#3|) 50)) (-2332 ((|#3| |#3|) 117)) (-1898 (((-3 |#3| "failed") |#3|) 62)) (-2455 ((|#3| |#3|) 127)) (-2737 (((-3 |#3| "failed") |#3|) 46)) (-2305 ((|#3| |#3|) 115)) (-3190 (((-3 |#3| "failed") |#3|) 70)) (-2506 ((|#3| |#3|) 131)) (-2105 (((-3 |#3| "failed") |#3|) 54)) (-2359 ((|#3| |#3|) 119)) (-3354 (((-3 |#3| "failed") |#3| (-756)) 35)) (-1956 (((-3 |#3| "failed") |#3|) 44)) (-2430 ((|#3| |#3|) 104)) (-2545 (((-3 |#3| "failed") |#3|) 42)) (-2855 ((|#3| |#3|) 114)) (-2335 (((-3 |#3| "failed") |#3|) 72)) (-2518 ((|#3| |#3|) 132)) (-1377 (((-3 |#3| "failed") |#3|) 56)) (-2370 ((|#3| |#3|) 120)) (-4068 (((-3 |#3| "failed") |#3|) 68)) (-2492 ((|#3| |#3|) 130)) (-3186 (((-3 |#3| "failed") |#3|) 52)) (-2346 ((|#3| |#3|) 118)) (-4093 (((-3 |#3| "failed") |#3|) 64)) (-2467 ((|#3| |#3|) 128)) (-1888 (((-3 |#3| "failed") |#3|) 48)) (-2318 ((|#3| |#3|) 116)) (-3706 (((-3 |#3| "failed") |#3|) 74)) (-3843 ((|#3| |#3|) 135)) (-2162 (((-3 |#3| "failed") |#3|) 58)) (-2409 ((|#3| |#3|) 123)) (-1536 (((-3 |#3| "failed") |#3|) 105)) (-2530 ((|#3| |#3|) 133)) (-3794 (((-3 |#3| "failed") |#3|) 94)) (-2382 ((|#3| |#3|) 121)) (-2207 (((-3 |#3| "failed") |#3|) 109)) (-3863 ((|#3| |#3|) 137)) (-3093 (((-3 |#3| "failed") |#3|) 101)) (-2433 ((|#3| |#3|) 125)) (-2949 (((-3 |#3| "failed") |#3|) 110)) (-3013 ((|#3| |#3|) 138)) (-2489 (((-3 |#3| "failed") |#3|) 103)) (-2444 ((|#3| |#3|) 126)) (-3677 (((-3 |#3| "failed") |#3|) 76)) (-3853 ((|#3| |#3|) 136)) (-4117 (((-3 |#3| "failed") |#3|) 60)) (-2420 ((|#3| |#3|) 124)) (-3757 (((-3 |#3| "failed") |#3|) 106)) (-2543 ((|#3| |#3|) 134)) (-1366 (((-3 |#3| "failed") |#3|) 97)) (-2395 ((|#3| |#3|) 122)) (** ((|#3| |#3| (-401 (-552))) 40 (|has| |#1| (-357)))))
-(((-273 |#1| |#2| |#3| |#4|) (-13 (-964 |#3|) (-10 -7 (IF (|has| |#1| (-357)) (-15 ** (|#3| |#3| (-401 (-552)))) |%noBranch|) (-15 -2855 (|#3| |#3|)) (-15 -2430 (|#3| |#3|)) (-15 -2305 (|#3| |#3|)) (-15 -2318 (|#3| |#3|)) (-15 -2332 (|#3| |#3|)) (-15 -2346 (|#3| |#3|)) (-15 -2359 (|#3| |#3|)) (-15 -2370 (|#3| |#3|)) (-15 -2382 (|#3| |#3|)) (-15 -2395 (|#3| |#3|)) (-15 -2409 (|#3| |#3|)) (-15 -2420 (|#3| |#3|)) (-15 -2433 (|#3| |#3|)) (-15 -2444 (|#3| |#3|)) (-15 -2455 (|#3| |#3|)) (-15 -2467 (|#3| |#3|)) (-15 -2478 (|#3| |#3|)) (-15 -2492 (|#3| |#3|)) (-15 -2506 (|#3| |#3|)) (-15 -2518 (|#3| |#3|)) (-15 -2530 (|#3| |#3|)) (-15 -2543 (|#3| |#3|)) (-15 -3843 (|#3| |#3|)) (-15 -3853 (|#3| |#3|)) (-15 -3863 (|#3| |#3|)) (-15 -3013 (|#3| |#3|)))) (-38 (-401 (-552))) (-1197 |#1|) (-1220 |#1| |#2|) (-964 |#2|)) (T -273))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-401 (-552))) (-4 *4 (-357)) (-4 *4 (-38 *3)) (-4 *5 (-1197 *4)) (-5 *1 (-273 *4 *5 *2 *6)) (-4 *2 (-1220 *4 *5)) (-4 *6 (-964 *5)))) (-2855 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2430 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2305 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2318 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2332 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2346 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2359 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2370 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2382 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2395 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2409 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2420 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2433 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2444 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2455 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2467 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2478 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2492 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2506 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2518 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2530 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-2543 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-3843 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-3853 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-3863 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))) (-3013 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4)))))
-(-13 (-964 |#3|) (-10 -7 (IF (|has| |#1| (-357)) (-15 ** (|#3| |#3| (-401 (-552)))) |%noBranch|) (-15 -2855 (|#3| |#3|)) (-15 -2430 (|#3| |#3|)) (-15 -2305 (|#3| |#3|)) (-15 -2318 (|#3| |#3|)) (-15 -2332 (|#3| |#3|)) (-15 -2346 (|#3| |#3|)) (-15 -2359 (|#3| |#3|)) (-15 -2370 (|#3| |#3|)) (-15 -2382 (|#3| |#3|)) (-15 -2395 (|#3| |#3|)) (-15 -2409 (|#3| |#3|)) (-15 -2420 (|#3| |#3|)) (-15 -2433 (|#3| |#3|)) (-15 -2444 (|#3| |#3|)) (-15 -2455 (|#3| |#3|)) (-15 -2467 (|#3| |#3|)) (-15 -2478 (|#3| |#3|)) (-15 -2492 (|#3| |#3|)) (-15 -2506 (|#3| |#3|)) (-15 -2518 (|#3| |#3|)) (-15 -2530 (|#3| |#3|)) (-15 -2543 (|#3| |#3|)) (-15 -3843 (|#3| |#3|)) (-15 -3853 (|#3| |#3|)) (-15 -3863 (|#3| |#3|)) (-15 -3013 (|#3| |#3|))))
-((-3249 (((-111) $) 19)) (-1712 (((-180) $) 7)) (-2181 (((-3 (-1154) "failed") $) 14)) (-3889 (((-3 (-629 $) "failed") $) NIL)) (-2763 (((-3 (-1154) "failed") $) 21)) (-2992 (((-3 (-1082) "failed") $) 17)) (-4190 (((-111) $) 15)) (-3213 (((-844) $) NIL)) (-4042 (((-111) $) 9)))
-(((-274) (-13 (-599 (-844)) (-10 -8 (-15 -1712 ((-180) $)) (-15 -4190 ((-111) $)) (-15 -2992 ((-3 (-1082) "failed") $)) (-15 -3249 ((-111) $)) (-15 -2763 ((-3 (-1154) "failed") $)) (-15 -4042 ((-111) $)) (-15 -2181 ((-3 (-1154) "failed") $)) (-15 -3889 ((-3 (-629 $) "failed") $))))) (T -274))
-((-1712 (*1 *2 *1) (-12 (-5 *2 (-180)) (-5 *1 (-274)))) (-4190 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274)))) (-2992 (*1 *2 *1) (|partial| -12 (-5 *2 (-1082)) (-5 *1 (-274)))) (-3249 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274)))) (-2763 (*1 *2 *1) (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-274)))) (-4042 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274)))) (-2181 (*1 *2 *1) (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-274)))) (-3889 (*1 *2 *1) (|partial| -12 (-5 *2 (-629 (-274))) (-5 *1 (-274)))))
-(-13 (-599 (-844)) (-10 -8 (-15 -1712 ((-180) $)) (-15 -4190 ((-111) $)) (-15 -2992 ((-3 (-1082) "failed") $)) (-15 -3249 ((-111) $)) (-15 -2763 ((-3 (-1154) "failed") $)) (-15 -4042 ((-111) $)) (-15 -2181 ((-3 (-1154) "failed") $)) (-15 -3889 ((-3 (-629 $) "failed") $))))
-((-3954 (($ (-1 (-111) |#2|) $) 24)) (-2738 (($ $) 36)) (-1625 (($ (-1 (-111) |#2|) $) NIL) (($ |#2| $) 34)) (-2655 (($ |#2| $) 32) (($ (-1 (-111) |#2|) $) 18)) (-3707 (($ (-1 (-111) |#2| |#2|) $ $) NIL) (($ $ $) 40)) (-1759 (($ |#2| $ (-552)) 20) (($ $ $ (-552)) 22)) (-2012 (($ $ (-552)) 11) (($ $ (-1204 (-552))) 14)) (-2380 (($ $ |#2|) 30) (($ $ $) NIL)) (-4319 (($ $ |#2|) 29) (($ |#2| $) NIL) (($ $ $) 26) (($ (-629 $)) NIL)))
-(((-275 |#1| |#2|) (-10 -8 (-15 -3707 (|#1| |#1| |#1|)) (-15 -1625 (|#1| |#2| |#1|)) (-15 -3707 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1625 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2380 (|#1| |#1| |#1|)) (-15 -2380 (|#1| |#1| |#2|)) (-15 -1759 (|#1| |#1| |#1| (-552))) (-15 -1759 (|#1| |#2| |#1| (-552))) (-15 -2012 (|#1| |#1| (-1204 (-552)))) (-15 -2012 (|#1| |#1| (-552))) (-15 -4319 (|#1| (-629 |#1|))) (-15 -4319 (|#1| |#1| |#1|)) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#2|)) (-15 -2655 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3954 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2655 (|#1| |#2| |#1|)) (-15 -2738 (|#1| |#1|))) (-276 |#2|) (-1191)) (T -275))
-NIL
-(-10 -8 (-15 -3707 (|#1| |#1| |#1|)) (-15 -1625 (|#1| |#2| |#1|)) (-15 -3707 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1625 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2380 (|#1| |#1| |#1|)) (-15 -2380 (|#1| |#1| |#2|)) (-15 -1759 (|#1| |#1| |#1| (-552))) (-15 -1759 (|#1| |#2| |#1| (-552))) (-15 -2012 (|#1| |#1| (-1204 (-552)))) (-15 -2012 (|#1| |#1| (-552))) (-15 -4319 (|#1| (-629 |#1|))) (-15 -4319 (|#1| |#1| |#1|)) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#2|)) (-15 -2655 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3954 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2655 (|#1| |#2| |#1|)) (-15 -2738 (|#1| |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2660 (((-1242) $ (-552) (-552)) 40 (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) 8)) (-1470 ((|#1| $ (-552) |#1|) 52 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 58 (|has| $ (-6 -4369)))) (-1740 (($ (-1 (-111) |#1|) $) 85)) (-3954 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2232 (($ $) 83 (|has| |#1| (-1078)))) (-2738 (($ $) 78 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ (-1 (-111) |#1|) $) 89) (($ |#1| $) 84 (|has| |#1| (-1078)))) (-2655 (($ |#1| $) 77 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) 53 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 51)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-3307 (($ (-756) |#1|) 69)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 43 (|has| (-552) (-832)))) (-3707 (($ (-1 (-111) |#1| |#1|) $ $) 86) (($ $ $) 82 (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 44 (|has| (-552) (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-1580 (($ |#1| $ (-552)) 88) (($ $ $ (-552)) 87)) (-1759 (($ |#1| $ (-552)) 60) (($ $ $ (-552)) 59)) (-2190 (((-629 (-552)) $) 46)) (-1335 (((-111) (-552) $) 47)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-2702 ((|#1| $) 42 (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-1518 (($ $ |#1|) 41 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ (-552) |#1|) 50) ((|#1| $ (-552)) 49) (($ $ (-1204 (-552))) 63)) (-3502 (($ $ (-552)) 91) (($ $ (-1204 (-552))) 90)) (-2012 (($ $ (-552)) 62) (($ $ (-1204 (-552))) 61)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 79 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 70)) (-2380 (($ $ |#1|) 93) (($ $ $) 92)) (-4319 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-629 $)) 65)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-276 |#1|) (-137) (-1191)) (T -276))
-((-2380 (*1 *1 *1 *2) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191)))) (-2380 (*1 *1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191)))) (-3502 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-276 *3)) (-4 *3 (-1191)))) (-3502 (*1 *1 *1 *2) (-12 (-5 *2 (-1204 (-552))) (-4 *1 (-276 *3)) (-4 *3 (-1191)))) (-1625 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-276 *3)) (-4 *3 (-1191)))) (-1580 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-276 *2)) (-4 *2 (-1191)))) (-1580 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-276 *3)) (-4 *3 (-1191)))) (-3707 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-276 *3)) (-4 *3 (-1191)))) (-1740 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-276 *3)) (-4 *3 (-1191)))) (-1625 (*1 *1 *2 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191)) (-4 *2 (-1078)))) (-2232 (*1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191)) (-4 *2 (-1078)))) (-3707 (*1 *1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191)) (-4 *2 (-832)))))
-(-13 (-635 |t#1|) (-10 -8 (-6 -4369) (-15 -2380 ($ $ |t#1|)) (-15 -2380 ($ $ $)) (-15 -3502 ($ $ (-552))) (-15 -3502 ($ $ (-1204 (-552)))) (-15 -1625 ($ (-1 (-111) |t#1|) $)) (-15 -1580 ($ |t#1| $ (-552))) (-15 -1580 ($ $ $ (-552))) (-15 -3707 ($ (-1 (-111) |t#1| |t#1|) $ $)) (-15 -1740 ($ (-1 (-111) |t#1|) $)) (IF (|has| |t#1| (-1078)) (PROGN (-15 -1625 ($ |t#1| $)) (-15 -2232 ($ $))) |%noBranch|) (IF (|has| |t#1| (-832)) (-15 -3707 ($ $ $)) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 #0=(-552) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-590 #0# |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-635 |#1|) . T) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-238)) (-5 *2 (-553)))) (-3700 (*1 *1 *1) (-4 *1 (-238))))
+(-13 (-284) (-38 (-401 (-553))) (-10 -8 (-15 ** ($ $ (-553))) (-15 -3700 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-284) . T) ((-633 #0#) . T) ((-633 $) . T) ((-703 #0#) . T) ((-712) . T) ((-1037 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2924 ((|#1| $) 48)) (-1784 (($ $) 57)) (-2549 (((-111) $ (-757)) 8)) (-2830 ((|#1| $ |#1|) 39 (|has| $ (-6 -4370)))) (-3207 (($ $ $) 53 (|has| $ (-6 -4370)))) (-1562 (($ $ $) 52 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 41 (|has| $ (-6 -4370)))) (-3203 (($) 7 T CONST)) (-4277 (($ $) 56)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 50)) (-1576 (((-111) $ $) 42 (|has| |#1| (-1079)))) (-2136 (($ $) 55)) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-2603 (((-630 |#1|) $) 45)) (-3380 (((-111) $) 49)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2679 ((|#1| $) 59)) (-2323 (($ $) 58)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ "value") 47)) (-2566 (((-553) $ $) 44)) (-3990 (((-111) $) 46)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3724 (($ $ $) 54 (|has| $ (-6 -4370)))) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) 51)) (-1884 (((-111) $ $) 43 (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-239 |#1|) (-137) (-1192)) (T -239))
+((-2679 (*1 *2 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192)))) (-2323 (*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192)))) (-1784 (*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192)))) (-4277 (*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192)))) (-2136 (*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192)))) (-3724 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-239 *2)) (-4 *2 (-1192)))) (-3207 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-239 *2)) (-4 *2 (-1192)))) (-1562 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-239 *2)) (-4 *2 (-1192)))))
+(-13 (-992 |t#1|) (-10 -8 (-15 -2679 (|t#1| $)) (-15 -2323 ($ $)) (-15 -1784 ($ $)) (-15 -4277 ($ $)) (-15 -2136 ($ $)) (IF (|has| $ (-6 -4370)) (PROGN (-15 -3724 ($ $ $)) (-15 -3207 ($ $ $)) (-15 -1562 ($ $ $))) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-992 |#1|) . T) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) NIL)) (-2211 ((|#1| $) NIL)) (-1784 (($ $) NIL)) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4059 (($ $ (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) $) NIL (|has| |#1| (-833))) (((-111) (-1 (-111) |#1| |#1|) $) NIL)) (-1748 (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833)))) (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1297 (($ $) 10 (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-2830 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-2325 (($ $ $) NIL (|has| $ (-6 -4370)))) (-1971 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-3180 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4370))) (($ $ "rest" $) NIL (|has| $ (-6 -4370))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-3656 (($ (-1 (-111) |#1|) $) NIL)) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2197 ((|#1| $) NIL)) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2714 (($ $) NIL) (($ $ (-757)) NIL)) (-1570 (($ $) NIL (|has| |#1| (-1079)))) (-2738 (($ $) 7 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1875 (($ |#1| $) NIL (|has| |#1| (-1079))) (($ (-1 (-111) |#1|) $) NIL)) (-2653 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1948 (((-111) $) NIL)) (-1457 (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079))) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) (-1 (-111) |#1|) $) NIL)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-3306 (($ (-757) |#1|) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-4250 (($ $ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-3858 (($ $ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2562 (($ |#1|) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-2603 (((-630 |#1|) $) NIL)) (-3380 (((-111) $) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2679 ((|#1| $) NIL) (($ $ (-757)) NIL)) (-1429 (($ $ $ (-553)) NIL) (($ |#1| $ (-553)) NIL)) (-1760 (($ $ $ (-553)) NIL) (($ |#1| $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2701 ((|#1| $) NIL) (($ $ (-757)) NIL)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-1831 (((-111) $) NIL)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1205 (-553))) NIL) ((|#1| $ (-553)) NIL) ((|#1| $ (-553) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-757) $ "count") 16)) (-2566 (((-553) $ $) NIL)) (-2855 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-2013 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-1790 (($ (-630 |#1|)) 22)) (-3990 (((-111) $) NIL)) (-2921 (($ $) NIL)) (-4198 (($ $) NIL (|has| $ (-6 -4370)))) (-4033 (((-757) $) NIL)) (-4256 (($ $) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) NIL)) (-3724 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4320 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-630 $)) NIL) (($ $ |#1|) NIL)) (-3212 (($ (-630 |#1|)) 17) (((-630 |#1|) $) 18) (((-845) $) 21 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-2656 (((-757) $) 14 (|has| $ (-6 -4369)))))
+(((-240 |#1|) (-13 (-651 |#1|) (-10 -8 (-15 -3212 ($ (-630 |#1|))) (-15 -3212 ((-630 |#1|) $)) (-15 -1790 ($ (-630 |#1|))) (-15 -2061 ($ $ "unique")) (-15 -2061 ($ $ "sort")) (-15 -2061 ((-757) $ "count")))) (-833)) (T -240))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-240 *3)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-240 *3)) (-4 *3 (-833)))) (-1790 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-240 *3)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-240 *3)) (-4 *3 (-833)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-240 *3)) (-4 *3 (-833)))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-757)) (-5 *1 (-240 *4)) (-4 *4 (-833)))))
+(-13 (-651 |#1|) (-10 -8 (-15 -3212 ($ (-630 |#1|))) (-15 -3212 ((-630 |#1|) $)) (-15 -1790 ($ (-630 |#1|))) (-15 -2061 ($ $ "unique")) (-15 -2061 ($ $ "sort")) (-15 -2061 ((-757) $ "count"))))
+((-1787 (((-3 (-757) "failed") |#1| |#1| (-757)) 27)))
+(((-241 |#1|) (-10 -7 (-15 -1787 ((-3 (-757) "failed") |#1| |#1| (-757)))) (-13 (-712) (-362) (-10 -7 (-15 ** (|#1| |#1| (-553)))))) (T -241))
+((-1787 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-757)) (-4 *3 (-13 (-712) (-362) (-10 -7 (-15 ** (*3 *3 (-553)))))) (-5 *1 (-241 *3)))))
+(-10 -7 (-15 -1787 ((-3 (-757) "failed") |#1| |#1| (-757))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-847 |#1|)) $) NIL)) (-3447 (((-1151 $) $ (-847 |#1|)) NIL) (((-1151 |#2|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#2| (-545)))) (-2723 (($ $) NIL (|has| |#2| (-545)))) (-2157 (((-111) $) NIL (|has| |#2| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-847 |#1|))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3837 (($ $) NIL (|has| |#2| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#2| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#2| (-1020 (-553)))) (((-3 (-847 |#1|) "failed") $) NIL)) (-2831 ((|#2| $) NIL) (((-401 (-553)) $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#2| (-1020 (-553)))) (((-847 |#1|) $) NIL)) (-2697 (($ $ $ (-847 |#1|)) NIL (|has| |#2| (-169)))) (-2646 (($ $ (-630 (-553))) NIL)) (-3765 (($ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL) (((-674 |#2|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#2| (-445))) (($ $ (-847 |#1|)) NIL (|has| |#2| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#2| (-891)))) (-1369 (($ $ |#2| (-235 (-2656 |#1|) (-757)) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-847 |#1|) (-868 (-373))) (|has| |#2| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-847 |#1|) (-868 (-553))) (|has| |#2| (-868 (-553)))))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3601 (($ (-1151 |#2|) (-847 |#1|)) NIL) (($ (-1151 $) (-847 |#1|)) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#2| (-235 (-2656 |#1|) (-757))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-847 |#1|)) NIL)) (-3264 (((-235 (-2656 |#1|) (-757)) $) NIL) (((-757) $ (-847 |#1|)) NIL) (((-630 (-757)) $ (-630 (-847 |#1|))) NIL)) (-1773 (($ $ $) NIL (|has| |#2| (-833)))) (-2012 (($ $ $) NIL (|has| |#2| (-833)))) (-2364 (($ (-1 (-235 (-2656 |#1|) (-757)) (-235 (-2656 |#1|) (-757))) $) NIL)) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-2903 (((-3 (-847 |#1|) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-4056 (((-1137) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-847 |#1|)) (|:| -3503 (-757))) "failed") $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#2| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#2| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#2| (-891)))) (-3968 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-847 |#1|) |#2|) NIL) (($ $ (-630 (-847 |#1|)) (-630 |#2|)) NIL) (($ $ (-847 |#1|) $) NIL) (($ $ (-630 (-847 |#1|)) (-630 $)) NIL)) (-3488 (($ $ (-847 |#1|)) NIL (|has| |#2| (-169)))) (-3095 (($ $ (-847 |#1|)) NIL) (($ $ (-630 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-2672 (((-235 (-2656 |#1|) (-757)) $) NIL) (((-757) $ (-847 |#1|)) NIL) (((-630 (-757)) $ (-630 (-847 |#1|))) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-847 |#1|) (-601 (-874 (-373)))) (|has| |#2| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-847 |#1|) (-601 (-874 (-553)))) (|has| |#2| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-847 |#1|) (-601 (-529))) (|has| |#2| (-601 (-529)))))) (-3998 ((|#2| $) NIL (|has| |#2| (-445))) (($ $ (-847 |#1|)) NIL (|has| |#2| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#2|) NIL) (($ (-847 |#1|)) NIL) (($ (-401 (-553))) NIL (-4028 (|has| |#2| (-38 (-401 (-553)))) (|has| |#2| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#2| (-545)))) (-1372 (((-630 |#2|) $) NIL)) (-1925 ((|#2| $ (-235 (-2656 |#1|) (-757))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#2| (-891))) (|has| |#2| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#2| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#2| (-545)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-847 |#1|)) NIL) (($ $ (-630 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-1667 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#2| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#2| (-38 (-401 (-553))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-242 |#1| |#2|) (-13 (-931 |#2| (-235 (-2656 |#1|) (-757)) (-847 |#1|)) (-10 -8 (-15 -2646 ($ $ (-630 (-553)))))) (-630 (-1155)) (-1031)) (T -242))
+((-2646 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-242 *3 *4)) (-14 *3 (-630 (-1155))) (-4 *4 (-1031)))))
+(-13 (-931 |#2| (-235 (-2656 |#1|) (-757)) (-847 |#1|)) (-10 -8 (-15 -2646 ($ $ (-630 (-553))))))
+((-3200 (((-111) $ $) NIL)) (-1950 (((-1243) $) 15)) (-2263 (((-180) $) 9)) (-1446 (($ (-180)) 10)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 7)) (-1614 (((-111) $ $) 13)))
+(((-243) (-13 (-1079) (-10 -8 (-15 -2263 ((-180) $)) (-15 -1446 ($ (-180))) (-15 -1950 ((-1243) $))))) (T -243))
+((-2263 (*1 *2 *1) (-12 (-5 *2 (-180)) (-5 *1 (-243)))) (-1446 (*1 *1 *2) (-12 (-5 *2 (-180)) (-5 *1 (-243)))) (-1950 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-243)))))
+(-13 (-1079) (-10 -8 (-15 -2263 ((-180) $)) (-15 -1446 ($ (-180))) (-15 -1950 ((-1243) $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3530 (($ (-903)) NIL (|has| |#4| (-1031)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-1462 (($ $ $) NIL (|has| |#4| (-779)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-2662 (((-757)) NIL (|has| |#4| (-362)))) (-2299 (((-553) $) NIL (|has| |#4| (-831)))) (-1471 ((|#4| $ (-553) |#4|) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1079))) (((-3 (-553) "failed") $) NIL (-12 (|has| |#4| (-1020 (-553))) (|has| |#4| (-1079)))) (((-3 (-401 (-553)) "failed") $) NIL (-12 (|has| |#4| (-1020 (-401 (-553)))) (|has| |#4| (-1079))))) (-2831 ((|#4| $) NIL (|has| |#4| (-1079))) (((-553) $) NIL (-12 (|has| |#4| (-1020 (-553))) (|has| |#4| (-1079)))) (((-401 (-553)) $) NIL (-12 (|has| |#4| (-1020 (-401 (-553)))) (|has| |#4| (-1079))))) (-3698 (((-2 (|:| -1317 (-674 |#4|)) (|:| |vec| (-1238 |#4|))) (-674 $) (-1238 $)) NIL (|has| |#4| (-1031))) (((-674 |#4|) (-674 $)) NIL (|has| |#4| (-1031))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| |#4| (-626 (-553))) (|has| |#4| (-1031)))) (((-674 (-553)) (-674 $)) NIL (-12 (|has| |#4| (-626 (-553))) (|has| |#4| (-1031))))) (-3889 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#4| (-228)) (|has| |#4| (-1031))) (-12 (|has| |#4| (-626 (-553))) (|has| |#4| (-1031))) (|has| |#4| (-712)) (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))))) (-1333 (($) NIL (|has| |#4| (-362)))) (-2959 ((|#4| $ (-553) |#4|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#4| $ (-553)) NIL)) (-2184 (((-111) $) NIL (|has| |#4| (-831)))) (-3136 (((-630 |#4|) $) NIL (|has| $ (-6 -4369)))) (-1434 (((-111) $) NIL (-4028 (-12 (|has| |#4| (-228)) (|has| |#4| (-1031))) (-12 (|has| |#4| (-626 (-553))) (|has| |#4| (-1031))) (|has| |#4| (-712)) (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))))) (-2260 (((-111) $) NIL (|has| |#4| (-831)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (-4028 (|has| |#4| (-779)) (|has| |#4| (-831))))) (-2447 (((-630 |#4|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (-4028 (|has| |#4| (-779)) (|has| |#4| (-831))))) (-2947 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) NIL)) (-3941 (((-903) $) NIL (|has| |#4| (-362)))) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2839 (($ (-903)) NIL (|has| |#4| (-362)))) (-2875 (((-1099) $) NIL)) (-2701 ((|#4| $) NIL (|has| (-553) (-833)))) (-2001 (($ $ |#4|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 |#4|) (-630 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-1556 (((-630 |#4|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#4| $ (-553) |#4|) NIL) ((|#4| $ (-553)) 12)) (-1602 ((|#4| $ $) NIL (|has| |#4| (-1031)))) (-3518 (($ (-1238 |#4|)) NIL)) (-1315 (((-132)) NIL (|has| |#4| (-357)))) (-3095 (($ $ (-1 |#4| |#4|) (-757)) NIL (|has| |#4| (-1031))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1031))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#4| (-228)) (|has| |#4| (-1031)))) (($ $) NIL (-12 (|has| |#4| (-228)) (|has| |#4| (-1031))))) (-2885 (((-757) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369))) (((-757) |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-1238 |#4|) $) NIL) (((-845) $) NIL) (($ |#4|) NIL (|has| |#4| (-1079))) (($ (-553)) NIL (-4028 (-12 (|has| |#4| (-1020 (-553))) (|has| |#4| (-1079))) (|has| |#4| (-1031)))) (($ (-401 (-553))) NIL (-12 (|has| |#4| (-1020 (-401 (-553)))) (|has| |#4| (-1079))))) (-1348 (((-757)) NIL (|has| |#4| (-1031)))) (-1798 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1411 (($ $) NIL (|has| |#4| (-831)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL (-4028 (-12 (|has| |#4| (-228)) (|has| |#4| (-1031))) (-12 (|has| |#4| (-626 (-553))) (|has| |#4| (-1031))) (|has| |#4| (-712)) (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))) CONST)) (-1766 (($ $ (-1 |#4| |#4|) (-757)) NIL (|has| |#4| (-1031))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-1031))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#4| (-228)) (|has| |#4| (-1031)))) (($ $) NIL (-12 (|has| |#4| (-228)) (|has| |#4| (-1031))))) (-1667 (((-111) $ $) NIL (-4028 (|has| |#4| (-779)) (|has| |#4| (-831))))) (-1645 (((-111) $ $) NIL (-4028 (|has| |#4| (-779)) (|has| |#4| (-831))))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (-4028 (|has| |#4| (-779)) (|has| |#4| (-831))))) (-1633 (((-111) $ $) NIL (-4028 (|has| |#4| (-779)) (|has| |#4| (-831))))) (-1721 (($ $ |#4|) NIL (|has| |#4| (-357)))) (-1710 (($ $ $) NIL) (($ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-757)) NIL (-4028 (-12 (|has| |#4| (-228)) (|has| |#4| (-1031))) (-12 (|has| |#4| (-626 (-553))) (|has| |#4| (-1031))) (|has| |#4| (-712)) (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031))))) (($ $ (-903)) NIL (-4028 (-12 (|has| |#4| (-228)) (|has| |#4| (-1031))) (-12 (|has| |#4| (-626 (-553))) (|has| |#4| (-1031))) (|has| |#4| (-712)) (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))))) (* (($ |#2| $) 14) (($ (-553) $) NIL) (($ (-757) $) NIL) (($ (-903) $) NIL) (($ |#3| $) 18) (($ $ |#4|) NIL (|has| |#4| (-712))) (($ |#4| $) NIL (|has| |#4| (-712))) (($ $ $) NIL (-4028 (-12 (|has| |#4| (-228)) (|has| |#4| (-1031))) (-12 (|has| |#4| (-626 (-553))) (|has| |#4| (-1031))) (|has| |#4| (-712)) (-12 (|has| |#4| (-882 (-1155))) (|has| |#4| (-1031)))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-244 |#1| |#2| |#3| |#4|) (-13 (-233 |#1| |#4|) (-633 |#2|) (-633 |#3|)) (-903) (-1031) (-1102 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-633 |#2|)) (T -244))
+NIL
+(-13 (-233 |#1| |#4|) (-633 |#2|) (-633 |#3|))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3530 (($ (-903)) NIL (|has| |#3| (-1031)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-1462 (($ $ $) NIL (|has| |#3| (-779)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-2662 (((-757)) NIL (|has| |#3| (-362)))) (-2299 (((-553) $) NIL (|has| |#3| (-831)))) (-1471 ((|#3| $ (-553) |#3|) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1079))) (((-3 (-553) "failed") $) NIL (-12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079)))) (((-3 (-401 (-553)) "failed") $) NIL (-12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079))))) (-2831 ((|#3| $) NIL (|has| |#3| (-1079))) (((-553) $) NIL (-12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079)))) (((-401 (-553)) $) NIL (-12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079))))) (-3698 (((-2 (|:| -1317 (-674 |#3|)) (|:| |vec| (-1238 |#3|))) (-674 $) (-1238 $)) NIL (|has| |#3| (-1031))) (((-674 |#3|) (-674 $)) NIL (|has| |#3| (-1031))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031)))) (((-674 (-553)) (-674 $)) NIL (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031))))) (-3889 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#3| (-228)) (|has| |#3| (-1031))) (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031))) (|has| |#3| (-712)) (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))))) (-1333 (($) NIL (|has| |#3| (-362)))) (-2959 ((|#3| $ (-553) |#3|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#3| $ (-553)) NIL)) (-2184 (((-111) $) NIL (|has| |#3| (-831)))) (-3136 (((-630 |#3|) $) NIL (|has| $ (-6 -4369)))) (-1434 (((-111) $) NIL (-4028 (-12 (|has| |#3| (-228)) (|has| |#3| (-1031))) (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031))) (|has| |#3| (-712)) (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))))) (-2260 (((-111) $) NIL (|has| |#3| (-831)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-2447 (((-630 |#3|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#3| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-2947 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#3| |#3|) $) NIL)) (-3941 (((-903) $) NIL (|has| |#3| (-362)))) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2839 (($ (-903)) NIL (|has| |#3| (-362)))) (-2875 (((-1099) $) NIL)) (-2701 ((|#3| $) NIL (|has| (-553) (-833)))) (-2001 (($ $ |#3|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#3|))) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ (-288 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ (-630 |#3|) (-630 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#3| (-1079))))) (-1556 (((-630 |#3|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#3| $ (-553) |#3|) NIL) ((|#3| $ (-553)) 11)) (-1602 ((|#3| $ $) NIL (|has| |#3| (-1031)))) (-3518 (($ (-1238 |#3|)) NIL)) (-1315 (((-132)) NIL (|has| |#3| (-357)))) (-3095 (($ $ (-1 |#3| |#3|) (-757)) NIL (|has| |#3| (-1031))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1031))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1031)))) (($ $) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1031))))) (-2885 (((-757) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4369))) (((-757) |#3| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#3| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-1238 |#3|) $) NIL) (((-845) $) NIL) (($ |#3|) NIL (|has| |#3| (-1079))) (($ (-553)) NIL (-4028 (-12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079))) (|has| |#3| (-1031)))) (($ (-401 (-553))) NIL (-12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079))))) (-1348 (((-757)) NIL (|has| |#3| (-1031)))) (-1798 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4369)))) (-1411 (($ $) NIL (|has| |#3| (-831)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL (-4028 (-12 (|has| |#3| (-228)) (|has| |#3| (-1031))) (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031))) (|has| |#3| (-712)) (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) CONST)) (-1766 (($ $ (-1 |#3| |#3|) (-757)) NIL (|has| |#3| (-1031))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1031))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1031)))) (($ $) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1031))))) (-1667 (((-111) $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-1645 (((-111) $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-1633 (((-111) $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-1721 (($ $ |#3|) NIL (|has| |#3| (-357)))) (-1710 (($ $ $) NIL) (($ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-757)) NIL (-4028 (-12 (|has| |#3| (-228)) (|has| |#3| (-1031))) (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031))) (|has| |#3| (-712)) (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031))))) (($ $ (-903)) NIL (-4028 (-12 (|has| |#3| (-228)) (|has| |#3| (-1031))) (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031))) (|has| |#3| (-712)) (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))))) (* (($ |#2| $) 13) (($ (-553) $) NIL) (($ (-757) $) NIL) (($ (-903) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-712))) (($ |#3| $) NIL (|has| |#3| (-712))) (($ $ $) NIL (-4028 (-12 (|has| |#3| (-228)) (|has| |#3| (-1031))) (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031))) (|has| |#3| (-712)) (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-245 |#1| |#2| |#3|) (-13 (-233 |#1| |#3|) (-633 |#2|)) (-757) (-1031) (-633 |#2|)) (T -245))
+NIL
+(-13 (-233 |#1| |#3|) (-633 |#2|))
+((-3407 (((-630 (-757)) $) 47) (((-630 (-757)) $ |#3|) 50)) (-3452 (((-757) $) 49) (((-757) $ |#3|) 52)) (-2045 (($ $) 65)) (-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 (-553) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 72)) (-2592 (((-757) $ |#3|) 39) (((-757) $) 36)) (-1447 (((-1 $ (-757)) |#3|) 15) (((-1 $ (-757)) $) 77)) (-2506 ((|#4| $) 58)) (-3295 (((-111) $) 56)) (-3019 (($ $) 64)) (-2433 (($ $ (-630 (-288 $))) 97) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-630 |#4|) (-630 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-630 |#4|) (-630 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-630 |#3|) (-630 $)) 89) (($ $ |#3| |#2|) NIL) (($ $ (-630 |#3|) (-630 |#2|)) 84)) (-3095 (($ $ |#4|) NIL) (($ $ (-630 |#4|)) NIL) (($ $ |#4| (-757)) NIL) (($ $ (-630 |#4|) (-630 (-757))) NIL) (($ $) NIL) (($ $ (-757)) NIL) (($ $ (-1155)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) 32)) (-4016 (((-630 |#3|) $) 75)) (-2672 ((|#5| $) NIL) (((-757) $ |#4|) NIL) (((-630 (-757)) $ (-630 |#4|)) NIL) (((-757) $ |#3|) 44)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 67) (($ (-401 (-553))) NIL) (($ $) NIL)))
+(((-246 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3212 (|#1| |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -2433 (|#1| |#1| (-630 |#3|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#3| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#3|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#3| |#1|)) (-15 -1447 ((-1 |#1| (-757)) |#1|)) (-15 -2045 (|#1| |#1|)) (-15 -3019 (|#1| |#1|)) (-15 -2506 (|#4| |#1|)) (-15 -3295 ((-111) |#1|)) (-15 -3452 ((-757) |#1| |#3|)) (-15 -3407 ((-630 (-757)) |#1| |#3|)) (-15 -3452 ((-757) |#1|)) (-15 -3407 ((-630 (-757)) |#1|)) (-15 -2672 ((-757) |#1| |#3|)) (-15 -2592 ((-757) |#1|)) (-15 -2592 ((-757) |#1| |#3|)) (-15 -4016 ((-630 |#3|) |#1|)) (-15 -1447 ((-1 |#1| (-757)) |#3|)) (-15 -3212 (|#1| |#3|)) (-15 -1394 ((-3 |#3| "failed") |#1|)) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1|)) (-15 -2672 ((-630 (-757)) |#1| (-630 |#4|))) (-15 -2672 ((-757) |#1| |#4|)) (-15 -3212 (|#1| |#4|)) (-15 -1394 ((-3 |#4| "failed") |#1|)) (-15 -2433 (|#1| |#1| (-630 |#4|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#4| |#1|)) (-15 -2433 (|#1| |#1| (-630 |#4|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#4| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2672 (|#5| |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -3095 (|#1| |#1| (-630 |#4|) (-630 (-757)))) (-15 -3095 (|#1| |#1| |#4| (-757))) (-15 -3095 (|#1| |#1| (-630 |#4|))) (-15 -3095 (|#1| |#1| |#4|)) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|))) (-247 |#2| |#3| |#4| |#5|) (-1031) (-833) (-260 |#3|) (-779)) (T -246))
+NIL
+(-10 -8 (-15 -3212 (|#1| |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -2433 (|#1| |#1| (-630 |#3|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#3| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#3|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#3| |#1|)) (-15 -1447 ((-1 |#1| (-757)) |#1|)) (-15 -2045 (|#1| |#1|)) (-15 -3019 (|#1| |#1|)) (-15 -2506 (|#4| |#1|)) (-15 -3295 ((-111) |#1|)) (-15 -3452 ((-757) |#1| |#3|)) (-15 -3407 ((-630 (-757)) |#1| |#3|)) (-15 -3452 ((-757) |#1|)) (-15 -3407 ((-630 (-757)) |#1|)) (-15 -2672 ((-757) |#1| |#3|)) (-15 -2592 ((-757) |#1|)) (-15 -2592 ((-757) |#1| |#3|)) (-15 -4016 ((-630 |#3|) |#1|)) (-15 -1447 ((-1 |#1| (-757)) |#3|)) (-15 -3212 (|#1| |#3|)) (-15 -1394 ((-3 |#3| "failed") |#1|)) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1|)) (-15 -2672 ((-630 (-757)) |#1| (-630 |#4|))) (-15 -2672 ((-757) |#1| |#4|)) (-15 -3212 (|#1| |#4|)) (-15 -1394 ((-3 |#4| "failed") |#1|)) (-15 -2433 (|#1| |#1| (-630 |#4|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#4| |#1|)) (-15 -2433 (|#1| |#1| (-630 |#4|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#4| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2672 (|#5| |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -3095 (|#1| |#1| (-630 |#4|) (-630 (-757)))) (-15 -3095 (|#1| |#1| |#4| (-757))) (-15 -3095 (|#1| |#1| (-630 |#4|))) (-15 -3095 (|#1| |#1| |#4|)) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3407 (((-630 (-757)) $) 212) (((-630 (-757)) $ |#2|) 210)) (-3452 (((-757) $) 211) (((-757) $ |#2|) 209)) (-3611 (((-630 |#3|) $) 108)) (-3447 (((-1151 $) $ |#3|) 123) (((-1151 |#1|) $) 122)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 85 (|has| |#1| (-545)))) (-2723 (($ $) 86 (|has| |#1| (-545)))) (-2157 (((-111) $) 88 (|has| |#1| (-545)))) (-3449 (((-757) $) 110) (((-757) $ (-630 |#3|)) 109)) (-4123 (((-3 $ "failed") $ $) 19)) (-2873 (((-412 (-1151 $)) (-1151 $)) 98 (|has| |#1| (-891)))) (-3837 (($ $) 96 (|has| |#1| (-445)))) (-1807 (((-412 $) $) 95 (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 101 (|has| |#1| (-891)))) (-2045 (($ $) 205)) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#1| "failed") $) 162) (((-3 (-401 (-553)) "failed") $) 159 (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) 157 (|has| |#1| (-1020 (-553)))) (((-3 |#3| "failed") $) 134) (((-3 |#2| "failed") $) 219)) (-2831 ((|#1| $) 161) (((-401 (-553)) $) 160 (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) 158 (|has| |#1| (-1020 (-553)))) ((|#3| $) 135) ((|#2| $) 220)) (-2697 (($ $ $ |#3|) 106 (|has| |#1| (-169)))) (-3765 (($ $) 152)) (-3698 (((-674 (-553)) (-674 $)) 132 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 131 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 130) (((-674 |#1|) (-674 $)) 129)) (-3889 (((-3 $ "failed") $) 32)) (-3766 (($ $) 174 (|has| |#1| (-445))) (($ $ |#3|) 103 (|has| |#1| (-445)))) (-3752 (((-630 $) $) 107)) (-4268 (((-111) $) 94 (|has| |#1| (-891)))) (-1369 (($ $ |#1| |#4| $) 170)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 82 (-12 (|has| |#3| (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 81 (-12 (|has| |#3| (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-2592 (((-757) $ |#2|) 215) (((-757) $) 214)) (-1434 (((-111) $) 30)) (-2613 (((-757) $) 167)) (-3601 (($ (-1151 |#1|) |#3|) 115) (($ (-1151 $) |#3|) 114)) (-1526 (((-630 $) $) 124)) (-1561 (((-111) $) 150)) (-3590 (($ |#1| |#4|) 151) (($ $ |#3| (-757)) 117) (($ $ (-630 |#3|) (-630 (-757))) 116)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ |#3|) 118)) (-3264 ((|#4| $) 168) (((-757) $ |#3|) 120) (((-630 (-757)) $ (-630 |#3|)) 119)) (-1773 (($ $ $) 77 (|has| |#1| (-833)))) (-2012 (($ $ $) 76 (|has| |#1| (-833)))) (-2364 (($ (-1 |#4| |#4|) $) 169)) (-1478 (($ (-1 |#1| |#1|) $) 149)) (-1447 (((-1 $ (-757)) |#2|) 217) (((-1 $ (-757)) $) 204 (|has| |#1| (-228)))) (-2903 (((-3 |#3| "failed") $) 121)) (-3733 (($ $) 147)) (-3743 ((|#1| $) 146)) (-2506 ((|#3| $) 207)) (-2552 (($ (-630 $)) 92 (|has| |#1| (-445))) (($ $ $) 91 (|has| |#1| (-445)))) (-4056 (((-1137) $) 9)) (-3295 (((-111) $) 208)) (-1548 (((-3 (-630 $) "failed") $) 112)) (-1527 (((-3 (-630 $) "failed") $) 113)) (-2560 (((-3 (-2 (|:| |var| |#3|) (|:| -3503 (-757))) "failed") $) 111)) (-3019 (($ $) 206)) (-2875 (((-1099) $) 10)) (-3710 (((-111) $) 164)) (-3722 ((|#1| $) 165)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 93 (|has| |#1| (-445)))) (-2591 (($ (-630 $)) 90 (|has| |#1| (-445))) (($ $ $) 89 (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) 100 (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) 99 (|has| |#1| (-891)))) (-3476 (((-412 $) $) 97 (|has| |#1| (-891)))) (-3968 (((-3 $ "failed") $ |#1|) 172 (|has| |#1| (-545))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-545)))) (-2433 (($ $ (-630 (-288 $))) 143) (($ $ (-288 $)) 142) (($ $ $ $) 141) (($ $ (-630 $) (-630 $)) 140) (($ $ |#3| |#1|) 139) (($ $ (-630 |#3|) (-630 |#1|)) 138) (($ $ |#3| $) 137) (($ $ (-630 |#3|) (-630 $)) 136) (($ $ |#2| $) 203 (|has| |#1| (-228))) (($ $ (-630 |#2|) (-630 $)) 202 (|has| |#1| (-228))) (($ $ |#2| |#1|) 201 (|has| |#1| (-228))) (($ $ (-630 |#2|) (-630 |#1|)) 200 (|has| |#1| (-228)))) (-3488 (($ $ |#3|) 105 (|has| |#1| (-169)))) (-3095 (($ $ |#3|) 40) (($ $ (-630 |#3|)) 39) (($ $ |#3| (-757)) 38) (($ $ (-630 |#3|) (-630 (-757))) 37) (($ $) 236 (|has| |#1| (-228))) (($ $ (-757)) 234 (|has| |#1| (-228))) (($ $ (-1155)) 232 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 231 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 230 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) 229 (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) 222) (($ $ (-1 |#1| |#1|)) 221)) (-4016 (((-630 |#2|) $) 216)) (-2672 ((|#4| $) 148) (((-757) $ |#3|) 128) (((-630 (-757)) $ (-630 |#3|)) 127) (((-757) $ |#2|) 213)) (-1523 (((-874 (-373)) $) 80 (-12 (|has| |#3| (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) 79 (-12 (|has| |#3| (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) 78 (-12 (|has| |#3| (-601 (-529))) (|has| |#1| (-601 (-529)))))) (-3998 ((|#1| $) 173 (|has| |#1| (-445))) (($ $ |#3|) 104 (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 102 (-3791 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 163) (($ |#3|) 133) (($ |#2|) 218) (($ (-401 (-553))) 70 (-4028 (|has| |#1| (-1020 (-401 (-553)))) (|has| |#1| (-38 (-401 (-553)))))) (($ $) 83 (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) 166)) (-1925 ((|#1| $ |#4|) 153) (($ $ |#3| (-757)) 126) (($ $ (-630 |#3|) (-630 (-757))) 125)) (-2234 (((-3 $ "failed") $) 71 (-4028 (-3791 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) 28)) (-1957 (($ $ $ (-757)) 171 (|has| |#1| (-169)))) (-2453 (((-111) $ $) 87 (|has| |#1| (-545)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ |#3|) 36) (($ $ (-630 |#3|)) 35) (($ $ |#3| (-757)) 34) (($ $ (-630 |#3|) (-630 (-757))) 33) (($ $) 235 (|has| |#1| (-228))) (($ $ (-757)) 233 (|has| |#1| (-228))) (($ $ (-1155)) 228 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 227 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 226 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) 225 (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) 224) (($ $ (-1 |#1| |#1|)) 223)) (-1667 (((-111) $ $) 74 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 73 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 75 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 72 (|has| |#1| (-833)))) (-1721 (($ $ |#1|) 154 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 156 (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) 155 (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 145) (($ $ |#1|) 144)))
+(((-247 |#1| |#2| |#3| |#4|) (-137) (-1031) (-833) (-260 |t#2|) (-779)) (T -247))
+((-1447 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-4 *3 (-833)) (-4 *5 (-260 *3)) (-4 *6 (-779)) (-5 *2 (-1 *1 (-757))) (-4 *1 (-247 *4 *3 *5 *6)))) (-4016 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-630 *4)))) (-2592 (*1 *2 *1 *3) (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1031)) (-4 *3 (-833)) (-4 *5 (-260 *3)) (-4 *6 (-779)) (-5 *2 (-757)))) (-2592 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-757)))) (-2672 (*1 *2 *1 *3) (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1031)) (-4 *3 (-833)) (-4 *5 (-260 *3)) (-4 *6 (-779)) (-5 *2 (-757)))) (-3407 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-630 (-757))))) (-3452 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-757)))) (-3407 (*1 *2 *1 *3) (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1031)) (-4 *3 (-833)) (-4 *5 (-260 *3)) (-4 *6 (-779)) (-5 *2 (-630 (-757))))) (-3452 (*1 *2 *1 *3) (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1031)) (-4 *3 (-833)) (-4 *5 (-260 *3)) (-4 *6 (-779)) (-5 *2 (-757)))) (-3295 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-111)))) (-2506 (*1 *2 *1) (-12 (-4 *1 (-247 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-779)) (-4 *2 (-260 *4)))) (-3019 (*1 *1 *1) (-12 (-4 *1 (-247 *2 *3 *4 *5)) (-4 *2 (-1031)) (-4 *3 (-833)) (-4 *4 (-260 *3)) (-4 *5 (-779)))) (-2045 (*1 *1 *1) (-12 (-4 *1 (-247 *2 *3 *4 *5)) (-4 *2 (-1031)) (-4 *3 (-833)) (-4 *4 (-260 *3)) (-4 *5 (-779)))) (-1447 (*1 *2 *1) (-12 (-4 *3 (-228)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-1 *1 (-757))) (-4 *1 (-247 *3 *4 *5 *6)))))
+(-13 (-931 |t#1| |t#4| |t#3|) (-226 |t#1|) (-1020 |t#2|) (-10 -8 (-15 -1447 ((-1 $ (-757)) |t#2|)) (-15 -4016 ((-630 |t#2|) $)) (-15 -2592 ((-757) $ |t#2|)) (-15 -2592 ((-757) $)) (-15 -2672 ((-757) $ |t#2|)) (-15 -3407 ((-630 (-757)) $)) (-15 -3452 ((-757) $)) (-15 -3407 ((-630 (-757)) $ |t#2|)) (-15 -3452 ((-757) $ |t#2|)) (-15 -3295 ((-111) $)) (-15 -2506 (|t#3| $)) (-15 -3019 ($ $)) (-15 -2045 ($ $)) (IF (|has| |t#1| (-228)) (PROGN (-6 (-507 |t#2| |t#1|)) (-6 (-507 |t#2| $)) (-6 (-303 $)) (-15 -1447 ((-1 $ (-757)) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#4|) . T) ((-25) . T) ((-38 #0=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #2=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-603 |#2|) . T) ((-603 |#3|) . T) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-601 (-529)) -12 (|has| |#1| (-601 (-529))) (|has| |#3| (-601 (-529)))) ((-601 (-874 (-373))) -12 (|has| |#1| (-601 (-874 (-373)))) (|has| |#3| (-601 (-874 (-373))))) ((-601 (-874 (-553))) -12 (|has| |#1| (-601 (-874 (-553)))) (|has| |#3| (-601 (-874 (-553))))) ((-226 |#1|) . T) ((-228) |has| |#1| (-228)) ((-284) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-303 $) . T) ((-320 |#1| |#4|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4028 (|has| |#1| (-891)) (|has| |#1| (-445))) ((-507 |#2| |#1|) |has| |#1| (-228)) ((-507 |#2| $) |has| |#1| (-228)) ((-507 |#3| |#1|) . T) ((-507 |#3| $) . T) ((-507 $ $) . T) ((-545) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-633 #0#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-626 (-553)) |has| |#1| (-626 (-553))) ((-626 |#1|) . T) ((-703 #0#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-712) . T) ((-833) |has| |#1| (-833)) ((-882 (-1155)) |has| |#1| (-882 (-1155))) ((-882 |#3|) . T) ((-868 (-373)) -12 (|has| |#1| (-868 (-373))) (|has| |#3| (-868 (-373)))) ((-868 (-553)) -12 (|has| |#1| (-868 (-553))) (|has| |#3| (-868 (-553)))) ((-931 |#1| |#4| |#3|) . T) ((-891) |has| |#1| (-891)) ((-1020 #1#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #2#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1020 |#2|) . T) ((-1020 |#3|) . T) ((-1037 #0#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) |has| |#1| (-891)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2979 ((|#1| $) 54)) (-3445 ((|#1| $) 44)) (-2549 (((-111) $ (-757)) 8)) (-3203 (($) 7 T CONST)) (-1539 (($ $) 60)) (-3591 (($ $) 48)) (-2268 ((|#1| |#1| $) 46)) (-3800 ((|#1| $) 45)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-2555 (((-757) $) 61)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-3311 ((|#1| $) 39)) (-1876 ((|#1| |#1| $) 52)) (-1661 ((|#1| |#1| $) 51)) (-1429 (($ |#1| $) 40)) (-2385 (((-757) $) 55)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-3798 ((|#1| $) 62)) (-3988 ((|#1| $) 50)) (-1958 ((|#1| $) 49)) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-2471 ((|#1| |#1| $) 58)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2368 ((|#1| $) 59)) (-3441 (($) 57) (($ (-630 |#1|)) 56)) (-3906 (((-757) $) 43)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-2702 ((|#1| $) 53)) (-4142 (($ (-630 |#1|)) 42)) (-3262 ((|#1| $) 63)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-248 |#1|) (-137) (-1192)) (T -248))
+((-3441 (*1 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))) (-3441 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-4 *1 (-248 *3)))) (-2385 (*1 *2 *1) (-12 (-4 *1 (-248 *3)) (-4 *3 (-1192)) (-5 *2 (-757)))) (-2979 (*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))) (-2702 (*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))) (-1876 (*1 *2 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))) (-1661 (*1 *2 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))) (-3988 (*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))) (-1958 (*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))) (-3591 (*1 *1 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))))
+(-13 (-1100 |t#1|) (-977 |t#1|) (-10 -8 (-15 -3441 ($)) (-15 -3441 ($ (-630 |t#1|))) (-15 -2385 ((-757) $)) (-15 -2979 (|t#1| $)) (-15 -2702 (|t#1| $)) (-15 -1876 (|t#1| |t#1| $)) (-15 -1661 (|t#1| |t#1| $)) (-15 -3988 (|t#1| $)) (-15 -1958 (|t#1| $)) (-15 -3591 ($ $))))
+(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-977 |#1|) . T) ((-1079) |has| |#1| (-1079)) ((-1100 |#1|) . T) ((-1192) . T))
+((-2729 (((-1 (-925 (-220)) (-220) (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220) (-220))) 139)) (-4137 (((-1112 (-220)) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373))) 160) (((-1112 (-220)) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)) (-630 (-257))) 158) (((-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373))) 163) (((-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257))) 159) (((-1112 (-220)) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373))) 150) (((-1112 (-220)) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257))) 149) (((-1112 (-220)) (-1 (-925 (-220)) (-220)) (-1073 (-373))) 129) (((-1112 (-220)) (-1 (-925 (-220)) (-220)) (-1073 (-373)) (-630 (-257))) 127) (((-1112 (-220)) (-861 (-1 (-220) (-220))) (-1073 (-373))) 128) (((-1112 (-220)) (-861 (-1 (-220) (-220))) (-1073 (-373)) (-630 (-257))) 125)) (-4095 (((-1240) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373))) 162) (((-1240) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)) (-630 (-257))) 161) (((-1240) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373))) 165) (((-1240) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257))) 164) (((-1240) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373))) 152) (((-1240) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257))) 151) (((-1240) (-1 (-925 (-220)) (-220)) (-1073 (-373))) 135) (((-1240) (-1 (-925 (-220)) (-220)) (-1073 (-373)) (-630 (-257))) 134) (((-1240) (-861 (-1 (-220) (-220))) (-1073 (-373))) 133) (((-1240) (-861 (-1 (-220) (-220))) (-1073 (-373)) (-630 (-257))) 132) (((-1239) (-859 (-1 (-220) (-220))) (-1073 (-373))) 100) (((-1239) (-859 (-1 (-220) (-220))) (-1073 (-373)) (-630 (-257))) 99) (((-1239) (-1 (-220) (-220)) (-1073 (-373))) 96) (((-1239) (-1 (-220) (-220)) (-1073 (-373)) (-630 (-257))) 95)))
+(((-249) (-10 -7 (-15 -4095 ((-1239) (-1 (-220) (-220)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1239) (-1 (-220) (-220)) (-1073 (-373)))) (-15 -4095 ((-1239) (-859 (-1 (-220) (-220))) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1239) (-859 (-1 (-220) (-220))) (-1073 (-373)))) (-15 -4095 ((-1240) (-861 (-1 (-220) (-220))) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-861 (-1 (-220) (-220))) (-1073 (-373)))) (-15 -4095 ((-1240) (-1 (-925 (-220)) (-220)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-1 (-925 (-220)) (-220)) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-861 (-1 (-220) (-220))) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-861 (-1 (-220) (-220))) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-1 (-925 (-220)) (-220)) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-1 (-925 (-220)) (-220)) (-1073 (-373)))) (-15 -4095 ((-1240) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)))) (-15 -4095 ((-1240) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)))) (-15 -4095 ((-1240) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)))) (-15 -2729 ((-1 (-925 (-220)) (-220) (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220) (-220)))))) (T -249))
+((-2729 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-925 (-220)) (-220) (-220))) (-5 *3 (-1 (-220) (-220) (-220) (-220))) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-864 (-1 (-220) (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-864 (-1 (-220) (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-864 (-1 (-220) (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-864 (-1 (-220) (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-925 (-220)) (-220))) (-5 *4 (-1073 (-373))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-925 (-220)) (-220))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4) (-12 (-5 *3 (-861 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4137 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-861 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-925 (-220)) (-220))) (-5 *4 (-1073 (-373))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-925 (-220)) (-220))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4) (-12 (-5 *3 (-861 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-861 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4) (-12 (-5 *3 (-859 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-859 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *2 (-1239)) (-5 *1 (-249)))) (-4095 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-220) (-220))) (-5 *4 (-1073 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1239)) (-5 *1 (-249)))))
+(-10 -7 (-15 -4095 ((-1239) (-1 (-220) (-220)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1239) (-1 (-220) (-220)) (-1073 (-373)))) (-15 -4095 ((-1239) (-859 (-1 (-220) (-220))) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1239) (-859 (-1 (-220) (-220))) (-1073 (-373)))) (-15 -4095 ((-1240) (-861 (-1 (-220) (-220))) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-861 (-1 (-220) (-220))) (-1073 (-373)))) (-15 -4095 ((-1240) (-1 (-925 (-220)) (-220)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-1 (-925 (-220)) (-220)) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-861 (-1 (-220) (-220))) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-861 (-1 (-220) (-220))) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-1 (-925 (-220)) (-220)) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-1 (-925 (-220)) (-220)) (-1073 (-373)))) (-15 -4095 ((-1240) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-1 (-220) (-220) (-220)) (-1073 (-373)) (-1073 (-373)))) (-15 -4095 ((-1240) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-373)) (-1073 (-373)))) (-15 -4095 ((-1240) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)))) (-15 -4137 ((-1112 (-220)) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-864 (-1 (-220) (-220) (-220))) (-1073 (-373)) (-1073 (-373)))) (-15 -2729 ((-1 (-925 (-220)) (-220) (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220) (-220)))))
+((-4095 (((-1239) (-288 |#2|) (-1155) (-1155) (-630 (-257))) 96)))
+(((-250 |#1| |#2|) (-10 -7 (-15 -4095 ((-1239) (-288 |#2|) (-1155) (-1155) (-630 (-257))))) (-13 (-545) (-833) (-1020 (-553))) (-424 |#1|)) (T -250))
+((-4095 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-288 *7)) (-5 *4 (-1155)) (-5 *5 (-630 (-257))) (-4 *7 (-424 *6)) (-4 *6 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-1239)) (-5 *1 (-250 *6 *7)))))
+(-10 -7 (-15 -4095 ((-1239) (-288 |#2|) (-1155) (-1155) (-630 (-257)))))
+((-2164 (((-553) (-553)) 50)) (-3893 (((-553) (-553)) 51)) (-4160 (((-220) (-220)) 52)) (-2999 (((-1240) (-1 (-166 (-220)) (-166 (-220))) (-1073 (-220)) (-1073 (-220))) 49)) (-3038 (((-1240) (-1 (-166 (-220)) (-166 (-220))) (-1073 (-220)) (-1073 (-220)) (-111)) 47)))
+(((-251) (-10 -7 (-15 -3038 ((-1240) (-1 (-166 (-220)) (-166 (-220))) (-1073 (-220)) (-1073 (-220)) (-111))) (-15 -2999 ((-1240) (-1 (-166 (-220)) (-166 (-220))) (-1073 (-220)) (-1073 (-220)))) (-15 -2164 ((-553) (-553))) (-15 -3893 ((-553) (-553))) (-15 -4160 ((-220) (-220))))) (T -251))
+((-4160 (*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-251)))) (-3893 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-251)))) (-2164 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-251)))) (-2999 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-166 (-220)) (-166 (-220)))) (-5 *4 (-1073 (-220))) (-5 *2 (-1240)) (-5 *1 (-251)))) (-3038 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-166 (-220)) (-166 (-220)))) (-5 *4 (-1073 (-220))) (-5 *5 (-111)) (-5 *2 (-1240)) (-5 *1 (-251)))))
+(-10 -7 (-15 -3038 ((-1240) (-1 (-166 (-220)) (-166 (-220))) (-1073 (-220)) (-1073 (-220)) (-111))) (-15 -2999 ((-1240) (-1 (-166 (-220)) (-166 (-220))) (-1073 (-220)) (-1073 (-220)))) (-15 -2164 ((-553) (-553))) (-15 -3893 ((-553) (-553))) (-15 -4160 ((-220) (-220))))
+((-3212 (((-1071 (-373)) (-1071 (-310 |#1|))) 16)))
+(((-252 |#1|) (-10 -7 (-15 -3212 ((-1071 (-373)) (-1071 (-310 |#1|))))) (-13 (-833) (-545) (-601 (-373)))) (T -252))
+((-3212 (*1 *2 *3) (-12 (-5 *3 (-1071 (-310 *4))) (-4 *4 (-13 (-833) (-545) (-601 (-373)))) (-5 *2 (-1071 (-373))) (-5 *1 (-252 *4)))))
+(-10 -7 (-15 -3212 ((-1071 (-373)) (-1071 (-310 |#1|)))))
+((-4137 (((-1112 (-220)) (-864 |#1|) (-1071 (-373)) (-1071 (-373))) 71) (((-1112 (-220)) (-864 |#1|) (-1071 (-373)) (-1071 (-373)) (-630 (-257))) 70) (((-1112 (-220)) |#1| (-1071 (-373)) (-1071 (-373))) 61) (((-1112 (-220)) |#1| (-1071 (-373)) (-1071 (-373)) (-630 (-257))) 60) (((-1112 (-220)) (-861 |#1|) (-1071 (-373))) 52) (((-1112 (-220)) (-861 |#1|) (-1071 (-373)) (-630 (-257))) 51)) (-4095 (((-1240) (-864 |#1|) (-1071 (-373)) (-1071 (-373))) 74) (((-1240) (-864 |#1|) (-1071 (-373)) (-1071 (-373)) (-630 (-257))) 73) (((-1240) |#1| (-1071 (-373)) (-1071 (-373))) 64) (((-1240) |#1| (-1071 (-373)) (-1071 (-373)) (-630 (-257))) 63) (((-1240) (-861 |#1|) (-1071 (-373))) 56) (((-1240) (-861 |#1|) (-1071 (-373)) (-630 (-257))) 55) (((-1239) (-859 |#1|) (-1071 (-373))) 43) (((-1239) (-859 |#1|) (-1071 (-373)) (-630 (-257))) 42) (((-1239) |#1| (-1071 (-373))) 35) (((-1239) |#1| (-1071 (-373)) (-630 (-257))) 34)))
+(((-253 |#1|) (-10 -7 (-15 -4095 ((-1239) |#1| (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1239) |#1| (-1071 (-373)))) (-15 -4095 ((-1239) (-859 |#1|) (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1239) (-859 |#1|) (-1071 (-373)))) (-15 -4095 ((-1240) (-861 |#1|) (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-861 |#1|) (-1071 (-373)))) (-15 -4137 ((-1112 (-220)) (-861 |#1|) (-1071 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-861 |#1|) (-1071 (-373)))) (-15 -4095 ((-1240) |#1| (-1071 (-373)) (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) |#1| (-1071 (-373)) (-1071 (-373)))) (-15 -4137 ((-1112 (-220)) |#1| (-1071 (-373)) (-1071 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) |#1| (-1071 (-373)) (-1071 (-373)))) (-15 -4095 ((-1240) (-864 |#1|) (-1071 (-373)) (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-864 |#1|) (-1071 (-373)) (-1071 (-373)))) (-15 -4137 ((-1112 (-220)) (-864 |#1|) (-1071 (-373)) (-1071 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-864 |#1|) (-1071 (-373)) (-1071 (-373))))) (-13 (-601 (-529)) (-1079))) (T -253))
+((-4137 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-864 *5)) (-5 *4 (-1071 (-373))) (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1112 (-220))) (-5 *1 (-253 *5)))) (-4137 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-864 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1112 (-220))) (-5 *1 (-253 *6)))) (-4095 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-864 *5)) (-5 *4 (-1071 (-373))) (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1240)) (-5 *1 (-253 *5)))) (-4095 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-864 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1240)) (-5 *1 (-253 *6)))) (-4137 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1071 (-373))) (-5 *2 (-1112 (-220))) (-5 *1 (-253 *3)) (-4 *3 (-13 (-601 (-529)) (-1079))))) (-4137 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-253 *3)) (-4 *3 (-13 (-601 (-529)) (-1079))))) (-4095 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1071 (-373))) (-5 *2 (-1240)) (-5 *1 (-253 *3)) (-4 *3 (-13 (-601 (-529)) (-1079))))) (-4095 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-253 *3)) (-4 *3 (-13 (-601 (-529)) (-1079))))) (-4137 (*1 *2 *3 *4) (-12 (-5 *3 (-861 *5)) (-5 *4 (-1071 (-373))) (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1112 (-220))) (-5 *1 (-253 *5)))) (-4137 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-861 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1112 (-220))) (-5 *1 (-253 *6)))) (-4095 (*1 *2 *3 *4) (-12 (-5 *3 (-861 *5)) (-5 *4 (-1071 (-373))) (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1240)) (-5 *1 (-253 *5)))) (-4095 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-861 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1240)) (-5 *1 (-253 *6)))) (-4095 (*1 *2 *3 *4) (-12 (-5 *3 (-859 *5)) (-5 *4 (-1071 (-373))) (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1239)) (-5 *1 (-253 *5)))) (-4095 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-859 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1239)) (-5 *1 (-253 *6)))) (-4095 (*1 *2 *3 *4) (-12 (-5 *4 (-1071 (-373))) (-5 *2 (-1239)) (-5 *1 (-253 *3)) (-4 *3 (-13 (-601 (-529)) (-1079))))) (-4095 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1239)) (-5 *1 (-253 *3)) (-4 *3 (-13 (-601 (-529)) (-1079))))))
+(-10 -7 (-15 -4095 ((-1239) |#1| (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1239) |#1| (-1071 (-373)))) (-15 -4095 ((-1239) (-859 |#1|) (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1239) (-859 |#1|) (-1071 (-373)))) (-15 -4095 ((-1240) (-861 |#1|) (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-861 |#1|) (-1071 (-373)))) (-15 -4137 ((-1112 (-220)) (-861 |#1|) (-1071 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-861 |#1|) (-1071 (-373)))) (-15 -4095 ((-1240) |#1| (-1071 (-373)) (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) |#1| (-1071 (-373)) (-1071 (-373)))) (-15 -4137 ((-1112 (-220)) |#1| (-1071 (-373)) (-1071 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) |#1| (-1071 (-373)) (-1071 (-373)))) (-15 -4095 ((-1240) (-864 |#1|) (-1071 (-373)) (-1071 (-373)) (-630 (-257)))) (-15 -4095 ((-1240) (-864 |#1|) (-1071 (-373)) (-1071 (-373)))) (-15 -4137 ((-1112 (-220)) (-864 |#1|) (-1071 (-373)) (-1071 (-373)) (-630 (-257)))) (-15 -4137 ((-1112 (-220)) (-864 |#1|) (-1071 (-373)) (-1071 (-373)))))
+((-4095 (((-1240) (-630 (-220)) (-630 (-220)) (-630 (-220)) (-630 (-257))) 23) (((-1240) (-630 (-220)) (-630 (-220)) (-630 (-220))) 24) (((-1239) (-630 (-925 (-220))) (-630 (-257))) 16) (((-1239) (-630 (-925 (-220)))) 17) (((-1239) (-630 (-220)) (-630 (-220)) (-630 (-257))) 20) (((-1239) (-630 (-220)) (-630 (-220))) 21)))
+(((-254) (-10 -7 (-15 -4095 ((-1239) (-630 (-220)) (-630 (-220)))) (-15 -4095 ((-1239) (-630 (-220)) (-630 (-220)) (-630 (-257)))) (-15 -4095 ((-1239) (-630 (-925 (-220))))) (-15 -4095 ((-1239) (-630 (-925 (-220))) (-630 (-257)))) (-15 -4095 ((-1240) (-630 (-220)) (-630 (-220)) (-630 (-220)))) (-15 -4095 ((-1240) (-630 (-220)) (-630 (-220)) (-630 (-220)) (-630 (-257)))))) (T -254))
+((-4095 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-630 (-220))) (-5 *4 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-254)))) (-4095 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-630 (-220))) (-5 *2 (-1240)) (-5 *1 (-254)))) (-4095 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-925 (-220)))) (-5 *4 (-630 (-257))) (-5 *2 (-1239)) (-5 *1 (-254)))) (-4095 (*1 *2 *3) (-12 (-5 *3 (-630 (-925 (-220)))) (-5 *2 (-1239)) (-5 *1 (-254)))) (-4095 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-630 (-220))) (-5 *4 (-630 (-257))) (-5 *2 (-1239)) (-5 *1 (-254)))) (-4095 (*1 *2 *3 *3) (-12 (-5 *3 (-630 (-220))) (-5 *2 (-1239)) (-5 *1 (-254)))))
+(-10 -7 (-15 -4095 ((-1239) (-630 (-220)) (-630 (-220)))) (-15 -4095 ((-1239) (-630 (-220)) (-630 (-220)) (-630 (-257)))) (-15 -4095 ((-1239) (-630 (-925 (-220))))) (-15 -4095 ((-1239) (-630 (-925 (-220))) (-630 (-257)))) (-15 -4095 ((-1240) (-630 (-220)) (-630 (-220)) (-630 (-220)))) (-15 -4095 ((-1240) (-630 (-220)) (-630 (-220)) (-630 (-220)) (-630 (-257)))))
+((-2712 (((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) (-630 (-257)) (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) 26)) (-4342 (((-903) (-630 (-257)) (-903)) 53)) (-3379 (((-903) (-630 (-257)) (-903)) 52)) (-2097 (((-630 (-373)) (-630 (-257)) (-630 (-373))) 69)) (-1664 (((-373) (-630 (-257)) (-373)) 58)) (-2452 (((-903) (-630 (-257)) (-903)) 54)) (-4179 (((-111) (-630 (-257)) (-111)) 28)) (-4019 (((-1137) (-630 (-257)) (-1137)) 20)) (-3489 (((-1137) (-630 (-257)) (-1137)) 27)) (-2283 (((-1112 (-220)) (-630 (-257))) 47)) (-1325 (((-630 (-1073 (-373))) (-630 (-257)) (-630 (-1073 (-373)))) 41)) (-1843 (((-856) (-630 (-257)) (-856)) 33)) (-1551 (((-856) (-630 (-257)) (-856)) 34)) (-1559 (((-1 (-925 (-220)) (-925 (-220))) (-630 (-257)) (-1 (-925 (-220)) (-925 (-220)))) 64)) (-4181 (((-111) (-630 (-257)) (-111)) 16)) (-1878 (((-111) (-630 (-257)) (-111)) 15)))
+(((-255) (-10 -7 (-15 -1878 ((-111) (-630 (-257)) (-111))) (-15 -4181 ((-111) (-630 (-257)) (-111))) (-15 -2712 ((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) (-630 (-257)) (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -4019 ((-1137) (-630 (-257)) (-1137))) (-15 -3489 ((-1137) (-630 (-257)) (-1137))) (-15 -4179 ((-111) (-630 (-257)) (-111))) (-15 -1843 ((-856) (-630 (-257)) (-856))) (-15 -1551 ((-856) (-630 (-257)) (-856))) (-15 -1325 ((-630 (-1073 (-373))) (-630 (-257)) (-630 (-1073 (-373))))) (-15 -3379 ((-903) (-630 (-257)) (-903))) (-15 -4342 ((-903) (-630 (-257)) (-903))) (-15 -2283 ((-1112 (-220)) (-630 (-257)))) (-15 -2452 ((-903) (-630 (-257)) (-903))) (-15 -1664 ((-373) (-630 (-257)) (-373))) (-15 -1559 ((-1 (-925 (-220)) (-925 (-220))) (-630 (-257)) (-1 (-925 (-220)) (-925 (-220))))) (-15 -2097 ((-630 (-373)) (-630 (-257)) (-630 (-373)))))) (T -255))
+((-2097 (*1 *2 *3 *2) (-12 (-5 *2 (-630 (-373))) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-1559 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-925 (-220)) (-925 (-220)))) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-1664 (*1 *2 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-2452 (*1 *2 *3 *2) (-12 (-5 *2 (-903)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-2283 (*1 *2 *3) (-12 (-5 *3 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-255)))) (-4342 (*1 *2 *3 *2) (-12 (-5 *2 (-903)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-3379 (*1 *2 *3 *2) (-12 (-5 *2 (-903)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-1325 (*1 *2 *3 *2) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-1551 (*1 *2 *3 *2) (-12 (-5 *2 (-856)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-1843 (*1 *2 *3 *2) (-12 (-5 *2 (-856)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-4179 (*1 *2 *3 *2) (-12 (-5 *2 (-111)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-3489 (*1 *2 *3 *2) (-12 (-5 *2 (-1137)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-4019 (*1 *2 *3 *2) (-12 (-5 *2 (-1137)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-2712 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-4181 (*1 *2 *3 *2) (-12 (-5 *2 (-111)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))) (-1878 (*1 *2 *3 *2) (-12 (-5 *2 (-111)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))))
+(-10 -7 (-15 -1878 ((-111) (-630 (-257)) (-111))) (-15 -4181 ((-111) (-630 (-257)) (-111))) (-15 -2712 ((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) (-630 (-257)) (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -4019 ((-1137) (-630 (-257)) (-1137))) (-15 -3489 ((-1137) (-630 (-257)) (-1137))) (-15 -4179 ((-111) (-630 (-257)) (-111))) (-15 -1843 ((-856) (-630 (-257)) (-856))) (-15 -1551 ((-856) (-630 (-257)) (-856))) (-15 -1325 ((-630 (-1073 (-373))) (-630 (-257)) (-630 (-1073 (-373))))) (-15 -3379 ((-903) (-630 (-257)) (-903))) (-15 -4342 ((-903) (-630 (-257)) (-903))) (-15 -2283 ((-1112 (-220)) (-630 (-257)))) (-15 -2452 ((-903) (-630 (-257)) (-903))) (-15 -1664 ((-373) (-630 (-257)) (-373))) (-15 -1559 ((-1 (-925 (-220)) (-925 (-220))) (-630 (-257)) (-1 (-925 (-220)) (-925 (-220))))) (-15 -2097 ((-630 (-373)) (-630 (-257)) (-630 (-373)))))
+((-2202 (((-3 |#1| "failed") (-630 (-257)) (-1155)) 17)))
+(((-256 |#1|) (-10 -7 (-15 -2202 ((-3 |#1| "failed") (-630 (-257)) (-1155)))) (-1192)) (T -256))
+((-2202 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-630 (-257))) (-5 *4 (-1155)) (-5 *1 (-256 *2)) (-4 *2 (-1192)))))
+(-10 -7 (-15 -2202 ((-3 |#1| "failed") (-630 (-257)) (-1155))))
+((-3200 (((-111) $ $) NIL)) (-2712 (($ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) 15)) (-4342 (($ (-903)) 76)) (-3379 (($ (-903)) 75)) (-3795 (($ (-630 (-373))) 82)) (-1664 (($ (-373)) 58)) (-2452 (($ (-903)) 77)) (-4179 (($ (-111)) 23)) (-4019 (($ (-1137)) 18)) (-3489 (($ (-1137)) 19)) (-2283 (($ (-1112 (-220))) 71)) (-1325 (($ (-630 (-1073 (-373)))) 67)) (-2515 (($ (-630 (-1073 (-373)))) 59) (($ (-630 (-1073 (-401 (-553))))) 66)) (-2284 (($ (-373)) 29) (($ (-856)) 33)) (-3320 (((-111) (-630 $) (-1155)) 91)) (-2202 (((-3 (-52) "failed") (-630 $) (-1155)) 93)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2030 (($ (-373)) 34) (($ (-856)) 35)) (-3693 (($ (-1 (-925 (-220)) (-925 (-220)))) 57)) (-1559 (($ (-1 (-925 (-220)) (-925 (-220)))) 78)) (-2088 (($ (-1 (-220) (-220))) 39) (($ (-1 (-220) (-220) (-220))) 43) (($ (-1 (-220) (-220) (-220) (-220))) 47)) (-3212 (((-845) $) 87)) (-3714 (($ (-111)) 24) (($ (-630 (-1073 (-373)))) 52)) (-1878 (($ (-111)) 25)) (-1614 (((-111) $ $) 89)))
+(((-257) (-13 (-1079) (-10 -8 (-15 -1878 ($ (-111))) (-15 -3714 ($ (-111))) (-15 -2712 ($ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -4019 ($ (-1137))) (-15 -3489 ($ (-1137))) (-15 -4179 ($ (-111))) (-15 -3714 ($ (-630 (-1073 (-373))))) (-15 -3693 ($ (-1 (-925 (-220)) (-925 (-220))))) (-15 -2284 ($ (-373))) (-15 -2284 ($ (-856))) (-15 -2030 ($ (-373))) (-15 -2030 ($ (-856))) (-15 -2088 ($ (-1 (-220) (-220)))) (-15 -2088 ($ (-1 (-220) (-220) (-220)))) (-15 -2088 ($ (-1 (-220) (-220) (-220) (-220)))) (-15 -1664 ($ (-373))) (-15 -2515 ($ (-630 (-1073 (-373))))) (-15 -2515 ($ (-630 (-1073 (-401 (-553)))))) (-15 -1325 ($ (-630 (-1073 (-373))))) (-15 -2283 ($ (-1112 (-220)))) (-15 -3379 ($ (-903))) (-15 -4342 ($ (-903))) (-15 -2452 ($ (-903))) (-15 -1559 ($ (-1 (-925 (-220)) (-925 (-220))))) (-15 -3795 ($ (-630 (-373)))) (-15 -2202 ((-3 (-52) "failed") (-630 $) (-1155))) (-15 -3320 ((-111) (-630 $) (-1155)))))) (T -257))
+((-1878 (*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))) (-3714 (*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))) (-2712 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) (-5 *1 (-257)))) (-4019 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-257)))) (-3489 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-257)))) (-4179 (*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))) (-3714 (*1 *1 *2) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-257)))) (-3693 (*1 *1 *2) (-12 (-5 *2 (-1 (-925 (-220)) (-925 (-220)))) (-5 *1 (-257)))) (-2284 (*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))) (-2284 (*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-257)))) (-2030 (*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))) (-2030 (*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-257)))) (-2088 (*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-257)))) (-2088 (*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220) (-220))) (-5 *1 (-257)))) (-2088 (*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220) (-220) (-220))) (-5 *1 (-257)))) (-1664 (*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))) (-2515 (*1 *1 *2) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-257)))) (-2515 (*1 *1 *2) (-12 (-5 *2 (-630 (-1073 (-401 (-553))))) (-5 *1 (-257)))) (-1325 (*1 *1 *2) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-257)))) (-2283 (*1 *1 *2) (-12 (-5 *2 (-1112 (-220))) (-5 *1 (-257)))) (-3379 (*1 *1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-257)))) (-4342 (*1 *1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-257)))) (-2452 (*1 *1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-257)))) (-1559 (*1 *1 *2) (-12 (-5 *2 (-1 (-925 (-220)) (-925 (-220)))) (-5 *1 (-257)))) (-3795 (*1 *1 *2) (-12 (-5 *2 (-630 (-373))) (-5 *1 (-257)))) (-2202 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-630 (-257))) (-5 *4 (-1155)) (-5 *2 (-52)) (-5 *1 (-257)))) (-3320 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-257))) (-5 *4 (-1155)) (-5 *2 (-111)) (-5 *1 (-257)))))
+(-13 (-1079) (-10 -8 (-15 -1878 ($ (-111))) (-15 -3714 ($ (-111))) (-15 -2712 ($ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -4019 ($ (-1137))) (-15 -3489 ($ (-1137))) (-15 -4179 ($ (-111))) (-15 -3714 ($ (-630 (-1073 (-373))))) (-15 -3693 ($ (-1 (-925 (-220)) (-925 (-220))))) (-15 -2284 ($ (-373))) (-15 -2284 ($ (-856))) (-15 -2030 ($ (-373))) (-15 -2030 ($ (-856))) (-15 -2088 ($ (-1 (-220) (-220)))) (-15 -2088 ($ (-1 (-220) (-220) (-220)))) (-15 -2088 ($ (-1 (-220) (-220) (-220) (-220)))) (-15 -1664 ($ (-373))) (-15 -2515 ($ (-630 (-1073 (-373))))) (-15 -2515 ($ (-630 (-1073 (-401 (-553)))))) (-15 -1325 ($ (-630 (-1073 (-373))))) (-15 -2283 ($ (-1112 (-220)))) (-15 -3379 ($ (-903))) (-15 -4342 ($ (-903))) (-15 -2452 ($ (-903))) (-15 -1559 ($ (-1 (-925 (-220)) (-925 (-220))))) (-15 -3795 ($ (-630 (-373)))) (-15 -2202 ((-3 (-52) "failed") (-630 $) (-1155))) (-15 -3320 ((-111) (-630 $) (-1155)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3407 (((-630 (-757)) $) NIL) (((-630 (-757)) $ |#2|) NIL)) (-3452 (((-757) $) NIL) (((-757) $ |#2|) NIL)) (-3611 (((-630 |#3|) $) NIL)) (-3447 (((-1151 $) $ |#3|) NIL) (((-1151 |#1|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 |#3|)) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3837 (($ $) NIL (|has| |#1| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2045 (($ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1104 |#1| |#2|) "failed") $) 21)) (-2831 ((|#1| $) NIL) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1104 |#1| |#2|) $) NIL)) (-2697 (($ $ $ |#3|) NIL (|has| |#1| (-169)))) (-3765 (($ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#1| (-445))) (($ $ |#3|) NIL (|has| |#1| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#1| (-891)))) (-1369 (($ $ |#1| (-524 |#3|) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| |#1| (-868 (-373))) (|has| |#3| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| |#1| (-868 (-553))) (|has| |#3| (-868 (-553)))))) (-2592 (((-757) $ |#2|) NIL) (((-757) $) 10)) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3601 (($ (-1151 |#1|) |#3|) NIL) (($ (-1151 $) |#3|) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-524 |#3|)) NIL) (($ $ |#3| (-757)) NIL) (($ $ (-630 |#3|) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ |#3|) NIL)) (-3264 (((-524 |#3|) $) NIL) (((-757) $ |#3|) NIL) (((-630 (-757)) $ (-630 |#3|)) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2364 (($ (-1 (-524 |#3|) (-524 |#3|)) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-1447 (((-1 $ (-757)) |#2|) NIL) (((-1 $ (-757)) $) NIL (|has| |#1| (-228)))) (-2903 (((-3 |#3| "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2506 ((|#3| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4056 (((-1137) $) NIL)) (-3295 (((-111) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| |#3|) (|:| -3503 (-757))) "failed") $) NIL)) (-3019 (($ $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-891)))) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-630 |#3|) (-630 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-630 |#3|) (-630 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-228))) (($ $ (-630 |#2|) (-630 $)) NIL (|has| |#1| (-228))) (($ $ |#2| |#1|) NIL (|has| |#1| (-228))) (($ $ (-630 |#2|) (-630 |#1|)) NIL (|has| |#1| (-228)))) (-3488 (($ $ |#3|) NIL (|has| |#1| (-169)))) (-3095 (($ $ |#3|) NIL) (($ $ (-630 |#3|)) NIL) (($ $ |#3| (-757)) NIL) (($ $ (-630 |#3|) (-630 (-757))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-4016 (((-630 |#2|) $) NIL)) (-2672 (((-524 |#3|) $) NIL) (((-757) $ |#3|) NIL) (((-630 (-757)) $ (-630 |#3|)) NIL) (((-757) $ |#2|) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| |#1| (-601 (-874 (-373)))) (|has| |#3| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| |#1| (-601 (-874 (-553)))) (|has| |#3| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| |#1| (-601 (-529))) (|has| |#3| (-601 (-529)))))) (-3998 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ |#3|) NIL (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) 24) (($ |#3|) 23) (($ |#2|) NIL) (($ (-1104 |#1| |#2|)) 30) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-524 |#3|)) NIL) (($ $ |#3| (-757)) NIL) (($ $ (-630 |#3|) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#1| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ |#3|) NIL) (($ $ (-630 |#3|)) NIL) (($ $ |#3| (-757)) NIL) (($ $ (-630 |#3|) (-630 (-757))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-258 |#1| |#2| |#3|) (-13 (-247 |#1| |#2| |#3| (-524 |#3|)) (-1020 (-1104 |#1| |#2|))) (-1031) (-833) (-260 |#2|)) (T -258))
+NIL
+(-13 (-247 |#1| |#2| |#3| (-524 |#3|)) (-1020 (-1104 |#1| |#2|)))
+((-3452 (((-757) $) 30)) (-1394 (((-3 |#2| "failed") $) 17)) (-2831 ((|#2| $) 27)) (-3095 (($ $) 12) (($ $ (-757)) 15)) (-3212 (((-845) $) 26) (($ |#2|) 10)) (-1614 (((-111) $ $) 20)) (-1633 (((-111) $ $) 29)))
+(((-259 |#1| |#2|) (-10 -8 (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1|)) (-15 -3452 ((-757) |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1633 ((-111) |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|))) (-260 |#2|) (-833)) (T -259))
+NIL
+(-10 -8 (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1|)) (-15 -3452 ((-757) |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1633 ((-111) |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-3452 (((-757) $) 22)) (-1489 ((|#1| $) 23)) (-1394 (((-3 |#1| "failed") $) 27)) (-2831 ((|#1| $) 28)) (-2592 (((-757) $) 24)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-1447 (($ |#1| (-757)) 25)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3095 (($ $) 21) (($ $ (-757)) 20)) (-3212 (((-845) $) 11) (($ |#1|) 26)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)))
+(((-260 |#1|) (-137) (-833)) (T -260))
+((-3212 (*1 *1 *2) (-12 (-4 *1 (-260 *2)) (-4 *2 (-833)))) (-1447 (*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-260 *2)) (-4 *2 (-833)))) (-2592 (*1 *2 *1) (-12 (-4 *1 (-260 *3)) (-4 *3 (-833)) (-5 *2 (-757)))) (-1489 (*1 *2 *1) (-12 (-4 *1 (-260 *2)) (-4 *2 (-833)))) (-3452 (*1 *2 *1) (-12 (-4 *1 (-260 *3)) (-4 *3 (-833)) (-5 *2 (-757)))) (-3095 (*1 *1 *1) (-12 (-4 *1 (-260 *2)) (-4 *2 (-833)))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-260 *3)) (-4 *3 (-833)))))
+(-13 (-833) (-1020 |t#1|) (-10 -8 (-15 -1447 ($ |t#1| (-757))) (-15 -2592 ((-757) $)) (-15 -1489 (|t#1| $)) (-15 -3452 ((-757) $)) (-15 -3095 ($ $)) (-15 -3095 ($ $ (-757))) (-15 -3212 ($ |t#1|))))
+(((-101) . T) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-833) . T) ((-1020 |#1|) . T) ((-1079) . T))
+((-3611 (((-630 (-1155)) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) 41)) (-2813 (((-630 (-1155)) (-310 (-220)) (-757)) 80)) (-3043 (((-3 (-310 (-220)) "failed") (-310 (-220))) 51)) (-2547 (((-310 (-220)) (-310 (-220))) 67)) (-2821 (((-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220))))) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 26)) (-2366 (((-111) (-630 (-310 (-220)))) 84)) (-2362 (((-111) (-310 (-220))) 24)) (-3388 (((-630 (-1137)) (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))))) 106)) (-2668 (((-630 (-310 (-220))) (-630 (-310 (-220)))) 88)) (-3132 (((-630 (-310 (-220))) (-630 (-310 (-220)))) 86)) (-4316 (((-674 (-220)) (-630 (-310 (-220))) (-757)) 95)) (-3642 (((-111) (-310 (-220))) 20) (((-111) (-630 (-310 (-220)))) 85)) (-1273 (((-630 (-220)) (-630 (-826 (-220))) (-220)) 14)) (-1283 (((-373) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) 101)) (-3991 (((-1017) (-1155) (-1017)) 34)))
+(((-261) (-10 -7 (-15 -1273 ((-630 (-220)) (-630 (-826 (-220))) (-220))) (-15 -2821 ((-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220))))) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220))))))) (-15 -3043 ((-3 (-310 (-220)) "failed") (-310 (-220)))) (-15 -2547 ((-310 (-220)) (-310 (-220)))) (-15 -2366 ((-111) (-630 (-310 (-220))))) (-15 -3642 ((-111) (-630 (-310 (-220))))) (-15 -3642 ((-111) (-310 (-220)))) (-15 -4316 ((-674 (-220)) (-630 (-310 (-220))) (-757))) (-15 -3132 ((-630 (-310 (-220))) (-630 (-310 (-220))))) (-15 -2668 ((-630 (-310 (-220))) (-630 (-310 (-220))))) (-15 -2362 ((-111) (-310 (-220)))) (-15 -3611 ((-630 (-1155)) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) (-15 -2813 ((-630 (-1155)) (-310 (-220)) (-757))) (-15 -3991 ((-1017) (-1155) (-1017))) (-15 -1283 ((-373) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) (-15 -3388 ((-630 (-1137)) (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))))))) (T -261))
+((-3388 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))))) (-5 *2 (-630 (-1137))) (-5 *1 (-261)))) (-1283 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) (-5 *2 (-373)) (-5 *1 (-261)))) (-3991 (*1 *2 *3 *2) (-12 (-5 *2 (-1017)) (-5 *3 (-1155)) (-5 *1 (-261)))) (-2813 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-757)) (-5 *2 (-630 (-1155))) (-5 *1 (-261)))) (-3611 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) (-5 *2 (-630 (-1155))) (-5 *1 (-261)))) (-2362 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-111)) (-5 *1 (-261)))) (-2668 (*1 *2 *2) (-12 (-5 *2 (-630 (-310 (-220)))) (-5 *1 (-261)))) (-3132 (*1 *2 *2) (-12 (-5 *2 (-630 (-310 (-220)))) (-5 *1 (-261)))) (-4316 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-310 (-220)))) (-5 *4 (-757)) (-5 *2 (-674 (-220))) (-5 *1 (-261)))) (-3642 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-111)) (-5 *1 (-261)))) (-3642 (*1 *2 *3) (-12 (-5 *3 (-630 (-310 (-220)))) (-5 *2 (-111)) (-5 *1 (-261)))) (-2366 (*1 *2 *3) (-12 (-5 *3 (-630 (-310 (-220)))) (-5 *2 (-111)) (-5 *1 (-261)))) (-2547 (*1 *2 *2) (-12 (-5 *2 (-310 (-220))) (-5 *1 (-261)))) (-3043 (*1 *2 *2) (|partial| -12 (-5 *2 (-310 (-220))) (-5 *1 (-261)))) (-2821 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (-5 *1 (-261)))) (-1273 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-826 (-220)))) (-5 *4 (-220)) (-5 *2 (-630 *4)) (-5 *1 (-261)))))
+(-10 -7 (-15 -1273 ((-630 (-220)) (-630 (-826 (-220))) (-220))) (-15 -2821 ((-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220))))) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220))))))) (-15 -3043 ((-3 (-310 (-220)) "failed") (-310 (-220)))) (-15 -2547 ((-310 (-220)) (-310 (-220)))) (-15 -2366 ((-111) (-630 (-310 (-220))))) (-15 -3642 ((-111) (-630 (-310 (-220))))) (-15 -3642 ((-111) (-310 (-220)))) (-15 -4316 ((-674 (-220)) (-630 (-310 (-220))) (-757))) (-15 -3132 ((-630 (-310 (-220))) (-630 (-310 (-220))))) (-15 -2668 ((-630 (-310 (-220))) (-630 (-310 (-220))))) (-15 -2362 ((-111) (-310 (-220)))) (-15 -3611 ((-630 (-1155)) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) (-15 -2813 ((-630 (-1155)) (-310 (-220)) (-757))) (-15 -3991 ((-1017) (-1155) (-1017))) (-15 -1283 ((-373) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) (-15 -3388 ((-630 (-1137)) (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))))))
+((-3200 (((-111) $ $) NIL)) (-3362 (((-1017) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 44)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 26) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-262) (-822)) (T -262))
+NIL
+(-822)
+((-3200 (((-111) $ $) NIL)) (-3362 (((-1017) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) 58) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 54)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 34) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) 36)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-263) (-822)) (T -263))
+NIL
+(-822)
+((-3200 (((-111) $ $) NIL)) (-3362 (((-1017) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) 76) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 73)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 44) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) 55)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-264) (-822)) (T -264))
+NIL
+(-822)
+((-3200 (((-111) $ $) NIL)) (-3362 (((-1017) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 50)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 31) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-265) (-822)) (T -265))
+NIL
+(-822)
+((-3200 (((-111) $ $) NIL)) (-3362 (((-1017) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 50)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 28) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-266) (-822)) (T -266))
+NIL
+(-822)
+((-3200 (((-111) $ $) NIL)) (-3362 (((-1017) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 73)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 28) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-267) (-822)) (T -267))
+NIL
+(-822)
+((-3200 (((-111) $ $) NIL)) (-3362 (((-1017) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 77)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 25) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-268) (-822)) (T -268))
+NIL
+(-822)
+((-3200 (((-111) $ $) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-1992 (((-630 (-553)) $) 19)) (-2672 (((-757) $) 17)) (-3212 (((-845) $) 23) (($ (-630 (-553))) 15)) (-4197 (($ (-757)) 20)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 9)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 11)))
+(((-269) (-13 (-833) (-10 -8 (-15 -3212 ($ (-630 (-553)))) (-15 -2672 ((-757) $)) (-15 -1992 ((-630 (-553)) $)) (-15 -4197 ($ (-757)))))) (T -269))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-269)))) (-2672 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-269)))) (-1992 (*1 *2 *1) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-269)))) (-4197 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-269)))))
+(-13 (-833) (-10 -8 (-15 -3212 ($ (-630 (-553)))) (-15 -2672 ((-757) $)) (-15 -1992 ((-630 (-553)) $)) (-15 -4197 ($ (-757)))))
+((-2479 ((|#2| |#2|) 77)) (-2333 ((|#2| |#2|) 65)) (-4204 (((-3 |#2| "failed") |#2| (-630 (-2 (|:| |func| |#2|) (|:| |pole| (-111))))) 116)) (-2456 ((|#2| |#2|) 75)) (-2306 ((|#2| |#2|) 63)) (-2505 ((|#2| |#2|) 79)) (-2360 ((|#2| |#2|) 67)) (-4041 ((|#2|) 46)) (-4155 (((-113) (-113)) 95)) (-2431 ((|#2| |#2|) 61)) (-2044 (((-111) |#2|) 134)) (-3836 ((|#2| |#2|) 181)) (-2976 ((|#2| |#2|) 157)) (-1686 ((|#2|) 59)) (-3595 ((|#2|) 58)) (-3010 ((|#2| |#2|) 177)) (-1926 ((|#2| |#2|) 153)) (-1733 ((|#2| |#2|) 185)) (-2337 ((|#2| |#2|) 161)) (-1993 ((|#2| |#2|) 149)) (-1976 ((|#2| |#2|) 151)) (-2497 ((|#2| |#2|) 187)) (-2618 ((|#2| |#2|) 163)) (-2896 ((|#2| |#2|) 183)) (-1978 ((|#2| |#2|) 159)) (-3821 ((|#2| |#2|) 179)) (-2125 ((|#2| |#2|) 155)) (-3675 ((|#2| |#2|) 193)) (-3723 ((|#2| |#2|) 169)) (-4219 ((|#2| |#2|) 189)) (-3323 ((|#2| |#2|) 165)) (-3764 ((|#2| |#2|) 197)) (-3519 ((|#2| |#2|) 173)) (-2843 ((|#2| |#2|) 199)) (-2270 ((|#2| |#2|) 175)) (-1449 ((|#2| |#2|) 195)) (-3111 ((|#2| |#2|) 171)) (-2513 ((|#2| |#2|) 191)) (-2755 ((|#2| |#2|) 167)) (-2854 ((|#2| |#2|) 62)) (-2517 ((|#2| |#2|) 80)) (-2371 ((|#2| |#2|) 68)) (-2492 ((|#2| |#2|) 78)) (-2347 ((|#2| |#2|) 66)) (-2468 ((|#2| |#2|) 76)) (-2319 ((|#2| |#2|) 64)) (-4083 (((-111) (-113)) 93)) (-3842 ((|#2| |#2|) 83)) (-2410 ((|#2| |#2|) 71)) (-2529 ((|#2| |#2|) 81)) (-2383 ((|#2| |#2|) 69)) (-3862 ((|#2| |#2|) 85)) (-2434 ((|#2| |#2|) 73)) (-3013 ((|#2| |#2|) 86)) (-2445 ((|#2| |#2|) 74)) (-3852 ((|#2| |#2|) 84)) (-2421 ((|#2| |#2|) 72)) (-2542 ((|#2| |#2|) 82)) (-2396 ((|#2| |#2|) 70)))
+(((-270 |#1| |#2|) (-10 -7 (-15 -2854 (|#2| |#2|)) (-15 -2431 (|#2| |#2|)) (-15 -2306 (|#2| |#2|)) (-15 -2319 (|#2| |#2|)) (-15 -2333 (|#2| |#2|)) (-15 -2347 (|#2| |#2|)) (-15 -2360 (|#2| |#2|)) (-15 -2371 (|#2| |#2|)) (-15 -2383 (|#2| |#2|)) (-15 -2396 (|#2| |#2|)) (-15 -2410 (|#2| |#2|)) (-15 -2421 (|#2| |#2|)) (-15 -2434 (|#2| |#2|)) (-15 -2445 (|#2| |#2|)) (-15 -2456 (|#2| |#2|)) (-15 -2468 (|#2| |#2|)) (-15 -2479 (|#2| |#2|)) (-15 -2492 (|#2| |#2|)) (-15 -2505 (|#2| |#2|)) (-15 -2517 (|#2| |#2|)) (-15 -2529 (|#2| |#2|)) (-15 -2542 (|#2| |#2|)) (-15 -3842 (|#2| |#2|)) (-15 -3852 (|#2| |#2|)) (-15 -3862 (|#2| |#2|)) (-15 -3013 (|#2| |#2|)) (-15 -4041 (|#2|)) (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -3595 (|#2|)) (-15 -1686 (|#2|)) (-15 -1976 (|#2| |#2|)) (-15 -1993 (|#2| |#2|)) (-15 -1926 (|#2| |#2|)) (-15 -2125 (|#2| |#2|)) (-15 -2976 (|#2| |#2|)) (-15 -1978 (|#2| |#2|)) (-15 -2337 (|#2| |#2|)) (-15 -2618 (|#2| |#2|)) (-15 -3323 (|#2| |#2|)) (-15 -2755 (|#2| |#2|)) (-15 -3723 (|#2| |#2|)) (-15 -3111 (|#2| |#2|)) (-15 -3519 (|#2| |#2|)) (-15 -2270 (|#2| |#2|)) (-15 -3010 (|#2| |#2|)) (-15 -3821 (|#2| |#2|)) (-15 -3836 (|#2| |#2|)) (-15 -2896 (|#2| |#2|)) (-15 -1733 (|#2| |#2|)) (-15 -2497 (|#2| |#2|)) (-15 -4219 (|#2| |#2|)) (-15 -2513 (|#2| |#2|)) (-15 -3675 (|#2| |#2|)) (-15 -1449 (|#2| |#2|)) (-15 -3764 (|#2| |#2|)) (-15 -2843 (|#2| |#2|)) (-15 -4204 ((-3 |#2| "failed") |#2| (-630 (-2 (|:| |func| |#2|) (|:| |pole| (-111)))))) (-15 -2044 ((-111) |#2|))) (-13 (-833) (-545)) (-13 (-424 |#1|) (-984))) (T -270))
+((-2044 (*1 *2 *3) (-12 (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111)) (-5 *1 (-270 *4 *3)) (-4 *3 (-13 (-424 *4) (-984))))) (-4204 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-630 (-2 (|:| |func| *2) (|:| |pole| (-111))))) (-4 *2 (-13 (-424 *4) (-984))) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-270 *4 *2)))) (-2843 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3764 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-1449 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3675 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2513 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-4219 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2497 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-1733 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2896 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3836 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3821 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3010 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2270 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3519 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3111 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3723 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2755 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3323 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2618 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2337 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-1978 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2976 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2125 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-1926 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-1993 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-1976 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-1686 (*1 *2) (-12 (-4 *2 (-13 (-424 *3) (-984))) (-5 *1 (-270 *3 *2)) (-4 *3 (-13 (-833) (-545))))) (-3595 (*1 *2) (-12 (-4 *2 (-13 (-424 *3) (-984))) (-5 *1 (-270 *3 *2)) (-4 *3 (-13 (-833) (-545))))) (-4155 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *4)) (-4 *4 (-13 (-424 *3) (-984))))) (-4083 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111)) (-5 *1 (-270 *4 *5)) (-4 *5 (-13 (-424 *4) (-984))))) (-4041 (*1 *2) (-12 (-4 *2 (-13 (-424 *3) (-984))) (-5 *1 (-270 *3 *2)) (-4 *3 (-13 (-833) (-545))))) (-3013 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3862 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3852 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-3842 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2542 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2529 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2517 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2505 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2492 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2479 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2468 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2456 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2445 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2434 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2421 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2410 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2396 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2383 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2371 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2360 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2347 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2333 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2319 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2306 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2431 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))) (-2854 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2)) (-4 *2 (-13 (-424 *3) (-984))))))
+(-10 -7 (-15 -2854 (|#2| |#2|)) (-15 -2431 (|#2| |#2|)) (-15 -2306 (|#2| |#2|)) (-15 -2319 (|#2| |#2|)) (-15 -2333 (|#2| |#2|)) (-15 -2347 (|#2| |#2|)) (-15 -2360 (|#2| |#2|)) (-15 -2371 (|#2| |#2|)) (-15 -2383 (|#2| |#2|)) (-15 -2396 (|#2| |#2|)) (-15 -2410 (|#2| |#2|)) (-15 -2421 (|#2| |#2|)) (-15 -2434 (|#2| |#2|)) (-15 -2445 (|#2| |#2|)) (-15 -2456 (|#2| |#2|)) (-15 -2468 (|#2| |#2|)) (-15 -2479 (|#2| |#2|)) (-15 -2492 (|#2| |#2|)) (-15 -2505 (|#2| |#2|)) (-15 -2517 (|#2| |#2|)) (-15 -2529 (|#2| |#2|)) (-15 -2542 (|#2| |#2|)) (-15 -3842 (|#2| |#2|)) (-15 -3852 (|#2| |#2|)) (-15 -3862 (|#2| |#2|)) (-15 -3013 (|#2| |#2|)) (-15 -4041 (|#2|)) (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -3595 (|#2|)) (-15 -1686 (|#2|)) (-15 -1976 (|#2| |#2|)) (-15 -1993 (|#2| |#2|)) (-15 -1926 (|#2| |#2|)) (-15 -2125 (|#2| |#2|)) (-15 -2976 (|#2| |#2|)) (-15 -1978 (|#2| |#2|)) (-15 -2337 (|#2| |#2|)) (-15 -2618 (|#2| |#2|)) (-15 -3323 (|#2| |#2|)) (-15 -2755 (|#2| |#2|)) (-15 -3723 (|#2| |#2|)) (-15 -3111 (|#2| |#2|)) (-15 -3519 (|#2| |#2|)) (-15 -2270 (|#2| |#2|)) (-15 -3010 (|#2| |#2|)) (-15 -3821 (|#2| |#2|)) (-15 -3836 (|#2| |#2|)) (-15 -2896 (|#2| |#2|)) (-15 -1733 (|#2| |#2|)) (-15 -2497 (|#2| |#2|)) (-15 -4219 (|#2| |#2|)) (-15 -2513 (|#2| |#2|)) (-15 -3675 (|#2| |#2|)) (-15 -1449 (|#2| |#2|)) (-15 -3764 (|#2| |#2|)) (-15 -2843 (|#2| |#2|)) (-15 -4204 ((-3 |#2| "failed") |#2| (-630 (-2 (|:| |func| |#2|) (|:| |pole| (-111)))))) (-15 -2044 ((-111) |#2|)))
+((-3654 (((-3 |#2| "failed") (-630 (-599 |#2|)) |#2| (-1155)) 135)) (-2156 ((|#2| (-401 (-553)) |#2|) 51)) (-2691 ((|#2| |#2| (-599 |#2|)) 128)) (-3208 (((-2 (|:| |func| |#2|) (|:| |kers| (-630 (-599 |#2|))) (|:| |vals| (-630 |#2|))) |#2| (-1155)) 127)) (-2911 ((|#2| |#2| (-1155)) 20) ((|#2| |#2|) 23)) (-1812 ((|#2| |#2| (-1155)) 141) ((|#2| |#2|) 139)))
+(((-271 |#1| |#2|) (-10 -7 (-15 -1812 (|#2| |#2|)) (-15 -1812 (|#2| |#2| (-1155))) (-15 -3208 ((-2 (|:| |func| |#2|) (|:| |kers| (-630 (-599 |#2|))) (|:| |vals| (-630 |#2|))) |#2| (-1155))) (-15 -2911 (|#2| |#2|)) (-15 -2911 (|#2| |#2| (-1155))) (-15 -3654 ((-3 |#2| "failed") (-630 (-599 |#2|)) |#2| (-1155))) (-15 -2691 (|#2| |#2| (-599 |#2|))) (-15 -2156 (|#2| (-401 (-553)) |#2|))) (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))) (-13 (-27) (-1177) (-424 |#1|))) (T -271))
+((-2156 (*1 *2 *3 *2) (-12 (-5 *3 (-401 (-553))) (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))) (-2691 (*1 *2 *2 *3) (-12 (-5 *3 (-599 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))) (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-271 *4 *2)))) (-3654 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-630 (-599 *2))) (-5 *4 (-1155)) (-4 *2 (-13 (-27) (-1177) (-424 *5))) (-4 *5 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-271 *5 *2)))) (-2911 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))) (-2911 (*1 *2 *2) (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-271 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))) (-3208 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-630 (-599 *3))) (|:| |vals| (-630 *3)))) (-5 *1 (-271 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))) (-1812 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))) (-1812 (*1 *2 *2) (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-271 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))))
+(-10 -7 (-15 -1812 (|#2| |#2|)) (-15 -1812 (|#2| |#2| (-1155))) (-15 -3208 ((-2 (|:| |func| |#2|) (|:| |kers| (-630 (-599 |#2|))) (|:| |vals| (-630 |#2|))) |#2| (-1155))) (-15 -2911 (|#2| |#2|)) (-15 -2911 (|#2| |#2| (-1155))) (-15 -3654 ((-3 |#2| "failed") (-630 (-599 |#2|)) |#2| (-1155))) (-15 -2691 (|#2| |#2| (-599 |#2|))) (-15 -2156 (|#2| (-401 (-553)) |#2|)))
+((-2000 (((-3 |#3| "failed") |#3|) 110)) (-2479 ((|#3| |#3|) 131)) (-1597 (((-3 |#3| "failed") |#3|) 82)) (-2333 ((|#3| |#3|) 121)) (-1416 (((-3 |#3| "failed") |#3|) 58)) (-2456 ((|#3| |#3|) 129)) (-3891 (((-3 |#3| "failed") |#3|) 46)) (-2306 ((|#3| |#3|) 119)) (-2850 (((-3 |#3| "failed") |#3|) 112)) (-2505 ((|#3| |#3|) 133)) (-2942 (((-3 |#3| "failed") |#3|) 84)) (-2360 ((|#3| |#3|) 123)) (-1922 (((-3 |#3| "failed") |#3| (-757)) 36)) (-1975 (((-3 |#3| "failed") |#3|) 74)) (-2431 ((|#3| |#3|) 118)) (-2760 (((-3 |#3| "failed") |#3|) 44)) (-2854 ((|#3| |#3|) 117)) (-1386 (((-3 |#3| "failed") |#3|) 113)) (-2517 ((|#3| |#3|) 134)) (-3377 (((-3 |#3| "failed") |#3|) 85)) (-2371 ((|#3| |#3|) 124)) (-1466 (((-3 |#3| "failed") |#3|) 111)) (-2492 ((|#3| |#3|) 132)) (-2811 (((-3 |#3| "failed") |#3|) 83)) (-2347 ((|#3| |#3|) 122)) (-3633 (((-3 |#3| "failed") |#3|) 60)) (-2468 ((|#3| |#3|) 130)) (-2577 (((-3 |#3| "failed") |#3|) 48)) (-2319 ((|#3| |#3|) 120)) (-4240 (((-3 |#3| "failed") |#3|) 66)) (-3842 ((|#3| |#3|) 137)) (-2232 (((-3 |#3| "failed") |#3|) 104)) (-2410 ((|#3| |#3|) 142)) (-2174 (((-3 |#3| "failed") |#3|) 62)) (-2529 ((|#3| |#3|) 135)) (-3871 (((-3 |#3| "failed") |#3|) 50)) (-2383 ((|#3| |#3|) 125)) (-2658 (((-3 |#3| "failed") |#3|) 70)) (-3862 ((|#3| |#3|) 139)) (-3189 (((-3 |#3| "failed") |#3|) 54)) (-2434 ((|#3| |#3|) 127)) (-4135 (((-3 |#3| "failed") |#3|) 72)) (-3013 ((|#3| |#3|) 140)) (-2214 (((-3 |#3| "failed") |#3|) 56)) (-2445 ((|#3| |#3|) 128)) (-2052 (((-3 |#3| "failed") |#3|) 68)) (-3852 ((|#3| |#3|) 138)) (-3847 (((-3 |#3| "failed") |#3|) 107)) (-2421 ((|#3| |#3|) 143)) (-3549 (((-3 |#3| "failed") |#3|) 64)) (-2542 ((|#3| |#3|) 136)) (-3468 (((-3 |#3| "failed") |#3|) 52)) (-2396 ((|#3| |#3|) 126)) (** ((|#3| |#3| (-401 (-553))) 40 (|has| |#1| (-357)))))
+(((-272 |#1| |#2| |#3|) (-13 (-965 |#3|) (-10 -7 (IF (|has| |#1| (-357)) (-15 ** (|#3| |#3| (-401 (-553)))) |%noBranch|) (-15 -2854 (|#3| |#3|)) (-15 -2431 (|#3| |#3|)) (-15 -2306 (|#3| |#3|)) (-15 -2319 (|#3| |#3|)) (-15 -2333 (|#3| |#3|)) (-15 -2347 (|#3| |#3|)) (-15 -2360 (|#3| |#3|)) (-15 -2371 (|#3| |#3|)) (-15 -2383 (|#3| |#3|)) (-15 -2396 (|#3| |#3|)) (-15 -2410 (|#3| |#3|)) (-15 -2421 (|#3| |#3|)) (-15 -2434 (|#3| |#3|)) (-15 -2445 (|#3| |#3|)) (-15 -2456 (|#3| |#3|)) (-15 -2468 (|#3| |#3|)) (-15 -2479 (|#3| |#3|)) (-15 -2492 (|#3| |#3|)) (-15 -2505 (|#3| |#3|)) (-15 -2517 (|#3| |#3|)) (-15 -2529 (|#3| |#3|)) (-15 -2542 (|#3| |#3|)) (-15 -3842 (|#3| |#3|)) (-15 -3852 (|#3| |#3|)) (-15 -3862 (|#3| |#3|)) (-15 -3013 (|#3| |#3|)))) (-38 (-401 (-553))) (-1229 |#1|) (-1200 |#1| |#2|)) (T -272))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-401 (-553))) (-4 *4 (-357)) (-4 *4 (-38 *3)) (-4 *5 (-1229 *4)) (-5 *1 (-272 *4 *5 *2)) (-4 *2 (-1200 *4 *5)))) (-2854 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2431 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2306 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2319 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2333 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2347 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2360 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2371 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2383 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2396 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2410 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2421 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2434 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2445 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2456 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2468 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2479 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2492 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2505 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2517 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2529 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-2542 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-3842 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-3852 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-3862 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))) (-3013 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3)) (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4)))))
+(-13 (-965 |#3|) (-10 -7 (IF (|has| |#1| (-357)) (-15 ** (|#3| |#3| (-401 (-553)))) |%noBranch|) (-15 -2854 (|#3| |#3|)) (-15 -2431 (|#3| |#3|)) (-15 -2306 (|#3| |#3|)) (-15 -2319 (|#3| |#3|)) (-15 -2333 (|#3| |#3|)) (-15 -2347 (|#3| |#3|)) (-15 -2360 (|#3| |#3|)) (-15 -2371 (|#3| |#3|)) (-15 -2383 (|#3| |#3|)) (-15 -2396 (|#3| |#3|)) (-15 -2410 (|#3| |#3|)) (-15 -2421 (|#3| |#3|)) (-15 -2434 (|#3| |#3|)) (-15 -2445 (|#3| |#3|)) (-15 -2456 (|#3| |#3|)) (-15 -2468 (|#3| |#3|)) (-15 -2479 (|#3| |#3|)) (-15 -2492 (|#3| |#3|)) (-15 -2505 (|#3| |#3|)) (-15 -2517 (|#3| |#3|)) (-15 -2529 (|#3| |#3|)) (-15 -2542 (|#3| |#3|)) (-15 -3842 (|#3| |#3|)) (-15 -3852 (|#3| |#3|)) (-15 -3862 (|#3| |#3|)) (-15 -3013 (|#3| |#3|))))
+((-2000 (((-3 |#3| "failed") |#3|) 66)) (-2479 ((|#3| |#3|) 129)) (-1597 (((-3 |#3| "failed") |#3|) 50)) (-2333 ((|#3| |#3|) 117)) (-1416 (((-3 |#3| "failed") |#3|) 62)) (-2456 ((|#3| |#3|) 127)) (-3891 (((-3 |#3| "failed") |#3|) 46)) (-2306 ((|#3| |#3|) 115)) (-2850 (((-3 |#3| "failed") |#3|) 70)) (-2505 ((|#3| |#3|) 131)) (-2942 (((-3 |#3| "failed") |#3|) 54)) (-2360 ((|#3| |#3|) 119)) (-1922 (((-3 |#3| "failed") |#3| (-757)) 35)) (-1975 (((-3 |#3| "failed") |#3|) 44)) (-2431 ((|#3| |#3|) 104)) (-2760 (((-3 |#3| "failed") |#3|) 42)) (-2854 ((|#3| |#3|) 114)) (-1386 (((-3 |#3| "failed") |#3|) 72)) (-2517 ((|#3| |#3|) 132)) (-3377 (((-3 |#3| "failed") |#3|) 56)) (-2371 ((|#3| |#3|) 120)) (-1466 (((-3 |#3| "failed") |#3|) 68)) (-2492 ((|#3| |#3|) 130)) (-2811 (((-3 |#3| "failed") |#3|) 52)) (-2347 ((|#3| |#3|) 118)) (-3633 (((-3 |#3| "failed") |#3|) 64)) (-2468 ((|#3| |#3|) 128)) (-2577 (((-3 |#3| "failed") |#3|) 48)) (-2319 ((|#3| |#3|) 116)) (-4240 (((-3 |#3| "failed") |#3|) 74)) (-3842 ((|#3| |#3|) 135)) (-2232 (((-3 |#3| "failed") |#3|) 58)) (-2410 ((|#3| |#3|) 123)) (-2174 (((-3 |#3| "failed") |#3|) 105)) (-2529 ((|#3| |#3|) 133)) (-3871 (((-3 |#3| "failed") |#3|) 94)) (-2383 ((|#3| |#3|) 121)) (-2658 (((-3 |#3| "failed") |#3|) 109)) (-3862 ((|#3| |#3|) 137)) (-3189 (((-3 |#3| "failed") |#3|) 101)) (-2434 ((|#3| |#3|) 125)) (-4135 (((-3 |#3| "failed") |#3|) 110)) (-3013 ((|#3| |#3|) 138)) (-2214 (((-3 |#3| "failed") |#3|) 103)) (-2445 ((|#3| |#3|) 126)) (-2052 (((-3 |#3| "failed") |#3|) 76)) (-3852 ((|#3| |#3|) 136)) (-3847 (((-3 |#3| "failed") |#3|) 60)) (-2421 ((|#3| |#3|) 124)) (-3549 (((-3 |#3| "failed") |#3|) 106)) (-2542 ((|#3| |#3|) 134)) (-3468 (((-3 |#3| "failed") |#3|) 97)) (-2396 ((|#3| |#3|) 122)) (** ((|#3| |#3| (-401 (-553))) 40 (|has| |#1| (-357)))))
+(((-273 |#1| |#2| |#3| |#4|) (-13 (-965 |#3|) (-10 -7 (IF (|has| |#1| (-357)) (-15 ** (|#3| |#3| (-401 (-553)))) |%noBranch|) (-15 -2854 (|#3| |#3|)) (-15 -2431 (|#3| |#3|)) (-15 -2306 (|#3| |#3|)) (-15 -2319 (|#3| |#3|)) (-15 -2333 (|#3| |#3|)) (-15 -2347 (|#3| |#3|)) (-15 -2360 (|#3| |#3|)) (-15 -2371 (|#3| |#3|)) (-15 -2383 (|#3| |#3|)) (-15 -2396 (|#3| |#3|)) (-15 -2410 (|#3| |#3|)) (-15 -2421 (|#3| |#3|)) (-15 -2434 (|#3| |#3|)) (-15 -2445 (|#3| |#3|)) (-15 -2456 (|#3| |#3|)) (-15 -2468 (|#3| |#3|)) (-15 -2479 (|#3| |#3|)) (-15 -2492 (|#3| |#3|)) (-15 -2505 (|#3| |#3|)) (-15 -2517 (|#3| |#3|)) (-15 -2529 (|#3| |#3|)) (-15 -2542 (|#3| |#3|)) (-15 -3842 (|#3| |#3|)) (-15 -3852 (|#3| |#3|)) (-15 -3862 (|#3| |#3|)) (-15 -3013 (|#3| |#3|)))) (-38 (-401 (-553))) (-1198 |#1|) (-1221 |#1| |#2|) (-965 |#2|)) (T -273))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-401 (-553))) (-4 *4 (-357)) (-4 *4 (-38 *3)) (-4 *5 (-1198 *4)) (-5 *1 (-273 *4 *5 *2 *6)) (-4 *2 (-1221 *4 *5)) (-4 *6 (-965 *5)))) (-2854 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2431 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2306 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2319 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2333 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2347 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2360 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2371 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2383 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2396 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2410 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2421 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2434 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2445 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2456 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2468 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2479 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2492 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2505 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2517 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2529 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-2542 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-3842 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-3852 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-3862 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))) (-3013 (*1 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3)) (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4)))))
+(-13 (-965 |#3|) (-10 -7 (IF (|has| |#1| (-357)) (-15 ** (|#3| |#3| (-401 (-553)))) |%noBranch|) (-15 -2854 (|#3| |#3|)) (-15 -2431 (|#3| |#3|)) (-15 -2306 (|#3| |#3|)) (-15 -2319 (|#3| |#3|)) (-15 -2333 (|#3| |#3|)) (-15 -2347 (|#3| |#3|)) (-15 -2360 (|#3| |#3|)) (-15 -2371 (|#3| |#3|)) (-15 -2383 (|#3| |#3|)) (-15 -2396 (|#3| |#3|)) (-15 -2410 (|#3| |#3|)) (-15 -2421 (|#3| |#3|)) (-15 -2434 (|#3| |#3|)) (-15 -2445 (|#3| |#3|)) (-15 -2456 (|#3| |#3|)) (-15 -2468 (|#3| |#3|)) (-15 -2479 (|#3| |#3|)) (-15 -2492 (|#3| |#3|)) (-15 -2505 (|#3| |#3|)) (-15 -2517 (|#3| |#3|)) (-15 -2529 (|#3| |#3|)) (-15 -2542 (|#3| |#3|)) (-15 -3842 (|#3| |#3|)) (-15 -3852 (|#3| |#3|)) (-15 -3862 (|#3| |#3|)) (-15 -3013 (|#3| |#3|))))
+((-2140 (((-111) $) 19)) (-1709 (((-180) $) 7)) (-2424 (((-3 (-1155) "failed") $) 14)) (-2338 (((-3 (-630 $) "failed") $) NIL)) (-2954 (((-3 (-1155) "failed") $) 21)) (-1441 (((-3 (-1083) "failed") $) 17)) (-3344 (((-111) $) 15)) (-3212 (((-845) $) NIL)) (-1279 (((-111) $) 9)))
+(((-274) (-13 (-600 (-845)) (-10 -8 (-15 -1709 ((-180) $)) (-15 -3344 ((-111) $)) (-15 -1441 ((-3 (-1083) "failed") $)) (-15 -2140 ((-111) $)) (-15 -2954 ((-3 (-1155) "failed") $)) (-15 -1279 ((-111) $)) (-15 -2424 ((-3 (-1155) "failed") $)) (-15 -2338 ((-3 (-630 $) "failed") $))))) (T -274))
+((-1709 (*1 *2 *1) (-12 (-5 *2 (-180)) (-5 *1 (-274)))) (-3344 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274)))) (-1441 (*1 *2 *1) (|partial| -12 (-5 *2 (-1083)) (-5 *1 (-274)))) (-2140 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274)))) (-2954 (*1 *2 *1) (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-274)))) (-1279 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274)))) (-2424 (*1 *2 *1) (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-274)))) (-2338 (*1 *2 *1) (|partial| -12 (-5 *2 (-630 (-274))) (-5 *1 (-274)))))
+(-13 (-600 (-845)) (-10 -8 (-15 -1709 ((-180) $)) (-15 -3344 ((-111) $)) (-15 -1441 ((-3 (-1083) "failed") $)) (-15 -2140 ((-111) $)) (-15 -2954 ((-3 (-1155) "failed") $)) (-15 -1279 ((-111) $)) (-15 -2424 ((-3 (-1155) "failed") $)) (-15 -2338 ((-3 (-630 $) "failed") $))))
+((-3953 (($ (-1 (-111) |#2|) $) 24)) (-2738 (($ $) 36)) (-1875 (($ (-1 (-111) |#2|) $) NIL) (($ |#2| $) 34)) (-2653 (($ |#2| $) 32) (($ (-1 (-111) |#2|) $) 18)) (-4250 (($ (-1 (-111) |#2| |#2|) $ $) NIL) (($ $ $) 40)) (-1760 (($ |#2| $ (-553)) 20) (($ $ $ (-553)) 22)) (-2013 (($ $ (-553)) 11) (($ $ (-1205 (-553))) 14)) (-3724 (($ $ |#2|) 30) (($ $ $) NIL)) (-4320 (($ $ |#2|) 29) (($ |#2| $) NIL) (($ $ $) 26) (($ (-630 $)) NIL)))
+(((-275 |#1| |#2|) (-10 -8 (-15 -4250 (|#1| |#1| |#1|)) (-15 -1875 (|#1| |#2| |#1|)) (-15 -4250 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1875 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3724 (|#1| |#1| |#1|)) (-15 -3724 (|#1| |#1| |#2|)) (-15 -1760 (|#1| |#1| |#1| (-553))) (-15 -1760 (|#1| |#2| |#1| (-553))) (-15 -2013 (|#1| |#1| (-1205 (-553)))) (-15 -2013 (|#1| |#1| (-553))) (-15 -4320 (|#1| (-630 |#1|))) (-15 -4320 (|#1| |#1| |#1|)) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#2|)) (-15 -2653 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3953 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2653 (|#1| |#2| |#1|)) (-15 -2738 (|#1| |#1|))) (-276 |#2|) (-1192)) (T -275))
+NIL
+(-10 -8 (-15 -4250 (|#1| |#1| |#1|)) (-15 -1875 (|#1| |#2| |#1|)) (-15 -4250 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1875 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3724 (|#1| |#1| |#1|)) (-15 -3724 (|#1| |#1| |#2|)) (-15 -1760 (|#1| |#1| |#1| (-553))) (-15 -1760 (|#1| |#2| |#1| (-553))) (-15 -2013 (|#1| |#1| (-1205 (-553)))) (-15 -2013 (|#1| |#1| (-553))) (-15 -4320 (|#1| (-630 |#1|))) (-15 -4320 (|#1| |#1| |#1|)) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#2|)) (-15 -2653 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -3953 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -2653 (|#1| |#2| |#1|)) (-15 -2738 (|#1| |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-1306 (((-1243) $ (-553) (-553)) 40 (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) 8)) (-1471 ((|#1| $ (-553) |#1|) 52 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 58 (|has| $ (-6 -4370)))) (-3656 (($ (-1 (-111) |#1|) $) 85)) (-3953 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-1570 (($ $) 83 (|has| |#1| (-1079)))) (-2738 (($ $) 78 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ (-1 (-111) |#1|) $) 89) (($ |#1| $) 84 (|has| |#1| (-1079)))) (-2653 (($ |#1| $) 77 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) 53 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 51)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3306 (($ (-757) |#1|) 69)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 43 (|has| (-553) (-833)))) (-4250 (($ (-1 (-111) |#1| |#1|) $ $) 86) (($ $ $) 82 (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 44 (|has| (-553) (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-1429 (($ |#1| $ (-553)) 88) (($ $ $ (-553)) 87)) (-1760 (($ |#1| $ (-553)) 60) (($ $ $ (-553)) 59)) (-2508 (((-630 (-553)) $) 46)) (-2166 (((-111) (-553) $) 47)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2701 ((|#1| $) 42 (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-2001 (($ $ |#1|) 41 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ (-553) |#1|) 50) ((|#1| $ (-553)) 49) (($ $ (-1205 (-553))) 63)) (-2855 (($ $ (-553)) 91) (($ $ (-1205 (-553))) 90)) (-2013 (($ $ (-553)) 62) (($ $ (-1205 (-553))) 61)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 79 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 70)) (-3724 (($ $ |#1|) 93) (($ $ $) 92)) (-4320 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-630 $)) 65)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-276 |#1|) (-137) (-1192)) (T -276))
+((-3724 (*1 *1 *1 *2) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192)))) (-3724 (*1 *1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192)))) (-2855 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-276 *3)) (-4 *3 (-1192)))) (-2855 (*1 *1 *1 *2) (-12 (-5 *2 (-1205 (-553))) (-4 *1 (-276 *3)) (-4 *3 (-1192)))) (-1875 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-276 *3)) (-4 *3 (-1192)))) (-1429 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-276 *2)) (-4 *2 (-1192)))) (-1429 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-276 *3)) (-4 *3 (-1192)))) (-4250 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-276 *3)) (-4 *3 (-1192)))) (-3656 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-276 *3)) (-4 *3 (-1192)))) (-1875 (*1 *1 *2 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192)) (-4 *2 (-1079)))) (-1570 (*1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192)) (-4 *2 (-1079)))) (-4250 (*1 *1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192)) (-4 *2 (-833)))))
+(-13 (-636 |t#1|) (-10 -8 (-6 -4370) (-15 -3724 ($ $ |t#1|)) (-15 -3724 ($ $ $)) (-15 -2855 ($ $ (-553))) (-15 -2855 ($ $ (-1205 (-553)))) (-15 -1875 ($ (-1 (-111) |t#1|) $)) (-15 -1429 ($ |t#1| $ (-553))) (-15 -1429 ($ $ $ (-553))) (-15 -4250 ($ (-1 (-111) |t#1| |t#1|) $ $)) (-15 -3656 ($ (-1 (-111) |t#1|) $)) (IF (|has| |t#1| (-1079)) (PROGN (-15 -1875 ($ |t#1| $)) (-15 -1570 ($ $))) |%noBranch|) (IF (|has| |t#1| (-833)) (-15 -4250 ($ $ $)) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 #0=(-553) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-591 #0# |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-636 |#1|) . T) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
((** (($ $ $) 10)))
(((-277 |#1|) (-10 -8 (-15 ** (|#1| |#1| |#1|))) (-278)) (T -277))
NIL
(-10 -8 (-15 ** (|#1| |#1| |#1|)))
-((-2430 (($ $) 6)) (-2855 (($ $) 7)) (** (($ $ $) 8)))
+((-2431 (($ $) 6)) (-2854 (($ $) 7)) (** (($ $ $) 8)))
(((-278) (-137)) (T -278))
-((** (*1 *1 *1 *1) (-4 *1 (-278))) (-2855 (*1 *1 *1) (-4 *1 (-278))) (-2430 (*1 *1 *1) (-4 *1 (-278))))
-(-13 (-10 -8 (-15 -2430 ($ $)) (-15 -2855 ($ $)) (-15 ** ($ $ $))))
-((-3100 (((-629 (-1134 |#1|)) (-1134 |#1|) |#1|) 35)) (-2922 ((|#2| |#2| |#1|) 38)) (-3115 ((|#2| |#2| |#1|) 40)) (-4223 ((|#2| |#2| |#1|) 39)))
-(((-279 |#1| |#2|) (-10 -7 (-15 -2922 (|#2| |#2| |#1|)) (-15 -4223 (|#2| |#2| |#1|)) (-15 -3115 (|#2| |#2| |#1|)) (-15 -3100 ((-629 (-1134 |#1|)) (-1134 |#1|) |#1|))) (-357) (-1228 |#1|)) (T -279))
-((-3100 (*1 *2 *3 *4) (-12 (-4 *4 (-357)) (-5 *2 (-629 (-1134 *4))) (-5 *1 (-279 *4 *5)) (-5 *3 (-1134 *4)) (-4 *5 (-1228 *4)))) (-3115 (*1 *2 *2 *3) (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1228 *3)))) (-4223 (*1 *2 *2 *3) (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1228 *3)))) (-2922 (*1 *2 *2 *3) (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1228 *3)))))
-(-10 -7 (-15 -2922 (|#2| |#2| |#1|)) (-15 -4223 (|#2| |#2| |#1|)) (-15 -3115 (|#2| |#2| |#1|)) (-15 -3100 ((-629 (-1134 |#1|)) (-1134 |#1|) |#1|)))
-((-2060 ((|#2| $ |#1|) 6)))
-(((-280 |#1| |#2|) (-137) (-1078) (-1191)) (T -280))
-((-2060 (*1 *2 *1 *3) (-12 (-4 *1 (-280 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1191)))))
-(-13 (-10 -8 (-15 -2060 (|t#2| $ |t#1|))))
-((-2957 ((|#3| $ |#2| |#3|) 12)) (-2892 ((|#3| $ |#2|) 10)))
-(((-281 |#1| |#2| |#3|) (-10 -8 (-15 -2957 (|#3| |#1| |#2| |#3|)) (-15 -2892 (|#3| |#1| |#2|))) (-282 |#2| |#3|) (-1078) (-1191)) (T -281))
-NIL
-(-10 -8 (-15 -2957 (|#3| |#1| |#2| |#3|)) (-15 -2892 (|#3| |#1| |#2|)))
-((-1470 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4369)))) (-2957 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) 11)) (-2060 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
-(((-282 |#1| |#2|) (-137) (-1078) (-1191)) (T -282))
-((-2060 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-282 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1191)))) (-2892 (*1 *2 *1 *3) (-12 (-4 *1 (-282 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1191)))) (-1470 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-282 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1191)))) (-2957 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-282 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1191)))))
-(-13 (-280 |t#1| |t#2|) (-10 -8 (-15 -2060 (|t#2| $ |t#1| |t#2|)) (-15 -2892 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4369)) (PROGN (-15 -1470 (|t#2| $ |t#1| |t#2|)) (-15 -2957 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
+((** (*1 *1 *1 *1) (-4 *1 (-278))) (-2854 (*1 *1 *1) (-4 *1 (-278))) (-2431 (*1 *1 *1) (-4 *1 (-278))))
+(-13 (-10 -8 (-15 -2431 ($ $)) (-15 -2854 ($ $)) (-15 ** ($ $ $))))
+((-3254 (((-630 (-1135 |#1|)) (-1135 |#1|) |#1|) 35)) (-1961 ((|#2| |#2| |#1|) 38)) (-3417 ((|#2| |#2| |#1|) 40)) (-4222 ((|#2| |#2| |#1|) 39)))
+(((-279 |#1| |#2|) (-10 -7 (-15 -1961 (|#2| |#2| |#1|)) (-15 -4222 (|#2| |#2| |#1|)) (-15 -3417 (|#2| |#2| |#1|)) (-15 -3254 ((-630 (-1135 |#1|)) (-1135 |#1|) |#1|))) (-357) (-1229 |#1|)) (T -279))
+((-3254 (*1 *2 *3 *4) (-12 (-4 *4 (-357)) (-5 *2 (-630 (-1135 *4))) (-5 *1 (-279 *4 *5)) (-5 *3 (-1135 *4)) (-4 *5 (-1229 *4)))) (-3417 (*1 *2 *2 *3) (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1229 *3)))) (-4222 (*1 *2 *2 *3) (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1229 *3)))) (-1961 (*1 *2 *2 *3) (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1229 *3)))))
+(-10 -7 (-15 -1961 (|#2| |#2| |#1|)) (-15 -4222 (|#2| |#2| |#1|)) (-15 -3417 (|#2| |#2| |#1|)) (-15 -3254 ((-630 (-1135 |#1|)) (-1135 |#1|) |#1|)))
+((-2061 ((|#2| $ |#1|) 6)))
+(((-280 |#1| |#2|) (-137) (-1079) (-1192)) (T -280))
+((-2061 (*1 *2 *1 *3) (-12 (-4 *1 (-280 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1192)))))
+(-13 (-10 -8 (-15 -2061 (|t#2| $ |t#1|))))
+((-2959 ((|#3| $ |#2| |#3|) 12)) (-2891 ((|#3| $ |#2|) 10)))
+(((-281 |#1| |#2| |#3|) (-10 -8 (-15 -2959 (|#3| |#1| |#2| |#3|)) (-15 -2891 (|#3| |#1| |#2|))) (-282 |#2| |#3|) (-1079) (-1192)) (T -281))
+NIL
+(-10 -8 (-15 -2959 (|#3| |#1| |#2| |#3|)) (-15 -2891 (|#3| |#1| |#2|)))
+((-1471 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4370)))) (-2959 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) 11)) (-2061 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
+(((-282 |#1| |#2|) (-137) (-1079) (-1192)) (T -282))
+((-2061 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-282 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1192)))) (-2891 (*1 *2 *1 *3) (-12 (-4 *1 (-282 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1192)))) (-1471 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-282 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1192)))) (-2959 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-282 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1192)))))
+(-13 (-280 |t#1| |t#2|) (-10 -8 (-15 -2061 (|t#2| $ |t#1| |t#2|)) (-15 -2891 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4370)) (PROGN (-15 -1471 (|t#2| $ |t#1| |t#2|)) (-15 -2959 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
(((-280 |#1| |#2|) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 35)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 40)) (-3303 (($ $) 38)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-4006 (($ $ $) 33)) (-3884 (($ |#2| |#3|) 19)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4065 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3714 ((|#3| $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 20)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1859 (((-3 $ "failed") $ $) NIL)) (-3795 (((-756) $) 34)) (-2060 ((|#2| $ |#2|) 42)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 24)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-2014 (((-756)) NIL)) (-3589 (((-111) $ $) NIL)) (-3297 (($) 29 T CONST)) (-3309 (($) 36 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 37)))
-(((-283 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-301) (-10 -8 (-15 -3714 (|#3| $)) (-15 -3213 (|#2| $)) (-15 -3884 ($ |#2| |#3|)) (-15 -1859 ((-3 $ "failed") $ $)) (-15 -1293 ((-3 $ "failed") $)) (-15 -3701 ($ $)) (-15 -2060 (|#2| $ |#2|)))) (-169) (-1213 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -283))
-((-1293 (*1 *1 *1) (|partial| -12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1213 *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)))) (-3714 (*1 *2 *1) (-12 (-4 *3 (-169)) (-4 *2 (-23)) (-5 *1 (-283 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1213 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-3213 (*1 *2 *1) (-12 (-4 *2 (-1213 *3)) (-5 *1 (-283 *3 *2 *4 *5 *6 *7)) (-4 *3 (-169)) (-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)))) (-3884 (*1 *1 *2 *3) (-12 (-4 *4 (-169)) (-5 *1 (-283 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1213 *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)))) (-1859 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1213 *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)))) (-3701 (*1 *1 *1) (-12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1213 *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)))) (-2060 (*1 *2 *1 *2) (-12 (-4 *3 (-169)) (-5 *1 (-283 *3 *2 *4 *5 *6 *7)) (-4 *2 (-1213 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4)) (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4)))))
-(-13 (-301) (-10 -8 (-15 -3714 (|#3| $)) (-15 -3213 (|#2| $)) (-15 -3884 ($ |#2| |#3|)) (-15 -1859 ((-3 $ "failed") $ $)) (-15 -1293 ((-3 $ "failed") $)) (-15 -3701 ($ $)) (-15 -2060 (|#2| $ |#2|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 35)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 40)) (-2723 (($ $) 38)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-4005 (($ $ $) 33)) (-3883 (($ |#2| |#3|) 19)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-1434 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-4304 ((|#3| $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 20)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2246 (((-3 $ "failed") $ $) NIL)) (-3879 (((-757) $) 34)) (-2061 ((|#2| $ |#2|) 42)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 24)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-1348 (((-757)) NIL)) (-2453 (((-111) $ $) NIL)) (-3296 (($) 29 T CONST)) (-3308 (($) 36 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 37)))
+(((-283 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-301) (-10 -8 (-15 -4304 (|#3| $)) (-15 -3212 (|#2| $)) (-15 -3883 ($ |#2| |#3|)) (-15 -2246 ((-3 $ "failed") $ $)) (-15 -3889 ((-3 $ "failed") $)) (-15 -3700 ($ $)) (-15 -2061 (|#2| $ |#2|)))) (-169) (-1214 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -283))
+((-3889 (*1 *1 *1) (|partial| -12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1214 *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)))) (-4304 (*1 *2 *1) (-12 (-4 *3 (-169)) (-4 *2 (-23)) (-5 *1 (-283 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1214 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-3212 (*1 *2 *1) (-12 (-4 *2 (-1214 *3)) (-5 *1 (-283 *3 *2 *4 *5 *6 *7)) (-4 *3 (-169)) (-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)))) (-3883 (*1 *1 *2 *3) (-12 (-4 *4 (-169)) (-5 *1 (-283 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1214 *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)))) (-2246 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1214 *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)))) (-3700 (*1 *1 *1) (-12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1214 *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)))) (-2061 (*1 *2 *1 *2) (-12 (-4 *3 (-169)) (-5 *1 (-283 *3 *2 *4 *5 *6 *7)) (-4 *2 (-1214 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4)) (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4)))))
+(-13 (-301) (-10 -8 (-15 -4304 (|#3| $)) (-15 -3212 (|#2| $)) (-15 -3883 ($ |#2| |#3|)) (-15 -2246 ((-3 $ "failed") $ $)) (-15 -3889 ((-3 $ "failed") $)) (-15 -3700 ($ $)) (-15 -2061 (|#2| $ |#2|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
(((-284) (-137)) (T -284))
NIL
-(-13 (-1030) (-110 $ $) (-10 -7 (-6 -4361)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-711) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3324 (($ (-1154) (-1154) (-1082) $) 17)) (-1834 (($ (-1154) (-629 (-946)) $) 22)) (-1600 (((-629 (-1063)) $) 10)) (-2083 (((-3 (-1082) "failed") (-1154) (-1154) $) 16)) (-1863 (((-3 (-629 (-946)) "failed") (-1154) $) 21)) (-3430 (($) 7)) (-3824 (($) 23)) (-3213 (((-844) $) 27)) (-4069 (($) 24)))
-(((-285) (-13 (-599 (-844)) (-10 -8 (-15 -3430 ($)) (-15 -1600 ((-629 (-1063)) $)) (-15 -2083 ((-3 (-1082) "failed") (-1154) (-1154) $)) (-15 -3324 ($ (-1154) (-1154) (-1082) $)) (-15 -1863 ((-3 (-629 (-946)) "failed") (-1154) $)) (-15 -1834 ($ (-1154) (-629 (-946)) $)) (-15 -3824 ($)) (-15 -4069 ($))))) (T -285))
-((-3430 (*1 *1) (-5 *1 (-285))) (-1600 (*1 *2 *1) (-12 (-5 *2 (-629 (-1063))) (-5 *1 (-285)))) (-2083 (*1 *2 *3 *3 *1) (|partial| -12 (-5 *3 (-1154)) (-5 *2 (-1082)) (-5 *1 (-285)))) (-3324 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-1154)) (-5 *3 (-1082)) (-5 *1 (-285)))) (-1863 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1154)) (-5 *2 (-629 (-946))) (-5 *1 (-285)))) (-1834 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-946))) (-5 *1 (-285)))) (-3824 (*1 *1) (-5 *1 (-285))) (-4069 (*1 *1) (-5 *1 (-285))))
-(-13 (-599 (-844)) (-10 -8 (-15 -3430 ($)) (-15 -1600 ((-629 (-1063)) $)) (-15 -2083 ((-3 (-1082) "failed") (-1154) (-1154) $)) (-15 -3324 ($ (-1154) (-1154) (-1082) $)) (-15 -1863 ((-3 (-629 (-946)) "failed") (-1154) $)) (-15 -1834 ($ (-1154) (-629 (-946)) $)) (-15 -3824 ($)) (-15 -4069 ($))))
-((-2801 (((-629 (-2 (|:| |eigval| (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (|:| |geneigvec| (-629 (-673 (-401 (-933 |#1|))))))) (-673 (-401 (-933 |#1|)))) 85)) (-1381 (((-629 (-673 (-401 (-933 |#1|)))) (-2 (|:| |eigval| (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (|:| |eigmult| (-756)) (|:| |eigvec| (-629 (-673 (-401 (-933 |#1|)))))) (-673 (-401 (-933 |#1|)))) 80) (((-629 (-673 (-401 (-933 |#1|)))) (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|))) (-673 (-401 (-933 |#1|))) (-756) (-756)) 38)) (-4191 (((-629 (-2 (|:| |eigval| (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (|:| |eigmult| (-756)) (|:| |eigvec| (-629 (-673 (-401 (-933 |#1|))))))) (-673 (-401 (-933 |#1|)))) 82)) (-1716 (((-629 (-673 (-401 (-933 |#1|)))) (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|))) (-673 (-401 (-933 |#1|)))) 62)) (-2422 (((-629 (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (-673 (-401 (-933 |#1|)))) 61)) (-3767 (((-933 |#1|) (-673 (-401 (-933 |#1|)))) 50) (((-933 |#1|) (-673 (-401 (-933 |#1|))) (-1154)) 51)))
-(((-286 |#1|) (-10 -7 (-15 -3767 ((-933 |#1|) (-673 (-401 (-933 |#1|))) (-1154))) (-15 -3767 ((-933 |#1|) (-673 (-401 (-933 |#1|))))) (-15 -2422 ((-629 (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (-673 (-401 (-933 |#1|))))) (-15 -1716 ((-629 (-673 (-401 (-933 |#1|)))) (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|))) (-673 (-401 (-933 |#1|))))) (-15 -1381 ((-629 (-673 (-401 (-933 |#1|)))) (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|))) (-673 (-401 (-933 |#1|))) (-756) (-756))) (-15 -1381 ((-629 (-673 (-401 (-933 |#1|)))) (-2 (|:| |eigval| (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (|:| |eigmult| (-756)) (|:| |eigvec| (-629 (-673 (-401 (-933 |#1|)))))) (-673 (-401 (-933 |#1|))))) (-15 -2801 ((-629 (-2 (|:| |eigval| (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (|:| |geneigvec| (-629 (-673 (-401 (-933 |#1|))))))) (-673 (-401 (-933 |#1|))))) (-15 -4191 ((-629 (-2 (|:| |eigval| (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (|:| |eigmult| (-756)) (|:| |eigvec| (-629 (-673 (-401 (-933 |#1|))))))) (-673 (-401 (-933 |#1|)))))) (-445)) (T -286))
-((-4191 (*1 *2 *3) (-12 (-4 *4 (-445)) (-5 *2 (-629 (-2 (|:| |eigval| (-3 (-401 (-933 *4)) (-1143 (-1154) (-933 *4)))) (|:| |eigmult| (-756)) (|:| |eigvec| (-629 (-673 (-401 (-933 *4)))))))) (-5 *1 (-286 *4)) (-5 *3 (-673 (-401 (-933 *4)))))) (-2801 (*1 *2 *3) (-12 (-4 *4 (-445)) (-5 *2 (-629 (-2 (|:| |eigval| (-3 (-401 (-933 *4)) (-1143 (-1154) (-933 *4)))) (|:| |geneigvec| (-629 (-673 (-401 (-933 *4)))))))) (-5 *1 (-286 *4)) (-5 *3 (-673 (-401 (-933 *4)))))) (-1381 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-401 (-933 *5)) (-1143 (-1154) (-933 *5)))) (|:| |eigmult| (-756)) (|:| |eigvec| (-629 *4)))) (-4 *5 (-445)) (-5 *2 (-629 (-673 (-401 (-933 *5))))) (-5 *1 (-286 *5)) (-5 *4 (-673 (-401 (-933 *5)))))) (-1381 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-401 (-933 *6)) (-1143 (-1154) (-933 *6)))) (-5 *5 (-756)) (-4 *6 (-445)) (-5 *2 (-629 (-673 (-401 (-933 *6))))) (-5 *1 (-286 *6)) (-5 *4 (-673 (-401 (-933 *6)))))) (-1716 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-401 (-933 *5)) (-1143 (-1154) (-933 *5)))) (-4 *5 (-445)) (-5 *2 (-629 (-673 (-401 (-933 *5))))) (-5 *1 (-286 *5)) (-5 *4 (-673 (-401 (-933 *5)))))) (-2422 (*1 *2 *3) (-12 (-5 *3 (-673 (-401 (-933 *4)))) (-4 *4 (-445)) (-5 *2 (-629 (-3 (-401 (-933 *4)) (-1143 (-1154) (-933 *4))))) (-5 *1 (-286 *4)))) (-3767 (*1 *2 *3) (-12 (-5 *3 (-673 (-401 (-933 *4)))) (-5 *2 (-933 *4)) (-5 *1 (-286 *4)) (-4 *4 (-445)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-673 (-401 (-933 *5)))) (-5 *4 (-1154)) (-5 *2 (-933 *5)) (-5 *1 (-286 *5)) (-4 *5 (-445)))))
-(-10 -7 (-15 -3767 ((-933 |#1|) (-673 (-401 (-933 |#1|))) (-1154))) (-15 -3767 ((-933 |#1|) (-673 (-401 (-933 |#1|))))) (-15 -2422 ((-629 (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (-673 (-401 (-933 |#1|))))) (-15 -1716 ((-629 (-673 (-401 (-933 |#1|)))) (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|))) (-673 (-401 (-933 |#1|))))) (-15 -1381 ((-629 (-673 (-401 (-933 |#1|)))) (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|))) (-673 (-401 (-933 |#1|))) (-756) (-756))) (-15 -1381 ((-629 (-673 (-401 (-933 |#1|)))) (-2 (|:| |eigval| (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (|:| |eigmult| (-756)) (|:| |eigvec| (-629 (-673 (-401 (-933 |#1|)))))) (-673 (-401 (-933 |#1|))))) (-15 -2801 ((-629 (-2 (|:| |eigval| (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (|:| |geneigvec| (-629 (-673 (-401 (-933 |#1|))))))) (-673 (-401 (-933 |#1|))))) (-15 -4191 ((-629 (-2 (|:| |eigval| (-3 (-401 (-933 |#1|)) (-1143 (-1154) (-933 |#1|)))) (|:| |eigmult| (-756)) (|:| |eigvec| (-629 (-673 (-401 (-933 |#1|))))))) (-673 (-401 (-933 |#1|))))))
-((-1477 (((-288 |#2|) (-1 |#2| |#1|) (-288 |#1|)) 14)))
-(((-287 |#1| |#2|) (-10 -7 (-15 -1477 ((-288 |#2|) (-1 |#2| |#1|) (-288 |#1|)))) (-1191) (-1191)) (T -287))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-288 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-288 *6)) (-5 *1 (-287 *5 *6)))))
-(-10 -7 (-15 -1477 ((-288 |#2|) (-1 |#2| |#1|) (-288 |#1|))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3643 (((-111) $) NIL (|has| |#1| (-21)))) (-2036 (($ $) 12)) (-4012 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2172 (($ $ $) 94 (|has| |#1| (-296)))) (-2130 (($) NIL (-4029 (|has| |#1| (-21)) (|has| |#1| (-711))) CONST)) (-2080 (($ $) 50 (|has| |#1| (-21)))) (-3942 (((-3 $ "failed") $) 61 (|has| |#1| (-711)))) (-1300 ((|#1| $) 11)) (-1293 (((-3 $ "failed") $) 59 (|has| |#1| (-711)))) (-4065 (((-111) $) NIL (|has| |#1| (-711)))) (-1477 (($ (-1 |#1| |#1|) $) 14)) (-1286 ((|#1| $) 10)) (-1658 (($ $) 49 (|has| |#1| (-21)))) (-2651 (((-3 $ "failed") $) 60 (|has| |#1| (-711)))) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-3701 (($ $) 63 (-4029 (|has| |#1| (-357)) (|has| |#1| (-466))))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2480 (((-629 $) $) 84 (|has| |#1| (-544)))) (-2432 (($ $ $) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 $)) 28 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-1154) |#1|) 17 (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) 21 (|has| |#1| (-506 (-1154) |#1|)))) (-3369 (($ |#1| |#1|) 9)) (-3725 (((-132)) 89 (|has| |#1| (-357)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154)) 86 (|has| |#1| (-881 (-1154))))) (-2074 (($ $ $) NIL (|has| |#1| (-466)))) (-2104 (($ $ $) NIL (|has| |#1| (-466)))) (-3213 (($ (-552)) NIL (|has| |#1| (-1030))) (((-111) $) 36 (|has| |#1| (-1078))) (((-844) $) 35 (|has| |#1| (-1078)))) (-2014 (((-756)) 66 (|has| |#1| (-1030)))) (-3297 (($) 46 (|has| |#1| (-21)) CONST)) (-3309 (($) 56 (|has| |#1| (-711)) CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154))))) (-1613 (($ |#1| |#1|) 8) (((-111) $ $) 31 (|has| |#1| (-1078)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) 91 (-4029 (|has| |#1| (-357)) (|has| |#1| (-466))))) (-1709 (($ |#1| $) 44 (|has| |#1| (-21))) (($ $ |#1|) 45 (|has| |#1| (-21))) (($ $ $) 43 (|has| |#1| (-21))) (($ $) 42 (|has| |#1| (-21)))) (-1698 (($ |#1| $) 39 (|has| |#1| (-25))) (($ $ |#1|) 40 (|has| |#1| (-25))) (($ $ $) 38 (|has| |#1| (-25)))) (** (($ $ (-552)) NIL (|has| |#1| (-466))) (($ $ (-756)) NIL (|has| |#1| (-711))) (($ $ (-902)) NIL (|has| |#1| (-1090)))) (* (($ $ |#1|) 54 (|has| |#1| (-1090))) (($ |#1| $) 53 (|has| |#1| (-1090))) (($ $ $) 52 (|has| |#1| (-1090))) (($ (-552) $) 69 (|has| |#1| (-21))) (($ (-756) $) NIL (|has| |#1| (-21))) (($ (-902) $) NIL (|has| |#1| (-25)))))
-(((-288 |#1|) (-13 (-1191) (-10 -8 (-15 -1613 ($ |#1| |#1|)) (-15 -3369 ($ |#1| |#1|)) (-15 -2036 ($ $)) (-15 -1286 (|#1| $)) (-15 -1300 (|#1| $)) (-15 -1477 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-506 (-1154) |#1|)) (-6 (-506 (-1154) |#1|)) |%noBranch|) (IF (|has| |#1| (-1078)) (PROGN (-6 (-1078)) (-6 (-599 (-111))) (IF (|has| |#1| (-303 |#1|)) (PROGN (-15 -2432 ($ $ $)) (-15 -2432 ($ $ (-629 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -1698 ($ |#1| $)) (-15 -1698 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -1658 ($ $)) (-15 -2080 ($ $)) (-15 -1709 ($ |#1| $)) (-15 -1709 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1090)) (PROGN (-6 (-1090)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-711)) (PROGN (-6 (-711)) (-15 -2651 ((-3 $ "failed") $)) (-15 -3942 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-466)) (PROGN (-6 (-466)) (-15 -2651 ((-3 $ "failed") $)) (-15 -3942 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1030)) (PROGN (-6 (-1030)) (-6 (-110 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-169)) (-6 (-702 |#1|)) |%noBranch|) (IF (|has| |#1| (-544)) (-15 -2480 ((-629 $) $)) |%noBranch|) (IF (|has| |#1| (-881 (-1154))) (-6 (-881 (-1154))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-6 (-1244 |#1|)) (-15 -1720 ($ $ $)) (-15 -3701 ($ $))) |%noBranch|) (IF (|has| |#1| (-296)) (-15 -2172 ($ $ $)) |%noBranch|))) (-1191)) (T -288))
-((-1613 (*1 *1 *2 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191)))) (-3369 (*1 *1 *2 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191)))) (-2036 (*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191)))) (-1286 (*1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191)))) (-1300 (*1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191)))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1191)) (-5 *1 (-288 *3)))) (-2432 (*1 *1 *1 *1) (-12 (-4 *2 (-303 *2)) (-4 *2 (-1078)) (-4 *2 (-1191)) (-5 *1 (-288 *2)))) (-2432 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-288 *3))) (-4 *3 (-303 *3)) (-4 *3 (-1078)) (-4 *3 (-1191)) (-5 *1 (-288 *3)))) (-1698 (*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-25)) (-4 *2 (-1191)))) (-1698 (*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-25)) (-4 *2 (-1191)))) (-1658 (*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1191)))) (-2080 (*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1191)))) (-1709 (*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1191)))) (-1709 (*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1191)))) (-2651 (*1 *1 *1) (|partial| -12 (-5 *1 (-288 *2)) (-4 *2 (-711)) (-4 *2 (-1191)))) (-3942 (*1 *1 *1) (|partial| -12 (-5 *1 (-288 *2)) (-4 *2 (-711)) (-4 *2 (-1191)))) (-2480 (*1 *2 *1) (-12 (-5 *2 (-629 (-288 *3))) (-5 *1 (-288 *3)) (-4 *3 (-544)) (-4 *3 (-1191)))) (-2172 (*1 *1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-296)) (-4 *2 (-1191)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1090)) (-4 *2 (-1191)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1090)) (-4 *2 (-1191)))) (-1720 (*1 *1 *1 *1) (-4029 (-12 (-5 *1 (-288 *2)) (-4 *2 (-357)) (-4 *2 (-1191))) (-12 (-5 *1 (-288 *2)) (-4 *2 (-466)) (-4 *2 (-1191))))) (-3701 (*1 *1 *1) (-4029 (-12 (-5 *1 (-288 *2)) (-4 *2 (-357)) (-4 *2 (-1191))) (-12 (-5 *1 (-288 *2)) (-4 *2 (-466)) (-4 *2 (-1191))))))
-(-13 (-1191) (-10 -8 (-15 -1613 ($ |#1| |#1|)) (-15 -3369 ($ |#1| |#1|)) (-15 -2036 ($ $)) (-15 -1286 (|#1| $)) (-15 -1300 (|#1| $)) (-15 -1477 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-506 (-1154) |#1|)) (-6 (-506 (-1154) |#1|)) |%noBranch|) (IF (|has| |#1| (-1078)) (PROGN (-6 (-1078)) (-6 (-599 (-111))) (IF (|has| |#1| (-303 |#1|)) (PROGN (-15 -2432 ($ $ $)) (-15 -2432 ($ $ (-629 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -1698 ($ |#1| $)) (-15 -1698 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -1658 ($ $)) (-15 -2080 ($ $)) (-15 -1709 ($ |#1| $)) (-15 -1709 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1090)) (PROGN (-6 (-1090)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-711)) (PROGN (-6 (-711)) (-15 -2651 ((-3 $ "failed") $)) (-15 -3942 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-466)) (PROGN (-6 (-466)) (-15 -2651 ((-3 $ "failed") $)) (-15 -3942 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1030)) (PROGN (-6 (-1030)) (-6 (-110 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-169)) (-6 (-702 |#1|)) |%noBranch|) (IF (|has| |#1| (-544)) (-15 -2480 ((-629 $) $)) |%noBranch|) (IF (|has| |#1| (-881 (-1154))) (-6 (-881 (-1154))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-6 (-1244 |#1|)) (-15 -1720 ($ $ $)) (-15 -3701 ($ $))) |%noBranch|) (IF (|has| |#1| (-296)) (-15 -2172 ($ $ $)) |%noBranch|)))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2660 (((-1242) $ |#1| |#1|) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#2| $ |#1| |#2|) NIL)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 |#2| "failed") |#1| $) NIL)) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) NIL)) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) NIL)) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 ((|#1| $) NIL (|has| |#1| (-832)))) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1842 ((|#1| $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-1376 (((-629 |#1|) $) NIL)) (-2539 (((-111) |#1| $) NIL)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-2190 (((-629 |#1|) $) NIL)) (-1335 (((-111) |#1| $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2702 ((|#2| $) NIL (|has| |#1| (-832)))) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-3213 (((-844) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844))) (|has| |#2| (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-289 |#1| |#2|) (-13 (-1167 |#1| |#2|) (-10 -7 (-6 -4368))) (-1078) (-1078)) (T -289))
-NIL
-(-13 (-1167 |#1| |#2|) (-10 -7 (-6 -4368)))
-((-1825 (((-306) (-1136) (-629 (-1136))) 16) (((-306) (-1136) (-1136)) 15) (((-306) (-629 (-1136))) 14) (((-306) (-1136)) 12)))
-(((-290) (-10 -7 (-15 -1825 ((-306) (-1136))) (-15 -1825 ((-306) (-629 (-1136)))) (-15 -1825 ((-306) (-1136) (-1136))) (-15 -1825 ((-306) (-1136) (-629 (-1136)))))) (T -290))
-((-1825 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-1136))) (-5 *3 (-1136)) (-5 *2 (-306)) (-5 *1 (-290)))) (-1825 (*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-306)) (-5 *1 (-290)))) (-1825 (*1 *2 *3) (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-306)) (-5 *1 (-290)))) (-1825 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-306)) (-5 *1 (-290)))))
-(-10 -7 (-15 -1825 ((-306) (-1136))) (-15 -1825 ((-306) (-629 (-1136)))) (-15 -1825 ((-306) (-1136) (-1136))) (-15 -1825 ((-306) (-1136) (-629 (-1136)))))
-((-1477 ((|#2| (-1 |#2| |#1|) (-1136) (-598 |#1|)) 18)))
-(((-291 |#1| |#2|) (-10 -7 (-15 -1477 (|#2| (-1 |#2| |#1|) (-1136) (-598 |#1|)))) (-296) (-1191)) (T -291))
-((-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1136)) (-5 *5 (-598 *6)) (-4 *6 (-296)) (-4 *2 (-1191)) (-5 *1 (-291 *6 *2)))))
-(-10 -7 (-15 -1477 (|#2| (-1 |#2| |#1|) (-1136) (-598 |#1|))))
-((-1477 ((|#2| (-1 |#2| |#1|) (-598 |#1|)) 17)))
-(((-292 |#1| |#2|) (-10 -7 (-15 -1477 (|#2| (-1 |#2| |#1|) (-598 |#1|)))) (-296) (-296)) (T -292))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-598 *5)) (-4 *5 (-296)) (-4 *2 (-296)) (-5 *1 (-292 *5 *2)))))
-(-10 -7 (-15 -1477 (|#2| (-1 |#2| |#1|) (-598 |#1|))))
-((-3832 (((-111) (-220)) 10)))
-(((-293 |#1| |#2|) (-10 -7 (-15 -3832 ((-111) (-220)))) (-220) (-220)) (T -293))
-((-3832 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-111)) (-5 *1 (-293 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-10 -7 (-15 -3832 ((-111) (-220))))
-((-2965 (((-1134 (-220)) (-310 (-220)) (-629 (-1154)) (-1072 (-825 (-220)))) 93)) (-2071 (((-1134 (-220)) (-1237 (-310 (-220))) (-629 (-1154)) (-1072 (-825 (-220)))) 107) (((-1134 (-220)) (-310 (-220)) (-629 (-1154)) (-1072 (-825 (-220)))) 61)) (-2457 (((-629 (-1136)) (-1134 (-220))) NIL)) (-3771 (((-629 (-220)) (-310 (-220)) (-1154) (-1072 (-825 (-220)))) 58)) (-2445 (((-629 (-220)) (-933 (-401 (-552))) (-1154) (-1072 (-825 (-220)))) 49)) (-2912 (((-629 (-1136)) (-629 (-220))) NIL)) (-3894 (((-220) (-1072 (-825 (-220)))) 25)) (-1746 (((-220) (-1072 (-825 (-220)))) 26)) (-2548 (((-111) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 54)) (-3730 (((-1136) (-220)) NIL)))
-(((-294) (-10 -7 (-15 -3894 ((-220) (-1072 (-825 (-220))))) (-15 -1746 ((-220) (-1072 (-825 (-220))))) (-15 -2548 ((-111) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3771 ((-629 (-220)) (-310 (-220)) (-1154) (-1072 (-825 (-220))))) (-15 -2965 ((-1134 (-220)) (-310 (-220)) (-629 (-1154)) (-1072 (-825 (-220))))) (-15 -2071 ((-1134 (-220)) (-310 (-220)) (-629 (-1154)) (-1072 (-825 (-220))))) (-15 -2071 ((-1134 (-220)) (-1237 (-310 (-220))) (-629 (-1154)) (-1072 (-825 (-220))))) (-15 -2445 ((-629 (-220)) (-933 (-401 (-552))) (-1154) (-1072 (-825 (-220))))) (-15 -3730 ((-1136) (-220))) (-15 -2912 ((-629 (-1136)) (-629 (-220)))) (-15 -2457 ((-629 (-1136)) (-1134 (-220)))))) (T -294))
-((-2457 (*1 *2 *3) (-12 (-5 *3 (-1134 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-294)))) (-2912 (*1 *2 *3) (-12 (-5 *3 (-629 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-294)))) (-3730 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1136)) (-5 *1 (-294)))) (-2445 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-933 (-401 (-552)))) (-5 *4 (-1154)) (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-629 (-220))) (-5 *1 (-294)))) (-2071 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1237 (-310 (-220)))) (-5 *4 (-629 (-1154))) (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-1134 (-220))) (-5 *1 (-294)))) (-2071 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-629 (-1154))) (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-1134 (-220))) (-5 *1 (-294)))) (-2965 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-629 (-1154))) (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-1134 (-220))) (-5 *1 (-294)))) (-3771 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-1154)) (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-629 (-220))) (-5 *1 (-294)))) (-2548 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-111)) (-5 *1 (-294)))) (-1746 (*1 *2 *3) (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-294)))) (-3894 (*1 *2 *3) (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-294)))))
-(-10 -7 (-15 -3894 ((-220) (-1072 (-825 (-220))))) (-15 -1746 ((-220) (-1072 (-825 (-220))))) (-15 -2548 ((-111) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3771 ((-629 (-220)) (-310 (-220)) (-1154) (-1072 (-825 (-220))))) (-15 -2965 ((-1134 (-220)) (-310 (-220)) (-629 (-1154)) (-1072 (-825 (-220))))) (-15 -2071 ((-1134 (-220)) (-310 (-220)) (-629 (-1154)) (-1072 (-825 (-220))))) (-15 -2071 ((-1134 (-220)) (-1237 (-310 (-220))) (-629 (-1154)) (-1072 (-825 (-220))))) (-15 -2445 ((-629 (-220)) (-933 (-401 (-552))) (-1154) (-1072 (-825 (-220))))) (-15 -3730 ((-1136) (-220))) (-15 -2912 ((-629 (-1136)) (-629 (-220)))) (-15 -2457 ((-629 (-1136)) (-1134 (-220)))))
-((-3361 (((-629 (-598 $)) $) 30)) (-2172 (($ $ (-288 $)) 81) (($ $ (-629 (-288 $))) 123) (($ $ (-629 (-598 $)) (-629 $)) NIL)) (-1393 (((-3 (-598 $) "failed") $) 113)) (-2832 (((-598 $) $) 112)) (-3963 (($ $) 19) (($ (-629 $)) 56)) (-3751 (((-629 (-113)) $) 38)) (-2951 (((-113) (-113)) 91)) (-3302 (((-111) $) 131)) (-1477 (($ (-1 $ $) (-598 $)) 89)) (-1875 (((-3 (-598 $) "failed") $) 93)) (-4086 (($ (-113) $) 61) (($ (-113) (-629 $)) 100)) (-3515 (((-111) $ (-113)) 117) (((-111) $ (-1154)) 116)) (-2384 (((-756) $) 46)) (-3633 (((-111) $ $) 59) (((-111) $ (-1154)) 51)) (-3117 (((-111) $) 129)) (-2432 (($ $ (-598 $) $) NIL) (($ $ (-629 (-598 $)) (-629 $)) NIL) (($ $ (-629 (-288 $))) 121) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ $))) 84) (($ $ (-629 (-1154)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-1154) (-1 $ (-629 $))) 69) (($ $ (-1154) (-1 $ $)) 75) (($ $ (-629 (-113)) (-629 (-1 $ $))) 83) (($ $ (-629 (-113)) (-629 (-1 $ (-629 $)))) 85) (($ $ (-113) (-1 $ (-629 $))) 71) (($ $ (-113) (-1 $ $)) 77)) (-2060 (($ (-113) $) 62) (($ (-113) $ $) 63) (($ (-113) $ $ $) 64) (($ (-113) $ $ $ $) 65) (($ (-113) (-629 $)) 109)) (-1877 (($ $) 53) (($ $ $) 119)) (-3044 (($ $) 17) (($ (-629 $)) 55)) (-1374 (((-111) (-113)) 22)))
-(((-295 |#1|) (-10 -8 (-15 -3302 ((-111) |#1|)) (-15 -3117 ((-111) |#1|)) (-15 -2432 (|#1| |#1| (-113) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-113) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 (-1 |#1| |#1|)))) (-15 -2432 (|#1| |#1| (-1154) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-1154) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-1 |#1| |#1|)))) (-15 -3633 ((-111) |#1| (-1154))) (-15 -3633 ((-111) |#1| |#1|)) (-15 -1477 (|#1| (-1 |#1| |#1|) (-598 |#1|))) (-15 -4086 (|#1| (-113) (-629 |#1|))) (-15 -4086 (|#1| (-113) |#1|)) (-15 -3515 ((-111) |#1| (-1154))) (-15 -3515 ((-111) |#1| (-113))) (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -3751 ((-629 (-113)) |#1|)) (-15 -3361 ((-629 (-598 |#1|)) |#1|)) (-15 -1875 ((-3 (-598 |#1|) "failed") |#1|)) (-15 -2384 ((-756) |#1|)) (-15 -1877 (|#1| |#1| |#1|)) (-15 -1877 (|#1| |#1|)) (-15 -3963 (|#1| (-629 |#1|))) (-15 -3963 (|#1| |#1|)) (-15 -3044 (|#1| (-629 |#1|))) (-15 -3044 (|#1| |#1|)) (-15 -2172 (|#1| |#1| (-629 (-598 |#1|)) (-629 |#1|))) (-15 -2172 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -2172 (|#1| |#1| (-288 |#1|))) (-15 -2060 (|#1| (-113) (-629 |#1|))) (-15 -2060 (|#1| (-113) |#1| |#1| |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1| |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-598 |#1|)) (-629 |#1|))) (-15 -2432 (|#1| |#1| (-598 |#1|) |#1|)) (-15 -2832 ((-598 |#1|) |#1|)) (-15 -1393 ((-3 (-598 |#1|) "failed") |#1|))) (-296)) (T -295))
-((-2951 (*1 *2 *2) (-12 (-5 *2 (-113)) (-5 *1 (-295 *3)) (-4 *3 (-296)))) (-1374 (*1 *2 *3) (-12 (-5 *3 (-113)) (-5 *2 (-111)) (-5 *1 (-295 *4)) (-4 *4 (-296)))))
-(-10 -8 (-15 -3302 ((-111) |#1|)) (-15 -3117 ((-111) |#1|)) (-15 -2432 (|#1| |#1| (-113) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-113) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 (-1 |#1| |#1|)))) (-15 -2432 (|#1| |#1| (-1154) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-1154) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-1 |#1| |#1|)))) (-15 -3633 ((-111) |#1| (-1154))) (-15 -3633 ((-111) |#1| |#1|)) (-15 -1477 (|#1| (-1 |#1| |#1|) (-598 |#1|))) (-15 -4086 (|#1| (-113) (-629 |#1|))) (-15 -4086 (|#1| (-113) |#1|)) (-15 -3515 ((-111) |#1| (-1154))) (-15 -3515 ((-111) |#1| (-113))) (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -3751 ((-629 (-113)) |#1|)) (-15 -3361 ((-629 (-598 |#1|)) |#1|)) (-15 -1875 ((-3 (-598 |#1|) "failed") |#1|)) (-15 -2384 ((-756) |#1|)) (-15 -1877 (|#1| |#1| |#1|)) (-15 -1877 (|#1| |#1|)) (-15 -3963 (|#1| (-629 |#1|))) (-15 -3963 (|#1| |#1|)) (-15 -3044 (|#1| (-629 |#1|))) (-15 -3044 (|#1| |#1|)) (-15 -2172 (|#1| |#1| (-629 (-598 |#1|)) (-629 |#1|))) (-15 -2172 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -2172 (|#1| |#1| (-288 |#1|))) (-15 -2060 (|#1| (-113) (-629 |#1|))) (-15 -2060 (|#1| (-113) |#1| |#1| |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1| |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-598 |#1|)) (-629 |#1|))) (-15 -2432 (|#1| |#1| (-598 |#1|) |#1|)) (-15 -2832 ((-598 |#1|) |#1|)) (-15 -1393 ((-3 (-598 |#1|) "failed") |#1|)))
-((-3202 (((-111) $ $) 7)) (-3361 (((-629 (-598 $)) $) 44)) (-2172 (($ $ (-288 $)) 56) (($ $ (-629 (-288 $))) 55) (($ $ (-629 (-598 $)) (-629 $)) 54)) (-1393 (((-3 (-598 $) "failed") $) 69)) (-2832 (((-598 $) $) 68)) (-3963 (($ $) 51) (($ (-629 $)) 50)) (-3751 (((-629 (-113)) $) 43)) (-2951 (((-113) (-113)) 42)) (-3302 (((-111) $) 22 (|has| $ (-1019 (-552))))) (-1941 (((-1150 $) (-598 $)) 25 (|has| $ (-1030)))) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-1477 (($ (-1 $ $) (-598 $)) 36)) (-1875 (((-3 (-598 $) "failed") $) 46)) (-2623 (((-1136) $) 9)) (-3438 (((-629 (-598 $)) $) 45)) (-4086 (($ (-113) $) 38) (($ (-113) (-629 $)) 37)) (-3515 (((-111) $ (-113)) 40) (((-111) $ (-1154)) 39)) (-2384 (((-756) $) 47)) (-2876 (((-1098) $) 10)) (-3633 (((-111) $ $) 35) (((-111) $ (-1154)) 34)) (-3117 (((-111) $) 23 (|has| $ (-1019 (-552))))) (-2432 (($ $ (-598 $) $) 67) (($ $ (-629 (-598 $)) (-629 $)) 66) (($ $ (-629 (-288 $))) 65) (($ $ (-288 $)) 64) (($ $ $ $) 63) (($ $ (-629 $) (-629 $)) 62) (($ $ (-629 (-1154)) (-629 (-1 $ $))) 33) (($ $ (-629 (-1154)) (-629 (-1 $ (-629 $)))) 32) (($ $ (-1154) (-1 $ (-629 $))) 31) (($ $ (-1154) (-1 $ $)) 30) (($ $ (-629 (-113)) (-629 (-1 $ $))) 29) (($ $ (-629 (-113)) (-629 (-1 $ (-629 $)))) 28) (($ $ (-113) (-1 $ (-629 $))) 27) (($ $ (-113) (-1 $ $)) 26)) (-2060 (($ (-113) $) 61) (($ (-113) $ $) 60) (($ (-113) $ $ $) 59) (($ (-113) $ $ $ $) 58) (($ (-113) (-629 $)) 57)) (-1877 (($ $) 49) (($ $ $) 48)) (-3521 (($ $) 24 (|has| $ (-1030)))) (-3213 (((-844) $) 11) (($ (-598 $)) 70)) (-3044 (($ $) 53) (($ (-629 $)) 52)) (-1374 (((-111) (-113)) 41)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)))
+(-13 (-1031) (-110 $ $) (-10 -7 (-6 -4362)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-712) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-1616 (($ (-1155) (-1155) (-1083) $) 17)) (-3273 (($ (-1155) (-630 (-947)) $) 22)) (-1615 (((-630 (-1064)) $) 10)) (-3917 (((-3 (-1083) "failed") (-1155) (-1155) $) 16)) (-2288 (((-3 (-630 (-947)) "failed") (-1155) $) 21)) (-1422 (($) 7)) (-3823 (($) 23)) (-3212 (((-845) $) 27)) (-1474 (($) 24)))
+(((-285) (-13 (-600 (-845)) (-10 -8 (-15 -1422 ($)) (-15 -1615 ((-630 (-1064)) $)) (-15 -3917 ((-3 (-1083) "failed") (-1155) (-1155) $)) (-15 -1616 ($ (-1155) (-1155) (-1083) $)) (-15 -2288 ((-3 (-630 (-947)) "failed") (-1155) $)) (-15 -3273 ($ (-1155) (-630 (-947)) $)) (-15 -3823 ($)) (-15 -1474 ($))))) (T -285))
+((-1422 (*1 *1) (-5 *1 (-285))) (-1615 (*1 *2 *1) (-12 (-5 *2 (-630 (-1064))) (-5 *1 (-285)))) (-3917 (*1 *2 *3 *3 *1) (|partial| -12 (-5 *3 (-1155)) (-5 *2 (-1083)) (-5 *1 (-285)))) (-1616 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-1155)) (-5 *3 (-1083)) (-5 *1 (-285)))) (-2288 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1155)) (-5 *2 (-630 (-947))) (-5 *1 (-285)))) (-3273 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-947))) (-5 *1 (-285)))) (-3823 (*1 *1) (-5 *1 (-285))) (-1474 (*1 *1) (-5 *1 (-285))))
+(-13 (-600 (-845)) (-10 -8 (-15 -1422 ($)) (-15 -1615 ((-630 (-1064)) $)) (-15 -3917 ((-3 (-1083) "failed") (-1155) (-1155) $)) (-15 -1616 ($ (-1155) (-1155) (-1083) $)) (-15 -2288 ((-3 (-630 (-947)) "failed") (-1155) $)) (-15 -3273 ($ (-1155) (-630 (-947)) $)) (-15 -3823 ($)) (-15 -1474 ($))))
+((-3304 (((-630 (-2 (|:| |eigval| (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (|:| |geneigvec| (-630 (-674 (-401 (-934 |#1|))))))) (-674 (-401 (-934 |#1|)))) 85)) (-1946 (((-630 (-674 (-401 (-934 |#1|)))) (-2 (|:| |eigval| (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (|:| |eigmult| (-757)) (|:| |eigvec| (-630 (-674 (-401 (-934 |#1|)))))) (-674 (-401 (-934 |#1|)))) 80) (((-630 (-674 (-401 (-934 |#1|)))) (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|))) (-674 (-401 (-934 |#1|))) (-757) (-757)) 38)) (-3353 (((-630 (-2 (|:| |eigval| (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (|:| |eigmult| (-757)) (|:| |eigvec| (-630 (-674 (-401 (-934 |#1|))))))) (-674 (-401 (-934 |#1|)))) 82)) (-3446 (((-630 (-674 (-401 (-934 |#1|)))) (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|))) (-674 (-401 (-934 |#1|)))) 62)) (-2856 (((-630 (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (-674 (-401 (-934 |#1|)))) 61)) (-3636 (((-934 |#1|) (-674 (-401 (-934 |#1|)))) 50) (((-934 |#1|) (-674 (-401 (-934 |#1|))) (-1155)) 51)))
+(((-286 |#1|) (-10 -7 (-15 -3636 ((-934 |#1|) (-674 (-401 (-934 |#1|))) (-1155))) (-15 -3636 ((-934 |#1|) (-674 (-401 (-934 |#1|))))) (-15 -2856 ((-630 (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (-674 (-401 (-934 |#1|))))) (-15 -3446 ((-630 (-674 (-401 (-934 |#1|)))) (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|))) (-674 (-401 (-934 |#1|))))) (-15 -1946 ((-630 (-674 (-401 (-934 |#1|)))) (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|))) (-674 (-401 (-934 |#1|))) (-757) (-757))) (-15 -1946 ((-630 (-674 (-401 (-934 |#1|)))) (-2 (|:| |eigval| (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (|:| |eigmult| (-757)) (|:| |eigvec| (-630 (-674 (-401 (-934 |#1|)))))) (-674 (-401 (-934 |#1|))))) (-15 -3304 ((-630 (-2 (|:| |eigval| (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (|:| |geneigvec| (-630 (-674 (-401 (-934 |#1|))))))) (-674 (-401 (-934 |#1|))))) (-15 -3353 ((-630 (-2 (|:| |eigval| (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (|:| |eigmult| (-757)) (|:| |eigvec| (-630 (-674 (-401 (-934 |#1|))))))) (-674 (-401 (-934 |#1|)))))) (-445)) (T -286))
+((-3353 (*1 *2 *3) (-12 (-4 *4 (-445)) (-5 *2 (-630 (-2 (|:| |eigval| (-3 (-401 (-934 *4)) (-1144 (-1155) (-934 *4)))) (|:| |eigmult| (-757)) (|:| |eigvec| (-630 (-674 (-401 (-934 *4)))))))) (-5 *1 (-286 *4)) (-5 *3 (-674 (-401 (-934 *4)))))) (-3304 (*1 *2 *3) (-12 (-4 *4 (-445)) (-5 *2 (-630 (-2 (|:| |eigval| (-3 (-401 (-934 *4)) (-1144 (-1155) (-934 *4)))) (|:| |geneigvec| (-630 (-674 (-401 (-934 *4)))))))) (-5 *1 (-286 *4)) (-5 *3 (-674 (-401 (-934 *4)))))) (-1946 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-401 (-934 *5)) (-1144 (-1155) (-934 *5)))) (|:| |eigmult| (-757)) (|:| |eigvec| (-630 *4)))) (-4 *5 (-445)) (-5 *2 (-630 (-674 (-401 (-934 *5))))) (-5 *1 (-286 *5)) (-5 *4 (-674 (-401 (-934 *5)))))) (-1946 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-401 (-934 *6)) (-1144 (-1155) (-934 *6)))) (-5 *5 (-757)) (-4 *6 (-445)) (-5 *2 (-630 (-674 (-401 (-934 *6))))) (-5 *1 (-286 *6)) (-5 *4 (-674 (-401 (-934 *6)))))) (-3446 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-401 (-934 *5)) (-1144 (-1155) (-934 *5)))) (-4 *5 (-445)) (-5 *2 (-630 (-674 (-401 (-934 *5))))) (-5 *1 (-286 *5)) (-5 *4 (-674 (-401 (-934 *5)))))) (-2856 (*1 *2 *3) (-12 (-5 *3 (-674 (-401 (-934 *4)))) (-4 *4 (-445)) (-5 *2 (-630 (-3 (-401 (-934 *4)) (-1144 (-1155) (-934 *4))))) (-5 *1 (-286 *4)))) (-3636 (*1 *2 *3) (-12 (-5 *3 (-674 (-401 (-934 *4)))) (-5 *2 (-934 *4)) (-5 *1 (-286 *4)) (-4 *4 (-445)))) (-3636 (*1 *2 *3 *4) (-12 (-5 *3 (-674 (-401 (-934 *5)))) (-5 *4 (-1155)) (-5 *2 (-934 *5)) (-5 *1 (-286 *5)) (-4 *5 (-445)))))
+(-10 -7 (-15 -3636 ((-934 |#1|) (-674 (-401 (-934 |#1|))) (-1155))) (-15 -3636 ((-934 |#1|) (-674 (-401 (-934 |#1|))))) (-15 -2856 ((-630 (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (-674 (-401 (-934 |#1|))))) (-15 -3446 ((-630 (-674 (-401 (-934 |#1|)))) (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|))) (-674 (-401 (-934 |#1|))))) (-15 -1946 ((-630 (-674 (-401 (-934 |#1|)))) (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|))) (-674 (-401 (-934 |#1|))) (-757) (-757))) (-15 -1946 ((-630 (-674 (-401 (-934 |#1|)))) (-2 (|:| |eigval| (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (|:| |eigmult| (-757)) (|:| |eigvec| (-630 (-674 (-401 (-934 |#1|)))))) (-674 (-401 (-934 |#1|))))) (-15 -3304 ((-630 (-2 (|:| |eigval| (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (|:| |geneigvec| (-630 (-674 (-401 (-934 |#1|))))))) (-674 (-401 (-934 |#1|))))) (-15 -3353 ((-630 (-2 (|:| |eigval| (-3 (-401 (-934 |#1|)) (-1144 (-1155) (-934 |#1|)))) (|:| |eigmult| (-757)) (|:| |eigvec| (-630 (-674 (-401 (-934 |#1|))))))) (-674 (-401 (-934 |#1|))))))
+((-1478 (((-288 |#2|) (-1 |#2| |#1|) (-288 |#1|)) 14)))
+(((-287 |#1| |#2|) (-10 -7 (-15 -1478 ((-288 |#2|) (-1 |#2| |#1|) (-288 |#1|)))) (-1192) (-1192)) (T -287))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-288 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-288 *6)) (-5 *1 (-287 *5 *6)))))
+(-10 -7 (-15 -1478 ((-288 |#2|) (-1 |#2| |#1|) (-288 |#1|))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1719 (((-111) $) NIL (|has| |#1| (-21)))) (-3504 (($ $) 12)) (-4123 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2173 (($ $ $) 94 (|has| |#1| (-296)))) (-3203 (($) NIL (-4028 (|has| |#1| (-21)) (|has| |#1| (-712))) CONST)) (-3888 (($ $) 50 (|has| |#1| (-21)))) (-1553 (((-3 $ "failed") $) 61 (|has| |#1| (-712)))) (-1300 ((|#1| $) 11)) (-3889 (((-3 $ "failed") $) 59 (|has| |#1| (-712)))) (-1434 (((-111) $) NIL (|has| |#1| (-712)))) (-1478 (($ (-1 |#1| |#1|) $) 14)) (-1288 ((|#1| $) 10)) (-4090 (($ $) 49 (|has| |#1| (-21)))) (-4313 (((-3 $ "failed") $) 60 (|has| |#1| (-712)))) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3700 (($ $) 63 (-4028 (|has| |#1| (-357)) (|has| |#1| (-466))))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2103 (((-630 $) $) 84 (|has| |#1| (-545)))) (-2433 (($ $ $) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 $)) 28 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-1155) |#1|) 17 (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) 21 (|has| |#1| (-507 (-1155) |#1|)))) (-3367 (($ |#1| |#1|) 9)) (-1315 (((-132)) 89 (|has| |#1| (-357)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155)) 86 (|has| |#1| (-882 (-1155))))) (-3830 (($ $ $) NIL (|has| |#1| (-466)))) (-2931 (($ $ $) NIL (|has| |#1| (-466)))) (-3212 (($ (-553)) NIL (|has| |#1| (-1031))) (((-111) $) 36 (|has| |#1| (-1079))) (((-845) $) 35 (|has| |#1| (-1079)))) (-1348 (((-757)) 66 (|has| |#1| (-1031)))) (-3296 (($) 46 (|has| |#1| (-21)) CONST)) (-3308 (($) 56 (|has| |#1| (-712)) CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155))))) (-1614 (($ |#1| |#1|) 8) (((-111) $ $) 31 (|has| |#1| (-1079)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) 91 (-4028 (|has| |#1| (-357)) (|has| |#1| (-466))))) (-1710 (($ |#1| $) 44 (|has| |#1| (-21))) (($ $ |#1|) 45 (|has| |#1| (-21))) (($ $ $) 43 (|has| |#1| (-21))) (($ $) 42 (|has| |#1| (-21)))) (-1699 (($ |#1| $) 39 (|has| |#1| (-25))) (($ $ |#1|) 40 (|has| |#1| (-25))) (($ $ $) 38 (|has| |#1| (-25)))) (** (($ $ (-553)) NIL (|has| |#1| (-466))) (($ $ (-757)) NIL (|has| |#1| (-712))) (($ $ (-903)) NIL (|has| |#1| (-1091)))) (* (($ $ |#1|) 54 (|has| |#1| (-1091))) (($ |#1| $) 53 (|has| |#1| (-1091))) (($ $ $) 52 (|has| |#1| (-1091))) (($ (-553) $) 69 (|has| |#1| (-21))) (($ (-757) $) NIL (|has| |#1| (-21))) (($ (-903) $) NIL (|has| |#1| (-25)))))
+(((-288 |#1|) (-13 (-1192) (-10 -8 (-15 -1614 ($ |#1| |#1|)) (-15 -3367 ($ |#1| |#1|)) (-15 -3504 ($ $)) (-15 -1288 (|#1| $)) (-15 -1300 (|#1| $)) (-15 -1478 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-507 (-1155) |#1|)) (-6 (-507 (-1155) |#1|)) |%noBranch|) (IF (|has| |#1| (-1079)) (PROGN (-6 (-1079)) (-6 (-600 (-111))) (IF (|has| |#1| (-303 |#1|)) (PROGN (-15 -2433 ($ $ $)) (-15 -2433 ($ $ (-630 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -1699 ($ |#1| $)) (-15 -1699 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -4090 ($ $)) (-15 -3888 ($ $)) (-15 -1710 ($ |#1| $)) (-15 -1710 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1091)) (PROGN (-6 (-1091)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-712)) (PROGN (-6 (-712)) (-15 -4313 ((-3 $ "failed") $)) (-15 -1553 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-466)) (PROGN (-6 (-466)) (-15 -4313 ((-3 $ "failed") $)) (-15 -1553 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1031)) (PROGN (-6 (-1031)) (-6 (-110 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-169)) (-6 (-703 |#1|)) |%noBranch|) (IF (|has| |#1| (-545)) (-15 -2103 ((-630 $) $)) |%noBranch|) (IF (|has| |#1| (-882 (-1155))) (-6 (-882 (-1155))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-6 (-1245 |#1|)) (-15 -1721 ($ $ $)) (-15 -3700 ($ $))) |%noBranch|) (IF (|has| |#1| (-296)) (-15 -2173 ($ $ $)) |%noBranch|))) (-1192)) (T -288))
+((-1614 (*1 *1 *2 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192)))) (-3367 (*1 *1 *2 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192)))) (-3504 (*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192)))) (-1288 (*1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192)))) (-1300 (*1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192)))) (-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1192)) (-5 *1 (-288 *3)))) (-2433 (*1 *1 *1 *1) (-12 (-4 *2 (-303 *2)) (-4 *2 (-1079)) (-4 *2 (-1192)) (-5 *1 (-288 *2)))) (-2433 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-288 *3))) (-4 *3 (-303 *3)) (-4 *3 (-1079)) (-4 *3 (-1192)) (-5 *1 (-288 *3)))) (-1699 (*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-25)) (-4 *2 (-1192)))) (-1699 (*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-25)) (-4 *2 (-1192)))) (-4090 (*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1192)))) (-3888 (*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1192)))) (-1710 (*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1192)))) (-1710 (*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1192)))) (-4313 (*1 *1 *1) (|partial| -12 (-5 *1 (-288 *2)) (-4 *2 (-712)) (-4 *2 (-1192)))) (-1553 (*1 *1 *1) (|partial| -12 (-5 *1 (-288 *2)) (-4 *2 (-712)) (-4 *2 (-1192)))) (-2103 (*1 *2 *1) (-12 (-5 *2 (-630 (-288 *3))) (-5 *1 (-288 *3)) (-4 *3 (-545)) (-4 *3 (-1192)))) (-2173 (*1 *1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-296)) (-4 *2 (-1192)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1091)) (-4 *2 (-1192)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1091)) (-4 *2 (-1192)))) (-1721 (*1 *1 *1 *1) (-4028 (-12 (-5 *1 (-288 *2)) (-4 *2 (-357)) (-4 *2 (-1192))) (-12 (-5 *1 (-288 *2)) (-4 *2 (-466)) (-4 *2 (-1192))))) (-3700 (*1 *1 *1) (-4028 (-12 (-5 *1 (-288 *2)) (-4 *2 (-357)) (-4 *2 (-1192))) (-12 (-5 *1 (-288 *2)) (-4 *2 (-466)) (-4 *2 (-1192))))))
+(-13 (-1192) (-10 -8 (-15 -1614 ($ |#1| |#1|)) (-15 -3367 ($ |#1| |#1|)) (-15 -3504 ($ $)) (-15 -1288 (|#1| $)) (-15 -1300 (|#1| $)) (-15 -1478 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-507 (-1155) |#1|)) (-6 (-507 (-1155) |#1|)) |%noBranch|) (IF (|has| |#1| (-1079)) (PROGN (-6 (-1079)) (-6 (-600 (-111))) (IF (|has| |#1| (-303 |#1|)) (PROGN (-15 -2433 ($ $ $)) (-15 -2433 ($ $ (-630 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -1699 ($ |#1| $)) (-15 -1699 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -4090 ($ $)) (-15 -3888 ($ $)) (-15 -1710 ($ |#1| $)) (-15 -1710 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1091)) (PROGN (-6 (-1091)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-712)) (PROGN (-6 (-712)) (-15 -4313 ((-3 $ "failed") $)) (-15 -1553 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-466)) (PROGN (-6 (-466)) (-15 -4313 ((-3 $ "failed") $)) (-15 -1553 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-1031)) (PROGN (-6 (-1031)) (-6 (-110 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-169)) (-6 (-703 |#1|)) |%noBranch|) (IF (|has| |#1| (-545)) (-15 -2103 ((-630 $) $)) |%noBranch|) (IF (|has| |#1| (-882 (-1155))) (-6 (-882 (-1155))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-6 (-1245 |#1|)) (-15 -1721 ($ $ $)) (-15 -3700 ($ $))) |%noBranch|) (IF (|has| |#1| (-296)) (-15 -2173 ($ $ $)) |%noBranch|)))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1306 (((-1243) $ |#1| |#1|) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#2| $ |#1| |#2|) NIL)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 |#2| "failed") |#1| $) NIL)) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) NIL)) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) NIL)) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 ((|#1| $) NIL (|has| |#1| (-833)))) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-2049 ((|#1| $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4370))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-1377 (((-630 |#1|) $) NIL)) (-2717 (((-111) |#1| $) NIL)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-2508 (((-630 |#1|) $) NIL)) (-2166 (((-111) |#1| $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2701 ((|#2| $) NIL (|has| |#1| (-833)))) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-3212 (((-845) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845))) (|has| |#2| (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-289 |#1| |#2|) (-13 (-1168 |#1| |#2|) (-10 -7 (-6 -4369))) (-1079) (-1079)) (T -289))
+NIL
+(-13 (-1168 |#1| |#2|) (-10 -7 (-6 -4369)))
+((-1827 (((-306) (-1137) (-630 (-1137))) 16) (((-306) (-1137) (-1137)) 15) (((-306) (-630 (-1137))) 14) (((-306) (-1137)) 12)))
+(((-290) (-10 -7 (-15 -1827 ((-306) (-1137))) (-15 -1827 ((-306) (-630 (-1137)))) (-15 -1827 ((-306) (-1137) (-1137))) (-15 -1827 ((-306) (-1137) (-630 (-1137)))))) (T -290))
+((-1827 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-1137))) (-5 *3 (-1137)) (-5 *2 (-306)) (-5 *1 (-290)))) (-1827 (*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-306)) (-5 *1 (-290)))) (-1827 (*1 *2 *3) (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-306)) (-5 *1 (-290)))) (-1827 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-306)) (-5 *1 (-290)))))
+(-10 -7 (-15 -1827 ((-306) (-1137))) (-15 -1827 ((-306) (-630 (-1137)))) (-15 -1827 ((-306) (-1137) (-1137))) (-15 -1827 ((-306) (-1137) (-630 (-1137)))))
+((-1478 ((|#2| (-1 |#2| |#1|) (-1137) (-599 |#1|)) 18)))
+(((-291 |#1| |#2|) (-10 -7 (-15 -1478 (|#2| (-1 |#2| |#1|) (-1137) (-599 |#1|)))) (-296) (-1192)) (T -291))
+((-1478 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1137)) (-5 *5 (-599 *6)) (-4 *6 (-296)) (-4 *2 (-1192)) (-5 *1 (-291 *6 *2)))))
+(-10 -7 (-15 -1478 (|#2| (-1 |#2| |#1|) (-1137) (-599 |#1|))))
+((-1478 ((|#2| (-1 |#2| |#1|) (-599 |#1|)) 17)))
+(((-292 |#1| |#2|) (-10 -7 (-15 -1478 (|#2| (-1 |#2| |#1|) (-599 |#1|)))) (-296) (-296)) (T -292))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-599 *5)) (-4 *5 (-296)) (-4 *2 (-296)) (-5 *1 (-292 *5 *2)))))
+(-10 -7 (-15 -1478 (|#2| (-1 |#2| |#1|) (-599 |#1|))))
+((-3075 (((-111) (-220)) 10)))
+(((-293 |#1| |#2|) (-10 -7 (-15 -3075 ((-111) (-220)))) (-220) (-220)) (T -293))
+((-3075 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-111)) (-5 *1 (-293 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-10 -7 (-15 -3075 ((-111) (-220))))
+((-4272 (((-1135 (-220)) (-310 (-220)) (-630 (-1155)) (-1073 (-826 (-220)))) 92)) (-3811 (((-1135 (-220)) (-1238 (-310 (-220))) (-630 (-1155)) (-1073 (-826 (-220)))) 106) (((-1135 (-220)) (-310 (-220)) (-630 (-1155)) (-1073 (-826 (-220)))) 61)) (-3186 (((-630 (-1137)) (-1135 (-220))) NIL)) (-3677 (((-630 (-220)) (-310 (-220)) (-1155) (-1073 (-826 (-220)))) 58)) (-3066 (((-630 (-220)) (-934 (-401 (-553))) (-1155) (-1073 (-826 (-220)))) 49)) (-1855 (((-630 (-1137)) (-630 (-220))) NIL)) (-2382 (((-220) (-1073 (-826 (-220)))) 25)) (-3721 (((-220) (-1073 (-826 (-220)))) 26)) (-1504 (((-111) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 54)) (-1349 (((-1137) (-220)) NIL)))
+(((-294) (-10 -7 (-15 -2382 ((-220) (-1073 (-826 (-220))))) (-15 -3721 ((-220) (-1073 (-826 (-220))))) (-15 -1504 ((-111) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3677 ((-630 (-220)) (-310 (-220)) (-1155) (-1073 (-826 (-220))))) (-15 -4272 ((-1135 (-220)) (-310 (-220)) (-630 (-1155)) (-1073 (-826 (-220))))) (-15 -3811 ((-1135 (-220)) (-310 (-220)) (-630 (-1155)) (-1073 (-826 (-220))))) (-15 -3811 ((-1135 (-220)) (-1238 (-310 (-220))) (-630 (-1155)) (-1073 (-826 (-220))))) (-15 -3066 ((-630 (-220)) (-934 (-401 (-553))) (-1155) (-1073 (-826 (-220))))) (-15 -1349 ((-1137) (-220))) (-15 -1855 ((-630 (-1137)) (-630 (-220)))) (-15 -3186 ((-630 (-1137)) (-1135 (-220)))))) (T -294))
+((-3186 (*1 *2 *3) (-12 (-5 *3 (-1135 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-294)))) (-1855 (*1 *2 *3) (-12 (-5 *3 (-630 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-294)))) (-1349 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1137)) (-5 *1 (-294)))) (-3066 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-934 (-401 (-553)))) (-5 *4 (-1155)) (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-630 (-220))) (-5 *1 (-294)))) (-3811 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1238 (-310 (-220)))) (-5 *4 (-630 (-1155))) (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-1135 (-220))) (-5 *1 (-294)))) (-3811 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-630 (-1155))) (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-1135 (-220))) (-5 *1 (-294)))) (-4272 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-630 (-1155))) (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-1135 (-220))) (-5 *1 (-294)))) (-3677 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-220))) (-5 *4 (-1155)) (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-630 (-220))) (-5 *1 (-294)))) (-1504 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-111)) (-5 *1 (-294)))) (-3721 (*1 *2 *3) (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-294)))) (-2382 (*1 *2 *3) (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-294)))))
+(-10 -7 (-15 -2382 ((-220) (-1073 (-826 (-220))))) (-15 -3721 ((-220) (-1073 (-826 (-220))))) (-15 -1504 ((-111) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3677 ((-630 (-220)) (-310 (-220)) (-1155) (-1073 (-826 (-220))))) (-15 -4272 ((-1135 (-220)) (-310 (-220)) (-630 (-1155)) (-1073 (-826 (-220))))) (-15 -3811 ((-1135 (-220)) (-310 (-220)) (-630 (-1155)) (-1073 (-826 (-220))))) (-15 -3811 ((-1135 (-220)) (-1238 (-310 (-220))) (-630 (-1155)) (-1073 (-826 (-220))))) (-15 -3066 ((-630 (-220)) (-934 (-401 (-553))) (-1155) (-1073 (-826 (-220))))) (-15 -1349 ((-1137) (-220))) (-15 -1855 ((-630 (-1137)) (-630 (-220)))) (-15 -3186 ((-630 (-1137)) (-1135 (-220)))))
+((-3361 (((-630 (-599 $)) $) 30)) (-2173 (($ $ (-288 $)) 81) (($ $ (-630 (-288 $))) 123) (($ $ (-630 (-599 $)) (-630 $)) NIL)) (-1394 (((-3 (-599 $) "failed") $) 113)) (-2831 (((-599 $) $) 112)) (-1725 (($ $) 19) (($ (-630 $)) 56)) (-3495 (((-630 (-113)) $) 38)) (-4155 (((-113) (-113)) 91)) (-2709 (((-111) $) 131)) (-1478 (($ (-1 $ $) (-599 $)) 89)) (-2427 (((-3 (-599 $) "failed") $) 93)) (-4084 (($ (-113) $) 61) (($ (-113) (-630 $)) 100)) (-2990 (((-111) $ (-113)) 117) (((-111) $ (-1155)) 116)) (-2385 (((-757) $) 46)) (-1611 (((-111) $ $) 59) (((-111) $ (-1155)) 51)) (-3439 (((-111) $) 129)) (-2433 (($ $ (-599 $) $) NIL) (($ $ (-630 (-599 $)) (-630 $)) NIL) (($ $ (-630 (-288 $))) 121) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ $))) 84) (($ $ (-630 (-1155)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-1155) (-1 $ (-630 $))) 69) (($ $ (-1155) (-1 $ $)) 75) (($ $ (-630 (-113)) (-630 (-1 $ $))) 83) (($ $ (-630 (-113)) (-630 (-1 $ (-630 $)))) 85) (($ $ (-113) (-1 $ (-630 $))) 71) (($ $ (-113) (-1 $ $)) 77)) (-2061 (($ (-113) $) 62) (($ (-113) $ $) 63) (($ (-113) $ $ $) 64) (($ (-113) $ $ $ $) 65) (($ (-113) (-630 $)) 109)) (-2451 (($ $) 53) (($ $ $) 119)) (-3064 (($ $) 17) (($ (-630 $)) 55)) (-4083 (((-111) (-113)) 22)))
+(((-295 |#1|) (-10 -8 (-15 -2709 ((-111) |#1|)) (-15 -3439 ((-111) |#1|)) (-15 -2433 (|#1| |#1| (-113) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-113) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 (-1 |#1| |#1|)))) (-15 -2433 (|#1| |#1| (-1155) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-1155) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-1 |#1| |#1|)))) (-15 -1611 ((-111) |#1| (-1155))) (-15 -1611 ((-111) |#1| |#1|)) (-15 -1478 (|#1| (-1 |#1| |#1|) (-599 |#1|))) (-15 -4084 (|#1| (-113) (-630 |#1|))) (-15 -4084 (|#1| (-113) |#1|)) (-15 -2990 ((-111) |#1| (-1155))) (-15 -2990 ((-111) |#1| (-113))) (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -3495 ((-630 (-113)) |#1|)) (-15 -3361 ((-630 (-599 |#1|)) |#1|)) (-15 -2427 ((-3 (-599 |#1|) "failed") |#1|)) (-15 -2385 ((-757) |#1|)) (-15 -2451 (|#1| |#1| |#1|)) (-15 -2451 (|#1| |#1|)) (-15 -1725 (|#1| (-630 |#1|))) (-15 -1725 (|#1| |#1|)) (-15 -3064 (|#1| (-630 |#1|))) (-15 -3064 (|#1| |#1|)) (-15 -2173 (|#1| |#1| (-630 (-599 |#1|)) (-630 |#1|))) (-15 -2173 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2173 (|#1| |#1| (-288 |#1|))) (-15 -2061 (|#1| (-113) (-630 |#1|))) (-15 -2061 (|#1| (-113) |#1| |#1| |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1| |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-599 |#1|)) (-630 |#1|))) (-15 -2433 (|#1| |#1| (-599 |#1|) |#1|)) (-15 -1394 ((-3 (-599 |#1|) "failed") |#1|)) (-15 -2831 ((-599 |#1|) |#1|))) (-296)) (T -295))
+((-4155 (*1 *2 *2) (-12 (-5 *2 (-113)) (-5 *1 (-295 *3)) (-4 *3 (-296)))) (-4083 (*1 *2 *3) (-12 (-5 *3 (-113)) (-5 *2 (-111)) (-5 *1 (-295 *4)) (-4 *4 (-296)))))
+(-10 -8 (-15 -2709 ((-111) |#1|)) (-15 -3439 ((-111) |#1|)) (-15 -2433 (|#1| |#1| (-113) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-113) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 (-1 |#1| |#1|)))) (-15 -2433 (|#1| |#1| (-1155) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-1155) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-1 |#1| |#1|)))) (-15 -1611 ((-111) |#1| (-1155))) (-15 -1611 ((-111) |#1| |#1|)) (-15 -1478 (|#1| (-1 |#1| |#1|) (-599 |#1|))) (-15 -4084 (|#1| (-113) (-630 |#1|))) (-15 -4084 (|#1| (-113) |#1|)) (-15 -2990 ((-111) |#1| (-1155))) (-15 -2990 ((-111) |#1| (-113))) (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -3495 ((-630 (-113)) |#1|)) (-15 -3361 ((-630 (-599 |#1|)) |#1|)) (-15 -2427 ((-3 (-599 |#1|) "failed") |#1|)) (-15 -2385 ((-757) |#1|)) (-15 -2451 (|#1| |#1| |#1|)) (-15 -2451 (|#1| |#1|)) (-15 -1725 (|#1| (-630 |#1|))) (-15 -1725 (|#1| |#1|)) (-15 -3064 (|#1| (-630 |#1|))) (-15 -3064 (|#1| |#1|)) (-15 -2173 (|#1| |#1| (-630 (-599 |#1|)) (-630 |#1|))) (-15 -2173 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2173 (|#1| |#1| (-288 |#1|))) (-15 -2061 (|#1| (-113) (-630 |#1|))) (-15 -2061 (|#1| (-113) |#1| |#1| |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1| |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-599 |#1|)) (-630 |#1|))) (-15 -2433 (|#1| |#1| (-599 |#1|) |#1|)) (-15 -1394 ((-3 (-599 |#1|) "failed") |#1|)) (-15 -2831 ((-599 |#1|) |#1|)))
+((-3200 (((-111) $ $) 7)) (-3361 (((-630 (-599 $)) $) 44)) (-2173 (($ $ (-288 $)) 56) (($ $ (-630 (-288 $))) 55) (($ $ (-630 (-599 $)) (-630 $)) 54)) (-1394 (((-3 (-599 $) "failed") $) 69)) (-2831 (((-599 $) $) 70)) (-1725 (($ $) 51) (($ (-630 $)) 50)) (-3495 (((-630 (-113)) $) 43)) (-4155 (((-113) (-113)) 42)) (-2709 (((-111) $) 22 (|has| $ (-1020 (-553))))) (-1822 (((-1151 $) (-599 $)) 25 (|has| $ (-1031)))) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-1478 (($ (-1 $ $) (-599 $)) 36)) (-2427 (((-3 (-599 $) "failed") $) 46)) (-4056 (((-1137) $) 9)) (-3434 (((-630 (-599 $)) $) 45)) (-4084 (($ (-113) $) 38) (($ (-113) (-630 $)) 37)) (-2990 (((-111) $ (-113)) 40) (((-111) $ (-1155)) 39)) (-2385 (((-757) $) 47)) (-2875 (((-1099) $) 10)) (-1611 (((-111) $ $) 35) (((-111) $ (-1155)) 34)) (-3439 (((-111) $) 23 (|has| $ (-1020 (-553))))) (-2433 (($ $ (-599 $) $) 67) (($ $ (-630 (-599 $)) (-630 $)) 66) (($ $ (-630 (-288 $))) 65) (($ $ (-288 $)) 64) (($ $ $ $) 63) (($ $ (-630 $) (-630 $)) 62) (($ $ (-630 (-1155)) (-630 (-1 $ $))) 33) (($ $ (-630 (-1155)) (-630 (-1 $ (-630 $)))) 32) (($ $ (-1155) (-1 $ (-630 $))) 31) (($ $ (-1155) (-1 $ $)) 30) (($ $ (-630 (-113)) (-630 (-1 $ $))) 29) (($ $ (-630 (-113)) (-630 (-1 $ (-630 $)))) 28) (($ $ (-113) (-1 $ (-630 $))) 27) (($ $ (-113) (-1 $ $)) 26)) (-2061 (($ (-113) $) 61) (($ (-113) $ $) 60) (($ (-113) $ $ $) 59) (($ (-113) $ $ $ $) 58) (($ (-113) (-630 $)) 57)) (-2451 (($ $) 49) (($ $ $) 48)) (-3035 (($ $) 24 (|has| $ (-1031)))) (-3212 (((-845) $) 11) (($ (-599 $)) 68)) (-3064 (($ $) 53) (($ (-630 $)) 52)) (-4083 (((-111) (-113)) 41)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)))
(((-296) (-137)) (T -296))
-((-2060 (*1 *1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-2060 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-2060 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-2060 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-2060 (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-629 *1)) (-4 *1 (-296)))) (-2172 (*1 *1 *1 *2) (-12 (-5 *2 (-288 *1)) (-4 *1 (-296)))) (-2172 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-288 *1))) (-4 *1 (-296)))) (-2172 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-598 *1))) (-5 *3 (-629 *1)) (-4 *1 (-296)))) (-3044 (*1 *1 *1) (-4 *1 (-296))) (-3044 (*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-296)))) (-3963 (*1 *1 *1) (-4 *1 (-296))) (-3963 (*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-296)))) (-1877 (*1 *1 *1) (-4 *1 (-296))) (-1877 (*1 *1 *1 *1) (-4 *1 (-296))) (-2384 (*1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-756)))) (-1875 (*1 *2 *1) (|partial| -12 (-5 *2 (-598 *1)) (-4 *1 (-296)))) (-3438 (*1 *2 *1) (-12 (-5 *2 (-629 (-598 *1))) (-4 *1 (-296)))) (-3361 (*1 *2 *1) (-12 (-5 *2 (-629 (-598 *1))) (-4 *1 (-296)))) (-3751 (*1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-629 (-113))))) (-2951 (*1 *2 *2) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-1374 (*1 *2 *3) (-12 (-4 *1 (-296)) (-5 *3 (-113)) (-5 *2 (-111)))) (-3515 (*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-113)) (-5 *2 (-111)))) (-3515 (*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-1154)) (-5 *2 (-111)))) (-4086 (*1 *1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-4086 (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-629 *1)) (-4 *1 (-296)))) (-1477 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-598 *1)) (-4 *1 (-296)))) (-3633 (*1 *2 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-111)))) (-3633 (*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-1154)) (-5 *2 (-111)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-629 (-1 *1 *1))) (-4 *1 (-296)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-629 (-1 *1 (-629 *1)))) (-4 *1 (-296)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1 *1 (-629 *1))) (-4 *1 (-296)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1 *1 *1)) (-4 *1 (-296)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-113))) (-5 *3 (-629 (-1 *1 *1))) (-4 *1 (-296)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-113))) (-5 *3 (-629 (-1 *1 (-629 *1)))) (-4 *1 (-296)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *1 (-629 *1))) (-4 *1 (-296)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *1 *1)) (-4 *1 (-296)))) (-1941 (*1 *2 *3) (-12 (-5 *3 (-598 *1)) (-4 *1 (-1030)) (-4 *1 (-296)) (-5 *2 (-1150 *1)))) (-3521 (*1 *1 *1) (-12 (-4 *1 (-1030)) (-4 *1 (-296)))) (-3117 (*1 *2 *1) (-12 (-4 *1 (-1019 (-552))) (-4 *1 (-296)) (-5 *2 (-111)))) (-3302 (*1 *2 *1) (-12 (-4 *1 (-1019 (-552))) (-4 *1 (-296)) (-5 *2 (-111)))))
-(-13 (-832) (-1019 (-598 $)) (-506 (-598 $) $) (-303 $) (-10 -8 (-15 -2060 ($ (-113) $)) (-15 -2060 ($ (-113) $ $)) (-15 -2060 ($ (-113) $ $ $)) (-15 -2060 ($ (-113) $ $ $ $)) (-15 -2060 ($ (-113) (-629 $))) (-15 -2172 ($ $ (-288 $))) (-15 -2172 ($ $ (-629 (-288 $)))) (-15 -2172 ($ $ (-629 (-598 $)) (-629 $))) (-15 -3044 ($ $)) (-15 -3044 ($ (-629 $))) (-15 -3963 ($ $)) (-15 -3963 ($ (-629 $))) (-15 -1877 ($ $)) (-15 -1877 ($ $ $)) (-15 -2384 ((-756) $)) (-15 -1875 ((-3 (-598 $) "failed") $)) (-15 -3438 ((-629 (-598 $)) $)) (-15 -3361 ((-629 (-598 $)) $)) (-15 -3751 ((-629 (-113)) $)) (-15 -2951 ((-113) (-113))) (-15 -1374 ((-111) (-113))) (-15 -3515 ((-111) $ (-113))) (-15 -3515 ((-111) $ (-1154))) (-15 -4086 ($ (-113) $)) (-15 -4086 ($ (-113) (-629 $))) (-15 -1477 ($ (-1 $ $) (-598 $))) (-15 -3633 ((-111) $ $)) (-15 -3633 ((-111) $ (-1154))) (-15 -2432 ($ $ (-629 (-1154)) (-629 (-1 $ $)))) (-15 -2432 ($ $ (-629 (-1154)) (-629 (-1 $ (-629 $))))) (-15 -2432 ($ $ (-1154) (-1 $ (-629 $)))) (-15 -2432 ($ $ (-1154) (-1 $ $))) (-15 -2432 ($ $ (-629 (-113)) (-629 (-1 $ $)))) (-15 -2432 ($ $ (-629 (-113)) (-629 (-1 $ (-629 $))))) (-15 -2432 ($ $ (-113) (-1 $ (-629 $)))) (-15 -2432 ($ $ (-113) (-1 $ $))) (IF (|has| $ (-1030)) (PROGN (-15 -1941 ((-1150 $) (-598 $))) (-15 -3521 ($ $))) |%noBranch|) (IF (|has| $ (-1019 (-552))) (PROGN (-15 -3117 ((-111) $)) (-15 -3302 ((-111) $))) |%noBranch|)))
-(((-101) . T) ((-599 (-844)) . T) ((-303 $) . T) ((-506 (-598 $) $) . T) ((-506 $ $) . T) ((-832) . T) ((-1019 (-598 $)) . T) ((-1078) . T))
-((-2100 (((-629 |#1|) (-629 |#1|)) 10)))
-(((-297 |#1|) (-10 -7 (-15 -2100 ((-629 |#1|) (-629 |#1|)))) (-830)) (T -297))
-((-2100 (*1 *2 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-830)) (-5 *1 (-297 *3)))))
-(-10 -7 (-15 -2100 ((-629 |#1|) (-629 |#1|))))
-((-1477 (((-673 |#2|) (-1 |#2| |#1|) (-673 |#1|)) 17)))
-(((-298 |#1| |#2|) (-10 -7 (-15 -1477 ((-673 |#2|) (-1 |#2| |#1|) (-673 |#1|)))) (-1030) (-1030)) (T -298))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-673 *5)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-5 *2 (-673 *6)) (-5 *1 (-298 *5 *6)))))
-(-10 -7 (-15 -1477 ((-673 |#2|) (-1 |#2| |#1|) (-673 |#1|))))
-((-3450 (((-1237 (-310 (-373))) (-1237 (-310 (-220)))) 105)) (-4317 (((-1072 (-825 (-220))) (-1072 (-825 (-373)))) 40)) (-2457 (((-629 (-1136)) (-1134 (-220))) 87)) (-1932 (((-310 (-373)) (-933 (-220))) 50)) (-3918 (((-220) (-933 (-220))) 46)) (-3789 (((-1136) (-373)) 169)) (-2544 (((-825 (-220)) (-825 (-373))) 34)) (-1626 (((-2 (|:| |additions| (-552)) (|:| |multiplications| (-552)) (|:| |exponentiations| (-552)) (|:| |functionCalls| (-552))) (-1237 (-310 (-220)))) 143)) (-2178 (((-1016) (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016)))) 181) (((-1016) (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))))) 179)) (-2325 (((-673 (-220)) (-629 (-220)) (-756)) 14)) (-2739 (((-1237 (-683)) (-629 (-220))) 94)) (-2912 (((-629 (-1136)) (-629 (-220))) 75)) (-3598 (((-3 (-310 (-220)) "failed") (-310 (-220))) 120)) (-3832 (((-111) (-220) (-1072 (-825 (-220)))) 109)) (-1340 (((-1016) (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))) 198)) (-3894 (((-220) (-1072 (-825 (-220)))) 107)) (-1746 (((-220) (-1072 (-825 (-220)))) 108)) (-1605 (((-220) (-401 (-552))) 27)) (-3872 (((-1136) (-373)) 73)) (-3280 (((-220) (-373)) 17)) (-2658 (((-373) (-1237 (-310 (-220)))) 154)) (-4133 (((-310 (-220)) (-310 (-373))) 23)) (-2303 (((-401 (-552)) (-310 (-220))) 53)) (-3764 (((-310 (-401 (-552))) (-310 (-220))) 69)) (-2001 (((-310 (-373)) (-310 (-220))) 98)) (-4243 (((-220) (-310 (-220))) 54)) (-3484 (((-629 (-220)) (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) 64)) (-1342 (((-1072 (-825 (-220))) (-1072 (-825 (-220)))) 61)) (-3730 (((-1136) (-220)) 72)) (-3636 (((-683) (-220)) 90)) (-3628 (((-401 (-552)) (-220)) 55)) (-3490 (((-310 (-373)) (-220)) 49)) (-1522 (((-629 (-1072 (-825 (-220)))) (-629 (-1072 (-825 (-373))))) 43)) (-4319 (((-1016) (-629 (-1016))) 165) (((-1016) (-1016) (-1016)) 162)) (-4282 (((-1016) (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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"))))) 195)))
-(((-299) (-10 -7 (-15 -3280 ((-220) (-373))) (-15 -4133 ((-310 (-220)) (-310 (-373)))) (-15 -2544 ((-825 (-220)) (-825 (-373)))) (-15 -4317 ((-1072 (-825 (-220))) (-1072 (-825 (-373))))) (-15 -1522 ((-629 (-1072 (-825 (-220)))) (-629 (-1072 (-825 (-373)))))) (-15 -3628 ((-401 (-552)) (-220))) (-15 -2303 ((-401 (-552)) (-310 (-220)))) (-15 -4243 ((-220) (-310 (-220)))) (-15 -3598 ((-3 (-310 (-220)) "failed") (-310 (-220)))) (-15 -2658 ((-373) (-1237 (-310 (-220))))) (-15 -1626 ((-2 (|:| |additions| (-552)) (|:| |multiplications| (-552)) (|:| |exponentiations| (-552)) (|:| |functionCalls| (-552))) (-1237 (-310 (-220))))) (-15 -3764 ((-310 (-401 (-552))) (-310 (-220)))) (-15 -1342 ((-1072 (-825 (-220))) (-1072 (-825 (-220))))) (-15 -3484 ((-629 (-220)) (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))) (-15 -3636 ((-683) (-220))) (-15 -2739 ((-1237 (-683)) (-629 (-220)))) (-15 -2001 ((-310 (-373)) (-310 (-220)))) (-15 -3450 ((-1237 (-310 (-373))) (-1237 (-310 (-220))))) (-15 -3832 ((-111) (-220) (-1072 (-825 (-220))))) (-15 -3730 ((-1136) (-220))) (-15 -3872 ((-1136) (-373))) (-15 -2912 ((-629 (-1136)) (-629 (-220)))) (-15 -2457 ((-629 (-1136)) (-1134 (-220)))) (-15 -3894 ((-220) (-1072 (-825 (-220))))) (-15 -1746 ((-220) (-1072 (-825 (-220))))) (-15 -4319 ((-1016) (-1016) (-1016))) (-15 -4319 ((-1016) (-629 (-1016)))) (-15 -3789 ((-1136) (-373))) (-15 -2178 ((-1016) (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))))) (-15 -2178 ((-1016) (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))))) (-15 -4282 ((-1016) (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 -1340 ((-1016) (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))) (-15 -1932 ((-310 (-373)) (-933 (-220)))) (-15 -3918 ((-220) (-933 (-220)))) (-15 -3490 ((-310 (-373)) (-220))) (-15 -1605 ((-220) (-401 (-552)))) (-15 -2325 ((-673 (-220)) (-629 (-220)) (-756))))) (T -299))
-((-2325 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-220))) (-5 *4 (-756)) (-5 *2 (-673 (-220))) (-5 *1 (-299)))) (-1605 (*1 *2 *3) (-12 (-5 *3 (-401 (-552))) (-5 *2 (-220)) (-5 *1 (-299)))) (-3490 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-310 (-373))) (-5 *1 (-299)))) (-3918 (*1 *2 *3) (-12 (-5 *3 (-933 (-220))) (-5 *2 (-220)) (-5 *1 (-299)))) (-1932 (*1 *2 *3) (-12 (-5 *3 (-933 (-220))) (-5 *2 (-310 (-373))) (-5 *1 (-299)))) (-1340 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))) (-5 *2 (-1016)) (-5 *1 (-299)))) (-4282 (*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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 (-1016)) (-5 *1 (-299)))) (-2178 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016)))) (-5 *2 (-1016)) (-5 *1 (-299)))) (-2178 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))))) (-5 *2 (-1016)) (-5 *1 (-299)))) (-3789 (*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1136)) (-5 *1 (-299)))) (-4319 (*1 *2 *3) (-12 (-5 *3 (-629 (-1016))) (-5 *2 (-1016)) (-5 *1 (-299)))) (-4319 (*1 *2 *2 *2) (-12 (-5 *2 (-1016)) (-5 *1 (-299)))) (-1746 (*1 *2 *3) (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-299)))) (-3894 (*1 *2 *3) (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-299)))) (-2457 (*1 *2 *3) (-12 (-5 *3 (-1134 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-299)))) (-2912 (*1 *2 *3) (-12 (-5 *3 (-629 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-299)))) (-3872 (*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1136)) (-5 *1 (-299)))) (-3730 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1136)) (-5 *1 (-299)))) (-3832 (*1 *2 *3 *4) (-12 (-5 *4 (-1072 (-825 (-220)))) (-5 *3 (-220)) (-5 *2 (-111)) (-5 *1 (-299)))) (-3450 (*1 *2 *3) (-12 (-5 *3 (-1237 (-310 (-220)))) (-5 *2 (-1237 (-310 (-373)))) (-5 *1 (-299)))) (-2001 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-310 (-373))) (-5 *1 (-299)))) (-2739 (*1 *2 *3) (-12 (-5 *3 (-629 (-220))) (-5 *2 (-1237 (-683))) (-5 *1 (-299)))) (-3636 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-683)) (-5 *1 (-299)))) (-3484 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-5 *2 (-629 (-220))) (-5 *1 (-299)))) (-1342 (*1 *2 *2) (-12 (-5 *2 (-1072 (-825 (-220)))) (-5 *1 (-299)))) (-3764 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-310 (-401 (-552)))) (-5 *1 (-299)))) (-1626 (*1 *2 *3) (-12 (-5 *3 (-1237 (-310 (-220)))) (-5 *2 (-2 (|:| |additions| (-552)) (|:| |multiplications| (-552)) (|:| |exponentiations| (-552)) (|:| |functionCalls| (-552)))) (-5 *1 (-299)))) (-2658 (*1 *2 *3) (-12 (-5 *3 (-1237 (-310 (-220)))) (-5 *2 (-373)) (-5 *1 (-299)))) (-3598 (*1 *2 *2) (|partial| -12 (-5 *2 (-310 (-220))) (-5 *1 (-299)))) (-4243 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-220)) (-5 *1 (-299)))) (-2303 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-401 (-552))) (-5 *1 (-299)))) (-3628 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-401 (-552))) (-5 *1 (-299)))) (-1522 (*1 *2 *3) (-12 (-5 *3 (-629 (-1072 (-825 (-373))))) (-5 *2 (-629 (-1072 (-825 (-220))))) (-5 *1 (-299)))) (-4317 (*1 *2 *3) (-12 (-5 *3 (-1072 (-825 (-373)))) (-5 *2 (-1072 (-825 (-220)))) (-5 *1 (-299)))) (-2544 (*1 *2 *3) (-12 (-5 *3 (-825 (-373))) (-5 *2 (-825 (-220))) (-5 *1 (-299)))) (-4133 (*1 *2 *3) (-12 (-5 *3 (-310 (-373))) (-5 *2 (-310 (-220))) (-5 *1 (-299)))) (-3280 (*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-220)) (-5 *1 (-299)))))
-(-10 -7 (-15 -3280 ((-220) (-373))) (-15 -4133 ((-310 (-220)) (-310 (-373)))) (-15 -2544 ((-825 (-220)) (-825 (-373)))) (-15 -4317 ((-1072 (-825 (-220))) (-1072 (-825 (-373))))) (-15 -1522 ((-629 (-1072 (-825 (-220)))) (-629 (-1072 (-825 (-373)))))) (-15 -3628 ((-401 (-552)) (-220))) (-15 -2303 ((-401 (-552)) (-310 (-220)))) (-15 -4243 ((-220) (-310 (-220)))) (-15 -3598 ((-3 (-310 (-220)) "failed") (-310 (-220)))) (-15 -2658 ((-373) (-1237 (-310 (-220))))) (-15 -1626 ((-2 (|:| |additions| (-552)) (|:| |multiplications| (-552)) (|:| |exponentiations| (-552)) (|:| |functionCalls| (-552))) (-1237 (-310 (-220))))) (-15 -3764 ((-310 (-401 (-552))) (-310 (-220)))) (-15 -1342 ((-1072 (-825 (-220))) (-1072 (-825 (-220))))) (-15 -3484 ((-629 (-220)) (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))) (-15 -3636 ((-683) (-220))) (-15 -2739 ((-1237 (-683)) (-629 (-220)))) (-15 -2001 ((-310 (-373)) (-310 (-220)))) (-15 -3450 ((-1237 (-310 (-373))) (-1237 (-310 (-220))))) (-15 -3832 ((-111) (-220) (-1072 (-825 (-220))))) (-15 -3730 ((-1136) (-220))) (-15 -3872 ((-1136) (-373))) (-15 -2912 ((-629 (-1136)) (-629 (-220)))) (-15 -2457 ((-629 (-1136)) (-1134 (-220)))) (-15 -3894 ((-220) (-1072 (-825 (-220))))) (-15 -1746 ((-220) (-1072 (-825 (-220))))) (-15 -4319 ((-1016) (-1016) (-1016))) (-15 -4319 ((-1016) (-629 (-1016)))) (-15 -3789 ((-1136) (-373))) (-15 -2178 ((-1016) (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))))) (-15 -2178 ((-1016) (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))))) (-15 -4282 ((-1016) (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 -1340 ((-1016) (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))) (-15 -1932 ((-310 (-373)) (-933 (-220)))) (-15 -3918 ((-220) (-933 (-220)))) (-15 -3490 ((-310 (-373)) (-220))) (-15 -1605 ((-220) (-401 (-552)))) (-15 -2325 ((-673 (-220)) (-629 (-220)) (-756))))
-((-2393 (((-111) $ $) 11)) (-4006 (($ $ $) 15)) (-3987 (($ $ $) 14)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 44)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 53)) (-2594 (($ $ $) 21) (($ (-629 $)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 32) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 37)) (-3969 (((-3 $ "failed") $ $) 17)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 46)))
-(((-300 |#1|) (-10 -8 (-15 -2751 ((-3 (-629 |#1|) "failed") (-629 |#1|) |#1|)) (-15 -1734 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -1734 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -4006 (|#1| |#1| |#1|)) (-15 -3987 (|#1| |#1| |#1|)) (-15 -2393 ((-111) |#1| |#1|)) (-15 -2974 ((-3 (-629 |#1|) "failed") (-629 |#1|) |#1|)) (-15 -3493 ((-2 (|:| -4158 (-629 |#1|)) (|:| -4126 |#1|)) (-629 |#1|))) (-15 -2594 (|#1| (-629 |#1|))) (-15 -2594 (|#1| |#1| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#1|))) (-301)) (T -300))
-NIL
-(-10 -8 (-15 -2751 ((-3 (-629 |#1|) "failed") (-629 |#1|) |#1|)) (-15 -1734 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -1734 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -4006 (|#1| |#1| |#1|)) (-15 -3987 (|#1| |#1| |#1|)) (-15 -2393 ((-111) |#1| |#1|)) (-15 -2974 ((-3 (-629 |#1|) "failed") (-629 |#1|) |#1|)) (-15 -3493 ((-2 (|:| -4158 (-629 |#1|)) (|:| -4126 |#1|)) (-629 |#1|))) (-15 -2594 (|#1| (-629 |#1|))) (-15 -2594 (|#1| |#1| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-2393 (((-111) $ $) 57)) (-2130 (($) 17 T CONST)) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-4065 (((-111) $) 30)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
+((-2061 (*1 *1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-2061 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-2061 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-2061 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-2061 (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-630 *1)) (-4 *1 (-296)))) (-2173 (*1 *1 *1 *2) (-12 (-5 *2 (-288 *1)) (-4 *1 (-296)))) (-2173 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-288 *1))) (-4 *1 (-296)))) (-2173 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-599 *1))) (-5 *3 (-630 *1)) (-4 *1 (-296)))) (-3064 (*1 *1 *1) (-4 *1 (-296))) (-3064 (*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-296)))) (-1725 (*1 *1 *1) (-4 *1 (-296))) (-1725 (*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-296)))) (-2451 (*1 *1 *1) (-4 *1 (-296))) (-2451 (*1 *1 *1 *1) (-4 *1 (-296))) (-2385 (*1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-757)))) (-2427 (*1 *2 *1) (|partial| -12 (-5 *2 (-599 *1)) (-4 *1 (-296)))) (-3434 (*1 *2 *1) (-12 (-5 *2 (-630 (-599 *1))) (-4 *1 (-296)))) (-3361 (*1 *2 *1) (-12 (-5 *2 (-630 (-599 *1))) (-4 *1 (-296)))) (-3495 (*1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-630 (-113))))) (-4155 (*1 *2 *2) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-4083 (*1 *2 *3) (-12 (-4 *1 (-296)) (-5 *3 (-113)) (-5 *2 (-111)))) (-2990 (*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-113)) (-5 *2 (-111)))) (-2990 (*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-1155)) (-5 *2 (-111)))) (-4084 (*1 *1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113)))) (-4084 (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-630 *1)) (-4 *1 (-296)))) (-1478 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-599 *1)) (-4 *1 (-296)))) (-1611 (*1 *2 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-111)))) (-1611 (*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-1155)) (-5 *2 (-111)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-630 (-1 *1 *1))) (-4 *1 (-296)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-630 (-1 *1 (-630 *1)))) (-4 *1 (-296)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1 *1 (-630 *1))) (-4 *1 (-296)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1 *1 *1)) (-4 *1 (-296)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-113))) (-5 *3 (-630 (-1 *1 *1))) (-4 *1 (-296)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-113))) (-5 *3 (-630 (-1 *1 (-630 *1)))) (-4 *1 (-296)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *1 (-630 *1))) (-4 *1 (-296)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1 *1 *1)) (-4 *1 (-296)))) (-1822 (*1 *2 *3) (-12 (-5 *3 (-599 *1)) (-4 *1 (-1031)) (-4 *1 (-296)) (-5 *2 (-1151 *1)))) (-3035 (*1 *1 *1) (-12 (-4 *1 (-1031)) (-4 *1 (-296)))) (-3439 (*1 *2 *1) (-12 (-4 *1 (-1020 (-553))) (-4 *1 (-296)) (-5 *2 (-111)))) (-2709 (*1 *2 *1) (-12 (-4 *1 (-1020 (-553))) (-4 *1 (-296)) (-5 *2 (-111)))))
+(-13 (-833) (-1020 (-599 $)) (-507 (-599 $) $) (-303 $) (-10 -8 (-15 -2061 ($ (-113) $)) (-15 -2061 ($ (-113) $ $)) (-15 -2061 ($ (-113) $ $ $)) (-15 -2061 ($ (-113) $ $ $ $)) (-15 -2061 ($ (-113) (-630 $))) (-15 -2173 ($ $ (-288 $))) (-15 -2173 ($ $ (-630 (-288 $)))) (-15 -2173 ($ $ (-630 (-599 $)) (-630 $))) (-15 -3064 ($ $)) (-15 -3064 ($ (-630 $))) (-15 -1725 ($ $)) (-15 -1725 ($ (-630 $))) (-15 -2451 ($ $)) (-15 -2451 ($ $ $)) (-15 -2385 ((-757) $)) (-15 -2427 ((-3 (-599 $) "failed") $)) (-15 -3434 ((-630 (-599 $)) $)) (-15 -3361 ((-630 (-599 $)) $)) (-15 -3495 ((-630 (-113)) $)) (-15 -4155 ((-113) (-113))) (-15 -4083 ((-111) (-113))) (-15 -2990 ((-111) $ (-113))) (-15 -2990 ((-111) $ (-1155))) (-15 -4084 ($ (-113) $)) (-15 -4084 ($ (-113) (-630 $))) (-15 -1478 ($ (-1 $ $) (-599 $))) (-15 -1611 ((-111) $ $)) (-15 -1611 ((-111) $ (-1155))) (-15 -2433 ($ $ (-630 (-1155)) (-630 (-1 $ $)))) (-15 -2433 ($ $ (-630 (-1155)) (-630 (-1 $ (-630 $))))) (-15 -2433 ($ $ (-1155) (-1 $ (-630 $)))) (-15 -2433 ($ $ (-1155) (-1 $ $))) (-15 -2433 ($ $ (-630 (-113)) (-630 (-1 $ $)))) (-15 -2433 ($ $ (-630 (-113)) (-630 (-1 $ (-630 $))))) (-15 -2433 ($ $ (-113) (-1 $ (-630 $)))) (-15 -2433 ($ $ (-113) (-1 $ $))) (IF (|has| $ (-1031)) (PROGN (-15 -1822 ((-1151 $) (-599 $))) (-15 -3035 ($ $))) |%noBranch|) (IF (|has| $ (-1020 (-553))) (PROGN (-15 -3439 ((-111) $)) (-15 -2709 ((-111) $))) |%noBranch|)))
+(((-101) . T) ((-603 #0=(-599 $)) . T) ((-600 (-845)) . T) ((-303 $) . T) ((-507 (-599 $) $) . T) ((-507 $ $) . T) ((-833) . T) ((-1020 #0#) . T) ((-1079) . T))
+((-2883 (((-630 |#1|) (-630 |#1|)) 10)))
+(((-297 |#1|) (-10 -7 (-15 -2883 ((-630 |#1|) (-630 |#1|)))) (-831)) (T -297))
+((-2883 (*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-831)) (-5 *1 (-297 *3)))))
+(-10 -7 (-15 -2883 ((-630 |#1|) (-630 |#1|))))
+((-1478 (((-674 |#2|) (-1 |#2| |#1|) (-674 |#1|)) 17)))
+(((-298 |#1| |#2|) (-10 -7 (-15 -1478 ((-674 |#2|) (-1 |#2| |#1|) (-674 |#1|)))) (-1031) (-1031)) (T -298))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-674 *5)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-5 *2 (-674 *6)) (-5 *1 (-298 *5 *6)))))
+(-10 -7 (-15 -1478 ((-674 |#2|) (-1 |#2| |#1|) (-674 |#1|))))
+((-3553 (((-1238 (-310 (-373))) (-1238 (-310 (-220)))) 105)) (-2065 (((-1073 (-826 (-220))) (-1073 (-826 (-373)))) 40)) (-3186 (((-630 (-1137)) (-1135 (-220))) 87)) (-1729 (((-310 (-373)) (-934 (-220))) 50)) (-2647 (((-220) (-934 (-220))) 46)) (-3831 (((-1137) (-373)) 169)) (-2749 (((-826 (-220)) (-826 (-373))) 34)) (-1886 (((-2 (|:| |additions| (-553)) (|:| |multiplications| (-553)) (|:| |exponentiations| (-553)) (|:| |functionCalls| (-553))) (-1238 (-310 (-220)))) 143)) (-2398 (((-1017) (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017)))) 181) (((-1017) (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))))) 179)) (-1317 (((-674 (-220)) (-630 (-220)) (-757)) 14)) (-3900 (((-1238 (-684)) (-630 (-220))) 94)) (-1855 (((-630 (-1137)) (-630 (-220))) 75)) (-3597 (((-3 (-310 (-220)) "failed") (-310 (-220))) 120)) (-3075 (((-111) (-220) (-1073 (-826 (-220)))) 109)) (-2289 (((-1017) (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))) 198)) (-2382 (((-220) (-1073 (-826 (-220)))) 107)) (-3721 (((-220) (-1073 (-826 (-220)))) 108)) (-1657 (((-220) (-401 (-553))) 27)) (-2165 (((-1137) (-373)) 73)) (-2470 (((-220) (-373)) 17)) (-1283 (((-373) (-1238 (-310 (-220)))) 154)) (-3974 (((-310 (-220)) (-310 (-373))) 23)) (-4225 (((-401 (-553)) (-310 (-220))) 53)) (-3618 (((-310 (-401 (-553))) (-310 (-220))) 69)) (-4322 (((-310 (-373)) (-310 (-220))) 98)) (-2620 (((-220) (-310 (-220))) 54)) (-3884 (((-630 (-220)) (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) 64)) (-2640 (((-1073 (-826 (-220))) (-1073 (-826 (-220)))) 61)) (-1349 (((-1137) (-220)) 72)) (-1641 (((-684) (-220)) 90)) (-1566 (((-401 (-553)) (-220)) 55)) (-3935 (((-310 (-373)) (-220)) 49)) (-1523 (((-630 (-1073 (-826 (-220)))) (-630 (-1073 (-826 (-373))))) 43)) (-4320 (((-1017) (-630 (-1017))) 165) (((-1017) (-1017) (-1017)) 162)) (-1720 (((-1017) (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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"))))) 195)))
+(((-299) (-10 -7 (-15 -2470 ((-220) (-373))) (-15 -3974 ((-310 (-220)) (-310 (-373)))) (-15 -2749 ((-826 (-220)) (-826 (-373)))) (-15 -2065 ((-1073 (-826 (-220))) (-1073 (-826 (-373))))) (-15 -1523 ((-630 (-1073 (-826 (-220)))) (-630 (-1073 (-826 (-373)))))) (-15 -1566 ((-401 (-553)) (-220))) (-15 -4225 ((-401 (-553)) (-310 (-220)))) (-15 -2620 ((-220) (-310 (-220)))) (-15 -3597 ((-3 (-310 (-220)) "failed") (-310 (-220)))) (-15 -1283 ((-373) (-1238 (-310 (-220))))) (-15 -1886 ((-2 (|:| |additions| (-553)) (|:| |multiplications| (-553)) (|:| |exponentiations| (-553)) (|:| |functionCalls| (-553))) (-1238 (-310 (-220))))) (-15 -3618 ((-310 (-401 (-553))) (-310 (-220)))) (-15 -2640 ((-1073 (-826 (-220))) (-1073 (-826 (-220))))) (-15 -3884 ((-630 (-220)) (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))) (-15 -1641 ((-684) (-220))) (-15 -3900 ((-1238 (-684)) (-630 (-220)))) (-15 -4322 ((-310 (-373)) (-310 (-220)))) (-15 -3553 ((-1238 (-310 (-373))) (-1238 (-310 (-220))))) (-15 -3075 ((-111) (-220) (-1073 (-826 (-220))))) (-15 -1349 ((-1137) (-220))) (-15 -2165 ((-1137) (-373))) (-15 -1855 ((-630 (-1137)) (-630 (-220)))) (-15 -3186 ((-630 (-1137)) (-1135 (-220)))) (-15 -2382 ((-220) (-1073 (-826 (-220))))) (-15 -3721 ((-220) (-1073 (-826 (-220))))) (-15 -4320 ((-1017) (-1017) (-1017))) (-15 -4320 ((-1017) (-630 (-1017)))) (-15 -3831 ((-1137) (-373))) (-15 -2398 ((-1017) (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))))) (-15 -2398 ((-1017) (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))))) (-15 -1720 ((-1017) (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 -2289 ((-1017) (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))) (-15 -1729 ((-310 (-373)) (-934 (-220)))) (-15 -2647 ((-220) (-934 (-220)))) (-15 -3935 ((-310 (-373)) (-220))) (-15 -1657 ((-220) (-401 (-553)))) (-15 -1317 ((-674 (-220)) (-630 (-220)) (-757))))) (T -299))
+((-1317 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-220))) (-5 *4 (-757)) (-5 *2 (-674 (-220))) (-5 *1 (-299)))) (-1657 (*1 *2 *3) (-12 (-5 *3 (-401 (-553))) (-5 *2 (-220)) (-5 *1 (-299)))) (-3935 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-310 (-373))) (-5 *1 (-299)))) (-2647 (*1 *2 *3) (-12 (-5 *3 (-934 (-220))) (-5 *2 (-220)) (-5 *1 (-299)))) (-1729 (*1 *2 *3) (-12 (-5 *3 (-934 (-220))) (-5 *2 (-310 (-373))) (-5 *1 (-299)))) (-2289 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))) (-5 *2 (-1017)) (-5 *1 (-299)))) (-1720 (*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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 (-1017)) (-5 *1 (-299)))) (-2398 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017)))) (-5 *2 (-1017)) (-5 *1 (-299)))) (-2398 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))))) (-5 *2 (-1017)) (-5 *1 (-299)))) (-3831 (*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1137)) (-5 *1 (-299)))) (-4320 (*1 *2 *3) (-12 (-5 *3 (-630 (-1017))) (-5 *2 (-1017)) (-5 *1 (-299)))) (-4320 (*1 *2 *2 *2) (-12 (-5 *2 (-1017)) (-5 *1 (-299)))) (-3721 (*1 *2 *3) (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-299)))) (-2382 (*1 *2 *3) (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-299)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-1135 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-299)))) (-1855 (*1 *2 *3) (-12 (-5 *3 (-630 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-299)))) (-2165 (*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1137)) (-5 *1 (-299)))) (-1349 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1137)) (-5 *1 (-299)))) (-3075 (*1 *2 *3 *4) (-12 (-5 *4 (-1073 (-826 (-220)))) (-5 *3 (-220)) (-5 *2 (-111)) (-5 *1 (-299)))) (-3553 (*1 *2 *3) (-12 (-5 *3 (-1238 (-310 (-220)))) (-5 *2 (-1238 (-310 (-373)))) (-5 *1 (-299)))) (-4322 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-310 (-373))) (-5 *1 (-299)))) (-3900 (*1 *2 *3) (-12 (-5 *3 (-630 (-220))) (-5 *2 (-1238 (-684))) (-5 *1 (-299)))) (-1641 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-684)) (-5 *1 (-299)))) (-3884 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-5 *2 (-630 (-220))) (-5 *1 (-299)))) (-2640 (*1 *2 *2) (-12 (-5 *2 (-1073 (-826 (-220)))) (-5 *1 (-299)))) (-3618 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-310 (-401 (-553)))) (-5 *1 (-299)))) (-1886 (*1 *2 *3) (-12 (-5 *3 (-1238 (-310 (-220)))) (-5 *2 (-2 (|:| |additions| (-553)) (|:| |multiplications| (-553)) (|:| |exponentiations| (-553)) (|:| |functionCalls| (-553)))) (-5 *1 (-299)))) (-1283 (*1 *2 *3) (-12 (-5 *3 (-1238 (-310 (-220)))) (-5 *2 (-373)) (-5 *1 (-299)))) (-3597 (*1 *2 *2) (|partial| -12 (-5 *2 (-310 (-220))) (-5 *1 (-299)))) (-2620 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-220)) (-5 *1 (-299)))) (-4225 (*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-401 (-553))) (-5 *1 (-299)))) (-1566 (*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-401 (-553))) (-5 *1 (-299)))) (-1523 (*1 *2 *3) (-12 (-5 *3 (-630 (-1073 (-826 (-373))))) (-5 *2 (-630 (-1073 (-826 (-220))))) (-5 *1 (-299)))) (-2065 (*1 *2 *3) (-12 (-5 *3 (-1073 (-826 (-373)))) (-5 *2 (-1073 (-826 (-220)))) (-5 *1 (-299)))) (-2749 (*1 *2 *3) (-12 (-5 *3 (-826 (-373))) (-5 *2 (-826 (-220))) (-5 *1 (-299)))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-310 (-373))) (-5 *2 (-310 (-220))) (-5 *1 (-299)))) (-2470 (*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-220)) (-5 *1 (-299)))))
+(-10 -7 (-15 -2470 ((-220) (-373))) (-15 -3974 ((-310 (-220)) (-310 (-373)))) (-15 -2749 ((-826 (-220)) (-826 (-373)))) (-15 -2065 ((-1073 (-826 (-220))) (-1073 (-826 (-373))))) (-15 -1523 ((-630 (-1073 (-826 (-220)))) (-630 (-1073 (-826 (-373)))))) (-15 -1566 ((-401 (-553)) (-220))) (-15 -4225 ((-401 (-553)) (-310 (-220)))) (-15 -2620 ((-220) (-310 (-220)))) (-15 -3597 ((-3 (-310 (-220)) "failed") (-310 (-220)))) (-15 -1283 ((-373) (-1238 (-310 (-220))))) (-15 -1886 ((-2 (|:| |additions| (-553)) (|:| |multiplications| (-553)) (|:| |exponentiations| (-553)) (|:| |functionCalls| (-553))) (-1238 (-310 (-220))))) (-15 -3618 ((-310 (-401 (-553))) (-310 (-220)))) (-15 -2640 ((-1073 (-826 (-220))) (-1073 (-826 (-220))))) (-15 -3884 ((-630 (-220)) (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))) (-15 -1641 ((-684) (-220))) (-15 -3900 ((-1238 (-684)) (-630 (-220)))) (-15 -4322 ((-310 (-373)) (-310 (-220)))) (-15 -3553 ((-1238 (-310 (-373))) (-1238 (-310 (-220))))) (-15 -3075 ((-111) (-220) (-1073 (-826 (-220))))) (-15 -1349 ((-1137) (-220))) (-15 -2165 ((-1137) (-373))) (-15 -1855 ((-630 (-1137)) (-630 (-220)))) (-15 -3186 ((-630 (-1137)) (-1135 (-220)))) (-15 -2382 ((-220) (-1073 (-826 (-220))))) (-15 -3721 ((-220) (-1073 (-826 (-220))))) (-15 -4320 ((-1017) (-1017) (-1017))) (-15 -4320 ((-1017) (-630 (-1017)))) (-15 -3831 ((-1137) (-373))) (-15 -2398 ((-1017) (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))))) (-15 -2398 ((-1017) (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))))) (-15 -1720 ((-1017) (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 -2289 ((-1017) (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))) (-15 -1729 ((-310 (-373)) (-934 (-220)))) (-15 -2647 ((-220) (-934 (-220)))) (-15 -3935 ((-310 (-373)) (-220))) (-15 -1657 ((-220) (-401 (-553)))) (-15 -1317 ((-674 (-220)) (-630 (-220)) (-757))))
+((-3816 (((-111) $ $) 11)) (-4005 (($ $ $) 15)) (-3986 (($ $ $) 14)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 44)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 53)) (-2591 (($ $ $) 21) (($ (-630 $)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 32) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 37)) (-3968 (((-3 $ "failed") $ $) 17)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 46)))
+(((-300 |#1|) (-10 -8 (-15 -2833 ((-3 (-630 |#1|) "failed") (-630 |#1|) |#1|)) (-15 -3600 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3600 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4125 |#1|)) |#1| |#1|)) (-15 -4005 (|#1| |#1| |#1|)) (-15 -3986 (|#1| |#1| |#1|)) (-15 -3816 ((-111) |#1| |#1|)) (-15 -1280 ((-3 (-630 |#1|) "failed") (-630 |#1|) |#1|)) (-15 -3965 ((-2 (|:| -4157 (-630 |#1|)) (|:| -4125 |#1|)) (-630 |#1|))) (-15 -2591 (|#1| (-630 |#1|))) (-15 -2591 (|#1| |#1| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#1|))) (-301)) (T -300))
+NIL
+(-10 -8 (-15 -2833 ((-3 (-630 |#1|) "failed") (-630 |#1|) |#1|)) (-15 -3600 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3600 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4125 |#1|)) |#1| |#1|)) (-15 -4005 (|#1| |#1| |#1|)) (-15 -3986 (|#1| |#1| |#1|)) (-15 -3816 ((-111) |#1| |#1|)) (-15 -1280 ((-3 (-630 |#1|) "failed") (-630 |#1|) |#1|)) (-15 -3965 ((-2 (|:| -4157 (-630 |#1|)) (|:| -4125 |#1|)) (-630 |#1|))) (-15 -2591 (|#1| (-630 |#1|))) (-15 -2591 (|#1| |#1| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3816 (((-111) $ $) 57)) (-3203 (($) 17 T CONST)) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-1434 (((-111) $) 30)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
(((-301) (-137)) (T -301))
-((-2393 (*1 *2 *1 *1) (-12 (-4 *1 (-301)) (-5 *2 (-111)))) (-3795 (*1 *2 *1) (-12 (-4 *1 (-301)) (-5 *2 (-756)))) (-1670 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-301)))) (-3987 (*1 *1 *1 *1) (-4 *1 (-301))) (-4006 (*1 *1 *1 *1) (-4 *1 (-301))) (-1734 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1))) (-4 *1 (-301)))) (-1734 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-301)))) (-2751 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-629 *1)) (-4 *1 (-301)))))
-(-13 (-901) (-10 -8 (-15 -2393 ((-111) $ $)) (-15 -3795 ((-756) $)) (-15 -1670 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -3987 ($ $ $)) (-15 -4006 ($ $ $)) (-15 -1734 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $)) (-15 -1734 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -2751 ((-3 (-629 $) "failed") (-629 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-284) . T) ((-445) . T) ((-544) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-901) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-2432 (($ $ (-629 |#2|) (-629 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-288 |#2|)) 11) (($ $ (-629 (-288 |#2|))) NIL)))
-(((-302 |#1| |#2|) (-10 -8 (-15 -2432 (|#1| |#1| (-629 (-288 |#2|)))) (-15 -2432 (|#1| |#1| (-288 |#2|))) (-15 -2432 (|#1| |#1| |#2| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#2|) (-629 |#2|)))) (-303 |#2|) (-1078)) (T -302))
-NIL
-(-10 -8 (-15 -2432 (|#1| |#1| (-629 (-288 |#2|)))) (-15 -2432 (|#1| |#1| (-288 |#2|))) (-15 -2432 (|#1| |#1| |#2| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#2|) (-629 |#2|))))
-((-2432 (($ $ (-629 |#1|) (-629 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-288 |#1|)) 11) (($ $ (-629 (-288 |#1|))) 10)))
-(((-303 |#1|) (-137) (-1078)) (T -303))
-((-2432 (*1 *1 *1 *2) (-12 (-5 *2 (-288 *3)) (-4 *1 (-303 *3)) (-4 *3 (-1078)))) (-2432 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-288 *3))) (-4 *1 (-303 *3)) (-4 *3 (-1078)))))
-(-13 (-506 |t#1| |t#1|) (-10 -8 (-15 -2432 ($ $ (-288 |t#1|))) (-15 -2432 ($ $ (-629 (-288 |t#1|))))))
-(((-506 |#1| |#1|) . T))
-((-2432 ((|#1| (-1 |#1| (-552)) (-1156 (-401 (-552)))) 25)))
-(((-304 |#1|) (-10 -7 (-15 -2432 (|#1| (-1 |#1| (-552)) (-1156 (-401 (-552)))))) (-38 (-401 (-552)))) (T -304))
-((-2432 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-552))) (-5 *4 (-1156 (-401 (-552)))) (-5 *1 (-304 *2)) (-4 *2 (-38 (-401 (-552)))))))
-(-10 -7 (-15 -2432 (|#1| (-1 |#1| (-552)) (-1156 (-401 (-552))))))
-((-3202 (((-111) $ $) NIL)) (-2491 (((-552) $) 12)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3553 (((-1113) $) 9)) (-3213 (((-844) $) 21) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-305) (-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $)) (-15 -2491 ((-552) $))))) (T -305))
-((-3553 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-305)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-305)))))
-(-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $)) (-15 -2491 ((-552) $))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 7)) (-1613 (((-111) $ $) 9)))
-(((-306) (-1078)) (T -306))
-NIL
-(-1078)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 62)) (-3603 (((-1223 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-890)))) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-890)))) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-805)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-1223 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1154) "failed") $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1019 (-552)))) (((-3 (-552) "failed") $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1019 (-552)))) (((-3 (-1222 |#2| |#3| |#4|) "failed") $) 25)) (-2832 (((-1223 |#1| |#2| |#3| |#4|) $) NIL) (((-1154) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1019 (-1154)))) (((-401 (-552)) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1019 (-552)))) (((-552) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1019 (-552)))) (((-1222 |#2| |#3| |#4|) $) NIL)) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-1223 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1237 (-1223 |#1| |#2| |#3| |#4|)))) (-673 $) (-1237 $)) NIL) (((-673 (-1223 |#1| |#2| |#3| |#4|)) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-537)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1338 (((-111) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-867 (-373))))) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL)) (-4015 (((-1223 |#1| |#2| |#3| |#4|) $) 21)) (-2032 (((-3 $ "failed") $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1129)))) (-3127 (((-111) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-832)))) (-2011 (($ $ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-832)))) (-1477 (($ (-1 (-1223 |#1| |#2| |#3| |#4|) (-1223 |#1| |#2| |#3| |#4|)) $) NIL)) (-1798 (((-3 (-825 |#2|) "failed") $) 78)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-301)))) (-3410 (((-1223 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-890)))) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2432 (($ $ (-629 (-1223 |#1| |#2| |#3| |#4|)) (-629 (-1223 |#1| |#2| |#3| |#4|))) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-303 (-1223 |#1| |#2| |#3| |#4|)))) (($ $ (-1223 |#1| |#2| |#3| |#4|) (-1223 |#1| |#2| |#3| |#4|)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-303 (-1223 |#1| |#2| |#3| |#4|)))) (($ $ (-288 (-1223 |#1| |#2| |#3| |#4|))) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-303 (-1223 |#1| |#2| |#3| |#4|)))) (($ $ (-629 (-288 (-1223 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-303 (-1223 |#1| |#2| |#3| |#4|)))) (($ $ (-629 (-1154)) (-629 (-1223 |#1| |#2| |#3| |#4|))) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-506 (-1154) (-1223 |#1| |#2| |#3| |#4|)))) (($ $ (-1154) (-1223 |#1| |#2| |#3| |#4|)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-506 (-1154) (-1223 |#1| |#2| |#3| |#4|))))) (-3795 (((-756) $) NIL)) (-2060 (($ $ (-1223 |#1| |#2| |#3| |#4|)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-280 (-1223 |#1| |#2| |#3| |#4|) (-1223 |#1| |#2| |#3| |#4|))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-228))) (($ $ (-756)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-228))) (($ $ (-1154)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-881 (-1154)))) (($ $ (-1 (-1223 |#1| |#2| |#3| |#4|) (-1223 |#1| |#2| |#3| |#4|)) (-756)) NIL) (($ $ (-1 (-1223 |#1| |#2| |#3| |#4|) (-1223 |#1| |#2| |#3| |#4|))) NIL)) (-2493 (($ $) NIL)) (-4026 (((-1223 |#1| |#2| |#3| |#4|) $) 17)) (-1522 (((-873 (-552)) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-600 (-873 (-373))))) (((-528) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-600 (-528)))) (((-373) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1003))) (((-220) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1003)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| (-1223 |#1| |#2| |#3| |#4|) (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ (-1223 |#1| |#2| |#3| |#4|)) 29) (($ (-1154)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-1019 (-1154)))) (($ (-1222 |#2| |#3| |#4|)) 36)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| (-1223 |#1| |#2| |#3| |#4|) (-890))) (|has| (-1223 |#1| |#2| |#3| |#4|) (-142))))) (-2014 (((-756)) NIL)) (-3763 (((-1223 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-537)))) (-3589 (((-111) $ $) NIL)) (-1578 (($ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-805)))) (-3297 (($) 41 T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-228))) (($ $ (-756)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-228))) (($ $ (-1154)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-881 (-1154)))) (($ $ (-1 (-1223 |#1| |#2| |#3| |#4|) (-1223 |#1| |#2| |#3| |#4|)) (-756)) NIL) (($ $ (-1 (-1223 |#1| |#2| |#3| |#4|) (-1223 |#1| |#2| |#3| |#4|))) NIL)) (-1666 (((-111) $ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-832)))) (-1632 (((-111) $ $) NIL (|has| (-1223 |#1| |#2| |#3| |#4|) (-832)))) (-1720 (($ $ $) 34) (($ (-1223 |#1| |#2| |#3| |#4|) (-1223 |#1| |#2| |#3| |#4|)) 31)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ (-1223 |#1| |#2| |#3| |#4|) $) 30) (($ $ (-1223 |#1| |#2| |#3| |#4|)) NIL)))
-(((-307 |#1| |#2| |#3| |#4|) (-13 (-973 (-1223 |#1| |#2| |#3| |#4|)) (-1019 (-1222 |#2| |#3| |#4|)) (-10 -8 (-15 -1798 ((-3 (-825 |#2|) "failed") $)) (-15 -3213 ($ (-1222 |#2| |#3| |#4|))))) (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445)) (-13 (-27) (-1176) (-424 |#1|)) (-1154) |#2|) (T -307))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1222 *4 *5 *6)) (-4 *4 (-13 (-27) (-1176) (-424 *3))) (-14 *5 (-1154)) (-14 *6 *4) (-4 *3 (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445))) (-5 *1 (-307 *3 *4 *5 *6)))) (-1798 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445))) (-5 *2 (-825 *4)) (-5 *1 (-307 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1176) (-424 *3))) (-14 *5 (-1154)) (-14 *6 *4))))
-(-13 (-973 (-1223 |#1| |#2| |#3| |#4|)) (-1019 (-1222 |#2| |#3| |#4|)) (-10 -8 (-15 -1798 ((-3 (-825 |#2|) "failed") $)) (-15 -3213 ($ (-1222 |#2| |#3| |#4|)))))
-((-1477 (((-310 |#2|) (-1 |#2| |#1|) (-310 |#1|)) 13)))
-(((-308 |#1| |#2|) (-10 -7 (-15 -1477 ((-310 |#2|) (-1 |#2| |#1|) (-310 |#1|)))) (-832) (-832)) (T -308))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-310 *5)) (-4 *5 (-832)) (-4 *6 (-832)) (-5 *2 (-310 *6)) (-5 *1 (-308 *5 *6)))))
-(-10 -7 (-15 -1477 ((-310 |#2|) (-1 |#2| |#1|) (-310 |#1|))))
-((-3658 (((-52) |#2| (-288 |#2|) (-756)) 33) (((-52) |#2| (-288 |#2|)) 24) (((-52) |#2| (-756)) 28) (((-52) |#2|) 25) (((-52) (-1154)) 21)) (-1726 (((-52) |#2| (-288 |#2|) (-401 (-552))) 51) (((-52) |#2| (-288 |#2|)) 48) (((-52) |#2| (-401 (-552))) 50) (((-52) |#2|) 49) (((-52) (-1154)) 47)) (-3682 (((-52) |#2| (-288 |#2|) (-401 (-552))) 46) (((-52) |#2| (-288 |#2|)) 43) (((-52) |#2| (-401 (-552))) 45) (((-52) |#2|) 44) (((-52) (-1154)) 42)) (-3670 (((-52) |#2| (-288 |#2|) (-552)) 39) (((-52) |#2| (-288 |#2|)) 35) (((-52) |#2| (-552)) 38) (((-52) |#2|) 36) (((-52) (-1154)) 34)))
-(((-309 |#1| |#2|) (-10 -7 (-15 -3658 ((-52) (-1154))) (-15 -3658 ((-52) |#2|)) (-15 -3658 ((-52) |#2| (-756))) (-15 -3658 ((-52) |#2| (-288 |#2|))) (-15 -3658 ((-52) |#2| (-288 |#2|) (-756))) (-15 -3670 ((-52) (-1154))) (-15 -3670 ((-52) |#2|)) (-15 -3670 ((-52) |#2| (-552))) (-15 -3670 ((-52) |#2| (-288 |#2|))) (-15 -3670 ((-52) |#2| (-288 |#2|) (-552))) (-15 -3682 ((-52) (-1154))) (-15 -3682 ((-52) |#2|)) (-15 -3682 ((-52) |#2| (-401 (-552)))) (-15 -3682 ((-52) |#2| (-288 |#2|))) (-15 -3682 ((-52) |#2| (-288 |#2|) (-401 (-552)))) (-15 -1726 ((-52) (-1154))) (-15 -1726 ((-52) |#2|)) (-15 -1726 ((-52) |#2| (-401 (-552)))) (-15 -1726 ((-52) |#2| (-288 |#2|))) (-15 -1726 ((-52) |#2| (-288 |#2|) (-401 (-552))))) (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))) (-13 (-27) (-1176) (-424 |#1|))) (T -309))
-((-1726 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-288 *3)) (-5 *5 (-401 (-552))) (-4 *3 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *6 *3)))) (-1726 (*1 *2 *3 *4) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)))) (-1726 (*1 *2 *3 *4) (-12 (-5 *4 (-401 (-552))) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))) (-1726 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *4))))) (-1726 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *5)) (-4 *5 (-13 (-27) (-1176) (-424 *4))))) (-3682 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-288 *3)) (-5 *5 (-401 (-552))) (-4 *3 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *6 *3)))) (-3682 (*1 *2 *3 *4) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)))) (-3682 (*1 *2 *3 *4) (-12 (-5 *4 (-401 (-552))) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))) (-3682 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *4))))) (-3682 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *5)) (-4 *5 (-13 (-27) (-1176) (-424 *4))))) (-3670 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-445) (-832) (-1019 *5) (-625 *5))) (-5 *5 (-552)) (-5 *2 (-52)) (-5 *1 (-309 *6 *3)))) (-3670 (*1 *2 *3 *4) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)))) (-3670 (*1 *2 *3 *4) (-12 (-5 *4 (-552)) (-4 *5 (-13 (-445) (-832) (-1019 *4) (-625 *4))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))) (-3670 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *4))))) (-3670 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *5)) (-4 *5 (-13 (-27) (-1176) (-424 *4))))) (-3658 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-288 *3)) (-5 *5 (-756)) (-4 *3 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *6 *3)))) (-3658 (*1 *2 *3 *4) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)))) (-3658 (*1 *2 *3 *4) (-12 (-5 *4 (-756)) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))) (-3658 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *4))))) (-3658 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *5)) (-4 *5 (-13 (-27) (-1176) (-424 *4))))))
-(-10 -7 (-15 -3658 ((-52) (-1154))) (-15 -3658 ((-52) |#2|)) (-15 -3658 ((-52) |#2| (-756))) (-15 -3658 ((-52) |#2| (-288 |#2|))) (-15 -3658 ((-52) |#2| (-288 |#2|) (-756))) (-15 -3670 ((-52) (-1154))) (-15 -3670 ((-52) |#2|)) (-15 -3670 ((-52) |#2| (-552))) (-15 -3670 ((-52) |#2| (-288 |#2|))) (-15 -3670 ((-52) |#2| (-288 |#2|) (-552))) (-15 -3682 ((-52) (-1154))) (-15 -3682 ((-52) |#2|)) (-15 -3682 ((-52) |#2| (-401 (-552)))) (-15 -3682 ((-52) |#2| (-288 |#2|))) (-15 -3682 ((-52) |#2| (-288 |#2|) (-401 (-552)))) (-15 -1726 ((-52) (-1154))) (-15 -1726 ((-52) |#2|)) (-15 -1726 ((-52) |#2| (-401 (-552)))) (-15 -1726 ((-52) |#2| (-288 |#2|))) (-15 -1726 ((-52) |#2| (-288 |#2|) (-401 (-552)))))
-((-3202 (((-111) $ $) NIL)) (-2965 (((-629 $) $ (-1154)) NIL (|has| |#1| (-544))) (((-629 $) $) NIL (|has| |#1| (-544))) (((-629 $) (-1150 $) (-1154)) NIL (|has| |#1| (-544))) (((-629 $) (-1150 $)) NIL (|has| |#1| (-544))) (((-629 $) (-933 $)) NIL (|has| |#1| (-544)))) (-3476 (($ $ (-1154)) NIL (|has| |#1| (-544))) (($ $) NIL (|has| |#1| (-544))) (($ (-1150 $) (-1154)) NIL (|has| |#1| (-544))) (($ (-1150 $)) NIL (|has| |#1| (-544))) (($ (-933 $)) NIL (|has| |#1| (-544)))) (-3643 (((-111) $) 27 (-4029 (|has| |#1| (-25)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))))) (-3611 (((-629 (-1154)) $) 351)) (-3449 (((-401 (-1150 $)) $ (-598 $)) NIL (|has| |#1| (-544)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-3361 (((-629 (-598 $)) $) NIL)) (-2478 (($ $) 161 (|has| |#1| (-544)))) (-2332 (($ $) 137 (|has| |#1| (-544)))) (-2867 (($ $ (-1070 $)) 222 (|has| |#1| (-544))) (($ $ (-1154)) 218 (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) NIL (-4029 (|has| |#1| (-21)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))))) (-2172 (($ $ (-288 $)) NIL) (($ $ (-629 (-288 $))) 368) (($ $ (-629 (-598 $)) (-629 $)) 412)) (-1472 (((-412 (-1150 $)) (-1150 $)) 295 (-12 (|has| |#1| (-445)) (|has| |#1| (-544))))) (-4116 (($ $) NIL (|has| |#1| (-544)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-544)))) (-3489 (($ $) NIL (|has| |#1| (-544)))) (-2393 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2455 (($ $) 157 (|has| |#1| (-544)))) (-2305 (($ $) 133 (|has| |#1| (-544)))) (-2599 (($ $ (-552)) 72 (|has| |#1| (-544)))) (-2506 (($ $) 165 (|has| |#1| (-544)))) (-2359 (($ $) 141 (|has| |#1| (-544)))) (-2130 (($) NIL (-4029 (|has| |#1| (-25)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))) (|has| |#1| (-1090))) CONST)) (-1821 (((-629 $) $ (-1154)) NIL (|has| |#1| (-544))) (((-629 $) $) NIL (|has| |#1| (-544))) (((-629 $) (-1150 $) (-1154)) NIL (|has| |#1| (-544))) (((-629 $) (-1150 $)) NIL (|has| |#1| (-544))) (((-629 $) (-933 $)) NIL (|has| |#1| (-544)))) (-1743 (($ $ (-1154)) NIL (|has| |#1| (-544))) (($ $) NIL (|has| |#1| (-544))) (($ (-1150 $) (-1154)) 124 (|has| |#1| (-544))) (($ (-1150 $)) NIL (|has| |#1| (-544))) (($ (-933 $)) NIL (|has| |#1| (-544)))) (-1393 (((-3 (-598 $) "failed") $) 17) (((-3 (-1154) "failed") $) NIL) (((-3 |#1| "failed") $) 421) (((-3 (-48) "failed") $) 323 (-12 (|has| |#1| (-544)) (|has| |#1| (-1019 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-933 |#1|)) "failed") $) NIL (|has| |#1| (-544))) (((-3 (-933 |#1|) "failed") $) NIL (|has| |#1| (-1030))) (((-3 (-401 (-552)) "failed") $) 46 (-4029 (-12 (|has| |#1| (-544)) (|has| |#1| (-1019 (-552)))) (|has| |#1| (-1019 (-401 (-552))))))) (-2832 (((-598 $) $) 11) (((-1154) $) NIL) ((|#1| $) 403) (((-48) $) NIL (-12 (|has| |#1| (-544)) (|has| |#1| (-1019 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-933 |#1|)) $) NIL (|has| |#1| (-544))) (((-933 |#1|) $) NIL (|has| |#1| (-1030))) (((-401 (-552)) $) 306 (-4029 (-12 (|has| |#1| (-544)) (|has| |#1| (-1019 (-552)))) (|has| |#1| (-1019 (-401 (-552))))))) (-4006 (($ $ $) NIL (|has| |#1| (-544)))) (-2714 (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 117 (|has| |#1| (-1030))) (((-673 |#1|) (-673 $)) 107 (|has| |#1| (-1030))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))) (((-673 (-552)) (-673 $)) NIL (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))))) (-3884 (($ $) 89 (|has| |#1| (-544)))) (-1293 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))) (|has| |#1| (-1090))))) (-3987 (($ $ $) NIL (|has| |#1| (-544)))) (-3951 (($ $ (-1070 $)) 226 (|has| |#1| (-544))) (($ $ (-1154)) 224 (|has| |#1| (-544)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-544)))) (-1677 (((-111) $) NIL (|has| |#1| (-544)))) (-1618 (($ $ $) 192 (|has| |#1| (-544)))) (-4043 (($) 127 (|has| |#1| (-544)))) (-2048 (($ $ $) 212 (|has| |#1| (-544)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 374 (|has| |#1| (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 381 (|has| |#1| (-867 (-373))))) (-3963 (($ $) NIL) (($ (-629 $)) NIL)) (-3751 (((-629 (-113)) $) NIL)) (-2951 (((-113) (-113)) 267)) (-4065 (((-111) $) 25 (-4029 (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))) (|has| |#1| (-1090))))) (-3302 (((-111) $) NIL (|has| $ (-1019 (-552))))) (-3773 (($ $) 71 (|has| |#1| (-1030)))) (-4015 (((-1103 |#1| (-598 $)) $) 84 (|has| |#1| (-1030)))) (-3573 (((-111) $) 64 (|has| |#1| (-544)))) (-3755 (($ $ (-552)) NIL (|has| |#1| (-544)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-544)))) (-1941 (((-1150 $) (-598 $)) 268 (|has| $ (-1030)))) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1477 (($ (-1 $ $) (-598 $)) 408)) (-1875 (((-3 (-598 $) "failed") $) NIL)) (-2430 (($ $) 131 (|has| |#1| (-544)))) (-2541 (($ $) 237 (|has| |#1| (-544)))) (-2552 (($ (-629 $)) NIL (|has| |#1| (-544))) (($ $ $) NIL (|has| |#1| (-544)))) (-2623 (((-1136) $) NIL)) (-3438 (((-629 (-598 $)) $) 49)) (-4086 (($ (-113) $) NIL) (($ (-113) (-629 $)) 413)) (-4263 (((-3 (-629 $) "failed") $) NIL (|has| |#1| (-1090)))) (-4073 (((-3 (-2 (|:| |val| $) (|:| -1406 (-552))) "failed") $) NIL (|has| |#1| (-1030)))) (-2878 (((-3 (-629 $) "failed") $) 416 (|has| |#1| (-25)))) (-2630 (((-3 (-2 (|:| -4158 (-552)) (|:| |var| (-598 $))) "failed") $) 420 (|has| |#1| (-25)))) (-3909 (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $) NIL (|has| |#1| (-1090))) (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-113)) NIL (|has| |#1| (-1030))) (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-1154)) NIL (|has| |#1| (-1030)))) (-3515 (((-111) $ (-113)) NIL) (((-111) $ (-1154)) 53)) (-3701 (($ $) NIL (-4029 (|has| |#1| (-466)) (|has| |#1| (-544))))) (-3094 (($ $ (-1154)) 241 (|has| |#1| (-544))) (($ $ (-1070 $)) 243 (|has| |#1| (-544)))) (-2384 (((-756) $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) 43)) (-3722 ((|#1| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 288 (|has| |#1| (-544)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-544))) (($ $ $) NIL (|has| |#1| (-544)))) (-3633 (((-111) $ $) NIL) (((-111) $ (-1154)) NIL)) (-1333 (($ $ (-1154)) 216 (|has| |#1| (-544))) (($ $) 214 (|has| |#1| (-544)))) (-2006 (($ $) 208 (|has| |#1| (-544)))) (-1528 (((-412 (-1150 $)) (-1150 $)) 293 (-12 (|has| |#1| (-445)) (|has| |#1| (-544))))) (-3479 (((-412 $) $) NIL (|has| |#1| (-544)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-544))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-544)))) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-544)))) (-2855 (($ $) 129 (|has| |#1| (-544)))) (-3117 (((-111) $) NIL (|has| $ (-1019 (-552))))) (-2432 (($ $ (-598 $) $) NIL) (($ $ (-629 (-598 $)) (-629 $)) 407) (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ $))) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-1154) (-1 $ (-629 $))) NIL) (($ $ (-1154) (-1 $ $)) NIL) (($ $ (-629 (-113)) (-629 (-1 $ $))) 361) (($ $ (-629 (-113)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-113) (-1 $ (-629 $))) NIL) (($ $ (-113) (-1 $ $)) NIL) (($ $ (-1154)) NIL (|has| |#1| (-600 (-528)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-600 (-528)))) (($ $) NIL (|has| |#1| (-600 (-528)))) (($ $ (-113) $ (-1154)) 349 (|has| |#1| (-600 (-528)))) (($ $ (-629 (-113)) (-629 $) (-1154)) 348 (|has| |#1| (-600 (-528)))) (($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ $))) NIL (|has| |#1| (-1030))) (($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ (-629 $)))) NIL (|has| |#1| (-1030))) (($ $ (-1154) (-756) (-1 $ (-629 $))) NIL (|has| |#1| (-1030))) (($ $ (-1154) (-756) (-1 $ $)) NIL (|has| |#1| (-1030)))) (-3795 (((-756) $) NIL (|has| |#1| (-544)))) (-2260 (($ $) 229 (|has| |#1| (-544)))) (-2060 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-629 $)) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-544)))) (-1877 (($ $) NIL) (($ $ $) NIL)) (-2293 (($ $) 239 (|has| |#1| (-544)))) (-4119 (($ $) 190 (|has| |#1| (-544)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-1030))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-1030))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-1030))) (($ $ (-1154)) NIL (|has| |#1| (-1030)))) (-2493 (($ $) 73 (|has| |#1| (-544)))) (-4026 (((-1103 |#1| (-598 $)) $) 86 (|has| |#1| (-544)))) (-3521 (($ $) 304 (|has| $ (-1030)))) (-2518 (($ $) 167 (|has| |#1| (-544)))) (-2370 (($ $) 143 (|has| |#1| (-544)))) (-2492 (($ $) 163 (|has| |#1| (-544)))) (-2346 (($ $) 139 (|has| |#1| (-544)))) (-2467 (($ $) 159 (|has| |#1| (-544)))) (-2318 (($ $) 135 (|has| |#1| (-544)))) (-1522 (((-873 (-552)) $) NIL (|has| |#1| (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| |#1| (-600 (-873 (-373))))) (($ (-412 $)) NIL (|has| |#1| (-544))) (((-528) $) 346 (|has| |#1| (-600 (-528))))) (-2074 (($ $ $) NIL (|has| |#1| (-466)))) (-2104 (($ $ $) NIL (|has| |#1| (-466)))) (-3213 (((-844) $) 406) (($ (-598 $)) 397) (($ (-1154)) 363) (($ |#1|) 324) (($ $) NIL (|has| |#1| (-544))) (($ (-48)) 299 (-12 (|has| |#1| (-544)) (|has| |#1| (-1019 (-552))))) (($ (-1103 |#1| (-598 $))) 88 (|has| |#1| (-1030))) (($ (-401 |#1|)) NIL (|has| |#1| (-544))) (($ (-933 (-401 |#1|))) NIL (|has| |#1| (-544))) (($ (-401 (-933 (-401 |#1|)))) NIL (|has| |#1| (-544))) (($ (-401 (-933 |#1|))) NIL (|has| |#1| (-544))) (($ (-933 |#1|)) NIL (|has| |#1| (-1030))) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-544)) (|has| |#1| (-1019 (-401 (-552)))))) (($ (-552)) 34 (-4029 (|has| |#1| (-1019 (-552))) (|has| |#1| (-1030))))) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL (|has| |#1| (-1030)))) (-3044 (($ $) NIL) (($ (-629 $)) NIL)) (-2075 (($ $ $) 210 (|has| |#1| (-544)))) (-3381 (($ $ $) 196 (|has| |#1| (-544)))) (-4135 (($ $ $) 200 (|has| |#1| (-544)))) (-2906 (($ $ $) 194 (|has| |#1| (-544)))) (-3158 (($ $ $) 198 (|has| |#1| (-544)))) (-1374 (((-111) (-113)) 9)) (-3843 (($ $) 173 (|has| |#1| (-544)))) (-2409 (($ $) 149 (|has| |#1| (-544)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) 169 (|has| |#1| (-544)))) (-2382 (($ $) 145 (|has| |#1| (-544)))) (-3863 (($ $) 177 (|has| |#1| (-544)))) (-2433 (($ $) 153 (|has| |#1| (-544)))) (-3893 (($ (-1154) $) NIL) (($ (-1154) $ $) NIL) (($ (-1154) $ $ $) NIL) (($ (-1154) $ $ $ $) NIL) (($ (-1154) (-629 $)) NIL)) (-3742 (($ $) 204 (|has| |#1| (-544)))) (-1280 (($ $) 202 (|has| |#1| (-544)))) (-3013 (($ $) 179 (|has| |#1| (-544)))) (-2444 (($ $) 155 (|has| |#1| (-544)))) (-3853 (($ $) 175 (|has| |#1| (-544)))) (-2420 (($ $) 151 (|has| |#1| (-544)))) (-2543 (($ $) 171 (|has| |#1| (-544)))) (-2395 (($ $) 147 (|has| |#1| (-544)))) (-1578 (($ $) 182 (|has| |#1| (-544)))) (-3297 (($) 20 (-4029 (|has| |#1| (-25)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))) CONST)) (-2310 (($ $) 233 (|has| |#1| (-544)))) (-3309 (($) 22 (-4029 (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))) (|has| |#1| (-1090))) CONST)) (-3290 (($ $) 184 (|has| |#1| (-544))) (($ $ $) 186 (|has| |#1| (-544)))) (-2157 (($ $) 231 (|has| |#1| (-544)))) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-1030))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-1030))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-1030))) (($ $ (-1154)) NIL (|has| |#1| (-1030)))) (-3178 (($ $) 235 (|has| |#1| (-544)))) (-1812 (($ $ $) 188 (|has| |#1| (-544)))) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 81)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 80)) (-1720 (($ (-1103 |#1| (-598 $)) (-1103 |#1| (-598 $))) 98 (|has| |#1| (-544))) (($ $ $) 42 (-4029 (|has| |#1| (-466)) (|has| |#1| (-544))))) (-1709 (($ $ $) 40 (-4029 (|has| |#1| (-21)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))))) (($ $) 29 (-4029 (|has| |#1| (-21)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))))) (-1698 (($ $ $) 38 (-4029 (|has| |#1| (-25)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))))) (** (($ $ $) 66 (|has| |#1| (-544))) (($ $ (-401 (-552))) 301 (|has| |#1| (-544))) (($ $ (-552)) 76 (-4029 (|has| |#1| (-466)) (|has| |#1| (-544)))) (($ $ (-756)) 74 (-4029 (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))) (|has| |#1| (-1090)))) (($ $ (-902)) 78 (-4029 (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))) (|has| |#1| (-1090))))) (* (($ (-401 (-552)) $) NIL (|has| |#1| (-544))) (($ $ (-401 (-552))) NIL (|has| |#1| (-544))) (($ |#1| $) NIL (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169))) (($ $ $) 36 (-4029 (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))) (|has| |#1| (-1090)))) (($ (-552) $) 32 (-4029 (|has| |#1| (-21)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))))) (($ (-756) $) NIL (-4029 (|has| |#1| (-25)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))))) (($ (-902) $) NIL (-4029 (|has| |#1| (-25)) (-12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))))))
-(((-310 |#1|) (-13 (-424 |#1|) (-10 -8 (IF (|has| |#1| (-544)) (PROGN (-6 (-29 |#1|)) (-6 (-1176)) (-6 (-157)) (-6 (-615)) (-6 (-1117)) (-15 -3884 ($ $)) (-15 -3573 ((-111) $)) (-15 -2599 ($ $ (-552))) (IF (|has| |#1| (-445)) (PROGN (-15 -1528 ((-412 (-1150 $)) (-1150 $))) (-15 -1472 ((-412 (-1150 $)) (-1150 $)))) |%noBranch|) (IF (|has| |#1| (-1019 (-552))) (-6 (-1019 (-48))) |%noBranch|)) |%noBranch|))) (-832)) (T -310))
-((-3884 (*1 *1 *1) (-12 (-5 *1 (-310 *2)) (-4 *2 (-544)) (-4 *2 (-832)))) (-3573 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-310 *3)) (-4 *3 (-544)) (-4 *3 (-832)))) (-2599 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-310 *3)) (-4 *3 (-544)) (-4 *3 (-832)))) (-1528 (*1 *2 *3) (-12 (-5 *2 (-412 (-1150 *1))) (-5 *1 (-310 *4)) (-5 *3 (-1150 *1)) (-4 *4 (-445)) (-4 *4 (-544)) (-4 *4 (-832)))) (-1472 (*1 *2 *3) (-12 (-5 *2 (-412 (-1150 *1))) (-5 *1 (-310 *4)) (-5 *3 (-1150 *1)) (-4 *4 (-445)) (-4 *4 (-544)) (-4 *4 (-832)))))
-(-13 (-424 |#1|) (-10 -8 (IF (|has| |#1| (-544)) (PROGN (-6 (-29 |#1|)) (-6 (-1176)) (-6 (-157)) (-6 (-615)) (-6 (-1117)) (-15 -3884 ($ $)) (-15 -3573 ((-111) $)) (-15 -2599 ($ $ (-552))) (IF (|has| |#1| (-445)) (PROGN (-15 -1528 ((-412 (-1150 $)) (-1150 $))) (-15 -1472 ((-412 (-1150 $)) (-1150 $)))) |%noBranch|) (IF (|has| |#1| (-1019 (-552))) (-6 (-1019 (-48))) |%noBranch|)) |%noBranch|)))
-((-2550 (((-52) |#2| (-113) (-288 |#2|) (-629 |#2|)) 88) (((-52) |#2| (-113) (-288 |#2|) (-288 |#2|)) 84) (((-52) |#2| (-113) (-288 |#2|) |#2|) 86) (((-52) (-288 |#2|) (-113) (-288 |#2|) |#2|) 87) (((-52) (-629 |#2|) (-629 (-113)) (-288 |#2|) (-629 (-288 |#2|))) 80) (((-52) (-629 |#2|) (-629 (-113)) (-288 |#2|) (-629 |#2|)) 82) (((-52) (-629 (-288 |#2|)) (-629 (-113)) (-288 |#2|) (-629 |#2|)) 83) (((-52) (-629 (-288 |#2|)) (-629 (-113)) (-288 |#2|) (-629 (-288 |#2|))) 81) (((-52) (-288 |#2|) (-113) (-288 |#2|) (-629 |#2|)) 89) (((-52) (-288 |#2|) (-113) (-288 |#2|) (-288 |#2|)) 85)))
-(((-311 |#1| |#2|) (-10 -7 (-15 -2550 ((-52) (-288 |#2|) (-113) (-288 |#2|) (-288 |#2|))) (-15 -2550 ((-52) (-288 |#2|) (-113) (-288 |#2|) (-629 |#2|))) (-15 -2550 ((-52) (-629 (-288 |#2|)) (-629 (-113)) (-288 |#2|) (-629 (-288 |#2|)))) (-15 -2550 ((-52) (-629 (-288 |#2|)) (-629 (-113)) (-288 |#2|) (-629 |#2|))) (-15 -2550 ((-52) (-629 |#2|) (-629 (-113)) (-288 |#2|) (-629 |#2|))) (-15 -2550 ((-52) (-629 |#2|) (-629 (-113)) (-288 |#2|) (-629 (-288 |#2|)))) (-15 -2550 ((-52) (-288 |#2|) (-113) (-288 |#2|) |#2|)) (-15 -2550 ((-52) |#2| (-113) (-288 |#2|) |#2|)) (-15 -2550 ((-52) |#2| (-113) (-288 |#2|) (-288 |#2|))) (-15 -2550 ((-52) |#2| (-113) (-288 |#2|) (-629 |#2|)))) (-13 (-832) (-544) (-600 (-528))) (-424 |#1|)) (T -311))
-((-2550 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-5 *6 (-629 *3)) (-4 *3 (-424 *7)) (-4 *7 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *7 *3)))) (-2550 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-4 *3 (-424 *6)) (-4 *6 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *3)))) (-2550 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-4 *3 (-424 *6)) (-4 *6 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *3)))) (-2550 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-288 *5)) (-5 *4 (-113)) (-4 *5 (-424 *6)) (-4 *6 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *5)))) (-2550 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 (-113))) (-5 *6 (-629 (-288 *8))) (-4 *8 (-424 *7)) (-5 *5 (-288 *8)) (-4 *7 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *7 *8)))) (-2550 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-629 *7)) (-5 *4 (-629 (-113))) (-5 *5 (-288 *7)) (-4 *7 (-424 *6)) (-4 *6 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *7)))) (-2550 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-629 (-288 *8))) (-5 *4 (-629 (-113))) (-5 *5 (-288 *8)) (-5 *6 (-629 *8)) (-4 *8 (-424 *7)) (-4 *7 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *7 *8)))) (-2550 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-629 (-288 *7))) (-5 *4 (-629 (-113))) (-5 *5 (-288 *7)) (-4 *7 (-424 *6)) (-4 *6 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *7)))) (-2550 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-288 *7)) (-5 *4 (-113)) (-5 *5 (-629 *7)) (-4 *7 (-424 *6)) (-4 *6 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *7)))) (-2550 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-288 *6)) (-5 *4 (-113)) (-4 *6 (-424 *5)) (-4 *5 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52)) (-5 *1 (-311 *5 *6)))))
-(-10 -7 (-15 -2550 ((-52) (-288 |#2|) (-113) (-288 |#2|) (-288 |#2|))) (-15 -2550 ((-52) (-288 |#2|) (-113) (-288 |#2|) (-629 |#2|))) (-15 -2550 ((-52) (-629 (-288 |#2|)) (-629 (-113)) (-288 |#2|) (-629 (-288 |#2|)))) (-15 -2550 ((-52) (-629 (-288 |#2|)) (-629 (-113)) (-288 |#2|) (-629 |#2|))) (-15 -2550 ((-52) (-629 |#2|) (-629 (-113)) (-288 |#2|) (-629 |#2|))) (-15 -2550 ((-52) (-629 |#2|) (-629 (-113)) (-288 |#2|) (-629 (-288 |#2|)))) (-15 -2550 ((-52) (-288 |#2|) (-113) (-288 |#2|) |#2|)) (-15 -2550 ((-52) |#2| (-113) (-288 |#2|) |#2|)) (-15 -2550 ((-52) |#2| (-113) (-288 |#2|) (-288 |#2|))) (-15 -2550 ((-52) |#2| (-113) (-288 |#2|) (-629 |#2|))))
-((-1627 (((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-220) (-552) (-1136)) 46) (((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-220) (-552)) 47) (((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-1 (-220) (-220)) (-552) (-1136)) 43) (((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-1 (-220) (-220)) (-552)) 44)) (-2238 (((-1 (-220) (-220)) (-220)) 45)))
-(((-312) (-10 -7 (-15 -2238 ((-1 (-220) (-220)) (-220))) (-15 -1627 ((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-1 (-220) (-220)) (-552))) (-15 -1627 ((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-1 (-220) (-220)) (-552) (-1136))) (-15 -1627 ((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-220) (-552))) (-15 -1627 ((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-220) (-552) (-1136))))) (T -312))
-((-1627 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1072 (-220))) (-5 *6 (-220)) (-5 *7 (-552)) (-5 *8 (-1136)) (-5 *2 (-1186 (-907))) (-5 *1 (-312)))) (-1627 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1072 (-220))) (-5 *6 (-220)) (-5 *7 (-552)) (-5 *2 (-1186 (-907))) (-5 *1 (-312)))) (-1627 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1072 (-220))) (-5 *6 (-552)) (-5 *7 (-1136)) (-5 *2 (-1186 (-907))) (-5 *1 (-312)))) (-1627 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1072 (-220))) (-5 *6 (-552)) (-5 *2 (-1186 (-907))) (-5 *1 (-312)))) (-2238 (*1 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-312)) (-5 *3 (-220)))))
-(-10 -7 (-15 -2238 ((-1 (-220) (-220)) (-220))) (-15 -1627 ((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-1 (-220) (-220)) (-552))) (-15 -1627 ((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-1 (-220) (-220)) (-552) (-1136))) (-15 -1627 ((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-220) (-552))) (-15 -1627 ((-1186 (-907)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-220) (-552) (-1136))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 25)) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4157 (($ $ (-401 (-552))) NIL) (($ $ (-401 (-552)) (-401 (-552))) NIL)) (-2622 (((-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|))) $) 20)) (-2478 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| |#1| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2455 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-756) (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|)))) NIL)) (-2506 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) 32)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-1677 (((-111) $) NIL (|has| |#1| (-357)))) (-3593 (((-111) $) NIL)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-401 (-552)) $) NIL) (((-401 (-552)) $ (-401 (-552))) 16)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) NIL) (($ $ (-401 (-552))) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-552))) NIL) (($ $ (-1060) (-401 (-552))) NIL) (($ $ (-629 (-1060)) (-629 (-401 (-552)))) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2430 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-2889 (($ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176)))))) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3136 (($ $ (-401 (-552))) NIL)) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-3090 (((-401 (-552)) $) 17)) (-2372 (($ (-1222 |#1| |#2| |#3|)) 11)) (-1406 (((-1222 |#1| |#2| |#3|) $) 12)) (-2855 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))))) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ (-401 (-552))) NIL) (($ $ $) NIL (|has| (-401 (-552)) (-1090)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-3299 (((-401 (-552)) $) NIL)) (-2518 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) 10)) (-3213 (((-844) $) 38) (($ (-552)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $) NIL (|has| |#1| (-544)))) (-2266 ((|#1| $ (-401 (-552))) 30)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-4046 ((|#1| $) NIL)) (-3843 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-401 (-552))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 27)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 33)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-313 |#1| |#2| |#3|) (-13 (-1218 |#1|) (-777) (-10 -8 (-15 -2372 ($ (-1222 |#1| |#2| |#3|))) (-15 -1406 ((-1222 |#1| |#2| |#3|) $)) (-15 -3090 ((-401 (-552)) $)))) (-13 (-357) (-832)) (-1154) |#1|) (T -313))
-((-2372 (*1 *1 *2) (-12 (-5 *2 (-1222 *3 *4 *5)) (-4 *3 (-13 (-357) (-832))) (-14 *4 (-1154)) (-14 *5 *3) (-5 *1 (-313 *3 *4 *5)))) (-1406 (*1 *2 *1) (-12 (-5 *2 (-1222 *3 *4 *5)) (-5 *1 (-313 *3 *4 *5)) (-4 *3 (-13 (-357) (-832))) (-14 *4 (-1154)) (-14 *5 *3))) (-3090 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-313 *3 *4 *5)) (-4 *3 (-13 (-357) (-832))) (-14 *4 (-1154)) (-14 *5 *3))))
-(-13 (-1218 |#1|) (-777) (-10 -8 (-15 -2372 ($ (-1222 |#1| |#2| |#3|))) (-15 -1406 ((-1222 |#1| |#2| |#3|) $)) (-15 -3090 ((-401 (-552)) $))))
-((-3755 (((-2 (|:| -1406 (-756)) (|:| -4158 |#1|) (|:| |radicand| (-629 |#1|))) (-412 |#1|) (-756)) 24)) (-2430 (((-629 (-2 (|:| -4158 (-756)) (|:| |logand| |#1|))) (-412 |#1|)) 28)))
-(((-314 |#1|) (-10 -7 (-15 -3755 ((-2 (|:| -1406 (-756)) (|:| -4158 |#1|) (|:| |radicand| (-629 |#1|))) (-412 |#1|) (-756))) (-15 -2430 ((-629 (-2 (|:| -4158 (-756)) (|:| |logand| |#1|))) (-412 |#1|)))) (-544)) (T -314))
-((-2430 (*1 *2 *3) (-12 (-5 *3 (-412 *4)) (-4 *4 (-544)) (-5 *2 (-629 (-2 (|:| -4158 (-756)) (|:| |logand| *4)))) (-5 *1 (-314 *4)))) (-3755 (*1 *2 *3 *4) (-12 (-5 *3 (-412 *5)) (-4 *5 (-544)) (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *5) (|:| |radicand| (-629 *5)))) (-5 *1 (-314 *5)) (-5 *4 (-756)))))
-(-10 -7 (-15 -3755 ((-2 (|:| -1406 (-756)) (|:| -4158 |#1|) (|:| |radicand| (-629 |#1|))) (-412 |#1|) (-756))) (-15 -2430 ((-629 (-2 (|:| -4158 (-756)) (|:| |logand| |#1|))) (-412 |#1|))))
-((-3611 (((-629 |#2|) (-1150 |#4|)) 43)) (-2096 ((|#3| (-552)) 46)) (-3388 (((-1150 |#4|) (-1150 |#3|)) 30)) (-4115 (((-1150 |#4|) (-1150 |#4|) (-552)) 56)) (-3488 (((-1150 |#3|) (-1150 |#4|)) 21)) (-3299 (((-629 (-756)) (-1150 |#4|) (-629 |#2|)) 40)) (-2458 (((-1150 |#3|) (-1150 |#4|) (-629 |#2|) (-629 |#3|)) 35)))
-(((-315 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2458 ((-1150 |#3|) (-1150 |#4|) (-629 |#2|) (-629 |#3|))) (-15 -3299 ((-629 (-756)) (-1150 |#4|) (-629 |#2|))) (-15 -3611 ((-629 |#2|) (-1150 |#4|))) (-15 -3488 ((-1150 |#3|) (-1150 |#4|))) (-15 -3388 ((-1150 |#4|) (-1150 |#3|))) (-15 -4115 ((-1150 |#4|) (-1150 |#4|) (-552))) (-15 -2096 (|#3| (-552)))) (-778) (-832) (-1030) (-930 |#3| |#1| |#2|)) (T -315))
-((-2096 (*1 *2 *3) (-12 (-5 *3 (-552)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1030)) (-5 *1 (-315 *4 *5 *2 *6)) (-4 *6 (-930 *2 *4 *5)))) (-4115 (*1 *2 *2 *3) (-12 (-5 *2 (-1150 *7)) (-5 *3 (-552)) (-4 *7 (-930 *6 *4 *5)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030)) (-5 *1 (-315 *4 *5 *6 *7)))) (-3388 (*1 *2 *3) (-12 (-5 *3 (-1150 *6)) (-4 *6 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-1150 *7)) (-5 *1 (-315 *4 *5 *6 *7)) (-4 *7 (-930 *6 *4 *5)))) (-3488 (*1 *2 *3) (-12 (-5 *3 (-1150 *7)) (-4 *7 (-930 *6 *4 *5)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030)) (-5 *2 (-1150 *6)) (-5 *1 (-315 *4 *5 *6 *7)))) (-3611 (*1 *2 *3) (-12 (-5 *3 (-1150 *7)) (-4 *7 (-930 *6 *4 *5)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030)) (-5 *2 (-629 *5)) (-5 *1 (-315 *4 *5 *6 *7)))) (-3299 (*1 *2 *3 *4) (-12 (-5 *3 (-1150 *8)) (-5 *4 (-629 *6)) (-4 *6 (-832)) (-4 *8 (-930 *7 *5 *6)) (-4 *5 (-778)) (-4 *7 (-1030)) (-5 *2 (-629 (-756))) (-5 *1 (-315 *5 *6 *7 *8)))) (-2458 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1150 *9)) (-5 *4 (-629 *7)) (-5 *5 (-629 *8)) (-4 *7 (-832)) (-4 *8 (-1030)) (-4 *9 (-930 *8 *6 *7)) (-4 *6 (-778)) (-5 *2 (-1150 *8)) (-5 *1 (-315 *6 *7 *8 *9)))))
-(-10 -7 (-15 -2458 ((-1150 |#3|) (-1150 |#4|) (-629 |#2|) (-629 |#3|))) (-15 -3299 ((-629 (-756)) (-1150 |#4|) (-629 |#2|))) (-15 -3611 ((-629 |#2|) (-1150 |#4|))) (-15 -3488 ((-1150 |#3|) (-1150 |#4|))) (-15 -3388 ((-1150 |#4|) (-1150 |#3|))) (-15 -4115 ((-1150 |#4|) (-1150 |#4|) (-552))) (-15 -2096 (|#3| (-552))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 14)) (-2622 (((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-552)))) $) 18)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2663 (((-756) $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-3261 ((|#1| $ (-552)) NIL)) (-3103 (((-552) $ (-552)) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-1316 (($ (-1 |#1| |#1|) $) NIL)) (-2902 (($ (-1 (-552) (-552)) $) 10)) (-2623 (((-1136) $) NIL)) (-2996 (($ $ $) NIL (|has| (-552) (-777)))) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL) (($ |#1|) NIL)) (-2266 (((-552) |#1| $) NIL)) (-3297 (($) 15 T CONST)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) 21 (|has| |#1| (-832)))) (-1709 (($ $) 11) (($ $ $) 20)) (-1698 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ (-552)) NIL) (($ (-552) |#1|) 19)))
-(((-316 |#1|) (-13 (-21) (-702 (-552)) (-317 |#1| (-552)) (-10 -7 (IF (|has| |#1| (-832)) (-6 (-832)) |%noBranch|))) (-1078)) (T -316))
-NIL
-(-13 (-21) (-702 (-552)) (-317 |#1| (-552)) (-10 -7 (IF (|has| |#1| (-832)) (-6 (-832)) |%noBranch|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2622 (((-629 (-2 (|:| |gen| |#1|) (|:| -2855 |#2|))) $) 27)) (-4012 (((-3 $ "failed") $ $) 19)) (-2663 (((-756) $) 28)) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#1| "failed") $) 32)) (-2832 ((|#1| $) 31)) (-3261 ((|#1| $ (-552)) 25)) (-3103 ((|#2| $ (-552)) 26)) (-1316 (($ (-1 |#1| |#1|) $) 22)) (-2902 (($ (-1 |#2| |#2|) $) 23)) (-2623 (((-1136) $) 9)) (-2996 (($ $ $) 21 (|has| |#2| (-777)))) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ |#1|) 33)) (-2266 ((|#2| |#1| $) 24)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1698 (($ $ $) 14) (($ |#1| $) 30)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ |#2| |#1|) 29)))
-(((-317 |#1| |#2|) (-137) (-1078) (-129)) (T -317))
-((-1698 (*1 *1 *2 *1) (-12 (-4 *1 (-317 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-129)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-317 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-129)))) (-2663 (*1 *2 *1) (-12 (-4 *1 (-317 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-129)) (-5 *2 (-756)))) (-2622 (*1 *2 *1) (-12 (-4 *1 (-317 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-129)) (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 *4)))))) (-3103 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-317 *4 *2)) (-4 *4 (-1078)) (-4 *2 (-129)))) (-3261 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-317 *2 *4)) (-4 *4 (-129)) (-4 *2 (-1078)))) (-2266 (*1 *2 *3 *1) (-12 (-4 *1 (-317 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-129)))) (-2902 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-317 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-129)))) (-1316 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-317 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-129)))) (-2996 (*1 *1 *1 *1) (-12 (-4 *1 (-317 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-129)) (-4 *3 (-777)))))
-(-13 (-129) (-1019 |t#1|) (-10 -8 (-15 -1698 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -2663 ((-756) $)) (-15 -2622 ((-629 (-2 (|:| |gen| |t#1|) (|:| -2855 |t#2|))) $)) (-15 -3103 (|t#2| $ (-552))) (-15 -3261 (|t#1| $ (-552))) (-15 -2266 (|t#2| |t#1| $)) (-15 -2902 ($ (-1 |t#2| |t#2|) $)) (-15 -1316 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-777)) (-15 -2996 ($ $ $)) |%noBranch|)))
-(((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-1019 |#1|) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2622 (((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-756)))) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2663 (((-756) $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-3261 ((|#1| $ (-552)) NIL)) (-3103 (((-756) $ (-552)) NIL)) (-1316 (($ (-1 |#1| |#1|) $) NIL)) (-2902 (($ (-1 (-756) (-756)) $) NIL)) (-2623 (((-1136) $) NIL)) (-2996 (($ $ $) NIL (|has| (-756) (-777)))) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL) (($ |#1|) NIL)) (-2266 (((-756) |#1| $) NIL)) (-3297 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1698 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-756) |#1|) NIL)))
-(((-318 |#1|) (-317 |#1| (-756)) (-1078)) (T -318))
-NIL
-(-317 |#1| (-756))
-((-3471 (($ $) 53)) (-3423 (($ $ |#2| |#3| $) 14)) (-3891 (($ (-1 |#3| |#3|) $) 33)) (-3711 (((-111) $) 24)) (-3722 ((|#2| $) 26)) (-3969 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 44)) (-3807 ((|#2| $) 49)) (-2984 (((-629 |#2|) $) 36)) (-4306 (($ $ $ (-756)) 20)) (-1720 (($ $ |#2|) 40)))
-(((-319 |#1| |#2| |#3|) (-10 -8 (-15 -3471 (|#1| |#1|)) (-15 -3807 (|#2| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#2|)) (-15 -4306 (|#1| |#1| |#1| (-756))) (-15 -3423 (|#1| |#1| |#2| |#3| |#1|)) (-15 -3891 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2984 ((-629 |#2|) |#1|)) (-15 -3722 (|#2| |#1|)) (-15 -3711 ((-111) |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1720 (|#1| |#1| |#2|))) (-320 |#2| |#3|) (-1030) (-777)) (T -319))
-NIL
-(-10 -8 (-15 -3471 (|#1| |#1|)) (-15 -3807 (|#2| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#2|)) (-15 -4306 (|#1| |#1| |#1| (-756))) (-15 -3423 (|#1| |#1| |#2| |#3| |#1|)) (-15 -3891 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2984 ((-629 |#2|) |#1|)) (-15 -3722 (|#2| |#1|)) (-15 -3711 ((-111) |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1720 (|#1| |#1| |#2|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 49 (|has| |#1| (-544)))) (-3303 (($ $) 50 (|has| |#1| (-544)))) (-1334 (((-111) $) 52 (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1393 (((-3 (-552) "failed") $) 88 (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 86 (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 85)) (-2832 (((-552) $) 89 (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) 87 (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 84)) (-3766 (($ $) 58)) (-1293 (((-3 $ "failed") $) 32)) (-3471 (($ $) 73 (|has| |#1| (-445)))) (-3423 (($ $ |#1| |#2| $) 77)) (-4065 (((-111) $) 30)) (-2856 (((-756) $) 80)) (-2231 (((-111) $) 60)) (-3590 (($ |#1| |#2|) 59)) (-3544 ((|#2| $) 79)) (-3891 (($ (-1 |#2| |#2|) $) 78)) (-1477 (($ (-1 |#1| |#1|) $) 61)) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3711 (((-111) $) 83)) (-3722 ((|#1| $) 82)) (-3969 (((-3 $ "failed") $ $) 48 (|has| |#1| (-544))) (((-3 $ "failed") $ |#1|) 75 (|has| |#1| (-544)))) (-3299 ((|#2| $) 62)) (-3807 ((|#1| $) 74 (|has| |#1| (-445)))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 47 (|has| |#1| (-544))) (($ |#1|) 45) (($ (-401 (-552))) 55 (-4029 (|has| |#1| (-1019 (-401 (-552)))) (|has| |#1| (-38 (-401 (-552))))))) (-2984 (((-629 |#1|) $) 81)) (-2266 ((|#1| $ |#2|) 57)) (-3878 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-4306 (($ $ $ (-756)) 76 (|has| |#1| (-169)))) (-3589 (((-111) $ $) 51 (|has| |#1| (-544)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-552)) $) 54 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 53 (|has| |#1| (-38 (-401 (-552)))))))
-(((-320 |#1| |#2|) (-137) (-1030) (-777)) (T -320))
-((-3711 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)) (-5 *2 (-111)))) (-3722 (*1 *2 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030)))) (-2984 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)) (-5 *2 (-629 *3)))) (-2856 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)) (-5 *2 (-756)))) (-3544 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))) (-3891 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-320 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)))) (-3423 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777)))) (-4306 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-320 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)) (-4 *3 (-169)))) (-3969 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777)) (-4 *2 (-544)))) (-3807 (*1 *2 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030)) (-4 *2 (-445)))) (-3471 (*1 *1 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777)) (-4 *2 (-445)))))
-(-13 (-47 |t#1| |t#2|) (-405 |t#1|) (-10 -8 (-15 -3711 ((-111) $)) (-15 -3722 (|t#1| $)) (-15 -2984 ((-629 |t#1|) $)) (-15 -2856 ((-756) $)) (-15 -3544 (|t#2| $)) (-15 -3891 ($ (-1 |t#2| |t#2|) $)) (-15 -3423 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-169)) (-15 -4306 ($ $ $ (-756))) |%noBranch|) (IF (|has| |t#1| (-544)) (-15 -3969 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-445)) (PROGN (-15 -3807 (|t#1| $)) (-15 -3471 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-544)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-284) |has| |#1| (-544)) ((-405 |#1|) . T) ((-544) |has| |#1| (-544)) ((-632 #0#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #0#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) |has| |#1| (-544)) ((-711) . T) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1036 #0#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-2982 (((-111) (-111)) NIL)) (-1470 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369)))) (-1740 (($ (-1 (-111) |#1|) $) NIL)) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2232 (($ $) NIL (|has| |#1| (-1078)))) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1625 (($ |#1| $) NIL (|has| |#1| (-1078))) (($ (-1 (-111) |#1|) $) NIL)) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-1456 (((-552) (-1 (-111) |#1|) $) NIL) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078)))) (-3892 (($ $ (-552)) NIL)) (-1910 (((-756) $) NIL)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-3307 (($ (-756) |#1|) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-3707 (($ $ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1580 (($ $ $ (-552)) NIL) (($ |#1| $ (-552)) NIL)) (-1759 (($ |#1| $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2718 (($ (-629 |#1|)) NIL)) (-2702 ((|#1| $) NIL (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-552) |#1|) NIL) ((|#1| $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-3502 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) NIL)) (-2380 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4319 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-629 $)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-321 |#1|) (-13 (-19 |#1|) (-276 |#1|) (-10 -8 (-15 -2718 ($ (-629 |#1|))) (-15 -1910 ((-756) $)) (-15 -3892 ($ $ (-552))) (-15 -2982 ((-111) (-111))))) (-1191)) (T -321))
-((-2718 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-321 *3)))) (-1910 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-321 *3)) (-4 *3 (-1191)))) (-3892 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-321 *3)) (-4 *3 (-1191)))) (-2982 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-321 *3)) (-4 *3 (-1191)))))
-(-13 (-19 |#1|) (-276 |#1|) (-10 -8 (-15 -2718 ($ (-629 |#1|))) (-15 -1910 ((-756) $)) (-15 -3892 ($ $ (-552))) (-15 -2982 ((-111) (-111)))))
-((-1986 (((-111) $) 42)) (-4082 (((-756)) 22)) (-1549 ((|#2| $) 46) (($ $ (-902)) 101)) (-2663 (((-756)) 102)) (-4278 (($ (-1237 |#2|)) 20)) (-2092 (((-111) $) 115)) (-4346 ((|#2| $) 48) (($ $ (-902)) 99)) (-2169 (((-1150 |#2|) $) NIL) (((-1150 $) $ (-902)) 95)) (-1879 (((-1150 |#2|) $) 82)) (-1577 (((-1150 |#2|) $) 79) (((-3 (-1150 |#2|) "failed") $ $) 76)) (-2836 (($ $ (-1150 |#2|)) 53)) (-3823 (((-818 (-902))) 28) (((-902)) 43)) (-3725 (((-132)) 25)) (-3299 (((-818 (-902)) $) 30) (((-902) $) 117)) (-3149 (($) 108)) (-3464 (((-1237 |#2|) $) NIL) (((-673 |#2|) (-1237 $)) 39)) (-3878 (($ $) NIL) (((-3 $ "failed") $) 85)) (-2904 (((-111) $) 41)))
-(((-322 |#1| |#2|) (-10 -8 (-15 -3878 ((-3 |#1| "failed") |#1|)) (-15 -2663 ((-756))) (-15 -3878 (|#1| |#1|)) (-15 -1577 ((-3 (-1150 |#2|) "failed") |#1| |#1|)) (-15 -1577 ((-1150 |#2|) |#1|)) (-15 -1879 ((-1150 |#2|) |#1|)) (-15 -2836 (|#1| |#1| (-1150 |#2|))) (-15 -2092 ((-111) |#1|)) (-15 -3149 (|#1|)) (-15 -1549 (|#1| |#1| (-902))) (-15 -4346 (|#1| |#1| (-902))) (-15 -2169 ((-1150 |#1|) |#1| (-902))) (-15 -1549 (|#2| |#1|)) (-15 -4346 (|#2| |#1|)) (-15 -3299 ((-902) |#1|)) (-15 -3823 ((-902))) (-15 -2169 ((-1150 |#2|) |#1|)) (-15 -4278 (|#1| (-1237 |#2|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1|)) (-15 -4082 ((-756))) (-15 -3823 ((-818 (-902)))) (-15 -3299 ((-818 (-902)) |#1|)) (-15 -1986 ((-111) |#1|)) (-15 -2904 ((-111) |#1|)) (-15 -3725 ((-132)))) (-323 |#2|) (-357)) (T -322))
-((-3725 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-132)) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))) (-3823 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-818 (-902))) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))) (-4082 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-756)) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))) (-3823 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-902)) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))) (-2663 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-756)) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))))
-(-10 -8 (-15 -3878 ((-3 |#1| "failed") |#1|)) (-15 -2663 ((-756))) (-15 -3878 (|#1| |#1|)) (-15 -1577 ((-3 (-1150 |#2|) "failed") |#1| |#1|)) (-15 -1577 ((-1150 |#2|) |#1|)) (-15 -1879 ((-1150 |#2|) |#1|)) (-15 -2836 (|#1| |#1| (-1150 |#2|))) (-15 -2092 ((-111) |#1|)) (-15 -3149 (|#1|)) (-15 -1549 (|#1| |#1| (-902))) (-15 -4346 (|#1| |#1| (-902))) (-15 -2169 ((-1150 |#1|) |#1| (-902))) (-15 -1549 (|#2| |#1|)) (-15 -4346 (|#2| |#1|)) (-15 -3299 ((-902) |#1|)) (-15 -3823 ((-902))) (-15 -2169 ((-1150 |#2|) |#1|)) (-15 -4278 (|#1| (-1237 |#2|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1|)) (-15 -4082 ((-756))) (-15 -3823 ((-818 (-902)))) (-15 -3299 ((-818 (-902)) |#1|)) (-15 -1986 ((-111) |#1|)) (-15 -2904 ((-111) |#1|)) (-15 -3725 ((-132))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-1986 (((-111) $) 91)) (-4082 (((-756)) 87)) (-1549 ((|#1| $) 137) (($ $ (-902)) 134 (|has| |#1| (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) 119 (|has| |#1| (-362)))) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-2393 (((-111) $ $) 57)) (-2663 (((-756)) 109 (|has| |#1| (-362)))) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#1| "failed") $) 98)) (-2832 ((|#1| $) 97)) (-4278 (($ (-1237 |#1|)) 143)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) 125 (|has| |#1| (-362)))) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-1332 (($) 106 (|has| |#1| (-362)))) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-4000 (($) 121 (|has| |#1| (-362)))) (-3504 (((-111) $) 122 (|has| |#1| (-362)))) (-1788 (($ $ (-756)) 84 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) 83 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1677 (((-111) $) 68)) (-4241 (((-902) $) 124 (|has| |#1| (-362))) (((-818 (-902)) $) 81 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4065 (((-111) $) 30)) (-2019 (($) 132 (|has| |#1| (-362)))) (-2092 (((-111) $) 131 (|has| |#1| (-362)))) (-4346 ((|#1| $) 138) (($ $ (-902)) 135 (|has| |#1| (-362)))) (-2032 (((-3 $ "failed") $) 110 (|has| |#1| (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-2169 (((-1150 |#1|) $) 142) (((-1150 $) $ (-902)) 136 (|has| |#1| (-362)))) (-1637 (((-902) $) 107 (|has| |#1| (-362)))) (-1879 (((-1150 |#1|) $) 128 (|has| |#1| (-362)))) (-1577 (((-1150 |#1|) $) 127 (|has| |#1| (-362))) (((-3 (-1150 |#1|) "failed") $ $) 126 (|has| |#1| (-362)))) (-2836 (($ $ (-1150 |#1|)) 129 (|has| |#1| (-362)))) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 67)) (-1977 (($) 111 (|has| |#1| (-362)) CONST)) (-2840 (($ (-902)) 108 (|has| |#1| (-362)))) (-1498 (((-111) $) 90)) (-2876 (((-1098) $) 10)) (-4126 (($) 130 (|has| |#1| (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) 118 (|has| |#1| (-362)))) (-3479 (((-412 $) $) 71)) (-3823 (((-818 (-902))) 88) (((-902)) 140)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-4147 (((-756) $) 123 (|has| |#1| (-362))) (((-3 (-756) "failed") $ $) 82 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-3725 (((-132)) 96)) (-3096 (($ $) 115 (|has| |#1| (-362))) (($ $ (-756)) 113 (|has| |#1| (-362)))) (-3299 (((-818 (-902)) $) 89) (((-902) $) 139)) (-3521 (((-1150 |#1|)) 141)) (-1368 (($) 120 (|has| |#1| (-362)))) (-3149 (($) 133 (|has| |#1| (-362)))) (-3464 (((-1237 |#1|) $) 145) (((-673 |#1|) (-1237 $)) 144)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 117 (|has| |#1| (-362)))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63) (($ |#1|) 99)) (-3878 (($ $) 116 (|has| |#1| (-362))) (((-3 $ "failed") $) 80 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-2014 (((-756)) 28)) (-4199 (((-1237 $)) 147) (((-1237 $) (-902)) 146)) (-3589 (((-111) $ $) 37)) (-2904 (((-111) $) 92)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-4237 (($ $) 86 (|has| |#1| (-362))) (($ $ (-756)) 85 (|has| |#1| (-362)))) (-1765 (($ $) 114 (|has| |#1| (-362))) (($ $ (-756)) 112 (|has| |#1| (-362)))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ $) 62) (($ $ |#1|) 95)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64) (($ $ |#1|) 94) (($ |#1| $) 93)))
+((-3816 (*1 *2 *1 *1) (-12 (-4 *1 (-301)) (-5 *2 (-111)))) (-3879 (*1 *2 *1) (-12 (-4 *1 (-301)) (-5 *2 (-757)))) (-4203 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-301)))) (-3986 (*1 *1 *1 *1) (-4 *1 (-301))) (-4005 (*1 *1 *1 *1) (-4 *1 (-301))) (-3600 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4125 *1))) (-4 *1 (-301)))) (-3600 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-301)))) (-2833 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-630 *1)) (-4 *1 (-301)))))
+(-13 (-902) (-10 -8 (-15 -3816 ((-111) $ $)) (-15 -3879 ((-757) $)) (-15 -4203 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -3986 ($ $ $)) (-15 -4005 ($ $ $)) (-15 -3600 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $)) (-15 -3600 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -2833 ((-3 (-630 $) "failed") (-630 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-169) . T) ((-284) . T) ((-445) . T) ((-545) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-902) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-2433 (($ $ (-630 |#2|) (-630 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-288 |#2|)) 11) (($ $ (-630 (-288 |#2|))) NIL)))
+(((-302 |#1| |#2|) (-10 -8 (-15 -2433 (|#1| |#1| (-630 (-288 |#2|)))) (-15 -2433 (|#1| |#1| (-288 |#2|))) (-15 -2433 (|#1| |#1| |#2| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#2|) (-630 |#2|)))) (-303 |#2|) (-1079)) (T -302))
+NIL
+(-10 -8 (-15 -2433 (|#1| |#1| (-630 (-288 |#2|)))) (-15 -2433 (|#1| |#1| (-288 |#2|))) (-15 -2433 (|#1| |#1| |#2| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#2|) (-630 |#2|))))
+((-2433 (($ $ (-630 |#1|) (-630 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-288 |#1|)) 11) (($ $ (-630 (-288 |#1|))) 10)))
+(((-303 |#1|) (-137) (-1079)) (T -303))
+((-2433 (*1 *1 *1 *2) (-12 (-5 *2 (-288 *3)) (-4 *1 (-303 *3)) (-4 *3 (-1079)))) (-2433 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-288 *3))) (-4 *1 (-303 *3)) (-4 *3 (-1079)))))
+(-13 (-507 |t#1| |t#1|) (-10 -8 (-15 -2433 ($ $ (-288 |t#1|))) (-15 -2433 ($ $ (-630 (-288 |t#1|))))))
+(((-507 |#1| |#1|) . T))
+((-2433 ((|#1| (-1 |#1| (-553)) (-1157 (-401 (-553)))) 25)))
+(((-304 |#1|) (-10 -7 (-15 -2433 (|#1| (-1 |#1| (-553)) (-1157 (-401 (-553)))))) (-38 (-401 (-553)))) (T -304))
+((-2433 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-553))) (-5 *4 (-1157 (-401 (-553)))) (-5 *1 (-304 *2)) (-4 *2 (-38 (-401 (-553)))))))
+(-10 -7 (-15 -2433 (|#1| (-1 |#1| (-553)) (-1157 (-401 (-553))))))
+((-3200 (((-111) $ $) NIL)) (-2491 (((-553) $) 12)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3552 (((-1114) $) 9)) (-3212 (((-845) $) 21) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-305) (-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $)) (-15 -2491 ((-553) $))))) (T -305))
+((-3552 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-305)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-305)))))
+(-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $)) (-15 -2491 ((-553) $))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 7)) (-1614 (((-111) $ $) 9)))
+(((-306) (-1079)) (T -306))
+NIL
+(-1079)
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 62)) (-2589 (((-1224 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-891)))) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-891)))) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-806)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-1224 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1155) "failed") $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1020 (-553)))) (((-3 (-553) "failed") $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1020 (-553)))) (((-3 (-1223 |#2| |#3| |#4|) "failed") $) 25)) (-2831 (((-1224 |#1| |#2| |#3| |#4|) $) NIL) (((-1155) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1020 (-1155)))) (((-401 (-553)) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1020 (-553)))) (((-553) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1020 (-553)))) (((-1223 |#2| |#3| |#4|) $) NIL)) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-1224 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1238 (-1224 |#1| |#2| |#3| |#4|)))) (-674 $) (-1238 $)) NIL) (((-674 (-1224 |#1| |#2| |#3| |#4|)) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-538)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2184 (((-111) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-868 (-373))))) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL)) (-4013 (((-1224 |#1| |#2| |#3| |#4|) $) 21)) (-3464 (((-3 $ "failed") $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1130)))) (-2260 (((-111) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-833)))) (-2012 (($ $ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-833)))) (-1478 (($ (-1 (-1224 |#1| |#2| |#3| |#4|) (-1224 |#1| |#2| |#3| |#4|)) $) NIL)) (-2958 (((-3 (-826 |#2|) "failed") $) 78)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-301)))) (-1278 (((-1224 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-891)))) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2433 (($ $ (-630 (-1224 |#1| |#2| |#3| |#4|)) (-630 (-1224 |#1| |#2| |#3| |#4|))) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-303 (-1224 |#1| |#2| |#3| |#4|)))) (($ $ (-1224 |#1| |#2| |#3| |#4|) (-1224 |#1| |#2| |#3| |#4|)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-303 (-1224 |#1| |#2| |#3| |#4|)))) (($ $ (-288 (-1224 |#1| |#2| |#3| |#4|))) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-303 (-1224 |#1| |#2| |#3| |#4|)))) (($ $ (-630 (-288 (-1224 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-303 (-1224 |#1| |#2| |#3| |#4|)))) (($ $ (-630 (-1155)) (-630 (-1224 |#1| |#2| |#3| |#4|))) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-507 (-1155) (-1224 |#1| |#2| |#3| |#4|)))) (($ $ (-1155) (-1224 |#1| |#2| |#3| |#4|)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-507 (-1155) (-1224 |#1| |#2| |#3| |#4|))))) (-3879 (((-757) $) NIL)) (-2061 (($ $ (-1224 |#1| |#2| |#3| |#4|)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-280 (-1224 |#1| |#2| |#3| |#4|) (-1224 |#1| |#2| |#3| |#4|))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-228))) (($ $ (-757)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-228))) (($ $ (-1155)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-882 (-1155)))) (($ $ (-1 (-1224 |#1| |#2| |#3| |#4|) (-1224 |#1| |#2| |#3| |#4|)) (-757)) NIL) (($ $ (-1 (-1224 |#1| |#2| |#3| |#4|) (-1224 |#1| |#2| |#3| |#4|))) NIL)) (-2237 (($ $) NIL)) (-4024 (((-1224 |#1| |#2| |#3| |#4|) $) 17)) (-1523 (((-874 (-553)) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-601 (-874 (-373))))) (((-529) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-601 (-529)))) (((-373) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1004))) (((-220) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1004)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| (-1224 |#1| |#2| |#3| |#4|) (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ (-1224 |#1| |#2| |#3| |#4|)) 29) (($ (-1155)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-1020 (-1155)))) (($ (-1223 |#2| |#3| |#4|)) 36)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| (-1224 |#1| |#2| |#3| |#4|) (-891))) (|has| (-1224 |#1| |#2| |#3| |#4|) (-142))))) (-1348 (((-757)) NIL)) (-3609 (((-1224 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-538)))) (-2453 (((-111) $ $) NIL)) (-1411 (($ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-806)))) (-3296 (($) 41 T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-228))) (($ $ (-757)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-228))) (($ $ (-1155)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-882 (-1155)))) (($ $ (-1 (-1224 |#1| |#2| |#3| |#4|) (-1224 |#1| |#2| |#3| |#4|)) (-757)) NIL) (($ $ (-1 (-1224 |#1| |#2| |#3| |#4|) (-1224 |#1| |#2| |#3| |#4|))) NIL)) (-1667 (((-111) $ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-833)))) (-1633 (((-111) $ $) NIL (|has| (-1224 |#1| |#2| |#3| |#4|) (-833)))) (-1721 (($ $ $) 34) (($ (-1224 |#1| |#2| |#3| |#4|) (-1224 |#1| |#2| |#3| |#4|)) 31)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ (-1224 |#1| |#2| |#3| |#4|) $) 30) (($ $ (-1224 |#1| |#2| |#3| |#4|)) NIL)))
+(((-307 |#1| |#2| |#3| |#4|) (-13 (-974 (-1224 |#1| |#2| |#3| |#4|)) (-1020 (-1223 |#2| |#3| |#4|)) (-10 -8 (-15 -2958 ((-3 (-826 |#2|) "failed") $)) (-15 -3212 ($ (-1223 |#2| |#3| |#4|))))) (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445)) (-13 (-27) (-1177) (-424 |#1|)) (-1155) |#2|) (T -307))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1223 *4 *5 *6)) (-4 *4 (-13 (-27) (-1177) (-424 *3))) (-14 *5 (-1155)) (-14 *6 *4) (-4 *3 (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445))) (-5 *1 (-307 *3 *4 *5 *6)))) (-2958 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445))) (-5 *2 (-826 *4)) (-5 *1 (-307 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1177) (-424 *3))) (-14 *5 (-1155)) (-14 *6 *4))))
+(-13 (-974 (-1224 |#1| |#2| |#3| |#4|)) (-1020 (-1223 |#2| |#3| |#4|)) (-10 -8 (-15 -2958 ((-3 (-826 |#2|) "failed") $)) (-15 -3212 ($ (-1223 |#2| |#3| |#4|)))))
+((-1478 (((-310 |#2|) (-1 |#2| |#1|) (-310 |#1|)) 13)))
+(((-308 |#1| |#2|) (-10 -7 (-15 -1478 ((-310 |#2|) (-1 |#2| |#1|) (-310 |#1|)))) (-833) (-833)) (T -308))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-310 *5)) (-4 *5 (-833)) (-4 *6 (-833)) (-5 *2 (-310 *6)) (-5 *1 (-308 *5 *6)))))
+(-10 -7 (-15 -1478 ((-310 |#2|) (-1 |#2| |#1|) (-310 |#1|))))
+((-3657 (((-52) |#2| (-288 |#2|) (-757)) 33) (((-52) |#2| (-288 |#2|)) 24) (((-52) |#2| (-757)) 28) (((-52) |#2|) 25) (((-52) (-1155)) 21)) (-1727 (((-52) |#2| (-288 |#2|) (-401 (-553))) 51) (((-52) |#2| (-288 |#2|)) 48) (((-52) |#2| (-401 (-553))) 50) (((-52) |#2|) 49) (((-52) (-1155)) 47)) (-3681 (((-52) |#2| (-288 |#2|) (-401 (-553))) 46) (((-52) |#2| (-288 |#2|)) 43) (((-52) |#2| (-401 (-553))) 45) (((-52) |#2|) 44) (((-52) (-1155)) 42)) (-3669 (((-52) |#2| (-288 |#2|) (-553)) 39) (((-52) |#2| (-288 |#2|)) 35) (((-52) |#2| (-553)) 38) (((-52) |#2|) 36) (((-52) (-1155)) 34)))
+(((-309 |#1| |#2|) (-10 -7 (-15 -3657 ((-52) (-1155))) (-15 -3657 ((-52) |#2|)) (-15 -3657 ((-52) |#2| (-757))) (-15 -3657 ((-52) |#2| (-288 |#2|))) (-15 -3657 ((-52) |#2| (-288 |#2|) (-757))) (-15 -3669 ((-52) (-1155))) (-15 -3669 ((-52) |#2|)) (-15 -3669 ((-52) |#2| (-553))) (-15 -3669 ((-52) |#2| (-288 |#2|))) (-15 -3669 ((-52) |#2| (-288 |#2|) (-553))) (-15 -3681 ((-52) (-1155))) (-15 -3681 ((-52) |#2|)) (-15 -3681 ((-52) |#2| (-401 (-553)))) (-15 -3681 ((-52) |#2| (-288 |#2|))) (-15 -3681 ((-52) |#2| (-288 |#2|) (-401 (-553)))) (-15 -1727 ((-52) (-1155))) (-15 -1727 ((-52) |#2|)) (-15 -1727 ((-52) |#2| (-401 (-553)))) (-15 -1727 ((-52) |#2| (-288 |#2|))) (-15 -1727 ((-52) |#2| (-288 |#2|) (-401 (-553))))) (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))) (-13 (-27) (-1177) (-424 |#1|))) (T -309))
+((-1727 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-288 *3)) (-5 *5 (-401 (-553))) (-4 *3 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *6 *3)))) (-1727 (*1 *2 *3 *4) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)))) (-1727 (*1 *2 *3 *4) (-12 (-5 *4 (-401 (-553))) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))) (-1727 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *4))))) (-1727 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *5)) (-4 *5 (-13 (-27) (-1177) (-424 *4))))) (-3681 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-288 *3)) (-5 *5 (-401 (-553))) (-4 *3 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *6 *3)))) (-3681 (*1 *2 *3 *4) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)))) (-3681 (*1 *2 *3 *4) (-12 (-5 *4 (-401 (-553))) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))) (-3681 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *4))))) (-3681 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *5)) (-4 *5 (-13 (-27) (-1177) (-424 *4))))) (-3669 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-445) (-833) (-1020 *5) (-626 *5))) (-5 *5 (-553)) (-5 *2 (-52)) (-5 *1 (-309 *6 *3)))) (-3669 (*1 *2 *3 *4) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)))) (-3669 (*1 *2 *3 *4) (-12 (-5 *4 (-553)) (-4 *5 (-13 (-445) (-833) (-1020 *4) (-626 *4))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))) (-3669 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *4))))) (-3669 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *5)) (-4 *5 (-13 (-27) (-1177) (-424 *4))))) (-3657 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-288 *3)) (-5 *5 (-757)) (-4 *3 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *6 *3)))) (-3657 (*1 *2 *3 *4) (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)))) (-3657 (*1 *2 *3 *4) (-12 (-5 *4 (-757)) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))) (-3657 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *4))))) (-3657 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-309 *4 *5)) (-4 *5 (-13 (-27) (-1177) (-424 *4))))))
+(-10 -7 (-15 -3657 ((-52) (-1155))) (-15 -3657 ((-52) |#2|)) (-15 -3657 ((-52) |#2| (-757))) (-15 -3657 ((-52) |#2| (-288 |#2|))) (-15 -3657 ((-52) |#2| (-288 |#2|) (-757))) (-15 -3669 ((-52) (-1155))) (-15 -3669 ((-52) |#2|)) (-15 -3669 ((-52) |#2| (-553))) (-15 -3669 ((-52) |#2| (-288 |#2|))) (-15 -3669 ((-52) |#2| (-288 |#2|) (-553))) (-15 -3681 ((-52) (-1155))) (-15 -3681 ((-52) |#2|)) (-15 -3681 ((-52) |#2| (-401 (-553)))) (-15 -3681 ((-52) |#2| (-288 |#2|))) (-15 -3681 ((-52) |#2| (-288 |#2|) (-401 (-553)))) (-15 -1727 ((-52) (-1155))) (-15 -1727 ((-52) |#2|)) (-15 -1727 ((-52) |#2| (-401 (-553)))) (-15 -1727 ((-52) |#2| (-288 |#2|))) (-15 -1727 ((-52) |#2| (-288 |#2|) (-401 (-553)))))
+((-3200 (((-111) $ $) NIL)) (-4272 (((-630 $) $ (-1155)) NIL (|has| |#1| (-545))) (((-630 $) $) NIL (|has| |#1| (-545))) (((-630 $) (-1151 $) (-1155)) NIL (|has| |#1| (-545))) (((-630 $) (-1151 $)) NIL (|has| |#1| (-545))) (((-630 $) (-934 $)) NIL (|has| |#1| (-545)))) (-3815 (($ $ (-1155)) NIL (|has| |#1| (-545))) (($ $) NIL (|has| |#1| (-545))) (($ (-1151 $) (-1155)) NIL (|has| |#1| (-545))) (($ (-1151 $)) NIL (|has| |#1| (-545))) (($ (-934 $)) NIL (|has| |#1| (-545)))) (-1719 (((-111) $) 27 (-4028 (|has| |#1| (-25)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))))) (-3611 (((-630 (-1155)) $) 350)) (-3447 (((-401 (-1151 $)) $ (-599 $)) NIL (|has| |#1| (-545)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3361 (((-630 (-599 $)) $) NIL)) (-2479 (($ $) 159 (|has| |#1| (-545)))) (-2333 (($ $) 135 (|has| |#1| (-545)))) (-2735 (($ $ (-1071 $)) 220 (|has| |#1| (-545))) (($ $ (-1155)) 216 (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) NIL (-4028 (|has| |#1| (-21)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))))) (-2173 (($ $ (-288 $)) NIL) (($ $ (-630 (-288 $))) 367) (($ $ (-630 (-599 $)) (-630 $)) 411)) (-2873 (((-412 (-1151 $)) (-1151 $)) 294 (-12 (|has| |#1| (-445)) (|has| |#1| (-545))))) (-3837 (($ $) NIL (|has| |#1| (-545)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-545)))) (-3487 (($ $) NIL (|has| |#1| (-545)))) (-3816 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2456 (($ $) 155 (|has| |#1| (-545)))) (-2306 (($ $) 131 (|has| |#1| (-545)))) (-1942 (($ $ (-553)) 69 (|has| |#1| (-545)))) (-2505 (($ $) 163 (|has| |#1| (-545)))) (-2360 (($ $) 139 (|has| |#1| (-545)))) (-3203 (($) NIL (-4028 (|has| |#1| (-25)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))) (|has| |#1| (-1091))) CONST)) (-3152 (((-630 $) $ (-1155)) NIL (|has| |#1| (-545))) (((-630 $) $) NIL (|has| |#1| (-545))) (((-630 $) (-1151 $) (-1155)) NIL (|has| |#1| (-545))) (((-630 $) (-1151 $)) NIL (|has| |#1| (-545))) (((-630 $) (-934 $)) NIL (|has| |#1| (-545)))) (-3691 (($ $ (-1155)) NIL (|has| |#1| (-545))) (($ $) NIL (|has| |#1| (-545))) (($ (-1151 $) (-1155)) 122 (|has| |#1| (-545))) (($ (-1151 $)) NIL (|has| |#1| (-545))) (($ (-934 $)) NIL (|has| |#1| (-545)))) (-1394 (((-3 (-599 $) "failed") $) 17) (((-3 (-1155) "failed") $) NIL) (((-3 |#1| "failed") $) 420) (((-3 (-48) "failed") $) 322 (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-934 |#1|)) "failed") $) NIL (|has| |#1| (-545))) (((-3 (-934 |#1|) "failed") $) NIL (|has| |#1| (-1031))) (((-3 (-401 (-553)) "failed") $) 46 (-4028 (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))) (-2831 (((-599 $) $) 11) (((-1155) $) NIL) ((|#1| $) 402) (((-48) $) NIL (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-934 |#1|)) $) NIL (|has| |#1| (-545))) (((-934 |#1|) $) NIL (|has| |#1| (-1031))) (((-401 (-553)) $) 305 (-4028 (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))) (-4005 (($ $ $) NIL (|has| |#1| (-545)))) (-3698 (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 115 (|has| |#1| (-1031))) (((-674 |#1|) (-674 $)) 105 (|has| |#1| (-1031))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))) (((-674 (-553)) (-674 $)) NIL (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))))) (-3883 (($ $) 87 (|has| |#1| (-545)))) (-3889 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))) (|has| |#1| (-1091))))) (-3986 (($ $ $) NIL (|has| |#1| (-545)))) (-1628 (($ $ (-1071 $)) 224 (|has| |#1| (-545))) (($ $ (-1155)) 222 (|has| |#1| (-545)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-545)))) (-4268 (((-111) $) NIL (|has| |#1| (-545)))) (-1792 (($ $ $) 190 (|has| |#1| (-545)))) (-4041 (($) 125 (|has| |#1| (-545)))) (-3607 (($ $ $) 210 (|has| |#1| (-545)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 373 (|has| |#1| (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 380 (|has| |#1| (-868 (-373))))) (-1725 (($ $) NIL) (($ (-630 $)) NIL)) (-3495 (((-630 (-113)) $) NIL)) (-4155 (((-113) (-113)) 265)) (-1434 (((-111) $) 25 (-4028 (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))) (|has| |#1| (-1091))))) (-2709 (((-111) $) NIL (|has| $ (-1020 (-553))))) (-3699 (($ $) 68 (|has| |#1| (-1031)))) (-4013 (((-1104 |#1| (-599 $)) $) 82 (|has| |#1| (-1031)))) (-2257 (((-111) $) 61 (|has| |#1| (-545)))) (-3527 (($ $ (-553)) NIL (|has| |#1| (-545)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-545)))) (-1822 (((-1151 $) (-599 $)) 266 (|has| $ (-1031)))) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1478 (($ (-1 $ $) (-599 $)) 407)) (-2427 (((-3 (-599 $) "failed") $) NIL)) (-2431 (($ $) 129 (|has| |#1| (-545)))) (-2538 (($ $) 235 (|has| |#1| (-545)))) (-2552 (($ (-630 $)) NIL (|has| |#1| (-545))) (($ $ $) NIL (|has| |#1| (-545)))) (-4056 (((-1137) $) NIL)) (-3434 (((-630 (-599 $)) $) 49)) (-4084 (($ (-113) $) NIL) (($ (-113) (-630 $)) 412)) (-1548 (((-3 (-630 $) "failed") $) NIL (|has| |#1| (-1091)))) (-1501 (((-3 (-2 (|:| |val| $) (|:| -3503 (-553))) "failed") $) NIL (|has| |#1| (-1031)))) (-1527 (((-3 (-630 $) "failed") $) 415 (|has| |#1| (-25)))) (-4118 (((-3 (-2 (|:| -4157 (-553)) (|:| |var| (-599 $))) "failed") $) 419 (|has| |#1| (-25)))) (-2560 (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $) NIL (|has| |#1| (-1091))) (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-113)) NIL (|has| |#1| (-1031))) (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-1155)) NIL (|has| |#1| (-1031)))) (-2990 (((-111) $ (-113)) NIL) (((-111) $ (-1155)) 53)) (-3700 (($ $) NIL (-4028 (|has| |#1| (-466)) (|has| |#1| (-545))))) (-3198 (($ $ (-1155)) 239 (|has| |#1| (-545))) (($ $ (-1071 $)) 241 (|has| |#1| (-545)))) (-2385 (((-757) $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) 43)) (-3722 ((|#1| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 287 (|has| |#1| (-545)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-545))) (($ $ $) NIL (|has| |#1| (-545)))) (-1611 (((-111) $ $) NIL) (((-111) $ (-1155)) NIL)) (-2143 (($ $ (-1155)) 214 (|has| |#1| (-545))) (($ $) 212 (|has| |#1| (-545)))) (-1294 (($ $) 206 (|has| |#1| (-545)))) (-2098 (((-412 (-1151 $)) (-1151 $)) 292 (-12 (|has| |#1| (-445)) (|has| |#1| (-545))))) (-3476 (((-412 $) $) NIL (|has| |#1| (-545)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-545))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-545)))) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-545)))) (-2854 (($ $) 127 (|has| |#1| (-545)))) (-3439 (((-111) $) NIL (|has| $ (-1020 (-553))))) (-2433 (($ $ (-599 $) $) NIL) (($ $ (-630 (-599 $)) (-630 $)) 406) (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ $))) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-1155) (-1 $ (-630 $))) NIL) (($ $ (-1155) (-1 $ $)) NIL) (($ $ (-630 (-113)) (-630 (-1 $ $))) 360) (($ $ (-630 (-113)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-113) (-1 $ (-630 $))) NIL) (($ $ (-113) (-1 $ $)) NIL) (($ $ (-1155)) NIL (|has| |#1| (-601 (-529)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-601 (-529)))) (($ $) NIL (|has| |#1| (-601 (-529)))) (($ $ (-113) $ (-1155)) 348 (|has| |#1| (-601 (-529)))) (($ $ (-630 (-113)) (-630 $) (-1155)) 347 (|has| |#1| (-601 (-529)))) (($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ $))) NIL (|has| |#1| (-1031))) (($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ (-630 $)))) NIL (|has| |#1| (-1031))) (($ $ (-1155) (-757) (-1 $ (-630 $))) NIL (|has| |#1| (-1031))) (($ $ (-1155) (-757) (-1 $ $)) NIL (|has| |#1| (-1031)))) (-3879 (((-757) $) NIL (|has| |#1| (-545)))) (-2261 (($ $) 227 (|has| |#1| (-545)))) (-2061 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-630 $)) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-545)))) (-2451 (($ $) NIL) (($ $ $) NIL)) (-2294 (($ $) 237 (|has| |#1| (-545)))) (-3868 (($ $) 188 (|has| |#1| (-545)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-1031))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-1031))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-1031))) (($ $ (-1155)) NIL (|has| |#1| (-1031)))) (-2237 (($ $) 70 (|has| |#1| (-545)))) (-4024 (((-1104 |#1| (-599 $)) $) 84 (|has| |#1| (-545)))) (-3035 (($ $) 303 (|has| $ (-1031)))) (-2517 (($ $) 165 (|has| |#1| (-545)))) (-2371 (($ $) 141 (|has| |#1| (-545)))) (-2492 (($ $) 161 (|has| |#1| (-545)))) (-2347 (($ $) 137 (|has| |#1| (-545)))) (-2468 (($ $) 157 (|has| |#1| (-545)))) (-2319 (($ $) 133 (|has| |#1| (-545)))) (-1523 (((-874 (-553)) $) NIL (|has| |#1| (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| |#1| (-601 (-874 (-373))))) (($ (-412 $)) NIL (|has| |#1| (-545))) (((-529) $) 345 (|has| |#1| (-601 (-529))))) (-3830 (($ $ $) NIL (|has| |#1| (-466)))) (-2931 (($ $ $) NIL (|has| |#1| (-466)))) (-3212 (((-845) $) 405) (($ (-599 $)) 396) (($ (-1155)) 362) (($ |#1|) 323) (($ $) NIL (|has| |#1| (-545))) (($ (-48)) 298 (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553))))) (($ (-1104 |#1| (-599 $))) 86 (|has| |#1| (-1031))) (($ (-401 |#1|)) NIL (|has| |#1| (-545))) (($ (-934 (-401 |#1|))) NIL (|has| |#1| (-545))) (($ (-401 (-934 (-401 |#1|)))) NIL (|has| |#1| (-545))) (($ (-401 (-934 |#1|))) NIL (|has| |#1| (-545))) (($ (-934 |#1|)) NIL (|has| |#1| (-1031))) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-545)) (|has| |#1| (-1020 (-401 (-553)))))) (($ (-553)) 34 (-4028 (|has| |#1| (-1020 (-553))) (|has| |#1| (-1031))))) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL (|has| |#1| (-1031)))) (-3064 (($ $) NIL) (($ (-630 $)) NIL)) (-3839 (($ $ $) 208 (|has| |#1| (-545)))) (-4102 (($ $ $) 194 (|has| |#1| (-545)))) (-3995 (($ $ $) 198 (|has| |#1| (-545)))) (-1782 (($ $ $) 192 (|has| |#1| (-545)))) (-2632 (($ $ $) 196 (|has| |#1| (-545)))) (-4083 (((-111) (-113)) 9)) (-3842 (($ $) 171 (|has| |#1| (-545)))) (-2410 (($ $) 147 (|has| |#1| (-545)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) 167 (|has| |#1| (-545)))) (-2383 (($ $) 143 (|has| |#1| (-545)))) (-3862 (($ $) 175 (|has| |#1| (-545)))) (-2434 (($ $) 151 (|has| |#1| (-545)))) (-3892 (($ (-1155) $) NIL) (($ (-1155) $ $) NIL) (($ (-1155) $ $ $) NIL) (($ (-1155) $ $ $ $) NIL) (($ (-1155) (-630 $)) NIL)) (-1448 (($ $) 202 (|has| |#1| (-545)))) (-2706 (($ $) 200 (|has| |#1| (-545)))) (-3013 (($ $) 177 (|has| |#1| (-545)))) (-2445 (($ $) 153 (|has| |#1| (-545)))) (-3852 (($ $) 173 (|has| |#1| (-545)))) (-2421 (($ $) 149 (|has| |#1| (-545)))) (-2542 (($ $) 169 (|has| |#1| (-545)))) (-2396 (($ $) 145 (|has| |#1| (-545)))) (-1411 (($ $) 180 (|has| |#1| (-545)))) (-3296 (($) 20 (-4028 (|has| |#1| (-25)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))) CONST)) (-4271 (($ $) 231 (|has| |#1| (-545)))) (-3308 (($) 22 (-4028 (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))) (|has| |#1| (-1091))) CONST)) (-2584 (($ $) 182 (|has| |#1| (-545))) (($ $ $) 184 (|has| |#1| (-545)))) (-2175 (($ $) 229 (|has| |#1| (-545)))) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-1031))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-1031))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-1031))) (($ $ (-1155)) NIL (|has| |#1| (-1031)))) (-2837 (($ $) 233 (|has| |#1| (-545)))) (-3067 (($ $ $) 186 (|has| |#1| (-545)))) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 79)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 78)) (-1721 (($ (-1104 |#1| (-599 $)) (-1104 |#1| (-599 $))) 96 (|has| |#1| (-545))) (($ $ $) 42 (-4028 (|has| |#1| (-466)) (|has| |#1| (-545))))) (-1710 (($ $ $) 40 (-4028 (|has| |#1| (-21)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))))) (($ $) 29 (-4028 (|has| |#1| (-21)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))))) (-1699 (($ $ $) 38 (-4028 (|has| |#1| (-25)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))))) (** (($ $ $) 63 (|has| |#1| (-545))) (($ $ (-401 (-553))) 300 (|has| |#1| (-545))) (($ $ (-553)) 74 (-4028 (|has| |#1| (-466)) (|has| |#1| (-545)))) (($ $ (-757)) 71 (-4028 (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))) (|has| |#1| (-1091)))) (($ $ (-903)) 76 (-4028 (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))) (|has| |#1| (-1091))))) (* (($ (-401 (-553)) $) NIL (|has| |#1| (-545))) (($ $ (-401 (-553))) NIL (|has| |#1| (-545))) (($ |#1| $) NIL (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169))) (($ $ $) 36 (-4028 (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))) (|has| |#1| (-1091)))) (($ (-553) $) 32 (-4028 (|has| |#1| (-21)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))))) (($ (-757) $) NIL (-4028 (|has| |#1| (-25)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))))) (($ (-903) $) NIL (-4028 (|has| |#1| (-25)) (-12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))))))
+(((-310 |#1|) (-13 (-424 |#1|) (-10 -8 (IF (|has| |#1| (-545)) (PROGN (-6 (-29 |#1|)) (-6 (-1177)) (-6 (-157)) (-6 (-616)) (-6 (-1118)) (-15 -3883 ($ $)) (-15 -2257 ((-111) $)) (-15 -1942 ($ $ (-553))) (IF (|has| |#1| (-445)) (PROGN (-15 -2098 ((-412 (-1151 $)) (-1151 $))) (-15 -2873 ((-412 (-1151 $)) (-1151 $)))) |%noBranch|) (IF (|has| |#1| (-1020 (-553))) (-6 (-1020 (-48))) |%noBranch|)) |%noBranch|))) (-833)) (T -310))
+((-3883 (*1 *1 *1) (-12 (-5 *1 (-310 *2)) (-4 *2 (-545)) (-4 *2 (-833)))) (-2257 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-310 *3)) (-4 *3 (-545)) (-4 *3 (-833)))) (-1942 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-310 *3)) (-4 *3 (-545)) (-4 *3 (-833)))) (-2098 (*1 *2 *3) (-12 (-5 *2 (-412 (-1151 *1))) (-5 *1 (-310 *4)) (-5 *3 (-1151 *1)) (-4 *4 (-445)) (-4 *4 (-545)) (-4 *4 (-833)))) (-2873 (*1 *2 *3) (-12 (-5 *2 (-412 (-1151 *1))) (-5 *1 (-310 *4)) (-5 *3 (-1151 *1)) (-4 *4 (-445)) (-4 *4 (-545)) (-4 *4 (-833)))))
+(-13 (-424 |#1|) (-10 -8 (IF (|has| |#1| (-545)) (PROGN (-6 (-29 |#1|)) (-6 (-1177)) (-6 (-157)) (-6 (-616)) (-6 (-1118)) (-15 -3883 ($ $)) (-15 -2257 ((-111) $)) (-15 -1942 ($ $ (-553))) (IF (|has| |#1| (-445)) (PROGN (-15 -2098 ((-412 (-1151 $)) (-1151 $))) (-15 -2873 ((-412 (-1151 $)) (-1151 $)))) |%noBranch|) (IF (|has| |#1| (-1020 (-553))) (-6 (-1020 (-48))) |%noBranch|)) |%noBranch|)))
+((-1520 (((-52) |#2| (-113) (-288 |#2|) (-630 |#2|)) 88) (((-52) |#2| (-113) (-288 |#2|) (-288 |#2|)) 84) (((-52) |#2| (-113) (-288 |#2|) |#2|) 86) (((-52) (-288 |#2|) (-113) (-288 |#2|) |#2|) 87) (((-52) (-630 |#2|) (-630 (-113)) (-288 |#2|) (-630 (-288 |#2|))) 80) (((-52) (-630 |#2|) (-630 (-113)) (-288 |#2|) (-630 |#2|)) 82) (((-52) (-630 (-288 |#2|)) (-630 (-113)) (-288 |#2|) (-630 |#2|)) 83) (((-52) (-630 (-288 |#2|)) (-630 (-113)) (-288 |#2|) (-630 (-288 |#2|))) 81) (((-52) (-288 |#2|) (-113) (-288 |#2|) (-630 |#2|)) 89) (((-52) (-288 |#2|) (-113) (-288 |#2|) (-288 |#2|)) 85)))
+(((-311 |#1| |#2|) (-10 -7 (-15 -1520 ((-52) (-288 |#2|) (-113) (-288 |#2|) (-288 |#2|))) (-15 -1520 ((-52) (-288 |#2|) (-113) (-288 |#2|) (-630 |#2|))) (-15 -1520 ((-52) (-630 (-288 |#2|)) (-630 (-113)) (-288 |#2|) (-630 (-288 |#2|)))) (-15 -1520 ((-52) (-630 (-288 |#2|)) (-630 (-113)) (-288 |#2|) (-630 |#2|))) (-15 -1520 ((-52) (-630 |#2|) (-630 (-113)) (-288 |#2|) (-630 |#2|))) (-15 -1520 ((-52) (-630 |#2|) (-630 (-113)) (-288 |#2|) (-630 (-288 |#2|)))) (-15 -1520 ((-52) (-288 |#2|) (-113) (-288 |#2|) |#2|)) (-15 -1520 ((-52) |#2| (-113) (-288 |#2|) |#2|)) (-15 -1520 ((-52) |#2| (-113) (-288 |#2|) (-288 |#2|))) (-15 -1520 ((-52) |#2| (-113) (-288 |#2|) (-630 |#2|)))) (-13 (-833) (-545) (-601 (-529))) (-424 |#1|)) (T -311))
+((-1520 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-5 *6 (-630 *3)) (-4 *3 (-424 *7)) (-4 *7 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *7 *3)))) (-1520 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-4 *3 (-424 *6)) (-4 *6 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *3)))) (-1520 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-4 *3 (-424 *6)) (-4 *6 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *3)))) (-1520 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-288 *5)) (-5 *4 (-113)) (-4 *5 (-424 *6)) (-4 *6 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *5)))) (-1520 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 (-113))) (-5 *6 (-630 (-288 *8))) (-4 *8 (-424 *7)) (-5 *5 (-288 *8)) (-4 *7 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *7 *8)))) (-1520 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-630 *7)) (-5 *4 (-630 (-113))) (-5 *5 (-288 *7)) (-4 *7 (-424 *6)) (-4 *6 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *7)))) (-1520 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-630 (-288 *8))) (-5 *4 (-630 (-113))) (-5 *5 (-288 *8)) (-5 *6 (-630 *8)) (-4 *8 (-424 *7)) (-4 *7 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *7 *8)))) (-1520 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-630 (-288 *7))) (-5 *4 (-630 (-113))) (-5 *5 (-288 *7)) (-4 *7 (-424 *6)) (-4 *6 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *7)))) (-1520 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-288 *7)) (-5 *4 (-113)) (-5 *5 (-630 *7)) (-4 *7 (-424 *6)) (-4 *6 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *6 *7)))) (-1520 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-288 *6)) (-5 *4 (-113)) (-4 *6 (-424 *5)) (-4 *5 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52)) (-5 *1 (-311 *5 *6)))))
+(-10 -7 (-15 -1520 ((-52) (-288 |#2|) (-113) (-288 |#2|) (-288 |#2|))) (-15 -1520 ((-52) (-288 |#2|) (-113) (-288 |#2|) (-630 |#2|))) (-15 -1520 ((-52) (-630 (-288 |#2|)) (-630 (-113)) (-288 |#2|) (-630 (-288 |#2|)))) (-15 -1520 ((-52) (-630 (-288 |#2|)) (-630 (-113)) (-288 |#2|) (-630 |#2|))) (-15 -1520 ((-52) (-630 |#2|) (-630 (-113)) (-288 |#2|) (-630 |#2|))) (-15 -1520 ((-52) (-630 |#2|) (-630 (-113)) (-288 |#2|) (-630 (-288 |#2|)))) (-15 -1520 ((-52) (-288 |#2|) (-113) (-288 |#2|) |#2|)) (-15 -1520 ((-52) |#2| (-113) (-288 |#2|) |#2|)) (-15 -1520 ((-52) |#2| (-113) (-288 |#2|) (-288 |#2|))) (-15 -1520 ((-52) |#2| (-113) (-288 |#2|) (-630 |#2|))))
+((-1897 (((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-220) (-553) (-1137)) 46) (((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-220) (-553)) 47) (((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-1 (-220) (-220)) (-553) (-1137)) 43) (((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-1 (-220) (-220)) (-553)) 44)) (-1617 (((-1 (-220) (-220)) (-220)) 45)))
+(((-312) (-10 -7 (-15 -1617 ((-1 (-220) (-220)) (-220))) (-15 -1897 ((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-1 (-220) (-220)) (-553))) (-15 -1897 ((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-1 (-220) (-220)) (-553) (-1137))) (-15 -1897 ((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-220) (-553))) (-15 -1897 ((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-220) (-553) (-1137))))) (T -312))
+((-1897 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1073 (-220))) (-5 *6 (-220)) (-5 *7 (-553)) (-5 *8 (-1137)) (-5 *2 (-1187 (-908))) (-5 *1 (-312)))) (-1897 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1073 (-220))) (-5 *6 (-220)) (-5 *7 (-553)) (-5 *2 (-1187 (-908))) (-5 *1 (-312)))) (-1897 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1073 (-220))) (-5 *6 (-553)) (-5 *7 (-1137)) (-5 *2 (-1187 (-908))) (-5 *1 (-312)))) (-1897 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1073 (-220))) (-5 *6 (-553)) (-5 *2 (-1187 (-908))) (-5 *1 (-312)))) (-1617 (*1 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-312)) (-5 *3 (-220)))))
+(-10 -7 (-15 -1617 ((-1 (-220) (-220)) (-220))) (-15 -1897 ((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-1 (-220) (-220)) (-553))) (-15 -1897 ((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-1 (-220) (-220)) (-553) (-1137))) (-15 -1897 ((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-220) (-553))) (-15 -1897 ((-1187 (-908)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-220) (-553) (-1137))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 25)) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3027 (($ $ (-401 (-553))) NIL) (($ $ (-401 (-553)) (-401 (-553))) NIL)) (-4044 (((-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|))) $) 20)) (-2479 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| |#1| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2456 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-757) (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|)))) NIL)) (-2505 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) 32)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-4268 (((-111) $) NIL (|has| |#1| (-357)))) (-2487 (((-111) $) NIL)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-401 (-553)) $) NIL) (((-401 (-553)) $ (-401 (-553))) 16)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) NIL) (($ $ (-401 (-553))) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-553))) NIL) (($ $ (-1061) (-401 (-553))) NIL) (($ $ (-630 (-1061)) (-630 (-401 (-553)))) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2431 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-1619 (($ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177)))))) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2370 (($ $ (-401 (-553))) NIL)) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-3164 (((-401 (-553)) $) 17)) (-3640 (($ (-1223 |#1| |#2| |#3|)) 11)) (-3503 (((-1223 |#1| |#2| |#3|) $) 12)) (-2854 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))))) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ (-401 (-553))) NIL) (($ $ $) NIL (|has| (-401 (-553)) (-1091)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-2672 (((-401 (-553)) $) NIL)) (-2517 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) 10)) (-3212 (((-845) $) 38) (($ (-553)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $) NIL (|has| |#1| (-545)))) (-1925 ((|#1| $ (-401 (-553))) 30)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-4045 ((|#1| $) NIL)) (-3842 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-401 (-553))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 27)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 33)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-313 |#1| |#2| |#3|) (-13 (-1219 |#1|) (-778) (-10 -8 (-15 -3640 ($ (-1223 |#1| |#2| |#3|))) (-15 -3503 ((-1223 |#1| |#2| |#3|) $)) (-15 -3164 ((-401 (-553)) $)))) (-13 (-357) (-833)) (-1155) |#1|) (T -313))
+((-3640 (*1 *1 *2) (-12 (-5 *2 (-1223 *3 *4 *5)) (-4 *3 (-13 (-357) (-833))) (-14 *4 (-1155)) (-14 *5 *3) (-5 *1 (-313 *3 *4 *5)))) (-3503 (*1 *2 *1) (-12 (-5 *2 (-1223 *3 *4 *5)) (-5 *1 (-313 *3 *4 *5)) (-4 *3 (-13 (-357) (-833))) (-14 *4 (-1155)) (-14 *5 *3))) (-3164 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-313 *3 *4 *5)) (-4 *3 (-13 (-357) (-833))) (-14 *4 (-1155)) (-14 *5 *3))))
+(-13 (-1219 |#1|) (-778) (-10 -8 (-15 -3640 ($ (-1223 |#1| |#2| |#3|))) (-15 -3503 ((-1223 |#1| |#2| |#3|) $)) (-15 -3164 ((-401 (-553)) $))))
+((-3527 (((-2 (|:| -3503 (-757)) (|:| -4157 |#1|) (|:| |radicand| (-630 |#1|))) (-412 |#1|) (-757)) 24)) (-2431 (((-630 (-2 (|:| -4157 (-757)) (|:| |logand| |#1|))) (-412 |#1|)) 28)))
+(((-314 |#1|) (-10 -7 (-15 -3527 ((-2 (|:| -3503 (-757)) (|:| -4157 |#1|) (|:| |radicand| (-630 |#1|))) (-412 |#1|) (-757))) (-15 -2431 ((-630 (-2 (|:| -4157 (-757)) (|:| |logand| |#1|))) (-412 |#1|)))) (-545)) (T -314))
+((-2431 (*1 *2 *3) (-12 (-5 *3 (-412 *4)) (-4 *4 (-545)) (-5 *2 (-630 (-2 (|:| -4157 (-757)) (|:| |logand| *4)))) (-5 *1 (-314 *4)))) (-3527 (*1 *2 *3 *4) (-12 (-5 *3 (-412 *5)) (-4 *5 (-545)) (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *5) (|:| |radicand| (-630 *5)))) (-5 *1 (-314 *5)) (-5 *4 (-757)))))
+(-10 -7 (-15 -3527 ((-2 (|:| -3503 (-757)) (|:| -4157 |#1|) (|:| |radicand| (-630 |#1|))) (-412 |#1|) (-757))) (-15 -2431 ((-630 (-2 (|:| -4157 (-757)) (|:| |logand| |#1|))) (-412 |#1|))))
+((-3611 (((-630 |#2|) (-1151 |#4|)) 43)) (-2849 ((|#3| (-553)) 46)) (-4175 (((-1151 |#4|) (-1151 |#3|)) 30)) (-3827 (((-1151 |#4|) (-1151 |#4|) (-553)) 56)) (-3925 (((-1151 |#3|) (-1151 |#4|)) 21)) (-2672 (((-630 (-757)) (-1151 |#4|) (-630 |#2|)) 40)) (-3197 (((-1151 |#3|) (-1151 |#4|) (-630 |#2|) (-630 |#3|)) 35)))
+(((-315 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3197 ((-1151 |#3|) (-1151 |#4|) (-630 |#2|) (-630 |#3|))) (-15 -2672 ((-630 (-757)) (-1151 |#4|) (-630 |#2|))) (-15 -3611 ((-630 |#2|) (-1151 |#4|))) (-15 -3925 ((-1151 |#3|) (-1151 |#4|))) (-15 -4175 ((-1151 |#4|) (-1151 |#3|))) (-15 -3827 ((-1151 |#4|) (-1151 |#4|) (-553))) (-15 -2849 (|#3| (-553)))) (-779) (-833) (-1031) (-931 |#3| |#1| |#2|)) (T -315))
+((-2849 (*1 *2 *3) (-12 (-5 *3 (-553)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1031)) (-5 *1 (-315 *4 *5 *2 *6)) (-4 *6 (-931 *2 *4 *5)))) (-3827 (*1 *2 *2 *3) (-12 (-5 *2 (-1151 *7)) (-5 *3 (-553)) (-4 *7 (-931 *6 *4 *5)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031)) (-5 *1 (-315 *4 *5 *6 *7)))) (-4175 (*1 *2 *3) (-12 (-5 *3 (-1151 *6)) (-4 *6 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-1151 *7)) (-5 *1 (-315 *4 *5 *6 *7)) (-4 *7 (-931 *6 *4 *5)))) (-3925 (*1 *2 *3) (-12 (-5 *3 (-1151 *7)) (-4 *7 (-931 *6 *4 *5)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031)) (-5 *2 (-1151 *6)) (-5 *1 (-315 *4 *5 *6 *7)))) (-3611 (*1 *2 *3) (-12 (-5 *3 (-1151 *7)) (-4 *7 (-931 *6 *4 *5)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031)) (-5 *2 (-630 *5)) (-5 *1 (-315 *4 *5 *6 *7)))) (-2672 (*1 *2 *3 *4) (-12 (-5 *3 (-1151 *8)) (-5 *4 (-630 *6)) (-4 *6 (-833)) (-4 *8 (-931 *7 *5 *6)) (-4 *5 (-779)) (-4 *7 (-1031)) (-5 *2 (-630 (-757))) (-5 *1 (-315 *5 *6 *7 *8)))) (-3197 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1151 *9)) (-5 *4 (-630 *7)) (-5 *5 (-630 *8)) (-4 *7 (-833)) (-4 *8 (-1031)) (-4 *9 (-931 *8 *6 *7)) (-4 *6 (-779)) (-5 *2 (-1151 *8)) (-5 *1 (-315 *6 *7 *8 *9)))))
+(-10 -7 (-15 -3197 ((-1151 |#3|) (-1151 |#4|) (-630 |#2|) (-630 |#3|))) (-15 -2672 ((-630 (-757)) (-1151 |#4|) (-630 |#2|))) (-15 -3611 ((-630 |#2|) (-1151 |#4|))) (-15 -3925 ((-1151 |#3|) (-1151 |#4|))) (-15 -4175 ((-1151 |#4|) (-1151 |#3|))) (-15 -3827 ((-1151 |#4|) (-1151 |#4|) (-553))) (-15 -2849 (|#3| (-553))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 14)) (-4044 (((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-553)))) $) 18)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2662 (((-757) $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-2264 ((|#1| $ (-553)) NIL)) (-3287 (((-553) $ (-553)) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-1974 (($ (-1 |#1| |#1|) $) NIL)) (-1736 (($ (-1 (-553) (-553)) $) 10)) (-4056 (((-1137) $) NIL)) (-1475 (($ $ $) NIL (|has| (-553) (-778)))) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL) (($ |#1|) NIL)) (-1925 (((-553) |#1| $) NIL)) (-3296 (($) 15 T CONST)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) 21 (|has| |#1| (-833)))) (-1710 (($ $) 11) (($ $ $) 20)) (-1699 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ (-553)) NIL) (($ (-553) |#1|) 19)))
+(((-316 |#1|) (-13 (-21) (-703 (-553)) (-317 |#1| (-553)) (-10 -7 (IF (|has| |#1| (-833)) (-6 (-833)) |%noBranch|))) (-1079)) (T -316))
+NIL
+(-13 (-21) (-703 (-553)) (-317 |#1| (-553)) (-10 -7 (IF (|has| |#1| (-833)) (-6 (-833)) |%noBranch|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4044 (((-630 (-2 (|:| |gen| |#1|) (|:| -2854 |#2|))) $) 27)) (-4123 (((-3 $ "failed") $ $) 19)) (-2662 (((-757) $) 28)) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#1| "failed") $) 32)) (-2831 ((|#1| $) 33)) (-2264 ((|#1| $ (-553)) 25)) (-3287 ((|#2| $ (-553)) 26)) (-1974 (($ (-1 |#1| |#1|) $) 22)) (-1736 (($ (-1 |#2| |#2|) $) 23)) (-4056 (((-1137) $) 9)) (-1475 (($ $ $) 21 (|has| |#2| (-778)))) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ |#1|) 31)) (-1925 ((|#2| |#1| $) 24)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1699 (($ $ $) 14) (($ |#1| $) 30)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ |#2| |#1|) 29)))
+(((-317 |#1| |#2|) (-137) (-1079) (-129)) (T -317))
+((-1699 (*1 *1 *2 *1) (-12 (-4 *1 (-317 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-129)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-317 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-129)))) (-2662 (*1 *2 *1) (-12 (-4 *1 (-317 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-129)) (-5 *2 (-757)))) (-4044 (*1 *2 *1) (-12 (-4 *1 (-317 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-129)) (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 *4)))))) (-3287 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-317 *4 *2)) (-4 *4 (-1079)) (-4 *2 (-129)))) (-2264 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-317 *2 *4)) (-4 *4 (-129)) (-4 *2 (-1079)))) (-1925 (*1 *2 *3 *1) (-12 (-4 *1 (-317 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-129)))) (-1736 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-317 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-129)))) (-1974 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-317 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-129)))) (-1475 (*1 *1 *1 *1) (-12 (-4 *1 (-317 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-129)) (-4 *3 (-778)))))
+(-13 (-129) (-1020 |t#1|) (-10 -8 (-15 -1699 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -2662 ((-757) $)) (-15 -4044 ((-630 (-2 (|:| |gen| |t#1|) (|:| -2854 |t#2|))) $)) (-15 -3287 (|t#2| $ (-553))) (-15 -2264 (|t#1| $ (-553))) (-15 -1925 (|t#2| |t#1| $)) (-15 -1736 ($ (-1 |t#2| |t#2|) $)) (-15 -1974 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-778)) (-15 -1475 ($ $ $)) |%noBranch|)))
+(((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-1020 |#1|) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4044 (((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-757)))) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2662 (((-757) $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-2264 ((|#1| $ (-553)) NIL)) (-3287 (((-757) $ (-553)) NIL)) (-1974 (($ (-1 |#1| |#1|) $) NIL)) (-1736 (($ (-1 (-757) (-757)) $) NIL)) (-4056 (((-1137) $) NIL)) (-1475 (($ $ $) NIL (|has| (-757) (-778)))) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL) (($ |#1|) NIL)) (-1925 (((-757) |#1| $) NIL)) (-3296 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1699 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-757) |#1|) NIL)))
+(((-318 |#1|) (-317 |#1| (-757)) (-1079)) (T -318))
+NIL
+(-317 |#1| (-757))
+((-3766 (($ $) 53)) (-1369 (($ $ |#2| |#3| $) 14)) (-2364 (($ (-1 |#3| |#3|) $) 33)) (-3710 (((-111) $) 24)) (-3722 ((|#2| $) 26)) (-3968 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 44)) (-3998 ((|#2| $) 49)) (-1372 (((-630 |#2|) $) 36)) (-1957 (($ $ $ (-757)) 20)) (-1721 (($ $ |#2|) 40)))
+(((-319 |#1| |#2| |#3|) (-10 -8 (-15 -3766 (|#1| |#1|)) (-15 -3998 (|#2| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1957 (|#1| |#1| |#1| (-757))) (-15 -1369 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2364 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1372 ((-630 |#2|) |#1|)) (-15 -3722 (|#2| |#1|)) (-15 -3710 ((-111) |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1721 (|#1| |#1| |#2|))) (-320 |#2| |#3|) (-1031) (-778)) (T -319))
+NIL
+(-10 -8 (-15 -3766 (|#1| |#1|)) (-15 -3998 (|#2| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1957 (|#1| |#1| |#1| (-757))) (-15 -1369 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2364 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1372 ((-630 |#2|) |#1|)) (-15 -3722 (|#2| |#1|)) (-15 -3710 ((-111) |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1721 (|#1| |#1| |#2|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 49 (|has| |#1| (-545)))) (-2723 (($ $) 50 (|has| |#1| (-545)))) (-2157 (((-111) $) 52 (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1394 (((-3 (-553) "failed") $) 89 (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 87 (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 84)) (-2831 (((-553) $) 88 (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) 86 (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 85)) (-3765 (($ $) 58)) (-3889 (((-3 $ "failed") $) 32)) (-3766 (($ $) 73 (|has| |#1| (-445)))) (-1369 (($ $ |#1| |#2| $) 77)) (-1434 (((-111) $) 30)) (-2613 (((-757) $) 80)) (-1561 (((-111) $) 60)) (-3590 (($ |#1| |#2|) 59)) (-3264 ((|#2| $) 79)) (-2364 (($ (-1 |#2| |#2|) $) 78)) (-1478 (($ (-1 |#1| |#1|) $) 61)) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3710 (((-111) $) 83)) (-3722 ((|#1| $) 82)) (-3968 (((-3 $ "failed") $ $) 48 (|has| |#1| (-545))) (((-3 $ "failed") $ |#1|) 75 (|has| |#1| (-545)))) (-2672 ((|#2| $) 62)) (-3998 ((|#1| $) 74 (|has| |#1| (-445)))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 47 (|has| |#1| (-545))) (($ |#1|) 45) (($ (-401 (-553))) 55 (-4028 (|has| |#1| (-1020 (-401 (-553)))) (|has| |#1| (-38 (-401 (-553))))))) (-1372 (((-630 |#1|) $) 81)) (-1925 ((|#1| $ |#2|) 57)) (-2234 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-1957 (($ $ $ (-757)) 76 (|has| |#1| (-169)))) (-2453 (((-111) $ $) 51 (|has| |#1| (-545)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-553)) $) 54 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 53 (|has| |#1| (-38 (-401 (-553)))))))
+(((-320 |#1| |#2|) (-137) (-1031) (-778)) (T -320))
+((-3710 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)) (-5 *2 (-111)))) (-3722 (*1 *2 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031)))) (-1372 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)) (-5 *2 (-630 *3)))) (-2613 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)) (-5 *2 (-757)))) (-3264 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))) (-2364 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-320 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)))) (-1369 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778)))) (-1957 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-320 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)) (-4 *3 (-169)))) (-3968 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778)) (-4 *2 (-545)))) (-3998 (*1 *2 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031)) (-4 *2 (-445)))) (-3766 (*1 *1 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778)) (-4 *2 (-445)))))
+(-13 (-47 |t#1| |t#2|) (-405 |t#1|) (-10 -8 (-15 -3710 ((-111) $)) (-15 -3722 (|t#1| $)) (-15 -1372 ((-630 |t#1|) $)) (-15 -2613 ((-757) $)) (-15 -3264 (|t#2| $)) (-15 -2364 ($ (-1 |t#2| |t#2|) $)) (-15 -1369 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-169)) (-15 -1957 ($ $ $ (-757))) |%noBranch|) (IF (|has| |t#1| (-545)) (-15 -3968 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-445)) (PROGN (-15 -3998 (|t#1| $)) (-15 -3766 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-545)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #2=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-284) |has| |#1| (-545)) ((-405 |#1|) . T) ((-545) |has| |#1| (-545)) ((-633 #0#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #0#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) |has| |#1| (-545)) ((-712) . T) ((-1020 #1#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #2#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1037 #0#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1354 (((-111) (-111)) NIL)) (-1471 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370)))) (-3656 (($ (-1 (-111) |#1|) $) NIL)) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-1570 (($ $) NIL (|has| |#1| (-1079)))) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1875 (($ |#1| $) NIL (|has| |#1| (-1079))) (($ (-1 (-111) |#1|) $) NIL)) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1457 (((-553) (-1 (-111) |#1|) $) NIL) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079)))) (-2376 (($ $ (-553)) NIL)) (-1519 (((-757) $) NIL)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3306 (($ (-757) |#1|) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-4250 (($ $ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1429 (($ $ $ (-553)) NIL) (($ |#1| $ (-553)) NIL)) (-1760 (($ |#1| $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-3730 (($ (-630 |#1|)) NIL)) (-2701 ((|#1| $) NIL (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-553) |#1|) NIL) ((|#1| $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2855 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) NIL)) (-3724 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4320 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-630 $)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-321 |#1|) (-13 (-19 |#1|) (-276 |#1|) (-10 -8 (-15 -3730 ($ (-630 |#1|))) (-15 -1519 ((-757) $)) (-15 -2376 ($ $ (-553))) (-15 -1354 ((-111) (-111))))) (-1192)) (T -321))
+((-3730 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-321 *3)))) (-1519 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-321 *3)) (-4 *3 (-1192)))) (-2376 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-321 *3)) (-4 *3 (-1192)))) (-1354 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-321 *3)) (-4 *3 (-1192)))))
+(-13 (-19 |#1|) (-276 |#1|) (-10 -8 (-15 -3730 ($ (-630 |#1|))) (-15 -1519 ((-757) $)) (-15 -2376 ($ $ (-553))) (-15 -1354 ((-111) (-111)))))
+((-4180 (((-111) $) 42)) (-3556 (((-757)) 22)) (-1550 ((|#2| $) 46) (($ $ (-903)) 101)) (-2662 (((-757)) 102)) (-1676 (($ (-1238 |#2|)) 20)) (-2810 (((-111) $) 115)) (-4233 ((|#2| $) 48) (($ $ (-903)) 99)) (-2309 (((-1151 |#2|) $) NIL) (((-1151 $) $ (-903)) 95)) (-2474 (((-1151 |#2|) $) 82)) (-1403 (((-1151 |#2|) $) 79) (((-3 (-1151 |#2|) "failed") $ $) 76)) (-2388 (($ $ (-1151 |#2|)) 53)) (-2987 (((-819 (-903))) 28) (((-903)) 43)) (-1315 (((-132)) 25)) (-2672 (((-819 (-903)) $) 30) (((-903) $) 117)) (-2516 (($) 108)) (-3693 (((-1238 |#2|) $) NIL) (((-674 |#2|) (-1238 $)) 39)) (-2234 (($ $) NIL) (((-3 $ "failed") $) 85)) (-1758 (((-111) $) 41)))
+(((-322 |#1| |#2|) (-10 -8 (-15 -2234 ((-3 |#1| "failed") |#1|)) (-15 -2662 ((-757))) (-15 -2234 (|#1| |#1|)) (-15 -1403 ((-3 (-1151 |#2|) "failed") |#1| |#1|)) (-15 -1403 ((-1151 |#2|) |#1|)) (-15 -2474 ((-1151 |#2|) |#1|)) (-15 -2388 (|#1| |#1| (-1151 |#2|))) (-15 -2810 ((-111) |#1|)) (-15 -2516 (|#1|)) (-15 -1550 (|#1| |#1| (-903))) (-15 -4233 (|#1| |#1| (-903))) (-15 -2309 ((-1151 |#1|) |#1| (-903))) (-15 -1550 (|#2| |#1|)) (-15 -4233 (|#2| |#1|)) (-15 -2672 ((-903) |#1|)) (-15 -2987 ((-903))) (-15 -2309 ((-1151 |#2|) |#1|)) (-15 -1676 (|#1| (-1238 |#2|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1|)) (-15 -3556 ((-757))) (-15 -2987 ((-819 (-903)))) (-15 -2672 ((-819 (-903)) |#1|)) (-15 -4180 ((-111) |#1|)) (-15 -1758 ((-111) |#1|)) (-15 -1315 ((-132)))) (-323 |#2|) (-357)) (T -322))
+((-1315 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-132)) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))) (-2987 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-819 (-903))) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))) (-3556 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-757)) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))) (-2987 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-903)) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))) (-2662 (*1 *2) (-12 (-4 *4 (-357)) (-5 *2 (-757)) (-5 *1 (-322 *3 *4)) (-4 *3 (-323 *4)))))
+(-10 -8 (-15 -2234 ((-3 |#1| "failed") |#1|)) (-15 -2662 ((-757))) (-15 -2234 (|#1| |#1|)) (-15 -1403 ((-3 (-1151 |#2|) "failed") |#1| |#1|)) (-15 -1403 ((-1151 |#2|) |#1|)) (-15 -2474 ((-1151 |#2|) |#1|)) (-15 -2388 (|#1| |#1| (-1151 |#2|))) (-15 -2810 ((-111) |#1|)) (-15 -2516 (|#1|)) (-15 -1550 (|#1| |#1| (-903))) (-15 -4233 (|#1| |#1| (-903))) (-15 -2309 ((-1151 |#1|) |#1| (-903))) (-15 -1550 (|#2| |#1|)) (-15 -4233 (|#2| |#1|)) (-15 -2672 ((-903) |#1|)) (-15 -2987 ((-903))) (-15 -2309 ((-1151 |#2|) |#1|)) (-15 -1676 (|#1| (-1238 |#2|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1|)) (-15 -3556 ((-757))) (-15 -2987 ((-819 (-903)))) (-15 -2672 ((-819 (-903)) |#1|)) (-15 -4180 ((-111) |#1|)) (-15 -1758 ((-111) |#1|)) (-15 -1315 ((-132))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4180 (((-111) $) 91)) (-3556 (((-757)) 87)) (-1550 ((|#1| $) 137) (($ $ (-903)) 134 (|has| |#1| (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) 119 (|has| |#1| (-362)))) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3816 (((-111) $ $) 57)) (-2662 (((-757)) 109 (|has| |#1| (-362)))) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#1| "failed") $) 98)) (-2831 ((|#1| $) 99)) (-1676 (($ (-1238 |#1|)) 143)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) 125 (|has| |#1| (-362)))) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-1333 (($) 106 (|has| |#1| (-362)))) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-2091 (($) 121 (|has| |#1| (-362)))) (-2879 (((-111) $) 122 (|has| |#1| (-362)))) (-2865 (($ $ (-757)) 84 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) 83 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4268 (((-111) $) 68)) (-2592 (((-903) $) 124 (|has| |#1| (-362))) (((-819 (-903)) $) 81 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1434 (((-111) $) 30)) (-1389 (($) 132 (|has| |#1| (-362)))) (-2810 (((-111) $) 131 (|has| |#1| (-362)))) (-4233 ((|#1| $) 138) (($ $ (-903)) 135 (|has| |#1| (-362)))) (-3464 (((-3 $ "failed") $) 110 (|has| |#1| (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-2309 (((-1151 |#1|) $) 142) (((-1151 $) $ (-903)) 136 (|has| |#1| (-362)))) (-3941 (((-903) $) 107 (|has| |#1| (-362)))) (-2474 (((-1151 |#1|) $) 128 (|has| |#1| (-362)))) (-1403 (((-1151 |#1|) $) 127 (|has| |#1| (-362))) (((-3 (-1151 |#1|) "failed") $ $) 126 (|has| |#1| (-362)))) (-2388 (($ $ (-1151 |#1|)) 129 (|has| |#1| (-362)))) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 67)) (-1979 (($) 111 (|has| |#1| (-362)) CONST)) (-2839 (($ (-903)) 108 (|has| |#1| (-362)))) (-3116 (((-111) $) 90)) (-2875 (((-1099) $) 10)) (-4125 (($) 130 (|has| |#1| (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) 118 (|has| |#1| (-362)))) (-3476 (((-412 $) $) 71)) (-2987 (((-819 (-903))) 88) (((-903)) 140)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-2916 (((-757) $) 123 (|has| |#1| (-362))) (((-3 (-757) "failed") $ $) 82 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1315 (((-132)) 96)) (-3095 (($ $) 115 (|has| |#1| (-362))) (($ $ (-757)) 113 (|has| |#1| (-362)))) (-2672 (((-819 (-903)) $) 89) (((-903) $) 139)) (-3035 (((-1151 |#1|)) 141)) (-3529 (($) 120 (|has| |#1| (-362)))) (-2516 (($) 133 (|has| |#1| (-362)))) (-3693 (((-1238 |#1|) $) 145) (((-674 |#1|) (-1238 $)) 144)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 117 (|has| |#1| (-362)))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63) (($ |#1|) 97)) (-2234 (($ $) 116 (|has| |#1| (-362))) (((-3 $ "failed") $) 80 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1348 (((-757)) 28)) (-3428 (((-1238 $)) 147) (((-1238 $) (-903)) 146)) (-2453 (((-111) $ $) 37)) (-1758 (((-111) $) 92)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-2541 (($ $) 86 (|has| |#1| (-362))) (($ $ (-757)) 85 (|has| |#1| (-362)))) (-1766 (($ $) 114 (|has| |#1| (-362))) (($ $ (-757)) 112 (|has| |#1| (-362)))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ $) 62) (($ $ |#1|) 95)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64) (($ $ |#1|) 94) (($ |#1| $) 93)))
(((-323 |#1|) (-137) (-357)) (T -323))
-((-4199 (*1 *2) (-12 (-4 *3 (-357)) (-5 *2 (-1237 *1)) (-4 *1 (-323 *3)))) (-4199 (*1 *2 *3) (-12 (-5 *3 (-902)) (-4 *4 (-357)) (-5 *2 (-1237 *1)) (-4 *1 (-323 *4)))) (-3464 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1237 *3)))) (-3464 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-323 *4)) (-4 *4 (-357)) (-5 *2 (-673 *4)))) (-4278 (*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-357)) (-4 *1 (-323 *3)))) (-2169 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1150 *3)))) (-3521 (*1 *2) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1150 *3)))) (-3823 (*1 *2) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-902)))) (-3299 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-902)))) (-4346 (*1 *2 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-357)))) (-1549 (*1 *2 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-357)))) (-2169 (*1 *2 *1 *3) (-12 (-5 *3 (-902)) (-4 *4 (-362)) (-4 *4 (-357)) (-5 *2 (-1150 *1)) (-4 *1 (-323 *4)))) (-4346 (*1 *1 *1 *2) (-12 (-5 *2 (-902)) (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)))) (-1549 (*1 *1 *1 *2) (-12 (-5 *2 (-902)) (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)))) (-3149 (*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357)))) (-2019 (*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357)))) (-2092 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-111)))) (-4126 (*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357)))) (-2836 (*1 *1 *1 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-362)) (-4 *1 (-323 *3)) (-4 *3 (-357)))) (-1879 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-1150 *3)))) (-1577 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-1150 *3)))) (-1577 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-1150 *3)))))
-(-13 (-1256 |t#1|) (-1019 |t#1|) (-10 -8 (-15 -4199 ((-1237 $))) (-15 -4199 ((-1237 $) (-902))) (-15 -3464 ((-1237 |t#1|) $)) (-15 -3464 ((-673 |t#1|) (-1237 $))) (-15 -4278 ($ (-1237 |t#1|))) (-15 -2169 ((-1150 |t#1|) $)) (-15 -3521 ((-1150 |t#1|))) (-15 -3823 ((-902))) (-15 -3299 ((-902) $)) (-15 -4346 (|t#1| $)) (-15 -1549 (|t#1| $)) (IF (|has| |t#1| (-362)) (PROGN (-6 (-343)) (-15 -2169 ((-1150 $) $ (-902))) (-15 -4346 ($ $ (-902))) (-15 -1549 ($ $ (-902))) (-15 -3149 ($)) (-15 -2019 ($)) (-15 -2092 ((-111) $)) (-15 -4126 ($)) (-15 -2836 ($ $ (-1150 |t#1|))) (-15 -1879 ((-1150 |t#1|) $)) (-15 -1577 ((-1150 |t#1|) $)) (-15 -1577 ((-3 (-1150 |t#1|) "failed") $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4029 (|has| |#1| (-362)) (|has| |#1| (-142))) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) . T) ((-228) |has| |#1| (-362)) ((-238) . T) ((-284) . T) ((-301) . T) ((-1256 |#1|) . T) ((-357) . T) ((-396) -4029 (|has| |#1| (-362)) (|has| |#1| (-142))) ((-362) |has| |#1| (-362)) ((-343) |has| |#1| (-362)) ((-445) . T) ((-544) . T) ((-632 #0#) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #0#) . T) ((-702 |#1|) . T) ((-702 $) . T) ((-711) . T) ((-901) . T) ((-1019 |#1|) . T) ((-1036 #0#) . T) ((-1036 |#1|) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1129) |has| |#1| (-362)) ((-1195) . T) ((-1244 |#1|) . T))
-((-3202 (((-111) $ $) NIL)) (-1684 (($ (-1153) $) 88)) (-2321 (($) 77)) (-1656 (((-1098) (-1098)) 11)) (-3259 (($) 78)) (-4251 (($) 90) (($ (-310 (-683))) 98) (($ (-310 (-685))) 94) (($ (-310 (-678))) 102) (($ (-310 (-373))) 109) (($ (-310 (-552))) 105) (($ (-310 (-166 (-373)))) 113)) (-3455 (($ (-1153) $) 89)) (-3113 (($ (-629 (-844))) 79)) (-3919 (((-1242) $) 75)) (-1981 (((-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")) $) 27)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3511 (($ (-1098)) 51)) (-1980 (((-1082) $) 25)) (-2053 (($ (-1070 (-933 (-552))) $) 85) (($ (-1070 (-933 (-552))) (-933 (-552)) $) 86)) (-4101 (($ (-1098)) 87)) (-1440 (($ (-1153) $) 115) (($ (-1153) $ $) 116)) (-1758 (($ (-1154) (-629 (-1154))) 76)) (-3436 (($ (-1136)) 82) (($ (-629 (-1136))) 80)) (-3213 (((-844) $) 118)) (-2149 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1154)) (|:| |arrayIndex| (-629 (-933 (-552)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1154)) (|:| |rand| (-844)) (|:| |ints2Floats?| (-111)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1153)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3435 (-111)) (|:| -2925 (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844)))))) (|:| |blockBranch| (-629 $)) (|:| |commentBranch| (-629 (-1136))) (|:| |callBranch| (-1136)) (|:| |forBranch| (-2 (|:| -4235 (-1070 (-933 (-552)))) (|:| |span| (-933 (-552))) (|:| -4300 $))) (|:| |labelBranch| (-1098)) (|:| |loopBranch| (-2 (|:| |switch| (-1153)) (|:| -4300 $))) (|:| |commonBranch| (-2 (|:| -4290 (-1154)) (|:| |contents| (-629 (-1154))))) (|:| |printBranch| (-629 (-844)))) $) 44)) (-1462 (($ (-1136)) 187)) (-1557 (($ (-629 $)) 114)) (-2392 (($ (-1154) (-1136)) 120) (($ (-1154) (-310 (-685))) 160) (($ (-1154) (-310 (-683))) 161) (($ (-1154) (-310 (-678))) 162) (($ (-1154) (-673 (-685))) 123) (($ (-1154) (-673 (-683))) 126) (($ (-1154) (-673 (-678))) 129) (($ (-1154) (-1237 (-685))) 132) (($ (-1154) (-1237 (-683))) 135) (($ (-1154) (-1237 (-678))) 138) (($ (-1154) (-673 (-310 (-685)))) 141) (($ (-1154) (-673 (-310 (-683)))) 144) (($ (-1154) (-673 (-310 (-678)))) 147) (($ (-1154) (-1237 (-310 (-685)))) 150) (($ (-1154) (-1237 (-310 (-683)))) 153) (($ (-1154) (-1237 (-310 (-678)))) 156) (($ (-1154) (-629 (-933 (-552))) (-310 (-685))) 157) (($ (-1154) (-629 (-933 (-552))) (-310 (-683))) 158) (($ (-1154) (-629 (-933 (-552))) (-310 (-678))) 159) (($ (-1154) (-310 (-552))) 184) (($ (-1154) (-310 (-373))) 185) (($ (-1154) (-310 (-166 (-373)))) 186) (($ (-1154) (-673 (-310 (-552)))) 165) (($ (-1154) (-673 (-310 (-373)))) 168) (($ (-1154) (-673 (-310 (-166 (-373))))) 171) (($ (-1154) (-1237 (-310 (-552)))) 174) (($ (-1154) (-1237 (-310 (-373)))) 177) (($ (-1154) (-1237 (-310 (-166 (-373))))) 180) (($ (-1154) (-629 (-933 (-552))) (-310 (-552))) 181) (($ (-1154) (-629 (-933 (-552))) (-310 (-373))) 182) (($ (-1154) (-629 (-933 (-552))) (-310 (-166 (-373)))) 183)) (-1613 (((-111) $ $) NIL)))
-(((-324) (-13 (-1078) (-10 -8 (-15 -3213 ((-844) $)) (-15 -2053 ($ (-1070 (-933 (-552))) $)) (-15 -2053 ($ (-1070 (-933 (-552))) (-933 (-552)) $)) (-15 -1684 ($ (-1153) $)) (-15 -3455 ($ (-1153) $)) (-15 -3511 ($ (-1098))) (-15 -4101 ($ (-1098))) (-15 -3436 ($ (-1136))) (-15 -3436 ($ (-629 (-1136)))) (-15 -1462 ($ (-1136))) (-15 -4251 ($)) (-15 -4251 ($ (-310 (-683)))) (-15 -4251 ($ (-310 (-685)))) (-15 -4251 ($ (-310 (-678)))) (-15 -4251 ($ (-310 (-373)))) (-15 -4251 ($ (-310 (-552)))) (-15 -4251 ($ (-310 (-166 (-373))))) (-15 -1440 ($ (-1153) $)) (-15 -1440 ($ (-1153) $ $)) (-15 -2392 ($ (-1154) (-1136))) (-15 -2392 ($ (-1154) (-310 (-685)))) (-15 -2392 ($ (-1154) (-310 (-683)))) (-15 -2392 ($ (-1154) (-310 (-678)))) (-15 -2392 ($ (-1154) (-673 (-685)))) (-15 -2392 ($ (-1154) (-673 (-683)))) (-15 -2392 ($ (-1154) (-673 (-678)))) (-15 -2392 ($ (-1154) (-1237 (-685)))) (-15 -2392 ($ (-1154) (-1237 (-683)))) (-15 -2392 ($ (-1154) (-1237 (-678)))) (-15 -2392 ($ (-1154) (-673 (-310 (-685))))) (-15 -2392 ($ (-1154) (-673 (-310 (-683))))) (-15 -2392 ($ (-1154) (-673 (-310 (-678))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-685))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-683))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-678))))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-685)))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-683)))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-678)))) (-15 -2392 ($ (-1154) (-310 (-552)))) (-15 -2392 ($ (-1154) (-310 (-373)))) (-15 -2392 ($ (-1154) (-310 (-166 (-373))))) (-15 -2392 ($ (-1154) (-673 (-310 (-552))))) (-15 -2392 ($ (-1154) (-673 (-310 (-373))))) (-15 -2392 ($ (-1154) (-673 (-310 (-166 (-373)))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-552))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-373))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-166 (-373)))))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-552)))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-373)))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-166 (-373))))) (-15 -1557 ($ (-629 $))) (-15 -2321 ($)) (-15 -3259 ($)) (-15 -3113 ($ (-629 (-844)))) (-15 -1758 ($ (-1154) (-629 (-1154)))) (-15 -1981 ((-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 -2149 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1154)) (|:| |arrayIndex| (-629 (-933 (-552)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1154)) (|:| |rand| (-844)) (|:| |ints2Floats?| (-111)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1153)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3435 (-111)) (|:| -2925 (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844)))))) (|:| |blockBranch| (-629 $)) (|:| |commentBranch| (-629 (-1136))) (|:| |callBranch| (-1136)) (|:| |forBranch| (-2 (|:| -4235 (-1070 (-933 (-552)))) (|:| |span| (-933 (-552))) (|:| -4300 $))) (|:| |labelBranch| (-1098)) (|:| |loopBranch| (-2 (|:| |switch| (-1153)) (|:| -4300 $))) (|:| |commonBranch| (-2 (|:| -4290 (-1154)) (|:| |contents| (-629 (-1154))))) (|:| |printBranch| (-629 (-844)))) $)) (-15 -3919 ((-1242) $)) (-15 -1980 ((-1082) $)) (-15 -1656 ((-1098) (-1098)))))) (T -324))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-324)))) (-2053 (*1 *1 *2 *1) (-12 (-5 *2 (-1070 (-933 (-552)))) (-5 *1 (-324)))) (-2053 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1070 (-933 (-552)))) (-5 *3 (-933 (-552))) (-5 *1 (-324)))) (-1684 (*1 *1 *2 *1) (-12 (-5 *2 (-1153)) (-5 *1 (-324)))) (-3455 (*1 *1 *2 *1) (-12 (-5 *2 (-1153)) (-5 *1 (-324)))) (-3511 (*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-324)))) (-4101 (*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-324)))) (-3436 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-324)))) (-3436 (*1 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-324)))) (-1462 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-324)))) (-4251 (*1 *1) (-5 *1 (-324))) (-4251 (*1 *1 *2) (-12 (-5 *2 (-310 (-683))) (-5 *1 (-324)))) (-4251 (*1 *1 *2) (-12 (-5 *2 (-310 (-685))) (-5 *1 (-324)))) (-4251 (*1 *1 *2) (-12 (-5 *2 (-310 (-678))) (-5 *1 (-324)))) (-4251 (*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-5 *1 (-324)))) (-4251 (*1 *1 *2) (-12 (-5 *2 (-310 (-552))) (-5 *1 (-324)))) (-4251 (*1 *1 *2) (-12 (-5 *2 (-310 (-166 (-373)))) (-5 *1 (-324)))) (-1440 (*1 *1 *2 *1) (-12 (-5 *2 (-1153)) (-5 *1 (-324)))) (-1440 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1153)) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1136)) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-685))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-683))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-678))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-685))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-683))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-678))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-685))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-683))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-678))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-685)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-683)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-678)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-685)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-683)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-678)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-310 (-685))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-310 (-683))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-310 (-678))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-552))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-373))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-166 (-373)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-552)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-373)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-166 (-373))))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-552)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-373)))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-166 (-373))))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-310 (-552))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-310 (-373))) (-5 *1 (-324)))) (-2392 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-310 (-166 (-373)))) (-5 *1 (-324)))) (-1557 (*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-5 *1 (-324)))) (-2321 (*1 *1) (-5 *1 (-324))) (-3259 (*1 *1) (-5 *1 (-324))) (-3113 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-324)))) (-1758 (*1 *1 *2 *3) (-12 (-5 *3 (-629 (-1154))) (-5 *2 (-1154)) (-5 *1 (-324)))) (-1981 (*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 (-324)))) (-2149 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1154)) (|:| |arrayIndex| (-629 (-933 (-552)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1154)) (|:| |rand| (-844)) (|:| |ints2Floats?| (-111)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1153)) (|:| |thenClause| (-324)) (|:| |elseClause| (-324)))) (|:| |returnBranch| (-2 (|:| -3435 (-111)) (|:| -2925 (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844)))))) (|:| |blockBranch| (-629 (-324))) (|:| |commentBranch| (-629 (-1136))) (|:| |callBranch| (-1136)) (|:| |forBranch| (-2 (|:| -4235 (-1070 (-933 (-552)))) (|:| |span| (-933 (-552))) (|:| -4300 (-324)))) (|:| |labelBranch| (-1098)) (|:| |loopBranch| (-2 (|:| |switch| (-1153)) (|:| -4300 (-324)))) (|:| |commonBranch| (-2 (|:| -4290 (-1154)) (|:| |contents| (-629 (-1154))))) (|:| |printBranch| (-629 (-844))))) (-5 *1 (-324)))) (-3919 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-324)))) (-1980 (*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-324)))) (-1656 (*1 *2 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-324)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ((-844) $)) (-15 -2053 ($ (-1070 (-933 (-552))) $)) (-15 -2053 ($ (-1070 (-933 (-552))) (-933 (-552)) $)) (-15 -1684 ($ (-1153) $)) (-15 -3455 ($ (-1153) $)) (-15 -3511 ($ (-1098))) (-15 -4101 ($ (-1098))) (-15 -3436 ($ (-1136))) (-15 -3436 ($ (-629 (-1136)))) (-15 -1462 ($ (-1136))) (-15 -4251 ($)) (-15 -4251 ($ (-310 (-683)))) (-15 -4251 ($ (-310 (-685)))) (-15 -4251 ($ (-310 (-678)))) (-15 -4251 ($ (-310 (-373)))) (-15 -4251 ($ (-310 (-552)))) (-15 -4251 ($ (-310 (-166 (-373))))) (-15 -1440 ($ (-1153) $)) (-15 -1440 ($ (-1153) $ $)) (-15 -2392 ($ (-1154) (-1136))) (-15 -2392 ($ (-1154) (-310 (-685)))) (-15 -2392 ($ (-1154) (-310 (-683)))) (-15 -2392 ($ (-1154) (-310 (-678)))) (-15 -2392 ($ (-1154) (-673 (-685)))) (-15 -2392 ($ (-1154) (-673 (-683)))) (-15 -2392 ($ (-1154) (-673 (-678)))) (-15 -2392 ($ (-1154) (-1237 (-685)))) (-15 -2392 ($ (-1154) (-1237 (-683)))) (-15 -2392 ($ (-1154) (-1237 (-678)))) (-15 -2392 ($ (-1154) (-673 (-310 (-685))))) (-15 -2392 ($ (-1154) (-673 (-310 (-683))))) (-15 -2392 ($ (-1154) (-673 (-310 (-678))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-685))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-683))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-678))))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-685)))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-683)))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-678)))) (-15 -2392 ($ (-1154) (-310 (-552)))) (-15 -2392 ($ (-1154) (-310 (-373)))) (-15 -2392 ($ (-1154) (-310 (-166 (-373))))) (-15 -2392 ($ (-1154) (-673 (-310 (-552))))) (-15 -2392 ($ (-1154) (-673 (-310 (-373))))) (-15 -2392 ($ (-1154) (-673 (-310 (-166 (-373)))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-552))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-373))))) (-15 -2392 ($ (-1154) (-1237 (-310 (-166 (-373)))))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-552)))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-373)))) (-15 -2392 ($ (-1154) (-629 (-933 (-552))) (-310 (-166 (-373))))) (-15 -1557 ($ (-629 $))) (-15 -2321 ($)) (-15 -3259 ($)) (-15 -3113 ($ (-629 (-844)))) (-15 -1758 ($ (-1154) (-629 (-1154)))) (-15 -1981 ((-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 -2149 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1154)) (|:| |arrayIndex| (-629 (-933 (-552)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1154)) (|:| |rand| (-844)) (|:| |ints2Floats?| (-111)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1153)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3435 (-111)) (|:| -2925 (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844)))))) (|:| |blockBranch| (-629 $)) (|:| |commentBranch| (-629 (-1136))) (|:| |callBranch| (-1136)) (|:| |forBranch| (-2 (|:| -4235 (-1070 (-933 (-552)))) (|:| |span| (-933 (-552))) (|:| -4300 $))) (|:| |labelBranch| (-1098)) (|:| |loopBranch| (-2 (|:| |switch| (-1153)) (|:| -4300 $))) (|:| |commonBranch| (-2 (|:| -4290 (-1154)) (|:| |contents| (-629 (-1154))))) (|:| |printBranch| (-629 (-844)))) $)) (-15 -3919 ((-1242) $)) (-15 -1980 ((-1082) $)) (-15 -1656 ((-1098) (-1098)))))
-((-3202 (((-111) $ $) NIL)) (-2648 (((-111) $) 11)) (-2305 (($ |#1|) 8)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2318 (($ |#1|) 9)) (-3213 (((-844) $) 17)) (-1350 ((|#1| $) 12)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 19)))
-(((-325 |#1|) (-13 (-832) (-10 -8 (-15 -2305 ($ |#1|)) (-15 -2318 ($ |#1|)) (-15 -2648 ((-111) $)) (-15 -1350 (|#1| $)))) (-832)) (T -325))
-((-2305 (*1 *1 *2) (-12 (-5 *1 (-325 *2)) (-4 *2 (-832)))) (-2318 (*1 *1 *2) (-12 (-5 *1 (-325 *2)) (-4 *2 (-832)))) (-2648 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-325 *3)) (-4 *3 (-832)))) (-1350 (*1 *2 *1) (-12 (-5 *1 (-325 *2)) (-4 *2 (-832)))))
-(-13 (-832) (-10 -8 (-15 -2305 ($ |#1|)) (-15 -2318 ($ |#1|)) (-15 -2648 ((-111) $)) (-15 -1350 (|#1| $))))
-((-2838 (((-324) (-1154) (-933 (-552))) 23)) (-1576 (((-324) (-1154) (-933 (-552))) 27)) (-3655 (((-324) (-1154) (-1070 (-933 (-552))) (-1070 (-933 (-552)))) 26) (((-324) (-1154) (-933 (-552)) (-933 (-552))) 24)) (-2789 (((-324) (-1154) (-933 (-552))) 31)))
-(((-326) (-10 -7 (-15 -2838 ((-324) (-1154) (-933 (-552)))) (-15 -3655 ((-324) (-1154) (-933 (-552)) (-933 (-552)))) (-15 -3655 ((-324) (-1154) (-1070 (-933 (-552))) (-1070 (-933 (-552))))) (-15 -1576 ((-324) (-1154) (-933 (-552)))) (-15 -2789 ((-324) (-1154) (-933 (-552)))))) (T -326))
-((-2789 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-933 (-552))) (-5 *2 (-324)) (-5 *1 (-326)))) (-1576 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-933 (-552))) (-5 *2 (-324)) (-5 *1 (-326)))) (-3655 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-1070 (-933 (-552)))) (-5 *2 (-324)) (-5 *1 (-326)))) (-3655 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-933 (-552))) (-5 *2 (-324)) (-5 *1 (-326)))) (-2838 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-933 (-552))) (-5 *2 (-324)) (-5 *1 (-326)))))
-(-10 -7 (-15 -2838 ((-324) (-1154) (-933 (-552)))) (-15 -3655 ((-324) (-1154) (-933 (-552)) (-933 (-552)))) (-15 -3655 ((-324) (-1154) (-1070 (-933 (-552))) (-1070 (-933 (-552))))) (-15 -1576 ((-324) (-1154) (-933 (-552)))) (-15 -2789 ((-324) (-1154) (-933 (-552)))))
-((-1477 (((-330 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-330 |#1| |#2| |#3| |#4|)) 33)))
-(((-327 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1477 ((-330 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-330 |#1| |#2| |#3| |#4|)))) (-357) (-1213 |#1|) (-1213 (-401 |#2|)) (-336 |#1| |#2| |#3|) (-357) (-1213 |#5|) (-1213 (-401 |#6|)) (-336 |#5| |#6| |#7|)) (T -327))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-330 *5 *6 *7 *8)) (-4 *5 (-357)) (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6))) (-4 *8 (-336 *5 *6 *7)) (-4 *9 (-357)) (-4 *10 (-1213 *9)) (-4 *11 (-1213 (-401 *10))) (-5 *2 (-330 *9 *10 *11 *12)) (-5 *1 (-327 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-336 *9 *10 *11)))))
-(-10 -7 (-15 -1477 ((-330 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-330 |#1| |#2| |#3| |#4|))))
-((-3850 (((-111) $) 14)))
-(((-328 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3850 ((-111) |#1|))) (-329 |#2| |#3| |#4| |#5|) (-357) (-1213 |#2|) (-1213 (-401 |#3|)) (-336 |#2| |#3| |#4|)) (T -328))
-NIL
-(-10 -8 (-15 -3850 ((-111) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-3884 (($ $) 26)) (-3850 (((-111) $) 25)) (-2623 (((-1136) $) 9)) (-3165 (((-407 |#2| (-401 |#2|) |#3| |#4|) $) 32)) (-2876 (((-1098) $) 10)) (-4126 (((-3 |#4| "failed") $) 24)) (-1620 (($ (-407 |#2| (-401 |#2|) |#3| |#4|)) 31) (($ |#4|) 30) (($ |#1| |#1|) 29) (($ |#1| |#1| (-552)) 28) (($ |#4| |#2| |#2| |#2| |#1|) 23)) (-2089 (((-2 (|:| -3273 (-407 |#2| (-401 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 27)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20)))
-(((-329 |#1| |#2| |#3| |#4|) (-137) (-357) (-1213 |t#1|) (-1213 (-401 |t#2|)) (-336 |t#1| |t#2| |t#3|)) (T -329))
-((-3165 (*1 *2 *1) (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-5 *2 (-407 *4 (-401 *4) *5 *6)))) (-1620 (*1 *1 *2) (-12 (-5 *2 (-407 *4 (-401 *4) *5 *6)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-4 *3 (-357)) (-4 *1 (-329 *3 *4 *5 *6)))) (-1620 (*1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-4 *1 (-329 *3 *4 *5 *2)) (-4 *2 (-336 *3 *4 *5)))) (-1620 (*1 *1 *2 *2) (-12 (-4 *2 (-357)) (-4 *3 (-1213 *2)) (-4 *4 (-1213 (-401 *3))) (-4 *1 (-329 *2 *3 *4 *5)) (-4 *5 (-336 *2 *3 *4)))) (-1620 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-552)) (-4 *2 (-357)) (-4 *4 (-1213 *2)) (-4 *5 (-1213 (-401 *4))) (-4 *1 (-329 *2 *4 *5 *6)) (-4 *6 (-336 *2 *4 *5)))) (-2089 (*1 *2 *1) (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-5 *2 (-2 (|:| -3273 (-407 *4 (-401 *4) *5 *6)) (|:| |principalPart| *6))))) (-3884 (*1 *1 *1) (-12 (-4 *1 (-329 *2 *3 *4 *5)) (-4 *2 (-357)) (-4 *3 (-1213 *2)) (-4 *4 (-1213 (-401 *3))) (-4 *5 (-336 *2 *3 *4)))) (-3850 (*1 *2 *1) (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-5 *2 (-111)))) (-4126 (*1 *2 *1) (|partial| -12 (-4 *1 (-329 *3 *4 *5 *2)) (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-4 *2 (-336 *3 *4 *5)))) (-1620 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-357)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 (-401 *3))) (-4 *1 (-329 *4 *3 *5 *2)) (-4 *2 (-336 *4 *3 *5)))))
-(-13 (-21) (-10 -8 (-15 -3165 ((-407 |t#2| (-401 |t#2|) |t#3| |t#4|) $)) (-15 -1620 ($ (-407 |t#2| (-401 |t#2|) |t#3| |t#4|))) (-15 -1620 ($ |t#4|)) (-15 -1620 ($ |t#1| |t#1|)) (-15 -1620 ($ |t#1| |t#1| (-552))) (-15 -2089 ((-2 (|:| -3273 (-407 |t#2| (-401 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -3884 ($ $)) (-15 -3850 ((-111) $)) (-15 -4126 ((-3 |t#4| "failed") $)) (-15 -1620 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3884 (($ $) 33)) (-3850 (((-111) $) NIL)) (-2623 (((-1136) $) NIL)) (-1617 (((-1237 |#4|) $) 125)) (-3165 (((-407 |#2| (-401 |#2|) |#3| |#4|) $) 31)) (-2876 (((-1098) $) NIL)) (-4126 (((-3 |#4| "failed") $) 36)) (-3965 (((-1237 |#4|) $) 118)) (-1620 (($ (-407 |#2| (-401 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-552)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-2089 (((-2 (|:| -3273 (-407 |#2| (-401 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-3213 (((-844) $) 17)) (-3297 (($) 14 T CONST)) (-1613 (((-111) $ $) 20)) (-1709 (($ $) 27) (($ $ $) NIL)) (-1698 (($ $ $) 25)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 23)))
-(((-330 |#1| |#2| |#3| |#4|) (-13 (-329 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3965 ((-1237 |#4|) $)) (-15 -1617 ((-1237 |#4|) $)))) (-357) (-1213 |#1|) (-1213 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -330))
-((-3965 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-1237 *6)) (-5 *1 (-330 *3 *4 *5 *6)) (-4 *6 (-336 *3 *4 *5)))) (-1617 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-1237 *6)) (-5 *1 (-330 *3 *4 *5 *6)) (-4 *6 (-336 *3 *4 *5)))))
-(-13 (-329 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3965 ((-1237 |#4|) $)) (-15 -1617 ((-1237 |#4|) $))))
-((-2432 (($ $ (-1154) |#2|) NIL) (($ $ (-629 (-1154)) (-629 |#2|)) 20) (($ $ (-629 (-288 |#2|))) 15) (($ $ (-288 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-629 |#2|) (-629 |#2|)) NIL)) (-2060 (($ $ |#2|) 11)))
-(((-331 |#1| |#2|) (-10 -8 (-15 -2060 (|#1| |#1| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#2|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#2| |#2|)) (-15 -2432 (|#1| |#1| (-288 |#2|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#2|)))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 |#2|))) (-15 -2432 (|#1| |#1| (-1154) |#2|))) (-332 |#2|) (-1078)) (T -331))
-NIL
-(-10 -8 (-15 -2060 (|#1| |#1| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#2|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#2| |#2|)) (-15 -2432 (|#1| |#1| (-288 |#2|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#2|)))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 |#2|))) (-15 -2432 (|#1| |#1| (-1154) |#2|)))
-((-1477 (($ (-1 |#1| |#1|) $) 6)) (-2432 (($ $ (-1154) |#1|) 17 (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) 16 (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-629 (-288 |#1|))) 15 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 14 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-303 |#1|))) (($ $ (-629 |#1|) (-629 |#1|)) 12 (|has| |#1| (-303 |#1|)))) (-2060 (($ $ |#1|) 11 (|has| |#1| (-280 |#1| |#1|)))))
-(((-332 |#1|) (-137) (-1078)) (T -332))
-((-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-332 *3)) (-4 *3 (-1078)))))
-(-13 (-10 -8 (-15 -1477 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-280 |t#1| |t#1|)) (-6 (-280 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-303 |t#1|)) (-6 (-303 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-506 (-1154) |t#1|)) (-6 (-506 (-1154) |t#1|)) |%noBranch|)))
-(((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-506 (-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)) ((-506 |#1| |#1|) |has| |#1| (-303 |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-1154)) $) NIL)) (-2088 (((-111)) 91) (((-111) (-111)) 92)) (-3361 (((-629 (-598 $)) $) NIL)) (-2478 (($ $) NIL)) (-2332 (($ $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2172 (($ $ (-288 $)) NIL) (($ $ (-629 (-288 $))) NIL) (($ $ (-629 (-598 $)) (-629 $)) NIL)) (-3489 (($ $) NIL)) (-2455 (($ $) NIL)) (-2305 (($ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-598 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-310 |#3|)) 71) (((-3 $ "failed") (-1154)) 97) (((-3 $ "failed") (-310 (-552))) 59 (|has| |#3| (-1019 (-552)))) (((-3 $ "failed") (-401 (-933 (-552)))) 65 (|has| |#3| (-1019 (-552)))) (((-3 $ "failed") (-933 (-552))) 60 (|has| |#3| (-1019 (-552)))) (((-3 $ "failed") (-310 (-373))) 89 (|has| |#3| (-1019 (-373)))) (((-3 $ "failed") (-401 (-933 (-373)))) 83 (|has| |#3| (-1019 (-373)))) (((-3 $ "failed") (-933 (-373))) 78 (|has| |#3| (-1019 (-373))))) (-2832 (((-598 $) $) NIL) ((|#3| $) NIL) (($ (-310 |#3|)) 72) (($ (-1154)) 98) (($ (-310 (-552))) 61 (|has| |#3| (-1019 (-552)))) (($ (-401 (-933 (-552)))) 66 (|has| |#3| (-1019 (-552)))) (($ (-933 (-552))) 62 (|has| |#3| (-1019 (-552)))) (($ (-310 (-373))) 90 (|has| |#3| (-1019 (-373)))) (($ (-401 (-933 (-373)))) 84 (|has| |#3| (-1019 (-373)))) (($ (-933 (-373))) 80 (|has| |#3| (-1019 (-373))))) (-1293 (((-3 $ "failed") $) NIL)) (-4043 (($) 10)) (-3963 (($ $) NIL) (($ (-629 $)) NIL)) (-3751 (((-629 (-113)) $) NIL)) (-2951 (((-113) (-113)) NIL)) (-4065 (((-111) $) NIL)) (-3302 (((-111) $) NIL (|has| $ (-1019 (-552))))) (-1941 (((-1150 $) (-598 $)) NIL (|has| $ (-1030)))) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1477 (($ (-1 $ $) (-598 $)) NIL)) (-1875 (((-3 (-598 $) "failed") $) NIL)) (-4070 (($ $) 94)) (-2430 (($ $) NIL)) (-2623 (((-1136) $) NIL)) (-3438 (((-629 (-598 $)) $) NIL)) (-4086 (($ (-113) $) 93) (($ (-113) (-629 $)) NIL)) (-3515 (((-111) $ (-113)) NIL) (((-111) $ (-1154)) NIL)) (-2384 (((-756) $) NIL)) (-2876 (((-1098) $) NIL)) (-3633 (((-111) $ $) NIL) (((-111) $ (-1154)) NIL)) (-2855 (($ $) NIL)) (-3117 (((-111) $) NIL (|has| $ (-1019 (-552))))) (-2432 (($ $ (-598 $) $) NIL) (($ $ (-629 (-598 $)) (-629 $)) NIL) (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ $))) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-1154) (-1 $ (-629 $))) NIL) (($ $ (-1154) (-1 $ $)) NIL) (($ $ (-629 (-113)) (-629 (-1 $ $))) NIL) (($ $ (-629 (-113)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-113) (-1 $ (-629 $))) NIL) (($ $ (-113) (-1 $ $)) NIL)) (-2060 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-629 $)) NIL)) (-1877 (($ $) NIL) (($ $ $) NIL)) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) NIL)) (-3521 (($ $) NIL (|has| $ (-1030)))) (-2467 (($ $) NIL)) (-2318 (($ $) NIL)) (-3213 (((-844) $) NIL) (($ (-598 $)) NIL) (($ |#3|) NIL) (($ (-552)) NIL) (((-310 |#3|) $) 96)) (-2014 (((-756)) NIL)) (-3044 (($ $) NIL) (($ (-629 $)) NIL)) (-1374 (((-111) (-113)) NIL)) (-2409 (($ $) NIL)) (-2382 (($ $) NIL)) (-2395 (($ $) NIL)) (-1578 (($ $) NIL)) (-3297 (($) 95 T CONST)) (-3309 (($) 24 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1709 (($ $ $) NIL) (($ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-756)) NIL) (($ $ (-902)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-552) $) NIL) (($ (-756) $) NIL) (($ (-902) $) NIL)))
-(((-333 |#1| |#2| |#3|) (-13 (-296) (-38 |#3|) (-1019 |#3|) (-881 (-1154)) (-10 -8 (-15 -2832 ($ (-310 |#3|))) (-15 -1393 ((-3 $ "failed") (-310 |#3|))) (-15 -2832 ($ (-1154))) (-15 -1393 ((-3 $ "failed") (-1154))) (-15 -3213 ((-310 |#3|) $)) (IF (|has| |#3| (-1019 (-552))) (PROGN (-15 -2832 ($ (-310 (-552)))) (-15 -1393 ((-3 $ "failed") (-310 (-552)))) (-15 -2832 ($ (-401 (-933 (-552))))) (-15 -1393 ((-3 $ "failed") (-401 (-933 (-552))))) (-15 -2832 ($ (-933 (-552)))) (-15 -1393 ((-3 $ "failed") (-933 (-552))))) |%noBranch|) (IF (|has| |#3| (-1019 (-373))) (PROGN (-15 -2832 ($ (-310 (-373)))) (-15 -1393 ((-3 $ "failed") (-310 (-373)))) (-15 -2832 ($ (-401 (-933 (-373))))) (-15 -1393 ((-3 $ "failed") (-401 (-933 (-373))))) (-15 -2832 ($ (-933 (-373)))) (-15 -1393 ((-3 $ "failed") (-933 (-373))))) |%noBranch|) (-15 -1578 ($ $)) (-15 -3489 ($ $)) (-15 -2855 ($ $)) (-15 -2430 ($ $)) (-15 -4070 ($ $)) (-15 -2305 ($ $)) (-15 -2318 ($ $)) (-15 -2332 ($ $)) (-15 -2382 ($ $)) (-15 -2395 ($ $)) (-15 -2409 ($ $)) (-15 -2455 ($ $)) (-15 -2467 ($ $)) (-15 -2478 ($ $)) (-15 -4043 ($)) (-15 -3611 ((-629 (-1154)) $)) (-15 -2088 ((-111))) (-15 -2088 ((-111) (-111))))) (-629 (-1154)) (-629 (-1154)) (-381)) (T -333))
-((-2832 (*1 *1 *2) (-12 (-5 *2 (-310 *5)) (-4 *5 (-381)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 *5)) (-4 *5 (-381)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 *2)) (-14 *4 (-629 *2)) (-4 *5 (-381)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 *2)) (-14 *4 (-629 *2)) (-4 *5 (-381)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-310 *5)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-310 (-552))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-552))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-401 (-933 (-552)))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 (-933 (-552)))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-933 (-552))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-933 (-552))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-373))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-401 (-933 (-373)))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 (-933 (-373)))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-933 (-373))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-933 (-373))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-1578 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-3489 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2855 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2430 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-4070 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2305 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2318 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2332 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2382 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2395 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2409 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2455 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2467 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-2478 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-4043 (*1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154))) (-14 *3 (-629 (-1154))) (-4 *4 (-381)))) (-3611 (*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-333 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-381)))) (-2088 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))) (-2088 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381)))))
-(-13 (-296) (-38 |#3|) (-1019 |#3|) (-881 (-1154)) (-10 -8 (-15 -2832 ($ (-310 |#3|))) (-15 -1393 ((-3 $ "failed") (-310 |#3|))) (-15 -2832 ($ (-1154))) (-15 -1393 ((-3 $ "failed") (-1154))) (-15 -3213 ((-310 |#3|) $)) (IF (|has| |#3| (-1019 (-552))) (PROGN (-15 -2832 ($ (-310 (-552)))) (-15 -1393 ((-3 $ "failed") (-310 (-552)))) (-15 -2832 ($ (-401 (-933 (-552))))) (-15 -1393 ((-3 $ "failed") (-401 (-933 (-552))))) (-15 -2832 ($ (-933 (-552)))) (-15 -1393 ((-3 $ "failed") (-933 (-552))))) |%noBranch|) (IF (|has| |#3| (-1019 (-373))) (PROGN (-15 -2832 ($ (-310 (-373)))) (-15 -1393 ((-3 $ "failed") (-310 (-373)))) (-15 -2832 ($ (-401 (-933 (-373))))) (-15 -1393 ((-3 $ "failed") (-401 (-933 (-373))))) (-15 -2832 ($ (-933 (-373)))) (-15 -1393 ((-3 $ "failed") (-933 (-373))))) |%noBranch|) (-15 -1578 ($ $)) (-15 -3489 ($ $)) (-15 -2855 ($ $)) (-15 -2430 ($ $)) (-15 -4070 ($ $)) (-15 -2305 ($ $)) (-15 -2318 ($ $)) (-15 -2332 ($ $)) (-15 -2382 ($ $)) (-15 -2395 ($ $)) (-15 -2409 ($ $)) (-15 -2455 ($ $)) (-15 -2467 ($ $)) (-15 -2478 ($ $)) (-15 -4043 ($)) (-15 -3611 ((-629 (-1154)) $)) (-15 -2088 ((-111))) (-15 -2088 ((-111) (-111)))))
-((-1477 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
-(((-334 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1477 (|#8| (-1 |#5| |#1|) |#4|))) (-1195) (-1213 |#1|) (-1213 (-401 |#2|)) (-336 |#1| |#2| |#3|) (-1195) (-1213 |#5|) (-1213 (-401 |#6|)) (-336 |#5| |#6| |#7|)) (T -334))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1195)) (-4 *8 (-1195)) (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6))) (-4 *9 (-1213 *8)) (-4 *2 (-336 *8 *9 *10)) (-5 *1 (-334 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-336 *5 *6 *7)) (-4 *10 (-1213 (-401 *9))))))
-(-10 -7 (-15 -1477 (|#8| (-1 |#5| |#1|) |#4|)))
-((-2684 (((-2 (|:| |num| (-1237 |#3|)) (|:| |den| |#3|)) $) 38)) (-4278 (($ (-1237 (-401 |#3|)) (-1237 $)) NIL) (($ (-1237 (-401 |#3|))) NIL) (($ (-1237 |#3|) |#3|) 161)) (-2525 (((-1237 $) (-1237 $)) 145)) (-3901 (((-629 (-629 |#2|))) 119)) (-3184 (((-111) |#2| |#2|) 73)) (-3471 (($ $) 139)) (-3503 (((-756)) 31)) (-2317 (((-1237 $) (-1237 $)) 198)) (-1429 (((-629 (-933 |#2|)) (-1154)) 110)) (-2667 (((-111) $) 158)) (-3097 (((-111) $) 25) (((-111) $ |#2|) 29) (((-111) $ |#3|) 202)) (-2791 (((-3 |#3| "failed")) 50)) (-3140 (((-756)) 170)) (-2060 ((|#2| $ |#2| |#2|) 132)) (-3551 (((-3 |#3| "failed")) 68)) (-3096 (($ $ (-1 (-401 |#3|) (-401 |#3|)) (-756)) NIL) (($ $ (-1 (-401 |#3|) (-401 |#3|))) NIL) (($ $ (-1 |#3| |#3|)) 206) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) NIL) (($ $ (-756)) NIL) (($ $) NIL)) (-1889 (((-1237 $) (-1237 $)) 151)) (-3606 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 66)) (-3855 (((-111)) 33)))
-(((-335 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3901 ((-629 (-629 |#2|)))) (-15 -1429 ((-629 (-933 |#2|)) (-1154))) (-15 -3606 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -2791 ((-3 |#3| "failed"))) (-15 -3551 ((-3 |#3| "failed"))) (-15 -2060 (|#2| |#1| |#2| |#2|)) (-15 -3471 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3097 ((-111) |#1| |#3|)) (-15 -3097 ((-111) |#1| |#2|)) (-15 -4278 (|#1| (-1237 |#3|) |#3|)) (-15 -2684 ((-2 (|:| |num| (-1237 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2525 ((-1237 |#1|) (-1237 |#1|))) (-15 -2317 ((-1237 |#1|) (-1237 |#1|))) (-15 -1889 ((-1237 |#1|) (-1237 |#1|))) (-15 -3097 ((-111) |#1|)) (-15 -2667 ((-111) |#1|)) (-15 -3184 ((-111) |#2| |#2|)) (-15 -3855 ((-111))) (-15 -3140 ((-756))) (-15 -3503 ((-756))) (-15 -3096 (|#1| |#1| (-1 (-401 |#3|) (-401 |#3|)))) (-15 -3096 (|#1| |#1| (-1 (-401 |#3|) (-401 |#3|)) (-756))) (-15 -4278 (|#1| (-1237 (-401 |#3|)))) (-15 -4278 (|#1| (-1237 (-401 |#3|)) (-1237 |#1|)))) (-336 |#2| |#3| |#4|) (-1195) (-1213 |#2|) (-1213 (-401 |#3|))) (T -335))
-((-3503 (*1 *2) (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5))) (-5 *2 (-756)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6)))) (-3140 (*1 *2) (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5))) (-5 *2 (-756)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6)))) (-3855 (*1 *2) (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5))) (-5 *2 (-111)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6)))) (-3184 (*1 *2 *3 *3) (-12 (-4 *3 (-1195)) (-4 *5 (-1213 *3)) (-4 *6 (-1213 (-401 *5))) (-5 *2 (-111)) (-5 *1 (-335 *4 *3 *5 *6)) (-4 *4 (-336 *3 *5 *6)))) (-3551 (*1 *2) (|partial| -12 (-4 *4 (-1195)) (-4 *5 (-1213 (-401 *2))) (-4 *2 (-1213 *4)) (-5 *1 (-335 *3 *4 *2 *5)) (-4 *3 (-336 *4 *2 *5)))) (-2791 (*1 *2) (|partial| -12 (-4 *4 (-1195)) (-4 *5 (-1213 (-401 *2))) (-4 *2 (-1213 *4)) (-5 *1 (-335 *3 *4 *2 *5)) (-4 *3 (-336 *4 *2 *5)))) (-1429 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-4 *5 (-1195)) (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6))) (-5 *2 (-629 (-933 *5))) (-5 *1 (-335 *4 *5 *6 *7)) (-4 *4 (-336 *5 *6 *7)))) (-3901 (*1 *2) (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5))) (-5 *2 (-629 (-629 *4))) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6)))))
-(-10 -8 (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3901 ((-629 (-629 |#2|)))) (-15 -1429 ((-629 (-933 |#2|)) (-1154))) (-15 -3606 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -2791 ((-3 |#3| "failed"))) (-15 -3551 ((-3 |#3| "failed"))) (-15 -2060 (|#2| |#1| |#2| |#2|)) (-15 -3471 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3097 ((-111) |#1| |#3|)) (-15 -3097 ((-111) |#1| |#2|)) (-15 -4278 (|#1| (-1237 |#3|) |#3|)) (-15 -2684 ((-2 (|:| |num| (-1237 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2525 ((-1237 |#1|) (-1237 |#1|))) (-15 -2317 ((-1237 |#1|) (-1237 |#1|))) (-15 -1889 ((-1237 |#1|) (-1237 |#1|))) (-15 -3097 ((-111) |#1|)) (-15 -2667 ((-111) |#1|)) (-15 -3184 ((-111) |#2| |#2|)) (-15 -3855 ((-111))) (-15 -3140 ((-756))) (-15 -3503 ((-756))) (-15 -3096 (|#1| |#1| (-1 (-401 |#3|) (-401 |#3|)))) (-15 -3096 (|#1| |#1| (-1 (-401 |#3|) (-401 |#3|)) (-756))) (-15 -4278 (|#1| (-1237 (-401 |#3|)))) (-15 -4278 (|#1| (-1237 (-401 |#3|)) (-1237 |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2684 (((-2 (|:| |num| (-1237 |#2|)) (|:| |den| |#2|)) $) 193)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 91 (|has| (-401 |#2|) (-357)))) (-3303 (($ $) 92 (|has| (-401 |#2|) (-357)))) (-1334 (((-111) $) 94 (|has| (-401 |#2|) (-357)))) (-2977 (((-673 (-401 |#2|)) (-1237 $)) 44) (((-673 (-401 |#2|))) 59)) (-1549 (((-401 |#2|) $) 50)) (-1271 (((-1164 (-902) (-756)) (-552)) 144 (|has| (-401 |#2|) (-343)))) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 111 (|has| (-401 |#2|) (-357)))) (-3343 (((-412 $) $) 112 (|has| (-401 |#2|) (-357)))) (-2393 (((-111) $ $) 102 (|has| (-401 |#2|) (-357)))) (-2663 (((-756)) 85 (|has| (-401 |#2|) (-362)))) (-3216 (((-111)) 210)) (-2966 (((-111) |#1|) 209) (((-111) |#2|) 208)) (-2130 (($) 17 T CONST)) (-1393 (((-3 (-552) "failed") $) 166 (|has| (-401 |#2|) (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 164 (|has| (-401 |#2|) (-1019 (-401 (-552))))) (((-3 (-401 |#2|) "failed") $) 163)) (-2832 (((-552) $) 167 (|has| (-401 |#2|) (-1019 (-552)))) (((-401 (-552)) $) 165 (|has| (-401 |#2|) (-1019 (-401 (-552))))) (((-401 |#2|) $) 162)) (-4278 (($ (-1237 (-401 |#2|)) (-1237 $)) 46) (($ (-1237 (-401 |#2|))) 62) (($ (-1237 |#2|) |#2|) 192)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) 150 (|has| (-401 |#2|) (-343)))) (-4006 (($ $ $) 106 (|has| (-401 |#2|) (-357)))) (-3584 (((-673 (-401 |#2|)) $ (-1237 $)) 51) (((-673 (-401 |#2|)) $) 57)) (-2714 (((-673 (-552)) (-673 $)) 161 (|has| (-401 |#2|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 160 (|has| (-401 |#2|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-401 |#2|))) (|:| |vec| (-1237 (-401 |#2|)))) (-673 $) (-1237 $)) 159) (((-673 (-401 |#2|)) (-673 $)) 158)) (-2525 (((-1237 $) (-1237 $)) 198)) (-3884 (($ |#3|) 155) (((-3 $ "failed") (-401 |#3|)) 152 (|has| (-401 |#2|) (-357)))) (-1293 (((-3 $ "failed") $) 32)) (-3901 (((-629 (-629 |#1|))) 179 (|has| |#1| (-362)))) (-3184 (((-111) |#1| |#1|) 214)) (-2128 (((-902)) 52)) (-1332 (($) 88 (|has| (-401 |#2|) (-362)))) (-1568 (((-111)) 207)) (-2847 (((-111) |#1|) 206) (((-111) |#2|) 205)) (-3987 (($ $ $) 105 (|has| (-401 |#2|) (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 100 (|has| (-401 |#2|) (-357)))) (-3471 (($ $) 185)) (-4000 (($) 146 (|has| (-401 |#2|) (-343)))) (-3504 (((-111) $) 147 (|has| (-401 |#2|) (-343)))) (-1788 (($ $ (-756)) 138 (|has| (-401 |#2|) (-343))) (($ $) 137 (|has| (-401 |#2|) (-343)))) (-1677 (((-111) $) 113 (|has| (-401 |#2|) (-357)))) (-4241 (((-902) $) 149 (|has| (-401 |#2|) (-343))) (((-818 (-902)) $) 135 (|has| (-401 |#2|) (-343)))) (-4065 (((-111) $) 30)) (-3503 (((-756)) 217)) (-2317 (((-1237 $) (-1237 $)) 199)) (-4346 (((-401 |#2|) $) 49)) (-1429 (((-629 (-933 |#1|)) (-1154)) 180 (|has| |#1| (-357)))) (-2032 (((-3 $ "failed") $) 139 (|has| (-401 |#2|) (-343)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 109 (|has| (-401 |#2|) (-357)))) (-2169 ((|#3| $) 42 (|has| (-401 |#2|) (-357)))) (-1637 (((-902) $) 87 (|has| (-401 |#2|) (-362)))) (-3874 ((|#3| $) 153)) (-2552 (($ (-629 $)) 98 (|has| (-401 |#2|) (-357))) (($ $ $) 97 (|has| (-401 |#2|) (-357)))) (-2623 (((-1136) $) 9)) (-2930 (((-673 (-401 |#2|))) 194)) (-1303 (((-673 (-401 |#2|))) 196)) (-3701 (($ $) 114 (|has| (-401 |#2|) (-357)))) (-3059 (($ (-1237 |#2|) |#2|) 190)) (-2931 (((-673 (-401 |#2|))) 195)) (-2435 (((-673 (-401 |#2|))) 197)) (-1459 (((-2 (|:| |num| (-673 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 189)) (-1493 (((-2 (|:| |num| (-1237 |#2|)) (|:| |den| |#2|)) $) 191)) (-3953 (((-1237 $)) 203)) (-4197 (((-1237 $)) 204)) (-2667 (((-111) $) 202)) (-3097 (((-111) $) 201) (((-111) $ |#1|) 188) (((-111) $ |#2|) 187)) (-1977 (($) 140 (|has| (-401 |#2|) (-343)) CONST)) (-2840 (($ (-902)) 86 (|has| (-401 |#2|) (-362)))) (-2791 (((-3 |#2| "failed")) 182)) (-2876 (((-1098) $) 10)) (-3140 (((-756)) 216)) (-4126 (($) 157)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 99 (|has| (-401 |#2|) (-357)))) (-2594 (($ (-629 $)) 96 (|has| (-401 |#2|) (-357))) (($ $ $) 95 (|has| (-401 |#2|) (-357)))) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) 143 (|has| (-401 |#2|) (-343)))) (-3479 (((-412 $) $) 110 (|has| (-401 |#2|) (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 108 (|has| (-401 |#2|) (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 107 (|has| (-401 |#2|) (-357)))) (-3969 (((-3 $ "failed") $ $) 90 (|has| (-401 |#2|) (-357)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 101 (|has| (-401 |#2|) (-357)))) (-3795 (((-756) $) 103 (|has| (-401 |#2|) (-357)))) (-2060 ((|#1| $ |#1| |#1|) 184)) (-3551 (((-3 |#2| "failed")) 183)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 104 (|has| (-401 |#2|) (-357)))) (-1721 (((-401 |#2|) (-1237 $)) 45) (((-401 |#2|)) 58)) (-4147 (((-756) $) 148 (|has| (-401 |#2|) (-343))) (((-3 (-756) "failed") $ $) 136 (|has| (-401 |#2|) (-343)))) (-3096 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-756)) 120 (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) 119 (|has| (-401 |#2|) (-357))) (($ $ (-1 |#2| |#2|)) 186) (($ $ (-629 (-1154)) (-629 (-756))) 127 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154)))) (-3792 (|has| (-401 |#2|) (-881 (-1154))) (|has| (-401 |#2|) (-357))))) (($ $ (-1154) (-756)) 128 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154)))) (-3792 (|has| (-401 |#2|) (-881 (-1154))) (|has| (-401 |#2|) (-357))))) (($ $ (-629 (-1154))) 129 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154)))) (-3792 (|has| (-401 |#2|) (-881 (-1154))) (|has| (-401 |#2|) (-357))))) (($ $ (-1154)) 130 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154)))) (-3792 (|has| (-401 |#2|) (-881 (-1154))) (|has| (-401 |#2|) (-357))))) (($ $ (-756)) 132 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-228))) (-3792 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) 134 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-228))) (-3792 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-1433 (((-673 (-401 |#2|)) (-1237 $) (-1 (-401 |#2|) (-401 |#2|))) 151 (|has| (-401 |#2|) (-357)))) (-3521 ((|#3|) 156)) (-1368 (($) 145 (|has| (-401 |#2|) (-343)))) (-3464 (((-1237 (-401 |#2|)) $ (-1237 $)) 48) (((-673 (-401 |#2|)) (-1237 $) (-1237 $)) 47) (((-1237 (-401 |#2|)) $) 64) (((-673 (-401 |#2|)) (-1237 $)) 63)) (-1522 (((-1237 (-401 |#2|)) $) 61) (($ (-1237 (-401 |#2|))) 60) ((|#3| $) 168) (($ |#3|) 154)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 142 (|has| (-401 |#2|) (-343)))) (-1889 (((-1237 $) (-1237 $)) 200)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 |#2|)) 35) (($ (-401 (-552))) 84 (-4029 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-1019 (-401 (-552)))))) (($ $) 89 (|has| (-401 |#2|) (-357)))) (-3878 (($ $) 141 (|has| (-401 |#2|) (-343))) (((-3 $ "failed") $) 41 (|has| (-401 |#2|) (-142)))) (-3767 ((|#3| $) 43)) (-2014 (((-756)) 28)) (-1464 (((-111)) 213)) (-3895 (((-111) |#1|) 212) (((-111) |#2|) 211)) (-4199 (((-1237 $)) 65)) (-3589 (((-111) $ $) 93 (|has| (-401 |#2|) (-357)))) (-3606 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 181)) (-3855 (((-111)) 215)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-756)) 122 (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) 121 (|has| (-401 |#2|) (-357))) (($ $ (-629 (-1154)) (-629 (-756))) 123 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154)))) (-3792 (|has| (-401 |#2|) (-881 (-1154))) (|has| (-401 |#2|) (-357))))) (($ $ (-1154) (-756)) 124 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154)))) (-3792 (|has| (-401 |#2|) (-881 (-1154))) (|has| (-401 |#2|) (-357))))) (($ $ (-629 (-1154))) 125 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154)))) (-3792 (|has| (-401 |#2|) (-881 (-1154))) (|has| (-401 |#2|) (-357))))) (($ $ (-1154)) 126 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154)))) (-3792 (|has| (-401 |#2|) (-881 (-1154))) (|has| (-401 |#2|) (-357))))) (($ $ (-756)) 131 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-228))) (-3792 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) 133 (-4029 (-3792 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-228))) (-3792 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ $) 118 (|has| (-401 |#2|) (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 115 (|has| (-401 |#2|) (-357)))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 |#2|)) 37) (($ (-401 |#2|) $) 36) (($ (-401 (-552)) $) 117 (|has| (-401 |#2|) (-357))) (($ $ (-401 (-552))) 116 (|has| (-401 |#2|) (-357)))))
-(((-336 |#1| |#2| |#3|) (-137) (-1195) (-1213 |t#1|) (-1213 (-401 |t#2|))) (T -336))
-((-3503 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-756)))) (-3140 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-756)))) (-3855 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-3184 (*1 *2 *3 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-1464 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-3895 (*1 *2 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-3895 (*1 *2 *3) (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1195)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 (-401 *3))) (-5 *2 (-111)))) (-3216 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-2966 (*1 *2 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-2966 (*1 *2 *3) (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1195)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 (-401 *3))) (-5 *2 (-111)))) (-1568 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-2847 (*1 *2 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-2847 (*1 *2 *3) (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1195)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 (-401 *3))) (-5 *2 (-111)))) (-4197 (*1 *2) (-12 (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5)))) (-3953 (*1 *2) (-12 (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5)))) (-2667 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-3097 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-1889 (*1 *2 *2) (-12 (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))))) (-2317 (*1 *2 *2) (-12 (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))))) (-2525 (*1 *2 *2) (-12 (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))))) (-2435 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-673 (-401 *4))))) (-1303 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-673 (-401 *4))))) (-2931 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-673 (-401 *4))))) (-2930 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-673 (-401 *4))))) (-2684 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-2 (|:| |num| (-1237 *4)) (|:| |den| *4))))) (-4278 (*1 *1 *2 *3) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-1213 *4)) (-4 *4 (-1195)) (-4 *1 (-336 *4 *3 *5)) (-4 *5 (-1213 (-401 *3))))) (-1493 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-2 (|:| |num| (-1237 *4)) (|:| |den| *4))))) (-3059 (*1 *1 *2 *3) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-1213 *4)) (-4 *4 (-1195)) (-4 *1 (-336 *4 *3 *5)) (-4 *5 (-1213 (-401 *3))))) (-1459 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-336 *4 *5 *6)) (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5))) (-5 *2 (-2 (|:| |num| (-673 *5)) (|:| |den| *5))))) (-3097 (*1 *2 *1 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))) (-3097 (*1 *2 *1 *3) (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1195)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 (-401 *3))) (-5 *2 (-111)))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))))) (-3471 (*1 *1 *1) (-12 (-4 *1 (-336 *2 *3 *4)) (-4 *2 (-1195)) (-4 *3 (-1213 *2)) (-4 *4 (-1213 (-401 *3))))) (-2060 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-336 *2 *3 *4)) (-4 *2 (-1195)) (-4 *3 (-1213 *2)) (-4 *4 (-1213 (-401 *3))))) (-3551 (*1 *2) (|partial| -12 (-4 *1 (-336 *3 *2 *4)) (-4 *3 (-1195)) (-4 *4 (-1213 (-401 *2))) (-4 *2 (-1213 *3)))) (-2791 (*1 *2) (|partial| -12 (-4 *1 (-336 *3 *2 *4)) (-4 *3 (-1195)) (-4 *4 (-1213 (-401 *2))) (-4 *2 (-1213 *3)))) (-3606 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1213 *4)) (-4 *4 (-1195)) (-4 *6 (-1213 (-401 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-336 *4 *5 *6)))) (-1429 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-4 *1 (-336 *4 *5 *6)) (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5))) (-4 *4 (-357)) (-5 *2 (-629 (-933 *4))))) (-3901 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))) (-4 *3 (-362)) (-5 *2 (-629 (-629 *3))))))
-(-13 (-709 (-401 |t#2|) |t#3|) (-10 -8 (-15 -3503 ((-756))) (-15 -3140 ((-756))) (-15 -3855 ((-111))) (-15 -3184 ((-111) |t#1| |t#1|)) (-15 -1464 ((-111))) (-15 -3895 ((-111) |t#1|)) (-15 -3895 ((-111) |t#2|)) (-15 -3216 ((-111))) (-15 -2966 ((-111) |t#1|)) (-15 -2966 ((-111) |t#2|)) (-15 -1568 ((-111))) (-15 -2847 ((-111) |t#1|)) (-15 -2847 ((-111) |t#2|)) (-15 -4197 ((-1237 $))) (-15 -3953 ((-1237 $))) (-15 -2667 ((-111) $)) (-15 -3097 ((-111) $)) (-15 -1889 ((-1237 $) (-1237 $))) (-15 -2317 ((-1237 $) (-1237 $))) (-15 -2525 ((-1237 $) (-1237 $))) (-15 -2435 ((-673 (-401 |t#2|)))) (-15 -1303 ((-673 (-401 |t#2|)))) (-15 -2931 ((-673 (-401 |t#2|)))) (-15 -2930 ((-673 (-401 |t#2|)))) (-15 -2684 ((-2 (|:| |num| (-1237 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -4278 ($ (-1237 |t#2|) |t#2|)) (-15 -1493 ((-2 (|:| |num| (-1237 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -3059 ($ (-1237 |t#2|) |t#2|)) (-15 -1459 ((-2 (|:| |num| (-673 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -3097 ((-111) $ |t#1|)) (-15 -3097 ((-111) $ |t#2|)) (-15 -3096 ($ $ (-1 |t#2| |t#2|))) (-15 -3471 ($ $)) (-15 -2060 (|t#1| $ |t#1| |t#1|)) (-15 -3551 ((-3 |t#2| "failed"))) (-15 -2791 ((-3 |t#2| "failed"))) (-15 -3606 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-357)) (-15 -1429 ((-629 (-933 |t#1|)) (-1154))) |%noBranch|) (IF (|has| |t#1| (-362)) (-15 -3901 ((-629 (-629 |t#1|)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-38 #1=(-401 |#2|)) . T) ((-38 $) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-101) . T) ((-110 #0# #0#) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-110 #1# #1#) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-142))) ((-144) |has| (-401 |#2|) (-144)) ((-599 (-844)) . T) ((-169) . T) ((-600 |#3|) . T) ((-226 #1#) |has| (-401 |#2|) (-357)) ((-228) -4029 (|has| (-401 |#2|) (-343)) (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357)))) ((-238) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-284) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-301) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-357) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-396) |has| (-401 |#2|) (-343)) ((-362) -4029 (|has| (-401 |#2|) (-362)) (|has| (-401 |#2|) (-343))) ((-343) |has| (-401 |#2|) (-343)) ((-364 #1# |#3|) . T) ((-403 #1# |#3|) . T) ((-371 #1#) . T) ((-405 #1#) . T) ((-445) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-544) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-632 #0#) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-632 #1#) . T) ((-632 $) . T) ((-625 #1#) . T) ((-625 (-552)) |has| (-401 |#2|) (-625 (-552))) ((-702 #0#) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-702 #1#) . T) ((-702 $) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-709 #1# |#3|) . T) ((-711) . T) ((-881 (-1154)) -12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154)))) ((-901) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-1019 (-401 (-552))) |has| (-401 |#2|) (-1019 (-401 (-552)))) ((-1019 #1#) . T) ((-1019 (-552)) |has| (-401 |#2|) (-1019 (-552))) ((-1036 #0#) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-1036 #1#) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1129) |has| (-401 |#2|) (-343)) ((-1195) -4029 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 (((-891 |#1|) $) NIL) (($ $ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| (-891 |#1|) (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL (|has| (-891 |#1|) (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-891 |#1|) "failed") $) NIL)) (-2832 (((-891 |#1|) $) NIL)) (-4278 (($ (-1237 (-891 |#1|))) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-891 |#1|) (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-891 |#1|) (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) NIL (|has| (-891 |#1|) (-362)))) (-3504 (((-111) $) NIL (|has| (-891 |#1|) (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362)))) (($ $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) NIL (|has| (-891 |#1|) (-362))) (((-818 (-902)) $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) NIL (|has| (-891 |#1|) (-362)))) (-2092 (((-111) $) NIL (|has| (-891 |#1|) (-362)))) (-4346 (((-891 |#1|) $) NIL) (($ $ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| (-891 |#1|) (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 (-891 |#1|)) $) NIL) (((-1150 $) $ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-1637 (((-902) $) NIL (|has| (-891 |#1|) (-362)))) (-1879 (((-1150 (-891 |#1|)) $) NIL (|has| (-891 |#1|) (-362)))) (-1577 (((-1150 (-891 |#1|)) $) NIL (|has| (-891 |#1|) (-362))) (((-3 (-1150 (-891 |#1|)) "failed") $ $) NIL (|has| (-891 |#1|) (-362)))) (-2836 (($ $ (-1150 (-891 |#1|))) NIL (|has| (-891 |#1|) (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-891 |#1|) (-362)) CONST)) (-2840 (($ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-1498 (((-111) $) NIL)) (-2876 (((-1098) $) NIL)) (-3064 (((-939 (-1098))) NIL)) (-4126 (($) NIL (|has| (-891 |#1|) (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| (-891 |#1|) (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) NIL) (((-902)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) NIL (|has| (-891 |#1|) (-362))) (((-3 (-756) "failed") $ $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| (-891 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-891 |#1|) (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-3521 (((-1150 (-891 |#1|))) NIL)) (-1368 (($) NIL (|has| (-891 |#1|) (-362)))) (-3149 (($) NIL (|has| (-891 |#1|) (-362)))) (-3464 (((-1237 (-891 |#1|)) $) NIL) (((-673 (-891 |#1|)) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| (-891 |#1|) (-362)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ (-891 |#1|)) NIL)) (-3878 (($ $) NIL (|has| (-891 |#1|) (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) NIL) (((-1237 $) (-902)) NIL)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-4237 (($ $) NIL (|has| (-891 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-891 |#1|) (-362)))) (-1765 (($ $) NIL (|has| (-891 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-891 |#1|) (-362)))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL) (($ $ (-891 |#1|)) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ (-891 |#1|)) NIL) (($ (-891 |#1|) $) NIL)))
-(((-337 |#1| |#2|) (-13 (-323 (-891 |#1|)) (-10 -7 (-15 -3064 ((-939 (-1098)))))) (-902) (-902)) (T -337))
-((-3064 (*1 *2) (-12 (-5 *2 (-939 (-1098))) (-5 *1 (-337 *3 *4)) (-14 *3 (-902)) (-14 *4 (-902)))))
-(-13 (-323 (-891 |#1|)) (-10 -7 (-15 -3064 ((-939 (-1098))))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 44)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 ((|#1| $) NIL) (($ $ (-902)) NIL (|has| |#1| (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) 41 (|has| |#1| (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL (|has| |#1| (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) 115)) (-2832 ((|#1| $) 86)) (-4278 (($ (-1237 |#1|)) 104)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) 95 (|has| |#1| (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) 98 (|has| |#1| (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) 129 (|has| |#1| (-362)))) (-3504 (((-111) $) 48 (|has| |#1| (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) 45 (|has| |#1| (-362))) (((-818 (-902)) $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) 131 (|has| |#1| (-362)))) (-2092 (((-111) $) NIL (|has| |#1| (-362)))) (-4346 ((|#1| $) NIL) (($ $ (-902)) NIL (|has| |#1| (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 |#1|) $) 90) (((-1150 $) $ (-902)) NIL (|has| |#1| (-362)))) (-1637 (((-902) $) 139 (|has| |#1| (-362)))) (-1879 (((-1150 |#1|) $) NIL (|has| |#1| (-362)))) (-1577 (((-1150 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1150 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2836 (($ $ (-1150 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 146)) (-1977 (($) NIL (|has| |#1| (-362)) CONST)) (-2840 (($ (-902)) 71 (|has| |#1| (-362)))) (-1498 (((-111) $) 118)) (-2876 (((-1098) $) NIL)) (-3064 (((-939 (-1098))) 42)) (-4126 (($) 127 (|has| |#1| (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) 93 (|has| |#1| (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) 67) (((-902)) 68)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) 130 (|has| |#1| (-362))) (((-3 (-756) "failed") $ $) 125 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-3521 (((-1150 |#1|)) 96)) (-1368 (($) 128 (|has| |#1| (-362)))) (-3149 (($) 136 (|has| |#1| (-362)))) (-3464 (((-1237 |#1|) $) 59) (((-673 |#1|) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| |#1| (-362)))) (-3213 (((-844) $) 142) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ |#1|) 75)) (-3878 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-2014 (((-756)) 138)) (-4199 (((-1237 $)) 117) (((-1237 $) (-902)) 73)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) 49 T CONST)) (-3309 (($) 46 T CONST)) (-4237 (($ $) 81 (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1765 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1613 (((-111) $ $) 47)) (-1720 (($ $ $) 144) (($ $ |#1|) 145)) (-1709 (($ $) 126) (($ $ $) NIL)) (-1698 (($ $ $) 61)) (** (($ $ (-902)) 148) (($ $ (-756)) 149) (($ $ (-552)) 147)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 77) (($ $ $) 76) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 143)))
-(((-338 |#1| |#2|) (-13 (-323 |#1|) (-10 -7 (-15 -3064 ((-939 (-1098)))))) (-343) (-1150 |#1|)) (T -338))
-((-3064 (*1 *2) (-12 (-5 *2 (-939 (-1098))) (-5 *1 (-338 *3 *4)) (-4 *3 (-343)) (-14 *4 (-1150 *3)))))
-(-13 (-323 |#1|) (-10 -7 (-15 -3064 ((-939 (-1098))))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 ((|#1| $) NIL) (($ $ (-902)) NIL (|has| |#1| (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| |#1| (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL (|has| |#1| (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-4278 (($ (-1237 |#1|)) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| |#1| (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) NIL (|has| |#1| (-362)))) (-3504 (((-111) $) NIL (|has| |#1| (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) NIL (|has| |#1| (-362))) (((-818 (-902)) $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) NIL (|has| |#1| (-362)))) (-2092 (((-111) $) NIL (|has| |#1| (-362)))) (-4346 ((|#1| $) NIL) (($ $ (-902)) NIL (|has| |#1| (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 |#1|) $) NIL) (((-1150 $) $ (-902)) NIL (|has| |#1| (-362)))) (-1637 (((-902) $) NIL (|has| |#1| (-362)))) (-1879 (((-1150 |#1|) $) NIL (|has| |#1| (-362)))) (-1577 (((-1150 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1150 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2836 (($ $ (-1150 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| |#1| (-362)) CONST)) (-2840 (($ (-902)) NIL (|has| |#1| (-362)))) (-1498 (((-111) $) NIL)) (-2876 (((-1098) $) NIL)) (-3064 (((-939 (-1098))) NIL)) (-4126 (($) NIL (|has| |#1| (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| |#1| (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) NIL) (((-902)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) NIL (|has| |#1| (-362))) (((-3 (-756) "failed") $ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-3521 (((-1150 |#1|)) NIL)) (-1368 (($) NIL (|has| |#1| (-362)))) (-3149 (($) NIL (|has| |#1| (-362)))) (-3464 (((-1237 |#1|) $) NIL) (((-673 |#1|) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| |#1| (-362)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ |#1|) NIL)) (-3878 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) NIL) (((-1237 $) (-902)) NIL)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-4237 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1765 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-339 |#1| |#2|) (-13 (-323 |#1|) (-10 -7 (-15 -3064 ((-939 (-1098)))))) (-343) (-902)) (T -339))
-((-3064 (*1 *2) (-12 (-5 *2 (-939 (-1098))) (-5 *1 (-339 *3 *4)) (-4 *3 (-343)) (-14 *4 (-902)))))
-(-13 (-323 |#1|) (-10 -7 (-15 -3064 ((-939 (-1098))))))
-((-3315 (((-756) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098)))))) 42)) (-1945 (((-939 (-1098)) (-1150 |#1|)) 85)) (-2941 (((-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))) (-1150 |#1|)) 78)) (-4079 (((-673 |#1|) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098)))))) 86)) (-3624 (((-3 (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))) "failed") (-902)) 13)) (-1509 (((-3 (-1150 |#1|) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098)))))) (-902)) 18)))
-(((-340 |#1|) (-10 -7 (-15 -1945 ((-939 (-1098)) (-1150 |#1|))) (-15 -2941 ((-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))) (-1150 |#1|))) (-15 -4079 ((-673 |#1|) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))))) (-15 -3315 ((-756) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))))) (-15 -3624 ((-3 (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))) "failed") (-902))) (-15 -1509 ((-3 (-1150 |#1|) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098)))))) (-902)))) (-343)) (T -340))
-((-1509 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-3 (-1150 *4) (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098))))))) (-5 *1 (-340 *4)) (-4 *4 (-343)))) (-3624 (*1 *2 *3) (|partial| -12 (-5 *3 (-902)) (-5 *2 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098)))))) (-5 *1 (-340 *4)) (-4 *4 (-343)))) (-3315 (*1 *2 *3) (-12 (-5 *3 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098)))))) (-4 *4 (-343)) (-5 *2 (-756)) (-5 *1 (-340 *4)))) (-4079 (*1 *2 *3) (-12 (-5 *3 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098)))))) (-4 *4 (-343)) (-5 *2 (-673 *4)) (-5 *1 (-340 *4)))) (-2941 (*1 *2 *3) (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343)) (-5 *2 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098)))))) (-5 *1 (-340 *4)))) (-1945 (*1 *2 *3) (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343)) (-5 *2 (-939 (-1098))) (-5 *1 (-340 *4)))))
-(-10 -7 (-15 -1945 ((-939 (-1098)) (-1150 |#1|))) (-15 -2941 ((-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))) (-1150 |#1|))) (-15 -4079 ((-673 |#1|) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))))) (-15 -3315 ((-756) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))))) (-15 -3624 ((-3 (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))) "failed") (-902))) (-15 -1509 ((-3 (-1150 |#1|) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098)))))) (-902))))
-((-3213 ((|#1| |#3|) 86) ((|#3| |#1|) 69)))
-(((-341 |#1| |#2| |#3|) (-10 -7 (-15 -3213 (|#3| |#1|)) (-15 -3213 (|#1| |#3|))) (-323 |#2|) (-343) (-323 |#2|)) (T -341))
-((-3213 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *2 (-323 *4)) (-5 *1 (-341 *2 *4 *3)) (-4 *3 (-323 *4)))) (-3213 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *2 (-323 *4)) (-5 *1 (-341 *3 *4 *2)) (-4 *3 (-323 *4)))))
-(-10 -7 (-15 -3213 (|#3| |#1|)) (-15 -3213 (|#1| |#3|)))
-((-3504 (((-111) $) 51)) (-4241 (((-818 (-902)) $) 21) (((-902) $) 52)) (-2032 (((-3 $ "failed") $) 16)) (-1977 (($) 9)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 93)) (-4147 (((-3 (-756) "failed") $ $) 71) (((-756) $) 60)) (-3096 (($ $ (-756)) NIL) (($ $) 8)) (-1368 (($) 44)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 34)) (-3878 (((-3 $ "failed") $) 38) (($ $) 37)))
-(((-342 |#1|) (-10 -8 (-15 -4241 ((-902) |#1|)) (-15 -4147 ((-756) |#1|)) (-15 -3504 ((-111) |#1|)) (-15 -1368 (|#1|)) (-15 -1507 ((-3 (-1237 |#1|) "failed") (-673 |#1|))) (-15 -3878 (|#1| |#1|)) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -1977 (|#1|)) (-15 -2032 ((-3 |#1| "failed") |#1|)) (-15 -4147 ((-3 (-756) "failed") |#1| |#1|)) (-15 -4241 ((-818 (-902)) |#1|)) (-15 -3878 ((-3 |#1| "failed") |#1|)) (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)))) (-343)) (T -342))
-NIL
-(-10 -8 (-15 -4241 ((-902) |#1|)) (-15 -4147 ((-756) |#1|)) (-15 -3504 ((-111) |#1|)) (-15 -1368 (|#1|)) (-15 -1507 ((-3 (-1237 |#1|) "failed") (-673 |#1|))) (-15 -3878 (|#1| |#1|)) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -1977 (|#1|)) (-15 -2032 ((-3 |#1| "failed") |#1|)) (-15 -4147 ((-3 (-756) "failed") |#1| |#1|)) (-15 -4241 ((-818 (-902)) |#1|)) (-15 -3878 ((-3 |#1| "failed") |#1|)) (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-1271 (((-1164 (-902) (-756)) (-552)) 90)) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-2393 (((-111) $ $) 57)) (-2663 (((-756)) 100)) (-2130 (($) 17 T CONST)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) 84)) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-1332 (($) 103)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-4000 (($) 88)) (-3504 (((-111) $) 87)) (-1788 (($ $) 76) (($ $ (-756)) 75)) (-1677 (((-111) $) 68)) (-4241 (((-818 (-902)) $) 78) (((-902) $) 85)) (-4065 (((-111) $) 30)) (-2032 (((-3 $ "failed") $) 99)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-1637 (((-902) $) 102)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 67)) (-1977 (($) 98 T CONST)) (-2840 (($ (-902)) 101)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) 91)) (-3479 (((-412 $) $) 71)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-4147 (((-3 (-756) "failed") $ $) 77) (((-756) $) 86)) (-3096 (($ $ (-756)) 96) (($ $) 94)) (-1368 (($) 89)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 92)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63)) (-3878 (((-3 $ "failed") $) 79) (($ $) 93)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-756)) 97) (($ $) 95)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ $) 62)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64)))
+((-3428 (*1 *2) (-12 (-4 *3 (-357)) (-5 *2 (-1238 *1)) (-4 *1 (-323 *3)))) (-3428 (*1 *2 *3) (-12 (-5 *3 (-903)) (-4 *4 (-357)) (-5 *2 (-1238 *1)) (-4 *1 (-323 *4)))) (-3693 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1238 *3)))) (-3693 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-323 *4)) (-4 *4 (-357)) (-5 *2 (-674 *4)))) (-1676 (*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-357)) (-4 *1 (-323 *3)))) (-2309 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1151 *3)))) (-3035 (*1 *2) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1151 *3)))) (-2987 (*1 *2) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-903)))) (-2672 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-903)))) (-4233 (*1 *2 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-357)))) (-1550 (*1 *2 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-357)))) (-2309 (*1 *2 *1 *3) (-12 (-5 *3 (-903)) (-4 *4 (-362)) (-4 *4 (-357)) (-5 *2 (-1151 *1)) (-4 *1 (-323 *4)))) (-4233 (*1 *1 *1 *2) (-12 (-5 *2 (-903)) (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)))) (-1550 (*1 *1 *1 *2) (-12 (-5 *2 (-903)) (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)))) (-2516 (*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357)))) (-1389 (*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357)))) (-2810 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-111)))) (-4125 (*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357)))) (-2388 (*1 *1 *1 *2) (-12 (-5 *2 (-1151 *3)) (-4 *3 (-362)) (-4 *1 (-323 *3)) (-4 *3 (-357)))) (-2474 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-1151 *3)))) (-1403 (*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-1151 *3)))) (-1403 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-1151 *3)))))
+(-13 (-1257 |t#1|) (-1020 |t#1|) (-10 -8 (-15 -3428 ((-1238 $))) (-15 -3428 ((-1238 $) (-903))) (-15 -3693 ((-1238 |t#1|) $)) (-15 -3693 ((-674 |t#1|) (-1238 $))) (-15 -1676 ($ (-1238 |t#1|))) (-15 -2309 ((-1151 |t#1|) $)) (-15 -3035 ((-1151 |t#1|))) (-15 -2987 ((-903))) (-15 -2672 ((-903) $)) (-15 -4233 (|t#1| $)) (-15 -1550 (|t#1| $)) (IF (|has| |t#1| (-362)) (PROGN (-6 (-343)) (-15 -2309 ((-1151 $) $ (-903))) (-15 -4233 ($ $ (-903))) (-15 -1550 ($ $ (-903))) (-15 -2516 ($)) (-15 -1389 ($)) (-15 -2810 ((-111) $)) (-15 -4125 ($)) (-15 -2388 ($ $ (-1151 |t#1|))) (-15 -2474 ((-1151 |t#1|) $)) (-15 -1403 ((-1151 |t#1|) $)) (-15 -1403 ((-3 (-1151 |t#1|) "failed") $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4028 (|has| |#1| (-362)) (|has| |#1| (-142))) ((-144) |has| |#1| (-144)) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-169) . T) ((-228) |has| |#1| (-362)) ((-238) . T) ((-284) . T) ((-301) . T) ((-1257 |#1|) . T) ((-357) . T) ((-396) -4028 (|has| |#1| (-362)) (|has| |#1| (-142))) ((-362) |has| |#1| (-362)) ((-343) |has| |#1| (-362)) ((-445) . T) ((-545) . T) ((-633 #0#) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #0#) . T) ((-703 |#1|) . T) ((-703 $) . T) ((-712) . T) ((-902) . T) ((-1020 |#1|) . T) ((-1037 #0#) . T) ((-1037 |#1|) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1130) |has| |#1| (-362)) ((-1196) . T) ((-1245 |#1|) . T))
+((-3200 (((-111) $ $) NIL)) (-4315 (($ (-1154) $) 88)) (-2320 (($) 77)) (-4077 (((-1099) (-1099)) 11)) (-3256 (($) 78)) (-2716 (($) 90) (($ (-310 (-684))) 98) (($ (-310 (-686))) 94) (($ (-310 (-679))) 102) (($ (-310 (-373))) 109) (($ (-310 (-553))) 105) (($ (-310 (-166 (-373)))) 113)) (-3602 (($ (-1154) $) 89)) (-3392 (($ (-630 (-845))) 79)) (-2660 (((-1243) $) 75)) (-1981 (((-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")) $) 27)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2945 (($ (-1099)) 51)) (-4126 (((-1083) $) 25)) (-3653 (($ (-1071 (-934 (-553))) $) 85) (($ (-1071 (-934 (-553))) (-934 (-553)) $) 86)) (-4100 (($ (-1099)) 87)) (-1442 (($ (-1154) $) 115) (($ (-1154) $ $) 116)) (-1759 (($ (-1155) (-630 (-1155))) 76)) (-3433 (($ (-1137)) 82) (($ (-630 (-1137))) 80)) (-3212 (((-845) $) 118)) (-2149 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1155)) (|:| |arrayIndex| (-630 (-934 (-553)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1155)) (|:| |rand| (-845)) (|:| |ints2Floats?| (-111)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1154)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3437 (-111)) (|:| -2924 (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845)))))) (|:| |blockBranch| (-630 $)) (|:| |commentBranch| (-630 (-1137))) (|:| |callBranch| (-1137)) (|:| |forBranch| (-2 (|:| -2515 (-1071 (-934 (-553)))) (|:| |span| (-934 (-553))) (|:| -4300 $))) (|:| |labelBranch| (-1099)) (|:| |loopBranch| (-2 (|:| |switch| (-1154)) (|:| -4300 $))) (|:| |commonBranch| (-2 (|:| -4292 (-1155)) (|:| |contents| (-630 (-1155))))) (|:| |printBranch| (-630 (-845)))) $) 44)) (-1463 (($ (-1137)) 187)) (-2422 (($ (-630 $)) 114)) (-3806 (($ (-1155) (-1137)) 120) (($ (-1155) (-310 (-686))) 160) (($ (-1155) (-310 (-684))) 161) (($ (-1155) (-310 (-679))) 162) (($ (-1155) (-674 (-686))) 123) (($ (-1155) (-674 (-684))) 126) (($ (-1155) (-674 (-679))) 129) (($ (-1155) (-1238 (-686))) 132) (($ (-1155) (-1238 (-684))) 135) (($ (-1155) (-1238 (-679))) 138) (($ (-1155) (-674 (-310 (-686)))) 141) (($ (-1155) (-674 (-310 (-684)))) 144) (($ (-1155) (-674 (-310 (-679)))) 147) (($ (-1155) (-1238 (-310 (-686)))) 150) (($ (-1155) (-1238 (-310 (-684)))) 153) (($ (-1155) (-1238 (-310 (-679)))) 156) (($ (-1155) (-630 (-934 (-553))) (-310 (-686))) 157) (($ (-1155) (-630 (-934 (-553))) (-310 (-684))) 158) (($ (-1155) (-630 (-934 (-553))) (-310 (-679))) 159) (($ (-1155) (-310 (-553))) 184) (($ (-1155) (-310 (-373))) 185) (($ (-1155) (-310 (-166 (-373)))) 186) (($ (-1155) (-674 (-310 (-553)))) 165) (($ (-1155) (-674 (-310 (-373)))) 168) (($ (-1155) (-674 (-310 (-166 (-373))))) 171) (($ (-1155) (-1238 (-310 (-553)))) 174) (($ (-1155) (-1238 (-310 (-373)))) 177) (($ (-1155) (-1238 (-310 (-166 (-373))))) 180) (($ (-1155) (-630 (-934 (-553))) (-310 (-553))) 181) (($ (-1155) (-630 (-934 (-553))) (-310 (-373))) 182) (($ (-1155) (-630 (-934 (-553))) (-310 (-166 (-373)))) 183)) (-1614 (((-111) $ $) NIL)))
+(((-324) (-13 (-1079) (-10 -8 (-15 -3212 ((-845) $)) (-15 -3653 ($ (-1071 (-934 (-553))) $)) (-15 -3653 ($ (-1071 (-934 (-553))) (-934 (-553)) $)) (-15 -4315 ($ (-1154) $)) (-15 -3602 ($ (-1154) $)) (-15 -2945 ($ (-1099))) (-15 -4100 ($ (-1099))) (-15 -3433 ($ (-1137))) (-15 -3433 ($ (-630 (-1137)))) (-15 -1463 ($ (-1137))) (-15 -2716 ($)) (-15 -2716 ($ (-310 (-684)))) (-15 -2716 ($ (-310 (-686)))) (-15 -2716 ($ (-310 (-679)))) (-15 -2716 ($ (-310 (-373)))) (-15 -2716 ($ (-310 (-553)))) (-15 -2716 ($ (-310 (-166 (-373))))) (-15 -1442 ($ (-1154) $)) (-15 -1442 ($ (-1154) $ $)) (-15 -3806 ($ (-1155) (-1137))) (-15 -3806 ($ (-1155) (-310 (-686)))) (-15 -3806 ($ (-1155) (-310 (-684)))) (-15 -3806 ($ (-1155) (-310 (-679)))) (-15 -3806 ($ (-1155) (-674 (-686)))) (-15 -3806 ($ (-1155) (-674 (-684)))) (-15 -3806 ($ (-1155) (-674 (-679)))) (-15 -3806 ($ (-1155) (-1238 (-686)))) (-15 -3806 ($ (-1155) (-1238 (-684)))) (-15 -3806 ($ (-1155) (-1238 (-679)))) (-15 -3806 ($ (-1155) (-674 (-310 (-686))))) (-15 -3806 ($ (-1155) (-674 (-310 (-684))))) (-15 -3806 ($ (-1155) (-674 (-310 (-679))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-686))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-684))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-679))))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-686)))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-684)))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-679)))) (-15 -3806 ($ (-1155) (-310 (-553)))) (-15 -3806 ($ (-1155) (-310 (-373)))) (-15 -3806 ($ (-1155) (-310 (-166 (-373))))) (-15 -3806 ($ (-1155) (-674 (-310 (-553))))) (-15 -3806 ($ (-1155) (-674 (-310 (-373))))) (-15 -3806 ($ (-1155) (-674 (-310 (-166 (-373)))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-553))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-373))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-166 (-373)))))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-553)))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-373)))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-166 (-373))))) (-15 -2422 ($ (-630 $))) (-15 -2320 ($)) (-15 -3256 ($)) (-15 -3392 ($ (-630 (-845)))) (-15 -1759 ($ (-1155) (-630 (-1155)))) (-15 -1981 ((-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 -2149 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1155)) (|:| |arrayIndex| (-630 (-934 (-553)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1155)) (|:| |rand| (-845)) (|:| |ints2Floats?| (-111)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1154)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3437 (-111)) (|:| -2924 (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845)))))) (|:| |blockBranch| (-630 $)) (|:| |commentBranch| (-630 (-1137))) (|:| |callBranch| (-1137)) (|:| |forBranch| (-2 (|:| -2515 (-1071 (-934 (-553)))) (|:| |span| (-934 (-553))) (|:| -4300 $))) (|:| |labelBranch| (-1099)) (|:| |loopBranch| (-2 (|:| |switch| (-1154)) (|:| -4300 $))) (|:| |commonBranch| (-2 (|:| -4292 (-1155)) (|:| |contents| (-630 (-1155))))) (|:| |printBranch| (-630 (-845)))) $)) (-15 -2660 ((-1243) $)) (-15 -4126 ((-1083) $)) (-15 -4077 ((-1099) (-1099)))))) (T -324))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-324)))) (-3653 (*1 *1 *2 *1) (-12 (-5 *2 (-1071 (-934 (-553)))) (-5 *1 (-324)))) (-3653 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1071 (-934 (-553)))) (-5 *3 (-934 (-553))) (-5 *1 (-324)))) (-4315 (*1 *1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-324)))) (-3602 (*1 *1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-324)))) (-2945 (*1 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-324)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-324)))) (-3433 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-324)))) (-3433 (*1 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-324)))) (-1463 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-324)))) (-2716 (*1 *1) (-5 *1 (-324))) (-2716 (*1 *1 *2) (-12 (-5 *2 (-310 (-684))) (-5 *1 (-324)))) (-2716 (*1 *1 *2) (-12 (-5 *2 (-310 (-686))) (-5 *1 (-324)))) (-2716 (*1 *1 *2) (-12 (-5 *2 (-310 (-679))) (-5 *1 (-324)))) (-2716 (*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-5 *1 (-324)))) (-2716 (*1 *1 *2) (-12 (-5 *2 (-310 (-553))) (-5 *1 (-324)))) (-2716 (*1 *1 *2) (-12 (-5 *2 (-310 (-166 (-373)))) (-5 *1 (-324)))) (-1442 (*1 *1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-324)))) (-1442 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1137)) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-686))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-684))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-679))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-686))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-684))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-679))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-686))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-684))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-679))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-686)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-684)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-679)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-686)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-684)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-679)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-310 (-686))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-310 (-684))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-310 (-679))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-553))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-373))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-166 (-373)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-553)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-373)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-166 (-373))))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-553)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-373)))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-166 (-373))))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-310 (-553))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-310 (-373))) (-5 *1 (-324)))) (-3806 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-310 (-166 (-373)))) (-5 *1 (-324)))) (-2422 (*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-5 *1 (-324)))) (-2320 (*1 *1) (-5 *1 (-324))) (-3256 (*1 *1) (-5 *1 (-324))) (-3392 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-324)))) (-1759 (*1 *1 *2 *3) (-12 (-5 *3 (-630 (-1155))) (-5 *2 (-1155)) (-5 *1 (-324)))) (-1981 (*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 (-324)))) (-2149 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1155)) (|:| |arrayIndex| (-630 (-934 (-553)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1155)) (|:| |rand| (-845)) (|:| |ints2Floats?| (-111)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1154)) (|:| |thenClause| (-324)) (|:| |elseClause| (-324)))) (|:| |returnBranch| (-2 (|:| -3437 (-111)) (|:| -2924 (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845)))))) (|:| |blockBranch| (-630 (-324))) (|:| |commentBranch| (-630 (-1137))) (|:| |callBranch| (-1137)) (|:| |forBranch| (-2 (|:| -2515 (-1071 (-934 (-553)))) (|:| |span| (-934 (-553))) (|:| -4300 (-324)))) (|:| |labelBranch| (-1099)) (|:| |loopBranch| (-2 (|:| |switch| (-1154)) (|:| -4300 (-324)))) (|:| |commonBranch| (-2 (|:| -4292 (-1155)) (|:| |contents| (-630 (-1155))))) (|:| |printBranch| (-630 (-845))))) (-5 *1 (-324)))) (-2660 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-324)))) (-4126 (*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-324)))) (-4077 (*1 *2 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-324)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ((-845) $)) (-15 -3653 ($ (-1071 (-934 (-553))) $)) (-15 -3653 ($ (-1071 (-934 (-553))) (-934 (-553)) $)) (-15 -4315 ($ (-1154) $)) (-15 -3602 ($ (-1154) $)) (-15 -2945 ($ (-1099))) (-15 -4100 ($ (-1099))) (-15 -3433 ($ (-1137))) (-15 -3433 ($ (-630 (-1137)))) (-15 -1463 ($ (-1137))) (-15 -2716 ($)) (-15 -2716 ($ (-310 (-684)))) (-15 -2716 ($ (-310 (-686)))) (-15 -2716 ($ (-310 (-679)))) (-15 -2716 ($ (-310 (-373)))) (-15 -2716 ($ (-310 (-553)))) (-15 -2716 ($ (-310 (-166 (-373))))) (-15 -1442 ($ (-1154) $)) (-15 -1442 ($ (-1154) $ $)) (-15 -3806 ($ (-1155) (-1137))) (-15 -3806 ($ (-1155) (-310 (-686)))) (-15 -3806 ($ (-1155) (-310 (-684)))) (-15 -3806 ($ (-1155) (-310 (-679)))) (-15 -3806 ($ (-1155) (-674 (-686)))) (-15 -3806 ($ (-1155) (-674 (-684)))) (-15 -3806 ($ (-1155) (-674 (-679)))) (-15 -3806 ($ (-1155) (-1238 (-686)))) (-15 -3806 ($ (-1155) (-1238 (-684)))) (-15 -3806 ($ (-1155) (-1238 (-679)))) (-15 -3806 ($ (-1155) (-674 (-310 (-686))))) (-15 -3806 ($ (-1155) (-674 (-310 (-684))))) (-15 -3806 ($ (-1155) (-674 (-310 (-679))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-686))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-684))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-679))))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-686)))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-684)))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-679)))) (-15 -3806 ($ (-1155) (-310 (-553)))) (-15 -3806 ($ (-1155) (-310 (-373)))) (-15 -3806 ($ (-1155) (-310 (-166 (-373))))) (-15 -3806 ($ (-1155) (-674 (-310 (-553))))) (-15 -3806 ($ (-1155) (-674 (-310 (-373))))) (-15 -3806 ($ (-1155) (-674 (-310 (-166 (-373)))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-553))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-373))))) (-15 -3806 ($ (-1155) (-1238 (-310 (-166 (-373)))))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-553)))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-373)))) (-15 -3806 ($ (-1155) (-630 (-934 (-553))) (-310 (-166 (-373))))) (-15 -2422 ($ (-630 $))) (-15 -2320 ($)) (-15 -3256 ($)) (-15 -3392 ($ (-630 (-845)))) (-15 -1759 ($ (-1155) (-630 (-1155)))) (-15 -1981 ((-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 -2149 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1155)) (|:| |arrayIndex| (-630 (-934 (-553)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1155)) (|:| |rand| (-845)) (|:| |ints2Floats?| (-111)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1154)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3437 (-111)) (|:| -2924 (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845)))))) (|:| |blockBranch| (-630 $)) (|:| |commentBranch| (-630 (-1137))) (|:| |callBranch| (-1137)) (|:| |forBranch| (-2 (|:| -2515 (-1071 (-934 (-553)))) (|:| |span| (-934 (-553))) (|:| -4300 $))) (|:| |labelBranch| (-1099)) (|:| |loopBranch| (-2 (|:| |switch| (-1154)) (|:| -4300 $))) (|:| |commonBranch| (-2 (|:| -4292 (-1155)) (|:| |contents| (-630 (-1155))))) (|:| |printBranch| (-630 (-845)))) $)) (-15 -2660 ((-1243) $)) (-15 -4126 ((-1083) $)) (-15 -4077 ((-1099) (-1099)))))
+((-3200 (((-111) $ $) NIL)) (-4285 (((-111) $) 11)) (-2306 (($ |#1|) 8)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2319 (($ |#1|) 9)) (-3212 (((-845) $) 17)) (-3069 ((|#1| $) 12)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 19)))
+(((-325 |#1|) (-13 (-833) (-10 -8 (-15 -2306 ($ |#1|)) (-15 -2319 ($ |#1|)) (-15 -4285 ((-111) $)) (-15 -3069 (|#1| $)))) (-833)) (T -325))
+((-2306 (*1 *1 *2) (-12 (-5 *1 (-325 *2)) (-4 *2 (-833)))) (-2319 (*1 *1 *2) (-12 (-5 *1 (-325 *2)) (-4 *2 (-833)))) (-4285 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-325 *3)) (-4 *3 (-833)))) (-3069 (*1 *2 *1) (-12 (-5 *1 (-325 *2)) (-4 *2 (-833)))))
+(-13 (-833) (-10 -8 (-15 -2306 ($ |#1|)) (-15 -2319 ($ |#1|)) (-15 -4285 ((-111) $)) (-15 -3069 (|#1| $))))
+((-2414 (((-324) (-1155) (-934 (-553))) 23)) (-1392 (((-324) (-1155) (-934 (-553))) 27)) (-1859 (((-324) (-1155) (-1071 (-934 (-553))) (-1071 (-934 (-553)))) 26) (((-324) (-1155) (-934 (-553)) (-934 (-553))) 24)) (-3194 (((-324) (-1155) (-934 (-553))) 31)))
+(((-326) (-10 -7 (-15 -2414 ((-324) (-1155) (-934 (-553)))) (-15 -1859 ((-324) (-1155) (-934 (-553)) (-934 (-553)))) (-15 -1859 ((-324) (-1155) (-1071 (-934 (-553))) (-1071 (-934 (-553))))) (-15 -1392 ((-324) (-1155) (-934 (-553)))) (-15 -3194 ((-324) (-1155) (-934 (-553)))))) (T -326))
+((-3194 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-934 (-553))) (-5 *2 (-324)) (-5 *1 (-326)))) (-1392 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-934 (-553))) (-5 *2 (-324)) (-5 *1 (-326)))) (-1859 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-1071 (-934 (-553)))) (-5 *2 (-324)) (-5 *1 (-326)))) (-1859 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-934 (-553))) (-5 *2 (-324)) (-5 *1 (-326)))) (-2414 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-934 (-553))) (-5 *2 (-324)) (-5 *1 (-326)))))
+(-10 -7 (-15 -2414 ((-324) (-1155) (-934 (-553)))) (-15 -1859 ((-324) (-1155) (-934 (-553)) (-934 (-553)))) (-15 -1859 ((-324) (-1155) (-1071 (-934 (-553))) (-1071 (-934 (-553))))) (-15 -1392 ((-324) (-1155) (-934 (-553)))) (-15 -3194 ((-324) (-1155) (-934 (-553)))))
+((-1478 (((-330 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-330 |#1| |#2| |#3| |#4|)) 33)))
+(((-327 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1478 ((-330 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-330 |#1| |#2| |#3| |#4|)))) (-357) (-1214 |#1|) (-1214 (-401 |#2|)) (-336 |#1| |#2| |#3|) (-357) (-1214 |#5|) (-1214 (-401 |#6|)) (-336 |#5| |#6| |#7|)) (T -327))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-330 *5 *6 *7 *8)) (-4 *5 (-357)) (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6))) (-4 *8 (-336 *5 *6 *7)) (-4 *9 (-357)) (-4 *10 (-1214 *9)) (-4 *11 (-1214 (-401 *10))) (-5 *2 (-330 *9 *10 *11 *12)) (-5 *1 (-327 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-336 *9 *10 *11)))))
+(-10 -7 (-15 -1478 ((-330 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-330 |#1| |#2| |#3| |#4|))))
+((-3260 (((-111) $) 14)))
+(((-328 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3260 ((-111) |#1|))) (-329 |#2| |#3| |#4| |#5|) (-357) (-1214 |#2|) (-1214 (-401 |#3|)) (-336 |#2| |#3| |#4|)) (T -328))
+NIL
+(-10 -8 (-15 -3260 ((-111) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3883 (($ $) 26)) (-3260 (((-111) $) 25)) (-4056 (((-1137) $) 9)) (-2719 (((-407 |#2| (-401 |#2|) |#3| |#4|) $) 32)) (-2875 (((-1099) $) 10)) (-4125 (((-3 |#4| "failed") $) 24)) (-1817 (($ (-407 |#2| (-401 |#2|) |#3| |#4|)) 31) (($ |#4|) 30) (($ |#1| |#1|) 29) (($ |#1| |#1| (-553)) 28) (($ |#4| |#2| |#2| |#2| |#1|) 23)) (-2775 (((-2 (|:| -3272 (-407 |#2| (-401 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 27)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20)))
+(((-329 |#1| |#2| |#3| |#4|) (-137) (-357) (-1214 |t#1|) (-1214 (-401 |t#2|)) (-336 |t#1| |t#2| |t#3|)) (T -329))
+((-2719 (*1 *2 *1) (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-5 *2 (-407 *4 (-401 *4) *5 *6)))) (-1817 (*1 *1 *2) (-12 (-5 *2 (-407 *4 (-401 *4) *5 *6)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-4 *3 (-357)) (-4 *1 (-329 *3 *4 *5 *6)))) (-1817 (*1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-4 *1 (-329 *3 *4 *5 *2)) (-4 *2 (-336 *3 *4 *5)))) (-1817 (*1 *1 *2 *2) (-12 (-4 *2 (-357)) (-4 *3 (-1214 *2)) (-4 *4 (-1214 (-401 *3))) (-4 *1 (-329 *2 *3 *4 *5)) (-4 *5 (-336 *2 *3 *4)))) (-1817 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-553)) (-4 *2 (-357)) (-4 *4 (-1214 *2)) (-4 *5 (-1214 (-401 *4))) (-4 *1 (-329 *2 *4 *5 *6)) (-4 *6 (-336 *2 *4 *5)))) (-2775 (*1 *2 *1) (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-5 *2 (-2 (|:| -3272 (-407 *4 (-401 *4) *5 *6)) (|:| |principalPart| *6))))) (-3883 (*1 *1 *1) (-12 (-4 *1 (-329 *2 *3 *4 *5)) (-4 *2 (-357)) (-4 *3 (-1214 *2)) (-4 *4 (-1214 (-401 *3))) (-4 *5 (-336 *2 *3 *4)))) (-3260 (*1 *2 *1) (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-5 *2 (-111)))) (-4125 (*1 *2 *1) (|partial| -12 (-4 *1 (-329 *3 *4 *5 *2)) (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-4 *2 (-336 *3 *4 *5)))) (-1817 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-357)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 (-401 *3))) (-4 *1 (-329 *4 *3 *5 *2)) (-4 *2 (-336 *4 *3 *5)))))
+(-13 (-21) (-10 -8 (-15 -2719 ((-407 |t#2| (-401 |t#2|) |t#3| |t#4|) $)) (-15 -1817 ($ (-407 |t#2| (-401 |t#2|) |t#3| |t#4|))) (-15 -1817 ($ |t#4|)) (-15 -1817 ($ |t#1| |t#1|)) (-15 -1817 ($ |t#1| |t#1| (-553))) (-15 -2775 ((-2 (|:| -3272 (-407 |t#2| (-401 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -3883 ($ $)) (-15 -3260 ((-111) $)) (-15 -4125 ((-3 |t#4| "failed") $)) (-15 -1817 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3883 (($ $) 33)) (-3260 (((-111) $) NIL)) (-4056 (((-1137) $) NIL)) (-1779 (((-1238 |#4|) $) 125)) (-2719 (((-407 |#2| (-401 |#2|) |#3| |#4|) $) 31)) (-2875 (((-1099) $) NIL)) (-4125 (((-3 |#4| "failed") $) 36)) (-1745 (((-1238 |#4|) $) 118)) (-1817 (($ (-407 |#2| (-401 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-553)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-2775 (((-2 (|:| -3272 (-407 |#2| (-401 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-3212 (((-845) $) 17)) (-3296 (($) 14 T CONST)) (-1614 (((-111) $ $) 20)) (-1710 (($ $) 27) (($ $ $) NIL)) (-1699 (($ $ $) 25)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 23)))
+(((-330 |#1| |#2| |#3| |#4|) (-13 (-329 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1745 ((-1238 |#4|) $)) (-15 -1779 ((-1238 |#4|) $)))) (-357) (-1214 |#1|) (-1214 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -330))
+((-1745 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-1238 *6)) (-5 *1 (-330 *3 *4 *5 *6)) (-4 *6 (-336 *3 *4 *5)))) (-1779 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-1238 *6)) (-5 *1 (-330 *3 *4 *5 *6)) (-4 *6 (-336 *3 *4 *5)))))
+(-13 (-329 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1745 ((-1238 |#4|) $)) (-15 -1779 ((-1238 |#4|) $))))
+((-2433 (($ $ (-1155) |#2|) NIL) (($ $ (-630 (-1155)) (-630 |#2|)) 20) (($ $ (-630 (-288 |#2|))) 15) (($ $ (-288 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-630 |#2|) (-630 |#2|)) NIL)) (-2061 (($ $ |#2|) 11)))
+(((-331 |#1| |#2|) (-10 -8 (-15 -2061 (|#1| |#1| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#2|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#2| |#2|)) (-15 -2433 (|#1| |#1| (-288 |#2|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#2|)))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 |#2|))) (-15 -2433 (|#1| |#1| (-1155) |#2|))) (-332 |#2|) (-1079)) (T -331))
+NIL
+(-10 -8 (-15 -2061 (|#1| |#1| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#2|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#2| |#2|)) (-15 -2433 (|#1| |#1| (-288 |#2|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#2|)))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 |#2|))) (-15 -2433 (|#1| |#1| (-1155) |#2|)))
+((-1478 (($ (-1 |#1| |#1|) $) 6)) (-2433 (($ $ (-1155) |#1|) 17 (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) 16 (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-630 (-288 |#1|))) 15 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 14 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-303 |#1|))) (($ $ (-630 |#1|) (-630 |#1|)) 12 (|has| |#1| (-303 |#1|)))) (-2061 (($ $ |#1|) 11 (|has| |#1| (-280 |#1| |#1|)))))
+(((-332 |#1|) (-137) (-1079)) (T -332))
+((-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-332 *3)) (-4 *3 (-1079)))))
+(-13 (-10 -8 (-15 -1478 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-280 |t#1| |t#1|)) (-6 (-280 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-303 |t#1|)) (-6 (-303 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-507 (-1155) |t#1|)) (-6 (-507 (-1155) |t#1|)) |%noBranch|)))
+(((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-507 (-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)) ((-507 |#1| |#1|) |has| |#1| (-303 |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-1155)) $) NIL)) (-2765 (((-111)) 91) (((-111) (-111)) 92)) (-3361 (((-630 (-599 $)) $) NIL)) (-2479 (($ $) NIL)) (-2333 (($ $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2173 (($ $ (-288 $)) NIL) (($ $ (-630 (-288 $))) NIL) (($ $ (-630 (-599 $)) (-630 $)) NIL)) (-3487 (($ $) NIL)) (-2456 (($ $) NIL)) (-2306 (($ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-599 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-310 |#3|)) 71) (((-3 $ "failed") (-1155)) 97) (((-3 $ "failed") (-310 (-553))) 59 (|has| |#3| (-1020 (-553)))) (((-3 $ "failed") (-401 (-934 (-553)))) 65 (|has| |#3| (-1020 (-553)))) (((-3 $ "failed") (-934 (-553))) 60 (|has| |#3| (-1020 (-553)))) (((-3 $ "failed") (-310 (-373))) 89 (|has| |#3| (-1020 (-373)))) (((-3 $ "failed") (-401 (-934 (-373)))) 83 (|has| |#3| (-1020 (-373)))) (((-3 $ "failed") (-934 (-373))) 78 (|has| |#3| (-1020 (-373))))) (-2831 (((-599 $) $) NIL) ((|#3| $) NIL) (($ (-310 |#3|)) 72) (($ (-1155)) 98) (($ (-310 (-553))) 61 (|has| |#3| (-1020 (-553)))) (($ (-401 (-934 (-553)))) 66 (|has| |#3| (-1020 (-553)))) (($ (-934 (-553))) 62 (|has| |#3| (-1020 (-553)))) (($ (-310 (-373))) 90 (|has| |#3| (-1020 (-373)))) (($ (-401 (-934 (-373)))) 84 (|has| |#3| (-1020 (-373)))) (($ (-934 (-373))) 80 (|has| |#3| (-1020 (-373))))) (-3889 (((-3 $ "failed") $) NIL)) (-4041 (($) 10)) (-1725 (($ $) NIL) (($ (-630 $)) NIL)) (-3495 (((-630 (-113)) $) NIL)) (-4155 (((-113) (-113)) NIL)) (-1434 (((-111) $) NIL)) (-2709 (((-111) $) NIL (|has| $ (-1020 (-553))))) (-1822 (((-1151 $) (-599 $)) NIL (|has| $ (-1031)))) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1478 (($ (-1 $ $) (-599 $)) NIL)) (-2427 (((-3 (-599 $) "failed") $) NIL)) (-4070 (($ $) 94)) (-2431 (($ $) NIL)) (-4056 (((-1137) $) NIL)) (-3434 (((-630 (-599 $)) $) NIL)) (-4084 (($ (-113) $) 93) (($ (-113) (-630 $)) NIL)) (-2990 (((-111) $ (-113)) NIL) (((-111) $ (-1155)) NIL)) (-2385 (((-757) $) NIL)) (-2875 (((-1099) $) NIL)) (-1611 (((-111) $ $) NIL) (((-111) $ (-1155)) NIL)) (-2854 (($ $) NIL)) (-3439 (((-111) $) NIL (|has| $ (-1020 (-553))))) (-2433 (($ $ (-599 $) $) NIL) (($ $ (-630 (-599 $)) (-630 $)) NIL) (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ $))) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-1155) (-1 $ (-630 $))) NIL) (($ $ (-1155) (-1 $ $)) NIL) (($ $ (-630 (-113)) (-630 (-1 $ $))) NIL) (($ $ (-630 (-113)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-113) (-1 $ (-630 $))) NIL) (($ $ (-113) (-1 $ $)) NIL)) (-2061 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-630 $)) NIL)) (-2451 (($ $) NIL) (($ $ $) NIL)) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) NIL)) (-3035 (($ $) NIL (|has| $ (-1031)))) (-2468 (($ $) NIL)) (-2319 (($ $) NIL)) (-3212 (((-845) $) NIL) (($ (-599 $)) NIL) (($ |#3|) NIL) (($ (-553)) NIL) (((-310 |#3|) $) 96)) (-1348 (((-757)) NIL)) (-3064 (($ $) NIL) (($ (-630 $)) NIL)) (-4083 (((-111) (-113)) NIL)) (-2410 (($ $) NIL)) (-2383 (($ $) NIL)) (-2396 (($ $) NIL)) (-1411 (($ $) NIL)) (-3296 (($) 95 T CONST)) (-3308 (($) 24 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1710 (($ $ $) NIL) (($ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-757)) NIL) (($ $ (-903)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-553) $) NIL) (($ (-757) $) NIL) (($ (-903) $) NIL)))
+(((-333 |#1| |#2| |#3|) (-13 (-296) (-38 |#3|) (-1020 |#3|) (-882 (-1155)) (-10 -8 (-15 -2831 ($ (-310 |#3|))) (-15 -1394 ((-3 $ "failed") (-310 |#3|))) (-15 -2831 ($ (-1155))) (-15 -1394 ((-3 $ "failed") (-1155))) (-15 -3212 ((-310 |#3|) $)) (IF (|has| |#3| (-1020 (-553))) (PROGN (-15 -2831 ($ (-310 (-553)))) (-15 -1394 ((-3 $ "failed") (-310 (-553)))) (-15 -2831 ($ (-401 (-934 (-553))))) (-15 -1394 ((-3 $ "failed") (-401 (-934 (-553))))) (-15 -2831 ($ (-934 (-553)))) (-15 -1394 ((-3 $ "failed") (-934 (-553))))) |%noBranch|) (IF (|has| |#3| (-1020 (-373))) (PROGN (-15 -2831 ($ (-310 (-373)))) (-15 -1394 ((-3 $ "failed") (-310 (-373)))) (-15 -2831 ($ (-401 (-934 (-373))))) (-15 -1394 ((-3 $ "failed") (-401 (-934 (-373))))) (-15 -2831 ($ (-934 (-373)))) (-15 -1394 ((-3 $ "failed") (-934 (-373))))) |%noBranch|) (-15 -1411 ($ $)) (-15 -3487 ($ $)) (-15 -2854 ($ $)) (-15 -2431 ($ $)) (-15 -4070 ($ $)) (-15 -2306 ($ $)) (-15 -2319 ($ $)) (-15 -2333 ($ $)) (-15 -2383 ($ $)) (-15 -2396 ($ $)) (-15 -2410 ($ $)) (-15 -2456 ($ $)) (-15 -2468 ($ $)) (-15 -2479 ($ $)) (-15 -4041 ($)) (-15 -3611 ((-630 (-1155)) $)) (-15 -2765 ((-111))) (-15 -2765 ((-111) (-111))))) (-630 (-1155)) (-630 (-1155)) (-381)) (T -333))
+((-2831 (*1 *1 *2) (-12 (-5 *2 (-310 *5)) (-4 *5 (-381)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 *5)) (-4 *5 (-381)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 *2)) (-14 *4 (-630 *2)) (-4 *5 (-381)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 *2)) (-14 *4 (-630 *2)) (-4 *5 (-381)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-310 *5)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-310 (-553))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-553))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-401 (-934 (-553)))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 (-934 (-553)))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-934 (-553))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-934 (-553))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-373))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-401 (-934 (-373)))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 (-934 (-373)))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-934 (-373))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-934 (-373))) (-5 *1 (-333 *3 *4 *5)) (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-1411 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-3487 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2854 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2431 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-4070 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2306 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2319 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2333 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2383 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2396 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2410 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2456 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2468 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-2479 (*1 *1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-4041 (*1 *1) (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155))) (-14 *3 (-630 (-1155))) (-4 *4 (-381)))) (-3611 (*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-333 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-381)))) (-2765 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))) (-2765 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381)))))
+(-13 (-296) (-38 |#3|) (-1020 |#3|) (-882 (-1155)) (-10 -8 (-15 -2831 ($ (-310 |#3|))) (-15 -1394 ((-3 $ "failed") (-310 |#3|))) (-15 -2831 ($ (-1155))) (-15 -1394 ((-3 $ "failed") (-1155))) (-15 -3212 ((-310 |#3|) $)) (IF (|has| |#3| (-1020 (-553))) (PROGN (-15 -2831 ($ (-310 (-553)))) (-15 -1394 ((-3 $ "failed") (-310 (-553)))) (-15 -2831 ($ (-401 (-934 (-553))))) (-15 -1394 ((-3 $ "failed") (-401 (-934 (-553))))) (-15 -2831 ($ (-934 (-553)))) (-15 -1394 ((-3 $ "failed") (-934 (-553))))) |%noBranch|) (IF (|has| |#3| (-1020 (-373))) (PROGN (-15 -2831 ($ (-310 (-373)))) (-15 -1394 ((-3 $ "failed") (-310 (-373)))) (-15 -2831 ($ (-401 (-934 (-373))))) (-15 -1394 ((-3 $ "failed") (-401 (-934 (-373))))) (-15 -2831 ($ (-934 (-373)))) (-15 -1394 ((-3 $ "failed") (-934 (-373))))) |%noBranch|) (-15 -1411 ($ $)) (-15 -3487 ($ $)) (-15 -2854 ($ $)) (-15 -2431 ($ $)) (-15 -4070 ($ $)) (-15 -2306 ($ $)) (-15 -2319 ($ $)) (-15 -2333 ($ $)) (-15 -2383 ($ $)) (-15 -2396 ($ $)) (-15 -2410 ($ $)) (-15 -2456 ($ $)) (-15 -2468 ($ $)) (-15 -2479 ($ $)) (-15 -4041 ($)) (-15 -3611 ((-630 (-1155)) $)) (-15 -2765 ((-111))) (-15 -2765 ((-111) (-111)))))
+((-1478 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
+(((-334 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1478 (|#8| (-1 |#5| |#1|) |#4|))) (-1196) (-1214 |#1|) (-1214 (-401 |#2|)) (-336 |#1| |#2| |#3|) (-1196) (-1214 |#5|) (-1214 (-401 |#6|)) (-336 |#5| |#6| |#7|)) (T -334))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1196)) (-4 *8 (-1196)) (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6))) (-4 *9 (-1214 *8)) (-4 *2 (-336 *8 *9 *10)) (-5 *1 (-334 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-336 *5 *6 *7)) (-4 *10 (-1214 (-401 *9))))))
+(-10 -7 (-15 -1478 (|#8| (-1 |#5| |#1|) |#4|)))
+((-3442 (((-2 (|:| |num| (-1238 |#3|)) (|:| |den| |#3|)) $) 38)) (-1676 (($ (-1238 (-401 |#3|)) (-1238 $)) NIL) (($ (-1238 (-401 |#3|))) NIL) (($ (-1238 |#3|) |#3|) 161)) (-2563 (((-1238 $) (-1238 $)) 145)) (-2473 (((-630 (-630 |#2|))) 119)) (-2788 (((-111) |#2| |#2|) 73)) (-3766 (($ $) 139)) (-2867 (((-757)) 31)) (-4337 (((-1238 $) (-1238 $)) 198)) (-3716 (((-630 (-934 |#2|)) (-1155)) 110)) (-1359 (((-111) $) 158)) (-3221 (((-111) $) 25) (((-111) $ |#2|) 29) (((-111) $ |#3|) 202)) (-3215 (((-3 |#3| "failed")) 50)) (-2407 (((-757)) 170)) (-2061 ((|#2| $ |#2| |#2|) 132)) (-3340 (((-3 |#3| "failed")) 68)) (-3095 (($ $ (-1 (-401 |#3|) (-401 |#3|)) (-757)) NIL) (($ $ (-1 (-401 |#3|) (-401 |#3|))) NIL) (($ $ (-1 |#3| |#3|)) 206) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) NIL) (($ $ (-757)) NIL) (($ $) NIL)) (-2588 (((-1238 $) (-1238 $)) 151)) (-2629 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 66)) (-3305 (((-111)) 33)))
+(((-335 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -2473 ((-630 (-630 |#2|)))) (-15 -3716 ((-630 (-934 |#2|)) (-1155))) (-15 -2629 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3215 ((-3 |#3| "failed"))) (-15 -3340 ((-3 |#3| "failed"))) (-15 -2061 (|#2| |#1| |#2| |#2|)) (-15 -3766 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3221 ((-111) |#1| |#3|)) (-15 -3221 ((-111) |#1| |#2|)) (-15 -1676 (|#1| (-1238 |#3|) |#3|)) (-15 -3442 ((-2 (|:| |num| (-1238 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2563 ((-1238 |#1|) (-1238 |#1|))) (-15 -4337 ((-1238 |#1|) (-1238 |#1|))) (-15 -2588 ((-1238 |#1|) (-1238 |#1|))) (-15 -3221 ((-111) |#1|)) (-15 -1359 ((-111) |#1|)) (-15 -2788 ((-111) |#2| |#2|)) (-15 -3305 ((-111))) (-15 -2407 ((-757))) (-15 -2867 ((-757))) (-15 -3095 (|#1| |#1| (-1 (-401 |#3|) (-401 |#3|)))) (-15 -3095 (|#1| |#1| (-1 (-401 |#3|) (-401 |#3|)) (-757))) (-15 -1676 (|#1| (-1238 (-401 |#3|)))) (-15 -1676 (|#1| (-1238 (-401 |#3|)) (-1238 |#1|)))) (-336 |#2| |#3| |#4|) (-1196) (-1214 |#2|) (-1214 (-401 |#3|))) (T -335))
+((-2867 (*1 *2) (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5))) (-5 *2 (-757)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6)))) (-2407 (*1 *2) (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5))) (-5 *2 (-757)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6)))) (-3305 (*1 *2) (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5))) (-5 *2 (-111)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6)))) (-2788 (*1 *2 *3 *3) (-12 (-4 *3 (-1196)) (-4 *5 (-1214 *3)) (-4 *6 (-1214 (-401 *5))) (-5 *2 (-111)) (-5 *1 (-335 *4 *3 *5 *6)) (-4 *4 (-336 *3 *5 *6)))) (-3340 (*1 *2) (|partial| -12 (-4 *4 (-1196)) (-4 *5 (-1214 (-401 *2))) (-4 *2 (-1214 *4)) (-5 *1 (-335 *3 *4 *2 *5)) (-4 *3 (-336 *4 *2 *5)))) (-3215 (*1 *2) (|partial| -12 (-4 *4 (-1196)) (-4 *5 (-1214 (-401 *2))) (-4 *2 (-1214 *4)) (-5 *1 (-335 *3 *4 *2 *5)) (-4 *3 (-336 *4 *2 *5)))) (-3716 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-4 *5 (-1196)) (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6))) (-5 *2 (-630 (-934 *5))) (-5 *1 (-335 *4 *5 *6 *7)) (-4 *4 (-336 *5 *6 *7)))) (-2473 (*1 *2) (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5))) (-5 *2 (-630 (-630 *4))) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6)))))
+(-10 -8 (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -2473 ((-630 (-630 |#2|)))) (-15 -3716 ((-630 (-934 |#2|)) (-1155))) (-15 -2629 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3215 ((-3 |#3| "failed"))) (-15 -3340 ((-3 |#3| "failed"))) (-15 -2061 (|#2| |#1| |#2| |#2|)) (-15 -3766 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3221 ((-111) |#1| |#3|)) (-15 -3221 ((-111) |#1| |#2|)) (-15 -1676 (|#1| (-1238 |#3|) |#3|)) (-15 -3442 ((-2 (|:| |num| (-1238 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2563 ((-1238 |#1|) (-1238 |#1|))) (-15 -4337 ((-1238 |#1|) (-1238 |#1|))) (-15 -2588 ((-1238 |#1|) (-1238 |#1|))) (-15 -3221 ((-111) |#1|)) (-15 -1359 ((-111) |#1|)) (-15 -2788 ((-111) |#2| |#2|)) (-15 -3305 ((-111))) (-15 -2407 ((-757))) (-15 -2867 ((-757))) (-15 -3095 (|#1| |#1| (-1 (-401 |#3|) (-401 |#3|)))) (-15 -3095 (|#1| |#1| (-1 (-401 |#3|) (-401 |#3|)) (-757))) (-15 -1676 (|#1| (-1238 (-401 |#3|)))) (-15 -1676 (|#1| (-1238 (-401 |#3|)) (-1238 |#1|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3442 (((-2 (|:| |num| (-1238 |#2|)) (|:| |den| |#2|)) $) 193)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 91 (|has| (-401 |#2|) (-357)))) (-2723 (($ $) 92 (|has| (-401 |#2|) (-357)))) (-2157 (((-111) $) 94 (|has| (-401 |#2|) (-357)))) (-1311 (((-674 (-401 |#2|)) (-1238 $)) 44) (((-674 (-401 |#2|))) 59)) (-1550 (((-401 |#2|) $) 50)) (-3398 (((-1165 (-903) (-757)) (-553)) 144 (|has| (-401 |#2|) (-343)))) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 111 (|has| (-401 |#2|) (-357)))) (-1807 (((-412 $) $) 112 (|has| (-401 |#2|) (-357)))) (-3816 (((-111) $ $) 102 (|has| (-401 |#2|) (-357)))) (-2662 (((-757)) 85 (|has| (-401 |#2|) (-362)))) (-3117 (((-111)) 210)) (-4281 (((-111) |#1|) 209) (((-111) |#2|) 208)) (-3203 (($) 17 T CONST)) (-1394 (((-3 (-553) "failed") $) 167 (|has| (-401 |#2|) (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 165 (|has| (-401 |#2|) (-1020 (-401 (-553))))) (((-3 (-401 |#2|) "failed") $) 162)) (-2831 (((-553) $) 166 (|has| (-401 |#2|) (-1020 (-553)))) (((-401 (-553)) $) 164 (|has| (-401 |#2|) (-1020 (-401 (-553))))) (((-401 |#2|) $) 163)) (-1676 (($ (-1238 (-401 |#2|)) (-1238 $)) 46) (($ (-1238 (-401 |#2|))) 62) (($ (-1238 |#2|) |#2|) 192)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) 150 (|has| (-401 |#2|) (-343)))) (-4005 (($ $ $) 106 (|has| (-401 |#2|) (-357)))) (-2392 (((-674 (-401 |#2|)) $ (-1238 $)) 51) (((-674 (-401 |#2|)) $) 57)) (-3698 (((-674 (-553)) (-674 $)) 161 (|has| (-401 |#2|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 160 (|has| (-401 |#2|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-401 |#2|))) (|:| |vec| (-1238 (-401 |#2|)))) (-674 $) (-1238 $)) 159) (((-674 (-401 |#2|)) (-674 $)) 158)) (-2563 (((-1238 $) (-1238 $)) 198)) (-3883 (($ |#3|) 155) (((-3 $ "failed") (-401 |#3|)) 152 (|has| (-401 |#2|) (-357)))) (-3889 (((-3 $ "failed") $) 32)) (-2473 (((-630 (-630 |#1|))) 179 (|has| |#1| (-362)))) (-2788 (((-111) |#1| |#1|) 214)) (-2129 (((-903)) 52)) (-1333 (($) 88 (|has| (-401 |#2|) (-362)))) (-2556 (((-111)) 207)) (-2510 (((-111) |#1|) 206) (((-111) |#2|) 205)) (-3986 (($ $ $) 105 (|has| (-401 |#2|) (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 100 (|has| (-401 |#2|) (-357)))) (-3766 (($ $) 185)) (-2091 (($) 146 (|has| (-401 |#2|) (-343)))) (-2879 (((-111) $) 147 (|has| (-401 |#2|) (-343)))) (-2865 (($ $ (-757)) 138 (|has| (-401 |#2|) (-343))) (($ $) 137 (|has| (-401 |#2|) (-343)))) (-4268 (((-111) $) 113 (|has| (-401 |#2|) (-357)))) (-2592 (((-903) $) 149 (|has| (-401 |#2|) (-343))) (((-819 (-903)) $) 135 (|has| (-401 |#2|) (-343)))) (-1434 (((-111) $) 30)) (-2867 (((-757)) 217)) (-4337 (((-1238 $) (-1238 $)) 199)) (-4233 (((-401 |#2|) $) 49)) (-3716 (((-630 (-934 |#1|)) (-1155)) 180 (|has| |#1| (-357)))) (-3464 (((-3 $ "failed") $) 139 (|has| (-401 |#2|) (-343)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 109 (|has| (-401 |#2|) (-357)))) (-2309 ((|#3| $) 42 (|has| (-401 |#2|) (-357)))) (-3941 (((-903) $) 87 (|has| (-401 |#2|) (-362)))) (-3873 ((|#3| $) 153)) (-2552 (($ (-630 $)) 98 (|has| (-401 |#2|) (-357))) (($ $ $) 97 (|has| (-401 |#2|) (-357)))) (-4056 (((-1137) $) 9)) (-2025 (((-674 (-401 |#2|))) 194)) (-1835 (((-674 (-401 |#2|))) 196)) (-3700 (($ $) 114 (|has| (-401 |#2|) (-357)))) (-2857 (($ (-1238 |#2|) |#2|) 190)) (-2038 (((-674 (-401 |#2|))) 195)) (-2969 (((-674 (-401 |#2|))) 197)) (-2764 (((-2 (|:| |num| (-674 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 189)) (-3072 (((-2 (|:| |num| (-1238 |#2|)) (|:| |den| |#2|)) $) 191)) (-1634 (((-1238 $)) 203)) (-3405 (((-1238 $)) 204)) (-1359 (((-111) $) 202)) (-3221 (((-111) $) 201) (((-111) $ |#1|) 188) (((-111) $ |#2|) 187)) (-1979 (($) 140 (|has| (-401 |#2|) (-343)) CONST)) (-2839 (($ (-903)) 86 (|has| (-401 |#2|) (-362)))) (-3215 (((-3 |#2| "failed")) 182)) (-2875 (((-1099) $) 10)) (-2407 (((-757)) 216)) (-4125 (($) 157)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 99 (|has| (-401 |#2|) (-357)))) (-2591 (($ (-630 $)) 96 (|has| (-401 |#2|) (-357))) (($ $ $) 95 (|has| (-401 |#2|) (-357)))) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) 143 (|has| (-401 |#2|) (-343)))) (-3476 (((-412 $) $) 110 (|has| (-401 |#2|) (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 108 (|has| (-401 |#2|) (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 107 (|has| (-401 |#2|) (-357)))) (-3968 (((-3 $ "failed") $ $) 90 (|has| (-401 |#2|) (-357)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 101 (|has| (-401 |#2|) (-357)))) (-3879 (((-757) $) 103 (|has| (-401 |#2|) (-357)))) (-2061 ((|#1| $ |#1| |#1|) 184)) (-3340 (((-3 |#2| "failed")) 183)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 104 (|has| (-401 |#2|) (-357)))) (-3488 (((-401 |#2|) (-1238 $)) 45) (((-401 |#2|)) 58)) (-2916 (((-757) $) 148 (|has| (-401 |#2|) (-343))) (((-3 (-757) "failed") $ $) 136 (|has| (-401 |#2|) (-343)))) (-3095 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-757)) 120 (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) 119 (|has| (-401 |#2|) (-357))) (($ $ (-1 |#2| |#2|)) 186) (($ $ (-630 (-1155)) (-630 (-757))) 127 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155)))) (-3791 (|has| (-401 |#2|) (-882 (-1155))) (|has| (-401 |#2|) (-357))))) (($ $ (-1155) (-757)) 128 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155)))) (-3791 (|has| (-401 |#2|) (-882 (-1155))) (|has| (-401 |#2|) (-357))))) (($ $ (-630 (-1155))) 129 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155)))) (-3791 (|has| (-401 |#2|) (-882 (-1155))) (|has| (-401 |#2|) (-357))))) (($ $ (-1155)) 130 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155)))) (-3791 (|has| (-401 |#2|) (-882 (-1155))) (|has| (-401 |#2|) (-357))))) (($ $ (-757)) 132 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-228))) (-3791 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) 134 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-228))) (-3791 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-3759 (((-674 (-401 |#2|)) (-1238 $) (-1 (-401 |#2|) (-401 |#2|))) 151 (|has| (-401 |#2|) (-357)))) (-3035 ((|#3|) 156)) (-3529 (($) 145 (|has| (-401 |#2|) (-343)))) (-3693 (((-1238 (-401 |#2|)) $ (-1238 $)) 48) (((-674 (-401 |#2|)) (-1238 $) (-1238 $)) 47) (((-1238 (-401 |#2|)) $) 64) (((-674 (-401 |#2|)) (-1238 $)) 63)) (-1523 (((-1238 (-401 |#2|)) $) 61) (($ (-1238 (-401 |#2|))) 60) ((|#3| $) 168) (($ |#3|) 154)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 142 (|has| (-401 |#2|) (-343)))) (-2588 (((-1238 $) (-1238 $)) 200)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 |#2|)) 35) (($ (-401 (-553))) 84 (-4028 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-1020 (-401 (-553)))))) (($ $) 89 (|has| (-401 |#2|) (-357)))) (-2234 (($ $) 141 (|has| (-401 |#2|) (-343))) (((-3 $ "failed") $) 41 (|has| (-401 |#2|) (-142)))) (-3636 ((|#3| $) 43)) (-1348 (((-757)) 28)) (-2798 (((-111)) 213)) (-2400 (((-111) |#1|) 212) (((-111) |#2|) 211)) (-3428 (((-1238 $)) 65)) (-2453 (((-111) $ $) 93 (|has| (-401 |#2|) (-357)))) (-2629 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 181)) (-3305 (((-111)) 215)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-757)) 122 (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) 121 (|has| (-401 |#2|) (-357))) (($ $ (-630 (-1155)) (-630 (-757))) 123 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155)))) (-3791 (|has| (-401 |#2|) (-882 (-1155))) (|has| (-401 |#2|) (-357))))) (($ $ (-1155) (-757)) 124 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155)))) (-3791 (|has| (-401 |#2|) (-882 (-1155))) (|has| (-401 |#2|) (-357))))) (($ $ (-630 (-1155))) 125 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155)))) (-3791 (|has| (-401 |#2|) (-882 (-1155))) (|has| (-401 |#2|) (-357))))) (($ $ (-1155)) 126 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155)))) (-3791 (|has| (-401 |#2|) (-882 (-1155))) (|has| (-401 |#2|) (-357))))) (($ $ (-757)) 131 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-228))) (-3791 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) 133 (-4028 (-3791 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-228))) (-3791 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ $) 118 (|has| (-401 |#2|) (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 115 (|has| (-401 |#2|) (-357)))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 |#2|)) 37) (($ (-401 |#2|) $) 36) (($ (-401 (-553)) $) 117 (|has| (-401 |#2|) (-357))) (($ $ (-401 (-553))) 116 (|has| (-401 |#2|) (-357)))))
+(((-336 |#1| |#2| |#3|) (-137) (-1196) (-1214 |t#1|) (-1214 (-401 |t#2|))) (T -336))
+((-2867 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-757)))) (-2407 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-757)))) (-3305 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-2788 (*1 *2 *3 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-2798 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-2400 (*1 *2 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-2400 (*1 *2 *3) (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1196)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 (-401 *3))) (-5 *2 (-111)))) (-3117 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-4281 (*1 *2 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-4281 (*1 *2 *3) (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1196)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 (-401 *3))) (-5 *2 (-111)))) (-2556 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-2510 (*1 *2 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-2510 (*1 *2 *3) (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1196)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 (-401 *3))) (-5 *2 (-111)))) (-3405 (*1 *2) (-12 (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5)))) (-1634 (*1 *2) (-12 (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5)))) (-1359 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-3221 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-2588 (*1 *2 *2) (-12 (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))))) (-4337 (*1 *2 *2) (-12 (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))))) (-2563 (*1 *2 *2) (-12 (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))))) (-2969 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-674 (-401 *4))))) (-1835 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-674 (-401 *4))))) (-2038 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-674 (-401 *4))))) (-2025 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-674 (-401 *4))))) (-3442 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-2 (|:| |num| (-1238 *4)) (|:| |den| *4))))) (-1676 (*1 *1 *2 *3) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-1214 *4)) (-4 *4 (-1196)) (-4 *1 (-336 *4 *3 *5)) (-4 *5 (-1214 (-401 *3))))) (-3072 (*1 *2 *1) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-2 (|:| |num| (-1238 *4)) (|:| |den| *4))))) (-2857 (*1 *1 *2 *3) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-1214 *4)) (-4 *4 (-1196)) (-4 *1 (-336 *4 *3 *5)) (-4 *5 (-1214 (-401 *3))))) (-2764 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-336 *4 *5 *6)) (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5))) (-5 *2 (-2 (|:| |num| (-674 *5)) (|:| |den| *5))))) (-3221 (*1 *2 *1 *3) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))) (-3221 (*1 *2 *1 *3) (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1196)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 (-401 *3))) (-5 *2 (-111)))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))))) (-3766 (*1 *1 *1) (-12 (-4 *1 (-336 *2 *3 *4)) (-4 *2 (-1196)) (-4 *3 (-1214 *2)) (-4 *4 (-1214 (-401 *3))))) (-2061 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-336 *2 *3 *4)) (-4 *2 (-1196)) (-4 *3 (-1214 *2)) (-4 *4 (-1214 (-401 *3))))) (-3340 (*1 *2) (|partial| -12 (-4 *1 (-336 *3 *2 *4)) (-4 *3 (-1196)) (-4 *4 (-1214 (-401 *2))) (-4 *2 (-1214 *3)))) (-3215 (*1 *2) (|partial| -12 (-4 *1 (-336 *3 *2 *4)) (-4 *3 (-1196)) (-4 *4 (-1214 (-401 *2))) (-4 *2 (-1214 *3)))) (-2629 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1214 *4)) (-4 *4 (-1196)) (-4 *6 (-1214 (-401 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-336 *4 *5 *6)))) (-3716 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-4 *1 (-336 *4 *5 *6)) (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5))) (-4 *4 (-357)) (-5 *2 (-630 (-934 *4))))) (-2473 (*1 *2) (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))) (-4 *3 (-362)) (-5 *2 (-630 (-630 *3))))))
+(-13 (-710 (-401 |t#2|) |t#3|) (-10 -8 (-15 -2867 ((-757))) (-15 -2407 ((-757))) (-15 -3305 ((-111))) (-15 -2788 ((-111) |t#1| |t#1|)) (-15 -2798 ((-111))) (-15 -2400 ((-111) |t#1|)) (-15 -2400 ((-111) |t#2|)) (-15 -3117 ((-111))) (-15 -4281 ((-111) |t#1|)) (-15 -4281 ((-111) |t#2|)) (-15 -2556 ((-111))) (-15 -2510 ((-111) |t#1|)) (-15 -2510 ((-111) |t#2|)) (-15 -3405 ((-1238 $))) (-15 -1634 ((-1238 $))) (-15 -1359 ((-111) $)) (-15 -3221 ((-111) $)) (-15 -2588 ((-1238 $) (-1238 $))) (-15 -4337 ((-1238 $) (-1238 $))) (-15 -2563 ((-1238 $) (-1238 $))) (-15 -2969 ((-674 (-401 |t#2|)))) (-15 -1835 ((-674 (-401 |t#2|)))) (-15 -2038 ((-674 (-401 |t#2|)))) (-15 -2025 ((-674 (-401 |t#2|)))) (-15 -3442 ((-2 (|:| |num| (-1238 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -1676 ($ (-1238 |t#2|) |t#2|)) (-15 -3072 ((-2 (|:| |num| (-1238 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -2857 ($ (-1238 |t#2|) |t#2|)) (-15 -2764 ((-2 (|:| |num| (-674 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -3221 ((-111) $ |t#1|)) (-15 -3221 ((-111) $ |t#2|)) (-15 -3095 ($ $ (-1 |t#2| |t#2|))) (-15 -3766 ($ $)) (-15 -2061 (|t#1| $ |t#1| |t#1|)) (-15 -3340 ((-3 |t#2| "failed"))) (-15 -3215 ((-3 |t#2| "failed"))) (-15 -2629 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-357)) (-15 -3716 ((-630 (-934 |t#1|)) (-1155))) |%noBranch|) (IF (|has| |t#1| (-362)) (-15 -2473 ((-630 (-630 |t#1|)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-38 #1=(-401 |#2|)) . T) ((-38 $) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-101) . T) ((-110 #0# #0#) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-110 #1# #1#) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-142))) ((-144) |has| (-401 |#2|) (-144)) ((-603 #2=(-401 (-553))) |has| (-401 |#2|) (-1020 (-401 (-553)))) ((-603 #1#) . T) ((-603 #3=(-553)) |has| (-401 |#2|) (-1020 (-553))) ((-600 (-845)) . T) ((-169) . T) ((-601 |#3|) . T) ((-226 #1#) |has| (-401 |#2|) (-357)) ((-228) -4028 (|has| (-401 |#2|) (-343)) (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357)))) ((-238) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-284) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-301) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-357) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-396) |has| (-401 |#2|) (-343)) ((-362) -4028 (|has| (-401 |#2|) (-362)) (|has| (-401 |#2|) (-343))) ((-343) |has| (-401 |#2|) (-343)) ((-364 #1# |#3|) . T) ((-403 #1# |#3|) . T) ((-371 #1#) . T) ((-405 #1#) . T) ((-445) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-545) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-633 #0#) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-633 #1#) . T) ((-633 $) . T) ((-626 #1#) . T) ((-626 (-553)) |has| (-401 |#2|) (-626 (-553))) ((-703 #0#) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-703 #1#) . T) ((-703 $) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-710 #1# |#3|) . T) ((-712) . T) ((-882 (-1155)) -12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155)))) ((-902) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-1020 #2#) |has| (-401 |#2|) (-1020 (-401 (-553)))) ((-1020 #1#) . T) ((-1020 #3#) |has| (-401 |#2|) (-1020 (-553))) ((-1037 #0#) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))) ((-1037 #1#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1130) |has| (-401 |#2|) (-343)) ((-1196) -4028 (|has| (-401 |#2|) (-343)) (|has| (-401 |#2|) (-357))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 (((-892 |#1|) $) NIL) (($ $ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| (-892 |#1|) (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL (|has| (-892 |#1|) (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-892 |#1|) "failed") $) NIL)) (-2831 (((-892 |#1|) $) NIL)) (-1676 (($ (-1238 (-892 |#1|))) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-892 |#1|) (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-892 |#1|) (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) NIL (|has| (-892 |#1|) (-362)))) (-2879 (((-111) $) NIL (|has| (-892 |#1|) (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362)))) (($ $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) NIL (|has| (-892 |#1|) (-362))) (((-819 (-903)) $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) NIL (|has| (-892 |#1|) (-362)))) (-2810 (((-111) $) NIL (|has| (-892 |#1|) (-362)))) (-4233 (((-892 |#1|) $) NIL) (($ $ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| (-892 |#1|) (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 (-892 |#1|)) $) NIL) (((-1151 $) $ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3941 (((-903) $) NIL (|has| (-892 |#1|) (-362)))) (-2474 (((-1151 (-892 |#1|)) $) NIL (|has| (-892 |#1|) (-362)))) (-1403 (((-1151 (-892 |#1|)) $) NIL (|has| (-892 |#1|) (-362))) (((-3 (-1151 (-892 |#1|)) "failed") $ $) NIL (|has| (-892 |#1|) (-362)))) (-2388 (($ $ (-1151 (-892 |#1|))) NIL (|has| (-892 |#1|) (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-892 |#1|) (-362)) CONST)) (-2839 (($ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3116 (((-111) $) NIL)) (-2875 (((-1099) $) NIL)) (-2915 (((-940 (-1099))) NIL)) (-4125 (($) NIL (|has| (-892 |#1|) (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| (-892 |#1|) (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) NIL) (((-903)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) NIL (|has| (-892 |#1|) (-362))) (((-3 (-757) "failed") $ $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| (-892 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-892 |#1|) (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-3035 (((-1151 (-892 |#1|))) NIL)) (-3529 (($) NIL (|has| (-892 |#1|) (-362)))) (-2516 (($) NIL (|has| (-892 |#1|) (-362)))) (-3693 (((-1238 (-892 |#1|)) $) NIL) (((-674 (-892 |#1|)) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| (-892 |#1|) (-362)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ (-892 |#1|)) NIL)) (-2234 (($ $) NIL (|has| (-892 |#1|) (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) NIL) (((-1238 $) (-903)) NIL)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-2541 (($ $) NIL (|has| (-892 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-892 |#1|) (-362)))) (-1766 (($ $) NIL (|has| (-892 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-892 |#1|) (-362)))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL) (($ $ (-892 |#1|)) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ (-892 |#1|)) NIL) (($ (-892 |#1|) $) NIL)))
+(((-337 |#1| |#2|) (-13 (-323 (-892 |#1|)) (-10 -7 (-15 -2915 ((-940 (-1099)))))) (-903) (-903)) (T -337))
+((-2915 (*1 *2) (-12 (-5 *2 (-940 (-1099))) (-5 *1 (-337 *3 *4)) (-14 *3 (-903)) (-14 *4 (-903)))))
+(-13 (-323 (-892 |#1|)) (-10 -7 (-15 -2915 ((-940 (-1099))))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 44)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 ((|#1| $) NIL) (($ $ (-903)) NIL (|has| |#1| (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) 41 (|has| |#1| (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL (|has| |#1| (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) 115)) (-2831 ((|#1| $) 86)) (-1676 (($ (-1238 |#1|)) 104)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) 95 (|has| |#1| (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) 98 (|has| |#1| (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) 129 (|has| |#1| (-362)))) (-2879 (((-111) $) 48 (|has| |#1| (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) 45 (|has| |#1| (-362))) (((-819 (-903)) $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) 131 (|has| |#1| (-362)))) (-2810 (((-111) $) NIL (|has| |#1| (-362)))) (-4233 ((|#1| $) NIL) (($ $ (-903)) NIL (|has| |#1| (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 |#1|) $) 90) (((-1151 $) $ (-903)) NIL (|has| |#1| (-362)))) (-3941 (((-903) $) 139 (|has| |#1| (-362)))) (-2474 (((-1151 |#1|) $) NIL (|has| |#1| (-362)))) (-1403 (((-1151 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1151 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2388 (($ $ (-1151 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 146)) (-1979 (($) NIL (|has| |#1| (-362)) CONST)) (-2839 (($ (-903)) 71 (|has| |#1| (-362)))) (-3116 (((-111) $) 118)) (-2875 (((-1099) $) NIL)) (-2915 (((-940 (-1099))) 42)) (-4125 (($) 127 (|has| |#1| (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) 93 (|has| |#1| (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) 67) (((-903)) 68)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) 130 (|has| |#1| (-362))) (((-3 (-757) "failed") $ $) 125 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-3035 (((-1151 |#1|)) 96)) (-3529 (($) 128 (|has| |#1| (-362)))) (-2516 (($) 136 (|has| |#1| (-362)))) (-3693 (((-1238 |#1|) $) 59) (((-674 |#1|) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| |#1| (-362)))) (-3212 (((-845) $) 142) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ |#1|) 75)) (-2234 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1348 (((-757)) 138)) (-3428 (((-1238 $)) 117) (((-1238 $) (-903)) 73)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) 49 T CONST)) (-3308 (($) 46 T CONST)) (-2541 (($ $) 81 (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1766 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1614 (((-111) $ $) 47)) (-1721 (($ $ $) 144) (($ $ |#1|) 145)) (-1710 (($ $) 126) (($ $ $) NIL)) (-1699 (($ $ $) 61)) (** (($ $ (-903)) 148) (($ $ (-757)) 149) (($ $ (-553)) 147)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 77) (($ $ $) 76) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 143)))
+(((-338 |#1| |#2|) (-13 (-323 |#1|) (-10 -7 (-15 -2915 ((-940 (-1099)))))) (-343) (-1151 |#1|)) (T -338))
+((-2915 (*1 *2) (-12 (-5 *2 (-940 (-1099))) (-5 *1 (-338 *3 *4)) (-4 *3 (-343)) (-14 *4 (-1151 *3)))))
+(-13 (-323 |#1|) (-10 -7 (-15 -2915 ((-940 (-1099))))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 ((|#1| $) NIL) (($ $ (-903)) NIL (|has| |#1| (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| |#1| (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL (|has| |#1| (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-1676 (($ (-1238 |#1|)) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| |#1| (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) NIL (|has| |#1| (-362)))) (-2879 (((-111) $) NIL (|has| |#1| (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) NIL (|has| |#1| (-362))) (((-819 (-903)) $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) NIL (|has| |#1| (-362)))) (-2810 (((-111) $) NIL (|has| |#1| (-362)))) (-4233 ((|#1| $) NIL) (($ $ (-903)) NIL (|has| |#1| (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 |#1|) $) NIL) (((-1151 $) $ (-903)) NIL (|has| |#1| (-362)))) (-3941 (((-903) $) NIL (|has| |#1| (-362)))) (-2474 (((-1151 |#1|) $) NIL (|has| |#1| (-362)))) (-1403 (((-1151 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1151 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2388 (($ $ (-1151 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| |#1| (-362)) CONST)) (-2839 (($ (-903)) NIL (|has| |#1| (-362)))) (-3116 (((-111) $) NIL)) (-2875 (((-1099) $) NIL)) (-2915 (((-940 (-1099))) NIL)) (-4125 (($) NIL (|has| |#1| (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| |#1| (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) NIL) (((-903)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) NIL (|has| |#1| (-362))) (((-3 (-757) "failed") $ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-3035 (((-1151 |#1|)) NIL)) (-3529 (($) NIL (|has| |#1| (-362)))) (-2516 (($) NIL (|has| |#1| (-362)))) (-3693 (((-1238 |#1|) $) NIL) (((-674 |#1|) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| |#1| (-362)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ |#1|) NIL)) (-2234 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) NIL) (((-1238 $) (-903)) NIL)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-2541 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1766 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-339 |#1| |#2|) (-13 (-323 |#1|) (-10 -7 (-15 -2915 ((-940 (-1099)))))) (-343) (-903)) (T -339))
+((-2915 (*1 *2) (-12 (-5 *2 (-940 (-1099))) (-5 *1 (-339 *3 *4)) (-4 *3 (-343)) (-14 *4 (-903)))))
+(-13 (-323 |#1|) (-10 -7 (-15 -2915 ((-940 (-1099))))))
+((-1533 (((-757) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099)))))) 42)) (-1869 (((-940 (-1099)) (-1151 |#1|)) 85)) (-4060 (((-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))) (-1151 |#1|)) 78)) (-3523 (((-674 |#1|) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099)))))) 86)) (-1529 (((-3 (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))) "failed") (-903)) 13)) (-3211 (((-3 (-1151 |#1|) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099)))))) (-903)) 18)))
+(((-340 |#1|) (-10 -7 (-15 -1869 ((-940 (-1099)) (-1151 |#1|))) (-15 -4060 ((-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))) (-1151 |#1|))) (-15 -3523 ((-674 |#1|) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))))) (-15 -1533 ((-757) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))))) (-15 -1529 ((-3 (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))) "failed") (-903))) (-15 -3211 ((-3 (-1151 |#1|) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099)))))) (-903)))) (-343)) (T -340))
+((-3211 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-3 (-1151 *4) (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099))))))) (-5 *1 (-340 *4)) (-4 *4 (-343)))) (-1529 (*1 *2 *3) (|partial| -12 (-5 *3 (-903)) (-5 *2 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099)))))) (-5 *1 (-340 *4)) (-4 *4 (-343)))) (-1533 (*1 *2 *3) (-12 (-5 *3 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099)))))) (-4 *4 (-343)) (-5 *2 (-757)) (-5 *1 (-340 *4)))) (-3523 (*1 *2 *3) (-12 (-5 *3 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099)))))) (-4 *4 (-343)) (-5 *2 (-674 *4)) (-5 *1 (-340 *4)))) (-4060 (*1 *2 *3) (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343)) (-5 *2 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099)))))) (-5 *1 (-340 *4)))) (-1869 (*1 *2 *3) (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343)) (-5 *2 (-940 (-1099))) (-5 *1 (-340 *4)))))
+(-10 -7 (-15 -1869 ((-940 (-1099)) (-1151 |#1|))) (-15 -4060 ((-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))) (-1151 |#1|))) (-15 -3523 ((-674 |#1|) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))))) (-15 -1533 ((-757) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))))) (-15 -1529 ((-3 (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))) "failed") (-903))) (-15 -3211 ((-3 (-1151 |#1|) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099)))))) (-903))))
+((-3212 ((|#1| |#3|) 86) ((|#3| |#1|) 69)))
+(((-341 |#1| |#2| |#3|) (-10 -7 (-15 -3212 (|#3| |#1|)) (-15 -3212 (|#1| |#3|))) (-323 |#2|) (-343) (-323 |#2|)) (T -341))
+((-3212 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *2 (-323 *4)) (-5 *1 (-341 *2 *4 *3)) (-4 *3 (-323 *4)))) (-3212 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *2 (-323 *4)) (-5 *1 (-341 *3 *4 *2)) (-4 *3 (-323 *4)))))
+(-10 -7 (-15 -3212 (|#3| |#1|)) (-15 -3212 (|#1| |#3|)))
+((-2879 (((-111) $) 51)) (-2592 (((-819 (-903)) $) 21) (((-903) $) 52)) (-3464 (((-3 $ "failed") $) 16)) (-1979 (($) 9)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 93)) (-2916 (((-3 (-757) "failed") $ $) 71) (((-757) $) 60)) (-3095 (($ $ (-757)) NIL) (($ $) 8)) (-3529 (($) 44)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 34)) (-2234 (((-3 $ "failed") $) 38) (($ $) 37)))
+(((-342 |#1|) (-10 -8 (-15 -2592 ((-903) |#1|)) (-15 -2916 ((-757) |#1|)) (-15 -2879 ((-111) |#1|)) (-15 -3529 (|#1|)) (-15 -3201 ((-3 (-1238 |#1|) "failed") (-674 |#1|))) (-15 -2234 (|#1| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -1979 (|#1|)) (-15 -3464 ((-3 |#1| "failed") |#1|)) (-15 -2916 ((-3 (-757) "failed") |#1| |#1|)) (-15 -2592 ((-819 (-903)) |#1|)) (-15 -2234 ((-3 |#1| "failed") |#1|)) (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|)))) (-343)) (T -342))
+NIL
+(-10 -8 (-15 -2592 ((-903) |#1|)) (-15 -2916 ((-757) |#1|)) (-15 -2879 ((-111) |#1|)) (-15 -3529 (|#1|)) (-15 -3201 ((-3 (-1238 |#1|) "failed") (-674 |#1|))) (-15 -2234 (|#1| |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -1979 (|#1|)) (-15 -3464 ((-3 |#1| "failed") |#1|)) (-15 -2916 ((-3 (-757) "failed") |#1| |#1|)) (-15 -2592 ((-819 (-903)) |#1|)) (-15 -2234 ((-3 |#1| "failed") |#1|)) (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-3398 (((-1165 (-903) (-757)) (-553)) 90)) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3816 (((-111) $ $) 57)) (-2662 (((-757)) 100)) (-3203 (($) 17 T CONST)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) 84)) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-1333 (($) 103)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-2091 (($) 88)) (-2879 (((-111) $) 87)) (-2865 (($ $) 76) (($ $ (-757)) 75)) (-4268 (((-111) $) 68)) (-2592 (((-819 (-903)) $) 78) (((-903) $) 85)) (-1434 (((-111) $) 30)) (-3464 (((-3 $ "failed") $) 99)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-3941 (((-903) $) 102)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 67)) (-1979 (($) 98 T CONST)) (-2839 (($ (-903)) 101)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) 91)) (-3476 (((-412 $) $) 71)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-2916 (((-3 (-757) "failed") $ $) 77) (((-757) $) 86)) (-3095 (($ $ (-757)) 96) (($ $) 94)) (-3529 (($) 89)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 92)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63)) (-2234 (((-3 $ "failed") $) 79) (($ $) 93)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-757)) 97) (($ $) 95)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ $) 62)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64)))
(((-343) (-137)) (T -343))
-((-3878 (*1 *1 *1) (-4 *1 (-343))) (-1507 (*1 *2 *3) (|partial| -12 (-5 *3 (-673 *1)) (-4 *1 (-343)) (-5 *2 (-1237 *1)))) (-4056 (*1 *2) (-12 (-4 *1 (-343)) (-5 *2 (-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))))) (-1271 (*1 *2 *3) (-12 (-4 *1 (-343)) (-5 *3 (-552)) (-5 *2 (-1164 (-902) (-756))))) (-1368 (*1 *1) (-4 *1 (-343))) (-4000 (*1 *1) (-4 *1 (-343))) (-3504 (*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-111)))) (-4147 (*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-756)))) (-4241 (*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-902)))) (-4274 (*1 *2) (-12 (-4 *1 (-343)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(-13 (-396) (-362) (-1129) (-228) (-10 -8 (-15 -3878 ($ $)) (-15 -1507 ((-3 (-1237 $) "failed") (-673 $))) (-15 -4056 ((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552)))))) (-15 -1271 ((-1164 (-902) (-756)) (-552))) (-15 -1368 ($)) (-15 -4000 ($)) (-15 -3504 ((-111) $)) (-15 -4147 ((-756) $)) (-15 -4241 ((-902) $)) (-15 -4274 ((-3 "prime" "polynomial" "normal" "cyclic")))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-142) . T) ((-599 (-844)) . T) ((-169) . T) ((-228) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-396) . T) ((-362) . T) ((-445) . T) ((-544) . T) ((-632 #0#) . T) ((-632 $) . T) ((-702 #0#) . T) ((-702 $) . T) ((-711) . T) ((-901) . T) ((-1036 #0#) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1129) . T) ((-1195) . T))
-((-1414 (((-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))) |#1|) 53)) (-4197 (((-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|)))) 51)))
-(((-344 |#1| |#2| |#3|) (-10 -7 (-15 -4197 ((-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))))) (-15 -1414 ((-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))) |#1|))) (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))) (-1213 |#1|) (-403 |#1| |#2|)) (T -344))
-((-1414 (*1 *2 *3) (-12 (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-4 *4 (-1213 *3)) (-5 *2 (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-673 *3)))) (-5 *1 (-344 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-4197 (*1 *2) (-12 (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-4 *4 (-1213 *3)) (-5 *2 (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-673 *3)))) (-5 *1 (-344 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
-(-10 -7 (-15 -4197 ((-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))))) (-15 -1414 ((-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 (((-891 |#1|) $) NIL) (($ $ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| (-891 |#1|) (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-3315 (((-756)) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL (|has| (-891 |#1|) (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-891 |#1|) "failed") $) NIL)) (-2832 (((-891 |#1|) $) NIL)) (-4278 (($ (-1237 (-891 |#1|))) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-891 |#1|) (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-891 |#1|) (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) NIL (|has| (-891 |#1|) (-362)))) (-3504 (((-111) $) NIL (|has| (-891 |#1|) (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362)))) (($ $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) NIL (|has| (-891 |#1|) (-362))) (((-818 (-902)) $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) NIL (|has| (-891 |#1|) (-362)))) (-2092 (((-111) $) NIL (|has| (-891 |#1|) (-362)))) (-4346 (((-891 |#1|) $) NIL) (($ $ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| (-891 |#1|) (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 (-891 |#1|)) $) NIL) (((-1150 $) $ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-1637 (((-902) $) NIL (|has| (-891 |#1|) (-362)))) (-1879 (((-1150 (-891 |#1|)) $) NIL (|has| (-891 |#1|) (-362)))) (-1577 (((-1150 (-891 |#1|)) $) NIL (|has| (-891 |#1|) (-362))) (((-3 (-1150 (-891 |#1|)) "failed") $ $) NIL (|has| (-891 |#1|) (-362)))) (-2836 (($ $ (-1150 (-891 |#1|))) NIL (|has| (-891 |#1|) (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-891 |#1|) (-362)) CONST)) (-2840 (($ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-1498 (((-111) $) NIL)) (-2876 (((-1098) $) NIL)) (-2253 (((-1237 (-629 (-2 (|:| -2925 (-891 |#1|)) (|:| -2840 (-1098)))))) NIL)) (-4051 (((-673 (-891 |#1|))) NIL)) (-4126 (($) NIL (|has| (-891 |#1|) (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| (-891 |#1|) (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) NIL) (((-902)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) NIL (|has| (-891 |#1|) (-362))) (((-3 (-756) "failed") $ $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| (-891 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-891 |#1|) (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-3521 (((-1150 (-891 |#1|))) NIL)) (-1368 (($) NIL (|has| (-891 |#1|) (-362)))) (-3149 (($) NIL (|has| (-891 |#1|) (-362)))) (-3464 (((-1237 (-891 |#1|)) $) NIL) (((-673 (-891 |#1|)) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| (-891 |#1|) (-362)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ (-891 |#1|)) NIL)) (-3878 (($ $) NIL (|has| (-891 |#1|) (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) NIL) (((-1237 $) (-902)) NIL)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-4237 (($ $) NIL (|has| (-891 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-891 |#1|) (-362)))) (-1765 (($ $) NIL (|has| (-891 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-891 |#1|) (-362)))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL) (($ $ (-891 |#1|)) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ (-891 |#1|)) NIL) (($ (-891 |#1|) $) NIL)))
-(((-345 |#1| |#2|) (-13 (-323 (-891 |#1|)) (-10 -7 (-15 -2253 ((-1237 (-629 (-2 (|:| -2925 (-891 |#1|)) (|:| -2840 (-1098))))))) (-15 -4051 ((-673 (-891 |#1|)))) (-15 -3315 ((-756))))) (-902) (-902)) (T -345))
-((-2253 (*1 *2) (-12 (-5 *2 (-1237 (-629 (-2 (|:| -2925 (-891 *3)) (|:| -2840 (-1098)))))) (-5 *1 (-345 *3 *4)) (-14 *3 (-902)) (-14 *4 (-902)))) (-4051 (*1 *2) (-12 (-5 *2 (-673 (-891 *3))) (-5 *1 (-345 *3 *4)) (-14 *3 (-902)) (-14 *4 (-902)))) (-3315 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-345 *3 *4)) (-14 *3 (-902)) (-14 *4 (-902)))))
-(-13 (-323 (-891 |#1|)) (-10 -7 (-15 -2253 ((-1237 (-629 (-2 (|:| -2925 (-891 |#1|)) (|:| -2840 (-1098))))))) (-15 -4051 ((-673 (-891 |#1|)))) (-15 -3315 ((-756)))))
-((-3202 (((-111) $ $) 61)) (-3643 (((-111) $) 74)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 ((|#1| $) 92) (($ $ (-902)) 90 (|has| |#1| (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) 148 (|has| |#1| (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-3315 (((-756)) 89)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) 162 (|has| |#1| (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) 112)) (-2832 ((|#1| $) 91)) (-4278 (($ (-1237 |#1|)) 58)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) 188 (|has| |#1| (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) 158 (|has| |#1| (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) 149 (|has| |#1| (-362)))) (-3504 (((-111) $) NIL (|has| |#1| (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) NIL (|has| |#1| (-362))) (((-818 (-902)) $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) 98 (|has| |#1| (-362)))) (-2092 (((-111) $) 175 (|has| |#1| (-362)))) (-4346 ((|#1| $) 94) (($ $ (-902)) 93 (|has| |#1| (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 |#1|) $) 189) (((-1150 $) $ (-902)) NIL (|has| |#1| (-362)))) (-1637 (((-902) $) 134 (|has| |#1| (-362)))) (-1879 (((-1150 |#1|) $) 73 (|has| |#1| (-362)))) (-1577 (((-1150 |#1|) $) 70 (|has| |#1| (-362))) (((-3 (-1150 |#1|) "failed") $ $) 82 (|has| |#1| (-362)))) (-2836 (($ $ (-1150 |#1|)) 69 (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 192)) (-1977 (($) NIL (|has| |#1| (-362)) CONST)) (-2840 (($ (-902)) 137 (|has| |#1| (-362)))) (-1498 (((-111) $) 108)) (-2876 (((-1098) $) NIL)) (-2253 (((-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098)))))) 83)) (-4051 (((-673 |#1|)) 87)) (-4126 (($) 96 (|has| |#1| (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) 150 (|has| |#1| (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) NIL) (((-902)) 151)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) NIL (|has| |#1| (-362))) (((-3 (-756) "failed") $ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) 62)) (-3521 (((-1150 |#1|)) 152)) (-1368 (($) 133 (|has| |#1| (-362)))) (-3149 (($) NIL (|has| |#1| (-362)))) (-3464 (((-1237 |#1|) $) 106) (((-673 |#1|) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| |#1| (-362)))) (-3213 (((-844) $) 124) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ |#1|) 57)) (-3878 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-2014 (((-756)) 156)) (-4199 (((-1237 $)) 172) (((-1237 $) (-902)) 101)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) 117 T CONST)) (-3309 (($) 33 T CONST)) (-4237 (($ $) 107 (|has| |#1| (-362))) (($ $ (-756)) 99 (|has| |#1| (-362)))) (-1765 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1613 (((-111) $ $) 183)) (-1720 (($ $ $) 104) (($ $ |#1|) 105)) (-1709 (($ $) 177) (($ $ $) 181)) (-1698 (($ $ $) 179)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) 138)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 186) (($ $ $) 142) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 103)))
-(((-346 |#1| |#2|) (-13 (-323 |#1|) (-10 -7 (-15 -2253 ((-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))))) (-15 -4051 ((-673 |#1|))) (-15 -3315 ((-756))))) (-343) (-3 (-1150 |#1|) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))))) (T -346))
-((-2253 (*1 *2) (-12 (-5 *2 (-1237 (-629 (-2 (|:| -2925 *3) (|:| -2840 (-1098)))))) (-5 *1 (-346 *3 *4)) (-4 *3 (-343)) (-14 *4 (-3 (-1150 *3) *2)))) (-4051 (*1 *2) (-12 (-5 *2 (-673 *3)) (-5 *1 (-346 *3 *4)) (-4 *3 (-343)) (-14 *4 (-3 (-1150 *3) (-1237 (-629 (-2 (|:| -2925 *3) (|:| -2840 (-1098))))))))) (-3315 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-346 *3 *4)) (-4 *3 (-343)) (-14 *4 (-3 (-1150 *3) (-1237 (-629 (-2 (|:| -2925 *3) (|:| -2840 (-1098))))))))))
-(-13 (-323 |#1|) (-10 -7 (-15 -2253 ((-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))))) (-15 -4051 ((-673 |#1|))) (-15 -3315 ((-756)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 ((|#1| $) NIL) (($ $ (-902)) NIL (|has| |#1| (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| |#1| (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-3315 (((-756)) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL (|has| |#1| (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-4278 (($ (-1237 |#1|)) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| |#1| (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) NIL (|has| |#1| (-362)))) (-3504 (((-111) $) NIL (|has| |#1| (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) NIL (|has| |#1| (-362))) (((-818 (-902)) $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) NIL (|has| |#1| (-362)))) (-2092 (((-111) $) NIL (|has| |#1| (-362)))) (-4346 ((|#1| $) NIL) (($ $ (-902)) NIL (|has| |#1| (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 |#1|) $) NIL) (((-1150 $) $ (-902)) NIL (|has| |#1| (-362)))) (-1637 (((-902) $) NIL (|has| |#1| (-362)))) (-1879 (((-1150 |#1|) $) NIL (|has| |#1| (-362)))) (-1577 (((-1150 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1150 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2836 (($ $ (-1150 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| |#1| (-362)) CONST)) (-2840 (($ (-902)) NIL (|has| |#1| (-362)))) (-1498 (((-111) $) NIL)) (-2876 (((-1098) $) NIL)) (-2253 (((-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098)))))) NIL)) (-4051 (((-673 |#1|)) NIL)) (-4126 (($) NIL (|has| |#1| (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| |#1| (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) NIL) (((-902)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) NIL (|has| |#1| (-362))) (((-3 (-756) "failed") $ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-3521 (((-1150 |#1|)) NIL)) (-1368 (($) NIL (|has| |#1| (-362)))) (-3149 (($) NIL (|has| |#1| (-362)))) (-3464 (((-1237 |#1|) $) NIL) (((-673 |#1|) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| |#1| (-362)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ |#1|) NIL)) (-3878 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) NIL) (((-1237 $) (-902)) NIL)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-4237 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1765 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-347 |#1| |#2|) (-13 (-323 |#1|) (-10 -7 (-15 -2253 ((-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))))) (-15 -4051 ((-673 |#1|))) (-15 -3315 ((-756))))) (-343) (-902)) (T -347))
-((-2253 (*1 *2) (-12 (-5 *2 (-1237 (-629 (-2 (|:| -2925 *3) (|:| -2840 (-1098)))))) (-5 *1 (-347 *3 *4)) (-4 *3 (-343)) (-14 *4 (-902)))) (-4051 (*1 *2) (-12 (-5 *2 (-673 *3)) (-5 *1 (-347 *3 *4)) (-4 *3 (-343)) (-14 *4 (-902)))) (-3315 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-347 *3 *4)) (-4 *3 (-343)) (-14 *4 (-902)))))
-(-13 (-323 |#1|) (-10 -7 (-15 -2253 ((-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))))) (-15 -4051 ((-673 |#1|))) (-15 -3315 ((-756)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 (((-891 |#1|) $) NIL) (($ $ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| (-891 |#1|) (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL (|has| (-891 |#1|) (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-891 |#1|) "failed") $) NIL)) (-2832 (((-891 |#1|) $) NIL)) (-4278 (($ (-1237 (-891 |#1|))) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-891 |#1|) (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-891 |#1|) (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) NIL (|has| (-891 |#1|) (-362)))) (-3504 (((-111) $) NIL (|has| (-891 |#1|) (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362)))) (($ $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) NIL (|has| (-891 |#1|) (-362))) (((-818 (-902)) $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) NIL (|has| (-891 |#1|) (-362)))) (-2092 (((-111) $) NIL (|has| (-891 |#1|) (-362)))) (-4346 (((-891 |#1|) $) NIL) (($ $ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| (-891 |#1|) (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 (-891 |#1|)) $) NIL) (((-1150 $) $ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-1637 (((-902) $) NIL (|has| (-891 |#1|) (-362)))) (-1879 (((-1150 (-891 |#1|)) $) NIL (|has| (-891 |#1|) (-362)))) (-1577 (((-1150 (-891 |#1|)) $) NIL (|has| (-891 |#1|) (-362))) (((-3 (-1150 (-891 |#1|)) "failed") $ $) NIL (|has| (-891 |#1|) (-362)))) (-2836 (($ $ (-1150 (-891 |#1|))) NIL (|has| (-891 |#1|) (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-891 |#1|) (-362)) CONST)) (-2840 (($ (-902)) NIL (|has| (-891 |#1|) (-362)))) (-1498 (((-111) $) NIL)) (-2876 (((-1098) $) NIL)) (-4126 (($) NIL (|has| (-891 |#1|) (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| (-891 |#1|) (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) NIL) (((-902)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) NIL (|has| (-891 |#1|) (-362))) (((-3 (-756) "failed") $ $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| (-891 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-891 |#1|) (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-3521 (((-1150 (-891 |#1|))) NIL)) (-1368 (($) NIL (|has| (-891 |#1|) (-362)))) (-3149 (($) NIL (|has| (-891 |#1|) (-362)))) (-3464 (((-1237 (-891 |#1|)) $) NIL) (((-673 (-891 |#1|)) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| (-891 |#1|) (-362)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ (-891 |#1|)) NIL)) (-3878 (($ $) NIL (|has| (-891 |#1|) (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| (-891 |#1|) (-142)) (|has| (-891 |#1|) (-362))))) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) NIL) (((-1237 $) (-902)) NIL)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-4237 (($ $) NIL (|has| (-891 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-891 |#1|) (-362)))) (-1765 (($ $) NIL (|has| (-891 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-891 |#1|) (-362)))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL) (($ $ (-891 |#1|)) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ (-891 |#1|)) NIL) (($ (-891 |#1|) $) NIL)))
-(((-348 |#1| |#2|) (-323 (-891 |#1|)) (-902) (-902)) (T -348))
-NIL
-(-323 (-891 |#1|))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 ((|#1| $) NIL) (($ $ (-902)) NIL (|has| |#1| (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) 120 (|has| |#1| (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) 140 (|has| |#1| (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) 93)) (-2832 ((|#1| $) 90)) (-4278 (($ (-1237 |#1|)) 85)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) 117 (|has| |#1| (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) 82 (|has| |#1| (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) 42 (|has| |#1| (-362)))) (-3504 (((-111) $) NIL (|has| |#1| (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) NIL (|has| |#1| (-362))) (((-818 (-902)) $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) 121 (|has| |#1| (-362)))) (-2092 (((-111) $) 74 (|has| |#1| (-362)))) (-4346 ((|#1| $) 39) (($ $ (-902)) 43 (|has| |#1| (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 |#1|) $) 65) (((-1150 $) $ (-902)) NIL (|has| |#1| (-362)))) (-1637 (((-902) $) 97 (|has| |#1| (-362)))) (-1879 (((-1150 |#1|) $) NIL (|has| |#1| (-362)))) (-1577 (((-1150 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1150 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2836 (($ $ (-1150 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| |#1| (-362)) CONST)) (-2840 (($ (-902)) 95 (|has| |#1| (-362)))) (-1498 (((-111) $) 142)) (-2876 (((-1098) $) NIL)) (-4126 (($) 36 (|has| |#1| (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) 115 (|has| |#1| (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) NIL) (((-902)) 139)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) NIL (|has| |#1| (-362))) (((-3 (-756) "failed") $ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) 59)) (-3521 (((-1150 |#1|)) 88)) (-1368 (($) 126 (|has| |#1| (-362)))) (-3149 (($) NIL (|has| |#1| (-362)))) (-3464 (((-1237 |#1|) $) 53) (((-673 |#1|) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| |#1| (-362)))) (-3213 (((-844) $) 138) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ |#1|) 87)) (-3878 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-2014 (((-756)) 144)) (-4199 (((-1237 $)) 109) (((-1237 $) (-902)) 49)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) 111 T CONST)) (-3309 (($) 32 T CONST)) (-4237 (($ $) 68 (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1765 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1613 (((-111) $ $) 107)) (-1720 (($ $ $) 99) (($ $ |#1|) 100)) (-1709 (($ $) 80) (($ $ $) 105)) (-1698 (($ $ $) 103)) (** (($ $ (-902)) NIL) (($ $ (-756)) 44) (($ $ (-552)) 130)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 78) (($ $ $) 56) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 76)))
-(((-349 |#1| |#2|) (-323 |#1|) (-343) (-1150 |#1|)) (T -349))
+((-2234 (*1 *1 *1) (-4 *1 (-343))) (-3201 (*1 *2 *3) (|partial| -12 (-5 *3 (-674 *1)) (-4 *1 (-343)) (-5 *2 (-1238 *1)))) (-1363 (*1 *2) (-12 (-4 *1 (-343)) (-5 *2 (-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))))) (-3398 (*1 *2 *3) (-12 (-4 *1 (-343)) (-5 *3 (-553)) (-5 *2 (-1165 (-903) (-757))))) (-3529 (*1 *1) (-4 *1 (-343))) (-2091 (*1 *1) (-4 *1 (-343))) (-2879 (*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-111)))) (-2916 (*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-757)))) (-2592 (*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-903)))) (-1643 (*1 *2) (-12 (-4 *1 (-343)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(-13 (-396) (-362) (-1130) (-228) (-10 -8 (-15 -2234 ($ $)) (-15 -3201 ((-3 (-1238 $) "failed") (-674 $))) (-15 -1363 ((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553)))))) (-15 -3398 ((-1165 (-903) (-757)) (-553))) (-15 -3529 ($)) (-15 -2091 ($)) (-15 -2879 ((-111) $)) (-15 -2916 ((-757) $)) (-15 -2592 ((-903) $)) (-15 -1643 ((-3 "prime" "polynomial" "normal" "cyclic")))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-142) . T) ((-600 (-845)) . T) ((-169) . T) ((-228) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-396) . T) ((-362) . T) ((-445) . T) ((-545) . T) ((-633 #0#) . T) ((-633 $) . T) ((-703 #0#) . T) ((-703 $) . T) ((-712) . T) ((-902) . T) ((-1037 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1130) . T) ((-1196) . T))
+((-3585 (((-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))) |#1|) 53)) (-3405 (((-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|)))) 51)))
+(((-344 |#1| |#2| |#3|) (-10 -7 (-15 -3405 ((-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))))) (-15 -3585 ((-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))) |#1|))) (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))) (-1214 |#1|) (-403 |#1| |#2|)) (T -344))
+((-3585 (*1 *2 *3) (-12 (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-4 *4 (-1214 *3)) (-5 *2 (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-674 *3)))) (-5 *1 (-344 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-3405 (*1 *2) (-12 (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-4 *4 (-1214 *3)) (-5 *2 (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-674 *3)))) (-5 *1 (-344 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
+(-10 -7 (-15 -3405 ((-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))))) (-15 -3585 ((-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 (((-892 |#1|) $) NIL) (($ $ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| (-892 |#1|) (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-1533 (((-757)) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL (|has| (-892 |#1|) (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-892 |#1|) "failed") $) NIL)) (-2831 (((-892 |#1|) $) NIL)) (-1676 (($ (-1238 (-892 |#1|))) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-892 |#1|) (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-892 |#1|) (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) NIL (|has| (-892 |#1|) (-362)))) (-2879 (((-111) $) NIL (|has| (-892 |#1|) (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362)))) (($ $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) NIL (|has| (-892 |#1|) (-362))) (((-819 (-903)) $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) NIL (|has| (-892 |#1|) (-362)))) (-2810 (((-111) $) NIL (|has| (-892 |#1|) (-362)))) (-4233 (((-892 |#1|) $) NIL) (($ $ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| (-892 |#1|) (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 (-892 |#1|)) $) NIL) (((-1151 $) $ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3941 (((-903) $) NIL (|has| (-892 |#1|) (-362)))) (-2474 (((-1151 (-892 |#1|)) $) NIL (|has| (-892 |#1|) (-362)))) (-1403 (((-1151 (-892 |#1|)) $) NIL (|has| (-892 |#1|) (-362))) (((-3 (-1151 (-892 |#1|)) "failed") $ $) NIL (|has| (-892 |#1|) (-362)))) (-2388 (($ $ (-1151 (-892 |#1|))) NIL (|has| (-892 |#1|) (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-892 |#1|) (-362)) CONST)) (-2839 (($ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3116 (((-111) $) NIL)) (-2875 (((-1099) $) NIL)) (-1780 (((-1238 (-630 (-2 (|:| -2924 (-892 |#1|)) (|:| -2839 (-1099)))))) NIL)) (-1332 (((-674 (-892 |#1|))) NIL)) (-4125 (($) NIL (|has| (-892 |#1|) (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| (-892 |#1|) (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) NIL) (((-903)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) NIL (|has| (-892 |#1|) (-362))) (((-3 (-757) "failed") $ $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| (-892 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-892 |#1|) (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-3035 (((-1151 (-892 |#1|))) NIL)) (-3529 (($) NIL (|has| (-892 |#1|) (-362)))) (-2516 (($) NIL (|has| (-892 |#1|) (-362)))) (-3693 (((-1238 (-892 |#1|)) $) NIL) (((-674 (-892 |#1|)) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| (-892 |#1|) (-362)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ (-892 |#1|)) NIL)) (-2234 (($ $) NIL (|has| (-892 |#1|) (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) NIL) (((-1238 $) (-903)) NIL)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-2541 (($ $) NIL (|has| (-892 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-892 |#1|) (-362)))) (-1766 (($ $) NIL (|has| (-892 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-892 |#1|) (-362)))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL) (($ $ (-892 |#1|)) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ (-892 |#1|)) NIL) (($ (-892 |#1|) $) NIL)))
+(((-345 |#1| |#2|) (-13 (-323 (-892 |#1|)) (-10 -7 (-15 -1780 ((-1238 (-630 (-2 (|:| -2924 (-892 |#1|)) (|:| -2839 (-1099))))))) (-15 -1332 ((-674 (-892 |#1|)))) (-15 -1533 ((-757))))) (-903) (-903)) (T -345))
+((-1780 (*1 *2) (-12 (-5 *2 (-1238 (-630 (-2 (|:| -2924 (-892 *3)) (|:| -2839 (-1099)))))) (-5 *1 (-345 *3 *4)) (-14 *3 (-903)) (-14 *4 (-903)))) (-1332 (*1 *2) (-12 (-5 *2 (-674 (-892 *3))) (-5 *1 (-345 *3 *4)) (-14 *3 (-903)) (-14 *4 (-903)))) (-1533 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-345 *3 *4)) (-14 *3 (-903)) (-14 *4 (-903)))))
+(-13 (-323 (-892 |#1|)) (-10 -7 (-15 -1780 ((-1238 (-630 (-2 (|:| -2924 (-892 |#1|)) (|:| -2839 (-1099))))))) (-15 -1332 ((-674 (-892 |#1|)))) (-15 -1533 ((-757)))))
+((-3200 (((-111) $ $) 61)) (-1719 (((-111) $) 74)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 ((|#1| $) 92) (($ $ (-903)) 90 (|has| |#1| (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) 148 (|has| |#1| (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-1533 (((-757)) 89)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) 162 (|has| |#1| (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) 112)) (-2831 ((|#1| $) 91)) (-1676 (($ (-1238 |#1|)) 58)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) 188 (|has| |#1| (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) 158 (|has| |#1| (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) 149 (|has| |#1| (-362)))) (-2879 (((-111) $) NIL (|has| |#1| (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) NIL (|has| |#1| (-362))) (((-819 (-903)) $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) 98 (|has| |#1| (-362)))) (-2810 (((-111) $) 175 (|has| |#1| (-362)))) (-4233 ((|#1| $) 94) (($ $ (-903)) 93 (|has| |#1| (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 |#1|) $) 189) (((-1151 $) $ (-903)) NIL (|has| |#1| (-362)))) (-3941 (((-903) $) 134 (|has| |#1| (-362)))) (-2474 (((-1151 |#1|) $) 73 (|has| |#1| (-362)))) (-1403 (((-1151 |#1|) $) 70 (|has| |#1| (-362))) (((-3 (-1151 |#1|) "failed") $ $) 82 (|has| |#1| (-362)))) (-2388 (($ $ (-1151 |#1|)) 69 (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 192)) (-1979 (($) NIL (|has| |#1| (-362)) CONST)) (-2839 (($ (-903)) 137 (|has| |#1| (-362)))) (-3116 (((-111) $) 108)) (-2875 (((-1099) $) NIL)) (-1780 (((-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099)))))) 83)) (-1332 (((-674 |#1|)) 87)) (-4125 (($) 96 (|has| |#1| (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) 150 (|has| |#1| (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) NIL) (((-903)) 151)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) NIL (|has| |#1| (-362))) (((-3 (-757) "failed") $ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) 62)) (-3035 (((-1151 |#1|)) 152)) (-3529 (($) 133 (|has| |#1| (-362)))) (-2516 (($) NIL (|has| |#1| (-362)))) (-3693 (((-1238 |#1|) $) 106) (((-674 |#1|) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| |#1| (-362)))) (-3212 (((-845) $) 124) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ |#1|) 57)) (-2234 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1348 (((-757)) 156)) (-3428 (((-1238 $)) 172) (((-1238 $) (-903)) 101)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) 117 T CONST)) (-3308 (($) 33 T CONST)) (-2541 (($ $) 107 (|has| |#1| (-362))) (($ $ (-757)) 99 (|has| |#1| (-362)))) (-1766 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1614 (((-111) $ $) 183)) (-1721 (($ $ $) 104) (($ $ |#1|) 105)) (-1710 (($ $) 177) (($ $ $) 181)) (-1699 (($ $ $) 179)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) 138)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 186) (($ $ $) 142) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 103)))
+(((-346 |#1| |#2|) (-13 (-323 |#1|) (-10 -7 (-15 -1780 ((-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))))) (-15 -1332 ((-674 |#1|))) (-15 -1533 ((-757))))) (-343) (-3 (-1151 |#1|) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))))) (T -346))
+((-1780 (*1 *2) (-12 (-5 *2 (-1238 (-630 (-2 (|:| -2924 *3) (|:| -2839 (-1099)))))) (-5 *1 (-346 *3 *4)) (-4 *3 (-343)) (-14 *4 (-3 (-1151 *3) *2)))) (-1332 (*1 *2) (-12 (-5 *2 (-674 *3)) (-5 *1 (-346 *3 *4)) (-4 *3 (-343)) (-14 *4 (-3 (-1151 *3) (-1238 (-630 (-2 (|:| -2924 *3) (|:| -2839 (-1099))))))))) (-1533 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-346 *3 *4)) (-4 *3 (-343)) (-14 *4 (-3 (-1151 *3) (-1238 (-630 (-2 (|:| -2924 *3) (|:| -2839 (-1099))))))))))
+(-13 (-323 |#1|) (-10 -7 (-15 -1780 ((-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))))) (-15 -1332 ((-674 |#1|))) (-15 -1533 ((-757)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 ((|#1| $) NIL) (($ $ (-903)) NIL (|has| |#1| (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| |#1| (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-1533 (((-757)) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL (|has| |#1| (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-1676 (($ (-1238 |#1|)) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| |#1| (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) NIL (|has| |#1| (-362)))) (-2879 (((-111) $) NIL (|has| |#1| (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) NIL (|has| |#1| (-362))) (((-819 (-903)) $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) NIL (|has| |#1| (-362)))) (-2810 (((-111) $) NIL (|has| |#1| (-362)))) (-4233 ((|#1| $) NIL) (($ $ (-903)) NIL (|has| |#1| (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 |#1|) $) NIL) (((-1151 $) $ (-903)) NIL (|has| |#1| (-362)))) (-3941 (((-903) $) NIL (|has| |#1| (-362)))) (-2474 (((-1151 |#1|) $) NIL (|has| |#1| (-362)))) (-1403 (((-1151 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1151 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2388 (($ $ (-1151 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| |#1| (-362)) CONST)) (-2839 (($ (-903)) NIL (|has| |#1| (-362)))) (-3116 (((-111) $) NIL)) (-2875 (((-1099) $) NIL)) (-1780 (((-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099)))))) NIL)) (-1332 (((-674 |#1|)) NIL)) (-4125 (($) NIL (|has| |#1| (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| |#1| (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) NIL) (((-903)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) NIL (|has| |#1| (-362))) (((-3 (-757) "failed") $ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-3035 (((-1151 |#1|)) NIL)) (-3529 (($) NIL (|has| |#1| (-362)))) (-2516 (($) NIL (|has| |#1| (-362)))) (-3693 (((-1238 |#1|) $) NIL) (((-674 |#1|) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| |#1| (-362)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ |#1|) NIL)) (-2234 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) NIL) (((-1238 $) (-903)) NIL)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-2541 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1766 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-347 |#1| |#2|) (-13 (-323 |#1|) (-10 -7 (-15 -1780 ((-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))))) (-15 -1332 ((-674 |#1|))) (-15 -1533 ((-757))))) (-343) (-903)) (T -347))
+((-1780 (*1 *2) (-12 (-5 *2 (-1238 (-630 (-2 (|:| -2924 *3) (|:| -2839 (-1099)))))) (-5 *1 (-347 *3 *4)) (-4 *3 (-343)) (-14 *4 (-903)))) (-1332 (*1 *2) (-12 (-5 *2 (-674 *3)) (-5 *1 (-347 *3 *4)) (-4 *3 (-343)) (-14 *4 (-903)))) (-1533 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-347 *3 *4)) (-4 *3 (-343)) (-14 *4 (-903)))))
+(-13 (-323 |#1|) (-10 -7 (-15 -1780 ((-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))))) (-15 -1332 ((-674 |#1|))) (-15 -1533 ((-757)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 (((-892 |#1|) $) NIL) (($ $ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| (-892 |#1|) (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL (|has| (-892 |#1|) (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-892 |#1|) "failed") $) NIL)) (-2831 (((-892 |#1|) $) NIL)) (-1676 (($ (-1238 (-892 |#1|))) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-892 |#1|) (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-892 |#1|) (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) NIL (|has| (-892 |#1|) (-362)))) (-2879 (((-111) $) NIL (|has| (-892 |#1|) (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362)))) (($ $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) NIL (|has| (-892 |#1|) (-362))) (((-819 (-903)) $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) NIL (|has| (-892 |#1|) (-362)))) (-2810 (((-111) $) NIL (|has| (-892 |#1|) (-362)))) (-4233 (((-892 |#1|) $) NIL) (($ $ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| (-892 |#1|) (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 (-892 |#1|)) $) NIL) (((-1151 $) $ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3941 (((-903) $) NIL (|has| (-892 |#1|) (-362)))) (-2474 (((-1151 (-892 |#1|)) $) NIL (|has| (-892 |#1|) (-362)))) (-1403 (((-1151 (-892 |#1|)) $) NIL (|has| (-892 |#1|) (-362))) (((-3 (-1151 (-892 |#1|)) "failed") $ $) NIL (|has| (-892 |#1|) (-362)))) (-2388 (($ $ (-1151 (-892 |#1|))) NIL (|has| (-892 |#1|) (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-892 |#1|) (-362)) CONST)) (-2839 (($ (-903)) NIL (|has| (-892 |#1|) (-362)))) (-3116 (((-111) $) NIL)) (-2875 (((-1099) $) NIL)) (-4125 (($) NIL (|has| (-892 |#1|) (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| (-892 |#1|) (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) NIL) (((-903)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) NIL (|has| (-892 |#1|) (-362))) (((-3 (-757) "failed") $ $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| (-892 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-892 |#1|) (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-3035 (((-1151 (-892 |#1|))) NIL)) (-3529 (($) NIL (|has| (-892 |#1|) (-362)))) (-2516 (($) NIL (|has| (-892 |#1|) (-362)))) (-3693 (((-1238 (-892 |#1|)) $) NIL) (((-674 (-892 |#1|)) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| (-892 |#1|) (-362)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ (-892 |#1|)) NIL)) (-2234 (($ $) NIL (|has| (-892 |#1|) (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| (-892 |#1|) (-142)) (|has| (-892 |#1|) (-362))))) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) NIL) (((-1238 $) (-903)) NIL)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-2541 (($ $) NIL (|has| (-892 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-892 |#1|) (-362)))) (-1766 (($ $) NIL (|has| (-892 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-892 |#1|) (-362)))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL) (($ $ (-892 |#1|)) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ (-892 |#1|)) NIL) (($ (-892 |#1|) $) NIL)))
+(((-348 |#1| |#2|) (-323 (-892 |#1|)) (-903) (-903)) (T -348))
+NIL
+(-323 (-892 |#1|))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 ((|#1| $) NIL) (($ $ (-903)) NIL (|has| |#1| (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) 120 (|has| |#1| (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) 140 (|has| |#1| (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) 93)) (-2831 ((|#1| $) 90)) (-1676 (($ (-1238 |#1|)) 85)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) 117 (|has| |#1| (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) 82 (|has| |#1| (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) 42 (|has| |#1| (-362)))) (-2879 (((-111) $) NIL (|has| |#1| (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) NIL (|has| |#1| (-362))) (((-819 (-903)) $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) 121 (|has| |#1| (-362)))) (-2810 (((-111) $) 74 (|has| |#1| (-362)))) (-4233 ((|#1| $) 39) (($ $ (-903)) 43 (|has| |#1| (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 |#1|) $) 65) (((-1151 $) $ (-903)) NIL (|has| |#1| (-362)))) (-3941 (((-903) $) 97 (|has| |#1| (-362)))) (-2474 (((-1151 |#1|) $) NIL (|has| |#1| (-362)))) (-1403 (((-1151 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1151 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2388 (($ $ (-1151 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| |#1| (-362)) CONST)) (-2839 (($ (-903)) 95 (|has| |#1| (-362)))) (-3116 (((-111) $) 142)) (-2875 (((-1099) $) NIL)) (-4125 (($) 36 (|has| |#1| (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) 115 (|has| |#1| (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) NIL) (((-903)) 139)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) NIL (|has| |#1| (-362))) (((-3 (-757) "failed") $ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) 59)) (-3035 (((-1151 |#1|)) 88)) (-3529 (($) 126 (|has| |#1| (-362)))) (-2516 (($) NIL (|has| |#1| (-362)))) (-3693 (((-1238 |#1|) $) 53) (((-674 |#1|) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| |#1| (-362)))) (-3212 (((-845) $) 138) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ |#1|) 87)) (-2234 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1348 (((-757)) 144)) (-3428 (((-1238 $)) 109) (((-1238 $) (-903)) 49)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) 111 T CONST)) (-3308 (($) 32 T CONST)) (-2541 (($ $) 68 (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1766 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1614 (((-111) $ $) 107)) (-1721 (($ $ $) 99) (($ $ |#1|) 100)) (-1710 (($ $) 80) (($ $ $) 105)) (-1699 (($ $ $) 103)) (** (($ $ (-903)) NIL) (($ $ (-757)) 44) (($ $ (-553)) 130)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 78) (($ $ $) 56) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 76)))
+(((-349 |#1| |#2|) (-323 |#1|) (-343) (-1151 |#1|)) (T -349))
NIL
(-323 |#1|)
-((-2067 ((|#1| (-1150 |#2|)) 52)))
-(((-350 |#1| |#2|) (-10 -7 (-15 -2067 (|#1| (-1150 |#2|)))) (-13 (-396) (-10 -7 (-15 -3213 (|#1| |#2|)) (-15 -1637 ((-902) |#1|)) (-15 -4199 ((-1237 |#1|) (-902))) (-15 -4237 (|#1| |#1|)))) (-343)) (T -350))
-((-2067 (*1 *2 *3) (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343)) (-4 *2 (-13 (-396) (-10 -7 (-15 -3213 (*2 *4)) (-15 -1637 ((-902) *2)) (-15 -4199 ((-1237 *2) (-902))) (-15 -4237 (*2 *2))))) (-5 *1 (-350 *2 *4)))))
-(-10 -7 (-15 -2067 (|#1| (-1150 |#2|))))
-((-1896 (((-939 (-1150 |#1|)) (-1150 |#1|)) 36)) (-1332 (((-1150 |#1|) (-902) (-902)) 113) (((-1150 |#1|) (-902)) 112)) (-3504 (((-111) (-1150 |#1|)) 84)) (-3971 (((-902) (-902)) 71)) (-3665 (((-902) (-902)) 74)) (-2208 (((-902) (-902)) 69)) (-2092 (((-111) (-1150 |#1|)) 88)) (-4098 (((-3 (-1150 |#1|) "failed") (-1150 |#1|)) 101)) (-1987 (((-3 (-1150 |#1|) "failed") (-1150 |#1|)) 104)) (-1628 (((-3 (-1150 |#1|) "failed") (-1150 |#1|)) 103)) (-4100 (((-3 (-1150 |#1|) "failed") (-1150 |#1|)) 102)) (-2726 (((-3 (-1150 |#1|) "failed") (-1150 |#1|)) 98)) (-3208 (((-1150 |#1|) (-1150 |#1|)) 62)) (-4002 (((-1150 |#1|) (-902)) 107)) (-4281 (((-1150 |#1|) (-902)) 110)) (-2730 (((-1150 |#1|) (-902)) 109)) (-3837 (((-1150 |#1|) (-902)) 108)) (-2371 (((-1150 |#1|) (-902)) 105)))
-(((-351 |#1|) (-10 -7 (-15 -3504 ((-111) (-1150 |#1|))) (-15 -2092 ((-111) (-1150 |#1|))) (-15 -2208 ((-902) (-902))) (-15 -3971 ((-902) (-902))) (-15 -3665 ((-902) (-902))) (-15 -2371 ((-1150 |#1|) (-902))) (-15 -4002 ((-1150 |#1|) (-902))) (-15 -3837 ((-1150 |#1|) (-902))) (-15 -2730 ((-1150 |#1|) (-902))) (-15 -4281 ((-1150 |#1|) (-902))) (-15 -2726 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -4098 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -4100 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -1628 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -1987 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -1332 ((-1150 |#1|) (-902))) (-15 -1332 ((-1150 |#1|) (-902) (-902))) (-15 -3208 ((-1150 |#1|) (-1150 |#1|))) (-15 -1896 ((-939 (-1150 |#1|)) (-1150 |#1|)))) (-343)) (T -351))
-((-1896 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-939 (-1150 *4))) (-5 *1 (-351 *4)) (-5 *3 (-1150 *4)))) (-3208 (*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-1332 (*1 *2 *3 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-1332 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-1987 (*1 *2 *2) (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-1628 (*1 *2 *2) (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-4100 (*1 *2 *2) (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-4098 (*1 *2 *2) (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-2726 (*1 *2 *2) (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-4281 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-2730 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-3837 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-4002 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-2371 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-3665 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-351 *3)) (-4 *3 (-343)))) (-3971 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-351 *3)) (-4 *3 (-343)))) (-2208 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-351 *3)) (-4 *3 (-343)))) (-2092 (*1 *2 *3) (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-351 *4)))) (-3504 (*1 *2 *3) (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-351 *4)))))
-(-10 -7 (-15 -3504 ((-111) (-1150 |#1|))) (-15 -2092 ((-111) (-1150 |#1|))) (-15 -2208 ((-902) (-902))) (-15 -3971 ((-902) (-902))) (-15 -3665 ((-902) (-902))) (-15 -2371 ((-1150 |#1|) (-902))) (-15 -4002 ((-1150 |#1|) (-902))) (-15 -3837 ((-1150 |#1|) (-902))) (-15 -2730 ((-1150 |#1|) (-902))) (-15 -4281 ((-1150 |#1|) (-902))) (-15 -2726 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -4098 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -4100 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -1628 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -1987 ((-3 (-1150 |#1|) "failed") (-1150 |#1|))) (-15 -1332 ((-1150 |#1|) (-902))) (-15 -1332 ((-1150 |#1|) (-902) (-902))) (-15 -3208 ((-1150 |#1|) (-1150 |#1|))) (-15 -1896 ((-939 (-1150 |#1|)) (-1150 |#1|))))
-((-1704 (((-3 (-629 |#3|) "failed") (-629 |#3|) |#3|) 34)))
-(((-352 |#1| |#2| |#3|) (-10 -7 (-15 -1704 ((-3 (-629 |#3|) "failed") (-629 |#3|) |#3|))) (-343) (-1213 |#1|) (-1213 |#2|)) (T -352))
-((-1704 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-629 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-1213 *4)) (-4 *4 (-343)) (-5 *1 (-352 *4 *5 *3)))))
-(-10 -7 (-15 -1704 ((-3 (-629 |#3|) "failed") (-629 |#3|) |#3|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 ((|#1| $) NIL) (($ $ (-902)) NIL (|has| |#1| (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| |#1| (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL (|has| |#1| (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-4278 (($ (-1237 |#1|)) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| |#1| (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) NIL (|has| |#1| (-362)))) (-3504 (((-111) $) NIL (|has| |#1| (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) NIL (|has| |#1| (-362))) (((-818 (-902)) $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) NIL (|has| |#1| (-362)))) (-2092 (((-111) $) NIL (|has| |#1| (-362)))) (-4346 ((|#1| $) NIL) (($ $ (-902)) NIL (|has| |#1| (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 |#1|) $) NIL) (((-1150 $) $ (-902)) NIL (|has| |#1| (-362)))) (-1637 (((-902) $) NIL (|has| |#1| (-362)))) (-1879 (((-1150 |#1|) $) NIL (|has| |#1| (-362)))) (-1577 (((-1150 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1150 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2836 (($ $ (-1150 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| |#1| (-362)) CONST)) (-2840 (($ (-902)) NIL (|has| |#1| (-362)))) (-1498 (((-111) $) NIL)) (-2876 (((-1098) $) NIL)) (-4126 (($) NIL (|has| |#1| (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| |#1| (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) NIL) (((-902)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) NIL (|has| |#1| (-362))) (((-3 (-756) "failed") $ $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-3521 (((-1150 |#1|)) NIL)) (-1368 (($) NIL (|has| |#1| (-362)))) (-3149 (($) NIL (|has| |#1| (-362)))) (-3464 (((-1237 |#1|) $) NIL) (((-673 |#1|) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| |#1| (-362)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ |#1|) NIL)) (-3878 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) NIL) (((-1237 $) (-902)) NIL)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-4237 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1765 (($ $) NIL (|has| |#1| (-362))) (($ $ (-756)) NIL (|has| |#1| (-362)))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-353 |#1| |#2|) (-323 |#1|) (-343) (-902)) (T -353))
+((-3771 ((|#1| (-1151 |#2|)) 52)))
+(((-350 |#1| |#2|) (-10 -7 (-15 -3771 (|#1| (-1151 |#2|)))) (-13 (-396) (-10 -7 (-15 -3212 (|#1| |#2|)) (-15 -3941 ((-903) |#1|)) (-15 -3428 ((-1238 |#1|) (-903))) (-15 -2541 (|#1| |#1|)))) (-343)) (T -350))
+((-3771 (*1 *2 *3) (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343)) (-4 *2 (-13 (-396) (-10 -7 (-15 -3212 (*2 *4)) (-15 -3941 ((-903) *2)) (-15 -3428 ((-1238 *2) (-903))) (-15 -2541 (*2 *2))))) (-5 *1 (-350 *2 *4)))))
+(-10 -7 (-15 -3771 (|#1| (-1151 |#2|))))
+((-2675 (((-940 (-1151 |#1|)) (-1151 |#1|)) 36)) (-1333 (((-1151 |#1|) (-903) (-903)) 113) (((-1151 |#1|) (-903)) 112)) (-2879 (((-111) (-1151 |#1|)) 84)) (-1808 (((-903) (-903)) 71)) (-1966 (((-903) (-903)) 74)) (-2671 (((-903) (-903)) 69)) (-2810 (((-111) (-1151 |#1|)) 88)) (-3672 (((-3 (-1151 |#1|) "failed") (-1151 |#1|)) 101)) (-4189 (((-3 (-1151 |#1|) "failed") (-1151 |#1|)) 104)) (-1910 (((-3 (-1151 |#1|) "failed") (-1151 |#1|)) 103)) (-3694 (((-3 (-1151 |#1|) "failed") (-1151 |#1|)) 102)) (-3794 (((-3 (-1151 |#1|) "failed") (-1151 |#1|)) 98)) (-3039 (((-1151 |#1|) (-1151 |#1|)) 62)) (-2112 (((-1151 |#1|) (-903)) 107)) (-1708 (((-1151 |#1|) (-903)) 110)) (-3822 (((-1151 |#1|) (-903)) 109)) (-3129 (((-1151 |#1|) (-903)) 108)) (-3630 (((-1151 |#1|) (-903)) 105)))
+(((-351 |#1|) (-10 -7 (-15 -2879 ((-111) (-1151 |#1|))) (-15 -2810 ((-111) (-1151 |#1|))) (-15 -2671 ((-903) (-903))) (-15 -1808 ((-903) (-903))) (-15 -1966 ((-903) (-903))) (-15 -3630 ((-1151 |#1|) (-903))) (-15 -2112 ((-1151 |#1|) (-903))) (-15 -3129 ((-1151 |#1|) (-903))) (-15 -3822 ((-1151 |#1|) (-903))) (-15 -1708 ((-1151 |#1|) (-903))) (-15 -3794 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -3672 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -3694 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -1910 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -4189 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -1333 ((-1151 |#1|) (-903))) (-15 -1333 ((-1151 |#1|) (-903) (-903))) (-15 -3039 ((-1151 |#1|) (-1151 |#1|))) (-15 -2675 ((-940 (-1151 |#1|)) (-1151 |#1|)))) (-343)) (T -351))
+((-2675 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-940 (-1151 *4))) (-5 *1 (-351 *4)) (-5 *3 (-1151 *4)))) (-3039 (*1 *2 *2) (-12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-1333 (*1 *2 *3 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-1333 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-4189 (*1 *2 *2) (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-1910 (*1 *2 *2) (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-3694 (*1 *2 *2) (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-3672 (*1 *2 *2) (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-3794 (*1 *2 *2) (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))) (-1708 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-3822 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-3129 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-2112 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-3630 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4)) (-4 *4 (-343)))) (-1966 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-351 *3)) (-4 *3 (-343)))) (-1808 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-351 *3)) (-4 *3 (-343)))) (-2671 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-351 *3)) (-4 *3 (-343)))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-351 *4)))) (-2879 (*1 *2 *3) (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-351 *4)))))
+(-10 -7 (-15 -2879 ((-111) (-1151 |#1|))) (-15 -2810 ((-111) (-1151 |#1|))) (-15 -2671 ((-903) (-903))) (-15 -1808 ((-903) (-903))) (-15 -1966 ((-903) (-903))) (-15 -3630 ((-1151 |#1|) (-903))) (-15 -2112 ((-1151 |#1|) (-903))) (-15 -3129 ((-1151 |#1|) (-903))) (-15 -3822 ((-1151 |#1|) (-903))) (-15 -1708 ((-1151 |#1|) (-903))) (-15 -3794 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -3672 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -3694 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -1910 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -4189 ((-3 (-1151 |#1|) "failed") (-1151 |#1|))) (-15 -1333 ((-1151 |#1|) (-903))) (-15 -1333 ((-1151 |#1|) (-903) (-903))) (-15 -3039 ((-1151 |#1|) (-1151 |#1|))) (-15 -2675 ((-940 (-1151 |#1|)) (-1151 |#1|))))
+((-3350 (((-3 (-630 |#3|) "failed") (-630 |#3|) |#3|) 34)))
+(((-352 |#1| |#2| |#3|) (-10 -7 (-15 -3350 ((-3 (-630 |#3|) "failed") (-630 |#3|) |#3|))) (-343) (-1214 |#1|) (-1214 |#2|)) (T -352))
+((-3350 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-630 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-1214 *4)) (-4 *4 (-343)) (-5 *1 (-352 *4 *5 *3)))))
+(-10 -7 (-15 -3350 ((-3 (-630 |#3|) "failed") (-630 |#3|) |#3|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 ((|#1| $) NIL) (($ $ (-903)) NIL (|has| |#1| (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| |#1| (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL (|has| |#1| (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-1676 (($ (-1238 |#1|)) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| |#1| (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) NIL (|has| |#1| (-362)))) (-2879 (((-111) $) NIL (|has| |#1| (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) NIL (|has| |#1| (-362))) (((-819 (-903)) $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) NIL (|has| |#1| (-362)))) (-2810 (((-111) $) NIL (|has| |#1| (-362)))) (-4233 ((|#1| $) NIL) (($ $ (-903)) NIL (|has| |#1| (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 |#1|) $) NIL) (((-1151 $) $ (-903)) NIL (|has| |#1| (-362)))) (-3941 (((-903) $) NIL (|has| |#1| (-362)))) (-2474 (((-1151 |#1|) $) NIL (|has| |#1| (-362)))) (-1403 (((-1151 |#1|) $) NIL (|has| |#1| (-362))) (((-3 (-1151 |#1|) "failed") $ $) NIL (|has| |#1| (-362)))) (-2388 (($ $ (-1151 |#1|)) NIL (|has| |#1| (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| |#1| (-362)) CONST)) (-2839 (($ (-903)) NIL (|has| |#1| (-362)))) (-3116 (((-111) $) NIL)) (-2875 (((-1099) $) NIL)) (-4125 (($) NIL (|has| |#1| (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| |#1| (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) NIL) (((-903)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) NIL (|has| |#1| (-362))) (((-3 (-757) "failed") $ $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-3035 (((-1151 |#1|)) NIL)) (-3529 (($) NIL (|has| |#1| (-362)))) (-2516 (($) NIL (|has| |#1| (-362)))) (-3693 (((-1238 |#1|) $) NIL) (((-674 |#1|) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| |#1| (-362)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ |#1|) NIL)) (-2234 (($ $) NIL (|has| |#1| (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) NIL) (((-1238 $) (-903)) NIL)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-2541 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1766 (($ $) NIL (|has| |#1| (-362))) (($ $ (-757)) NIL (|has| |#1| (-362)))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-353 |#1| |#2|) (-323 |#1|) (-343) (-903)) (T -353))
NIL
(-323 |#1|)
-((-2156 (((-111) (-629 (-933 |#1|))) 34)) (-1542 (((-629 (-933 |#1|)) (-629 (-933 |#1|))) 46)) (-2446 (((-3 (-629 (-933 |#1|)) "failed") (-629 (-933 |#1|))) 41)))
-(((-354 |#1| |#2|) (-10 -7 (-15 -2156 ((-111) (-629 (-933 |#1|)))) (-15 -2446 ((-3 (-629 (-933 |#1|)) "failed") (-629 (-933 |#1|)))) (-15 -1542 ((-629 (-933 |#1|)) (-629 (-933 |#1|))))) (-445) (-629 (-1154))) (T -354))
-((-1542 (*1 *2 *2) (-12 (-5 *2 (-629 (-933 *3))) (-4 *3 (-445)) (-5 *1 (-354 *3 *4)) (-14 *4 (-629 (-1154))))) (-2446 (*1 *2 *2) (|partial| -12 (-5 *2 (-629 (-933 *3))) (-4 *3 (-445)) (-5 *1 (-354 *3 *4)) (-14 *4 (-629 (-1154))))) (-2156 (*1 *2 *3) (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-445)) (-5 *2 (-111)) (-5 *1 (-354 *4 *5)) (-14 *5 (-629 (-1154))))))
-(-10 -7 (-15 -2156 ((-111) (-629 (-933 |#1|)))) (-15 -2446 ((-3 (-629 (-933 |#1|)) "failed") (-629 (-933 |#1|)))) (-15 -1542 ((-629 (-933 |#1|)) (-629 (-933 |#1|)))))
-((-3202 (((-111) $ $) NIL)) (-2663 (((-756) $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) 15)) (-3261 ((|#1| $ (-552)) NIL)) (-1935 (((-552) $ (-552)) NIL)) (-1316 (($ (-1 |#1| |#1|) $) 32)) (-3566 (($ (-1 (-552) (-552)) $) 24)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 26)) (-2876 (((-1098) $) NIL)) (-3772 (((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-552)))) $) 28)) (-2074 (($ $ $) NIL)) (-2104 (($ $ $) NIL)) (-3213 (((-844) $) 38) (($ |#1|) NIL)) (-3309 (($) 9 T CONST)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL) (($ |#1| (-552)) 17)) (* (($ $ $) 43) (($ |#1| $) 21) (($ $ |#1|) 19)))
-(((-355 |#1|) (-13 (-466) (-1019 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-552))) (-15 -2663 ((-756) $)) (-15 -1935 ((-552) $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -3566 ($ (-1 (-552) (-552)) $)) (-15 -1316 ($ (-1 |#1| |#1|) $)) (-15 -3772 ((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-552)))) $)))) (-1078)) (T -355))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-355 *2)) (-4 *2 (-1078)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-355 *2)) (-4 *2 (-1078)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-355 *2)) (-4 *2 (-1078)))) (-2663 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-355 *3)) (-4 *3 (-1078)))) (-1935 (*1 *2 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-355 *3)) (-4 *3 (-1078)))) (-3261 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-355 *2)) (-4 *2 (-1078)))) (-3566 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-552) (-552))) (-5 *1 (-355 *3)) (-4 *3 (-1078)))) (-1316 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1078)) (-5 *1 (-355 *3)))) (-3772 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 (-552))))) (-5 *1 (-355 *3)) (-4 *3 (-1078)))))
-(-13 (-466) (-1019 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-552))) (-15 -2663 ((-756) $)) (-15 -1935 ((-552) $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -3566 ($ (-1 (-552) (-552)) $)) (-15 -1316 ($ (-1 |#1| |#1|) $)) (-15 -3772 ((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-552)))) $))))
-((-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 13)) (-3303 (($ $) 14)) (-3343 (((-412 $) $) 30)) (-1677 (((-111) $) 26)) (-3701 (($ $) 19)) (-2594 (($ $ $) 23) (($ (-629 $)) NIL)) (-3479 (((-412 $) $) 31)) (-3969 (((-3 $ "failed") $ $) 22)) (-3795 (((-756) $) 25)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 35)) (-3589 (((-111) $ $) 16)) (-1720 (($ $ $) 33)))
-(((-356 |#1|) (-10 -8 (-15 -1720 (|#1| |#1| |#1|)) (-15 -3701 (|#1| |#1|)) (-15 -1677 ((-111) |#1|)) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -1670 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -3795 ((-756) |#1|)) (-15 -2594 (|#1| (-629 |#1|))) (-15 -2594 (|#1| |#1| |#1|)) (-15 -3589 ((-111) |#1| |#1|)) (-15 -3303 (|#1| |#1|)) (-15 -2245 ((-2 (|:| -3784 |#1|) (|:| -4355 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#1|))) (-357)) (T -356))
-NIL
-(-10 -8 (-15 -1720 (|#1| |#1| |#1|)) (-15 -3701 (|#1| |#1|)) (-15 -1677 ((-111) |#1|)) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -1670 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -3795 ((-756) |#1|)) (-15 -2594 (|#1| (-629 |#1|))) (-15 -2594 (|#1| |#1| |#1|)) (-15 -3589 ((-111) |#1| |#1|)) (-15 -3303 (|#1| |#1|)) (-15 -2245 ((-2 (|:| -3784 |#1|) (|:| -4355 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-2393 (((-111) $ $) 57)) (-2130 (($) 17 T CONST)) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-1677 (((-111) $) 68)) (-4065 (((-111) $) 30)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 67)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-3479 (((-412 $) $) 71)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ $) 62)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64)))
+((-2162 (((-111) (-630 (-934 |#1|))) 34)) (-2251 (((-630 (-934 |#1|)) (-630 (-934 |#1|))) 46)) (-3079 (((-3 (-630 (-934 |#1|)) "failed") (-630 (-934 |#1|))) 41)))
+(((-354 |#1| |#2|) (-10 -7 (-15 -2162 ((-111) (-630 (-934 |#1|)))) (-15 -3079 ((-3 (-630 (-934 |#1|)) "failed") (-630 (-934 |#1|)))) (-15 -2251 ((-630 (-934 |#1|)) (-630 (-934 |#1|))))) (-445) (-630 (-1155))) (T -354))
+((-2251 (*1 *2 *2) (-12 (-5 *2 (-630 (-934 *3))) (-4 *3 (-445)) (-5 *1 (-354 *3 *4)) (-14 *4 (-630 (-1155))))) (-3079 (*1 *2 *2) (|partial| -12 (-5 *2 (-630 (-934 *3))) (-4 *3 (-445)) (-5 *1 (-354 *3 *4)) (-14 *4 (-630 (-1155))))) (-2162 (*1 *2 *3) (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-445)) (-5 *2 (-111)) (-5 *1 (-354 *4 *5)) (-14 *5 (-630 (-1155))))))
+(-10 -7 (-15 -2162 ((-111) (-630 (-934 |#1|)))) (-15 -3079 ((-3 (-630 (-934 |#1|)) "failed") (-630 (-934 |#1|)))) (-15 -2251 ((-630 (-934 |#1|)) (-630 (-934 |#1|)))))
+((-3200 (((-111) $ $) NIL)) (-2662 (((-757) $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) 15)) (-2264 ((|#1| $ (-553)) NIL)) (-1762 (((-553) $ (-553)) NIL)) (-1974 (($ (-1 |#1| |#1|) $) 32)) (-2168 (($ (-1 (-553) (-553)) $) 24)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 26)) (-2875 (((-1099) $) NIL)) (-3688 (((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-553)))) $) 28)) (-3830 (($ $ $) NIL)) (-2931 (($ $ $) NIL)) (-3212 (((-845) $) 38) (($ |#1|) NIL)) (-3308 (($) 9 T CONST)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL) (($ |#1| (-553)) 17)) (* (($ $ $) 43) (($ |#1| $) 21) (($ $ |#1|) 19)))
+(((-355 |#1|) (-13 (-466) (-1020 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-553))) (-15 -2662 ((-757) $)) (-15 -1762 ((-553) $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -2168 ($ (-1 (-553) (-553)) $)) (-15 -1974 ($ (-1 |#1| |#1|) $)) (-15 -3688 ((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-553)))) $)))) (-1079)) (T -355))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-355 *2)) (-4 *2 (-1079)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-355 *2)) (-4 *2 (-1079)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-355 *2)) (-4 *2 (-1079)))) (-2662 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-355 *3)) (-4 *3 (-1079)))) (-1762 (*1 *2 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-355 *3)) (-4 *3 (-1079)))) (-2264 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-355 *2)) (-4 *2 (-1079)))) (-2168 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-553) (-553))) (-5 *1 (-355 *3)) (-4 *3 (-1079)))) (-1974 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1079)) (-5 *1 (-355 *3)))) (-3688 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 (-553))))) (-5 *1 (-355 *3)) (-4 *3 (-1079)))))
+(-13 (-466) (-1020 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-553))) (-15 -2662 ((-757) $)) (-15 -1762 ((-553) $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -2168 ($ (-1 (-553) (-553)) $)) (-15 -1974 ($ (-1 |#1| |#1|) $)) (-15 -3688 ((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-553)))) $))))
+((-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 13)) (-2723 (($ $) 14)) (-1807 (((-412 $) $) 30)) (-4268 (((-111) $) 26)) (-3700 (($ $) 19)) (-2591 (($ $ $) 23) (($ (-630 $)) NIL)) (-3476 (((-412 $) $) 31)) (-3968 (((-3 $ "failed") $ $) 22)) (-3879 (((-757) $) 25)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 35)) (-2453 (((-111) $ $) 16)) (-1721 (($ $ $) 33)))
+(((-356 |#1|) (-10 -8 (-15 -1721 (|#1| |#1| |#1|)) (-15 -3700 (|#1| |#1|)) (-15 -4268 ((-111) |#1|)) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -4203 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -3879 ((-757) |#1|)) (-15 -2591 (|#1| (-630 |#1|))) (-15 -2591 (|#1| |#1| |#1|)) (-15 -2453 ((-111) |#1| |#1|)) (-15 -2723 (|#1| |#1|)) (-15 -1690 ((-2 (|:| -3795 |#1|) (|:| -4356 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#1|))) (-357)) (T -356))
+NIL
+(-10 -8 (-15 -1721 (|#1| |#1| |#1|)) (-15 -3700 (|#1| |#1|)) (-15 -4268 ((-111) |#1|)) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -4203 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -3879 ((-757) |#1|)) (-15 -2591 (|#1| (-630 |#1|))) (-15 -2591 (|#1| |#1| |#1|)) (-15 -2453 ((-111) |#1| |#1|)) (-15 -2723 (|#1| |#1|)) (-15 -1690 ((-2 (|:| -3795 |#1|) (|:| -4356 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3816 (((-111) $ $) 57)) (-3203 (($) 17 T CONST)) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-4268 (((-111) $) 68)) (-1434 (((-111) $) 30)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 67)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3476 (((-412 $) $) 71)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ $) 62)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64)))
(((-357) (-137)) (T -357))
-((-1720 (*1 *1 *1 *1) (-4 *1 (-357))))
-(-13 (-301) (-1195) (-238) (-10 -8 (-15 -1720 ($ $ $)) (-6 -4366) (-6 -4360)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-445) . T) ((-544) . T) ((-632 #0#) . T) ((-632 $) . T) ((-702 #0#) . T) ((-702 $) . T) ((-711) . T) ((-901) . T) ((-1036 #0#) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) . T))
-((-3202 (((-111) $ $) 7)) (-4321 ((|#2| $ |#2|) 13)) (-3018 (($ $ (-1136)) 18)) (-1997 ((|#2| $) 14)) (-3092 (($ |#1|) 20) (($ |#1| (-1136)) 19)) (-4290 ((|#1| $) 16)) (-2623 (((-1136) $) 9)) (-2665 (((-1136) $) 15)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-2469 (($ $) 17)) (-1613 (((-111) $ $) 6)))
-(((-358 |#1| |#2|) (-137) (-1078) (-1078)) (T -358))
-((-3092 (*1 *1 *2) (-12 (-4 *1 (-358 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))) (-3092 (*1 *1 *2 *3) (-12 (-5 *3 (-1136)) (-4 *1 (-358 *2 *4)) (-4 *2 (-1078)) (-4 *4 (-1078)))) (-3018 (*1 *1 *1 *2) (-12 (-5 *2 (-1136)) (-4 *1 (-358 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))) (-2469 (*1 *1 *1) (-12 (-4 *1 (-358 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))) (-4290 (*1 *2 *1) (-12 (-4 *1 (-358 *2 *3)) (-4 *3 (-1078)) (-4 *2 (-1078)))) (-2665 (*1 *2 *1) (-12 (-4 *1 (-358 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-5 *2 (-1136)))) (-1997 (*1 *2 *1) (-12 (-4 *1 (-358 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))) (-4321 (*1 *2 *1 *2) (-12 (-4 *1 (-358 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))))
-(-13 (-1078) (-10 -8 (-15 -3092 ($ |t#1|)) (-15 -3092 ($ |t#1| (-1136))) (-15 -3018 ($ $ (-1136))) (-15 -2469 ($ $)) (-15 -4290 (|t#1| $)) (-15 -2665 ((-1136) $)) (-15 -1997 (|t#2| $)) (-15 -4321 (|t#2| $ |t#2|))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-4321 ((|#1| $ |#1|) 30)) (-3018 (($ $ (-1136)) 22)) (-3765 (((-3 |#1| "failed") $) 29)) (-1997 ((|#1| $) 27)) (-3092 (($ (-382)) 21) (($ (-382) (-1136)) 20)) (-4290 (((-382) $) 24)) (-2623 (((-1136) $) NIL)) (-2665 (((-1136) $) 25)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 19)) (-2469 (($ $) 23)) (-1613 (((-111) $ $) 18)))
-(((-359 |#1|) (-13 (-358 (-382) |#1|) (-10 -8 (-15 -3765 ((-3 |#1| "failed") $)))) (-1078)) (T -359))
-((-3765 (*1 *2 *1) (|partial| -12 (-5 *1 (-359 *2)) (-4 *2 (-1078)))))
-(-13 (-358 (-382) |#1|) (-10 -8 (-15 -3765 ((-3 |#1| "failed") $))))
-((-1432 (((-1237 (-673 |#2|)) (-1237 $)) 61)) (-1561 (((-673 |#2|) (-1237 $)) 120)) (-2416 ((|#2| $) 32)) (-3695 (((-673 |#2|) $ (-1237 $)) 123)) (-2583 (((-3 $ "failed") $) 75)) (-2932 ((|#2| $) 35)) (-1688 (((-1150 |#2|) $) 83)) (-3332 ((|#2| (-1237 $)) 106)) (-1469 (((-1150 |#2|) $) 28)) (-2890 (((-111)) 100)) (-4278 (($ (-1237 |#2|) (-1237 $)) 113)) (-1293 (((-3 $ "failed") $) 79)) (-1887 (((-111)) 95)) (-2143 (((-111)) 90)) (-4284 (((-111)) 53)) (-3607 (((-673 |#2|) (-1237 $)) 118)) (-3975 ((|#2| $) 31)) (-1837 (((-673 |#2|) $ (-1237 $)) 122)) (-4152 (((-3 $ "failed") $) 73)) (-3231 ((|#2| $) 34)) (-3854 (((-1150 |#2|) $) 82)) (-3400 ((|#2| (-1237 $)) 104)) (-3326 (((-1150 |#2|) $) 26)) (-3724 (((-111)) 99)) (-3329 (((-111)) 92)) (-4108 (((-111)) 51)) (-4297 (((-111)) 87)) (-1864 (((-111)) 101)) (-3464 (((-1237 |#2|) $ (-1237 $)) NIL) (((-673 |#2|) (-1237 $) (-1237 $)) 111)) (-2923 (((-111)) 97)) (-1430 (((-629 (-1237 |#2|))) 86)) (-1640 (((-111)) 98)) (-2646 (((-111)) 96)) (-2127 (((-111)) 46)) (-4028 (((-111)) 102)))
-(((-360 |#1| |#2|) (-10 -8 (-15 -1688 ((-1150 |#2|) |#1|)) (-15 -3854 ((-1150 |#2|) |#1|)) (-15 -1430 ((-629 (-1237 |#2|)))) (-15 -2583 ((-3 |#1| "failed") |#1|)) (-15 -4152 ((-3 |#1| "failed") |#1|)) (-15 -1293 ((-3 |#1| "failed") |#1|)) (-15 -2143 ((-111))) (-15 -3329 ((-111))) (-15 -1887 ((-111))) (-15 -4108 ((-111))) (-15 -4284 ((-111))) (-15 -4297 ((-111))) (-15 -4028 ((-111))) (-15 -1864 ((-111))) (-15 -2890 ((-111))) (-15 -3724 ((-111))) (-15 -2127 ((-111))) (-15 -1640 ((-111))) (-15 -2646 ((-111))) (-15 -2923 ((-111))) (-15 -1469 ((-1150 |#2|) |#1|)) (-15 -3326 ((-1150 |#2|) |#1|)) (-15 -1561 ((-673 |#2|) (-1237 |#1|))) (-15 -3607 ((-673 |#2|) (-1237 |#1|))) (-15 -3332 (|#2| (-1237 |#1|))) (-15 -3400 (|#2| (-1237 |#1|))) (-15 -4278 (|#1| (-1237 |#2|) (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -2932 (|#2| |#1|)) (-15 -3231 (|#2| |#1|)) (-15 -2416 (|#2| |#1|)) (-15 -3975 (|#2| |#1|)) (-15 -3695 ((-673 |#2|) |#1| (-1237 |#1|))) (-15 -1837 ((-673 |#2|) |#1| (-1237 |#1|))) (-15 -1432 ((-1237 (-673 |#2|)) (-1237 |#1|)))) (-361 |#2|) (-169)) (T -360))
-((-2923 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-2646 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1640 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-2127 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-3724 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-2890 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1864 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-4028 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-4297 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-4284 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-4108 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1887 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-3329 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-2143 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1430 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-629 (-1237 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))))
-(-10 -8 (-15 -1688 ((-1150 |#2|) |#1|)) (-15 -3854 ((-1150 |#2|) |#1|)) (-15 -1430 ((-629 (-1237 |#2|)))) (-15 -2583 ((-3 |#1| "failed") |#1|)) (-15 -4152 ((-3 |#1| "failed") |#1|)) (-15 -1293 ((-3 |#1| "failed") |#1|)) (-15 -2143 ((-111))) (-15 -3329 ((-111))) (-15 -1887 ((-111))) (-15 -4108 ((-111))) (-15 -4284 ((-111))) (-15 -4297 ((-111))) (-15 -4028 ((-111))) (-15 -1864 ((-111))) (-15 -2890 ((-111))) (-15 -3724 ((-111))) (-15 -2127 ((-111))) (-15 -1640 ((-111))) (-15 -2646 ((-111))) (-15 -2923 ((-111))) (-15 -1469 ((-1150 |#2|) |#1|)) (-15 -3326 ((-1150 |#2|) |#1|)) (-15 -1561 ((-673 |#2|) (-1237 |#1|))) (-15 -3607 ((-673 |#2|) (-1237 |#1|))) (-15 -3332 (|#2| (-1237 |#1|))) (-15 -3400 (|#2| (-1237 |#1|))) (-15 -4278 (|#1| (-1237 |#2|) (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -2932 (|#2| |#1|)) (-15 -3231 (|#2| |#1|)) (-15 -2416 (|#2| |#1|)) (-15 -3975 (|#2| |#1|)) (-15 -3695 ((-673 |#2|) |#1| (-1237 |#1|))) (-15 -1837 ((-673 |#2|) |#1| (-1237 |#1|))) (-15 -1432 ((-1237 (-673 |#2|)) (-1237 |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3784 (((-3 $ "failed")) 37 (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) 19)) (-1432 (((-1237 (-673 |#1|)) (-1237 $)) 78)) (-4124 (((-1237 $)) 81)) (-2130 (($) 17 T CONST)) (-3254 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) 40 (|has| |#1| (-544)))) (-2004 (((-3 $ "failed")) 38 (|has| |#1| (-544)))) (-1561 (((-673 |#1|) (-1237 $)) 65)) (-2416 ((|#1| $) 74)) (-3695 (((-673 |#1|) $ (-1237 $)) 76)) (-2583 (((-3 $ "failed") $) 45 (|has| |#1| (-544)))) (-3422 (($ $ (-902)) 28)) (-2932 ((|#1| $) 72)) (-1688 (((-1150 |#1|) $) 42 (|has| |#1| (-544)))) (-3332 ((|#1| (-1237 $)) 67)) (-1469 (((-1150 |#1|) $) 63)) (-2890 (((-111)) 57)) (-4278 (($ (-1237 |#1|) (-1237 $)) 69)) (-1293 (((-3 $ "failed") $) 47 (|has| |#1| (-544)))) (-2128 (((-902)) 80)) (-1756 (((-111)) 54)) (-3454 (($ $ (-902)) 33)) (-1887 (((-111)) 50)) (-2143 (((-111)) 48)) (-4284 (((-111)) 52)) (-4255 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) 41 (|has| |#1| (-544)))) (-2299 (((-3 $ "failed")) 39 (|has| |#1| (-544)))) (-3607 (((-673 |#1|) (-1237 $)) 66)) (-3975 ((|#1| $) 75)) (-1837 (((-673 |#1|) $ (-1237 $)) 77)) (-4152 (((-3 $ "failed") $) 46 (|has| |#1| (-544)))) (-1736 (($ $ (-902)) 29)) (-3231 ((|#1| $) 73)) (-3854 (((-1150 |#1|) $) 43 (|has| |#1| (-544)))) (-3400 ((|#1| (-1237 $)) 68)) (-3326 (((-1150 |#1|) $) 64)) (-3724 (((-111)) 58)) (-2623 (((-1136) $) 9)) (-3329 (((-111)) 49)) (-4108 (((-111)) 51)) (-4297 (((-111)) 53)) (-2876 (((-1098) $) 10)) (-1864 (((-111)) 56)) (-3464 (((-1237 |#1|) $ (-1237 $)) 71) (((-673 |#1|) (-1237 $) (-1237 $)) 70)) (-2566 (((-629 (-933 |#1|)) (-1237 $)) 79)) (-2104 (($ $ $) 25)) (-2923 (((-111)) 62)) (-3213 (((-844) $) 11)) (-1430 (((-629 (-1237 |#1|))) 44 (|has| |#1| (-544)))) (-1826 (($ $ $ $) 26)) (-1640 (((-111)) 60)) (-2845 (($ $ $) 24)) (-2646 (((-111)) 61)) (-2127 (((-111)) 59)) (-4028 (((-111)) 55)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 30)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
+((-1721 (*1 *1 *1 *1) (-4 *1 (-357))))
+(-13 (-301) (-1196) (-238) (-10 -8 (-15 -1721 ($ $ $)) (-6 -4367) (-6 -4361)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-445) . T) ((-545) . T) ((-633 #0#) . T) ((-633 $) . T) ((-703 #0#) . T) ((-703 $) . T) ((-712) . T) ((-902) . T) ((-1037 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) . T))
+((-3200 (((-111) $ $) 7)) (-2085 ((|#2| $ |#2|) 13)) (-3641 (($ $ (-1137)) 18)) (-4283 ((|#2| $) 14)) (-3089 (($ |#1|) 20) (($ |#1| (-1137)) 19)) (-4292 ((|#1| $) 16)) (-4056 (((-1137) $) 9)) (-1341 (((-1137) $) 15)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3297 (($ $) 17)) (-1614 (((-111) $ $) 6)))
+(((-358 |#1| |#2|) (-137) (-1079) (-1079)) (T -358))
+((-3089 (*1 *1 *2) (-12 (-4 *1 (-358 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))) (-3089 (*1 *1 *2 *3) (-12 (-5 *3 (-1137)) (-4 *1 (-358 *2 *4)) (-4 *2 (-1079)) (-4 *4 (-1079)))) (-3641 (*1 *1 *1 *2) (-12 (-5 *2 (-1137)) (-4 *1 (-358 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))) (-3297 (*1 *1 *1) (-12 (-4 *1 (-358 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))) (-4292 (*1 *2 *1) (-12 (-4 *1 (-358 *2 *3)) (-4 *3 (-1079)) (-4 *2 (-1079)))) (-1341 (*1 *2 *1) (-12 (-4 *1 (-358 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-5 *2 (-1137)))) (-4283 (*1 *2 *1) (-12 (-4 *1 (-358 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))) (-2085 (*1 *2 *1 *2) (-12 (-4 *1 (-358 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))))
+(-13 (-1079) (-10 -8 (-15 -3089 ($ |t#1|)) (-15 -3089 ($ |t#1| (-1137))) (-15 -3641 ($ $ (-1137))) (-15 -3297 ($ $)) (-15 -4292 (|t#1| $)) (-15 -1341 ((-1137) $)) (-15 -4283 (|t#2| $)) (-15 -2085 (|t#2| $ |t#2|))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-2085 ((|#1| $ |#1|) 30)) (-3641 (($ $ (-1137)) 22)) (-3628 (((-3 |#1| "failed") $) 29)) (-4283 ((|#1| $) 27)) (-3089 (($ (-382)) 21) (($ (-382) (-1137)) 20)) (-4292 (((-382) $) 24)) (-4056 (((-1137) $) NIL)) (-1341 (((-1137) $) 25)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 19)) (-3297 (($ $) 23)) (-1614 (((-111) $ $) 18)))
+(((-359 |#1|) (-13 (-358 (-382) |#1|) (-10 -8 (-15 -3628 ((-3 |#1| "failed") $)))) (-1079)) (T -359))
+((-3628 (*1 *2 *1) (|partial| -12 (-5 *1 (-359 *2)) (-4 *2 (-1079)))))
+(-13 (-358 (-382) |#1|) (-10 -8 (-15 -3628 ((-3 |#1| "failed") $))))
+((-3748 (((-1238 (-674 |#2|)) (-1238 $)) 61)) (-2469 (((-674 |#2|) (-1238 $)) 120)) (-2806 ((|#2| $) 32)) (-4140 (((-674 |#2|) $ (-1238 $)) 123)) (-1788 (((-3 $ "failed") $) 75)) (-2047 ((|#2| $) 35)) (-1276 (((-1151 |#2|) $) 83)) (-1689 ((|#2| (-1238 $)) 106)) (-2848 (((-1151 |#2|) $) 28)) (-1627 (((-111)) 100)) (-1676 (($ (-1238 |#2|) (-1238 $)) 113)) (-3889 (((-3 $ "failed") $) 79)) (-2564 (((-111)) 95)) (-3334 (((-111)) 90)) (-1732 (((-111)) 53)) (-2641 (((-674 |#2|) (-1238 $)) 118)) (-1845 ((|#2| $) 31)) (-3307 (((-674 |#2|) $ (-1238 $)) 122)) (-2971 (((-3 $ "failed") $) 73)) (-3247 ((|#2| $) 34)) (-3292 (((-1151 |#2|) $) 82)) (-4270 ((|#2| (-1238 $)) 104)) (-1636 (((-1151 |#2|) $) 26)) (-1304 (((-111)) 99)) (-1669 (((-111)) 92)) (-3757 (((-111)) 51)) (-1872 (((-111)) 87)) (-2301 (((-111)) 101)) (-3693 (((-1238 |#2|) $ (-1238 $)) NIL) (((-674 |#2|) (-1238 $) (-1238 $)) 111)) (-1968 (((-111)) 97)) (-3727 (((-630 (-1238 |#2|))) 86)) (-3963 (((-111)) 98)) (-4266 (((-111)) 96)) (-3181 (((-111)) 46)) (-4246 (((-111)) 102)))
+(((-360 |#1| |#2|) (-10 -8 (-15 -1276 ((-1151 |#2|) |#1|)) (-15 -3292 ((-1151 |#2|) |#1|)) (-15 -3727 ((-630 (-1238 |#2|)))) (-15 -1788 ((-3 |#1| "failed") |#1|)) (-15 -2971 ((-3 |#1| "failed") |#1|)) (-15 -3889 ((-3 |#1| "failed") |#1|)) (-15 -3334 ((-111))) (-15 -1669 ((-111))) (-15 -2564 ((-111))) (-15 -3757 ((-111))) (-15 -1732 ((-111))) (-15 -1872 ((-111))) (-15 -4246 ((-111))) (-15 -2301 ((-111))) (-15 -1627 ((-111))) (-15 -1304 ((-111))) (-15 -3181 ((-111))) (-15 -3963 ((-111))) (-15 -4266 ((-111))) (-15 -1968 ((-111))) (-15 -2848 ((-1151 |#2|) |#1|)) (-15 -1636 ((-1151 |#2|) |#1|)) (-15 -2469 ((-674 |#2|) (-1238 |#1|))) (-15 -2641 ((-674 |#2|) (-1238 |#1|))) (-15 -1689 (|#2| (-1238 |#1|))) (-15 -4270 (|#2| (-1238 |#1|))) (-15 -1676 (|#1| (-1238 |#2|) (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -2047 (|#2| |#1|)) (-15 -3247 (|#2| |#1|)) (-15 -2806 (|#2| |#1|)) (-15 -1845 (|#2| |#1|)) (-15 -4140 ((-674 |#2|) |#1| (-1238 |#1|))) (-15 -3307 ((-674 |#2|) |#1| (-1238 |#1|))) (-15 -3748 ((-1238 (-674 |#2|)) (-1238 |#1|)))) (-361 |#2|) (-169)) (T -360))
+((-1968 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-4266 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-3963 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-3181 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1304 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1627 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-2301 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-4246 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1872 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1732 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-3757 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-2564 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-1669 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-3334 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))) (-3727 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-630 (-1238 *4))) (-5 *1 (-360 *3 *4)) (-4 *3 (-361 *4)))))
+(-10 -8 (-15 -1276 ((-1151 |#2|) |#1|)) (-15 -3292 ((-1151 |#2|) |#1|)) (-15 -3727 ((-630 (-1238 |#2|)))) (-15 -1788 ((-3 |#1| "failed") |#1|)) (-15 -2971 ((-3 |#1| "failed") |#1|)) (-15 -3889 ((-3 |#1| "failed") |#1|)) (-15 -3334 ((-111))) (-15 -1669 ((-111))) (-15 -2564 ((-111))) (-15 -3757 ((-111))) (-15 -1732 ((-111))) (-15 -1872 ((-111))) (-15 -4246 ((-111))) (-15 -2301 ((-111))) (-15 -1627 ((-111))) (-15 -1304 ((-111))) (-15 -3181 ((-111))) (-15 -3963 ((-111))) (-15 -4266 ((-111))) (-15 -1968 ((-111))) (-15 -2848 ((-1151 |#2|) |#1|)) (-15 -1636 ((-1151 |#2|) |#1|)) (-15 -2469 ((-674 |#2|) (-1238 |#1|))) (-15 -2641 ((-674 |#2|) (-1238 |#1|))) (-15 -1689 (|#2| (-1238 |#1|))) (-15 -4270 (|#2| (-1238 |#1|))) (-15 -1676 (|#1| (-1238 |#2|) (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -2047 (|#2| |#1|)) (-15 -3247 (|#2| |#1|)) (-15 -2806 (|#2| |#1|)) (-15 -1845 (|#2| |#1|)) (-15 -4140 ((-674 |#2|) |#1| (-1238 |#1|))) (-15 -3307 ((-674 |#2|) |#1| (-1238 |#1|))) (-15 -3748 ((-1238 (-674 |#2|)) (-1238 |#1|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3795 (((-3 $ "failed")) 37 (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) 19)) (-3748 (((-1238 (-674 |#1|)) (-1238 $)) 78)) (-3915 (((-1238 $)) 81)) (-3203 (($) 17 T CONST)) (-2189 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) 40 (|has| |#1| (-545)))) (-1272 (((-3 $ "failed")) 38 (|has| |#1| (-545)))) (-2469 (((-674 |#1|) (-1238 $)) 65)) (-2806 ((|#1| $) 74)) (-4140 (((-674 |#1|) $ (-1238 $)) 76)) (-1788 (((-3 $ "failed") $) 45 (|has| |#1| (-545)))) (-1361 (($ $ (-903)) 28)) (-2047 ((|#1| $) 72)) (-1276 (((-1151 |#1|) $) 42 (|has| |#1| (-545)))) (-1689 ((|#1| (-1238 $)) 67)) (-2848 (((-1151 |#1|) $) 63)) (-1627 (((-111)) 57)) (-1676 (($ (-1238 |#1|) (-1238 $)) 69)) (-3889 (((-3 $ "failed") $) 47 (|has| |#1| (-545)))) (-2129 (((-903)) 80)) (-3796 (((-111)) 54)) (-3592 (($ $ (-903)) 33)) (-2564 (((-111)) 50)) (-3334 (((-111)) 48)) (-1732 (((-111)) 52)) (-2762 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) 41 (|has| |#1| (-545)))) (-4186 (((-3 $ "failed")) 39 (|has| |#1| (-545)))) (-2641 (((-674 |#1|) (-1238 $)) 66)) (-1845 ((|#1| $) 75)) (-3307 (((-674 |#1|) $ (-1238 $)) 77)) (-2971 (((-3 $ "failed") $) 46 (|has| |#1| (-545)))) (-3620 (($ $ (-903)) 29)) (-3247 ((|#1| $) 73)) (-3292 (((-1151 |#1|) $) 43 (|has| |#1| (-545)))) (-4270 ((|#1| (-1238 $)) 68)) (-1636 (((-1151 |#1|) $) 64)) (-1304 (((-111)) 58)) (-4056 (((-1137) $) 9)) (-1669 (((-111)) 49)) (-3757 (((-111)) 51)) (-1872 (((-111)) 53)) (-2875 (((-1099) $) 10)) (-2301 (((-111)) 56)) (-3693 (((-1238 |#1|) $ (-1238 $)) 71) (((-674 |#1|) (-1238 $) (-1238 $)) 70)) (-1642 (((-630 (-934 |#1|)) (-1238 $)) 79)) (-2931 (($ $ $) 25)) (-1968 (((-111)) 62)) (-3212 (((-845) $) 11)) (-3727 (((-630 (-1238 |#1|))) 44 (|has| |#1| (-545)))) (-3195 (($ $ $ $) 26)) (-3963 (((-111)) 60)) (-2483 (($ $ $) 24)) (-4266 (((-111)) 61)) (-3181 (((-111)) 59)) (-4246 (((-111)) 55)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 30)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
(((-361 |#1|) (-137) (-169)) (T -361))
-((-4124 (*1 *2) (-12 (-4 *3 (-169)) (-5 *2 (-1237 *1)) (-4 *1 (-361 *3)))) (-2128 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-902)))) (-2566 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-629 (-933 *4))))) (-1432 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-1237 (-673 *4))))) (-1837 (*1 *2 *1 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-673 *4)))) (-3695 (*1 *2 *1 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-673 *4)))) (-3975 (*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-2416 (*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-3231 (*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-2932 (*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-3464 (*1 *2 *1 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-1237 *4)))) (-3464 (*1 *2 *3 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-673 *4)))) (-4278 (*1 *1 *2 *3) (-12 (-5 *2 (-1237 *4)) (-5 *3 (-1237 *1)) (-4 *4 (-169)) (-4 *1 (-361 *4)))) (-3400 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-3332 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-3607 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-673 *4)))) (-1561 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-673 *4)))) (-3326 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-1150 *3)))) (-1469 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-1150 *3)))) (-2923 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-2646 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1640 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-2127 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-3724 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-2890 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1864 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-4028 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1756 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-4297 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-4284 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-4108 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1887 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-3329 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-2143 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1293 (*1 *1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-544)))) (-4152 (*1 *1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-544)))) (-2583 (*1 *1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-544)))) (-1430 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-544)) (-5 *2 (-629 (-1237 *3))))) (-3854 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-544)) (-5 *2 (-1150 *3)))) (-1688 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-544)) (-5 *2 (-1150 *3)))) (-4255 (*1 *2) (|partial| -12 (-4 *3 (-544)) (-4 *3 (-169)) (-5 *2 (-2 (|:| |particular| *1) (|:| -4199 (-629 *1)))) (-4 *1 (-361 *3)))) (-3254 (*1 *2) (|partial| -12 (-4 *3 (-544)) (-4 *3 (-169)) (-5 *2 (-2 (|:| |particular| *1) (|:| -4199 (-629 *1)))) (-4 *1 (-361 *3)))) (-2299 (*1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-544)) (-4 *2 (-169)))) (-2004 (*1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-544)) (-4 *2 (-169)))) (-3784 (*1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-544)) (-4 *2 (-169)))))
-(-13 (-729 |t#1|) (-10 -8 (-15 -4124 ((-1237 $))) (-15 -2128 ((-902))) (-15 -2566 ((-629 (-933 |t#1|)) (-1237 $))) (-15 -1432 ((-1237 (-673 |t#1|)) (-1237 $))) (-15 -1837 ((-673 |t#1|) $ (-1237 $))) (-15 -3695 ((-673 |t#1|) $ (-1237 $))) (-15 -3975 (|t#1| $)) (-15 -2416 (|t#1| $)) (-15 -3231 (|t#1| $)) (-15 -2932 (|t#1| $)) (-15 -3464 ((-1237 |t#1|) $ (-1237 $))) (-15 -3464 ((-673 |t#1|) (-1237 $) (-1237 $))) (-15 -4278 ($ (-1237 |t#1|) (-1237 $))) (-15 -3400 (|t#1| (-1237 $))) (-15 -3332 (|t#1| (-1237 $))) (-15 -3607 ((-673 |t#1|) (-1237 $))) (-15 -1561 ((-673 |t#1|) (-1237 $))) (-15 -3326 ((-1150 |t#1|) $)) (-15 -1469 ((-1150 |t#1|) $)) (-15 -2923 ((-111))) (-15 -2646 ((-111))) (-15 -1640 ((-111))) (-15 -2127 ((-111))) (-15 -3724 ((-111))) (-15 -2890 ((-111))) (-15 -1864 ((-111))) (-15 -4028 ((-111))) (-15 -1756 ((-111))) (-15 -4297 ((-111))) (-15 -4284 ((-111))) (-15 -4108 ((-111))) (-15 -1887 ((-111))) (-15 -3329 ((-111))) (-15 -2143 ((-111))) (IF (|has| |t#1| (-544)) (PROGN (-15 -1293 ((-3 $ "failed") $)) (-15 -4152 ((-3 $ "failed") $)) (-15 -2583 ((-3 $ "failed") $)) (-15 -1430 ((-629 (-1237 |t#1|)))) (-15 -3854 ((-1150 |t#1|) $)) (-15 -1688 ((-1150 |t#1|) $)) (-15 -4255 ((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed"))) (-15 -3254 ((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed"))) (-15 -2299 ((-3 $ "failed"))) (-15 -2004 ((-3 $ "failed"))) (-15 -3784 ((-3 $ "failed"))) (-6 -4365)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-702 |#1|) . T) ((-705) . T) ((-729 |#1|) . T) ((-746) . T) ((-1036 |#1|) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 7)) (-2663 (((-756)) 16)) (-1332 (($) 13)) (-1637 (((-902) $) 14)) (-2623 (((-1136) $) 9)) (-2840 (($ (-902)) 15)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)))
+((-3915 (*1 *2) (-12 (-4 *3 (-169)) (-5 *2 (-1238 *1)) (-4 *1 (-361 *3)))) (-2129 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-903)))) (-1642 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-630 (-934 *4))))) (-3748 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-1238 (-674 *4))))) (-3307 (*1 *2 *1 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-674 *4)))) (-4140 (*1 *2 *1 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-674 *4)))) (-1845 (*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-2806 (*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-3247 (*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-2047 (*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-3693 (*1 *2 *1 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-1238 *4)))) (-3693 (*1 *2 *3 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-674 *4)))) (-1676 (*1 *1 *2 *3) (-12 (-5 *2 (-1238 *4)) (-5 *3 (-1238 *1)) (-4 *4 (-169)) (-4 *1 (-361 *4)))) (-4270 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-1689 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *2)) (-4 *2 (-169)))) (-2641 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-674 *4)))) (-2469 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169)) (-5 *2 (-674 *4)))) (-1636 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-1151 *3)))) (-2848 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-1151 *3)))) (-1968 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-4266 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-3963 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-3181 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1304 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1627 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-2301 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-4246 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-3796 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1872 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1732 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-3757 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-2564 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-1669 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-3334 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))) (-3889 (*1 *1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-545)))) (-2971 (*1 *1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-545)))) (-1788 (*1 *1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-545)))) (-3727 (*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-545)) (-5 *2 (-630 (-1238 *3))))) (-3292 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-545)) (-5 *2 (-1151 *3)))) (-1276 (*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-545)) (-5 *2 (-1151 *3)))) (-2762 (*1 *2) (|partial| -12 (-4 *3 (-545)) (-4 *3 (-169)) (-5 *2 (-2 (|:| |particular| *1) (|:| -3428 (-630 *1)))) (-4 *1 (-361 *3)))) (-2189 (*1 *2) (|partial| -12 (-4 *3 (-545)) (-4 *3 (-169)) (-5 *2 (-2 (|:| |particular| *1) (|:| -3428 (-630 *1)))) (-4 *1 (-361 *3)))) (-4186 (*1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-545)) (-4 *2 (-169)))) (-1272 (*1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-545)) (-4 *2 (-169)))) (-3795 (*1 *1) (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-545)) (-4 *2 (-169)))))
+(-13 (-730 |t#1|) (-10 -8 (-15 -3915 ((-1238 $))) (-15 -2129 ((-903))) (-15 -1642 ((-630 (-934 |t#1|)) (-1238 $))) (-15 -3748 ((-1238 (-674 |t#1|)) (-1238 $))) (-15 -3307 ((-674 |t#1|) $ (-1238 $))) (-15 -4140 ((-674 |t#1|) $ (-1238 $))) (-15 -1845 (|t#1| $)) (-15 -2806 (|t#1| $)) (-15 -3247 (|t#1| $)) (-15 -2047 (|t#1| $)) (-15 -3693 ((-1238 |t#1|) $ (-1238 $))) (-15 -3693 ((-674 |t#1|) (-1238 $) (-1238 $))) (-15 -1676 ($ (-1238 |t#1|) (-1238 $))) (-15 -4270 (|t#1| (-1238 $))) (-15 -1689 (|t#1| (-1238 $))) (-15 -2641 ((-674 |t#1|) (-1238 $))) (-15 -2469 ((-674 |t#1|) (-1238 $))) (-15 -1636 ((-1151 |t#1|) $)) (-15 -2848 ((-1151 |t#1|) $)) (-15 -1968 ((-111))) (-15 -4266 ((-111))) (-15 -3963 ((-111))) (-15 -3181 ((-111))) (-15 -1304 ((-111))) (-15 -1627 ((-111))) (-15 -2301 ((-111))) (-15 -4246 ((-111))) (-15 -3796 ((-111))) (-15 -1872 ((-111))) (-15 -1732 ((-111))) (-15 -3757 ((-111))) (-15 -2564 ((-111))) (-15 -1669 ((-111))) (-15 -3334 ((-111))) (IF (|has| |t#1| (-545)) (PROGN (-15 -3889 ((-3 $ "failed") $)) (-15 -2971 ((-3 $ "failed") $)) (-15 -1788 ((-3 $ "failed") $)) (-15 -3727 ((-630 (-1238 |t#1|)))) (-15 -3292 ((-1151 |t#1|) $)) (-15 -1276 ((-1151 |t#1|) $)) (-15 -2762 ((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed"))) (-15 -2189 ((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed"))) (-15 -4186 ((-3 $ "failed"))) (-15 -1272 ((-3 $ "failed"))) (-15 -3795 ((-3 $ "failed"))) (-6 -4366)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-703 |#1|) . T) ((-706) . T) ((-730 |#1|) . T) ((-747) . T) ((-1037 |#1|) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 7)) (-2662 (((-757)) 16)) (-1333 (($) 13)) (-3941 (((-903) $) 14)) (-4056 (((-1137) $) 9)) (-2839 (($ (-903)) 15)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)))
(((-362) (-137)) (T -362))
-((-2663 (*1 *2) (-12 (-4 *1 (-362)) (-5 *2 (-756)))) (-2840 (*1 *1 *2) (-12 (-5 *2 (-902)) (-4 *1 (-362)))) (-1637 (*1 *2 *1) (-12 (-4 *1 (-362)) (-5 *2 (-902)))) (-1332 (*1 *1) (-4 *1 (-362))))
-(-13 (-1078) (-10 -8 (-15 -2663 ((-756))) (-15 -2840 ($ (-902))) (-15 -1637 ((-902) $)) (-15 -1332 ($))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-2977 (((-673 |#2|) (-1237 $)) 40)) (-4278 (($ (-1237 |#2|) (-1237 $)) 34)) (-3584 (((-673 |#2|) $ (-1237 $)) 42)) (-1721 ((|#2| (-1237 $)) 13)) (-3464 (((-1237 |#2|) $ (-1237 $)) NIL) (((-673 |#2|) (-1237 $) (-1237 $)) 25)))
-(((-363 |#1| |#2| |#3|) (-10 -8 (-15 -2977 ((-673 |#2|) (-1237 |#1|))) (-15 -1721 (|#2| (-1237 |#1|))) (-15 -4278 (|#1| (-1237 |#2|) (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -3584 ((-673 |#2|) |#1| (-1237 |#1|)))) (-364 |#2| |#3|) (-169) (-1213 |#2|)) (T -363))
-NIL
-(-10 -8 (-15 -2977 ((-673 |#2|) (-1237 |#1|))) (-15 -1721 (|#2| (-1237 |#1|))) (-15 -4278 (|#1| (-1237 |#2|) (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -3584 ((-673 |#2|) |#1| (-1237 |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2977 (((-673 |#1|) (-1237 $)) 44)) (-1549 ((|#1| $) 50)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-4278 (($ (-1237 |#1|) (-1237 $)) 46)) (-3584 (((-673 |#1|) $ (-1237 $)) 51)) (-1293 (((-3 $ "failed") $) 32)) (-2128 (((-902)) 52)) (-4065 (((-111) $) 30)) (-4346 ((|#1| $) 49)) (-2169 ((|#2| $) 42 (|has| |#1| (-357)))) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-1721 ((|#1| (-1237 $)) 45)) (-3464 (((-1237 |#1|) $ (-1237 $)) 48) (((-673 |#1|) (-1237 $) (-1237 $)) 47)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 35)) (-3878 (((-3 $ "failed") $) 41 (|has| |#1| (-142)))) (-3767 ((|#2| $) 43)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36)))
-(((-364 |#1| |#2|) (-137) (-169) (-1213 |t#1|)) (T -364))
-((-2128 (*1 *2) (-12 (-4 *1 (-364 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3)) (-5 *2 (-902)))) (-3584 (*1 *2 *1 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1213 *4)) (-5 *2 (-673 *4)))) (-1549 (*1 *2 *1) (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1213 *2)) (-4 *2 (-169)))) (-4346 (*1 *2 *1) (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1213 *2)) (-4 *2 (-169)))) (-3464 (*1 *2 *1 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1213 *4)) (-5 *2 (-1237 *4)))) (-3464 (*1 *2 *3 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1213 *4)) (-5 *2 (-673 *4)))) (-4278 (*1 *1 *2 *3) (-12 (-5 *2 (-1237 *4)) (-5 *3 (-1237 *1)) (-4 *4 (-169)) (-4 *1 (-364 *4 *5)) (-4 *5 (-1213 *4)))) (-1721 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *2 *4)) (-4 *4 (-1213 *2)) (-4 *2 (-169)))) (-2977 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1213 *4)) (-5 *2 (-673 *4)))) (-3767 (*1 *2 *1) (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1213 *3)))) (-2169 (*1 *2 *1) (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-169)) (-4 *3 (-357)) (-4 *2 (-1213 *3)))))
-(-13 (-38 |t#1|) (-10 -8 (-15 -2128 ((-902))) (-15 -3584 ((-673 |t#1|) $ (-1237 $))) (-15 -1549 (|t#1| $)) (-15 -4346 (|t#1| $)) (-15 -3464 ((-1237 |t#1|) $ (-1237 $))) (-15 -3464 ((-673 |t#1|) (-1237 $) (-1237 $))) (-15 -4278 ($ (-1237 |t#1|) (-1237 $))) (-15 -1721 (|t#1| (-1237 $))) (-15 -2977 ((-673 |t#1|) (-1237 $))) (-15 -3767 (|t#2| $)) (IF (|has| |t#1| (-357)) (-15 -2169 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-702 |#1|) . T) ((-711) . T) ((-1036 |#1|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3215 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 23)) (-3884 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 15)) (-1477 ((|#4| (-1 |#3| |#1|) |#2|) 21)))
-(((-365 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3884 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3215 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1191) (-367 |#1|) (-1191) (-367 |#3|)) (T -365))
-((-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1191)) (-4 *5 (-1191)) (-4 *2 (-367 *5)) (-5 *1 (-365 *6 *4 *5 *2)) (-4 *4 (-367 *6)))) (-3884 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1191)) (-4 *2 (-1191)) (-5 *1 (-365 *5 *4 *2 *6)) (-4 *4 (-367 *5)) (-4 *6 (-367 *2)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-4 *2 (-367 *6)) (-5 *1 (-365 *5 *4 *6 *2)) (-4 *4 (-367 *5)))))
-(-10 -7 (-15 -1477 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3884 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3215 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-3717 (((-111) (-1 (-111) |#2| |#2|) $) NIL) (((-111) $) 18)) (-3646 (($ (-1 (-111) |#2| |#2|) $) NIL) (($ $) 28)) (-1296 (($ (-1 (-111) |#2| |#2|) $) 27) (($ $) 22)) (-3344 (($ $) 25)) (-1456 (((-552) (-1 (-111) |#2|) $) NIL) (((-552) |#2| $) 11) (((-552) |#2| $ (-552)) NIL)) (-1446 (($ (-1 (-111) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
-(((-366 |#1| |#2|) (-10 -8 (-15 -3646 (|#1| |#1|)) (-15 -3646 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3717 ((-111) |#1|)) (-15 -1296 (|#1| |#1|)) (-15 -1446 (|#1| |#1| |#1|)) (-15 -1456 ((-552) |#2| |#1| (-552))) (-15 -1456 ((-552) |#2| |#1|)) (-15 -1456 ((-552) (-1 (-111) |#2|) |#1|)) (-15 -3717 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1296 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3344 (|#1| |#1|)) (-15 -1446 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|))) (-367 |#2|) (-1191)) (T -366))
-NIL
-(-10 -8 (-15 -3646 (|#1| |#1|)) (-15 -3646 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3717 ((-111) |#1|)) (-15 -1296 (|#1| |#1|)) (-15 -1446 (|#1| |#1| |#1|)) (-15 -1456 ((-552) |#2| |#1| (-552))) (-15 -1456 ((-552) |#2| |#1|)) (-15 -1456 ((-552) (-1 (-111) |#2|) |#1|)) (-15 -3717 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1296 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3344 (|#1| |#1|)) (-15 -1446 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2660 (((-1242) $ (-552) (-552)) 40 (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) 98) (((-111) $) 92 (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) 89 (|has| $ (-6 -4369))) (($ $) 88 (-12 (|has| |#1| (-832)) (|has| $ (-6 -4369))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) 8)) (-1470 ((|#1| $ (-552) |#1|) 52 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 58 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2366 (($ $) 90 (|has| $ (-6 -4369)))) (-3344 (($ $) 100)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#1| $) 77 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) 53 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 51)) (-1456 (((-552) (-1 (-111) |#1|) $) 97) (((-552) |#1| $) 96 (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) 95 (|has| |#1| (-1078)))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-3307 (($ (-756) |#1|) 69)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 43 (|has| (-552) (-832)))) (-1772 (($ $ $) 87 (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 44 (|has| (-552) (-832)))) (-2011 (($ $ $) 86 (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) 60) (($ $ $ (-552)) 59)) (-2190 (((-629 (-552)) $) 46)) (-1335 (((-111) (-552) $) 47)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-2702 ((|#1| $) 42 (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-1518 (($ $ |#1|) 41 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ (-552) |#1|) 50) ((|#1| $ (-552)) 49) (($ $ (-1204 (-552))) 63)) (-2012 (($ $ (-552)) 62) (($ $ (-1204 (-552))) 61)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3747 (($ $ $ (-552)) 91 (|has| $ (-6 -4369)))) (-1487 (($ $) 13)) (-1522 (((-528) $) 79 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 70)) (-4319 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-629 $)) 65)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) 84 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 83 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-1655 (((-111) $ $) 85 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 82 (|has| |#1| (-832)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-367 |#1|) (-137) (-1191)) (T -367))
-((-1446 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-367 *3)) (-4 *3 (-1191)))) (-3344 (*1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1191)))) (-1296 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-367 *3)) (-4 *3 (-1191)))) (-3717 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *1 (-367 *4)) (-4 *4 (-1191)) (-5 *2 (-111)))) (-1456 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4)) (-4 *1 (-367 *4)) (-4 *4 (-1191)) (-5 *2 (-552)))) (-1456 (*1 *2 *3 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-1191)) (-4 *3 (-1078)) (-5 *2 (-552)))) (-1456 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-367 *3)) (-4 *3 (-1191)) (-4 *3 (-1078)))) (-1446 (*1 *1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1191)) (-4 *2 (-832)))) (-1296 (*1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1191)) (-4 *2 (-832)))) (-3717 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-1191)) (-4 *3 (-832)) (-5 *2 (-111)))) (-3747 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-552)) (|has| *1 (-6 -4369)) (-4 *1 (-367 *3)) (-4 *3 (-1191)))) (-2366 (*1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-367 *2)) (-4 *2 (-1191)))) (-3646 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3 *3)) (|has| *1 (-6 -4369)) (-4 *1 (-367 *3)) (-4 *3 (-1191)))) (-3646 (*1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-367 *2)) (-4 *2 (-1191)) (-4 *2 (-832)))))
-(-13 (-635 |t#1|) (-10 -8 (-6 -4368) (-15 -1446 ($ (-1 (-111) |t#1| |t#1|) $ $)) (-15 -3344 ($ $)) (-15 -1296 ($ (-1 (-111) |t#1| |t#1|) $)) (-15 -3717 ((-111) (-1 (-111) |t#1| |t#1|) $)) (-15 -1456 ((-552) (-1 (-111) |t#1|) $)) (IF (|has| |t#1| (-1078)) (PROGN (-15 -1456 ((-552) |t#1| $)) (-15 -1456 ((-552) |t#1| $ (-552)))) |%noBranch|) (IF (|has| |t#1| (-832)) (PROGN (-6 (-832)) (-15 -1446 ($ $ $)) (-15 -1296 ($ $)) (-15 -3717 ((-111) $))) |%noBranch|) (IF (|has| $ (-6 -4369)) (PROGN (-15 -3747 ($ $ $ (-552))) (-15 -2366 ($ $)) (-15 -3646 ($ (-1 (-111) |t#1| |t#1|) $)) (IF (|has| |t#1| (-832)) (-15 -3646 ($ $)) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-101) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 #0=(-552) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-590 #0# |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-635 |#1|) . T) ((-832) |has| |#1| (-832)) ((-1078) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-1191) . T))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2814 (((-629 |#1|) $) 32)) (-1694 (($ $ (-756)) 33)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2390 (((-1261 |#1| |#2|) (-1261 |#1| |#2|) $) 36)) (-2643 (($ $) 34)) (-2137 (((-1261 |#1| |#2|) (-1261 |#1| |#2|) $) 37)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-2432 (($ $ |#1| $) 31) (($ $ (-629 |#1|) (-629 $)) 30)) (-3299 (((-756) $) 38)) (-3226 (($ $ $) 29)) (-3213 (((-844) $) 11) (($ |#1|) 41) (((-1252 |#1| |#2|) $) 40) (((-1261 |#1| |#2|) $) 39)) (-4158 ((|#2| (-1261 |#1| |#2|) $) 42)) (-3297 (($) 18 T CONST)) (-3545 (($ (-656 |#1|)) 35)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#2|) 28 (|has| |#2| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ |#2| $) 23) (($ $ |#2|) 26)))
-(((-368 |#1| |#2|) (-137) (-832) (-169)) (T -368))
-((-4158 (*1 *2 *3 *1) (-12 (-5 *3 (-1261 *4 *2)) (-4 *1 (-368 *4 *2)) (-4 *4 (-832)) (-4 *2 (-169)))) (-3213 (*1 *1 *2) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-832)) (-4 *3 (-169)))) (-3213 (*1 *2 *1) (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)) (-5 *2 (-1252 *3 *4)))) (-3213 (*1 *2 *1) (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)) (-5 *2 (-1261 *3 *4)))) (-3299 (*1 *2 *1) (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)) (-5 *2 (-756)))) (-2137 (*1 *2 *2 *1) (-12 (-5 *2 (-1261 *3 *4)) (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)))) (-2390 (*1 *2 *2 *1) (-12 (-5 *2 (-1261 *3 *4)) (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)))) (-3545 (*1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-832)) (-4 *1 (-368 *3 *4)) (-4 *4 (-169)))) (-2643 (*1 *1 *1) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-832)) (-4 *3 (-169)))) (-1694 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)))) (-2814 (*1 *2 *1) (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)) (-5 *2 (-629 *3)))) (-2432 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-832)) (-4 *3 (-169)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 *4)) (-5 *3 (-629 *1)) (-4 *1 (-368 *4 *5)) (-4 *4 (-832)) (-4 *5 (-169)))))
-(-13 (-620 |t#2|) (-10 -8 (-15 -4158 (|t#2| (-1261 |t#1| |t#2|) $)) (-15 -3213 ($ |t#1|)) (-15 -3213 ((-1252 |t#1| |t#2|) $)) (-15 -3213 ((-1261 |t#1| |t#2|) $)) (-15 -3299 ((-756) $)) (-15 -2137 ((-1261 |t#1| |t#2|) (-1261 |t#1| |t#2|) $)) (-15 -2390 ((-1261 |t#1| |t#2|) (-1261 |t#1| |t#2|) $)) (-15 -3545 ($ (-656 |t#1|))) (-15 -2643 ($ $)) (-15 -1694 ($ $ (-756))) (-15 -2814 ((-629 |t#1|) $)) (-15 -2432 ($ $ |t#1| $)) (-15 -2432 ($ $ (-629 |t#1|) (-629 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#2| |#2|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#2|) . T) ((-620 |#2|) . T) ((-702 |#2|) . T) ((-1036 |#2|) . T) ((-1078) . T))
-((-4331 ((|#2| (-1 (-111) |#1| |#1|) |#2|) 24)) (-3699 ((|#2| (-1 (-111) |#1| |#1|) |#2|) 13)) (-1540 ((|#2| (-1 (-111) |#1| |#1|) |#2|) 22)))
-(((-369 |#1| |#2|) (-10 -7 (-15 -3699 (|#2| (-1 (-111) |#1| |#1|) |#2|)) (-15 -1540 (|#2| (-1 (-111) |#1| |#1|) |#2|)) (-15 -4331 (|#2| (-1 (-111) |#1| |#1|) |#2|))) (-1191) (-13 (-367 |#1|) (-10 -7 (-6 -4369)))) (T -369))
-((-4331 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-369 *4 *2)) (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4369)))))) (-1540 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-369 *4 *2)) (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4369)))))) (-3699 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-369 *4 *2)) (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4369)))))))
-(-10 -7 (-15 -3699 (|#2| (-1 (-111) |#1| |#1|) |#2|)) (-15 -1540 (|#2| (-1 (-111) |#1| |#1|) |#2|)) (-15 -4331 (|#2| (-1 (-111) |#1| |#1|) |#2|)))
-((-2714 (((-673 |#2|) (-673 $)) NIL) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 22) (((-673 (-552)) (-673 $)) 14)))
-(((-370 |#1| |#2|) (-10 -8 (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 |#2|) (-673 |#1|)))) (-371 |#2|) (-1030)) (T -370))
-NIL
-(-10 -8 (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 |#2|) (-673 |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2714 (((-673 |#1|) (-673 $)) 34) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 33) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 41 (|has| |#1| (-625 (-552)))) (((-673 (-552)) (-673 $)) 40 (|has| |#1| (-625 (-552))))) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-371 |#1|) (-137) (-1030)) (T -371))
-NIL
-(-13 (-625 |t#1|) (-10 -7 (IF (|has| |t#1| (-625 (-552))) (-6 (-625 (-552))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-625 (-552)) |has| |#1| (-625 (-552))) ((-625 |#1|) . T) ((-711) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-2069 (((-629 (-288 (-933 (-166 |#1|)))) (-288 (-401 (-933 (-166 (-552))))) |#1|) 51) (((-629 (-288 (-933 (-166 |#1|)))) (-401 (-933 (-166 (-552)))) |#1|) 50) (((-629 (-629 (-288 (-933 (-166 |#1|))))) (-629 (-288 (-401 (-933 (-166 (-552)))))) |#1|) 47) (((-629 (-629 (-288 (-933 (-166 |#1|))))) (-629 (-401 (-933 (-166 (-552))))) |#1|) 41)) (-1373 (((-629 (-629 (-166 |#1|))) (-629 (-401 (-933 (-166 (-552))))) (-629 (-1154)) |#1|) 30) (((-629 (-166 |#1|)) (-401 (-933 (-166 (-552)))) |#1|) 18)))
-(((-372 |#1|) (-10 -7 (-15 -2069 ((-629 (-629 (-288 (-933 (-166 |#1|))))) (-629 (-401 (-933 (-166 (-552))))) |#1|)) (-15 -2069 ((-629 (-629 (-288 (-933 (-166 |#1|))))) (-629 (-288 (-401 (-933 (-166 (-552)))))) |#1|)) (-15 -2069 ((-629 (-288 (-933 (-166 |#1|)))) (-401 (-933 (-166 (-552)))) |#1|)) (-15 -2069 ((-629 (-288 (-933 (-166 |#1|)))) (-288 (-401 (-933 (-166 (-552))))) |#1|)) (-15 -1373 ((-629 (-166 |#1|)) (-401 (-933 (-166 (-552)))) |#1|)) (-15 -1373 ((-629 (-629 (-166 |#1|))) (-629 (-401 (-933 (-166 (-552))))) (-629 (-1154)) |#1|))) (-13 (-357) (-830))) (T -372))
-((-1373 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 (-401 (-933 (-166 (-552)))))) (-5 *4 (-629 (-1154))) (-5 *2 (-629 (-629 (-166 *5)))) (-5 *1 (-372 *5)) (-4 *5 (-13 (-357) (-830))))) (-1373 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 (-166 (-552))))) (-5 *2 (-629 (-166 *4))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-830))))) (-2069 (*1 *2 *3 *4) (-12 (-5 *3 (-288 (-401 (-933 (-166 (-552)))))) (-5 *2 (-629 (-288 (-933 (-166 *4))))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-830))))) (-2069 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 (-166 (-552))))) (-5 *2 (-629 (-288 (-933 (-166 *4))))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-830))))) (-2069 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-288 (-401 (-933 (-166 (-552))))))) (-5 *2 (-629 (-629 (-288 (-933 (-166 *4)))))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-830))))) (-2069 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-401 (-933 (-166 (-552)))))) (-5 *2 (-629 (-629 (-288 (-933 (-166 *4)))))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-830))))))
-(-10 -7 (-15 -2069 ((-629 (-629 (-288 (-933 (-166 |#1|))))) (-629 (-401 (-933 (-166 (-552))))) |#1|)) (-15 -2069 ((-629 (-629 (-288 (-933 (-166 |#1|))))) (-629 (-288 (-401 (-933 (-166 (-552)))))) |#1|)) (-15 -2069 ((-629 (-288 (-933 (-166 |#1|)))) (-401 (-933 (-166 (-552)))) |#1|)) (-15 -2069 ((-629 (-288 (-933 (-166 |#1|)))) (-288 (-401 (-933 (-166 (-552))))) |#1|)) (-15 -1373 ((-629 (-166 |#1|)) (-401 (-933 (-166 (-552)))) |#1|)) (-15 -1373 ((-629 (-629 (-166 |#1|))) (-629 (-401 (-933 (-166 (-552))))) (-629 (-1154)) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 33)) (-3603 (((-552) $) 55)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4157 (($ $) 110)) (-2478 (($ $) 82)) (-2332 (($ $) 71)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-3489 (($ $) 44)) (-2393 (((-111) $ $) NIL)) (-2455 (($ $) 80)) (-2305 (($ $) 69)) (-3886 (((-552) $) 64)) (-1603 (($ $ (-552)) 62)) (-2506 (($ $) NIL)) (-2359 (($ $) NIL)) (-2130 (($) NIL T CONST)) (-4183 (($ $) 112)) (-1393 (((-3 (-552) "failed") $) 189) (((-3 (-401 (-552)) "failed") $) 185)) (-2832 (((-552) $) 187) (((-401 (-552)) $) 183)) (-4006 (($ $ $) NIL)) (-3424 (((-552) $ $) 102)) (-1293 (((-3 $ "failed") $) 114)) (-4232 (((-401 (-552)) $ (-756)) 190) (((-401 (-552)) $ (-756) (-756)) 182)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-2180 (((-902)) 73) (((-902) (-902)) 98 (|has| $ (-6 -4359)))) (-1338 (((-111) $) 106)) (-4043 (($) 40)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL)) (-1881 (((-1242) (-756)) 152)) (-3642 (((-1242)) 157) (((-1242) (-756)) 158)) (-3693 (((-1242)) 159) (((-1242) (-756)) 160)) (-2967 (((-1242)) 155) (((-1242) (-756)) 156)) (-4241 (((-552) $) 58)) (-4065 (((-111) $) 104)) (-3755 (($ $ (-552)) NIL)) (-1940 (($ $) 48)) (-4346 (($ $) NIL)) (-3127 (((-111) $) 35)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL) (($) NIL (-12 (-4107 (|has| $ (-6 -4351))) (-4107 (|has| $ (-6 -4359)))))) (-2011 (($ $ $) NIL) (($) 99 (-12 (-4107 (|has| $ (-6 -4351))) (-4107 (|has| $ (-6 -4359)))))) (-1833 (((-552) $) 17)) (-1735 (($) 87) (($ $) 92)) (-4070 (($) 91) (($ $) 93)) (-2430 (($ $) 83)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 116)) (-1676 (((-902) (-552)) 43 (|has| $ (-6 -4359)))) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) 53)) (-3410 (($ $) 109)) (-3396 (($ (-552) (-552)) 107) (($ (-552) (-552) (-902)) 108)) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1406 (((-552) $) 19)) (-3800 (($) 94)) (-2855 (($ $) 79)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-2950 (((-902)) 100) (((-902) (-902)) 101 (|has| $ (-6 -4359)))) (-3096 (($ $ (-756)) NIL) (($ $) 115)) (-2474 (((-902) (-552)) 47 (|has| $ (-6 -4359)))) (-2518 (($ $) NIL)) (-2370 (($ $) NIL)) (-2492 (($ $) NIL)) (-2346 (($ $) NIL)) (-2467 (($ $) 81)) (-2318 (($ $) 70)) (-1522 (((-373) $) 175) (((-220) $) 177) (((-873 (-373)) $) NIL) (((-1136) $) 162) (((-528) $) 173) (($ (-220)) 181)) (-3213 (((-844) $) 164) (($ (-552)) 186) (($ $) NIL) (($ (-401 (-552))) NIL) (($ (-552)) 186) (($ (-401 (-552))) NIL) (((-220) $) 178)) (-2014 (((-756)) NIL)) (-3763 (($ $) 111)) (-2122 (((-902)) 54) (((-902) (-902)) 66 (|has| $ (-6 -4359)))) (-4174 (((-902)) 103)) (-3843 (($ $) 86)) (-2409 (($ $) 46) (($ $ $) 52)) (-3589 (((-111) $ $) NIL)) (-2530 (($ $) 84)) (-2382 (($ $) 37)) (-3863 (($ $) NIL)) (-2433 (($ $) NIL)) (-3013 (($ $) NIL)) (-2444 (($ $) NIL)) (-3853 (($ $) NIL)) (-2420 (($ $) NIL)) (-2543 (($ $) 85)) (-2395 (($ $) 49)) (-1578 (($ $) 51)) (-3297 (($) 34 T CONST)) (-3309 (($) 38 T CONST)) (-3016 (((-1136) $) 27) (((-1136) $ (-111)) 29) (((-1242) (-807) $) 30) (((-1242) (-807) $ (-111)) 31)) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 39)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 42)) (-1720 (($ $ $) 45) (($ $ (-552)) 41)) (-1709 (($ $) 36) (($ $ $) 50)) (-1698 (($ $ $) 61)) (** (($ $ (-902)) 67) (($ $ (-756)) NIL) (($ $ (-552)) 88) (($ $ (-401 (-552))) 125) (($ $ $) 117)) (* (($ (-902) $) 65) (($ (-756) $) NIL) (($ (-552) $) 68) (($ $ $) 60) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL)))
-(((-373) (-13 (-398) (-228) (-600 (-1136)) (-813) (-599 (-220)) (-1176) (-600 (-528)) (-10 -8 (-15 -1720 ($ $ (-552))) (-15 ** ($ $ $)) (-15 -1940 ($ $)) (-15 -3424 ((-552) $ $)) (-15 -1603 ($ $ (-552))) (-15 -4232 ((-401 (-552)) $ (-756))) (-15 -4232 ((-401 (-552)) $ (-756) (-756))) (-15 -1735 ($)) (-15 -4070 ($)) (-15 -3800 ($)) (-15 -2409 ($ $ $)) (-15 -1735 ($ $)) (-15 -4070 ($ $)) (-15 -1522 ($ (-220))) (-15 -3693 ((-1242))) (-15 -3693 ((-1242) (-756))) (-15 -2967 ((-1242))) (-15 -2967 ((-1242) (-756))) (-15 -3642 ((-1242))) (-15 -3642 ((-1242) (-756))) (-15 -1881 ((-1242) (-756))) (-6 -4359) (-6 -4351)))) (T -373))
-((** (*1 *1 *1 *1) (-5 *1 (-373))) (-1720 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-373)))) (-1940 (*1 *1 *1) (-5 *1 (-373))) (-3424 (*1 *2 *1 *1) (-12 (-5 *2 (-552)) (-5 *1 (-373)))) (-1603 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-373)))) (-4232 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *2 (-401 (-552))) (-5 *1 (-373)))) (-4232 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-756)) (-5 *2 (-401 (-552))) (-5 *1 (-373)))) (-1735 (*1 *1) (-5 *1 (-373))) (-4070 (*1 *1) (-5 *1 (-373))) (-3800 (*1 *1) (-5 *1 (-373))) (-2409 (*1 *1 *1 *1) (-5 *1 (-373))) (-1735 (*1 *1 *1) (-5 *1 (-373))) (-4070 (*1 *1 *1) (-5 *1 (-373))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-373)))) (-3693 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-373)))) (-3693 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-373)))) (-2967 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-373)))) (-2967 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-373)))) (-3642 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-373)))) (-3642 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-373)))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-373)))))
-(-13 (-398) (-228) (-600 (-1136)) (-813) (-599 (-220)) (-1176) (-600 (-528)) (-10 -8 (-15 -1720 ($ $ (-552))) (-15 ** ($ $ $)) (-15 -1940 ($ $)) (-15 -3424 ((-552) $ $)) (-15 -1603 ($ $ (-552))) (-15 -4232 ((-401 (-552)) $ (-756))) (-15 -4232 ((-401 (-552)) $ (-756) (-756))) (-15 -1735 ($)) (-15 -4070 ($)) (-15 -3800 ($)) (-15 -2409 ($ $ $)) (-15 -1735 ($ $)) (-15 -4070 ($ $)) (-15 -1522 ($ (-220))) (-15 -3693 ((-1242))) (-15 -3693 ((-1242) (-756))) (-15 -2967 ((-1242))) (-15 -2967 ((-1242) (-756))) (-15 -3642 ((-1242))) (-15 -3642 ((-1242) (-756))) (-15 -1881 ((-1242) (-756))) (-6 -4359) (-6 -4351)))
-((-4153 (((-629 (-288 (-933 |#1|))) (-288 (-401 (-933 (-552)))) |#1|) 46) (((-629 (-288 (-933 |#1|))) (-401 (-933 (-552))) |#1|) 45) (((-629 (-629 (-288 (-933 |#1|)))) (-629 (-288 (-401 (-933 (-552))))) |#1|) 42) (((-629 (-629 (-288 (-933 |#1|)))) (-629 (-401 (-933 (-552)))) |#1|) 36)) (-3321 (((-629 |#1|) (-401 (-933 (-552))) |#1|) 20) (((-629 (-629 |#1|)) (-629 (-401 (-933 (-552)))) (-629 (-1154)) |#1|) 30)))
-(((-374 |#1|) (-10 -7 (-15 -4153 ((-629 (-629 (-288 (-933 |#1|)))) (-629 (-401 (-933 (-552)))) |#1|)) (-15 -4153 ((-629 (-629 (-288 (-933 |#1|)))) (-629 (-288 (-401 (-933 (-552))))) |#1|)) (-15 -4153 ((-629 (-288 (-933 |#1|))) (-401 (-933 (-552))) |#1|)) (-15 -4153 ((-629 (-288 (-933 |#1|))) (-288 (-401 (-933 (-552)))) |#1|)) (-15 -3321 ((-629 (-629 |#1|)) (-629 (-401 (-933 (-552)))) (-629 (-1154)) |#1|)) (-15 -3321 ((-629 |#1|) (-401 (-933 (-552))) |#1|))) (-13 (-830) (-357))) (T -374))
-((-3321 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 (-552)))) (-5 *2 (-629 *4)) (-5 *1 (-374 *4)) (-4 *4 (-13 (-830) (-357))))) (-3321 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 (-401 (-933 (-552))))) (-5 *4 (-629 (-1154))) (-5 *2 (-629 (-629 *5))) (-5 *1 (-374 *5)) (-4 *5 (-13 (-830) (-357))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-288 (-401 (-933 (-552))))) (-5 *2 (-629 (-288 (-933 *4)))) (-5 *1 (-374 *4)) (-4 *4 (-13 (-830) (-357))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 (-552)))) (-5 *2 (-629 (-288 (-933 *4)))) (-5 *1 (-374 *4)) (-4 *4 (-13 (-830) (-357))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-288 (-401 (-933 (-552)))))) (-5 *2 (-629 (-629 (-288 (-933 *4))))) (-5 *1 (-374 *4)) (-4 *4 (-13 (-830) (-357))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-401 (-933 (-552))))) (-5 *2 (-629 (-629 (-288 (-933 *4))))) (-5 *1 (-374 *4)) (-4 *4 (-13 (-830) (-357))))))
-(-10 -7 (-15 -4153 ((-629 (-629 (-288 (-933 |#1|)))) (-629 (-401 (-933 (-552)))) |#1|)) (-15 -4153 ((-629 (-629 (-288 (-933 |#1|)))) (-629 (-288 (-401 (-933 (-552))))) |#1|)) (-15 -4153 ((-629 (-288 (-933 |#1|))) (-401 (-933 (-552))) |#1|)) (-15 -4153 ((-629 (-288 (-933 |#1|))) (-288 (-401 (-933 (-552)))) |#1|)) (-15 -3321 ((-629 (-629 |#1|)) (-629 (-401 (-933 (-552)))) (-629 (-1154)) |#1|)) (-15 -3321 ((-629 |#1|) (-401 (-933 (-552))) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) 26)) (-2832 ((|#2| $) 28)) (-3766 (($ $) NIL)) (-2856 (((-756) $) 10)) (-3939 (((-629 $) $) 20)) (-2231 (((-111) $) NIL)) (-1727 (($ |#2| |#1|) 18)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2140 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 14)) (-3733 ((|#2| $) 15)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 45) (($ |#2|) 27)) (-2984 (((-629 |#1|) $) 17)) (-2266 ((|#1| $ |#2|) 47)) (-3297 (($) 29 T CONST)) (-2166 (((-629 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 13)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ |#1| $) 32) (($ $ |#1|) 33) (($ |#1| |#2|) 35) (($ |#2| |#1|) 36)))
-(((-375 |#1| |#2|) (-13 (-376 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-1030) (-832)) (T -375))
-((* (*1 *1 *2 *3) (-12 (-5 *1 (-375 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-832)))))
+((-2662 (*1 *2) (-12 (-4 *1 (-362)) (-5 *2 (-757)))) (-2839 (*1 *1 *2) (-12 (-5 *2 (-903)) (-4 *1 (-362)))) (-3941 (*1 *2 *1) (-12 (-4 *1 (-362)) (-5 *2 (-903)))) (-1333 (*1 *1) (-4 *1 (-362))))
+(-13 (-1079) (-10 -8 (-15 -2662 ((-757))) (-15 -2839 ($ (-903))) (-15 -3941 ((-903) $)) (-15 -1333 ($))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-1311 (((-674 |#2|) (-1238 $)) 40)) (-1676 (($ (-1238 |#2|) (-1238 $)) 34)) (-2392 (((-674 |#2|) $ (-1238 $)) 42)) (-3488 ((|#2| (-1238 $)) 13)) (-3693 (((-1238 |#2|) $ (-1238 $)) NIL) (((-674 |#2|) (-1238 $) (-1238 $)) 25)))
+(((-363 |#1| |#2| |#3|) (-10 -8 (-15 -1311 ((-674 |#2|) (-1238 |#1|))) (-15 -3488 (|#2| (-1238 |#1|))) (-15 -1676 (|#1| (-1238 |#2|) (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -2392 ((-674 |#2|) |#1| (-1238 |#1|)))) (-364 |#2| |#3|) (-169) (-1214 |#2|)) (T -363))
+NIL
+(-10 -8 (-15 -1311 ((-674 |#2|) (-1238 |#1|))) (-15 -3488 (|#2| (-1238 |#1|))) (-15 -1676 (|#1| (-1238 |#2|) (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -2392 ((-674 |#2|) |#1| (-1238 |#1|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1311 (((-674 |#1|) (-1238 $)) 44)) (-1550 ((|#1| $) 50)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1676 (($ (-1238 |#1|) (-1238 $)) 46)) (-2392 (((-674 |#1|) $ (-1238 $)) 51)) (-3889 (((-3 $ "failed") $) 32)) (-2129 (((-903)) 52)) (-1434 (((-111) $) 30)) (-4233 ((|#1| $) 49)) (-2309 ((|#2| $) 42 (|has| |#1| (-357)))) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3488 ((|#1| (-1238 $)) 45)) (-3693 (((-1238 |#1|) $ (-1238 $)) 48) (((-674 |#1|) (-1238 $) (-1238 $)) 47)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 35)) (-2234 (((-3 $ "failed") $) 41 (|has| |#1| (-142)))) (-3636 ((|#2| $) 43)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36)))
+(((-364 |#1| |#2|) (-137) (-169) (-1214 |t#1|)) (T -364))
+((-2129 (*1 *2) (-12 (-4 *1 (-364 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3)) (-5 *2 (-903)))) (-2392 (*1 *2 *1 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1214 *4)) (-5 *2 (-674 *4)))) (-1550 (*1 *2 *1) (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1214 *2)) (-4 *2 (-169)))) (-4233 (*1 *2 *1) (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1214 *2)) (-4 *2 (-169)))) (-3693 (*1 *2 *1 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1214 *4)) (-5 *2 (-1238 *4)))) (-3693 (*1 *2 *3 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1214 *4)) (-5 *2 (-674 *4)))) (-1676 (*1 *1 *2 *3) (-12 (-5 *2 (-1238 *4)) (-5 *3 (-1238 *1)) (-4 *4 (-169)) (-4 *1 (-364 *4 *5)) (-4 *5 (-1214 *4)))) (-3488 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *2 *4)) (-4 *4 (-1214 *2)) (-4 *2 (-169)))) (-1311 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1214 *4)) (-5 *2 (-674 *4)))) (-3636 (*1 *2 *1) (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1214 *3)))) (-2309 (*1 *2 *1) (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-169)) (-4 *3 (-357)) (-4 *2 (-1214 *3)))))
+(-13 (-38 |t#1|) (-10 -8 (-15 -2129 ((-903))) (-15 -2392 ((-674 |t#1|) $ (-1238 $))) (-15 -1550 (|t#1| $)) (-15 -4233 (|t#1| $)) (-15 -3693 ((-1238 |t#1|) $ (-1238 $))) (-15 -3693 ((-674 |t#1|) (-1238 $) (-1238 $))) (-15 -1676 ($ (-1238 |t#1|) (-1238 $))) (-15 -3488 (|t#1| (-1238 $))) (-15 -1311 ((-674 |t#1|) (-1238 $))) (-15 -3636 (|t#2| $)) (IF (|has| |t#1| (-357)) (-15 -2309 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-703 |#1|) . T) ((-712) . T) ((-1037 |#1|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3108 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 23)) (-3883 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 15)) (-1478 ((|#4| (-1 |#3| |#1|) |#2|) 21)))
+(((-365 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3883 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3108 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1192) (-367 |#1|) (-1192) (-367 |#3|)) (T -365))
+((-3108 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1192)) (-4 *5 (-1192)) (-4 *2 (-367 *5)) (-5 *1 (-365 *6 *4 *5 *2)) (-4 *4 (-367 *6)))) (-3883 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1192)) (-4 *2 (-1192)) (-5 *1 (-365 *5 *4 *2 *6)) (-4 *4 (-367 *5)) (-4 *6 (-367 *2)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-4 *2 (-367 *6)) (-5 *1 (-365 *5 *4 *6 *2)) (-4 *4 (-367 *5)))))
+(-10 -7 (-15 -1478 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3883 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3108 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-4332 (((-111) (-1 (-111) |#2| |#2|) $) NIL) (((-111) $) 18)) (-1748 (($ (-1 (-111) |#2| |#2|) $) NIL) (($ $) 28)) (-1297 (($ (-1 (-111) |#2| |#2|) $) 27) (($ $) 22)) (-3341 (($ $) 25)) (-1457 (((-553) (-1 (-111) |#2|) $) NIL) (((-553) |#2| $) 11) (((-553) |#2| $ (-553)) NIL)) (-3858 (($ (-1 (-111) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
+(((-366 |#1| |#2|) (-10 -8 (-15 -1748 (|#1| |#1|)) (-15 -1748 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -4332 ((-111) |#1|)) (-15 -1297 (|#1| |#1|)) (-15 -3858 (|#1| |#1| |#1|)) (-15 -1457 ((-553) |#2| |#1| (-553))) (-15 -1457 ((-553) |#2| |#1|)) (-15 -1457 ((-553) (-1 (-111) |#2|) |#1|)) (-15 -4332 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1297 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3341 (|#1| |#1|)) (-15 -3858 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|))) (-367 |#2|) (-1192)) (T -366))
+NIL
+(-10 -8 (-15 -1748 (|#1| |#1|)) (-15 -1748 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -4332 ((-111) |#1|)) (-15 -1297 (|#1| |#1|)) (-15 -3858 (|#1| |#1| |#1|)) (-15 -1457 ((-553) |#2| |#1| (-553))) (-15 -1457 ((-553) |#2| |#1|)) (-15 -1457 ((-553) (-1 (-111) |#2|) |#1|)) (-15 -4332 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1297 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3341 (|#1| |#1|)) (-15 -3858 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-1306 (((-1243) $ (-553) (-553)) 40 (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) 98) (((-111) $) 92 (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) 89 (|has| $ (-6 -4370))) (($ $) 88 (-12 (|has| |#1| (-833)) (|has| $ (-6 -4370))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) 8)) (-1471 ((|#1| $ (-553) |#1|) 52 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 58 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-3591 (($ $) 90 (|has| $ (-6 -4370)))) (-3341 (($ $) 100)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#1| $) 77 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) 53 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 51)) (-1457 (((-553) (-1 (-111) |#1|) $) 97) (((-553) |#1| $) 96 (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) 95 (|has| |#1| (-1079)))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3306 (($ (-757) |#1|) 69)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 43 (|has| (-553) (-833)))) (-1773 (($ $ $) 87 (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 44 (|has| (-553) (-833)))) (-2012 (($ $ $) 86 (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) 60) (($ $ $ (-553)) 59)) (-2508 (((-630 (-553)) $) 46)) (-2166 (((-111) (-553) $) 47)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2701 ((|#1| $) 42 (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-2001 (($ $ |#1|) 41 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ (-553) |#1|) 50) ((|#1| $ (-553)) 49) (($ $ (-1205 (-553))) 63)) (-2013 (($ $ (-553)) 62) (($ $ (-1205 (-553))) 61)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-3454 (($ $ $ (-553)) 91 (|has| $ (-6 -4370)))) (-1488 (($ $) 13)) (-1523 (((-529) $) 79 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 70)) (-4320 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-630 $)) 65)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) 84 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 83 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-1656 (((-111) $ $) 85 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 82 (|has| |#1| (-833)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-367 |#1|) (-137) (-1192)) (T -367))
+((-3858 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-367 *3)) (-4 *3 (-1192)))) (-3341 (*1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1192)))) (-1297 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-367 *3)) (-4 *3 (-1192)))) (-4332 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *1 (-367 *4)) (-4 *4 (-1192)) (-5 *2 (-111)))) (-1457 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4)) (-4 *1 (-367 *4)) (-4 *4 (-1192)) (-5 *2 (-553)))) (-1457 (*1 *2 *3 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-1192)) (-4 *3 (-1079)) (-5 *2 (-553)))) (-1457 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-367 *3)) (-4 *3 (-1192)) (-4 *3 (-1079)))) (-3858 (*1 *1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1192)) (-4 *2 (-833)))) (-1297 (*1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1192)) (-4 *2 (-833)))) (-4332 (*1 *2 *1) (-12 (-4 *1 (-367 *3)) (-4 *3 (-1192)) (-4 *3 (-833)) (-5 *2 (-111)))) (-3454 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-553)) (|has| *1 (-6 -4370)) (-4 *1 (-367 *3)) (-4 *3 (-1192)))) (-3591 (*1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-367 *2)) (-4 *2 (-1192)))) (-1748 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3 *3)) (|has| *1 (-6 -4370)) (-4 *1 (-367 *3)) (-4 *3 (-1192)))) (-1748 (*1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-367 *2)) (-4 *2 (-1192)) (-4 *2 (-833)))))
+(-13 (-636 |t#1|) (-10 -8 (-6 -4369) (-15 -3858 ($ (-1 (-111) |t#1| |t#1|) $ $)) (-15 -3341 ($ $)) (-15 -1297 ($ (-1 (-111) |t#1| |t#1|) $)) (-15 -4332 ((-111) (-1 (-111) |t#1| |t#1|) $)) (-15 -1457 ((-553) (-1 (-111) |t#1|) $)) (IF (|has| |t#1| (-1079)) (PROGN (-15 -1457 ((-553) |t#1| $)) (-15 -1457 ((-553) |t#1| $ (-553)))) |%noBranch|) (IF (|has| |t#1| (-833)) (PROGN (-6 (-833)) (-15 -3858 ($ $ $)) (-15 -1297 ($ $)) (-15 -4332 ((-111) $))) |%noBranch|) (IF (|has| $ (-6 -4370)) (PROGN (-15 -3454 ($ $ $ (-553))) (-15 -3591 ($ $)) (-15 -1748 ($ (-1 (-111) |t#1| |t#1|) $)) (IF (|has| |t#1| (-833)) (-15 -1748 ($ $)) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-101) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 #0=(-553) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-591 #0# |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-636 |#1|) . T) ((-833) |has| |#1| (-833)) ((-1079) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-1192) . T))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-2813 (((-630 |#1|) $) 32)) (-1316 (($ $ (-757)) 33)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3788 (((-1262 |#1| |#2|) (-1262 |#1| |#2|) $) 36)) (-4241 (($ $) 34)) (-3269 (((-1262 |#1| |#2|) (-1262 |#1| |#2|) $) 37)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2433 (($ $ |#1| $) 31) (($ $ (-630 |#1|) (-630 $)) 30)) (-2672 (((-757) $) 38)) (-3225 (($ $ $) 29)) (-3212 (((-845) $) 11) (($ |#1|) 41) (((-1253 |#1| |#2|) $) 40) (((-1262 |#1| |#2|) $) 39)) (-4157 ((|#2| (-1262 |#1| |#2|) $) 42)) (-3296 (($) 18 T CONST)) (-3275 (($ (-657 |#1|)) 35)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#2|) 28 (|has| |#2| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ |#2| $) 23) (($ $ |#2|) 26)))
+(((-368 |#1| |#2|) (-137) (-833) (-169)) (T -368))
+((-4157 (*1 *2 *3 *1) (-12 (-5 *3 (-1262 *4 *2)) (-4 *1 (-368 *4 *2)) (-4 *4 (-833)) (-4 *2 (-169)))) (-3212 (*1 *1 *2) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-833)) (-4 *3 (-169)))) (-3212 (*1 *2 *1) (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)) (-5 *2 (-1253 *3 *4)))) (-3212 (*1 *2 *1) (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)) (-5 *2 (-1262 *3 *4)))) (-2672 (*1 *2 *1) (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)) (-5 *2 (-757)))) (-3269 (*1 *2 *2 *1) (-12 (-5 *2 (-1262 *3 *4)) (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)))) (-3788 (*1 *2 *2 *1) (-12 (-5 *2 (-1262 *3 *4)) (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)))) (-3275 (*1 *1 *2) (-12 (-5 *2 (-657 *3)) (-4 *3 (-833)) (-4 *1 (-368 *3 *4)) (-4 *4 (-169)))) (-4241 (*1 *1 *1) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-833)) (-4 *3 (-169)))) (-1316 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)))) (-2813 (*1 *2 *1) (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)) (-5 *2 (-630 *3)))) (-2433 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-833)) (-4 *3 (-169)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *3 (-630 *1)) (-4 *1 (-368 *4 *5)) (-4 *4 (-833)) (-4 *5 (-169)))))
+(-13 (-621 |t#2|) (-10 -8 (-15 -4157 (|t#2| (-1262 |t#1| |t#2|) $)) (-15 -3212 ($ |t#1|)) (-15 -3212 ((-1253 |t#1| |t#2|) $)) (-15 -3212 ((-1262 |t#1| |t#2|) $)) (-15 -2672 ((-757) $)) (-15 -3269 ((-1262 |t#1| |t#2|) (-1262 |t#1| |t#2|) $)) (-15 -3788 ((-1262 |t#1| |t#2|) (-1262 |t#1| |t#2|) $)) (-15 -3275 ($ (-657 |t#1|))) (-15 -4241 ($ $)) (-15 -1316 ($ $ (-757))) (-15 -2813 ((-630 |t#1|) $)) (-15 -2433 ($ $ |t#1| $)) (-15 -2433 ($ $ (-630 |t#1|) (-630 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#2| |#2|) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#2|) . T) ((-621 |#2|) . T) ((-703 |#2|) . T) ((-1037 |#2|) . T) ((-1079) . T))
+((-4099 ((|#2| (-1 (-111) |#1| |#1|) |#2|) 24)) (-4182 ((|#2| (-1 (-111) |#1| |#1|) |#2|) 13)) (-2230 ((|#2| (-1 (-111) |#1| |#1|) |#2|) 22)))
+(((-369 |#1| |#2|) (-10 -7 (-15 -4182 (|#2| (-1 (-111) |#1| |#1|) |#2|)) (-15 -2230 (|#2| (-1 (-111) |#1| |#1|) |#2|)) (-15 -4099 (|#2| (-1 (-111) |#1| |#1|) |#2|))) (-1192) (-13 (-367 |#1|) (-10 -7 (-6 -4370)))) (T -369))
+((-4099 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-369 *4 *2)) (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4370)))))) (-2230 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-369 *4 *2)) (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4370)))))) (-4182 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-369 *4 *2)) (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4370)))))))
+(-10 -7 (-15 -4182 (|#2| (-1 (-111) |#1| |#1|) |#2|)) (-15 -2230 (|#2| (-1 (-111) |#1| |#1|) |#2|)) (-15 -4099 (|#2| (-1 (-111) |#1| |#1|) |#2|)))
+((-3698 (((-674 |#2|) (-674 $)) NIL) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 22) (((-674 (-553)) (-674 $)) 14)))
+(((-370 |#1| |#2|) (-10 -8 (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 |#2|) (-674 |#1|)))) (-371 |#2|) (-1031)) (T -370))
+NIL
+(-10 -8 (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 |#2|) (-674 |#1|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3698 (((-674 |#1|) (-674 $)) 34) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 33) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 41 (|has| |#1| (-626 (-553)))) (((-674 (-553)) (-674 $)) 40 (|has| |#1| (-626 (-553))))) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-371 |#1|) (-137) (-1031)) (T -371))
+NIL
+(-13 (-626 |t#1|) (-10 -7 (IF (|has| |t#1| (-626 (-553))) (-6 (-626 (-553))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-626 (-553)) |has| |#1| (-626 (-553))) ((-626 |#1|) . T) ((-712) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3793 (((-630 (-288 (-934 (-166 |#1|)))) (-288 (-401 (-934 (-166 (-553))))) |#1|) 51) (((-630 (-288 (-934 (-166 |#1|)))) (-401 (-934 (-166 (-553)))) |#1|) 50) (((-630 (-630 (-288 (-934 (-166 |#1|))))) (-630 (-288 (-401 (-934 (-166 (-553)))))) |#1|) 47) (((-630 (-630 (-288 (-934 (-166 |#1|))))) (-630 (-401 (-934 (-166 (-553))))) |#1|) 41)) (-4072 (((-630 (-630 (-166 |#1|))) (-630 (-401 (-934 (-166 (-553))))) (-630 (-1155)) |#1|) 30) (((-630 (-166 |#1|)) (-401 (-934 (-166 (-553)))) |#1|) 18)))
+(((-372 |#1|) (-10 -7 (-15 -3793 ((-630 (-630 (-288 (-934 (-166 |#1|))))) (-630 (-401 (-934 (-166 (-553))))) |#1|)) (-15 -3793 ((-630 (-630 (-288 (-934 (-166 |#1|))))) (-630 (-288 (-401 (-934 (-166 (-553)))))) |#1|)) (-15 -3793 ((-630 (-288 (-934 (-166 |#1|)))) (-401 (-934 (-166 (-553)))) |#1|)) (-15 -3793 ((-630 (-288 (-934 (-166 |#1|)))) (-288 (-401 (-934 (-166 (-553))))) |#1|)) (-15 -4072 ((-630 (-166 |#1|)) (-401 (-934 (-166 (-553)))) |#1|)) (-15 -4072 ((-630 (-630 (-166 |#1|))) (-630 (-401 (-934 (-166 (-553))))) (-630 (-1155)) |#1|))) (-13 (-357) (-831))) (T -372))
+((-4072 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 (-401 (-934 (-166 (-553)))))) (-5 *4 (-630 (-1155))) (-5 *2 (-630 (-630 (-166 *5)))) (-5 *1 (-372 *5)) (-4 *5 (-13 (-357) (-831))))) (-4072 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 (-166 (-553))))) (-5 *2 (-630 (-166 *4))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-831))))) (-3793 (*1 *2 *3 *4) (-12 (-5 *3 (-288 (-401 (-934 (-166 (-553)))))) (-5 *2 (-630 (-288 (-934 (-166 *4))))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-831))))) (-3793 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 (-166 (-553))))) (-5 *2 (-630 (-288 (-934 (-166 *4))))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-831))))) (-3793 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-288 (-401 (-934 (-166 (-553))))))) (-5 *2 (-630 (-630 (-288 (-934 (-166 *4)))))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-831))))) (-3793 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-401 (-934 (-166 (-553)))))) (-5 *2 (-630 (-630 (-288 (-934 (-166 *4)))))) (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-831))))))
+(-10 -7 (-15 -3793 ((-630 (-630 (-288 (-934 (-166 |#1|))))) (-630 (-401 (-934 (-166 (-553))))) |#1|)) (-15 -3793 ((-630 (-630 (-288 (-934 (-166 |#1|))))) (-630 (-288 (-401 (-934 (-166 (-553)))))) |#1|)) (-15 -3793 ((-630 (-288 (-934 (-166 |#1|)))) (-401 (-934 (-166 (-553)))) |#1|)) (-15 -3793 ((-630 (-288 (-934 (-166 |#1|)))) (-288 (-401 (-934 (-166 (-553))))) |#1|)) (-15 -4072 ((-630 (-166 |#1|)) (-401 (-934 (-166 (-553)))) |#1|)) (-15 -4072 ((-630 (-630 (-166 |#1|))) (-630 (-401 (-934 (-166 (-553))))) (-630 (-1155)) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 33)) (-2589 (((-553) $) 55)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-3027 (($ $) 110)) (-2479 (($ $) 82)) (-2333 (($ $) 71)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3487 (($ $) 44)) (-3816 (((-111) $ $) NIL)) (-2456 (($ $) 80)) (-2306 (($ $) 69)) (-2299 (((-553) $) 64)) (-1604 (($ $ (-553)) 62)) (-2505 (($ $) NIL)) (-2360 (($ $) NIL)) (-3203 (($) NIL T CONST)) (-3266 (($ $) 112)) (-1394 (((-3 (-553) "failed") $) 189) (((-3 (-401 (-553)) "failed") $) 185)) (-2831 (((-553) $) 187) (((-401 (-553)) $) 183)) (-4005 (($ $ $) NIL)) (-1376 (((-553) $ $) 102)) (-3889 (((-3 $ "failed") $) 114)) (-2477 (((-401 (-553)) $ (-757)) 190) (((-401 (-553)) $ (-757) (-757)) 182)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2179 (((-903)) 73) (((-903) (-903)) 98 (|has| $ (-6 -4360)))) (-2184 (((-111) $) 106)) (-4041 (($) 40)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL)) (-2500 (((-1243) (-757)) 152)) (-1706 (((-1243)) 157) (((-1243) (-757)) 158)) (-4117 (((-1243)) 159) (((-1243) (-757)) 160)) (-4287 (((-1243)) 155) (((-1243) (-757)) 156)) (-2592 (((-553) $) 58)) (-1434 (((-111) $) 104)) (-3527 (($ $ (-553)) NIL)) (-1812 (($ $) 48)) (-4233 (($ $) NIL)) (-2260 (((-111) $) 35)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL) (($) NIL (-12 (-4106 (|has| $ (-6 -4352))) (-4106 (|has| $ (-6 -4360)))))) (-2012 (($ $ $) NIL) (($) 99 (-12 (-4106 (|has| $ (-6 -4352))) (-4106 (|has| $ (-6 -4360)))))) (-1834 (((-553) $) 17)) (-3610 (($) 87) (($ $) 92)) (-4070 (($) 91) (($ $) 93)) (-2431 (($ $) 83)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 116)) (-4260 (((-903) (-553)) 43 (|has| $ (-6 -4360)))) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) 53)) (-1278 (($ $) 109)) (-3393 (($ (-553) (-553)) 107) (($ (-553) (-553) (-903)) 108)) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3503 (((-553) $) 19)) (-3931 (($) 94)) (-2854 (($ $) 79)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-4147 (((-903)) 100) (((-903) (-903)) 101 (|has| $ (-6 -4360)))) (-3095 (($ $ (-757)) NIL) (($ $) 115)) (-3351 (((-903) (-553)) 47 (|has| $ (-6 -4360)))) (-2517 (($ $) NIL)) (-2371 (($ $) NIL)) (-2492 (($ $) NIL)) (-2347 (($ $) NIL)) (-2468 (($ $) 81)) (-2319 (($ $) 70)) (-1523 (((-373) $) 175) (((-220) $) 177) (((-874 (-373)) $) NIL) (((-1137) $) 162) (((-529) $) 173) (($ (-220)) 181)) (-3212 (((-845) $) 164) (($ (-553)) 186) (($ $) NIL) (($ (-401 (-553))) NIL) (($ (-553)) 186) (($ (-401 (-553))) NIL) (((-220) $) 178)) (-1348 (((-757)) NIL)) (-3609 (($ $) 111)) (-3127 (((-903)) 54) (((-903) (-903)) 66 (|has| $ (-6 -4360)))) (-4173 (((-903)) 103)) (-3842 (($ $) 86)) (-2410 (($ $) 46) (($ $ $) 52)) (-2453 (((-111) $ $) NIL)) (-2529 (($ $) 84)) (-2383 (($ $) 37)) (-3862 (($ $) NIL)) (-2434 (($ $) NIL)) (-3013 (($ $) NIL)) (-2445 (($ $) NIL)) (-3852 (($ $) NIL)) (-2421 (($ $) NIL)) (-2542 (($ $) 85)) (-2396 (($ $) 49)) (-1411 (($ $) 51)) (-3296 (($) 34 T CONST)) (-3308 (($) 38 T CONST)) (-3632 (((-1137) $) 27) (((-1137) $ (-111)) 29) (((-1243) (-808) $) 30) (((-1243) (-808) $ (-111)) 31)) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 39)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 42)) (-1721 (($ $ $) 45) (($ $ (-553)) 41)) (-1710 (($ $) 36) (($ $ $) 50)) (-1699 (($ $ $) 61)) (** (($ $ (-903)) 67) (($ $ (-757)) NIL) (($ $ (-553)) 88) (($ $ (-401 (-553))) 125) (($ $ $) 117)) (* (($ (-903) $) 65) (($ (-757) $) NIL) (($ (-553) $) 68) (($ $ $) 60) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL)))
+(((-373) (-13 (-398) (-228) (-601 (-1137)) (-814) (-600 (-220)) (-1177) (-601 (-529)) (-10 -8 (-15 -1721 ($ $ (-553))) (-15 ** ($ $ $)) (-15 -1812 ($ $)) (-15 -1376 ((-553) $ $)) (-15 -1604 ($ $ (-553))) (-15 -2477 ((-401 (-553)) $ (-757))) (-15 -2477 ((-401 (-553)) $ (-757) (-757))) (-15 -3610 ($)) (-15 -4070 ($)) (-15 -3931 ($)) (-15 -2410 ($ $ $)) (-15 -3610 ($ $)) (-15 -4070 ($ $)) (-15 -1523 ($ (-220))) (-15 -4117 ((-1243))) (-15 -4117 ((-1243) (-757))) (-15 -4287 ((-1243))) (-15 -4287 ((-1243) (-757))) (-15 -1706 ((-1243))) (-15 -1706 ((-1243) (-757))) (-15 -2500 ((-1243) (-757))) (-6 -4360) (-6 -4352)))) (T -373))
+((** (*1 *1 *1 *1) (-5 *1 (-373))) (-1721 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-373)))) (-1812 (*1 *1 *1) (-5 *1 (-373))) (-1376 (*1 *2 *1 *1) (-12 (-5 *2 (-553)) (-5 *1 (-373)))) (-1604 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-373)))) (-2477 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *2 (-401 (-553))) (-5 *1 (-373)))) (-2477 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-757)) (-5 *2 (-401 (-553))) (-5 *1 (-373)))) (-3610 (*1 *1) (-5 *1 (-373))) (-4070 (*1 *1) (-5 *1 (-373))) (-3931 (*1 *1) (-5 *1 (-373))) (-2410 (*1 *1 *1 *1) (-5 *1 (-373))) (-3610 (*1 *1 *1) (-5 *1 (-373))) (-4070 (*1 *1 *1) (-5 *1 (-373))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-373)))) (-4117 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-373)))) (-4117 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-373)))) (-4287 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-373)))) (-4287 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-373)))) (-1706 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-373)))) (-1706 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-373)))) (-2500 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-373)))))
+(-13 (-398) (-228) (-601 (-1137)) (-814) (-600 (-220)) (-1177) (-601 (-529)) (-10 -8 (-15 -1721 ($ $ (-553))) (-15 ** ($ $ $)) (-15 -1812 ($ $)) (-15 -1376 ((-553) $ $)) (-15 -1604 ($ $ (-553))) (-15 -2477 ((-401 (-553)) $ (-757))) (-15 -2477 ((-401 (-553)) $ (-757) (-757))) (-15 -3610 ($)) (-15 -4070 ($)) (-15 -3931 ($)) (-15 -2410 ($ $ $)) (-15 -3610 ($ $)) (-15 -4070 ($ $)) (-15 -1523 ($ (-220))) (-15 -4117 ((-1243))) (-15 -4117 ((-1243) (-757))) (-15 -4287 ((-1243))) (-15 -4287 ((-1243) (-757))) (-15 -1706 ((-1243))) (-15 -1706 ((-1243) (-757))) (-15 -2500 ((-1243) (-757))) (-6 -4360) (-6 -4352)))
+((-2982 (((-630 (-288 (-934 |#1|))) (-288 (-401 (-934 (-553)))) |#1|) 46) (((-630 (-288 (-934 |#1|))) (-401 (-934 (-553))) |#1|) 45) (((-630 (-630 (-288 (-934 |#1|)))) (-630 (-288 (-401 (-934 (-553))))) |#1|) 42) (((-630 (-630 (-288 (-934 |#1|)))) (-630 (-401 (-934 (-553)))) |#1|) 36)) (-1587 (((-630 |#1|) (-401 (-934 (-553))) |#1|) 20) (((-630 (-630 |#1|)) (-630 (-401 (-934 (-553)))) (-630 (-1155)) |#1|) 30)))
+(((-374 |#1|) (-10 -7 (-15 -2982 ((-630 (-630 (-288 (-934 |#1|)))) (-630 (-401 (-934 (-553)))) |#1|)) (-15 -2982 ((-630 (-630 (-288 (-934 |#1|)))) (-630 (-288 (-401 (-934 (-553))))) |#1|)) (-15 -2982 ((-630 (-288 (-934 |#1|))) (-401 (-934 (-553))) |#1|)) (-15 -2982 ((-630 (-288 (-934 |#1|))) (-288 (-401 (-934 (-553)))) |#1|)) (-15 -1587 ((-630 (-630 |#1|)) (-630 (-401 (-934 (-553)))) (-630 (-1155)) |#1|)) (-15 -1587 ((-630 |#1|) (-401 (-934 (-553))) |#1|))) (-13 (-831) (-357))) (T -374))
+((-1587 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 (-553)))) (-5 *2 (-630 *4)) (-5 *1 (-374 *4)) (-4 *4 (-13 (-831) (-357))))) (-1587 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 (-401 (-934 (-553))))) (-5 *4 (-630 (-1155))) (-5 *2 (-630 (-630 *5))) (-5 *1 (-374 *5)) (-4 *5 (-13 (-831) (-357))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-288 (-401 (-934 (-553))))) (-5 *2 (-630 (-288 (-934 *4)))) (-5 *1 (-374 *4)) (-4 *4 (-13 (-831) (-357))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 (-553)))) (-5 *2 (-630 (-288 (-934 *4)))) (-5 *1 (-374 *4)) (-4 *4 (-13 (-831) (-357))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-288 (-401 (-934 (-553)))))) (-5 *2 (-630 (-630 (-288 (-934 *4))))) (-5 *1 (-374 *4)) (-4 *4 (-13 (-831) (-357))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-401 (-934 (-553))))) (-5 *2 (-630 (-630 (-288 (-934 *4))))) (-5 *1 (-374 *4)) (-4 *4 (-13 (-831) (-357))))))
+(-10 -7 (-15 -2982 ((-630 (-630 (-288 (-934 |#1|)))) (-630 (-401 (-934 (-553)))) |#1|)) (-15 -2982 ((-630 (-630 (-288 (-934 |#1|)))) (-630 (-288 (-401 (-934 (-553))))) |#1|)) (-15 -2982 ((-630 (-288 (-934 |#1|))) (-401 (-934 (-553))) |#1|)) (-15 -2982 ((-630 (-288 (-934 |#1|))) (-288 (-401 (-934 (-553)))) |#1|)) (-15 -1587 ((-630 (-630 |#1|)) (-630 (-401 (-934 (-553)))) (-630 (-1155)) |#1|)) (-15 -1587 ((-630 |#1|) (-401 (-934 (-553))) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) 26)) (-2831 ((|#2| $) 28)) (-3765 (($ $) NIL)) (-2613 (((-757) $) 10)) (-1526 (((-630 $) $) 20)) (-1561 (((-111) $) NIL)) (-1728 (($ |#2| |#1|) 18)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3303 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 14)) (-3733 ((|#2| $) 15)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 45) (($ |#2|) 27)) (-1372 (((-630 |#1|) $) 17)) (-1925 ((|#1| $ |#2|) 47)) (-3296 (($) 29 T CONST)) (-2273 (((-630 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 13)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ |#1| $) 32) (($ $ |#1|) 33) (($ |#1| |#2|) 35) (($ |#2| |#1|) 36)))
+(((-375 |#1| |#2|) (-13 (-376 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-1031) (-833)) (T -375))
+((* (*1 *1 *2 *3) (-12 (-5 *1 (-375 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-833)))))
(-13 (-376 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#2| "failed") $) 44)) (-2832 ((|#2| $) 43)) (-3766 (($ $) 30)) (-2856 (((-756) $) 34)) (-3939 (((-629 $) $) 35)) (-2231 (((-111) $) 38)) (-1727 (($ |#2| |#1|) 39)) (-1477 (($ (-1 |#1| |#1|) $) 40)) (-2140 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 31)) (-3733 ((|#2| $) 33)) (-3743 ((|#1| $) 32)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ |#2|) 45)) (-2984 (((-629 |#1|) $) 36)) (-2266 ((|#1| $ |#2|) 41)) (-3297 (($) 18 T CONST)) (-2166 (((-629 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 37)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26) (($ |#1| |#2|) 42)))
-(((-376 |#1| |#2|) (-137) (-1030) (-1078)) (T -376))
-((* (*1 *1 *2 *3) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-1078)))) (-2266 (*1 *2 *1 *3) (-12 (-4 *1 (-376 *2 *3)) (-4 *3 (-1078)) (-4 *2 (-1030)))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078)))) (-1727 (*1 *1 *2 *3) (-12 (-4 *1 (-376 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1078)))) (-2231 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078)) (-5 *2 (-111)))) (-2166 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078)) (-5 *2 (-629 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-2984 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078)) (-5 *2 (-629 *3)))) (-3939 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-1078)) (-5 *2 (-629 *1)) (-4 *1 (-376 *3 *4)))) (-2856 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078)) (-5 *2 (-756)))) (-3733 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1078)))) (-3743 (*1 *2 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *3 (-1078)) (-4 *2 (-1030)))) (-2140 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-3766 (*1 *1 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-1078)))))
-(-13 (-110 |t#1| |t#1|) (-1019 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -2266 (|t#1| $ |t#2|)) (-15 -1477 ($ (-1 |t#1| |t#1|) $)) (-15 -1727 ($ |t#2| |t#1|)) (-15 -2231 ((-111) $)) (-15 -2166 ((-629 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -2984 ((-629 |t#1|) $)) (-15 -3939 ((-629 $) $)) (-15 -2856 ((-756) $)) (-15 -3733 (|t#2| $)) (-15 -3743 (|t#1| $)) (-15 -2140 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -3766 ($ $)) (IF (|has| |t#1| (-169)) (-6 (-702 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-702 |#1|) |has| |#1| (-169)) ((-1019 |#2|) . T) ((-1036 |#1|) . T) ((-1078) . T))
-((-2175 (((-1242) $) 7)) (-3213 (((-844) $) 8) (($ (-673 (-683))) 14) (($ (-629 (-324))) 13) (($ (-324)) 12) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 11)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#2| "failed") $) 44)) (-2831 ((|#2| $) 45)) (-3765 (($ $) 30)) (-2613 (((-757) $) 34)) (-1526 (((-630 $) $) 35)) (-1561 (((-111) $) 38)) (-1728 (($ |#2| |#1|) 39)) (-1478 (($ (-1 |#1| |#1|) $) 40)) (-3303 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 31)) (-3733 ((|#2| $) 33)) (-3743 ((|#1| $) 32)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ |#2|) 43)) (-1372 (((-630 |#1|) $) 36)) (-1925 ((|#1| $ |#2|) 41)) (-3296 (($) 18 T CONST)) (-2273 (((-630 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 37)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26) (($ |#1| |#2|) 42)))
+(((-376 |#1| |#2|) (-137) (-1031) (-1079)) (T -376))
+((* (*1 *1 *2 *3) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-1079)))) (-1925 (*1 *2 *1 *3) (-12 (-4 *1 (-376 *2 *3)) (-4 *3 (-1079)) (-4 *2 (-1031)))) (-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079)))) (-1728 (*1 *1 *2 *3) (-12 (-4 *1 (-376 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1079)))) (-1561 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079)) (-5 *2 (-111)))) (-2273 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079)) (-5 *2 (-630 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-1372 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079)) (-5 *2 (-630 *3)))) (-1526 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-1079)) (-5 *2 (-630 *1)) (-4 *1 (-376 *3 *4)))) (-2613 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079)) (-5 *2 (-757)))) (-3733 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1079)))) (-3743 (*1 *2 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *3 (-1079)) (-4 *2 (-1031)))) (-3303 (*1 *2 *1) (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-3765 (*1 *1 *1) (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-1079)))))
+(-13 (-110 |t#1| |t#1|) (-1020 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -1925 (|t#1| $ |t#2|)) (-15 -1478 ($ (-1 |t#1| |t#1|) $)) (-15 -1728 ($ |t#2| |t#1|)) (-15 -1561 ((-111) $)) (-15 -2273 ((-630 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -1372 ((-630 |t#1|) $)) (-15 -1526 ((-630 $) $)) (-15 -2613 ((-757) $)) (-15 -3733 (|t#2| $)) (-15 -3743 (|t#1| $)) (-15 -3303 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -3765 ($ $)) (IF (|has| |t#1| (-169)) (-6 (-703 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-603 |#2|) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-703 |#1|) |has| |#1| (-169)) ((-1020 |#2|) . T) ((-1037 |#1|) . T) ((-1079) . T))
+((-2176 (((-1243) $) 7)) (-3212 (((-845) $) 8) (($ (-674 (-684))) 14) (($ (-630 (-324))) 13) (($ (-324)) 12) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 11)))
(((-377) (-137)) (T -377))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-673 (-683))) (-4 *1 (-377)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-377)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-377)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) (-4 *1 (-377)))))
-(-13 (-389) (-10 -8 (-15 -3213 ($ (-673 (-683)))) (-15 -3213 ($ (-629 (-324)))) (-15 -3213 ($ (-324))) (-15 -3213 ($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))))))
-(((-599 (-844)) . T) ((-389) . T) ((-1191) . T))
-((-1393 (((-3 $ "failed") (-673 (-310 (-373)))) 21) (((-3 $ "failed") (-673 (-310 (-552)))) 19) (((-3 $ "failed") (-673 (-933 (-373)))) 17) (((-3 $ "failed") (-673 (-933 (-552)))) 15) (((-3 $ "failed") (-673 (-401 (-933 (-373))))) 13) (((-3 $ "failed") (-673 (-401 (-933 (-552))))) 11)) (-2832 (($ (-673 (-310 (-373)))) 22) (($ (-673 (-310 (-552)))) 20) (($ (-673 (-933 (-373)))) 18) (($ (-673 (-933 (-552)))) 16) (($ (-673 (-401 (-933 (-373))))) 14) (($ (-673 (-401 (-933 (-552))))) 12)) (-2175 (((-1242) $) 7)) (-3213 (((-844) $) 8) (($ (-629 (-324))) 25) (($ (-324)) 24) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 23)))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-674 (-684))) (-4 *1 (-377)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-377)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-377)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) (-4 *1 (-377)))))
+(-13 (-389) (-10 -8 (-15 -3212 ($ (-674 (-684)))) (-15 -3212 ($ (-630 (-324)))) (-15 -3212 ($ (-324))) (-15 -3212 ($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))))))
+(((-600 (-845)) . T) ((-389) . T) ((-1192) . T))
+((-1394 (((-3 $ "failed") (-674 (-310 (-373)))) 21) (((-3 $ "failed") (-674 (-310 (-553)))) 19) (((-3 $ "failed") (-674 (-934 (-373)))) 17) (((-3 $ "failed") (-674 (-934 (-553)))) 15) (((-3 $ "failed") (-674 (-401 (-934 (-373))))) 13) (((-3 $ "failed") (-674 (-401 (-934 (-553))))) 11)) (-2831 (($ (-674 (-310 (-373)))) 22) (($ (-674 (-310 (-553)))) 20) (($ (-674 (-934 (-373)))) 18) (($ (-674 (-934 (-553)))) 16) (($ (-674 (-401 (-934 (-373))))) 14) (($ (-674 (-401 (-934 (-553))))) 12)) (-2176 (((-1243) $) 7)) (-3212 (((-845) $) 8) (($ (-630 (-324))) 25) (($ (-324)) 24) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 23)))
(((-378) (-137)) (T -378))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-378)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-378)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) (-4 *1 (-378)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-673 (-310 (-373)))) (-4 *1 (-378)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-673 (-310 (-373)))) (-4 *1 (-378)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-673 (-310 (-552)))) (-4 *1 (-378)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-673 (-310 (-552)))) (-4 *1 (-378)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-673 (-933 (-373)))) (-4 *1 (-378)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-673 (-933 (-373)))) (-4 *1 (-378)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-673 (-933 (-552)))) (-4 *1 (-378)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-673 (-933 (-552)))) (-4 *1 (-378)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-673 (-401 (-933 (-373))))) (-4 *1 (-378)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-673 (-401 (-933 (-373))))) (-4 *1 (-378)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-673 (-401 (-933 (-552))))) (-4 *1 (-378)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-673 (-401 (-933 (-552))))) (-4 *1 (-378)))))
-(-13 (-389) (-10 -8 (-15 -3213 ($ (-629 (-324)))) (-15 -3213 ($ (-324))) (-15 -3213 ($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))) (-15 -2832 ($ (-673 (-310 (-373))))) (-15 -1393 ((-3 $ "failed") (-673 (-310 (-373))))) (-15 -2832 ($ (-673 (-310 (-552))))) (-15 -1393 ((-3 $ "failed") (-673 (-310 (-552))))) (-15 -2832 ($ (-673 (-933 (-373))))) (-15 -1393 ((-3 $ "failed") (-673 (-933 (-373))))) (-15 -2832 ($ (-673 (-933 (-552))))) (-15 -1393 ((-3 $ "failed") (-673 (-933 (-552))))) (-15 -2832 ($ (-673 (-401 (-933 (-373)))))) (-15 -1393 ((-3 $ "failed") (-673 (-401 (-933 (-373)))))) (-15 -2832 ($ (-673 (-401 (-933 (-552)))))) (-15 -1393 ((-3 $ "failed") (-673 (-401 (-933 (-552))))))))
-(((-599 (-844)) . T) ((-389) . T) ((-1191) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-3687 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 28)) (-3297 (($) 12 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ |#1| $) 16) (($ $ |#1|) 19)))
-(((-379 |#1| |#2|) (-13 (-110 |#1| |#1|) (-501 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-169)) (-6 (-702 |#1|)) |%noBranch|))) (-1030) (-832)) (T -379))
-NIL
-(-13 (-110 |#1| |#1|) (-501 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-169)) (-6 (-702 |#1|)) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-2663 (((-756) $) 59)) (-2130 (($) NIL T CONST)) (-2390 (((-3 $ "failed") $ $) 61)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-2058 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 53)) (-4065 (((-111) $) 15)) (-3261 ((|#1| $ (-552)) NIL)) (-1935 (((-756) $ (-552)) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-1316 (($ (-1 |#1| |#1|) $) 38)) (-3566 (($ (-1 (-756) (-756)) $) 35)) (-2137 (((-3 $ "failed") $ $) 50)) (-2623 (((-1136) $) NIL)) (-4307 (($ $ $) 26)) (-3708 (($ $ $) 24)) (-2876 (((-1098) $) NIL)) (-3772 (((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-756)))) $) 32)) (-1670 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 56)) (-3213 (((-844) $) 22) (($ |#1|) NIL)) (-3309 (($) 9 T CONST)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) 41)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) 63 (|has| |#1| (-832)))) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ |#1| (-756)) 40)) (* (($ $ $) 47) (($ |#1| $) 30) (($ $ |#1|) 28)))
-(((-380 |#1|) (-13 (-711) (-1019 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-756))) (-15 -3708 ($ $ $)) (-15 -4307 ($ $ $)) (-15 -2137 ((-3 $ "failed") $ $)) (-15 -2390 ((-3 $ "failed") $ $)) (-15 -1670 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2058 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2663 ((-756) $)) (-15 -3772 ((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-756)))) $)) (-15 -1935 ((-756) $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -3566 ($ (-1 (-756) (-756)) $)) (-15 -1316 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-832)) (-6 (-832)) |%noBranch|))) (-1078)) (T -380))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1078)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1078)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-5 *1 (-380 *2)) (-4 *2 (-1078)))) (-3708 (*1 *1 *1 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1078)))) (-4307 (*1 *1 *1 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1078)))) (-2137 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-380 *2)) (-4 *2 (-1078)))) (-2390 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-380 *2)) (-4 *2 (-1078)))) (-1670 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-380 *3)) (|:| |rm| (-380 *3)))) (-5 *1 (-380 *3)) (-4 *3 (-1078)))) (-2058 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-380 *3)) (|:| |mm| (-380 *3)) (|:| |rm| (-380 *3)))) (-5 *1 (-380 *3)) (-4 *3 (-1078)))) (-2663 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-380 *3)) (-4 *3 (-1078)))) (-3772 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 (-756))))) (-5 *1 (-380 *3)) (-4 *3 (-1078)))) (-1935 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-756)) (-5 *1 (-380 *4)) (-4 *4 (-1078)))) (-3261 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-380 *2)) (-4 *2 (-1078)))) (-3566 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-756) (-756))) (-5 *1 (-380 *3)) (-4 *3 (-1078)))) (-1316 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1078)) (-5 *1 (-380 *3)))))
-(-13 (-711) (-1019 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-756))) (-15 -3708 ($ $ $)) (-15 -4307 ($ $ $)) (-15 -2137 ((-3 $ "failed") $ $)) (-15 -2390 ((-3 $ "failed") $ $)) (-15 -1670 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2058 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2663 ((-756) $)) (-15 -3772 ((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-756)))) $)) (-15 -1935 ((-756) $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -3566 ($ (-1 (-756) (-756)) $)) (-15 -1316 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-832)) (-6 (-832)) |%noBranch|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1393 (((-3 (-552) "failed") $) 45)) (-2832 (((-552) $) 44)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-1772 (($ $ $) 52)) (-2011 (($ $ $) 51)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3969 (((-3 $ "failed") $ $) 40)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-552)) 46)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1666 (((-111) $ $) 49)) (-1644 (((-111) $ $) 48)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 50)) (-1632 (((-111) $ $) 47)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-378)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-378)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) (-4 *1 (-378)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-674 (-310 (-373)))) (-4 *1 (-378)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-674 (-310 (-373)))) (-4 *1 (-378)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-674 (-310 (-553)))) (-4 *1 (-378)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-674 (-310 (-553)))) (-4 *1 (-378)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-674 (-934 (-373)))) (-4 *1 (-378)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-674 (-934 (-373)))) (-4 *1 (-378)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-674 (-934 (-553)))) (-4 *1 (-378)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-674 (-934 (-553)))) (-4 *1 (-378)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-674 (-401 (-934 (-373))))) (-4 *1 (-378)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-674 (-401 (-934 (-373))))) (-4 *1 (-378)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-674 (-401 (-934 (-553))))) (-4 *1 (-378)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-674 (-401 (-934 (-553))))) (-4 *1 (-378)))))
+(-13 (-389) (-10 -8 (-15 -3212 ($ (-630 (-324)))) (-15 -3212 ($ (-324))) (-15 -3212 ($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))) (-15 -2831 ($ (-674 (-310 (-373))))) (-15 -1394 ((-3 $ "failed") (-674 (-310 (-373))))) (-15 -2831 ($ (-674 (-310 (-553))))) (-15 -1394 ((-3 $ "failed") (-674 (-310 (-553))))) (-15 -2831 ($ (-674 (-934 (-373))))) (-15 -1394 ((-3 $ "failed") (-674 (-934 (-373))))) (-15 -2831 ($ (-674 (-934 (-553))))) (-15 -1394 ((-3 $ "failed") (-674 (-934 (-553))))) (-15 -2831 ($ (-674 (-401 (-934 (-373)))))) (-15 -1394 ((-3 $ "failed") (-674 (-401 (-934 (-373)))))) (-15 -2831 ($ (-674 (-401 (-934 (-553)))))) (-15 -1394 ((-3 $ "failed") (-674 (-401 (-934 (-553))))))))
+(((-600 (-845)) . T) ((-389) . T) ((-1192) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-4064 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 28)) (-3296 (($) 12 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ |#1| $) 16) (($ $ |#1|) 19)))
+(((-379 |#1| |#2|) (-13 (-110 |#1| |#1|) (-502 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-169)) (-6 (-703 |#1|)) |%noBranch|))) (-1031) (-833)) (T -379))
+NIL
+(-13 (-110 |#1| |#1|) (-502 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-169)) (-6 (-703 |#1|)) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-2662 (((-757) $) 59)) (-3203 (($) NIL T CONST)) (-3788 (((-3 $ "failed") $ $) 61)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3697 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 53)) (-1434 (((-111) $) 15)) (-2264 ((|#1| $ (-553)) NIL)) (-1762 (((-757) $ (-553)) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-1974 (($ (-1 |#1| |#1|) $) 38)) (-2168 (($ (-1 (-757) (-757)) $) 35)) (-3269 (((-3 $ "failed") $ $) 50)) (-4056 (((-1137) $) NIL)) (-1967 (($ $ $) 26)) (-4259 (($ $ $) 24)) (-2875 (((-1099) $) NIL)) (-3688 (((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-757)))) $) 32)) (-4203 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 56)) (-3212 (((-845) $) 22) (($ |#1|) NIL)) (-3308 (($) 9 T CONST)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) 41)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) 63 (|has| |#1| (-833)))) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ |#1| (-757)) 40)) (* (($ $ $) 47) (($ |#1| $) 30) (($ $ |#1|) 28)))
+(((-380 |#1|) (-13 (-712) (-1020 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-757))) (-15 -4259 ($ $ $)) (-15 -1967 ($ $ $)) (-15 -3269 ((-3 $ "failed") $ $)) (-15 -3788 ((-3 $ "failed") $ $)) (-15 -4203 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3697 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2662 ((-757) $)) (-15 -3688 ((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-757)))) $)) (-15 -1762 ((-757) $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -2168 ($ (-1 (-757) (-757)) $)) (-15 -1974 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-833)) (-6 (-833)) |%noBranch|))) (-1079)) (T -380))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1079)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1079)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-5 *1 (-380 *2)) (-4 *2 (-1079)))) (-4259 (*1 *1 *1 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1079)))) (-1967 (*1 *1 *1 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1079)))) (-3269 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-380 *2)) (-4 *2 (-1079)))) (-3788 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-380 *2)) (-4 *2 (-1079)))) (-4203 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-380 *3)) (|:| |rm| (-380 *3)))) (-5 *1 (-380 *3)) (-4 *3 (-1079)))) (-3697 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-380 *3)) (|:| |mm| (-380 *3)) (|:| |rm| (-380 *3)))) (-5 *1 (-380 *3)) (-4 *3 (-1079)))) (-2662 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-380 *3)) (-4 *3 (-1079)))) (-3688 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 (-757))))) (-5 *1 (-380 *3)) (-4 *3 (-1079)))) (-1762 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-757)) (-5 *1 (-380 *4)) (-4 *4 (-1079)))) (-2264 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-380 *2)) (-4 *2 (-1079)))) (-2168 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-757) (-757))) (-5 *1 (-380 *3)) (-4 *3 (-1079)))) (-1974 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1079)) (-5 *1 (-380 *3)))))
+(-13 (-712) (-1020 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-757))) (-15 -4259 ($ $ $)) (-15 -1967 ($ $ $)) (-15 -3269 ((-3 $ "failed") $ $)) (-15 -3788 ((-3 $ "failed") $ $)) (-15 -4203 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3697 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2662 ((-757) $)) (-15 -3688 ((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-757)))) $)) (-15 -1762 ((-757) $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -2168 ($ (-1 (-757) (-757)) $)) (-15 -1974 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-833)) (-6 (-833)) |%noBranch|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1394 (((-3 (-553) "failed") $) 45)) (-2831 (((-553) $) 46)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-1773 (($ $ $) 52)) (-2012 (($ $ $) 51)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3968 (((-3 $ "failed") $ $) 40)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-553)) 44)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1667 (((-111) $ $) 49)) (-1645 (((-111) $ $) 48)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 50)) (-1633 (((-111) $ $) 47)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
(((-381) (-137)) (T -381))
NIL
-(-13 (-544) (-832) (-1019 (-552)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-284) . T) ((-544) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-832) . T) ((-1019 (-552)) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-1297 (((-111) $) 20)) (-1635 (((-111) $) 19)) (-3307 (($ (-1136) (-1136) (-1136)) 21)) (-4290 (((-1136) $) 16)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2694 (($ (-1136) (-1136) (-1136)) 14)) (-2411 (((-1136) $) 17)) (-3926 (((-111) $) 18)) (-2222 (((-1136) $) 15)) (-3213 (((-844) $) 12) (($ (-1136)) 13) (((-1136) $) 9)) (-1613 (((-111) $ $) 7)))
+(-13 (-545) (-833) (-1020 (-553)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-603 #0=(-553)) . T) ((-600 (-845)) . T) ((-169) . T) ((-284) . T) ((-545) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-833) . T) ((-1020 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1774 (((-111) $) 20)) (-3921 (((-111) $) 19)) (-3306 (($ (-1137) (-1137) (-1137)) 21)) (-4292 (((-1137) $) 16)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2693 (($ (-1137) (-1137) (-1137)) 14)) (-3943 (((-1137) $) 17)) (-2698 (((-111) $) 18)) (-2222 (((-1137) $) 15)) (-3212 (((-845) $) 12) (($ (-1137)) 13) (((-1137) $) 9)) (-1614 (((-111) $ $) 7)))
(((-382) (-383)) (T -382))
NIL
(-383)
-((-3202 (((-111) $ $) 7)) (-1297 (((-111) $) 14)) (-1635 (((-111) $) 15)) (-3307 (($ (-1136) (-1136) (-1136)) 13)) (-4290 (((-1136) $) 18)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-2694 (($ (-1136) (-1136) (-1136)) 20)) (-2411 (((-1136) $) 17)) (-3926 (((-111) $) 16)) (-2222 (((-1136) $) 19)) (-3213 (((-844) $) 11) (($ (-1136)) 22) (((-1136) $) 21)) (-1613 (((-111) $ $) 6)))
+((-3200 (((-111) $ $) 7)) (-1774 (((-111) $) 14)) (-3921 (((-111) $) 15)) (-3306 (($ (-1137) (-1137) (-1137)) 13)) (-4292 (((-1137) $) 18)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2693 (($ (-1137) (-1137) (-1137)) 20)) (-3943 (((-1137) $) 17)) (-2698 (((-111) $) 16)) (-2222 (((-1137) $) 19)) (-3212 (((-845) $) 11) (($ (-1137)) 22) (((-1137) $) 21)) (-1614 (((-111) $ $) 6)))
(((-383) (-137)) (T -383))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-4 *1 (-383)))) (-3213 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1136)))) (-2694 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1136)) (-4 *1 (-383)))) (-2222 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1136)))) (-4290 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1136)))) (-2411 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1136)))) (-3926 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))) (-1635 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))) (-1297 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))) (-3307 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1136)) (-4 *1 (-383)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ($ (-1136))) (-15 -3213 ((-1136) $)) (-15 -2694 ($ (-1136) (-1136) (-1136))) (-15 -2222 ((-1136) $)) (-15 -4290 ((-1136) $)) (-15 -2411 ((-1136) $)) (-15 -3926 ((-111) $)) (-15 -1635 ((-111) $)) (-15 -1297 ((-111) $)) (-15 -3307 ($ (-1136) (-1136) (-1136)))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2223 (((-844) $) 50)) (-2130 (($) NIL T CONST)) (-3422 (($ $ (-902)) NIL)) (-3454 (($ $ (-902)) NIL)) (-1736 (($ $ (-902)) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-4126 (($ (-756)) 26)) (-3725 (((-756)) 17)) (-1370 (((-844) $) 52)) (-2104 (($ $ $) NIL)) (-3213 (((-844) $) NIL)) (-1826 (($ $ $ $) NIL)) (-2845 (($ $ $) NIL)) (-3297 (($) 20 T CONST)) (-1613 (((-111) $ $) 28)) (-1709 (($ $) 34) (($ $ $) 36)) (-1698 (($ $ $) 37)) (** (($ $ (-902)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 38) (($ $ |#3|) NIL) (($ |#3| $) 33)))
-(((-384 |#1| |#2| |#3|) (-13 (-729 |#3|) (-10 -8 (-15 -3725 ((-756))) (-15 -1370 ((-844) $)) (-15 -2223 ((-844) $)) (-15 -4126 ($ (-756))))) (-756) (-756) (-169)) (T -384))
-((-3725 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-169)))) (-1370 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 (-756)) (-14 *4 (-756)) (-4 *5 (-169)))) (-2223 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 (-756)) (-14 *4 (-756)) (-4 *5 (-169)))) (-4126 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-169)))))
-(-13 (-729 |#3|) (-10 -8 (-15 -3725 ((-756))) (-15 -1370 ((-844) $)) (-15 -2223 ((-844) $)) (-15 -4126 ($ (-756)))))
-((-2577 (((-1136)) 10)) (-3961 (((-1125 (-1136))) 28)) (-1752 (((-1242) (-1136)) 25) (((-1242) (-382)) 24)) (-2159 (((-1242)) 26)) (-1929 (((-1125 (-1136))) 27)))
-(((-385) (-10 -7 (-15 -1929 ((-1125 (-1136)))) (-15 -3961 ((-1125 (-1136)))) (-15 -2159 ((-1242))) (-15 -1752 ((-1242) (-382))) (-15 -1752 ((-1242) (-1136))) (-15 -2577 ((-1136))))) (T -385))
-((-2577 (*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-385)))) (-1752 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-385)))) (-1752 (*1 *2 *3) (-12 (-5 *3 (-382)) (-5 *2 (-1242)) (-5 *1 (-385)))) (-2159 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-385)))) (-3961 (*1 *2) (-12 (-5 *2 (-1125 (-1136))) (-5 *1 (-385)))) (-1929 (*1 *2) (-12 (-5 *2 (-1125 (-1136))) (-5 *1 (-385)))))
-(-10 -7 (-15 -1929 ((-1125 (-1136)))) (-15 -3961 ((-1125 (-1136)))) (-15 -2159 ((-1242))) (-15 -1752 ((-1242) (-382))) (-15 -1752 ((-1242) (-1136))) (-15 -2577 ((-1136))))
-((-4241 (((-756) (-330 |#1| |#2| |#3| |#4|)) 16)))
-(((-386 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4241 ((-756) (-330 |#1| |#2| |#3| |#4|)))) (-13 (-362) (-357)) (-1213 |#1|) (-1213 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -386))
-((-4241 (*1 *2 *3) (-12 (-5 *3 (-330 *4 *5 *6 *7)) (-4 *4 (-13 (-362) (-357))) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5))) (-4 *7 (-336 *4 *5 *6)) (-5 *2 (-756)) (-5 *1 (-386 *4 *5 *6 *7)))))
-(-10 -7 (-15 -4241 ((-756) (-330 |#1| |#2| |#3| |#4|))))
-((-3213 (((-388) |#1|) 11)))
-(((-387 |#1|) (-10 -7 (-15 -3213 ((-388) |#1|))) (-1078)) (T -387))
-((-3213 (*1 *2 *3) (-12 (-5 *2 (-388)) (-5 *1 (-387 *3)) (-4 *3 (-1078)))))
-(-10 -7 (-15 -3213 ((-388) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-1891 (((-629 (-1136)) $ (-629 (-1136))) 38)) (-3123 (((-629 (-1136)) $ (-629 (-1136))) 39)) (-3835 (((-629 (-1136)) $ (-629 (-1136))) 40)) (-3348 (((-629 (-1136)) $) 35)) (-3307 (($) 23)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2338 (((-629 (-1136)) $) 36)) (-4267 (((-629 (-1136)) $) 37)) (-2595 (((-1242) $ (-552)) 33) (((-1242) $) 34)) (-1522 (($ (-844) (-552)) 30)) (-3213 (((-844) $) 42) (($ (-844)) 25)) (-1613 (((-111) $ $) NIL)))
-(((-388) (-13 (-1078) (-10 -8 (-15 -3213 ($ (-844))) (-15 -1522 ($ (-844) (-552))) (-15 -2595 ((-1242) $ (-552))) (-15 -2595 ((-1242) $)) (-15 -4267 ((-629 (-1136)) $)) (-15 -2338 ((-629 (-1136)) $)) (-15 -3307 ($)) (-15 -3348 ((-629 (-1136)) $)) (-15 -3835 ((-629 (-1136)) $ (-629 (-1136)))) (-15 -3123 ((-629 (-1136)) $ (-629 (-1136)))) (-15 -1891 ((-629 (-1136)) $ (-629 (-1136))))))) (T -388))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-844)) (-5 *1 (-388)))) (-1522 (*1 *1 *2 *3) (-12 (-5 *2 (-844)) (-5 *3 (-552)) (-5 *1 (-388)))) (-2595 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-388)))) (-2595 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-388)))) (-4267 (*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388)))) (-2338 (*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388)))) (-3307 (*1 *1) (-5 *1 (-388))) (-3348 (*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388)))) (-3835 (*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388)))) (-3123 (*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388)))) (-1891 (*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ($ (-844))) (-15 -1522 ($ (-844) (-552))) (-15 -2595 ((-1242) $ (-552))) (-15 -2595 ((-1242) $)) (-15 -4267 ((-629 (-1136)) $)) (-15 -2338 ((-629 (-1136)) $)) (-15 -3307 ($)) (-15 -3348 ((-629 (-1136)) $)) (-15 -3835 ((-629 (-1136)) $ (-629 (-1136)))) (-15 -3123 ((-629 (-1136)) $ (-629 (-1136)))) (-15 -1891 ((-629 (-1136)) $ (-629 (-1136))))))
-((-2175 (((-1242) $) 7)) (-3213 (((-844) $) 8)))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-4 *1 (-383)))) (-3212 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1137)))) (-2693 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1137)) (-4 *1 (-383)))) (-2222 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1137)))) (-4292 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1137)))) (-3943 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1137)))) (-2698 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))) (-3921 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))) (-1774 (*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))) (-3306 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1137)) (-4 *1 (-383)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ($ (-1137))) (-15 -3212 ((-1137) $)) (-15 -2693 ($ (-1137) (-1137) (-1137))) (-15 -2222 ((-1137) $)) (-15 -4292 ((-1137) $)) (-15 -3943 ((-1137) $)) (-15 -2698 ((-111) $)) (-15 -3921 ((-111) $)) (-15 -1774 ((-111) $)) (-15 -3306 ($ (-1137) (-1137) (-1137)))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-1507 (((-845) $) 50)) (-3203 (($) NIL T CONST)) (-1361 (($ $ (-903)) NIL)) (-3592 (($ $ (-903)) NIL)) (-3620 (($ $ (-903)) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4125 (($ (-757)) 26)) (-1315 (((-757)) 17)) (-1285 (((-845) $) 52)) (-2931 (($ $ $) NIL)) (-3212 (((-845) $) NIL)) (-3195 (($ $ $ $) NIL)) (-2483 (($ $ $) NIL)) (-3296 (($) 20 T CONST)) (-1614 (((-111) $ $) 28)) (-1710 (($ $) 34) (($ $ $) 36)) (-1699 (($ $ $) 37)) (** (($ $ (-903)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 38) (($ $ |#3|) NIL) (($ |#3| $) 33)))
+(((-384 |#1| |#2| |#3|) (-13 (-730 |#3|) (-10 -8 (-15 -1315 ((-757))) (-15 -1285 ((-845) $)) (-15 -1507 ((-845) $)) (-15 -4125 ($ (-757))))) (-757) (-757) (-169)) (T -384))
+((-1315 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-169)))) (-1285 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 (-757)) (-14 *4 (-757)) (-4 *5 (-169)))) (-1507 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 (-757)) (-14 *4 (-757)) (-4 *5 (-169)))) (-4125 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-169)))))
+(-13 (-730 |#3|) (-10 -8 (-15 -1315 ((-757))) (-15 -1285 ((-845) $)) (-15 -1507 ((-845) $)) (-15 -4125 ($ (-757)))))
+((-1730 (((-1137)) 10)) (-1703 (((-1126 (-1137))) 28)) (-1751 (((-1243) (-1137)) 25) (((-1243) (-382)) 24)) (-2160 (((-1243)) 26)) (-1695 (((-1126 (-1137))) 27)))
+(((-385) (-10 -7 (-15 -1695 ((-1126 (-1137)))) (-15 -1703 ((-1126 (-1137)))) (-15 -2160 ((-1243))) (-15 -1751 ((-1243) (-382))) (-15 -1751 ((-1243) (-1137))) (-15 -1730 ((-1137))))) (T -385))
+((-1730 (*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-385)))) (-1751 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-385)))) (-1751 (*1 *2 *3) (-12 (-5 *3 (-382)) (-5 *2 (-1243)) (-5 *1 (-385)))) (-2160 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-385)))) (-1703 (*1 *2) (-12 (-5 *2 (-1126 (-1137))) (-5 *1 (-385)))) (-1695 (*1 *2) (-12 (-5 *2 (-1126 (-1137))) (-5 *1 (-385)))))
+(-10 -7 (-15 -1695 ((-1126 (-1137)))) (-15 -1703 ((-1126 (-1137)))) (-15 -2160 ((-1243))) (-15 -1751 ((-1243) (-382))) (-15 -1751 ((-1243) (-1137))) (-15 -1730 ((-1137))))
+((-2592 (((-757) (-330 |#1| |#2| |#3| |#4|)) 16)))
+(((-386 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2592 ((-757) (-330 |#1| |#2| |#3| |#4|)))) (-13 (-362) (-357)) (-1214 |#1|) (-1214 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -386))
+((-2592 (*1 *2 *3) (-12 (-5 *3 (-330 *4 *5 *6 *7)) (-4 *4 (-13 (-362) (-357))) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5))) (-4 *7 (-336 *4 *5 *6)) (-5 *2 (-757)) (-5 *1 (-386 *4 *5 *6 *7)))))
+(-10 -7 (-15 -2592 ((-757) (-330 |#1| |#2| |#3| |#4|))))
+((-3212 (((-388) |#1|) 11)))
+(((-387 |#1|) (-10 -7 (-15 -3212 ((-388) |#1|))) (-1079)) (T -387))
+((-3212 (*1 *2 *3) (-12 (-5 *2 (-388)) (-5 *1 (-387 *3)) (-4 *3 (-1079)))))
+(-10 -7 (-15 -3212 ((-388) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-2617 (((-630 (-1137)) $ (-630 (-1137))) 38)) (-2213 (((-630 (-1137)) $ (-630 (-1137))) 39)) (-3110 (((-630 (-1137)) $ (-630 (-1137))) 40)) (-1853 (((-630 (-1137)) $) 35)) (-3306 (($) 23)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2339 (((-630 (-1137)) $) 36)) (-1585 (((-630 (-1137)) $) 37)) (-2595 (((-1243) $ (-553)) 33) (((-1243) $) 34)) (-1523 (($ (-845) (-553)) 30)) (-3212 (((-845) $) 42) (($ (-845)) 25)) (-1614 (((-111) $ $) NIL)))
+(((-388) (-13 (-1079) (-10 -8 (-15 -3212 ($ (-845))) (-15 -1523 ($ (-845) (-553))) (-15 -2595 ((-1243) $ (-553))) (-15 -2595 ((-1243) $)) (-15 -1585 ((-630 (-1137)) $)) (-15 -2339 ((-630 (-1137)) $)) (-15 -3306 ($)) (-15 -1853 ((-630 (-1137)) $)) (-15 -3110 ((-630 (-1137)) $ (-630 (-1137)))) (-15 -2213 ((-630 (-1137)) $ (-630 (-1137)))) (-15 -2617 ((-630 (-1137)) $ (-630 (-1137))))))) (T -388))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-845)) (-5 *1 (-388)))) (-1523 (*1 *1 *2 *3) (-12 (-5 *2 (-845)) (-5 *3 (-553)) (-5 *1 (-388)))) (-2595 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-388)))) (-2595 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-388)))) (-1585 (*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388)))) (-2339 (*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388)))) (-3306 (*1 *1) (-5 *1 (-388))) (-1853 (*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388)))) (-3110 (*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388)))) (-2213 (*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388)))) (-2617 (*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ($ (-845))) (-15 -1523 ($ (-845) (-553))) (-15 -2595 ((-1243) $ (-553))) (-15 -2595 ((-1243) $)) (-15 -1585 ((-630 (-1137)) $)) (-15 -2339 ((-630 (-1137)) $)) (-15 -3306 ($)) (-15 -1853 ((-630 (-1137)) $)) (-15 -3110 ((-630 (-1137)) $ (-630 (-1137)))) (-15 -2213 ((-630 (-1137)) $ (-630 (-1137)))) (-15 -2617 ((-630 (-1137)) $ (-630 (-1137))))))
+((-2176 (((-1243) $) 7)) (-3212 (((-845) $) 8)))
(((-389) (-137)) (T -389))
-((-2175 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1242)))))
-(-13 (-1191) (-599 (-844)) (-10 -8 (-15 -2175 ((-1242) $))))
-(((-599 (-844)) . T) ((-1191) . T))
-((-1393 (((-3 $ "failed") (-310 (-373))) 21) (((-3 $ "failed") (-310 (-552))) 19) (((-3 $ "failed") (-933 (-373))) 17) (((-3 $ "failed") (-933 (-552))) 15) (((-3 $ "failed") (-401 (-933 (-373)))) 13) (((-3 $ "failed") (-401 (-933 (-552)))) 11)) (-2832 (($ (-310 (-373))) 22) (($ (-310 (-552))) 20) (($ (-933 (-373))) 18) (($ (-933 (-552))) 16) (($ (-401 (-933 (-373)))) 14) (($ (-401 (-933 (-552)))) 12)) (-2175 (((-1242) $) 7)) (-3213 (((-844) $) 8) (($ (-629 (-324))) 25) (($ (-324)) 24) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 23)))
+((-2176 (*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1243)))))
+(-13 (-1192) (-600 (-845)) (-10 -8 (-15 -2176 ((-1243) $))))
+(((-600 (-845)) . T) ((-1192) . T))
+((-1394 (((-3 $ "failed") (-310 (-373))) 21) (((-3 $ "failed") (-310 (-553))) 19) (((-3 $ "failed") (-934 (-373))) 17) (((-3 $ "failed") (-934 (-553))) 15) (((-3 $ "failed") (-401 (-934 (-373)))) 13) (((-3 $ "failed") (-401 (-934 (-553)))) 11)) (-2831 (($ (-310 (-373))) 22) (($ (-310 (-553))) 20) (($ (-934 (-373))) 18) (($ (-934 (-553))) 16) (($ (-401 (-934 (-373)))) 14) (($ (-401 (-934 (-553)))) 12)) (-2176 (((-1243) $) 7)) (-3212 (((-845) $) 8) (($ (-630 (-324))) 25) (($ (-324)) 24) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 23)))
(((-390) (-137)) (T -390))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-390)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-390)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) (-4 *1 (-390)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-4 *1 (-390)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-373))) (-4 *1 (-390)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-310 (-552))) (-4 *1 (-390)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-552))) (-4 *1 (-390)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-933 (-373))) (-4 *1 (-390)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-933 (-373))) (-4 *1 (-390)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-933 (-552))) (-4 *1 (-390)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-933 (-552))) (-4 *1 (-390)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-401 (-933 (-373)))) (-4 *1 (-390)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 (-933 (-373)))) (-4 *1 (-390)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-401 (-933 (-552)))) (-4 *1 (-390)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 (-933 (-552)))) (-4 *1 (-390)))))
-(-13 (-389) (-10 -8 (-15 -3213 ($ (-629 (-324)))) (-15 -3213 ($ (-324))) (-15 -3213 ($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))) (-15 -2832 ($ (-310 (-373)))) (-15 -1393 ((-3 $ "failed") (-310 (-373)))) (-15 -2832 ($ (-310 (-552)))) (-15 -1393 ((-3 $ "failed") (-310 (-552)))) (-15 -2832 ($ (-933 (-373)))) (-15 -1393 ((-3 $ "failed") (-933 (-373)))) (-15 -2832 ($ (-933 (-552)))) (-15 -1393 ((-3 $ "failed") (-933 (-552)))) (-15 -2832 ($ (-401 (-933 (-373))))) (-15 -1393 ((-3 $ "failed") (-401 (-933 (-373))))) (-15 -2832 ($ (-401 (-933 (-552))))) (-15 -1393 ((-3 $ "failed") (-401 (-933 (-552)))))))
-(((-599 (-844)) . T) ((-389) . T) ((-1191) . T))
-((-2059 (((-629 (-1136)) (-629 (-1136))) 9)) (-2175 (((-1242) (-382)) 27)) (-1818 (((-1082) (-1154) (-629 (-1154)) (-1157) (-629 (-1154))) 60) (((-1082) (-1154) (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154)))) (-629 (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154))))) (-629 (-1154)) (-1154)) 35) (((-1082) (-1154) (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154)))) (-629 (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154))))) (-629 (-1154))) 34)))
-(((-391) (-10 -7 (-15 -1818 ((-1082) (-1154) (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154)))) (-629 (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154))))) (-629 (-1154)))) (-15 -1818 ((-1082) (-1154) (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154)))) (-629 (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154))))) (-629 (-1154)) (-1154))) (-15 -1818 ((-1082) (-1154) (-629 (-1154)) (-1157) (-629 (-1154)))) (-15 -2175 ((-1242) (-382))) (-15 -2059 ((-629 (-1136)) (-629 (-1136)))))) (T -391))
-((-2059 (*1 *2 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-391)))) (-2175 (*1 *2 *3) (-12 (-5 *3 (-382)) (-5 *2 (-1242)) (-5 *1 (-391)))) (-1818 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-629 (-1154))) (-5 *5 (-1157)) (-5 *3 (-1154)) (-5 *2 (-1082)) (-5 *1 (-391)))) (-1818 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-629 (-629 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-629 (-3 (|:| |array| (-629 *3)) (|:| |scalar| (-1154))))) (-5 *6 (-629 (-1154))) (-5 *3 (-1154)) (-5 *2 (-1082)) (-5 *1 (-391)))) (-1818 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-629 (-629 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-629 (-3 (|:| |array| (-629 *3)) (|:| |scalar| (-1154))))) (-5 *6 (-629 (-1154))) (-5 *3 (-1154)) (-5 *2 (-1082)) (-5 *1 (-391)))))
-(-10 -7 (-15 -1818 ((-1082) (-1154) (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154)))) (-629 (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154))))) (-629 (-1154)))) (-15 -1818 ((-1082) (-1154) (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154)))) (-629 (-629 (-3 (|:| |array| (-629 (-1154))) (|:| |scalar| (-1154))))) (-629 (-1154)) (-1154))) (-15 -1818 ((-1082) (-1154) (-629 (-1154)) (-1157) (-629 (-1154)))) (-15 -2175 ((-1242) (-382))) (-15 -2059 ((-629 (-1136)) (-629 (-1136)))))
-((-2175 (((-1242) $) 38)) (-3213 (((-844) $) 98) (($ (-324)) 100) (($ (-629 (-324))) 99) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 97) (($ (-310 (-685))) 54) (($ (-310 (-683))) 73) (($ (-310 (-678))) 86) (($ (-288 (-310 (-685)))) 68) (($ (-288 (-310 (-683)))) 81) (($ (-288 (-310 (-678)))) 94) (($ (-310 (-552))) 104) (($ (-310 (-373))) 117) (($ (-310 (-166 (-373)))) 130) (($ (-288 (-310 (-552)))) 112) (($ (-288 (-310 (-373)))) 125) (($ (-288 (-310 (-166 (-373))))) 138)))
-(((-392 |#1| |#2| |#3| |#4|) (-13 (-389) (-10 -8 (-15 -3213 ($ (-324))) (-15 -3213 ($ (-629 (-324)))) (-15 -3213 ($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))) (-15 -3213 ($ (-310 (-685)))) (-15 -3213 ($ (-310 (-683)))) (-15 -3213 ($ (-310 (-678)))) (-15 -3213 ($ (-288 (-310 (-685))))) (-15 -3213 ($ (-288 (-310 (-683))))) (-15 -3213 ($ (-288 (-310 (-678))))) (-15 -3213 ($ (-310 (-552)))) (-15 -3213 ($ (-310 (-373)))) (-15 -3213 ($ (-310 (-166 (-373))))) (-15 -3213 ($ (-288 (-310 (-552))))) (-15 -3213 ($ (-288 (-310 (-373))))) (-15 -3213 ($ (-288 (-310 (-166 (-373)))))))) (-1154) (-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-629 (-1154)) (-1158)) (T -392))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-324)) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-310 (-685))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-310 (-683))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-310 (-678))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-685)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-683)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-678)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-310 (-552))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-310 (-166 (-373)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-552)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-373)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-166 (-373))))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-14 *5 (-629 (-1154))) (-14 *6 (-1158)))))
-(-13 (-389) (-10 -8 (-15 -3213 ($ (-324))) (-15 -3213 ($ (-629 (-324)))) (-15 -3213 ($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))) (-15 -3213 ($ (-310 (-685)))) (-15 -3213 ($ (-310 (-683)))) (-15 -3213 ($ (-310 (-678)))) (-15 -3213 ($ (-288 (-310 (-685))))) (-15 -3213 ($ (-288 (-310 (-683))))) (-15 -3213 ($ (-288 (-310 (-678))))) (-15 -3213 ($ (-310 (-552)))) (-15 -3213 ($ (-310 (-373)))) (-15 -3213 ($ (-310 (-166 (-373))))) (-15 -3213 ($ (-288 (-310 (-552))))) (-15 -3213 ($ (-288 (-310 (-373))))) (-15 -3213 ($ (-288 (-310 (-166 (-373))))))))
-((-3202 (((-111) $ $) NIL)) (-3818 ((|#2| $) 36)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-1870 (($ (-401 |#2|)) 85)) (-2774 (((-629 (-2 (|:| -1406 (-756)) (|:| -4046 |#2|) (|:| |num| |#2|))) $) 37)) (-3096 (($ $) 32) (($ $ (-756)) 34)) (-1522 (((-401 |#2|) $) 46)) (-3226 (($ (-629 (-2 (|:| -1406 (-756)) (|:| -4046 |#2|) (|:| |num| |#2|)))) 31)) (-3213 (((-844) $) 120)) (-1765 (($ $) 33) (($ $ (-756)) 35)) (-1613 (((-111) $ $) NIL)) (-1698 (($ |#2| $) 39)))
-(((-393 |#1| |#2|) (-13 (-1078) (-600 (-401 |#2|)) (-10 -8 (-15 -1698 ($ |#2| $)) (-15 -1870 ($ (-401 |#2|))) (-15 -3818 (|#2| $)) (-15 -2774 ((-629 (-2 (|:| -1406 (-756)) (|:| -4046 |#2|) (|:| |num| |#2|))) $)) (-15 -3226 ($ (-629 (-2 (|:| -1406 (-756)) (|:| -4046 |#2|) (|:| |num| |#2|))))) (-15 -3096 ($ $)) (-15 -1765 ($ $)) (-15 -3096 ($ $ (-756))) (-15 -1765 ($ $ (-756))))) (-13 (-357) (-144)) (-1213 |#1|)) (T -393))
-((-1698 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *2)) (-4 *2 (-1213 *3)))) (-1870 (*1 *1 *2) (-12 (-5 *2 (-401 *4)) (-4 *4 (-1213 *3)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4)))) (-3818 (*1 *2 *1) (-12 (-4 *2 (-1213 *3)) (-5 *1 (-393 *3 *2)) (-4 *3 (-13 (-357) (-144))))) (-2774 (*1 *2 *1) (-12 (-4 *3 (-13 (-357) (-144))) (-5 *2 (-629 (-2 (|:| -1406 (-756)) (|:| -4046 *4) (|:| |num| *4)))) (-5 *1 (-393 *3 *4)) (-4 *4 (-1213 *3)))) (-3226 (*1 *1 *2) (-12 (-5 *2 (-629 (-2 (|:| -1406 (-756)) (|:| -4046 *4) (|:| |num| *4)))) (-4 *4 (-1213 *3)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4)))) (-3096 (*1 *1 *1) (-12 (-4 *2 (-13 (-357) (-144))) (-5 *1 (-393 *2 *3)) (-4 *3 (-1213 *2)))) (-1765 (*1 *1 *1) (-12 (-4 *2 (-13 (-357) (-144))) (-5 *1 (-393 *2 *3)) (-4 *3 (-1213 *2)))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4)) (-4 *4 (-1213 *3)))) (-1765 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4)) (-4 *4 (-1213 *3)))))
-(-13 (-1078) (-600 (-401 |#2|)) (-10 -8 (-15 -1698 ($ |#2| $)) (-15 -1870 ($ (-401 |#2|))) (-15 -3818 (|#2| $)) (-15 -2774 ((-629 (-2 (|:| -1406 (-756)) (|:| -4046 |#2|) (|:| |num| |#2|))) $)) (-15 -3226 ($ (-629 (-2 (|:| -1406 (-756)) (|:| -4046 |#2|) (|:| |num| |#2|))))) (-15 -3096 ($ $)) (-15 -1765 ($ $)) (-15 -3096 ($ $ (-756))) (-15 -1765 ($ $ (-756)))))
-((-3202 (((-111) $ $) 9 (-4029 (|has| |#1| (-867 (-552))) (|has| |#1| (-867 (-373)))))) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 15 (|has| |#1| (-867 (-373)))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 14 (|has| |#1| (-867 (-552))))) (-2623 (((-1136) $) 13 (-4029 (|has| |#1| (-867 (-552))) (|has| |#1| (-867 (-373)))))) (-2876 (((-1098) $) 12 (-4029 (|has| |#1| (-867 (-552))) (|has| |#1| (-867 (-373)))))) (-3213 (((-844) $) 11 (-4029 (|has| |#1| (-867 (-552))) (|has| |#1| (-867 (-373)))))) (-1613 (((-111) $ $) 10 (-4029 (|has| |#1| (-867 (-552))) (|has| |#1| (-867 (-373)))))))
-(((-394 |#1|) (-137) (-1191)) (T -394))
-NIL
-(-13 (-1191) (-10 -7 (IF (|has| |t#1| (-867 (-552))) (-6 (-867 (-552))) |%noBranch|) (IF (|has| |t#1| (-867 (-373))) (-6 (-867 (-373))) |%noBranch|)))
-(((-101) -4029 (|has| |#1| (-867 (-552))) (|has| |#1| (-867 (-373)))) ((-599 (-844)) -4029 (|has| |#1| (-867 (-552))) (|has| |#1| (-867 (-373)))) ((-867 (-373)) |has| |#1| (-867 (-373))) ((-867 (-552)) |has| |#1| (-867 (-552))) ((-1078) -4029 (|has| |#1| (-867 (-552))) (|has| |#1| (-867 (-373)))) ((-1191) . T))
-((-1788 (($ $) 10) (($ $ (-756)) 11)))
-(((-395 |#1|) (-10 -8 (-15 -1788 (|#1| |#1| (-756))) (-15 -1788 (|#1| |#1|))) (-396)) (T -395))
-NIL
-(-10 -8 (-15 -1788 (|#1| |#1| (-756))) (-15 -1788 (|#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-2393 (((-111) $ $) 57)) (-2130 (($) 17 T CONST)) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-1788 (($ $) 76) (($ $ (-756)) 75)) (-1677 (((-111) $) 68)) (-4241 (((-818 (-902)) $) 78)) (-4065 (((-111) $) 30)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 67)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-3479 (((-412 $) $) 71)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-4147 (((-3 (-756) "failed") $ $) 77)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63)) (-3878 (((-3 $ "failed") $) 79)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ $) 62)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64)))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-390)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-390)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) (-4 *1 (-390)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-4 *1 (-390)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-373))) (-4 *1 (-390)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-310 (-553))) (-4 *1 (-390)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-553))) (-4 *1 (-390)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-934 (-373))) (-4 *1 (-390)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-934 (-373))) (-4 *1 (-390)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-934 (-553))) (-4 *1 (-390)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-934 (-553))) (-4 *1 (-390)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-401 (-934 (-373)))) (-4 *1 (-390)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 (-934 (-373)))) (-4 *1 (-390)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-401 (-934 (-553)))) (-4 *1 (-390)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 (-934 (-553)))) (-4 *1 (-390)))))
+(-13 (-389) (-10 -8 (-15 -3212 ($ (-630 (-324)))) (-15 -3212 ($ (-324))) (-15 -3212 ($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))) (-15 -2831 ($ (-310 (-373)))) (-15 -1394 ((-3 $ "failed") (-310 (-373)))) (-15 -2831 ($ (-310 (-553)))) (-15 -1394 ((-3 $ "failed") (-310 (-553)))) (-15 -2831 ($ (-934 (-373)))) (-15 -1394 ((-3 $ "failed") (-934 (-373)))) (-15 -2831 ($ (-934 (-553)))) (-15 -1394 ((-3 $ "failed") (-934 (-553)))) (-15 -2831 ($ (-401 (-934 (-373))))) (-15 -1394 ((-3 $ "failed") (-401 (-934 (-373))))) (-15 -2831 ($ (-401 (-934 (-553))))) (-15 -1394 ((-3 $ "failed") (-401 (-934 (-553)))))))
+(((-600 (-845)) . T) ((-389) . T) ((-1192) . T))
+((-3707 (((-630 (-1137)) (-630 (-1137))) 9)) (-2176 (((-1243) (-382)) 27)) (-3121 (((-1083) (-1155) (-630 (-1155)) (-1158) (-630 (-1155))) 60) (((-1083) (-1155) (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155)))) (-630 (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155))))) (-630 (-1155)) (-1155)) 35) (((-1083) (-1155) (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155)))) (-630 (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155))))) (-630 (-1155))) 34)))
+(((-391) (-10 -7 (-15 -3121 ((-1083) (-1155) (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155)))) (-630 (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155))))) (-630 (-1155)))) (-15 -3121 ((-1083) (-1155) (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155)))) (-630 (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155))))) (-630 (-1155)) (-1155))) (-15 -3121 ((-1083) (-1155) (-630 (-1155)) (-1158) (-630 (-1155)))) (-15 -2176 ((-1243) (-382))) (-15 -3707 ((-630 (-1137)) (-630 (-1137)))))) (T -391))
+((-3707 (*1 *2 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-391)))) (-2176 (*1 *2 *3) (-12 (-5 *3 (-382)) (-5 *2 (-1243)) (-5 *1 (-391)))) (-3121 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-630 (-1155))) (-5 *5 (-1158)) (-5 *3 (-1155)) (-5 *2 (-1083)) (-5 *1 (-391)))) (-3121 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-630 (-630 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-630 (-3 (|:| |array| (-630 *3)) (|:| |scalar| (-1155))))) (-5 *6 (-630 (-1155))) (-5 *3 (-1155)) (-5 *2 (-1083)) (-5 *1 (-391)))) (-3121 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-630 (-630 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-630 (-3 (|:| |array| (-630 *3)) (|:| |scalar| (-1155))))) (-5 *6 (-630 (-1155))) (-5 *3 (-1155)) (-5 *2 (-1083)) (-5 *1 (-391)))))
+(-10 -7 (-15 -3121 ((-1083) (-1155) (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155)))) (-630 (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155))))) (-630 (-1155)))) (-15 -3121 ((-1083) (-1155) (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155)))) (-630 (-630 (-3 (|:| |array| (-630 (-1155))) (|:| |scalar| (-1155))))) (-630 (-1155)) (-1155))) (-15 -3121 ((-1083) (-1155) (-630 (-1155)) (-1158) (-630 (-1155)))) (-15 -2176 ((-1243) (-382))) (-15 -3707 ((-630 (-1137)) (-630 (-1137)))))
+((-2176 (((-1243) $) 38)) (-3212 (((-845) $) 98) (($ (-324)) 100) (($ (-630 (-324))) 99) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 97) (($ (-310 (-686))) 54) (($ (-310 (-684))) 73) (($ (-310 (-679))) 86) (($ (-288 (-310 (-686)))) 68) (($ (-288 (-310 (-684)))) 81) (($ (-288 (-310 (-679)))) 94) (($ (-310 (-553))) 104) (($ (-310 (-373))) 117) (($ (-310 (-166 (-373)))) 130) (($ (-288 (-310 (-553)))) 112) (($ (-288 (-310 (-373)))) 125) (($ (-288 (-310 (-166 (-373))))) 138)))
+(((-392 |#1| |#2| |#3| |#4|) (-13 (-389) (-10 -8 (-15 -3212 ($ (-324))) (-15 -3212 ($ (-630 (-324)))) (-15 -3212 ($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))) (-15 -3212 ($ (-310 (-686)))) (-15 -3212 ($ (-310 (-684)))) (-15 -3212 ($ (-310 (-679)))) (-15 -3212 ($ (-288 (-310 (-686))))) (-15 -3212 ($ (-288 (-310 (-684))))) (-15 -3212 ($ (-288 (-310 (-679))))) (-15 -3212 ($ (-310 (-553)))) (-15 -3212 ($ (-310 (-373)))) (-15 -3212 ($ (-310 (-166 (-373))))) (-15 -3212 ($ (-288 (-310 (-553))))) (-15 -3212 ($ (-288 (-310 (-373))))) (-15 -3212 ($ (-288 (-310 (-166 (-373)))))))) (-1155) (-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-630 (-1155)) (-1159)) (T -392))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-324)) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-310 (-686))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-310 (-684))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-310 (-679))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-686)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-684)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-679)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-310 (-553))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-310 (-166 (-373)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-553)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-373)))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-288 (-310 (-166 (-373))))) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-14 *5 (-630 (-1155))) (-14 *6 (-1159)))))
+(-13 (-389) (-10 -8 (-15 -3212 ($ (-324))) (-15 -3212 ($ (-630 (-324)))) (-15 -3212 ($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))) (-15 -3212 ($ (-310 (-686)))) (-15 -3212 ($ (-310 (-684)))) (-15 -3212 ($ (-310 (-679)))) (-15 -3212 ($ (-288 (-310 (-686))))) (-15 -3212 ($ (-288 (-310 (-684))))) (-15 -3212 ($ (-288 (-310 (-679))))) (-15 -3212 ($ (-310 (-553)))) (-15 -3212 ($ (-310 (-373)))) (-15 -3212 ($ (-310 (-166 (-373))))) (-15 -3212 ($ (-288 (-310 (-553))))) (-15 -3212 ($ (-288 (-310 (-373))))) (-15 -3212 ($ (-288 (-310 (-166 (-373))))))))
+((-3200 (((-111) $ $) NIL)) (-2932 ((|#2| $) 36)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2377 (($ (-401 |#2|)) 85)) (-3062 (((-630 (-2 (|:| -3503 (-757)) (|:| -4045 |#2|) (|:| |num| |#2|))) $) 37)) (-3095 (($ $) 32) (($ $ (-757)) 34)) (-1523 (((-401 |#2|) $) 46)) (-3225 (($ (-630 (-2 (|:| -3503 (-757)) (|:| -4045 |#2|) (|:| |num| |#2|)))) 31)) (-3212 (((-845) $) 120)) (-1766 (($ $) 33) (($ $ (-757)) 35)) (-1614 (((-111) $ $) NIL)) (-1699 (($ |#2| $) 39)))
+(((-393 |#1| |#2|) (-13 (-1079) (-601 (-401 |#2|)) (-10 -8 (-15 -1699 ($ |#2| $)) (-15 -2377 ($ (-401 |#2|))) (-15 -2932 (|#2| $)) (-15 -3062 ((-630 (-2 (|:| -3503 (-757)) (|:| -4045 |#2|) (|:| |num| |#2|))) $)) (-15 -3225 ($ (-630 (-2 (|:| -3503 (-757)) (|:| -4045 |#2|) (|:| |num| |#2|))))) (-15 -3095 ($ $)) (-15 -1766 ($ $)) (-15 -3095 ($ $ (-757))) (-15 -1766 ($ $ (-757))))) (-13 (-357) (-144)) (-1214 |#1|)) (T -393))
+((-1699 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *2)) (-4 *2 (-1214 *3)))) (-2377 (*1 *1 *2) (-12 (-5 *2 (-401 *4)) (-4 *4 (-1214 *3)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4)))) (-2932 (*1 *2 *1) (-12 (-4 *2 (-1214 *3)) (-5 *1 (-393 *3 *2)) (-4 *3 (-13 (-357) (-144))))) (-3062 (*1 *2 *1) (-12 (-4 *3 (-13 (-357) (-144))) (-5 *2 (-630 (-2 (|:| -3503 (-757)) (|:| -4045 *4) (|:| |num| *4)))) (-5 *1 (-393 *3 *4)) (-4 *4 (-1214 *3)))) (-3225 (*1 *1 *2) (-12 (-5 *2 (-630 (-2 (|:| -3503 (-757)) (|:| -4045 *4) (|:| |num| *4)))) (-4 *4 (-1214 *3)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4)))) (-3095 (*1 *1 *1) (-12 (-4 *2 (-13 (-357) (-144))) (-5 *1 (-393 *2 *3)) (-4 *3 (-1214 *2)))) (-1766 (*1 *1 *1) (-12 (-4 *2 (-13 (-357) (-144))) (-5 *1 (-393 *2 *3)) (-4 *3 (-1214 *2)))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4)) (-4 *4 (-1214 *3)))) (-1766 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4)) (-4 *4 (-1214 *3)))))
+(-13 (-1079) (-601 (-401 |#2|)) (-10 -8 (-15 -1699 ($ |#2| $)) (-15 -2377 ($ (-401 |#2|))) (-15 -2932 (|#2| $)) (-15 -3062 ((-630 (-2 (|:| -3503 (-757)) (|:| -4045 |#2|) (|:| |num| |#2|))) $)) (-15 -3225 ($ (-630 (-2 (|:| -3503 (-757)) (|:| -4045 |#2|) (|:| |num| |#2|))))) (-15 -3095 ($ $)) (-15 -1766 ($ $)) (-15 -3095 ($ $ (-757))) (-15 -1766 ($ $ (-757)))))
+((-3200 (((-111) $ $) 9 (-4028 (|has| |#1| (-868 (-553))) (|has| |#1| (-868 (-373)))))) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 15 (|has| |#1| (-868 (-373)))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 14 (|has| |#1| (-868 (-553))))) (-4056 (((-1137) $) 13 (-4028 (|has| |#1| (-868 (-553))) (|has| |#1| (-868 (-373)))))) (-2875 (((-1099) $) 12 (-4028 (|has| |#1| (-868 (-553))) (|has| |#1| (-868 (-373)))))) (-3212 (((-845) $) 11 (-4028 (|has| |#1| (-868 (-553))) (|has| |#1| (-868 (-373)))))) (-1614 (((-111) $ $) 10 (-4028 (|has| |#1| (-868 (-553))) (|has| |#1| (-868 (-373)))))))
+(((-394 |#1|) (-137) (-1192)) (T -394))
+NIL
+(-13 (-1192) (-10 -7 (IF (|has| |t#1| (-868 (-553))) (-6 (-868 (-553))) |%noBranch|) (IF (|has| |t#1| (-868 (-373))) (-6 (-868 (-373))) |%noBranch|)))
+(((-101) -4028 (|has| |#1| (-868 (-553))) (|has| |#1| (-868 (-373)))) ((-600 (-845)) -4028 (|has| |#1| (-868 (-553))) (|has| |#1| (-868 (-373)))) ((-868 (-373)) |has| |#1| (-868 (-373))) ((-868 (-553)) |has| |#1| (-868 (-553))) ((-1079) -4028 (|has| |#1| (-868 (-553))) (|has| |#1| (-868 (-373)))) ((-1192) . T))
+((-2865 (($ $) 10) (($ $ (-757)) 11)))
+(((-395 |#1|) (-10 -8 (-15 -2865 (|#1| |#1| (-757))) (-15 -2865 (|#1| |#1|))) (-396)) (T -395))
+NIL
+(-10 -8 (-15 -2865 (|#1| |#1| (-757))) (-15 -2865 (|#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3816 (((-111) $ $) 57)) (-3203 (($) 17 T CONST)) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-2865 (($ $) 76) (($ $ (-757)) 75)) (-4268 (((-111) $) 68)) (-2592 (((-819 (-903)) $) 78)) (-1434 (((-111) $) 30)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 67)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3476 (((-412 $) $) 71)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-2916 (((-3 (-757) "failed") $ $) 77)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63)) (-2234 (((-3 $ "failed") $) 79)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ $) 62)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64)))
(((-396) (-137)) (T -396))
-((-4241 (*1 *2 *1) (-12 (-4 *1 (-396)) (-5 *2 (-818 (-902))))) (-4147 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-396)) (-5 *2 (-756)))) (-1788 (*1 *1 *1) (-4 *1 (-396))) (-1788 (*1 *1 *1 *2) (-12 (-4 *1 (-396)) (-5 *2 (-756)))))
-(-13 (-357) (-142) (-10 -8 (-15 -4241 ((-818 (-902)) $)) (-15 -4147 ((-3 (-756) "failed") $ $)) (-15 -1788 ($ $)) (-15 -1788 ($ $ (-756)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-142) . T) ((-599 (-844)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-445) . T) ((-544) . T) ((-632 #0#) . T) ((-632 $) . T) ((-702 #0#) . T) ((-702 $) . T) ((-711) . T) ((-901) . T) ((-1036 #0#) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) . T))
-((-3396 (($ (-552) (-552)) 11) (($ (-552) (-552) (-902)) NIL)) (-2950 (((-902)) 16) (((-902) (-902)) NIL)))
-(((-397 |#1|) (-10 -8 (-15 -2950 ((-902) (-902))) (-15 -2950 ((-902))) (-15 -3396 (|#1| (-552) (-552) (-902))) (-15 -3396 (|#1| (-552) (-552)))) (-398)) (T -397))
-((-2950 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-397 *3)) (-4 *3 (-398)))) (-2950 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-397 *3)) (-4 *3 (-398)))))
-(-10 -8 (-15 -2950 ((-902) (-902))) (-15 -2950 ((-902))) (-15 -3396 (|#1| (-552) (-552) (-902))) (-15 -3396 (|#1| (-552) (-552))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3603 (((-552) $) 86)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4157 (($ $) 84)) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-3489 (($ $) 94)) (-2393 (((-111) $ $) 57)) (-3886 (((-552) $) 111)) (-2130 (($) 17 T CONST)) (-4183 (($ $) 83)) (-1393 (((-3 (-552) "failed") $) 99) (((-3 (-401 (-552)) "failed") $) 96)) (-2832 (((-552) $) 98) (((-401 (-552)) $) 95)) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-1677 (((-111) $) 68)) (-2180 (((-902)) 127) (((-902) (-902)) 124 (|has| $ (-6 -4359)))) (-1338 (((-111) $) 109)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 90)) (-4241 (((-552) $) 133)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 93)) (-4346 (($ $) 89)) (-3127 (((-111) $) 110)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-1772 (($ $ $) 108) (($) 121 (-12 (-4107 (|has| $ (-6 -4359))) (-4107 (|has| $ (-6 -4351)))))) (-2011 (($ $ $) 107) (($) 120 (-12 (-4107 (|has| $ (-6 -4359))) (-4107 (|has| $ (-6 -4351)))))) (-1833 (((-552) $) 130)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 67)) (-1676 (((-902) (-552)) 123 (|has| $ (-6 -4359)))) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-2147 (($ $) 85)) (-3410 (($ $) 87)) (-3396 (($ (-552) (-552)) 135) (($ (-552) (-552) (-902)) 134)) (-3479 (((-412 $) $) 71)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-1406 (((-552) $) 131)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-2950 (((-902)) 128) (((-902) (-902)) 125 (|has| $ (-6 -4359)))) (-2474 (((-902) (-552)) 122 (|has| $ (-6 -4359)))) (-1522 (((-373) $) 102) (((-220) $) 101) (((-873 (-373)) $) 91)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63) (($ (-552)) 100) (($ (-401 (-552))) 97)) (-2014 (((-756)) 28)) (-3763 (($ $) 88)) (-2122 (((-902)) 129) (((-902) (-902)) 126 (|has| $ (-6 -4359)))) (-4174 (((-902)) 132)) (-3589 (((-111) $ $) 37)) (-1578 (($ $) 112)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1666 (((-111) $ $) 105)) (-1644 (((-111) $ $) 104)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 106)) (-1632 (((-111) $ $) 103)) (-1720 (($ $ $) 62)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66) (($ $ (-401 (-552))) 92)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64)))
+((-2592 (*1 *2 *1) (-12 (-4 *1 (-396)) (-5 *2 (-819 (-903))))) (-2916 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-396)) (-5 *2 (-757)))) (-2865 (*1 *1 *1) (-4 *1 (-396))) (-2865 (*1 *1 *1 *2) (-12 (-4 *1 (-396)) (-5 *2 (-757)))))
+(-13 (-357) (-142) (-10 -8 (-15 -2592 ((-819 (-903)) $)) (-15 -2916 ((-3 (-757) "failed") $ $)) (-15 -2865 ($ $)) (-15 -2865 ($ $ (-757)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-142) . T) ((-600 (-845)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-445) . T) ((-545) . T) ((-633 #0#) . T) ((-633 $) . T) ((-703 #0#) . T) ((-703 $) . T) ((-712) . T) ((-902) . T) ((-1037 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) . T))
+((-3393 (($ (-553) (-553)) 11) (($ (-553) (-553) (-903)) NIL)) (-4147 (((-903)) 16) (((-903) (-903)) NIL)))
+(((-397 |#1|) (-10 -8 (-15 -4147 ((-903) (-903))) (-15 -4147 ((-903))) (-15 -3393 (|#1| (-553) (-553) (-903))) (-15 -3393 (|#1| (-553) (-553)))) (-398)) (T -397))
+((-4147 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-397 *3)) (-4 *3 (-398)))) (-4147 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-397 *3)) (-4 *3 (-398)))))
+(-10 -8 (-15 -4147 ((-903) (-903))) (-15 -4147 ((-903))) (-15 -3393 (|#1| (-553) (-553) (-903))) (-15 -3393 (|#1| (-553) (-553))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-2589 (((-553) $) 86)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-3027 (($ $) 84)) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3487 (($ $) 94)) (-3816 (((-111) $ $) 57)) (-2299 (((-553) $) 111)) (-3203 (($) 17 T CONST)) (-3266 (($ $) 83)) (-1394 (((-3 (-553) "failed") $) 99) (((-3 (-401 (-553)) "failed") $) 96)) (-2831 (((-553) $) 100) (((-401 (-553)) $) 97)) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-4268 (((-111) $) 68)) (-2179 (((-903)) 127) (((-903) (-903)) 124 (|has| $ (-6 -4360)))) (-2184 (((-111) $) 109)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 90)) (-2592 (((-553) $) 133)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 93)) (-4233 (($ $) 89)) (-2260 (((-111) $) 110)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-1773 (($ $ $) 108) (($) 121 (-12 (-4106 (|has| $ (-6 -4360))) (-4106 (|has| $ (-6 -4352)))))) (-2012 (($ $ $) 107) (($) 120 (-12 (-4106 (|has| $ (-6 -4360))) (-4106 (|has| $ (-6 -4352)))))) (-1834 (((-553) $) 130)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 67)) (-4260 (((-903) (-553)) 123 (|has| $ (-6 -4360)))) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-2079 (($ $) 85)) (-1278 (($ $) 87)) (-3393 (($ (-553) (-553)) 135) (($ (-553) (-553) (-903)) 134)) (-3476 (((-412 $) $) 71)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3503 (((-553) $) 131)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-4147 (((-903)) 128) (((-903) (-903)) 125 (|has| $ (-6 -4360)))) (-3351 (((-903) (-553)) 122 (|has| $ (-6 -4360)))) (-1523 (((-373) $) 102) (((-220) $) 101) (((-874 (-373)) $) 91)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63) (($ (-553)) 98) (($ (-401 (-553))) 95)) (-1348 (((-757)) 28)) (-3609 (($ $) 88)) (-3127 (((-903)) 129) (((-903) (-903)) 126 (|has| $ (-6 -4360)))) (-4173 (((-903)) 132)) (-2453 (((-111) $ $) 37)) (-1411 (($ $) 112)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1667 (((-111) $ $) 105)) (-1645 (((-111) $ $) 104)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 106)) (-1633 (((-111) $ $) 103)) (-1721 (($ $ $) 62)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66) (($ $ (-401 (-553))) 92)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64)))
(((-398) (-137)) (T -398))
-((-3396 (*1 *1 *2 *2) (-12 (-5 *2 (-552)) (-4 *1 (-398)))) (-3396 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-552)) (-5 *3 (-902)) (-4 *1 (-398)))) (-4241 (*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-552)))) (-4174 (*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-902)))) (-1406 (*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-552)))) (-1833 (*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-552)))) (-2122 (*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-902)))) (-2950 (*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-902)))) (-2180 (*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-902)))) (-2122 (*1 *2 *2) (-12 (-5 *2 (-902)) (|has| *1 (-6 -4359)) (-4 *1 (-398)))) (-2950 (*1 *2 *2) (-12 (-5 *2 (-902)) (|has| *1 (-6 -4359)) (-4 *1 (-398)))) (-2180 (*1 *2 *2) (-12 (-5 *2 (-902)) (|has| *1 (-6 -4359)) (-4 *1 (-398)))) (-1676 (*1 *2 *3) (-12 (-5 *3 (-552)) (|has| *1 (-6 -4359)) (-4 *1 (-398)) (-5 *2 (-902)))) (-2474 (*1 *2 *3) (-12 (-5 *3 (-552)) (|has| *1 (-6 -4359)) (-4 *1 (-398)) (-5 *2 (-902)))) (-1772 (*1 *1) (-12 (-4 *1 (-398)) (-4107 (|has| *1 (-6 -4359))) (-4107 (|has| *1 (-6 -4351))))) (-2011 (*1 *1) (-12 (-4 *1 (-398)) (-4107 (|has| *1 (-6 -4359))) (-4107 (|has| *1 (-6 -4351))))))
-(-13 (-1039) (-10 -8 (-6 -4311) (-15 -3396 ($ (-552) (-552))) (-15 -3396 ($ (-552) (-552) (-902))) (-15 -4241 ((-552) $)) (-15 -4174 ((-902))) (-15 -1406 ((-552) $)) (-15 -1833 ((-552) $)) (-15 -2122 ((-902))) (-15 -2950 ((-902))) (-15 -2180 ((-902))) (IF (|has| $ (-6 -4359)) (PROGN (-15 -2122 ((-902) (-902))) (-15 -2950 ((-902) (-902))) (-15 -2180 ((-902) (-902))) (-15 -1676 ((-902) (-552))) (-15 -2474 ((-902) (-552)))) |%noBranch|) (IF (|has| $ (-6 -4351)) |%noBranch| (IF (|has| $ (-6 -4359)) |%noBranch| (PROGN (-15 -1772 ($)) (-15 -2011 ($)))))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-599 (-844)) . T) ((-169) . T) ((-600 (-220)) . T) ((-600 (-373)) . T) ((-600 (-873 (-373))) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-445) . T) ((-544) . T) ((-632 #0#) . T) ((-632 $) . T) ((-702 #0#) . T) ((-702 $) . T) ((-711) . T) ((-776) . T) ((-777) . T) ((-779) . T) ((-780) . T) ((-830) . T) ((-832) . T) ((-867 (-373)) . T) ((-901) . T) ((-983) . T) ((-1003) . T) ((-1039) . T) ((-1019 (-401 (-552))) . T) ((-1019 (-552)) . T) ((-1036 #0#) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) . T))
-((-1477 (((-412 |#2|) (-1 |#2| |#1|) (-412 |#1|)) 20)))
-(((-399 |#1| |#2|) (-10 -7 (-15 -1477 ((-412 |#2|) (-1 |#2| |#1|) (-412 |#1|)))) (-544) (-544)) (T -399))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-412 *5)) (-4 *5 (-544)) (-4 *6 (-544)) (-5 *2 (-412 *6)) (-5 *1 (-399 *5 *6)))))
-(-10 -7 (-15 -1477 ((-412 |#2|) (-1 |#2| |#1|) (-412 |#1|))))
-((-1477 (((-401 |#2|) (-1 |#2| |#1|) (-401 |#1|)) 13)))
-(((-400 |#1| |#2|) (-10 -7 (-15 -1477 ((-401 |#2|) (-1 |#2| |#1|) (-401 |#1|)))) (-544) (-544)) (T -400))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-401 *5)) (-4 *5 (-544)) (-4 *6 (-544)) (-5 *2 (-401 *6)) (-5 *1 (-400 *5 *6)))))
-(-10 -7 (-15 -1477 ((-401 |#2|) (-1 |#2| |#1|) (-401 |#1|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 13)) (-3603 ((|#1| $) 21 (|has| |#1| (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL (|has| |#1| (-805)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) 17) (((-3 (-1154) "failed") $) NIL (|has| |#1| (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) 70 (|has| |#1| (-1019 (-552)))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552))))) (-2832 ((|#1| $) 15) (((-1154) $) NIL (|has| |#1| (-1019 (-1154)))) (((-401 (-552)) $) 67 (|has| |#1| (-1019 (-552)))) (((-552) $) NIL (|has| |#1| (-1019 (-552))))) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) 50)) (-1332 (($) NIL (|has| |#1| (-537)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1338 (((-111) $) NIL (|has| |#1| (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| |#1| (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| |#1| (-867 (-373))))) (-4065 (((-111) $) 64)) (-3773 (($ $) NIL)) (-4015 ((|#1| $) 71)) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-1129)))) (-3127 (((-111) $) NIL (|has| |#1| (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| |#1| (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 97)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL (|has| |#1| (-301)))) (-3410 ((|#1| $) 28 (|has| |#1| (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) 135 (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) 131 (|has| |#1| (-890)))) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-629 (-288 |#1|))) NIL (|has| |#1| (-303 |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) NIL (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) |#1|) NIL (|has| |#1| (-506 (-1154) |#1|)))) (-3795 (((-756) $) NIL)) (-2060 (($ $ |#1|) NIL (|has| |#1| (-280 |#1| |#1|)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) 63)) (-2493 (($ $) NIL)) (-4026 ((|#1| $) 73)) (-1522 (((-873 (-552)) $) NIL (|has| |#1| (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| |#1| (-600 (-873 (-373))))) (((-528) $) NIL (|has| |#1| (-600 (-528)))) (((-373) $) NIL (|has| |#1| (-1003))) (((-220) $) NIL (|has| |#1| (-1003)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 115 (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ |#1|) 10) (($ (-1154)) NIL (|has| |#1| (-1019 (-1154))))) (-3878 (((-3 $ "failed") $) 99 (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) 100)) (-3763 ((|#1| $) 26 (|has| |#1| (-537)))) (-3589 (((-111) $ $) NIL)) (-1578 (($ $) NIL (|has| |#1| (-805)))) (-3297 (($) 22 T CONST)) (-3309 (($) 8 T CONST)) (-3016 (((-1136) $) 43 (-12 (|has| |#1| (-537)) (|has| |#1| (-813)))) (((-1136) $ (-111)) 44 (-12 (|has| |#1| (-537)) (|has| |#1| (-813)))) (((-1242) (-807) $) 45 (-12 (|has| |#1| (-537)) (|has| |#1| (-813)))) (((-1242) (-807) $ (-111)) 46 (-12 (|has| |#1| (-537)) (|has| |#1| (-813))))) (-1765 (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) 56)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) 24 (|has| |#1| (-832)))) (-1720 (($ $ $) 126) (($ |#1| |#1|) 52)) (-1709 (($ $) 25) (($ $ $) 55)) (-1698 (($ $ $) 53)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) 125)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 60) (($ $ $) 57) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ |#1| $) 61) (($ $ |#1|) 85)))
-(((-401 |#1|) (-13 (-973 |#1|) (-10 -7 (IF (|has| |#1| (-537)) (IF (|has| |#1| (-813)) (-6 (-813)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4355)) (IF (|has| |#1| (-445)) (IF (|has| |#1| (-6 -4366)) (-6 -4355) |%noBranch|) |%noBranch|) |%noBranch|))) (-544)) (T -401))
-NIL
-(-13 (-973 |#1|) (-10 -7 (IF (|has| |#1| (-537)) (IF (|has| |#1| (-813)) (-6 (-813)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4355)) (IF (|has| |#1| (-445)) (IF (|has| |#1| (-6 -4366)) (-6 -4355) |%noBranch|) |%noBranch|) |%noBranch|)))
-((-2977 (((-673 |#2|) (-1237 $)) NIL) (((-673 |#2|)) 18)) (-4278 (($ (-1237 |#2|) (-1237 $)) NIL) (($ (-1237 |#2|)) 24)) (-3584 (((-673 |#2|) $ (-1237 $)) NIL) (((-673 |#2|) $) 38)) (-2169 ((|#3| $) 60)) (-1721 ((|#2| (-1237 $)) NIL) ((|#2|) 20)) (-3464 (((-1237 |#2|) $ (-1237 $)) NIL) (((-673 |#2|) (-1237 $) (-1237 $)) NIL) (((-1237 |#2|) $) 22) (((-673 |#2|) (-1237 $)) 36)) (-1522 (((-1237 |#2|) $) 11) (($ (-1237 |#2|)) 13)) (-3767 ((|#3| $) 52)))
-(((-402 |#1| |#2| |#3|) (-10 -8 (-15 -3584 ((-673 |#2|) |#1|)) (-15 -1721 (|#2|)) (-15 -2977 ((-673 |#2|))) (-15 -1522 (|#1| (-1237 |#2|))) (-15 -1522 ((-1237 |#2|) |#1|)) (-15 -4278 (|#1| (-1237 |#2|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1|)) (-15 -2169 (|#3| |#1|)) (-15 -3767 (|#3| |#1|)) (-15 -2977 ((-673 |#2|) (-1237 |#1|))) (-15 -1721 (|#2| (-1237 |#1|))) (-15 -4278 (|#1| (-1237 |#2|) (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -3584 ((-673 |#2|) |#1| (-1237 |#1|)))) (-403 |#2| |#3|) (-169) (-1213 |#2|)) (T -402))
-((-2977 (*1 *2) (-12 (-4 *4 (-169)) (-4 *5 (-1213 *4)) (-5 *2 (-673 *4)) (-5 *1 (-402 *3 *4 *5)) (-4 *3 (-403 *4 *5)))) (-1721 (*1 *2) (-12 (-4 *4 (-1213 *2)) (-4 *2 (-169)) (-5 *1 (-402 *3 *2 *4)) (-4 *3 (-403 *2 *4)))))
-(-10 -8 (-15 -3584 ((-673 |#2|) |#1|)) (-15 -1721 (|#2|)) (-15 -2977 ((-673 |#2|))) (-15 -1522 (|#1| (-1237 |#2|))) (-15 -1522 ((-1237 |#2|) |#1|)) (-15 -4278 (|#1| (-1237 |#2|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1|)) (-15 -2169 (|#3| |#1|)) (-15 -3767 (|#3| |#1|)) (-15 -2977 ((-673 |#2|) (-1237 |#1|))) (-15 -1721 (|#2| (-1237 |#1|))) (-15 -4278 (|#1| (-1237 |#2|) (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -3584 ((-673 |#2|) |#1| (-1237 |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2977 (((-673 |#1|) (-1237 $)) 44) (((-673 |#1|)) 59)) (-1549 ((|#1| $) 50)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-4278 (($ (-1237 |#1|) (-1237 $)) 46) (($ (-1237 |#1|)) 62)) (-3584 (((-673 |#1|) $ (-1237 $)) 51) (((-673 |#1|) $) 57)) (-1293 (((-3 $ "failed") $) 32)) (-2128 (((-902)) 52)) (-4065 (((-111) $) 30)) (-4346 ((|#1| $) 49)) (-2169 ((|#2| $) 42 (|has| |#1| (-357)))) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-1721 ((|#1| (-1237 $)) 45) ((|#1|) 58)) (-3464 (((-1237 |#1|) $ (-1237 $)) 48) (((-673 |#1|) (-1237 $) (-1237 $)) 47) (((-1237 |#1|) $) 64) (((-673 |#1|) (-1237 $)) 63)) (-1522 (((-1237 |#1|) $) 61) (($ (-1237 |#1|)) 60)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 35)) (-3878 (((-3 $ "failed") $) 41 (|has| |#1| (-142)))) (-3767 ((|#2| $) 43)) (-2014 (((-756)) 28)) (-4199 (((-1237 $)) 65)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36)))
-(((-403 |#1| |#2|) (-137) (-169) (-1213 |t#1|)) (T -403))
-((-4199 (*1 *2) (-12 (-4 *3 (-169)) (-4 *4 (-1213 *3)) (-5 *2 (-1237 *1)) (-4 *1 (-403 *3 *4)))) (-3464 (*1 *2 *1) (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3)) (-5 *2 (-1237 *3)))) (-3464 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-403 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1213 *4)) (-5 *2 (-673 *4)))) (-4278 (*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-169)) (-4 *1 (-403 *3 *4)) (-4 *4 (-1213 *3)))) (-1522 (*1 *2 *1) (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3)) (-5 *2 (-1237 *3)))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-169)) (-4 *1 (-403 *3 *4)) (-4 *4 (-1213 *3)))) (-2977 (*1 *2) (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3)) (-5 *2 (-673 *3)))) (-1721 (*1 *2) (-12 (-4 *1 (-403 *2 *3)) (-4 *3 (-1213 *2)) (-4 *2 (-169)))) (-3584 (*1 *2 *1) (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3)) (-5 *2 (-673 *3)))))
-(-13 (-364 |t#1| |t#2|) (-10 -8 (-15 -4199 ((-1237 $))) (-15 -3464 ((-1237 |t#1|) $)) (-15 -3464 ((-673 |t#1|) (-1237 $))) (-15 -4278 ($ (-1237 |t#1|))) (-15 -1522 ((-1237 |t#1|) $)) (-15 -1522 ($ (-1237 |t#1|))) (-15 -2977 ((-673 |t#1|))) (-15 -1721 (|t#1|)) (-15 -3584 ((-673 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-364 |#1| |#2|) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-702 |#1|) . T) ((-711) . T) ((-1036 |#1|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) 27) (((-3 (-552) "failed") $) 19)) (-2832 ((|#2| $) NIL) (((-401 (-552)) $) 24) (((-552) $) 14)) (-3213 (($ |#2|) NIL) (($ (-401 (-552))) 22) (($ (-552)) 11)))
-(((-404 |#1| |#2|) (-10 -8 (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -3213 (|#1| (-552))) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -2832 (|#2| |#1|))) (-405 |#2|) (-1191)) (T -404))
-NIL
-(-10 -8 (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -3213 (|#1| (-552))) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -2832 (|#2| |#1|)))
-((-1393 (((-3 |#1| "failed") $) 7) (((-3 (-401 (-552)) "failed") $) 16 (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) 13 (|has| |#1| (-1019 (-552))))) (-2832 ((|#1| $) 8) (((-401 (-552)) $) 15 (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) 12 (|has| |#1| (-1019 (-552))))) (-3213 (($ |#1|) 6) (($ (-401 (-552))) 17 (|has| |#1| (-1019 (-401 (-552))))) (($ (-552)) 14 (|has| |#1| (-1019 (-552))))))
-(((-405 |#1|) (-137) (-1191)) (T -405))
-NIL
-(-13 (-1019 |t#1|) (-10 -7 (IF (|has| |t#1| (-1019 (-552))) (-6 (-1019 (-552))) |%noBranch|) (IF (|has| |t#1| (-1019 (-401 (-552)))) (-6 (-1019 (-401 (-552)))) |%noBranch|)))
-(((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T))
-((-1477 (((-407 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-407 |#1| |#2| |#3| |#4|)) 33)))
-(((-406 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1477 ((-407 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-407 |#1| |#2| |#3| |#4|)))) (-301) (-973 |#1|) (-1213 |#2|) (-13 (-403 |#2| |#3|) (-1019 |#2|)) (-301) (-973 |#5|) (-1213 |#6|) (-13 (-403 |#6| |#7|) (-1019 |#6|))) (T -406))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-407 *5 *6 *7 *8)) (-4 *5 (-301)) (-4 *6 (-973 *5)) (-4 *7 (-1213 *6)) (-4 *8 (-13 (-403 *6 *7) (-1019 *6))) (-4 *9 (-301)) (-4 *10 (-973 *9)) (-4 *11 (-1213 *10)) (-5 *2 (-407 *9 *10 *11 *12)) (-5 *1 (-406 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-403 *10 *11) (-1019 *10))))))
-(-10 -7 (-15 -1477 ((-407 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-407 |#1| |#2| |#3| |#4|))))
-((-3202 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-4260 ((|#4| (-756) (-1237 |#4|)) 56)) (-4065 (((-111) $) NIL)) (-4015 (((-1237 |#4|) $) 17)) (-4346 ((|#2| $) 54)) (-2805 (($ $) 139)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 100)) (-3165 (($ (-1237 |#4|)) 99)) (-2876 (((-1098) $) NIL)) (-4026 ((|#1| $) 18)) (-2074 (($ $ $) NIL)) (-2104 (($ $ $) NIL)) (-3213 (((-844) $) 134)) (-4199 (((-1237 |#4|) $) 129)) (-3309 (($) 11 T CONST)) (-1613 (((-111) $ $) 40)) (-1720 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) 122)) (* (($ $ $) 121)))
-(((-407 |#1| |#2| |#3| |#4|) (-13 (-466) (-10 -8 (-15 -3165 ($ (-1237 |#4|))) (-15 -4199 ((-1237 |#4|) $)) (-15 -4346 (|#2| $)) (-15 -4015 ((-1237 |#4|) $)) (-15 -4026 (|#1| $)) (-15 -2805 ($ $)) (-15 -4260 (|#4| (-756) (-1237 |#4|))))) (-301) (-973 |#1|) (-1213 |#2|) (-13 (-403 |#2| |#3|) (-1019 |#2|))) (T -407))
-((-3165 (*1 *1 *2) (-12 (-5 *2 (-1237 *6)) (-4 *6 (-13 (-403 *4 *5) (-1019 *4))) (-4 *4 (-973 *3)) (-4 *5 (-1213 *4)) (-4 *3 (-301)) (-5 *1 (-407 *3 *4 *5 *6)))) (-4199 (*1 *2 *1) (-12 (-4 *3 (-301)) (-4 *4 (-973 *3)) (-4 *5 (-1213 *4)) (-5 *2 (-1237 *6)) (-5 *1 (-407 *3 *4 *5 *6)) (-4 *6 (-13 (-403 *4 *5) (-1019 *4))))) (-4346 (*1 *2 *1) (-12 (-4 *4 (-1213 *2)) (-4 *2 (-973 *3)) (-5 *1 (-407 *3 *2 *4 *5)) (-4 *3 (-301)) (-4 *5 (-13 (-403 *2 *4) (-1019 *2))))) (-4015 (*1 *2 *1) (-12 (-4 *3 (-301)) (-4 *4 (-973 *3)) (-4 *5 (-1213 *4)) (-5 *2 (-1237 *6)) (-5 *1 (-407 *3 *4 *5 *6)) (-4 *6 (-13 (-403 *4 *5) (-1019 *4))))) (-4026 (*1 *2 *1) (-12 (-4 *3 (-973 *2)) (-4 *4 (-1213 *3)) (-4 *2 (-301)) (-5 *1 (-407 *2 *3 *4 *5)) (-4 *5 (-13 (-403 *3 *4) (-1019 *3))))) (-2805 (*1 *1 *1) (-12 (-4 *2 (-301)) (-4 *3 (-973 *2)) (-4 *4 (-1213 *3)) (-5 *1 (-407 *2 *3 *4 *5)) (-4 *5 (-13 (-403 *3 *4) (-1019 *3))))) (-4260 (*1 *2 *3 *4) (-12 (-5 *3 (-756)) (-5 *4 (-1237 *2)) (-4 *5 (-301)) (-4 *6 (-973 *5)) (-4 *2 (-13 (-403 *6 *7) (-1019 *6))) (-5 *1 (-407 *5 *6 *7 *2)) (-4 *7 (-1213 *6)))))
-(-13 (-466) (-10 -8 (-15 -3165 ($ (-1237 |#4|))) (-15 -4199 ((-1237 |#4|) $)) (-15 -4346 (|#2| $)) (-15 -4015 ((-1237 |#4|) $)) (-15 -4026 (|#1| $)) (-15 -2805 ($ $)) (-15 -4260 (|#4| (-756) (-1237 |#4|)))))
-((-3202 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-4346 ((|#2| $) 61)) (-2044 (($ (-1237 |#4|)) 25) (($ (-407 |#1| |#2| |#3| |#4|)) 76 (|has| |#4| (-1019 |#2|)))) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 34)) (-4199 (((-1237 |#4|) $) 26)) (-3309 (($) 23 T CONST)) (-1613 (((-111) $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ $ $) 72)))
-(((-408 |#1| |#2| |#3| |#4| |#5|) (-13 (-711) (-10 -8 (-15 -4199 ((-1237 |#4|) $)) (-15 -4346 (|#2| $)) (-15 -2044 ($ (-1237 |#4|))) (IF (|has| |#4| (-1019 |#2|)) (-15 -2044 ($ (-407 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-301) (-973 |#1|) (-1213 |#2|) (-403 |#2| |#3|) (-1237 |#4|)) (T -408))
-((-4199 (*1 *2 *1) (-12 (-4 *3 (-301)) (-4 *4 (-973 *3)) (-4 *5 (-1213 *4)) (-5 *2 (-1237 *6)) (-5 *1 (-408 *3 *4 *5 *6 *7)) (-4 *6 (-403 *4 *5)) (-14 *7 *2))) (-4346 (*1 *2 *1) (-12 (-4 *4 (-1213 *2)) (-4 *2 (-973 *3)) (-5 *1 (-408 *3 *2 *4 *5 *6)) (-4 *3 (-301)) (-4 *5 (-403 *2 *4)) (-14 *6 (-1237 *5)))) (-2044 (*1 *1 *2) (-12 (-5 *2 (-1237 *6)) (-4 *6 (-403 *4 *5)) (-4 *4 (-973 *3)) (-4 *5 (-1213 *4)) (-4 *3 (-301)) (-5 *1 (-408 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-2044 (*1 *1 *2) (-12 (-5 *2 (-407 *3 *4 *5 *6)) (-4 *6 (-1019 *4)) (-4 *3 (-301)) (-4 *4 (-973 *3)) (-4 *5 (-1213 *4)) (-4 *6 (-403 *4 *5)) (-14 *7 (-1237 *6)) (-5 *1 (-408 *3 *4 *5 *6 *7)))))
-(-13 (-711) (-10 -8 (-15 -4199 ((-1237 |#4|) $)) (-15 -4346 (|#2| $)) (-15 -2044 ($ (-1237 |#4|))) (IF (|has| |#4| (-1019 |#2|)) (-15 -2044 ($ (-407 |#1| |#2| |#3| |#4|))) |%noBranch|)))
-((-1477 ((|#3| (-1 |#4| |#2|) |#1|) 26)))
-(((-409 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 (|#3| (-1 |#4| |#2|) |#1|))) (-411 |#2|) (-169) (-411 |#4|) (-169)) (T -409))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-169)) (-4 *6 (-169)) (-4 *2 (-411 *6)) (-5 *1 (-409 *4 *5 *2 *6)) (-4 *4 (-411 *5)))))
-(-10 -7 (-15 -1477 (|#3| (-1 |#4| |#2|) |#1|)))
-((-3784 (((-3 $ "failed")) 86)) (-1432 (((-1237 (-673 |#2|)) (-1237 $)) NIL) (((-1237 (-673 |#2|))) 91)) (-3254 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) 85)) (-2004 (((-3 $ "failed")) 84)) (-1561 (((-673 |#2|) (-1237 $)) NIL) (((-673 |#2|)) 102)) (-3695 (((-673 |#2|) $ (-1237 $)) NIL) (((-673 |#2|) $) 110)) (-2637 (((-1150 (-933 |#2|))) 55)) (-3332 ((|#2| (-1237 $)) NIL) ((|#2|) 106)) (-4278 (($ (-1237 |#2|) (-1237 $)) NIL) (($ (-1237 |#2|)) 112)) (-4255 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) 83)) (-2299 (((-3 $ "failed")) 75)) (-3607 (((-673 |#2|) (-1237 $)) NIL) (((-673 |#2|)) 100)) (-1837 (((-673 |#2|) $ (-1237 $)) NIL) (((-673 |#2|) $) 108)) (-2173 (((-1150 (-933 |#2|))) 54)) (-3400 ((|#2| (-1237 $)) NIL) ((|#2|) 104)) (-3464 (((-1237 |#2|) $ (-1237 $)) NIL) (((-673 |#2|) (-1237 $) (-1237 $)) NIL) (((-1237 |#2|) $) 111) (((-673 |#2|) (-1237 $)) 118)) (-1522 (((-1237 |#2|) $) 96) (($ (-1237 |#2|)) 98)) (-2566 (((-629 (-933 |#2|)) (-1237 $)) NIL) (((-629 (-933 |#2|))) 94)) (-2639 (($ (-673 |#2|) $) 90)))
-(((-410 |#1| |#2|) (-10 -8 (-15 -2639 (|#1| (-673 |#2|) |#1|)) (-15 -2637 ((-1150 (-933 |#2|)))) (-15 -2173 ((-1150 (-933 |#2|)))) (-15 -3695 ((-673 |#2|) |#1|)) (-15 -1837 ((-673 |#2|) |#1|)) (-15 -1561 ((-673 |#2|))) (-15 -3607 ((-673 |#2|))) (-15 -3332 (|#2|)) (-15 -3400 (|#2|)) (-15 -1522 (|#1| (-1237 |#2|))) (-15 -1522 ((-1237 |#2|) |#1|)) (-15 -4278 (|#1| (-1237 |#2|))) (-15 -2566 ((-629 (-933 |#2|)))) (-15 -1432 ((-1237 (-673 |#2|)))) (-15 -3464 ((-673 |#2|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1|)) (-15 -3784 ((-3 |#1| "failed"))) (-15 -2004 ((-3 |#1| "failed"))) (-15 -2299 ((-3 |#1| "failed"))) (-15 -3254 ((-3 (-2 (|:| |particular| |#1|) (|:| -4199 (-629 |#1|))) "failed"))) (-15 -4255 ((-3 (-2 (|:| |particular| |#1|) (|:| -4199 (-629 |#1|))) "failed"))) (-15 -1561 ((-673 |#2|) (-1237 |#1|))) (-15 -3607 ((-673 |#2|) (-1237 |#1|))) (-15 -3332 (|#2| (-1237 |#1|))) (-15 -3400 (|#2| (-1237 |#1|))) (-15 -4278 (|#1| (-1237 |#2|) (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -3695 ((-673 |#2|) |#1| (-1237 |#1|))) (-15 -1837 ((-673 |#2|) |#1| (-1237 |#1|))) (-15 -1432 ((-1237 (-673 |#2|)) (-1237 |#1|))) (-15 -2566 ((-629 (-933 |#2|)) (-1237 |#1|)))) (-411 |#2|) (-169)) (T -410))
-((-1432 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-1237 (-673 *4))) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-2566 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-629 (-933 *4))) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-3400 (*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-410 *3 *2)) (-4 *3 (-411 *2)))) (-3332 (*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-410 *3 *2)) (-4 *3 (-411 *2)))) (-3607 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-673 *4)) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-1561 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-673 *4)) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-2173 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-1150 (-933 *4))) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-2637 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-1150 (-933 *4))) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))))
-(-10 -8 (-15 -2639 (|#1| (-673 |#2|) |#1|)) (-15 -2637 ((-1150 (-933 |#2|)))) (-15 -2173 ((-1150 (-933 |#2|)))) (-15 -3695 ((-673 |#2|) |#1|)) (-15 -1837 ((-673 |#2|) |#1|)) (-15 -1561 ((-673 |#2|))) (-15 -3607 ((-673 |#2|))) (-15 -3332 (|#2|)) (-15 -3400 (|#2|)) (-15 -1522 (|#1| (-1237 |#2|))) (-15 -1522 ((-1237 |#2|) |#1|)) (-15 -4278 (|#1| (-1237 |#2|))) (-15 -2566 ((-629 (-933 |#2|)))) (-15 -1432 ((-1237 (-673 |#2|)))) (-15 -3464 ((-673 |#2|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1|)) (-15 -3784 ((-3 |#1| "failed"))) (-15 -2004 ((-3 |#1| "failed"))) (-15 -2299 ((-3 |#1| "failed"))) (-15 -3254 ((-3 (-2 (|:| |particular| |#1|) (|:| -4199 (-629 |#1|))) "failed"))) (-15 -4255 ((-3 (-2 (|:| |particular| |#1|) (|:| -4199 (-629 |#1|))) "failed"))) (-15 -1561 ((-673 |#2|) (-1237 |#1|))) (-15 -3607 ((-673 |#2|) (-1237 |#1|))) (-15 -3332 (|#2| (-1237 |#1|))) (-15 -3400 (|#2| (-1237 |#1|))) (-15 -4278 (|#1| (-1237 |#2|) (-1237 |#1|))) (-15 -3464 ((-673 |#2|) (-1237 |#1|) (-1237 |#1|))) (-15 -3464 ((-1237 |#2|) |#1| (-1237 |#1|))) (-15 -3695 ((-673 |#2|) |#1| (-1237 |#1|))) (-15 -1837 ((-673 |#2|) |#1| (-1237 |#1|))) (-15 -1432 ((-1237 (-673 |#2|)) (-1237 |#1|))) (-15 -2566 ((-629 (-933 |#2|)) (-1237 |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3784 (((-3 $ "failed")) 37 (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) 19)) (-1432 (((-1237 (-673 |#1|)) (-1237 $)) 78) (((-1237 (-673 |#1|))) 100)) (-4124 (((-1237 $)) 81)) (-2130 (($) 17 T CONST)) (-3254 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) 40 (|has| |#1| (-544)))) (-2004 (((-3 $ "failed")) 38 (|has| |#1| (-544)))) (-1561 (((-673 |#1|) (-1237 $)) 65) (((-673 |#1|)) 92)) (-2416 ((|#1| $) 74)) (-3695 (((-673 |#1|) $ (-1237 $)) 76) (((-673 |#1|) $) 90)) (-2583 (((-3 $ "failed") $) 45 (|has| |#1| (-544)))) (-2637 (((-1150 (-933 |#1|))) 88 (|has| |#1| (-357)))) (-3422 (($ $ (-902)) 28)) (-2932 ((|#1| $) 72)) (-1688 (((-1150 |#1|) $) 42 (|has| |#1| (-544)))) (-3332 ((|#1| (-1237 $)) 67) ((|#1|) 94)) (-1469 (((-1150 |#1|) $) 63)) (-2890 (((-111)) 57)) (-4278 (($ (-1237 |#1|) (-1237 $)) 69) (($ (-1237 |#1|)) 98)) (-1293 (((-3 $ "failed") $) 47 (|has| |#1| (-544)))) (-2128 (((-902)) 80)) (-1756 (((-111)) 54)) (-3454 (($ $ (-902)) 33)) (-1887 (((-111)) 50)) (-2143 (((-111)) 48)) (-4284 (((-111)) 52)) (-4255 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) 41 (|has| |#1| (-544)))) (-2299 (((-3 $ "failed")) 39 (|has| |#1| (-544)))) (-3607 (((-673 |#1|) (-1237 $)) 66) (((-673 |#1|)) 93)) (-3975 ((|#1| $) 75)) (-1837 (((-673 |#1|) $ (-1237 $)) 77) (((-673 |#1|) $) 91)) (-4152 (((-3 $ "failed") $) 46 (|has| |#1| (-544)))) (-2173 (((-1150 (-933 |#1|))) 89 (|has| |#1| (-357)))) (-1736 (($ $ (-902)) 29)) (-3231 ((|#1| $) 73)) (-3854 (((-1150 |#1|) $) 43 (|has| |#1| (-544)))) (-3400 ((|#1| (-1237 $)) 68) ((|#1|) 95)) (-3326 (((-1150 |#1|) $) 64)) (-3724 (((-111)) 58)) (-2623 (((-1136) $) 9)) (-3329 (((-111)) 49)) (-4108 (((-111)) 51)) (-4297 (((-111)) 53)) (-2876 (((-1098) $) 10)) (-1864 (((-111)) 56)) (-2060 ((|#1| $ (-552)) 101)) (-3464 (((-1237 |#1|) $ (-1237 $)) 71) (((-673 |#1|) (-1237 $) (-1237 $)) 70) (((-1237 |#1|) $) 103) (((-673 |#1|) (-1237 $)) 102)) (-1522 (((-1237 |#1|) $) 97) (($ (-1237 |#1|)) 96)) (-2566 (((-629 (-933 |#1|)) (-1237 $)) 79) (((-629 (-933 |#1|))) 99)) (-2104 (($ $ $) 25)) (-2923 (((-111)) 62)) (-3213 (((-844) $) 11)) (-4199 (((-1237 $)) 104)) (-1430 (((-629 (-1237 |#1|))) 44 (|has| |#1| (-544)))) (-1826 (($ $ $ $) 26)) (-1640 (((-111)) 60)) (-2639 (($ (-673 |#1|) $) 87)) (-2845 (($ $ $) 24)) (-2646 (((-111)) 61)) (-2127 (((-111)) 59)) (-4028 (((-111)) 55)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 30)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
+((-3393 (*1 *1 *2 *2) (-12 (-5 *2 (-553)) (-4 *1 (-398)))) (-3393 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-553)) (-5 *3 (-903)) (-4 *1 (-398)))) (-2592 (*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-553)))) (-4173 (*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-903)))) (-3503 (*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-553)))) (-1834 (*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-553)))) (-3127 (*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-903)))) (-4147 (*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-903)))) (-2179 (*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-903)))) (-3127 (*1 *2 *2) (-12 (-5 *2 (-903)) (|has| *1 (-6 -4360)) (-4 *1 (-398)))) (-4147 (*1 *2 *2) (-12 (-5 *2 (-903)) (|has| *1 (-6 -4360)) (-4 *1 (-398)))) (-2179 (*1 *2 *2) (-12 (-5 *2 (-903)) (|has| *1 (-6 -4360)) (-4 *1 (-398)))) (-4260 (*1 *2 *3) (-12 (-5 *3 (-553)) (|has| *1 (-6 -4360)) (-4 *1 (-398)) (-5 *2 (-903)))) (-3351 (*1 *2 *3) (-12 (-5 *3 (-553)) (|has| *1 (-6 -4360)) (-4 *1 (-398)) (-5 *2 (-903)))) (-1773 (*1 *1) (-12 (-4 *1 (-398)) (-4106 (|has| *1 (-6 -4360))) (-4106 (|has| *1 (-6 -4352))))) (-2012 (*1 *1) (-12 (-4 *1 (-398)) (-4106 (|has| *1 (-6 -4360))) (-4106 (|has| *1 (-6 -4352))))))
+(-13 (-1040) (-10 -8 (-6 -4312) (-15 -3393 ($ (-553) (-553))) (-15 -3393 ($ (-553) (-553) (-903))) (-15 -2592 ((-553) $)) (-15 -4173 ((-903))) (-15 -3503 ((-553) $)) (-15 -1834 ((-553) $)) (-15 -3127 ((-903))) (-15 -4147 ((-903))) (-15 -2179 ((-903))) (IF (|has| $ (-6 -4360)) (PROGN (-15 -3127 ((-903) (-903))) (-15 -4147 ((-903) (-903))) (-15 -2179 ((-903) (-903))) (-15 -4260 ((-903) (-553))) (-15 -3351 ((-903) (-553)))) |%noBranch|) (IF (|has| $ (-6 -4352)) |%noBranch| (IF (|has| $ (-6 -4360)) |%noBranch| (PROGN (-15 -1773 ($)) (-15 -2012 ($)))))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-603 #1=(-401 (-553))) . T) ((-603 #2=(-553)) . T) ((-600 (-845)) . T) ((-169) . T) ((-601 (-220)) . T) ((-601 (-373)) . T) ((-601 (-874 (-373))) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-445) . T) ((-545) . T) ((-633 #0#) . T) ((-633 $) . T) ((-703 #0#) . T) ((-703 $) . T) ((-712) . T) ((-777) . T) ((-778) . T) ((-780) . T) ((-781) . T) ((-831) . T) ((-833) . T) ((-868 (-373)) . T) ((-902) . T) ((-984) . T) ((-1004) . T) ((-1040) . T) ((-1020 #1#) . T) ((-1020 #2#) . T) ((-1037 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) . T))
+((-1478 (((-412 |#2|) (-1 |#2| |#1|) (-412 |#1|)) 20)))
+(((-399 |#1| |#2|) (-10 -7 (-15 -1478 ((-412 |#2|) (-1 |#2| |#1|) (-412 |#1|)))) (-545) (-545)) (T -399))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-412 *5)) (-4 *5 (-545)) (-4 *6 (-545)) (-5 *2 (-412 *6)) (-5 *1 (-399 *5 *6)))))
+(-10 -7 (-15 -1478 ((-412 |#2|) (-1 |#2| |#1|) (-412 |#1|))))
+((-1478 (((-401 |#2|) (-1 |#2| |#1|) (-401 |#1|)) 13)))
+(((-400 |#1| |#2|) (-10 -7 (-15 -1478 ((-401 |#2|) (-1 |#2| |#1|) (-401 |#1|)))) (-545) (-545)) (T -400))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-401 *5)) (-4 *5 (-545)) (-4 *6 (-545)) (-5 *2 (-401 *6)) (-5 *1 (-400 *5 *6)))))
+(-10 -7 (-15 -1478 ((-401 |#2|) (-1 |#2| |#1|) (-401 |#1|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 13)) (-2589 ((|#1| $) 21 (|has| |#1| (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL (|has| |#1| (-806)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) 17) (((-3 (-1155) "failed") $) NIL (|has| |#1| (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) 70 (|has| |#1| (-1020 (-553)))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553))))) (-2831 ((|#1| $) 15) (((-1155) $) NIL (|has| |#1| (-1020 (-1155)))) (((-401 (-553)) $) 67 (|has| |#1| (-1020 (-553)))) (((-553) $) NIL (|has| |#1| (-1020 (-553))))) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) 50)) (-1333 (($) NIL (|has| |#1| (-538)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2184 (((-111) $) NIL (|has| |#1| (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| |#1| (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| |#1| (-868 (-373))))) (-1434 (((-111) $) 64)) (-3699 (($ $) NIL)) (-4013 ((|#1| $) 71)) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-1130)))) (-2260 (((-111) $) NIL (|has| |#1| (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| |#1| (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 97)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL (|has| |#1| (-301)))) (-1278 ((|#1| $) 28 (|has| |#1| (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) 135 (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) 131 (|has| |#1| (-891)))) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-630 (-288 |#1|))) NIL (|has| |#1| (-303 |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) NIL (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) |#1|) NIL (|has| |#1| (-507 (-1155) |#1|)))) (-3879 (((-757) $) NIL)) (-2061 (($ $ |#1|) NIL (|has| |#1| (-280 |#1| |#1|)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) 63)) (-2237 (($ $) NIL)) (-4024 ((|#1| $) 73)) (-1523 (((-874 (-553)) $) NIL (|has| |#1| (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| |#1| (-601 (-874 (-373))))) (((-529) $) NIL (|has| |#1| (-601 (-529)))) (((-373) $) NIL (|has| |#1| (-1004))) (((-220) $) NIL (|has| |#1| (-1004)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 115 (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ |#1|) 10) (($ (-1155)) NIL (|has| |#1| (-1020 (-1155))))) (-2234 (((-3 $ "failed") $) 99 (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) 100)) (-3609 ((|#1| $) 26 (|has| |#1| (-538)))) (-2453 (((-111) $ $) NIL)) (-1411 (($ $) NIL (|has| |#1| (-806)))) (-3296 (($) 22 T CONST)) (-3308 (($) 8 T CONST)) (-3632 (((-1137) $) 43 (-12 (|has| |#1| (-538)) (|has| |#1| (-814)))) (((-1137) $ (-111)) 44 (-12 (|has| |#1| (-538)) (|has| |#1| (-814)))) (((-1243) (-808) $) 45 (-12 (|has| |#1| (-538)) (|has| |#1| (-814)))) (((-1243) (-808) $ (-111)) 46 (-12 (|has| |#1| (-538)) (|has| |#1| (-814))))) (-1766 (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) 56)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) 24 (|has| |#1| (-833)))) (-1721 (($ $ $) 126) (($ |#1| |#1|) 52)) (-1710 (($ $) 25) (($ $ $) 55)) (-1699 (($ $ $) 53)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) 125)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 60) (($ $ $) 57) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ |#1| $) 61) (($ $ |#1|) 85)))
+(((-401 |#1|) (-13 (-974 |#1|) (-10 -7 (IF (|has| |#1| (-538)) (IF (|has| |#1| (-814)) (-6 (-814)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4356)) (IF (|has| |#1| (-445)) (IF (|has| |#1| (-6 -4367)) (-6 -4356) |%noBranch|) |%noBranch|) |%noBranch|))) (-545)) (T -401))
+NIL
+(-13 (-974 |#1|) (-10 -7 (IF (|has| |#1| (-538)) (IF (|has| |#1| (-814)) (-6 (-814)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4356)) (IF (|has| |#1| (-445)) (IF (|has| |#1| (-6 -4367)) (-6 -4356) |%noBranch|) |%noBranch|) |%noBranch|)))
+((-1311 (((-674 |#2|) (-1238 $)) NIL) (((-674 |#2|)) 18)) (-1676 (($ (-1238 |#2|) (-1238 $)) NIL) (($ (-1238 |#2|)) 24)) (-2392 (((-674 |#2|) $ (-1238 $)) NIL) (((-674 |#2|) $) 38)) (-2309 ((|#3| $) 60)) (-3488 ((|#2| (-1238 $)) NIL) ((|#2|) 20)) (-3693 (((-1238 |#2|) $ (-1238 $)) NIL) (((-674 |#2|) (-1238 $) (-1238 $)) NIL) (((-1238 |#2|) $) 22) (((-674 |#2|) (-1238 $)) 36)) (-1523 (((-1238 |#2|) $) 11) (($ (-1238 |#2|)) 13)) (-3636 ((|#3| $) 52)))
+(((-402 |#1| |#2| |#3|) (-10 -8 (-15 -2392 ((-674 |#2|) |#1|)) (-15 -3488 (|#2|)) (-15 -1311 ((-674 |#2|))) (-15 -1523 (|#1| (-1238 |#2|))) (-15 -1523 ((-1238 |#2|) |#1|)) (-15 -1676 (|#1| (-1238 |#2|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1|)) (-15 -2309 (|#3| |#1|)) (-15 -3636 (|#3| |#1|)) (-15 -1311 ((-674 |#2|) (-1238 |#1|))) (-15 -3488 (|#2| (-1238 |#1|))) (-15 -1676 (|#1| (-1238 |#2|) (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -2392 ((-674 |#2|) |#1| (-1238 |#1|)))) (-403 |#2| |#3|) (-169) (-1214 |#2|)) (T -402))
+((-1311 (*1 *2) (-12 (-4 *4 (-169)) (-4 *5 (-1214 *4)) (-5 *2 (-674 *4)) (-5 *1 (-402 *3 *4 *5)) (-4 *3 (-403 *4 *5)))) (-3488 (*1 *2) (-12 (-4 *4 (-1214 *2)) (-4 *2 (-169)) (-5 *1 (-402 *3 *2 *4)) (-4 *3 (-403 *2 *4)))))
+(-10 -8 (-15 -2392 ((-674 |#2|) |#1|)) (-15 -3488 (|#2|)) (-15 -1311 ((-674 |#2|))) (-15 -1523 (|#1| (-1238 |#2|))) (-15 -1523 ((-1238 |#2|) |#1|)) (-15 -1676 (|#1| (-1238 |#2|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1|)) (-15 -2309 (|#3| |#1|)) (-15 -3636 (|#3| |#1|)) (-15 -1311 ((-674 |#2|) (-1238 |#1|))) (-15 -3488 (|#2| (-1238 |#1|))) (-15 -1676 (|#1| (-1238 |#2|) (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -2392 ((-674 |#2|) |#1| (-1238 |#1|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1311 (((-674 |#1|) (-1238 $)) 44) (((-674 |#1|)) 59)) (-1550 ((|#1| $) 50)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1676 (($ (-1238 |#1|) (-1238 $)) 46) (($ (-1238 |#1|)) 62)) (-2392 (((-674 |#1|) $ (-1238 $)) 51) (((-674 |#1|) $) 57)) (-3889 (((-3 $ "failed") $) 32)) (-2129 (((-903)) 52)) (-1434 (((-111) $) 30)) (-4233 ((|#1| $) 49)) (-2309 ((|#2| $) 42 (|has| |#1| (-357)))) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3488 ((|#1| (-1238 $)) 45) ((|#1|) 58)) (-3693 (((-1238 |#1|) $ (-1238 $)) 48) (((-674 |#1|) (-1238 $) (-1238 $)) 47) (((-1238 |#1|) $) 64) (((-674 |#1|) (-1238 $)) 63)) (-1523 (((-1238 |#1|) $) 61) (($ (-1238 |#1|)) 60)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 35)) (-2234 (((-3 $ "failed") $) 41 (|has| |#1| (-142)))) (-3636 ((|#2| $) 43)) (-1348 (((-757)) 28)) (-3428 (((-1238 $)) 65)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36)))
+(((-403 |#1| |#2|) (-137) (-169) (-1214 |t#1|)) (T -403))
+((-3428 (*1 *2) (-12 (-4 *3 (-169)) (-4 *4 (-1214 *3)) (-5 *2 (-1238 *1)) (-4 *1 (-403 *3 *4)))) (-3693 (*1 *2 *1) (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3)) (-5 *2 (-1238 *3)))) (-3693 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-403 *4 *5)) (-4 *4 (-169)) (-4 *5 (-1214 *4)) (-5 *2 (-674 *4)))) (-1676 (*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-169)) (-4 *1 (-403 *3 *4)) (-4 *4 (-1214 *3)))) (-1523 (*1 *2 *1) (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3)) (-5 *2 (-1238 *3)))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-169)) (-4 *1 (-403 *3 *4)) (-4 *4 (-1214 *3)))) (-1311 (*1 *2) (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3)) (-5 *2 (-674 *3)))) (-3488 (*1 *2) (-12 (-4 *1 (-403 *2 *3)) (-4 *3 (-1214 *2)) (-4 *2 (-169)))) (-2392 (*1 *2 *1) (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3)) (-5 *2 (-674 *3)))))
+(-13 (-364 |t#1| |t#2|) (-10 -8 (-15 -3428 ((-1238 $))) (-15 -3693 ((-1238 |t#1|) $)) (-15 -3693 ((-674 |t#1|) (-1238 $))) (-15 -1676 ($ (-1238 |t#1|))) (-15 -1523 ((-1238 |t#1|) $)) (-15 -1523 ($ (-1238 |t#1|))) (-15 -1311 ((-674 |t#1|))) (-15 -3488 (|t#1|)) (-15 -2392 ((-674 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-600 (-845)) . T) ((-364 |#1| |#2|) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-703 |#1|) . T) ((-712) . T) ((-1037 |#1|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) 27) (((-3 (-553) "failed") $) 19)) (-2831 ((|#2| $) NIL) (((-401 (-553)) $) 24) (((-553) $) 14)) (-3212 (($ |#2|) NIL) (($ (-401 (-553))) 22) (($ (-553)) 11)))
+(((-404 |#1| |#2|) (-10 -8 (-15 -3212 (|#1| (-553))) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3212 (|#1| |#2|))) (-405 |#2|) (-1192)) (T -404))
+NIL
+(-10 -8 (-15 -3212 (|#1| (-553))) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3212 (|#1| |#2|)))
+((-1394 (((-3 |#1| "failed") $) 9) (((-3 (-401 (-553)) "failed") $) 16 (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) 13 (|has| |#1| (-1020 (-553))))) (-2831 ((|#1| $) 8) (((-401 (-553)) $) 17 (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) 14 (|has| |#1| (-1020 (-553))))) (-3212 (($ |#1|) 6) (($ (-401 (-553))) 15 (|has| |#1| (-1020 (-401 (-553))))) (($ (-553)) 12 (|has| |#1| (-1020 (-553))))))
+(((-405 |#1|) (-137) (-1192)) (T -405))
+NIL
+(-13 (-1020 |t#1|) (-10 -7 (IF (|has| |t#1| (-1020 (-553))) (-6 (-1020 (-553))) |%noBranch|) (IF (|has| |t#1| (-1020 (-401 (-553)))) (-6 (-1020 (-401 (-553)))) |%noBranch|)))
+(((-603 #0=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #1=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-1020 #0#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #1#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T))
+((-1478 (((-407 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-407 |#1| |#2| |#3| |#4|)) 33)))
+(((-406 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1478 ((-407 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-407 |#1| |#2| |#3| |#4|)))) (-301) (-974 |#1|) (-1214 |#2|) (-13 (-403 |#2| |#3|) (-1020 |#2|)) (-301) (-974 |#5|) (-1214 |#6|) (-13 (-403 |#6| |#7|) (-1020 |#6|))) (T -406))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-407 *5 *6 *7 *8)) (-4 *5 (-301)) (-4 *6 (-974 *5)) (-4 *7 (-1214 *6)) (-4 *8 (-13 (-403 *6 *7) (-1020 *6))) (-4 *9 (-301)) (-4 *10 (-974 *9)) (-4 *11 (-1214 *10)) (-5 *2 (-407 *9 *10 *11 *12)) (-5 *1 (-406 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-403 *10 *11) (-1020 *10))))))
+(-10 -7 (-15 -1478 ((-407 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-407 |#1| |#2| |#3| |#4|))))
+((-3200 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-2816 ((|#4| (-757) (-1238 |#4|)) 56)) (-1434 (((-111) $) NIL)) (-4013 (((-1238 |#4|) $) 17)) (-4233 ((|#2| $) 54)) (-3348 (($ $) 139)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 100)) (-2719 (($ (-1238 |#4|)) 99)) (-2875 (((-1099) $) NIL)) (-4024 ((|#1| $) 18)) (-3830 (($ $ $) NIL)) (-2931 (($ $ $) NIL)) (-3212 (((-845) $) 134)) (-3428 (((-1238 |#4|) $) 129)) (-3308 (($) 11 T CONST)) (-1614 (((-111) $ $) 40)) (-1721 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) 122)) (* (($ $ $) 121)))
+(((-407 |#1| |#2| |#3| |#4|) (-13 (-466) (-10 -8 (-15 -2719 ($ (-1238 |#4|))) (-15 -3428 ((-1238 |#4|) $)) (-15 -4233 (|#2| $)) (-15 -4013 ((-1238 |#4|) $)) (-15 -4024 (|#1| $)) (-15 -3348 ($ $)) (-15 -2816 (|#4| (-757) (-1238 |#4|))))) (-301) (-974 |#1|) (-1214 |#2|) (-13 (-403 |#2| |#3|) (-1020 |#2|))) (T -407))
+((-2719 (*1 *1 *2) (-12 (-5 *2 (-1238 *6)) (-4 *6 (-13 (-403 *4 *5) (-1020 *4))) (-4 *4 (-974 *3)) (-4 *5 (-1214 *4)) (-4 *3 (-301)) (-5 *1 (-407 *3 *4 *5 *6)))) (-3428 (*1 *2 *1) (-12 (-4 *3 (-301)) (-4 *4 (-974 *3)) (-4 *5 (-1214 *4)) (-5 *2 (-1238 *6)) (-5 *1 (-407 *3 *4 *5 *6)) (-4 *6 (-13 (-403 *4 *5) (-1020 *4))))) (-4233 (*1 *2 *1) (-12 (-4 *4 (-1214 *2)) (-4 *2 (-974 *3)) (-5 *1 (-407 *3 *2 *4 *5)) (-4 *3 (-301)) (-4 *5 (-13 (-403 *2 *4) (-1020 *2))))) (-4013 (*1 *2 *1) (-12 (-4 *3 (-301)) (-4 *4 (-974 *3)) (-4 *5 (-1214 *4)) (-5 *2 (-1238 *6)) (-5 *1 (-407 *3 *4 *5 *6)) (-4 *6 (-13 (-403 *4 *5) (-1020 *4))))) (-4024 (*1 *2 *1) (-12 (-4 *3 (-974 *2)) (-4 *4 (-1214 *3)) (-4 *2 (-301)) (-5 *1 (-407 *2 *3 *4 *5)) (-4 *5 (-13 (-403 *3 *4) (-1020 *3))))) (-3348 (*1 *1 *1) (-12 (-4 *2 (-301)) (-4 *3 (-974 *2)) (-4 *4 (-1214 *3)) (-5 *1 (-407 *2 *3 *4 *5)) (-4 *5 (-13 (-403 *3 *4) (-1020 *3))))) (-2816 (*1 *2 *3 *4) (-12 (-5 *3 (-757)) (-5 *4 (-1238 *2)) (-4 *5 (-301)) (-4 *6 (-974 *5)) (-4 *2 (-13 (-403 *6 *7) (-1020 *6))) (-5 *1 (-407 *5 *6 *7 *2)) (-4 *7 (-1214 *6)))))
+(-13 (-466) (-10 -8 (-15 -2719 ($ (-1238 |#4|))) (-15 -3428 ((-1238 |#4|) $)) (-15 -4233 (|#2| $)) (-15 -4013 ((-1238 |#4|) $)) (-15 -4024 (|#1| $)) (-15 -3348 ($ $)) (-15 -2816 (|#4| (-757) (-1238 |#4|)))))
+((-3200 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-4233 ((|#2| $) 61)) (-3577 (($ (-1238 |#4|)) 25) (($ (-407 |#1| |#2| |#3| |#4|)) 76 (|has| |#4| (-1020 |#2|)))) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 34)) (-3428 (((-1238 |#4|) $) 26)) (-3308 (($) 23 T CONST)) (-1614 (((-111) $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ $ $) 72)))
+(((-408 |#1| |#2| |#3| |#4| |#5|) (-13 (-712) (-10 -8 (-15 -3428 ((-1238 |#4|) $)) (-15 -4233 (|#2| $)) (-15 -3577 ($ (-1238 |#4|))) (IF (|has| |#4| (-1020 |#2|)) (-15 -3577 ($ (-407 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-301) (-974 |#1|) (-1214 |#2|) (-403 |#2| |#3|) (-1238 |#4|)) (T -408))
+((-3428 (*1 *2 *1) (-12 (-4 *3 (-301)) (-4 *4 (-974 *3)) (-4 *5 (-1214 *4)) (-5 *2 (-1238 *6)) (-5 *1 (-408 *3 *4 *5 *6 *7)) (-4 *6 (-403 *4 *5)) (-14 *7 *2))) (-4233 (*1 *2 *1) (-12 (-4 *4 (-1214 *2)) (-4 *2 (-974 *3)) (-5 *1 (-408 *3 *2 *4 *5 *6)) (-4 *3 (-301)) (-4 *5 (-403 *2 *4)) (-14 *6 (-1238 *5)))) (-3577 (*1 *1 *2) (-12 (-5 *2 (-1238 *6)) (-4 *6 (-403 *4 *5)) (-4 *4 (-974 *3)) (-4 *5 (-1214 *4)) (-4 *3 (-301)) (-5 *1 (-408 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-3577 (*1 *1 *2) (-12 (-5 *2 (-407 *3 *4 *5 *6)) (-4 *6 (-1020 *4)) (-4 *3 (-301)) (-4 *4 (-974 *3)) (-4 *5 (-1214 *4)) (-4 *6 (-403 *4 *5)) (-14 *7 (-1238 *6)) (-5 *1 (-408 *3 *4 *5 *6 *7)))))
+(-13 (-712) (-10 -8 (-15 -3428 ((-1238 |#4|) $)) (-15 -4233 (|#2| $)) (-15 -3577 ($ (-1238 |#4|))) (IF (|has| |#4| (-1020 |#2|)) (-15 -3577 ($ (-407 |#1| |#2| |#3| |#4|))) |%noBranch|)))
+((-1478 ((|#3| (-1 |#4| |#2|) |#1|) 26)))
+(((-409 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 (|#3| (-1 |#4| |#2|) |#1|))) (-411 |#2|) (-169) (-411 |#4|) (-169)) (T -409))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-169)) (-4 *6 (-169)) (-4 *2 (-411 *6)) (-5 *1 (-409 *4 *5 *2 *6)) (-4 *4 (-411 *5)))))
+(-10 -7 (-15 -1478 (|#3| (-1 |#4| |#2|) |#1|)))
+((-3795 (((-3 $ "failed")) 86)) (-3748 (((-1238 (-674 |#2|)) (-1238 $)) NIL) (((-1238 (-674 |#2|))) 91)) (-2189 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) 85)) (-1272 (((-3 $ "failed")) 84)) (-2469 (((-674 |#2|) (-1238 $)) NIL) (((-674 |#2|)) 102)) (-4140 (((-674 |#2|) $ (-1238 $)) NIL) (((-674 |#2|) $) 110)) (-4190 (((-1151 (-934 |#2|))) 55)) (-1689 ((|#2| (-1238 $)) NIL) ((|#2|) 106)) (-1676 (($ (-1238 |#2|) (-1238 $)) NIL) (($ (-1238 |#2|)) 112)) (-2762 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) 83)) (-4186 (((-3 $ "failed")) 75)) (-2641 (((-674 |#2|) (-1238 $)) NIL) (((-674 |#2|)) 100)) (-3307 (((-674 |#2|) $ (-1238 $)) NIL) (((-674 |#2|) $) 108)) (-2349 (((-1151 (-934 |#2|))) 54)) (-4270 ((|#2| (-1238 $)) NIL) ((|#2|) 104)) (-3693 (((-1238 |#2|) $ (-1238 $)) NIL) (((-674 |#2|) (-1238 $) (-1238 $)) NIL) (((-1238 |#2|) $) 111) (((-674 |#2|) (-1238 $)) 118)) (-1523 (((-1238 |#2|) $) 96) (($ (-1238 |#2|)) 98)) (-1642 (((-630 (-934 |#2|)) (-1238 $)) NIL) (((-630 (-934 |#2|))) 94)) (-2638 (($ (-674 |#2|) $) 90)))
+(((-410 |#1| |#2|) (-10 -8 (-15 -2638 (|#1| (-674 |#2|) |#1|)) (-15 -4190 ((-1151 (-934 |#2|)))) (-15 -2349 ((-1151 (-934 |#2|)))) (-15 -4140 ((-674 |#2|) |#1|)) (-15 -3307 ((-674 |#2|) |#1|)) (-15 -2469 ((-674 |#2|))) (-15 -2641 ((-674 |#2|))) (-15 -1689 (|#2|)) (-15 -4270 (|#2|)) (-15 -1523 (|#1| (-1238 |#2|))) (-15 -1523 ((-1238 |#2|) |#1|)) (-15 -1676 (|#1| (-1238 |#2|))) (-15 -1642 ((-630 (-934 |#2|)))) (-15 -3748 ((-1238 (-674 |#2|)))) (-15 -3693 ((-674 |#2|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1|)) (-15 -3795 ((-3 |#1| "failed"))) (-15 -1272 ((-3 |#1| "failed"))) (-15 -4186 ((-3 |#1| "failed"))) (-15 -2189 ((-3 (-2 (|:| |particular| |#1|) (|:| -3428 (-630 |#1|))) "failed"))) (-15 -2762 ((-3 (-2 (|:| |particular| |#1|) (|:| -3428 (-630 |#1|))) "failed"))) (-15 -2469 ((-674 |#2|) (-1238 |#1|))) (-15 -2641 ((-674 |#2|) (-1238 |#1|))) (-15 -1689 (|#2| (-1238 |#1|))) (-15 -4270 (|#2| (-1238 |#1|))) (-15 -1676 (|#1| (-1238 |#2|) (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -4140 ((-674 |#2|) |#1| (-1238 |#1|))) (-15 -3307 ((-674 |#2|) |#1| (-1238 |#1|))) (-15 -3748 ((-1238 (-674 |#2|)) (-1238 |#1|))) (-15 -1642 ((-630 (-934 |#2|)) (-1238 |#1|)))) (-411 |#2|) (-169)) (T -410))
+((-3748 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-1238 (-674 *4))) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-1642 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-630 (-934 *4))) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-4270 (*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-410 *3 *2)) (-4 *3 (-411 *2)))) (-1689 (*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-410 *3 *2)) (-4 *3 (-411 *2)))) (-2641 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-674 *4)) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-2469 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-674 *4)) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-2349 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-1151 (-934 *4))) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))) (-4190 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-1151 (-934 *4))) (-5 *1 (-410 *3 *4)) (-4 *3 (-411 *4)))))
+(-10 -8 (-15 -2638 (|#1| (-674 |#2|) |#1|)) (-15 -4190 ((-1151 (-934 |#2|)))) (-15 -2349 ((-1151 (-934 |#2|)))) (-15 -4140 ((-674 |#2|) |#1|)) (-15 -3307 ((-674 |#2|) |#1|)) (-15 -2469 ((-674 |#2|))) (-15 -2641 ((-674 |#2|))) (-15 -1689 (|#2|)) (-15 -4270 (|#2|)) (-15 -1523 (|#1| (-1238 |#2|))) (-15 -1523 ((-1238 |#2|) |#1|)) (-15 -1676 (|#1| (-1238 |#2|))) (-15 -1642 ((-630 (-934 |#2|)))) (-15 -3748 ((-1238 (-674 |#2|)))) (-15 -3693 ((-674 |#2|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1|)) (-15 -3795 ((-3 |#1| "failed"))) (-15 -1272 ((-3 |#1| "failed"))) (-15 -4186 ((-3 |#1| "failed"))) (-15 -2189 ((-3 (-2 (|:| |particular| |#1|) (|:| -3428 (-630 |#1|))) "failed"))) (-15 -2762 ((-3 (-2 (|:| |particular| |#1|) (|:| -3428 (-630 |#1|))) "failed"))) (-15 -2469 ((-674 |#2|) (-1238 |#1|))) (-15 -2641 ((-674 |#2|) (-1238 |#1|))) (-15 -1689 (|#2| (-1238 |#1|))) (-15 -4270 (|#2| (-1238 |#1|))) (-15 -1676 (|#1| (-1238 |#2|) (-1238 |#1|))) (-15 -3693 ((-674 |#2|) (-1238 |#1|) (-1238 |#1|))) (-15 -3693 ((-1238 |#2|) |#1| (-1238 |#1|))) (-15 -4140 ((-674 |#2|) |#1| (-1238 |#1|))) (-15 -3307 ((-674 |#2|) |#1| (-1238 |#1|))) (-15 -3748 ((-1238 (-674 |#2|)) (-1238 |#1|))) (-15 -1642 ((-630 (-934 |#2|)) (-1238 |#1|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3795 (((-3 $ "failed")) 37 (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) 19)) (-3748 (((-1238 (-674 |#1|)) (-1238 $)) 78) (((-1238 (-674 |#1|))) 100)) (-3915 (((-1238 $)) 81)) (-3203 (($) 17 T CONST)) (-2189 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) 40 (|has| |#1| (-545)))) (-1272 (((-3 $ "failed")) 38 (|has| |#1| (-545)))) (-2469 (((-674 |#1|) (-1238 $)) 65) (((-674 |#1|)) 92)) (-2806 ((|#1| $) 74)) (-4140 (((-674 |#1|) $ (-1238 $)) 76) (((-674 |#1|) $) 90)) (-1788 (((-3 $ "failed") $) 45 (|has| |#1| (-545)))) (-4190 (((-1151 (-934 |#1|))) 88 (|has| |#1| (-357)))) (-1361 (($ $ (-903)) 28)) (-2047 ((|#1| $) 72)) (-1276 (((-1151 |#1|) $) 42 (|has| |#1| (-545)))) (-1689 ((|#1| (-1238 $)) 67) ((|#1|) 94)) (-2848 (((-1151 |#1|) $) 63)) (-1627 (((-111)) 57)) (-1676 (($ (-1238 |#1|) (-1238 $)) 69) (($ (-1238 |#1|)) 98)) (-3889 (((-3 $ "failed") $) 47 (|has| |#1| (-545)))) (-2129 (((-903)) 80)) (-3796 (((-111)) 54)) (-3592 (($ $ (-903)) 33)) (-2564 (((-111)) 50)) (-3334 (((-111)) 48)) (-1732 (((-111)) 52)) (-2762 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) 41 (|has| |#1| (-545)))) (-4186 (((-3 $ "failed")) 39 (|has| |#1| (-545)))) (-2641 (((-674 |#1|) (-1238 $)) 66) (((-674 |#1|)) 93)) (-1845 ((|#1| $) 75)) (-3307 (((-674 |#1|) $ (-1238 $)) 77) (((-674 |#1|) $) 91)) (-2971 (((-3 $ "failed") $) 46 (|has| |#1| (-545)))) (-2349 (((-1151 (-934 |#1|))) 89 (|has| |#1| (-357)))) (-3620 (($ $ (-903)) 29)) (-3247 ((|#1| $) 73)) (-3292 (((-1151 |#1|) $) 43 (|has| |#1| (-545)))) (-4270 ((|#1| (-1238 $)) 68) ((|#1|) 95)) (-1636 (((-1151 |#1|) $) 64)) (-1304 (((-111)) 58)) (-4056 (((-1137) $) 9)) (-1669 (((-111)) 49)) (-3757 (((-111)) 51)) (-1872 (((-111)) 53)) (-2875 (((-1099) $) 10)) (-2301 (((-111)) 56)) (-2061 ((|#1| $ (-553)) 101)) (-3693 (((-1238 |#1|) $ (-1238 $)) 71) (((-674 |#1|) (-1238 $) (-1238 $)) 70) (((-1238 |#1|) $) 103) (((-674 |#1|) (-1238 $)) 102)) (-1523 (((-1238 |#1|) $) 97) (($ (-1238 |#1|)) 96)) (-1642 (((-630 (-934 |#1|)) (-1238 $)) 79) (((-630 (-934 |#1|))) 99)) (-2931 (($ $ $) 25)) (-1968 (((-111)) 62)) (-3212 (((-845) $) 11)) (-3428 (((-1238 $)) 104)) (-3727 (((-630 (-1238 |#1|))) 44 (|has| |#1| (-545)))) (-3195 (($ $ $ $) 26)) (-3963 (((-111)) 60)) (-2638 (($ (-674 |#1|) $) 87)) (-2483 (($ $ $) 24)) (-4266 (((-111)) 61)) (-3181 (((-111)) 59)) (-4246 (((-111)) 55)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 30)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
(((-411 |#1|) (-137) (-169)) (T -411))
-((-4199 (*1 *2) (-12 (-4 *3 (-169)) (-5 *2 (-1237 *1)) (-4 *1 (-411 *3)))) (-3464 (*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1237 *3)))) (-3464 (*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-411 *4)) (-4 *4 (-169)) (-5 *2 (-673 *4)))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-411 *2)) (-4 *2 (-169)))) (-1432 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1237 (-673 *3))))) (-2566 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-629 (-933 *3))))) (-4278 (*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-169)) (-4 *1 (-411 *3)))) (-1522 (*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1237 *3)))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-169)) (-4 *1 (-411 *3)))) (-3400 (*1 *2) (-12 (-4 *1 (-411 *2)) (-4 *2 (-169)))) (-3332 (*1 *2) (-12 (-4 *1 (-411 *2)) (-4 *2 (-169)))) (-3607 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-673 *3)))) (-1561 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-673 *3)))) (-1837 (*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-673 *3)))) (-3695 (*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-673 *3)))) (-2173 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-4 *3 (-357)) (-5 *2 (-1150 (-933 *3))))) (-2637 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-4 *3 (-357)) (-5 *2 (-1150 (-933 *3))))) (-2639 (*1 *1 *2 *1) (-12 (-5 *2 (-673 *3)) (-4 *1 (-411 *3)) (-4 *3 (-169)))))
-(-13 (-361 |t#1|) (-10 -8 (-15 -4199 ((-1237 $))) (-15 -3464 ((-1237 |t#1|) $)) (-15 -3464 ((-673 |t#1|) (-1237 $))) (-15 -2060 (|t#1| $ (-552))) (-15 -1432 ((-1237 (-673 |t#1|)))) (-15 -2566 ((-629 (-933 |t#1|)))) (-15 -4278 ($ (-1237 |t#1|))) (-15 -1522 ((-1237 |t#1|) $)) (-15 -1522 ($ (-1237 |t#1|))) (-15 -3400 (|t#1|)) (-15 -3332 (|t#1|)) (-15 -3607 ((-673 |t#1|))) (-15 -1561 ((-673 |t#1|))) (-15 -1837 ((-673 |t#1|) $)) (-15 -3695 ((-673 |t#1|) $)) (IF (|has| |t#1| (-357)) (PROGN (-15 -2173 ((-1150 (-933 |t#1|)))) (-15 -2637 ((-1150 (-933 |t#1|))))) |%noBranch|) (-15 -2639 ($ (-673 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-361 |#1|) . T) ((-632 |#1|) . T) ((-702 |#1|) . T) ((-705) . T) ((-729 |#1|) . T) ((-746) . T) ((-1036 |#1|) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 45)) (-2644 (($ $) 60)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 148)) (-3303 (($ $) NIL)) (-1334 (((-111) $) 39)) (-3784 ((|#1| $) 13)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| |#1| (-1195)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-1195)))) (-2574 (($ |#1| (-552)) 34)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 118)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 58)) (-1293 (((-3 $ "failed") $) 133)) (-2674 (((-3 (-401 (-552)) "failed") $) 66 (|has| |#1| (-537)))) (-2443 (((-111) $) 62 (|has| |#1| (-537)))) (-3777 (((-401 (-552)) $) 73 (|has| |#1| (-537)))) (-3899 (($ |#1| (-552)) 36)) (-1677 (((-111) $) 154 (|has| |#1| (-1195)))) (-4065 (((-111) $) 46)) (-1475 (((-756) $) 41)) (-1794 (((-3 "nil" "sqfr" "irred" "prime") $ (-552)) 139)) (-3261 ((|#1| $ (-552)) 138)) (-3364 (((-552) $ (-552)) 137)) (-1964 (($ |#1| (-552)) 33)) (-1477 (($ (-1 |#1| |#1|) $) 145)) (-3928 (($ |#1| (-629 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-552))))) 61)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2623 (((-1136) $) NIL)) (-1460 (($ |#1| (-552)) 35)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) 149 (|has| |#1| (-445)))) (-2516 (($ |#1| (-552) (-3 "nil" "sqfr" "irred" "prime")) 32)) (-3772 (((-629 (-2 (|:| -3479 |#1|) (|:| -1406 (-552)))) $) 57)) (-2098 (((-629 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-552)))) $) 12)) (-3479 (((-412 $) $) NIL (|has| |#1| (-1195)))) (-3969 (((-3 $ "failed") $ $) 140)) (-1406 (((-552) $) 134)) (-3925 ((|#1| $) 59)) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-629 (-288 |#1|))) 82 (|has| |#1| (-303 |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) 88 (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) |#1|) NIL (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) $) NIL (|has| |#1| (-506 (-1154) $))) (($ $ (-629 (-1154)) (-629 $)) 89 (|has| |#1| (-506 (-1154) $))) (($ $ (-629 (-288 $))) 85 (|has| |#1| (-303 $))) (($ $ (-288 $)) NIL (|has| |#1| (-303 $))) (($ $ $ $) NIL (|has| |#1| (-303 $))) (($ $ (-629 $) (-629 $)) NIL (|has| |#1| (-303 $)))) (-2060 (($ $ |#1|) 74 (|has| |#1| (-280 |#1| |#1|))) (($ $ $) 75 (|has| |#1| (-280 $ $)))) (-3096 (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) 144)) (-1522 (((-528) $) 30 (|has| |#1| (-600 (-528)))) (((-373) $) 95 (|has| |#1| (-1003))) (((-220) $) 98 (|has| |#1| (-1003)))) (-3213 (((-844) $) 116) (($ (-552)) 49) (($ $) NIL) (($ |#1|) 48) (($ (-401 (-552))) NIL (|has| |#1| (-1019 (-401 (-552)))))) (-2014 (((-756)) 51)) (-3589 (((-111) $ $) NIL)) (-3297 (($) 43 T CONST)) (-3309 (($) 42 T CONST)) (-1765 (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1613 (((-111) $ $) 99)) (-1709 (($ $) 130) (($ $ $) NIL)) (-1698 (($ $ $) 142)) (** (($ $ (-902)) NIL) (($ $ (-756)) 105)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 53) (($ $ $) 52) (($ |#1| $) 54) (($ $ |#1|) NIL)))
-(((-412 |#1|) (-13 (-544) (-226 |#1|) (-38 |#1|) (-332 |#1|) (-405 |#1|) (-10 -8 (-15 -3925 (|#1| $)) (-15 -1406 ((-552) $)) (-15 -3928 ($ |#1| (-629 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-552)))))) (-15 -2098 ((-629 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-552)))) $)) (-15 -1964 ($ |#1| (-552))) (-15 -3772 ((-629 (-2 (|:| -3479 |#1|) (|:| -1406 (-552)))) $)) (-15 -1460 ($ |#1| (-552))) (-15 -3364 ((-552) $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -1794 ((-3 "nil" "sqfr" "irred" "prime") $ (-552))) (-15 -1475 ((-756) $)) (-15 -3899 ($ |#1| (-552))) (-15 -2574 ($ |#1| (-552))) (-15 -2516 ($ |#1| (-552) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -3784 (|#1| $)) (-15 -2644 ($ $)) (-15 -1477 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-445)) (-6 (-445)) |%noBranch|) (IF (|has| |#1| (-1003)) (-6 (-1003)) |%noBranch|) (IF (|has| |#1| (-1195)) (-6 (-1195)) |%noBranch|) (IF (|has| |#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (IF (|has| |#1| (-537)) (PROGN (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-280 $ $)) (-6 (-280 $ $)) |%noBranch|) (IF (|has| |#1| (-303 $)) (-6 (-303 $)) |%noBranch|) (IF (|has| |#1| (-506 (-1154) $)) (-6 (-506 (-1154) $)) |%noBranch|))) (-544)) (T -412))
-((-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-544)) (-5 *1 (-412 *3)))) (-3925 (*1 *2 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-544)))) (-1406 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-412 *3)) (-4 *3 (-544)))) (-3928 (*1 *1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-552))))) (-4 *2 (-544)) (-5 *1 (-412 *2)))) (-2098 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-552))))) (-5 *1 (-412 *3)) (-4 *3 (-544)))) (-1964 (*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544)))) (-3772 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| -3479 *3) (|:| -1406 (-552))))) (-5 *1 (-412 *3)) (-4 *3 (-544)))) (-1460 (*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544)))) (-3364 (*1 *2 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-412 *3)) (-4 *3 (-544)))) (-3261 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544)))) (-1794 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-412 *4)) (-4 *4 (-544)))) (-1475 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-412 *3)) (-4 *3 (-544)))) (-3899 (*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544)))) (-2574 (*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544)))) (-2516 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-552)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-412 *2)) (-4 *2 (-544)))) (-3784 (*1 *2 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-544)))) (-2644 (*1 *1 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-544)))) (-2443 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-412 *3)) (-4 *3 (-537)) (-4 *3 (-544)))) (-3777 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-412 *3)) (-4 *3 (-537)) (-4 *3 (-544)))) (-2674 (*1 *2 *1) (|partial| -12 (-5 *2 (-401 (-552))) (-5 *1 (-412 *3)) (-4 *3 (-537)) (-4 *3 (-544)))))
-(-13 (-544) (-226 |#1|) (-38 |#1|) (-332 |#1|) (-405 |#1|) (-10 -8 (-15 -3925 (|#1| $)) (-15 -1406 ((-552) $)) (-15 -3928 ($ |#1| (-629 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-552)))))) (-15 -2098 ((-629 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-552)))) $)) (-15 -1964 ($ |#1| (-552))) (-15 -3772 ((-629 (-2 (|:| -3479 |#1|) (|:| -1406 (-552)))) $)) (-15 -1460 ($ |#1| (-552))) (-15 -3364 ((-552) $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -1794 ((-3 "nil" "sqfr" "irred" "prime") $ (-552))) (-15 -1475 ((-756) $)) (-15 -3899 ($ |#1| (-552))) (-15 -2574 ($ |#1| (-552))) (-15 -2516 ($ |#1| (-552) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -3784 (|#1| $)) (-15 -2644 ($ $)) (-15 -1477 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-445)) (-6 (-445)) |%noBranch|) (IF (|has| |#1| (-1003)) (-6 (-1003)) |%noBranch|) (IF (|has| |#1| (-1195)) (-6 (-1195)) |%noBranch|) (IF (|has| |#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (IF (|has| |#1| (-537)) (PROGN (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-280 $ $)) (-6 (-280 $ $)) |%noBranch|) (IF (|has| |#1| (-303 $)) (-6 (-303 $)) |%noBranch|) (IF (|has| |#1| (-506 (-1154) $)) (-6 (-506 (-1154) $)) |%noBranch|)))
-((-2712 (((-412 |#1|) (-412 |#1|) (-1 (-412 |#1|) |#1|)) 21)) (-4256 (((-412 |#1|) (-412 |#1|) (-412 |#1|)) 16)))
-(((-413 |#1|) (-10 -7 (-15 -2712 ((-412 |#1|) (-412 |#1|) (-1 (-412 |#1|) |#1|))) (-15 -4256 ((-412 |#1|) (-412 |#1|) (-412 |#1|)))) (-544)) (T -413))
-((-4256 (*1 *2 *2 *2) (-12 (-5 *2 (-412 *3)) (-4 *3 (-544)) (-5 *1 (-413 *3)))) (-2712 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-412 *4) *4)) (-4 *4 (-544)) (-5 *2 (-412 *4)) (-5 *1 (-413 *4)))))
-(-10 -7 (-15 -2712 ((-412 |#1|) (-412 |#1|) (-1 (-412 |#1|) |#1|))) (-15 -4256 ((-412 |#1|) (-412 |#1|) (-412 |#1|))))
-((-3401 ((|#2| |#2|) 166)) (-3546 (((-3 (|:| |%expansion| (-307 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))) |#2| (-111)) 57)))
-(((-414 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3546 ((-3 (|:| |%expansion| (-307 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))) |#2| (-111))) (-15 -3401 (|#2| |#2|))) (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))) (-13 (-27) (-1176) (-424 |#1|)) (-1154) |#2|) (T -414))
-((-3401 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-414 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1176) (-424 *3))) (-14 *4 (-1154)) (-14 *5 *2))) (-3546 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-3 (|:| |%expansion| (-307 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136)))))) (-5 *1 (-414 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1176) (-424 *5))) (-14 *6 (-1154)) (-14 *7 *3))))
-(-10 -7 (-15 -3546 ((-3 (|:| |%expansion| (-307 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))) |#2| (-111))) (-15 -3401 (|#2| |#2|)))
-((-1477 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
-(((-415 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 (|#4| (-1 |#3| |#1|) |#2|))) (-13 (-1030) (-832)) (-424 |#1|) (-13 (-1030) (-832)) (-424 |#3|)) (T -415))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-1030) (-832))) (-4 *6 (-13 (-1030) (-832))) (-4 *2 (-424 *6)) (-5 *1 (-415 *5 *4 *6 *2)) (-4 *4 (-424 *5)))))
-(-10 -7 (-15 -1477 (|#4| (-1 |#3| |#1|) |#2|)))
-((-3401 ((|#2| |#2|) 90)) (-2399 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))) |#2| (-111) (-1136)) 48)) (-1389 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))) |#2| (-111) (-1136)) 154)))
-(((-416 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2399 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))) |#2| (-111) (-1136))) (-15 -1389 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))) |#2| (-111) (-1136))) (-15 -3401 (|#2| |#2|))) (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))) (-13 (-27) (-1176) (-424 |#1|) (-10 -8 (-15 -3213 ($ |#3|)))) (-830) (-13 (-1215 |#2| |#3|) (-357) (-1176) (-10 -8 (-15 -3096 ($ $)) (-15 -2889 ($ $)))) (-964 |#4|) (-1154)) (T -416))
-((-3401 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-4 *2 (-13 (-27) (-1176) (-424 *3) (-10 -8 (-15 -3213 ($ *4))))) (-4 *4 (-830)) (-4 *5 (-13 (-1215 *2 *4) (-357) (-1176) (-10 -8 (-15 -3096 ($ $)) (-15 -2889 ($ $))))) (-5 *1 (-416 *3 *2 *4 *5 *6 *7)) (-4 *6 (-964 *5)) (-14 *7 (-1154)))) (-1389 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-111)) (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-4 *3 (-13 (-27) (-1176) (-424 *6) (-10 -8 (-15 -3213 ($ *7))))) (-4 *7 (-830)) (-4 *8 (-13 (-1215 *3 *7) (-357) (-1176) (-10 -8 (-15 -3096 ($ $)) (-15 -2889 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136)))))) (-5 *1 (-416 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1136)) (-4 *9 (-964 *8)) (-14 *10 (-1154)))) (-2399 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-111)) (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-4 *3 (-13 (-27) (-1176) (-424 *6) (-10 -8 (-15 -3213 ($ *7))))) (-4 *7 (-830)) (-4 *8 (-13 (-1215 *3 *7) (-357) (-1176) (-10 -8 (-15 -3096 ($ $)) (-15 -2889 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136)))))) (-5 *1 (-416 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1136)) (-4 *9 (-964 *8)) (-14 *10 (-1154)))))
-(-10 -7 (-15 -2399 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))) |#2| (-111) (-1136))) (-15 -1389 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))) |#2| (-111) (-1136))) (-15 -3401 (|#2| |#2|)))
-((-3215 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-3884 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-1477 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
-(((-417 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3884 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3215 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1078) (-419 |#1|) (-1078) (-419 |#3|)) (T -417))
-((-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1078)) (-4 *5 (-1078)) (-4 *2 (-419 *5)) (-5 *1 (-417 *6 *4 *5 *2)) (-4 *4 (-419 *6)))) (-3884 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1078)) (-4 *2 (-1078)) (-5 *1 (-417 *5 *4 *2 *6)) (-4 *4 (-419 *5)) (-4 *6 (-419 *2)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-419 *6)) (-5 *1 (-417 *5 *4 *6 *2)) (-4 *4 (-419 *5)))))
-(-10 -7 (-15 -1477 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3884 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3215 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-4024 (($) 44)) (-1501 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 40)) (-2041 (($ $ $) 39)) (-2691 (((-111) $ $) 28)) (-2663 (((-756)) 47)) (-1439 (($ (-629 |#2|)) 20) (($) NIL)) (-1332 (($) 53)) (-3207 (((-111) $ $) 13)) (-1772 ((|#2| $) 61)) (-2011 ((|#2| $) 59)) (-1637 (((-902) $) 55)) (-4011 (($ $ $) 35)) (-2840 (($ (-902)) 50)) (-2042 (($ $ |#2|) NIL) (($ $ $) 38)) (-2885 (((-756) (-1 (-111) |#2|) $) NIL) (((-756) |#2| $) 26)) (-3226 (($ (-629 |#2|)) 24)) (-2402 (($ $) 46)) (-3213 (((-844) $) 33)) (-3133 (((-756) $) 21)) (-3541 (($ (-629 |#2|)) 19) (($) NIL)) (-1613 (((-111) $ $) 16)))
-(((-418 |#1| |#2|) (-10 -8 (-15 -2663 ((-756))) (-15 -2840 (|#1| (-902))) (-15 -1637 ((-902) |#1|)) (-15 -1332 (|#1|)) (-15 -1772 (|#2| |#1|)) (-15 -2011 (|#2| |#1|)) (-15 -4024 (|#1|)) (-15 -2402 (|#1| |#1|)) (-15 -3133 ((-756) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -3207 ((-111) |#1| |#1|)) (-15 -3541 (|#1|)) (-15 -3541 (|#1| (-629 |#2|))) (-15 -1439 (|#1|)) (-15 -1439 (|#1| (-629 |#2|))) (-15 -4011 (|#1| |#1| |#1|)) (-15 -2042 (|#1| |#1| |#1|)) (-15 -2042 (|#1| |#1| |#2|)) (-15 -2041 (|#1| |#1| |#1|)) (-15 -2691 ((-111) |#1| |#1|)) (-15 -1501 (|#1| |#1| |#1|)) (-15 -1501 (|#1| |#1| |#2|)) (-15 -1501 (|#1| |#2| |#1|)) (-15 -3226 (|#1| (-629 |#2|))) (-15 -2885 ((-756) |#2| |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|))) (-419 |#2|) (-1078)) (T -418))
-((-2663 (*1 *2) (-12 (-4 *4 (-1078)) (-5 *2 (-756)) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))))
-(-10 -8 (-15 -2663 ((-756))) (-15 -2840 (|#1| (-902))) (-15 -1637 ((-902) |#1|)) (-15 -1332 (|#1|)) (-15 -1772 (|#2| |#1|)) (-15 -2011 (|#2| |#1|)) (-15 -4024 (|#1|)) (-15 -2402 (|#1| |#1|)) (-15 -3133 ((-756) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -3207 ((-111) |#1| |#1|)) (-15 -3541 (|#1|)) (-15 -3541 (|#1| (-629 |#2|))) (-15 -1439 (|#1|)) (-15 -1439 (|#1| (-629 |#2|))) (-15 -4011 (|#1| |#1| |#1|)) (-15 -2042 (|#1| |#1| |#1|)) (-15 -2042 (|#1| |#1| |#2|)) (-15 -2041 (|#1| |#1| |#1|)) (-15 -2691 ((-111) |#1| |#1|)) (-15 -1501 (|#1| |#1| |#1|)) (-15 -1501 (|#1| |#1| |#2|)) (-15 -1501 (|#1| |#2| |#1|)) (-15 -3226 (|#1| (-629 |#2|))) (-15 -2885 ((-756) |#2| |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|)))
-((-3202 (((-111) $ $) 19)) (-4024 (($) 67 (|has| |#1| (-362)))) (-1501 (($ |#1| $) 82) (($ $ |#1|) 81) (($ $ $) 80)) (-2041 (($ $ $) 78)) (-2691 (((-111) $ $) 79)) (-4238 (((-111) $ (-756)) 8)) (-2663 (((-756)) 61 (|has| |#1| (-362)))) (-1439 (($ (-629 |#1|)) 74) (($) 73)) (-1740 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ |#1| $) 47 (|has| $ (-6 -4368))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4368)))) (-2655 (($ |#1| $) 57 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4368)))) (-1332 (($) 64 (|has| |#1| (-362)))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-3207 (((-111) $ $) 70)) (-1418 (((-111) $ (-756)) 9)) (-1772 ((|#1| $) 65 (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2011 ((|#1| $) 66 (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1637 (((-902) $) 63 (|has| |#1| (-362)))) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22)) (-4011 (($ $ $) 75)) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40)) (-2840 (($ (-902)) 62 (|has| |#1| (-362)))) (-2876 (((-1098) $) 21)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2042 (($ $ |#1|) 77) (($ $ $) 76)) (-3680 (($) 49) (($ (-629 |#1|)) 48)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 59 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 50)) (-2402 (($ $) 68 (|has| |#1| (-362)))) (-3213 (((-844) $) 18)) (-3133 (((-756) $) 69)) (-3541 (($ (-629 |#1|)) 72) (($) 71)) (-1663 (($ (-629 |#1|)) 42)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20)) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-419 |#1|) (-137) (-1078)) (T -419))
-((-3133 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-1078)) (-5 *2 (-756)))) (-2402 (*1 *1 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1078)) (-4 *2 (-362)))) (-4024 (*1 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-362)) (-4 *2 (-1078)))) (-2011 (*1 *2 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1078)) (-4 *2 (-832)))) (-1772 (*1 *2 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1078)) (-4 *2 (-832)))))
-(-13 (-224 |t#1|) (-1076 |t#1|) (-10 -8 (-6 -4368) (-15 -3133 ((-756) $)) (IF (|has| |t#1| (-362)) (PROGN (-6 (-362)) (-15 -2402 ($ $)) (-15 -4024 ($))) |%noBranch|) (IF (|has| |t#1| (-832)) (PROGN (-15 -2011 (|t#1| $)) (-15 -1772 (|t#1| $))) |%noBranch|)))
-(((-34) . T) ((-106 |#1|) . T) ((-101) . T) ((-599 (-844)) . T) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-224 |#1|) . T) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-362) |has| |#1| (-362)) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1076 |#1|) . T) ((-1078) . T) ((-1191) . T))
-((-2985 (((-573 |#2|) |#2| (-1154)) 36)) (-4113 (((-573 |#2|) |#2| (-1154)) 20)) (-2858 ((|#2| |#2| (-1154)) 25)))
-(((-420 |#1| |#2|) (-10 -7 (-15 -4113 ((-573 |#2|) |#2| (-1154))) (-15 -2985 ((-573 |#2|) |#2| (-1154))) (-15 -2858 (|#2| |#2| (-1154)))) (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))) (-13 (-1176) (-29 |#1|))) (T -420))
-((-2858 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-420 *4 *2)) (-4 *2 (-13 (-1176) (-29 *4))))) (-2985 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-573 *3)) (-5 *1 (-420 *5 *3)) (-4 *3 (-13 (-1176) (-29 *5))))) (-4113 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-573 *3)) (-5 *1 (-420 *5 *3)) (-4 *3 (-13 (-1176) (-29 *5))))))
-(-10 -7 (-15 -4113 ((-573 |#2|) |#2| (-1154))) (-15 -2985 ((-573 |#2|) |#2| (-1154))) (-15 -2858 (|#2| |#2| (-1154))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-2040 (($ |#2| |#1|) 35)) (-1909 (($ |#2| |#1|) 33)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL) (($ (-325 |#2|)) 25)) (-2014 (((-756)) NIL)) (-3297 (($) 10 T CONST)) (-3309 (($) 16 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 34)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 36) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-421 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4355)) (IF (|has| |#1| (-6 -4355)) (-6 -4355) |%noBranch|) |%noBranch|) (-15 -3213 ($ |#1|)) (-15 -3213 ($ (-325 |#2|))) (-15 -2040 ($ |#2| |#1|)) (-15 -1909 ($ |#2| |#1|)))) (-13 (-169) (-38 (-401 (-552)))) (-13 (-832) (-21))) (T -421))
-((-3213 (*1 *1 *2) (-12 (-5 *1 (-421 *2 *3)) (-4 *2 (-13 (-169) (-38 (-401 (-552))))) (-4 *3 (-13 (-832) (-21))))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-325 *4)) (-4 *4 (-13 (-832) (-21))) (-5 *1 (-421 *3 *4)) (-4 *3 (-13 (-169) (-38 (-401 (-552))))))) (-2040 (*1 *1 *2 *3) (-12 (-5 *1 (-421 *3 *2)) (-4 *3 (-13 (-169) (-38 (-401 (-552))))) (-4 *2 (-13 (-832) (-21))))) (-1909 (*1 *1 *2 *3) (-12 (-5 *1 (-421 *3 *2)) (-4 *3 (-13 (-169) (-38 (-401 (-552))))) (-4 *2 (-13 (-832) (-21))))))
-(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4355)) (IF (|has| |#1| (-6 -4355)) (-6 -4355) |%noBranch|) |%noBranch|) (-15 -3213 ($ |#1|)) (-15 -3213 ($ (-325 |#2|))) (-15 -2040 ($ |#2| |#1|)) (-15 -1909 ($ |#2| |#1|))))
-((-2889 (((-3 |#2| (-629 |#2|)) |#2| (-1154)) 109)))
-(((-422 |#1| |#2|) (-10 -7 (-15 -2889 ((-3 |#2| (-629 |#2|)) |#2| (-1154)))) (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))) (-13 (-1176) (-940) (-29 |#1|))) (T -422))
-((-2889 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-3 *3 (-629 *3))) (-5 *1 (-422 *5 *3)) (-4 *3 (-13 (-1176) (-940) (-29 *5))))))
-(-10 -7 (-15 -2889 ((-3 |#2| (-629 |#2|)) |#2| (-1154))))
-((-3611 (((-629 (-1154)) $) 72)) (-3449 (((-401 (-1150 $)) $ (-598 $)) 273)) (-2172 (($ $ (-288 $)) NIL) (($ $ (-629 (-288 $))) NIL) (($ $ (-629 (-598 $)) (-629 $)) 237)) (-1393 (((-3 (-598 $) "failed") $) NIL) (((-3 (-1154) "failed") $) 75) (((-3 (-552) "failed") $) NIL) (((-3 |#2| "failed") $) 233) (((-3 (-401 (-933 |#2|)) "failed") $) 324) (((-3 (-933 |#2|) "failed") $) 235) (((-3 (-401 (-552)) "failed") $) NIL)) (-2832 (((-598 $) $) NIL) (((-1154) $) 30) (((-552) $) NIL) ((|#2| $) 231) (((-401 (-933 |#2|)) $) 305) (((-933 |#2|) $) 232) (((-401 (-552)) $) NIL)) (-2951 (((-113) (-113)) 47)) (-3773 (($ $) 87)) (-1875 (((-3 (-598 $) "failed") $) 228)) (-3438 (((-629 (-598 $)) $) 229)) (-4263 (((-3 (-629 $) "failed") $) 247)) (-4073 (((-3 (-2 (|:| |val| $) (|:| -1406 (-552))) "failed") $) 254)) (-2878 (((-3 (-629 $) "failed") $) 245)) (-2630 (((-3 (-2 (|:| -4158 (-552)) (|:| |var| (-598 $))) "failed") $) 264)) (-3909 (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $) 251) (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-113)) 217) (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-1154)) 219)) (-3711 (((-111) $) 19)) (-3722 ((|#2| $) 21)) (-2432 (($ $ (-598 $) $) NIL) (($ $ (-629 (-598 $)) (-629 $)) 236) (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ $))) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ (-629 $)))) 96) (($ $ (-1154) (-1 $ (-629 $))) NIL) (($ $ (-1154) (-1 $ $)) NIL) (($ $ (-629 (-113)) (-629 (-1 $ $))) NIL) (($ $ (-629 (-113)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-113) (-1 $ (-629 $))) NIL) (($ $ (-113) (-1 $ $)) NIL) (($ $ (-1154)) 57) (($ $ (-629 (-1154))) 240) (($ $) 241) (($ $ (-113) $ (-1154)) 60) (($ $ (-629 (-113)) (-629 $) (-1154)) 67) (($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ $))) 107) (($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ (-629 $)))) 242) (($ $ (-1154) (-756) (-1 $ (-629 $))) 94) (($ $ (-1154) (-756) (-1 $ $)) 93)) (-2060 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-629 $)) 106)) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) 238)) (-2493 (($ $) 284)) (-1522 (((-873 (-552)) $) 257) (((-873 (-373)) $) 261) (($ (-412 $)) 320) (((-528) $) NIL)) (-3213 (((-844) $) 239) (($ (-598 $)) 84) (($ (-1154)) 26) (($ |#2|) NIL) (($ (-1103 |#2| (-598 $))) NIL) (($ (-401 |#2|)) 289) (($ (-933 (-401 |#2|))) 329) (($ (-401 (-933 (-401 |#2|)))) 301) (($ (-401 (-933 |#2|))) 295) (($ $) NIL) (($ (-933 |#2|)) 185) (($ (-401 (-552))) 334) (($ (-552)) NIL)) (-2014 (((-756)) 79)) (-1374 (((-111) (-113)) 41)) (-3893 (($ (-1154) $) 33) (($ (-1154) $ $) 34) (($ (-1154) $ $ $) 35) (($ (-1154) $ $ $ $) 36) (($ (-1154) (-629 $)) 39)) (* (($ (-401 (-552)) $) NIL) (($ $ (-401 (-552))) NIL) (($ |#2| $) 266) (($ $ |#2|) NIL) (($ $ $) NIL) (($ (-552) $) NIL) (($ (-756) $) NIL) (($ (-902) $) NIL)))
-(((-423 |#1| |#2|) (-10 -8 (-15 * (|#1| (-902) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2014 ((-756))) (-15 -3213 (|#1| (-552))) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1522 ((-528) |#1|)) (-15 -2832 ((-933 |#2|) |#1|)) (-15 -1393 ((-3 (-933 |#2|) "failed") |#1|)) (-15 -3213 (|#1| (-933 |#2|))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3213 (|#1| |#1|)) (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 -2832 ((-401 (-933 |#2|)) |#1|)) (-15 -1393 ((-3 (-401 (-933 |#2|)) "failed") |#1|)) (-15 -3213 (|#1| (-401 (-933 |#2|)))) (-15 -3449 ((-401 (-1150 |#1|)) |#1| (-598 |#1|))) (-15 -3213 (|#1| (-401 (-933 (-401 |#2|))))) (-15 -3213 (|#1| (-933 (-401 |#2|)))) (-15 -3213 (|#1| (-401 |#2|))) (-15 -2493 (|#1| |#1|)) (-15 -1522 (|#1| (-412 |#1|))) (-15 -2432 (|#1| |#1| (-1154) (-756) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-1154) (-756) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-756)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-756)) (-629 (-1 |#1| |#1|)))) (-15 -4073 ((-3 (-2 (|:| |val| |#1|) (|:| -1406 (-552))) "failed") |#1|)) (-15 -3909 ((-3 (-2 (|:| |var| (-598 |#1|)) (|:| -1406 (-552))) "failed") |#1| (-1154))) (-15 -3909 ((-3 (-2 (|:| |var| (-598 |#1|)) (|:| -1406 (-552))) "failed") |#1| (-113))) (-15 -3773 (|#1| |#1|)) (-15 -3213 (|#1| (-1103 |#2| (-598 |#1|)))) (-15 -2630 ((-3 (-2 (|:| -4158 (-552)) (|:| |var| (-598 |#1|))) "failed") |#1|)) (-15 -2878 ((-3 (-629 |#1|) "failed") |#1|)) (-15 -3909 ((-3 (-2 (|:| |var| (-598 |#1|)) (|:| -1406 (-552))) "failed") |#1|)) (-15 -4263 ((-3 (-629 |#1|) "failed") |#1|)) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 |#1|) (-1154))) (-15 -2432 (|#1| |#1| (-113) |#1| (-1154))) (-15 -2432 (|#1| |#1|)) (-15 -2432 (|#1| |#1| (-629 (-1154)))) (-15 -2432 (|#1| |#1| (-1154))) (-15 -3893 (|#1| (-1154) (-629 |#1|))) (-15 -3893 (|#1| (-1154) |#1| |#1| |#1| |#1|)) (-15 -3893 (|#1| (-1154) |#1| |#1| |#1|)) (-15 -3893 (|#1| (-1154) |#1| |#1|)) (-15 -3893 (|#1| (-1154) |#1|)) (-15 -3611 ((-629 (-1154)) |#1|)) (-15 -3722 (|#2| |#1|)) (-15 -3711 ((-111) |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -2832 ((-1154) |#1|)) (-15 -1393 ((-3 (-1154) "failed") |#1|)) (-15 -3213 (|#1| (-1154))) (-15 -2432 (|#1| |#1| (-113) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-113) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 (-1 |#1| |#1|)))) (-15 -2432 (|#1| |#1| (-1154) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-1154) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-1 |#1| |#1|)))) (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -3438 ((-629 (-598 |#1|)) |#1|)) (-15 -1875 ((-3 (-598 |#1|) "failed") |#1|)) (-15 -2172 (|#1| |#1| (-629 (-598 |#1|)) (-629 |#1|))) (-15 -2172 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -2172 (|#1| |#1| (-288 |#1|))) (-15 -2060 (|#1| (-113) (-629 |#1|))) (-15 -2060 (|#1| (-113) |#1| |#1| |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1| |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-598 |#1|)) (-629 |#1|))) (-15 -2432 (|#1| |#1| (-598 |#1|) |#1|)) (-15 -2832 ((-598 |#1|) |#1|)) (-15 -1393 ((-3 (-598 |#1|) "failed") |#1|)) (-15 -3213 (|#1| (-598 |#1|))) (-15 -3213 ((-844) |#1|))) (-424 |#2|) (-832)) (T -423))
-((-2951 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *4 (-832)) (-5 *1 (-423 *3 *4)) (-4 *3 (-424 *4)))) (-1374 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *5 (-832)) (-5 *2 (-111)) (-5 *1 (-423 *4 *5)) (-4 *4 (-424 *5)))) (-2014 (*1 *2) (-12 (-4 *4 (-832)) (-5 *2 (-756)) (-5 *1 (-423 *3 *4)) (-4 *3 (-424 *4)))))
-(-10 -8 (-15 * (|#1| (-902) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2014 ((-756))) (-15 -3213 (|#1| (-552))) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1522 ((-528) |#1|)) (-15 -2832 ((-933 |#2|) |#1|)) (-15 -1393 ((-3 (-933 |#2|) "failed") |#1|)) (-15 -3213 (|#1| (-933 |#2|))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3213 (|#1| |#1|)) (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 -2832 ((-401 (-933 |#2|)) |#1|)) (-15 -1393 ((-3 (-401 (-933 |#2|)) "failed") |#1|)) (-15 -3213 (|#1| (-401 (-933 |#2|)))) (-15 -3449 ((-401 (-1150 |#1|)) |#1| (-598 |#1|))) (-15 -3213 (|#1| (-401 (-933 (-401 |#2|))))) (-15 -3213 (|#1| (-933 (-401 |#2|)))) (-15 -3213 (|#1| (-401 |#2|))) (-15 -2493 (|#1| |#1|)) (-15 -1522 (|#1| (-412 |#1|))) (-15 -2432 (|#1| |#1| (-1154) (-756) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-1154) (-756) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-756)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-756)) (-629 (-1 |#1| |#1|)))) (-15 -4073 ((-3 (-2 (|:| |val| |#1|) (|:| -1406 (-552))) "failed") |#1|)) (-15 -3909 ((-3 (-2 (|:| |var| (-598 |#1|)) (|:| -1406 (-552))) "failed") |#1| (-1154))) (-15 -3909 ((-3 (-2 (|:| |var| (-598 |#1|)) (|:| -1406 (-552))) "failed") |#1| (-113))) (-15 -3773 (|#1| |#1|)) (-15 -3213 (|#1| (-1103 |#2| (-598 |#1|)))) (-15 -2630 ((-3 (-2 (|:| -4158 (-552)) (|:| |var| (-598 |#1|))) "failed") |#1|)) (-15 -2878 ((-3 (-629 |#1|) "failed") |#1|)) (-15 -3909 ((-3 (-2 (|:| |var| (-598 |#1|)) (|:| -1406 (-552))) "failed") |#1|)) (-15 -4263 ((-3 (-629 |#1|) "failed") |#1|)) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 |#1|) (-1154))) (-15 -2432 (|#1| |#1| (-113) |#1| (-1154))) (-15 -2432 (|#1| |#1|)) (-15 -2432 (|#1| |#1| (-629 (-1154)))) (-15 -2432 (|#1| |#1| (-1154))) (-15 -3893 (|#1| (-1154) (-629 |#1|))) (-15 -3893 (|#1| (-1154) |#1| |#1| |#1| |#1|)) (-15 -3893 (|#1| (-1154) |#1| |#1| |#1|)) (-15 -3893 (|#1| (-1154) |#1| |#1|)) (-15 -3893 (|#1| (-1154) |#1|)) (-15 -3611 ((-629 (-1154)) |#1|)) (-15 -3722 (|#2| |#1|)) (-15 -3711 ((-111) |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -2832 ((-1154) |#1|)) (-15 -1393 ((-3 (-1154) "failed") |#1|)) (-15 -3213 (|#1| (-1154))) (-15 -2432 (|#1| |#1| (-113) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-113) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-113)) (-629 (-1 |#1| |#1|)))) (-15 -2432 (|#1| |#1| (-1154) (-1 |#1| |#1|))) (-15 -2432 (|#1| |#1| (-1154) (-1 |#1| (-629 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-1 |#1| (-629 |#1|))))) (-15 -2432 (|#1| |#1| (-629 (-1154)) (-629 (-1 |#1| |#1|)))) (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -3438 ((-629 (-598 |#1|)) |#1|)) (-15 -1875 ((-3 (-598 |#1|) "failed") |#1|)) (-15 -2172 (|#1| |#1| (-629 (-598 |#1|)) (-629 |#1|))) (-15 -2172 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -2172 (|#1| |#1| (-288 |#1|))) (-15 -2060 (|#1| (-113) (-629 |#1|))) (-15 -2060 (|#1| (-113) |#1| |#1| |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1| |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1| |#1|)) (-15 -2060 (|#1| (-113) |#1|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -2432 (|#1| |#1| (-629 (-598 |#1|)) (-629 |#1|))) (-15 -2432 (|#1| |#1| (-598 |#1|) |#1|)) (-15 -2832 ((-598 |#1|) |#1|)) (-15 -1393 ((-3 (-598 |#1|) "failed") |#1|)) (-15 -3213 (|#1| (-598 |#1|))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 113 (|has| |#1| (-25)))) (-3611 (((-629 (-1154)) $) 200)) (-3449 (((-401 (-1150 $)) $ (-598 $)) 168 (|has| |#1| (-544)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 140 (|has| |#1| (-544)))) (-3303 (($ $) 141 (|has| |#1| (-544)))) (-1334 (((-111) $) 143 (|has| |#1| (-544)))) (-3361 (((-629 (-598 $)) $) 44)) (-4012 (((-3 $ "failed") $ $) 115 (|has| |#1| (-21)))) (-2172 (($ $ (-288 $)) 56) (($ $ (-629 (-288 $))) 55) (($ $ (-629 (-598 $)) (-629 $)) 54)) (-4116 (($ $) 160 (|has| |#1| (-544)))) (-3343 (((-412 $) $) 161 (|has| |#1| (-544)))) (-2393 (((-111) $ $) 151 (|has| |#1| (-544)))) (-2130 (($) 101 (-4029 (|has| |#1| (-1090)) (|has| |#1| (-25))) CONST)) (-1393 (((-3 (-598 $) "failed") $) 69) (((-3 (-1154) "failed") $) 213) (((-3 (-552) "failed") $) 206 (|has| |#1| (-1019 (-552)))) (((-3 |#1| "failed") $) 204) (((-3 (-401 (-933 |#1|)) "failed") $) 166 (|has| |#1| (-544))) (((-3 (-933 |#1|) "failed") $) 120 (|has| |#1| (-1030))) (((-3 (-401 (-552)) "failed") $) 95 (-4029 (-12 (|has| |#1| (-1019 (-552))) (|has| |#1| (-544))) (|has| |#1| (-1019 (-401 (-552))))))) (-2832 (((-598 $) $) 68) (((-1154) $) 212) (((-552) $) 207 (|has| |#1| (-1019 (-552)))) ((|#1| $) 203) (((-401 (-933 |#1|)) $) 165 (|has| |#1| (-544))) (((-933 |#1|) $) 119 (|has| |#1| (-1030))) (((-401 (-552)) $) 94 (-4029 (-12 (|has| |#1| (-1019 (-552))) (|has| |#1| (-544))) (|has| |#1| (-1019 (-401 (-552))))))) (-4006 (($ $ $) 155 (|has| |#1| (-544)))) (-2714 (((-673 (-552)) (-673 $)) 134 (-3792 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 133 (-3792 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 132 (|has| |#1| (-1030))) (((-673 |#1|) (-673 $)) 131 (|has| |#1| (-1030)))) (-1293 (((-3 $ "failed") $) 103 (|has| |#1| (-1090)))) (-3987 (($ $ $) 154 (|has| |#1| (-544)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 149 (|has| |#1| (-544)))) (-1677 (((-111) $) 162 (|has| |#1| (-544)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 209 (|has| |#1| (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 208 (|has| |#1| (-867 (-373))))) (-3963 (($ $) 51) (($ (-629 $)) 50)) (-3751 (((-629 (-113)) $) 43)) (-2951 (((-113) (-113)) 42)) (-4065 (((-111) $) 102 (|has| |#1| (-1090)))) (-3302 (((-111) $) 22 (|has| $ (-1019 (-552))))) (-3773 (($ $) 183 (|has| |#1| (-1030)))) (-4015 (((-1103 |#1| (-598 $)) $) 184 (|has| |#1| (-1030)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 158 (|has| |#1| (-544)))) (-1941 (((-1150 $) (-598 $)) 25 (|has| $ (-1030)))) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-1477 (($ (-1 $ $) (-598 $)) 36)) (-1875 (((-3 (-598 $) "failed") $) 46)) (-2552 (($ (-629 $)) 147 (|has| |#1| (-544))) (($ $ $) 146 (|has| |#1| (-544)))) (-2623 (((-1136) $) 9)) (-3438 (((-629 (-598 $)) $) 45)) (-4086 (($ (-113) $) 38) (($ (-113) (-629 $)) 37)) (-4263 (((-3 (-629 $) "failed") $) 189 (|has| |#1| (-1090)))) (-4073 (((-3 (-2 (|:| |val| $) (|:| -1406 (-552))) "failed") $) 180 (|has| |#1| (-1030)))) (-2878 (((-3 (-629 $) "failed") $) 187 (|has| |#1| (-25)))) (-2630 (((-3 (-2 (|:| -4158 (-552)) (|:| |var| (-598 $))) "failed") $) 186 (|has| |#1| (-25)))) (-3909 (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $) 188 (|has| |#1| (-1090))) (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-113)) 182 (|has| |#1| (-1030))) (((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-1154)) 181 (|has| |#1| (-1030)))) (-3515 (((-111) $ (-113)) 40) (((-111) $ (-1154)) 39)) (-3701 (($ $) 105 (-4029 (|has| |#1| (-466)) (|has| |#1| (-544))))) (-2384 (((-756) $) 47)) (-2876 (((-1098) $) 10)) (-3711 (((-111) $) 202)) (-3722 ((|#1| $) 201)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 148 (|has| |#1| (-544)))) (-2594 (($ (-629 $)) 145 (|has| |#1| (-544))) (($ $ $) 144 (|has| |#1| (-544)))) (-3633 (((-111) $ $) 35) (((-111) $ (-1154)) 34)) (-3479 (((-412 $) $) 159 (|has| |#1| (-544)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-544))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 156 (|has| |#1| (-544)))) (-3969 (((-3 $ "failed") $ $) 139 (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 150 (|has| |#1| (-544)))) (-3117 (((-111) $) 23 (|has| $ (-1019 (-552))))) (-2432 (($ $ (-598 $) $) 67) (($ $ (-629 (-598 $)) (-629 $)) 66) (($ $ (-629 (-288 $))) 65) (($ $ (-288 $)) 64) (($ $ $ $) 63) (($ $ (-629 $) (-629 $)) 62) (($ $ (-629 (-1154)) (-629 (-1 $ $))) 33) (($ $ (-629 (-1154)) (-629 (-1 $ (-629 $)))) 32) (($ $ (-1154) (-1 $ (-629 $))) 31) (($ $ (-1154) (-1 $ $)) 30) (($ $ (-629 (-113)) (-629 (-1 $ $))) 29) (($ $ (-629 (-113)) (-629 (-1 $ (-629 $)))) 28) (($ $ (-113) (-1 $ (-629 $))) 27) (($ $ (-113) (-1 $ $)) 26) (($ $ (-1154)) 194 (|has| |#1| (-600 (-528)))) (($ $ (-629 (-1154))) 193 (|has| |#1| (-600 (-528)))) (($ $) 192 (|has| |#1| (-600 (-528)))) (($ $ (-113) $ (-1154)) 191 (|has| |#1| (-600 (-528)))) (($ $ (-629 (-113)) (-629 $) (-1154)) 190 (|has| |#1| (-600 (-528)))) (($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ $))) 179 (|has| |#1| (-1030))) (($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ (-629 $)))) 178 (|has| |#1| (-1030))) (($ $ (-1154) (-756) (-1 $ (-629 $))) 177 (|has| |#1| (-1030))) (($ $ (-1154) (-756) (-1 $ $)) 176 (|has| |#1| (-1030)))) (-3795 (((-756) $) 152 (|has| |#1| (-544)))) (-2060 (($ (-113) $) 61) (($ (-113) $ $) 60) (($ (-113) $ $ $) 59) (($ (-113) $ $ $ $) 58) (($ (-113) (-629 $)) 57)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 153 (|has| |#1| (-544)))) (-1877 (($ $) 49) (($ $ $) 48)) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) 125 (|has| |#1| (-1030))) (($ $ (-1154) (-756)) 124 (|has| |#1| (-1030))) (($ $ (-629 (-1154))) 123 (|has| |#1| (-1030))) (($ $ (-1154)) 122 (|has| |#1| (-1030)))) (-2493 (($ $) 173 (|has| |#1| (-544)))) (-4026 (((-1103 |#1| (-598 $)) $) 174 (|has| |#1| (-544)))) (-3521 (($ $) 24 (|has| $ (-1030)))) (-1522 (((-873 (-552)) $) 211 (|has| |#1| (-600 (-873 (-552))))) (((-873 (-373)) $) 210 (|has| |#1| (-600 (-873 (-373))))) (($ (-412 $)) 175 (|has| |#1| (-544))) (((-528) $) 97 (|has| |#1| (-600 (-528))))) (-2074 (($ $ $) 108 (|has| |#1| (-466)))) (-2104 (($ $ $) 109 (|has| |#1| (-466)))) (-3213 (((-844) $) 11) (($ (-598 $)) 70) (($ (-1154)) 214) (($ |#1|) 205) (($ (-1103 |#1| (-598 $))) 185 (|has| |#1| (-1030))) (($ (-401 |#1|)) 171 (|has| |#1| (-544))) (($ (-933 (-401 |#1|))) 170 (|has| |#1| (-544))) (($ (-401 (-933 (-401 |#1|)))) 169 (|has| |#1| (-544))) (($ (-401 (-933 |#1|))) 167 (|has| |#1| (-544))) (($ $) 138 (|has| |#1| (-544))) (($ (-933 |#1|)) 121 (|has| |#1| (-1030))) (($ (-401 (-552))) 96 (-4029 (|has| |#1| (-544)) (-12 (|has| |#1| (-1019 (-552))) (|has| |#1| (-544))) (|has| |#1| (-1019 (-401 (-552)))))) (($ (-552)) 93 (-4029 (|has| |#1| (-1030)) (|has| |#1| (-1019 (-552)))))) (-3878 (((-3 $ "failed") $) 135 (|has| |#1| (-142)))) (-2014 (((-756)) 130 (|has| |#1| (-1030)))) (-3044 (($ $) 53) (($ (-629 $)) 52)) (-1374 (((-111) (-113)) 41)) (-3589 (((-111) $ $) 142 (|has| |#1| (-544)))) (-3893 (($ (-1154) $) 199) (($ (-1154) $ $) 198) (($ (-1154) $ $ $) 197) (($ (-1154) $ $ $ $) 196) (($ (-1154) (-629 $)) 195)) (-3297 (($) 112 (|has| |#1| (-25)) CONST)) (-3309 (($) 100 (|has| |#1| (-1090)) CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) 129 (|has| |#1| (-1030))) (($ $ (-1154) (-756)) 128 (|has| |#1| (-1030))) (($ $ (-629 (-1154))) 127 (|has| |#1| (-1030))) (($ $ (-1154)) 126 (|has| |#1| (-1030)))) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (-1720 (($ (-1103 |#1| (-598 $)) (-1103 |#1| (-598 $))) 172 (|has| |#1| (-544))) (($ $ $) 106 (-4029 (|has| |#1| (-466)) (|has| |#1| (-544))))) (-1709 (($ $ $) 117 (|has| |#1| (-21))) (($ $) 116 (|has| |#1| (-21)))) (-1698 (($ $ $) 110 (|has| |#1| (-25)))) (** (($ $ (-552)) 107 (-4029 (|has| |#1| (-466)) (|has| |#1| (-544)))) (($ $ (-756)) 104 (|has| |#1| (-1090))) (($ $ (-902)) 99 (|has| |#1| (-1090)))) (* (($ (-401 (-552)) $) 164 (|has| |#1| (-544))) (($ $ (-401 (-552))) 163 (|has| |#1| (-544))) (($ |#1| $) 137 (|has| |#1| (-169))) (($ $ |#1|) 136 (|has| |#1| (-169))) (($ (-552) $) 118 (|has| |#1| (-21))) (($ (-756) $) 114 (|has| |#1| (-25))) (($ (-902) $) 111 (|has| |#1| (-25))) (($ $ $) 98 (|has| |#1| (-1090)))))
-(((-424 |#1|) (-137) (-832)) (T -424))
-((-3711 (*1 *2 *1) (-12 (-4 *1 (-424 *3)) (-4 *3 (-832)) (-5 *2 (-111)))) (-3722 (*1 *2 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-832)))) (-3611 (*1 *2 *1) (-12 (-4 *1 (-424 *3)) (-4 *3 (-832)) (-5 *2 (-629 (-1154))))) (-3893 (*1 *1 *2 *1) (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832)))) (-3893 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832)))) (-3893 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832)))) (-3893 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832)))) (-3893 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-629 *1)) (-4 *1 (-424 *4)) (-4 *4 (-832)))) (-2432 (*1 *1 *1 *2) (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832)) (-4 *3 (-600 (-528))))) (-2432 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-1154))) (-4 *1 (-424 *3)) (-4 *3 (-832)) (-4 *3 (-600 (-528))))) (-2432 (*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-832)) (-4 *2 (-600 (-528))))) (-2432 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1154)) (-4 *1 (-424 *4)) (-4 *4 (-832)) (-4 *4 (-600 (-528))))) (-2432 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-629 (-113))) (-5 *3 (-629 *1)) (-5 *4 (-1154)) (-4 *1 (-424 *5)) (-4 *5 (-832)) (-4 *5 (-600 (-528))))) (-4263 (*1 *2 *1) (|partial| -12 (-4 *3 (-1090)) (-4 *3 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-424 *3)))) (-3909 (*1 *2 *1) (|partial| -12 (-4 *3 (-1090)) (-4 *3 (-832)) (-5 *2 (-2 (|:| |var| (-598 *1)) (|:| -1406 (-552)))) (-4 *1 (-424 *3)))) (-2878 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-424 *3)))) (-2630 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-832)) (-5 *2 (-2 (|:| -4158 (-552)) (|:| |var| (-598 *1)))) (-4 *1 (-424 *3)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1103 *3 (-598 *1))) (-4 *3 (-1030)) (-4 *3 (-832)) (-4 *1 (-424 *3)))) (-4015 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-4 *3 (-832)) (-5 *2 (-1103 *3 (-598 *1))) (-4 *1 (-424 *3)))) (-3773 (*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-832)) (-4 *2 (-1030)))) (-3909 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-113)) (-4 *4 (-1030)) (-4 *4 (-832)) (-5 *2 (-2 (|:| |var| (-598 *1)) (|:| -1406 (-552)))) (-4 *1 (-424 *4)))) (-3909 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1154)) (-4 *4 (-1030)) (-4 *4 (-832)) (-5 *2 (-2 (|:| |var| (-598 *1)) (|:| -1406 (-552)))) (-4 *1 (-424 *4)))) (-4073 (*1 *2 *1) (|partial| -12 (-4 *3 (-1030)) (-4 *3 (-832)) (-5 *2 (-2 (|:| |val| *1) (|:| -1406 (-552)))) (-4 *1 (-424 *3)))) (-2432 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-629 (-756))) (-5 *4 (-629 (-1 *1 *1))) (-4 *1 (-424 *5)) (-4 *5 (-832)) (-4 *5 (-1030)))) (-2432 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-629 (-756))) (-5 *4 (-629 (-1 *1 (-629 *1)))) (-4 *1 (-424 *5)) (-4 *5 (-832)) (-4 *5 (-1030)))) (-2432 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1154)) (-5 *3 (-756)) (-5 *4 (-1 *1 (-629 *1))) (-4 *1 (-424 *5)) (-4 *5 (-832)) (-4 *5 (-1030)))) (-2432 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1154)) (-5 *3 (-756)) (-5 *4 (-1 *1 *1)) (-4 *1 (-424 *5)) (-4 *5 (-832)) (-4 *5 (-1030)))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-412 *1)) (-4 *1 (-424 *3)) (-4 *3 (-544)) (-4 *3 (-832)))) (-4026 (*1 *2 *1) (-12 (-4 *3 (-544)) (-4 *3 (-832)) (-5 *2 (-1103 *3 (-598 *1))) (-4 *1 (-424 *3)))) (-2493 (*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-832)) (-4 *2 (-544)))) (-1720 (*1 *1 *2 *2) (-12 (-5 *2 (-1103 *3 (-598 *1))) (-4 *3 (-544)) (-4 *3 (-832)) (-4 *1 (-424 *3)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-401 *3)) (-4 *3 (-544)) (-4 *3 (-832)) (-4 *1 (-424 *3)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-933 (-401 *3))) (-4 *3 (-544)) (-4 *3 (-832)) (-4 *1 (-424 *3)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-401 (-933 (-401 *3)))) (-4 *3 (-544)) (-4 *3 (-832)) (-4 *1 (-424 *3)))) (-3449 (*1 *2 *1 *3) (-12 (-5 *3 (-598 *1)) (-4 *1 (-424 *4)) (-4 *4 (-832)) (-4 *4 (-544)) (-5 *2 (-401 (-1150 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-424 *3)) (-4 *3 (-832)) (-4 *3 (-1090)))))
-(-13 (-296) (-1019 (-1154)) (-865 |t#1|) (-394 |t#1|) (-405 |t#1|) (-10 -8 (-15 -3711 ((-111) $)) (-15 -3722 (|t#1| $)) (-15 -3611 ((-629 (-1154)) $)) (-15 -3893 ($ (-1154) $)) (-15 -3893 ($ (-1154) $ $)) (-15 -3893 ($ (-1154) $ $ $)) (-15 -3893 ($ (-1154) $ $ $ $)) (-15 -3893 ($ (-1154) (-629 $))) (IF (|has| |t#1| (-600 (-528))) (PROGN (-6 (-600 (-528))) (-15 -2432 ($ $ (-1154))) (-15 -2432 ($ $ (-629 (-1154)))) (-15 -2432 ($ $)) (-15 -2432 ($ $ (-113) $ (-1154))) (-15 -2432 ($ $ (-629 (-113)) (-629 $) (-1154)))) |%noBranch|) (IF (|has| |t#1| (-1090)) (PROGN (-6 (-711)) (-15 ** ($ $ (-756))) (-15 -4263 ((-3 (-629 $) "failed") $)) (-15 -3909 ((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-466)) (-6 (-466)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -2878 ((-3 (-629 $) "failed") $)) (-15 -2630 ((-3 (-2 (|:| -4158 (-552)) (|:| |var| (-598 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1030)) (PROGN (-6 (-1030)) (-6 (-1019 (-933 |t#1|))) (-6 (-881 (-1154))) (-6 (-371 |t#1|)) (-15 -3213 ($ (-1103 |t#1| (-598 $)))) (-15 -4015 ((-1103 |t#1| (-598 $)) $)) (-15 -3773 ($ $)) (-15 -3909 ((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-113))) (-15 -3909 ((-3 (-2 (|:| |var| (-598 $)) (|:| -1406 (-552))) "failed") $ (-1154))) (-15 -4073 ((-3 (-2 (|:| |val| $) (|:| -1406 (-552))) "failed") $)) (-15 -2432 ($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ $)))) (-15 -2432 ($ $ (-629 (-1154)) (-629 (-756)) (-629 (-1 $ (-629 $))))) (-15 -2432 ($ $ (-1154) (-756) (-1 $ (-629 $)))) (-15 -2432 ($ $ (-1154) (-756) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-169)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-544)) (PROGN (-6 (-357)) (-6 (-1019 (-401 (-933 |t#1|)))) (-15 -1522 ($ (-412 $))) (-15 -4026 ((-1103 |t#1| (-598 $)) $)) (-15 -2493 ($ $)) (-15 -1720 ($ (-1103 |t#1| (-598 $)) (-1103 |t#1| (-598 $)))) (-15 -3213 ($ (-401 |t#1|))) (-15 -3213 ($ (-933 (-401 |t#1|)))) (-15 -3213 ($ (-401 (-933 (-401 |t#1|))))) (-15 -3449 ((-401 (-1150 $)) $ (-598 $))) (IF (|has| |t#1| (-1019 (-552))) (-6 (-1019 (-401 (-552)))) |%noBranch|)) |%noBranch|)))
-(((-21) -4029 (|has| |#1| (-1030)) (|has| |#1| (-544)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142)) (|has| |#1| (-21))) ((-23) -4029 (|has| |#1| (-1030)) (|has| |#1| (-544)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -4029 (|has| |#1| (-1030)) (|has| |#1| (-544)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-401 (-552))) |has| |#1| (-544)) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-544)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-544)) ((-110 |#1| |#1|) |has| |#1| (-169)) ((-110 $ $) |has| |#1| (-544)) ((-129) -4029 (|has| |#1| (-1030)) (|has| |#1| (-544)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142)) (|has| |#1| (-21))) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) |has| |#1| (-544)) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-600 (-873 (-373))) |has| |#1| (-600 (-873 (-373)))) ((-600 (-873 (-552))) |has| |#1| (-600 (-873 (-552)))) ((-238) |has| |#1| (-544)) ((-284) |has| |#1| (-544)) ((-301) |has| |#1| (-544)) ((-303 $) . T) ((-296) . T) ((-357) |has| |#1| (-544)) ((-371 |#1|) |has| |#1| (-1030)) ((-394 |#1|) . T) ((-405 |#1|) . T) ((-445) |has| |#1| (-544)) ((-466) |has| |#1| (-466)) ((-506 (-598 $) $) . T) ((-506 $ $) . T) ((-544) |has| |#1| (-544)) ((-632 #0#) |has| |#1| (-544)) ((-632 |#1|) |has| |#1| (-169)) ((-632 $) -4029 (|has| |#1| (-1030)) (|has| |#1| (-544)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-625 (-552)) -12 (|has| |#1| (-625 (-552))) (|has| |#1| (-1030))) ((-625 |#1|) |has| |#1| (-1030)) ((-702 #0#) |has| |#1| (-544)) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) |has| |#1| (-544)) ((-711) -4029 (|has| |#1| (-1090)) (|has| |#1| (-1030)) (|has| |#1| (-544)) (|has| |#1| (-466)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-832) . T) ((-881 (-1154)) |has| |#1| (-1030)) ((-867 (-373)) |has| |#1| (-867 (-373))) ((-867 (-552)) |has| |#1| (-867 (-552))) ((-865 |#1|) . T) ((-901) |has| |#1| (-544)) ((-1019 (-401 (-552))) -4029 (|has| |#1| (-1019 (-401 (-552)))) (-12 (|has| |#1| (-544)) (|has| |#1| (-1019 (-552))))) ((-1019 (-401 (-933 |#1|))) |has| |#1| (-544)) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 (-598 $)) . T) ((-1019 (-933 |#1|)) |has| |#1| (-1030)) ((-1019 (-1154)) . T) ((-1019 |#1|) . T) ((-1036 #0#) |has| |#1| (-544)) ((-1036 |#1|) |has| |#1| (-169)) ((-1036 $) |has| |#1| (-544)) ((-1030) -4029 (|has| |#1| (-1030)) (|has| |#1| (-544)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-1037) -4029 (|has| |#1| (-1030)) (|has| |#1| (-544)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-1090) -4029 (|has| |#1| (-1090)) (|has| |#1| (-1030)) (|has| |#1| (-544)) (|has| |#1| (-466)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-1078) . T) ((-1191) . T) ((-1195) |has| |#1| (-544)))
-((-1618 ((|#2| |#2| |#2|) 33)) (-2951 (((-113) (-113)) 44)) (-2799 ((|#2| |#2|) 66)) (-4061 ((|#2| |#2|) 69)) (-4119 ((|#2| |#2|) 32)) (-3381 ((|#2| |#2| |#2|) 35)) (-4135 ((|#2| |#2| |#2|) 37)) (-2906 ((|#2| |#2| |#2|) 34)) (-3158 ((|#2| |#2| |#2|) 36)) (-1374 (((-111) (-113)) 42)) (-3742 ((|#2| |#2|) 39)) (-1280 ((|#2| |#2|) 38)) (-1578 ((|#2| |#2|) 27)) (-3290 ((|#2| |#2| |#2|) 30) ((|#2| |#2|) 28)) (-1812 ((|#2| |#2| |#2|) 31)))
-(((-425 |#1| |#2|) (-10 -7 (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -1578 (|#2| |#2|)) (-15 -3290 (|#2| |#2|)) (-15 -3290 (|#2| |#2| |#2|)) (-15 -1812 (|#2| |#2| |#2|)) (-15 -4119 (|#2| |#2|)) (-15 -1618 (|#2| |#2| |#2|)) (-15 -2906 (|#2| |#2| |#2|)) (-15 -3381 (|#2| |#2| |#2|)) (-15 -3158 (|#2| |#2| |#2|)) (-15 -4135 (|#2| |#2| |#2|)) (-15 -1280 (|#2| |#2|)) (-15 -3742 (|#2| |#2|)) (-15 -4061 (|#2| |#2|)) (-15 -2799 (|#2| |#2|))) (-13 (-832) (-544)) (-424 |#1|)) (T -425))
-((-2799 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-4061 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-3742 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-1280 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-4135 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-3158 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-3381 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-2906 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-1618 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-4119 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-1812 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-3290 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-3290 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-1578 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-2951 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *4)) (-4 *4 (-424 *3)))) (-1374 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111)) (-5 *1 (-425 *4 *5)) (-4 *5 (-424 *4)))))
-(-10 -7 (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -1578 (|#2| |#2|)) (-15 -3290 (|#2| |#2|)) (-15 -3290 (|#2| |#2| |#2|)) (-15 -1812 (|#2| |#2| |#2|)) (-15 -4119 (|#2| |#2|)) (-15 -1618 (|#2| |#2| |#2|)) (-15 -2906 (|#2| |#2| |#2|)) (-15 -3381 (|#2| |#2| |#2|)) (-15 -3158 (|#2| |#2| |#2|)) (-15 -4135 (|#2| |#2| |#2|)) (-15 -1280 (|#2| |#2|)) (-15 -3742 (|#2| |#2|)) (-15 -4061 (|#2| |#2|)) (-15 -2799 (|#2| |#2|)))
-((-4000 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1150 |#2|)) (|:| |pol2| (-1150 |#2|)) (|:| |prim| (-1150 |#2|))) |#2| |#2|) 97 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-629 (-1150 |#2|))) (|:| |prim| (-1150 |#2|))) (-629 |#2|)) 61)))
-(((-426 |#1| |#2|) (-10 -7 (-15 -4000 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-629 (-1150 |#2|))) (|:| |prim| (-1150 |#2|))) (-629 |#2|))) (IF (|has| |#2| (-27)) (-15 -4000 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1150 |#2|)) (|:| |pol2| (-1150 |#2|)) (|:| |prim| (-1150 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-544) (-832) (-144)) (-424 |#1|)) (T -426))
-((-4000 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-544) (-832) (-144))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1150 *3)) (|:| |pol2| (-1150 *3)) (|:| |prim| (-1150 *3)))) (-5 *1 (-426 *4 *3)) (-4 *3 (-27)) (-4 *3 (-424 *4)))) (-4000 (*1 *2 *3) (-12 (-5 *3 (-629 *5)) (-4 *5 (-424 *4)) (-4 *4 (-13 (-544) (-832) (-144))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-629 (-1150 *5))) (|:| |prim| (-1150 *5)))) (-5 *1 (-426 *4 *5)))))
-(-10 -7 (-15 -4000 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-629 (-1150 |#2|))) (|:| |prim| (-1150 |#2|))) (-629 |#2|))) (IF (|has| |#2| (-27)) (-15 -4000 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1150 |#2|)) (|:| |pol2| (-1150 |#2|)) (|:| |prim| (-1150 |#2|))) |#2| |#2|)) |%noBranch|))
-((-3282 (((-1242)) 19)) (-1386 (((-1150 (-401 (-552))) |#2| (-598 |#2|)) 41) (((-401 (-552)) |#2|) 25)))
-(((-427 |#1| |#2|) (-10 -7 (-15 -1386 ((-401 (-552)) |#2|)) (-15 -1386 ((-1150 (-401 (-552))) |#2| (-598 |#2|))) (-15 -3282 ((-1242)))) (-13 (-832) (-544) (-1019 (-552))) (-424 |#1|)) (T -427))
-((-3282 (*1 *2) (-12 (-4 *3 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-1242)) (-5 *1 (-427 *3 *4)) (-4 *4 (-424 *3)))) (-1386 (*1 *2 *3 *4) (-12 (-5 *4 (-598 *3)) (-4 *3 (-424 *5)) (-4 *5 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-1150 (-401 (-552)))) (-5 *1 (-427 *5 *3)))) (-1386 (*1 *2 *3) (-12 (-4 *4 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-401 (-552))) (-5 *1 (-427 *4 *3)) (-4 *3 (-424 *4)))))
-(-10 -7 (-15 -1386 ((-401 (-552)) |#2|)) (-15 -1386 ((-1150 (-401 (-552))) |#2| (-598 |#2|))) (-15 -3282 ((-1242))))
-((-3805 (((-111) $) 28)) (-2065 (((-111) $) 30)) (-3227 (((-111) $) 31)) (-3641 (((-111) $) 34)) (-1827 (((-111) $) 29)) (-3192 (((-111) $) 33)) (-3213 (((-844) $) 18) (($ (-1136)) 27) (($ (-1154)) 23) (((-1154) $) 22) (((-1082) $) 21)) (-2152 (((-111) $) 32)) (-1613 (((-111) $ $) 15)))
-(((-428) (-13 (-599 (-844)) (-10 -8 (-15 -3213 ($ (-1136))) (-15 -3213 ($ (-1154))) (-15 -3213 ((-1154) $)) (-15 -3213 ((-1082) $)) (-15 -3805 ((-111) $)) (-15 -1827 ((-111) $)) (-15 -3227 ((-111) $)) (-15 -3192 ((-111) $)) (-15 -3641 ((-111) $)) (-15 -2152 ((-111) $)) (-15 -2065 ((-111) $)) (-15 -1613 ((-111) $ $))))) (T -428))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-428)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-428)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-428)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-428)))) (-3805 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-1827 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-3227 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-3192 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-3641 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-2152 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-2065 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-1613 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
-(-13 (-599 (-844)) (-10 -8 (-15 -3213 ($ (-1136))) (-15 -3213 ($ (-1154))) (-15 -3213 ((-1154) $)) (-15 -3213 ((-1082) $)) (-15 -3805 ((-111) $)) (-15 -1827 ((-111) $)) (-15 -3227 ((-111) $)) (-15 -3192 ((-111) $)) (-15 -3641 ((-111) $)) (-15 -2152 ((-111) $)) (-15 -2065 ((-111) $)) (-15 -1613 ((-111) $ $))))
-((-2179 (((-3 (-412 (-1150 (-401 (-552)))) "failed") |#3|) 70)) (-2780 (((-412 |#3|) |#3|) 34)) (-4259 (((-3 (-412 (-1150 (-48))) "failed") |#3|) 46 (|has| |#2| (-1019 (-48))))) (-2470 (((-3 (|:| |overq| (-1150 (-401 (-552)))) (|:| |overan| (-1150 (-48))) (|:| -4169 (-111))) |#3|) 37)))
-(((-429 |#1| |#2| |#3|) (-10 -7 (-15 -2780 ((-412 |#3|) |#3|)) (-15 -2179 ((-3 (-412 (-1150 (-401 (-552)))) "failed") |#3|)) (-15 -2470 ((-3 (|:| |overq| (-1150 (-401 (-552)))) (|:| |overan| (-1150 (-48))) (|:| -4169 (-111))) |#3|)) (IF (|has| |#2| (-1019 (-48))) (-15 -4259 ((-3 (-412 (-1150 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-544) (-832) (-1019 (-552))) (-424 |#1|) (-1213 |#2|)) (T -429))
-((-4259 (*1 *2 *3) (|partial| -12 (-4 *5 (-1019 (-48))) (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-4 *5 (-424 *4)) (-5 *2 (-412 (-1150 (-48)))) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1213 *5)))) (-2470 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-4 *5 (-424 *4)) (-5 *2 (-3 (|:| |overq| (-1150 (-401 (-552)))) (|:| |overan| (-1150 (-48))) (|:| -4169 (-111)))) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1213 *5)))) (-2179 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-4 *5 (-424 *4)) (-5 *2 (-412 (-1150 (-401 (-552))))) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1213 *5)))) (-2780 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-4 *5 (-424 *4)) (-5 *2 (-412 *3)) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1213 *5)))))
-(-10 -7 (-15 -2780 ((-412 |#3|) |#3|)) (-15 -2179 ((-3 (-412 (-1150 (-401 (-552)))) "failed") |#3|)) (-15 -2470 ((-3 (|:| |overq| (-1150 (-401 (-552)))) (|:| |overan| (-1150 (-48))) (|:| -4169 (-111))) |#3|)) (IF (|has| |#2| (-1019 (-48))) (-15 -4259 ((-3 (-412 (-1150 (-48))) "failed") |#3|)) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-4321 (((-1136) $ (-1136)) NIL)) (-3018 (($ $ (-1136)) NIL)) (-1997 (((-1136) $) NIL)) (-3599 (((-382) (-382) (-382)) 17) (((-382) (-382)) 15)) (-3092 (($ (-382)) NIL) (($ (-382) (-1136)) NIL)) (-4290 (((-382) $) NIL)) (-2623 (((-1136) $) NIL)) (-2665 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2251 (((-1242) (-1136)) 9)) (-4118 (((-1242) (-1136)) 10)) (-2869 (((-1242)) 11)) (-3213 (((-844) $) NIL)) (-2469 (($ $) 35)) (-1613 (((-111) $ $) NIL)))
-(((-430) (-13 (-358 (-382) (-1136)) (-10 -7 (-15 -3599 ((-382) (-382) (-382))) (-15 -3599 ((-382) (-382))) (-15 -2251 ((-1242) (-1136))) (-15 -4118 ((-1242) (-1136))) (-15 -2869 ((-1242)))))) (T -430))
-((-3599 (*1 *2 *2 *2) (-12 (-5 *2 (-382)) (-5 *1 (-430)))) (-3599 (*1 *2 *2) (-12 (-5 *2 (-382)) (-5 *1 (-430)))) (-2251 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-430)))) (-4118 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-430)))) (-2869 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-430)))))
-(-13 (-358 (-382) (-1136)) (-10 -7 (-15 -3599 ((-382) (-382) (-382))) (-15 -3599 ((-382) (-382))) (-15 -2251 ((-1242) (-1136))) (-15 -4118 ((-1242) (-1136))) (-15 -2869 ((-1242)))))
-((-3202 (((-111) $ $) NIL)) (-2271 (((-3 (|:| |fst| (-428)) (|:| -1899 "void")) $) 11)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3068 (($) 32)) (-2471 (($) 38)) (-3380 (($) 34)) (-3470 (($) 36)) (-3992 (($) 33)) (-1530 (($) 35)) (-2343 (($) 37)) (-2989 (((-111) $) 8)) (-1585 (((-629 (-933 (-552))) $) 19)) (-3226 (($ (-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-629 (-1154)) (-111)) 27) (($ (-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-629 (-933 (-552))) (-111)) 28)) (-3213 (((-844) $) 23) (($ (-428)) 29)) (-1613 (((-111) $ $) NIL)))
-(((-431) (-13 (-1078) (-10 -8 (-15 -3213 ((-844) $)) (-15 -3213 ($ (-428))) (-15 -2271 ((-3 (|:| |fst| (-428)) (|:| -1899 "void")) $)) (-15 -1585 ((-629 (-933 (-552))) $)) (-15 -2989 ((-111) $)) (-15 -3226 ($ (-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-629 (-1154)) (-111))) (-15 -3226 ($ (-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-629 (-933 (-552))) (-111))) (-15 -3068 ($)) (-15 -3992 ($)) (-15 -3380 ($)) (-15 -2471 ($)) (-15 -1530 ($)) (-15 -3470 ($)) (-15 -2343 ($))))) (T -431))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-431)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-428)) (-5 *1 (-431)))) (-2271 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *1 (-431)))) (-1585 (*1 *2 *1) (-12 (-5 *2 (-629 (-933 (-552)))) (-5 *1 (-431)))) (-2989 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-431)))) (-3226 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *3 (-629 (-1154))) (-5 *4 (-111)) (-5 *1 (-431)))) (-3226 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-111)) (-5 *1 (-431)))) (-3068 (*1 *1) (-5 *1 (-431))) (-3992 (*1 *1) (-5 *1 (-431))) (-3380 (*1 *1) (-5 *1 (-431))) (-2471 (*1 *1) (-5 *1 (-431))) (-1530 (*1 *1) (-5 *1 (-431))) (-3470 (*1 *1) (-5 *1 (-431))) (-2343 (*1 *1) (-5 *1 (-431))))
-(-13 (-1078) (-10 -8 (-15 -3213 ((-844) $)) (-15 -3213 ($ (-428))) (-15 -2271 ((-3 (|:| |fst| (-428)) (|:| -1899 "void")) $)) (-15 -1585 ((-629 (-933 (-552))) $)) (-15 -2989 ((-111) $)) (-15 -3226 ($ (-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-629 (-1154)) (-111))) (-15 -3226 ($ (-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-629 (-933 (-552))) (-111))) (-15 -3068 ($)) (-15 -3992 ($)) (-15 -3380 ($)) (-15 -2471 ($)) (-15 -1530 ($)) (-15 -3470 ($)) (-15 -2343 ($))))
-((-3202 (((-111) $ $) NIL)) (-4290 (((-1154) $) 8)) (-2623 (((-1136) $) 16)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 13)))
-(((-432 |#1|) (-13 (-1078) (-10 -8 (-15 -4290 ((-1154) $)))) (-1154)) (T -432))
-((-4290 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-432 *3)) (-14 *3 *2))))
-(-13 (-1078) (-10 -8 (-15 -4290 ((-1154) $))))
-((-2175 (((-1242) $) 7)) (-3213 (((-844) $) 8) (($ (-1237 (-683))) 14) (($ (-629 (-324))) 13) (($ (-324)) 12) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 11)))
+((-3428 (*1 *2) (-12 (-4 *3 (-169)) (-5 *2 (-1238 *1)) (-4 *1 (-411 *3)))) (-3693 (*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1238 *3)))) (-3693 (*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-411 *4)) (-4 *4 (-169)) (-5 *2 (-674 *4)))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-411 *2)) (-4 *2 (-169)))) (-3748 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1238 (-674 *3))))) (-1642 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-630 (-934 *3))))) (-1676 (*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-169)) (-4 *1 (-411 *3)))) (-1523 (*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1238 *3)))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-169)) (-4 *1 (-411 *3)))) (-4270 (*1 *2) (-12 (-4 *1 (-411 *2)) (-4 *2 (-169)))) (-1689 (*1 *2) (-12 (-4 *1 (-411 *2)) (-4 *2 (-169)))) (-2641 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-674 *3)))) (-2469 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-674 *3)))) (-3307 (*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-674 *3)))) (-4140 (*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-674 *3)))) (-2349 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-4 *3 (-357)) (-5 *2 (-1151 (-934 *3))))) (-4190 (*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-4 *3 (-357)) (-5 *2 (-1151 (-934 *3))))) (-2638 (*1 *1 *2 *1) (-12 (-5 *2 (-674 *3)) (-4 *1 (-411 *3)) (-4 *3 (-169)))))
+(-13 (-361 |t#1|) (-10 -8 (-15 -3428 ((-1238 $))) (-15 -3693 ((-1238 |t#1|) $)) (-15 -3693 ((-674 |t#1|) (-1238 $))) (-15 -2061 (|t#1| $ (-553))) (-15 -3748 ((-1238 (-674 |t#1|)))) (-15 -1642 ((-630 (-934 |t#1|)))) (-15 -1676 ($ (-1238 |t#1|))) (-15 -1523 ((-1238 |t#1|) $)) (-15 -1523 ($ (-1238 |t#1|))) (-15 -4270 (|t#1|)) (-15 -1689 (|t#1|)) (-15 -2641 ((-674 |t#1|))) (-15 -2469 ((-674 |t#1|))) (-15 -3307 ((-674 |t#1|) $)) (-15 -4140 ((-674 |t#1|) $)) (IF (|has| |t#1| (-357)) (PROGN (-15 -2349 ((-1151 (-934 |t#1|)))) (-15 -4190 ((-1151 (-934 |t#1|))))) |%noBranch|) (-15 -2638 ($ (-674 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-600 (-845)) . T) ((-361 |#1|) . T) ((-633 |#1|) . T) ((-703 |#1|) . T) ((-706) . T) ((-730 |#1|) . T) ((-747) . T) ((-1037 |#1|) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 45)) (-4249 (($ $) 60)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 148)) (-2723 (($ $) NIL)) (-2157 (((-111) $) 39)) (-3795 ((|#1| $) 13)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| |#1| (-1196)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-1196)))) (-1707 (($ |#1| (-553)) 34)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 118)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 58)) (-3889 (((-3 $ "failed") $) 133)) (-1402 (((-3 (-401 (-553)) "failed") $) 66 (|has| |#1| (-538)))) (-3054 (((-111) $) 62 (|has| |#1| (-538)))) (-3731 (((-401 (-553)) $) 73 (|has| |#1| (-538)))) (-2450 (($ |#1| (-553)) 36)) (-4268 (((-111) $) 154 (|has| |#1| (-1196)))) (-1434 (((-111) $) 46)) (-2906 (((-757) $) 41)) (-2912 (((-3 "nil" "sqfr" "irred" "prime") $ (-553)) 139)) (-2264 ((|#1| $ (-553)) 138)) (-2002 (((-553) $ (-553)) 137)) (-3996 (($ |#1| (-553)) 33)) (-1478 (($ (-1 |#1| |#1|) $) 145)) (-2725 (($ |#1| (-630 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-553))))) 61)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4056 (((-1137) $) NIL)) (-2773 (($ |#1| (-553)) 35)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) 149 (|has| |#1| (-445)))) (-2475 (($ |#1| (-553) (-3 "nil" "sqfr" "irred" "prime")) 32)) (-3688 (((-630 (-2 (|:| -3476 |#1|) (|:| -3503 (-553)))) $) 57)) (-2862 (((-630 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-553)))) $) 12)) (-3476 (((-412 $) $) NIL (|has| |#1| (-1196)))) (-3968 (((-3 $ "failed") $ $) 140)) (-3503 (((-553) $) 134)) (-3924 ((|#1| $) 59)) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-630 (-288 |#1|))) 82 (|has| |#1| (-303 |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) 88 (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) |#1|) NIL (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) $) NIL (|has| |#1| (-507 (-1155) $))) (($ $ (-630 (-1155)) (-630 $)) 89 (|has| |#1| (-507 (-1155) $))) (($ $ (-630 (-288 $))) 85 (|has| |#1| (-303 $))) (($ $ (-288 $)) NIL (|has| |#1| (-303 $))) (($ $ $ $) NIL (|has| |#1| (-303 $))) (($ $ (-630 $) (-630 $)) NIL (|has| |#1| (-303 $)))) (-2061 (($ $ |#1|) 74 (|has| |#1| (-280 |#1| |#1|))) (($ $ $) 75 (|has| |#1| (-280 $ $)))) (-3095 (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) 144)) (-1523 (((-529) $) 30 (|has| |#1| (-601 (-529)))) (((-373) $) 95 (|has| |#1| (-1004))) (((-220) $) 98 (|has| |#1| (-1004)))) (-3212 (((-845) $) 116) (($ (-553)) 49) (($ $) NIL) (($ |#1|) 48) (($ (-401 (-553))) NIL (|has| |#1| (-1020 (-401 (-553)))))) (-1348 (((-757)) 51)) (-2453 (((-111) $ $) NIL)) (-3296 (($) 43 T CONST)) (-3308 (($) 42 T CONST)) (-1766 (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1614 (((-111) $ $) 99)) (-1710 (($ $) 130) (($ $ $) NIL)) (-1699 (($ $ $) 142)) (** (($ $ (-903)) NIL) (($ $ (-757)) 105)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 53) (($ $ $) 52) (($ |#1| $) 54) (($ $ |#1|) NIL)))
+(((-412 |#1|) (-13 (-545) (-226 |#1|) (-38 |#1|) (-332 |#1|) (-405 |#1|) (-10 -8 (-15 -3924 (|#1| $)) (-15 -3503 ((-553) $)) (-15 -2725 ($ |#1| (-630 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-553)))))) (-15 -2862 ((-630 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-553)))) $)) (-15 -3996 ($ |#1| (-553))) (-15 -3688 ((-630 (-2 (|:| -3476 |#1|) (|:| -3503 (-553)))) $)) (-15 -2773 ($ |#1| (-553))) (-15 -2002 ((-553) $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -2912 ((-3 "nil" "sqfr" "irred" "prime") $ (-553))) (-15 -2906 ((-757) $)) (-15 -2450 ($ |#1| (-553))) (-15 -1707 ($ |#1| (-553))) (-15 -2475 ($ |#1| (-553) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -3795 (|#1| $)) (-15 -4249 ($ $)) (-15 -1478 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-445)) (-6 (-445)) |%noBranch|) (IF (|has| |#1| (-1004)) (-6 (-1004)) |%noBranch|) (IF (|has| |#1| (-1196)) (-6 (-1196)) |%noBranch|) (IF (|has| |#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (IF (|has| |#1| (-538)) (PROGN (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-280 $ $)) (-6 (-280 $ $)) |%noBranch|) (IF (|has| |#1| (-303 $)) (-6 (-303 $)) |%noBranch|) (IF (|has| |#1| (-507 (-1155) $)) (-6 (-507 (-1155) $)) |%noBranch|))) (-545)) (T -412))
+((-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-545)) (-5 *1 (-412 *3)))) (-3924 (*1 *2 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-545)))) (-3503 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-412 *3)) (-4 *3 (-545)))) (-2725 (*1 *1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-553))))) (-4 *2 (-545)) (-5 *1 (-412 *2)))) (-2862 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-553))))) (-5 *1 (-412 *3)) (-4 *3 (-545)))) (-3996 (*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545)))) (-3688 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| -3476 *3) (|:| -3503 (-553))))) (-5 *1 (-412 *3)) (-4 *3 (-545)))) (-2773 (*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545)))) (-2002 (*1 *2 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-412 *3)) (-4 *3 (-545)))) (-2264 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545)))) (-2912 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-412 *4)) (-4 *4 (-545)))) (-2906 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-412 *3)) (-4 *3 (-545)))) (-2450 (*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545)))) (-1707 (*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545)))) (-2475 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-553)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-412 *2)) (-4 *2 (-545)))) (-3795 (*1 *2 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-545)))) (-4249 (*1 *1 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-545)))) (-3054 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-412 *3)) (-4 *3 (-538)) (-4 *3 (-545)))) (-3731 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-412 *3)) (-4 *3 (-538)) (-4 *3 (-545)))) (-1402 (*1 *2 *1) (|partial| -12 (-5 *2 (-401 (-553))) (-5 *1 (-412 *3)) (-4 *3 (-538)) (-4 *3 (-545)))))
+(-13 (-545) (-226 |#1|) (-38 |#1|) (-332 |#1|) (-405 |#1|) (-10 -8 (-15 -3924 (|#1| $)) (-15 -3503 ((-553) $)) (-15 -2725 ($ |#1| (-630 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-553)))))) (-15 -2862 ((-630 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-553)))) $)) (-15 -3996 ($ |#1| (-553))) (-15 -3688 ((-630 (-2 (|:| -3476 |#1|) (|:| -3503 (-553)))) $)) (-15 -2773 ($ |#1| (-553))) (-15 -2002 ((-553) $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -2912 ((-3 "nil" "sqfr" "irred" "prime") $ (-553))) (-15 -2906 ((-757) $)) (-15 -2450 ($ |#1| (-553))) (-15 -1707 ($ |#1| (-553))) (-15 -2475 ($ |#1| (-553) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -3795 (|#1| $)) (-15 -4249 ($ $)) (-15 -1478 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-445)) (-6 (-445)) |%noBranch|) (IF (|has| |#1| (-1004)) (-6 (-1004)) |%noBranch|) (IF (|has| |#1| (-1196)) (-6 (-1196)) |%noBranch|) (IF (|has| |#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (IF (|has| |#1| (-538)) (PROGN (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-280 $ $)) (-6 (-280 $ $)) |%noBranch|) (IF (|has| |#1| (-303 $)) (-6 (-303 $)) |%noBranch|) (IF (|has| |#1| (-507 (-1155) $)) (-6 (-507 (-1155) $)) |%noBranch|)))
+((-3678 (((-412 |#1|) (-412 |#1|) (-1 (-412 |#1|) |#1|)) 21)) (-2771 (((-412 |#1|) (-412 |#1|) (-412 |#1|)) 16)))
+(((-413 |#1|) (-10 -7 (-15 -3678 ((-412 |#1|) (-412 |#1|) (-1 (-412 |#1|) |#1|))) (-15 -2771 ((-412 |#1|) (-412 |#1|) (-412 |#1|)))) (-545)) (T -413))
+((-2771 (*1 *2 *2 *2) (-12 (-5 *2 (-412 *3)) (-4 *3 (-545)) (-5 *1 (-413 *3)))) (-3678 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-412 *4) *4)) (-4 *4 (-545)) (-5 *2 (-412 *4)) (-5 *1 (-413 *4)))))
+(-10 -7 (-15 -3678 ((-412 |#1|) (-412 |#1|) (-1 (-412 |#1|) |#1|))) (-15 -2771 ((-412 |#1|) (-412 |#1|) (-412 |#1|))))
+((-4279 ((|#2| |#2|) 166)) (-3285 (((-3 (|:| |%expansion| (-307 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))) |#2| (-111)) 57)))
+(((-414 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3285 ((-3 (|:| |%expansion| (-307 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))) |#2| (-111))) (-15 -4279 (|#2| |#2|))) (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))) (-13 (-27) (-1177) (-424 |#1|)) (-1155) |#2|) (T -414))
+((-4279 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-414 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1177) (-424 *3))) (-14 *4 (-1155)) (-14 *5 *2))) (-3285 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-3 (|:| |%expansion| (-307 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137)))))) (-5 *1 (-414 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1177) (-424 *5))) (-14 *6 (-1155)) (-14 *7 *3))))
+(-10 -7 (-15 -3285 ((-3 (|:| |%expansion| (-307 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))) |#2| (-111))) (-15 -4279 (|#2| |#2|)))
+((-1478 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
+(((-415 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 (|#4| (-1 |#3| |#1|) |#2|))) (-13 (-1031) (-833)) (-424 |#1|) (-13 (-1031) (-833)) (-424 |#3|)) (T -415))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-1031) (-833))) (-4 *6 (-13 (-1031) (-833))) (-4 *2 (-424 *6)) (-5 *1 (-415 *5 *4 *6 *2)) (-4 *4 (-424 *5)))))
+(-10 -7 (-15 -1478 (|#4| (-1 |#3| |#1|) |#2|)))
+((-4279 ((|#2| |#2|) 90)) (-3865 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))) |#2| (-111) (-1137)) 48)) (-3366 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))) |#2| (-111) (-1137)) 154)))
+(((-416 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3865 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))) |#2| (-111) (-1137))) (-15 -3366 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))) |#2| (-111) (-1137))) (-15 -4279 (|#2| |#2|))) (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))) (-13 (-27) (-1177) (-424 |#1|) (-10 -8 (-15 -3212 ($ |#3|)))) (-831) (-13 (-1216 |#2| |#3|) (-357) (-1177) (-10 -8 (-15 -3095 ($ $)) (-15 -1619 ($ $)))) (-965 |#4|) (-1155)) (T -416))
+((-4279 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-4 *2 (-13 (-27) (-1177) (-424 *3) (-10 -8 (-15 -3212 ($ *4))))) (-4 *4 (-831)) (-4 *5 (-13 (-1216 *2 *4) (-357) (-1177) (-10 -8 (-15 -3095 ($ $)) (-15 -1619 ($ $))))) (-5 *1 (-416 *3 *2 *4 *5 *6 *7)) (-4 *6 (-965 *5)) (-14 *7 (-1155)))) (-3366 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-111)) (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-4 *3 (-13 (-27) (-1177) (-424 *6) (-10 -8 (-15 -3212 ($ *7))))) (-4 *7 (-831)) (-4 *8 (-13 (-1216 *3 *7) (-357) (-1177) (-10 -8 (-15 -3095 ($ $)) (-15 -1619 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137)))))) (-5 *1 (-416 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1137)) (-4 *9 (-965 *8)) (-14 *10 (-1155)))) (-3865 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-111)) (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-4 *3 (-13 (-27) (-1177) (-424 *6) (-10 -8 (-15 -3212 ($ *7))))) (-4 *7 (-831)) (-4 *8 (-13 (-1216 *3 *7) (-357) (-1177) (-10 -8 (-15 -3095 ($ $)) (-15 -1619 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137)))))) (-5 *1 (-416 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1137)) (-4 *9 (-965 *8)) (-14 *10 (-1155)))))
+(-10 -7 (-15 -3865 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))) |#2| (-111) (-1137))) (-15 -3366 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))) |#2| (-111) (-1137))) (-15 -4279 (|#2| |#2|)))
+((-3108 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-3883 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-1478 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
+(((-417 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3883 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3108 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1079) (-419 |#1|) (-1079) (-419 |#3|)) (T -417))
+((-3108 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1079)) (-4 *5 (-1079)) (-4 *2 (-419 *5)) (-5 *1 (-417 *6 *4 *5 *2)) (-4 *4 (-419 *6)))) (-3883 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1079)) (-4 *2 (-1079)) (-5 *1 (-417 *5 *4 *2 *6)) (-4 *4 (-419 *5)) (-4 *6 (-419 *2)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-419 *6)) (-5 *1 (-417 *5 *4 *6 *2)) (-4 *4 (-419 *5)))))
+(-10 -7 (-15 -1478 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3883 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -3108 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-4216 (($) 44)) (-1502 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 40)) (-3547 (($ $ $) 39)) (-3506 (((-111) $ $) 28)) (-2662 (((-757)) 47)) (-1440 (($ (-630 |#2|)) 20) (($) NIL)) (-1333 (($) 53)) (-3030 (((-111) $ $) 13)) (-1773 ((|#2| $) 61)) (-2012 ((|#2| $) 59)) (-3941 (((-903) $) 55)) (-4115 (($ $ $) 35)) (-2839 (($ (-903)) 50)) (-3558 (($ $ |#2|) NIL) (($ $ $) 38)) (-2885 (((-757) (-1 (-111) |#2|) $) NIL) (((-757) |#2| $) 26)) (-3225 (($ (-630 |#2|)) 24)) (-3885 (($ $) 46)) (-3212 (((-845) $) 33)) (-2326 (((-757) $) 21)) (-3540 (($ (-630 |#2|)) 19) (($) NIL)) (-1614 (((-111) $ $) 16)))
+(((-418 |#1| |#2|) (-10 -8 (-15 -2662 ((-757))) (-15 -2839 (|#1| (-903))) (-15 -3941 ((-903) |#1|)) (-15 -1333 (|#1|)) (-15 -1773 (|#2| |#1|)) (-15 -2012 (|#2| |#1|)) (-15 -4216 (|#1|)) (-15 -3885 (|#1| |#1|)) (-15 -2326 ((-757) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -3030 ((-111) |#1| |#1|)) (-15 -3540 (|#1|)) (-15 -3540 (|#1| (-630 |#2|))) (-15 -1440 (|#1|)) (-15 -1440 (|#1| (-630 |#2|))) (-15 -4115 (|#1| |#1| |#1|)) (-15 -3558 (|#1| |#1| |#1|)) (-15 -3558 (|#1| |#1| |#2|)) (-15 -3547 (|#1| |#1| |#1|)) (-15 -3506 ((-111) |#1| |#1|)) (-15 -1502 (|#1| |#1| |#1|)) (-15 -1502 (|#1| |#1| |#2|)) (-15 -1502 (|#1| |#2| |#1|)) (-15 -3225 (|#1| (-630 |#2|))) (-15 -2885 ((-757) |#2| |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|))) (-419 |#2|) (-1079)) (T -418))
+((-2662 (*1 *2) (-12 (-4 *4 (-1079)) (-5 *2 (-757)) (-5 *1 (-418 *3 *4)) (-4 *3 (-419 *4)))))
+(-10 -8 (-15 -2662 ((-757))) (-15 -2839 (|#1| (-903))) (-15 -3941 ((-903) |#1|)) (-15 -1333 (|#1|)) (-15 -1773 (|#2| |#1|)) (-15 -2012 (|#2| |#1|)) (-15 -4216 (|#1|)) (-15 -3885 (|#1| |#1|)) (-15 -2326 ((-757) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -3030 ((-111) |#1| |#1|)) (-15 -3540 (|#1|)) (-15 -3540 (|#1| (-630 |#2|))) (-15 -1440 (|#1|)) (-15 -1440 (|#1| (-630 |#2|))) (-15 -4115 (|#1| |#1| |#1|)) (-15 -3558 (|#1| |#1| |#1|)) (-15 -3558 (|#1| |#1| |#2|)) (-15 -3547 (|#1| |#1| |#1|)) (-15 -3506 ((-111) |#1| |#1|)) (-15 -1502 (|#1| |#1| |#1|)) (-15 -1502 (|#1| |#1| |#2|)) (-15 -1502 (|#1| |#2| |#1|)) (-15 -3225 (|#1| (-630 |#2|))) (-15 -2885 ((-757) |#2| |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|)))
+((-3200 (((-111) $ $) 19)) (-4216 (($) 67 (|has| |#1| (-362)))) (-1502 (($ |#1| $) 82) (($ $ |#1|) 81) (($ $ $) 80)) (-3547 (($ $ $) 78)) (-3506 (((-111) $ $) 79)) (-2549 (((-111) $ (-757)) 8)) (-2662 (((-757)) 61 (|has| |#1| (-362)))) (-1440 (($ (-630 |#1|)) 74) (($) 73)) (-3656 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ |#1| $) 47 (|has| $ (-6 -4369))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4369)))) (-2653 (($ |#1| $) 57 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4369)))) (-1333 (($) 64 (|has| |#1| (-362)))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3030 (((-111) $ $) 70)) (-3625 (((-111) $ (-757)) 9)) (-1773 ((|#1| $) 65 (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2012 ((|#1| $) 66 (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3941 (((-903) $) 63 (|has| |#1| (-362)))) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22)) (-4115 (($ $ $) 75)) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40)) (-2839 (($ (-903)) 62 (|has| |#1| (-362)))) (-2875 (((-1099) $) 21)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-3558 (($ $ |#1|) 77) (($ $ $) 76)) (-4015 (($) 49) (($ (-630 |#1|)) 48)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 59 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 50)) (-3885 (($ $) 68 (|has| |#1| (-362)))) (-3212 (((-845) $) 18)) (-2326 (((-757) $) 69)) (-3540 (($ (-630 |#1|)) 72) (($) 71)) (-4142 (($ (-630 |#1|)) 42)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20)) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-419 |#1|) (-137) (-1079)) (T -419))
+((-2326 (*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-1079)) (-5 *2 (-757)))) (-3885 (*1 *1 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1079)) (-4 *2 (-362)))) (-4216 (*1 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-362)) (-4 *2 (-1079)))) (-2012 (*1 *2 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1079)) (-4 *2 (-833)))) (-1773 (*1 *2 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1079)) (-4 *2 (-833)))))
+(-13 (-224 |t#1|) (-1077 |t#1|) (-10 -8 (-6 -4369) (-15 -2326 ((-757) $)) (IF (|has| |t#1| (-362)) (PROGN (-6 (-362)) (-15 -3885 ($ $)) (-15 -4216 ($))) |%noBranch|) (IF (|has| |t#1| (-833)) (PROGN (-15 -2012 (|t#1| $)) (-15 -1773 (|t#1| $))) |%noBranch|)))
+(((-34) . T) ((-106 |#1|) . T) ((-101) . T) ((-600 (-845)) . T) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-224 |#1|) . T) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-362) |has| |#1| (-362)) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1077 |#1|) . T) ((-1079) . T) ((-1192) . T))
+((-1379 (((-574 |#2|) |#2| (-1155)) 36)) (-3808 (((-574 |#2|) |#2| (-1155)) 20)) (-2636 ((|#2| |#2| (-1155)) 25)))
+(((-420 |#1| |#2|) (-10 -7 (-15 -3808 ((-574 |#2|) |#2| (-1155))) (-15 -1379 ((-574 |#2|) |#2| (-1155))) (-15 -2636 (|#2| |#2| (-1155)))) (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))) (-13 (-1177) (-29 |#1|))) (T -420))
+((-2636 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-420 *4 *2)) (-4 *2 (-13 (-1177) (-29 *4))))) (-1379 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-574 *3)) (-5 *1 (-420 *5 *3)) (-4 *3 (-13 (-1177) (-29 *5))))) (-3808 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-574 *3)) (-5 *1 (-420 *5 *3)) (-4 *3 (-13 (-1177) (-29 *5))))))
+(-10 -7 (-15 -3808 ((-574 |#2|) |#2| (-1155))) (-15 -1379 ((-574 |#2|) |#2| (-1155))) (-15 -2636 (|#2| |#2| (-1155))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-3536 (($ |#2| |#1|) 35)) (-1510 (($ |#2| |#1|) 33)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL) (($ (-325 |#2|)) 25)) (-1348 (((-757)) NIL)) (-3296 (($) 10 T CONST)) (-3308 (($) 16 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 34)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 36) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-421 |#1| |#2|) (-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4356)) (IF (|has| |#1| (-6 -4356)) (-6 -4356) |%noBranch|) |%noBranch|) (-15 -3212 ($ |#1|)) (-15 -3212 ($ (-325 |#2|))) (-15 -3536 ($ |#2| |#1|)) (-15 -1510 ($ |#2| |#1|)))) (-13 (-169) (-38 (-401 (-553)))) (-13 (-833) (-21))) (T -421))
+((-3212 (*1 *1 *2) (-12 (-5 *1 (-421 *2 *3)) (-4 *2 (-13 (-169) (-38 (-401 (-553))))) (-4 *3 (-13 (-833) (-21))))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-325 *4)) (-4 *4 (-13 (-833) (-21))) (-5 *1 (-421 *3 *4)) (-4 *3 (-13 (-169) (-38 (-401 (-553))))))) (-3536 (*1 *1 *2 *3) (-12 (-5 *1 (-421 *3 *2)) (-4 *3 (-13 (-169) (-38 (-401 (-553))))) (-4 *2 (-13 (-833) (-21))))) (-1510 (*1 *1 *2 *3) (-12 (-5 *1 (-421 *3 *2)) (-4 *3 (-13 (-169) (-38 (-401 (-553))))) (-4 *2 (-13 (-833) (-21))))))
+(-13 (-38 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4356)) (IF (|has| |#1| (-6 -4356)) (-6 -4356) |%noBranch|) |%noBranch|) (-15 -3212 ($ |#1|)) (-15 -3212 ($ (-325 |#2|))) (-15 -3536 ($ |#2| |#1|)) (-15 -1510 ($ |#2| |#1|))))
+((-1619 (((-3 |#2| (-630 |#2|)) |#2| (-1155)) 109)))
+(((-422 |#1| |#2|) (-10 -7 (-15 -1619 ((-3 |#2| (-630 |#2|)) |#2| (-1155)))) (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))) (-13 (-1177) (-941) (-29 |#1|))) (T -422))
+((-1619 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-3 *3 (-630 *3))) (-5 *1 (-422 *5 *3)) (-4 *3 (-13 (-1177) (-941) (-29 *5))))))
+(-10 -7 (-15 -1619 ((-3 |#2| (-630 |#2|)) |#2| (-1155))))
+((-3611 (((-630 (-1155)) $) 72)) (-3447 (((-401 (-1151 $)) $ (-599 $)) 273)) (-2173 (($ $ (-288 $)) NIL) (($ $ (-630 (-288 $))) NIL) (($ $ (-630 (-599 $)) (-630 $)) 237)) (-1394 (((-3 (-599 $) "failed") $) NIL) (((-3 (-1155) "failed") $) 75) (((-3 (-553) "failed") $) NIL) (((-3 |#2| "failed") $) 233) (((-3 (-401 (-934 |#2|)) "failed") $) 324) (((-3 (-934 |#2|) "failed") $) 235) (((-3 (-401 (-553)) "failed") $) NIL)) (-2831 (((-599 $) $) NIL) (((-1155) $) 30) (((-553) $) NIL) ((|#2| $) 231) (((-401 (-934 |#2|)) $) 305) (((-934 |#2|) $) 232) (((-401 (-553)) $) NIL)) (-4155 (((-113) (-113)) 47)) (-3699 (($ $) 87)) (-2427 (((-3 (-599 $) "failed") $) 228)) (-3434 (((-630 (-599 $)) $) 229)) (-1548 (((-3 (-630 $) "failed") $) 247)) (-1501 (((-3 (-2 (|:| |val| $) (|:| -3503 (-553))) "failed") $) 254)) (-1527 (((-3 (-630 $) "failed") $) 245)) (-4118 (((-3 (-2 (|:| -4157 (-553)) (|:| |var| (-599 $))) "failed") $) 264)) (-2560 (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $) 251) (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-113)) 217) (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-1155)) 219)) (-3710 (((-111) $) 19)) (-3722 ((|#2| $) 21)) (-2433 (($ $ (-599 $) $) NIL) (($ $ (-630 (-599 $)) (-630 $)) 236) (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ $))) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ (-630 $)))) 96) (($ $ (-1155) (-1 $ (-630 $))) NIL) (($ $ (-1155) (-1 $ $)) NIL) (($ $ (-630 (-113)) (-630 (-1 $ $))) NIL) (($ $ (-630 (-113)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-113) (-1 $ (-630 $))) NIL) (($ $ (-113) (-1 $ $)) NIL) (($ $ (-1155)) 57) (($ $ (-630 (-1155))) 240) (($ $) 241) (($ $ (-113) $ (-1155)) 60) (($ $ (-630 (-113)) (-630 $) (-1155)) 67) (($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ $))) 107) (($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ (-630 $)))) 242) (($ $ (-1155) (-757) (-1 $ (-630 $))) 94) (($ $ (-1155) (-757) (-1 $ $)) 93)) (-2061 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-630 $)) 106)) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) 238)) (-2237 (($ $) 284)) (-1523 (((-874 (-553)) $) 257) (((-874 (-373)) $) 261) (($ (-412 $)) 320) (((-529) $) NIL)) (-3212 (((-845) $) 239) (($ (-599 $)) 84) (($ (-1155)) 26) (($ |#2|) NIL) (($ (-1104 |#2| (-599 $))) NIL) (($ (-401 |#2|)) 289) (($ (-934 (-401 |#2|))) 329) (($ (-401 (-934 (-401 |#2|)))) 301) (($ (-401 (-934 |#2|))) 295) (($ $) NIL) (($ (-934 |#2|)) 185) (($ (-401 (-553))) 334) (($ (-553)) NIL)) (-1348 (((-757)) 79)) (-4083 (((-111) (-113)) 41)) (-3892 (($ (-1155) $) 33) (($ (-1155) $ $) 34) (($ (-1155) $ $ $) 35) (($ (-1155) $ $ $ $) 36) (($ (-1155) (-630 $)) 39)) (* (($ (-401 (-553)) $) NIL) (($ $ (-401 (-553))) NIL) (($ |#2| $) 266) (($ $ |#2|) NIL) (($ $ $) NIL) (($ (-553) $) NIL) (($ (-757) $) NIL) (($ (-903) $) NIL)))
+(((-423 |#1| |#2|) (-10 -8 (-15 * (|#1| (-903) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1348 ((-757))) (-15 -3212 (|#1| (-553))) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -3212 (|#1| (-934 |#2|))) (-15 -1394 ((-3 (-934 |#2|) "failed") |#1|)) (-15 -2831 ((-934 |#2|) |#1|)) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3212 (|#1| |#1|)) (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 -3212 (|#1| (-401 (-934 |#2|)))) (-15 -1394 ((-3 (-401 (-934 |#2|)) "failed") |#1|)) (-15 -2831 ((-401 (-934 |#2|)) |#1|)) (-15 -3447 ((-401 (-1151 |#1|)) |#1| (-599 |#1|))) (-15 -3212 (|#1| (-401 (-934 (-401 |#2|))))) (-15 -3212 (|#1| (-934 (-401 |#2|)))) (-15 -3212 (|#1| (-401 |#2|))) (-15 -2237 (|#1| |#1|)) (-15 -1523 (|#1| (-412 |#1|))) (-15 -2433 (|#1| |#1| (-1155) (-757) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-1155) (-757) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-757)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-757)) (-630 (-1 |#1| |#1|)))) (-15 -1501 ((-3 (-2 (|:| |val| |#1|) (|:| -3503 (-553))) "failed") |#1|)) (-15 -2560 ((-3 (-2 (|:| |var| (-599 |#1|)) (|:| -3503 (-553))) "failed") |#1| (-1155))) (-15 -2560 ((-3 (-2 (|:| |var| (-599 |#1|)) (|:| -3503 (-553))) "failed") |#1| (-113))) (-15 -3699 (|#1| |#1|)) (-15 -3212 (|#1| (-1104 |#2| (-599 |#1|)))) (-15 -4118 ((-3 (-2 (|:| -4157 (-553)) (|:| |var| (-599 |#1|))) "failed") |#1|)) (-15 -1527 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -2560 ((-3 (-2 (|:| |var| (-599 |#1|)) (|:| -3503 (-553))) "failed") |#1|)) (-15 -1548 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 |#1|) (-1155))) (-15 -2433 (|#1| |#1| (-113) |#1| (-1155))) (-15 -2433 (|#1| |#1|)) (-15 -2433 (|#1| |#1| (-630 (-1155)))) (-15 -2433 (|#1| |#1| (-1155))) (-15 -3892 (|#1| (-1155) (-630 |#1|))) (-15 -3892 (|#1| (-1155) |#1| |#1| |#1| |#1|)) (-15 -3892 (|#1| (-1155) |#1| |#1| |#1|)) (-15 -3892 (|#1| (-1155) |#1| |#1|)) (-15 -3892 (|#1| (-1155) |#1|)) (-15 -3611 ((-630 (-1155)) |#1|)) (-15 -3722 (|#2| |#1|)) (-15 -3710 ((-111) |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -3212 (|#1| (-1155))) (-15 -1394 ((-3 (-1155) "failed") |#1|)) (-15 -2831 ((-1155) |#1|)) (-15 -2433 (|#1| |#1| (-113) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-113) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 (-1 |#1| |#1|)))) (-15 -2433 (|#1| |#1| (-1155) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-1155) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-1 |#1| |#1|)))) (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -3434 ((-630 (-599 |#1|)) |#1|)) (-15 -2427 ((-3 (-599 |#1|) "failed") |#1|)) (-15 -2173 (|#1| |#1| (-630 (-599 |#1|)) (-630 |#1|))) (-15 -2173 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2173 (|#1| |#1| (-288 |#1|))) (-15 -2061 (|#1| (-113) (-630 |#1|))) (-15 -2061 (|#1| (-113) |#1| |#1| |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1| |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-599 |#1|)) (-630 |#1|))) (-15 -2433 (|#1| |#1| (-599 |#1|) |#1|)) (-15 -3212 (|#1| (-599 |#1|))) (-15 -1394 ((-3 (-599 |#1|) "failed") |#1|)) (-15 -2831 ((-599 |#1|) |#1|)) (-15 -3212 ((-845) |#1|))) (-424 |#2|) (-833)) (T -423))
+((-4155 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *4 (-833)) (-5 *1 (-423 *3 *4)) (-4 *3 (-424 *4)))) (-4083 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *5 (-833)) (-5 *2 (-111)) (-5 *1 (-423 *4 *5)) (-4 *4 (-424 *5)))) (-1348 (*1 *2) (-12 (-4 *4 (-833)) (-5 *2 (-757)) (-5 *1 (-423 *3 *4)) (-4 *3 (-424 *4)))))
+(-10 -8 (-15 * (|#1| (-903) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1348 ((-757))) (-15 -3212 (|#1| (-553))) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -3212 (|#1| (-934 |#2|))) (-15 -1394 ((-3 (-934 |#2|) "failed") |#1|)) (-15 -2831 ((-934 |#2|) |#1|)) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3212 (|#1| |#1|)) (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 -3212 (|#1| (-401 (-934 |#2|)))) (-15 -1394 ((-3 (-401 (-934 |#2|)) "failed") |#1|)) (-15 -2831 ((-401 (-934 |#2|)) |#1|)) (-15 -3447 ((-401 (-1151 |#1|)) |#1| (-599 |#1|))) (-15 -3212 (|#1| (-401 (-934 (-401 |#2|))))) (-15 -3212 (|#1| (-934 (-401 |#2|)))) (-15 -3212 (|#1| (-401 |#2|))) (-15 -2237 (|#1| |#1|)) (-15 -1523 (|#1| (-412 |#1|))) (-15 -2433 (|#1| |#1| (-1155) (-757) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-1155) (-757) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-757)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-757)) (-630 (-1 |#1| |#1|)))) (-15 -1501 ((-3 (-2 (|:| |val| |#1|) (|:| -3503 (-553))) "failed") |#1|)) (-15 -2560 ((-3 (-2 (|:| |var| (-599 |#1|)) (|:| -3503 (-553))) "failed") |#1| (-1155))) (-15 -2560 ((-3 (-2 (|:| |var| (-599 |#1|)) (|:| -3503 (-553))) "failed") |#1| (-113))) (-15 -3699 (|#1| |#1|)) (-15 -3212 (|#1| (-1104 |#2| (-599 |#1|)))) (-15 -4118 ((-3 (-2 (|:| -4157 (-553)) (|:| |var| (-599 |#1|))) "failed") |#1|)) (-15 -1527 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -2560 ((-3 (-2 (|:| |var| (-599 |#1|)) (|:| -3503 (-553))) "failed") |#1|)) (-15 -1548 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 |#1|) (-1155))) (-15 -2433 (|#1| |#1| (-113) |#1| (-1155))) (-15 -2433 (|#1| |#1|)) (-15 -2433 (|#1| |#1| (-630 (-1155)))) (-15 -2433 (|#1| |#1| (-1155))) (-15 -3892 (|#1| (-1155) (-630 |#1|))) (-15 -3892 (|#1| (-1155) |#1| |#1| |#1| |#1|)) (-15 -3892 (|#1| (-1155) |#1| |#1| |#1|)) (-15 -3892 (|#1| (-1155) |#1| |#1|)) (-15 -3892 (|#1| (-1155) |#1|)) (-15 -3611 ((-630 (-1155)) |#1|)) (-15 -3722 (|#2| |#1|)) (-15 -3710 ((-111) |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -3212 (|#1| (-1155))) (-15 -1394 ((-3 (-1155) "failed") |#1|)) (-15 -2831 ((-1155) |#1|)) (-15 -2433 (|#1| |#1| (-113) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-113) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-113)) (-630 (-1 |#1| |#1|)))) (-15 -2433 (|#1| |#1| (-1155) (-1 |#1| |#1|))) (-15 -2433 (|#1| |#1| (-1155) (-1 |#1| (-630 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-1 |#1| (-630 |#1|))))) (-15 -2433 (|#1| |#1| (-630 (-1155)) (-630 (-1 |#1| |#1|)))) (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -3434 ((-630 (-599 |#1|)) |#1|)) (-15 -2427 ((-3 (-599 |#1|) "failed") |#1|)) (-15 -2173 (|#1| |#1| (-630 (-599 |#1|)) (-630 |#1|))) (-15 -2173 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2173 (|#1| |#1| (-288 |#1|))) (-15 -2061 (|#1| (-113) (-630 |#1|))) (-15 -2061 (|#1| (-113) |#1| |#1| |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1| |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1| |#1|)) (-15 -2061 (|#1| (-113) |#1|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2433 (|#1| |#1| (-630 (-599 |#1|)) (-630 |#1|))) (-15 -2433 (|#1| |#1| (-599 |#1|) |#1|)) (-15 -3212 (|#1| (-599 |#1|))) (-15 -1394 ((-3 (-599 |#1|) "failed") |#1|)) (-15 -2831 ((-599 |#1|) |#1|)) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 113 (|has| |#1| (-25)))) (-3611 (((-630 (-1155)) $) 200)) (-3447 (((-401 (-1151 $)) $ (-599 $)) 168 (|has| |#1| (-545)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 140 (|has| |#1| (-545)))) (-2723 (($ $) 141 (|has| |#1| (-545)))) (-2157 (((-111) $) 143 (|has| |#1| (-545)))) (-3361 (((-630 (-599 $)) $) 44)) (-4123 (((-3 $ "failed") $ $) 115 (|has| |#1| (-21)))) (-2173 (($ $ (-288 $)) 56) (($ $ (-630 (-288 $))) 55) (($ $ (-630 (-599 $)) (-630 $)) 54)) (-3837 (($ $) 160 (|has| |#1| (-545)))) (-1807 (((-412 $) $) 161 (|has| |#1| (-545)))) (-3816 (((-111) $ $) 151 (|has| |#1| (-545)))) (-3203 (($) 101 (-4028 (|has| |#1| (-1091)) (|has| |#1| (-25))) CONST)) (-1394 (((-3 (-599 $) "failed") $) 69) (((-3 (-1155) "failed") $) 213) (((-3 (-553) "failed") $) 207 (|has| |#1| (-1020 (-553)))) (((-3 |#1| "failed") $) 204) (((-3 (-401 (-934 |#1|)) "failed") $) 166 (|has| |#1| (-545))) (((-3 (-934 |#1|) "failed") $) 120 (|has| |#1| (-1031))) (((-3 (-401 (-553)) "failed") $) 95 (-4028 (-12 (|has| |#1| (-1020 (-553))) (|has| |#1| (-545))) (|has| |#1| (-1020 (-401 (-553))))))) (-2831 (((-599 $) $) 70) (((-1155) $) 214) (((-553) $) 206 (|has| |#1| (-1020 (-553)))) ((|#1| $) 205) (((-401 (-934 |#1|)) $) 167 (|has| |#1| (-545))) (((-934 |#1|) $) 121 (|has| |#1| (-1031))) (((-401 (-553)) $) 96 (-4028 (-12 (|has| |#1| (-1020 (-553))) (|has| |#1| (-545))) (|has| |#1| (-1020 (-401 (-553))))))) (-4005 (($ $ $) 155 (|has| |#1| (-545)))) (-3698 (((-674 (-553)) (-674 $)) 134 (-3791 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 133 (-3791 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 132 (|has| |#1| (-1031))) (((-674 |#1|) (-674 $)) 131 (|has| |#1| (-1031)))) (-3889 (((-3 $ "failed") $) 103 (|has| |#1| (-1091)))) (-3986 (($ $ $) 154 (|has| |#1| (-545)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 149 (|has| |#1| (-545)))) (-4268 (((-111) $) 162 (|has| |#1| (-545)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 209 (|has| |#1| (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 208 (|has| |#1| (-868 (-373))))) (-1725 (($ $) 51) (($ (-630 $)) 50)) (-3495 (((-630 (-113)) $) 43)) (-4155 (((-113) (-113)) 42)) (-1434 (((-111) $) 102 (|has| |#1| (-1091)))) (-2709 (((-111) $) 22 (|has| $ (-1020 (-553))))) (-3699 (($ $) 183 (|has| |#1| (-1031)))) (-4013 (((-1104 |#1| (-599 $)) $) 184 (|has| |#1| (-1031)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 158 (|has| |#1| (-545)))) (-1822 (((-1151 $) (-599 $)) 25 (|has| $ (-1031)))) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-1478 (($ (-1 $ $) (-599 $)) 36)) (-2427 (((-3 (-599 $) "failed") $) 46)) (-2552 (($ (-630 $)) 147 (|has| |#1| (-545))) (($ $ $) 146 (|has| |#1| (-545)))) (-4056 (((-1137) $) 9)) (-3434 (((-630 (-599 $)) $) 45)) (-4084 (($ (-113) $) 38) (($ (-113) (-630 $)) 37)) (-1548 (((-3 (-630 $) "failed") $) 189 (|has| |#1| (-1091)))) (-1501 (((-3 (-2 (|:| |val| $) (|:| -3503 (-553))) "failed") $) 180 (|has| |#1| (-1031)))) (-1527 (((-3 (-630 $) "failed") $) 187 (|has| |#1| (-25)))) (-4118 (((-3 (-2 (|:| -4157 (-553)) (|:| |var| (-599 $))) "failed") $) 186 (|has| |#1| (-25)))) (-2560 (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $) 188 (|has| |#1| (-1091))) (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-113)) 182 (|has| |#1| (-1031))) (((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-1155)) 181 (|has| |#1| (-1031)))) (-2990 (((-111) $ (-113)) 40) (((-111) $ (-1155)) 39)) (-3700 (($ $) 105 (-4028 (|has| |#1| (-466)) (|has| |#1| (-545))))) (-2385 (((-757) $) 47)) (-2875 (((-1099) $) 10)) (-3710 (((-111) $) 202)) (-3722 ((|#1| $) 201)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 148 (|has| |#1| (-545)))) (-2591 (($ (-630 $)) 145 (|has| |#1| (-545))) (($ $ $) 144 (|has| |#1| (-545)))) (-1611 (((-111) $ $) 35) (((-111) $ (-1155)) 34)) (-3476 (((-412 $) $) 159 (|has| |#1| (-545)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-545))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 156 (|has| |#1| (-545)))) (-3968 (((-3 $ "failed") $ $) 139 (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 150 (|has| |#1| (-545)))) (-3439 (((-111) $) 23 (|has| $ (-1020 (-553))))) (-2433 (($ $ (-599 $) $) 67) (($ $ (-630 (-599 $)) (-630 $)) 66) (($ $ (-630 (-288 $))) 65) (($ $ (-288 $)) 64) (($ $ $ $) 63) (($ $ (-630 $) (-630 $)) 62) (($ $ (-630 (-1155)) (-630 (-1 $ $))) 33) (($ $ (-630 (-1155)) (-630 (-1 $ (-630 $)))) 32) (($ $ (-1155) (-1 $ (-630 $))) 31) (($ $ (-1155) (-1 $ $)) 30) (($ $ (-630 (-113)) (-630 (-1 $ $))) 29) (($ $ (-630 (-113)) (-630 (-1 $ (-630 $)))) 28) (($ $ (-113) (-1 $ (-630 $))) 27) (($ $ (-113) (-1 $ $)) 26) (($ $ (-1155)) 194 (|has| |#1| (-601 (-529)))) (($ $ (-630 (-1155))) 193 (|has| |#1| (-601 (-529)))) (($ $) 192 (|has| |#1| (-601 (-529)))) (($ $ (-113) $ (-1155)) 191 (|has| |#1| (-601 (-529)))) (($ $ (-630 (-113)) (-630 $) (-1155)) 190 (|has| |#1| (-601 (-529)))) (($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ $))) 179 (|has| |#1| (-1031))) (($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ (-630 $)))) 178 (|has| |#1| (-1031))) (($ $ (-1155) (-757) (-1 $ (-630 $))) 177 (|has| |#1| (-1031))) (($ $ (-1155) (-757) (-1 $ $)) 176 (|has| |#1| (-1031)))) (-3879 (((-757) $) 152 (|has| |#1| (-545)))) (-2061 (($ (-113) $) 61) (($ (-113) $ $) 60) (($ (-113) $ $ $) 59) (($ (-113) $ $ $ $) 58) (($ (-113) (-630 $)) 57)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 153 (|has| |#1| (-545)))) (-2451 (($ $) 49) (($ $ $) 48)) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) 125 (|has| |#1| (-1031))) (($ $ (-1155) (-757)) 124 (|has| |#1| (-1031))) (($ $ (-630 (-1155))) 123 (|has| |#1| (-1031))) (($ $ (-1155)) 122 (|has| |#1| (-1031)))) (-2237 (($ $) 173 (|has| |#1| (-545)))) (-4024 (((-1104 |#1| (-599 $)) $) 174 (|has| |#1| (-545)))) (-3035 (($ $) 24 (|has| $ (-1031)))) (-1523 (((-874 (-553)) $) 211 (|has| |#1| (-601 (-874 (-553))))) (((-874 (-373)) $) 210 (|has| |#1| (-601 (-874 (-373))))) (($ (-412 $)) 175 (|has| |#1| (-545))) (((-529) $) 97 (|has| |#1| (-601 (-529))))) (-3830 (($ $ $) 108 (|has| |#1| (-466)))) (-2931 (($ $ $) 109 (|has| |#1| (-466)))) (-3212 (((-845) $) 11) (($ (-599 $)) 68) (($ (-1155)) 212) (($ |#1|) 203) (($ (-1104 |#1| (-599 $))) 185 (|has| |#1| (-1031))) (($ (-401 |#1|)) 171 (|has| |#1| (-545))) (($ (-934 (-401 |#1|))) 170 (|has| |#1| (-545))) (($ (-401 (-934 (-401 |#1|)))) 169 (|has| |#1| (-545))) (($ (-401 (-934 |#1|))) 165 (|has| |#1| (-545))) (($ $) 138 (|has| |#1| (-545))) (($ (-934 |#1|)) 119 (|has| |#1| (-1031))) (($ (-401 (-553))) 94 (-4028 (|has| |#1| (-545)) (-12 (|has| |#1| (-1020 (-553))) (|has| |#1| (-545))) (|has| |#1| (-1020 (-401 (-553)))))) (($ (-553)) 93 (-4028 (|has| |#1| (-1031)) (|has| |#1| (-1020 (-553)))))) (-2234 (((-3 $ "failed") $) 135 (|has| |#1| (-142)))) (-1348 (((-757)) 130 (|has| |#1| (-1031)))) (-3064 (($ $) 53) (($ (-630 $)) 52)) (-4083 (((-111) (-113)) 41)) (-2453 (((-111) $ $) 142 (|has| |#1| (-545)))) (-3892 (($ (-1155) $) 199) (($ (-1155) $ $) 198) (($ (-1155) $ $ $) 197) (($ (-1155) $ $ $ $) 196) (($ (-1155) (-630 $)) 195)) (-3296 (($) 112 (|has| |#1| (-25)) CONST)) (-3308 (($) 100 (|has| |#1| (-1091)) CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) 129 (|has| |#1| (-1031))) (($ $ (-1155) (-757)) 128 (|has| |#1| (-1031))) (($ $ (-630 (-1155))) 127 (|has| |#1| (-1031))) (($ $ (-1155)) 126 (|has| |#1| (-1031)))) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (-1721 (($ (-1104 |#1| (-599 $)) (-1104 |#1| (-599 $))) 172 (|has| |#1| (-545))) (($ $ $) 106 (-4028 (|has| |#1| (-466)) (|has| |#1| (-545))))) (-1710 (($ $ $) 117 (|has| |#1| (-21))) (($ $) 116 (|has| |#1| (-21)))) (-1699 (($ $ $) 110 (|has| |#1| (-25)))) (** (($ $ (-553)) 107 (-4028 (|has| |#1| (-466)) (|has| |#1| (-545)))) (($ $ (-757)) 104 (|has| |#1| (-1091))) (($ $ (-903)) 99 (|has| |#1| (-1091)))) (* (($ (-401 (-553)) $) 164 (|has| |#1| (-545))) (($ $ (-401 (-553))) 163 (|has| |#1| (-545))) (($ |#1| $) 137 (|has| |#1| (-169))) (($ $ |#1|) 136 (|has| |#1| (-169))) (($ (-553) $) 118 (|has| |#1| (-21))) (($ (-757) $) 114 (|has| |#1| (-25))) (($ (-903) $) 111 (|has| |#1| (-25))) (($ $ $) 98 (|has| |#1| (-1091)))))
+(((-424 |#1|) (-137) (-833)) (T -424))
+((-3710 (*1 *2 *1) (-12 (-4 *1 (-424 *3)) (-4 *3 (-833)) (-5 *2 (-111)))) (-3722 (*1 *2 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-833)))) (-3611 (*1 *2 *1) (-12 (-4 *1 (-424 *3)) (-4 *3 (-833)) (-5 *2 (-630 (-1155))))) (-3892 (*1 *1 *2 *1) (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833)))) (-3892 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833)))) (-3892 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833)))) (-3892 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833)))) (-3892 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-630 *1)) (-4 *1 (-424 *4)) (-4 *4 (-833)))) (-2433 (*1 *1 *1 *2) (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833)) (-4 *3 (-601 (-529))))) (-2433 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-1155))) (-4 *1 (-424 *3)) (-4 *3 (-833)) (-4 *3 (-601 (-529))))) (-2433 (*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-833)) (-4 *2 (-601 (-529))))) (-2433 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-113)) (-5 *3 (-1155)) (-4 *1 (-424 *4)) (-4 *4 (-833)) (-4 *4 (-601 (-529))))) (-2433 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-630 (-113))) (-5 *3 (-630 *1)) (-5 *4 (-1155)) (-4 *1 (-424 *5)) (-4 *5 (-833)) (-4 *5 (-601 (-529))))) (-1548 (*1 *2 *1) (|partial| -12 (-4 *3 (-1091)) (-4 *3 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-424 *3)))) (-2560 (*1 *2 *1) (|partial| -12 (-4 *3 (-1091)) (-4 *3 (-833)) (-5 *2 (-2 (|:| |var| (-599 *1)) (|:| -3503 (-553)))) (-4 *1 (-424 *3)))) (-1527 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-424 *3)))) (-4118 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-833)) (-5 *2 (-2 (|:| -4157 (-553)) (|:| |var| (-599 *1)))) (-4 *1 (-424 *3)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1104 *3 (-599 *1))) (-4 *3 (-1031)) (-4 *3 (-833)) (-4 *1 (-424 *3)))) (-4013 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-4 *3 (-833)) (-5 *2 (-1104 *3 (-599 *1))) (-4 *1 (-424 *3)))) (-3699 (*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-833)) (-4 *2 (-1031)))) (-2560 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-113)) (-4 *4 (-1031)) (-4 *4 (-833)) (-5 *2 (-2 (|:| |var| (-599 *1)) (|:| -3503 (-553)))) (-4 *1 (-424 *4)))) (-2560 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1155)) (-4 *4 (-1031)) (-4 *4 (-833)) (-5 *2 (-2 (|:| |var| (-599 *1)) (|:| -3503 (-553)))) (-4 *1 (-424 *4)))) (-1501 (*1 *2 *1) (|partial| -12 (-4 *3 (-1031)) (-4 *3 (-833)) (-5 *2 (-2 (|:| |val| *1) (|:| -3503 (-553)))) (-4 *1 (-424 *3)))) (-2433 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-630 (-757))) (-5 *4 (-630 (-1 *1 *1))) (-4 *1 (-424 *5)) (-4 *5 (-833)) (-4 *5 (-1031)))) (-2433 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-630 (-757))) (-5 *4 (-630 (-1 *1 (-630 *1)))) (-4 *1 (-424 *5)) (-4 *5 (-833)) (-4 *5 (-1031)))) (-2433 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1155)) (-5 *3 (-757)) (-5 *4 (-1 *1 (-630 *1))) (-4 *1 (-424 *5)) (-4 *5 (-833)) (-4 *5 (-1031)))) (-2433 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1155)) (-5 *3 (-757)) (-5 *4 (-1 *1 *1)) (-4 *1 (-424 *5)) (-4 *5 (-833)) (-4 *5 (-1031)))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-412 *1)) (-4 *1 (-424 *3)) (-4 *3 (-545)) (-4 *3 (-833)))) (-4024 (*1 *2 *1) (-12 (-4 *3 (-545)) (-4 *3 (-833)) (-5 *2 (-1104 *3 (-599 *1))) (-4 *1 (-424 *3)))) (-2237 (*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-833)) (-4 *2 (-545)))) (-1721 (*1 *1 *2 *2) (-12 (-5 *2 (-1104 *3 (-599 *1))) (-4 *3 (-545)) (-4 *3 (-833)) (-4 *1 (-424 *3)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-401 *3)) (-4 *3 (-545)) (-4 *3 (-833)) (-4 *1 (-424 *3)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-934 (-401 *3))) (-4 *3 (-545)) (-4 *3 (-833)) (-4 *1 (-424 *3)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-401 (-934 (-401 *3)))) (-4 *3 (-545)) (-4 *3 (-833)) (-4 *1 (-424 *3)))) (-3447 (*1 *2 *1 *3) (-12 (-5 *3 (-599 *1)) (-4 *1 (-424 *4)) (-4 *4 (-833)) (-4 *4 (-545)) (-5 *2 (-401 (-1151 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-424 *3)) (-4 *3 (-833)) (-4 *3 (-1091)))))
+(-13 (-296) (-1020 (-1155)) (-866 |t#1|) (-394 |t#1|) (-405 |t#1|) (-10 -8 (-15 -3710 ((-111) $)) (-15 -3722 (|t#1| $)) (-15 -3611 ((-630 (-1155)) $)) (-15 -3892 ($ (-1155) $)) (-15 -3892 ($ (-1155) $ $)) (-15 -3892 ($ (-1155) $ $ $)) (-15 -3892 ($ (-1155) $ $ $ $)) (-15 -3892 ($ (-1155) (-630 $))) (IF (|has| |t#1| (-601 (-529))) (PROGN (-6 (-601 (-529))) (-15 -2433 ($ $ (-1155))) (-15 -2433 ($ $ (-630 (-1155)))) (-15 -2433 ($ $)) (-15 -2433 ($ $ (-113) $ (-1155))) (-15 -2433 ($ $ (-630 (-113)) (-630 $) (-1155)))) |%noBranch|) (IF (|has| |t#1| (-1091)) (PROGN (-6 (-712)) (-15 ** ($ $ (-757))) (-15 -1548 ((-3 (-630 $) "failed") $)) (-15 -2560 ((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-466)) (-6 (-466)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -1527 ((-3 (-630 $) "failed") $)) (-15 -4118 ((-3 (-2 (|:| -4157 (-553)) (|:| |var| (-599 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-1031)) (PROGN (-6 (-1031)) (-6 (-1020 (-934 |t#1|))) (-6 (-882 (-1155))) (-6 (-371 |t#1|)) (-15 -3212 ($ (-1104 |t#1| (-599 $)))) (-15 -4013 ((-1104 |t#1| (-599 $)) $)) (-15 -3699 ($ $)) (-15 -2560 ((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-113))) (-15 -2560 ((-3 (-2 (|:| |var| (-599 $)) (|:| -3503 (-553))) "failed") $ (-1155))) (-15 -1501 ((-3 (-2 (|:| |val| $) (|:| -3503 (-553))) "failed") $)) (-15 -2433 ($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ $)))) (-15 -2433 ($ $ (-630 (-1155)) (-630 (-757)) (-630 (-1 $ (-630 $))))) (-15 -2433 ($ $ (-1155) (-757) (-1 $ (-630 $)))) (-15 -2433 ($ $ (-1155) (-757) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-169)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-6 (-357)) (-6 (-1020 (-401 (-934 |t#1|)))) (-15 -1523 ($ (-412 $))) (-15 -4024 ((-1104 |t#1| (-599 $)) $)) (-15 -2237 ($ $)) (-15 -1721 ($ (-1104 |t#1| (-599 $)) (-1104 |t#1| (-599 $)))) (-15 -3212 ($ (-401 |t#1|))) (-15 -3212 ($ (-934 (-401 |t#1|)))) (-15 -3212 ($ (-401 (-934 (-401 |t#1|))))) (-15 -3447 ((-401 (-1151 $)) $ (-599 $))) (IF (|has| |t#1| (-1020 (-553))) (-6 (-1020 (-401 (-553)))) |%noBranch|)) |%noBranch|)))
+(((-21) -4028 (|has| |#1| (-1031)) (|has| |#1| (-545)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142)) (|has| |#1| (-21))) ((-23) -4028 (|has| |#1| (-1031)) (|has| |#1| (-545)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -4028 (|has| |#1| (-1031)) (|has| |#1| (-545)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-38 #0=(-401 (-553))) |has| |#1| (-545)) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-545)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-545)) ((-110 |#1| |#1|) |has| |#1| (-169)) ((-110 $ $) |has| |#1| (-545)) ((-129) -4028 (|has| |#1| (-1031)) (|has| |#1| (-545)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142)) (|has| |#1| (-21))) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) -4028 (|has| |#1| (-1020 (-401 (-553)))) (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553))))) ((-603 #2=(-401 (-934 |#1|))) |has| |#1| (-545)) ((-603 #3=(-553)) |has| |#1| (-1020 (-553))) ((-603 #4=(-599 $)) . T) ((-603 #5=(-934 |#1|)) |has| |#1| (-1031)) ((-603 #6=(-1155)) . T) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-169) |has| |#1| (-545)) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-601 (-874 (-373))) |has| |#1| (-601 (-874 (-373)))) ((-601 (-874 (-553))) |has| |#1| (-601 (-874 (-553)))) ((-238) |has| |#1| (-545)) ((-284) |has| |#1| (-545)) ((-301) |has| |#1| (-545)) ((-303 $) . T) ((-296) . T) ((-357) |has| |#1| (-545)) ((-371 |#1|) |has| |#1| (-1031)) ((-394 |#1|) . T) ((-405 |#1|) . T) ((-445) |has| |#1| (-545)) ((-466) |has| |#1| (-466)) ((-507 (-599 $) $) . T) ((-507 $ $) . T) ((-545) |has| |#1| (-545)) ((-633 #0#) |has| |#1| (-545)) ((-633 |#1|) |has| |#1| (-169)) ((-633 $) -4028 (|has| |#1| (-1031)) (|has| |#1| (-545)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-626 (-553)) -12 (|has| |#1| (-626 (-553))) (|has| |#1| (-1031))) ((-626 |#1|) |has| |#1| (-1031)) ((-703 #0#) |has| |#1| (-545)) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) |has| |#1| (-545)) ((-712) -4028 (|has| |#1| (-1091)) (|has| |#1| (-1031)) (|has| |#1| (-545)) (|has| |#1| (-466)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-833) . T) ((-882 (-1155)) |has| |#1| (-1031)) ((-868 (-373)) |has| |#1| (-868 (-373))) ((-868 (-553)) |has| |#1| (-868 (-553))) ((-866 |#1|) . T) ((-902) |has| |#1| (-545)) ((-1020 #1#) -4028 (|has| |#1| (-1020 (-401 (-553)))) (-12 (|has| |#1| (-545)) (|has| |#1| (-1020 (-553))))) ((-1020 #2#) |has| |#1| (-545)) ((-1020 #3#) |has| |#1| (-1020 (-553))) ((-1020 #4#) . T) ((-1020 #5#) |has| |#1| (-1031)) ((-1020 #6#) . T) ((-1020 |#1|) . T) ((-1037 #0#) |has| |#1| (-545)) ((-1037 |#1|) |has| |#1| (-169)) ((-1037 $) |has| |#1| (-545)) ((-1031) -4028 (|has| |#1| (-1031)) (|has| |#1| (-545)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-1038) -4028 (|has| |#1| (-1031)) (|has| |#1| (-545)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-1091) -4028 (|has| |#1| (-1091)) (|has| |#1| (-1031)) (|has| |#1| (-545)) (|has| |#1| (-466)) (|has| |#1| (-169)) (|has| |#1| (-144)) (|has| |#1| (-142))) ((-1079) . T) ((-1192) . T) ((-1196) |has| |#1| (-545)))
+((-1792 ((|#2| |#2| |#2|) 33)) (-4155 (((-113) (-113)) 44)) (-3293 ((|#2| |#2|) 66)) (-1407 ((|#2| |#2|) 69)) (-3868 ((|#2| |#2|) 32)) (-4102 ((|#2| |#2| |#2|) 35)) (-3995 ((|#2| |#2| |#2|) 37)) (-1782 ((|#2| |#2| |#2|) 34)) (-2632 ((|#2| |#2| |#2|) 36)) (-4083 (((-111) (-113)) 42)) (-1448 ((|#2| |#2|) 39)) (-2706 ((|#2| |#2|) 38)) (-1411 ((|#2| |#2|) 27)) (-2584 ((|#2| |#2| |#2|) 30) ((|#2| |#2|) 28)) (-3067 ((|#2| |#2| |#2|) 31)))
+(((-425 |#1| |#2|) (-10 -7 (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -1411 (|#2| |#2|)) (-15 -2584 (|#2| |#2|)) (-15 -2584 (|#2| |#2| |#2|)) (-15 -3067 (|#2| |#2| |#2|)) (-15 -3868 (|#2| |#2|)) (-15 -1792 (|#2| |#2| |#2|)) (-15 -1782 (|#2| |#2| |#2|)) (-15 -4102 (|#2| |#2| |#2|)) (-15 -2632 (|#2| |#2| |#2|)) (-15 -3995 (|#2| |#2| |#2|)) (-15 -2706 (|#2| |#2|)) (-15 -1448 (|#2| |#2|)) (-15 -1407 (|#2| |#2|)) (-15 -3293 (|#2| |#2|))) (-13 (-833) (-545)) (-424 |#1|)) (T -425))
+((-3293 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-1407 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-1448 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-2706 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-3995 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-2632 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-4102 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-1782 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-1792 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-3868 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-3067 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-2584 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-2584 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-1411 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2)) (-4 *2 (-424 *3)))) (-4155 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *4)) (-4 *4 (-424 *3)))) (-4083 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111)) (-5 *1 (-425 *4 *5)) (-4 *5 (-424 *4)))))
+(-10 -7 (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -1411 (|#2| |#2|)) (-15 -2584 (|#2| |#2|)) (-15 -2584 (|#2| |#2| |#2|)) (-15 -3067 (|#2| |#2| |#2|)) (-15 -3868 (|#2| |#2|)) (-15 -1792 (|#2| |#2| |#2|)) (-15 -1782 (|#2| |#2| |#2|)) (-15 -4102 (|#2| |#2| |#2|)) (-15 -2632 (|#2| |#2| |#2|)) (-15 -3995 (|#2| |#2| |#2|)) (-15 -2706 (|#2| |#2|)) (-15 -1448 (|#2| |#2|)) (-15 -1407 (|#2| |#2|)) (-15 -3293 (|#2| |#2|)))
+((-2091 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1151 |#2|)) (|:| |pol2| (-1151 |#2|)) (|:| |prim| (-1151 |#2|))) |#2| |#2|) 97 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-630 (-1151 |#2|))) (|:| |prim| (-1151 |#2|))) (-630 |#2|)) 61)))
+(((-426 |#1| |#2|) (-10 -7 (-15 -2091 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-630 (-1151 |#2|))) (|:| |prim| (-1151 |#2|))) (-630 |#2|))) (IF (|has| |#2| (-27)) (-15 -2091 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1151 |#2|)) (|:| |pol2| (-1151 |#2|)) (|:| |prim| (-1151 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-545) (-833) (-144)) (-424 |#1|)) (T -426))
+((-2091 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-545) (-833) (-144))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1151 *3)) (|:| |pol2| (-1151 *3)) (|:| |prim| (-1151 *3)))) (-5 *1 (-426 *4 *3)) (-4 *3 (-27)) (-4 *3 (-424 *4)))) (-2091 (*1 *2 *3) (-12 (-5 *3 (-630 *5)) (-4 *5 (-424 *4)) (-4 *4 (-13 (-545) (-833) (-144))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-630 (-1151 *5))) (|:| |prim| (-1151 *5)))) (-5 *1 (-426 *4 *5)))))
+(-10 -7 (-15 -2091 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-630 (-1151 |#2|))) (|:| |prim| (-1151 |#2|))) (-630 |#2|))) (IF (|has| |#2| (-27)) (-15 -2091 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1151 |#2|)) (|:| |pol2| (-1151 |#2|)) (|:| |prim| (-1151 |#2|))) |#2| |#2|)) |%noBranch|))
+((-2495 (((-1243)) 19)) (-3333 (((-1151 (-401 (-553))) |#2| (-599 |#2|)) 41) (((-401 (-553)) |#2|) 25)))
+(((-427 |#1| |#2|) (-10 -7 (-15 -3333 ((-401 (-553)) |#2|)) (-15 -3333 ((-1151 (-401 (-553))) |#2| (-599 |#2|))) (-15 -2495 ((-1243)))) (-13 (-833) (-545) (-1020 (-553))) (-424 |#1|)) (T -427))
+((-2495 (*1 *2) (-12 (-4 *3 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-1243)) (-5 *1 (-427 *3 *4)) (-4 *4 (-424 *3)))) (-3333 (*1 *2 *3 *4) (-12 (-5 *4 (-599 *3)) (-4 *3 (-424 *5)) (-4 *5 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-1151 (-401 (-553)))) (-5 *1 (-427 *5 *3)))) (-3333 (*1 *2 *3) (-12 (-4 *4 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-401 (-553))) (-5 *1 (-427 *4 *3)) (-4 *3 (-424 *4)))))
+(-10 -7 (-15 -3333 ((-401 (-553)) |#2|)) (-15 -3333 ((-1151 (-401 (-553))) |#2| (-599 |#2|))) (-15 -2495 ((-1243))))
+((-3979 (((-111) $) 28)) (-3760 (((-111) $) 30)) (-3214 (((-111) $) 31)) (-1696 (((-111) $) 34)) (-3206 (((-111) $) 29)) (-2871 (((-111) $) 33)) (-3212 (((-845) $) 18) (($ (-1137)) 27) (($ (-1155)) 23) (((-1155) $) 22) (((-1083) $) 21)) (-2119 (((-111) $) 32)) (-1614 (((-111) $ $) 15)))
+(((-428) (-13 (-600 (-845)) (-10 -8 (-15 -3212 ($ (-1137))) (-15 -3212 ($ (-1155))) (-15 -3212 ((-1155) $)) (-15 -3212 ((-1083) $)) (-15 -3979 ((-111) $)) (-15 -3206 ((-111) $)) (-15 -3214 ((-111) $)) (-15 -2871 ((-111) $)) (-15 -1696 ((-111) $)) (-15 -2119 ((-111) $)) (-15 -3760 ((-111) $)) (-15 -1614 ((-111) $ $))))) (T -428))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-428)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-428)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-428)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-428)))) (-3979 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-3206 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-3214 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-2871 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-1696 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-2119 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-3760 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))) (-1614 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
+(-13 (-600 (-845)) (-10 -8 (-15 -3212 ($ (-1137))) (-15 -3212 ($ (-1155))) (-15 -3212 ((-1155) $)) (-15 -3212 ((-1083) $)) (-15 -3979 ((-111) $)) (-15 -3206 ((-111) $)) (-15 -3214 ((-111) $)) (-15 -2871 ((-111) $)) (-15 -1696 ((-111) $)) (-15 -2119 ((-111) $)) (-15 -3760 ((-111) $)) (-15 -1614 ((-111) $ $))))
+((-2412 (((-3 (-412 (-1151 (-401 (-553)))) "failed") |#3|) 70)) (-3119 (((-412 |#3|) |#3|) 34)) (-2807 (((-3 (-412 (-1151 (-48))) "failed") |#3|) 46 (|has| |#2| (-1020 (-48))))) (-3310 (((-3 (|:| |overq| (-1151 (-401 (-553)))) (|:| |overan| (-1151 (-48))) (|:| -4168 (-111))) |#3|) 37)))
+(((-429 |#1| |#2| |#3|) (-10 -7 (-15 -3119 ((-412 |#3|) |#3|)) (-15 -2412 ((-3 (-412 (-1151 (-401 (-553)))) "failed") |#3|)) (-15 -3310 ((-3 (|:| |overq| (-1151 (-401 (-553)))) (|:| |overan| (-1151 (-48))) (|:| -4168 (-111))) |#3|)) (IF (|has| |#2| (-1020 (-48))) (-15 -2807 ((-3 (-412 (-1151 (-48))) "failed") |#3|)) |%noBranch|)) (-13 (-545) (-833) (-1020 (-553))) (-424 |#1|) (-1214 |#2|)) (T -429))
+((-2807 (*1 *2 *3) (|partial| -12 (-4 *5 (-1020 (-48))) (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-4 *5 (-424 *4)) (-5 *2 (-412 (-1151 (-48)))) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1214 *5)))) (-3310 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-4 *5 (-424 *4)) (-5 *2 (-3 (|:| |overq| (-1151 (-401 (-553)))) (|:| |overan| (-1151 (-48))) (|:| -4168 (-111)))) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1214 *5)))) (-2412 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-4 *5 (-424 *4)) (-5 *2 (-412 (-1151 (-401 (-553))))) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1214 *5)))) (-3119 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-4 *5 (-424 *4)) (-5 *2 (-412 *3)) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1214 *5)))))
+(-10 -7 (-15 -3119 ((-412 |#3|) |#3|)) (-15 -2412 ((-3 (-412 (-1151 (-401 (-553)))) "failed") |#3|)) (-15 -3310 ((-3 (|:| |overq| (-1151 (-401 (-553)))) (|:| |overan| (-1151 (-48))) (|:| -4168 (-111))) |#3|)) (IF (|has| |#2| (-1020 (-48))) (-15 -2807 ((-3 (-412 (-1151 (-48))) "failed") |#3|)) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-2085 (((-1137) $ (-1137)) NIL)) (-3641 (($ $ (-1137)) NIL)) (-4283 (((-1137) $) NIL)) (-2550 (((-382) (-382) (-382)) 17) (((-382) (-382)) 15)) (-3089 (($ (-382)) NIL) (($ (-382) (-1137)) NIL)) (-4292 (((-382) $) NIL)) (-4056 (((-1137) $) NIL)) (-1341 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-1753 (((-1243) (-1137)) 9)) (-3856 (((-1243) (-1137)) 10)) (-2757 (((-1243)) 11)) (-3212 (((-845) $) NIL)) (-3297 (($ $) 35)) (-1614 (((-111) $ $) NIL)))
+(((-430) (-13 (-358 (-382) (-1137)) (-10 -7 (-15 -2550 ((-382) (-382) (-382))) (-15 -2550 ((-382) (-382))) (-15 -1753 ((-1243) (-1137))) (-15 -3856 ((-1243) (-1137))) (-15 -2757 ((-1243)))))) (T -430))
+((-2550 (*1 *2 *2 *2) (-12 (-5 *2 (-382)) (-5 *1 (-430)))) (-2550 (*1 *2 *2) (-12 (-5 *2 (-382)) (-5 *1 (-430)))) (-1753 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-430)))) (-3856 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-430)))) (-2757 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-430)))))
+(-13 (-358 (-382) (-1137)) (-10 -7 (-15 -2550 ((-382) (-382) (-382))) (-15 -2550 ((-382) (-382))) (-15 -1753 ((-1243) (-1137))) (-15 -3856 ((-1243) (-1137))) (-15 -2757 ((-1243)))))
+((-3200 (((-111) $ $) NIL)) (-1982 (((-3 (|:| |fst| (-428)) (|:| -1900 "void")) $) 11)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2961 (($) 32)) (-3318 (($) 38)) (-4091 (($) 34)) (-3755 (($) 36)) (-2005 (($) 33)) (-2118 (($) 35)) (-3402 (($) 37)) (-1414 (((-111) $) 8)) (-1477 (((-630 (-934 (-553))) $) 19)) (-3225 (($ (-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-630 (-1155)) (-111)) 27) (($ (-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-630 (-934 (-553))) (-111)) 28)) (-3212 (((-845) $) 23) (($ (-428)) 29)) (-1614 (((-111) $ $) NIL)))
+(((-431) (-13 (-1079) (-10 -8 (-15 -3212 ((-845) $)) (-15 -3212 ($ (-428))) (-15 -1982 ((-3 (|:| |fst| (-428)) (|:| -1900 "void")) $)) (-15 -1477 ((-630 (-934 (-553))) $)) (-15 -1414 ((-111) $)) (-15 -3225 ($ (-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-630 (-1155)) (-111))) (-15 -3225 ($ (-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-630 (-934 (-553))) (-111))) (-15 -2961 ($)) (-15 -2005 ($)) (-15 -4091 ($)) (-15 -3318 ($)) (-15 -2118 ($)) (-15 -3755 ($)) (-15 -3402 ($))))) (T -431))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-431)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-428)) (-5 *1 (-431)))) (-1982 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *1 (-431)))) (-1477 (*1 *2 *1) (-12 (-5 *2 (-630 (-934 (-553)))) (-5 *1 (-431)))) (-1414 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-431)))) (-3225 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *3 (-630 (-1155))) (-5 *4 (-111)) (-5 *1 (-431)))) (-3225 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-111)) (-5 *1 (-431)))) (-2961 (*1 *1) (-5 *1 (-431))) (-2005 (*1 *1) (-5 *1 (-431))) (-4091 (*1 *1) (-5 *1 (-431))) (-3318 (*1 *1) (-5 *1 (-431))) (-2118 (*1 *1) (-5 *1 (-431))) (-3755 (*1 *1) (-5 *1 (-431))) (-3402 (*1 *1) (-5 *1 (-431))))
+(-13 (-1079) (-10 -8 (-15 -3212 ((-845) $)) (-15 -3212 ($ (-428))) (-15 -1982 ((-3 (|:| |fst| (-428)) (|:| -1900 "void")) $)) (-15 -1477 ((-630 (-934 (-553))) $)) (-15 -1414 ((-111) $)) (-15 -3225 ($ (-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-630 (-1155)) (-111))) (-15 -3225 ($ (-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-630 (-934 (-553))) (-111))) (-15 -2961 ($)) (-15 -2005 ($)) (-15 -4091 ($)) (-15 -3318 ($)) (-15 -2118 ($)) (-15 -3755 ($)) (-15 -3402 ($))))
+((-3200 (((-111) $ $) NIL)) (-4292 (((-1155) $) 8)) (-4056 (((-1137) $) 16)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 13)))
+(((-432 |#1|) (-13 (-1079) (-10 -8 (-15 -4292 ((-1155) $)))) (-1155)) (T -432))
+((-4292 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-432 *3)) (-14 *3 *2))))
+(-13 (-1079) (-10 -8 (-15 -4292 ((-1155) $))))
+((-2176 (((-1243) $) 7)) (-3212 (((-845) $) 8) (($ (-1238 (-684))) 14) (($ (-630 (-324))) 13) (($ (-324)) 12) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 11)))
(((-433) (-137)) (T -433))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-683))) (-4 *1 (-433)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-433)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-433)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) (-4 *1 (-433)))))
-(-13 (-389) (-10 -8 (-15 -3213 ($ (-1237 (-683)))) (-15 -3213 ($ (-629 (-324)))) (-15 -3213 ($ (-324))) (-15 -3213 ($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))))))
-(((-599 (-844)) . T) ((-389) . T) ((-1191) . T))
-((-1393 (((-3 $ "failed") (-1237 (-310 (-373)))) 21) (((-3 $ "failed") (-1237 (-310 (-552)))) 19) (((-3 $ "failed") (-1237 (-933 (-373)))) 17) (((-3 $ "failed") (-1237 (-933 (-552)))) 15) (((-3 $ "failed") (-1237 (-401 (-933 (-373))))) 13) (((-3 $ "failed") (-1237 (-401 (-933 (-552))))) 11)) (-2832 (($ (-1237 (-310 (-373)))) 22) (($ (-1237 (-310 (-552)))) 20) (($ (-1237 (-933 (-373)))) 18) (($ (-1237 (-933 (-552)))) 16) (($ (-1237 (-401 (-933 (-373))))) 14) (($ (-1237 (-401 (-933 (-552))))) 12)) (-2175 (((-1242) $) 7)) (-3213 (((-844) $) 8) (($ (-629 (-324))) 25) (($ (-324)) 24) (($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) 23)))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-684))) (-4 *1 (-433)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-433)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-433)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) (-4 *1 (-433)))))
+(-13 (-389) (-10 -8 (-15 -3212 ($ (-1238 (-684)))) (-15 -3212 ($ (-630 (-324)))) (-15 -3212 ($ (-324))) (-15 -3212 ($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))))))
+(((-600 (-845)) . T) ((-389) . T) ((-1192) . T))
+((-1394 (((-3 $ "failed") (-1238 (-310 (-373)))) 21) (((-3 $ "failed") (-1238 (-310 (-553)))) 19) (((-3 $ "failed") (-1238 (-934 (-373)))) 17) (((-3 $ "failed") (-1238 (-934 (-553)))) 15) (((-3 $ "failed") (-1238 (-401 (-934 (-373))))) 13) (((-3 $ "failed") (-1238 (-401 (-934 (-553))))) 11)) (-2831 (($ (-1238 (-310 (-373)))) 22) (($ (-1238 (-310 (-553)))) 20) (($ (-1238 (-934 (-373)))) 18) (($ (-1238 (-934 (-553)))) 16) (($ (-1238 (-401 (-934 (-373))))) 14) (($ (-1238 (-401 (-934 (-553))))) 12)) (-2176 (((-1243) $) 7)) (-3212 (((-845) $) 8) (($ (-630 (-324))) 25) (($ (-324)) 24) (($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) 23)))
(((-434) (-137)) (T -434))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-434)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-434)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324))))) (-4 *1 (-434)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-1237 (-310 (-373)))) (-4 *1 (-434)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-1237 (-310 (-373)))) (-4 *1 (-434)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-1237 (-310 (-552)))) (-4 *1 (-434)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-1237 (-310 (-552)))) (-4 *1 (-434)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-1237 (-933 (-373)))) (-4 *1 (-434)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-1237 (-933 (-373)))) (-4 *1 (-434)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-1237 (-933 (-552)))) (-4 *1 (-434)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-1237 (-933 (-552)))) (-4 *1 (-434)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-1237 (-401 (-933 (-373))))) (-4 *1 (-434)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-1237 (-401 (-933 (-373))))) (-4 *1 (-434)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-1237 (-401 (-933 (-552))))) (-4 *1 (-434)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-1237 (-401 (-933 (-552))))) (-4 *1 (-434)))))
-(-13 (-389) (-10 -8 (-15 -3213 ($ (-629 (-324)))) (-15 -3213 ($ (-324))) (-15 -3213 ($ (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))) (-15 -2832 ($ (-1237 (-310 (-373))))) (-15 -1393 ((-3 $ "failed") (-1237 (-310 (-373))))) (-15 -2832 ($ (-1237 (-310 (-552))))) (-15 -1393 ((-3 $ "failed") (-1237 (-310 (-552))))) (-15 -2832 ($ (-1237 (-933 (-373))))) (-15 -1393 ((-3 $ "failed") (-1237 (-933 (-373))))) (-15 -2832 ($ (-1237 (-933 (-552))))) (-15 -1393 ((-3 $ "failed") (-1237 (-933 (-552))))) (-15 -2832 ($ (-1237 (-401 (-933 (-373)))))) (-15 -1393 ((-3 $ "failed") (-1237 (-401 (-933 (-373)))))) (-15 -2832 ($ (-1237 (-401 (-933 (-552)))))) (-15 -1393 ((-3 $ "failed") (-1237 (-401 (-933 (-552))))))))
-(((-599 (-844)) . T) ((-389) . T) ((-1191) . T))
-((-2327 (((-111)) 17)) (-4302 (((-111) (-111)) 18)) (-2002 (((-111)) 13)) (-3985 (((-111) (-111)) 14)) (-1365 (((-111)) 15)) (-4224 (((-111) (-111)) 16)) (-1828 (((-902) (-902)) 21) (((-902)) 20)) (-1475 (((-756) (-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552))))) 42)) (-3920 (((-902) (-902)) 23) (((-902)) 22)) (-3826 (((-2 (|:| -3461 (-552)) (|:| -3772 (-629 |#1|))) |#1|) 62)) (-3928 (((-412 |#1|) (-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552))))))) 126)) (-3258 (((-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))) |#1| (-111)) 152)) (-4058 (((-412 |#1|) |#1| (-756) (-756)) 165) (((-412 |#1|) |#1| (-629 (-756)) (-756)) 162) (((-412 |#1|) |#1| (-629 (-756))) 164) (((-412 |#1|) |#1| (-756)) 163) (((-412 |#1|) |#1|) 161)) (-4201 (((-3 |#1| "failed") (-902) |#1| (-629 (-756)) (-756) (-111)) 167) (((-3 |#1| "failed") (-902) |#1| (-629 (-756)) (-756)) 168) (((-3 |#1| "failed") (-902) |#1| (-629 (-756))) 170) (((-3 |#1| "failed") (-902) |#1| (-756)) 169) (((-3 |#1| "failed") (-902) |#1|) 171)) (-3479 (((-412 |#1|) |#1| (-756) (-756)) 160) (((-412 |#1|) |#1| (-629 (-756)) (-756)) 156) (((-412 |#1|) |#1| (-629 (-756))) 158) (((-412 |#1|) |#1| (-756)) 157) (((-412 |#1|) |#1|) 155)) (-2046 (((-111) |#1|) 37)) (-3492 (((-722 (-756)) (-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552))))) 67)) (-4254 (((-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))) |#1| (-111) (-1080 (-756)) (-756)) 154)))
-(((-435 |#1|) (-10 -7 (-15 -3928 ((-412 |#1|) (-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))))) (-15 -3492 ((-722 (-756)) (-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))))) (-15 -3920 ((-902))) (-15 -3920 ((-902) (-902))) (-15 -1828 ((-902))) (-15 -1828 ((-902) (-902))) (-15 -1475 ((-756) (-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))))) (-15 -3826 ((-2 (|:| -3461 (-552)) (|:| -3772 (-629 |#1|))) |#1|)) (-15 -2327 ((-111))) (-15 -4302 ((-111) (-111))) (-15 -2002 ((-111))) (-15 -3985 ((-111) (-111))) (-15 -2046 ((-111) |#1|)) (-15 -1365 ((-111))) (-15 -4224 ((-111) (-111))) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -3479 ((-412 |#1|) |#1| (-756))) (-15 -3479 ((-412 |#1|) |#1| (-629 (-756)))) (-15 -3479 ((-412 |#1|) |#1| (-629 (-756)) (-756))) (-15 -3479 ((-412 |#1|) |#1| (-756) (-756))) (-15 -4058 ((-412 |#1|) |#1|)) (-15 -4058 ((-412 |#1|) |#1| (-756))) (-15 -4058 ((-412 |#1|) |#1| (-629 (-756)))) (-15 -4058 ((-412 |#1|) |#1| (-629 (-756)) (-756))) (-15 -4058 ((-412 |#1|) |#1| (-756) (-756))) (-15 -4201 ((-3 |#1| "failed") (-902) |#1|)) (-15 -4201 ((-3 |#1| "failed") (-902) |#1| (-756))) (-15 -4201 ((-3 |#1| "failed") (-902) |#1| (-629 (-756)))) (-15 -4201 ((-3 |#1| "failed") (-902) |#1| (-629 (-756)) (-756))) (-15 -4201 ((-3 |#1| "failed") (-902) |#1| (-629 (-756)) (-756) (-111))) (-15 -3258 ((-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))) |#1| (-111))) (-15 -4254 ((-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))) |#1| (-111) (-1080 (-756)) (-756)))) (-1213 (-552))) (T -435))
-((-4254 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-111)) (-5 *5 (-1080 (-756))) (-5 *6 (-756)) (-5 *2 (-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| *3) (|:| -2277 (-552))))))) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3258 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-5 *2 (-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| *3) (|:| -2277 (-552))))))) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-4201 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-902)) (-5 *4 (-629 (-756))) (-5 *5 (-756)) (-5 *6 (-111)) (-5 *1 (-435 *2)) (-4 *2 (-1213 (-552))))) (-4201 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-902)) (-5 *4 (-629 (-756))) (-5 *5 (-756)) (-5 *1 (-435 *2)) (-4 *2 (-1213 (-552))))) (-4201 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-902)) (-5 *4 (-629 (-756))) (-5 *1 (-435 *2)) (-4 *2 (-1213 (-552))))) (-4201 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-902)) (-5 *4 (-756)) (-5 *1 (-435 *2)) (-4 *2 (-1213 (-552))))) (-4201 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-902)) (-5 *1 (-435 *2)) (-4 *2 (-1213 (-552))))) (-4058 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-4058 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-629 (-756))) (-5 *5 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-4058 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-756))) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-4058 (*1 *2 *3 *4) (-12 (-5 *4 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-4058 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3479 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3479 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-629 (-756))) (-5 *5 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-756))) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3479 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-4224 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-1365 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-2046 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3985 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-2002 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-4302 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-2327 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3826 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3461 (-552)) (|:| -3772 (-629 *3)))) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-1475 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| -3479 *4) (|:| -3299 (-552))))) (-4 *4 (-1213 (-552))) (-5 *2 (-756)) (-5 *1 (-435 *4)))) (-1828 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-1828 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3920 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3920 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))) (-3492 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| -3479 *4) (|:| -3299 (-552))))) (-4 *4 (-1213 (-552))) (-5 *2 (-722 (-756))) (-5 *1 (-435 *4)))) (-3928 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| *4) (|:| -2277 (-552))))))) (-4 *4 (-1213 (-552))) (-5 *2 (-412 *4)) (-5 *1 (-435 *4)))))
-(-10 -7 (-15 -3928 ((-412 |#1|) (-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))))) (-15 -3492 ((-722 (-756)) (-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))))) (-15 -3920 ((-902))) (-15 -3920 ((-902) (-902))) (-15 -1828 ((-902))) (-15 -1828 ((-902) (-902))) (-15 -1475 ((-756) (-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))))) (-15 -3826 ((-2 (|:| -3461 (-552)) (|:| -3772 (-629 |#1|))) |#1|)) (-15 -2327 ((-111))) (-15 -4302 ((-111) (-111))) (-15 -2002 ((-111))) (-15 -3985 ((-111) (-111))) (-15 -2046 ((-111) |#1|)) (-15 -1365 ((-111))) (-15 -4224 ((-111) (-111))) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -3479 ((-412 |#1|) |#1| (-756))) (-15 -3479 ((-412 |#1|) |#1| (-629 (-756)))) (-15 -3479 ((-412 |#1|) |#1| (-629 (-756)) (-756))) (-15 -3479 ((-412 |#1|) |#1| (-756) (-756))) (-15 -4058 ((-412 |#1|) |#1|)) (-15 -4058 ((-412 |#1|) |#1| (-756))) (-15 -4058 ((-412 |#1|) |#1| (-629 (-756)))) (-15 -4058 ((-412 |#1|) |#1| (-629 (-756)) (-756))) (-15 -4058 ((-412 |#1|) |#1| (-756) (-756))) (-15 -4201 ((-3 |#1| "failed") (-902) |#1|)) (-15 -4201 ((-3 |#1| "failed") (-902) |#1| (-756))) (-15 -4201 ((-3 |#1| "failed") (-902) |#1| (-629 (-756)))) (-15 -4201 ((-3 |#1| "failed") (-902) |#1| (-629 (-756)) (-756))) (-15 -4201 ((-3 |#1| "failed") (-902) |#1| (-629 (-756)) (-756) (-111))) (-15 -3258 ((-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))) |#1| (-111))) (-15 -4254 ((-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))) |#1| (-111) (-1080 (-756)) (-756))))
-((-3451 (((-552) |#2|) 48) (((-552) |#2| (-756)) 47)) (-3940 (((-552) |#2|) 55)) (-2745 ((|#3| |#2|) 25)) (-4346 ((|#3| |#2| (-902)) 14)) (-2556 ((|#3| |#2|) 15)) (-1894 ((|#3| |#2|) 9)) (-2384 ((|#3| |#2|) 10)) (-3868 ((|#3| |#2| (-902)) 62) ((|#3| |#2|) 30)) (-1858 (((-552) |#2|) 57)))
-(((-436 |#1| |#2| |#3|) (-10 -7 (-15 -1858 ((-552) |#2|)) (-15 -3868 (|#3| |#2|)) (-15 -3868 (|#3| |#2| (-902))) (-15 -3940 ((-552) |#2|)) (-15 -3451 ((-552) |#2| (-756))) (-15 -3451 ((-552) |#2|)) (-15 -4346 (|#3| |#2| (-902))) (-15 -2745 (|#3| |#2|)) (-15 -1894 (|#3| |#2|)) (-15 -2384 (|#3| |#2|)) (-15 -2556 (|#3| |#2|))) (-1030) (-1213 |#1|) (-13 (-398) (-1019 |#1|) (-357) (-1176) (-278))) (T -436))
-((-2556 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4)))) (-2384 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4)))) (-1894 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4)))) (-2745 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4)))) (-4346 (*1 *2 *3 *4) (-12 (-5 *4 (-902)) (-4 *5 (-1030)) (-4 *2 (-13 (-398) (-1019 *5) (-357) (-1176) (-278))) (-5 *1 (-436 *5 *3 *2)) (-4 *3 (-1213 *5)))) (-3451 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-5 *2 (-552)) (-5 *1 (-436 *4 *3 *5)) (-4 *3 (-1213 *4)) (-4 *5 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))))) (-3451 (*1 *2 *3 *4) (-12 (-5 *4 (-756)) (-4 *5 (-1030)) (-5 *2 (-552)) (-5 *1 (-436 *5 *3 *6)) (-4 *3 (-1213 *5)) (-4 *6 (-13 (-398) (-1019 *5) (-357) (-1176) (-278))))) (-3940 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-5 *2 (-552)) (-5 *1 (-436 *4 *3 *5)) (-4 *3 (-1213 *4)) (-4 *5 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))))) (-3868 (*1 *2 *3 *4) (-12 (-5 *4 (-902)) (-4 *5 (-1030)) (-4 *2 (-13 (-398) (-1019 *5) (-357) (-1176) (-278))) (-5 *1 (-436 *5 *3 *2)) (-4 *3 (-1213 *5)))) (-3868 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4)))) (-1858 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-5 *2 (-552)) (-5 *1 (-436 *4 *3 *5)) (-4 *3 (-1213 *4)) (-4 *5 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))))))
-(-10 -7 (-15 -1858 ((-552) |#2|)) (-15 -3868 (|#3| |#2|)) (-15 -3868 (|#3| |#2| (-902))) (-15 -3940 ((-552) |#2|)) (-15 -3451 ((-552) |#2| (-756))) (-15 -3451 ((-552) |#2|)) (-15 -4346 (|#3| |#2| (-902))) (-15 -2745 (|#3| |#2|)) (-15 -1894 (|#3| |#2|)) (-15 -2384 (|#3| |#2|)) (-15 -2556 (|#3| |#2|)))
-((-4155 ((|#2| (-1237 |#1|)) 36)) (-3373 ((|#2| |#2| |#1|) 49)) (-3255 ((|#2| |#2| |#1|) 41)) (-3344 ((|#2| |#2|) 38)) (-2706 (((-111) |#2|) 30)) (-3905 (((-629 |#2|) (-902) (-412 |#2|)) 17)) (-4201 ((|#2| (-902) (-412 |#2|)) 21)) (-3492 (((-722 (-756)) (-412 |#2|)) 25)))
-(((-437 |#1| |#2|) (-10 -7 (-15 -2706 ((-111) |#2|)) (-15 -4155 (|#2| (-1237 |#1|))) (-15 -3344 (|#2| |#2|)) (-15 -3255 (|#2| |#2| |#1|)) (-15 -3373 (|#2| |#2| |#1|)) (-15 -3492 ((-722 (-756)) (-412 |#2|))) (-15 -4201 (|#2| (-902) (-412 |#2|))) (-15 -3905 ((-629 |#2|) (-902) (-412 |#2|)))) (-1030) (-1213 |#1|)) (T -437))
-((-3905 (*1 *2 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-412 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-1030)) (-5 *2 (-629 *6)) (-5 *1 (-437 *5 *6)))) (-4201 (*1 *2 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-412 *2)) (-4 *2 (-1213 *5)) (-5 *1 (-437 *5 *2)) (-4 *5 (-1030)))) (-3492 (*1 *2 *3) (-12 (-5 *3 (-412 *5)) (-4 *5 (-1213 *4)) (-4 *4 (-1030)) (-5 *2 (-722 (-756))) (-5 *1 (-437 *4 *5)))) (-3373 (*1 *2 *2 *3) (-12 (-4 *3 (-1030)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1213 *3)))) (-3255 (*1 *2 *2 *3) (-12 (-4 *3 (-1030)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1213 *3)))) (-3344 (*1 *2 *2) (-12 (-4 *3 (-1030)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1213 *3)))) (-4155 (*1 *2 *3) (-12 (-5 *3 (-1237 *4)) (-4 *4 (-1030)) (-4 *2 (-1213 *4)) (-5 *1 (-437 *4 *2)))) (-2706 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-5 *2 (-111)) (-5 *1 (-437 *4 *3)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -2706 ((-111) |#2|)) (-15 -4155 (|#2| (-1237 |#1|))) (-15 -3344 (|#2| |#2|)) (-15 -3255 (|#2| |#2| |#1|)) (-15 -3373 (|#2| |#2| |#1|)) (-15 -3492 ((-722 (-756)) (-412 |#2|))) (-15 -4201 (|#2| (-902) (-412 |#2|))) (-15 -3905 ((-629 |#2|) (-902) (-412 |#2|))))
-((-4192 (((-756)) 41)) (-1713 (((-756)) 23 (|has| |#1| (-398))) (((-756) (-756)) 22 (|has| |#1| (-398)))) (-2611 (((-552) |#1|) 18 (|has| |#1| (-398)))) (-3448 (((-552) |#1|) 20 (|has| |#1| (-398)))) (-3732 (((-756)) 40) (((-756) (-756)) 39)) (-3723 ((|#1| (-756) (-552)) 29)) (-2946 (((-1242)) 43)))
-(((-438 |#1|) (-10 -7 (-15 -3723 (|#1| (-756) (-552))) (-15 -3732 ((-756) (-756))) (-15 -3732 ((-756))) (-15 -4192 ((-756))) (-15 -2946 ((-1242))) (IF (|has| |#1| (-398)) (PROGN (-15 -3448 ((-552) |#1|)) (-15 -2611 ((-552) |#1|)) (-15 -1713 ((-756) (-756))) (-15 -1713 ((-756)))) |%noBranch|)) (-1030)) (T -438))
-((-1713 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1030)))) (-1713 (*1 *2 *2) (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1030)))) (-2611 (*1 *2 *3) (-12 (-5 *2 (-552)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1030)))) (-3448 (*1 *2 *3) (-12 (-5 *2 (-552)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1030)))) (-2946 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-438 *3)) (-4 *3 (-1030)))) (-4192 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-1030)))) (-3732 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-1030)))) (-3732 (*1 *2 *2) (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-1030)))) (-3723 (*1 *2 *3 *4) (-12 (-5 *3 (-756)) (-5 *4 (-552)) (-5 *1 (-438 *2)) (-4 *2 (-1030)))))
-(-10 -7 (-15 -3723 (|#1| (-756) (-552))) (-15 -3732 ((-756) (-756))) (-15 -3732 ((-756))) (-15 -4192 ((-756))) (-15 -2946 ((-1242))) (IF (|has| |#1| (-398)) (PROGN (-15 -3448 ((-552) |#1|)) (-15 -2611 ((-552) |#1|)) (-15 -1713 ((-756) (-756))) (-15 -1713 ((-756)))) |%noBranch|))
-((-2565 (((-629 (-552)) (-552)) 61)) (-1677 (((-111) (-166 (-552))) 65)) (-3479 (((-412 (-166 (-552))) (-166 (-552))) 60)))
-(((-439) (-10 -7 (-15 -3479 ((-412 (-166 (-552))) (-166 (-552)))) (-15 -2565 ((-629 (-552)) (-552))) (-15 -1677 ((-111) (-166 (-552)))))) (T -439))
-((-1677 (*1 *2 *3) (-12 (-5 *3 (-166 (-552))) (-5 *2 (-111)) (-5 *1 (-439)))) (-2565 (*1 *2 *3) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-439)) (-5 *3 (-552)))) (-3479 (*1 *2 *3) (-12 (-5 *2 (-412 (-166 (-552)))) (-5 *1 (-439)) (-5 *3 (-166 (-552))))))
-(-10 -7 (-15 -3479 ((-412 (-166 (-552))) (-166 (-552)))) (-15 -2565 ((-629 (-552)) (-552))) (-15 -1677 ((-111) (-166 (-552)))))
-((-1308 ((|#4| |#4| (-629 |#4|)) 61)) (-2381 (((-629 |#4|) (-629 |#4|) (-1136) (-1136)) 17) (((-629 |#4|) (-629 |#4|) (-1136)) 16) (((-629 |#4|) (-629 |#4|)) 11)))
-(((-440 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1308 (|#4| |#4| (-629 |#4|))) (-15 -2381 ((-629 |#4|) (-629 |#4|))) (-15 -2381 ((-629 |#4|) (-629 |#4|) (-1136))) (-15 -2381 ((-629 |#4|) (-629 |#4|) (-1136) (-1136)))) (-301) (-778) (-832) (-930 |#1| |#2| |#3|)) (T -440))
-((-2381 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-629 *7)) (-5 *3 (-1136)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-301)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-440 *4 *5 *6 *7)))) (-2381 (*1 *2 *2 *3) (-12 (-5 *2 (-629 *7)) (-5 *3 (-1136)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-301)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-440 *4 *5 *6 *7)))) (-2381 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-301)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-440 *3 *4 *5 *6)))) (-1308 (*1 *2 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *4 *5 *6)) (-4 *4 (-301)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-440 *4 *5 *6 *2)))))
-(-10 -7 (-15 -1308 (|#4| |#4| (-629 |#4|))) (-15 -2381 ((-629 |#4|) (-629 |#4|))) (-15 -2381 ((-629 |#4|) (-629 |#4|) (-1136))) (-15 -2381 ((-629 |#4|) (-629 |#4|) (-1136) (-1136))))
-((-3797 (((-629 (-629 |#4|)) (-629 |#4|) (-111)) 73) (((-629 (-629 |#4|)) (-629 |#4|)) 72) (((-629 (-629 |#4|)) (-629 |#4|) (-629 |#4|) (-111)) 66) (((-629 (-629 |#4|)) (-629 |#4|) (-629 |#4|)) 67)) (-3486 (((-629 (-629 |#4|)) (-629 |#4|) (-111)) 42) (((-629 (-629 |#4|)) (-629 |#4|)) 63)))
-(((-441 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3486 ((-629 (-629 |#4|)) (-629 |#4|))) (-15 -3486 ((-629 (-629 |#4|)) (-629 |#4|) (-111))) (-15 -3797 ((-629 (-629 |#4|)) (-629 |#4|) (-629 |#4|))) (-15 -3797 ((-629 (-629 |#4|)) (-629 |#4|) (-629 |#4|) (-111))) (-15 -3797 ((-629 (-629 |#4|)) (-629 |#4|))) (-15 -3797 ((-629 (-629 |#4|)) (-629 |#4|) (-111)))) (-13 (-301) (-144)) (-778) (-832) (-930 |#1| |#2| |#3|)) (T -441))
-((-3797 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-930 *5 *6 *7)) (-5 *2 (-629 (-629 *8))) (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-629 *8)))) (-3797 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-629 (-629 *7))) (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-629 *7)))) (-3797 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-930 *5 *6 *7)) (-5 *2 (-629 (-629 *8))) (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-629 *8)))) (-3797 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-629 (-629 *7))) (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-629 *7)))) (-3486 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-930 *5 *6 *7)) (-5 *2 (-629 (-629 *8))) (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-629 *8)))) (-3486 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-629 (-629 *7))) (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-629 *7)))))
-(-10 -7 (-15 -3486 ((-629 (-629 |#4|)) (-629 |#4|))) (-15 -3486 ((-629 (-629 |#4|)) (-629 |#4|) (-111))) (-15 -3797 ((-629 (-629 |#4|)) (-629 |#4|) (-629 |#4|))) (-15 -3797 ((-629 (-629 |#4|)) (-629 |#4|) (-629 |#4|) (-111))) (-15 -3797 ((-629 (-629 |#4|)) (-629 |#4|))) (-15 -3797 ((-629 (-629 |#4|)) (-629 |#4|) (-111))))
-((-2523 (((-756) |#4|) 12)) (-4127 (((-629 (-2 (|:| |totdeg| (-756)) (|:| -2291 |#4|))) |#4| (-756) (-629 (-2 (|:| |totdeg| (-756)) (|:| -2291 |#4|)))) 31)) (-2746 (((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 38)) (-2313 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 39)) (-3091 ((|#4| |#4| (-629 |#4|)) 40)) (-2039 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-629 |#4|)) 70)) (-2526 (((-1242) |#4|) 42)) (-1685 (((-1242) (-629 |#4|)) 51)) (-1495 (((-552) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-552) (-552) (-552)) 48)) (-1499 (((-1242) (-552)) 79)) (-3762 (((-629 |#4|) (-629 |#4|)) 77)) (-3386 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-756)) (|:| -2291 |#4|)) |#4| (-756)) 25)) (-1860 (((-552) |#4|) 78)) (-2551 ((|#4| |#4|) 29)) (-2708 (((-629 |#4|) (-629 |#4|) (-552) (-552)) 56)) (-1844 (((-552) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-552) (-552) (-552) (-552)) 89)) (-3579 (((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 16)) (-4198 (((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 59)) (-3021 (((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 58)) (-2819 (((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 36)) (-3020 (((-111) |#2| |#2|) 57)) (-2114 (((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 37)) (-3122 (((-111) |#2| |#2| |#2| |#2|) 60)) (-1988 ((|#4| |#4| (-629 |#4|)) 71)))
-(((-442 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1988 (|#4| |#4| (-629 |#4|))) (-15 -3091 (|#4| |#4| (-629 |#4|))) (-15 -2708 ((-629 |#4|) (-629 |#4|) (-552) (-552))) (-15 -4198 ((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3020 ((-111) |#2| |#2|)) (-15 -3122 ((-111) |#2| |#2| |#2| |#2|)) (-15 -2114 ((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2819 ((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3021 ((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2039 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-629 |#4|))) (-15 -2551 (|#4| |#4|)) (-15 -4127 ((-629 (-2 (|:| |totdeg| (-756)) (|:| -2291 |#4|))) |#4| (-756) (-629 (-2 (|:| |totdeg| (-756)) (|:| -2291 |#4|))))) (-15 -2313 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2746 ((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3762 ((-629 |#4|) (-629 |#4|))) (-15 -1860 ((-552) |#4|)) (-15 -2526 ((-1242) |#4|)) (-15 -1495 ((-552) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-552) (-552) (-552))) (-15 -1844 ((-552) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-552) (-552) (-552) (-552))) (-15 -1685 ((-1242) (-629 |#4|))) (-15 -1499 ((-1242) (-552))) (-15 -3579 ((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3386 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-756)) (|:| -2291 |#4|)) |#4| (-756))) (-15 -2523 ((-756) |#4|))) (-445) (-778) (-832) (-930 |#1| |#2| |#3|)) (T -442))
-((-2523 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-756)) (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))) (-3386 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-756)) (|:| -2291 *4))) (-5 *5 (-756)) (-4 *4 (-930 *6 *7 *8)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-442 *6 *7 *8 *4)))) (-3579 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-756)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-778)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-442 *4 *5 *6 *7)))) (-1499 (*1 *2 *3) (-12 (-5 *3 (-552)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1242)) (-5 *1 (-442 *4 *5 *6 *7)) (-4 *7 (-930 *4 *5 *6)))) (-1685 (*1 *2 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1242)) (-5 *1 (-442 *4 *5 *6 *7)))) (-1844 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-756)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-778)) (-4 *4 (-930 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-832)) (-5 *1 (-442 *5 *6 *7 *4)))) (-1495 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-756)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-778)) (-4 *4 (-930 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-832)) (-5 *1 (-442 *5 *6 *7 *4)))) (-2526 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1242)) (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))) (-1860 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-552)) (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))) (-3762 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-442 *3 *4 *5 *6)))) (-2746 (*1 *2 *2 *2) (-12 (-5 *2 (-629 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-756)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-778)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-445)) (-4 *5 (-832)) (-5 *1 (-442 *3 *4 *5 *6)))) (-2313 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-756)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-778)) (-4 *2 (-930 *4 *5 *6)) (-5 *1 (-442 *4 *5 *6 *2)) (-4 *4 (-445)) (-4 *6 (-832)))) (-4127 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-629 (-2 (|:| |totdeg| (-756)) (|:| -2291 *3)))) (-5 *4 (-756)) (-4 *3 (-930 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-442 *5 *6 *7 *3)))) (-2551 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-442 *3 *4 *5 *2)) (-4 *2 (-930 *3 *4 *5)))) (-2039 (*1 *2 *3 *4) (-12 (-5 *4 (-629 *3)) (-4 *3 (-930 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-442 *5 *6 *7 *3)))) (-3021 (*1 *2 *3 *2) (-12 (-5 *2 (-629 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-756)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-778)) (-4 *6 (-930 *4 *3 *5)) (-4 *4 (-445)) (-4 *5 (-832)) (-5 *1 (-442 *4 *3 *5 *6)))) (-2819 (*1 *2 *2) (-12 (-5 *2 (-629 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-756)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-778)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-445)) (-4 *5 (-832)) (-5 *1 (-442 *3 *4 *5 *6)))) (-2114 (*1 *2 *3 *2) (-12 (-5 *2 (-629 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-756)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-778)) (-4 *3 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-832)) (-5 *1 (-442 *4 *5 *6 *3)))) (-3122 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-445)) (-4 *3 (-778)) (-4 *5 (-832)) (-5 *2 (-111)) (-5 *1 (-442 *4 *3 *5 *6)) (-4 *6 (-930 *4 *3 *5)))) (-3020 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *3 (-778)) (-4 *5 (-832)) (-5 *2 (-111)) (-5 *1 (-442 *4 *3 *5 *6)) (-4 *6 (-930 *4 *3 *5)))) (-4198 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-756)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-778)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-442 *4 *5 *6 *7)))) (-2708 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-629 *7)) (-5 *3 (-552)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-442 *4 *5 *6 *7)))) (-3091 (*1 *2 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-442 *4 *5 *6 *2)))) (-1988 (*1 *2 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-442 *4 *5 *6 *2)))))
-(-10 -7 (-15 -1988 (|#4| |#4| (-629 |#4|))) (-15 -3091 (|#4| |#4| (-629 |#4|))) (-15 -2708 ((-629 |#4|) (-629 |#4|) (-552) (-552))) (-15 -4198 ((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3020 ((-111) |#2| |#2|)) (-15 -3122 ((-111) |#2| |#2| |#2| |#2|)) (-15 -2114 ((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2819 ((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3021 ((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2039 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-629 |#4|))) (-15 -2551 (|#4| |#4|)) (-15 -4127 ((-629 (-2 (|:| |totdeg| (-756)) (|:| -2291 |#4|))) |#4| (-756) (-629 (-2 (|:| |totdeg| (-756)) (|:| -2291 |#4|))))) (-15 -2313 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2746 ((-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-629 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3762 ((-629 |#4|) (-629 |#4|))) (-15 -1860 ((-552) |#4|)) (-15 -2526 ((-1242) |#4|)) (-15 -1495 ((-552) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-552) (-552) (-552))) (-15 -1844 ((-552) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-552) (-552) (-552) (-552))) (-15 -1685 ((-1242) (-629 |#4|))) (-15 -1499 ((-1242) (-552))) (-15 -3579 ((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3386 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-756)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-756)) (|:| -2291 |#4|)) |#4| (-756))) (-15 -2523 ((-756) |#4|)))
-((-1555 ((|#4| |#4| (-629 |#4|)) 22 (|has| |#1| (-357)))) (-1542 (((-629 |#4|) (-629 |#4|) (-1136) (-1136)) 41) (((-629 |#4|) (-629 |#4|) (-1136)) 40) (((-629 |#4|) (-629 |#4|)) 35)))
-(((-443 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1542 ((-629 |#4|) (-629 |#4|))) (-15 -1542 ((-629 |#4|) (-629 |#4|) (-1136))) (-15 -1542 ((-629 |#4|) (-629 |#4|) (-1136) (-1136))) (IF (|has| |#1| (-357)) (-15 -1555 (|#4| |#4| (-629 |#4|))) |%noBranch|)) (-445) (-778) (-832) (-930 |#1| |#2| |#3|)) (T -443))
-((-1555 (*1 *2 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *4 *5 *6)) (-4 *4 (-357)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-443 *4 *5 *6 *2)))) (-1542 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-629 *7)) (-5 *3 (-1136)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-443 *4 *5 *6 *7)))) (-1542 (*1 *2 *2 *3) (-12 (-5 *2 (-629 *7)) (-5 *3 (-1136)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-443 *4 *5 *6 *7)))) (-1542 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-443 *3 *4 *5 *6)))))
-(-10 -7 (-15 -1542 ((-629 |#4|) (-629 |#4|))) (-15 -1542 ((-629 |#4|) (-629 |#4|) (-1136))) (-15 -1542 ((-629 |#4|) (-629 |#4|) (-1136) (-1136))) (IF (|has| |#1| (-357)) (-15 -1555 (|#4| |#4| (-629 |#4|))) |%noBranch|))
-((-2552 (($ $ $) 14) (($ (-629 $)) 21)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 41)) (-2594 (($ $ $) NIL) (($ (-629 $)) 22)))
-(((-444 |#1|) (-10 -8 (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2552 (|#1| (-629 |#1|))) (-15 -2552 (|#1| |#1| |#1|)) (-15 -2594 (|#1| (-629 |#1|))) (-15 -2594 (|#1| |#1| |#1|))) (-445)) (T -444))
-NIL
-(-10 -8 (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -2552 (|#1| (-629 |#1|))) (-15 -2552 (|#1| |#1| |#1|)) (-15 -2594 (|#1| (-629 |#1|))) (-15 -2594 (|#1| |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-3969 (((-3 $ "failed") $ $) 40)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-434)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-434)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324))))) (-4 *1 (-434)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-1238 (-310 (-373)))) (-4 *1 (-434)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-1238 (-310 (-373)))) (-4 *1 (-434)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-1238 (-310 (-553)))) (-4 *1 (-434)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-1238 (-310 (-553)))) (-4 *1 (-434)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-1238 (-934 (-373)))) (-4 *1 (-434)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-1238 (-934 (-373)))) (-4 *1 (-434)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-1238 (-934 (-553)))) (-4 *1 (-434)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-1238 (-934 (-553)))) (-4 *1 (-434)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-1238 (-401 (-934 (-373))))) (-4 *1 (-434)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-1238 (-401 (-934 (-373))))) (-4 *1 (-434)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-1238 (-401 (-934 (-553))))) (-4 *1 (-434)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-1238 (-401 (-934 (-553))))) (-4 *1 (-434)))))
+(-13 (-389) (-10 -8 (-15 -3212 ($ (-630 (-324)))) (-15 -3212 ($ (-324))) (-15 -3212 ($ (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))) (-15 -2831 ($ (-1238 (-310 (-373))))) (-15 -1394 ((-3 $ "failed") (-1238 (-310 (-373))))) (-15 -2831 ($ (-1238 (-310 (-553))))) (-15 -1394 ((-3 $ "failed") (-1238 (-310 (-553))))) (-15 -2831 ($ (-1238 (-934 (-373))))) (-15 -1394 ((-3 $ "failed") (-1238 (-934 (-373))))) (-15 -2831 ($ (-1238 (-934 (-553))))) (-15 -1394 ((-3 $ "failed") (-1238 (-934 (-553))))) (-15 -2831 ($ (-1238 (-401 (-934 (-373)))))) (-15 -1394 ((-3 $ "failed") (-1238 (-401 (-934 (-373)))))) (-15 -2831 ($ (-1238 (-401 (-934 (-553)))))) (-15 -1394 ((-3 $ "failed") (-1238 (-401 (-934 (-553))))))))
+(((-600 (-845)) . T) ((-389) . T) ((-1192) . T))
+((-1334 (((-111)) 17)) (-1920 (((-111) (-111)) 18)) (-4333 (((-111)) 13)) (-1951 (((-111) (-111)) 14)) (-3458 (((-111)) 15)) (-2395 (((-111) (-111)) 16)) (-3218 (((-903) (-903)) 21) (((-903)) 20)) (-2906 (((-757) (-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553))))) 42)) (-2674 (((-903) (-903)) 23) (((-903)) 22)) (-3008 (((-2 (|:| -3659 (-553)) (|:| -3688 (-630 |#1|))) |#1|) 62)) (-2725 (((-412 |#1|) (-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553))))))) 126)) (-2243 (((-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))) |#1| (-111)) 152)) (-1380 (((-412 |#1|) |#1| (-757) (-757)) 165) (((-412 |#1|) |#1| (-630 (-757)) (-757)) 162) (((-412 |#1|) |#1| (-630 (-757))) 164) (((-412 |#1|) |#1| (-757)) 163) (((-412 |#1|) |#1|) 161)) (-3450 (((-3 |#1| "failed") (-903) |#1| (-630 (-757)) (-757) (-111)) 167) (((-3 |#1| "failed") (-903) |#1| (-630 (-757)) (-757)) 168) (((-3 |#1| "failed") (-903) |#1| (-630 (-757))) 170) (((-3 |#1| "failed") (-903) |#1| (-757)) 169) (((-3 |#1| "failed") (-903) |#1|) 171)) (-3476 (((-412 |#1|) |#1| (-757) (-757)) 160) (((-412 |#1|) |#1| (-630 (-757)) (-757)) 156) (((-412 |#1|) |#1| (-630 (-757))) 158) (((-412 |#1|) |#1| (-757)) 157) (((-412 |#1|) |#1|) 155)) (-3586 (((-111) |#1|) 37)) (-3954 (((-723 (-757)) (-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553))))) 67)) (-2750 (((-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))) |#1| (-111) (-1081 (-757)) (-757)) 154)))
+(((-435 |#1|) (-10 -7 (-15 -2725 ((-412 |#1|) (-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))))) (-15 -3954 ((-723 (-757)) (-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))))) (-15 -2674 ((-903))) (-15 -2674 ((-903) (-903))) (-15 -3218 ((-903))) (-15 -3218 ((-903) (-903))) (-15 -2906 ((-757) (-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))))) (-15 -3008 ((-2 (|:| -3659 (-553)) (|:| -3688 (-630 |#1|))) |#1|)) (-15 -1334 ((-111))) (-15 -1920 ((-111) (-111))) (-15 -4333 ((-111))) (-15 -1951 ((-111) (-111))) (-15 -3586 ((-111) |#1|)) (-15 -3458 ((-111))) (-15 -2395 ((-111) (-111))) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -3476 ((-412 |#1|) |#1| (-757))) (-15 -3476 ((-412 |#1|) |#1| (-630 (-757)))) (-15 -3476 ((-412 |#1|) |#1| (-630 (-757)) (-757))) (-15 -3476 ((-412 |#1|) |#1| (-757) (-757))) (-15 -1380 ((-412 |#1|) |#1|)) (-15 -1380 ((-412 |#1|) |#1| (-757))) (-15 -1380 ((-412 |#1|) |#1| (-630 (-757)))) (-15 -1380 ((-412 |#1|) |#1| (-630 (-757)) (-757))) (-15 -1380 ((-412 |#1|) |#1| (-757) (-757))) (-15 -3450 ((-3 |#1| "failed") (-903) |#1|)) (-15 -3450 ((-3 |#1| "failed") (-903) |#1| (-757))) (-15 -3450 ((-3 |#1| "failed") (-903) |#1| (-630 (-757)))) (-15 -3450 ((-3 |#1| "failed") (-903) |#1| (-630 (-757)) (-757))) (-15 -3450 ((-3 |#1| "failed") (-903) |#1| (-630 (-757)) (-757) (-111))) (-15 -2243 ((-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))) |#1| (-111))) (-15 -2750 ((-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))) |#1| (-111) (-1081 (-757)) (-757)))) (-1214 (-553))) (T -435))
+((-2750 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-111)) (-5 *5 (-1081 (-757))) (-5 *6 (-757)) (-5 *2 (-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| *3) (|:| -3981 (-553))))))) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-2243 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-5 *2 (-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| *3) (|:| -3981 (-553))))))) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3450 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-903)) (-5 *4 (-630 (-757))) (-5 *5 (-757)) (-5 *6 (-111)) (-5 *1 (-435 *2)) (-4 *2 (-1214 (-553))))) (-3450 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-903)) (-5 *4 (-630 (-757))) (-5 *5 (-757)) (-5 *1 (-435 *2)) (-4 *2 (-1214 (-553))))) (-3450 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-903)) (-5 *4 (-630 (-757))) (-5 *1 (-435 *2)) (-4 *2 (-1214 (-553))))) (-3450 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-903)) (-5 *4 (-757)) (-5 *1 (-435 *2)) (-4 *2 (-1214 (-553))))) (-3450 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-903)) (-5 *1 (-435 *2)) (-4 *2 (-1214 (-553))))) (-1380 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-1380 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-630 (-757))) (-5 *5 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-1380 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-757))) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-1380 (*1 *2 *3 *4) (-12 (-5 *4 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-1380 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3476 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3476 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-630 (-757))) (-5 *5 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-757))) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3476 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-2395 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3458 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3586 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-1951 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-4333 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-1920 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-1334 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3008 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3659 (-553)) (|:| -3688 (-630 *3)))) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-2906 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| -3476 *4) (|:| -2672 (-553))))) (-4 *4 (-1214 (-553))) (-5 *2 (-757)) (-5 *1 (-435 *4)))) (-3218 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3218 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-2674 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-2674 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| -3476 *4) (|:| -2672 (-553))))) (-4 *4 (-1214 (-553))) (-5 *2 (-723 (-757))) (-5 *1 (-435 *4)))) (-2725 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| *4) (|:| -3981 (-553))))))) (-4 *4 (-1214 (-553))) (-5 *2 (-412 *4)) (-5 *1 (-435 *4)))))
+(-10 -7 (-15 -2725 ((-412 |#1|) (-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))))) (-15 -3954 ((-723 (-757)) (-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))))) (-15 -2674 ((-903))) (-15 -2674 ((-903) (-903))) (-15 -3218 ((-903))) (-15 -3218 ((-903) (-903))) (-15 -2906 ((-757) (-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))))) (-15 -3008 ((-2 (|:| -3659 (-553)) (|:| -3688 (-630 |#1|))) |#1|)) (-15 -1334 ((-111))) (-15 -1920 ((-111) (-111))) (-15 -4333 ((-111))) (-15 -1951 ((-111) (-111))) (-15 -3586 ((-111) |#1|)) (-15 -3458 ((-111))) (-15 -2395 ((-111) (-111))) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -3476 ((-412 |#1|) |#1| (-757))) (-15 -3476 ((-412 |#1|) |#1| (-630 (-757)))) (-15 -3476 ((-412 |#1|) |#1| (-630 (-757)) (-757))) (-15 -3476 ((-412 |#1|) |#1| (-757) (-757))) (-15 -1380 ((-412 |#1|) |#1|)) (-15 -1380 ((-412 |#1|) |#1| (-757))) (-15 -1380 ((-412 |#1|) |#1| (-630 (-757)))) (-15 -1380 ((-412 |#1|) |#1| (-630 (-757)) (-757))) (-15 -1380 ((-412 |#1|) |#1| (-757) (-757))) (-15 -3450 ((-3 |#1| "failed") (-903) |#1|)) (-15 -3450 ((-3 |#1| "failed") (-903) |#1| (-757))) (-15 -3450 ((-3 |#1| "failed") (-903) |#1| (-630 (-757)))) (-15 -3450 ((-3 |#1| "failed") (-903) |#1| (-630 (-757)) (-757))) (-15 -3450 ((-3 |#1| "failed") (-903) |#1| (-630 (-757)) (-757) (-111))) (-15 -2243 ((-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))) |#1| (-111))) (-15 -2750 ((-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))) |#1| (-111) (-1081 (-757)) (-757))))
+((-3563 (((-553) |#2|) 48) (((-553) |#2| (-757)) 47)) (-1535 (((-553) |#2|) 55)) (-3961 ((|#3| |#2|) 25)) (-4233 ((|#3| |#2| (-903)) 14)) (-2555 ((|#3| |#2|) 15)) (-2649 ((|#3| |#2|) 9)) (-2385 ((|#3| |#2|) 10)) (-3421 ((|#3| |#2| (-903)) 62) ((|#3| |#2|) 30)) (-2235 (((-553) |#2|) 57)))
+(((-436 |#1| |#2| |#3|) (-10 -7 (-15 -2235 ((-553) |#2|)) (-15 -3421 (|#3| |#2|)) (-15 -3421 (|#3| |#2| (-903))) (-15 -1535 ((-553) |#2|)) (-15 -3563 ((-553) |#2| (-757))) (-15 -3563 ((-553) |#2|)) (-15 -4233 (|#3| |#2| (-903))) (-15 -3961 (|#3| |#2|)) (-15 -2649 (|#3| |#2|)) (-15 -2385 (|#3| |#2|)) (-15 -2555 (|#3| |#2|))) (-1031) (-1214 |#1|) (-13 (-398) (-1020 |#1|) (-357) (-1177) (-278))) (T -436))
+((-2555 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4)))) (-2385 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4)))) (-2649 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4)))) (-3961 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4)))) (-4233 (*1 *2 *3 *4) (-12 (-5 *4 (-903)) (-4 *5 (-1031)) (-4 *2 (-13 (-398) (-1020 *5) (-357) (-1177) (-278))) (-5 *1 (-436 *5 *3 *2)) (-4 *3 (-1214 *5)))) (-3563 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-5 *2 (-553)) (-5 *1 (-436 *4 *3 *5)) (-4 *3 (-1214 *4)) (-4 *5 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))))) (-3563 (*1 *2 *3 *4) (-12 (-5 *4 (-757)) (-4 *5 (-1031)) (-5 *2 (-553)) (-5 *1 (-436 *5 *3 *6)) (-4 *3 (-1214 *5)) (-4 *6 (-13 (-398) (-1020 *5) (-357) (-1177) (-278))))) (-1535 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-5 *2 (-553)) (-5 *1 (-436 *4 *3 *5)) (-4 *3 (-1214 *4)) (-4 *5 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))))) (-3421 (*1 *2 *3 *4) (-12 (-5 *4 (-903)) (-4 *5 (-1031)) (-4 *2 (-13 (-398) (-1020 *5) (-357) (-1177) (-278))) (-5 *1 (-436 *5 *3 *2)) (-4 *3 (-1214 *5)))) (-3421 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))) (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4)))) (-2235 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-5 *2 (-553)) (-5 *1 (-436 *4 *3 *5)) (-4 *3 (-1214 *4)) (-4 *5 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))))))
+(-10 -7 (-15 -2235 ((-553) |#2|)) (-15 -3421 (|#3| |#2|)) (-15 -3421 (|#3| |#2| (-903))) (-15 -1535 ((-553) |#2|)) (-15 -3563 ((-553) |#2| (-757))) (-15 -3563 ((-553) |#2|)) (-15 -4233 (|#3| |#2| (-903))) (-15 -3961 (|#3| |#2|)) (-15 -2649 (|#3| |#2|)) (-15 -2385 (|#3| |#2|)) (-15 -2555 (|#3| |#2|)))
+((-3004 ((|#2| (-1238 |#1|)) 36)) (-4020 ((|#2| |#2| |#1|) 49)) (-2203 ((|#2| |#2| |#1|) 41)) (-3341 ((|#2| |#2|) 38)) (-3627 (((-111) |#2|) 30)) (-2522 (((-630 |#2|) (-903) (-412 |#2|)) 17)) (-3450 ((|#2| (-903) (-412 |#2|)) 21)) (-3954 (((-723 (-757)) (-412 |#2|)) 25)))
+(((-437 |#1| |#2|) (-10 -7 (-15 -3627 ((-111) |#2|)) (-15 -3004 (|#2| (-1238 |#1|))) (-15 -3341 (|#2| |#2|)) (-15 -2203 (|#2| |#2| |#1|)) (-15 -4020 (|#2| |#2| |#1|)) (-15 -3954 ((-723 (-757)) (-412 |#2|))) (-15 -3450 (|#2| (-903) (-412 |#2|))) (-15 -2522 ((-630 |#2|) (-903) (-412 |#2|)))) (-1031) (-1214 |#1|)) (T -437))
+((-2522 (*1 *2 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-412 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-1031)) (-5 *2 (-630 *6)) (-5 *1 (-437 *5 *6)))) (-3450 (*1 *2 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-412 *2)) (-4 *2 (-1214 *5)) (-5 *1 (-437 *5 *2)) (-4 *5 (-1031)))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-412 *5)) (-4 *5 (-1214 *4)) (-4 *4 (-1031)) (-5 *2 (-723 (-757))) (-5 *1 (-437 *4 *5)))) (-4020 (*1 *2 *2 *3) (-12 (-4 *3 (-1031)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1214 *3)))) (-2203 (*1 *2 *2 *3) (-12 (-4 *3 (-1031)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1214 *3)))) (-3341 (*1 *2 *2) (-12 (-4 *3 (-1031)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1214 *3)))) (-3004 (*1 *2 *3) (-12 (-5 *3 (-1238 *4)) (-4 *4 (-1031)) (-4 *2 (-1214 *4)) (-5 *1 (-437 *4 *2)))) (-3627 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-5 *2 (-111)) (-5 *1 (-437 *4 *3)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -3627 ((-111) |#2|)) (-15 -3004 (|#2| (-1238 |#1|))) (-15 -3341 (|#2| |#2|)) (-15 -2203 (|#2| |#2| |#1|)) (-15 -4020 (|#2| |#2| |#1|)) (-15 -3954 ((-723 (-757)) (-412 |#2|))) (-15 -3450 (|#2| (-903) (-412 |#2|))) (-15 -2522 ((-630 |#2|) (-903) (-412 |#2|))))
+((-3364 (((-757)) 41)) (-3411 (((-757)) 23 (|has| |#1| (-398))) (((-757) (-757)) 22 (|has| |#1| (-398)))) (-2019 (((-553) |#1|) 18 (|has| |#1| (-398)))) (-3542 (((-553) |#1|) 20 (|has| |#1| (-398)))) (-1366 (((-757)) 40) (((-757) (-757)) 39)) (-1296 ((|#1| (-757) (-553)) 29)) (-4114 (((-1243)) 43)))
+(((-438 |#1|) (-10 -7 (-15 -1296 (|#1| (-757) (-553))) (-15 -1366 ((-757) (-757))) (-15 -1366 ((-757))) (-15 -3364 ((-757))) (-15 -4114 ((-1243))) (IF (|has| |#1| (-398)) (PROGN (-15 -3542 ((-553) |#1|)) (-15 -2019 ((-553) |#1|)) (-15 -3411 ((-757) (-757))) (-15 -3411 ((-757)))) |%noBranch|)) (-1031)) (T -438))
+((-3411 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1031)))) (-3411 (*1 *2 *2) (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1031)))) (-2019 (*1 *2 *3) (-12 (-5 *2 (-553)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1031)))) (-3542 (*1 *2 *3) (-12 (-5 *2 (-553)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1031)))) (-4114 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-438 *3)) (-4 *3 (-1031)))) (-3364 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-1031)))) (-1366 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-1031)))) (-1366 (*1 *2 *2) (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-1031)))) (-1296 (*1 *2 *3 *4) (-12 (-5 *3 (-757)) (-5 *4 (-553)) (-5 *1 (-438 *2)) (-4 *2 (-1031)))))
+(-10 -7 (-15 -1296 (|#1| (-757) (-553))) (-15 -1366 ((-757) (-757))) (-15 -1366 ((-757))) (-15 -3364 ((-757))) (-15 -4114 ((-1243))) (IF (|has| |#1| (-398)) (PROGN (-15 -3542 ((-553) |#1|)) (-15 -2019 ((-553) |#1|)) (-15 -3411 ((-757) (-757))) (-15 -3411 ((-757)))) |%noBranch|))
+((-1630 (((-630 (-553)) (-553)) 61)) (-4268 (((-111) (-166 (-553))) 65)) (-3476 (((-412 (-166 (-553))) (-166 (-553))) 60)))
+(((-439) (-10 -7 (-15 -3476 ((-412 (-166 (-553))) (-166 (-553)))) (-15 -1630 ((-630 (-553)) (-553))) (-15 -4268 ((-111) (-166 (-553)))))) (T -439))
+((-4268 (*1 *2 *3) (-12 (-5 *3 (-166 (-553))) (-5 *2 (-111)) (-5 *1 (-439)))) (-1630 (*1 *2 *3) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-439)) (-5 *3 (-553)))) (-3476 (*1 *2 *3) (-12 (-5 *2 (-412 (-166 (-553)))) (-5 *1 (-439)) (-5 *3 (-166 (-553))))))
+(-10 -7 (-15 -3476 ((-412 (-166 (-553))) (-166 (-553)))) (-15 -1630 ((-630 (-553)) (-553))) (-15 -4268 ((-111) (-166 (-553)))))
+((-1880 ((|#4| |#4| (-630 |#4|)) 61)) (-3734 (((-630 |#4|) (-630 |#4|) (-1137) (-1137)) 17) (((-630 |#4|) (-630 |#4|) (-1137)) 16) (((-630 |#4|) (-630 |#4|)) 11)))
+(((-440 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1880 (|#4| |#4| (-630 |#4|))) (-15 -3734 ((-630 |#4|) (-630 |#4|))) (-15 -3734 ((-630 |#4|) (-630 |#4|) (-1137))) (-15 -3734 ((-630 |#4|) (-630 |#4|) (-1137) (-1137)))) (-301) (-779) (-833) (-931 |#1| |#2| |#3|)) (T -440))
+((-3734 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-630 *7)) (-5 *3 (-1137)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-301)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-440 *4 *5 *6 *7)))) (-3734 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *7)) (-5 *3 (-1137)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-301)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-440 *4 *5 *6 *7)))) (-3734 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-301)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-440 *3 *4 *5 *6)))) (-1880 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *4 *5 *6)) (-4 *4 (-301)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-440 *4 *5 *6 *2)))))
+(-10 -7 (-15 -1880 (|#4| |#4| (-630 |#4|))) (-15 -3734 ((-630 |#4|) (-630 |#4|))) (-15 -3734 ((-630 |#4|) (-630 |#4|) (-1137))) (-15 -3734 ((-630 |#4|) (-630 |#4|) (-1137) (-1137))))
+((-3901 (((-630 (-630 |#4|)) (-630 |#4|) (-111)) 73) (((-630 (-630 |#4|)) (-630 |#4|)) 72) (((-630 (-630 |#4|)) (-630 |#4|) (-630 |#4|) (-111)) 66) (((-630 (-630 |#4|)) (-630 |#4|) (-630 |#4|)) 67)) (-3902 (((-630 (-630 |#4|)) (-630 |#4|) (-111)) 42) (((-630 (-630 |#4|)) (-630 |#4|)) 63)))
+(((-441 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3902 ((-630 (-630 |#4|)) (-630 |#4|))) (-15 -3902 ((-630 (-630 |#4|)) (-630 |#4|) (-111))) (-15 -3901 ((-630 (-630 |#4|)) (-630 |#4|) (-630 |#4|))) (-15 -3901 ((-630 (-630 |#4|)) (-630 |#4|) (-630 |#4|) (-111))) (-15 -3901 ((-630 (-630 |#4|)) (-630 |#4|))) (-15 -3901 ((-630 (-630 |#4|)) (-630 |#4|) (-111)))) (-13 (-301) (-144)) (-779) (-833) (-931 |#1| |#2| |#3|)) (T -441))
+((-3901 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-931 *5 *6 *7)) (-5 *2 (-630 (-630 *8))) (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-630 *8)))) (-3901 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-630 (-630 *7))) (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-630 *7)))) (-3901 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-931 *5 *6 *7)) (-5 *2 (-630 (-630 *8))) (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-630 *8)))) (-3901 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-630 (-630 *7))) (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-630 *7)))) (-3902 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-931 *5 *6 *7)) (-5 *2 (-630 (-630 *8))) (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-630 *8)))) (-3902 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-630 (-630 *7))) (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-630 *7)))))
+(-10 -7 (-15 -3902 ((-630 (-630 |#4|)) (-630 |#4|))) (-15 -3902 ((-630 (-630 |#4|)) (-630 |#4|) (-111))) (-15 -3901 ((-630 (-630 |#4|)) (-630 |#4|) (-630 |#4|))) (-15 -3901 ((-630 (-630 |#4|)) (-630 |#4|) (-630 |#4|) (-111))) (-15 -3901 ((-630 (-630 |#4|)) (-630 |#4|))) (-15 -3901 ((-630 (-630 |#4|)) (-630 |#4|) (-111))))
+((-2536 (((-757) |#4|) 12)) (-3937 (((-630 (-2 (|:| |totdeg| (-757)) (|:| -4112 |#4|))) |#4| (-757) (-630 (-2 (|:| |totdeg| (-757)) (|:| -4112 |#4|)))) 31)) (-3970 (((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 38)) (-4296 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 39)) (-3177 ((|#4| |#4| (-630 |#4|)) 40)) (-3526 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-630 |#4|)) 70)) (-2578 (((-1243) |#4|) 42)) (-4326 (((-1243) (-630 |#4|)) 51)) (-3096 (((-553) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-553) (-553) (-553)) 48)) (-3126 (((-1243) (-553)) 79)) (-3599 (((-630 |#4|) (-630 |#4|)) 77)) (-4153 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-757)) (|:| -4112 |#4|)) |#4| (-757)) 25)) (-2256 (((-553) |#4|) 78)) (-1530 ((|#4| |#4|) 29)) (-3645 (((-630 |#4|) (-630 |#4|) (-553) (-553)) 56)) (-2072 (((-553) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-553) (-553) (-553) (-553)) 89)) (-2328 (((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 16)) (-3418 (((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 59)) (-3673 (((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 58)) (-2191 (((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 36)) (-3660 (((-111) |#2| |#2|) 57)) (-3040 (((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 37)) (-2194 (((-111) |#2| |#2| |#2| |#2|) 60)) (-4199 ((|#4| |#4| (-630 |#4|)) 71)))
+(((-442 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4199 (|#4| |#4| (-630 |#4|))) (-15 -3177 (|#4| |#4| (-630 |#4|))) (-15 -3645 ((-630 |#4|) (-630 |#4|) (-553) (-553))) (-15 -3418 ((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3660 ((-111) |#2| |#2|)) (-15 -2194 ((-111) |#2| |#2| |#2| |#2|)) (-15 -3040 ((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2191 ((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3673 ((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3526 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-630 |#4|))) (-15 -1530 (|#4| |#4|)) (-15 -3937 ((-630 (-2 (|:| |totdeg| (-757)) (|:| -4112 |#4|))) |#4| (-757) (-630 (-2 (|:| |totdeg| (-757)) (|:| -4112 |#4|))))) (-15 -4296 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3970 ((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3599 ((-630 |#4|) (-630 |#4|))) (-15 -2256 ((-553) |#4|)) (-15 -2578 ((-1243) |#4|)) (-15 -3096 ((-553) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-553) (-553) (-553))) (-15 -2072 ((-553) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-553) (-553) (-553) (-553))) (-15 -4326 ((-1243) (-630 |#4|))) (-15 -3126 ((-1243) (-553))) (-15 -2328 ((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -4153 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-757)) (|:| -4112 |#4|)) |#4| (-757))) (-15 -2536 ((-757) |#4|))) (-445) (-779) (-833) (-931 |#1| |#2| |#3|)) (T -442))
+((-2536 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-757)) (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))) (-4153 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-757)) (|:| -4112 *4))) (-5 *5 (-757)) (-4 *4 (-931 *6 *7 *8)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-442 *6 *7 *8 *4)))) (-2328 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-757)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-779)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-442 *4 *5 *6 *7)))) (-3126 (*1 *2 *3) (-12 (-5 *3 (-553)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1243)) (-5 *1 (-442 *4 *5 *6 *7)) (-4 *7 (-931 *4 *5 *6)))) (-4326 (*1 *2 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1243)) (-5 *1 (-442 *4 *5 *6 *7)))) (-2072 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-757)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-779)) (-4 *4 (-931 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-833)) (-5 *1 (-442 *5 *6 *7 *4)))) (-3096 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-757)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-779)) (-4 *4 (-931 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-833)) (-5 *1 (-442 *5 *6 *7 *4)))) (-2578 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1243)) (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))) (-2256 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-553)) (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))) (-3599 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-442 *3 *4 *5 *6)))) (-3970 (*1 *2 *2 *2) (-12 (-5 *2 (-630 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-757)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-779)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-445)) (-4 *5 (-833)) (-5 *1 (-442 *3 *4 *5 *6)))) (-4296 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-757)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-779)) (-4 *2 (-931 *4 *5 *6)) (-5 *1 (-442 *4 *5 *6 *2)) (-4 *4 (-445)) (-4 *6 (-833)))) (-3937 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-630 (-2 (|:| |totdeg| (-757)) (|:| -4112 *3)))) (-5 *4 (-757)) (-4 *3 (-931 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-442 *5 *6 *7 *3)))) (-1530 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-442 *3 *4 *5 *2)) (-4 *2 (-931 *3 *4 *5)))) (-3526 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-931 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-442 *5 *6 *7 *3)))) (-3673 (*1 *2 *3 *2) (-12 (-5 *2 (-630 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-757)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-779)) (-4 *6 (-931 *4 *3 *5)) (-4 *4 (-445)) (-4 *5 (-833)) (-5 *1 (-442 *4 *3 *5 *6)))) (-2191 (*1 *2 *2) (-12 (-5 *2 (-630 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-757)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-779)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-445)) (-4 *5 (-833)) (-5 *1 (-442 *3 *4 *5 *6)))) (-3040 (*1 *2 *3 *2) (-12 (-5 *2 (-630 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-757)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-779)) (-4 *3 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-833)) (-5 *1 (-442 *4 *5 *6 *3)))) (-2194 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-445)) (-4 *3 (-779)) (-4 *5 (-833)) (-5 *2 (-111)) (-5 *1 (-442 *4 *3 *5 *6)) (-4 *6 (-931 *4 *3 *5)))) (-3660 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *3 (-779)) (-4 *5 (-833)) (-5 *2 (-111)) (-5 *1 (-442 *4 *3 *5 *6)) (-4 *6 (-931 *4 *3 *5)))) (-3418 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-757)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-779)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-442 *4 *5 *6 *7)))) (-3645 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-630 *7)) (-5 *3 (-553)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-442 *4 *5 *6 *7)))) (-3177 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-442 *4 *5 *6 *2)))) (-4199 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-442 *4 *5 *6 *2)))))
+(-10 -7 (-15 -4199 (|#4| |#4| (-630 |#4|))) (-15 -3177 (|#4| |#4| (-630 |#4|))) (-15 -3645 ((-630 |#4|) (-630 |#4|) (-553) (-553))) (-15 -3418 ((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3660 ((-111) |#2| |#2|)) (-15 -2194 ((-111) |#2| |#2| |#2| |#2|)) (-15 -3040 ((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2191 ((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3673 ((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3526 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-630 |#4|))) (-15 -1530 (|#4| |#4|)) (-15 -3937 ((-630 (-2 (|:| |totdeg| (-757)) (|:| -4112 |#4|))) |#4| (-757) (-630 (-2 (|:| |totdeg| (-757)) (|:| -4112 |#4|))))) (-15 -4296 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3970 ((-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-630 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3599 ((-630 |#4|) (-630 |#4|))) (-15 -2256 ((-553) |#4|)) (-15 -2578 ((-1243) |#4|)) (-15 -3096 ((-553) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-553) (-553) (-553))) (-15 -2072 ((-553) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-553) (-553) (-553) (-553))) (-15 -4326 ((-1243) (-630 |#4|))) (-15 -3126 ((-1243) (-553))) (-15 -2328 ((-111) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -4153 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-757)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-757)) (|:| -4112 |#4|)) |#4| (-757))) (-15 -2536 ((-757) |#4|)))
+((-2397 ((|#4| |#4| (-630 |#4|)) 22 (|has| |#1| (-357)))) (-2251 (((-630 |#4|) (-630 |#4|) (-1137) (-1137)) 41) (((-630 |#4|) (-630 |#4|) (-1137)) 40) (((-630 |#4|) (-630 |#4|)) 35)))
+(((-443 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2251 ((-630 |#4|) (-630 |#4|))) (-15 -2251 ((-630 |#4|) (-630 |#4|) (-1137))) (-15 -2251 ((-630 |#4|) (-630 |#4|) (-1137) (-1137))) (IF (|has| |#1| (-357)) (-15 -2397 (|#4| |#4| (-630 |#4|))) |%noBranch|)) (-445) (-779) (-833) (-931 |#1| |#2| |#3|)) (T -443))
+((-2397 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *4 *5 *6)) (-4 *4 (-357)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-443 *4 *5 *6 *2)))) (-2251 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-630 *7)) (-5 *3 (-1137)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-443 *4 *5 *6 *7)))) (-2251 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *7)) (-5 *3 (-1137)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-443 *4 *5 *6 *7)))) (-2251 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-443 *3 *4 *5 *6)))))
+(-10 -7 (-15 -2251 ((-630 |#4|) (-630 |#4|))) (-15 -2251 ((-630 |#4|) (-630 |#4|) (-1137))) (-15 -2251 ((-630 |#4|) (-630 |#4|) (-1137) (-1137))) (IF (|has| |#1| (-357)) (-15 -2397 (|#4| |#4| (-630 |#4|))) |%noBranch|))
+((-2552 (($ $ $) 14) (($ (-630 $)) 21)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 41)) (-2591 (($ $ $) NIL) (($ (-630 $)) 22)))
+(((-444 |#1|) (-10 -8 (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|))) (-15 -2552 (|#1| (-630 |#1|))) (-15 -2552 (|#1| |#1| |#1|)) (-15 -2591 (|#1| (-630 |#1|))) (-15 -2591 (|#1| |#1| |#1|))) (-445)) (T -444))
+NIL
+(-10 -8 (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|))) (-15 -2552 (|#1| (-630 |#1|))) (-15 -2552 (|#1| |#1| |#1|)) (-15 -2591 (|#1| (-630 |#1|))) (-15 -2591 (|#1| |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3968 (((-3 $ "failed") $ $) 40)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
(((-445) (-137)) (T -445))
-((-2594 (*1 *1 *1 *1) (-4 *1 (-445))) (-2594 (*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-445)))) (-2552 (*1 *1 *1 *1) (-4 *1 (-445))) (-2552 (*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-445)))) (-3408 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *1)) (-4 *1 (-445)))))
-(-13 (-544) (-10 -8 (-15 -2594 ($ $ $)) (-15 -2594 ($ (-629 $))) (-15 -2552 ($ $ $)) (-15 -2552 ($ (-629 $))) (-15 -3408 ((-1150 $) (-1150 $) (-1150 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-284) . T) ((-544) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3784 (((-3 $ "failed")) NIL (|has| (-401 (-933 |#1|)) (-544)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1432 (((-1237 (-673 (-401 (-933 |#1|)))) (-1237 $)) NIL) (((-1237 (-673 (-401 (-933 |#1|))))) NIL)) (-4124 (((-1237 $)) NIL)) (-2130 (($) NIL T CONST)) (-3254 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL)) (-2004 (((-3 $ "failed")) NIL (|has| (-401 (-933 |#1|)) (-544)))) (-1561 (((-673 (-401 (-933 |#1|))) (-1237 $)) NIL) (((-673 (-401 (-933 |#1|)))) NIL)) (-2416 (((-401 (-933 |#1|)) $) NIL)) (-3695 (((-673 (-401 (-933 |#1|))) $ (-1237 $)) NIL) (((-673 (-401 (-933 |#1|))) $) NIL)) (-2583 (((-3 $ "failed") $) NIL (|has| (-401 (-933 |#1|)) (-544)))) (-2637 (((-1150 (-933 (-401 (-933 |#1|))))) NIL (|has| (-401 (-933 |#1|)) (-357))) (((-1150 (-401 (-933 |#1|)))) 84 (|has| |#1| (-544)))) (-3422 (($ $ (-902)) NIL)) (-2932 (((-401 (-933 |#1|)) $) NIL)) (-1688 (((-1150 (-401 (-933 |#1|))) $) 82 (|has| (-401 (-933 |#1|)) (-544)))) (-3332 (((-401 (-933 |#1|)) (-1237 $)) NIL) (((-401 (-933 |#1|))) NIL)) (-1469 (((-1150 (-401 (-933 |#1|))) $) NIL)) (-2890 (((-111)) NIL)) (-4278 (($ (-1237 (-401 (-933 |#1|))) (-1237 $)) 103) (($ (-1237 (-401 (-933 |#1|)))) NIL)) (-1293 (((-3 $ "failed") $) NIL (|has| (-401 (-933 |#1|)) (-544)))) (-2128 (((-902)) NIL)) (-1756 (((-111)) NIL)) (-3454 (($ $ (-902)) NIL)) (-1887 (((-111)) NIL)) (-2143 (((-111)) NIL)) (-4284 (((-111)) NIL)) (-4255 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL)) (-2299 (((-3 $ "failed")) NIL (|has| (-401 (-933 |#1|)) (-544)))) (-3607 (((-673 (-401 (-933 |#1|))) (-1237 $)) NIL) (((-673 (-401 (-933 |#1|)))) NIL)) (-3975 (((-401 (-933 |#1|)) $) NIL)) (-1837 (((-673 (-401 (-933 |#1|))) $ (-1237 $)) NIL) (((-673 (-401 (-933 |#1|))) $) NIL)) (-4152 (((-3 $ "failed") $) NIL (|has| (-401 (-933 |#1|)) (-544)))) (-2173 (((-1150 (-933 (-401 (-933 |#1|))))) NIL (|has| (-401 (-933 |#1|)) (-357))) (((-1150 (-401 (-933 |#1|)))) 83 (|has| |#1| (-544)))) (-1736 (($ $ (-902)) NIL)) (-3231 (((-401 (-933 |#1|)) $) NIL)) (-3854 (((-1150 (-401 (-933 |#1|))) $) 77 (|has| (-401 (-933 |#1|)) (-544)))) (-3400 (((-401 (-933 |#1|)) (-1237 $)) NIL) (((-401 (-933 |#1|))) NIL)) (-3326 (((-1150 (-401 (-933 |#1|))) $) NIL)) (-3724 (((-111)) NIL)) (-2623 (((-1136) $) NIL)) (-3329 (((-111)) NIL)) (-4108 (((-111)) NIL)) (-4297 (((-111)) NIL)) (-2876 (((-1098) $) NIL)) (-4217 (((-401 (-933 |#1|)) $ $) 71 (|has| |#1| (-544)))) (-2126 (((-401 (-933 |#1|)) $) 93 (|has| |#1| (-544)))) (-2193 (((-401 (-933 |#1|)) $) 95 (|has| |#1| (-544)))) (-1895 (((-1150 (-401 (-933 |#1|))) $) 88 (|has| |#1| (-544)))) (-2529 (((-401 (-933 |#1|))) 72 (|has| |#1| (-544)))) (-2669 (((-401 (-933 |#1|)) $ $) 64 (|has| |#1| (-544)))) (-4347 (((-401 (-933 |#1|)) $) 92 (|has| |#1| (-544)))) (-2891 (((-401 (-933 |#1|)) $) 94 (|has| |#1| (-544)))) (-2219 (((-1150 (-401 (-933 |#1|))) $) 87 (|has| |#1| (-544)))) (-2988 (((-401 (-933 |#1|))) 68 (|has| |#1| (-544)))) (-2254 (($) 101) (($ (-1154)) 107) (($ (-1237 (-1154))) 106) (($ (-1237 $)) 96) (($ (-1154) (-1237 $)) 105) (($ (-1237 (-1154)) (-1237 $)) 104)) (-1864 (((-111)) NIL)) (-2060 (((-401 (-933 |#1|)) $ (-552)) NIL)) (-3464 (((-1237 (-401 (-933 |#1|))) $ (-1237 $)) 98) (((-673 (-401 (-933 |#1|))) (-1237 $) (-1237 $)) NIL) (((-1237 (-401 (-933 |#1|))) $) 40) (((-673 (-401 (-933 |#1|))) (-1237 $)) NIL)) (-1522 (((-1237 (-401 (-933 |#1|))) $) NIL) (($ (-1237 (-401 (-933 |#1|)))) 37)) (-2566 (((-629 (-933 (-401 (-933 |#1|)))) (-1237 $)) NIL) (((-629 (-933 (-401 (-933 |#1|))))) NIL) (((-629 (-933 |#1|)) (-1237 $)) 99 (|has| |#1| (-544))) (((-629 (-933 |#1|))) 100 (|has| |#1| (-544)))) (-2104 (($ $ $) NIL)) (-2923 (((-111)) NIL)) (-3213 (((-844) $) NIL) (($ (-1237 (-401 (-933 |#1|)))) NIL)) (-4199 (((-1237 $)) 60)) (-1430 (((-629 (-1237 (-401 (-933 |#1|))))) NIL (|has| (-401 (-933 |#1|)) (-544)))) (-1826 (($ $ $ $) NIL)) (-1640 (((-111)) NIL)) (-2639 (($ (-673 (-401 (-933 |#1|))) $) NIL)) (-2845 (($ $ $) NIL)) (-2646 (((-111)) NIL)) (-2127 (((-111)) NIL)) (-4028 (((-111)) NIL)) (-3297 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) 97)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 56) (($ $ (-401 (-933 |#1|))) NIL) (($ (-401 (-933 |#1|)) $) NIL) (($ (-1120 |#2| (-401 (-933 |#1|))) $) NIL)))
-(((-446 |#1| |#2| |#3| |#4|) (-13 (-411 (-401 (-933 |#1|))) (-632 (-1120 |#2| (-401 (-933 |#1|)))) (-10 -8 (-15 -3213 ($ (-1237 (-401 (-933 |#1|))))) (-15 -4255 ((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed"))) (-15 -3254 ((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed"))) (-15 -2254 ($)) (-15 -2254 ($ (-1154))) (-15 -2254 ($ (-1237 (-1154)))) (-15 -2254 ($ (-1237 $))) (-15 -2254 ($ (-1154) (-1237 $))) (-15 -2254 ($ (-1237 (-1154)) (-1237 $))) (IF (|has| |#1| (-544)) (PROGN (-15 -2173 ((-1150 (-401 (-933 |#1|))))) (-15 -2219 ((-1150 (-401 (-933 |#1|))) $)) (-15 -4347 ((-401 (-933 |#1|)) $)) (-15 -2891 ((-401 (-933 |#1|)) $)) (-15 -2637 ((-1150 (-401 (-933 |#1|))))) (-15 -1895 ((-1150 (-401 (-933 |#1|))) $)) (-15 -2126 ((-401 (-933 |#1|)) $)) (-15 -2193 ((-401 (-933 |#1|)) $)) (-15 -2669 ((-401 (-933 |#1|)) $ $)) (-15 -2988 ((-401 (-933 |#1|)))) (-15 -4217 ((-401 (-933 |#1|)) $ $)) (-15 -2529 ((-401 (-933 |#1|)))) (-15 -2566 ((-629 (-933 |#1|)) (-1237 $))) (-15 -2566 ((-629 (-933 |#1|))))) |%noBranch|))) (-169) (-902) (-629 (-1154)) (-1237 (-673 |#1|))) (T -446))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1237 (-401 (-933 *3)))) (-4 *3 (-169)) (-14 *6 (-1237 (-673 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))))) (-4255 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-446 *3 *4 *5 *6)) (|:| -4199 (-629 (-446 *3 *4 *5 *6))))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-3254 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-446 *3 *4 *5 *6)) (|:| -4199 (-629 (-446 *3 *4 *5 *6))))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2254 (*1 *1) (-12 (-5 *1 (-446 *2 *3 *4 *5)) (-4 *2 (-169)) (-14 *3 (-902)) (-14 *4 (-629 (-1154))) (-14 *5 (-1237 (-673 *2))))) (-2254 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 *2)) (-14 *6 (-1237 (-673 *3))))) (-2254 (*1 *1 *2) (-12 (-5 *2 (-1237 (-1154))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2254 (*1 *1 *2) (-12 (-5 *2 (-1237 (-446 *3 *4 *5 *6))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2254 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-446 *4 *5 *6 *7))) (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-169)) (-14 *5 (-902)) (-14 *6 (-629 *2)) (-14 *7 (-1237 (-673 *4))))) (-2254 (*1 *1 *2 *3) (-12 (-5 *2 (-1237 (-1154))) (-5 *3 (-1237 (-446 *4 *5 *6 *7))) (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-169)) (-14 *5 (-902)) (-14 *6 (-629 (-1154))) (-14 *7 (-1237 (-673 *4))))) (-2173 (*1 *2) (-12 (-5 *2 (-1150 (-401 (-933 *3)))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2219 (*1 *2 *1) (-12 (-5 *2 (-1150 (-401 (-933 *3)))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-4347 (*1 *2 *1) (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2891 (*1 *2 *1) (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2637 (*1 *2) (-12 (-5 *2 (-1150 (-401 (-933 *3)))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-1895 (*1 *2 *1) (-12 (-5 *2 (-1150 (-401 (-933 *3)))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2126 (*1 *2 *1) (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2193 (*1 *2 *1) (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2669 (*1 *2 *1 *1) (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2988 (*1 *2) (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-4217 (*1 *2 *1 *1) (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2529 (*1 *2) (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))) (-2566 (*1 *2 *3) (-12 (-5 *3 (-1237 (-446 *4 *5 *6 *7))) (-5 *2 (-629 (-933 *4))) (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-544)) (-4 *4 (-169)) (-14 *5 (-902)) (-14 *6 (-629 (-1154))) (-14 *7 (-1237 (-673 *4))))) (-2566 (*1 *2) (-12 (-5 *2 (-629 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(-13 (-411 (-401 (-933 |#1|))) (-632 (-1120 |#2| (-401 (-933 |#1|)))) (-10 -8 (-15 -3213 ($ (-1237 (-401 (-933 |#1|))))) (-15 -4255 ((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed"))) (-15 -3254 ((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed"))) (-15 -2254 ($)) (-15 -2254 ($ (-1154))) (-15 -2254 ($ (-1237 (-1154)))) (-15 -2254 ($ (-1237 $))) (-15 -2254 ($ (-1154) (-1237 $))) (-15 -2254 ($ (-1237 (-1154)) (-1237 $))) (IF (|has| |#1| (-544)) (PROGN (-15 -2173 ((-1150 (-401 (-933 |#1|))))) (-15 -2219 ((-1150 (-401 (-933 |#1|))) $)) (-15 -4347 ((-401 (-933 |#1|)) $)) (-15 -2891 ((-401 (-933 |#1|)) $)) (-15 -2637 ((-1150 (-401 (-933 |#1|))))) (-15 -1895 ((-1150 (-401 (-933 |#1|))) $)) (-15 -2126 ((-401 (-933 |#1|)) $)) (-15 -2193 ((-401 (-933 |#1|)) $)) (-15 -2669 ((-401 (-933 |#1|)) $ $)) (-15 -2988 ((-401 (-933 |#1|)))) (-15 -4217 ((-401 (-933 |#1|)) $ $)) (-15 -2529 ((-401 (-933 |#1|)))) (-15 -2566 ((-629 (-933 |#1|)) (-1237 $))) (-15 -2566 ((-629 (-933 |#1|))))) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 13)) (-3611 (((-629 (-846 |#1|)) $) 75)) (-3449 (((-1150 $) $ (-846 |#1|)) 46) (((-1150 |#2|) $) 118)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#2| (-544)))) (-3303 (($ $) NIL (|has| |#2| (-544)))) (-1334 (((-111) $) NIL (|has| |#2| (-544)))) (-2349 (((-756) $) 21) (((-756) $ (-629 (-846 |#1|))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-4116 (($ $) NIL (|has| |#2| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#2| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) 44) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#2| (-1019 (-552)))) (((-3 (-846 |#1|) "failed") $) NIL)) (-2832 ((|#2| $) 42) (((-401 (-552)) $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#2| (-1019 (-552)))) (((-846 |#1|) $) NIL)) (-3301 (($ $ $ (-846 |#1|)) NIL (|has| |#2| (-169)))) (-2206 (($ $ (-629 (-552))) 80)) (-3766 (($ $) 68)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL) (((-673 |#2|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#2| (-445))) (($ $ (-846 |#1|)) NIL (|has| |#2| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#2| (-890)))) (-3423 (($ $ |#2| |#3| $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-846 |#1|) (-867 (-373))) (|has| |#2| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-846 |#1|) (-867 (-552))) (|has| |#2| (-867 (-552)))))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) 58)) (-3602 (($ (-1150 |#2|) (-846 |#1|)) 123) (($ (-1150 $) (-846 |#1|)) 52)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) 59)) (-3590 (($ |#2| |#3|) 28) (($ $ (-846 |#1|) (-756)) 30) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-846 |#1|)) NIL)) (-3544 ((|#3| $) NIL) (((-756) $ (-846 |#1|)) 50) (((-629 (-756)) $ (-629 (-846 |#1|))) 57)) (-1772 (($ $ $) NIL (|has| |#2| (-832)))) (-2011 (($ $ $) NIL (|has| |#2| (-832)))) (-3891 (($ (-1 |#3| |#3|) $) NIL)) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-3506 (((-3 (-846 |#1|) "failed") $) 39)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) 41)) (-2552 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-2623 (((-1136) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-846 |#1|)) (|:| -1406 (-756))) "failed") $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) 40)) (-3722 ((|#2| $) 116)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#2| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) 128 (|has| |#2| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#2| (-890)))) (-3969 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-846 |#1|) |#2|) 87) (($ $ (-629 (-846 |#1|)) (-629 |#2|)) 90) (($ $ (-846 |#1|) $) 85) (($ $ (-629 (-846 |#1|)) (-629 $)) 106)) (-1721 (($ $ (-846 |#1|)) NIL (|has| |#2| (-169)))) (-3096 (($ $ (-846 |#1|)) 53) (($ $ (-629 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-3299 ((|#3| $) 67) (((-756) $ (-846 |#1|)) 37) (((-629 (-756)) $ (-629 (-846 |#1|))) 56)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-846 |#1|) (-600 (-873 (-373)))) (|has| |#2| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-846 |#1|) (-600 (-873 (-552)))) (|has| |#2| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-846 |#1|) (-600 (-528))) (|has| |#2| (-600 (-528)))))) (-3807 ((|#2| $) 125 (|has| |#2| (-445))) (($ $ (-846 |#1|)) NIL (|has| |#2| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-890))))) (-3213 (((-844) $) 145) (($ (-552)) NIL) (($ |#2|) 86) (($ (-846 |#1|)) 31) (($ (-401 (-552))) NIL (-4029 (|has| |#2| (-38 (-401 (-552)))) (|has| |#2| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#2| (-544)))) (-2984 (((-629 |#2|) $) NIL)) (-2266 ((|#2| $ |#3|) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#2| (-890))) (|has| |#2| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#2| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#2| (-544)))) (-3297 (($) 17 T CONST)) (-3309 (($) 25 T CONST)) (-1765 (($ $ (-846 |#1|)) NIL) (($ $ (-629 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-1666 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1720 (($ $ |#2|) 64 (|has| |#2| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 111)) (** (($ $ (-902)) NIL) (($ $ (-756)) 109)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 29) (($ $ (-401 (-552))) NIL (|has| |#2| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#2| (-38 (-401 (-552))))) (($ |#2| $) 63) (($ $ |#2|) NIL)))
-(((-447 |#1| |#2| |#3|) (-13 (-930 |#2| |#3| (-846 |#1|)) (-10 -8 (-15 -2206 ($ $ (-629 (-552)))))) (-629 (-1154)) (-1030) (-233 (-2657 |#1|) (-756))) (T -447))
-((-2206 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-14 *3 (-629 (-1154))) (-5 *1 (-447 *3 *4 *5)) (-4 *4 (-1030)) (-4 *5 (-233 (-2657 *3) (-756))))))
-(-13 (-930 |#2| |#3| (-846 |#1|)) (-10 -8 (-15 -2206 ($ $ (-629 (-552))))))
-((-2924 (((-111) |#1| (-629 |#2|)) 69)) (-2558 (((-3 (-1237 (-629 |#2|)) "failed") (-756) |#1| (-629 |#2|)) 78)) (-1926 (((-3 (-629 |#2|) "failed") |#2| |#1| (-1237 (-629 |#2|))) 80)) (-3098 ((|#2| |#2| |#1|) 28)) (-1921 (((-756) |#2| (-629 |#2|)) 20)))
-(((-448 |#1| |#2|) (-10 -7 (-15 -3098 (|#2| |#2| |#1|)) (-15 -1921 ((-756) |#2| (-629 |#2|))) (-15 -2558 ((-3 (-1237 (-629 |#2|)) "failed") (-756) |#1| (-629 |#2|))) (-15 -1926 ((-3 (-629 |#2|) "failed") |#2| |#1| (-1237 (-629 |#2|)))) (-15 -2924 ((-111) |#1| (-629 |#2|)))) (-301) (-1213 |#1|)) (T -448))
-((-2924 (*1 *2 *3 *4) (-12 (-5 *4 (-629 *5)) (-4 *5 (-1213 *3)) (-4 *3 (-301)) (-5 *2 (-111)) (-5 *1 (-448 *3 *5)))) (-1926 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1237 (-629 *3))) (-4 *4 (-301)) (-5 *2 (-629 *3)) (-5 *1 (-448 *4 *3)) (-4 *3 (-1213 *4)))) (-2558 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-756)) (-4 *4 (-301)) (-4 *6 (-1213 *4)) (-5 *2 (-1237 (-629 *6))) (-5 *1 (-448 *4 *6)) (-5 *5 (-629 *6)))) (-1921 (*1 *2 *3 *4) (-12 (-5 *4 (-629 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-301)) (-5 *2 (-756)) (-5 *1 (-448 *5 *3)))) (-3098 (*1 *2 *2 *3) (-12 (-4 *3 (-301)) (-5 *1 (-448 *3 *2)) (-4 *2 (-1213 *3)))))
-(-10 -7 (-15 -3098 (|#2| |#2| |#1|)) (-15 -1921 ((-756) |#2| (-629 |#2|))) (-15 -2558 ((-3 (-1237 (-629 |#2|)) "failed") (-756) |#1| (-629 |#2|))) (-15 -1926 ((-3 (-629 |#2|) "failed") |#2| |#1| (-1237 (-629 |#2|)))) (-15 -2924 ((-111) |#1| (-629 |#2|))))
-((-3479 (((-412 |#5|) |#5|) 24)))
-(((-449 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3479 ((-412 |#5|) |#5|))) (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154))))) (-778) (-544) (-544) (-930 |#4| |#2| |#1|)) (T -449))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154)))))) (-4 *5 (-778)) (-4 *7 (-544)) (-5 *2 (-412 *3)) (-5 *1 (-449 *4 *5 *6 *7 *3)) (-4 *6 (-544)) (-4 *3 (-930 *7 *5 *4)))))
-(-10 -7 (-15 -3479 ((-412 |#5|) |#5|)))
-((-2913 ((|#3|) 37)) (-3408 (((-1150 |#4|) (-1150 |#4|) (-1150 |#4|)) 33)))
-(((-450 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3408 ((-1150 |#4|) (-1150 |#4|) (-1150 |#4|))) (-15 -2913 (|#3|))) (-778) (-832) (-890) (-930 |#3| |#1| |#2|)) (T -450))
-((-2913 (*1 *2) (-12 (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-890)) (-5 *1 (-450 *3 *4 *2 *5)) (-4 *5 (-930 *2 *3 *4)))) (-3408 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *6)) (-4 *6 (-930 *5 *3 *4)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-890)) (-5 *1 (-450 *3 *4 *5 *6)))))
-(-10 -7 (-15 -3408 ((-1150 |#4|) (-1150 |#4|) (-1150 |#4|))) (-15 -2913 (|#3|)))
-((-3479 (((-412 (-1150 |#1|)) (-1150 |#1|)) 43)))
-(((-451 |#1|) (-10 -7 (-15 -3479 ((-412 (-1150 |#1|)) (-1150 |#1|)))) (-301)) (T -451))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-301)) (-5 *2 (-412 (-1150 *4))) (-5 *1 (-451 *4)) (-5 *3 (-1150 *4)))))
-(-10 -7 (-15 -3479 ((-412 (-1150 |#1|)) (-1150 |#1|))))
-((-3658 (((-52) |#2| (-1154) (-288 |#2|) (-1204 (-756))) 42) (((-52) (-1 |#2| (-552)) (-288 |#2|) (-1204 (-756))) 41) (((-52) |#2| (-1154) (-288 |#2|)) 35) (((-52) (-1 |#2| (-552)) (-288 |#2|)) 28)) (-1726 (((-52) |#2| (-1154) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552))) 80) (((-52) (-1 |#2| (-401 (-552))) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552))) 79) (((-52) |#2| (-1154) (-288 |#2|) (-1204 (-552))) 78) (((-52) (-1 |#2| (-552)) (-288 |#2|) (-1204 (-552))) 77) (((-52) |#2| (-1154) (-288 |#2|)) 72) (((-52) (-1 |#2| (-552)) (-288 |#2|)) 71)) (-3682 (((-52) |#2| (-1154) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552))) 66) (((-52) (-1 |#2| (-401 (-552))) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552))) 64)) (-3670 (((-52) |#2| (-1154) (-288 |#2|) (-1204 (-552))) 48) (((-52) (-1 |#2| (-552)) (-288 |#2|) (-1204 (-552))) 47)))
-(((-452 |#1| |#2|) (-10 -7 (-15 -3658 ((-52) (-1 |#2| (-552)) (-288 |#2|))) (-15 -3658 ((-52) |#2| (-1154) (-288 |#2|))) (-15 -3658 ((-52) (-1 |#2| (-552)) (-288 |#2|) (-1204 (-756)))) (-15 -3658 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-756)))) (-15 -3670 ((-52) (-1 |#2| (-552)) (-288 |#2|) (-1204 (-552)))) (-15 -3670 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-552)))) (-15 -3682 ((-52) (-1 |#2| (-401 (-552))) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552)))) (-15 -3682 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552)))) (-15 -1726 ((-52) (-1 |#2| (-552)) (-288 |#2|))) (-15 -1726 ((-52) |#2| (-1154) (-288 |#2|))) (-15 -1726 ((-52) (-1 |#2| (-552)) (-288 |#2|) (-1204 (-552)))) (-15 -1726 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-552)))) (-15 -1726 ((-52) (-1 |#2| (-401 (-552))) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552)))) (-15 -1726 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552))))) (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))) (-13 (-27) (-1176) (-424 |#1|))) (T -452))
-((-1726 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-401 (-552)))) (-5 *7 (-401 (-552))) (-4 *3 (-13 (-27) (-1176) (-424 *8))) (-4 *8 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *8 *3)))) (-1726 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-401 (-552)))) (-5 *4 (-288 *8)) (-5 *5 (-1204 (-401 (-552)))) (-5 *6 (-401 (-552))) (-4 *8 (-13 (-27) (-1176) (-424 *7))) (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *8)))) (-1726 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-552))) (-4 *3 (-13 (-27) (-1176) (-424 *7))) (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *3)))) (-1726 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-552))) (-5 *4 (-288 *7)) (-5 *5 (-1204 (-552))) (-4 *7 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *7)))) (-1726 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *3)))) (-1726 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-552))) (-5 *4 (-288 *6)) (-4 *6 (-13 (-27) (-1176) (-424 *5))) (-4 *5 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *5 *6)))) (-3682 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-401 (-552)))) (-5 *7 (-401 (-552))) (-4 *3 (-13 (-27) (-1176) (-424 *8))) (-4 *8 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *8 *3)))) (-3682 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-401 (-552)))) (-5 *4 (-288 *8)) (-5 *5 (-1204 (-401 (-552)))) (-5 *6 (-401 (-552))) (-4 *8 (-13 (-27) (-1176) (-424 *7))) (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *8)))) (-3670 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-552))) (-4 *3 (-13 (-27) (-1176) (-424 *7))) (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *3)))) (-3670 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-552))) (-5 *4 (-288 *7)) (-5 *5 (-1204 (-552))) (-4 *7 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *7)))) (-3658 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-756))) (-4 *3 (-13 (-27) (-1176) (-424 *7))) (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *3)))) (-3658 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-552))) (-5 *4 (-288 *7)) (-5 *5 (-1204 (-756))) (-4 *7 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *7)))) (-3658 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *3)))) (-3658 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-552))) (-5 *4 (-288 *6)) (-4 *6 (-13 (-27) (-1176) (-424 *5))) (-4 *5 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-52)) (-5 *1 (-452 *5 *6)))))
-(-10 -7 (-15 -3658 ((-52) (-1 |#2| (-552)) (-288 |#2|))) (-15 -3658 ((-52) |#2| (-1154) (-288 |#2|))) (-15 -3658 ((-52) (-1 |#2| (-552)) (-288 |#2|) (-1204 (-756)))) (-15 -3658 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-756)))) (-15 -3670 ((-52) (-1 |#2| (-552)) (-288 |#2|) (-1204 (-552)))) (-15 -3670 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-552)))) (-15 -3682 ((-52) (-1 |#2| (-401 (-552))) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552)))) (-15 -3682 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552)))) (-15 -1726 ((-52) (-1 |#2| (-552)) (-288 |#2|))) (-15 -1726 ((-52) |#2| (-1154) (-288 |#2|))) (-15 -1726 ((-52) (-1 |#2| (-552)) (-288 |#2|) (-1204 (-552)))) (-15 -1726 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-552)))) (-15 -1726 ((-52) (-1 |#2| (-401 (-552))) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552)))) (-15 -1726 ((-52) |#2| (-1154) (-288 |#2|) (-1204 (-401 (-552))) (-401 (-552)))))
-((-3098 ((|#2| |#2| |#1|) 15)) (-3080 (((-629 |#2|) |#2| (-629 |#2|) |#1| (-902)) 69)) (-3608 (((-2 (|:| |plist| (-629 |#2|)) (|:| |modulo| |#1|)) |#2| (-629 |#2|) |#1| (-902)) 60)))
-(((-453 |#1| |#2|) (-10 -7 (-15 -3608 ((-2 (|:| |plist| (-629 |#2|)) (|:| |modulo| |#1|)) |#2| (-629 |#2|) |#1| (-902))) (-15 -3080 ((-629 |#2|) |#2| (-629 |#2|) |#1| (-902))) (-15 -3098 (|#2| |#2| |#1|))) (-301) (-1213 |#1|)) (T -453))
-((-3098 (*1 *2 *2 *3) (-12 (-4 *3 (-301)) (-5 *1 (-453 *3 *2)) (-4 *2 (-1213 *3)))) (-3080 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-629 *3)) (-5 *5 (-902)) (-4 *3 (-1213 *4)) (-4 *4 (-301)) (-5 *1 (-453 *4 *3)))) (-3608 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-902)) (-4 *5 (-301)) (-4 *3 (-1213 *5)) (-5 *2 (-2 (|:| |plist| (-629 *3)) (|:| |modulo| *5))) (-5 *1 (-453 *5 *3)) (-5 *4 (-629 *3)))))
-(-10 -7 (-15 -3608 ((-2 (|:| |plist| (-629 |#2|)) (|:| |modulo| |#1|)) |#2| (-629 |#2|) |#1| (-902))) (-15 -3080 ((-629 |#2|) |#2| (-629 |#2|) |#1| (-902))) (-15 -3098 (|#2| |#2| |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 28)) (-1725 (($ |#3|) 25)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3766 (($ $) 32)) (-2661 (($ |#2| |#4| $) 33)) (-3590 (($ |#2| (-698 |#3| |#4| |#5|)) 24)) (-3733 (((-698 |#3| |#4| |#5|) $) 15)) (-3237 ((|#3| $) 19)) (-1275 ((|#4| $) 17)) (-3743 ((|#2| $) 29)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-3936 (($ |#2| |#3| |#4|) 26)) (-3297 (($) 36 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 34)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-454 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-702 |#6|) (-702 |#2|) (-10 -8 (-15 -3743 (|#2| $)) (-15 -3733 ((-698 |#3| |#4| |#5|) $)) (-15 -1275 (|#4| $)) (-15 -3237 (|#3| $)) (-15 -3766 ($ $)) (-15 -3590 ($ |#2| (-698 |#3| |#4| |#5|))) (-15 -1725 ($ |#3|)) (-15 -3936 ($ |#2| |#3| |#4|)) (-15 -2661 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-629 (-1154)) (-169) (-832) (-233 (-2657 |#1|) (-756)) (-1 (-111) (-2 (|:| -2840 |#3|) (|:| -1406 |#4|)) (-2 (|:| -2840 |#3|) (|:| -1406 |#4|))) (-930 |#2| |#4| (-846 |#1|))) (T -454))
-((* (*1 *1 *2 *1) (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169)) (-4 *6 (-233 (-2657 *3) (-756))) (-14 *7 (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *6)) (-2 (|:| -2840 *5) (|:| -1406 *6)))) (-5 *1 (-454 *3 *4 *5 *6 *7 *2)) (-4 *5 (-832)) (-4 *2 (-930 *4 *6 (-846 *3))))) (-3743 (*1 *2 *1) (-12 (-14 *3 (-629 (-1154))) (-4 *5 (-233 (-2657 *3) (-756))) (-14 *6 (-1 (-111) (-2 (|:| -2840 *4) (|:| -1406 *5)) (-2 (|:| -2840 *4) (|:| -1406 *5)))) (-4 *2 (-169)) (-5 *1 (-454 *3 *2 *4 *5 *6 *7)) (-4 *4 (-832)) (-4 *7 (-930 *2 *5 (-846 *3))))) (-3733 (*1 *2 *1) (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169)) (-4 *6 (-233 (-2657 *3) (-756))) (-14 *7 (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *6)) (-2 (|:| -2840 *5) (|:| -1406 *6)))) (-5 *2 (-698 *5 *6 *7)) (-5 *1 (-454 *3 *4 *5 *6 *7 *8)) (-4 *5 (-832)) (-4 *8 (-930 *4 *6 (-846 *3))))) (-1275 (*1 *2 *1) (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169)) (-14 *6 (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *2)) (-2 (|:| -2840 *5) (|:| -1406 *2)))) (-4 *2 (-233 (-2657 *3) (-756))) (-5 *1 (-454 *3 *4 *5 *2 *6 *7)) (-4 *5 (-832)) (-4 *7 (-930 *4 *2 (-846 *3))))) (-3237 (*1 *2 *1) (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169)) (-4 *5 (-233 (-2657 *3) (-756))) (-14 *6 (-1 (-111) (-2 (|:| -2840 *2) (|:| -1406 *5)) (-2 (|:| -2840 *2) (|:| -1406 *5)))) (-4 *2 (-832)) (-5 *1 (-454 *3 *4 *2 *5 *6 *7)) (-4 *7 (-930 *4 *5 (-846 *3))))) (-3766 (*1 *1 *1) (-12 (-14 *2 (-629 (-1154))) (-4 *3 (-169)) (-4 *5 (-233 (-2657 *2) (-756))) (-14 *6 (-1 (-111) (-2 (|:| -2840 *4) (|:| -1406 *5)) (-2 (|:| -2840 *4) (|:| -1406 *5)))) (-5 *1 (-454 *2 *3 *4 *5 *6 *7)) (-4 *4 (-832)) (-4 *7 (-930 *3 *5 (-846 *2))))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-698 *5 *6 *7)) (-4 *5 (-832)) (-4 *6 (-233 (-2657 *4) (-756))) (-14 *7 (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *6)) (-2 (|:| -2840 *5) (|:| -1406 *6)))) (-14 *4 (-629 (-1154))) (-4 *2 (-169)) (-5 *1 (-454 *4 *2 *5 *6 *7 *8)) (-4 *8 (-930 *2 *6 (-846 *4))))) (-1725 (*1 *1 *2) (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169)) (-4 *5 (-233 (-2657 *3) (-756))) (-14 *6 (-1 (-111) (-2 (|:| -2840 *2) (|:| -1406 *5)) (-2 (|:| -2840 *2) (|:| -1406 *5)))) (-5 *1 (-454 *3 *4 *2 *5 *6 *7)) (-4 *2 (-832)) (-4 *7 (-930 *4 *5 (-846 *3))))) (-3936 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-629 (-1154))) (-4 *2 (-169)) (-4 *4 (-233 (-2657 *5) (-756))) (-14 *6 (-1 (-111) (-2 (|:| -2840 *3) (|:| -1406 *4)) (-2 (|:| -2840 *3) (|:| -1406 *4)))) (-5 *1 (-454 *5 *2 *3 *4 *6 *7)) (-4 *3 (-832)) (-4 *7 (-930 *2 *4 (-846 *5))))) (-2661 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-629 (-1154))) (-4 *2 (-169)) (-4 *3 (-233 (-2657 *4) (-756))) (-14 *6 (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *3)) (-2 (|:| -2840 *5) (|:| -1406 *3)))) (-5 *1 (-454 *4 *2 *5 *3 *6 *7)) (-4 *5 (-832)) (-4 *7 (-930 *2 *3 (-846 *4))))))
-(-13 (-702 |#6|) (-702 |#2|) (-10 -8 (-15 -3743 (|#2| $)) (-15 -3733 ((-698 |#3| |#4| |#5|) $)) (-15 -1275 (|#4| $)) (-15 -3237 (|#3| $)) (-15 -3766 ($ $)) (-15 -3590 ($ |#2| (-698 |#3| |#4| |#5|))) (-15 -1725 ($ |#3|)) (-15 -3936 ($ |#2| |#3| |#4|)) (-15 -2661 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
-((-2484 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 37)))
-(((-455 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2484 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-778) (-832) (-544) (-930 |#3| |#1| |#2|) (-13 (-1019 (-401 (-552))) (-357) (-10 -8 (-15 -3213 ($ |#4|)) (-15 -4015 (|#4| $)) (-15 -4026 (|#4| $))))) (T -455))
-((-2484 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-832)) (-4 *5 (-778)) (-4 *6 (-544)) (-4 *7 (-930 *6 *5 *3)) (-5 *1 (-455 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1019 (-401 (-552))) (-357) (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $))))))))
-(-10 -7 (-15 -2484 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
-((-3202 (((-111) $ $) NIL)) (-3611 (((-629 |#3|) $) 41)) (-3902 (((-111) $) NIL)) (-1565 (((-111) $) NIL (|has| |#1| (-544)))) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3954 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-3320 (((-111) $) NIL (|has| |#1| (-544)))) (-4177 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3170 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2797 (((-111) $) NIL (|has| |#1| (-544)))) (-3662 (((-629 |#4|) (-629 |#4|) $) NIL (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) NIL (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) 47)) (-2832 (($ (-629 |#4|)) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2655 (($ |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-544)))) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4368)))) (-3138 (((-629 |#4|) $) 18 (|has| $ (-6 -4368)))) (-2940 ((|#3| $) 45)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#4|) $) 14 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 26 (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2947 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 21)) (-3420 (((-629 |#3|) $) NIL)) (-2677 (((-111) |#3| $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-544)))) (-2876 (((-1098) $) NIL)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-3944 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 39)) (-3430 (($) 17)) (-2885 (((-756) |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (((-756) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) 16)) (-1522 (((-528) $) NIL (|has| |#4| (-600 (-528)))) (($ (-629 |#4|)) 49)) (-3226 (($ (-629 |#4|)) 13)) (-2542 (($ $ |#3|) NIL)) (-1853 (($ $ |#3|) NIL)) (-2387 (($ $ |#3|) NIL)) (-3213 (((-844) $) 38) (((-629 |#4|) $) 48)) (-2584 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 30)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-456 |#1| |#2| |#3| |#4|) (-13 (-957 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1522 ($ (-629 |#4|))) (-6 -4368) (-6 -4369))) (-1030) (-778) (-832) (-1044 |#1| |#2| |#3|)) (T -456))
-((-1522 (*1 *1 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-456 *3 *4 *5 *6)))))
-(-13 (-957 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1522 ($ (-629 |#4|))) (-6 -4368) (-6 -4369)))
-((-3297 (($) 11)) (-3309 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
-(((-457 |#1| |#2| |#3|) (-10 -8 (-15 -3309 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3297 (|#1|))) (-458 |#2| |#3|) (-169) (-23)) (T -457))
-NIL
-(-10 -8 (-15 -3309 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3297 (|#1|)))
-((-3202 (((-111) $ $) 7)) (-1393 (((-3 |#1| "failed") $) 26)) (-2832 ((|#1| $) 25)) (-3951 (($ $ $) 23)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3299 ((|#2| $) 19)) (-3213 (((-844) $) 11) (($ |#1|) 27)) (-3297 (($) 18 T CONST)) (-3309 (($) 24 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 15) (($ $ $) 13)) (-1698 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
+((-2591 (*1 *1 *1 *1) (-4 *1 (-445))) (-2591 (*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-445)))) (-2552 (*1 *1 *1 *1) (-4 *1 (-445))) (-2552 (*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-445)))) (-4338 (*1 *2 *2 *2) (-12 (-5 *2 (-1151 *1)) (-4 *1 (-445)))))
+(-13 (-545) (-10 -8 (-15 -2591 ($ $ $)) (-15 -2591 ($ (-630 $))) (-15 -2552 ($ $ $)) (-15 -2552 ($ (-630 $))) (-15 -4338 ((-1151 $) (-1151 $) (-1151 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-169) . T) ((-284) . T) ((-545) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3795 (((-3 $ "failed")) NIL (|has| (-401 (-934 |#1|)) (-545)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3748 (((-1238 (-674 (-401 (-934 |#1|)))) (-1238 $)) NIL) (((-1238 (-674 (-401 (-934 |#1|))))) NIL)) (-3915 (((-1238 $)) NIL)) (-3203 (($) NIL T CONST)) (-2189 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL)) (-1272 (((-3 $ "failed")) NIL (|has| (-401 (-934 |#1|)) (-545)))) (-2469 (((-674 (-401 (-934 |#1|))) (-1238 $)) NIL) (((-674 (-401 (-934 |#1|)))) NIL)) (-2806 (((-401 (-934 |#1|)) $) NIL)) (-4140 (((-674 (-401 (-934 |#1|))) $ (-1238 $)) NIL) (((-674 (-401 (-934 |#1|))) $) NIL)) (-1788 (((-3 $ "failed") $) NIL (|has| (-401 (-934 |#1|)) (-545)))) (-4190 (((-1151 (-934 (-401 (-934 |#1|))))) NIL (|has| (-401 (-934 |#1|)) (-357))) (((-1151 (-401 (-934 |#1|)))) 84 (|has| |#1| (-545)))) (-1361 (($ $ (-903)) NIL)) (-2047 (((-401 (-934 |#1|)) $) NIL)) (-1276 (((-1151 (-401 (-934 |#1|))) $) 82 (|has| (-401 (-934 |#1|)) (-545)))) (-1689 (((-401 (-934 |#1|)) (-1238 $)) NIL) (((-401 (-934 |#1|))) NIL)) (-2848 (((-1151 (-401 (-934 |#1|))) $) NIL)) (-1627 (((-111)) NIL)) (-1676 (($ (-1238 (-401 (-934 |#1|))) (-1238 $)) 103) (($ (-1238 (-401 (-934 |#1|)))) NIL)) (-3889 (((-3 $ "failed") $) NIL (|has| (-401 (-934 |#1|)) (-545)))) (-2129 (((-903)) NIL)) (-3796 (((-111)) NIL)) (-3592 (($ $ (-903)) NIL)) (-2564 (((-111)) NIL)) (-3334 (((-111)) NIL)) (-1732 (((-111)) NIL)) (-2762 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL)) (-4186 (((-3 $ "failed")) NIL (|has| (-401 (-934 |#1|)) (-545)))) (-2641 (((-674 (-401 (-934 |#1|))) (-1238 $)) NIL) (((-674 (-401 (-934 |#1|)))) NIL)) (-1845 (((-401 (-934 |#1|)) $) NIL)) (-3307 (((-674 (-401 (-934 |#1|))) $ (-1238 $)) NIL) (((-674 (-401 (-934 |#1|))) $) NIL)) (-2971 (((-3 $ "failed") $) NIL (|has| (-401 (-934 |#1|)) (-545)))) (-2349 (((-1151 (-934 (-401 (-934 |#1|))))) NIL (|has| (-401 (-934 |#1|)) (-357))) (((-1151 (-401 (-934 |#1|)))) 83 (|has| |#1| (-545)))) (-3620 (($ $ (-903)) NIL)) (-3247 (((-401 (-934 |#1|)) $) NIL)) (-3292 (((-1151 (-401 (-934 |#1|))) $) 77 (|has| (-401 (-934 |#1|)) (-545)))) (-4270 (((-401 (-934 |#1|)) (-1238 $)) NIL) (((-401 (-934 |#1|))) NIL)) (-1636 (((-1151 (-401 (-934 |#1|))) $) NIL)) (-1304 (((-111)) NIL)) (-4056 (((-1137) $) NIL)) (-1669 (((-111)) NIL)) (-3757 (((-111)) NIL)) (-1872 (((-111)) NIL)) (-2875 (((-1099) $) NIL)) (-2330 (((-401 (-934 |#1|)) $ $) 71 (|has| |#1| (-545)))) (-3168 (((-401 (-934 |#1|)) $) 93 (|has| |#1| (-545)))) (-2545 (((-401 (-934 |#1|)) $) 95 (|has| |#1| (-545)))) (-2663 (((-1151 (-401 (-934 |#1|))) $) 88 (|has| |#1| (-545)))) (-2619 (((-401 (-934 |#1|))) 72 (|has| |#1| (-545)))) (-1374 (((-401 (-934 |#1|)) $ $) 64 (|has| |#1| (-545)))) (-4242 (((-401 (-934 |#1|)) $) 92 (|has| |#1| (-545)))) (-1638 (((-401 (-934 |#1|)) $) 94 (|has| |#1| (-545)))) (-1479 (((-1151 (-401 (-934 |#1|))) $) 87 (|has| |#1| (-545)))) (-1408 (((-401 (-934 |#1|))) 68 (|has| |#1| (-545)))) (-1791 (($) 101) (($ (-1155)) 107) (($ (-1238 (-1155))) 106) (($ (-1238 $)) 96) (($ (-1155) (-1238 $)) 105) (($ (-1238 (-1155)) (-1238 $)) 104)) (-2301 (((-111)) NIL)) (-2061 (((-401 (-934 |#1|)) $ (-553)) NIL)) (-3693 (((-1238 (-401 (-934 |#1|))) $ (-1238 $)) 98) (((-674 (-401 (-934 |#1|))) (-1238 $) (-1238 $)) NIL) (((-1238 (-401 (-934 |#1|))) $) 40) (((-674 (-401 (-934 |#1|))) (-1238 $)) NIL)) (-1523 (((-1238 (-401 (-934 |#1|))) $) NIL) (($ (-1238 (-401 (-934 |#1|)))) 37)) (-1642 (((-630 (-934 (-401 (-934 |#1|)))) (-1238 $)) NIL) (((-630 (-934 (-401 (-934 |#1|))))) NIL) (((-630 (-934 |#1|)) (-1238 $)) 99 (|has| |#1| (-545))) (((-630 (-934 |#1|))) 100 (|has| |#1| (-545)))) (-2931 (($ $ $) NIL)) (-1968 (((-111)) NIL)) (-3212 (((-845) $) NIL) (($ (-1238 (-401 (-934 |#1|)))) NIL)) (-3428 (((-1238 $)) 60)) (-3727 (((-630 (-1238 (-401 (-934 |#1|))))) NIL (|has| (-401 (-934 |#1|)) (-545)))) (-3195 (($ $ $ $) NIL)) (-3963 (((-111)) NIL)) (-2638 (($ (-674 (-401 (-934 |#1|))) $) NIL)) (-2483 (($ $ $) NIL)) (-4266 (((-111)) NIL)) (-3181 (((-111)) NIL)) (-4246 (((-111)) NIL)) (-3296 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) 97)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 56) (($ $ (-401 (-934 |#1|))) NIL) (($ (-401 (-934 |#1|)) $) NIL) (($ (-1121 |#2| (-401 (-934 |#1|))) $) NIL)))
+(((-446 |#1| |#2| |#3| |#4|) (-13 (-411 (-401 (-934 |#1|))) (-633 (-1121 |#2| (-401 (-934 |#1|)))) (-10 -8 (-15 -3212 ($ (-1238 (-401 (-934 |#1|))))) (-15 -2762 ((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed"))) (-15 -2189 ((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed"))) (-15 -1791 ($)) (-15 -1791 ($ (-1155))) (-15 -1791 ($ (-1238 (-1155)))) (-15 -1791 ($ (-1238 $))) (-15 -1791 ($ (-1155) (-1238 $))) (-15 -1791 ($ (-1238 (-1155)) (-1238 $))) (IF (|has| |#1| (-545)) (PROGN (-15 -2349 ((-1151 (-401 (-934 |#1|))))) (-15 -1479 ((-1151 (-401 (-934 |#1|))) $)) (-15 -4242 ((-401 (-934 |#1|)) $)) (-15 -1638 ((-401 (-934 |#1|)) $)) (-15 -4190 ((-1151 (-401 (-934 |#1|))))) (-15 -2663 ((-1151 (-401 (-934 |#1|))) $)) (-15 -3168 ((-401 (-934 |#1|)) $)) (-15 -2545 ((-401 (-934 |#1|)) $)) (-15 -1374 ((-401 (-934 |#1|)) $ $)) (-15 -1408 ((-401 (-934 |#1|)))) (-15 -2330 ((-401 (-934 |#1|)) $ $)) (-15 -2619 ((-401 (-934 |#1|)))) (-15 -1642 ((-630 (-934 |#1|)) (-1238 $))) (-15 -1642 ((-630 (-934 |#1|))))) |%noBranch|))) (-169) (-903) (-630 (-1155)) (-1238 (-674 |#1|))) (T -446))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1238 (-401 (-934 *3)))) (-4 *3 (-169)) (-14 *6 (-1238 (-674 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))))) (-2762 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-446 *3 *4 *5 *6)) (|:| -3428 (-630 (-446 *3 *4 *5 *6))))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-2189 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-446 *3 *4 *5 *6)) (|:| -3428 (-630 (-446 *3 *4 *5 *6))))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-1791 (*1 *1) (-12 (-5 *1 (-446 *2 *3 *4 *5)) (-4 *2 (-169)) (-14 *3 (-903)) (-14 *4 (-630 (-1155))) (-14 *5 (-1238 (-674 *2))))) (-1791 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 *2)) (-14 *6 (-1238 (-674 *3))))) (-1791 (*1 *1 *2) (-12 (-5 *2 (-1238 (-1155))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-1791 (*1 *1 *2) (-12 (-5 *2 (-1238 (-446 *3 *4 *5 *6))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-1791 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-446 *4 *5 *6 *7))) (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-169)) (-14 *5 (-903)) (-14 *6 (-630 *2)) (-14 *7 (-1238 (-674 *4))))) (-1791 (*1 *1 *2 *3) (-12 (-5 *2 (-1238 (-1155))) (-5 *3 (-1238 (-446 *4 *5 *6 *7))) (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-169)) (-14 *5 (-903)) (-14 *6 (-630 (-1155))) (-14 *7 (-1238 (-674 *4))))) (-2349 (*1 *2) (-12 (-5 *2 (-1151 (-401 (-934 *3)))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-1479 (*1 *2 *1) (-12 (-5 *2 (-1151 (-401 (-934 *3)))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-4242 (*1 *2 *1) (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-1638 (*1 *2 *1) (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-4190 (*1 *2) (-12 (-5 *2 (-1151 (-401 (-934 *3)))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-2663 (*1 *2 *1) (-12 (-5 *2 (-1151 (-401 (-934 *3)))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-3168 (*1 *2 *1) (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-2545 (*1 *2 *1) (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-1374 (*1 *2 *1 *1) (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-1408 (*1 *2) (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-2330 (*1 *2 *1 *1) (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-2619 (*1 *2) (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))) (-1642 (*1 *2 *3) (-12 (-5 *3 (-1238 (-446 *4 *5 *6 *7))) (-5 *2 (-630 (-934 *4))) (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-545)) (-4 *4 (-169)) (-14 *5 (-903)) (-14 *6 (-630 (-1155))) (-14 *7 (-1238 (-674 *4))))) (-1642 (*1 *2) (-12 (-5 *2 (-630 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
+(-13 (-411 (-401 (-934 |#1|))) (-633 (-1121 |#2| (-401 (-934 |#1|)))) (-10 -8 (-15 -3212 ($ (-1238 (-401 (-934 |#1|))))) (-15 -2762 ((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed"))) (-15 -2189 ((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed"))) (-15 -1791 ($)) (-15 -1791 ($ (-1155))) (-15 -1791 ($ (-1238 (-1155)))) (-15 -1791 ($ (-1238 $))) (-15 -1791 ($ (-1155) (-1238 $))) (-15 -1791 ($ (-1238 (-1155)) (-1238 $))) (IF (|has| |#1| (-545)) (PROGN (-15 -2349 ((-1151 (-401 (-934 |#1|))))) (-15 -1479 ((-1151 (-401 (-934 |#1|))) $)) (-15 -4242 ((-401 (-934 |#1|)) $)) (-15 -1638 ((-401 (-934 |#1|)) $)) (-15 -4190 ((-1151 (-401 (-934 |#1|))))) (-15 -2663 ((-1151 (-401 (-934 |#1|))) $)) (-15 -3168 ((-401 (-934 |#1|)) $)) (-15 -2545 ((-401 (-934 |#1|)) $)) (-15 -1374 ((-401 (-934 |#1|)) $ $)) (-15 -1408 ((-401 (-934 |#1|)))) (-15 -2330 ((-401 (-934 |#1|)) $ $)) (-15 -2619 ((-401 (-934 |#1|)))) (-15 -1642 ((-630 (-934 |#1|)) (-1238 $))) (-15 -1642 ((-630 (-934 |#1|))))) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 13)) (-3611 (((-630 (-847 |#1|)) $) 75)) (-3447 (((-1151 $) $ (-847 |#1|)) 46) (((-1151 |#2|) $) 118)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#2| (-545)))) (-2723 (($ $) NIL (|has| |#2| (-545)))) (-2157 (((-111) $) NIL (|has| |#2| (-545)))) (-3449 (((-757) $) 21) (((-757) $ (-630 (-847 |#1|))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3837 (($ $) NIL (|has| |#2| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#2| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) 44) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#2| (-1020 (-553)))) (((-3 (-847 |#1|) "failed") $) NIL)) (-2831 ((|#2| $) 42) (((-401 (-553)) $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#2| (-1020 (-553)))) (((-847 |#1|) $) NIL)) (-2697 (($ $ $ (-847 |#1|)) NIL (|has| |#2| (-169)))) (-2646 (($ $ (-630 (-553))) 80)) (-3765 (($ $) 68)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL) (((-674 |#2|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#2| (-445))) (($ $ (-847 |#1|)) NIL (|has| |#2| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#2| (-891)))) (-1369 (($ $ |#2| |#3| $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-847 |#1|) (-868 (-373))) (|has| |#2| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-847 |#1|) (-868 (-553))) (|has| |#2| (-868 (-553)))))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) 58)) (-3601 (($ (-1151 |#2|) (-847 |#1|)) 123) (($ (-1151 $) (-847 |#1|)) 52)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) 59)) (-3590 (($ |#2| |#3|) 28) (($ $ (-847 |#1|) (-757)) 30) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-847 |#1|)) NIL)) (-3264 ((|#3| $) NIL) (((-757) $ (-847 |#1|)) 50) (((-630 (-757)) $ (-630 (-847 |#1|))) 57)) (-1773 (($ $ $) NIL (|has| |#2| (-833)))) (-2012 (($ $ $) NIL (|has| |#2| (-833)))) (-2364 (($ (-1 |#3| |#3|) $) NIL)) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-2903 (((-3 (-847 |#1|) "failed") $) 39)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) 41)) (-2552 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-4056 (((-1137) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-847 |#1|)) (|:| -3503 (-757))) "failed") $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) 40)) (-3722 ((|#2| $) 116)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#2| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) 128 (|has| |#2| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#2| (-891)))) (-3968 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-847 |#1|) |#2|) 87) (($ $ (-630 (-847 |#1|)) (-630 |#2|)) 90) (($ $ (-847 |#1|) $) 85) (($ $ (-630 (-847 |#1|)) (-630 $)) 106)) (-3488 (($ $ (-847 |#1|)) NIL (|has| |#2| (-169)))) (-3095 (($ $ (-847 |#1|)) 53) (($ $ (-630 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-2672 ((|#3| $) 67) (((-757) $ (-847 |#1|)) 37) (((-630 (-757)) $ (-630 (-847 |#1|))) 56)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-847 |#1|) (-601 (-874 (-373)))) (|has| |#2| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-847 |#1|) (-601 (-874 (-553)))) (|has| |#2| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-847 |#1|) (-601 (-529))) (|has| |#2| (-601 (-529)))))) (-3998 ((|#2| $) 125 (|has| |#2| (-445))) (($ $ (-847 |#1|)) NIL (|has| |#2| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-891))))) (-3212 (((-845) $) 145) (($ (-553)) NIL) (($ |#2|) 86) (($ (-847 |#1|)) 31) (($ (-401 (-553))) NIL (-4028 (|has| |#2| (-38 (-401 (-553)))) (|has| |#2| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#2| (-545)))) (-1372 (((-630 |#2|) $) NIL)) (-1925 ((|#2| $ |#3|) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#2| (-891))) (|has| |#2| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#2| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#2| (-545)))) (-3296 (($) 17 T CONST)) (-3308 (($) 25 T CONST)) (-1766 (($ $ (-847 |#1|)) NIL) (($ $ (-630 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-1667 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1721 (($ $ |#2|) 64 (|has| |#2| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 111)) (** (($ $ (-903)) NIL) (($ $ (-757)) 109)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 29) (($ $ (-401 (-553))) NIL (|has| |#2| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#2| (-38 (-401 (-553))))) (($ |#2| $) 63) (($ $ |#2|) NIL)))
+(((-447 |#1| |#2| |#3|) (-13 (-931 |#2| |#3| (-847 |#1|)) (-10 -8 (-15 -2646 ($ $ (-630 (-553)))))) (-630 (-1155)) (-1031) (-233 (-2656 |#1|) (-757))) (T -447))
+((-2646 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-14 *3 (-630 (-1155))) (-5 *1 (-447 *3 *4 *5)) (-4 *4 (-1031)) (-4 *5 (-233 (-2656 *3) (-757))))))
+(-13 (-931 |#2| |#3| (-847 |#1|)) (-10 -8 (-15 -2646 ($ $ (-630 (-553))))))
+((-1984 (((-111) |#1| (-630 |#2|)) 69)) (-1574 (((-3 (-1238 (-630 |#2|)) "failed") (-757) |#1| (-630 |#2|)) 78)) (-1663 (((-3 (-630 |#2|) "failed") |#2| |#1| (-1238 (-630 |#2|))) 80)) (-3233 ((|#2| |#2| |#1|) 28)) (-1610 (((-757) |#2| (-630 |#2|)) 20)))
+(((-448 |#1| |#2|) (-10 -7 (-15 -3233 (|#2| |#2| |#1|)) (-15 -1610 ((-757) |#2| (-630 |#2|))) (-15 -1574 ((-3 (-1238 (-630 |#2|)) "failed") (-757) |#1| (-630 |#2|))) (-15 -1663 ((-3 (-630 |#2|) "failed") |#2| |#1| (-1238 (-630 |#2|)))) (-15 -1984 ((-111) |#1| (-630 |#2|)))) (-301) (-1214 |#1|)) (T -448))
+((-1984 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *5)) (-4 *5 (-1214 *3)) (-4 *3 (-301)) (-5 *2 (-111)) (-5 *1 (-448 *3 *5)))) (-1663 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1238 (-630 *3))) (-4 *4 (-301)) (-5 *2 (-630 *3)) (-5 *1 (-448 *4 *3)) (-4 *3 (-1214 *4)))) (-1574 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-757)) (-4 *4 (-301)) (-4 *6 (-1214 *4)) (-5 *2 (-1238 (-630 *6))) (-5 *1 (-448 *4 *6)) (-5 *5 (-630 *6)))) (-1610 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-301)) (-5 *2 (-757)) (-5 *1 (-448 *5 *3)))) (-3233 (*1 *2 *2 *3) (-12 (-4 *3 (-301)) (-5 *1 (-448 *3 *2)) (-4 *2 (-1214 *3)))))
+(-10 -7 (-15 -3233 (|#2| |#2| |#1|)) (-15 -1610 ((-757) |#2| (-630 |#2|))) (-15 -1574 ((-3 (-1238 (-630 |#2|)) "failed") (-757) |#1| (-630 |#2|))) (-15 -1663 ((-3 (-630 |#2|) "failed") |#2| |#1| (-1238 (-630 |#2|)))) (-15 -1984 ((-111) |#1| (-630 |#2|))))
+((-3476 (((-412 |#5|) |#5|) 24)))
+(((-449 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3476 ((-412 |#5|) |#5|))) (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155))))) (-779) (-545) (-545) (-931 |#4| |#2| |#1|)) (T -449))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155)))))) (-4 *5 (-779)) (-4 *7 (-545)) (-5 *2 (-412 *3)) (-5 *1 (-449 *4 *5 *6 *7 *3)) (-4 *6 (-545)) (-4 *3 (-931 *7 *5 *4)))))
+(-10 -7 (-15 -3476 ((-412 |#5|) |#5|)))
+((-1867 ((|#3|) 37)) (-4338 (((-1151 |#4|) (-1151 |#4|) (-1151 |#4|)) 33)))
+(((-450 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4338 ((-1151 |#4|) (-1151 |#4|) (-1151 |#4|))) (-15 -1867 (|#3|))) (-779) (-833) (-891) (-931 |#3| |#1| |#2|)) (T -450))
+((-1867 (*1 *2) (-12 (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-891)) (-5 *1 (-450 *3 *4 *2 *5)) (-4 *5 (-931 *2 *3 *4)))) (-4338 (*1 *2 *2 *2) (-12 (-5 *2 (-1151 *6)) (-4 *6 (-931 *5 *3 *4)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-891)) (-5 *1 (-450 *3 *4 *5 *6)))))
+(-10 -7 (-15 -4338 ((-1151 |#4|) (-1151 |#4|) (-1151 |#4|))) (-15 -1867 (|#3|)))
+((-3476 (((-412 (-1151 |#1|)) (-1151 |#1|)) 43)))
+(((-451 |#1|) (-10 -7 (-15 -3476 ((-412 (-1151 |#1|)) (-1151 |#1|)))) (-301)) (T -451))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-301)) (-5 *2 (-412 (-1151 *4))) (-5 *1 (-451 *4)) (-5 *3 (-1151 *4)))))
+(-10 -7 (-15 -3476 ((-412 (-1151 |#1|)) (-1151 |#1|))))
+((-3657 (((-52) |#2| (-1155) (-288 |#2|) (-1205 (-757))) 42) (((-52) (-1 |#2| (-553)) (-288 |#2|) (-1205 (-757))) 41) (((-52) |#2| (-1155) (-288 |#2|)) 35) (((-52) (-1 |#2| (-553)) (-288 |#2|)) 28)) (-1727 (((-52) |#2| (-1155) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553))) 80) (((-52) (-1 |#2| (-401 (-553))) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553))) 79) (((-52) |#2| (-1155) (-288 |#2|) (-1205 (-553))) 78) (((-52) (-1 |#2| (-553)) (-288 |#2|) (-1205 (-553))) 77) (((-52) |#2| (-1155) (-288 |#2|)) 72) (((-52) (-1 |#2| (-553)) (-288 |#2|)) 71)) (-3681 (((-52) |#2| (-1155) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553))) 66) (((-52) (-1 |#2| (-401 (-553))) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553))) 64)) (-3669 (((-52) |#2| (-1155) (-288 |#2|) (-1205 (-553))) 48) (((-52) (-1 |#2| (-553)) (-288 |#2|) (-1205 (-553))) 47)))
+(((-452 |#1| |#2|) (-10 -7 (-15 -3657 ((-52) (-1 |#2| (-553)) (-288 |#2|))) (-15 -3657 ((-52) |#2| (-1155) (-288 |#2|))) (-15 -3657 ((-52) (-1 |#2| (-553)) (-288 |#2|) (-1205 (-757)))) (-15 -3657 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-757)))) (-15 -3669 ((-52) (-1 |#2| (-553)) (-288 |#2|) (-1205 (-553)))) (-15 -3669 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-553)))) (-15 -3681 ((-52) (-1 |#2| (-401 (-553))) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553)))) (-15 -3681 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553)))) (-15 -1727 ((-52) (-1 |#2| (-553)) (-288 |#2|))) (-15 -1727 ((-52) |#2| (-1155) (-288 |#2|))) (-15 -1727 ((-52) (-1 |#2| (-553)) (-288 |#2|) (-1205 (-553)))) (-15 -1727 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-553)))) (-15 -1727 ((-52) (-1 |#2| (-401 (-553))) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553)))) (-15 -1727 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553))))) (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))) (-13 (-27) (-1177) (-424 |#1|))) (T -452))
+((-1727 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-401 (-553)))) (-5 *7 (-401 (-553))) (-4 *3 (-13 (-27) (-1177) (-424 *8))) (-4 *8 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *8 *3)))) (-1727 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-401 (-553)))) (-5 *4 (-288 *8)) (-5 *5 (-1205 (-401 (-553)))) (-5 *6 (-401 (-553))) (-4 *8 (-13 (-27) (-1177) (-424 *7))) (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *8)))) (-1727 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-553))) (-4 *3 (-13 (-27) (-1177) (-424 *7))) (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *3)))) (-1727 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-553))) (-5 *4 (-288 *7)) (-5 *5 (-1205 (-553))) (-4 *7 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *7)))) (-1727 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *3)))) (-1727 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-553))) (-5 *4 (-288 *6)) (-4 *6 (-13 (-27) (-1177) (-424 *5))) (-4 *5 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *5 *6)))) (-3681 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-401 (-553)))) (-5 *7 (-401 (-553))) (-4 *3 (-13 (-27) (-1177) (-424 *8))) (-4 *8 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *8 *3)))) (-3681 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-401 (-553)))) (-5 *4 (-288 *8)) (-5 *5 (-1205 (-401 (-553)))) (-5 *6 (-401 (-553))) (-4 *8 (-13 (-27) (-1177) (-424 *7))) (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *8)))) (-3669 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-553))) (-4 *3 (-13 (-27) (-1177) (-424 *7))) (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *3)))) (-3669 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-553))) (-5 *4 (-288 *7)) (-5 *5 (-1205 (-553))) (-4 *7 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *7)))) (-3657 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-757))) (-4 *3 (-13 (-27) (-1177) (-424 *7))) (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *7 *3)))) (-3657 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-553))) (-5 *4 (-288 *7)) (-5 *5 (-1205 (-757))) (-4 *7 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *7)))) (-3657 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *6 *3)))) (-3657 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-553))) (-5 *4 (-288 *6)) (-4 *6 (-13 (-27) (-1177) (-424 *5))) (-4 *5 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-52)) (-5 *1 (-452 *5 *6)))))
+(-10 -7 (-15 -3657 ((-52) (-1 |#2| (-553)) (-288 |#2|))) (-15 -3657 ((-52) |#2| (-1155) (-288 |#2|))) (-15 -3657 ((-52) (-1 |#2| (-553)) (-288 |#2|) (-1205 (-757)))) (-15 -3657 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-757)))) (-15 -3669 ((-52) (-1 |#2| (-553)) (-288 |#2|) (-1205 (-553)))) (-15 -3669 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-553)))) (-15 -3681 ((-52) (-1 |#2| (-401 (-553))) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553)))) (-15 -3681 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553)))) (-15 -1727 ((-52) (-1 |#2| (-553)) (-288 |#2|))) (-15 -1727 ((-52) |#2| (-1155) (-288 |#2|))) (-15 -1727 ((-52) (-1 |#2| (-553)) (-288 |#2|) (-1205 (-553)))) (-15 -1727 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-553)))) (-15 -1727 ((-52) (-1 |#2| (-401 (-553))) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553)))) (-15 -1727 ((-52) |#2| (-1155) (-288 |#2|) (-1205 (-401 (-553))) (-401 (-553)))))
+((-3233 ((|#2| |#2| |#1|) 15)) (-3068 (((-630 |#2|) |#2| (-630 |#2|) |#1| (-903)) 69)) (-2650 (((-2 (|:| |plist| (-630 |#2|)) (|:| |modulo| |#1|)) |#2| (-630 |#2|) |#1| (-903)) 60)))
+(((-453 |#1| |#2|) (-10 -7 (-15 -2650 ((-2 (|:| |plist| (-630 |#2|)) (|:| |modulo| |#1|)) |#2| (-630 |#2|) |#1| (-903))) (-15 -3068 ((-630 |#2|) |#2| (-630 |#2|) |#1| (-903))) (-15 -3233 (|#2| |#2| |#1|))) (-301) (-1214 |#1|)) (T -453))
+((-3233 (*1 *2 *2 *3) (-12 (-4 *3 (-301)) (-5 *1 (-453 *3 *2)) (-4 *2 (-1214 *3)))) (-3068 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-630 *3)) (-5 *5 (-903)) (-4 *3 (-1214 *4)) (-4 *4 (-301)) (-5 *1 (-453 *4 *3)))) (-2650 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-903)) (-4 *5 (-301)) (-4 *3 (-1214 *5)) (-5 *2 (-2 (|:| |plist| (-630 *3)) (|:| |modulo| *5))) (-5 *1 (-453 *5 *3)) (-5 *4 (-630 *3)))))
+(-10 -7 (-15 -2650 ((-2 (|:| |plist| (-630 |#2|)) (|:| |modulo| |#1|)) |#2| (-630 |#2|) |#1| (-903))) (-15 -3068 ((-630 |#2|) |#2| (-630 |#2|) |#1| (-903))) (-15 -3233 (|#2| |#2| |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 28)) (-3530 (($ |#3|) 25)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3765 (($ $) 32)) (-1314 (($ |#2| |#4| $) 33)) (-3590 (($ |#2| (-699 |#3| |#4| |#5|)) 24)) (-3733 (((-699 |#3| |#4| |#5|) $) 15)) (-3314 ((|#3| $) 19)) (-3444 ((|#4| $) 17)) (-3743 ((|#2| $) 29)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-2790 (($ |#2| |#3| |#4|) 26)) (-3296 (($) 36 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 34)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-454 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-703 |#6|) (-703 |#2|) (-10 -8 (-15 -3743 (|#2| $)) (-15 -3733 ((-699 |#3| |#4| |#5|) $)) (-15 -3444 (|#4| $)) (-15 -3314 (|#3| $)) (-15 -3765 ($ $)) (-15 -3590 ($ |#2| (-699 |#3| |#4| |#5|))) (-15 -3530 ($ |#3|)) (-15 -2790 ($ |#2| |#3| |#4|)) (-15 -1314 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-630 (-1155)) (-169) (-833) (-233 (-2656 |#1|) (-757)) (-1 (-111) (-2 (|:| -2839 |#3|) (|:| -3503 |#4|)) (-2 (|:| -2839 |#3|) (|:| -3503 |#4|))) (-931 |#2| |#4| (-847 |#1|))) (T -454))
+((* (*1 *1 *2 *1) (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169)) (-4 *6 (-233 (-2656 *3) (-757))) (-14 *7 (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *6)) (-2 (|:| -2839 *5) (|:| -3503 *6)))) (-5 *1 (-454 *3 *4 *5 *6 *7 *2)) (-4 *5 (-833)) (-4 *2 (-931 *4 *6 (-847 *3))))) (-3743 (*1 *2 *1) (-12 (-14 *3 (-630 (-1155))) (-4 *5 (-233 (-2656 *3) (-757))) (-14 *6 (-1 (-111) (-2 (|:| -2839 *4) (|:| -3503 *5)) (-2 (|:| -2839 *4) (|:| -3503 *5)))) (-4 *2 (-169)) (-5 *1 (-454 *3 *2 *4 *5 *6 *7)) (-4 *4 (-833)) (-4 *7 (-931 *2 *5 (-847 *3))))) (-3733 (*1 *2 *1) (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169)) (-4 *6 (-233 (-2656 *3) (-757))) (-14 *7 (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *6)) (-2 (|:| -2839 *5) (|:| -3503 *6)))) (-5 *2 (-699 *5 *6 *7)) (-5 *1 (-454 *3 *4 *5 *6 *7 *8)) (-4 *5 (-833)) (-4 *8 (-931 *4 *6 (-847 *3))))) (-3444 (*1 *2 *1) (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169)) (-14 *6 (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *2)) (-2 (|:| -2839 *5) (|:| -3503 *2)))) (-4 *2 (-233 (-2656 *3) (-757))) (-5 *1 (-454 *3 *4 *5 *2 *6 *7)) (-4 *5 (-833)) (-4 *7 (-931 *4 *2 (-847 *3))))) (-3314 (*1 *2 *1) (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169)) (-4 *5 (-233 (-2656 *3) (-757))) (-14 *6 (-1 (-111) (-2 (|:| -2839 *2) (|:| -3503 *5)) (-2 (|:| -2839 *2) (|:| -3503 *5)))) (-4 *2 (-833)) (-5 *1 (-454 *3 *4 *2 *5 *6 *7)) (-4 *7 (-931 *4 *5 (-847 *3))))) (-3765 (*1 *1 *1) (-12 (-14 *2 (-630 (-1155))) (-4 *3 (-169)) (-4 *5 (-233 (-2656 *2) (-757))) (-14 *6 (-1 (-111) (-2 (|:| -2839 *4) (|:| -3503 *5)) (-2 (|:| -2839 *4) (|:| -3503 *5)))) (-5 *1 (-454 *2 *3 *4 *5 *6 *7)) (-4 *4 (-833)) (-4 *7 (-931 *3 *5 (-847 *2))))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-699 *5 *6 *7)) (-4 *5 (-833)) (-4 *6 (-233 (-2656 *4) (-757))) (-14 *7 (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *6)) (-2 (|:| -2839 *5) (|:| -3503 *6)))) (-14 *4 (-630 (-1155))) (-4 *2 (-169)) (-5 *1 (-454 *4 *2 *5 *6 *7 *8)) (-4 *8 (-931 *2 *6 (-847 *4))))) (-3530 (*1 *1 *2) (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169)) (-4 *5 (-233 (-2656 *3) (-757))) (-14 *6 (-1 (-111) (-2 (|:| -2839 *2) (|:| -3503 *5)) (-2 (|:| -2839 *2) (|:| -3503 *5)))) (-5 *1 (-454 *3 *4 *2 *5 *6 *7)) (-4 *2 (-833)) (-4 *7 (-931 *4 *5 (-847 *3))))) (-2790 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-630 (-1155))) (-4 *2 (-169)) (-4 *4 (-233 (-2656 *5) (-757))) (-14 *6 (-1 (-111) (-2 (|:| -2839 *3) (|:| -3503 *4)) (-2 (|:| -2839 *3) (|:| -3503 *4)))) (-5 *1 (-454 *5 *2 *3 *4 *6 *7)) (-4 *3 (-833)) (-4 *7 (-931 *2 *4 (-847 *5))))) (-1314 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-630 (-1155))) (-4 *2 (-169)) (-4 *3 (-233 (-2656 *4) (-757))) (-14 *6 (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *3)) (-2 (|:| -2839 *5) (|:| -3503 *3)))) (-5 *1 (-454 *4 *2 *5 *3 *6 *7)) (-4 *5 (-833)) (-4 *7 (-931 *2 *3 (-847 *4))))))
+(-13 (-703 |#6|) (-703 |#2|) (-10 -8 (-15 -3743 (|#2| $)) (-15 -3733 ((-699 |#3| |#4| |#5|) $)) (-15 -3444 (|#4| $)) (-15 -3314 (|#3| $)) (-15 -3765 ($ $)) (-15 -3590 ($ |#2| (-699 |#3| |#4| |#5|))) (-15 -3530 ($ |#3|)) (-15 -2790 ($ |#2| |#3| |#4|)) (-15 -1314 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
+((-2146 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 37)))
+(((-455 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2146 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-779) (-833) (-545) (-931 |#3| |#1| |#2|) (-13 (-1020 (-401 (-553))) (-357) (-10 -8 (-15 -3212 ($ |#4|)) (-15 -4013 (|#4| $)) (-15 -4024 (|#4| $))))) (T -455))
+((-2146 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-833)) (-4 *5 (-779)) (-4 *6 (-545)) (-4 *7 (-931 *6 *5 *3)) (-5 *1 (-455 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-1020 (-401 (-553))) (-357) (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $))))))))
+(-10 -7 (-15 -2146 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
+((-3200 (((-111) $ $) NIL)) (-3611 (((-630 |#3|) $) 41)) (-2484 (((-111) $) NIL)) (-2518 (((-111) $) NIL (|has| |#1| (-545)))) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-3953 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-1579 (((-111) $) NIL (|has| |#1| (-545)))) (-3199 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2763 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3271 (((-111) $) NIL (|has| |#1| (-545)))) (-1931 (((-630 |#4|) (-630 |#4|) $) NIL (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) NIL (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) 47)) (-2831 (($ (-630 |#4|)) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2653 (($ |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-545)))) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4369)))) (-3136 (((-630 |#4|) $) 18 (|has| $ (-6 -4369)))) (-4051 ((|#3| $) 45)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#4|) $) 14 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 26 (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2947 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 21)) (-1345 (((-630 |#3|) $) NIL)) (-1426 (((-111) |#3| $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-545)))) (-2875 (((-1099) $) NIL)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-1563 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 39)) (-1422 (($) 17)) (-2885 (((-757) |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (((-757) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) 16)) (-1523 (((-529) $) NIL (|has| |#4| (-601 (-529)))) (($ (-630 |#4|)) 49)) (-3225 (($ (-630 |#4|)) 13)) (-2739 (($ $ |#3|) NIL)) (-2167 (($ $ |#3|) NIL)) (-3777 (($ $ |#3|) NIL)) (-3212 (((-845) $) 38) (((-630 |#4|) $) 48)) (-1798 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 30)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-456 |#1| |#2| |#3| |#4|) (-13 (-958 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1523 ($ (-630 |#4|))) (-6 -4369) (-6 -4370))) (-1031) (-779) (-833) (-1045 |#1| |#2| |#3|)) (T -456))
+((-1523 (*1 *1 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-456 *3 *4 *5 *6)))))
+(-13 (-958 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1523 ($ (-630 |#4|))) (-6 -4369) (-6 -4370)))
+((-3296 (($) 11)) (-3308 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
+(((-457 |#1| |#2| |#3|) (-10 -8 (-15 -3308 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3296 (|#1|))) (-458 |#2| |#3|) (-169) (-23)) (T -457))
+NIL
+(-10 -8 (-15 -3308 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3296 (|#1|)))
+((-3200 (((-111) $ $) 7)) (-1394 (((-3 |#1| "failed") $) 26)) (-2831 ((|#1| $) 27)) (-1628 (($ $ $) 23)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2672 ((|#2| $) 19)) (-3212 (((-845) $) 11) (($ |#1|) 25)) (-3296 (($) 18 T CONST)) (-3308 (($) 24 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 15) (($ $ $) 13)) (-1699 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
(((-458 |#1| |#2|) (-137) (-169) (-23)) (T -458))
-((-3309 (*1 *1) (-12 (-4 *1 (-458 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (-3951 (*1 *1 *1 *1) (-12 (-4 *1 (-458 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))))
-(-13 (-463 |t#1| |t#2|) (-1019 |t#1|) (-10 -8 (-15 (-3309) ($) -3930) (-15 -3951 ($ $ $))))
-(((-101) . T) ((-599 (-844)) . T) ((-463 |#1| |#2|) . T) ((-1019 |#1|) . T) ((-1078) . T))
-((-1983 (((-1237 (-1237 (-552))) (-1237 (-1237 (-552))) (-902)) 18)) (-3191 (((-1237 (-1237 (-552))) (-902)) 16)))
-(((-459) (-10 -7 (-15 -1983 ((-1237 (-1237 (-552))) (-1237 (-1237 (-552))) (-902))) (-15 -3191 ((-1237 (-1237 (-552))) (-902))))) (T -459))
-((-3191 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1237 (-1237 (-552)))) (-5 *1 (-459)))) (-1983 (*1 *2 *2 *3) (-12 (-5 *2 (-1237 (-1237 (-552)))) (-5 *3 (-902)) (-5 *1 (-459)))))
-(-10 -7 (-15 -1983 ((-1237 (-1237 (-552))) (-1237 (-1237 (-552))) (-902))) (-15 -3191 ((-1237 (-1237 (-552))) (-902))))
-((-2278 (((-552) (-552)) 30) (((-552)) 22)) (-2475 (((-552) (-552)) 26) (((-552)) 18)) (-2633 (((-552) (-552)) 28) (((-552)) 20)) (-3825 (((-111) (-111)) 12) (((-111)) 10)) (-2785 (((-111) (-111)) 11) (((-111)) 9)) (-2914 (((-111) (-111)) 24) (((-111)) 15)))
-(((-460) (-10 -7 (-15 -2785 ((-111))) (-15 -3825 ((-111))) (-15 -2785 ((-111) (-111))) (-15 -3825 ((-111) (-111))) (-15 -2914 ((-111))) (-15 -2633 ((-552))) (-15 -2475 ((-552))) (-15 -2278 ((-552))) (-15 -2914 ((-111) (-111))) (-15 -2633 ((-552) (-552))) (-15 -2475 ((-552) (-552))) (-15 -2278 ((-552) (-552))))) (T -460))
-((-2278 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460)))) (-2475 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460)))) (-2633 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460)))) (-2914 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-2278 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460)))) (-2475 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460)))) (-2633 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460)))) (-2914 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-3825 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-2785 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-3825 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-2785 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))))
-(-10 -7 (-15 -2785 ((-111))) (-15 -3825 ((-111))) (-15 -2785 ((-111) (-111))) (-15 -3825 ((-111) (-111))) (-15 -2914 ((-111))) (-15 -2633 ((-552))) (-15 -2475 ((-552))) (-15 -2278 ((-552))) (-15 -2914 ((-111) (-111))) (-15 -2633 ((-552) (-552))) (-15 -2475 ((-552) (-552))) (-15 -2278 ((-552) (-552))))
-((-3202 (((-111) $ $) NIL)) (-2097 (((-629 (-373)) $) 28) (((-629 (-373)) $ (-629 (-373))) 96)) (-2326 (((-629 (-1072 (-373))) $) 16) (((-629 (-1072 (-373))) $ (-629 (-1072 (-373)))) 94)) (-4264 (((-629 (-629 (-924 (-220)))) (-629 (-629 (-924 (-220)))) (-629 (-855))) 45)) (-2570 (((-629 (-629 (-924 (-220)))) $) 90)) (-1693 (((-1242) $ (-924 (-220)) (-855)) 108)) (-2748 (($ $) 89) (($ (-629 (-629 (-924 (-220))))) 99) (($ (-629 (-629 (-924 (-220)))) (-629 (-855)) (-629 (-855)) (-629 (-902))) 98) (($ (-629 (-629 (-924 (-220)))) (-629 (-855)) (-629 (-855)) (-629 (-902)) (-629 (-257))) 100)) (-2623 (((-1136) $) NIL)) (-2670 (((-552) $) 71)) (-2876 (((-1098) $) NIL)) (-3622 (($) 97)) (-1615 (((-629 (-220)) (-629 (-629 (-924 (-220))))) 56)) (-1876 (((-1242) $ (-629 (-924 (-220))) (-855) (-855) (-902)) 102) (((-1242) $ (-924 (-220))) 104) (((-1242) $ (-924 (-220)) (-855) (-855) (-902)) 103)) (-3213 (((-844) $) 114) (($ (-629 (-629 (-924 (-220))))) 109)) (-3647 (((-1242) $ (-924 (-220))) 107)) (-1613 (((-111) $ $) NIL)))
-(((-461) (-13 (-1078) (-10 -8 (-15 -3622 ($)) (-15 -2748 ($ $)) (-15 -2748 ($ (-629 (-629 (-924 (-220)))))) (-15 -2748 ($ (-629 (-629 (-924 (-220)))) (-629 (-855)) (-629 (-855)) (-629 (-902)))) (-15 -2748 ($ (-629 (-629 (-924 (-220)))) (-629 (-855)) (-629 (-855)) (-629 (-902)) (-629 (-257)))) (-15 -2570 ((-629 (-629 (-924 (-220)))) $)) (-15 -2670 ((-552) $)) (-15 -2326 ((-629 (-1072 (-373))) $)) (-15 -2326 ((-629 (-1072 (-373))) $ (-629 (-1072 (-373))))) (-15 -2097 ((-629 (-373)) $)) (-15 -2097 ((-629 (-373)) $ (-629 (-373)))) (-15 -1876 ((-1242) $ (-629 (-924 (-220))) (-855) (-855) (-902))) (-15 -1876 ((-1242) $ (-924 (-220)))) (-15 -1876 ((-1242) $ (-924 (-220)) (-855) (-855) (-902))) (-15 -3647 ((-1242) $ (-924 (-220)))) (-15 -1693 ((-1242) $ (-924 (-220)) (-855))) (-15 -3213 ($ (-629 (-629 (-924 (-220)))))) (-15 -3213 ((-844) $)) (-15 -4264 ((-629 (-629 (-924 (-220)))) (-629 (-629 (-924 (-220)))) (-629 (-855)))) (-15 -1615 ((-629 (-220)) (-629 (-629 (-924 (-220))))))))) (T -461))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-461)))) (-3622 (*1 *1) (-5 *1 (-461))) (-2748 (*1 *1 *1) (-5 *1 (-461))) (-2748 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *1 (-461)))) (-2748 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *3 (-629 (-855))) (-5 *4 (-629 (-902))) (-5 *1 (-461)))) (-2748 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *3 (-629 (-855))) (-5 *4 (-629 (-902))) (-5 *5 (-629 (-257))) (-5 *1 (-461)))) (-2570 (*1 *2 *1) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *1 (-461)))) (-2670 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-461)))) (-2326 (*1 *2 *1) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-461)))) (-2326 (*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-461)))) (-2097 (*1 *2 *1) (-12 (-5 *2 (-629 (-373))) (-5 *1 (-461)))) (-2097 (*1 *2 *1 *2) (-12 (-5 *2 (-629 (-373))) (-5 *1 (-461)))) (-1876 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-629 (-924 (-220)))) (-5 *4 (-855)) (-5 *5 (-902)) (-5 *2 (-1242)) (-5 *1 (-461)))) (-1876 (*1 *2 *1 *3) (-12 (-5 *3 (-924 (-220))) (-5 *2 (-1242)) (-5 *1 (-461)))) (-1876 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-924 (-220))) (-5 *4 (-855)) (-5 *5 (-902)) (-5 *2 (-1242)) (-5 *1 (-461)))) (-3647 (*1 *2 *1 *3) (-12 (-5 *3 (-924 (-220))) (-5 *2 (-1242)) (-5 *1 (-461)))) (-1693 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-924 (-220))) (-5 *4 (-855)) (-5 *2 (-1242)) (-5 *1 (-461)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *1 (-461)))) (-4264 (*1 *2 *2 *3) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *3 (-629 (-855))) (-5 *1 (-461)))) (-1615 (*1 *2 *3) (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *2 (-629 (-220))) (-5 *1 (-461)))))
-(-13 (-1078) (-10 -8 (-15 -3622 ($)) (-15 -2748 ($ $)) (-15 -2748 ($ (-629 (-629 (-924 (-220)))))) (-15 -2748 ($ (-629 (-629 (-924 (-220)))) (-629 (-855)) (-629 (-855)) (-629 (-902)))) (-15 -2748 ($ (-629 (-629 (-924 (-220)))) (-629 (-855)) (-629 (-855)) (-629 (-902)) (-629 (-257)))) (-15 -2570 ((-629 (-629 (-924 (-220)))) $)) (-15 -2670 ((-552) $)) (-15 -2326 ((-629 (-1072 (-373))) $)) (-15 -2326 ((-629 (-1072 (-373))) $ (-629 (-1072 (-373))))) (-15 -2097 ((-629 (-373)) $)) (-15 -2097 ((-629 (-373)) $ (-629 (-373)))) (-15 -1876 ((-1242) $ (-629 (-924 (-220))) (-855) (-855) (-902))) (-15 -1876 ((-1242) $ (-924 (-220)))) (-15 -1876 ((-1242) $ (-924 (-220)) (-855) (-855) (-902))) (-15 -3647 ((-1242) $ (-924 (-220)))) (-15 -1693 ((-1242) $ (-924 (-220)) (-855))) (-15 -3213 ($ (-629 (-629 (-924 (-220)))))) (-15 -3213 ((-844) $)) (-15 -4264 ((-629 (-629 (-924 (-220)))) (-629 (-629 (-924 (-220)))) (-629 (-855)))) (-15 -1615 ((-629 (-220)) (-629 (-629 (-924 (-220))))))))
-((-1709 (($ $) NIL) (($ $ $) 11)))
-(((-462 |#1| |#2| |#3|) (-10 -8 (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|))) (-463 |#2| |#3|) (-169) (-23)) (T -462))
-NIL
-(-10 -8 (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3299 ((|#2| $) 19)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 15) (($ $ $) 13)) (-1698 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
+((-3308 (*1 *1) (-12 (-4 *1 (-458 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (-1628 (*1 *1 *1 *1) (-12 (-4 *1 (-458 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))))
+(-13 (-463 |t#1| |t#2|) (-1020 |t#1|) (-10 -8 (-15 (-3308) ($) -3929) (-15 -1628 ($ $ $))))
+(((-101) . T) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-463 |#1| |#2|) . T) ((-1020 |#1|) . T) ((-1079) . T))
+((-4148 (((-1238 (-1238 (-553))) (-1238 (-1238 (-553))) (-903)) 18)) (-2861 (((-1238 (-1238 (-553))) (-903)) 16)))
+(((-459) (-10 -7 (-15 -4148 ((-1238 (-1238 (-553))) (-1238 (-1238 (-553))) (-903))) (-15 -2861 ((-1238 (-1238 (-553))) (-903))))) (T -459))
+((-2861 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1238 (-1238 (-553)))) (-5 *1 (-459)))) (-4148 (*1 *2 *2 *3) (-12 (-5 *2 (-1238 (-1238 (-553)))) (-5 *3 (-903)) (-5 *1 (-459)))))
+(-10 -7 (-15 -4148 ((-1238 (-1238 (-553))) (-1238 (-1238 (-553))) (-903))) (-15 -2861 ((-1238 (-1238 (-553))) (-903))))
+((-3993 (((-553) (-553)) 30) (((-553)) 22)) (-3363 (((-553) (-553)) 26) (((-553)) 18)) (-4150 (((-553) (-553)) 28) (((-553)) 20)) (-2998 (((-111) (-111)) 12) (((-111)) 10)) (-3160 (((-111) (-111)) 11) (((-111)) 9)) (-1878 (((-111) (-111)) 24) (((-111)) 15)))
+(((-460) (-10 -7 (-15 -3160 ((-111))) (-15 -2998 ((-111))) (-15 -3160 ((-111) (-111))) (-15 -2998 ((-111) (-111))) (-15 -1878 ((-111))) (-15 -4150 ((-553))) (-15 -3363 ((-553))) (-15 -3993 ((-553))) (-15 -1878 ((-111) (-111))) (-15 -4150 ((-553) (-553))) (-15 -3363 ((-553) (-553))) (-15 -3993 ((-553) (-553))))) (T -460))
+((-3993 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460)))) (-3363 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460)))) (-4150 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460)))) (-1878 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-3993 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460)))) (-3363 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460)))) (-4150 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460)))) (-1878 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-2998 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-3160 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-2998 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))) (-3160 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))))
+(-10 -7 (-15 -3160 ((-111))) (-15 -2998 ((-111))) (-15 -3160 ((-111) (-111))) (-15 -2998 ((-111) (-111))) (-15 -1878 ((-111))) (-15 -4150 ((-553))) (-15 -3363 ((-553))) (-15 -3993 ((-553))) (-15 -1878 ((-111) (-111))) (-15 -4150 ((-553) (-553))) (-15 -3363 ((-553) (-553))) (-15 -3993 ((-553) (-553))))
+((-3200 (((-111) $ $) NIL)) (-2097 (((-630 (-373)) $) 28) (((-630 (-373)) $ (-630 (-373))) 95)) (-1325 (((-630 (-1073 (-373))) $) 16) (((-630 (-1073 (-373))) $ (-630 (-1073 (-373)))) 92)) (-1558 (((-630 (-630 (-925 (-220)))) (-630 (-630 (-925 (-220)))) (-630 (-856))) 44)) (-1674 (((-630 (-630 (-925 (-220)))) $) 88)) (-1694 (((-1243) $ (-925 (-220)) (-856)) 107)) (-3989 (($ $) 87) (($ (-630 (-630 (-925 (-220))))) 98) (($ (-630 (-630 (-925 (-220)))) (-630 (-856)) (-630 (-856)) (-630 (-903))) 97) (($ (-630 (-630 (-925 (-220)))) (-630 (-856)) (-630 (-856)) (-630 (-903)) (-630 (-257))) 99)) (-4056 (((-1137) $) NIL)) (-2669 (((-553) $) 69)) (-2875 (((-1099) $) NIL)) (-1511 (($) 96)) (-1754 (((-630 (-220)) (-630 (-630 (-925 (-220))))) 54)) (-2440 (((-1243) $ (-630 (-925 (-220))) (-856) (-856) (-903)) 101) (((-1243) $ (-925 (-220))) 103) (((-1243) $ (-925 (-220)) (-856) (-856) (-903)) 102)) (-3212 (((-845) $) 113) (($ (-630 (-630 (-925 (-220))))) 108)) (-1763 (((-1243) $ (-925 (-220))) 106)) (-1614 (((-111) $ $) NIL)))
+(((-461) (-13 (-1079) (-10 -8 (-15 -1511 ($)) (-15 -3989 ($ $)) (-15 -3989 ($ (-630 (-630 (-925 (-220)))))) (-15 -3989 ($ (-630 (-630 (-925 (-220)))) (-630 (-856)) (-630 (-856)) (-630 (-903)))) (-15 -3989 ($ (-630 (-630 (-925 (-220)))) (-630 (-856)) (-630 (-856)) (-630 (-903)) (-630 (-257)))) (-15 -1674 ((-630 (-630 (-925 (-220)))) $)) (-15 -2669 ((-553) $)) (-15 -1325 ((-630 (-1073 (-373))) $)) (-15 -1325 ((-630 (-1073 (-373))) $ (-630 (-1073 (-373))))) (-15 -2097 ((-630 (-373)) $)) (-15 -2097 ((-630 (-373)) $ (-630 (-373)))) (-15 -2440 ((-1243) $ (-630 (-925 (-220))) (-856) (-856) (-903))) (-15 -2440 ((-1243) $ (-925 (-220)))) (-15 -2440 ((-1243) $ (-925 (-220)) (-856) (-856) (-903))) (-15 -1763 ((-1243) $ (-925 (-220)))) (-15 -1694 ((-1243) $ (-925 (-220)) (-856))) (-15 -3212 ($ (-630 (-630 (-925 (-220)))))) (-15 -3212 ((-845) $)) (-15 -1558 ((-630 (-630 (-925 (-220)))) (-630 (-630 (-925 (-220)))) (-630 (-856)))) (-15 -1754 ((-630 (-220)) (-630 (-630 (-925 (-220))))))))) (T -461))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-461)))) (-1511 (*1 *1) (-5 *1 (-461))) (-3989 (*1 *1 *1) (-5 *1 (-461))) (-3989 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *1 (-461)))) (-3989 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *3 (-630 (-856))) (-5 *4 (-630 (-903))) (-5 *1 (-461)))) (-3989 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *3 (-630 (-856))) (-5 *4 (-630 (-903))) (-5 *5 (-630 (-257))) (-5 *1 (-461)))) (-1674 (*1 *2 *1) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *1 (-461)))) (-2669 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-461)))) (-1325 (*1 *2 *1) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-461)))) (-1325 (*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-461)))) (-2097 (*1 *2 *1) (-12 (-5 *2 (-630 (-373))) (-5 *1 (-461)))) (-2097 (*1 *2 *1 *2) (-12 (-5 *2 (-630 (-373))) (-5 *1 (-461)))) (-2440 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-630 (-925 (-220)))) (-5 *4 (-856)) (-5 *5 (-903)) (-5 *2 (-1243)) (-5 *1 (-461)))) (-2440 (*1 *2 *1 *3) (-12 (-5 *3 (-925 (-220))) (-5 *2 (-1243)) (-5 *1 (-461)))) (-2440 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-925 (-220))) (-5 *4 (-856)) (-5 *5 (-903)) (-5 *2 (-1243)) (-5 *1 (-461)))) (-1763 (*1 *2 *1 *3) (-12 (-5 *3 (-925 (-220))) (-5 *2 (-1243)) (-5 *1 (-461)))) (-1694 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-925 (-220))) (-5 *4 (-856)) (-5 *2 (-1243)) (-5 *1 (-461)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *1 (-461)))) (-1558 (*1 *2 *2 *3) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *3 (-630 (-856))) (-5 *1 (-461)))) (-1754 (*1 *2 *3) (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *2 (-630 (-220))) (-5 *1 (-461)))))
+(-13 (-1079) (-10 -8 (-15 -1511 ($)) (-15 -3989 ($ $)) (-15 -3989 ($ (-630 (-630 (-925 (-220)))))) (-15 -3989 ($ (-630 (-630 (-925 (-220)))) (-630 (-856)) (-630 (-856)) (-630 (-903)))) (-15 -3989 ($ (-630 (-630 (-925 (-220)))) (-630 (-856)) (-630 (-856)) (-630 (-903)) (-630 (-257)))) (-15 -1674 ((-630 (-630 (-925 (-220)))) $)) (-15 -2669 ((-553) $)) (-15 -1325 ((-630 (-1073 (-373))) $)) (-15 -1325 ((-630 (-1073 (-373))) $ (-630 (-1073 (-373))))) (-15 -2097 ((-630 (-373)) $)) (-15 -2097 ((-630 (-373)) $ (-630 (-373)))) (-15 -2440 ((-1243) $ (-630 (-925 (-220))) (-856) (-856) (-903))) (-15 -2440 ((-1243) $ (-925 (-220)))) (-15 -2440 ((-1243) $ (-925 (-220)) (-856) (-856) (-903))) (-15 -1763 ((-1243) $ (-925 (-220)))) (-15 -1694 ((-1243) $ (-925 (-220)) (-856))) (-15 -3212 ($ (-630 (-630 (-925 (-220)))))) (-15 -3212 ((-845) $)) (-15 -1558 ((-630 (-630 (-925 (-220)))) (-630 (-630 (-925 (-220)))) (-630 (-856)))) (-15 -1754 ((-630 (-220)) (-630 (-630 (-925 (-220))))))))
+((-1710 (($ $) NIL) (($ $ $) 11)))
+(((-462 |#1| |#2| |#3|) (-10 -8 (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|))) (-463 |#2| |#3|) (-169) (-23)) (T -462))
+NIL
+(-10 -8 (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2672 ((|#2| $) 19)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 15) (($ $ $) 13)) (-1699 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
(((-463 |#1| |#2|) (-137) (-169) (-23)) (T -463))
-((-3299 (*1 *2 *1) (-12 (-4 *1 (-463 *3 *2)) (-4 *3 (-169)) (-4 *2 (-23)))) (-3297 (*1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (-1709 (*1 *1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (-1698 (*1 *1 *1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (-1709 (*1 *1 *1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))))
-(-13 (-1078) (-10 -8 (-15 -3299 (|t#2| $)) (-15 (-3297) ($) -3930) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -1709 ($ $)) (-15 -1698 ($ $ $)) (-15 -1709 ($ $ $))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-2998 (((-3 (-629 (-474 |#1| |#2|)) "failed") (-629 (-474 |#1| |#2|)) (-629 (-846 |#1|))) 92)) (-4033 (((-629 (-629 (-242 |#1| |#2|))) (-629 (-242 |#1| |#2|)) (-629 (-846 |#1|))) 90)) (-2593 (((-2 (|:| |dpolys| (-629 (-242 |#1| |#2|))) (|:| |coords| (-629 (-552)))) (-629 (-242 |#1| |#2|)) (-629 (-846 |#1|))) 61)))
-(((-464 |#1| |#2| |#3|) (-10 -7 (-15 -4033 ((-629 (-629 (-242 |#1| |#2|))) (-629 (-242 |#1| |#2|)) (-629 (-846 |#1|)))) (-15 -2998 ((-3 (-629 (-474 |#1| |#2|)) "failed") (-629 (-474 |#1| |#2|)) (-629 (-846 |#1|)))) (-15 -2593 ((-2 (|:| |dpolys| (-629 (-242 |#1| |#2|))) (|:| |coords| (-629 (-552)))) (-629 (-242 |#1| |#2|)) (-629 (-846 |#1|))))) (-629 (-1154)) (-445) (-445)) (T -464))
-((-2593 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-846 *5))) (-14 *5 (-629 (-1154))) (-4 *6 (-445)) (-5 *2 (-2 (|:| |dpolys| (-629 (-242 *5 *6))) (|:| |coords| (-629 (-552))))) (-5 *1 (-464 *5 *6 *7)) (-5 *3 (-629 (-242 *5 *6))) (-4 *7 (-445)))) (-2998 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-629 (-474 *4 *5))) (-5 *3 (-629 (-846 *4))) (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *1 (-464 *4 *5 *6)) (-4 *6 (-445)))) (-4033 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-846 *5))) (-14 *5 (-629 (-1154))) (-4 *6 (-445)) (-5 *2 (-629 (-629 (-242 *5 *6)))) (-5 *1 (-464 *5 *6 *7)) (-5 *3 (-629 (-242 *5 *6))) (-4 *7 (-445)))))
-(-10 -7 (-15 -4033 ((-629 (-629 (-242 |#1| |#2|))) (-629 (-242 |#1| |#2|)) (-629 (-846 |#1|)))) (-15 -2998 ((-3 (-629 (-474 |#1| |#2|)) "failed") (-629 (-474 |#1| |#2|)) (-629 (-846 |#1|)))) (-15 -2593 ((-2 (|:| |dpolys| (-629 (-242 |#1| |#2|))) (|:| |coords| (-629 (-552)))) (-629 (-242 |#1| |#2|)) (-629 (-846 |#1|)))))
-((-1293 (((-3 $ "failed") $) 11)) (-2074 (($ $ $) 18)) (-2104 (($ $ $) 19)) (-1720 (($ $ $) 9)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) 17)))
-(((-465 |#1|) (-10 -8 (-15 -2104 (|#1| |#1| |#1|)) (-15 -2074 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-552))) (-15 -1720 (|#1| |#1| |#1|)) (-15 -1293 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-756))) (-15 ** (|#1| |#1| (-902)))) (-466)) (T -465))
-NIL
-(-10 -8 (-15 -2104 (|#1| |#1| |#1|)) (-15 -2074 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-552))) (-15 -1720 (|#1| |#1| |#1|)) (-15 -1293 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-756))) (-15 ** (|#1| |#1| (-902))))
-((-3202 (((-111) $ $) 7)) (-2130 (($) 18 T CONST)) (-1293 (((-3 $ "failed") $) 15)) (-4065 (((-111) $) 17)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 24)) (-2876 (((-1098) $) 10)) (-2074 (($ $ $) 21)) (-2104 (($ $ $) 20)) (-3213 (((-844) $) 11)) (-3309 (($) 19 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ $) 23)) (** (($ $ (-902)) 13) (($ $ (-756)) 16) (($ $ (-552)) 22)) (* (($ $ $) 14)))
+((-2672 (*1 *2 *1) (-12 (-4 *1 (-463 *3 *2)) (-4 *3 (-169)) (-4 *2 (-23)))) (-3296 (*1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (-1710 (*1 *1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (-1699 (*1 *1 *1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))) (-1710 (*1 *1 *1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23)))))
+(-13 (-1079) (-10 -8 (-15 -2672 (|t#2| $)) (-15 (-3296) ($) -3929) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -1710 ($ $)) (-15 -1699 ($ $ $)) (-15 -1710 ($ $ $))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-1491 (((-3 (-630 (-474 |#1| |#2|)) "failed") (-630 (-474 |#1| |#2|)) (-630 (-847 |#1|))) 92)) (-4282 (((-630 (-630 (-242 |#1| |#2|))) (-630 (-242 |#1| |#2|)) (-630 (-847 |#1|))) 90)) (-1894 (((-2 (|:| |dpolys| (-630 (-242 |#1| |#2|))) (|:| |coords| (-630 (-553)))) (-630 (-242 |#1| |#2|)) (-630 (-847 |#1|))) 61)))
+(((-464 |#1| |#2| |#3|) (-10 -7 (-15 -4282 ((-630 (-630 (-242 |#1| |#2|))) (-630 (-242 |#1| |#2|)) (-630 (-847 |#1|)))) (-15 -1491 ((-3 (-630 (-474 |#1| |#2|)) "failed") (-630 (-474 |#1| |#2|)) (-630 (-847 |#1|)))) (-15 -1894 ((-2 (|:| |dpolys| (-630 (-242 |#1| |#2|))) (|:| |coords| (-630 (-553)))) (-630 (-242 |#1| |#2|)) (-630 (-847 |#1|))))) (-630 (-1155)) (-445) (-445)) (T -464))
+((-1894 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-847 *5))) (-14 *5 (-630 (-1155))) (-4 *6 (-445)) (-5 *2 (-2 (|:| |dpolys| (-630 (-242 *5 *6))) (|:| |coords| (-630 (-553))))) (-5 *1 (-464 *5 *6 *7)) (-5 *3 (-630 (-242 *5 *6))) (-4 *7 (-445)))) (-1491 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-630 (-474 *4 *5))) (-5 *3 (-630 (-847 *4))) (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *1 (-464 *4 *5 *6)) (-4 *6 (-445)))) (-4282 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-847 *5))) (-14 *5 (-630 (-1155))) (-4 *6 (-445)) (-5 *2 (-630 (-630 (-242 *5 *6)))) (-5 *1 (-464 *5 *6 *7)) (-5 *3 (-630 (-242 *5 *6))) (-4 *7 (-445)))))
+(-10 -7 (-15 -4282 ((-630 (-630 (-242 |#1| |#2|))) (-630 (-242 |#1| |#2|)) (-630 (-847 |#1|)))) (-15 -1491 ((-3 (-630 (-474 |#1| |#2|)) "failed") (-630 (-474 |#1| |#2|)) (-630 (-847 |#1|)))) (-15 -1894 ((-2 (|:| |dpolys| (-630 (-242 |#1| |#2|))) (|:| |coords| (-630 (-553)))) (-630 (-242 |#1| |#2|)) (-630 (-847 |#1|)))))
+((-3889 (((-3 $ "failed") $) 11)) (-3830 (($ $ $) 18)) (-2931 (($ $ $) 19)) (-1721 (($ $ $) 9)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) 17)))
+(((-465 |#1|) (-10 -8 (-15 -2931 (|#1| |#1| |#1|)) (-15 -3830 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-553))) (-15 -1721 (|#1| |#1| |#1|)) (-15 -3889 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-757))) (-15 ** (|#1| |#1| (-903)))) (-466)) (T -465))
+NIL
+(-10 -8 (-15 -2931 (|#1| |#1| |#1|)) (-15 -3830 (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-553))) (-15 -1721 (|#1| |#1| |#1|)) (-15 -3889 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-757))) (-15 ** (|#1| |#1| (-903))))
+((-3200 (((-111) $ $) 7)) (-3203 (($) 18 T CONST)) (-3889 (((-3 $ "failed") $) 15)) (-1434 (((-111) $) 17)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 24)) (-2875 (((-1099) $) 10)) (-3830 (($ $ $) 21)) (-2931 (($ $ $) 20)) (-3212 (((-845) $) 11)) (-3308 (($) 19 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ $) 23)) (** (($ $ (-903)) 13) (($ $ (-757)) 16) (($ $ (-553)) 22)) (* (($ $ $) 14)))
(((-466) (-137)) (T -466))
-((-3701 (*1 *1 *1) (-4 *1 (-466))) (-1720 (*1 *1 *1 *1) (-4 *1 (-466))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-466)) (-5 *2 (-552)))) (-2074 (*1 *1 *1 *1) (-4 *1 (-466))) (-2104 (*1 *1 *1 *1) (-4 *1 (-466))))
-(-13 (-711) (-10 -8 (-15 -3701 ($ $)) (-15 -1720 ($ $ $)) (-15 ** ($ $ (-552))) (-6 -4365) (-15 -2074 ($ $ $)) (-15 -2104 ($ $ $))))
-(((-101) . T) ((-599 (-844)) . T) ((-711) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) 17)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4157 (($ $ (-401 (-552))) NIL) (($ $ (-401 (-552)) (-401 (-552))) NIL)) (-2622 (((-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|))) $) NIL)) (-2478 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| |#1| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2455 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-756) (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|)))) NIL)) (-2506 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-1677 (((-111) $) NIL (|has| |#1| (-357)))) (-3593 (((-111) $) NIL)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-401 (-552)) $) NIL) (((-401 (-552)) $ (-401 (-552))) NIL)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) NIL) (($ $ (-401 (-552))) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-552))) NIL) (($ $ (-1060) (-401 (-552))) NIL) (($ $ (-629 (-1060)) (-629 (-401 (-552)))) NIL)) (-1477 (($ (-1 |#1| |#1|) $) 22)) (-2430 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-2889 (($ $) 26 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) 33 (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176))))) (($ $ (-1233 |#2|)) 27 (|has| |#1| (-38 (-401 (-552)))))) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3136 (($ $ (-401 (-552))) NIL)) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2855 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))))) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ (-401 (-552))) NIL) (($ $ $) NIL (|has| (-401 (-552)) (-1090)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) 25 (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) 13 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $ (-1233 |#2|)) 15)) (-3299 (((-401 (-552)) $) NIL)) (-2518 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1233 |#2|)) NIL) (($ (-1222 |#1| |#2| |#3|)) 9) (($ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $) NIL (|has| |#1| (-544)))) (-2266 ((|#1| $ (-401 (-552))) NIL)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-4046 ((|#1| $) 18)) (-3843 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-401 (-552))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) 24)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 23) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-467 |#1| |#2| |#3|) (-13 (-1218 |#1|) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3213 ($ (-1222 |#1| |#2| |#3|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|))) (-1030) (-1154) |#1|) (T -467))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-467 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1222 *3 *4 *5)) (-4 *3 (-1030)) (-14 *4 (-1154)) (-14 *5 *3) (-5 *1 (-467 *3 *4 *5)))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-467 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-2889 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-467 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3))))
-(-13 (-1218 |#1|) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3213 ($ (-1222 |#1| |#2| |#3|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|)))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2660 (((-1242) $ |#1| |#1|) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#2| $ |#1| |#2|) 18)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 |#2| "failed") |#1| $) 19)) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) 16)) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) NIL)) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 ((|#1| $) NIL (|has| |#1| (-832)))) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1842 ((|#1| $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-1376 (((-629 |#1|) $) NIL)) (-2539 (((-111) |#1| $) NIL)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-2190 (((-629 |#1|) $) NIL)) (-1335 (((-111) |#1| $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2702 ((|#2| $) NIL (|has| |#1| (-832)))) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-3213 (((-844) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844))) (|has| |#2| (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-468 |#1| |#2| |#3| |#4|) (-1167 |#1| |#2|) (-1078) (-1078) (-1167 |#1| |#2|) |#2|) (T -468))
-NIL
-(-1167 |#1| |#2|)
-((-3202 (((-111) $ $) NIL)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |#4|)))) (-629 |#4|)) NIL)) (-1830 (((-629 $) (-629 |#4|)) NIL)) (-3611 (((-629 |#3|) $) NIL)) (-3902 (((-111) $) NIL)) (-1565 (((-111) $) NIL (|has| |#1| (-544)))) (-2007 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2240 ((|#4| |#4| $) NIL)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3954 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368))) (((-3 |#4| "failed") $ |#3|) NIL)) (-2130 (($) NIL T CONST)) (-3320 (((-111) $) 26 (|has| |#1| (-544)))) (-4177 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3170 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2797 (((-111) $) NIL (|has| |#1| (-544)))) (-3228 (((-629 |#4|) (-629 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-3662 (((-629 |#4|) (-629 |#4|) $) NIL (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) NIL (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) NIL)) (-2832 (($ (-629 |#4|)) NIL)) (-2715 (((-3 $ "failed") $) 39)) (-3126 ((|#4| |#4| $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2655 (($ |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-544)))) (-3738 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) NIL)) (-2081 ((|#4| |#4| $) NIL)) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4368))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-3817 (((-2 (|:| -2571 (-629 |#4|)) (|:| -3092 (-629 |#4|))) $) NIL)) (-3138 (((-629 |#4|) $) 16 (|has| $ (-6 -4368)))) (-3065 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2940 ((|#3| $) 33)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#4|) $) 17 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 25 (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2947 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 21)) (-3420 (((-629 |#3|) $) NIL)) (-2677 (((-111) |#3| $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-2680 (((-3 |#4| "failed") $) 37)) (-3887 (((-629 |#4|) $) NIL)) (-3287 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2498 ((|#4| |#4| $) NIL)) (-4343 (((-111) $ $) NIL)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-544)))) (-3150 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-3848 ((|#4| |#4| $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 (((-3 |#4| "failed") $) 35)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-1800 (((-3 $ "failed") $ |#4|) 47)) (-3136 (($ $ |#4|) NIL)) (-3944 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 15)) (-3430 (($) 13)) (-3299 (((-756) $) NIL)) (-2885 (((-756) |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (((-756) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) 12)) (-1522 (((-528) $) NIL (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) 20)) (-2542 (($ $ |#3|) 42)) (-1853 (($ $ |#3|) 44)) (-3081 (($ $) NIL)) (-2387 (($ $ |#3|) NIL)) (-3213 (((-844) $) 31) (((-629 |#4|) $) 40)) (-1753 (((-756) $) NIL (|has| |#3| (-362)))) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-2015 (((-111) $ (-1 (-111) |#4| (-629 |#4|))) NIL)) (-2584 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2242 (((-629 |#3|) $) NIL)) (-2904 (((-111) |#3| $) NIL)) (-1613 (((-111) $ $) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-469 |#1| |#2| |#3| |#4|) (-1184 |#1| |#2| |#3| |#4|) (-544) (-778) (-832) (-1044 |#1| |#2| |#3|)) (T -469))
-NIL
-(-1184 |#1| |#2| |#3| |#4|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL)) (-2832 (((-552) $) NIL) (((-401 (-552)) $) NIL)) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-4043 (($) 18)) (-4065 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-1522 (((-373) $) 22) (((-220) $) 25) (((-401 (-1150 (-552))) $) 19) (((-528) $) 52)) (-3213 (((-844) $) 50) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (((-220) $) 24) (((-373) $) 21)) (-2014 (((-756)) NIL)) (-3589 (((-111) $ $) NIL)) (-3297 (($) 36 T CONST)) (-3309 (($) 11 T CONST)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL)))
-(((-470) (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))) (-1003) (-599 (-220)) (-599 (-373)) (-600 (-401 (-1150 (-552)))) (-600 (-528)) (-10 -8 (-15 -4043 ($))))) (T -470))
-((-4043 (*1 *1) (-5 *1 (-470))))
-(-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))) (-1003) (-599 (-220)) (-599 (-373)) (-600 (-401 (-1150 (-552)))) (-600 (-528)) (-10 -8 (-15 -4043 ($))))
-((-3202 (((-111) $ $) NIL)) (-1300 (((-1113) $) 11)) (-1286 (((-1113) $) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 19) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-471) (-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1113) $))))) (T -471))
-((-1286 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-471)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-471)))))
-(-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1113) $))))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2660 (((-1242) $ |#1| |#1|) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#2| $ |#1| |#2|) 16)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 |#2| "failed") |#1| $) 20)) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) 18)) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) NIL)) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 ((|#1| $) NIL (|has| |#1| (-832)))) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1842 ((|#1| $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-1376 (((-629 |#1|) $) 13)) (-2539 (((-111) |#1| $) NIL)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-2190 (((-629 |#1|) $) NIL)) (-1335 (((-111) |#1| $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2702 ((|#2| $) NIL (|has| |#1| (-832)))) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 19)) (-2060 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-3213 (((-844) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844))) (|has| |#2| (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 11 (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2657 (((-756) $) 15 (|has| $ (-6 -4368)))))
-(((-472 |#1| |#2| |#3|) (-13 (-1167 |#1| |#2|) (-10 -7 (-6 -4368))) (-1078) (-1078) (-1136)) (T -472))
-NIL
-(-13 (-1167 |#1| |#2|) (-10 -7 (-6 -4368)))
-((-1305 (((-552) (-552) (-552)) 7)) (-3060 (((-111) (-552) (-552) (-552) (-552)) 11)) (-4340 (((-1237 (-629 (-552))) (-756) (-756)) 23)))
-(((-473) (-10 -7 (-15 -1305 ((-552) (-552) (-552))) (-15 -3060 ((-111) (-552) (-552) (-552) (-552))) (-15 -4340 ((-1237 (-629 (-552))) (-756) (-756))))) (T -473))
-((-4340 (*1 *2 *3 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1237 (-629 (-552)))) (-5 *1 (-473)))) (-3060 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-552)) (-5 *2 (-111)) (-5 *1 (-473)))) (-1305 (*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-473)))))
-(-10 -7 (-15 -1305 ((-552) (-552) (-552))) (-15 -3060 ((-111) (-552) (-552) (-552) (-552))) (-15 -4340 ((-1237 (-629 (-552))) (-756) (-756))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-846 |#1|)) $) NIL)) (-3449 (((-1150 $) $ (-846 |#1|)) NIL) (((-1150 |#2|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#2| (-544)))) (-3303 (($ $) NIL (|has| |#2| (-544)))) (-1334 (((-111) $) NIL (|has| |#2| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-846 |#1|))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-4116 (($ $) NIL (|has| |#2| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#2| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#2| (-1019 (-552)))) (((-3 (-846 |#1|) "failed") $) NIL)) (-2832 ((|#2| $) NIL) (((-401 (-552)) $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#2| (-1019 (-552)))) (((-846 |#1|) $) NIL)) (-3301 (($ $ $ (-846 |#1|)) NIL (|has| |#2| (-169)))) (-2206 (($ $ (-629 (-552))) NIL)) (-3766 (($ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL) (((-673 |#2|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#2| (-445))) (($ $ (-846 |#1|)) NIL (|has| |#2| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#2| (-890)))) (-3423 (($ $ |#2| (-475 (-2657 |#1|) (-756)) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-846 |#1|) (-867 (-373))) (|has| |#2| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-846 |#1|) (-867 (-552))) (|has| |#2| (-867 (-552)))))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3602 (($ (-1150 |#2|) (-846 |#1|)) NIL) (($ (-1150 $) (-846 |#1|)) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#2| (-475 (-2657 |#1|) (-756))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-846 |#1|)) NIL)) (-3544 (((-475 (-2657 |#1|) (-756)) $) NIL) (((-756) $ (-846 |#1|)) NIL) (((-629 (-756)) $ (-629 (-846 |#1|))) NIL)) (-1772 (($ $ $) NIL (|has| |#2| (-832)))) (-2011 (($ $ $) NIL (|has| |#2| (-832)))) (-3891 (($ (-1 (-475 (-2657 |#1|) (-756)) (-475 (-2657 |#1|) (-756))) $) NIL)) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-3506 (((-3 (-846 |#1|) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-2623 (((-1136) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-846 |#1|)) (|:| -1406 (-756))) "failed") $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#2| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#2| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#2| (-890)))) (-3969 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-846 |#1|) |#2|) NIL) (($ $ (-629 (-846 |#1|)) (-629 |#2|)) NIL) (($ $ (-846 |#1|) $) NIL) (($ $ (-629 (-846 |#1|)) (-629 $)) NIL)) (-1721 (($ $ (-846 |#1|)) NIL (|has| |#2| (-169)))) (-3096 (($ $ (-846 |#1|)) NIL) (($ $ (-629 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-3299 (((-475 (-2657 |#1|) (-756)) $) NIL) (((-756) $ (-846 |#1|)) NIL) (((-629 (-756)) $ (-629 (-846 |#1|))) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-846 |#1|) (-600 (-873 (-373)))) (|has| |#2| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-846 |#1|) (-600 (-873 (-552)))) (|has| |#2| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-846 |#1|) (-600 (-528))) (|has| |#2| (-600 (-528)))))) (-3807 ((|#2| $) NIL (|has| |#2| (-445))) (($ $ (-846 |#1|)) NIL (|has| |#2| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#2|) NIL) (($ (-846 |#1|)) NIL) (($ (-401 (-552))) NIL (-4029 (|has| |#2| (-38 (-401 (-552)))) (|has| |#2| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#2| (-544)))) (-2984 (((-629 |#2|) $) NIL)) (-2266 ((|#2| $ (-475 (-2657 |#1|) (-756))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#2| (-890))) (|has| |#2| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#2| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#2| (-544)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-846 |#1|)) NIL) (($ $ (-629 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-1666 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#2| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#2| (-38 (-401 (-552))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-474 |#1| |#2|) (-13 (-930 |#2| (-475 (-2657 |#1|) (-756)) (-846 |#1|)) (-10 -8 (-15 -2206 ($ $ (-629 (-552)))))) (-629 (-1154)) (-1030)) (T -474))
-((-2206 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-474 *3 *4)) (-14 *3 (-629 (-1154))) (-4 *4 (-1030)))))
-(-13 (-930 |#2| (-475 (-2657 |#1|) (-756)) (-846 |#1|)) (-10 -8 (-15 -2206 ($ $ (-629 (-552))))))
-((-3202 (((-111) $ $) NIL (|has| |#2| (-1078)))) (-3643 (((-111) $) NIL (|has| |#2| (-129)))) (-1725 (($ (-902)) NIL (|has| |#2| (-1030)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3305 (($ $ $) NIL (|has| |#2| (-778)))) (-4012 (((-3 $ "failed") $ $) NIL (|has| |#2| (-129)))) (-4238 (((-111) $ (-756)) NIL)) (-2663 (((-756)) NIL (|has| |#2| (-362)))) (-3886 (((-552) $) NIL (|has| |#2| (-830)))) (-1470 ((|#2| $ (-552) |#2|) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078)))) (((-3 (-401 (-552)) "failed") $) NIL (-12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1078)))) (-2832 (((-552) $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078)))) (((-401 (-552)) $) NIL (-12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) ((|#2| $) NIL (|has| |#2| (-1078)))) (-2714 (((-673 (-552)) (-673 $)) NIL (-12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL (|has| |#2| (-1030))) (((-673 |#2|) (-673 $)) NIL (|has| |#2| (-1030)))) (-1293 (((-3 $ "failed") $) NIL (|has| |#2| (-711)))) (-1332 (($) NIL (|has| |#2| (-362)))) (-2957 ((|#2| $ (-552) |#2|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ (-552)) 11)) (-1338 (((-111) $) NIL (|has| |#2| (-830)))) (-3138 (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-4065 (((-111) $) NIL (|has| |#2| (-711)))) (-3127 (((-111) $) NIL (|has| |#2| (-830)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-3278 (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-1637 (((-902) $) NIL (|has| |#2| (-362)))) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#2| (-1078)))) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2840 (($ (-902)) NIL (|has| |#2| (-362)))) (-2876 (((-1098) $) NIL (|has| |#2| (-1078)))) (-2702 ((|#2| $) NIL (|has| (-552) (-832)))) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ (-552) |#2|) NIL) ((|#2| $ (-552)) NIL)) (-3632 ((|#2| $ $) NIL (|has| |#2| (-1030)))) (-3519 (($ (-1237 |#2|)) NIL)) (-3725 (((-132)) NIL (|has| |#2| (-357)))) (-3096 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1 |#2| |#2|) (-756)) NIL (|has| |#2| (-1030))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1030)))) (-2885 (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-1237 |#2|) $) NIL) (($ (-552)) NIL (-4029 (-12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078))) (|has| |#2| (-1030)))) (($ (-401 (-552))) NIL (-12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) (($ |#2|) NIL (|has| |#2| (-1078))) (((-844) $) NIL (|has| |#2| (-599 (-844))))) (-2014 (((-756)) NIL (|has| |#2| (-1030)))) (-2584 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1578 (($ $) NIL (|has| |#2| (-830)))) (-3297 (($) NIL (|has| |#2| (-129)) CONST)) (-3309 (($) NIL (|has| |#2| (-711)) CONST)) (-1765 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1 |#2| |#2|) (-756)) NIL (|has| |#2| (-1030))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1030)))) (-1666 (((-111) $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1644 (((-111) $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1613 (((-111) $ $) NIL (|has| |#2| (-1078)))) (-1655 (((-111) $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1632 (((-111) $ $) 15 (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $ $) NIL (|has| |#2| (-1030))) (($ $) NIL (|has| |#2| (-1030)))) (-1698 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-756)) NIL (|has| |#2| (-711))) (($ $ (-902)) NIL (|has| |#2| (-711)))) (* (($ (-552) $) NIL (|has| |#2| (-1030))) (($ $ $) NIL (|has| |#2| (-711))) (($ $ |#2|) NIL (|has| |#2| (-711))) (($ |#2| $) NIL (|has| |#2| (-711))) (($ (-756) $) NIL (|has| |#2| (-129))) (($ (-902) $) NIL (|has| |#2| (-25)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-475 |#1| |#2|) (-233 |#1| |#2|) (-756) (-778)) (T -475))
+((-3700 (*1 *1 *1) (-4 *1 (-466))) (-1721 (*1 *1 *1 *1) (-4 *1 (-466))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-466)) (-5 *2 (-553)))) (-3830 (*1 *1 *1 *1) (-4 *1 (-466))) (-2931 (*1 *1 *1 *1) (-4 *1 (-466))))
+(-13 (-712) (-10 -8 (-15 -3700 ($ $)) (-15 -1721 ($ $ $)) (-15 ** ($ $ (-553))) (-6 -4366) (-15 -3830 ($ $ $)) (-15 -2931 ($ $ $))))
+(((-101) . T) ((-600 (-845)) . T) ((-712) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) 17)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3027 (($ $ (-401 (-553))) NIL) (($ $ (-401 (-553)) (-401 (-553))) NIL)) (-4044 (((-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|))) $) NIL)) (-2479 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| |#1| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2456 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-757) (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|)))) NIL)) (-2505 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-4268 (((-111) $) NIL (|has| |#1| (-357)))) (-2487 (((-111) $) NIL)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-401 (-553)) $) NIL) (((-401 (-553)) $ (-401 (-553))) NIL)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) NIL) (($ $ (-401 (-553))) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-553))) NIL) (($ $ (-1061) (-401 (-553))) NIL) (($ $ (-630 (-1061)) (-630 (-401 (-553)))) NIL)) (-1478 (($ (-1 |#1| |#1|) $) 22)) (-2431 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-1619 (($ $) 26 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) 33 (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177))))) (($ $ (-1234 |#2|)) 27 (|has| |#1| (-38 (-401 (-553)))))) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2370 (($ $ (-401 (-553))) NIL)) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2854 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))))) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ (-401 (-553))) NIL) (($ $ $) NIL (|has| (-401 (-553)) (-1091)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) 25 (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) 13 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $ (-1234 |#2|)) 15)) (-2672 (((-401 (-553)) $) NIL)) (-2517 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1234 |#2|)) NIL) (($ (-1223 |#1| |#2| |#3|)) 9) (($ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $) NIL (|has| |#1| (-545)))) (-1925 ((|#1| $ (-401 (-553))) NIL)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-4045 ((|#1| $) 18)) (-3842 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-401 (-553))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) 24)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 23) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-467 |#1| |#2| |#3|) (-13 (-1219 |#1|) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3212 ($ (-1223 |#1| |#2| |#3|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|))) (-1031) (-1155) |#1|) (T -467))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-467 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1223 *3 *4 *5)) (-4 *3 (-1031)) (-14 *4 (-1155)) (-14 *5 *3) (-5 *1 (-467 *3 *4 *5)))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-467 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-1619 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-467 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3))))
+(-13 (-1219 |#1|) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3212 ($ (-1223 |#1| |#2| |#3|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|)))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1306 (((-1243) $ |#1| |#1|) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#2| $ |#1| |#2|) 18)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 |#2| "failed") |#1| $) 19)) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) 16)) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) NIL)) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 ((|#1| $) NIL (|has| |#1| (-833)))) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-2049 ((|#1| $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4370))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-1377 (((-630 |#1|) $) NIL)) (-2717 (((-111) |#1| $) NIL)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-2508 (((-630 |#1|) $) NIL)) (-2166 (((-111) |#1| $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2701 ((|#2| $) NIL (|has| |#1| (-833)))) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-3212 (((-845) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845))) (|has| |#2| (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-468 |#1| |#2| |#3| |#4|) (-1168 |#1| |#2|) (-1079) (-1079) (-1168 |#1| |#2|) |#2|) (T -468))
+NIL
+(-1168 |#1| |#2|)
+((-3200 (((-111) $ $) NIL)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |#4|)))) (-630 |#4|)) NIL)) (-3240 (((-630 $) (-630 |#4|)) NIL)) (-3611 (((-630 |#3|) $) NIL)) (-2484 (((-111) $) NIL)) (-2518 (((-111) $) NIL (|has| |#1| (-545)))) (-1305 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-1637 ((|#4| |#4| $) NIL)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-3953 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369))) (((-3 |#4| "failed") $ |#3|) NIL)) (-3203 (($) NIL T CONST)) (-1579 (((-111) $) 26 (|has| |#1| (-545)))) (-3199 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2763 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3271 (((-111) $) NIL (|has| |#1| (-545)))) (-3227 (((-630 |#4|) (-630 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-1931 (((-630 |#4|) (-630 |#4|) $) NIL (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) NIL (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) NIL)) (-2831 (($ (-630 |#4|)) NIL)) (-2714 (((-3 $ "failed") $) 39)) (-2250 ((|#4| |#4| $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2653 (($ |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-545)))) (-1410 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) NIL)) (-3899 ((|#4| |#4| $) NIL)) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4369))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-2920 (((-2 (|:| -2570 (-630 |#4|)) (|:| -3089 (-630 |#4|))) $) NIL)) (-3136 (((-630 |#4|) $) 16 (|has| $ (-6 -4369)))) (-2928 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-4051 ((|#3| $) 33)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#4|) $) 17 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 25 (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2947 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 21)) (-1345 (((-630 |#3|) $) NIL)) (-1426 (((-111) |#3| $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-2679 (((-3 |#4| "failed") $) 37)) (-2312 (((-630 |#4|) $) NIL)) (-2546 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2279 ((|#4| |#4| $) NIL)) (-4202 (((-111) $ $) NIL)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-545)))) (-2528 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-3239 ((|#4| |#4| $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 (((-3 |#4| "failed") $) 35)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-2968 (((-3 $ "failed") $ |#4|) 47)) (-2370 (($ $ |#4|) NIL)) (-1563 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 15)) (-1422 (($) 13)) (-2672 (((-757) $) NIL)) (-2885 (((-757) |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (((-757) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) 12)) (-1523 (((-529) $) NIL (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) 20)) (-2739 (($ $ |#3|) 42)) (-2167 (($ $ |#3|) 44)) (-3082 (($ $) NIL)) (-3777 (($ $ |#3|) NIL)) (-3212 (((-845) $) 31) (((-630 |#4|) $) 40)) (-3775 (((-757) $) NIL (|has| |#3| (-362)))) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-1357 (((-111) $ (-1 (-111) |#4| (-630 |#4|))) NIL)) (-1798 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1660 (((-630 |#3|) $) NIL)) (-1758 (((-111) |#3| $) NIL)) (-1614 (((-111) $ $) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-469 |#1| |#2| |#3| |#4|) (-1185 |#1| |#2| |#3| |#4|) (-545) (-779) (-833) (-1045 |#1| |#2| |#3|)) (T -469))
+NIL
+(-1185 |#1| |#2| |#3| |#4|)
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL)) (-2831 (((-553) $) NIL) (((-401 (-553)) $) NIL)) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-4041 (($) 18)) (-1434 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-1523 (((-373) $) 22) (((-220) $) 25) (((-401 (-1151 (-553))) $) 19) (((-529) $) 52)) (-3212 (((-845) $) 50) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (((-220) $) 24) (((-373) $) 21)) (-1348 (((-757)) NIL)) (-2453 (((-111) $ $) NIL)) (-3296 (($) 36 T CONST)) (-3308 (($) 11 T CONST)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL)))
+(((-470) (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))) (-1004) (-600 (-220)) (-600 (-373)) (-601 (-401 (-1151 (-553)))) (-601 (-529)) (-10 -8 (-15 -4041 ($))))) (T -470))
+((-4041 (*1 *1) (-5 *1 (-470))))
+(-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))) (-1004) (-600 (-220)) (-600 (-373)) (-601 (-401 (-1151 (-553)))) (-601 (-529)) (-10 -8 (-15 -4041 ($))))
+((-3200 (((-111) $ $) NIL)) (-1300 (((-1114) $) 11)) (-1288 (((-1114) $) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 19) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-471) (-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1114) $))))) (T -471))
+((-1288 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-471)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-471)))))
+(-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1114) $))))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1306 (((-1243) $ |#1| |#1|) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#2| $ |#1| |#2|) 16)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 |#2| "failed") |#1| $) 20)) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) 18)) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) NIL)) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 ((|#1| $) NIL (|has| |#1| (-833)))) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-2049 ((|#1| $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4370))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-1377 (((-630 |#1|) $) 13)) (-2717 (((-111) |#1| $) NIL)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-2508 (((-630 |#1|) $) NIL)) (-2166 (((-111) |#1| $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2701 ((|#2| $) NIL (|has| |#1| (-833)))) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 19)) (-2061 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-3212 (((-845) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845))) (|has| |#2| (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 11 (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2656 (((-757) $) 15 (|has| $ (-6 -4369)))))
+(((-472 |#1| |#2| |#3|) (-13 (-1168 |#1| |#2|) (-10 -7 (-6 -4369))) (-1079) (-1079) (-1137)) (T -472))
+NIL
+(-13 (-1168 |#1| |#2|) (-10 -7 (-6 -4369)))
+((-1858 (((-553) (-553) (-553)) 7)) (-2868 (((-111) (-553) (-553) (-553) (-553)) 11)) (-4341 (((-1238 (-630 (-553))) (-757) (-757)) 23)))
+(((-473) (-10 -7 (-15 -1858 ((-553) (-553) (-553))) (-15 -2868 ((-111) (-553) (-553) (-553) (-553))) (-15 -4341 ((-1238 (-630 (-553))) (-757) (-757))))) (T -473))
+((-4341 (*1 *2 *3 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1238 (-630 (-553)))) (-5 *1 (-473)))) (-2868 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-553)) (-5 *2 (-111)) (-5 *1 (-473)))) (-1858 (*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-473)))))
+(-10 -7 (-15 -1858 ((-553) (-553) (-553))) (-15 -2868 ((-111) (-553) (-553) (-553) (-553))) (-15 -4341 ((-1238 (-630 (-553))) (-757) (-757))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-847 |#1|)) $) NIL)) (-3447 (((-1151 $) $ (-847 |#1|)) NIL) (((-1151 |#2|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#2| (-545)))) (-2723 (($ $) NIL (|has| |#2| (-545)))) (-2157 (((-111) $) NIL (|has| |#2| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-847 |#1|))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3837 (($ $) NIL (|has| |#2| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#2| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#2| (-1020 (-553)))) (((-3 (-847 |#1|) "failed") $) NIL)) (-2831 ((|#2| $) NIL) (((-401 (-553)) $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#2| (-1020 (-553)))) (((-847 |#1|) $) NIL)) (-2697 (($ $ $ (-847 |#1|)) NIL (|has| |#2| (-169)))) (-2646 (($ $ (-630 (-553))) NIL)) (-3765 (($ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL) (((-674 |#2|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#2| (-445))) (($ $ (-847 |#1|)) NIL (|has| |#2| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#2| (-891)))) (-1369 (($ $ |#2| (-475 (-2656 |#1|) (-757)) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-847 |#1|) (-868 (-373))) (|has| |#2| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-847 |#1|) (-868 (-553))) (|has| |#2| (-868 (-553)))))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3601 (($ (-1151 |#2|) (-847 |#1|)) NIL) (($ (-1151 $) (-847 |#1|)) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#2| (-475 (-2656 |#1|) (-757))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-847 |#1|)) NIL)) (-3264 (((-475 (-2656 |#1|) (-757)) $) NIL) (((-757) $ (-847 |#1|)) NIL) (((-630 (-757)) $ (-630 (-847 |#1|))) NIL)) (-1773 (($ $ $) NIL (|has| |#2| (-833)))) (-2012 (($ $ $) NIL (|has| |#2| (-833)))) (-2364 (($ (-1 (-475 (-2656 |#1|) (-757)) (-475 (-2656 |#1|) (-757))) $) NIL)) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-2903 (((-3 (-847 |#1|) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-4056 (((-1137) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-847 |#1|)) (|:| -3503 (-757))) "failed") $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#2| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#2| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#2| (-891)))) (-3968 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-847 |#1|) |#2|) NIL) (($ $ (-630 (-847 |#1|)) (-630 |#2|)) NIL) (($ $ (-847 |#1|) $) NIL) (($ $ (-630 (-847 |#1|)) (-630 $)) NIL)) (-3488 (($ $ (-847 |#1|)) NIL (|has| |#2| (-169)))) (-3095 (($ $ (-847 |#1|)) NIL) (($ $ (-630 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-2672 (((-475 (-2656 |#1|) (-757)) $) NIL) (((-757) $ (-847 |#1|)) NIL) (((-630 (-757)) $ (-630 (-847 |#1|))) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-847 |#1|) (-601 (-874 (-373)))) (|has| |#2| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-847 |#1|) (-601 (-874 (-553)))) (|has| |#2| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-847 |#1|) (-601 (-529))) (|has| |#2| (-601 (-529)))))) (-3998 ((|#2| $) NIL (|has| |#2| (-445))) (($ $ (-847 |#1|)) NIL (|has| |#2| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#2|) NIL) (($ (-847 |#1|)) NIL) (($ (-401 (-553))) NIL (-4028 (|has| |#2| (-38 (-401 (-553)))) (|has| |#2| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#2| (-545)))) (-1372 (((-630 |#2|) $) NIL)) (-1925 ((|#2| $ (-475 (-2656 |#1|) (-757))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#2| (-891))) (|has| |#2| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#2| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#2| (-545)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-847 |#1|)) NIL) (($ $ (-630 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-1667 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#2| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#2| (-38 (-401 (-553))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-474 |#1| |#2|) (-13 (-931 |#2| (-475 (-2656 |#1|) (-757)) (-847 |#1|)) (-10 -8 (-15 -2646 ($ $ (-630 (-553)))))) (-630 (-1155)) (-1031)) (T -474))
+((-2646 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-474 *3 *4)) (-14 *3 (-630 (-1155))) (-4 *4 (-1031)))))
+(-13 (-931 |#2| (-475 (-2656 |#1|) (-757)) (-847 |#1|)) (-10 -8 (-15 -2646 ($ $ (-630 (-553))))))
+((-3200 (((-111) $ $) NIL (|has| |#2| (-1079)))) (-1719 (((-111) $) NIL (|has| |#2| (-129)))) (-3530 (($ (-903)) NIL (|has| |#2| (-1031)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-1462 (($ $ $) NIL (|has| |#2| (-779)))) (-4123 (((-3 $ "failed") $ $) NIL (|has| |#2| (-129)))) (-2549 (((-111) $ (-757)) NIL)) (-2662 (((-757)) NIL (|has| |#2| (-362)))) (-2299 (((-553) $) NIL (|has| |#2| (-831)))) (-1471 ((|#2| $ (-553) |#2|) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079)))) (((-3 (-401 (-553)) "failed") $) NIL (-12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1079)))) (-2831 (((-553) $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079)))) (((-401 (-553)) $) NIL (-12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) ((|#2| $) NIL (|has| |#2| (-1079)))) (-3698 (((-674 (-553)) (-674 $)) NIL (-12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL (|has| |#2| (-1031))) (((-674 |#2|) (-674 $)) NIL (|has| |#2| (-1031)))) (-3889 (((-3 $ "failed") $) NIL (|has| |#2| (-712)))) (-1333 (($) NIL (|has| |#2| (-362)))) (-2959 ((|#2| $ (-553) |#2|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ (-553)) 11)) (-2184 (((-111) $) NIL (|has| |#2| (-831)))) (-3136 (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-1434 (((-111) $) NIL (|has| |#2| (-712)))) (-2260 (((-111) $) NIL (|has| |#2| (-831)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-2447 (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-3941 (((-903) $) NIL (|has| |#2| (-362)))) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#2| (-1079)))) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2839 (($ (-903)) NIL (|has| |#2| (-362)))) (-2875 (((-1099) $) NIL (|has| |#2| (-1079)))) (-2701 ((|#2| $) NIL (|has| (-553) (-833)))) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ (-553) |#2|) NIL) ((|#2| $ (-553)) NIL)) (-1602 ((|#2| $ $) NIL (|has| |#2| (-1031)))) (-3518 (($ (-1238 |#2|)) NIL)) (-1315 (((-132)) NIL (|has| |#2| (-357)))) (-3095 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1 |#2| |#2|) (-757)) NIL (|has| |#2| (-1031))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1031)))) (-2885 (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-1238 |#2|) $) NIL) (($ (-553)) NIL (-4028 (-12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (|has| |#2| (-1031)))) (($ (-401 (-553))) NIL (-12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) (($ |#2|) NIL (|has| |#2| (-1079))) (((-845) $) NIL (|has| |#2| (-600 (-845))))) (-1348 (((-757)) NIL (|has| |#2| (-1031)))) (-1798 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1411 (($ $) NIL (|has| |#2| (-831)))) (-3296 (($) NIL (|has| |#2| (-129)) CONST)) (-3308 (($) NIL (|has| |#2| (-712)) CONST)) (-1766 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1 |#2| |#2|) (-757)) NIL (|has| |#2| (-1031))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1031)))) (-1667 (((-111) $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1645 (((-111) $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1614 (((-111) $ $) NIL (|has| |#2| (-1079)))) (-1656 (((-111) $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1633 (((-111) $ $) 15 (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $ $) NIL (|has| |#2| (-1031))) (($ $) NIL (|has| |#2| (-1031)))) (-1699 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-757)) NIL (|has| |#2| (-712))) (($ $ (-903)) NIL (|has| |#2| (-712)))) (* (($ (-553) $) NIL (|has| |#2| (-1031))) (($ $ $) NIL (|has| |#2| (-712))) (($ $ |#2|) NIL (|has| |#2| (-712))) (($ |#2| $) NIL (|has| |#2| (-712))) (($ (-757) $) NIL (|has| |#2| (-129))) (($ (-903) $) NIL (|has| |#2| (-25)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-475 |#1| |#2|) (-233 |#1| |#2|) (-757) (-779)) (T -475))
NIL
(-233 |#1| |#2|)
-((-3202 (((-111) $ $) NIL)) (-2055 (((-629 (-498)) $) 11)) (-4290 (((-498) $) 10)) (-2623 (((-1136) $) NIL)) (-3522 (($ (-498) (-629 (-498))) 9)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 20) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-476) (-13 (-1061) (-10 -8 (-15 -3522 ($ (-498) (-629 (-498)))) (-15 -4290 ((-498) $)) (-15 -2055 ((-629 (-498)) $))))) (T -476))
-((-3522 (*1 *1 *2 *3) (-12 (-5 *3 (-629 (-498))) (-5 *2 (-498)) (-5 *1 (-476)))) (-4290 (*1 *2 *1) (-12 (-5 *2 (-498)) (-5 *1 (-476)))) (-2055 (*1 *2 *1) (-12 (-5 *2 (-629 (-498))) (-5 *1 (-476)))))
-(-13 (-1061) (-10 -8 (-15 -3522 ($ (-498) (-629 (-498)))) (-15 -4290 ((-498) $)) (-15 -2055 ((-629 (-498)) $))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) NIL)) (-2130 (($) NIL T CONST)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-3707 (($ $ $) 32)) (-1446 (($ $ $) 31)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2011 ((|#1| $) 26)) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-3105 ((|#1| $) 27)) (-1580 (($ |#1| $) 10)) (-3452 (($ (-629 |#1|)) 12)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3995 ((|#1| $) 23)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 9)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) 29)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) 21 (|has| $ (-6 -4368)))))
-(((-477 |#1|) (-13 (-949 |#1|) (-10 -8 (-15 -3452 ($ (-629 |#1|))))) (-832)) (T -477))
-((-3452 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-477 *3)))))
-(-13 (-949 |#1|) (-10 -8 (-15 -3452 ($ (-629 |#1|)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3884 (($ $) 69)) (-3850 (((-111) $) NIL)) (-2623 (((-1136) $) NIL)) (-3165 (((-407 |#2| (-401 |#2|) |#3| |#4|) $) 44)) (-2876 (((-1098) $) NIL)) (-4126 (((-3 |#4| "failed") $) 107)) (-1620 (($ (-407 |#2| (-401 |#2|) |#3| |#4|)) 76) (($ |#4|) 32) (($ |#1| |#1|) 115) (($ |#1| |#1| (-552)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 127)) (-2089 (((-2 (|:| -3273 (-407 |#2| (-401 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 46)) (-3213 (((-844) $) 102)) (-3297 (($) 33 T CONST)) (-1613 (((-111) $ $) 109)) (-1709 (($ $) 72) (($ $ $) NIL)) (-1698 (($ $ $) 70)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 73)))
-(((-478 |#1| |#2| |#3| |#4|) (-329 |#1| |#2| |#3| |#4|) (-357) (-1213 |#1|) (-1213 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -478))
+((-3200 (((-111) $ $) NIL)) (-2054 (((-630 (-499)) $) 11)) (-4292 (((-499) $) 10)) (-4056 (((-1137) $) NIL)) (-3045 (($ (-499) (-630 (-499))) 9)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 20) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-476) (-13 (-1062) (-10 -8 (-15 -3045 ($ (-499) (-630 (-499)))) (-15 -4292 ((-499) $)) (-15 -2054 ((-630 (-499)) $))))) (T -476))
+((-3045 (*1 *1 *2 *3) (-12 (-5 *3 (-630 (-499))) (-5 *2 (-499)) (-5 *1 (-476)))) (-4292 (*1 *2 *1) (-12 (-5 *2 (-499)) (-5 *1 (-476)))) (-2054 (*1 *2 *1) (-12 (-5 *2 (-630 (-499))) (-5 *1 (-476)))))
+(-13 (-1062) (-10 -8 (-15 -3045 ($ (-499) (-630 (-499)))) (-15 -4292 ((-499) $)) (-15 -2054 ((-630 (-499)) $))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) NIL)) (-3203 (($) NIL T CONST)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-4250 (($ $ $) 32)) (-3858 (($ $ $) 31)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2012 ((|#1| $) 26)) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3311 ((|#1| $) 27)) (-1429 (($ |#1| $) 10)) (-3572 (($ (-630 |#1|)) 12)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2037 ((|#1| $) 23)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 9)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) 29)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) 21 (|has| $ (-6 -4369)))))
+(((-477 |#1|) (-13 (-950 |#1|) (-10 -8 (-15 -3572 ($ (-630 |#1|))))) (-833)) (T -477))
+((-3572 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-477 *3)))))
+(-13 (-950 |#1|) (-10 -8 (-15 -3572 ($ (-630 |#1|)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3883 (($ $) 69)) (-3260 (((-111) $) NIL)) (-4056 (((-1137) $) NIL)) (-2719 (((-407 |#2| (-401 |#2|) |#3| |#4|) $) 44)) (-2875 (((-1099) $) NIL)) (-4125 (((-3 |#4| "failed") $) 107)) (-1817 (($ (-407 |#2| (-401 |#2|) |#3| |#4|)) 76) (($ |#4|) 32) (($ |#1| |#1|) 115) (($ |#1| |#1| (-553)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 127)) (-2775 (((-2 (|:| -3272 (-407 |#2| (-401 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 46)) (-3212 (((-845) $) 102)) (-3296 (($) 33 T CONST)) (-1614 (((-111) $ $) 109)) (-1710 (($ $) 72) (($ $ $) NIL)) (-1699 (($ $ $) 70)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 73)))
+(((-478 |#1| |#2| |#3| |#4|) (-329 |#1| |#2| |#3| |#4|) (-357) (-1214 |#1|) (-1214 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -478))
NIL
(-329 |#1| |#2| |#3| |#4|)
-((-2397 (((-552) (-629 (-552))) 30)) (-3869 ((|#1| (-629 |#1|)) 56)) (-3816 (((-629 |#1|) (-629 |#1|)) 57)) (-4185 (((-629 |#1|) (-629 |#1|)) 59)) (-2594 ((|#1| (-629 |#1|)) 58)) (-3807 (((-629 (-552)) (-629 |#1|)) 33)))
-(((-479 |#1|) (-10 -7 (-15 -2594 (|#1| (-629 |#1|))) (-15 -3869 (|#1| (-629 |#1|))) (-15 -4185 ((-629 |#1|) (-629 |#1|))) (-15 -3816 ((-629 |#1|) (-629 |#1|))) (-15 -3807 ((-629 (-552)) (-629 |#1|))) (-15 -2397 ((-552) (-629 (-552))))) (-1213 (-552))) (T -479))
-((-2397 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-552)) (-5 *1 (-479 *4)) (-4 *4 (-1213 *2)))) (-3807 (*1 *2 *3) (-12 (-5 *3 (-629 *4)) (-4 *4 (-1213 (-552))) (-5 *2 (-629 (-552))) (-5 *1 (-479 *4)))) (-3816 (*1 *2 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1213 (-552))) (-5 *1 (-479 *3)))) (-4185 (*1 *2 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1213 (-552))) (-5 *1 (-479 *3)))) (-3869 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-5 *1 (-479 *2)) (-4 *2 (-1213 (-552))))) (-2594 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-5 *1 (-479 *2)) (-4 *2 (-1213 (-552))))))
-(-10 -7 (-15 -2594 (|#1| (-629 |#1|))) (-15 -3869 (|#1| (-629 |#1|))) (-15 -4185 ((-629 |#1|) (-629 |#1|))) (-15 -3816 ((-629 |#1|) (-629 |#1|))) (-15 -3807 ((-629 (-552)) (-629 |#1|))) (-15 -2397 ((-552) (-629 (-552)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 (((-552) $) NIL (|has| (-552) (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL (|has| (-552) (-805)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-1154) "failed") $) NIL (|has| (-552) (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-552) (-1019 (-552)))) (((-3 (-552) "failed") $) NIL (|has| (-552) (-1019 (-552))))) (-2832 (((-552) $) NIL) (((-1154) $) NIL (|has| (-552) (-1019 (-1154)))) (((-401 (-552)) $) NIL (|has| (-552) (-1019 (-552)))) (((-552) $) NIL (|has| (-552) (-1019 (-552))))) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| (-552) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-552) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-673 (-552)) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-552) (-537)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1338 (((-111) $) NIL (|has| (-552) (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| (-552) (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| (-552) (-867 (-373))))) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL)) (-4015 (((-552) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| (-552) (-1129)))) (-3127 (((-111) $) NIL (|has| (-552) (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| (-552) (-832)))) (-1477 (($ (-1 (-552) (-552)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-552) (-1129)) CONST)) (-3284 (($ (-401 (-552))) 9)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL (|has| (-552) (-301))) (((-401 (-552)) $) NIL)) (-3410 (((-552) $) NIL (|has| (-552) (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2432 (($ $ (-629 (-552)) (-629 (-552))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-552) (-552)) NIL (|has| (-552) (-303 (-552)))) (($ $ (-288 (-552))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-629 (-288 (-552)))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-629 (-1154)) (-629 (-552))) NIL (|has| (-552) (-506 (-1154) (-552)))) (($ $ (-1154) (-552)) NIL (|has| (-552) (-506 (-1154) (-552))))) (-3795 (((-756) $) NIL)) (-2060 (($ $ (-552)) NIL (|has| (-552) (-280 (-552) (-552))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) NIL (|has| (-552) (-228))) (($ $ (-756)) NIL (|has| (-552) (-228))) (($ $ (-1154)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1 (-552) (-552)) (-756)) NIL) (($ $ (-1 (-552) (-552))) NIL)) (-2493 (($ $) NIL)) (-4026 (((-552) $) NIL)) (-1522 (((-873 (-552)) $) NIL (|has| (-552) (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| (-552) (-600 (-873 (-373))))) (((-528) $) NIL (|has| (-552) (-600 (-528)))) (((-373) $) NIL (|has| (-552) (-1003))) (((-220) $) NIL (|has| (-552) (-1003)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| (-552) (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) 8) (($ (-552)) NIL) (($ (-1154)) NIL (|has| (-552) (-1019 (-1154)))) (((-401 (-552)) $) NIL) (((-985 16) $) 10)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| (-552) (-890))) (|has| (-552) (-142))))) (-2014 (((-756)) NIL)) (-3763 (((-552) $) NIL (|has| (-552) (-537)))) (-3589 (((-111) $ $) NIL)) (-1578 (($ $) NIL (|has| (-552) (-805)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $) NIL (|has| (-552) (-228))) (($ $ (-756)) NIL (|has| (-552) (-228))) (($ $ (-1154)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1 (-552) (-552)) (-756)) NIL) (($ $ (-1 (-552) (-552))) NIL)) (-1666 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1632 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1720 (($ $ $) NIL) (($ (-552) (-552)) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ (-552) $) NIL) (($ $ (-552)) NIL)))
-(((-480) (-13 (-973 (-552)) (-10 -8 (-15 -3213 ((-401 (-552)) $)) (-15 -3213 ((-985 16) $)) (-15 -2147 ((-401 (-552)) $)) (-15 -3284 ($ (-401 (-552))))))) (T -480))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-480)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-985 16)) (-5 *1 (-480)))) (-2147 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-480)))) (-3284 (*1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-480)))))
-(-13 (-973 (-552)) (-10 -8 (-15 -3213 ((-401 (-552)) $)) (-15 -3213 ((-985 16) $)) (-15 -2147 ((-401 (-552)) $)) (-15 -3284 ($ (-401 (-552))))))
-((-3278 (((-629 |#2|) $) 23)) (-2973 (((-111) |#2| $) 28)) (-3944 (((-111) (-1 (-111) |#2|) $) 21)) (-2432 (($ $ (-629 (-288 |#2|))) 13) (($ $ (-288 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-629 |#2|) (-629 |#2|)) NIL)) (-2885 (((-756) (-1 (-111) |#2|) $) 22) (((-756) |#2| $) 26)) (-3213 (((-844) $) 37)) (-2584 (((-111) (-1 (-111) |#2|) $) 20)) (-1613 (((-111) $ $) 31)) (-2657 (((-756) $) 17)))
-(((-481 |#1| |#2|) (-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -2432 (|#1| |#1| (-629 |#2|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#2| |#2|)) (-15 -2432 (|#1| |#1| (-288 |#2|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#2|)))) (-15 -2973 ((-111) |#2| |#1|)) (-15 -2885 ((-756) |#2| |#1|)) (-15 -3278 ((-629 |#2|) |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2657 ((-756) |#1|))) (-482 |#2|) (-1191)) (T -481))
-NIL
-(-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -2432 (|#1| |#1| (-629 |#2|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#2| |#2|)) (-15 -2432 (|#1| |#1| (-288 |#2|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#2|)))) (-15 -2973 ((-111) |#2| |#1|)) (-15 -2885 ((-756) |#2| |#1|)) (-15 -3278 ((-629 |#2|) |#1|)) (-15 -2885 ((-756) (-1 (-111) |#2|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2657 ((-756) |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-2130 (($) 7 T CONST)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-482 |#1|) (-137) (-1191)) (T -482))
-((-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-482 *3)) (-4 *3 (-1191)))) (-2947 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4369)) (-4 *1 (-482 *3)) (-4 *3 (-1191)))) (-2584 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4368)) (-4 *1 (-482 *4)) (-4 *4 (-1191)) (-5 *2 (-111)))) (-3944 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4368)) (-4 *1 (-482 *4)) (-4 *4 (-1191)) (-5 *2 (-111)))) (-2885 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4368)) (-4 *1 (-482 *4)) (-4 *4 (-1191)) (-5 *2 (-756)))) (-3138 (*1 *2 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-482 *3)) (-4 *3 (-1191)) (-5 *2 (-629 *3)))) (-3278 (*1 *2 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-482 *3)) (-4 *3 (-1191)) (-5 *2 (-629 *3)))) (-2885 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-482 *3)) (-4 *3 (-1191)) (-4 *3 (-1078)) (-5 *2 (-756)))) (-2973 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-482 *3)) (-4 *3 (-1191)) (-4 *3 (-1078)) (-5 *2 (-111)))))
-(-13 (-34) (-10 -8 (IF (|has| |t#1| (-599 (-844))) (-6 (-599 (-844))) |%noBranch|) (IF (|has| |t#1| (-1078)) (-6 (-1078)) |%noBranch|) (IF (|has| |t#1| (-1078)) (IF (|has| |t#1| (-303 |t#1|)) (-6 (-303 |t#1|)) |%noBranch|) |%noBranch|) (-15 -1477 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4369)) (-15 -2947 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4368)) (PROGN (-15 -2584 ((-111) (-1 (-111) |t#1|) $)) (-15 -3944 ((-111) (-1 (-111) |t#1|) $)) (-15 -2885 ((-756) (-1 (-111) |t#1|) $)) (-15 -3138 ((-629 |t#1|) $)) (-15 -3278 ((-629 |t#1|) $)) (IF (|has| |t#1| (-1078)) (PROGN (-15 -2885 ((-756) |t#1| $)) (-15 -2973 ((-111) |t#1| $))) |%noBranch|)) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-3865 (($ (-1136)) 8)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 14) (((-1136) $) 11)) (-1613 (((-111) $ $) 10)))
-(((-483) (-13 (-1078) (-599 (-1136)) (-10 -8 (-15 -3865 ($ (-1136)))))) (T -483))
-((-3865 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-483)))))
-(-13 (-1078) (-599 (-1136)) (-10 -8 (-15 -3865 ($ (-1136)))))
-((-2478 (($ $) 15)) (-2455 (($ $) 24)) (-2506 (($ $) 12)) (-2518 (($ $) 10)) (-2492 (($ $) 17)) (-2467 (($ $) 22)))
-(((-484 |#1|) (-10 -8 (-15 -2467 (|#1| |#1|)) (-15 -2492 (|#1| |#1|)) (-15 -2518 (|#1| |#1|)) (-15 -2506 (|#1| |#1|)) (-15 -2455 (|#1| |#1|)) (-15 -2478 (|#1| |#1|))) (-485)) (T -484))
-NIL
-(-10 -8 (-15 -2467 (|#1| |#1|)) (-15 -2492 (|#1| |#1|)) (-15 -2518 (|#1| |#1|)) (-15 -2506 (|#1| |#1|)) (-15 -2455 (|#1| |#1|)) (-15 -2478 (|#1| |#1|)))
-((-2478 (($ $) 11)) (-2455 (($ $) 10)) (-2506 (($ $) 9)) (-2518 (($ $) 8)) (-2492 (($ $) 7)) (-2467 (($ $) 6)))
-(((-485) (-137)) (T -485))
-((-2478 (*1 *1 *1) (-4 *1 (-485))) (-2455 (*1 *1 *1) (-4 *1 (-485))) (-2506 (*1 *1 *1) (-4 *1 (-485))) (-2518 (*1 *1 *1) (-4 *1 (-485))) (-2492 (*1 *1 *1) (-4 *1 (-485))) (-2467 (*1 *1 *1) (-4 *1 (-485))))
-(-13 (-10 -8 (-15 -2467 ($ $)) (-15 -2492 ($ $)) (-15 -2518 ($ $)) (-15 -2506 ($ $)) (-15 -2455 ($ $)) (-15 -2478 ($ $))))
-((-3479 (((-412 |#4|) |#4| (-1 (-412 |#2|) |#2|)) 42)))
-(((-486 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3479 ((-412 |#4|) |#4| (-1 (-412 |#2|) |#2|)))) (-357) (-1213 |#1|) (-13 (-357) (-144) (-709 |#1| |#2|)) (-1213 |#3|)) (T -486))
-((-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357)) (-4 *7 (-13 (-357) (-144) (-709 *5 *6))) (-5 *2 (-412 *3)) (-5 *1 (-486 *5 *6 *7 *3)) (-4 *3 (-1213 *7)))))
-(-10 -7 (-15 -3479 ((-412 |#4|) |#4| (-1 (-412 |#2|) |#2|))))
-((-3202 (((-111) $ $) NIL)) (-2965 (((-629 $) (-1150 $) (-1154)) NIL) (((-629 $) (-1150 $)) NIL) (((-629 $) (-933 $)) NIL)) (-3476 (($ (-1150 $) (-1154)) NIL) (($ (-1150 $)) NIL) (($ (-933 $)) NIL)) (-3643 (((-111) $) 39)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-2022 (((-111) $ $) 64)) (-3361 (((-629 (-598 $)) $) 48)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2172 (($ $ (-288 $)) NIL) (($ $ (-629 (-288 $))) NIL) (($ $ (-629 (-598 $)) (-629 $)) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-3489 (($ $) NIL)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-1821 (((-629 $) (-1150 $) (-1154)) NIL) (((-629 $) (-1150 $)) NIL) (((-629 $) (-933 $)) NIL)) (-1743 (($ (-1150 $) (-1154)) NIL) (($ (-1150 $)) NIL) (($ (-933 $)) NIL)) (-1393 (((-3 (-598 $) "failed") $) NIL) (((-3 (-552) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL)) (-2832 (((-598 $) $) NIL) (((-552) $) NIL) (((-401 (-552)) $) 50)) (-4006 (($ $ $) NIL)) (-2714 (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-673 (-552)) (-673 $)) NIL) (((-2 (|:| -2325 (-673 (-401 (-552)))) (|:| |vec| (-1237 (-401 (-552))))) (-673 $) (-1237 $)) NIL) (((-673 (-401 (-552))) (-673 $)) NIL)) (-3884 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-3963 (($ $) NIL) (($ (-629 $)) NIL)) (-3751 (((-629 (-113)) $) NIL)) (-2951 (((-113) (-113)) NIL)) (-4065 (((-111) $) 42)) (-3302 (((-111) $) NIL (|has| $ (-1019 (-552))))) (-4015 (((-1103 (-552) (-598 $)) $) 37)) (-3755 (($ $ (-552)) NIL)) (-4346 (((-1150 $) (-1150 $) (-598 $)) 78) (((-1150 $) (-1150 $) (-629 (-598 $))) 55) (($ $ (-598 $)) 67) (($ $ (-629 (-598 $))) 68)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1941 (((-1150 $) (-598 $)) 65 (|has| $ (-1030)))) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1477 (($ (-1 $ $) (-598 $)) NIL)) (-1875 (((-3 (-598 $) "failed") $) NIL)) (-2552 (($ (-629 $)) NIL) (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-3438 (((-629 (-598 $)) $) NIL)) (-4086 (($ (-113) $) NIL) (($ (-113) (-629 $)) NIL)) (-3515 (((-111) $ (-113)) NIL) (((-111) $ (-1154)) NIL)) (-3701 (($ $) NIL)) (-2384 (((-756) $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ (-629 $)) NIL) (($ $ $) NIL)) (-3633 (((-111) $ $) NIL) (((-111) $ (-1154)) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3117 (((-111) $) NIL (|has| $ (-1019 (-552))))) (-2432 (($ $ (-598 $) $) NIL) (($ $ (-629 (-598 $)) (-629 $)) NIL) (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ $))) NIL) (($ $ (-629 (-1154)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-1154) (-1 $ (-629 $))) NIL) (($ $ (-1154) (-1 $ $)) NIL) (($ $ (-629 (-113)) (-629 (-1 $ $))) NIL) (($ $ (-629 (-113)) (-629 (-1 $ (-629 $)))) NIL) (($ $ (-113) (-1 $ (-629 $))) NIL) (($ $ (-113) (-1 $ $)) NIL)) (-3795 (((-756) $) NIL)) (-2060 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-629 $)) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-1877 (($ $) NIL) (($ $ $) NIL)) (-3096 (($ $ (-756)) NIL) (($ $) 36)) (-4026 (((-1103 (-552) (-598 $)) $) 20)) (-3521 (($ $) NIL (|has| $ (-1030)))) (-1522 (((-373) $) 92) (((-220) $) 100) (((-166 (-373)) $) 108)) (-3213 (((-844) $) NIL) (($ (-598 $)) NIL) (($ (-401 (-552))) NIL) (($ $) NIL) (($ (-552)) NIL) (($ (-1103 (-552) (-598 $))) 21)) (-2014 (((-756)) NIL)) (-3044 (($ $) NIL) (($ (-629 $)) NIL)) (-1374 (((-111) (-113)) 84)) (-3589 (((-111) $ $) NIL)) (-3297 (($) 10 T CONST)) (-3309 (($) 22 T CONST)) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 24)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1720 (($ $ $) 44)) (-1709 (($ $ $) NIL) (($ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-401 (-552))) NIL) (($ $ (-552)) 46) (($ $ (-756)) NIL) (($ $ (-902)) NIL)) (* (($ (-401 (-552)) $) NIL) (($ $ (-401 (-552))) NIL) (($ $ $) 27) (($ (-552) $) NIL) (($ (-756) $) NIL) (($ (-902) $) NIL)))
-(((-487) (-13 (-296) (-27) (-1019 (-552)) (-1019 (-401 (-552))) (-625 (-552)) (-1003) (-625 (-401 (-552))) (-144) (-600 (-166 (-373))) (-228) (-10 -8 (-15 -3213 ($ (-1103 (-552) (-598 $)))) (-15 -4015 ((-1103 (-552) (-598 $)) $)) (-15 -4026 ((-1103 (-552) (-598 $)) $)) (-15 -3884 ($ $)) (-15 -2022 ((-111) $ $)) (-15 -4346 ((-1150 $) (-1150 $) (-598 $))) (-15 -4346 ((-1150 $) (-1150 $) (-629 (-598 $)))) (-15 -4346 ($ $ (-598 $))) (-15 -4346 ($ $ (-629 (-598 $))))))) (T -487))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1103 (-552) (-598 (-487)))) (-5 *1 (-487)))) (-4015 (*1 *2 *1) (-12 (-5 *2 (-1103 (-552) (-598 (-487)))) (-5 *1 (-487)))) (-4026 (*1 *2 *1) (-12 (-5 *2 (-1103 (-552) (-598 (-487)))) (-5 *1 (-487)))) (-3884 (*1 *1 *1) (-5 *1 (-487))) (-2022 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-487)))) (-4346 (*1 *2 *2 *3) (-12 (-5 *2 (-1150 (-487))) (-5 *3 (-598 (-487))) (-5 *1 (-487)))) (-4346 (*1 *2 *2 *3) (-12 (-5 *2 (-1150 (-487))) (-5 *3 (-629 (-598 (-487)))) (-5 *1 (-487)))) (-4346 (*1 *1 *1 *2) (-12 (-5 *2 (-598 (-487))) (-5 *1 (-487)))) (-4346 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-598 (-487)))) (-5 *1 (-487)))))
-(-13 (-296) (-27) (-1019 (-552)) (-1019 (-401 (-552))) (-625 (-552)) (-1003) (-625 (-401 (-552))) (-144) (-600 (-166 (-373))) (-228) (-10 -8 (-15 -3213 ($ (-1103 (-552) (-598 $)))) (-15 -4015 ((-1103 (-552) (-598 $)) $)) (-15 -4026 ((-1103 (-552) (-598 $)) $)) (-15 -3884 ($ $)) (-15 -2022 ((-111) $ $)) (-15 -4346 ((-1150 $) (-1150 $) (-598 $))) (-15 -4346 ((-1150 $) (-1150 $) (-629 (-598 $)))) (-15 -4346 ($ $ (-598 $))) (-15 -4346 ($ $ (-629 (-598 $))))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-552) |#1|) 25 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) 22 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 21)) (-1456 (((-552) (-1 (-111) |#1|) $) NIL) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078)))) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-3307 (($ (-756) |#1|) 14)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) 12 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) 23 (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 16 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 17) (($ (-1 |#1| |#1| |#1|) $ $) 19)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2702 ((|#1| $) NIL (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) 10 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 13)) (-2060 ((|#1| $ (-552) |#1|) NIL) ((|#1| $ (-552)) 24) (($ $ (-1204 (-552))) NIL)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) NIL)) (-4319 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-629 $)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-2657 (((-756) $) 9 (|has| $ (-6 -4368)))))
-(((-488 |#1| |#2|) (-19 |#1|) (-1191) (-552)) (T -488))
+((-3844 (((-553) (-630 (-553))) 30)) (-2130 ((|#1| (-630 |#1|)) 56)) (-2909 (((-630 |#1|) (-630 |#1|)) 57)) (-3288 (((-630 |#1|) (-630 |#1|)) 59)) (-2591 ((|#1| (-630 |#1|)) 58)) (-3998 (((-630 (-553)) (-630 |#1|)) 33)))
+(((-479 |#1|) (-10 -7 (-15 -2591 (|#1| (-630 |#1|))) (-15 -2130 (|#1| (-630 |#1|))) (-15 -3288 ((-630 |#1|) (-630 |#1|))) (-15 -2909 ((-630 |#1|) (-630 |#1|))) (-15 -3998 ((-630 (-553)) (-630 |#1|))) (-15 -3844 ((-553) (-630 (-553))))) (-1214 (-553))) (T -479))
+((-3844 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-553)) (-5 *1 (-479 *4)) (-4 *4 (-1214 *2)))) (-3998 (*1 *2 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-1214 (-553))) (-5 *2 (-630 (-553))) (-5 *1 (-479 *4)))) (-2909 (*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1214 (-553))) (-5 *1 (-479 *3)))) (-3288 (*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1214 (-553))) (-5 *1 (-479 *3)))) (-2130 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-5 *1 (-479 *2)) (-4 *2 (-1214 (-553))))) (-2591 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-5 *1 (-479 *2)) (-4 *2 (-1214 (-553))))))
+(-10 -7 (-15 -2591 (|#1| (-630 |#1|))) (-15 -2130 (|#1| (-630 |#1|))) (-15 -3288 ((-630 |#1|) (-630 |#1|))) (-15 -2909 ((-630 |#1|) (-630 |#1|))) (-15 -3998 ((-630 (-553)) (-630 |#1|))) (-15 -3844 ((-553) (-630 (-553)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 (((-553) $) NIL (|has| (-553) (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL (|has| (-553) (-806)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-1155) "failed") $) NIL (|has| (-553) (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-553) (-1020 (-553)))) (((-3 (-553) "failed") $) NIL (|has| (-553) (-1020 (-553))))) (-2831 (((-553) $) NIL) (((-1155) $) NIL (|has| (-553) (-1020 (-1155)))) (((-401 (-553)) $) NIL (|has| (-553) (-1020 (-553)))) (((-553) $) NIL (|has| (-553) (-1020 (-553))))) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| (-553) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-553) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-674 (-553)) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-553) (-538)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2184 (((-111) $) NIL (|has| (-553) (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| (-553) (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| (-553) (-868 (-373))))) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL)) (-4013 (((-553) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| (-553) (-1130)))) (-2260 (((-111) $) NIL (|has| (-553) (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| (-553) (-833)))) (-1478 (($ (-1 (-553) (-553)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-553) (-1130)) CONST)) (-2520 (($ (-401 (-553))) 9)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL (|has| (-553) (-301))) (((-401 (-553)) $) NIL)) (-1278 (((-553) $) NIL (|has| (-553) (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2433 (($ $ (-630 (-553)) (-630 (-553))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-553) (-553)) NIL (|has| (-553) (-303 (-553)))) (($ $ (-288 (-553))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-630 (-288 (-553)))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-630 (-1155)) (-630 (-553))) NIL (|has| (-553) (-507 (-1155) (-553)))) (($ $ (-1155) (-553)) NIL (|has| (-553) (-507 (-1155) (-553))))) (-3879 (((-757) $) NIL)) (-2061 (($ $ (-553)) NIL (|has| (-553) (-280 (-553) (-553))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) NIL (|has| (-553) (-228))) (($ $ (-757)) NIL (|has| (-553) (-228))) (($ $ (-1155)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1 (-553) (-553)) (-757)) NIL) (($ $ (-1 (-553) (-553))) NIL)) (-2237 (($ $) NIL)) (-4024 (((-553) $) NIL)) (-1523 (((-874 (-553)) $) NIL (|has| (-553) (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| (-553) (-601 (-874 (-373))))) (((-529) $) NIL (|has| (-553) (-601 (-529)))) (((-373) $) NIL (|has| (-553) (-1004))) (((-220) $) NIL (|has| (-553) (-1004)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| (-553) (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) 8) (($ (-553)) NIL) (($ (-1155)) NIL (|has| (-553) (-1020 (-1155)))) (((-401 (-553)) $) NIL) (((-986 16) $) 10)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| (-553) (-891))) (|has| (-553) (-142))))) (-1348 (((-757)) NIL)) (-3609 (((-553) $) NIL (|has| (-553) (-538)))) (-2453 (((-111) $ $) NIL)) (-1411 (($ $) NIL (|has| (-553) (-806)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $) NIL (|has| (-553) (-228))) (($ $ (-757)) NIL (|has| (-553) (-228))) (($ $ (-1155)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1 (-553) (-553)) (-757)) NIL) (($ $ (-1 (-553) (-553))) NIL)) (-1667 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1633 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1721 (($ $ $) NIL) (($ (-553) (-553)) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ (-553) $) NIL) (($ $ (-553)) NIL)))
+(((-480) (-13 (-974 (-553)) (-10 -8 (-15 -3212 ((-401 (-553)) $)) (-15 -3212 ((-986 16) $)) (-15 -2079 ((-401 (-553)) $)) (-15 -2520 ($ (-401 (-553))))))) (T -480))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-480)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-986 16)) (-5 *1 (-480)))) (-2079 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-480)))) (-2520 (*1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-480)))))
+(-13 (-974 (-553)) (-10 -8 (-15 -3212 ((-401 (-553)) $)) (-15 -3212 ((-986 16) $)) (-15 -2079 ((-401 (-553)) $)) (-15 -2520 ($ (-401 (-553))))))
+((-2447 (((-630 |#2|) $) 23)) (-4349 (((-111) |#2| $) 28)) (-1563 (((-111) (-1 (-111) |#2|) $) 21)) (-2433 (($ $ (-630 (-288 |#2|))) 13) (($ $ (-288 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-630 |#2|) (-630 |#2|)) NIL)) (-2885 (((-757) (-1 (-111) |#2|) $) 22) (((-757) |#2| $) 26)) (-3212 (((-845) $) 37)) (-1798 (((-111) (-1 (-111) |#2|) $) 20)) (-1614 (((-111) $ $) 31)) (-2656 (((-757) $) 17)))
+(((-481 |#1| |#2|) (-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -2433 (|#1| |#1| (-630 |#2|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#2| |#2|)) (-15 -2433 (|#1| |#1| (-288 |#2|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#2|)))) (-15 -4349 ((-111) |#2| |#1|)) (-15 -2885 ((-757) |#2| |#1|)) (-15 -2447 ((-630 |#2|) |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2656 ((-757) |#1|))) (-482 |#2|) (-1192)) (T -481))
+NIL
+(-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -2433 (|#1| |#1| (-630 |#2|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#2| |#2|)) (-15 -2433 (|#1| |#1| (-288 |#2|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#2|)))) (-15 -4349 ((-111) |#2| |#1|)) (-15 -2885 ((-757) |#2| |#1|)) (-15 -2447 ((-630 |#2|) |#1|)) (-15 -2885 ((-757) (-1 (-111) |#2|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2656 ((-757) |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-3203 (($) 7 T CONST)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-482 |#1|) (-137) (-1192)) (T -482))
+((-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-482 *3)) (-4 *3 (-1192)))) (-2947 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4370)) (-4 *1 (-482 *3)) (-4 *3 (-1192)))) (-1798 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4369)) (-4 *1 (-482 *4)) (-4 *4 (-1192)) (-5 *2 (-111)))) (-1563 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4369)) (-4 *1 (-482 *4)) (-4 *4 (-1192)) (-5 *2 (-111)))) (-2885 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4369)) (-4 *1 (-482 *4)) (-4 *4 (-1192)) (-5 *2 (-757)))) (-3136 (*1 *2 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-482 *3)) (-4 *3 (-1192)) (-5 *2 (-630 *3)))) (-2447 (*1 *2 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-482 *3)) (-4 *3 (-1192)) (-5 *2 (-630 *3)))) (-2885 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-482 *3)) (-4 *3 (-1192)) (-4 *3 (-1079)) (-5 *2 (-757)))) (-4349 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-482 *3)) (-4 *3 (-1192)) (-4 *3 (-1079)) (-5 *2 (-111)))))
+(-13 (-34) (-10 -8 (IF (|has| |t#1| (-600 (-845))) (-6 (-600 (-845))) |%noBranch|) (IF (|has| |t#1| (-1079)) (-6 (-1079)) |%noBranch|) (IF (|has| |t#1| (-1079)) (IF (|has| |t#1| (-303 |t#1|)) (-6 (-303 |t#1|)) |%noBranch|) |%noBranch|) (-15 -1478 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4370)) (-15 -2947 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4369)) (PROGN (-15 -1798 ((-111) (-1 (-111) |t#1|) $)) (-15 -1563 ((-111) (-1 (-111) |t#1|) $)) (-15 -2885 ((-757) (-1 (-111) |t#1|) $)) (-15 -3136 ((-630 |t#1|) $)) (-15 -2447 ((-630 |t#1|) $)) (IF (|has| |t#1| (-1079)) (PROGN (-15 -2885 ((-757) |t#1| $)) (-15 -4349 ((-111) |t#1| $))) |%noBranch|)) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3212 ((|#1| $) 6) (($ |#1|) 9)))
+(((-483 |#1|) (-137) (-1192)) (T -483))
+NIL
+(-13 (-600 |t#1|) (-603 |t#1|))
+(((-603 |#1|) . T) ((-600 |#1|) . T))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-3389 (($ (-1137)) 8)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 14) (((-1137) $) 11)) (-1614 (((-111) $ $) 10)))
+(((-484) (-13 (-1079) (-600 (-1137)) (-10 -8 (-15 -3389 ($ (-1137)))))) (T -484))
+((-3389 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-484)))))
+(-13 (-1079) (-600 (-1137)) (-10 -8 (-15 -3389 ($ (-1137)))))
+((-2479 (($ $) 15)) (-2456 (($ $) 24)) (-2505 (($ $) 12)) (-2517 (($ $) 10)) (-2492 (($ $) 17)) (-2468 (($ $) 22)))
+(((-485 |#1|) (-10 -8 (-15 -2468 (|#1| |#1|)) (-15 -2492 (|#1| |#1|)) (-15 -2517 (|#1| |#1|)) (-15 -2505 (|#1| |#1|)) (-15 -2456 (|#1| |#1|)) (-15 -2479 (|#1| |#1|))) (-486)) (T -485))
+NIL
+(-10 -8 (-15 -2468 (|#1| |#1|)) (-15 -2492 (|#1| |#1|)) (-15 -2517 (|#1| |#1|)) (-15 -2505 (|#1| |#1|)) (-15 -2456 (|#1| |#1|)) (-15 -2479 (|#1| |#1|)))
+((-2479 (($ $) 11)) (-2456 (($ $) 10)) (-2505 (($ $) 9)) (-2517 (($ $) 8)) (-2492 (($ $) 7)) (-2468 (($ $) 6)))
+(((-486) (-137)) (T -486))
+((-2479 (*1 *1 *1) (-4 *1 (-486))) (-2456 (*1 *1 *1) (-4 *1 (-486))) (-2505 (*1 *1 *1) (-4 *1 (-486))) (-2517 (*1 *1 *1) (-4 *1 (-486))) (-2492 (*1 *1 *1) (-4 *1 (-486))) (-2468 (*1 *1 *1) (-4 *1 (-486))))
+(-13 (-10 -8 (-15 -2468 ($ $)) (-15 -2492 ($ $)) (-15 -2517 ($ $)) (-15 -2505 ($ $)) (-15 -2456 ($ $)) (-15 -2479 ($ $))))
+((-3476 (((-412 |#4|) |#4| (-1 (-412 |#2|) |#2|)) 42)))
+(((-487 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3476 ((-412 |#4|) |#4| (-1 (-412 |#2|) |#2|)))) (-357) (-1214 |#1|) (-13 (-357) (-144) (-710 |#1| |#2|)) (-1214 |#3|)) (T -487))
+((-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357)) (-4 *7 (-13 (-357) (-144) (-710 *5 *6))) (-5 *2 (-412 *3)) (-5 *1 (-487 *5 *6 *7 *3)) (-4 *3 (-1214 *7)))))
+(-10 -7 (-15 -3476 ((-412 |#4|) |#4| (-1 (-412 |#2|) |#2|))))
+((-3200 (((-111) $ $) NIL)) (-4272 (((-630 $) (-1151 $) (-1155)) NIL) (((-630 $) (-1151 $)) NIL) (((-630 $) (-934 $)) NIL)) (-3815 (($ (-1151 $) (-1155)) NIL) (($ (-1151 $)) NIL) (($ (-934 $)) NIL)) (-1719 (((-111) $) 39)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-3378 (((-111) $ $) 64)) (-3361 (((-630 (-599 $)) $) 48)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2173 (($ $ (-288 $)) NIL) (($ $ (-630 (-288 $))) NIL) (($ $ (-630 (-599 $)) (-630 $)) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3487 (($ $) NIL)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-3152 (((-630 $) (-1151 $) (-1155)) NIL) (((-630 $) (-1151 $)) NIL) (((-630 $) (-934 $)) NIL)) (-3691 (($ (-1151 $) (-1155)) NIL) (($ (-1151 $)) NIL) (($ (-934 $)) NIL)) (-1394 (((-3 (-599 $) "failed") $) NIL) (((-3 (-553) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL)) (-2831 (((-599 $) $) NIL) (((-553) $) NIL) (((-401 (-553)) $) 50)) (-4005 (($ $ $) NIL)) (-3698 (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-674 (-553)) (-674 $)) NIL) (((-2 (|:| -1317 (-674 (-401 (-553)))) (|:| |vec| (-1238 (-401 (-553))))) (-674 $) (-1238 $)) NIL) (((-674 (-401 (-553))) (-674 $)) NIL)) (-3883 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-1725 (($ $) NIL) (($ (-630 $)) NIL)) (-3495 (((-630 (-113)) $) NIL)) (-4155 (((-113) (-113)) NIL)) (-1434 (((-111) $) 42)) (-2709 (((-111) $) NIL (|has| $ (-1020 (-553))))) (-4013 (((-1104 (-553) (-599 $)) $) 37)) (-3527 (($ $ (-553)) NIL)) (-4233 (((-1151 $) (-1151 $) (-599 $)) 78) (((-1151 $) (-1151 $) (-630 (-599 $))) 55) (($ $ (-599 $)) 67) (($ $ (-630 (-599 $))) 68)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1822 (((-1151 $) (-599 $)) 65 (|has| $ (-1031)))) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1478 (($ (-1 $ $) (-599 $)) NIL)) (-2427 (((-3 (-599 $) "failed") $) NIL)) (-2552 (($ (-630 $)) NIL) (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-3434 (((-630 (-599 $)) $) NIL)) (-4084 (($ (-113) $) NIL) (($ (-113) (-630 $)) NIL)) (-2990 (((-111) $ (-113)) NIL) (((-111) $ (-1155)) NIL)) (-3700 (($ $) NIL)) (-2385 (((-757) $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ (-630 $)) NIL) (($ $ $) NIL)) (-1611 (((-111) $ $) NIL) (((-111) $ (-1155)) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3439 (((-111) $) NIL (|has| $ (-1020 (-553))))) (-2433 (($ $ (-599 $) $) NIL) (($ $ (-630 (-599 $)) (-630 $)) NIL) (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ $))) NIL) (($ $ (-630 (-1155)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-1155) (-1 $ (-630 $))) NIL) (($ $ (-1155) (-1 $ $)) NIL) (($ $ (-630 (-113)) (-630 (-1 $ $))) NIL) (($ $ (-630 (-113)) (-630 (-1 $ (-630 $)))) NIL) (($ $ (-113) (-1 $ (-630 $))) NIL) (($ $ (-113) (-1 $ $)) NIL)) (-3879 (((-757) $) NIL)) (-2061 (($ (-113) $) NIL) (($ (-113) $ $) NIL) (($ (-113) $ $ $) NIL) (($ (-113) $ $ $ $) NIL) (($ (-113) (-630 $)) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2451 (($ $) NIL) (($ $ $) NIL)) (-3095 (($ $ (-757)) NIL) (($ $) 36)) (-4024 (((-1104 (-553) (-599 $)) $) 20)) (-3035 (($ $) NIL (|has| $ (-1031)))) (-1523 (((-373) $) 92) (((-220) $) 100) (((-166 (-373)) $) 108)) (-3212 (((-845) $) NIL) (($ (-599 $)) NIL) (($ (-401 (-553))) NIL) (($ $) NIL) (($ (-553)) NIL) (($ (-1104 (-553) (-599 $))) 21)) (-1348 (((-757)) NIL)) (-3064 (($ $) NIL) (($ (-630 $)) NIL)) (-4083 (((-111) (-113)) 84)) (-2453 (((-111) $ $) NIL)) (-3296 (($) 10 T CONST)) (-3308 (($) 22 T CONST)) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 24)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1721 (($ $ $) 44)) (-1710 (($ $ $) NIL) (($ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-401 (-553))) NIL) (($ $ (-553)) 46) (($ $ (-757)) NIL) (($ $ (-903)) NIL)) (* (($ (-401 (-553)) $) NIL) (($ $ (-401 (-553))) NIL) (($ $ $) 27) (($ (-553) $) NIL) (($ (-757) $) NIL) (($ (-903) $) NIL)))
+(((-488) (-13 (-296) (-27) (-1020 (-553)) (-1020 (-401 (-553))) (-626 (-553)) (-1004) (-626 (-401 (-553))) (-144) (-601 (-166 (-373))) (-228) (-10 -8 (-15 -3212 ($ (-1104 (-553) (-599 $)))) (-15 -4013 ((-1104 (-553) (-599 $)) $)) (-15 -4024 ((-1104 (-553) (-599 $)) $)) (-15 -3883 ($ $)) (-15 -3378 ((-111) $ $)) (-15 -4233 ((-1151 $) (-1151 $) (-599 $))) (-15 -4233 ((-1151 $) (-1151 $) (-630 (-599 $)))) (-15 -4233 ($ $ (-599 $))) (-15 -4233 ($ $ (-630 (-599 $))))))) (T -488))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1104 (-553) (-599 (-488)))) (-5 *1 (-488)))) (-4013 (*1 *2 *1) (-12 (-5 *2 (-1104 (-553) (-599 (-488)))) (-5 *1 (-488)))) (-4024 (*1 *2 *1) (-12 (-5 *2 (-1104 (-553) (-599 (-488)))) (-5 *1 (-488)))) (-3883 (*1 *1 *1) (-5 *1 (-488))) (-3378 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-488)))) (-4233 (*1 *2 *2 *3) (-12 (-5 *2 (-1151 (-488))) (-5 *3 (-599 (-488))) (-5 *1 (-488)))) (-4233 (*1 *2 *2 *3) (-12 (-5 *2 (-1151 (-488))) (-5 *3 (-630 (-599 (-488)))) (-5 *1 (-488)))) (-4233 (*1 *1 *1 *2) (-12 (-5 *2 (-599 (-488))) (-5 *1 (-488)))) (-4233 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-599 (-488)))) (-5 *1 (-488)))))
+(-13 (-296) (-27) (-1020 (-553)) (-1020 (-401 (-553))) (-626 (-553)) (-1004) (-626 (-401 (-553))) (-144) (-601 (-166 (-373))) (-228) (-10 -8 (-15 -3212 ($ (-1104 (-553) (-599 $)))) (-15 -4013 ((-1104 (-553) (-599 $)) $)) (-15 -4024 ((-1104 (-553) (-599 $)) $)) (-15 -3883 ($ $)) (-15 -3378 ((-111) $ $)) (-15 -4233 ((-1151 $) (-1151 $) (-599 $))) (-15 -4233 ((-1151 $) (-1151 $) (-630 (-599 $)))) (-15 -4233 ($ $ (-599 $))) (-15 -4233 ($ $ (-630 (-599 $))))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-553) |#1|) 25 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) 22 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 21)) (-1457 (((-553) (-1 (-111) |#1|) $) NIL) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079)))) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3306 (($ (-757) |#1|) 14)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) 12 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) 23 (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 16 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 17) (($ (-1 |#1| |#1| |#1|) $ $) 19)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2701 ((|#1| $) NIL (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) 10 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 13)) (-2061 ((|#1| $ (-553) |#1|) NIL) ((|#1| $ (-553)) 24) (($ $ (-1205 (-553))) NIL)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) NIL)) (-4320 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-630 $)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-2656 (((-757) $) 9 (|has| $ (-6 -4369)))))
+(((-489 |#1| |#2|) (-19 |#1|) (-1192) (-553)) (T -489))
NIL
(-19 |#1|)
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-552) (-552) |#1|) NIL)) (-2347 (($ $ (-552) (-488 |#1| |#3|)) NIL)) (-3934 (($ $ (-552) (-488 |#1| |#2|)) NIL)) (-2130 (($) NIL T CONST)) (-3413 (((-488 |#1| |#3|) $ (-552)) NIL)) (-2957 ((|#1| $ (-552) (-552) |#1|) NIL)) (-2892 ((|#1| $ (-552) (-552)) NIL)) (-3138 (((-629 |#1|) $) NIL)) (-2389 (((-756) $) NIL)) (-3307 (($ (-756) (-756) |#1|) NIL)) (-2401 (((-756) $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-3534 (((-552) $) NIL)) (-3966 (((-552) $) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3660 (((-552) $) NIL)) (-3162 (((-552) $) NIL)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-1518 (($ $ |#1|) NIL)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-552) (-552)) NIL) ((|#1| $ (-552) (-552) |#1|) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3041 (((-488 |#1| |#2|) $ (-552)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-489 |#1| |#2| |#3|) (-56 |#1| (-488 |#1| |#3|) (-488 |#1| |#2|)) (-1191) (-552) (-552)) (T -489))
-NIL
-(-56 |#1| (-488 |#1| |#3|) (-488 |#1| |#2|))
-((-2741 (((-629 (-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|)))) (-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) (-756) (-756)) 27)) (-2098 (((-629 (-1150 |#1|)) |#1| (-756) (-756) (-756)) 34)) (-3116 (((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) (-629 |#3|) (-629 (-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|)))) (-756)) 85)))
-(((-490 |#1| |#2| |#3|) (-10 -7 (-15 -2098 ((-629 (-1150 |#1|)) |#1| (-756) (-756) (-756))) (-15 -2741 ((-629 (-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|)))) (-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) (-756) (-756))) (-15 -3116 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) (-629 |#3|) (-629 (-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|)))) (-756)))) (-343) (-1213 |#1|) (-1213 |#2|)) (T -490))
-((-3116 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 (-2 (|:| -4199 (-673 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-673 *7))))) (-5 *5 (-756)) (-4 *8 (-1213 *7)) (-4 *7 (-1213 *6)) (-4 *6 (-343)) (-5 *2 (-2 (|:| -4199 (-673 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-673 *7)))) (-5 *1 (-490 *6 *7 *8)))) (-2741 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-756)) (-4 *5 (-343)) (-4 *6 (-1213 *5)) (-5 *2 (-629 (-2 (|:| -4199 (-673 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-673 *6))))) (-5 *1 (-490 *5 *6 *7)) (-5 *3 (-2 (|:| -4199 (-673 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-673 *6)))) (-4 *7 (-1213 *6)))) (-2098 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-756)) (-4 *3 (-343)) (-4 *5 (-1213 *3)) (-5 *2 (-629 (-1150 *3))) (-5 *1 (-490 *3 *5 *6)) (-4 *6 (-1213 *5)))))
-(-10 -7 (-15 -2098 ((-629 (-1150 |#1|)) |#1| (-756) (-756) (-756))) (-15 -2741 ((-629 (-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|)))) (-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) (-756) (-756))) (-15 -3116 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) (-629 |#3|) (-629 (-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|)))) (-756))))
-((-4001 (((-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))) (-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))) (-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|)))) 62)) (-2717 ((|#1| (-673 |#1|) |#1| (-756)) 25)) (-2933 (((-756) (-756) (-756)) 30)) (-2279 (((-673 |#1|) (-673 |#1|) (-673 |#1|)) 42)) (-3839 (((-673 |#1|) (-673 |#1|) (-673 |#1|) |#1|) 50) (((-673 |#1|) (-673 |#1|) (-673 |#1|)) 47)) (-2154 ((|#1| (-673 |#1|) (-673 |#1|) |#1| (-552)) 29)) (-3350 ((|#1| (-673 |#1|)) 18)))
-(((-491 |#1| |#2| |#3|) (-10 -7 (-15 -3350 (|#1| (-673 |#1|))) (-15 -2717 (|#1| (-673 |#1|) |#1| (-756))) (-15 -2154 (|#1| (-673 |#1|) (-673 |#1|) |#1| (-552))) (-15 -2933 ((-756) (-756) (-756))) (-15 -3839 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -3839 ((-673 |#1|) (-673 |#1|) (-673 |#1|) |#1|)) (-15 -2279 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -4001 ((-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))) (-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))) (-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|)))))) (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))) (-1213 |#1|) (-403 |#1| |#2|)) (T -491))
-((-4001 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-673 *3)))) (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-2279 (*1 *2 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-3839 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-673 *3)) (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-3839 (*1 *2 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-2933 (*1 *2 *2 *2) (-12 (-5 *2 (-756)) (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-2154 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-673 *2)) (-5 *4 (-552)) (-4 *2 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-4 *5 (-1213 *2)) (-5 *1 (-491 *2 *5 *6)) (-4 *6 (-403 *2 *5)))) (-2717 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-673 *2)) (-5 *4 (-756)) (-4 *2 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-4 *5 (-1213 *2)) (-5 *1 (-491 *2 *5 *6)) (-4 *6 (-403 *2 *5)))) (-3350 (*1 *2 *3) (-12 (-5 *3 (-673 *2)) (-4 *4 (-1213 *2)) (-4 *2 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $))))) (-5 *1 (-491 *2 *4 *5)) (-4 *5 (-403 *2 *4)))))
-(-10 -7 (-15 -3350 (|#1| (-673 |#1|))) (-15 -2717 (|#1| (-673 |#1|) |#1| (-756))) (-15 -2154 (|#1| (-673 |#1|) (-673 |#1|) |#1| (-552))) (-15 -2933 ((-756) (-756) (-756))) (-15 -3839 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -3839 ((-673 |#1|) (-673 |#1|) (-673 |#1|) |#1|)) (-15 -2279 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -4001 ((-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))) (-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))) (-2 (|:| -4199 (-673 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-673 |#1|))))))
-((-3202 (((-111) $ $) NIL)) (-3072 (($ $) NIL)) (-2520 (($ $ $) 35)) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) $) NIL (|has| (-111) (-832))) (((-111) (-1 (-111) (-111) (-111)) $) NIL)) (-3646 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-832)))) (($ (-1 (-111) (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-1296 (($ $) NIL (|has| (-111) (-832))) (($ (-1 (-111) (-111) (-111)) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-1470 (((-111) $ (-1204 (-552)) (-111)) NIL (|has| $ (-6 -4369))) (((-111) $ (-552) (-111)) 36 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-2655 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368))) (($ (-111) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-3884 (((-111) (-1 (-111) (-111) (-111)) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-111) (-111)) $ (-111)) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-111) (-111)) $ (-111) (-111)) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-2957 (((-111) $ (-552) (-111)) NIL (|has| $ (-6 -4369)))) (-2892 (((-111) $ (-552)) NIL)) (-1456 (((-552) (-111) $ (-552)) NIL (|has| (-111) (-1078))) (((-552) (-111) $) NIL (|has| (-111) (-1078))) (((-552) (-1 (-111) (-111)) $) NIL)) (-3138 (((-629 (-111)) $) NIL (|has| $ (-6 -4368)))) (-3167 (($ $ $) 33)) (-4107 (($ $) NIL)) (-1917 (($ $ $) NIL)) (-3307 (($ (-756) (-111)) 23)) (-2589 (($ $ $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) 8 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL)) (-1446 (($ $ $) NIL (|has| (-111) (-832))) (($ (-1 (-111) (-111) (-111)) $ $) NIL)) (-3278 (((-629 (-111)) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-111) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL)) (-2947 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-111) (-111) (-111)) $ $) 30) (($ (-1 (-111) (-111)) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-1759 (($ $ $ (-552)) NIL) (($ (-111) $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 (((-111) $) NIL (|has| (-552) (-832)))) (-3073 (((-3 (-111) "failed") (-1 (-111) (-111)) $) NIL)) (-1518 (($ $ (-111)) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-111)) (-629 (-111))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078)))) (($ $ (-111) (-111)) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078)))) (($ $ (-288 (-111))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078)))) (($ $ (-629 (-288 (-111)))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) (-111) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078))))) (-3627 (((-629 (-111)) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 24)) (-2060 (($ $ (-1204 (-552))) NIL) (((-111) $ (-552)) 18) (((-111) $ (-552) (-111)) NIL)) (-2012 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-2885 (((-756) (-111) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-111) (-1078)))) (((-756) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368)))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) 25)) (-1522 (((-528) $) NIL (|has| (-111) (-600 (-528))))) (-3226 (($ (-629 (-111))) NIL)) (-4319 (($ (-629 $)) NIL) (($ $ $) NIL) (($ (-111) $) NIL) (($ $ (-111)) NIL)) (-3213 (((-844) $) 22)) (-2584 (((-111) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4368)))) (-3792 (($ $ $) 31)) (-2038 (($ $ $) NIL)) (-2345 (($ $ $) 39)) (-2358 (($ $) 37)) (-2331 (($ $ $) 38)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 26)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 27)) (-2026 (($ $ $) NIL)) (-2657 (((-756) $) 10 (|has| $ (-6 -4368)))))
-(((-492 |#1|) (-13 (-122) (-10 -8 (-15 -2358 ($ $)) (-15 -2345 ($ $ $)) (-15 -2331 ($ $ $)))) (-552)) (T -492))
-((-2358 (*1 *1 *1) (-12 (-5 *1 (-492 *2)) (-14 *2 (-552)))) (-2345 (*1 *1 *1 *1) (-12 (-5 *1 (-492 *2)) (-14 *2 (-552)))) (-2331 (*1 *1 *1 *1) (-12 (-5 *1 (-492 *2)) (-14 *2 (-552)))))
-(-13 (-122) (-10 -8 (-15 -2358 ($ $)) (-15 -2345 ($ $ $)) (-15 -2331 ($ $ $))))
-((-3425 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1150 |#4|)) 35)) (-3728 (((-1150 |#4|) (-1 |#4| |#1|) |#2|) 31) ((|#2| (-1 |#1| |#4|) (-1150 |#4|)) 22)) (-4057 (((-3 (-673 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-673 (-1150 |#4|))) 46)) (-3554 (((-1150 (-1150 |#4|)) (-1 |#4| |#1|) |#3|) 55)))
-(((-493 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3728 (|#2| (-1 |#1| |#4|) (-1150 |#4|))) (-15 -3728 ((-1150 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3425 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1150 |#4|))) (-15 -4057 ((-3 (-673 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-673 (-1150 |#4|)))) (-15 -3554 ((-1150 (-1150 |#4|)) (-1 |#4| |#1|) |#3|))) (-1030) (-1213 |#1|) (-1213 |#2|) (-1030)) (T -493))
-((-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1030)) (-4 *7 (-1030)) (-4 *6 (-1213 *5)) (-5 *2 (-1150 (-1150 *7))) (-5 *1 (-493 *5 *6 *4 *7)) (-4 *4 (-1213 *6)))) (-4057 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-673 (-1150 *8))) (-4 *5 (-1030)) (-4 *8 (-1030)) (-4 *6 (-1213 *5)) (-5 *2 (-673 *6)) (-5 *1 (-493 *5 *6 *7 *8)) (-4 *7 (-1213 *6)))) (-3425 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1150 *7)) (-4 *5 (-1030)) (-4 *7 (-1030)) (-4 *2 (-1213 *5)) (-5 *1 (-493 *5 *2 *6 *7)) (-4 *6 (-1213 *2)))) (-3728 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1030)) (-4 *7 (-1030)) (-4 *4 (-1213 *5)) (-5 *2 (-1150 *7)) (-5 *1 (-493 *5 *4 *6 *7)) (-4 *6 (-1213 *4)))) (-3728 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1150 *7)) (-4 *5 (-1030)) (-4 *7 (-1030)) (-4 *2 (-1213 *5)) (-5 *1 (-493 *5 *2 *6 *7)) (-4 *6 (-1213 *2)))))
-(-10 -7 (-15 -3728 (|#2| (-1 |#1| |#4|) (-1150 |#4|))) (-15 -3728 ((-1150 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -3425 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1150 |#4|))) (-15 -4057 ((-3 (-673 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-673 (-1150 |#4|)))) (-15 -3554 ((-1150 (-1150 |#4|)) (-1 |#4| |#1|) |#3|)))
-((-3202 (((-111) $ $) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3726 (((-1242) $) 19)) (-2060 (((-1136) $ (-1154)) 23)) (-2595 (((-1242) $) 15)) (-3213 (((-844) $) 21) (($ (-1136)) 20)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 9)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 8)))
-(((-494) (-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $)) (-15 -3213 ($ (-1136)))))) (T -494))
-((-2060 (*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1136)) (-5 *1 (-494)))) (-2595 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-494)))) (-3726 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-494)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-494)))))
-(-13 (-832) (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $)) (-15 -3726 ((-1242) $)) (-15 -3213 ($ (-1136)))))
-((-1774 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-2592 ((|#1| |#4|) 10)) (-3075 ((|#3| |#4|) 17)))
-(((-495 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2592 (|#1| |#4|)) (-15 -3075 (|#3| |#4|)) (-15 -1774 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-544) (-973 |#1|) (-367 |#1|) (-367 |#2|)) (T -495))
-((-1774 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-973 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-495 *4 *5 *6 *3)) (-4 *6 (-367 *4)) (-4 *3 (-367 *5)))) (-3075 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-973 *4)) (-4 *2 (-367 *4)) (-5 *1 (-495 *4 *5 *2 *3)) (-4 *3 (-367 *5)))) (-2592 (*1 *2 *3) (-12 (-4 *4 (-973 *2)) (-4 *2 (-544)) (-5 *1 (-495 *2 *4 *5 *3)) (-4 *5 (-367 *2)) (-4 *3 (-367 *4)))))
-(-10 -7 (-15 -2592 (|#1| |#4|)) (-15 -3075 (|#3| |#4|)) (-15 -1774 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
-((-3202 (((-111) $ $) NIL)) (-2230 (((-111) $ (-629 |#3|)) 105) (((-111) $) 106)) (-3643 (((-111) $) 149)) (-2320 (($ $ |#4|) 97) (($ $ |#4| (-629 |#3|)) 101)) (-2424 (((-1143 (-629 (-933 |#1|)) (-629 (-288 (-933 |#1|)))) (-629 |#4|)) 142 (|has| |#3| (-600 (-1154))))) (-3713 (($ $ $) 91) (($ $ |#4|) 89)) (-4065 (((-111) $) 148)) (-2439 (($ $) 109)) (-2623 (((-1136) $) NIL)) (-4011 (($ $ $) 83) (($ (-629 $)) 85)) (-3664 (((-111) |#4| $) 108)) (-3832 (((-111) $ $) 72)) (-3165 (($ (-629 |#4|)) 90)) (-2876 (((-1098) $) NIL)) (-2894 (($ (-629 |#4|)) 146)) (-1405 (((-111) $) 147)) (-1542 (($ $) 74)) (-1284 (((-629 |#4|) $) 63)) (-1321 (((-2 (|:| |mval| (-673 |#1|)) (|:| |invmval| (-673 |#1|)) (|:| |genIdeal| $)) $ (-629 |#3|)) NIL)) (-2155 (((-111) |#4| $) 77)) (-3725 (((-552) $ (-629 |#3|)) 110) (((-552) $) 111)) (-3213 (((-844) $) 145) (($ (-629 |#4|)) 86)) (-4083 (($ (-2 (|:| |mval| (-673 |#1|)) (|:| |invmval| (-673 |#1|)) (|:| |genIdeal| $))) NIL)) (-1613 (((-111) $ $) 73)) (-1698 (($ $ $) 93)) (** (($ $ (-756)) 96)) (* (($ $ $) 95)))
-(((-496 |#1| |#2| |#3| |#4|) (-13 (-1078) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-756))) (-15 -1698 ($ $ $)) (-15 -4065 ((-111) $)) (-15 -3643 ((-111) $)) (-15 -2155 ((-111) |#4| $)) (-15 -3832 ((-111) $ $)) (-15 -3664 ((-111) |#4| $)) (-15 -2230 ((-111) $ (-629 |#3|))) (-15 -2230 ((-111) $)) (-15 -4011 ($ $ $)) (-15 -4011 ($ (-629 $))) (-15 -3713 ($ $ $)) (-15 -3713 ($ $ |#4|)) (-15 -1542 ($ $)) (-15 -1321 ((-2 (|:| |mval| (-673 |#1|)) (|:| |invmval| (-673 |#1|)) (|:| |genIdeal| $)) $ (-629 |#3|))) (-15 -4083 ($ (-2 (|:| |mval| (-673 |#1|)) (|:| |invmval| (-673 |#1|)) (|:| |genIdeal| $)))) (-15 -3725 ((-552) $ (-629 |#3|))) (-15 -3725 ((-552) $)) (-15 -2439 ($ $)) (-15 -3165 ($ (-629 |#4|))) (-15 -2894 ($ (-629 |#4|))) (-15 -1405 ((-111) $)) (-15 -1284 ((-629 |#4|) $)) (-15 -3213 ($ (-629 |#4|))) (-15 -2320 ($ $ |#4|)) (-15 -2320 ($ $ |#4| (-629 |#3|))) (IF (|has| |#3| (-600 (-1154))) (-15 -2424 ((-1143 (-629 (-933 |#1|)) (-629 (-288 (-933 |#1|)))) (-629 |#4|))) |%noBranch|))) (-357) (-778) (-832) (-930 |#1| |#2| |#3|)) (T -496))
-((* (*1 *1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832)) (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-1698 (*1 *1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832)) (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4)))) (-4065 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-3643 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-2155 (*1 *2 *3 *1) (-12 (-4 *4 (-357)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-496 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))) (-3832 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-3664 (*1 *2 *3 *1) (-12 (-4 *4 (-357)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-496 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))) (-2230 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *6)) (-4 *6 (-832)) (-4 *4 (-357)) (-4 *5 (-778)) (-5 *2 (-111)) (-5 *1 (-496 *4 *5 *6 *7)) (-4 *7 (-930 *4 *5 *6)))) (-2230 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-4011 (*1 *1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832)) (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4)))) (-4011 (*1 *1 *2) (-12 (-5 *2 (-629 (-496 *3 *4 *5 *6))) (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-3713 (*1 *1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832)) (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4)))) (-3713 (*1 *1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *2)) (-4 *2 (-930 *3 *4 *5)))) (-1542 (*1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832)) (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4)))) (-1321 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *6)) (-4 *6 (-832)) (-4 *4 (-357)) (-4 *5 (-778)) (-5 *2 (-2 (|:| |mval| (-673 *4)) (|:| |invmval| (-673 *4)) (|:| |genIdeal| (-496 *4 *5 *6 *7)))) (-5 *1 (-496 *4 *5 *6 *7)) (-4 *7 (-930 *4 *5 *6)))) (-4083 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-673 *3)) (|:| |invmval| (-673 *3)) (|:| |genIdeal| (-496 *3 *4 *5 *6)))) (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-3725 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *6)) (-4 *6 (-832)) (-4 *4 (-357)) (-4 *5 (-778)) (-5 *2 (-552)) (-5 *1 (-496 *4 *5 *6 *7)) (-4 *7 (-930 *4 *5 *6)))) (-3725 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-552)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-2439 (*1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832)) (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4)))) (-3165 (*1 *1 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6)))) (-2894 (*1 *1 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6)))) (-1405 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-1284 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *6)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6)))) (-2320 (*1 *1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *2)) (-4 *2 (-930 *3 *4 *5)))) (-2320 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-629 *6)) (-4 *6 (-832)) (-4 *4 (-357)) (-4 *5 (-778)) (-5 *1 (-496 *4 *5 *6 *2)) (-4 *2 (-930 *4 *5 *6)))) (-2424 (*1 *2 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *5 *6)) (-4 *6 (-600 (-1154))) (-4 *4 (-357)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1143 (-629 (-933 *4)) (-629 (-288 (-933 *4))))) (-5 *1 (-496 *4 *5 *6 *7)))))
-(-13 (-1078) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-756))) (-15 -1698 ($ $ $)) (-15 -4065 ((-111) $)) (-15 -3643 ((-111) $)) (-15 -2155 ((-111) |#4| $)) (-15 -3832 ((-111) $ $)) (-15 -3664 ((-111) |#4| $)) (-15 -2230 ((-111) $ (-629 |#3|))) (-15 -2230 ((-111) $)) (-15 -4011 ($ $ $)) (-15 -4011 ($ (-629 $))) (-15 -3713 ($ $ $)) (-15 -3713 ($ $ |#4|)) (-15 -1542 ($ $)) (-15 -1321 ((-2 (|:| |mval| (-673 |#1|)) (|:| |invmval| (-673 |#1|)) (|:| |genIdeal| $)) $ (-629 |#3|))) (-15 -4083 ($ (-2 (|:| |mval| (-673 |#1|)) (|:| |invmval| (-673 |#1|)) (|:| |genIdeal| $)))) (-15 -3725 ((-552) $ (-629 |#3|))) (-15 -3725 ((-552) $)) (-15 -2439 ($ $)) (-15 -3165 ($ (-629 |#4|))) (-15 -2894 ($ (-629 |#4|))) (-15 -1405 ((-111) $)) (-15 -1284 ((-629 |#4|) $)) (-15 -3213 ($ (-629 |#4|))) (-15 -2320 ($ $ |#4|)) (-15 -2320 ($ $ |#4| (-629 |#3|))) (IF (|has| |#3| (-600 (-1154))) (-15 -2424 ((-1143 (-629 (-933 |#1|)) (-629 (-288 (-933 |#1|)))) (-629 |#4|))) |%noBranch|)))
-((-2099 (((-111) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552))))) 150)) (-3900 (((-111) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552))))) 151)) (-3729 (((-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552))))) 108)) (-1677 (((-111) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552))))) NIL)) (-2614 (((-629 (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552))))) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552))))) 153)) (-3880 (((-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))) (-629 (-846 |#1|))) 165)))
-(((-497 |#1| |#2|) (-10 -7 (-15 -2099 ((-111) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -3900 ((-111) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -1677 ((-111) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -3729 ((-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -2614 ((-629 (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552))))) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -3880 ((-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))) (-629 (-846 |#1|))))) (-629 (-1154)) (-756)) (T -497))
-((-3880 (*1 *2 *2 *3) (-12 (-5 *2 (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4) (-242 *4 (-401 (-552))))) (-5 *3 (-629 (-846 *4))) (-14 *4 (-629 (-1154))) (-14 *5 (-756)) (-5 *1 (-497 *4 *5)))) (-2614 (*1 *2 *3) (-12 (-14 *4 (-629 (-1154))) (-14 *5 (-756)) (-5 *2 (-629 (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4) (-242 *4 (-401 (-552)))))) (-5 *1 (-497 *4 *5)) (-5 *3 (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4) (-242 *4 (-401 (-552))))))) (-3729 (*1 *2 *2) (-12 (-5 *2 (-496 (-401 (-552)) (-235 *4 (-756)) (-846 *3) (-242 *3 (-401 (-552))))) (-14 *3 (-629 (-1154))) (-14 *4 (-756)) (-5 *1 (-497 *3 *4)))) (-1677 (*1 *2 *3) (-12 (-5 *3 (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4) (-242 *4 (-401 (-552))))) (-14 *4 (-629 (-1154))) (-14 *5 (-756)) (-5 *2 (-111)) (-5 *1 (-497 *4 *5)))) (-3900 (*1 *2 *3) (-12 (-5 *3 (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4) (-242 *4 (-401 (-552))))) (-14 *4 (-629 (-1154))) (-14 *5 (-756)) (-5 *2 (-111)) (-5 *1 (-497 *4 *5)))) (-2099 (*1 *2 *3) (-12 (-5 *3 (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4) (-242 *4 (-401 (-552))))) (-14 *4 (-629 (-1154))) (-14 *5 (-756)) (-5 *2 (-111)) (-5 *1 (-497 *4 *5)))))
-(-10 -7 (-15 -2099 ((-111) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -3900 ((-111) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -1677 ((-111) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -3729 ((-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -2614 ((-629 (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552))))) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))))) (-15 -3880 ((-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))) (-496 (-401 (-552)) (-235 |#2| (-756)) (-846 |#1|) (-242 |#1| (-401 (-552)))) (-629 (-846 |#1|)))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 11) (((-1159) $) NIL) (($ (-1159)) NIL) (((-1154) $) 8)) (-1613 (((-111) $ $) NIL)))
-(((-498) (-13 (-1061) (-599 (-1154)))) (T -498))
-NIL
-(-13 (-1061) (-599 (-1154)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-3687 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-3297 (($) 12 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) 11) (($ $ $) 24)) (-1698 (($ $ $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 18)))
-(((-499 |#1| |#2|) (-13 (-21) (-501 |#1| |#2|)) (-21) (-832)) (T -499))
-NIL
-(-13 (-21) (-501 |#1| |#2|))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 12)) (-2130 (($) NIL T CONST)) (-3766 (($ $) 28)) (-3590 (($ |#1| |#2|) 25)) (-1477 (($ (-1 |#1| |#1|) $) 27)) (-3687 ((|#2| $) NIL)) (-3743 ((|#1| $) 29)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-3297 (($) 10 T CONST)) (-1613 (((-111) $ $) NIL)) (-1698 (($ $ $) 18)) (* (($ (-902) $) NIL) (($ (-756) $) 23)))
-(((-500 |#1| |#2|) (-13 (-23) (-501 |#1| |#2|)) (-23) (-832)) (T -500))
-NIL
-(-13 (-23) (-501 |#1| |#2|))
-((-3202 (((-111) $ $) 7)) (-3766 (($ $) 13)) (-3590 (($ |#1| |#2|) 16)) (-1477 (($ (-1 |#1| |#1|) $) 17)) (-3687 ((|#2| $) 14)) (-3743 ((|#1| $) 15)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)))
-(((-501 |#1| |#2|) (-137) (-1078) (-832)) (T -501))
-((-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-501 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-832)))) (-3590 (*1 *1 *2 *3) (-12 (-4 *1 (-501 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-832)))) (-3743 (*1 *2 *1) (-12 (-4 *1 (-501 *2 *3)) (-4 *3 (-832)) (-4 *2 (-1078)))) (-3687 (*1 *2 *1) (-12 (-4 *1 (-501 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-832)))) (-3766 (*1 *1 *1) (-12 (-4 *1 (-501 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-832)))))
-(-13 (-1078) (-10 -8 (-15 -1477 ($ (-1 |t#1| |t#1|) $)) (-15 -3590 ($ |t#1| |t#2|)) (-15 -3743 (|t#1| $)) (-15 -3687 (|t#2| $)) (-15 -3766 ($ $))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-3687 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-3297 (($) NIL T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 13)) (-1698 (($ $ $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL)))
-(((-502 |#1| |#2|) (-13 (-777) (-501 |#1| |#2|)) (-777) (-832)) (T -502))
-NIL
-(-13 (-777) (-501 |#1| |#2|))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3305 (($ $ $) 16)) (-4012 (((-3 $ "failed") $ $) 13)) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-3687 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL)) (-3297 (($) NIL T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1698 (($ $ $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL)))
-(((-503 |#1| |#2|) (-13 (-778) (-501 |#1| |#2|)) (-778) (-832)) (T -503))
-NIL
-(-13 (-778) (-501 |#1| |#2|))
-((-3202 (((-111) $ $) NIL)) (-3766 (($ $) 25)) (-3590 (($ |#1| |#2|) 22)) (-1477 (($ (-1 |#1| |#1|) $) 24)) (-3687 ((|#2| $) 27)) (-3743 ((|#1| $) 26)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 21)) (-1613 (((-111) $ $) 14)))
-(((-504 |#1| |#2|) (-501 |#1| |#2|) (-1078) (-832)) (T -504))
-NIL
-(-501 |#1| |#2|)
-((-2432 (($ $ (-629 |#2|) (-629 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
-(((-505 |#1| |#2| |#3|) (-10 -8 (-15 -2432 (|#1| |#1| |#2| |#3|)) (-15 -2432 (|#1| |#1| (-629 |#2|) (-629 |#3|)))) (-506 |#2| |#3|) (-1078) (-1191)) (T -505))
-NIL
-(-10 -8 (-15 -2432 (|#1| |#1| |#2| |#3|)) (-15 -2432 (|#1| |#1| (-629 |#2|) (-629 |#3|))))
-((-2432 (($ $ (-629 |#1|) (-629 |#2|)) 7) (($ $ |#1| |#2|) 6)))
-(((-506 |#1| |#2|) (-137) (-1078) (-1191)) (T -506))
-((-2432 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 *4)) (-5 *3 (-629 *5)) (-4 *1 (-506 *4 *5)) (-4 *4 (-1078)) (-4 *5 (-1191)))) (-2432 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-506 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1191)))))
-(-13 (-10 -8 (-15 -2432 ($ $ |t#1| |t#2|)) (-15 -2432 ($ $ (-629 |t#1|) (-629 |t#2|)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 16)) (-2622 (((-629 (-2 (|:| |gen| |#1|) (|:| -2855 |#2|))) $) 18)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2663 (((-756) $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-3261 ((|#1| $ (-552)) 23)) (-3103 ((|#2| $ (-552)) 21)) (-1316 (($ (-1 |#1| |#1|) $) 46)) (-2902 (($ (-1 |#2| |#2|) $) 43)) (-2623 (((-1136) $) NIL)) (-2996 (($ $ $) 53 (|has| |#2| (-777)))) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 42) (($ |#1|) NIL)) (-2266 ((|#2| |#1| $) 49)) (-3297 (($) 11 T CONST)) (-1613 (((-111) $ $) 29)) (-1698 (($ $ $) 27) (($ |#1| $) 25)) (* (($ (-902) $) NIL) (($ (-756) $) 36) (($ |#2| |#1|) 31)))
-(((-507 |#1| |#2| |#3|) (-317 |#1| |#2|) (-1078) (-129) |#2|) (T -507))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-553) (-553) |#1|) NIL)) (-3426 (($ $ (-553) (-489 |#1| |#3|)) NIL)) (-2778 (($ $ (-553) (-489 |#1| |#2|)) NIL)) (-3203 (($) NIL T CONST)) (-1310 (((-489 |#1| |#3|) $ (-553)) NIL)) (-2959 ((|#1| $ (-553) (-553) |#1|) NIL)) (-2891 ((|#1| $ (-553) (-553)) NIL)) (-3136 (((-630 |#1|) $) NIL)) (-2390 (((-757) $) NIL)) (-3306 (($ (-757) (-757) |#1|) NIL)) (-2402 (((-757) $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-3176 (((-553) $) NIL)) (-1757 (((-553) $) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1907 (((-553) $) NIL)) (-2680 (((-553) $) NIL)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2001 (($ $ |#1|) NIL)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-553) (-553)) NIL) ((|#1| $ (-553) (-553) |#1|) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3877 (((-489 |#1| |#2|) $ (-553)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-490 |#1| |#2| |#3|) (-56 |#1| (-489 |#1| |#3|) (-489 |#1| |#2|)) (-1192) (-553) (-553)) (T -490))
+NIL
+(-56 |#1| (-489 |#1| |#3|) (-489 |#1| |#2|))
+((-3918 (((-630 (-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|)))) (-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) (-757) (-757)) 27)) (-2862 (((-630 (-1151 |#1|)) |#1| (-757) (-757) (-757)) 34)) (-3429 (((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) (-630 |#3|) (-630 (-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|)))) (-757)) 85)))
+(((-491 |#1| |#2| |#3|) (-10 -7 (-15 -2862 ((-630 (-1151 |#1|)) |#1| (-757) (-757) (-757))) (-15 -3918 ((-630 (-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|)))) (-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) (-757) (-757))) (-15 -3429 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) (-630 |#3|) (-630 (-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|)))) (-757)))) (-343) (-1214 |#1|) (-1214 |#2|)) (T -491))
+((-3429 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 (-2 (|:| -3428 (-674 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-674 *7))))) (-5 *5 (-757)) (-4 *8 (-1214 *7)) (-4 *7 (-1214 *6)) (-4 *6 (-343)) (-5 *2 (-2 (|:| -3428 (-674 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-674 *7)))) (-5 *1 (-491 *6 *7 *8)))) (-3918 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-757)) (-4 *5 (-343)) (-4 *6 (-1214 *5)) (-5 *2 (-630 (-2 (|:| -3428 (-674 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-674 *6))))) (-5 *1 (-491 *5 *6 *7)) (-5 *3 (-2 (|:| -3428 (-674 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-674 *6)))) (-4 *7 (-1214 *6)))) (-2862 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-757)) (-4 *3 (-343)) (-4 *5 (-1214 *3)) (-5 *2 (-630 (-1151 *3))) (-5 *1 (-491 *3 *5 *6)) (-4 *6 (-1214 *5)))))
+(-10 -7 (-15 -2862 ((-630 (-1151 |#1|)) |#1| (-757) (-757) (-757))) (-15 -3918 ((-630 (-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|)))) (-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) (-757) (-757))) (-15 -3429 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) (-630 |#3|) (-630 (-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|)))) (-757))))
+((-2101 (((-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))) (-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))) (-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|)))) 62)) (-3719 ((|#1| (-674 |#1|) |#1| (-757)) 25)) (-2058 (((-757) (-757) (-757)) 30)) (-4001 (((-674 |#1|) (-674 |#1|) (-674 |#1|)) 42)) (-3150 (((-674 |#1|) (-674 |#1|) (-674 |#1|) |#1|) 50) (((-674 |#1|) (-674 |#1|) (-674 |#1|)) 47)) (-2139 ((|#1| (-674 |#1|) (-674 |#1|) |#1| (-553)) 29)) (-1877 ((|#1| (-674 |#1|)) 18)))
+(((-492 |#1| |#2| |#3|) (-10 -7 (-15 -1877 (|#1| (-674 |#1|))) (-15 -3719 (|#1| (-674 |#1|) |#1| (-757))) (-15 -2139 (|#1| (-674 |#1|) (-674 |#1|) |#1| (-553))) (-15 -2058 ((-757) (-757) (-757))) (-15 -3150 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -3150 ((-674 |#1|) (-674 |#1|) (-674 |#1|) |#1|)) (-15 -4001 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -2101 ((-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))) (-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))) (-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|)))))) (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))) (-1214 |#1|) (-403 |#1| |#2|)) (T -492))
+((-2101 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-674 *3)))) (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-4001 (*1 *2 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-3150 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-674 *3)) (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-3150 (*1 *2 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-2058 (*1 *2 *2 *2) (-12 (-5 *2 (-757)) (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4)))) (-2139 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-674 *2)) (-5 *4 (-553)) (-4 *2 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-4 *5 (-1214 *2)) (-5 *1 (-492 *2 *5 *6)) (-4 *6 (-403 *2 *5)))) (-3719 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-674 *2)) (-5 *4 (-757)) (-4 *2 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-4 *5 (-1214 *2)) (-5 *1 (-492 *2 *5 *6)) (-4 *6 (-403 *2 *5)))) (-1877 (*1 *2 *3) (-12 (-5 *3 (-674 *2)) (-4 *4 (-1214 *2)) (-4 *2 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $))))) (-5 *1 (-492 *2 *4 *5)) (-4 *5 (-403 *2 *4)))))
+(-10 -7 (-15 -1877 (|#1| (-674 |#1|))) (-15 -3719 (|#1| (-674 |#1|) |#1| (-757))) (-15 -2139 (|#1| (-674 |#1|) (-674 |#1|) |#1| (-553))) (-15 -2058 ((-757) (-757) (-757))) (-15 -3150 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -3150 ((-674 |#1|) (-674 |#1|) (-674 |#1|) |#1|)) (-15 -4001 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -2101 ((-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))) (-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))) (-2 (|:| -3428 (-674 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-674 |#1|))))))
+((-3200 (((-111) $ $) NIL)) (-3071 (($ $) NIL)) (-2519 (($ $ $) 35)) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) $) NIL (|has| (-111) (-833))) (((-111) (-1 (-111) (-111) (-111)) $) NIL)) (-1748 (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| (-111) (-833)))) (($ (-1 (-111) (-111) (-111)) $) NIL (|has| $ (-6 -4370)))) (-1297 (($ $) NIL (|has| (-111) (-833))) (($ (-1 (-111) (-111) (-111)) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-1471 (((-111) $ (-1205 (-553)) (-111)) NIL (|has| $ (-6 -4370))) (((-111) $ (-553) (-111)) 36 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-2653 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369))) (($ (-111) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-3883 (((-111) (-1 (-111) (-111) (-111)) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-111) (-111)) $ (-111)) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-111) (-111)) $ (-111) (-111)) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-2959 (((-111) $ (-553) (-111)) NIL (|has| $ (-6 -4370)))) (-2891 (((-111) $ (-553)) NIL)) (-1457 (((-553) (-111) $ (-553)) NIL (|has| (-111) (-1079))) (((-553) (-111) $) NIL (|has| (-111) (-1079))) (((-553) (-1 (-111) (-111)) $) NIL)) (-3136 (((-630 (-111)) $) NIL (|has| $ (-6 -4369)))) (-3166 (($ $ $) 33)) (-4106 (($ $) NIL)) (-1582 (($ $ $) NIL)) (-3306 (($ (-757) (-111)) 23)) (-1849 (($ $ $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) 8 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL)) (-3858 (($ $ $) NIL (|has| (-111) (-833))) (($ (-1 (-111) (-111) (-111)) $ $) NIL)) (-2447 (((-630 (-111)) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-111) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL)) (-2947 (($ (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-111) (-111) (-111)) $ $) 30) (($ (-1 (-111) (-111)) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-1760 (($ $ $ (-553)) NIL) (($ (-111) $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 (((-111) $) NIL (|has| (-553) (-833)))) (-3003 (((-3 (-111) "failed") (-1 (-111) (-111)) $) NIL)) (-2001 (($ $ (-111)) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-111)) (-630 (-111))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079)))) (($ $ (-111) (-111)) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079)))) (($ $ (-288 (-111))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079)))) (($ $ (-630 (-288 (-111)))) NIL (-12 (|has| (-111) (-303 (-111))) (|has| (-111) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) (-111) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079))))) (-1556 (((-630 (-111)) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 24)) (-2061 (($ $ (-1205 (-553))) NIL) (((-111) $ (-553)) 18) (((-111) $ (-553) (-111)) NIL)) (-2013 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-2885 (((-757) (-111) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-111) (-1079)))) (((-757) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) 25)) (-1523 (((-529) $) NIL (|has| (-111) (-601 (-529))))) (-3225 (($ (-630 (-111))) NIL)) (-4320 (($ (-630 $)) NIL) (($ $ $) NIL) (($ (-111) $) NIL) (($ $ (-111)) NIL)) (-3212 (((-845) $) 22)) (-1798 (((-111) (-1 (-111) (-111)) $) NIL (|has| $ (-6 -4369)))) (-3791 (($ $ $) 31)) (-2039 (($ $ $) NIL)) (-2346 (($ $ $) 39)) (-2359 (($ $) 37)) (-2332 (($ $ $) 38)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 26)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 27)) (-2027 (($ $ $) NIL)) (-2656 (((-757) $) 10 (|has| $ (-6 -4369)))))
+(((-493 |#1|) (-13 (-122) (-10 -8 (-15 -2359 ($ $)) (-15 -2346 ($ $ $)) (-15 -2332 ($ $ $)))) (-553)) (T -493))
+((-2359 (*1 *1 *1) (-12 (-5 *1 (-493 *2)) (-14 *2 (-553)))) (-2346 (*1 *1 *1 *1) (-12 (-5 *1 (-493 *2)) (-14 *2 (-553)))) (-2332 (*1 *1 *1 *1) (-12 (-5 *1 (-493 *2)) (-14 *2 (-553)))))
+(-13 (-122) (-10 -8 (-15 -2359 ($ $)) (-15 -2346 ($ $ $)) (-15 -2332 ($ $ $))))
+((-1385 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1151 |#4|)) 35)) (-1342 (((-1151 |#4|) (-1 |#4| |#1|) |#2|) 31) ((|#2| (-1 |#1| |#4|) (-1151 |#4|)) 22)) (-1371 (((-3 (-674 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-674 (-1151 |#4|))) 46)) (-3352 (((-1151 (-1151 |#4|)) (-1 |#4| |#1|) |#3|) 55)))
+(((-494 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1342 (|#2| (-1 |#1| |#4|) (-1151 |#4|))) (-15 -1342 ((-1151 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -1385 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1151 |#4|))) (-15 -1371 ((-3 (-674 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-674 (-1151 |#4|)))) (-15 -3352 ((-1151 (-1151 |#4|)) (-1 |#4| |#1|) |#3|))) (-1031) (-1214 |#1|) (-1214 |#2|) (-1031)) (T -494))
+((-3352 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1031)) (-4 *7 (-1031)) (-4 *6 (-1214 *5)) (-5 *2 (-1151 (-1151 *7))) (-5 *1 (-494 *5 *6 *4 *7)) (-4 *4 (-1214 *6)))) (-1371 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-674 (-1151 *8))) (-4 *5 (-1031)) (-4 *8 (-1031)) (-4 *6 (-1214 *5)) (-5 *2 (-674 *6)) (-5 *1 (-494 *5 *6 *7 *8)) (-4 *7 (-1214 *6)))) (-1385 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1151 *7)) (-4 *5 (-1031)) (-4 *7 (-1031)) (-4 *2 (-1214 *5)) (-5 *1 (-494 *5 *2 *6 *7)) (-4 *6 (-1214 *2)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1031)) (-4 *7 (-1031)) (-4 *4 (-1214 *5)) (-5 *2 (-1151 *7)) (-5 *1 (-494 *5 *4 *6 *7)) (-4 *6 (-1214 *4)))) (-1342 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1151 *7)) (-4 *5 (-1031)) (-4 *7 (-1031)) (-4 *2 (-1214 *5)) (-5 *1 (-494 *5 *2 *6 *7)) (-4 *6 (-1214 *2)))))
+(-10 -7 (-15 -1342 (|#2| (-1 |#1| |#4|) (-1151 |#4|))) (-15 -1342 ((-1151 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -1385 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1151 |#4|))) (-15 -1371 ((-3 (-674 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-674 (-1151 |#4|)))) (-15 -3352 ((-1151 (-1151 |#4|)) (-1 |#4| |#1|) |#3|)))
+((-3200 (((-111) $ $) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-1322 (((-1243) $) 19)) (-2061 (((-1137) $ (-1155)) 23)) (-2595 (((-1243) $) 15)) (-3212 (((-845) $) 21) (($ (-1137)) 20)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 9)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 8)))
+(((-495) (-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $)) (-15 -3212 ($ (-1137)))))) (T -495))
+((-2061 (*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1137)) (-5 *1 (-495)))) (-2595 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-495)))) (-1322 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-495)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-495)))))
+(-13 (-833) (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $)) (-15 -1322 ((-1243) $)) (-15 -3212 ($ (-1137)))))
+((-2728 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-1883 ((|#1| |#4|) 10)) (-3026 ((|#3| |#4|) 17)))
+(((-496 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1883 (|#1| |#4|)) (-15 -3026 (|#3| |#4|)) (-15 -2728 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-545) (-974 |#1|) (-367 |#1|) (-367 |#2|)) (T -496))
+((-2728 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-974 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-496 *4 *5 *6 *3)) (-4 *6 (-367 *4)) (-4 *3 (-367 *5)))) (-3026 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-974 *4)) (-4 *2 (-367 *4)) (-5 *1 (-496 *4 *5 *2 *3)) (-4 *3 (-367 *5)))) (-1883 (*1 *2 *3) (-12 (-4 *4 (-974 *2)) (-4 *2 (-545)) (-5 *1 (-496 *2 *4 *5 *3)) (-4 *5 (-367 *2)) (-4 *3 (-367 *4)))))
+(-10 -7 (-15 -1883 (|#1| |#4|)) (-15 -3026 (|#3| |#4|)) (-15 -2728 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
+((-3200 (((-111) $ $) NIL)) (-1552 (((-111) $ (-630 |#3|)) 104) (((-111) $) 105)) (-1719 (((-111) $) 148)) (-1277 (($ $ |#4|) 96) (($ $ |#4| (-630 |#3|)) 100)) (-2880 (((-1144 (-630 (-934 |#1|)) (-630 (-288 (-934 |#1|)))) (-630 |#4|)) 141 (|has| |#3| (-601 (-1155))))) (-4294 (($ $ $) 90) (($ $ |#4|) 88)) (-1434 (((-111) $) 147)) (-3012 (($ $) 108)) (-4056 (((-1137) $) NIL)) (-4115 (($ $ $) 82) (($ (-630 $)) 84)) (-1952 (((-111) |#4| $) 107)) (-3075 (((-111) $ $) 71)) (-2719 (($ (-630 |#4|)) 89)) (-2875 (((-1099) $) NIL)) (-1662 (($ (-630 |#4|)) 145)) (-3493 (((-111) $) 146)) (-2251 (($ $) 73)) (-3946 (((-630 |#4|) $) 57)) (-2029 (((-2 (|:| |mval| (-674 |#1|)) (|:| |invmval| (-674 |#1|)) (|:| |genIdeal| $)) $ (-630 |#3|)) NIL)) (-2151 (((-111) |#4| $) 76)) (-1315 (((-553) $ (-630 |#3|)) 109) (((-553) $) 110)) (-3212 (((-845) $) 144) (($ (-630 |#4|)) 85)) (-3565 (($ (-2 (|:| |mval| (-674 |#1|)) (|:| |invmval| (-674 |#1|)) (|:| |genIdeal| $))) NIL)) (-1614 (((-111) $ $) 72)) (-1699 (($ $ $) 92)) (** (($ $ (-757)) 95)) (* (($ $ $) 94)))
+(((-497 |#1| |#2| |#3| |#4|) (-13 (-1079) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-757))) (-15 -1699 ($ $ $)) (-15 -1434 ((-111) $)) (-15 -1719 ((-111) $)) (-15 -2151 ((-111) |#4| $)) (-15 -3075 ((-111) $ $)) (-15 -1952 ((-111) |#4| $)) (-15 -1552 ((-111) $ (-630 |#3|))) (-15 -1552 ((-111) $)) (-15 -4115 ($ $ $)) (-15 -4115 ($ (-630 $))) (-15 -4294 ($ $ $)) (-15 -4294 ($ $ |#4|)) (-15 -2251 ($ $)) (-15 -2029 ((-2 (|:| |mval| (-674 |#1|)) (|:| |invmval| (-674 |#1|)) (|:| |genIdeal| $)) $ (-630 |#3|))) (-15 -3565 ($ (-2 (|:| |mval| (-674 |#1|)) (|:| |invmval| (-674 |#1|)) (|:| |genIdeal| $)))) (-15 -1315 ((-553) $ (-630 |#3|))) (-15 -1315 ((-553) $)) (-15 -3012 ($ $)) (-15 -2719 ($ (-630 |#4|))) (-15 -1662 ($ (-630 |#4|))) (-15 -3493 ((-111) $)) (-15 -3946 ((-630 |#4|) $)) (-15 -3212 ($ (-630 |#4|))) (-15 -1277 ($ $ |#4|)) (-15 -1277 ($ $ |#4| (-630 |#3|))) (IF (|has| |#3| (-601 (-1155))) (-15 -2880 ((-1144 (-630 (-934 |#1|)) (-630 (-288 (-934 |#1|)))) (-630 |#4|))) |%noBranch|))) (-357) (-779) (-833) (-931 |#1| |#2| |#3|)) (T -497))
+((* (*1 *1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833)) (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-1699 (*1 *1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833)) (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4)))) (-1434 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-1719 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-2151 (*1 *2 *3 *1) (-12 (-4 *4 (-357)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-497 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))) (-3075 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-1952 (*1 *2 *3 *1) (-12 (-4 *4 (-357)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-497 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))) (-1552 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *6)) (-4 *6 (-833)) (-4 *4 (-357)) (-4 *5 (-779)) (-5 *2 (-111)) (-5 *1 (-497 *4 *5 *6 *7)) (-4 *7 (-931 *4 *5 *6)))) (-1552 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-4115 (*1 *1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833)) (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4)))) (-4115 (*1 *1 *2) (-12 (-5 *2 (-630 (-497 *3 *4 *5 *6))) (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-4294 (*1 *1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833)) (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4)))) (-4294 (*1 *1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *2)) (-4 *2 (-931 *3 *4 *5)))) (-2251 (*1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833)) (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4)))) (-2029 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *6)) (-4 *6 (-833)) (-4 *4 (-357)) (-4 *5 (-779)) (-5 *2 (-2 (|:| |mval| (-674 *4)) (|:| |invmval| (-674 *4)) (|:| |genIdeal| (-497 *4 *5 *6 *7)))) (-5 *1 (-497 *4 *5 *6 *7)) (-4 *7 (-931 *4 *5 *6)))) (-3565 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-674 *3)) (|:| |invmval| (-674 *3)) (|:| |genIdeal| (-497 *3 *4 *5 *6)))) (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-1315 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *6)) (-4 *6 (-833)) (-4 *4 (-357)) (-4 *5 (-779)) (-5 *2 (-553)) (-5 *1 (-497 *4 *5 *6 *7)) (-4 *7 (-931 *4 *5 *6)))) (-1315 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-553)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-3012 (*1 *1 *1) (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833)) (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4)))) (-2719 (*1 *1 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6)))) (-1662 (*1 *1 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6)))) (-3493 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-3946 (*1 *2 *1) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *6)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6)))) (-1277 (*1 *1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *2)) (-4 *2 (-931 *3 *4 *5)))) (-1277 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-630 *6)) (-4 *6 (-833)) (-4 *4 (-357)) (-4 *5 (-779)) (-5 *1 (-497 *4 *5 *6 *2)) (-4 *2 (-931 *4 *5 *6)))) (-2880 (*1 *2 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *5 *6)) (-4 *6 (-601 (-1155))) (-4 *4 (-357)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1144 (-630 (-934 *4)) (-630 (-288 (-934 *4))))) (-5 *1 (-497 *4 *5 *6 *7)))))
+(-13 (-1079) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-757))) (-15 -1699 ($ $ $)) (-15 -1434 ((-111) $)) (-15 -1719 ((-111) $)) (-15 -2151 ((-111) |#4| $)) (-15 -3075 ((-111) $ $)) (-15 -1952 ((-111) |#4| $)) (-15 -1552 ((-111) $ (-630 |#3|))) (-15 -1552 ((-111) $)) (-15 -4115 ($ $ $)) (-15 -4115 ($ (-630 $))) (-15 -4294 ($ $ $)) (-15 -4294 ($ $ |#4|)) (-15 -2251 ($ $)) (-15 -2029 ((-2 (|:| |mval| (-674 |#1|)) (|:| |invmval| (-674 |#1|)) (|:| |genIdeal| $)) $ (-630 |#3|))) (-15 -3565 ($ (-2 (|:| |mval| (-674 |#1|)) (|:| |invmval| (-674 |#1|)) (|:| |genIdeal| $)))) (-15 -1315 ((-553) $ (-630 |#3|))) (-15 -1315 ((-553) $)) (-15 -3012 ($ $)) (-15 -2719 ($ (-630 |#4|))) (-15 -1662 ($ (-630 |#4|))) (-15 -3493 ((-111) $)) (-15 -3946 ((-630 |#4|) $)) (-15 -3212 ($ (-630 |#4|))) (-15 -1277 ($ $ |#4|)) (-15 -1277 ($ $ |#4| (-630 |#3|))) (IF (|has| |#3| (-601 (-1155))) (-15 -2880 ((-1144 (-630 (-934 |#1|)) (-630 (-288 (-934 |#1|)))) (-630 |#4|))) |%noBranch|)))
+((-2874 (((-111) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553))))) 149)) (-2460 (((-111) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553))))) 150)) (-3728 (((-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553))))) 108)) (-4268 (((-111) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553))))) NIL)) (-2051 (((-630 (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553))))) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553))))) 152)) (-2254 (((-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))) (-630 (-847 |#1|))) 164)))
+(((-498 |#1| |#2|) (-10 -7 (-15 -2874 ((-111) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -2460 ((-111) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -4268 ((-111) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -3728 ((-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -2051 ((-630 (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553))))) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -2254 ((-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))) (-630 (-847 |#1|))))) (-630 (-1155)) (-757)) (T -498))
+((-2254 (*1 *2 *2 *3) (-12 (-5 *2 (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4) (-242 *4 (-401 (-553))))) (-5 *3 (-630 (-847 *4))) (-14 *4 (-630 (-1155))) (-14 *5 (-757)) (-5 *1 (-498 *4 *5)))) (-2051 (*1 *2 *3) (-12 (-14 *4 (-630 (-1155))) (-14 *5 (-757)) (-5 *2 (-630 (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4) (-242 *4 (-401 (-553)))))) (-5 *1 (-498 *4 *5)) (-5 *3 (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4) (-242 *4 (-401 (-553))))))) (-3728 (*1 *2 *2) (-12 (-5 *2 (-497 (-401 (-553)) (-235 *4 (-757)) (-847 *3) (-242 *3 (-401 (-553))))) (-14 *3 (-630 (-1155))) (-14 *4 (-757)) (-5 *1 (-498 *3 *4)))) (-4268 (*1 *2 *3) (-12 (-5 *3 (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4) (-242 *4 (-401 (-553))))) (-14 *4 (-630 (-1155))) (-14 *5 (-757)) (-5 *2 (-111)) (-5 *1 (-498 *4 *5)))) (-2460 (*1 *2 *3) (-12 (-5 *3 (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4) (-242 *4 (-401 (-553))))) (-14 *4 (-630 (-1155))) (-14 *5 (-757)) (-5 *2 (-111)) (-5 *1 (-498 *4 *5)))) (-2874 (*1 *2 *3) (-12 (-5 *3 (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4) (-242 *4 (-401 (-553))))) (-14 *4 (-630 (-1155))) (-14 *5 (-757)) (-5 *2 (-111)) (-5 *1 (-498 *4 *5)))))
+(-10 -7 (-15 -2874 ((-111) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -2460 ((-111) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -4268 ((-111) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -3728 ((-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -2051 ((-630 (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553))))) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))))) (-15 -2254 ((-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))) (-497 (-401 (-553)) (-235 |#2| (-757)) (-847 |#1|) (-242 |#1| (-401 (-553)))) (-630 (-847 |#1|)))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 11) (((-1160) $) NIL) (($ (-1160)) NIL) (((-1155) $) 8)) (-1614 (((-111) $ $) NIL)))
+(((-499) (-13 (-1062) (-600 (-1155)))) (T -499))
+NIL
+(-13 (-1062) (-600 (-1155)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-4064 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-3296 (($) 12 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) 11) (($ $ $) 24)) (-1699 (($ $ $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 18)))
+(((-500 |#1| |#2|) (-13 (-21) (-502 |#1| |#2|)) (-21) (-833)) (T -500))
+NIL
+(-13 (-21) (-502 |#1| |#2|))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 12)) (-3203 (($) NIL T CONST)) (-3765 (($ $) 28)) (-3590 (($ |#1| |#2|) 25)) (-1478 (($ (-1 |#1| |#1|) $) 27)) (-4064 ((|#2| $) NIL)) (-3743 ((|#1| $) 29)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-3296 (($) 10 T CONST)) (-1614 (((-111) $ $) NIL)) (-1699 (($ $ $) 18)) (* (($ (-903) $) NIL) (($ (-757) $) 23)))
+(((-501 |#1| |#2|) (-13 (-23) (-502 |#1| |#2|)) (-23) (-833)) (T -501))
+NIL
+(-13 (-23) (-502 |#1| |#2|))
+((-3200 (((-111) $ $) 7)) (-3765 (($ $) 13)) (-3590 (($ |#1| |#2|) 16)) (-1478 (($ (-1 |#1| |#1|) $) 17)) (-4064 ((|#2| $) 14)) (-3743 ((|#1| $) 15)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)))
+(((-502 |#1| |#2|) (-137) (-1079) (-833)) (T -502))
+((-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-502 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-833)))) (-3590 (*1 *1 *2 *3) (-12 (-4 *1 (-502 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-833)))) (-3743 (*1 *2 *1) (-12 (-4 *1 (-502 *2 *3)) (-4 *3 (-833)) (-4 *2 (-1079)))) (-4064 (*1 *2 *1) (-12 (-4 *1 (-502 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-833)))) (-3765 (*1 *1 *1) (-12 (-4 *1 (-502 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-833)))))
+(-13 (-1079) (-10 -8 (-15 -1478 ($ (-1 |t#1| |t#1|) $)) (-15 -3590 ($ |t#1| |t#2|)) (-15 -3743 (|t#1| $)) (-15 -4064 (|t#2| $)) (-15 -3765 ($ $))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-4064 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-3296 (($) NIL T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 13)) (-1699 (($ $ $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL)))
+(((-503 |#1| |#2|) (-13 (-778) (-502 |#1| |#2|)) (-778) (-833)) (T -503))
+NIL
+(-13 (-778) (-502 |#1| |#2|))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1462 (($ $ $) 16)) (-4123 (((-3 $ "failed") $ $) 13)) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-4064 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL)) (-3296 (($) NIL T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1699 (($ $ $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL)))
+(((-504 |#1| |#2|) (-13 (-779) (-502 |#1| |#2|)) (-779) (-833)) (T -504))
+NIL
+(-13 (-779) (-502 |#1| |#2|))
+((-3200 (((-111) $ $) NIL)) (-3765 (($ $) 25)) (-3590 (($ |#1| |#2|) 22)) (-1478 (($ (-1 |#1| |#1|) $) 24)) (-4064 ((|#2| $) 27)) (-3743 ((|#1| $) 26)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 21)) (-1614 (((-111) $ $) 14)))
+(((-505 |#1| |#2|) (-502 |#1| |#2|) (-1079) (-833)) (T -505))
+NIL
+(-502 |#1| |#2|)
+((-2433 (($ $ (-630 |#2|) (-630 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
+(((-506 |#1| |#2| |#3|) (-10 -8 (-15 -2433 (|#1| |#1| |#2| |#3|)) (-15 -2433 (|#1| |#1| (-630 |#2|) (-630 |#3|)))) (-507 |#2| |#3|) (-1079) (-1192)) (T -506))
+NIL
+(-10 -8 (-15 -2433 (|#1| |#1| |#2| |#3|)) (-15 -2433 (|#1| |#1| (-630 |#2|) (-630 |#3|))))
+((-2433 (($ $ (-630 |#1|) (-630 |#2|)) 7) (($ $ |#1| |#2|) 6)))
+(((-507 |#1| |#2|) (-137) (-1079) (-1192)) (T -507))
+((-2433 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *3 (-630 *5)) (-4 *1 (-507 *4 *5)) (-4 *4 (-1079)) (-4 *5 (-1192)))) (-2433 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-507 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1192)))))
+(-13 (-10 -8 (-15 -2433 ($ $ |t#1| |t#2|)) (-15 -2433 ($ $ (-630 |t#1|) (-630 |t#2|)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 16)) (-4044 (((-630 (-2 (|:| |gen| |#1|) (|:| -2854 |#2|))) $) 18)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2662 (((-757) $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-2264 ((|#1| $ (-553)) 23)) (-3287 ((|#2| $ (-553)) 21)) (-1974 (($ (-1 |#1| |#1|) $) 46)) (-1736 (($ (-1 |#2| |#2|) $) 43)) (-4056 (((-1137) $) NIL)) (-1475 (($ $ $) 53 (|has| |#2| (-778)))) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 42) (($ |#1|) NIL)) (-1925 ((|#2| |#1| $) 49)) (-3296 (($) 11 T CONST)) (-1614 (((-111) $ $) 29)) (-1699 (($ $ $) 27) (($ |#1| $) 25)) (* (($ (-903) $) NIL) (($ (-757) $) 36) (($ |#2| |#1|) 31)))
+(((-508 |#1| |#2| |#3|) (-317 |#1| |#2|) (-1079) (-129) |#2|) (T -508))
NIL
(-317 |#1| |#2|)
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-2982 (((-111) (-111)) 25)) (-1470 ((|#1| $ (-552) |#1|) 28 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369)))) (-1740 (($ (-1 (-111) |#1|) $) 52)) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2232 (($ $) 56 (|has| |#1| (-1078)))) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1625 (($ |#1| $) NIL (|has| |#1| (-1078))) (($ (-1 (-111) |#1|) $) 44)) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-1456 (((-552) (-1 (-111) |#1|) $) NIL) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078)))) (-3892 (($ $ (-552)) 13)) (-1910 (((-756) $) 11)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-3307 (($ (-756) |#1|) 23)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) 21 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-3707 (($ $ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) 35)) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) 36) (($ $ $) NIL (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) 20 (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1580 (($ $ $ (-552)) 51) (($ |#1| $ (-552)) 37)) (-1759 (($ |#1| $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2718 (($ (-629 |#1|)) 29)) (-2702 ((|#1| $) NIL (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) 19 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 40)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 16)) (-2060 ((|#1| $ (-552) |#1|) NIL) ((|#1| $ (-552)) 33) (($ $ (-1204 (-552))) NIL)) (-3502 (($ $ (-1204 (-552))) 50) (($ $ (-552)) 45)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) 41 (|has| $ (-6 -4369)))) (-1487 (($ $) 32)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) NIL)) (-2380 (($ $ $) 42) (($ $ |#1|) 39)) (-4319 (($ $ |#1|) NIL) (($ |#1| $) 38) (($ $ $) NIL) (($ (-629 $)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-2657 (((-756) $) 17 (|has| $ (-6 -4368)))))
-(((-508 |#1| |#2|) (-13 (-19 |#1|) (-276 |#1|) (-10 -8 (-15 -2718 ($ (-629 |#1|))) (-15 -1910 ((-756) $)) (-15 -3892 ($ $ (-552))) (-15 -2982 ((-111) (-111))))) (-1191) (-552)) (T -508))
-((-2718 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-508 *3 *4)) (-14 *4 (-552)))) (-1910 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-508 *3 *4)) (-4 *3 (-1191)) (-14 *4 (-552)))) (-3892 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-508 *3 *4)) (-4 *3 (-1191)) (-14 *4 *2))) (-2982 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-508 *3 *4)) (-4 *3 (-1191)) (-14 *4 (-552)))))
-(-13 (-19 |#1|) (-276 |#1|) (-10 -8 (-15 -2718 ($ (-629 |#1|))) (-15 -1910 ((-756) $)) (-15 -3892 ($ $ (-552))) (-15 -2982 ((-111) (-111)))))
-((-3202 (((-111) $ $) NIL)) (-4136 (((-1113) $) 11)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-1992 (((-1113) $) 13)) (-3921 (((-1113) $) 9)) (-3213 (((-844) $) 21) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-509) (-13 (-1061) (-10 -8 (-15 -3921 ((-1113) $)) (-15 -4136 ((-1113) $)) (-15 -1992 ((-1113) $))))) (T -509))
-((-3921 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-509)))) (-4136 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-509)))) (-1992 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-509)))))
-(-13 (-1061) (-10 -8 (-15 -3921 ((-1113) $)) (-15 -4136 ((-1113) $)) (-15 -1992 ((-1113) $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 (((-569 |#1|) $) NIL) (($ $ (-902)) NIL (|has| (-569 |#1|) (-362)))) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| (-569 |#1|) (-362)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL (|has| (-569 |#1|) (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-569 |#1|) "failed") $) NIL)) (-2832 (((-569 |#1|) $) NIL)) (-4278 (($ (-1237 (-569 |#1|))) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-569 |#1|) (-362)))) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-569 |#1|) (-362)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) NIL (|has| (-569 |#1|) (-362)))) (-3504 (((-111) $) NIL (|has| (-569 |#1|) (-362)))) (-1788 (($ $ (-756)) NIL (-4029 (|has| (-569 |#1|) (-142)) (|has| (-569 |#1|) (-362)))) (($ $) NIL (-4029 (|has| (-569 |#1|) (-142)) (|has| (-569 |#1|) (-362))))) (-1677 (((-111) $) NIL)) (-4241 (((-902) $) NIL (|has| (-569 |#1|) (-362))) (((-818 (-902)) $) NIL (-4029 (|has| (-569 |#1|) (-142)) (|has| (-569 |#1|) (-362))))) (-4065 (((-111) $) NIL)) (-2019 (($) NIL (|has| (-569 |#1|) (-362)))) (-2092 (((-111) $) NIL (|has| (-569 |#1|) (-362)))) (-4346 (((-569 |#1|) $) NIL) (($ $ (-902)) NIL (|has| (-569 |#1|) (-362)))) (-2032 (((-3 $ "failed") $) NIL (|has| (-569 |#1|) (-362)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 (-569 |#1|)) $) NIL) (((-1150 $) $ (-902)) NIL (|has| (-569 |#1|) (-362)))) (-1637 (((-902) $) NIL (|has| (-569 |#1|) (-362)))) (-1879 (((-1150 (-569 |#1|)) $) NIL (|has| (-569 |#1|) (-362)))) (-1577 (((-1150 (-569 |#1|)) $) NIL (|has| (-569 |#1|) (-362))) (((-3 (-1150 (-569 |#1|)) "failed") $ $) NIL (|has| (-569 |#1|) (-362)))) (-2836 (($ $ (-1150 (-569 |#1|))) NIL (|has| (-569 |#1|) (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-569 |#1|) (-362)) CONST)) (-2840 (($ (-902)) NIL (|has| (-569 |#1|) (-362)))) (-1498 (((-111) $) NIL)) (-2876 (((-1098) $) NIL)) (-4126 (($) NIL (|has| (-569 |#1|) (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| (-569 |#1|) (-362)))) (-3479 (((-412 $) $) NIL)) (-3823 (((-818 (-902))) NIL) (((-902)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-756) $) NIL (|has| (-569 |#1|) (-362))) (((-3 (-756) "failed") $ $) NIL (-4029 (|has| (-569 |#1|) (-142)) (|has| (-569 |#1|) (-362))))) (-3725 (((-132)) NIL)) (-3096 (($ $) NIL (|has| (-569 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-569 |#1|) (-362)))) (-3299 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-3521 (((-1150 (-569 |#1|))) NIL)) (-1368 (($) NIL (|has| (-569 |#1|) (-362)))) (-3149 (($) NIL (|has| (-569 |#1|) (-362)))) (-3464 (((-1237 (-569 |#1|)) $) NIL) (((-673 (-569 |#1|)) (-1237 $)) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| (-569 |#1|) (-362)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ (-569 |#1|)) NIL)) (-3878 (($ $) NIL (|has| (-569 |#1|) (-362))) (((-3 $ "failed") $) NIL (-4029 (|has| (-569 |#1|) (-142)) (|has| (-569 |#1|) (-362))))) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) NIL) (((-1237 $) (-902)) NIL)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-4237 (($ $) NIL (|has| (-569 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-569 |#1|) (-362)))) (-1765 (($ $) NIL (|has| (-569 |#1|) (-362))) (($ $ (-756)) NIL (|has| (-569 |#1|) (-362)))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL) (($ $ (-569 |#1|)) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ $ (-569 |#1|)) NIL) (($ (-569 |#1|) $) NIL)))
-(((-510 |#1| |#2|) (-323 (-569 |#1|)) (-902) (-902)) (T -510))
-NIL
-(-323 (-569 |#1|))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-552) (-552) |#1|) 35)) (-2347 (($ $ (-552) |#4|) NIL)) (-3934 (($ $ (-552) |#5|) NIL)) (-2130 (($) NIL T CONST)) (-3413 ((|#4| $ (-552)) NIL)) (-2957 ((|#1| $ (-552) (-552) |#1|) 34)) (-2892 ((|#1| $ (-552) (-552)) 32)) (-3138 (((-629 |#1|) $) NIL)) (-2389 (((-756) $) 28)) (-3307 (($ (-756) (-756) |#1|) 25)) (-2401 (((-756) $) 30)) (-1418 (((-111) $ (-756)) NIL)) (-3534 (((-552) $) 26)) (-3966 (((-552) $) 27)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3660 (((-552) $) 29)) (-3162 (((-552) $) 31)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) 38 (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-1518 (($ $ |#1|) NIL)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 14)) (-3430 (($) 16)) (-2060 ((|#1| $ (-552) (-552)) 33) ((|#1| $ (-552) (-552) |#1|) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3041 ((|#5| $ (-552)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-511 |#1| |#2| |#3| |#4| |#5|) (-56 |#1| |#4| |#5|) (-1191) (-552) (-552) (-367 |#1|) (-367 |#1|)) (T -511))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1354 (((-111) (-111)) 25)) (-1471 ((|#1| $ (-553) |#1|) 28 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370)))) (-3656 (($ (-1 (-111) |#1|) $) 52)) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-1570 (($ $) 56 (|has| |#1| (-1079)))) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1875 (($ |#1| $) NIL (|has| |#1| (-1079))) (($ (-1 (-111) |#1|) $) 44)) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1457 (((-553) (-1 (-111) |#1|) $) NIL) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079)))) (-2376 (($ $ (-553)) 13)) (-1519 (((-757) $) 11)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3306 (($ (-757) |#1|) 23)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) 21 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-4250 (($ $ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) 35)) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) 36) (($ $ $) NIL (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) 20 (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1429 (($ $ $ (-553)) 51) (($ |#1| $ (-553)) 37)) (-1760 (($ |#1| $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-3730 (($ (-630 |#1|)) 29)) (-2701 ((|#1| $) NIL (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) 19 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 40)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 16)) (-2061 ((|#1| $ (-553) |#1|) NIL) ((|#1| $ (-553)) 33) (($ $ (-1205 (-553))) NIL)) (-2855 (($ $ (-1205 (-553))) 50) (($ $ (-553)) 45)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) 41 (|has| $ (-6 -4370)))) (-1488 (($ $) 32)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) NIL)) (-3724 (($ $ $) 42) (($ $ |#1|) 39)) (-4320 (($ $ |#1|) NIL) (($ |#1| $) 38) (($ $ $) NIL) (($ (-630 $)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-2656 (((-757) $) 17 (|has| $ (-6 -4369)))))
+(((-509 |#1| |#2|) (-13 (-19 |#1|) (-276 |#1|) (-10 -8 (-15 -3730 ($ (-630 |#1|))) (-15 -1519 ((-757) $)) (-15 -2376 ($ $ (-553))) (-15 -1354 ((-111) (-111))))) (-1192) (-553)) (T -509))
+((-3730 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-509 *3 *4)) (-14 *4 (-553)))) (-1519 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-509 *3 *4)) (-4 *3 (-1192)) (-14 *4 (-553)))) (-2376 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-509 *3 *4)) (-4 *3 (-1192)) (-14 *4 *2))) (-1354 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-509 *3 *4)) (-4 *3 (-1192)) (-14 *4 (-553)))))
+(-13 (-19 |#1|) (-276 |#1|) (-10 -8 (-15 -3730 ($ (-630 |#1|))) (-15 -1519 ((-757) $)) (-15 -2376 ($ $ (-553))) (-15 -1354 ((-111) (-111)))))
+((-3200 (((-111) $ $) NIL)) (-4003 (((-1114) $) 11)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4239 (((-1114) $) 13)) (-3920 (((-1114) $) 9)) (-3212 (((-845) $) 21) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-510) (-13 (-1062) (-10 -8 (-15 -3920 ((-1114) $)) (-15 -4003 ((-1114) $)) (-15 -4239 ((-1114) $))))) (T -510))
+((-3920 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-510)))) (-4003 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-510)))) (-4239 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-510)))))
+(-13 (-1062) (-10 -8 (-15 -3920 ((-1114) $)) (-15 -4003 ((-1114) $)) (-15 -4239 ((-1114) $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 (((-570 |#1|) $) NIL) (($ $ (-903)) NIL (|has| (-570 |#1|) (-362)))) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| (-570 |#1|) (-362)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL (|has| (-570 |#1|) (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-570 |#1|) "failed") $) NIL)) (-2831 (((-570 |#1|) $) NIL)) (-1676 (($ (-1238 (-570 |#1|))) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-570 |#1|) (-362)))) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-570 |#1|) (-362)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) NIL (|has| (-570 |#1|) (-362)))) (-2879 (((-111) $) NIL (|has| (-570 |#1|) (-362)))) (-2865 (($ $ (-757)) NIL (-4028 (|has| (-570 |#1|) (-142)) (|has| (-570 |#1|) (-362)))) (($ $) NIL (-4028 (|has| (-570 |#1|) (-142)) (|has| (-570 |#1|) (-362))))) (-4268 (((-111) $) NIL)) (-2592 (((-903) $) NIL (|has| (-570 |#1|) (-362))) (((-819 (-903)) $) NIL (-4028 (|has| (-570 |#1|) (-142)) (|has| (-570 |#1|) (-362))))) (-1434 (((-111) $) NIL)) (-1389 (($) NIL (|has| (-570 |#1|) (-362)))) (-2810 (((-111) $) NIL (|has| (-570 |#1|) (-362)))) (-4233 (((-570 |#1|) $) NIL) (($ $ (-903)) NIL (|has| (-570 |#1|) (-362)))) (-3464 (((-3 $ "failed") $) NIL (|has| (-570 |#1|) (-362)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 (-570 |#1|)) $) NIL) (((-1151 $) $ (-903)) NIL (|has| (-570 |#1|) (-362)))) (-3941 (((-903) $) NIL (|has| (-570 |#1|) (-362)))) (-2474 (((-1151 (-570 |#1|)) $) NIL (|has| (-570 |#1|) (-362)))) (-1403 (((-1151 (-570 |#1|)) $) NIL (|has| (-570 |#1|) (-362))) (((-3 (-1151 (-570 |#1|)) "failed") $ $) NIL (|has| (-570 |#1|) (-362)))) (-2388 (($ $ (-1151 (-570 |#1|))) NIL (|has| (-570 |#1|) (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-570 |#1|) (-362)) CONST)) (-2839 (($ (-903)) NIL (|has| (-570 |#1|) (-362)))) (-3116 (((-111) $) NIL)) (-2875 (((-1099) $) NIL)) (-4125 (($) NIL (|has| (-570 |#1|) (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| (-570 |#1|) (-362)))) (-3476 (((-412 $) $) NIL)) (-2987 (((-819 (-903))) NIL) (((-903)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-757) $) NIL (|has| (-570 |#1|) (-362))) (((-3 (-757) "failed") $ $) NIL (-4028 (|has| (-570 |#1|) (-142)) (|has| (-570 |#1|) (-362))))) (-1315 (((-132)) NIL)) (-3095 (($ $) NIL (|has| (-570 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-570 |#1|) (-362)))) (-2672 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-3035 (((-1151 (-570 |#1|))) NIL)) (-3529 (($) NIL (|has| (-570 |#1|) (-362)))) (-2516 (($) NIL (|has| (-570 |#1|) (-362)))) (-3693 (((-1238 (-570 |#1|)) $) NIL) (((-674 (-570 |#1|)) (-1238 $)) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| (-570 |#1|) (-362)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ (-570 |#1|)) NIL)) (-2234 (($ $) NIL (|has| (-570 |#1|) (-362))) (((-3 $ "failed") $) NIL (-4028 (|has| (-570 |#1|) (-142)) (|has| (-570 |#1|) (-362))))) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) NIL) (((-1238 $) (-903)) NIL)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-2541 (($ $) NIL (|has| (-570 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-570 |#1|) (-362)))) (-1766 (($ $) NIL (|has| (-570 |#1|) (-362))) (($ $ (-757)) NIL (|has| (-570 |#1|) (-362)))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL) (($ $ (-570 |#1|)) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ $ (-570 |#1|)) NIL) (($ (-570 |#1|) $) NIL)))
+(((-511 |#1| |#2|) (-323 (-570 |#1|)) (-903) (-903)) (T -511))
+NIL
+(-323 (-570 |#1|))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-553) (-553) |#1|) 35)) (-3426 (($ $ (-553) |#4|) NIL)) (-2778 (($ $ (-553) |#5|) NIL)) (-3203 (($) NIL T CONST)) (-1310 ((|#4| $ (-553)) NIL)) (-2959 ((|#1| $ (-553) (-553) |#1|) 34)) (-2891 ((|#1| $ (-553) (-553)) 32)) (-3136 (((-630 |#1|) $) NIL)) (-2390 (((-757) $) 28)) (-3306 (($ (-757) (-757) |#1|) 25)) (-2402 (((-757) $) 30)) (-3625 (((-111) $ (-757)) NIL)) (-3176 (((-553) $) 26)) (-1757 (((-553) $) 27)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1907 (((-553) $) 29)) (-2680 (((-553) $) 31)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) 38 (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2001 (($ $ |#1|) NIL)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 14)) (-1422 (($) 16)) (-2061 ((|#1| $ (-553) (-553)) 33) ((|#1| $ (-553) (-553) |#1|) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3877 ((|#5| $ (-553)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-512 |#1| |#2| |#3| |#4| |#5|) (-56 |#1| |#4| |#5|) (-1192) (-553) (-553) (-367 |#1|) (-367 |#1|)) (T -512))
NIL
(-56 |#1| |#4| |#5|)
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) NIL)) (-2210 ((|#1| $) NIL)) (-1785 (($ $) NIL)) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-2285 (($ $ (-552)) 59 (|has| $ (-6 -4369)))) (-3717 (((-111) $) NIL (|has| |#1| (-832))) (((-111) (-1 (-111) |#1| |#1|) $) NIL)) (-3646 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832)))) (($ (-1 (-111) |#1| |#1|) $) 57 (|has| $ (-6 -4369)))) (-1296 (($ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3188 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-2830 (($ $ $) 23 (|has| $ (-6 -4369)))) (-3359 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-1505 ((|#1| $ |#1|) 21 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4369))) (($ $ "rest" $) 24 (|has| $ (-6 -4369))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-1740 (($ (-1 (-111) |#1|) $) NIL)) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2196 ((|#1| $) NIL)) (-2130 (($) NIL T CONST)) (-2366 (($ $) 28 (|has| $ (-6 -4369)))) (-3344 (($ $) 29)) (-2715 (($ $) 18) (($ $ (-756)) 32)) (-2232 (($ $) 55 (|has| |#1| (-1078)))) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1625 (($ |#1| $) NIL (|has| |#1| (-1078))) (($ (-1 (-111) |#1|) $) NIL)) (-2655 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-2268 (((-111) $) NIL)) (-1456 (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078))) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) (-1 (-111) |#1|) $) NIL)) (-3138 (((-629 |#1|) $) 27 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3307 (($ (-756) |#1|) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) 31 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-3707 (($ $ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) 58)) (-1446 (($ $ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 53 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2563 (($ |#1|) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2604 (((-629 |#1|) $) NIL)) (-3862 (((-111) $) NIL)) (-2623 (((-1136) $) 51 (|has| |#1| (-1078)))) (-2680 ((|#1| $) NIL) (($ $ (-756)) NIL)) (-1580 (($ $ $ (-552)) NIL) (($ |#1| $ (-552)) NIL)) (-1759 (($ $ $ (-552)) NIL) (($ |#1| $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2702 ((|#1| $) 13) (($ $ (-756)) NIL)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-1352 (((-111) $) NIL)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 12)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) 17)) (-3430 (($) 16)) (-2060 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1204 (-552))) NIL) ((|#1| $ (-552)) NIL) ((|#1| $ (-552) |#1|) NIL)) (-3153 (((-552) $ $) NIL)) (-3502 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-2012 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-1289 (((-111) $) 34)) (-2760 (($ $) NIL)) (-4022 (($ $) NIL (|has| $ (-6 -4369)))) (-3058 (((-756) $) NIL)) (-2963 (($ $) 36)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) 35)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 26)) (-2380 (($ $ $) 54) (($ $ |#1|) NIL)) (-4319 (($ $ $) NIL) (($ |#1| $) 10) (($ (-629 $)) NIL) (($ $ |#1|) NIL)) (-3213 (((-844) $) 46 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) 48 (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-2657 (((-756) $) 9 (|has| $ (-6 -4368)))))
-(((-512 |#1| |#2|) (-650 |#1|) (-1191) (-552)) (T -512))
-NIL
-(-650 |#1|)
-((-2810 ((|#4| |#4|) 27)) (-2128 (((-756) |#4|) 32)) (-1486 (((-756) |#4|) 33)) (-4229 (((-629 |#3|) |#4|) 40 (|has| |#3| (-6 -4369)))) (-4156 (((-3 |#4| "failed") |#4|) 51)) (-4211 ((|#4| |#4|) 44)) (-2021 ((|#1| |#4|) 43)))
-(((-513 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2810 (|#4| |#4|)) (-15 -2128 ((-756) |#4|)) (-15 -1486 ((-756) |#4|)) (IF (|has| |#3| (-6 -4369)) (-15 -4229 ((-629 |#3|) |#4|)) |%noBranch|) (-15 -2021 (|#1| |#4|)) (-15 -4211 (|#4| |#4|)) (-15 -4156 ((-3 |#4| "failed") |#4|))) (-357) (-367 |#1|) (-367 |#1|) (-671 |#1| |#2| |#3|)) (T -513))
-((-4156 (*1 *2 *2) (|partial| -12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-513 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))) (-4211 (*1 *2 *2) (-12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-513 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))) (-2021 (*1 *2 *3) (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-357)) (-5 *1 (-513 *2 *4 *5 *3)) (-4 *3 (-671 *2 *4 *5)))) (-4229 (*1 *2 *3) (-12 (|has| *6 (-6 -4369)) (-4 *4 (-357)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-629 *6)) (-5 *1 (-513 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))) (-1486 (*1 *2 *3) (-12 (-4 *4 (-357)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-756)) (-5 *1 (-513 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))) (-2128 (*1 *2 *3) (-12 (-4 *4 (-357)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-756)) (-5 *1 (-513 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))) (-2810 (*1 *2 *2) (-12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-513 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))))
-(-10 -7 (-15 -2810 (|#4| |#4|)) (-15 -2128 ((-756) |#4|)) (-15 -1486 ((-756) |#4|)) (IF (|has| |#3| (-6 -4369)) (-15 -4229 ((-629 |#3|) |#4|)) |%noBranch|) (-15 -2021 (|#1| |#4|)) (-15 -4211 (|#4| |#4|)) (-15 -4156 ((-3 |#4| "failed") |#4|)))
-((-2810 ((|#8| |#4|) 20)) (-4229 (((-629 |#3|) |#4|) 29 (|has| |#7| (-6 -4369)))) (-4156 (((-3 |#8| "failed") |#4|) 23)))
-(((-514 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2810 (|#8| |#4|)) (-15 -4156 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4369)) (-15 -4229 ((-629 |#3|) |#4|)) |%noBranch|)) (-544) (-367 |#1|) (-367 |#1|) (-671 |#1| |#2| |#3|) (-973 |#1|) (-367 |#5|) (-367 |#5|) (-671 |#5| |#6| |#7|)) (T -514))
-((-4229 (*1 *2 *3) (-12 (|has| *9 (-6 -4369)) (-4 *4 (-544)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-4 *7 (-973 *4)) (-4 *8 (-367 *7)) (-4 *9 (-367 *7)) (-5 *2 (-629 *6)) (-5 *1 (-514 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-671 *4 *5 *6)) (-4 *10 (-671 *7 *8 *9)))) (-4156 (*1 *2 *3) (|partial| -12 (-4 *4 (-544)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-4 *7 (-973 *4)) (-4 *2 (-671 *7 *8 *9)) (-5 *1 (-514 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-671 *4 *5 *6)) (-4 *8 (-367 *7)) (-4 *9 (-367 *7)))) (-2810 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-4 *7 (-973 *4)) (-4 *2 (-671 *7 *8 *9)) (-5 *1 (-514 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-671 *4 *5 *6)) (-4 *8 (-367 *7)) (-4 *9 (-367 *7)))))
-(-10 -7 (-15 -2810 (|#8| |#4|)) (-15 -4156 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4369)) (-15 -4229 ((-629 |#3|) |#4|)) |%noBranch|))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2306 (($ (-756) (-756)) NIL)) (-2811 (($ $ $) NIL)) (-2289 (($ (-588 |#1| |#3|)) NIL) (($ $) NIL)) (-4021 (((-111) $) NIL)) (-2613 (($ $ (-552) (-552)) 12)) (-4037 (($ $ (-552) (-552)) NIL)) (-1728 (($ $ (-552) (-552) (-552) (-552)) NIL)) (-3035 (($ $) NIL)) (-2779 (((-111) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-2683 (($ $ (-552) (-552) $) NIL)) (-1470 ((|#1| $ (-552) (-552) |#1|) NIL) (($ $ (-629 (-552)) (-629 (-552)) $) NIL)) (-2347 (($ $ (-552) (-588 |#1| |#3|)) NIL)) (-3934 (($ $ (-552) (-588 |#1| |#2|)) NIL)) (-3924 (($ (-756) |#1|) NIL)) (-2130 (($) NIL T CONST)) (-2810 (($ $) 21 (|has| |#1| (-301)))) (-3413 (((-588 |#1| |#3|) $ (-552)) NIL)) (-2128 (((-756) $) 24 (|has| |#1| (-544)))) (-2957 ((|#1| $ (-552) (-552) |#1|) NIL)) (-2892 ((|#1| $ (-552) (-552)) NIL)) (-3138 (((-629 |#1|) $) NIL)) (-1486 (((-756) $) 26 (|has| |#1| (-544)))) (-4229 (((-629 (-588 |#1| |#2|)) $) 29 (|has| |#1| (-544)))) (-2389 (((-756) $) NIL)) (-3307 (($ (-756) (-756) |#1|) NIL)) (-2401 (((-756) $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-3427 ((|#1| $) 19 (|has| |#1| (-6 (-4370 "*"))))) (-3534 (((-552) $) 10)) (-3966 (((-552) $) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3660 (((-552) $) 11)) (-3162 (((-552) $) NIL)) (-3516 (($ (-629 (-629 |#1|))) NIL)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3397 (((-629 (-629 |#1|)) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-4156 (((-3 $ "failed") $) 33 (|has| |#1| (-357)))) (-2944 (($ $ $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-1518 (($ $ |#1|) NIL)) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-552) (-552)) NIL) ((|#1| $ (-552) (-552) |#1|) NIL) (($ $ (-629 (-552)) (-629 (-552))) NIL)) (-2843 (($ (-629 |#1|)) NIL) (($ (-629 $)) NIL)) (-1379 (((-111) $) NIL)) (-2021 ((|#1| $) 17 (|has| |#1| (-6 (-4370 "*"))))) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3041 (((-588 |#1| |#2|) $ (-552)) NIL)) (-3213 (($ (-588 |#1| |#2|)) NIL) (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3043 (((-111) $) NIL)) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $ $) NIL) (($ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#1| (-357)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-552) $) NIL) (((-588 |#1| |#2|) $ (-588 |#1| |#2|)) NIL) (((-588 |#1| |#3|) (-588 |#1| |#3|) $) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-515 |#1| |#2| |#3|) (-671 |#1| (-588 |#1| |#3|) (-588 |#1| |#2|)) (-1030) (-552) (-552)) (T -515))
-NIL
-(-671 |#1| (-588 |#1| |#3|) (-588 |#1| |#2|))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-3761 (((-629 (-1190)) $) 13)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 20) (((-1159) $) NIL) (($ (-1159)) NIL) (($ (-629 (-1190))) 11)) (-1613 (((-111) $ $) NIL)))
-(((-516) (-13 (-1061) (-10 -8 (-15 -3213 ($ (-629 (-1190)))) (-15 -3761 ((-629 (-1190)) $))))) (T -516))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-516)))) (-3761 (*1 *2 *1) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-516)))))
-(-13 (-1061) (-10 -8 (-15 -3213 ($ (-629 (-1190)))) (-15 -3761 ((-629 (-1190)) $))))
-((-3202 (((-111) $ $) NIL)) (-4313 (((-1113) $) 14)) (-2623 (((-1136) $) NIL)) (-3458 (((-1154) $) 11)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 21) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-517) (-13 (-1061) (-10 -8 (-15 -3458 ((-1154) $)) (-15 -4313 ((-1113) $))))) (T -517))
-((-3458 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-517)))) (-4313 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-517)))))
-(-13 (-1061) (-10 -8 (-15 -3458 ((-1154) $)) (-15 -4313 ((-1113) $))))
-((-2537 (((-1098) $ (-127)) 17)))
-(((-518 |#1|) (-10 -8 (-15 -2537 ((-1098) |#1| (-127)))) (-519)) (T -518))
-NIL
-(-10 -8 (-15 -2537 ((-1098) |#1| (-127))))
-((-2537 (((-1098) $ (-127)) 7)) (-3042 (((-1098) $) 8)) (-2469 (($ $) 6)))
-(((-519) (-137)) (T -519))
-((-3042 (*1 *2 *1) (-12 (-4 *1 (-519)) (-5 *2 (-1098)))) (-2537 (*1 *2 *1 *3) (-12 (-4 *1 (-519)) (-5 *3 (-127)) (-5 *2 (-1098)))))
-(-13 (-170) (-10 -8 (-15 -3042 ((-1098) $)) (-15 -2537 ((-1098) $ (-127)))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) NIL)) (-2211 ((|#1| $) NIL)) (-1784 (($ $) NIL)) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4059 (($ $ (-553)) 59 (|has| $ (-6 -4370)))) (-4332 (((-111) $) NIL (|has| |#1| (-833))) (((-111) (-1 (-111) |#1| |#1|) $) NIL)) (-1748 (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833)))) (($ (-1 (-111) |#1| |#1|) $) 57 (|has| $ (-6 -4370)))) (-1297 (($ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-2830 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-2325 (($ $ $) 23 (|has| $ (-6 -4370)))) (-1971 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-3180 ((|#1| $ |#1|) 21 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4370))) (($ $ "rest" $) 24 (|has| $ (-6 -4370))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-3656 (($ (-1 (-111) |#1|) $) NIL)) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2197 ((|#1| $) NIL)) (-3203 (($) NIL T CONST)) (-3591 (($ $) 28 (|has| $ (-6 -4370)))) (-3341 (($ $) 29)) (-2714 (($ $) 18) (($ $ (-757)) 32)) (-1570 (($ $) 55 (|has| |#1| (-1079)))) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1875 (($ |#1| $) NIL (|has| |#1| (-1079))) (($ (-1 (-111) |#1|) $) NIL)) (-2653 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1948 (((-111) $) NIL)) (-1457 (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079))) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) (-1 (-111) |#1|) $) NIL)) (-3136 (((-630 |#1|) $) 27 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-3306 (($ (-757) |#1|) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) 31 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-4250 (($ $ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) 58)) (-3858 (($ $ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 53 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2562 (($ |#1|) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-2603 (((-630 |#1|) $) NIL)) (-3380 (((-111) $) NIL)) (-4056 (((-1137) $) 51 (|has| |#1| (-1079)))) (-2679 ((|#1| $) NIL) (($ $ (-757)) NIL)) (-1429 (($ $ $ (-553)) NIL) (($ |#1| $ (-553)) NIL)) (-1760 (($ $ $ (-553)) NIL) (($ |#1| $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2701 ((|#1| $) 13) (($ $ (-757)) NIL)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-1831 (((-111) $) NIL)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 12)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) 17)) (-1422 (($) 16)) (-2061 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1205 (-553))) NIL) ((|#1| $ (-553)) NIL) ((|#1| $ (-553) |#1|) NIL)) (-2566 (((-553) $ $) NIL)) (-2855 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-2013 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-3990 (((-111) $) 34)) (-2921 (($ $) NIL)) (-4198 (($ $) NIL (|has| $ (-6 -4370)))) (-4033 (((-757) $) NIL)) (-4256 (($ $) 36)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) 35)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 26)) (-3724 (($ $ $) 54) (($ $ |#1|) NIL)) (-4320 (($ $ $) NIL) (($ |#1| $) 10) (($ (-630 $)) NIL) (($ $ |#1|) NIL)) (-3212 (((-845) $) 46 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) 48 (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-2656 (((-757) $) 9 (|has| $ (-6 -4369)))))
+(((-513 |#1| |#2|) (-651 |#1|) (-1192) (-553)) (T -513))
+NIL
+(-651 |#1|)
+((-3399 ((|#4| |#4|) 27)) (-2129 (((-757) |#4|) 32)) (-3005 (((-757) |#4|) 33)) (-2455 (((-630 |#3|) |#4|) 40 (|has| |#3| (-6 -4370)))) (-3015 (((-3 |#4| "failed") |#4|) 51)) (-2259 ((|#4| |#4|) 44)) (-3368 ((|#1| |#4|) 43)))
+(((-514 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3399 (|#4| |#4|)) (-15 -2129 ((-757) |#4|)) (-15 -3005 ((-757) |#4|)) (IF (|has| |#3| (-6 -4370)) (-15 -2455 ((-630 |#3|) |#4|)) |%noBranch|) (-15 -3368 (|#1| |#4|)) (-15 -2259 (|#4| |#4|)) (-15 -3015 ((-3 |#4| "failed") |#4|))) (-357) (-367 |#1|) (-367 |#1|) (-672 |#1| |#2| |#3|)) (T -514))
+((-3015 (*1 *2 *2) (|partial| -12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-514 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))) (-2259 (*1 *2 *2) (-12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-514 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))) (-3368 (*1 *2 *3) (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-357)) (-5 *1 (-514 *2 *4 *5 *3)) (-4 *3 (-672 *2 *4 *5)))) (-2455 (*1 *2 *3) (-12 (|has| *6 (-6 -4370)) (-4 *4 (-357)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-630 *6)) (-5 *1 (-514 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))) (-3005 (*1 *2 *3) (-12 (-4 *4 (-357)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-757)) (-5 *1 (-514 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))) (-2129 (*1 *2 *3) (-12 (-4 *4 (-357)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-757)) (-5 *1 (-514 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))) (-3399 (*1 *2 *2) (-12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-514 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))))
+(-10 -7 (-15 -3399 (|#4| |#4|)) (-15 -2129 ((-757) |#4|)) (-15 -3005 ((-757) |#4|)) (IF (|has| |#3| (-6 -4370)) (-15 -2455 ((-630 |#3|) |#4|)) |%noBranch|) (-15 -3368 (|#1| |#4|)) (-15 -2259 (|#4| |#4|)) (-15 -3015 ((-3 |#4| "failed") |#4|)))
+((-3399 ((|#8| |#4|) 20)) (-2455 (((-630 |#3|) |#4|) 29 (|has| |#7| (-6 -4370)))) (-3015 (((-3 |#8| "failed") |#4|) 23)))
+(((-515 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3399 (|#8| |#4|)) (-15 -3015 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4370)) (-15 -2455 ((-630 |#3|) |#4|)) |%noBranch|)) (-545) (-367 |#1|) (-367 |#1|) (-672 |#1| |#2| |#3|) (-974 |#1|) (-367 |#5|) (-367 |#5|) (-672 |#5| |#6| |#7|)) (T -515))
+((-2455 (*1 *2 *3) (-12 (|has| *9 (-6 -4370)) (-4 *4 (-545)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-4 *7 (-974 *4)) (-4 *8 (-367 *7)) (-4 *9 (-367 *7)) (-5 *2 (-630 *6)) (-5 *1 (-515 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-672 *4 *5 *6)) (-4 *10 (-672 *7 *8 *9)))) (-3015 (*1 *2 *3) (|partial| -12 (-4 *4 (-545)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-4 *7 (-974 *4)) (-4 *2 (-672 *7 *8 *9)) (-5 *1 (-515 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-672 *4 *5 *6)) (-4 *8 (-367 *7)) (-4 *9 (-367 *7)))) (-3399 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-4 *7 (-974 *4)) (-4 *2 (-672 *7 *8 *9)) (-5 *1 (-515 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-672 *4 *5 *6)) (-4 *8 (-367 *7)) (-4 *9 (-367 *7)))))
+(-10 -7 (-15 -3399 (|#8| |#4|)) (-15 -3015 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4370)) (-15 -2455 ((-630 |#3|) |#4|)) |%noBranch|))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2307 (($ (-757) (-757)) NIL)) (-3409 (($ $ $) NIL)) (-4092 (($ (-589 |#1| |#3|)) NIL) (($ $) NIL)) (-4188 (((-111) $) NIL)) (-2043 (($ $ (-553) (-553)) 12)) (-4318 (($ $ (-553) (-553)) NIL)) (-3539 (($ $ (-553) (-553) (-553) (-553)) NIL)) (-3817 (($ $) NIL)) (-3109 (((-111) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-1468 (($ $ (-553) (-553) $) NIL)) (-1471 ((|#1| $ (-553) (-553) |#1|) NIL) (($ $ (-630 (-553)) (-630 (-553)) $) NIL)) (-3426 (($ $ (-553) (-589 |#1| |#3|)) NIL)) (-2778 (($ $ (-553) (-589 |#1| |#2|)) NIL)) (-2685 (($ (-757) |#1|) NIL)) (-3203 (($) NIL T CONST)) (-3399 (($ $) 21 (|has| |#1| (-301)))) (-1310 (((-589 |#1| |#3|) $ (-553)) NIL)) (-2129 (((-757) $) 24 (|has| |#1| (-545)))) (-2959 ((|#1| $ (-553) (-553) |#1|) NIL)) (-2891 ((|#1| $ (-553) (-553)) NIL)) (-3136 (((-630 |#1|) $) NIL)) (-3005 (((-757) $) 26 (|has| |#1| (-545)))) (-2455 (((-630 (-589 |#1| |#2|)) $) 29 (|has| |#1| (-545)))) (-2390 (((-757) $) NIL)) (-3306 (($ (-757) (-757) |#1|) NIL)) (-2402 (((-757) $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1405 ((|#1| $) 19 (|has| |#1| (-6 (-4371 "*"))))) (-3176 (((-553) $) 10)) (-1757 (((-553) $) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1907 (((-553) $) 11)) (-2680 (((-553) $) NIL)) (-3515 (($ (-630 (-630 |#1|))) NIL)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4245 (((-630 (-630 |#1|)) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3015 (((-3 $ "failed") $) 33 (|has| |#1| (-357)))) (-4094 (($ $ $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2001 (($ $ |#1|) NIL)) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-553) (-553)) NIL) ((|#1| $ (-553) (-553) |#1|) NIL) (($ $ (-630 (-553)) (-630 (-553))) NIL)) (-2461 (($ (-630 |#1|)) NIL) (($ (-630 $)) NIL)) (-1924 (((-111) $) NIL)) (-3368 ((|#1| $) 17 (|has| |#1| (-6 (-4371 "*"))))) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3877 (((-589 |#1| |#2|) $ (-553)) NIL)) (-3212 (($ (-589 |#1| |#2|)) NIL) (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3897 (((-111) $) NIL)) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $ $) NIL) (($ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#1| (-357)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-553) $) NIL) (((-589 |#1| |#2|) $ (-589 |#1| |#2|)) NIL) (((-589 |#1| |#3|) (-589 |#1| |#3|) $) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-516 |#1| |#2| |#3|) (-672 |#1| (-589 |#1| |#3|) (-589 |#1| |#2|)) (-1031) (-553) (-553)) (T -516))
+NIL
+(-672 |#1| (-589 |#1| |#3|) (-589 |#1| |#2|))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-3587 (((-630 (-1191)) $) 13)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 20) (((-1160) $) NIL) (($ (-1160)) NIL) (($ (-630 (-1191))) 11)) (-1614 (((-111) $ $) NIL)))
+(((-517) (-13 (-1062) (-10 -8 (-15 -3212 ($ (-630 (-1191)))) (-15 -3587 ((-630 (-1191)) $))))) (T -517))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-517)))) (-3587 (*1 *2 *1) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-517)))))
+(-13 (-1062) (-10 -8 (-15 -3212 ($ (-630 (-1191)))) (-15 -3587 ((-630 (-1191)) $))))
+((-3200 (((-111) $ $) NIL)) (-2021 (((-1114) $) 14)) (-4056 (((-1137) $) NIL)) (-3631 (((-1155) $) 11)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 21) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-518) (-13 (-1062) (-10 -8 (-15 -3631 ((-1155) $)) (-15 -2021 ((-1114) $))))) (T -518))
+((-3631 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-518)))) (-2021 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-518)))))
+(-13 (-1062) (-10 -8 (-15 -3631 ((-1155) $)) (-15 -2021 ((-1114) $))))
+((-2689 (((-1099) $ (-127)) 17)))
+(((-519 |#1|) (-10 -8 (-15 -2689 ((-1099) |#1| (-127)))) (-520)) (T -519))
+NIL
+(-10 -8 (-15 -2689 ((-1099) |#1| (-127))))
+((-2689 (((-1099) $ (-127)) 7)) (-3886 (((-1099) $) 8)) (-3297 (($ $) 6)))
+(((-520) (-137)) (T -520))
+((-3886 (*1 *2 *1) (-12 (-4 *1 (-520)) (-5 *2 (-1099)))) (-2689 (*1 *2 *1 *3) (-12 (-4 *1 (-520)) (-5 *3 (-127)) (-5 *2 (-1099)))))
+(-13 (-170) (-10 -8 (-15 -3886 ((-1099) $)) (-15 -2689 ((-1099) $ (-127)))))
(((-170) . T))
-((-2511 (((-1150 |#1|) (-756)) 76)) (-1549 (((-1237 |#1|) (-1237 |#1|) (-902)) 69)) (-3531 (((-1242) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))) |#1|) 84)) (-1441 (((-1237 |#1|) (-1237 |#1|) (-756)) 36)) (-1332 (((-1237 |#1|) (-902)) 71)) (-2645 (((-1237 |#1|) (-1237 |#1|) (-552)) 24)) (-2291 (((-1150 |#1|) (-1237 |#1|)) 77)) (-2019 (((-1237 |#1|) (-902)) 95)) (-2092 (((-111) (-1237 |#1|)) 80)) (-4346 (((-1237 |#1|) (-1237 |#1|) (-902)) 62)) (-2169 (((-1150 |#1|) (-1237 |#1|)) 89)) (-1637 (((-902) (-1237 |#1|)) 59)) (-3701 (((-1237 |#1|) (-1237 |#1|)) 30)) (-2840 (((-1237 |#1|) (-902) (-902)) 97)) (-4140 (((-1237 |#1|) (-1237 |#1|) (-1098) (-1098)) 23)) (-3793 (((-1237 |#1|) (-1237 |#1|) (-756) (-1098)) 37)) (-4199 (((-1237 (-1237 |#1|)) (-902)) 94)) (-1720 (((-1237 |#1|) (-1237 |#1|) (-1237 |#1|)) 81)) (** (((-1237 |#1|) (-1237 |#1|) (-552)) 45)) (* (((-1237 |#1|) (-1237 |#1|) (-1237 |#1|)) 25)))
-(((-520 |#1|) (-10 -7 (-15 -3531 ((-1242) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))) |#1|)) (-15 -1332 ((-1237 |#1|) (-902))) (-15 -2840 ((-1237 |#1|) (-902) (-902))) (-15 -2291 ((-1150 |#1|) (-1237 |#1|))) (-15 -2511 ((-1150 |#1|) (-756))) (-15 -3793 ((-1237 |#1|) (-1237 |#1|) (-756) (-1098))) (-15 -1441 ((-1237 |#1|) (-1237 |#1|) (-756))) (-15 -4140 ((-1237 |#1|) (-1237 |#1|) (-1098) (-1098))) (-15 -2645 ((-1237 |#1|) (-1237 |#1|) (-552))) (-15 ** ((-1237 |#1|) (-1237 |#1|) (-552))) (-15 * ((-1237 |#1|) (-1237 |#1|) (-1237 |#1|))) (-15 -1720 ((-1237 |#1|) (-1237 |#1|) (-1237 |#1|))) (-15 -4346 ((-1237 |#1|) (-1237 |#1|) (-902))) (-15 -1549 ((-1237 |#1|) (-1237 |#1|) (-902))) (-15 -3701 ((-1237 |#1|) (-1237 |#1|))) (-15 -1637 ((-902) (-1237 |#1|))) (-15 -2092 ((-111) (-1237 |#1|))) (-15 -4199 ((-1237 (-1237 |#1|)) (-902))) (-15 -2019 ((-1237 |#1|) (-902))) (-15 -2169 ((-1150 |#1|) (-1237 |#1|)))) (-343)) (T -520))
-((-2169 (*1 *2 *3) (-12 (-5 *3 (-1237 *4)) (-4 *4 (-343)) (-5 *2 (-1150 *4)) (-5 *1 (-520 *4)))) (-2019 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1237 *4)) (-5 *1 (-520 *4)) (-4 *4 (-343)))) (-4199 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1237 (-1237 *4))) (-5 *1 (-520 *4)) (-4 *4 (-343)))) (-2092 (*1 *2 *3) (-12 (-5 *3 (-1237 *4)) (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-520 *4)))) (-1637 (*1 *2 *3) (-12 (-5 *3 (-1237 *4)) (-4 *4 (-343)) (-5 *2 (-902)) (-5 *1 (-520 *4)))) (-3701 (*1 *2 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-343)) (-5 *1 (-520 *3)))) (-1549 (*1 *2 *2 *3) (-12 (-5 *2 (-1237 *4)) (-5 *3 (-902)) (-4 *4 (-343)) (-5 *1 (-520 *4)))) (-4346 (*1 *2 *2 *3) (-12 (-5 *2 (-1237 *4)) (-5 *3 (-902)) (-4 *4 (-343)) (-5 *1 (-520 *4)))) (-1720 (*1 *2 *2 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-343)) (-5 *1 (-520 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-343)) (-5 *1 (-520 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1237 *4)) (-5 *3 (-552)) (-4 *4 (-343)) (-5 *1 (-520 *4)))) (-2645 (*1 *2 *2 *3) (-12 (-5 *2 (-1237 *4)) (-5 *3 (-552)) (-4 *4 (-343)) (-5 *1 (-520 *4)))) (-4140 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1237 *4)) (-5 *3 (-1098)) (-4 *4 (-343)) (-5 *1 (-520 *4)))) (-1441 (*1 *2 *2 *3) (-12 (-5 *2 (-1237 *4)) (-5 *3 (-756)) (-4 *4 (-343)) (-5 *1 (-520 *4)))) (-3793 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1237 *5)) (-5 *3 (-756)) (-5 *4 (-1098)) (-4 *5 (-343)) (-5 *1 (-520 *5)))) (-2511 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1150 *4)) (-5 *1 (-520 *4)) (-4 *4 (-343)))) (-2291 (*1 *2 *3) (-12 (-5 *3 (-1237 *4)) (-4 *4 (-343)) (-5 *2 (-1150 *4)) (-5 *1 (-520 *4)))) (-2840 (*1 *2 *3 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1237 *4)) (-5 *1 (-520 *4)) (-4 *4 (-343)))) (-1332 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1237 *4)) (-5 *1 (-520 *4)) (-4 *4 (-343)))) (-3531 (*1 *2 *3 *4) (-12 (-5 *3 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098)))))) (-4 *4 (-343)) (-5 *2 (-1242)) (-5 *1 (-520 *4)))))
-(-10 -7 (-15 -3531 ((-1242) (-1237 (-629 (-2 (|:| -2925 |#1|) (|:| -2840 (-1098))))) |#1|)) (-15 -1332 ((-1237 |#1|) (-902))) (-15 -2840 ((-1237 |#1|) (-902) (-902))) (-15 -2291 ((-1150 |#1|) (-1237 |#1|))) (-15 -2511 ((-1150 |#1|) (-756))) (-15 -3793 ((-1237 |#1|) (-1237 |#1|) (-756) (-1098))) (-15 -1441 ((-1237 |#1|) (-1237 |#1|) (-756))) (-15 -4140 ((-1237 |#1|) (-1237 |#1|) (-1098) (-1098))) (-15 -2645 ((-1237 |#1|) (-1237 |#1|) (-552))) (-15 ** ((-1237 |#1|) (-1237 |#1|) (-552))) (-15 * ((-1237 |#1|) (-1237 |#1|) (-1237 |#1|))) (-15 -1720 ((-1237 |#1|) (-1237 |#1|) (-1237 |#1|))) (-15 -4346 ((-1237 |#1|) (-1237 |#1|) (-902))) (-15 -1549 ((-1237 |#1|) (-1237 |#1|) (-902))) (-15 -3701 ((-1237 |#1|) (-1237 |#1|))) (-15 -1637 ((-902) (-1237 |#1|))) (-15 -2092 ((-111) (-1237 |#1|))) (-15 -4199 ((-1237 (-1237 |#1|)) (-902))) (-15 -2019 ((-1237 |#1|) (-902))) (-15 -2169 ((-1150 |#1|) (-1237 |#1|))))
-((-2537 (((-1098) $ (-127)) NIL)) (-3042 (((-1098) $) 21)) (-2607 (((-1098) $ (-1098)) 25)) (-1456 (((-1098) $) 24)) (-1773 (((-111) $) 19)) (-1329 (($ (-382)) 12) (($ (-1136)) 14)) (-3673 (((-111) $) 22)) (-3213 (((-844) $) 28)) (-2469 (($ $) 23)))
-(((-521) (-13 (-519) (-599 (-844)) (-10 -8 (-15 -1329 ($ (-382))) (-15 -1329 ($ (-1136))) (-15 -3673 ((-111) $)) (-15 -1773 ((-111) $)) (-15 -1456 ((-1098) $)) (-15 -2607 ((-1098) $ (-1098)))))) (T -521))
-((-1329 (*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-521)))) (-1329 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-521)))) (-3673 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-521)))) (-1773 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-521)))) (-1456 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-521)))) (-2607 (*1 *2 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-521)))))
-(-13 (-519) (-599 (-844)) (-10 -8 (-15 -1329 ($ (-382))) (-15 -1329 ($ (-1136))) (-15 -3673 ((-111) $)) (-15 -1773 ((-111) $)) (-15 -1456 ((-1098) $)) (-15 -2607 ((-1098) $ (-1098)))))
-((-3911 (((-1 |#1| |#1|) |#1|) 11)) (-4336 (((-1 |#1| |#1|)) 10)))
-(((-522 |#1|) (-10 -7 (-15 -4336 ((-1 |#1| |#1|))) (-15 -3911 ((-1 |#1| |#1|) |#1|))) (-13 (-711) (-25))) (T -522))
-((-3911 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-522 *3)) (-4 *3 (-13 (-711) (-25))))) (-4336 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-522 *3)) (-4 *3 (-13 (-711) (-25))))))
-(-10 -7 (-15 -4336 ((-1 |#1| |#1|))) (-15 -3911 ((-1 |#1| |#1|) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3305 (($ $ $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-3590 (($ (-756) |#1|) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1477 (($ (-1 (-756) (-756)) $) NIL)) (-3687 ((|#1| $) NIL)) (-3743 (((-756) $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 20)) (-3297 (($) NIL T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1698 (($ $ $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL)))
-(((-523 |#1|) (-13 (-778) (-501 (-756) |#1|)) (-832)) (T -523))
-NIL
-(-13 (-778) (-501 (-756) |#1|))
-((-2553 (((-629 |#2|) (-1150 |#1|) |#3|) 83)) (-1922 (((-629 (-2 (|:| |outval| |#2|) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 |#2|))))) (-673 |#1|) |#3| (-1 (-412 (-1150 |#1|)) (-1150 |#1|))) 100)) (-2365 (((-1150 |#1|) (-673 |#1|)) 95)))
-(((-524 |#1| |#2| |#3|) (-10 -7 (-15 -2365 ((-1150 |#1|) (-673 |#1|))) (-15 -2553 ((-629 |#2|) (-1150 |#1|) |#3|)) (-15 -1922 ((-629 (-2 (|:| |outval| |#2|) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 |#2|))))) (-673 |#1|) |#3| (-1 (-412 (-1150 |#1|)) (-1150 |#1|))))) (-357) (-357) (-13 (-357) (-830))) (T -524))
-((-1922 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-673 *6)) (-5 *5 (-1 (-412 (-1150 *6)) (-1150 *6))) (-4 *6 (-357)) (-5 *2 (-629 (-2 (|:| |outval| *7) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 *7)))))) (-5 *1 (-524 *6 *7 *4)) (-4 *7 (-357)) (-4 *4 (-13 (-357) (-830))))) (-2553 (*1 *2 *3 *4) (-12 (-5 *3 (-1150 *5)) (-4 *5 (-357)) (-5 *2 (-629 *6)) (-5 *1 (-524 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-830))))) (-2365 (*1 *2 *3) (-12 (-5 *3 (-673 *4)) (-4 *4 (-357)) (-5 *2 (-1150 *4)) (-5 *1 (-524 *4 *5 *6)) (-4 *5 (-357)) (-4 *6 (-13 (-357) (-830))))))
-(-10 -7 (-15 -2365 ((-1150 |#1|) (-673 |#1|))) (-15 -2553 ((-629 |#2|) (-1150 |#1|) |#3|)) (-15 -1922 ((-629 (-2 (|:| |outval| |#2|) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 |#2|))))) (-673 |#1|) |#3| (-1 (-412 (-1150 |#1|)) (-1150 |#1|)))))
-((-3268 (((-1098) $ (-127)) 25)) (-2586 (((-1098) $ (-128)) 27)) (-2537 (((-1098) $ (-127)) 23)) (-3042 (((-1098) $) 24)) (-1729 (((-111) $) 17)) (-3904 (((-3 $ "failed") (-567) (-935)) 10) (((-3 $ "failed") (-483) (-935)) 13)) (-3213 (((-844) $) 35)) (-2469 (($ $) 22)))
-(((-525) (-13 (-752 (-567)) (-599 (-844)) (-10 -8 (-15 -3904 ((-3 $ "failed") (-483) (-935)))))) (T -525))
-((-3904 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-483)) (-5 *3 (-935)) (-5 *1 (-525)))))
-(-13 (-752 (-567)) (-599 (-844)) (-10 -8 (-15 -3904 ((-3 $ "failed") (-483) (-935)))))
-((-1638 (((-825 (-552))) 12)) (-1648 (((-825 (-552))) 14)) (-4053 (((-818 (-552))) 9)))
-(((-526) (-10 -7 (-15 -4053 ((-818 (-552)))) (-15 -1638 ((-825 (-552)))) (-15 -1648 ((-825 (-552)))))) (T -526))
-((-1648 (*1 *2) (-12 (-5 *2 (-825 (-552))) (-5 *1 (-526)))) (-1638 (*1 *2) (-12 (-5 *2 (-825 (-552))) (-5 *1 (-526)))) (-4053 (*1 *2) (-12 (-5 *2 (-818 (-552))) (-5 *1 (-526)))))
-(-10 -7 (-15 -4053 ((-818 (-552)))) (-15 -1638 ((-825 (-552)))) (-15 -1648 ((-825 (-552)))))
-((-3845 (((-528) (-1154)) 15)) (-4143 ((|#1| (-528)) 20)))
-(((-527 |#1|) (-10 -7 (-15 -3845 ((-528) (-1154))) (-15 -4143 (|#1| (-528)))) (-1191)) (T -527))
-((-4143 (*1 *2 *3) (-12 (-5 *3 (-528)) (-5 *1 (-527 *2)) (-4 *2 (-1191)))) (-3845 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-528)) (-5 *1 (-527 *4)) (-4 *4 (-1191)))))
-(-10 -7 (-15 -3845 ((-528) (-1154))) (-15 -4143 (|#1| (-528))))
-((-3202 (((-111) $ $) NIL)) (-3212 (((-1136) $) 47)) (-2288 (((-111) $) 43)) (-3542 (((-1154) $) 44)) (-1529 (((-111) $) 41)) (-3986 (((-1136) $) 42)) (-1482 (($ (-1136)) 48)) (-2679 (((-111) $) NIL)) (-2400 (((-111) $) NIL)) (-1320 (((-111) $) NIL)) (-2623 (((-1136) $) NIL)) (-2775 (($ $ (-629 (-1154))) 20)) (-4143 (((-52) $) 22)) (-3227 (((-111) $) NIL)) (-3563 (((-552) $) NIL)) (-2876 (((-1098) $) NIL)) (-2403 (($ $ (-629 (-1154)) (-1154)) 60)) (-3983 (((-111) $) NIL)) (-3396 (((-220) $) NIL)) (-1802 (($ $) 38)) (-1452 (((-844) $) NIL)) (-2771 (((-111) $ $) NIL)) (-2060 (($ $ (-552)) NIL) (($ $ (-629 (-552))) NIL)) (-3552 (((-629 $) $) 28)) (-4304 (((-1154) (-629 $)) 49)) (-1522 (($ (-629 $)) 56) (($ (-1136)) NIL) (($ (-1154)) 18) (($ (-552)) 8) (($ (-220)) 25) (($ (-844)) NIL) (((-1082) $) 11) (($ (-1082)) 12)) (-2872 (((-1154) (-1154) (-629 $)) 52)) (-3213 (((-844) $) 46)) (-2588 (($ $) 51)) (-2576 (($ $) 50)) (-3609 (($ $ (-629 $)) 57)) (-3171 (((-111) $) 27)) (-3297 (($) 9 T CONST)) (-3309 (($) 10 T CONST)) (-1613 (((-111) $ $) 61)) (-1720 (($ $ $) 66)) (-1698 (($ $ $) 62)) (** (($ $ (-756)) 65) (($ $ (-552)) 64)) (* (($ $ $) 63)) (-2657 (((-552) $) NIL)))
-(((-528) (-13 (-1081 (-1136) (-1154) (-552) (-220) (-844)) (-600 (-1082)) (-10 -8 (-15 -4143 ((-52) $)) (-15 -1522 ($ (-1082))) (-15 -3609 ($ $ (-629 $))) (-15 -2403 ($ $ (-629 (-1154)) (-1154))) (-15 -2775 ($ $ (-629 (-1154)))) (-15 -1698 ($ $ $)) (-15 * ($ $ $)) (-15 -1720 ($ $ $)) (-15 ** ($ $ (-756))) (-15 ** ($ $ (-552))) (-15 0 ($) -3930) (-15 1 ($) -3930) (-15 -1802 ($ $)) (-15 -3212 ((-1136) $)) (-15 -1482 ($ (-1136))) (-15 -4304 ((-1154) (-629 $))) (-15 -2872 ((-1154) (-1154) (-629 $)))))) (T -528))
-((-4143 (*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-528)))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-1082)) (-5 *1 (-528)))) (-3609 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-528))) (-5 *1 (-528)))) (-2403 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-1154)) (-5 *1 (-528)))) (-2775 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-528)))) (-1698 (*1 *1 *1 *1) (-5 *1 (-528))) (* (*1 *1 *1 *1) (-5 *1 (-528))) (-1720 (*1 *1 *1 *1) (-5 *1 (-528))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-528)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-528)))) (-3297 (*1 *1) (-5 *1 (-528))) (-3309 (*1 *1) (-5 *1 (-528))) (-1802 (*1 *1 *1) (-5 *1 (-528))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-528)))) (-1482 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-528)))) (-4304 (*1 *2 *3) (-12 (-5 *3 (-629 (-528))) (-5 *2 (-1154)) (-5 *1 (-528)))) (-2872 (*1 *2 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-528))) (-5 *1 (-528)))))
-(-13 (-1081 (-1136) (-1154) (-552) (-220) (-844)) (-600 (-1082)) (-10 -8 (-15 -4143 ((-52) $)) (-15 -1522 ($ (-1082))) (-15 -3609 ($ $ (-629 $))) (-15 -2403 ($ $ (-629 (-1154)) (-1154))) (-15 -2775 ($ $ (-629 (-1154)))) (-15 -1698 ($ $ $)) (-15 * ($ $ $)) (-15 -1720 ($ $ $)) (-15 ** ($ $ (-756))) (-15 ** ($ $ (-552))) (-15 (-3297) ($) -3930) (-15 (-3309) ($) -3930) (-15 -1802 ($ $)) (-15 -3212 ((-1136) $)) (-15 -1482 ($ (-1136))) (-15 -4304 ((-1154) (-629 $))) (-15 -2872 ((-1154) (-1154) (-629 $)))))
-((-2247 ((|#2| |#2|) 17)) (-2407 ((|#2| |#2|) 13)) (-1948 ((|#2| |#2| (-552) (-552)) 20)) (-2879 ((|#2| |#2|) 15)))
-(((-529 |#1| |#2|) (-10 -7 (-15 -2407 (|#2| |#2|)) (-15 -2879 (|#2| |#2|)) (-15 -2247 (|#2| |#2|)) (-15 -1948 (|#2| |#2| (-552) (-552)))) (-13 (-544) (-144)) (-1228 |#1|)) (T -529))
-((-1948 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-552)) (-4 *4 (-13 (-544) (-144))) (-5 *1 (-529 *4 *2)) (-4 *2 (-1228 *4)))) (-2247 (*1 *2 *2) (-12 (-4 *3 (-13 (-544) (-144))) (-5 *1 (-529 *3 *2)) (-4 *2 (-1228 *3)))) (-2879 (*1 *2 *2) (-12 (-4 *3 (-13 (-544) (-144))) (-5 *1 (-529 *3 *2)) (-4 *2 (-1228 *3)))) (-2407 (*1 *2 *2) (-12 (-4 *3 (-13 (-544) (-144))) (-5 *1 (-529 *3 *2)) (-4 *2 (-1228 *3)))))
-(-10 -7 (-15 -2407 (|#2| |#2|)) (-15 -2879 (|#2| |#2|)) (-15 -2247 (|#2| |#2|)) (-15 -1948 (|#2| |#2| (-552) (-552))))
-((-1431 (((-629 (-288 (-933 |#2|))) (-629 |#2|) (-629 (-1154))) 32)) (-3146 (((-629 |#2|) (-933 |#1|) |#3|) 53) (((-629 |#2|) (-1150 |#1|) |#3|) 52)) (-3337 (((-629 (-629 |#2|)) (-629 (-933 |#1|)) (-629 (-933 |#1|)) (-629 (-1154)) |#3|) 91)))
-(((-530 |#1| |#2| |#3|) (-10 -7 (-15 -3146 ((-629 |#2|) (-1150 |#1|) |#3|)) (-15 -3146 ((-629 |#2|) (-933 |#1|) |#3|)) (-15 -3337 ((-629 (-629 |#2|)) (-629 (-933 |#1|)) (-629 (-933 |#1|)) (-629 (-1154)) |#3|)) (-15 -1431 ((-629 (-288 (-933 |#2|))) (-629 |#2|) (-629 (-1154))))) (-445) (-357) (-13 (-357) (-830))) (T -530))
-((-1431 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *6)) (-5 *4 (-629 (-1154))) (-4 *6 (-357)) (-5 *2 (-629 (-288 (-933 *6)))) (-5 *1 (-530 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-13 (-357) (-830))))) (-3337 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-629 (-933 *6))) (-5 *4 (-629 (-1154))) (-4 *6 (-445)) (-5 *2 (-629 (-629 *7))) (-5 *1 (-530 *6 *7 *5)) (-4 *7 (-357)) (-4 *5 (-13 (-357) (-830))))) (-3146 (*1 *2 *3 *4) (-12 (-5 *3 (-933 *5)) (-4 *5 (-445)) (-5 *2 (-629 *6)) (-5 *1 (-530 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-830))))) (-3146 (*1 *2 *3 *4) (-12 (-5 *3 (-1150 *5)) (-4 *5 (-445)) (-5 *2 (-629 *6)) (-5 *1 (-530 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-830))))))
-(-10 -7 (-15 -3146 ((-629 |#2|) (-1150 |#1|) |#3|)) (-15 -3146 ((-629 |#2|) (-933 |#1|) |#3|)) (-15 -3337 ((-629 (-629 |#2|)) (-629 (-933 |#1|)) (-629 (-933 |#1|)) (-629 (-1154)) |#3|)) (-15 -1431 ((-629 (-288 (-933 |#2|))) (-629 |#2|) (-629 (-1154)))))
-((-3098 ((|#2| |#2| |#1|) 17)) (-4178 ((|#2| (-629 |#2|)) 27)) (-2202 ((|#2| (-629 |#2|)) 46)))
-(((-531 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4178 (|#2| (-629 |#2|))) (-15 -2202 (|#2| (-629 |#2|))) (-15 -3098 (|#2| |#2| |#1|))) (-301) (-1213 |#1|) |#1| (-1 |#1| |#1| (-756))) (T -531))
-((-3098 (*1 *2 *2 *3) (-12 (-4 *3 (-301)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-756))) (-5 *1 (-531 *3 *2 *4 *5)) (-4 *2 (-1213 *3)))) (-2202 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-1213 *4)) (-5 *1 (-531 *4 *2 *5 *6)) (-4 *4 (-301)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-756))))) (-4178 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-1213 *4)) (-5 *1 (-531 *4 *2 *5 *6)) (-4 *4 (-301)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-756))))))
-(-10 -7 (-15 -4178 (|#2| (-629 |#2|))) (-15 -2202 (|#2| (-629 |#2|))) (-15 -3098 (|#2| |#2| |#1|)))
-((-3479 (((-412 (-1150 |#4|)) (-1150 |#4|) (-1 (-412 (-1150 |#3|)) (-1150 |#3|))) 80) (((-412 |#4|) |#4| (-1 (-412 (-1150 |#3|)) (-1150 |#3|))) 169)))
-(((-532 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3479 ((-412 |#4|) |#4| (-1 (-412 (-1150 |#3|)) (-1150 |#3|)))) (-15 -3479 ((-412 (-1150 |#4|)) (-1150 |#4|) (-1 (-412 (-1150 |#3|)) (-1150 |#3|))))) (-832) (-778) (-13 (-301) (-144)) (-930 |#3| |#2| |#1|)) (T -532))
-((-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-412 (-1150 *7)) (-1150 *7))) (-4 *7 (-13 (-301) (-144))) (-4 *5 (-832)) (-4 *6 (-778)) (-4 *8 (-930 *7 *6 *5)) (-5 *2 (-412 (-1150 *8))) (-5 *1 (-532 *5 *6 *7 *8)) (-5 *3 (-1150 *8)))) (-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-412 (-1150 *7)) (-1150 *7))) (-4 *7 (-13 (-301) (-144))) (-4 *5 (-832)) (-4 *6 (-778)) (-5 *2 (-412 *3)) (-5 *1 (-532 *5 *6 *7 *3)) (-4 *3 (-930 *7 *6 *5)))))
-(-10 -7 (-15 -3479 ((-412 |#4|) |#4| (-1 (-412 (-1150 |#3|)) (-1150 |#3|)))) (-15 -3479 ((-412 (-1150 |#4|)) (-1150 |#4|) (-1 (-412 (-1150 |#3|)) (-1150 |#3|)))))
-((-2247 ((|#4| |#4|) 74)) (-2407 ((|#4| |#4|) 70)) (-1948 ((|#4| |#4| (-552) (-552)) 76)) (-2879 ((|#4| |#4|) 72)))
-(((-533 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2407 (|#4| |#4|)) (-15 -2879 (|#4| |#4|)) (-15 -2247 (|#4| |#4|)) (-15 -1948 (|#4| |#4| (-552) (-552)))) (-13 (-357) (-362) (-600 (-552))) (-1213 |#1|) (-709 |#1| |#2|) (-1228 |#3|)) (T -533))
-((-1948 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-552)) (-4 *4 (-13 (-357) (-362) (-600 *3))) (-4 *5 (-1213 *4)) (-4 *6 (-709 *4 *5)) (-5 *1 (-533 *4 *5 *6 *2)) (-4 *2 (-1228 *6)))) (-2247 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-4 *4 (-1213 *3)) (-4 *5 (-709 *3 *4)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-1228 *5)))) (-2879 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-4 *4 (-1213 *3)) (-4 *5 (-709 *3 *4)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-1228 *5)))) (-2407 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-4 *4 (-1213 *3)) (-4 *5 (-709 *3 *4)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-1228 *5)))))
-(-10 -7 (-15 -2407 (|#4| |#4|)) (-15 -2879 (|#4| |#4|)) (-15 -2247 (|#4| |#4|)) (-15 -1948 (|#4| |#4| (-552) (-552))))
-((-2247 ((|#2| |#2|) 27)) (-2407 ((|#2| |#2|) 23)) (-1948 ((|#2| |#2| (-552) (-552)) 29)) (-2879 ((|#2| |#2|) 25)))
-(((-534 |#1| |#2|) (-10 -7 (-15 -2407 (|#2| |#2|)) (-15 -2879 (|#2| |#2|)) (-15 -2247 (|#2| |#2|)) (-15 -1948 (|#2| |#2| (-552) (-552)))) (-13 (-357) (-362) (-600 (-552))) (-1228 |#1|)) (T -534))
-((-1948 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-552)) (-4 *4 (-13 (-357) (-362) (-600 *3))) (-5 *1 (-534 *4 *2)) (-4 *2 (-1228 *4)))) (-2247 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-5 *1 (-534 *3 *2)) (-4 *2 (-1228 *3)))) (-2879 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-5 *1 (-534 *3 *2)) (-4 *2 (-1228 *3)))) (-2407 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-5 *1 (-534 *3 *2)) (-4 *2 (-1228 *3)))))
-(-10 -7 (-15 -2407 (|#2| |#2|)) (-15 -2879 (|#2| |#2|)) (-15 -2247 (|#2| |#2|)) (-15 -1948 (|#2| |#2| (-552) (-552))))
-((-3011 (((-3 (-552) "failed") |#2| |#1| (-1 (-3 (-552) "failed") |#1|)) 14) (((-3 (-552) "failed") |#2| |#1| (-552) (-1 (-3 (-552) "failed") |#1|)) 13) (((-3 (-552) "failed") |#2| (-552) (-1 (-3 (-552) "failed") |#1|)) 26)))
-(((-535 |#1| |#2|) (-10 -7 (-15 -3011 ((-3 (-552) "failed") |#2| (-552) (-1 (-3 (-552) "failed") |#1|))) (-15 -3011 ((-3 (-552) "failed") |#2| |#1| (-552) (-1 (-3 (-552) "failed") |#1|))) (-15 -3011 ((-3 (-552) "failed") |#2| |#1| (-1 (-3 (-552) "failed") |#1|)))) (-1030) (-1213 |#1|)) (T -535))
-((-3011 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-552) "failed") *4)) (-4 *4 (-1030)) (-5 *2 (-552)) (-5 *1 (-535 *4 *3)) (-4 *3 (-1213 *4)))) (-3011 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-552) "failed") *4)) (-4 *4 (-1030)) (-5 *2 (-552)) (-5 *1 (-535 *4 *3)) (-4 *3 (-1213 *4)))) (-3011 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-552) "failed") *5)) (-4 *5 (-1030)) (-5 *2 (-552)) (-5 *1 (-535 *5 *3)) (-4 *3 (-1213 *5)))))
-(-10 -7 (-15 -3011 ((-3 (-552) "failed") |#2| (-552) (-1 (-3 (-552) "failed") |#1|))) (-15 -3011 ((-3 (-552) "failed") |#2| |#1| (-552) (-1 (-3 (-552) "failed") |#1|))) (-15 -3011 ((-3 (-552) "failed") |#2| |#1| (-1 (-3 (-552) "failed") |#1|))))
-((-4025 (($ $ $) 79)) (-3343 (((-412 $) $) 47)) (-1393 (((-3 (-552) "failed") $) 59)) (-2832 (((-552) $) 37)) (-2674 (((-3 (-401 (-552)) "failed") $) 74)) (-2443 (((-111) $) 24)) (-3777 (((-401 (-552)) $) 72)) (-1677 (((-111) $) 50)) (-1299 (($ $ $ $) 86)) (-1338 (((-111) $) 16)) (-2048 (($ $ $) 57)) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 69)) (-2032 (((-3 $ "failed") $) 64)) (-3922 (($ $) 23)) (-3198 (($ $ $) 84)) (-1977 (($) 60)) (-2006 (($ $) 53)) (-3479 (((-412 $) $) 45)) (-3117 (((-111) $) 14)) (-3795 (((-756) $) 28)) (-3096 (($ $ (-756)) NIL) (($ $) 10)) (-1487 (($ $) 17)) (-1522 (((-552) $) NIL) (((-528) $) 36) (((-873 (-552)) $) 40) (((-373) $) 31) (((-220) $) 33)) (-2014 (((-756)) 8)) (-3246 (((-111) $ $) 20)) (-2075 (($ $ $) 55)))
-(((-536 |#1|) (-10 -8 (-15 -3198 (|#1| |#1| |#1|)) (-15 -1299 (|#1| |#1| |#1| |#1|)) (-15 -3922 (|#1| |#1|)) (-15 -1487 (|#1| |#1|)) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -4025 (|#1| |#1| |#1|)) (-15 -3246 ((-111) |#1| |#1|)) (-15 -3117 ((-111) |#1|)) (-15 -1977 (|#1|)) (-15 -2032 ((-3 |#1| "failed") |#1|)) (-15 -1522 ((-220) |#1|)) (-15 -1522 ((-373) |#1|)) (-15 -2048 (|#1| |#1| |#1|)) (-15 -2006 (|#1| |#1|)) (-15 -2075 (|#1| |#1| |#1|)) (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|))) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -1522 ((-552) |#1|)) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -1338 ((-111) |#1|)) (-15 -3795 ((-756) |#1|)) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -1677 ((-111) |#1|)) (-15 -2014 ((-756)))) (-537)) (T -536))
-((-2014 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-536 *3)) (-4 *3 (-537)))))
-(-10 -8 (-15 -3198 (|#1| |#1| |#1|)) (-15 -1299 (|#1| |#1| |#1| |#1|)) (-15 -3922 (|#1| |#1|)) (-15 -1487 (|#1| |#1|)) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -4025 (|#1| |#1| |#1|)) (-15 -3246 ((-111) |#1| |#1|)) (-15 -3117 ((-111) |#1|)) (-15 -1977 (|#1|)) (-15 -2032 ((-3 |#1| "failed") |#1|)) (-15 -1522 ((-220) |#1|)) (-15 -1522 ((-373) |#1|)) (-15 -2048 (|#1| |#1| |#1|)) (-15 -2006 (|#1| |#1|)) (-15 -2075 (|#1| |#1| |#1|)) (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|))) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -1522 ((-552) |#1|)) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -1338 ((-111) |#1|)) (-15 -3795 ((-756) |#1|)) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -1677 ((-111) |#1|)) (-15 -2014 ((-756))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4025 (($ $ $) 82)) (-4012 (((-3 $ "failed") $ $) 19)) (-2704 (($ $ $ $) 71)) (-4116 (($ $) 49)) (-3343 (((-412 $) $) 50)) (-2393 (((-111) $ $) 122)) (-3886 (((-552) $) 111)) (-1603 (($ $ $) 85)) (-2130 (($) 17 T CONST)) (-1393 (((-3 (-552) "failed") $) 103)) (-2832 (((-552) $) 102)) (-4006 (($ $ $) 126)) (-2714 (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 101) (((-673 (-552)) (-673 $)) 100)) (-1293 (((-3 $ "failed") $) 32)) (-2674 (((-3 (-401 (-552)) "failed") $) 79)) (-2443 (((-111) $) 81)) (-3777 (((-401 (-552)) $) 80)) (-1332 (($) 78) (($ $) 77)) (-3987 (($ $ $) 125)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 120)) (-1677 (((-111) $) 51)) (-1299 (($ $ $ $) 69)) (-2990 (($ $ $) 83)) (-1338 (((-111) $) 113)) (-2048 (($ $ $) 94)) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 97)) (-4065 (((-111) $) 30)) (-3302 (((-111) $) 89)) (-2032 (((-3 $ "failed") $) 91)) (-3127 (((-111) $) 112)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 129)) (-1760 (($ $ $ $) 70)) (-1772 (($ $ $) 114)) (-2011 (($ $ $) 115)) (-3922 (($ $) 73)) (-2556 (($ $) 86)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3198 (($ $ $) 68)) (-1977 (($) 90 T CONST)) (-3864 (($ $) 75)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-2006 (($ $) 95)) (-3479 (((-412 $) $) 48)) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 128) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 127)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 121)) (-3117 (((-111) $) 88)) (-3795 (((-756) $) 123)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 124)) (-3096 (($ $ (-756)) 108) (($ $) 106)) (-2045 (($ $) 74)) (-1487 (($ $) 76)) (-1522 (((-552) $) 105) (((-528) $) 99) (((-873 (-552)) $) 98) (((-373) $) 93) (((-220) $) 92)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-552)) 104)) (-2014 (((-756)) 28)) (-3246 (((-111) $ $) 84)) (-2075 (($ $ $) 96)) (-4174 (($) 87)) (-3589 (((-111) $ $) 37)) (-3182 (($ $ $ $) 72)) (-1578 (($ $) 110)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-756)) 109) (($ $) 107)) (-1666 (((-111) $ $) 117)) (-1644 (((-111) $ $) 118)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 116)) (-1632 (((-111) $ $) 119)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-537) (-137)) (T -537))
-((-3302 (*1 *2 *1) (-12 (-4 *1 (-537)) (-5 *2 (-111)))) (-3117 (*1 *2 *1) (-12 (-4 *1 (-537)) (-5 *2 (-111)))) (-4174 (*1 *1) (-4 *1 (-537))) (-2556 (*1 *1 *1) (-4 *1 (-537))) (-1603 (*1 *1 *1 *1) (-4 *1 (-537))) (-3246 (*1 *2 *1 *1) (-12 (-4 *1 (-537)) (-5 *2 (-111)))) (-2990 (*1 *1 *1 *1) (-4 *1 (-537))) (-4025 (*1 *1 *1 *1) (-4 *1 (-537))) (-2443 (*1 *2 *1) (-12 (-4 *1 (-537)) (-5 *2 (-111)))) (-3777 (*1 *2 *1) (-12 (-4 *1 (-537)) (-5 *2 (-401 (-552))))) (-2674 (*1 *2 *1) (|partial| -12 (-4 *1 (-537)) (-5 *2 (-401 (-552))))) (-1332 (*1 *1) (-4 *1 (-537))) (-1332 (*1 *1 *1) (-4 *1 (-537))) (-1487 (*1 *1 *1) (-4 *1 (-537))) (-3864 (*1 *1 *1) (-4 *1 (-537))) (-2045 (*1 *1 *1) (-4 *1 (-537))) (-3922 (*1 *1 *1) (-4 *1 (-537))) (-3182 (*1 *1 *1 *1 *1) (-4 *1 (-537))) (-2704 (*1 *1 *1 *1 *1) (-4 *1 (-537))) (-1760 (*1 *1 *1 *1 *1) (-4 *1 (-537))) (-1299 (*1 *1 *1 *1 *1) (-4 *1 (-537))) (-3198 (*1 *1 *1 *1) (-4 *1 (-537))))
-(-13 (-1195) (-301) (-805) (-228) (-600 (-552)) (-1019 (-552)) (-625 (-552)) (-600 (-528)) (-600 (-873 (-552))) (-867 (-552)) (-140) (-1003) (-144) (-1129) (-10 -8 (-15 -3302 ((-111) $)) (-15 -3117 ((-111) $)) (-6 -4367) (-15 -4174 ($)) (-15 -2556 ($ $)) (-15 -1603 ($ $ $)) (-15 -3246 ((-111) $ $)) (-15 -2990 ($ $ $)) (-15 -4025 ($ $ $)) (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $)) (-15 -1332 ($)) (-15 -1332 ($ $)) (-15 -1487 ($ $)) (-15 -3864 ($ $)) (-15 -2045 ($ $)) (-15 -3922 ($ $)) (-15 -3182 ($ $ $ $)) (-15 -2704 ($ $ $ $)) (-15 -1760 ($ $ $ $)) (-15 -1299 ($ $ $ $)) (-15 -3198 ($ $ $)) (-6 -4366)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-599 (-844)) . T) ((-140) . T) ((-169) . T) ((-600 (-220)) . T) ((-600 (-373)) . T) ((-600 (-528)) . T) ((-600 (-552)) . T) ((-600 (-873 (-552))) . T) ((-228) . T) ((-284) . T) ((-301) . T) ((-445) . T) ((-544) . T) ((-632 $) . T) ((-625 (-552)) . T) ((-702 $) . T) ((-711) . T) ((-776) . T) ((-777) . T) ((-779) . T) ((-780) . T) ((-805) . T) ((-830) . T) ((-832) . T) ((-867 (-552)) . T) ((-901) . T) ((-1003) . T) ((-1019 (-552)) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1129) . T) ((-1195) . T))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2660 (((-1242) $ |#1| |#1|) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#2| $ |#1| |#2|) NIL)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 |#2| "failed") |#1| $) NIL)) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) NIL)) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) NIL)) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 ((|#1| $) NIL (|has| |#1| (-832)))) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1842 ((|#1| $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-1376 (((-629 |#1|) $) NIL)) (-2539 (((-111) |#1| $) NIL)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-2190 (((-629 |#1|) $) NIL)) (-1335 (((-111) |#1| $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2702 ((|#2| $) NIL (|has| |#1| (-832)))) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-3213 (((-844) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844))) (|has| |#2| (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-538 |#1| |#2| |#3|) (-13 (-1167 |#1| |#2|) (-10 -7 (-6 -4368))) (-1078) (-1078) (-13 (-1167 |#1| |#2|) (-10 -7 (-6 -4368)))) (T -538))
-NIL
-(-13 (-1167 |#1| |#2|) (-10 -7 (-6 -4368)))
-((-1778 (((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|) (-1 (-1150 |#2|) (-1150 |#2|))) 51)))
-(((-539 |#1| |#2|) (-10 -7 (-15 -1778 ((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|) (-1 (-1150 |#2|) (-1150 |#2|))))) (-13 (-832) (-544)) (-13 (-27) (-424 |#1|))) (T -539))
-((-1778 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-598 *3)) (-5 *5 (-1 (-1150 *3) (-1150 *3))) (-4 *3 (-13 (-27) (-424 *6))) (-4 *6 (-13 (-832) (-544))) (-5 *2 (-573 *3)) (-5 *1 (-539 *6 *3)))))
-(-10 -7 (-15 -1778 ((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|) (-1 (-1150 |#2|) (-1150 |#2|)))))
-((-3834 (((-573 |#5|) |#5| (-1 |#3| |#3|)) 199)) (-3781 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 195)) (-2412 (((-573 |#5|) |#5| (-1 |#3| |#3|)) 202)))
-(((-540 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2412 ((-573 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3834 ((-573 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3781 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-832) (-544) (-1019 (-552))) (-13 (-27) (-424 |#1|)) (-1213 |#2|) (-1213 (-401 |#3|)) (-336 |#2| |#3| |#4|)) (T -540))
-((-3781 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-27) (-424 *4))) (-4 *4 (-13 (-832) (-544) (-1019 (-552)))) (-4 *7 (-1213 (-401 *6))) (-5 *1 (-540 *4 *5 *6 *7 *2)) (-4 *2 (-336 *5 *6 *7)))) (-3834 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1213 *6)) (-4 *6 (-13 (-27) (-424 *5))) (-4 *5 (-13 (-832) (-544) (-1019 (-552)))) (-4 *8 (-1213 (-401 *7))) (-5 *2 (-573 *3)) (-5 *1 (-540 *5 *6 *7 *8 *3)) (-4 *3 (-336 *6 *7 *8)))) (-2412 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1213 *6)) (-4 *6 (-13 (-27) (-424 *5))) (-4 *5 (-13 (-832) (-544) (-1019 (-552)))) (-4 *8 (-1213 (-401 *7))) (-5 *2 (-573 *3)) (-5 *1 (-540 *5 *6 *7 *8 *3)) (-4 *3 (-336 *6 *7 *8)))))
-(-10 -7 (-15 -2412 ((-573 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3834 ((-573 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3781 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
-((-2629 (((-111) (-552) (-552)) 10)) (-2354 (((-552) (-552)) 7)) (-3335 (((-552) (-552) (-552)) 8)))
-(((-541) (-10 -7 (-15 -2354 ((-552) (-552))) (-15 -3335 ((-552) (-552) (-552))) (-15 -2629 ((-111) (-552) (-552))))) (T -541))
-((-2629 (*1 *2 *3 *3) (-12 (-5 *3 (-552)) (-5 *2 (-111)) (-5 *1 (-541)))) (-3335 (*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-541)))) (-2354 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-541)))))
-(-10 -7 (-15 -2354 ((-552) (-552))) (-15 -3335 ((-552) (-552) (-552))) (-15 -2629 ((-111) (-552) (-552))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4054 ((|#1| $) 59)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-2478 (($ $) 89)) (-2332 (($ $) 72)) (-3305 ((|#1| $) 60)) (-4012 (((-3 $ "failed") $ $) 19)) (-3489 (($ $) 71)) (-2455 (($ $) 88)) (-2305 (($ $) 73)) (-2506 (($ $) 87)) (-2359 (($ $) 74)) (-2130 (($) 17 T CONST)) (-1393 (((-3 (-552) "failed") $) 67)) (-2832 (((-552) $) 66)) (-1293 (((-3 $ "failed") $) 32)) (-2176 (($ |#1| |#1|) 64)) (-1338 (((-111) $) 58)) (-4043 (($) 99)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 70)) (-3127 (((-111) $) 57)) (-1772 (($ $ $) 105)) (-2011 (($ $ $) 104)) (-2430 (($ $) 96)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3741 (($ |#1| |#1|) 65) (($ |#1|) 63) (($ (-401 (-552))) 62)) (-3341 ((|#1| $) 61)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-3969 (((-3 $ "failed") $ $) 40)) (-2855 (($ $) 97)) (-2518 (($ $) 86)) (-2370 (($ $) 75)) (-2492 (($ $) 85)) (-2346 (($ $) 76)) (-2467 (($ $) 84)) (-2318 (($ $) 77)) (-1738 (((-111) $ |#1|) 56)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-552)) 68)) (-2014 (((-756)) 28)) (-3843 (($ $) 95)) (-2409 (($ $) 83)) (-3589 (((-111) $ $) 37)) (-2530 (($ $) 94)) (-2382 (($ $) 82)) (-3863 (($ $) 93)) (-2433 (($ $) 81)) (-3013 (($ $) 92)) (-2444 (($ $) 80)) (-3853 (($ $) 91)) (-2420 (($ $) 79)) (-2543 (($ $) 90)) (-2395 (($ $) 78)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1666 (((-111) $ $) 102)) (-1644 (((-111) $ $) 101)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 103)) (-1632 (((-111) $ $) 100)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ $) 98) (($ $ (-401 (-552))) 69)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-542 |#1|) (-137) (-13 (-398) (-1176))) (T -542))
-((-3741 (*1 *1 *2 *2) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176))))) (-2176 (*1 *1 *2 *2) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176))))) (-3741 (*1 *1 *2) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176))))) (-3741 (*1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-4 *1 (-542 *3)) (-4 *3 (-13 (-398) (-1176))))) (-3341 (*1 *2 *1) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176))))) (-3305 (*1 *2 *1) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176))))) (-4054 (*1 *2 *1) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176))))) (-1338 (*1 *2 *1) (-12 (-4 *1 (-542 *3)) (-4 *3 (-13 (-398) (-1176))) (-5 *2 (-111)))) (-3127 (*1 *2 *1) (-12 (-4 *1 (-542 *3)) (-4 *3 (-13 (-398) (-1176))) (-5 *2 (-111)))) (-1738 (*1 *2 *1 *3) (-12 (-4 *1 (-542 *3)) (-4 *3 (-13 (-398) (-1176))) (-5 *2 (-111)))))
-(-13 (-445) (-832) (-1176) (-983) (-1019 (-552)) (-10 -8 (-6 -4311) (-15 -3741 ($ |t#1| |t#1|)) (-15 -2176 ($ |t#1| |t#1|)) (-15 -3741 ($ |t#1|)) (-15 -3741 ($ (-401 (-552)))) (-15 -3341 (|t#1| $)) (-15 -3305 (|t#1| $)) (-15 -4054 (|t#1| $)) (-15 -1338 ((-111) $)) (-15 -3127 ((-111) $)) (-15 -1738 ((-111) $ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-94) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-278) . T) ((-284) . T) ((-445) . T) ((-485) . T) ((-544) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-832) . T) ((-983) . T) ((-1019 (-552)) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1176) . T) ((-1179) . T))
-((-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 9)) (-3303 (($ $) 11)) (-1334 (((-111) $) 18)) (-1293 (((-3 $ "failed") $) 16)) (-3589 (((-111) $ $) 20)))
-(((-543 |#1|) (-10 -8 (-15 -1334 ((-111) |#1|)) (-15 -3589 ((-111) |#1| |#1|)) (-15 -3303 (|#1| |#1|)) (-15 -2245 ((-2 (|:| -3784 |#1|) (|:| -4355 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1293 ((-3 |#1| "failed") |#1|))) (-544)) (T -543))
-NIL
-(-10 -8 (-15 -1334 ((-111) |#1|)) (-15 -3589 ((-111) |#1| |#1|)) (-15 -3303 (|#1| |#1|)) (-15 -2245 ((-2 (|:| -3784 |#1|) (|:| -4355 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1293 ((-3 |#1| "failed") |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3969 (((-3 $ "failed") $ $) 40)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-544) (-137)) (T -544))
-((-3969 (*1 *1 *1 *1) (|partial| -4 *1 (-544))) (-2245 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -3784 *1) (|:| -4355 *1) (|:| |associate| *1))) (-4 *1 (-544)))) (-3303 (*1 *1 *1) (-4 *1 (-544))) (-3589 (*1 *2 *1 *1) (-12 (-4 *1 (-544)) (-5 *2 (-111)))) (-1334 (*1 *2 *1) (-12 (-4 *1 (-544)) (-5 *2 (-111)))))
-(-13 (-169) (-38 $) (-284) (-10 -8 (-15 -3969 ((-3 $ "failed") $ $)) (-15 -2245 ((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $)) (-15 -3303 ($ $)) (-15 -3589 ((-111) $ $)) (-15 -1334 ((-111) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-284) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1829 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1154) (-629 |#2|)) 37)) (-2093 (((-573 |#2|) |#2| (-1154)) 62)) (-3383 (((-3 |#2| "failed") |#2| (-1154)) 152)) (-2512 (((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1154) (-598 |#2|) (-629 (-598 |#2|))) 155)) (-2328 (((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1154) |#2|) 40)))
-(((-545 |#1| |#2|) (-10 -7 (-15 -2328 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1154) |#2|)) (-15 -1829 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1154) (-629 |#2|))) (-15 -3383 ((-3 |#2| "failed") |#2| (-1154))) (-15 -2093 ((-573 |#2|) |#2| (-1154))) (-15 -2512 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1154) (-598 |#2|) (-629 (-598 |#2|))))) (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552))) (-13 (-27) (-1176) (-424 |#1|))) (T -545))
-((-2512 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1154)) (-5 *6 (-629 (-598 *3))) (-5 *5 (-598 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *7))) (-4 *7 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3))) (-5 *1 (-545 *7 *3)))) (-2093 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-573 *3)) (-5 *1 (-545 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))) (-3383 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1154)) (-4 *4 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-545 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))) (-1829 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-629 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-545 *6 *3)))) (-2328 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1154)) (-4 *5 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3))) (-5 *1 (-545 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))))
-(-10 -7 (-15 -2328 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1154) |#2|)) (-15 -1829 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1154) (-629 |#2|))) (-15 -3383 ((-3 |#2| "failed") |#2| (-1154))) (-15 -2093 ((-573 |#2|) |#2| (-1154))) (-15 -2512 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1154) (-598 |#2|) (-629 (-598 |#2|)))))
-((-3343 (((-412 |#1|) |#1|) 18)) (-3479 (((-412 |#1|) |#1|) 33)) (-4200 (((-3 |#1| "failed") |#1|) 44)) (-1982 (((-412 |#1|) |#1|) 51)))
-(((-546 |#1|) (-10 -7 (-15 -3479 ((-412 |#1|) |#1|)) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -1982 ((-412 |#1|) |#1|)) (-15 -4200 ((-3 |#1| "failed") |#1|))) (-537)) (T -546))
-((-4200 (*1 *2 *2) (|partial| -12 (-5 *1 (-546 *2)) (-4 *2 (-537)))) (-1982 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-546 *3)) (-4 *3 (-537)))) (-3343 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-546 *3)) (-4 *3 (-537)))) (-3479 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-546 *3)) (-4 *3 (-537)))))
-(-10 -7 (-15 -3479 ((-412 |#1|) |#1|)) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -1982 ((-412 |#1|) |#1|)) (-15 -4200 ((-3 |#1| "failed") |#1|)))
-((-3187 (($) 9)) (-1967 (((-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 35)) (-1376 (((-629 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $) 32)) (-1580 (($ (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) 29)) (-1747 (($ (-629 (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) 27)) (-3360 (((-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 39)) (-3627 (((-629 (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) 37)) (-2241 (((-1242)) 12)))
-(((-547) (-10 -8 (-15 -3187 ($)) (-15 -2241 ((-1242))) (-15 -1376 ((-629 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $)) (-15 -1747 ($ (-629 (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 -1580 ($ (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 -1967 ((-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3627 ((-629 (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 -3360 ((-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (T -547))
-((-3360 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 (-547)))) (-3627 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 (-547)))) (-1967 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 (-547)))) (-1580 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 (-547)))) (-1747 (*1 *1 *2) (-12 (-5 *2 (-629 (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 (-547)))) (-1376 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-5 *1 (-547)))) (-2241 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-547)))) (-3187 (*1 *1) (-5 *1 (-547))))
-(-10 -8 (-15 -3187 ($)) (-15 -2241 ((-1242))) (-15 -1376 ((-629 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $)) (-15 -1747 ($ (-629 (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 -1580 ($ (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 -1967 ((-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3627 ((-629 (-2 (|:| -2670 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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 -3360 ((-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| (-1134 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -4235 (-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| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))
-((-3449 (((-1150 (-401 (-1150 |#2|))) |#2| (-598 |#2|) (-598 |#2|) (-1150 |#2|)) 32)) (-2508 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-598 |#2|) (-598 |#2|) (-629 |#2|) (-598 |#2|) |#2| (-401 (-1150 |#2|))) 100) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-598 |#2|) (-598 |#2|) (-629 |#2|) |#2| (-1150 |#2|)) 110)) (-2546 (((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|) (-598 |#2|) |#2| (-401 (-1150 |#2|))) 80) (((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|) |#2| (-1150 |#2|)) 52)) (-3024 (((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-598 |#2|) (-598 |#2|) |#2| (-598 |#2|) |#2| (-401 (-1150 |#2|))) 87) (((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-598 |#2|) (-598 |#2|) |#2| |#2| (-1150 |#2|)) 109)) (-3217 (((-3 |#2| "failed") |#2| |#2| (-598 |#2|) (-598 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1154)) (-598 |#2|) |#2| (-401 (-1150 |#2|))) 105) (((-3 |#2| "failed") |#2| |#2| (-598 |#2|) (-598 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1154)) |#2| (-1150 |#2|)) 111)) (-2532 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4199 (-629 |#2|))) |#3| |#2| (-598 |#2|) (-598 |#2|) (-598 |#2|) |#2| (-401 (-1150 |#2|))) 128 (|has| |#3| (-640 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4199 (-629 |#2|))) |#3| |#2| (-598 |#2|) (-598 |#2|) |#2| (-1150 |#2|)) 127 (|has| |#3| (-640 |#2|)))) (-3602 ((|#2| (-1150 (-401 (-1150 |#2|))) (-598 |#2|) |#2|) 50)) (-3874 (((-1150 (-401 (-1150 |#2|))) (-1150 |#2|) (-598 |#2|)) 31)))
-(((-548 |#1| |#2| |#3|) (-10 -7 (-15 -2546 ((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|) |#2| (-1150 |#2|))) (-15 -2546 ((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|) (-598 |#2|) |#2| (-401 (-1150 |#2|)))) (-15 -3024 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-598 |#2|) (-598 |#2|) |#2| |#2| (-1150 |#2|))) (-15 -3024 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-598 |#2|) (-598 |#2|) |#2| (-598 |#2|) |#2| (-401 (-1150 |#2|)))) (-15 -2508 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-598 |#2|) (-598 |#2|) (-629 |#2|) |#2| (-1150 |#2|))) (-15 -2508 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-598 |#2|) (-598 |#2|) (-629 |#2|) (-598 |#2|) |#2| (-401 (-1150 |#2|)))) (-15 -3217 ((-3 |#2| "failed") |#2| |#2| (-598 |#2|) (-598 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1154)) |#2| (-1150 |#2|))) (-15 -3217 ((-3 |#2| "failed") |#2| |#2| (-598 |#2|) (-598 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1154)) (-598 |#2|) |#2| (-401 (-1150 |#2|)))) (-15 -3449 ((-1150 (-401 (-1150 |#2|))) |#2| (-598 |#2|) (-598 |#2|) (-1150 |#2|))) (-15 -3602 (|#2| (-1150 (-401 (-1150 |#2|))) (-598 |#2|) |#2|)) (-15 -3874 ((-1150 (-401 (-1150 |#2|))) (-1150 |#2|) (-598 |#2|))) (IF (|has| |#3| (-640 |#2|)) (PROGN (-15 -2532 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4199 (-629 |#2|))) |#3| |#2| (-598 |#2|) (-598 |#2|) |#2| (-1150 |#2|))) (-15 -2532 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4199 (-629 |#2|))) |#3| |#2| (-598 |#2|) (-598 |#2|) (-598 |#2|) |#2| (-401 (-1150 |#2|))))) |%noBranch|)) (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))) (-13 (-424 |#1|) (-27) (-1176)) (-1078)) (T -548))
-((-2532 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-598 *4)) (-5 *6 (-401 (-1150 *4))) (-4 *4 (-13 (-424 *7) (-27) (-1176))) (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4)))) (-5 *1 (-548 *7 *4 *3)) (-4 *3 (-640 *4)) (-4 *3 (-1078)))) (-2532 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-598 *4)) (-5 *6 (-1150 *4)) (-4 *4 (-13 (-424 *7) (-27) (-1176))) (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4)))) (-5 *1 (-548 *7 *4 *3)) (-4 *3 (-640 *4)) (-4 *3 (-1078)))) (-3874 (*1 *2 *3 *4) (-12 (-5 *4 (-598 *6)) (-4 *6 (-13 (-424 *5) (-27) (-1176))) (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-1150 (-401 (-1150 *6)))) (-5 *1 (-548 *5 *6 *7)) (-5 *3 (-1150 *6)) (-4 *7 (-1078)))) (-3602 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1150 (-401 (-1150 *2)))) (-5 *4 (-598 *2)) (-4 *2 (-13 (-424 *5) (-27) (-1176))) (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *1 (-548 *5 *2 *6)) (-4 *6 (-1078)))) (-3449 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-598 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1176))) (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-1150 (-401 (-1150 *3)))) (-5 *1 (-548 *6 *3 *7)) (-5 *5 (-1150 *3)) (-4 *7 (-1078)))) (-3217 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-598 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1154))) (-5 *5 (-401 (-1150 *2))) (-4 *2 (-13 (-424 *6) (-27) (-1176))) (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *1 (-548 *6 *2 *7)) (-4 *7 (-1078)))) (-3217 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-598 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1154))) (-5 *5 (-1150 *2)) (-4 *2 (-13 (-424 *6) (-27) (-1176))) (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *1 (-548 *6 *2 *7)) (-4 *7 (-1078)))) (-2508 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-629 *3)) (-5 *6 (-401 (-1150 *3))) (-4 *3 (-13 (-424 *7) (-27) (-1176))) (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-548 *7 *3 *8)) (-4 *8 (-1078)))) (-2508 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-629 *3)) (-5 *6 (-1150 *3)) (-4 *3 (-13 (-424 *7) (-27) (-1176))) (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-548 *7 *3 *8)) (-4 *8 (-1078)))) (-3024 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-401 (-1150 *3))) (-4 *3 (-13 (-424 *6) (-27) (-1176))) (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3))) (-5 *1 (-548 *6 *3 *7)) (-4 *7 (-1078)))) (-3024 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-1150 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1176))) (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3))) (-5 *1 (-548 *6 *3 *7)) (-4 *7 (-1078)))) (-2546 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-598 *3)) (-5 *5 (-401 (-1150 *3))) (-4 *3 (-13 (-424 *6) (-27) (-1176))) (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-573 *3)) (-5 *1 (-548 *6 *3 *7)) (-4 *7 (-1078)))) (-2546 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-598 *3)) (-5 *5 (-1150 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1176))) (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-573 *3)) (-5 *1 (-548 *6 *3 *7)) (-4 *7 (-1078)))))
-(-10 -7 (-15 -2546 ((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|) |#2| (-1150 |#2|))) (-15 -2546 ((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|) (-598 |#2|) |#2| (-401 (-1150 |#2|)))) (-15 -3024 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-598 |#2|) (-598 |#2|) |#2| |#2| (-1150 |#2|))) (-15 -3024 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-598 |#2|) (-598 |#2|) |#2| (-598 |#2|) |#2| (-401 (-1150 |#2|)))) (-15 -2508 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-598 |#2|) (-598 |#2|) (-629 |#2|) |#2| (-1150 |#2|))) (-15 -2508 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-598 |#2|) (-598 |#2|) (-629 |#2|) (-598 |#2|) |#2| (-401 (-1150 |#2|)))) (-15 -3217 ((-3 |#2| "failed") |#2| |#2| (-598 |#2|) (-598 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1154)) |#2| (-1150 |#2|))) (-15 -3217 ((-3 |#2| "failed") |#2| |#2| (-598 |#2|) (-598 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1154)) (-598 |#2|) |#2| (-401 (-1150 |#2|)))) (-15 -3449 ((-1150 (-401 (-1150 |#2|))) |#2| (-598 |#2|) (-598 |#2|) (-1150 |#2|))) (-15 -3602 (|#2| (-1150 (-401 (-1150 |#2|))) (-598 |#2|) |#2|)) (-15 -3874 ((-1150 (-401 (-1150 |#2|))) (-1150 |#2|) (-598 |#2|))) (IF (|has| |#3| (-640 |#2|)) (PROGN (-15 -2532 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4199 (-629 |#2|))) |#3| |#2| (-598 |#2|) (-598 |#2|) |#2| (-1150 |#2|))) (-15 -2532 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4199 (-629 |#2|))) |#3| |#2| (-598 |#2|) (-598 |#2|) (-598 |#2|) |#2| (-401 (-1150 |#2|))))) |%noBranch|))
-((-2733 (((-552) (-552) (-756)) 66)) (-4326 (((-552) (-552)) 65)) (-3161 (((-552) (-552)) 64)) (-3758 (((-552) (-552)) 69)) (-2451 (((-552) (-552) (-552)) 49)) (-2969 (((-552) (-552) (-552)) 46)) (-3404 (((-401 (-552)) (-552)) 20)) (-2934 (((-552) (-552)) 21)) (-3877 (((-552) (-552)) 58)) (-1974 (((-552) (-552)) 32)) (-4044 (((-629 (-552)) (-552)) 63)) (-3116 (((-552) (-552) (-552) (-552) (-552)) 44)) (-3233 (((-401 (-552)) (-552)) 41)))
-(((-549) (-10 -7 (-15 -3233 ((-401 (-552)) (-552))) (-15 -3116 ((-552) (-552) (-552) (-552) (-552))) (-15 -4044 ((-629 (-552)) (-552))) (-15 -1974 ((-552) (-552))) (-15 -3877 ((-552) (-552))) (-15 -2934 ((-552) (-552))) (-15 -3404 ((-401 (-552)) (-552))) (-15 -2969 ((-552) (-552) (-552))) (-15 -2451 ((-552) (-552) (-552))) (-15 -3758 ((-552) (-552))) (-15 -3161 ((-552) (-552))) (-15 -4326 ((-552) (-552))) (-15 -2733 ((-552) (-552) (-756))))) (T -549))
-((-2733 (*1 *2 *2 *3) (-12 (-5 *2 (-552)) (-5 *3 (-756)) (-5 *1 (-549)))) (-4326 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))) (-3161 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))) (-3758 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))) (-2451 (*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))) (-2969 (*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))) (-3404 (*1 *2 *3) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-549)) (-5 *3 (-552)))) (-2934 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))) (-3877 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))) (-1974 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))) (-4044 (*1 *2 *3) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-549)) (-5 *3 (-552)))) (-3116 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))) (-3233 (*1 *2 *3) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-549)) (-5 *3 (-552)))))
-(-10 -7 (-15 -3233 ((-401 (-552)) (-552))) (-15 -3116 ((-552) (-552) (-552) (-552) (-552))) (-15 -4044 ((-629 (-552)) (-552))) (-15 -1974 ((-552) (-552))) (-15 -3877 ((-552) (-552))) (-15 -2934 ((-552) (-552))) (-15 -3404 ((-401 (-552)) (-552))) (-15 -2969 ((-552) (-552) (-552))) (-15 -2451 ((-552) (-552) (-552))) (-15 -3758 ((-552) (-552))) (-15 -3161 ((-552) (-552))) (-15 -4326 ((-552) (-552))) (-15 -2733 ((-552) (-552) (-756))))
-((-1790 (((-2 (|:| |answer| |#4|) (|:| -3318 |#4|)) |#4| (-1 |#2| |#2|)) 52)))
-(((-550 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1790 ((-2 (|:| |answer| |#4|) (|:| -3318 |#4|)) |#4| (-1 |#2| |#2|)))) (-357) (-1213 |#1|) (-1213 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -550))
-((-1790 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357)) (-4 *7 (-1213 (-401 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -3318 *3))) (-5 *1 (-550 *5 *6 *7 *3)) (-4 *3 (-336 *5 *6 *7)))))
-(-10 -7 (-15 -1790 ((-2 (|:| |answer| |#4|) (|:| -3318 |#4|)) |#4| (-1 |#2| |#2|))))
-((-1790 (((-2 (|:| |answer| (-401 |#2|)) (|:| -3318 (-401 |#2|)) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|)) 18)))
-(((-551 |#1| |#2|) (-10 -7 (-15 -1790 ((-2 (|:| |answer| (-401 |#2|)) (|:| -3318 (-401 |#2|)) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|)))) (-357) (-1213 |#1|)) (T -551))
-((-1790 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |answer| (-401 *6)) (|:| -3318 (-401 *6)) (|:| |specpart| (-401 *6)) (|:| |polypart| *6))) (-5 *1 (-551 *5 *6)) (-5 *3 (-401 *6)))))
-(-10 -7 (-15 -1790 ((-2 (|:| |answer| (-401 |#2|)) (|:| -3318 (-401 |#2|)) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 25)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 88)) (-3303 (($ $) 89)) (-1334 (((-111) $) NIL)) (-4025 (($ $ $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2704 (($ $ $ $) 43)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL)) (-1603 (($ $ $) 82)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL)) (-2832 (((-552) $) NIL)) (-4006 (($ $ $) 81)) (-2714 (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 62) (((-673 (-552)) (-673 $)) 58)) (-1293 (((-3 $ "failed") $) 85)) (-2674 (((-3 (-401 (-552)) "failed") $) NIL)) (-2443 (((-111) $) NIL)) (-3777 (((-401 (-552)) $) NIL)) (-1332 (($) 64) (($ $) 65)) (-3987 (($ $ $) 80)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1299 (($ $ $ $) NIL)) (-2990 (($ $ $) 55)) (-1338 (((-111) $) NIL)) (-2048 (($ $ $) NIL)) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL)) (-4065 (((-111) $) 26)) (-3302 (((-111) $) 75)) (-2032 (((-3 $ "failed") $) NIL)) (-3127 (((-111) $) 35)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1760 (($ $ $ $) 44)) (-1772 (($ $ $) 77)) (-2011 (($ $ $) 76)) (-3922 (($ $) NIL)) (-2556 (($ $) 41)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) 54)) (-3198 (($ $ $) NIL)) (-1977 (($) NIL T CONST)) (-3864 (($ $) 31)) (-2876 (((-1098) $) 34)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 119)) (-2594 (($ $ $) 86) (($ (-629 $)) NIL)) (-2006 (($ $) NIL)) (-3479 (((-412 $) $) 105)) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3969 (((-3 $ "failed") $ $) 84)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3117 (((-111) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 79)) (-3096 (($ $ (-756)) NIL) (($ $) NIL)) (-2045 (($ $) 32)) (-1487 (($ $) 30)) (-1522 (((-552) $) 40) (((-528) $) 52) (((-873 (-552)) $) NIL) (((-373) $) 47) (((-220) $) 49) (((-1136) $) 53)) (-3213 (((-844) $) 38) (($ (-552)) 39) (($ $) NIL) (($ (-552)) 39)) (-2014 (((-756)) NIL)) (-3246 (((-111) $ $) NIL)) (-2075 (($ $ $) NIL)) (-4174 (($) 29)) (-3589 (((-111) $ $) NIL)) (-3182 (($ $ $ $) 42)) (-1578 (($ $) 63)) (-3297 (($) 27 T CONST)) (-3309 (($) 28 T CONST)) (-3016 (((-1136) $) 20) (((-1136) $ (-111)) 22) (((-1242) (-807) $) 23) (((-1242) (-807) $ (-111)) 24)) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 66)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 67)) (-1709 (($ $) 68) (($ $ $) 70)) (-1698 (($ $ $) 69)) (** (($ $ (-902)) NIL) (($ $ (-756)) 74)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 72) (($ $ $) 71)))
-(((-552) (-13 (-537) (-600 (-1136)) (-813) (-10 -8 (-15 -1332 ($ $)) (-6 -4355) (-6 -4360) (-6 -4356) (-6 -4350)))) (T -552))
-((-1332 (*1 *1 *1) (-5 *1 (-552))))
-(-13 (-537) (-600 (-1136)) (-813) (-10 -8 (-15 -1332 ($ $)) (-6 -4355) (-6 -4360) (-6 -4356) (-6 -4350)))
-((-3102 (((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))) (-754) (-1042)) 108) (((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))) (-754)) 110)) (-2889 (((-3 (-1016) "failed") (-310 (-373)) (-1070 (-825 (-373))) (-1154)) 172) (((-3 (-1016) "failed") (-310 (-373)) (-1070 (-825 (-373))) (-1136)) 171) (((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))) (-373) (-373) (-1042)) 176) (((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))) (-373) (-373)) 177) (((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))) (-373)) 178) (((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373))))) 179) (((-1016) (-310 (-373)) (-1072 (-825 (-373)))) 167) (((-1016) (-310 (-373)) (-1072 (-825 (-373))) (-373)) 166) (((-1016) (-310 (-373)) (-1072 (-825 (-373))) (-373) (-373)) 162) (((-1016) (-754)) 155) (((-1016) (-310 (-373)) (-1072 (-825 (-373))) (-373) (-373) (-1042)) 161)))
-(((-553) (-10 -7 (-15 -2889 ((-1016) (-310 (-373)) (-1072 (-825 (-373))) (-373) (-373) (-1042))) (-15 -2889 ((-1016) (-754))) (-15 -2889 ((-1016) (-310 (-373)) (-1072 (-825 (-373))) (-373) (-373))) (-15 -2889 ((-1016) (-310 (-373)) (-1072 (-825 (-373))) (-373))) (-15 -2889 ((-1016) (-310 (-373)) (-1072 (-825 (-373))))) (-15 -2889 ((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))))) (-15 -2889 ((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))) (-373))) (-15 -2889 ((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))) (-373) (-373))) (-15 -2889 ((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))) (-373) (-373) (-1042))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))) (-754))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))) (-754) (-1042))) (-15 -2889 ((-3 (-1016) "failed") (-310 (-373)) (-1070 (-825 (-373))) (-1136))) (-15 -2889 ((-3 (-1016) "failed") (-310 (-373)) (-1070 (-825 (-373))) (-1154))))) (T -553))
-((-2889 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-310 (-373))) (-5 *4 (-1070 (-825 (-373)))) (-5 *5 (-1154)) (-5 *2 (-1016)) (-5 *1 (-553)))) (-2889 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-310 (-373))) (-5 *4 (-1070 (-825 (-373)))) (-5 *5 (-1136)) (-5 *2 (-1016)) (-5 *1 (-553)))) (-3102 (*1 *2 *3 *4) (-12 (-5 *3 (-754)) (-5 *4 (-1042)) (-5 *2 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016)))) (-5 *1 (-553)))) (-3102 (*1 *2 *3) (-12 (-5 *3 (-754)) (-5 *2 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016)))) (-5 *1 (-553)))) (-2889 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-1072 (-825 (-373))))) (-5 *5 (-373)) (-5 *6 (-1042)) (-5 *2 (-1016)) (-5 *1 (-553)))) (-2889 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-1072 (-825 (-373))))) (-5 *5 (-373)) (-5 *2 (-1016)) (-5 *1 (-553)))) (-2889 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-1072 (-825 (-373))))) (-5 *5 (-373)) (-5 *2 (-1016)) (-5 *1 (-553)))) (-2889 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-1072 (-825 (-373))))) (-5 *2 (-1016)) (-5 *1 (-553)))) (-2889 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1072 (-825 (-373)))) (-5 *2 (-1016)) (-5 *1 (-553)))) (-2889 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1072 (-825 (-373)))) (-5 *5 (-373)) (-5 *2 (-1016)) (-5 *1 (-553)))) (-2889 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1072 (-825 (-373)))) (-5 *5 (-373)) (-5 *2 (-1016)) (-5 *1 (-553)))) (-2889 (*1 *2 *3) (-12 (-5 *3 (-754)) (-5 *2 (-1016)) (-5 *1 (-553)))) (-2889 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1072 (-825 (-373)))) (-5 *5 (-373)) (-5 *6 (-1042)) (-5 *2 (-1016)) (-5 *1 (-553)))))
-(-10 -7 (-15 -2889 ((-1016) (-310 (-373)) (-1072 (-825 (-373))) (-373) (-373) (-1042))) (-15 -2889 ((-1016) (-754))) (-15 -2889 ((-1016) (-310 (-373)) (-1072 (-825 (-373))) (-373) (-373))) (-15 -2889 ((-1016) (-310 (-373)) (-1072 (-825 (-373))) (-373))) (-15 -2889 ((-1016) (-310 (-373)) (-1072 (-825 (-373))))) (-15 -2889 ((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))))) (-15 -2889 ((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))) (-373))) (-15 -2889 ((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))) (-373) (-373))) (-15 -2889 ((-1016) (-310 (-373)) (-629 (-1072 (-825 (-373)))) (-373) (-373) (-1042))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))) (-754))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))) (-754) (-1042))) (-15 -2889 ((-3 (-1016) "failed") (-310 (-373)) (-1070 (-825 (-373))) (-1136))) (-15 -2889 ((-3 (-1016) "failed") (-310 (-373)) (-1070 (-825 (-373))) (-1154))))
-((-2935 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-598 |#2|) (-598 |#2|) (-629 |#2|)) 184)) (-1835 (((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|)) 98)) (-2640 (((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-598 |#2|) (-598 |#2|) |#2|) 180)) (-4165 (((-3 |#2| "failed") |#2| |#2| |#2| (-598 |#2|) (-598 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1154))) 189)) (-1312 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4199 (-629 |#2|))) |#3| |#2| (-598 |#2|) (-598 |#2|) (-1154)) 197 (|has| |#3| (-640 |#2|)))))
-(((-554 |#1| |#2| |#3|) (-10 -7 (-15 -1835 ((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|))) (-15 -2640 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-598 |#2|) (-598 |#2|) |#2|)) (-15 -2935 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-598 |#2|) (-598 |#2|) (-629 |#2|))) (-15 -4165 ((-3 |#2| "failed") |#2| |#2| |#2| (-598 |#2|) (-598 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1154)))) (IF (|has| |#3| (-640 |#2|)) (-15 -1312 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4199 (-629 |#2|))) |#3| |#2| (-598 |#2|) (-598 |#2|) (-1154))) |%noBranch|)) (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))) (-13 (-424 |#1|) (-27) (-1176)) (-1078)) (T -554))
-((-1312 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-598 *4)) (-5 *6 (-1154)) (-4 *4 (-13 (-424 *7) (-27) (-1176))) (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4)))) (-5 *1 (-554 *7 *4 *3)) (-4 *3 (-640 *4)) (-4 *3 (-1078)))) (-4165 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-598 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1154))) (-4 *2 (-13 (-424 *5) (-27) (-1176))) (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *1 (-554 *5 *2 *6)) (-4 *6 (-1078)))) (-2935 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-629 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1176))) (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-554 *6 *3 *7)) (-4 *7 (-1078)))) (-2640 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-598 *3)) (-4 *3 (-13 (-424 *5) (-27) (-1176))) (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3))) (-5 *1 (-554 *5 *3 *6)) (-4 *6 (-1078)))) (-1835 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-598 *3)) (-4 *3 (-13 (-424 *5) (-27) (-1176))) (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552)))) (-5 *2 (-573 *3)) (-5 *1 (-554 *5 *3 *6)) (-4 *6 (-1078)))))
-(-10 -7 (-15 -1835 ((-573 |#2|) |#2| (-598 |#2|) (-598 |#2|))) (-15 -2640 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-598 |#2|) (-598 |#2|) |#2|)) (-15 -2935 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-598 |#2|) (-598 |#2|) (-629 |#2|))) (-15 -4165 ((-3 |#2| "failed") |#2| |#2| |#2| (-598 |#2|) (-598 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1154)))) (IF (|has| |#3| (-640 |#2|)) (-15 -1312 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -4199 (-629 |#2|))) |#3| |#2| (-598 |#2|) (-598 |#2|) (-1154))) |%noBranch|))
-((-3477 (((-2 (|:| -3487 |#2|) (|:| |nconst| |#2|)) |#2| (-1154)) 64)) (-2316 (((-3 |#2| "failed") |#2| (-1154) (-825 |#2|) (-825 |#2|)) 164 (-12 (|has| |#2| (-1117)) (|has| |#1| (-600 (-873 (-552)))) (|has| |#1| (-867 (-552))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1154)) 147 (-12 (|has| |#2| (-615)) (|has| |#1| (-600 (-873 (-552)))) (|has| |#1| (-867 (-552)))))) (-3582 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1154)) 148 (-12 (|has| |#2| (-615)) (|has| |#1| (-600 (-873 (-552)))) (|has| |#1| (-867 (-552)))))))
-(((-555 |#1| |#2|) (-10 -7 (-15 -3477 ((-2 (|:| -3487 |#2|) (|:| |nconst| |#2|)) |#2| (-1154))) (IF (|has| |#1| (-600 (-873 (-552)))) (IF (|has| |#1| (-867 (-552))) (PROGN (IF (|has| |#2| (-615)) (PROGN (-15 -3582 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1154))) (-15 -2316 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1154)))) |%noBranch|) (IF (|has| |#2| (-1117)) (-15 -2316 ((-3 |#2| "failed") |#2| (-1154) (-825 |#2|) (-825 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-832) (-1019 (-552)) (-445) (-625 (-552))) (-13 (-27) (-1176) (-424 |#1|))) (T -555))
-((-2316 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1154)) (-5 *4 (-825 *2)) (-4 *2 (-1117)) (-4 *2 (-13 (-27) (-1176) (-424 *5))) (-4 *5 (-600 (-873 (-552)))) (-4 *5 (-867 (-552))) (-4 *5 (-13 (-832) (-1019 (-552)) (-445) (-625 (-552)))) (-5 *1 (-555 *5 *2)))) (-2316 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1154)) (-4 *5 (-600 (-873 (-552)))) (-4 *5 (-867 (-552))) (-4 *5 (-13 (-832) (-1019 (-552)) (-445) (-625 (-552)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-555 *5 *3)) (-4 *3 (-615)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))) (-3582 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1154)) (-4 *5 (-600 (-873 (-552)))) (-4 *5 (-867 (-552))) (-4 *5 (-13 (-832) (-1019 (-552)) (-445) (-625 (-552)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-555 *5 *3)) (-4 *3 (-615)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))) (-3477 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-832) (-1019 (-552)) (-445) (-625 (-552)))) (-5 *2 (-2 (|:| -3487 *3) (|:| |nconst| *3))) (-5 *1 (-555 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))))
-(-10 -7 (-15 -3477 ((-2 (|:| -3487 |#2|) (|:| |nconst| |#2|)) |#2| (-1154))) (IF (|has| |#1| (-600 (-873 (-552)))) (IF (|has| |#1| (-867 (-552))) (PROGN (IF (|has| |#2| (-615)) (PROGN (-15 -3582 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1154))) (-15 -2316 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1154)))) |%noBranch|) (IF (|has| |#2| (-1117)) (-15 -2316 ((-3 |#2| "failed") |#2| (-1154) (-825 |#2|) (-825 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-2037 (((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-629 (-401 |#2|))) 41)) (-2889 (((-573 (-401 |#2|)) (-401 |#2|)) 28)) (-2534 (((-3 (-401 |#2|) "failed") (-401 |#2|)) 17)) (-2937 (((-3 (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-401 |#2|)) 48)))
-(((-556 |#1| |#2|) (-10 -7 (-15 -2889 ((-573 (-401 |#2|)) (-401 |#2|))) (-15 -2534 ((-3 (-401 |#2|) "failed") (-401 |#2|))) (-15 -2937 ((-3 (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-401 |#2|))) (-15 -2037 ((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-629 (-401 |#2|))))) (-13 (-357) (-144) (-1019 (-552))) (-1213 |#1|)) (T -556))
-((-2037 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-629 (-401 *6))) (-5 *3 (-401 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-556 *5 *6)))) (-2937 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-357) (-144) (-1019 (-552)))) (-4 *5 (-1213 *4)) (-5 *2 (-2 (|:| -1411 (-401 *5)) (|:| |coeff| (-401 *5)))) (-5 *1 (-556 *4 *5)) (-5 *3 (-401 *5)))) (-2534 (*1 *2 *2) (|partial| -12 (-5 *2 (-401 *4)) (-4 *4 (-1213 *3)) (-4 *3 (-13 (-357) (-144) (-1019 (-552)))) (-5 *1 (-556 *3 *4)))) (-2889 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-552)))) (-4 *5 (-1213 *4)) (-5 *2 (-573 (-401 *5))) (-5 *1 (-556 *4 *5)) (-5 *3 (-401 *5)))))
-(-10 -7 (-15 -2889 ((-573 (-401 |#2|)) (-401 |#2|))) (-15 -2534 ((-3 (-401 |#2|) "failed") (-401 |#2|))) (-15 -2937 ((-3 (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-401 |#2|))) (-15 -2037 ((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-629 (-401 |#2|)))))
-((-4085 (((-3 (-552) "failed") |#1|) 14)) (-3227 (((-111) |#1|) 13)) (-3563 (((-552) |#1|) 9)))
-(((-557 |#1|) (-10 -7 (-15 -3563 ((-552) |#1|)) (-15 -3227 ((-111) |#1|)) (-15 -4085 ((-3 (-552) "failed") |#1|))) (-1019 (-552))) (T -557))
-((-4085 (*1 *2 *3) (|partial| -12 (-5 *2 (-552)) (-5 *1 (-557 *3)) (-4 *3 (-1019 *2)))) (-3227 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-557 *3)) (-4 *3 (-1019 (-552))))) (-3563 (*1 *2 *3) (-12 (-5 *2 (-552)) (-5 *1 (-557 *3)) (-4 *3 (-1019 *2)))))
-(-10 -7 (-15 -3563 ((-552) |#1|)) (-15 -3227 ((-111) |#1|)) (-15 -4085 ((-3 (-552) "failed") |#1|)))
-((-3532 (((-3 (-2 (|:| |mainpart| (-401 (-933 |#1|))) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 (-933 |#1|))) (|:| |logand| (-401 (-933 |#1|))))))) "failed") (-401 (-933 |#1|)) (-1154) (-629 (-401 (-933 |#1|)))) 48)) (-4113 (((-573 (-401 (-933 |#1|))) (-401 (-933 |#1|)) (-1154)) 28)) (-3841 (((-3 (-401 (-933 |#1|)) "failed") (-401 (-933 |#1|)) (-1154)) 23)) (-3840 (((-3 (-2 (|:| -1411 (-401 (-933 |#1|))) (|:| |coeff| (-401 (-933 |#1|)))) "failed") (-401 (-933 |#1|)) (-1154) (-401 (-933 |#1|))) 35)))
-(((-558 |#1|) (-10 -7 (-15 -4113 ((-573 (-401 (-933 |#1|))) (-401 (-933 |#1|)) (-1154))) (-15 -3841 ((-3 (-401 (-933 |#1|)) "failed") (-401 (-933 |#1|)) (-1154))) (-15 -3532 ((-3 (-2 (|:| |mainpart| (-401 (-933 |#1|))) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 (-933 |#1|))) (|:| |logand| (-401 (-933 |#1|))))))) "failed") (-401 (-933 |#1|)) (-1154) (-629 (-401 (-933 |#1|))))) (-15 -3840 ((-3 (-2 (|:| -1411 (-401 (-933 |#1|))) (|:| |coeff| (-401 (-933 |#1|)))) "failed") (-401 (-933 |#1|)) (-1154) (-401 (-933 |#1|))))) (-13 (-544) (-1019 (-552)) (-144))) (T -558))
-((-3840 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1154)) (-4 *5 (-13 (-544) (-1019 (-552)) (-144))) (-5 *2 (-2 (|:| -1411 (-401 (-933 *5))) (|:| |coeff| (-401 (-933 *5))))) (-5 *1 (-558 *5)) (-5 *3 (-401 (-933 *5))))) (-3532 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-629 (-401 (-933 *6)))) (-5 *3 (-401 (-933 *6))) (-4 *6 (-13 (-544) (-1019 (-552)) (-144))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-558 *6)))) (-3841 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-401 (-933 *4))) (-5 *3 (-1154)) (-4 *4 (-13 (-544) (-1019 (-552)) (-144))) (-5 *1 (-558 *4)))) (-4113 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-544) (-1019 (-552)) (-144))) (-5 *2 (-573 (-401 (-933 *5)))) (-5 *1 (-558 *5)) (-5 *3 (-401 (-933 *5))))))
-(-10 -7 (-15 -4113 ((-573 (-401 (-933 |#1|))) (-401 (-933 |#1|)) (-1154))) (-15 -3841 ((-3 (-401 (-933 |#1|)) "failed") (-401 (-933 |#1|)) (-1154))) (-15 -3532 ((-3 (-2 (|:| |mainpart| (-401 (-933 |#1|))) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 (-933 |#1|))) (|:| |logand| (-401 (-933 |#1|))))))) "failed") (-401 (-933 |#1|)) (-1154) (-629 (-401 (-933 |#1|))))) (-15 -3840 ((-3 (-2 (|:| -1411 (-401 (-933 |#1|))) (|:| |coeff| (-401 (-933 |#1|)))) "failed") (-401 (-933 |#1|)) (-1154) (-401 (-933 |#1|)))))
-((-3202 (((-111) $ $) 58)) (-3643 (((-111) $) 36)) (-4054 ((|#1| $) 30)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) 62)) (-2478 (($ $) 122)) (-2332 (($ $) 102)) (-3305 ((|#1| $) 28)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3489 (($ $) NIL)) (-2455 (($ $) 124)) (-2305 (($ $) 98)) (-2506 (($ $) 126)) (-2359 (($ $) 106)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) 77)) (-2832 (((-552) $) 79)) (-1293 (((-3 $ "failed") $) 61)) (-2176 (($ |#1| |#1|) 26)) (-1338 (((-111) $) 33)) (-4043 (($) 88)) (-4065 (((-111) $) 43)) (-3755 (($ $ (-552)) NIL)) (-3127 (((-111) $) 34)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2430 (($ $) 90)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3741 (($ |#1| |#1|) 20) (($ |#1|) 25) (($ (-401 (-552))) 76)) (-3341 ((|#1| $) 27)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) 64) (($ (-629 $)) NIL)) (-3969 (((-3 $ "failed") $ $) 63)) (-2855 (($ $) 92)) (-2518 (($ $) 130)) (-2370 (($ $) 104)) (-2492 (($ $) 132)) (-2346 (($ $) 108)) (-2467 (($ $) 128)) (-2318 (($ $) 100)) (-1738 (((-111) $ |#1|) 31)) (-3213 (((-844) $) 84) (($ (-552)) 66) (($ $) NIL) (($ (-552)) 66)) (-2014 (((-756)) 86)) (-3843 (($ $) 144)) (-2409 (($ $) 114)) (-3589 (((-111) $ $) NIL)) (-2530 (($ $) 142)) (-2382 (($ $) 110)) (-3863 (($ $) 140)) (-2433 (($ $) 120)) (-3013 (($ $) 138)) (-2444 (($ $) 118)) (-3853 (($ $) 136)) (-2420 (($ $) 116)) (-2543 (($ $) 134)) (-2395 (($ $) 112)) (-3297 (($) 21 T CONST)) (-3309 (($) 10 T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 37)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 35)) (-1709 (($ $) 41) (($ $ $) 42)) (-1698 (($ $ $) 40)) (** (($ $ (-902)) 54) (($ $ (-756)) NIL) (($ $ $) 94) (($ $ (-401 (-552))) 146)) (* (($ (-902) $) 51) (($ (-756) $) NIL) (($ (-552) $) 50) (($ $ $) 48)))
-(((-559 |#1|) (-542 |#1|) (-13 (-398) (-1176))) (T -559))
-NIL
-(-542 |#1|)
-((-1704 (((-3 (-629 (-1150 (-552))) "failed") (-629 (-1150 (-552))) (-1150 (-552))) 24)))
-(((-560) (-10 -7 (-15 -1704 ((-3 (-629 (-1150 (-552))) "failed") (-629 (-1150 (-552))) (-1150 (-552)))))) (T -560))
-((-1704 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-629 (-1150 (-552)))) (-5 *3 (-1150 (-552))) (-5 *1 (-560)))))
-(-10 -7 (-15 -1704 ((-3 (-629 (-1150 (-552))) "failed") (-629 (-1150 (-552))) (-1150 (-552)))))
-((-2991 (((-629 (-598 |#2|)) (-629 (-598 |#2|)) (-1154)) 19)) (-3405 (((-629 (-598 |#2|)) (-629 |#2|) (-1154)) 23)) (-1501 (((-629 (-598 |#2|)) (-629 (-598 |#2|)) (-629 (-598 |#2|))) 11)) (-2986 ((|#2| |#2| (-1154)) 54 (|has| |#1| (-544)))) (-1272 ((|#2| |#2| (-1154)) 78 (-12 (|has| |#2| (-278)) (|has| |#1| (-445))))) (-1525 (((-598 |#2|) (-598 |#2|) (-629 (-598 |#2|)) (-1154)) 25)) (-1654 (((-598 |#2|) (-629 (-598 |#2|))) 24)) (-1532 (((-573 |#2|) |#2| (-1154) (-1 (-573 |#2|) |#2| (-1154)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1154))) 103 (-12 (|has| |#2| (-278)) (|has| |#2| (-615)) (|has| |#2| (-1019 (-1154))) (|has| |#1| (-600 (-873 (-552)))) (|has| |#1| (-445)) (|has| |#1| (-867 (-552)))))))
-(((-561 |#1| |#2|) (-10 -7 (-15 -2991 ((-629 (-598 |#2|)) (-629 (-598 |#2|)) (-1154))) (-15 -1654 ((-598 |#2|) (-629 (-598 |#2|)))) (-15 -1525 ((-598 |#2|) (-598 |#2|) (-629 (-598 |#2|)) (-1154))) (-15 -1501 ((-629 (-598 |#2|)) (-629 (-598 |#2|)) (-629 (-598 |#2|)))) (-15 -3405 ((-629 (-598 |#2|)) (-629 |#2|) (-1154))) (IF (|has| |#1| (-544)) (-15 -2986 (|#2| |#2| (-1154))) |%noBranch|) (IF (|has| |#1| (-445)) (IF (|has| |#2| (-278)) (PROGN (-15 -1272 (|#2| |#2| (-1154))) (IF (|has| |#1| (-600 (-873 (-552)))) (IF (|has| |#1| (-867 (-552))) (IF (|has| |#2| (-615)) (IF (|has| |#2| (-1019 (-1154))) (-15 -1532 ((-573 |#2|) |#2| (-1154) (-1 (-573 |#2|) |#2| (-1154)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1154)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-832) (-424 |#1|)) (T -561))
-((-1532 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-573 *3) *3 (-1154))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1154))) (-4 *3 (-278)) (-4 *3 (-615)) (-4 *3 (-1019 *4)) (-4 *3 (-424 *7)) (-5 *4 (-1154)) (-4 *7 (-600 (-873 (-552)))) (-4 *7 (-445)) (-4 *7 (-867 (-552))) (-4 *7 (-832)) (-5 *2 (-573 *3)) (-5 *1 (-561 *7 *3)))) (-1272 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-445)) (-4 *4 (-832)) (-5 *1 (-561 *4 *2)) (-4 *2 (-278)) (-4 *2 (-424 *4)))) (-2986 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-544)) (-4 *4 (-832)) (-5 *1 (-561 *4 *2)) (-4 *2 (-424 *4)))) (-3405 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *6)) (-5 *4 (-1154)) (-4 *6 (-424 *5)) (-4 *5 (-832)) (-5 *2 (-629 (-598 *6))) (-5 *1 (-561 *5 *6)))) (-1501 (*1 *2 *2 *2) (-12 (-5 *2 (-629 (-598 *4))) (-4 *4 (-424 *3)) (-4 *3 (-832)) (-5 *1 (-561 *3 *4)))) (-1525 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-629 (-598 *6))) (-5 *4 (-1154)) (-5 *2 (-598 *6)) (-4 *6 (-424 *5)) (-4 *5 (-832)) (-5 *1 (-561 *5 *6)))) (-1654 (*1 *2 *3) (-12 (-5 *3 (-629 (-598 *5))) (-4 *4 (-832)) (-5 *2 (-598 *5)) (-5 *1 (-561 *4 *5)) (-4 *5 (-424 *4)))) (-2991 (*1 *2 *2 *3) (-12 (-5 *2 (-629 (-598 *5))) (-5 *3 (-1154)) (-4 *5 (-424 *4)) (-4 *4 (-832)) (-5 *1 (-561 *4 *5)))))
-(-10 -7 (-15 -2991 ((-629 (-598 |#2|)) (-629 (-598 |#2|)) (-1154))) (-15 -1654 ((-598 |#2|) (-629 (-598 |#2|)))) (-15 -1525 ((-598 |#2|) (-598 |#2|) (-629 (-598 |#2|)) (-1154))) (-15 -1501 ((-629 (-598 |#2|)) (-629 (-598 |#2|)) (-629 (-598 |#2|)))) (-15 -3405 ((-629 (-598 |#2|)) (-629 |#2|) (-1154))) (IF (|has| |#1| (-544)) (-15 -2986 (|#2| |#2| (-1154))) |%noBranch|) (IF (|has| |#1| (-445)) (IF (|has| |#2| (-278)) (PROGN (-15 -1272 (|#2| |#2| (-1154))) (IF (|has| |#1| (-600 (-873 (-552)))) (IF (|has| |#1| (-867 (-552))) (IF (|has| |#2| (-615)) (IF (|has| |#2| (-1019 (-1154))) (-15 -1532 ((-573 |#2|) |#2| (-1154) (-1 (-573 |#2|) |#2| (-1154)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1154)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-3735 (((-2 (|:| |answer| (-573 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-629 |#1|) "failed") (-552) |#1| |#1|)) 172)) (-3583 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-629 (-401 |#2|))) 148)) (-3054 (((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-629 (-401 |#2|))) 145)) (-1310 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 133)) (-3883 (((-2 (|:| |answer| (-573 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 158)) (-3399 (((-3 (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-401 |#2|)) 175)) (-1700 (((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-401 |#2|)) 178)) (-4059 (((-2 (|:| |ir| (-573 (-401 |#2|))) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|)) 84)) (-3601 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 90)) (-1375 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|) (-629 (-401 |#2|))) 152)) (-3709 (((-3 (-609 |#1| |#2|) "failed") (-609 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|)) 137)) (-2573 (((-2 (|:| |answer| (-573 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|)) 162)) (-3945 (((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|) (-401 |#2|)) 183)))
-(((-562 |#1| |#2|) (-10 -7 (-15 -3883 ((-2 (|:| |answer| (-573 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -2573 ((-2 (|:| |answer| (-573 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|))) (-15 -3735 ((-2 (|:| |answer| (-573 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-629 |#1|) "failed") (-552) |#1| |#1|))) (-15 -1700 ((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-401 |#2|))) (-15 -3945 ((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|) (-401 |#2|))) (-15 -3583 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-629 (-401 |#2|)))) (-15 -1375 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|) (-629 (-401 |#2|)))) (-15 -3399 ((-3 (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-401 |#2|))) (-15 -3054 ((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-629 (-401 |#2|)))) (-15 -1310 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -3709 ((-3 (-609 |#1| |#2|) "failed") (-609 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|))) (-15 -4059 ((-2 (|:| |ir| (-573 (-401 |#2|))) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|))) (-15 -3601 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-357) (-1213 |#1|)) (T -562))
-((-3601 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-562 *5 *3)))) (-4059 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |ir| (-573 (-401 *6))) (|:| |specpart| (-401 *6)) (|:| |polypart| *6))) (-5 *1 (-562 *5 *6)) (-5 *3 (-401 *6)))) (-3709 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-609 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3428 *4) (|:| |sol?| (-111))) (-552) *4)) (-4 *4 (-357)) (-4 *5 (-1213 *4)) (-5 *1 (-562 *4 *5)))) (-1310 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -1411 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-357)) (-5 *1 (-562 *4 *2)) (-4 *2 (-1213 *4)))) (-3054 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-629 (-401 *7))) (-4 *7 (-1213 *6)) (-5 *3 (-401 *7)) (-4 *6 (-357)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-562 *6 *7)))) (-3399 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| -1411 (-401 *6)) (|:| |coeff| (-401 *6)))) (-5 *1 (-562 *5 *6)) (-5 *3 (-401 *6)))) (-1375 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3428 *7) (|:| |sol?| (-111))) (-552) *7)) (-5 *6 (-629 (-401 *8))) (-4 *7 (-357)) (-4 *8 (-1213 *7)) (-5 *3 (-401 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-562 *7 *8)))) (-3583 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -1411 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-629 (-401 *8))) (-4 *7 (-357)) (-4 *8 (-1213 *7)) (-5 *3 (-401 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-562 *7 *8)))) (-3945 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3428 *6) (|:| |sol?| (-111))) (-552) *6)) (-4 *6 (-357)) (-4 *7 (-1213 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-401 *7)) (|:| |a0| *6)) (-2 (|:| -1411 (-401 *7)) (|:| |coeff| (-401 *7))) "failed")) (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))) (-1700 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -1411 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-357)) (-4 *7 (-1213 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-401 *7)) (|:| |a0| *6)) (-2 (|:| -1411 (-401 *7)) (|:| |coeff| (-401 *7))) "failed")) (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))) (-3735 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-629 *6) "failed") (-552) *6 *6)) (-4 *6 (-357)) (-4 *7 (-1213 *6)) (-5 *2 (-2 (|:| |answer| (-573 (-401 *7))) (|:| |a0| *6))) (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))) (-2573 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3428 *6) (|:| |sol?| (-111))) (-552) *6)) (-4 *6 (-357)) (-4 *7 (-1213 *6)) (-5 *2 (-2 (|:| |answer| (-573 (-401 *7))) (|:| |a0| *6))) (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))) (-3883 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -1411 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-357)) (-4 *7 (-1213 *6)) (-5 *2 (-2 (|:| |answer| (-573 (-401 *7))) (|:| |a0| *6))) (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))))
-(-10 -7 (-15 -3883 ((-2 (|:| |answer| (-573 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -2573 ((-2 (|:| |answer| (-573 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|))) (-15 -3735 ((-2 (|:| |answer| (-573 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-629 |#1|) "failed") (-552) |#1| |#1|))) (-15 -1700 ((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-401 |#2|))) (-15 -3945 ((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|) (-401 |#2|))) (-15 -3583 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-629 (-401 |#2|)))) (-15 -1375 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|) (-629 (-401 |#2|)))) (-15 -3399 ((-3 (-2 (|:| -1411 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-401 |#2|))) (-15 -3054 ((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-629 (-401 |#2|)))) (-15 -1310 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -3709 ((-3 (-609 |#1| |#2|) "failed") (-609 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3428 |#1|) (|:| |sol?| (-111))) (-552) |#1|))) (-15 -4059 ((-2 (|:| |ir| (-573 (-401 |#2|))) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|))) (-15 -3601 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
-((-3820 (((-3 |#2| "failed") |#2| (-1154) (-1154)) 10)))
-(((-563 |#1| |#2|) (-10 -7 (-15 -3820 ((-3 |#2| "failed") |#2| (-1154) (-1154)))) (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))) (-13 (-1176) (-940) (-1117) (-29 |#1|))) (T -563))
-((-3820 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1154)) (-4 *4 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-563 *4 *2)) (-4 *2 (-13 (-1176) (-940) (-1117) (-29 *4))))))
-(-10 -7 (-15 -3820 ((-3 |#2| "failed") |#2| (-1154) (-1154))))
-((-3268 (((-1098) $ (-127)) 12)) (-2586 (((-1098) $ (-128)) 11)) (-2537 (((-1098) $ (-127)) 7)) (-3042 (((-1098) $) 8)) (-2469 (($ $) 6)))
-(((-564) (-137)) (T -564))
-NIL
-(-13 (-519) (-842))
-(((-170) . T) ((-519) . T) ((-842) . T))
-((-3268 (((-1098) $ (-127)) NIL)) (-2586 (((-1098) $ (-128)) NIL)) (-2537 (((-1098) $ (-127)) NIL)) (-3042 (((-1098) $) NIL)) (-1773 (((-111) $) NIL)) (-4257 (($ (-382)) 14) (($ (-1136)) 16)) (-3213 (((-844) $) NIL)) (-2469 (($ $) NIL)))
-(((-565) (-13 (-564) (-599 (-844)) (-10 -8 (-15 -4257 ($ (-382))) (-15 -4257 ($ (-1136))) (-15 -1773 ((-111) $))))) (T -565))
-((-4257 (*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-565)))) (-4257 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-565)))) (-1773 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-565)))))
-(-13 (-564) (-599 (-844)) (-10 -8 (-15 -4257 ($ (-382))) (-15 -4257 ($ (-1136))) (-15 -1773 ((-111) $))))
-((-3202 (((-111) $ $) NIL)) (-3783 (($) 7 T CONST)) (-2623 (((-1136) $) NIL)) (-1392 (($) 6 T CONST)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 14)) (-1351 (($) 8 T CONST)) (-1613 (((-111) $ $) 10)))
-(((-566) (-13 (-1078) (-10 -8 (-15 -1392 ($) -3930) (-15 -3783 ($) -3930) (-15 -1351 ($) -3930)))) (T -566))
-((-1392 (*1 *1) (-5 *1 (-566))) (-3783 (*1 *1) (-5 *1 (-566))) (-1351 (*1 *1) (-5 *1 (-566))))
-(-13 (-1078) (-10 -8 (-15 -1392 ($) -3930) (-15 -3783 ($) -3930) (-15 -1351 ($) -3930)))
-((-3202 (((-111) $ $) NIL)) (-1884 (((-3 $ "failed") (-483)) 13)) (-2623 (((-1136) $) NIL)) (-1639 (($ (-1136)) 9)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 28)) (-2131 (((-208 4 (-128)) $) 16)) (-1613 (((-111) $ $) 19)))
-(((-567) (-13 (-1078) (-10 -8 (-15 -1639 ($ (-1136))) (-15 -2131 ((-208 4 (-128)) $)) (-15 -1884 ((-3 $ "failed") (-483)))))) (T -567))
-((-1639 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-567)))) (-2131 (*1 *2 *1) (-12 (-5 *2 (-208 4 (-128))) (-5 *1 (-567)))) (-1884 (*1 *1 *2) (|partial| -12 (-5 *2 (-483)) (-5 *1 (-567)))))
-(-13 (-1078) (-10 -8 (-15 -1639 ($ (-1136))) (-15 -2131 ((-208 4 (-128)) $)) (-15 -1884 ((-3 $ "failed") (-483)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3489 (($ $ (-552)) 66)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-2450 (($ (-1150 (-552)) (-552)) 72)) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) 58)) (-3029 (($ $) 34)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4241 (((-756) $) 15)) (-4065 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3714 (((-552)) 29)) (-1401 (((-552) $) 32)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3136 (($ $ (-552)) 21)) (-3969 (((-3 $ "failed") $ $) 59)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) 16)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 61)) (-2950 (((-1134 (-552)) $) 18)) (-1680 (($ $) 23)) (-3213 (((-844) $) 87) (($ (-552)) 52) (($ $) NIL)) (-2014 (((-756)) 14)) (-3589 (((-111) $ $) NIL)) (-4311 (((-552) $ (-552)) 36)) (-3297 (($) 35 T CONST)) (-3309 (($) 19 T CONST)) (-1613 (((-111) $ $) 39)) (-1709 (($ $) 51) (($ $ $) 37)) (-1698 (($ $ $) 50)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 54) (($ $ $) 55)))
-(((-568 |#1| |#2|) (-850 |#1|) (-552) (-111)) (T -568))
-NIL
-(-850 |#1|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 21)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 (($ $ (-902)) NIL (|has| $ (-362))) (($ $) NIL)) (-1271 (((-1164 (-902) (-756)) (-552)) 47)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 $ "failed") $) 75)) (-2832 (($ $) 74)) (-4278 (($ (-1237 $)) 73)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) 44)) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) 32)) (-1332 (($) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) 49)) (-3504 (((-111) $) NIL)) (-1788 (($ $) NIL) (($ $ (-756)) NIL)) (-1677 (((-111) $) NIL)) (-4241 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-4065 (((-111) $) NIL)) (-2019 (($) 37 (|has| $ (-362)))) (-2092 (((-111) $) NIL (|has| $ (-362)))) (-4346 (($ $ (-902)) NIL (|has| $ (-362))) (($ $) NIL)) (-2032 (((-3 $ "failed") $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 $) $ (-902)) NIL (|has| $ (-362))) (((-1150 $) $) 83)) (-1637 (((-902) $) 55)) (-1879 (((-1150 $) $) NIL (|has| $ (-362)))) (-1577 (((-3 (-1150 $) "failed") $ $) NIL (|has| $ (-362))) (((-1150 $) $) NIL (|has| $ (-362)))) (-2836 (($ $ (-1150 $)) NIL (|has| $ (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL T CONST)) (-2840 (($ (-902)) 48)) (-1498 (((-111) $) 67)) (-2876 (((-1098) $) NIL)) (-4126 (($) 19 (|has| $ (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) 42)) (-3479 (((-412 $) $) NIL)) (-3823 (((-902)) 66) (((-818 (-902))) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-3 (-756) "failed") $ $) NIL) (((-756) $) NIL)) (-3725 (((-132)) NIL)) (-3096 (($ $ (-756)) NIL) (($ $) NIL)) (-3299 (((-902) $) 65) (((-818 (-902)) $) NIL)) (-3521 (((-1150 $)) 82)) (-1368 (($) 54)) (-3149 (($) 38 (|has| $ (-362)))) (-3464 (((-673 $) (-1237 $)) NIL) (((-1237 $) $) 71)) (-1522 (((-552) $) 28)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) 30) (($ $) NIL) (($ (-401 (-552))) NIL)) (-3878 (((-3 $ "failed") $) NIL) (($ $) 84)) (-2014 (((-756)) 39)) (-4199 (((-1237 $) (-902)) 77) (((-1237 $)) 76)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) 22 T CONST)) (-3309 (($) 18 T CONST)) (-4237 (($ $ (-756)) NIL (|has| $ (-362))) (($ $) NIL (|has| $ (-362)))) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) 26)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 61) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL)))
-(((-569 |#1|) (-13 (-343) (-323 $) (-600 (-552))) (-902)) (T -569))
-NIL
-(-13 (-343) (-323 $) (-600 (-552)))
-((-3661 (((-1242) (-1136)) 10)))
-(((-570) (-10 -7 (-15 -3661 ((-1242) (-1136))))) (T -570))
-((-3661 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-570)))))
-(-10 -7 (-15 -3661 ((-1242) (-1136))))
-((-2483 (((-573 |#2|) (-573 |#2|)) 40)) (-3925 (((-629 |#2|) (-573 |#2|)) 42)) (-2744 ((|#2| (-573 |#2|)) 48)))
-(((-571 |#1| |#2|) (-10 -7 (-15 -2483 ((-573 |#2|) (-573 |#2|))) (-15 -3925 ((-629 |#2|) (-573 |#2|))) (-15 -2744 (|#2| (-573 |#2|)))) (-13 (-445) (-1019 (-552)) (-832) (-625 (-552))) (-13 (-29 |#1|) (-1176))) (T -571))
-((-2744 (*1 *2 *3) (-12 (-5 *3 (-573 *2)) (-4 *2 (-13 (-29 *4) (-1176))) (-5 *1 (-571 *4 *2)) (-4 *4 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552)))))) (-3925 (*1 *2 *3) (-12 (-5 *3 (-573 *5)) (-4 *5 (-13 (-29 *4) (-1176))) (-4 *4 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552)))) (-5 *2 (-629 *5)) (-5 *1 (-571 *4 *5)))) (-2483 (*1 *2 *2) (-12 (-5 *2 (-573 *4)) (-4 *4 (-13 (-29 *3) (-1176))) (-4 *3 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552)))) (-5 *1 (-571 *3 *4)))))
-(-10 -7 (-15 -2483 ((-573 |#2|) (-573 |#2|))) (-15 -3925 ((-629 |#2|) (-573 |#2|))) (-15 -2744 (|#2| (-573 |#2|))))
-((-1477 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-573 |#2|) (-1 |#2| |#1|) (-573 |#1|)) 30)))
-(((-572 |#1| |#2|) (-10 -7 (-15 -1477 ((-573 |#2|) (-1 |#2| |#1|) (-573 |#1|))) (-15 -1477 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1477 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1477 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-357) (-357)) (T -572))
-((-1477 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-357)) (-4 *6 (-357)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-572 *5 *6)))) (-1477 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-357)) (-4 *2 (-357)) (-5 *1 (-572 *5 *2)))) (-1477 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -1411 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-357)) (-4 *6 (-357)) (-5 *2 (-2 (|:| -1411 *6) (|:| |coeff| *6))) (-5 *1 (-572 *5 *6)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-573 *5)) (-4 *5 (-357)) (-4 *6 (-357)) (-5 *2 (-573 *6)) (-5 *1 (-572 *5 *6)))))
-(-10 -7 (-15 -1477 ((-573 |#2|) (-1 |#2| |#1|) (-573 |#1|))) (-15 -1477 ((-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -1411 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1477 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1477 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) 69)) (-2832 ((|#1| $) NIL)) (-1411 ((|#1| $) 26)) (-3395 (((-629 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 28)) (-1371 (($ |#1| (-629 (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 |#1|)) (|:| |logand| (-1150 |#1|)))) (-629 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 24)) (-3318 (((-629 (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 |#1|)) (|:| |logand| (-1150 |#1|)))) $) 27)) (-2623 (((-1136) $) NIL)) (-3094 (($ |#1| |#1|) 33) (($ |#1| (-1154)) 44 (|has| |#1| (-1019 (-1154))))) (-2876 (((-1098) $) NIL)) (-3752 (((-111) $) 30)) (-3096 ((|#1| $ (-1 |#1| |#1|)) 81) ((|#1| $ (-1154)) 82 (|has| |#1| (-881 (-1154))))) (-3213 (((-844) $) 96) (($ |#1|) 25)) (-3297 (($) 16 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) 15) (($ $ $) NIL)) (-1698 (($ $ $) 78)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 14) (($ (-401 (-552)) $) 36) (($ $ (-401 (-552))) NIL)))
-(((-573 |#1|) (-13 (-702 (-401 (-552))) (-1019 |#1|) (-10 -8 (-15 -1371 ($ |#1| (-629 (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 |#1|)) (|:| |logand| (-1150 |#1|)))) (-629 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -1411 (|#1| $)) (-15 -3318 ((-629 (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 |#1|)) (|:| |logand| (-1150 |#1|)))) $)) (-15 -3395 ((-629 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3752 ((-111) $)) (-15 -3094 ($ |#1| |#1|)) (-15 -3096 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-881 (-1154))) (-15 -3096 (|#1| $ (-1154))) |%noBranch|) (IF (|has| |#1| (-1019 (-1154))) (-15 -3094 ($ |#1| (-1154))) |%noBranch|))) (-357)) (T -573))
-((-1371 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-629 (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 *2)) (|:| |logand| (-1150 *2))))) (-5 *4 (-629 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-357)) (-5 *1 (-573 *2)))) (-1411 (*1 *2 *1) (-12 (-5 *1 (-573 *2)) (-4 *2 (-357)))) (-3318 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 *3)) (|:| |logand| (-1150 *3))))) (-5 *1 (-573 *3)) (-4 *3 (-357)))) (-3395 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-573 *3)) (-4 *3 (-357)))) (-3752 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-573 *3)) (-4 *3 (-357)))) (-3094 (*1 *1 *2 *2) (-12 (-5 *1 (-573 *2)) (-4 *2 (-357)))) (-3096 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-573 *2)) (-4 *2 (-357)))) (-3096 (*1 *2 *1 *3) (-12 (-4 *2 (-357)) (-4 *2 (-881 *3)) (-5 *1 (-573 *2)) (-5 *3 (-1154)))) (-3094 (*1 *1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *1 (-573 *2)) (-4 *2 (-1019 *3)) (-4 *2 (-357)))))
-(-13 (-702 (-401 (-552))) (-1019 |#1|) (-10 -8 (-15 -1371 ($ |#1| (-629 (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 |#1|)) (|:| |logand| (-1150 |#1|)))) (-629 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -1411 (|#1| $)) (-15 -3318 ((-629 (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 |#1|)) (|:| |logand| (-1150 |#1|)))) $)) (-15 -3395 ((-629 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3752 ((-111) $)) (-15 -3094 ($ |#1| |#1|)) (-15 -3096 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-881 (-1154))) (-15 -3096 (|#1| $ (-1154))) |%noBranch|) (IF (|has| |#1| (-1019 (-1154))) (-15 -3094 ($ |#1| (-1154))) |%noBranch|)))
-((-1856 (((-111) |#1|) 16)) (-3166 (((-3 |#1| "failed") |#1|) 14)) (-2479 (((-2 (|:| -4174 |#1|) (|:| -1406 (-756))) |#1|) 31) (((-3 |#1| "failed") |#1| (-756)) 18)) (-1323 (((-111) |#1| (-756)) 19)) (-1645 ((|#1| |#1|) 32)) (-1541 ((|#1| |#1| (-756)) 34)))
-(((-574 |#1|) (-10 -7 (-15 -1323 ((-111) |#1| (-756))) (-15 -2479 ((-3 |#1| "failed") |#1| (-756))) (-15 -2479 ((-2 (|:| -4174 |#1|) (|:| -1406 (-756))) |#1|)) (-15 -1541 (|#1| |#1| (-756))) (-15 -1856 ((-111) |#1|)) (-15 -3166 ((-3 |#1| "failed") |#1|)) (-15 -1645 (|#1| |#1|))) (-537)) (T -574))
-((-1645 (*1 *2 *2) (-12 (-5 *1 (-574 *2)) (-4 *2 (-537)))) (-3166 (*1 *2 *2) (|partial| -12 (-5 *1 (-574 *2)) (-4 *2 (-537)))) (-1856 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-574 *3)) (-4 *3 (-537)))) (-1541 (*1 *2 *2 *3) (-12 (-5 *3 (-756)) (-5 *1 (-574 *2)) (-4 *2 (-537)))) (-2479 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -4174 *3) (|:| -1406 (-756)))) (-5 *1 (-574 *3)) (-4 *3 (-537)))) (-2479 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-756)) (-5 *1 (-574 *2)) (-4 *2 (-537)))) (-1323 (*1 *2 *3 *4) (-12 (-5 *4 (-756)) (-5 *2 (-111)) (-5 *1 (-574 *3)) (-4 *3 (-537)))))
-(-10 -7 (-15 -1323 ((-111) |#1| (-756))) (-15 -2479 ((-3 |#1| "failed") |#1| (-756))) (-15 -2479 ((-2 (|:| -4174 |#1|) (|:| -1406 (-756))) |#1|)) (-15 -1541 (|#1| |#1| (-756))) (-15 -1856 ((-111) |#1|)) (-15 -3166 ((-3 |#1| "failed") |#1|)) (-15 -1645 (|#1| |#1|)))
-((-2793 (((-1150 |#1|) (-902)) 27)))
-(((-575 |#1|) (-10 -7 (-15 -2793 ((-1150 |#1|) (-902)))) (-343)) (T -575))
-((-2793 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-575 *4)) (-4 *4 (-343)))))
-(-10 -7 (-15 -2793 ((-1150 |#1|) (-902))))
-((-2483 (((-573 (-401 (-933 |#1|))) (-573 (-401 (-933 |#1|)))) 27)) (-2889 (((-3 (-310 |#1|) (-629 (-310 |#1|))) (-401 (-933 |#1|)) (-1154)) 34 (|has| |#1| (-144)))) (-3925 (((-629 (-310 |#1|)) (-573 (-401 (-933 |#1|)))) 19)) (-2858 (((-310 |#1|) (-401 (-933 |#1|)) (-1154)) 32 (|has| |#1| (-144)))) (-2744 (((-310 |#1|) (-573 (-401 (-933 |#1|)))) 21)))
-(((-576 |#1|) (-10 -7 (-15 -2483 ((-573 (-401 (-933 |#1|))) (-573 (-401 (-933 |#1|))))) (-15 -3925 ((-629 (-310 |#1|)) (-573 (-401 (-933 |#1|))))) (-15 -2744 ((-310 |#1|) (-573 (-401 (-933 |#1|))))) (IF (|has| |#1| (-144)) (PROGN (-15 -2889 ((-3 (-310 |#1|) (-629 (-310 |#1|))) (-401 (-933 |#1|)) (-1154))) (-15 -2858 ((-310 |#1|) (-401 (-933 |#1|)) (-1154)))) |%noBranch|)) (-13 (-445) (-1019 (-552)) (-832) (-625 (-552)))) (T -576))
-((-2858 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154)) (-4 *5 (-144)) (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552)))) (-5 *2 (-310 *5)) (-5 *1 (-576 *5)))) (-2889 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154)) (-4 *5 (-144)) (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552)))) (-5 *2 (-3 (-310 *5) (-629 (-310 *5)))) (-5 *1 (-576 *5)))) (-2744 (*1 *2 *3) (-12 (-5 *3 (-573 (-401 (-933 *4)))) (-4 *4 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552)))) (-5 *2 (-310 *4)) (-5 *1 (-576 *4)))) (-3925 (*1 *2 *3) (-12 (-5 *3 (-573 (-401 (-933 *4)))) (-4 *4 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552)))) (-5 *2 (-629 (-310 *4))) (-5 *1 (-576 *4)))) (-2483 (*1 *2 *2) (-12 (-5 *2 (-573 (-401 (-933 *3)))) (-4 *3 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552)))) (-5 *1 (-576 *3)))))
-(-10 -7 (-15 -2483 ((-573 (-401 (-933 |#1|))) (-573 (-401 (-933 |#1|))))) (-15 -3925 ((-629 (-310 |#1|)) (-573 (-401 (-933 |#1|))))) (-15 -2744 ((-310 |#1|) (-573 (-401 (-933 |#1|))))) (IF (|has| |#1| (-144)) (PROGN (-15 -2889 ((-3 (-310 |#1|) (-629 (-310 |#1|))) (-401 (-933 |#1|)) (-1154))) (-15 -2858 ((-310 |#1|) (-401 (-933 |#1|)) (-1154)))) |%noBranch|))
-((-2076 (((-629 (-673 (-552))) (-629 (-552)) (-629 (-886 (-552)))) 46) (((-629 (-673 (-552))) (-629 (-552))) 47) (((-673 (-552)) (-629 (-552)) (-886 (-552))) 42)) (-2264 (((-756) (-629 (-552))) 40)))
-(((-577) (-10 -7 (-15 -2264 ((-756) (-629 (-552)))) (-15 -2076 ((-673 (-552)) (-629 (-552)) (-886 (-552)))) (-15 -2076 ((-629 (-673 (-552))) (-629 (-552)))) (-15 -2076 ((-629 (-673 (-552))) (-629 (-552)) (-629 (-886 (-552))))))) (T -577))
-((-2076 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-552))) (-5 *4 (-629 (-886 (-552)))) (-5 *2 (-629 (-673 (-552)))) (-5 *1 (-577)))) (-2076 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-629 (-673 (-552)))) (-5 *1 (-577)))) (-2076 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-552))) (-5 *4 (-886 (-552))) (-5 *2 (-673 (-552))) (-5 *1 (-577)))) (-2264 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-756)) (-5 *1 (-577)))))
-(-10 -7 (-15 -2264 ((-756) (-629 (-552)))) (-15 -2076 ((-673 (-552)) (-629 (-552)) (-886 (-552)))) (-15 -2076 ((-629 (-673 (-552))) (-629 (-552)))) (-15 -2076 ((-629 (-673 (-552))) (-629 (-552)) (-629 (-886 (-552))))))
-((-1474 (((-629 |#5|) |#5| (-111)) 73)) (-2824 (((-111) |#5| (-629 |#5|)) 30)))
-(((-578 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1474 ((-629 |#5|) |#5| (-111))) (-15 -2824 ((-111) |#5| (-629 |#5|)))) (-13 (-301) (-144)) (-778) (-832) (-1044 |#1| |#2| |#3|) (-1087 |#1| |#2| |#3| |#4|)) (T -578))
-((-2824 (*1 *2 *3 *4) (-12 (-5 *4 (-629 *3)) (-4 *3 (-1087 *5 *6 *7 *8)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-578 *5 *6 *7 *8 *3)))) (-1474 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7)) (-5 *2 (-629 *3)) (-5 *1 (-578 *5 *6 *7 *8 *3)) (-4 *3 (-1087 *5 *6 *7 *8)))))
-(-10 -7 (-15 -1474 ((-629 |#5|) |#5| (-111))) (-15 -2824 ((-111) |#5| (-629 |#5|))))
-((-3202 (((-111) $ $) NIL)) (-1300 (((-1113) $) 11)) (-1286 (((-1113) $) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 19) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-579) (-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1113) $))))) (T -579))
-((-1286 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-579)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-579)))))
-(-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1113) $))))
-((-3202 (((-111) $ $) NIL (|has| (-141) (-1078)))) (-3861 (($ $) 34)) (-2302 (($ $) NIL)) (-4013 (($ $ (-141)) NIL) (($ $ (-138)) NIL)) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-1270 (((-111) $ $) 51)) (-4330 (((-111) $ $ (-552)) 46)) (-2483 (((-629 $) $ (-141)) 60) (((-629 $) $ (-138)) 61)) (-3717 (((-111) (-1 (-111) (-141) (-141)) $) NIL) (((-111) $) NIL (|has| (-141) (-832)))) (-3646 (($ (-1 (-111) (-141) (-141)) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-832))))) (-1296 (($ (-1 (-111) (-141) (-141)) $) NIL) (($ $) NIL (|has| (-141) (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 (((-141) $ (-552) (-141)) 45 (|has| $ (-6 -4369))) (((-141) $ (-1204 (-552)) (-141)) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2224 (($ $ (-141)) 64) (($ $ (-138)) 65)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-1897 (($ $ (-1204 (-552)) $) 44)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-2655 (($ (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078)))) (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078)))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) NIL (|has| $ (-6 -4368))) (((-141) (-1 (-141) (-141) (-141)) $) NIL (|has| $ (-6 -4368)))) (-2957 (((-141) $ (-552) (-141)) NIL (|has| $ (-6 -4369)))) (-2892 (((-141) $ (-552)) NIL)) (-1291 (((-111) $ $) 72)) (-1456 (((-552) (-1 (-111) (-141)) $) NIL) (((-552) (-141) $) NIL (|has| (-141) (-1078))) (((-552) (-141) $ (-552)) 48 (|has| (-141) (-1078))) (((-552) $ $ (-552)) 47) (((-552) (-138) $ (-552)) 50)) (-3138 (((-629 (-141)) $) NIL (|has| $ (-6 -4368)))) (-3307 (($ (-756) (-141)) 9)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) 28 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| (-141) (-832)))) (-1446 (($ (-1 (-111) (-141) (-141)) $ $) NIL) (($ $ $) NIL (|has| (-141) (-832)))) (-3278 (((-629 (-141)) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-1842 (((-552) $) 42 (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| (-141) (-832)))) (-1508 (((-111) $ $ (-141)) 73)) (-1806 (((-756) $ $ (-141)) 70)) (-2947 (($ (-1 (-141) (-141)) $) 33 (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-141) (-141)) $) NIL) (($ (-1 (-141) (-141) (-141)) $ $) NIL)) (-3906 (($ $) 37)) (-3507 (($ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2235 (($ $ (-141)) 62) (($ $ (-138)) 63)) (-2623 (((-1136) $) 38 (|has| (-141) (-1078)))) (-1759 (($ (-141) $ (-552)) NIL) (($ $ $ (-552)) 23)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-552) $) 69) (((-1098) $) NIL (|has| (-141) (-1078)))) (-2702 (((-141) $) NIL (|has| (-552) (-832)))) (-3073 (((-3 (-141) "failed") (-1 (-111) (-141)) $) NIL)) (-1518 (($ $ (-141)) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-141)))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-288 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-141) (-141)) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-629 (-141)) (-629 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-3627 (((-629 (-141)) $) NIL)) (-3435 (((-111) $) 12)) (-3430 (($) 10)) (-2060 (((-141) $ (-552) (-141)) NIL) (((-141) $ (-552)) 52) (($ $ (-1204 (-552))) 21) (($ $ $) NIL)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2885 (((-756) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368))) (((-756) (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-3747 (($ $ $ (-552)) 66 (|has| $ (-6 -4369)))) (-1487 (($ $) 17)) (-1522 (((-528) $) NIL (|has| (-141) (-600 (-528))))) (-3226 (($ (-629 (-141))) NIL)) (-4319 (($ $ (-141)) NIL) (($ (-141) $) NIL) (($ $ $) 16) (($ (-629 $)) 67)) (-3213 (($ (-141)) NIL) (((-844) $) 27 (|has| (-141) (-599 (-844))))) (-2584 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| (-141) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-141) (-832)))) (-1613 (((-111) $ $) 14 (|has| (-141) (-1078)))) (-1655 (((-111) $ $) NIL (|has| (-141) (-832)))) (-1632 (((-111) $ $) 15 (|has| (-141) (-832)))) (-2657 (((-756) $) 13 (|has| $ (-6 -4368)))))
-(((-580 |#1|) (-13 (-1122) (-10 -8 (-15 -2876 ((-552) $)))) (-552)) (T -580))
-((-2876 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-580 *3)) (-14 *3 *2))))
-(-13 (-1122) (-10 -8 (-15 -2876 ((-552) $))))
-((-2994 (((-2 (|:| |num| |#4|) (|:| |den| (-552))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-552))) |#4| |#2| (-1072 |#4|)) 32)))
-(((-581 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2994 ((-2 (|:| |num| |#4|) (|:| |den| (-552))) |#4| |#2| (-1072 |#4|))) (-15 -2994 ((-2 (|:| |num| |#4|) (|:| |den| (-552))) |#4| |#2|))) (-778) (-832) (-544) (-930 |#3| |#1| |#2|)) (T -581))
-((-2994 (*1 *2 *3 *4) (-12 (-4 *5 (-778)) (-4 *4 (-832)) (-4 *6 (-544)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-552)))) (-5 *1 (-581 *5 *4 *6 *3)) (-4 *3 (-930 *6 *5 *4)))) (-2994 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1072 *3)) (-4 *3 (-930 *7 *6 *4)) (-4 *6 (-778)) (-4 *4 (-832)) (-4 *7 (-544)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-552)))) (-5 *1 (-581 *6 *4 *7 *3)))))
-(-10 -7 (-15 -2994 ((-2 (|:| |num| |#4|) (|:| |den| (-552))) |#4| |#2| (-1072 |#4|))) (-15 -2994 ((-2 (|:| |num| |#4|) (|:| |den| (-552))) |#4| |#2|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 63)) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4157 (($ $ (-552)) 54) (($ $ (-552) (-552)) 55)) (-2622 (((-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) $) 60)) (-2246 (($ $) 100)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3946 (((-844) (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) (-1007 (-825 (-552))) (-1154) |#1| (-401 (-552))) 224)) (-1726 (($ (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|)))) 34)) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3593 (((-111) $) NIL)) (-4241 (((-552) $) 58) (((-552) $ (-552)) 59)) (-4065 (((-111) $) NIL)) (-1524 (($ $ (-902)) 76)) (-3838 (($ (-1 |#1| (-552)) $) 73)) (-2231 (((-111) $) 25)) (-3590 (($ |#1| (-552)) 22) (($ $ (-1060) (-552)) NIL) (($ $ (-629 (-1060)) (-629 (-552))) NIL)) (-1477 (($ (-1 |#1| |#1|) $) 67)) (-1762 (($ (-1007 (-825 (-552))) (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|)))) 13)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2889 (($ $) 150 (|has| |#1| (-38 (-401 (-552)))))) (-4180 (((-3 $ "failed") $ $ (-111)) 99)) (-2057 (($ $ $) 108)) (-2876 (((-1098) $) NIL)) (-2095 (((-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) $) 15)) (-1354 (((-1007 (-825 (-552))) $) 14)) (-3136 (($ $ (-552)) 45)) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2432 (((-1134 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-552)))))) (-2060 ((|#1| $ (-552)) 57) (($ $ $) NIL (|has| (-552) (-1090)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-552) |#1|)))) (($ $) 70 (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (-3299 (((-552) $) NIL)) (-1680 (($ $) 46)) (-3213 (((-844) $) NIL) (($ (-552)) 28) (($ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $) NIL (|has| |#1| (-544))) (($ |#1|) 27 (|has| |#1| (-169)))) (-2266 ((|#1| $ (-552)) 56)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) 37)) (-4046 ((|#1| $) NIL)) (-2282 (($ $) 186 (|has| |#1| (-38 (-401 (-552)))))) (-3411 (($ $) 158 (|has| |#1| (-38 (-401 (-552)))))) (-1591 (($ $) 190 (|has| |#1| (-38 (-401 (-552)))))) (-2472 (($ $) 163 (|has| |#1| (-38 (-401 (-552)))))) (-1841 (($ $) 189 (|has| |#1| (-38 (-401 (-552)))))) (-4171 (($ $) 162 (|has| |#1| (-38 (-401 (-552)))))) (-1343 (($ $ (-401 (-552))) 166 (|has| |#1| (-38 (-401 (-552)))))) (-2425 (($ $ |#1|) 146 (|has| |#1| (-38 (-401 (-552)))))) (-3769 (($ $) 192 (|has| |#1| (-38 (-401 (-552)))))) (-1425 (($ $) 149 (|has| |#1| (-38 (-401 (-552)))))) (-2513 (($ $) 191 (|has| |#1| (-38 (-401 (-552)))))) (-2755 (($ $) 164 (|has| |#1| (-38 (-401 (-552)))))) (-4122 (($ $) 187 (|has| |#1| (-38 (-401 (-552)))))) (-2108 (($ $) 160 (|has| |#1| (-38 (-401 (-552)))))) (-2374 (($ $) 188 (|has| |#1| (-38 (-401 (-552)))))) (-1442 (($ $) 161 (|has| |#1| (-38 (-401 (-552)))))) (-3034 (($ $) 197 (|has| |#1| (-38 (-401 (-552)))))) (-2652 (($ $) 173 (|has| |#1| (-38 (-401 (-552)))))) (-3304 (($ $) 194 (|has| |#1| (-38 (-401 (-552)))))) (-3238 (($ $) 168 (|has| |#1| (-38 (-401 (-552)))))) (-3265 (($ $) 201 (|has| |#1| (-38 (-401 (-552)))))) (-2462 (($ $) 177 (|has| |#1| (-38 (-401 (-552)))))) (-2421 (($ $) 203 (|has| |#1| (-38 (-401 (-552)))))) (-4034 (($ $) 179 (|has| |#1| (-38 (-401 (-552)))))) (-3931 (($ $) 199 (|has| |#1| (-38 (-401 (-552)))))) (-3434 (($ $) 175 (|has| |#1| (-38 (-401 (-552)))))) (-4154 (($ $) 196 (|has| |#1| (-38 (-401 (-552)))))) (-4089 (($ $) 171 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-4311 ((|#1| $ (-552)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-552)))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3297 (($) 29 T CONST)) (-3309 (($) 38 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-552) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (-1613 (((-111) $ $) 65)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) 84) (($ $ $) 64)) (-1698 (($ $ $) 81)) (** (($ $ (-902)) NIL) (($ $ (-756)) 103)) (* (($ (-902) $) 89) (($ (-756) $) 87) (($ (-552) $) 85) (($ $ $) 95) (($ $ |#1|) NIL) (($ |#1| $) 115) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-582 |#1|) (-13 (-1215 |#1| (-552)) (-10 -8 (-15 -1762 ($ (-1007 (-825 (-552))) (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))))) (-15 -1354 ((-1007 (-825 (-552))) $)) (-15 -2095 ((-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) $)) (-15 -1726 ($ (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))))) (-15 -2231 ((-111) $)) (-15 -3838 ($ (-1 |#1| (-552)) $)) (-15 -4180 ((-3 $ "failed") $ $ (-111))) (-15 -2246 ($ $)) (-15 -2057 ($ $ $)) (-15 -3946 ((-844) (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) (-1007 (-825 (-552))) (-1154) |#1| (-401 (-552)))) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $)) (-15 -2425 ($ $ |#1|)) (-15 -1343 ($ $ (-401 (-552)))) (-15 -1425 ($ $)) (-15 -3769 ($ $)) (-15 -2472 ($ $)) (-15 -1442 ($ $)) (-15 -3411 ($ $)) (-15 -2108 ($ $)) (-15 -4171 ($ $)) (-15 -2755 ($ $)) (-15 -3238 ($ $)) (-15 -4089 ($ $)) (-15 -2652 ($ $)) (-15 -3434 ($ $)) (-15 -2462 ($ $)) (-15 -4034 ($ $)) (-15 -1591 ($ $)) (-15 -2374 ($ $)) (-15 -2282 ($ $)) (-15 -4122 ($ $)) (-15 -1841 ($ $)) (-15 -2513 ($ $)) (-15 -3304 ($ $)) (-15 -4154 ($ $)) (-15 -3034 ($ $)) (-15 -3931 ($ $)) (-15 -3265 ($ $)) (-15 -2421 ($ $))) |%noBranch|))) (-1030)) (T -582))
-((-2231 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-582 *3)) (-4 *3 (-1030)))) (-1762 (*1 *1 *2 *3) (-12 (-5 *2 (-1007 (-825 (-552)))) (-5 *3 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *4)))) (-4 *4 (-1030)) (-5 *1 (-582 *4)))) (-1354 (*1 *2 *1) (-12 (-5 *2 (-1007 (-825 (-552)))) (-5 *1 (-582 *3)) (-4 *3 (-1030)))) (-2095 (*1 *2 *1) (-12 (-5 *2 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *3)))) (-5 *1 (-582 *3)) (-4 *3 (-1030)))) (-1726 (*1 *1 *2) (-12 (-5 *2 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *3)))) (-4 *3 (-1030)) (-5 *1 (-582 *3)))) (-3838 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-552))) (-4 *3 (-1030)) (-5 *1 (-582 *3)))) (-4180 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-111)) (-5 *1 (-582 *3)) (-4 *3 (-1030)))) (-2246 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-1030)))) (-2057 (*1 *1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-1030)))) (-3946 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *6)))) (-5 *4 (-1007 (-825 (-552)))) (-5 *5 (-1154)) (-5 *7 (-401 (-552))) (-4 *6 (-1030)) (-5 *2 (-844)) (-5 *1 (-582 *6)))) (-2889 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2425 (*1 *1 *1 *2) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-1343 (*1 *1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-582 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1030)))) (-1425 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-3769 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2472 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-1442 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-3411 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2108 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-4171 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2755 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-3238 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-4089 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2652 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-3434 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2462 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-4034 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-1591 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2374 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2282 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-4122 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-1841 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2513 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-3304 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-4154 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-3034 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-3931 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-3265 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))) (-2421 (*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(-13 (-1215 |#1| (-552)) (-10 -8 (-15 -1762 ($ (-1007 (-825 (-552))) (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))))) (-15 -1354 ((-1007 (-825 (-552))) $)) (-15 -2095 ((-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) $)) (-15 -1726 ($ (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))))) (-15 -2231 ((-111) $)) (-15 -3838 ($ (-1 |#1| (-552)) $)) (-15 -4180 ((-3 $ "failed") $ $ (-111))) (-15 -2246 ($ $)) (-15 -2057 ($ $ $)) (-15 -3946 ((-844) (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) (-1007 (-825 (-552))) (-1154) |#1| (-401 (-552)))) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $)) (-15 -2425 ($ $ |#1|)) (-15 -1343 ($ $ (-401 (-552)))) (-15 -1425 ($ $)) (-15 -3769 ($ $)) (-15 -2472 ($ $)) (-15 -1442 ($ $)) (-15 -3411 ($ $)) (-15 -2108 ($ $)) (-15 -4171 ($ $)) (-15 -2755 ($ $)) (-15 -3238 ($ $)) (-15 -4089 ($ $)) (-15 -2652 ($ $)) (-15 -3434 ($ $)) (-15 -2462 ($ $)) (-15 -4034 ($ $)) (-15 -1591 ($ $)) (-15 -2374 ($ $)) (-15 -2282 ($ $)) (-15 -4122 ($ $)) (-15 -1841 ($ $)) (-15 -2513 ($ $)) (-15 -3304 ($ $)) (-15 -4154 ($ $)) (-15 -3034 ($ $)) (-15 -3931 ($ $)) (-15 -3265 ($ $)) (-15 -2421 ($ $))) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1726 (($ (-1134 |#1|)) 9)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) 42)) (-3593 (((-111) $) 52)) (-4241 (((-756) $) 55) (((-756) $ (-756)) 54)) (-4065 (((-111) $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3969 (((-3 $ "failed") $ $) 44 (|has| |#1| (-544)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL (|has| |#1| (-544)))) (-2984 (((-1134 |#1|) $) 23)) (-2014 (((-756)) 51)) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) 10 T CONST)) (-3309 (($) 14 T CONST)) (-1613 (((-111) $ $) 22)) (-1709 (($ $) 30) (($ $ $) 16)) (-1698 (($ $ $) 25)) (** (($ $ (-902)) NIL) (($ $ (-756)) 49)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 34) (($ $ $) 28) (($ |#1| $) 37) (($ $ |#1|) 38) (($ $ (-552)) 36)))
-(((-583 |#1|) (-13 (-1030) (-10 -8 (-15 -2984 ((-1134 |#1|) $)) (-15 -1726 ($ (-1134 |#1|))) (-15 -3593 ((-111) $)) (-15 -4241 ((-756) $)) (-15 -4241 ((-756) $ (-756))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-552))) (IF (|has| |#1| (-544)) (-6 (-544)) |%noBranch|))) (-1030)) (T -583))
-((-2984 (*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-583 *3)) (-4 *3 (-1030)))) (-1726 (*1 *1 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-583 *3)))) (-3593 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-583 *3)) (-4 *3 (-1030)))) (-4241 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-583 *3)) (-4 *3 (-1030)))) (-4241 (*1 *2 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-583 *3)) (-4 *3 (-1030)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1030)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1030)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-583 *3)) (-4 *3 (-1030)))))
-(-13 (-1030) (-10 -8 (-15 -2984 ((-1134 |#1|) $)) (-15 -1726 ($ (-1134 |#1|))) (-15 -3593 ((-111) $)) (-15 -4241 ((-756) $)) (-15 -4241 ((-756) $ (-756))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-552))) (IF (|has| |#1| (-544)) (-6 (-544)) |%noBranch|)))
-((-1477 (((-587 |#2|) (-1 |#2| |#1|) (-587 |#1|)) 15)))
-(((-584 |#1| |#2|) (-10 -7 (-15 -1477 ((-587 |#2|) (-1 |#2| |#1|) (-587 |#1|)))) (-1191) (-1191)) (T -584))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-587 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-587 *6)) (-5 *1 (-584 *5 *6)))))
-(-10 -7 (-15 -1477 ((-587 |#2|) (-1 |#2| |#1|) (-587 |#1|))))
-((-1477 (((-1134 |#3|) (-1 |#3| |#1| |#2|) (-587 |#1|) (-1134 |#2|)) 20) (((-1134 |#3|) (-1 |#3| |#1| |#2|) (-1134 |#1|) (-587 |#2|)) 19) (((-587 |#3|) (-1 |#3| |#1| |#2|) (-587 |#1|) (-587 |#2|)) 18)))
-(((-585 |#1| |#2| |#3|) (-10 -7 (-15 -1477 ((-587 |#3|) (-1 |#3| |#1| |#2|) (-587 |#1|) (-587 |#2|))) (-15 -1477 ((-1134 |#3|) (-1 |#3| |#1| |#2|) (-1134 |#1|) (-587 |#2|))) (-15 -1477 ((-1134 |#3|) (-1 |#3| |#1| |#2|) (-587 |#1|) (-1134 |#2|)))) (-1191) (-1191) (-1191)) (T -585))
-((-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-587 *6)) (-5 *5 (-1134 *7)) (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-1134 *8)) (-5 *1 (-585 *6 *7 *8)))) (-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1134 *6)) (-5 *5 (-587 *7)) (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-1134 *8)) (-5 *1 (-585 *6 *7 *8)))) (-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-587 *6)) (-5 *5 (-587 *7)) (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-587 *8)) (-5 *1 (-585 *6 *7 *8)))))
-(-10 -7 (-15 -1477 ((-587 |#3|) (-1 |#3| |#1| |#2|) (-587 |#1|) (-587 |#2|))) (-15 -1477 ((-1134 |#3|) (-1 |#3| |#1| |#2|) (-1134 |#1|) (-587 |#2|))) (-15 -1477 ((-1134 |#3|) (-1 |#3| |#1| |#2|) (-587 |#1|) (-1134 |#2|))))
-((-3046 ((|#3| |#3| (-629 (-598 |#3|)) (-629 (-1154))) 55)) (-4064 (((-166 |#2|) |#3|) 117)) (-4123 ((|#3| (-166 |#2|)) 44)) (-3143 ((|#2| |#3|) 19)) (-3201 ((|#3| |#2|) 33)))
-(((-586 |#1| |#2| |#3|) (-10 -7 (-15 -4123 (|#3| (-166 |#2|))) (-15 -3143 (|#2| |#3|)) (-15 -3201 (|#3| |#2|)) (-15 -4064 ((-166 |#2|) |#3|)) (-15 -3046 (|#3| |#3| (-629 (-598 |#3|)) (-629 (-1154))))) (-13 (-544) (-832)) (-13 (-424 |#1|) (-983) (-1176)) (-13 (-424 (-166 |#1|)) (-983) (-1176))) (T -586))
-((-3046 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-629 (-598 *2))) (-5 *4 (-629 (-1154))) (-4 *2 (-13 (-424 (-166 *5)) (-983) (-1176))) (-4 *5 (-13 (-544) (-832))) (-5 *1 (-586 *5 *6 *2)) (-4 *6 (-13 (-424 *5) (-983) (-1176))))) (-4064 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-832))) (-5 *2 (-166 *5)) (-5 *1 (-586 *4 *5 *3)) (-4 *5 (-13 (-424 *4) (-983) (-1176))) (-4 *3 (-13 (-424 (-166 *4)) (-983) (-1176))))) (-3201 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-832))) (-4 *2 (-13 (-424 (-166 *4)) (-983) (-1176))) (-5 *1 (-586 *4 *3 *2)) (-4 *3 (-13 (-424 *4) (-983) (-1176))))) (-3143 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-832))) (-4 *2 (-13 (-424 *4) (-983) (-1176))) (-5 *1 (-586 *4 *2 *3)) (-4 *3 (-13 (-424 (-166 *4)) (-983) (-1176))))) (-4123 (*1 *2 *3) (-12 (-5 *3 (-166 *5)) (-4 *5 (-13 (-424 *4) (-983) (-1176))) (-4 *4 (-13 (-544) (-832))) (-4 *2 (-13 (-424 (-166 *4)) (-983) (-1176))) (-5 *1 (-586 *4 *5 *2)))))
-(-10 -7 (-15 -4123 (|#3| (-166 |#2|))) (-15 -3143 (|#2| |#3|)) (-15 -3201 (|#3| |#2|)) (-15 -4064 ((-166 |#2|) |#3|)) (-15 -3046 (|#3| |#3| (-629 (-598 |#3|)) (-629 (-1154)))))
-((-3954 (($ (-1 (-111) |#1|) $) 17)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-4340 (($ (-1 |#1| |#1|) |#1|) 9)) (-3935 (($ (-1 (-111) |#1|) $) 13)) (-3943 (($ (-1 (-111) |#1|) $) 15)) (-3226 (((-1134 |#1|) $) 18)) (-3213 (((-844) $) NIL)))
-(((-587 |#1|) (-13 (-599 (-844)) (-10 -8 (-15 -1477 ($ (-1 |#1| |#1|) $)) (-15 -3935 ($ (-1 (-111) |#1|) $)) (-15 -3943 ($ (-1 (-111) |#1|) $)) (-15 -3954 ($ (-1 (-111) |#1|) $)) (-15 -4340 ($ (-1 |#1| |#1|) |#1|)) (-15 -3226 ((-1134 |#1|) $)))) (-1191)) (T -587))
-((-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3)))) (-3935 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3)))) (-3943 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3)))) (-3954 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3)))) (-4340 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3)))) (-3226 (*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-587 *3)) (-4 *3 (-1191)))))
-(-13 (-599 (-844)) (-10 -8 (-15 -1477 ($ (-1 |#1| |#1|) $)) (-15 -3935 ($ (-1 (-111) |#1|) $)) (-15 -3943 ($ (-1 (-111) |#1|) $)) (-15 -3954 ($ (-1 (-111) |#1|) $)) (-15 -4340 ($ (-1 |#1| |#1|) |#1|)) (-15 -3226 ((-1134 |#1|) $))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2306 (($ (-756)) NIL (|has| |#1| (-23)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-1456 (((-552) (-1 (-111) |#1|) $) NIL) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078)))) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-1920 (((-673 |#1|) $ $) NIL (|has| |#1| (-1030)))) (-3307 (($ (-756) |#1|) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3994 ((|#1| $) NIL (-12 (|has| |#1| (-983)) (|has| |#1| (-1030))))) (-1745 (((-111) $ (-756)) NIL)) (-2556 ((|#1| $) NIL (-12 (|has| |#1| (-983)) (|has| |#1| (-1030))))) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2702 ((|#1| $) NIL (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-552) |#1|) NIL) ((|#1| $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-3632 ((|#1| $ $) NIL (|has| |#1| (-1030)))) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2449 (($ $ $) NIL (|has| |#1| (-1030)))) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) NIL)) (-4319 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-629 $)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1709 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-1698 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-552) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-711))) (($ $ |#1|) NIL (|has| |#1| (-711)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-588 |#1| |#2|) (-1235 |#1|) (-1191) (-552)) (T -588))
-NIL
-(-1235 |#1|)
-((-2660 (((-1242) $ |#2| |#2|) 36)) (-1695 ((|#2| $) 23)) (-1842 ((|#2| $) 21)) (-2947 (($ (-1 |#3| |#3|) $) 32)) (-1477 (($ (-1 |#3| |#3|) $) 30)) (-2702 ((|#3| $) 26)) (-1518 (($ $ |#3|) 33)) (-3347 (((-111) |#3| $) 17)) (-3627 (((-629 |#3|) $) 15)) (-2060 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
-(((-589 |#1| |#2| |#3|) (-10 -8 (-15 -2660 ((-1242) |#1| |#2| |#2|)) (-15 -1518 (|#1| |#1| |#3|)) (-15 -2702 (|#3| |#1|)) (-15 -1695 (|#2| |#1|)) (-15 -1842 (|#2| |#1|)) (-15 -3347 ((-111) |#3| |#1|)) (-15 -3627 ((-629 |#3|) |#1|)) (-15 -2060 (|#3| |#1| |#2|)) (-15 -2060 (|#3| |#1| |#2| |#3|)) (-15 -2947 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1477 (|#1| (-1 |#3| |#3|) |#1|))) (-590 |#2| |#3|) (-1078) (-1191)) (T -589))
-NIL
-(-10 -8 (-15 -2660 ((-1242) |#1| |#2| |#2|)) (-15 -1518 (|#1| |#1| |#3|)) (-15 -2702 (|#3| |#1|)) (-15 -1695 (|#2| |#1|)) (-15 -1842 (|#2| |#1|)) (-15 -3347 ((-111) |#3| |#1|)) (-15 -3627 ((-629 |#3|) |#1|)) (-15 -2060 (|#3| |#1| |#2|)) (-15 -2060 (|#3| |#1| |#2| |#3|)) (-15 -2947 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1477 (|#1| (-1 |#3| |#3|) |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#2| (-1078)))) (-2660 (((-1242) $ |#1| |#1|) 40 (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) 8)) (-1470 ((|#2| $ |#1| |#2|) 52 (|has| $ (-6 -4369)))) (-2130 (($) 7 T CONST)) (-2957 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) 51)) (-3138 (((-629 |#2|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-1695 ((|#1| $) 43 (|has| |#1| (-832)))) (-3278 (((-629 |#2|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#2| $) 27 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368))))) (-1842 ((|#1| $) 44 (|has| |#1| (-832)))) (-2947 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#2| |#2|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#2| (-1078)))) (-2190 (((-629 |#1|) $) 46)) (-1335 (((-111) |#1| $) 47)) (-2876 (((-1098) $) 21 (|has| |#2| (-1078)))) (-2702 ((|#2| $) 42 (|has| |#1| (-832)))) (-1518 (($ $ |#2|) 41 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#2|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#2|))) 26 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) 25 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) 23 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#2| $) 45 (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#2| $ |#1| |#2|) 50) ((|#2| $ |#1|) 49)) (-2885 (((-756) (-1 (-111) |#2|) $) 31 (|has| $ (-6 -4368))) (((-756) |#2| $) 28 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#2| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#2|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#2| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-590 |#1| |#2|) (-137) (-1078) (-1191)) (T -590))
-((-3627 (*1 *2 *1) (-12 (-4 *1 (-590 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1191)) (-5 *2 (-629 *4)))) (-1335 (*1 *2 *3 *1) (-12 (-4 *1 (-590 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1191)) (-5 *2 (-111)))) (-2190 (*1 *2 *1) (-12 (-4 *1 (-590 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1191)) (-5 *2 (-629 *3)))) (-3347 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-590 *4 *3)) (-4 *4 (-1078)) (-4 *3 (-1191)) (-4 *3 (-1078)) (-5 *2 (-111)))) (-1842 (*1 *2 *1) (-12 (-4 *1 (-590 *2 *3)) (-4 *3 (-1191)) (-4 *2 (-1078)) (-4 *2 (-832)))) (-1695 (*1 *2 *1) (-12 (-4 *1 (-590 *2 *3)) (-4 *3 (-1191)) (-4 *2 (-1078)) (-4 *2 (-832)))) (-2702 (*1 *2 *1) (-12 (-4 *1 (-590 *3 *2)) (-4 *3 (-1078)) (-4 *3 (-832)) (-4 *2 (-1191)))) (-1518 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-590 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1191)))) (-2660 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-590 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1191)) (-5 *2 (-1242)))))
-(-13 (-482 |t#2|) (-282 |t#1| |t#2|) (-10 -8 (-15 -3627 ((-629 |t#2|) $)) (-15 -1335 ((-111) |t#1| $)) (-15 -2190 ((-629 |t#1|) $)) (IF (|has| |t#2| (-1078)) (IF (|has| $ (-6 -4368)) (-15 -3347 ((-111) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-832)) (PROGN (-15 -1842 (|t#1| $)) (-15 -1695 (|t#1| $)) (-15 -2702 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4369)) (PROGN (-15 -1518 ($ $ |t#2|)) (-15 -2660 ((-1242) $ |t#1| |t#1|))) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#2| (-1078)) ((-599 (-844)) -4029 (|has| |#2| (-1078)) (|has| |#2| (-599 (-844)))) ((-280 |#1| |#2|) . T) ((-282 |#1| |#2|) . T) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-482 |#2|) . T) ((-506 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-1078) |has| |#2| (-1078)) ((-1191) . T))
-((-3213 (((-844) $) 19) (((-128) $) 14) (($ (-128)) 13)))
-(((-591) (-13 (-599 (-844)) (-599 (-128)) (-10 -8 (-15 -3213 ($ (-128)))))) (T -591))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-128)) (-5 *1 (-591)))))
-(-13 (-599 (-844)) (-599 (-128)) (-10 -8 (-15 -3213 ($ (-128)))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL) (((-1159) $) NIL) (($ (-1159)) NIL) (((-1190) $) 14) (($ (-629 (-1190))) 13)) (-4087 (((-629 (-1190)) $) 10)) (-1613 (((-111) $ $) NIL)))
-(((-592) (-13 (-1061) (-599 (-1190)) (-10 -8 (-15 -3213 ($ (-629 (-1190)))) (-15 -4087 ((-629 (-1190)) $))))) (T -592))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-592)))) (-4087 (*1 *2 *1) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-592)))))
-(-13 (-1061) (-599 (-1190)) (-10 -8 (-15 -3213 ($ (-629 (-1190)))) (-15 -4087 ((-629 (-1190)) $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3784 (((-3 $ "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1432 (((-1237 (-673 |#1|))) NIL (|has| |#2| (-411 |#1|))) (((-1237 (-673 |#1|)) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-4124 (((-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-2130 (($) NIL T CONST)) (-3254 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2004 (((-3 $ "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-1561 (((-673 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-2416 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-3695 (((-673 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) $ (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-2583 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2637 (((-1150 (-933 |#1|))) NIL (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-357))))) (-3422 (($ $ (-902)) NIL)) (-2932 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-1688 (((-1150 |#1|) $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-3332 ((|#1|) NIL (|has| |#2| (-411 |#1|))) ((|#1| (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-1469 (((-1150 |#1|) $) NIL (|has| |#2| (-361 |#1|)))) (-2890 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4278 (($ (-1237 |#1|)) NIL (|has| |#2| (-411 |#1|))) (($ (-1237 |#1|) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-1293 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2128 (((-902)) NIL (|has| |#2| (-361 |#1|)))) (-1756 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3454 (($ $ (-902)) NIL)) (-1887 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2143 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4284 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4255 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2299 (((-3 $ "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-3607 (((-673 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-3975 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-1837 (((-673 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) $ (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-4152 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2173 (((-1150 (-933 |#1|))) NIL (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-357))))) (-1736 (($ $ (-902)) NIL)) (-3231 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-3854 (((-1150 |#1|) $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-3400 ((|#1|) NIL (|has| |#2| (-411 |#1|))) ((|#1| (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-3326 (((-1150 |#1|) $) NIL (|has| |#2| (-361 |#1|)))) (-3724 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2623 (((-1136) $) NIL)) (-3329 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4108 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4297 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2876 (((-1098) $) NIL)) (-1864 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2060 ((|#1| $ (-552)) NIL (|has| |#2| (-411 |#1|)))) (-3464 (((-673 |#1|) (-1237 $)) NIL (|has| |#2| (-411 |#1|))) (((-1237 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) (-1237 $) (-1237 $)) NIL (|has| |#2| (-361 |#1|))) (((-1237 |#1|) $ (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-1522 (($ (-1237 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-1237 |#1|) $) NIL (|has| |#2| (-411 |#1|)))) (-2566 (((-629 (-933 |#1|))) NIL (|has| |#2| (-411 |#1|))) (((-629 (-933 |#1|)) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-2104 (($ $ $) NIL)) (-2923 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3213 (((-844) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-4199 (((-1237 $)) NIL (|has| |#2| (-411 |#1|)))) (-1430 (((-629 (-1237 |#1|))) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-1826 (($ $ $ $) NIL)) (-1640 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2639 (($ (-673 |#1|) $) NIL (|has| |#2| (-411 |#1|)))) (-2845 (($ $ $) NIL)) (-2646 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2127 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4028 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3297 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) 24)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
-(((-593 |#1| |#2|) (-13 (-729 |#1|) (-599 |#2|) (-10 -8 (-15 -3213 ($ |#2|)) (IF (|has| |#2| (-411 |#1|)) (-6 (-411 |#1|)) |%noBranch|) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|))) (-169) (-729 |#1|)) (T -593))
-((-3213 (*1 *1 *2) (-12 (-4 *3 (-169)) (-5 *1 (-593 *3 *2)) (-4 *2 (-729 *3)))))
-(-13 (-729 |#1|) (-599 |#2|) (-10 -8 (-15 -3213 ($ |#2|)) (IF (|has| |#2| (-411 |#1|)) (-6 (-411 |#1|)) |%noBranch|) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-4321 (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) 33)) (-3295 (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL) (($) NIL)) (-2660 (((-1242) $ (-1136) (-1136)) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-1136) |#1|) 43)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 |#1| "failed") (-1136) $) 46)) (-2130 (($) NIL T CONST)) (-3018 (($ $ (-1136)) 24)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078))))) (-1625 (((-3 |#1| "failed") (-1136) $) 47) (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368))) (($ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL (|has| $ (-6 -4368)))) (-2655 (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368))) (($ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078))))) (-3884 (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078))))) (-1997 (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) 32)) (-2957 ((|#1| $ (-1136) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-1136)) NIL)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368))) (((-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-4092 (($ $) 48)) (-3092 (($ (-382)) 22) (($ (-382) (-1136)) 21)) (-4290 (((-382) $) 34)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-1136) $) NIL (|has| (-1136) (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368))) (((-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (((-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078))))) (-1842 (((-1136) $) NIL (|has| (-1136) (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-1376 (((-629 (-1136)) $) 39)) (-2539 (((-111) (-1136) $) NIL)) (-2665 (((-1136) $) 35)) (-3105 (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL)) (-1580 (($ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL)) (-2190 (((-629 (-1136)) $) NIL)) (-1335 (((-111) (-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 ((|#1| $) NIL (|has| (-1136) (-832)))) (-3073 (((-3 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) "failed") (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (($ $ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (($ $ (-629 (-288 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 37)) (-2060 ((|#1| $ (-1136) |#1|) NIL) ((|#1| $ (-1136)) 42)) (-3680 (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL) (($) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (((-756) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (((-756) (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL)) (-3213 (((-844) $) 20)) (-2469 (($ $) 25)) (-1663 (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 19)) (-2657 (((-756) $) 41 (|has| $ (-6 -4368)))))
-(((-594 |#1|) (-13 (-358 (-382) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) (-1167 (-1136) |#1|) (-10 -8 (-6 -4368) (-15 -4092 ($ $)))) (-1078)) (T -594))
-((-4092 (*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1078)))))
-(-13 (-358 (-382) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) (-1167 (-1136) |#1|) (-10 -8 (-6 -4368) (-15 -4092 ($ $))))
-((-2973 (((-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) $) 15)) (-1376 (((-629 |#2|) $) 19)) (-2539 (((-111) |#2| $) 12)))
-(((-595 |#1| |#2| |#3|) (-10 -8 (-15 -1376 ((-629 |#2|) |#1|)) (-15 -2539 ((-111) |#2| |#1|)) (-15 -2973 ((-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|))) (-596 |#2| |#3|) (-1078) (-1078)) (T -595))
-NIL
-(-10 -8 (-15 -1376 ((-629 |#2|) |#1|)) (-15 -2539 ((-111) |#2| |#1|)) (-15 -2973 ((-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)))
-((-3202 (((-111) $ $) 19 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 45 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 55 (|has| $ (-6 -4368)))) (-3078 (((-3 |#2| "failed") |#1| $) 61)) (-2130 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 47 (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 46 (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) 62)) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 54 (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 56 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 53 (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 52 (|has| $ (-6 -4368)))) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-1376 (((-629 |#1|) $) 63)) (-2539 (((-111) |#1| $) 64)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 39)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 40)) (-2876 (((-1098) $) 21 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 51)) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 41)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) 26 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 25 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 24 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 23 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-3680 (($) 49) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 48)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 31 (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 59 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 50)) (-3213 (((-844) $) 18 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844))))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 42)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-596 |#1| |#2|) (-137) (-1078) (-1078)) (T -596))
-((-2539 (*1 *2 *3 *1) (-12 (-4 *1 (-596 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-5 *2 (-111)))) (-1376 (*1 *2 *1) (-12 (-4 *1 (-596 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-5 *2 (-629 *3)))) (-1625 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-596 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))) (-3078 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-596 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))))
-(-13 (-224 (-2 (|:| -2670 |t#1|) (|:| -3360 |t#2|))) (-10 -8 (-15 -2539 ((-111) |t#1| $)) (-15 -1376 ((-629 |t#1|) $)) (-15 -1625 ((-3 |t#2| "failed") |t#1| $)) (-15 -3078 ((-3 |t#2| "failed") |t#1| $))))
-(((-34) . T) ((-106 #0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T) ((-101) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) ((-599 (-844)) -4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844)))) ((-148 #0#) . T) ((-600 (-528)) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))) ((-224 #0#) . T) ((-230 #0#) . T) ((-303 #0#) -12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) ((-482 #0#) . T) ((-506 #0# #0#) -12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) ((-1078) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) ((-1191) . T))
-((-3631 (((-598 |#2|) |#1|) 15)) (-2522 (((-3 |#1| "failed") (-598 |#2|)) 19)))
-(((-597 |#1| |#2|) (-10 -7 (-15 -3631 ((-598 |#2|) |#1|)) (-15 -2522 ((-3 |#1| "failed") (-598 |#2|)))) (-832) (-832)) (T -597))
-((-2522 (*1 *2 *3) (|partial| -12 (-5 *3 (-598 *4)) (-4 *4 (-832)) (-4 *2 (-832)) (-5 *1 (-597 *2 *4)))) (-3631 (*1 *2 *3) (-12 (-5 *2 (-598 *4)) (-5 *1 (-597 *3 *4)) (-4 *3 (-832)) (-4 *4 (-832)))))
-(-10 -7 (-15 -3631 ((-598 |#2|) |#1|)) (-15 -2522 ((-3 |#1| "failed") (-598 |#2|))))
-((-3202 (((-111) $ $) NIL)) (-1514 (((-3 (-1154) "failed") $) 37)) (-4105 (((-1242) $ (-756)) 26)) (-1456 (((-756) $) 25)) (-2951 (((-113) $) 12)) (-4290 (((-1154) $) 20)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-4086 (($ (-113) (-629 |#1|) (-756)) 30) (($ (-1154)) 31)) (-3515 (((-111) $ (-113)) 18) (((-111) $ (-1154)) 16)) (-2384 (((-756) $) 22)) (-2876 (((-1098) $) NIL)) (-1522 (((-873 (-552)) $) 77 (|has| |#1| (-600 (-873 (-552))))) (((-873 (-373)) $) 84 (|has| |#1| (-600 (-873 (-373))))) (((-528) $) 69 (|has| |#1| (-600 (-528))))) (-3213 (((-844) $) 55)) (-1350 (((-629 |#1|) $) 24)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 41)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 42)))
-(((-598 |#1|) (-13 (-130) (-865 |#1|) (-10 -8 (-15 -4290 ((-1154) $)) (-15 -2951 ((-113) $)) (-15 -1350 ((-629 |#1|) $)) (-15 -2384 ((-756) $)) (-15 -4086 ($ (-113) (-629 |#1|) (-756))) (-15 -4086 ($ (-1154))) (-15 -1514 ((-3 (-1154) "failed") $)) (-15 -3515 ((-111) $ (-113))) (-15 -3515 ((-111) $ (-1154))) (IF (|has| |#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|))) (-832)) (T -598))
-((-4290 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-598 *3)) (-4 *3 (-832)))) (-2951 (*1 *2 *1) (-12 (-5 *2 (-113)) (-5 *1 (-598 *3)) (-4 *3 (-832)))) (-1350 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-598 *3)) (-4 *3 (-832)))) (-2384 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-598 *3)) (-4 *3 (-832)))) (-4086 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-113)) (-5 *3 (-629 *5)) (-5 *4 (-756)) (-4 *5 (-832)) (-5 *1 (-598 *5)))) (-4086 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-598 *3)) (-4 *3 (-832)))) (-1514 (*1 *2 *1) (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-598 *3)) (-4 *3 (-832)))) (-3515 (*1 *2 *1 *3) (-12 (-5 *3 (-113)) (-5 *2 (-111)) (-5 *1 (-598 *4)) (-4 *4 (-832)))) (-3515 (*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-111)) (-5 *1 (-598 *4)) (-4 *4 (-832)))))
-(-13 (-130) (-865 |#1|) (-10 -8 (-15 -4290 ((-1154) $)) (-15 -2951 ((-113) $)) (-15 -1350 ((-629 |#1|) $)) (-15 -2384 ((-756) $)) (-15 -4086 ($ (-113) (-629 |#1|) (-756))) (-15 -4086 ($ (-1154))) (-15 -1514 ((-3 (-1154) "failed") $)) (-15 -3515 ((-111) $ (-113))) (-15 -3515 ((-111) $ (-1154))) (IF (|has| |#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|)))
-((-3213 ((|#1| $) 6)))
-(((-599 |#1|) (-137) (-1191)) (T -599))
-((-3213 (*1 *2 *1) (-12 (-4 *1 (-599 *2)) (-4 *2 (-1191)))))
-(-13 (-10 -8 (-15 -3213 (|t#1| $))))
-((-1522 ((|#1| $) 6)))
-(((-600 |#1|) (-137) (-1191)) (T -600))
-((-1522 (*1 *2 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-1191)))))
-(-13 (-10 -8 (-15 -1522 (|t#1| $))))
-((-1918 (((-3 (-1150 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 (-412 |#2|) |#2|)) 15) (((-3 (-1150 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|)) 16)))
-(((-601 |#1| |#2|) (-10 -7 (-15 -1918 ((-3 (-1150 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|))) (-15 -1918 ((-3 (-1150 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 (-412 |#2|) |#2|)))) (-13 (-144) (-27) (-1019 (-552)) (-1019 (-401 (-552)))) (-1213 |#1|)) (T -601))
-((-1918 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-144) (-27) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-1150 (-401 *6))) (-5 *1 (-601 *5 *6)) (-5 *3 (-401 *6)))) (-1918 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-144) (-27) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *5 (-1213 *4)) (-5 *2 (-1150 (-401 *5))) (-5 *1 (-601 *4 *5)) (-5 *3 (-401 *5)))))
-(-10 -7 (-15 -1918 ((-3 (-1150 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|))) (-15 -1918 ((-3 (-1150 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 (-412 |#2|) |#2|))))
-((-3213 (($ |#1|) 6)))
-(((-602 |#1|) (-137) (-1191)) (T -602))
-((-3213 (*1 *1 *2) (-12 (-4 *1 (-602 *2)) (-4 *2 (-1191)))))
-(-13 (-10 -8 (-15 -3213 ($ |t#1|))))
-((-3202 (((-111) $ $) NIL)) (-2800 (($) 11 T CONST)) (-3775 (($) 12 T CONST)) (-3167 (($ $ $) 24)) (-4107 (($ $) 22)) (-2623 (((-1136) $) NIL)) (-2494 (($ $ $) 25)) (-2876 (((-1098) $) NIL)) (-2608 (($) 10 T CONST)) (-1886 (($ $ $) 26)) (-3213 (((-844) $) 30)) (-3285 (((-111) $ (|[\|\|]| -2608)) 19) (((-111) $ (|[\|\|]| -2800)) 21) (((-111) $ (|[\|\|]| -3775)) 17)) (-3792 (($ $ $) 23)) (-1613 (((-111) $ $) 15)))
-(((-603) (-13 (-948) (-10 -8 (-15 -2608 ($) -3930) (-15 -2800 ($) -3930) (-15 -3775 ($) -3930) (-15 -3285 ((-111) $ (|[\|\|]| -2608))) (-15 -3285 ((-111) $ (|[\|\|]| -2800))) (-15 -3285 ((-111) $ (|[\|\|]| -3775)))))) (T -603))
-((-2608 (*1 *1) (-5 *1 (-603))) (-2800 (*1 *1) (-5 *1 (-603))) (-3775 (*1 *1) (-5 *1 (-603))) (-3285 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2608)) (-5 *2 (-111)) (-5 *1 (-603)))) (-3285 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2800)) (-5 *2 (-111)) (-5 *1 (-603)))) (-3285 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3775)) (-5 *2 (-111)) (-5 *1 (-603)))))
-(-13 (-948) (-10 -8 (-15 -2608 ($) -3930) (-15 -2800 ($) -3930) (-15 -3775 ($) -3930) (-15 -3285 ((-111) $ (|[\|\|]| -2608))) (-15 -3285 ((-111) $ (|[\|\|]| -2800))) (-15 -3285 ((-111) $ (|[\|\|]| -3775)))))
-((-1522 (($ |#1|) 6)))
-(((-604 |#1|) (-137) (-1191)) (T -604))
-((-1522 (*1 *1 *2) (-12 (-4 *1 (-604 *2)) (-4 *2 (-1191)))))
-(-13 (-10 -8 (-15 -1522 ($ |t#1|))))
-((-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#2|) 10)))
-(((-605 |#1| |#2|) (-10 -8 (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|))) (-606 |#2|) (-1030)) (T -605))
-NIL
-(-10 -8 (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 34)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ |#1| $) 35)))
-(((-606 |#1|) (-137) (-1030)) (T -606))
-((-3213 (*1 *1 *2) (-12 (-4 *1 (-606 *2)) (-4 *2 (-1030)))))
-(-13 (-1030) (-632 |t#1|) (-10 -8 (-15 -3213 ($ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-711) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3886 (((-552) $) NIL (|has| |#1| (-830)))) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-1338 (((-111) $) NIL (|has| |#1| (-830)))) (-4065 (((-111) $) NIL)) (-4015 ((|#1| $) 13)) (-3127 (((-111) $) NIL (|has| |#1| (-830)))) (-1772 (($ $ $) NIL (|has| |#1| (-830)))) (-2011 (($ $ $) NIL (|has| |#1| (-830)))) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-4026 ((|#3| $) 15)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#2|) NIL)) (-2014 (((-756)) 20)) (-1578 (($ $) NIL (|has| |#1| (-830)))) (-3297 (($) NIL T CONST)) (-3309 (($) 12 T CONST)) (-1666 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1720 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-607 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-830)) (-6 (-830)) |%noBranch|) (-15 -1720 ($ $ |#3|)) (-15 -1720 ($ |#1| |#3|)) (-15 -4015 (|#1| $)) (-15 -4026 (|#3| $)))) (-38 |#2|) (-169) (|SubsetCategory| (-711) |#2|)) (T -607))
-((-1720 (*1 *1 *1 *2) (-12 (-4 *4 (-169)) (-5 *1 (-607 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-711) *4)))) (-1720 (*1 *1 *2 *3) (-12 (-4 *4 (-169)) (-5 *1 (-607 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-711) *4)))) (-4015 (*1 *2 *1) (-12 (-4 *3 (-169)) (-4 *2 (-38 *3)) (-5 *1 (-607 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-711) *3)))) (-4026 (*1 *2 *1) (-12 (-4 *4 (-169)) (-4 *2 (|SubsetCategory| (-711) *4)) (-5 *1 (-607 *3 *4 *2)) (-4 *3 (-38 *4)))))
-(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-830)) (-6 (-830)) |%noBranch|) (-15 -1720 ($ $ |#3|)) (-15 -1720 ($ |#1| |#3|)) (-15 -4015 (|#1| $)) (-15 -4026 (|#3| $))))
-((-1904 ((|#2| |#2| (-1154) (-1154)) 18)))
-(((-608 |#1| |#2|) (-10 -7 (-15 -1904 (|#2| |#2| (-1154) (-1154)))) (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))) (-13 (-1176) (-940) (-29 |#1|))) (T -608))
-((-1904 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-608 *4 *2)) (-4 *2 (-13 (-1176) (-940) (-29 *4))))))
-(-10 -7 (-15 -1904 (|#2| |#2| (-1154) (-1154))))
-((-3202 (((-111) $ $) 56)) (-3643 (((-111) $) 52)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-2936 ((|#1| $) 49)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-3376 (((-2 (|:| -3818 $) (|:| -2774 (-401 |#2|))) (-401 |#2|)) 97 (|has| |#1| (-357)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 85) (((-3 |#2| "failed") $) 81)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) 24)) (-1293 (((-3 $ "failed") $) 75)) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-4241 (((-552) $) 19)) (-4065 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2231 (((-111) $) 36)) (-3590 (($ |#1| (-552)) 21)) (-3743 ((|#1| $) 51)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) 87 (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 100 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3969 (((-3 $ "failed") $ $) 79)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-3795 (((-756) $) 99 (|has| |#1| (-357)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 98 (|has| |#1| (-357)))) (-3096 (($ $ (-1 |#2| |#2|)) 66) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-756)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-3299 (((-552) $) 34)) (-1522 (((-401 |#2|) $) 42)) (-3213 (((-844) $) 62) (($ (-552)) 32) (($ $) NIL) (($ (-401 (-552))) NIL (|has| |#1| (-1019 (-401 (-552))))) (($ |#1|) 31) (($ |#2|) 22)) (-2266 ((|#1| $ (-552)) 63)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) 29)) (-3589 (((-111) $ $) NIL)) (-3297 (($) 9 T CONST)) (-3309 (($) 12 T CONST)) (-1765 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-756)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-1613 (((-111) $ $) 17)) (-1709 (($ $) 46) (($ $ $) NIL)) (-1698 (($ $ $) 76)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 26) (($ $ $) 44)))
-(((-609 |#1| |#2|) (-13 (-226 |#2|) (-544) (-600 (-401 |#2|)) (-405 |#1|) (-1019 |#2|) (-10 -8 (-15 -2231 ((-111) $)) (-15 -3299 ((-552) $)) (-15 -4241 ((-552) $)) (-15 -3766 ($ $)) (-15 -3743 (|#1| $)) (-15 -2936 (|#1| $)) (-15 -2266 (|#1| $ (-552))) (-15 -3590 ($ |#1| (-552))) (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-6 (-301)) (-15 -3376 ((-2 (|:| -3818 $) (|:| -2774 (-401 |#2|))) (-401 |#2|)))) |%noBranch|))) (-544) (-1213 |#1|)) (T -609))
-((-2231 (*1 *2 *1) (-12 (-4 *3 (-544)) (-5 *2 (-111)) (-5 *1 (-609 *3 *4)) (-4 *4 (-1213 *3)))) (-3299 (*1 *2 *1) (-12 (-4 *3 (-544)) (-5 *2 (-552)) (-5 *1 (-609 *3 *4)) (-4 *4 (-1213 *3)))) (-4241 (*1 *2 *1) (-12 (-4 *3 (-544)) (-5 *2 (-552)) (-5 *1 (-609 *3 *4)) (-4 *4 (-1213 *3)))) (-3766 (*1 *1 *1) (-12 (-4 *2 (-544)) (-5 *1 (-609 *2 *3)) (-4 *3 (-1213 *2)))) (-3743 (*1 *2 *1) (-12 (-4 *2 (-544)) (-5 *1 (-609 *2 *3)) (-4 *3 (-1213 *2)))) (-2936 (*1 *2 *1) (-12 (-4 *2 (-544)) (-5 *1 (-609 *2 *3)) (-4 *3 (-1213 *2)))) (-2266 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *2 (-544)) (-5 *1 (-609 *2 *4)) (-4 *4 (-1213 *2)))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-4 *2 (-544)) (-5 *1 (-609 *2 *4)) (-4 *4 (-1213 *2)))) (-3376 (*1 *2 *3) (-12 (-4 *4 (-357)) (-4 *4 (-544)) (-4 *5 (-1213 *4)) (-5 *2 (-2 (|:| -3818 (-609 *4 *5)) (|:| -2774 (-401 *5)))) (-5 *1 (-609 *4 *5)) (-5 *3 (-401 *5)))))
-(-13 (-226 |#2|) (-544) (-600 (-401 |#2|)) (-405 |#1|) (-1019 |#2|) (-10 -8 (-15 -2231 ((-111) $)) (-15 -3299 ((-552) $)) (-15 -4241 ((-552) $)) (-15 -3766 ($ $)) (-15 -3743 (|#1| $)) (-15 -2936 (|#1| $)) (-15 -2266 (|#1| $ (-552))) (-15 -3590 ($ |#1| (-552))) (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-6 (-301)) (-15 -3376 ((-2 (|:| -3818 $) (|:| -2774 (-401 |#2|))) (-401 |#2|)))) |%noBranch|)))
-((-1830 (((-629 |#6|) (-629 |#4|) (-111)) 47)) (-3330 ((|#6| |#6|) 40)))
-(((-610 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3330 (|#6| |#6|)) (-15 -1830 ((-629 |#6|) (-629 |#4|) (-111)))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|) (-1050 |#1| |#2| |#3| |#4|) (-1087 |#1| |#2| |#3| |#4|)) (T -610))
-((-1830 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 *10)) (-5 *1 (-610 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *10 (-1087 *5 *6 *7 *8)))) (-3330 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *1 (-610 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *2 (-1087 *3 *4 *5 *6)))))
-(-10 -7 (-15 -3330 (|#6| |#6|)) (-15 -1830 ((-629 |#6|) (-629 |#4|) (-111))))
-((-3086 (((-111) |#3| (-756) (-629 |#3|)) 23)) (-1348 (((-3 (-2 (|:| |polfac| (-629 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-629 (-1150 |#3|)))) "failed") |#3| (-629 (-1150 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3772 (-629 (-2 (|:| |irr| |#4|) (|:| -2277 (-552)))))) (-629 |#3|) (-629 |#1|) (-629 |#3|)) 55)))
-(((-611 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3086 ((-111) |#3| (-756) (-629 |#3|))) (-15 -1348 ((-3 (-2 (|:| |polfac| (-629 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-629 (-1150 |#3|)))) "failed") |#3| (-629 (-1150 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3772 (-629 (-2 (|:| |irr| |#4|) (|:| -2277 (-552)))))) (-629 |#3|) (-629 |#1|) (-629 |#3|)))) (-832) (-778) (-301) (-930 |#3| |#2| |#1|)) (T -611))
-((-1348 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -3772 (-629 (-2 (|:| |irr| *10) (|:| -2277 (-552))))))) (-5 *6 (-629 *3)) (-5 *7 (-629 *8)) (-4 *8 (-832)) (-4 *3 (-301)) (-4 *10 (-930 *3 *9 *8)) (-4 *9 (-778)) (-5 *2 (-2 (|:| |polfac| (-629 *10)) (|:| |correct| *3) (|:| |corrfact| (-629 (-1150 *3))))) (-5 *1 (-611 *8 *9 *3 *10)) (-5 *4 (-629 (-1150 *3))))) (-3086 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-756)) (-5 *5 (-629 *3)) (-4 *3 (-301)) (-4 *6 (-832)) (-4 *7 (-778)) (-5 *2 (-111)) (-5 *1 (-611 *6 *7 *3 *8)) (-4 *8 (-930 *3 *7 *6)))))
-(-10 -7 (-15 -3086 ((-111) |#3| (-756) (-629 |#3|))) (-15 -1348 ((-3 (-2 (|:| |polfac| (-629 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-629 (-1150 |#3|)))) "failed") |#3| (-629 (-1150 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3772 (-629 (-2 (|:| |irr| |#4|) (|:| -2277 (-552)))))) (-629 |#3|) (-629 |#1|) (-629 |#3|))))
-((-3202 (((-111) $ $) NIL)) (-1300 (((-1113) $) 11)) (-1286 (((-1113) $) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 19) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-612) (-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1113) $))))) (T -612))
-((-1286 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-612)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-612)))))
-(-13 (-1061) (-10 -8 (-15 -1286 ((-1113) $)) (-15 -1300 ((-1113) $))))
-((-3202 (((-111) $ $) NIL)) (-2814 (((-629 |#1|) $) NIL)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-2643 (($ $) 67)) (-2430 (((-648 |#1| |#2|) $) 52)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 70)) (-1616 (((-629 (-288 |#2|)) $ $) 33)) (-2876 (((-1098) $) NIL)) (-2855 (($ (-648 |#1| |#2|)) 48)) (-2074 (($ $ $) NIL)) (-2104 (($ $ $) NIL)) (-3213 (((-844) $) 58) (((-1252 |#1| |#2|) $) NIL) (((-1257 |#1| |#2|) $) 66)) (-3309 (($) 53 T CONST)) (-4277 (((-629 (-2 (|:| |k| (-656 |#1|)) (|:| |c| |#2|))) $) 31)) (-4234 (((-629 (-648 |#1| |#2|)) (-629 |#1|)) 65)) (-2166 (((-629 (-2 (|:| |k| (-874 |#1|)) (|:| |c| |#2|))) $) 37)) (-1613 (((-111) $ $) 54)) (-1720 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ $ $) 44)))
-(((-613 |#1| |#2| |#3|) (-13 (-466) (-10 -8 (-15 -2855 ($ (-648 |#1| |#2|))) (-15 -2430 ((-648 |#1| |#2|) $)) (-15 -2166 ((-629 (-2 (|:| |k| (-874 |#1|)) (|:| |c| |#2|))) $)) (-15 -3213 ((-1252 |#1| |#2|) $)) (-15 -3213 ((-1257 |#1| |#2|) $)) (-15 -2643 ($ $)) (-15 -2814 ((-629 |#1|) $)) (-15 -4234 ((-629 (-648 |#1| |#2|)) (-629 |#1|))) (-15 -4277 ((-629 (-2 (|:| |k| (-656 |#1|)) (|:| |c| |#2|))) $)) (-15 -1616 ((-629 (-288 |#2|)) $ $)))) (-832) (-13 (-169) (-702 (-401 (-552)))) (-902)) (T -613))
-((-2855 (*1 *1 *2) (-12 (-5 *2 (-648 *3 *4)) (-4 *3 (-832)) (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-5 *1 (-613 *3 *4 *5)) (-14 *5 (-902)))) (-2430 (*1 *2 *1) (-12 (-5 *2 (-648 *3 *4)) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832)) (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902)))) (-2166 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |k| (-874 *3)) (|:| |c| *4)))) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832)) (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-1252 *3 *4)) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832)) (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-1257 *3 *4)) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832)) (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902)))) (-2643 (*1 *1 *1) (-12 (-5 *1 (-613 *2 *3 *4)) (-4 *2 (-832)) (-4 *3 (-13 (-169) (-702 (-401 (-552))))) (-14 *4 (-902)))) (-2814 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832)) (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902)))) (-4234 (*1 *2 *3) (-12 (-5 *3 (-629 *4)) (-4 *4 (-832)) (-5 *2 (-629 (-648 *4 *5))) (-5 *1 (-613 *4 *5 *6)) (-4 *5 (-13 (-169) (-702 (-401 (-552))))) (-14 *6 (-902)))) (-4277 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |k| (-656 *3)) (|:| |c| *4)))) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832)) (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902)))) (-1616 (*1 *2 *1 *1) (-12 (-5 *2 (-629 (-288 *4))) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832)) (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902)))))
-(-13 (-466) (-10 -8 (-15 -2855 ($ (-648 |#1| |#2|))) (-15 -2430 ((-648 |#1| |#2|) $)) (-15 -2166 ((-629 (-2 (|:| |k| (-874 |#1|)) (|:| |c| |#2|))) $)) (-15 -3213 ((-1252 |#1| |#2|) $)) (-15 -3213 ((-1257 |#1| |#2|) $)) (-15 -2643 ($ $)) (-15 -2814 ((-629 |#1|) $)) (-15 -4234 ((-629 (-648 |#1| |#2|)) (-629 |#1|))) (-15 -4277 ((-629 (-2 (|:| |k| (-656 |#1|)) (|:| |c| |#2|))) $)) (-15 -1616 ((-629 (-288 |#2|)) $ $))))
-((-1830 (((-629 (-1124 |#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|)))) (-629 (-765 |#1| (-846 |#2|))) (-111)) 72) (((-629 (-1027 |#1| |#2|)) (-629 (-765 |#1| (-846 |#2|))) (-111)) 58)) (-2156 (((-111) (-629 (-765 |#1| (-846 |#2|)))) 23)) (-4318 (((-629 (-1124 |#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|)))) (-629 (-765 |#1| (-846 |#2|))) (-111)) 71)) (-2642 (((-629 (-1027 |#1| |#2|)) (-629 (-765 |#1| (-846 |#2|))) (-111)) 57)) (-1542 (((-629 (-765 |#1| (-846 |#2|))) (-629 (-765 |#1| (-846 |#2|)))) 27)) (-2446 (((-3 (-629 (-765 |#1| (-846 |#2|))) "failed") (-629 (-765 |#1| (-846 |#2|)))) 26)))
-(((-614 |#1| |#2|) (-10 -7 (-15 -2156 ((-111) (-629 (-765 |#1| (-846 |#2|))))) (-15 -2446 ((-3 (-629 (-765 |#1| (-846 |#2|))) "failed") (-629 (-765 |#1| (-846 |#2|))))) (-15 -1542 ((-629 (-765 |#1| (-846 |#2|))) (-629 (-765 |#1| (-846 |#2|))))) (-15 -2642 ((-629 (-1027 |#1| |#2|)) (-629 (-765 |#1| (-846 |#2|))) (-111))) (-15 -4318 ((-629 (-1124 |#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|)))) (-629 (-765 |#1| (-846 |#2|))) (-111))) (-15 -1830 ((-629 (-1027 |#1| |#2|)) (-629 (-765 |#1| (-846 |#2|))) (-111))) (-15 -1830 ((-629 (-1124 |#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|)))) (-629 (-765 |#1| (-846 |#2|))) (-111)))) (-445) (-629 (-1154))) (T -614))
-((-1830 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-629 (-1154))) (-5 *2 (-629 (-1124 *5 (-523 (-846 *6)) (-846 *6) (-765 *5 (-846 *6))))) (-5 *1 (-614 *5 *6)))) (-1830 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-629 (-1154))) (-5 *2 (-629 (-1027 *5 *6))) (-5 *1 (-614 *5 *6)))) (-4318 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-629 (-1154))) (-5 *2 (-629 (-1124 *5 (-523 (-846 *6)) (-846 *6) (-765 *5 (-846 *6))))) (-5 *1 (-614 *5 *6)))) (-2642 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-629 (-1154))) (-5 *2 (-629 (-1027 *5 *6))) (-5 *1 (-614 *5 *6)))) (-1542 (*1 *2 *2) (-12 (-5 *2 (-629 (-765 *3 (-846 *4)))) (-4 *3 (-445)) (-14 *4 (-629 (-1154))) (-5 *1 (-614 *3 *4)))) (-2446 (*1 *2 *2) (|partial| -12 (-5 *2 (-629 (-765 *3 (-846 *4)))) (-4 *3 (-445)) (-14 *4 (-629 (-1154))) (-5 *1 (-614 *3 *4)))) (-2156 (*1 *2 *3) (-12 (-5 *3 (-629 (-765 *4 (-846 *5)))) (-4 *4 (-445)) (-14 *5 (-629 (-1154))) (-5 *2 (-111)) (-5 *1 (-614 *4 *5)))))
-(-10 -7 (-15 -2156 ((-111) (-629 (-765 |#1| (-846 |#2|))))) (-15 -2446 ((-3 (-629 (-765 |#1| (-846 |#2|))) "failed") (-629 (-765 |#1| (-846 |#2|))))) (-15 -1542 ((-629 (-765 |#1| (-846 |#2|))) (-629 (-765 |#1| (-846 |#2|))))) (-15 -2642 ((-629 (-1027 |#1| |#2|)) (-629 (-765 |#1| (-846 |#2|))) (-111))) (-15 -4318 ((-629 (-1124 |#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|)))) (-629 (-765 |#1| (-846 |#2|))) (-111))) (-15 -1830 ((-629 (-1027 |#1| |#2|)) (-629 (-765 |#1| (-846 |#2|))) (-111))) (-15 -1830 ((-629 (-1124 |#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|)))) (-629 (-765 |#1| (-846 |#2|))) (-111))))
-((-2478 (($ $) 38)) (-2332 (($ $) 21)) (-2455 (($ $) 37)) (-2305 (($ $) 22)) (-2506 (($ $) 36)) (-2359 (($ $) 23)) (-4043 (($) 48)) (-2430 (($ $) 45)) (-2541 (($ $) 17)) (-3094 (($ $ (-1070 $)) 7) (($ $ (-1154)) 6)) (-2855 (($ $) 46)) (-2260 (($ $) 15)) (-2293 (($ $) 16)) (-2518 (($ $) 35)) (-2370 (($ $) 24)) (-2492 (($ $) 34)) (-2346 (($ $) 25)) (-2467 (($ $) 33)) (-2318 (($ $) 26)) (-3843 (($ $) 44)) (-2409 (($ $) 32)) (-2530 (($ $) 43)) (-2382 (($ $) 31)) (-3863 (($ $) 42)) (-2433 (($ $) 30)) (-3013 (($ $) 41)) (-2444 (($ $) 29)) (-3853 (($ $) 40)) (-2420 (($ $) 28)) (-2543 (($ $) 39)) (-2395 (($ $) 27)) (-2310 (($ $) 19)) (-2157 (($ $) 20)) (-3178 (($ $) 18)) (** (($ $ $) 47)))
-(((-615) (-137)) (T -615))
-((-2157 (*1 *1 *1) (-4 *1 (-615))) (-2310 (*1 *1 *1) (-4 *1 (-615))) (-3178 (*1 *1 *1) (-4 *1 (-615))) (-2541 (*1 *1 *1) (-4 *1 (-615))) (-2293 (*1 *1 *1) (-4 *1 (-615))) (-2260 (*1 *1 *1) (-4 *1 (-615))))
-(-13 (-940) (-1176) (-10 -8 (-15 -2157 ($ $)) (-15 -2310 ($ $)) (-15 -3178 ($ $)) (-15 -2541 ($ $)) (-15 -2293 ($ $)) (-15 -2260 ($ $))))
-(((-35) . T) ((-94) . T) ((-278) . T) ((-485) . T) ((-940) . T) ((-1176) . T) ((-1179) . T))
-((-2951 (((-113) (-113)) 83)) (-2541 ((|#2| |#2|) 30)) (-3094 ((|#2| |#2| (-1070 |#2|)) 79) ((|#2| |#2| (-1154)) 52)) (-2260 ((|#2| |#2|) 29)) (-2293 ((|#2| |#2|) 31)) (-1374 (((-111) (-113)) 34)) (-2310 ((|#2| |#2|) 26)) (-2157 ((|#2| |#2|) 28)) (-3178 ((|#2| |#2|) 27)))
-(((-616 |#1| |#2|) (-10 -7 (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -2157 (|#2| |#2|)) (-15 -2310 (|#2| |#2|)) (-15 -3178 (|#2| |#2|)) (-15 -2541 (|#2| |#2|)) (-15 -2260 (|#2| |#2|)) (-15 -2293 (|#2| |#2|)) (-15 -3094 (|#2| |#2| (-1154))) (-15 -3094 (|#2| |#2| (-1070 |#2|)))) (-13 (-832) (-544)) (-13 (-424 |#1|) (-983) (-1176))) (T -616))
-((-3094 (*1 *2 *2 *3) (-12 (-5 *3 (-1070 *2)) (-4 *2 (-13 (-424 *4) (-983) (-1176))) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-616 *4 *2)))) (-3094 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-616 *4 *2)) (-4 *2 (-13 (-424 *4) (-983) (-1176))))) (-2293 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2)) (-4 *2 (-13 (-424 *3) (-983) (-1176))))) (-2260 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2)) (-4 *2 (-13 (-424 *3) (-983) (-1176))))) (-2541 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2)) (-4 *2 (-13 (-424 *3) (-983) (-1176))))) (-3178 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2)) (-4 *2 (-13 (-424 *3) (-983) (-1176))))) (-2310 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2)) (-4 *2 (-13 (-424 *3) (-983) (-1176))))) (-2157 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2)) (-4 *2 (-13 (-424 *3) (-983) (-1176))))) (-2951 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *4)) (-4 *4 (-13 (-424 *3) (-983) (-1176))))) (-1374 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111)) (-5 *1 (-616 *4 *5)) (-4 *5 (-13 (-424 *4) (-983) (-1176))))))
-(-10 -7 (-15 -1374 ((-111) (-113))) (-15 -2951 ((-113) (-113))) (-15 -2157 (|#2| |#2|)) (-15 -2310 (|#2| |#2|)) (-15 -3178 (|#2| |#2|)) (-15 -2541 (|#2| |#2|)) (-15 -2260 (|#2| |#2|)) (-15 -2293 (|#2| |#2|)) (-15 -3094 (|#2| |#2| (-1154))) (-15 -3094 (|#2| |#2| (-1070 |#2|))))
-((-3173 (((-474 |#1| |#2|) (-242 |#1| |#2|)) 53)) (-3979 (((-629 (-242 |#1| |#2|)) (-629 (-474 |#1| |#2|))) 68)) (-2005 (((-474 |#1| |#2|) (-629 (-474 |#1| |#2|)) (-846 |#1|)) 70) (((-474 |#1| |#2|) (-629 (-474 |#1| |#2|)) (-629 (-474 |#1| |#2|)) (-846 |#1|)) 69)) (-2269 (((-2 (|:| |gblist| (-629 (-242 |#1| |#2|))) (|:| |gvlist| (-629 (-552)))) (-629 (-474 |#1| |#2|))) 108)) (-2686 (((-629 (-474 |#1| |#2|)) (-846 |#1|) (-629 (-474 |#1| |#2|)) (-629 (-474 |#1| |#2|))) 83)) (-4071 (((-2 (|:| |glbase| (-629 (-242 |#1| |#2|))) (|:| |glval| (-629 (-552)))) (-629 (-242 |#1| |#2|))) 118)) (-1594 (((-1237 |#2|) (-474 |#1| |#2|) (-629 (-474 |#1| |#2|))) 58)) (-3199 (((-629 (-474 |#1| |#2|)) (-629 (-474 |#1| |#2|))) 41)) (-2783 (((-242 |#1| |#2|) (-242 |#1| |#2|) (-629 (-242 |#1| |#2|))) 50)) (-1566 (((-242 |#1| |#2|) (-629 |#2|) (-242 |#1| |#2|) (-629 (-242 |#1| |#2|))) 91)))
-(((-617 |#1| |#2|) (-10 -7 (-15 -2269 ((-2 (|:| |gblist| (-629 (-242 |#1| |#2|))) (|:| |gvlist| (-629 (-552)))) (-629 (-474 |#1| |#2|)))) (-15 -4071 ((-2 (|:| |glbase| (-629 (-242 |#1| |#2|))) (|:| |glval| (-629 (-552)))) (-629 (-242 |#1| |#2|)))) (-15 -3979 ((-629 (-242 |#1| |#2|)) (-629 (-474 |#1| |#2|)))) (-15 -2005 ((-474 |#1| |#2|) (-629 (-474 |#1| |#2|)) (-629 (-474 |#1| |#2|)) (-846 |#1|))) (-15 -2005 ((-474 |#1| |#2|) (-629 (-474 |#1| |#2|)) (-846 |#1|))) (-15 -3199 ((-629 (-474 |#1| |#2|)) (-629 (-474 |#1| |#2|)))) (-15 -1594 ((-1237 |#2|) (-474 |#1| |#2|) (-629 (-474 |#1| |#2|)))) (-15 -1566 ((-242 |#1| |#2|) (-629 |#2|) (-242 |#1| |#2|) (-629 (-242 |#1| |#2|)))) (-15 -2686 ((-629 (-474 |#1| |#2|)) (-846 |#1|) (-629 (-474 |#1| |#2|)) (-629 (-474 |#1| |#2|)))) (-15 -2783 ((-242 |#1| |#2|) (-242 |#1| |#2|) (-629 (-242 |#1| |#2|)))) (-15 -3173 ((-474 |#1| |#2|) (-242 |#1| |#2|)))) (-629 (-1154)) (-445)) (T -617))
-((-3173 (*1 *2 *3) (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *2 (-474 *4 *5)) (-5 *1 (-617 *4 *5)))) (-2783 (*1 *2 *2 *3) (-12 (-5 *3 (-629 (-242 *4 *5))) (-5 *2 (-242 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *1 (-617 *4 *5)))) (-2686 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-629 (-474 *4 *5))) (-5 *3 (-846 *4)) (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *1 (-617 *4 *5)))) (-1566 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-629 *6)) (-5 *4 (-629 (-242 *5 *6))) (-4 *6 (-445)) (-5 *2 (-242 *5 *6)) (-14 *5 (-629 (-1154))) (-5 *1 (-617 *5 *6)))) (-1594 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-474 *5 *6))) (-5 *3 (-474 *5 *6)) (-14 *5 (-629 (-1154))) (-4 *6 (-445)) (-5 *2 (-1237 *6)) (-5 *1 (-617 *5 *6)))) (-3199 (*1 *2 *2) (-12 (-5 *2 (-629 (-474 *3 *4))) (-14 *3 (-629 (-1154))) (-4 *4 (-445)) (-5 *1 (-617 *3 *4)))) (-2005 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-474 *5 *6))) (-5 *4 (-846 *5)) (-14 *5 (-629 (-1154))) (-5 *2 (-474 *5 *6)) (-5 *1 (-617 *5 *6)) (-4 *6 (-445)))) (-2005 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-629 (-474 *5 *6))) (-5 *4 (-846 *5)) (-14 *5 (-629 (-1154))) (-5 *2 (-474 *5 *6)) (-5 *1 (-617 *5 *6)) (-4 *6 (-445)))) (-3979 (*1 *2 *3) (-12 (-5 *3 (-629 (-474 *4 *5))) (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *2 (-629 (-242 *4 *5))) (-5 *1 (-617 *4 *5)))) (-4071 (*1 *2 *3) (-12 (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *2 (-2 (|:| |glbase| (-629 (-242 *4 *5))) (|:| |glval| (-629 (-552))))) (-5 *1 (-617 *4 *5)) (-5 *3 (-629 (-242 *4 *5))))) (-2269 (*1 *2 *3) (-12 (-5 *3 (-629 (-474 *4 *5))) (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *2 (-2 (|:| |gblist| (-629 (-242 *4 *5))) (|:| |gvlist| (-629 (-552))))) (-5 *1 (-617 *4 *5)))))
-(-10 -7 (-15 -2269 ((-2 (|:| |gblist| (-629 (-242 |#1| |#2|))) (|:| |gvlist| (-629 (-552)))) (-629 (-474 |#1| |#2|)))) (-15 -4071 ((-2 (|:| |glbase| (-629 (-242 |#1| |#2|))) (|:| |glval| (-629 (-552)))) (-629 (-242 |#1| |#2|)))) (-15 -3979 ((-629 (-242 |#1| |#2|)) (-629 (-474 |#1| |#2|)))) (-15 -2005 ((-474 |#1| |#2|) (-629 (-474 |#1| |#2|)) (-629 (-474 |#1| |#2|)) (-846 |#1|))) (-15 -2005 ((-474 |#1| |#2|) (-629 (-474 |#1| |#2|)) (-846 |#1|))) (-15 -3199 ((-629 (-474 |#1| |#2|)) (-629 (-474 |#1| |#2|)))) (-15 -1594 ((-1237 |#2|) (-474 |#1| |#2|) (-629 (-474 |#1| |#2|)))) (-15 -1566 ((-242 |#1| |#2|) (-629 |#2|) (-242 |#1| |#2|) (-629 (-242 |#1| |#2|)))) (-15 -2686 ((-629 (-474 |#1| |#2|)) (-846 |#1|) (-629 (-474 |#1| |#2|)) (-629 (-474 |#1| |#2|)))) (-15 -2783 ((-242 |#1| |#2|) (-242 |#1| |#2|) (-629 (-242 |#1| |#2|)))) (-15 -3173 ((-474 |#1| |#2|) (-242 |#1| |#2|))))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) NIL)) (-2660 (((-1242) $ (-1136) (-1136)) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 (((-52) $ (-1136) (-52)) 16) (((-52) $ (-1154) (-52)) 17)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 (-52) "failed") (-1136) $) NIL)) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078))))) (-1625 (($ (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-3 (-52) "failed") (-1136) $) NIL)) (-2655 (($ (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $ (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078)))) (((-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $ (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-2957 (((-52) $ (-1136) (-52)) NIL (|has| $ (-6 -4369)))) (-2892 (((-52) $ (-1136)) NIL)) (-3138 (((-629 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-629 (-52)) $) NIL (|has| $ (-6 -4368)))) (-4092 (($ $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-1136) $) NIL (|has| (-1136) (-832)))) (-3278 (((-629 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-629 (-52)) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078)))) (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-52) (-1078))))) (-1842 (((-1136) $) NIL (|has| (-1136) (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-1402 (($ (-382)) 9)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078))))) (-1376 (((-629 (-1136)) $) NIL)) (-2539 (((-111) (-1136) $) NIL)) (-3105 (((-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) $) NIL)) (-1580 (($ (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) $) NIL)) (-2190 (((-629 (-1136)) $) NIL)) (-1335 (((-111) (-1136) $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078))))) (-2702 (((-52) $) NIL (|has| (-1136) (-832)))) (-3073 (((-3 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) "failed") (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL)) (-1518 (($ $ (-52)) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078)))) (($ $ (-288 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078)))) (($ $ (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078)))) (($ $ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078)))) (($ $ (-629 (-52)) (-629 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078)))) (($ $ (-288 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078)))) (($ $ (-629 (-288 (-52)))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-52) (-1078))))) (-3627 (((-629 (-52)) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 (((-52) $ (-1136)) 14) (((-52) $ (-1136) (-52)) NIL) (((-52) $ (-1154)) 15)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078)))) (((-756) (-52) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-52) (-1078)))) (((-756) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) NIL)) (-3213 (((-844) $) NIL (-4029 (|has| (-52) (-599 (-844))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 (-52))) (-1078))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-618) (-13 (-1167 (-1136) (-52)) (-10 -8 (-15 -1402 ($ (-382))) (-15 -4092 ($ $)) (-15 -2060 ((-52) $ (-1154))) (-15 -1470 ((-52) $ (-1154) (-52)))))) (T -618))
-((-1402 (*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-618)))) (-4092 (*1 *1 *1) (-5 *1 (-618))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-52)) (-5 *1 (-618)))) (-1470 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1154)) (-5 *1 (-618)))))
-(-13 (-1167 (-1136) (-52)) (-10 -8 (-15 -1402 ($ (-382))) (-15 -4092 ($ $)) (-15 -2060 ((-52) $ (-1154))) (-15 -1470 ((-52) $ (-1154) (-52)))))
-((-1720 (($ $ |#2|) 10)))
-(((-619 |#1| |#2|) (-10 -8 (-15 -1720 (|#1| |#1| |#2|))) (-620 |#2|) (-169)) (T -619))
-NIL
-(-10 -8 (-15 -1720 (|#1| |#1| |#2|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3226 (($ $ $) 29)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 28 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
-(((-620 |#1|) (-137) (-169)) (T -620))
-((-3226 (*1 *1 *1 *1) (-12 (-4 *1 (-620 *2)) (-4 *2 (-169)))) (-1720 (*1 *1 *1 *2) (-12 (-4 *1 (-620 *2)) (-4 *2 (-169)) (-4 *2 (-357)))))
-(-13 (-702 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -3226 ($ $ $)) (IF (|has| |t#1| (-357)) (-15 -1720 ($ $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-702 |#1|) . T) ((-1036 |#1|) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3784 (((-3 $ "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1432 (((-1237 (-673 |#1|))) NIL (|has| |#2| (-411 |#1|))) (((-1237 (-673 |#1|)) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-4124 (((-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-2130 (($) NIL T CONST)) (-3254 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2004 (((-3 $ "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-1561 (((-673 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-2416 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-3695 (((-673 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) $ (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-2583 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2637 (((-1150 (-933 |#1|))) NIL (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-357))))) (-3422 (($ $ (-902)) NIL)) (-2932 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-1688 (((-1150 |#1|) $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-3332 ((|#1|) NIL (|has| |#2| (-411 |#1|))) ((|#1| (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-1469 (((-1150 |#1|) $) NIL (|has| |#2| (-361 |#1|)))) (-2890 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4278 (($ (-1237 |#1|)) NIL (|has| |#2| (-411 |#1|))) (($ (-1237 |#1|) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-1293 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2128 (((-902)) NIL (|has| |#2| (-361 |#1|)))) (-1756 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3454 (($ $ (-902)) NIL)) (-1887 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2143 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4284 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4255 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2299 (((-3 $ "failed")) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-3607 (((-673 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-3975 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-1837 (((-673 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) $ (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-4152 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-2173 (((-1150 (-933 |#1|))) NIL (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-357))))) (-1736 (($ $ (-902)) NIL)) (-3231 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-3854 (((-1150 |#1|) $) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-3400 ((|#1|) NIL (|has| |#2| (-411 |#1|))) ((|#1| (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-3326 (((-1150 |#1|) $) NIL (|has| |#2| (-361 |#1|)))) (-3724 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2623 (((-1136) $) NIL)) (-3329 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4108 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4297 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2876 (((-1098) $) NIL)) (-1864 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2060 ((|#1| $ (-552)) NIL (|has| |#2| (-411 |#1|)))) (-3464 (((-673 |#1|) (-1237 $)) NIL (|has| |#2| (-411 |#1|))) (((-1237 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-673 |#1|) (-1237 $) (-1237 $)) NIL (|has| |#2| (-361 |#1|))) (((-1237 |#1|) $ (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-1522 (($ (-1237 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-1237 |#1|) $) NIL (|has| |#2| (-411 |#1|)))) (-2566 (((-629 (-933 |#1|))) NIL (|has| |#2| (-411 |#1|))) (((-629 (-933 |#1|)) (-1237 $)) NIL (|has| |#2| (-361 |#1|)))) (-2104 (($ $ $) NIL)) (-2923 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3213 (((-844) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-4199 (((-1237 $)) NIL (|has| |#2| (-411 |#1|)))) (-1430 (((-629 (-1237 |#1|))) NIL (-4029 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-544))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-544)))))) (-1826 (($ $ $ $) NIL)) (-1640 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2639 (($ (-673 |#1|) $) NIL (|has| |#2| (-411 |#1|)))) (-2845 (($ $ $) NIL)) (-2646 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2127 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4028 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3297 (($) 15 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) 17)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-621 |#1| |#2|) (-13 (-729 |#1|) (-599 |#2|) (-10 -8 (-15 -3213 ($ |#2|)) (IF (|has| |#2| (-411 |#1|)) (-6 (-411 |#1|)) |%noBranch|) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|))) (-169) (-729 |#1|)) (T -621))
-((-3213 (*1 *1 *2) (-12 (-4 *3 (-169)) (-5 *1 (-621 *3 *2)) (-4 *2 (-729 *3)))))
-(-13 (-729 |#1|) (-599 |#2|) (-10 -8 (-15 -3213 ($ |#2|)) (IF (|has| |#2| (-411 |#1|)) (-6 (-411 |#1|)) |%noBranch|) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|)))
-((-2907 (((-3 (-825 |#2|) "failed") |#2| (-288 |#2|) (-1136)) 82) (((-3 (-825 |#2|) (-2 (|:| |leftHandLimit| (-3 (-825 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-825 |#2|) "failed"))) "failed") |#2| (-288 (-825 |#2|))) 104)) (-4074 (((-3 (-818 |#2|) "failed") |#2| (-288 (-818 |#2|))) 109)))
-(((-622 |#1| |#2|) (-10 -7 (-15 -2907 ((-3 (-825 |#2|) (-2 (|:| |leftHandLimit| (-3 (-825 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-825 |#2|) "failed"))) "failed") |#2| (-288 (-825 |#2|)))) (-15 -4074 ((-3 (-818 |#2|) "failed") |#2| (-288 (-818 |#2|)))) (-15 -2907 ((-3 (-825 |#2|) "failed") |#2| (-288 |#2|) (-1136)))) (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))) (-13 (-27) (-1176) (-424 |#1|))) (T -622))
-((-2907 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-288 *3)) (-5 *5 (-1136)) (-4 *3 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-825 *3)) (-5 *1 (-622 *6 *3)))) (-4074 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-288 (-818 *3))) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-818 *3)) (-5 *1 (-622 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))) (-2907 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-825 *3))) (-4 *3 (-13 (-27) (-1176) (-424 *5))) (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-3 (-825 *3) (-2 (|:| |leftHandLimit| (-3 (-825 *3) "failed")) (|:| |rightHandLimit| (-3 (-825 *3) "failed"))) "failed")) (-5 *1 (-622 *5 *3)))))
-(-10 -7 (-15 -2907 ((-3 (-825 |#2|) (-2 (|:| |leftHandLimit| (-3 (-825 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-825 |#2|) "failed"))) "failed") |#2| (-288 (-825 |#2|)))) (-15 -4074 ((-3 (-818 |#2|) "failed") |#2| (-288 (-818 |#2|)))) (-15 -2907 ((-3 (-825 |#2|) "failed") |#2| (-288 |#2|) (-1136))))
-((-2907 (((-3 (-825 (-401 (-933 |#1|))) "failed") (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|))) (-1136)) 80) (((-3 (-825 (-401 (-933 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed"))) "failed") (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|)))) 20) (((-3 (-825 (-401 (-933 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed"))) "failed") (-401 (-933 |#1|)) (-288 (-825 (-933 |#1|)))) 35)) (-4074 (((-818 (-401 (-933 |#1|))) (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|)))) 23) (((-818 (-401 (-933 |#1|))) (-401 (-933 |#1|)) (-288 (-818 (-933 |#1|)))) 43)))
-(((-623 |#1|) (-10 -7 (-15 -2907 ((-3 (-825 (-401 (-933 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed"))) "failed") (-401 (-933 |#1|)) (-288 (-825 (-933 |#1|))))) (-15 -2907 ((-3 (-825 (-401 (-933 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed"))) "failed") (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|))))) (-15 -4074 ((-818 (-401 (-933 |#1|))) (-401 (-933 |#1|)) (-288 (-818 (-933 |#1|))))) (-15 -4074 ((-818 (-401 (-933 |#1|))) (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|))))) (-15 -2907 ((-3 (-825 (-401 (-933 |#1|))) "failed") (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|))) (-1136)))) (-445)) (T -623))
-((-2907 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-288 (-401 (-933 *6)))) (-5 *5 (-1136)) (-5 *3 (-401 (-933 *6))) (-4 *6 (-445)) (-5 *2 (-825 *3)) (-5 *1 (-623 *6)))) (-4074 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-401 (-933 *5)))) (-5 *3 (-401 (-933 *5))) (-4 *5 (-445)) (-5 *2 (-818 *3)) (-5 *1 (-623 *5)))) (-4074 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-818 (-933 *5)))) (-4 *5 (-445)) (-5 *2 (-818 (-401 (-933 *5)))) (-5 *1 (-623 *5)) (-5 *3 (-401 (-933 *5))))) (-2907 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-401 (-933 *5)))) (-5 *3 (-401 (-933 *5))) (-4 *5 (-445)) (-5 *2 (-3 (-825 *3) (-2 (|:| |leftHandLimit| (-3 (-825 *3) "failed")) (|:| |rightHandLimit| (-3 (-825 *3) "failed"))) "failed")) (-5 *1 (-623 *5)))) (-2907 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-825 (-933 *5)))) (-4 *5 (-445)) (-5 *2 (-3 (-825 (-401 (-933 *5))) (-2 (|:| |leftHandLimit| (-3 (-825 (-401 (-933 *5))) "failed")) (|:| |rightHandLimit| (-3 (-825 (-401 (-933 *5))) "failed"))) "failed")) (-5 *1 (-623 *5)) (-5 *3 (-401 (-933 *5))))))
-(-10 -7 (-15 -2907 ((-3 (-825 (-401 (-933 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed"))) "failed") (-401 (-933 |#1|)) (-288 (-825 (-933 |#1|))))) (-15 -2907 ((-3 (-825 (-401 (-933 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-825 (-401 (-933 |#1|))) "failed"))) "failed") (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|))))) (-15 -4074 ((-818 (-401 (-933 |#1|))) (-401 (-933 |#1|)) (-288 (-818 (-933 |#1|))))) (-15 -4074 ((-818 (-401 (-933 |#1|))) (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|))))) (-15 -2907 ((-3 (-825 (-401 (-933 |#1|))) "failed") (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|))) (-1136))))
-((-2295 (((-3 (-1237 (-401 |#1|)) "failed") (-1237 |#2|) |#2|) 57 (-4107 (|has| |#1| (-357)))) (((-3 (-1237 |#1|) "failed") (-1237 |#2|) |#2|) 42 (|has| |#1| (-357)))) (-1453 (((-111) (-1237 |#2|)) 30)) (-3903 (((-3 (-1237 |#1|) "failed") (-1237 |#2|)) 33)))
-(((-624 |#1| |#2|) (-10 -7 (-15 -1453 ((-111) (-1237 |#2|))) (-15 -3903 ((-3 (-1237 |#1|) "failed") (-1237 |#2|))) (IF (|has| |#1| (-357)) (-15 -2295 ((-3 (-1237 |#1|) "failed") (-1237 |#2|) |#2|)) (-15 -2295 ((-3 (-1237 (-401 |#1|)) "failed") (-1237 |#2|) |#2|)))) (-544) (-625 |#1|)) (T -624))
-((-2295 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1237 *4)) (-4 *4 (-625 *5)) (-4107 (-4 *5 (-357))) (-4 *5 (-544)) (-5 *2 (-1237 (-401 *5))) (-5 *1 (-624 *5 *4)))) (-2295 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1237 *4)) (-4 *4 (-625 *5)) (-4 *5 (-357)) (-4 *5 (-544)) (-5 *2 (-1237 *5)) (-5 *1 (-624 *5 *4)))) (-3903 (*1 *2 *3) (|partial| -12 (-5 *3 (-1237 *5)) (-4 *5 (-625 *4)) (-4 *4 (-544)) (-5 *2 (-1237 *4)) (-5 *1 (-624 *4 *5)))) (-1453 (*1 *2 *3) (-12 (-5 *3 (-1237 *5)) (-4 *5 (-625 *4)) (-4 *4 (-544)) (-5 *2 (-111)) (-5 *1 (-624 *4 *5)))))
-(-10 -7 (-15 -1453 ((-111) (-1237 |#2|))) (-15 -3903 ((-3 (-1237 |#1|) "failed") (-1237 |#2|))) (IF (|has| |#1| (-357)) (-15 -2295 ((-3 (-1237 |#1|) "failed") (-1237 |#2|) |#2|)) (-15 -2295 ((-3 (-1237 (-401 |#1|)) "failed") (-1237 |#2|) |#2|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2714 (((-673 |#1|) (-673 $)) 34) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 33)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-625 |#1|) (-137) (-1030)) (T -625))
-((-2714 (*1 *2 *3) (-12 (-5 *3 (-673 *1)) (-4 *1 (-625 *4)) (-4 *4 (-1030)) (-5 *2 (-673 *4)))) (-2714 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *1)) (-5 *4 (-1237 *1)) (-4 *1 (-625 *5)) (-4 *5 (-1030)) (-5 *2 (-2 (|:| -2325 (-673 *5)) (|:| |vec| (-1237 *5)))))))
-(-13 (-1030) (-10 -8 (-15 -2714 ((-673 |t#1|) (-673 $))) (-15 -2714 ((-2 (|:| -2325 (-673 |t#1|)) (|:| |vec| (-1237 |t#1|))) (-673 $) (-1237 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-711) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1806 ((|#2| (-629 |#1|) (-629 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-629 |#1|) (-629 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-629 |#1|) (-629 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-629 |#1|) (-629 |#2|) |#2|) 17) ((|#2| (-629 |#1|) (-629 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-629 |#1|) (-629 |#2|)) 12)))
-(((-626 |#1| |#2|) (-10 -7 (-15 -1806 ((-1 |#2| |#1|) (-629 |#1|) (-629 |#2|))) (-15 -1806 (|#2| (-629 |#1|) (-629 |#2|) |#1|)) (-15 -1806 ((-1 |#2| |#1|) (-629 |#1|) (-629 |#2|) |#2|)) (-15 -1806 (|#2| (-629 |#1|) (-629 |#2|) |#1| |#2|)) (-15 -1806 ((-1 |#2| |#1|) (-629 |#1|) (-629 |#2|) (-1 |#2| |#1|))) (-15 -1806 (|#2| (-629 |#1|) (-629 |#2|) |#1| (-1 |#2| |#1|)))) (-1078) (-1191)) (T -626))
-((-1806 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1078)) (-4 *2 (-1191)) (-5 *1 (-626 *5 *2)))) (-1806 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-629 *5)) (-5 *4 (-629 *6)) (-4 *5 (-1078)) (-4 *6 (-1191)) (-5 *1 (-626 *5 *6)))) (-1806 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 *2)) (-4 *5 (-1078)) (-4 *2 (-1191)) (-5 *1 (-626 *5 *2)))) (-1806 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 *6)) (-5 *4 (-629 *5)) (-4 *6 (-1078)) (-4 *5 (-1191)) (-5 *2 (-1 *5 *6)) (-5 *1 (-626 *6 *5)))) (-1806 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 *2)) (-4 *5 (-1078)) (-4 *2 (-1191)) (-5 *1 (-626 *5 *2)))) (-1806 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 *6)) (-4 *5 (-1078)) (-4 *6 (-1191)) (-5 *2 (-1 *6 *5)) (-5 *1 (-626 *5 *6)))))
-(-10 -7 (-15 -1806 ((-1 |#2| |#1|) (-629 |#1|) (-629 |#2|))) (-15 -1806 (|#2| (-629 |#1|) (-629 |#2|) |#1|)) (-15 -1806 ((-1 |#2| |#1|) (-629 |#1|) (-629 |#2|) |#2|)) (-15 -1806 (|#2| (-629 |#1|) (-629 |#2|) |#1| |#2|)) (-15 -1806 ((-1 |#2| |#1|) (-629 |#1|) (-629 |#2|) (-1 |#2| |#1|))) (-15 -1806 (|#2| (-629 |#1|) (-629 |#2|) |#1| (-1 |#2| |#1|))))
-((-3215 (((-629 |#2|) (-1 |#2| |#1| |#2|) (-629 |#1|) |#2|) 16)) (-3884 ((|#2| (-1 |#2| |#1| |#2|) (-629 |#1|) |#2|) 18)) (-1477 (((-629 |#2|) (-1 |#2| |#1|) (-629 |#1|)) 13)))
-(((-627 |#1| |#2|) (-10 -7 (-15 -3215 ((-629 |#2|) (-1 |#2| |#1| |#2|) (-629 |#1|) |#2|)) (-15 -3884 (|#2| (-1 |#2| |#1| |#2|) (-629 |#1|) |#2|)) (-15 -1477 ((-629 |#2|) (-1 |#2| |#1|) (-629 |#1|)))) (-1191) (-1191)) (T -627))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-629 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-629 *6)) (-5 *1 (-627 *5 *6)))) (-3884 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-629 *5)) (-4 *5 (-1191)) (-4 *2 (-1191)) (-5 *1 (-627 *5 *2)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-629 *6)) (-4 *6 (-1191)) (-4 *5 (-1191)) (-5 *2 (-629 *5)) (-5 *1 (-627 *6 *5)))))
-(-10 -7 (-15 -3215 ((-629 |#2|) (-1 |#2| |#1| |#2|) (-629 |#1|) |#2|)) (-15 -3884 (|#2| (-1 |#2| |#1| |#2|) (-629 |#1|) |#2|)) (-15 -1477 ((-629 |#2|) (-1 |#2| |#1|) (-629 |#1|))))
-((-1477 (((-629 |#3|) (-1 |#3| |#1| |#2|) (-629 |#1|) (-629 |#2|)) 13)))
-(((-628 |#1| |#2| |#3|) (-10 -7 (-15 -1477 ((-629 |#3|) (-1 |#3| |#1| |#2|) (-629 |#1|) (-629 |#2|)))) (-1191) (-1191) (-1191)) (T -628))
-((-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-629 *6)) (-5 *5 (-629 *7)) (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-629 *8)) (-5 *1 (-628 *6 *7 *8)))))
-(-10 -7 (-15 -1477 ((-629 |#3|) (-1 |#3| |#1| |#2|) (-629 |#1|) (-629 |#2|))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) NIL)) (-2210 ((|#1| $) NIL)) (-1785 (($ $) NIL)) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-2285 (($ $ (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) $) NIL (|has| |#1| (-832))) (((-111) (-1 (-111) |#1| |#1|) $) NIL)) (-3646 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832)))) (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1296 (($ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3188 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-2830 (($ $ $) NIL (|has| $ (-6 -4369)))) (-3359 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-1505 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4369))) (($ $ "rest" $) NIL (|has| $ (-6 -4369))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-2628 (($ $ $) 32 (|has| |#1| (-1078)))) (-2616 (($ $ $) 34 (|has| |#1| (-1078)))) (-2603 (($ $ $) 37 (|has| |#1| (-1078)))) (-1740 (($ (-1 (-111) |#1|) $) NIL)) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2196 ((|#1| $) NIL)) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2715 (($ $) NIL) (($ $ (-756)) NIL)) (-2232 (($ $) NIL (|has| |#1| (-1078)))) (-2738 (($ $) 31 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1625 (($ |#1| $) NIL (|has| |#1| (-1078))) (($ (-1 (-111) |#1|) $) NIL)) (-2655 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-2268 (((-111) $) NIL)) (-1456 (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078))) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) (-1 (-111) |#1|) $) NIL)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-3274 (((-111) $) 9)) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4283 (($) 7)) (-3307 (($ (-756) |#1|) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-3707 (($ $ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-1446 (($ $ $) NIL (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 33 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2563 (($ |#1|) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2604 (((-629 |#1|) $) NIL)) (-3862 (((-111) $) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2680 ((|#1| $) NIL) (($ $ (-756)) NIL)) (-1580 (($ $ $ (-552)) NIL) (($ |#1| $ (-552)) NIL)) (-1759 (($ $ $ (-552)) NIL) (($ |#1| $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2702 ((|#1| $) NIL) (($ $ (-756)) NIL)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-1352 (((-111) $) NIL)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1204 (-552))) NIL) ((|#1| $ (-552)) 36) ((|#1| $ (-552) |#1|) NIL)) (-3153 (((-552) $ $) NIL)) (-3502 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-2012 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-1289 (((-111) $) NIL)) (-2760 (($ $) NIL)) (-4022 (($ $) NIL (|has| $ (-6 -4369)))) (-3058 (((-756) $) NIL)) (-2963 (($ $) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) 45 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) NIL)) (-2461 (($ |#1| $) 10)) (-2380 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4319 (($ $ $) 30) (($ |#1| $) NIL) (($ (-629 $)) NIL) (($ $ |#1|) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2579 (($ $ $) 11)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3016 (((-1136) $) 26 (|has| |#1| (-813))) (((-1136) $ (-111)) 27 (|has| |#1| (-813))) (((-1242) (-807) $) 28 (|has| |#1| (-813))) (((-1242) (-807) $ (-111)) 29 (|has| |#1| (-813)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-629 |#1|) (-13 (-650 |#1|) (-10 -8 (-15 -4283 ($)) (-15 -3274 ((-111) $)) (-15 -2461 ($ |#1| $)) (-15 -2579 ($ $ $)) (IF (|has| |#1| (-1078)) (PROGN (-15 -2628 ($ $ $)) (-15 -2616 ($ $ $)) (-15 -2603 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-813)) (-6 (-813)) |%noBranch|))) (-1191)) (T -629))
-((-4283 (*1 *1) (-12 (-5 *1 (-629 *2)) (-4 *2 (-1191)))) (-3274 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-629 *3)) (-4 *3 (-1191)))) (-2461 (*1 *1 *2 *1) (-12 (-5 *1 (-629 *2)) (-4 *2 (-1191)))) (-2579 (*1 *1 *1 *1) (-12 (-5 *1 (-629 *2)) (-4 *2 (-1191)))) (-2628 (*1 *1 *1 *1) (-12 (-5 *1 (-629 *2)) (-4 *2 (-1078)) (-4 *2 (-1191)))) (-2616 (*1 *1 *1 *1) (-12 (-5 *1 (-629 *2)) (-4 *2 (-1078)) (-4 *2 (-1191)))) (-2603 (*1 *1 *1 *1) (-12 (-5 *1 (-629 *2)) (-4 *2 (-1078)) (-4 *2 (-1191)))))
-(-13 (-650 |#1|) (-10 -8 (-15 -4283 ($)) (-15 -3274 ((-111) $)) (-15 -2461 ($ |#1| $)) (-15 -2579 ($ $ $)) (IF (|has| |#1| (-1078)) (PROGN (-15 -2628 ($ $ $)) (-15 -2616 ($ $ $)) (-15 -2603 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-813)) (-6 (-813)) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 11) (((-1159) $) NIL) (($ (-1159)) NIL) ((|#1| $) 8)) (-1613 (((-111) $ $) NIL)))
-(((-630 |#1|) (-13 (-1061) (-599 |#1|)) (-1078)) (T -630))
-NIL
-(-13 (-1061) (-599 |#1|))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2728 (($ |#1| |#1| $) 43)) (-4238 (((-111) $ (-756)) NIL)) (-1740 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2232 (($ $) 45)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1625 (($ |#1| $) 52 (|has| $ (-6 -4368))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4368)))) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-3138 (((-629 |#1|) $) 9 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 37)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-3105 ((|#1| $) 46)) (-1580 (($ |#1| $) 26) (($ |#1| $ (-756)) 42)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-3995 ((|#1| $) 48)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 21)) (-3430 (($) 25)) (-2666 (((-111) $) 50)) (-3441 (((-629 (-2 (|:| -3360 |#1|) (|:| -2885 (-756)))) $) 59)) (-3680 (($) 23) (($ (-629 |#1|)) 18)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) 56 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) 19)) (-1522 (((-528) $) 34 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) NIL)) (-3213 (((-844) $) 14 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) 22)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 61 (|has| |#1| (-1078)))) (-2657 (((-756) $) 16 (|has| $ (-6 -4368)))))
-(((-631 |#1|) (-13 (-679 |#1|) (-10 -8 (-6 -4368) (-15 -2666 ((-111) $)) (-15 -2728 ($ |#1| |#1| $)))) (-1078)) (T -631))
-((-2666 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-631 *3)) (-4 *3 (-1078)))) (-2728 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-631 *2)) (-4 *2 (-1078)))))
-(-13 (-679 |#1|) (-10 -8 (-6 -4368) (-15 -2666 ((-111) $)) (-15 -2728 ($ |#1| |#1| $))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ |#1| $) 23)))
-(((-632 |#1|) (-137) (-1037)) (T -632))
-((* (*1 *1 *2 *1) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1037)))))
+((-2418 (((-1151 |#1|) (-757)) 76)) (-1550 (((-1238 |#1|) (-1238 |#1|) (-903)) 69)) (-3143 (((-1243) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))) |#1|) 84)) (-3819 (((-1238 |#1|) (-1238 |#1|) (-757)) 36)) (-1333 (((-1238 |#1|) (-903)) 71)) (-4258 (((-1238 |#1|) (-1238 |#1|) (-553)) 24)) (-4112 (((-1151 |#1|) (-1238 |#1|)) 77)) (-1389 (((-1238 |#1|) (-903)) 95)) (-2810 (((-111) (-1238 |#1|)) 80)) (-4233 (((-1238 |#1|) (-1238 |#1|) (-903)) 62)) (-2309 (((-1151 |#1|) (-1238 |#1|)) 89)) (-3941 (((-903) (-1238 |#1|)) 59)) (-3700 (((-1238 |#1|) (-1238 |#1|)) 30)) (-2839 (((-1238 |#1|) (-903) (-903)) 97)) (-4032 (((-1238 |#1|) (-1238 |#1|) (-1099) (-1099)) 23)) (-3860 (((-1238 |#1|) (-1238 |#1|) (-757) (-1099)) 37)) (-3428 (((-1238 (-1238 |#1|)) (-903)) 94)) (-1721 (((-1238 |#1|) (-1238 |#1|) (-1238 |#1|)) 81)) (** (((-1238 |#1|) (-1238 |#1|) (-553)) 45)) (* (((-1238 |#1|) (-1238 |#1|) (-1238 |#1|)) 25)))
+(((-521 |#1|) (-10 -7 (-15 -3143 ((-1243) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))) |#1|)) (-15 -1333 ((-1238 |#1|) (-903))) (-15 -2839 ((-1238 |#1|) (-903) (-903))) (-15 -4112 ((-1151 |#1|) (-1238 |#1|))) (-15 -2418 ((-1151 |#1|) (-757))) (-15 -3860 ((-1238 |#1|) (-1238 |#1|) (-757) (-1099))) (-15 -3819 ((-1238 |#1|) (-1238 |#1|) (-757))) (-15 -4032 ((-1238 |#1|) (-1238 |#1|) (-1099) (-1099))) (-15 -4258 ((-1238 |#1|) (-1238 |#1|) (-553))) (-15 ** ((-1238 |#1|) (-1238 |#1|) (-553))) (-15 * ((-1238 |#1|) (-1238 |#1|) (-1238 |#1|))) (-15 -1721 ((-1238 |#1|) (-1238 |#1|) (-1238 |#1|))) (-15 -4233 ((-1238 |#1|) (-1238 |#1|) (-903))) (-15 -1550 ((-1238 |#1|) (-1238 |#1|) (-903))) (-15 -3700 ((-1238 |#1|) (-1238 |#1|))) (-15 -3941 ((-903) (-1238 |#1|))) (-15 -2810 ((-111) (-1238 |#1|))) (-15 -3428 ((-1238 (-1238 |#1|)) (-903))) (-15 -1389 ((-1238 |#1|) (-903))) (-15 -2309 ((-1151 |#1|) (-1238 |#1|)))) (-343)) (T -521))
+((-2309 (*1 *2 *3) (-12 (-5 *3 (-1238 *4)) (-4 *4 (-343)) (-5 *2 (-1151 *4)) (-5 *1 (-521 *4)))) (-1389 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1238 *4)) (-5 *1 (-521 *4)) (-4 *4 (-343)))) (-3428 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1238 (-1238 *4))) (-5 *1 (-521 *4)) (-4 *4 (-343)))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-1238 *4)) (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-521 *4)))) (-3941 (*1 *2 *3) (-12 (-5 *3 (-1238 *4)) (-4 *4 (-343)) (-5 *2 (-903)) (-5 *1 (-521 *4)))) (-3700 (*1 *2 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-343)) (-5 *1 (-521 *3)))) (-1550 (*1 *2 *2 *3) (-12 (-5 *2 (-1238 *4)) (-5 *3 (-903)) (-4 *4 (-343)) (-5 *1 (-521 *4)))) (-4233 (*1 *2 *2 *3) (-12 (-5 *2 (-1238 *4)) (-5 *3 (-903)) (-4 *4 (-343)) (-5 *1 (-521 *4)))) (-1721 (*1 *2 *2 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-343)) (-5 *1 (-521 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-343)) (-5 *1 (-521 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1238 *4)) (-5 *3 (-553)) (-4 *4 (-343)) (-5 *1 (-521 *4)))) (-4258 (*1 *2 *2 *3) (-12 (-5 *2 (-1238 *4)) (-5 *3 (-553)) (-4 *4 (-343)) (-5 *1 (-521 *4)))) (-4032 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1238 *4)) (-5 *3 (-1099)) (-4 *4 (-343)) (-5 *1 (-521 *4)))) (-3819 (*1 *2 *2 *3) (-12 (-5 *2 (-1238 *4)) (-5 *3 (-757)) (-4 *4 (-343)) (-5 *1 (-521 *4)))) (-3860 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1238 *5)) (-5 *3 (-757)) (-5 *4 (-1099)) (-4 *5 (-343)) (-5 *1 (-521 *5)))) (-2418 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1151 *4)) (-5 *1 (-521 *4)) (-4 *4 (-343)))) (-4112 (*1 *2 *3) (-12 (-5 *3 (-1238 *4)) (-4 *4 (-343)) (-5 *2 (-1151 *4)) (-5 *1 (-521 *4)))) (-2839 (*1 *2 *3 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1238 *4)) (-5 *1 (-521 *4)) (-4 *4 (-343)))) (-1333 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1238 *4)) (-5 *1 (-521 *4)) (-4 *4 (-343)))) (-3143 (*1 *2 *3 *4) (-12 (-5 *3 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099)))))) (-4 *4 (-343)) (-5 *2 (-1243)) (-5 *1 (-521 *4)))))
+(-10 -7 (-15 -3143 ((-1243) (-1238 (-630 (-2 (|:| -2924 |#1|) (|:| -2839 (-1099))))) |#1|)) (-15 -1333 ((-1238 |#1|) (-903))) (-15 -2839 ((-1238 |#1|) (-903) (-903))) (-15 -4112 ((-1151 |#1|) (-1238 |#1|))) (-15 -2418 ((-1151 |#1|) (-757))) (-15 -3860 ((-1238 |#1|) (-1238 |#1|) (-757) (-1099))) (-15 -3819 ((-1238 |#1|) (-1238 |#1|) (-757))) (-15 -4032 ((-1238 |#1|) (-1238 |#1|) (-1099) (-1099))) (-15 -4258 ((-1238 |#1|) (-1238 |#1|) (-553))) (-15 ** ((-1238 |#1|) (-1238 |#1|) (-553))) (-15 * ((-1238 |#1|) (-1238 |#1|) (-1238 |#1|))) (-15 -1721 ((-1238 |#1|) (-1238 |#1|) (-1238 |#1|))) (-15 -4233 ((-1238 |#1|) (-1238 |#1|) (-903))) (-15 -1550 ((-1238 |#1|) (-1238 |#1|) (-903))) (-15 -3700 ((-1238 |#1|) (-1238 |#1|))) (-15 -3941 ((-903) (-1238 |#1|))) (-15 -2810 ((-111) (-1238 |#1|))) (-15 -3428 ((-1238 (-1238 |#1|)) (-903))) (-15 -1389 ((-1238 |#1|) (-903))) (-15 -2309 ((-1151 |#1|) (-1238 |#1|))))
+((-2689 (((-1099) $ (-127)) NIL)) (-3886 (((-1099) $) 21)) (-1998 (((-1099) $ (-1099)) 25)) (-1457 (((-1099) $) 24)) (-2713 (((-111) $) 19)) (-2113 (($ (-382)) 12) (($ (-1137)) 14)) (-2020 (((-111) $) 22)) (-3212 (((-845) $) 28)) (-3297 (($ $) 23)))
+(((-522) (-13 (-520) (-600 (-845)) (-10 -8 (-15 -2113 ($ (-382))) (-15 -2113 ($ (-1137))) (-15 -2020 ((-111) $)) (-15 -2713 ((-111) $)) (-15 -1457 ((-1099) $)) (-15 -1998 ((-1099) $ (-1099)))))) (T -522))
+((-2113 (*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-522)))) (-2113 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-522)))) (-2020 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-522)))) (-2713 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-522)))) (-1457 (*1 *2 *1) (-12 (-5 *2 (-1099)) (-5 *1 (-522)))) (-1998 (*1 *2 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-522)))))
+(-13 (-520) (-600 (-845)) (-10 -8 (-15 -2113 ($ (-382))) (-15 -2113 ($ (-1137))) (-15 -2020 ((-111) $)) (-15 -2713 ((-111) $)) (-15 -1457 ((-1099) $)) (-15 -1998 ((-1099) $ (-1099)))))
+((-3910 (((-1 |#1| |#1|) |#1|) 11)) (-4141 (((-1 |#1| |#1|)) 10)))
+(((-523 |#1|) (-10 -7 (-15 -4141 ((-1 |#1| |#1|))) (-15 -3910 ((-1 |#1| |#1|) |#1|))) (-13 (-712) (-25))) (T -523))
+((-3910 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-523 *3)) (-4 *3 (-13 (-712) (-25))))) (-4141 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-523 *3)) (-4 *3 (-13 (-712) (-25))))))
+(-10 -7 (-15 -4141 ((-1 |#1| |#1|))) (-15 -3910 ((-1 |#1| |#1|) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1462 (($ $ $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3590 (($ (-757) |#1|) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1478 (($ (-1 (-757) (-757)) $) NIL)) (-4064 ((|#1| $) NIL)) (-3743 (((-757) $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 20)) (-3296 (($) NIL T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1699 (($ $ $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL)))
+(((-524 |#1|) (-13 (-779) (-502 (-757) |#1|)) (-833)) (T -524))
+NIL
+(-13 (-779) (-502 (-757) |#1|))
+((-1538 (((-630 |#2|) (-1151 |#1|) |#3|) 83)) (-1620 (((-630 (-2 (|:| |outval| |#2|) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 |#2|))))) (-674 |#1|) |#3| (-1 (-412 (-1151 |#1|)) (-1151 |#1|))) 100)) (-3581 (((-1151 |#1|) (-674 |#1|)) 95)))
+(((-525 |#1| |#2| |#3|) (-10 -7 (-15 -3581 ((-1151 |#1|) (-674 |#1|))) (-15 -1538 ((-630 |#2|) (-1151 |#1|) |#3|)) (-15 -1620 ((-630 (-2 (|:| |outval| |#2|) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 |#2|))))) (-674 |#1|) |#3| (-1 (-412 (-1151 |#1|)) (-1151 |#1|))))) (-357) (-357) (-13 (-357) (-831))) (T -525))
+((-1620 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-674 *6)) (-5 *5 (-1 (-412 (-1151 *6)) (-1151 *6))) (-4 *6 (-357)) (-5 *2 (-630 (-2 (|:| |outval| *7) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 *7)))))) (-5 *1 (-525 *6 *7 *4)) (-4 *7 (-357)) (-4 *4 (-13 (-357) (-831))))) (-1538 (*1 *2 *3 *4) (-12 (-5 *3 (-1151 *5)) (-4 *5 (-357)) (-5 *2 (-630 *6)) (-5 *1 (-525 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-831))))) (-3581 (*1 *2 *3) (-12 (-5 *3 (-674 *4)) (-4 *4 (-357)) (-5 *2 (-1151 *4)) (-5 *1 (-525 *4 *5 *6)) (-4 *5 (-357)) (-4 *6 (-13 (-357) (-831))))))
+(-10 -7 (-15 -3581 ((-1151 |#1|) (-674 |#1|))) (-15 -1538 ((-630 |#2|) (-1151 |#1|) |#3|)) (-15 -1620 ((-630 (-2 (|:| |outval| |#2|) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 |#2|))))) (-674 |#1|) |#3| (-1 (-412 (-1151 |#1|)) (-1151 |#1|)))))
+((-2350 (((-1099) $ (-127)) 25)) (-1824 (((-1099) $ (-128)) 27)) (-2689 (((-1099) $ (-127)) 23)) (-3886 (((-1099) $) 24)) (-3550 (((-111) $) 17)) (-2511 (((-3 $ "failed") (-568) (-936)) 10) (((-3 $ "failed") (-484) (-936)) 13)) (-3212 (((-845) $) 35)) (-3297 (($ $) 22)))
+(((-526) (-13 (-753 (-568)) (-600 (-845)) (-10 -8 (-15 -2511 ((-3 $ "failed") (-484) (-936)))))) (T -526))
+((-2511 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-484)) (-5 *3 (-936)) (-5 *1 (-526)))))
+(-13 (-753 (-568)) (-600 (-845)) (-10 -8 (-15 -2511 ((-3 $ "failed") (-484) (-936)))))
+((-1639 (((-826 (-553))) 12)) (-1650 (((-826 (-553))) 14)) (-4052 (((-819 (-553))) 9)))
+(((-527) (-10 -7 (-15 -4052 ((-819 (-553)))) (-15 -1639 ((-826 (-553)))) (-15 -1650 ((-826 (-553)))))) (T -527))
+((-1650 (*1 *2) (-12 (-5 *2 (-826 (-553))) (-5 *1 (-527)))) (-1639 (*1 *2) (-12 (-5 *2 (-826 (-553))) (-5 *1 (-527)))) (-4052 (*1 *2) (-12 (-5 *2 (-819 (-553))) (-5 *1 (-527)))))
+(-10 -7 (-15 -4052 ((-819 (-553)))) (-15 -1639 ((-826 (-553)))) (-15 -1650 ((-826 (-553)))))
+((-3204 (((-529) (-1155)) 15)) (-4143 ((|#1| (-529)) 20)))
+(((-528 |#1|) (-10 -7 (-15 -3204 ((-529) (-1155))) (-15 -4143 (|#1| (-529)))) (-1192)) (T -528))
+((-4143 (*1 *2 *3) (-12 (-5 *3 (-529)) (-5 *1 (-528 *2)) (-4 *2 (-1192)))) (-3204 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-529)) (-5 *1 (-528 *4)) (-4 *4 (-1192)))))
+(-10 -7 (-15 -3204 ((-529) (-1155))) (-15 -4143 (|#1| (-529))))
+((-3200 (((-111) $ $) NIL)) (-3086 (((-1137) $) 47)) (-4079 (((-111) $) 43)) (-3541 (((-1155) $) 44)) (-2108 (((-111) $) 41)) (-3985 (((-1137) $) 42)) (-2973 (($ (-1137)) 48)) (-1438 (((-111) $) NIL)) (-3874 (((-111) $) NIL)) (-2018 (((-111) $) NIL)) (-4056 (((-1137) $) NIL)) (-2774 (($ $ (-630 (-1155))) 20)) (-4143 (((-52) $) 22)) (-3214 (((-111) $) NIL)) (-3562 (((-553) $) NIL)) (-2875 (((-1099) $) NIL)) (-2408 (($ $ (-630 (-1155)) (-1155)) 60)) (-1927 (((-111) $) NIL)) (-3393 (((-220) $) NIL)) (-1803 (($ $) 38)) (-1453 (((-845) $) NIL)) (-2770 (((-111) $ $) NIL)) (-2061 (($ $ (-553)) NIL) (($ $ (-630 (-553))) NIL)) (-3551 (((-630 $) $) 28)) (-4305 (((-1155) (-630 $)) 49)) (-1523 (($ (-630 $)) 56) (($ (-1137)) NIL) (($ (-1155)) 18) (($ (-553)) 8) (($ (-220)) 25) (($ (-845)) NIL) (((-1083) $) 11) (($ (-1083)) 12)) (-2876 (((-1155) (-1155) (-630 $)) 52)) (-3212 (((-845) $) 46)) (-2587 (($ $) 51)) (-2575 (($ $) 50)) (-2664 (($ $ (-630 $)) 57)) (-2772 (((-111) $) 27)) (-3296 (($) 9 T CONST)) (-3308 (($) 10 T CONST)) (-1614 (((-111) $ $) 61)) (-1721 (($ $ $) 66)) (-1699 (($ $ $) 62)) (** (($ $ (-757)) 65) (($ $ (-553)) 64)) (* (($ $ $) 63)) (-2656 (((-553) $) NIL)))
+(((-529) (-13 (-1082 (-1137) (-1155) (-553) (-220) (-845)) (-601 (-1083)) (-10 -8 (-15 -4143 ((-52) $)) (-15 -1523 ($ (-1083))) (-15 -2664 ($ $ (-630 $))) (-15 -2408 ($ $ (-630 (-1155)) (-1155))) (-15 -2774 ($ $ (-630 (-1155)))) (-15 -1699 ($ $ $)) (-15 * ($ $ $)) (-15 -1721 ($ $ $)) (-15 ** ($ $ (-757))) (-15 ** ($ $ (-553))) (-15 0 ($) -3929) (-15 1 ($) -3929) (-15 -1803 ($ $)) (-15 -3086 ((-1137) $)) (-15 -2973 ($ (-1137))) (-15 -4305 ((-1155) (-630 $))) (-15 -2876 ((-1155) (-1155) (-630 $)))))) (T -529))
+((-4143 (*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-529)))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-1083)) (-5 *1 (-529)))) (-2664 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-529))) (-5 *1 (-529)))) (-2408 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-1155)) (-5 *1 (-529)))) (-2774 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-529)))) (-1699 (*1 *1 *1 *1) (-5 *1 (-529))) (* (*1 *1 *1 *1) (-5 *1 (-529))) (-1721 (*1 *1 *1 *1) (-5 *1 (-529))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-529)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-529)))) (-3296 (*1 *1) (-5 *1 (-529))) (-3308 (*1 *1) (-5 *1 (-529))) (-1803 (*1 *1 *1) (-5 *1 (-529))) (-3086 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-529)))) (-2973 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-529)))) (-4305 (*1 *2 *3) (-12 (-5 *3 (-630 (-529))) (-5 *2 (-1155)) (-5 *1 (-529)))) (-2876 (*1 *2 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-529))) (-5 *1 (-529)))))
+(-13 (-1082 (-1137) (-1155) (-553) (-220) (-845)) (-601 (-1083)) (-10 -8 (-15 -4143 ((-52) $)) (-15 -1523 ($ (-1083))) (-15 -2664 ($ $ (-630 $))) (-15 -2408 ($ $ (-630 (-1155)) (-1155))) (-15 -2774 ($ $ (-630 (-1155)))) (-15 -1699 ($ $ $)) (-15 * ($ $ $)) (-15 -1721 ($ $ $)) (-15 ** ($ $ (-757))) (-15 ** ($ $ (-553))) (-15 (-3296) ($) -3929) (-15 (-3308) ($) -3929) (-15 -1803 ($ $)) (-15 -3086 ((-1137) $)) (-15 -2973 ($ (-1137))) (-15 -4305 ((-1155) (-630 $))) (-15 -2876 ((-1155) (-1155) (-630 $)))))
+((-1714 ((|#2| |#2|) 17)) (-3926 ((|#2| |#2|) 13)) (-1906 ((|#2| |#2| (-553) (-553)) 20)) (-1536 ((|#2| |#2|) 15)))
+(((-530 |#1| |#2|) (-10 -7 (-15 -3926 (|#2| |#2|)) (-15 -1536 (|#2| |#2|)) (-15 -1714 (|#2| |#2|)) (-15 -1906 (|#2| |#2| (-553) (-553)))) (-13 (-545) (-144)) (-1229 |#1|)) (T -530))
+((-1906 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-553)) (-4 *4 (-13 (-545) (-144))) (-5 *1 (-530 *4 *2)) (-4 *2 (-1229 *4)))) (-1714 (*1 *2 *2) (-12 (-4 *3 (-13 (-545) (-144))) (-5 *1 (-530 *3 *2)) (-4 *2 (-1229 *3)))) (-1536 (*1 *2 *2) (-12 (-4 *3 (-13 (-545) (-144))) (-5 *1 (-530 *3 *2)) (-4 *2 (-1229 *3)))) (-3926 (*1 *2 *2) (-12 (-4 *3 (-13 (-545) (-144))) (-5 *1 (-530 *3 *2)) (-4 *2 (-1229 *3)))))
+(-10 -7 (-15 -3926 (|#2| |#2|)) (-15 -1536 (|#2| |#2|)) (-15 -1714 (|#2| |#2|)) (-15 -1906 (|#2| |#2| (-553) (-553))))
+((-3738 (((-630 (-288 (-934 |#2|))) (-630 |#2|) (-630 (-1155))) 32)) (-2478 (((-630 |#2|) (-934 |#1|) |#3|) 53) (((-630 |#2|) (-1151 |#1|) |#3|) 52)) (-1744 (((-630 (-630 |#2|)) (-630 (-934 |#1|)) (-630 (-934 |#1|)) (-630 (-1155)) |#3|) 88)))
+(((-531 |#1| |#2| |#3|) (-10 -7 (-15 -2478 ((-630 |#2|) (-1151 |#1|) |#3|)) (-15 -2478 ((-630 |#2|) (-934 |#1|) |#3|)) (-15 -1744 ((-630 (-630 |#2|)) (-630 (-934 |#1|)) (-630 (-934 |#1|)) (-630 (-1155)) |#3|)) (-15 -3738 ((-630 (-288 (-934 |#2|))) (-630 |#2|) (-630 (-1155))))) (-445) (-357) (-13 (-357) (-831))) (T -531))
+((-3738 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *6)) (-5 *4 (-630 (-1155))) (-4 *6 (-357)) (-5 *2 (-630 (-288 (-934 *6)))) (-5 *1 (-531 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-13 (-357) (-831))))) (-1744 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-630 (-934 *6))) (-5 *4 (-630 (-1155))) (-4 *6 (-445)) (-5 *2 (-630 (-630 *7))) (-5 *1 (-531 *6 *7 *5)) (-4 *7 (-357)) (-4 *5 (-13 (-357) (-831))))) (-2478 (*1 *2 *3 *4) (-12 (-5 *3 (-934 *5)) (-4 *5 (-445)) (-5 *2 (-630 *6)) (-5 *1 (-531 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-831))))) (-2478 (*1 *2 *3 *4) (-12 (-5 *3 (-1151 *5)) (-4 *5 (-445)) (-5 *2 (-630 *6)) (-5 *1 (-531 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-831))))))
+(-10 -7 (-15 -2478 ((-630 |#2|) (-1151 |#1|) |#3|)) (-15 -2478 ((-630 |#2|) (-934 |#1|) |#3|)) (-15 -1744 ((-630 (-630 |#2|)) (-630 (-934 |#1|)) (-630 (-934 |#1|)) (-630 (-1155)) |#3|)) (-15 -3738 ((-630 (-288 (-934 |#2|))) (-630 |#2|) (-630 (-1155)))))
+((-3233 ((|#2| |#2| |#1|) 17)) (-3209 ((|#2| (-630 |#2|)) 27)) (-2611 ((|#2| (-630 |#2|)) 46)))
+(((-532 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3209 (|#2| (-630 |#2|))) (-15 -2611 (|#2| (-630 |#2|))) (-15 -3233 (|#2| |#2| |#1|))) (-301) (-1214 |#1|) |#1| (-1 |#1| |#1| (-757))) (T -532))
+((-3233 (*1 *2 *2 *3) (-12 (-4 *3 (-301)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-757))) (-5 *1 (-532 *3 *2 *4 *5)) (-4 *2 (-1214 *3)))) (-2611 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-1214 *4)) (-5 *1 (-532 *4 *2 *5 *6)) (-4 *4 (-301)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-757))))) (-3209 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-1214 *4)) (-5 *1 (-532 *4 *2 *5 *6)) (-4 *4 (-301)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-757))))))
+(-10 -7 (-15 -3209 (|#2| (-630 |#2|))) (-15 -2611 (|#2| (-630 |#2|))) (-15 -3233 (|#2| |#2| |#1|)))
+((-3476 (((-412 (-1151 |#4|)) (-1151 |#4|) (-1 (-412 (-1151 |#3|)) (-1151 |#3|))) 79) (((-412 |#4|) |#4| (-1 (-412 (-1151 |#3|)) (-1151 |#3|))) 168)))
+(((-533 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3476 ((-412 |#4|) |#4| (-1 (-412 (-1151 |#3|)) (-1151 |#3|)))) (-15 -3476 ((-412 (-1151 |#4|)) (-1151 |#4|) (-1 (-412 (-1151 |#3|)) (-1151 |#3|))))) (-833) (-779) (-13 (-301) (-144)) (-931 |#3| |#2| |#1|)) (T -533))
+((-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-412 (-1151 *7)) (-1151 *7))) (-4 *7 (-13 (-301) (-144))) (-4 *5 (-833)) (-4 *6 (-779)) (-4 *8 (-931 *7 *6 *5)) (-5 *2 (-412 (-1151 *8))) (-5 *1 (-533 *5 *6 *7 *8)) (-5 *3 (-1151 *8)))) (-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-412 (-1151 *7)) (-1151 *7))) (-4 *7 (-13 (-301) (-144))) (-4 *5 (-833)) (-4 *6 (-779)) (-5 *2 (-412 *3)) (-5 *1 (-533 *5 *6 *7 *3)) (-4 *3 (-931 *7 *6 *5)))))
+(-10 -7 (-15 -3476 ((-412 |#4|) |#4| (-1 (-412 (-1151 |#3|)) (-1151 |#3|)))) (-15 -3476 ((-412 (-1151 |#4|)) (-1151 |#4|) (-1 (-412 (-1151 |#3|)) (-1151 |#3|)))))
+((-1714 ((|#4| |#4|) 74)) (-3926 ((|#4| |#4|) 70)) (-1906 ((|#4| |#4| (-553) (-553)) 76)) (-1536 ((|#4| |#4|) 72)))
+(((-534 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3926 (|#4| |#4|)) (-15 -1536 (|#4| |#4|)) (-15 -1714 (|#4| |#4|)) (-15 -1906 (|#4| |#4| (-553) (-553)))) (-13 (-357) (-362) (-601 (-553))) (-1214 |#1|) (-710 |#1| |#2|) (-1229 |#3|)) (T -534))
+((-1906 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-553)) (-4 *4 (-13 (-357) (-362) (-601 *3))) (-4 *5 (-1214 *4)) (-4 *6 (-710 *4 *5)) (-5 *1 (-534 *4 *5 *6 *2)) (-4 *2 (-1229 *6)))) (-1714 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-4 *4 (-1214 *3)) (-4 *5 (-710 *3 *4)) (-5 *1 (-534 *3 *4 *5 *2)) (-4 *2 (-1229 *5)))) (-1536 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-4 *4 (-1214 *3)) (-4 *5 (-710 *3 *4)) (-5 *1 (-534 *3 *4 *5 *2)) (-4 *2 (-1229 *5)))) (-3926 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-4 *4 (-1214 *3)) (-4 *5 (-710 *3 *4)) (-5 *1 (-534 *3 *4 *5 *2)) (-4 *2 (-1229 *5)))))
+(-10 -7 (-15 -3926 (|#4| |#4|)) (-15 -1536 (|#4| |#4|)) (-15 -1714 (|#4| |#4|)) (-15 -1906 (|#4| |#4| (-553) (-553))))
+((-1714 ((|#2| |#2|) 27)) (-3926 ((|#2| |#2|) 23)) (-1906 ((|#2| |#2| (-553) (-553)) 29)) (-1536 ((|#2| |#2|) 25)))
+(((-535 |#1| |#2|) (-10 -7 (-15 -3926 (|#2| |#2|)) (-15 -1536 (|#2| |#2|)) (-15 -1714 (|#2| |#2|)) (-15 -1906 (|#2| |#2| (-553) (-553)))) (-13 (-357) (-362) (-601 (-553))) (-1229 |#1|)) (T -535))
+((-1906 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-553)) (-4 *4 (-13 (-357) (-362) (-601 *3))) (-5 *1 (-535 *4 *2)) (-4 *2 (-1229 *4)))) (-1714 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-5 *1 (-535 *3 *2)) (-4 *2 (-1229 *3)))) (-1536 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-5 *1 (-535 *3 *2)) (-4 *2 (-1229 *3)))) (-3926 (*1 *2 *2) (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-5 *1 (-535 *3 *2)) (-4 *2 (-1229 *3)))))
+(-10 -7 (-15 -3926 (|#2| |#2|)) (-15 -1536 (|#2| |#2|)) (-15 -1714 (|#2| |#2|)) (-15 -1906 (|#2| |#2| (-553) (-553))))
+((-3593 (((-3 (-553) "failed") |#2| |#1| (-1 (-3 (-553) "failed") |#1|)) 14) (((-3 (-553) "failed") |#2| |#1| (-553) (-1 (-3 (-553) "failed") |#1|)) 13) (((-3 (-553) "failed") |#2| (-553) (-1 (-3 (-553) "failed") |#1|)) 26)))
+(((-536 |#1| |#2|) (-10 -7 (-15 -3593 ((-3 (-553) "failed") |#2| (-553) (-1 (-3 (-553) "failed") |#1|))) (-15 -3593 ((-3 (-553) "failed") |#2| |#1| (-553) (-1 (-3 (-553) "failed") |#1|))) (-15 -3593 ((-3 (-553) "failed") |#2| |#1| (-1 (-3 (-553) "failed") |#1|)))) (-1031) (-1214 |#1|)) (T -536))
+((-3593 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-553) "failed") *4)) (-4 *4 (-1031)) (-5 *2 (-553)) (-5 *1 (-536 *4 *3)) (-4 *3 (-1214 *4)))) (-3593 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-553) "failed") *4)) (-4 *4 (-1031)) (-5 *2 (-553)) (-5 *1 (-536 *4 *3)) (-4 *3 (-1214 *4)))) (-3593 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-553) "failed") *5)) (-4 *5 (-1031)) (-5 *2 (-553)) (-5 *1 (-536 *5 *3)) (-4 *3 (-1214 *5)))))
+(-10 -7 (-15 -3593 ((-3 (-553) "failed") |#2| (-553) (-1 (-3 (-553) "failed") |#1|))) (-15 -3593 ((-3 (-553) "failed") |#2| |#1| (-553) (-1 (-3 (-553) "failed") |#1|))) (-15 -3593 ((-3 (-553) "failed") |#2| |#1| (-1 (-3 (-553) "failed") |#1|))))
+((-4227 (($ $ $) 79)) (-1807 (((-412 $) $) 47)) (-1394 (((-3 (-553) "failed") $) 59)) (-2831 (((-553) $) 37)) (-1402 (((-3 (-401 (-553)) "failed") $) 74)) (-3054 (((-111) $) 24)) (-3731 (((-401 (-553)) $) 72)) (-4268 (((-111) $) 50)) (-1799 (($ $ $ $) 86)) (-2184 (((-111) $) 16)) (-3607 (($ $ $) 57)) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 69)) (-3464 (((-3 $ "failed") $) 64)) (-3923 (($ $) 23)) (-2941 (($ $ $) 84)) (-1979 (($) 60)) (-1294 (($ $) 53)) (-3476 (((-412 $) $) 45)) (-3439 (((-111) $) 14)) (-3879 (((-757) $) 28)) (-3095 (($ $ (-757)) NIL) (($ $) 10)) (-1488 (($ $) 17)) (-1523 (((-553) $) NIL) (((-529) $) 36) (((-874 (-553)) $) 40) (((-373) $) 31) (((-220) $) 33)) (-1348 (((-757)) 8)) (-2109 (((-111) $ $) 20)) (-3839 (($ $ $) 55)))
+(((-537 |#1|) (-10 -8 (-15 -2941 (|#1| |#1| |#1|)) (-15 -1799 (|#1| |#1| |#1| |#1|)) (-15 -3923 (|#1| |#1|)) (-15 -1488 (|#1| |#1|)) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -4227 (|#1| |#1| |#1|)) (-15 -2109 ((-111) |#1| |#1|)) (-15 -3439 ((-111) |#1|)) (-15 -1979 (|#1|)) (-15 -3464 ((-3 |#1| "failed") |#1|)) (-15 -1523 ((-220) |#1|)) (-15 -1523 ((-373) |#1|)) (-15 -3607 (|#1| |#1| |#1|)) (-15 -1294 (|#1| |#1|)) (-15 -3839 (|#1| |#1| |#1|)) (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|))) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1523 ((-553) |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -2184 ((-111) |#1|)) (-15 -3879 ((-757) |#1|)) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -4268 ((-111) |#1|)) (-15 -1348 ((-757)))) (-538)) (T -537))
+((-1348 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-537 *3)) (-4 *3 (-538)))))
+(-10 -8 (-15 -2941 (|#1| |#1| |#1|)) (-15 -1799 (|#1| |#1| |#1| |#1|)) (-15 -3923 (|#1| |#1|)) (-15 -1488 (|#1| |#1|)) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -4227 (|#1| |#1| |#1|)) (-15 -2109 ((-111) |#1| |#1|)) (-15 -3439 ((-111) |#1|)) (-15 -1979 (|#1|)) (-15 -3464 ((-3 |#1| "failed") |#1|)) (-15 -1523 ((-220) |#1|)) (-15 -1523 ((-373) |#1|)) (-15 -3607 (|#1| |#1| |#1|)) (-15 -1294 (|#1| |#1|)) (-15 -3839 (|#1| |#1| |#1|)) (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|))) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1523 ((-553) |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -2184 ((-111) |#1|)) (-15 -3879 ((-757) |#1|)) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -4268 ((-111) |#1|)) (-15 -1348 ((-757))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4227 (($ $ $) 82)) (-4123 (((-3 $ "failed") $ $) 19)) (-3608 (($ $ $ $) 71)) (-3837 (($ $) 49)) (-1807 (((-412 $) $) 50)) (-3816 (((-111) $ $) 122)) (-2299 (((-553) $) 111)) (-1604 (($ $ $) 85)) (-3203 (($) 17 T CONST)) (-1394 (((-3 (-553) "failed") $) 103)) (-2831 (((-553) $) 104)) (-4005 (($ $ $) 126)) (-3698 (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 101) (((-674 (-553)) (-674 $)) 100)) (-3889 (((-3 $ "failed") $) 32)) (-1402 (((-3 (-401 (-553)) "failed") $) 79)) (-3054 (((-111) $) 81)) (-3731 (((-401 (-553)) $) 80)) (-1333 (($) 78) (($ $) 77)) (-3986 (($ $ $) 125)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 120)) (-4268 (((-111) $) 51)) (-1799 (($ $ $ $) 69)) (-1423 (($ $ $) 83)) (-2184 (((-111) $) 113)) (-3607 (($ $ $) 94)) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 97)) (-1434 (((-111) $) 30)) (-2709 (((-111) $) 89)) (-3464 (((-3 $ "failed") $) 91)) (-2260 (((-111) $) 112)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 129)) (-3814 (($ $ $ $) 70)) (-1773 (($ $ $) 114)) (-2012 (($ $ $) 115)) (-3923 (($ $) 73)) (-2555 (($ $) 86)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-2941 (($ $ $) 68)) (-1979 (($) 90 T CONST)) (-3863 (($ $) 75)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-1294 (($ $) 95)) (-3476 (((-412 $) $) 48)) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 128) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 127)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 121)) (-3439 (((-111) $) 88)) (-3879 (((-757) $) 123)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 124)) (-3095 (($ $ (-757)) 108) (($ $) 106)) (-2046 (($ $) 74)) (-1488 (($ $) 76)) (-1523 (((-553) $) 105) (((-529) $) 99) (((-874 (-553)) $) 98) (((-373) $) 93) (((-220) $) 92)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-553)) 102)) (-1348 (((-757)) 28)) (-2109 (((-111) $ $) 84)) (-3839 (($ $ $) 96)) (-4173 (($) 87)) (-2453 (((-111) $ $) 37)) (-2766 (($ $ $ $) 72)) (-1411 (($ $) 110)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-757)) 109) (($ $) 107)) (-1667 (((-111) $ $) 117)) (-1645 (((-111) $ $) 118)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 116)) (-1633 (((-111) $ $) 119)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-538) (-137)) (T -538))
+((-2709 (*1 *2 *1) (-12 (-4 *1 (-538)) (-5 *2 (-111)))) (-3439 (*1 *2 *1) (-12 (-4 *1 (-538)) (-5 *2 (-111)))) (-4173 (*1 *1) (-4 *1 (-538))) (-2555 (*1 *1 *1) (-4 *1 (-538))) (-1604 (*1 *1 *1 *1) (-4 *1 (-538))) (-2109 (*1 *2 *1 *1) (-12 (-4 *1 (-538)) (-5 *2 (-111)))) (-1423 (*1 *1 *1 *1) (-4 *1 (-538))) (-4227 (*1 *1 *1 *1) (-4 *1 (-538))) (-3054 (*1 *2 *1) (-12 (-4 *1 (-538)) (-5 *2 (-111)))) (-3731 (*1 *2 *1) (-12 (-4 *1 (-538)) (-5 *2 (-401 (-553))))) (-1402 (*1 *2 *1) (|partial| -12 (-4 *1 (-538)) (-5 *2 (-401 (-553))))) (-1333 (*1 *1) (-4 *1 (-538))) (-1333 (*1 *1 *1) (-4 *1 (-538))) (-1488 (*1 *1 *1) (-4 *1 (-538))) (-3863 (*1 *1 *1) (-4 *1 (-538))) (-2046 (*1 *1 *1) (-4 *1 (-538))) (-3923 (*1 *1 *1) (-4 *1 (-538))) (-2766 (*1 *1 *1 *1 *1) (-4 *1 (-538))) (-3608 (*1 *1 *1 *1 *1) (-4 *1 (-538))) (-3814 (*1 *1 *1 *1 *1) (-4 *1 (-538))) (-1799 (*1 *1 *1 *1 *1) (-4 *1 (-538))) (-2941 (*1 *1 *1 *1) (-4 *1 (-538))))
+(-13 (-1196) (-301) (-806) (-228) (-601 (-553)) (-1020 (-553)) (-626 (-553)) (-601 (-529)) (-601 (-874 (-553))) (-868 (-553)) (-140) (-1004) (-144) (-1130) (-10 -8 (-15 -2709 ((-111) $)) (-15 -3439 ((-111) $)) (-6 -4368) (-15 -4173 ($)) (-15 -2555 ($ $)) (-15 -1604 ($ $ $)) (-15 -2109 ((-111) $ $)) (-15 -1423 ($ $ $)) (-15 -4227 ($ $ $)) (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $)) (-15 -1333 ($)) (-15 -1333 ($ $)) (-15 -1488 ($ $)) (-15 -3863 ($ $)) (-15 -2046 ($ $)) (-15 -3923 ($ $)) (-15 -2766 ($ $ $ $)) (-15 -3608 ($ $ $ $)) (-15 -3814 ($ $ $ $)) (-15 -1799 ($ $ $ $)) (-15 -2941 ($ $ $)) (-6 -4367)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-603 #0=(-553)) . T) ((-600 (-845)) . T) ((-140) . T) ((-169) . T) ((-601 (-220)) . T) ((-601 (-373)) . T) ((-601 (-529)) . T) ((-601 (-553)) . T) ((-601 (-874 (-553))) . T) ((-228) . T) ((-284) . T) ((-301) . T) ((-445) . T) ((-545) . T) ((-633 $) . T) ((-626 (-553)) . T) ((-703 $) . T) ((-712) . T) ((-777) . T) ((-778) . T) ((-780) . T) ((-781) . T) ((-806) . T) ((-831) . T) ((-833) . T) ((-868 (-553)) . T) ((-902) . T) ((-1004) . T) ((-1020 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1130) . T) ((-1196) . T))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1306 (((-1243) $ |#1| |#1|) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#2| $ |#1| |#2|) NIL)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 |#2| "failed") |#1| $) NIL)) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) NIL)) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) NIL)) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 ((|#1| $) NIL (|has| |#1| (-833)))) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-2049 ((|#1| $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4370))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-1377 (((-630 |#1|) $) NIL)) (-2717 (((-111) |#1| $) NIL)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-2508 (((-630 |#1|) $) NIL)) (-2166 (((-111) |#1| $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2701 ((|#2| $) NIL (|has| |#1| (-833)))) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-3212 (((-845) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845))) (|has| |#2| (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-539 |#1| |#2| |#3|) (-13 (-1168 |#1| |#2|) (-10 -7 (-6 -4369))) (-1079) (-1079) (-13 (-1168 |#1| |#2|) (-10 -7 (-6 -4369)))) (T -539))
+NIL
+(-13 (-1168 |#1| |#2|) (-10 -7 (-6 -4369)))
+((-2769 (((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|) (-1 (-1151 |#2|) (-1151 |#2|))) 51)))
+(((-540 |#1| |#2|) (-10 -7 (-15 -2769 ((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|) (-1 (-1151 |#2|) (-1151 |#2|))))) (-13 (-833) (-545)) (-13 (-27) (-424 |#1|))) (T -540))
+((-2769 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-599 *3)) (-5 *5 (-1 (-1151 *3) (-1151 *3))) (-4 *3 (-13 (-27) (-424 *6))) (-4 *6 (-13 (-833) (-545))) (-5 *2 (-574 *3)) (-5 *1 (-540 *6 *3)))))
+(-10 -7 (-15 -2769 ((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|) (-1 (-1151 |#2|) (-1151 |#2|)))))
+((-3099 (((-574 |#5|) |#5| (-1 |#3| |#3|)) 198)) (-3772 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 194)) (-3955 (((-574 |#5|) |#5| (-1 |#3| |#3|)) 201)))
+(((-541 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3955 ((-574 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3099 ((-574 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3772 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-833) (-545) (-1020 (-553))) (-13 (-27) (-424 |#1|)) (-1214 |#2|) (-1214 (-401 |#3|)) (-336 |#2| |#3| |#4|)) (T -541))
+((-3772 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-27) (-424 *4))) (-4 *4 (-13 (-833) (-545) (-1020 (-553)))) (-4 *7 (-1214 (-401 *6))) (-5 *1 (-541 *4 *5 *6 *7 *2)) (-4 *2 (-336 *5 *6 *7)))) (-3099 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1214 *6)) (-4 *6 (-13 (-27) (-424 *5))) (-4 *5 (-13 (-833) (-545) (-1020 (-553)))) (-4 *8 (-1214 (-401 *7))) (-5 *2 (-574 *3)) (-5 *1 (-541 *5 *6 *7 *8 *3)) (-4 *3 (-336 *6 *7 *8)))) (-3955 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1214 *6)) (-4 *6 (-13 (-27) (-424 *5))) (-4 *5 (-13 (-833) (-545) (-1020 (-553)))) (-4 *8 (-1214 (-401 *7))) (-5 *2 (-574 *3)) (-5 *1 (-541 *5 *6 *7 *8 *3)) (-4 *3 (-336 *6 *7 *8)))))
+(-10 -7 (-15 -3955 ((-574 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3099 ((-574 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3772 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
+((-4108 (((-111) (-553) (-553)) 10)) (-3499 (((-553) (-553)) 7)) (-1723 (((-553) (-553) (-553)) 8)))
+(((-542) (-10 -7 (-15 -3499 ((-553) (-553))) (-15 -1723 ((-553) (-553) (-553))) (-15 -4108 ((-111) (-553) (-553))))) (T -542))
+((-4108 (*1 *2 *3 *3) (-12 (-5 *3 (-553)) (-5 *2 (-111)) (-5 *1 (-542)))) (-1723 (*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-542)))) (-3499 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-542)))))
+(-10 -7 (-15 -3499 ((-553) (-553))) (-15 -1723 ((-553) (-553) (-553))) (-15 -4108 ((-111) (-553) (-553))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4053 ((|#1| $) 59)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-2479 (($ $) 89)) (-2333 (($ $) 72)) (-1462 ((|#1| $) 60)) (-4123 (((-3 $ "failed") $ $) 19)) (-3487 (($ $) 71)) (-2456 (($ $) 88)) (-2306 (($ $) 73)) (-2505 (($ $) 87)) (-2360 (($ $) 74)) (-3203 (($) 17 T CONST)) (-1394 (((-3 (-553) "failed") $) 67)) (-2831 (((-553) $) 68)) (-3889 (((-3 $ "failed") $) 32)) (-2373 (($ |#1| |#1|) 64)) (-2184 (((-111) $) 58)) (-4041 (($) 99)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 70)) (-2260 (((-111) $) 57)) (-1773 (($ $ $) 105)) (-2012 (($ $ $) 104)) (-2431 (($ $) 96)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-1437 (($ |#1| |#1|) 65) (($ |#1|) 63) (($ (-401 (-553))) 62)) (-1781 ((|#1| $) 61)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3968 (((-3 $ "failed") $ $) 40)) (-2854 (($ $) 97)) (-2517 (($ $) 86)) (-2371 (($ $) 75)) (-2492 (($ $) 85)) (-2347 (($ $) 76)) (-2468 (($ $) 84)) (-2319 (($ $) 77)) (-3638 (((-111) $ |#1|) 56)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-553)) 66)) (-1348 (((-757)) 28)) (-3842 (($ $) 95)) (-2410 (($ $) 83)) (-2453 (((-111) $ $) 37)) (-2529 (($ $) 94)) (-2383 (($ $) 82)) (-3862 (($ $) 93)) (-2434 (($ $) 81)) (-3013 (($ $) 92)) (-2445 (($ $) 80)) (-3852 (($ $) 91)) (-2421 (($ $) 79)) (-2542 (($ $) 90)) (-2396 (($ $) 78)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1667 (((-111) $ $) 102)) (-1645 (((-111) $ $) 101)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 103)) (-1633 (((-111) $ $) 100)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ $) 98) (($ $ (-401 (-553))) 69)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-543 |#1|) (-137) (-13 (-398) (-1177))) (T -543))
+((-1437 (*1 *1 *2 *2) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177))))) (-2373 (*1 *1 *2 *2) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177))))) (-1437 (*1 *1 *2) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177))))) (-1437 (*1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-4 *1 (-543 *3)) (-4 *3 (-13 (-398) (-1177))))) (-1781 (*1 *2 *1) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177))))) (-1462 (*1 *2 *1) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177))))) (-4053 (*1 *2 *1) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177))))) (-2184 (*1 *2 *1) (-12 (-4 *1 (-543 *3)) (-4 *3 (-13 (-398) (-1177))) (-5 *2 (-111)))) (-2260 (*1 *2 *1) (-12 (-4 *1 (-543 *3)) (-4 *3 (-13 (-398) (-1177))) (-5 *2 (-111)))) (-3638 (*1 *2 *1 *3) (-12 (-4 *1 (-543 *3)) (-4 *3 (-13 (-398) (-1177))) (-5 *2 (-111)))))
+(-13 (-445) (-833) (-1177) (-984) (-1020 (-553)) (-10 -8 (-6 -4312) (-15 -1437 ($ |t#1| |t#1|)) (-15 -2373 ($ |t#1| |t#1|)) (-15 -1437 ($ |t#1|)) (-15 -1437 ($ (-401 (-553)))) (-15 -1781 (|t#1| $)) (-15 -1462 (|t#1| $)) (-15 -4053 (|t#1| $)) (-15 -2184 ((-111) $)) (-15 -2260 ((-111) $)) (-15 -3638 ((-111) $ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-35) . T) ((-94) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-603 #0=(-553)) . T) ((-600 (-845)) . T) ((-169) . T) ((-278) . T) ((-284) . T) ((-445) . T) ((-486) . T) ((-545) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-833) . T) ((-984) . T) ((-1020 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1177) . T) ((-1180) . T))
+((-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 9)) (-2723 (($ $) 11)) (-2157 (((-111) $) 18)) (-3889 (((-3 $ "failed") $) 16)) (-2453 (((-111) $ $) 20)))
+(((-544 |#1|) (-10 -8 (-15 -2157 ((-111) |#1|)) (-15 -2453 ((-111) |#1| |#1|)) (-15 -2723 (|#1| |#1|)) (-15 -1690 ((-2 (|:| -3795 |#1|) (|:| -4356 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3889 ((-3 |#1| "failed") |#1|))) (-545)) (T -544))
+NIL
+(-10 -8 (-15 -2157 ((-111) |#1|)) (-15 -2453 ((-111) |#1| |#1|)) (-15 -2723 (|#1| |#1|)) (-15 -1690 ((-2 (|:| -3795 |#1|) (|:| -4356 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3889 ((-3 |#1| "failed") |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3968 (((-3 $ "failed") $ $) 40)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-545) (-137)) (T -545))
+((-3968 (*1 *1 *1 *1) (|partial| -4 *1 (-545))) (-1690 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -3795 *1) (|:| -4356 *1) (|:| |associate| *1))) (-4 *1 (-545)))) (-2723 (*1 *1 *1) (-4 *1 (-545))) (-2453 (*1 *2 *1 *1) (-12 (-4 *1 (-545)) (-5 *2 (-111)))) (-2157 (*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-111)))))
+(-13 (-169) (-38 $) (-284) (-10 -8 (-15 -3968 ((-3 $ "failed") $ $)) (-15 -1690 ((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $)) (-15 -2723 ($ $)) (-15 -2453 ((-111) $ $)) (-15 -2157 ((-111) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-169) . T) ((-284) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3230 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1155) (-630 |#2|)) 37)) (-2819 (((-574 |#2|) |#2| (-1155)) 62)) (-4121 (((-3 |#2| "failed") |#2| (-1155)) 152)) (-2428 (((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1155) (-599 |#2|) (-630 (-599 |#2|))) 155)) (-1344 (((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1155) |#2|) 40)))
+(((-546 |#1| |#2|) (-10 -7 (-15 -1344 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1155) |#2|)) (-15 -3230 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1155) (-630 |#2|))) (-15 -4121 ((-3 |#2| "failed") |#2| (-1155))) (-15 -2819 ((-574 |#2|) |#2| (-1155))) (-15 -2428 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1155) (-599 |#2|) (-630 (-599 |#2|))))) (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553))) (-13 (-27) (-1177) (-424 |#1|))) (T -546))
+((-2428 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1155)) (-5 *6 (-630 (-599 *3))) (-5 *5 (-599 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *7))) (-4 *7 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3))) (-5 *1 (-546 *7 *3)))) (-2819 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-574 *3)) (-5 *1 (-546 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))) (-4121 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1155)) (-4 *4 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-546 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))) (-3230 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-630 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-546 *6 *3)))) (-1344 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1155)) (-4 *5 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3))) (-5 *1 (-546 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))))
+(-10 -7 (-15 -1344 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1155) |#2|)) (-15 -3230 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1155) (-630 |#2|))) (-15 -4121 ((-3 |#2| "failed") |#2| (-1155))) (-15 -2819 ((-574 |#2|) |#2| (-1155))) (-15 -2428 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1155) (-599 |#2|) (-630 (-599 |#2|)))))
+((-1807 (((-412 |#1|) |#1|) 18)) (-3476 (((-412 |#1|) |#1|) 33)) (-3438 (((-3 |#1| "failed") |#1|) 44)) (-4138 (((-412 |#1|) |#1|) 51)))
+(((-547 |#1|) (-10 -7 (-15 -3476 ((-412 |#1|) |#1|)) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -4138 ((-412 |#1|) |#1|)) (-15 -3438 ((-3 |#1| "failed") |#1|))) (-538)) (T -547))
+((-3438 (*1 *2 *2) (|partial| -12 (-5 *1 (-547 *2)) (-4 *2 (-538)))) (-4138 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-547 *3)) (-4 *3 (-538)))) (-1807 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-547 *3)) (-4 *3 (-538)))) (-3476 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-547 *3)) (-4 *3 (-538)))))
+(-10 -7 (-15 -3476 ((-412 |#1|) |#1|)) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -4138 ((-412 |#1|) |#1|)) (-15 -3438 ((-3 |#1| "failed") |#1|)))
+((-2820 (($) 9)) (-1972 (((-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 35)) (-1377 (((-630 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $) 32)) (-1429 (($ (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) 29)) (-3732 (($ (-630 (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) 27)) (-3359 (((-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 39)) (-1556 (((-630 (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) 37)) (-1646 (((-1243)) 12)))
+(((-548) (-10 -8 (-15 -2820 ($)) (-15 -1646 ((-1243))) (-15 -1377 ((-630 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $)) (-15 -3732 ($ (-630 (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 -1429 ($ (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 -1972 ((-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1556 ((-630 (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 -3359 ((-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (T -548))
+((-3359 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 (-548)))) (-1556 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 (-548)))) (-1972 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 (-548)))) (-1429 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 (-548)))) (-3732 (*1 *1 *2) (-12 (-5 *2 (-630 (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 (-548)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-5 *1 (-548)))) (-1646 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-548)))) (-2820 (*1 *1) (-5 *1 (-548))))
+(-10 -8 (-15 -2820 ($)) (-15 -1646 ((-1243))) (-15 -1377 ((-630 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $)) (-15 -3732 ($ (-630 (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 -1429 ($ (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 -1972 ((-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -1556 ((-630 (-2 (|:| -2669 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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 -3359 ((-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| (-1135 (-220))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -2515 (-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| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))
+((-3447 (((-1151 (-401 (-1151 |#2|))) |#2| (-599 |#2|) (-599 |#2|) (-1151 |#2|)) 32)) (-2378 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-599 |#2|) (-599 |#2|) (-630 |#2|) (-599 |#2|) |#2| (-401 (-1151 |#2|))) 100) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-599 |#2|) (-599 |#2|) (-630 |#2|) |#2| (-1151 |#2|)) 110)) (-1484 (((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|) (-599 |#2|) |#2| (-401 (-1151 |#2|))) 80) (((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|) |#2| (-1151 |#2|)) 52)) (-3704 (((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-599 |#2|) (-599 |#2|) |#2| (-599 |#2|) |#2| (-401 (-1151 |#2|))) 87) (((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-599 |#2|) (-599 |#2|) |#2| |#2| (-1151 |#2|)) 109)) (-3128 (((-3 |#2| "failed") |#2| |#2| (-599 |#2|) (-599 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1155)) (-599 |#2|) |#2| (-401 (-1151 |#2|))) 105) (((-3 |#2| "failed") |#2| |#2| (-599 |#2|) (-599 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1155)) |#2| (-1151 |#2|)) 111)) (-2642 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3428 (-630 |#2|))) |#3| |#2| (-599 |#2|) (-599 |#2|) (-599 |#2|) |#2| (-401 (-1151 |#2|))) 128 (|has| |#3| (-641 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3428 (-630 |#2|))) |#3| |#2| (-599 |#2|) (-599 |#2|) |#2| (-1151 |#2|)) 127 (|has| |#3| (-641 |#2|)))) (-3601 ((|#2| (-1151 (-401 (-1151 |#2|))) (-599 |#2|) |#2|) 50)) (-3873 (((-1151 (-401 (-1151 |#2|))) (-1151 |#2|) (-599 |#2|)) 31)))
+(((-549 |#1| |#2| |#3|) (-10 -7 (-15 -1484 ((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|) |#2| (-1151 |#2|))) (-15 -1484 ((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|) (-599 |#2|) |#2| (-401 (-1151 |#2|)))) (-15 -3704 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-599 |#2|) (-599 |#2|) |#2| |#2| (-1151 |#2|))) (-15 -3704 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-599 |#2|) (-599 |#2|) |#2| (-599 |#2|) |#2| (-401 (-1151 |#2|)))) (-15 -2378 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-599 |#2|) (-599 |#2|) (-630 |#2|) |#2| (-1151 |#2|))) (-15 -2378 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-599 |#2|) (-599 |#2|) (-630 |#2|) (-599 |#2|) |#2| (-401 (-1151 |#2|)))) (-15 -3128 ((-3 |#2| "failed") |#2| |#2| (-599 |#2|) (-599 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1155)) |#2| (-1151 |#2|))) (-15 -3128 ((-3 |#2| "failed") |#2| |#2| (-599 |#2|) (-599 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1155)) (-599 |#2|) |#2| (-401 (-1151 |#2|)))) (-15 -3447 ((-1151 (-401 (-1151 |#2|))) |#2| (-599 |#2|) (-599 |#2|) (-1151 |#2|))) (-15 -3601 (|#2| (-1151 (-401 (-1151 |#2|))) (-599 |#2|) |#2|)) (-15 -3873 ((-1151 (-401 (-1151 |#2|))) (-1151 |#2|) (-599 |#2|))) (IF (|has| |#3| (-641 |#2|)) (PROGN (-15 -2642 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3428 (-630 |#2|))) |#3| |#2| (-599 |#2|) (-599 |#2|) |#2| (-1151 |#2|))) (-15 -2642 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3428 (-630 |#2|))) |#3| |#2| (-599 |#2|) (-599 |#2|) (-599 |#2|) |#2| (-401 (-1151 |#2|))))) |%noBranch|)) (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))) (-13 (-424 |#1|) (-27) (-1177)) (-1079)) (T -549))
+((-2642 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-599 *4)) (-5 *6 (-401 (-1151 *4))) (-4 *4 (-13 (-424 *7) (-27) (-1177))) (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4)))) (-5 *1 (-549 *7 *4 *3)) (-4 *3 (-641 *4)) (-4 *3 (-1079)))) (-2642 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-599 *4)) (-5 *6 (-1151 *4)) (-4 *4 (-13 (-424 *7) (-27) (-1177))) (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4)))) (-5 *1 (-549 *7 *4 *3)) (-4 *3 (-641 *4)) (-4 *3 (-1079)))) (-3873 (*1 *2 *3 *4) (-12 (-5 *4 (-599 *6)) (-4 *6 (-13 (-424 *5) (-27) (-1177))) (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-1151 (-401 (-1151 *6)))) (-5 *1 (-549 *5 *6 *7)) (-5 *3 (-1151 *6)) (-4 *7 (-1079)))) (-3601 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1151 (-401 (-1151 *2)))) (-5 *4 (-599 *2)) (-4 *2 (-13 (-424 *5) (-27) (-1177))) (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *1 (-549 *5 *2 *6)) (-4 *6 (-1079)))) (-3447 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-599 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1177))) (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-1151 (-401 (-1151 *3)))) (-5 *1 (-549 *6 *3 *7)) (-5 *5 (-1151 *3)) (-4 *7 (-1079)))) (-3128 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-599 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1155))) (-5 *5 (-401 (-1151 *2))) (-4 *2 (-13 (-424 *6) (-27) (-1177))) (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *1 (-549 *6 *2 *7)) (-4 *7 (-1079)))) (-3128 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-599 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1155))) (-5 *5 (-1151 *2)) (-4 *2 (-13 (-424 *6) (-27) (-1177))) (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *1 (-549 *6 *2 *7)) (-4 *7 (-1079)))) (-2378 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-630 *3)) (-5 *6 (-401 (-1151 *3))) (-4 *3 (-13 (-424 *7) (-27) (-1177))) (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-549 *7 *3 *8)) (-4 *8 (-1079)))) (-2378 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-630 *3)) (-5 *6 (-1151 *3)) (-4 *3 (-13 (-424 *7) (-27) (-1177))) (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-549 *7 *3 *8)) (-4 *8 (-1079)))) (-3704 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-401 (-1151 *3))) (-4 *3 (-13 (-424 *6) (-27) (-1177))) (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3))) (-5 *1 (-549 *6 *3 *7)) (-4 *7 (-1079)))) (-3704 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-1151 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1177))) (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3))) (-5 *1 (-549 *6 *3 *7)) (-4 *7 (-1079)))) (-1484 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-599 *3)) (-5 *5 (-401 (-1151 *3))) (-4 *3 (-13 (-424 *6) (-27) (-1177))) (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-574 *3)) (-5 *1 (-549 *6 *3 *7)) (-4 *7 (-1079)))) (-1484 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-599 *3)) (-5 *5 (-1151 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1177))) (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-574 *3)) (-5 *1 (-549 *6 *3 *7)) (-4 *7 (-1079)))))
+(-10 -7 (-15 -1484 ((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|) |#2| (-1151 |#2|))) (-15 -1484 ((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|) (-599 |#2|) |#2| (-401 (-1151 |#2|)))) (-15 -3704 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-599 |#2|) (-599 |#2|) |#2| |#2| (-1151 |#2|))) (-15 -3704 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-599 |#2|) (-599 |#2|) |#2| (-599 |#2|) |#2| (-401 (-1151 |#2|)))) (-15 -2378 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-599 |#2|) (-599 |#2|) (-630 |#2|) |#2| (-1151 |#2|))) (-15 -2378 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-599 |#2|) (-599 |#2|) (-630 |#2|) (-599 |#2|) |#2| (-401 (-1151 |#2|)))) (-15 -3128 ((-3 |#2| "failed") |#2| |#2| (-599 |#2|) (-599 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1155)) |#2| (-1151 |#2|))) (-15 -3128 ((-3 |#2| "failed") |#2| |#2| (-599 |#2|) (-599 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1155)) (-599 |#2|) |#2| (-401 (-1151 |#2|)))) (-15 -3447 ((-1151 (-401 (-1151 |#2|))) |#2| (-599 |#2|) (-599 |#2|) (-1151 |#2|))) (-15 -3601 (|#2| (-1151 (-401 (-1151 |#2|))) (-599 |#2|) |#2|)) (-15 -3873 ((-1151 (-401 (-1151 |#2|))) (-1151 |#2|) (-599 |#2|))) (IF (|has| |#3| (-641 |#2|)) (PROGN (-15 -2642 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3428 (-630 |#2|))) |#3| |#2| (-599 |#2|) (-599 |#2|) |#2| (-1151 |#2|))) (-15 -2642 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3428 (-630 |#2|))) |#3| |#2| (-599 |#2|) (-599 |#2|) (-599 |#2|) |#2| (-401 (-1151 |#2|))))) |%noBranch|))
+((-3850 (((-553) (-553) (-757)) 66)) (-2137 (((-553) (-553)) 65)) (-2666 (((-553) (-553)) 64)) (-3559 (((-553) (-553)) 69)) (-3133 (((-553) (-553) (-553)) 49)) (-4310 (((-553) (-553) (-553)) 46)) (-4307 (((-401 (-553)) (-553)) 20)) (-2070 (((-553) (-553)) 21)) (-2220 (((-553) (-553)) 58)) (-4073 (((-553) (-553)) 32)) (-1290 (((-630 (-553)) (-553)) 63)) (-3429 (((-553) (-553) (-553) (-553) (-553)) 44)) (-3268 (((-401 (-553)) (-553)) 41)))
+(((-550) (-10 -7 (-15 -3268 ((-401 (-553)) (-553))) (-15 -3429 ((-553) (-553) (-553) (-553) (-553))) (-15 -1290 ((-630 (-553)) (-553))) (-15 -4073 ((-553) (-553))) (-15 -2220 ((-553) (-553))) (-15 -2070 ((-553) (-553))) (-15 -4307 ((-401 (-553)) (-553))) (-15 -4310 ((-553) (-553) (-553))) (-15 -3133 ((-553) (-553) (-553))) (-15 -3559 ((-553) (-553))) (-15 -2666 ((-553) (-553))) (-15 -2137 ((-553) (-553))) (-15 -3850 ((-553) (-553) (-757))))) (T -550))
+((-3850 (*1 *2 *2 *3) (-12 (-5 *2 (-553)) (-5 *3 (-757)) (-5 *1 (-550)))) (-2137 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))) (-2666 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))) (-3559 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))) (-3133 (*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))) (-4310 (*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))) (-4307 (*1 *2 *3) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-550)) (-5 *3 (-553)))) (-2070 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))) (-2220 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))) (-4073 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))) (-1290 (*1 *2 *3) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-550)) (-5 *3 (-553)))) (-3429 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))) (-3268 (*1 *2 *3) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-550)) (-5 *3 (-553)))))
+(-10 -7 (-15 -3268 ((-401 (-553)) (-553))) (-15 -3429 ((-553) (-553) (-553) (-553) (-553))) (-15 -1290 ((-630 (-553)) (-553))) (-15 -4073 ((-553) (-553))) (-15 -2220 ((-553) (-553))) (-15 -2070 ((-553) (-553))) (-15 -4307 ((-401 (-553)) (-553))) (-15 -4310 ((-553) (-553) (-553))) (-15 -3133 ((-553) (-553) (-553))) (-15 -3559 ((-553) (-553))) (-15 -2666 ((-553) (-553))) (-15 -2137 ((-553) (-553))) (-15 -3850 ((-553) (-553) (-757))))
+((-2878 (((-2 (|:| |answer| |#4|) (|:| -1560 |#4|)) |#4| (-1 |#2| |#2|)) 52)))
+(((-551 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2878 ((-2 (|:| |answer| |#4|) (|:| -1560 |#4|)) |#4| (-1 |#2| |#2|)))) (-357) (-1214 |#1|) (-1214 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -551))
+((-2878 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357)) (-4 *7 (-1214 (-401 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -1560 *3))) (-5 *1 (-551 *5 *6 *7 *3)) (-4 *3 (-336 *5 *6 *7)))))
+(-10 -7 (-15 -2878 ((-2 (|:| |answer| |#4|) (|:| -1560 |#4|)) |#4| (-1 |#2| |#2|))))
+((-2878 (((-2 (|:| |answer| (-401 |#2|)) (|:| -1560 (-401 |#2|)) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|)) 18)))
+(((-552 |#1| |#2|) (-10 -7 (-15 -2878 ((-2 (|:| |answer| (-401 |#2|)) (|:| -1560 (-401 |#2|)) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|)))) (-357) (-1214 |#1|)) (T -552))
+((-2878 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |answer| (-401 *6)) (|:| -1560 (-401 *6)) (|:| |specpart| (-401 *6)) (|:| |polypart| *6))) (-5 *1 (-552 *5 *6)) (-5 *3 (-401 *6)))))
+(-10 -7 (-15 -2878 ((-2 (|:| |answer| (-401 |#2|)) (|:| -1560 (-401 |#2|)) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 25)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 88)) (-2723 (($ $) 89)) (-2157 (((-111) $) NIL)) (-4227 (($ $ $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3608 (($ $ $ $) 43)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL)) (-1604 (($ $ $) 82)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL)) (-2831 (((-553) $) NIL)) (-4005 (($ $ $) 81)) (-3698 (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 62) (((-674 (-553)) (-674 $)) 58)) (-3889 (((-3 $ "failed") $) 85)) (-1402 (((-3 (-401 (-553)) "failed") $) NIL)) (-3054 (((-111) $) NIL)) (-3731 (((-401 (-553)) $) NIL)) (-1333 (($) 64) (($ $) 65)) (-3986 (($ $ $) 80)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-1799 (($ $ $ $) NIL)) (-1423 (($ $ $) 55)) (-2184 (((-111) $) NIL)) (-3607 (($ $ $) NIL)) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL)) (-1434 (((-111) $) 26)) (-2709 (((-111) $) 75)) (-3464 (((-3 $ "failed") $) NIL)) (-2260 (((-111) $) 35)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3814 (($ $ $ $) 44)) (-1773 (($ $ $) 77)) (-2012 (($ $ $) 76)) (-3923 (($ $) NIL)) (-2555 (($ $) 41)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) 54)) (-2941 (($ $ $) NIL)) (-1979 (($) NIL T CONST)) (-3863 (($ $) 31)) (-2875 (((-1099) $) 34)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 119)) (-2591 (($ $ $) 86) (($ (-630 $)) NIL)) (-1294 (($ $) NIL)) (-3476 (((-412 $) $) 105)) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL)) (-3968 (((-3 $ "failed") $ $) 84)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3439 (((-111) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 79)) (-3095 (($ $ (-757)) NIL) (($ $) NIL)) (-2046 (($ $) 32)) (-1488 (($ $) 30)) (-1523 (((-553) $) 40) (((-529) $) 52) (((-874 (-553)) $) NIL) (((-373) $) 47) (((-220) $) 49) (((-1137) $) 53)) (-3212 (((-845) $) 38) (($ (-553)) 39) (($ $) NIL) (($ (-553)) 39)) (-1348 (((-757)) NIL)) (-2109 (((-111) $ $) NIL)) (-3839 (($ $ $) NIL)) (-4173 (($) 29)) (-2453 (((-111) $ $) NIL)) (-2766 (($ $ $ $) 42)) (-1411 (($ $) 63)) (-3296 (($) 27 T CONST)) (-3308 (($) 28 T CONST)) (-3632 (((-1137) $) 20) (((-1137) $ (-111)) 22) (((-1243) (-808) $) 23) (((-1243) (-808) $ (-111)) 24)) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 66)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 67)) (-1710 (($ $) 68) (($ $ $) 70)) (-1699 (($ $ $) 69)) (** (($ $ (-903)) NIL) (($ $ (-757)) 74)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 72) (($ $ $) 71)))
+(((-553) (-13 (-538) (-601 (-1137)) (-814) (-10 -8 (-15 -1333 ($ $)) (-6 -4356) (-6 -4361) (-6 -4357) (-6 -4351)))) (T -553))
+((-1333 (*1 *1 *1) (-5 *1 (-553))))
+(-13 (-538) (-601 (-1137)) (-814) (-10 -8 (-15 -1333 ($ $)) (-6 -4356) (-6 -4361) (-6 -4357) (-6 -4351)))
+((-3278 (((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))) (-755) (-1043)) 108) (((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))) (-755)) 110)) (-1619 (((-3 (-1017) "failed") (-310 (-373)) (-1071 (-826 (-373))) (-1155)) 172) (((-3 (-1017) "failed") (-310 (-373)) (-1071 (-826 (-373))) (-1137)) 171) (((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))) (-373) (-373) (-1043)) 176) (((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))) (-373) (-373)) 177) (((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))) (-373)) 178) (((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373))))) 179) (((-1017) (-310 (-373)) (-1073 (-826 (-373)))) 167) (((-1017) (-310 (-373)) (-1073 (-826 (-373))) (-373)) 166) (((-1017) (-310 (-373)) (-1073 (-826 (-373))) (-373) (-373)) 162) (((-1017) (-755)) 155) (((-1017) (-310 (-373)) (-1073 (-826 (-373))) (-373) (-373) (-1043)) 161)))
+(((-554) (-10 -7 (-15 -1619 ((-1017) (-310 (-373)) (-1073 (-826 (-373))) (-373) (-373) (-1043))) (-15 -1619 ((-1017) (-755))) (-15 -1619 ((-1017) (-310 (-373)) (-1073 (-826 (-373))) (-373) (-373))) (-15 -1619 ((-1017) (-310 (-373)) (-1073 (-826 (-373))) (-373))) (-15 -1619 ((-1017) (-310 (-373)) (-1073 (-826 (-373))))) (-15 -1619 ((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))))) (-15 -1619 ((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))) (-373))) (-15 -1619 ((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))) (-373) (-373))) (-15 -1619 ((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))) (-373) (-373) (-1043))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))) (-755))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))) (-755) (-1043))) (-15 -1619 ((-3 (-1017) "failed") (-310 (-373)) (-1071 (-826 (-373))) (-1137))) (-15 -1619 ((-3 (-1017) "failed") (-310 (-373)) (-1071 (-826 (-373))) (-1155))))) (T -554))
+((-1619 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-310 (-373))) (-5 *4 (-1071 (-826 (-373)))) (-5 *5 (-1155)) (-5 *2 (-1017)) (-5 *1 (-554)))) (-1619 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-310 (-373))) (-5 *4 (-1071 (-826 (-373)))) (-5 *5 (-1137)) (-5 *2 (-1017)) (-5 *1 (-554)))) (-3278 (*1 *2 *3 *4) (-12 (-5 *3 (-755)) (-5 *4 (-1043)) (-5 *2 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017)))) (-5 *1 (-554)))) (-3278 (*1 *2 *3) (-12 (-5 *3 (-755)) (-5 *2 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017)))) (-5 *1 (-554)))) (-1619 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-1073 (-826 (-373))))) (-5 *5 (-373)) (-5 *6 (-1043)) (-5 *2 (-1017)) (-5 *1 (-554)))) (-1619 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-1073 (-826 (-373))))) (-5 *5 (-373)) (-5 *2 (-1017)) (-5 *1 (-554)))) (-1619 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-1073 (-826 (-373))))) (-5 *5 (-373)) (-5 *2 (-1017)) (-5 *1 (-554)))) (-1619 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-1073 (-826 (-373))))) (-5 *2 (-1017)) (-5 *1 (-554)))) (-1619 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1073 (-826 (-373)))) (-5 *2 (-1017)) (-5 *1 (-554)))) (-1619 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1073 (-826 (-373)))) (-5 *5 (-373)) (-5 *2 (-1017)) (-5 *1 (-554)))) (-1619 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1073 (-826 (-373)))) (-5 *5 (-373)) (-5 *2 (-1017)) (-5 *1 (-554)))) (-1619 (*1 *2 *3) (-12 (-5 *3 (-755)) (-5 *2 (-1017)) (-5 *1 (-554)))) (-1619 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1073 (-826 (-373)))) (-5 *5 (-373)) (-5 *6 (-1043)) (-5 *2 (-1017)) (-5 *1 (-554)))))
+(-10 -7 (-15 -1619 ((-1017) (-310 (-373)) (-1073 (-826 (-373))) (-373) (-373) (-1043))) (-15 -1619 ((-1017) (-755))) (-15 -1619 ((-1017) (-310 (-373)) (-1073 (-826 (-373))) (-373) (-373))) (-15 -1619 ((-1017) (-310 (-373)) (-1073 (-826 (-373))) (-373))) (-15 -1619 ((-1017) (-310 (-373)) (-1073 (-826 (-373))))) (-15 -1619 ((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))))) (-15 -1619 ((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))) (-373))) (-15 -1619 ((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))) (-373) (-373))) (-15 -1619 ((-1017) (-310 (-373)) (-630 (-1073 (-826 (-373)))) (-373) (-373) (-1043))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))) (-755))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))) (-755) (-1043))) (-15 -1619 ((-3 (-1017) "failed") (-310 (-373)) (-1071 (-826 (-373))) (-1137))) (-15 -1619 ((-3 (-1017) "failed") (-310 (-373)) (-1071 (-826 (-373))) (-1155))))
+((-2081 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-599 |#2|) (-599 |#2|) (-630 |#2|)) 183)) (-3283 (((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|)) 98)) (-4210 (((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-599 |#2|) (-599 |#2|) |#2|) 179)) (-3093 (((-3 |#2| "failed") |#2| |#2| |#2| (-599 |#2|) (-599 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1155))) 188)) (-1928 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3428 (-630 |#2|))) |#3| |#2| (-599 |#2|) (-599 |#2|) (-1155)) 196 (|has| |#3| (-641 |#2|)))))
+(((-555 |#1| |#2| |#3|) (-10 -7 (-15 -3283 ((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|))) (-15 -4210 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-599 |#2|) (-599 |#2|) |#2|)) (-15 -2081 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-599 |#2|) (-599 |#2|) (-630 |#2|))) (-15 -3093 ((-3 |#2| "failed") |#2| |#2| |#2| (-599 |#2|) (-599 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1155)))) (IF (|has| |#3| (-641 |#2|)) (-15 -1928 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3428 (-630 |#2|))) |#3| |#2| (-599 |#2|) (-599 |#2|) (-1155))) |%noBranch|)) (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))) (-13 (-424 |#1|) (-27) (-1177)) (-1079)) (T -555))
+((-1928 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-599 *4)) (-5 *6 (-1155)) (-4 *4 (-13 (-424 *7) (-27) (-1177))) (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4)))) (-5 *1 (-555 *7 *4 *3)) (-4 *3 (-641 *4)) (-4 *3 (-1079)))) (-3093 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-599 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1155))) (-4 *2 (-13 (-424 *5) (-27) (-1177))) (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *1 (-555 *5 *2 *6)) (-4 *6 (-1079)))) (-2081 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-630 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1177))) (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-555 *6 *3 *7)) (-4 *7 (-1079)))) (-4210 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-599 *3)) (-4 *3 (-13 (-424 *5) (-27) (-1177))) (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3))) (-5 *1 (-555 *5 *3 *6)) (-4 *6 (-1079)))) (-3283 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-599 *3)) (-4 *3 (-13 (-424 *5) (-27) (-1177))) (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553)))) (-5 *2 (-574 *3)) (-5 *1 (-555 *5 *3 *6)) (-4 *6 (-1079)))))
+(-10 -7 (-15 -3283 ((-574 |#2|) |#2| (-599 |#2|) (-599 |#2|))) (-15 -4210 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-599 |#2|) (-599 |#2|) |#2|)) (-15 -2081 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-599 |#2|) (-599 |#2|) (-630 |#2|))) (-15 -3093 ((-3 |#2| "failed") |#2| |#2| |#2| (-599 |#2|) (-599 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1155)))) (IF (|has| |#3| (-641 |#2|)) (-15 -1928 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -3428 (-630 |#2|))) |#3| |#2| (-599 |#2|) (-599 |#2|) (-1155))) |%noBranch|))
+((-3825 (((-2 (|:| -3913 |#2|) (|:| |nconst| |#2|)) |#2| (-1155)) 64)) (-4327 (((-3 |#2| "failed") |#2| (-1155) (-826 |#2|) (-826 |#2|)) 164 (-12 (|has| |#2| (-1118)) (|has| |#1| (-601 (-874 (-553)))) (|has| |#1| (-868 (-553))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1155)) 147 (-12 (|has| |#2| (-616)) (|has| |#1| (-601 (-874 (-553)))) (|has| |#1| (-868 (-553)))))) (-2367 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1155)) 148 (-12 (|has| |#2| (-616)) (|has| |#1| (-601 (-874 (-553)))) (|has| |#1| (-868 (-553)))))))
+(((-556 |#1| |#2|) (-10 -7 (-15 -3825 ((-2 (|:| -3913 |#2|) (|:| |nconst| |#2|)) |#2| (-1155))) (IF (|has| |#1| (-601 (-874 (-553)))) (IF (|has| |#1| (-868 (-553))) (PROGN (IF (|has| |#2| (-616)) (PROGN (-15 -2367 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1155))) (-15 -4327 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1155)))) |%noBranch|) (IF (|has| |#2| (-1118)) (-15 -4327 ((-3 |#2| "failed") |#2| (-1155) (-826 |#2|) (-826 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-833) (-1020 (-553)) (-445) (-626 (-553))) (-13 (-27) (-1177) (-424 |#1|))) (T -556))
+((-4327 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1155)) (-5 *4 (-826 *2)) (-4 *2 (-1118)) (-4 *2 (-13 (-27) (-1177) (-424 *5))) (-4 *5 (-601 (-874 (-553)))) (-4 *5 (-868 (-553))) (-4 *5 (-13 (-833) (-1020 (-553)) (-445) (-626 (-553)))) (-5 *1 (-556 *5 *2)))) (-4327 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1155)) (-4 *5 (-601 (-874 (-553)))) (-4 *5 (-868 (-553))) (-4 *5 (-13 (-833) (-1020 (-553)) (-445) (-626 (-553)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-556 *5 *3)) (-4 *3 (-616)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))) (-2367 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1155)) (-4 *5 (-601 (-874 (-553)))) (-4 *5 (-868 (-553))) (-4 *5 (-13 (-833) (-1020 (-553)) (-445) (-626 (-553)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-556 *5 *3)) (-4 *3 (-616)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))) (-3825 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-833) (-1020 (-553)) (-445) (-626 (-553)))) (-5 *2 (-2 (|:| -3913 *3) (|:| |nconst| *3))) (-5 *1 (-556 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))))
+(-10 -7 (-15 -3825 ((-2 (|:| -3913 |#2|) (|:| |nconst| |#2|)) |#2| (-1155))) (IF (|has| |#1| (-601 (-874 (-553)))) (IF (|has| |#1| (-868 (-553))) (PROGN (IF (|has| |#2| (-616)) (PROGN (-15 -2367 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1155))) (-15 -4327 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1155)))) |%noBranch|) (IF (|has| |#2| (-1118)) (-15 -4327 ((-3 |#2| "failed") |#2| (-1155) (-826 |#2|) (-826 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-3514 (((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-630 (-401 |#2|))) 41)) (-1619 (((-574 (-401 |#2|)) (-401 |#2|)) 28)) (-2665 (((-3 (-401 |#2|) "failed") (-401 |#2|)) 17)) (-2102 (((-3 (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-401 |#2|)) 48)))
+(((-557 |#1| |#2|) (-10 -7 (-15 -1619 ((-574 (-401 |#2|)) (-401 |#2|))) (-15 -2665 ((-3 (-401 |#2|) "failed") (-401 |#2|))) (-15 -2102 ((-3 (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-401 |#2|))) (-15 -3514 ((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-630 (-401 |#2|))))) (-13 (-357) (-144) (-1020 (-553))) (-1214 |#1|)) (T -557))
+((-3514 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-630 (-401 *6))) (-5 *3 (-401 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-557 *5 *6)))) (-2102 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-357) (-144) (-1020 (-553)))) (-4 *5 (-1214 *4)) (-5 *2 (-2 (|:| -3557 (-401 *5)) (|:| |coeff| (-401 *5)))) (-5 *1 (-557 *4 *5)) (-5 *3 (-401 *5)))) (-2665 (*1 *2 *2) (|partial| -12 (-5 *2 (-401 *4)) (-4 *4 (-1214 *3)) (-4 *3 (-13 (-357) (-144) (-1020 (-553)))) (-5 *1 (-557 *3 *4)))) (-1619 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-553)))) (-4 *5 (-1214 *4)) (-5 *2 (-574 (-401 *5))) (-5 *1 (-557 *4 *5)) (-5 *3 (-401 *5)))))
+(-10 -7 (-15 -1619 ((-574 (-401 |#2|)) (-401 |#2|))) (-15 -2665 ((-3 (-401 |#2|) "failed") (-401 |#2|))) (-15 -2102 ((-3 (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-401 |#2|))) (-15 -3514 ((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-630 (-401 |#2|)))))
+((-3583 (((-3 (-553) "failed") |#1|) 14)) (-3214 (((-111) |#1|) 13)) (-3562 (((-553) |#1|) 9)))
+(((-558 |#1|) (-10 -7 (-15 -3562 ((-553) |#1|)) (-15 -3214 ((-111) |#1|)) (-15 -3583 ((-3 (-553) "failed") |#1|))) (-1020 (-553))) (T -558))
+((-3583 (*1 *2 *3) (|partial| -12 (-5 *2 (-553)) (-5 *1 (-558 *3)) (-4 *3 (-1020 *2)))) (-3214 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-558 *3)) (-4 *3 (-1020 (-553))))) (-3562 (*1 *2 *3) (-12 (-5 *2 (-553)) (-5 *1 (-558 *3)) (-4 *3 (-1020 *2)))))
+(-10 -7 (-15 -3562 ((-553) |#1|)) (-15 -3214 ((-111) |#1|)) (-15 -3583 ((-3 (-553) "failed") |#1|)))
+((-3154 (((-3 (-2 (|:| |mainpart| (-401 (-934 |#1|))) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 (-934 |#1|))) (|:| |logand| (-401 (-934 |#1|))))))) "failed") (-401 (-934 |#1|)) (-1155) (-630 (-401 (-934 |#1|)))) 48)) (-3808 (((-574 (-401 (-934 |#1|))) (-401 (-934 |#1|)) (-1155)) 28)) (-3172 (((-3 (-401 (-934 |#1|)) "failed") (-401 (-934 |#1|)) (-1155)) 23)) (-3161 (((-3 (-2 (|:| -3557 (-401 (-934 |#1|))) (|:| |coeff| (-401 (-934 |#1|)))) "failed") (-401 (-934 |#1|)) (-1155) (-401 (-934 |#1|))) 35)))
+(((-559 |#1|) (-10 -7 (-15 -3808 ((-574 (-401 (-934 |#1|))) (-401 (-934 |#1|)) (-1155))) (-15 -3172 ((-3 (-401 (-934 |#1|)) "failed") (-401 (-934 |#1|)) (-1155))) (-15 -3154 ((-3 (-2 (|:| |mainpart| (-401 (-934 |#1|))) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 (-934 |#1|))) (|:| |logand| (-401 (-934 |#1|))))))) "failed") (-401 (-934 |#1|)) (-1155) (-630 (-401 (-934 |#1|))))) (-15 -3161 ((-3 (-2 (|:| -3557 (-401 (-934 |#1|))) (|:| |coeff| (-401 (-934 |#1|)))) "failed") (-401 (-934 |#1|)) (-1155) (-401 (-934 |#1|))))) (-13 (-545) (-1020 (-553)) (-144))) (T -559))
+((-3161 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1155)) (-4 *5 (-13 (-545) (-1020 (-553)) (-144))) (-5 *2 (-2 (|:| -3557 (-401 (-934 *5))) (|:| |coeff| (-401 (-934 *5))))) (-5 *1 (-559 *5)) (-5 *3 (-401 (-934 *5))))) (-3154 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-630 (-401 (-934 *6)))) (-5 *3 (-401 (-934 *6))) (-4 *6 (-13 (-545) (-1020 (-553)) (-144))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-559 *6)))) (-3172 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-401 (-934 *4))) (-5 *3 (-1155)) (-4 *4 (-13 (-545) (-1020 (-553)) (-144))) (-5 *1 (-559 *4)))) (-3808 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-545) (-1020 (-553)) (-144))) (-5 *2 (-574 (-401 (-934 *5)))) (-5 *1 (-559 *5)) (-5 *3 (-401 (-934 *5))))))
+(-10 -7 (-15 -3808 ((-574 (-401 (-934 |#1|))) (-401 (-934 |#1|)) (-1155))) (-15 -3172 ((-3 (-401 (-934 |#1|)) "failed") (-401 (-934 |#1|)) (-1155))) (-15 -3154 ((-3 (-2 (|:| |mainpart| (-401 (-934 |#1|))) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 (-934 |#1|))) (|:| |logand| (-401 (-934 |#1|))))))) "failed") (-401 (-934 |#1|)) (-1155) (-630 (-401 (-934 |#1|))))) (-15 -3161 ((-3 (-2 (|:| -3557 (-401 (-934 |#1|))) (|:| |coeff| (-401 (-934 |#1|)))) "failed") (-401 (-934 |#1|)) (-1155) (-401 (-934 |#1|)))))
+((-3200 (((-111) $ $) 58)) (-1719 (((-111) $) 36)) (-4053 ((|#1| $) 30)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) 62)) (-2479 (($ $) 122)) (-2333 (($ $) 102)) (-1462 ((|#1| $) 28)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3487 (($ $) NIL)) (-2456 (($ $) 124)) (-2306 (($ $) 98)) (-2505 (($ $) 126)) (-2360 (($ $) 106)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) 77)) (-2831 (((-553) $) 79)) (-3889 (((-3 $ "failed") $) 61)) (-2373 (($ |#1| |#1|) 26)) (-2184 (((-111) $) 33)) (-4041 (($) 88)) (-1434 (((-111) $) 43)) (-3527 (($ $ (-553)) NIL)) (-2260 (((-111) $) 34)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-2431 (($ $) 90)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-1437 (($ |#1| |#1|) 20) (($ |#1|) 25) (($ (-401 (-553))) 76)) (-1781 ((|#1| $) 27)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) 64) (($ (-630 $)) NIL)) (-3968 (((-3 $ "failed") $ $) 63)) (-2854 (($ $) 92)) (-2517 (($ $) 130)) (-2371 (($ $) 104)) (-2492 (($ $) 132)) (-2347 (($ $) 108)) (-2468 (($ $) 128)) (-2319 (($ $) 100)) (-3638 (((-111) $ |#1|) 31)) (-3212 (((-845) $) 84) (($ (-553)) 66) (($ $) NIL) (($ (-553)) 66)) (-1348 (((-757)) 86)) (-3842 (($ $) 144)) (-2410 (($ $) 114)) (-2453 (((-111) $ $) NIL)) (-2529 (($ $) 142)) (-2383 (($ $) 110)) (-3862 (($ $) 140)) (-2434 (($ $) 120)) (-3013 (($ $) 138)) (-2445 (($ $) 118)) (-3852 (($ $) 136)) (-2421 (($ $) 116)) (-2542 (($ $) 134)) (-2396 (($ $) 112)) (-3296 (($) 21 T CONST)) (-3308 (($) 10 T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 37)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 35)) (-1710 (($ $) 41) (($ $ $) 42)) (-1699 (($ $ $) 40)) (** (($ $ (-903)) 54) (($ $ (-757)) NIL) (($ $ $) 94) (($ $ (-401 (-553))) 146)) (* (($ (-903) $) 51) (($ (-757) $) NIL) (($ (-553) $) 50) (($ $ $) 48)))
+(((-560 |#1|) (-543 |#1|) (-13 (-398) (-1177))) (T -560))
+NIL
+(-543 |#1|)
+((-3350 (((-3 (-630 (-1151 (-553))) "failed") (-630 (-1151 (-553))) (-1151 (-553))) 24)))
+(((-561) (-10 -7 (-15 -3350 ((-3 (-630 (-1151 (-553))) "failed") (-630 (-1151 (-553))) (-1151 (-553)))))) (T -561))
+((-3350 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-630 (-1151 (-553)))) (-5 *3 (-1151 (-553))) (-5 *1 (-561)))))
+(-10 -7 (-15 -3350 ((-3 (-630 (-1151 (-553))) "failed") (-630 (-1151 (-553))) (-1151 (-553)))))
+((-1431 (((-630 (-599 |#2|)) (-630 (-599 |#2|)) (-1155)) 19)) (-4317 (((-630 (-599 |#2|)) (-630 |#2|) (-1155)) 23)) (-1502 (((-630 (-599 |#2|)) (-630 (-599 |#2|)) (-630 (-599 |#2|))) 11)) (-1387 ((|#2| |#2| (-1155)) 54 (|has| |#1| (-545)))) (-3408 ((|#2| |#2| (-1155)) 78 (-12 (|has| |#2| (-278)) (|has| |#1| (-445))))) (-2066 (((-599 |#2|) (-599 |#2|) (-630 (-599 |#2|)) (-1155)) 25)) (-4067 (((-599 |#2|) (-630 (-599 |#2|))) 24)) (-2126 (((-574 |#2|) |#2| (-1155) (-1 (-574 |#2|) |#2| (-1155)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1155))) 103 (-12 (|has| |#2| (-278)) (|has| |#2| (-616)) (|has| |#2| (-1020 (-1155))) (|has| |#1| (-601 (-874 (-553)))) (|has| |#1| (-445)) (|has| |#1| (-868 (-553)))))))
+(((-562 |#1| |#2|) (-10 -7 (-15 -1431 ((-630 (-599 |#2|)) (-630 (-599 |#2|)) (-1155))) (-15 -4067 ((-599 |#2|) (-630 (-599 |#2|)))) (-15 -2066 ((-599 |#2|) (-599 |#2|) (-630 (-599 |#2|)) (-1155))) (-15 -1502 ((-630 (-599 |#2|)) (-630 (-599 |#2|)) (-630 (-599 |#2|)))) (-15 -4317 ((-630 (-599 |#2|)) (-630 |#2|) (-1155))) (IF (|has| |#1| (-545)) (-15 -1387 (|#2| |#2| (-1155))) |%noBranch|) (IF (|has| |#1| (-445)) (IF (|has| |#2| (-278)) (PROGN (-15 -3408 (|#2| |#2| (-1155))) (IF (|has| |#1| (-601 (-874 (-553)))) (IF (|has| |#1| (-868 (-553))) (IF (|has| |#2| (-616)) (IF (|has| |#2| (-1020 (-1155))) (-15 -2126 ((-574 |#2|) |#2| (-1155) (-1 (-574 |#2|) |#2| (-1155)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1155)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-833) (-424 |#1|)) (T -562))
+((-2126 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-574 *3) *3 (-1155))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1155))) (-4 *3 (-278)) (-4 *3 (-616)) (-4 *3 (-1020 *4)) (-4 *3 (-424 *7)) (-5 *4 (-1155)) (-4 *7 (-601 (-874 (-553)))) (-4 *7 (-445)) (-4 *7 (-868 (-553))) (-4 *7 (-833)) (-5 *2 (-574 *3)) (-5 *1 (-562 *7 *3)))) (-3408 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-445)) (-4 *4 (-833)) (-5 *1 (-562 *4 *2)) (-4 *2 (-278)) (-4 *2 (-424 *4)))) (-1387 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-545)) (-4 *4 (-833)) (-5 *1 (-562 *4 *2)) (-4 *2 (-424 *4)))) (-4317 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *6)) (-5 *4 (-1155)) (-4 *6 (-424 *5)) (-4 *5 (-833)) (-5 *2 (-630 (-599 *6))) (-5 *1 (-562 *5 *6)))) (-1502 (*1 *2 *2 *2) (-12 (-5 *2 (-630 (-599 *4))) (-4 *4 (-424 *3)) (-4 *3 (-833)) (-5 *1 (-562 *3 *4)))) (-2066 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-630 (-599 *6))) (-5 *4 (-1155)) (-5 *2 (-599 *6)) (-4 *6 (-424 *5)) (-4 *5 (-833)) (-5 *1 (-562 *5 *6)))) (-4067 (*1 *2 *3) (-12 (-5 *3 (-630 (-599 *5))) (-4 *4 (-833)) (-5 *2 (-599 *5)) (-5 *1 (-562 *4 *5)) (-4 *5 (-424 *4)))) (-1431 (*1 *2 *2 *3) (-12 (-5 *2 (-630 (-599 *5))) (-5 *3 (-1155)) (-4 *5 (-424 *4)) (-4 *4 (-833)) (-5 *1 (-562 *4 *5)))))
+(-10 -7 (-15 -1431 ((-630 (-599 |#2|)) (-630 (-599 |#2|)) (-1155))) (-15 -4067 ((-599 |#2|) (-630 (-599 |#2|)))) (-15 -2066 ((-599 |#2|) (-599 |#2|) (-630 (-599 |#2|)) (-1155))) (-15 -1502 ((-630 (-599 |#2|)) (-630 (-599 |#2|)) (-630 (-599 |#2|)))) (-15 -4317 ((-630 (-599 |#2|)) (-630 |#2|) (-1155))) (IF (|has| |#1| (-545)) (-15 -1387 (|#2| |#2| (-1155))) |%noBranch|) (IF (|has| |#1| (-445)) (IF (|has| |#2| (-278)) (PROGN (-15 -3408 (|#2| |#2| (-1155))) (IF (|has| |#1| (-601 (-874 (-553)))) (IF (|has| |#1| (-868 (-553))) (IF (|has| |#2| (-616)) (IF (|has| |#2| (-1020 (-1155))) (-15 -2126 ((-574 |#2|) |#2| (-1155) (-1 (-574 |#2|) |#2| (-1155)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1155)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-1382 (((-2 (|:| |answer| (-574 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-630 |#1|) "failed") (-553) |#1| |#1|)) 172)) (-2379 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-630 (-401 |#2|))) 148)) (-3994 (((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-630 (-401 |#2|))) 145)) (-1905 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 133)) (-2275 (((-2 (|:| |answer| (-574 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 158)) (-4261 (((-3 (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-401 |#2|)) 175)) (-1360 (((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-401 |#2|)) 178)) (-1388 (((-2 (|:| |ir| (-574 (-401 |#2|))) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|)) 84)) (-2579 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 90)) (-3001 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|) (-630 (-401 |#2|))) 152)) (-4267 (((-3 (-610 |#1| |#2|) "failed") (-610 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|)) 137)) (-1697 (((-2 (|:| |answer| (-574 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|)) 162)) (-1571 (((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|) (-401 |#2|)) 183)))
+(((-563 |#1| |#2|) (-10 -7 (-15 -2275 ((-2 (|:| |answer| (-574 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1697 ((-2 (|:| |answer| (-574 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|))) (-15 -1382 ((-2 (|:| |answer| (-574 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-630 |#1|) "failed") (-553) |#1| |#1|))) (-15 -1360 ((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-401 |#2|))) (-15 -1571 ((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|) (-401 |#2|))) (-15 -2379 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-630 (-401 |#2|)))) (-15 -3001 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|) (-630 (-401 |#2|)))) (-15 -4261 ((-3 (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-401 |#2|))) (-15 -3994 ((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-630 (-401 |#2|)))) (-15 -1905 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -4267 ((-3 (-610 |#1| |#2|) "failed") (-610 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|))) (-15 -1388 ((-2 (|:| |ir| (-574 (-401 |#2|))) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|))) (-15 -2579 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-357) (-1214 |#1|)) (T -563))
+((-2579 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-563 *5 *3)))) (-1388 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |ir| (-574 (-401 *6))) (|:| |specpart| (-401 *6)) (|:| |polypart| *6))) (-5 *1 (-563 *5 *6)) (-5 *3 (-401 *6)))) (-4267 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-610 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3425 *4) (|:| |sol?| (-111))) (-553) *4)) (-4 *4 (-357)) (-4 *5 (-1214 *4)) (-5 *1 (-563 *4 *5)))) (-1905 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -3557 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-357)) (-5 *1 (-563 *4 *2)) (-4 *2 (-1214 *4)))) (-3994 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-630 (-401 *7))) (-4 *7 (-1214 *6)) (-5 *3 (-401 *7)) (-4 *6 (-357)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-563 *6 *7)))) (-4261 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| -3557 (-401 *6)) (|:| |coeff| (-401 *6)))) (-5 *1 (-563 *5 *6)) (-5 *3 (-401 *6)))) (-3001 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3425 *7) (|:| |sol?| (-111))) (-553) *7)) (-5 *6 (-630 (-401 *8))) (-4 *7 (-357)) (-4 *8 (-1214 *7)) (-5 *3 (-401 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-563 *7 *8)))) (-2379 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -3557 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-630 (-401 *8))) (-4 *7 (-357)) (-4 *8 (-1214 *7)) (-5 *3 (-401 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-563 *7 *8)))) (-1571 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3425 *6) (|:| |sol?| (-111))) (-553) *6)) (-4 *6 (-357)) (-4 *7 (-1214 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-401 *7)) (|:| |a0| *6)) (-2 (|:| -3557 (-401 *7)) (|:| |coeff| (-401 *7))) "failed")) (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))) (-1360 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3557 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-357)) (-4 *7 (-1214 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-401 *7)) (|:| |a0| *6)) (-2 (|:| -3557 (-401 *7)) (|:| |coeff| (-401 *7))) "failed")) (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))) (-1382 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-630 *6) "failed") (-553) *6 *6)) (-4 *6 (-357)) (-4 *7 (-1214 *6)) (-5 *2 (-2 (|:| |answer| (-574 (-401 *7))) (|:| |a0| *6))) (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))) (-1697 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3425 *6) (|:| |sol?| (-111))) (-553) *6)) (-4 *6 (-357)) (-4 *7 (-1214 *6)) (-5 *2 (-2 (|:| |answer| (-574 (-401 *7))) (|:| |a0| *6))) (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))) (-2275 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3557 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-357)) (-4 *7 (-1214 *6)) (-5 *2 (-2 (|:| |answer| (-574 (-401 *7))) (|:| |a0| *6))) (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))))
+(-10 -7 (-15 -2275 ((-2 (|:| |answer| (-574 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -1697 ((-2 (|:| |answer| (-574 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|))) (-15 -1382 ((-2 (|:| |answer| (-574 (-401 |#2|))) (|:| |a0| |#1|)) (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-630 |#1|) "failed") (-553) |#1| |#1|))) (-15 -1360 ((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-401 |#2|))) (-15 -1571 ((-3 (-2 (|:| |answer| (-401 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|) (-401 |#2|))) (-15 -2379 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-630 (-401 |#2|)))) (-15 -3001 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|))))))) (|:| |a0| |#1|)) "failed") (-401 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|) (-630 (-401 |#2|)))) (-15 -4261 ((-3 (-2 (|:| -3557 (-401 |#2|)) (|:| |coeff| (-401 |#2|))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-401 |#2|))) (-15 -3994 ((-3 (-2 (|:| |mainpart| (-401 |#2|)) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| (-401 |#2|)) (|:| |logand| (-401 |#2|)))))) "failed") (-401 |#2|) (-1 |#2| |#2|) (-630 (-401 |#2|)))) (-15 -1905 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -4267 ((-3 (-610 |#1| |#2|) "failed") (-610 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3425 |#1|) (|:| |sol?| (-111))) (-553) |#1|))) (-15 -1388 ((-2 (|:| |ir| (-574 (-401 |#2|))) (|:| |specpart| (-401 |#2|)) (|:| |polypart| |#2|)) (-401 |#2|) (-1 |#2| |#2|))) (-15 -2579 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
+((-2955 (((-3 |#2| "failed") |#2| (-1155) (-1155)) 10)))
+(((-564 |#1| |#2|) (-10 -7 (-15 -2955 ((-3 |#2| "failed") |#2| (-1155) (-1155)))) (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))) (-13 (-1177) (-941) (-1118) (-29 |#1|))) (T -564))
+((-2955 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1155)) (-4 *4 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-564 *4 *2)) (-4 *2 (-13 (-1177) (-941) (-1118) (-29 *4))))))
+(-10 -7 (-15 -2955 ((-3 |#2| "failed") |#2| (-1155) (-1155))))
+((-2350 (((-1099) $ (-127)) 12)) (-1824 (((-1099) $ (-128)) 11)) (-2689 (((-1099) $ (-127)) 7)) (-3886 (((-1099) $) 8)) (-3297 (($ $) 6)))
+(((-565) (-137)) (T -565))
+NIL
+(-13 (-520) (-843))
+(((-170) . T) ((-520) . T) ((-843) . T))
+((-2350 (((-1099) $ (-127)) NIL)) (-1824 (((-1099) $ (-128)) NIL)) (-2689 (((-1099) $ (-127)) NIL)) (-3886 (((-1099) $) NIL)) (-2713 (((-111) $) NIL)) (-2784 (($ (-382)) 14) (($ (-1137)) 16)) (-3212 (((-845) $) NIL)) (-3297 (($ $) NIL)))
+(((-566) (-13 (-565) (-600 (-845)) (-10 -8 (-15 -2784 ($ (-382))) (-15 -2784 ($ (-1137))) (-15 -2713 ((-111) $))))) (T -566))
+((-2784 (*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-566)))) (-2784 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-566)))) (-2713 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-566)))))
+(-13 (-565) (-600 (-845)) (-10 -8 (-15 -2784 ($ (-382))) (-15 -2784 ($ (-1137))) (-15 -2713 ((-111) $))))
+((-3200 (((-111) $ $) NIL)) (-3782 (($) 7 T CONST)) (-4056 (((-1137) $) NIL)) (-1393 (($) 6 T CONST)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 14)) (-1432 (($) 8 T CONST)) (-1614 (((-111) $ $) 10)))
+(((-567) (-13 (-1079) (-10 -8 (-15 -1393 ($) -3929) (-15 -3782 ($) -3929) (-15 -1432 ($) -3929)))) (T -567))
+((-1393 (*1 *1) (-5 *1 (-567))) (-3782 (*1 *1) (-5 *1 (-567))) (-1432 (*1 *1) (-5 *1 (-567))))
+(-13 (-1079) (-10 -8 (-15 -1393 ($) -3929) (-15 -3782 ($) -3929) (-15 -1432 ($) -3929)))
+((-3200 (((-111) $ $) NIL)) (-1885 (((-3 $ "failed") (-484)) 13)) (-4056 (((-1137) $) NIL)) (-3952 (($ (-1137)) 9)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 28)) (-3213 (((-208 4 (-128)) $) 16)) (-1614 (((-111) $ $) 19)))
+(((-568) (-13 (-1079) (-10 -8 (-15 -3952 ($ (-1137))) (-15 -3213 ((-208 4 (-128)) $)) (-15 -1885 ((-3 $ "failed") (-484)))))) (T -568))
+((-3952 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-568)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-208 4 (-128))) (-5 *1 (-568)))) (-1885 (*1 *1 *2) (|partial| -12 (-5 *2 (-484)) (-5 *1 (-568)))))
+(-13 (-1079) (-10 -8 (-15 -3952 ($ (-1137))) (-15 -3213 ((-208 4 (-128)) $)) (-15 -1885 ((-3 $ "failed") (-484)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3487 (($ $ (-553)) 66)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-3122 (($ (-1151 (-553)) (-553)) 72)) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) 58)) (-3758 (($ $) 34)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2592 (((-757) $) 15)) (-1434 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-4304 (((-553)) 29)) (-3463 (((-553) $) 32)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2370 (($ $ (-553)) 21)) (-3968 (((-3 $ "failed") $ $) 59)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) 16)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 61)) (-4147 (((-1135 (-553)) $) 18)) (-4297 (($ $) 23)) (-3212 (((-845) $) 87) (($ (-553)) 52) (($ $) NIL)) (-1348 (((-757)) 14)) (-2453 (((-111) $ $) NIL)) (-4312 (((-553) $ (-553)) 36)) (-3296 (($) 35 T CONST)) (-3308 (($) 19 T CONST)) (-1614 (((-111) $ $) 39)) (-1710 (($ $) 51) (($ $ $) 37)) (-1699 (($ $ $) 50)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 54) (($ $ $) 55)))
+(((-569 |#1| |#2|) (-851 |#1|) (-553) (-111)) (T -569))
+NIL
+(-851 |#1|)
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 21)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 (($ $ (-903)) NIL (|has| $ (-362))) (($ $) NIL)) (-3398 (((-1165 (-903) (-757)) (-553)) 47)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 $ "failed") $) 75)) (-2831 (($ $) 74)) (-1676 (($ (-1238 $)) 73)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) 44)) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) 32)) (-1333 (($) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) 49)) (-2879 (((-111) $) NIL)) (-2865 (($ $) NIL) (($ $ (-757)) NIL)) (-4268 (((-111) $) NIL)) (-2592 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-1434 (((-111) $) NIL)) (-1389 (($) 37 (|has| $ (-362)))) (-2810 (((-111) $) NIL (|has| $ (-362)))) (-4233 (($ $ (-903)) NIL (|has| $ (-362))) (($ $) NIL)) (-3464 (((-3 $ "failed") $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 $) $ (-903)) NIL (|has| $ (-362))) (((-1151 $) $) 83)) (-3941 (((-903) $) 55)) (-2474 (((-1151 $) $) NIL (|has| $ (-362)))) (-1403 (((-3 (-1151 $) "failed") $ $) NIL (|has| $ (-362))) (((-1151 $) $) NIL (|has| $ (-362)))) (-2388 (($ $ (-1151 $)) NIL (|has| $ (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL T CONST)) (-2839 (($ (-903)) 48)) (-3116 (((-111) $) 67)) (-2875 (((-1099) $) NIL)) (-4125 (($) 19 (|has| $ (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) 42)) (-3476 (((-412 $) $) NIL)) (-2987 (((-903)) 66) (((-819 (-903))) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-3 (-757) "failed") $ $) NIL) (((-757) $) NIL)) (-1315 (((-132)) NIL)) (-3095 (($ $ (-757)) NIL) (($ $) NIL)) (-2672 (((-903) $) 65) (((-819 (-903)) $) NIL)) (-3035 (((-1151 $)) 82)) (-3529 (($) 54)) (-2516 (($) 38 (|has| $ (-362)))) (-3693 (((-674 $) (-1238 $)) NIL) (((-1238 $) $) 71)) (-1523 (((-553) $) 28)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) 30) (($ $) NIL) (($ (-401 (-553))) NIL)) (-2234 (((-3 $ "failed") $) NIL) (($ $) 84)) (-1348 (((-757)) 39)) (-3428 (((-1238 $) (-903)) 77) (((-1238 $)) 76)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) 22 T CONST)) (-3308 (($) 18 T CONST)) (-2541 (($ $ (-757)) NIL (|has| $ (-362))) (($ $) NIL (|has| $ (-362)))) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) 26)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 61) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL)))
+(((-570 |#1|) (-13 (-343) (-323 $) (-601 (-553))) (-903)) (T -570))
+NIL
+(-13 (-343) (-323 $) (-601 (-553)))
+((-1919 (((-1243) (-1137)) 10)))
+(((-571) (-10 -7 (-15 -1919 ((-1243) (-1137))))) (T -571))
+((-1919 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-571)))))
+(-10 -7 (-15 -1919 ((-1243) (-1137))))
+((-2135 (((-574 |#2|) (-574 |#2|)) 40)) (-3924 (((-630 |#2|) (-574 |#2|)) 42)) (-3949 ((|#2| (-574 |#2|)) 48)))
+(((-572 |#1| |#2|) (-10 -7 (-15 -2135 ((-574 |#2|) (-574 |#2|))) (-15 -3924 ((-630 |#2|) (-574 |#2|))) (-15 -3949 (|#2| (-574 |#2|)))) (-13 (-445) (-1020 (-553)) (-833) (-626 (-553))) (-13 (-29 |#1|) (-1177))) (T -572))
+((-3949 (*1 *2 *3) (-12 (-5 *3 (-574 *2)) (-4 *2 (-13 (-29 *4) (-1177))) (-5 *1 (-572 *4 *2)) (-4 *4 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553)))))) (-3924 (*1 *2 *3) (-12 (-5 *3 (-574 *5)) (-4 *5 (-13 (-29 *4) (-1177))) (-4 *4 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553)))) (-5 *2 (-630 *5)) (-5 *1 (-572 *4 *5)))) (-2135 (*1 *2 *2) (-12 (-5 *2 (-574 *4)) (-4 *4 (-13 (-29 *3) (-1177))) (-4 *3 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553)))) (-5 *1 (-572 *3 *4)))))
+(-10 -7 (-15 -2135 ((-574 |#2|) (-574 |#2|))) (-15 -3924 ((-630 |#2|) (-574 |#2|))) (-15 -3949 (|#2| (-574 |#2|))))
+((-1478 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-574 |#2|) (-1 |#2| |#1|) (-574 |#1|)) 30)))
+(((-573 |#1| |#2|) (-10 -7 (-15 -1478 ((-574 |#2|) (-1 |#2| |#1|) (-574 |#1|))) (-15 -1478 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1478 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1478 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-357) (-357)) (T -573))
+((-1478 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-357)) (-4 *6 (-357)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-573 *5 *6)))) (-1478 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-357)) (-4 *2 (-357)) (-5 *1 (-573 *5 *2)))) (-1478 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -3557 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-357)) (-4 *6 (-357)) (-5 *2 (-2 (|:| -3557 *6) (|:| |coeff| *6))) (-5 *1 (-573 *5 *6)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-574 *5)) (-4 *5 (-357)) (-4 *6 (-357)) (-5 *2 (-574 *6)) (-5 *1 (-573 *5 *6)))))
+(-10 -7 (-15 -1478 ((-574 |#2|) (-1 |#2| |#1|) (-574 |#1|))) (-15 -1478 ((-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3557 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1478 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1478 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) 69)) (-2831 ((|#1| $) NIL)) (-3557 ((|#1| $) 26)) (-4235 (((-630 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 28)) (-2318 (($ |#1| (-630 (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 |#1|)) (|:| |logand| (-1151 |#1|)))) (-630 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 24)) (-1560 (((-630 (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 |#1|)) (|:| |logand| (-1151 |#1|)))) $) 27)) (-4056 (((-1137) $) NIL)) (-3198 (($ |#1| |#1|) 33) (($ |#1| (-1155)) 44 (|has| |#1| (-1020 (-1155))))) (-2875 (((-1099) $) NIL)) (-3505 (((-111) $) 30)) (-3095 ((|#1| $ (-1 |#1| |#1|)) 81) ((|#1| $ (-1155)) 82 (|has| |#1| (-882 (-1155))))) (-3212 (((-845) $) 96) (($ |#1|) 25)) (-3296 (($) 16 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) 15) (($ $ $) NIL)) (-1699 (($ $ $) 78)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 14) (($ (-401 (-553)) $) 36) (($ $ (-401 (-553))) NIL)))
+(((-574 |#1|) (-13 (-703 (-401 (-553))) (-1020 |#1|) (-10 -8 (-15 -2318 ($ |#1| (-630 (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 |#1|)) (|:| |logand| (-1151 |#1|)))) (-630 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3557 (|#1| $)) (-15 -1560 ((-630 (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 |#1|)) (|:| |logand| (-1151 |#1|)))) $)) (-15 -4235 ((-630 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3505 ((-111) $)) (-15 -3198 ($ |#1| |#1|)) (-15 -3095 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-882 (-1155))) (-15 -3095 (|#1| $ (-1155))) |%noBranch|) (IF (|has| |#1| (-1020 (-1155))) (-15 -3198 ($ |#1| (-1155))) |%noBranch|))) (-357)) (T -574))
+((-2318 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-630 (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 *2)) (|:| |logand| (-1151 *2))))) (-5 *4 (-630 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-357)) (-5 *1 (-574 *2)))) (-3557 (*1 *2 *1) (-12 (-5 *1 (-574 *2)) (-4 *2 (-357)))) (-1560 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 *3)) (|:| |logand| (-1151 *3))))) (-5 *1 (-574 *3)) (-4 *3 (-357)))) (-4235 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-574 *3)) (-4 *3 (-357)))) (-3505 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-574 *3)) (-4 *3 (-357)))) (-3198 (*1 *1 *2 *2) (-12 (-5 *1 (-574 *2)) (-4 *2 (-357)))) (-3095 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-574 *2)) (-4 *2 (-357)))) (-3095 (*1 *2 *1 *3) (-12 (-4 *2 (-357)) (-4 *2 (-882 *3)) (-5 *1 (-574 *2)) (-5 *3 (-1155)))) (-3198 (*1 *1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *1 (-574 *2)) (-4 *2 (-1020 *3)) (-4 *2 (-357)))))
+(-13 (-703 (-401 (-553))) (-1020 |#1|) (-10 -8 (-15 -2318 ($ |#1| (-630 (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 |#1|)) (|:| |logand| (-1151 |#1|)))) (-630 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3557 (|#1| $)) (-15 -1560 ((-630 (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 |#1|)) (|:| |logand| (-1151 |#1|)))) $)) (-15 -4235 ((-630 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3505 ((-111) $)) (-15 -3198 ($ |#1| |#1|)) (-15 -3095 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-882 (-1155))) (-15 -3095 (|#1| $ (-1155))) |%noBranch|) (IF (|has| |#1| (-1020 (-1155))) (-15 -3198 ($ |#1| (-1155))) |%noBranch|)))
+((-2210 (((-111) |#1|) 16)) (-2732 (((-3 |#1| "failed") |#1|) 14)) (-2092 (((-2 (|:| -4173 |#1|) (|:| -3503 (-757))) |#1|) 31) (((-3 |#1| "failed") |#1| (-757)) 18)) (-2050 (((-111) |#1| (-757)) 19)) (-4000 ((|#1| |#1|) 32)) (-2241 ((|#1| |#1| (-757)) 34)))
+(((-575 |#1|) (-10 -7 (-15 -2050 ((-111) |#1| (-757))) (-15 -2092 ((-3 |#1| "failed") |#1| (-757))) (-15 -2092 ((-2 (|:| -4173 |#1|) (|:| -3503 (-757))) |#1|)) (-15 -2241 (|#1| |#1| (-757))) (-15 -2210 ((-111) |#1|)) (-15 -2732 ((-3 |#1| "failed") |#1|)) (-15 -4000 (|#1| |#1|))) (-538)) (T -575))
+((-4000 (*1 *2 *2) (-12 (-5 *1 (-575 *2)) (-4 *2 (-538)))) (-2732 (*1 *2 *2) (|partial| -12 (-5 *1 (-575 *2)) (-4 *2 (-538)))) (-2210 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-575 *3)) (-4 *3 (-538)))) (-2241 (*1 *2 *2 *3) (-12 (-5 *3 (-757)) (-5 *1 (-575 *2)) (-4 *2 (-538)))) (-2092 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -4173 *3) (|:| -3503 (-757)))) (-5 *1 (-575 *3)) (-4 *3 (-538)))) (-2092 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-757)) (-5 *1 (-575 *2)) (-4 *2 (-538)))) (-2050 (*1 *2 *3 *4) (-12 (-5 *4 (-757)) (-5 *2 (-111)) (-5 *1 (-575 *3)) (-4 *3 (-538)))))
+(-10 -7 (-15 -2050 ((-111) |#1| (-757))) (-15 -2092 ((-3 |#1| "failed") |#1| (-757))) (-15 -2092 ((-2 (|:| -4173 |#1|) (|:| -3503 (-757))) |#1|)) (-15 -2241 (|#1| |#1| (-757))) (-15 -2210 ((-111) |#1|)) (-15 -2732 ((-3 |#1| "failed") |#1|)) (-15 -4000 (|#1| |#1|)))
+((-3238 (((-1151 |#1|) (-903)) 27)))
+(((-576 |#1|) (-10 -7 (-15 -3238 ((-1151 |#1|) (-903)))) (-343)) (T -576))
+((-3238 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-576 *4)) (-4 *4 (-343)))))
+(-10 -7 (-15 -3238 ((-1151 |#1|) (-903))))
+((-2135 (((-574 (-401 (-934 |#1|))) (-574 (-401 (-934 |#1|)))) 27)) (-1619 (((-3 (-310 |#1|) (-630 (-310 |#1|))) (-401 (-934 |#1|)) (-1155)) 34 (|has| |#1| (-144)))) (-3924 (((-630 (-310 |#1|)) (-574 (-401 (-934 |#1|)))) 19)) (-2636 (((-310 |#1|) (-401 (-934 |#1|)) (-1155)) 32 (|has| |#1| (-144)))) (-3949 (((-310 |#1|) (-574 (-401 (-934 |#1|)))) 21)))
+(((-577 |#1|) (-10 -7 (-15 -2135 ((-574 (-401 (-934 |#1|))) (-574 (-401 (-934 |#1|))))) (-15 -3924 ((-630 (-310 |#1|)) (-574 (-401 (-934 |#1|))))) (-15 -3949 ((-310 |#1|) (-574 (-401 (-934 |#1|))))) (IF (|has| |#1| (-144)) (PROGN (-15 -1619 ((-3 (-310 |#1|) (-630 (-310 |#1|))) (-401 (-934 |#1|)) (-1155))) (-15 -2636 ((-310 |#1|) (-401 (-934 |#1|)) (-1155)))) |%noBranch|)) (-13 (-445) (-1020 (-553)) (-833) (-626 (-553)))) (T -577))
+((-2636 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155)) (-4 *5 (-144)) (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553)))) (-5 *2 (-310 *5)) (-5 *1 (-577 *5)))) (-1619 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155)) (-4 *5 (-144)) (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553)))) (-5 *2 (-3 (-310 *5) (-630 (-310 *5)))) (-5 *1 (-577 *5)))) (-3949 (*1 *2 *3) (-12 (-5 *3 (-574 (-401 (-934 *4)))) (-4 *4 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553)))) (-5 *2 (-310 *4)) (-5 *1 (-577 *4)))) (-3924 (*1 *2 *3) (-12 (-5 *3 (-574 (-401 (-934 *4)))) (-4 *4 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553)))) (-5 *2 (-630 (-310 *4))) (-5 *1 (-577 *4)))) (-2135 (*1 *2 *2) (-12 (-5 *2 (-574 (-401 (-934 *3)))) (-4 *3 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553)))) (-5 *1 (-577 *3)))))
+(-10 -7 (-15 -2135 ((-574 (-401 (-934 |#1|))) (-574 (-401 (-934 |#1|))))) (-15 -3924 ((-630 (-310 |#1|)) (-574 (-401 (-934 |#1|))))) (-15 -3949 ((-310 |#1|) (-574 (-401 (-934 |#1|))))) (IF (|has| |#1| (-144)) (PROGN (-15 -1619 ((-3 (-310 |#1|) (-630 (-310 |#1|))) (-401 (-934 |#1|)) (-1155))) (-15 -2636 ((-310 |#1|) (-401 (-934 |#1|)) (-1155)))) |%noBranch|))
+((-3849 (((-630 (-674 (-553))) (-630 (-553)) (-630 (-887 (-553)))) 46) (((-630 (-674 (-553))) (-630 (-553))) 47) (((-674 (-553)) (-630 (-553)) (-887 (-553))) 42)) (-1902 (((-757) (-630 (-553))) 40)))
+(((-578) (-10 -7 (-15 -1902 ((-757) (-630 (-553)))) (-15 -3849 ((-674 (-553)) (-630 (-553)) (-887 (-553)))) (-15 -3849 ((-630 (-674 (-553))) (-630 (-553)))) (-15 -3849 ((-630 (-674 (-553))) (-630 (-553)) (-630 (-887 (-553))))))) (T -578))
+((-3849 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-553))) (-5 *4 (-630 (-887 (-553)))) (-5 *2 (-630 (-674 (-553)))) (-5 *1 (-578)))) (-3849 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-630 (-674 (-553)))) (-5 *1 (-578)))) (-3849 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-553))) (-5 *4 (-887 (-553))) (-5 *2 (-674 (-553))) (-5 *1 (-578)))) (-1902 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-757)) (-5 *1 (-578)))))
+(-10 -7 (-15 -1902 ((-757) (-630 (-553)))) (-15 -3849 ((-674 (-553)) (-630 (-553)) (-887 (-553)))) (-15 -3849 ((-630 (-674 (-553))) (-630 (-553)))) (-15 -3849 ((-630 (-674 (-553))) (-630 (-553)) (-630 (-887 (-553))))))
+((-2895 (((-630 |#5|) |#5| (-111)) 73)) (-2255 (((-111) |#5| (-630 |#5|)) 30)))
+(((-579 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2895 ((-630 |#5|) |#5| (-111))) (-15 -2255 ((-111) |#5| (-630 |#5|)))) (-13 (-301) (-144)) (-779) (-833) (-1045 |#1| |#2| |#3|) (-1088 |#1| |#2| |#3| |#4|)) (T -579))
+((-2255 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-1088 *5 *6 *7 *8)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-579 *5 *6 *7 *8 *3)))) (-2895 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7)) (-5 *2 (-630 *3)) (-5 *1 (-579 *5 *6 *7 *8 *3)) (-4 *3 (-1088 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2895 ((-630 |#5|) |#5| (-111))) (-15 -2255 ((-111) |#5| (-630 |#5|))))
+((-3200 (((-111) $ $) NIL)) (-1300 (((-1114) $) 11)) (-1288 (((-1114) $) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 19) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-580) (-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1114) $))))) (T -580))
+((-1288 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-580)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-580)))))
+(-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1114) $))))
+((-3200 (((-111) $ $) NIL (|has| (-141) (-1079)))) (-3369 (($ $) 34)) (-4214 (($ $) NIL)) (-4136 (($ $ (-141)) NIL) (($ $ (-138)) NIL)) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-1271 (((-111) $ $) 51)) (-4331 (((-111) $ $ (-553)) 46)) (-2135 (((-630 $) $ (-141)) 60) (((-630 $) $ (-138)) 61)) (-4332 (((-111) (-1 (-111) (-141) (-141)) $) NIL) (((-111) $) NIL (|has| (-141) (-833)))) (-1748 (($ (-1 (-111) (-141) (-141)) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| (-141) (-833))))) (-1297 (($ (-1 (-111) (-141) (-141)) $) NIL) (($ $) NIL (|has| (-141) (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 (((-141) $ (-553) (-141)) 45 (|has| $ (-6 -4370))) (((-141) $ (-1205 (-553)) (-141)) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-2224 (($ $ (-141)) 64) (($ $ (-138)) 65)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-1898 (($ $ (-1205 (-553)) $) 44)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-2653 (($ (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079)))) (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079)))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) NIL (|has| $ (-6 -4369))) (((-141) (-1 (-141) (-141) (-141)) $) NIL (|has| $ (-6 -4369)))) (-2959 (((-141) $ (-553) (-141)) NIL (|has| $ (-6 -4370)))) (-2891 (((-141) $ (-553)) NIL)) (-1292 (((-111) $ $) 72)) (-1457 (((-553) (-1 (-111) (-141)) $) NIL) (((-553) (-141) $) NIL (|has| (-141) (-1079))) (((-553) (-141) $ (-553)) 48 (|has| (-141) (-1079))) (((-553) $ $ (-553)) 47) (((-553) (-138) $ (-553)) 50)) (-3136 (((-630 (-141)) $) NIL (|has| $ (-6 -4369)))) (-3306 (($ (-757) (-141)) 9)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) 28 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| (-141) (-833)))) (-3858 (($ (-1 (-111) (-141) (-141)) $ $) NIL) (($ $ $) NIL (|has| (-141) (-833)))) (-2447 (((-630 (-141)) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-2049 (((-553) $) 42 (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| (-141) (-833)))) (-1509 (((-111) $ $ (-141)) 73)) (-1806 (((-757) $ $ (-141)) 70)) (-2947 (($ (-1 (-141) (-141)) $) 33 (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-141) (-141)) $) NIL) (($ (-1 (-141) (-141) (-141)) $ $) NIL)) (-2533 (($ $) 37)) (-2914 (($ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-2236 (($ $ (-141)) 62) (($ $ (-138)) 63)) (-4056 (((-1137) $) 38 (|has| (-141) (-1079)))) (-1760 (($ (-141) $ (-553)) NIL) (($ $ $ (-553)) 23)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-553) $) 69) (((-1099) $) NIL (|has| (-141) (-1079)))) (-2701 (((-141) $) NIL (|has| (-553) (-833)))) (-3003 (((-3 (-141) "failed") (-1 (-111) (-141)) $) NIL)) (-2001 (($ $ (-141)) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-141)))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-288 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-141) (-141)) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-630 (-141)) (-630 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-1556 (((-630 (-141)) $) NIL)) (-3437 (((-111) $) 12)) (-1422 (($) 10)) (-2061 (((-141) $ (-553) (-141)) NIL) (((-141) $ (-553)) 52) (($ $ (-1205 (-553))) 21) (($ $ $) NIL)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2885 (((-757) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369))) (((-757) (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-3454 (($ $ $ (-553)) 66 (|has| $ (-6 -4370)))) (-1488 (($ $) 17)) (-1523 (((-529) $) NIL (|has| (-141) (-601 (-529))))) (-3225 (($ (-630 (-141))) NIL)) (-4320 (($ $ (-141)) NIL) (($ (-141) $) NIL) (($ $ $) 16) (($ (-630 $)) 67)) (-3212 (($ (-141)) NIL) (((-845) $) 27 (|has| (-141) (-600 (-845))))) (-1798 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| (-141) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-141) (-833)))) (-1614 (((-111) $ $) 14 (|has| (-141) (-1079)))) (-1656 (((-111) $ $) NIL (|has| (-141) (-833)))) (-1633 (((-111) $ $) 15 (|has| (-141) (-833)))) (-2656 (((-757) $) 13 (|has| $ (-6 -4369)))))
+(((-581 |#1|) (-13 (-1123) (-10 -8 (-15 -2875 ((-553) $)))) (-553)) (T -581))
+((-2875 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-581 *3)) (-14 *3 *2))))
+(-13 (-1123) (-10 -8 (-15 -2875 ((-553) $))))
+((-2993 (((-2 (|:| |num| |#4|) (|:| |den| (-553))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-553))) |#4| |#2| (-1073 |#4|)) 32)))
+(((-582 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2993 ((-2 (|:| |num| |#4|) (|:| |den| (-553))) |#4| |#2| (-1073 |#4|))) (-15 -2993 ((-2 (|:| |num| |#4|) (|:| |den| (-553))) |#4| |#2|))) (-779) (-833) (-545) (-931 |#3| |#1| |#2|)) (T -582))
+((-2993 (*1 *2 *3 *4) (-12 (-4 *5 (-779)) (-4 *4 (-833)) (-4 *6 (-545)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-553)))) (-5 *1 (-582 *5 *4 *6 *3)) (-4 *3 (-931 *6 *5 *4)))) (-2993 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1073 *3)) (-4 *3 (-931 *7 *6 *4)) (-4 *6 (-779)) (-4 *4 (-833)) (-4 *7 (-545)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-553)))) (-5 *1 (-582 *6 *4 *7 *3)))))
+(-10 -7 (-15 -2993 ((-2 (|:| |num| |#4|) (|:| |den| (-553))) |#4| |#2| (-1073 |#4|))) (-15 -2993 ((-2 (|:| |num| |#4|) (|:| |den| (-553))) |#4| |#2|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 63)) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3027 (($ $ (-553)) 54) (($ $ (-553) (-553)) 55)) (-4044 (((-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) $) 60)) (-1701 (($ $) 100)) (-4123 (((-3 $ "failed") $ $) NIL)) (-1581 (((-845) (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) (-1008 (-826 (-553))) (-1155) |#1| (-401 (-553))) 224)) (-1727 (($ (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|)))) 34)) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-2487 (((-111) $) NIL)) (-2592 (((-553) $) 58) (((-553) $ (-553)) 59)) (-1434 (((-111) $) NIL)) (-2055 (($ $ (-903)) 76)) (-3141 (($ (-1 |#1| (-553)) $) 73)) (-1561 (((-111) $) 25)) (-3590 (($ |#1| (-553)) 22) (($ $ (-1061) (-553)) NIL) (($ $ (-630 (-1061)) (-630 (-553))) NIL)) (-1478 (($ (-1 |#1| |#1|) $) 67)) (-3833 (($ (-1008 (-826 (-553))) (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|)))) 13)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-1619 (($ $) 150 (|has| |#1| (-38 (-401 (-553)))))) (-3234 (((-3 $ "failed") $ $ (-111)) 99)) (-3687 (($ $ $) 108)) (-2875 (((-1099) $) NIL)) (-2841 (((-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) $) 15)) (-1862 (((-1008 (-826 (-553))) $) 14)) (-2370 (($ $ (-553)) 45)) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-2433 (((-1135 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-553)))))) (-2061 ((|#1| $ (-553)) 57) (($ $ $) NIL (|has| (-553) (-1091)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-553) |#1|)))) (($ $) 70 (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (-2672 (((-553) $) NIL)) (-4297 (($ $) 46)) (-3212 (((-845) $) NIL) (($ (-553)) 28) (($ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $) NIL (|has| |#1| (-545))) (($ |#1|) 27 (|has| |#1| (-169)))) (-1925 ((|#1| $ (-553)) 56)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) 37)) (-4045 ((|#1| $) NIL)) (-4030 (($ $) 186 (|has| |#1| (-38 (-401 (-553)))))) (-1286 (($ $) 158 (|has| |#1| (-38 (-401 (-553)))))) (-1531 (($ $) 190 (|has| |#1| (-38 (-401 (-553)))))) (-3328 (($ $) 163 (|has| |#1| (-38 (-401 (-553)))))) (-2040 (($ $) 189 (|has| |#1| (-38 (-401 (-553)))))) (-3145 (($ $) 162 (|has| |#1| (-38 (-401 (-553)))))) (-2651 (($ $ (-401 (-553))) 166 (|has| |#1| (-38 (-401 (-553)))))) (-2889 (($ $ |#1|) 146 (|has| |#1| (-38 (-401 (-553)))))) (-3655 (($ $) 192 (|has| |#1| (-38 (-401 (-553)))))) (-3686 (($ $) 149 (|has| |#1| (-38 (-401 (-553)))))) (-2442 (($ $) 191 (|has| |#1| (-38 (-401 (-553)))))) (-2863 (($ $) 164 (|has| |#1| (-38 (-401 (-553)))))) (-3896 (($ $) 187 (|has| |#1| (-38 (-401 (-553)))))) (-2974 (($ $) 160 (|has| |#1| (-38 (-401 (-553)))))) (-3658 (($ $) 188 (|has| |#1| (-38 (-401 (-553)))))) (-3829 (($ $) 161 (|has| |#1| (-38 (-401 (-553)))))) (-3809 (($ $) 197 (|has| |#1| (-38 (-401 (-553)))))) (-4323 (($ $) 173 (|has| |#1| (-38 (-401 (-553)))))) (-1450 (($ $) 194 (|has| |#1| (-38 (-401 (-553)))))) (-3324 (($ $) 168 (|has| |#1| (-38 (-401 (-553)))))) (-2310 (($ $) 201 (|has| |#1| (-38 (-401 (-553)))))) (-3231 (($ $) 177 (|has| |#1| (-38 (-401 (-553)))))) (-2846 (($ $) 203 (|has| |#1| (-38 (-401 (-553)))))) (-4291 (($ $) 179 (|has| |#1| (-38 (-401 (-553)))))) (-2746 (($ $) 199 (|has| |#1| (-38 (-401 (-553)))))) (-3427 (($ $) 175 (|has| |#1| (-38 (-401 (-553)))))) (-2991 (($ $) 196 (|has| |#1| (-38 (-401 (-553)))))) (-3604 (($ $) 171 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-4312 ((|#1| $ (-553)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-553)))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3296 (($) 29 T CONST)) (-3308 (($) 38 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-553) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (-1614 (((-111) $ $) 65)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) 84) (($ $ $) 64)) (-1699 (($ $ $) 81)) (** (($ $ (-903)) NIL) (($ $ (-757)) 103)) (* (($ (-903) $) 89) (($ (-757) $) 87) (($ (-553) $) 85) (($ $ $) 95) (($ $ |#1|) NIL) (($ |#1| $) 115) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-583 |#1|) (-13 (-1216 |#1| (-553)) (-10 -8 (-15 -3833 ($ (-1008 (-826 (-553))) (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))))) (-15 -1862 ((-1008 (-826 (-553))) $)) (-15 -2841 ((-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) $)) (-15 -1727 ($ (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))))) (-15 -1561 ((-111) $)) (-15 -3141 ($ (-1 |#1| (-553)) $)) (-15 -3234 ((-3 $ "failed") $ $ (-111))) (-15 -1701 ($ $)) (-15 -3687 ($ $ $)) (-15 -1581 ((-845) (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) (-1008 (-826 (-553))) (-1155) |#1| (-401 (-553)))) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $)) (-15 -2889 ($ $ |#1|)) (-15 -2651 ($ $ (-401 (-553)))) (-15 -3686 ($ $)) (-15 -3655 ($ $)) (-15 -3328 ($ $)) (-15 -3829 ($ $)) (-15 -1286 ($ $)) (-15 -2974 ($ $)) (-15 -3145 ($ $)) (-15 -2863 ($ $)) (-15 -3324 ($ $)) (-15 -3604 ($ $)) (-15 -4323 ($ $)) (-15 -3427 ($ $)) (-15 -3231 ($ $)) (-15 -4291 ($ $)) (-15 -1531 ($ $)) (-15 -3658 ($ $)) (-15 -4030 ($ $)) (-15 -3896 ($ $)) (-15 -2040 ($ $)) (-15 -2442 ($ $)) (-15 -1450 ($ $)) (-15 -2991 ($ $)) (-15 -3809 ($ $)) (-15 -2746 ($ $)) (-15 -2310 ($ $)) (-15 -2846 ($ $))) |%noBranch|))) (-1031)) (T -583))
+((-1561 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-583 *3)) (-4 *3 (-1031)))) (-3833 (*1 *1 *2 *3) (-12 (-5 *2 (-1008 (-826 (-553)))) (-5 *3 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *4)))) (-4 *4 (-1031)) (-5 *1 (-583 *4)))) (-1862 (*1 *2 *1) (-12 (-5 *2 (-1008 (-826 (-553)))) (-5 *1 (-583 *3)) (-4 *3 (-1031)))) (-2841 (*1 *2 *1) (-12 (-5 *2 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *3)))) (-5 *1 (-583 *3)) (-4 *3 (-1031)))) (-1727 (*1 *1 *2) (-12 (-5 *2 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *3)))) (-4 *3 (-1031)) (-5 *1 (-583 *3)))) (-3141 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-553))) (-4 *3 (-1031)) (-5 *1 (-583 *3)))) (-3234 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-111)) (-5 *1 (-583 *3)) (-4 *3 (-1031)))) (-1701 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1031)))) (-3687 (*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1031)))) (-1581 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *6)))) (-5 *4 (-1008 (-826 (-553)))) (-5 *5 (-1155)) (-5 *7 (-401 (-553))) (-4 *6 (-1031)) (-5 *2 (-845)) (-5 *1 (-583 *6)))) (-1619 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2889 (*1 *1 *1 *2) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2651 (*1 *1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-583 *3)) (-4 *3 (-38 *2)) (-4 *3 (-1031)))) (-3686 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3655 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3328 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3829 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-1286 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2974 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3145 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2863 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3324 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3604 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-4323 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3427 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3231 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-4291 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-1531 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3658 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-4030 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3896 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2040 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2442 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-1450 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2991 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-3809 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2746 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2310 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))) (-2846 (*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(-13 (-1216 |#1| (-553)) (-10 -8 (-15 -3833 ($ (-1008 (-826 (-553))) (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))))) (-15 -1862 ((-1008 (-826 (-553))) $)) (-15 -2841 ((-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) $)) (-15 -1727 ($ (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))))) (-15 -1561 ((-111) $)) (-15 -3141 ($ (-1 |#1| (-553)) $)) (-15 -3234 ((-3 $ "failed") $ $ (-111))) (-15 -1701 ($ $)) (-15 -3687 ($ $ $)) (-15 -1581 ((-845) (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) (-1008 (-826 (-553))) (-1155) |#1| (-401 (-553)))) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $)) (-15 -2889 ($ $ |#1|)) (-15 -2651 ($ $ (-401 (-553)))) (-15 -3686 ($ $)) (-15 -3655 ($ $)) (-15 -3328 ($ $)) (-15 -3829 ($ $)) (-15 -1286 ($ $)) (-15 -2974 ($ $)) (-15 -3145 ($ $)) (-15 -2863 ($ $)) (-15 -3324 ($ $)) (-15 -3604 ($ $)) (-15 -4323 ($ $)) (-15 -3427 ($ $)) (-15 -3231 ($ $)) (-15 -4291 ($ $)) (-15 -1531 ($ $)) (-15 -3658 ($ $)) (-15 -4030 ($ $)) (-15 -3896 ($ $)) (-15 -2040 ($ $)) (-15 -2442 ($ $)) (-15 -1450 ($ $)) (-15 -2991 ($ $)) (-15 -3809 ($ $)) (-15 -2746 ($ $)) (-15 -2310 ($ $)) (-15 -2846 ($ $))) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-1727 (($ (-1135 |#1|)) 9)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) 42)) (-2487 (((-111) $) 52)) (-2592 (((-757) $) 55) (((-757) $ (-757)) 54)) (-1434 (((-111) $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3968 (((-3 $ "failed") $ $) 44 (|has| |#1| (-545)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL (|has| |#1| (-545)))) (-1372 (((-1135 |#1|) $) 23)) (-1348 (((-757)) 51)) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) 10 T CONST)) (-3308 (($) 14 T CONST)) (-1614 (((-111) $ $) 22)) (-1710 (($ $) 30) (($ $ $) 16)) (-1699 (($ $ $) 25)) (** (($ $ (-903)) NIL) (($ $ (-757)) 49)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 34) (($ $ $) 28) (($ |#1| $) 37) (($ $ |#1|) 38) (($ $ (-553)) 36)))
+(((-584 |#1|) (-13 (-1031) (-10 -8 (-15 -1372 ((-1135 |#1|) $)) (-15 -1727 ($ (-1135 |#1|))) (-15 -2487 ((-111) $)) (-15 -2592 ((-757) $)) (-15 -2592 ((-757) $ (-757))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-553))) (IF (|has| |#1| (-545)) (-6 (-545)) |%noBranch|))) (-1031)) (T -584))
+((-1372 (*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-584 *3)) (-4 *3 (-1031)))) (-1727 (*1 *1 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-584 *3)))) (-2487 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-584 *3)) (-4 *3 (-1031)))) (-2592 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-584 *3)) (-4 *3 (-1031)))) (-2592 (*1 *2 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-584 *3)) (-4 *3 (-1031)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1031)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1031)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-584 *3)) (-4 *3 (-1031)))))
+(-13 (-1031) (-10 -8 (-15 -1372 ((-1135 |#1|) $)) (-15 -1727 ($ (-1135 |#1|))) (-15 -2487 ((-111) $)) (-15 -2592 ((-757) $)) (-15 -2592 ((-757) $ (-757))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-553))) (IF (|has| |#1| (-545)) (-6 (-545)) |%noBranch|)))
+((-1478 (((-588 |#2|) (-1 |#2| |#1|) (-588 |#1|)) 15)))
+(((-585 |#1| |#2|) (-10 -7 (-15 -1478 ((-588 |#2|) (-1 |#2| |#1|) (-588 |#1|)))) (-1192) (-1192)) (T -585))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-588 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-588 *6)) (-5 *1 (-585 *5 *6)))))
+(-10 -7 (-15 -1478 ((-588 |#2|) (-1 |#2| |#1|) (-588 |#1|))))
+((-1478 (((-1135 |#3|) (-1 |#3| |#1| |#2|) (-588 |#1|) (-1135 |#2|)) 20) (((-1135 |#3|) (-1 |#3| |#1| |#2|) (-1135 |#1|) (-588 |#2|)) 19) (((-588 |#3|) (-1 |#3| |#1| |#2|) (-588 |#1|) (-588 |#2|)) 18)))
+(((-586 |#1| |#2| |#3|) (-10 -7 (-15 -1478 ((-588 |#3|) (-1 |#3| |#1| |#2|) (-588 |#1|) (-588 |#2|))) (-15 -1478 ((-1135 |#3|) (-1 |#3| |#1| |#2|) (-1135 |#1|) (-588 |#2|))) (-15 -1478 ((-1135 |#3|) (-1 |#3| |#1| |#2|) (-588 |#1|) (-1135 |#2|)))) (-1192) (-1192) (-1192)) (T -586))
+((-1478 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-588 *6)) (-5 *5 (-1135 *7)) (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-1135 *8)) (-5 *1 (-586 *6 *7 *8)))) (-1478 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1135 *6)) (-5 *5 (-588 *7)) (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-1135 *8)) (-5 *1 (-586 *6 *7 *8)))) (-1478 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-588 *6)) (-5 *5 (-588 *7)) (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-588 *8)) (-5 *1 (-586 *6 *7 *8)))))
+(-10 -7 (-15 -1478 ((-588 |#3|) (-1 |#3| |#1| |#2|) (-588 |#1|) (-588 |#2|))) (-15 -1478 ((-1135 |#3|) (-1 |#3| |#1| |#2|) (-1135 |#1|) (-588 |#2|))) (-15 -1478 ((-1135 |#3|) (-1 |#3| |#1| |#2|) (-588 |#1|) (-1135 |#2|))))
+((-3916 ((|#3| |#3| (-630 (-599 |#3|)) (-630 (-1155))) 55)) (-1424 (((-166 |#2|) |#3|) 117)) (-3904 ((|#3| (-166 |#2|)) 44)) (-2444 ((|#2| |#3|) 19)) (-2975 ((|#3| |#2|) 33)))
+(((-587 |#1| |#2| |#3|) (-10 -7 (-15 -3904 (|#3| (-166 |#2|))) (-15 -2444 (|#2| |#3|)) (-15 -2975 (|#3| |#2|)) (-15 -1424 ((-166 |#2|) |#3|)) (-15 -3916 (|#3| |#3| (-630 (-599 |#3|)) (-630 (-1155))))) (-13 (-545) (-833)) (-13 (-424 |#1|) (-984) (-1177)) (-13 (-424 (-166 |#1|)) (-984) (-1177))) (T -587))
+((-3916 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-630 (-599 *2))) (-5 *4 (-630 (-1155))) (-4 *2 (-13 (-424 (-166 *5)) (-984) (-1177))) (-4 *5 (-13 (-545) (-833))) (-5 *1 (-587 *5 *6 *2)) (-4 *6 (-13 (-424 *5) (-984) (-1177))))) (-1424 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-833))) (-5 *2 (-166 *5)) (-5 *1 (-587 *4 *5 *3)) (-4 *5 (-13 (-424 *4) (-984) (-1177))) (-4 *3 (-13 (-424 (-166 *4)) (-984) (-1177))))) (-2975 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-833))) (-4 *2 (-13 (-424 (-166 *4)) (-984) (-1177))) (-5 *1 (-587 *4 *3 *2)) (-4 *3 (-13 (-424 *4) (-984) (-1177))))) (-2444 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-833))) (-4 *2 (-13 (-424 *4) (-984) (-1177))) (-5 *1 (-587 *4 *2 *3)) (-4 *3 (-13 (-424 (-166 *4)) (-984) (-1177))))) (-3904 (*1 *2 *3) (-12 (-5 *3 (-166 *5)) (-4 *5 (-13 (-424 *4) (-984) (-1177))) (-4 *4 (-13 (-545) (-833))) (-4 *2 (-13 (-424 (-166 *4)) (-984) (-1177))) (-5 *1 (-587 *4 *5 *2)))))
+(-10 -7 (-15 -3904 (|#3| (-166 |#2|))) (-15 -2444 (|#2| |#3|)) (-15 -2975 (|#3| |#2|)) (-15 -1424 ((-166 |#2|) |#3|)) (-15 -3916 (|#3| |#3| (-630 (-599 |#3|)) (-630 (-1155)))))
+((-3953 (($ (-1 (-111) |#1|) $) 17)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-4341 (($ (-1 |#1| |#1|) |#1|) 9)) (-3934 (($ (-1 (-111) |#1|) $) 13)) (-3942 (($ (-1 (-111) |#1|) $) 15)) (-3225 (((-1135 |#1|) $) 18)) (-3212 (((-845) $) NIL)))
+(((-588 |#1|) (-13 (-600 (-845)) (-10 -8 (-15 -1478 ($ (-1 |#1| |#1|) $)) (-15 -3934 ($ (-1 (-111) |#1|) $)) (-15 -3942 ($ (-1 (-111) |#1|) $)) (-15 -3953 ($ (-1 (-111) |#1|) $)) (-15 -4341 ($ (-1 |#1| |#1|) |#1|)) (-15 -3225 ((-1135 |#1|) $)))) (-1192)) (T -588))
+((-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3)))) (-3934 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3)))) (-3942 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3)))) (-3953 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3)))) (-4341 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3)))) (-3225 (*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-588 *3)) (-4 *3 (-1192)))))
+(-13 (-600 (-845)) (-10 -8 (-15 -1478 ($ (-1 |#1| |#1|) $)) (-15 -3934 ($ (-1 (-111) |#1|) $)) (-15 -3942 ($ (-1 (-111) |#1|) $)) (-15 -3953 ($ (-1 (-111) |#1|) $)) (-15 -4341 ($ (-1 |#1| |#1|) |#1|)) (-15 -3225 ((-1135 |#1|) $))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2307 (($ (-757)) NIL (|has| |#1| (-23)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1457 (((-553) (-1 (-111) |#1|) $) NIL) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079)))) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-1921 (((-674 |#1|) $ $) NIL (|has| |#1| (-1031)))) (-3306 (($ (-757) |#1|) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2026 ((|#1| $) NIL (-12 (|has| |#1| (-984)) (|has| |#1| (-1031))))) (-3711 (((-111) $ (-757)) NIL)) (-2555 ((|#1| $) NIL (-12 (|has| |#1| (-984)) (|has| |#1| (-1031))))) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2701 ((|#1| $) NIL (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-553) |#1|) NIL) ((|#1| $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-1602 ((|#1| $ $) NIL (|has| |#1| (-1031)))) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-3113 (($ $ $) NIL (|has| |#1| (-1031)))) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) NIL)) (-4320 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-630 $)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1710 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-1699 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-553) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-712))) (($ $ |#1|) NIL (|has| |#1| (-712)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-589 |#1| |#2|) (-1236 |#1|) (-1192) (-553)) (T -589))
+NIL
+(-1236 |#1|)
+((-1306 (((-1243) $ |#2| |#2|) 36)) (-1324 ((|#2| $) 23)) (-2049 ((|#2| $) 21)) (-2947 (($ (-1 |#3| |#3|) $) 32)) (-1478 (($ (-1 |#3| |#3|) $) 30)) (-2701 ((|#3| $) 26)) (-2001 (($ $ |#3|) 33)) (-1844 (((-111) |#3| $) 17)) (-1556 (((-630 |#3|) $) 15)) (-2061 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
+(((-590 |#1| |#2| |#3|) (-10 -8 (-15 -1306 ((-1243) |#1| |#2| |#2|)) (-15 -2001 (|#1| |#1| |#3|)) (-15 -2701 (|#3| |#1|)) (-15 -1324 (|#2| |#1|)) (-15 -2049 (|#2| |#1|)) (-15 -1844 ((-111) |#3| |#1|)) (-15 -1556 ((-630 |#3|) |#1|)) (-15 -2061 (|#3| |#1| |#2|)) (-15 -2061 (|#3| |#1| |#2| |#3|)) (-15 -2947 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1478 (|#1| (-1 |#3| |#3|) |#1|))) (-591 |#2| |#3|) (-1079) (-1192)) (T -590))
+NIL
+(-10 -8 (-15 -1306 ((-1243) |#1| |#2| |#2|)) (-15 -2001 (|#1| |#1| |#3|)) (-15 -2701 (|#3| |#1|)) (-15 -1324 (|#2| |#1|)) (-15 -2049 (|#2| |#1|)) (-15 -1844 ((-111) |#3| |#1|)) (-15 -1556 ((-630 |#3|) |#1|)) (-15 -2061 (|#3| |#1| |#2|)) (-15 -2061 (|#3| |#1| |#2| |#3|)) (-15 -2947 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1478 (|#1| (-1 |#3| |#3|) |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#2| (-1079)))) (-1306 (((-1243) $ |#1| |#1|) 40 (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) 8)) (-1471 ((|#2| $ |#1| |#2|) 52 (|has| $ (-6 -4370)))) (-3203 (($) 7 T CONST)) (-2959 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) 51)) (-3136 (((-630 |#2|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-1324 ((|#1| $) 43 (|has| |#1| (-833)))) (-2447 (((-630 |#2|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#2| $) 27 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369))))) (-2049 ((|#1| $) 44 (|has| |#1| (-833)))) (-2947 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#2| |#2|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#2| (-1079)))) (-2508 (((-630 |#1|) $) 46)) (-2166 (((-111) |#1| $) 47)) (-2875 (((-1099) $) 21 (|has| |#2| (-1079)))) (-2701 ((|#2| $) 42 (|has| |#1| (-833)))) (-2001 (($ $ |#2|) 41 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#2|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#2|))) 26 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) 25 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) 23 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#2| $) 45 (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#2| $ |#1| |#2|) 50) ((|#2| $ |#1|) 49)) (-2885 (((-757) (-1 (-111) |#2|) $) 31 (|has| $ (-6 -4369))) (((-757) |#2| $) 28 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#2| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#2|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#2| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-591 |#1| |#2|) (-137) (-1079) (-1192)) (T -591))
+((-1556 (*1 *2 *1) (-12 (-4 *1 (-591 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1192)) (-5 *2 (-630 *4)))) (-2166 (*1 *2 *3 *1) (-12 (-4 *1 (-591 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1192)) (-5 *2 (-111)))) (-2508 (*1 *2 *1) (-12 (-4 *1 (-591 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1192)) (-5 *2 (-630 *3)))) (-1844 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-591 *4 *3)) (-4 *4 (-1079)) (-4 *3 (-1192)) (-4 *3 (-1079)) (-5 *2 (-111)))) (-2049 (*1 *2 *1) (-12 (-4 *1 (-591 *2 *3)) (-4 *3 (-1192)) (-4 *2 (-1079)) (-4 *2 (-833)))) (-1324 (*1 *2 *1) (-12 (-4 *1 (-591 *2 *3)) (-4 *3 (-1192)) (-4 *2 (-1079)) (-4 *2 (-833)))) (-2701 (*1 *2 *1) (-12 (-4 *1 (-591 *3 *2)) (-4 *3 (-1079)) (-4 *3 (-833)) (-4 *2 (-1192)))) (-2001 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-591 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1192)))) (-1306 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-591 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1192)) (-5 *2 (-1243)))))
+(-13 (-482 |t#2|) (-282 |t#1| |t#2|) (-10 -8 (-15 -1556 ((-630 |t#2|) $)) (-15 -2166 ((-111) |t#1| $)) (-15 -2508 ((-630 |t#1|) $)) (IF (|has| |t#2| (-1079)) (IF (|has| $ (-6 -4369)) (-15 -1844 ((-111) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-833)) (PROGN (-15 -2049 (|t#1| $)) (-15 -1324 (|t#1| $)) (-15 -2701 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4370)) (PROGN (-15 -2001 ($ $ |t#2|)) (-15 -1306 ((-1243) $ |t#1| |t#1|))) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#2| (-1079)) ((-600 (-845)) -4028 (|has| |#2| (-1079)) (|has| |#2| (-600 (-845)))) ((-280 |#1| |#2|) . T) ((-282 |#1| |#2|) . T) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-482 |#2|) . T) ((-507 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-1079) |has| |#2| (-1079)) ((-1192) . T))
+((-3212 (((-845) $) 19) (((-128) $) 14) (($ (-128)) 13)))
+(((-592) (-13 (-600 (-845)) (-600 (-128)) (-10 -8 (-15 -3212 ($ (-128)))))) (T -592))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-128)) (-5 *1 (-592)))))
+(-13 (-600 (-845)) (-600 (-128)) (-10 -8 (-15 -3212 ($ (-128)))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL) (((-1160) $) NIL) (($ (-1160)) NIL) (((-1191) $) 14) (($ (-630 (-1191))) 13)) (-4086 (((-630 (-1191)) $) 10)) (-1614 (((-111) $ $) NIL)))
+(((-593) (-13 (-1062) (-600 (-1191)) (-10 -8 (-15 -3212 ($ (-630 (-1191)))) (-15 -4086 ((-630 (-1191)) $))))) (T -593))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-593)))) (-4086 (*1 *2 *1) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-593)))))
+(-13 (-1062) (-600 (-1191)) (-10 -8 (-15 -3212 ($ (-630 (-1191)))) (-15 -4086 ((-630 (-1191)) $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3795 (((-3 $ "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3748 (((-1238 (-674 |#1|))) NIL (|has| |#2| (-411 |#1|))) (((-1238 (-674 |#1|)) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-3915 (((-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-3203 (($) NIL T CONST)) (-2189 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-1272 (((-3 $ "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-2469 (((-674 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-2806 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-4140 (((-674 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) $ (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-1788 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-4190 (((-1151 (-934 |#1|))) NIL (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-357))))) (-1361 (($ $ (-903)) NIL)) (-2047 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-1276 (((-1151 |#1|) $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-1689 ((|#1|) NIL (|has| |#2| (-411 |#1|))) ((|#1| (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-2848 (((-1151 |#1|) $) NIL (|has| |#2| (-361 |#1|)))) (-1627 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-1676 (($ (-1238 |#1|)) NIL (|has| |#2| (-411 |#1|))) (($ (-1238 |#1|) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-3889 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-2129 (((-903)) NIL (|has| |#2| (-361 |#1|)))) (-3796 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3592 (($ $ (-903)) NIL)) (-2564 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3334 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-1732 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2762 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-4186 (((-3 $ "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-2641 (((-674 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-1845 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-3307 (((-674 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) $ (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-2971 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-2349 (((-1151 (-934 |#1|))) NIL (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-357))))) (-3620 (($ $ (-903)) NIL)) (-3247 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-3292 (((-1151 |#1|) $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-4270 ((|#1|) NIL (|has| |#2| (-411 |#1|))) ((|#1| (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-1636 (((-1151 |#1|) $) NIL (|has| |#2| (-361 |#1|)))) (-1304 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4056 (((-1137) $) NIL)) (-1669 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3757 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-1872 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2875 (((-1099) $) NIL)) (-2301 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2061 ((|#1| $ (-553)) NIL (|has| |#2| (-411 |#1|)))) (-3693 (((-674 |#1|) (-1238 $)) NIL (|has| |#2| (-411 |#1|))) (((-1238 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) (-1238 $) (-1238 $)) NIL (|has| |#2| (-361 |#1|))) (((-1238 |#1|) $ (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-1523 (($ (-1238 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-1238 |#1|) $) NIL (|has| |#2| (-411 |#1|)))) (-1642 (((-630 (-934 |#1|))) NIL (|has| |#2| (-411 |#1|))) (((-630 (-934 |#1|)) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-2931 (($ $ $) NIL)) (-1968 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3212 (((-845) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-3428 (((-1238 $)) NIL (|has| |#2| (-411 |#1|)))) (-3727 (((-630 (-1238 |#1|))) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-3195 (($ $ $ $) NIL)) (-3963 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2638 (($ (-674 |#1|) $) NIL (|has| |#2| (-411 |#1|)))) (-2483 (($ $ $) NIL)) (-4266 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3181 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4246 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3296 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) 24)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
+(((-594 |#1| |#2|) (-13 (-730 |#1|) (-600 |#2|) (-10 -8 (-15 -3212 ($ |#2|)) (IF (|has| |#2| (-411 |#1|)) (-6 (-411 |#1|)) |%noBranch|) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|))) (-169) (-730 |#1|)) (T -594))
+((-3212 (*1 *1 *2) (-12 (-4 *3 (-169)) (-5 *1 (-594 *3 *2)) (-4 *2 (-730 *3)))))
+(-13 (-730 |#1|) (-600 |#2|) (-10 -8 (-15 -3212 ($ |#2|)) (IF (|has| |#2| (-411 |#1|)) (-6 (-411 |#1|)) |%noBranch|) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-2085 (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) 33)) (-3294 (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL) (($) NIL)) (-1306 (((-1243) $ (-1137) (-1137)) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-1137) |#1|) 43)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 |#1| "failed") (-1137) $) 46)) (-3203 (($) NIL T CONST)) (-3641 (($ $ (-1137)) 24)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079))))) (-1875 (((-3 |#1| "failed") (-1137) $) 47) (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369))) (($ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL (|has| $ (-6 -4369)))) (-2653 (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369))) (($ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079))))) (-3883 (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079))))) (-4283 (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) 32)) (-2959 ((|#1| $ (-1137) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-1137)) NIL)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369))) (((-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-3623 (($ $) 48)) (-3089 (($ (-382)) 22) (($ (-382) (-1137)) 21)) (-4292 (((-382) $) 34)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-1137) $) NIL (|has| (-1137) (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369))) (((-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (((-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079))))) (-2049 (((-1137) $) NIL (|has| (-1137) (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370))) (($ (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-1377 (((-630 (-1137)) $) 39)) (-2717 (((-111) (-1137) $) NIL)) (-1341 (((-1137) $) 35)) (-3311 (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL)) (-1429 (($ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL)) (-2508 (((-630 (-1137)) $) NIL)) (-2166 (((-111) (-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 ((|#1| $) NIL (|has| (-1137) (-833)))) (-3003 (((-3 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) "failed") (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (($ $ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (($ $ (-630 (-288 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 37)) (-2061 ((|#1| $ (-1137) |#1|) NIL) ((|#1| $ (-1137)) 42)) (-4015 (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL) (($) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (((-757) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (((-757) (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL)) (-3212 (((-845) $) 20)) (-3297 (($ $) 25)) (-4142 (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 19)) (-2656 (((-757) $) 41 (|has| $ (-6 -4369)))))
+(((-595 |#1|) (-13 (-358 (-382) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) (-1168 (-1137) |#1|) (-10 -8 (-6 -4369) (-15 -3623 ($ $)))) (-1079)) (T -595))
+((-3623 (*1 *1 *1) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1079)))))
+(-13 (-358 (-382) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) (-1168 (-1137) |#1|) (-10 -8 (-6 -4369) (-15 -3623 ($ $))))
+((-4349 (((-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) $) 15)) (-1377 (((-630 |#2|) $) 19)) (-2717 (((-111) |#2| $) 12)))
+(((-596 |#1| |#2| |#3|) (-10 -8 (-15 -1377 ((-630 |#2|) |#1|)) (-15 -2717 ((-111) |#2| |#1|)) (-15 -4349 ((-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|))) (-597 |#2| |#3|) (-1079) (-1079)) (T -596))
+NIL
+(-10 -8 (-15 -1377 ((-630 |#2|) |#1|)) (-15 -2717 ((-111) |#2| |#1|)) (-15 -4349 ((-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)))
+((-3200 (((-111) $ $) 19 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 45 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 55 (|has| $ (-6 -4369)))) (-3077 (((-3 |#2| "failed") |#1| $) 61)) (-3203 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 47 (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 46 (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) 62)) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 54 (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 56 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 53 (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 52 (|has| $ (-6 -4369)))) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-1377 (((-630 |#1|) $) 63)) (-2717 (((-111) |#1| $) 64)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 39)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 40)) (-2875 (((-1099) $) 21 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 51)) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 41)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) 26 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 25 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 24 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 23 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-4015 (($) 49) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 48)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 31 (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 59 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 50)) (-3212 (((-845) $) 18 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845))))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 42)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-597 |#1| |#2|) (-137) (-1079) (-1079)) (T -597))
+((-2717 (*1 *2 *3 *1) (-12 (-4 *1 (-597 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-5 *2 (-111)))) (-1377 (*1 *2 *1) (-12 (-4 *1 (-597 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-5 *2 (-630 *3)))) (-1875 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-597 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))) (-3077 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-597 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))))
+(-13 (-224 (-2 (|:| -2669 |t#1|) (|:| -3359 |t#2|))) (-10 -8 (-15 -2717 ((-111) |t#1| $)) (-15 -1377 ((-630 |t#1|) $)) (-15 -1875 ((-3 |t#2| "failed") |t#1| $)) (-15 -3077 ((-3 |t#2| "failed") |t#1| $))))
+(((-34) . T) ((-106 #0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T) ((-101) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) ((-600 (-845)) -4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845)))) ((-148 #0#) . T) ((-601 (-529)) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))) ((-224 #0#) . T) ((-230 #0#) . T) ((-303 #0#) -12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) ((-482 #0#) . T) ((-507 #0# #0#) -12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) ((-1079) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) ((-1192) . T))
+((-1592 (((-599 |#2|) |#1|) 15)) (-2525 (((-3 |#1| "failed") (-599 |#2|)) 19)))
+(((-598 |#1| |#2|) (-10 -7 (-15 -1592 ((-599 |#2|) |#1|)) (-15 -2525 ((-3 |#1| "failed") (-599 |#2|)))) (-833) (-833)) (T -598))
+((-2525 (*1 *2 *3) (|partial| -12 (-5 *3 (-599 *4)) (-4 *4 (-833)) (-4 *2 (-833)) (-5 *1 (-598 *2 *4)))) (-1592 (*1 *2 *3) (-12 (-5 *2 (-599 *4)) (-5 *1 (-598 *3 *4)) (-4 *3 (-833)) (-4 *4 (-833)))))
+(-10 -7 (-15 -1592 ((-599 |#2|) |#1|)) (-15 -2525 ((-3 |#1| "failed") (-599 |#2|))))
+((-3200 (((-111) $ $) NIL)) (-3257 (((-3 (-1155) "failed") $) 37)) (-3736 (((-1243) $ (-757)) 26)) (-1457 (((-757) $) 25)) (-4155 (((-113) $) 12)) (-4292 (((-1155) $) 20)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-4084 (($ (-113) (-630 |#1|) (-757)) 30) (($ (-1155)) 31)) (-2990 (((-111) $ (-113)) 18) (((-111) $ (-1155)) 16)) (-2385 (((-757) $) 22)) (-2875 (((-1099) $) NIL)) (-1523 (((-874 (-553)) $) 77 (|has| |#1| (-601 (-874 (-553))))) (((-874 (-373)) $) 84 (|has| |#1| (-601 (-874 (-373))))) (((-529) $) 69 (|has| |#1| (-601 (-529))))) (-3212 (((-845) $) 55)) (-3069 (((-630 |#1|) $) 24)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 41)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 42)))
+(((-599 |#1|) (-13 (-130) (-866 |#1|) (-10 -8 (-15 -4292 ((-1155) $)) (-15 -4155 ((-113) $)) (-15 -3069 ((-630 |#1|) $)) (-15 -2385 ((-757) $)) (-15 -4084 ($ (-113) (-630 |#1|) (-757))) (-15 -4084 ($ (-1155))) (-15 -3257 ((-3 (-1155) "failed") $)) (-15 -2990 ((-111) $ (-113))) (-15 -2990 ((-111) $ (-1155))) (IF (|has| |#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|))) (-833)) (T -599))
+((-4292 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-599 *3)) (-4 *3 (-833)))) (-4155 (*1 *2 *1) (-12 (-5 *2 (-113)) (-5 *1 (-599 *3)) (-4 *3 (-833)))) (-3069 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-599 *3)) (-4 *3 (-833)))) (-2385 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-599 *3)) (-4 *3 (-833)))) (-4084 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-113)) (-5 *3 (-630 *5)) (-5 *4 (-757)) (-4 *5 (-833)) (-5 *1 (-599 *5)))) (-4084 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-599 *3)) (-4 *3 (-833)))) (-3257 (*1 *2 *1) (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-599 *3)) (-4 *3 (-833)))) (-2990 (*1 *2 *1 *3) (-12 (-5 *3 (-113)) (-5 *2 (-111)) (-5 *1 (-599 *4)) (-4 *4 (-833)))) (-2990 (*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-111)) (-5 *1 (-599 *4)) (-4 *4 (-833)))))
+(-13 (-130) (-866 |#1|) (-10 -8 (-15 -4292 ((-1155) $)) (-15 -4155 ((-113) $)) (-15 -3069 ((-630 |#1|) $)) (-15 -2385 ((-757) $)) (-15 -4084 ($ (-113) (-630 |#1|) (-757))) (-15 -4084 ($ (-1155))) (-15 -3257 ((-3 (-1155) "failed") $)) (-15 -2990 ((-111) $ (-113))) (-15 -2990 ((-111) $ (-1155))) (IF (|has| |#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|)))
+((-3212 ((|#1| $) 6)))
+(((-600 |#1|) (-137) (-1192)) (T -600))
+((-3212 (*1 *2 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-1192)))))
+(-13 (-10 -8 (-15 -3212 (|t#1| $))))
+((-1523 ((|#1| $) 6)))
+(((-601 |#1|) (-137) (-1192)) (T -601))
+((-1523 (*1 *2 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-1192)))))
+(-13 (-10 -8 (-15 -1523 (|t#1| $))))
+((-1591 (((-3 (-1151 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 (-412 |#2|) |#2|)) 15) (((-3 (-1151 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|)) 16)))
+(((-602 |#1| |#2|) (-10 -7 (-15 -1591 ((-3 (-1151 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|))) (-15 -1591 ((-3 (-1151 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 (-412 |#2|) |#2|)))) (-13 (-144) (-27) (-1020 (-553)) (-1020 (-401 (-553)))) (-1214 |#1|)) (T -602))
+((-1591 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-144) (-27) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-1151 (-401 *6))) (-5 *1 (-602 *5 *6)) (-5 *3 (-401 *6)))) (-1591 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-144) (-27) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *5 (-1214 *4)) (-5 *2 (-1151 (-401 *5))) (-5 *1 (-602 *4 *5)) (-5 *3 (-401 *5)))))
+(-10 -7 (-15 -1591 ((-3 (-1151 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|))) (-15 -1591 ((-3 (-1151 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 (-412 |#2|) |#2|))))
+((-3212 (($ |#1|) 6)))
+(((-603 |#1|) (-137) (-1192)) (T -603))
+((-3212 (*1 *1 *2) (-12 (-4 *1 (-603 *2)) (-4 *2 (-1192)))))
+(-13 (-10 -8 (-15 -3212 ($ |t#1|))))
+((-3200 (((-111) $ $) NIL)) (-2799 (($) 11 T CONST)) (-3774 (($) 12 T CONST)) (-3166 (($ $ $) 24)) (-4106 (($ $) 22)) (-4056 (((-1137) $) NIL)) (-2494 (($ $ $) 25)) (-2875 (((-1099) $) NIL)) (-2606 (($) 10 T CONST)) (-2551 (($ $ $) 26)) (-3212 (((-845) $) 30)) (-3284 (((-111) $ (|[\|\|]| -2606)) 19) (((-111) $ (|[\|\|]| -2799)) 21) (((-111) $ (|[\|\|]| -3774)) 17)) (-3791 (($ $ $) 23)) (-1614 (((-111) $ $) 15)))
+(((-604) (-13 (-949) (-10 -8 (-15 -2606 ($) -3929) (-15 -2799 ($) -3929) (-15 -3774 ($) -3929) (-15 -3284 ((-111) $ (|[\|\|]| -2606))) (-15 -3284 ((-111) $ (|[\|\|]| -2799))) (-15 -3284 ((-111) $ (|[\|\|]| -3774)))))) (T -604))
+((-2606 (*1 *1) (-5 *1 (-604))) (-2799 (*1 *1) (-5 *1 (-604))) (-3774 (*1 *1) (-5 *1 (-604))) (-3284 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2606)) (-5 *2 (-111)) (-5 *1 (-604)))) (-3284 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -2799)) (-5 *2 (-111)) (-5 *1 (-604)))) (-3284 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3774)) (-5 *2 (-111)) (-5 *1 (-604)))))
+(-13 (-949) (-10 -8 (-15 -2606 ($) -3929) (-15 -2799 ($) -3929) (-15 -3774 ($) -3929) (-15 -3284 ((-111) $ (|[\|\|]| -2606))) (-15 -3284 ((-111) $ (|[\|\|]| -2799))) (-15 -3284 ((-111) $ (|[\|\|]| -3774)))))
+((-1523 (($ |#1|) 6)))
+(((-605 |#1|) (-137) (-1192)) (T -605))
+((-1523 (*1 *1 *2) (-12 (-4 *1 (-605 *2)) (-4 *2 (-1192)))))
+(-13 (-10 -8 (-15 -1523 ($ |t#1|))))
+((-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#2|) 10)))
+(((-606 |#1| |#2|) (-10 -8 (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|))) (-607 |#2|) (-1031)) (T -606))
+NIL
+(-10 -8 (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 34)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ |#1| $) 35)))
+(((-607 |#1|) (-137) (-1031)) (T -607))
+((-3212 (*1 *1 *2) (-12 (-4 *1 (-607 *2)) (-4 *2 (-1031)))))
+(-13 (-1031) (-633 |t#1|) (-10 -8 (-15 -3212 ($ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-712) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2299 (((-553) $) NIL (|has| |#1| (-831)))) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-2184 (((-111) $) NIL (|has| |#1| (-831)))) (-1434 (((-111) $) NIL)) (-4013 ((|#1| $) 13)) (-2260 (((-111) $) NIL (|has| |#1| (-831)))) (-1773 (($ $ $) NIL (|has| |#1| (-831)))) (-2012 (($ $ $) NIL (|has| |#1| (-831)))) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4024 ((|#3| $) 15)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#2|) NIL)) (-1348 (((-757)) 20)) (-1411 (($ $) NIL (|has| |#1| (-831)))) (-3296 (($) NIL T CONST)) (-3308 (($) 12 T CONST)) (-1667 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1721 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-608 |#1| |#2| |#3|) (-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-831)) (-6 (-831)) |%noBranch|) (-15 -1721 ($ $ |#3|)) (-15 -1721 ($ |#1| |#3|)) (-15 -4013 (|#1| $)) (-15 -4024 (|#3| $)))) (-38 |#2|) (-169) (|SubsetCategory| (-712) |#2|)) (T -608))
+((-1721 (*1 *1 *1 *2) (-12 (-4 *4 (-169)) (-5 *1 (-608 *3 *4 *2)) (-4 *3 (-38 *4)) (-4 *2 (|SubsetCategory| (-712) *4)))) (-1721 (*1 *1 *2 *3) (-12 (-4 *4 (-169)) (-5 *1 (-608 *2 *4 *3)) (-4 *2 (-38 *4)) (-4 *3 (|SubsetCategory| (-712) *4)))) (-4013 (*1 *2 *1) (-12 (-4 *3 (-169)) (-4 *2 (-38 *3)) (-5 *1 (-608 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-712) *3)))) (-4024 (*1 *2 *1) (-12 (-4 *4 (-169)) (-4 *2 (|SubsetCategory| (-712) *4)) (-5 *1 (-608 *3 *4 *2)) (-4 *3 (-38 *4)))))
+(-13 (-38 |#2|) (-10 -8 (IF (|has| |#1| (-831)) (-6 (-831)) |%noBranch|) (-15 -1721 ($ $ |#3|)) (-15 -1721 ($ |#1| |#3|)) (-15 -4013 (|#1| $)) (-15 -4024 (|#3| $))))
+((-1467 ((|#2| |#2| (-1155) (-1155)) 18)))
+(((-609 |#1| |#2|) (-10 -7 (-15 -1467 (|#2| |#2| (-1155) (-1155)))) (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))) (-13 (-1177) (-941) (-29 |#1|))) (T -609))
+((-1467 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-609 *4 *2)) (-4 *2 (-13 (-1177) (-941) (-29 *4))))))
+(-10 -7 (-15 -1467 (|#2| |#2| (-1155) (-1155))))
+((-3200 (((-111) $ $) 56)) (-1719 (((-111) $) 52)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-2090 ((|#1| $) 49)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-4049 (((-2 (|:| -2932 $) (|:| -3062 (-401 |#2|))) (-401 |#2|)) 97 (|has| |#1| (-357)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 85) (((-3 |#2| "failed") $) 81)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) 24)) (-3889 (((-3 $ "failed") $) 75)) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-2592 (((-553) $) 19)) (-1434 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1561 (((-111) $) 36)) (-3590 (($ |#1| (-553)) 21)) (-3743 ((|#1| $) 51)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) 87 (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 100 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-3968 (((-3 $ "failed") $ $) 79)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-3879 (((-757) $) 99 (|has| |#1| (-357)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 98 (|has| |#1| (-357)))) (-3095 (($ $ (-1 |#2| |#2|)) 66) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-757)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-2672 (((-553) $) 34)) (-1523 (((-401 |#2|) $) 42)) (-3212 (((-845) $) 62) (($ (-553)) 32) (($ $) NIL) (($ (-401 (-553))) NIL (|has| |#1| (-1020 (-401 (-553))))) (($ |#1|) 31) (($ |#2|) 22)) (-1925 ((|#1| $ (-553)) 63)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) 29)) (-2453 (((-111) $ $) NIL)) (-3296 (($) 9 T CONST)) (-3308 (($) 12 T CONST)) (-1766 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-757)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-1614 (((-111) $ $) 17)) (-1710 (($ $) 46) (($ $ $) NIL)) (-1699 (($ $ $) 76)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 26) (($ $ $) 44)))
+(((-610 |#1| |#2|) (-13 (-226 |#2|) (-545) (-601 (-401 |#2|)) (-405 |#1|) (-1020 |#2|) (-10 -8 (-15 -1561 ((-111) $)) (-15 -2672 ((-553) $)) (-15 -2592 ((-553) $)) (-15 -3765 ($ $)) (-15 -3743 (|#1| $)) (-15 -2090 (|#1| $)) (-15 -1925 (|#1| $ (-553))) (-15 -3590 ($ |#1| (-553))) (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-6 (-301)) (-15 -4049 ((-2 (|:| -2932 $) (|:| -3062 (-401 |#2|))) (-401 |#2|)))) |%noBranch|))) (-545) (-1214 |#1|)) (T -610))
+((-1561 (*1 *2 *1) (-12 (-4 *3 (-545)) (-5 *2 (-111)) (-5 *1 (-610 *3 *4)) (-4 *4 (-1214 *3)))) (-2672 (*1 *2 *1) (-12 (-4 *3 (-545)) (-5 *2 (-553)) (-5 *1 (-610 *3 *4)) (-4 *4 (-1214 *3)))) (-2592 (*1 *2 *1) (-12 (-4 *3 (-545)) (-5 *2 (-553)) (-5 *1 (-610 *3 *4)) (-4 *4 (-1214 *3)))) (-3765 (*1 *1 *1) (-12 (-4 *2 (-545)) (-5 *1 (-610 *2 *3)) (-4 *3 (-1214 *2)))) (-3743 (*1 *2 *1) (-12 (-4 *2 (-545)) (-5 *1 (-610 *2 *3)) (-4 *3 (-1214 *2)))) (-2090 (*1 *2 *1) (-12 (-4 *2 (-545)) (-5 *1 (-610 *2 *3)) (-4 *3 (-1214 *2)))) (-1925 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *2 (-545)) (-5 *1 (-610 *2 *4)) (-4 *4 (-1214 *2)))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-4 *2 (-545)) (-5 *1 (-610 *2 *4)) (-4 *4 (-1214 *2)))) (-4049 (*1 *2 *3) (-12 (-4 *4 (-357)) (-4 *4 (-545)) (-4 *5 (-1214 *4)) (-5 *2 (-2 (|:| -2932 (-610 *4 *5)) (|:| -3062 (-401 *5)))) (-5 *1 (-610 *4 *5)) (-5 *3 (-401 *5)))))
+(-13 (-226 |#2|) (-545) (-601 (-401 |#2|)) (-405 |#1|) (-1020 |#2|) (-10 -8 (-15 -1561 ((-111) $)) (-15 -2672 ((-553) $)) (-15 -2592 ((-553) $)) (-15 -3765 ($ $)) (-15 -3743 (|#1| $)) (-15 -2090 (|#1| $)) (-15 -1925 (|#1| $ (-553))) (-15 -3590 ($ |#1| (-553))) (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-6 (-301)) (-15 -4049 ((-2 (|:| -2932 $) (|:| -3062 (-401 |#2|))) (-401 |#2|)))) |%noBranch|)))
+((-3240 (((-630 |#6|) (-630 |#4|) (-111)) 47)) (-1678 ((|#6| |#6|) 40)))
+(((-611 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1678 (|#6| |#6|)) (-15 -3240 ((-630 |#6|) (-630 |#4|) (-111)))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|) (-1051 |#1| |#2| |#3| |#4|) (-1088 |#1| |#2| |#3| |#4|)) (T -611))
+((-3240 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 *10)) (-5 *1 (-611 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *10 (-1088 *5 *6 *7 *8)))) (-1678 (*1 *2 *2) (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *1 (-611 *3 *4 *5 *6 *7 *2)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *2 (-1088 *3 *4 *5 *6)))))
+(-10 -7 (-15 -1678 (|#6| |#6|)) (-15 -3240 ((-630 |#6|) (-630 |#4|) (-111))))
+((-3124 (((-111) |#3| (-757) (-630 |#3|)) 23)) (-2782 (((-3 (-2 (|:| |polfac| (-630 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-630 (-1151 |#3|)))) "failed") |#3| (-630 (-1151 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3688 (-630 (-2 (|:| |irr| |#4|) (|:| -3981 (-553)))))) (-630 |#3|) (-630 |#1|) (-630 |#3|)) 55)))
+(((-612 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3124 ((-111) |#3| (-757) (-630 |#3|))) (-15 -2782 ((-3 (-2 (|:| |polfac| (-630 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-630 (-1151 |#3|)))) "failed") |#3| (-630 (-1151 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3688 (-630 (-2 (|:| |irr| |#4|) (|:| -3981 (-553)))))) (-630 |#3|) (-630 |#1|) (-630 |#3|)))) (-833) (-779) (-301) (-931 |#3| |#2| |#1|)) (T -612))
+((-2782 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -3688 (-630 (-2 (|:| |irr| *10) (|:| -3981 (-553))))))) (-5 *6 (-630 *3)) (-5 *7 (-630 *8)) (-4 *8 (-833)) (-4 *3 (-301)) (-4 *10 (-931 *3 *9 *8)) (-4 *9 (-779)) (-5 *2 (-2 (|:| |polfac| (-630 *10)) (|:| |correct| *3) (|:| |corrfact| (-630 (-1151 *3))))) (-5 *1 (-612 *8 *9 *3 *10)) (-5 *4 (-630 (-1151 *3))))) (-3124 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-757)) (-5 *5 (-630 *3)) (-4 *3 (-301)) (-4 *6 (-833)) (-4 *7 (-779)) (-5 *2 (-111)) (-5 *1 (-612 *6 *7 *3 *8)) (-4 *8 (-931 *3 *7 *6)))))
+(-10 -7 (-15 -3124 ((-111) |#3| (-757) (-630 |#3|))) (-15 -2782 ((-3 (-2 (|:| |polfac| (-630 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-630 (-1151 |#3|)))) "failed") |#3| (-630 (-1151 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3688 (-630 (-2 (|:| |irr| |#4|) (|:| -3981 (-553)))))) (-630 |#3|) (-630 |#1|) (-630 |#3|))))
+((-3200 (((-111) $ $) NIL)) (-1300 (((-1114) $) 11)) (-1288 (((-1114) $) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 19) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-613) (-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1114) $))))) (T -613))
+((-1288 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-613)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-613)))))
+(-13 (-1062) (-10 -8 (-15 -1288 ((-1114) $)) (-15 -1300 ((-1114) $))))
+((-3200 (((-111) $ $) NIL)) (-2813 (((-630 |#1|) $) NIL)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-4241 (($ $) 67)) (-2431 (((-649 |#1| |#2|) $) 52)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 70)) (-1767 (((-630 (-288 |#2|)) $ $) 33)) (-2875 (((-1099) $) NIL)) (-2854 (($ (-649 |#1| |#2|)) 48)) (-3830 (($ $ $) NIL)) (-2931 (($ $ $) NIL)) (-3212 (((-845) $) 58) (((-1253 |#1| |#2|) $) NIL) (((-1258 |#1| |#2|) $) 66)) (-3308 (($) 53 T CONST)) (-1666 (((-630 (-2 (|:| |k| (-657 |#1|)) (|:| |c| |#2|))) $) 31)) (-2504 (((-630 (-649 |#1| |#2|)) (-630 |#1|)) 65)) (-2273 (((-630 (-2 (|:| |k| (-875 |#1|)) (|:| |c| |#2|))) $) 37)) (-1614 (((-111) $ $) 54)) (-1721 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ $ $) 44)))
+(((-614 |#1| |#2| |#3|) (-13 (-466) (-10 -8 (-15 -2854 ($ (-649 |#1| |#2|))) (-15 -2431 ((-649 |#1| |#2|) $)) (-15 -2273 ((-630 (-2 (|:| |k| (-875 |#1|)) (|:| |c| |#2|))) $)) (-15 -3212 ((-1253 |#1| |#2|) $)) (-15 -3212 ((-1258 |#1| |#2|) $)) (-15 -4241 ($ $)) (-15 -2813 ((-630 |#1|) $)) (-15 -2504 ((-630 (-649 |#1| |#2|)) (-630 |#1|))) (-15 -1666 ((-630 (-2 (|:| |k| (-657 |#1|)) (|:| |c| |#2|))) $)) (-15 -1767 ((-630 (-288 |#2|)) $ $)))) (-833) (-13 (-169) (-703 (-401 (-553)))) (-903)) (T -614))
+((-2854 (*1 *1 *2) (-12 (-5 *2 (-649 *3 *4)) (-4 *3 (-833)) (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-5 *1 (-614 *3 *4 *5)) (-14 *5 (-903)))) (-2431 (*1 *2 *1) (-12 (-5 *2 (-649 *3 *4)) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833)) (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903)))) (-2273 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |k| (-875 *3)) (|:| |c| *4)))) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833)) (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1253 *3 *4)) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833)) (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1258 *3 *4)) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833)) (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903)))) (-4241 (*1 *1 *1) (-12 (-5 *1 (-614 *2 *3 *4)) (-4 *2 (-833)) (-4 *3 (-13 (-169) (-703 (-401 (-553))))) (-14 *4 (-903)))) (-2813 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833)) (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903)))) (-2504 (*1 *2 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-833)) (-5 *2 (-630 (-649 *4 *5))) (-5 *1 (-614 *4 *5 *6)) (-4 *5 (-13 (-169) (-703 (-401 (-553))))) (-14 *6 (-903)))) (-1666 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |k| (-657 *3)) (|:| |c| *4)))) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833)) (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903)))) (-1767 (*1 *2 *1 *1) (-12 (-5 *2 (-630 (-288 *4))) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833)) (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903)))))
+(-13 (-466) (-10 -8 (-15 -2854 ($ (-649 |#1| |#2|))) (-15 -2431 ((-649 |#1| |#2|) $)) (-15 -2273 ((-630 (-2 (|:| |k| (-875 |#1|)) (|:| |c| |#2|))) $)) (-15 -3212 ((-1253 |#1| |#2|) $)) (-15 -3212 ((-1258 |#1| |#2|) $)) (-15 -4241 ($ $)) (-15 -2813 ((-630 |#1|) $)) (-15 -2504 ((-630 (-649 |#1| |#2|)) (-630 |#1|))) (-15 -1666 ((-630 (-2 (|:| |k| (-657 |#1|)) (|:| |c| |#2|))) $)) (-15 -1767 ((-630 (-288 |#2|)) $ $))))
+((-3240 (((-630 (-1125 |#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|)))) (-630 (-766 |#1| (-847 |#2|))) (-111)) 72) (((-630 (-1028 |#1| |#2|)) (-630 (-766 |#1| (-847 |#2|))) (-111)) 58)) (-2162 (((-111) (-630 (-766 |#1| (-847 |#2|)))) 23)) (-2077 (((-630 (-1125 |#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|)))) (-630 (-766 |#1| (-847 |#2|))) (-111)) 71)) (-4231 (((-630 (-1028 |#1| |#2|)) (-630 (-766 |#1| (-847 |#2|))) (-111)) 57)) (-2251 (((-630 (-766 |#1| (-847 |#2|))) (-630 (-766 |#1| (-847 |#2|)))) 27)) (-3079 (((-3 (-630 (-766 |#1| (-847 |#2|))) "failed") (-630 (-766 |#1| (-847 |#2|)))) 26)))
+(((-615 |#1| |#2|) (-10 -7 (-15 -2162 ((-111) (-630 (-766 |#1| (-847 |#2|))))) (-15 -3079 ((-3 (-630 (-766 |#1| (-847 |#2|))) "failed") (-630 (-766 |#1| (-847 |#2|))))) (-15 -2251 ((-630 (-766 |#1| (-847 |#2|))) (-630 (-766 |#1| (-847 |#2|))))) (-15 -4231 ((-630 (-1028 |#1| |#2|)) (-630 (-766 |#1| (-847 |#2|))) (-111))) (-15 -2077 ((-630 (-1125 |#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|)))) (-630 (-766 |#1| (-847 |#2|))) (-111))) (-15 -3240 ((-630 (-1028 |#1| |#2|)) (-630 (-766 |#1| (-847 |#2|))) (-111))) (-15 -3240 ((-630 (-1125 |#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|)))) (-630 (-766 |#1| (-847 |#2|))) (-111)))) (-445) (-630 (-1155))) (T -615))
+((-3240 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-630 (-1155))) (-5 *2 (-630 (-1125 *5 (-524 (-847 *6)) (-847 *6) (-766 *5 (-847 *6))))) (-5 *1 (-615 *5 *6)))) (-3240 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-630 (-1155))) (-5 *2 (-630 (-1028 *5 *6))) (-5 *1 (-615 *5 *6)))) (-2077 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-630 (-1155))) (-5 *2 (-630 (-1125 *5 (-524 (-847 *6)) (-847 *6) (-766 *5 (-847 *6))))) (-5 *1 (-615 *5 *6)))) (-4231 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-630 (-1155))) (-5 *2 (-630 (-1028 *5 *6))) (-5 *1 (-615 *5 *6)))) (-2251 (*1 *2 *2) (-12 (-5 *2 (-630 (-766 *3 (-847 *4)))) (-4 *3 (-445)) (-14 *4 (-630 (-1155))) (-5 *1 (-615 *3 *4)))) (-3079 (*1 *2 *2) (|partial| -12 (-5 *2 (-630 (-766 *3 (-847 *4)))) (-4 *3 (-445)) (-14 *4 (-630 (-1155))) (-5 *1 (-615 *3 *4)))) (-2162 (*1 *2 *3) (-12 (-5 *3 (-630 (-766 *4 (-847 *5)))) (-4 *4 (-445)) (-14 *5 (-630 (-1155))) (-5 *2 (-111)) (-5 *1 (-615 *4 *5)))))
+(-10 -7 (-15 -2162 ((-111) (-630 (-766 |#1| (-847 |#2|))))) (-15 -3079 ((-3 (-630 (-766 |#1| (-847 |#2|))) "failed") (-630 (-766 |#1| (-847 |#2|))))) (-15 -2251 ((-630 (-766 |#1| (-847 |#2|))) (-630 (-766 |#1| (-847 |#2|))))) (-15 -4231 ((-630 (-1028 |#1| |#2|)) (-630 (-766 |#1| (-847 |#2|))) (-111))) (-15 -2077 ((-630 (-1125 |#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|)))) (-630 (-766 |#1| (-847 |#2|))) (-111))) (-15 -3240 ((-630 (-1028 |#1| |#2|)) (-630 (-766 |#1| (-847 |#2|))) (-111))) (-15 -3240 ((-630 (-1125 |#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|)))) (-630 (-766 |#1| (-847 |#2|))) (-111))))
+((-2479 (($ $) 38)) (-2333 (($ $) 21)) (-2456 (($ $) 37)) (-2306 (($ $) 22)) (-2505 (($ $) 36)) (-2360 (($ $) 23)) (-4041 (($) 48)) (-2431 (($ $) 45)) (-2538 (($ $) 17)) (-3198 (($ $ (-1071 $)) 7) (($ $ (-1155)) 6)) (-2854 (($ $) 46)) (-2261 (($ $) 15)) (-2294 (($ $) 16)) (-2517 (($ $) 35)) (-2371 (($ $) 24)) (-2492 (($ $) 34)) (-2347 (($ $) 25)) (-2468 (($ $) 33)) (-2319 (($ $) 26)) (-3842 (($ $) 44)) (-2410 (($ $) 32)) (-2529 (($ $) 43)) (-2383 (($ $) 31)) (-3862 (($ $) 42)) (-2434 (($ $) 30)) (-3013 (($ $) 41)) (-2445 (($ $) 29)) (-3852 (($ $) 40)) (-2421 (($ $) 28)) (-2542 (($ $) 39)) (-2396 (($ $) 27)) (-4271 (($ $) 19)) (-2175 (($ $) 20)) (-2837 (($ $) 18)) (** (($ $ $) 47)))
+(((-616) (-137)) (T -616))
+((-2175 (*1 *1 *1) (-4 *1 (-616))) (-4271 (*1 *1 *1) (-4 *1 (-616))) (-2837 (*1 *1 *1) (-4 *1 (-616))) (-2538 (*1 *1 *1) (-4 *1 (-616))) (-2294 (*1 *1 *1) (-4 *1 (-616))) (-2261 (*1 *1 *1) (-4 *1 (-616))))
+(-13 (-941) (-1177) (-10 -8 (-15 -2175 ($ $)) (-15 -4271 ($ $)) (-15 -2837 ($ $)) (-15 -2538 ($ $)) (-15 -2294 ($ $)) (-15 -2261 ($ $))))
+(((-35) . T) ((-94) . T) ((-278) . T) ((-486) . T) ((-941) . T) ((-1177) . T) ((-1180) . T))
+((-4155 (((-113) (-113)) 83)) (-2538 ((|#2| |#2|) 30)) (-3198 ((|#2| |#2| (-1071 |#2|)) 79) ((|#2| |#2| (-1155)) 52)) (-2261 ((|#2| |#2|) 29)) (-2294 ((|#2| |#2|) 31)) (-4083 (((-111) (-113)) 34)) (-4271 ((|#2| |#2|) 26)) (-2175 ((|#2| |#2|) 28)) (-2837 ((|#2| |#2|) 27)))
+(((-617 |#1| |#2|) (-10 -7 (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -2175 (|#2| |#2|)) (-15 -4271 (|#2| |#2|)) (-15 -2837 (|#2| |#2|)) (-15 -2538 (|#2| |#2|)) (-15 -2261 (|#2| |#2|)) (-15 -2294 (|#2| |#2|)) (-15 -3198 (|#2| |#2| (-1155))) (-15 -3198 (|#2| |#2| (-1071 |#2|)))) (-13 (-833) (-545)) (-13 (-424 |#1|) (-984) (-1177))) (T -617))
+((-3198 (*1 *2 *2 *3) (-12 (-5 *3 (-1071 *2)) (-4 *2 (-13 (-424 *4) (-984) (-1177))) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-617 *4 *2)))) (-3198 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-617 *4 *2)) (-4 *2 (-13 (-424 *4) (-984) (-1177))))) (-2294 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2)) (-4 *2 (-13 (-424 *3) (-984) (-1177))))) (-2261 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2)) (-4 *2 (-13 (-424 *3) (-984) (-1177))))) (-2538 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2)) (-4 *2 (-13 (-424 *3) (-984) (-1177))))) (-2837 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2)) (-4 *2 (-13 (-424 *3) (-984) (-1177))))) (-4271 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2)) (-4 *2 (-13 (-424 *3) (-984) (-1177))))) (-2175 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2)) (-4 *2 (-13 (-424 *3) (-984) (-1177))))) (-4155 (*1 *2 *2) (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *4)) (-4 *4 (-13 (-424 *3) (-984) (-1177))))) (-4083 (*1 *2 *3) (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111)) (-5 *1 (-617 *4 *5)) (-4 *5 (-13 (-424 *4) (-984) (-1177))))))
+(-10 -7 (-15 -4083 ((-111) (-113))) (-15 -4155 ((-113) (-113))) (-15 -2175 (|#2| |#2|)) (-15 -4271 (|#2| |#2|)) (-15 -2837 (|#2| |#2|)) (-15 -2538 (|#2| |#2|)) (-15 -2261 (|#2| |#2|)) (-15 -2294 (|#2| |#2|)) (-15 -3198 (|#2| |#2| (-1155))) (-15 -3198 (|#2| |#2| (-1071 |#2|))))
+((-2785 (((-474 |#1| |#2|) (-242 |#1| |#2|)) 53)) (-1879 (((-630 (-242 |#1| |#2|)) (-630 (-474 |#1| |#2|))) 68)) (-1281 (((-474 |#1| |#2|) (-630 (-474 |#1| |#2|)) (-847 |#1|)) 70) (((-474 |#1| |#2|) (-630 (-474 |#1| |#2|)) (-630 (-474 |#1| |#2|)) (-847 |#1|)) 69)) (-1959 (((-2 (|:| |gblist| (-630 (-242 |#1| |#2|))) (|:| |gvlist| (-630 (-553)))) (-630 (-474 |#1| |#2|))) 108)) (-3465 (((-630 (-474 |#1| |#2|)) (-847 |#1|) (-630 (-474 |#1| |#2|)) (-630 (-474 |#1| |#2|))) 83)) (-1481 (((-2 (|:| |glbase| (-630 (-242 |#1| |#2|))) (|:| |glval| (-630 (-553)))) (-630 (-242 |#1| |#2|))) 118)) (-1559 (((-1238 |#2|) (-474 |#1| |#2|) (-630 (-474 |#1| |#2|))) 58)) (-2952 (((-630 (-474 |#1| |#2|)) (-630 (-474 |#1| |#2|))) 41)) (-3140 (((-242 |#1| |#2|) (-242 |#1| |#2|) (-630 (-242 |#1| |#2|))) 50)) (-2530 (((-242 |#1| |#2|) (-630 |#2|) (-242 |#1| |#2|) (-630 (-242 |#1| |#2|))) 91)))
+(((-618 |#1| |#2|) (-10 -7 (-15 -1959 ((-2 (|:| |gblist| (-630 (-242 |#1| |#2|))) (|:| |gvlist| (-630 (-553)))) (-630 (-474 |#1| |#2|)))) (-15 -1481 ((-2 (|:| |glbase| (-630 (-242 |#1| |#2|))) (|:| |glval| (-630 (-553)))) (-630 (-242 |#1| |#2|)))) (-15 -1879 ((-630 (-242 |#1| |#2|)) (-630 (-474 |#1| |#2|)))) (-15 -1281 ((-474 |#1| |#2|) (-630 (-474 |#1| |#2|)) (-630 (-474 |#1| |#2|)) (-847 |#1|))) (-15 -1281 ((-474 |#1| |#2|) (-630 (-474 |#1| |#2|)) (-847 |#1|))) (-15 -2952 ((-630 (-474 |#1| |#2|)) (-630 (-474 |#1| |#2|)))) (-15 -1559 ((-1238 |#2|) (-474 |#1| |#2|) (-630 (-474 |#1| |#2|)))) (-15 -2530 ((-242 |#1| |#2|) (-630 |#2|) (-242 |#1| |#2|) (-630 (-242 |#1| |#2|)))) (-15 -3465 ((-630 (-474 |#1| |#2|)) (-847 |#1|) (-630 (-474 |#1| |#2|)) (-630 (-474 |#1| |#2|)))) (-15 -3140 ((-242 |#1| |#2|) (-242 |#1| |#2|) (-630 (-242 |#1| |#2|)))) (-15 -2785 ((-474 |#1| |#2|) (-242 |#1| |#2|)))) (-630 (-1155)) (-445)) (T -618))
+((-2785 (*1 *2 *3) (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *2 (-474 *4 *5)) (-5 *1 (-618 *4 *5)))) (-3140 (*1 *2 *2 *3) (-12 (-5 *3 (-630 (-242 *4 *5))) (-5 *2 (-242 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *1 (-618 *4 *5)))) (-3465 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-630 (-474 *4 *5))) (-5 *3 (-847 *4)) (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *1 (-618 *4 *5)))) (-2530 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-630 *6)) (-5 *4 (-630 (-242 *5 *6))) (-4 *6 (-445)) (-5 *2 (-242 *5 *6)) (-14 *5 (-630 (-1155))) (-5 *1 (-618 *5 *6)))) (-1559 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-474 *5 *6))) (-5 *3 (-474 *5 *6)) (-14 *5 (-630 (-1155))) (-4 *6 (-445)) (-5 *2 (-1238 *6)) (-5 *1 (-618 *5 *6)))) (-2952 (*1 *2 *2) (-12 (-5 *2 (-630 (-474 *3 *4))) (-14 *3 (-630 (-1155))) (-4 *4 (-445)) (-5 *1 (-618 *3 *4)))) (-1281 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-474 *5 *6))) (-5 *4 (-847 *5)) (-14 *5 (-630 (-1155))) (-5 *2 (-474 *5 *6)) (-5 *1 (-618 *5 *6)) (-4 *6 (-445)))) (-1281 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-630 (-474 *5 *6))) (-5 *4 (-847 *5)) (-14 *5 (-630 (-1155))) (-5 *2 (-474 *5 *6)) (-5 *1 (-618 *5 *6)) (-4 *6 (-445)))) (-1879 (*1 *2 *3) (-12 (-5 *3 (-630 (-474 *4 *5))) (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *2 (-630 (-242 *4 *5))) (-5 *1 (-618 *4 *5)))) (-1481 (*1 *2 *3) (-12 (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *2 (-2 (|:| |glbase| (-630 (-242 *4 *5))) (|:| |glval| (-630 (-553))))) (-5 *1 (-618 *4 *5)) (-5 *3 (-630 (-242 *4 *5))))) (-1959 (*1 *2 *3) (-12 (-5 *3 (-630 (-474 *4 *5))) (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *2 (-2 (|:| |gblist| (-630 (-242 *4 *5))) (|:| |gvlist| (-630 (-553))))) (-5 *1 (-618 *4 *5)))))
+(-10 -7 (-15 -1959 ((-2 (|:| |gblist| (-630 (-242 |#1| |#2|))) (|:| |gvlist| (-630 (-553)))) (-630 (-474 |#1| |#2|)))) (-15 -1481 ((-2 (|:| |glbase| (-630 (-242 |#1| |#2|))) (|:| |glval| (-630 (-553)))) (-630 (-242 |#1| |#2|)))) (-15 -1879 ((-630 (-242 |#1| |#2|)) (-630 (-474 |#1| |#2|)))) (-15 -1281 ((-474 |#1| |#2|) (-630 (-474 |#1| |#2|)) (-630 (-474 |#1| |#2|)) (-847 |#1|))) (-15 -1281 ((-474 |#1| |#2|) (-630 (-474 |#1| |#2|)) (-847 |#1|))) (-15 -2952 ((-630 (-474 |#1| |#2|)) (-630 (-474 |#1| |#2|)))) (-15 -1559 ((-1238 |#2|) (-474 |#1| |#2|) (-630 (-474 |#1| |#2|)))) (-15 -2530 ((-242 |#1| |#2|) (-630 |#2|) (-242 |#1| |#2|) (-630 (-242 |#1| |#2|)))) (-15 -3465 ((-630 (-474 |#1| |#2|)) (-847 |#1|) (-630 (-474 |#1| |#2|)) (-630 (-474 |#1| |#2|)))) (-15 -3140 ((-242 |#1| |#2|) (-242 |#1| |#2|) (-630 (-242 |#1| |#2|)))) (-15 -2785 ((-474 |#1| |#2|) (-242 |#1| |#2|))))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) NIL)) (-1306 (((-1243) $ (-1137) (-1137)) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 (((-52) $ (-1137) (-52)) 16) (((-52) $ (-1155) (-52)) 17)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 (-52) "failed") (-1137) $) NIL)) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079))))) (-1875 (($ (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-3 (-52) "failed") (-1137) $) NIL)) (-2653 (($ (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $ (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079)))) (((-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $ (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-2959 (((-52) $ (-1137) (-52)) NIL (|has| $ (-6 -4370)))) (-2891 (((-52) $ (-1137)) NIL)) (-3136 (((-630 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-630 (-52)) $) NIL (|has| $ (-6 -4369)))) (-3623 (($ $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-1137) $) NIL (|has| (-1137) (-833)))) (-2447 (((-630 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-630 (-52)) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079)))) (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-52) (-1079))))) (-2049 (((-1137) $) NIL (|has| (-1137) (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4370))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-1404 (($ (-382)) 9)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079))))) (-1377 (((-630 (-1137)) $) NIL)) (-2717 (((-111) (-1137) $) NIL)) (-3311 (((-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) $) NIL)) (-1429 (($ (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) $) NIL)) (-2508 (((-630 (-1137)) $) NIL)) (-2166 (((-111) (-1137) $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079))))) (-2701 (((-52) $) NIL (|has| (-1137) (-833)))) (-3003 (((-3 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) "failed") (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL)) (-2001 (($ $ (-52)) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079)))) (($ $ (-288 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079)))) (($ $ (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079)))) (($ $ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079)))) (($ $ (-630 (-52)) (-630 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079)))) (($ $ (-288 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079)))) (($ $ (-630 (-288 (-52)))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-52) (-1079))))) (-1556 (((-630 (-52)) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 (((-52) $ (-1137)) 14) (((-52) $ (-1137) (-52)) NIL) (((-52) $ (-1155)) 15)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079)))) (((-757) (-52) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-52) (-1079)))) (((-757) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) NIL)) (-3212 (((-845) $) NIL (-4028 (|has| (-52) (-600 (-845))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 (-52))) (-1079))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-619) (-13 (-1168 (-1137) (-52)) (-10 -8 (-15 -1404 ($ (-382))) (-15 -3623 ($ $)) (-15 -2061 ((-52) $ (-1155))) (-15 -1471 ((-52) $ (-1155) (-52)))))) (T -619))
+((-1404 (*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-619)))) (-3623 (*1 *1 *1) (-5 *1 (-619))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-52)) (-5 *1 (-619)))) (-1471 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1155)) (-5 *1 (-619)))))
+(-13 (-1168 (-1137) (-52)) (-10 -8 (-15 -1404 ($ (-382))) (-15 -3623 ($ $)) (-15 -2061 ((-52) $ (-1155))) (-15 -1471 ((-52) $ (-1155) (-52)))))
+((-1721 (($ $ |#2|) 10)))
+(((-620 |#1| |#2|) (-10 -8 (-15 -1721 (|#1| |#1| |#2|))) (-621 |#2|) (-169)) (T -620))
+NIL
+(-10 -8 (-15 -1721 (|#1| |#1| |#2|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3225 (($ $ $) 29)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 28 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
+(((-621 |#1|) (-137) (-169)) (T -621))
+((-3225 (*1 *1 *1 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-169)))) (-1721 (*1 *1 *1 *2) (-12 (-4 *1 (-621 *2)) (-4 *2 (-169)) (-4 *2 (-357)))))
+(-13 (-703 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -3225 ($ $ $)) (IF (|has| |t#1| (-357)) (-15 -1721 ($ $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-703 |#1|) . T) ((-1037 |#1|) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3795 (((-3 $ "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3748 (((-1238 (-674 |#1|))) NIL (|has| |#2| (-411 |#1|))) (((-1238 (-674 |#1|)) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-3915 (((-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-3203 (($) NIL T CONST)) (-2189 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-1272 (((-3 $ "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-2469 (((-674 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-2806 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-4140 (((-674 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) $ (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-1788 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-4190 (((-1151 (-934 |#1|))) NIL (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-357))))) (-1361 (($ $ (-903)) NIL)) (-2047 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-1276 (((-1151 |#1|) $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-1689 ((|#1|) NIL (|has| |#2| (-411 |#1|))) ((|#1| (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-2848 (((-1151 |#1|) $) NIL (|has| |#2| (-361 |#1|)))) (-1627 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-1676 (($ (-1238 |#1|)) NIL (|has| |#2| (-411 |#1|))) (($ (-1238 |#1|) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-3889 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-2129 (((-903)) NIL (|has| |#2| (-361 |#1|)))) (-3796 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3592 (($ $ (-903)) NIL)) (-2564 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3334 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-1732 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2762 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-4186 (((-3 $ "failed")) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-2641 (((-674 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-1845 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-3307 (((-674 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) $ (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-2971 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-2349 (((-1151 (-934 |#1|))) NIL (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-357))))) (-3620 (($ $ (-903)) NIL)) (-3247 ((|#1| $) NIL (|has| |#2| (-361 |#1|)))) (-3292 (((-1151 |#1|) $) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-4270 ((|#1|) NIL (|has| |#2| (-411 |#1|))) ((|#1| (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-1636 (((-1151 |#1|) $) NIL (|has| |#2| (-361 |#1|)))) (-1304 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4056 (((-1137) $) NIL)) (-1669 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3757 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-1872 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2875 (((-1099) $) NIL)) (-2301 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2061 ((|#1| $ (-553)) NIL (|has| |#2| (-411 |#1|)))) (-3693 (((-674 |#1|) (-1238 $)) NIL (|has| |#2| (-411 |#1|))) (((-1238 |#1|) $) NIL (|has| |#2| (-411 |#1|))) (((-674 |#1|) (-1238 $) (-1238 $)) NIL (|has| |#2| (-361 |#1|))) (((-1238 |#1|) $ (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-1523 (($ (-1238 |#1|)) NIL (|has| |#2| (-411 |#1|))) (((-1238 |#1|) $) NIL (|has| |#2| (-411 |#1|)))) (-1642 (((-630 (-934 |#1|))) NIL (|has| |#2| (-411 |#1|))) (((-630 (-934 |#1|)) (-1238 $)) NIL (|has| |#2| (-361 |#1|)))) (-2931 (($ $ $) NIL)) (-1968 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3212 (((-845) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-3428 (((-1238 $)) NIL (|has| |#2| (-411 |#1|)))) (-3727 (((-630 (-1238 |#1|))) NIL (-4028 (-12 (|has| |#2| (-361 |#1|)) (|has| |#1| (-545))) (-12 (|has| |#2| (-411 |#1|)) (|has| |#1| (-545)))))) (-3195 (($ $ $ $) NIL)) (-3963 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-2638 (($ (-674 |#1|) $) NIL (|has| |#2| (-411 |#1|)))) (-2483 (($ $ $) NIL)) (-4266 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3181 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-4246 (((-111)) NIL (|has| |#2| (-361 |#1|)))) (-3296 (($) 15 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) 17)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-622 |#1| |#2|) (-13 (-730 |#1|) (-600 |#2|) (-10 -8 (-15 -3212 ($ |#2|)) (IF (|has| |#2| (-411 |#1|)) (-6 (-411 |#1|)) |%noBranch|) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|))) (-169) (-730 |#1|)) (T -622))
+((-3212 (*1 *1 *2) (-12 (-4 *3 (-169)) (-5 *1 (-622 *3 *2)) (-4 *2 (-730 *3)))))
+(-13 (-730 |#1|) (-600 |#2|) (-10 -8 (-15 -3212 ($ |#2|)) (IF (|has| |#2| (-411 |#1|)) (-6 (-411 |#1|)) |%noBranch|) (IF (|has| |#2| (-361 |#1|)) (-6 (-361 |#1|)) |%noBranch|)))
+((-1795 (((-3 (-826 |#2|) "failed") |#2| (-288 |#2|) (-1137)) 82) (((-3 (-826 |#2|) (-2 (|:| |leftHandLimit| (-3 (-826 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-826 |#2|) "failed"))) "failed") |#2| (-288 (-826 |#2|))) 104)) (-3480 (((-3 (-819 |#2|) "failed") |#2| (-288 (-819 |#2|))) 109)))
+(((-623 |#1| |#2|) (-10 -7 (-15 -1795 ((-3 (-826 |#2|) (-2 (|:| |leftHandLimit| (-3 (-826 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-826 |#2|) "failed"))) "failed") |#2| (-288 (-826 |#2|)))) (-15 -3480 ((-3 (-819 |#2|) "failed") |#2| (-288 (-819 |#2|)))) (-15 -1795 ((-3 (-826 |#2|) "failed") |#2| (-288 |#2|) (-1137)))) (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))) (-13 (-27) (-1177) (-424 |#1|))) (T -623))
+((-1795 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-288 *3)) (-5 *5 (-1137)) (-4 *3 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-826 *3)) (-5 *1 (-623 *6 *3)))) (-3480 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-288 (-819 *3))) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-819 *3)) (-5 *1 (-623 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))) (-1795 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-826 *3))) (-4 *3 (-13 (-27) (-1177) (-424 *5))) (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-3 (-826 *3) (-2 (|:| |leftHandLimit| (-3 (-826 *3) "failed")) (|:| |rightHandLimit| (-3 (-826 *3) "failed"))) "failed")) (-5 *1 (-623 *5 *3)))))
+(-10 -7 (-15 -1795 ((-3 (-826 |#2|) (-2 (|:| |leftHandLimit| (-3 (-826 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-826 |#2|) "failed"))) "failed") |#2| (-288 (-826 |#2|)))) (-15 -3480 ((-3 (-819 |#2|) "failed") |#2| (-288 (-819 |#2|)))) (-15 -1795 ((-3 (-826 |#2|) "failed") |#2| (-288 |#2|) (-1137))))
+((-1795 (((-3 (-826 (-401 (-934 |#1|))) "failed") (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|))) (-1137)) 80) (((-3 (-826 (-401 (-934 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed"))) "failed") (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|)))) 20) (((-3 (-826 (-401 (-934 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed"))) "failed") (-401 (-934 |#1|)) (-288 (-826 (-934 |#1|)))) 35)) (-3480 (((-819 (-401 (-934 |#1|))) (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|)))) 23) (((-819 (-401 (-934 |#1|))) (-401 (-934 |#1|)) (-288 (-819 (-934 |#1|)))) 43)))
+(((-624 |#1|) (-10 -7 (-15 -1795 ((-3 (-826 (-401 (-934 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed"))) "failed") (-401 (-934 |#1|)) (-288 (-826 (-934 |#1|))))) (-15 -1795 ((-3 (-826 (-401 (-934 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed"))) "failed") (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|))))) (-15 -3480 ((-819 (-401 (-934 |#1|))) (-401 (-934 |#1|)) (-288 (-819 (-934 |#1|))))) (-15 -3480 ((-819 (-401 (-934 |#1|))) (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|))))) (-15 -1795 ((-3 (-826 (-401 (-934 |#1|))) "failed") (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|))) (-1137)))) (-445)) (T -624))
+((-1795 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-288 (-401 (-934 *6)))) (-5 *5 (-1137)) (-5 *3 (-401 (-934 *6))) (-4 *6 (-445)) (-5 *2 (-826 *3)) (-5 *1 (-624 *6)))) (-3480 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-401 (-934 *5)))) (-5 *3 (-401 (-934 *5))) (-4 *5 (-445)) (-5 *2 (-819 *3)) (-5 *1 (-624 *5)))) (-3480 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-819 (-934 *5)))) (-4 *5 (-445)) (-5 *2 (-819 (-401 (-934 *5)))) (-5 *1 (-624 *5)) (-5 *3 (-401 (-934 *5))))) (-1795 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-401 (-934 *5)))) (-5 *3 (-401 (-934 *5))) (-4 *5 (-445)) (-5 *2 (-3 (-826 *3) (-2 (|:| |leftHandLimit| (-3 (-826 *3) "failed")) (|:| |rightHandLimit| (-3 (-826 *3) "failed"))) "failed")) (-5 *1 (-624 *5)))) (-1795 (*1 *2 *3 *4) (-12 (-5 *4 (-288 (-826 (-934 *5)))) (-4 *5 (-445)) (-5 *2 (-3 (-826 (-401 (-934 *5))) (-2 (|:| |leftHandLimit| (-3 (-826 (-401 (-934 *5))) "failed")) (|:| |rightHandLimit| (-3 (-826 (-401 (-934 *5))) "failed"))) "failed")) (-5 *1 (-624 *5)) (-5 *3 (-401 (-934 *5))))))
+(-10 -7 (-15 -1795 ((-3 (-826 (-401 (-934 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed"))) "failed") (-401 (-934 |#1|)) (-288 (-826 (-934 |#1|))))) (-15 -1795 ((-3 (-826 (-401 (-934 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-826 (-401 (-934 |#1|))) "failed"))) "failed") (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|))))) (-15 -3480 ((-819 (-401 (-934 |#1|))) (-401 (-934 |#1|)) (-288 (-819 (-934 |#1|))))) (-15 -3480 ((-819 (-401 (-934 |#1|))) (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|))))) (-15 -1795 ((-3 (-826 (-401 (-934 |#1|))) "failed") (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|))) (-1137))))
+((-4144 (((-3 (-1238 (-401 |#1|)) "failed") (-1238 |#2|) |#2|) 57 (-4106 (|has| |#1| (-357)))) (((-3 (-1238 |#1|) "failed") (-1238 |#2|) |#2|) 42 (|has| |#1| (-357)))) (-2707 (((-111) (-1238 |#2|)) 30)) (-2498 (((-3 (-1238 |#1|) "failed") (-1238 |#2|)) 33)))
+(((-625 |#1| |#2|) (-10 -7 (-15 -2707 ((-111) (-1238 |#2|))) (-15 -2498 ((-3 (-1238 |#1|) "failed") (-1238 |#2|))) (IF (|has| |#1| (-357)) (-15 -4144 ((-3 (-1238 |#1|) "failed") (-1238 |#2|) |#2|)) (-15 -4144 ((-3 (-1238 (-401 |#1|)) "failed") (-1238 |#2|) |#2|)))) (-545) (-626 |#1|)) (T -625))
+((-4144 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1238 *4)) (-4 *4 (-626 *5)) (-4106 (-4 *5 (-357))) (-4 *5 (-545)) (-5 *2 (-1238 (-401 *5))) (-5 *1 (-625 *5 *4)))) (-4144 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1238 *4)) (-4 *4 (-626 *5)) (-4 *5 (-357)) (-4 *5 (-545)) (-5 *2 (-1238 *5)) (-5 *1 (-625 *5 *4)))) (-2498 (*1 *2 *3) (|partial| -12 (-5 *3 (-1238 *5)) (-4 *5 (-626 *4)) (-4 *4 (-545)) (-5 *2 (-1238 *4)) (-5 *1 (-625 *4 *5)))) (-2707 (*1 *2 *3) (-12 (-5 *3 (-1238 *5)) (-4 *5 (-626 *4)) (-4 *4 (-545)) (-5 *2 (-111)) (-5 *1 (-625 *4 *5)))))
+(-10 -7 (-15 -2707 ((-111) (-1238 |#2|))) (-15 -2498 ((-3 (-1238 |#1|) "failed") (-1238 |#2|))) (IF (|has| |#1| (-357)) (-15 -4144 ((-3 (-1238 |#1|) "failed") (-1238 |#2|) |#2|)) (-15 -4144 ((-3 (-1238 (-401 |#1|)) "failed") (-1238 |#2|) |#2|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3698 (((-674 |#1|) (-674 $)) 34) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 33)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-626 |#1|) (-137) (-1031)) (T -626))
+((-3698 (*1 *2 *3) (-12 (-5 *3 (-674 *1)) (-4 *1 (-626 *4)) (-4 *4 (-1031)) (-5 *2 (-674 *4)))) (-3698 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *1)) (-5 *4 (-1238 *1)) (-4 *1 (-626 *5)) (-4 *5 (-1031)) (-5 *2 (-2 (|:| -1317 (-674 *5)) (|:| |vec| (-1238 *5)))))))
+(-13 (-1031) (-10 -8 (-15 -3698 ((-674 |t#1|) (-674 $))) (-15 -3698 ((-2 (|:| -1317 (-674 |t#1|)) (|:| |vec| (-1238 |t#1|))) (-674 $) (-1238 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-712) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-1806 ((|#2| (-630 |#1|) (-630 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-630 |#1|) (-630 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-630 |#1|) (-630 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-630 |#1|) (-630 |#2|) |#2|) 17) ((|#2| (-630 |#1|) (-630 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-630 |#1|) (-630 |#2|)) 12)))
+(((-627 |#1| |#2|) (-10 -7 (-15 -1806 ((-1 |#2| |#1|) (-630 |#1|) (-630 |#2|))) (-15 -1806 (|#2| (-630 |#1|) (-630 |#2|) |#1|)) (-15 -1806 ((-1 |#2| |#1|) (-630 |#1|) (-630 |#2|) |#2|)) (-15 -1806 (|#2| (-630 |#1|) (-630 |#2|) |#1| |#2|)) (-15 -1806 ((-1 |#2| |#1|) (-630 |#1|) (-630 |#2|) (-1 |#2| |#1|))) (-15 -1806 (|#2| (-630 |#1|) (-630 |#2|) |#1| (-1 |#2| |#1|)))) (-1079) (-1192)) (T -627))
+((-1806 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1079)) (-4 *2 (-1192)) (-5 *1 (-627 *5 *2)))) (-1806 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-630 *5)) (-5 *4 (-630 *6)) (-4 *5 (-1079)) (-4 *6 (-1192)) (-5 *1 (-627 *5 *6)))) (-1806 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 *2)) (-4 *5 (-1079)) (-4 *2 (-1192)) (-5 *1 (-627 *5 *2)))) (-1806 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *6)) (-5 *4 (-630 *5)) (-4 *6 (-1079)) (-4 *5 (-1192)) (-5 *2 (-1 *5 *6)) (-5 *1 (-627 *6 *5)))) (-1806 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 *2)) (-4 *5 (-1079)) (-4 *2 (-1192)) (-5 *1 (-627 *5 *2)))) (-1806 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 *6)) (-4 *5 (-1079)) (-4 *6 (-1192)) (-5 *2 (-1 *6 *5)) (-5 *1 (-627 *5 *6)))))
+(-10 -7 (-15 -1806 ((-1 |#2| |#1|) (-630 |#1|) (-630 |#2|))) (-15 -1806 (|#2| (-630 |#1|) (-630 |#2|) |#1|)) (-15 -1806 ((-1 |#2| |#1|) (-630 |#1|) (-630 |#2|) |#2|)) (-15 -1806 (|#2| (-630 |#1|) (-630 |#2|) |#1| |#2|)) (-15 -1806 ((-1 |#2| |#1|) (-630 |#1|) (-630 |#2|) (-1 |#2| |#1|))) (-15 -1806 (|#2| (-630 |#1|) (-630 |#2|) |#1| (-1 |#2| |#1|))))
+((-3108 (((-630 |#2|) (-1 |#2| |#1| |#2|) (-630 |#1|) |#2|) 16)) (-3883 ((|#2| (-1 |#2| |#1| |#2|) (-630 |#1|) |#2|) 18)) (-1478 (((-630 |#2|) (-1 |#2| |#1|) (-630 |#1|)) 13)))
+(((-628 |#1| |#2|) (-10 -7 (-15 -3108 ((-630 |#2|) (-1 |#2| |#1| |#2|) (-630 |#1|) |#2|)) (-15 -3883 (|#2| (-1 |#2| |#1| |#2|) (-630 |#1|) |#2|)) (-15 -1478 ((-630 |#2|) (-1 |#2| |#1|) (-630 |#1|)))) (-1192) (-1192)) (T -628))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-630 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-630 *6)) (-5 *1 (-628 *5 *6)))) (-3883 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-630 *5)) (-4 *5 (-1192)) (-4 *2 (-1192)) (-5 *1 (-628 *5 *2)))) (-3108 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-630 *6)) (-4 *6 (-1192)) (-4 *5 (-1192)) (-5 *2 (-630 *5)) (-5 *1 (-628 *6 *5)))))
+(-10 -7 (-15 -3108 ((-630 |#2|) (-1 |#2| |#1| |#2|) (-630 |#1|) |#2|)) (-15 -3883 (|#2| (-1 |#2| |#1| |#2|) (-630 |#1|) |#2|)) (-15 -1478 ((-630 |#2|) (-1 |#2| |#1|) (-630 |#1|))))
+((-1478 (((-630 |#3|) (-1 |#3| |#1| |#2|) (-630 |#1|) (-630 |#2|)) 13)))
+(((-629 |#1| |#2| |#3|) (-10 -7 (-15 -1478 ((-630 |#3|) (-1 |#3| |#1| |#2|) (-630 |#1|) (-630 |#2|)))) (-1192) (-1192) (-1192)) (T -629))
+((-1478 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-630 *6)) (-5 *5 (-630 *7)) (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-630 *8)) (-5 *1 (-629 *6 *7 *8)))))
+(-10 -7 (-15 -1478 ((-630 |#3|) (-1 |#3| |#1| |#2|) (-630 |#1|) (-630 |#2|))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) NIL)) (-2211 ((|#1| $) NIL)) (-1784 (($ $) NIL)) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4059 (($ $ (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) $) NIL (|has| |#1| (-833))) (((-111) (-1 (-111) |#1| |#1|) $) NIL)) (-1748 (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833)))) (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1297 (($ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-2830 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-2325 (($ $ $) NIL (|has| $ (-6 -4370)))) (-1971 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-3180 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4370))) (($ $ "rest" $) NIL (|has| $ (-6 -4370))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-2627 (($ $ $) 32 (|has| |#1| (-1079)))) (-2615 (($ $ $) 34 (|has| |#1| (-1079)))) (-2602 (($ $ $) 37 (|has| |#1| (-1079)))) (-3656 (($ (-1 (-111) |#1|) $) NIL)) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2197 ((|#1| $) NIL)) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2714 (($ $) NIL) (($ $ (-757)) NIL)) (-1570 (($ $) NIL (|has| |#1| (-1079)))) (-2738 (($ $) 31 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1875 (($ |#1| $) NIL (|has| |#1| (-1079))) (($ (-1 (-111) |#1|) $) NIL)) (-2653 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1948 (((-111) $) NIL)) (-1457 (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079))) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) (-1 (-111) |#1|) $) NIL)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3274 (((-111) $) 9)) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-4284 (($) 7)) (-3306 (($ (-757) |#1|) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-4250 (($ $ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-3858 (($ $ $) NIL (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 33 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2562 (($ |#1|) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-2603 (((-630 |#1|) $) NIL)) (-3380 (((-111) $) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2679 ((|#1| $) NIL) (($ $ (-757)) NIL)) (-1429 (($ $ $ (-553)) NIL) (($ |#1| $ (-553)) NIL)) (-1760 (($ $ $ (-553)) NIL) (($ |#1| $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2701 ((|#1| $) NIL) (($ $ (-757)) NIL)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-1831 (((-111) $) NIL)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1205 (-553))) NIL) ((|#1| $ (-553)) 36) ((|#1| $ (-553) |#1|) NIL)) (-2566 (((-553) $ $) NIL)) (-2855 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-2013 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-3990 (((-111) $) NIL)) (-2921 (($ $) NIL)) (-4198 (($ $) NIL (|has| $ (-6 -4370)))) (-4033 (((-757) $) NIL)) (-4256 (($ $) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) 45 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) NIL)) (-2462 (($ |#1| $) 10)) (-3724 (($ $ $) NIL) (($ $ |#1|) NIL)) (-4320 (($ $ $) 30) (($ |#1| $) NIL) (($ (-630 $)) NIL) (($ $ |#1|) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2580 (($ $ $) 11)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3632 (((-1137) $) 26 (|has| |#1| (-814))) (((-1137) $ (-111)) 27 (|has| |#1| (-814))) (((-1243) (-808) $) 28 (|has| |#1| (-814))) (((-1243) (-808) $ (-111)) 29 (|has| |#1| (-814)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-630 |#1|) (-13 (-651 |#1|) (-10 -8 (-15 -4284 ($)) (-15 -3274 ((-111) $)) (-15 -2462 ($ |#1| $)) (-15 -2580 ($ $ $)) (IF (|has| |#1| (-1079)) (PROGN (-15 -2627 ($ $ $)) (-15 -2615 ($ $ $)) (-15 -2602 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-814)) (-6 (-814)) |%noBranch|))) (-1192)) (T -630))
+((-4284 (*1 *1) (-12 (-5 *1 (-630 *2)) (-4 *2 (-1192)))) (-3274 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-630 *3)) (-4 *3 (-1192)))) (-2462 (*1 *1 *2 *1) (-12 (-5 *1 (-630 *2)) (-4 *2 (-1192)))) (-2580 (*1 *1 *1 *1) (-12 (-5 *1 (-630 *2)) (-4 *2 (-1192)))) (-2627 (*1 *1 *1 *1) (-12 (-5 *1 (-630 *2)) (-4 *2 (-1079)) (-4 *2 (-1192)))) (-2615 (*1 *1 *1 *1) (-12 (-5 *1 (-630 *2)) (-4 *2 (-1079)) (-4 *2 (-1192)))) (-2602 (*1 *1 *1 *1) (-12 (-5 *1 (-630 *2)) (-4 *2 (-1079)) (-4 *2 (-1192)))))
+(-13 (-651 |#1|) (-10 -8 (-15 -4284 ($)) (-15 -3274 ((-111) $)) (-15 -2462 ($ |#1| $)) (-15 -2580 ($ $ $)) (IF (|has| |#1| (-1079)) (PROGN (-15 -2627 ($ $ $)) (-15 -2615 ($ $ $)) (-15 -2602 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-814)) (-6 (-814)) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 11) (((-1160) $) NIL) (($ (-1160)) NIL) ((|#1| $) 8)) (-1614 (((-111) $ $) NIL)))
+(((-631 |#1|) (-13 (-1062) (-600 |#1|)) (-1079)) (T -631))
+NIL
+(-13 (-1062) (-600 |#1|))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2727 (($ |#1| |#1| $) 43)) (-2549 (((-111) $ (-757)) NIL)) (-3656 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-1570 (($ $) 45)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1875 (($ |#1| $) 52 (|has| $ (-6 -4369))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4369)))) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-3136 (((-630 |#1|) $) 9 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 37)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3311 ((|#1| $) 46)) (-1429 (($ |#1| $) 26) (($ |#1| $ (-757)) 42)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2037 ((|#1| $) 48)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 21)) (-1422 (($) 25)) (-1350 (((-111) $) 50)) (-3479 (((-630 (-2 (|:| -3359 |#1|) (|:| -2885 (-757)))) $) 59)) (-4015 (($) 23) (($ (-630 |#1|)) 18)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) 56 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) 19)) (-1523 (((-529) $) 34 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) NIL)) (-3212 (((-845) $) 14 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) 22)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 61 (|has| |#1| (-1079)))) (-2656 (((-757) $) 16 (|has| $ (-6 -4369)))))
+(((-632 |#1|) (-13 (-680 |#1|) (-10 -8 (-6 -4369) (-15 -1350 ((-111) $)) (-15 -2727 ($ |#1| |#1| $)))) (-1079)) (T -632))
+((-1350 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-632 *3)) (-4 *3 (-1079)))) (-2727 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-632 *2)) (-4 *2 (-1079)))))
+(-13 (-680 |#1|) (-10 -8 (-6 -4369) (-15 -1350 ((-111) $)) (-15 -2727 ($ |#1| |#1| $))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ |#1| $) 23)))
+(((-633 |#1|) (-137) (-1038)) (T -633))
+((* (*1 *1 *2 *1) (-12 (-4 *1 (-633 *2)) (-4 *2 (-1038)))))
(-13 (-21) (-10 -8 (-15 * ($ |t#1| $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-2663 (((-756) $) 15)) (-3222 (($ $ |#1|) 56)) (-2366 (($ $) 32)) (-3344 (($ $) 31)) (-1393 (((-3 |#1| "failed") $) 48)) (-2832 ((|#1| $) NIL)) (-2958 (($ |#1| |#2| $) 63) (($ $ $) 64)) (-1647 (((-844) $ (-1 (-844) (-844) (-844)) (-1 (-844) (-844) (-844)) (-552)) 46)) (-3261 ((|#1| $ (-552)) 30)) (-1935 ((|#2| $ (-552)) 29)) (-1316 (($ (-1 |#1| |#1|) $) 34)) (-3566 (($ (-1 |#2| |#2|) $) 38)) (-1562 (($) 10)) (-1714 (($ |#1| |#2|) 22)) (-4004 (($ (-629 (-2 (|:| |gen| |#1|) (|:| -2855 |#2|)))) 23)) (-3169 (((-629 (-2 (|:| |gen| |#1|) (|:| -2855 |#2|))) $) 13)) (-2540 (($ |#1| $) 57)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2177 (((-111) $ $) 60)) (-3213 (((-844) $) 19) (($ |#1|) 16)) (-1613 (((-111) $ $) 25)))
-(((-633 |#1| |#2| |#3|) (-13 (-1078) (-1019 |#1|) (-10 -8 (-15 -1647 ((-844) $ (-1 (-844) (-844) (-844)) (-1 (-844) (-844) (-844)) (-552))) (-15 -3169 ((-629 (-2 (|:| |gen| |#1|) (|:| -2855 |#2|))) $)) (-15 -1714 ($ |#1| |#2|)) (-15 -4004 ($ (-629 (-2 (|:| |gen| |#1|) (|:| -2855 |#2|))))) (-15 -1935 (|#2| $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -3344 ($ $)) (-15 -2366 ($ $)) (-15 -2663 ((-756) $)) (-15 -1562 ($)) (-15 -3222 ($ $ |#1|)) (-15 -2540 ($ |#1| $)) (-15 -2958 ($ |#1| |#2| $)) (-15 -2958 ($ $ $)) (-15 -2177 ((-111) $ $)) (-15 -3566 ($ (-1 |#2| |#2|) $)) (-15 -1316 ($ (-1 |#1| |#1|) $)))) (-1078) (-23) |#2|) (T -633))
-((-1647 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-844) (-844) (-844))) (-5 *4 (-552)) (-5 *2 (-844)) (-5 *1 (-633 *5 *6 *7)) (-4 *5 (-1078)) (-4 *6 (-23)) (-14 *7 *6))) (-3169 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 *4)))) (-5 *1 (-633 *3 *4 *5)) (-4 *3 (-1078)) (-4 *4 (-23)) (-14 *5 *4))) (-1714 (*1 *1 *2 *3) (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23)) (-14 *4 *3))) (-4004 (*1 *1 *2) (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 *4)))) (-4 *3 (-1078)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-633 *3 *4 *5)))) (-1935 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *2 (-23)) (-5 *1 (-633 *4 *2 *5)) (-4 *4 (-1078)) (-14 *5 *2))) (-3261 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *2 (-1078)) (-5 *1 (-633 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-3344 (*1 *1 *1) (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23)) (-14 *4 *3))) (-2366 (*1 *1 *1) (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23)) (-14 *4 *3))) (-2663 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-633 *3 *4 *5)) (-4 *3 (-1078)) (-4 *4 (-23)) (-14 *5 *4))) (-1562 (*1 *1) (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23)) (-14 *4 *3))) (-3222 (*1 *1 *1 *2) (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23)) (-14 *4 *3))) (-2540 (*1 *1 *2 *1) (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23)) (-14 *4 *3))) (-2958 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23)) (-14 *4 *3))) (-2958 (*1 *1 *1 *1) (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23)) (-14 *4 *3))) (-2177 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-633 *3 *4 *5)) (-4 *3 (-1078)) (-4 *4 (-23)) (-14 *5 *4))) (-3566 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-633 *3 *4 *5)) (-4 *3 (-1078)))) (-1316 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1078)) (-5 *1 (-633 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
-(-13 (-1078) (-1019 |#1|) (-10 -8 (-15 -1647 ((-844) $ (-1 (-844) (-844) (-844)) (-1 (-844) (-844) (-844)) (-552))) (-15 -3169 ((-629 (-2 (|:| |gen| |#1|) (|:| -2855 |#2|))) $)) (-15 -1714 ($ |#1| |#2|)) (-15 -4004 ($ (-629 (-2 (|:| |gen| |#1|) (|:| -2855 |#2|))))) (-15 -1935 (|#2| $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -3344 ($ $)) (-15 -2366 ($ $)) (-15 -2663 ((-756) $)) (-15 -1562 ($)) (-15 -3222 ($ $ |#1|)) (-15 -2540 ($ |#1| $)) (-15 -2958 ($ |#1| |#2| $)) (-15 -2958 ($ $ $)) (-15 -2177 ((-111) $ $)) (-15 -3566 ($ (-1 |#2| |#2|) $)) (-15 -1316 ($ (-1 |#1| |#1|) $))))
-((-1842 (((-552) $) 24)) (-1759 (($ |#2| $ (-552)) 22) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) 12)) (-1335 (((-111) (-552) $) 15)) (-4319 (($ $ |#2|) 19) (($ |#2| $) 20) (($ $ $) NIL) (($ (-629 $)) NIL)))
-(((-634 |#1| |#2|) (-10 -8 (-15 -1759 (|#1| |#1| |#1| (-552))) (-15 -1759 (|#1| |#2| |#1| (-552))) (-15 -4319 (|#1| (-629 |#1|))) (-15 -4319 (|#1| |#1| |#1|)) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#2|)) (-15 -1842 ((-552) |#1|)) (-15 -2190 ((-629 (-552)) |#1|)) (-15 -1335 ((-111) (-552) |#1|))) (-635 |#2|) (-1191)) (T -634))
-NIL
-(-10 -8 (-15 -1759 (|#1| |#1| |#1| (-552))) (-15 -1759 (|#1| |#2| |#1| (-552))) (-15 -4319 (|#1| (-629 |#1|))) (-15 -4319 (|#1| |#1| |#1|)) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#2|)) (-15 -1842 ((-552) |#1|)) (-15 -2190 ((-629 (-552)) |#1|)) (-15 -1335 ((-111) (-552) |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2660 (((-1242) $ (-552) (-552)) 40 (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) 8)) (-1470 ((|#1| $ (-552) |#1|) 52 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 58 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#1| $) 77 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) 53 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 51)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-3307 (($ (-756) |#1|) 69)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 43 (|has| (-552) (-832)))) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 44 (|has| (-552) (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) 60) (($ $ $ (-552)) 59)) (-2190 (((-629 (-552)) $) 46)) (-1335 (((-111) (-552) $) 47)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-2702 ((|#1| $) 42 (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-1518 (($ $ |#1|) 41 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ (-552) |#1|) 50) ((|#1| $ (-552)) 49) (($ $ (-1204 (-552))) 63)) (-2012 (($ $ (-552)) 62) (($ $ (-1204 (-552))) 61)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 79 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 70)) (-4319 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-629 $)) 65)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-635 |#1|) (-137) (-1191)) (T -635))
-((-3307 (*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-4 *1 (-635 *3)) (-4 *3 (-1191)))) (-4319 (*1 *1 *1 *2) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1191)))) (-4319 (*1 *1 *2 *1) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1191)))) (-4319 (*1 *1 *1 *1) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1191)))) (-4319 (*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-635 *3)) (-4 *3 (-1191)))) (-1477 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-635 *3)) (-4 *3 (-1191)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 (-1204 (-552))) (-4 *1 (-635 *3)) (-4 *3 (-1191)))) (-2012 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-635 *3)) (-4 *3 (-1191)))) (-2012 (*1 *1 *1 *2) (-12 (-5 *2 (-1204 (-552))) (-4 *1 (-635 *3)) (-4 *3 (-1191)))) (-1759 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-635 *2)) (-4 *2 (-1191)))) (-1759 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-635 *3)) (-4 *3 (-1191)))) (-1470 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1204 (-552))) (|has| *1 (-6 -4369)) (-4 *1 (-635 *2)) (-4 *2 (-1191)))))
-(-13 (-590 (-552) |t#1|) (-148 |t#1|) (-10 -8 (-15 -3307 ($ (-756) |t#1|)) (-15 -4319 ($ $ |t#1|)) (-15 -4319 ($ |t#1| $)) (-15 -4319 ($ $ $)) (-15 -4319 ($ (-629 $))) (-15 -1477 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2060 ($ $ (-1204 (-552)))) (-15 -2012 ($ $ (-552))) (-15 -2012 ($ $ (-1204 (-552)))) (-15 -1759 ($ |t#1| $ (-552))) (-15 -1759 ($ $ $ (-552))) (IF (|has| $ (-6 -4369)) (-15 -1470 (|t#1| $ (-1204 (-552)) |t#1|)) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 #0=(-552) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-590 #0# |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-4153 (((-3 |#2| "failed") |#3| |#2| (-1154) |#2| (-629 |#2|)) 160) (((-3 (-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) "failed") |#3| |#2| (-1154)) 44)))
-(((-636 |#1| |#2| |#3|) (-10 -7 (-15 -4153 ((-3 (-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) "failed") |#3| |#2| (-1154))) (-15 -4153 ((-3 |#2| "failed") |#3| |#2| (-1154) |#2| (-629 |#2|)))) (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)) (-13 (-29 |#1|) (-1176) (-940)) (-640 |#2|)) (T -636))
-((-4153 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-629 *2)) (-4 *2 (-13 (-29 *6) (-1176) (-940))) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *1 (-636 *6 *2 *3)) (-4 *3 (-640 *2)))) (-4153 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1154)) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-4 *4 (-13 (-29 *6) (-1176) (-940))) (-5 *2 (-2 (|:| |particular| *4) (|:| -4199 (-629 *4)))) (-5 *1 (-636 *6 *4 *3)) (-4 *3 (-640 *4)))))
-(-10 -7 (-15 -4153 ((-3 (-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) "failed") |#3| |#2| (-1154))) (-15 -4153 ((-3 |#2| "failed") |#3| |#2| (-1154) |#2| (-629 |#2|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-1673 (($ $) NIL (|has| |#1| (-357)))) (-3266 (($ $ $) NIL (|has| |#1| (-357)))) (-4292 (($ $ (-756)) NIL (|has| |#1| (-357)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3621 (($ $ $) NIL (|has| |#1| (-357)))) (-1748 (($ $ $) NIL (|has| |#1| (-357)))) (-1675 (($ $ $) NIL (|has| |#1| (-357)))) (-2280 (($ $ $) NIL (|has| |#1| (-357)))) (-3342 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-4179 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-3209 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#1| (-445)))) (-4065 (((-111) $) NIL)) (-3590 (($ |#1| (-756)) NIL)) (-3211 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-544)))) (-1274 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-544)))) (-3544 (((-756) $) NIL)) (-2945 (($ $ $) NIL (|has| |#1| (-357)))) (-4072 (($ $ $) NIL (|has| |#1| (-357)))) (-4149 (($ $ $) NIL (|has| |#1| (-357)))) (-2153 (($ $ $) NIL (|has| |#1| (-357)))) (-3482 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-1547 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1602 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544)))) (-2060 ((|#1| $ |#1|) NIL)) (-3796 (($ $ $) NIL (|has| |#1| (-357)))) (-3299 (((-756) $) NIL)) (-3807 ((|#1| $) NIL (|has| |#1| (-445)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ (-401 (-552))) NIL (|has| |#1| (-1019 (-401 (-552))))) (($ |#1|) NIL)) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-756)) NIL)) (-2014 (((-756)) NIL)) (-2639 ((|#1| $ |#1| |#1|) NIL)) (-1768 (($ $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($) NIL)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-637 |#1|) (-640 |#1|) (-228)) (T -637))
-NIL
-(-640 |#1|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-1673 (($ $) NIL (|has| |#1| (-357)))) (-3266 (($ $ $) NIL (|has| |#1| (-357)))) (-4292 (($ $ (-756)) NIL (|has| |#1| (-357)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3621 (($ $ $) NIL (|has| |#1| (-357)))) (-1748 (($ $ $) NIL (|has| |#1| (-357)))) (-1675 (($ $ $) NIL (|has| |#1| (-357)))) (-2280 (($ $ $) NIL (|has| |#1| (-357)))) (-3342 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-4179 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-3209 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#1| (-445)))) (-4065 (((-111) $) NIL)) (-3590 (($ |#1| (-756)) NIL)) (-3211 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-544)))) (-1274 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-544)))) (-3544 (((-756) $) NIL)) (-2945 (($ $ $) NIL (|has| |#1| (-357)))) (-4072 (($ $ $) NIL (|has| |#1| (-357)))) (-4149 (($ $ $) NIL (|has| |#1| (-357)))) (-2153 (($ $ $) NIL (|has| |#1| (-357)))) (-3482 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-1547 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1602 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544)))) (-2060 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-3796 (($ $ $) NIL (|has| |#1| (-357)))) (-3299 (((-756) $) NIL)) (-3807 ((|#1| $) NIL (|has| |#1| (-445)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ (-401 (-552))) NIL (|has| |#1| (-1019 (-401 (-552))))) (($ |#1|) NIL)) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-756)) NIL)) (-2014 (((-756)) NIL)) (-2639 ((|#1| $ |#1| |#1|) NIL)) (-1768 (($ $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($) NIL)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-638 |#1| |#2|) (-13 (-640 |#1|) (-280 |#2| |#2|)) (-228) (-13 (-632 |#1|) (-10 -8 (-15 -3096 ($ $))))) (T -638))
-NIL
-(-13 (-640 |#1|) (-280 |#2| |#2|))
-((-1673 (($ $) 26)) (-1768 (($ $) 24)) (-1765 (($) 12)))
-(((-639 |#1| |#2|) (-10 -8 (-15 -1673 (|#1| |#1|)) (-15 -1768 (|#1| |#1|)) (-15 -1765 (|#1|))) (-640 |#2|) (-1030)) (T -639))
-NIL
-(-10 -8 (-15 -1673 (|#1| |#1|)) (-15 -1768 (|#1| |#1|)) (-15 -1765 (|#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-1673 (($ $) 80 (|has| |#1| (-357)))) (-3266 (($ $ $) 82 (|has| |#1| (-357)))) (-4292 (($ $ (-756)) 81 (|has| |#1| (-357)))) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-3621 (($ $ $) 43 (|has| |#1| (-357)))) (-1748 (($ $ $) 44 (|has| |#1| (-357)))) (-1675 (($ $ $) 46 (|has| |#1| (-357)))) (-2280 (($ $ $) 41 (|has| |#1| (-357)))) (-3342 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 40 (|has| |#1| (-357)))) (-4179 (((-3 $ "failed") $ $) 42 (|has| |#1| (-357)))) (-3209 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 45 (|has| |#1| (-357)))) (-1393 (((-3 (-552) "failed") $) 72 (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 70 (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 67)) (-2832 (((-552) $) 73 (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) 71 (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 66)) (-3766 (($ $) 62)) (-1293 (((-3 $ "failed") $) 32)) (-3471 (($ $) 53 (|has| |#1| (-445)))) (-4065 (((-111) $) 30)) (-3590 (($ |#1| (-756)) 60)) (-3211 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55 (|has| |#1| (-544)))) (-1274 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 56 (|has| |#1| (-544)))) (-3544 (((-756) $) 64)) (-2945 (($ $ $) 50 (|has| |#1| (-357)))) (-4072 (($ $ $) 51 (|has| |#1| (-357)))) (-4149 (($ $ $) 39 (|has| |#1| (-357)))) (-2153 (($ $ $) 48 (|has| |#1| (-357)))) (-3482 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 47 (|has| |#1| (-357)))) (-1547 (((-3 $ "failed") $ $) 49 (|has| |#1| (-357)))) (-1602 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 52 (|has| |#1| (-357)))) (-3743 ((|#1| $) 63)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3969 (((-3 $ "failed") $ |#1|) 57 (|has| |#1| (-544)))) (-2060 ((|#1| $ |#1|) 85)) (-3796 (($ $ $) 79 (|has| |#1| (-357)))) (-3299 (((-756) $) 65)) (-3807 ((|#1| $) 54 (|has| |#1| (-445)))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 (-552))) 69 (|has| |#1| (-1019 (-401 (-552))))) (($ |#1|) 68)) (-2984 (((-629 |#1|) $) 59)) (-2266 ((|#1| $ (-756)) 61)) (-2014 (((-756)) 28)) (-2639 ((|#1| $ |#1| |#1|) 58)) (-1768 (($ $) 83)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($) 84)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 75) (($ |#1| $) 74)))
-(((-640 |#1|) (-137) (-1030)) (T -640))
-((-1765 (*1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030)))) (-1768 (*1 *1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030)))) (-3266 (*1 *1 *1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-4292 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-640 *3)) (-4 *3 (-1030)) (-4 *3 (-357)))) (-1673 (*1 *1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-3796 (*1 *1 *1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(-13 (-834 |t#1|) (-280 |t#1| |t#1|) (-10 -8 (-15 -1765 ($)) (-15 -1768 ($ $)) (IF (|has| |t#1| (-357)) (PROGN (-15 -3266 ($ $ $)) (-15 -4292 ($ $ (-756))) (-15 -1673 ($ $)) (-15 -3796 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-169)) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-280 |#1| |#1|) . T) ((-405 |#1|) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-702 |#1|) |has| |#1| (-169)) ((-711) . T) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1036 |#1|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-834 |#1|) . T))
-((-3000 (((-629 (-637 (-401 |#2|))) (-637 (-401 |#2|))) 74 (|has| |#1| (-27)))) (-3479 (((-629 (-637 (-401 |#2|))) (-637 (-401 |#2|))) 73 (|has| |#1| (-27))) (((-629 (-637 (-401 |#2|))) (-637 (-401 |#2|)) (-1 (-629 |#1|) |#2|)) 17)))
-(((-641 |#1| |#2|) (-10 -7 (-15 -3479 ((-629 (-637 (-401 |#2|))) (-637 (-401 |#2|)) (-1 (-629 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3479 ((-629 (-637 (-401 |#2|))) (-637 (-401 |#2|)))) (-15 -3000 ((-629 (-637 (-401 |#2|))) (-637 (-401 |#2|))))) |%noBranch|)) (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))) (-1213 |#1|)) (T -641))
-((-3000 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *5 (-1213 *4)) (-5 *2 (-629 (-637 (-401 *5)))) (-5 *1 (-641 *4 *5)) (-5 *3 (-637 (-401 *5))))) (-3479 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *5 (-1213 *4)) (-5 *2 (-629 (-637 (-401 *5)))) (-5 *1 (-641 *4 *5)) (-5 *3 (-637 (-401 *5))))) (-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-629 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5)) (-5 *2 (-629 (-637 (-401 *6)))) (-5 *1 (-641 *5 *6)) (-5 *3 (-637 (-401 *6))))))
-(-10 -7 (-15 -3479 ((-629 (-637 (-401 |#2|))) (-637 (-401 |#2|)) (-1 (-629 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3479 ((-629 (-637 (-401 |#2|))) (-637 (-401 |#2|)))) (-15 -3000 ((-629 (-637 (-401 |#2|))) (-637 (-401 |#2|))))) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-1673 (($ $) NIL (|has| |#1| (-357)))) (-3266 (($ $ $) 28 (|has| |#1| (-357)))) (-4292 (($ $ (-756)) 31 (|has| |#1| (-357)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3621 (($ $ $) NIL (|has| |#1| (-357)))) (-1748 (($ $ $) NIL (|has| |#1| (-357)))) (-1675 (($ $ $) NIL (|has| |#1| (-357)))) (-2280 (($ $ $) NIL (|has| |#1| (-357)))) (-3342 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-4179 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-3209 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#1| (-445)))) (-4065 (((-111) $) NIL)) (-3590 (($ |#1| (-756)) NIL)) (-3211 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-544)))) (-1274 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-544)))) (-3544 (((-756) $) NIL)) (-2945 (($ $ $) NIL (|has| |#1| (-357)))) (-4072 (($ $ $) NIL (|has| |#1| (-357)))) (-4149 (($ $ $) NIL (|has| |#1| (-357)))) (-2153 (($ $ $) NIL (|has| |#1| (-357)))) (-3482 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-1547 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1602 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544)))) (-2060 ((|#1| $ |#1|) 24)) (-3796 (($ $ $) 33 (|has| |#1| (-357)))) (-3299 (((-756) $) NIL)) (-3807 ((|#1| $) NIL (|has| |#1| (-445)))) (-3213 (((-844) $) 20) (($ (-552)) NIL) (($ (-401 (-552))) NIL (|has| |#1| (-1019 (-401 (-552))))) (($ |#1|) NIL)) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-756)) NIL)) (-2014 (((-756)) NIL)) (-2639 ((|#1| $ |#1| |#1|) 23)) (-1768 (($ $) NIL)) (-3297 (($) 21 T CONST)) (-3309 (($) 8 T CONST)) (-1765 (($) NIL)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-642 |#1| |#2|) (-640 |#1|) (-1030) (-1 |#1| |#1|)) (T -642))
-NIL
-(-640 |#1|)
-((-3266 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 59)) (-4292 ((|#2| |#2| (-756) (-1 |#1| |#1|)) 40)) (-3796 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 61)))
-(((-643 |#1| |#2|) (-10 -7 (-15 -3266 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -4292 (|#2| |#2| (-756) (-1 |#1| |#1|))) (-15 -3796 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-357) (-640 |#1|)) (T -643))
-((-3796 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-357)) (-5 *1 (-643 *4 *2)) (-4 *2 (-640 *4)))) (-4292 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-756)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357)) (-5 *1 (-643 *5 *2)) (-4 *2 (-640 *5)))) (-3266 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-357)) (-5 *1 (-643 *4 *2)) (-4 *2 (-640 *4)))))
-(-10 -7 (-15 -3266 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -4292 (|#2| |#2| (-756) (-1 |#1| |#1|))) (-15 -3796 (|#2| |#2| |#2| (-1 |#1| |#1|))))
-((-2038 (($ $ $) 9)))
-(((-644 |#1|) (-10 -8 (-15 -2038 (|#1| |#1| |#1|))) (-645)) (T -644))
-NIL
-(-10 -8 (-15 -2038 (|#1| |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3072 (($ $) 10)) (-2038 (($ $ $) 8)) (-1613 (((-111) $ $) 6)) (-2026 (($ $ $) 9)))
-(((-645) (-137)) (T -645))
-((-3072 (*1 *1 *1) (-4 *1 (-645))) (-2026 (*1 *1 *1 *1) (-4 *1 (-645))) (-2038 (*1 *1 *1 *1) (-4 *1 (-645))))
-(-13 (-101) (-10 -8 (-15 -3072 ($ $)) (-15 -2026 ($ $ $)) (-15 -2038 ($ $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-2662 (((-757) $) 15)) (-3170 (($ $ |#1|) 56)) (-3591 (($ $) 32)) (-3341 (($ $) 31)) (-1394 (((-3 |#1| "failed") $) 48)) (-2831 ((|#1| $) NIL)) (-2957 (($ |#1| |#2| $) 63) (($ $ $) 64)) (-4008 (((-845) $ (-1 (-845) (-845) (-845)) (-1 (-845) (-845) (-845)) (-553)) 46)) (-2264 ((|#1| $ (-553)) 30)) (-1762 ((|#2| $ (-553)) 29)) (-1974 (($ (-1 |#1| |#1|) $) 34)) (-2168 (($ (-1 |#2| |#2|) $) 38)) (-2480 (($) 10)) (-3424 (($ |#1| |#2|) 22)) (-4061 (($ (-630 (-2 (|:| |gen| |#1|) (|:| -2854 |#2|)))) 23)) (-2752 (((-630 (-2 (|:| |gen| |#1|) (|:| -2854 |#2|))) $) 13)) (-2730 (($ |#1| $) 57)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2386 (((-111) $ $) 60)) (-3212 (((-845) $) 19) (($ |#1|) 16)) (-1614 (((-111) $ $) 25)))
+(((-634 |#1| |#2| |#3|) (-13 (-1079) (-1020 |#1|) (-10 -8 (-15 -4008 ((-845) $ (-1 (-845) (-845) (-845)) (-1 (-845) (-845) (-845)) (-553))) (-15 -2752 ((-630 (-2 (|:| |gen| |#1|) (|:| -2854 |#2|))) $)) (-15 -3424 ($ |#1| |#2|)) (-15 -4061 ($ (-630 (-2 (|:| |gen| |#1|) (|:| -2854 |#2|))))) (-15 -1762 (|#2| $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -3341 ($ $)) (-15 -3591 ($ $)) (-15 -2662 ((-757) $)) (-15 -2480 ($)) (-15 -3170 ($ $ |#1|)) (-15 -2730 ($ |#1| $)) (-15 -2957 ($ |#1| |#2| $)) (-15 -2957 ($ $ $)) (-15 -2386 ((-111) $ $)) (-15 -2168 ($ (-1 |#2| |#2|) $)) (-15 -1974 ($ (-1 |#1| |#1|) $)))) (-1079) (-23) |#2|) (T -634))
+((-4008 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-845) (-845) (-845))) (-5 *4 (-553)) (-5 *2 (-845)) (-5 *1 (-634 *5 *6 *7)) (-4 *5 (-1079)) (-4 *6 (-23)) (-14 *7 *6))) (-2752 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 *4)))) (-5 *1 (-634 *3 *4 *5)) (-4 *3 (-1079)) (-4 *4 (-23)) (-14 *5 *4))) (-3424 (*1 *1 *2 *3) (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23)) (-14 *4 *3))) (-4061 (*1 *1 *2) (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 *4)))) (-4 *3 (-1079)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-634 *3 *4 *5)))) (-1762 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *2 (-23)) (-5 *1 (-634 *4 *2 *5)) (-4 *4 (-1079)) (-14 *5 *2))) (-2264 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *2 (-1079)) (-5 *1 (-634 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-3341 (*1 *1 *1) (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23)) (-14 *4 *3))) (-3591 (*1 *1 *1) (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23)) (-14 *4 *3))) (-2662 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-634 *3 *4 *5)) (-4 *3 (-1079)) (-4 *4 (-23)) (-14 *5 *4))) (-2480 (*1 *1) (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23)) (-14 *4 *3))) (-3170 (*1 *1 *1 *2) (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23)) (-14 *4 *3))) (-2730 (*1 *1 *2 *1) (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23)) (-14 *4 *3))) (-2957 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23)) (-14 *4 *3))) (-2957 (*1 *1 *1 *1) (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23)) (-14 *4 *3))) (-2386 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-634 *3 *4 *5)) (-4 *3 (-1079)) (-4 *4 (-23)) (-14 *5 *4))) (-2168 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-634 *3 *4 *5)) (-4 *3 (-1079)))) (-1974 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1079)) (-5 *1 (-634 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
+(-13 (-1079) (-1020 |#1|) (-10 -8 (-15 -4008 ((-845) $ (-1 (-845) (-845) (-845)) (-1 (-845) (-845) (-845)) (-553))) (-15 -2752 ((-630 (-2 (|:| |gen| |#1|) (|:| -2854 |#2|))) $)) (-15 -3424 ($ |#1| |#2|)) (-15 -4061 ($ (-630 (-2 (|:| |gen| |#1|) (|:| -2854 |#2|))))) (-15 -1762 (|#2| $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -3341 ($ $)) (-15 -3591 ($ $)) (-15 -2662 ((-757) $)) (-15 -2480 ($)) (-15 -3170 ($ $ |#1|)) (-15 -2730 ($ |#1| $)) (-15 -2957 ($ |#1| |#2| $)) (-15 -2957 ($ $ $)) (-15 -2386 ((-111) $ $)) (-15 -2168 ($ (-1 |#2| |#2|) $)) (-15 -1974 ($ (-1 |#1| |#1|) $))))
+((-2049 (((-553) $) 24)) (-1760 (($ |#2| $ (-553)) 22) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) 12)) (-2166 (((-111) (-553) $) 15)) (-4320 (($ $ |#2|) 19) (($ |#2| $) 20) (($ $ $) NIL) (($ (-630 $)) NIL)))
+(((-635 |#1| |#2|) (-10 -8 (-15 -1760 (|#1| |#1| |#1| (-553))) (-15 -1760 (|#1| |#2| |#1| (-553))) (-15 -4320 (|#1| (-630 |#1|))) (-15 -4320 (|#1| |#1| |#1|)) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#2|)) (-15 -2049 ((-553) |#1|)) (-15 -2508 ((-630 (-553)) |#1|)) (-15 -2166 ((-111) (-553) |#1|))) (-636 |#2|) (-1192)) (T -635))
+NIL
+(-10 -8 (-15 -1760 (|#1| |#1| |#1| (-553))) (-15 -1760 (|#1| |#2| |#1| (-553))) (-15 -4320 (|#1| (-630 |#1|))) (-15 -4320 (|#1| |#1| |#1|)) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#2|)) (-15 -2049 ((-553) |#1|)) (-15 -2508 ((-630 (-553)) |#1|)) (-15 -2166 ((-111) (-553) |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-1306 (((-1243) $ (-553) (-553)) 40 (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) 8)) (-1471 ((|#1| $ (-553) |#1|) 52 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 58 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#1| $) 77 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) 53 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 51)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3306 (($ (-757) |#1|) 69)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 43 (|has| (-553) (-833)))) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 44 (|has| (-553) (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) 60) (($ $ $ (-553)) 59)) (-2508 (((-630 (-553)) $) 46)) (-2166 (((-111) (-553) $) 47)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2701 ((|#1| $) 42 (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-2001 (($ $ |#1|) 41 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ (-553) |#1|) 50) ((|#1| $ (-553)) 49) (($ $ (-1205 (-553))) 63)) (-2013 (($ $ (-553)) 62) (($ $ (-1205 (-553))) 61)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 79 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 70)) (-4320 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-630 $)) 65)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-636 |#1|) (-137) (-1192)) (T -636))
+((-3306 (*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-4 *1 (-636 *3)) (-4 *3 (-1192)))) (-4320 (*1 *1 *1 *2) (-12 (-4 *1 (-636 *2)) (-4 *2 (-1192)))) (-4320 (*1 *1 *2 *1) (-12 (-4 *1 (-636 *2)) (-4 *2 (-1192)))) (-4320 (*1 *1 *1 *1) (-12 (-4 *1 (-636 *2)) (-4 *2 (-1192)))) (-4320 (*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-636 *3)) (-4 *3 (-1192)))) (-1478 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-636 *3)) (-4 *3 (-1192)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 (-1205 (-553))) (-4 *1 (-636 *3)) (-4 *3 (-1192)))) (-2013 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-636 *3)) (-4 *3 (-1192)))) (-2013 (*1 *1 *1 *2) (-12 (-5 *2 (-1205 (-553))) (-4 *1 (-636 *3)) (-4 *3 (-1192)))) (-1760 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-636 *2)) (-4 *2 (-1192)))) (-1760 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-636 *3)) (-4 *3 (-1192)))) (-1471 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1205 (-553))) (|has| *1 (-6 -4370)) (-4 *1 (-636 *2)) (-4 *2 (-1192)))))
+(-13 (-591 (-553) |t#1|) (-148 |t#1|) (-10 -8 (-15 -3306 ($ (-757) |t#1|)) (-15 -4320 ($ $ |t#1|)) (-15 -4320 ($ |t#1| $)) (-15 -4320 ($ $ $)) (-15 -4320 ($ (-630 $))) (-15 -1478 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2061 ($ $ (-1205 (-553)))) (-15 -2013 ($ $ (-553))) (-15 -2013 ($ $ (-1205 (-553)))) (-15 -1760 ($ |t#1| $ (-553))) (-15 -1760 ($ $ $ (-553))) (IF (|has| $ (-6 -4370)) (-15 -1471 (|t#1| $ (-1205 (-553)) |t#1|)) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 #0=(-553) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-591 #0# |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-2982 (((-3 |#2| "failed") |#3| |#2| (-1155) |#2| (-630 |#2|)) 160) (((-3 (-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) "failed") |#3| |#2| (-1155)) 44)))
+(((-637 |#1| |#2| |#3|) (-10 -7 (-15 -2982 ((-3 (-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) "failed") |#3| |#2| (-1155))) (-15 -2982 ((-3 |#2| "failed") |#3| |#2| (-1155) |#2| (-630 |#2|)))) (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)) (-13 (-29 |#1|) (-1177) (-941)) (-641 |#2|)) (T -637))
+((-2982 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-630 *2)) (-4 *2 (-13 (-29 *6) (-1177) (-941))) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *1 (-637 *6 *2 *3)) (-4 *3 (-641 *2)))) (-2982 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1155)) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-4 *4 (-13 (-29 *6) (-1177) (-941))) (-5 *2 (-2 (|:| |particular| *4) (|:| -3428 (-630 *4)))) (-5 *1 (-637 *6 *4 *3)) (-4 *3 (-641 *4)))))
+(-10 -7 (-15 -2982 ((-3 (-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) "failed") |#3| |#2| (-1155))) (-15 -2982 ((-3 |#2| "failed") |#3| |#2| (-1155) |#2| (-630 |#2|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4234 (($ $) NIL (|has| |#1| (-357)))) (-2322 (($ $ $) NIL (|has| |#1| (-357)))) (-1816 (($ $ (-757)) NIL (|has| |#1| (-357)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1505 (($ $ $) NIL (|has| |#1| (-357)))) (-3742 (($ $ $) NIL (|has| |#1| (-357)))) (-4252 (($ $ $) NIL (|has| |#1| (-357)))) (-4009 (($ $ $) NIL (|has| |#1| (-357)))) (-1793 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-3050 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#1| (-445)))) (-1434 (((-111) $) NIL)) (-3590 (($ |#1| (-757)) NIL)) (-3073 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-545)))) (-3432 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-545)))) (-3264 (((-757) $) NIL)) (-4105 (($ $ $) NIL (|has| |#1| (-357)))) (-1492 (($ $ $) NIL (|has| |#1| (-357)))) (-2939 (($ $ $) NIL (|has| |#1| (-357)))) (-2127 (($ $ $) NIL (|has| |#1| (-357)))) (-3866 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2308 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1635 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545)))) (-2061 ((|#1| $ |#1|) NIL)) (-3890 (($ $ $) NIL (|has| |#1| (-357)))) (-2672 (((-757) $) NIL)) (-3998 ((|#1| $) NIL (|has| |#1| (-445)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ (-401 (-553))) NIL (|has| |#1| (-1020 (-401 (-553))))) (($ |#1|) NIL)) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-757)) NIL)) (-1348 (((-757)) NIL)) (-2638 ((|#1| $ |#1| |#1|) NIL)) (-3872 (($ $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($) NIL)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-638 |#1|) (-641 |#1|) (-228)) (T -638))
+NIL
+(-641 |#1|)
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4234 (($ $) NIL (|has| |#1| (-357)))) (-2322 (($ $ $) NIL (|has| |#1| (-357)))) (-1816 (($ $ (-757)) NIL (|has| |#1| (-357)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1505 (($ $ $) NIL (|has| |#1| (-357)))) (-3742 (($ $ $) NIL (|has| |#1| (-357)))) (-4252 (($ $ $) NIL (|has| |#1| (-357)))) (-4009 (($ $ $) NIL (|has| |#1| (-357)))) (-1793 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-3050 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#1| (-445)))) (-1434 (((-111) $) NIL)) (-3590 (($ |#1| (-757)) NIL)) (-3073 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-545)))) (-3432 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-545)))) (-3264 (((-757) $) NIL)) (-4105 (($ $ $) NIL (|has| |#1| (-357)))) (-1492 (($ $ $) NIL (|has| |#1| (-357)))) (-2939 (($ $ $) NIL (|has| |#1| (-357)))) (-2127 (($ $ $) NIL (|has| |#1| (-357)))) (-3866 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2308 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1635 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545)))) (-2061 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-3890 (($ $ $) NIL (|has| |#1| (-357)))) (-2672 (((-757) $) NIL)) (-3998 ((|#1| $) NIL (|has| |#1| (-445)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ (-401 (-553))) NIL (|has| |#1| (-1020 (-401 (-553))))) (($ |#1|) NIL)) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-757)) NIL)) (-1348 (((-757)) NIL)) (-2638 ((|#1| $ |#1| |#1|) NIL)) (-3872 (($ $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($) NIL)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-639 |#1| |#2|) (-13 (-641 |#1|) (-280 |#2| |#2|)) (-228) (-13 (-633 |#1|) (-10 -8 (-15 -3095 ($ $))))) (T -639))
+NIL
+(-13 (-641 |#1|) (-280 |#2| |#2|))
+((-4234 (($ $) 26)) (-3872 (($ $) 24)) (-1766 (($) 12)))
+(((-640 |#1| |#2|) (-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -3872 (|#1| |#1|)) (-15 -1766 (|#1|))) (-641 |#2|) (-1031)) (T -640))
+NIL
+(-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -3872 (|#1| |#1|)) (-15 -1766 (|#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4234 (($ $) 80 (|has| |#1| (-357)))) (-2322 (($ $ $) 82 (|has| |#1| (-357)))) (-1816 (($ $ (-757)) 81 (|has| |#1| (-357)))) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1505 (($ $ $) 43 (|has| |#1| (-357)))) (-3742 (($ $ $) 44 (|has| |#1| (-357)))) (-4252 (($ $ $) 46 (|has| |#1| (-357)))) (-4009 (($ $ $) 41 (|has| |#1| (-357)))) (-1793 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 40 (|has| |#1| (-357)))) (-3222 (((-3 $ "failed") $ $) 42 (|has| |#1| (-357)))) (-3050 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 45 (|has| |#1| (-357)))) (-1394 (((-3 (-553) "failed") $) 73 (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 70 (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 67)) (-2831 (((-553) $) 72 (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) 69 (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 68)) (-3765 (($ $) 62)) (-3889 (((-3 $ "failed") $) 32)) (-3766 (($ $) 53 (|has| |#1| (-445)))) (-1434 (((-111) $) 30)) (-3590 (($ |#1| (-757)) 60)) (-3073 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55 (|has| |#1| (-545)))) (-3432 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 56 (|has| |#1| (-545)))) (-3264 (((-757) $) 64)) (-4105 (($ $ $) 50 (|has| |#1| (-357)))) (-1492 (($ $ $) 51 (|has| |#1| (-357)))) (-2939 (($ $ $) 39 (|has| |#1| (-357)))) (-2127 (($ $ $) 48 (|has| |#1| (-357)))) (-3866 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 47 (|has| |#1| (-357)))) (-2308 (((-3 $ "failed") $ $) 49 (|has| |#1| (-357)))) (-1635 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 52 (|has| |#1| (-357)))) (-3743 ((|#1| $) 63)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3968 (((-3 $ "failed") $ |#1|) 57 (|has| |#1| (-545)))) (-2061 ((|#1| $ |#1|) 85)) (-3890 (($ $ $) 79 (|has| |#1| (-357)))) (-2672 (((-757) $) 65)) (-3998 ((|#1| $) 54 (|has| |#1| (-445)))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 (-553))) 71 (|has| |#1| (-1020 (-401 (-553))))) (($ |#1|) 66)) (-1372 (((-630 |#1|) $) 59)) (-1925 ((|#1| $ (-757)) 61)) (-1348 (((-757)) 28)) (-2638 ((|#1| $ |#1| |#1|) 58)) (-3872 (($ $) 83)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($) 84)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 75) (($ |#1| $) 74)))
+(((-641 |#1|) (-137) (-1031)) (T -641))
+((-1766 (*1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031)))) (-3872 (*1 *1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031)))) (-2322 (*1 *1 *1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-1816 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-641 *3)) (-4 *3 (-1031)) (-4 *3 (-357)))) (-4234 (*1 *1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-3890 (*1 *1 *1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(-13 (-835 |t#1|) (-280 |t#1| |t#1|) (-10 -8 (-15 -1766 ($)) (-15 -3872 ($ $)) (IF (|has| |t#1| (-357)) (PROGN (-15 -2322 ($ $ $)) (-15 -1816 ($ $ (-757))) (-15 -4234 ($ $)) (-15 -3890 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-169)) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-603 #0=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #1=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-280 |#1| |#1|) . T) ((-405 |#1|) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-703 |#1|) |has| |#1| (-169)) ((-712) . T) ((-1020 #0#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #1#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1037 |#1|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-835 |#1|) . T))
+((-3481 (((-630 (-638 (-401 |#2|))) (-638 (-401 |#2|))) 74 (|has| |#1| (-27)))) (-3476 (((-630 (-638 (-401 |#2|))) (-638 (-401 |#2|))) 73 (|has| |#1| (-27))) (((-630 (-638 (-401 |#2|))) (-638 (-401 |#2|)) (-1 (-630 |#1|) |#2|)) 17)))
+(((-642 |#1| |#2|) (-10 -7 (-15 -3476 ((-630 (-638 (-401 |#2|))) (-638 (-401 |#2|)) (-1 (-630 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3476 ((-630 (-638 (-401 |#2|))) (-638 (-401 |#2|)))) (-15 -3481 ((-630 (-638 (-401 |#2|))) (-638 (-401 |#2|))))) |%noBranch|)) (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))) (-1214 |#1|)) (T -642))
+((-3481 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *5 (-1214 *4)) (-5 *2 (-630 (-638 (-401 *5)))) (-5 *1 (-642 *4 *5)) (-5 *3 (-638 (-401 *5))))) (-3476 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *5 (-1214 *4)) (-5 *2 (-630 (-638 (-401 *5)))) (-5 *1 (-642 *4 *5)) (-5 *3 (-638 (-401 *5))))) (-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-630 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5)) (-5 *2 (-630 (-638 (-401 *6)))) (-5 *1 (-642 *5 *6)) (-5 *3 (-638 (-401 *6))))))
+(-10 -7 (-15 -3476 ((-630 (-638 (-401 |#2|))) (-638 (-401 |#2|)) (-1 (-630 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3476 ((-630 (-638 (-401 |#2|))) (-638 (-401 |#2|)))) (-15 -3481 ((-630 (-638 (-401 |#2|))) (-638 (-401 |#2|))))) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4234 (($ $) NIL (|has| |#1| (-357)))) (-2322 (($ $ $) 28 (|has| |#1| (-357)))) (-1816 (($ $ (-757)) 31 (|has| |#1| (-357)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1505 (($ $ $) NIL (|has| |#1| (-357)))) (-3742 (($ $ $) NIL (|has| |#1| (-357)))) (-4252 (($ $ $) NIL (|has| |#1| (-357)))) (-4009 (($ $ $) NIL (|has| |#1| (-357)))) (-1793 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-3050 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#1| (-445)))) (-1434 (((-111) $) NIL)) (-3590 (($ |#1| (-757)) NIL)) (-3073 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-545)))) (-3432 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-545)))) (-3264 (((-757) $) NIL)) (-4105 (($ $ $) NIL (|has| |#1| (-357)))) (-1492 (($ $ $) NIL (|has| |#1| (-357)))) (-2939 (($ $ $) NIL (|has| |#1| (-357)))) (-2127 (($ $ $) NIL (|has| |#1| (-357)))) (-3866 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2308 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1635 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545)))) (-2061 ((|#1| $ |#1|) 24)) (-3890 (($ $ $) 33 (|has| |#1| (-357)))) (-2672 (((-757) $) NIL)) (-3998 ((|#1| $) NIL (|has| |#1| (-445)))) (-3212 (((-845) $) 20) (($ (-553)) NIL) (($ (-401 (-553))) NIL (|has| |#1| (-1020 (-401 (-553))))) (($ |#1|) NIL)) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-757)) NIL)) (-1348 (((-757)) NIL)) (-2638 ((|#1| $ |#1| |#1|) 23)) (-3872 (($ $) NIL)) (-3296 (($) 21 T CONST)) (-3308 (($) 8 T CONST)) (-1766 (($) NIL)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-643 |#1| |#2|) (-641 |#1|) (-1031) (-1 |#1| |#1|)) (T -643))
+NIL
+(-641 |#1|)
+((-2322 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 59)) (-1816 ((|#2| |#2| (-757) (-1 |#1| |#1|)) 40)) (-3890 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 61)))
+(((-644 |#1| |#2|) (-10 -7 (-15 -2322 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -1816 (|#2| |#2| (-757) (-1 |#1| |#1|))) (-15 -3890 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-357) (-641 |#1|)) (T -644))
+((-3890 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-357)) (-5 *1 (-644 *4 *2)) (-4 *2 (-641 *4)))) (-1816 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-757)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357)) (-5 *1 (-644 *5 *2)) (-4 *2 (-641 *5)))) (-2322 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-357)) (-5 *1 (-644 *4 *2)) (-4 *2 (-641 *4)))))
+(-10 -7 (-15 -2322 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -1816 (|#2| |#2| (-757) (-1 |#1| |#1|))) (-15 -3890 (|#2| |#2| |#2| (-1 |#1| |#1|))))
+((-2039 (($ $ $) 9)))
+(((-645 |#1|) (-10 -8 (-15 -2039 (|#1| |#1| |#1|))) (-646)) (T -645))
+NIL
+(-10 -8 (-15 -2039 (|#1| |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-3071 (($ $) 10)) (-2039 (($ $ $) 8)) (-1614 (((-111) $ $) 6)) (-2027 (($ $ $) 9)))
+(((-646) (-137)) (T -646))
+((-3071 (*1 *1 *1) (-4 *1 (-646))) (-2027 (*1 *1 *1 *1) (-4 *1 (-646))) (-2039 (*1 *1 *1 *1) (-4 *1 (-646))))
+(-13 (-101) (-10 -8 (-15 -3071 ($ $)) (-15 -2027 ($ $ $)) (-15 -2039 ($ $ $))))
(((-101) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 15)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-4015 ((|#1| $) 21)) (-1772 (($ $ $) NIL (|has| |#1| (-776)))) (-2011 (($ $ $) NIL (|has| |#1| (-776)))) (-2623 (((-1136) $) 46)) (-2876 (((-1098) $) NIL)) (-4026 ((|#3| $) 22)) (-3213 (((-844) $) 42)) (-3297 (($) 10 T CONST)) (-1666 (((-111) $ $) NIL (|has| |#1| (-776)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-776)))) (-1613 (((-111) $ $) 20)) (-1655 (((-111) $ $) NIL (|has| |#1| (-776)))) (-1632 (((-111) $ $) 24 (|has| |#1| (-776)))) (-1720 (($ $ |#3|) 34) (($ |#1| |#3|) 35)) (-1709 (($ $) 17) (($ $ $) NIL)) (-1698 (($ $ $) 27)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 30) (($ |#2| $) 32) (($ $ |#2|) NIL)))
-(((-646 |#1| |#2| |#3|) (-13 (-702 |#2|) (-10 -8 (IF (|has| |#1| (-776)) (-6 (-776)) |%noBranch|) (-15 -1720 ($ $ |#3|)) (-15 -1720 ($ |#1| |#3|)) (-15 -4015 (|#1| $)) (-15 -4026 (|#3| $)))) (-702 |#2|) (-169) (|SubsetCategory| (-711) |#2|)) (T -646))
-((-1720 (*1 *1 *1 *2) (-12 (-4 *4 (-169)) (-5 *1 (-646 *3 *4 *2)) (-4 *3 (-702 *4)) (-4 *2 (|SubsetCategory| (-711) *4)))) (-1720 (*1 *1 *2 *3) (-12 (-4 *4 (-169)) (-5 *1 (-646 *2 *4 *3)) (-4 *2 (-702 *4)) (-4 *3 (|SubsetCategory| (-711) *4)))) (-4015 (*1 *2 *1) (-12 (-4 *3 (-169)) (-4 *2 (-702 *3)) (-5 *1 (-646 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-711) *3)))) (-4026 (*1 *2 *1) (-12 (-4 *4 (-169)) (-4 *2 (|SubsetCategory| (-711) *4)) (-5 *1 (-646 *3 *4 *2)) (-4 *3 (-702 *4)))))
-(-13 (-702 |#2|) (-10 -8 (IF (|has| |#1| (-776)) (-6 (-776)) |%noBranch|) (-15 -1720 ($ $ |#3|)) (-15 -1720 ($ |#1| |#3|)) (-15 -4015 (|#1| $)) (-15 -4026 (|#3| $))))
-((-1958 (((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|)) 33)))
-(((-647 |#1|) (-10 -7 (-15 -1958 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|)))) (-890)) (T -647))
-((-1958 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-629 (-1150 *4))) (-5 *3 (-1150 *4)) (-4 *4 (-890)) (-5 *1 (-647 *4)))))
-(-10 -7 (-15 -1958 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2814 (((-629 |#1|) $) 82)) (-1694 (($ $ (-756)) 90)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-2390 (((-1261 |#1| |#2|) (-1261 |#1| |#2|) $) 48)) (-1393 (((-3 (-656 |#1|) "failed") $) NIL)) (-2832 (((-656 |#1|) $) NIL)) (-3766 (($ $) 89)) (-2856 (((-756) $) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-1727 (($ (-656 |#1|) |#2|) 68)) (-2643 (($ $) 86)) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-2137 (((-1261 |#1| |#2|) (-1261 |#1| |#2|) $) 47)) (-2140 (((-2 (|:| |k| (-656 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3733 (((-656 |#1|) $) NIL)) (-3743 ((|#2| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2432 (($ $ |#1| $) 30) (($ $ (-629 |#1|) (-629 $)) 32)) (-3299 (((-756) $) 88)) (-3226 (($ $ $) 20) (($ (-656 |#1|) (-656 |#1|)) 77) (($ (-656 |#1|) $) 75) (($ $ (-656 |#1|)) 76)) (-3213 (((-844) $) NIL) (($ |#1|) 74) (((-1252 |#1| |#2|) $) 58) (((-1261 |#1| |#2|) $) 41) (($ (-656 |#1|)) 25)) (-2984 (((-629 |#2|) $) NIL)) (-2266 ((|#2| $ (-656 |#1|)) NIL)) (-4158 ((|#2| (-1261 |#1| |#2|) $) 43)) (-3297 (($) 23 T CONST)) (-2166 (((-629 (-2 (|:| |k| (-656 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2510 (((-3 $ "failed") (-1252 |#1| |#2|)) 60)) (-3545 (($ (-656 |#1|)) 14)) (-1613 (((-111) $ $) 44)) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $) 66) (($ $ $) NIL)) (-1698 (($ $ $) 29)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ |#2| $) 28) (($ $ |#2|) NIL) (($ |#2| (-656 |#1|)) NIL)))
-(((-648 |#1| |#2|) (-13 (-368 |#1| |#2|) (-376 |#2| (-656 |#1|)) (-10 -8 (-15 -2510 ((-3 $ "failed") (-1252 |#1| |#2|))) (-15 -3226 ($ (-656 |#1|) (-656 |#1|))) (-15 -3226 ($ (-656 |#1|) $)) (-15 -3226 ($ $ (-656 |#1|))))) (-832) (-169)) (T -648))
-((-2510 (*1 *1 *2) (|partial| -12 (-5 *2 (-1252 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)) (-5 *1 (-648 *3 *4)))) (-3226 (*1 *1 *2 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-832)) (-5 *1 (-648 *3 *4)) (-4 *4 (-169)))) (-3226 (*1 *1 *2 *1) (-12 (-5 *2 (-656 *3)) (-4 *3 (-832)) (-5 *1 (-648 *3 *4)) (-4 *4 (-169)))) (-3226 (*1 *1 *1 *2) (-12 (-5 *2 (-656 *3)) (-4 *3 (-832)) (-5 *1 (-648 *3 *4)) (-4 *4 (-169)))))
-(-13 (-368 |#1| |#2|) (-376 |#2| (-656 |#1|)) (-10 -8 (-15 -2510 ((-3 $ "failed") (-1252 |#1| |#2|))) (-15 -3226 ($ (-656 |#1|) (-656 |#1|))) (-15 -3226 ($ (-656 |#1|) $)) (-15 -3226 ($ $ (-656 |#1|)))))
-((-3717 (((-111) $) NIL) (((-111) (-1 (-111) |#2| |#2|) $) 50)) (-3646 (($ $) NIL) (($ (-1 (-111) |#2| |#2|) $) 12)) (-1740 (($ (-1 (-111) |#2|) $) 28)) (-2366 (($ $) 56)) (-2232 (($ $) 64)) (-1625 (($ |#2| $) NIL) (($ (-1 (-111) |#2|) $) 37)) (-3884 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 51) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 53)) (-1456 (((-552) |#2| $ (-552)) 61) (((-552) |#2| $) NIL) (((-552) (-1 (-111) |#2|) $) 47)) (-3307 (($ (-756) |#2|) 54)) (-3707 (($ $ $) NIL) (($ (-1 (-111) |#2| |#2|) $ $) 30)) (-1446 (($ $ $) NIL) (($ (-1 (-111) |#2| |#2|) $ $) 24)) (-1477 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 55)) (-2563 (($ |#2|) 15)) (-1580 (($ $ $ (-552)) 36) (($ |#2| $ (-552)) 34)) (-3073 (((-3 |#2| "failed") (-1 (-111) |#2|) $) 46)) (-3502 (($ $ (-1204 (-552))) 44) (($ $ (-552)) 38)) (-3747 (($ $ $ (-552)) 60)) (-1487 (($ $) 58)) (-1632 (((-111) $ $) 66)))
-(((-649 |#1| |#2|) (-10 -8 (-15 -2563 (|#1| |#2|)) (-15 -3502 (|#1| |#1| (-552))) (-15 -3502 (|#1| |#1| (-1204 (-552)))) (-15 -1625 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1580 (|#1| |#2| |#1| (-552))) (-15 -1580 (|#1| |#1| |#1| (-552))) (-15 -3707 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1740 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1625 (|#1| |#2| |#1|)) (-15 -2232 (|#1| |#1|)) (-15 -3707 (|#1| |#1| |#1|)) (-15 -1446 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -3717 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1456 ((-552) (-1 (-111) |#2|) |#1|)) (-15 -1456 ((-552) |#2| |#1|)) (-15 -1456 ((-552) |#2| |#1| (-552))) (-15 -1446 (|#1| |#1| |#1|)) (-15 -3717 ((-111) |#1|)) (-15 -3747 (|#1| |#1| |#1| (-552))) (-15 -2366 (|#1| |#1|)) (-15 -3646 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3646 (|#1| |#1|)) (-15 -1632 ((-111) |#1| |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3073 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -3307 (|#1| (-756) |#2|)) (-15 -1477 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1487 (|#1| |#1|))) (-650 |#2|) (-1191)) (T -649))
-NIL
-(-10 -8 (-15 -2563 (|#1| |#2|)) (-15 -3502 (|#1| |#1| (-552))) (-15 -3502 (|#1| |#1| (-1204 (-552)))) (-15 -1625 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1580 (|#1| |#2| |#1| (-552))) (-15 -1580 (|#1| |#1| |#1| (-552))) (-15 -3707 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -1740 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1625 (|#1| |#2| |#1|)) (-15 -2232 (|#1| |#1|)) (-15 -3707 (|#1| |#1| |#1|)) (-15 -1446 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -3717 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1456 ((-552) (-1 (-111) |#2|) |#1|)) (-15 -1456 ((-552) |#2| |#1|)) (-15 -1456 ((-552) |#2| |#1| (-552))) (-15 -1446 (|#1| |#1| |#1|)) (-15 -3717 ((-111) |#1|)) (-15 -3747 (|#1| |#1| |#1| (-552))) (-15 -2366 (|#1| |#1|)) (-15 -3646 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -3646 (|#1| |#1|)) (-15 -1632 ((-111) |#1| |#1|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3884 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3073 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -3307 (|#1| (-756) |#2|)) (-15 -1477 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1487 (|#1| |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2925 ((|#1| $) 48)) (-2210 ((|#1| $) 65)) (-1785 (($ $) 67)) (-2660 (((-1242) $ (-552) (-552)) 97 (|has| $ (-6 -4369)))) (-2285 (($ $ (-552)) 52 (|has| $ (-6 -4369)))) (-3717 (((-111) $) 142 (|has| |#1| (-832))) (((-111) (-1 (-111) |#1| |#1|) $) 136)) (-3646 (($ $) 146 (-12 (|has| |#1| (-832)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1| |#1|) $) 145 (|has| $ (-6 -4369)))) (-1296 (($ $) 141 (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $) 135)) (-4238 (((-111) $ (-756)) 8)) (-3188 ((|#1| $ |#1|) 39 (|has| $ (-6 -4369)))) (-2830 (($ $ $) 56 (|has| $ (-6 -4369)))) (-3359 ((|#1| $ |#1|) 54 (|has| $ (-6 -4369)))) (-1505 ((|#1| $ |#1|) 58 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4369))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4369))) (($ $ "rest" $) 55 (|has| $ (-6 -4369))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 117 (|has| $ (-6 -4369))) ((|#1| $ (-552) |#1|) 86 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 41 (|has| $ (-6 -4369)))) (-1740 (($ (-1 (-111) |#1|) $) 129)) (-3954 (($ (-1 (-111) |#1|) $) 102 (|has| $ (-6 -4368)))) (-2196 ((|#1| $) 66)) (-2130 (($) 7 T CONST)) (-2366 (($ $) 144 (|has| $ (-6 -4369)))) (-3344 (($ $) 134)) (-2715 (($ $) 73) (($ $ (-756)) 71)) (-2232 (($ $) 131 (|has| |#1| (-1078)))) (-2738 (($ $) 99 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ |#1| $) 130 (|has| |#1| (-1078))) (($ (-1 (-111) |#1|) $) 125)) (-2655 (($ (-1 (-111) |#1|) $) 103 (|has| $ (-6 -4368))) (($ |#1| $) 100 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2957 ((|#1| $ (-552) |#1|) 85 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 87)) (-2268 (((-111) $) 83)) (-1456 (((-552) |#1| $ (-552)) 139 (|has| |#1| (-1078))) (((-552) |#1| $) 138 (|has| |#1| (-1078))) (((-552) (-1 (-111) |#1|) $) 137)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 50)) (-4266 (((-111) $ $) 42 (|has| |#1| (-1078)))) (-3307 (($ (-756) |#1|) 108)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 95 (|has| (-552) (-832)))) (-1772 (($ $ $) 147 (|has| |#1| (-832)))) (-3707 (($ $ $) 132 (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) 128)) (-1446 (($ $ $) 140 (|has| |#1| (-832))) (($ (-1 (-111) |#1| |#1|) $ $) 133)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 94 (|has| (-552) (-832)))) (-2011 (($ $ $) 148 (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-2563 (($ |#1|) 122)) (-1745 (((-111) $ (-756)) 10)) (-2604 (((-629 |#1|) $) 45)) (-3862 (((-111) $) 49)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2680 ((|#1| $) 70) (($ $ (-756)) 68)) (-1580 (($ $ $ (-552)) 127) (($ |#1| $ (-552)) 126)) (-1759 (($ $ $ (-552)) 116) (($ |#1| $ (-552)) 115)) (-2190 (((-629 (-552)) $) 92)) (-1335 (((-111) (-552) $) 91)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-2702 ((|#1| $) 76) (($ $ (-756)) 74)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 106)) (-1518 (($ $ |#1|) 96 (|has| $ (-6 -4369)))) (-1352 (((-111) $) 84)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#1| $) 93 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) 90)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1204 (-552))) 112) ((|#1| $ (-552)) 89) ((|#1| $ (-552) |#1|) 88)) (-3153 (((-552) $ $) 44)) (-3502 (($ $ (-1204 (-552))) 124) (($ $ (-552)) 123)) (-2012 (($ $ (-1204 (-552))) 114) (($ $ (-552)) 113)) (-1289 (((-111) $) 46)) (-2760 (($ $) 62)) (-4022 (($ $) 59 (|has| $ (-6 -4369)))) (-3058 (((-756) $) 63)) (-2963 (($ $) 64)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3747 (($ $ $ (-552)) 143 (|has| $ (-6 -4369)))) (-1487 (($ $) 13)) (-1522 (((-528) $) 98 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 107)) (-2380 (($ $ $) 61) (($ $ |#1|) 60)) (-4319 (($ $ $) 78) (($ |#1| $) 77) (($ (-629 $)) 110) (($ $ |#1|) 109)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) 51)) (-4298 (((-111) $ $) 43 (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) 150 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 151 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-1655 (((-111) $ $) 149 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 152 (|has| |#1| (-832)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-650 |#1|) (-137) (-1191)) (T -650))
-((-2563 (*1 *1 *2) (-12 (-4 *1 (-650 *2)) (-4 *2 (-1191)))))
-(-13 (-1127 |t#1|) (-367 |t#1|) (-276 |t#1|) (-10 -8 (-15 -2563 ($ |t#1|))))
-(((-34) . T) ((-101) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 #0=(-552) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-276 |#1|) . T) ((-367 |#1|) . T) ((-482 |#1|) . T) ((-590 #0# |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-635 |#1|) . T) ((-832) |has| |#1| (-832)) ((-991 |#1|) . T) ((-1078) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-1127 |#1|) . T) ((-1191) . T) ((-1225 |#1|) . T))
-((-4153 (((-629 (-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|))))) (-629 (-629 |#1|)) (-629 (-1237 |#1|))) 22) (((-629 (-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|))))) (-673 |#1|) (-629 (-1237 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|)))) (-629 (-629 |#1|)) (-1237 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|)))) (-673 |#1|) (-1237 |#1|)) 14)) (-2128 (((-756) (-673 |#1|) (-1237 |#1|)) 30)) (-1461 (((-3 (-1237 |#1|) "failed") (-673 |#1|) (-1237 |#1|)) 24)) (-2975 (((-111) (-673 |#1|) (-1237 |#1|)) 27)))
-(((-651 |#1|) (-10 -7 (-15 -4153 ((-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|)))) (-673 |#1|) (-1237 |#1|))) (-15 -4153 ((-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|)))) (-629 (-629 |#1|)) (-1237 |#1|))) (-15 -4153 ((-629 (-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|))))) (-673 |#1|) (-629 (-1237 |#1|)))) (-15 -4153 ((-629 (-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|))))) (-629 (-629 |#1|)) (-629 (-1237 |#1|)))) (-15 -1461 ((-3 (-1237 |#1|) "failed") (-673 |#1|) (-1237 |#1|))) (-15 -2975 ((-111) (-673 |#1|) (-1237 |#1|))) (-15 -2128 ((-756) (-673 |#1|) (-1237 |#1|)))) (-357)) (T -651))
-((-2128 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *5)) (-5 *4 (-1237 *5)) (-4 *5 (-357)) (-5 *2 (-756)) (-5 *1 (-651 *5)))) (-2975 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *5)) (-5 *4 (-1237 *5)) (-4 *5 (-357)) (-5 *2 (-111)) (-5 *1 (-651 *5)))) (-1461 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1237 *4)) (-5 *3 (-673 *4)) (-4 *4 (-357)) (-5 *1 (-651 *4)))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-629 *5))) (-4 *5 (-357)) (-5 *2 (-629 (-2 (|:| |particular| (-3 (-1237 *5) "failed")) (|:| -4199 (-629 (-1237 *5)))))) (-5 *1 (-651 *5)) (-5 *4 (-629 (-1237 *5))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *5)) (-4 *5 (-357)) (-5 *2 (-629 (-2 (|:| |particular| (-3 (-1237 *5) "failed")) (|:| -4199 (-629 (-1237 *5)))))) (-5 *1 (-651 *5)) (-5 *4 (-629 (-1237 *5))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-629 *5))) (-4 *5 (-357)) (-5 *2 (-2 (|:| |particular| (-3 (-1237 *5) "failed")) (|:| -4199 (-629 (-1237 *5))))) (-5 *1 (-651 *5)) (-5 *4 (-1237 *5)))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |particular| (-3 (-1237 *5) "failed")) (|:| -4199 (-629 (-1237 *5))))) (-5 *1 (-651 *5)) (-5 *4 (-1237 *5)))))
-(-10 -7 (-15 -4153 ((-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|)))) (-673 |#1|) (-1237 |#1|))) (-15 -4153 ((-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|)))) (-629 (-629 |#1|)) (-1237 |#1|))) (-15 -4153 ((-629 (-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|))))) (-673 |#1|) (-629 (-1237 |#1|)))) (-15 -4153 ((-629 (-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|))))) (-629 (-629 |#1|)) (-629 (-1237 |#1|)))) (-15 -1461 ((-3 (-1237 |#1|) "failed") (-673 |#1|) (-1237 |#1|))) (-15 -2975 ((-111) (-673 |#1|) (-1237 |#1|))) (-15 -2128 ((-756) (-673 |#1|) (-1237 |#1|))))
-((-4153 (((-629 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4199 (-629 |#3|)))) |#4| (-629 |#3|)) 47) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4199 (-629 |#3|))) |#4| |#3|) 45)) (-2128 (((-756) |#4| |#3|) 17)) (-1461 (((-3 |#3| "failed") |#4| |#3|) 20)) (-2975 (((-111) |#4| |#3|) 13)))
-(((-652 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4153 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4199 (-629 |#3|))) |#4| |#3|)) (-15 -4153 ((-629 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4199 (-629 |#3|)))) |#4| (-629 |#3|))) (-15 -1461 ((-3 |#3| "failed") |#4| |#3|)) (-15 -2975 ((-111) |#4| |#3|)) (-15 -2128 ((-756) |#4| |#3|))) (-357) (-13 (-367 |#1|) (-10 -7 (-6 -4369))) (-13 (-367 |#1|) (-10 -7 (-6 -4369))) (-671 |#1| |#2| |#3|)) (T -652))
-((-2128 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-5 *2 (-756)) (-5 *1 (-652 *5 *6 *4 *3)) (-4 *3 (-671 *5 *6 *4)))) (-2975 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-5 *2 (-111)) (-5 *1 (-652 *5 *6 *4 *3)) (-4 *3 (-671 *5 *6 *4)))) (-1461 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-357)) (-4 *5 (-13 (-367 *4) (-10 -7 (-6 -4369)))) (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4369)))) (-5 *1 (-652 *4 *5 *2 *3)) (-4 *3 (-671 *4 *5 *2)))) (-4153 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-4 *7 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-5 *2 (-629 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -4199 (-629 *7))))) (-5 *1 (-652 *5 *6 *7 *3)) (-5 *4 (-629 *7)) (-4 *3 (-671 *5 *6 *7)))) (-4153 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4)))) (-5 *1 (-652 *5 *6 *4 *3)) (-4 *3 (-671 *5 *6 *4)))))
-(-10 -7 (-15 -4153 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4199 (-629 |#3|))) |#4| |#3|)) (-15 -4153 ((-629 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4199 (-629 |#3|)))) |#4| (-629 |#3|))) (-15 -1461 ((-3 |#3| "failed") |#4| |#3|)) (-15 -2975 ((-111) |#4| |#3|)) (-15 -2128 ((-756) |#4| |#3|)))
-((-3678 (((-2 (|:| |particular| (-3 (-1237 (-401 |#4|)) "failed")) (|:| -4199 (-629 (-1237 (-401 |#4|))))) (-629 |#4|) (-629 |#3|)) 45)))
-(((-653 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3678 ((-2 (|:| |particular| (-3 (-1237 (-401 |#4|)) "failed")) (|:| -4199 (-629 (-1237 (-401 |#4|))))) (-629 |#4|) (-629 |#3|)))) (-544) (-778) (-832) (-930 |#1| |#2| |#3|)) (T -653))
-((-3678 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *7)) (-4 *7 (-832)) (-4 *8 (-930 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778)) (-5 *2 (-2 (|:| |particular| (-3 (-1237 (-401 *8)) "failed")) (|:| -4199 (-629 (-1237 (-401 *8)))))) (-5 *1 (-653 *5 *6 *7 *8)))))
-(-10 -7 (-15 -3678 ((-2 (|:| |particular| (-3 (-1237 (-401 |#4|)) "failed")) (|:| -4199 (-629 (-1237 (-401 |#4|))))) (-629 |#4|) (-629 |#3|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3784 (((-3 $ "failed")) NIL (|has| |#2| (-544)))) (-1549 ((|#2| $) NIL)) (-4021 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1432 (((-1237 (-673 |#2|))) NIL) (((-1237 (-673 |#2|)) (-1237 $)) NIL)) (-2779 (((-111) $) NIL)) (-4124 (((-1237 $)) 37)) (-4238 (((-111) $ (-756)) NIL)) (-3924 (($ |#2|) NIL)) (-2130 (($) NIL T CONST)) (-2810 (($ $) NIL (|has| |#2| (-301)))) (-3413 (((-235 |#1| |#2|) $ (-552)) NIL)) (-3254 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL (|has| |#2| (-544)))) (-2004 (((-3 $ "failed")) NIL (|has| |#2| (-544)))) (-1561 (((-673 |#2|)) NIL) (((-673 |#2|) (-1237 $)) NIL)) (-2416 ((|#2| $) NIL)) (-3695 (((-673 |#2|) $) NIL) (((-673 |#2|) $ (-1237 $)) NIL)) (-2583 (((-3 $ "failed") $) NIL (|has| |#2| (-544)))) (-2637 (((-1150 (-933 |#2|))) NIL (|has| |#2| (-357)))) (-3422 (($ $ (-902)) NIL)) (-2932 ((|#2| $) NIL)) (-1688 (((-1150 |#2|) $) NIL (|has| |#2| (-544)))) (-3332 ((|#2|) NIL) ((|#2| (-1237 $)) NIL)) (-1469 (((-1150 |#2|) $) NIL)) (-2890 (((-111)) NIL)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#2| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-3 |#2| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#2| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#2| (-1019 (-401 (-552))))) ((|#2| $) NIL)) (-4278 (($ (-1237 |#2|)) NIL) (($ (-1237 |#2|) (-1237 $)) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL) (((-673 |#2|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-2128 (((-756) $) NIL (|has| |#2| (-544))) (((-902)) 38)) (-2892 ((|#2| $ (-552) (-552)) NIL)) (-1756 (((-111)) NIL)) (-3454 (($ $ (-902)) NIL)) (-3138 (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-4065 (((-111) $) NIL)) (-1486 (((-756) $) NIL (|has| |#2| (-544)))) (-4229 (((-629 (-235 |#1| |#2|)) $) NIL (|has| |#2| (-544)))) (-2389 (((-756) $) NIL)) (-1887 (((-111)) NIL)) (-2401 (((-756) $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-3427 ((|#2| $) NIL (|has| |#2| (-6 (-4370 "*"))))) (-3534 (((-552) $) NIL)) (-3966 (((-552) $) NIL)) (-3278 (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3660 (((-552) $) NIL)) (-3162 (((-552) $) NIL)) (-3516 (($ (-629 (-629 |#2|))) NIL)) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-3397 (((-629 (-629 |#2|)) $) NIL)) (-2143 (((-111)) NIL)) (-4284 (((-111)) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-4255 (((-3 (-2 (|:| |particular| $) (|:| -4199 (-629 $))) "failed")) NIL (|has| |#2| (-544)))) (-2299 (((-3 $ "failed")) NIL (|has| |#2| (-544)))) (-3607 (((-673 |#2|)) NIL) (((-673 |#2|) (-1237 $)) NIL)) (-3975 ((|#2| $) NIL)) (-1837 (((-673 |#2|) $) NIL) (((-673 |#2|) $ (-1237 $)) NIL)) (-4152 (((-3 $ "failed") $) NIL (|has| |#2| (-544)))) (-2173 (((-1150 (-933 |#2|))) NIL (|has| |#2| (-357)))) (-1736 (($ $ (-902)) NIL)) (-3231 ((|#2| $) NIL)) (-3854 (((-1150 |#2|) $) NIL (|has| |#2| (-544)))) (-3400 ((|#2|) NIL) ((|#2| (-1237 $)) NIL)) (-3326 (((-1150 |#2|) $) NIL)) (-3724 (((-111)) NIL)) (-2623 (((-1136) $) NIL)) (-3329 (((-111)) NIL)) (-4108 (((-111)) NIL)) (-4297 (((-111)) NIL)) (-4156 (((-3 $ "failed") $) NIL (|has| |#2| (-357)))) (-2876 (((-1098) $) NIL)) (-1864 (((-111)) NIL)) (-3969 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-544)))) (-3944 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ (-552) (-552) |#2|) NIL) ((|#2| $ (-552) (-552)) 22) ((|#2| $ (-552)) NIL)) (-3096 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-756)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-3350 ((|#2| $) NIL)) (-2843 (($ (-629 |#2|)) NIL)) (-1379 (((-111) $) NIL)) (-3417 (((-235 |#1| |#2|) $) NIL)) (-2021 ((|#2| $) NIL (|has| |#2| (-6 (-4370 "*"))))) (-2885 (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1487 (($ $) NIL)) (-3464 (((-673 |#2|) (-1237 $)) NIL) (((-1237 |#2|) $) NIL) (((-673 |#2|) (-1237 $) (-1237 $)) NIL) (((-1237 |#2|) $ (-1237 $)) 25)) (-1522 (($ (-1237 |#2|)) NIL) (((-1237 |#2|) $) NIL)) (-2566 (((-629 (-933 |#2|))) NIL) (((-629 (-933 |#2|)) (-1237 $)) NIL)) (-2104 (($ $ $) NIL)) (-2923 (((-111)) NIL)) (-3041 (((-235 |#1| |#2|) $ (-552)) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ (-401 (-552))) NIL (|has| |#2| (-1019 (-401 (-552))))) (($ |#2|) NIL) (((-673 |#2|) $) NIL)) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) 36)) (-1430 (((-629 (-1237 |#2|))) NIL (|has| |#2| (-544)))) (-1826 (($ $ $ $) NIL)) (-1640 (((-111)) NIL)) (-2639 (($ (-673 |#2|) $) NIL)) (-2584 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-3043 (((-111) $) NIL)) (-2845 (($ $ $) NIL)) (-2646 (((-111)) NIL)) (-2127 (((-111)) NIL)) (-4028 (((-111)) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-756)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#2| (-357)))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-235 |#1| |#2|) $ (-235 |#1| |#2|)) NIL) (((-235 |#1| |#2|) (-235 |#1| |#2|) $) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-654 |#1| |#2|) (-13 (-1101 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-599 (-673 |#2|)) (-411 |#2|)) (-902) (-169)) (T -654))
-NIL
-(-13 (-1101 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-599 (-673 |#2|)) (-411 |#2|))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3374 (((-629 (-1113)) $) 10)) (-3213 (((-844) $) 18) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-655) (-13 (-1061) (-10 -8 (-15 -3374 ((-629 (-1113)) $))))) (T -655))
-((-3374 (*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-655)))))
-(-13 (-1061) (-10 -8 (-15 -3374 ((-629 (-1113)) $))))
-((-3202 (((-111) $ $) NIL)) (-2814 (((-629 |#1|) $) NIL)) (-3428 (($ $) 52)) (-3040 (((-111) $) NIL)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-4008 (((-3 $ "failed") (-804 |#1|)) 23)) (-3007 (((-111) (-804 |#1|)) 15)) (-2216 (($ (-804 |#1|)) 24)) (-2752 (((-111) $ $) 30)) (-2556 (((-902) $) 37)) (-3416 (($ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3479 (((-629 $) (-804 |#1|)) 17)) (-3213 (((-844) $) 43) (($ |#1|) 34) (((-804 |#1|) $) 39) (((-661 |#1|) $) 44)) (-3759 (((-58 (-629 $)) (-629 |#1|) (-902)) 57)) (-1754 (((-629 $) (-629 |#1|) (-902)) 60)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 53)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 38)))
-(((-656 |#1|) (-13 (-832) (-1019 |#1|) (-10 -8 (-15 -3040 ((-111) $)) (-15 -3416 ($ $)) (-15 -3428 ($ $)) (-15 -2556 ((-902) $)) (-15 -2752 ((-111) $ $)) (-15 -3213 ((-804 |#1|) $)) (-15 -3213 ((-661 |#1|) $)) (-15 -3479 ((-629 $) (-804 |#1|))) (-15 -3007 ((-111) (-804 |#1|))) (-15 -2216 ($ (-804 |#1|))) (-15 -4008 ((-3 $ "failed") (-804 |#1|))) (-15 -2814 ((-629 |#1|) $)) (-15 -3759 ((-58 (-629 $)) (-629 |#1|) (-902))) (-15 -1754 ((-629 $) (-629 |#1|) (-902))))) (-832)) (T -656))
-((-3040 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-656 *3)) (-4 *3 (-832)))) (-3416 (*1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-832)))) (-3428 (*1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-832)))) (-2556 (*1 *2 *1) (-12 (-5 *2 (-902)) (-5 *1 (-656 *3)) (-4 *3 (-832)))) (-2752 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-656 *3)) (-4 *3 (-832)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-804 *3)) (-5 *1 (-656 *3)) (-4 *3 (-832)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-661 *3)) (-5 *1 (-656 *3)) (-4 *3 (-832)))) (-3479 (*1 *2 *3) (-12 (-5 *3 (-804 *4)) (-4 *4 (-832)) (-5 *2 (-629 (-656 *4))) (-5 *1 (-656 *4)))) (-3007 (*1 *2 *3) (-12 (-5 *3 (-804 *4)) (-4 *4 (-832)) (-5 *2 (-111)) (-5 *1 (-656 *4)))) (-2216 (*1 *1 *2) (-12 (-5 *2 (-804 *3)) (-4 *3 (-832)) (-5 *1 (-656 *3)))) (-4008 (*1 *1 *2) (|partial| -12 (-5 *2 (-804 *3)) (-4 *3 (-832)) (-5 *1 (-656 *3)))) (-2814 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-656 *3)) (-4 *3 (-832)))) (-3759 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *5)) (-5 *4 (-902)) (-4 *5 (-832)) (-5 *2 (-58 (-629 (-656 *5)))) (-5 *1 (-656 *5)))) (-1754 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *5)) (-5 *4 (-902)) (-4 *5 (-832)) (-5 *2 (-629 (-656 *5))) (-5 *1 (-656 *5)))))
-(-13 (-832) (-1019 |#1|) (-10 -8 (-15 -3040 ((-111) $)) (-15 -3416 ($ $)) (-15 -3428 ($ $)) (-15 -2556 ((-902) $)) (-15 -2752 ((-111) $ $)) (-15 -3213 ((-804 |#1|) $)) (-15 -3213 ((-661 |#1|) $)) (-15 -3479 ((-629 $) (-804 |#1|))) (-15 -3007 ((-111) (-804 |#1|))) (-15 -2216 ($ (-804 |#1|))) (-15 -4008 ((-3 $ "failed") (-804 |#1|))) (-15 -2814 ((-629 |#1|) $)) (-15 -3759 ((-58 (-629 $)) (-629 |#1|) (-902))) (-15 -1754 ((-629 $) (-629 |#1|) (-902)))))
-((-2925 ((|#2| $) 76)) (-1785 (($ $) 96)) (-4238 (((-111) $ (-756)) 26)) (-2715 (($ $) 85) (($ $ (-756)) 88)) (-2268 (((-111) $) 97)) (-4236 (((-629 $) $) 72)) (-4266 (((-111) $ $) 71)) (-1418 (((-111) $ (-756)) 24)) (-1695 (((-552) $) 46)) (-1842 (((-552) $) 45)) (-1745 (((-111) $ (-756)) 22)) (-3862 (((-111) $) 74)) (-2680 ((|#2| $) 89) (($ $ (-756)) 92)) (-1759 (($ $ $ (-552)) 62) (($ |#2| $ (-552)) 61)) (-2190 (((-629 (-552)) $) 44)) (-1335 (((-111) (-552) $) 42)) (-2702 ((|#2| $) NIL) (($ $ (-756)) 84)) (-3136 (($ $ (-552)) 100)) (-1352 (((-111) $) 99)) (-3944 (((-111) (-1 (-111) |#2|) $) 32)) (-3627 (((-629 |#2|) $) 33)) (-2060 ((|#2| $ "value") NIL) ((|#2| $ "first") 83) (($ $ "rest") 87) ((|#2| $ "last") 95) (($ $ (-1204 (-552))) 58) ((|#2| $ (-552)) 40) ((|#2| $ (-552) |#2|) 41)) (-3153 (((-552) $ $) 70)) (-2012 (($ $ (-1204 (-552))) 57) (($ $ (-552)) 51)) (-1289 (((-111) $) 66)) (-2760 (($ $) 81)) (-3058 (((-756) $) 80)) (-2963 (($ $) 79)) (-3226 (($ (-629 |#2|)) 37)) (-1680 (($ $) 101)) (-2527 (((-629 $) $) 69)) (-4298 (((-111) $ $) 68)) (-2584 (((-111) (-1 (-111) |#2|) $) 31)) (-1613 (((-111) $ $) 18)) (-2657 (((-756) $) 29)))
-(((-657 |#1| |#2|) (-10 -8 (-15 -1680 (|#1| |#1|)) (-15 -3136 (|#1| |#1| (-552))) (-15 -2268 ((-111) |#1|)) (-15 -1352 ((-111) |#1|)) (-15 -2060 (|#2| |#1| (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552))) (-15 -3627 ((-629 |#2|) |#1|)) (-15 -1335 ((-111) (-552) |#1|)) (-15 -2190 ((-629 (-552)) |#1|)) (-15 -1842 ((-552) |#1|)) (-15 -1695 ((-552) |#1|)) (-15 -3226 (|#1| (-629 |#2|))) (-15 -2060 (|#1| |#1| (-1204 (-552)))) (-15 -2012 (|#1| |#1| (-552))) (-15 -2012 (|#1| |#1| (-1204 (-552)))) (-15 -1759 (|#1| |#2| |#1| (-552))) (-15 -1759 (|#1| |#1| |#1| (-552))) (-15 -2760 (|#1| |#1|)) (-15 -3058 ((-756) |#1|)) (-15 -2963 (|#1| |#1|)) (-15 -1785 (|#1| |#1|)) (-15 -2680 (|#1| |#1| (-756))) (-15 -2060 (|#2| |#1| "last")) (-15 -2680 (|#2| |#1|)) (-15 -2715 (|#1| |#1| (-756))) (-15 -2060 (|#1| |#1| "rest")) (-15 -2715 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-756))) (-15 -2060 (|#2| |#1| "first")) (-15 -2702 (|#2| |#1|)) (-15 -4266 ((-111) |#1| |#1|)) (-15 -4298 ((-111) |#1| |#1|)) (-15 -3153 ((-552) |#1| |#1|)) (-15 -1289 ((-111) |#1|)) (-15 -2060 (|#2| |#1| "value")) (-15 -2925 (|#2| |#1|)) (-15 -3862 ((-111) |#1|)) (-15 -4236 ((-629 |#1|) |#1|)) (-15 -2527 ((-629 |#1|) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2657 ((-756) |#1|)) (-15 -4238 ((-111) |#1| (-756))) (-15 -1418 ((-111) |#1| (-756))) (-15 -1745 ((-111) |#1| (-756)))) (-658 |#2|) (-1191)) (T -657))
-NIL
-(-10 -8 (-15 -1680 (|#1| |#1|)) (-15 -3136 (|#1| |#1| (-552))) (-15 -2268 ((-111) |#1|)) (-15 -1352 ((-111) |#1|)) (-15 -2060 (|#2| |#1| (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552))) (-15 -3627 ((-629 |#2|) |#1|)) (-15 -1335 ((-111) (-552) |#1|)) (-15 -2190 ((-629 (-552)) |#1|)) (-15 -1842 ((-552) |#1|)) (-15 -1695 ((-552) |#1|)) (-15 -3226 (|#1| (-629 |#2|))) (-15 -2060 (|#1| |#1| (-1204 (-552)))) (-15 -2012 (|#1| |#1| (-552))) (-15 -2012 (|#1| |#1| (-1204 (-552)))) (-15 -1759 (|#1| |#2| |#1| (-552))) (-15 -1759 (|#1| |#1| |#1| (-552))) (-15 -2760 (|#1| |#1|)) (-15 -3058 ((-756) |#1|)) (-15 -2963 (|#1| |#1|)) (-15 -1785 (|#1| |#1|)) (-15 -2680 (|#1| |#1| (-756))) (-15 -2060 (|#2| |#1| "last")) (-15 -2680 (|#2| |#1|)) (-15 -2715 (|#1| |#1| (-756))) (-15 -2060 (|#1| |#1| "rest")) (-15 -2715 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-756))) (-15 -2060 (|#2| |#1| "first")) (-15 -2702 (|#2| |#1|)) (-15 -4266 ((-111) |#1| |#1|)) (-15 -4298 ((-111) |#1| |#1|)) (-15 -3153 ((-552) |#1| |#1|)) (-15 -1289 ((-111) |#1|)) (-15 -2060 (|#2| |#1| "value")) (-15 -2925 (|#2| |#1|)) (-15 -3862 ((-111) |#1|)) (-15 -4236 ((-629 |#1|) |#1|)) (-15 -2527 ((-629 |#1|) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -3944 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2657 ((-756) |#1|)) (-15 -4238 ((-111) |#1| (-756))) (-15 -1418 ((-111) |#1| (-756))) (-15 -1745 ((-111) |#1| (-756))))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2925 ((|#1| $) 48)) (-2210 ((|#1| $) 65)) (-1785 (($ $) 67)) (-2660 (((-1242) $ (-552) (-552)) 97 (|has| $ (-6 -4369)))) (-2285 (($ $ (-552)) 52 (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) 8)) (-3188 ((|#1| $ |#1|) 39 (|has| $ (-6 -4369)))) (-2830 (($ $ $) 56 (|has| $ (-6 -4369)))) (-3359 ((|#1| $ |#1|) 54 (|has| $ (-6 -4369)))) (-1505 ((|#1| $ |#1|) 58 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4369))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4369))) (($ $ "rest" $) 55 (|has| $ (-6 -4369))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 117 (|has| $ (-6 -4369))) ((|#1| $ (-552) |#1|) 86 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 41 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) 102)) (-2196 ((|#1| $) 66)) (-2130 (($) 7 T CONST)) (-2687 (($ $) 124)) (-2715 (($ $) 73) (($ $ (-756)) 71)) (-2738 (($ $) 99 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#1| $) 100 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 103)) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2957 ((|#1| $ (-552) |#1|) 85 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 87)) (-2268 (((-111) $) 83)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-2727 (((-756) $) 123)) (-4236 (((-629 $) $) 50)) (-4266 (((-111) $ $) 42 (|has| |#1| (-1078)))) (-3307 (($ (-756) |#1|) 108)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 95 (|has| (-552) (-832)))) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 94 (|has| (-552) (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-1745 (((-111) $ (-756)) 10)) (-2604 (((-629 |#1|) $) 45)) (-3862 (((-111) $) 49)) (-3875 (($ $) 126)) (-2609 (((-111) $) 127)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2680 ((|#1| $) 70) (($ $ (-756)) 68)) (-1759 (($ $ $ (-552)) 116) (($ |#1| $ (-552)) 115)) (-2190 (((-629 (-552)) $) 92)) (-1335 (((-111) (-552) $) 91)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3286 ((|#1| $) 125)) (-2702 ((|#1| $) 76) (($ $ (-756)) 74)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 106)) (-1518 (($ $ |#1|) 96 (|has| $ (-6 -4369)))) (-3136 (($ $ (-552)) 122)) (-1352 (((-111) $) 84)) (-1761 (((-111) $) 128)) (-2916 (((-111) $) 129)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#1| $) 93 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) 90)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1204 (-552))) 112) ((|#1| $ (-552)) 89) ((|#1| $ (-552) |#1|) 88)) (-3153 (((-552) $ $) 44)) (-2012 (($ $ (-1204 (-552))) 114) (($ $ (-552)) 113)) (-1289 (((-111) $) 46)) (-2760 (($ $) 62)) (-4022 (($ $) 59 (|has| $ (-6 -4369)))) (-3058 (((-756) $) 63)) (-2963 (($ $) 64)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 98 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 107)) (-2380 (($ $ $) 61 (|has| $ (-6 -4369))) (($ $ |#1|) 60 (|has| $ (-6 -4369)))) (-4319 (($ $ $) 78) (($ |#1| $) 77) (($ (-629 $)) 110) (($ $ |#1|) 109)) (-1680 (($ $) 121)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) 51)) (-4298 (((-111) $ $) 43 (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-658 |#1|) (-137) (-1191)) (T -658))
-((-2655 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-658 *3)) (-4 *3 (-1191)))) (-3954 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-658 *3)) (-4 *3 (-1191)))) (-2916 (*1 *2 *1) (-12 (-4 *1 (-658 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))) (-1761 (*1 *2 *1) (-12 (-4 *1 (-658 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))) (-2609 (*1 *2 *1) (-12 (-4 *1 (-658 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))) (-3875 (*1 *1 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1191)))) (-3286 (*1 *2 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1191)))) (-2687 (*1 *1 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1191)))) (-2727 (*1 *2 *1) (-12 (-4 *1 (-658 *3)) (-4 *3 (-1191)) (-5 *2 (-756)))) (-3136 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-658 *3)) (-4 *3 (-1191)))) (-1680 (*1 *1 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1191)))))
-(-13 (-1127 |t#1|) (-10 -8 (-15 -2655 ($ (-1 (-111) |t#1|) $)) (-15 -3954 ($ (-1 (-111) |t#1|) $)) (-15 -2916 ((-111) $)) (-15 -1761 ((-111) $)) (-15 -2609 ((-111) $)) (-15 -3875 ($ $)) (-15 -3286 (|t#1| $)) (-15 -2687 ($ $)) (-15 -2727 ((-756) $)) (-15 -3136 ($ $ (-552))) (-15 -1680 ($ $))))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 #0=(-552) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-590 #0# |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-635 |#1|) . T) ((-991 |#1|) . T) ((-1078) |has| |#1| (-1078)) ((-1127 |#1|) . T) ((-1191) . T) ((-1225 |#1|) . T))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3655 (($ (-756) (-756) (-756)) 33 (|has| |#1| (-1030)))) (-4238 (((-111) $ (-756)) NIL)) (-2485 ((|#1| $ (-756) (-756) (-756) |#1|) 27)) (-2130 (($) NIL T CONST)) (-2958 (($ $ $) 37 (|has| |#1| (-1030)))) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2758 (((-1237 (-756)) $) 9)) (-3962 (($ (-1154) $ $) 22)) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1356 (($ (-756)) 35 (|has| |#1| (-1030)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-756) (-756) (-756)) 25)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3226 (($ (-629 (-629 (-629 |#1|)))) 44)) (-3213 (($ (-939 (-939 (-939 |#1|)))) 15) (((-939 (-939 (-939 |#1|))) $) 12) (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-659 |#1|) (-13 (-482 |#1|) (-10 -8 (IF (|has| |#1| (-1030)) (PROGN (-15 -3655 ($ (-756) (-756) (-756))) (-15 -1356 ($ (-756))) (-15 -2958 ($ $ $))) |%noBranch|) (-15 -3226 ($ (-629 (-629 (-629 |#1|))))) (-15 -2060 (|#1| $ (-756) (-756) (-756))) (-15 -2485 (|#1| $ (-756) (-756) (-756) |#1|)) (-15 -3213 ($ (-939 (-939 (-939 |#1|))))) (-15 -3213 ((-939 (-939 (-939 |#1|))) $)) (-15 -3962 ($ (-1154) $ $)) (-15 -2758 ((-1237 (-756)) $)))) (-1078)) (T -659))
-((-3655 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-756)) (-5 *1 (-659 *3)) (-4 *3 (-1030)) (-4 *3 (-1078)))) (-1356 (*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-659 *3)) (-4 *3 (-1030)) (-4 *3 (-1078)))) (-2958 (*1 *1 *1 *1) (-12 (-5 *1 (-659 *2)) (-4 *2 (-1030)) (-4 *2 (-1078)))) (-3226 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 (-629 *3)))) (-4 *3 (-1078)) (-5 *1 (-659 *3)))) (-2060 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-756)) (-5 *1 (-659 *2)) (-4 *2 (-1078)))) (-2485 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-659 *2)) (-4 *2 (-1078)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-939 (-939 (-939 *3)))) (-4 *3 (-1078)) (-5 *1 (-659 *3)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-939 (-939 (-939 *3)))) (-5 *1 (-659 *3)) (-4 *3 (-1078)))) (-3962 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-659 *3)) (-4 *3 (-1078)))) (-2758 (*1 *2 *1) (-12 (-5 *2 (-1237 (-756))) (-5 *1 (-659 *3)) (-4 *3 (-1078)))))
-(-13 (-482 |#1|) (-10 -8 (IF (|has| |#1| (-1030)) (PROGN (-15 -3655 ($ (-756) (-756) (-756))) (-15 -1356 ($ (-756))) (-15 -2958 ($ $ $))) |%noBranch|) (-15 -3226 ($ (-629 (-629 (-629 |#1|))))) (-15 -2060 (|#1| $ (-756) (-756) (-756))) (-15 -2485 (|#1| $ (-756) (-756) (-756) |#1|)) (-15 -3213 ($ (-939 (-939 (-939 |#1|))))) (-15 -3213 ((-939 (-939 (-939 |#1|))) $)) (-15 -3962 ($ (-1154) $ $)) (-15 -2758 ((-1237 (-756)) $))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2170 (((-476) $) 10)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 21) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-1113) $) 12)) (-1613 (((-111) $ $) NIL)))
-(((-660) (-13 (-1061) (-10 -8 (-15 -2170 ((-476) $)) (-15 -4300 ((-1113) $))))) (T -660))
-((-2170 (*1 *2 *1) (-12 (-5 *2 (-476)) (-5 *1 (-660)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-660)))))
-(-13 (-1061) (-10 -8 (-15 -2170 ((-476) $)) (-15 -4300 ((-1113) $))))
-((-3202 (((-111) $ $) NIL)) (-2814 (((-629 |#1|) $) 14)) (-3428 (($ $) 18)) (-3040 (((-111) $) 19)) (-1393 (((-3 |#1| "failed") $) 22)) (-2832 ((|#1| $) 20)) (-2715 (($ $) 36)) (-2643 (($ $) 24)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2752 (((-111) $ $) 42)) (-2556 (((-902) $) 38)) (-3416 (($ $) 17)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 ((|#1| $) 35)) (-3213 (((-844) $) 31) (($ |#1|) 23) (((-804 |#1|) $) 27)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 12)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 40)) (* (($ $ $) 34)))
-(((-661 |#1|) (-13 (-832) (-1019 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3213 ((-804 |#1|) $)) (-15 -2702 (|#1| $)) (-15 -3416 ($ $)) (-15 -2556 ((-902) $)) (-15 -2752 ((-111) $ $)) (-15 -2643 ($ $)) (-15 -2715 ($ $)) (-15 -3040 ((-111) $)) (-15 -3428 ($ $)) (-15 -2814 ((-629 |#1|) $)))) (-832)) (T -661))
-((* (*1 *1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-804 *3)) (-5 *1 (-661 *3)) (-4 *3 (-832)))) (-2702 (*1 *2 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832)))) (-3416 (*1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832)))) (-2556 (*1 *2 *1) (-12 (-5 *2 (-902)) (-5 *1 (-661 *3)) (-4 *3 (-832)))) (-2752 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-661 *3)) (-4 *3 (-832)))) (-2643 (*1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832)))) (-2715 (*1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832)))) (-3040 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-661 *3)) (-4 *3 (-832)))) (-3428 (*1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832)))) (-2814 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-661 *3)) (-4 *3 (-832)))))
-(-13 (-832) (-1019 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3213 ((-804 |#1|) $)) (-15 -2702 (|#1| $)) (-15 -3416 ($ $)) (-15 -2556 ((-902) $)) (-15 -2752 ((-111) $ $)) (-15 -2643 ($ $)) (-15 -2715 ($ $)) (-15 -3040 ((-111) $)) (-15 -3428 ($ $)) (-15 -2814 ((-629 |#1|) $))))
-((-1865 ((|#1| (-1 |#1| (-756) |#1|) (-756) |#1|) 11)) (-2781 ((|#1| (-1 |#1| |#1|) (-756) |#1|) 9)))
-(((-662 |#1|) (-10 -7 (-15 -2781 (|#1| (-1 |#1| |#1|) (-756) |#1|)) (-15 -1865 (|#1| (-1 |#1| (-756) |#1|) (-756) |#1|))) (-1078)) (T -662))
-((-1865 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-756) *2)) (-5 *4 (-756)) (-4 *2 (-1078)) (-5 *1 (-662 *2)))) (-2781 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-756)) (-4 *2 (-1078)) (-5 *1 (-662 *2)))))
-(-10 -7 (-15 -2781 (|#1| (-1 |#1| |#1|) (-756) |#1|)) (-15 -1865 (|#1| (-1 |#1| (-756) |#1|) (-756) |#1|)))
-((-1767 ((|#2| |#1| |#2|) 9)) (-1755 ((|#1| |#1| |#2|) 8)))
-(((-663 |#1| |#2|) (-10 -7 (-15 -1755 (|#1| |#1| |#2|)) (-15 -1767 (|#2| |#1| |#2|))) (-1078) (-1078)) (T -663))
-((-1767 (*1 *2 *3 *2) (-12 (-5 *1 (-663 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))) (-1755 (*1 *2 *2 *3) (-12 (-5 *1 (-663 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))))
-(-10 -7 (-15 -1755 (|#1| |#1| |#2|)) (-15 -1767 (|#2| |#1| |#2|)))
-((-3180 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
-(((-664 |#1| |#2| |#3|) (-10 -7 (-15 -3180 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1078) (-1078) (-1078)) (T -664))
-((-3180 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)) (-5 *1 (-664 *5 *6 *2)))))
-(-10 -7 (-15 -3180 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-1355 (((-1190) $) 20)) (-2536 (((-629 (-1190)) $) 18)) (-4150 (($ (-629 (-1190)) (-1190)) 13)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 29) (((-1159) $) NIL) (($ (-1159)) NIL) (((-1190) $) 21) (($ (-1096)) 10)) (-1613 (((-111) $ $) NIL)))
-(((-665) (-13 (-1061) (-599 (-1190)) (-10 -8 (-15 -3213 ($ (-1096))) (-15 -4150 ($ (-629 (-1190)) (-1190))) (-15 -2536 ((-629 (-1190)) $)) (-15 -1355 ((-1190) $))))) (T -665))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1096)) (-5 *1 (-665)))) (-4150 (*1 *1 *2 *3) (-12 (-5 *2 (-629 (-1190))) (-5 *3 (-1190)) (-5 *1 (-665)))) (-2536 (*1 *2 *1) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-665)))) (-1355 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-665)))))
-(-13 (-1061) (-599 (-1190)) (-10 -8 (-15 -3213 ($ (-1096))) (-15 -4150 ($ (-629 (-1190)) (-1190))) (-15 -2536 ((-629 (-1190)) $)) (-15 -1355 ((-1190) $))))
-((-1865 (((-1 |#1| (-756) |#1|) (-1 |#1| (-756) |#1|)) 23)) (-2952 (((-1 |#1|) |#1|) 8)) (-3273 ((|#1| |#1|) 16)) (-1933 (((-629 |#1|) (-1 (-629 |#1|) (-629 |#1|)) (-552)) 15) ((|#1| (-1 |#1| |#1|)) 11)) (-3213 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-756)) 20)))
-(((-666 |#1|) (-10 -7 (-15 -2952 ((-1 |#1|) |#1|)) (-15 -3213 ((-1 |#1|) |#1|)) (-15 -1933 (|#1| (-1 |#1| |#1|))) (-15 -1933 ((-629 |#1|) (-1 (-629 |#1|) (-629 |#1|)) (-552))) (-15 -3273 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-756))) (-15 -1865 ((-1 |#1| (-756) |#1|) (-1 |#1| (-756) |#1|)))) (-1078)) (T -666))
-((-1865 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-756) *3)) (-4 *3 (-1078)) (-5 *1 (-666 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-756)) (-4 *4 (-1078)) (-5 *1 (-666 *4)))) (-3273 (*1 *2 *2) (-12 (-5 *1 (-666 *2)) (-4 *2 (-1078)))) (-1933 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-629 *5) (-629 *5))) (-5 *4 (-552)) (-5 *2 (-629 *5)) (-5 *1 (-666 *5)) (-4 *5 (-1078)))) (-1933 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-666 *2)) (-4 *2 (-1078)))) (-3213 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-666 *3)) (-4 *3 (-1078)))) (-2952 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-666 *3)) (-4 *3 (-1078)))))
-(-10 -7 (-15 -2952 ((-1 |#1|) |#1|)) (-15 -3213 ((-1 |#1|) |#1|)) (-15 -1933 (|#1| (-1 |#1| |#1|))) (-15 -1933 ((-629 |#1|) (-1 (-629 |#1|) (-629 |#1|)) (-552))) (-15 -3273 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-756))) (-15 -1865 ((-1 |#1| (-756) |#1|) (-1 |#1| (-756) |#1|))))
-((-2790 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-2398 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-3930 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-3487 (((-1 |#2| |#1|) |#2|) 11)))
-(((-667 |#1| |#2|) (-10 -7 (-15 -3487 ((-1 |#2| |#1|) |#2|)) (-15 -2398 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -3930 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2790 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1078) (-1078)) (T -667))
-((-2790 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-5 *2 (-1 *5 *4)) (-5 *1 (-667 *4 *5)))) (-3930 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1078)) (-5 *2 (-1 *5 *4)) (-5 *1 (-667 *4 *5)) (-4 *4 (-1078)))) (-2398 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-5 *2 (-1 *5)) (-5 *1 (-667 *4 *5)))) (-3487 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-667 *4 *3)) (-4 *4 (-1078)) (-4 *3 (-1078)))))
-(-10 -7 (-15 -3487 ((-1 |#2| |#1|) |#2|)) (-15 -2398 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -3930 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -2790 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
-((-2292 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-3009 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-3756 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-2336 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-2314 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
-(((-668 |#1| |#2| |#3|) (-10 -7 (-15 -3009 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3756 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2336 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -2314 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -2292 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1078) (-1078) (-1078)) (T -668))
-((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-1 *7 *5)) (-5 *1 (-668 *5 *6 *7)))) (-2292 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-668 *4 *5 *6)))) (-2314 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-668 *4 *5 *6)) (-4 *4 (-1078)))) (-2336 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1078)) (-4 *6 (-1078)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-668 *4 *5 *6)) (-4 *5 (-1078)))) (-3756 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *2 (-1 *6 *5)) (-5 *1 (-668 *4 *5 *6)))) (-3009 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1078)) (-4 *4 (-1078)) (-4 *6 (-1078)) (-5 *2 (-1 *6 *5)) (-5 *1 (-668 *5 *4 *6)))))
-(-10 -7 (-15 -3009 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3756 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2336 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -2314 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -2292 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
-((-3884 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-1477 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
-(((-669 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1477 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1477 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3884 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1030) (-367 |#1|) (-367 |#1|) (-671 |#1| |#2| |#3|) (-1030) (-367 |#5|) (-367 |#5|) (-671 |#5| |#6| |#7|)) (T -669))
-((-3884 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1030)) (-4 *2 (-1030)) (-4 *6 (-367 *5)) (-4 *7 (-367 *5)) (-4 *8 (-367 *2)) (-4 *9 (-367 *2)) (-5 *1 (-669 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-671 *5 *6 *7)) (-4 *10 (-671 *2 *8 *9)))) (-1477 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1030)) (-4 *8 (-1030)) (-4 *6 (-367 *5)) (-4 *7 (-367 *5)) (-4 *2 (-671 *8 *9 *10)) (-5 *1 (-669 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-671 *5 *6 *7)) (-4 *9 (-367 *8)) (-4 *10 (-367 *8)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1030)) (-4 *8 (-1030)) (-4 *6 (-367 *5)) (-4 *7 (-367 *5)) (-4 *2 (-671 *8 *9 *10)) (-5 *1 (-669 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-671 *5 *6 *7)) (-4 *9 (-367 *8)) (-4 *10 (-367 *8)))))
-(-10 -7 (-15 -1477 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1477 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3884 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
-((-2306 (($ (-756) (-756)) 33)) (-2811 (($ $ $) 56)) (-2289 (($ |#3|) 52) (($ $) 53)) (-4021 (((-111) $) 28)) (-2613 (($ $ (-552) (-552)) 58)) (-4037 (($ $ (-552) (-552)) 59)) (-1728 (($ $ (-552) (-552) (-552) (-552)) 63)) (-3035 (($ $) 54)) (-2779 (((-111) $) 14)) (-2683 (($ $ (-552) (-552) $) 64)) (-1470 ((|#2| $ (-552) (-552) |#2|) NIL) (($ $ (-629 (-552)) (-629 (-552)) $) 62)) (-3924 (($ (-756) |#2|) 39)) (-3516 (($ (-629 (-629 |#2|))) 37)) (-3397 (((-629 (-629 |#2|)) $) 57)) (-2944 (($ $ $) 55)) (-3969 (((-3 $ "failed") $ |#2|) 91)) (-2060 ((|#2| $ (-552) (-552)) NIL) ((|#2| $ (-552) (-552) |#2|) NIL) (($ $ (-629 (-552)) (-629 (-552))) 61)) (-2843 (($ (-629 |#2|)) 40) (($ (-629 $)) 42)) (-1379 (((-111) $) 24)) (-3213 (($ |#4|) 47) (((-844) $) NIL)) (-3043 (((-111) $) 30)) (-1720 (($ $ |#2|) 93)) (-1709 (($ $ $) 68) (($ $) 71)) (-1698 (($ $ $) 66)) (** (($ $ (-756)) 80) (($ $ (-552)) 96)) (* (($ $ $) 77) (($ |#2| $) 73) (($ $ |#2|) 74) (($ (-552) $) 76) ((|#4| $ |#4|) 84) ((|#3| |#3| $) 88)))
-(((-670 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3213 ((-844) |#1|)) (-15 ** (|#1| |#1| (-552))) (-15 -1720 (|#1| |#1| |#2|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-756))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -2683 (|#1| |#1| (-552) (-552) |#1|)) (-15 -1728 (|#1| |#1| (-552) (-552) (-552) (-552))) (-15 -4037 (|#1| |#1| (-552) (-552))) (-15 -2613 (|#1| |#1| (-552) (-552))) (-15 -1470 (|#1| |#1| (-629 (-552)) (-629 (-552)) |#1|)) (-15 -2060 (|#1| |#1| (-629 (-552)) (-629 (-552)))) (-15 -3397 ((-629 (-629 |#2|)) |#1|)) (-15 -2811 (|#1| |#1| |#1|)) (-15 -2944 (|#1| |#1| |#1|)) (-15 -3035 (|#1| |#1|)) (-15 -2289 (|#1| |#1|)) (-15 -2289 (|#1| |#3|)) (-15 -3213 (|#1| |#4|)) (-15 -2843 (|#1| (-629 |#1|))) (-15 -2843 (|#1| (-629 |#2|))) (-15 -3924 (|#1| (-756) |#2|)) (-15 -3516 (|#1| (-629 (-629 |#2|)))) (-15 -2306 (|#1| (-756) (-756))) (-15 -3043 ((-111) |#1|)) (-15 -4021 ((-111) |#1|)) (-15 -1379 ((-111) |#1|)) (-15 -2779 ((-111) |#1|)) (-15 -1470 (|#2| |#1| (-552) (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552) (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552) (-552)))) (-671 |#2| |#3| |#4|) (-1030) (-367 |#2|) (-367 |#2|)) (T -670))
-NIL
-(-10 -8 (-15 -3213 ((-844) |#1|)) (-15 ** (|#1| |#1| (-552))) (-15 -1720 (|#1| |#1| |#2|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-756))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -2683 (|#1| |#1| (-552) (-552) |#1|)) (-15 -1728 (|#1| |#1| (-552) (-552) (-552) (-552))) (-15 -4037 (|#1| |#1| (-552) (-552))) (-15 -2613 (|#1| |#1| (-552) (-552))) (-15 -1470 (|#1| |#1| (-629 (-552)) (-629 (-552)) |#1|)) (-15 -2060 (|#1| |#1| (-629 (-552)) (-629 (-552)))) (-15 -3397 ((-629 (-629 |#2|)) |#1|)) (-15 -2811 (|#1| |#1| |#1|)) (-15 -2944 (|#1| |#1| |#1|)) (-15 -3035 (|#1| |#1|)) (-15 -2289 (|#1| |#1|)) (-15 -2289 (|#1| |#3|)) (-15 -3213 (|#1| |#4|)) (-15 -2843 (|#1| (-629 |#1|))) (-15 -2843 (|#1| (-629 |#2|))) (-15 -3924 (|#1| (-756) |#2|)) (-15 -3516 (|#1| (-629 (-629 |#2|)))) (-15 -2306 (|#1| (-756) (-756))) (-15 -3043 ((-111) |#1|)) (-15 -4021 ((-111) |#1|)) (-15 -1379 ((-111) |#1|)) (-15 -2779 ((-111) |#1|)) (-15 -1470 (|#2| |#1| (-552) (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552) (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552) (-552))))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2306 (($ (-756) (-756)) 97)) (-2811 (($ $ $) 87)) (-2289 (($ |#2|) 91) (($ $) 90)) (-4021 (((-111) $) 99)) (-2613 (($ $ (-552) (-552)) 83)) (-4037 (($ $ (-552) (-552)) 82)) (-1728 (($ $ (-552) (-552) (-552) (-552)) 81)) (-3035 (($ $) 89)) (-2779 (((-111) $) 101)) (-4238 (((-111) $ (-756)) 8)) (-2683 (($ $ (-552) (-552) $) 80)) (-1470 ((|#1| $ (-552) (-552) |#1|) 44) (($ $ (-629 (-552)) (-629 (-552)) $) 84)) (-2347 (($ $ (-552) |#2|) 42)) (-3934 (($ $ (-552) |#3|) 41)) (-3924 (($ (-756) |#1|) 95)) (-2130 (($) 7 T CONST)) (-2810 (($ $) 67 (|has| |#1| (-301)))) (-3413 ((|#2| $ (-552)) 46)) (-2128 (((-756) $) 66 (|has| |#1| (-544)))) (-2957 ((|#1| $ (-552) (-552) |#1|) 43)) (-2892 ((|#1| $ (-552) (-552)) 48)) (-3138 (((-629 |#1|) $) 30)) (-1486 (((-756) $) 65 (|has| |#1| (-544)))) (-4229 (((-629 |#3|) $) 64 (|has| |#1| (-544)))) (-2389 (((-756) $) 51)) (-3307 (($ (-756) (-756) |#1|) 57)) (-2401 (((-756) $) 50)) (-1418 (((-111) $ (-756)) 9)) (-3427 ((|#1| $) 62 (|has| |#1| (-6 (-4370 "*"))))) (-3534 (((-552) $) 55)) (-3966 (((-552) $) 53)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3660 (((-552) $) 54)) (-3162 (((-552) $) 52)) (-3516 (($ (-629 (-629 |#1|))) 96)) (-2947 (($ (-1 |#1| |#1|) $) 34)) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-3397 (((-629 (-629 |#1|)) $) 86)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-4156 (((-3 $ "failed") $) 61 (|has| |#1| (-357)))) (-2944 (($ $ $) 88)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-1518 (($ $ |#1|) 56)) (-3969 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-544)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ (-552) (-552)) 49) ((|#1| $ (-552) (-552) |#1|) 47) (($ $ (-629 (-552)) (-629 (-552))) 85)) (-2843 (($ (-629 |#1|)) 94) (($ (-629 $)) 93)) (-1379 (((-111) $) 100)) (-2021 ((|#1| $) 63 (|has| |#1| (-6 (-4370 "*"))))) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3041 ((|#3| $ (-552)) 45)) (-3213 (($ |#3|) 92) (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-3043 (((-111) $) 98)) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-1720 (($ $ |#1|) 68 (|has| |#1| (-357)))) (-1709 (($ $ $) 78) (($ $) 77)) (-1698 (($ $ $) 79)) (** (($ $ (-756)) 70) (($ $ (-552)) 60 (|has| |#1| (-357)))) (* (($ $ $) 76) (($ |#1| $) 75) (($ $ |#1|) 74) (($ (-552) $) 73) ((|#3| $ |#3|) 72) ((|#2| |#2| $) 71)) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-671 |#1| |#2| |#3|) (-137) (-1030) (-367 |t#1|) (-367 |t#1|)) (T -671))
-((-2779 (*1 *2 *1) (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-111)))) (-1379 (*1 *2 *1) (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-111)))) (-4021 (*1 *2 *1) (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-111)))) (-3043 (*1 *2 *1) (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-111)))) (-2306 (*1 *1 *2 *2) (-12 (-5 *2 (-756)) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3516 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3924 (*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-2843 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-2843 (*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3213 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *2)) (-4 *4 (-367 *3)) (-4 *2 (-367 *3)))) (-2289 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-4 *1 (-671 *3 *2 *4)) (-4 *2 (-367 *3)) (-4 *4 (-367 *3)))) (-2289 (*1 *1 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-3035 (*1 *1 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-2944 (*1 *1 *1 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-2811 (*1 *1 *1 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-3397 (*1 *2 *1) (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-629 (-629 *3))))) (-2060 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-629 (-552))) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1470 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-629 (-552))) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-2613 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-4037 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1728 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-2683 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1698 (*1 *1 *1 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-1709 (*1 *1 *1 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-1709 (*1 *1 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-671 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *2 (-367 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-671 *3 *2 *4)) (-4 *3 (-1030)) (-4 *2 (-367 *3)) (-4 *4 (-367 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3969 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-544)))) (-1720 (*1 *1 *1 *2) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-357)))) (-2810 (*1 *1 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-301)))) (-2128 (*1 *2 *1) (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-4 *3 (-544)) (-5 *2 (-756)))) (-1486 (*1 *2 *1) (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-4 *3 (-544)) (-5 *2 (-756)))) (-4229 (*1 *2 *1) (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-4 *3 (-544)) (-5 *2 (-629 *5)))) (-2021 (*1 *2 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (|has| *2 (-6 (-4370 "*"))) (-4 *2 (-1030)))) (-3427 (*1 *2 *1) (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (|has| *2 (-6 (-4370 "*"))) (-4 *2 (-1030)))) (-4156 (*1 *1 *1) (|partial| -12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-357)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-4 *3 (-357)))))
-(-13 (-56 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4369) (-6 -4368) (-15 -2779 ((-111) $)) (-15 -1379 ((-111) $)) (-15 -4021 ((-111) $)) (-15 -3043 ((-111) $)) (-15 -2306 ($ (-756) (-756))) (-15 -3516 ($ (-629 (-629 |t#1|)))) (-15 -3924 ($ (-756) |t#1|)) (-15 -2843 ($ (-629 |t#1|))) (-15 -2843 ($ (-629 $))) (-15 -3213 ($ |t#3|)) (-15 -2289 ($ |t#2|)) (-15 -2289 ($ $)) (-15 -3035 ($ $)) (-15 -2944 ($ $ $)) (-15 -2811 ($ $ $)) (-15 -3397 ((-629 (-629 |t#1|)) $)) (-15 -2060 ($ $ (-629 (-552)) (-629 (-552)))) (-15 -1470 ($ $ (-629 (-552)) (-629 (-552)) $)) (-15 -2613 ($ $ (-552) (-552))) (-15 -4037 ($ $ (-552) (-552))) (-15 -1728 ($ $ (-552) (-552) (-552) (-552))) (-15 -2683 ($ $ (-552) (-552) $)) (-15 -1698 ($ $ $)) (-15 -1709 ($ $ $)) (-15 -1709 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-552) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-756))) (IF (|has| |t#1| (-544)) (-15 -3969 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-357)) (-15 -1720 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-301)) (-15 -2810 ($ $)) |%noBranch|) (IF (|has| |t#1| (-544)) (PROGN (-15 -2128 ((-756) $)) (-15 -1486 ((-756) $)) (-15 -4229 ((-629 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4370 "*"))) (PROGN (-15 -2021 (|t#1| $)) (-15 -3427 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-357)) (PROGN (-15 -4156 ((-3 $ "failed") $)) (-15 ** ($ $ (-552)))) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-56 |#1| |#2| |#3|) . T) ((-1191) . T))
-((-2810 ((|#4| |#4|) 72 (|has| |#1| (-301)))) (-2128 (((-756) |#4|) 99 (|has| |#1| (-544)))) (-1486 (((-756) |#4|) 76 (|has| |#1| (-544)))) (-4229 (((-629 |#3|) |#4|) 83 (|has| |#1| (-544)))) (-2768 (((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|) 111 (|has| |#1| (-301)))) (-3427 ((|#1| |#4|) 35)) (-3276 (((-3 |#4| "failed") |#4|) 64 (|has| |#1| (-544)))) (-4156 (((-3 |#4| "failed") |#4|) 80 (|has| |#1| (-357)))) (-1581 ((|#4| |#4|) 68 (|has| |#1| (-544)))) (-3570 ((|#4| |#4| |#1| (-552) (-552)) 43)) (-1491 ((|#4| |#4| (-552) (-552)) 38)) (-2481 ((|#4| |#4| |#1| (-552) (-552)) 48)) (-2021 ((|#1| |#4|) 78)) (-1768 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 69 (|has| |#1| (-544)))))
-(((-672 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2021 (|#1| |#4|)) (-15 -3427 (|#1| |#4|)) (-15 -1491 (|#4| |#4| (-552) (-552))) (-15 -3570 (|#4| |#4| |#1| (-552) (-552))) (-15 -2481 (|#4| |#4| |#1| (-552) (-552))) (IF (|has| |#1| (-544)) (PROGN (-15 -2128 ((-756) |#4|)) (-15 -1486 ((-756) |#4|)) (-15 -4229 ((-629 |#3|) |#4|)) (-15 -1581 (|#4| |#4|)) (-15 -3276 ((-3 |#4| "failed") |#4|)) (-15 -1768 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-301)) (PROGN (-15 -2810 (|#4| |#4|)) (-15 -2768 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-357)) (-15 -4156 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-169) (-367 |#1|) (-367 |#1|) (-671 |#1| |#2| |#3|)) (T -672))
-((-4156 (*1 *2 *2) (|partial| -12 (-4 *3 (-357)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-672 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))) (-2768 (*1 *2 *3 *3) (-12 (-4 *3 (-301)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-672 *3 *4 *5 *6)) (-4 *6 (-671 *3 *4 *5)))) (-2810 (*1 *2 *2) (-12 (-4 *3 (-301)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-672 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))) (-1768 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-672 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))) (-3276 (*1 *2 *2) (|partial| -12 (-4 *3 (-544)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-672 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))) (-1581 (*1 *2 *2) (-12 (-4 *3 (-544)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-672 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))) (-4229 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-629 *6)) (-5 *1 (-672 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))) (-1486 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-756)) (-5 *1 (-672 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))) (-2128 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-756)) (-5 *1 (-672 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))) (-2481 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-552)) (-4 *3 (-169)) (-4 *5 (-367 *3)) (-4 *6 (-367 *3)) (-5 *1 (-672 *3 *5 *6 *2)) (-4 *2 (-671 *3 *5 *6)))) (-3570 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-552)) (-4 *3 (-169)) (-4 *5 (-367 *3)) (-4 *6 (-367 *3)) (-5 *1 (-672 *3 *5 *6 *2)) (-4 *2 (-671 *3 *5 *6)))) (-1491 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-552)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *1 (-672 *4 *5 *6 *2)) (-4 *2 (-671 *4 *5 *6)))) (-3427 (*1 *2 *3) (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-169)) (-5 *1 (-672 *2 *4 *5 *3)) (-4 *3 (-671 *2 *4 *5)))) (-2021 (*1 *2 *3) (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-169)) (-5 *1 (-672 *2 *4 *5 *3)) (-4 *3 (-671 *2 *4 *5)))))
-(-10 -7 (-15 -2021 (|#1| |#4|)) (-15 -3427 (|#1| |#4|)) (-15 -1491 (|#4| |#4| (-552) (-552))) (-15 -3570 (|#4| |#4| |#1| (-552) (-552))) (-15 -2481 (|#4| |#4| |#1| (-552) (-552))) (IF (|has| |#1| (-544)) (PROGN (-15 -2128 ((-756) |#4|)) (-15 -1486 ((-756) |#4|)) (-15 -4229 ((-629 |#3|) |#4|)) (-15 -1581 (|#4| |#4|)) (-15 -3276 ((-3 |#4| "failed") |#4|)) (-15 -1768 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-301)) (PROGN (-15 -2810 (|#4| |#4|)) (-15 -2768 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-357)) (-15 -4156 ((-3 |#4| "failed") |#4|)) |%noBranch|))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2306 (($ (-756) (-756)) 47)) (-2811 (($ $ $) NIL)) (-2289 (($ (-1237 |#1|)) NIL) (($ $) NIL)) (-4021 (((-111) $) NIL)) (-2613 (($ $ (-552) (-552)) 12)) (-4037 (($ $ (-552) (-552)) NIL)) (-1728 (($ $ (-552) (-552) (-552) (-552)) NIL)) (-3035 (($ $) NIL)) (-2779 (((-111) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-2683 (($ $ (-552) (-552) $) NIL)) (-1470 ((|#1| $ (-552) (-552) |#1|) NIL) (($ $ (-629 (-552)) (-629 (-552)) $) NIL)) (-2347 (($ $ (-552) (-1237 |#1|)) NIL)) (-3934 (($ $ (-552) (-1237 |#1|)) NIL)) (-3924 (($ (-756) |#1|) 22)) (-2130 (($) NIL T CONST)) (-2810 (($ $) 31 (|has| |#1| (-301)))) (-3413 (((-1237 |#1|) $ (-552)) NIL)) (-2128 (((-756) $) 33 (|has| |#1| (-544)))) (-2957 ((|#1| $ (-552) (-552) |#1|) 51)) (-2892 ((|#1| $ (-552) (-552)) NIL)) (-3138 (((-629 |#1|) $) NIL)) (-1486 (((-756) $) 35 (|has| |#1| (-544)))) (-4229 (((-629 (-1237 |#1|)) $) 38 (|has| |#1| (-544)))) (-2389 (((-756) $) 20)) (-3307 (($ (-756) (-756) |#1|) 16)) (-2401 (((-756) $) 21)) (-1418 (((-111) $ (-756)) NIL)) (-3427 ((|#1| $) 29 (|has| |#1| (-6 (-4370 "*"))))) (-3534 (((-552) $) 9)) (-3966 (((-552) $) 10)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3660 (((-552) $) 11)) (-3162 (((-552) $) 48)) (-3516 (($ (-629 (-629 |#1|))) NIL)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-3397 (((-629 (-629 |#1|)) $) 60)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-4156 (((-3 $ "failed") $) 45 (|has| |#1| (-357)))) (-2944 (($ $ $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-1518 (($ $ |#1|) NIL)) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-552) (-552)) NIL) ((|#1| $ (-552) (-552) |#1|) NIL) (($ $ (-629 (-552)) (-629 (-552))) NIL)) (-2843 (($ (-629 |#1|)) NIL) (($ (-629 $)) NIL) (($ (-1237 |#1|)) 52)) (-1379 (((-111) $) NIL)) (-2021 ((|#1| $) 27 (|has| |#1| (-6 (-4370 "*"))))) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-1522 (((-528) $) 64 (|has| |#1| (-600 (-528))))) (-3041 (((-1237 |#1|) $ (-552)) NIL)) (-3213 (($ (-1237 |#1|)) NIL) (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3043 (((-111) $) NIL)) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $ $) NIL) (($ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-756)) 23) (($ $ (-552)) 46 (|has| |#1| (-357)))) (* (($ $ $) 13) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-552) $) NIL) (((-1237 |#1|) $ (-1237 |#1|)) NIL) (((-1237 |#1|) (-1237 |#1|) $) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-673 |#1|) (-13 (-671 |#1| (-1237 |#1|) (-1237 |#1|)) (-10 -8 (-15 -2843 ($ (-1237 |#1|))) (IF (|has| |#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (IF (|has| |#1| (-357)) (-15 -4156 ((-3 $ "failed") $)) |%noBranch|))) (-1030)) (T -673))
-((-4156 (*1 *1 *1) (|partial| -12 (-5 *1 (-673 *2)) (-4 *2 (-357)) (-4 *2 (-1030)))) (-2843 (*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-1030)) (-5 *1 (-673 *3)))))
-(-13 (-671 |#1| (-1237 |#1|) (-1237 |#1|)) (-10 -8 (-15 -2843 ($ (-1237 |#1|))) (IF (|has| |#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (IF (|has| |#1| (-357)) (-15 -4156 ((-3 $ "failed") $)) |%noBranch|)))
-((-3270 (((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|)) 25)) (-2225 (((-673 |#1|) (-673 |#1|) (-673 |#1|) |#1|) 21)) (-2647 (((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|) (-756)) 26)) (-1390 (((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|)) 14)) (-4279 (((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|)) 18) (((-673 |#1|) (-673 |#1|) (-673 |#1|)) 16)) (-1609 (((-673 |#1|) (-673 |#1|) |#1| (-673 |#1|)) 20)) (-1791 (((-673 |#1|) (-673 |#1|) (-673 |#1|)) 12)) (** (((-673 |#1|) (-673 |#1|) (-756)) 30)))
-(((-674 |#1|) (-10 -7 (-15 -1791 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -1390 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -4279 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -4279 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -1609 ((-673 |#1|) (-673 |#1|) |#1| (-673 |#1|))) (-15 -2225 ((-673 |#1|) (-673 |#1|) (-673 |#1|) |#1|)) (-15 -3270 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -2647 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|) (-756))) (-15 ** ((-673 |#1|) (-673 |#1|) (-756)))) (-1030)) (T -674))
-((** (*1 *2 *2 *3) (-12 (-5 *2 (-673 *4)) (-5 *3 (-756)) (-4 *4 (-1030)) (-5 *1 (-674 *4)))) (-2647 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-673 *4)) (-5 *3 (-756)) (-4 *4 (-1030)) (-5 *1 (-674 *4)))) (-3270 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))) (-2225 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))) (-1609 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))) (-4279 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))) (-4279 (*1 *2 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))) (-1390 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))) (-1791 (*1 *2 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))))
-(-10 -7 (-15 -1791 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -1390 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -4279 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -4279 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -1609 ((-673 |#1|) (-673 |#1|) |#1| (-673 |#1|))) (-15 -2225 ((-673 |#1|) (-673 |#1|) (-673 |#1|) |#1|)) (-15 -3270 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -2647 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|) (-673 |#1|) (-756))) (-15 ** ((-673 |#1|) (-673 |#1|) (-756))))
-((-3691 (($) 8 T CONST)) (-3213 (((-844) $) 21) (($ |#1|) 9) ((|#1| $) 10)) (-3285 (((-111) $ (|[\|\|]| |#1|)) 14) (((-111) $ (|[\|\|]| -3691)) 16)) (-1512 ((|#1| $) 11)))
-(((-675 |#1|) (-13 (-1232) (-599 (-844)) (-10 -8 (-15 -3285 ((-111) $ (|[\|\|]| |#1|))) (-15 -3285 ((-111) $ (|[\|\|]| -3691))) (-15 -3213 ($ |#1|)) (-15 -3213 (|#1| $)) (-15 -1512 (|#1| $)) (-15 -3691 ($) -3930))) (-599 (-844))) (T -675))
-((-3285 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-599 (-844))) (-5 *2 (-111)) (-5 *1 (-675 *4)))) (-3285 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3691)) (-5 *2 (-111)) (-5 *1 (-675 *4)) (-4 *4 (-599 (-844))))) (-3213 (*1 *1 *2) (-12 (-5 *1 (-675 *2)) (-4 *2 (-599 (-844))))) (-3213 (*1 *2 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-599 (-844))))) (-1512 (*1 *2 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-599 (-844))))) (-3691 (*1 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-599 (-844))))))
-(-13 (-1232) (-599 (-844)) (-10 -8 (-15 -3285 ((-111) $ (|[\|\|]| |#1|))) (-15 -3285 ((-111) $ (|[\|\|]| -3691))) (-15 -3213 ($ |#1|)) (-15 -3213 (|#1| $)) (-15 -1512 (|#1| $)) (-15 -3691 ($) -3930)))
-((-2772 ((|#2| |#2| |#4|) 25)) (-2344 (((-673 |#2|) |#3| |#4|) 31)) (-3779 (((-673 |#2|) |#2| |#4|) 30)) (-3312 (((-1237 |#2|) |#2| |#4|) 16)) (-4161 ((|#2| |#3| |#4|) 24)) (-2107 (((-673 |#2|) |#3| |#4| (-756) (-756)) 38)) (-3349 (((-673 |#2|) |#2| |#4| (-756)) 37)))
-(((-676 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3312 ((-1237 |#2|) |#2| |#4|)) (-15 -4161 (|#2| |#3| |#4|)) (-15 -2772 (|#2| |#2| |#4|)) (-15 -3779 ((-673 |#2|) |#2| |#4|)) (-15 -3349 ((-673 |#2|) |#2| |#4| (-756))) (-15 -2344 ((-673 |#2|) |#3| |#4|)) (-15 -2107 ((-673 |#2|) |#3| |#4| (-756) (-756)))) (-1078) (-881 |#1|) (-367 |#2|) (-13 (-367 |#1|) (-10 -7 (-6 -4368)))) (T -676))
-((-2107 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-756)) (-4 *6 (-1078)) (-4 *7 (-881 *6)) (-5 *2 (-673 *7)) (-5 *1 (-676 *6 *7 *3 *4)) (-4 *3 (-367 *7)) (-4 *4 (-13 (-367 *6) (-10 -7 (-6 -4368)))))) (-2344 (*1 *2 *3 *4) (-12 (-4 *5 (-1078)) (-4 *6 (-881 *5)) (-5 *2 (-673 *6)) (-5 *1 (-676 *5 *6 *3 *4)) (-4 *3 (-367 *6)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4368)))))) (-3349 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-756)) (-4 *6 (-1078)) (-4 *3 (-881 *6)) (-5 *2 (-673 *3)) (-5 *1 (-676 *6 *3 *7 *4)) (-4 *7 (-367 *3)) (-4 *4 (-13 (-367 *6) (-10 -7 (-6 -4368)))))) (-3779 (*1 *2 *3 *4) (-12 (-4 *5 (-1078)) (-4 *3 (-881 *5)) (-5 *2 (-673 *3)) (-5 *1 (-676 *5 *3 *6 *4)) (-4 *6 (-367 *3)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4368)))))) (-2772 (*1 *2 *2 *3) (-12 (-4 *4 (-1078)) (-4 *2 (-881 *4)) (-5 *1 (-676 *4 *2 *5 *3)) (-4 *5 (-367 *2)) (-4 *3 (-13 (-367 *4) (-10 -7 (-6 -4368)))))) (-4161 (*1 *2 *3 *4) (-12 (-4 *5 (-1078)) (-4 *2 (-881 *5)) (-5 *1 (-676 *5 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4368)))))) (-3312 (*1 *2 *3 *4) (-12 (-4 *5 (-1078)) (-4 *3 (-881 *5)) (-5 *2 (-1237 *3)) (-5 *1 (-676 *5 *3 *6 *4)) (-4 *6 (-367 *3)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4368)))))))
-(-10 -7 (-15 -3312 ((-1237 |#2|) |#2| |#4|)) (-15 -4161 (|#2| |#3| |#4|)) (-15 -2772 (|#2| |#2| |#4|)) (-15 -3779 ((-673 |#2|) |#2| |#4|)) (-15 -3349 ((-673 |#2|) |#2| |#4| (-756))) (-15 -2344 ((-673 |#2|) |#3| |#4|)) (-15 -2107 ((-673 |#2|) |#3| |#4| (-756) (-756))))
-((-1774 (((-2 (|:| |num| (-673 |#1|)) (|:| |den| |#1|)) (-673 |#2|)) 20)) (-2592 ((|#1| (-673 |#2|)) 9)) (-3075 (((-673 |#1|) (-673 |#2|)) 18)))
-(((-677 |#1| |#2|) (-10 -7 (-15 -2592 (|#1| (-673 |#2|))) (-15 -3075 ((-673 |#1|) (-673 |#2|))) (-15 -1774 ((-2 (|:| |num| (-673 |#1|)) (|:| |den| |#1|)) (-673 |#2|)))) (-544) (-973 |#1|)) (T -677))
-((-1774 (*1 *2 *3) (-12 (-5 *3 (-673 *5)) (-4 *5 (-973 *4)) (-4 *4 (-544)) (-5 *2 (-2 (|:| |num| (-673 *4)) (|:| |den| *4))) (-5 *1 (-677 *4 *5)))) (-3075 (*1 *2 *3) (-12 (-5 *3 (-673 *5)) (-4 *5 (-973 *4)) (-4 *4 (-544)) (-5 *2 (-673 *4)) (-5 *1 (-677 *4 *5)))) (-2592 (*1 *2 *3) (-12 (-5 *3 (-673 *4)) (-4 *4 (-973 *2)) (-4 *2 (-544)) (-5 *1 (-677 *2 *4)))))
-(-10 -7 (-15 -2592 (|#1| (-673 |#2|))) (-15 -3075 ((-673 |#1|) (-673 |#2|))) (-15 -1774 ((-2 (|:| |num| (-673 |#1|)) (|:| |den| |#1|)) (-673 |#2|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-2977 (((-673 (-683))) NIL) (((-673 (-683)) (-1237 $)) NIL)) (-1549 (((-683) $) NIL)) (-2478 (($ $) NIL (|has| (-683) (-1176)))) (-2332 (($ $) NIL (|has| (-683) (-1176)))) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| (-683) (-343)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-683) (-301)) (|has| (-683) (-890))))) (-4116 (($ $) NIL (-4029 (-12 (|has| (-683) (-301)) (|has| (-683) (-890))) (|has| (-683) (-357))))) (-3343 (((-412 $) $) NIL (-4029 (-12 (|has| (-683) (-301)) (|has| (-683) (-890))) (|has| (-683) (-357))))) (-3489 (($ $) NIL (-12 (|has| (-683) (-983)) (|has| (-683) (-1176))))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-683) (-301)) (|has| (-683) (-890))))) (-2393 (((-111) $ $) NIL (|has| (-683) (-301)))) (-2663 (((-756)) NIL (|has| (-683) (-362)))) (-2455 (($ $) NIL (|has| (-683) (-1176)))) (-2305 (($ $) NIL (|has| (-683) (-1176)))) (-2506 (($ $) NIL (|has| (-683) (-1176)))) (-2359 (($ $) NIL (|has| (-683) (-1176)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-683) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-683) (-1019 (-401 (-552)))))) (-2832 (((-552) $) NIL) (((-683) $) NIL) (((-401 (-552)) $) NIL (|has| (-683) (-1019 (-401 (-552)))))) (-4278 (($ (-1237 (-683))) NIL) (($ (-1237 (-683)) (-1237 $)) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-683) (-343)))) (-4006 (($ $ $) NIL (|has| (-683) (-301)))) (-3584 (((-673 (-683)) $) NIL) (((-673 (-683)) $ (-1237 $)) NIL)) (-2714 (((-673 (-683)) (-673 $)) NIL) (((-2 (|:| -2325 (-673 (-683))) (|:| |vec| (-1237 (-683)))) (-673 $) (-1237 $)) NIL) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-683) (-625 (-552)))) (((-673 (-552)) (-673 $)) NIL (|has| (-683) (-625 (-552))))) (-3884 (((-3 $ "failed") (-401 (-1150 (-683)))) NIL (|has| (-683) (-357))) (($ (-1150 (-683))) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3499 (((-683) $) 29)) (-2674 (((-3 (-401 (-552)) "failed") $) NIL (|has| (-683) (-537)))) (-2443 (((-111) $) NIL (|has| (-683) (-537)))) (-3777 (((-401 (-552)) $) NIL (|has| (-683) (-537)))) (-2128 (((-902)) NIL)) (-1332 (($) NIL (|has| (-683) (-362)))) (-3987 (($ $ $) NIL (|has| (-683) (-301)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| (-683) (-301)))) (-4000 (($) NIL (|has| (-683) (-343)))) (-3504 (((-111) $) NIL (|has| (-683) (-343)))) (-1788 (($ $) NIL (|has| (-683) (-343))) (($ $ (-756)) NIL (|has| (-683) (-343)))) (-1677 (((-111) $) NIL (-4029 (-12 (|has| (-683) (-301)) (|has| (-683) (-890))) (|has| (-683) (-357))))) (-2163 (((-2 (|:| |r| (-683)) (|:| |phi| (-683))) $) NIL (-12 (|has| (-683) (-1039)) (|has| (-683) (-1176))))) (-4043 (($) NIL (|has| (-683) (-1176)))) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| (-683) (-867 (-373)))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| (-683) (-867 (-552))))) (-4241 (((-818 (-902)) $) NIL (|has| (-683) (-343))) (((-902) $) NIL (|has| (-683) (-343)))) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL (-12 (|has| (-683) (-983)) (|has| (-683) (-1176))))) (-4346 (((-683) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| (-683) (-343)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| (-683) (-301)))) (-2169 (((-1150 (-683)) $) NIL (|has| (-683) (-357)))) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1477 (($ (-1 (-683) (-683)) $) NIL)) (-1637 (((-902) $) NIL (|has| (-683) (-362)))) (-2430 (($ $) NIL (|has| (-683) (-1176)))) (-3874 (((-1150 (-683)) $) NIL)) (-2552 (($ (-629 $)) NIL (|has| (-683) (-301))) (($ $ $) NIL (|has| (-683) (-301)))) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| (-683) (-357)))) (-1977 (($) NIL (|has| (-683) (-343)) CONST)) (-2840 (($ (-902)) NIL (|has| (-683) (-362)))) (-2650 (($) NIL)) (-3509 (((-683) $) 31)) (-2876 (((-1098) $) NIL)) (-4126 (($) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| (-683) (-301)))) (-2594 (($ (-629 $)) NIL (|has| (-683) (-301))) (($ $ $) NIL (|has| (-683) (-301)))) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| (-683) (-343)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-683) (-301)) (|has| (-683) (-890))))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-683) (-301)) (|has| (-683) (-890))))) (-3479 (((-412 $) $) NIL (-4029 (-12 (|has| (-683) (-301)) (|has| (-683) (-890))) (|has| (-683) (-357))))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-683) (-301))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| (-683) (-301)))) (-3969 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-683)) NIL (|has| (-683) (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| (-683) (-301)))) (-2855 (($ $) NIL (|has| (-683) (-1176)))) (-2432 (($ $ (-1154) (-683)) NIL (|has| (-683) (-506 (-1154) (-683)))) (($ $ (-629 (-1154)) (-629 (-683))) NIL (|has| (-683) (-506 (-1154) (-683)))) (($ $ (-629 (-288 (-683)))) NIL (|has| (-683) (-303 (-683)))) (($ $ (-288 (-683))) NIL (|has| (-683) (-303 (-683)))) (($ $ (-683) (-683)) NIL (|has| (-683) (-303 (-683)))) (($ $ (-629 (-683)) (-629 (-683))) NIL (|has| (-683) (-303 (-683))))) (-3795 (((-756) $) NIL (|has| (-683) (-301)))) (-2060 (($ $ (-683)) NIL (|has| (-683) (-280 (-683) (-683))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| (-683) (-301)))) (-1721 (((-683)) NIL) (((-683) (-1237 $)) NIL)) (-4147 (((-3 (-756) "failed") $ $) NIL (|has| (-683) (-343))) (((-756) $) NIL (|has| (-683) (-343)))) (-3096 (($ $ (-1 (-683) (-683))) NIL) (($ $ (-1 (-683) (-683)) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-683) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-683) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-683) (-881 (-1154)))) (($ $ (-1154)) NIL (|has| (-683) (-881 (-1154)))) (($ $ (-756)) NIL (|has| (-683) (-228))) (($ $) NIL (|has| (-683) (-228)))) (-1433 (((-673 (-683)) (-1237 $) (-1 (-683) (-683))) NIL (|has| (-683) (-357)))) (-3521 (((-1150 (-683))) NIL)) (-2518 (($ $) NIL (|has| (-683) (-1176)))) (-2370 (($ $) NIL (|has| (-683) (-1176)))) (-1368 (($) NIL (|has| (-683) (-343)))) (-2492 (($ $) NIL (|has| (-683) (-1176)))) (-2346 (($ $) NIL (|has| (-683) (-1176)))) (-2467 (($ $) NIL (|has| (-683) (-1176)))) (-2318 (($ $) NIL (|has| (-683) (-1176)))) (-3464 (((-673 (-683)) (-1237 $)) NIL) (((-1237 (-683)) $) NIL) (((-673 (-683)) (-1237 $) (-1237 $)) NIL) (((-1237 (-683)) $ (-1237 $)) NIL)) (-1522 (((-528) $) NIL (|has| (-683) (-600 (-528)))) (((-166 (-220)) $) NIL (|has| (-683) (-1003))) (((-166 (-373)) $) NIL (|has| (-683) (-1003))) (((-873 (-373)) $) NIL (|has| (-683) (-600 (-873 (-373))))) (((-873 (-552)) $) NIL (|has| (-683) (-600 (-873 (-552))))) (($ (-1150 (-683))) NIL) (((-1150 (-683)) $) NIL) (($ (-1237 (-683))) NIL) (((-1237 (-683)) $) NIL)) (-2074 (($ $) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-4029 (-12 (|has| (-683) (-301)) (|has| $ (-142)) (|has| (-683) (-890))) (|has| (-683) (-343))))) (-4320 (($ (-683) (-683)) 12)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-552)) NIL) (($ (-683)) NIL) (($ (-166 (-373))) 13) (($ (-166 (-552))) 19) (($ (-166 (-683))) 28) (($ (-166 (-685))) 25) (((-166 (-373)) $) 33) (($ (-401 (-552))) NIL (-4029 (|has| (-683) (-1019 (-401 (-552)))) (|has| (-683) (-357))))) (-3878 (($ $) NIL (|has| (-683) (-343))) (((-3 $ "failed") $) NIL (-4029 (-12 (|has| (-683) (-301)) (|has| $ (-142)) (|has| (-683) (-890))) (|has| (-683) (-142))))) (-3767 (((-1150 (-683)) $) NIL)) (-2014 (((-756)) NIL)) (-4199 (((-1237 $)) NIL)) (-3843 (($ $) NIL (|has| (-683) (-1176)))) (-2409 (($ $) NIL (|has| (-683) (-1176)))) (-3589 (((-111) $ $) NIL)) (-2530 (($ $) NIL (|has| (-683) (-1176)))) (-2382 (($ $) NIL (|has| (-683) (-1176)))) (-3863 (($ $) NIL (|has| (-683) (-1176)))) (-2433 (($ $) NIL (|has| (-683) (-1176)))) (-1350 (((-683) $) NIL (|has| (-683) (-1176)))) (-3013 (($ $) NIL (|has| (-683) (-1176)))) (-2444 (($ $) NIL (|has| (-683) (-1176)))) (-3853 (($ $) NIL (|has| (-683) (-1176)))) (-2420 (($ $) NIL (|has| (-683) (-1176)))) (-2543 (($ $) NIL (|has| (-683) (-1176)))) (-2395 (($ $) NIL (|has| (-683) (-1176)))) (-1578 (($ $) NIL (|has| (-683) (-1039)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-1 (-683) (-683))) NIL) (($ $ (-1 (-683) (-683)) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-683) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-683) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-683) (-881 (-1154)))) (($ $ (-1154)) NIL (|has| (-683) (-881 (-1154)))) (($ $ (-756)) NIL (|has| (-683) (-228))) (($ $) NIL (|has| (-683) (-228)))) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL (|has| (-683) (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ $) NIL (|has| (-683) (-1176))) (($ $ (-401 (-552))) NIL (-12 (|has| (-683) (-983)) (|has| (-683) (-1176)))) (($ $ (-552)) NIL (|has| (-683) (-357)))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ (-683) $) NIL) (($ $ (-683)) NIL) (($ (-401 (-552)) $) NIL (|has| (-683) (-357))) (($ $ (-401 (-552))) NIL (|has| (-683) (-357)))))
-(((-678) (-13 (-381) (-163 (-683)) (-10 -8 (-15 -3213 ($ (-166 (-373)))) (-15 -3213 ($ (-166 (-552)))) (-15 -3213 ($ (-166 (-683)))) (-15 -3213 ($ (-166 (-685)))) (-15 -3213 ((-166 (-373)) $))))) (T -678))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-678)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-166 (-552))) (-5 *1 (-678)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-166 (-683))) (-5 *1 (-678)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-166 (-685))) (-5 *1 (-678)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-678)))))
-(-13 (-381) (-163 (-683)) (-10 -8 (-15 -3213 ($ (-166 (-373)))) (-15 -3213 ($ (-166 (-552)))) (-15 -3213 ($ (-166 (-683)))) (-15 -3213 ($ (-166 (-685)))) (-15 -3213 ((-166 (-373)) $))))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-1740 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2232 (($ $) 62)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ |#1| $) 47 (|has| $ (-6 -4368))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4368)))) (-2655 (($ |#1| $) 57 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4368)))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40) (($ |#1| $ (-756)) 63)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-3441 (((-629 (-2 (|:| -3360 |#1|) (|:| -2885 (-756)))) $) 61)) (-3680 (($) 49) (($ (-629 |#1|)) 48)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 59 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 50)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) 42)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-679 |#1|) (-137) (-1078)) (T -679))
-((-1580 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *1 (-679 *2)) (-4 *2 (-1078)))) (-2232 (*1 *1 *1) (-12 (-4 *1 (-679 *2)) (-4 *2 (-1078)))) (-3441 (*1 *2 *1) (-12 (-4 *1 (-679 *3)) (-4 *3 (-1078)) (-5 *2 (-629 (-2 (|:| -3360 *3) (|:| -2885 (-756))))))))
-(-13 (-230 |t#1|) (-10 -8 (-15 -1580 ($ |t#1| $ (-756))) (-15 -2232 ($ $)) (-15 -3441 ((-629 (-2 (|:| -3360 |t#1|) (|:| -2885 (-756)))) $))))
-(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3666 (((-629 |#1|) (-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))) (-552)) 47)) (-1385 ((|#1| |#1| (-552)) 46)) (-2594 ((|#1| |#1| |#1| (-552)) 36)) (-3479 (((-629 |#1|) |#1| (-552)) 39)) (-2199 ((|#1| |#1| (-552) |#1| (-552)) 32)) (-3030 (((-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))) |#1| (-552)) 45)))
-(((-680 |#1|) (-10 -7 (-15 -2594 (|#1| |#1| |#1| (-552))) (-15 -1385 (|#1| |#1| (-552))) (-15 -3479 ((-629 |#1|) |#1| (-552))) (-15 -3030 ((-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))) |#1| (-552))) (-15 -3666 ((-629 |#1|) (-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))) (-552))) (-15 -2199 (|#1| |#1| (-552) |#1| (-552)))) (-1213 (-552))) (T -680))
-((-2199 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-680 *2)) (-4 *2 (-1213 *3)))) (-3666 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-2 (|:| -3479 *5) (|:| -3299 (-552))))) (-5 *4 (-552)) (-4 *5 (-1213 *4)) (-5 *2 (-629 *5)) (-5 *1 (-680 *5)))) (-3030 (*1 *2 *3 *4) (-12 (-5 *4 (-552)) (-5 *2 (-629 (-2 (|:| -3479 *3) (|:| -3299 *4)))) (-5 *1 (-680 *3)) (-4 *3 (-1213 *4)))) (-3479 (*1 *2 *3 *4) (-12 (-5 *4 (-552)) (-5 *2 (-629 *3)) (-5 *1 (-680 *3)) (-4 *3 (-1213 *4)))) (-1385 (*1 *2 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-680 *2)) (-4 *2 (-1213 *3)))) (-2594 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-680 *2)) (-4 *2 (-1213 *3)))))
-(-10 -7 (-15 -2594 (|#1| |#1| |#1| (-552))) (-15 -1385 (|#1| |#1| (-552))) (-15 -3479 ((-629 |#1|) |#1| (-552))) (-15 -3030 ((-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))) |#1| (-552))) (-15 -3666 ((-629 |#1|) (-629 (-2 (|:| -3479 |#1|) (|:| -3299 (-552)))) (-552))) (-15 -2199 (|#1| |#1| (-552) |#1| (-552))))
-((-4338 (((-1 (-924 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220) (-220))) 17)) (-2638 (((-1111 (-220)) (-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-629 (-257))) 40) (((-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-629 (-257))) 42) (((-1111 (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1072 (-220)) (-1072 (-220)) (-629 (-257))) 44)) (-2668 (((-1111 (-220)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-629 (-257))) NIL)) (-2705 (((-1111 (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1072 (-220)) (-1072 (-220)) (-629 (-257))) 45)))
-(((-681) (-10 -7 (-15 -2638 ((-1111 (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1072 (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -2638 ((-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -2638 ((-1111 (-220)) (-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -2705 ((-1111 (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1072 (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -2668 ((-1111 (-220)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -4338 ((-1 (-924 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220) (-220)))))) (T -681))
-((-4338 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1 (-220) (-220) (-220) (-220))) (-5 *2 (-1 (-924 (-220)) (-220) (-220))) (-5 *1 (-681)))) (-2668 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1072 (-220))) (-5 *6 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-681)))) (-2705 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-3 (-1 (-220) (-220) (-220) (-220)) "undefined")) (-5 *5 (-1072 (-220))) (-5 *6 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-681)))) (-2638 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1111 (-220))) (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-220))) (-5 *5 (-629 (-257))) (-5 *1 (-681)))) (-2638 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-220))) (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-681)))) (-2638 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-3 (-1 (-220) (-220) (-220) (-220)) "undefined")) (-5 *5 (-1072 (-220))) (-5 *6 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-681)))))
-(-10 -7 (-15 -2638 ((-1111 (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1072 (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -2638 ((-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -2638 ((-1111 (-220)) (-1111 (-220)) (-1 (-924 (-220)) (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -2705 ((-1111 (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1072 (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -2668 ((-1111 (-220)) (-310 (-552)) (-310 (-552)) (-310 (-552)) (-1 (-220) (-220)) (-1072 (-220)) (-629 (-257)))) (-15 -4338 ((-1 (-924 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220) (-220)))))
-((-3479 (((-412 (-1150 |#4|)) (-1150 |#4|)) 73) (((-412 |#4|) |#4|) 221)))
-(((-682 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3479 ((-412 |#4|) |#4|)) (-15 -3479 ((-412 (-1150 |#4|)) (-1150 |#4|)))) (-832) (-778) (-343) (-930 |#3| |#2| |#1|)) (T -682))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-343)) (-4 *7 (-930 *6 *5 *4)) (-5 *2 (-412 (-1150 *7))) (-5 *1 (-682 *4 *5 *6 *7)) (-5 *3 (-1150 *7)))) (-3479 (*1 *2 *3) (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-343)) (-5 *2 (-412 *3)) (-5 *1 (-682 *4 *5 *6 *3)) (-4 *3 (-930 *6 *5 *4)))))
-(-10 -7 (-15 -3479 ((-412 |#4|) |#4|)) (-15 -3479 ((-412 (-1150 |#4|)) (-1150 |#4|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 84)) (-3603 (((-552) $) 30)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4157 (($ $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-3489 (($ $) NIL)) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL)) (-2130 (($) NIL T CONST)) (-4183 (($ $) NIL)) (-1393 (((-3 (-552) "failed") $) 73) (((-3 (-401 (-552)) "failed") $) 26) (((-3 (-373) "failed") $) 70)) (-2832 (((-552) $) 75) (((-401 (-552)) $) 67) (((-373) $) 68)) (-4006 (($ $ $) 96)) (-1293 (((-3 $ "failed") $) 87)) (-3987 (($ $ $) 95)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-2180 (((-902)) 77) (((-902) (-902)) 76)) (-1338 (((-111) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL)) (-4241 (((-552) $) NIL)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL)) (-4346 (($ $) NIL)) (-3127 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3101 (((-552) (-552)) 81) (((-552)) 82)) (-1772 (($ $ $) NIL) (($) NIL (-12 (-4107 (|has| $ (-6 -4351))) (-4107 (|has| $ (-6 -4359)))))) (-2329 (((-552) (-552)) 79) (((-552)) 80)) (-2011 (($ $ $) NIL) (($) NIL (-12 (-4107 (|has| $ (-6 -4351))) (-4107 (|has| $ (-6 -4359)))))) (-1833 (((-552) $) 16)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 91)) (-1676 (((-902) (-552)) NIL (|has| $ (-6 -4359)))) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL)) (-3410 (($ $) NIL)) (-3396 (($ (-552) (-552)) NIL) (($ (-552) (-552) (-902)) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) 92)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1406 (((-552) $) 22)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 94)) (-2950 (((-902)) NIL) (((-902) (-902)) NIL (|has| $ (-6 -4359)))) (-2474 (((-902) (-552)) NIL (|has| $ (-6 -4359)))) (-1522 (((-373) $) NIL) (((-220) $) NIL) (((-873 (-373)) $) NIL)) (-3213 (((-844) $) 52) (($ (-552)) 63) (($ $) NIL) (($ (-401 (-552))) 66) (($ (-552)) 63) (($ (-401 (-552))) 66) (($ (-373)) 60) (((-373) $) 50) (($ (-685)) 55)) (-2014 (((-756)) 103)) (-2368 (($ (-552) (-552) (-902)) 44)) (-3763 (($ $) NIL)) (-2122 (((-902)) NIL) (((-902) (-902)) NIL (|has| $ (-6 -4359)))) (-4174 (((-902)) 35) (((-902) (-902)) 78)) (-3589 (((-111) $ $) NIL)) (-1578 (($ $) NIL)) (-3297 (($) 32 T CONST)) (-3309 (($) 17 T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 83)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 101)) (-1720 (($ $ $) 65)) (-1709 (($ $) 99) (($ $ $) 100)) (-1698 (($ $ $) 98)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL) (($ $ (-401 (-552))) 90)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 97) (($ $ $) 88) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL)))
-(((-683) (-13 (-398) (-381) (-357) (-1019 (-373)) (-1019 (-401 (-552))) (-144) (-10 -8 (-15 -2180 ((-902) (-902))) (-15 -2180 ((-902))) (-15 -4174 ((-902) (-902))) (-15 -2329 ((-552) (-552))) (-15 -2329 ((-552))) (-15 -3101 ((-552) (-552))) (-15 -3101 ((-552))) (-15 -3213 ((-373) $)) (-15 -3213 ($ (-685))) (-15 -1833 ((-552) $)) (-15 -1406 ((-552) $)) (-15 -2368 ($ (-552) (-552) (-902)))))) (T -683))
-((-1406 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-683)))) (-1833 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-683)))) (-2180 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-683)))) (-2180 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-683)))) (-4174 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-683)))) (-2329 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-683)))) (-2329 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-683)))) (-3101 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-683)))) (-3101 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-683)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-373)) (-5 *1 (-683)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-685)) (-5 *1 (-683)))) (-2368 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-552)) (-5 *3 (-902)) (-5 *1 (-683)))))
-(-13 (-398) (-381) (-357) (-1019 (-373)) (-1019 (-401 (-552))) (-144) (-10 -8 (-15 -2180 ((-902) (-902))) (-15 -2180 ((-902))) (-15 -4174 ((-902) (-902))) (-15 -2329 ((-552) (-552))) (-15 -2329 ((-552))) (-15 -3101 ((-552) (-552))) (-15 -3101 ((-552))) (-15 -3213 ((-373) $)) (-15 -3213 ($ (-685))) (-15 -1833 ((-552) $)) (-15 -1406 ((-552) $)) (-15 -2368 ($ (-552) (-552) (-902)))))
-((-2008 (((-673 |#1|) (-673 |#1|) |#1| |#1|) 65)) (-2810 (((-673 |#1|) (-673 |#1|) |#1|) 48)) (-2261 (((-673 |#1|) (-673 |#1|) |#1|) 66)) (-3705 (((-673 |#1|) (-673 |#1|)) 49)) (-2768 (((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|) 64)))
-(((-684 |#1|) (-10 -7 (-15 -3705 ((-673 |#1|) (-673 |#1|))) (-15 -2810 ((-673 |#1|) (-673 |#1|) |#1|)) (-15 -2261 ((-673 |#1|) (-673 |#1|) |#1|)) (-15 -2008 ((-673 |#1|) (-673 |#1|) |#1| |#1|)) (-15 -2768 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|))) (-301)) (T -684))
-((-2768 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-684 *3)) (-4 *3 (-301)))) (-2008 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-673 *3)) (-4 *3 (-301)) (-5 *1 (-684 *3)))) (-2261 (*1 *2 *2 *3) (-12 (-5 *2 (-673 *3)) (-4 *3 (-301)) (-5 *1 (-684 *3)))) (-2810 (*1 *2 *2 *3) (-12 (-5 *2 (-673 *3)) (-4 *3 (-301)) (-5 *1 (-684 *3)))) (-3705 (*1 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-301)) (-5 *1 (-684 *3)))))
-(-10 -7 (-15 -3705 ((-673 |#1|) (-673 |#1|))) (-15 -2810 ((-673 |#1|) (-673 |#1|) |#1|)) (-15 -2261 ((-673 |#1|) (-673 |#1|) |#1|)) (-15 -2008 ((-673 |#1|) (-673 |#1|) |#1| |#1|)) (-15 -2768 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4025 (($ $ $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2704 (($ $ $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL)) (-1603 (($ $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) 27)) (-2832 (((-552) $) 25)) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-2674 (((-3 (-401 (-552)) "failed") $) NIL)) (-2443 (((-111) $) NIL)) (-3777 (((-401 (-552)) $) NIL)) (-1332 (($ $) NIL) (($) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1299 (($ $ $ $) NIL)) (-2990 (($ $ $) NIL)) (-1338 (((-111) $) NIL)) (-2048 (($ $ $) NIL)) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL)) (-4065 (((-111) $) NIL)) (-3302 (((-111) $) NIL)) (-2032 (((-3 $ "failed") $) NIL)) (-3127 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1760 (($ $ $ $) NIL)) (-1772 (($ $ $) NIL)) (-3012 (((-902) (-902)) 10) (((-902)) 9)) (-2011 (($ $ $) NIL)) (-3922 (($ $) NIL)) (-2556 (($ $) NIL)) (-2552 (($ (-629 $)) NIL) (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-3198 (($ $ $) NIL)) (-1977 (($) NIL T CONST)) (-3864 (($ $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ (-629 $)) NIL) (($ $ $) NIL)) (-2006 (($ $) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3117 (((-111) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) NIL) (($ $ (-756)) NIL)) (-2045 (($ $) NIL)) (-1487 (($ $) NIL)) (-1522 (((-220) $) NIL) (((-373) $) NIL) (((-873 (-552)) $) NIL) (((-528) $) NIL) (((-552) $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) 24) (($ $) NIL) (($ (-552)) 24) (((-310 $) (-310 (-552))) 18)) (-2014 (((-756)) NIL)) (-3246 (((-111) $ $) NIL)) (-2075 (($ $ $) NIL)) (-4174 (($) NIL)) (-3589 (((-111) $ $) NIL)) (-3182 (($ $ $ $) NIL)) (-1578 (($ $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $) NIL) (($ $ (-756)) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL)))
-(((-685) (-13 (-381) (-537) (-10 -8 (-15 -3012 ((-902) (-902))) (-15 -3012 ((-902))) (-15 -3213 ((-310 $) (-310 (-552))))))) (T -685))
-((-3012 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-685)))) (-3012 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-685)))) (-3213 (*1 *2 *3) (-12 (-5 *3 (-310 (-552))) (-5 *2 (-310 (-685))) (-5 *1 (-685)))))
-(-13 (-381) (-537) (-10 -8 (-15 -3012 ((-902) (-902))) (-15 -3012 ((-902))) (-15 -3213 ((-310 $) (-310 (-552))))))
-((-3242 (((-1 |#4| |#2| |#3|) |#1| (-1154) (-1154)) 19)) (-1363 (((-1 |#4| |#2| |#3|) (-1154)) 12)))
-(((-686 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1363 ((-1 |#4| |#2| |#3|) (-1154))) (-15 -3242 ((-1 |#4| |#2| |#3|) |#1| (-1154) (-1154)))) (-600 (-528)) (-1191) (-1191) (-1191)) (T -686))
-((-3242 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1154)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-686 *3 *5 *6 *7)) (-4 *3 (-600 (-528))) (-4 *5 (-1191)) (-4 *6 (-1191)) (-4 *7 (-1191)))) (-1363 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-686 *4 *5 *6 *7)) (-4 *4 (-600 (-528))) (-4 *5 (-1191)) (-4 *6 (-1191)) (-4 *7 (-1191)))))
-(-10 -7 (-15 -1363 ((-1 |#4| |#2| |#3|) (-1154))) (-15 -3242 ((-1 |#4| |#2| |#3|) |#1| (-1154) (-1154))))
-((-3202 (((-111) $ $) NIL)) (-4105 (((-1242) $ (-756)) 14)) (-1456 (((-756) $) 12)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 18) ((|#1| $) 15) (($ |#1|) 23)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 25)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 24)))
-(((-687 |#1|) (-13 (-130) (-599 |#1|) (-10 -8 (-15 -3213 ($ |#1|)))) (-1078)) (T -687))
-((-3213 (*1 *1 *2) (-12 (-5 *1 (-687 *2)) (-4 *2 (-1078)))))
-(-13 (-130) (-599 |#1|) (-10 -8 (-15 -3213 ($ |#1|))))
-((-1641 (((-1 (-220) (-220) (-220)) |#1| (-1154) (-1154)) 34) (((-1 (-220) (-220)) |#1| (-1154)) 39)))
-(((-688 |#1|) (-10 -7 (-15 -1641 ((-1 (-220) (-220)) |#1| (-1154))) (-15 -1641 ((-1 (-220) (-220) (-220)) |#1| (-1154) (-1154)))) (-600 (-528))) (T -688))
-((-1641 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1154)) (-5 *2 (-1 (-220) (-220) (-220))) (-5 *1 (-688 *3)) (-4 *3 (-600 (-528))))) (-1641 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-5 *2 (-1 (-220) (-220))) (-5 *1 (-688 *3)) (-4 *3 (-600 (-528))))))
-(-10 -7 (-15 -1641 ((-1 (-220) (-220)) |#1| (-1154))) (-15 -1641 ((-1 (-220) (-220) (-220)) |#1| (-1154) (-1154))))
-((-2403 (((-1154) |#1| (-1154) (-629 (-1154))) 9) (((-1154) |#1| (-1154) (-1154) (-1154)) 12) (((-1154) |#1| (-1154) (-1154)) 11) (((-1154) |#1| (-1154)) 10)))
-(((-689 |#1|) (-10 -7 (-15 -2403 ((-1154) |#1| (-1154))) (-15 -2403 ((-1154) |#1| (-1154) (-1154))) (-15 -2403 ((-1154) |#1| (-1154) (-1154) (-1154))) (-15 -2403 ((-1154) |#1| (-1154) (-629 (-1154))))) (-600 (-528))) (T -689))
-((-2403 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-629 (-1154))) (-5 *2 (-1154)) (-5 *1 (-689 *3)) (-4 *3 (-600 (-528))))) (-2403 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-689 *3)) (-4 *3 (-600 (-528))))) (-2403 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-689 *3)) (-4 *3 (-600 (-528))))) (-2403 (*1 *2 *3 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-689 *3)) (-4 *3 (-600 (-528))))))
-(-10 -7 (-15 -2403 ((-1154) |#1| (-1154))) (-15 -2403 ((-1154) |#1| (-1154) (-1154))) (-15 -2403 ((-1154) |#1| (-1154) (-1154) (-1154))) (-15 -2403 ((-1154) |#1| (-1154) (-629 (-1154)))))
-((-4009 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
-(((-690 |#1| |#2|) (-10 -7 (-15 -4009 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1191) (-1191)) (T -690))
-((-4009 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-690 *3 *4)) (-4 *3 (-1191)) (-4 *4 (-1191)))))
-(-10 -7 (-15 -4009 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
-((-3038 (((-1 |#3| |#2|) (-1154)) 11)) (-3242 (((-1 |#3| |#2|) |#1| (-1154)) 21)))
-(((-691 |#1| |#2| |#3|) (-10 -7 (-15 -3038 ((-1 |#3| |#2|) (-1154))) (-15 -3242 ((-1 |#3| |#2|) |#1| (-1154)))) (-600 (-528)) (-1191) (-1191)) (T -691))
-((-3242 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-5 *2 (-1 *6 *5)) (-5 *1 (-691 *3 *5 *6)) (-4 *3 (-600 (-528))) (-4 *5 (-1191)) (-4 *6 (-1191)))) (-3038 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1 *6 *5)) (-5 *1 (-691 *4 *5 *6)) (-4 *4 (-600 (-528))) (-4 *5 (-1191)) (-4 *6 (-1191)))))
-(-10 -7 (-15 -3038 ((-1 |#3| |#2|) (-1154))) (-15 -3242 ((-1 |#3| |#2|) |#1| (-1154))))
-((-2624 (((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-629 |#2|) (-629 (-1150 |#4|)) (-629 |#3|) (-629 |#4|) (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| |#4|)))) (-629 (-756)) (-1237 (-629 (-1150 |#3|))) |#3|) 62)) (-3842 (((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-629 |#2|) (-629 (-1150 |#3|)) (-629 |#3|) (-629 |#4|) (-629 (-756)) |#3|) 75)) (-3210 (((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-629 |#2|) (-629 |#3|) (-629 (-756)) (-629 (-1150 |#4|)) (-1237 (-629 (-1150 |#3|))) |#3|) 34)))
-(((-692 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3210 ((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-629 |#2|) (-629 |#3|) (-629 (-756)) (-629 (-1150 |#4|)) (-1237 (-629 (-1150 |#3|))) |#3|)) (-15 -3842 ((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-629 |#2|) (-629 (-1150 |#3|)) (-629 |#3|) (-629 |#4|) (-629 (-756)) |#3|)) (-15 -2624 ((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-629 |#2|) (-629 (-1150 |#4|)) (-629 |#3|) (-629 |#4|) (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| |#4|)))) (-629 (-756)) (-1237 (-629 (-1150 |#3|))) |#3|))) (-778) (-832) (-301) (-930 |#3| |#1| |#2|)) (T -692))
-((-2624 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-629 (-1150 *13))) (-5 *3 (-1150 *13)) (-5 *4 (-629 *12)) (-5 *5 (-629 *10)) (-5 *6 (-629 *13)) (-5 *7 (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| *13))))) (-5 *8 (-629 (-756))) (-5 *9 (-1237 (-629 (-1150 *10)))) (-4 *12 (-832)) (-4 *10 (-301)) (-4 *13 (-930 *10 *11 *12)) (-4 *11 (-778)) (-5 *1 (-692 *11 *12 *10 *13)))) (-3842 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-629 *11)) (-5 *5 (-629 (-1150 *9))) (-5 *6 (-629 *9)) (-5 *7 (-629 *12)) (-5 *8 (-629 (-756))) (-4 *11 (-832)) (-4 *9 (-301)) (-4 *12 (-930 *9 *10 *11)) (-4 *10 (-778)) (-5 *2 (-629 (-1150 *12))) (-5 *1 (-692 *10 *11 *9 *12)) (-5 *3 (-1150 *12)))) (-3210 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-629 (-1150 *11))) (-5 *3 (-1150 *11)) (-5 *4 (-629 *10)) (-5 *5 (-629 *8)) (-5 *6 (-629 (-756))) (-5 *7 (-1237 (-629 (-1150 *8)))) (-4 *10 (-832)) (-4 *8 (-301)) (-4 *11 (-930 *8 *9 *10)) (-4 *9 (-778)) (-5 *1 (-692 *9 *10 *8 *11)))))
-(-10 -7 (-15 -3210 ((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-629 |#2|) (-629 |#3|) (-629 (-756)) (-629 (-1150 |#4|)) (-1237 (-629 (-1150 |#3|))) |#3|)) (-15 -3842 ((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-629 |#2|) (-629 (-1150 |#3|)) (-629 |#3|) (-629 |#4|) (-629 (-756)) |#3|)) (-15 -2624 ((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-629 |#2|) (-629 (-1150 |#4|)) (-629 |#3|) (-629 |#4|) (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| |#4|)))) (-629 (-756)) (-1237 (-629 (-1150 |#3|))) |#3|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-3766 (($ $) 39)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-3590 (($ |#1| (-756)) 37)) (-3544 (((-756) $) 41)) (-3743 ((|#1| $) 40)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3299 (((-756) $) 42)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 36 (|has| |#1| (-169)))) (-2266 ((|#1| $ (-756)) 38)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 44) (($ |#1| $) 43)))
-(((-693 |#1|) (-137) (-1030)) (T -693))
-((-3299 (*1 *2 *1) (-12 (-4 *1 (-693 *3)) (-4 *3 (-1030)) (-5 *2 (-756)))) (-3544 (*1 *2 *1) (-12 (-4 *1 (-693 *3)) (-4 *3 (-1030)) (-5 *2 (-756)))) (-3743 (*1 *2 *1) (-12 (-4 *1 (-693 *2)) (-4 *2 (-1030)))) (-3766 (*1 *1 *1) (-12 (-4 *1 (-693 *2)) (-4 *2 (-1030)))) (-2266 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *1 (-693 *2)) (-4 *2 (-1030)))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-693 *2)) (-4 *2 (-1030)))))
-(-13 (-1030) (-110 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-169)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -3299 ((-756) $)) (-15 -3544 ((-756) $)) (-15 -3743 (|t#1| $)) (-15 -3766 ($ $)) (-15 -2266 (|t#1| $ (-756))) (-15 -3590 ($ |t#1| (-756)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-169)) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-702 |#1|) |has| |#1| (-169)) ((-711) . T) ((-1036 |#1|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1477 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
-(((-694 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1477 (|#6| (-1 |#4| |#1|) |#3|))) (-544) (-1213 |#1|) (-1213 (-401 |#2|)) (-544) (-1213 |#4|) (-1213 (-401 |#5|))) (T -694))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-544)) (-4 *7 (-544)) (-4 *6 (-1213 *5)) (-4 *2 (-1213 (-401 *8))) (-5 *1 (-694 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1213 (-401 *6))) (-4 *8 (-1213 *7)))))
-(-10 -7 (-15 -1477 (|#6| (-1 |#4| |#1|) |#3|)))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-1783 (((-1136) (-844)) 31)) (-2595 (((-1242) (-1136)) 28)) (-2150 (((-1136) (-844)) 24)) (-2094 (((-1136) (-844)) 25)) (-3213 (((-844) $) NIL) (((-1136) (-844)) 23)) (-1613 (((-111) $ $) NIL)))
-(((-695) (-13 (-1078) (-10 -7 (-15 -3213 ((-1136) (-844))) (-15 -2150 ((-1136) (-844))) (-15 -2094 ((-1136) (-844))) (-15 -1783 ((-1136) (-844))) (-15 -2595 ((-1242) (-1136)))))) (T -695))
-((-3213 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1136)) (-5 *1 (-695)))) (-2150 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1136)) (-5 *1 (-695)))) (-2094 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1136)) (-5 *1 (-695)))) (-1783 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1136)) (-5 *1 (-695)))) (-2595 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-695)))))
-(-13 (-1078) (-10 -7 (-15 -3213 ((-1136) (-844))) (-15 -2150 ((-1136) (-844))) (-15 -2094 ((-1136) (-844))) (-15 -1783 ((-1136) (-844))) (-15 -2595 ((-1242) (-1136)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-4006 (($ $ $) NIL)) (-3884 (($ |#1| |#2|) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-4065 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3714 ((|#2| $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1859 (((-3 $ "failed") $ $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) ((|#1| $) NIL)) (-2014 (((-756)) NIL)) (-3589 (((-111) $ $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL)))
-(((-696 |#1| |#2| |#3| |#4| |#5|) (-13 (-357) (-10 -8 (-15 -3714 (|#2| $)) (-15 -3213 (|#1| $)) (-15 -3884 ($ |#1| |#2|)) (-15 -1859 ((-3 $ "failed") $ $)))) (-169) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -696))
-((-3714 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-696 *3 *2 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3213 (*1 *2 *1) (-12 (-4 *2 (-169)) (-5 *1 (-696 *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)))) (-3884 (*1 *1 *2 *3) (-12 (-5 *1 (-696 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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)))) (-1859 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-696 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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 (-357) (-10 -8 (-15 -3714 (|#2| $)) (-15 -3213 (|#1| $)) (-15 -3884 ($ |#1| |#2|)) (-15 -1859 ((-3 $ "failed") $ $))))
-((-3202 (((-111) $ $) 78)) (-3643 (((-111) $) 30)) (-2961 (((-1237 |#1|) $ (-756)) NIL)) (-3611 (((-629 (-1060)) $) NIL)) (-4218 (($ (-1150 |#1|)) NIL)) (-3449 (((-1150 $) $ (-1060)) NIL) (((-1150 |#1|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-1060))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2134 (($ $ $) NIL (|has| |#1| (-544)))) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-4116 (($ $) NIL (|has| |#1| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2663 (((-756)) 47 (|has| |#1| (-362)))) (-1496 (($ $ (-756)) NIL)) (-3366 (($ $ (-756)) NIL)) (-4303 ((|#2| |#2|) 44)) (-3376 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-445)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-1060) "failed") $) NIL)) (-2832 ((|#1| $) NIL) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-1060) $) NIL)) (-3301 (($ $ $ (-1060)) NIL (|has| |#1| (-169))) ((|#1| $ $) NIL (|has| |#1| (-169)))) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) 34)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-3884 (($ |#2|) 42)) (-1293 (((-3 $ "failed") $) 86)) (-1332 (($) 51 (|has| |#1| (-362)))) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3547 (($ $ $) NIL)) (-1589 (($ $ $) NIL (|has| |#1| (-544)))) (-2997 (((-2 (|:| -4158 |#1|) (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-544)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-3471 (($ $) NIL (|has| |#1| (-445))) (($ $ (-1060)) NIL (|has| |#1| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#1| (-890)))) (-2277 (((-939 $)) 80)) (-3423 (($ $ |#1| (-756) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-1060) (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-1060) (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-4241 (((-756) $ $) NIL (|has| |#1| (-544)))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-1129)))) (-3602 (($ (-1150 |#1|) (-1060)) NIL) (($ (-1150 $) (-1060)) NIL)) (-1524 (($ $ (-756)) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-756)) 77) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-1060)) NIL) (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3714 ((|#2|) 45)) (-3544 (((-756) $) NIL) (((-756) $ (-1060)) NIL) (((-629 (-756)) $ (-629 (-1060))) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-3891 (($ (-1 (-756) (-756)) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2434 (((-1150 |#1|) $) NIL)) (-3506 (((-3 (-1060) "failed") $) NIL)) (-1637 (((-902) $) NIL (|has| |#1| (-362)))) (-3874 ((|#2| $) 41)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) 28)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2623 (((-1136) $) NIL)) (-1679 (((-2 (|:| -3713 $) (|:| -4186 $)) $ (-756)) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-1060)) (|:| -1406 (-756))) "failed") $) NIL)) (-2889 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1977 (($) NIL (|has| |#1| (-1129)) CONST)) (-2840 (($ (-902)) NIL (|has| |#1| (-362)))) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-3022 (($ $) 79 (|has| |#1| (-343)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-890)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544))) (((-3 $ "failed") $ $) 85 (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-1060) |#1|) NIL) (($ $ (-629 (-1060)) (-629 |#1|)) NIL) (($ $ (-1060) $) NIL) (($ $ (-629 (-1060)) (-629 $)) NIL)) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-401 $) (-401 $) (-401 $)) NIL (|has| |#1| (-544))) ((|#1| (-401 $) |#1|) NIL (|has| |#1| (-357))) (((-401 $) $ (-401 $)) NIL (|has| |#1| (-544)))) (-4212 (((-3 $ "failed") $ (-756)) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 87 (|has| |#1| (-357)))) (-1721 (($ $ (-1060)) NIL (|has| |#1| (-169))) ((|#1| $) NIL (|has| |#1| (-169)))) (-3096 (($ $ (-1060)) NIL) (($ $ (-629 (-1060))) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL) (($ $ (-756)) NIL) (($ $) NIL) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-3299 (((-756) $) 32) (((-756) $ (-1060)) NIL) (((-629 (-756)) $ (-629 (-1060))) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-1060) (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-1060) (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-1060) (-600 (-528))) (|has| |#1| (-600 (-528)))))) (-3807 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-1060)) NIL (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-1631 (((-939 $)) 36)) (-2911 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544))) (((-3 (-401 $) "failed") (-401 $) $) NIL (|has| |#1| (-544)))) (-3213 (((-844) $) 61) (($ (-552)) NIL) (($ |#1|) 58) (($ (-1060)) NIL) (($ |#2|) 68) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-756)) 63) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#1| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) 20 T CONST)) (-3585 (((-1237 |#1|) $) 75)) (-3019 (($ (-1237 |#1|)) 50)) (-3309 (($) 8 T CONST)) (-1765 (($ $ (-1060)) NIL) (($ $ (-629 (-1060))) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL) (($ $ (-756)) NIL) (($ $) NIL) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2822 (((-1237 |#1|) $) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) 69)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) 72) (($ $ $) NIL)) (-1698 (($ $ $) 33)) (** (($ $ (-902)) NIL) (($ $ (-756)) 81)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 57) (($ $ $) 74) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 55) (($ $ |#1|) NIL)))
-(((-697 |#1| |#2|) (-13 (-1213 |#1|) (-10 -8 (-15 -4303 (|#2| |#2|)) (-15 -3714 (|#2|)) (-15 -3884 ($ |#2|)) (-15 -3874 (|#2| $)) (-15 -3213 ($ |#2|)) (-15 -3585 ((-1237 |#1|) $)) (-15 -3019 ($ (-1237 |#1|))) (-15 -2822 ((-1237 |#1|) $)) (-15 -2277 ((-939 $))) (-15 -1631 ((-939 $))) (IF (|has| |#1| (-343)) (-15 -3022 ($ $)) |%noBranch|) (IF (|has| |#1| (-362)) (-6 (-362)) |%noBranch|))) (-1030) (-1213 |#1|)) (T -697))
-((-4303 (*1 *2 *2) (-12 (-4 *3 (-1030)) (-5 *1 (-697 *3 *2)) (-4 *2 (-1213 *3)))) (-3714 (*1 *2) (-12 (-4 *2 (-1213 *3)) (-5 *1 (-697 *3 *2)) (-4 *3 (-1030)))) (-3884 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-5 *1 (-697 *3 *2)) (-4 *2 (-1213 *3)))) (-3874 (*1 *2 *1) (-12 (-4 *2 (-1213 *3)) (-5 *1 (-697 *3 *2)) (-4 *3 (-1030)))) (-3213 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-5 *1 (-697 *3 *2)) (-4 *2 (-1213 *3)))) (-3585 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-5 *2 (-1237 *3)) (-5 *1 (-697 *3 *4)) (-4 *4 (-1213 *3)))) (-3019 (*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-1030)) (-5 *1 (-697 *3 *4)) (-4 *4 (-1213 *3)))) (-2822 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-5 *2 (-1237 *3)) (-5 *1 (-697 *3 *4)) (-4 *4 (-1213 *3)))) (-2277 (*1 *2) (-12 (-4 *3 (-1030)) (-5 *2 (-939 (-697 *3 *4))) (-5 *1 (-697 *3 *4)) (-4 *4 (-1213 *3)))) (-1631 (*1 *2) (-12 (-4 *3 (-1030)) (-5 *2 (-939 (-697 *3 *4))) (-5 *1 (-697 *3 *4)) (-4 *4 (-1213 *3)))) (-3022 (*1 *1 *1) (-12 (-4 *2 (-343)) (-4 *2 (-1030)) (-5 *1 (-697 *2 *3)) (-4 *3 (-1213 *2)))))
-(-13 (-1213 |#1|) (-10 -8 (-15 -4303 (|#2| |#2|)) (-15 -3714 (|#2|)) (-15 -3884 ($ |#2|)) (-15 -3874 (|#2| $)) (-15 -3213 ($ |#2|)) (-15 -3585 ((-1237 |#1|) $)) (-15 -3019 ($ (-1237 |#1|))) (-15 -2822 ((-1237 |#1|) $)) (-15 -2277 ((-939 $))) (-15 -1631 ((-939 $))) (IF (|has| |#1| (-343)) (-15 -3022 ($ $)) |%noBranch|) (IF (|has| |#1| (-362)) (-6 (-362)) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2840 ((|#1| $) 13)) (-2876 (((-1098) $) NIL)) (-1406 ((|#2| $) 12)) (-3226 (($ |#1| |#2|) 16)) (-3213 (((-844) $) NIL) (($ (-2 (|:| -2840 |#1|) (|:| -1406 |#2|))) 15) (((-2 (|:| -2840 |#1|) (|:| -1406 |#2|)) $) 14)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 11)))
-(((-698 |#1| |#2| |#3|) (-13 (-832) (-10 -8 (-15 -1406 (|#2| $)) (-15 -2840 (|#1| $)) (-15 -3213 ($ (-2 (|:| -2840 |#1|) (|:| -1406 |#2|)))) (-15 -3213 ((-2 (|:| -2840 |#1|) (|:| -1406 |#2|)) $)) (-15 -3226 ($ |#1| |#2|)))) (-832) (-1078) (-1 (-111) (-2 (|:| -2840 |#1|) (|:| -1406 |#2|)) (-2 (|:| -2840 |#1|) (|:| -1406 |#2|)))) (T -698))
-((-1406 (*1 *2 *1) (-12 (-4 *2 (-1078)) (-5 *1 (-698 *3 *2 *4)) (-4 *3 (-832)) (-14 *4 (-1 (-111) (-2 (|:| -2840 *3) (|:| -1406 *2)) (-2 (|:| -2840 *3) (|:| -1406 *2)))))) (-2840 (*1 *2 *1) (-12 (-4 *2 (-832)) (-5 *1 (-698 *2 *3 *4)) (-4 *3 (-1078)) (-14 *4 (-1 (-111) (-2 (|:| -2840 *2) (|:| -1406 *3)) (-2 (|:| -2840 *2) (|:| -1406 *3)))))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2840 *3) (|:| -1406 *4))) (-4 *3 (-832)) (-4 *4 (-1078)) (-5 *1 (-698 *3 *4 *5)) (-14 *5 (-1 (-111) *2 *2)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2840 *3) (|:| -1406 *4))) (-5 *1 (-698 *3 *4 *5)) (-4 *3 (-832)) (-4 *4 (-1078)) (-14 *5 (-1 (-111) *2 *2)))) (-3226 (*1 *1 *2 *3) (-12 (-5 *1 (-698 *2 *3 *4)) (-4 *2 (-832)) (-4 *3 (-1078)) (-14 *4 (-1 (-111) (-2 (|:| -2840 *2) (|:| -1406 *3)) (-2 (|:| -2840 *2) (|:| -1406 *3)))))))
-(-13 (-832) (-10 -8 (-15 -1406 (|#2| $)) (-15 -2840 (|#1| $)) (-15 -3213 ($ (-2 (|:| -2840 |#1|) (|:| -1406 |#2|)))) (-15 -3213 ((-2 (|:| -2840 |#1|) (|:| -1406 |#2|)) $)) (-15 -3226 ($ |#1| |#2|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 59)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) 89) (((-3 (-113) "failed") $) 95)) (-2832 ((|#1| $) NIL) (((-113) $) 39)) (-1293 (((-3 $ "failed") $) 90)) (-1942 ((|#2| (-113) |#2|) 82)) (-4065 (((-111) $) NIL)) (-1683 (($ |#1| (-355 (-113))) 14)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-4114 (($ $ (-1 |#2| |#2|)) 58)) (-2263 (($ $ (-1 |#2| |#2|)) 44)) (-2060 ((|#2| $ |#2|) 33)) (-2864 ((|#1| |#1|) 105 (|has| |#1| (-169)))) (-3213 (((-844) $) 66) (($ (-552)) 18) (($ |#1|) 17) (($ (-113)) 23)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) 37)) (-1768 (($ $) 99 (|has| |#1| (-169))) (($ $ $) 103 (|has| |#1| (-169)))) (-3297 (($) 21 T CONST)) (-3309 (($) 9 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) 48) (($ $ $) NIL)) (-1698 (($ $ $) 73)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ (-113) (-552)) NIL) (($ $ (-552)) 57)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 98) (($ $ $) 50) (($ |#1| $) 96 (|has| |#1| (-169))) (($ $ |#1|) 97 (|has| |#1| (-169)))))
-(((-699 |#1| |#2|) (-13 (-1030) (-1019 |#1|) (-1019 (-113)) (-280 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-6 (-38 |#1|)) (-15 -1768 ($ $)) (-15 -1768 ($ $ $)) (-15 -2864 (|#1| |#1|))) |%noBranch|) (-15 -2263 ($ $ (-1 |#2| |#2|))) (-15 -4114 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-113) (-552))) (-15 ** ($ $ (-552))) (-15 -1942 (|#2| (-113) |#2|)) (-15 -1683 ($ |#1| (-355 (-113)))))) (-1030) (-632 |#1|)) (T -699))
-((-1768 (*1 *1 *1) (-12 (-4 *2 (-169)) (-4 *2 (-1030)) (-5 *1 (-699 *2 *3)) (-4 *3 (-632 *2)))) (-1768 (*1 *1 *1 *1) (-12 (-4 *2 (-169)) (-4 *2 (-1030)) (-5 *1 (-699 *2 *3)) (-4 *3 (-632 *2)))) (-2864 (*1 *2 *2) (-12 (-4 *2 (-169)) (-4 *2 (-1030)) (-5 *1 (-699 *2 *3)) (-4 *3 (-632 *2)))) (-2263 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-632 *3)) (-4 *3 (-1030)) (-5 *1 (-699 *3 *4)))) (-4114 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-632 *3)) (-4 *3 (-1030)) (-5 *1 (-699 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-552)) (-4 *4 (-1030)) (-5 *1 (-699 *4 *5)) (-4 *5 (-632 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *3 (-1030)) (-5 *1 (-699 *3 *4)) (-4 *4 (-632 *3)))) (-1942 (*1 *2 *3 *2) (-12 (-5 *3 (-113)) (-4 *4 (-1030)) (-5 *1 (-699 *4 *2)) (-4 *2 (-632 *4)))) (-1683 (*1 *1 *2 *3) (-12 (-5 *3 (-355 (-113))) (-4 *2 (-1030)) (-5 *1 (-699 *2 *4)) (-4 *4 (-632 *2)))))
-(-13 (-1030) (-1019 |#1|) (-1019 (-113)) (-280 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-6 (-38 |#1|)) (-15 -1768 ($ $)) (-15 -1768 ($ $ $)) (-15 -2864 (|#1| |#1|))) |%noBranch|) (-15 -2263 ($ $ (-1 |#2| |#2|))) (-15 -4114 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-113) (-552))) (-15 ** ($ $ (-552))) (-15 -1942 (|#2| (-113) |#2|)) (-15 -1683 ($ |#1| (-355 (-113))))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 33)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3884 (($ |#1| |#2|) 25)) (-1293 (((-3 $ "failed") $) 48)) (-4065 (((-111) $) 35)) (-3714 ((|#2| $) 12)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 49)) (-2876 (((-1098) $) NIL)) (-1859 (((-3 $ "failed") $ $) 47)) (-3213 (((-844) $) 24) (($ (-552)) 19) ((|#1| $) 13)) (-2014 (((-756)) 28)) (-3297 (($) 16 T CONST)) (-3309 (($) 30 T CONST)) (-1613 (((-111) $ $) 38)) (-1709 (($ $) 43) (($ $ $) 37)) (-1698 (($ $ $) 40)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 21) (($ $ $) 20)))
-(((-700 |#1| |#2| |#3| |#4| |#5|) (-13 (-1030) (-10 -8 (-15 -3714 (|#2| $)) (-15 -3213 (|#1| $)) (-15 -3884 ($ |#1| |#2|)) (-15 -1859 ((-3 $ "failed") $ $)) (-15 -1293 ((-3 $ "failed") $)) (-15 -3701 ($ $)))) (-169) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -700))
-((-1293 (*1 *1 *1) (|partial| -12 (-5 *1 (-700 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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)))) (-3714 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-700 *3 *2 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3213 (*1 *2 *1) (-12 (-4 *2 (-169)) (-5 *1 (-700 *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)))) (-3884 (*1 *1 *2 *3) (-12 (-5 *1 (-700 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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)))) (-1859 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-700 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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)))) (-3701 (*1 *1 *1) (-12 (-5 *1 (-700 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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 (-1030) (-10 -8 (-15 -3714 (|#2| $)) (-15 -3213 (|#1| $)) (-15 -3884 ($ |#1| |#2|)) (-15 -1859 ((-3 $ "failed") $ $)) (-15 -1293 ((-3 $ "failed") $)) (-15 -3701 ($ $))))
-((* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ |#2| $) NIL) (($ $ |#2|) 9)))
-(((-701 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|))) (-702 |#2|) (-169)) (T -701))
-NIL
-(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
-(((-702 |#1|) (-137) (-169)) (T -702))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 15)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-4013 ((|#1| $) 21)) (-1773 (($ $ $) NIL (|has| |#1| (-777)))) (-2012 (($ $ $) NIL (|has| |#1| (-777)))) (-4056 (((-1137) $) 46)) (-2875 (((-1099) $) NIL)) (-4024 ((|#3| $) 22)) (-3212 (((-845) $) 42)) (-3296 (($) 10 T CONST)) (-1667 (((-111) $ $) NIL (|has| |#1| (-777)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-777)))) (-1614 (((-111) $ $) 20)) (-1656 (((-111) $ $) NIL (|has| |#1| (-777)))) (-1633 (((-111) $ $) 24 (|has| |#1| (-777)))) (-1721 (($ $ |#3|) 34) (($ |#1| |#3|) 35)) (-1710 (($ $) 17) (($ $ $) NIL)) (-1699 (($ $ $) 27)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 30) (($ |#2| $) 32) (($ $ |#2|) NIL)))
+(((-647 |#1| |#2| |#3|) (-13 (-703 |#2|) (-10 -8 (IF (|has| |#1| (-777)) (-6 (-777)) |%noBranch|) (-15 -1721 ($ $ |#3|)) (-15 -1721 ($ |#1| |#3|)) (-15 -4013 (|#1| $)) (-15 -4024 (|#3| $)))) (-703 |#2|) (-169) (|SubsetCategory| (-712) |#2|)) (T -647))
+((-1721 (*1 *1 *1 *2) (-12 (-4 *4 (-169)) (-5 *1 (-647 *3 *4 *2)) (-4 *3 (-703 *4)) (-4 *2 (|SubsetCategory| (-712) *4)))) (-1721 (*1 *1 *2 *3) (-12 (-4 *4 (-169)) (-5 *1 (-647 *2 *4 *3)) (-4 *2 (-703 *4)) (-4 *3 (|SubsetCategory| (-712) *4)))) (-4013 (*1 *2 *1) (-12 (-4 *3 (-169)) (-4 *2 (-703 *3)) (-5 *1 (-647 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-712) *3)))) (-4024 (*1 *2 *1) (-12 (-4 *4 (-169)) (-4 *2 (|SubsetCategory| (-712) *4)) (-5 *1 (-647 *3 *4 *2)) (-4 *3 (-703 *4)))))
+(-13 (-703 |#2|) (-10 -8 (IF (|has| |#1| (-777)) (-6 (-777)) |%noBranch|) (-15 -1721 ($ $ |#3|)) (-15 -1721 ($ |#1| |#3|)) (-15 -4013 (|#1| $)) (-15 -4024 (|#3| $))))
+((-1997 (((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|)) 33)))
+(((-648 |#1|) (-10 -7 (-15 -1997 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|)))) (-891)) (T -648))
+((-1997 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-630 (-1151 *4))) (-5 *3 (-1151 *4)) (-4 *4 (-891)) (-5 *1 (-648 *4)))))
+(-10 -7 (-15 -1997 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2813 (((-630 |#1|) $) 82)) (-1316 (($ $ (-757)) 90)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3788 (((-1262 |#1| |#2|) (-1262 |#1| |#2|) $) 48)) (-1394 (((-3 (-657 |#1|) "failed") $) NIL)) (-2831 (((-657 |#1|) $) NIL)) (-3765 (($ $) 89)) (-2613 (((-757) $) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-1728 (($ (-657 |#1|) |#2|) 68)) (-4241 (($ $) 86)) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-3269 (((-1262 |#1| |#2|) (-1262 |#1| |#2|) $) 47)) (-3303 (((-2 (|:| |k| (-657 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3733 (((-657 |#1|) $) NIL)) (-3743 ((|#2| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2433 (($ $ |#1| $) 30) (($ $ (-630 |#1|) (-630 $)) 32)) (-2672 (((-757) $) 88)) (-3225 (($ $ $) 20) (($ (-657 |#1|) (-657 |#1|)) 77) (($ (-657 |#1|) $) 75) (($ $ (-657 |#1|)) 76)) (-3212 (((-845) $) NIL) (($ |#1|) 74) (((-1253 |#1| |#2|) $) 58) (((-1262 |#1| |#2|) $) 41) (($ (-657 |#1|)) 25)) (-1372 (((-630 |#2|) $) NIL)) (-1925 ((|#2| $ (-657 |#1|)) NIL)) (-4157 ((|#2| (-1262 |#1| |#2|) $) 43)) (-3296 (($) 23 T CONST)) (-2273 (((-630 (-2 (|:| |k| (-657 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2406 (((-3 $ "failed") (-1253 |#1| |#2|)) 60)) (-3275 (($ (-657 |#1|)) 14)) (-1614 (((-111) $ $) 44)) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $) 66) (($ $ $) NIL)) (-1699 (($ $ $) 29)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ |#2| $) 28) (($ $ |#2|) NIL) (($ |#2| (-657 |#1|)) NIL)))
+(((-649 |#1| |#2|) (-13 (-368 |#1| |#2|) (-376 |#2| (-657 |#1|)) (-10 -8 (-15 -2406 ((-3 $ "failed") (-1253 |#1| |#2|))) (-15 -3225 ($ (-657 |#1|) (-657 |#1|))) (-15 -3225 ($ (-657 |#1|) $)) (-15 -3225 ($ $ (-657 |#1|))))) (-833) (-169)) (T -649))
+((-2406 (*1 *1 *2) (|partial| -12 (-5 *2 (-1253 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)) (-5 *1 (-649 *3 *4)))) (-3225 (*1 *1 *2 *2) (-12 (-5 *2 (-657 *3)) (-4 *3 (-833)) (-5 *1 (-649 *3 *4)) (-4 *4 (-169)))) (-3225 (*1 *1 *2 *1) (-12 (-5 *2 (-657 *3)) (-4 *3 (-833)) (-5 *1 (-649 *3 *4)) (-4 *4 (-169)))) (-3225 (*1 *1 *1 *2) (-12 (-5 *2 (-657 *3)) (-4 *3 (-833)) (-5 *1 (-649 *3 *4)) (-4 *4 (-169)))))
+(-13 (-368 |#1| |#2|) (-376 |#2| (-657 |#1|)) (-10 -8 (-15 -2406 ((-3 $ "failed") (-1253 |#1| |#2|))) (-15 -3225 ($ (-657 |#1|) (-657 |#1|))) (-15 -3225 ($ (-657 |#1|) $)) (-15 -3225 ($ $ (-657 |#1|)))))
+((-4332 (((-111) $) NIL) (((-111) (-1 (-111) |#2| |#2|) $) 50)) (-1748 (($ $) NIL) (($ (-1 (-111) |#2| |#2|) $) 12)) (-3656 (($ (-1 (-111) |#2|) $) 28)) (-3591 (($ $) 56)) (-1570 (($ $) 64)) (-1875 (($ |#2| $) NIL) (($ (-1 (-111) |#2|) $) 37)) (-3883 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 51) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 53)) (-1457 (((-553) |#2| $ (-553)) 61) (((-553) |#2| $) NIL) (((-553) (-1 (-111) |#2|) $) 47)) (-3306 (($ (-757) |#2|) 54)) (-4250 (($ $ $) NIL) (($ (-1 (-111) |#2| |#2|) $ $) 30)) (-3858 (($ $ $) NIL) (($ (-1 (-111) |#2| |#2|) $ $) 24)) (-1478 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 55)) (-2562 (($ |#2|) 15)) (-1429 (($ $ $ (-553)) 36) (($ |#2| $ (-553)) 34)) (-3003 (((-3 |#2| "failed") (-1 (-111) |#2|) $) 46)) (-2855 (($ $ (-1205 (-553))) 44) (($ $ (-553)) 38)) (-3454 (($ $ $ (-553)) 60)) (-1488 (($ $) 58)) (-1633 (((-111) $ $) 66)))
+(((-650 |#1| |#2|) (-10 -8 (-15 -2562 (|#1| |#2|)) (-15 -2855 (|#1| |#1| (-553))) (-15 -2855 (|#1| |#1| (-1205 (-553)))) (-15 -1875 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1429 (|#1| |#2| |#1| (-553))) (-15 -1429 (|#1| |#1| |#1| (-553))) (-15 -4250 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -3656 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1875 (|#1| |#2| |#1|)) (-15 -1570 (|#1| |#1|)) (-15 -4250 (|#1| |#1| |#1|)) (-15 -3858 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -4332 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1457 ((-553) (-1 (-111) |#2|) |#1|)) (-15 -1457 ((-553) |#2| |#1|)) (-15 -1457 ((-553) |#2| |#1| (-553))) (-15 -3858 (|#1| |#1| |#1|)) (-15 -4332 ((-111) |#1|)) (-15 -3454 (|#1| |#1| |#1| (-553))) (-15 -3591 (|#1| |#1|)) (-15 -1748 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -1748 (|#1| |#1|)) (-15 -1633 ((-111) |#1| |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3003 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -3306 (|#1| (-757) |#2|)) (-15 -1478 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1488 (|#1| |#1|))) (-651 |#2|) (-1192)) (T -650))
+NIL
+(-10 -8 (-15 -2562 (|#1| |#2|)) (-15 -2855 (|#1| |#1| (-553))) (-15 -2855 (|#1| |#1| (-1205 (-553)))) (-15 -1875 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1429 (|#1| |#2| |#1| (-553))) (-15 -1429 (|#1| |#1| |#1| (-553))) (-15 -4250 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -3656 (|#1| (-1 (-111) |#2|) |#1|)) (-15 -1875 (|#1| |#2| |#1|)) (-15 -1570 (|#1| |#1|)) (-15 -4250 (|#1| |#1| |#1|)) (-15 -3858 (|#1| (-1 (-111) |#2| |#2|) |#1| |#1|)) (-15 -4332 ((-111) (-1 (-111) |#2| |#2|) |#1|)) (-15 -1457 ((-553) (-1 (-111) |#2|) |#1|)) (-15 -1457 ((-553) |#2| |#1|)) (-15 -1457 ((-553) |#2| |#1| (-553))) (-15 -3858 (|#1| |#1| |#1|)) (-15 -4332 ((-111) |#1|)) (-15 -3454 (|#1| |#1| |#1| (-553))) (-15 -3591 (|#1| |#1|)) (-15 -1748 (|#1| (-1 (-111) |#2| |#2|) |#1|)) (-15 -1748 (|#1| |#1|)) (-15 -1633 ((-111) |#1| |#1|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3883 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3003 ((-3 |#2| "failed") (-1 (-111) |#2|) |#1|)) (-15 -3306 (|#1| (-757) |#2|)) (-15 -1478 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1488 (|#1| |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2924 ((|#1| $) 48)) (-2211 ((|#1| $) 65)) (-1784 (($ $) 67)) (-1306 (((-1243) $ (-553) (-553)) 97 (|has| $ (-6 -4370)))) (-4059 (($ $ (-553)) 52 (|has| $ (-6 -4370)))) (-4332 (((-111) $) 142 (|has| |#1| (-833))) (((-111) (-1 (-111) |#1| |#1|) $) 136)) (-1748 (($ $) 146 (-12 (|has| |#1| (-833)) (|has| $ (-6 -4370)))) (($ (-1 (-111) |#1| |#1|) $) 145 (|has| $ (-6 -4370)))) (-1297 (($ $) 141 (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $) 135)) (-2549 (((-111) $ (-757)) 8)) (-2830 ((|#1| $ |#1|) 39 (|has| $ (-6 -4370)))) (-2325 (($ $ $) 56 (|has| $ (-6 -4370)))) (-1971 ((|#1| $ |#1|) 54 (|has| $ (-6 -4370)))) (-3180 ((|#1| $ |#1|) 58 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4370))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4370))) (($ $ "rest" $) 55 (|has| $ (-6 -4370))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 117 (|has| $ (-6 -4370))) ((|#1| $ (-553) |#1|) 86 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 41 (|has| $ (-6 -4370)))) (-3656 (($ (-1 (-111) |#1|) $) 129)) (-3953 (($ (-1 (-111) |#1|) $) 102 (|has| $ (-6 -4369)))) (-2197 ((|#1| $) 66)) (-3203 (($) 7 T CONST)) (-3591 (($ $) 144 (|has| $ (-6 -4370)))) (-3341 (($ $) 134)) (-2714 (($ $) 73) (($ $ (-757)) 71)) (-1570 (($ $) 131 (|has| |#1| (-1079)))) (-2738 (($ $) 99 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ |#1| $) 130 (|has| |#1| (-1079))) (($ (-1 (-111) |#1|) $) 125)) (-2653 (($ (-1 (-111) |#1|) $) 103 (|has| $ (-6 -4369))) (($ |#1| $) 100 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2959 ((|#1| $ (-553) |#1|) 85 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 87)) (-1948 (((-111) $) 83)) (-1457 (((-553) |#1| $ (-553)) 139 (|has| |#1| (-1079))) (((-553) |#1| $) 138 (|has| |#1| (-1079))) (((-553) (-1 (-111) |#1|) $) 137)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 50)) (-1576 (((-111) $ $) 42 (|has| |#1| (-1079)))) (-3306 (($ (-757) |#1|) 108)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 95 (|has| (-553) (-833)))) (-1773 (($ $ $) 147 (|has| |#1| (-833)))) (-4250 (($ $ $) 132 (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) 128)) (-3858 (($ $ $) 140 (|has| |#1| (-833))) (($ (-1 (-111) |#1| |#1|) $ $) 133)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 94 (|has| (-553) (-833)))) (-2012 (($ $ $) 148 (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-2562 (($ |#1|) 122)) (-3711 (((-111) $ (-757)) 10)) (-2603 (((-630 |#1|) $) 45)) (-3380 (((-111) $) 49)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2679 ((|#1| $) 70) (($ $ (-757)) 68)) (-1429 (($ $ $ (-553)) 127) (($ |#1| $ (-553)) 126)) (-1760 (($ $ $ (-553)) 116) (($ |#1| $ (-553)) 115)) (-2508 (((-630 (-553)) $) 92)) (-2166 (((-111) (-553) $) 91)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2701 ((|#1| $) 76) (($ $ (-757)) 74)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 106)) (-2001 (($ $ |#1|) 96 (|has| $ (-6 -4370)))) (-1831 (((-111) $) 84)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#1| $) 93 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) 90)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1205 (-553))) 112) ((|#1| $ (-553)) 89) ((|#1| $ (-553) |#1|) 88)) (-2566 (((-553) $ $) 44)) (-2855 (($ $ (-1205 (-553))) 124) (($ $ (-553)) 123)) (-2013 (($ $ (-1205 (-553))) 114) (($ $ (-553)) 113)) (-3990 (((-111) $) 46)) (-2921 (($ $) 62)) (-4198 (($ $) 59 (|has| $ (-6 -4370)))) (-4033 (((-757) $) 63)) (-4256 (($ $) 64)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-3454 (($ $ $ (-553)) 143 (|has| $ (-6 -4370)))) (-1488 (($ $) 13)) (-1523 (((-529) $) 98 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 107)) (-3724 (($ $ $) 61) (($ $ |#1|) 60)) (-4320 (($ $ $) 78) (($ |#1| $) 77) (($ (-630 $)) 110) (($ $ |#1|) 109)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) 51)) (-1884 (((-111) $ $) 43 (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) 150 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 151 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-1656 (((-111) $ $) 149 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 152 (|has| |#1| (-833)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-651 |#1|) (-137) (-1192)) (T -651))
+((-2562 (*1 *1 *2) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1192)))))
+(-13 (-1128 |t#1|) (-367 |t#1|) (-276 |t#1|) (-10 -8 (-15 -2562 ($ |t#1|))))
+(((-34) . T) ((-101) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 #0=(-553) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-276 |#1|) . T) ((-367 |#1|) . T) ((-482 |#1|) . T) ((-591 #0# |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-636 |#1|) . T) ((-833) |has| |#1| (-833)) ((-992 |#1|) . T) ((-1079) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-1128 |#1|) . T) ((-1192) . T) ((-1226 |#1|) . T))
+((-2982 (((-630 (-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|))))) (-630 (-630 |#1|)) (-630 (-1238 |#1|))) 22) (((-630 (-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|))))) (-674 |#1|) (-630 (-1238 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|)))) (-630 (-630 |#1|)) (-1238 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|)))) (-674 |#1|) (-1238 |#1|)) 14)) (-2129 (((-757) (-674 |#1|) (-1238 |#1|)) 30)) (-2787 (((-3 (-1238 |#1|) "failed") (-674 |#1|) (-1238 |#1|)) 24)) (-1291 (((-111) (-674 |#1|) (-1238 |#1|)) 27)))
+(((-652 |#1|) (-10 -7 (-15 -2982 ((-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|)))) (-674 |#1|) (-1238 |#1|))) (-15 -2982 ((-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|)))) (-630 (-630 |#1|)) (-1238 |#1|))) (-15 -2982 ((-630 (-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|))))) (-674 |#1|) (-630 (-1238 |#1|)))) (-15 -2982 ((-630 (-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|))))) (-630 (-630 |#1|)) (-630 (-1238 |#1|)))) (-15 -2787 ((-3 (-1238 |#1|) "failed") (-674 |#1|) (-1238 |#1|))) (-15 -1291 ((-111) (-674 |#1|) (-1238 |#1|))) (-15 -2129 ((-757) (-674 |#1|) (-1238 |#1|)))) (-357)) (T -652))
+((-2129 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *5)) (-5 *4 (-1238 *5)) (-4 *5 (-357)) (-5 *2 (-757)) (-5 *1 (-652 *5)))) (-1291 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *5)) (-5 *4 (-1238 *5)) (-4 *5 (-357)) (-5 *2 (-111)) (-5 *1 (-652 *5)))) (-2787 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1238 *4)) (-5 *3 (-674 *4)) (-4 *4 (-357)) (-5 *1 (-652 *4)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-630 *5))) (-4 *5 (-357)) (-5 *2 (-630 (-2 (|:| |particular| (-3 (-1238 *5) "failed")) (|:| -3428 (-630 (-1238 *5)))))) (-5 *1 (-652 *5)) (-5 *4 (-630 (-1238 *5))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *5)) (-4 *5 (-357)) (-5 *2 (-630 (-2 (|:| |particular| (-3 (-1238 *5) "failed")) (|:| -3428 (-630 (-1238 *5)))))) (-5 *1 (-652 *5)) (-5 *4 (-630 (-1238 *5))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-630 *5))) (-4 *5 (-357)) (-5 *2 (-2 (|:| |particular| (-3 (-1238 *5) "failed")) (|:| -3428 (-630 (-1238 *5))))) (-5 *1 (-652 *5)) (-5 *4 (-1238 *5)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |particular| (-3 (-1238 *5) "failed")) (|:| -3428 (-630 (-1238 *5))))) (-5 *1 (-652 *5)) (-5 *4 (-1238 *5)))))
+(-10 -7 (-15 -2982 ((-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|)))) (-674 |#1|) (-1238 |#1|))) (-15 -2982 ((-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|)))) (-630 (-630 |#1|)) (-1238 |#1|))) (-15 -2982 ((-630 (-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|))))) (-674 |#1|) (-630 (-1238 |#1|)))) (-15 -2982 ((-630 (-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|))))) (-630 (-630 |#1|)) (-630 (-1238 |#1|)))) (-15 -2787 ((-3 (-1238 |#1|) "failed") (-674 |#1|) (-1238 |#1|))) (-15 -1291 ((-111) (-674 |#1|) (-1238 |#1|))) (-15 -2129 ((-757) (-674 |#1|) (-1238 |#1|))))
+((-2982 (((-630 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3428 (-630 |#3|)))) |#4| (-630 |#3|)) 47) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3428 (-630 |#3|))) |#4| |#3|) 45)) (-2129 (((-757) |#4| |#3|) 17)) (-2787 (((-3 |#3| "failed") |#4| |#3|) 20)) (-1291 (((-111) |#4| |#3|) 13)))
+(((-653 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2982 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3428 (-630 |#3|))) |#4| |#3|)) (-15 -2982 ((-630 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3428 (-630 |#3|)))) |#4| (-630 |#3|))) (-15 -2787 ((-3 |#3| "failed") |#4| |#3|)) (-15 -1291 ((-111) |#4| |#3|)) (-15 -2129 ((-757) |#4| |#3|))) (-357) (-13 (-367 |#1|) (-10 -7 (-6 -4370))) (-13 (-367 |#1|) (-10 -7 (-6 -4370))) (-672 |#1| |#2| |#3|)) (T -653))
+((-2129 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-5 *2 (-757)) (-5 *1 (-653 *5 *6 *4 *3)) (-4 *3 (-672 *5 *6 *4)))) (-1291 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-5 *2 (-111)) (-5 *1 (-653 *5 *6 *4 *3)) (-4 *3 (-672 *5 *6 *4)))) (-2787 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-357)) (-4 *5 (-13 (-367 *4) (-10 -7 (-6 -4370)))) (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4370)))) (-5 *1 (-653 *4 *5 *2 *3)) (-4 *3 (-672 *4 *5 *2)))) (-2982 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-4 *7 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-5 *2 (-630 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -3428 (-630 *7))))) (-5 *1 (-653 *5 *6 *7 *3)) (-5 *4 (-630 *7)) (-4 *3 (-672 *5 *6 *7)))) (-2982 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4)))) (-5 *1 (-653 *5 *6 *4 *3)) (-4 *3 (-672 *5 *6 *4)))))
+(-10 -7 (-15 -2982 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3428 (-630 |#3|))) |#4| |#3|)) (-15 -2982 ((-630 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3428 (-630 |#3|)))) |#4| (-630 |#3|))) (-15 -2787 ((-3 |#3| "failed") |#4| |#3|)) (-15 -1291 ((-111) |#4| |#3|)) (-15 -2129 ((-757) |#4| |#3|)))
+((-2063 (((-2 (|:| |particular| (-3 (-1238 (-401 |#4|)) "failed")) (|:| -3428 (-630 (-1238 (-401 |#4|))))) (-630 |#4|) (-630 |#3|)) 45)))
+(((-654 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2063 ((-2 (|:| |particular| (-3 (-1238 (-401 |#4|)) "failed")) (|:| -3428 (-630 (-1238 (-401 |#4|))))) (-630 |#4|) (-630 |#3|)))) (-545) (-779) (-833) (-931 |#1| |#2| |#3|)) (T -654))
+((-2063 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *7)) (-4 *7 (-833)) (-4 *8 (-931 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779)) (-5 *2 (-2 (|:| |particular| (-3 (-1238 (-401 *8)) "failed")) (|:| -3428 (-630 (-1238 (-401 *8)))))) (-5 *1 (-654 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2063 ((-2 (|:| |particular| (-3 (-1238 (-401 |#4|)) "failed")) (|:| -3428 (-630 (-1238 (-401 |#4|))))) (-630 |#4|) (-630 |#3|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3795 (((-3 $ "failed")) NIL (|has| |#2| (-545)))) (-1550 ((|#2| $) NIL)) (-4188 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3748 (((-1238 (-674 |#2|))) NIL) (((-1238 (-674 |#2|)) (-1238 $)) NIL)) (-3109 (((-111) $) NIL)) (-3915 (((-1238 $)) 37)) (-2549 (((-111) $ (-757)) NIL)) (-2685 (($ |#2|) NIL)) (-3203 (($) NIL T CONST)) (-3399 (($ $) NIL (|has| |#2| (-301)))) (-1310 (((-235 |#1| |#2|) $ (-553)) NIL)) (-2189 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL (|has| |#2| (-545)))) (-1272 (((-3 $ "failed")) NIL (|has| |#2| (-545)))) (-2469 (((-674 |#2|)) NIL) (((-674 |#2|) (-1238 $)) NIL)) (-2806 ((|#2| $) NIL)) (-4140 (((-674 |#2|) $) NIL) (((-674 |#2|) $ (-1238 $)) NIL)) (-1788 (((-3 $ "failed") $) NIL (|has| |#2| (-545)))) (-4190 (((-1151 (-934 |#2|))) NIL (|has| |#2| (-357)))) (-1361 (($ $ (-903)) NIL)) (-2047 ((|#2| $) NIL)) (-1276 (((-1151 |#2|) $) NIL (|has| |#2| (-545)))) (-1689 ((|#2|) NIL) ((|#2| (-1238 $)) NIL)) (-2848 (((-1151 |#2|) $) NIL)) (-1627 (((-111)) NIL)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#2| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-3 |#2| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#2| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#2| (-1020 (-401 (-553))))) ((|#2| $) NIL)) (-1676 (($ (-1238 |#2|)) NIL) (($ (-1238 |#2|) (-1238 $)) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL) (((-674 |#2|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-2129 (((-757) $) NIL (|has| |#2| (-545))) (((-903)) 38)) (-2891 ((|#2| $ (-553) (-553)) NIL)) (-3796 (((-111)) NIL)) (-3592 (($ $ (-903)) NIL)) (-3136 (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-1434 (((-111) $) NIL)) (-3005 (((-757) $) NIL (|has| |#2| (-545)))) (-2455 (((-630 (-235 |#1| |#2|)) $) NIL (|has| |#2| (-545)))) (-2390 (((-757) $) NIL)) (-2564 (((-111)) NIL)) (-2402 (((-757) $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1405 ((|#2| $) NIL (|has| |#2| (-6 (-4371 "*"))))) (-3176 (((-553) $) NIL)) (-1757 (((-553) $) NIL)) (-2447 (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1907 (((-553) $) NIL)) (-2680 (((-553) $) NIL)) (-3515 (($ (-630 (-630 |#2|))) NIL)) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-4245 (((-630 (-630 |#2|)) $) NIL)) (-3334 (((-111)) NIL)) (-1732 (((-111)) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-2762 (((-3 (-2 (|:| |particular| $) (|:| -3428 (-630 $))) "failed")) NIL (|has| |#2| (-545)))) (-4186 (((-3 $ "failed")) NIL (|has| |#2| (-545)))) (-2641 (((-674 |#2|)) NIL) (((-674 |#2|) (-1238 $)) NIL)) (-1845 ((|#2| $) NIL)) (-3307 (((-674 |#2|) $) NIL) (((-674 |#2|) $ (-1238 $)) NIL)) (-2971 (((-3 $ "failed") $) NIL (|has| |#2| (-545)))) (-2349 (((-1151 (-934 |#2|))) NIL (|has| |#2| (-357)))) (-3620 (($ $ (-903)) NIL)) (-3247 ((|#2| $) NIL)) (-3292 (((-1151 |#2|) $) NIL (|has| |#2| (-545)))) (-4270 ((|#2|) NIL) ((|#2| (-1238 $)) NIL)) (-1636 (((-1151 |#2|) $) NIL)) (-1304 (((-111)) NIL)) (-4056 (((-1137) $) NIL)) (-1669 (((-111)) NIL)) (-3757 (((-111)) NIL)) (-1872 (((-111)) NIL)) (-3015 (((-3 $ "failed") $) NIL (|has| |#2| (-357)))) (-2875 (((-1099) $) NIL)) (-2301 (((-111)) NIL)) (-3968 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-545)))) (-1563 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ (-553) (-553) |#2|) NIL) ((|#2| $ (-553) (-553)) 22) ((|#2| $ (-553)) NIL)) (-3095 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-757)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-1877 ((|#2| $) NIL)) (-2461 (($ (-630 |#2|)) NIL)) (-1924 (((-111) $) NIL)) (-1326 (((-235 |#1| |#2|) $) NIL)) (-3368 ((|#2| $) NIL (|has| |#2| (-6 (-4371 "*"))))) (-2885 (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1488 (($ $) NIL)) (-3693 (((-674 |#2|) (-1238 $)) NIL) (((-1238 |#2|) $) NIL) (((-674 |#2|) (-1238 $) (-1238 $)) NIL) (((-1238 |#2|) $ (-1238 $)) 25)) (-1523 (($ (-1238 |#2|)) NIL) (((-1238 |#2|) $) NIL)) (-1642 (((-630 (-934 |#2|))) NIL) (((-630 (-934 |#2|)) (-1238 $)) NIL)) (-2931 (($ $ $) NIL)) (-1968 (((-111)) NIL)) (-3877 (((-235 |#1| |#2|) $ (-553)) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ (-401 (-553))) NIL (|has| |#2| (-1020 (-401 (-553))))) (($ |#2|) NIL) (((-674 |#2|) $) NIL)) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) 36)) (-3727 (((-630 (-1238 |#2|))) NIL (|has| |#2| (-545)))) (-3195 (($ $ $ $) NIL)) (-3963 (((-111)) NIL)) (-2638 (($ (-674 |#2|) $) NIL)) (-1798 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-3897 (((-111) $) NIL)) (-2483 (($ $ $) NIL)) (-4266 (((-111)) NIL)) (-3181 (((-111)) NIL)) (-4246 (((-111)) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-757)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#2| (-357)))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-235 |#1| |#2|) $ (-235 |#1| |#2|)) NIL) (((-235 |#1| |#2|) (-235 |#1| |#2|) $) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-655 |#1| |#2|) (-13 (-1102 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-600 (-674 |#2|)) (-411 |#2|)) (-903) (-169)) (T -655))
+NIL
+(-13 (-1102 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-600 (-674 |#2|)) (-411 |#2|))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4031 (((-630 (-1114)) $) 10)) (-3212 (((-845) $) 18) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-656) (-13 (-1062) (-10 -8 (-15 -4031 ((-630 (-1114)) $))))) (T -656))
+((-4031 (*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-656)))))
+(-13 (-1062) (-10 -8 (-15 -4031 ((-630 (-1114)) $))))
+((-3200 (((-111) $ $) NIL)) (-2813 (((-630 |#1|) $) NIL)) (-3425 (($ $) 52)) (-3867 (((-111) $) NIL)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4093 (((-3 $ "failed") (-805 |#1|)) 23)) (-3555 (((-111) (-805 |#1|)) 15)) (-1452 (($ (-805 |#1|)) 24)) (-2844 (((-111) $ $) 30)) (-2555 (((-903) $) 37)) (-3413 (($ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3476 (((-630 $) (-805 |#1|)) 17)) (-3212 (((-845) $) 43) (($ |#1|) 34) (((-805 |#1|) $) 39) (((-662 |#1|) $) 44)) (-3569 (((-58 (-630 $)) (-630 |#1|) (-903)) 57)) (-3786 (((-630 $) (-630 |#1|) (-903)) 60)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 53)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 38)))
+(((-657 |#1|) (-13 (-833) (-1020 |#1|) (-10 -8 (-15 -3867 ((-111) $)) (-15 -3413 ($ $)) (-15 -3425 ($ $)) (-15 -2555 ((-903) $)) (-15 -2844 ((-111) $ $)) (-15 -3212 ((-805 |#1|) $)) (-15 -3212 ((-662 |#1|) $)) (-15 -3476 ((-630 $) (-805 |#1|))) (-15 -3555 ((-111) (-805 |#1|))) (-15 -1452 ($ (-805 |#1|))) (-15 -4093 ((-3 $ "failed") (-805 |#1|))) (-15 -2813 ((-630 |#1|) $)) (-15 -3569 ((-58 (-630 $)) (-630 |#1|) (-903))) (-15 -3786 ((-630 $) (-630 |#1|) (-903))))) (-833)) (T -657))
+((-3867 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-657 *3)) (-4 *3 (-833)))) (-3413 (*1 *1 *1) (-12 (-5 *1 (-657 *2)) (-4 *2 (-833)))) (-3425 (*1 *1 *1) (-12 (-5 *1 (-657 *2)) (-4 *2 (-833)))) (-2555 (*1 *2 *1) (-12 (-5 *2 (-903)) (-5 *1 (-657 *3)) (-4 *3 (-833)))) (-2844 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-657 *3)) (-4 *3 (-833)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-805 *3)) (-5 *1 (-657 *3)) (-4 *3 (-833)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-662 *3)) (-5 *1 (-657 *3)) (-4 *3 (-833)))) (-3476 (*1 *2 *3) (-12 (-5 *3 (-805 *4)) (-4 *4 (-833)) (-5 *2 (-630 (-657 *4))) (-5 *1 (-657 *4)))) (-3555 (*1 *2 *3) (-12 (-5 *3 (-805 *4)) (-4 *4 (-833)) (-5 *2 (-111)) (-5 *1 (-657 *4)))) (-1452 (*1 *1 *2) (-12 (-5 *2 (-805 *3)) (-4 *3 (-833)) (-5 *1 (-657 *3)))) (-4093 (*1 *1 *2) (|partial| -12 (-5 *2 (-805 *3)) (-4 *3 (-833)) (-5 *1 (-657 *3)))) (-2813 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-657 *3)) (-4 *3 (-833)))) (-3569 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *5)) (-5 *4 (-903)) (-4 *5 (-833)) (-5 *2 (-58 (-630 (-657 *5)))) (-5 *1 (-657 *5)))) (-3786 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *5)) (-5 *4 (-903)) (-4 *5 (-833)) (-5 *2 (-630 (-657 *5))) (-5 *1 (-657 *5)))))
+(-13 (-833) (-1020 |#1|) (-10 -8 (-15 -3867 ((-111) $)) (-15 -3413 ($ $)) (-15 -3425 ($ $)) (-15 -2555 ((-903) $)) (-15 -2844 ((-111) $ $)) (-15 -3212 ((-805 |#1|) $)) (-15 -3212 ((-662 |#1|) $)) (-15 -3476 ((-630 $) (-805 |#1|))) (-15 -3555 ((-111) (-805 |#1|))) (-15 -1452 ($ (-805 |#1|))) (-15 -4093 ((-3 $ "failed") (-805 |#1|))) (-15 -2813 ((-630 |#1|) $)) (-15 -3569 ((-58 (-630 $)) (-630 |#1|) (-903))) (-15 -3786 ((-630 $) (-630 |#1|) (-903)))))
+((-2924 ((|#2| $) 76)) (-1784 (($ $) 96)) (-2549 (((-111) $ (-757)) 26)) (-2714 (($ $) 85) (($ $ (-757)) 88)) (-1948 (((-111) $) 97)) (-2527 (((-630 $) $) 72)) (-1576 (((-111) $ $) 71)) (-3625 (((-111) $ (-757)) 24)) (-1324 (((-553) $) 46)) (-2049 (((-553) $) 45)) (-3711 (((-111) $ (-757)) 22)) (-3380 (((-111) $) 74)) (-2679 ((|#2| $) 89) (($ $ (-757)) 92)) (-1760 (($ $ $ (-553)) 62) (($ |#2| $ (-553)) 61)) (-2508 (((-630 (-553)) $) 44)) (-2166 (((-111) (-553) $) 42)) (-2701 ((|#2| $) NIL) (($ $ (-757)) 84)) (-2370 (($ $ (-553)) 100)) (-1831 (((-111) $) 99)) (-1563 (((-111) (-1 (-111) |#2|) $) 32)) (-1556 (((-630 |#2|) $) 33)) (-2061 ((|#2| $ "value") NIL) ((|#2| $ "first") 83) (($ $ "rest") 87) ((|#2| $ "last") 95) (($ $ (-1205 (-553))) 58) ((|#2| $ (-553)) 40) ((|#2| $ (-553) |#2|) 41)) (-2566 (((-553) $ $) 70)) (-2013 (($ $ (-1205 (-553))) 57) (($ $ (-553)) 51)) (-3990 (((-111) $) 66)) (-2921 (($ $) 81)) (-4033 (((-757) $) 80)) (-4256 (($ $) 79)) (-3225 (($ (-630 |#2|)) 37)) (-4297 (($ $) 101)) (-2590 (((-630 $) $) 69)) (-1884 (((-111) $ $) 68)) (-1798 (((-111) (-1 (-111) |#2|) $) 31)) (-1614 (((-111) $ $) 18)) (-2656 (((-757) $) 29)))
+(((-658 |#1| |#2|) (-10 -8 (-15 -4297 (|#1| |#1|)) (-15 -2370 (|#1| |#1| (-553))) (-15 -1948 ((-111) |#1|)) (-15 -1831 ((-111) |#1|)) (-15 -2061 (|#2| |#1| (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553))) (-15 -1556 ((-630 |#2|) |#1|)) (-15 -2166 ((-111) (-553) |#1|)) (-15 -2508 ((-630 (-553)) |#1|)) (-15 -2049 ((-553) |#1|)) (-15 -1324 ((-553) |#1|)) (-15 -3225 (|#1| (-630 |#2|))) (-15 -2061 (|#1| |#1| (-1205 (-553)))) (-15 -2013 (|#1| |#1| (-553))) (-15 -2013 (|#1| |#1| (-1205 (-553)))) (-15 -1760 (|#1| |#2| |#1| (-553))) (-15 -1760 (|#1| |#1| |#1| (-553))) (-15 -2921 (|#1| |#1|)) (-15 -4033 ((-757) |#1|)) (-15 -4256 (|#1| |#1|)) (-15 -1784 (|#1| |#1|)) (-15 -2679 (|#1| |#1| (-757))) (-15 -2061 (|#2| |#1| "last")) (-15 -2679 (|#2| |#1|)) (-15 -2714 (|#1| |#1| (-757))) (-15 -2061 (|#1| |#1| "rest")) (-15 -2714 (|#1| |#1|)) (-15 -2701 (|#1| |#1| (-757))) (-15 -2061 (|#2| |#1| "first")) (-15 -2701 (|#2| |#1|)) (-15 -1576 ((-111) |#1| |#1|)) (-15 -1884 ((-111) |#1| |#1|)) (-15 -2566 ((-553) |#1| |#1|)) (-15 -3990 ((-111) |#1|)) (-15 -2061 (|#2| |#1| "value")) (-15 -2924 (|#2| |#1|)) (-15 -3380 ((-111) |#1|)) (-15 -2527 ((-630 |#1|) |#1|)) (-15 -2590 ((-630 |#1|) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2656 ((-757) |#1|)) (-15 -2549 ((-111) |#1| (-757))) (-15 -3625 ((-111) |#1| (-757))) (-15 -3711 ((-111) |#1| (-757)))) (-659 |#2|) (-1192)) (T -658))
+NIL
+(-10 -8 (-15 -4297 (|#1| |#1|)) (-15 -2370 (|#1| |#1| (-553))) (-15 -1948 ((-111) |#1|)) (-15 -1831 ((-111) |#1|)) (-15 -2061 (|#2| |#1| (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553))) (-15 -1556 ((-630 |#2|) |#1|)) (-15 -2166 ((-111) (-553) |#1|)) (-15 -2508 ((-630 (-553)) |#1|)) (-15 -2049 ((-553) |#1|)) (-15 -1324 ((-553) |#1|)) (-15 -3225 (|#1| (-630 |#2|))) (-15 -2061 (|#1| |#1| (-1205 (-553)))) (-15 -2013 (|#1| |#1| (-553))) (-15 -2013 (|#1| |#1| (-1205 (-553)))) (-15 -1760 (|#1| |#2| |#1| (-553))) (-15 -1760 (|#1| |#1| |#1| (-553))) (-15 -2921 (|#1| |#1|)) (-15 -4033 ((-757) |#1|)) (-15 -4256 (|#1| |#1|)) (-15 -1784 (|#1| |#1|)) (-15 -2679 (|#1| |#1| (-757))) (-15 -2061 (|#2| |#1| "last")) (-15 -2679 (|#2| |#1|)) (-15 -2714 (|#1| |#1| (-757))) (-15 -2061 (|#1| |#1| "rest")) (-15 -2714 (|#1| |#1|)) (-15 -2701 (|#1| |#1| (-757))) (-15 -2061 (|#2| |#1| "first")) (-15 -2701 (|#2| |#1|)) (-15 -1576 ((-111) |#1| |#1|)) (-15 -1884 ((-111) |#1| |#1|)) (-15 -2566 ((-553) |#1| |#1|)) (-15 -3990 ((-111) |#1|)) (-15 -2061 (|#2| |#1| "value")) (-15 -2924 (|#2| |#1|)) (-15 -3380 ((-111) |#1|)) (-15 -2527 ((-630 |#1|) |#1|)) (-15 -2590 ((-630 |#1|) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -1563 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#2|) |#1|)) (-15 -2656 ((-757) |#1|)) (-15 -2549 ((-111) |#1| (-757))) (-15 -3625 ((-111) |#1| (-757))) (-15 -3711 ((-111) |#1| (-757))))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2924 ((|#1| $) 48)) (-2211 ((|#1| $) 65)) (-1784 (($ $) 67)) (-1306 (((-1243) $ (-553) (-553)) 97 (|has| $ (-6 -4370)))) (-4059 (($ $ (-553)) 52 (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) 8)) (-2830 ((|#1| $ |#1|) 39 (|has| $ (-6 -4370)))) (-2325 (($ $ $) 56 (|has| $ (-6 -4370)))) (-1971 ((|#1| $ |#1|) 54 (|has| $ (-6 -4370)))) (-3180 ((|#1| $ |#1|) 58 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4370))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4370))) (($ $ "rest" $) 55 (|has| $ (-6 -4370))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 117 (|has| $ (-6 -4370))) ((|#1| $ (-553) |#1|) 86 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 41 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) 102)) (-2197 ((|#1| $) 66)) (-3203 (($) 7 T CONST)) (-3474 (($ $) 124)) (-2714 (($ $) 73) (($ $ (-757)) 71)) (-2738 (($ $) 99 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#1| $) 100 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 103)) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2959 ((|#1| $ (-553) |#1|) 85 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 87)) (-1948 (((-111) $) 83)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3803 (((-757) $) 123)) (-2527 (((-630 $) $) 50)) (-1576 (((-111) $ $) 42 (|has| |#1| (-1079)))) (-3306 (($ (-757) |#1|) 108)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 95 (|has| (-553) (-833)))) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 94 (|has| (-553) (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-3711 (((-111) $ (-757)) 10)) (-2603 (((-630 |#1|) $) 45)) (-3380 (((-111) $) 49)) (-2192 (($ $) 126)) (-2007 (((-111) $) 127)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2679 ((|#1| $) 70) (($ $ (-757)) 68)) (-1760 (($ $ $ (-553)) 116) (($ |#1| $ (-553)) 115)) (-2508 (((-630 (-553)) $) 92)) (-2166 (((-111) (-553) $) 91)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2532 ((|#1| $) 125)) (-2701 ((|#1| $) 76) (($ $ (-757)) 74)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 106)) (-2001 (($ $ |#1|) 96 (|has| $ (-6 -4370)))) (-2370 (($ $ (-553)) 122)) (-1831 (((-111) $) 84)) (-3824 (((-111) $) 128)) (-1890 (((-111) $) 129)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#1| $) 93 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) 90)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1205 (-553))) 112) ((|#1| $ (-553)) 89) ((|#1| $ (-553) |#1|) 88)) (-2566 (((-553) $ $) 44)) (-2013 (($ $ (-1205 (-553))) 114) (($ $ (-553)) 113)) (-3990 (((-111) $) 46)) (-2921 (($ $) 62)) (-4198 (($ $) 59 (|has| $ (-6 -4370)))) (-4033 (((-757) $) 63)) (-4256 (($ $) 64)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 98 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 107)) (-3724 (($ $ $) 61 (|has| $ (-6 -4370))) (($ $ |#1|) 60 (|has| $ (-6 -4370)))) (-4320 (($ $ $) 78) (($ |#1| $) 77) (($ (-630 $)) 110) (($ $ |#1|) 109)) (-4297 (($ $) 121)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) 51)) (-1884 (((-111) $ $) 43 (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-659 |#1|) (-137) (-1192)) (T -659))
+((-2653 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-659 *3)) (-4 *3 (-1192)))) (-3953 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-659 *3)) (-4 *3 (-1192)))) (-1890 (*1 *2 *1) (-12 (-4 *1 (-659 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))) (-3824 (*1 *2 *1) (-12 (-4 *1 (-659 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))) (-2007 (*1 *2 *1) (-12 (-4 *1 (-659 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))) (-2192 (*1 *1 *1) (-12 (-4 *1 (-659 *2)) (-4 *2 (-1192)))) (-2532 (*1 *2 *1) (-12 (-4 *1 (-659 *2)) (-4 *2 (-1192)))) (-3474 (*1 *1 *1) (-12 (-4 *1 (-659 *2)) (-4 *2 (-1192)))) (-3803 (*1 *2 *1) (-12 (-4 *1 (-659 *3)) (-4 *3 (-1192)) (-5 *2 (-757)))) (-2370 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-659 *3)) (-4 *3 (-1192)))) (-4297 (*1 *1 *1) (-12 (-4 *1 (-659 *2)) (-4 *2 (-1192)))))
+(-13 (-1128 |t#1|) (-10 -8 (-15 -2653 ($ (-1 (-111) |t#1|) $)) (-15 -3953 ($ (-1 (-111) |t#1|) $)) (-15 -1890 ((-111) $)) (-15 -3824 ((-111) $)) (-15 -2007 ((-111) $)) (-15 -2192 ($ $)) (-15 -2532 (|t#1| $)) (-15 -3474 ($ $)) (-15 -3803 ((-757) $)) (-15 -2370 ($ $ (-553))) (-15 -4297 ($ $))))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 #0=(-553) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-591 #0# |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-636 |#1|) . T) ((-992 |#1|) . T) ((-1079) |has| |#1| (-1079)) ((-1128 |#1|) . T) ((-1192) . T) ((-1226 |#1|) . T))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1859 (($ (-757) (-757) (-757)) 33 (|has| |#1| (-1031)))) (-2549 (((-111) $ (-757)) NIL)) (-2158 ((|#1| $ (-757) (-757) (-757) |#1|) 27)) (-3203 (($) NIL T CONST)) (-2957 (($ $ $) 37 (|has| |#1| (-1031)))) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2898 (((-1238 (-757)) $) 9)) (-1715 (($ (-1155) $ $) 22)) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1874 (($ (-757)) 35 (|has| |#1| (-1031)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-757) (-757) (-757)) 25)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3225 (($ (-630 (-630 (-630 |#1|)))) 44)) (-3212 (($ (-940 (-940 (-940 |#1|)))) 15) (((-940 (-940 (-940 |#1|))) $) 12) (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-660 |#1|) (-13 (-482 |#1|) (-10 -8 (IF (|has| |#1| (-1031)) (PROGN (-15 -1859 ($ (-757) (-757) (-757))) (-15 -1874 ($ (-757))) (-15 -2957 ($ $ $))) |%noBranch|) (-15 -3225 ($ (-630 (-630 (-630 |#1|))))) (-15 -2061 (|#1| $ (-757) (-757) (-757))) (-15 -2158 (|#1| $ (-757) (-757) (-757) |#1|)) (-15 -3212 ($ (-940 (-940 (-940 |#1|))))) (-15 -3212 ((-940 (-940 (-940 |#1|))) $)) (-15 -1715 ($ (-1155) $ $)) (-15 -2898 ((-1238 (-757)) $)))) (-1079)) (T -660))
+((-1859 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-757)) (-5 *1 (-660 *3)) (-4 *3 (-1031)) (-4 *3 (-1079)))) (-1874 (*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-660 *3)) (-4 *3 (-1031)) (-4 *3 (-1079)))) (-2957 (*1 *1 *1 *1) (-12 (-5 *1 (-660 *2)) (-4 *2 (-1031)) (-4 *2 (-1079)))) (-3225 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 (-630 *3)))) (-4 *3 (-1079)) (-5 *1 (-660 *3)))) (-2061 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-757)) (-5 *1 (-660 *2)) (-4 *2 (-1079)))) (-2158 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-660 *2)) (-4 *2 (-1079)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-940 (-940 (-940 *3)))) (-4 *3 (-1079)) (-5 *1 (-660 *3)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-940 (-940 (-940 *3)))) (-5 *1 (-660 *3)) (-4 *3 (-1079)))) (-1715 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-660 *3)) (-4 *3 (-1079)))) (-2898 (*1 *2 *1) (-12 (-5 *2 (-1238 (-757))) (-5 *1 (-660 *3)) (-4 *3 (-1079)))))
+(-13 (-482 |#1|) (-10 -8 (IF (|has| |#1| (-1031)) (PROGN (-15 -1859 ($ (-757) (-757) (-757))) (-15 -1874 ($ (-757))) (-15 -2957 ($ $ $))) |%noBranch|) (-15 -3225 ($ (-630 (-630 (-630 |#1|))))) (-15 -2061 (|#1| $ (-757) (-757) (-757))) (-15 -2158 (|#1| $ (-757) (-757) (-757) |#1|)) (-15 -3212 ($ (-940 (-940 (-940 |#1|))))) (-15 -3212 ((-940 (-940 (-940 |#1|))) $)) (-15 -1715 ($ (-1155) $ $)) (-15 -2898 ((-1238 (-757)) $))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2323 (((-476) $) 10)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 21) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-1114) $) 12)) (-1614 (((-111) $ $) NIL)))
+(((-661) (-13 (-1062) (-10 -8 (-15 -2323 ((-476) $)) (-15 -4300 ((-1114) $))))) (T -661))
+((-2323 (*1 *2 *1) (-12 (-5 *2 (-476)) (-5 *1 (-661)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-661)))))
+(-13 (-1062) (-10 -8 (-15 -2323 ((-476) $)) (-15 -4300 ((-1114) $))))
+((-3200 (((-111) $ $) NIL)) (-2813 (((-630 |#1|) $) 14)) (-3425 (($ $) 18)) (-3867 (((-111) $) 19)) (-1394 (((-3 |#1| "failed") $) 22)) (-2831 ((|#1| $) 20)) (-2714 (($ $) 36)) (-4241 (($ $) 24)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-2844 (((-111) $ $) 42)) (-2555 (((-903) $) 38)) (-3413 (($ $) 17)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 ((|#1| $) 35)) (-3212 (((-845) $) 31) (($ |#1|) 23) (((-805 |#1|) $) 27)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 12)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 40)) (* (($ $ $) 34)))
+(((-662 |#1|) (-13 (-833) (-1020 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3212 ((-805 |#1|) $)) (-15 -2701 (|#1| $)) (-15 -3413 ($ $)) (-15 -2555 ((-903) $)) (-15 -2844 ((-111) $ $)) (-15 -4241 ($ $)) (-15 -2714 ($ $)) (-15 -3867 ((-111) $)) (-15 -3425 ($ $)) (-15 -2813 ((-630 |#1|) $)))) (-833)) (T -662))
+((* (*1 *1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-805 *3)) (-5 *1 (-662 *3)) (-4 *3 (-833)))) (-2701 (*1 *2 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833)))) (-3413 (*1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833)))) (-2555 (*1 *2 *1) (-12 (-5 *2 (-903)) (-5 *1 (-662 *3)) (-4 *3 (-833)))) (-2844 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-662 *3)) (-4 *3 (-833)))) (-4241 (*1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833)))) (-2714 (*1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833)))) (-3867 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-662 *3)) (-4 *3 (-833)))) (-3425 (*1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833)))) (-2813 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-662 *3)) (-4 *3 (-833)))))
+(-13 (-833) (-1020 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -3212 ((-805 |#1|) $)) (-15 -2701 (|#1| $)) (-15 -3413 ($ $)) (-15 -2555 ((-903) $)) (-15 -2844 ((-111) $ $)) (-15 -4241 ($ $)) (-15 -2714 ($ $)) (-15 -3867 ((-111) $)) (-15 -3425 ($ $)) (-15 -2813 ((-630 |#1|) $))))
+((-2313 ((|#1| (-1 |#1| (-757) |#1|) (-757) |#1|) 11)) (-2781 ((|#1| (-1 |#1| |#1|) (-757) |#1|) 9)))
+(((-663 |#1|) (-10 -7 (-15 -2781 (|#1| (-1 |#1| |#1|) (-757) |#1|)) (-15 -2313 (|#1| (-1 |#1| (-757) |#1|) (-757) |#1|))) (-1079)) (T -663))
+((-2313 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-757) *2)) (-5 *4 (-757)) (-4 *2 (-1079)) (-5 *1 (-663 *2)))) (-2781 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-757)) (-4 *2 (-1079)) (-5 *1 (-663 *2)))))
+(-10 -7 (-15 -2781 (|#1| (-1 |#1| |#1|) (-757) |#1|)) (-15 -2313 (|#1| (-1 |#1| (-757) |#1|) (-757) |#1|)))
+((-1768 ((|#2| |#1| |#2|) 9)) (-1755 ((|#1| |#1| |#2|) 8)))
+(((-664 |#1| |#2|) (-10 -7 (-15 -1755 (|#1| |#1| |#2|)) (-15 -1768 (|#2| |#1| |#2|))) (-1079) (-1079)) (T -664))
+((-1768 (*1 *2 *3 *2) (-12 (-5 *1 (-664 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))) (-1755 (*1 *2 *2 *3) (-12 (-5 *1 (-664 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))))
+(-10 -7 (-15 -1755 (|#1| |#1| |#2|)) (-15 -1768 (|#2| |#1| |#2|)))
+((-3179 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
+(((-665 |#1| |#2| |#3|) (-10 -7 (-15 -3179 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1079) (-1079) (-1079)) (T -665))
+((-3179 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)) (-5 *1 (-665 *5 *6 *2)))))
+(-10 -7 (-15 -3179 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1356 (((-1191) $) 20)) (-2535 (((-630 (-1191)) $) 18)) (-2950 (($ (-630 (-1191)) (-1191)) 13)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 29) (((-1160) $) NIL) (($ (-1160)) NIL) (((-1191) $) 21) (($ (-1097)) 10)) (-1614 (((-111) $ $) NIL)))
+(((-666) (-13 (-1062) (-600 (-1191)) (-10 -8 (-15 -3212 ($ (-1097))) (-15 -2950 ($ (-630 (-1191)) (-1191))) (-15 -2535 ((-630 (-1191)) $)) (-15 -1356 ((-1191) $))))) (T -666))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1097)) (-5 *1 (-666)))) (-2950 (*1 *1 *2 *3) (-12 (-5 *2 (-630 (-1191))) (-5 *3 (-1191)) (-5 *1 (-666)))) (-2535 (*1 *2 *1) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-666)))) (-1356 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-666)))))
+(-13 (-1062) (-600 (-1191)) (-10 -8 (-15 -3212 ($ (-1097))) (-15 -2950 ($ (-630 (-1191)) (-1191))) (-15 -2535 ((-630 (-1191)) $)) (-15 -1356 ((-1191) $))))
+((-2313 (((-1 |#1| (-757) |#1|) (-1 |#1| (-757) |#1|)) 23)) (-4166 (((-1 |#1|) |#1|) 8)) (-3272 ((|#1| |#1|) 16)) (-1738 (((-630 |#1|) (-1 (-630 |#1|) (-630 |#1|)) (-553)) 15) ((|#1| (-1 |#1| |#1|)) 11)) (-3212 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-757)) 20)))
+(((-667 |#1|) (-10 -7 (-15 -4166 ((-1 |#1|) |#1|)) (-15 -3212 ((-1 |#1|) |#1|)) (-15 -1738 (|#1| (-1 |#1| |#1|))) (-15 -1738 ((-630 |#1|) (-1 (-630 |#1|) (-630 |#1|)) (-553))) (-15 -3272 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-757))) (-15 -2313 ((-1 |#1| (-757) |#1|) (-1 |#1| (-757) |#1|)))) (-1079)) (T -667))
+((-2313 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-757) *3)) (-4 *3 (-1079)) (-5 *1 (-667 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-757)) (-4 *4 (-1079)) (-5 *1 (-667 *4)))) (-3272 (*1 *2 *2) (-12 (-5 *1 (-667 *2)) (-4 *2 (-1079)))) (-1738 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-630 *5) (-630 *5))) (-5 *4 (-553)) (-5 *2 (-630 *5)) (-5 *1 (-667 *5)) (-4 *5 (-1079)))) (-1738 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-667 *2)) (-4 *2 (-1079)))) (-3212 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-667 *3)) (-4 *3 (-1079)))) (-4166 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-667 *3)) (-4 *3 (-1079)))))
+(-10 -7 (-15 -4166 ((-1 |#1|) |#1|)) (-15 -3212 ((-1 |#1|) |#1|)) (-15 -1738 (|#1| (-1 |#1| |#1|))) (-15 -1738 ((-630 |#1|) (-1 (-630 |#1|) (-630 |#1|)) (-553))) (-15 -3272 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-757))) (-15 -2313 ((-1 |#1| (-757) |#1|) (-1 |#1| (-757) |#1|))))
+((-3205 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-3854 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-3929 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-3913 (((-1 |#2| |#1|) |#2|) 11)))
+(((-668 |#1| |#2|) (-10 -7 (-15 -3913 ((-1 |#2| |#1|) |#2|)) (-15 -3854 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -3929 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3205 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1079) (-1079)) (T -668))
+((-3205 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-5 *2 (-1 *5 *4)) (-5 *1 (-668 *4 *5)))) (-3929 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1079)) (-5 *2 (-1 *5 *4)) (-5 *1 (-668 *4 *5)) (-4 *4 (-1079)))) (-3854 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-5 *2 (-1 *5)) (-5 *1 (-668 *4 *5)))) (-3913 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-668 *4 *3)) (-4 *4 (-1079)) (-4 *3 (-1079)))))
+(-10 -7 (-15 -3913 ((-1 |#2| |#1|) |#2|)) (-15 -3854 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -3929 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3205 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
+((-4122 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-3574 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-3537 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-1395 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-4308 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
+(((-669 |#1| |#2| |#3|) (-10 -7 (-15 -3574 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3537 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -1395 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -4308 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4122 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1079) (-1079) (-1079)) (T -669))
+((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-1 *7 *5)) (-5 *1 (-669 *5 *6 *7)))) (-4122 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-669 *4 *5 *6)))) (-4308 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-669 *4 *5 *6)) (-4 *4 (-1079)))) (-1395 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1079)) (-4 *6 (-1079)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-669 *4 *5 *6)) (-4 *5 (-1079)))) (-3537 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *2 (-1 *6 *5)) (-5 *1 (-669 *4 *5 *6)))) (-3574 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1079)) (-4 *4 (-1079)) (-4 *6 (-1079)) (-5 *2 (-1 *6 *5)) (-5 *1 (-669 *5 *4 *6)))))
+(-10 -7 (-15 -3574 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3537 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -1395 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -4308 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4122 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
+((-3883 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-1478 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
+(((-670 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1478 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1478 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3883 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-1031) (-367 |#1|) (-367 |#1|) (-672 |#1| |#2| |#3|) (-1031) (-367 |#5|) (-367 |#5|) (-672 |#5| |#6| |#7|)) (T -670))
+((-3883 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1031)) (-4 *2 (-1031)) (-4 *6 (-367 *5)) (-4 *7 (-367 *5)) (-4 *8 (-367 *2)) (-4 *9 (-367 *2)) (-5 *1 (-670 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-672 *5 *6 *7)) (-4 *10 (-672 *2 *8 *9)))) (-1478 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1031)) (-4 *8 (-1031)) (-4 *6 (-367 *5)) (-4 *7 (-367 *5)) (-4 *2 (-672 *8 *9 *10)) (-5 *1 (-670 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-672 *5 *6 *7)) (-4 *9 (-367 *8)) (-4 *10 (-367 *8)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1031)) (-4 *8 (-1031)) (-4 *6 (-367 *5)) (-4 *7 (-367 *5)) (-4 *2 (-672 *8 *9 *10)) (-5 *1 (-670 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-672 *5 *6 *7)) (-4 *9 (-367 *8)) (-4 *10 (-367 *8)))))
+(-10 -7 (-15 -1478 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1478 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3883 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
+((-2307 (($ (-757) (-757)) 33)) (-3409 (($ $ $) 56)) (-4092 (($ |#3|) 52) (($ $) 53)) (-4188 (((-111) $) 28)) (-2043 (($ $ (-553) (-553)) 58)) (-4318 (($ $ (-553) (-553)) 59)) (-3539 (($ $ (-553) (-553) (-553) (-553)) 63)) (-3817 (($ $) 54)) (-3109 (((-111) $) 14)) (-1468 (($ $ (-553) (-553) $) 64)) (-1471 ((|#2| $ (-553) (-553) |#2|) NIL) (($ $ (-630 (-553)) (-630 (-553)) $) 62)) (-2685 (($ (-757) |#2|) 39)) (-3515 (($ (-630 (-630 |#2|))) 37)) (-4245 (((-630 (-630 |#2|)) $) 57)) (-4094 (($ $ $) 55)) (-3968 (((-3 $ "failed") $ |#2|) 91)) (-2061 ((|#2| $ (-553) (-553)) NIL) ((|#2| $ (-553) (-553) |#2|) NIL) (($ $ (-630 (-553)) (-630 (-553))) 61)) (-2461 (($ (-630 |#2|)) 40) (($ (-630 $)) 42)) (-1924 (((-111) $) 24)) (-3212 (($ |#4|) 47) (((-845) $) NIL)) (-3897 (((-111) $) 30)) (-1721 (($ $ |#2|) 93)) (-1710 (($ $ $) 68) (($ $) 71)) (-1699 (($ $ $) 66)) (** (($ $ (-757)) 80) (($ $ (-553)) 96)) (* (($ $ $) 77) (($ |#2| $) 73) (($ $ |#2|) 74) (($ (-553) $) 76) ((|#4| $ |#4|) 84) ((|#3| |#3| $) 88)))
+(((-671 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3212 ((-845) |#1|)) (-15 ** (|#1| |#1| (-553))) (-15 -1721 (|#1| |#1| |#2|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-757))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1699 (|#1| |#1| |#1|)) (-15 -1468 (|#1| |#1| (-553) (-553) |#1|)) (-15 -3539 (|#1| |#1| (-553) (-553) (-553) (-553))) (-15 -4318 (|#1| |#1| (-553) (-553))) (-15 -2043 (|#1| |#1| (-553) (-553))) (-15 -1471 (|#1| |#1| (-630 (-553)) (-630 (-553)) |#1|)) (-15 -2061 (|#1| |#1| (-630 (-553)) (-630 (-553)))) (-15 -4245 ((-630 (-630 |#2|)) |#1|)) (-15 -3409 (|#1| |#1| |#1|)) (-15 -4094 (|#1| |#1| |#1|)) (-15 -3817 (|#1| |#1|)) (-15 -4092 (|#1| |#1|)) (-15 -4092 (|#1| |#3|)) (-15 -3212 (|#1| |#4|)) (-15 -2461 (|#1| (-630 |#1|))) (-15 -2461 (|#1| (-630 |#2|))) (-15 -2685 (|#1| (-757) |#2|)) (-15 -3515 (|#1| (-630 (-630 |#2|)))) (-15 -2307 (|#1| (-757) (-757))) (-15 -3897 ((-111) |#1|)) (-15 -4188 ((-111) |#1|)) (-15 -1924 ((-111) |#1|)) (-15 -3109 ((-111) |#1|)) (-15 -1471 (|#2| |#1| (-553) (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553) (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553) (-553)))) (-672 |#2| |#3| |#4|) (-1031) (-367 |#2|) (-367 |#2|)) (T -671))
+NIL
+(-10 -8 (-15 -3212 ((-845) |#1|)) (-15 ** (|#1| |#1| (-553))) (-15 -1721 (|#1| |#1| |#2|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-757))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1699 (|#1| |#1| |#1|)) (-15 -1468 (|#1| |#1| (-553) (-553) |#1|)) (-15 -3539 (|#1| |#1| (-553) (-553) (-553) (-553))) (-15 -4318 (|#1| |#1| (-553) (-553))) (-15 -2043 (|#1| |#1| (-553) (-553))) (-15 -1471 (|#1| |#1| (-630 (-553)) (-630 (-553)) |#1|)) (-15 -2061 (|#1| |#1| (-630 (-553)) (-630 (-553)))) (-15 -4245 ((-630 (-630 |#2|)) |#1|)) (-15 -3409 (|#1| |#1| |#1|)) (-15 -4094 (|#1| |#1| |#1|)) (-15 -3817 (|#1| |#1|)) (-15 -4092 (|#1| |#1|)) (-15 -4092 (|#1| |#3|)) (-15 -3212 (|#1| |#4|)) (-15 -2461 (|#1| (-630 |#1|))) (-15 -2461 (|#1| (-630 |#2|))) (-15 -2685 (|#1| (-757) |#2|)) (-15 -3515 (|#1| (-630 (-630 |#2|)))) (-15 -2307 (|#1| (-757) (-757))) (-15 -3897 ((-111) |#1|)) (-15 -4188 ((-111) |#1|)) (-15 -1924 ((-111) |#1|)) (-15 -3109 ((-111) |#1|)) (-15 -1471 (|#2| |#1| (-553) (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553) (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553) (-553))))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2307 (($ (-757) (-757)) 97)) (-3409 (($ $ $) 87)) (-4092 (($ |#2|) 91) (($ $) 90)) (-4188 (((-111) $) 99)) (-2043 (($ $ (-553) (-553)) 83)) (-4318 (($ $ (-553) (-553)) 82)) (-3539 (($ $ (-553) (-553) (-553) (-553)) 81)) (-3817 (($ $) 89)) (-3109 (((-111) $) 101)) (-2549 (((-111) $ (-757)) 8)) (-1468 (($ $ (-553) (-553) $) 80)) (-1471 ((|#1| $ (-553) (-553) |#1|) 44) (($ $ (-630 (-553)) (-630 (-553)) $) 84)) (-3426 (($ $ (-553) |#2|) 42)) (-2778 (($ $ (-553) |#3|) 41)) (-2685 (($ (-757) |#1|) 95)) (-3203 (($) 7 T CONST)) (-3399 (($ $) 67 (|has| |#1| (-301)))) (-1310 ((|#2| $ (-553)) 46)) (-2129 (((-757) $) 66 (|has| |#1| (-545)))) (-2959 ((|#1| $ (-553) (-553) |#1|) 43)) (-2891 ((|#1| $ (-553) (-553)) 48)) (-3136 (((-630 |#1|) $) 30)) (-3005 (((-757) $) 65 (|has| |#1| (-545)))) (-2455 (((-630 |#3|) $) 64 (|has| |#1| (-545)))) (-2390 (((-757) $) 51)) (-3306 (($ (-757) (-757) |#1|) 57)) (-2402 (((-757) $) 50)) (-3625 (((-111) $ (-757)) 9)) (-1405 ((|#1| $) 62 (|has| |#1| (-6 (-4371 "*"))))) (-3176 (((-553) $) 55)) (-1757 (((-553) $) 53)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1907 (((-553) $) 54)) (-2680 (((-553) $) 52)) (-3515 (($ (-630 (-630 |#1|))) 96)) (-2947 (($ (-1 |#1| |#1|) $) 34)) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-4245 (((-630 (-630 |#1|)) $) 86)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-3015 (((-3 $ "failed") $) 61 (|has| |#1| (-357)))) (-4094 (($ $ $) 88)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2001 (($ $ |#1|) 56)) (-3968 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-545)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ (-553) (-553)) 49) ((|#1| $ (-553) (-553) |#1|) 47) (($ $ (-630 (-553)) (-630 (-553))) 85)) (-2461 (($ (-630 |#1|)) 94) (($ (-630 $)) 93)) (-1924 (((-111) $) 100)) (-3368 ((|#1| $) 63 (|has| |#1| (-6 (-4371 "*"))))) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3877 ((|#3| $ (-553)) 45)) (-3212 (($ |#3|) 92) (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-3897 (((-111) $) 98)) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-1721 (($ $ |#1|) 68 (|has| |#1| (-357)))) (-1710 (($ $ $) 78) (($ $) 77)) (-1699 (($ $ $) 79)) (** (($ $ (-757)) 70) (($ $ (-553)) 60 (|has| |#1| (-357)))) (* (($ $ $) 76) (($ |#1| $) 75) (($ $ |#1|) 74) (($ (-553) $) 73) ((|#3| $ |#3|) 72) ((|#2| |#2| $) 71)) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-672 |#1| |#2| |#3|) (-137) (-1031) (-367 |t#1|) (-367 |t#1|)) (T -672))
+((-3109 (*1 *2 *1) (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-111)))) (-1924 (*1 *2 *1) (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-111)))) (-4188 (*1 *2 *1) (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-111)))) (-3897 (*1 *2 *1) (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-111)))) (-2307 (*1 *1 *2 *2) (-12 (-5 *2 (-757)) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3515 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-2685 (*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-2461 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-2461 (*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3212 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *2)) (-4 *4 (-367 *3)) (-4 *2 (-367 *3)))) (-4092 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-4 *1 (-672 *3 *2 *4)) (-4 *2 (-367 *3)) (-4 *4 (-367 *3)))) (-4092 (*1 *1 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-3817 (*1 *1 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-4094 (*1 *1 *1 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-3409 (*1 *1 *1 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-4245 (*1 *2 *1) (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-630 (-630 *3))))) (-2061 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-630 (-553))) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1471 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-630 (-553))) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-2043 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-4318 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3539 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1468 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-1699 (*1 *1 *1 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-1710 (*1 *1 *1 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (-1710 (*1 *1 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-672 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *2 (-367 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-672 *3 *2 *4)) (-4 *3 (-1031)) (-4 *2 (-367 *3)) (-4 *4 (-367 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))) (-3968 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-545)))) (-1721 (*1 *1 *1 *2) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-357)))) (-3399 (*1 *1 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-301)))) (-2129 (*1 *2 *1) (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-4 *3 (-545)) (-5 *2 (-757)))) (-3005 (*1 *2 *1) (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-4 *3 (-545)) (-5 *2 (-757)))) (-2455 (*1 *2 *1) (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-4 *3 (-545)) (-5 *2 (-630 *5)))) (-3368 (*1 *2 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (|has| *2 (-6 (-4371 "*"))) (-4 *2 (-1031)))) (-1405 (*1 *2 *1) (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (|has| *2 (-6 (-4371 "*"))) (-4 *2 (-1031)))) (-3015 (*1 *1 *1) (|partial| -12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-357)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-4 *3 (-357)))))
+(-13 (-56 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4370) (-6 -4369) (-15 -3109 ((-111) $)) (-15 -1924 ((-111) $)) (-15 -4188 ((-111) $)) (-15 -3897 ((-111) $)) (-15 -2307 ($ (-757) (-757))) (-15 -3515 ($ (-630 (-630 |t#1|)))) (-15 -2685 ($ (-757) |t#1|)) (-15 -2461 ($ (-630 |t#1|))) (-15 -2461 ($ (-630 $))) (-15 -3212 ($ |t#3|)) (-15 -4092 ($ |t#2|)) (-15 -4092 ($ $)) (-15 -3817 ($ $)) (-15 -4094 ($ $ $)) (-15 -3409 ($ $ $)) (-15 -4245 ((-630 (-630 |t#1|)) $)) (-15 -2061 ($ $ (-630 (-553)) (-630 (-553)))) (-15 -1471 ($ $ (-630 (-553)) (-630 (-553)) $)) (-15 -2043 ($ $ (-553) (-553))) (-15 -4318 ($ $ (-553) (-553))) (-15 -3539 ($ $ (-553) (-553) (-553) (-553))) (-15 -1468 ($ $ (-553) (-553) $)) (-15 -1699 ($ $ $)) (-15 -1710 ($ $ $)) (-15 -1710 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-553) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-757))) (IF (|has| |t#1| (-545)) (-15 -3968 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-357)) (-15 -1721 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-301)) (-15 -3399 ($ $)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -2129 ((-757) $)) (-15 -3005 ((-757) $)) (-15 -2455 ((-630 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4371 "*"))) (PROGN (-15 -3368 (|t#1| $)) (-15 -1405 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-357)) (PROGN (-15 -3015 ((-3 $ "failed") $)) (-15 ** ($ $ (-553)))) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-56 |#1| |#2| |#3|) . T) ((-1192) . T))
+((-3399 ((|#4| |#4|) 72 (|has| |#1| (-301)))) (-2129 (((-757) |#4|) 99 (|has| |#1| (-545)))) (-3005 (((-757) |#4|) 76 (|has| |#1| (-545)))) (-2455 (((-630 |#3|) |#4|) 83 (|has| |#1| (-545)))) (-3009 (((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|) 111 (|has| |#1| (-301)))) (-1405 ((|#1| |#4|) 35)) (-2423 (((-3 |#4| "failed") |#4|) 64 (|has| |#1| (-545)))) (-3015 (((-3 |#4| "failed") |#4|) 80 (|has| |#1| (-357)))) (-1439 ((|#4| |#4|) 68 (|has| |#1| (-545)))) (-2223 ((|#4| |#4| |#1| (-553) (-553)) 43)) (-3048 ((|#4| |#4| (-553) (-553)) 38)) (-2115 ((|#4| |#4| |#1| (-553) (-553)) 48)) (-3368 ((|#1| |#4|) 78)) (-3872 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 69 (|has| |#1| (-545)))))
+(((-673 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3368 (|#1| |#4|)) (-15 -1405 (|#1| |#4|)) (-15 -3048 (|#4| |#4| (-553) (-553))) (-15 -2223 (|#4| |#4| |#1| (-553) (-553))) (-15 -2115 (|#4| |#4| |#1| (-553) (-553))) (IF (|has| |#1| (-545)) (PROGN (-15 -2129 ((-757) |#4|)) (-15 -3005 ((-757) |#4|)) (-15 -2455 ((-630 |#3|) |#4|)) (-15 -1439 (|#4| |#4|)) (-15 -2423 ((-3 |#4| "failed") |#4|)) (-15 -3872 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-301)) (PROGN (-15 -3399 (|#4| |#4|)) (-15 -3009 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-357)) (-15 -3015 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-169) (-367 |#1|) (-367 |#1|) (-672 |#1| |#2| |#3|)) (T -673))
+((-3015 (*1 *2 *2) (|partial| -12 (-4 *3 (-357)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-673 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))) (-3009 (*1 *2 *3 *3) (-12 (-4 *3 (-301)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-673 *3 *4 *5 *6)) (-4 *6 (-672 *3 *4 *5)))) (-3399 (*1 *2 *2) (-12 (-4 *3 (-301)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-673 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))) (-3872 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-673 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))) (-2423 (*1 *2 *2) (|partial| -12 (-4 *3 (-545)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-673 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))) (-1439 (*1 *2 *2) (-12 (-4 *3 (-545)) (-4 *3 (-169)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-673 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))) (-2455 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-630 *6)) (-5 *1 (-673 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))) (-3005 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-757)) (-5 *1 (-673 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))) (-2129 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-757)) (-5 *1 (-673 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))) (-2115 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-553)) (-4 *3 (-169)) (-4 *5 (-367 *3)) (-4 *6 (-367 *3)) (-5 *1 (-673 *3 *5 *6 *2)) (-4 *2 (-672 *3 *5 *6)))) (-2223 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-553)) (-4 *3 (-169)) (-4 *5 (-367 *3)) (-4 *6 (-367 *3)) (-5 *1 (-673 *3 *5 *6 *2)) (-4 *2 (-672 *3 *5 *6)))) (-3048 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-553)) (-4 *4 (-169)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *1 (-673 *4 *5 *6 *2)) (-4 *2 (-672 *4 *5 *6)))) (-1405 (*1 *2 *3) (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-169)) (-5 *1 (-673 *2 *4 *5 *3)) (-4 *3 (-672 *2 *4 *5)))) (-3368 (*1 *2 *3) (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-169)) (-5 *1 (-673 *2 *4 *5 *3)) (-4 *3 (-672 *2 *4 *5)))))
+(-10 -7 (-15 -3368 (|#1| |#4|)) (-15 -1405 (|#1| |#4|)) (-15 -3048 (|#4| |#4| (-553) (-553))) (-15 -2223 (|#4| |#4| |#1| (-553) (-553))) (-15 -2115 (|#4| |#4| |#1| (-553) (-553))) (IF (|has| |#1| (-545)) (PROGN (-15 -2129 ((-757) |#4|)) (-15 -3005 ((-757) |#4|)) (-15 -2455 ((-630 |#3|) |#4|)) (-15 -1439 (|#4| |#4|)) (-15 -2423 ((-3 |#4| "failed") |#4|)) (-15 -3872 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-301)) (PROGN (-15 -3399 (|#4| |#4|)) (-15 -3009 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-357)) (-15 -3015 ((-3 |#4| "failed") |#4|)) |%noBranch|))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2307 (($ (-757) (-757)) 47)) (-3409 (($ $ $) NIL)) (-4092 (($ (-1238 |#1|)) NIL) (($ $) NIL)) (-4188 (((-111) $) NIL)) (-2043 (($ $ (-553) (-553)) 12)) (-4318 (($ $ (-553) (-553)) NIL)) (-3539 (($ $ (-553) (-553) (-553) (-553)) NIL)) (-3817 (($ $) NIL)) (-3109 (((-111) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-1468 (($ $ (-553) (-553) $) NIL)) (-1471 ((|#1| $ (-553) (-553) |#1|) NIL) (($ $ (-630 (-553)) (-630 (-553)) $) NIL)) (-3426 (($ $ (-553) (-1238 |#1|)) NIL)) (-2778 (($ $ (-553) (-1238 |#1|)) NIL)) (-2685 (($ (-757) |#1|) 22)) (-3203 (($) NIL T CONST)) (-3399 (($ $) 31 (|has| |#1| (-301)))) (-1310 (((-1238 |#1|) $ (-553)) NIL)) (-2129 (((-757) $) 33 (|has| |#1| (-545)))) (-2959 ((|#1| $ (-553) (-553) |#1|) 51)) (-2891 ((|#1| $ (-553) (-553)) NIL)) (-3136 (((-630 |#1|) $) NIL)) (-3005 (((-757) $) 35 (|has| |#1| (-545)))) (-2455 (((-630 (-1238 |#1|)) $) 38 (|has| |#1| (-545)))) (-2390 (((-757) $) 20)) (-3306 (($ (-757) (-757) |#1|) 16)) (-2402 (((-757) $) 21)) (-3625 (((-111) $ (-757)) NIL)) (-1405 ((|#1| $) 29 (|has| |#1| (-6 (-4371 "*"))))) (-3176 (((-553) $) 9)) (-1757 (((-553) $) 10)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1907 (((-553) $) 11)) (-2680 (((-553) $) 48)) (-3515 (($ (-630 (-630 |#1|))) NIL)) (-2947 (($ (-1 |#1| |#1|) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4245 (((-630 (-630 |#1|)) $) 60)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3015 (((-3 $ "failed") $) 45 (|has| |#1| (-357)))) (-4094 (($ $ $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2001 (($ $ |#1|) NIL)) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-553) (-553)) NIL) ((|#1| $ (-553) (-553) |#1|) NIL) (($ $ (-630 (-553)) (-630 (-553))) NIL)) (-2461 (($ (-630 |#1|)) NIL) (($ (-630 $)) NIL) (($ (-1238 |#1|)) 52)) (-1924 (((-111) $) NIL)) (-3368 ((|#1| $) 27 (|has| |#1| (-6 (-4371 "*"))))) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-1523 (((-529) $) 64 (|has| |#1| (-601 (-529))))) (-3877 (((-1238 |#1|) $ (-553)) NIL)) (-3212 (($ (-1238 |#1|)) NIL) (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3897 (((-111) $) NIL)) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $ $) NIL) (($ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-757)) 23) (($ $ (-553)) 46 (|has| |#1| (-357)))) (* (($ $ $) 13) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-553) $) NIL) (((-1238 |#1|) $ (-1238 |#1|)) NIL) (((-1238 |#1|) (-1238 |#1|) $) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-674 |#1|) (-13 (-672 |#1| (-1238 |#1|) (-1238 |#1|)) (-10 -8 (-15 -2461 ($ (-1238 |#1|))) (IF (|has| |#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (IF (|has| |#1| (-357)) (-15 -3015 ((-3 $ "failed") $)) |%noBranch|))) (-1031)) (T -674))
+((-3015 (*1 *1 *1) (|partial| -12 (-5 *1 (-674 *2)) (-4 *2 (-357)) (-4 *2 (-1031)))) (-2461 (*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-1031)) (-5 *1 (-674 *3)))))
+(-13 (-672 |#1| (-1238 |#1|) (-1238 |#1|)) (-10 -8 (-15 -2461 ($ (-1238 |#1|))) (IF (|has| |#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (IF (|has| |#1| (-357)) (-15 -3015 ((-3 $ "failed") $)) |%noBranch|)))
+((-2374 (((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|)) 25)) (-1515 (((-674 |#1|) (-674 |#1|) (-674 |#1|) |#1|) 21)) (-4275 (((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|) (-757)) 26)) (-3376 (((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|)) 14)) (-1687 (((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|)) 18) (((-674 |#1|) (-674 |#1|) (-674 |#1|)) 16)) (-1700 (((-674 |#1|) (-674 |#1|) |#1| (-674 |#1|)) 20)) (-2890 (((-674 |#1|) (-674 |#1|) (-674 |#1|)) 12)) (** (((-674 |#1|) (-674 |#1|) (-757)) 30)))
+(((-675 |#1|) (-10 -7 (-15 -2890 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -3376 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -1687 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -1687 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -1700 ((-674 |#1|) (-674 |#1|) |#1| (-674 |#1|))) (-15 -1515 ((-674 |#1|) (-674 |#1|) (-674 |#1|) |#1|)) (-15 -2374 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -4275 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|) (-757))) (-15 ** ((-674 |#1|) (-674 |#1|) (-757)))) (-1031)) (T -675))
+((** (*1 *2 *2 *3) (-12 (-5 *2 (-674 *4)) (-5 *3 (-757)) (-4 *4 (-1031)) (-5 *1 (-675 *4)))) (-4275 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-674 *4)) (-5 *3 (-757)) (-4 *4 (-1031)) (-5 *1 (-675 *4)))) (-2374 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))) (-1515 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))) (-1700 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))) (-1687 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))) (-1687 (*1 *2 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))) (-3376 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))) (-2890 (*1 *2 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))))
+(-10 -7 (-15 -2890 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -3376 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -1687 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -1687 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -1700 ((-674 |#1|) (-674 |#1|) |#1| (-674 |#1|))) (-15 -1515 ((-674 |#1|) (-674 |#1|) (-674 |#1|) |#1|)) (-15 -2374 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -4275 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|) (-674 |#1|) (-757))) (-15 ** ((-674 |#1|) (-674 |#1|) (-757))))
+((-3690 (($) 8 T CONST)) (-3212 (((-845) $) 21) (($ |#1|) 9) ((|#1| $) 10)) (-3284 (((-111) $ (|[\|\|]| |#1|)) 14) (((-111) $ (|[\|\|]| -3690)) 16)) (-1513 ((|#1| $) 11)))
+(((-676 |#1|) (-13 (-1233) (-600 (-845)) (-10 -8 (-15 -3284 ((-111) $ (|[\|\|]| |#1|))) (-15 -3284 ((-111) $ (|[\|\|]| -3690))) (-15 -3212 ($ |#1|)) (-15 -3212 (|#1| $)) (-15 -1513 (|#1| $)) (-15 -3690 ($) -3929))) (-600 (-845))) (T -676))
+((-3284 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-600 (-845))) (-5 *2 (-111)) (-5 *1 (-676 *4)))) (-3284 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| -3690)) (-5 *2 (-111)) (-5 *1 (-676 *4)) (-4 *4 (-600 (-845))))) (-3212 (*1 *1 *2) (-12 (-5 *1 (-676 *2)) (-4 *2 (-600 (-845))))) (-3212 (*1 *2 *1) (-12 (-5 *1 (-676 *2)) (-4 *2 (-600 (-845))))) (-1513 (*1 *2 *1) (-12 (-5 *1 (-676 *2)) (-4 *2 (-600 (-845))))) (-3690 (*1 *1) (-12 (-5 *1 (-676 *2)) (-4 *2 (-600 (-845))))))
+(-13 (-1233) (-600 (-845)) (-10 -8 (-15 -3284 ((-111) $ (|[\|\|]| |#1|))) (-15 -3284 ((-111) $ (|[\|\|]| -3690))) (-15 -3212 ($ |#1|)) (-15 -3212 (|#1| $)) (-15 -1513 (|#1| $)) (-15 -3690 ($) -3929)))
+((-3041 ((|#2| |#2| |#4|) 25)) (-3414 (((-674 |#2|) |#3| |#4|) 31)) (-3750 (((-674 |#2|) |#2| |#4|) 30)) (-1508 (((-1238 |#2|) |#2| |#4|) 16)) (-3057 ((|#2| |#3| |#4|) 24)) (-2964 (((-674 |#2|) |#3| |#4| (-757) (-757)) 38)) (-1864 (((-674 |#2|) |#2| |#4| (-757)) 37)))
+(((-677 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1508 ((-1238 |#2|) |#2| |#4|)) (-15 -3057 (|#2| |#3| |#4|)) (-15 -3041 (|#2| |#2| |#4|)) (-15 -3750 ((-674 |#2|) |#2| |#4|)) (-15 -1864 ((-674 |#2|) |#2| |#4| (-757))) (-15 -3414 ((-674 |#2|) |#3| |#4|)) (-15 -2964 ((-674 |#2|) |#3| |#4| (-757) (-757)))) (-1079) (-882 |#1|) (-367 |#2|) (-13 (-367 |#1|) (-10 -7 (-6 -4369)))) (T -677))
+((-2964 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-757)) (-4 *6 (-1079)) (-4 *7 (-882 *6)) (-5 *2 (-674 *7)) (-5 *1 (-677 *6 *7 *3 *4)) (-4 *3 (-367 *7)) (-4 *4 (-13 (-367 *6) (-10 -7 (-6 -4369)))))) (-3414 (*1 *2 *3 *4) (-12 (-4 *5 (-1079)) (-4 *6 (-882 *5)) (-5 *2 (-674 *6)) (-5 *1 (-677 *5 *6 *3 *4)) (-4 *3 (-367 *6)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))))) (-1864 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-757)) (-4 *6 (-1079)) (-4 *3 (-882 *6)) (-5 *2 (-674 *3)) (-5 *1 (-677 *6 *3 *7 *4)) (-4 *7 (-367 *3)) (-4 *4 (-13 (-367 *6) (-10 -7 (-6 -4369)))))) (-3750 (*1 *2 *3 *4) (-12 (-4 *5 (-1079)) (-4 *3 (-882 *5)) (-5 *2 (-674 *3)) (-5 *1 (-677 *5 *3 *6 *4)) (-4 *6 (-367 *3)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))))) (-3041 (*1 *2 *2 *3) (-12 (-4 *4 (-1079)) (-4 *2 (-882 *4)) (-5 *1 (-677 *4 *2 *5 *3)) (-4 *5 (-367 *2)) (-4 *3 (-13 (-367 *4) (-10 -7 (-6 -4369)))))) (-3057 (*1 *2 *3 *4) (-12 (-4 *5 (-1079)) (-4 *2 (-882 *5)) (-5 *1 (-677 *5 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))))) (-1508 (*1 *2 *3 *4) (-12 (-4 *5 (-1079)) (-4 *3 (-882 *5)) (-5 *2 (-1238 *3)) (-5 *1 (-677 *5 *3 *6 *4)) (-4 *6 (-367 *3)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))))))
+(-10 -7 (-15 -1508 ((-1238 |#2|) |#2| |#4|)) (-15 -3057 (|#2| |#3| |#4|)) (-15 -3041 (|#2| |#2| |#4|)) (-15 -3750 ((-674 |#2|) |#2| |#4|)) (-15 -1864 ((-674 |#2|) |#2| |#4| (-757))) (-15 -3414 ((-674 |#2|) |#3| |#4|)) (-15 -2964 ((-674 |#2|) |#3| |#4| (-757) (-757))))
+((-2728 (((-2 (|:| |num| (-674 |#1|)) (|:| |den| |#1|)) (-674 |#2|)) 20)) (-1883 ((|#1| (-674 |#2|)) 9)) (-3026 (((-674 |#1|) (-674 |#2|)) 18)))
+(((-678 |#1| |#2|) (-10 -7 (-15 -1883 (|#1| (-674 |#2|))) (-15 -3026 ((-674 |#1|) (-674 |#2|))) (-15 -2728 ((-2 (|:| |num| (-674 |#1|)) (|:| |den| |#1|)) (-674 |#2|)))) (-545) (-974 |#1|)) (T -678))
+((-2728 (*1 *2 *3) (-12 (-5 *3 (-674 *5)) (-4 *5 (-974 *4)) (-4 *4 (-545)) (-5 *2 (-2 (|:| |num| (-674 *4)) (|:| |den| *4))) (-5 *1 (-678 *4 *5)))) (-3026 (*1 *2 *3) (-12 (-5 *3 (-674 *5)) (-4 *5 (-974 *4)) (-4 *4 (-545)) (-5 *2 (-674 *4)) (-5 *1 (-678 *4 *5)))) (-1883 (*1 *2 *3) (-12 (-5 *3 (-674 *4)) (-4 *4 (-974 *2)) (-4 *2 (-545)) (-5 *1 (-678 *2 *4)))))
+(-10 -7 (-15 -1883 (|#1| (-674 |#2|))) (-15 -3026 ((-674 |#1|) (-674 |#2|))) (-15 -2728 ((-2 (|:| |num| (-674 |#1|)) (|:| |den| |#1|)) (-674 |#2|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-1311 (((-674 (-684))) NIL) (((-674 (-684)) (-1238 $)) NIL)) (-1550 (((-684) $) NIL)) (-2479 (($ $) NIL (|has| (-684) (-1177)))) (-2333 (($ $) NIL (|has| (-684) (-1177)))) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| (-684) (-343)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-684) (-301)) (|has| (-684) (-891))))) (-3837 (($ $) NIL (-4028 (-12 (|has| (-684) (-301)) (|has| (-684) (-891))) (|has| (-684) (-357))))) (-1807 (((-412 $) $) NIL (-4028 (-12 (|has| (-684) (-301)) (|has| (-684) (-891))) (|has| (-684) (-357))))) (-3487 (($ $) NIL (-12 (|has| (-684) (-984)) (|has| (-684) (-1177))))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-684) (-301)) (|has| (-684) (-891))))) (-3816 (((-111) $ $) NIL (|has| (-684) (-301)))) (-2662 (((-757)) NIL (|has| (-684) (-362)))) (-2456 (($ $) NIL (|has| (-684) (-1177)))) (-2306 (($ $) NIL (|has| (-684) (-1177)))) (-2505 (($ $) NIL (|has| (-684) (-1177)))) (-2360 (($ $) NIL (|has| (-684) (-1177)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-684) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-684) (-1020 (-401 (-553)))))) (-2831 (((-553) $) NIL) (((-684) $) NIL) (((-401 (-553)) $) NIL (|has| (-684) (-1020 (-401 (-553)))))) (-1676 (($ (-1238 (-684))) NIL) (($ (-1238 (-684)) (-1238 $)) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-684) (-343)))) (-4005 (($ $ $) NIL (|has| (-684) (-301)))) (-2392 (((-674 (-684)) $) NIL) (((-674 (-684)) $ (-1238 $)) NIL)) (-3698 (((-674 (-684)) (-674 $)) NIL) (((-2 (|:| -1317 (-674 (-684))) (|:| |vec| (-1238 (-684)))) (-674 $) (-1238 $)) NIL) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-684) (-626 (-553)))) (((-674 (-553)) (-674 $)) NIL (|has| (-684) (-626 (-553))))) (-3883 (((-3 $ "failed") (-401 (-1151 (-684)))) NIL (|has| (-684) (-357))) (($ (-1151 (-684))) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3498 (((-684) $) 29)) (-1402 (((-3 (-401 (-553)) "failed") $) NIL (|has| (-684) (-538)))) (-3054 (((-111) $) NIL (|has| (-684) (-538)))) (-3731 (((-401 (-553)) $) NIL (|has| (-684) (-538)))) (-2129 (((-903)) NIL)) (-1333 (($) NIL (|has| (-684) (-362)))) (-3986 (($ $ $) NIL (|has| (-684) (-301)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| (-684) (-301)))) (-2091 (($) NIL (|has| (-684) (-343)))) (-2879 (((-111) $) NIL (|has| (-684) (-343)))) (-2865 (($ $) NIL (|has| (-684) (-343))) (($ $ (-757)) NIL (|has| (-684) (-343)))) (-4268 (((-111) $) NIL (-4028 (-12 (|has| (-684) (-301)) (|has| (-684) (-891))) (|has| (-684) (-357))))) (-2242 (((-2 (|:| |r| (-684)) (|:| |phi| (-684))) $) NIL (-12 (|has| (-684) (-1040)) (|has| (-684) (-1177))))) (-4041 (($) NIL (|has| (-684) (-1177)))) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| (-684) (-868 (-373)))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| (-684) (-868 (-553))))) (-2592 (((-819 (-903)) $) NIL (|has| (-684) (-343))) (((-903) $) NIL (|has| (-684) (-343)))) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL (-12 (|has| (-684) (-984)) (|has| (-684) (-1177))))) (-4233 (((-684) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| (-684) (-343)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| (-684) (-301)))) (-2309 (((-1151 (-684)) $) NIL (|has| (-684) (-357)))) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1478 (($ (-1 (-684) (-684)) $) NIL)) (-3941 (((-903) $) NIL (|has| (-684) (-362)))) (-2431 (($ $) NIL (|has| (-684) (-1177)))) (-3873 (((-1151 (-684)) $) NIL)) (-2552 (($ (-630 $)) NIL (|has| (-684) (-301))) (($ $ $) NIL (|has| (-684) (-301)))) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| (-684) (-357)))) (-1979 (($) NIL (|has| (-684) (-343)) CONST)) (-2839 (($ (-903)) NIL (|has| (-684) (-362)))) (-4303 (($) NIL)) (-3508 (((-684) $) 31)) (-2875 (((-1099) $) NIL)) (-4125 (($) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| (-684) (-301)))) (-2591 (($ (-630 $)) NIL (|has| (-684) (-301))) (($ $ $) NIL (|has| (-684) (-301)))) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| (-684) (-343)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-684) (-301)) (|has| (-684) (-891))))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-684) (-301)) (|has| (-684) (-891))))) (-3476 (((-412 $) $) NIL (-4028 (-12 (|has| (-684) (-301)) (|has| (-684) (-891))) (|has| (-684) (-357))))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-684) (-301))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| (-684) (-301)))) (-3968 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-684)) NIL (|has| (-684) (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| (-684) (-301)))) (-2854 (($ $) NIL (|has| (-684) (-1177)))) (-2433 (($ $ (-1155) (-684)) NIL (|has| (-684) (-507 (-1155) (-684)))) (($ $ (-630 (-1155)) (-630 (-684))) NIL (|has| (-684) (-507 (-1155) (-684)))) (($ $ (-630 (-288 (-684)))) NIL (|has| (-684) (-303 (-684)))) (($ $ (-288 (-684))) NIL (|has| (-684) (-303 (-684)))) (($ $ (-684) (-684)) NIL (|has| (-684) (-303 (-684)))) (($ $ (-630 (-684)) (-630 (-684))) NIL (|has| (-684) (-303 (-684))))) (-3879 (((-757) $) NIL (|has| (-684) (-301)))) (-2061 (($ $ (-684)) NIL (|has| (-684) (-280 (-684) (-684))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| (-684) (-301)))) (-3488 (((-684)) NIL) (((-684) (-1238 $)) NIL)) (-2916 (((-3 (-757) "failed") $ $) NIL (|has| (-684) (-343))) (((-757) $) NIL (|has| (-684) (-343)))) (-3095 (($ $ (-1 (-684) (-684))) NIL) (($ $ (-1 (-684) (-684)) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-684) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-684) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-684) (-882 (-1155)))) (($ $ (-1155)) NIL (|has| (-684) (-882 (-1155)))) (($ $ (-757)) NIL (|has| (-684) (-228))) (($ $) NIL (|has| (-684) (-228)))) (-3759 (((-674 (-684)) (-1238 $) (-1 (-684) (-684))) NIL (|has| (-684) (-357)))) (-3035 (((-1151 (-684))) NIL)) (-2517 (($ $) NIL (|has| (-684) (-1177)))) (-2371 (($ $) NIL (|has| (-684) (-1177)))) (-3529 (($) NIL (|has| (-684) (-343)))) (-2492 (($ $) NIL (|has| (-684) (-1177)))) (-2347 (($ $) NIL (|has| (-684) (-1177)))) (-2468 (($ $) NIL (|has| (-684) (-1177)))) (-2319 (($ $) NIL (|has| (-684) (-1177)))) (-3693 (((-674 (-684)) (-1238 $)) NIL) (((-1238 (-684)) $) NIL) (((-674 (-684)) (-1238 $) (-1238 $)) NIL) (((-1238 (-684)) $ (-1238 $)) NIL)) (-1523 (((-529) $) NIL (|has| (-684) (-601 (-529)))) (((-166 (-220)) $) NIL (|has| (-684) (-1004))) (((-166 (-373)) $) NIL (|has| (-684) (-1004))) (((-874 (-373)) $) NIL (|has| (-684) (-601 (-874 (-373))))) (((-874 (-553)) $) NIL (|has| (-684) (-601 (-874 (-553))))) (($ (-1151 (-684))) NIL) (((-1151 (-684)) $) NIL) (($ (-1238 (-684))) NIL) (((-1238 (-684)) $) NIL)) (-3830 (($ $) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-4028 (-12 (|has| (-684) (-301)) (|has| $ (-142)) (|has| (-684) (-891))) (|has| (-684) (-343))))) (-4321 (($ (-684) (-684)) 12)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-553)) NIL) (($ (-684)) NIL) (($ (-166 (-373))) 13) (($ (-166 (-553))) 19) (($ (-166 (-684))) 28) (($ (-166 (-686))) 25) (((-166 (-373)) $) 33) (($ (-401 (-553))) NIL (-4028 (|has| (-684) (-1020 (-401 (-553)))) (|has| (-684) (-357))))) (-2234 (($ $) NIL (|has| (-684) (-343))) (((-3 $ "failed") $) NIL (-4028 (-12 (|has| (-684) (-301)) (|has| $ (-142)) (|has| (-684) (-891))) (|has| (-684) (-142))))) (-3636 (((-1151 (-684)) $) NIL)) (-1348 (((-757)) NIL)) (-3428 (((-1238 $)) NIL)) (-3842 (($ $) NIL (|has| (-684) (-1177)))) (-2410 (($ $) NIL (|has| (-684) (-1177)))) (-2453 (((-111) $ $) NIL)) (-2529 (($ $) NIL (|has| (-684) (-1177)))) (-2383 (($ $) NIL (|has| (-684) (-1177)))) (-3862 (($ $) NIL (|has| (-684) (-1177)))) (-2434 (($ $) NIL (|has| (-684) (-1177)))) (-3069 (((-684) $) NIL (|has| (-684) (-1177)))) (-3013 (($ $) NIL (|has| (-684) (-1177)))) (-2445 (($ $) NIL (|has| (-684) (-1177)))) (-3852 (($ $) NIL (|has| (-684) (-1177)))) (-2421 (($ $) NIL (|has| (-684) (-1177)))) (-2542 (($ $) NIL (|has| (-684) (-1177)))) (-2396 (($ $) NIL (|has| (-684) (-1177)))) (-1411 (($ $) NIL (|has| (-684) (-1040)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-1 (-684) (-684))) NIL) (($ $ (-1 (-684) (-684)) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-684) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-684) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-684) (-882 (-1155)))) (($ $ (-1155)) NIL (|has| (-684) (-882 (-1155)))) (($ $ (-757)) NIL (|has| (-684) (-228))) (($ $) NIL (|has| (-684) (-228)))) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL (|has| (-684) (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ $) NIL (|has| (-684) (-1177))) (($ $ (-401 (-553))) NIL (-12 (|has| (-684) (-984)) (|has| (-684) (-1177)))) (($ $ (-553)) NIL (|has| (-684) (-357)))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ (-684) $) NIL) (($ $ (-684)) NIL) (($ (-401 (-553)) $) NIL (|has| (-684) (-357))) (($ $ (-401 (-553))) NIL (|has| (-684) (-357)))))
+(((-679) (-13 (-381) (-163 (-684)) (-10 -8 (-15 -3212 ($ (-166 (-373)))) (-15 -3212 ($ (-166 (-553)))) (-15 -3212 ($ (-166 (-684)))) (-15 -3212 ($ (-166 (-686)))) (-15 -3212 ((-166 (-373)) $))))) (T -679))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-679)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-166 (-553))) (-5 *1 (-679)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-166 (-684))) (-5 *1 (-679)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-166 (-686))) (-5 *1 (-679)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-679)))))
+(-13 (-381) (-163 (-684)) (-10 -8 (-15 -3212 ($ (-166 (-373)))) (-15 -3212 ($ (-166 (-553)))) (-15 -3212 ($ (-166 (-684)))) (-15 -3212 ($ (-166 (-686)))) (-15 -3212 ((-166 (-373)) $))))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-3656 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-1570 (($ $) 62)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ |#1| $) 47 (|has| $ (-6 -4369))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4369)))) (-2653 (($ |#1| $) 57 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4369)))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40) (($ |#1| $ (-757)) 63)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-3479 (((-630 (-2 (|:| -3359 |#1|) (|:| -2885 (-757)))) $) 61)) (-4015 (($) 49) (($ (-630 |#1|)) 48)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 59 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 50)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) 42)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-680 |#1|) (-137) (-1079)) (T -680))
+((-1429 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *1 (-680 *2)) (-4 *2 (-1079)))) (-1570 (*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1079)))) (-3479 (*1 *2 *1) (-12 (-4 *1 (-680 *3)) (-4 *3 (-1079)) (-5 *2 (-630 (-2 (|:| -3359 *3) (|:| -2885 (-757))))))))
+(-13 (-230 |t#1|) (-10 -8 (-15 -1429 ($ |t#1| $ (-757))) (-15 -1570 ($ $)) (-15 -3479 ((-630 (-2 (|:| -3359 |t#1|) (|:| -2885 (-757)))) $))))
+(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-1977 (((-630 |#1|) (-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))) (-553)) 47)) (-3322 ((|#1| |#1| (-553)) 46)) (-2591 ((|#1| |#1| |#1| (-553)) 36)) (-3476 (((-630 |#1|) |#1| (-553)) 39)) (-2597 ((|#1| |#1| (-553) |#1| (-553)) 32)) (-3768 (((-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))) |#1| (-553)) 45)))
+(((-681 |#1|) (-10 -7 (-15 -2591 (|#1| |#1| |#1| (-553))) (-15 -3322 (|#1| |#1| (-553))) (-15 -3476 ((-630 |#1|) |#1| (-553))) (-15 -3768 ((-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))) |#1| (-553))) (-15 -1977 ((-630 |#1|) (-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))) (-553))) (-15 -2597 (|#1| |#1| (-553) |#1| (-553)))) (-1214 (-553))) (T -681))
+((-2597 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-681 *2)) (-4 *2 (-1214 *3)))) (-1977 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-2 (|:| -3476 *5) (|:| -2672 (-553))))) (-5 *4 (-553)) (-4 *5 (-1214 *4)) (-5 *2 (-630 *5)) (-5 *1 (-681 *5)))) (-3768 (*1 *2 *3 *4) (-12 (-5 *4 (-553)) (-5 *2 (-630 (-2 (|:| -3476 *3) (|:| -2672 *4)))) (-5 *1 (-681 *3)) (-4 *3 (-1214 *4)))) (-3476 (*1 *2 *3 *4) (-12 (-5 *4 (-553)) (-5 *2 (-630 *3)) (-5 *1 (-681 *3)) (-4 *3 (-1214 *4)))) (-3322 (*1 *2 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-681 *2)) (-4 *2 (-1214 *3)))) (-2591 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-681 *2)) (-4 *2 (-1214 *3)))))
+(-10 -7 (-15 -2591 (|#1| |#1| |#1| (-553))) (-15 -3322 (|#1| |#1| (-553))) (-15 -3476 ((-630 |#1|) |#1| (-553))) (-15 -3768 ((-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))) |#1| (-553))) (-15 -1977 ((-630 |#1|) (-630 (-2 (|:| -3476 |#1|) (|:| -2672 (-553)))) (-553))) (-15 -2597 (|#1| |#1| (-553) |#1| (-553))))
+((-4161 (((-1 (-925 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220) (-220))) 17)) (-4200 (((-1112 (-220)) (-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-630 (-257))) 40) (((-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-630 (-257))) 42) (((-1112 (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1073 (-220)) (-1073 (-220)) (-630 (-257))) 44)) (-1367 (((-1112 (-220)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-630 (-257))) NIL)) (-3619 (((-1112 (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1073 (-220)) (-1073 (-220)) (-630 (-257))) 45)))
+(((-682) (-10 -7 (-15 -4200 ((-1112 (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1073 (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -4200 ((-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -4200 ((-1112 (-220)) (-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -3619 ((-1112 (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1073 (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -1367 ((-1112 (-220)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -4161 ((-1 (-925 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220) (-220)))))) (T -682))
+((-4161 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1 (-220) (-220) (-220) (-220))) (-5 *2 (-1 (-925 (-220)) (-220) (-220))) (-5 *1 (-682)))) (-1367 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220))) (-5 *5 (-1073 (-220))) (-5 *6 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-682)))) (-3619 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-3 (-1 (-220) (-220) (-220) (-220)) "undefined")) (-5 *5 (-1073 (-220))) (-5 *6 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-682)))) (-4200 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1112 (-220))) (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-220))) (-5 *5 (-630 (-257))) (-5 *1 (-682)))) (-4200 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-220))) (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-682)))) (-4200 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-3 (-1 (-220) (-220) (-220) (-220)) "undefined")) (-5 *5 (-1073 (-220))) (-5 *6 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-682)))))
+(-10 -7 (-15 -4200 ((-1112 (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1073 (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -4200 ((-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -4200 ((-1112 (-220)) (-1112 (-220)) (-1 (-925 (-220)) (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -3619 ((-1112 (-220)) (-1 (-220) (-220) (-220)) (-3 (-1 (-220) (-220) (-220) (-220)) "undefined") (-1073 (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -1367 ((-1112 (-220)) (-310 (-553)) (-310 (-553)) (-310 (-553)) (-1 (-220) (-220)) (-1073 (-220)) (-630 (-257)))) (-15 -4161 ((-1 (-925 (-220)) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220)) (-1 (-220) (-220) (-220) (-220)))))
+((-3476 (((-412 (-1151 |#4|)) (-1151 |#4|)) 73) (((-412 |#4|) |#4|) 221)))
+(((-683 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3476 ((-412 |#4|) |#4|)) (-15 -3476 ((-412 (-1151 |#4|)) (-1151 |#4|)))) (-833) (-779) (-343) (-931 |#3| |#2| |#1|)) (T -683))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-343)) (-4 *7 (-931 *6 *5 *4)) (-5 *2 (-412 (-1151 *7))) (-5 *1 (-683 *4 *5 *6 *7)) (-5 *3 (-1151 *7)))) (-3476 (*1 *2 *3) (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-343)) (-5 *2 (-412 *3)) (-5 *1 (-683 *4 *5 *6 *3)) (-4 *3 (-931 *6 *5 *4)))))
+(-10 -7 (-15 -3476 ((-412 |#4|) |#4|)) (-15 -3476 ((-412 (-1151 |#4|)) (-1151 |#4|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 84)) (-2589 (((-553) $) 30)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-3027 (($ $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3487 (($ $) NIL)) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL)) (-3203 (($) NIL T CONST)) (-3266 (($ $) NIL)) (-1394 (((-3 (-553) "failed") $) 73) (((-3 (-401 (-553)) "failed") $) 26) (((-3 (-373) "failed") $) 70)) (-2831 (((-553) $) 75) (((-401 (-553)) $) 67) (((-373) $) 68)) (-4005 (($ $ $) 96)) (-3889 (((-3 $ "failed") $) 87)) (-3986 (($ $ $) 95)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2179 (((-903)) 77) (((-903) (-903)) 76)) (-2184 (((-111) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL)) (-2592 (((-553) $) NIL)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL)) (-4233 (($ $) NIL)) (-2260 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3265 (((-553) (-553)) 81) (((-553)) 82)) (-1773 (($ $ $) NIL) (($) NIL (-12 (-4106 (|has| $ (-6 -4352))) (-4106 (|has| $ (-6 -4360)))))) (-1352 (((-553) (-553)) 79) (((-553)) 80)) (-2012 (($ $ $) NIL) (($) NIL (-12 (-4106 (|has| $ (-6 -4352))) (-4106 (|has| $ (-6 -4360)))))) (-1834 (((-553) $) 16)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 91)) (-4260 (((-903) (-553)) NIL (|has| $ (-6 -4360)))) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL)) (-1278 (($ $) NIL)) (-3393 (($ (-553) (-553)) NIL) (($ (-553) (-553) (-903)) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) 92)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3503 (((-553) $) 22)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 94)) (-4147 (((-903)) NIL) (((-903) (-903)) NIL (|has| $ (-6 -4360)))) (-3351 (((-903) (-553)) NIL (|has| $ (-6 -4360)))) (-1523 (((-373) $) NIL) (((-220) $) NIL) (((-874 (-373)) $) NIL)) (-3212 (((-845) $) 52) (($ (-553)) 63) (($ $) NIL) (($ (-401 (-553))) 66) (($ (-553)) 63) (($ (-401 (-553))) 66) (($ (-373)) 60) (((-373) $) 50) (($ (-686)) 55)) (-1348 (((-757)) 103)) (-3613 (($ (-553) (-553) (-903)) 44)) (-3609 (($ $) NIL)) (-3127 (((-903)) NIL) (((-903) (-903)) NIL (|has| $ (-6 -4360)))) (-4173 (((-903)) 35) (((-903) (-903)) 78)) (-2453 (((-111) $ $) NIL)) (-1411 (($ $) NIL)) (-3296 (($) 32 T CONST)) (-3308 (($) 17 T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 83)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 101)) (-1721 (($ $ $) 65)) (-1710 (($ $) 99) (($ $ $) 100)) (-1699 (($ $ $) 98)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL) (($ $ (-401 (-553))) 90)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 97) (($ $ $) 88) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL)))
+(((-684) (-13 (-398) (-381) (-357) (-1020 (-373)) (-1020 (-401 (-553))) (-144) (-10 -8 (-15 -2179 ((-903) (-903))) (-15 -2179 ((-903))) (-15 -4173 ((-903) (-903))) (-15 -1352 ((-553) (-553))) (-15 -1352 ((-553))) (-15 -3265 ((-553) (-553))) (-15 -3265 ((-553))) (-15 -3212 ((-373) $)) (-15 -3212 ($ (-686))) (-15 -1834 ((-553) $)) (-15 -3503 ((-553) $)) (-15 -3613 ($ (-553) (-553) (-903)))))) (T -684))
+((-3503 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-684)))) (-1834 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-684)))) (-2179 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-684)))) (-2179 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-684)))) (-4173 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-684)))) (-1352 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-684)))) (-1352 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-684)))) (-3265 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-684)))) (-3265 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-684)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-373)) (-5 *1 (-684)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-686)) (-5 *1 (-684)))) (-3613 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-553)) (-5 *3 (-903)) (-5 *1 (-684)))))
+(-13 (-398) (-381) (-357) (-1020 (-373)) (-1020 (-401 (-553))) (-144) (-10 -8 (-15 -2179 ((-903) (-903))) (-15 -2179 ((-903))) (-15 -4173 ((-903) (-903))) (-15 -1352 ((-553) (-553))) (-15 -1352 ((-553))) (-15 -3265 ((-553) (-553))) (-15 -3265 ((-553))) (-15 -3212 ((-373) $)) (-15 -3212 ($ (-686))) (-15 -1834 ((-553) $)) (-15 -3503 ((-553) $)) (-15 -3613 ($ (-553) (-553) (-903)))))
+((-1313 (((-674 |#1|) (-674 |#1|) |#1| |#1|) 65)) (-3399 (((-674 |#1|) (-674 |#1|) |#1|) 48)) (-1865 (((-674 |#1|) (-674 |#1|) |#1|) 66)) (-4232 (((-674 |#1|) (-674 |#1|)) 49)) (-3009 (((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|) 64)))
+(((-685 |#1|) (-10 -7 (-15 -4232 ((-674 |#1|) (-674 |#1|))) (-15 -3399 ((-674 |#1|) (-674 |#1|) |#1|)) (-15 -1865 ((-674 |#1|) (-674 |#1|) |#1|)) (-15 -1313 ((-674 |#1|) (-674 |#1|) |#1| |#1|)) (-15 -3009 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|))) (-301)) (T -685))
+((-3009 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-685 *3)) (-4 *3 (-301)))) (-1313 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-674 *3)) (-4 *3 (-301)) (-5 *1 (-685 *3)))) (-1865 (*1 *2 *2 *3) (-12 (-5 *2 (-674 *3)) (-4 *3 (-301)) (-5 *1 (-685 *3)))) (-3399 (*1 *2 *2 *3) (-12 (-5 *2 (-674 *3)) (-4 *3 (-301)) (-5 *1 (-685 *3)))) (-4232 (*1 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-301)) (-5 *1 (-685 *3)))))
+(-10 -7 (-15 -4232 ((-674 |#1|) (-674 |#1|))) (-15 -3399 ((-674 |#1|) (-674 |#1|) |#1|)) (-15 -1865 ((-674 |#1|) (-674 |#1|) |#1|)) (-15 -1313 ((-674 |#1|) (-674 |#1|) |#1| |#1|)) (-15 -3009 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4227 (($ $ $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3608 (($ $ $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL)) (-1604 (($ $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) 27)) (-2831 (((-553) $) 25)) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1402 (((-3 (-401 (-553)) "failed") $) NIL)) (-3054 (((-111) $) NIL)) (-3731 (((-401 (-553)) $) NIL)) (-1333 (($ $) NIL) (($) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-1799 (($ $ $ $) NIL)) (-1423 (($ $ $) NIL)) (-2184 (((-111) $) NIL)) (-3607 (($ $ $) NIL)) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL)) (-1434 (((-111) $) NIL)) (-2709 (((-111) $) NIL)) (-3464 (((-3 $ "failed") $) NIL)) (-2260 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3814 (($ $ $ $) NIL)) (-1773 (($ $ $) NIL)) (-3605 (((-903) (-903)) 10) (((-903)) 9)) (-2012 (($ $ $) NIL)) (-3923 (($ $) NIL)) (-2555 (($ $) NIL)) (-2552 (($ (-630 $)) NIL) (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2941 (($ $ $) NIL)) (-1979 (($) NIL T CONST)) (-3863 (($ $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ (-630 $)) NIL) (($ $ $) NIL)) (-1294 (($ $) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3439 (((-111) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) NIL) (($ $ (-757)) NIL)) (-2046 (($ $) NIL)) (-1488 (($ $) NIL)) (-1523 (((-220) $) NIL) (((-373) $) NIL) (((-874 (-553)) $) NIL) (((-529) $) NIL) (((-553) $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) 24) (($ $) NIL) (($ (-553)) 24) (((-310 $) (-310 (-553))) 18)) (-1348 (((-757)) NIL)) (-2109 (((-111) $ $) NIL)) (-3839 (($ $ $) NIL)) (-4173 (($) NIL)) (-2453 (((-111) $ $) NIL)) (-2766 (($ $ $ $) NIL)) (-1411 (($ $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $) NIL) (($ $ (-757)) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL)))
+(((-686) (-13 (-381) (-538) (-10 -8 (-15 -3605 ((-903) (-903))) (-15 -3605 ((-903))) (-15 -3212 ((-310 $) (-310 (-553))))))) (T -686))
+((-3605 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-686)))) (-3605 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-686)))) (-3212 (*1 *2 *3) (-12 (-5 *3 (-310 (-553))) (-5 *2 (-310 (-686))) (-5 *1 (-686)))))
+(-13 (-381) (-538) (-10 -8 (-15 -3605 ((-903) (-903))) (-15 -3605 ((-903))) (-15 -3212 ((-310 $) (-310 (-553))))))
+((-2068 (((-1 |#4| |#2| |#3|) |#1| (-1155) (-1155)) 19)) (-2485 (((-1 |#4| |#2| |#3|) (-1155)) 12)))
+(((-687 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2485 ((-1 |#4| |#2| |#3|) (-1155))) (-15 -2068 ((-1 |#4| |#2| |#3|) |#1| (-1155) (-1155)))) (-601 (-529)) (-1192) (-1192) (-1192)) (T -687))
+((-2068 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1155)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-687 *3 *5 *6 *7)) (-4 *3 (-601 (-529))) (-4 *5 (-1192)) (-4 *6 (-1192)) (-4 *7 (-1192)))) (-2485 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-687 *4 *5 *6 *7)) (-4 *4 (-601 (-529))) (-4 *5 (-1192)) (-4 *6 (-1192)) (-4 *7 (-1192)))))
+(-10 -7 (-15 -2485 ((-1 |#4| |#2| |#3|) (-1155))) (-15 -2068 ((-1 |#4| |#2| |#3|) |#1| (-1155) (-1155))))
+((-3200 (((-111) $ $) NIL)) (-3736 (((-1243) $ (-757)) 14)) (-1457 (((-757) $) 12)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 18) ((|#1| $) 15) (($ |#1|) 23)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 25)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 24)))
+(((-688 |#1|) (-13 (-130) (-600 |#1|) (-10 -8 (-15 -3212 ($ |#1|)))) (-1079)) (T -688))
+((-3212 (*1 *1 *2) (-12 (-5 *1 (-688 *2)) (-4 *2 (-1079)))))
+(-13 (-130) (-600 |#1|) (-10 -8 (-15 -3212 ($ |#1|))))
+((-3973 (((-1 (-220) (-220) (-220)) |#1| (-1155) (-1155)) 34) (((-1 (-220) (-220)) |#1| (-1155)) 39)))
+(((-689 |#1|) (-10 -7 (-15 -3973 ((-1 (-220) (-220)) |#1| (-1155))) (-15 -3973 ((-1 (-220) (-220) (-220)) |#1| (-1155) (-1155)))) (-601 (-529))) (T -689))
+((-3973 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1155)) (-5 *2 (-1 (-220) (-220) (-220))) (-5 *1 (-689 *3)) (-4 *3 (-601 (-529))))) (-3973 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-5 *2 (-1 (-220) (-220))) (-5 *1 (-689 *3)) (-4 *3 (-601 (-529))))))
+(-10 -7 (-15 -3973 ((-1 (-220) (-220)) |#1| (-1155))) (-15 -3973 ((-1 (-220) (-220) (-220)) |#1| (-1155) (-1155))))
+((-2408 (((-1155) |#1| (-1155) (-630 (-1155))) 9) (((-1155) |#1| (-1155) (-1155) (-1155)) 12) (((-1155) |#1| (-1155) (-1155)) 11) (((-1155) |#1| (-1155)) 10)))
+(((-690 |#1|) (-10 -7 (-15 -2408 ((-1155) |#1| (-1155))) (-15 -2408 ((-1155) |#1| (-1155) (-1155))) (-15 -2408 ((-1155) |#1| (-1155) (-1155) (-1155))) (-15 -2408 ((-1155) |#1| (-1155) (-630 (-1155))))) (-601 (-529))) (T -690))
+((-2408 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-630 (-1155))) (-5 *2 (-1155)) (-5 *1 (-690 *3)) (-4 *3 (-601 (-529))))) (-2408 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-690 *3)) (-4 *3 (-601 (-529))))) (-2408 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-690 *3)) (-4 *3 (-601 (-529))))) (-2408 (*1 *2 *3 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-690 *3)) (-4 *3 (-601 (-529))))))
+(-10 -7 (-15 -2408 ((-1155) |#1| (-1155))) (-15 -2408 ((-1155) |#1| (-1155) (-1155))) (-15 -2408 ((-1155) |#1| (-1155) (-1155) (-1155))) (-15 -2408 ((-1155) |#1| (-1155) (-630 (-1155)))))
+((-4007 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
+(((-691 |#1| |#2|) (-10 -7 (-15 -4007 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1192) (-1192)) (T -691))
+((-4007 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-691 *3 *4)) (-4 *3 (-1192)) (-4 *4 (-1192)))))
+(-10 -7 (-15 -4007 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
+((-3846 (((-1 |#3| |#2|) (-1155)) 11)) (-2068 (((-1 |#3| |#2|) |#1| (-1155)) 21)))
+(((-692 |#1| |#2| |#3|) (-10 -7 (-15 -3846 ((-1 |#3| |#2|) (-1155))) (-15 -2068 ((-1 |#3| |#2|) |#1| (-1155)))) (-601 (-529)) (-1192) (-1192)) (T -692))
+((-2068 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-5 *2 (-1 *6 *5)) (-5 *1 (-692 *3 *5 *6)) (-4 *3 (-601 (-529))) (-4 *5 (-1192)) (-4 *6 (-1192)))) (-3846 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1 *6 *5)) (-5 *1 (-692 *4 *5 *6)) (-4 *4 (-601 (-529))) (-4 *5 (-1192)) (-4 *6 (-1192)))))
+(-10 -7 (-15 -3846 ((-1 |#3| |#2|) (-1155))) (-15 -2068 ((-1 |#3| |#2|) |#1| (-1155))))
+((-4065 (((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-630 |#2|) (-630 (-1151 |#4|)) (-630 |#3|) (-630 |#4|) (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| |#4|)))) (-630 (-757)) (-1238 (-630 (-1151 |#3|))) |#3|) 62)) (-3183 (((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-630 |#2|) (-630 (-1151 |#3|)) (-630 |#3|) (-630 |#4|) (-630 (-757)) |#3|) 75)) (-3060 (((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-630 |#2|) (-630 |#3|) (-630 (-757)) (-630 (-1151 |#4|)) (-1238 (-630 (-1151 |#3|))) |#3|) 34)))
+(((-693 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3060 ((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-630 |#2|) (-630 |#3|) (-630 (-757)) (-630 (-1151 |#4|)) (-1238 (-630 (-1151 |#3|))) |#3|)) (-15 -3183 ((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-630 |#2|) (-630 (-1151 |#3|)) (-630 |#3|) (-630 |#4|) (-630 (-757)) |#3|)) (-15 -4065 ((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-630 |#2|) (-630 (-1151 |#4|)) (-630 |#3|) (-630 |#4|) (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| |#4|)))) (-630 (-757)) (-1238 (-630 (-1151 |#3|))) |#3|))) (-779) (-833) (-301) (-931 |#3| |#1| |#2|)) (T -693))
+((-4065 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-630 (-1151 *13))) (-5 *3 (-1151 *13)) (-5 *4 (-630 *12)) (-5 *5 (-630 *10)) (-5 *6 (-630 *13)) (-5 *7 (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| *13))))) (-5 *8 (-630 (-757))) (-5 *9 (-1238 (-630 (-1151 *10)))) (-4 *12 (-833)) (-4 *10 (-301)) (-4 *13 (-931 *10 *11 *12)) (-4 *11 (-779)) (-5 *1 (-693 *11 *12 *10 *13)))) (-3183 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-630 *11)) (-5 *5 (-630 (-1151 *9))) (-5 *6 (-630 *9)) (-5 *7 (-630 *12)) (-5 *8 (-630 (-757))) (-4 *11 (-833)) (-4 *9 (-301)) (-4 *12 (-931 *9 *10 *11)) (-4 *10 (-779)) (-5 *2 (-630 (-1151 *12))) (-5 *1 (-693 *10 *11 *9 *12)) (-5 *3 (-1151 *12)))) (-3060 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-630 (-1151 *11))) (-5 *3 (-1151 *11)) (-5 *4 (-630 *10)) (-5 *5 (-630 *8)) (-5 *6 (-630 (-757))) (-5 *7 (-1238 (-630 (-1151 *8)))) (-4 *10 (-833)) (-4 *8 (-301)) (-4 *11 (-931 *8 *9 *10)) (-4 *9 (-779)) (-5 *1 (-693 *9 *10 *8 *11)))))
+(-10 -7 (-15 -3060 ((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-630 |#2|) (-630 |#3|) (-630 (-757)) (-630 (-1151 |#4|)) (-1238 (-630 (-1151 |#3|))) |#3|)) (-15 -3183 ((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-630 |#2|) (-630 (-1151 |#3|)) (-630 |#3|) (-630 |#4|) (-630 (-757)) |#3|)) (-15 -4065 ((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-630 |#2|) (-630 (-1151 |#4|)) (-630 |#3|) (-630 |#4|) (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| |#4|)))) (-630 (-757)) (-1238 (-630 (-1151 |#3|))) |#3|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3765 (($ $) 39)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-3590 (($ |#1| (-757)) 37)) (-3264 (((-757) $) 41)) (-3743 ((|#1| $) 40)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2672 (((-757) $) 42)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 36 (|has| |#1| (-169)))) (-1925 ((|#1| $ (-757)) 38)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 44) (($ |#1| $) 43)))
+(((-694 |#1|) (-137) (-1031)) (T -694))
+((-2672 (*1 *2 *1) (-12 (-4 *1 (-694 *3)) (-4 *3 (-1031)) (-5 *2 (-757)))) (-3264 (*1 *2 *1) (-12 (-4 *1 (-694 *3)) (-4 *3 (-1031)) (-5 *2 (-757)))) (-3743 (*1 *2 *1) (-12 (-4 *1 (-694 *2)) (-4 *2 (-1031)))) (-3765 (*1 *1 *1) (-12 (-4 *1 (-694 *2)) (-4 *2 (-1031)))) (-1925 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *1 (-694 *2)) (-4 *2 (-1031)))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-694 *2)) (-4 *2 (-1031)))))
+(-13 (-1031) (-110 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-169)) (-6 (-38 |t#1|)) |%noBranch|) (-15 -2672 ((-757) $)) (-15 -3264 ((-757) $)) (-15 -3743 (|t#1| $)) (-15 -3765 ($ $)) (-15 -1925 (|t#1| $ (-757))) (-15 -3590 ($ |t#1| (-757)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-169)) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-703 |#1|) |has| |#1| (-169)) ((-712) . T) ((-1037 |#1|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-1478 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
+(((-695 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1478 (|#6| (-1 |#4| |#1|) |#3|))) (-545) (-1214 |#1|) (-1214 (-401 |#2|)) (-545) (-1214 |#4|) (-1214 (-401 |#5|))) (T -695))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-545)) (-4 *7 (-545)) (-4 *6 (-1214 *5)) (-4 *2 (-1214 (-401 *8))) (-5 *1 (-695 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1214 (-401 *6))) (-4 *8 (-1214 *7)))))
+(-10 -7 (-15 -1478 (|#6| (-1 |#4| |#1|) |#3|)))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2823 (((-1137) (-845)) 31)) (-2595 (((-1243) (-1137)) 28)) (-2099 (((-1137) (-845)) 24)) (-2828 (((-1137) (-845)) 25)) (-3212 (((-845) $) NIL) (((-1137) (-845)) 23)) (-1614 (((-111) $ $) NIL)))
+(((-696) (-13 (-1079) (-10 -7 (-15 -3212 ((-1137) (-845))) (-15 -2099 ((-1137) (-845))) (-15 -2828 ((-1137) (-845))) (-15 -2823 ((-1137) (-845))) (-15 -2595 ((-1243) (-1137)))))) (T -696))
+((-3212 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1137)) (-5 *1 (-696)))) (-2099 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1137)) (-5 *1 (-696)))) (-2828 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1137)) (-5 *1 (-696)))) (-2823 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1137)) (-5 *1 (-696)))) (-2595 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-696)))))
+(-13 (-1079) (-10 -7 (-15 -3212 ((-1137) (-845))) (-15 -2099 ((-1137) (-845))) (-15 -2828 ((-1137) (-845))) (-15 -2823 ((-1137) (-845))) (-15 -2595 ((-1243) (-1137)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-4005 (($ $ $) NIL)) (-3883 (($ |#1| |#2|) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-1434 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-4304 ((|#2| $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2246 (((-3 $ "failed") $ $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) ((|#1| $) NIL)) (-1348 (((-757)) NIL)) (-2453 (((-111) $ $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL)))
+(((-697 |#1| |#2| |#3| |#4| |#5|) (-13 (-357) (-10 -8 (-15 -4304 (|#2| $)) (-15 -3212 (|#1| $)) (-15 -3883 ($ |#1| |#2|)) (-15 -2246 ((-3 $ "failed") $ $)))) (-169) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -697))
+((-4304 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-697 *3 *2 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3212 (*1 *2 *1) (-12 (-4 *2 (-169)) (-5 *1 (-697 *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)))) (-3883 (*1 *1 *2 *3) (-12 (-5 *1 (-697 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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)))) (-2246 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-697 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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 (-357) (-10 -8 (-15 -4304 (|#2| $)) (-15 -3212 (|#1| $)) (-15 -3883 ($ |#1| |#2|)) (-15 -2246 ((-3 $ "failed") $ $))))
+((-3200 (((-111) $ $) 78)) (-1719 (((-111) $) 30)) (-4238 (((-1238 |#1|) $ (-757)) NIL)) (-3611 (((-630 (-1061)) $) NIL)) (-2345 (($ (-1151 |#1|)) NIL)) (-3447 (((-1151 $) $ (-1061)) NIL) (((-1151 |#1|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-1061))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3248 (($ $ $) NIL (|has| |#1| (-545)))) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3837 (($ $) NIL (|has| |#1| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2662 (((-757)) 47 (|has| |#1| (-362)))) (-3106 (($ $ (-757)) NIL)) (-2024 (($ $ (-757)) NIL)) (-1932 ((|#2| |#2|) 44)) (-4049 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-445)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-1061) "failed") $) NIL)) (-2831 ((|#1| $) NIL) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-1061) $) NIL)) (-2697 (($ $ $ (-1061)) NIL (|has| |#1| (-169))) ((|#1| $ $) NIL (|has| |#1| (-169)))) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) 34)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3883 (($ |#2|) 42)) (-3889 (((-3 $ "failed") $) 86)) (-1333 (($) 51 (|has| |#1| (-362)))) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3298 (($ $ $) NIL)) (-1514 (($ $ $) NIL (|has| |#1| (-545)))) (-1482 (((-2 (|:| -4157 |#1|) (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-545)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL (|has| |#1| (-445))) (($ $ (-1061)) NIL (|has| |#1| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#1| (-891)))) (-3981 (((-940 $)) 80)) (-1369 (($ $ |#1| (-757) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-1061) (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-1061) (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-2592 (((-757) $ $) NIL (|has| |#1| (-545)))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-1130)))) (-3601 (($ (-1151 |#1|) (-1061)) NIL) (($ (-1151 $) (-1061)) NIL)) (-2055 (($ $ (-757)) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-757)) 77) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-1061)) NIL) (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-4304 ((|#2|) 45)) (-3264 (((-757) $) NIL) (((-757) $ (-1061)) NIL) (((-630 (-757)) $ (-630 (-1061))) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2364 (($ (-1 (-757) (-757)) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2960 (((-1151 |#1|) $) NIL)) (-2903 (((-3 (-1061) "failed") $) NIL)) (-3941 (((-903) $) NIL (|has| |#1| (-362)))) (-3873 ((|#2| $) 41)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) 28)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4056 (((-1137) $) NIL)) (-4288 (((-2 (|:| -4294 $) (|:| -3300 $)) $ (-757)) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-1061)) (|:| -3503 (-757))) "failed") $) NIL)) (-1619 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1979 (($) NIL (|has| |#1| (-1130)) CONST)) (-2839 (($ (-903)) NIL (|has| |#1| (-362)))) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-3680 (($ $) 79 (|has| |#1| (-343)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-891)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545))) (((-3 $ "failed") $ $) 85 (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-1061) |#1|) NIL) (($ $ (-630 (-1061)) (-630 |#1|)) NIL) (($ $ (-1061) $) NIL) (($ $ (-630 (-1061)) (-630 $)) NIL)) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-401 $) (-401 $) (-401 $)) NIL (|has| |#1| (-545))) ((|#1| (-401 $) |#1|) NIL (|has| |#1| (-357))) (((-401 $) $ (-401 $)) NIL (|has| |#1| (-545)))) (-2271 (((-3 $ "failed") $ (-757)) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 87 (|has| |#1| (-357)))) (-3488 (($ $ (-1061)) NIL (|has| |#1| (-169))) ((|#1| $) NIL (|has| |#1| (-169)))) (-3095 (($ $ (-1061)) NIL) (($ $ (-630 (-1061))) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL) (($ $ (-757)) NIL) (($ $) NIL) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-2672 (((-757) $) 32) (((-757) $ (-1061)) NIL) (((-630 (-757)) $ (-630 (-1061))) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-1061) (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-1061) (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-1061) (-601 (-529))) (|has| |#1| (-601 (-529)))))) (-3998 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-1061)) NIL (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-1947 (((-940 $)) 36)) (-1846 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545))) (((-3 (-401 $) "failed") (-401 $) $) NIL (|has| |#1| (-545)))) (-3212 (((-845) $) 61) (($ (-553)) NIL) (($ |#1|) 58) (($ (-1061)) NIL) (($ |#2|) 68) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-757)) 63) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#1| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) 20 T CONST)) (-2405 (((-1238 |#1|) $) 75)) (-3650 (($ (-1238 |#1|)) 50)) (-3308 (($) 8 T CONST)) (-1766 (($ $ (-1061)) NIL) (($ $ (-630 (-1061))) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL) (($ $ (-757)) NIL) (($ $) NIL) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2233 (((-1238 |#1|) $) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) 69)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) 72) (($ $ $) NIL)) (-1699 (($ $ $) 33)) (** (($ $ (-903)) NIL) (($ $ (-757)) 81)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 57) (($ $ $) 74) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 55) (($ $ |#1|) NIL)))
+(((-698 |#1| |#2|) (-13 (-1214 |#1|) (-10 -8 (-15 -1932 (|#2| |#2|)) (-15 -4304 (|#2|)) (-15 -3883 ($ |#2|)) (-15 -3873 (|#2| $)) (-15 -3212 ($ |#2|)) (-15 -2405 ((-1238 |#1|) $)) (-15 -3650 ($ (-1238 |#1|))) (-15 -2233 ((-1238 |#1|) $)) (-15 -3981 ((-940 $))) (-15 -1947 ((-940 $))) (IF (|has| |#1| (-343)) (-15 -3680 ($ $)) |%noBranch|) (IF (|has| |#1| (-362)) (-6 (-362)) |%noBranch|))) (-1031) (-1214 |#1|)) (T -698))
+((-1932 (*1 *2 *2) (-12 (-4 *3 (-1031)) (-5 *1 (-698 *3 *2)) (-4 *2 (-1214 *3)))) (-4304 (*1 *2) (-12 (-4 *2 (-1214 *3)) (-5 *1 (-698 *3 *2)) (-4 *3 (-1031)))) (-3883 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-5 *1 (-698 *3 *2)) (-4 *2 (-1214 *3)))) (-3873 (*1 *2 *1) (-12 (-4 *2 (-1214 *3)) (-5 *1 (-698 *3 *2)) (-4 *3 (-1031)))) (-3212 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-5 *1 (-698 *3 *2)) (-4 *2 (-1214 *3)))) (-2405 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-5 *2 (-1238 *3)) (-5 *1 (-698 *3 *4)) (-4 *4 (-1214 *3)))) (-3650 (*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-1031)) (-5 *1 (-698 *3 *4)) (-4 *4 (-1214 *3)))) (-2233 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-5 *2 (-1238 *3)) (-5 *1 (-698 *3 *4)) (-4 *4 (-1214 *3)))) (-3981 (*1 *2) (-12 (-4 *3 (-1031)) (-5 *2 (-940 (-698 *3 *4))) (-5 *1 (-698 *3 *4)) (-4 *4 (-1214 *3)))) (-1947 (*1 *2) (-12 (-4 *3 (-1031)) (-5 *2 (-940 (-698 *3 *4))) (-5 *1 (-698 *3 *4)) (-4 *4 (-1214 *3)))) (-3680 (*1 *1 *1) (-12 (-4 *2 (-343)) (-4 *2 (-1031)) (-5 *1 (-698 *2 *3)) (-4 *3 (-1214 *2)))))
+(-13 (-1214 |#1|) (-10 -8 (-15 -1932 (|#2| |#2|)) (-15 -4304 (|#2|)) (-15 -3883 ($ |#2|)) (-15 -3873 (|#2| $)) (-15 -3212 ($ |#2|)) (-15 -2405 ((-1238 |#1|) $)) (-15 -3650 ($ (-1238 |#1|))) (-15 -2233 ((-1238 |#1|) $)) (-15 -3981 ((-940 $))) (-15 -1947 ((-940 $))) (IF (|has| |#1| (-343)) (-15 -3680 ($ $)) |%noBranch|) (IF (|has| |#1| (-362)) (-6 (-362)) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2839 ((|#1| $) 13)) (-2875 (((-1099) $) NIL)) (-3503 ((|#2| $) 12)) (-3225 (($ |#1| |#2|) 16)) (-3212 (((-845) $) NIL) (($ (-2 (|:| -2839 |#1|) (|:| -3503 |#2|))) 15) (((-2 (|:| -2839 |#1|) (|:| -3503 |#2|)) $) 14)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 11)))
+(((-699 |#1| |#2| |#3|) (-13 (-833) (-10 -8 (-15 -3503 (|#2| $)) (-15 -2839 (|#1| $)) (-15 -3212 ($ (-2 (|:| -2839 |#1|) (|:| -3503 |#2|)))) (-15 -3212 ((-2 (|:| -2839 |#1|) (|:| -3503 |#2|)) $)) (-15 -3225 ($ |#1| |#2|)))) (-833) (-1079) (-1 (-111) (-2 (|:| -2839 |#1|) (|:| -3503 |#2|)) (-2 (|:| -2839 |#1|) (|:| -3503 |#2|)))) (T -699))
+((-3503 (*1 *2 *1) (-12 (-4 *2 (-1079)) (-5 *1 (-699 *3 *2 *4)) (-4 *3 (-833)) (-14 *4 (-1 (-111) (-2 (|:| -2839 *3) (|:| -3503 *2)) (-2 (|:| -2839 *3) (|:| -3503 *2)))))) (-2839 (*1 *2 *1) (-12 (-4 *2 (-833)) (-5 *1 (-699 *2 *3 *4)) (-4 *3 (-1079)) (-14 *4 (-1 (-111) (-2 (|:| -2839 *2) (|:| -3503 *3)) (-2 (|:| -2839 *2) (|:| -3503 *3)))))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2839 *3) (|:| -3503 *4))) (-4 *3 (-833)) (-4 *4 (-1079)) (-5 *1 (-699 *3 *4 *5)) (-14 *5 (-1 (-111) *2 *2)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2839 *3) (|:| -3503 *4))) (-5 *1 (-699 *3 *4 *5)) (-4 *3 (-833)) (-4 *4 (-1079)) (-14 *5 (-1 (-111) *2 *2)))) (-3225 (*1 *1 *2 *3) (-12 (-5 *1 (-699 *2 *3 *4)) (-4 *2 (-833)) (-4 *3 (-1079)) (-14 *4 (-1 (-111) (-2 (|:| -2839 *2) (|:| -3503 *3)) (-2 (|:| -2839 *2) (|:| -3503 *3)))))))
+(-13 (-833) (-10 -8 (-15 -3503 (|#2| $)) (-15 -2839 (|#1| $)) (-15 -3212 ($ (-2 (|:| -2839 |#1|) (|:| -3503 |#2|)))) (-15 -3212 ((-2 (|:| -2839 |#1|) (|:| -3503 |#2|)) $)) (-15 -3225 ($ |#1| |#2|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 59)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) 89) (((-3 (-113) "failed") $) 95)) (-2831 ((|#1| $) NIL) (((-113) $) 39)) (-3889 (((-3 $ "failed") $) 90)) (-1836 ((|#2| (-113) |#2|) 82)) (-1434 (((-111) $) NIL)) (-4306 (($ |#1| (-355 (-113))) 14)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3818 (($ $ (-1 |#2| |#2|)) 58)) (-1888 (($ $ (-1 |#2| |#2|)) 44)) (-2061 ((|#2| $ |#2|) 33)) (-2699 ((|#1| |#1|) 105 (|has| |#1| (-169)))) (-3212 (((-845) $) 66) (($ (-553)) 18) (($ |#1|) 17) (($ (-113)) 23)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) 37)) (-3872 (($ $) 99 (|has| |#1| (-169))) (($ $ $) 103 (|has| |#1| (-169)))) (-3296 (($) 21 T CONST)) (-3308 (($) 9 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) 48) (($ $ $) NIL)) (-1699 (($ $ $) 73)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ (-113) (-553)) NIL) (($ $ (-553)) 57)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 98) (($ $ $) 50) (($ |#1| $) 96 (|has| |#1| (-169))) (($ $ |#1|) 97 (|has| |#1| (-169)))))
+(((-700 |#1| |#2|) (-13 (-1031) (-1020 |#1|) (-1020 (-113)) (-280 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-6 (-38 |#1|)) (-15 -3872 ($ $)) (-15 -3872 ($ $ $)) (-15 -2699 (|#1| |#1|))) |%noBranch|) (-15 -1888 ($ $ (-1 |#2| |#2|))) (-15 -3818 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-113) (-553))) (-15 ** ($ $ (-553))) (-15 -1836 (|#2| (-113) |#2|)) (-15 -4306 ($ |#1| (-355 (-113)))))) (-1031) (-633 |#1|)) (T -700))
+((-3872 (*1 *1 *1) (-12 (-4 *2 (-169)) (-4 *2 (-1031)) (-5 *1 (-700 *2 *3)) (-4 *3 (-633 *2)))) (-3872 (*1 *1 *1 *1) (-12 (-4 *2 (-169)) (-4 *2 (-1031)) (-5 *1 (-700 *2 *3)) (-4 *3 (-633 *2)))) (-2699 (*1 *2 *2) (-12 (-4 *2 (-169)) (-4 *2 (-1031)) (-5 *1 (-700 *2 *3)) (-4 *3 (-633 *2)))) (-1888 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-633 *3)) (-4 *3 (-1031)) (-5 *1 (-700 *3 *4)))) (-3818 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-633 *3)) (-4 *3 (-1031)) (-5 *1 (-700 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-553)) (-4 *4 (-1031)) (-5 *1 (-700 *4 *5)) (-4 *5 (-633 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *3 (-1031)) (-5 *1 (-700 *3 *4)) (-4 *4 (-633 *3)))) (-1836 (*1 *2 *3 *2) (-12 (-5 *3 (-113)) (-4 *4 (-1031)) (-5 *1 (-700 *4 *2)) (-4 *2 (-633 *4)))) (-4306 (*1 *1 *2 *3) (-12 (-5 *3 (-355 (-113))) (-4 *2 (-1031)) (-5 *1 (-700 *2 *4)) (-4 *4 (-633 *2)))))
+(-13 (-1031) (-1020 |#1|) (-1020 (-113)) (-280 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-6 (-38 |#1|)) (-15 -3872 ($ $)) (-15 -3872 ($ $ $)) (-15 -2699 (|#1| |#1|))) |%noBranch|) (-15 -1888 ($ $ (-1 |#2| |#2|))) (-15 -3818 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-113) (-553))) (-15 ** ($ $ (-553))) (-15 -1836 (|#2| (-113) |#2|)) (-15 -4306 ($ |#1| (-355 (-113))))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 33)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3883 (($ |#1| |#2|) 25)) (-3889 (((-3 $ "failed") $) 48)) (-1434 (((-111) $) 35)) (-4304 ((|#2| $) 12)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 49)) (-2875 (((-1099) $) NIL)) (-2246 (((-3 $ "failed") $ $) 47)) (-3212 (((-845) $) 24) (($ (-553)) 19) ((|#1| $) 13)) (-1348 (((-757)) 28)) (-3296 (($) 16 T CONST)) (-3308 (($) 30 T CONST)) (-1614 (((-111) $ $) 38)) (-1710 (($ $) 43) (($ $ $) 37)) (-1699 (($ $ $) 40)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 21) (($ $ $) 20)))
+(((-701 |#1| |#2| |#3| |#4| |#5|) (-13 (-1031) (-10 -8 (-15 -4304 (|#2| $)) (-15 -3212 (|#1| $)) (-15 -3883 ($ |#1| |#2|)) (-15 -2246 ((-3 $ "failed") $ $)) (-15 -3889 ((-3 $ "failed") $)) (-15 -3700 ($ $)))) (-169) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -701))
+((-3889 (*1 *1 *1) (|partial| -12 (-5 *1 (-701 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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)))) (-4304 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-701 *3 *2 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-3212 (*1 *2 *1) (-12 (-4 *2 (-169)) (-5 *1 (-701 *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)))) (-3883 (*1 *1 *2 *3) (-12 (-5 *1 (-701 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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)))) (-2246 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-701 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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)))) (-3700 (*1 *1 *1) (-12 (-5 *1 (-701 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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 (-1031) (-10 -8 (-15 -4304 (|#2| $)) (-15 -3212 (|#1| $)) (-15 -3883 ($ |#1| |#2|)) (-15 -2246 ((-3 $ "failed") $ $)) (-15 -3889 ((-3 $ "failed") $)) (-15 -3700 ($ $))))
+((* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ |#2| $) NIL) (($ $ |#2|) 9)))
+(((-702 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|))) (-703 |#2|) (-169)) (T -702))
+NIL
+(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
+(((-703 |#1|) (-137) (-169)) (T -703))
NIL
(-13 (-110 |t#1| |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-1036 |#1|) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-1603 (($ |#1|) 17) (($ $ |#1|) 20)) (-2881 (($ |#1|) 18) (($ $ |#1|) 21)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-4065 (((-111) $) NIL)) (-2079 (($ |#1| |#1| |#1| |#1|) 8)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 16)) (-2876 (((-1098) $) NIL)) (-2432 ((|#1| $ |#1|) 24) (((-818 |#1|) $ (-818 |#1|)) 32)) (-2074 (($ $ $) NIL)) (-2104 (($ $ $) NIL)) (-3213 (((-844) $) 39)) (-3309 (($) 9 T CONST)) (-1613 (((-111) $ $) 44)) (-1720 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ $ $) 14)))
-(((-703 |#1|) (-13 (-466) (-10 -8 (-15 -2079 ($ |#1| |#1| |#1| |#1|)) (-15 -1603 ($ |#1|)) (-15 -2881 ($ |#1|)) (-15 -1293 ($)) (-15 -1603 ($ $ |#1|)) (-15 -2881 ($ $ |#1|)) (-15 -1293 ($ $)) (-15 -2432 (|#1| $ |#1|)) (-15 -2432 ((-818 |#1|) $ (-818 |#1|))))) (-357)) (T -703))
-((-2079 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357)))) (-1603 (*1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357)))) (-2881 (*1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357)))) (-1293 (*1 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357)))) (-1603 (*1 *1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357)))) (-2881 (*1 *1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357)))) (-1293 (*1 *1 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357)))) (-2432 (*1 *2 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357)))) (-2432 (*1 *2 *1 *2) (-12 (-5 *2 (-818 *3)) (-4 *3 (-357)) (-5 *1 (-703 *3)))))
-(-13 (-466) (-10 -8 (-15 -2079 ($ |#1| |#1| |#1| |#1|)) (-15 -1603 ($ |#1|)) (-15 -2881 ($ |#1|)) (-15 -1293 ($)) (-15 -1603 ($ $ |#1|)) (-15 -2881 ($ $ |#1|)) (-15 -1293 ($ $)) (-15 -2432 (|#1| $ |#1|)) (-15 -2432 ((-818 |#1|) $ (-818 |#1|)))))
-((-3422 (($ $ (-902)) 12)) (-1736 (($ $ (-902)) 13)) (** (($ $ (-902)) 10)))
-(((-704 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-902))) (-15 -1736 (|#1| |#1| (-902))) (-15 -3422 (|#1| |#1| (-902)))) (-705)) (T -704))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-902))) (-15 -1736 (|#1| |#1| (-902))) (-15 -3422 (|#1| |#1| (-902))))
-((-3202 (((-111) $ $) 7)) (-3422 (($ $ (-902)) 15)) (-1736 (($ $ (-902)) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)) (** (($ $ (-902)) 13)) (* (($ $ $) 16)))
-(((-705) (-137)) (T -705))
-((* (*1 *1 *1 *1) (-4 *1 (-705))) (-3422 (*1 *1 *1 *2) (-12 (-4 *1 (-705)) (-5 *2 (-902)))) (-1736 (*1 *1 *1 *2) (-12 (-4 *1 (-705)) (-5 *2 (-902)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-705)) (-5 *2 (-902)))))
-(-13 (-1078) (-10 -8 (-15 * ($ $ $)) (-15 -3422 ($ $ (-902))) (-15 -1736 ($ $ (-902))) (-15 ** ($ $ (-902)))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3422 (($ $ (-902)) NIL) (($ $ (-756)) 17)) (-4065 (((-111) $) 10)) (-1736 (($ $ (-902)) NIL) (($ $ (-756)) 18)) (** (($ $ (-902)) NIL) (($ $ (-756)) 15)))
-(((-706 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-756))) (-15 -1736 (|#1| |#1| (-756))) (-15 -3422 (|#1| |#1| (-756))) (-15 -4065 ((-111) |#1|)) (-15 ** (|#1| |#1| (-902))) (-15 -1736 (|#1| |#1| (-902))) (-15 -3422 (|#1| |#1| (-902)))) (-707)) (T -706))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-756))) (-15 -1736 (|#1| |#1| (-756))) (-15 -3422 (|#1| |#1| (-756))) (-15 -4065 ((-111) |#1|)) (-15 ** (|#1| |#1| (-902))) (-15 -1736 (|#1| |#1| (-902))) (-15 -3422 (|#1| |#1| (-902))))
-((-3202 (((-111) $ $) 7)) (-2583 (((-3 $ "failed") $) 17)) (-3422 (($ $ (-902)) 15) (($ $ (-756)) 22)) (-1293 (((-3 $ "failed") $) 19)) (-4065 (((-111) $) 23)) (-4152 (((-3 $ "failed") $) 18)) (-1736 (($ $ (-902)) 14) (($ $ (-756)) 21)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3309 (($) 24 T CONST)) (-1613 (((-111) $ $) 6)) (** (($ $ (-902)) 13) (($ $ (-756)) 20)) (* (($ $ $) 16)))
-(((-707) (-137)) (T -707))
-((-3309 (*1 *1) (-4 *1 (-707))) (-4065 (*1 *2 *1) (-12 (-4 *1 (-707)) (-5 *2 (-111)))) (-3422 (*1 *1 *1 *2) (-12 (-4 *1 (-707)) (-5 *2 (-756)))) (-1736 (*1 *1 *1 *2) (-12 (-4 *1 (-707)) (-5 *2 (-756)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-707)) (-5 *2 (-756)))) (-1293 (*1 *1 *1) (|partial| -4 *1 (-707))) (-4152 (*1 *1 *1) (|partial| -4 *1 (-707))) (-2583 (*1 *1 *1) (|partial| -4 *1 (-707))))
-(-13 (-705) (-10 -8 (-15 (-3309) ($) -3930) (-15 -4065 ((-111) $)) (-15 -3422 ($ $ (-756))) (-15 -1736 ($ $ (-756))) (-15 ** ($ $ (-756))) (-15 -1293 ((-3 $ "failed") $)) (-15 -4152 ((-3 $ "failed") $)) (-15 -2583 ((-3 $ "failed") $))))
-(((-101) . T) ((-599 (-844)) . T) ((-705) . T) ((-1078) . T))
-((-2663 (((-756)) 34)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 |#2| "failed") $) 25)) (-2832 (((-552) $) NIL) (((-401 (-552)) $) NIL) ((|#2| $) 22)) (-3884 (($ |#3|) NIL) (((-3 $ "failed") (-401 |#3|)) 44)) (-1293 (((-3 $ "failed") $) 64)) (-1332 (($) 38)) (-4346 ((|#2| $) 20)) (-4126 (($) 17)) (-3096 (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) 52) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) NIL) (($ $ (-756)) NIL) (($ $) NIL)) (-1433 (((-673 |#2|) (-1237 $) (-1 |#2| |#2|)) 59)) (-1522 (((-1237 |#2|) $) NIL) (($ (-1237 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-3767 ((|#3| $) 32)) (-4199 (((-1237 $)) 29)))
-(((-708 |#1| |#2| |#3|) (-10 -8 (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -1332 (|#1|)) (-15 -2663 ((-756))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -1433 ((-673 |#2|) (-1237 |#1|) (-1 |#2| |#2|))) (-15 -3884 ((-3 |#1| "failed") (-401 |#3|))) (-15 -1522 (|#1| |#3|)) (-15 -3884 (|#1| |#3|)) (-15 -4126 (|#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1522 (|#3| |#1|)) (-15 -1522 (|#1| (-1237 |#2|))) (-15 -1522 ((-1237 |#2|) |#1|)) (-15 -4199 ((-1237 |#1|))) (-15 -3767 (|#3| |#1|)) (-15 -4346 (|#2| |#1|)) (-15 -1293 ((-3 |#1| "failed") |#1|))) (-709 |#2| |#3|) (-169) (-1213 |#2|)) (T -708))
-((-2663 (*1 *2) (-12 (-4 *4 (-169)) (-4 *5 (-1213 *4)) (-5 *2 (-756)) (-5 *1 (-708 *3 *4 *5)) (-4 *3 (-709 *4 *5)))))
-(-10 -8 (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -1332 (|#1|)) (-15 -2663 ((-756))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -1433 ((-673 |#2|) (-1237 |#1|) (-1 |#2| |#2|))) (-15 -3884 ((-3 |#1| "failed") (-401 |#3|))) (-15 -1522 (|#1| |#3|)) (-15 -3884 (|#1| |#3|)) (-15 -4126 (|#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1522 (|#3| |#1|)) (-15 -1522 (|#1| (-1237 |#2|))) (-15 -1522 ((-1237 |#2|) |#1|)) (-15 -4199 ((-1237 |#1|))) (-15 -3767 (|#3| |#1|)) (-15 -4346 (|#2| |#1|)) (-15 -1293 ((-3 |#1| "failed") |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 91 (|has| |#1| (-357)))) (-3303 (($ $) 92 (|has| |#1| (-357)))) (-1334 (((-111) $) 94 (|has| |#1| (-357)))) (-2977 (((-673 |#1|) (-1237 $)) 44) (((-673 |#1|)) 59)) (-1549 ((|#1| $) 50)) (-1271 (((-1164 (-902) (-756)) (-552)) 144 (|has| |#1| (-343)))) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 111 (|has| |#1| (-357)))) (-3343 (((-412 $) $) 112 (|has| |#1| (-357)))) (-2393 (((-111) $ $) 102 (|has| |#1| (-357)))) (-2663 (((-756)) 85 (|has| |#1| (-362)))) (-2130 (($) 17 T CONST)) (-1393 (((-3 (-552) "failed") $) 166 (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 164 (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 163)) (-2832 (((-552) $) 167 (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) 165 (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 162)) (-4278 (($ (-1237 |#1|) (-1237 $)) 46) (($ (-1237 |#1|)) 62)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) 150 (|has| |#1| (-343)))) (-4006 (($ $ $) 106 (|has| |#1| (-357)))) (-3584 (((-673 |#1|) $ (-1237 $)) 51) (((-673 |#1|) $) 57)) (-2714 (((-673 (-552)) (-673 $)) 161 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 160 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 159) (((-673 |#1|) (-673 $)) 158)) (-3884 (($ |#2|) 155) (((-3 $ "failed") (-401 |#2|)) 152 (|has| |#1| (-357)))) (-1293 (((-3 $ "failed") $) 32)) (-2128 (((-902)) 52)) (-1332 (($) 88 (|has| |#1| (-362)))) (-3987 (($ $ $) 105 (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 100 (|has| |#1| (-357)))) (-4000 (($) 146 (|has| |#1| (-343)))) (-3504 (((-111) $) 147 (|has| |#1| (-343)))) (-1788 (($ $ (-756)) 138 (|has| |#1| (-343))) (($ $) 137 (|has| |#1| (-343)))) (-1677 (((-111) $) 113 (|has| |#1| (-357)))) (-4241 (((-902) $) 149 (|has| |#1| (-343))) (((-818 (-902)) $) 135 (|has| |#1| (-343)))) (-4065 (((-111) $) 30)) (-4346 ((|#1| $) 49)) (-2032 (((-3 $ "failed") $) 139 (|has| |#1| (-343)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 109 (|has| |#1| (-357)))) (-2169 ((|#2| $) 42 (|has| |#1| (-357)))) (-1637 (((-902) $) 87 (|has| |#1| (-362)))) (-3874 ((|#2| $) 153)) (-2552 (($ (-629 $)) 98 (|has| |#1| (-357))) (($ $ $) 97 (|has| |#1| (-357)))) (-2623 (((-1136) $) 9)) (-3701 (($ $) 114 (|has| |#1| (-357)))) (-1977 (($) 140 (|has| |#1| (-343)) CONST)) (-2840 (($ (-902)) 86 (|has| |#1| (-362)))) (-2876 (((-1098) $) 10)) (-4126 (($) 157)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 99 (|has| |#1| (-357)))) (-2594 (($ (-629 $)) 96 (|has| |#1| (-357))) (($ $ $) 95 (|has| |#1| (-357)))) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) 143 (|has| |#1| (-343)))) (-3479 (((-412 $) $) 110 (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 108 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 107 (|has| |#1| (-357)))) (-3969 (((-3 $ "failed") $ $) 90 (|has| |#1| (-357)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 101 (|has| |#1| (-357)))) (-3795 (((-756) $) 103 (|has| |#1| (-357)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 104 (|has| |#1| (-357)))) (-1721 ((|#1| (-1237 $)) 45) ((|#1|) 58)) (-4147 (((-756) $) 148 (|has| |#1| (-343))) (((-3 (-756) "failed") $ $) 136 (|has| |#1| (-343)))) (-3096 (($ $) 134 (-4029 (-3792 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-756)) 132 (-4029 (-3792 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-1154)) 130 (-3792 (|has| |#1| (-881 (-1154))) (|has| |#1| (-357)))) (($ $ (-629 (-1154))) 129 (-3792 (|has| |#1| (-881 (-1154))) (|has| |#1| (-357)))) (($ $ (-1154) (-756)) 128 (-3792 (|has| |#1| (-881 (-1154))) (|has| |#1| (-357)))) (($ $ (-629 (-1154)) (-629 (-756))) 127 (-3792 (|has| |#1| (-881 (-1154))) (|has| |#1| (-357)))) (($ $ (-1 |#1| |#1|) (-756)) 120 (|has| |#1| (-357))) (($ $ (-1 |#1| |#1|)) 119 (|has| |#1| (-357)))) (-1433 (((-673 |#1|) (-1237 $) (-1 |#1| |#1|)) 151 (|has| |#1| (-357)))) (-3521 ((|#2|) 156)) (-1368 (($) 145 (|has| |#1| (-343)))) (-3464 (((-1237 |#1|) $ (-1237 $)) 48) (((-673 |#1|) (-1237 $) (-1237 $)) 47) (((-1237 |#1|) $) 64) (((-673 |#1|) (-1237 $)) 63)) (-1522 (((-1237 |#1|) $) 61) (($ (-1237 |#1|)) 60) ((|#2| $) 168) (($ |#2|) 154)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 142 (|has| |#1| (-343)))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 35) (($ $) 89 (|has| |#1| (-357))) (($ (-401 (-552))) 84 (-4029 (|has| |#1| (-357)) (|has| |#1| (-1019 (-401 (-552))))))) (-3878 (($ $) 141 (|has| |#1| (-343))) (((-3 $ "failed") $) 41 (|has| |#1| (-142)))) (-3767 ((|#2| $) 43)) (-2014 (((-756)) 28)) (-4199 (((-1237 $)) 65)) (-3589 (((-111) $ $) 93 (|has| |#1| (-357)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $) 133 (-4029 (-3792 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-756)) 131 (-4029 (-3792 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-1154)) 126 (-3792 (|has| |#1| (-881 (-1154))) (|has| |#1| (-357)))) (($ $ (-629 (-1154))) 125 (-3792 (|has| |#1| (-881 (-1154))) (|has| |#1| (-357)))) (($ $ (-1154) (-756)) 124 (-3792 (|has| |#1| (-881 (-1154))) (|has| |#1| (-357)))) (($ $ (-629 (-1154)) (-629 (-756))) 123 (-3792 (|has| |#1| (-881 (-1154))) (|has| |#1| (-357)))) (($ $ (-1 |#1| |#1|) (-756)) 122 (|has| |#1| (-357))) (($ $ (-1 |#1| |#1|)) 121 (|has| |#1| (-357)))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ $) 118 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 115 (|has| |#1| (-357)))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36) (($ (-401 (-552)) $) 117 (|has| |#1| (-357))) (($ $ (-401 (-552))) 116 (|has| |#1| (-357)))))
-(((-709 |#1| |#2|) (-137) (-169) (-1213 |t#1|)) (T -709))
-((-4126 (*1 *1) (-12 (-4 *2 (-169)) (-4 *1 (-709 *2 *3)) (-4 *3 (-1213 *2)))) (-3521 (*1 *2) (-12 (-4 *1 (-709 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1213 *3)))) (-3884 (*1 *1 *2) (-12 (-4 *3 (-169)) (-4 *1 (-709 *3 *2)) (-4 *2 (-1213 *3)))) (-1522 (*1 *1 *2) (-12 (-4 *3 (-169)) (-4 *1 (-709 *3 *2)) (-4 *2 (-1213 *3)))) (-3874 (*1 *2 *1) (-12 (-4 *1 (-709 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1213 *3)))) (-3884 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 *4)) (-4 *4 (-1213 *3)) (-4 *3 (-357)) (-4 *3 (-169)) (-4 *1 (-709 *3 *4)))) (-1433 (*1 *2 *3 *4) (-12 (-5 *3 (-1237 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357)) (-4 *1 (-709 *5 *6)) (-4 *5 (-169)) (-4 *6 (-1213 *5)) (-5 *2 (-673 *5)))))
-(-13 (-403 |t#1| |t#2|) (-169) (-600 |t#2|) (-405 |t#1|) (-371 |t#1|) (-10 -8 (-15 -4126 ($)) (-15 -3521 (|t#2|)) (-15 -3884 ($ |t#2|)) (-15 -1522 ($ |t#2|)) (-15 -3874 (|t#2| $)) (IF (|has| |t#1| (-362)) (-6 (-362)) |%noBranch|) (IF (|has| |t#1| (-357)) (PROGN (-6 (-357)) (-6 (-226 |t#1|)) (-15 -3884 ((-3 $ "failed") (-401 |t#2|))) (-15 -1433 ((-673 |t#1|) (-1237 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-343)) (-6 (-343)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-38 |#1|) . T) ((-38 $) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-101) . T) ((-110 #0# #0#) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4029 (|has| |#1| (-343)) (|has| |#1| (-142))) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) . T) ((-600 |#2|) . T) ((-226 |#1|) |has| |#1| (-357)) ((-228) -4029 (|has| |#1| (-343)) (-12 (|has| |#1| (-228)) (|has| |#1| (-357)))) ((-238) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-284) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-301) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-357) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-396) |has| |#1| (-343)) ((-362) -4029 (|has| |#1| (-362)) (|has| |#1| (-343))) ((-343) |has| |#1| (-343)) ((-364 |#1| |#2|) . T) ((-403 |#1| |#2|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-544) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-632 #0#) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-632 |#1|) . T) ((-632 $) . T) ((-625 (-552)) |has| |#1| (-625 (-552))) ((-625 |#1|) . T) ((-702 #0#) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-702 |#1|) . T) ((-702 $) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-711) . T) ((-881 (-1154)) -12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154)))) ((-901) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1036 #0#) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-1036 |#1|) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1129) |has| |#1| (-343)) ((-1195) -4029 (|has| |#1| (-343)) (|has| |#1| (-357))))
-((-2130 (($) 11)) (-1293 (((-3 $ "failed") $) 13)) (-4065 (((-111) $) 10)) (** (($ $ (-902)) NIL) (($ $ (-756)) 18)))
-(((-710 |#1|) (-10 -8 (-15 -1293 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-756))) (-15 -4065 ((-111) |#1|)) (-15 -2130 (|#1|)) (-15 ** (|#1| |#1| (-902)))) (-711)) (T -710))
-NIL
-(-10 -8 (-15 -1293 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-756))) (-15 -4065 ((-111) |#1|)) (-15 -2130 (|#1|)) (-15 ** (|#1| |#1| (-902))))
-((-3202 (((-111) $ $) 7)) (-2130 (($) 18 T CONST)) (-1293 (((-3 $ "failed") $) 15)) (-4065 (((-111) $) 17)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3309 (($) 19 T CONST)) (-1613 (((-111) $ $) 6)) (** (($ $ (-902)) 13) (($ $ (-756)) 16)) (* (($ $ $) 14)))
-(((-711) (-137)) (T -711))
-((-3309 (*1 *1) (-4 *1 (-711))) (-2130 (*1 *1) (-4 *1 (-711))) (-4065 (*1 *2 *1) (-12 (-4 *1 (-711)) (-5 *2 (-111)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-711)) (-5 *2 (-756)))) (-1293 (*1 *1 *1) (|partial| -4 *1 (-711))))
-(-13 (-1090) (-10 -8 (-15 (-3309) ($) -3930) (-15 -2130 ($) -3930) (-15 -4065 ((-111) $)) (-15 ** ($ $ (-756))) (-15 -1293 ((-3 $ "failed") $))))
-(((-101) . T) ((-599 (-844)) . T) ((-1090) . T) ((-1078) . T))
-((-3365 (((-2 (|:| -1681 (-412 |#2|)) (|:| |special| (-412 |#2|))) |#2| (-1 |#2| |#2|)) 38)) (-2483 (((-2 (|:| -1681 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-2463 ((|#2| (-401 |#2|) (-1 |#2| |#2|)) 13)) (-2089 (((-2 (|:| |poly| |#2|) (|:| -1681 (-401 |#2|)) (|:| |special| (-401 |#2|))) (-401 |#2|) (-1 |#2| |#2|)) 47)))
-(((-712 |#1| |#2|) (-10 -7 (-15 -2483 ((-2 (|:| -1681 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -3365 ((-2 (|:| -1681 (-412 |#2|)) (|:| |special| (-412 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2463 (|#2| (-401 |#2|) (-1 |#2| |#2|))) (-15 -2089 ((-2 (|:| |poly| |#2|) (|:| -1681 (-401 |#2|)) (|:| |special| (-401 |#2|))) (-401 |#2|) (-1 |#2| |#2|)))) (-357) (-1213 |#1|)) (T -712))
-((-2089 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |poly| *6) (|:| -1681 (-401 *6)) (|:| |special| (-401 *6)))) (-5 *1 (-712 *5 *6)) (-5 *3 (-401 *6)))) (-2463 (*1 *2 *3 *4) (-12 (-5 *3 (-401 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1213 *5)) (-5 *1 (-712 *5 *2)) (-4 *5 (-357)))) (-3365 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| -1681 (-412 *3)) (|:| |special| (-412 *3)))) (-5 *1 (-712 *5 *3)))) (-2483 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| -1681 *3) (|:| |special| *3))) (-5 *1 (-712 *5 *3)))))
-(-10 -7 (-15 -2483 ((-2 (|:| -1681 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -3365 ((-2 (|:| -1681 (-412 |#2|)) (|:| |special| (-412 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2463 (|#2| (-401 |#2|) (-1 |#2| |#2|))) (-15 -2089 ((-2 (|:| |poly| |#2|) (|:| -1681 (-401 |#2|)) (|:| |special| (-401 |#2|))) (-401 |#2|) (-1 |#2| |#2|))))
-((-2617 ((|#7| (-629 |#5|) |#6|) NIL)) (-1477 ((|#7| (-1 |#5| |#4|) |#6|) 26)))
-(((-713 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1477 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -2617 (|#7| (-629 |#5|) |#6|))) (-832) (-778) (-778) (-1030) (-1030) (-930 |#4| |#2| |#1|) (-930 |#5| |#3| |#1|)) (T -713))
-((-2617 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *9)) (-4 *9 (-1030)) (-4 *5 (-832)) (-4 *6 (-778)) (-4 *8 (-1030)) (-4 *2 (-930 *9 *7 *5)) (-5 *1 (-713 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-778)) (-4 *4 (-930 *8 *6 *5)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1030)) (-4 *9 (-1030)) (-4 *5 (-832)) (-4 *6 (-778)) (-4 *2 (-930 *9 *7 *5)) (-5 *1 (-713 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-778)) (-4 *4 (-930 *8 *6 *5)))))
-(-10 -7 (-15 -1477 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -2617 (|#7| (-629 |#5|) |#6|)))
-((-1477 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
-(((-714 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1477 (|#7| (-1 |#2| |#1|) |#6|))) (-832) (-832) (-778) (-778) (-1030) (-930 |#5| |#3| |#1|) (-930 |#5| |#4| |#2|)) (T -714))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-832)) (-4 *6 (-832)) (-4 *7 (-778)) (-4 *9 (-1030)) (-4 *2 (-930 *9 *8 *6)) (-5 *1 (-714 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-778)) (-4 *4 (-930 *9 *7 *5)))))
-(-10 -7 (-15 -1477 (|#7| (-1 |#2| |#1|) |#6|)))
-((-3479 (((-412 |#4|) |#4|) 41)))
-(((-715 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3479 ((-412 |#4|) |#4|))) (-778) (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154))))) (-301) (-930 (-933 |#3|) |#1| |#2|)) (T -715))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154)))))) (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-715 *4 *5 *6 *3)) (-4 *3 (-930 (-933 *6) *4 *5)))))
-(-10 -7 (-15 -3479 ((-412 |#4|) |#4|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-846 |#1|)) $) NIL)) (-3449 (((-1150 $) $ (-846 |#1|)) NIL) (((-1150 |#2|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#2| (-544)))) (-3303 (($ $) NIL (|has| |#2| (-544)))) (-1334 (((-111) $) NIL (|has| |#2| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-846 |#1|))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-4116 (($ $) NIL (|has| |#2| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#2| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#2| (-1019 (-552)))) (((-3 (-846 |#1|) "failed") $) NIL)) (-2832 ((|#2| $) NIL) (((-401 (-552)) $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#2| (-1019 (-552)))) (((-846 |#1|) $) NIL)) (-3301 (($ $ $ (-846 |#1|)) NIL (|has| |#2| (-169)))) (-3766 (($ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL) (((-673 |#2|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#2| (-445))) (($ $ (-846 |#1|)) NIL (|has| |#2| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#2| (-890)))) (-3423 (($ $ |#2| (-523 (-846 |#1|)) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-846 |#1|) (-867 (-373))) (|has| |#2| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-846 |#1|) (-867 (-552))) (|has| |#2| (-867 (-552)))))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3602 (($ (-1150 |#2|) (-846 |#1|)) NIL) (($ (-1150 $) (-846 |#1|)) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#2| (-523 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-846 |#1|)) NIL)) (-3544 (((-523 (-846 |#1|)) $) NIL) (((-756) $ (-846 |#1|)) NIL) (((-629 (-756)) $ (-629 (-846 |#1|))) NIL)) (-1772 (($ $ $) NIL (|has| |#2| (-832)))) (-2011 (($ $ $) NIL (|has| |#2| (-832)))) (-3891 (($ (-1 (-523 (-846 |#1|)) (-523 (-846 |#1|))) $) NIL)) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-3506 (((-3 (-846 |#1|) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-2623 (((-1136) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-846 |#1|)) (|:| -1406 (-756))) "failed") $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#2| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#2| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#2| (-890)))) (-3969 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-846 |#1|) |#2|) NIL) (($ $ (-629 (-846 |#1|)) (-629 |#2|)) NIL) (($ $ (-846 |#1|) $) NIL) (($ $ (-629 (-846 |#1|)) (-629 $)) NIL)) (-1721 (($ $ (-846 |#1|)) NIL (|has| |#2| (-169)))) (-3096 (($ $ (-846 |#1|)) NIL) (($ $ (-629 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-3299 (((-523 (-846 |#1|)) $) NIL) (((-756) $ (-846 |#1|)) NIL) (((-629 (-756)) $ (-629 (-846 |#1|))) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-846 |#1|) (-600 (-873 (-373)))) (|has| |#2| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-846 |#1|) (-600 (-873 (-552)))) (|has| |#2| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-846 |#1|) (-600 (-528))) (|has| |#2| (-600 (-528)))))) (-3807 ((|#2| $) NIL (|has| |#2| (-445))) (($ $ (-846 |#1|)) NIL (|has| |#2| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#2|) NIL) (($ (-846 |#1|)) NIL) (($ $) NIL (|has| |#2| (-544))) (($ (-401 (-552))) NIL (-4029 (|has| |#2| (-38 (-401 (-552)))) (|has| |#2| (-1019 (-401 (-552))))))) (-2984 (((-629 |#2|) $) NIL)) (-2266 ((|#2| $ (-523 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#2| (-890))) (|has| |#2| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#2| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#2| (-544)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-846 |#1|)) NIL) (($ $ (-629 (-846 |#1|))) NIL) (($ $ (-846 |#1|) (-756)) NIL) (($ $ (-629 (-846 |#1|)) (-629 (-756))) NIL)) (-1666 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#2| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#2| (-38 (-401 (-552))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-716 |#1| |#2|) (-930 |#2| (-523 (-846 |#1|)) (-846 |#1|)) (-629 (-1154)) (-1030)) (T -716))
-NIL
-(-930 |#2| (-523 (-846 |#1|)) (-846 |#1|))
-((-2248 (((-2 (|:| -3305 (-933 |#3|)) (|:| -3341 (-933 |#3|))) |#4|) 14)) (-4052 ((|#4| |#4| |#2|) 33)) (-2578 ((|#4| (-401 (-933 |#3|)) |#2|) 64)) (-1515 ((|#4| (-1150 (-933 |#3|)) |#2|) 77)) (-2323 ((|#4| (-1150 |#4|) |#2|) 51)) (-3027 ((|#4| |#4| |#2|) 54)) (-3479 (((-412 |#4|) |#4|) 40)))
-(((-717 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2248 ((-2 (|:| -3305 (-933 |#3|)) (|:| -3341 (-933 |#3|))) |#4|)) (-15 -3027 (|#4| |#4| |#2|)) (-15 -2323 (|#4| (-1150 |#4|) |#2|)) (-15 -4052 (|#4| |#4| |#2|)) (-15 -1515 (|#4| (-1150 (-933 |#3|)) |#2|)) (-15 -2578 (|#4| (-401 (-933 |#3|)) |#2|)) (-15 -3479 ((-412 |#4|) |#4|))) (-778) (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)))) (-544) (-930 (-401 (-933 |#3|)) |#1| |#2|)) (T -717))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))) (-4 *6 (-544)) (-5 *2 (-412 *3)) (-5 *1 (-717 *4 *5 *6 *3)) (-4 *3 (-930 (-401 (-933 *6)) *4 *5)))) (-2578 (*1 *2 *3 *4) (-12 (-4 *6 (-544)) (-4 *2 (-930 *3 *5 *4)) (-5 *1 (-717 *5 *4 *6 *2)) (-5 *3 (-401 (-933 *6))) (-4 *5 (-778)) (-4 *4 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))))) (-1515 (*1 *2 *3 *4) (-12 (-5 *3 (-1150 (-933 *6))) (-4 *6 (-544)) (-4 *2 (-930 (-401 (-933 *6)) *5 *4)) (-5 *1 (-717 *5 *4 *6 *2)) (-4 *5 (-778)) (-4 *4 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))))) (-4052 (*1 *2 *2 *3) (-12 (-4 *4 (-778)) (-4 *3 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))) (-4 *5 (-544)) (-5 *1 (-717 *4 *3 *5 *2)) (-4 *2 (-930 (-401 (-933 *5)) *4 *3)))) (-2323 (*1 *2 *3 *4) (-12 (-5 *3 (-1150 *2)) (-4 *2 (-930 (-401 (-933 *6)) *5 *4)) (-5 *1 (-717 *5 *4 *6 *2)) (-4 *5 (-778)) (-4 *4 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))) (-4 *6 (-544)))) (-3027 (*1 *2 *2 *3) (-12 (-4 *4 (-778)) (-4 *3 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))) (-4 *5 (-544)) (-5 *1 (-717 *4 *3 *5 *2)) (-4 *2 (-930 (-401 (-933 *5)) *4 *3)))) (-2248 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))) (-4 *6 (-544)) (-5 *2 (-2 (|:| -3305 (-933 *6)) (|:| -3341 (-933 *6)))) (-5 *1 (-717 *4 *5 *6 *3)) (-4 *3 (-930 (-401 (-933 *6)) *4 *5)))))
-(-10 -7 (-15 -2248 ((-2 (|:| -3305 (-933 |#3|)) (|:| -3341 (-933 |#3|))) |#4|)) (-15 -3027 (|#4| |#4| |#2|)) (-15 -2323 (|#4| (-1150 |#4|) |#2|)) (-15 -4052 (|#4| |#4| |#2|)) (-15 -1515 (|#4| (-1150 (-933 |#3|)) |#2|)) (-15 -2578 (|#4| (-401 (-933 |#3|)) |#2|)) (-15 -3479 ((-412 |#4|) |#4|)))
-((-3479 (((-412 |#4|) |#4|) 52)))
-(((-718 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3479 ((-412 |#4|) |#4|))) (-778) (-832) (-13 (-301) (-144)) (-930 (-401 |#3|) |#1| |#2|)) (T -718))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-13 (-301) (-144))) (-5 *2 (-412 *3)) (-5 *1 (-718 *4 *5 *6 *3)) (-4 *3 (-930 (-401 *6) *4 *5)))))
-(-10 -7 (-15 -3479 ((-412 |#4|) |#4|)))
-((-1477 (((-720 |#2| |#3|) (-1 |#2| |#1|) (-720 |#1| |#3|)) 18)))
-(((-719 |#1| |#2| |#3|) (-10 -7 (-15 -1477 ((-720 |#2| |#3|) (-1 |#2| |#1|) (-720 |#1| |#3|)))) (-1030) (-1030) (-711)) (T -719))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-720 *5 *7)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-4 *7 (-711)) (-5 *2 (-720 *6 *7)) (-5 *1 (-719 *5 *6 *7)))))
-(-10 -7 (-15 -1477 ((-720 |#2| |#3|) (-1 |#2| |#1|) (-720 |#1| |#3|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 28)) (-2622 (((-629 (-2 (|:| -4158 |#1|) (|:| -1727 |#2|))) $) 29)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2663 (((-756)) 20 (-12 (|has| |#2| (-362)) (|has| |#1| (-362))))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) 57) (((-3 |#1| "failed") $) 60)) (-2832 ((|#2| $) NIL) ((|#1| $) NIL)) (-3766 (($ $) 79 (|has| |#2| (-832)))) (-1293 (((-3 $ "failed") $) 65)) (-1332 (($) 35 (-12 (|has| |#2| (-362)) (|has| |#1| (-362))))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) 55)) (-3939 (((-629 $) $) 39)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| |#2|) 16)) (-1477 (($ (-1 |#1| |#1|) $) 54)) (-1637 (((-902) $) 32 (-12 (|has| |#2| (-362)) (|has| |#1| (-362))))) (-3733 ((|#2| $) 78 (|has| |#2| (-832)))) (-3743 ((|#1| $) 77 (|has| |#2| (-832)))) (-2623 (((-1136) $) NIL)) (-2840 (($ (-902)) 27 (-12 (|has| |#2| (-362)) (|has| |#1| (-362))))) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 76) (($ (-552)) 45) (($ |#2|) 42) (($ |#1|) 43) (($ (-629 (-2 (|:| -4158 |#1|) (|:| -1727 |#2|)))) 11)) (-2984 (((-629 |#1|) $) 41)) (-2266 ((|#1| $ |#2|) 88)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-3297 (($) 12 T CONST)) (-3309 (($) 33 T CONST)) (-1613 (((-111) $ $) 80)) (-1709 (($ $) 47) (($ $ $) NIL)) (-1698 (($ $ $) 26)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 52) (($ $ $) 90) (($ |#1| $) 49 (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169)))))
-(((-720 |#1| |#2|) (-13 (-1030) (-1019 |#2|) (-1019 |#1|) (-10 -8 (-15 -3590 ($ |#1| |#2|)) (-15 -2266 (|#1| $ |#2|)) (-15 -3213 ($ (-629 (-2 (|:| -4158 |#1|) (|:| -1727 |#2|))))) (-15 -2622 ((-629 (-2 (|:| -4158 |#1|) (|:| -1727 |#2|))) $)) (-15 -1477 ($ (-1 |#1| |#1|) $)) (-15 -2231 ((-111) $)) (-15 -2984 ((-629 |#1|) $)) (-15 -3939 ((-629 $) $)) (-15 -2856 ((-756) $)) (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-362)) (IF (|has| |#2| (-362)) (-6 (-362)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-832)) (PROGN (-15 -3733 (|#2| $)) (-15 -3743 (|#1| $)) (-15 -3766 ($ $))) |%noBranch|))) (-1030) (-711)) (T -720))
-((-3590 (*1 *1 *2 *3) (-12 (-5 *1 (-720 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-711)))) (-2266 (*1 *2 *1 *3) (-12 (-4 *2 (-1030)) (-5 *1 (-720 *2 *3)) (-4 *3 (-711)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-2 (|:| -4158 *3) (|:| -1727 *4)))) (-4 *3 (-1030)) (-4 *4 (-711)) (-5 *1 (-720 *3 *4)))) (-2622 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| -4158 *3) (|:| -1727 *4)))) (-5 *1 (-720 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-711)))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-720 *3 *4)) (-4 *4 (-711)))) (-2231 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-720 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-711)))) (-2984 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-720 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-711)))) (-3939 (*1 *2 *1) (-12 (-5 *2 (-629 (-720 *3 *4))) (-5 *1 (-720 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-711)))) (-2856 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-720 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-711)))) (-3733 (*1 *2 *1) (-12 (-4 *2 (-711)) (-4 *2 (-832)) (-5 *1 (-720 *3 *2)) (-4 *3 (-1030)))) (-3743 (*1 *2 *1) (-12 (-4 *2 (-1030)) (-5 *1 (-720 *2 *3)) (-4 *3 (-832)) (-4 *3 (-711)))) (-3766 (*1 *1 *1) (-12 (-5 *1 (-720 *2 *3)) (-4 *3 (-832)) (-4 *2 (-1030)) (-4 *3 (-711)))))
-(-13 (-1030) (-1019 |#2|) (-1019 |#1|) (-10 -8 (-15 -3590 ($ |#1| |#2|)) (-15 -2266 (|#1| $ |#2|)) (-15 -3213 ($ (-629 (-2 (|:| -4158 |#1|) (|:| -1727 |#2|))))) (-15 -2622 ((-629 (-2 (|:| -4158 |#1|) (|:| -1727 |#2|))) $)) (-15 -1477 ($ (-1 |#1| |#1|) $)) (-15 -2231 ((-111) $)) (-15 -2984 ((-629 |#1|) $)) (-15 -3939 ((-629 $) $)) (-15 -2856 ((-756) $)) (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-362)) (IF (|has| |#2| (-362)) (-6 (-362)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-832)) (PROGN (-15 -3733 (|#2| $)) (-15 -3743 (|#1| $)) (-15 -3766 ($ $))) |%noBranch|)))
-((-3202 (((-111) $ $) 19)) (-1501 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-2041 (($ $ $) 72)) (-2691 (((-111) $ $) 73)) (-4238 (((-111) $ (-756)) 8)) (-1439 (($ (-629 |#1|)) 68) (($) 67)) (-1740 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2232 (($ $) 62)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ |#1| $) 47 (|has| $ (-6 -4368))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4368)))) (-2655 (($ |#1| $) 57 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4368)))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-3207 (((-111) $ $) 64)) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22)) (-4011 (($ $ $) 69)) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40) (($ |#1| $ (-756)) 63)) (-2876 (((-1098) $) 21)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-3441 (((-629 (-2 (|:| -3360 |#1|) (|:| -2885 (-756)))) $) 61)) (-2042 (($ $ |#1|) 71) (($ $ $) 70)) (-3680 (($) 49) (($ (-629 |#1|)) 48)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 59 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 50)) (-3213 (((-844) $) 18)) (-3541 (($ (-629 |#1|)) 66) (($) 65)) (-1663 (($ (-629 |#1|)) 42)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20)) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-721 |#1|) (-137) (-1078)) (T -721))
-NIL
-(-13 (-679 |t#1|) (-1076 |t#1|))
-(((-34) . T) ((-106 |#1|) . T) ((-101) . T) ((-599 (-844)) . T) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-679 |#1|) . T) ((-1076 |#1|) . T) ((-1078) . T) ((-1191) . T))
-((-3202 (((-111) $ $) NIL)) (-1501 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 76)) (-2041 (($ $ $) 79)) (-2691 (((-111) $ $) 83)) (-4238 (((-111) $ (-756)) NIL)) (-1439 (($ (-629 |#1|)) 24) (($) 16)) (-1740 (($ (-1 (-111) |#1|) $) 70 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2232 (($ $) 71)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1625 (($ |#1| $) 61 (|has| $ (-6 -4368))) (($ (-1 (-111) |#1|) $) 64 (|has| $ (-6 -4368))) (($ |#1| $ (-552)) 62) (($ (-1 (-111) |#1|) $ (-552)) 65)) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (($ |#1| $ (-552)) 67) (($ (-1 (-111) |#1|) $ (-552)) 68)) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-3138 (((-629 |#1|) $) 32 (|has| $ (-6 -4368)))) (-3207 (((-111) $ $) 82)) (-3549 (($) 14) (($ |#1|) 26) (($ (-629 |#1|)) 21)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) 38)) (-2973 (((-111) |#1| $) 58 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) 74 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 75)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-4011 (($ $ $) 77)) (-3105 ((|#1| $) 55)) (-1580 (($ |#1| $) 56) (($ |#1| $ (-756)) 72)) (-2876 (((-1098) $) NIL)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-3995 ((|#1| $) 54)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 50)) (-3430 (($) 13)) (-3441 (((-629 (-2 (|:| -3360 |#1|) (|:| -2885 (-756)))) $) 48)) (-2042 (($ $ |#1|) NIL) (($ $ $) 78)) (-3680 (($) 15) (($ (-629 |#1|)) 23)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) 60 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) 66)) (-1522 (((-528) $) 36 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 20)) (-3213 (((-844) $) 44)) (-3541 (($ (-629 |#1|)) 25) (($) 17)) (-1663 (($ (-629 |#1|)) 22)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 81)) (-2657 (((-756) $) 59 (|has| $ (-6 -4368)))))
-(((-722 |#1|) (-13 (-721 |#1|) (-10 -8 (-6 -4368) (-6 -4369) (-15 -3549 ($)) (-15 -3549 ($ |#1|)) (-15 -3549 ($ (-629 |#1|))) (-15 -3278 ((-629 |#1|) $)) (-15 -2655 ($ |#1| $ (-552))) (-15 -2655 ($ (-1 (-111) |#1|) $ (-552))) (-15 -1625 ($ |#1| $ (-552))) (-15 -1625 ($ (-1 (-111) |#1|) $ (-552))))) (-1078)) (T -722))
-((-3549 (*1 *1) (-12 (-5 *1 (-722 *2)) (-4 *2 (-1078)))) (-3549 (*1 *1 *2) (-12 (-5 *1 (-722 *2)) (-4 *2 (-1078)))) (-3549 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-722 *3)))) (-3278 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-722 *3)) (-4 *3 (-1078)))) (-2655 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-722 *2)) (-4 *2 (-1078)))) (-2655 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-111) *4)) (-5 *3 (-552)) (-4 *4 (-1078)) (-5 *1 (-722 *4)))) (-1625 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-722 *2)) (-4 *2 (-1078)))) (-1625 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-111) *4)) (-5 *3 (-552)) (-4 *4 (-1078)) (-5 *1 (-722 *4)))))
-(-13 (-721 |#1|) (-10 -8 (-6 -4368) (-6 -4369) (-15 -3549 ($)) (-15 -3549 ($ |#1|)) (-15 -3549 ($ (-629 |#1|))) (-15 -3278 ((-629 |#1|) $)) (-15 -2655 ($ |#1| $ (-552))) (-15 -2655 ($ (-1 (-111) |#1|) $ (-552))) (-15 -1625 ($ |#1| $ (-552))) (-15 -1625 ($ (-1 (-111) |#1|) $ (-552)))))
-((-1646 (((-1242) (-1136)) 8)))
-(((-723) (-10 -7 (-15 -1646 ((-1242) (-1136))))) (T -723))
-((-1646 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-723)))))
-(-10 -7 (-15 -1646 ((-1242) (-1136))))
-((-3393 (((-629 |#1|) (-629 |#1|) (-629 |#1|)) 10)))
-(((-724 |#1|) (-10 -7 (-15 -3393 ((-629 |#1|) (-629 |#1|) (-629 |#1|)))) (-832)) (T -724))
-((-3393 (*1 *2 *2 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-724 *3)))))
-(-10 -7 (-15 -3393 ((-629 |#1|) (-629 |#1|) (-629 |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3611 (((-629 |#2|) $) 134)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 127 (|has| |#1| (-544)))) (-3303 (($ $) 126 (|has| |#1| (-544)))) (-1334 (((-111) $) 124 (|has| |#1| (-544)))) (-2478 (($ $) 83 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 66 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) 19)) (-3489 (($ $) 65 (|has| |#1| (-38 (-401 (-552)))))) (-2455 (($ $) 82 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 67 (|has| |#1| (-38 (-401 (-552)))))) (-2506 (($ $) 81 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 68 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) 17 T CONST)) (-3766 (($ $) 118)) (-1293 (((-3 $ "failed") $) 32)) (-2211 (((-933 |#1|) $ (-756)) 96) (((-933 |#1|) $ (-756) (-756)) 95)) (-3593 (((-111) $) 135)) (-4043 (($) 93 (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-756) $ |#2|) 98) (((-756) $ |#2| (-756)) 97)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 64 (|has| |#1| (-38 (-401 (-552)))))) (-2231 (((-111) $) 116)) (-3590 (($ $ (-629 |#2|) (-629 (-523 |#2|))) 133) (($ $ |#2| (-523 |#2|)) 132) (($ |#1| (-523 |#2|)) 117) (($ $ |#2| (-756)) 100) (($ $ (-629 |#2|) (-629 (-756))) 99)) (-1477 (($ (-1 |#1| |#1|) $) 115)) (-2430 (($ $) 90 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) 113)) (-3743 ((|#1| $) 112)) (-2623 (((-1136) $) 9)) (-2889 (($ $ |#2|) 94 (|has| |#1| (-38 (-401 (-552)))))) (-2876 (((-1098) $) 10)) (-3136 (($ $ (-756)) 101)) (-3969 (((-3 $ "failed") $ $) 128 (|has| |#1| (-544)))) (-2855 (($ $) 91 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (($ $ |#2| $) 109) (($ $ (-629 |#2|) (-629 $)) 108) (($ $ (-629 (-288 $))) 107) (($ $ (-288 $)) 106) (($ $ $ $) 105) (($ $ (-629 $) (-629 $)) 104)) (-3096 (($ $ |#2|) 40) (($ $ (-629 |#2|)) 39) (($ $ |#2| (-756)) 38) (($ $ (-629 |#2|) (-629 (-756))) 37)) (-3299 (((-523 |#2|) $) 114)) (-2518 (($ $) 80 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 69 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 79 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 70 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 78 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 71 (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) 136)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 131 (|has| |#1| (-169))) (($ $) 129 (|has| |#1| (-544))) (($ (-401 (-552))) 121 (|has| |#1| (-38 (-401 (-552)))))) (-2266 ((|#1| $ (-523 |#2|)) 119) (($ $ |#2| (-756)) 103) (($ $ (-629 |#2|) (-629 (-756))) 102)) (-3878 (((-3 $ "failed") $) 130 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-3843 (($ $) 89 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 77 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) 125 (|has| |#1| (-544)))) (-2530 (($ $) 88 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 76 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 87 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 75 (|has| |#1| (-38 (-401 (-552)))))) (-3013 (($ $) 86 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 74 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 85 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 73 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 84 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 72 (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ |#2|) 36) (($ $ (-629 |#2|)) 35) (($ $ |#2| (-756)) 34) (($ $ (-629 |#2|) (-629 (-756))) 33)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 120 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ $) 92 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 63 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 123 (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) 122 (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 111) (($ $ |#1|) 110)))
-(((-725 |#1| |#2|) (-137) (-1030) (-832)) (T -725))
-((-2266 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-725 *4 *2)) (-4 *4 (-1030)) (-4 *2 (-832)))) (-2266 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 *5)) (-5 *3 (-629 (-756))) (-4 *1 (-725 *4 *5)) (-4 *4 (-1030)) (-4 *5 (-832)))) (-3136 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-725 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-832)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-725 *4 *2)) (-4 *4 (-1030)) (-4 *2 (-832)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 *5)) (-5 *3 (-629 (-756))) (-4 *1 (-725 *4 *5)) (-4 *4 (-1030)) (-4 *5 (-832)))) (-4241 (*1 *2 *1 *3) (-12 (-4 *1 (-725 *4 *3)) (-4 *4 (-1030)) (-4 *3 (-832)) (-5 *2 (-756)))) (-4241 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-756)) (-4 *1 (-725 *4 *3)) (-4 *4 (-1030)) (-4 *3 (-832)))) (-2211 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *1 (-725 *4 *5)) (-4 *4 (-1030)) (-4 *5 (-832)) (-5 *2 (-933 *4)))) (-2211 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-756)) (-4 *1 (-725 *4 *5)) (-4 *4 (-1030)) (-4 *5 (-832)) (-5 *2 (-933 *4)))) (-2889 (*1 *1 *1 *2) (-12 (-4 *1 (-725 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-832)) (-4 *3 (-38 (-401 (-552)))))))
-(-13 (-881 |t#2|) (-954 |t#1| (-523 |t#2|) |t#2|) (-506 |t#2| $) (-303 $) (-10 -8 (-15 -2266 ($ $ |t#2| (-756))) (-15 -2266 ($ $ (-629 |t#2|) (-629 (-756)))) (-15 -3136 ($ $ (-756))) (-15 -3590 ($ $ |t#2| (-756))) (-15 -3590 ($ $ (-629 |t#2|) (-629 (-756)))) (-15 -4241 ((-756) $ |t#2|)) (-15 -4241 ((-756) $ |t#2| (-756))) (-15 -2211 ((-933 |t#1|) $ (-756))) (-15 -2211 ((-933 |t#1|) $ (-756) (-756))) (IF (|has| |t#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $ |t#2|)) (-6 (-983)) (-6 (-1176))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-523 |#2|)) . T) ((-25) . T) ((-38 #1=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-544)) ((-35) |has| |#1| (-38 (-401 (-552)))) ((-94) |has| |#1| (-38 (-401 (-552)))) ((-101) . T) ((-110 #1# #1#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-278) |has| |#1| (-38 (-401 (-552)))) ((-284) |has| |#1| (-544)) ((-303 $) . T) ((-485) |has| |#1| (-38 (-401 (-552)))) ((-506 |#2| $) . T) ((-506 $ $) . T) ((-544) |has| |#1| (-544)) ((-632 #1#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #1#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) |has| |#1| (-544)) ((-711) . T) ((-881 |#2|) . T) ((-954 |#1| #0# |#2|) . T) ((-983) |has| |#1| (-38 (-401 (-552)))) ((-1036 #1#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1176) |has| |#1| (-38 (-401 (-552)))) ((-1179) |has| |#1| (-38 (-401 (-552)))))
-((-3479 (((-412 (-1150 |#4|)) (-1150 |#4|)) 30) (((-412 |#4|) |#4|) 26)))
-(((-726 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3479 ((-412 |#4|) |#4|)) (-15 -3479 ((-412 (-1150 |#4|)) (-1150 |#4|)))) (-832) (-778) (-13 (-301) (-144)) (-930 |#3| |#2| |#1|)) (T -726))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-930 *6 *5 *4)) (-5 *2 (-412 (-1150 *7))) (-5 *1 (-726 *4 *5 *6 *7)) (-5 *3 (-1150 *7)))) (-3479 (*1 *2 *3) (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-13 (-301) (-144))) (-5 *2 (-412 *3)) (-5 *1 (-726 *4 *5 *6 *3)) (-4 *3 (-930 *6 *5 *4)))))
-(-10 -7 (-15 -3479 ((-412 |#4|) |#4|)) (-15 -3479 ((-412 (-1150 |#4|)) (-1150 |#4|))))
-((-1820 (((-412 |#4|) |#4| |#2|) 120)) (-2009 (((-412 |#4|) |#4|) NIL)) (-3343 (((-412 (-1150 |#4|)) (-1150 |#4|)) 111) (((-412 |#4|) |#4|) 41)) (-2953 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-629 (-2 (|:| -3479 (-1150 |#4|)) (|:| -1406 (-552)))))) (-1150 |#4|) (-629 |#2|) (-629 (-629 |#3|))) 69)) (-2191 (((-1150 |#3|) (-1150 |#3|) (-552)) 139)) (-1588 (((-629 (-756)) (-1150 |#4|) (-629 |#2|) (-756)) 61)) (-3874 (((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-1150 |#3|) (-1150 |#3|) |#4| (-629 |#2|) (-629 (-756)) (-629 |#3|)) 65)) (-1341 (((-2 (|:| |upol| (-1150 |#3|)) (|:| |Lval| (-629 |#3|)) (|:| |Lfact| (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552))))) (|:| |ctpol| |#3|)) (-1150 |#4|) (-629 |#2|) (-629 (-629 |#3|))) 26)) (-3026 (((-2 (|:| -2291 (-1150 |#4|)) (|:| |polval| (-1150 |#3|))) (-1150 |#4|) (-1150 |#3|) (-552)) 57)) (-3031 (((-552) (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552))))) 136)) (-3279 ((|#4| (-552) (-412 |#4|)) 58)) (-2753 (((-111) (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552)))) (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552))))) NIL)))
-(((-727 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3343 ((-412 |#4|) |#4|)) (-15 -3343 ((-412 (-1150 |#4|)) (-1150 |#4|))) (-15 -2009 ((-412 |#4|) |#4|)) (-15 -3031 ((-552) (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552)))))) (-15 -1820 ((-412 |#4|) |#4| |#2|)) (-15 -3026 ((-2 (|:| -2291 (-1150 |#4|)) (|:| |polval| (-1150 |#3|))) (-1150 |#4|) (-1150 |#3|) (-552))) (-15 -2953 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-629 (-2 (|:| -3479 (-1150 |#4|)) (|:| -1406 (-552)))))) (-1150 |#4|) (-629 |#2|) (-629 (-629 |#3|)))) (-15 -1341 ((-2 (|:| |upol| (-1150 |#3|)) (|:| |Lval| (-629 |#3|)) (|:| |Lfact| (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552))))) (|:| |ctpol| |#3|)) (-1150 |#4|) (-629 |#2|) (-629 (-629 |#3|)))) (-15 -3279 (|#4| (-552) (-412 |#4|))) (-15 -2753 ((-111) (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552)))) (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552)))))) (-15 -3874 ((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-1150 |#3|) (-1150 |#3|) |#4| (-629 |#2|) (-629 (-756)) (-629 |#3|))) (-15 -1588 ((-629 (-756)) (-1150 |#4|) (-629 |#2|) (-756))) (-15 -2191 ((-1150 |#3|) (-1150 |#3|) (-552)))) (-778) (-832) (-301) (-930 |#3| |#1| |#2|)) (T -727))
-((-2191 (*1 *2 *2 *3) (-12 (-5 *2 (-1150 *6)) (-5 *3 (-552)) (-4 *6 (-301)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-727 *4 *5 *6 *7)) (-4 *7 (-930 *6 *4 *5)))) (-1588 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1150 *9)) (-5 *4 (-629 *7)) (-4 *7 (-832)) (-4 *9 (-930 *8 *6 *7)) (-4 *6 (-778)) (-4 *8 (-301)) (-5 *2 (-629 (-756))) (-5 *1 (-727 *6 *7 *8 *9)) (-5 *5 (-756)))) (-3874 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1150 *11)) (-5 *6 (-629 *10)) (-5 *7 (-629 (-756))) (-5 *8 (-629 *11)) (-4 *10 (-832)) (-4 *11 (-301)) (-4 *9 (-778)) (-4 *5 (-930 *11 *9 *10)) (-5 *2 (-629 (-1150 *5))) (-5 *1 (-727 *9 *10 *11 *5)) (-5 *3 (-1150 *5)))) (-2753 (*1 *2 *3 *3) (-12 (-5 *3 (-629 (-2 (|:| -3479 (-1150 *6)) (|:| -1406 (-552))))) (-4 *6 (-301)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)) (-5 *1 (-727 *4 *5 *6 *7)) (-4 *7 (-930 *6 *4 *5)))) (-3279 (*1 *2 *3 *4) (-12 (-5 *3 (-552)) (-5 *4 (-412 *2)) (-4 *2 (-930 *7 *5 *6)) (-5 *1 (-727 *5 *6 *7 *2)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-301)))) (-1341 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1150 *9)) (-5 *4 (-629 *7)) (-5 *5 (-629 (-629 *8))) (-4 *7 (-832)) (-4 *8 (-301)) (-4 *9 (-930 *8 *6 *7)) (-4 *6 (-778)) (-5 *2 (-2 (|:| |upol| (-1150 *8)) (|:| |Lval| (-629 *8)) (|:| |Lfact| (-629 (-2 (|:| -3479 (-1150 *8)) (|:| -1406 (-552))))) (|:| |ctpol| *8))) (-5 *1 (-727 *6 *7 *8 *9)))) (-2953 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-629 *7)) (-5 *5 (-629 (-629 *8))) (-4 *7 (-832)) (-4 *8 (-301)) (-4 *6 (-778)) (-4 *9 (-930 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-629 (-2 (|:| -3479 (-1150 *9)) (|:| -1406 (-552))))))) (-5 *1 (-727 *6 *7 *8 *9)) (-5 *3 (-1150 *9)))) (-3026 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-552)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-301)) (-4 *9 (-930 *8 *6 *7)) (-5 *2 (-2 (|:| -2291 (-1150 *9)) (|:| |polval| (-1150 *8)))) (-5 *1 (-727 *6 *7 *8 *9)) (-5 *3 (-1150 *9)) (-5 *4 (-1150 *8)))) (-1820 (*1 *2 *3 *4) (-12 (-4 *5 (-778)) (-4 *4 (-832)) (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-727 *5 *4 *6 *3)) (-4 *3 (-930 *6 *5 *4)))) (-3031 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| -3479 (-1150 *6)) (|:| -1406 (-552))))) (-4 *6 (-301)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-552)) (-5 *1 (-727 *4 *5 *6 *7)) (-4 *7 (-930 *6 *4 *5)))) (-2009 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-727 *4 *5 *6 *3)) (-4 *3 (-930 *6 *4 *5)))) (-3343 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301)) (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-412 (-1150 *7))) (-5 *1 (-727 *4 *5 *6 *7)) (-5 *3 (-1150 *7)))) (-3343 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-727 *4 *5 *6 *3)) (-4 *3 (-930 *6 *4 *5)))))
-(-10 -7 (-15 -3343 ((-412 |#4|) |#4|)) (-15 -3343 ((-412 (-1150 |#4|)) (-1150 |#4|))) (-15 -2009 ((-412 |#4|) |#4|)) (-15 -3031 ((-552) (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552)))))) (-15 -1820 ((-412 |#4|) |#4| |#2|)) (-15 -3026 ((-2 (|:| -2291 (-1150 |#4|)) (|:| |polval| (-1150 |#3|))) (-1150 |#4|) (-1150 |#3|) (-552))) (-15 -2953 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-629 (-2 (|:| -3479 (-1150 |#4|)) (|:| -1406 (-552)))))) (-1150 |#4|) (-629 |#2|) (-629 (-629 |#3|)))) (-15 -1341 ((-2 (|:| |upol| (-1150 |#3|)) (|:| |Lval| (-629 |#3|)) (|:| |Lfact| (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552))))) (|:| |ctpol| |#3|)) (-1150 |#4|) (-629 |#2|) (-629 (-629 |#3|)))) (-15 -3279 (|#4| (-552) (-412 |#4|))) (-15 -2753 ((-111) (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552)))) (-629 (-2 (|:| -3479 (-1150 |#3|)) (|:| -1406 (-552)))))) (-15 -3874 ((-3 (-629 (-1150 |#4|)) "failed") (-1150 |#4|) (-1150 |#3|) (-1150 |#3|) |#4| (-629 |#2|) (-629 (-756)) (-629 |#3|))) (-15 -1588 ((-629 (-756)) (-1150 |#4|) (-629 |#2|) (-756))) (-15 -2191 ((-1150 |#3|) (-1150 |#3|) (-552))))
-((-3454 (($ $ (-902)) 12)))
-(((-728 |#1| |#2|) (-10 -8 (-15 -3454 (|#1| |#1| (-902)))) (-729 |#2|) (-169)) (T -728))
-NIL
-(-10 -8 (-15 -3454 (|#1| |#1| (-902))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-3422 (($ $ (-902)) 28)) (-3454 (($ $ (-902)) 33)) (-1736 (($ $ (-902)) 29)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-2104 (($ $ $) 25)) (-3213 (((-844) $) 11)) (-1826 (($ $ $ $) 26)) (-2845 (($ $ $) 24)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 30)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
-(((-729 |#1|) (-137) (-169)) (T -729))
-((-3454 (*1 *1 *1 *2) (-12 (-5 *2 (-902)) (-4 *1 (-729 *3)) (-4 *3 (-169)))))
-(-13 (-746) (-702 |t#1|) (-10 -8 (-15 -3454 ($ $ (-902)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-702 |#1|) . T) ((-705) . T) ((-746) . T) ((-1036 |#1|) . T) ((-1078) . T))
-((-1928 (((-1016) (-673 (-220)) (-552) (-111) (-552)) 25)) (-2742 (((-1016) (-673 (-220)) (-552) (-111) (-552)) 24)))
-(((-730) (-10 -7 (-15 -2742 ((-1016) (-673 (-220)) (-552) (-111) (-552))) (-15 -1928 ((-1016) (-673 (-220)) (-552) (-111) (-552))))) (T -730))
-((-1928 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-111)) (-5 *2 (-1016)) (-5 *1 (-730)))) (-2742 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-111)) (-5 *2 (-1016)) (-5 *1 (-730)))))
-(-10 -7 (-15 -2742 ((-1016) (-673 (-220)) (-552) (-111) (-552))) (-15 -1928 ((-1016) (-673 (-220)) (-552) (-111) (-552))))
-((-3712 (((-1016) (-552) (-552) (-552) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN)))) 43)) (-1471 (((-1016) (-552) (-552) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN)))) 39)) (-1519 (((-1016) (-220) (-220) (-220) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) 32)))
-(((-731) (-10 -7 (-15 -1519 ((-1016) (-220) (-220) (-220) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -1471 ((-1016) (-552) (-552) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN))))) (-15 -3712 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN))))))) (T -731))
-((-3712 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN)))) (-5 *2 (-1016)) (-5 *1 (-731)))) (-1471 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN)))) (-5 *2 (-1016)) (-5 *1 (-731)))) (-1519 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) (-5 *2 (-1016)) (-5 *1 (-731)))))
-(-10 -7 (-15 -1519 ((-1016) (-220) (-220) (-220) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -1471 ((-1016) (-552) (-552) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN))))) (-15 -3712 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN))))))
-((-1422 (((-1016) (-552) (-552) (-673 (-220)) (-552)) 34)) (-2841 (((-1016) (-552) (-552) (-673 (-220)) (-552)) 33)) (-3459 (((-1016) (-552) (-673 (-220)) (-552)) 32)) (-1478 (((-1016) (-552) (-673 (-220)) (-552)) 31)) (-3384 (((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552)) 30)) (-2311 (((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552)) 29)) (-1861 (((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-552)) 28)) (-1903 (((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-552)) 27)) (-3015 (((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552)) 24)) (-2456 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552)) 23)) (-3770 (((-1016) (-552) (-673 (-220)) (-552)) 22)) (-3644 (((-1016) (-552) (-673 (-220)) (-552)) 21)))
-(((-732) (-10 -7 (-15 -3644 ((-1016) (-552) (-673 (-220)) (-552))) (-15 -3770 ((-1016) (-552) (-673 (-220)) (-552))) (-15 -2456 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3015 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1903 ((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1861 ((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2311 ((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3384 ((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1478 ((-1016) (-552) (-673 (-220)) (-552))) (-15 -3459 ((-1016) (-552) (-673 (-220)) (-552))) (-15 -2841 ((-1016) (-552) (-552) (-673 (-220)) (-552))) (-15 -1422 ((-1016) (-552) (-552) (-673 (-220)) (-552))))) (T -732))
-((-1422 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-2841 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-3459 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-1478 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-3384 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-1136)) (-5 *5 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-2311 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-1136)) (-5 *5 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-1861 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-1136)) (-5 *5 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-1903 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-1136)) (-5 *5 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-3015 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-2456 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-3770 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))) (-3644 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-732)))))
-(-10 -7 (-15 -3644 ((-1016) (-552) (-673 (-220)) (-552))) (-15 -3770 ((-1016) (-552) (-673 (-220)) (-552))) (-15 -2456 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3015 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1903 ((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1861 ((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2311 ((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3384 ((-1016) (-552) (-552) (-1136) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1478 ((-1016) (-552) (-673 (-220)) (-552))) (-15 -3459 ((-1016) (-552) (-673 (-220)) (-552))) (-15 -2841 ((-1016) (-552) (-552) (-673 (-220)) (-552))) (-15 -1422 ((-1016) (-552) (-552) (-673 (-220)) (-552))))
-((-2394 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552) (-220) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN)))) 52)) (-3002 (((-1016) (-673 (-220)) (-673 (-220)) (-552) (-552)) 51)) (-1590 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN)))) 50)) (-2815 (((-1016) (-220) (-220) (-552) (-552) (-552) (-552)) 46)) (-3753 (((-1016) (-220) (-220) (-552) (-220) (-552) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) 45)) (-3323 (((-1016) (-220) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) 44)) (-2348 (((-1016) (-220) (-220) (-220) (-220) (-552) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) 43)) (-4172 (((-1016) (-220) (-220) (-220) (-552) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) 42)) (-1302 (((-1016) (-220) (-552) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) 38)) (-1410 (((-1016) (-220) (-220) (-552) (-673 (-220)) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) 37)) (-2972 (((-1016) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) 33)) (-4332 (((-1016) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) 32)))
-(((-733) (-10 -7 (-15 -4332 ((-1016) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -2972 ((-1016) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -1410 ((-1016) (-220) (-220) (-552) (-673 (-220)) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -1302 ((-1016) (-220) (-552) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -4172 ((-1016) (-220) (-220) (-220) (-552) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -2348 ((-1016) (-220) (-220) (-220) (-220) (-552) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -3323 ((-1016) (-220) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -3753 ((-1016) (-220) (-220) (-552) (-220) (-552) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -2815 ((-1016) (-220) (-220) (-552) (-552) (-552) (-552))) (-15 -1590 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))) (-15 -3002 ((-1016) (-673 (-220)) (-673 (-220)) (-552) (-552))) (-15 -2394 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552) (-220) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))))) (T -733))
-((-2394 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN)))) (-5 *2 (-1016)) (-5 *1 (-733)))) (-3002 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-733)))) (-1590 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN)))) (-5 *2 (-1016)) (-5 *1 (-733)))) (-2815 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-733)))) (-3753 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1016)) (-5 *1 (-733)))) (-3323 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1016)) (-5 *1 (-733)))) (-2348 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1016)) (-5 *1 (-733)))) (-4172 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1016)) (-5 *1 (-733)))) (-1302 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) (-5 *2 (-1016)) (-5 *1 (-733)))) (-1410 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-733)))) (-2972 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) (-5 *2 (-1016)) (-5 *1 (-733)))) (-4332 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) (-5 *2 (-1016)) (-5 *1 (-733)))))
-(-10 -7 (-15 -4332 ((-1016) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -2972 ((-1016) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -1410 ((-1016) (-220) (-220) (-552) (-673 (-220)) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -1302 ((-1016) (-220) (-552) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))) (-15 -4172 ((-1016) (-220) (-220) (-220) (-552) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -2348 ((-1016) (-220) (-220) (-220) (-220) (-552) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -3323 ((-1016) (-220) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -3753 ((-1016) (-220) (-220) (-552) (-220) (-552) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -2815 ((-1016) (-220) (-220) (-552) (-552) (-552) (-552))) (-15 -1590 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552) (-220) (-552) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))) (-15 -3002 ((-1016) (-673 (-220)) (-673 (-220)) (-552) (-552))) (-15 -2394 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552) (-220) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))))
-((-2367 (((-1016) (-552) (-552) (-552) (-552) (-220) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP)))) 76)) (-3485 (((-1016) (-673 (-220)) (-552) (-552) (-220) (-552) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))) (-382) (-382)) 69) (((-1016) (-673 (-220)) (-552) (-552) (-220) (-552) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL)))) 68)) (-3659 (((-1016) (-220) (-220) (-552) (-220) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG)))) 57)) (-2448 (((-1016) (-673 (-220)) (-673 (-220)) (-552) (-220) (-220) (-220) (-552) (-552) (-552) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) 50)) (-2581 (((-1016) (-220) (-552) (-552) (-1136) (-552) (-220) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) 49)) (-2999 (((-1016) (-220) (-552) (-552) (-220) (-1136) (-220) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) 45)) (-3938 (((-1016) (-220) (-552) (-552) (-220) (-220) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) 42)) (-3989 (((-1016) (-220) (-552) (-552) (-552) (-220) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) 38)))
-(((-734) (-10 -7 (-15 -3989 ((-1016) (-220) (-552) (-552) (-552) (-220) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -3938 ((-1016) (-220) (-552) (-552) (-220) (-220) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))) (-15 -2999 ((-1016) (-220) (-552) (-552) (-220) (-1136) (-220) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -2581 ((-1016) (-220) (-552) (-552) (-1136) (-552) (-220) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -2448 ((-1016) (-673 (-220)) (-673 (-220)) (-552) (-220) (-220) (-220) (-552) (-552) (-552) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))) (-15 -3659 ((-1016) (-220) (-220) (-552) (-220) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG))))) (-15 -3485 ((-1016) (-673 (-220)) (-552) (-552) (-220) (-552) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))))) (-15 -3485 ((-1016) (-673 (-220)) (-552) (-552) (-220) (-552) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))) (-382) (-382))) (-15 -2367 ((-1016) (-552) (-552) (-552) (-552) (-220) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP))))))) (T -734))
-((-2367 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP)))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))) (-3485 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL)))) (-5 *8 (-382)) (-5 *2 (-1016)) (-5 *1 (-734)))) (-3485 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL)))) (-5 *2 (-1016)) (-5 *1 (-734)))) (-3659 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG)))) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))) (-2448 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *2 (-1016)) (-5 *1 (-734)))) (-2581 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-552)) (-5 *5 (-1136)) (-5 *6 (-673 (-220))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G)))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))) (-2999 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-552)) (-5 *5 (-1136)) (-5 *6 (-673 (-220))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G)))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))) (-3938 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))) (-3989 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))))
-(-10 -7 (-15 -3989 ((-1016) (-220) (-552) (-552) (-552) (-220) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -3938 ((-1016) (-220) (-552) (-552) (-220) (-220) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))) (-15 -2999 ((-1016) (-220) (-552) (-552) (-220) (-1136) (-220) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -2581 ((-1016) (-220) (-552) (-552) (-1136) (-552) (-220) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -2448 ((-1016) (-673 (-220)) (-673 (-220)) (-552) (-220) (-220) (-220) (-552) (-552) (-552) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))) (-15 -3659 ((-1016) (-220) (-220) (-552) (-220) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG))))) (-15 -3485 ((-1016) (-673 (-220)) (-552) (-552) (-220) (-552) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))))) (-15 -3485 ((-1016) (-673 (-220)) (-552) (-552) (-220) (-552) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))) (-382) (-382))) (-15 -2367 ((-1016) (-552) (-552) (-552) (-552) (-220) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP))))))
-((-1520 (((-1016) (-220) (-220) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-220) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-220) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-659 (-220)) (-552)) 45)) (-3142 (((-1016) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-1136) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY)))) 41)) (-3108 (((-1016) (-552) (-552) (-552) (-552) (-220) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552)) 23)))
-(((-735) (-10 -7 (-15 -3108 ((-1016) (-552) (-552) (-552) (-552) (-220) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3142 ((-1016) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-1136) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY))))) (-15 -1520 ((-1016) (-220) (-220) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-220) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-220) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-659 (-220)) (-552))))) (T -735))
-((-1520 (*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 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-659 (-220))) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-735)))) (-3142 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-1136)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY)))) (-5 *2 (-1016)) (-5 *1 (-735)))) (-3108 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-735)))))
-(-10 -7 (-15 -3108 ((-1016) (-552) (-552) (-552) (-552) (-220) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3142 ((-1016) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-1136) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY))))) (-15 -1520 ((-1016) (-220) (-220) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-220) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-220) (-552) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-659 (-220)) (-552))))
-((-4328 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-673 (-220)) (-220) (-220) (-552)) 35)) (-3144 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-220) (-220) (-552)) 34)) (-2363 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-673 (-220)) (-220) (-220) (-552)) 33)) (-2406 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552)) 29)) (-3679 (((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552)) 28)) (-3976 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-220) (-552)) 27)) (-4084 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-552)) 24)) (-3229 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-552)) 23)) (-1434 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552)) 22)) (-2786 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552) (-552) (-552)) 21)))
-(((-736) (-10 -7 (-15 -2786 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552) (-552) (-552))) (-15 -1434 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3229 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-552))) (-15 -4084 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-552))) (-15 -3976 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-220) (-552))) (-15 -3679 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2406 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2363 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-673 (-220)) (-220) (-220) (-552))) (-15 -3144 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-220) (-220) (-552))) (-15 -4328 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-673 (-220)) (-220) (-220) (-552))))) (T -736))
-((-4328 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *2 (-1016)) (-5 *1 (-736)))) (-3144 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *2 (-1016)) (-5 *1 (-736)))) (-2363 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *6 (-220)) (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-736)))) (-2406 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-736)))) (-3679 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-736)))) (-3976 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *2 (-1016)) (-5 *1 (-736)))) (-4084 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-736)))) (-3229 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-736)))) (-1434 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-736)))) (-2786 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-736)))))
-(-10 -7 (-15 -2786 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552) (-552) (-552))) (-15 -1434 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3229 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-552))) (-15 -4084 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-552))) (-15 -3976 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-220) (-552))) (-15 -3679 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2406 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2363 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-673 (-220)) (-220) (-220) (-552))) (-15 -3144 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-220) (-220) (-552))) (-15 -4328 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-673 (-220)) (-220) (-220) (-552))))
-((-2585 (((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-552) (-552) (-552)) 45)) (-1951 (((-1016) (-552) (-552) (-552) (-220) (-673 (-220)) (-673 (-220)) (-552)) 44)) (-1533 (((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-552)) 43)) (-3737 (((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552)) 42)) (-3997 (((-1016) (-1136) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-552)) 41)) (-3491 (((-1016) (-1136) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-552)) 40)) (-2197 (((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-552) (-552) (-552) (-220) (-673 (-220)) (-552)) 39)) (-3308 (((-1016) (-1136) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-552))) 38)) (-3271 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552)) 35)) (-3088 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552)) 34)) (-2519 (((-1016) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552)) 33)) (-2255 (((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552)) 32)) (-2690 (((-1016) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-220) (-552)) 31)) (-3181 (((-1016) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-220) (-552) (-552) (-552)) 30)) (-3333 (((-1016) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-552) (-552) (-552)) 29)) (-4075 (((-1016) (-552) (-552) (-552) (-220) (-220) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-552) (-673 (-552)) (-552) (-552) (-552)) 28)) (-1815 (((-1016) (-552) (-673 (-220)) (-220) (-552)) 24)) (-3814 (((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552)) 21)))
-(((-737) (-10 -7 (-15 -3814 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1815 ((-1016) (-552) (-673 (-220)) (-220) (-552))) (-15 -4075 ((-1016) (-552) (-552) (-552) (-220) (-220) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-552) (-673 (-552)) (-552) (-552) (-552))) (-15 -3333 ((-1016) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-552) (-552) (-552))) (-15 -3181 ((-1016) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-220) (-552) (-552) (-552))) (-15 -2690 ((-1016) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-220) (-552))) (-15 -2255 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2519 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552))) (-15 -3088 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552))) (-15 -3271 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3308 ((-1016) (-1136) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-552)))) (-15 -2197 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-552) (-552) (-552) (-220) (-673 (-220)) (-552))) (-15 -3491 ((-1016) (-1136) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-552))) (-15 -3997 ((-1016) (-1136) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3737 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1533 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-552))) (-15 -1951 ((-1016) (-552) (-552) (-552) (-220) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2585 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-552) (-552) (-552))))) (T -737))
-((-2585 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-737)))) (-1951 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-1533 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-737)))) (-3737 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-737)))) (-3997 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-3491 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1136)) (-5 *5 (-673 (-220))) (-5 *6 (-220)) (-5 *7 (-673 (-552))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-2197 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *6 (-220)) (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-3308 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1136)) (-5 *5 (-673 (-220))) (-5 *6 (-220)) (-5 *7 (-673 (-552))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-3271 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-737)))) (-3088 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-2519 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-2255 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-737)))) (-2690 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-3181 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-3333 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-4075 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-673 (-220))) (-5 *6 (-673 (-552))) (-5 *3 (-552)) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-1815 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))) (-3814 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-737)))))
-(-10 -7 (-15 -3814 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1815 ((-1016) (-552) (-673 (-220)) (-220) (-552))) (-15 -4075 ((-1016) (-552) (-552) (-552) (-220) (-220) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-552) (-673 (-552)) (-552) (-552) (-552))) (-15 -3333 ((-1016) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-552) (-552) (-552))) (-15 -3181 ((-1016) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-220) (-552) (-552) (-552))) (-15 -2690 ((-1016) (-552) (-220) (-220) (-673 (-220)) (-552) (-552) (-220) (-552))) (-15 -2255 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2519 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552))) (-15 -3088 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552))) (-15 -3271 ((-1016) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3308 ((-1016) (-1136) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-552)))) (-15 -2197 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-552) (-552) (-552) (-220) (-673 (-220)) (-552))) (-15 -3491 ((-1016) (-1136) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-552))) (-15 -3997 ((-1016) (-1136) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-220) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3737 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -1533 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-552))) (-15 -1951 ((-1016) (-552) (-552) (-552) (-220) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2585 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552) (-673 (-220)) (-673 (-220)) (-552) (-552) (-552))))
-((-4299 (((-1016) (-552) (-552) (-552) (-220) (-673 (-220)) (-552) (-673 (-220)) (-552)) 63)) (-2656 (((-1016) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-111) (-220) (-552) (-220) (-220) (-111) (-220) (-220) (-220) (-220) (-111) (-552) (-552) (-552) (-552) (-552) (-220) (-220) (-220) (-552) (-552) (-552) (-552) (-552) (-673 (-552)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN)))) 62)) (-3750 (((-1016) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-220) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-111) (-111) (-111) (-552) (-552) (-673 (-220)) (-673 (-552)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS)))) 58)) (-2848 (((-1016) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-111) (-552) (-552) (-673 (-220)) (-552)) 51)) (-1311 (((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1)))) 50)) (-2360 (((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2)))) 46)) (-2468 (((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1)))) 42)) (-2195 (((-1016) (-552) (-220) (-220) (-552) (-220) (-111) (-220) (-220) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN)))) 38)))
-(((-738) (-10 -7 (-15 -2195 ((-1016) (-552) (-220) (-220) (-552) (-220) (-111) (-220) (-220) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))) (-15 -2468 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1))))) (-15 -2360 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2))))) (-15 -1311 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1))))) (-15 -2848 ((-1016) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-111) (-552) (-552) (-673 (-220)) (-552))) (-15 -3750 ((-1016) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-220) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-111) (-111) (-111) (-552) (-552) (-673 (-220)) (-673 (-552)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS))))) (-15 -2656 ((-1016) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-111) (-220) (-552) (-220) (-220) (-111) (-220) (-220) (-220) (-220) (-111) (-552) (-552) (-552) (-552) (-552) (-220) (-220) (-220) (-552) (-552) (-552) (-552) (-552) (-673 (-552)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))) (-15 -4299 ((-1016) (-552) (-552) (-552) (-220) (-673 (-220)) (-552) (-673 (-220)) (-552))))) (T -738))
-((-4299 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-738)))) (-2656 (*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 (-673 (-220))) (-5 *5 (-111)) (-5 *6 (-220)) (-5 *7 (-673 (-552))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN)))) (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-738)))) (-3750 (*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 (-673 (-220))) (-5 *6 (-111)) (-5 *7 (-673 (-552))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS)))) (-5 *3 (-552)) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-738)))) (-2848 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-111)) (-5 *2 (-1016)) (-5 *1 (-738)))) (-1311 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1)))) (-5 *2 (-1016)) (-5 *1 (-738)))) (-2360 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2)))) (-5 *2 (-1016)) (-5 *1 (-738)))) (-2468 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1)))) (-5 *2 (-1016)) (-5 *1 (-738)))) (-2195 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-552)) (-5 *5 (-111)) (-5 *6 (-673 (-220))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN)))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-738)))))
-(-10 -7 (-15 -2195 ((-1016) (-552) (-220) (-220) (-552) (-220) (-111) (-220) (-220) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))) (-15 -2468 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1))))) (-15 -2360 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2))))) (-15 -1311 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1))))) (-15 -2848 ((-1016) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-111) (-552) (-552) (-673 (-220)) (-552))) (-15 -3750 ((-1016) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-220) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-111) (-111) (-111) (-552) (-552) (-673 (-220)) (-673 (-552)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS))))) (-15 -2656 ((-1016) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-552) (-111) (-220) (-552) (-220) (-220) (-111) (-220) (-220) (-220) (-220) (-111) (-552) (-552) (-552) (-552) (-552) (-220) (-220) (-220) (-552) (-552) (-552) (-552) (-552) (-673 (-552)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))) (-15 -4299 ((-1016) (-552) (-552) (-552) (-220) (-673 (-220)) (-552) (-673 (-220)) (-552))))
-((-3927 (((-1016) (-1136) (-552) (-552) (-552) (-552) (-673 (-166 (-220))) (-673 (-166 (-220))) (-552)) 47)) (-3689 (((-1016) (-1136) (-1136) (-552) (-552) (-673 (-166 (-220))) (-552) (-673 (-166 (-220))) (-552) (-552) (-673 (-166 (-220))) (-552)) 46)) (-3626 (((-1016) (-552) (-552) (-552) (-673 (-166 (-220))) (-552)) 45)) (-1570 (((-1016) (-1136) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552)) 40)) (-2023 (((-1016) (-1136) (-1136) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-552) (-552) (-673 (-220)) (-552)) 39)) (-3550 (((-1016) (-552) (-552) (-552) (-673 (-220)) (-552)) 36)) (-2188 (((-1016) (-552) (-673 (-220)) (-552) (-673 (-552)) (-552)) 35)) (-3683 (((-1016) (-552) (-552) (-552) (-552) (-629 (-111)) (-673 (-220)) (-673 (-552)) (-673 (-552)) (-220) (-220) (-552)) 34)) (-1544 (((-1016) (-552) (-552) (-552) (-673 (-552)) (-673 (-552)) (-673 (-552)) (-673 (-552)) (-111) (-220) (-111) (-673 (-552)) (-673 (-220)) (-552)) 33)) (-3564 (((-1016) (-552) (-552) (-552) (-552) (-220) (-111) (-111) (-629 (-111)) (-673 (-220)) (-673 (-552)) (-673 (-552)) (-552)) 32)))
-(((-739) (-10 -7 (-15 -3564 ((-1016) (-552) (-552) (-552) (-552) (-220) (-111) (-111) (-629 (-111)) (-673 (-220)) (-673 (-552)) (-673 (-552)) (-552))) (-15 -1544 ((-1016) (-552) (-552) (-552) (-673 (-552)) (-673 (-552)) (-673 (-552)) (-673 (-552)) (-111) (-220) (-111) (-673 (-552)) (-673 (-220)) (-552))) (-15 -3683 ((-1016) (-552) (-552) (-552) (-552) (-629 (-111)) (-673 (-220)) (-673 (-552)) (-673 (-552)) (-220) (-220) (-552))) (-15 -2188 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-552)) (-552))) (-15 -3550 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-552))) (-15 -2023 ((-1016) (-1136) (-1136) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-552) (-552) (-673 (-220)) (-552))) (-15 -1570 ((-1016) (-1136) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3626 ((-1016) (-552) (-552) (-552) (-673 (-166 (-220))) (-552))) (-15 -3689 ((-1016) (-1136) (-1136) (-552) (-552) (-673 (-166 (-220))) (-552) (-673 (-166 (-220))) (-552) (-552) (-673 (-166 (-220))) (-552))) (-15 -3927 ((-1016) (-1136) (-552) (-552) (-552) (-552) (-673 (-166 (-220))) (-673 (-166 (-220))) (-552))))) (T -739))
-((-3927 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-166 (-220)))) (-5 *2 (-1016)) (-5 *1 (-739)))) (-3689 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-166 (-220)))) (-5 *2 (-1016)) (-5 *1 (-739)))) (-3626 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-166 (-220)))) (-5 *2 (-1016)) (-5 *1 (-739)))) (-1570 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-739)))) (-2023 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-739)))) (-3550 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-739)))) (-2188 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-739)))) (-3683 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-629 (-111))) (-5 *5 (-673 (-220))) (-5 *6 (-673 (-552))) (-5 *7 (-220)) (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-739)))) (-1544 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-673 (-552))) (-5 *5 (-111)) (-5 *7 (-673 (-220))) (-5 *3 (-552)) (-5 *6 (-220)) (-5 *2 (-1016)) (-5 *1 (-739)))) (-3564 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-629 (-111))) (-5 *7 (-673 (-220))) (-5 *8 (-673 (-552))) (-5 *3 (-552)) (-5 *4 (-220)) (-5 *5 (-111)) (-5 *2 (-1016)) (-5 *1 (-739)))))
-(-10 -7 (-15 -3564 ((-1016) (-552) (-552) (-552) (-552) (-220) (-111) (-111) (-629 (-111)) (-673 (-220)) (-673 (-552)) (-673 (-552)) (-552))) (-15 -1544 ((-1016) (-552) (-552) (-552) (-673 (-552)) (-673 (-552)) (-673 (-552)) (-673 (-552)) (-111) (-220) (-111) (-673 (-552)) (-673 (-220)) (-552))) (-15 -3683 ((-1016) (-552) (-552) (-552) (-552) (-629 (-111)) (-673 (-220)) (-673 (-552)) (-673 (-552)) (-220) (-220) (-552))) (-15 -2188 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-552)) (-552))) (-15 -3550 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-552))) (-15 -2023 ((-1016) (-1136) (-1136) (-552) (-552) (-673 (-220)) (-552) (-673 (-220)) (-552) (-552) (-673 (-220)) (-552))) (-15 -1570 ((-1016) (-1136) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3626 ((-1016) (-552) (-552) (-552) (-673 (-166 (-220))) (-552))) (-15 -3689 ((-1016) (-1136) (-1136) (-552) (-552) (-673 (-166 (-220))) (-552) (-673 (-166 (-220))) (-552) (-552) (-673 (-166 (-220))) (-552))) (-15 -3927 ((-1016) (-1136) (-552) (-552) (-552) (-552) (-673 (-166 (-220))) (-673 (-166 (-220))) (-552))))
-((-3847 (((-1016) (-552) (-552) (-552) (-552) (-552) (-111) (-552) (-111) (-552) (-673 (-166 (-220))) (-673 (-166 (-220))) (-552)) 65)) (-3760 (((-1016) (-552) (-552) (-552) (-552) (-552) (-111) (-552) (-111) (-552) (-673 (-220)) (-673 (-220)) (-552)) 60)) (-3815 (((-1016) (-552) (-552) (-220) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))) (-382)) 56) (((-1016) (-552) (-552) (-220) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) 55)) (-3087 (((-1016) (-552) (-552) (-552) (-220) (-111) (-552) (-673 (-220)) (-673 (-220)) (-552)) 37)) (-3592 (((-1016) (-552) (-552) (-220) (-220) (-552) (-552) (-673 (-220)) (-552)) 33)) (-3508 (((-1016) (-673 (-220)) (-552) (-673 (-220)) (-552) (-552) (-552) (-552) (-552)) 30)) (-2756 (((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552)) 29)) (-3558 (((-1016) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552)) 28)) (-2324 (((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552)) 27)) (-3513 (((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-552)) 26)) (-2102 (((-1016) (-552) (-552) (-673 (-220)) (-552)) 25)) (-2535 (((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552)) 24)) (-1707 (((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552)) 23)) (-2129 (((-1016) (-673 (-220)) (-552) (-552) (-552) (-552)) 22)) (-3256 (((-1016) (-552) (-552) (-673 (-220)) (-552)) 21)))
-(((-740) (-10 -7 (-15 -3256 ((-1016) (-552) (-552) (-673 (-220)) (-552))) (-15 -2129 ((-1016) (-673 (-220)) (-552) (-552) (-552) (-552))) (-15 -1707 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2535 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2102 ((-1016) (-552) (-552) (-673 (-220)) (-552))) (-15 -3513 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-552))) (-15 -2324 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3558 ((-1016) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2756 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3508 ((-1016) (-673 (-220)) (-552) (-673 (-220)) (-552) (-552) (-552) (-552) (-552))) (-15 -3592 ((-1016) (-552) (-552) (-220) (-220) (-552) (-552) (-673 (-220)) (-552))) (-15 -3087 ((-1016) (-552) (-552) (-552) (-220) (-111) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3815 ((-1016) (-552) (-552) (-220) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))))) (-15 -3815 ((-1016) (-552) (-552) (-220) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))) (-382))) (-15 -3760 ((-1016) (-552) (-552) (-552) (-552) (-552) (-111) (-552) (-111) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3847 ((-1016) (-552) (-552) (-552) (-552) (-552) (-111) (-552) (-111) (-552) (-673 (-166 (-220))) (-673 (-166 (-220))) (-552))))) (T -740))
-((-3847 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-111)) (-5 *5 (-673 (-166 (-220)))) (-5 *2 (-1016)) (-5 *1 (-740)))) (-3760 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *4 (-111)) (-5 *5 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-740)))) (-3815 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) (-5 *8 (-382)) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-740)))) (-3815 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-740)))) (-3087 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-552)) (-5 *5 (-111)) (-5 *6 (-673 (-220))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-740)))) (-3592 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-740)))) (-3508 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-740)))) (-2756 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-740)))) (-3558 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-740)))) (-2324 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-740)))) (-3513 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-740)))) (-2102 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-740)))) (-2535 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-740)))) (-1707 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-740)))) (-2129 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-740)))) (-3256 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-740)))))
-(-10 -7 (-15 -3256 ((-1016) (-552) (-552) (-673 (-220)) (-552))) (-15 -2129 ((-1016) (-673 (-220)) (-552) (-552) (-552) (-552))) (-15 -1707 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2535 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2102 ((-1016) (-552) (-552) (-673 (-220)) (-552))) (-15 -3513 ((-1016) (-552) (-552) (-552) (-552) (-673 (-220)) (-552))) (-15 -2324 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3558 ((-1016) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2756 ((-1016) (-552) (-552) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3508 ((-1016) (-673 (-220)) (-552) (-673 (-220)) (-552) (-552) (-552) (-552) (-552))) (-15 -3592 ((-1016) (-552) (-552) (-220) (-220) (-552) (-552) (-673 (-220)) (-552))) (-15 -3087 ((-1016) (-552) (-552) (-552) (-220) (-111) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3815 ((-1016) (-552) (-552) (-220) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))))) (-15 -3815 ((-1016) (-552) (-552) (-220) (-552) (-552) (-552) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))) (-382))) (-15 -3760 ((-1016) (-552) (-552) (-552) (-552) (-552) (-111) (-552) (-111) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -3847 ((-1016) (-552) (-552) (-552) (-552) (-552) (-111) (-552) (-111) (-552) (-673 (-166 (-220))) (-673 (-166 (-220))) (-552))))
-((-1457 (((-1016) (-552) (-552) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD)))) 61)) (-3179 (((-1016) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-552)) (-552) (-673 (-220)) (-552) (-552) (-552) (-552)) 57)) (-3876 (((-1016) (-552) (-673 (-220)) (-111) (-220) (-552) (-552) (-552) (-552) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD))) (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE)))) 56)) (-2121 (((-1016) (-552) (-552) (-673 (-220)) (-552) (-673 (-552)) (-552) (-673 (-552)) (-673 (-220)) (-673 (-552)) (-673 (-552)) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-552)) 37)) (-2724 (((-1016) (-552) (-552) (-552) (-220) (-552) (-673 (-220)) (-673 (-220)) (-552)) 36)) (-3085 (((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552)) 33)) (-4076 (((-1016) (-552) (-673 (-220)) (-552) (-673 (-552)) (-673 (-552)) (-552) (-673 (-552)) (-673 (-220))) 32)) (-1503 (((-1016) (-673 (-220)) (-552) (-673 (-220)) (-552) (-552) (-552)) 28)) (-2729 (((-1016) (-552) (-673 (-220)) (-552) (-673 (-220)) (-552)) 27)) (-1465 (((-1016) (-552) (-673 (-220)) (-552) (-673 (-220)) (-552)) 26)) (-1436 (((-1016) (-552) (-673 (-166 (-220))) (-552) (-552) (-552) (-552) (-673 (-166 (-220))) (-552)) 22)))
-(((-741) (-10 -7 (-15 -1436 ((-1016) (-552) (-673 (-166 (-220))) (-552) (-552) (-552) (-552) (-673 (-166 (-220))) (-552))) (-15 -1465 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-220)) (-552))) (-15 -2729 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-220)) (-552))) (-15 -1503 ((-1016) (-673 (-220)) (-552) (-673 (-220)) (-552) (-552) (-552))) (-15 -4076 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-552)) (-673 (-552)) (-552) (-673 (-552)) (-673 (-220)))) (-15 -3085 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2724 ((-1016) (-552) (-552) (-552) (-220) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2121 ((-1016) (-552) (-552) (-673 (-220)) (-552) (-673 (-552)) (-552) (-673 (-552)) (-673 (-220)) (-673 (-552)) (-673 (-552)) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-552))) (-15 -3876 ((-1016) (-552) (-673 (-220)) (-111) (-220) (-552) (-552) (-552) (-552) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD))) (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE))))) (-15 -3179 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-552)) (-552) (-673 (-220)) (-552) (-552) (-552) (-552))) (-15 -1457 ((-1016) (-552) (-552) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD))))))) (T -741))
-((-1457 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD)))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-741)))) (-3179 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-741)))) (-3876 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-111)) (-5 *6 (-220)) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD)))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE)))) (-5 *2 (-1016)) (-5 *1 (-741)))) (-2121 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-741)))) (-2724 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-741)))) (-3085 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-741)))) (-4076 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-741)))) (-1503 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-741)))) (-2729 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-741)))) (-1465 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-741)))) (-1436 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-166 (-220)))) (-5 *2 (-1016)) (-5 *1 (-741)))))
-(-10 -7 (-15 -1436 ((-1016) (-552) (-673 (-166 (-220))) (-552) (-552) (-552) (-552) (-673 (-166 (-220))) (-552))) (-15 -1465 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-220)) (-552))) (-15 -2729 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-220)) (-552))) (-15 -1503 ((-1016) (-673 (-220)) (-552) (-673 (-220)) (-552) (-552) (-552))) (-15 -4076 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-552)) (-673 (-552)) (-552) (-673 (-552)) (-673 (-220)))) (-15 -3085 ((-1016) (-552) (-552) (-673 (-220)) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2724 ((-1016) (-552) (-552) (-552) (-220) (-552) (-673 (-220)) (-673 (-220)) (-552))) (-15 -2121 ((-1016) (-552) (-552) (-673 (-220)) (-552) (-673 (-552)) (-552) (-673 (-552)) (-673 (-220)) (-673 (-552)) (-673 (-552)) (-673 (-220)) (-673 (-220)) (-673 (-552)) (-552))) (-15 -3876 ((-1016) (-552) (-673 (-220)) (-111) (-220) (-552) (-552) (-552) (-552) (-220) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD))) (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE))))) (-15 -3179 ((-1016) (-552) (-673 (-220)) (-552) (-673 (-220)) (-673 (-552)) (-552) (-673 (-220)) (-552) (-552) (-552) (-552))) (-15 -1457 ((-1016) (-552) (-552) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-552) (-673 (-220)) (-552) (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD))))))
-((-1408 (((-1016) (-1136) (-552) (-552) (-673 (-220)) (-552) (-552) (-673 (-220))) 29)) (-1397 (((-1016) (-1136) (-552) (-552) (-673 (-220))) 28)) (-4333 (((-1016) (-1136) (-552) (-552) (-673 (-220)) (-552) (-673 (-552)) (-552) (-673 (-220))) 27)) (-3575 (((-1016) (-552) (-552) (-552) (-673 (-220))) 21)))
-(((-742) (-10 -7 (-15 -3575 ((-1016) (-552) (-552) (-552) (-673 (-220)))) (-15 -4333 ((-1016) (-1136) (-552) (-552) (-673 (-220)) (-552) (-673 (-552)) (-552) (-673 (-220)))) (-15 -1397 ((-1016) (-1136) (-552) (-552) (-673 (-220)))) (-15 -1408 ((-1016) (-1136) (-552) (-552) (-673 (-220)) (-552) (-552) (-673 (-220)))))) (T -742))
-((-1408 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-742)))) (-1397 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-742)))) (-4333 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1136)) (-5 *5 (-673 (-220))) (-5 *6 (-673 (-552))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-742)))) (-3575 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016)) (-5 *1 (-742)))))
-(-10 -7 (-15 -3575 ((-1016) (-552) (-552) (-552) (-673 (-220)))) (-15 -4333 ((-1016) (-1136) (-552) (-552) (-673 (-220)) (-552) (-673 (-552)) (-552) (-673 (-220)))) (-15 -1397 ((-1016) (-1136) (-552) (-552) (-673 (-220)))) (-15 -1408 ((-1016) (-1136) (-552) (-552) (-673 (-220)) (-552) (-552) (-673 (-220)))))
-((-3339 (((-1016) (-220) (-220) (-220) (-220) (-552)) 62)) (-3495 (((-1016) (-220) (-220) (-220) (-552)) 61)) (-3118 (((-1016) (-220) (-220) (-220) (-552)) 60)) (-2243 (((-1016) (-220) (-220) (-552)) 59)) (-3898 (((-1016) (-220) (-552)) 58)) (-2440 (((-1016) (-220) (-552)) 57)) (-1952 (((-1016) (-220) (-552)) 56)) (-4031 (((-1016) (-220) (-552)) 55)) (-2050 (((-1016) (-220) (-552)) 54)) (-1672 (((-1016) (-220) (-552)) 53)) (-2711 (((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552)) 52)) (-4129 (((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552)) 51)) (-1492 (((-1016) (-220) (-552)) 50)) (-2273 (((-1016) (-220) (-552)) 49)) (-1923 (((-1016) (-220) (-552)) 48)) (-4258 (((-1016) (-220) (-552)) 47)) (-4262 (((-1016) (-552) (-220) (-166 (-220)) (-552) (-1136) (-552)) 46)) (-3991 (((-1016) (-1136) (-166 (-220)) (-1136) (-552)) 45)) (-3990 (((-1016) (-1136) (-166 (-220)) (-1136) (-552)) 44)) (-2342 (((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552)) 43)) (-3219 (((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552)) 42)) (-3214 (((-1016) (-220) (-552)) 39)) (-2749 (((-1016) (-220) (-552)) 38)) (-2013 (((-1016) (-220) (-552)) 37)) (-1930 (((-1016) (-220) (-552)) 36)) (-1831 (((-1016) (-220) (-552)) 35)) (-2676 (((-1016) (-220) (-552)) 34)) (-2297 (((-1016) (-220) (-552)) 33)) (-3651 (((-1016) (-220) (-552)) 32)) (-3176 (((-1016) (-220) (-552)) 31)) (-1358 (((-1016) (-220) (-552)) 30)) (-2486 (((-1016) (-220) (-220) (-220) (-552)) 29)) (-3982 (((-1016) (-220) (-552)) 28)) (-2391 (((-1016) (-220) (-552)) 27)) (-2895 (((-1016) (-220) (-552)) 26)) (-3694 (((-1016) (-220) (-552)) 25)) (-2653 (((-1016) (-220) (-552)) 24)) (-2547 (((-1016) (-166 (-220)) (-552)) 21)))
-(((-743) (-10 -7 (-15 -2547 ((-1016) (-166 (-220)) (-552))) (-15 -2653 ((-1016) (-220) (-552))) (-15 -3694 ((-1016) (-220) (-552))) (-15 -2895 ((-1016) (-220) (-552))) (-15 -2391 ((-1016) (-220) (-552))) (-15 -3982 ((-1016) (-220) (-552))) (-15 -2486 ((-1016) (-220) (-220) (-220) (-552))) (-15 -1358 ((-1016) (-220) (-552))) (-15 -3176 ((-1016) (-220) (-552))) (-15 -3651 ((-1016) (-220) (-552))) (-15 -2297 ((-1016) (-220) (-552))) (-15 -2676 ((-1016) (-220) (-552))) (-15 -1831 ((-1016) (-220) (-552))) (-15 -1930 ((-1016) (-220) (-552))) (-15 -2013 ((-1016) (-220) (-552))) (-15 -2749 ((-1016) (-220) (-552))) (-15 -3214 ((-1016) (-220) (-552))) (-15 -3219 ((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -2342 ((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -3990 ((-1016) (-1136) (-166 (-220)) (-1136) (-552))) (-15 -3991 ((-1016) (-1136) (-166 (-220)) (-1136) (-552))) (-15 -4262 ((-1016) (-552) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -4258 ((-1016) (-220) (-552))) (-15 -1923 ((-1016) (-220) (-552))) (-15 -2273 ((-1016) (-220) (-552))) (-15 -1492 ((-1016) (-220) (-552))) (-15 -4129 ((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -2711 ((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -1672 ((-1016) (-220) (-552))) (-15 -2050 ((-1016) (-220) (-552))) (-15 -4031 ((-1016) (-220) (-552))) (-15 -1952 ((-1016) (-220) (-552))) (-15 -2440 ((-1016) (-220) (-552))) (-15 -3898 ((-1016) (-220) (-552))) (-15 -2243 ((-1016) (-220) (-220) (-552))) (-15 -3118 ((-1016) (-220) (-220) (-220) (-552))) (-15 -3495 ((-1016) (-220) (-220) (-220) (-552))) (-15 -3339 ((-1016) (-220) (-220) (-220) (-220) (-552))))) (T -743))
-((-3339 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3495 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3118 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2243 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3898 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2440 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-1952 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-4031 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2050 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-1672 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2711 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *6 (-1136)) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-4129 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *6 (-1136)) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-1492 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2273 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-1923 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-4258 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-4262 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-552)) (-5 *5 (-166 (-220))) (-5 *6 (-1136)) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3991 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1136)) (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3990 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1136)) (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2342 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *6 (-1136)) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3219 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *6 (-1136)) (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3214 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2749 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2013 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-1930 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-1831 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2676 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2297 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3651 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3176 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-1358 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2486 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3982 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2391 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2895 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-3694 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2653 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))) (-2547 (*1 *2 *3 *4) (-12 (-5 *3 (-166 (-220))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(-10 -7 (-15 -2547 ((-1016) (-166 (-220)) (-552))) (-15 -2653 ((-1016) (-220) (-552))) (-15 -3694 ((-1016) (-220) (-552))) (-15 -2895 ((-1016) (-220) (-552))) (-15 -2391 ((-1016) (-220) (-552))) (-15 -3982 ((-1016) (-220) (-552))) (-15 -2486 ((-1016) (-220) (-220) (-220) (-552))) (-15 -1358 ((-1016) (-220) (-552))) (-15 -3176 ((-1016) (-220) (-552))) (-15 -3651 ((-1016) (-220) (-552))) (-15 -2297 ((-1016) (-220) (-552))) (-15 -2676 ((-1016) (-220) (-552))) (-15 -1831 ((-1016) (-220) (-552))) (-15 -1930 ((-1016) (-220) (-552))) (-15 -2013 ((-1016) (-220) (-552))) (-15 -2749 ((-1016) (-220) (-552))) (-15 -3214 ((-1016) (-220) (-552))) (-15 -3219 ((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -2342 ((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -3990 ((-1016) (-1136) (-166 (-220)) (-1136) (-552))) (-15 -3991 ((-1016) (-1136) (-166 (-220)) (-1136) (-552))) (-15 -4262 ((-1016) (-552) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -4258 ((-1016) (-220) (-552))) (-15 -1923 ((-1016) (-220) (-552))) (-15 -2273 ((-1016) (-220) (-552))) (-15 -1492 ((-1016) (-220) (-552))) (-15 -4129 ((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -2711 ((-1016) (-220) (-166 (-220)) (-552) (-1136) (-552))) (-15 -1672 ((-1016) (-220) (-552))) (-15 -2050 ((-1016) (-220) (-552))) (-15 -4031 ((-1016) (-220) (-552))) (-15 -1952 ((-1016) (-220) (-552))) (-15 -2440 ((-1016) (-220) (-552))) (-15 -3898 ((-1016) (-220) (-552))) (-15 -2243 ((-1016) (-220) (-220) (-552))) (-15 -3118 ((-1016) (-220) (-220) (-220) (-552))) (-15 -3495 ((-1016) (-220) (-220) (-220) (-552))) (-15 -3339 ((-1016) (-220) (-220) (-220) (-220) (-552))))
-((-4207 (((-1242)) 18)) (-1449 (((-1136)) 22)) (-3114 (((-1136)) 21)) (-1585 (((-1082) (-1154) (-673 (-552))) 37) (((-1082) (-1154) (-673 (-220))) 32)) (-1954 (((-111)) 16)) (-3275 (((-1136) (-1136)) 25)))
-(((-744) (-10 -7 (-15 -3114 ((-1136))) (-15 -1449 ((-1136))) (-15 -3275 ((-1136) (-1136))) (-15 -1585 ((-1082) (-1154) (-673 (-220)))) (-15 -1585 ((-1082) (-1154) (-673 (-552)))) (-15 -1954 ((-111))) (-15 -4207 ((-1242))))) (T -744))
-((-4207 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-744)))) (-1954 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-744)))) (-1585 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-673 (-552))) (-5 *2 (-1082)) (-5 *1 (-744)))) (-1585 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-673 (-220))) (-5 *2 (-1082)) (-5 *1 (-744)))) (-3275 (*1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-744)))) (-1449 (*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-744)))) (-3114 (*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-744)))))
-(-10 -7 (-15 -3114 ((-1136))) (-15 -1449 ((-1136))) (-15 -3275 ((-1136) (-1136))) (-15 -1585 ((-1082) (-1154) (-673 (-220)))) (-15 -1585 ((-1082) (-1154) (-673 (-552)))) (-15 -1954 ((-111))) (-15 -4207 ((-1242))))
-((-2104 (($ $ $) 10)) (-1826 (($ $ $ $) 9)) (-2845 (($ $ $) 12)))
-(((-745 |#1|) (-10 -8 (-15 -2845 (|#1| |#1| |#1|)) (-15 -2104 (|#1| |#1| |#1|)) (-15 -1826 (|#1| |#1| |#1| |#1|))) (-746)) (T -745))
-NIL
-(-10 -8 (-15 -2845 (|#1| |#1| |#1|)) (-15 -2104 (|#1| |#1| |#1|)) (-15 -1826 (|#1| |#1| |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-3422 (($ $ (-902)) 28)) (-1736 (($ $ (-902)) 29)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-2104 (($ $ $) 25)) (-3213 (((-844) $) 11)) (-1826 (($ $ $ $) 26)) (-2845 (($ $ $) 24)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 30)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 27)))
-(((-746) (-137)) (T -746))
-((-1826 (*1 *1 *1 *1 *1) (-4 *1 (-746))) (-2104 (*1 *1 *1 *1) (-4 *1 (-746))) (-2845 (*1 *1 *1 *1) (-4 *1 (-746))))
-(-13 (-21) (-705) (-10 -8 (-15 -1826 ($ $ $ $)) (-15 -2104 ($ $ $)) (-15 -2845 ($ $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-705) . T) ((-1078) . T))
-((-3213 (((-844) $) NIL) (($ (-552)) 10)))
-(((-747 |#1|) (-10 -8 (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|))) (-748)) (T -747))
-NIL
-(-10 -8 (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2583 (((-3 $ "failed") $) 40)) (-3422 (($ $ (-902)) 28) (($ $ (-756)) 35)) (-1293 (((-3 $ "failed") $) 38)) (-4065 (((-111) $) 34)) (-4152 (((-3 $ "failed") $) 39)) (-1736 (($ $ (-902)) 29) (($ $ (-756)) 36)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-2104 (($ $ $) 25)) (-3213 (((-844) $) 11) (($ (-552)) 31)) (-2014 (((-756)) 32)) (-1826 (($ $ $ $) 26)) (-2845 (($ $ $) 24)) (-3297 (($) 18 T CONST)) (-3309 (($) 33 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 30) (($ $ (-756)) 37)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 27)))
-(((-748) (-137)) (T -748))
-((-2014 (*1 *2) (-12 (-4 *1 (-748)) (-5 *2 (-756)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-748)))))
-(-13 (-746) (-707) (-10 -8 (-15 -2014 ((-756))) (-15 -3213 ($ (-552)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-705) . T) ((-707) . T) ((-746) . T) ((-1078) . T))
-((-2620 (((-629 (-2 (|:| |outval| (-166 |#1|)) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 (-166 |#1|)))))) (-673 (-166 (-401 (-552)))) |#1|) 33)) (-4271 (((-629 (-166 |#1|)) (-673 (-166 (-401 (-552)))) |#1|) 23)) (-3767 (((-933 (-166 (-401 (-552)))) (-673 (-166 (-401 (-552)))) (-1154)) 20) (((-933 (-166 (-401 (-552)))) (-673 (-166 (-401 (-552))))) 19)))
-(((-749 |#1|) (-10 -7 (-15 -3767 ((-933 (-166 (-401 (-552)))) (-673 (-166 (-401 (-552)))))) (-15 -3767 ((-933 (-166 (-401 (-552)))) (-673 (-166 (-401 (-552)))) (-1154))) (-15 -4271 ((-629 (-166 |#1|)) (-673 (-166 (-401 (-552)))) |#1|)) (-15 -2620 ((-629 (-2 (|:| |outval| (-166 |#1|)) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 (-166 |#1|)))))) (-673 (-166 (-401 (-552)))) |#1|))) (-13 (-357) (-830))) (T -749))
-((-2620 (*1 *2 *3 *4) (-12 (-5 *3 (-673 (-166 (-401 (-552))))) (-5 *2 (-629 (-2 (|:| |outval| (-166 *4)) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 (-166 *4))))))) (-5 *1 (-749 *4)) (-4 *4 (-13 (-357) (-830))))) (-4271 (*1 *2 *3 *4) (-12 (-5 *3 (-673 (-166 (-401 (-552))))) (-5 *2 (-629 (-166 *4))) (-5 *1 (-749 *4)) (-4 *4 (-13 (-357) (-830))))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-673 (-166 (-401 (-552))))) (-5 *4 (-1154)) (-5 *2 (-933 (-166 (-401 (-552))))) (-5 *1 (-749 *5)) (-4 *5 (-13 (-357) (-830))))) (-3767 (*1 *2 *3) (-12 (-5 *3 (-673 (-166 (-401 (-552))))) (-5 *2 (-933 (-166 (-401 (-552))))) (-5 *1 (-749 *4)) (-4 *4 (-13 (-357) (-830))))))
-(-10 -7 (-15 -3767 ((-933 (-166 (-401 (-552)))) (-673 (-166 (-401 (-552)))))) (-15 -3767 ((-933 (-166 (-401 (-552)))) (-673 (-166 (-401 (-552)))) (-1154))) (-15 -4271 ((-629 (-166 |#1|)) (-673 (-166 (-401 (-552)))) |#1|)) (-15 -2620 ((-629 (-2 (|:| |outval| (-166 |#1|)) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 (-166 |#1|)))))) (-673 (-166 (-401 (-552)))) |#1|)))
-((-3110 (((-171 (-552)) |#1|) 25)))
-(((-750 |#1|) (-10 -7 (-15 -3110 ((-171 (-552)) |#1|))) (-398)) (T -750))
-((-3110 (*1 *2 *3) (-12 (-5 *2 (-171 (-552))) (-5 *1 (-750 *3)) (-4 *3 (-398)))))
-(-10 -7 (-15 -3110 ((-171 (-552)) |#1|)))
-((-2945 ((|#1| |#1| |#1|) 24)) (-4072 ((|#1| |#1| |#1|) 23)) (-4149 ((|#1| |#1| |#1|) 32)) (-2153 ((|#1| |#1| |#1|) 28)) (-1547 (((-3 |#1| "failed") |#1| |#1|) 27)) (-1602 (((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|) 22)))
-(((-751 |#1| |#2|) (-10 -7 (-15 -1602 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -4072 (|#1| |#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -1547 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2153 (|#1| |#1| |#1|)) (-15 -4149 (|#1| |#1| |#1|))) (-693 |#2|) (-357)) (T -751))
-((-4149 (*1 *2 *2 *2) (-12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3)))) (-2153 (*1 *2 *2 *2) (-12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3)))) (-1547 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3)))) (-2945 (*1 *2 *2 *2) (-12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3)))) (-4072 (*1 *2 *2 *2) (-12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3)))) (-1602 (*1 *2 *3 *3) (-12 (-4 *4 (-357)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-751 *3 *4)) (-4 *3 (-693 *4)))))
-(-10 -7 (-15 -1602 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -4072 (|#1| |#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -1547 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2153 (|#1| |#1| |#1|)) (-15 -4149 (|#1| |#1| |#1|)))
-((-3268 (((-1098) $ (-127)) 12)) (-2586 (((-1098) $ (-128)) 11)) (-2537 (((-1098) $ (-127)) 7)) (-3042 (((-1098) $) 8)) (-1729 (((-111) $) 14)) (-3904 (((-3 $ "failed") |#1| (-935)) 15)) (-2469 (($ $) 6)))
-(((-752 |#1|) (-137) (-1078)) (T -752))
-((-3904 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-935)) (-4 *1 (-752 *2)) (-4 *2 (-1078)))) (-1729 (*1 *2 *1) (-12 (-4 *1 (-752 *3)) (-4 *3 (-1078)) (-5 *2 (-111)))))
-(-13 (-564) (-10 -8 (-15 -3904 ((-3 $ "failed") |t#1| (-935))) (-15 -1729 ((-111) $))))
-(((-170) . T) ((-519) . T) ((-564) . T) ((-842) . T))
-((-1414 (((-2 (|:| -4199 (-673 (-552))) (|:| |basisDen| (-552)) (|:| |basisInv| (-673 (-552)))) (-552)) 59)) (-4197 (((-2 (|:| -4199 (-673 (-552))) (|:| |basisDen| (-552)) (|:| |basisInv| (-673 (-552))))) 57)) (-1721 (((-552)) 71)))
-(((-753 |#1| |#2|) (-10 -7 (-15 -1721 ((-552))) (-15 -4197 ((-2 (|:| -4199 (-673 (-552))) (|:| |basisDen| (-552)) (|:| |basisInv| (-673 (-552)))))) (-15 -1414 ((-2 (|:| -4199 (-673 (-552))) (|:| |basisDen| (-552)) (|:| |basisInv| (-673 (-552)))) (-552)))) (-1213 (-552)) (-403 (-552) |#1|)) (T -753))
-((-1414 (*1 *2 *3) (-12 (-5 *3 (-552)) (-4 *4 (-1213 *3)) (-5 *2 (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-673 *3)))) (-5 *1 (-753 *4 *5)) (-4 *5 (-403 *3 *4)))) (-4197 (*1 *2) (-12 (-4 *3 (-1213 (-552))) (-5 *2 (-2 (|:| -4199 (-673 (-552))) (|:| |basisDen| (-552)) (|:| |basisInv| (-673 (-552))))) (-5 *1 (-753 *3 *4)) (-4 *4 (-403 (-552) *3)))) (-1721 (*1 *2) (-12 (-4 *3 (-1213 *2)) (-5 *2 (-552)) (-5 *1 (-753 *3 *4)) (-4 *4 (-403 *2 *3)))))
-(-10 -7 (-15 -1721 ((-552))) (-15 -4197 ((-2 (|:| -4199 (-673 (-552))) (|:| |basisDen| (-552)) (|:| |basisInv| (-673 (-552)))))) (-15 -1414 ((-2 (|:| -4199 (-673 (-552))) (|:| |basisDen| (-552)) (|:| |basisInv| (-673 (-552)))) (-552))))
-((-3202 (((-111) $ $) NIL)) (-2832 (((-3 (|:| |nia| (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) $) 21)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 20) (($ (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 13) (($ (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))) 18)) (-1613 (((-111) $ $) NIL)))
-(((-754) (-13 (-1078) (-10 -8 (-15 -3213 ($ (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3213 ($ (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3213 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (-15 -3213 ((-844) $)) (-15 -2832 ((-3 (|:| |nia| (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) $))))) (T -754))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-754)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *1 (-754)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *1 (-754)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))) (-5 *1 (-754)))) (-2832 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))) (-5 *1 (-754)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ($ (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3213 ($ (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3213 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (-15 -3213 ((-844) $)) (-15 -2832 ((-3 (|:| |nia| (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) $))))
-((-1946 (((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|))) 18) (((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|)) (-629 (-1154))) 17)) (-4153 (((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|))) 20) (((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|)) (-629 (-1154))) 19)))
-(((-755 |#1|) (-10 -7 (-15 -1946 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|)) (-629 (-1154)))) (-15 -1946 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|)))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|)) (-629 (-1154)))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|))))) (-544)) (T -755))
-((-4153 (*1 *2 *3) (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *4)))))) (-5 *1 (-755 *4)))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-629 (-1154))) (-4 *5 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *5)))))) (-5 *1 (-755 *5)))) (-1946 (*1 *2 *3) (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *4)))))) (-5 *1 (-755 *4)))) (-1946 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-629 (-1154))) (-4 *5 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *5)))))) (-5 *1 (-755 *5)))))
-(-10 -7 (-15 -1946 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|)) (-629 (-1154)))) (-15 -1946 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|)))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|)) (-629 (-1154)))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-933 |#1|)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3305 (($ $ $) 6)) (-4012 (((-3 $ "failed") $ $) 9)) (-1603 (($ $ (-552)) 7)) (-2130 (($) NIL T CONST)) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($ $) NIL)) (-3987 (($ $ $) NIL)) (-4065 (((-111) $) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2594 (($ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3213 (((-844) $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-756)) NIL) (($ $ (-902)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ $ $) NIL)))
-(((-756) (-13 (-778) (-711) (-10 -8 (-15 -3987 ($ $ $)) (-15 -4006 ($ $ $)) (-15 -2594 ($ $ $)) (-15 -1670 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -3969 ((-3 $ "failed") $ $)) (-15 -1603 ($ $ (-552))) (-15 -1332 ($ $)) (-6 (-4370 "*"))))) (T -756))
-((-3987 (*1 *1 *1 *1) (-5 *1 (-756))) (-4006 (*1 *1 *1 *1) (-5 *1 (-756))) (-2594 (*1 *1 *1 *1) (-5 *1 (-756))) (-1670 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3713 (-756)) (|:| -4186 (-756)))) (-5 *1 (-756)))) (-3969 (*1 *1 *1 *1) (|partial| -5 *1 (-756))) (-1603 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-756)))) (-1332 (*1 *1 *1) (-5 *1 (-756))))
-(-13 (-778) (-711) (-10 -8 (-15 -3987 ($ $ $)) (-15 -4006 ($ $ $)) (-15 -2594 ($ $ $)) (-15 -1670 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -3969 ((-3 $ "failed") $ $)) (-15 -1603 ($ $ (-552))) (-15 -1332 ($ $)) (-6 (-4370 "*"))))
-((-4153 (((-3 |#2| "failed") |#2| |#2| (-113) (-1154)) 35)))
-(((-757 |#1| |#2|) (-10 -7 (-15 -4153 ((-3 |#2| "failed") |#2| |#2| (-113) (-1154)))) (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)) (-13 (-29 |#1|) (-1176) (-940))) (T -757))
-((-4153 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-113)) (-5 *4 (-1154)) (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *1 (-757 *5 *2)) (-4 *2 (-13 (-29 *5) (-1176) (-940))))))
-(-10 -7 (-15 -4153 ((-3 |#2| "failed") |#2| |#2| (-113) (-1154))))
-((-3213 (((-759) |#1|) 8)))
-(((-758 |#1|) (-10 -7 (-15 -3213 ((-759) |#1|))) (-1191)) (T -758))
-((-3213 (*1 *2 *3) (-12 (-5 *2 (-759)) (-5 *1 (-758 *3)) (-4 *3 (-1191)))))
-(-10 -7 (-15 -3213 ((-759) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 7)) (-1613 (((-111) $ $) 9)))
-(((-759) (-1078)) (T -759))
-NIL
-(-1078)
-((-4346 ((|#2| |#4|) 35)))
-(((-760 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4346 (|#2| |#4|))) (-445) (-1213 |#1|) (-709 |#1| |#2|) (-1213 |#3|)) (T -760))
-((-4346 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-709 *4 *2)) (-4 *2 (-1213 *4)) (-5 *1 (-760 *4 *2 *5 *3)) (-4 *3 (-1213 *5)))))
-(-10 -7 (-15 -4346 (|#2| |#4|)))
-((-1293 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 56)) (-1624 (((-1242) (-1136) (-1136) |#4| |#5|) 33)) (-2837 ((|#4| |#4| |#5|) 73)) (-1940 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|) 77)) (-3698 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 16)))
-(((-761 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1293 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2837 (|#4| |#4| |#5|)) (-15 -1940 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1624 ((-1242) (-1136) (-1136) |#4| |#5|)) (-15 -3698 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|) (-1050 |#1| |#2| |#3| |#4|)) (T -761))
-((-3698 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-761 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1624 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1136)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *4 (-1044 *6 *7 *8)) (-5 *2 (-1242)) (-5 *1 (-761 *6 *7 *8 *4 *5)) (-4 *5 (-1050 *6 *7 *8 *4)))) (-1940 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-761 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-2837 (*1 *2 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *2 (-1044 *4 *5 *6)) (-5 *1 (-761 *4 *5 *6 *2 *3)) (-4 *3 (-1050 *4 *5 *6 *2)))) (-1293 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-761 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(-10 -7 (-15 -1293 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2837 (|#4| |#4| |#5|)) (-15 -1940 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1624 ((-1242) (-1136) (-1136) |#4| |#5|)) (-15 -3698 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)))
-((-1393 (((-3 (-1150 (-1150 |#1|)) "failed") |#4|) 43)) (-2698 (((-629 |#4|) |#4|) 15)) (-4237 ((|#4| |#4|) 11)))
-(((-762 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2698 ((-629 |#4|) |#4|)) (-15 -1393 ((-3 (-1150 (-1150 |#1|)) "failed") |#4|)) (-15 -4237 (|#4| |#4|))) (-343) (-323 |#1|) (-1213 |#2|) (-1213 |#3|) (-902)) (T -762))
-((-4237 (*1 *2 *2) (-12 (-4 *3 (-343)) (-4 *4 (-323 *3)) (-4 *5 (-1213 *4)) (-5 *1 (-762 *3 *4 *5 *2 *6)) (-4 *2 (-1213 *5)) (-14 *6 (-902)))) (-1393 (*1 *2 *3) (|partial| -12 (-4 *4 (-343)) (-4 *5 (-323 *4)) (-4 *6 (-1213 *5)) (-5 *2 (-1150 (-1150 *4))) (-5 *1 (-762 *4 *5 *6 *3 *7)) (-4 *3 (-1213 *6)) (-14 *7 (-902)))) (-2698 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *5 (-323 *4)) (-4 *6 (-1213 *5)) (-5 *2 (-629 *3)) (-5 *1 (-762 *4 *5 *6 *3 *7)) (-4 *3 (-1213 *6)) (-14 *7 (-902)))))
-(-10 -7 (-15 -2698 ((-629 |#4|) |#4|)) (-15 -1393 ((-3 (-1150 (-1150 |#1|)) "failed") |#4|)) (-15 -4237 (|#4| |#4|)))
-((-2437 (((-2 (|:| |deter| (-629 (-1150 |#5|))) (|:| |dterm| (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-629 |#1|)) (|:| |nlead| (-629 |#5|))) (-1150 |#5|) (-629 |#1|) (-629 |#5|)) 54)) (-4275 (((-629 (-756)) |#1|) 13)))
-(((-763 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2437 ((-2 (|:| |deter| (-629 (-1150 |#5|))) (|:| |dterm| (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-629 |#1|)) (|:| |nlead| (-629 |#5|))) (-1150 |#5|) (-629 |#1|) (-629 |#5|))) (-15 -4275 ((-629 (-756)) |#1|))) (-1213 |#4|) (-778) (-832) (-301) (-930 |#4| |#2| |#3|)) (T -763))
-((-4275 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301)) (-5 *2 (-629 (-756))) (-5 *1 (-763 *3 *4 *5 *6 *7)) (-4 *3 (-1213 *6)) (-4 *7 (-930 *6 *4 *5)))) (-2437 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1213 *9)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *9 (-301)) (-4 *10 (-930 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-629 (-1150 *10))) (|:| |dterm| (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| *10))))) (|:| |nfacts| (-629 *6)) (|:| |nlead| (-629 *10)))) (-5 *1 (-763 *6 *7 *8 *9 *10)) (-5 *3 (-1150 *10)) (-5 *4 (-629 *6)) (-5 *5 (-629 *10)))))
-(-10 -7 (-15 -2437 ((-2 (|:| |deter| (-629 (-1150 |#5|))) (|:| |dterm| (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-629 |#1|)) (|:| |nlead| (-629 |#5|))) (-1150 |#5|) (-629 |#1|) (-629 |#5|))) (-15 -4275 ((-629 (-756)) |#1|)))
-((-3681 (((-629 (-2 (|:| |outval| |#1|) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 |#1|))))) (-673 (-401 (-552))) |#1|) 31)) (-3819 (((-629 |#1|) (-673 (-401 (-552))) |#1|) 21)) (-3767 (((-933 (-401 (-552))) (-673 (-401 (-552))) (-1154)) 18) (((-933 (-401 (-552))) (-673 (-401 (-552)))) 17)))
-(((-764 |#1|) (-10 -7 (-15 -3767 ((-933 (-401 (-552))) (-673 (-401 (-552))))) (-15 -3767 ((-933 (-401 (-552))) (-673 (-401 (-552))) (-1154))) (-15 -3819 ((-629 |#1|) (-673 (-401 (-552))) |#1|)) (-15 -3681 ((-629 (-2 (|:| |outval| |#1|) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 |#1|))))) (-673 (-401 (-552))) |#1|))) (-13 (-357) (-830))) (T -764))
-((-3681 (*1 *2 *3 *4) (-12 (-5 *3 (-673 (-401 (-552)))) (-5 *2 (-629 (-2 (|:| |outval| *4) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 *4)))))) (-5 *1 (-764 *4)) (-4 *4 (-13 (-357) (-830))))) (-3819 (*1 *2 *3 *4) (-12 (-5 *3 (-673 (-401 (-552)))) (-5 *2 (-629 *4)) (-5 *1 (-764 *4)) (-4 *4 (-13 (-357) (-830))))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-673 (-401 (-552)))) (-5 *4 (-1154)) (-5 *2 (-933 (-401 (-552)))) (-5 *1 (-764 *5)) (-4 *5 (-13 (-357) (-830))))) (-3767 (*1 *2 *3) (-12 (-5 *3 (-673 (-401 (-552)))) (-5 *2 (-933 (-401 (-552)))) (-5 *1 (-764 *4)) (-4 *4 (-13 (-357) (-830))))))
-(-10 -7 (-15 -3767 ((-933 (-401 (-552))) (-673 (-401 (-552))))) (-15 -3767 ((-933 (-401 (-552))) (-673 (-401 (-552))) (-1154))) (-15 -3819 ((-629 |#1|) (-673 (-401 (-552))) |#1|)) (-15 -3681 ((-629 (-2 (|:| |outval| |#1|) (|:| |outmult| (-552)) (|:| |outvect| (-629 (-673 |#1|))))) (-673 (-401 (-552))) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 34)) (-3611 (((-629 |#2|) $) NIL)) (-3449 (((-1150 $) $ |#2|) NIL) (((-1150 |#1|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 |#2|)) NIL)) (-1785 (($ $) 28)) (-1764 (((-111) $ $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2134 (($ $ $) 93 (|has| |#1| (-544)))) (-1966 (((-629 $) $ $) 106 (|has| |#1| (-544)))) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-4116 (($ $) NIL (|has| |#1| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-933 (-401 (-552)))) NIL (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#2| (-600 (-1154))))) (((-3 $ "failed") (-933 (-552))) NIL (-4029 (-12 (|has| |#1| (-38 (-552))) (|has| |#2| (-600 (-1154))) (-4107 (|has| |#1| (-38 (-401 (-552)))))) (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#2| (-600 (-1154)))))) (((-3 $ "failed") (-933 |#1|)) NIL (-4029 (-12 (|has| |#2| (-600 (-1154))) (-4107 (|has| |#1| (-38 (-401 (-552))))) (-4107 (|has| |#1| (-38 (-552))))) (-12 (|has| |#1| (-38 (-552))) (|has| |#2| (-600 (-1154))) (-4107 (|has| |#1| (-38 (-401 (-552))))) (-4107 (|has| |#1| (-537)))) (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#2| (-600 (-1154))) (-4107 (|has| |#1| (-973 (-552))))))) (((-3 (-1103 |#1| |#2|) "failed") $) 18)) (-2832 ((|#1| $) NIL) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) ((|#2| $) NIL) (($ (-933 (-401 (-552)))) NIL (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#2| (-600 (-1154))))) (($ (-933 (-552))) NIL (-4029 (-12 (|has| |#1| (-38 (-552))) (|has| |#2| (-600 (-1154))) (-4107 (|has| |#1| (-38 (-401 (-552)))))) (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#2| (-600 (-1154)))))) (($ (-933 |#1|)) NIL (-4029 (-12 (|has| |#2| (-600 (-1154))) (-4107 (|has| |#1| (-38 (-401 (-552))))) (-4107 (|has| |#1| (-38 (-552))))) (-12 (|has| |#1| (-38 (-552))) (|has| |#2| (-600 (-1154))) (-4107 (|has| |#1| (-38 (-401 (-552))))) (-4107 (|has| |#1| (-537)))) (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#2| (-600 (-1154))) (-4107 (|has| |#1| (-973 (-552))))))) (((-1103 |#1| |#2|) $) NIL)) (-3301 (($ $ $ |#2|) NIL (|has| |#1| (-169))) (($ $ $) 104 (|has| |#1| (-544)))) (-3766 (($ $) NIL) (($ $ |#2|) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-3738 (((-111) $ $) NIL) (((-111) $ (-629 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-2792 (((-111) $) NIL)) (-2997 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 70)) (-1913 (($ $) 119 (|has| |#1| (-445)))) (-3471 (($ $) NIL (|has| |#1| (-445))) (($ $ |#2|) NIL (|has| |#1| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#1| (-890)))) (-2896 (($ $) NIL (|has| |#1| (-544)))) (-2304 (($ $) NIL (|has| |#1| (-544)))) (-2030 (($ $ $) 65) (($ $ $ |#2|) NIL)) (-1697 (($ $ $) 68) (($ $ $ |#2|) NIL)) (-3423 (($ $ |#1| (-523 |#2|) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| |#1| (-867 (-373))) (|has| |#2| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| |#1| (-867 (-552))) (|has| |#2| (-867 (-552)))))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3065 (((-111) $ $) NIL) (((-111) $ (-629 $)) NIL)) (-3154 (($ $ $ $ $) 90 (|has| |#1| (-544)))) (-2940 ((|#2| $) 19)) (-3602 (($ (-1150 |#1|) |#2|) NIL) (($ (-1150 $) |#2|) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-523 |#2|)) NIL) (($ $ |#2| (-756)) 36) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-1885 (($ $ $) 60)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ |#2|) NIL)) (-2706 (((-111) $) NIL)) (-3544 (((-523 |#2|) $) NIL) (((-756) $ |#2|) NIL) (((-629 (-756)) $ (-629 |#2|)) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-1979 (((-756) $) 20)) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-3891 (($ (-1 (-523 |#2|) (-523 |#2|)) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-3506 (((-3 |#2| "failed") $) NIL)) (-1989 (($ $) NIL (|has| |#1| (-445)))) (-2971 (($ $) NIL (|has| |#1| (-445)))) (-4050 (((-629 $) $) NIL)) (-1723 (($ $) 37)) (-3119 (($ $) NIL (|has| |#1| (-445)))) (-3559 (((-629 $) $) 41)) (-1823 (($ $) 39)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL) (($ $ |#2|) 45)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4048 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3129 (-756))) $ $) 82)) (-4239 (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $) 67) (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $ |#2|) NIL)) (-1574 (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -4186 $)) $ $) NIL) (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -4186 $)) $ $ |#2|) NIL)) (-3710 (($ $ $) 72) (($ $ $ |#2|) NIL)) (-3557 (($ $ $) 75) (($ $ $ |#2|) NIL)) (-2623 (((-1136) $) NIL)) (-2043 (($ $ $) 108 (|has| |#1| (-544)))) (-1741 (((-629 $) $) 30)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| |#2|) (|:| -1406 (-756))) "failed") $) NIL)) (-3287 (((-111) $ $) NIL) (((-111) $ (-629 $)) NIL)) (-2498 (($ $ $) NIL)) (-1977 (($ $) 21)) (-4343 (((-111) $ $) NIL)) (-3150 (((-111) $ $) NIL) (((-111) $ (-629 $)) NIL)) (-3848 (($ $ $) NIL)) (-2170 (($ $) 23)) (-2876 (((-1098) $) NIL)) (-1808 (((-2 (|:| -2594 $) (|:| |coef2| $)) $ $) 99 (|has| |#1| (-544)))) (-3571 (((-2 (|:| -2594 $) (|:| |coef1| $)) $ $) 96 (|has| |#1| (-544)))) (-3711 (((-111) $) 52)) (-3722 ((|#1| $) 55)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-445)))) (-2594 ((|#1| |#1| $) 116 (|has| |#1| (-445))) (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-890)))) (-1810 (((-2 (|:| -2594 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 102 (|has| |#1| (-544)))) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-544)))) (-3069 (($ $ |#1|) 112 (|has| |#1| (-544))) (($ $ $) NIL (|has| |#1| (-544)))) (-1771 (($ $ |#1|) 111 (|has| |#1| (-544))) (($ $ $) NIL (|has| |#1| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-629 |#2|) (-629 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-629 |#2|) (-629 $)) NIL)) (-1721 (($ $ |#2|) NIL (|has| |#1| (-169)))) (-3096 (($ $ |#2|) NIL) (($ $ (-629 |#2|)) NIL) (($ $ |#2| (-756)) NIL) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-3299 (((-523 |#2|) $) NIL) (((-756) $ |#2|) 43) (((-629 (-756)) $ (-629 |#2|)) NIL)) (-2861 (($ $) NIL)) (-1763 (($ $) 33)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| |#1| (-600 (-873 (-373)))) (|has| |#2| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| |#1| (-600 (-873 (-552)))) (|has| |#2| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| |#1| (-600 (-528))) (|has| |#2| (-600 (-528))))) (($ (-933 (-401 (-552)))) NIL (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#2| (-600 (-1154))))) (($ (-933 (-552))) NIL (-4029 (-12 (|has| |#1| (-38 (-552))) (|has| |#2| (-600 (-1154))) (-4107 (|has| |#1| (-38 (-401 (-552)))))) (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#2| (-600 (-1154)))))) (($ (-933 |#1|)) NIL (|has| |#2| (-600 (-1154)))) (((-1136) $) NIL (-12 (|has| |#1| (-1019 (-552))) (|has| |#2| (-600 (-1154))))) (((-933 |#1|) $) NIL (|has| |#2| (-600 (-1154))))) (-3807 ((|#1| $) 115 (|has| |#1| (-445))) (($ $ |#2|) NIL (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-933 |#1|) $) NIL (|has| |#2| (-600 (-1154)))) (((-1103 |#1| |#2|) $) 15) (($ (-1103 |#1| |#2|)) 16) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-523 |#2|)) NIL) (($ $ |#2| (-756)) 44) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#1| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) 13 T CONST)) (-1383 (((-3 (-111) "failed") $ $) NIL)) (-3309 (($) 35 T CONST)) (-3556 (($ $ $ $ (-756)) 88 (|has| |#1| (-544)))) (-3239 (($ $ $ (-756)) 87 (|has| |#1| (-544)))) (-1765 (($ $ |#2|) NIL) (($ $ (-629 |#2|)) NIL) (($ $ |#2| (-756)) NIL) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) 54)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) 64)) (-1698 (($ $ $) 74)) (** (($ $ (-902)) NIL) (($ $ (-756)) 61)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 59) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 58) (($ $ |#1|) NIL)))
-(((-765 |#1| |#2|) (-13 (-1044 |#1| (-523 |#2|) |#2|) (-599 (-1103 |#1| |#2|)) (-1019 (-1103 |#1| |#2|))) (-1030) (-832)) (T -765))
-NIL
-(-13 (-1044 |#1| (-523 |#2|) |#2|) (-599 (-1103 |#1| |#2|)) (-1019 (-1103 |#1| |#2|)))
-((-1477 (((-767 |#2|) (-1 |#2| |#1|) (-767 |#1|)) 13)))
-(((-766 |#1| |#2|) (-10 -7 (-15 -1477 ((-767 |#2|) (-1 |#2| |#1|) (-767 |#1|)))) (-1030) (-1030)) (T -766))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-767 *5)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-5 *2 (-767 *6)) (-5 *1 (-766 *5 *6)))))
-(-10 -7 (-15 -1477 ((-767 |#2|) (-1 |#2| |#1|) (-767 |#1|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 12)) (-2961 (((-1237 |#1|) $ (-756)) NIL)) (-3611 (((-629 (-1060)) $) NIL)) (-4218 (($ (-1150 |#1|)) NIL)) (-3449 (((-1150 $) $ (-1060)) NIL) (((-1150 |#1|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-1060))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3791 (((-629 $) $ $) 39 (|has| |#1| (-544)))) (-2134 (($ $ $) 35 (|has| |#1| (-544)))) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-4116 (($ $) NIL (|has| |#1| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-1496 (($ $ (-756)) NIL)) (-3366 (($ $ (-756)) NIL)) (-3376 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-445)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-1060) "failed") $) NIL) (((-3 (-1150 |#1|) "failed") $) 10)) (-2832 ((|#1| $) NIL) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-1060) $) NIL) (((-1150 |#1|) $) NIL)) (-3301 (($ $ $ (-1060)) NIL (|has| |#1| (-169))) ((|#1| $ $) 43 (|has| |#1| (-169)))) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3547 (($ $ $) NIL)) (-1589 (($ $ $) 71 (|has| |#1| (-544)))) (-2997 (((-2 (|:| -4158 |#1|) (|:| -3713 $) (|:| -4186 $)) $ $) 70 (|has| |#1| (-544)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-3471 (($ $) NIL (|has| |#1| (-445))) (($ $ (-1060)) NIL (|has| |#1| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#1| (-890)))) (-3423 (($ $ |#1| (-756) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-1060) (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-1060) (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-4241 (((-756) $ $) NIL (|has| |#1| (-544)))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-1129)))) (-3602 (($ (-1150 |#1|) (-1060)) NIL) (($ (-1150 $) (-1060)) NIL)) (-1524 (($ $ (-756)) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-756)) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-1885 (($ $ $) 20)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-1060)) NIL) (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3544 (((-756) $) NIL) (((-756) $ (-1060)) NIL) (((-629 (-756)) $ (-629 (-1060))) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-3891 (($ (-1 (-756) (-756)) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2434 (((-1150 |#1|) $) NIL)) (-3506 (((-3 (-1060) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4048 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3129 (-756))) $ $) 26)) (-2784 (($ $ $) 29)) (-4287 (($ $ $) 32)) (-4239 (((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $) 31)) (-2623 (((-1136) $) NIL)) (-2043 (($ $ $) 41 (|has| |#1| (-544)))) (-1679 (((-2 (|:| -3713 $) (|:| -4186 $)) $ (-756)) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-1060)) (|:| -1406 (-756))) "failed") $) NIL)) (-2889 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1977 (($) NIL (|has| |#1| (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-1808 (((-2 (|:| -2594 $) (|:| |coef2| $)) $ $) 67 (|has| |#1| (-544)))) (-3571 (((-2 (|:| -2594 $) (|:| |coef1| $)) $ $) 63 (|has| |#1| (-544)))) (-3768 (((-2 (|:| -3301 |#1|) (|:| |coef2| $)) $ $) 55 (|has| |#1| (-544)))) (-1451 (((-2 (|:| -3301 |#1|) (|:| |coef1| $)) $ $) 51 (|has| |#1| (-544)))) (-3711 (((-111) $) 13)) (-3722 ((|#1| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-3079 (($ $ (-756) |#1| $) 19)) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-890)))) (-1810 (((-2 (|:| -2594 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 59 (|has| |#1| (-544)))) (-3234 (((-2 (|:| -3301 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 47 (|has| |#1| (-544)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-1060) |#1|) NIL) (($ $ (-629 (-1060)) (-629 |#1|)) NIL) (($ $ (-1060) $) NIL) (($ $ (-629 (-1060)) (-629 $)) NIL)) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-401 $) (-401 $) (-401 $)) NIL (|has| |#1| (-544))) ((|#1| (-401 $) |#1|) NIL (|has| |#1| (-357))) (((-401 $) $ (-401 $)) NIL (|has| |#1| (-544)))) (-4212 (((-3 $ "failed") $ (-756)) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-1721 (($ $ (-1060)) NIL (|has| |#1| (-169))) ((|#1| $) NIL (|has| |#1| (-169)))) (-3096 (($ $ (-1060)) NIL) (($ $ (-629 (-1060))) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL) (($ $ (-756)) NIL) (($ $) NIL) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-3299 (((-756) $) NIL) (((-756) $ (-1060)) NIL) (((-629 (-756)) $ (-629 (-1060))) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-1060) (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-1060) (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-1060) (-600 (-528))) (|has| |#1| (-600 (-528)))))) (-3807 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-1060)) NIL (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-2911 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544))) (((-3 (-401 $) "failed") (-401 $) $) NIL (|has| |#1| (-544)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL) (($ (-1060)) NIL) (((-1150 |#1|) $) 7) (($ (-1150 |#1|)) 8) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-756)) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#1| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) 21 T CONST)) (-3309 (($) 24 T CONST)) (-1765 (($ $ (-1060)) NIL) (($ $ (-629 (-1060))) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL) (($ $ (-756)) NIL) (($ $) NIL) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) 28) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 23) (($ $ |#1|) NIL)))
-(((-767 |#1|) (-13 (-1213 |#1|) (-599 (-1150 |#1|)) (-1019 (-1150 |#1|)) (-10 -8 (-15 -3079 ($ $ (-756) |#1| $)) (-15 -1885 ($ $ $)) (-15 -4048 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3129 (-756))) $ $)) (-15 -2784 ($ $ $)) (-15 -4239 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -4287 ($ $ $)) (IF (|has| |#1| (-544)) (PROGN (-15 -3791 ((-629 $) $ $)) (-15 -2043 ($ $ $)) (-15 -1810 ((-2 (|:| -2594 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3571 ((-2 (|:| -2594 $) (|:| |coef1| $)) $ $)) (-15 -1808 ((-2 (|:| -2594 $) (|:| |coef2| $)) $ $)) (-15 -3234 ((-2 (|:| -3301 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1451 ((-2 (|:| -3301 |#1|) (|:| |coef1| $)) $ $)) (-15 -3768 ((-2 (|:| -3301 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1030)) (T -767))
-((-3079 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-756)) (-5 *1 (-767 *3)) (-4 *3 (-1030)))) (-1885 (*1 *1 *1 *1) (-12 (-5 *1 (-767 *2)) (-4 *2 (-1030)))) (-4048 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-767 *3)) (|:| |polden| *3) (|:| -3129 (-756)))) (-5 *1 (-767 *3)) (-4 *3 (-1030)))) (-2784 (*1 *1 *1 *1) (-12 (-5 *1 (-767 *2)) (-4 *2 (-1030)))) (-4239 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4158 *3) (|:| |gap| (-756)) (|:| -3713 (-767 *3)) (|:| -4186 (-767 *3)))) (-5 *1 (-767 *3)) (-4 *3 (-1030)))) (-4287 (*1 *1 *1 *1) (-12 (-5 *1 (-767 *2)) (-4 *2 (-1030)))) (-3791 (*1 *2 *1 *1) (-12 (-5 *2 (-629 (-767 *3))) (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))) (-2043 (*1 *1 *1 *1) (-12 (-5 *1 (-767 *2)) (-4 *2 (-544)) (-4 *2 (-1030)))) (-1810 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2594 (-767 *3)) (|:| |coef1| (-767 *3)) (|:| |coef2| (-767 *3)))) (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))) (-3571 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2594 (-767 *3)) (|:| |coef1| (-767 *3)))) (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))) (-1808 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2594 (-767 *3)) (|:| |coef2| (-767 *3)))) (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))) (-3234 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3301 *3) (|:| |coef1| (-767 *3)) (|:| |coef2| (-767 *3)))) (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))) (-1451 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3301 *3) (|:| |coef1| (-767 *3)))) (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))) (-3768 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3301 *3) (|:| |coef2| (-767 *3)))) (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))))
-(-13 (-1213 |#1|) (-599 (-1150 |#1|)) (-1019 (-1150 |#1|)) (-10 -8 (-15 -3079 ($ $ (-756) |#1| $)) (-15 -1885 ($ $ $)) (-15 -4048 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3129 (-756))) $ $)) (-15 -2784 ($ $ $)) (-15 -4239 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -4287 ($ $ $)) (IF (|has| |#1| (-544)) (PROGN (-15 -3791 ((-629 $) $ $)) (-15 -2043 ($ $ $)) (-15 -1810 ((-2 (|:| -2594 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3571 ((-2 (|:| -2594 $) (|:| |coef1| $)) $ $)) (-15 -1808 ((-2 (|:| -2594 $) (|:| |coef2| $)) $ $)) (-15 -3234 ((-2 (|:| -3301 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1451 ((-2 (|:| -3301 |#1|) (|:| |coef1| $)) $ $)) (-15 -3768 ((-2 (|:| -3301 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
-((-4214 ((|#1| (-756) |#1|) 32 (|has| |#1| (-38 (-401 (-552)))))) (-3074 ((|#1| (-756) |#1|) 22)) (-2773 ((|#1| (-756) |#1|) 34 (|has| |#1| (-38 (-401 (-552)))))))
-(((-768 |#1|) (-10 -7 (-15 -3074 (|#1| (-756) |#1|)) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2773 (|#1| (-756) |#1|)) (-15 -4214 (|#1| (-756) |#1|))) |%noBranch|)) (-169)) (T -768))
-((-4214 (*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-768 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-169)))) (-2773 (*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-768 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-169)))) (-3074 (*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-768 *2)) (-4 *2 (-169)))))
-(-10 -7 (-15 -3074 (|#1| (-756) |#1|)) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2773 (|#1| (-756) |#1|)) (-15 -4214 (|#1| (-756) |#1|))) |%noBranch|))
-((-3202 (((-111) $ $) 7)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |#4|)))) (-629 |#4|)) 85)) (-1830 (((-629 $) (-629 |#4|)) 86) (((-629 $) (-629 |#4|) (-111)) 111)) (-3611 (((-629 |#3|) $) 33)) (-3902 (((-111) $) 26)) (-1565 (((-111) $) 17 (|has| |#1| (-544)))) (-2007 (((-111) |#4| $) 101) (((-111) $) 97)) (-2240 ((|#4| |#4| $) 92)) (-4116 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 126)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) 27)) (-4238 (((-111) $ (-756)) 44)) (-3954 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4368))) (((-3 |#4| "failed") $ |#3|) 79)) (-2130 (($) 45 T CONST)) (-3320 (((-111) $) 22 (|has| |#1| (-544)))) (-4177 (((-111) $ $) 24 (|has| |#1| (-544)))) (-3170 (((-111) $ $) 23 (|has| |#1| (-544)))) (-2797 (((-111) $) 25 (|has| |#1| (-544)))) (-3228 (((-629 |#4|) (-629 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-3662 (((-629 |#4|) (-629 |#4|) $) 18 (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) 19 (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) 36)) (-2832 (($ (-629 |#4|)) 35)) (-2715 (((-3 $ "failed") $) 82)) (-3126 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#4| $) 67 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-544)))) (-3738 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-2081 ((|#4| |#4| $) 87)) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4368))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-3817 (((-2 (|:| -2571 (-629 |#4|)) (|:| -3092 (-629 |#4|))) $) 105)) (-2851 (((-111) |#4| $) 136)) (-4035 (((-111) |#4| $) 133)) (-3250 (((-111) |#4| $) 137) (((-111) $) 134)) (-3138 (((-629 |#4|) $) 52 (|has| $ (-6 -4368)))) (-3065 (((-111) |#4| $) 104) (((-111) $) 103)) (-2940 ((|#3| $) 34)) (-1418 (((-111) $ (-756)) 43)) (-3278 (((-629 |#4|) $) 53 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 47)) (-3420 (((-629 |#3|) $) 32)) (-2677 (((-111) |#3| $) 31)) (-1745 (((-111) $ (-756)) 42)) (-2623 (((-1136) $) 9)) (-1322 (((-3 |#4| (-629 $)) |#4| |#4| $) 128)) (-2043 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 127)) (-2680 (((-3 |#4| "failed") $) 83)) (-1999 (((-629 $) |#4| $) 129)) (-4253 (((-3 (-111) (-629 $)) |#4| $) 132)) (-1890 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 131) (((-111) |#4| $) 130)) (-4011 (((-629 $) |#4| $) 125) (((-629 $) (-629 |#4|) $) 124) (((-629 $) (-629 |#4|) (-629 $)) 123) (((-629 $) |#4| (-629 $)) 122)) (-2300 (($ |#4| $) 117) (($ (-629 |#4|) $) 116)) (-3887 (((-629 |#4|) $) 107)) (-3287 (((-111) |#4| $) 99) (((-111) $) 95)) (-2498 ((|#4| |#4| $) 90)) (-4343 (((-111) $ $) 110)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-544)))) (-3150 (((-111) |#4| $) 100) (((-111) $) 96)) (-3848 ((|#4| |#4| $) 91)) (-2876 (((-1098) $) 10)) (-2702 (((-3 |#4| "failed") $) 84)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-1800 (((-3 $ "failed") $ |#4|) 78)) (-3136 (($ $ |#4|) 77) (((-629 $) |#4| $) 115) (((-629 $) |#4| (-629 $)) 114) (((-629 $) (-629 |#4|) $) 113) (((-629 $) (-629 |#4|) (-629 $)) 112)) (-3944 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) 38)) (-3435 (((-111) $) 41)) (-3430 (($) 40)) (-3299 (((-756) $) 106)) (-2885 (((-756) |#4| $) 54 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4368)))) (-1487 (($ $) 39)) (-1522 (((-528) $) 69 (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) 60)) (-2542 (($ $ |#3|) 28)) (-1853 (($ $ |#3|) 30)) (-3081 (($ $) 88)) (-2387 (($ $ |#3|) 29)) (-3213 (((-844) $) 11) (((-629 |#4|) $) 37)) (-1753 (((-756) $) 76 (|has| |#3| (-362)))) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-2015 (((-111) $ (-1 (-111) |#4| (-629 |#4|))) 98)) (-3933 (((-629 $) |#4| $) 121) (((-629 $) |#4| (-629 $)) 120) (((-629 $) (-629 |#4|) $) 119) (((-629 $) (-629 |#4|) (-629 $)) 118)) (-2584 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4368)))) (-2242 (((-629 |#3|) $) 81)) (-2452 (((-111) |#4| $) 135)) (-2904 (((-111) |#3| $) 80)) (-1613 (((-111) $ $) 6)) (-2657 (((-756) $) 46 (|has| $ (-6 -4368)))))
-(((-769 |#1| |#2| |#3| |#4|) (-137) (-445) (-778) (-832) (-1044 |t#1| |t#2| |t#3|)) (T -769))
-NIL
-(-13 (-1050 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-101) . T) ((-599 (-629 |#4|)) . T) ((-599 (-844)) . T) ((-148 |#4|) . T) ((-600 (-528)) |has| |#4| (-600 (-528))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-482 |#4|) . T) ((-506 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-957 |#1| |#2| |#3| |#4|) . T) ((-1050 |#1| |#2| |#3| |#4|) . T) ((-1078) . T) ((-1184 |#1| |#2| |#3| |#4|) . T) ((-1191) . T))
-((-2964 (((-3 (-373) "failed") (-310 |#1|) (-902)) 62 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-3 (-373) "failed") (-310 |#1|)) 54 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-3 (-373) "failed") (-401 (-933 |#1|)) (-902)) 41 (|has| |#1| (-544))) (((-3 (-373) "failed") (-401 (-933 |#1|))) 40 (|has| |#1| (-544))) (((-3 (-373) "failed") (-933 |#1|) (-902)) 31 (|has| |#1| (-1030))) (((-3 (-373) "failed") (-933 |#1|)) 30 (|has| |#1| (-1030)))) (-3718 (((-373) (-310 |#1|) (-902)) 99 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-373) (-310 |#1|)) 94 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-373) (-401 (-933 |#1|)) (-902)) 91 (|has| |#1| (-544))) (((-373) (-401 (-933 |#1|))) 90 (|has| |#1| (-544))) (((-373) (-933 |#1|) (-902)) 86 (|has| |#1| (-1030))) (((-373) (-933 |#1|)) 85 (|has| |#1| (-1030))) (((-373) |#1| (-902)) 76) (((-373) |#1|) 22)) (-1900 (((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)) (-902)) 71 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-3 (-166 (-373)) "failed") (-310 (-166 |#1|))) 70 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-3 (-166 (-373)) "failed") (-310 |#1|) (-902)) 63 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-3 (-166 (-373)) "failed") (-310 |#1|)) 61 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-3 (-166 (-373)) "failed") (-401 (-933 (-166 |#1|))) (-902)) 46 (|has| |#1| (-544))) (((-3 (-166 (-373)) "failed") (-401 (-933 (-166 |#1|)))) 45 (|has| |#1| (-544))) (((-3 (-166 (-373)) "failed") (-401 (-933 |#1|)) (-902)) 39 (|has| |#1| (-544))) (((-3 (-166 (-373)) "failed") (-401 (-933 |#1|))) 38 (|has| |#1| (-544))) (((-3 (-166 (-373)) "failed") (-933 |#1|) (-902)) 28 (|has| |#1| (-1030))) (((-3 (-166 (-373)) "failed") (-933 |#1|)) 26 (|has| |#1| (-1030))) (((-3 (-166 (-373)) "failed") (-933 (-166 |#1|)) (-902)) 18 (|has| |#1| (-169))) (((-3 (-166 (-373)) "failed") (-933 (-166 |#1|))) 15 (|has| |#1| (-169)))) (-3414 (((-166 (-373)) (-310 (-166 |#1|)) (-902)) 102 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-166 (-373)) (-310 (-166 |#1|))) 101 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-166 (-373)) (-310 |#1|) (-902)) 100 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-166 (-373)) (-310 |#1|)) 98 (-12 (|has| |#1| (-544)) (|has| |#1| (-832)))) (((-166 (-373)) (-401 (-933 (-166 |#1|))) (-902)) 93 (|has| |#1| (-544))) (((-166 (-373)) (-401 (-933 (-166 |#1|)))) 92 (|has| |#1| (-544))) (((-166 (-373)) (-401 (-933 |#1|)) (-902)) 89 (|has| |#1| (-544))) (((-166 (-373)) (-401 (-933 |#1|))) 88 (|has| |#1| (-544))) (((-166 (-373)) (-933 |#1|) (-902)) 84 (|has| |#1| (-1030))) (((-166 (-373)) (-933 |#1|)) 83 (|has| |#1| (-1030))) (((-166 (-373)) (-933 (-166 |#1|)) (-902)) 78 (|has| |#1| (-169))) (((-166 (-373)) (-933 (-166 |#1|))) 77 (|has| |#1| (-169))) (((-166 (-373)) (-166 |#1|) (-902)) 80 (|has| |#1| (-169))) (((-166 (-373)) (-166 |#1|)) 79 (|has| |#1| (-169))) (((-166 (-373)) |#1| (-902)) 27) (((-166 (-373)) |#1|) 25)))
-(((-770 |#1|) (-10 -7 (-15 -3718 ((-373) |#1|)) (-15 -3718 ((-373) |#1| (-902))) (-15 -3414 ((-166 (-373)) |#1|)) (-15 -3414 ((-166 (-373)) |#1| (-902))) (IF (|has| |#1| (-169)) (PROGN (-15 -3414 ((-166 (-373)) (-166 |#1|))) (-15 -3414 ((-166 (-373)) (-166 |#1|) (-902))) (-15 -3414 ((-166 (-373)) (-933 (-166 |#1|)))) (-15 -3414 ((-166 (-373)) (-933 (-166 |#1|)) (-902)))) |%noBranch|) (IF (|has| |#1| (-1030)) (PROGN (-15 -3718 ((-373) (-933 |#1|))) (-15 -3718 ((-373) (-933 |#1|) (-902))) (-15 -3414 ((-166 (-373)) (-933 |#1|))) (-15 -3414 ((-166 (-373)) (-933 |#1|) (-902)))) |%noBranch|) (IF (|has| |#1| (-544)) (PROGN (-15 -3718 ((-373) (-401 (-933 |#1|)))) (-15 -3718 ((-373) (-401 (-933 |#1|)) (-902))) (-15 -3414 ((-166 (-373)) (-401 (-933 |#1|)))) (-15 -3414 ((-166 (-373)) (-401 (-933 |#1|)) (-902))) (-15 -3414 ((-166 (-373)) (-401 (-933 (-166 |#1|))))) (-15 -3414 ((-166 (-373)) (-401 (-933 (-166 |#1|))) (-902))) (IF (|has| |#1| (-832)) (PROGN (-15 -3718 ((-373) (-310 |#1|))) (-15 -3718 ((-373) (-310 |#1|) (-902))) (-15 -3414 ((-166 (-373)) (-310 |#1|))) (-15 -3414 ((-166 (-373)) (-310 |#1|) (-902))) (-15 -3414 ((-166 (-373)) (-310 (-166 |#1|)))) (-15 -3414 ((-166 (-373)) (-310 (-166 |#1|)) (-902)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-15 -1900 ((-3 (-166 (-373)) "failed") (-933 (-166 |#1|)))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-933 (-166 |#1|)) (-902)))) |%noBranch|) (IF (|has| |#1| (-1030)) (PROGN (-15 -2964 ((-3 (-373) "failed") (-933 |#1|))) (-15 -2964 ((-3 (-373) "failed") (-933 |#1|) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-933 |#1|))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-933 |#1|) (-902)))) |%noBranch|) (IF (|has| |#1| (-544)) (PROGN (-15 -2964 ((-3 (-373) "failed") (-401 (-933 |#1|)))) (-15 -2964 ((-3 (-373) "failed") (-401 (-933 |#1|)) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-401 (-933 |#1|)))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-401 (-933 |#1|)) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-401 (-933 (-166 |#1|))))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-401 (-933 (-166 |#1|))) (-902))) (IF (|has| |#1| (-832)) (PROGN (-15 -2964 ((-3 (-373) "failed") (-310 |#1|))) (-15 -2964 ((-3 (-373) "failed") (-310 |#1|) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-310 |#1|))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-310 |#1|) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)) (-902)))) |%noBranch|)) |%noBranch|)) (-600 (-373))) (T -770))
-((-1900 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-310 (-166 *5))) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-832)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-1900 (*1 *2 *3) (|partial| -12 (-5 *3 (-310 (-166 *4))) (-4 *4 (-544)) (-4 *4 (-832)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-1900 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-310 *5)) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-832)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-1900 (*1 *2 *3) (|partial| -12 (-5 *3 (-310 *4)) (-4 *4 (-544)) (-4 *4 (-832)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-2964 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-310 *5)) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-832)) (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5)))) (-2964 (*1 *2 *3) (|partial| -12 (-5 *3 (-310 *4)) (-4 *4 (-544)) (-4 *4 (-832)) (-4 *4 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *4)))) (-1900 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-401 (-933 (-166 *5)))) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-1900 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-933 (-166 *4)))) (-4 *4 (-544)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-1900 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-1900 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-2964 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5)))) (-2964 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544)) (-4 *4 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *4)))) (-1900 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-933 *5)) (-5 *4 (-902)) (-4 *5 (-1030)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-1900 (*1 *2 *3) (|partial| -12 (-5 *3 (-933 *4)) (-4 *4 (-1030)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-2964 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-933 *5)) (-5 *4 (-902)) (-4 *5 (-1030)) (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5)))) (-2964 (*1 *2 *3) (|partial| -12 (-5 *3 (-933 *4)) (-4 *4 (-1030)) (-4 *4 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *4)))) (-1900 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-933 (-166 *5))) (-5 *4 (-902)) (-4 *5 (-169)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-1900 (*1 *2 *3) (|partial| -12 (-5 *3 (-933 (-166 *4))) (-4 *4 (-169)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-3414 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-166 *5))) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-832)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-3414 (*1 *2 *3) (-12 (-5 *3 (-310 (-166 *4))) (-4 *4 (-544)) (-4 *4 (-832)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-3414 (*1 *2 *3 *4) (-12 (-5 *3 (-310 *5)) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-832)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-3414 (*1 *2 *3) (-12 (-5 *3 (-310 *4)) (-4 *4 (-544)) (-4 *4 (-832)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-3718 (*1 *2 *3 *4) (-12 (-5 *3 (-310 *5)) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-832)) (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5)))) (-3718 (*1 *2 *3) (-12 (-5 *3 (-310 *4)) (-4 *4 (-544)) (-4 *4 (-832)) (-4 *4 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *4)))) (-3414 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 (-166 *5)))) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-3414 (*1 *2 *3) (-12 (-5 *3 (-401 (-933 (-166 *4)))) (-4 *4 (-544)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-3414 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-3414 (*1 *2 *3) (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-3718 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5)))) (-3718 (*1 *2 *3) (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544)) (-4 *4 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *4)))) (-3414 (*1 *2 *3 *4) (-12 (-5 *3 (-933 *5)) (-5 *4 (-902)) (-4 *5 (-1030)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-3414 (*1 *2 *3) (-12 (-5 *3 (-933 *4)) (-4 *4 (-1030)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-3718 (*1 *2 *3 *4) (-12 (-5 *3 (-933 *5)) (-5 *4 (-902)) (-4 *5 (-1030)) (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5)))) (-3718 (*1 *2 *3) (-12 (-5 *3 (-933 *4)) (-4 *4 (-1030)) (-4 *4 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *4)))) (-3414 (*1 *2 *3 *4) (-12 (-5 *3 (-933 (-166 *5))) (-5 *4 (-902)) (-4 *5 (-169)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-3414 (*1 *2 *3) (-12 (-5 *3 (-933 (-166 *4))) (-4 *4 (-169)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-3414 (*1 *2 *3 *4) (-12 (-5 *3 (-166 *5)) (-5 *4 (-902)) (-4 *5 (-169)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5)))) (-3414 (*1 *2 *3) (-12 (-5 *3 (-166 *4)) (-4 *4 (-169)) (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4)))) (-3414 (*1 *2 *3 *4) (-12 (-5 *4 (-902)) (-5 *2 (-166 (-373))) (-5 *1 (-770 *3)) (-4 *3 (-600 (-373))))) (-3414 (*1 *2 *3) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-770 *3)) (-4 *3 (-600 (-373))))) (-3718 (*1 *2 *3 *4) (-12 (-5 *4 (-902)) (-5 *2 (-373)) (-5 *1 (-770 *3)) (-4 *3 (-600 *2)))) (-3718 (*1 *2 *3) (-12 (-5 *2 (-373)) (-5 *1 (-770 *3)) (-4 *3 (-600 *2)))))
-(-10 -7 (-15 -3718 ((-373) |#1|)) (-15 -3718 ((-373) |#1| (-902))) (-15 -3414 ((-166 (-373)) |#1|)) (-15 -3414 ((-166 (-373)) |#1| (-902))) (IF (|has| |#1| (-169)) (PROGN (-15 -3414 ((-166 (-373)) (-166 |#1|))) (-15 -3414 ((-166 (-373)) (-166 |#1|) (-902))) (-15 -3414 ((-166 (-373)) (-933 (-166 |#1|)))) (-15 -3414 ((-166 (-373)) (-933 (-166 |#1|)) (-902)))) |%noBranch|) (IF (|has| |#1| (-1030)) (PROGN (-15 -3718 ((-373) (-933 |#1|))) (-15 -3718 ((-373) (-933 |#1|) (-902))) (-15 -3414 ((-166 (-373)) (-933 |#1|))) (-15 -3414 ((-166 (-373)) (-933 |#1|) (-902)))) |%noBranch|) (IF (|has| |#1| (-544)) (PROGN (-15 -3718 ((-373) (-401 (-933 |#1|)))) (-15 -3718 ((-373) (-401 (-933 |#1|)) (-902))) (-15 -3414 ((-166 (-373)) (-401 (-933 |#1|)))) (-15 -3414 ((-166 (-373)) (-401 (-933 |#1|)) (-902))) (-15 -3414 ((-166 (-373)) (-401 (-933 (-166 |#1|))))) (-15 -3414 ((-166 (-373)) (-401 (-933 (-166 |#1|))) (-902))) (IF (|has| |#1| (-832)) (PROGN (-15 -3718 ((-373) (-310 |#1|))) (-15 -3718 ((-373) (-310 |#1|) (-902))) (-15 -3414 ((-166 (-373)) (-310 |#1|))) (-15 -3414 ((-166 (-373)) (-310 |#1|) (-902))) (-15 -3414 ((-166 (-373)) (-310 (-166 |#1|)))) (-15 -3414 ((-166 (-373)) (-310 (-166 |#1|)) (-902)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-15 -1900 ((-3 (-166 (-373)) "failed") (-933 (-166 |#1|)))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-933 (-166 |#1|)) (-902)))) |%noBranch|) (IF (|has| |#1| (-1030)) (PROGN (-15 -2964 ((-3 (-373) "failed") (-933 |#1|))) (-15 -2964 ((-3 (-373) "failed") (-933 |#1|) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-933 |#1|))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-933 |#1|) (-902)))) |%noBranch|) (IF (|has| |#1| (-544)) (PROGN (-15 -2964 ((-3 (-373) "failed") (-401 (-933 |#1|)))) (-15 -2964 ((-3 (-373) "failed") (-401 (-933 |#1|)) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-401 (-933 |#1|)))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-401 (-933 |#1|)) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-401 (-933 (-166 |#1|))))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-401 (-933 (-166 |#1|))) (-902))) (IF (|has| |#1| (-832)) (PROGN (-15 -2964 ((-3 (-373) "failed") (-310 |#1|))) (-15 -2964 ((-3 (-373) "failed") (-310 |#1|) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-310 |#1|))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-310 |#1|) (-902))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)))) (-15 -1900 ((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)) (-902)))) |%noBranch|)) |%noBranch|))
-((-1428 (((-902) (-1136)) 65)) (-4269 (((-3 (-373) "failed") (-1136)) 33)) (-1604 (((-373) (-1136)) 31)) (-4345 (((-902) (-1136)) 54)) (-1328 (((-1136) (-902)) 55)) (-1906 (((-1136) (-902)) 53)))
-(((-771) (-10 -7 (-15 -1906 ((-1136) (-902))) (-15 -4345 ((-902) (-1136))) (-15 -1328 ((-1136) (-902))) (-15 -1428 ((-902) (-1136))) (-15 -1604 ((-373) (-1136))) (-15 -4269 ((-3 (-373) "failed") (-1136))))) (T -771))
-((-4269 (*1 *2 *3) (|partial| -12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-771)))) (-1604 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-771)))) (-1428 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-902)) (-5 *1 (-771)))) (-1328 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1136)) (-5 *1 (-771)))) (-4345 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-902)) (-5 *1 (-771)))) (-1906 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1136)) (-5 *1 (-771)))))
-(-10 -7 (-15 -1906 ((-1136) (-902))) (-15 -4345 ((-902) (-1136))) (-15 -1328 ((-1136) (-902))) (-15 -1428 ((-902) (-1136))) (-15 -1604 ((-373) (-1136))) (-15 -4269 ((-3 (-373) "failed") (-1136))))
-((-3202 (((-111) $ $) 7)) (-2802 (((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 15) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)) 13)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 16) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)))
-(((-772) (-137)) (T -772))
-((-3102 (*1 *2 *3 *4) (-12 (-4 *1 (-772)) (-5 *3 (-1042)) (-5 *4 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016)))))) (-2802 (*1 *2 *3 *2) (-12 (-4 *1 (-772)) (-5 *2 (-1016)) (-5 *3 (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))) (-3102 (*1 *2 *3 *4) (-12 (-4 *1 (-772)) (-5 *3 (-1042)) (-5 *4 (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016)))))) (-2802 (*1 *2 *3 *2) (-12 (-4 *1 (-772)) (-5 *2 (-1016)) (-5 *3 (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))))
-(-13 (-1078) (-10 -7 (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2802 ((-1016) (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220))) (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)) (|:| |extra| (-1016))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -2802 ((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1016)))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-2034 (((-1242) (-1237 (-373)) (-552) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373))) (-373) (-1237 (-373)) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373))) 44) (((-1242) (-1237 (-373)) (-552) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373))) (-373) (-1237 (-373)) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373))) 43)) (-2782 (((-1242) (-1237 (-373)) (-552) (-373) (-373) (-552) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373))) 50)) (-3885 (((-1242) (-1237 (-373)) (-552) (-373) (-373) (-373) (-373) (-552) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373))) 41)) (-3630 (((-1242) (-1237 (-373)) (-552) (-373) (-373) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373))) 52) (((-1242) (-1237 (-373)) (-552) (-373) (-373) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373))) 51)))
-(((-773) (-10 -7 (-15 -3630 ((-1242) (-1237 (-373)) (-552) (-373) (-373) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)))) (-15 -3630 ((-1242) (-1237 (-373)) (-552) (-373) (-373) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)))) (-15 -3885 ((-1242) (-1237 (-373)) (-552) (-373) (-373) (-373) (-373) (-552) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)))) (-15 -2034 ((-1242) (-1237 (-373)) (-552) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373))) (-373) (-1237 (-373)) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)))) (-15 -2034 ((-1242) (-1237 (-373)) (-552) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373))) (-373) (-1237 (-373)) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)))) (-15 -2782 ((-1242) (-1237 (-373)) (-552) (-373) (-373) (-552) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)))))) (T -773))
-((-2782 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-552)) (-5 *6 (-1 (-1242) (-1237 *5) (-1237 *5) (-373))) (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242)) (-5 *1 (-773)))) (-2034 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-552)) (-5 *6 (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373)))) (-5 *7 (-1 (-1242) (-1237 *5) (-1237 *5) (-373))) (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242)) (-5 *1 (-773)))) (-2034 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-552)) (-5 *6 (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373)))) (-5 *7 (-1 (-1242) (-1237 *5) (-1237 *5) (-373))) (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242)) (-5 *1 (-773)))) (-3885 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-552)) (-5 *6 (-1 (-1242) (-1237 *5) (-1237 *5) (-373))) (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242)) (-5 *1 (-773)))) (-3630 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-552)) (-5 *6 (-1 (-1242) (-1237 *5) (-1237 *5) (-373))) (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242)) (-5 *1 (-773)))) (-3630 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-552)) (-5 *6 (-1 (-1242) (-1237 *5) (-1237 *5) (-373))) (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242)) (-5 *1 (-773)))))
-(-10 -7 (-15 -3630 ((-1242) (-1237 (-373)) (-552) (-373) (-373) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)))) (-15 -3630 ((-1242) (-1237 (-373)) (-552) (-373) (-373) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)))) (-15 -3885 ((-1242) (-1237 (-373)) (-552) (-373) (-373) (-373) (-373) (-552) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)))) (-15 -2034 ((-1242) (-1237 (-373)) (-552) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373))) (-373) (-1237 (-373)) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)))) (-15 -2034 ((-1242) (-1237 (-373)) (-552) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373))) (-373) (-1237 (-373)) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)) (-1237 (-373)))) (-15 -2782 ((-1242) (-1237 (-373)) (-552) (-373) (-373) (-552) (-1 (-1242) (-1237 (-373)) (-1237 (-373)) (-373)))))
-((-3056 (((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552)) 53)) (-3972 (((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552)) 31)) (-2736 (((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552)) 52)) (-3157 (((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552)) 29)) (-2239 (((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552)) 51)) (-3334 (((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552)) 19)) (-1438 (((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552) (-552)) 32)) (-2776 (((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552) (-552)) 30)) (-2880 (((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552) (-552)) 28)))
-(((-774) (-10 -7 (-15 -2880 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552) (-552))) (-15 -2776 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552) (-552))) (-15 -1438 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552) (-552))) (-15 -3334 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -3157 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -3972 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -2239 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -2736 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -3056 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))))) (T -774))
-((-3056 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552)) (|:| |success| (-111)))) (-5 *1 (-774)) (-5 *5 (-552)))) (-2736 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552)) (|:| |success| (-111)))) (-5 *1 (-774)) (-5 *5 (-552)))) (-2239 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552)) (|:| |success| (-111)))) (-5 *1 (-774)) (-5 *5 (-552)))) (-3972 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552)) (|:| |success| (-111)))) (-5 *1 (-774)) (-5 *5 (-552)))) (-3157 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552)) (|:| |success| (-111)))) (-5 *1 (-774)) (-5 *5 (-552)))) (-3334 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552)) (|:| |success| (-111)))) (-5 *1 (-774)) (-5 *5 (-552)))) (-1438 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552)) (|:| |success| (-111)))) (-5 *1 (-774)) (-5 *5 (-552)))) (-2776 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552)) (|:| |success| (-111)))) (-5 *1 (-774)) (-5 *5 (-552)))) (-2880 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552)) (|:| |success| (-111)))) (-5 *1 (-774)) (-5 *5 (-552)))))
-(-10 -7 (-15 -2880 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552) (-552))) (-15 -2776 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552) (-552))) (-15 -1438 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552) (-552))) (-15 -3334 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -3157 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -3972 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -2239 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -2736 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))) (-15 -3056 ((-2 (|:| -2925 (-373)) (|:| -1825 (-373)) (|:| |totalpts| (-552)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-552) (-552))))
-((-1396 (((-1186 |#1|) |#1| (-220) (-552)) 46)))
-(((-775 |#1|) (-10 -7 (-15 -1396 ((-1186 |#1|) |#1| (-220) (-552)))) (-955)) (T -775))
-((-1396 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-220)) (-5 *5 (-552)) (-5 *2 (-1186 *3)) (-5 *1 (-775 *3)) (-4 *3 (-955)))))
-(-10 -7 (-15 -1396 ((-1186 |#1|) |#1| (-220) (-552))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 24)) (-4012 (((-3 $ "failed") $ $) 26)) (-2130 (($) 23 T CONST)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 22 T CONST)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (-1709 (($ $ $) 28) (($ $) 27)) (-1698 (($ $ $) 20)) (* (($ (-902) $) 21) (($ (-756) $) 25) (($ (-552) $) 29)))
-(((-776) (-137)) (T -776))
-NIL
-(-13 (-780) (-21))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-777) . T) ((-779) . T) ((-780) . T) ((-832) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 24)) (-2130 (($) 23 T CONST)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 22 T CONST)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (-1698 (($ $ $) 20)) (* (($ (-902) $) 21) (($ (-756) $) 25)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-1037 |#1|) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1604 (($ |#1|) 17) (($ $ |#1|) 20)) (-1554 (($ |#1|) 18) (($ $ |#1|) 21)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-1434 (((-111) $) NIL)) (-3878 (($ |#1| |#1| |#1| |#1|) 8)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 16)) (-2875 (((-1099) $) NIL)) (-2433 ((|#1| $ |#1|) 24) (((-819 |#1|) $ (-819 |#1|)) 32)) (-3830 (($ $ $) NIL)) (-2931 (($ $ $) NIL)) (-3212 (((-845) $) 39)) (-3308 (($) 9 T CONST)) (-1614 (((-111) $ $) 44)) (-1721 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ $ $) 14)))
+(((-704 |#1|) (-13 (-466) (-10 -8 (-15 -3878 ($ |#1| |#1| |#1| |#1|)) (-15 -1604 ($ |#1|)) (-15 -1554 ($ |#1|)) (-15 -3889 ($)) (-15 -1604 ($ $ |#1|)) (-15 -1554 ($ $ |#1|)) (-15 -3889 ($ $)) (-15 -2433 (|#1| $ |#1|)) (-15 -2433 ((-819 |#1|) $ (-819 |#1|))))) (-357)) (T -704))
+((-3878 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357)))) (-1604 (*1 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357)))) (-1554 (*1 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357)))) (-3889 (*1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357)))) (-1604 (*1 *1 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357)))) (-1554 (*1 *1 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357)))) (-3889 (*1 *1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357)))) (-2433 (*1 *2 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357)))) (-2433 (*1 *2 *1 *2) (-12 (-5 *2 (-819 *3)) (-4 *3 (-357)) (-5 *1 (-704 *3)))))
+(-13 (-466) (-10 -8 (-15 -3878 ($ |#1| |#1| |#1| |#1|)) (-15 -1604 ($ |#1|)) (-15 -1554 ($ |#1|)) (-15 -3889 ($)) (-15 -1604 ($ $ |#1|)) (-15 -1554 ($ $ |#1|)) (-15 -3889 ($ $)) (-15 -2433 (|#1| $ |#1|)) (-15 -2433 ((-819 |#1|) $ (-819 |#1|)))))
+((-1361 (($ $ (-903)) 12)) (-3620 (($ $ (-903)) 13)) (** (($ $ (-903)) 10)))
+(((-705 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-903))) (-15 -3620 (|#1| |#1| (-903))) (-15 -1361 (|#1| |#1| (-903)))) (-706)) (T -705))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-903))) (-15 -3620 (|#1| |#1| (-903))) (-15 -1361 (|#1| |#1| (-903))))
+((-3200 (((-111) $ $) 7)) (-1361 (($ $ (-903)) 15)) (-3620 (($ $ (-903)) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)) (** (($ $ (-903)) 13)) (* (($ $ $) 16)))
+(((-706) (-137)) (T -706))
+((* (*1 *1 *1 *1) (-4 *1 (-706))) (-1361 (*1 *1 *1 *2) (-12 (-4 *1 (-706)) (-5 *2 (-903)))) (-3620 (*1 *1 *1 *2) (-12 (-4 *1 (-706)) (-5 *2 (-903)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-706)) (-5 *2 (-903)))))
+(-13 (-1079) (-10 -8 (-15 * ($ $ $)) (-15 -1361 ($ $ (-903))) (-15 -3620 ($ $ (-903))) (-15 ** ($ $ (-903)))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-1361 (($ $ (-903)) NIL) (($ $ (-757)) 17)) (-1434 (((-111) $) 10)) (-3620 (($ $ (-903)) NIL) (($ $ (-757)) 18)) (** (($ $ (-903)) NIL) (($ $ (-757)) 15)))
+(((-707 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-757))) (-15 -3620 (|#1| |#1| (-757))) (-15 -1361 (|#1| |#1| (-757))) (-15 -1434 ((-111) |#1|)) (-15 ** (|#1| |#1| (-903))) (-15 -3620 (|#1| |#1| (-903))) (-15 -1361 (|#1| |#1| (-903)))) (-708)) (T -707))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-757))) (-15 -3620 (|#1| |#1| (-757))) (-15 -1361 (|#1| |#1| (-757))) (-15 -1434 ((-111) |#1|)) (-15 ** (|#1| |#1| (-903))) (-15 -3620 (|#1| |#1| (-903))) (-15 -1361 (|#1| |#1| (-903))))
+((-3200 (((-111) $ $) 7)) (-1788 (((-3 $ "failed") $) 17)) (-1361 (($ $ (-903)) 15) (($ $ (-757)) 22)) (-3889 (((-3 $ "failed") $) 19)) (-1434 (((-111) $) 23)) (-2971 (((-3 $ "failed") $) 18)) (-3620 (($ $ (-903)) 14) (($ $ (-757)) 21)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3308 (($) 24 T CONST)) (-1614 (((-111) $ $) 6)) (** (($ $ (-903)) 13) (($ $ (-757)) 20)) (* (($ $ $) 16)))
+(((-708) (-137)) (T -708))
+((-3308 (*1 *1) (-4 *1 (-708))) (-1434 (*1 *2 *1) (-12 (-4 *1 (-708)) (-5 *2 (-111)))) (-1361 (*1 *1 *1 *2) (-12 (-4 *1 (-708)) (-5 *2 (-757)))) (-3620 (*1 *1 *1 *2) (-12 (-4 *1 (-708)) (-5 *2 (-757)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-708)) (-5 *2 (-757)))) (-3889 (*1 *1 *1) (|partial| -4 *1 (-708))) (-2971 (*1 *1 *1) (|partial| -4 *1 (-708))) (-1788 (*1 *1 *1) (|partial| -4 *1 (-708))))
+(-13 (-706) (-10 -8 (-15 (-3308) ($) -3929) (-15 -1434 ((-111) $)) (-15 -1361 ($ $ (-757))) (-15 -3620 ($ $ (-757))) (-15 ** ($ $ (-757))) (-15 -3889 ((-3 $ "failed") $)) (-15 -2971 ((-3 $ "failed") $)) (-15 -1788 ((-3 $ "failed") $))))
+(((-101) . T) ((-600 (-845)) . T) ((-706) . T) ((-1079) . T))
+((-2662 (((-757)) 35)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 |#2| "failed") $) 25)) (-2831 (((-553) $) NIL) (((-401 (-553)) $) NIL) ((|#2| $) 22)) (-3883 (($ |#3|) NIL) (((-3 $ "failed") (-401 |#3|)) 45)) (-3889 (((-3 $ "failed") $) 65)) (-1333 (($) 39)) (-4233 ((|#2| $) 20)) (-4125 (($) 17)) (-3095 (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) 53) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) NIL) (($ $ (-757)) NIL) (($ $) NIL)) (-3759 (((-674 |#2|) (-1238 $) (-1 |#2| |#2|)) 60)) (-1523 (((-1238 |#2|) $) NIL) (($ (-1238 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-3636 ((|#3| $) 32)) (-3428 (((-1238 $)) 29)))
+(((-709 |#1| |#2| |#3|) (-10 -8 (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -1333 (|#1|)) (-15 -2662 ((-757))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3759 ((-674 |#2|) (-1238 |#1|) (-1 |#2| |#2|))) (-15 -3883 ((-3 |#1| "failed") (-401 |#3|))) (-15 -1523 (|#1| |#3|)) (-15 -3883 (|#1| |#3|)) (-15 -4125 (|#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -1523 (|#3| |#1|)) (-15 -1523 (|#1| (-1238 |#2|))) (-15 -1523 ((-1238 |#2|) |#1|)) (-15 -3428 ((-1238 |#1|))) (-15 -3636 (|#3| |#1|)) (-15 -4233 (|#2| |#1|)) (-15 -3889 ((-3 |#1| "failed") |#1|))) (-710 |#2| |#3|) (-169) (-1214 |#2|)) (T -709))
+((-2662 (*1 *2) (-12 (-4 *4 (-169)) (-4 *5 (-1214 *4)) (-5 *2 (-757)) (-5 *1 (-709 *3 *4 *5)) (-4 *3 (-710 *4 *5)))))
+(-10 -8 (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -1333 (|#1|)) (-15 -2662 ((-757))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3759 ((-674 |#2|) (-1238 |#1|) (-1 |#2| |#2|))) (-15 -3883 ((-3 |#1| "failed") (-401 |#3|))) (-15 -1523 (|#1| |#3|)) (-15 -3883 (|#1| |#3|)) (-15 -4125 (|#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -1523 (|#3| |#1|)) (-15 -1523 (|#1| (-1238 |#2|))) (-15 -1523 ((-1238 |#2|) |#1|)) (-15 -3428 ((-1238 |#1|))) (-15 -3636 (|#3| |#1|)) (-15 -4233 (|#2| |#1|)) (-15 -3889 ((-3 |#1| "failed") |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 91 (|has| |#1| (-357)))) (-2723 (($ $) 92 (|has| |#1| (-357)))) (-2157 (((-111) $) 94 (|has| |#1| (-357)))) (-1311 (((-674 |#1|) (-1238 $)) 44) (((-674 |#1|)) 59)) (-1550 ((|#1| $) 50)) (-3398 (((-1165 (-903) (-757)) (-553)) 144 (|has| |#1| (-343)))) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 111 (|has| |#1| (-357)))) (-1807 (((-412 $) $) 112 (|has| |#1| (-357)))) (-3816 (((-111) $ $) 102 (|has| |#1| (-357)))) (-2662 (((-757)) 85 (|has| |#1| (-362)))) (-3203 (($) 17 T CONST)) (-1394 (((-3 (-553) "failed") $) 167 (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 165 (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 162)) (-2831 (((-553) $) 166 (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) 164 (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 163)) (-1676 (($ (-1238 |#1|) (-1238 $)) 46) (($ (-1238 |#1|)) 62)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) 150 (|has| |#1| (-343)))) (-4005 (($ $ $) 106 (|has| |#1| (-357)))) (-2392 (((-674 |#1|) $ (-1238 $)) 51) (((-674 |#1|) $) 57)) (-3698 (((-674 (-553)) (-674 $)) 161 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 160 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 159) (((-674 |#1|) (-674 $)) 158)) (-3883 (($ |#2|) 155) (((-3 $ "failed") (-401 |#2|)) 152 (|has| |#1| (-357)))) (-3889 (((-3 $ "failed") $) 32)) (-2129 (((-903)) 52)) (-1333 (($) 88 (|has| |#1| (-362)))) (-3986 (($ $ $) 105 (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 100 (|has| |#1| (-357)))) (-2091 (($) 146 (|has| |#1| (-343)))) (-2879 (((-111) $) 147 (|has| |#1| (-343)))) (-2865 (($ $ (-757)) 138 (|has| |#1| (-343))) (($ $) 137 (|has| |#1| (-343)))) (-4268 (((-111) $) 113 (|has| |#1| (-357)))) (-2592 (((-903) $) 149 (|has| |#1| (-343))) (((-819 (-903)) $) 135 (|has| |#1| (-343)))) (-1434 (((-111) $) 30)) (-4233 ((|#1| $) 49)) (-3464 (((-3 $ "failed") $) 139 (|has| |#1| (-343)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 109 (|has| |#1| (-357)))) (-2309 ((|#2| $) 42 (|has| |#1| (-357)))) (-3941 (((-903) $) 87 (|has| |#1| (-362)))) (-3873 ((|#2| $) 153)) (-2552 (($ (-630 $)) 98 (|has| |#1| (-357))) (($ $ $) 97 (|has| |#1| (-357)))) (-4056 (((-1137) $) 9)) (-3700 (($ $) 114 (|has| |#1| (-357)))) (-1979 (($) 140 (|has| |#1| (-343)) CONST)) (-2839 (($ (-903)) 86 (|has| |#1| (-362)))) (-2875 (((-1099) $) 10)) (-4125 (($) 157)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 99 (|has| |#1| (-357)))) (-2591 (($ (-630 $)) 96 (|has| |#1| (-357))) (($ $ $) 95 (|has| |#1| (-357)))) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) 143 (|has| |#1| (-343)))) (-3476 (((-412 $) $) 110 (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 108 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 107 (|has| |#1| (-357)))) (-3968 (((-3 $ "failed") $ $) 90 (|has| |#1| (-357)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 101 (|has| |#1| (-357)))) (-3879 (((-757) $) 103 (|has| |#1| (-357)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 104 (|has| |#1| (-357)))) (-3488 ((|#1| (-1238 $)) 45) ((|#1|) 58)) (-2916 (((-757) $) 148 (|has| |#1| (-343))) (((-3 (-757) "failed") $ $) 136 (|has| |#1| (-343)))) (-3095 (($ $) 134 (-4028 (-3791 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-757)) 132 (-4028 (-3791 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-1155)) 130 (-3791 (|has| |#1| (-882 (-1155))) (|has| |#1| (-357)))) (($ $ (-630 (-1155))) 129 (-3791 (|has| |#1| (-882 (-1155))) (|has| |#1| (-357)))) (($ $ (-1155) (-757)) 128 (-3791 (|has| |#1| (-882 (-1155))) (|has| |#1| (-357)))) (($ $ (-630 (-1155)) (-630 (-757))) 127 (-3791 (|has| |#1| (-882 (-1155))) (|has| |#1| (-357)))) (($ $ (-1 |#1| |#1|) (-757)) 120 (|has| |#1| (-357))) (($ $ (-1 |#1| |#1|)) 119 (|has| |#1| (-357)))) (-3759 (((-674 |#1|) (-1238 $) (-1 |#1| |#1|)) 151 (|has| |#1| (-357)))) (-3035 ((|#2|) 156)) (-3529 (($) 145 (|has| |#1| (-343)))) (-3693 (((-1238 |#1|) $ (-1238 $)) 48) (((-674 |#1|) (-1238 $) (-1238 $)) 47) (((-1238 |#1|) $) 64) (((-674 |#1|) (-1238 $)) 63)) (-1523 (((-1238 |#1|) $) 61) (($ (-1238 |#1|)) 60) ((|#2| $) 168) (($ |#2|) 154)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 142 (|has| |#1| (-343)))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 35) (($ $) 89 (|has| |#1| (-357))) (($ (-401 (-553))) 84 (-4028 (|has| |#1| (-357)) (|has| |#1| (-1020 (-401 (-553))))))) (-2234 (($ $) 141 (|has| |#1| (-343))) (((-3 $ "failed") $) 41 (|has| |#1| (-142)))) (-3636 ((|#2| $) 43)) (-1348 (((-757)) 28)) (-3428 (((-1238 $)) 65)) (-2453 (((-111) $ $) 93 (|has| |#1| (-357)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $) 133 (-4028 (-3791 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-757)) 131 (-4028 (-3791 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-1155)) 126 (-3791 (|has| |#1| (-882 (-1155))) (|has| |#1| (-357)))) (($ $ (-630 (-1155))) 125 (-3791 (|has| |#1| (-882 (-1155))) (|has| |#1| (-357)))) (($ $ (-1155) (-757)) 124 (-3791 (|has| |#1| (-882 (-1155))) (|has| |#1| (-357)))) (($ $ (-630 (-1155)) (-630 (-757))) 123 (-3791 (|has| |#1| (-882 (-1155))) (|has| |#1| (-357)))) (($ $ (-1 |#1| |#1|) (-757)) 122 (|has| |#1| (-357))) (($ $ (-1 |#1| |#1|)) 121 (|has| |#1| (-357)))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ $) 118 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 115 (|has| |#1| (-357)))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36) (($ (-401 (-553)) $) 117 (|has| |#1| (-357))) (($ $ (-401 (-553))) 116 (|has| |#1| (-357)))))
+(((-710 |#1| |#2|) (-137) (-169) (-1214 |t#1|)) (T -710))
+((-4125 (*1 *1) (-12 (-4 *2 (-169)) (-4 *1 (-710 *2 *3)) (-4 *3 (-1214 *2)))) (-3035 (*1 *2) (-12 (-4 *1 (-710 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1214 *3)))) (-3883 (*1 *1 *2) (-12 (-4 *3 (-169)) (-4 *1 (-710 *3 *2)) (-4 *2 (-1214 *3)))) (-1523 (*1 *1 *2) (-12 (-4 *3 (-169)) (-4 *1 (-710 *3 *2)) (-4 *2 (-1214 *3)))) (-3873 (*1 *2 *1) (-12 (-4 *1 (-710 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1214 *3)))) (-3883 (*1 *1 *2) (|partial| -12 (-5 *2 (-401 *4)) (-4 *4 (-1214 *3)) (-4 *3 (-357)) (-4 *3 (-169)) (-4 *1 (-710 *3 *4)))) (-3759 (*1 *2 *3 *4) (-12 (-5 *3 (-1238 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357)) (-4 *1 (-710 *5 *6)) (-4 *5 (-169)) (-4 *6 (-1214 *5)) (-5 *2 (-674 *5)))))
+(-13 (-403 |t#1| |t#2|) (-169) (-601 |t#2|) (-405 |t#1|) (-371 |t#1|) (-10 -8 (-15 -4125 ($)) (-15 -3035 (|t#2|)) (-15 -3883 ($ |t#2|)) (-15 -1523 ($ |t#2|)) (-15 -3873 (|t#2| $)) (IF (|has| |t#1| (-362)) (-6 (-362)) |%noBranch|) (IF (|has| |t#1| (-357)) (PROGN (-6 (-357)) (-6 (-226 |t#1|)) (-15 -3883 ((-3 $ "failed") (-401 |t#2|))) (-15 -3759 ((-674 |t#1|) (-1238 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-343)) (-6 (-343)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-38 |#1|) . T) ((-38 $) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-101) . T) ((-110 #0# #0#) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4028 (|has| |#1| (-343)) (|has| |#1| (-142))) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #2=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-169) . T) ((-601 |#2|) . T) ((-226 |#1|) |has| |#1| (-357)) ((-228) -4028 (|has| |#1| (-343)) (-12 (|has| |#1| (-228)) (|has| |#1| (-357)))) ((-238) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-284) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-301) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-357) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-396) |has| |#1| (-343)) ((-362) -4028 (|has| |#1| (-362)) (|has| |#1| (-343))) ((-343) |has| |#1| (-343)) ((-364 |#1| |#2|) . T) ((-403 |#1| |#2|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-545) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-633 #0#) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-633 |#1|) . T) ((-633 $) . T) ((-626 (-553)) |has| |#1| (-626 (-553))) ((-626 |#1|) . T) ((-703 #0#) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-703 |#1|) . T) ((-703 $) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-712) . T) ((-882 (-1155)) -12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155)))) ((-902) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-1020 #1#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #2#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1037 #0#) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))) ((-1037 |#1|) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1130) |has| |#1| (-343)) ((-1196) -4028 (|has| |#1| (-343)) (|has| |#1| (-357))))
+((-3203 (($) 11)) (-3889 (((-3 $ "failed") $) 13)) (-1434 (((-111) $) 10)) (** (($ $ (-903)) NIL) (($ $ (-757)) 18)))
+(((-711 |#1|) (-10 -8 (-15 -3889 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-757))) (-15 -1434 ((-111) |#1|)) (-15 -3203 (|#1|)) (-15 ** (|#1| |#1| (-903)))) (-712)) (T -711))
+NIL
+(-10 -8 (-15 -3889 ((-3 |#1| "failed") |#1|)) (-15 ** (|#1| |#1| (-757))) (-15 -1434 ((-111) |#1|)) (-15 -3203 (|#1|)) (-15 ** (|#1| |#1| (-903))))
+((-3200 (((-111) $ $) 7)) (-3203 (($) 18 T CONST)) (-3889 (((-3 $ "failed") $) 15)) (-1434 (((-111) $) 17)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3308 (($) 19 T CONST)) (-1614 (((-111) $ $) 6)) (** (($ $ (-903)) 13) (($ $ (-757)) 16)) (* (($ $ $) 14)))
+(((-712) (-137)) (T -712))
+((-3308 (*1 *1) (-4 *1 (-712))) (-3203 (*1 *1) (-4 *1 (-712))) (-1434 (*1 *2 *1) (-12 (-4 *1 (-712)) (-5 *2 (-111)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-712)) (-5 *2 (-757)))) (-3889 (*1 *1 *1) (|partial| -4 *1 (-712))))
+(-13 (-1091) (-10 -8 (-15 (-3308) ($) -3929) (-15 -3203 ($) -3929) (-15 -1434 ((-111) $)) (-15 ** ($ $ (-757))) (-15 -3889 ((-3 $ "failed") $))))
+(((-101) . T) ((-600 (-845)) . T) ((-1091) . T) ((-1079) . T))
+((-2014 (((-2 (|:| -1681 (-412 |#2|)) (|:| |special| (-412 |#2|))) |#2| (-1 |#2| |#2|)) 38)) (-2135 (((-2 (|:| -1681 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-3241 ((|#2| (-401 |#2|) (-1 |#2| |#2|)) 13)) (-2775 (((-2 (|:| |poly| |#2|) (|:| -1681 (-401 |#2|)) (|:| |special| (-401 |#2|))) (-401 |#2|) (-1 |#2| |#2|)) 47)))
+(((-713 |#1| |#2|) (-10 -7 (-15 -2135 ((-2 (|:| -1681 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2014 ((-2 (|:| -1681 (-412 |#2|)) (|:| |special| (-412 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -3241 (|#2| (-401 |#2|) (-1 |#2| |#2|))) (-15 -2775 ((-2 (|:| |poly| |#2|) (|:| -1681 (-401 |#2|)) (|:| |special| (-401 |#2|))) (-401 |#2|) (-1 |#2| |#2|)))) (-357) (-1214 |#1|)) (T -713))
+((-2775 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| |poly| *6) (|:| -1681 (-401 *6)) (|:| |special| (-401 *6)))) (-5 *1 (-713 *5 *6)) (-5 *3 (-401 *6)))) (-3241 (*1 *2 *3 *4) (-12 (-5 *3 (-401 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1214 *5)) (-5 *1 (-713 *5 *2)) (-4 *5 (-357)))) (-2014 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| -1681 (-412 *3)) (|:| |special| (-412 *3)))) (-5 *1 (-713 *5 *3)))) (-2135 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-357)) (-5 *2 (-2 (|:| -1681 *3) (|:| |special| *3))) (-5 *1 (-713 *5 *3)))))
+(-10 -7 (-15 -2135 ((-2 (|:| -1681 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -2014 ((-2 (|:| -1681 (-412 |#2|)) (|:| |special| (-412 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -3241 (|#2| (-401 |#2|) (-1 |#2| |#2|))) (-15 -2775 ((-2 (|:| |poly| |#2|) (|:| -1681 (-401 |#2|)) (|:| |special| (-401 |#2|))) (-401 |#2|) (-1 |#2| |#2|))))
+((-2616 ((|#7| (-630 |#5|) |#6|) NIL)) (-1478 ((|#7| (-1 |#5| |#4|) |#6|) 26)))
+(((-714 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1478 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -2616 (|#7| (-630 |#5|) |#6|))) (-833) (-779) (-779) (-1031) (-1031) (-931 |#4| |#2| |#1|) (-931 |#5| |#3| |#1|)) (T -714))
+((-2616 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *9)) (-4 *9 (-1031)) (-4 *5 (-833)) (-4 *6 (-779)) (-4 *8 (-1031)) (-4 *2 (-931 *9 *7 *5)) (-5 *1 (-714 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-779)) (-4 *4 (-931 *8 *6 *5)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1031)) (-4 *9 (-1031)) (-4 *5 (-833)) (-4 *6 (-779)) (-4 *2 (-931 *9 *7 *5)) (-5 *1 (-714 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-779)) (-4 *4 (-931 *8 *6 *5)))))
+(-10 -7 (-15 -1478 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -2616 (|#7| (-630 |#5|) |#6|)))
+((-1478 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
+(((-715 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1478 (|#7| (-1 |#2| |#1|) |#6|))) (-833) (-833) (-779) (-779) (-1031) (-931 |#5| |#3| |#1|) (-931 |#5| |#4| |#2|)) (T -715))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-833)) (-4 *6 (-833)) (-4 *7 (-779)) (-4 *9 (-1031)) (-4 *2 (-931 *9 *8 *6)) (-5 *1 (-715 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-779)) (-4 *4 (-931 *9 *7 *5)))))
+(-10 -7 (-15 -1478 (|#7| (-1 |#2| |#1|) |#6|)))
+((-3476 (((-412 |#4|) |#4|) 41)))
+(((-716 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3476 ((-412 |#4|) |#4|))) (-779) (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155))))) (-301) (-931 (-934 |#3|) |#1| |#2|)) (T -716))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155)))))) (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-716 *4 *5 *6 *3)) (-4 *3 (-931 (-934 *6) *4 *5)))))
+(-10 -7 (-15 -3476 ((-412 |#4|) |#4|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-847 |#1|)) $) NIL)) (-3447 (((-1151 $) $ (-847 |#1|)) NIL) (((-1151 |#2|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#2| (-545)))) (-2723 (($ $) NIL (|has| |#2| (-545)))) (-2157 (((-111) $) NIL (|has| |#2| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-847 |#1|))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3837 (($ $) NIL (|has| |#2| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#2| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#2| (-1020 (-553)))) (((-3 (-847 |#1|) "failed") $) NIL)) (-2831 ((|#2| $) NIL) (((-401 (-553)) $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#2| (-1020 (-553)))) (((-847 |#1|) $) NIL)) (-2697 (($ $ $ (-847 |#1|)) NIL (|has| |#2| (-169)))) (-3765 (($ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL) (((-674 |#2|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#2| (-445))) (($ $ (-847 |#1|)) NIL (|has| |#2| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#2| (-891)))) (-1369 (($ $ |#2| (-524 (-847 |#1|)) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-847 |#1|) (-868 (-373))) (|has| |#2| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-847 |#1|) (-868 (-553))) (|has| |#2| (-868 (-553)))))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3601 (($ (-1151 |#2|) (-847 |#1|)) NIL) (($ (-1151 $) (-847 |#1|)) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#2| (-524 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-847 |#1|)) NIL)) (-3264 (((-524 (-847 |#1|)) $) NIL) (((-757) $ (-847 |#1|)) NIL) (((-630 (-757)) $ (-630 (-847 |#1|))) NIL)) (-1773 (($ $ $) NIL (|has| |#2| (-833)))) (-2012 (($ $ $) NIL (|has| |#2| (-833)))) (-2364 (($ (-1 (-524 (-847 |#1|)) (-524 (-847 |#1|))) $) NIL)) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-2903 (((-3 (-847 |#1|) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-4056 (((-1137) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-847 |#1|)) (|:| -3503 (-757))) "failed") $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#2| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#2| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#2| (-891)))) (-3968 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-847 |#1|) |#2|) NIL) (($ $ (-630 (-847 |#1|)) (-630 |#2|)) NIL) (($ $ (-847 |#1|) $) NIL) (($ $ (-630 (-847 |#1|)) (-630 $)) NIL)) (-3488 (($ $ (-847 |#1|)) NIL (|has| |#2| (-169)))) (-3095 (($ $ (-847 |#1|)) NIL) (($ $ (-630 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-2672 (((-524 (-847 |#1|)) $) NIL) (((-757) $ (-847 |#1|)) NIL) (((-630 (-757)) $ (-630 (-847 |#1|))) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-847 |#1|) (-601 (-874 (-373)))) (|has| |#2| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-847 |#1|) (-601 (-874 (-553)))) (|has| |#2| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-847 |#1|) (-601 (-529))) (|has| |#2| (-601 (-529)))))) (-3998 ((|#2| $) NIL (|has| |#2| (-445))) (($ $ (-847 |#1|)) NIL (|has| |#2| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#2|) NIL) (($ (-847 |#1|)) NIL) (($ $) NIL (|has| |#2| (-545))) (($ (-401 (-553))) NIL (-4028 (|has| |#2| (-38 (-401 (-553)))) (|has| |#2| (-1020 (-401 (-553))))))) (-1372 (((-630 |#2|) $) NIL)) (-1925 ((|#2| $ (-524 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#2| (-891))) (|has| |#2| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#2| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#2| (-545)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-847 |#1|)) NIL) (($ $ (-630 (-847 |#1|))) NIL) (($ $ (-847 |#1|) (-757)) NIL) (($ $ (-630 (-847 |#1|)) (-630 (-757))) NIL)) (-1667 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#2| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#2| (-38 (-401 (-553))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-717 |#1| |#2|) (-931 |#2| (-524 (-847 |#1|)) (-847 |#1|)) (-630 (-1155)) (-1031)) (T -717))
+NIL
+(-931 |#2| (-524 (-847 |#1|)) (-847 |#1|))
+((-1724 (((-2 (|:| -1462 (-934 |#3|)) (|:| -1781 (-934 |#3|))) |#4|) 14)) (-1346 ((|#4| |#4| |#2|) 33)) (-1739 ((|#4| (-401 (-934 |#3|)) |#2|) 64)) (-3267 ((|#4| (-1151 (-934 |#3|)) |#2|) 77)) (-1298 ((|#4| (-1151 |#4|) |#2|) 51)) (-3737 ((|#4| |#4| |#2|) 54)) (-3476 (((-412 |#4|) |#4|) 40)))
+(((-718 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1724 ((-2 (|:| -1462 (-934 |#3|)) (|:| -1781 (-934 |#3|))) |#4|)) (-15 -3737 (|#4| |#4| |#2|)) (-15 -1298 (|#4| (-1151 |#4|) |#2|)) (-15 -1346 (|#4| |#4| |#2|)) (-15 -3267 (|#4| (-1151 (-934 |#3|)) |#2|)) (-15 -1739 (|#4| (-401 (-934 |#3|)) |#2|)) (-15 -3476 ((-412 |#4|) |#4|))) (-779) (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)))) (-545) (-931 (-401 (-934 |#3|)) |#1| |#2|)) (T -718))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))) (-4 *6 (-545)) (-5 *2 (-412 *3)) (-5 *1 (-718 *4 *5 *6 *3)) (-4 *3 (-931 (-401 (-934 *6)) *4 *5)))) (-1739 (*1 *2 *3 *4) (-12 (-4 *6 (-545)) (-4 *2 (-931 *3 *5 *4)) (-5 *1 (-718 *5 *4 *6 *2)) (-5 *3 (-401 (-934 *6))) (-4 *5 (-779)) (-4 *4 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))))) (-3267 (*1 *2 *3 *4) (-12 (-5 *3 (-1151 (-934 *6))) (-4 *6 (-545)) (-4 *2 (-931 (-401 (-934 *6)) *5 *4)) (-5 *1 (-718 *5 *4 *6 *2)) (-4 *5 (-779)) (-4 *4 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))))) (-1346 (*1 *2 *2 *3) (-12 (-4 *4 (-779)) (-4 *3 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))) (-4 *5 (-545)) (-5 *1 (-718 *4 *3 *5 *2)) (-4 *2 (-931 (-401 (-934 *5)) *4 *3)))) (-1298 (*1 *2 *3 *4) (-12 (-5 *3 (-1151 *2)) (-4 *2 (-931 (-401 (-934 *6)) *5 *4)) (-5 *1 (-718 *5 *4 *6 *2)) (-4 *5 (-779)) (-4 *4 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))) (-4 *6 (-545)))) (-3737 (*1 *2 *2 *3) (-12 (-4 *4 (-779)) (-4 *3 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))) (-4 *5 (-545)) (-5 *1 (-718 *4 *3 *5 *2)) (-4 *2 (-931 (-401 (-934 *5)) *4 *3)))) (-1724 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))) (-4 *6 (-545)) (-5 *2 (-2 (|:| -1462 (-934 *6)) (|:| -1781 (-934 *6)))) (-5 *1 (-718 *4 *5 *6 *3)) (-4 *3 (-931 (-401 (-934 *6)) *4 *5)))))
+(-10 -7 (-15 -1724 ((-2 (|:| -1462 (-934 |#3|)) (|:| -1781 (-934 |#3|))) |#4|)) (-15 -3737 (|#4| |#4| |#2|)) (-15 -1298 (|#4| (-1151 |#4|) |#2|)) (-15 -1346 (|#4| |#4| |#2|)) (-15 -3267 (|#4| (-1151 (-934 |#3|)) |#2|)) (-15 -1739 (|#4| (-401 (-934 |#3|)) |#2|)) (-15 -3476 ((-412 |#4|) |#4|)))
+((-3476 (((-412 |#4|) |#4|) 52)))
+(((-719 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3476 ((-412 |#4|) |#4|))) (-779) (-833) (-13 (-301) (-144)) (-931 (-401 |#3|) |#1| |#2|)) (T -719))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-13 (-301) (-144))) (-5 *2 (-412 *3)) (-5 *1 (-719 *4 *5 *6 *3)) (-4 *3 (-931 (-401 *6) *4 *5)))))
+(-10 -7 (-15 -3476 ((-412 |#4|) |#4|)))
+((-1478 (((-721 |#2| |#3|) (-1 |#2| |#1|) (-721 |#1| |#3|)) 18)))
+(((-720 |#1| |#2| |#3|) (-10 -7 (-15 -1478 ((-721 |#2| |#3|) (-1 |#2| |#1|) (-721 |#1| |#3|)))) (-1031) (-1031) (-712)) (T -720))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-721 *5 *7)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-4 *7 (-712)) (-5 *2 (-721 *6 *7)) (-5 *1 (-720 *5 *6 *7)))))
+(-10 -7 (-15 -1478 ((-721 |#2| |#3|) (-1 |#2| |#1|) (-721 |#1| |#3|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 28)) (-4044 (((-630 (-2 (|:| -4157 |#1|) (|:| -1728 |#2|))) $) 29)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2662 (((-757)) 20 (-12 (|has| |#2| (-362)) (|has| |#1| (-362))))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) 57) (((-3 |#1| "failed") $) 60)) (-2831 ((|#2| $) NIL) ((|#1| $) NIL)) (-3765 (($ $) 79 (|has| |#2| (-833)))) (-3889 (((-3 $ "failed") $) 65)) (-1333 (($) 35 (-12 (|has| |#2| (-362)) (|has| |#1| (-362))))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) 55)) (-1526 (((-630 $) $) 39)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| |#2|) 16)) (-1478 (($ (-1 |#1| |#1|) $) 54)) (-3941 (((-903) $) 32 (-12 (|has| |#2| (-362)) (|has| |#1| (-362))))) (-3733 ((|#2| $) 78 (|has| |#2| (-833)))) (-3743 ((|#1| $) 77 (|has| |#2| (-833)))) (-4056 (((-1137) $) NIL)) (-2839 (($ (-903)) 27 (-12 (|has| |#2| (-362)) (|has| |#1| (-362))))) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 76) (($ (-553)) 45) (($ |#2|) 42) (($ |#1|) 43) (($ (-630 (-2 (|:| -4157 |#1|) (|:| -1728 |#2|)))) 11)) (-1372 (((-630 |#1|) $) 41)) (-1925 ((|#1| $ |#2|) 88)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-3296 (($) 12 T CONST)) (-3308 (($) 33 T CONST)) (-1614 (((-111) $ $) 80)) (-1710 (($ $) 47) (($ $ $) NIL)) (-1699 (($ $ $) 26)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 52) (($ $ $) 90) (($ |#1| $) 49 (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169)))))
+(((-721 |#1| |#2|) (-13 (-1031) (-1020 |#2|) (-1020 |#1|) (-10 -8 (-15 -3590 ($ |#1| |#2|)) (-15 -1925 (|#1| $ |#2|)) (-15 -3212 ($ (-630 (-2 (|:| -4157 |#1|) (|:| -1728 |#2|))))) (-15 -4044 ((-630 (-2 (|:| -4157 |#1|) (|:| -1728 |#2|))) $)) (-15 -1478 ($ (-1 |#1| |#1|) $)) (-15 -1561 ((-111) $)) (-15 -1372 ((-630 |#1|) $)) (-15 -1526 ((-630 $) $)) (-15 -2613 ((-757) $)) (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-362)) (IF (|has| |#2| (-362)) (-6 (-362)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-833)) (PROGN (-15 -3733 (|#2| $)) (-15 -3743 (|#1| $)) (-15 -3765 ($ $))) |%noBranch|))) (-1031) (-712)) (T -721))
+((-3590 (*1 *1 *2 *3) (-12 (-5 *1 (-721 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-712)))) (-1925 (*1 *2 *1 *3) (-12 (-4 *2 (-1031)) (-5 *1 (-721 *2 *3)) (-4 *3 (-712)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-2 (|:| -4157 *3) (|:| -1728 *4)))) (-4 *3 (-1031)) (-4 *4 (-712)) (-5 *1 (-721 *3 *4)))) (-4044 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| -4157 *3) (|:| -1728 *4)))) (-5 *1 (-721 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-712)))) (-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-721 *3 *4)) (-4 *4 (-712)))) (-1561 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-721 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-712)))) (-1372 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-721 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-712)))) (-1526 (*1 *2 *1) (-12 (-5 *2 (-630 (-721 *3 *4))) (-5 *1 (-721 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-712)))) (-2613 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-721 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-712)))) (-3733 (*1 *2 *1) (-12 (-4 *2 (-712)) (-4 *2 (-833)) (-5 *1 (-721 *3 *2)) (-4 *3 (-1031)))) (-3743 (*1 *2 *1) (-12 (-4 *2 (-1031)) (-5 *1 (-721 *2 *3)) (-4 *3 (-833)) (-4 *3 (-712)))) (-3765 (*1 *1 *1) (-12 (-5 *1 (-721 *2 *3)) (-4 *3 (-833)) (-4 *2 (-1031)) (-4 *3 (-712)))))
+(-13 (-1031) (-1020 |#2|) (-1020 |#1|) (-10 -8 (-15 -3590 ($ |#1| |#2|)) (-15 -1925 (|#1| $ |#2|)) (-15 -3212 ($ (-630 (-2 (|:| -4157 |#1|) (|:| -1728 |#2|))))) (-15 -4044 ((-630 (-2 (|:| -4157 |#1|) (|:| -1728 |#2|))) $)) (-15 -1478 ($ (-1 |#1| |#1|) $)) (-15 -1561 ((-111) $)) (-15 -1372 ((-630 |#1|) $)) (-15 -1526 ((-630 $) $)) (-15 -2613 ((-757) $)) (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (IF (|has| |#1| (-362)) (IF (|has| |#2| (-362)) (-6 (-362)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-833)) (PROGN (-15 -3733 (|#2| $)) (-15 -3743 (|#1| $)) (-15 -3765 ($ $))) |%noBranch|)))
+((-3200 (((-111) $ $) 19)) (-1502 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-3547 (($ $ $) 72)) (-3506 (((-111) $ $) 73)) (-2549 (((-111) $ (-757)) 8)) (-1440 (($ (-630 |#1|)) 68) (($) 67)) (-3656 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-1570 (($ $) 62)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ |#1| $) 47 (|has| $ (-6 -4369))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4369)))) (-2653 (($ |#1| $) 57 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4369)))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3030 (((-111) $ $) 64)) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22)) (-4115 (($ $ $) 69)) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40) (($ |#1| $ (-757)) 63)) (-2875 (((-1099) $) 21)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-3479 (((-630 (-2 (|:| -3359 |#1|) (|:| -2885 (-757)))) $) 61)) (-3558 (($ $ |#1|) 71) (($ $ $) 70)) (-4015 (($) 49) (($ (-630 |#1|)) 48)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 59 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 50)) (-3212 (((-845) $) 18)) (-3540 (($ (-630 |#1|)) 66) (($) 65)) (-4142 (($ (-630 |#1|)) 42)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20)) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-722 |#1|) (-137) (-1079)) (T -722))
+NIL
+(-13 (-680 |t#1|) (-1077 |t#1|))
+(((-34) . T) ((-106 |#1|) . T) ((-101) . T) ((-600 (-845)) . T) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-680 |#1|) . T) ((-1077 |#1|) . T) ((-1079) . T) ((-1192) . T))
+((-3200 (((-111) $ $) NIL)) (-1502 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 76)) (-3547 (($ $ $) 79)) (-3506 (((-111) $ $) 83)) (-2549 (((-111) $ (-757)) NIL)) (-1440 (($ (-630 |#1|)) 24) (($) 16)) (-3656 (($ (-1 (-111) |#1|) $) 70 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-1570 (($ $) 71)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1875 (($ |#1| $) 61 (|has| $ (-6 -4369))) (($ (-1 (-111) |#1|) $) 64 (|has| $ (-6 -4369))) (($ |#1| $ (-553)) 62) (($ (-1 (-111) |#1|) $ (-553)) 65)) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (($ |#1| $ (-553)) 67) (($ (-1 (-111) |#1|) $ (-553)) 68)) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-3136 (((-630 |#1|) $) 32 (|has| $ (-6 -4369)))) (-3030 (((-111) $ $) 82)) (-3319 (($) 14) (($ |#1|) 26) (($ (-630 |#1|)) 21)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) 38)) (-4349 (((-111) |#1| $) 58 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) 74 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 75)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-4115 (($ $ $) 77)) (-3311 ((|#1| $) 55)) (-1429 (($ |#1| $) 56) (($ |#1| $ (-757)) 72)) (-2875 (((-1099) $) NIL)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2037 ((|#1| $) 54)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 50)) (-1422 (($) 13)) (-3479 (((-630 (-2 (|:| -3359 |#1|) (|:| -2885 (-757)))) $) 48)) (-3558 (($ $ |#1|) NIL) (($ $ $) 78)) (-4015 (($) 15) (($ (-630 |#1|)) 23)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) 60 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) 66)) (-1523 (((-529) $) 36 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 20)) (-3212 (((-845) $) 44)) (-3540 (($ (-630 |#1|)) 25) (($) 17)) (-4142 (($ (-630 |#1|)) 22)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 81)) (-2656 (((-757) $) 59 (|has| $ (-6 -4369)))))
+(((-723 |#1|) (-13 (-722 |#1|) (-10 -8 (-6 -4369) (-6 -4370) (-15 -3319 ($)) (-15 -3319 ($ |#1|)) (-15 -3319 ($ (-630 |#1|))) (-15 -2447 ((-630 |#1|) $)) (-15 -2653 ($ |#1| $ (-553))) (-15 -2653 ($ (-1 (-111) |#1|) $ (-553))) (-15 -1875 ($ |#1| $ (-553))) (-15 -1875 ($ (-1 (-111) |#1|) $ (-553))))) (-1079)) (T -723))
+((-3319 (*1 *1) (-12 (-5 *1 (-723 *2)) (-4 *2 (-1079)))) (-3319 (*1 *1 *2) (-12 (-5 *1 (-723 *2)) (-4 *2 (-1079)))) (-3319 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-723 *3)))) (-2447 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-723 *3)) (-4 *3 (-1079)))) (-2653 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-723 *2)) (-4 *2 (-1079)))) (-2653 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-111) *4)) (-5 *3 (-553)) (-4 *4 (-1079)) (-5 *1 (-723 *4)))) (-1875 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-723 *2)) (-4 *2 (-1079)))) (-1875 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-111) *4)) (-5 *3 (-553)) (-4 *4 (-1079)) (-5 *1 (-723 *4)))))
+(-13 (-722 |#1|) (-10 -8 (-6 -4369) (-6 -4370) (-15 -3319 ($)) (-15 -3319 ($ |#1|)) (-15 -3319 ($ (-630 |#1|))) (-15 -2447 ((-630 |#1|) $)) (-15 -2653 ($ |#1| $ (-553))) (-15 -2653 ($ (-1 (-111) |#1|) $ (-553))) (-15 -1875 ($ |#1| $ (-553))) (-15 -1875 ($ (-1 (-111) |#1|) $ (-553)))))
+((-1648 (((-1243) (-1137)) 8)))
+(((-724) (-10 -7 (-15 -1648 ((-1243) (-1137))))) (T -724))
+((-1648 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-724)))))
+(-10 -7 (-15 -1648 ((-1243) (-1137))))
+((-4226 (((-630 |#1|) (-630 |#1|) (-630 |#1|)) 10)))
+(((-725 |#1|) (-10 -7 (-15 -4226 ((-630 |#1|) (-630 |#1|) (-630 |#1|)))) (-833)) (T -725))
+((-4226 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-725 *3)))))
+(-10 -7 (-15 -4226 ((-630 |#1|) (-630 |#1|) (-630 |#1|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3611 (((-630 |#2|) $) 134)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 127 (|has| |#1| (-545)))) (-2723 (($ $) 126 (|has| |#1| (-545)))) (-2157 (((-111) $) 124 (|has| |#1| (-545)))) (-2479 (($ $) 83 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 66 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) 19)) (-3487 (($ $) 65 (|has| |#1| (-38 (-401 (-553)))))) (-2456 (($ $) 82 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 67 (|has| |#1| (-38 (-401 (-553)))))) (-2505 (($ $) 81 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 68 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) 17 T CONST)) (-3765 (($ $) 118)) (-3889 (((-3 $ "failed") $) 32)) (-2212 (((-934 |#1|) $ (-757)) 96) (((-934 |#1|) $ (-757) (-757)) 95)) (-2487 (((-111) $) 135)) (-4041 (($) 93 (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-757) $ |#2|) 98) (((-757) $ |#2| (-757)) 97)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 64 (|has| |#1| (-38 (-401 (-553)))))) (-1561 (((-111) $) 116)) (-3590 (($ $ (-630 |#2|) (-630 (-524 |#2|))) 133) (($ $ |#2| (-524 |#2|)) 132) (($ |#1| (-524 |#2|)) 117) (($ $ |#2| (-757)) 100) (($ $ (-630 |#2|) (-630 (-757))) 99)) (-1478 (($ (-1 |#1| |#1|) $) 115)) (-2431 (($ $) 90 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) 113)) (-3743 ((|#1| $) 112)) (-4056 (((-1137) $) 9)) (-1619 (($ $ |#2|) 94 (|has| |#1| (-38 (-401 (-553)))))) (-2875 (((-1099) $) 10)) (-2370 (($ $ (-757)) 101)) (-3968 (((-3 $ "failed") $ $) 128 (|has| |#1| (-545)))) (-2854 (($ $) 91 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (($ $ |#2| $) 109) (($ $ (-630 |#2|) (-630 $)) 108) (($ $ (-630 (-288 $))) 107) (($ $ (-288 $)) 106) (($ $ $ $) 105) (($ $ (-630 $) (-630 $)) 104)) (-3095 (($ $ |#2|) 40) (($ $ (-630 |#2|)) 39) (($ $ |#2| (-757)) 38) (($ $ (-630 |#2|) (-630 (-757))) 37)) (-2672 (((-524 |#2|) $) 114)) (-2517 (($ $) 80 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 69 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 79 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 70 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 78 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 71 (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) 136)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 131 (|has| |#1| (-169))) (($ $) 129 (|has| |#1| (-545))) (($ (-401 (-553))) 121 (|has| |#1| (-38 (-401 (-553)))))) (-1925 ((|#1| $ (-524 |#2|)) 119) (($ $ |#2| (-757)) 103) (($ $ (-630 |#2|) (-630 (-757))) 102)) (-2234 (((-3 $ "failed") $) 130 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-3842 (($ $) 89 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 77 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) 125 (|has| |#1| (-545)))) (-2529 (($ $) 88 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 76 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 87 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 75 (|has| |#1| (-38 (-401 (-553)))))) (-3013 (($ $) 86 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 74 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 85 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 73 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 84 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 72 (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ |#2|) 36) (($ $ (-630 |#2|)) 35) (($ $ |#2| (-757)) 34) (($ $ (-630 |#2|) (-630 (-757))) 33)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 120 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ $) 92 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 63 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 123 (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) 122 (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 111) (($ $ |#1|) 110)))
+(((-726 |#1| |#2|) (-137) (-1031) (-833)) (T -726))
+((-1925 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-726 *4 *2)) (-4 *4 (-1031)) (-4 *2 (-833)))) (-1925 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 *5)) (-5 *3 (-630 (-757))) (-4 *1 (-726 *4 *5)) (-4 *4 (-1031)) (-4 *5 (-833)))) (-2370 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-726 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-833)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-726 *4 *2)) (-4 *4 (-1031)) (-4 *2 (-833)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 *5)) (-5 *3 (-630 (-757))) (-4 *1 (-726 *4 *5)) (-4 *4 (-1031)) (-4 *5 (-833)))) (-2592 (*1 *2 *1 *3) (-12 (-4 *1 (-726 *4 *3)) (-4 *4 (-1031)) (-4 *3 (-833)) (-5 *2 (-757)))) (-2592 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-757)) (-4 *1 (-726 *4 *3)) (-4 *4 (-1031)) (-4 *3 (-833)))) (-2212 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *1 (-726 *4 *5)) (-4 *4 (-1031)) (-4 *5 (-833)) (-5 *2 (-934 *4)))) (-2212 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-757)) (-4 *1 (-726 *4 *5)) (-4 *4 (-1031)) (-4 *5 (-833)) (-5 *2 (-934 *4)))) (-1619 (*1 *1 *1 *2) (-12 (-4 *1 (-726 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-833)) (-4 *3 (-38 (-401 (-553)))))))
+(-13 (-882 |t#2|) (-955 |t#1| (-524 |t#2|) |t#2|) (-507 |t#2| $) (-303 $) (-10 -8 (-15 -1925 ($ $ |t#2| (-757))) (-15 -1925 ($ $ (-630 |t#2|) (-630 (-757)))) (-15 -2370 ($ $ (-757))) (-15 -3590 ($ $ |t#2| (-757))) (-15 -3590 ($ $ (-630 |t#2|) (-630 (-757)))) (-15 -2592 ((-757) $ |t#2|)) (-15 -2592 ((-757) $ |t#2| (-757))) (-15 -2212 ((-934 |t#1|) $ (-757))) (-15 -2212 ((-934 |t#1|) $ (-757) (-757))) (IF (|has| |t#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $ |t#2|)) (-6 (-984)) (-6 (-1177))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-524 |#2|)) . T) ((-25) . T) ((-38 #1=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-545)) ((-35) |has| |#1| (-38 (-401 (-553)))) ((-94) |has| |#1| (-38 (-401 (-553)))) ((-101) . T) ((-110 #1# #1#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-278) |has| |#1| (-38 (-401 (-553)))) ((-284) |has| |#1| (-545)) ((-303 $) . T) ((-486) |has| |#1| (-38 (-401 (-553)))) ((-507 |#2| $) . T) ((-507 $ $) . T) ((-545) |has| |#1| (-545)) ((-633 #1#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #1#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) |has| |#1| (-545)) ((-712) . T) ((-882 |#2|) . T) ((-955 |#1| #0# |#2|) . T) ((-984) |has| |#1| (-38 (-401 (-553)))) ((-1037 #1#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1177) |has| |#1| (-38 (-401 (-553)))) ((-1180) |has| |#1| (-38 (-401 (-553)))))
+((-3476 (((-412 (-1151 |#4|)) (-1151 |#4|)) 30) (((-412 |#4|) |#4|) 26)))
+(((-727 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3476 ((-412 |#4|) |#4|)) (-15 -3476 ((-412 (-1151 |#4|)) (-1151 |#4|)))) (-833) (-779) (-13 (-301) (-144)) (-931 |#3| |#2| |#1|)) (T -727))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-931 *6 *5 *4)) (-5 *2 (-412 (-1151 *7))) (-5 *1 (-727 *4 *5 *6 *7)) (-5 *3 (-1151 *7)))) (-3476 (*1 *2 *3) (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-13 (-301) (-144))) (-5 *2 (-412 *3)) (-5 *1 (-727 *4 *5 *6 *3)) (-4 *3 (-931 *6 *5 *4)))))
+(-10 -7 (-15 -3476 ((-412 |#4|) |#4|)) (-15 -3476 ((-412 (-1151 |#4|)) (-1151 |#4|))))
+((-3142 (((-412 |#4|) |#4| |#2|) 118)) (-1321 (((-412 |#4|) |#4|) NIL)) (-1807 (((-412 (-1151 |#4|)) (-1151 |#4|)) 109) (((-412 |#4|) |#4|) 40)) (-4177 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-630 (-2 (|:| -3476 (-1151 |#4|)) (|:| -3503 (-553)))))) (-1151 |#4|) (-630 |#2|) (-630 (-630 |#3|))) 68)) (-2521 (((-1151 |#3|) (-1151 |#3|) (-553)) 136)) (-1506 (((-630 (-757)) (-1151 |#4|) (-630 |#2|) (-757)) 60)) (-3873 (((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-1151 |#3|) (-1151 |#3|) |#4| (-630 |#2|) (-630 (-757)) (-630 |#3|)) 64)) (-2302 (((-2 (|:| |upol| (-1151 |#3|)) (|:| |Lval| (-630 |#3|)) (|:| |Lfact| (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553))))) (|:| |ctpol| |#3|)) (-1151 |#4|) (-630 |#2|) (-630 (-630 |#3|))) 25)) (-3725 (((-2 (|:| -4112 (-1151 |#4|)) (|:| |polval| (-1151 |#3|))) (-1151 |#4|) (-1151 |#3|) (-553)) 56)) (-3778 (((-553) (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553))))) 133)) (-2458 ((|#4| (-553) (-412 |#4|)) 57)) (-2851 (((-111) (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553)))) (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553))))) NIL)))
+(((-728 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1807 ((-412 |#4|) |#4|)) (-15 -1807 ((-412 (-1151 |#4|)) (-1151 |#4|))) (-15 -1321 ((-412 |#4|) |#4|)) (-15 -3778 ((-553) (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553)))))) (-15 -3142 ((-412 |#4|) |#4| |#2|)) (-15 -3725 ((-2 (|:| -4112 (-1151 |#4|)) (|:| |polval| (-1151 |#3|))) (-1151 |#4|) (-1151 |#3|) (-553))) (-15 -4177 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-630 (-2 (|:| -3476 (-1151 |#4|)) (|:| -3503 (-553)))))) (-1151 |#4|) (-630 |#2|) (-630 (-630 |#3|)))) (-15 -2302 ((-2 (|:| |upol| (-1151 |#3|)) (|:| |Lval| (-630 |#3|)) (|:| |Lfact| (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553))))) (|:| |ctpol| |#3|)) (-1151 |#4|) (-630 |#2|) (-630 (-630 |#3|)))) (-15 -2458 (|#4| (-553) (-412 |#4|))) (-15 -2851 ((-111) (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553)))) (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553)))))) (-15 -3873 ((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-1151 |#3|) (-1151 |#3|) |#4| (-630 |#2|) (-630 (-757)) (-630 |#3|))) (-15 -1506 ((-630 (-757)) (-1151 |#4|) (-630 |#2|) (-757))) (-15 -2521 ((-1151 |#3|) (-1151 |#3|) (-553)))) (-779) (-833) (-301) (-931 |#3| |#1| |#2|)) (T -728))
+((-2521 (*1 *2 *2 *3) (-12 (-5 *2 (-1151 *6)) (-5 *3 (-553)) (-4 *6 (-301)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-728 *4 *5 *6 *7)) (-4 *7 (-931 *6 *4 *5)))) (-1506 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1151 *9)) (-5 *4 (-630 *7)) (-4 *7 (-833)) (-4 *9 (-931 *8 *6 *7)) (-4 *6 (-779)) (-4 *8 (-301)) (-5 *2 (-630 (-757))) (-5 *1 (-728 *6 *7 *8 *9)) (-5 *5 (-757)))) (-3873 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1151 *11)) (-5 *6 (-630 *10)) (-5 *7 (-630 (-757))) (-5 *8 (-630 *11)) (-4 *10 (-833)) (-4 *11 (-301)) (-4 *9 (-779)) (-4 *5 (-931 *11 *9 *10)) (-5 *2 (-630 (-1151 *5))) (-5 *1 (-728 *9 *10 *11 *5)) (-5 *3 (-1151 *5)))) (-2851 (*1 *2 *3 *3) (-12 (-5 *3 (-630 (-2 (|:| -3476 (-1151 *6)) (|:| -3503 (-553))))) (-4 *6 (-301)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)) (-5 *1 (-728 *4 *5 *6 *7)) (-4 *7 (-931 *6 *4 *5)))) (-2458 (*1 *2 *3 *4) (-12 (-5 *3 (-553)) (-5 *4 (-412 *2)) (-4 *2 (-931 *7 *5 *6)) (-5 *1 (-728 *5 *6 *7 *2)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-301)))) (-2302 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1151 *9)) (-5 *4 (-630 *7)) (-5 *5 (-630 (-630 *8))) (-4 *7 (-833)) (-4 *8 (-301)) (-4 *9 (-931 *8 *6 *7)) (-4 *6 (-779)) (-5 *2 (-2 (|:| |upol| (-1151 *8)) (|:| |Lval| (-630 *8)) (|:| |Lfact| (-630 (-2 (|:| -3476 (-1151 *8)) (|:| -3503 (-553))))) (|:| |ctpol| *8))) (-5 *1 (-728 *6 *7 *8 *9)))) (-4177 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-630 *7)) (-5 *5 (-630 (-630 *8))) (-4 *7 (-833)) (-4 *8 (-301)) (-4 *6 (-779)) (-4 *9 (-931 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-630 (-2 (|:| -3476 (-1151 *9)) (|:| -3503 (-553))))))) (-5 *1 (-728 *6 *7 *8 *9)) (-5 *3 (-1151 *9)))) (-3725 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-553)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-301)) (-4 *9 (-931 *8 *6 *7)) (-5 *2 (-2 (|:| -4112 (-1151 *9)) (|:| |polval| (-1151 *8)))) (-5 *1 (-728 *6 *7 *8 *9)) (-5 *3 (-1151 *9)) (-5 *4 (-1151 *8)))) (-3142 (*1 *2 *3 *4) (-12 (-4 *5 (-779)) (-4 *4 (-833)) (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-728 *5 *4 *6 *3)) (-4 *3 (-931 *6 *5 *4)))) (-3778 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| -3476 (-1151 *6)) (|:| -3503 (-553))))) (-4 *6 (-301)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-553)) (-5 *1 (-728 *4 *5 *6 *7)) (-4 *7 (-931 *6 *4 *5)))) (-1321 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-728 *4 *5 *6 *3)) (-4 *3 (-931 *6 *4 *5)))) (-1807 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301)) (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-412 (-1151 *7))) (-5 *1 (-728 *4 *5 *6 *7)) (-5 *3 (-1151 *7)))) (-1807 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-728 *4 *5 *6 *3)) (-4 *3 (-931 *6 *4 *5)))))
+(-10 -7 (-15 -1807 ((-412 |#4|) |#4|)) (-15 -1807 ((-412 (-1151 |#4|)) (-1151 |#4|))) (-15 -1321 ((-412 |#4|) |#4|)) (-15 -3778 ((-553) (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553)))))) (-15 -3142 ((-412 |#4|) |#4| |#2|)) (-15 -3725 ((-2 (|:| -4112 (-1151 |#4|)) (|:| |polval| (-1151 |#3|))) (-1151 |#4|) (-1151 |#3|) (-553))) (-15 -4177 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-630 (-2 (|:| -3476 (-1151 |#4|)) (|:| -3503 (-553)))))) (-1151 |#4|) (-630 |#2|) (-630 (-630 |#3|)))) (-15 -2302 ((-2 (|:| |upol| (-1151 |#3|)) (|:| |Lval| (-630 |#3|)) (|:| |Lfact| (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553))))) (|:| |ctpol| |#3|)) (-1151 |#4|) (-630 |#2|) (-630 (-630 |#3|)))) (-15 -2458 (|#4| (-553) (-412 |#4|))) (-15 -2851 ((-111) (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553)))) (-630 (-2 (|:| -3476 (-1151 |#3|)) (|:| -3503 (-553)))))) (-15 -3873 ((-3 (-630 (-1151 |#4|)) "failed") (-1151 |#4|) (-1151 |#3|) (-1151 |#3|) |#4| (-630 |#2|) (-630 (-757)) (-630 |#3|))) (-15 -1506 ((-630 (-757)) (-1151 |#4|) (-630 |#2|) (-757))) (-15 -2521 ((-1151 |#3|) (-1151 |#3|) (-553))))
+((-3592 (($ $ (-903)) 12)))
+(((-729 |#1| |#2|) (-10 -8 (-15 -3592 (|#1| |#1| (-903)))) (-730 |#2|) (-169)) (T -729))
+NIL
+(-10 -8 (-15 -3592 (|#1| |#1| (-903))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1361 (($ $ (-903)) 28)) (-3592 (($ $ (-903)) 33)) (-3620 (($ $ (-903)) 29)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2931 (($ $ $) 25)) (-3212 (((-845) $) 11)) (-3195 (($ $ $ $) 26)) (-2483 (($ $ $) 24)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 30)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
+(((-730 |#1|) (-137) (-169)) (T -730))
+((-3592 (*1 *1 *1 *2) (-12 (-5 *2 (-903)) (-4 *1 (-730 *3)) (-4 *3 (-169)))))
+(-13 (-747) (-703 |t#1|) (-10 -8 (-15 -3592 ($ $ (-903)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-703 |#1|) . T) ((-706) . T) ((-747) . T) ((-1037 |#1|) . T) ((-1079) . T))
+((-1684 (((-1017) (-674 (-220)) (-553) (-111) (-553)) 25)) (-3932 (((-1017) (-674 (-220)) (-553) (-111) (-553)) 24)))
+(((-731) (-10 -7 (-15 -3932 ((-1017) (-674 (-220)) (-553) (-111) (-553))) (-15 -1684 ((-1017) (-674 (-220)) (-553) (-111) (-553))))) (T -731))
+((-1684 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-111)) (-5 *2 (-1017)) (-5 *1 (-731)))) (-3932 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-111)) (-5 *2 (-1017)) (-5 *1 (-731)))))
+(-10 -7 (-15 -3932 ((-1017) (-674 (-220)) (-553) (-111) (-553))) (-15 -1684 ((-1017) (-674 (-220)) (-553) (-111) (-553))))
+((-4286 (((-1017) (-553) (-553) (-553) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN)))) 43)) (-2859 (((-1017) (-553) (-553) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN)))) 39)) (-2010 (((-1017) (-220) (-220) (-220) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) 32)))
+(((-732) (-10 -7 (-15 -2010 ((-1017) (-220) (-220) (-220) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -2859 ((-1017) (-553) (-553) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN))))) (-15 -4286 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN))))))) (T -732))
+((-4286 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN)))) (-5 *2 (-1017)) (-5 *1 (-732)))) (-2859 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN)))) (-5 *2 (-1017)) (-5 *1 (-732)))) (-2010 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) (-5 *2 (-1017)) (-5 *1 (-732)))))
+(-10 -7 (-15 -2010 ((-1017) (-220) (-220) (-220) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -2859 ((-1017) (-553) (-553) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN))))) (-15 -4286 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN))))))
+((-3652 (((-1017) (-553) (-553) (-674 (-220)) (-553)) 34)) (-2438 (((-1017) (-553) (-553) (-674 (-220)) (-553)) 33)) (-3639 (((-1017) (-553) (-674 (-220)) (-553)) 32)) (-2929 (((-1017) (-553) (-674 (-220)) (-553)) 31)) (-4133 (((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553)) 30)) (-4280 (((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553)) 29)) (-2267 (((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-553)) 28)) (-1456 (((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-553)) 27)) (-3624 (((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553)) 24)) (-3175 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553)) 23)) (-3664 (((-1017) (-553) (-674 (-220)) (-553)) 22)) (-1731 (((-1017) (-553) (-674 (-220)) (-553)) 21)))
+(((-733) (-10 -7 (-15 -1731 ((-1017) (-553) (-674 (-220)) (-553))) (-15 -3664 ((-1017) (-553) (-674 (-220)) (-553))) (-15 -3175 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3624 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1456 ((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2267 ((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-553))) (-15 -4280 ((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -4133 ((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2929 ((-1017) (-553) (-674 (-220)) (-553))) (-15 -3639 ((-1017) (-553) (-674 (-220)) (-553))) (-15 -2438 ((-1017) (-553) (-553) (-674 (-220)) (-553))) (-15 -3652 ((-1017) (-553) (-553) (-674 (-220)) (-553))))) (T -733))
+((-3652 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-2438 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-3639 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-2929 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-4133 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-1137)) (-5 *5 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-4280 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-1137)) (-5 *5 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-2267 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-1137)) (-5 *5 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-1456 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-1137)) (-5 *5 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-3624 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-3175 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-3664 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))) (-1731 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-733)))))
+(-10 -7 (-15 -1731 ((-1017) (-553) (-674 (-220)) (-553))) (-15 -3664 ((-1017) (-553) (-674 (-220)) (-553))) (-15 -3175 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3624 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1456 ((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2267 ((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-553))) (-15 -4280 ((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -4133 ((-1017) (-553) (-553) (-1137) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2929 ((-1017) (-553) (-674 (-220)) (-553))) (-15 -3639 ((-1017) (-553) (-674 (-220)) (-553))) (-15 -2438 ((-1017) (-553) (-553) (-674 (-220)) (-553))) (-15 -3652 ((-1017) (-553) (-553) (-674 (-220)) (-553))))
+((-3826 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553) (-220) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN)))) 52)) (-3501 (((-1017) (-674 (-220)) (-674 (-220)) (-553) (-553)) 51)) (-1522 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN)))) 50)) (-2141 (((-1017) (-220) (-220) (-553) (-553) (-553) (-553)) 46)) (-3516 (((-1017) (-220) (-220) (-553) (-220) (-553) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) 45)) (-1606 (((-1017) (-220) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) 44)) (-3436 (((-1017) (-220) (-220) (-220) (-220) (-553) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) 43)) (-3155 (((-1017) (-220) (-220) (-220) (-553) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) 42)) (-1823 (((-1017) (-220) (-553) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) 38)) (-3546 (((-1017) (-220) (-220) (-553) (-674 (-220)) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) 37)) (-4339 (((-1017) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) 33)) (-4110 (((-1017) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) 32)))
+(((-734) (-10 -7 (-15 -4110 ((-1017) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -4339 ((-1017) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -3546 ((-1017) (-220) (-220) (-553) (-674 (-220)) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -1823 ((-1017) (-220) (-553) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -3155 ((-1017) (-220) (-220) (-220) (-553) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -3436 ((-1017) (-220) (-220) (-220) (-220) (-553) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -1606 ((-1017) (-220) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -3516 ((-1017) (-220) (-220) (-553) (-220) (-553) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -2141 ((-1017) (-220) (-220) (-553) (-553) (-553) (-553))) (-15 -1522 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))) (-15 -3501 ((-1017) (-674 (-220)) (-674 (-220)) (-553) (-553))) (-15 -3826 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553) (-220) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))))) (T -734))
+((-3826 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN)))) (-5 *2 (-1017)) (-5 *1 (-734)))) (-3501 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-734)))) (-1522 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN)))) (-5 *2 (-1017)) (-5 *1 (-734)))) (-2141 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-734)))) (-3516 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1017)) (-5 *1 (-734)))) (-1606 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1017)) (-5 *1 (-734)))) (-3436 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1017)) (-5 *1 (-734)))) (-3155 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1017)) (-5 *1 (-734)))) (-1823 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) (-5 *2 (-1017)) (-5 *1 (-734)))) (-3546 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-734)))) (-4339 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) (-5 *2 (-1017)) (-5 *1 (-734)))) (-4110 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) (-5 *2 (-1017)) (-5 *1 (-734)))))
+(-10 -7 (-15 -4110 ((-1017) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -4339 ((-1017) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -3546 ((-1017) (-220) (-220) (-553) (-674 (-220)) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -1823 ((-1017) (-220) (-553) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))) (-15 -3155 ((-1017) (-220) (-220) (-220) (-553) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -3436 ((-1017) (-220) (-220) (-220) (-220) (-553) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -1606 ((-1017) (-220) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -3516 ((-1017) (-220) (-220) (-553) (-220) (-553) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G))))) (-15 -2141 ((-1017) (-220) (-220) (-553) (-553) (-553) (-553))) (-15 -1522 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553) (-220) (-553) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))) (-15 -3501 ((-1017) (-674 (-220)) (-674 (-220)) (-553) (-553))) (-15 -3826 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553) (-220) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))))
+((-3603 (((-1017) (-553) (-553) (-553) (-553) (-220) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP)))) 76)) (-3894 (((-1017) (-674 (-220)) (-553) (-553) (-220) (-553) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))) (-382) (-382)) 69) (((-1017) (-674 (-220)) (-553) (-553) (-220) (-553) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL)))) 68)) (-1895 (((-1017) (-220) (-220) (-553) (-220) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG)))) 57)) (-3102 (((-1017) (-674 (-220)) (-674 (-220)) (-553) (-220) (-220) (-220) (-553) (-553) (-553) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) 50)) (-1764 (((-1017) (-220) (-553) (-553) (-1137) (-553) (-220) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) 49)) (-1500 (((-1017) (-220) (-553) (-553) (-220) (-1137) (-220) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) 45)) (-1517 (((-1017) (-220) (-553) (-553) (-220) (-220) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) 42)) (-1973 (((-1017) (-220) (-553) (-553) (-553) (-220) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) 38)))
+(((-735) (-10 -7 (-15 -1973 ((-1017) (-220) (-553) (-553) (-553) (-220) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -1517 ((-1017) (-220) (-553) (-553) (-220) (-220) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))) (-15 -1500 ((-1017) (-220) (-553) (-553) (-220) (-1137) (-220) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -1764 ((-1017) (-220) (-553) (-553) (-1137) (-553) (-220) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -3102 ((-1017) (-674 (-220)) (-674 (-220)) (-553) (-220) (-220) (-220) (-553) (-553) (-553) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))) (-15 -1895 ((-1017) (-220) (-220) (-553) (-220) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG))))) (-15 -3894 ((-1017) (-674 (-220)) (-553) (-553) (-220) (-553) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))))) (-15 -3894 ((-1017) (-674 (-220)) (-553) (-553) (-220) (-553) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))) (-382) (-382))) (-15 -3603 ((-1017) (-553) (-553) (-553) (-553) (-220) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP))))))) (T -735))
+((-3603 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP)))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))) (-3894 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL)))) (-5 *8 (-382)) (-5 *2 (-1017)) (-5 *1 (-735)))) (-3894 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL)))) (-5 *2 (-1017)) (-5 *1 (-735)))) (-1895 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG)))) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))) (-3102 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-220)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *2 (-1017)) (-5 *1 (-735)))) (-1764 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-553)) (-5 *5 (-1137)) (-5 *6 (-674 (-220))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G)))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))) (-1500 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-553)) (-5 *5 (-1137)) (-5 *6 (-674 (-220))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G)))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))) (-1517 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))) (-1973 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT)))) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))))
+(-10 -7 (-15 -1973 ((-1017) (-220) (-553) (-553) (-553) (-220) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -1517 ((-1017) (-220) (-553) (-553) (-220) (-220) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))) (-15 -1500 ((-1017) (-220) (-553) (-553) (-220) (-1137) (-220) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -1764 ((-1017) (-220) (-553) (-553) (-1137) (-553) (-220) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV))) (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))) (-15 -3102 ((-1017) (-674 (-220)) (-674 (-220)) (-553) (-220) (-220) (-220) (-553) (-553) (-553) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))) (-15 -1895 ((-1017) (-220) (-220) (-553) (-220) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG))))) (-15 -3894 ((-1017) (-674 (-220)) (-553) (-553) (-220) (-553) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))))) (-15 -3894 ((-1017) (-674 (-220)) (-553) (-553) (-220) (-553) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))) (-382) (-382))) (-15 -3603 ((-1017) (-553) (-553) (-553) (-553) (-220) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP))))))
+((-2022 (((-1017) (-220) (-220) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-220) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-220) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-660 (-220)) (-553)) 45)) (-2429 (((-1017) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-1137) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY)))) 41)) (-3343 (((-1017) (-553) (-553) (-553) (-553) (-220) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553)) 23)))
+(((-736) (-10 -7 (-15 -3343 ((-1017) (-553) (-553) (-553) (-553) (-220) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2429 ((-1017) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-1137) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY))))) (-15 -2022 ((-1017) (-220) (-220) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-220) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-220) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-660 (-220)) (-553))))) (T -736))
+((-2022 (*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 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-660 (-220))) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-736)))) (-2429 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-1137)) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY)))) (-5 *2 (-1017)) (-5 *1 (-736)))) (-3343 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-736)))))
+(-10 -7 (-15 -3343 ((-1017) (-553) (-553) (-553) (-553) (-220) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2429 ((-1017) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-1137) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF))) (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY))))) (-15 -2022 ((-1017) (-220) (-220) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-220) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-220) (-553) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-660 (-220)) (-553))))
+((-4088 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-674 (-220)) (-220) (-220) (-553)) 35)) (-2454 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-220) (-220) (-553)) 34)) (-3564 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-674 (-220)) (-220) (-220) (-553)) 33)) (-3914 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553)) 29)) (-2075 (((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553)) 28)) (-1856 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-220) (-553)) 27)) (-3575 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-553)) 24)) (-3236 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-553)) 23)) (-3770 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553)) 22)) (-3173 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553) (-553) (-553)) 21)))
+(((-737) (-10 -7 (-15 -3173 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553) (-553) (-553))) (-15 -3770 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3236 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-553))) (-15 -3575 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-553))) (-15 -1856 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-220) (-553))) (-15 -2075 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3914 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3564 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-674 (-220)) (-220) (-220) (-553))) (-15 -2454 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-220) (-220) (-553))) (-15 -4088 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-674 (-220)) (-220) (-220) (-553))))) (T -737))
+((-4088 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *2 (-1017)) (-5 *1 (-737)))) (-2454 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *2 (-1017)) (-5 *1 (-737)))) (-3564 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *6 (-220)) (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-737)))) (-3914 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-737)))) (-2075 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-737)))) (-1856 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *2 (-1017)) (-5 *1 (-737)))) (-3575 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-737)))) (-3236 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-737)))) (-3770 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-737)))) (-3173 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-737)))))
+(-10 -7 (-15 -3173 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553) (-553) (-553))) (-15 -3770 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3236 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-553))) (-15 -3575 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-553))) (-15 -1856 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-220) (-553))) (-15 -2075 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3914 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3564 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-674 (-220)) (-220) (-220) (-553))) (-15 -2454 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-220) (-220) (-553))) (-15 -4088 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-674 (-220)) (-220) (-220) (-553))))
+((-1811 (((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-553) (-553) (-553)) 45)) (-1929 (((-1017) (-553) (-553) (-553) (-220) (-674 (-220)) (-674 (-220)) (-553)) 44)) (-2138 (((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-553)) 43)) (-1401 (((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553)) 42)) (-2059 (((-1017) (-1137) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-553)) 41)) (-3944 (((-1017) (-1137) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-553)) 40)) (-2571 (((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-553) (-553) (-553) (-220) (-674 (-220)) (-553)) 39)) (-1480 (((-1017) (-1137) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-553))) 38)) (-2387 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553)) 35)) (-3146 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553)) 34)) (-2501 (((-1017) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553)) 33)) (-1804 (((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553)) 32)) (-3496 (((-1017) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-220) (-553)) 31)) (-2756 (((-1017) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-220) (-553) (-553) (-553)) 30)) (-1702 (((-1017) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-553) (-553) (-553)) 29)) (-3491 (((-1017) (-553) (-553) (-553) (-220) (-220) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-553) (-674 (-553)) (-553) (-553) (-553)) 28)) (-3090 (((-1017) (-553) (-674 (-220)) (-220) (-553)) 24)) (-2887 (((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553)) 21)))
+(((-738) (-10 -7 (-15 -2887 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3090 ((-1017) (-553) (-674 (-220)) (-220) (-553))) (-15 -3491 ((-1017) (-553) (-553) (-553) (-220) (-220) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-553) (-674 (-553)) (-553) (-553) (-553))) (-15 -1702 ((-1017) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-553) (-553) (-553))) (-15 -2756 ((-1017) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-220) (-553) (-553) (-553))) (-15 -3496 ((-1017) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-220) (-553))) (-15 -1804 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2501 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553))) (-15 -3146 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553))) (-15 -2387 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1480 ((-1017) (-1137) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-553)))) (-15 -2571 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-553) (-553) (-553) (-220) (-674 (-220)) (-553))) (-15 -3944 ((-1017) (-1137) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-553))) (-15 -2059 ((-1017) (-1137) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1401 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2138 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-553))) (-15 -1929 ((-1017) (-553) (-553) (-553) (-220) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1811 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-553) (-553) (-553))))) (T -738))
+((-1811 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-738)))) (-1929 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-2138 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-738)))) (-1401 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-738)))) (-2059 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-3944 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1137)) (-5 *5 (-674 (-220))) (-5 *6 (-220)) (-5 *7 (-674 (-553))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-2571 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *6 (-220)) (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-1480 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1137)) (-5 *5 (-674 (-220))) (-5 *6 (-220)) (-5 *7 (-674 (-553))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-2387 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-738)))) (-3146 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-2501 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-1804 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-738)))) (-3496 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-2756 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-1702 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-3491 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-674 (-220))) (-5 *6 (-674 (-553))) (-5 *3 (-553)) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-3090 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))) (-2887 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-738)))))
+(-10 -7 (-15 -2887 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3090 ((-1017) (-553) (-674 (-220)) (-220) (-553))) (-15 -3491 ((-1017) (-553) (-553) (-553) (-220) (-220) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-553) (-674 (-553)) (-553) (-553) (-553))) (-15 -1702 ((-1017) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-553) (-553) (-553))) (-15 -2756 ((-1017) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-220) (-553) (-553) (-553))) (-15 -3496 ((-1017) (-553) (-220) (-220) (-674 (-220)) (-553) (-553) (-220) (-553))) (-15 -1804 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2501 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553))) (-15 -3146 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553))) (-15 -2387 ((-1017) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1480 ((-1017) (-1137) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-553)))) (-15 -2571 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-553) (-553) (-553) (-220) (-674 (-220)) (-553))) (-15 -3944 ((-1017) (-1137) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-553))) (-15 -2059 ((-1017) (-1137) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-220) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1401 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2138 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-553))) (-15 -1929 ((-1017) (-553) (-553) (-553) (-220) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1811 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553) (-674 (-220)) (-674 (-220)) (-553) (-553) (-553))))
+((-1896 (((-1017) (-553) (-553) (-553) (-220) (-674 (-220)) (-553) (-674 (-220)) (-553)) 63)) (-1274 (((-1017) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-111) (-220) (-553) (-220) (-220) (-111) (-220) (-220) (-220) (-220) (-111) (-553) (-553) (-553) (-553) (-553) (-220) (-220) (-220) (-553) (-553) (-553) (-553) (-553) (-674 (-553)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN)))) 62)) (-3485 (((-1017) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-220) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-111) (-111) (-111) (-553) (-553) (-674 (-220)) (-674 (-553)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS)))) 58)) (-2523 (((-1017) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-111) (-553) (-553) (-674 (-220)) (-553)) 51)) (-1916 (((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1)))) 50)) (-3531 (((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2)))) 46)) (-3286 (((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1)))) 42)) (-2558 (((-1017) (-553) (-220) (-220) (-553) (-220) (-111) (-220) (-220) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN)))) 38)))
+(((-739) (-10 -7 (-15 -2558 ((-1017) (-553) (-220) (-220) (-553) (-220) (-111) (-220) (-220) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))) (-15 -3286 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1))))) (-15 -3531 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2))))) (-15 -1916 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1))))) (-15 -2523 ((-1017) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-111) (-553) (-553) (-674 (-220)) (-553))) (-15 -3485 ((-1017) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-220) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-111) (-111) (-111) (-553) (-553) (-674 (-220)) (-674 (-553)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS))))) (-15 -1274 ((-1017) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-111) (-220) (-553) (-220) (-220) (-111) (-220) (-220) (-220) (-220) (-111) (-553) (-553) (-553) (-553) (-553) (-220) (-220) (-220) (-553) (-553) (-553) (-553) (-553) (-674 (-553)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))) (-15 -1896 ((-1017) (-553) (-553) (-553) (-220) (-674 (-220)) (-553) (-674 (-220)) (-553))))) (T -739))
+((-1896 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-739)))) (-1274 (*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 (-674 (-220))) (-5 *5 (-111)) (-5 *6 (-220)) (-5 *7 (-674 (-553))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN)))) (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-739)))) (-3485 (*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 (-674 (-220))) (-5 *6 (-111)) (-5 *7 (-674 (-553))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS)))) (-5 *3 (-553)) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-739)))) (-2523 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-111)) (-5 *2 (-1017)) (-5 *1 (-739)))) (-1916 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1)))) (-5 *2 (-1017)) (-5 *1 (-739)))) (-3531 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2)))) (-5 *2 (-1017)) (-5 *1 (-739)))) (-3286 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1)))) (-5 *2 (-1017)) (-5 *1 (-739)))) (-2558 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-553)) (-5 *5 (-111)) (-5 *6 (-674 (-220))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN)))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-739)))))
+(-10 -7 (-15 -2558 ((-1017) (-553) (-220) (-220) (-553) (-220) (-111) (-220) (-220) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))) (-15 -3286 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1))))) (-15 -3531 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2))))) (-15 -1916 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1))))) (-15 -2523 ((-1017) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-111) (-553) (-553) (-674 (-220)) (-553))) (-15 -3485 ((-1017) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-220) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-111) (-111) (-111) (-553) (-553) (-674 (-220)) (-674 (-553)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS))))) (-15 -1274 ((-1017) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-553) (-111) (-220) (-553) (-220) (-220) (-111) (-220) (-220) (-220) (-220) (-111) (-553) (-553) (-553) (-553) (-553) (-220) (-220) (-220) (-553) (-553) (-553) (-553) (-553) (-674 (-553)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN))) (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))) (-15 -1896 ((-1017) (-553) (-553) (-553) (-220) (-674 (-220)) (-553) (-674 (-220)) (-553))))
+((-2711 (((-1017) (-1137) (-553) (-553) (-553) (-553) (-674 (-166 (-220))) (-674 (-166 (-220))) (-553)) 47)) (-4087 (((-1017) (-1137) (-1137) (-553) (-553) (-674 (-166 (-220))) (-553) (-674 (-166 (-220))) (-553) (-553) (-674 (-166 (-220))) (-553)) 46)) (-1546 (((-1017) (-553) (-553) (-553) (-674 (-166 (-220))) (-553)) 45)) (-2582 (((-1017) (-1137) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553)) 40)) (-3387 (((-1017) (-1137) (-1137) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-553) (-553) (-674 (-220)) (-553)) 39)) (-3329 (((-1017) (-553) (-553) (-553) (-674 (-220)) (-553)) 36)) (-2481 (((-1017) (-553) (-674 (-220)) (-553) (-674 (-553)) (-553)) 35)) (-4035 (((-1017) (-553) (-553) (-553) (-553) (-630 (-111)) (-674 (-220)) (-674 (-553)) (-674 (-553)) (-220) (-220) (-553)) 34)) (-2272 (((-1017) (-553) (-553) (-553) (-674 (-553)) (-674 (-553)) (-674 (-553)) (-674 (-553)) (-111) (-220) (-111) (-674 (-553)) (-674 (-220)) (-553)) 33)) (-2147 (((-1017) (-553) (-553) (-553) (-553) (-220) (-111) (-111) (-630 (-111)) (-674 (-220)) (-674 (-553)) (-674 (-553)) (-553)) 32)))
+(((-740) (-10 -7 (-15 -2147 ((-1017) (-553) (-553) (-553) (-553) (-220) (-111) (-111) (-630 (-111)) (-674 (-220)) (-674 (-553)) (-674 (-553)) (-553))) (-15 -2272 ((-1017) (-553) (-553) (-553) (-674 (-553)) (-674 (-553)) (-674 (-553)) (-674 (-553)) (-111) (-220) (-111) (-674 (-553)) (-674 (-220)) (-553))) (-15 -4035 ((-1017) (-553) (-553) (-553) (-553) (-630 (-111)) (-674 (-220)) (-674 (-553)) (-674 (-553)) (-220) (-220) (-553))) (-15 -2481 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-553)) (-553))) (-15 -3329 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-553))) (-15 -3387 ((-1017) (-1137) (-1137) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-553) (-553) (-674 (-220)) (-553))) (-15 -2582 ((-1017) (-1137) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1546 ((-1017) (-553) (-553) (-553) (-674 (-166 (-220))) (-553))) (-15 -4087 ((-1017) (-1137) (-1137) (-553) (-553) (-674 (-166 (-220))) (-553) (-674 (-166 (-220))) (-553) (-553) (-674 (-166 (-220))) (-553))) (-15 -2711 ((-1017) (-1137) (-553) (-553) (-553) (-553) (-674 (-166 (-220))) (-674 (-166 (-220))) (-553))))) (T -740))
+((-2711 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-166 (-220)))) (-5 *2 (-1017)) (-5 *1 (-740)))) (-4087 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-166 (-220)))) (-5 *2 (-1017)) (-5 *1 (-740)))) (-1546 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-166 (-220)))) (-5 *2 (-1017)) (-5 *1 (-740)))) (-2582 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-740)))) (-3387 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-740)))) (-3329 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-740)))) (-2481 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-740)))) (-4035 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-630 (-111))) (-5 *5 (-674 (-220))) (-5 *6 (-674 (-553))) (-5 *7 (-220)) (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-740)))) (-2272 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-674 (-553))) (-5 *5 (-111)) (-5 *7 (-674 (-220))) (-5 *3 (-553)) (-5 *6 (-220)) (-5 *2 (-1017)) (-5 *1 (-740)))) (-2147 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-630 (-111))) (-5 *7 (-674 (-220))) (-5 *8 (-674 (-553))) (-5 *3 (-553)) (-5 *4 (-220)) (-5 *5 (-111)) (-5 *2 (-1017)) (-5 *1 (-740)))))
+(-10 -7 (-15 -2147 ((-1017) (-553) (-553) (-553) (-553) (-220) (-111) (-111) (-630 (-111)) (-674 (-220)) (-674 (-553)) (-674 (-553)) (-553))) (-15 -2272 ((-1017) (-553) (-553) (-553) (-674 (-553)) (-674 (-553)) (-674 (-553)) (-674 (-553)) (-111) (-220) (-111) (-674 (-553)) (-674 (-220)) (-553))) (-15 -4035 ((-1017) (-553) (-553) (-553) (-553) (-630 (-111)) (-674 (-220)) (-674 (-553)) (-674 (-553)) (-220) (-220) (-553))) (-15 -2481 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-553)) (-553))) (-15 -3329 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-553))) (-15 -3387 ((-1017) (-1137) (-1137) (-553) (-553) (-674 (-220)) (-553) (-674 (-220)) (-553) (-553) (-674 (-220)) (-553))) (-15 -2582 ((-1017) (-1137) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -1546 ((-1017) (-553) (-553) (-553) (-674 (-166 (-220))) (-553))) (-15 -4087 ((-1017) (-1137) (-1137) (-553) (-553) (-674 (-166 (-220))) (-553) (-674 (-166 (-220))) (-553) (-553) (-674 (-166 (-220))) (-553))) (-15 -2711 ((-1017) (-1137) (-553) (-553) (-553) (-553) (-674 (-166 (-220))) (-674 (-166 (-220))) (-553))))
+((-3224 (((-1017) (-553) (-553) (-553) (-553) (-553) (-111) (-553) (-111) (-553) (-674 (-166 (-220))) (-674 (-166 (-220))) (-553)) 65)) (-3578 (((-1017) (-553) (-553) (-553) (-553) (-553) (-111) (-553) (-111) (-553) (-674 (-220)) (-674 (-220)) (-553)) 60)) (-2899 (((-1017) (-553) (-553) (-220) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))) (-382)) 56) (((-1017) (-553) (-553) (-220) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) 55)) (-3134 (((-1017) (-553) (-553) (-553) (-220) (-111) (-553) (-674 (-220)) (-674 (-220)) (-553)) 37)) (-2476 (((-1017) (-553) (-553) (-220) (-220) (-553) (-553) (-674 (-220)) (-553)) 33)) (-2922 (((-1017) (-674 (-220)) (-553) (-674 (-220)) (-553) (-553) (-553) (-553) (-553)) 30)) (-2877 (((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553)) 29)) (-2094 (((-1017) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553)) 28)) (-1309 (((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553)) 27)) (-2970 (((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-553)) 26)) (-2907 (((-1017) (-553) (-553) (-674 (-220)) (-553)) 25)) (-2676 (((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553)) 24)) (-3381 (((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553)) 23)) (-3192 (((-1017) (-674 (-220)) (-553) (-553) (-553) (-553)) 22)) (-2218 (((-1017) (-553) (-553) (-674 (-220)) (-553)) 21)))
+(((-741) (-10 -7 (-15 -2218 ((-1017) (-553) (-553) (-674 (-220)) (-553))) (-15 -3192 ((-1017) (-674 (-220)) (-553) (-553) (-553) (-553))) (-15 -3381 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2676 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2907 ((-1017) (-553) (-553) (-674 (-220)) (-553))) (-15 -2970 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-553))) (-15 -1309 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2094 ((-1017) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2877 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2922 ((-1017) (-674 (-220)) (-553) (-674 (-220)) (-553) (-553) (-553) (-553) (-553))) (-15 -2476 ((-1017) (-553) (-553) (-220) (-220) (-553) (-553) (-674 (-220)) (-553))) (-15 -3134 ((-1017) (-553) (-553) (-553) (-220) (-111) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2899 ((-1017) (-553) (-553) (-220) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))))) (-15 -2899 ((-1017) (-553) (-553) (-220) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))) (-382))) (-15 -3578 ((-1017) (-553) (-553) (-553) (-553) (-553) (-111) (-553) (-111) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3224 ((-1017) (-553) (-553) (-553) (-553) (-553) (-111) (-553) (-111) (-553) (-674 (-166 (-220))) (-674 (-166 (-220))) (-553))))) (T -741))
+((-3224 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-111)) (-5 *5 (-674 (-166 (-220)))) (-5 *2 (-1017)) (-5 *1 (-741)))) (-3578 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *4 (-111)) (-5 *5 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2899 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) (-5 *8 (-382)) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2899 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT)))) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-741)))) (-3134 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-553)) (-5 *5 (-111)) (-5 *6 (-674 (-220))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2476 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2922 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2877 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2094 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-741)))) (-1309 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2970 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2907 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2676 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-741)))) (-3381 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-741)))) (-3192 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-741)))) (-2218 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-741)))))
+(-10 -7 (-15 -2218 ((-1017) (-553) (-553) (-674 (-220)) (-553))) (-15 -3192 ((-1017) (-674 (-220)) (-553) (-553) (-553) (-553))) (-15 -3381 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2676 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2907 ((-1017) (-553) (-553) (-674 (-220)) (-553))) (-15 -2970 ((-1017) (-553) (-553) (-553) (-553) (-674 (-220)) (-553))) (-15 -1309 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2094 ((-1017) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2877 ((-1017) (-553) (-553) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2922 ((-1017) (-674 (-220)) (-553) (-674 (-220)) (-553) (-553) (-553) (-553) (-553))) (-15 -2476 ((-1017) (-553) (-553) (-220) (-220) (-553) (-553) (-674 (-220)) (-553))) (-15 -3134 ((-1017) (-553) (-553) (-553) (-220) (-111) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -2899 ((-1017) (-553) (-553) (-220) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))))) (-15 -2899 ((-1017) (-553) (-553) (-220) (-553) (-553) (-553) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE))) (-382))) (-15 -3578 ((-1017) (-553) (-553) (-553) (-553) (-553) (-111) (-553) (-111) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3224 ((-1017) (-553) (-553) (-553) (-553) (-553) (-111) (-553) (-111) (-553) (-674 (-166 (-220))) (-674 (-166 (-220))) (-553))))
+((-2743 (((-1017) (-553) (-553) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD)))) 61)) (-2745 (((-1017) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-553)) (-553) (-674 (-220)) (-553) (-553) (-553) (-553)) 57)) (-2207 (((-1017) (-553) (-674 (-220)) (-111) (-220) (-553) (-553) (-553) (-553) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD))) (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE)))) 56)) (-3118 (((-1017) (-553) (-553) (-674 (-220)) (-553) (-674 (-553)) (-553) (-674 (-553)) (-674 (-220)) (-674 (-553)) (-674 (-553)) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-553)) 37)) (-3773 (((-1017) (-553) (-553) (-553) (-220) (-553) (-674 (-220)) (-674 (-220)) (-553)) 36)) (-3114 (((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553)) 33)) (-3502 (((-1017) (-553) (-674 (-220)) (-553) (-674 (-553)) (-674 (-553)) (-553) (-674 (-553)) (-674 (-220))) 32)) (-3157 (((-1017) (-674 (-220)) (-553) (-674 (-220)) (-553) (-553) (-553)) 28)) (-3813 (((-1017) (-553) (-674 (-220)) (-553) (-674 (-220)) (-553)) 27)) (-2809 (((-1017) (-553) (-674 (-220)) (-553) (-674 (-220)) (-553)) 26)) (-3792 (((-1017) (-553) (-674 (-166 (-220))) (-553) (-553) (-553) (-553) (-674 (-166 (-220))) (-553)) 22)))
+(((-742) (-10 -7 (-15 -3792 ((-1017) (-553) (-674 (-166 (-220))) (-553) (-553) (-553) (-553) (-674 (-166 (-220))) (-553))) (-15 -2809 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-220)) (-553))) (-15 -3813 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-220)) (-553))) (-15 -3157 ((-1017) (-674 (-220)) (-553) (-674 (-220)) (-553) (-553) (-553))) (-15 -3502 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-553)) (-674 (-553)) (-553) (-674 (-553)) (-674 (-220)))) (-15 -3114 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3773 ((-1017) (-553) (-553) (-553) (-220) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3118 ((-1017) (-553) (-553) (-674 (-220)) (-553) (-674 (-553)) (-553) (-674 (-553)) (-674 (-220)) (-674 (-553)) (-674 (-553)) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-553))) (-15 -2207 ((-1017) (-553) (-674 (-220)) (-111) (-220) (-553) (-553) (-553) (-553) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD))) (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE))))) (-15 -2745 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-553)) (-553) (-674 (-220)) (-553) (-553) (-553) (-553))) (-15 -2743 ((-1017) (-553) (-553) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD))))))) (T -742))
+((-2743 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD)))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-742)))) (-2745 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-742)))) (-2207 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-111)) (-5 *6 (-220)) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD)))) (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE)))) (-5 *2 (-1017)) (-5 *1 (-742)))) (-3118 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-742)))) (-3773 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-742)))) (-3114 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-742)))) (-3502 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-742)))) (-3157 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-742)))) (-3813 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-742)))) (-2809 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-742)))) (-3792 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-166 (-220)))) (-5 *2 (-1017)) (-5 *1 (-742)))))
+(-10 -7 (-15 -3792 ((-1017) (-553) (-674 (-166 (-220))) (-553) (-553) (-553) (-553) (-674 (-166 (-220))) (-553))) (-15 -2809 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-220)) (-553))) (-15 -3813 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-220)) (-553))) (-15 -3157 ((-1017) (-674 (-220)) (-553) (-674 (-220)) (-553) (-553) (-553))) (-15 -3502 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-553)) (-674 (-553)) (-553) (-674 (-553)) (-674 (-220)))) (-15 -3114 ((-1017) (-553) (-553) (-674 (-220)) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3773 ((-1017) (-553) (-553) (-553) (-220) (-553) (-674 (-220)) (-674 (-220)) (-553))) (-15 -3118 ((-1017) (-553) (-553) (-674 (-220)) (-553) (-674 (-553)) (-553) (-674 (-553)) (-674 (-220)) (-674 (-553)) (-674 (-553)) (-674 (-220)) (-674 (-220)) (-674 (-553)) (-553))) (-15 -2207 ((-1017) (-553) (-674 (-220)) (-111) (-220) (-553) (-553) (-553) (-553) (-220) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD))) (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE))))) (-15 -2745 ((-1017) (-553) (-674 (-220)) (-553) (-674 (-220)) (-674 (-553)) (-553) (-674 (-220)) (-553) (-553) (-553) (-553))) (-15 -2743 ((-1017) (-553) (-553) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-553) (-674 (-220)) (-553) (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD))))))
+((-3525 (((-1017) (-1137) (-553) (-553) (-674 (-220)) (-553) (-553) (-674 (-220))) 29)) (-3419 (((-1017) (-1137) (-553) (-553) (-674 (-220))) 28)) (-4119 (((-1017) (-1137) (-553) (-553) (-674 (-220)) (-553) (-674 (-553)) (-553) (-674 (-220))) 27)) (-2278 (((-1017) (-553) (-553) (-553) (-674 (-220))) 21)))
+(((-743) (-10 -7 (-15 -2278 ((-1017) (-553) (-553) (-553) (-674 (-220)))) (-15 -4119 ((-1017) (-1137) (-553) (-553) (-674 (-220)) (-553) (-674 (-553)) (-553) (-674 (-220)))) (-15 -3419 ((-1017) (-1137) (-553) (-553) (-674 (-220)))) (-15 -3525 ((-1017) (-1137) (-553) (-553) (-674 (-220)) (-553) (-553) (-674 (-220)))))) (T -743))
+((-3525 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-743)))) (-3419 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-743)))) (-4119 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1137)) (-5 *5 (-674 (-220))) (-5 *6 (-674 (-553))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-743)))) (-2278 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017)) (-5 *1 (-743)))))
+(-10 -7 (-15 -2278 ((-1017) (-553) (-553) (-553) (-674 (-220)))) (-15 -4119 ((-1017) (-1137) (-553) (-553) (-674 (-220)) (-553) (-674 (-553)) (-553) (-674 (-220)))) (-15 -3419 ((-1017) (-1137) (-553) (-553) (-674 (-220)))) (-15 -3525 ((-1017) (-1137) (-553) (-553) (-674 (-220)) (-553) (-553) (-674 (-220)))))
+((-1769 (((-1017) (-220) (-220) (-220) (-220) (-553)) 62)) (-2794 (((-1017) (-220) (-220) (-220) (-553)) 61)) (-3451 (((-1017) (-220) (-220) (-220) (-553)) 60)) (-1670 (((-1017) (-220) (-220) (-553)) 59)) (-2439 (((-1017) (-220) (-553)) 58)) (-3024 (((-1017) (-220) (-553)) 57)) (-1940 (((-1017) (-220) (-553)) 56)) (-4263 (((-1017) (-220) (-553)) 55)) (-3626 (((-1017) (-220) (-553)) 54)) (-4224 (((-1017) (-220) (-553)) 53)) (-3665 (((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553)) 52)) (-3945 (((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553)) 51)) (-3059 (((-1017) (-220) (-553)) 50)) (-2003 (((-1017) (-220) (-553)) 49)) (-1629 (((-1017) (-220) (-553)) 48)) (-2796 (((-1017) (-220) (-553)) 47)) (-2838 (((-1017) (-553) (-220) (-166 (-220)) (-553) (-1137) (-553)) 46)) (-1994 (((-1017) (-1137) (-166 (-220)) (-1137) (-553)) 45)) (-1985 (((-1017) (-1137) (-166 (-220)) (-1137) (-553)) 44)) (-1433 (((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553)) 43)) (-3148 (((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553)) 42)) (-3097 (((-1017) (-220) (-553)) 39)) (-3997 (((-1017) (-220) (-553)) 38)) (-1340 (((-1017) (-220) (-553)) 37)) (-1705 (((-1017) (-220) (-553)) 36)) (-3251 (((-1017) (-220) (-553)) 35)) (-1417 (((-1017) (-220) (-553)) 34)) (-4164 (((-1017) (-220) (-553)) 33)) (-1814 (((-1017) (-220) (-553)) 32)) (-2817 (((-1017) (-220) (-553)) 31)) (-2557 (((-1017) (-220) (-553)) 30)) (-2169 (((-1017) (-220) (-220) (-220) (-553)) 29)) (-1914 (((-1017) (-220) (-553)) 28)) (-3797 (((-1017) (-220) (-553)) 27)) (-1671 (((-1017) (-220) (-553)) 26)) (-4128 (((-1017) (-220) (-553)) 25)) (-4334 (((-1017) (-220) (-553)) 24)) (-1494 (((-1017) (-166 (-220)) (-553)) 21)))
+(((-744) (-10 -7 (-15 -1494 ((-1017) (-166 (-220)) (-553))) (-15 -4334 ((-1017) (-220) (-553))) (-15 -4128 ((-1017) (-220) (-553))) (-15 -1671 ((-1017) (-220) (-553))) (-15 -3797 ((-1017) (-220) (-553))) (-15 -1914 ((-1017) (-220) (-553))) (-15 -2169 ((-1017) (-220) (-220) (-220) (-553))) (-15 -2557 ((-1017) (-220) (-553))) (-15 -2817 ((-1017) (-220) (-553))) (-15 -1814 ((-1017) (-220) (-553))) (-15 -4164 ((-1017) (-220) (-553))) (-15 -1417 ((-1017) (-220) (-553))) (-15 -3251 ((-1017) (-220) (-553))) (-15 -1705 ((-1017) (-220) (-553))) (-15 -1340 ((-1017) (-220) (-553))) (-15 -3997 ((-1017) (-220) (-553))) (-15 -3097 ((-1017) (-220) (-553))) (-15 -3148 ((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -1433 ((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -1985 ((-1017) (-1137) (-166 (-220)) (-1137) (-553))) (-15 -1994 ((-1017) (-1137) (-166 (-220)) (-1137) (-553))) (-15 -2838 ((-1017) (-553) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -2796 ((-1017) (-220) (-553))) (-15 -1629 ((-1017) (-220) (-553))) (-15 -2003 ((-1017) (-220) (-553))) (-15 -3059 ((-1017) (-220) (-553))) (-15 -3945 ((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -3665 ((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -4224 ((-1017) (-220) (-553))) (-15 -3626 ((-1017) (-220) (-553))) (-15 -4263 ((-1017) (-220) (-553))) (-15 -1940 ((-1017) (-220) (-553))) (-15 -3024 ((-1017) (-220) (-553))) (-15 -2439 ((-1017) (-220) (-553))) (-15 -1670 ((-1017) (-220) (-220) (-553))) (-15 -3451 ((-1017) (-220) (-220) (-220) (-553))) (-15 -2794 ((-1017) (-220) (-220) (-220) (-553))) (-15 -1769 ((-1017) (-220) (-220) (-220) (-220) (-553))))) (T -744))
+((-1769 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-2794 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3451 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1670 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-2439 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3024 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1940 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-4263 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3626 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-4224 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3665 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *6 (-1137)) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3945 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *6 (-1137)) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3059 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-2003 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1629 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-2838 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-553)) (-5 *5 (-166 (-220))) (-5 *6 (-1137)) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1994 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1137)) (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1985 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1137)) (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1433 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *6 (-1137)) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3148 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *6 (-1137)) (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3097 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3997 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1340 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1705 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3251 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1417 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-4164 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1814 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-2817 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-2557 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-2169 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1914 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-3797 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1671 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-4128 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-4334 (*1 *2 *3 *4) (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))) (-1494 (*1 *2 *3 *4) (-12 (-5 *3 (-166 (-220))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(-10 -7 (-15 -1494 ((-1017) (-166 (-220)) (-553))) (-15 -4334 ((-1017) (-220) (-553))) (-15 -4128 ((-1017) (-220) (-553))) (-15 -1671 ((-1017) (-220) (-553))) (-15 -3797 ((-1017) (-220) (-553))) (-15 -1914 ((-1017) (-220) (-553))) (-15 -2169 ((-1017) (-220) (-220) (-220) (-553))) (-15 -2557 ((-1017) (-220) (-553))) (-15 -2817 ((-1017) (-220) (-553))) (-15 -1814 ((-1017) (-220) (-553))) (-15 -4164 ((-1017) (-220) (-553))) (-15 -1417 ((-1017) (-220) (-553))) (-15 -3251 ((-1017) (-220) (-553))) (-15 -1705 ((-1017) (-220) (-553))) (-15 -1340 ((-1017) (-220) (-553))) (-15 -3997 ((-1017) (-220) (-553))) (-15 -3097 ((-1017) (-220) (-553))) (-15 -3148 ((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -1433 ((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -1985 ((-1017) (-1137) (-166 (-220)) (-1137) (-553))) (-15 -1994 ((-1017) (-1137) (-166 (-220)) (-1137) (-553))) (-15 -2838 ((-1017) (-553) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -2796 ((-1017) (-220) (-553))) (-15 -1629 ((-1017) (-220) (-553))) (-15 -2003 ((-1017) (-220) (-553))) (-15 -3059 ((-1017) (-220) (-553))) (-15 -3945 ((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -3665 ((-1017) (-220) (-166 (-220)) (-553) (-1137) (-553))) (-15 -4224 ((-1017) (-220) (-553))) (-15 -3626 ((-1017) (-220) (-553))) (-15 -4263 ((-1017) (-220) (-553))) (-15 -1940 ((-1017) (-220) (-553))) (-15 -3024 ((-1017) (-220) (-553))) (-15 -2439 ((-1017) (-220) (-553))) (-15 -1670 ((-1017) (-220) (-220) (-553))) (-15 -3451 ((-1017) (-220) (-220) (-220) (-553))) (-15 -2794 ((-1017) (-220) (-220) (-220) (-553))) (-15 -1769 ((-1017) (-220) (-220) (-220) (-220) (-553))))
+((-2226 (((-1243)) 18)) (-2682 (((-1137)) 22)) (-3404 (((-1137)) 21)) (-1477 (((-1083) (-1155) (-674 (-553))) 37) (((-1083) (-1155) (-674 (-220))) 32)) (-1955 (((-111)) 16)) (-2413 (((-1137) (-1137)) 25)))
+(((-745) (-10 -7 (-15 -3404 ((-1137))) (-15 -2682 ((-1137))) (-15 -2413 ((-1137) (-1137))) (-15 -1477 ((-1083) (-1155) (-674 (-220)))) (-15 -1477 ((-1083) (-1155) (-674 (-553)))) (-15 -1955 ((-111))) (-15 -2226 ((-1243))))) (T -745))
+((-2226 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-745)))) (-1955 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-745)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-674 (-553))) (-5 *2 (-1083)) (-5 *1 (-745)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-674 (-220))) (-5 *2 (-1083)) (-5 *1 (-745)))) (-2413 (*1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-745)))) (-2682 (*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-745)))) (-3404 (*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-745)))))
+(-10 -7 (-15 -3404 ((-1137))) (-15 -2682 ((-1137))) (-15 -2413 ((-1137) (-1137))) (-15 -1477 ((-1083) (-1155) (-674 (-220)))) (-15 -1477 ((-1083) (-1155) (-674 (-553)))) (-15 -1955 ((-111))) (-15 -2226 ((-1243))))
+((-2931 (($ $ $) 10)) (-3195 (($ $ $ $) 9)) (-2483 (($ $ $) 12)))
+(((-746 |#1|) (-10 -8 (-15 -2483 (|#1| |#1| |#1|)) (-15 -2931 (|#1| |#1| |#1|)) (-15 -3195 (|#1| |#1| |#1| |#1|))) (-747)) (T -746))
+NIL
+(-10 -8 (-15 -2483 (|#1| |#1| |#1|)) (-15 -2931 (|#1| |#1| |#1|)) (-15 -3195 (|#1| |#1| |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1361 (($ $ (-903)) 28)) (-3620 (($ $ (-903)) 29)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2931 (($ $ $) 25)) (-3212 (((-845) $) 11)) (-3195 (($ $ $ $) 26)) (-2483 (($ $ $) 24)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 30)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 27)))
+(((-747) (-137)) (T -747))
+((-3195 (*1 *1 *1 *1 *1) (-4 *1 (-747))) (-2931 (*1 *1 *1 *1) (-4 *1 (-747))) (-2483 (*1 *1 *1 *1) (-4 *1 (-747))))
+(-13 (-21) (-706) (-10 -8 (-15 -3195 ($ $ $ $)) (-15 -2931 ($ $ $)) (-15 -2483 ($ $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-706) . T) ((-1079) . T))
+((-3212 (((-845) $) NIL) (($ (-553)) 10)))
+(((-748 |#1|) (-10 -8 (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|))) (-749)) (T -748))
+NIL
+(-10 -8 (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1788 (((-3 $ "failed") $) 40)) (-1361 (($ $ (-903)) 28) (($ $ (-757)) 35)) (-3889 (((-3 $ "failed") $) 38)) (-1434 (((-111) $) 34)) (-2971 (((-3 $ "failed") $) 39)) (-3620 (($ $ (-903)) 29) (($ $ (-757)) 36)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2931 (($ $ $) 25)) (-3212 (((-845) $) 11) (($ (-553)) 31)) (-1348 (((-757)) 32)) (-3195 (($ $ $ $) 26)) (-2483 (($ $ $) 24)) (-3296 (($) 18 T CONST)) (-3308 (($) 33 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 30) (($ $ (-757)) 37)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 27)))
+(((-749) (-137)) (T -749))
+((-1348 (*1 *2) (-12 (-4 *1 (-749)) (-5 *2 (-757)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-749)))))
+(-13 (-747) (-708) (-10 -8 (-15 -1348 ((-757))) (-15 -3212 ($ (-553)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-706) . T) ((-708) . T) ((-747) . T) ((-1079) . T))
+((-4026 (((-630 (-2 (|:| |outval| (-166 |#1|)) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 (-166 |#1|)))))) (-674 (-166 (-401 (-553)))) |#1|) 33)) (-1613 (((-630 (-166 |#1|)) (-674 (-166 (-401 (-553)))) |#1|) 23)) (-3636 (((-934 (-166 (-401 (-553)))) (-674 (-166 (-401 (-553)))) (-1155)) 20) (((-934 (-166 (-401 (-553)))) (-674 (-166 (-401 (-553))))) 19)))
+(((-750 |#1|) (-10 -7 (-15 -3636 ((-934 (-166 (-401 (-553)))) (-674 (-166 (-401 (-553)))))) (-15 -3636 ((-934 (-166 (-401 (-553)))) (-674 (-166 (-401 (-553)))) (-1155))) (-15 -1613 ((-630 (-166 |#1|)) (-674 (-166 (-401 (-553)))) |#1|)) (-15 -4026 ((-630 (-2 (|:| |outval| (-166 |#1|)) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 (-166 |#1|)))))) (-674 (-166 (-401 (-553)))) |#1|))) (-13 (-357) (-831))) (T -750))
+((-4026 (*1 *2 *3 *4) (-12 (-5 *3 (-674 (-166 (-401 (-553))))) (-5 *2 (-630 (-2 (|:| |outval| (-166 *4)) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 (-166 *4))))))) (-5 *1 (-750 *4)) (-4 *4 (-13 (-357) (-831))))) (-1613 (*1 *2 *3 *4) (-12 (-5 *3 (-674 (-166 (-401 (-553))))) (-5 *2 (-630 (-166 *4))) (-5 *1 (-750 *4)) (-4 *4 (-13 (-357) (-831))))) (-3636 (*1 *2 *3 *4) (-12 (-5 *3 (-674 (-166 (-401 (-553))))) (-5 *4 (-1155)) (-5 *2 (-934 (-166 (-401 (-553))))) (-5 *1 (-750 *5)) (-4 *5 (-13 (-357) (-831))))) (-3636 (*1 *2 *3) (-12 (-5 *3 (-674 (-166 (-401 (-553))))) (-5 *2 (-934 (-166 (-401 (-553))))) (-5 *1 (-750 *4)) (-4 *4 (-13 (-357) (-831))))))
+(-10 -7 (-15 -3636 ((-934 (-166 (-401 (-553)))) (-674 (-166 (-401 (-553)))))) (-15 -3636 ((-934 (-166 (-401 (-553)))) (-674 (-166 (-401 (-553)))) (-1155))) (-15 -1613 ((-630 (-166 |#1|)) (-674 (-166 (-401 (-553)))) |#1|)) (-15 -4026 ((-630 (-2 (|:| |outval| (-166 |#1|)) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 (-166 |#1|)))))) (-674 (-166 (-401 (-553)))) |#1|)))
+((-3365 (((-171 (-553)) |#1|) 25)))
+(((-751 |#1|) (-10 -7 (-15 -3365 ((-171 (-553)) |#1|))) (-398)) (T -751))
+((-3365 (*1 *2 *3) (-12 (-5 *2 (-171 (-553))) (-5 *1 (-751 *3)) (-4 *3 (-398)))))
+(-10 -7 (-15 -3365 ((-171 (-553)) |#1|)))
+((-4105 ((|#1| |#1| |#1|) 24)) (-1492 ((|#1| |#1| |#1|) 23)) (-2939 ((|#1| |#1| |#1|) 32)) (-2127 ((|#1| |#1| |#1|) 28)) (-2308 (((-3 |#1| "failed") |#1| |#1|) 27)) (-1635 (((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|) 22)))
+(((-752 |#1| |#2|) (-10 -7 (-15 -1635 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -1492 (|#1| |#1| |#1|)) (-15 -4105 (|#1| |#1| |#1|)) (-15 -2308 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2127 (|#1| |#1| |#1|)) (-15 -2939 (|#1| |#1| |#1|))) (-694 |#2|) (-357)) (T -752))
+((-2939 (*1 *2 *2 *2) (-12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3)))) (-2127 (*1 *2 *2 *2) (-12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3)))) (-2308 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3)))) (-4105 (*1 *2 *2 *2) (-12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3)))) (-1492 (*1 *2 *2 *2) (-12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3)))) (-1635 (*1 *2 *3 *3) (-12 (-4 *4 (-357)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-752 *3 *4)) (-4 *3 (-694 *4)))))
+(-10 -7 (-15 -1635 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -1492 (|#1| |#1| |#1|)) (-15 -4105 (|#1| |#1| |#1|)) (-15 -2308 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2127 (|#1| |#1| |#1|)) (-15 -2939 (|#1| |#1| |#1|)))
+((-2350 (((-1099) $ (-127)) 12)) (-1824 (((-1099) $ (-128)) 11)) (-2689 (((-1099) $ (-127)) 7)) (-3886 (((-1099) $) 8)) (-3550 (((-111) $) 14)) (-2511 (((-3 $ "failed") |#1| (-936)) 15)) (-3297 (($ $) 6)))
+(((-753 |#1|) (-137) (-1079)) (T -753))
+((-2511 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-936)) (-4 *1 (-753 *2)) (-4 *2 (-1079)))) (-3550 (*1 *2 *1) (-12 (-4 *1 (-753 *3)) (-4 *3 (-1079)) (-5 *2 (-111)))))
+(-13 (-565) (-10 -8 (-15 -2511 ((-3 $ "failed") |t#1| (-936))) (-15 -3550 ((-111) $))))
+(((-170) . T) ((-520) . T) ((-565) . T) ((-843) . T))
+((-3585 (((-2 (|:| -3428 (-674 (-553))) (|:| |basisDen| (-553)) (|:| |basisInv| (-674 (-553)))) (-553)) 59)) (-3405 (((-2 (|:| -3428 (-674 (-553))) (|:| |basisDen| (-553)) (|:| |basisInv| (-674 (-553))))) 57)) (-3488 (((-553)) 70)))
+(((-754 |#1| |#2|) (-10 -7 (-15 -3488 ((-553))) (-15 -3405 ((-2 (|:| -3428 (-674 (-553))) (|:| |basisDen| (-553)) (|:| |basisInv| (-674 (-553)))))) (-15 -3585 ((-2 (|:| -3428 (-674 (-553))) (|:| |basisDen| (-553)) (|:| |basisInv| (-674 (-553)))) (-553)))) (-1214 (-553)) (-403 (-553) |#1|)) (T -754))
+((-3585 (*1 *2 *3) (-12 (-5 *3 (-553)) (-4 *4 (-1214 *3)) (-5 *2 (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-674 *3)))) (-5 *1 (-754 *4 *5)) (-4 *5 (-403 *3 *4)))) (-3405 (*1 *2) (-12 (-4 *3 (-1214 (-553))) (-5 *2 (-2 (|:| -3428 (-674 (-553))) (|:| |basisDen| (-553)) (|:| |basisInv| (-674 (-553))))) (-5 *1 (-754 *3 *4)) (-4 *4 (-403 (-553) *3)))) (-3488 (*1 *2) (-12 (-4 *3 (-1214 *2)) (-5 *2 (-553)) (-5 *1 (-754 *3 *4)) (-4 *4 (-403 *2 *3)))))
+(-10 -7 (-15 -3488 ((-553))) (-15 -3405 ((-2 (|:| -3428 (-674 (-553))) (|:| |basisDen| (-553)) (|:| |basisInv| (-674 (-553)))))) (-15 -3585 ((-2 (|:| -3428 (-674 (-553))) (|:| |basisDen| (-553)) (|:| |basisInv| (-674 (-553)))) (-553))))
+((-3200 (((-111) $ $) NIL)) (-2831 (((-3 (|:| |nia| (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) $) 21)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 20) (($ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 13) (($ (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))) 18)) (-1614 (((-111) $ $) NIL)))
+(((-755) (-13 (-1079) (-10 -8 (-15 -3212 ($ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3212 ($ (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3212 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (-15 -3212 ((-845) $)) (-15 -2831 ((-3 (|:| |nia| (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) $))))) (T -755))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-755)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *1 (-755)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *1 (-755)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))) (-5 *1 (-755)))) (-2831 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))) (-5 *1 (-755)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ($ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3212 ($ (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3212 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (-15 -3212 ((-845) $)) (-15 -2831 ((-3 (|:| |nia| (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| |mdnia| (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) $))))
+((-1881 (((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|))) 18) (((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|)) (-630 (-1155))) 17)) (-2982 (((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|))) 20) (((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|)) (-630 (-1155))) 19)))
+(((-756 |#1|) (-10 -7 (-15 -1881 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|)) (-630 (-1155)))) (-15 -1881 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|)))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|)) (-630 (-1155)))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|))))) (-545)) (T -756))
+((-2982 (*1 *2 *3) (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *4)))))) (-5 *1 (-756 *4)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-630 (-1155))) (-4 *5 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *5)))))) (-5 *1 (-756 *5)))) (-1881 (*1 *2 *3) (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *4)))))) (-5 *1 (-756 *4)))) (-1881 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-630 (-1155))) (-4 *5 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *5)))))) (-5 *1 (-756 *5)))))
+(-10 -7 (-15 -1881 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|)) (-630 (-1155)))) (-15 -1881 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|)))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|)) (-630 (-1155)))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-934 |#1|)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1462 (($ $ $) 6)) (-4123 (((-3 $ "failed") $ $) 9)) (-1604 (($ $ (-553)) 7)) (-3203 (($) NIL T CONST)) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($ $) NIL)) (-3986 (($ $ $) NIL)) (-1434 (((-111) $) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2591 (($ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3212 (((-845) $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-757)) NIL) (($ $ (-903)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ $ $) NIL)))
+(((-757) (-13 (-779) (-712) (-10 -8 (-15 -3986 ($ $ $)) (-15 -4005 ($ $ $)) (-15 -2591 ($ $ $)) (-15 -4203 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -3968 ((-3 $ "failed") $ $)) (-15 -1604 ($ $ (-553))) (-15 -1333 ($ $)) (-6 (-4371 "*"))))) (T -757))
+((-3986 (*1 *1 *1 *1) (-5 *1 (-757))) (-4005 (*1 *1 *1 *1) (-5 *1 (-757))) (-2591 (*1 *1 *1 *1) (-5 *1 (-757))) (-4203 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4294 (-757)) (|:| -3300 (-757)))) (-5 *1 (-757)))) (-3968 (*1 *1 *1 *1) (|partial| -5 *1 (-757))) (-1604 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-757)))) (-1333 (*1 *1 *1) (-5 *1 (-757))))
+(-13 (-779) (-712) (-10 -8 (-15 -3986 ($ $ $)) (-15 -4005 ($ $ $)) (-15 -2591 ($ $ $)) (-15 -4203 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -3968 ((-3 $ "failed") $ $)) (-15 -1604 ($ $ (-553))) (-15 -1333 ($ $)) (-6 (-4371 "*"))))
+((-2982 (((-3 |#2| "failed") |#2| |#2| (-113) (-1155)) 35)))
+(((-758 |#1| |#2|) (-10 -7 (-15 -2982 ((-3 |#2| "failed") |#2| |#2| (-113) (-1155)))) (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)) (-13 (-29 |#1|) (-1177) (-941))) (T -758))
+((-2982 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-113)) (-5 *4 (-1155)) (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *1 (-758 *5 *2)) (-4 *2 (-13 (-29 *5) (-1177) (-941))))))
+(-10 -7 (-15 -2982 ((-3 |#2| "failed") |#2| |#2| (-113) (-1155))))
+((-3212 (((-760) |#1|) 8)))
+(((-759 |#1|) (-10 -7 (-15 -3212 ((-760) |#1|))) (-1192)) (T -759))
+((-3212 (*1 *2 *3) (-12 (-5 *2 (-760)) (-5 *1 (-759 *3)) (-4 *3 (-1192)))))
+(-10 -7 (-15 -3212 ((-760) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 7)) (-1614 (((-111) $ $) 9)))
+(((-760) (-1079)) (T -760))
+NIL
+(-1079)
+((-4233 ((|#2| |#4|) 35)))
+(((-761 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4233 (|#2| |#4|))) (-445) (-1214 |#1|) (-710 |#1| |#2|) (-1214 |#3|)) (T -761))
+((-4233 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-710 *4 *2)) (-4 *2 (-1214 *4)) (-5 *1 (-761 *4 *2 *5 *3)) (-4 *3 (-1214 *5)))))
+(-10 -7 (-15 -4233 (|#2| |#4|)))
+((-3889 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 56)) (-1863 (((-1243) (-1137) (-1137) |#4| |#5|) 33)) (-2401 ((|#4| |#4| |#5|) 73)) (-1812 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|) 77)) (-4171 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 16)))
+(((-762 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3889 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2401 (|#4| |#4| |#5|)) (-15 -1812 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1863 ((-1243) (-1137) (-1137) |#4| |#5|)) (-15 -4171 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|) (-1051 |#1| |#2| |#3| |#4|)) (T -762))
+((-4171 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-762 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-1863 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1137)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *4 (-1045 *6 *7 *8)) (-5 *2 (-1243)) (-5 *1 (-762 *6 *7 *8 *4 *5)) (-4 *5 (-1051 *6 *7 *8 *4)))) (-1812 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-762 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-2401 (*1 *2 *2 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *2 (-1045 *4 *5 *6)) (-5 *1 (-762 *4 *5 *6 *2 *3)) (-4 *3 (-1051 *4 *5 *6 *2)))) (-3889 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-762 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(-10 -7 (-15 -3889 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2401 (|#4| |#4| |#5|)) (-15 -1812 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1863 ((-1243) (-1137) (-1137) |#4| |#5|)) (-15 -4171 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)))
+((-1394 (((-3 (-1151 (-1151 |#1|)) "failed") |#4|) 43)) (-3560 (((-630 |#4|) |#4|) 15)) (-2541 ((|#4| |#4|) 11)))
+(((-763 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3560 ((-630 |#4|) |#4|)) (-15 -1394 ((-3 (-1151 (-1151 |#1|)) "failed") |#4|)) (-15 -2541 (|#4| |#4|))) (-343) (-323 |#1|) (-1214 |#2|) (-1214 |#3|) (-903)) (T -763))
+((-2541 (*1 *2 *2) (-12 (-4 *3 (-343)) (-4 *4 (-323 *3)) (-4 *5 (-1214 *4)) (-5 *1 (-763 *3 *4 *5 *2 *6)) (-4 *2 (-1214 *5)) (-14 *6 (-903)))) (-1394 (*1 *2 *3) (|partial| -12 (-4 *4 (-343)) (-4 *5 (-323 *4)) (-4 *6 (-1214 *5)) (-5 *2 (-1151 (-1151 *4))) (-5 *1 (-763 *4 *5 *6 *3 *7)) (-4 *3 (-1214 *6)) (-14 *7 (-903)))) (-3560 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *5 (-323 *4)) (-4 *6 (-1214 *5)) (-5 *2 (-630 *3)) (-5 *1 (-763 *4 *5 *6 *3 *7)) (-4 *3 (-1214 *6)) (-14 *7 (-903)))))
+(-10 -7 (-15 -3560 ((-630 |#4|) |#4|)) (-15 -1394 ((-3 (-1151 (-1151 |#1|)) "failed") |#4|)) (-15 -2541 (|#4| |#4|)))
+((-2989 (((-2 (|:| |deter| (-630 (-1151 |#5|))) (|:| |dterm| (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-630 |#1|)) (|:| |nlead| (-630 |#5|))) (-1151 |#5|) (-630 |#1|) (-630 |#5|)) 54)) (-1655 (((-630 (-757)) |#1|) 13)))
+(((-764 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2989 ((-2 (|:| |deter| (-630 (-1151 |#5|))) (|:| |dterm| (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-630 |#1|)) (|:| |nlead| (-630 |#5|))) (-1151 |#5|) (-630 |#1|) (-630 |#5|))) (-15 -1655 ((-630 (-757)) |#1|))) (-1214 |#4|) (-779) (-833) (-301) (-931 |#4| |#2| |#3|)) (T -764))
+((-1655 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301)) (-5 *2 (-630 (-757))) (-5 *1 (-764 *3 *4 *5 *6 *7)) (-4 *3 (-1214 *6)) (-4 *7 (-931 *6 *4 *5)))) (-2989 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1214 *9)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *9 (-301)) (-4 *10 (-931 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-630 (-1151 *10))) (|:| |dterm| (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| *10))))) (|:| |nfacts| (-630 *6)) (|:| |nlead| (-630 *10)))) (-5 *1 (-764 *6 *7 *8 *9 *10)) (-5 *3 (-1151 *10)) (-5 *4 (-630 *6)) (-5 *5 (-630 *10)))))
+(-10 -7 (-15 -2989 ((-2 (|:| |deter| (-630 (-1151 |#5|))) (|:| |dterm| (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-630 |#1|)) (|:| |nlead| (-630 |#5|))) (-1151 |#5|) (-630 |#1|) (-630 |#5|))) (-15 -1655 ((-630 (-757)) |#1|)))
+((-4027 (((-630 (-2 (|:| |outval| |#1|) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 |#1|))))) (-674 (-401 (-553))) |#1|) 31)) (-2943 (((-630 |#1|) (-674 (-401 (-553))) |#1|) 21)) (-3636 (((-934 (-401 (-553))) (-674 (-401 (-553))) (-1155)) 18) (((-934 (-401 (-553))) (-674 (-401 (-553)))) 17)))
+(((-765 |#1|) (-10 -7 (-15 -3636 ((-934 (-401 (-553))) (-674 (-401 (-553))))) (-15 -3636 ((-934 (-401 (-553))) (-674 (-401 (-553))) (-1155))) (-15 -2943 ((-630 |#1|) (-674 (-401 (-553))) |#1|)) (-15 -4027 ((-630 (-2 (|:| |outval| |#1|) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 |#1|))))) (-674 (-401 (-553))) |#1|))) (-13 (-357) (-831))) (T -765))
+((-4027 (*1 *2 *3 *4) (-12 (-5 *3 (-674 (-401 (-553)))) (-5 *2 (-630 (-2 (|:| |outval| *4) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 *4)))))) (-5 *1 (-765 *4)) (-4 *4 (-13 (-357) (-831))))) (-2943 (*1 *2 *3 *4) (-12 (-5 *3 (-674 (-401 (-553)))) (-5 *2 (-630 *4)) (-5 *1 (-765 *4)) (-4 *4 (-13 (-357) (-831))))) (-3636 (*1 *2 *3 *4) (-12 (-5 *3 (-674 (-401 (-553)))) (-5 *4 (-1155)) (-5 *2 (-934 (-401 (-553)))) (-5 *1 (-765 *5)) (-4 *5 (-13 (-357) (-831))))) (-3636 (*1 *2 *3) (-12 (-5 *3 (-674 (-401 (-553)))) (-5 *2 (-934 (-401 (-553)))) (-5 *1 (-765 *4)) (-4 *4 (-13 (-357) (-831))))))
+(-10 -7 (-15 -3636 ((-934 (-401 (-553))) (-674 (-401 (-553))))) (-15 -3636 ((-934 (-401 (-553))) (-674 (-401 (-553))) (-1155))) (-15 -2943 ((-630 |#1|) (-674 (-401 (-553))) |#1|)) (-15 -4027 ((-630 (-2 (|:| |outval| |#1|) (|:| |outmult| (-553)) (|:| |outvect| (-630 (-674 |#1|))))) (-674 (-401 (-553))) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 34)) (-3611 (((-630 |#2|) $) NIL)) (-3447 (((-1151 $) $ |#2|) NIL) (((-1151 |#1|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 |#2|)) NIL)) (-1784 (($ $) 28)) (-3853 (((-111) $ $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3248 (($ $ $) 93 (|has| |#1| (-545)))) (-4014 (((-630 $) $ $) 106 (|has| |#1| (-545)))) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3837 (($ $) NIL (|has| |#1| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-934 (-401 (-553)))) NIL (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#2| (-601 (-1155))))) (((-3 $ "failed") (-934 (-553))) NIL (-4028 (-12 (|has| |#1| (-38 (-553))) (|has| |#2| (-601 (-1155))) (-4106 (|has| |#1| (-38 (-401 (-553)))))) (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#2| (-601 (-1155)))))) (((-3 $ "failed") (-934 |#1|)) NIL (-4028 (-12 (|has| |#2| (-601 (-1155))) (-4106 (|has| |#1| (-38 (-401 (-553))))) (-4106 (|has| |#1| (-38 (-553))))) (-12 (|has| |#1| (-38 (-553))) (|has| |#2| (-601 (-1155))) (-4106 (|has| |#1| (-38 (-401 (-553))))) (-4106 (|has| |#1| (-538)))) (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#2| (-601 (-1155))) (-4106 (|has| |#1| (-974 (-553))))))) (((-3 (-1104 |#1| |#2|) "failed") $) 18)) (-2831 ((|#1| $) NIL) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) ((|#2| $) NIL) (($ (-934 (-401 (-553)))) NIL (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#2| (-601 (-1155))))) (($ (-934 (-553))) NIL (-4028 (-12 (|has| |#1| (-38 (-553))) (|has| |#2| (-601 (-1155))) (-4106 (|has| |#1| (-38 (-401 (-553)))))) (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#2| (-601 (-1155)))))) (($ (-934 |#1|)) NIL (-4028 (-12 (|has| |#2| (-601 (-1155))) (-4106 (|has| |#1| (-38 (-401 (-553))))) (-4106 (|has| |#1| (-38 (-553))))) (-12 (|has| |#1| (-38 (-553))) (|has| |#2| (-601 (-1155))) (-4106 (|has| |#1| (-38 (-401 (-553))))) (-4106 (|has| |#1| (-538)))) (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#2| (-601 (-1155))) (-4106 (|has| |#1| (-974 (-553))))))) (((-1104 |#1| |#2|) $) NIL)) (-2697 (($ $ $ |#2|) NIL (|has| |#1| (-169))) (($ $ $) 104 (|has| |#1| (-545)))) (-3765 (($ $) NIL) (($ $ |#2|) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-1410 (((-111) $ $) NIL) (((-111) $ (-630 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3228 (((-111) $) NIL)) (-1482 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 70)) (-1545 (($ $) 119 (|has| |#1| (-445)))) (-3766 (($ $) NIL (|has| |#1| (-445))) (($ $ |#2|) NIL (|has| |#1| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#1| (-891)))) (-1682 (($ $) NIL (|has| |#1| (-545)))) (-4236 (($ $) NIL (|has| |#1| (-545)))) (-3453 (($ $ $) 65) (($ $ $ |#2|) NIL)) (-1343 (($ $ $) 68) (($ $ $ |#2|) NIL)) (-1369 (($ $ |#1| (-524 |#2|) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| |#1| (-868 (-373))) (|has| |#2| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| |#1| (-868 (-553))) (|has| |#2| (-868 (-553)))))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-2928 (((-111) $ $) NIL) (((-111) $ (-630 $)) NIL)) (-2581 (($ $ $ $ $) 90 (|has| |#1| (-545)))) (-4051 ((|#2| $) 19)) (-3601 (($ (-1151 |#1|) |#2|) NIL) (($ (-1151 $) |#2|) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-524 |#2|)) NIL) (($ $ |#2| (-757)) 36) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-2537 (($ $ $) 60)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ |#2|) NIL)) (-3627 (((-111) $) NIL)) (-3264 (((-524 |#2|) $) NIL) (((-757) $ |#2|) NIL) (((-630 (-757)) $ (-630 |#2|)) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-4116 (((-757) $) 20)) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2364 (($ (-1 (-524 |#2|) (-524 |#2|)) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2903 (((-3 |#2| "failed") $) NIL)) (-4209 (($ $) NIL (|has| |#1| (-445)))) (-4330 (($ $) NIL (|has| |#1| (-445)))) (-1328 (((-630 $) $) NIL)) (-3507 (($ $) 37)) (-3462 (($ $) NIL (|has| |#1| (-445)))) (-2106 (((-630 $) $) 41)) (-3174 (($ $) 39)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL) (($ $ |#2|) 45)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-1312 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2281 (-757))) $ $) 82)) (-2567 (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $) 67) (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $ |#2|) NIL)) (-2633 (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -3300 $)) $ $) NIL) (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -3300 $)) $ $ |#2|) NIL)) (-4276 (($ $ $) 72) (($ $ $ |#2|) NIL)) (-3383 (($ $ $) 75) (($ $ $ |#2|) NIL)) (-4056 (((-1137) $) NIL)) (-3568 (($ $ $) 108 (|has| |#1| (-545)))) (-3668 (((-630 $) $) 30)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| |#2|) (|:| -3503 (-757))) "failed") $) NIL)) (-2546 (((-111) $ $) NIL) (((-111) $ (-630 $)) NIL)) (-2279 (($ $ $) NIL)) (-1979 (($ $) 21)) (-4202 (((-111) $ $) NIL)) (-2528 (((-111) $ $) NIL) (((-111) $ (-630 $)) NIL)) (-3239 (($ $ $) NIL)) (-2323 (($ $) 23)) (-2875 (((-1099) $) NIL)) (-3033 (((-2 (|:| -2591 $) (|:| |coef2| $)) $ $) 99 (|has| |#1| (-545)))) (-2238 (((-2 (|:| -2591 $) (|:| |coef1| $)) $ $) 96 (|has| |#1| (-545)))) (-3710 (((-111) $) 52)) (-3722 ((|#1| $) 55)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-445)))) (-2591 ((|#1| |#1| $) 116 (|has| |#1| (-445))) (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-891)))) (-3053 (((-2 (|:| -2591 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 102 (|has| |#1| (-545)))) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-545)))) (-2972 (($ $ |#1|) 112 (|has| |#1| (-545))) (($ $ $) NIL (|has| |#1| (-545)))) (-2700 (($ $ |#1|) 111 (|has| |#1| (-545))) (($ $ $) NIL (|has| |#1| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-630 |#2|) (-630 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-630 |#2|) (-630 $)) NIL)) (-3488 (($ $ |#2|) NIL (|has| |#1| (-169)))) (-3095 (($ $ |#2|) NIL) (($ $ (-630 |#2|)) NIL) (($ $ |#2| (-757)) NIL) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-2672 (((-524 |#2|) $) NIL) (((-757) $ |#2|) 43) (((-630 (-757)) $ (-630 |#2|)) NIL)) (-2661 (($ $) NIL)) (-3843 (($ $) 33)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| |#1| (-601 (-874 (-373)))) (|has| |#2| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| |#1| (-601 (-874 (-553)))) (|has| |#2| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| |#1| (-601 (-529))) (|has| |#2| (-601 (-529))))) (($ (-934 (-401 (-553)))) NIL (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#2| (-601 (-1155))))) (($ (-934 (-553))) NIL (-4028 (-12 (|has| |#1| (-38 (-553))) (|has| |#2| (-601 (-1155))) (-4106 (|has| |#1| (-38 (-401 (-553)))))) (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#2| (-601 (-1155)))))) (($ (-934 |#1|)) NIL (|has| |#2| (-601 (-1155)))) (((-1137) $) NIL (-12 (|has| |#1| (-1020 (-553))) (|has| |#2| (-601 (-1155))))) (((-934 |#1|) $) NIL (|has| |#2| (-601 (-1155))))) (-3998 ((|#1| $) 115 (|has| |#1| (-445))) (($ $ |#2|) NIL (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-934 |#1|) $) NIL (|has| |#2| (-601 (-1155)))) (((-1104 |#1| |#2|) $) 15) (($ (-1104 |#1| |#2|)) 16) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-524 |#2|)) NIL) (($ $ |#2| (-757)) 44) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#1| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) 13 T CONST)) (-3301 (((-3 (-111) "failed") $ $) NIL)) (-3308 (($) 35 T CONST)) (-3373 (($ $ $ $ (-757)) 88 (|has| |#1| (-545)))) (-3335 (($ $ $ (-757)) 87 (|has| |#1| (-545)))) (-1766 (($ $ |#2|) NIL) (($ $ (-630 |#2|)) NIL) (($ $ |#2| (-757)) NIL) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) 54)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) 64)) (-1699 (($ $ $) 74)) (** (($ $ (-903)) NIL) (($ $ (-757)) 61)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 59) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 58) (($ $ |#1|) NIL)))
+(((-766 |#1| |#2|) (-13 (-1045 |#1| (-524 |#2|) |#2|) (-600 (-1104 |#1| |#2|)) (-1020 (-1104 |#1| |#2|))) (-1031) (-833)) (T -766))
+NIL
+(-13 (-1045 |#1| (-524 |#2|) |#2|) (-600 (-1104 |#1| |#2|)) (-1020 (-1104 |#1| |#2|)))
+((-1478 (((-768 |#2|) (-1 |#2| |#1|) (-768 |#1|)) 13)))
+(((-767 |#1| |#2|) (-10 -7 (-15 -1478 ((-768 |#2|) (-1 |#2| |#1|) (-768 |#1|)))) (-1031) (-1031)) (T -767))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-768 *5)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-5 *2 (-768 *6)) (-5 *1 (-767 *5 *6)))))
+(-10 -7 (-15 -1478 ((-768 |#2|) (-1 |#2| |#1|) (-768 |#1|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 12)) (-4238 (((-1238 |#1|) $ (-757)) NIL)) (-3611 (((-630 (-1061)) $) NIL)) (-2345 (($ (-1151 |#1|)) NIL)) (-3447 (((-1151 $) $ (-1061)) NIL) (((-1151 |#1|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-1061))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3851 (((-630 $) $ $) 39 (|has| |#1| (-545)))) (-3248 (($ $ $) 35 (|has| |#1| (-545)))) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3837 (($ $) NIL (|has| |#1| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-3106 (($ $ (-757)) NIL)) (-2024 (($ $ (-757)) NIL)) (-4049 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-445)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-1061) "failed") $) NIL) (((-3 (-1151 |#1|) "failed") $) 10)) (-2831 ((|#1| $) NIL) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-1061) $) NIL) (((-1151 |#1|) $) NIL)) (-2697 (($ $ $ (-1061)) NIL (|has| |#1| (-169))) ((|#1| $ $) 43 (|has| |#1| (-169)))) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3298 (($ $ $) NIL)) (-1514 (($ $ $) 71 (|has| |#1| (-545)))) (-1482 (((-2 (|:| -4157 |#1|) (|:| -4294 $) (|:| -3300 $)) $ $) 70 (|has| |#1| (-545)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL (|has| |#1| (-445))) (($ $ (-1061)) NIL (|has| |#1| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#1| (-891)))) (-1369 (($ $ |#1| (-757) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-1061) (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-1061) (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-2592 (((-757) $ $) NIL (|has| |#1| (-545)))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-1130)))) (-3601 (($ (-1151 |#1|) (-1061)) NIL) (($ (-1151 $) (-1061)) NIL)) (-2055 (($ $ (-757)) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-757)) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-2537 (($ $ $) 20)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-1061)) NIL) (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3264 (((-757) $) NIL) (((-757) $ (-1061)) NIL) (((-630 (-757)) $ (-630 (-1061))) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2364 (($ (-1 (-757) (-757)) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2960 (((-1151 |#1|) $) NIL)) (-2903 (((-3 (-1061) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-1312 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2281 (-757))) $ $) 26)) (-3151 (($ $ $) 29)) (-1765 (($ $ $) 32)) (-2567 (((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $) 31)) (-4056 (((-1137) $) NIL)) (-3568 (($ $ $) 41 (|has| |#1| (-545)))) (-4288 (((-2 (|:| -4294 $) (|:| -3300 $)) $ (-757)) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-1061)) (|:| -3503 (-757))) "failed") $) NIL)) (-1619 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1979 (($) NIL (|has| |#1| (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-3033 (((-2 (|:| -2591 $) (|:| |coef2| $)) $ $) 67 (|has| |#1| (-545)))) (-2238 (((-2 (|:| -2591 $) (|:| |coef1| $)) $ $) 63 (|has| |#1| (-545)))) (-3646 (((-2 (|:| -2697 |#1|) (|:| |coef2| $)) $ $) 55 (|has| |#1| (-545)))) (-2694 (((-2 (|:| -2697 |#1|) (|:| |coef1| $)) $ $) 51 (|has| |#1| (-545)))) (-3710 (((-111) $) 13)) (-3722 ((|#1| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-3058 (($ $ (-757) |#1| $) 19)) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-891)))) (-3053 (((-2 (|:| -2591 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 59 (|has| |#1| (-545)))) (-3279 (((-2 (|:| -2697 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 47 (|has| |#1| (-545)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-1061) |#1|) NIL) (($ $ (-630 (-1061)) (-630 |#1|)) NIL) (($ $ (-1061) $) NIL) (($ $ (-630 (-1061)) (-630 $)) NIL)) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-401 $) (-401 $) (-401 $)) NIL (|has| |#1| (-545))) ((|#1| (-401 $) |#1|) NIL (|has| |#1| (-357))) (((-401 $) $ (-401 $)) NIL (|has| |#1| (-545)))) (-2271 (((-3 $ "failed") $ (-757)) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3488 (($ $ (-1061)) NIL (|has| |#1| (-169))) ((|#1| $) NIL (|has| |#1| (-169)))) (-3095 (($ $ (-1061)) NIL) (($ $ (-630 (-1061))) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL) (($ $ (-757)) NIL) (($ $) NIL) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-2672 (((-757) $) NIL) (((-757) $ (-1061)) NIL) (((-630 (-757)) $ (-630 (-1061))) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-1061) (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-1061) (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-1061) (-601 (-529))) (|has| |#1| (-601 (-529)))))) (-3998 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-1061)) NIL (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-1846 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545))) (((-3 (-401 $) "failed") (-401 $) $) NIL (|has| |#1| (-545)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL) (($ (-1061)) NIL) (((-1151 |#1|) $) 7) (($ (-1151 |#1|)) 8) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-757)) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#1| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) 21 T CONST)) (-3308 (($) 24 T CONST)) (-1766 (($ $ (-1061)) NIL) (($ $ (-630 (-1061))) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL) (($ $ (-757)) NIL) (($ $) NIL) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) 28) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 23) (($ $ |#1|) NIL)))
+(((-768 |#1|) (-13 (-1214 |#1|) (-600 (-1151 |#1|)) (-1020 (-1151 |#1|)) (-10 -8 (-15 -3058 ($ $ (-757) |#1| $)) (-15 -2537 ($ $ $)) (-15 -1312 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2281 (-757))) $ $)) (-15 -3151 ($ $ $)) (-15 -2567 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -1765 ($ $ $)) (IF (|has| |#1| (-545)) (PROGN (-15 -3851 ((-630 $) $ $)) (-15 -3568 ($ $ $)) (-15 -3053 ((-2 (|:| -2591 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2238 ((-2 (|:| -2591 $) (|:| |coef1| $)) $ $)) (-15 -3033 ((-2 (|:| -2591 $) (|:| |coef2| $)) $ $)) (-15 -3279 ((-2 (|:| -2697 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2694 ((-2 (|:| -2697 |#1|) (|:| |coef1| $)) $ $)) (-15 -3646 ((-2 (|:| -2697 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-1031)) (T -768))
+((-3058 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-757)) (-5 *1 (-768 *3)) (-4 *3 (-1031)))) (-2537 (*1 *1 *1 *1) (-12 (-5 *1 (-768 *2)) (-4 *2 (-1031)))) (-1312 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-768 *3)) (|:| |polden| *3) (|:| -2281 (-757)))) (-5 *1 (-768 *3)) (-4 *3 (-1031)))) (-3151 (*1 *1 *1 *1) (-12 (-5 *1 (-768 *2)) (-4 *2 (-1031)))) (-2567 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -4157 *3) (|:| |gap| (-757)) (|:| -4294 (-768 *3)) (|:| -3300 (-768 *3)))) (-5 *1 (-768 *3)) (-4 *3 (-1031)))) (-1765 (*1 *1 *1 *1) (-12 (-5 *1 (-768 *2)) (-4 *2 (-1031)))) (-3851 (*1 *2 *1 *1) (-12 (-5 *2 (-630 (-768 *3))) (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))) (-3568 (*1 *1 *1 *1) (-12 (-5 *1 (-768 *2)) (-4 *2 (-545)) (-4 *2 (-1031)))) (-3053 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2591 (-768 *3)) (|:| |coef1| (-768 *3)) (|:| |coef2| (-768 *3)))) (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))) (-2238 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2591 (-768 *3)) (|:| |coef1| (-768 *3)))) (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))) (-3033 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2591 (-768 *3)) (|:| |coef2| (-768 *3)))) (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))) (-3279 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2697 *3) (|:| |coef1| (-768 *3)) (|:| |coef2| (-768 *3)))) (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))) (-2694 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2697 *3) (|:| |coef1| (-768 *3)))) (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))) (-3646 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2697 *3) (|:| |coef2| (-768 *3)))) (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))))
+(-13 (-1214 |#1|) (-600 (-1151 |#1|)) (-1020 (-1151 |#1|)) (-10 -8 (-15 -3058 ($ $ (-757) |#1| $)) (-15 -2537 ($ $ $)) (-15 -1312 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2281 (-757))) $ $)) (-15 -3151 ($ $ $)) (-15 -2567 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -1765 ($ $ $)) (IF (|has| |#1| (-545)) (PROGN (-15 -3851 ((-630 $) $ $)) (-15 -3568 ($ $ $)) (-15 -3053 ((-2 (|:| -2591 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2238 ((-2 (|:| -2591 $) (|:| |coef1| $)) $ $)) (-15 -3033 ((-2 (|:| -2591 $) (|:| |coef2| $)) $ $)) (-15 -3279 ((-2 (|:| -2697 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2694 ((-2 (|:| -2697 |#1|) (|:| |coef1| $)) $ $)) (-15 -3646 ((-2 (|:| -2697 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
+((-2292 ((|#1| (-757) |#1|) 32 (|has| |#1| (-38 (-401 (-553)))))) (-3014 ((|#1| (-757) |#1|) 22)) (-3051 ((|#1| (-757) |#1|) 34 (|has| |#1| (-38 (-401 (-553)))))))
+(((-769 |#1|) (-10 -7 (-15 -3014 (|#1| (-757) |#1|)) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -3051 (|#1| (-757) |#1|)) (-15 -2292 (|#1| (-757) |#1|))) |%noBranch|)) (-169)) (T -769))
+((-2292 (*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-769 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-169)))) (-3051 (*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-769 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-169)))) (-3014 (*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-769 *2)) (-4 *2 (-169)))))
+(-10 -7 (-15 -3014 (|#1| (-757) |#1|)) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -3051 (|#1| (-757) |#1|)) (-15 -2292 (|#1| (-757) |#1|))) |%noBranch|))
+((-3200 (((-111) $ $) 7)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |#4|)))) (-630 |#4|)) 85)) (-3240 (((-630 $) (-630 |#4|)) 86) (((-630 $) (-630 |#4|) (-111)) 111)) (-3611 (((-630 |#3|) $) 33)) (-2484 (((-111) $) 26)) (-2518 (((-111) $) 17 (|has| |#1| (-545)))) (-1305 (((-111) |#4| $) 101) (((-111) $) 97)) (-1637 ((|#4| |#4| $) 92)) (-3837 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 126)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) 27)) (-2549 (((-111) $ (-757)) 44)) (-3953 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4369))) (((-3 |#4| "failed") $ |#3|) 79)) (-3203 (($) 45 T CONST)) (-1579 (((-111) $) 22 (|has| |#1| (-545)))) (-3199 (((-111) $ $) 24 (|has| |#1| (-545)))) (-2763 (((-111) $ $) 23 (|has| |#1| (-545)))) (-3271 (((-111) $) 25 (|has| |#1| (-545)))) (-3227 (((-630 |#4|) (-630 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-1931 (((-630 |#4|) (-630 |#4|) $) 18 (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) 19 (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) 36)) (-2831 (($ (-630 |#4|)) 35)) (-2714 (((-3 $ "failed") $) 82)) (-2250 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#4| $) 67 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-545)))) (-1410 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-3899 ((|#4| |#4| $) 87)) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4369))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-2920 (((-2 (|:| -2570 (-630 |#4|)) (|:| -3089 (-630 |#4|))) $) 105)) (-2561 (((-111) |#4| $) 136)) (-4298 (((-111) |#4| $) 133)) (-2152 (((-111) |#4| $) 137) (((-111) $) 134)) (-3136 (((-630 |#4|) $) 52 (|has| $ (-6 -4369)))) (-2928 (((-111) |#4| $) 104) (((-111) $) 103)) (-4051 ((|#3| $) 34)) (-3625 (((-111) $ (-757)) 43)) (-2447 (((-630 |#4|) $) 53 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 47)) (-1345 (((-630 |#3|) $) 32)) (-1426 (((-111) |#3| $) 31)) (-3711 (((-111) $ (-757)) 42)) (-4056 (((-1137) $) 9)) (-2041 (((-3 |#4| (-630 $)) |#4| |#4| $) 128)) (-3568 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 127)) (-2679 (((-3 |#4| "failed") $) 83)) (-4302 (((-630 $) |#4| $) 129)) (-2742 (((-3 (-111) (-630 $)) |#4| $) 132)) (-2605 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 131) (((-111) |#4| $) 130)) (-4115 (((-630 $) |#4| $) 125) (((-630 $) (-630 |#4|) $) 124) (((-630 $) (-630 |#4|) (-630 $)) 123) (((-630 $) |#4| (-630 $)) 122)) (-4196 (($ |#4| $) 117) (($ (-630 |#4|) $) 116)) (-2312 (((-630 |#4|) $) 107)) (-2546 (((-111) |#4| $) 99) (((-111) $) 95)) (-2279 ((|#4| |#4| $) 90)) (-4202 (((-111) $ $) 110)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-545)))) (-2528 (((-111) |#4| $) 100) (((-111) $) 96)) (-3239 ((|#4| |#4| $) 91)) (-2875 (((-1099) $) 10)) (-2701 (((-3 |#4| "failed") $) 84)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-2968 (((-3 $ "failed") $ |#4|) 78)) (-2370 (($ $ |#4|) 77) (((-630 $) |#4| $) 115) (((-630 $) |#4| (-630 $)) 114) (((-630 $) (-630 |#4|) $) 113) (((-630 $) (-630 |#4|) (-630 $)) 112)) (-1563 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) 38)) (-3437 (((-111) $) 41)) (-1422 (($) 40)) (-2672 (((-757) $) 106)) (-2885 (((-757) |#4| $) 54 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4369)))) (-1488 (($ $) 39)) (-1523 (((-529) $) 69 (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) 60)) (-2739 (($ $ |#3|) 28)) (-2167 (($ $ |#3|) 30)) (-3082 (($ $) 88)) (-3777 (($ $ |#3|) 29)) (-3212 (((-845) $) 11) (((-630 |#4|) $) 37)) (-3775 (((-757) $) 76 (|has| |#3| (-362)))) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-1357 (((-111) $ (-1 (-111) |#4| (-630 |#4|))) 98)) (-2767 (((-630 $) |#4| $) 121) (((-630 $) |#4| (-630 $)) 120) (((-630 $) (-630 |#4|) $) 119) (((-630 $) (-630 |#4|) (-630 $)) 118)) (-1798 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4369)))) (-1660 (((-630 |#3|) $) 81)) (-3144 (((-111) |#4| $) 135)) (-1758 (((-111) |#3| $) 80)) (-1614 (((-111) $ $) 6)) (-2656 (((-757) $) 46 (|has| $ (-6 -4369)))))
+(((-770 |#1| |#2| |#3| |#4|) (-137) (-445) (-779) (-833) (-1045 |t#1| |t#2| |t#3|)) (T -770))
+NIL
+(-13 (-1051 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-101) . T) ((-600 (-630 |#4|)) . T) ((-600 (-845)) . T) ((-148 |#4|) . T) ((-601 (-529)) |has| |#4| (-601 (-529))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-482 |#4|) . T) ((-507 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-958 |#1| |#2| |#3| |#4|) . T) ((-1051 |#1| |#2| |#3| |#4|) . T) ((-1079) . T) ((-1185 |#1| |#2| |#3| |#4|) . T) ((-1192) . T))
+((-4264 (((-3 (-373) "failed") (-310 |#1|) (-903)) 62 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-3 (-373) "failed") (-310 |#1|)) 54 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-3 (-373) "failed") (-401 (-934 |#1|)) (-903)) 41 (|has| |#1| (-545))) (((-3 (-373) "failed") (-401 (-934 |#1|))) 40 (|has| |#1| (-545))) (((-3 (-373) "failed") (-934 |#1|) (-903)) 31 (|has| |#1| (-1031))) (((-3 (-373) "failed") (-934 |#1|)) 30 (|has| |#1| (-1031)))) (-3717 (((-373) (-310 |#1|) (-903)) 99 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-373) (-310 |#1|)) 94 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-373) (-401 (-934 |#1|)) (-903)) 91 (|has| |#1| (-545))) (((-373) (-401 (-934 |#1|))) 90 (|has| |#1| (-545))) (((-373) (-934 |#1|) (-903)) 86 (|has| |#1| (-1031))) (((-373) (-934 |#1|)) 85 (|has| |#1| (-1031))) (((-373) |#1| (-903)) 76) (((-373) |#1|) 22)) (-1425 (((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)) (-903)) 71 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-3 (-166 (-373)) "failed") (-310 (-166 |#1|))) 70 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-3 (-166 (-373)) "failed") (-310 |#1|) (-903)) 63 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-3 (-166 (-373)) "failed") (-310 |#1|)) 61 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-3 (-166 (-373)) "failed") (-401 (-934 (-166 |#1|))) (-903)) 46 (|has| |#1| (-545))) (((-3 (-166 (-373)) "failed") (-401 (-934 (-166 |#1|)))) 45 (|has| |#1| (-545))) (((-3 (-166 (-373)) "failed") (-401 (-934 |#1|)) (-903)) 39 (|has| |#1| (-545))) (((-3 (-166 (-373)) "failed") (-401 (-934 |#1|))) 38 (|has| |#1| (-545))) (((-3 (-166 (-373)) "failed") (-934 |#1|) (-903)) 28 (|has| |#1| (-1031))) (((-3 (-166 (-373)) "failed") (-934 |#1|)) 26 (|has| |#1| (-1031))) (((-3 (-166 (-373)) "failed") (-934 (-166 |#1|)) (-903)) 18 (|has| |#1| (-169))) (((-3 (-166 (-373)) "failed") (-934 (-166 |#1|))) 15 (|has| |#1| (-169)))) (-3412 (((-166 (-373)) (-310 (-166 |#1|)) (-903)) 102 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-166 (-373)) (-310 (-166 |#1|))) 101 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-166 (-373)) (-310 |#1|) (-903)) 100 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-166 (-373)) (-310 |#1|)) 98 (-12 (|has| |#1| (-545)) (|has| |#1| (-833)))) (((-166 (-373)) (-401 (-934 (-166 |#1|))) (-903)) 93 (|has| |#1| (-545))) (((-166 (-373)) (-401 (-934 (-166 |#1|)))) 92 (|has| |#1| (-545))) (((-166 (-373)) (-401 (-934 |#1|)) (-903)) 89 (|has| |#1| (-545))) (((-166 (-373)) (-401 (-934 |#1|))) 88 (|has| |#1| (-545))) (((-166 (-373)) (-934 |#1|) (-903)) 84 (|has| |#1| (-1031))) (((-166 (-373)) (-934 |#1|)) 83 (|has| |#1| (-1031))) (((-166 (-373)) (-934 (-166 |#1|)) (-903)) 78 (|has| |#1| (-169))) (((-166 (-373)) (-934 (-166 |#1|))) 77 (|has| |#1| (-169))) (((-166 (-373)) (-166 |#1|) (-903)) 80 (|has| |#1| (-169))) (((-166 (-373)) (-166 |#1|)) 79 (|has| |#1| (-169))) (((-166 (-373)) |#1| (-903)) 27) (((-166 (-373)) |#1|) 25)))
+(((-771 |#1|) (-10 -7 (-15 -3717 ((-373) |#1|)) (-15 -3717 ((-373) |#1| (-903))) (-15 -3412 ((-166 (-373)) |#1|)) (-15 -3412 ((-166 (-373)) |#1| (-903))) (IF (|has| |#1| (-169)) (PROGN (-15 -3412 ((-166 (-373)) (-166 |#1|))) (-15 -3412 ((-166 (-373)) (-166 |#1|) (-903))) (-15 -3412 ((-166 (-373)) (-934 (-166 |#1|)))) (-15 -3412 ((-166 (-373)) (-934 (-166 |#1|)) (-903)))) |%noBranch|) (IF (|has| |#1| (-1031)) (PROGN (-15 -3717 ((-373) (-934 |#1|))) (-15 -3717 ((-373) (-934 |#1|) (-903))) (-15 -3412 ((-166 (-373)) (-934 |#1|))) (-15 -3412 ((-166 (-373)) (-934 |#1|) (-903)))) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -3717 ((-373) (-401 (-934 |#1|)))) (-15 -3717 ((-373) (-401 (-934 |#1|)) (-903))) (-15 -3412 ((-166 (-373)) (-401 (-934 |#1|)))) (-15 -3412 ((-166 (-373)) (-401 (-934 |#1|)) (-903))) (-15 -3412 ((-166 (-373)) (-401 (-934 (-166 |#1|))))) (-15 -3412 ((-166 (-373)) (-401 (-934 (-166 |#1|))) (-903))) (IF (|has| |#1| (-833)) (PROGN (-15 -3717 ((-373) (-310 |#1|))) (-15 -3717 ((-373) (-310 |#1|) (-903))) (-15 -3412 ((-166 (-373)) (-310 |#1|))) (-15 -3412 ((-166 (-373)) (-310 |#1|) (-903))) (-15 -3412 ((-166 (-373)) (-310 (-166 |#1|)))) (-15 -3412 ((-166 (-373)) (-310 (-166 |#1|)) (-903)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-15 -1425 ((-3 (-166 (-373)) "failed") (-934 (-166 |#1|)))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-934 (-166 |#1|)) (-903)))) |%noBranch|) (IF (|has| |#1| (-1031)) (PROGN (-15 -4264 ((-3 (-373) "failed") (-934 |#1|))) (-15 -4264 ((-3 (-373) "failed") (-934 |#1|) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-934 |#1|))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-934 |#1|) (-903)))) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -4264 ((-3 (-373) "failed") (-401 (-934 |#1|)))) (-15 -4264 ((-3 (-373) "failed") (-401 (-934 |#1|)) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-401 (-934 |#1|)))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-401 (-934 |#1|)) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-401 (-934 (-166 |#1|))))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-401 (-934 (-166 |#1|))) (-903))) (IF (|has| |#1| (-833)) (PROGN (-15 -4264 ((-3 (-373) "failed") (-310 |#1|))) (-15 -4264 ((-3 (-373) "failed") (-310 |#1|) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-310 |#1|))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-310 |#1|) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)) (-903)))) |%noBranch|)) |%noBranch|)) (-601 (-373))) (T -771))
+((-1425 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-310 (-166 *5))) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-833)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-1425 (*1 *2 *3) (|partial| -12 (-5 *3 (-310 (-166 *4))) (-4 *4 (-545)) (-4 *4 (-833)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-1425 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-310 *5)) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-833)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-1425 (*1 *2 *3) (|partial| -12 (-5 *3 (-310 *4)) (-4 *4 (-545)) (-4 *4 (-833)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-4264 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-310 *5)) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-833)) (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5)))) (-4264 (*1 *2 *3) (|partial| -12 (-5 *3 (-310 *4)) (-4 *4 (-545)) (-4 *4 (-833)) (-4 *4 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *4)))) (-1425 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-401 (-934 (-166 *5)))) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-1425 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-934 (-166 *4)))) (-4 *4 (-545)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-1425 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-1425 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-4264 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5)))) (-4264 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545)) (-4 *4 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *4)))) (-1425 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-934 *5)) (-5 *4 (-903)) (-4 *5 (-1031)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-1425 (*1 *2 *3) (|partial| -12 (-5 *3 (-934 *4)) (-4 *4 (-1031)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-4264 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-934 *5)) (-5 *4 (-903)) (-4 *5 (-1031)) (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5)))) (-4264 (*1 *2 *3) (|partial| -12 (-5 *3 (-934 *4)) (-4 *4 (-1031)) (-4 *4 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *4)))) (-1425 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-934 (-166 *5))) (-5 *4 (-903)) (-4 *5 (-169)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-1425 (*1 *2 *3) (|partial| -12 (-5 *3 (-934 (-166 *4))) (-4 *4 (-169)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-3412 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-166 *5))) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-833)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-3412 (*1 *2 *3) (-12 (-5 *3 (-310 (-166 *4))) (-4 *4 (-545)) (-4 *4 (-833)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-3412 (*1 *2 *3 *4) (-12 (-5 *3 (-310 *5)) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-833)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-3412 (*1 *2 *3) (-12 (-5 *3 (-310 *4)) (-4 *4 (-545)) (-4 *4 (-833)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-3717 (*1 *2 *3 *4) (-12 (-5 *3 (-310 *5)) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-833)) (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5)))) (-3717 (*1 *2 *3) (-12 (-5 *3 (-310 *4)) (-4 *4 (-545)) (-4 *4 (-833)) (-4 *4 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *4)))) (-3412 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 (-166 *5)))) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-3412 (*1 *2 *3) (-12 (-5 *3 (-401 (-934 (-166 *4)))) (-4 *4 (-545)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-3412 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-3412 (*1 *2 *3) (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-3717 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5)))) (-3717 (*1 *2 *3) (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545)) (-4 *4 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *4)))) (-3412 (*1 *2 *3 *4) (-12 (-5 *3 (-934 *5)) (-5 *4 (-903)) (-4 *5 (-1031)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-3412 (*1 *2 *3) (-12 (-5 *3 (-934 *4)) (-4 *4 (-1031)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-3717 (*1 *2 *3 *4) (-12 (-5 *3 (-934 *5)) (-5 *4 (-903)) (-4 *5 (-1031)) (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5)))) (-3717 (*1 *2 *3) (-12 (-5 *3 (-934 *4)) (-4 *4 (-1031)) (-4 *4 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *4)))) (-3412 (*1 *2 *3 *4) (-12 (-5 *3 (-934 (-166 *5))) (-5 *4 (-903)) (-4 *5 (-169)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-3412 (*1 *2 *3) (-12 (-5 *3 (-934 (-166 *4))) (-4 *4 (-169)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-3412 (*1 *2 *3 *4) (-12 (-5 *3 (-166 *5)) (-5 *4 (-903)) (-4 *5 (-169)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5)))) (-3412 (*1 *2 *3) (-12 (-5 *3 (-166 *4)) (-4 *4 (-169)) (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4)))) (-3412 (*1 *2 *3 *4) (-12 (-5 *4 (-903)) (-5 *2 (-166 (-373))) (-5 *1 (-771 *3)) (-4 *3 (-601 (-373))))) (-3412 (*1 *2 *3) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-771 *3)) (-4 *3 (-601 (-373))))) (-3717 (*1 *2 *3 *4) (-12 (-5 *4 (-903)) (-5 *2 (-373)) (-5 *1 (-771 *3)) (-4 *3 (-601 *2)))) (-3717 (*1 *2 *3) (-12 (-5 *2 (-373)) (-5 *1 (-771 *3)) (-4 *3 (-601 *2)))))
+(-10 -7 (-15 -3717 ((-373) |#1|)) (-15 -3717 ((-373) |#1| (-903))) (-15 -3412 ((-166 (-373)) |#1|)) (-15 -3412 ((-166 (-373)) |#1| (-903))) (IF (|has| |#1| (-169)) (PROGN (-15 -3412 ((-166 (-373)) (-166 |#1|))) (-15 -3412 ((-166 (-373)) (-166 |#1|) (-903))) (-15 -3412 ((-166 (-373)) (-934 (-166 |#1|)))) (-15 -3412 ((-166 (-373)) (-934 (-166 |#1|)) (-903)))) |%noBranch|) (IF (|has| |#1| (-1031)) (PROGN (-15 -3717 ((-373) (-934 |#1|))) (-15 -3717 ((-373) (-934 |#1|) (-903))) (-15 -3412 ((-166 (-373)) (-934 |#1|))) (-15 -3412 ((-166 (-373)) (-934 |#1|) (-903)))) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -3717 ((-373) (-401 (-934 |#1|)))) (-15 -3717 ((-373) (-401 (-934 |#1|)) (-903))) (-15 -3412 ((-166 (-373)) (-401 (-934 |#1|)))) (-15 -3412 ((-166 (-373)) (-401 (-934 |#1|)) (-903))) (-15 -3412 ((-166 (-373)) (-401 (-934 (-166 |#1|))))) (-15 -3412 ((-166 (-373)) (-401 (-934 (-166 |#1|))) (-903))) (IF (|has| |#1| (-833)) (PROGN (-15 -3717 ((-373) (-310 |#1|))) (-15 -3717 ((-373) (-310 |#1|) (-903))) (-15 -3412 ((-166 (-373)) (-310 |#1|))) (-15 -3412 ((-166 (-373)) (-310 |#1|) (-903))) (-15 -3412 ((-166 (-373)) (-310 (-166 |#1|)))) (-15 -3412 ((-166 (-373)) (-310 (-166 |#1|)) (-903)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-15 -1425 ((-3 (-166 (-373)) "failed") (-934 (-166 |#1|)))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-934 (-166 |#1|)) (-903)))) |%noBranch|) (IF (|has| |#1| (-1031)) (PROGN (-15 -4264 ((-3 (-373) "failed") (-934 |#1|))) (-15 -4264 ((-3 (-373) "failed") (-934 |#1|) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-934 |#1|))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-934 |#1|) (-903)))) |%noBranch|) (IF (|has| |#1| (-545)) (PROGN (-15 -4264 ((-3 (-373) "failed") (-401 (-934 |#1|)))) (-15 -4264 ((-3 (-373) "failed") (-401 (-934 |#1|)) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-401 (-934 |#1|)))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-401 (-934 |#1|)) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-401 (-934 (-166 |#1|))))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-401 (-934 (-166 |#1|))) (-903))) (IF (|has| |#1| (-833)) (PROGN (-15 -4264 ((-3 (-373) "failed") (-310 |#1|))) (-15 -4264 ((-3 (-373) "failed") (-310 |#1|) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-310 |#1|))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-310 |#1|) (-903))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)))) (-15 -1425 ((-3 (-166 (-373)) "failed") (-310 (-166 |#1|)) (-903)))) |%noBranch|)) |%noBranch|))
+((-3706 (((-903) (-1137)) 65)) (-1594 (((-3 (-373) "failed") (-1137)) 33)) (-1647 (((-373) (-1137)) 31)) (-4223 (((-903) (-1137)) 54)) (-2105 (((-1137) (-903)) 55)) (-1483 (((-1137) (-903)) 53)))
+(((-772) (-10 -7 (-15 -1483 ((-1137) (-903))) (-15 -4223 ((-903) (-1137))) (-15 -2105 ((-1137) (-903))) (-15 -3706 ((-903) (-1137))) (-15 -1647 ((-373) (-1137))) (-15 -1594 ((-3 (-373) "failed") (-1137))))) (T -772))
+((-1594 (*1 *2 *3) (|partial| -12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-772)))) (-1647 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-772)))) (-3706 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-903)) (-5 *1 (-772)))) (-2105 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1137)) (-5 *1 (-772)))) (-4223 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-903)) (-5 *1 (-772)))) (-1483 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1137)) (-5 *1 (-772)))))
+(-10 -7 (-15 -1483 ((-1137) (-903))) (-15 -4223 ((-903) (-1137))) (-15 -2105 ((-1137) (-903))) (-15 -3706 ((-903) (-1137))) (-15 -1647 ((-373) (-1137))) (-15 -1594 ((-3 (-373) "failed") (-1137))))
+((-3200 (((-111) $ $) 7)) (-3316 (((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 15) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)) 13)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 16) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)))
+(((-773) (-137)) (T -773))
+((-3278 (*1 *2 *3 *4) (-12 (-4 *1 (-773)) (-5 *3 (-1043)) (-5 *4 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017)))))) (-3316 (*1 *2 *3 *2) (-12 (-4 *1 (-773)) (-5 *2 (-1017)) (-5 *3 (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))) (-3278 (*1 *2 *3 *4) (-12 (-4 *1 (-773)) (-5 *3 (-1043)) (-5 *4 (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017)))))) (-3316 (*1 *2 *3 *2) (-12 (-4 *1 (-773)) (-5 *2 (-1017)) (-5 *3 (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))))
+(-13 (-1079) (-10 -7 (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3316 ((-1017) (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220))) (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)) (|:| |extra| (-1017))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3316 ((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) (-1017)))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3483 (((-1243) (-1238 (-373)) (-553) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373))) (-373) (-1238 (-373)) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373))) 44) (((-1243) (-1238 (-373)) (-553) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373))) (-373) (-1238 (-373)) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373))) 43)) (-3130 (((-1243) (-1238 (-373)) (-553) (-373) (-373) (-553) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373))) 50)) (-2285 (((-1243) (-1238 (-373)) (-553) (-373) (-373) (-373) (-373) (-553) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373))) 41)) (-1583 (((-1243) (-1238 (-373)) (-553) (-373) (-373) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373))) 52) (((-1243) (-1238 (-373)) (-553) (-373) (-373) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373))) 51)))
+(((-774) (-10 -7 (-15 -1583 ((-1243) (-1238 (-373)) (-553) (-373) (-373) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)))) (-15 -1583 ((-1243) (-1238 (-373)) (-553) (-373) (-373) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)))) (-15 -2285 ((-1243) (-1238 (-373)) (-553) (-373) (-373) (-373) (-373) (-553) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)))) (-15 -3483 ((-1243) (-1238 (-373)) (-553) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373))) (-373) (-1238 (-373)) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)))) (-15 -3483 ((-1243) (-1238 (-373)) (-553) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373))) (-373) (-1238 (-373)) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)))) (-15 -3130 ((-1243) (-1238 (-373)) (-553) (-373) (-373) (-553) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)))))) (T -774))
+((-3130 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-553)) (-5 *6 (-1 (-1243) (-1238 *5) (-1238 *5) (-373))) (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243)) (-5 *1 (-774)))) (-3483 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-553)) (-5 *6 (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373)))) (-5 *7 (-1 (-1243) (-1238 *5) (-1238 *5) (-373))) (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243)) (-5 *1 (-774)))) (-3483 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-553)) (-5 *6 (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373)))) (-5 *7 (-1 (-1243) (-1238 *5) (-1238 *5) (-373))) (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243)) (-5 *1 (-774)))) (-2285 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-553)) (-5 *6 (-1 (-1243) (-1238 *5) (-1238 *5) (-373))) (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243)) (-5 *1 (-774)))) (-1583 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-553)) (-5 *6 (-1 (-1243) (-1238 *5) (-1238 *5) (-373))) (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243)) (-5 *1 (-774)))) (-1583 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-553)) (-5 *6 (-1 (-1243) (-1238 *5) (-1238 *5) (-373))) (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243)) (-5 *1 (-774)))))
+(-10 -7 (-15 -1583 ((-1243) (-1238 (-373)) (-553) (-373) (-373) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)))) (-15 -1583 ((-1243) (-1238 (-373)) (-553) (-373) (-373) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)))) (-15 -2285 ((-1243) (-1238 (-373)) (-553) (-373) (-373) (-373) (-373) (-553) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)))) (-15 -3483 ((-1243) (-1238 (-373)) (-553) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373))) (-373) (-1238 (-373)) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)))) (-15 -3483 ((-1243) (-1238 (-373)) (-553) (-373) (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373))) (-373) (-1238 (-373)) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)) (-1238 (-373)))) (-15 -3130 ((-1243) (-1238 (-373)) (-553) (-373) (-373) (-553) (-1 (-1243) (-1238 (-373)) (-1238 (-373)) (-373)))))
+((-4011 (((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553)) 53)) (-1820 (((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553)) 31)) (-3880 (((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553)) 52)) (-2621 (((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553)) 29)) (-1625 (((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553)) 51)) (-1713 (((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553)) 19)) (-3810 (((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553) (-553)) 32)) (-3076 (((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553) (-553)) 30)) (-1543 (((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553) (-553)) 28)))
+(((-775) (-10 -7 (-15 -1543 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553) (-553))) (-15 -3076 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553) (-553))) (-15 -3810 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553) (-553))) (-15 -1713 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -2621 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -1820 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -1625 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -3880 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -4011 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))))) (T -775))
+((-4011 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553)) (|:| |success| (-111)))) (-5 *1 (-775)) (-5 *5 (-553)))) (-3880 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553)) (|:| |success| (-111)))) (-5 *1 (-775)) (-5 *5 (-553)))) (-1625 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553)) (|:| |success| (-111)))) (-5 *1 (-775)) (-5 *5 (-553)))) (-1820 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553)) (|:| |success| (-111)))) (-5 *1 (-775)) (-5 *5 (-553)))) (-2621 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553)) (|:| |success| (-111)))) (-5 *1 (-775)) (-5 *5 (-553)))) (-1713 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553)) (|:| |success| (-111)))) (-5 *1 (-775)) (-5 *5 (-553)))) (-3810 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553)) (|:| |success| (-111)))) (-5 *1 (-775)) (-5 *5 (-553)))) (-3076 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553)) (|:| |success| (-111)))) (-5 *1 (-775)) (-5 *5 (-553)))) (-1543 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373)) (-5 *2 (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553)) (|:| |success| (-111)))) (-5 *1 (-775)) (-5 *5 (-553)))))
+(-10 -7 (-15 -1543 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553) (-553))) (-15 -3076 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553) (-553))) (-15 -3810 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553) (-553))) (-15 -1713 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -2621 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -1820 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -1625 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -3880 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))) (-15 -4011 ((-2 (|:| -2924 (-373)) (|:| -1827 (-373)) (|:| |totalpts| (-553)) (|:| |success| (-111))) (-1 (-373) (-373)) (-373) (-373) (-373) (-373) (-553) (-553))))
+((-3406 (((-1187 |#1|) |#1| (-220) (-553)) 46)))
+(((-776 |#1|) (-10 -7 (-15 -3406 ((-1187 |#1|) |#1| (-220) (-553)))) (-956)) (T -776))
+((-3406 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-220)) (-5 *5 (-553)) (-5 *2 (-1187 *3)) (-5 *1 (-776 *3)) (-4 *3 (-956)))))
+(-10 -7 (-15 -3406 ((-1187 |#1|) |#1| (-220) (-553))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 24)) (-4123 (((-3 $ "failed") $ $) 26)) (-3203 (($) 23 T CONST)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 22 T CONST)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (-1710 (($ $ $) 28) (($ $) 27)) (-1699 (($ $ $) 20)) (* (($ (-903) $) 21) (($ (-757) $) 25) (($ (-553) $) 29)))
(((-777) (-137)) (T -777))
NIL
-(-13 (-779) (-23))
-(((-23) . T) ((-25) . T) ((-101) . T) ((-599 (-844)) . T) ((-779) . T) ((-832) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 24)) (-3305 (($ $ $) 27)) (-4012 (((-3 $ "failed") $ $) 26)) (-2130 (($) 23 T CONST)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 22 T CONST)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (-1698 (($ $ $) 20)) (* (($ (-902) $) 21) (($ (-756) $) 25)))
+(-13 (-781) (-21))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-778) . T) ((-780) . T) ((-781) . T) ((-833) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 24)) (-3203 (($) 23 T CONST)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 22 T CONST)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (-1699 (($ $ $) 20)) (* (($ (-903) $) 21) (($ (-757) $) 25)))
(((-778) (-137)) (T -778))
-((-3305 (*1 *1 *1 *1) (-4 *1 (-778))))
-(-13 (-780) (-10 -8 (-15 -3305 ($ $ $))))
-(((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-777) . T) ((-779) . T) ((-780) . T) ((-832) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 7)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (-1698 (($ $ $) 20)) (* (($ (-902) $) 21)))
-(((-779) (-137)) (T -779))
NIL
-(-13 (-832) (-25))
-(((-25) . T) ((-101) . T) ((-599 (-844)) . T) ((-832) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 24)) (-4012 (((-3 $ "failed") $ $) 26)) (-2130 (($) 23 T CONST)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 22 T CONST)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (-1698 (($ $ $) 20)) (* (($ (-902) $) 21) (($ (-756) $) 25)))
+(-13 (-780) (-23))
+(((-23) . T) ((-25) . T) ((-101) . T) ((-600 (-845)) . T) ((-780) . T) ((-833) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 24)) (-1462 (($ $ $) 27)) (-4123 (((-3 $ "failed") $ $) 26)) (-3203 (($) 23 T CONST)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 22 T CONST)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (-1699 (($ $ $) 20)) (* (($ (-903) $) 21) (($ (-757) $) 25)))
+(((-779) (-137)) (T -779))
+((-1462 (*1 *1 *1 *1) (-4 *1 (-779))))
+(-13 (-781) (-10 -8 (-15 -1462 ($ $ $))))
+(((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-778) . T) ((-780) . T) ((-781) . T) ((-833) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 7)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (-1699 (($ $ $) 20)) (* (($ (-903) $) 21)))
(((-780) (-137)) (T -780))
NIL
-(-13 (-777) (-129))
-(((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-777) . T) ((-779) . T) ((-832) . T) ((-1078) . T))
-((-3643 (((-111) $) 41)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 |#2| "failed") $) 44)) (-2832 (((-552) $) NIL) (((-401 (-552)) $) NIL) ((|#2| $) 42)) (-2674 (((-3 (-401 (-552)) "failed") $) 78)) (-2443 (((-111) $) 72)) (-3777 (((-401 (-552)) $) 76)) (-4346 ((|#2| $) 26)) (-1477 (($ (-1 |#2| |#2|) $) 23)) (-3701 (($ $) 61)) (-1522 (((-528) $) 67)) (-2074 (($ $) 21)) (-3213 (((-844) $) 56) (($ (-552)) 39) (($ |#2|) 37) (($ (-401 (-552))) NIL)) (-2014 (((-756)) 10)) (-1578 ((|#2| $) 71)) (-1613 (((-111) $ $) 29)) (-1632 (((-111) $ $) 69)) (-1709 (($ $) 31) (($ $ $) NIL)) (-1698 (($ $ $) 30)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 35) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 32)))
-(((-781 |#1| |#2|) (-10 -8 (-15 -1632 ((-111) |#1| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -3701 (|#1| |#1|)) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -1578 (|#2| |#1|)) (-15 -4346 (|#2| |#1|)) (-15 -2074 (|#1| |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -3213 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 -3643 ((-111) |#1|)) (-15 * (|#1| (-902) |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|))) (-782 |#2|) (-169)) (T -781))
-((-2014 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-756)) (-5 *1 (-781 *3 *4)) (-4 *3 (-782 *4)))))
-(-10 -8 (-15 -1632 ((-111) |#1| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -3701 (|#1| |#1|)) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -1578 (|#2| |#1|)) (-15 -4346 (|#2| |#1|)) (-15 -2074 (|#1| |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -3213 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 -3643 ((-111) |#1|)) (-15 * (|#1| (-902) |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2663 (((-756)) 51 (|has| |#1| (-362)))) (-2130 (($) 17 T CONST)) (-1393 (((-3 (-552) "failed") $) 92 (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 90 (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 88)) (-2832 (((-552) $) 93 (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) 91 (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 87)) (-1293 (((-3 $ "failed") $) 32)) (-3499 ((|#1| $) 77)) (-2674 (((-3 (-401 (-552)) "failed") $) 64 (|has| |#1| (-537)))) (-2443 (((-111) $) 66 (|has| |#1| (-537)))) (-3777 (((-401 (-552)) $) 65 (|has| |#1| (-537)))) (-1332 (($) 54 (|has| |#1| (-362)))) (-4065 (((-111) $) 30)) (-3629 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 68)) (-4346 ((|#1| $) 69)) (-1772 (($ $ $) 60 (|has| |#1| (-832)))) (-2011 (($ $ $) 59 (|has| |#1| (-832)))) (-1477 (($ (-1 |#1| |#1|) $) 79)) (-1637 (((-902) $) 53 (|has| |#1| (-362)))) (-2623 (((-1136) $) 9)) (-3701 (($ $) 63 (|has| |#1| (-357)))) (-2840 (($ (-902)) 52 (|has| |#1| (-362)))) (-1874 ((|#1| $) 74)) (-4337 ((|#1| $) 75)) (-3831 ((|#1| $) 76)) (-4305 ((|#1| $) 70)) (-3568 ((|#1| $) 71)) (-4247 ((|#1| $) 72)) (-2106 ((|#1| $) 73)) (-2876 (((-1098) $) 10)) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) 85 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 84 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 83 (|has| |#1| (-303 |#1|))) (($ $ (-629 (-288 |#1|))) 82 (|has| |#1| (-303 |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) 81 (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) |#1|) 80 (|has| |#1| (-506 (-1154) |#1|)))) (-2060 (($ $ |#1|) 86 (|has| |#1| (-280 |#1| |#1|)))) (-1522 (((-528) $) 61 (|has| |#1| (-600 (-528))))) (-2074 (($ $) 78)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 35) (($ (-401 (-552))) 89 (|has| |#1| (-1019 (-401 (-552)))))) (-3878 (((-3 $ "failed") $) 62 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-1578 ((|#1| $) 67 (|has| |#1| (-1039)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1666 (((-111) $ $) 57 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 56 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 58 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 55 (|has| |#1| (-832)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36)))
-(((-782 |#1|) (-137) (-169)) (T -782))
-((-2074 (*1 *1 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-3499 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-3831 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-4337 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-1874 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-2106 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-4247 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-3568 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-4305 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-4346 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-3629 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))) (-1578 (*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)) (-4 *2 (-1039)))) (-2443 (*1 *2 *1) (-12 (-4 *1 (-782 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-111)))) (-3777 (*1 *2 *1) (-12 (-4 *1 (-782 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-401 (-552))))) (-2674 (*1 *2 *1) (|partial| -12 (-4 *1 (-782 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-401 (-552))))) (-3701 (*1 *1 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)) (-4 *2 (-357)))))
-(-13 (-38 |t#1|) (-405 |t#1|) (-332 |t#1|) (-10 -8 (-15 -2074 ($ $)) (-15 -3499 (|t#1| $)) (-15 -3831 (|t#1| $)) (-15 -4337 (|t#1| $)) (-15 -1874 (|t#1| $)) (-15 -2106 (|t#1| $)) (-15 -4247 (|t#1| $)) (-15 -3568 (|t#1| $)) (-15 -4305 (|t#1| $)) (-15 -4346 (|t#1| $)) (-15 -3629 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-362)) (-6 (-362)) |%noBranch|) (IF (|has| |t#1| (-832)) (-6 (-832)) |%noBranch|) (IF (|has| |t#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-1039)) (-15 -1578 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-537)) (PROGN (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-357)) (-15 -3701 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-362) |has| |#1| (-362)) ((-332 |#1|) . T) ((-405 |#1|) . T) ((-506 (-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)) ((-506 |#1| |#1|) |has| |#1| (-303 |#1|)) ((-632 |#1|) . T) ((-632 $) . T) ((-702 |#1|) . T) ((-711) . T) ((-832) |has| |#1| (-832)) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1036 |#1|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1477 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
-(((-783 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 (|#3| (-1 |#4| |#2|) |#1|))) (-782 |#2|) (-169) (-782 |#4|) (-169)) (T -783))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-169)) (-4 *6 (-169)) (-4 *2 (-782 *6)) (-5 *1 (-783 *4 *5 *2 *6)) (-4 *4 (-782 *5)))))
-(-10 -7 (-15 -1477 (|#3| (-1 |#4| |#2|) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2663 (((-756)) NIL (|has| |#1| (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL) (((-3 (-980 |#1|) "failed") $) 35) (((-3 (-552) "failed") $) NIL (-4029 (|has| (-980 |#1|) (-1019 (-552))) (|has| |#1| (-1019 (-552))))) (((-3 (-401 (-552)) "failed") $) NIL (-4029 (|has| (-980 |#1|) (-1019 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552))))))) (-2832 ((|#1| $) NIL) (((-980 |#1|) $) 33) (((-552) $) NIL (-4029 (|has| (-980 |#1|) (-1019 (-552))) (|has| |#1| (-1019 (-552))))) (((-401 (-552)) $) NIL (-4029 (|has| (-980 |#1|) (-1019 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552))))))) (-1293 (((-3 $ "failed") $) NIL)) (-3499 ((|#1| $) 16)) (-2674 (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-537)))) (-2443 (((-111) $) NIL (|has| |#1| (-537)))) (-3777 (((-401 (-552)) $) NIL (|has| |#1| (-537)))) (-1332 (($) NIL (|has| |#1| (-362)))) (-4065 (((-111) $) NIL)) (-3629 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-980 |#1|) (-980 |#1|)) 29)) (-4346 ((|#1| $) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1637 (((-902) $) NIL (|has| |#1| (-362)))) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-2840 (($ (-902)) NIL (|has| |#1| (-362)))) (-1874 ((|#1| $) 22)) (-4337 ((|#1| $) 20)) (-3831 ((|#1| $) 18)) (-4305 ((|#1| $) 26)) (-3568 ((|#1| $) 25)) (-4247 ((|#1| $) 24)) (-2106 ((|#1| $) 23)) (-2876 (((-1098) $) NIL)) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-629 (-288 |#1|))) NIL (|has| |#1| (-303 |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) NIL (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) |#1|) NIL (|has| |#1| (-506 (-1154) |#1|)))) (-2060 (($ $ |#1|) NIL (|has| |#1| (-280 |#1| |#1|)))) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-2074 (($ $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL) (($ (-980 |#1|)) 30) (($ (-401 (-552))) NIL (-4029 (|has| (-980 |#1|) (-1019 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552))))))) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-1578 ((|#1| $) NIL (|has| |#1| (-1039)))) (-3297 (($) 8 T CONST)) (-3309 (($) 12 T CONST)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-784 |#1|) (-13 (-782 |#1|) (-405 (-980 |#1|)) (-10 -8 (-15 -3629 ($ (-980 |#1|) (-980 |#1|))))) (-169)) (T -784))
-((-3629 (*1 *1 *2 *2) (-12 (-5 *2 (-980 *3)) (-4 *3 (-169)) (-5 *1 (-784 *3)))))
-(-13 (-782 |#1|) (-405 (-980 |#1|)) (-10 -8 (-15 -3629 ($ (-980 |#1|) (-980 |#1|)))))
-((-3202 (((-111) $ $) 7)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-4010 (((-1016) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 13)) (-1613 (((-111) $ $) 6)))
-(((-785) (-137)) (T -785))
-((-3102 (*1 *2 *3 *4) (-12 (-4 *1 (-785)) (-5 *3 (-1042)) (-5 *4 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)))))) (-4010 (*1 *2 *3) (-12 (-4 *1 (-785)) (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-1016)))))
-(-13 (-1078) (-10 -7 (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -4010 ((-1016) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3870 (((-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) |#3| |#2| (-1154)) 19)))
-(((-786 |#1| |#2| |#3|) (-10 -7 (-15 -3870 ((-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) |#3| |#2| (-1154)))) (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)) (-13 (-29 |#1|) (-1176) (-940)) (-640 |#2|)) (T -786))
-((-3870 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1154)) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-4 *4 (-13 (-29 *6) (-1176) (-940))) (-5 *2 (-2 (|:| |particular| *4) (|:| -4199 (-629 *4)))) (-5 *1 (-786 *6 *4 *3)) (-4 *3 (-640 *4)))))
-(-10 -7 (-15 -3870 ((-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) |#3| |#2| (-1154))))
-((-4153 (((-3 |#2| "failed") |#2| (-113) (-288 |#2|) (-629 |#2|)) 28) (((-3 |#2| "failed") (-288 |#2|) (-113) (-288 |#2|) (-629 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) |#2| "failed") |#2| (-113) (-1154)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) |#2| "failed") (-288 |#2|) (-113) (-1154)) 18) (((-3 (-2 (|:| |particular| (-1237 |#2|)) (|:| -4199 (-629 (-1237 |#2|)))) "failed") (-629 |#2|) (-629 (-113)) (-1154)) 24) (((-3 (-2 (|:| |particular| (-1237 |#2|)) (|:| -4199 (-629 (-1237 |#2|)))) "failed") (-629 (-288 |#2|)) (-629 (-113)) (-1154)) 26) (((-3 (-629 (-1237 |#2|)) "failed") (-673 |#2|) (-1154)) 37) (((-3 (-2 (|:| |particular| (-1237 |#2|)) (|:| -4199 (-629 (-1237 |#2|)))) "failed") (-673 |#2|) (-1237 |#2|) (-1154)) 35)))
-(((-787 |#1| |#2|) (-10 -7 (-15 -4153 ((-3 (-2 (|:| |particular| (-1237 |#2|)) (|:| -4199 (-629 (-1237 |#2|)))) "failed") (-673 |#2|) (-1237 |#2|) (-1154))) (-15 -4153 ((-3 (-629 (-1237 |#2|)) "failed") (-673 |#2|) (-1154))) (-15 -4153 ((-3 (-2 (|:| |particular| (-1237 |#2|)) (|:| -4199 (-629 (-1237 |#2|)))) "failed") (-629 (-288 |#2|)) (-629 (-113)) (-1154))) (-15 -4153 ((-3 (-2 (|:| |particular| (-1237 |#2|)) (|:| -4199 (-629 (-1237 |#2|)))) "failed") (-629 |#2|) (-629 (-113)) (-1154))) (-15 -4153 ((-3 (-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) |#2| "failed") (-288 |#2|) (-113) (-1154))) (-15 -4153 ((-3 (-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) |#2| "failed") |#2| (-113) (-1154))) (-15 -4153 ((-3 |#2| "failed") (-288 |#2|) (-113) (-288 |#2|) (-629 |#2|))) (-15 -4153 ((-3 |#2| "failed") |#2| (-113) (-288 |#2|) (-629 |#2|)))) (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)) (-13 (-29 |#1|) (-1176) (-940))) (T -787))
-((-4153 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-113)) (-5 *4 (-288 *2)) (-5 *5 (-629 *2)) (-4 *2 (-13 (-29 *6) (-1176) (-940))) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *1 (-787 *6 *2)))) (-4153 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-288 *2)) (-5 *4 (-113)) (-5 *5 (-629 *2)) (-4 *2 (-13 (-29 *6) (-1176) (-940))) (-5 *1 (-787 *6 *2)) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))))) (-4153 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-113)) (-5 *5 (-1154)) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -4199 (-629 *3))) *3 "failed")) (-5 *1 (-787 *6 *3)) (-4 *3 (-13 (-29 *6) (-1176) (-940))))) (-4153 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-288 *7)) (-5 *4 (-113)) (-5 *5 (-1154)) (-4 *7 (-13 (-29 *6) (-1176) (-940))) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -4199 (-629 *7))) *7 "failed")) (-5 *1 (-787 *6 *7)))) (-4153 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-629 *7)) (-5 *4 (-629 (-113))) (-5 *5 (-1154)) (-4 *7 (-13 (-29 *6) (-1176) (-940))) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-2 (|:| |particular| (-1237 *7)) (|:| -4199 (-629 (-1237 *7))))) (-5 *1 (-787 *6 *7)))) (-4153 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-629 (-288 *7))) (-5 *4 (-629 (-113))) (-5 *5 (-1154)) (-4 *7 (-13 (-29 *6) (-1176) (-940))) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-2 (|:| |particular| (-1237 *7)) (|:| -4199 (-629 (-1237 *7))))) (-5 *1 (-787 *6 *7)))) (-4153 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-673 *6)) (-5 *4 (-1154)) (-4 *6 (-13 (-29 *5) (-1176) (-940))) (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-629 (-1237 *6))) (-5 *1 (-787 *5 *6)))) (-4153 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-673 *7)) (-5 *5 (-1154)) (-4 *7 (-13 (-29 *6) (-1176) (-940))) (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-2 (|:| |particular| (-1237 *7)) (|:| -4199 (-629 (-1237 *7))))) (-5 *1 (-787 *6 *7)) (-5 *4 (-1237 *7)))))
-(-10 -7 (-15 -4153 ((-3 (-2 (|:| |particular| (-1237 |#2|)) (|:| -4199 (-629 (-1237 |#2|)))) "failed") (-673 |#2|) (-1237 |#2|) (-1154))) (-15 -4153 ((-3 (-629 (-1237 |#2|)) "failed") (-673 |#2|) (-1154))) (-15 -4153 ((-3 (-2 (|:| |particular| (-1237 |#2|)) (|:| -4199 (-629 (-1237 |#2|)))) "failed") (-629 (-288 |#2|)) (-629 (-113)) (-1154))) (-15 -4153 ((-3 (-2 (|:| |particular| (-1237 |#2|)) (|:| -4199 (-629 (-1237 |#2|)))) "failed") (-629 |#2|) (-629 (-113)) (-1154))) (-15 -4153 ((-3 (-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) |#2| "failed") (-288 |#2|) (-113) (-1154))) (-15 -4153 ((-3 (-2 (|:| |particular| |#2|) (|:| -4199 (-629 |#2|))) |#2| "failed") |#2| (-113) (-1154))) (-15 -4153 ((-3 |#2| "failed") (-288 |#2|) (-113) (-288 |#2|) (-629 |#2|))) (-15 -4153 ((-3 |#2| "failed") |#2| (-113) (-288 |#2|) (-629 |#2|))))
-((-4120 (($) 9)) (-2598 (((-3 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))) "failed") (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 31)) (-1376 (((-629 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $) 28)) (-1580 (($ (-2 (|:| -2670 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))))) 25)) (-3232 (($ (-629 (-2 (|:| -2670 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))))) 23)) (-1715 (((-1242)) 12)))
-(((-788) (-10 -8 (-15 -4120 ($)) (-15 -1715 ((-1242))) (-15 -1376 ((-629 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $)) (-15 -3232 ($ (-629 (-2 (|:| -2670 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))))))) (-15 -1580 ($ (-2 (|:| -2670 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))))) (-15 -2598 ((-3 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))) "failed") (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (T -788))
-((-2598 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))) (-5 *1 (-788)))) (-1580 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2670 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))))) (-5 *1 (-788)))) (-3232 (*1 *1 *2) (-12 (-5 *2 (-629 (-2 (|:| -2670 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))))) (-5 *1 (-788)))) (-1376 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-5 *1 (-788)))) (-1715 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-788)))) (-4120 (*1 *1) (-5 *1 (-788))))
-(-10 -8 (-15 -4120 ($)) (-15 -1715 ((-1242))) (-15 -1376 ((-629 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $)) (-15 -3232 ($ (-629 (-2 (|:| -2670 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))))))) (-15 -1580 ($ (-2 (|:| -2670 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3360 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))))) (-15 -2598 ((-3 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))) "failed") (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))
-((-2308 ((|#2| |#2| (-1154)) 16)) (-3581 ((|#2| |#2| (-1154)) 51)) (-2000 (((-1 |#2| |#2|) (-1154)) 11)))
-(((-789 |#1| |#2|) (-10 -7 (-15 -2308 (|#2| |#2| (-1154))) (-15 -3581 (|#2| |#2| (-1154))) (-15 -2000 ((-1 |#2| |#2|) (-1154)))) (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)) (-13 (-29 |#1|) (-1176) (-940))) (T -789))
-((-2000 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-1 *5 *5)) (-5 *1 (-789 *4 *5)) (-4 *5 (-13 (-29 *4) (-1176) (-940))))) (-3581 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *1 (-789 *4 *2)) (-4 *2 (-13 (-29 *4) (-1176) (-940))))) (-2308 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *1 (-789 *4 *2)) (-4 *2 (-13 (-29 *4) (-1176) (-940))))))
-(-10 -7 (-15 -2308 (|#2| |#2| (-1154))) (-15 -3581 (|#2| |#2| (-1154))) (-15 -2000 ((-1 |#2| |#2|) (-1154))))
-((-4153 (((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-310 (-373)) (-629 (-373)) (-373) (-373)) 116) (((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-310 (-373)) (-629 (-373)) (-373)) 117) (((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-629 (-373)) (-373)) 119) (((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-310 (-373)) (-373)) 120) (((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-373)) 121) (((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373))) 122) (((-1016) (-793) (-1042)) 108) (((-1016) (-793)) 109)) (-3102 (((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-793) (-1042)) 75) (((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-793)) 77)))
-(((-790) (-10 -7 (-15 -4153 ((-1016) (-793))) (-15 -4153 ((-1016) (-793) (-1042))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-373))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-310 (-373)) (-373))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-629 (-373)) (-373))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-310 (-373)) (-629 (-373)) (-373))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-310 (-373)) (-629 (-373)) (-373) (-373))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-793))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-793) (-1042))))) (T -790))
-((-3102 (*1 *2 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-1042)) (-5 *2 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))))) (-5 *1 (-790)))) (-3102 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))))) (-5 *1 (-790)))) (-4153 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1237 (-310 *4))) (-5 *5 (-629 (-373))) (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1016)) (-5 *1 (-790)))) (-4153 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1237 (-310 *4))) (-5 *5 (-629 (-373))) (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1016)) (-5 *1 (-790)))) (-4153 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1237 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-629 *4)) (-5 *2 (-1016)) (-5 *1 (-790)))) (-4153 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1237 (-310 *4))) (-5 *5 (-629 (-373))) (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1016)) (-5 *1 (-790)))) (-4153 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1237 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-629 *4)) (-5 *2 (-1016)) (-5 *1 (-790)))) (-4153 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1237 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-629 *4)) (-5 *2 (-1016)) (-5 *1 (-790)))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-793)) (-5 *4 (-1042)) (-5 *2 (-1016)) (-5 *1 (-790)))) (-4153 (*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1016)) (-5 *1 (-790)))))
-(-10 -7 (-15 -4153 ((-1016) (-793))) (-15 -4153 ((-1016) (-793) (-1042))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-373))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-310 (-373)) (-373))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-629 (-373)) (-373))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-310 (-373)) (-629 (-373)) (-373))) (-15 -4153 ((-1016) (-1237 (-310 (-373))) (-373) (-373) (-629 (-373)) (-310 (-373)) (-629 (-373)) (-373) (-373))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-793))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-793) (-1042))))
-((-3782 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -4199 (-629 |#4|))) (-637 |#4|) |#4|) 35)))
-(((-791 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3782 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -4199 (-629 |#4|))) (-637 |#4|) |#4|))) (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))) (-1213 |#1|) (-1213 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -791))
-((-3782 (*1 *2 *3 *4) (-12 (-5 *3 (-637 *4)) (-4 *4 (-336 *5 *6 *7)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4)))) (-5 *1 (-791 *5 *6 *7 *4)))))
-(-10 -7 (-15 -3782 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -4199 (-629 |#4|))) (-637 |#4|) |#4|)))
-((-1774 (((-2 (|:| -2771 |#3|) (|:| |rh| (-629 (-401 |#2|)))) |#4| (-629 (-401 |#2|))) 52)) (-4270 (((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#4| |#2|) 60) (((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#4|) 59) (((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#3| |#2|) 20) (((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#3|) 21)) (-3368 ((|#2| |#4| |#1|) 61) ((|#2| |#3| |#1|) 27)) (-3145 ((|#2| |#3| (-629 (-401 |#2|))) 93) (((-3 |#2| "failed") |#3| (-401 |#2|)) 90)))
-(((-792 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3145 ((-3 |#2| "failed") |#3| (-401 |#2|))) (-15 -3145 (|#2| |#3| (-629 (-401 |#2|)))) (-15 -4270 ((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#3|)) (-15 -4270 ((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#3| |#2|)) (-15 -3368 (|#2| |#3| |#1|)) (-15 -4270 ((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#4|)) (-15 -4270 ((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#4| |#2|)) (-15 -3368 (|#2| |#4| |#1|)) (-15 -1774 ((-2 (|:| -2771 |#3|) (|:| |rh| (-629 (-401 |#2|)))) |#4| (-629 (-401 |#2|))))) (-13 (-357) (-144) (-1019 (-401 (-552)))) (-1213 |#1|) (-640 |#2|) (-640 (-401 |#2|))) (T -792))
-((-1774 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5)) (-5 *2 (-2 (|:| -2771 *7) (|:| |rh| (-629 (-401 *6))))) (-5 *1 (-792 *5 *6 *7 *3)) (-5 *4 (-629 (-401 *6))) (-4 *7 (-640 *6)) (-4 *3 (-640 (-401 *6))))) (-3368 (*1 *2 *3 *4) (-12 (-4 *2 (-1213 *4)) (-5 *1 (-792 *4 *2 *5 *3)) (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *5 (-640 *2)) (-4 *3 (-640 (-401 *2))))) (-4270 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *4 (-1213 *5)) (-5 *2 (-629 (-2 (|:| -4046 *4) (|:| -3369 *4)))) (-5 *1 (-792 *5 *4 *6 *3)) (-4 *6 (-640 *4)) (-4 *3 (-640 (-401 *4))))) (-4270 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *5 (-1213 *4)) (-5 *2 (-629 (-2 (|:| -4046 *5) (|:| -3369 *5)))) (-5 *1 (-792 *4 *5 *6 *3)) (-4 *6 (-640 *5)) (-4 *3 (-640 (-401 *5))))) (-3368 (*1 *2 *3 *4) (-12 (-4 *2 (-1213 *4)) (-5 *1 (-792 *4 *2 *3 *5)) (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *3 (-640 *2)) (-4 *5 (-640 (-401 *2))))) (-4270 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *4 (-1213 *5)) (-5 *2 (-629 (-2 (|:| -4046 *4) (|:| -3369 *4)))) (-5 *1 (-792 *5 *4 *3 *6)) (-4 *3 (-640 *4)) (-4 *6 (-640 (-401 *4))))) (-4270 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *5 (-1213 *4)) (-5 *2 (-629 (-2 (|:| -4046 *5) (|:| -3369 *5)))) (-5 *1 (-792 *4 *5 *3 *6)) (-4 *3 (-640 *5)) (-4 *6 (-640 (-401 *5))))) (-3145 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-401 *2))) (-4 *2 (-1213 *5)) (-5 *1 (-792 *5 *2 *3 *6)) (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *3 (-640 *2)) (-4 *6 (-640 (-401 *2))))) (-3145 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-401 *2)) (-4 *2 (-1213 *5)) (-5 *1 (-792 *5 *2 *3 *6)) (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *3 (-640 *2)) (-4 *6 (-640 *4)))))
-(-10 -7 (-15 -3145 ((-3 |#2| "failed") |#3| (-401 |#2|))) (-15 -3145 (|#2| |#3| (-629 (-401 |#2|)))) (-15 -4270 ((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#3|)) (-15 -4270 ((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#3| |#2|)) (-15 -3368 (|#2| |#3| |#1|)) (-15 -4270 ((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#4|)) (-15 -4270 ((-629 (-2 (|:| -4046 |#2|) (|:| -3369 |#2|))) |#4| |#2|)) (-15 -3368 (|#2| |#4| |#1|)) (-15 -1774 ((-2 (|:| -2771 |#3|) (|:| |rh| (-629 (-401 |#2|)))) |#4| (-629 (-401 |#2|)))))
-((-3202 (((-111) $ $) NIL)) (-2832 (((-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) $) 13)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 15) (($ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 12)) (-1613 (((-111) $ $) NIL)))
-(((-793) (-13 (-1078) (-10 -8 (-15 -3213 ($ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3213 ((-844) $)) (-15 -2832 ((-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) $))))) (T -793))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-793)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *1 (-793)))) (-2832 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *1 (-793)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ($ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3213 ((-844) $)) (-15 -2832 ((-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) $))))
-((-4205 (((-629 (-2 (|:| |frac| (-401 |#2|)) (|:| -2771 |#3|))) |#3| (-1 (-629 |#2|) |#2| (-1150 |#2|)) (-1 (-412 |#2|) |#2|)) 118)) (-3045 (((-629 (-2 (|:| |poly| |#2|) (|:| -2771 |#3|))) |#3| (-1 (-629 |#1|) |#2|)) 46)) (-3671 (((-629 (-2 (|:| |deg| (-756)) (|:| -2771 |#2|))) |#3|) 95)) (-3560 ((|#2| |#3|) 37)) (-2138 (((-629 (-2 (|:| -3930 |#1|) (|:| -2771 |#3|))) |#3| (-1 (-629 |#1|) |#2|)) 82)) (-3980 ((|#3| |#3| (-401 |#2|)) 63) ((|#3| |#3| |#2|) 79)))
-(((-794 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3560 (|#2| |#3|)) (-15 -3671 ((-629 (-2 (|:| |deg| (-756)) (|:| -2771 |#2|))) |#3|)) (-15 -2138 ((-629 (-2 (|:| -3930 |#1|) (|:| -2771 |#3|))) |#3| (-1 (-629 |#1|) |#2|))) (-15 -3045 ((-629 (-2 (|:| |poly| |#2|) (|:| -2771 |#3|))) |#3| (-1 (-629 |#1|) |#2|))) (-15 -4205 ((-629 (-2 (|:| |frac| (-401 |#2|)) (|:| -2771 |#3|))) |#3| (-1 (-629 |#2|) |#2| (-1150 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -3980 (|#3| |#3| |#2|)) (-15 -3980 (|#3| |#3| (-401 |#2|)))) (-13 (-357) (-144) (-1019 (-401 (-552)))) (-1213 |#1|) (-640 |#2|) (-640 (-401 |#2|))) (T -794))
-((-3980 (*1 *2 *2 *3) (-12 (-5 *3 (-401 *5)) (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *5 (-1213 *4)) (-5 *1 (-794 *4 *5 *2 *6)) (-4 *2 (-640 *5)) (-4 *6 (-640 *3)))) (-3980 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *3 (-1213 *4)) (-5 *1 (-794 *4 *3 *2 *5)) (-4 *2 (-640 *3)) (-4 *5 (-640 (-401 *3))))) (-4205 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-629 *7) *7 (-1150 *7))) (-5 *5 (-1 (-412 *7) *7)) (-4 *7 (-1213 *6)) (-4 *6 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-5 *2 (-629 (-2 (|:| |frac| (-401 *7)) (|:| -2771 *3)))) (-5 *1 (-794 *6 *7 *3 *8)) (-4 *3 (-640 *7)) (-4 *8 (-640 (-401 *7))))) (-3045 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-629 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5)) (-5 *2 (-629 (-2 (|:| |poly| *6) (|:| -2771 *3)))) (-5 *1 (-794 *5 *6 *3 *7)) (-4 *3 (-640 *6)) (-4 *7 (-640 (-401 *6))))) (-2138 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-629 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5)) (-5 *2 (-629 (-2 (|:| -3930 *5) (|:| -2771 *3)))) (-5 *1 (-794 *5 *6 *3 *7)) (-4 *3 (-640 *6)) (-4 *7 (-640 (-401 *6))))) (-3671 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *5 (-1213 *4)) (-5 *2 (-629 (-2 (|:| |deg| (-756)) (|:| -2771 *5)))) (-5 *1 (-794 *4 *5 *3 *6)) (-4 *3 (-640 *5)) (-4 *6 (-640 (-401 *5))))) (-3560 (*1 *2 *3) (-12 (-4 *2 (-1213 *4)) (-5 *1 (-794 *4 *2 *3 *5)) (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *3 (-640 *2)) (-4 *5 (-640 (-401 *2))))))
-(-10 -7 (-15 -3560 (|#2| |#3|)) (-15 -3671 ((-629 (-2 (|:| |deg| (-756)) (|:| -2771 |#2|))) |#3|)) (-15 -2138 ((-629 (-2 (|:| -3930 |#1|) (|:| -2771 |#3|))) |#3| (-1 (-629 |#1|) |#2|))) (-15 -3045 ((-629 (-2 (|:| |poly| |#2|) (|:| -2771 |#3|))) |#3| (-1 (-629 |#1|) |#2|))) (-15 -4205 ((-629 (-2 (|:| |frac| (-401 |#2|)) (|:| -2771 |#3|))) |#3| (-1 (-629 |#2|) |#2| (-1150 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -3980 (|#3| |#3| |#2|)) (-15 -3980 (|#3| |#3| (-401 |#2|))))
-((-1668 (((-2 (|:| -4199 (-629 (-401 |#2|))) (|:| -2325 (-673 |#1|))) (-638 |#2| (-401 |#2|)) (-629 (-401 |#2|))) 121) (((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -4199 (-629 (-401 |#2|)))) (-638 |#2| (-401 |#2|)) (-401 |#2|)) 120) (((-2 (|:| -4199 (-629 (-401 |#2|))) (|:| -2325 (-673 |#1|))) (-637 (-401 |#2|)) (-629 (-401 |#2|))) 115) (((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -4199 (-629 (-401 |#2|)))) (-637 (-401 |#2|)) (-401 |#2|)) 113)) (-2110 ((|#2| (-638 |#2| (-401 |#2|))) 80) ((|#2| (-637 (-401 |#2|))) 83)))
-(((-795 |#1| |#2|) (-10 -7 (-15 -1668 ((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -4199 (-629 (-401 |#2|)))) (-637 (-401 |#2|)) (-401 |#2|))) (-15 -1668 ((-2 (|:| -4199 (-629 (-401 |#2|))) (|:| -2325 (-673 |#1|))) (-637 (-401 |#2|)) (-629 (-401 |#2|)))) (-15 -1668 ((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -4199 (-629 (-401 |#2|)))) (-638 |#2| (-401 |#2|)) (-401 |#2|))) (-15 -1668 ((-2 (|:| -4199 (-629 (-401 |#2|))) (|:| -2325 (-673 |#1|))) (-638 |#2| (-401 |#2|)) (-629 (-401 |#2|)))) (-15 -2110 (|#2| (-637 (-401 |#2|)))) (-15 -2110 (|#2| (-638 |#2| (-401 |#2|))))) (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))) (-1213 |#1|)) (T -795))
-((-2110 (*1 *2 *3) (-12 (-5 *3 (-638 *2 (-401 *2))) (-4 *2 (-1213 *4)) (-5 *1 (-795 *4 *2)) (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))))) (-2110 (*1 *2 *3) (-12 (-5 *3 (-637 (-401 *2))) (-4 *2 (-1213 *4)) (-5 *1 (-795 *4 *2)) (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))))) (-1668 (*1 *2 *3 *4) (-12 (-5 *3 (-638 *6 (-401 *6))) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-2 (|:| -4199 (-629 (-401 *6))) (|:| -2325 (-673 *5)))) (-5 *1 (-795 *5 *6)) (-5 *4 (-629 (-401 *6))))) (-1668 (*1 *2 *3 *4) (-12 (-5 *3 (-638 *6 (-401 *6))) (-5 *4 (-401 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4)))) (-5 *1 (-795 *5 *6)))) (-1668 (*1 *2 *3 *4) (-12 (-5 *3 (-637 (-401 *6))) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-2 (|:| -4199 (-629 (-401 *6))) (|:| -2325 (-673 *5)))) (-5 *1 (-795 *5 *6)) (-5 *4 (-629 (-401 *6))))) (-1668 (*1 *2 *3 *4) (-12 (-5 *3 (-637 (-401 *6))) (-5 *4 (-401 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4)))) (-5 *1 (-795 *5 *6)))))
-(-10 -7 (-15 -1668 ((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -4199 (-629 (-401 |#2|)))) (-637 (-401 |#2|)) (-401 |#2|))) (-15 -1668 ((-2 (|:| -4199 (-629 (-401 |#2|))) (|:| -2325 (-673 |#1|))) (-637 (-401 |#2|)) (-629 (-401 |#2|)))) (-15 -1668 ((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -4199 (-629 (-401 |#2|)))) (-638 |#2| (-401 |#2|)) (-401 |#2|))) (-15 -1668 ((-2 (|:| -4199 (-629 (-401 |#2|))) (|:| -2325 (-673 |#1|))) (-638 |#2| (-401 |#2|)) (-629 (-401 |#2|)))) (-15 -2110 (|#2| (-637 (-401 |#2|)))) (-15 -2110 (|#2| (-638 |#2| (-401 |#2|)))))
-((-2654 (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#1|))) |#5| |#4|) 48)))
-(((-796 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2654 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#1|))) |#5| |#4|))) (-357) (-640 |#1|) (-1213 |#1|) (-709 |#1| |#3|) (-640 |#4|)) (T -796))
-((-2654 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *7 (-1213 *5)) (-4 *4 (-709 *5 *7)) (-5 *2 (-2 (|:| -2325 (-673 *6)) (|:| |vec| (-1237 *5)))) (-5 *1 (-796 *5 *6 *7 *4 *3)) (-4 *6 (-640 *5)) (-4 *3 (-640 *4)))))
-(-10 -7 (-15 -2654 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#1|))) |#5| |#4|)))
-((-4205 (((-629 (-2 (|:| |frac| (-401 |#2|)) (|:| -2771 (-638 |#2| (-401 |#2|))))) (-638 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|)) 47)) (-3703 (((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|)) 141 (|has| |#1| (-27))) (((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|))) 138 (|has| |#1| (-27))) (((-629 (-401 |#2|)) (-637 (-401 |#2|)) (-1 (-412 |#2|) |#2|)) 142 (|has| |#1| (-27))) (((-629 (-401 |#2|)) (-637 (-401 |#2|))) 140 (|has| |#1| (-27))) (((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)) (-1 (-629 |#1|) |#2|) (-1 (-412 |#2|) |#2|)) 38) (((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)) (-1 (-629 |#1|) |#2|)) 39) (((-629 (-401 |#2|)) (-637 (-401 |#2|)) (-1 (-629 |#1|) |#2|) (-1 (-412 |#2|) |#2|)) 36) (((-629 (-401 |#2|)) (-637 (-401 |#2|)) (-1 (-629 |#1|) |#2|)) 37)) (-3045 (((-629 (-2 (|:| |poly| |#2|) (|:| -2771 (-638 |#2| (-401 |#2|))))) (-638 |#2| (-401 |#2|)) (-1 (-629 |#1|) |#2|)) 83)))
-(((-797 |#1| |#2|) (-10 -7 (-15 -3703 ((-629 (-401 |#2|)) (-637 (-401 |#2|)) (-1 (-629 |#1|) |#2|))) (-15 -3703 ((-629 (-401 |#2|)) (-637 (-401 |#2|)) (-1 (-629 |#1|) |#2|) (-1 (-412 |#2|) |#2|))) (-15 -3703 ((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)) (-1 (-629 |#1|) |#2|))) (-15 -3703 ((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)) (-1 (-629 |#1|) |#2|) (-1 (-412 |#2|) |#2|))) (-15 -4205 ((-629 (-2 (|:| |frac| (-401 |#2|)) (|:| -2771 (-638 |#2| (-401 |#2|))))) (-638 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -3045 ((-629 (-2 (|:| |poly| |#2|) (|:| -2771 (-638 |#2| (-401 |#2|))))) (-638 |#2| (-401 |#2|)) (-1 (-629 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3703 ((-629 (-401 |#2|)) (-637 (-401 |#2|)))) (-15 -3703 ((-629 (-401 |#2|)) (-637 (-401 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -3703 ((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)))) (-15 -3703 ((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|)))) |%noBranch|)) (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))) (-1213 |#1|)) (T -797))
-((-3703 (*1 *2 *3 *4) (-12 (-5 *3 (-638 *6 (-401 *6))) (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1213 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-629 (-401 *6))) (-5 *1 (-797 *5 *6)))) (-3703 (*1 *2 *3) (-12 (-5 *3 (-638 *5 (-401 *5))) (-4 *5 (-1213 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-629 (-401 *5))) (-5 *1 (-797 *4 *5)))) (-3703 (*1 *2 *3 *4) (-12 (-5 *3 (-637 (-401 *6))) (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1213 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-629 (-401 *6))) (-5 *1 (-797 *5 *6)))) (-3703 (*1 *2 *3) (-12 (-5 *3 (-637 (-401 *5))) (-4 *5 (-1213 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-629 (-401 *5))) (-5 *1 (-797 *4 *5)))) (-3045 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-629 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5)) (-5 *2 (-629 (-2 (|:| |poly| *6) (|:| -2771 (-638 *6 (-401 *6)))))) (-5 *1 (-797 *5 *6)) (-5 *3 (-638 *6 (-401 *6))))) (-4205 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-5 *2 (-629 (-2 (|:| |frac| (-401 *6)) (|:| -2771 (-638 *6 (-401 *6)))))) (-5 *1 (-797 *5 *6)) (-5 *3 (-638 *6 (-401 *6))))) (-3703 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-638 *7 (-401 *7))) (-5 *4 (-1 (-629 *6) *7)) (-5 *5 (-1 (-412 *7) *7)) (-4 *6 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *7 (-1213 *6)) (-5 *2 (-629 (-401 *7))) (-5 *1 (-797 *6 *7)))) (-3703 (*1 *2 *3 *4) (-12 (-5 *3 (-638 *6 (-401 *6))) (-5 *4 (-1 (-629 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5)) (-5 *2 (-629 (-401 *6))) (-5 *1 (-797 *5 *6)))) (-3703 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-637 (-401 *7))) (-5 *4 (-1 (-629 *6) *7)) (-5 *5 (-1 (-412 *7) *7)) (-4 *6 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *7 (-1213 *6)) (-5 *2 (-629 (-401 *7))) (-5 *1 (-797 *6 *7)))) (-3703 (*1 *2 *3 *4) (-12 (-5 *3 (-637 (-401 *6))) (-5 *4 (-1 (-629 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5)) (-5 *2 (-629 (-401 *6))) (-5 *1 (-797 *5 *6)))))
-(-10 -7 (-15 -3703 ((-629 (-401 |#2|)) (-637 (-401 |#2|)) (-1 (-629 |#1|) |#2|))) (-15 -3703 ((-629 (-401 |#2|)) (-637 (-401 |#2|)) (-1 (-629 |#1|) |#2|) (-1 (-412 |#2|) |#2|))) (-15 -3703 ((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)) (-1 (-629 |#1|) |#2|))) (-15 -3703 ((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)) (-1 (-629 |#1|) |#2|) (-1 (-412 |#2|) |#2|))) (-15 -4205 ((-629 (-2 (|:| |frac| (-401 |#2|)) (|:| -2771 (-638 |#2| (-401 |#2|))))) (-638 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -3045 ((-629 (-2 (|:| |poly| |#2|) (|:| -2771 (-638 |#2| (-401 |#2|))))) (-638 |#2| (-401 |#2|)) (-1 (-629 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -3703 ((-629 (-401 |#2|)) (-637 (-401 |#2|)))) (-15 -3703 ((-629 (-401 |#2|)) (-637 (-401 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -3703 ((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)))) (-15 -3703 ((-629 (-401 |#2|)) (-638 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|)))) |%noBranch|))
-((-4231 (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#1|))) (-673 |#2|) (-1237 |#1|)) 85) (((-2 (|:| A (-673 |#1|)) (|:| |eqs| (-629 (-2 (|:| C (-673 |#1|)) (|:| |g| (-1237 |#1|)) (|:| -2771 |#2|) (|:| |rh| |#1|))))) (-673 |#1|) (-1237 |#1|)) 15)) (-1946 (((-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|)))) (-673 |#2|) (-1237 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -4199 (-629 |#1|))) |#2| |#1|)) 92)) (-4153 (((-3 (-2 (|:| |particular| (-1237 |#1|)) (|:| -4199 (-673 |#1|))) "failed") (-673 |#1|) (-1237 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -4199 (-629 |#1|))) "failed") |#2| |#1|)) 43)))
-(((-798 |#1| |#2|) (-10 -7 (-15 -4231 ((-2 (|:| A (-673 |#1|)) (|:| |eqs| (-629 (-2 (|:| C (-673 |#1|)) (|:| |g| (-1237 |#1|)) (|:| -2771 |#2|) (|:| |rh| |#1|))))) (-673 |#1|) (-1237 |#1|))) (-15 -4231 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#1|))) (-673 |#2|) (-1237 |#1|))) (-15 -4153 ((-3 (-2 (|:| |particular| (-1237 |#1|)) (|:| -4199 (-673 |#1|))) "failed") (-673 |#1|) (-1237 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -4199 (-629 |#1|))) "failed") |#2| |#1|))) (-15 -1946 ((-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|)))) (-673 |#2|) (-1237 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -4199 (-629 |#1|))) |#2| |#1|)))) (-357) (-640 |#1|)) (T -798))
-((-1946 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-673 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -4199 (-629 *6))) *7 *6)) (-4 *6 (-357)) (-4 *7 (-640 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1237 *6) "failed")) (|:| -4199 (-629 (-1237 *6))))) (-5 *1 (-798 *6 *7)) (-5 *4 (-1237 *6)))) (-4153 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -4199 (-629 *6))) "failed") *7 *6)) (-4 *6 (-357)) (-4 *7 (-640 *6)) (-5 *2 (-2 (|:| |particular| (-1237 *6)) (|:| -4199 (-673 *6)))) (-5 *1 (-798 *6 *7)) (-5 *3 (-673 *6)) (-5 *4 (-1237 *6)))) (-4231 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-640 *5)) (-5 *2 (-2 (|:| -2325 (-673 *6)) (|:| |vec| (-1237 *5)))) (-5 *1 (-798 *5 *6)) (-5 *3 (-673 *6)) (-5 *4 (-1237 *5)))) (-4231 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-5 *2 (-2 (|:| A (-673 *5)) (|:| |eqs| (-629 (-2 (|:| C (-673 *5)) (|:| |g| (-1237 *5)) (|:| -2771 *6) (|:| |rh| *5)))))) (-5 *1 (-798 *5 *6)) (-5 *3 (-673 *5)) (-5 *4 (-1237 *5)) (-4 *6 (-640 *5)))))
-(-10 -7 (-15 -4231 ((-2 (|:| A (-673 |#1|)) (|:| |eqs| (-629 (-2 (|:| C (-673 |#1|)) (|:| |g| (-1237 |#1|)) (|:| -2771 |#2|) (|:| |rh| |#1|))))) (-673 |#1|) (-1237 |#1|))) (-15 -4231 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#1|))) (-673 |#2|) (-1237 |#1|))) (-15 -4153 ((-3 (-2 (|:| |particular| (-1237 |#1|)) (|:| -4199 (-673 |#1|))) "failed") (-673 |#1|) (-1237 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -4199 (-629 |#1|))) "failed") |#2| |#1|))) (-15 -1946 ((-2 (|:| |particular| (-3 (-1237 |#1|) "failed")) (|:| -4199 (-629 (-1237 |#1|)))) (-673 |#2|) (-1237 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -4199 (-629 |#1|))) |#2| |#1|))))
-((-2769 (((-673 |#1|) (-629 |#1|) (-756)) 13) (((-673 |#1|) (-629 |#1|)) 14)) (-3745 (((-3 (-1237 |#1|) "failed") |#2| |#1| (-629 |#1|)) 34)) (-1461 (((-3 |#1| "failed") |#2| |#1| (-629 |#1|) (-1 |#1| |#1|)) 42)))
-(((-799 |#1| |#2|) (-10 -7 (-15 -2769 ((-673 |#1|) (-629 |#1|))) (-15 -2769 ((-673 |#1|) (-629 |#1|) (-756))) (-15 -3745 ((-3 (-1237 |#1|) "failed") |#2| |#1| (-629 |#1|))) (-15 -1461 ((-3 |#1| "failed") |#2| |#1| (-629 |#1|) (-1 |#1| |#1|)))) (-357) (-640 |#1|)) (T -799))
-((-1461 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-629 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-357)) (-5 *1 (-799 *2 *3)) (-4 *3 (-640 *2)))) (-3745 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-629 *4)) (-4 *4 (-357)) (-5 *2 (-1237 *4)) (-5 *1 (-799 *4 *3)) (-4 *3 (-640 *4)))) (-2769 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *5)) (-5 *4 (-756)) (-4 *5 (-357)) (-5 *2 (-673 *5)) (-5 *1 (-799 *5 *6)) (-4 *6 (-640 *5)))) (-2769 (*1 *2 *3) (-12 (-5 *3 (-629 *4)) (-4 *4 (-357)) (-5 *2 (-673 *4)) (-5 *1 (-799 *4 *5)) (-4 *5 (-640 *4)))))
-(-10 -7 (-15 -2769 ((-673 |#1|) (-629 |#1|))) (-15 -2769 ((-673 |#1|) (-629 |#1|) (-756))) (-15 -3745 ((-3 (-1237 |#1|) "failed") |#2| |#1| (-629 |#1|))) (-15 -1461 ((-3 |#1| "failed") |#2| |#1| (-629 |#1|) (-1 |#1| |#1|))))
-((-3202 (((-111) $ $) NIL (|has| |#2| (-1078)))) (-3643 (((-111) $) NIL (|has| |#2| (-129)))) (-1725 (($ (-902)) NIL (|has| |#2| (-1030)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3305 (($ $ $) NIL (|has| |#2| (-778)))) (-4012 (((-3 $ "failed") $ $) NIL (|has| |#2| (-129)))) (-4238 (((-111) $ (-756)) NIL)) (-2663 (((-756)) NIL (|has| |#2| (-362)))) (-3886 (((-552) $) NIL (|has| |#2| (-830)))) (-1470 ((|#2| $ (-552) |#2|) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078)))) (((-3 (-401 (-552)) "failed") $) NIL (-12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1078)))) (-2832 (((-552) $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078)))) (((-401 (-552)) $) NIL (-12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) ((|#2| $) NIL (|has| |#2| (-1078)))) (-2714 (((-673 (-552)) (-673 $)) NIL (-12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| |#2| (-625 (-552))) (|has| |#2| (-1030)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL (|has| |#2| (-1030))) (((-673 |#2|) (-673 $)) NIL (|has| |#2| (-1030)))) (-1293 (((-3 $ "failed") $) NIL (|has| |#2| (-711)))) (-1332 (($) NIL (|has| |#2| (-362)))) (-2957 ((|#2| $ (-552) |#2|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ (-552)) NIL)) (-1338 (((-111) $) NIL (|has| |#2| (-830)))) (-3138 (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-4065 (((-111) $) NIL (|has| |#2| (-711)))) (-3127 (((-111) $) NIL (|has| |#2| (-830)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-3278 (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-1637 (((-902) $) NIL (|has| |#2| (-362)))) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#2| (-1078)))) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2840 (($ (-902)) NIL (|has| |#2| (-362)))) (-2876 (((-1098) $) NIL (|has| |#2| (-1078)))) (-2702 ((|#2| $) NIL (|has| (-552) (-832)))) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ (-552) |#2|) NIL) ((|#2| $ (-552)) NIL)) (-3632 ((|#2| $ $) NIL (|has| |#2| (-1030)))) (-3519 (($ (-1237 |#2|)) NIL)) (-3725 (((-132)) NIL (|has| |#2| (-357)))) (-3096 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1 |#2| |#2|) (-756)) NIL (|has| |#2| (-1030))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1030)))) (-2885 (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-1237 |#2|) $) NIL) (($ (-552)) NIL (-4029 (-12 (|has| |#2| (-1019 (-552))) (|has| |#2| (-1078))) (|has| |#2| (-1030)))) (($ (-401 (-552))) NIL (-12 (|has| |#2| (-1019 (-401 (-552)))) (|has| |#2| (-1078)))) (($ |#2|) NIL (|has| |#2| (-1078))) (((-844) $) NIL (|has| |#2| (-599 (-844))))) (-2014 (((-756)) NIL (|has| |#2| (-1030)))) (-2584 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1578 (($ $) NIL (|has| |#2| (-830)))) (-3297 (($) NIL (|has| |#2| (-129)) CONST)) (-3309 (($) NIL (|has| |#2| (-711)) CONST)) (-1765 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#2| (-881 (-1154))) (|has| |#2| (-1030)))) (($ $ (-1 |#2| |#2|) (-756)) NIL (|has| |#2| (-1030))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1030)))) (-1666 (((-111) $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1644 (((-111) $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1613 (((-111) $ $) NIL (|has| |#2| (-1078)))) (-1655 (((-111) $ $) NIL (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1632 (((-111) $ $) 11 (-4029 (|has| |#2| (-778)) (|has| |#2| (-830))))) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $ $) NIL (|has| |#2| (-1030))) (($ $) NIL (|has| |#2| (-1030)))) (-1698 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-756)) NIL (|has| |#2| (-711))) (($ $ (-902)) NIL (|has| |#2| (-711)))) (* (($ (-552) $) NIL (|has| |#2| (-1030))) (($ $ $) NIL (|has| |#2| (-711))) (($ $ |#2|) NIL (|has| |#2| (-711))) (($ |#2| $) NIL (|has| |#2| (-711))) (($ (-756) $) NIL (|has| |#2| (-129))) (($ (-902) $) NIL (|has| |#2| (-25)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-800 |#1| |#2| |#3|) (-233 |#1| |#2|) (-756) (-778) (-1 (-111) (-1237 |#2|) (-1237 |#2|))) (T -800))
+(-13 (-833) (-25))
+(((-25) . T) ((-101) . T) ((-600 (-845)) . T) ((-833) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 24)) (-4123 (((-3 $ "failed") $ $) 26)) (-3203 (($) 23 T CONST)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 22 T CONST)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (-1699 (($ $ $) 20)) (* (($ (-903) $) 21) (($ (-757) $) 25)))
+(((-781) (-137)) (T -781))
+NIL
+(-13 (-778) (-129))
+(((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-778) . T) ((-780) . T) ((-833) . T) ((-1079) . T))
+((-1719 (((-111) $) 41)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 |#2| "failed") $) 44)) (-2831 (((-553) $) NIL) (((-401 (-553)) $) NIL) ((|#2| $) 42)) (-1402 (((-3 (-401 (-553)) "failed") $) 78)) (-3054 (((-111) $) 72)) (-3731 (((-401 (-553)) $) 76)) (-4233 ((|#2| $) 26)) (-1478 (($ (-1 |#2| |#2|) $) 23)) (-3700 (($ $) 61)) (-1523 (((-529) $) 67)) (-3830 (($ $) 21)) (-3212 (((-845) $) 56) (($ (-553)) 39) (($ |#2|) 37) (($ (-401 (-553))) NIL)) (-1348 (((-757)) 10)) (-1411 ((|#2| $) 71)) (-1614 (((-111) $ $) 29)) (-1633 (((-111) $ $) 69)) (-1710 (($ $) 31) (($ $ $) NIL)) (-1699 (($ $ $) 30)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 35) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 32)))
+(((-782 |#1| |#2|) (-10 -8 (-15 -1633 ((-111) |#1| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -3700 (|#1| |#1|)) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -1411 (|#2| |#1|)) (-15 -4233 (|#2| |#1|)) (-15 -3830 (|#1| |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 -1719 ((-111) |#1|)) (-15 * (|#1| (-903) |#1|)) (-15 -1699 (|#1| |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|))) (-783 |#2|) (-169)) (T -782))
+((-1348 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-757)) (-5 *1 (-782 *3 *4)) (-4 *3 (-783 *4)))))
+(-10 -8 (-15 -1633 ((-111) |#1| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -3700 (|#1| |#1|)) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -1411 (|#2| |#1|)) (-15 -4233 (|#2| |#1|)) (-15 -3830 (|#1| |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 -1719 ((-111) |#1|)) (-15 * (|#1| (-903) |#1|)) (-15 -1699 (|#1| |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-2662 (((-757)) 51 (|has| |#1| (-362)))) (-3203 (($) 17 T CONST)) (-1394 (((-3 (-553) "failed") $) 93 (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 90 (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 87)) (-2831 (((-553) $) 92 (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) 89 (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 88)) (-3889 (((-3 $ "failed") $) 32)) (-3498 ((|#1| $) 77)) (-1402 (((-3 (-401 (-553)) "failed") $) 64 (|has| |#1| (-538)))) (-3054 (((-111) $) 66 (|has| |#1| (-538)))) (-3731 (((-401 (-553)) $) 65 (|has| |#1| (-538)))) (-1333 (($) 54 (|has| |#1| (-362)))) (-1434 (((-111) $) 30)) (-1575 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 68)) (-4233 ((|#1| $) 69)) (-1773 (($ $ $) 60 (|has| |#1| (-833)))) (-2012 (($ $ $) 59 (|has| |#1| (-833)))) (-1478 (($ (-1 |#1| |#1|) $) 79)) (-3941 (((-903) $) 53 (|has| |#1| (-362)))) (-4056 (((-1137) $) 9)) (-3700 (($ $) 63 (|has| |#1| (-357)))) (-2839 (($ (-903)) 52 (|has| |#1| (-362)))) (-2416 ((|#1| $) 74)) (-4151 ((|#1| $) 75)) (-3063 ((|#1| $) 76)) (-1944 ((|#1| $) 70)) (-2198 ((|#1| $) 71)) (-2667 ((|#1| $) 72)) (-2953 ((|#1| $) 73)) (-2875 (((-1099) $) 10)) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) 85 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 84 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 83 (|has| |#1| (-303 |#1|))) (($ $ (-630 (-288 |#1|))) 82 (|has| |#1| (-303 |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) 81 (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) |#1|) 80 (|has| |#1| (-507 (-1155) |#1|)))) (-2061 (($ $ |#1|) 86 (|has| |#1| (-280 |#1| |#1|)))) (-1523 (((-529) $) 61 (|has| |#1| (-601 (-529))))) (-3830 (($ $) 78)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 35) (($ (-401 (-553))) 91 (|has| |#1| (-1020 (-401 (-553)))))) (-2234 (((-3 $ "failed") $) 62 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-1411 ((|#1| $) 67 (|has| |#1| (-1040)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1667 (((-111) $ $) 57 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 56 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 58 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 55 (|has| |#1| (-833)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36)))
+(((-783 |#1|) (-137) (-169)) (T -783))
+((-3830 (*1 *1 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-3498 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-3063 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-4151 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-2416 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-2953 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-2667 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-2198 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-1944 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-4233 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-1575 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))) (-1411 (*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)) (-4 *2 (-1040)))) (-3054 (*1 *2 *1) (-12 (-4 *1 (-783 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-111)))) (-3731 (*1 *2 *1) (-12 (-4 *1 (-783 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-401 (-553))))) (-1402 (*1 *2 *1) (|partial| -12 (-4 *1 (-783 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-401 (-553))))) (-3700 (*1 *1 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)) (-4 *2 (-357)))))
+(-13 (-38 |t#1|) (-405 |t#1|) (-332 |t#1|) (-10 -8 (-15 -3830 ($ $)) (-15 -3498 (|t#1| $)) (-15 -3063 (|t#1| $)) (-15 -4151 (|t#1| $)) (-15 -2416 (|t#1| $)) (-15 -2953 (|t#1| $)) (-15 -2667 (|t#1| $)) (-15 -2198 (|t#1| $)) (-15 -1944 (|t#1| $)) (-15 -4233 (|t#1| $)) (-15 -1575 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-362)) (-6 (-362)) |%noBranch|) (IF (|has| |t#1| (-833)) (-6 (-833)) |%noBranch|) (IF (|has| |t#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-1040)) (-15 -1411 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-538)) (PROGN (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-357)) (-15 -3700 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #0=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #1=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-362) |has| |#1| (-362)) ((-332 |#1|) . T) ((-405 |#1|) . T) ((-507 (-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)) ((-507 |#1| |#1|) |has| |#1| (-303 |#1|)) ((-633 |#1|) . T) ((-633 $) . T) ((-703 |#1|) . T) ((-712) . T) ((-833) |has| |#1| (-833)) ((-1020 #0#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #1#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1037 |#1|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-1478 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
+(((-784 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 (|#3| (-1 |#4| |#2|) |#1|))) (-783 |#2|) (-169) (-783 |#4|) (-169)) (T -784))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-169)) (-4 *6 (-169)) (-4 *2 (-783 *6)) (-5 *1 (-784 *4 *5 *2 *6)) (-4 *4 (-783 *5)))))
+(-10 -7 (-15 -1478 (|#3| (-1 |#4| |#2|) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2662 (((-757)) NIL (|has| |#1| (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL) (((-3 (-981 |#1|) "failed") $) 35) (((-3 (-553) "failed") $) NIL (-4028 (|has| (-981 |#1|) (-1020 (-553))) (|has| |#1| (-1020 (-553))))) (((-3 (-401 (-553)) "failed") $) NIL (-4028 (|has| (-981 |#1|) (-1020 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))) (-2831 ((|#1| $) NIL) (((-981 |#1|) $) 33) (((-553) $) NIL (-4028 (|has| (-981 |#1|) (-1020 (-553))) (|has| |#1| (-1020 (-553))))) (((-401 (-553)) $) NIL (-4028 (|has| (-981 |#1|) (-1020 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))) (-3889 (((-3 $ "failed") $) NIL)) (-3498 ((|#1| $) 16)) (-1402 (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-538)))) (-3054 (((-111) $) NIL (|has| |#1| (-538)))) (-3731 (((-401 (-553)) $) NIL (|has| |#1| (-538)))) (-1333 (($) NIL (|has| |#1| (-362)))) (-1434 (((-111) $) NIL)) (-1575 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-981 |#1|) (-981 |#1|)) 29)) (-4233 ((|#1| $) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3941 (((-903) $) NIL (|has| |#1| (-362)))) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-2839 (($ (-903)) NIL (|has| |#1| (-362)))) (-2416 ((|#1| $) 22)) (-4151 ((|#1| $) 20)) (-3063 ((|#1| $) 18)) (-1944 ((|#1| $) 26)) (-2198 ((|#1| $) 25)) (-2667 ((|#1| $) 24)) (-2953 ((|#1| $) 23)) (-2875 (((-1099) $) NIL)) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-630 (-288 |#1|))) NIL (|has| |#1| (-303 |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) NIL (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) |#1|) NIL (|has| |#1| (-507 (-1155) |#1|)))) (-2061 (($ $ |#1|) NIL (|has| |#1| (-280 |#1| |#1|)))) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3830 (($ $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL) (($ (-981 |#1|)) 30) (($ (-401 (-553))) NIL (-4028 (|has| (-981 |#1|) (-1020 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-1411 ((|#1| $) NIL (|has| |#1| (-1040)))) (-3296 (($) 8 T CONST)) (-3308 (($) 12 T CONST)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-785 |#1|) (-13 (-783 |#1|) (-405 (-981 |#1|)) (-10 -8 (-15 -1575 ($ (-981 |#1|) (-981 |#1|))))) (-169)) (T -785))
+((-1575 (*1 *1 *2 *2) (-12 (-5 *2 (-981 *3)) (-4 *3 (-169)) (-5 *1 (-785 *3)))))
+(-13 (-783 |#1|) (-405 (-981 |#1|)) (-10 -8 (-15 -1575 ($ (-981 |#1|) (-981 |#1|)))))
+((-3200 (((-111) $ $) 7)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-4104 (((-1017) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 13)) (-1614 (((-111) $ $) 6)))
+(((-786) (-137)) (T -786))
+((-3278 (*1 *2 *3 *4) (-12 (-4 *1 (-786)) (-5 *3 (-1043)) (-5 *4 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)))))) (-4104 (*1 *2 *3) (-12 (-4 *1 (-786)) (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-1017)))))
+(-13 (-1079) (-10 -7 (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -4104 ((-1017) (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-2142 (((-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) |#3| |#2| (-1155)) 19)))
+(((-787 |#1| |#2| |#3|) (-10 -7 (-15 -2142 ((-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) |#3| |#2| (-1155)))) (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)) (-13 (-29 |#1|) (-1177) (-941)) (-641 |#2|)) (T -787))
+((-2142 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1155)) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-4 *4 (-13 (-29 *6) (-1177) (-941))) (-5 *2 (-2 (|:| |particular| *4) (|:| -3428 (-630 *4)))) (-5 *1 (-787 *6 *4 *3)) (-4 *3 (-641 *4)))))
+(-10 -7 (-15 -2142 ((-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) |#3| |#2| (-1155))))
+((-2982 (((-3 |#2| "failed") |#2| (-113) (-288 |#2|) (-630 |#2|)) 28) (((-3 |#2| "failed") (-288 |#2|) (-113) (-288 |#2|) (-630 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) |#2| "failed") |#2| (-113) (-1155)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) |#2| "failed") (-288 |#2|) (-113) (-1155)) 18) (((-3 (-2 (|:| |particular| (-1238 |#2|)) (|:| -3428 (-630 (-1238 |#2|)))) "failed") (-630 |#2|) (-630 (-113)) (-1155)) 24) (((-3 (-2 (|:| |particular| (-1238 |#2|)) (|:| -3428 (-630 (-1238 |#2|)))) "failed") (-630 (-288 |#2|)) (-630 (-113)) (-1155)) 26) (((-3 (-630 (-1238 |#2|)) "failed") (-674 |#2|) (-1155)) 37) (((-3 (-2 (|:| |particular| (-1238 |#2|)) (|:| -3428 (-630 (-1238 |#2|)))) "failed") (-674 |#2|) (-1238 |#2|) (-1155)) 35)))
+(((-788 |#1| |#2|) (-10 -7 (-15 -2982 ((-3 (-2 (|:| |particular| (-1238 |#2|)) (|:| -3428 (-630 (-1238 |#2|)))) "failed") (-674 |#2|) (-1238 |#2|) (-1155))) (-15 -2982 ((-3 (-630 (-1238 |#2|)) "failed") (-674 |#2|) (-1155))) (-15 -2982 ((-3 (-2 (|:| |particular| (-1238 |#2|)) (|:| -3428 (-630 (-1238 |#2|)))) "failed") (-630 (-288 |#2|)) (-630 (-113)) (-1155))) (-15 -2982 ((-3 (-2 (|:| |particular| (-1238 |#2|)) (|:| -3428 (-630 (-1238 |#2|)))) "failed") (-630 |#2|) (-630 (-113)) (-1155))) (-15 -2982 ((-3 (-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) |#2| "failed") (-288 |#2|) (-113) (-1155))) (-15 -2982 ((-3 (-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) |#2| "failed") |#2| (-113) (-1155))) (-15 -2982 ((-3 |#2| "failed") (-288 |#2|) (-113) (-288 |#2|) (-630 |#2|))) (-15 -2982 ((-3 |#2| "failed") |#2| (-113) (-288 |#2|) (-630 |#2|)))) (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)) (-13 (-29 |#1|) (-1177) (-941))) (T -788))
+((-2982 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-113)) (-5 *4 (-288 *2)) (-5 *5 (-630 *2)) (-4 *2 (-13 (-29 *6) (-1177) (-941))) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *1 (-788 *6 *2)))) (-2982 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-288 *2)) (-5 *4 (-113)) (-5 *5 (-630 *2)) (-4 *2 (-13 (-29 *6) (-1177) (-941))) (-5 *1 (-788 *6 *2)) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))))) (-2982 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-113)) (-5 *5 (-1155)) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -3428 (-630 *3))) *3 "failed")) (-5 *1 (-788 *6 *3)) (-4 *3 (-13 (-29 *6) (-1177) (-941))))) (-2982 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-288 *7)) (-5 *4 (-113)) (-5 *5 (-1155)) (-4 *7 (-13 (-29 *6) (-1177) (-941))) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -3428 (-630 *7))) *7 "failed")) (-5 *1 (-788 *6 *7)))) (-2982 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-630 *7)) (-5 *4 (-630 (-113))) (-5 *5 (-1155)) (-4 *7 (-13 (-29 *6) (-1177) (-941))) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-2 (|:| |particular| (-1238 *7)) (|:| -3428 (-630 (-1238 *7))))) (-5 *1 (-788 *6 *7)))) (-2982 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-630 (-288 *7))) (-5 *4 (-630 (-113))) (-5 *5 (-1155)) (-4 *7 (-13 (-29 *6) (-1177) (-941))) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-2 (|:| |particular| (-1238 *7)) (|:| -3428 (-630 (-1238 *7))))) (-5 *1 (-788 *6 *7)))) (-2982 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-674 *6)) (-5 *4 (-1155)) (-4 *6 (-13 (-29 *5) (-1177) (-941))) (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-630 (-1238 *6))) (-5 *1 (-788 *5 *6)))) (-2982 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-674 *7)) (-5 *5 (-1155)) (-4 *7 (-13 (-29 *6) (-1177) (-941))) (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-2 (|:| |particular| (-1238 *7)) (|:| -3428 (-630 (-1238 *7))))) (-5 *1 (-788 *6 *7)) (-5 *4 (-1238 *7)))))
+(-10 -7 (-15 -2982 ((-3 (-2 (|:| |particular| (-1238 |#2|)) (|:| -3428 (-630 (-1238 |#2|)))) "failed") (-674 |#2|) (-1238 |#2|) (-1155))) (-15 -2982 ((-3 (-630 (-1238 |#2|)) "failed") (-674 |#2|) (-1155))) (-15 -2982 ((-3 (-2 (|:| |particular| (-1238 |#2|)) (|:| -3428 (-630 (-1238 |#2|)))) "failed") (-630 (-288 |#2|)) (-630 (-113)) (-1155))) (-15 -2982 ((-3 (-2 (|:| |particular| (-1238 |#2|)) (|:| -3428 (-630 (-1238 |#2|)))) "failed") (-630 |#2|) (-630 (-113)) (-1155))) (-15 -2982 ((-3 (-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) |#2| "failed") (-288 |#2|) (-113) (-1155))) (-15 -2982 ((-3 (-2 (|:| |particular| |#2|) (|:| -3428 (-630 |#2|))) |#2| "failed") |#2| (-113) (-1155))) (-15 -2982 ((-3 |#2| "failed") (-288 |#2|) (-113) (-288 |#2|) (-630 |#2|))) (-15 -2982 ((-3 |#2| "failed") |#2| (-113) (-288 |#2|) (-630 |#2|))))
+((-3876 (($) 9)) (-1930 (((-3 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))) "failed") (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 31)) (-1377 (((-630 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $) 28)) (-1429 (($ (-2 (|:| -2669 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))))) 25)) (-3258 (($ (-630 (-2 (|:| -2669 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))))) 23)) (-3435 (((-1243)) 12)))
+(((-789) (-10 -8 (-15 -3876 ($)) (-15 -3435 ((-1243))) (-15 -1377 ((-630 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $)) (-15 -3258 ($ (-630 (-2 (|:| -2669 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))))))) (-15 -1429 ($ (-2 (|:| -2669 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))))) (-15 -1930 ((-3 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))) "failed") (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))) (T -789))
+((-1930 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *2 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))) (-5 *1 (-789)))) (-1429 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -2669 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))))) (-5 *1 (-789)))) (-3258 (*1 *1 *2) (-12 (-5 *2 (-630 (-2 (|:| -2669 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))))) (-5 *1 (-789)))) (-1377 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-5 *1 (-789)))) (-3435 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-789)))) (-3876 (*1 *1) (-5 *1 (-789))))
+(-10 -8 (-15 -3876 ($)) (-15 -3435 ((-1243))) (-15 -1377 ((-630 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) $)) (-15 -3258 ($ (-630 (-2 (|:| -2669 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373)))))))) (-15 -1429 ($ (-2 (|:| -2669 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (|:| -3359 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))))))) (-15 -1930 ((-3 (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373)) (|:| |expense| (-373)) (|:| |accuracy| (-373)) (|:| |intermediateResults| (-373))) "failed") (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))))
+((-4253 ((|#2| |#2| (-1155)) 16)) (-2353 ((|#2| |#2| (-1155)) 51)) (-4311 (((-1 |#2| |#2|) (-1155)) 11)))
+(((-790 |#1| |#2|) (-10 -7 (-15 -4253 (|#2| |#2| (-1155))) (-15 -2353 (|#2| |#2| (-1155))) (-15 -4311 ((-1 |#2| |#2|) (-1155)))) (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)) (-13 (-29 |#1|) (-1177) (-941))) (T -790))
+((-4311 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-1 *5 *5)) (-5 *1 (-790 *4 *5)) (-4 *5 (-13 (-29 *4) (-1177) (-941))))) (-2353 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *1 (-790 *4 *2)) (-4 *2 (-13 (-29 *4) (-1177) (-941))))) (-4253 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *1 (-790 *4 *2)) (-4 *2 (-13 (-29 *4) (-1177) (-941))))))
+(-10 -7 (-15 -4253 (|#2| |#2| (-1155))) (-15 -2353 (|#2| |#2| (-1155))) (-15 -4311 ((-1 |#2| |#2|) (-1155))))
+((-2982 (((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-310 (-373)) (-630 (-373)) (-373) (-373)) 116) (((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-310 (-373)) (-630 (-373)) (-373)) 117) (((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-630 (-373)) (-373)) 119) (((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-310 (-373)) (-373)) 120) (((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-373)) 121) (((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373))) 122) (((-1017) (-794) (-1043)) 108) (((-1017) (-794)) 109)) (-3278 (((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-794) (-1043)) 75) (((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-794)) 77)))
+(((-791) (-10 -7 (-15 -2982 ((-1017) (-794))) (-15 -2982 ((-1017) (-794) (-1043))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-373))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-310 (-373)) (-373))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-630 (-373)) (-373))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-310 (-373)) (-630 (-373)) (-373))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-310 (-373)) (-630 (-373)) (-373) (-373))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-794))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-794) (-1043))))) (T -791))
+((-3278 (*1 *2 *3 *4) (-12 (-5 *3 (-794)) (-5 *4 (-1043)) (-5 *2 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))))) (-5 *1 (-791)))) (-3278 (*1 *2 *3) (-12 (-5 *3 (-794)) (-5 *2 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))))) (-5 *1 (-791)))) (-2982 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1238 (-310 *4))) (-5 *5 (-630 (-373))) (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1017)) (-5 *1 (-791)))) (-2982 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1238 (-310 *4))) (-5 *5 (-630 (-373))) (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1017)) (-5 *1 (-791)))) (-2982 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1238 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-630 *4)) (-5 *2 (-1017)) (-5 *1 (-791)))) (-2982 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1238 (-310 *4))) (-5 *5 (-630 (-373))) (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1017)) (-5 *1 (-791)))) (-2982 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1238 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-630 *4)) (-5 *2 (-1017)) (-5 *1 (-791)))) (-2982 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1238 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-630 *4)) (-5 *2 (-1017)) (-5 *1 (-791)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-794)) (-5 *4 (-1043)) (-5 *2 (-1017)) (-5 *1 (-791)))) (-2982 (*1 *2 *3) (-12 (-5 *3 (-794)) (-5 *2 (-1017)) (-5 *1 (-791)))))
+(-10 -7 (-15 -2982 ((-1017) (-794))) (-15 -2982 ((-1017) (-794) (-1043))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-373))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-310 (-373)) (-373))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-630 (-373)) (-373))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-310 (-373)) (-630 (-373)) (-373))) (-15 -2982 ((-1017) (-1238 (-310 (-373))) (-373) (-373) (-630 (-373)) (-310 (-373)) (-630 (-373)) (-373) (-373))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-794))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-794) (-1043))))
+((-3783 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -3428 (-630 |#4|))) (-638 |#4|) |#4|) 35)))
+(((-792 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3783 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -3428 (-630 |#4|))) (-638 |#4|) |#4|))) (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))) (-1214 |#1|) (-1214 (-401 |#2|)) (-336 |#1| |#2| |#3|)) (T -792))
+((-3783 (*1 *2 *3 *4) (-12 (-5 *3 (-638 *4)) (-4 *4 (-336 *5 *6 *7)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4)))) (-5 *1 (-792 *5 *6 *7 *4)))))
+(-10 -7 (-15 -3783 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -3428 (-630 |#4|))) (-638 |#4|) |#4|)))
+((-2728 (((-2 (|:| -2770 |#3|) (|:| |rh| (-630 (-401 |#2|)))) |#4| (-630 (-401 |#2|))) 52)) (-1603 (((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#4| |#2|) 60) (((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#4|) 59) (((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#3| |#2|) 20) (((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#3|) 21)) (-3982 ((|#2| |#4| |#1|) 61) ((|#2| |#3| |#1|) 27)) (-2466 ((|#2| |#3| (-630 (-401 |#2|))) 93) (((-3 |#2| "failed") |#3| (-401 |#2|)) 90)))
+(((-793 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2466 ((-3 |#2| "failed") |#3| (-401 |#2|))) (-15 -2466 (|#2| |#3| (-630 (-401 |#2|)))) (-15 -1603 ((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#3|)) (-15 -1603 ((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#3| |#2|)) (-15 -3982 (|#2| |#3| |#1|)) (-15 -1603 ((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#4|)) (-15 -1603 ((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#4| |#2|)) (-15 -3982 (|#2| |#4| |#1|)) (-15 -2728 ((-2 (|:| -2770 |#3|) (|:| |rh| (-630 (-401 |#2|)))) |#4| (-630 (-401 |#2|))))) (-13 (-357) (-144) (-1020 (-401 (-553)))) (-1214 |#1|) (-641 |#2|) (-641 (-401 |#2|))) (T -793))
+((-2728 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5)) (-5 *2 (-2 (|:| -2770 *7) (|:| |rh| (-630 (-401 *6))))) (-5 *1 (-793 *5 *6 *7 *3)) (-5 *4 (-630 (-401 *6))) (-4 *7 (-641 *6)) (-4 *3 (-641 (-401 *6))))) (-3982 (*1 *2 *3 *4) (-12 (-4 *2 (-1214 *4)) (-5 *1 (-793 *4 *2 *5 *3)) (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *5 (-641 *2)) (-4 *3 (-641 (-401 *2))))) (-1603 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *4 (-1214 *5)) (-5 *2 (-630 (-2 (|:| -4045 *4) (|:| -3367 *4)))) (-5 *1 (-793 *5 *4 *6 *3)) (-4 *6 (-641 *4)) (-4 *3 (-641 (-401 *4))))) (-1603 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *5 (-1214 *4)) (-5 *2 (-630 (-2 (|:| -4045 *5) (|:| -3367 *5)))) (-5 *1 (-793 *4 *5 *6 *3)) (-4 *6 (-641 *5)) (-4 *3 (-641 (-401 *5))))) (-3982 (*1 *2 *3 *4) (-12 (-4 *2 (-1214 *4)) (-5 *1 (-793 *4 *2 *3 *5)) (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *3 (-641 *2)) (-4 *5 (-641 (-401 *2))))) (-1603 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *4 (-1214 *5)) (-5 *2 (-630 (-2 (|:| -4045 *4) (|:| -3367 *4)))) (-5 *1 (-793 *5 *4 *3 *6)) (-4 *3 (-641 *4)) (-4 *6 (-641 (-401 *4))))) (-1603 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *5 (-1214 *4)) (-5 *2 (-630 (-2 (|:| -4045 *5) (|:| -3367 *5)))) (-5 *1 (-793 *4 *5 *3 *6)) (-4 *3 (-641 *5)) (-4 *6 (-641 (-401 *5))))) (-2466 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-401 *2))) (-4 *2 (-1214 *5)) (-5 *1 (-793 *5 *2 *3 *6)) (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *3 (-641 *2)) (-4 *6 (-641 (-401 *2))))) (-2466 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-401 *2)) (-4 *2 (-1214 *5)) (-5 *1 (-793 *5 *2 *3 *6)) (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *3 (-641 *2)) (-4 *6 (-641 *4)))))
+(-10 -7 (-15 -2466 ((-3 |#2| "failed") |#3| (-401 |#2|))) (-15 -2466 (|#2| |#3| (-630 (-401 |#2|)))) (-15 -1603 ((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#3|)) (-15 -1603 ((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#3| |#2|)) (-15 -3982 (|#2| |#3| |#1|)) (-15 -1603 ((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#4|)) (-15 -1603 ((-630 (-2 (|:| -4045 |#2|) (|:| -3367 |#2|))) |#4| |#2|)) (-15 -3982 (|#2| |#4| |#1|)) (-15 -2728 ((-2 (|:| -2770 |#3|) (|:| |rh| (-630 (-401 |#2|)))) |#4| (-630 (-401 |#2|)))))
+((-3200 (((-111) $ $) NIL)) (-2831 (((-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) $) 13)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 15) (($ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) 12)) (-1614 (((-111) $ $) NIL)))
+(((-794) (-13 (-1079) (-10 -8 (-15 -3212 ($ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3212 ((-845) $)) (-15 -2831 ((-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) $))))) (T -794))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-794)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *1 (-794)))) (-2831 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220)))) (-5 *1 (-794)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ($ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))))) (-15 -3212 ((-845) $)) (-15 -2831 ((-2 (|:| |xinit| (-220)) (|:| |xend| (-220)) (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220))) (|:| |abserr| (-220)) (|:| |relerr| (-220))) $))))
+((-2200 (((-630 (-2 (|:| |frac| (-401 |#2|)) (|:| -2770 |#3|))) |#3| (-1 (-630 |#2|) |#2| (-1151 |#2|)) (-1 (-412 |#2|) |#2|)) 118)) (-3905 (((-630 (-2 (|:| |poly| |#2|) (|:| -2770 |#3|))) |#3| (-1 (-630 |#1|) |#2|)) 46)) (-1999 (((-630 (-2 (|:| |deg| (-757)) (|:| -2770 |#2|))) |#3|) 95)) (-2116 ((|#2| |#3|) 37)) (-3280 (((-630 (-2 (|:| -3929 |#1|) (|:| -2770 |#3|))) |#3| (-1 (-630 |#1|) |#2|)) 82)) (-1891 ((|#3| |#3| (-401 |#2|)) 63) ((|#3| |#3| |#2|) 79)))
+(((-795 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2116 (|#2| |#3|)) (-15 -1999 ((-630 (-2 (|:| |deg| (-757)) (|:| -2770 |#2|))) |#3|)) (-15 -3280 ((-630 (-2 (|:| -3929 |#1|) (|:| -2770 |#3|))) |#3| (-1 (-630 |#1|) |#2|))) (-15 -3905 ((-630 (-2 (|:| |poly| |#2|) (|:| -2770 |#3|))) |#3| (-1 (-630 |#1|) |#2|))) (-15 -2200 ((-630 (-2 (|:| |frac| (-401 |#2|)) (|:| -2770 |#3|))) |#3| (-1 (-630 |#2|) |#2| (-1151 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -1891 (|#3| |#3| |#2|)) (-15 -1891 (|#3| |#3| (-401 |#2|)))) (-13 (-357) (-144) (-1020 (-401 (-553)))) (-1214 |#1|) (-641 |#2|) (-641 (-401 |#2|))) (T -795))
+((-1891 (*1 *2 *2 *3) (-12 (-5 *3 (-401 *5)) (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *5 (-1214 *4)) (-5 *1 (-795 *4 *5 *2 *6)) (-4 *2 (-641 *5)) (-4 *6 (-641 *3)))) (-1891 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *3 (-1214 *4)) (-5 *1 (-795 *4 *3 *2 *5)) (-4 *2 (-641 *3)) (-4 *5 (-641 (-401 *3))))) (-2200 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-630 *7) *7 (-1151 *7))) (-5 *5 (-1 (-412 *7) *7)) (-4 *7 (-1214 *6)) (-4 *6 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-5 *2 (-630 (-2 (|:| |frac| (-401 *7)) (|:| -2770 *3)))) (-5 *1 (-795 *6 *7 *3 *8)) (-4 *3 (-641 *7)) (-4 *8 (-641 (-401 *7))))) (-3905 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-630 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5)) (-5 *2 (-630 (-2 (|:| |poly| *6) (|:| -2770 *3)))) (-5 *1 (-795 *5 *6 *3 *7)) (-4 *3 (-641 *6)) (-4 *7 (-641 (-401 *6))))) (-3280 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-630 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5)) (-5 *2 (-630 (-2 (|:| -3929 *5) (|:| -2770 *3)))) (-5 *1 (-795 *5 *6 *3 *7)) (-4 *3 (-641 *6)) (-4 *7 (-641 (-401 *6))))) (-1999 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *5 (-1214 *4)) (-5 *2 (-630 (-2 (|:| |deg| (-757)) (|:| -2770 *5)))) (-5 *1 (-795 *4 *5 *3 *6)) (-4 *3 (-641 *5)) (-4 *6 (-641 (-401 *5))))) (-2116 (*1 *2 *3) (-12 (-4 *2 (-1214 *4)) (-5 *1 (-795 *4 *2 *3 *5)) (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *3 (-641 *2)) (-4 *5 (-641 (-401 *2))))))
+(-10 -7 (-15 -2116 (|#2| |#3|)) (-15 -1999 ((-630 (-2 (|:| |deg| (-757)) (|:| -2770 |#2|))) |#3|)) (-15 -3280 ((-630 (-2 (|:| -3929 |#1|) (|:| -2770 |#3|))) |#3| (-1 (-630 |#1|) |#2|))) (-15 -3905 ((-630 (-2 (|:| |poly| |#2|) (|:| -2770 |#3|))) |#3| (-1 (-630 |#1|) |#2|))) (-15 -2200 ((-630 (-2 (|:| |frac| (-401 |#2|)) (|:| -2770 |#3|))) |#3| (-1 (-630 |#2|) |#2| (-1151 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -1891 (|#3| |#3| |#2|)) (-15 -1891 (|#3| |#3| (-401 |#2|))))
+((-4184 (((-2 (|:| -3428 (-630 (-401 |#2|))) (|:| -1317 (-674 |#1|))) (-639 |#2| (-401 |#2|)) (-630 (-401 |#2|))) 121) (((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -3428 (-630 (-401 |#2|)))) (-639 |#2| (-401 |#2|)) (-401 |#2|)) 120) (((-2 (|:| -3428 (-630 (-401 |#2|))) (|:| -1317 (-674 |#1|))) (-638 (-401 |#2|)) (-630 (-401 |#2|))) 115) (((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -3428 (-630 (-401 |#2|)))) (-638 (-401 |#2|)) (-401 |#2|)) 113)) (-2995 ((|#2| (-639 |#2| (-401 |#2|))) 80) ((|#2| (-638 (-401 |#2|))) 83)))
+(((-796 |#1| |#2|) (-10 -7 (-15 -4184 ((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -3428 (-630 (-401 |#2|)))) (-638 (-401 |#2|)) (-401 |#2|))) (-15 -4184 ((-2 (|:| -3428 (-630 (-401 |#2|))) (|:| -1317 (-674 |#1|))) (-638 (-401 |#2|)) (-630 (-401 |#2|)))) (-15 -4184 ((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -3428 (-630 (-401 |#2|)))) (-639 |#2| (-401 |#2|)) (-401 |#2|))) (-15 -4184 ((-2 (|:| -3428 (-630 (-401 |#2|))) (|:| -1317 (-674 |#1|))) (-639 |#2| (-401 |#2|)) (-630 (-401 |#2|)))) (-15 -2995 (|#2| (-638 (-401 |#2|)))) (-15 -2995 (|#2| (-639 |#2| (-401 |#2|))))) (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))) (-1214 |#1|)) (T -796))
+((-2995 (*1 *2 *3) (-12 (-5 *3 (-639 *2 (-401 *2))) (-4 *2 (-1214 *4)) (-5 *1 (-796 *4 *2)) (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))))) (-2995 (*1 *2 *3) (-12 (-5 *3 (-638 (-401 *2))) (-4 *2 (-1214 *4)) (-5 *1 (-796 *4 *2)) (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))))) (-4184 (*1 *2 *3 *4) (-12 (-5 *3 (-639 *6 (-401 *6))) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-2 (|:| -3428 (-630 (-401 *6))) (|:| -1317 (-674 *5)))) (-5 *1 (-796 *5 *6)) (-5 *4 (-630 (-401 *6))))) (-4184 (*1 *2 *3 *4) (-12 (-5 *3 (-639 *6 (-401 *6))) (-5 *4 (-401 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4)))) (-5 *1 (-796 *5 *6)))) (-4184 (*1 *2 *3 *4) (-12 (-5 *3 (-638 (-401 *6))) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-2 (|:| -3428 (-630 (-401 *6))) (|:| -1317 (-674 *5)))) (-5 *1 (-796 *5 *6)) (-5 *4 (-630 (-401 *6))))) (-4184 (*1 *2 *3 *4) (-12 (-5 *3 (-638 (-401 *6))) (-5 *4 (-401 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4)))) (-5 *1 (-796 *5 *6)))))
+(-10 -7 (-15 -4184 ((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -3428 (-630 (-401 |#2|)))) (-638 (-401 |#2|)) (-401 |#2|))) (-15 -4184 ((-2 (|:| -3428 (-630 (-401 |#2|))) (|:| -1317 (-674 |#1|))) (-638 (-401 |#2|)) (-630 (-401 |#2|)))) (-15 -4184 ((-2 (|:| |particular| (-3 (-401 |#2|) "failed")) (|:| -3428 (-630 (-401 |#2|)))) (-639 |#2| (-401 |#2|)) (-401 |#2|))) (-15 -4184 ((-2 (|:| -3428 (-630 (-401 |#2|))) (|:| -1317 (-674 |#1|))) (-639 |#2| (-401 |#2|)) (-630 (-401 |#2|)))) (-15 -2995 (|#2| (-638 (-401 |#2|)))) (-15 -2995 (|#2| (-639 |#2| (-401 |#2|)))))
+((-4343 (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#1|))) |#5| |#4|) 48)))
+(((-797 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4343 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#1|))) |#5| |#4|))) (-357) (-641 |#1|) (-1214 |#1|) (-710 |#1| |#3|) (-641 |#4|)) (T -797))
+((-4343 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *7 (-1214 *5)) (-4 *4 (-710 *5 *7)) (-5 *2 (-2 (|:| -1317 (-674 *6)) (|:| |vec| (-1238 *5)))) (-5 *1 (-797 *5 *6 *7 *4 *3)) (-4 *6 (-641 *5)) (-4 *3 (-641 *4)))))
+(-10 -7 (-15 -4343 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#1|))) |#5| |#4|)))
+((-2200 (((-630 (-2 (|:| |frac| (-401 |#2|)) (|:| -2770 (-639 |#2| (-401 |#2|))))) (-639 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|)) 47)) (-4211 (((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|)) 141 (|has| |#1| (-27))) (((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|))) 138 (|has| |#1| (-27))) (((-630 (-401 |#2|)) (-638 (-401 |#2|)) (-1 (-412 |#2|) |#2|)) 142 (|has| |#1| (-27))) (((-630 (-401 |#2|)) (-638 (-401 |#2|))) 140 (|has| |#1| (-27))) (((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)) (-1 (-630 |#1|) |#2|) (-1 (-412 |#2|) |#2|)) 38) (((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)) (-1 (-630 |#1|) |#2|)) 39) (((-630 (-401 |#2|)) (-638 (-401 |#2|)) (-1 (-630 |#1|) |#2|) (-1 (-412 |#2|) |#2|)) 36) (((-630 (-401 |#2|)) (-638 (-401 |#2|)) (-1 (-630 |#1|) |#2|)) 37)) (-3905 (((-630 (-2 (|:| |poly| |#2|) (|:| -2770 (-639 |#2| (-401 |#2|))))) (-639 |#2| (-401 |#2|)) (-1 (-630 |#1|) |#2|)) 83)))
+(((-798 |#1| |#2|) (-10 -7 (-15 -4211 ((-630 (-401 |#2|)) (-638 (-401 |#2|)) (-1 (-630 |#1|) |#2|))) (-15 -4211 ((-630 (-401 |#2|)) (-638 (-401 |#2|)) (-1 (-630 |#1|) |#2|) (-1 (-412 |#2|) |#2|))) (-15 -4211 ((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)) (-1 (-630 |#1|) |#2|))) (-15 -4211 ((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)) (-1 (-630 |#1|) |#2|) (-1 (-412 |#2|) |#2|))) (-15 -2200 ((-630 (-2 (|:| |frac| (-401 |#2|)) (|:| -2770 (-639 |#2| (-401 |#2|))))) (-639 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -3905 ((-630 (-2 (|:| |poly| |#2|) (|:| -2770 (-639 |#2| (-401 |#2|))))) (-639 |#2| (-401 |#2|)) (-1 (-630 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -4211 ((-630 (-401 |#2|)) (-638 (-401 |#2|)))) (-15 -4211 ((-630 (-401 |#2|)) (-638 (-401 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -4211 ((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)))) (-15 -4211 ((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|)))) |%noBranch|)) (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))) (-1214 |#1|)) (T -798))
+((-4211 (*1 *2 *3 *4) (-12 (-5 *3 (-639 *6 (-401 *6))) (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1214 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-630 (-401 *6))) (-5 *1 (-798 *5 *6)))) (-4211 (*1 *2 *3) (-12 (-5 *3 (-639 *5 (-401 *5))) (-4 *5 (-1214 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-630 (-401 *5))) (-5 *1 (-798 *4 *5)))) (-4211 (*1 *2 *3 *4) (-12 (-5 *3 (-638 (-401 *6))) (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1214 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-630 (-401 *6))) (-5 *1 (-798 *5 *6)))) (-4211 (*1 *2 *3) (-12 (-5 *3 (-638 (-401 *5))) (-4 *5 (-1214 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-630 (-401 *5))) (-5 *1 (-798 *4 *5)))) (-3905 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-630 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5)) (-5 *2 (-630 (-2 (|:| |poly| *6) (|:| -2770 (-639 *6 (-401 *6)))))) (-5 *1 (-798 *5 *6)) (-5 *3 (-639 *6 (-401 *6))))) (-2200 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-5 *2 (-630 (-2 (|:| |frac| (-401 *6)) (|:| -2770 (-639 *6 (-401 *6)))))) (-5 *1 (-798 *5 *6)) (-5 *3 (-639 *6 (-401 *6))))) (-4211 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-639 *7 (-401 *7))) (-5 *4 (-1 (-630 *6) *7)) (-5 *5 (-1 (-412 *7) *7)) (-4 *6 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *7 (-1214 *6)) (-5 *2 (-630 (-401 *7))) (-5 *1 (-798 *6 *7)))) (-4211 (*1 *2 *3 *4) (-12 (-5 *3 (-639 *6 (-401 *6))) (-5 *4 (-1 (-630 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5)) (-5 *2 (-630 (-401 *6))) (-5 *1 (-798 *5 *6)))) (-4211 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-638 (-401 *7))) (-5 *4 (-1 (-630 *6) *7)) (-5 *5 (-1 (-412 *7) *7)) (-4 *6 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *7 (-1214 *6)) (-5 *2 (-630 (-401 *7))) (-5 *1 (-798 *6 *7)))) (-4211 (*1 *2 *3 *4) (-12 (-5 *3 (-638 (-401 *6))) (-5 *4 (-1 (-630 *5) *6)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5)) (-5 *2 (-630 (-401 *6))) (-5 *1 (-798 *5 *6)))))
+(-10 -7 (-15 -4211 ((-630 (-401 |#2|)) (-638 (-401 |#2|)) (-1 (-630 |#1|) |#2|))) (-15 -4211 ((-630 (-401 |#2|)) (-638 (-401 |#2|)) (-1 (-630 |#1|) |#2|) (-1 (-412 |#2|) |#2|))) (-15 -4211 ((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)) (-1 (-630 |#1|) |#2|))) (-15 -4211 ((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)) (-1 (-630 |#1|) |#2|) (-1 (-412 |#2|) |#2|))) (-15 -2200 ((-630 (-2 (|:| |frac| (-401 |#2|)) (|:| -2770 (-639 |#2| (-401 |#2|))))) (-639 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -3905 ((-630 (-2 (|:| |poly| |#2|) (|:| -2770 (-639 |#2| (-401 |#2|))))) (-639 |#2| (-401 |#2|)) (-1 (-630 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -4211 ((-630 (-401 |#2|)) (-638 (-401 |#2|)))) (-15 -4211 ((-630 (-401 |#2|)) (-638 (-401 |#2|)) (-1 (-412 |#2|) |#2|))) (-15 -4211 ((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)))) (-15 -4211 ((-630 (-401 |#2|)) (-639 |#2| (-401 |#2|)) (-1 (-412 |#2|) |#2|)))) |%noBranch|))
+((-2467 (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#1|))) (-674 |#2|) (-1238 |#1|)) 85) (((-2 (|:| A (-674 |#1|)) (|:| |eqs| (-630 (-2 (|:| C (-674 |#1|)) (|:| |g| (-1238 |#1|)) (|:| -2770 |#2|) (|:| |rh| |#1|))))) (-674 |#1|) (-1238 |#1|)) 15)) (-1881 (((-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|)))) (-674 |#2|) (-1238 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -3428 (-630 |#1|))) |#2| |#1|)) 92)) (-2982 (((-3 (-2 (|:| |particular| (-1238 |#1|)) (|:| -3428 (-674 |#1|))) "failed") (-674 |#1|) (-1238 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -3428 (-630 |#1|))) "failed") |#2| |#1|)) 43)))
+(((-799 |#1| |#2|) (-10 -7 (-15 -2467 ((-2 (|:| A (-674 |#1|)) (|:| |eqs| (-630 (-2 (|:| C (-674 |#1|)) (|:| |g| (-1238 |#1|)) (|:| -2770 |#2|) (|:| |rh| |#1|))))) (-674 |#1|) (-1238 |#1|))) (-15 -2467 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#1|))) (-674 |#2|) (-1238 |#1|))) (-15 -2982 ((-3 (-2 (|:| |particular| (-1238 |#1|)) (|:| -3428 (-674 |#1|))) "failed") (-674 |#1|) (-1238 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -3428 (-630 |#1|))) "failed") |#2| |#1|))) (-15 -1881 ((-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|)))) (-674 |#2|) (-1238 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -3428 (-630 |#1|))) |#2| |#1|)))) (-357) (-641 |#1|)) (T -799))
+((-1881 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-674 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -3428 (-630 *6))) *7 *6)) (-4 *6 (-357)) (-4 *7 (-641 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1238 *6) "failed")) (|:| -3428 (-630 (-1238 *6))))) (-5 *1 (-799 *6 *7)) (-5 *4 (-1238 *6)))) (-2982 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -3428 (-630 *6))) "failed") *7 *6)) (-4 *6 (-357)) (-4 *7 (-641 *6)) (-5 *2 (-2 (|:| |particular| (-1238 *6)) (|:| -3428 (-674 *6)))) (-5 *1 (-799 *6 *7)) (-5 *3 (-674 *6)) (-5 *4 (-1238 *6)))) (-2467 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-4 *6 (-641 *5)) (-5 *2 (-2 (|:| -1317 (-674 *6)) (|:| |vec| (-1238 *5)))) (-5 *1 (-799 *5 *6)) (-5 *3 (-674 *6)) (-5 *4 (-1238 *5)))) (-2467 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-5 *2 (-2 (|:| A (-674 *5)) (|:| |eqs| (-630 (-2 (|:| C (-674 *5)) (|:| |g| (-1238 *5)) (|:| -2770 *6) (|:| |rh| *5)))))) (-5 *1 (-799 *5 *6)) (-5 *3 (-674 *5)) (-5 *4 (-1238 *5)) (-4 *6 (-641 *5)))))
+(-10 -7 (-15 -2467 ((-2 (|:| A (-674 |#1|)) (|:| |eqs| (-630 (-2 (|:| C (-674 |#1|)) (|:| |g| (-1238 |#1|)) (|:| -2770 |#2|) (|:| |rh| |#1|))))) (-674 |#1|) (-1238 |#1|))) (-15 -2467 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#1|))) (-674 |#2|) (-1238 |#1|))) (-15 -2982 ((-3 (-2 (|:| |particular| (-1238 |#1|)) (|:| -3428 (-674 |#1|))) "failed") (-674 |#1|) (-1238 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -3428 (-630 |#1|))) "failed") |#2| |#1|))) (-15 -1881 ((-2 (|:| |particular| (-3 (-1238 |#1|) "failed")) (|:| -3428 (-630 (-1238 |#1|)))) (-674 |#2|) (-1238 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -3428 (-630 |#1|))) |#2| |#1|))))
+((-3021 (((-674 |#1|) (-630 |#1|) (-757)) 13) (((-674 |#1|) (-630 |#1|)) 14)) (-1469 (((-3 (-1238 |#1|) "failed") |#2| |#1| (-630 |#1|)) 34)) (-2787 (((-3 |#1| "failed") |#2| |#1| (-630 |#1|) (-1 |#1| |#1|)) 42)))
+(((-800 |#1| |#2|) (-10 -7 (-15 -3021 ((-674 |#1|) (-630 |#1|))) (-15 -3021 ((-674 |#1|) (-630 |#1|) (-757))) (-15 -1469 ((-3 (-1238 |#1|) "failed") |#2| |#1| (-630 |#1|))) (-15 -2787 ((-3 |#1| "failed") |#2| |#1| (-630 |#1|) (-1 |#1| |#1|)))) (-357) (-641 |#1|)) (T -800))
+((-2787 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-630 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-357)) (-5 *1 (-800 *2 *3)) (-4 *3 (-641 *2)))) (-1469 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-630 *4)) (-4 *4 (-357)) (-5 *2 (-1238 *4)) (-5 *1 (-800 *4 *3)) (-4 *3 (-641 *4)))) (-3021 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *5)) (-5 *4 (-757)) (-4 *5 (-357)) (-5 *2 (-674 *5)) (-5 *1 (-800 *5 *6)) (-4 *6 (-641 *5)))) (-3021 (*1 *2 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-357)) (-5 *2 (-674 *4)) (-5 *1 (-800 *4 *5)) (-4 *5 (-641 *4)))))
+(-10 -7 (-15 -3021 ((-674 |#1|) (-630 |#1|))) (-15 -3021 ((-674 |#1|) (-630 |#1|) (-757))) (-15 -1469 ((-3 (-1238 |#1|) "failed") |#2| |#1| (-630 |#1|))) (-15 -2787 ((-3 |#1| "failed") |#2| |#1| (-630 |#1|) (-1 |#1| |#1|))))
+((-3200 (((-111) $ $) NIL (|has| |#2| (-1079)))) (-1719 (((-111) $) NIL (|has| |#2| (-129)))) (-3530 (($ (-903)) NIL (|has| |#2| (-1031)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-1462 (($ $ $) NIL (|has| |#2| (-779)))) (-4123 (((-3 $ "failed") $ $) NIL (|has| |#2| (-129)))) (-2549 (((-111) $ (-757)) NIL)) (-2662 (((-757)) NIL (|has| |#2| (-362)))) (-2299 (((-553) $) NIL (|has| |#2| (-831)))) (-1471 ((|#2| $ (-553) |#2|) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079)))) (((-3 (-401 (-553)) "failed") $) NIL (-12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1079)))) (-2831 (((-553) $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079)))) (((-401 (-553)) $) NIL (-12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) ((|#2| $) NIL (|has| |#2| (-1079)))) (-3698 (((-674 (-553)) (-674 $)) NIL (-12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| |#2| (-626 (-553))) (|has| |#2| (-1031)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL (|has| |#2| (-1031))) (((-674 |#2|) (-674 $)) NIL (|has| |#2| (-1031)))) (-3889 (((-3 $ "failed") $) NIL (|has| |#2| (-712)))) (-1333 (($) NIL (|has| |#2| (-362)))) (-2959 ((|#2| $ (-553) |#2|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ (-553)) NIL)) (-2184 (((-111) $) NIL (|has| |#2| (-831)))) (-3136 (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-1434 (((-111) $) NIL (|has| |#2| (-712)))) (-2260 (((-111) $) NIL (|has| |#2| (-831)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-2447 (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-3941 (((-903) $) NIL (|has| |#2| (-362)))) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#2| (-1079)))) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2839 (($ (-903)) NIL (|has| |#2| (-362)))) (-2875 (((-1099) $) NIL (|has| |#2| (-1079)))) (-2701 ((|#2| $) NIL (|has| (-553) (-833)))) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ (-553) |#2|) NIL) ((|#2| $ (-553)) NIL)) (-1602 ((|#2| $ $) NIL (|has| |#2| (-1031)))) (-3518 (($ (-1238 |#2|)) NIL)) (-1315 (((-132)) NIL (|has| |#2| (-357)))) (-3095 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1 |#2| |#2|) (-757)) NIL (|has| |#2| (-1031))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1031)))) (-2885 (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-1238 |#2|) $) NIL) (($ (-553)) NIL (-4028 (-12 (|has| |#2| (-1020 (-553))) (|has| |#2| (-1079))) (|has| |#2| (-1031)))) (($ (-401 (-553))) NIL (-12 (|has| |#2| (-1020 (-401 (-553)))) (|has| |#2| (-1079)))) (($ |#2|) NIL (|has| |#2| (-1079))) (((-845) $) NIL (|has| |#2| (-600 (-845))))) (-1348 (((-757)) NIL (|has| |#2| (-1031)))) (-1798 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1411 (($ $) NIL (|has| |#2| (-831)))) (-3296 (($) NIL (|has| |#2| (-129)) CONST)) (-3308 (($) NIL (|has| |#2| (-712)) CONST)) (-1766 (($ $) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#2| (-228)) (|has| |#2| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#2| (-882 (-1155))) (|has| |#2| (-1031)))) (($ $ (-1 |#2| |#2|) (-757)) NIL (|has| |#2| (-1031))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-1031)))) (-1667 (((-111) $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1645 (((-111) $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1614 (((-111) $ $) NIL (|has| |#2| (-1079)))) (-1656 (((-111) $ $) NIL (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1633 (((-111) $ $) 11 (-4028 (|has| |#2| (-779)) (|has| |#2| (-831))))) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $ $) NIL (|has| |#2| (-1031))) (($ $) NIL (|has| |#2| (-1031)))) (-1699 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-757)) NIL (|has| |#2| (-712))) (($ $ (-903)) NIL (|has| |#2| (-712)))) (* (($ (-553) $) NIL (|has| |#2| (-1031))) (($ $ $) NIL (|has| |#2| (-712))) (($ $ |#2|) NIL (|has| |#2| (-712))) (($ |#2| $) NIL (|has| |#2| (-712))) (($ (-757) $) NIL (|has| |#2| (-129))) (($ (-903) $) NIL (|has| |#2| (-25)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-801 |#1| |#2| |#3|) (-233 |#1| |#2|) (-757) (-779) (-1 (-111) (-1238 |#2|) (-1238 |#2|))) (T -801))
NIL
(-233 |#1| |#2|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2025 (((-629 (-756)) $) NIL) (((-629 (-756)) $ (-1154)) NIL)) (-1400 (((-756) $) NIL) (((-756) $ (-1154)) NIL)) (-3611 (((-629 (-803 (-1154))) $) NIL)) (-3449 (((-1150 $) $ (-803 (-1154))) NIL) (((-1150 |#1|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-803 (-1154)))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-4116 (($ $) NIL (|has| |#1| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1523 (($ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-803 (-1154)) "failed") $) NIL) (((-3 (-1154) "failed") $) NIL) (((-3 (-1103 |#1| (-1154)) "failed") $) NIL)) (-2832 ((|#1| $) NIL) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-803 (-1154)) $) NIL) (((-1154) $) NIL) (((-1103 |#1| (-1154)) $) NIL)) (-3301 (($ $ $ (-803 (-1154))) NIL (|has| |#1| (-169)))) (-3766 (($ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#1| (-445))) (($ $ (-803 (-1154))) NIL (|has| |#1| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#1| (-890)))) (-3423 (($ $ |#1| (-523 (-803 (-1154))) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-803 (-1154)) (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-803 (-1154)) (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-4241 (((-756) $ (-1154)) NIL) (((-756) $) NIL)) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3602 (($ (-1150 |#1|) (-803 (-1154))) NIL) (($ (-1150 $) (-803 (-1154))) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-523 (-803 (-1154)))) NIL) (($ $ (-803 (-1154)) (-756)) NIL) (($ $ (-629 (-803 (-1154))) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-803 (-1154))) NIL)) (-3544 (((-523 (-803 (-1154))) $) NIL) (((-756) $ (-803 (-1154))) NIL) (((-629 (-756)) $ (-629 (-803 (-1154)))) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-3891 (($ (-1 (-523 (-803 (-1154))) (-523 (-803 (-1154)))) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2681 (((-1 $ (-756)) (-1154)) NIL) (((-1 $ (-756)) $) NIL (|has| |#1| (-228)))) (-3506 (((-3 (-803 (-1154)) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2507 (((-803 (-1154)) $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2623 (((-1136) $) NIL)) (-1836 (((-111) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-803 (-1154))) (|:| -1406 (-756))) "failed") $) NIL)) (-3017 (($ $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-890)))) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-803 (-1154)) |#1|) NIL) (($ $ (-629 (-803 (-1154))) (-629 |#1|)) NIL) (($ $ (-803 (-1154)) $) NIL) (($ $ (-629 (-803 (-1154))) (-629 $)) NIL) (($ $ (-1154) $) NIL (|has| |#1| (-228))) (($ $ (-629 (-1154)) (-629 $)) NIL (|has| |#1| (-228))) (($ $ (-1154) |#1|) NIL (|has| |#1| (-228))) (($ $ (-629 (-1154)) (-629 |#1|)) NIL (|has| |#1| (-228)))) (-1721 (($ $ (-803 (-1154))) NIL (|has| |#1| (-169)))) (-3096 (($ $ (-803 (-1154))) NIL) (($ $ (-629 (-803 (-1154)))) NIL) (($ $ (-803 (-1154)) (-756)) NIL) (($ $ (-629 (-803 (-1154))) (-629 (-756))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2619 (((-629 (-1154)) $) NIL)) (-3299 (((-523 (-803 (-1154))) $) NIL) (((-756) $ (-803 (-1154))) NIL) (((-629 (-756)) $ (-629 (-803 (-1154)))) NIL) (((-756) $ (-1154)) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-803 (-1154)) (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-803 (-1154)) (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-803 (-1154)) (-600 (-528))) (|has| |#1| (-600 (-528)))))) (-3807 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-803 (-1154))) NIL (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL) (($ (-803 (-1154))) NIL) (($ (-1154)) NIL) (($ (-1103 |#1| (-1154))) NIL) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-523 (-803 (-1154)))) NIL) (($ $ (-803 (-1154)) (-756)) NIL) (($ $ (-629 (-803 (-1154))) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#1| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-803 (-1154))) NIL) (($ $ (-629 (-803 (-1154)))) NIL) (($ $ (-803 (-1154)) (-756)) NIL) (($ $ (-629 (-803 (-1154))) (-629 (-756))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-801 |#1|) (-13 (-247 |#1| (-1154) (-803 (-1154)) (-523 (-803 (-1154)))) (-1019 (-1103 |#1| (-1154)))) (-1030)) (T -801))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3407 (((-630 (-757)) $) NIL) (((-630 (-757)) $ (-1155)) NIL)) (-3452 (((-757) $) NIL) (((-757) $ (-1155)) NIL)) (-3611 (((-630 (-804 (-1155))) $) NIL)) (-3447 (((-1151 $) $ (-804 (-1155))) NIL) (((-1151 |#1|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-804 (-1155)))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3837 (($ $) NIL (|has| |#1| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2045 (($ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-804 (-1155)) "failed") $) NIL) (((-3 (-1155) "failed") $) NIL) (((-3 (-1104 |#1| (-1155)) "failed") $) NIL)) (-2831 ((|#1| $) NIL) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-804 (-1155)) $) NIL) (((-1155) $) NIL) (((-1104 |#1| (-1155)) $) NIL)) (-2697 (($ $ $ (-804 (-1155))) NIL (|has| |#1| (-169)))) (-3765 (($ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#1| (-445))) (($ $ (-804 (-1155))) NIL (|has| |#1| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#1| (-891)))) (-1369 (($ $ |#1| (-524 (-804 (-1155))) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-804 (-1155)) (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-804 (-1155)) (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-2592 (((-757) $ (-1155)) NIL) (((-757) $) NIL)) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3601 (($ (-1151 |#1|) (-804 (-1155))) NIL) (($ (-1151 $) (-804 (-1155))) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-524 (-804 (-1155)))) NIL) (($ $ (-804 (-1155)) (-757)) NIL) (($ $ (-630 (-804 (-1155))) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-804 (-1155))) NIL)) (-3264 (((-524 (-804 (-1155))) $) NIL) (((-757) $ (-804 (-1155))) NIL) (((-630 (-757)) $ (-630 (-804 (-1155)))) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2364 (($ (-1 (-524 (-804 (-1155))) (-524 (-804 (-1155)))) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-1447 (((-1 $ (-757)) (-1155)) NIL) (((-1 $ (-757)) $) NIL (|has| |#1| (-228)))) (-2903 (((-3 (-804 (-1155)) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2506 (((-804 (-1155)) $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4056 (((-1137) $) NIL)) (-3295 (((-111) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-804 (-1155))) (|:| -3503 (-757))) "failed") $) NIL)) (-3019 (($ $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-891)))) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-804 (-1155)) |#1|) NIL) (($ $ (-630 (-804 (-1155))) (-630 |#1|)) NIL) (($ $ (-804 (-1155)) $) NIL) (($ $ (-630 (-804 (-1155))) (-630 $)) NIL) (($ $ (-1155) $) NIL (|has| |#1| (-228))) (($ $ (-630 (-1155)) (-630 $)) NIL (|has| |#1| (-228))) (($ $ (-1155) |#1|) NIL (|has| |#1| (-228))) (($ $ (-630 (-1155)) (-630 |#1|)) NIL (|has| |#1| (-228)))) (-3488 (($ $ (-804 (-1155))) NIL (|has| |#1| (-169)))) (-3095 (($ $ (-804 (-1155))) NIL) (($ $ (-630 (-804 (-1155)))) NIL) (($ $ (-804 (-1155)) (-757)) NIL) (($ $ (-630 (-804 (-1155))) (-630 (-757))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-4016 (((-630 (-1155)) $) NIL)) (-2672 (((-524 (-804 (-1155))) $) NIL) (((-757) $ (-804 (-1155))) NIL) (((-630 (-757)) $ (-630 (-804 (-1155)))) NIL) (((-757) $ (-1155)) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-804 (-1155)) (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-804 (-1155)) (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-804 (-1155)) (-601 (-529))) (|has| |#1| (-601 (-529)))))) (-3998 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-804 (-1155))) NIL (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL) (($ (-804 (-1155))) NIL) (($ (-1155)) NIL) (($ (-1104 |#1| (-1155))) NIL) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-524 (-804 (-1155)))) NIL) (($ $ (-804 (-1155)) (-757)) NIL) (($ $ (-630 (-804 (-1155))) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#1| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-804 (-1155))) NIL) (($ $ (-630 (-804 (-1155)))) NIL) (($ $ (-804 (-1155)) (-757)) NIL) (($ $ (-630 (-804 (-1155))) (-630 (-757))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-802 |#1|) (-13 (-247 |#1| (-1155) (-804 (-1155)) (-524 (-804 (-1155)))) (-1020 (-1104 |#1| (-1155)))) (-1031)) (T -802))
NIL
-(-13 (-247 |#1| (-1154) (-803 (-1154)) (-523 (-803 (-1154)))) (-1019 (-1103 |#1| (-1154))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#2| (-357)))) (-3303 (($ $) NIL (|has| |#2| (-357)))) (-1334 (((-111) $) NIL (|has| |#2| (-357)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| |#2| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#2| (-357)))) (-2393 (((-111) $ $) NIL (|has| |#2| (-357)))) (-2130 (($) NIL T CONST)) (-4006 (($ $ $) NIL (|has| |#2| (-357)))) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL (|has| |#2| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#2| (-357)))) (-1677 (((-111) $) NIL (|has| |#2| (-357)))) (-4065 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#2| (-357)))) (-2552 (($ (-629 $)) NIL (|has| |#2| (-357))) (($ $ $) NIL (|has| |#2| (-357)))) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 20 (|has| |#2| (-357)))) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#2| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#2| (-357))) (($ $ $) NIL (|has| |#2| (-357)))) (-3479 (((-412 $) $) NIL (|has| |#2| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#2| (-357)))) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#2| (-357)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#2| (-357)))) (-3795 (((-756) $) NIL (|has| |#2| (-357)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#2| (-357)))) (-3096 (($ $ (-756)) NIL) (($ $) 13)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-401 (-552))) NIL (|has| |#2| (-357))) (($ $) NIL (|has| |#2| (-357)))) (-2014 (((-756)) NIL)) (-3589 (((-111) $ $) NIL (|has| |#2| (-357)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) 15 (|has| |#2| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-756)) NIL) (($ $ (-902)) NIL) (($ $ (-552)) 18 (|has| |#2| (-357)))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-401 (-552)) $) NIL (|has| |#2| (-357))) (($ $ (-401 (-552))) NIL (|has| |#2| (-357)))))
-(((-802 |#1| |#2| |#3|) (-13 (-110 $ $) (-228) (-10 -8 (IF (|has| |#2| (-357)) (-6 (-357)) |%noBranch|) (-15 -3213 ($ |#2|)) (-15 -3213 (|#2| $)))) (-1078) (-881 |#1|) |#1|) (T -802))
-((-3213 (*1 *1 *2) (-12 (-4 *3 (-1078)) (-14 *4 *3) (-5 *1 (-802 *3 *2 *4)) (-4 *2 (-881 *3)))) (-3213 (*1 *2 *1) (-12 (-4 *2 (-881 *3)) (-5 *1 (-802 *3 *2 *4)) (-4 *3 (-1078)) (-14 *4 *3))))
-(-13 (-110 $ $) (-228) (-10 -8 (IF (|has| |#2| (-357)) (-6 (-357)) |%noBranch|) (-15 -3213 ($ |#2|)) (-15 -3213 (|#2| $))))
-((-3202 (((-111) $ $) NIL)) (-1400 (((-756) $) NIL)) (-1485 ((|#1| $) 10)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-4241 (((-756) $) 11)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2681 (($ |#1| (-756)) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3096 (($ $) NIL) (($ $ (-756)) NIL)) (-3213 (((-844) $) NIL) (($ |#1|) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)))
-(((-803 |#1|) (-260 |#1|) (-832)) (T -803))
+(-13 (-247 |#1| (-1155) (-804 (-1155)) (-524 (-804 (-1155)))) (-1020 (-1104 |#1| (-1155))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#2| (-357)))) (-2723 (($ $) NIL (|has| |#2| (-357)))) (-2157 (((-111) $) NIL (|has| |#2| (-357)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| |#2| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#2| (-357)))) (-3816 (((-111) $ $) NIL (|has| |#2| (-357)))) (-3203 (($) NIL T CONST)) (-4005 (($ $ $) NIL (|has| |#2| (-357)))) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL (|has| |#2| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#2| (-357)))) (-4268 (((-111) $) NIL (|has| |#2| (-357)))) (-1434 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#2| (-357)))) (-2552 (($ (-630 $)) NIL (|has| |#2| (-357))) (($ $ $) NIL (|has| |#2| (-357)))) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 20 (|has| |#2| (-357)))) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#2| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#2| (-357))) (($ $ $) NIL (|has| |#2| (-357)))) (-3476 (((-412 $) $) NIL (|has| |#2| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#2| (-357)))) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#2| (-357)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#2| (-357)))) (-3879 (((-757) $) NIL (|has| |#2| (-357)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#2| (-357)))) (-3095 (($ $ (-757)) NIL) (($ $) 13)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-401 (-553))) NIL (|has| |#2| (-357))) (($ $) NIL (|has| |#2| (-357)))) (-1348 (((-757)) NIL)) (-2453 (((-111) $ $) NIL (|has| |#2| (-357)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) 15 (|has| |#2| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-757)) NIL) (($ $ (-903)) NIL) (($ $ (-553)) 18 (|has| |#2| (-357)))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-401 (-553)) $) NIL (|has| |#2| (-357))) (($ $ (-401 (-553))) NIL (|has| |#2| (-357)))))
+(((-803 |#1| |#2| |#3|) (-13 (-110 $ $) (-228) (-10 -8 (IF (|has| |#2| (-357)) (-6 (-357)) |%noBranch|) (-15 -3212 ($ |#2|)) (-15 -3212 (|#2| $)))) (-1079) (-882 |#1|) |#1|) (T -803))
+((-3212 (*1 *1 *2) (-12 (-4 *3 (-1079)) (-14 *4 *3) (-5 *1 (-803 *3 *2 *4)) (-4 *2 (-882 *3)))) (-3212 (*1 *2 *1) (-12 (-4 *2 (-882 *3)) (-5 *1 (-803 *3 *2 *4)) (-4 *3 (-1079)) (-14 *4 *3))))
+(-13 (-110 $ $) (-228) (-10 -8 (IF (|has| |#2| (-357)) (-6 (-357)) |%noBranch|) (-15 -3212 ($ |#2|)) (-15 -3212 (|#2| $))))
+((-3200 (((-111) $ $) NIL)) (-3452 (((-757) $) NIL)) (-1489 ((|#1| $) 10)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-2592 (((-757) $) 11)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1447 (($ |#1| (-757)) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3095 (($ $) NIL) (($ $ (-757)) NIL)) (-3212 (((-845) $) NIL) (($ |#1|) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)))
+(((-804 |#1|) (-260 |#1|) (-833)) (T -804))
NIL
(-260 |#1|)
-((-3202 (((-111) $ $) NIL)) (-2814 (((-629 |#1|) $) 29)) (-2663 (((-756) $) NIL)) (-2130 (($) NIL T CONST)) (-2390 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 20)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-2715 (($ $) 31)) (-1293 (((-3 $ "failed") $) NIL)) (-2058 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-4065 (((-111) $) NIL)) (-3261 ((|#1| $ (-552)) NIL)) (-1935 (((-756) $ (-552)) NIL)) (-2643 (($ $) 36)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2137 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 17)) (-2752 (((-111) $ $) 34)) (-2556 (((-756) $) 25)) (-2623 (((-1136) $) NIL)) (-4307 (($ $ $) NIL)) (-3708 (($ $ $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 ((|#1| $) 30)) (-3772 (((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-756)))) $) NIL)) (-3977 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-3213 (((-844) $) NIL) (($ |#1|) NIL)) (-3309 (($) 15 T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 35)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ |#1| (-756)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-804 |#1|) (-13 (-828) (-1019 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-756))) (-15 -2702 (|#1| $)) (-15 -2715 ($ $)) (-15 -2643 ($ $)) (-15 -2752 ((-111) $ $)) (-15 -3708 ($ $ $)) (-15 -4307 ($ $ $)) (-15 -2137 ((-3 $ "failed") $ $)) (-15 -2390 ((-3 $ "failed") $ $)) (-15 -2137 ((-3 $ "failed") $ |#1|)) (-15 -2390 ((-3 $ "failed") $ |#1|)) (-15 -3977 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2058 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2663 ((-756) $)) (-15 -1935 ((-756) $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -3772 ((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-756)))) $)) (-15 -2556 ((-756) $)) (-15 -2814 ((-629 |#1|) $)))) (-832)) (T -804))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-2702 (*1 *2 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-2715 (*1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-2643 (*1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-2752 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-804 *3)) (-4 *3 (-832)))) (-3708 (*1 *1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-4307 (*1 *1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-2137 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-2390 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-2137 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-2390 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-3977 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-804 *3)) (|:| |rm| (-804 *3)))) (-5 *1 (-804 *3)) (-4 *3 (-832)))) (-2058 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-804 *3)) (|:| |mm| (-804 *3)) (|:| |rm| (-804 *3)))) (-5 *1 (-804 *3)) (-4 *3 (-832)))) (-2663 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-804 *3)) (-4 *3 (-832)))) (-1935 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-756)) (-5 *1 (-804 *4)) (-4 *4 (-832)))) (-3261 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-804 *2)) (-4 *2 (-832)))) (-3772 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 (-756))))) (-5 *1 (-804 *3)) (-4 *3 (-832)))) (-2556 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-804 *3)) (-4 *3 (-832)))) (-2814 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-804 *3)) (-4 *3 (-832)))))
-(-13 (-828) (-1019 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-756))) (-15 -2702 (|#1| $)) (-15 -2715 ($ $)) (-15 -2643 ($ $)) (-15 -2752 ((-111) $ $)) (-15 -3708 ($ $ $)) (-15 -4307 ($ $ $)) (-15 -2137 ((-3 $ "failed") $ $)) (-15 -2390 ((-3 $ "failed") $ $)) (-15 -2137 ((-3 $ "failed") $ |#1|)) (-15 -2390 ((-3 $ "failed") $ |#1|)) (-15 -3977 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2058 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2663 ((-756) $)) (-15 -1935 ((-756) $ (-552))) (-15 -3261 (|#1| $ (-552))) (-15 -3772 ((-629 (-2 (|:| |gen| |#1|) (|:| -2855 (-756)))) $)) (-15 -2556 ((-756) $)) (-15 -2814 ((-629 |#1|) $))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-3886 (((-552) $) 51)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-1338 (((-111) $) 49)) (-4065 (((-111) $) 30)) (-3127 (((-111) $) 50)) (-1772 (($ $ $) 48)) (-2011 (($ $ $) 47)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3969 (((-3 $ "failed") $ $) 40)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-1578 (($ $) 52)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1666 (((-111) $ $) 45)) (-1644 (((-111) $ $) 44)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 46)) (-1632 (((-111) $ $) 43)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-805) (-137)) (T -805))
-NIL
-(-13 (-544) (-830))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-284) . T) ((-544) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-776) . T) ((-777) . T) ((-779) . T) ((-780) . T) ((-830) . T) ((-832) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1480 (($ (-1098)) 7)) (-1619 (((-111) $ (-1136) (-1098)) 15)) (-1359 (((-807) $) 12)) (-2139 (((-807) $) 11)) (-2857 (((-1242) $) 9)) (-4244 (((-111) $ (-1098)) 16)))
-(((-806) (-10 -8 (-15 -1480 ($ (-1098))) (-15 -2857 ((-1242) $)) (-15 -2139 ((-807) $)) (-15 -1359 ((-807) $)) (-15 -1619 ((-111) $ (-1136) (-1098))) (-15 -4244 ((-111) $ (-1098))))) (T -806))
-((-4244 (*1 *2 *1 *3) (-12 (-5 *3 (-1098)) (-5 *2 (-111)) (-5 *1 (-806)))) (-1619 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1136)) (-5 *4 (-1098)) (-5 *2 (-111)) (-5 *1 (-806)))) (-1359 (*1 *2 *1) (-12 (-5 *2 (-807)) (-5 *1 (-806)))) (-2139 (*1 *2 *1) (-12 (-5 *2 (-807)) (-5 *1 (-806)))) (-2857 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-806)))) (-1480 (*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-806)))))
-(-10 -8 (-15 -1480 ($ (-1098))) (-15 -2857 ((-1242) $)) (-15 -2139 ((-807) $)) (-15 -1359 ((-807) $)) (-15 -1619 ((-111) $ (-1136) (-1098))) (-15 -4244 ((-111) $ (-1098))))
-((-1409 (((-1242) $ (-808)) 12)) (-4040 (((-1242) $ (-1154)) 32)) (-3107 (((-1242) $ (-1136) (-1136)) 34)) (-3055 (((-1242) $ (-1136)) 33)) (-1739 (((-1242) $) 19)) (-1278 (((-1242) $ (-552)) 28)) (-1652 (((-1242) $ (-220)) 30)) (-1711 (((-1242) $) 18)) (-1978 (((-1242) $) 26)) (-4097 (((-1242) $) 25)) (-1845 (((-1242) $) 23)) (-3472 (((-1242) $) 24)) (-3412 (((-1242) $) 22)) (-2561 (((-1242) $) 21)) (-2189 (((-1242) $) 20)) (-3379 (((-1242) $) 16)) (-1975 (((-1242) $) 17)) (-3856 (((-1242) $) 15)) (-3998 (((-1242) $) 14)) (-3407 (((-1242) $) 13)) (-2133 (($ (-1136) (-808)) 9)) (-4348 (($ (-1136) (-1136) (-808)) 8)) (-3635 (((-1154) $) 51)) (-3244 (((-1154) $) 55)) (-1621 (((-2 (|:| |cd| (-1136)) (|:| -4290 (-1136))) $) 54)) (-1378 (((-1136) $) 52)) (-2499 (((-1242) $) 41)) (-2917 (((-552) $) 49)) (-3833 (((-220) $) 50)) (-4130 (((-1242) $) 40)) (-2970 (((-1242) $) 48)) (-1543 (((-1242) $) 47)) (-3358 (((-1242) $) 45)) (-4289 (((-1242) $) 46)) (-3442 (((-1242) $) 44)) (-3445 (((-1242) $) 43)) (-3801 (((-1242) $) 42)) (-3696 (((-1242) $) 38)) (-1660 (((-1242) $) 39)) (-3613 (((-1242) $) 37)) (-1313 (((-1242) $) 36)) (-3688 (((-1242) $) 35)) (-4309 (((-1242) $) 11)))
-(((-807) (-10 -8 (-15 -4348 ($ (-1136) (-1136) (-808))) (-15 -2133 ($ (-1136) (-808))) (-15 -4309 ((-1242) $)) (-15 -1409 ((-1242) $ (-808))) (-15 -3407 ((-1242) $)) (-15 -3998 ((-1242) $)) (-15 -3856 ((-1242) $)) (-15 -3379 ((-1242) $)) (-15 -1975 ((-1242) $)) (-15 -1711 ((-1242) $)) (-15 -1739 ((-1242) $)) (-15 -2189 ((-1242) $)) (-15 -2561 ((-1242) $)) (-15 -3412 ((-1242) $)) (-15 -1845 ((-1242) $)) (-15 -3472 ((-1242) $)) (-15 -4097 ((-1242) $)) (-15 -1978 ((-1242) $)) (-15 -1278 ((-1242) $ (-552))) (-15 -1652 ((-1242) $ (-220))) (-15 -4040 ((-1242) $ (-1154))) (-15 -3055 ((-1242) $ (-1136))) (-15 -3107 ((-1242) $ (-1136) (-1136))) (-15 -3688 ((-1242) $)) (-15 -1313 ((-1242) $)) (-15 -3613 ((-1242) $)) (-15 -3696 ((-1242) $)) (-15 -1660 ((-1242) $)) (-15 -4130 ((-1242) $)) (-15 -2499 ((-1242) $)) (-15 -3801 ((-1242) $)) (-15 -3445 ((-1242) $)) (-15 -3442 ((-1242) $)) (-15 -3358 ((-1242) $)) (-15 -4289 ((-1242) $)) (-15 -1543 ((-1242) $)) (-15 -2970 ((-1242) $)) (-15 -2917 ((-552) $)) (-15 -3833 ((-220) $)) (-15 -3635 ((-1154) $)) (-15 -1378 ((-1136) $)) (-15 -1621 ((-2 (|:| |cd| (-1136)) (|:| -4290 (-1136))) $)) (-15 -3244 ((-1154) $)))) (T -807))
-((-3244 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-807)))) (-1621 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1136)) (|:| -4290 (-1136)))) (-5 *1 (-807)))) (-1378 (*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-807)))) (-3635 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-807)))) (-3833 (*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-807)))) (-2917 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-807)))) (-2970 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-1543 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-4289 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3358 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3442 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3445 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3801 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-2499 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-4130 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-1660 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3696 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3613 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-1313 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3688 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3107 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-807)))) (-3055 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-807)))) (-4040 (*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-807)))) (-1652 (*1 *2 *1 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1242)) (-5 *1 (-807)))) (-1278 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-807)))) (-1978 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-4097 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3472 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-1845 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3412 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-2561 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-2189 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-1739 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-1711 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-1975 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3379 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3856 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3998 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-3407 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-1409 (*1 *2 *1 *3) (-12 (-5 *3 (-808)) (-5 *2 (-1242)) (-5 *1 (-807)))) (-4309 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))) (-2133 (*1 *1 *2 *3) (-12 (-5 *2 (-1136)) (-5 *3 (-808)) (-5 *1 (-807)))) (-4348 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1136)) (-5 *3 (-808)) (-5 *1 (-807)))))
-(-10 -8 (-15 -4348 ($ (-1136) (-1136) (-808))) (-15 -2133 ($ (-1136) (-808))) (-15 -4309 ((-1242) $)) (-15 -1409 ((-1242) $ (-808))) (-15 -3407 ((-1242) $)) (-15 -3998 ((-1242) $)) (-15 -3856 ((-1242) $)) (-15 -3379 ((-1242) $)) (-15 -1975 ((-1242) $)) (-15 -1711 ((-1242) $)) (-15 -1739 ((-1242) $)) (-15 -2189 ((-1242) $)) (-15 -2561 ((-1242) $)) (-15 -3412 ((-1242) $)) (-15 -1845 ((-1242) $)) (-15 -3472 ((-1242) $)) (-15 -4097 ((-1242) $)) (-15 -1978 ((-1242) $)) (-15 -1278 ((-1242) $ (-552))) (-15 -1652 ((-1242) $ (-220))) (-15 -4040 ((-1242) $ (-1154))) (-15 -3055 ((-1242) $ (-1136))) (-15 -3107 ((-1242) $ (-1136) (-1136))) (-15 -3688 ((-1242) $)) (-15 -1313 ((-1242) $)) (-15 -3613 ((-1242) $)) (-15 -3696 ((-1242) $)) (-15 -1660 ((-1242) $)) (-15 -4130 ((-1242) $)) (-15 -2499 ((-1242) $)) (-15 -3801 ((-1242) $)) (-15 -3445 ((-1242) $)) (-15 -3442 ((-1242) $)) (-15 -3358 ((-1242) $)) (-15 -4289 ((-1242) $)) (-15 -1543 ((-1242) $)) (-15 -2970 ((-1242) $)) (-15 -2917 ((-552) $)) (-15 -3833 ((-220) $)) (-15 -3635 ((-1154) $)) (-15 -1378 ((-1136) $)) (-15 -1621 ((-2 (|:| |cd| (-1136)) (|:| -4290 (-1136))) $)) (-15 -3244 ((-1154) $)))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 12)) (-1868 (($) 15)) (-1642 (($) 13)) (-3736 (($) 16)) (-3370 (($) 14)) (-1613 (((-111) $ $) 8)))
-(((-808) (-13 (-1078) (-10 -8 (-15 -1642 ($)) (-15 -1868 ($)) (-15 -3736 ($)) (-15 -3370 ($))))) (T -808))
-((-1642 (*1 *1) (-5 *1 (-808))) (-1868 (*1 *1) (-5 *1 (-808))) (-3736 (*1 *1) (-5 *1 (-808))) (-3370 (*1 *1) (-5 *1 (-808))))
-(-13 (-1078) (-10 -8 (-15 -1642 ($)) (-15 -1868 ($)) (-15 -3736 ($)) (-15 -3370 ($))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 21) (($ (-1154)) 17)) (-3917 (((-111) $) 10)) (-4019 (((-111) $) 9)) (-1403 (((-111) $) 11)) (-2918 (((-111) $) 8)) (-1613 (((-111) $ $) 19)))
-(((-809) (-13 (-1078) (-10 -8 (-15 -3213 ($ (-1154))) (-15 -2918 ((-111) $)) (-15 -4019 ((-111) $)) (-15 -3917 ((-111) $)) (-15 -1403 ((-111) $))))) (T -809))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-809)))) (-2918 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-809)))) (-4019 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-809)))) (-3917 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-809)))) (-1403 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-809)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ($ (-1154))) (-15 -2918 ((-111) $)) (-15 -4019 ((-111) $)) (-15 -3917 ((-111) $)) (-15 -1403 ((-111) $))))
-((-3202 (((-111) $ $) NIL)) (-2823 (($ (-809) (-629 (-1154))) 24)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2270 (((-809) $) 25)) (-4145 (((-629 (-1154)) $) 26)) (-3213 (((-844) $) 23)) (-1613 (((-111) $ $) NIL)))
-(((-810) (-13 (-1078) (-10 -8 (-15 -2270 ((-809) $)) (-15 -4145 ((-629 (-1154)) $)) (-15 -2823 ($ (-809) (-629 (-1154))))))) (T -810))
-((-2270 (*1 *2 *1) (-12 (-5 *2 (-809)) (-5 *1 (-810)))) (-4145 (*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-810)))) (-2823 (*1 *1 *2 *3) (-12 (-5 *2 (-809)) (-5 *3 (-629 (-1154))) (-5 *1 (-810)))))
-(-13 (-1078) (-10 -8 (-15 -2270 ((-809) $)) (-15 -4145 ((-629 (-1154)) $)) (-15 -2823 ($ (-809) (-629 (-1154))))))
-((-3016 (((-1242) (-807) (-310 |#1|) (-111)) 23) (((-1242) (-807) (-310 |#1|)) 79) (((-1136) (-310 |#1|) (-111)) 78) (((-1136) (-310 |#1|)) 77)))
-(((-811 |#1|) (-10 -7 (-15 -3016 ((-1136) (-310 |#1|))) (-15 -3016 ((-1136) (-310 |#1|) (-111))) (-15 -3016 ((-1242) (-807) (-310 |#1|))) (-15 -3016 ((-1242) (-807) (-310 |#1|) (-111)))) (-13 (-813) (-832) (-1030))) (T -811))
-((-3016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-807)) (-5 *4 (-310 *6)) (-5 *5 (-111)) (-4 *6 (-13 (-813) (-832) (-1030))) (-5 *2 (-1242)) (-5 *1 (-811 *6)))) (-3016 (*1 *2 *3 *4) (-12 (-5 *3 (-807)) (-5 *4 (-310 *5)) (-4 *5 (-13 (-813) (-832) (-1030))) (-5 *2 (-1242)) (-5 *1 (-811 *5)))) (-3016 (*1 *2 *3 *4) (-12 (-5 *3 (-310 *5)) (-5 *4 (-111)) (-4 *5 (-13 (-813) (-832) (-1030))) (-5 *2 (-1136)) (-5 *1 (-811 *5)))) (-3016 (*1 *2 *3) (-12 (-5 *3 (-310 *4)) (-4 *4 (-13 (-813) (-832) (-1030))) (-5 *2 (-1136)) (-5 *1 (-811 *4)))))
-(-10 -7 (-15 -3016 ((-1136) (-310 |#1|))) (-15 -3016 ((-1136) (-310 |#1|) (-111))) (-15 -3016 ((-1242) (-807) (-310 |#1|))) (-15 -3016 ((-1242) (-807) (-310 |#1|) (-111))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3195 ((|#1| $) 10)) (-1443 (($ |#1|) 9)) (-4065 (((-111) $) NIL)) (-3590 (($ |#2| (-756)) NIL)) (-3544 (((-756) $) NIL)) (-3743 ((|#2| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3096 (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $) NIL (|has| |#1| (-228)))) (-3299 (((-756) $) NIL)) (-3213 (((-844) $) 17) (($ (-552)) NIL) (($ |#2|) NIL (|has| |#2| (-169)))) (-2266 ((|#2| $ (-756)) NIL)) (-2014 (((-756)) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $) NIL (|has| |#1| (-228)))) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-812 |#1| |#2|) (-13 (-693 |#2|) (-10 -8 (IF (|has| |#1| (-228)) (-6 (-228)) |%noBranch|) (-15 -1443 ($ |#1|)) (-15 -3195 (|#1| $)))) (-693 |#2|) (-1030)) (T -812))
-((-1443 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-5 *1 (-812 *2 *3)) (-4 *2 (-693 *3)))) (-3195 (*1 *2 *1) (-12 (-4 *2 (-693 *3)) (-5 *1 (-812 *2 *3)) (-4 *3 (-1030)))))
-(-13 (-693 |#2|) (-10 -8 (IF (|has| |#1| (-228)) (-6 (-228)) |%noBranch|) (-15 -1443 ($ |#1|)) (-15 -3195 (|#1| $))))
-((-3016 (((-1242) (-807) $ (-111)) 9) (((-1242) (-807) $) 8) (((-1136) $ (-111)) 7) (((-1136) $) 6)))
-(((-813) (-137)) (T -813))
-((-3016 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-813)) (-5 *3 (-807)) (-5 *4 (-111)) (-5 *2 (-1242)))) (-3016 (*1 *2 *3 *1) (-12 (-4 *1 (-813)) (-5 *3 (-807)) (-5 *2 (-1242)))) (-3016 (*1 *2 *1 *3) (-12 (-4 *1 (-813)) (-5 *3 (-111)) (-5 *2 (-1136)))) (-3016 (*1 *2 *1) (-12 (-4 *1 (-813)) (-5 *2 (-1136)))))
-(-13 (-10 -8 (-15 -3016 ((-1136) $)) (-15 -3016 ((-1136) $ (-111))) (-15 -3016 ((-1242) (-807) $)) (-15 -3016 ((-1242) (-807) $ (-111)))))
-((-2115 (((-306) (-1136) (-1136)) 12)) (-4091 (((-111) (-1136) (-1136)) 34)) (-2954 (((-111) (-1136)) 33)) (-1687 (((-52) (-1136)) 25)) (-1563 (((-52) (-1136)) 23)) (-4103 (((-52) (-807)) 17)) (-3533 (((-629 (-1136)) (-1136)) 28)) (-2233 (((-629 (-1136))) 27)))
-(((-814) (-10 -7 (-15 -4103 ((-52) (-807))) (-15 -1563 ((-52) (-1136))) (-15 -1687 ((-52) (-1136))) (-15 -2233 ((-629 (-1136)))) (-15 -3533 ((-629 (-1136)) (-1136))) (-15 -2954 ((-111) (-1136))) (-15 -4091 ((-111) (-1136) (-1136))) (-15 -2115 ((-306) (-1136) (-1136))))) (T -814))
-((-2115 (*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-306)) (-5 *1 (-814)))) (-4091 (*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-111)) (-5 *1 (-814)))) (-2954 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-111)) (-5 *1 (-814)))) (-3533 (*1 *2 *3) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-814)) (-5 *3 (-1136)))) (-2233 (*1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-814)))) (-1687 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-52)) (-5 *1 (-814)))) (-1563 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-52)) (-5 *1 (-814)))) (-4103 (*1 *2 *3) (-12 (-5 *3 (-807)) (-5 *2 (-52)) (-5 *1 (-814)))))
-(-10 -7 (-15 -4103 ((-52) (-807))) (-15 -1563 ((-52) (-1136))) (-15 -1687 ((-52) (-1136))) (-15 -2233 ((-629 (-1136)))) (-15 -3533 ((-629 (-1136)) (-1136))) (-15 -2954 ((-111) (-1136))) (-15 -4091 ((-111) (-1136) (-1136))) (-15 -2115 ((-306) (-1136) (-1136))))
-((-3202 (((-111) $ $) 19)) (-1501 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-2041 (($ $ $) 72)) (-2691 (((-111) $ $) 73)) (-4238 (((-111) $ (-756)) 8)) (-1439 (($ (-629 |#1|)) 68) (($) 67)) (-1740 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2232 (($ $) 62)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ |#1| $) 47 (|has| $ (-6 -4368))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4368)))) (-2655 (($ |#1| $) 57 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4368)))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-3207 (((-111) $ $) 64)) (-1418 (((-111) $ (-756)) 9)) (-1772 ((|#1| $) 78)) (-3707 (($ $ $) 81)) (-1446 (($ $ $) 80)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2011 ((|#1| $) 79)) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22)) (-4011 (($ $ $) 69)) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40) (($ |#1| $ (-756)) 63)) (-2876 (((-1098) $) 21)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-3441 (((-629 (-2 (|:| -3360 |#1|) (|:| -2885 (-756)))) $) 61)) (-2042 (($ $ |#1|) 71) (($ $ $) 70)) (-3680 (($) 49) (($ (-629 |#1|)) 48)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 59 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 50)) (-3213 (((-844) $) 18)) (-3541 (($ (-629 |#1|)) 66) (($) 65)) (-1663 (($ (-629 |#1|)) 42)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20)) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-815 |#1|) (-137) (-832)) (T -815))
-((-1772 (*1 *2 *1) (-12 (-4 *1 (-815 *2)) (-4 *2 (-832)))))
-(-13 (-721 |t#1|) (-949 |t#1|) (-10 -8 (-15 -1772 (|t#1| $))))
-(((-34) . T) ((-106 |#1|) . T) ((-101) . T) ((-599 (-844)) . T) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-679 |#1|) . T) ((-721 |#1|) . T) ((-949 |#1|) . T) ((-1076 |#1|) . T) ((-1078) . T) ((-1191) . T))
-((-3203 (((-1242) (-1098) (-1098)) 47)) (-2695 (((-1242) (-806) (-52)) 44)) (-1984 (((-52) (-806)) 16)))
-(((-816) (-10 -7 (-15 -1984 ((-52) (-806))) (-15 -2695 ((-1242) (-806) (-52))) (-15 -3203 ((-1242) (-1098) (-1098))))) (T -816))
-((-3203 (*1 *2 *3 *3) (-12 (-5 *3 (-1098)) (-5 *2 (-1242)) (-5 *1 (-816)))) (-2695 (*1 *2 *3 *4) (-12 (-5 *3 (-806)) (-5 *4 (-52)) (-5 *2 (-1242)) (-5 *1 (-816)))) (-1984 (*1 *2 *3) (-12 (-5 *3 (-806)) (-5 *2 (-52)) (-5 *1 (-816)))))
-(-10 -7 (-15 -1984 ((-52) (-806))) (-15 -2695 ((-1242) (-806) (-52))) (-15 -3203 ((-1242) (-1098) (-1098))))
-((-1477 (((-818 |#2|) (-1 |#2| |#1|) (-818 |#1|) (-818 |#2|)) 12) (((-818 |#2|) (-1 |#2| |#1|) (-818 |#1|)) 13)))
-(((-817 |#1| |#2|) (-10 -7 (-15 -1477 ((-818 |#2|) (-1 |#2| |#1|) (-818 |#1|))) (-15 -1477 ((-818 |#2|) (-1 |#2| |#1|) (-818 |#1|) (-818 |#2|)))) (-1078) (-1078)) (T -817))
-((-1477 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-818 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-818 *5)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *1 (-817 *5 *6)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-818 *5)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *2 (-818 *6)) (-5 *1 (-817 *5 *6)))))
-(-10 -7 (-15 -1477 ((-818 |#2|) (-1 |#2| |#1|) (-818 |#1|))) (-15 -1477 ((-818 |#2|) (-1 |#2| |#1|) (-818 |#1|) (-818 |#2|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL (|has| |#1| (-21)))) (-4012 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-3886 (((-552) $) NIL (|has| |#1| (-830)))) (-2130 (($) NIL (|has| |#1| (-21)) CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 15)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 9)) (-1293 (((-3 $ "failed") $) 40 (|has| |#1| (-830)))) (-2674 (((-3 (-401 (-552)) "failed") $) 49 (|has| |#1| (-537)))) (-2443 (((-111) $) 43 (|has| |#1| (-537)))) (-3777 (((-401 (-552)) $) 46 (|has| |#1| (-537)))) (-1338 (((-111) $) NIL (|has| |#1| (-830)))) (-4065 (((-111) $) NIL (|has| |#1| (-830)))) (-3127 (((-111) $) NIL (|has| |#1| (-830)))) (-1772 (($ $ $) NIL (|has| |#1| (-830)))) (-2011 (($ $ $) NIL (|has| |#1| (-830)))) (-2623 (((-1136) $) NIL)) (-4053 (($) 13)) (-3798 (((-111) $) 12)) (-2876 (((-1098) $) NIL)) (-1445 (((-111) $) 11)) (-3213 (((-844) $) 18) (($ (-401 (-552))) NIL (|has| |#1| (-1019 (-401 (-552))))) (($ |#1|) 8) (($ (-552)) NIL (-4029 (|has| |#1| (-830)) (|has| |#1| (-1019 (-552)))))) (-2014 (((-756)) 34 (|has| |#1| (-830)))) (-1578 (($ $) NIL (|has| |#1| (-830)))) (-3297 (($) 22 (|has| |#1| (-21)) CONST)) (-3309 (($) 31 (|has| |#1| (-830)) CONST)) (-1666 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1613 (((-111) $ $) 20)) (-1655 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1632 (((-111) $ $) 42 (|has| |#1| (-830)))) (-1709 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 27 (|has| |#1| (-21)))) (-1698 (($ $ $) 29 (|has| |#1| (-21)))) (** (($ $ (-902)) NIL (|has| |#1| (-830))) (($ $ (-756)) NIL (|has| |#1| (-830)))) (* (($ $ $) 37 (|has| |#1| (-830))) (($ (-552) $) 25 (|has| |#1| (-21))) (($ (-756) $) NIL (|has| |#1| (-21))) (($ (-902) $) NIL (|has| |#1| (-21)))))
-(((-818 |#1|) (-13 (-1078) (-405 |#1|) (-10 -8 (-15 -4053 ($)) (-15 -1445 ((-111) $)) (-15 -3798 ((-111) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-830)) (-6 (-830)) |%noBranch|) (IF (|has| |#1| (-537)) (PROGN (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $))) |%noBranch|))) (-1078)) (T -818))
-((-4053 (*1 *1) (-12 (-5 *1 (-818 *2)) (-4 *2 (-1078)))) (-1445 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-818 *3)) (-4 *3 (-1078)))) (-3798 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-818 *3)) (-4 *3 (-1078)))) (-2443 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-818 *3)) (-4 *3 (-537)) (-4 *3 (-1078)))) (-3777 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-818 *3)) (-4 *3 (-537)) (-4 *3 (-1078)))) (-2674 (*1 *2 *1) (|partial| -12 (-5 *2 (-401 (-552))) (-5 *1 (-818 *3)) (-4 *3 (-537)) (-4 *3 (-1078)))))
-(-13 (-1078) (-405 |#1|) (-10 -8 (-15 -4053 ($)) (-15 -1445 ((-111) $)) (-15 -3798 ((-111) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-830)) (-6 (-830)) |%noBranch|) (IF (|has| |#1| (-537)) (PROGN (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $))) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL) (((-3 (-113) "failed") $) NIL)) (-2832 ((|#1| $) NIL) (((-113) $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1942 ((|#1| (-113) |#1|) NIL)) (-4065 (((-111) $) NIL)) (-1683 (($ |#1| (-355 (-113))) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-4114 (($ $ (-1 |#1| |#1|)) NIL)) (-2263 (($ $ (-1 |#1| |#1|)) NIL)) (-2060 ((|#1| $ |#1|) NIL)) (-2864 ((|#1| |#1|) NIL (|has| |#1| (-169)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL) (($ (-113)) NIL)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-1768 (($ $) NIL (|has| |#1| (-169))) (($ $ $) NIL (|has| |#1| (-169)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ (-113) (-552)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169)))))
-(((-819 |#1|) (-13 (-1030) (-1019 |#1|) (-1019 (-113)) (-280 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-6 (-38 |#1|)) (-15 -1768 ($ $)) (-15 -1768 ($ $ $)) (-15 -2864 (|#1| |#1|))) |%noBranch|) (-15 -2263 ($ $ (-1 |#1| |#1|))) (-15 -4114 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-113) (-552))) (-15 ** ($ $ (-552))) (-15 -1942 (|#1| (-113) |#1|)) (-15 -1683 ($ |#1| (-355 (-113)))))) (-1030)) (T -819))
-((-1768 (*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-169)) (-4 *2 (-1030)))) (-1768 (*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-169)) (-4 *2 (-1030)))) (-2864 (*1 *2 *2) (-12 (-5 *1 (-819 *2)) (-4 *2 (-169)) (-4 *2 (-1030)))) (-2263 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-819 *3)))) (-4114 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-819 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-552)) (-5 *1 (-819 *4)) (-4 *4 (-1030)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-819 *3)) (-4 *3 (-1030)))) (-1942 (*1 *2 *3 *2) (-12 (-5 *3 (-113)) (-5 *1 (-819 *2)) (-4 *2 (-1030)))) (-1683 (*1 *1 *2 *3) (-12 (-5 *3 (-355 (-113))) (-5 *1 (-819 *2)) (-4 *2 (-1030)))))
-(-13 (-1030) (-1019 |#1|) (-1019 (-113)) (-280 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-6 (-38 |#1|)) (-15 -1768 ($ $)) (-15 -1768 ($ $ $)) (-15 -2864 (|#1| |#1|))) |%noBranch|) (-15 -2263 ($ $ (-1 |#1| |#1|))) (-15 -4114 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-113) (-552))) (-15 ** ($ $ (-552))) (-15 -1942 (|#1| (-113) |#1|)) (-15 -1683 ($ |#1| (-355 (-113))))))
-((-2590 (((-209 (-494)) (-1136)) 9)))
-(((-820) (-10 -7 (-15 -2590 ((-209 (-494)) (-1136))))) (T -820))
-((-2590 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-209 (-494))) (-5 *1 (-820)))))
-(-10 -7 (-15 -2590 ((-209 (-494)) (-1136))))
-((-3202 (((-111) $ $) 7)) (-3555 (((-1016) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) 14) (((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 13)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 16) (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) 15)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)))
-(((-821) (-137)) (T -821))
-((-3102 (*1 *2 *3 *4) (-12 (-4 *1 (-821)) (-5 *3 (-1042)) (-5 *4 (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)))))) (-3102 (*1 *2 *3 *4) (-12 (-4 *1 (-821)) (-5 *3 (-1042)) (-5 *4 (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)))))) (-3555 (*1 *2 *3) (-12 (-4 *1 (-821)) (-5 *3 (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) (-5 *2 (-1016)))) (-3555 (*1 *2 *3) (-12 (-4 *1 (-821)) (-5 *3 (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (-5 *2 (-1016)))))
-(-13 (-1078) (-10 -7 (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220))))))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) (-15 -3555 ((-1016) (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) (-15 -3555 ((-1016) (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-2860 (((-1016) (-629 (-310 (-373))) (-629 (-373))) 147) (((-1016) (-310 (-373)) (-629 (-373))) 145) (((-1016) (-310 (-373)) (-629 (-373)) (-629 (-825 (-373))) (-629 (-825 (-373)))) 144) (((-1016) (-310 (-373)) (-629 (-373)) (-629 (-825 (-373))) (-629 (-310 (-373))) (-629 (-825 (-373)))) 143) (((-1016) (-823)) 117) (((-1016) (-823) (-1042)) 116)) (-3102 (((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-823) (-1042)) 82) (((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-823)) 84)) (-3336 (((-1016) (-629 (-310 (-373))) (-629 (-373))) 148) (((-1016) (-823)) 133)))
-(((-822) (-10 -7 (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-823))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-823) (-1042))) (-15 -2860 ((-1016) (-823) (-1042))) (-15 -2860 ((-1016) (-823))) (-15 -3336 ((-1016) (-823))) (-15 -2860 ((-1016) (-310 (-373)) (-629 (-373)) (-629 (-825 (-373))) (-629 (-310 (-373))) (-629 (-825 (-373))))) (-15 -2860 ((-1016) (-310 (-373)) (-629 (-373)) (-629 (-825 (-373))) (-629 (-825 (-373))))) (-15 -2860 ((-1016) (-310 (-373)) (-629 (-373)))) (-15 -2860 ((-1016) (-629 (-310 (-373))) (-629 (-373)))) (-15 -3336 ((-1016) (-629 (-310 (-373))) (-629 (-373)))))) (T -822))
-((-3336 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-310 (-373)))) (-5 *4 (-629 (-373))) (-5 *2 (-1016)) (-5 *1 (-822)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-310 (-373)))) (-5 *4 (-629 (-373))) (-5 *2 (-1016)) (-5 *1 (-822)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-373))) (-5 *2 (-1016)) (-5 *1 (-822)))) (-2860 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-373))) (-5 *5 (-629 (-825 (-373)))) (-5 *2 (-1016)) (-5 *1 (-822)))) (-2860 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-629 (-373))) (-5 *5 (-629 (-825 (-373)))) (-5 *6 (-629 (-310 (-373)))) (-5 *3 (-310 (-373))) (-5 *2 (-1016)) (-5 *1 (-822)))) (-3336 (*1 *2 *3) (-12 (-5 *3 (-823)) (-5 *2 (-1016)) (-5 *1 (-822)))) (-2860 (*1 *2 *3) (-12 (-5 *3 (-823)) (-5 *2 (-1016)) (-5 *1 (-822)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *3 (-823)) (-5 *4 (-1042)) (-5 *2 (-1016)) (-5 *1 (-822)))) (-3102 (*1 *2 *3 *4) (-12 (-5 *3 (-823)) (-5 *4 (-1042)) (-5 *2 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))))) (-5 *1 (-822)))) (-3102 (*1 *2 *3) (-12 (-5 *3 (-823)) (-5 *2 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))))) (-5 *1 (-822)))))
-(-10 -7 (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-823))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-823) (-1042))) (-15 -2860 ((-1016) (-823) (-1042))) (-15 -2860 ((-1016) (-823))) (-15 -3336 ((-1016) (-823))) (-15 -2860 ((-1016) (-310 (-373)) (-629 (-373)) (-629 (-825 (-373))) (-629 (-310 (-373))) (-629 (-825 (-373))))) (-15 -2860 ((-1016) (-310 (-373)) (-629 (-373)) (-629 (-825 (-373))) (-629 (-825 (-373))))) (-15 -2860 ((-1016) (-310 (-373)) (-629 (-373)))) (-15 -2860 ((-1016) (-629 (-310 (-373))) (-629 (-373)))) (-15 -3336 ((-1016) (-629 (-310 (-373))) (-629 (-373)))))
-((-3202 (((-111) $ $) NIL)) (-2832 (((-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) $) 21)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 20) (($ (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) 14) (($ (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))))) 18)) (-1613 (((-111) $ $) NIL)))
-(((-823) (-13 (-1078) (-10 -8 (-15 -3213 ($ (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220))))))) (-15 -3213 ($ (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) (-15 -3213 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))))) (-15 -3213 ((-844) $)) (-15 -2832 ((-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) $))))) (T -823))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-823)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (-5 *1 (-823)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))) (-5 *1 (-823)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))))) (-5 *1 (-823)))) (-2832 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220))))))) (-5 *1 (-823)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ($ (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220))))))) (-15 -3213 ($ (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) (-15 -3213 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))))) (-15 -3213 ((-844) $)) (-15 -2832 ((-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220))) (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220)))) (|:| |ub| (-629 (-825 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))) $))))
-((-1477 (((-825 |#2|) (-1 |#2| |#1|) (-825 |#1|) (-825 |#2|) (-825 |#2|)) 13) (((-825 |#2|) (-1 |#2| |#1|) (-825 |#1|)) 14)))
-(((-824 |#1| |#2|) (-10 -7 (-15 -1477 ((-825 |#2|) (-1 |#2| |#1|) (-825 |#1|))) (-15 -1477 ((-825 |#2|) (-1 |#2| |#1|) (-825 |#1|) (-825 |#2|) (-825 |#2|)))) (-1078) (-1078)) (T -824))
-((-1477 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-825 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-825 *5)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *1 (-824 *5 *6)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-825 *5)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *2 (-825 *6)) (-5 *1 (-824 *5 *6)))))
-(-10 -7 (-15 -1477 ((-825 |#2|) (-1 |#2| |#1|) (-825 |#1|))) (-15 -1477 ((-825 |#2|) (-1 |#2| |#1|) (-825 |#1|) (-825 |#2|) (-825 |#2|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL (|has| |#1| (-21)))) (-3498 (((-1098) $) 24)) (-4012 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-3886 (((-552) $) NIL (|has| |#1| (-830)))) (-2130 (($) NIL (|has| |#1| (-21)) CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 16)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 9)) (-1293 (((-3 $ "failed") $) 47 (|has| |#1| (-830)))) (-2674 (((-3 (-401 (-552)) "failed") $) 54 (|has| |#1| (-537)))) (-2443 (((-111) $) 49 (|has| |#1| (-537)))) (-3777 (((-401 (-552)) $) 52 (|has| |#1| (-537)))) (-1338 (((-111) $) NIL (|has| |#1| (-830)))) (-1638 (($) 13)) (-4065 (((-111) $) NIL (|has| |#1| (-830)))) (-3127 (((-111) $) NIL (|has| |#1| (-830)))) (-1648 (($) 14)) (-1772 (($ $ $) NIL (|has| |#1| (-830)))) (-2011 (($ $ $) NIL (|has| |#1| (-830)))) (-2623 (((-1136) $) NIL)) (-3798 (((-111) $) 12)) (-2876 (((-1098) $) NIL)) (-1445 (((-111) $) 11)) (-3213 (((-844) $) 22) (($ (-401 (-552))) NIL (|has| |#1| (-1019 (-401 (-552))))) (($ |#1|) 8) (($ (-552)) NIL (-4029 (|has| |#1| (-830)) (|has| |#1| (-1019 (-552)))))) (-2014 (((-756)) 41 (|has| |#1| (-830)))) (-1578 (($ $) NIL (|has| |#1| (-830)))) (-3297 (($) 29 (|has| |#1| (-21)) CONST)) (-3309 (($) 38 (|has| |#1| (-830)) CONST)) (-1666 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1613 (((-111) $ $) 27)) (-1655 (((-111) $ $) NIL (|has| |#1| (-830)))) (-1632 (((-111) $ $) 48 (|has| |#1| (-830)))) (-1709 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 34 (|has| |#1| (-21)))) (-1698 (($ $ $) 36 (|has| |#1| (-21)))) (** (($ $ (-902)) NIL (|has| |#1| (-830))) (($ $ (-756)) NIL (|has| |#1| (-830)))) (* (($ $ $) 44 (|has| |#1| (-830))) (($ (-552) $) 32 (|has| |#1| (-21))) (($ (-756) $) NIL (|has| |#1| (-21))) (($ (-902) $) NIL (|has| |#1| (-21)))))
-(((-825 |#1|) (-13 (-1078) (-405 |#1|) (-10 -8 (-15 -1638 ($)) (-15 -1648 ($)) (-15 -1445 ((-111) $)) (-15 -3798 ((-111) $)) (-15 -3498 ((-1098) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-830)) (-6 (-830)) |%noBranch|) (IF (|has| |#1| (-537)) (PROGN (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $))) |%noBranch|))) (-1078)) (T -825))
-((-1638 (*1 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-1078)))) (-1648 (*1 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-1078)))) (-1445 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-825 *3)) (-4 *3 (-1078)))) (-3798 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-825 *3)) (-4 *3 (-1078)))) (-3498 (*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-825 *3)) (-4 *3 (-1078)))) (-2443 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-825 *3)) (-4 *3 (-537)) (-4 *3 (-1078)))) (-3777 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-825 *3)) (-4 *3 (-537)) (-4 *3 (-1078)))) (-2674 (*1 *2 *1) (|partial| -12 (-5 *2 (-401 (-552))) (-5 *1 (-825 *3)) (-4 *3 (-537)) (-4 *3 (-1078)))))
-(-13 (-1078) (-405 |#1|) (-10 -8 (-15 -1638 ($)) (-15 -1648 ($)) (-15 -1445 ((-111) $)) (-15 -3798 ((-111) $)) (-15 -3498 ((-1098) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-830)) (-6 (-830)) |%noBranch|) (IF (|has| |#1| (-537)) (PROGN (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $))) |%noBranch|)))
-((-3202 (((-111) $ $) 7)) (-2663 (((-756)) 20)) (-1332 (($) 23)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-1637 (((-902) $) 22)) (-2623 (((-1136) $) 9)) (-2840 (($ (-902)) 21)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)))
-(((-826) (-137)) (T -826))
-NIL
-(-13 (-832) (-362))
-(((-101) . T) ((-599 (-844)) . T) ((-362) . T) ((-832) . T) ((-1078) . T))
-((-1571 (((-111) (-1237 |#2|) (-1237 |#2|)) 17)) (-2035 (((-111) (-1237 |#2|) (-1237 |#2|)) 18)) (-1706 (((-111) (-1237 |#2|) (-1237 |#2|)) 14)))
-(((-827 |#1| |#2|) (-10 -7 (-15 -1706 ((-111) (-1237 |#2|) (-1237 |#2|))) (-15 -1571 ((-111) (-1237 |#2|) (-1237 |#2|))) (-15 -2035 ((-111) (-1237 |#2|) (-1237 |#2|)))) (-756) (-777)) (T -827))
-((-2035 (*1 *2 *3 *3) (-12 (-5 *3 (-1237 *5)) (-4 *5 (-777)) (-5 *2 (-111)) (-5 *1 (-827 *4 *5)) (-14 *4 (-756)))) (-1571 (*1 *2 *3 *3) (-12 (-5 *3 (-1237 *5)) (-4 *5 (-777)) (-5 *2 (-111)) (-5 *1 (-827 *4 *5)) (-14 *4 (-756)))) (-1706 (*1 *2 *3 *3) (-12 (-5 *3 (-1237 *5)) (-4 *5 (-777)) (-5 *2 (-111)) (-5 *1 (-827 *4 *5)) (-14 *4 (-756)))))
-(-10 -7 (-15 -1706 ((-111) (-1237 |#2|) (-1237 |#2|))) (-15 -1571 ((-111) (-1237 |#2|) (-1237 |#2|))) (-15 -2035 ((-111) (-1237 |#2|) (-1237 |#2|))))
-((-3202 (((-111) $ $) 7)) (-2130 (($) 23 T CONST)) (-1293 (((-3 $ "failed") $) 26)) (-4065 (((-111) $) 24)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3309 (($) 22 T CONST)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (** (($ $ (-902)) 21) (($ $ (-756)) 25)) (* (($ $ $) 20)))
-(((-828) (-137)) (T -828))
-NIL
-(-13 (-839) (-711))
-(((-101) . T) ((-599 (-844)) . T) ((-711) . T) ((-839) . T) ((-832) . T) ((-1090) . T) ((-1078) . T))
-((-3886 (((-552) $) 17)) (-1338 (((-111) $) 10)) (-3127 (((-111) $) 11)) (-1578 (($ $) 19)))
-(((-829 |#1|) (-10 -8 (-15 -1578 (|#1| |#1|)) (-15 -3886 ((-552) |#1|)) (-15 -3127 ((-111) |#1|)) (-15 -1338 ((-111) |#1|))) (-830)) (T -829))
-NIL
-(-10 -8 (-15 -1578 (|#1| |#1|)) (-15 -3886 ((-552) |#1|)) (-15 -3127 ((-111) |#1|)) (-15 -1338 ((-111) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 24)) (-4012 (((-3 $ "failed") $ $) 26)) (-3886 (((-552) $) 33)) (-2130 (($) 23 T CONST)) (-1293 (((-3 $ "failed") $) 38)) (-1338 (((-111) $) 35)) (-4065 (((-111) $) 40)) (-3127 (((-111) $) 34)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 43)) (-2014 (((-756)) 42)) (-1578 (($ $) 32)) (-3297 (($) 22 T CONST)) (-3309 (($) 41 T CONST)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (-1709 (($ $ $) 28) (($ $) 27)) (-1698 (($ $ $) 20)) (** (($ $ (-756)) 39) (($ $ (-902)) 36)) (* (($ (-902) $) 21) (($ (-756) $) 25) (($ (-552) $) 29) (($ $ $) 37)))
-(((-830) (-137)) (T -830))
-((-1338 (*1 *2 *1) (-12 (-4 *1 (-830)) (-5 *2 (-111)))) (-3127 (*1 *2 *1) (-12 (-4 *1 (-830)) (-5 *2 (-111)))) (-3886 (*1 *2 *1) (-12 (-4 *1 (-830)) (-5 *2 (-552)))) (-1578 (*1 *1 *1) (-4 *1 (-830))))
-(-13 (-776) (-1030) (-711) (-10 -8 (-15 -1338 ((-111) $)) (-15 -3127 ((-111) $)) (-15 -3886 ((-552) $)) (-15 -1578 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-711) . T) ((-776) . T) ((-777) . T) ((-779) . T) ((-780) . T) ((-832) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1772 (($ $ $) 10)) (-2011 (($ $ $) 9)) (-1666 (((-111) $ $) 13)) (-1644 (((-111) $ $) 11)) (-1655 (((-111) $ $) 14)))
-(((-831 |#1|) (-10 -8 (-15 -1772 (|#1| |#1| |#1|)) (-15 -2011 (|#1| |#1| |#1|)) (-15 -1655 ((-111) |#1| |#1|)) (-15 -1666 ((-111) |#1| |#1|)) (-15 -1644 ((-111) |#1| |#1|))) (-832)) (T -831))
-NIL
-(-10 -8 (-15 -1772 (|#1| |#1| |#1|)) (-15 -2011 (|#1| |#1| |#1|)) (-15 -1655 ((-111) |#1| |#1|)) (-15 -1666 ((-111) |#1| |#1|)) (-15 -1644 ((-111) |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)))
-(((-832) (-137)) (T -832))
-((-1632 (*1 *2 *1 *1) (-12 (-4 *1 (-832)) (-5 *2 (-111)))) (-1644 (*1 *2 *1 *1) (-12 (-4 *1 (-832)) (-5 *2 (-111)))) (-1666 (*1 *2 *1 *1) (-12 (-4 *1 (-832)) (-5 *2 (-111)))) (-1655 (*1 *2 *1 *1) (-12 (-4 *1 (-832)) (-5 *2 (-111)))) (-2011 (*1 *1 *1 *1) (-4 *1 (-832))) (-1772 (*1 *1 *1 *1) (-4 *1 (-832))))
-(-13 (-1078) (-10 -8 (-15 -1632 ((-111) $ $)) (-15 -1644 ((-111) $ $)) (-15 -1666 ((-111) $ $)) (-15 -1655 ((-111) $ $)) (-15 -2011 ($ $ $)) (-15 -1772 ($ $ $))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3621 (($ $ $) 45)) (-1748 (($ $ $) 44)) (-1675 (($ $ $) 42)) (-2280 (($ $ $) 51)) (-3342 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 46)) (-4179 (((-3 $ "failed") $ $) 49)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 |#2| "failed") $) 25)) (-3471 (($ $) 35)) (-2945 (($ $ $) 39)) (-4072 (($ $ $) 38)) (-4149 (($ $ $) 47)) (-2153 (($ $ $) 53)) (-3482 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 41)) (-1547 (((-3 $ "failed") $ $) 48)) (-3969 (((-3 $ "failed") $ |#2|) 28)) (-3807 ((|#2| $) 32)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ (-401 (-552))) NIL) (($ |#2|) 12)) (-2984 (((-629 |#2|) $) 18)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 22)))
-(((-833 |#1| |#2|) (-10 -8 (-15 -4149 (|#1| |#1| |#1|)) (-15 -3342 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -2280 (|#1| |#1| |#1|)) (-15 -4179 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3621 (|#1| |#1| |#1|)) (-15 -1748 (|#1| |#1| |#1|)) (-15 -1675 (|#1| |#1| |#1|)) (-15 -3482 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -2153 (|#1| |#1| |#1|)) (-15 -1547 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -4072 (|#1| |#1| |#1|)) (-15 -3471 (|#1| |#1|)) (-15 -3807 (|#2| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2984 ((-629 |#2|) |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|)) (-15 -3213 ((-844) |#1|))) (-834 |#2|) (-1030)) (T -833))
-NIL
-(-10 -8 (-15 -4149 (|#1| |#1| |#1|)) (-15 -3342 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -2280 (|#1| |#1| |#1|)) (-15 -4179 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3621 (|#1| |#1| |#1|)) (-15 -1748 (|#1| |#1| |#1|)) (-15 -1675 (|#1| |#1| |#1|)) (-15 -3482 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4126 |#1|)) |#1| |#1|)) (-15 -2153 (|#1| |#1| |#1|)) (-15 -1547 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2945 (|#1| |#1| |#1|)) (-15 -4072 (|#1| |#1| |#1|)) (-15 -3471 (|#1| |#1|)) (-15 -3807 (|#2| |#1|)) (-15 -3969 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2984 ((-629 |#2|) |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|)) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-3621 (($ $ $) 43 (|has| |#1| (-357)))) (-1748 (($ $ $) 44 (|has| |#1| (-357)))) (-1675 (($ $ $) 46 (|has| |#1| (-357)))) (-2280 (($ $ $) 41 (|has| |#1| (-357)))) (-3342 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 40 (|has| |#1| (-357)))) (-4179 (((-3 $ "failed") $ $) 42 (|has| |#1| (-357)))) (-3209 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 45 (|has| |#1| (-357)))) (-1393 (((-3 (-552) "failed") $) 72 (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 70 (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 67)) (-2832 (((-552) $) 73 (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) 71 (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 66)) (-3766 (($ $) 62)) (-1293 (((-3 $ "failed") $) 32)) (-3471 (($ $) 53 (|has| |#1| (-445)))) (-4065 (((-111) $) 30)) (-3590 (($ |#1| (-756)) 60)) (-3211 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55 (|has| |#1| (-544)))) (-1274 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 56 (|has| |#1| (-544)))) (-3544 (((-756) $) 64)) (-2945 (($ $ $) 50 (|has| |#1| (-357)))) (-4072 (($ $ $) 51 (|has| |#1| (-357)))) (-4149 (($ $ $) 39 (|has| |#1| (-357)))) (-2153 (($ $ $) 48 (|has| |#1| (-357)))) (-3482 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 47 (|has| |#1| (-357)))) (-1547 (((-3 $ "failed") $ $) 49 (|has| |#1| (-357)))) (-1602 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 52 (|has| |#1| (-357)))) (-3743 ((|#1| $) 63)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3969 (((-3 $ "failed") $ |#1|) 57 (|has| |#1| (-544)))) (-3299 (((-756) $) 65)) (-3807 ((|#1| $) 54 (|has| |#1| (-445)))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 (-552))) 69 (|has| |#1| (-1019 (-401 (-552))))) (($ |#1|) 68)) (-2984 (((-629 |#1|) $) 59)) (-2266 ((|#1| $ (-756)) 61)) (-2014 (((-756)) 28)) (-2639 ((|#1| $ |#1| |#1|) 58)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 75) (($ |#1| $) 74)))
-(((-834 |#1|) (-137) (-1030)) (T -834))
-((-3299 (*1 *2 *1) (-12 (-4 *1 (-834 *3)) (-4 *3 (-1030)) (-5 *2 (-756)))) (-3544 (*1 *2 *1) (-12 (-4 *1 (-834 *3)) (-4 *3 (-1030)) (-5 *2 (-756)))) (-3743 (*1 *2 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)))) (-3766 (*1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)))) (-2266 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *1 (-834 *2)) (-4 *2 (-1030)))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-834 *2)) (-4 *2 (-1030)))) (-2984 (*1 *2 *1) (-12 (-4 *1 (-834 *3)) (-4 *3 (-1030)) (-5 *2 (-629 *3)))) (-2639 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)))) (-3969 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-544)))) (-1274 (*1 *2 *1 *1) (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-834 *3)))) (-3211 (*1 *2 *1 *1) (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-834 *3)))) (-3807 (*1 *2 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-445)))) (-3471 (*1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-445)))) (-1602 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *3 (-1030)) (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-834 *3)))) (-4072 (*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-2945 (*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-1547 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-2153 (*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-3482 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *3 (-1030)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1))) (-4 *1 (-834 *3)))) (-1675 (*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-3209 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *3 (-1030)) (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-834 *3)))) (-1748 (*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-3621 (*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-4179 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-2280 (*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-3342 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *3 (-1030)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1))) (-4 *1 (-834 *3)))) (-4149 (*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(-13 (-1030) (-110 |t#1| |t#1|) (-405 |t#1|) (-10 -8 (-15 -3299 ((-756) $)) (-15 -3544 ((-756) $)) (-15 -3743 (|t#1| $)) (-15 -3766 ($ $)) (-15 -2266 (|t#1| $ (-756))) (-15 -3590 ($ |t#1| (-756))) (-15 -2984 ((-629 |t#1|) $)) (-15 -2639 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-169)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-544)) (PROGN (-15 -3969 ((-3 $ "failed") $ |t#1|)) (-15 -1274 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -3211 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-445)) (PROGN (-15 -3807 (|t#1| $)) (-15 -3471 ($ $))) |%noBranch|) (IF (|has| |t#1| (-357)) (PROGN (-15 -1602 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -4072 ($ $ $)) (-15 -2945 ($ $ $)) (-15 -1547 ((-3 $ "failed") $ $)) (-15 -2153 ($ $ $)) (-15 -3482 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $)) (-15 -1675 ($ $ $)) (-15 -3209 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -1748 ($ $ $)) (-15 -3621 ($ $ $)) (-15 -4179 ((-3 $ "failed") $ $)) (-15 -2280 ($ $ $)) (-15 -3342 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $)) (-15 -4149 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-169)) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-405 |#1|) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-702 |#1|) |has| |#1| (-169)) ((-711) . T) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1036 |#1|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1682 ((|#2| |#2| |#2| (-98 |#1|) (-1 |#1| |#1|)) 20)) (-3209 (((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|)) 43 (|has| |#1| (-357)))) (-3211 (((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|)) 40 (|has| |#1| (-544)))) (-1274 (((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|)) 39 (|has| |#1| (-544)))) (-1602 (((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|)) 42 (|has| |#1| (-357)))) (-2639 ((|#1| |#2| |#1| |#1| (-98 |#1|) (-1 |#1| |#1|)) 31)))
-(((-835 |#1| |#2|) (-10 -7 (-15 -1682 (|#2| |#2| |#2| (-98 |#1|) (-1 |#1| |#1|))) (-15 -2639 (|#1| |#2| |#1| |#1| (-98 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-544)) (PROGN (-15 -1274 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|))) (-15 -3211 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -1602 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|))) (-15 -3209 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|)))) |%noBranch|)) (-1030) (-834 |#1|)) (T -835))
-((-3209 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-98 *5)) (-4 *5 (-357)) (-4 *5 (-1030)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-835 *5 *3)) (-4 *3 (-834 *5)))) (-1602 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-98 *5)) (-4 *5 (-357)) (-4 *5 (-1030)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-835 *5 *3)) (-4 *3 (-834 *5)))) (-3211 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-98 *5)) (-4 *5 (-544)) (-4 *5 (-1030)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-835 *5 *3)) (-4 *3 (-834 *5)))) (-1274 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-98 *5)) (-4 *5 (-544)) (-4 *5 (-1030)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-835 *5 *3)) (-4 *3 (-834 *5)))) (-2639 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-98 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1030)) (-5 *1 (-835 *2 *3)) (-4 *3 (-834 *2)))) (-1682 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-98 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1030)) (-5 *1 (-835 *5 *2)) (-4 *2 (-834 *5)))))
-(-10 -7 (-15 -1682 (|#2| |#2| |#2| (-98 |#1|) (-1 |#1| |#1|))) (-15 -2639 (|#1| |#2| |#1| |#1| (-98 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-544)) (PROGN (-15 -1274 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|))) (-15 -3211 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -1602 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|))) (-15 -3209 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2| (-98 |#1|)))) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3621 (($ $ $) NIL (|has| |#1| (-357)))) (-1748 (($ $ $) NIL (|has| |#1| (-357)))) (-1675 (($ $ $) NIL (|has| |#1| (-357)))) (-2280 (($ $ $) NIL (|has| |#1| (-357)))) (-3342 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-4179 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-3209 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 32 (|has| |#1| (-357)))) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#1| (-445)))) (-1647 (((-844) $ (-844)) NIL)) (-4065 (((-111) $) NIL)) (-3590 (($ |#1| (-756)) NIL)) (-3211 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 28 (|has| |#1| (-544)))) (-1274 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 26 (|has| |#1| (-544)))) (-3544 (((-756) $) NIL)) (-2945 (($ $ $) NIL (|has| |#1| (-357)))) (-4072 (($ $ $) NIL (|has| |#1| (-357)))) (-4149 (($ $ $) NIL (|has| |#1| (-357)))) (-2153 (($ $ $) NIL (|has| |#1| (-357)))) (-3482 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-1547 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1602 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 30 (|has| |#1| (-357)))) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544)))) (-3299 (((-756) $) NIL)) (-3807 ((|#1| $) NIL (|has| |#1| (-445)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ (-401 (-552))) NIL (|has| |#1| (-1019 (-401 (-552))))) (($ |#1|) NIL)) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-756)) NIL)) (-2014 (((-756)) NIL)) (-2639 ((|#1| $ |#1| |#1|) 15)) (-3297 (($) NIL T CONST)) (-3309 (($) 20 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) 19) (($ $ (-756)) 22)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-836 |#1| |#2| |#3|) (-13 (-834 |#1|) (-10 -8 (-15 -1647 ((-844) $ (-844))))) (-1030) (-98 |#1|) (-1 |#1| |#1|)) (T -836))
-((-1647 (*1 *2 *1 *2) (-12 (-5 *2 (-844)) (-5 *1 (-836 *3 *4 *5)) (-4 *3 (-1030)) (-14 *4 (-98 *3)) (-14 *5 (-1 *3 *3)))))
-(-13 (-834 |#1|) (-10 -8 (-15 -1647 ((-844) $ (-844)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3621 (($ $ $) NIL (|has| |#2| (-357)))) (-1748 (($ $ $) NIL (|has| |#2| (-357)))) (-1675 (($ $ $) NIL (|has| |#2| (-357)))) (-2280 (($ $ $) NIL (|has| |#2| (-357)))) (-3342 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#2| (-357)))) (-4179 (((-3 $ "failed") $ $) NIL (|has| |#2| (-357)))) (-3209 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#2| (-357)))) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#2| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-3 |#2| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#2| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#2| (-1019 (-401 (-552))))) ((|#2| $) NIL)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#2| (-445)))) (-4065 (((-111) $) NIL)) (-3590 (($ |#2| (-756)) 16)) (-3211 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#2| (-544)))) (-1274 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#2| (-544)))) (-3544 (((-756) $) NIL)) (-2945 (($ $ $) NIL (|has| |#2| (-357)))) (-4072 (($ $ $) NIL (|has| |#2| (-357)))) (-4149 (($ $ $) NIL (|has| |#2| (-357)))) (-2153 (($ $ $) NIL (|has| |#2| (-357)))) (-3482 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#2| (-357)))) (-1547 (((-3 $ "failed") $ $) NIL (|has| |#2| (-357)))) (-1602 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#2| (-357)))) (-3743 ((|#2| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3969 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-544)))) (-3299 (((-756) $) NIL)) (-3807 ((|#2| $) NIL (|has| |#2| (-445)))) (-3213 (((-844) $) 23) (($ (-552)) NIL) (($ (-401 (-552))) NIL (|has| |#2| (-1019 (-401 (-552))))) (($ |#2|) NIL) (($ (-1233 |#1|)) 18)) (-2984 (((-629 |#2|) $) NIL)) (-2266 ((|#2| $ (-756)) NIL)) (-2014 (((-756)) NIL)) (-2639 ((|#2| $ |#2| |#2|) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) 13 T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-837 |#1| |#2| |#3| |#4|) (-13 (-834 |#2|) (-10 -8 (-15 -3213 ($ (-1233 |#1|))))) (-1154) (-1030) (-98 |#2|) (-1 |#2| |#2|)) (T -837))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1233 *3)) (-14 *3 (-1154)) (-5 *1 (-837 *3 *4 *5 *6)) (-4 *4 (-1030)) (-14 *5 (-98 *4)) (-14 *6 (-1 *4 *4)))))
-(-13 (-834 |#2|) (-10 -8 (-15 -3213 ($ (-1233 |#1|)))))
-((-3648 ((|#1| (-756) |#1|) 35 (|has| |#1| (-38 (-401 (-552)))))) (-3473 ((|#1| (-756) (-756) |#1|) 27) ((|#1| (-756) |#1|) 20)) (-3174 ((|#1| (-756) |#1|) 31)) (-1584 ((|#1| (-756) |#1|) 29)) (-4041 ((|#1| (-756) |#1|) 28)))
-(((-838 |#1|) (-10 -7 (-15 -4041 (|#1| (-756) |#1|)) (-15 -1584 (|#1| (-756) |#1|)) (-15 -3174 (|#1| (-756) |#1|)) (-15 -3473 (|#1| (-756) |#1|)) (-15 -3473 (|#1| (-756) (-756) |#1|)) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -3648 (|#1| (-756) |#1|)) |%noBranch|)) (-169)) (T -838))
-((-3648 (*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-169)))) (-3473 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169)))) (-3473 (*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169)))) (-3174 (*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169)))) (-1584 (*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169)))) (-4041 (*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169)))))
-(-10 -7 (-15 -4041 (|#1| (-756) |#1|)) (-15 -1584 (|#1| (-756) |#1|)) (-15 -3174 (|#1| (-756) |#1|)) (-15 -3473 (|#1| (-756) |#1|)) (-15 -3473 (|#1| (-756) (-756) |#1|)) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -3648 (|#1| (-756) |#1|)) |%noBranch|))
-((-3202 (((-111) $ $) 7)) (-1772 (($ $ $) 13)) (-2011 (($ $ $) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1666 (((-111) $ $) 16)) (-1644 (((-111) $ $) 17)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 15)) (-1632 (((-111) $ $) 18)) (** (($ $ (-902)) 21)) (* (($ $ $) 20)))
-(((-839) (-137)) (T -839))
-NIL
-(-13 (-832) (-1090))
-(((-101) . T) ((-599 (-844)) . T) ((-832) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-2925 (((-552) $) 12)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 18) (($ (-552)) 11)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 8)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 9)))
-(((-840) (-13 (-832) (-10 -8 (-15 -3213 ($ (-552))) (-15 -2925 ((-552) $))))) (T -840))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-840)))) (-2925 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-840)))))
-(-13 (-832) (-10 -8 (-15 -3213 ($ (-552))) (-15 -2925 ((-552) $))))
-((-3268 (((-1098) $ (-127)) 17)))
-(((-841 |#1|) (-10 -8 (-15 -3268 ((-1098) |#1| (-127)))) (-842)) (T -841))
-NIL
-(-10 -8 (-15 -3268 ((-1098) |#1| (-127))))
-((-3268 (((-1098) $ (-127)) 7)) (-2586 (((-1098) $ (-128)) 8)) (-2469 (($ $) 6)))
-(((-842) (-137)) (T -842))
-((-2586 (*1 *2 *1 *3) (-12 (-4 *1 (-842)) (-5 *3 (-128)) (-5 *2 (-1098)))) (-3268 (*1 *2 *1 *3) (-12 (-4 *1 (-842)) (-5 *3 (-127)) (-5 *2 (-1098)))))
-(-13 (-170) (-10 -8 (-15 -2586 ((-1098) $ (-128))) (-15 -3268 ((-1098) $ (-127)))))
+((-3200 (((-111) $ $) NIL)) (-2813 (((-630 |#1|) $) 29)) (-2662 (((-757) $) NIL)) (-3203 (($) NIL T CONST)) (-3788 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 20)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-2714 (($ $) 31)) (-3889 (((-3 $ "failed") $) NIL)) (-3697 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-1434 (((-111) $) NIL)) (-2264 ((|#1| $ (-553)) NIL)) (-1762 (((-757) $ (-553)) NIL)) (-4241 (($ $) 36)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-3269 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 17)) (-2844 (((-111) $ $) 34)) (-2555 (((-757) $) 25)) (-4056 (((-1137) $) NIL)) (-1967 (($ $ $) NIL)) (-4259 (($ $ $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 ((|#1| $) 30)) (-3688 (((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-757)))) $) NIL)) (-3976 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-3212 (((-845) $) NIL) (($ |#1|) NIL)) (-3308 (($) 15 T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 35)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ |#1| (-757)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-805 |#1|) (-13 (-829) (-1020 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-757))) (-15 -2701 (|#1| $)) (-15 -2714 ($ $)) (-15 -4241 ($ $)) (-15 -2844 ((-111) $ $)) (-15 -4259 ($ $ $)) (-15 -1967 ($ $ $)) (-15 -3269 ((-3 $ "failed") $ $)) (-15 -3788 ((-3 $ "failed") $ $)) (-15 -3269 ((-3 $ "failed") $ |#1|)) (-15 -3788 ((-3 $ "failed") $ |#1|)) (-15 -3976 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3697 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2662 ((-757) $)) (-15 -1762 ((-757) $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -3688 ((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-757)))) $)) (-15 -2555 ((-757) $)) (-15 -2813 ((-630 |#1|) $)))) (-833)) (T -805))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-2701 (*1 *2 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-2714 (*1 *1 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-4241 (*1 *1 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-2844 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-805 *3)) (-4 *3 (-833)))) (-4259 (*1 *1 *1 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-1967 (*1 *1 *1 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-3269 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-3788 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-3269 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-3788 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-3976 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-805 *3)) (|:| |rm| (-805 *3)))) (-5 *1 (-805 *3)) (-4 *3 (-833)))) (-3697 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-805 *3)) (|:| |mm| (-805 *3)) (|:| |rm| (-805 *3)))) (-5 *1 (-805 *3)) (-4 *3 (-833)))) (-2662 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-805 *3)) (-4 *3 (-833)))) (-1762 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-757)) (-5 *1 (-805 *4)) (-4 *4 (-833)))) (-2264 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-805 *2)) (-4 *2 (-833)))) (-3688 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 (-757))))) (-5 *1 (-805 *3)) (-4 *3 (-833)))) (-2555 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-805 *3)) (-4 *3 (-833)))) (-2813 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-805 *3)) (-4 *3 (-833)))))
+(-13 (-829) (-1020 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-757))) (-15 -2701 (|#1| $)) (-15 -2714 ($ $)) (-15 -4241 ($ $)) (-15 -2844 ((-111) $ $)) (-15 -4259 ($ $ $)) (-15 -1967 ($ $ $)) (-15 -3269 ((-3 $ "failed") $ $)) (-15 -3788 ((-3 $ "failed") $ $)) (-15 -3269 ((-3 $ "failed") $ |#1|)) (-15 -3788 ((-3 $ "failed") $ |#1|)) (-15 -3976 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -3697 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -2662 ((-757) $)) (-15 -1762 ((-757) $ (-553))) (-15 -2264 (|#1| $ (-553))) (-15 -3688 ((-630 (-2 (|:| |gen| |#1|) (|:| -2854 (-757)))) $)) (-15 -2555 ((-757) $)) (-15 -2813 ((-630 |#1|) $))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-2299 (((-553) $) 51)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-2184 (((-111) $) 49)) (-1434 (((-111) $) 30)) (-2260 (((-111) $) 50)) (-1773 (($ $ $) 48)) (-2012 (($ $ $) 47)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3968 (((-3 $ "failed") $ $) 40)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-1411 (($ $) 52)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1667 (((-111) $ $) 45)) (-1645 (((-111) $ $) 44)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 46)) (-1633 (((-111) $ $) 43)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-806) (-137)) (T -806))
+NIL
+(-13 (-545) (-831))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-169) . T) ((-284) . T) ((-545) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-777) . T) ((-778) . T) ((-780) . T) ((-781) . T) ((-831) . T) ((-833) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-2951 (($ (-1099)) 7)) (-1805 (((-111) $ (-1137) (-1099)) 15)) (-3017 (((-808) $) 12)) (-3290 (((-808) $) 11)) (-2626 (((-1243) $) 9)) (-2631 (((-111) $ (-1099)) 16)))
+(((-807) (-10 -8 (-15 -2951 ($ (-1099))) (-15 -2626 ((-1243) $)) (-15 -3290 ((-808) $)) (-15 -3017 ((-808) $)) (-15 -1805 ((-111) $ (-1137) (-1099))) (-15 -2631 ((-111) $ (-1099))))) (T -807))
+((-2631 (*1 *2 *1 *3) (-12 (-5 *3 (-1099)) (-5 *2 (-111)) (-5 *1 (-807)))) (-1805 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1137)) (-5 *4 (-1099)) (-5 *2 (-111)) (-5 *1 (-807)))) (-3017 (*1 *2 *1) (-12 (-5 *2 (-808)) (-5 *1 (-807)))) (-3290 (*1 *2 *1) (-12 (-5 *2 (-808)) (-5 *1 (-807)))) (-2626 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-807)))) (-2951 (*1 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-807)))))
+(-10 -8 (-15 -2951 ($ (-1099))) (-15 -2626 ((-1243) $)) (-15 -3290 ((-808) $)) (-15 -3017 ((-808) $)) (-15 -1805 ((-111) $ (-1137) (-1099))) (-15 -2631 ((-111) $ (-1099))))
+((-3535 (((-1243) $ (-809)) 12)) (-4340 (((-1243) $ (-1155)) 32)) (-3331 (((-1243) $ (-1137) (-1137)) 34)) (-4004 (((-1243) $ (-1137)) 33)) (-3647 (((-1243) $) 19)) (-3486 (((-1243) $ (-553)) 28)) (-4047 (((-1243) $ (-220)) 30)) (-3400 (((-1243) $) 18)) (-4107 (((-1243) $) 26)) (-3661 (((-1243) $) 25)) (-2083 (((-1243) $) 23)) (-3776 (((-1243) $) 24)) (-1301 (((-1243) $) 22)) (-1601 (((-1243) $) 21)) (-2496 (((-1243) $) 20)) (-4078 (((-1243) $) 16)) (-4085 (((-1243) $) 17)) (-3317 (((-1243) $) 15)) (-2071 (((-1243) $) 14)) (-4328 (((-1243) $) 13)) (-3237 (($ (-1137) (-809)) 9)) (-4251 (($ (-1137) (-1137) (-809)) 8)) (-1631 (((-1155) $) 51)) (-2089 (((-1155) $) 55)) (-1829 (((-2 (|:| |cd| (-1137)) (|:| -4292 (-1137))) $) 54)) (-1911 (((-1137) $) 52)) (-2290 (((-1243) $) 41)) (-1903 (((-553) $) 49)) (-3087 (((-220) $) 50)) (-3956 (((-1243) $) 40)) (-4319 (((-1243) $) 48)) (-2262 (((-1243) $) 47)) (-1960 (((-1243) $) 45)) (-1789 (((-1243) $) 46)) (-3490 (((-1243) $) 44)) (-3521 (((-1243) $) 43)) (-3939 (((-1243) $) 42)) (-4149 (((-1243) $) 38)) (-4111 (((-1243) $) 39)) (-2703 (((-1243) $) 37)) (-1941 (((-1243) $) 36)) (-4074 (((-1243) $) 35)) (-1990 (((-1243) $) 11)))
+(((-808) (-10 -8 (-15 -4251 ($ (-1137) (-1137) (-809))) (-15 -3237 ($ (-1137) (-809))) (-15 -1990 ((-1243) $)) (-15 -3535 ((-1243) $ (-809))) (-15 -4328 ((-1243) $)) (-15 -2071 ((-1243) $)) (-15 -3317 ((-1243) $)) (-15 -4078 ((-1243) $)) (-15 -4085 ((-1243) $)) (-15 -3400 ((-1243) $)) (-15 -3647 ((-1243) $)) (-15 -2496 ((-1243) $)) (-15 -1601 ((-1243) $)) (-15 -1301 ((-1243) $)) (-15 -2083 ((-1243) $)) (-15 -3776 ((-1243) $)) (-15 -3661 ((-1243) $)) (-15 -4107 ((-1243) $)) (-15 -3486 ((-1243) $ (-553))) (-15 -4047 ((-1243) $ (-220))) (-15 -4340 ((-1243) $ (-1155))) (-15 -4004 ((-1243) $ (-1137))) (-15 -3331 ((-1243) $ (-1137) (-1137))) (-15 -4074 ((-1243) $)) (-15 -1941 ((-1243) $)) (-15 -2703 ((-1243) $)) (-15 -4149 ((-1243) $)) (-15 -4111 ((-1243) $)) (-15 -3956 ((-1243) $)) (-15 -2290 ((-1243) $)) (-15 -3939 ((-1243) $)) (-15 -3521 ((-1243) $)) (-15 -3490 ((-1243) $)) (-15 -1960 ((-1243) $)) (-15 -1789 ((-1243) $)) (-15 -2262 ((-1243) $)) (-15 -4319 ((-1243) $)) (-15 -1903 ((-553) $)) (-15 -3087 ((-220) $)) (-15 -1631 ((-1155) $)) (-15 -1911 ((-1137) $)) (-15 -1829 ((-2 (|:| |cd| (-1137)) (|:| -4292 (-1137))) $)) (-15 -2089 ((-1155) $)))) (T -808))
+((-2089 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-808)))) (-1829 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1137)) (|:| -4292 (-1137)))) (-5 *1 (-808)))) (-1911 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-808)))) (-1631 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-808)))) (-3087 (*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-808)))) (-1903 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-808)))) (-4319 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-2262 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-1789 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-1960 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3490 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3521 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3939 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-2290 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3956 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-4111 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-4149 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-2703 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-1941 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-4074 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3331 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-808)))) (-4004 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-808)))) (-4340 (*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-808)))) (-4047 (*1 *2 *1 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1243)) (-5 *1 (-808)))) (-3486 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-808)))) (-4107 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3661 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3776 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-2083 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-1301 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-1601 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-2496 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3647 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3400 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-4085 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-4078 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3317 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-2071 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-4328 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3535 (*1 *2 *1 *3) (-12 (-5 *3 (-809)) (-5 *2 (-1243)) (-5 *1 (-808)))) (-1990 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))) (-3237 (*1 *1 *2 *3) (-12 (-5 *2 (-1137)) (-5 *3 (-809)) (-5 *1 (-808)))) (-4251 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1137)) (-5 *3 (-809)) (-5 *1 (-808)))))
+(-10 -8 (-15 -4251 ($ (-1137) (-1137) (-809))) (-15 -3237 ($ (-1137) (-809))) (-15 -1990 ((-1243) $)) (-15 -3535 ((-1243) $ (-809))) (-15 -4328 ((-1243) $)) (-15 -2071 ((-1243) $)) (-15 -3317 ((-1243) $)) (-15 -4078 ((-1243) $)) (-15 -4085 ((-1243) $)) (-15 -3400 ((-1243) $)) (-15 -3647 ((-1243) $)) (-15 -2496 ((-1243) $)) (-15 -1601 ((-1243) $)) (-15 -1301 ((-1243) $)) (-15 -2083 ((-1243) $)) (-15 -3776 ((-1243) $)) (-15 -3661 ((-1243) $)) (-15 -4107 ((-1243) $)) (-15 -3486 ((-1243) $ (-553))) (-15 -4047 ((-1243) $ (-220))) (-15 -4340 ((-1243) $ (-1155))) (-15 -4004 ((-1243) $ (-1137))) (-15 -3331 ((-1243) $ (-1137) (-1137))) (-15 -4074 ((-1243) $)) (-15 -1941 ((-1243) $)) (-15 -2703 ((-1243) $)) (-15 -4149 ((-1243) $)) (-15 -4111 ((-1243) $)) (-15 -3956 ((-1243) $)) (-15 -2290 ((-1243) $)) (-15 -3939 ((-1243) $)) (-15 -3521 ((-1243) $)) (-15 -3490 ((-1243) $)) (-15 -1960 ((-1243) $)) (-15 -1789 ((-1243) $)) (-15 -2262 ((-1243) $)) (-15 -4319 ((-1243) $)) (-15 -1903 ((-553) $)) (-15 -3087 ((-220) $)) (-15 -1631 ((-1155) $)) (-15 -1911 ((-1137) $)) (-15 -1829 ((-2 (|:| |cd| (-1137)) (|:| -4292 (-1137))) $)) (-15 -2089 ((-1155) $)))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 12)) (-2354 (($) 15)) (-3980 (($) 13)) (-1390 (($) 16)) (-3992 (($) 14)) (-1614 (((-111) $ $) 8)))
+(((-809) (-13 (-1079) (-10 -8 (-15 -3980 ($)) (-15 -2354 ($)) (-15 -1390 ($)) (-15 -3992 ($))))) (T -809))
+((-3980 (*1 *1) (-5 *1 (-809))) (-2354 (*1 *1) (-5 *1 (-809))) (-1390 (*1 *1) (-5 *1 (-809))) (-3992 (*1 *1) (-5 *1 (-809))))
+(-13 (-1079) (-10 -8 (-15 -3980 ($)) (-15 -2354 ($)) (-15 -1390 ($)) (-15 -3992 ($))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 21) (($ (-1155)) 17)) (-2637 (((-111) $) 10)) (-4178 (((-111) $) 9)) (-3471 (((-111) $) 11)) (-1915 (((-111) $) 8)) (-1614 (((-111) $ $) 19)))
+(((-810) (-13 (-1079) (-10 -8 (-15 -3212 ($ (-1155))) (-15 -1915 ((-111) $)) (-15 -4178 ((-111) $)) (-15 -2637 ((-111) $)) (-15 -3471 ((-111) $))))) (T -810))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-810)))) (-1915 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-810)))) (-4178 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-810)))) (-2637 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-810)))) (-3471 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-810)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ($ (-1155))) (-15 -1915 ((-111) $)) (-15 -4178 ((-111) $)) (-15 -2637 ((-111) $)) (-15 -3471 ((-111) $))))
+((-3200 (((-111) $ $) NIL)) (-2244 (($ (-810) (-630 (-1155))) 24)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-1970 (((-810) $) 25)) (-2893 (((-630 (-1155)) $) 26)) (-3212 (((-845) $) 23)) (-1614 (((-111) $ $) NIL)))
+(((-811) (-13 (-1079) (-10 -8 (-15 -1970 ((-810) $)) (-15 -2893 ((-630 (-1155)) $)) (-15 -2244 ($ (-810) (-630 (-1155))))))) (T -811))
+((-1970 (*1 *2 *1) (-12 (-5 *2 (-810)) (-5 *1 (-811)))) (-2893 (*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-811)))) (-2244 (*1 *1 *2 *3) (-12 (-5 *2 (-810)) (-5 *3 (-630 (-1155))) (-5 *1 (-811)))))
+(-13 (-1079) (-10 -8 (-15 -1970 ((-810) $)) (-15 -2893 ((-630 (-1155)) $)) (-15 -2244 ($ (-810) (-630 (-1155))))))
+((-3632 (((-1243) (-808) (-310 |#1|) (-111)) 23) (((-1243) (-808) (-310 |#1|)) 79) (((-1137) (-310 |#1|) (-111)) 78) (((-1137) (-310 |#1|)) 77)))
+(((-812 |#1|) (-10 -7 (-15 -3632 ((-1137) (-310 |#1|))) (-15 -3632 ((-1137) (-310 |#1|) (-111))) (-15 -3632 ((-1243) (-808) (-310 |#1|))) (-15 -3632 ((-1243) (-808) (-310 |#1|) (-111)))) (-13 (-814) (-833) (-1031))) (T -812))
+((-3632 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-808)) (-5 *4 (-310 *6)) (-5 *5 (-111)) (-4 *6 (-13 (-814) (-833) (-1031))) (-5 *2 (-1243)) (-5 *1 (-812 *6)))) (-3632 (*1 *2 *3 *4) (-12 (-5 *3 (-808)) (-5 *4 (-310 *5)) (-4 *5 (-13 (-814) (-833) (-1031))) (-5 *2 (-1243)) (-5 *1 (-812 *5)))) (-3632 (*1 *2 *3 *4) (-12 (-5 *3 (-310 *5)) (-5 *4 (-111)) (-4 *5 (-13 (-814) (-833) (-1031))) (-5 *2 (-1137)) (-5 *1 (-812 *5)))) (-3632 (*1 *2 *3) (-12 (-5 *3 (-310 *4)) (-4 *4 (-13 (-814) (-833) (-1031))) (-5 *2 (-1137)) (-5 *1 (-812 *4)))))
+(-10 -7 (-15 -3632 ((-1137) (-310 |#1|))) (-15 -3632 ((-1137) (-310 |#1|) (-111))) (-15 -3632 ((-1243) (-808) (-310 |#1|))) (-15 -3632 ((-1243) (-808) (-310 |#1|) (-111))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-2908 ((|#1| $) 10)) (-1443 (($ |#1|) 9)) (-1434 (((-111) $) NIL)) (-3590 (($ |#2| (-757)) NIL)) (-3264 (((-757) $) NIL)) (-3743 ((|#2| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3095 (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $) NIL (|has| |#1| (-228)))) (-2672 (((-757) $) NIL)) (-3212 (((-845) $) 17) (($ (-553)) NIL) (($ |#2|) NIL (|has| |#2| (-169)))) (-1925 ((|#2| $ (-757)) NIL)) (-1348 (((-757)) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $) NIL (|has| |#1| (-228)))) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-813 |#1| |#2|) (-13 (-694 |#2|) (-10 -8 (IF (|has| |#1| (-228)) (-6 (-228)) |%noBranch|) (-15 -1443 ($ |#1|)) (-15 -2908 (|#1| $)))) (-694 |#2|) (-1031)) (T -813))
+((-1443 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-5 *1 (-813 *2 *3)) (-4 *2 (-694 *3)))) (-2908 (*1 *2 *1) (-12 (-4 *2 (-694 *3)) (-5 *1 (-813 *2 *3)) (-4 *3 (-1031)))))
+(-13 (-694 |#2|) (-10 -8 (IF (|has| |#1| (-228)) (-6 (-228)) |%noBranch|) (-15 -1443 ($ |#1|)) (-15 -2908 (|#1| $))))
+((-3632 (((-1243) (-808) $ (-111)) 9) (((-1243) (-808) $) 8) (((-1137) $ (-111)) 7) (((-1137) $) 6)))
+(((-814) (-137)) (T -814))
+((-3632 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-814)) (-5 *3 (-808)) (-5 *4 (-111)) (-5 *2 (-1243)))) (-3632 (*1 *2 *3 *1) (-12 (-4 *1 (-814)) (-5 *3 (-808)) (-5 *2 (-1243)))) (-3632 (*1 *2 *1 *3) (-12 (-4 *1 (-814)) (-5 *3 (-111)) (-5 *2 (-1137)))) (-3632 (*1 *2 *1) (-12 (-4 *1 (-814)) (-5 *2 (-1137)))))
+(-13 (-10 -8 (-15 -3632 ((-1137) $)) (-15 -3632 ((-1137) $ (-111))) (-15 -3632 ((-1243) (-808) $)) (-15 -3632 ((-1243) (-808) $ (-111)))))
+((-3049 (((-306) (-1137) (-1137)) 12)) (-3614 (((-111) (-1137) (-1137)) 34)) (-4187 (((-111) (-1137)) 33)) (-4345 (((-52) (-1137)) 25)) (-2493 (((-52) (-1137)) 23)) (-3715 (((-52) (-808)) 17)) (-3165 (((-630 (-1137)) (-1137)) 28)) (-1578 (((-630 (-1137))) 27)))
+(((-815) (-10 -7 (-15 -3715 ((-52) (-808))) (-15 -2493 ((-52) (-1137))) (-15 -4345 ((-52) (-1137))) (-15 -1578 ((-630 (-1137)))) (-15 -3165 ((-630 (-1137)) (-1137))) (-15 -4187 ((-111) (-1137))) (-15 -3614 ((-111) (-1137) (-1137))) (-15 -3049 ((-306) (-1137) (-1137))))) (T -815))
+((-3049 (*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-306)) (-5 *1 (-815)))) (-3614 (*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-111)) (-5 *1 (-815)))) (-4187 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-111)) (-5 *1 (-815)))) (-3165 (*1 *2 *3) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-815)) (-5 *3 (-1137)))) (-1578 (*1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-815)))) (-4345 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-52)) (-5 *1 (-815)))) (-2493 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-52)) (-5 *1 (-815)))) (-3715 (*1 *2 *3) (-12 (-5 *3 (-808)) (-5 *2 (-52)) (-5 *1 (-815)))))
+(-10 -7 (-15 -3715 ((-52) (-808))) (-15 -2493 ((-52) (-1137))) (-15 -4345 ((-52) (-1137))) (-15 -1578 ((-630 (-1137)))) (-15 -3165 ((-630 (-1137)) (-1137))) (-15 -4187 ((-111) (-1137))) (-15 -3614 ((-111) (-1137) (-1137))) (-15 -3049 ((-306) (-1137) (-1137))))
+((-3200 (((-111) $ $) 19)) (-1502 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-3547 (($ $ $) 72)) (-3506 (((-111) $ $) 73)) (-2549 (((-111) $ (-757)) 8)) (-1440 (($ (-630 |#1|)) 68) (($) 67)) (-3656 (($ (-1 (-111) |#1|) $) 45 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-1570 (($ $) 62)) (-2738 (($ $) 58 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ |#1| $) 47 (|has| $ (-6 -4369))) (($ (-1 (-111) |#1|) $) 46 (|has| $ (-6 -4369)))) (-2653 (($ |#1| $) 57 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 54 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4369)))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3030 (((-111) $ $) 64)) (-3625 (((-111) $ (-757)) 9)) (-1773 ((|#1| $) 78)) (-4250 (($ $ $) 81)) (-3858 (($ $ $) 80)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2012 ((|#1| $) 79)) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22)) (-4115 (($ $ $) 69)) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40) (($ |#1| $ (-757)) 63)) (-2875 (((-1099) $) 21)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 51)) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-3479 (((-630 (-2 (|:| -3359 |#1|) (|:| -2885 (-757)))) $) 61)) (-3558 (($ $ |#1|) 71) (($ $ $) 70)) (-4015 (($) 49) (($ (-630 |#1|)) 48)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 59 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 50)) (-3212 (((-845) $) 18)) (-3540 (($ (-630 |#1|)) 66) (($) 65)) (-4142 (($ (-630 |#1|)) 42)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20)) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-816 |#1|) (-137) (-833)) (T -816))
+((-1773 (*1 *2 *1) (-12 (-4 *1 (-816 *2)) (-4 *2 (-833)))))
+(-13 (-722 |t#1|) (-950 |t#1|) (-10 -8 (-15 -1773 (|t#1| $))))
+(((-34) . T) ((-106 |#1|) . T) ((-101) . T) ((-600 (-845)) . T) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-230 |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-680 |#1|) . T) ((-722 |#1|) . T) ((-950 |#1|) . T) ((-1077 |#1|) . T) ((-1079) . T) ((-1192) . T))
+((-2984 (((-1243) (-1099) (-1099)) 47)) (-3538 (((-1243) (-807) (-52)) 44)) (-4158 (((-52) (-807)) 16)))
+(((-817) (-10 -7 (-15 -4158 ((-52) (-807))) (-15 -3538 ((-1243) (-807) (-52))) (-15 -2984 ((-1243) (-1099) (-1099))))) (T -817))
+((-2984 (*1 *2 *3 *3) (-12 (-5 *3 (-1099)) (-5 *2 (-1243)) (-5 *1 (-817)))) (-3538 (*1 *2 *3 *4) (-12 (-5 *3 (-807)) (-5 *4 (-52)) (-5 *2 (-1243)) (-5 *1 (-817)))) (-4158 (*1 *2 *3) (-12 (-5 *3 (-807)) (-5 *2 (-52)) (-5 *1 (-817)))))
+(-10 -7 (-15 -4158 ((-52) (-807))) (-15 -3538 ((-1243) (-807) (-52))) (-15 -2984 ((-1243) (-1099) (-1099))))
+((-1478 (((-819 |#2|) (-1 |#2| |#1|) (-819 |#1|) (-819 |#2|)) 12) (((-819 |#2|) (-1 |#2| |#1|) (-819 |#1|)) 13)))
+(((-818 |#1| |#2|) (-10 -7 (-15 -1478 ((-819 |#2|) (-1 |#2| |#1|) (-819 |#1|))) (-15 -1478 ((-819 |#2|) (-1 |#2| |#1|) (-819 |#1|) (-819 |#2|)))) (-1079) (-1079)) (T -818))
+((-1478 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-819 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-819 *5)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *1 (-818 *5 *6)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-819 *5)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *2 (-819 *6)) (-5 *1 (-818 *5 *6)))))
+(-10 -7 (-15 -1478 ((-819 |#2|) (-1 |#2| |#1|) (-819 |#1|))) (-15 -1478 ((-819 |#2|) (-1 |#2| |#1|) (-819 |#1|) (-819 |#2|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL (|has| |#1| (-21)))) (-4123 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2299 (((-553) $) NIL (|has| |#1| (-831)))) (-3203 (($) NIL (|has| |#1| (-21)) CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 15)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 9)) (-3889 (((-3 $ "failed") $) 40 (|has| |#1| (-831)))) (-1402 (((-3 (-401 (-553)) "failed") $) 49 (|has| |#1| (-538)))) (-3054 (((-111) $) 43 (|has| |#1| (-538)))) (-3731 (((-401 (-553)) $) 46 (|has| |#1| (-538)))) (-2184 (((-111) $) NIL (|has| |#1| (-831)))) (-1434 (((-111) $) NIL (|has| |#1| (-831)))) (-2260 (((-111) $) NIL (|has| |#1| (-831)))) (-1773 (($ $ $) NIL (|has| |#1| (-831)))) (-2012 (($ $ $) NIL (|has| |#1| (-831)))) (-4056 (((-1137) $) NIL)) (-4052 (($) 13)) (-3909 (((-111) $) 12)) (-2875 (((-1099) $) NIL)) (-3848 (((-111) $) 11)) (-3212 (((-845) $) 18) (($ (-401 (-553))) NIL (|has| |#1| (-1020 (-401 (-553))))) (($ |#1|) 8) (($ (-553)) NIL (-4028 (|has| |#1| (-831)) (|has| |#1| (-1020 (-553)))))) (-1348 (((-757)) 34 (|has| |#1| (-831)))) (-1411 (($ $) NIL (|has| |#1| (-831)))) (-3296 (($) 22 (|has| |#1| (-21)) CONST)) (-3308 (($) 31 (|has| |#1| (-831)) CONST)) (-1667 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1614 (((-111) $ $) 20)) (-1656 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1633 (((-111) $ $) 42 (|has| |#1| (-831)))) (-1710 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 27 (|has| |#1| (-21)))) (-1699 (($ $ $) 29 (|has| |#1| (-21)))) (** (($ $ (-903)) NIL (|has| |#1| (-831))) (($ $ (-757)) NIL (|has| |#1| (-831)))) (* (($ $ $) 37 (|has| |#1| (-831))) (($ (-553) $) 25 (|has| |#1| (-21))) (($ (-757) $) NIL (|has| |#1| (-21))) (($ (-903) $) NIL (|has| |#1| (-21)))))
+(((-819 |#1|) (-13 (-1079) (-405 |#1|) (-10 -8 (-15 -4052 ($)) (-15 -3848 ((-111) $)) (-15 -3909 ((-111) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-831)) (-6 (-831)) |%noBranch|) (IF (|has| |#1| (-538)) (PROGN (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $))) |%noBranch|))) (-1079)) (T -819))
+((-4052 (*1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-1079)))) (-3848 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-819 *3)) (-4 *3 (-1079)))) (-3909 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-819 *3)) (-4 *3 (-1079)))) (-3054 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-819 *3)) (-4 *3 (-538)) (-4 *3 (-1079)))) (-3731 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-819 *3)) (-4 *3 (-538)) (-4 *3 (-1079)))) (-1402 (*1 *2 *1) (|partial| -12 (-5 *2 (-401 (-553))) (-5 *1 (-819 *3)) (-4 *3 (-538)) (-4 *3 (-1079)))))
+(-13 (-1079) (-405 |#1|) (-10 -8 (-15 -4052 ($)) (-15 -3848 ((-111) $)) (-15 -3909 ((-111) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-831)) (-6 (-831)) |%noBranch|) (IF (|has| |#1| (-538)) (PROGN (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $))) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL) (((-3 (-113) "failed") $) NIL)) (-2831 ((|#1| $) NIL) (((-113) $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1836 ((|#1| (-113) |#1|) NIL)) (-1434 (((-111) $) NIL)) (-4306 (($ |#1| (-355 (-113))) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3818 (($ $ (-1 |#1| |#1|)) NIL)) (-1888 (($ $ (-1 |#1| |#1|)) NIL)) (-2061 ((|#1| $ |#1|) NIL)) (-2699 ((|#1| |#1|) NIL (|has| |#1| (-169)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL) (($ (-113)) NIL)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-3872 (($ $) NIL (|has| |#1| (-169))) (($ $ $) NIL (|has| |#1| (-169)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ (-113) (-553)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169)))))
+(((-820 |#1|) (-13 (-1031) (-1020 |#1|) (-1020 (-113)) (-280 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-6 (-38 |#1|)) (-15 -3872 ($ $)) (-15 -3872 ($ $ $)) (-15 -2699 (|#1| |#1|))) |%noBranch|) (-15 -1888 ($ $ (-1 |#1| |#1|))) (-15 -3818 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-113) (-553))) (-15 ** ($ $ (-553))) (-15 -1836 (|#1| (-113) |#1|)) (-15 -4306 ($ |#1| (-355 (-113)))))) (-1031)) (T -820))
+((-3872 (*1 *1 *1) (-12 (-5 *1 (-820 *2)) (-4 *2 (-169)) (-4 *2 (-1031)))) (-3872 (*1 *1 *1 *1) (-12 (-5 *1 (-820 *2)) (-4 *2 (-169)) (-4 *2 (-1031)))) (-2699 (*1 *2 *2) (-12 (-5 *1 (-820 *2)) (-4 *2 (-169)) (-4 *2 (-1031)))) (-1888 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-820 *3)))) (-3818 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-820 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-553)) (-5 *1 (-820 *4)) (-4 *4 (-1031)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-820 *3)) (-4 *3 (-1031)))) (-1836 (*1 *2 *3 *2) (-12 (-5 *3 (-113)) (-5 *1 (-820 *2)) (-4 *2 (-1031)))) (-4306 (*1 *1 *2 *3) (-12 (-5 *3 (-355 (-113))) (-5 *1 (-820 *2)) (-4 *2 (-1031)))))
+(-13 (-1031) (-1020 |#1|) (-1020 (-113)) (-280 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |#1| (-169)) (PROGN (-6 (-38 |#1|)) (-15 -3872 ($ $)) (-15 -3872 ($ $ $)) (-15 -2699 (|#1| |#1|))) |%noBranch|) (-15 -1888 ($ $ (-1 |#1| |#1|))) (-15 -3818 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-113) (-553))) (-15 ** ($ $ (-553))) (-15 -1836 (|#1| (-113) |#1|)) (-15 -4306 ($ |#1| (-355 (-113))))))
+((-1860 (((-209 (-495)) (-1137)) 9)))
+(((-821) (-10 -7 (-15 -1860 ((-209 (-495)) (-1137))))) (T -821))
+((-1860 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-209 (-495))) (-5 *1 (-821)))))
+(-10 -7 (-15 -1860 ((-209 (-495)) (-1137))))
+((-3200 (((-111) $ $) 7)) (-3362 (((-1017) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) 14) (((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 13)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 16) (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) 15)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)))
+(((-822) (-137)) (T -822))
+((-3278 (*1 *2 *3 *4) (-12 (-4 *1 (-822)) (-5 *3 (-1043)) (-5 *4 (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)))))) (-3278 (*1 *2 *3 *4) (-12 (-4 *1 (-822)) (-5 *3 (-1043)) (-5 *4 (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)))))) (-3362 (*1 *2 *3) (-12 (-4 *1 (-822)) (-5 *3 (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) (-5 *2 (-1017)))) (-3362 (*1 *2 *3) (-12 (-4 *1 (-822)) (-5 *3 (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (-5 *2 (-1017)))))
+(-13 (-1079) (-10 -7 (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220))))))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) (-15 -3362 ((-1017) (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) (-15 -3362 ((-1017) (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-2860 (((-1017) (-630 (-310 (-373))) (-630 (-373))) 147) (((-1017) (-310 (-373)) (-630 (-373))) 145) (((-1017) (-310 (-373)) (-630 (-373)) (-630 (-826 (-373))) (-630 (-826 (-373)))) 144) (((-1017) (-310 (-373)) (-630 (-373)) (-630 (-826 (-373))) (-630 (-310 (-373))) (-630 (-826 (-373)))) 143) (((-1017) (-824)) 117) (((-1017) (-824) (-1043)) 116)) (-3278 (((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-824) (-1043)) 82) (((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-824)) 84)) (-1734 (((-1017) (-630 (-310 (-373))) (-630 (-373))) 148) (((-1017) (-824)) 133)))
+(((-823) (-10 -7 (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-824))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-824) (-1043))) (-15 -2860 ((-1017) (-824) (-1043))) (-15 -2860 ((-1017) (-824))) (-15 -1734 ((-1017) (-824))) (-15 -2860 ((-1017) (-310 (-373)) (-630 (-373)) (-630 (-826 (-373))) (-630 (-310 (-373))) (-630 (-826 (-373))))) (-15 -2860 ((-1017) (-310 (-373)) (-630 (-373)) (-630 (-826 (-373))) (-630 (-826 (-373))))) (-15 -2860 ((-1017) (-310 (-373)) (-630 (-373)))) (-15 -2860 ((-1017) (-630 (-310 (-373))) (-630 (-373)))) (-15 -1734 ((-1017) (-630 (-310 (-373))) (-630 (-373)))))) (T -823))
+((-1734 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-310 (-373)))) (-5 *4 (-630 (-373))) (-5 *2 (-1017)) (-5 *1 (-823)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-310 (-373)))) (-5 *4 (-630 (-373))) (-5 *2 (-1017)) (-5 *1 (-823)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-373))) (-5 *2 (-1017)) (-5 *1 (-823)))) (-2860 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-373))) (-5 *5 (-630 (-826 (-373)))) (-5 *2 (-1017)) (-5 *1 (-823)))) (-2860 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-630 (-373))) (-5 *5 (-630 (-826 (-373)))) (-5 *6 (-630 (-310 (-373)))) (-5 *3 (-310 (-373))) (-5 *2 (-1017)) (-5 *1 (-823)))) (-1734 (*1 *2 *3) (-12 (-5 *3 (-824)) (-5 *2 (-1017)) (-5 *1 (-823)))) (-2860 (*1 *2 *3) (-12 (-5 *3 (-824)) (-5 *2 (-1017)) (-5 *1 (-823)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *3 (-824)) (-5 *4 (-1043)) (-5 *2 (-1017)) (-5 *1 (-823)))) (-3278 (*1 *2 *3 *4) (-12 (-5 *3 (-824)) (-5 *4 (-1043)) (-5 *2 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))))) (-5 *1 (-823)))) (-3278 (*1 *2 *3) (-12 (-5 *3 (-824)) (-5 *2 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))))) (-5 *1 (-823)))))
+(-10 -7 (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-824))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-824) (-1043))) (-15 -2860 ((-1017) (-824) (-1043))) (-15 -2860 ((-1017) (-824))) (-15 -1734 ((-1017) (-824))) (-15 -2860 ((-1017) (-310 (-373)) (-630 (-373)) (-630 (-826 (-373))) (-630 (-310 (-373))) (-630 (-826 (-373))))) (-15 -2860 ((-1017) (-310 (-373)) (-630 (-373)) (-630 (-826 (-373))) (-630 (-826 (-373))))) (-15 -2860 ((-1017) (-310 (-373)) (-630 (-373)))) (-15 -2860 ((-1017) (-630 (-310 (-373))) (-630 (-373)))) (-15 -1734 ((-1017) (-630 (-310 (-373))) (-630 (-373)))))
+((-3200 (((-111) $ $) NIL)) (-2831 (((-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) $) 21)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 20) (($ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) 14) (($ (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))))) 18)) (-1614 (((-111) $ $) NIL)))
+(((-824) (-13 (-1079) (-10 -8 (-15 -3212 ($ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220))))))) (-15 -3212 ($ (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) (-15 -3212 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))))) (-15 -3212 ((-845) $)) (-15 -2831 ((-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) $))))) (T -824))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-824)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (-5 *1 (-824)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))) (-5 *1 (-824)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))))) (-5 *1 (-824)))) (-2831 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220))))))) (-5 *1 (-824)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ($ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220))))))) (-15 -3212 ($ (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) (-15 -3212 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))))) (-15 -3212 ((-845) $)) (-15 -2831 ((-3 (|:| |noa| (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220))) (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220)))) (|:| |ub| (-630 (-826 (-220)))))) (|:| |lsa| (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))) $))))
+((-1478 (((-826 |#2|) (-1 |#2| |#1|) (-826 |#1|) (-826 |#2|) (-826 |#2|)) 13) (((-826 |#2|) (-1 |#2| |#1|) (-826 |#1|)) 14)))
+(((-825 |#1| |#2|) (-10 -7 (-15 -1478 ((-826 |#2|) (-1 |#2| |#1|) (-826 |#1|))) (-15 -1478 ((-826 |#2|) (-1 |#2| |#1|) (-826 |#1|) (-826 |#2|) (-826 |#2|)))) (-1079) (-1079)) (T -825))
+((-1478 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-826 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-826 *5)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *1 (-825 *5 *6)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-826 *5)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *2 (-826 *6)) (-5 *1 (-825 *5 *6)))))
+(-10 -7 (-15 -1478 ((-826 |#2|) (-1 |#2| |#1|) (-826 |#1|))) (-15 -1478 ((-826 |#2|) (-1 |#2| |#1|) (-826 |#1|) (-826 |#2|) (-826 |#2|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL (|has| |#1| (-21)))) (-2824 (((-1099) $) 24)) (-4123 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2299 (((-553) $) NIL (|has| |#1| (-831)))) (-3203 (($) NIL (|has| |#1| (-21)) CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 16)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 9)) (-3889 (((-3 $ "failed") $) 47 (|has| |#1| (-831)))) (-1402 (((-3 (-401 (-553)) "failed") $) 54 (|has| |#1| (-538)))) (-3054 (((-111) $) 49 (|has| |#1| (-538)))) (-3731 (((-401 (-553)) $) 52 (|has| |#1| (-538)))) (-2184 (((-111) $) NIL (|has| |#1| (-831)))) (-1639 (($) 13)) (-1434 (((-111) $) NIL (|has| |#1| (-831)))) (-2260 (((-111) $) NIL (|has| |#1| (-831)))) (-1650 (($) 14)) (-1773 (($ $ $) NIL (|has| |#1| (-831)))) (-2012 (($ $ $) NIL (|has| |#1| (-831)))) (-4056 (((-1137) $) NIL)) (-3909 (((-111) $) 12)) (-2875 (((-1099) $) NIL)) (-3848 (((-111) $) 11)) (-3212 (((-845) $) 22) (($ (-401 (-553))) NIL (|has| |#1| (-1020 (-401 (-553))))) (($ |#1|) 8) (($ (-553)) NIL (-4028 (|has| |#1| (-831)) (|has| |#1| (-1020 (-553)))))) (-1348 (((-757)) 41 (|has| |#1| (-831)))) (-1411 (($ $) NIL (|has| |#1| (-831)))) (-3296 (($) 29 (|has| |#1| (-21)) CONST)) (-3308 (($) 38 (|has| |#1| (-831)) CONST)) (-1667 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1614 (((-111) $ $) 27)) (-1656 (((-111) $ $) NIL (|has| |#1| (-831)))) (-1633 (((-111) $ $) 48 (|has| |#1| (-831)))) (-1710 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 34 (|has| |#1| (-21)))) (-1699 (($ $ $) 36 (|has| |#1| (-21)))) (** (($ $ (-903)) NIL (|has| |#1| (-831))) (($ $ (-757)) NIL (|has| |#1| (-831)))) (* (($ $ $) 44 (|has| |#1| (-831))) (($ (-553) $) 32 (|has| |#1| (-21))) (($ (-757) $) NIL (|has| |#1| (-21))) (($ (-903) $) NIL (|has| |#1| (-21)))))
+(((-826 |#1|) (-13 (-1079) (-405 |#1|) (-10 -8 (-15 -1639 ($)) (-15 -1650 ($)) (-15 -3848 ((-111) $)) (-15 -3909 ((-111) $)) (-15 -2824 ((-1099) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-831)) (-6 (-831)) |%noBranch|) (IF (|has| |#1| (-538)) (PROGN (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $))) |%noBranch|))) (-1079)) (T -826))
+((-1639 (*1 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-1079)))) (-1650 (*1 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-1079)))) (-3848 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-826 *3)) (-4 *3 (-1079)))) (-3909 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-826 *3)) (-4 *3 (-1079)))) (-2824 (*1 *2 *1) (-12 (-5 *2 (-1099)) (-5 *1 (-826 *3)) (-4 *3 (-1079)))) (-3054 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-826 *3)) (-4 *3 (-538)) (-4 *3 (-1079)))) (-3731 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-826 *3)) (-4 *3 (-538)) (-4 *3 (-1079)))) (-1402 (*1 *2 *1) (|partial| -12 (-5 *2 (-401 (-553))) (-5 *1 (-826 *3)) (-4 *3 (-538)) (-4 *3 (-1079)))))
+(-13 (-1079) (-405 |#1|) (-10 -8 (-15 -1639 ($)) (-15 -1650 ($)) (-15 -3848 ((-111) $)) (-15 -3909 ((-111) $)) (-15 -2824 ((-1099) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-831)) (-6 (-831)) |%noBranch|) (IF (|has| |#1| (-538)) (PROGN (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $))) |%noBranch|)))
+((-3200 (((-111) $ $) 7)) (-2662 (((-757)) 20)) (-1333 (($) 23)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-3941 (((-903) $) 22)) (-4056 (((-1137) $) 9)) (-2839 (($ (-903)) 21)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)))
+(((-827) (-137)) (T -827))
+NIL
+(-13 (-833) (-362))
+(((-101) . T) ((-600 (-845)) . T) ((-362) . T) ((-833) . T) ((-1079) . T))
+((-2594 (((-111) (-1238 |#2|) (-1238 |#2|)) 17)) (-3494 (((-111) (-1238 |#2|) (-1238 |#2|)) 18)) (-3371 (((-111) (-1238 |#2|) (-1238 |#2|)) 14)))
+(((-828 |#1| |#2|) (-10 -7 (-15 -3371 ((-111) (-1238 |#2|) (-1238 |#2|))) (-15 -2594 ((-111) (-1238 |#2|) (-1238 |#2|))) (-15 -3494 ((-111) (-1238 |#2|) (-1238 |#2|)))) (-757) (-778)) (T -828))
+((-3494 (*1 *2 *3 *3) (-12 (-5 *3 (-1238 *5)) (-4 *5 (-778)) (-5 *2 (-111)) (-5 *1 (-828 *4 *5)) (-14 *4 (-757)))) (-2594 (*1 *2 *3 *3) (-12 (-5 *3 (-1238 *5)) (-4 *5 (-778)) (-5 *2 (-111)) (-5 *1 (-828 *4 *5)) (-14 *4 (-757)))) (-3371 (*1 *2 *3 *3) (-12 (-5 *3 (-1238 *5)) (-4 *5 (-778)) (-5 *2 (-111)) (-5 *1 (-828 *4 *5)) (-14 *4 (-757)))))
+(-10 -7 (-15 -3371 ((-111) (-1238 |#2|) (-1238 |#2|))) (-15 -2594 ((-111) (-1238 |#2|) (-1238 |#2|))) (-15 -3494 ((-111) (-1238 |#2|) (-1238 |#2|))))
+((-3200 (((-111) $ $) 7)) (-3203 (($) 23 T CONST)) (-3889 (((-3 $ "failed") $) 26)) (-1434 (((-111) $) 24)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3308 (($) 22 T CONST)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (** (($ $ (-903)) 21) (($ $ (-757)) 25)) (* (($ $ $) 20)))
+(((-829) (-137)) (T -829))
+NIL
+(-13 (-840) (-712))
+(((-101) . T) ((-600 (-845)) . T) ((-712) . T) ((-840) . T) ((-833) . T) ((-1091) . T) ((-1079) . T))
+((-2299 (((-553) $) 17)) (-2184 (((-111) $) 10)) (-2260 (((-111) $) 11)) (-1411 (($ $) 19)))
+(((-830 |#1|) (-10 -8 (-15 -1411 (|#1| |#1|)) (-15 -2299 ((-553) |#1|)) (-15 -2260 ((-111) |#1|)) (-15 -2184 ((-111) |#1|))) (-831)) (T -830))
+NIL
+(-10 -8 (-15 -1411 (|#1| |#1|)) (-15 -2299 ((-553) |#1|)) (-15 -2260 ((-111) |#1|)) (-15 -2184 ((-111) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 24)) (-4123 (((-3 $ "failed") $ $) 26)) (-2299 (((-553) $) 33)) (-3203 (($) 23 T CONST)) (-3889 (((-3 $ "failed") $) 38)) (-2184 (((-111) $) 35)) (-1434 (((-111) $) 40)) (-2260 (((-111) $) 34)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 43)) (-1348 (((-757)) 42)) (-1411 (($ $) 32)) (-3296 (($) 22 T CONST)) (-3308 (($) 41 T CONST)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (-1710 (($ $ $) 28) (($ $) 27)) (-1699 (($ $ $) 20)) (** (($ $ (-757)) 39) (($ $ (-903)) 36)) (* (($ (-903) $) 21) (($ (-757) $) 25) (($ (-553) $) 29) (($ $ $) 37)))
+(((-831) (-137)) (T -831))
+((-2184 (*1 *2 *1) (-12 (-4 *1 (-831)) (-5 *2 (-111)))) (-2260 (*1 *2 *1) (-12 (-4 *1 (-831)) (-5 *2 (-111)))) (-2299 (*1 *2 *1) (-12 (-4 *1 (-831)) (-5 *2 (-553)))) (-1411 (*1 *1 *1) (-4 *1 (-831))))
+(-13 (-777) (-1031) (-712) (-10 -8 (-15 -2184 ((-111) $)) (-15 -2260 ((-111) $)) (-15 -2299 ((-553) $)) (-15 -1411 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-712) . T) ((-777) . T) ((-778) . T) ((-780) . T) ((-781) . T) ((-833) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-1773 (($ $ $) 10)) (-2012 (($ $ $) 9)) (-1667 (((-111) $ $) 13)) (-1645 (((-111) $ $) 11)) (-1656 (((-111) $ $) 14)))
+(((-832 |#1|) (-10 -8 (-15 -1773 (|#1| |#1| |#1|)) (-15 -2012 (|#1| |#1| |#1|)) (-15 -1656 ((-111) |#1| |#1|)) (-15 -1667 ((-111) |#1| |#1|)) (-15 -1645 ((-111) |#1| |#1|))) (-833)) (T -832))
+NIL
+(-10 -8 (-15 -1773 (|#1| |#1| |#1|)) (-15 -2012 (|#1| |#1| |#1|)) (-15 -1656 ((-111) |#1| |#1|)) (-15 -1667 ((-111) |#1| |#1|)) (-15 -1645 ((-111) |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)))
+(((-833) (-137)) (T -833))
+((-1633 (*1 *2 *1 *1) (-12 (-4 *1 (-833)) (-5 *2 (-111)))) (-1645 (*1 *2 *1 *1) (-12 (-4 *1 (-833)) (-5 *2 (-111)))) (-1667 (*1 *2 *1 *1) (-12 (-4 *1 (-833)) (-5 *2 (-111)))) (-1656 (*1 *2 *1 *1) (-12 (-4 *1 (-833)) (-5 *2 (-111)))) (-2012 (*1 *1 *1 *1) (-4 *1 (-833))) (-1773 (*1 *1 *1 *1) (-4 *1 (-833))))
+(-13 (-1079) (-10 -8 (-15 -1633 ((-111) $ $)) (-15 -1645 ((-111) $ $)) (-15 -1667 ((-111) $ $)) (-15 -1656 ((-111) $ $)) (-15 -2012 ($ $ $)) (-15 -1773 ($ $ $))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-1505 (($ $ $) 45)) (-3742 (($ $ $) 44)) (-4252 (($ $ $) 42)) (-4009 (($ $ $) 51)) (-1793 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 46)) (-3222 (((-3 $ "failed") $ $) 49)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 |#2| "failed") $) 25)) (-3766 (($ $) 35)) (-4105 (($ $ $) 39)) (-1492 (($ $ $) 38)) (-2939 (($ $ $) 47)) (-2127 (($ $ $) 53)) (-3866 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 41)) (-2308 (((-3 $ "failed") $ $) 48)) (-3968 (((-3 $ "failed") $ |#2|) 28)) (-3998 ((|#2| $) 32)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ (-401 (-553))) NIL) (($ |#2|) 12)) (-1372 (((-630 |#2|) $) 18)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 22)))
+(((-834 |#1| |#2|) (-10 -8 (-15 -2939 (|#1| |#1| |#1|)) (-15 -1793 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4125 |#1|)) |#1| |#1|)) (-15 -4009 (|#1| |#1| |#1|)) (-15 -3222 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1505 (|#1| |#1| |#1|)) (-15 -3742 (|#1| |#1| |#1|)) (-15 -4252 (|#1| |#1| |#1|)) (-15 -3866 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4125 |#1|)) |#1| |#1|)) (-15 -2127 (|#1| |#1| |#1|)) (-15 -2308 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4105 (|#1| |#1| |#1|)) (-15 -1492 (|#1| |#1| |#1|)) (-15 -3766 (|#1| |#1|)) (-15 -3998 (|#2| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1372 ((-630 |#2|) |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|)) (-15 -3212 ((-845) |#1|))) (-835 |#2|) (-1031)) (T -834))
+NIL
+(-10 -8 (-15 -2939 (|#1| |#1| |#1|)) (-15 -1793 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4125 |#1|)) |#1| |#1|)) (-15 -4009 (|#1| |#1| |#1|)) (-15 -3222 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1505 (|#1| |#1| |#1|)) (-15 -3742 (|#1| |#1| |#1|)) (-15 -4252 (|#1| |#1| |#1|)) (-15 -3866 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -4125 |#1|)) |#1| |#1|)) (-15 -2127 (|#1| |#1| |#1|)) (-15 -2308 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4105 (|#1| |#1| |#1|)) (-15 -1492 (|#1| |#1| |#1|)) (-15 -3766 (|#1| |#1|)) (-15 -3998 (|#2| |#1|)) (-15 -3968 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1372 ((-630 |#2|) |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|)) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1505 (($ $ $) 43 (|has| |#1| (-357)))) (-3742 (($ $ $) 44 (|has| |#1| (-357)))) (-4252 (($ $ $) 46 (|has| |#1| (-357)))) (-4009 (($ $ $) 41 (|has| |#1| (-357)))) (-1793 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 40 (|has| |#1| (-357)))) (-3222 (((-3 $ "failed") $ $) 42 (|has| |#1| (-357)))) (-3050 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 45 (|has| |#1| (-357)))) (-1394 (((-3 (-553) "failed") $) 73 (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 70 (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 67)) (-2831 (((-553) $) 72 (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) 69 (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 68)) (-3765 (($ $) 62)) (-3889 (((-3 $ "failed") $) 32)) (-3766 (($ $) 53 (|has| |#1| (-445)))) (-1434 (((-111) $) 30)) (-3590 (($ |#1| (-757)) 60)) (-3073 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55 (|has| |#1| (-545)))) (-3432 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 56 (|has| |#1| (-545)))) (-3264 (((-757) $) 64)) (-4105 (($ $ $) 50 (|has| |#1| (-357)))) (-1492 (($ $ $) 51 (|has| |#1| (-357)))) (-2939 (($ $ $) 39 (|has| |#1| (-357)))) (-2127 (($ $ $) 48 (|has| |#1| (-357)))) (-3866 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 47 (|has| |#1| (-357)))) (-2308 (((-3 $ "failed") $ $) 49 (|has| |#1| (-357)))) (-1635 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 52 (|has| |#1| (-357)))) (-3743 ((|#1| $) 63)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3968 (((-3 $ "failed") $ |#1|) 57 (|has| |#1| (-545)))) (-2672 (((-757) $) 65)) (-3998 ((|#1| $) 54 (|has| |#1| (-445)))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 (-553))) 71 (|has| |#1| (-1020 (-401 (-553))))) (($ |#1|) 66)) (-1372 (((-630 |#1|) $) 59)) (-1925 ((|#1| $ (-757)) 61)) (-1348 (((-757)) 28)) (-2638 ((|#1| $ |#1| |#1|) 58)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 75) (($ |#1| $) 74)))
+(((-835 |#1|) (-137) (-1031)) (T -835))
+((-2672 (*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1031)) (-5 *2 (-757)))) (-3264 (*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1031)) (-5 *2 (-757)))) (-3743 (*1 *2 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)))) (-3765 (*1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)))) (-1925 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *1 (-835 *2)) (-4 *2 (-1031)))) (-3590 (*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-835 *2)) (-4 *2 (-1031)))) (-1372 (*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1031)) (-5 *2 (-630 *3)))) (-2638 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)))) (-3968 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-545)))) (-3432 (*1 *2 *1 *1) (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-835 *3)))) (-3073 (*1 *2 *1 *1) (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-835 *3)))) (-3998 (*1 *2 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-445)))) (-3766 (*1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-445)))) (-1635 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *3 (-1031)) (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-835 *3)))) (-1492 (*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-4105 (*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-2308 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-2127 (*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-3866 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *3 (-1031)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4125 *1))) (-4 *1 (-835 *3)))) (-4252 (*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-3050 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *3 (-1031)) (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-835 *3)))) (-3742 (*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-1505 (*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-3222 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-4009 (*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-1793 (*1 *2 *1 *1) (-12 (-4 *3 (-357)) (-4 *3 (-1031)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4125 *1))) (-4 *1 (-835 *3)))) (-2939 (*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(-13 (-1031) (-110 |t#1| |t#1|) (-405 |t#1|) (-10 -8 (-15 -2672 ((-757) $)) (-15 -3264 ((-757) $)) (-15 -3743 (|t#1| $)) (-15 -3765 ($ $)) (-15 -1925 (|t#1| $ (-757))) (-15 -3590 ($ |t#1| (-757))) (-15 -1372 ((-630 |t#1|) $)) (-15 -2638 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-169)) (-6 (-38 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -3968 ((-3 $ "failed") $ |t#1|)) (-15 -3432 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -3073 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-445)) (PROGN (-15 -3998 (|t#1| $)) (-15 -3766 ($ $))) |%noBranch|) (IF (|has| |t#1| (-357)) (PROGN (-15 -1635 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -1492 ($ $ $)) (-15 -4105 ($ $ $)) (-15 -2308 ((-3 $ "failed") $ $)) (-15 -2127 ($ $ $)) (-15 -3866 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $)) (-15 -4252 ($ $ $)) (-15 -3050 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -3742 ($ $ $)) (-15 -1505 ($ $ $)) (-15 -3222 ((-3 $ "failed") $ $)) (-15 -4009 ($ $ $)) (-15 -1793 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $)) (-15 -2939 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-169)) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-603 #0=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #1=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-405 |#1|) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-703 |#1|) |has| |#1| (-169)) ((-712) . T) ((-1020 #0#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #1#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1037 |#1|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-1683 ((|#2| |#2| |#2| (-98 |#1|) (-1 |#1| |#1|)) 20)) (-3050 (((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|)) 43 (|has| |#1| (-357)))) (-3073 (((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|)) 40 (|has| |#1| (-545)))) (-3432 (((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|)) 39 (|has| |#1| (-545)))) (-1635 (((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|)) 42 (|has| |#1| (-357)))) (-2638 ((|#1| |#2| |#1| |#1| (-98 |#1|) (-1 |#1| |#1|)) 31)))
+(((-836 |#1| |#2|) (-10 -7 (-15 -1683 (|#2| |#2| |#2| (-98 |#1|) (-1 |#1| |#1|))) (-15 -2638 (|#1| |#2| |#1| |#1| (-98 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-545)) (PROGN (-15 -3432 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|))) (-15 -3073 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -1635 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|))) (-15 -3050 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|)))) |%noBranch|)) (-1031) (-835 |#1|)) (T -836))
+((-3050 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-98 *5)) (-4 *5 (-357)) (-4 *5 (-1031)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-836 *5 *3)) (-4 *3 (-835 *5)))) (-1635 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-98 *5)) (-4 *5 (-357)) (-4 *5 (-1031)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-836 *5 *3)) (-4 *3 (-835 *5)))) (-3073 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-98 *5)) (-4 *5 (-545)) (-4 *5 (-1031)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-836 *5 *3)) (-4 *3 (-835 *5)))) (-3432 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-98 *5)) (-4 *5 (-545)) (-4 *5 (-1031)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-836 *5 *3)) (-4 *3 (-835 *5)))) (-2638 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-98 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1031)) (-5 *1 (-836 *2 *3)) (-4 *3 (-835 *2)))) (-1683 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-98 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1031)) (-5 *1 (-836 *5 *2)) (-4 *2 (-835 *5)))))
+(-10 -7 (-15 -1683 (|#2| |#2| |#2| (-98 |#1|) (-1 |#1| |#1|))) (-15 -2638 (|#1| |#2| |#1| |#1| (-98 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-545)) (PROGN (-15 -3432 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|))) (-15 -3073 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -1635 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|))) (-15 -3050 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2| (-98 |#1|)))) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1505 (($ $ $) NIL (|has| |#1| (-357)))) (-3742 (($ $ $) NIL (|has| |#1| (-357)))) (-4252 (($ $ $) NIL (|has| |#1| (-357)))) (-4009 (($ $ $) NIL (|has| |#1| (-357)))) (-1793 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-3050 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 32 (|has| |#1| (-357)))) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#1| (-445)))) (-4008 (((-845) $ (-845)) NIL)) (-1434 (((-111) $) NIL)) (-3590 (($ |#1| (-757)) NIL)) (-3073 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 28 (|has| |#1| (-545)))) (-3432 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 26 (|has| |#1| (-545)))) (-3264 (((-757) $) NIL)) (-4105 (($ $ $) NIL (|has| |#1| (-357)))) (-1492 (($ $ $) NIL (|has| |#1| (-357)))) (-2939 (($ $ $) NIL (|has| |#1| (-357)))) (-2127 (($ $ $) NIL (|has| |#1| (-357)))) (-3866 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2308 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1635 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 30 (|has| |#1| (-357)))) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545)))) (-2672 (((-757) $) NIL)) (-3998 ((|#1| $) NIL (|has| |#1| (-445)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ (-401 (-553))) NIL (|has| |#1| (-1020 (-401 (-553))))) (($ |#1|) NIL)) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-757)) NIL)) (-1348 (((-757)) NIL)) (-2638 ((|#1| $ |#1| |#1|) 15)) (-3296 (($) NIL T CONST)) (-3308 (($) 20 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) 19) (($ $ (-757)) 22)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-837 |#1| |#2| |#3|) (-13 (-835 |#1|) (-10 -8 (-15 -4008 ((-845) $ (-845))))) (-1031) (-98 |#1|) (-1 |#1| |#1|)) (T -837))
+((-4008 (*1 *2 *1 *2) (-12 (-5 *2 (-845)) (-5 *1 (-837 *3 *4 *5)) (-4 *3 (-1031)) (-14 *4 (-98 *3)) (-14 *5 (-1 *3 *3)))))
+(-13 (-835 |#1|) (-10 -8 (-15 -4008 ((-845) $ (-845)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1505 (($ $ $) NIL (|has| |#2| (-357)))) (-3742 (($ $ $) NIL (|has| |#2| (-357)))) (-4252 (($ $ $) NIL (|has| |#2| (-357)))) (-4009 (($ $ $) NIL (|has| |#2| (-357)))) (-1793 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#2| (-357)))) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#2| (-357)))) (-3050 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#2| (-357)))) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#2| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-3 |#2| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#2| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#2| (-1020 (-401 (-553))))) ((|#2| $) NIL)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#2| (-445)))) (-1434 (((-111) $) NIL)) (-3590 (($ |#2| (-757)) 16)) (-3073 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#2| (-545)))) (-3432 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#2| (-545)))) (-3264 (((-757) $) NIL)) (-4105 (($ $ $) NIL (|has| |#2| (-357)))) (-1492 (($ $ $) NIL (|has| |#2| (-357)))) (-2939 (($ $ $) NIL (|has| |#2| (-357)))) (-2127 (($ $ $) NIL (|has| |#2| (-357)))) (-3866 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#2| (-357)))) (-2308 (((-3 $ "failed") $ $) NIL (|has| |#2| (-357)))) (-1635 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#2| (-357)))) (-3743 ((|#2| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3968 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-545)))) (-2672 (((-757) $) NIL)) (-3998 ((|#2| $) NIL (|has| |#2| (-445)))) (-3212 (((-845) $) 23) (($ (-553)) NIL) (($ (-401 (-553))) NIL (|has| |#2| (-1020 (-401 (-553))))) (($ |#2|) NIL) (($ (-1234 |#1|)) 18)) (-1372 (((-630 |#2|) $) NIL)) (-1925 ((|#2| $ (-757)) NIL)) (-1348 (((-757)) NIL)) (-2638 ((|#2| $ |#2| |#2|) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) 13 T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-838 |#1| |#2| |#3| |#4|) (-13 (-835 |#2|) (-10 -8 (-15 -3212 ($ (-1234 |#1|))))) (-1155) (-1031) (-98 |#2|) (-1 |#2| |#2|)) (T -838))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1234 *3)) (-14 *3 (-1155)) (-5 *1 (-838 *3 *4 *5 *6)) (-4 *4 (-1031)) (-14 *5 (-98 *4)) (-14 *6 (-1 *4 *4)))))
+(-13 (-835 |#2|) (-10 -8 (-15 -3212 ($ (-1234 |#1|)))))
+((-1776 ((|#1| (-757) |#1|) 35 (|has| |#1| (-38 (-401 (-553)))))) (-3787 ((|#1| (-757) (-757) |#1|) 27) ((|#1| (-757) |#1|) 20)) (-2797 ((|#1| (-757) |#1|) 31)) (-1470 ((|#1| (-757) |#1|) 29)) (-4348 ((|#1| (-757) |#1|) 28)))
+(((-839 |#1|) (-10 -7 (-15 -4348 (|#1| (-757) |#1|)) (-15 -1470 (|#1| (-757) |#1|)) (-15 -2797 (|#1| (-757) |#1|)) (-15 -3787 (|#1| (-757) |#1|)) (-15 -3787 (|#1| (-757) (-757) |#1|)) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1776 (|#1| (-757) |#1|)) |%noBranch|)) (-169)) (T -839))
+((-1776 (*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-169)))) (-3787 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169)))) (-3787 (*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169)))) (-2797 (*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169)))) (-1470 (*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169)))) (-4348 (*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169)))))
+(-10 -7 (-15 -4348 (|#1| (-757) |#1|)) (-15 -1470 (|#1| (-757) |#1|)) (-15 -2797 (|#1| (-757) |#1|)) (-15 -3787 (|#1| (-757) |#1|)) (-15 -3787 (|#1| (-757) (-757) |#1|)) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1776 (|#1| (-757) |#1|)) |%noBranch|))
+((-3200 (((-111) $ $) 7)) (-1773 (($ $ $) 13)) (-2012 (($ $ $) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1667 (((-111) $ $) 16)) (-1645 (((-111) $ $) 17)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 15)) (-1633 (((-111) $ $) 18)) (** (($ $ (-903)) 21)) (* (($ $ $) 20)))
+(((-840) (-137)) (T -840))
+NIL
+(-13 (-833) (-1091))
+(((-101) . T) ((-600 (-845)) . T) ((-833) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-2924 (((-553) $) 12)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 18) (($ (-553)) 11)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 8)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 9)))
+(((-841) (-13 (-833) (-10 -8 (-15 -3212 ($ (-553))) (-15 -2924 ((-553) $))))) (T -841))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-841)))) (-2924 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-841)))))
+(-13 (-833) (-10 -8 (-15 -3212 ($ (-553))) (-15 -2924 ((-553) $))))
+((-2350 (((-1099) $ (-127)) 17)))
+(((-842 |#1|) (-10 -8 (-15 -2350 ((-1099) |#1| (-127)))) (-843)) (T -842))
+NIL
+(-10 -8 (-15 -2350 ((-1099) |#1| (-127))))
+((-2350 (((-1099) $ (-127)) 7)) (-1824 (((-1099) $ (-128)) 8)) (-3297 (($ $) 6)))
+(((-843) (-137)) (T -843))
+((-1824 (*1 *2 *1 *3) (-12 (-4 *1 (-843)) (-5 *3 (-128)) (-5 *2 (-1099)))) (-2350 (*1 *2 *1 *3) (-12 (-4 *1 (-843)) (-5 *3 (-127)) (-5 *2 (-1099)))))
+(-13 (-170) (-10 -8 (-15 -1824 ((-1099) $ (-128))) (-15 -2350 ((-1099) $ (-127)))))
(((-170) . T))
-((-3268 (((-1098) $ (-127)) NIL)) (-2586 (((-1098) $ (-128)) 22)) (-3912 (($ (-382)) 12) (($ (-1136)) 14)) (-1773 (((-111) $) 19)) (-3213 (((-844) $) 26)) (-2469 (($ $) 23)))
-(((-843) (-13 (-842) (-599 (-844)) (-10 -8 (-15 -3912 ($ (-382))) (-15 -3912 ($ (-1136))) (-15 -1773 ((-111) $))))) (T -843))
-((-3912 (*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-843)))) (-3912 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-843)))) (-1773 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-843)))))
-(-13 (-842) (-599 (-844)) (-10 -8 (-15 -3912 ($ (-382))) (-15 -3912 ($ (-1136))) (-15 -1773 ((-111) $))))
-((-3202 (((-111) $ $) NIL) (($ $ $) 77)) (-1610 (($ $ $) 114)) (-4054 (((-552) $) 31) (((-552)) 36)) (-1593 (($ (-552)) 45)) (-1550 (($ $ $) 46) (($ (-629 $)) 76)) (-2256 (($ $ (-629 $)) 74)) (-2218 (((-552) $) 34)) (-1792 (($ $ $) 65)) (-2994 (($ $) 127) (($ $ $) 128) (($ $ $ $) 129)) (-3970 (((-552) $) 33)) (-3193 (($ $ $) 64)) (-3986 (($ $) 104)) (-3999 (($ $ $) 118)) (-1608 (($ (-629 $)) 53)) (-2569 (($ $ (-629 $)) 71)) (-3104 (($ (-552) (-552)) 47)) (-2450 (($ $) 115) (($ $ $) 116)) (-3428 (($ $ (-552)) 41) (($ $) 44)) (-4006 (($ $ $) 89)) (-3283 (($ $ $) 121)) (-1364 (($ $) 105)) (-3987 (($ $ $) 90)) (-3830 (($ $) 130) (($ $ $) 131) (($ $ $ $) 132)) (-1872 (((-1242) $) 10)) (-3461 (($ $) 108) (($ $ (-756)) 111)) (-4167 (($ $ $) 67)) (-1382 (($ $ $) 66)) (-2720 (($ $ (-629 $)) 100)) (-3685 (($ $ $) 103)) (-1319 (($ (-629 $)) 51)) (-3963 (($ $) 62) (($ (-629 $)) 63)) (-2249 (($ $ $) 112)) (-2350 (($ $) 106)) (-4168 (($ $ $) 117)) (-1647 (($ (-552)) 21) (($ (-1154)) 23) (($ (-1136)) 30) (($ (-220)) 25)) (-3167 (($ $ $) 93)) (-4107 (($ $) 94)) (-3463 (((-1242) (-1136)) 15)) (-2408 (($ (-1136)) 14)) (-3516 (($ (-629 (-629 $))) 50)) (-3416 (($ $ (-552)) 40) (($ $) 43)) (-2623 (((-1136) $) NIL)) (-2085 (($ $ $) 120)) (-2308 (($ $) 133) (($ $ $) 134) (($ $ $ $) 135)) (-3913 (((-111) $) 98)) (-3785 (($ $ (-629 $)) 101) (($ $ $ $) 102)) (-1534 (($ (-552)) 37)) (-2384 (((-552) $) 32) (((-552)) 35)) (-3338 (($ $ $) 38) (($ (-629 $)) 75)) (-2876 (((-1098) $) NIL)) (-3969 (($ $ $) 91)) (-3430 (($) 13)) (-2060 (($ $ (-629 $)) 99)) (-3580 (((-1136) (-1136)) 8)) (-3632 (($ $) 107) (($ $ (-756)) 110)) (-3977 (($ $ $) 88)) (-3096 (($ $ (-756)) 126)) (-4245 (($ (-629 $)) 52)) (-3213 (((-844) $) 19)) (-4046 (($ $ (-552)) 39) (($ $) 42)) (-2056 (($ $) 60) (($ (-629 $)) 61)) (-3541 (($ $) 58) (($ (-629 $)) 59)) (-3044 (($ $) 113)) (-4111 (($ (-629 $)) 57)) (-2075 (($ $ $) 97)) (-2392 (($ $ $) 119)) (-3792 (($ $ $) 92)) (-4268 (($ $ $) 95) (($ $) 96)) (-1666 (($ $ $) 81)) (-1644 (($ $ $) 79)) (-1613 (((-111) $ $) 16) (($ $ $) 17)) (-1655 (($ $ $) 80)) (-1632 (($ $ $) 78)) (-1720 (($ $ $) 86)) (-1709 (($ $ $) 83) (($ $) 84)) (-1698 (($ $ $) 82)) (** (($ $ $) 87)) (* (($ $ $) 85)))
-(((-844) (-13 (-1078) (-10 -8 (-15 -1872 ((-1242) $)) (-15 -2408 ($ (-1136))) (-15 -3463 ((-1242) (-1136))) (-15 -1647 ($ (-552))) (-15 -1647 ($ (-1154))) (-15 -1647 ($ (-1136))) (-15 -1647 ($ (-220))) (-15 -3430 ($)) (-15 -3580 ((-1136) (-1136))) (-15 -4054 ((-552) $)) (-15 -2384 ((-552) $)) (-15 -4054 ((-552))) (-15 -2384 ((-552))) (-15 -3970 ((-552) $)) (-15 -2218 ((-552) $)) (-15 -1534 ($ (-552))) (-15 -1593 ($ (-552))) (-15 -3104 ($ (-552) (-552))) (-15 -3416 ($ $ (-552))) (-15 -3428 ($ $ (-552))) (-15 -4046 ($ $ (-552))) (-15 -3416 ($ $)) (-15 -3428 ($ $)) (-15 -4046 ($ $)) (-15 -3338 ($ $ $)) (-15 -1550 ($ $ $)) (-15 -3338 ($ (-629 $))) (-15 -1550 ($ (-629 $))) (-15 -2720 ($ $ (-629 $))) (-15 -3785 ($ $ (-629 $))) (-15 -3785 ($ $ $ $)) (-15 -3685 ($ $ $)) (-15 -3913 ((-111) $)) (-15 -2060 ($ $ (-629 $))) (-15 -3986 ($ $)) (-15 -2085 ($ $ $)) (-15 -3044 ($ $)) (-15 -3516 ($ (-629 (-629 $)))) (-15 -1610 ($ $ $)) (-15 -2450 ($ $)) (-15 -2450 ($ $ $)) (-15 -4168 ($ $ $)) (-15 -3999 ($ $ $)) (-15 -2392 ($ $ $)) (-15 -3283 ($ $ $)) (-15 -3096 ($ $ (-756))) (-15 -2075 ($ $ $)) (-15 -3193 ($ $ $)) (-15 -1792 ($ $ $)) (-15 -1382 ($ $ $)) (-15 -4167 ($ $ $)) (-15 -2569 ($ $ (-629 $))) (-15 -2256 ($ $ (-629 $))) (-15 -1364 ($ $)) (-15 -3632 ($ $)) (-15 -3632 ($ $ (-756))) (-15 -3461 ($ $)) (-15 -3461 ($ $ (-756))) (-15 -2350 ($ $)) (-15 -2249 ($ $ $)) (-15 -2994 ($ $)) (-15 -2994 ($ $ $)) (-15 -2994 ($ $ $ $)) (-15 -3830 ($ $)) (-15 -3830 ($ $ $)) (-15 -3830 ($ $ $ $)) (-15 -2308 ($ $)) (-15 -2308 ($ $ $)) (-15 -2308 ($ $ $ $)) (-15 -3541 ($ $)) (-15 -3541 ($ (-629 $))) (-15 -2056 ($ $)) (-15 -2056 ($ (-629 $))) (-15 -3963 ($ $)) (-15 -3963 ($ (-629 $))) (-15 -1319 ($ (-629 $))) (-15 -4245 ($ (-629 $))) (-15 -1608 ($ (-629 $))) (-15 -4111 ($ (-629 $))) (-15 -1613 ($ $ $)) (-15 -3202 ($ $ $)) (-15 -1632 ($ $ $)) (-15 -1644 ($ $ $)) (-15 -1655 ($ $ $)) (-15 -1666 ($ $ $)) (-15 -1698 ($ $ $)) (-15 -1709 ($ $ $)) (-15 -1709 ($ $)) (-15 * ($ $ $)) (-15 -1720 ($ $ $)) (-15 ** ($ $ $)) (-15 -3977 ($ $ $)) (-15 -4006 ($ $ $)) (-15 -3987 ($ $ $)) (-15 -3969 ($ $ $)) (-15 -3792 ($ $ $)) (-15 -3167 ($ $ $)) (-15 -4107 ($ $)) (-15 -4268 ($ $ $)) (-15 -4268 ($ $))))) (T -844))
-((-1872 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-844)))) (-2408 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-844)))) (-3463 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-844)))) (-1647 (*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-1647 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-844)))) (-1647 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-844)))) (-1647 (*1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-844)))) (-3430 (*1 *1) (-5 *1 (-844))) (-3580 (*1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-844)))) (-4054 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-2384 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-4054 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-2384 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-3970 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-2218 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-1534 (*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-1593 (*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-3104 (*1 *1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-3416 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-3428 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-4046 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))) (-3416 (*1 *1 *1) (-5 *1 (-844))) (-3428 (*1 *1 *1) (-5 *1 (-844))) (-4046 (*1 *1 *1) (-5 *1 (-844))) (-3338 (*1 *1 *1 *1) (-5 *1 (-844))) (-1550 (*1 *1 *1 *1) (-5 *1 (-844))) (-3338 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-1550 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-2720 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-3785 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-3785 (*1 *1 *1 *1 *1) (-5 *1 (-844))) (-3685 (*1 *1 *1 *1) (-5 *1 (-844))) (-3913 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-844)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-3986 (*1 *1 *1) (-5 *1 (-844))) (-2085 (*1 *1 *1 *1) (-5 *1 (-844))) (-3044 (*1 *1 *1) (-5 *1 (-844))) (-3516 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 (-844)))) (-5 *1 (-844)))) (-1610 (*1 *1 *1 *1) (-5 *1 (-844))) (-2450 (*1 *1 *1) (-5 *1 (-844))) (-2450 (*1 *1 *1 *1) (-5 *1 (-844))) (-4168 (*1 *1 *1 *1) (-5 *1 (-844))) (-3999 (*1 *1 *1 *1) (-5 *1 (-844))) (-2392 (*1 *1 *1 *1) (-5 *1 (-844))) (-3283 (*1 *1 *1 *1) (-5 *1 (-844))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-844)))) (-2075 (*1 *1 *1 *1) (-5 *1 (-844))) (-3193 (*1 *1 *1 *1) (-5 *1 (-844))) (-1792 (*1 *1 *1 *1) (-5 *1 (-844))) (-1382 (*1 *1 *1 *1) (-5 *1 (-844))) (-4167 (*1 *1 *1 *1) (-5 *1 (-844))) (-2569 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-2256 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-1364 (*1 *1 *1) (-5 *1 (-844))) (-3632 (*1 *1 *1) (-5 *1 (-844))) (-3632 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-844)))) (-3461 (*1 *1 *1) (-5 *1 (-844))) (-3461 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-844)))) (-2350 (*1 *1 *1) (-5 *1 (-844))) (-2249 (*1 *1 *1 *1) (-5 *1 (-844))) (-2994 (*1 *1 *1) (-5 *1 (-844))) (-2994 (*1 *1 *1 *1) (-5 *1 (-844))) (-2994 (*1 *1 *1 *1 *1) (-5 *1 (-844))) (-3830 (*1 *1 *1) (-5 *1 (-844))) (-3830 (*1 *1 *1 *1) (-5 *1 (-844))) (-3830 (*1 *1 *1 *1 *1) (-5 *1 (-844))) (-2308 (*1 *1 *1) (-5 *1 (-844))) (-2308 (*1 *1 *1 *1) (-5 *1 (-844))) (-2308 (*1 *1 *1 *1 *1) (-5 *1 (-844))) (-3541 (*1 *1 *1) (-5 *1 (-844))) (-3541 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-2056 (*1 *1 *1) (-5 *1 (-844))) (-2056 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-3963 (*1 *1 *1) (-5 *1 (-844))) (-3963 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-1319 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-4245 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-1608 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-4111 (*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))) (-1613 (*1 *1 *1 *1) (-5 *1 (-844))) (-3202 (*1 *1 *1 *1) (-5 *1 (-844))) (-1632 (*1 *1 *1 *1) (-5 *1 (-844))) (-1644 (*1 *1 *1 *1) (-5 *1 (-844))) (-1655 (*1 *1 *1 *1) (-5 *1 (-844))) (-1666 (*1 *1 *1 *1) (-5 *1 (-844))) (-1698 (*1 *1 *1 *1) (-5 *1 (-844))) (-1709 (*1 *1 *1 *1) (-5 *1 (-844))) (-1709 (*1 *1 *1) (-5 *1 (-844))) (* (*1 *1 *1 *1) (-5 *1 (-844))) (-1720 (*1 *1 *1 *1) (-5 *1 (-844))) (** (*1 *1 *1 *1) (-5 *1 (-844))) (-3977 (*1 *1 *1 *1) (-5 *1 (-844))) (-4006 (*1 *1 *1 *1) (-5 *1 (-844))) (-3987 (*1 *1 *1 *1) (-5 *1 (-844))) (-3969 (*1 *1 *1 *1) (-5 *1 (-844))) (-3792 (*1 *1 *1 *1) (-5 *1 (-844))) (-3167 (*1 *1 *1 *1) (-5 *1 (-844))) (-4107 (*1 *1 *1) (-5 *1 (-844))) (-4268 (*1 *1 *1 *1) (-5 *1 (-844))) (-4268 (*1 *1 *1) (-5 *1 (-844))))
-(-13 (-1078) (-10 -8 (-15 -1872 ((-1242) $)) (-15 -2408 ($ (-1136))) (-15 -3463 ((-1242) (-1136))) (-15 -1647 ($ (-552))) (-15 -1647 ($ (-1154))) (-15 -1647 ($ (-1136))) (-15 -1647 ($ (-220))) (-15 -3430 ($)) (-15 -3580 ((-1136) (-1136))) (-15 -4054 ((-552) $)) (-15 -2384 ((-552) $)) (-15 -4054 ((-552))) (-15 -2384 ((-552))) (-15 -3970 ((-552) $)) (-15 -2218 ((-552) $)) (-15 -1534 ($ (-552))) (-15 -1593 ($ (-552))) (-15 -3104 ($ (-552) (-552))) (-15 -3416 ($ $ (-552))) (-15 -3428 ($ $ (-552))) (-15 -4046 ($ $ (-552))) (-15 -3416 ($ $)) (-15 -3428 ($ $)) (-15 -4046 ($ $)) (-15 -3338 ($ $ $)) (-15 -1550 ($ $ $)) (-15 -3338 ($ (-629 $))) (-15 -1550 ($ (-629 $))) (-15 -2720 ($ $ (-629 $))) (-15 -3785 ($ $ (-629 $))) (-15 -3785 ($ $ $ $)) (-15 -3685 ($ $ $)) (-15 -3913 ((-111) $)) (-15 -2060 ($ $ (-629 $))) (-15 -3986 ($ $)) (-15 -2085 ($ $ $)) (-15 -3044 ($ $)) (-15 -3516 ($ (-629 (-629 $)))) (-15 -1610 ($ $ $)) (-15 -2450 ($ $)) (-15 -2450 ($ $ $)) (-15 -4168 ($ $ $)) (-15 -3999 ($ $ $)) (-15 -2392 ($ $ $)) (-15 -3283 ($ $ $)) (-15 -3096 ($ $ (-756))) (-15 -2075 ($ $ $)) (-15 -3193 ($ $ $)) (-15 -1792 ($ $ $)) (-15 -1382 ($ $ $)) (-15 -4167 ($ $ $)) (-15 -2569 ($ $ (-629 $))) (-15 -2256 ($ $ (-629 $))) (-15 -1364 ($ $)) (-15 -3632 ($ $)) (-15 -3632 ($ $ (-756))) (-15 -3461 ($ $)) (-15 -3461 ($ $ (-756))) (-15 -2350 ($ $)) (-15 -2249 ($ $ $)) (-15 -2994 ($ $)) (-15 -2994 ($ $ $)) (-15 -2994 ($ $ $ $)) (-15 -3830 ($ $)) (-15 -3830 ($ $ $)) (-15 -3830 ($ $ $ $)) (-15 -2308 ($ $)) (-15 -2308 ($ $ $)) (-15 -2308 ($ $ $ $)) (-15 -3541 ($ $)) (-15 -3541 ($ (-629 $))) (-15 -2056 ($ $)) (-15 -2056 ($ (-629 $))) (-15 -3963 ($ $)) (-15 -3963 ($ (-629 $))) (-15 -1319 ($ (-629 $))) (-15 -4245 ($ (-629 $))) (-15 -1608 ($ (-629 $))) (-15 -4111 ($ (-629 $))) (-15 -1613 ($ $ $)) (-15 -3202 ($ $ $)) (-15 -1632 ($ $ $)) (-15 -1644 ($ $ $)) (-15 -1655 ($ $ $)) (-15 -1666 ($ $ $)) (-15 -1698 ($ $ $)) (-15 -1709 ($ $ $)) (-15 -1709 ($ $)) (-15 * ($ $ $)) (-15 -1720 ($ $ $)) (-15 ** ($ $ $)) (-15 -3977 ($ $ $)) (-15 -4006 ($ $ $)) (-15 -3987 ($ $ $)) (-15 -3969 ($ $ $)) (-15 -3792 ($ $ $)) (-15 -3167 ($ $ $)) (-15 -4107 ($ $)) (-15 -4268 ($ $ $)) (-15 -4268 ($ $))))
-((-1799 (((-1242) (-629 (-52))) 24)) (-3783 (((-1242) (-1136) (-844)) 14) (((-1242) (-844)) 9) (((-1242) (-1136)) 11)))
-(((-845) (-10 -7 (-15 -3783 ((-1242) (-1136))) (-15 -3783 ((-1242) (-844))) (-15 -3783 ((-1242) (-1136) (-844))) (-15 -1799 ((-1242) (-629 (-52)))))) (T -845))
-((-1799 (*1 *2 *3) (-12 (-5 *3 (-629 (-52))) (-5 *2 (-1242)) (-5 *1 (-845)))) (-3783 (*1 *2 *3 *4) (-12 (-5 *3 (-1136)) (-5 *4 (-844)) (-5 *2 (-1242)) (-5 *1 (-845)))) (-3783 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-845)))) (-3783 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-845)))))
-(-10 -7 (-15 -3783 ((-1242) (-1136))) (-15 -3783 ((-1242) (-844))) (-15 -3783 ((-1242) (-1136) (-844))) (-15 -1799 ((-1242) (-629 (-52)))))
-((-3202 (((-111) $ $) NIL)) (-1485 (((-3 $ "failed") (-1154)) 33)) (-2663 (((-756)) 31)) (-1332 (($) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-1637 (((-902) $) 29)) (-2623 (((-1136) $) 39)) (-2840 (($ (-902)) 28)) (-2876 (((-1098) $) NIL)) (-1522 (((-1154) $) 13) (((-528) $) 19) (((-873 (-373)) $) 26) (((-873 (-552)) $) 22)) (-3213 (((-844) $) 16)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 36)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 35)))
-(((-846 |#1|) (-13 (-826) (-600 (-1154)) (-600 (-528)) (-600 (-873 (-373))) (-600 (-873 (-552))) (-10 -8 (-15 -1485 ((-3 $ "failed") (-1154))))) (-629 (-1154))) (T -846))
-((-1485 (*1 *1 *2) (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-846 *3)) (-14 *3 (-629 *2)))))
-(-13 (-826) (-600 (-1154)) (-600 (-528)) (-600 (-873 (-373))) (-600 (-873 (-552))) (-10 -8 (-15 -1485 ((-3 $ "failed") (-1154)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (((-933 |#1|) $) NIL) (($ (-933 |#1|)) NIL) (($ |#1|) NIL (|has| |#1| (-169)))) (-2014 (((-756)) NIL)) (-1567 (((-1242) (-756)) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1720 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169)))))
-(((-847 |#1| |#2| |#3| |#4|) (-13 (-1030) (-10 -8 (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (-15 -3213 ((-933 |#1|) $)) (-15 -3213 ($ (-933 |#1|))) (IF (|has| |#1| (-357)) (-15 -1720 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1567 ((-1242) (-756))))) (-1030) (-629 (-1154)) (-629 (-756)) (-756)) (T -847))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-933 *3)) (-5 *1 (-847 *3 *4 *5 *6)) (-4 *3 (-1030)) (-14 *4 (-629 (-1154))) (-14 *5 (-629 (-756))) (-14 *6 (-756)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-933 *3)) (-4 *3 (-1030)) (-5 *1 (-847 *3 *4 *5 *6)) (-14 *4 (-629 (-1154))) (-14 *5 (-629 (-756))) (-14 *6 (-756)))) (-1720 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-847 *2 *3 *4 *5)) (-4 *2 (-357)) (-4 *2 (-1030)) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-756))) (-14 *5 (-756)))) (-1567 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-847 *4 *5 *6 *7)) (-4 *4 (-1030)) (-14 *5 (-629 (-1154))) (-14 *6 (-629 *3)) (-14 *7 *3))))
-(-13 (-1030) (-10 -8 (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (-15 -3213 ((-933 |#1|) $)) (-15 -3213 ($ (-933 |#1|))) (IF (|has| |#1| (-357)) (-15 -1720 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1567 ((-1242) (-756)))))
-((-2275 (((-3 (-171 |#3|) "failed") (-756) (-756) |#2| |#2|) 31)) (-1659 (((-3 (-401 |#3|) "failed") (-756) (-756) |#2| |#2|) 24)))
-(((-848 |#1| |#2| |#3|) (-10 -7 (-15 -1659 ((-3 (-401 |#3|) "failed") (-756) (-756) |#2| |#2|)) (-15 -2275 ((-3 (-171 |#3|) "failed") (-756) (-756) |#2| |#2|))) (-357) (-1228 |#1|) (-1213 |#1|)) (T -848))
-((-2275 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-756)) (-4 *5 (-357)) (-5 *2 (-171 *6)) (-5 *1 (-848 *5 *4 *6)) (-4 *4 (-1228 *5)) (-4 *6 (-1213 *5)))) (-1659 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-756)) (-4 *5 (-357)) (-5 *2 (-401 *6)) (-5 *1 (-848 *5 *4 *6)) (-4 *4 (-1228 *5)) (-4 *6 (-1213 *5)))))
-(-10 -7 (-15 -1659 ((-3 (-401 |#3|) "failed") (-756) (-756) |#2| |#2|)) (-15 -2275 ((-3 (-171 |#3|) "failed") (-756) (-756) |#2| |#2|)))
-((-1659 (((-3 (-401 (-1210 |#2| |#1|)) "failed") (-756) (-756) (-1229 |#1| |#2| |#3|)) 28) (((-3 (-401 (-1210 |#2| |#1|)) "failed") (-756) (-756) (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|)) 26)))
-(((-849 |#1| |#2| |#3|) (-10 -7 (-15 -1659 ((-3 (-401 (-1210 |#2| |#1|)) "failed") (-756) (-756) (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|))) (-15 -1659 ((-3 (-401 (-1210 |#2| |#1|)) "failed") (-756) (-756) (-1229 |#1| |#2| |#3|)))) (-357) (-1154) |#1|) (T -849))
-((-1659 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-756)) (-5 *4 (-1229 *5 *6 *7)) (-4 *5 (-357)) (-14 *6 (-1154)) (-14 *7 *5) (-5 *2 (-401 (-1210 *6 *5))) (-5 *1 (-849 *5 *6 *7)))) (-1659 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-756)) (-5 *4 (-1229 *5 *6 *7)) (-4 *5 (-357)) (-14 *6 (-1154)) (-14 *7 *5) (-5 *2 (-401 (-1210 *6 *5))) (-5 *1 (-849 *5 *6 *7)))))
-(-10 -7 (-15 -1659 ((-3 (-401 (-1210 |#2| |#1|)) "failed") (-756) (-756) (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|))) (-15 -1659 ((-3 (-401 (-1210 |#2| |#1|)) "failed") (-756) (-756) (-1229 |#1| |#2| |#3|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-3489 (($ $ (-552)) 60)) (-2393 (((-111) $ $) 57)) (-2130 (($) 17 T CONST)) (-2450 (($ (-1150 (-552)) (-552)) 59)) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-3029 (($ $) 62)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-4241 (((-756) $) 67)) (-4065 (((-111) $) 30)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-3714 (((-552)) 64)) (-1401 (((-552) $) 63)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3136 (($ $ (-552)) 66)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-2950 (((-1134 (-552)) $) 68)) (-1680 (($ $) 65)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-4311 (((-552) $ (-552)) 61)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-850 |#1|) (-137) (-552)) (T -850))
-((-2950 (*1 *2 *1) (-12 (-4 *1 (-850 *3)) (-5 *2 (-1134 (-552))))) (-4241 (*1 *2 *1) (-12 (-4 *1 (-850 *3)) (-5 *2 (-756)))) (-3136 (*1 *1 *1 *2) (-12 (-4 *1 (-850 *3)) (-5 *2 (-552)))) (-1680 (*1 *1 *1) (-4 *1 (-850 *2))) (-3714 (*1 *2) (-12 (-4 *1 (-850 *3)) (-5 *2 (-552)))) (-1401 (*1 *2 *1) (-12 (-4 *1 (-850 *3)) (-5 *2 (-552)))) (-3029 (*1 *1 *1) (-4 *1 (-850 *2))) (-4311 (*1 *2 *1 *2) (-12 (-4 *1 (-850 *3)) (-5 *2 (-552)))) (-3489 (*1 *1 *1 *2) (-12 (-4 *1 (-850 *3)) (-5 *2 (-552)))) (-2450 (*1 *1 *2 *3) (-12 (-5 *2 (-1150 (-552))) (-5 *3 (-552)) (-4 *1 (-850 *4)))))
-(-13 (-301) (-144) (-10 -8 (-15 -2950 ((-1134 (-552)) $)) (-15 -4241 ((-756) $)) (-15 -3136 ($ $ (-552))) (-15 -1680 ($ $)) (-15 -3714 ((-552))) (-15 -1401 ((-552) $)) (-15 -3029 ($ $)) (-15 -4311 ((-552) $ (-552))) (-15 -3489 ($ $ (-552))) (-15 -2450 ($ (-1150 (-552)) (-552)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-599 (-844)) . T) ((-169) . T) ((-284) . T) ((-301) . T) ((-445) . T) ((-544) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-901) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3489 (($ $ (-552)) NIL)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-2450 (($ (-1150 (-552)) (-552)) NIL)) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3029 (($ $) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4241 (((-756) $) NIL)) (-4065 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3714 (((-552)) NIL)) (-1401 (((-552) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3136 (($ $ (-552)) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-2950 (((-1134 (-552)) $) NIL)) (-1680 (($ $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL)) (-2014 (((-756)) NIL)) (-3589 (((-111) $ $) NIL)) (-4311 (((-552) $ (-552)) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL)))
-(((-851 |#1|) (-850 |#1|) (-552)) (T -851))
-NIL
-(-850 |#1|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 (((-851 |#1|) $) NIL (|has| (-851 |#1|) (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-851 |#1|) (-890)))) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| (-851 |#1|) (-890)))) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL (|has| (-851 |#1|) (-805)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-851 |#1|) "failed") $) NIL) (((-3 (-1154) "failed") $) NIL (|has| (-851 |#1|) (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-851 |#1|) (-1019 (-552)))) (((-3 (-552) "failed") $) NIL (|has| (-851 |#1|) (-1019 (-552))))) (-2832 (((-851 |#1|) $) NIL) (((-1154) $) NIL (|has| (-851 |#1|) (-1019 (-1154)))) (((-401 (-552)) $) NIL (|has| (-851 |#1|) (-1019 (-552)))) (((-552) $) NIL (|has| (-851 |#1|) (-1019 (-552))))) (-3398 (($ $) NIL) (($ (-552) $) NIL)) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| (-851 |#1|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-851 |#1|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-851 |#1|))) (|:| |vec| (-1237 (-851 |#1|)))) (-673 $) (-1237 $)) NIL) (((-673 (-851 |#1|)) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-851 |#1|) (-537)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1338 (((-111) $) NIL (|has| (-851 |#1|) (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| (-851 |#1|) (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| (-851 |#1|) (-867 (-373))))) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL)) (-4015 (((-851 |#1|) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| (-851 |#1|) (-1129)))) (-3127 (((-111) $) NIL (|has| (-851 |#1|) (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL (|has| (-851 |#1|) (-832)))) (-2011 (($ $ $) NIL (|has| (-851 |#1|) (-832)))) (-1477 (($ (-1 (-851 |#1|) (-851 |#1|)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-851 |#1|) (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL (|has| (-851 |#1|) (-301)))) (-3410 (((-851 |#1|) $) NIL (|has| (-851 |#1|) (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-851 |#1|) (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-851 |#1|) (-890)))) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2432 (($ $ (-629 (-851 |#1|)) (-629 (-851 |#1|))) NIL (|has| (-851 |#1|) (-303 (-851 |#1|)))) (($ $ (-851 |#1|) (-851 |#1|)) NIL (|has| (-851 |#1|) (-303 (-851 |#1|)))) (($ $ (-288 (-851 |#1|))) NIL (|has| (-851 |#1|) (-303 (-851 |#1|)))) (($ $ (-629 (-288 (-851 |#1|)))) NIL (|has| (-851 |#1|) (-303 (-851 |#1|)))) (($ $ (-629 (-1154)) (-629 (-851 |#1|))) NIL (|has| (-851 |#1|) (-506 (-1154) (-851 |#1|)))) (($ $ (-1154) (-851 |#1|)) NIL (|has| (-851 |#1|) (-506 (-1154) (-851 |#1|))))) (-3795 (((-756) $) NIL)) (-2060 (($ $ (-851 |#1|)) NIL (|has| (-851 |#1|) (-280 (-851 |#1|) (-851 |#1|))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) NIL (|has| (-851 |#1|) (-228))) (($ $ (-756)) NIL (|has| (-851 |#1|) (-228))) (($ $ (-1154)) NIL (|has| (-851 |#1|) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-851 |#1|) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-851 |#1|) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-851 |#1|) (-881 (-1154)))) (($ $ (-1 (-851 |#1|) (-851 |#1|)) (-756)) NIL) (($ $ (-1 (-851 |#1|) (-851 |#1|))) NIL)) (-2493 (($ $) NIL)) (-4026 (((-851 |#1|) $) NIL)) (-1522 (((-873 (-552)) $) NIL (|has| (-851 |#1|) (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| (-851 |#1|) (-600 (-873 (-373))))) (((-528) $) NIL (|has| (-851 |#1|) (-600 (-528)))) (((-373) $) NIL (|has| (-851 |#1|) (-1003))) (((-220) $) NIL (|has| (-851 |#1|) (-1003)))) (-3110 (((-171 (-401 (-552))) $) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| (-851 |#1|) (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL) (($ (-851 |#1|)) NIL) (($ (-1154)) NIL (|has| (-851 |#1|) (-1019 (-1154))))) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| (-851 |#1|) (-890))) (|has| (-851 |#1|) (-142))))) (-2014 (((-756)) NIL)) (-3763 (((-851 |#1|) $) NIL (|has| (-851 |#1|) (-537)))) (-3589 (((-111) $ $) NIL)) (-4311 (((-401 (-552)) $ (-552)) NIL)) (-1578 (($ $) NIL (|has| (-851 |#1|) (-805)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $) NIL (|has| (-851 |#1|) (-228))) (($ $ (-756)) NIL (|has| (-851 |#1|) (-228))) (($ $ (-1154)) NIL (|has| (-851 |#1|) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-851 |#1|) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-851 |#1|) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-851 |#1|) (-881 (-1154)))) (($ $ (-1 (-851 |#1|) (-851 |#1|)) (-756)) NIL) (($ $ (-1 (-851 |#1|) (-851 |#1|))) NIL)) (-1666 (((-111) $ $) NIL (|has| (-851 |#1|) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-851 |#1|) (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| (-851 |#1|) (-832)))) (-1632 (((-111) $ $) NIL (|has| (-851 |#1|) (-832)))) (-1720 (($ $ $) NIL) (($ (-851 |#1|) (-851 |#1|)) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ (-851 |#1|) $) NIL) (($ $ (-851 |#1|)) NIL)))
-(((-852 |#1|) (-13 (-973 (-851 |#1|)) (-10 -8 (-15 -4311 ((-401 (-552)) $ (-552))) (-15 -3110 ((-171 (-401 (-552))) $)) (-15 -3398 ($ $)) (-15 -3398 ($ (-552) $)))) (-552)) (T -852))
-((-4311 (*1 *2 *1 *3) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-852 *4)) (-14 *4 *3) (-5 *3 (-552)))) (-3110 (*1 *2 *1) (-12 (-5 *2 (-171 (-401 (-552)))) (-5 *1 (-852 *3)) (-14 *3 (-552)))) (-3398 (*1 *1 *1) (-12 (-5 *1 (-852 *2)) (-14 *2 (-552)))) (-3398 (*1 *1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-852 *3)) (-14 *3 *2))))
-(-13 (-973 (-851 |#1|)) (-10 -8 (-15 -4311 ((-401 (-552)) $ (-552))) (-15 -3110 ((-171 (-401 (-552))) $)) (-15 -3398 ($ $)) (-15 -3398 ($ (-552) $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 ((|#2| $) NIL (|has| |#2| (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL (|has| |#2| (-805)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-1154) "failed") $) NIL (|has| |#2| (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#2| (-1019 (-552)))) (((-3 (-552) "failed") $) NIL (|has| |#2| (-1019 (-552))))) (-2832 ((|#2| $) NIL) (((-1154) $) NIL (|has| |#2| (-1019 (-1154)))) (((-401 (-552)) $) NIL (|has| |#2| (-1019 (-552)))) (((-552) $) NIL (|has| |#2| (-1019 (-552))))) (-3398 (($ $) 31) (($ (-552) $) 32)) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL) (((-673 |#2|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) 53)) (-1332 (($) NIL (|has| |#2| (-537)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1338 (((-111) $) NIL (|has| |#2| (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| |#2| (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| |#2| (-867 (-373))))) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL)) (-4015 ((|#2| $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| |#2| (-1129)))) (-3127 (((-111) $) NIL (|has| |#2| (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL (|has| |#2| (-832)))) (-2011 (($ $ $) NIL (|has| |#2| (-832)))) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 49)) (-1977 (($) NIL (|has| |#2| (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL (|has| |#2| (-301)))) (-3410 ((|#2| $) NIL (|has| |#2| (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2432 (($ $ (-629 |#2|) (-629 |#2|)) NIL (|has| |#2| (-303 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-303 |#2|))) (($ $ (-288 |#2|)) NIL (|has| |#2| (-303 |#2|))) (($ $ (-629 (-288 |#2|))) NIL (|has| |#2| (-303 |#2|))) (($ $ (-629 (-1154)) (-629 |#2|)) NIL (|has| |#2| (-506 (-1154) |#2|))) (($ $ (-1154) |#2|) NIL (|has| |#2| (-506 (-1154) |#2|)))) (-3795 (((-756) $) NIL)) (-2060 (($ $ |#2|) NIL (|has| |#2| (-280 |#2| |#2|)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) NIL (|has| |#2| (-228))) (($ $ (-756)) NIL (|has| |#2| (-228))) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2493 (($ $) NIL)) (-4026 ((|#2| $) NIL)) (-1522 (((-873 (-552)) $) NIL (|has| |#2| (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| |#2| (-600 (-873 (-373))))) (((-528) $) NIL (|has| |#2| (-600 (-528)))) (((-373) $) NIL (|has| |#2| (-1003))) (((-220) $) NIL (|has| |#2| (-1003)))) (-3110 (((-171 (-401 (-552))) $) 68)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-890))))) (-3213 (((-844) $) 87) (($ (-552)) 19) (($ $) NIL) (($ (-401 (-552))) 24) (($ |#2|) 18) (($ (-1154)) NIL (|has| |#2| (-1019 (-1154))))) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#2| (-890))) (|has| |#2| (-142))))) (-2014 (((-756)) NIL)) (-3763 ((|#2| $) NIL (|has| |#2| (-537)))) (-3589 (((-111) $ $) NIL)) (-4311 (((-401 (-552)) $ (-552)) 60)) (-1578 (($ $) NIL (|has| |#2| (-805)))) (-3297 (($) 14 T CONST)) (-3309 (($) 16 T CONST)) (-1765 (($ $) NIL (|has| |#2| (-228))) (($ $ (-756)) NIL (|has| |#2| (-228))) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-1666 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1613 (((-111) $ $) 35)) (-1655 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1720 (($ $ $) 23) (($ |#2| |#2|) 54)) (-1709 (($ $) 39) (($ $ $) 41)) (-1698 (($ $ $) 37)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) 50)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 42) (($ $ $) 44) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ |#2| $) 55) (($ $ |#2|) NIL)))
-(((-853 |#1| |#2|) (-13 (-973 |#2|) (-10 -8 (-15 -4311 ((-401 (-552)) $ (-552))) (-15 -3110 ((-171 (-401 (-552))) $)) (-15 -3398 ($ $)) (-15 -3398 ($ (-552) $)))) (-552) (-850 |#1|)) (T -853))
-((-4311 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-401 (-552))) (-5 *1 (-853 *4 *5)) (-5 *3 (-552)) (-4 *5 (-850 *4)))) (-3110 (*1 *2 *1) (-12 (-14 *3 (-552)) (-5 *2 (-171 (-401 (-552)))) (-5 *1 (-853 *3 *4)) (-4 *4 (-850 *3)))) (-3398 (*1 *1 *1) (-12 (-14 *2 (-552)) (-5 *1 (-853 *2 *3)) (-4 *3 (-850 *2)))) (-3398 (*1 *1 *2 *1) (-12 (-5 *2 (-552)) (-14 *3 *2) (-5 *1 (-853 *3 *4)) (-4 *4 (-850 *3)))))
-(-13 (-973 |#2|) (-10 -8 (-15 -4311 ((-401 (-552)) $ (-552))) (-15 -3110 ((-171 (-401 (-552))) $)) (-15 -3398 ($ $)) (-15 -3398 ($ (-552) $))))
-((-3202 (((-111) $ $) NIL (-12 (|has| |#1| (-1078)) (|has| |#2| (-1078))))) (-2196 ((|#2| $) 12)) (-2873 (($ |#1| |#2|) 9)) (-2623 (((-1136) $) NIL (-12 (|has| |#1| (-1078)) (|has| |#2| (-1078))))) (-2876 (((-1098) $) NIL (-12 (|has| |#1| (-1078)) (|has| |#2| (-1078))))) (-2702 ((|#1| $) 11)) (-3226 (($ |#1| |#2|) 10)) (-3213 (((-844) $) 18 (-4029 (-12 (|has| |#1| (-599 (-844))) (|has| |#2| (-599 (-844)))) (-12 (|has| |#1| (-1078)) (|has| |#2| (-1078)))))) (-1613 (((-111) $ $) 22 (-12 (|has| |#1| (-1078)) (|has| |#2| (-1078))))))
-(((-854 |#1| |#2|) (-13 (-1191) (-10 -8 (IF (|has| |#1| (-599 (-844))) (IF (|has| |#2| (-599 (-844))) (-6 (-599 (-844))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1078)) (IF (|has| |#2| (-1078)) (-6 (-1078)) |%noBranch|) |%noBranch|) (-15 -2873 ($ |#1| |#2|)) (-15 -3226 ($ |#1| |#2|)) (-15 -2702 (|#1| $)) (-15 -2196 (|#2| $)))) (-1191) (-1191)) (T -854))
-((-2873 (*1 *1 *2 *3) (-12 (-5 *1 (-854 *2 *3)) (-4 *2 (-1191)) (-4 *3 (-1191)))) (-3226 (*1 *1 *2 *3) (-12 (-5 *1 (-854 *2 *3)) (-4 *2 (-1191)) (-4 *3 (-1191)))) (-2702 (*1 *2 *1) (-12 (-4 *2 (-1191)) (-5 *1 (-854 *2 *3)) (-4 *3 (-1191)))) (-2196 (*1 *2 *1) (-12 (-4 *2 (-1191)) (-5 *1 (-854 *3 *2)) (-4 *3 (-1191)))))
-(-13 (-1191) (-10 -8 (IF (|has| |#1| (-599 (-844))) (IF (|has| |#2| (-599 (-844))) (-6 (-599 (-844))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1078)) (IF (|has| |#2| (-1078)) (-6 (-1078)) |%noBranch|) |%noBranch|) (-15 -2873 ($ |#1| |#2|)) (-15 -3226 ($ |#1| |#2|)) (-15 -2702 (|#1| $)) (-15 -2196 (|#2| $))))
-((-3202 (((-111) $ $) NIL)) (-1911 (((-552) $) 15)) (-3402 (($ (-154)) 11)) (-2721 (($ (-154)) 12)) (-2623 (((-1136) $) NIL)) (-3852 (((-154) $) 13)) (-2876 (((-1098) $) NIL)) (-2072 (($ (-154)) 9)) (-1867 (($ (-154)) 8)) (-3213 (((-844) $) 23) (($ (-154)) 16)) (-1936 (($ (-154)) 10)) (-1613 (((-111) $ $) NIL)))
-(((-855) (-13 (-1078) (-10 -8 (-15 -1867 ($ (-154))) (-15 -2072 ($ (-154))) (-15 -1936 ($ (-154))) (-15 -3402 ($ (-154))) (-15 -2721 ($ (-154))) (-15 -3852 ((-154) $)) (-15 -1911 ((-552) $)) (-15 -3213 ($ (-154)))))) (T -855))
-((-1867 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))) (-2072 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))) (-1936 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))) (-3402 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))) (-2721 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))) (-3852 (*1 *2 *1) (-12 (-5 *2 (-154)) (-5 *1 (-855)))) (-1911 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-855)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))))
-(-13 (-1078) (-10 -8 (-15 -1867 ($ (-154))) (-15 -2072 ($ (-154))) (-15 -1936 ($ (-154))) (-15 -3402 ($ (-154))) (-15 -2721 ($ (-154))) (-15 -3852 ((-154) $)) (-15 -1911 ((-552) $)) (-15 -3213 ($ (-154)))))
-((-3213 (((-310 (-552)) (-401 (-933 (-48)))) 23) (((-310 (-552)) (-933 (-48))) 18)))
-(((-856) (-10 -7 (-15 -3213 ((-310 (-552)) (-933 (-48)))) (-15 -3213 ((-310 (-552)) (-401 (-933 (-48))))))) (T -856))
-((-3213 (*1 *2 *3) (-12 (-5 *3 (-401 (-933 (-48)))) (-5 *2 (-310 (-552))) (-5 *1 (-856)))) (-3213 (*1 *2 *3) (-12 (-5 *3 (-933 (-48))) (-5 *2 (-310 (-552))) (-5 *1 (-856)))))
-(-10 -7 (-15 -3213 ((-310 (-552)) (-933 (-48)))) (-15 -3213 ((-310 (-552)) (-401 (-933 (-48))))))
-((-1477 (((-858 |#2|) (-1 |#2| |#1|) (-858 |#1|)) 14)))
-(((-857 |#1| |#2|) (-10 -7 (-15 -1477 ((-858 |#2|) (-1 |#2| |#1|) (-858 |#1|)))) (-1191) (-1191)) (T -857))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-858 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-858 *6)) (-5 *1 (-857 *5 *6)))))
-(-10 -7 (-15 -1477 ((-858 |#2|) (-1 |#2| |#1|) (-858 |#1|))))
-((-2909 (($ |#1| |#1|) 8)) (-3346 ((|#1| $ (-756)) 10)))
-(((-858 |#1|) (-10 -8 (-15 -2909 ($ |#1| |#1|)) (-15 -3346 (|#1| $ (-756)))) (-1191)) (T -858))
-((-3346 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *1 (-858 *2)) (-4 *2 (-1191)))) (-2909 (*1 *1 *2 *2) (-12 (-5 *1 (-858 *2)) (-4 *2 (-1191)))))
-(-10 -8 (-15 -2909 ($ |#1| |#1|)) (-15 -3346 (|#1| $ (-756))))
-((-1477 (((-860 |#2|) (-1 |#2| |#1|) (-860 |#1|)) 14)))
-(((-859 |#1| |#2|) (-10 -7 (-15 -1477 ((-860 |#2|) (-1 |#2| |#1|) (-860 |#1|)))) (-1191) (-1191)) (T -859))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-860 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-860 *6)) (-5 *1 (-859 *5 *6)))))
-(-10 -7 (-15 -1477 ((-860 |#2|) (-1 |#2| |#1|) (-860 |#1|))))
-((-2909 (($ |#1| |#1| |#1|) 8)) (-3346 ((|#1| $ (-756)) 10)))
-(((-860 |#1|) (-10 -8 (-15 -2909 ($ |#1| |#1| |#1|)) (-15 -3346 (|#1| $ (-756)))) (-1191)) (T -860))
-((-3346 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *1 (-860 *2)) (-4 *2 (-1191)))) (-2909 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-860 *2)) (-4 *2 (-1191)))))
-(-10 -8 (-15 -2909 ($ |#1| |#1| |#1|)) (-15 -3346 (|#1| $ (-756))))
-((-1279 (((-629 (-1159)) (-1136)) 9)))
-(((-861) (-10 -7 (-15 -1279 ((-629 (-1159)) (-1136))))) (T -861))
-((-1279 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-629 (-1159))) (-5 *1 (-861)))))
-(-10 -7 (-15 -1279 ((-629 (-1159)) (-1136))))
-((-1477 (((-863 |#2|) (-1 |#2| |#1|) (-863 |#1|)) 14)))
-(((-862 |#1| |#2|) (-10 -7 (-15 -1477 ((-863 |#2|) (-1 |#2| |#1|) (-863 |#1|)))) (-1191) (-1191)) (T -862))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-863 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-863 *6)) (-5 *1 (-862 *5 *6)))))
-(-10 -7 (-15 -1477 ((-863 |#2|) (-1 |#2| |#1|) (-863 |#1|))))
-((-3272 (($ |#1| |#1| |#1|) 8)) (-3346 ((|#1| $ (-756)) 10)))
-(((-863 |#1|) (-10 -8 (-15 -3272 ($ |#1| |#1| |#1|)) (-15 -3346 (|#1| $ (-756)))) (-1191)) (T -863))
-((-3346 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *1 (-863 *2)) (-4 *2 (-1191)))) (-3272 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-863 *2)) (-4 *2 (-1191)))))
-(-10 -8 (-15 -3272 ($ |#1| |#1| |#1|)) (-15 -3346 (|#1| $ (-756))))
-((-2509 (((-1134 (-629 (-552))) (-629 (-552)) (-1134 (-629 (-552)))) 32)) (-2948 (((-1134 (-629 (-552))) (-629 (-552)) (-629 (-552))) 28)) (-2103 (((-1134 (-629 (-552))) (-629 (-552))) 41) (((-1134 (-629 (-552))) (-629 (-552)) (-629 (-552))) 40)) (-3443 (((-1134 (-629 (-552))) (-552)) 42)) (-2504 (((-1134 (-629 (-552))) (-552) (-552)) 22) (((-1134 (-629 (-552))) (-552)) 16) (((-1134 (-629 (-552))) (-552) (-552) (-552)) 12)) (-3328 (((-1134 (-629 (-552))) (-1134 (-629 (-552)))) 26)) (-2074 (((-629 (-552)) (-629 (-552))) 25)))
-(((-864) (-10 -7 (-15 -2504 ((-1134 (-629 (-552))) (-552) (-552) (-552))) (-15 -2504 ((-1134 (-629 (-552))) (-552))) (-15 -2504 ((-1134 (-629 (-552))) (-552) (-552))) (-15 -2074 ((-629 (-552)) (-629 (-552)))) (-15 -3328 ((-1134 (-629 (-552))) (-1134 (-629 (-552))))) (-15 -2948 ((-1134 (-629 (-552))) (-629 (-552)) (-629 (-552)))) (-15 -2509 ((-1134 (-629 (-552))) (-629 (-552)) (-1134 (-629 (-552))))) (-15 -2103 ((-1134 (-629 (-552))) (-629 (-552)) (-629 (-552)))) (-15 -2103 ((-1134 (-629 (-552))) (-629 (-552)))) (-15 -3443 ((-1134 (-629 (-552))) (-552))))) (T -864))
-((-3443 (*1 *2 *3) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-552)))) (-2103 (*1 *2 *3) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-629 (-552))))) (-2103 (*1 *2 *3 *3) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-629 (-552))))) (-2509 (*1 *2 *3 *2) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *3 (-629 (-552))) (-5 *1 (-864)))) (-2948 (*1 *2 *3 *3) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-629 (-552))))) (-3328 (*1 *2 *2) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)))) (-2074 (*1 *2 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-864)))) (-2504 (*1 *2 *3 *3) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-552)))) (-2504 (*1 *2 *3) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-552)))) (-2504 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-552)))))
-(-10 -7 (-15 -2504 ((-1134 (-629 (-552))) (-552) (-552) (-552))) (-15 -2504 ((-1134 (-629 (-552))) (-552))) (-15 -2504 ((-1134 (-629 (-552))) (-552) (-552))) (-15 -2074 ((-629 (-552)) (-629 (-552)))) (-15 -3328 ((-1134 (-629 (-552))) (-1134 (-629 (-552))))) (-15 -2948 ((-1134 (-629 (-552))) (-629 (-552)) (-629 (-552)))) (-15 -2509 ((-1134 (-629 (-552))) (-629 (-552)) (-1134 (-629 (-552))))) (-15 -2103 ((-1134 (-629 (-552))) (-629 (-552)) (-629 (-552)))) (-15 -2103 ((-1134 (-629 (-552))) (-629 (-552)))) (-15 -3443 ((-1134 (-629 (-552))) (-552))))
-((-1522 (((-873 (-373)) $) 9 (|has| |#1| (-600 (-873 (-373))))) (((-873 (-552)) $) 8 (|has| |#1| (-600 (-873 (-552)))))))
-(((-865 |#1|) (-137) (-1191)) (T -865))
-NIL
-(-13 (-10 -7 (IF (|has| |t#1| (-600 (-873 (-552)))) (-6 (-600 (-873 (-552)))) |%noBranch|) (IF (|has| |t#1| (-600 (-873 (-373)))) (-6 (-600 (-873 (-373)))) |%noBranch|)))
-(((-600 (-873 (-373))) |has| |#1| (-600 (-873 (-373)))) ((-600 (-873 (-552))) |has| |#1| (-600 (-873 (-552)))))
-((-3202 (((-111) $ $) NIL)) (-3307 (($) 14)) (-4222 (($ (-870 |#1| |#2|) (-870 |#1| |#3|)) 27)) (-2205 (((-870 |#1| |#3|) $) 16)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3715 (((-111) $) 22)) (-4169 (($) 19)) (-3213 (((-844) $) 30)) (-1407 (((-870 |#1| |#2|) $) 15)) (-1613 (((-111) $ $) 25)))
-(((-866 |#1| |#2| |#3|) (-13 (-1078) (-10 -8 (-15 -3715 ((-111) $)) (-15 -4169 ($)) (-15 -3307 ($)) (-15 -4222 ($ (-870 |#1| |#2|) (-870 |#1| |#3|))) (-15 -1407 ((-870 |#1| |#2|) $)) (-15 -2205 ((-870 |#1| |#3|) $)))) (-1078) (-1078) (-650 |#2|)) (T -866))
-((-3715 (*1 *2 *1) (-12 (-4 *4 (-1078)) (-5 *2 (-111)) (-5 *1 (-866 *3 *4 *5)) (-4 *3 (-1078)) (-4 *5 (-650 *4)))) (-4169 (*1 *1) (-12 (-4 *3 (-1078)) (-5 *1 (-866 *2 *3 *4)) (-4 *2 (-1078)) (-4 *4 (-650 *3)))) (-3307 (*1 *1) (-12 (-4 *3 (-1078)) (-5 *1 (-866 *2 *3 *4)) (-4 *2 (-1078)) (-4 *4 (-650 *3)))) (-4222 (*1 *1 *2 *3) (-12 (-5 *2 (-870 *4 *5)) (-5 *3 (-870 *4 *6)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-650 *5)) (-5 *1 (-866 *4 *5 *6)))) (-1407 (*1 *2 *1) (-12 (-4 *4 (-1078)) (-5 *2 (-870 *3 *4)) (-5 *1 (-866 *3 *4 *5)) (-4 *3 (-1078)) (-4 *5 (-650 *4)))) (-2205 (*1 *2 *1) (-12 (-4 *4 (-1078)) (-5 *2 (-870 *3 *5)) (-5 *1 (-866 *3 *4 *5)) (-4 *3 (-1078)) (-4 *5 (-650 *4)))))
-(-13 (-1078) (-10 -8 (-15 -3715 ((-111) $)) (-15 -4169 ($)) (-15 -3307 ($)) (-15 -4222 ($ (-870 |#1| |#2|) (-870 |#1| |#3|))) (-15 -1407 ((-870 |#1| |#2|) $)) (-15 -2205 ((-870 |#1| |#3|) $))))
-((-3202 (((-111) $ $) 7)) (-2214 (((-870 |#1| $) $ (-873 |#1|) (-870 |#1| $)) 13)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)))
-(((-867 |#1|) (-137) (-1078)) (T -867))
-((-2214 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-870 *4 *1)) (-5 *3 (-873 *4)) (-4 *1 (-867 *4)) (-4 *4 (-1078)))))
-(-13 (-1078) (-10 -8 (-15 -2214 ((-870 |t#1| $) $ (-873 |t#1|) (-870 |t#1| $)))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3515 (((-111) (-629 |#2|) |#3|) 23) (((-111) |#2| |#3|) 18)) (-4285 (((-870 |#1| |#2|) |#2| |#3|) 43 (-12 (-4107 (|has| |#2| (-1019 (-1154)))) (-4107 (|has| |#2| (-1030))))) (((-629 (-288 (-933 |#2|))) |#2| |#3|) 42 (-12 (|has| |#2| (-1030)) (-4107 (|has| |#2| (-1019 (-1154)))))) (((-629 (-288 |#2|)) |#2| |#3|) 35 (|has| |#2| (-1019 (-1154)))) (((-866 |#1| |#2| (-629 |#2|)) (-629 |#2|) |#3|) 21)))
-(((-868 |#1| |#2| |#3|) (-10 -7 (-15 -3515 ((-111) |#2| |#3|)) (-15 -3515 ((-111) (-629 |#2|) |#3|)) (-15 -4285 ((-866 |#1| |#2| (-629 |#2|)) (-629 |#2|) |#3|)) (IF (|has| |#2| (-1019 (-1154))) (-15 -4285 ((-629 (-288 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1030)) (-15 -4285 ((-629 (-288 (-933 |#2|))) |#2| |#3|)) (-15 -4285 ((-870 |#1| |#2|) |#2| |#3|))))) (-1078) (-867 |#1|) (-600 (-873 |#1|))) (T -868))
-((-4285 (*1 *2 *3 *4) (-12 (-4 *5 (-1078)) (-5 *2 (-870 *5 *3)) (-5 *1 (-868 *5 *3 *4)) (-4107 (-4 *3 (-1019 (-1154)))) (-4107 (-4 *3 (-1030))) (-4 *3 (-867 *5)) (-4 *4 (-600 (-873 *5))))) (-4285 (*1 *2 *3 *4) (-12 (-4 *5 (-1078)) (-5 *2 (-629 (-288 (-933 *3)))) (-5 *1 (-868 *5 *3 *4)) (-4 *3 (-1030)) (-4107 (-4 *3 (-1019 (-1154)))) (-4 *3 (-867 *5)) (-4 *4 (-600 (-873 *5))))) (-4285 (*1 *2 *3 *4) (-12 (-4 *5 (-1078)) (-5 *2 (-629 (-288 *3))) (-5 *1 (-868 *5 *3 *4)) (-4 *3 (-1019 (-1154))) (-4 *3 (-867 *5)) (-4 *4 (-600 (-873 *5))))) (-4285 (*1 *2 *3 *4) (-12 (-4 *5 (-1078)) (-4 *6 (-867 *5)) (-5 *2 (-866 *5 *6 (-629 *6))) (-5 *1 (-868 *5 *6 *4)) (-5 *3 (-629 *6)) (-4 *4 (-600 (-873 *5))))) (-3515 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *6)) (-4 *6 (-867 *5)) (-4 *5 (-1078)) (-5 *2 (-111)) (-5 *1 (-868 *5 *6 *4)) (-4 *4 (-600 (-873 *5))))) (-3515 (*1 *2 *3 *4) (-12 (-4 *5 (-1078)) (-5 *2 (-111)) (-5 *1 (-868 *5 *3 *4)) (-4 *3 (-867 *5)) (-4 *4 (-600 (-873 *5))))))
-(-10 -7 (-15 -3515 ((-111) |#2| |#3|)) (-15 -3515 ((-111) (-629 |#2|) |#3|)) (-15 -4285 ((-866 |#1| |#2| (-629 |#2|)) (-629 |#2|) |#3|)) (IF (|has| |#2| (-1019 (-1154))) (-15 -4285 ((-629 (-288 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1030)) (-15 -4285 ((-629 (-288 (-933 |#2|))) |#2| |#3|)) (-15 -4285 ((-870 |#1| |#2|) |#2| |#3|)))))
-((-1477 (((-870 |#1| |#3|) (-1 |#3| |#2|) (-870 |#1| |#2|)) 22)))
-(((-869 |#1| |#2| |#3|) (-10 -7 (-15 -1477 ((-870 |#1| |#3|) (-1 |#3| |#2|) (-870 |#1| |#2|)))) (-1078) (-1078) (-1078)) (T -869))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-870 *5 *6)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-870 *5 *7)) (-5 *1 (-869 *5 *6 *7)))))
-(-10 -7 (-15 -1477 ((-870 |#1| |#3|) (-1 |#3| |#2|) (-870 |#1| |#2|))))
-((-3202 (((-111) $ $) NIL)) (-1501 (($ $ $) 39)) (-2859 (((-3 (-111) "failed") $ (-873 |#1|)) 36)) (-3307 (($) 12)) (-2623 (((-1136) $) NIL)) (-3497 (($ (-873 |#1|) |#2| $) 20)) (-2876 (((-1098) $) NIL)) (-1564 (((-3 |#2| "failed") (-873 |#1|) $) 50)) (-3715 (((-111) $) 15)) (-4169 (($) 13)) (-3552 (((-629 (-2 (|:| -2670 (-1154)) (|:| -3360 |#2|))) $) 25)) (-3226 (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 |#2|)))) 23)) (-3213 (((-844) $) 44)) (-4184 (($ (-873 |#1|) |#2| $ |#2|) 48)) (-4125 (($ (-873 |#1|) |#2| $) 47)) (-1613 (((-111) $ $) 41)))
-(((-870 |#1| |#2|) (-13 (-1078) (-10 -8 (-15 -3715 ((-111) $)) (-15 -4169 ($)) (-15 -3307 ($)) (-15 -1501 ($ $ $)) (-15 -1564 ((-3 |#2| "failed") (-873 |#1|) $)) (-15 -4125 ($ (-873 |#1|) |#2| $)) (-15 -3497 ($ (-873 |#1|) |#2| $)) (-15 -4184 ($ (-873 |#1|) |#2| $ |#2|)) (-15 -3552 ((-629 (-2 (|:| -2670 (-1154)) (|:| -3360 |#2|))) $)) (-15 -3226 ($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 |#2|))))) (-15 -2859 ((-3 (-111) "failed") $ (-873 |#1|))))) (-1078) (-1078)) (T -870))
-((-3715 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-870 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))) (-4169 (*1 *1) (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))) (-3307 (*1 *1) (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))) (-1501 (*1 *1 *1 *1) (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))) (-1564 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-873 *4)) (-4 *4 (-1078)) (-4 *2 (-1078)) (-5 *1 (-870 *4 *2)))) (-4125 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-873 *4)) (-4 *4 (-1078)) (-5 *1 (-870 *4 *3)) (-4 *3 (-1078)))) (-3497 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-873 *4)) (-4 *4 (-1078)) (-5 *1 (-870 *4 *3)) (-4 *3 (-1078)))) (-4184 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-873 *4)) (-4 *4 (-1078)) (-5 *1 (-870 *4 *3)) (-4 *3 (-1078)))) (-3552 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 *4)))) (-5 *1 (-870 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))) (-3226 (*1 *1 *2) (-12 (-5 *2 (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 *4)))) (-4 *4 (-1078)) (-5 *1 (-870 *3 *4)) (-4 *3 (-1078)))) (-2859 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-873 *4)) (-4 *4 (-1078)) (-5 *2 (-111)) (-5 *1 (-870 *4 *5)) (-4 *5 (-1078)))))
-(-13 (-1078) (-10 -8 (-15 -3715 ((-111) $)) (-15 -4169 ($)) (-15 -3307 ($)) (-15 -1501 ($ $ $)) (-15 -1564 ((-3 |#2| "failed") (-873 |#1|) $)) (-15 -4125 ($ (-873 |#1|) |#2| $)) (-15 -3497 ($ (-873 |#1|) |#2| $)) (-15 -4184 ($ (-873 |#1|) |#2| $ |#2|)) (-15 -3552 ((-629 (-2 (|:| -2670 (-1154)) (|:| -3360 |#2|))) $)) (-15 -3226 ($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 |#2|))))) (-15 -2859 ((-3 (-111) "failed") $ (-873 |#1|)))))
-((-3952 (((-873 |#1|) (-873 |#1|) (-629 (-1154)) (-1 (-111) (-629 |#2|))) 32) (((-873 |#1|) (-873 |#1|) (-629 (-1 (-111) |#2|))) 43) (((-873 |#1|) (-873 |#1|) (-1 (-111) |#2|)) 35)) (-2859 (((-111) (-629 |#2|) (-873 |#1|)) 40) (((-111) |#2| (-873 |#1|)) 36)) (-1968 (((-1 (-111) |#2|) (-873 |#1|)) 16)) (-2816 (((-629 |#2|) (-873 |#1|)) 24)) (-2549 (((-873 |#1|) (-873 |#1|) |#2|) 20)))
-(((-871 |#1| |#2|) (-10 -7 (-15 -3952 ((-873 |#1|) (-873 |#1|) (-1 (-111) |#2|))) (-15 -3952 ((-873 |#1|) (-873 |#1|) (-629 (-1 (-111) |#2|)))) (-15 -3952 ((-873 |#1|) (-873 |#1|) (-629 (-1154)) (-1 (-111) (-629 |#2|)))) (-15 -1968 ((-1 (-111) |#2|) (-873 |#1|))) (-15 -2859 ((-111) |#2| (-873 |#1|))) (-15 -2859 ((-111) (-629 |#2|) (-873 |#1|))) (-15 -2549 ((-873 |#1|) (-873 |#1|) |#2|)) (-15 -2816 ((-629 |#2|) (-873 |#1|)))) (-1078) (-1191)) (T -871))
-((-2816 (*1 *2 *3) (-12 (-5 *3 (-873 *4)) (-4 *4 (-1078)) (-5 *2 (-629 *5)) (-5 *1 (-871 *4 *5)) (-4 *5 (-1191)))) (-2549 (*1 *2 *2 *3) (-12 (-5 *2 (-873 *4)) (-4 *4 (-1078)) (-5 *1 (-871 *4 *3)) (-4 *3 (-1191)))) (-2859 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *6)) (-5 *4 (-873 *5)) (-4 *5 (-1078)) (-4 *6 (-1191)) (-5 *2 (-111)) (-5 *1 (-871 *5 *6)))) (-2859 (*1 *2 *3 *4) (-12 (-5 *4 (-873 *5)) (-4 *5 (-1078)) (-5 *2 (-111)) (-5 *1 (-871 *5 *3)) (-4 *3 (-1191)))) (-1968 (*1 *2 *3) (-12 (-5 *3 (-873 *4)) (-4 *4 (-1078)) (-5 *2 (-1 (-111) *5)) (-5 *1 (-871 *4 *5)) (-4 *5 (-1191)))) (-3952 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-873 *5)) (-5 *3 (-629 (-1154))) (-5 *4 (-1 (-111) (-629 *6))) (-4 *5 (-1078)) (-4 *6 (-1191)) (-5 *1 (-871 *5 *6)))) (-3952 (*1 *2 *2 *3) (-12 (-5 *2 (-873 *4)) (-5 *3 (-629 (-1 (-111) *5))) (-4 *4 (-1078)) (-4 *5 (-1191)) (-5 *1 (-871 *4 *5)))) (-3952 (*1 *2 *2 *3) (-12 (-5 *2 (-873 *4)) (-5 *3 (-1 (-111) *5)) (-4 *4 (-1078)) (-4 *5 (-1191)) (-5 *1 (-871 *4 *5)))))
-(-10 -7 (-15 -3952 ((-873 |#1|) (-873 |#1|) (-1 (-111) |#2|))) (-15 -3952 ((-873 |#1|) (-873 |#1|) (-629 (-1 (-111) |#2|)))) (-15 -3952 ((-873 |#1|) (-873 |#1|) (-629 (-1154)) (-1 (-111) (-629 |#2|)))) (-15 -1968 ((-1 (-111) |#2|) (-873 |#1|))) (-15 -2859 ((-111) |#2| (-873 |#1|))) (-15 -2859 ((-111) (-629 |#2|) (-873 |#1|))) (-15 -2549 ((-873 |#1|) (-873 |#1|) |#2|)) (-15 -2816 ((-629 |#2|) (-873 |#1|))))
-((-1477 (((-873 |#2|) (-1 |#2| |#1|) (-873 |#1|)) 19)))
-(((-872 |#1| |#2|) (-10 -7 (-15 -1477 ((-873 |#2|) (-1 |#2| |#1|) (-873 |#1|)))) (-1078) (-1078)) (T -872))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-873 *5)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *2 (-873 *6)) (-5 *1 (-872 *5 *6)))))
-(-10 -7 (-15 -1477 ((-873 |#2|) (-1 |#2| |#1|) (-873 |#1|))))
-((-3202 (((-111) $ $) NIL)) (-1937 (($ $ (-629 (-52))) 64)) (-3611 (((-629 $) $) 118)) (-3615 (((-2 (|:| |var| (-629 (-1154))) (|:| |pred| (-52))) $) 24)) (-2288 (((-111) $) 30)) (-3032 (($ $ (-629 (-1154)) (-52)) 25)) (-3851 (($ $ (-629 (-52))) 63)) (-1393 (((-3 |#1| "failed") $) 61) (((-3 (-1154) "failed") $) 140)) (-2832 ((|#1| $) 58) (((-1154) $) NIL)) (-1965 (($ $) 108)) (-2144 (((-111) $) 47)) (-2465 (((-629 (-52)) $) 45)) (-1784 (($ (-1154) (-111) (-111) (-111)) 65)) (-4210 (((-3 (-629 $) "failed") (-629 $)) 72)) (-2464 (((-111) $) 50)) (-2027 (((-111) $) 49)) (-2623 (((-1136) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) 36)) (-3598 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 43)) (-4073 (((-3 (-2 (|:| |val| $) (|:| -1406 $)) "failed") $) 83)) (-2878 (((-3 (-629 $) "failed") $) 33)) (-2515 (((-3 (-629 $) "failed") $ (-113)) 107) (((-3 (-2 (|:| -1443 (-113)) (|:| |arg| (-629 $))) "failed") $) 95)) (-2699 (((-3 (-629 $) "failed") $) 37)) (-3909 (((-3 (-2 (|:| |val| $) (|:| -1406 (-756))) "failed") $) 40)) (-2898 (((-111) $) 29)) (-2876 (((-1098) $) NIL)) (-1871 (((-111) $) 21)) (-2016 (((-111) $) 46)) (-1416 (((-629 (-52)) $) 111)) (-1674 (((-111) $) 48)) (-2060 (($ (-113) (-629 $)) 92)) (-3907 (((-756) $) 28)) (-1487 (($ $) 62)) (-1522 (($ (-629 $)) 59)) (-4190 (((-111) $) 26)) (-3213 (((-844) $) 53) (($ |#1|) 18) (($ (-1154)) 66)) (-2549 (($ $ (-52)) 110)) (-3297 (($) 91 T CONST)) (-3309 (($) 73 T CONST)) (-1613 (((-111) $ $) 79)) (-1720 (($ $ $) 100)) (-1698 (($ $ $) 104)) (** (($ $ (-756)) 99) (($ $ $) 54)) (* (($ $ $) 105)))
-(((-873 |#1|) (-13 (-1078) (-1019 |#1|) (-1019 (-1154)) (-10 -8 (-15 0 ($) -3930) (-15 1 ($) -3930) (-15 -2878 ((-3 (-629 $) "failed") $)) (-15 -4263 ((-3 (-629 $) "failed") $)) (-15 -2515 ((-3 (-629 $) "failed") $ (-113))) (-15 -2515 ((-3 (-2 (|:| -1443 (-113)) (|:| |arg| (-629 $))) "failed") $)) (-15 -3909 ((-3 (-2 (|:| |val| $) (|:| -1406 (-756))) "failed") $)) (-15 -3598 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -2699 ((-3 (-629 $) "failed") $)) (-15 -4073 ((-3 (-2 (|:| |val| $) (|:| -1406 $)) "failed") $)) (-15 -2060 ($ (-113) (-629 $))) (-15 -1698 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-756))) (-15 ** ($ $ $)) (-15 -1720 ($ $ $)) (-15 -3907 ((-756) $)) (-15 -1522 ($ (-629 $))) (-15 -1487 ($ $)) (-15 -2898 ((-111) $)) (-15 -2144 ((-111) $)) (-15 -2288 ((-111) $)) (-15 -4190 ((-111) $)) (-15 -1674 ((-111) $)) (-15 -2027 ((-111) $)) (-15 -2464 ((-111) $)) (-15 -2016 ((-111) $)) (-15 -2465 ((-629 (-52)) $)) (-15 -3851 ($ $ (-629 (-52)))) (-15 -1937 ($ $ (-629 (-52)))) (-15 -1784 ($ (-1154) (-111) (-111) (-111))) (-15 -3032 ($ $ (-629 (-1154)) (-52))) (-15 -3615 ((-2 (|:| |var| (-629 (-1154))) (|:| |pred| (-52))) $)) (-15 -1871 ((-111) $)) (-15 -1965 ($ $)) (-15 -2549 ($ $ (-52))) (-15 -1416 ((-629 (-52)) $)) (-15 -3611 ((-629 $) $)) (-15 -4210 ((-3 (-629 $) "failed") (-629 $))))) (-1078)) (T -873))
-((-3297 (*1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))) (-3309 (*1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))) (-2878 (*1 *2 *1) (|partial| -12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-4263 (*1 *2 *1) (|partial| -12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-2515 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-113)) (-5 *2 (-629 (-873 *4))) (-5 *1 (-873 *4)) (-4 *4 (-1078)))) (-2515 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -1443 (-113)) (|:| |arg| (-629 (-873 *3))))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-3909 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-873 *3)) (|:| -1406 (-756)))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-3598 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-873 *3)) (|:| |den| (-873 *3)))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-2699 (*1 *2 *1) (|partial| -12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-4073 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-873 *3)) (|:| -1406 (-873 *3)))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-2060 (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-629 (-873 *4))) (-5 *1 (-873 *4)) (-4 *4 (-1078)))) (-1698 (*1 *1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))) (-1720 (*1 *1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))) (-3907 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-1487 (*1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))) (-2898 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-2144 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-2288 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-4190 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-1674 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-2027 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-2464 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-2016 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-2465 (*1 *2 *1) (-12 (-5 *2 (-629 (-52))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-3851 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-52))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-1937 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-52))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-1784 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-111)) (-5 *1 (-873 *4)) (-4 *4 (-1078)))) (-3032 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-52)) (-5 *1 (-873 *4)) (-4 *4 (-1078)))) (-3615 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-629 (-1154))) (|:| |pred| (-52)))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-1871 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-1965 (*1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))) (-2549 (*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-1416 (*1 *2 *1) (-12 (-5 *2 (-629 (-52))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-3611 (*1 *2 *1) (-12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))) (-4210 (*1 *2 *2) (|partial| -12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(-13 (-1078) (-1019 |#1|) (-1019 (-1154)) (-10 -8 (-15 (-3297) ($) -3930) (-15 (-3309) ($) -3930) (-15 -2878 ((-3 (-629 $) "failed") $)) (-15 -4263 ((-3 (-629 $) "failed") $)) (-15 -2515 ((-3 (-629 $) "failed") $ (-113))) (-15 -2515 ((-3 (-2 (|:| -1443 (-113)) (|:| |arg| (-629 $))) "failed") $)) (-15 -3909 ((-3 (-2 (|:| |val| $) (|:| -1406 (-756))) "failed") $)) (-15 -3598 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -2699 ((-3 (-629 $) "failed") $)) (-15 -4073 ((-3 (-2 (|:| |val| $) (|:| -1406 $)) "failed") $)) (-15 -2060 ($ (-113) (-629 $))) (-15 -1698 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-756))) (-15 ** ($ $ $)) (-15 -1720 ($ $ $)) (-15 -3907 ((-756) $)) (-15 -1522 ($ (-629 $))) (-15 -1487 ($ $)) (-15 -2898 ((-111) $)) (-15 -2144 ((-111) $)) (-15 -2288 ((-111) $)) (-15 -4190 ((-111) $)) (-15 -1674 ((-111) $)) (-15 -2027 ((-111) $)) (-15 -2464 ((-111) $)) (-15 -2016 ((-111) $)) (-15 -2465 ((-629 (-52)) $)) (-15 -3851 ($ $ (-629 (-52)))) (-15 -1937 ($ $ (-629 (-52)))) (-15 -1784 ($ (-1154) (-111) (-111) (-111))) (-15 -3032 ($ $ (-629 (-1154)) (-52))) (-15 -3615 ((-2 (|:| |var| (-629 (-1154))) (|:| |pred| (-52))) $)) (-15 -1871 ((-111) $)) (-15 -1965 ($ $)) (-15 -2549 ($ $ (-52))) (-15 -1416 ((-629 (-52)) $)) (-15 -3611 ((-629 $) $)) (-15 -4210 ((-3 (-629 $) "failed") (-629 $)))))
-((-3202 (((-111) $ $) NIL)) (-2814 (((-629 |#1|) $) 16)) (-3040 (((-111) $) 38)) (-1393 (((-3 (-656 |#1|) "failed") $) 43)) (-2832 (((-656 |#1|) $) 41)) (-2715 (($ $) 18)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2556 (((-756) $) 46)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 (((-656 |#1|) $) 17)) (-3213 (((-844) $) 37) (($ (-656 |#1|)) 21) (((-804 |#1|) $) 27) (($ |#1|) 20)) (-3309 (($) 8 T CONST)) (-2166 (((-629 (-656 |#1|)) $) 23)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 11)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 49)))
-(((-874 |#1|) (-13 (-832) (-1019 (-656 |#1|)) (-10 -8 (-15 1 ($) -3930) (-15 -3213 ((-804 |#1|) $)) (-15 -3213 ($ |#1|)) (-15 -2702 ((-656 |#1|) $)) (-15 -2556 ((-756) $)) (-15 -2166 ((-629 (-656 |#1|)) $)) (-15 -2715 ($ $)) (-15 -3040 ((-111) $)) (-15 -2814 ((-629 |#1|) $)))) (-832)) (T -874))
-((-3309 (*1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-832)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-804 *3)) (-5 *1 (-874 *3)) (-4 *3 (-832)))) (-3213 (*1 *1 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-832)))) (-2702 (*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-874 *3)) (-4 *3 (-832)))) (-2556 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-874 *3)) (-4 *3 (-832)))) (-2166 (*1 *2 *1) (-12 (-5 *2 (-629 (-656 *3))) (-5 *1 (-874 *3)) (-4 *3 (-832)))) (-2715 (*1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-832)))) (-3040 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-832)))) (-2814 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-874 *3)) (-4 *3 (-832)))))
-(-13 (-832) (-1019 (-656 |#1|)) (-10 -8 (-15 (-3309) ($) -3930) (-15 -3213 ((-804 |#1|) $)) (-15 -3213 ($ |#1|)) (-15 -2702 ((-656 |#1|) $)) (-15 -2556 ((-756) $)) (-15 -2166 ((-629 (-656 |#1|)) $)) (-15 -2715 ($ $)) (-15 -3040 ((-111) $)) (-15 -2814 ((-629 |#1|) $))))
-((-1347 ((|#1| |#1| |#1|) 19)))
-(((-875 |#1| |#2|) (-10 -7 (-15 -1347 (|#1| |#1| |#1|))) (-1213 |#2|) (-1030)) (T -875))
-((-1347 (*1 *2 *2 *2) (-12 (-4 *3 (-1030)) (-5 *1 (-875 *2 *3)) (-4 *2 (-1213 *3)))))
-(-10 -7 (-15 -1347 (|#1| |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3102 (((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) 14)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-2487 (((-1016) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) 13)) (-1613 (((-111) $ $) 6)))
-(((-876) (-137)) (T -876))
-((-3102 (*1 *2 *3 *4) (-12 (-4 *1 (-876)) (-5 *3 (-1042)) (-5 *4 (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136)))))) (-2487 (*1 *2 *3) (-12 (-4 *1 (-876)) (-5 *3 (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) (-5 *2 (-1016)))))
-(-13 (-1078) (-10 -7 (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))) (-1042) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220))))) (-15 -2487 ((-1016) (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3716 ((|#1| |#1| (-756)) 24)) (-1959 (((-3 |#1| "failed") |#1| |#1|) 22)) (-2089 (((-3 (-2 (|:| -3416 |#1|) (|:| -3428 |#1|)) "failed") |#1| (-756) (-756)) 27) (((-629 |#1|) |#1|) 29)))
-(((-877 |#1| |#2|) (-10 -7 (-15 -2089 ((-629 |#1|) |#1|)) (-15 -2089 ((-3 (-2 (|:| -3416 |#1|) (|:| -3428 |#1|)) "failed") |#1| (-756) (-756))) (-15 -1959 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3716 (|#1| |#1| (-756)))) (-1213 |#2|) (-357)) (T -877))
-((-3716 (*1 *2 *2 *3) (-12 (-5 *3 (-756)) (-4 *4 (-357)) (-5 *1 (-877 *2 *4)) (-4 *2 (-1213 *4)))) (-1959 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-357)) (-5 *1 (-877 *2 *3)) (-4 *2 (-1213 *3)))) (-2089 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-756)) (-4 *5 (-357)) (-5 *2 (-2 (|:| -3416 *3) (|:| -3428 *3))) (-5 *1 (-877 *3 *5)) (-4 *3 (-1213 *5)))) (-2089 (*1 *2 *3) (-12 (-4 *4 (-357)) (-5 *2 (-629 *3)) (-5 *1 (-877 *3 *4)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -2089 ((-629 |#1|) |#1|)) (-15 -2089 ((-3 (-2 (|:| -3416 |#1|) (|:| -3428 |#1|)) "failed") |#1| (-756) (-756))) (-15 -1959 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3716 (|#1| |#1| (-756))))
-((-4153 (((-1016) (-373) (-373) (-373) (-373) (-756) (-756) (-629 (-310 (-373))) (-629 (-629 (-310 (-373)))) (-1136)) 96) (((-1016) (-373) (-373) (-373) (-373) (-756) (-756) (-629 (-310 (-373))) (-629 (-629 (-310 (-373)))) (-1136) (-220)) 91) (((-1016) (-879) (-1042)) 83) (((-1016) (-879)) 84)) (-3102 (((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-879) (-1042)) 59) (((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-879)) 61)))
-(((-878) (-10 -7 (-15 -4153 ((-1016) (-879))) (-15 -4153 ((-1016) (-879) (-1042))) (-15 -4153 ((-1016) (-373) (-373) (-373) (-373) (-756) (-756) (-629 (-310 (-373))) (-629 (-629 (-310 (-373)))) (-1136) (-220))) (-15 -4153 ((-1016) (-373) (-373) (-373) (-373) (-756) (-756) (-629 (-310 (-373))) (-629 (-629 (-310 (-373)))) (-1136))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-879))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-879) (-1042))))) (T -878))
-((-3102 (*1 *2 *3 *4) (-12 (-5 *3 (-879)) (-5 *4 (-1042)) (-5 *2 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))))) (-5 *1 (-878)))) (-3102 (*1 *2 *3) (-12 (-5 *3 (-879)) (-5 *2 (-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136))))) (-5 *1 (-878)))) (-4153 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-756)) (-5 *6 (-629 (-629 (-310 *3)))) (-5 *7 (-1136)) (-5 *5 (-629 (-310 (-373)))) (-5 *3 (-373)) (-5 *2 (-1016)) (-5 *1 (-878)))) (-4153 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-756)) (-5 *6 (-629 (-629 (-310 *3)))) (-5 *7 (-1136)) (-5 *8 (-220)) (-5 *5 (-629 (-310 (-373)))) (-5 *3 (-373)) (-5 *2 (-1016)) (-5 *1 (-878)))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-879)) (-5 *4 (-1042)) (-5 *2 (-1016)) (-5 *1 (-878)))) (-4153 (*1 *2 *3) (-12 (-5 *3 (-879)) (-5 *2 (-1016)) (-5 *1 (-878)))))
-(-10 -7 (-15 -4153 ((-1016) (-879))) (-15 -4153 ((-1016) (-879) (-1042))) (-15 -4153 ((-1016) (-373) (-373) (-373) (-373) (-756) (-756) (-629 (-310 (-373))) (-629 (-629 (-310 (-373)))) (-1136) (-220))) (-15 -4153 ((-1016) (-373) (-373) (-373) (-373) (-756) (-756) (-629 (-310 (-373))) (-629 (-629 (-310 (-373)))) (-1136))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-879))) (-15 -3102 ((-2 (|:| -3102 (-373)) (|:| -4290 (-1136)) (|:| |explanations| (-629 (-1136)))) (-879) (-1042))))
-((-3202 (((-111) $ $) NIL)) (-2832 (((-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220))) $) 19)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 21) (($ (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) 18)) (-1613 (((-111) $ $) NIL)))
-(((-879) (-13 (-1078) (-10 -8 (-15 -3213 ($ (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220))))) (-15 -3213 ((-844) $)) (-15 -2832 ((-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220))) $))))) (T -879))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-879)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) (-5 *1 (-879)))) (-2832 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220)))) (-5 *1 (-879)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ($ (-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220))))) (-15 -3213 ((-844) $)) (-15 -2832 ((-2 (|:| |pde| (-629 (-310 (-220)))) (|:| |constraints| (-629 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-756)) (|:| |boundaryType| (-552)) (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220)))))) (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136)) (|:| |tol| (-220))) $))))
-((-3096 (($ $ |#2|) NIL) (($ $ (-629 |#2|)) 10) (($ $ |#2| (-756)) 12) (($ $ (-629 |#2|) (-629 (-756))) 15)) (-1765 (($ $ |#2|) 16) (($ $ (-629 |#2|)) 18) (($ $ |#2| (-756)) 19) (($ $ (-629 |#2|) (-629 (-756))) 21)))
-(((-880 |#1| |#2|) (-10 -8 (-15 -1765 (|#1| |#1| (-629 |#2|) (-629 (-756)))) (-15 -1765 (|#1| |#1| |#2| (-756))) (-15 -1765 (|#1| |#1| (-629 |#2|))) (-15 -1765 (|#1| |#1| |#2|)) (-15 -3096 (|#1| |#1| (-629 |#2|) (-629 (-756)))) (-15 -3096 (|#1| |#1| |#2| (-756))) (-15 -3096 (|#1| |#1| (-629 |#2|))) (-15 -3096 (|#1| |#1| |#2|))) (-881 |#2|) (-1078)) (T -880))
-NIL
-(-10 -8 (-15 -1765 (|#1| |#1| (-629 |#2|) (-629 (-756)))) (-15 -1765 (|#1| |#1| |#2| (-756))) (-15 -1765 (|#1| |#1| (-629 |#2|))) (-15 -1765 (|#1| |#1| |#2|)) (-15 -3096 (|#1| |#1| (-629 |#2|) (-629 (-756)))) (-15 -3096 (|#1| |#1| |#2| (-756))) (-15 -3096 (|#1| |#1| (-629 |#2|))) (-15 -3096 (|#1| |#1| |#2|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3096 (($ $ |#1|) 40) (($ $ (-629 |#1|)) 39) (($ $ |#1| (-756)) 38) (($ $ (-629 |#1|) (-629 (-756))) 37)) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ |#1|) 36) (($ $ (-629 |#1|)) 35) (($ $ |#1| (-756)) 34) (($ $ (-629 |#1|) (-629 (-756))) 33)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-881 |#1|) (-137) (-1078)) (T -881))
-((-3096 (*1 *1 *1 *2) (-12 (-4 *1 (-881 *2)) (-4 *2 (-1078)))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *1 (-881 *3)) (-4 *3 (-1078)))) (-3096 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-881 *2)) (-4 *2 (-1078)))) (-3096 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 *4)) (-5 *3 (-629 (-756))) (-4 *1 (-881 *4)) (-4 *4 (-1078)))) (-1765 (*1 *1 *1 *2) (-12 (-4 *1 (-881 *2)) (-4 *2 (-1078)))) (-1765 (*1 *1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *1 (-881 *3)) (-4 *3 (-1078)))) (-1765 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-881 *2)) (-4 *2 (-1078)))) (-1765 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 *4)) (-5 *3 (-629 (-756))) (-4 *1 (-881 *4)) (-4 *4 (-1078)))))
-(-13 (-1030) (-10 -8 (-15 -3096 ($ $ |t#1|)) (-15 -3096 ($ $ (-629 |t#1|))) (-15 -3096 ($ $ |t#1| (-756))) (-15 -3096 ($ $ (-629 |t#1|) (-629 (-756)))) (-15 -1765 ($ $ |t#1|)) (-15 -1765 ($ $ (-629 |t#1|))) (-15 -1765 ($ $ |t#1| (-756))) (-15 -1765 ($ $ (-629 |t#1|) (-629 (-756))))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-711) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) 26)) (-4238 (((-111) $ (-756)) NIL)) (-3188 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-1324 (($ $ $) NIL (|has| $ (-6 -4369)))) (-3569 (($ $ $) NIL (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369))) (($ $ "left" $) NIL (|has| $ (-6 -4369))) (($ $ "right" $) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-3428 (($ $) 25)) (-2194 (($ |#1|) 12) (($ $ $) 17)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-3416 (($ $) 23)) (-2604 (((-629 |#1|) $) NIL)) (-3862 (((-111) $) 20)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-3153 (((-552) $ $) NIL)) (-1289 (((-111) $) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-1177 |#1|) $) 9) (((-844) $) 29 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 21 (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-882 |#1|) (-13 (-118 |#1|) (-10 -8 (-15 -2194 ($ |#1|)) (-15 -2194 ($ $ $)) (-15 -3213 ((-1177 |#1|) $)))) (-1078)) (T -882))
-((-2194 (*1 *1 *2) (-12 (-5 *1 (-882 *2)) (-4 *2 (-1078)))) (-2194 (*1 *1 *1 *1) (-12 (-5 *1 (-882 *2)) (-4 *2 (-1078)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-1177 *3)) (-5 *1 (-882 *3)) (-4 *3 (-1078)))))
-(-13 (-118 |#1|) (-10 -8 (-15 -2194 ($ |#1|)) (-15 -2194 ($ $ $)) (-15 -3213 ((-1177 |#1|) $))))
-((-1690 ((|#2| (-1120 |#1| |#2|)) 40)))
-(((-883 |#1| |#2|) (-10 -7 (-15 -1690 (|#2| (-1120 |#1| |#2|)))) (-902) (-13 (-1030) (-10 -7 (-6 (-4370 "*"))))) (T -883))
-((-1690 (*1 *2 *3) (-12 (-5 *3 (-1120 *4 *2)) (-14 *4 (-902)) (-4 *2 (-13 (-1030) (-10 -7 (-6 (-4370 "*"))))) (-5 *1 (-883 *4 *2)))))
-(-10 -7 (-15 -1690 (|#2| (-1120 |#1| |#2|))))
-((-3202 (((-111) $ $) 7)) (-2130 (($) 18 T CONST)) (-1293 (((-3 $ "failed") $) 15)) (-1854 (((-1080 |#1|) $ |#1|) 32)) (-4065 (((-111) $) 17)) (-1772 (($ $ $) 30 (-4029 (|has| |#1| (-832)) (|has| |#1| (-362))))) (-2011 (($ $ $) 29 (-4029 (|has| |#1| (-832)) (|has| |#1| (-362))))) (-2623 (((-1136) $) 9)) (-3701 (($ $) 24)) (-2876 (((-1098) $) 10)) (-2432 ((|#1| $ |#1|) 34)) (-2060 ((|#1| $ |#1|) 33)) (-1851 (($ (-629 (-629 |#1|))) 35)) (-2441 (($ (-629 |#1|)) 36)) (-2074 (($ $ $) 21)) (-2104 (($ $ $) 20)) (-3213 (((-844) $) 11)) (-3309 (($) 19 T CONST)) (-1666 (((-111) $ $) 27 (-4029 (|has| |#1| (-832)) (|has| |#1| (-362))))) (-1644 (((-111) $ $) 26 (-4029 (|has| |#1| (-832)) (|has| |#1| (-362))))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 28 (-4029 (|has| |#1| (-832)) (|has| |#1| (-362))))) (-1632 (((-111) $ $) 31)) (-1720 (($ $ $) 23)) (** (($ $ (-902)) 13) (($ $ (-756)) 16) (($ $ (-552)) 22)) (* (($ $ $) 14)))
-(((-884 |#1|) (-137) (-1078)) (T -884))
-((-2441 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-4 *1 (-884 *3)))) (-1851 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-4 *1 (-884 *3)))) (-2432 (*1 *2 *1 *2) (-12 (-4 *1 (-884 *2)) (-4 *2 (-1078)))) (-2060 (*1 *2 *1 *2) (-12 (-4 *1 (-884 *2)) (-4 *2 (-1078)))) (-1854 (*1 *2 *1 *3) (-12 (-4 *1 (-884 *3)) (-4 *3 (-1078)) (-5 *2 (-1080 *3)))) (-1632 (*1 *2 *1 *1) (-12 (-4 *1 (-884 *3)) (-4 *3 (-1078)) (-5 *2 (-111)))))
-(-13 (-466) (-10 -8 (-15 -2441 ($ (-629 |t#1|))) (-15 -1851 ($ (-629 (-629 |t#1|)))) (-15 -2432 (|t#1| $ |t#1|)) (-15 -2060 (|t#1| $ |t#1|)) (-15 -1854 ((-1080 |t#1|) $ |t#1|)) (-15 -1632 ((-111) $ $)) (IF (|has| |t#1| (-832)) (-6 (-832)) |%noBranch|) (IF (|has| |t#1| (-362)) (-6 (-832)) |%noBranch|)))
-(((-101) . T) ((-599 (-844)) . T) ((-466) . T) ((-711) . T) ((-832) -4029 (|has| |#1| (-832)) (|has| |#1| (-362))) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-4288 (((-629 (-629 (-756))) $) 108)) (-3704 (((-629 (-756)) (-886 |#1|) $) 130)) (-2627 (((-629 (-756)) (-886 |#1|) $) 131)) (-2852 (((-629 (-886 |#1|)) $) 98)) (-1332 (((-886 |#1|) $ (-552)) 103) (((-886 |#1|) $) 104)) (-2051 (($ (-629 (-886 |#1|))) 110)) (-4241 (((-756) $) 105)) (-3004 (((-1080 (-1080 |#1|)) $) 128)) (-1854 (((-1080 |#1|) $ |#1|) 121) (((-1080 (-1080 |#1|)) $ (-1080 |#1|)) 139) (((-1080 (-629 |#1|)) $ (-629 |#1|)) 142)) (-4005 (((-1080 |#1|) $) 101)) (-2973 (((-111) (-886 |#1|) $) 92)) (-2623 (((-1136) $) NIL)) (-1412 (((-1242) $) 95) (((-1242) $ (-552) (-552)) 143)) (-2876 (((-1098) $) NIL)) (-1284 (((-629 (-886 |#1|)) $) 96)) (-2060 (((-886 |#1|) $ (-756)) 99)) (-3299 (((-756) $) 106)) (-3213 (((-844) $) 119) (((-629 (-886 |#1|)) $) 23) (($ (-629 (-886 |#1|))) 109)) (-4174 (((-629 |#1|) $) 107)) (-1613 (((-111) $ $) 136)) (-1655 (((-111) $ $) 134)) (-1632 (((-111) $ $) 133)))
-(((-885 |#1|) (-13 (-1078) (-10 -8 (-15 -3213 ((-629 (-886 |#1|)) $)) (-15 -1284 ((-629 (-886 |#1|)) $)) (-15 -2060 ((-886 |#1|) $ (-756))) (-15 -1332 ((-886 |#1|) $ (-552))) (-15 -1332 ((-886 |#1|) $)) (-15 -4241 ((-756) $)) (-15 -3299 ((-756) $)) (-15 -4174 ((-629 |#1|) $)) (-15 -2852 ((-629 (-886 |#1|)) $)) (-15 -4288 ((-629 (-629 (-756))) $)) (-15 -3213 ($ (-629 (-886 |#1|)))) (-15 -2051 ($ (-629 (-886 |#1|)))) (-15 -1854 ((-1080 |#1|) $ |#1|)) (-15 -3004 ((-1080 (-1080 |#1|)) $)) (-15 -1854 ((-1080 (-1080 |#1|)) $ (-1080 |#1|))) (-15 -1854 ((-1080 (-629 |#1|)) $ (-629 |#1|))) (-15 -2973 ((-111) (-886 |#1|) $)) (-15 -3704 ((-629 (-756)) (-886 |#1|) $)) (-15 -2627 ((-629 (-756)) (-886 |#1|) $)) (-15 -4005 ((-1080 |#1|) $)) (-15 -1632 ((-111) $ $)) (-15 -1655 ((-111) $ $)) (-15 -1412 ((-1242) $)) (-15 -1412 ((-1242) $ (-552) (-552))))) (-1078)) (T -885))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-629 (-886 *3))) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-1284 (*1 *2 *1) (-12 (-5 *2 (-629 (-886 *3))) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *2 (-886 *4)) (-5 *1 (-885 *4)) (-4 *4 (-1078)))) (-1332 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-886 *4)) (-5 *1 (-885 *4)) (-4 *4 (-1078)))) (-1332 (*1 *2 *1) (-12 (-5 *2 (-886 *3)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-4241 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-3299 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-4174 (*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-2852 (*1 *2 *1) (-12 (-5 *2 (-629 (-886 *3))) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-4288 (*1 *2 *1) (-12 (-5 *2 (-629 (-629 (-756)))) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-886 *3))) (-4 *3 (-1078)) (-5 *1 (-885 *3)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-629 (-886 *3))) (-4 *3 (-1078)) (-5 *1 (-885 *3)))) (-1854 (*1 *2 *1 *3) (-12 (-5 *2 (-1080 *3)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-3004 (*1 *2 *1) (-12 (-5 *2 (-1080 (-1080 *3))) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-1854 (*1 *2 *1 *3) (-12 (-4 *4 (-1078)) (-5 *2 (-1080 (-1080 *4))) (-5 *1 (-885 *4)) (-5 *3 (-1080 *4)))) (-1854 (*1 *2 *1 *3) (-12 (-4 *4 (-1078)) (-5 *2 (-1080 (-629 *4))) (-5 *1 (-885 *4)) (-5 *3 (-629 *4)))) (-2973 (*1 *2 *3 *1) (-12 (-5 *3 (-886 *4)) (-4 *4 (-1078)) (-5 *2 (-111)) (-5 *1 (-885 *4)))) (-3704 (*1 *2 *3 *1) (-12 (-5 *3 (-886 *4)) (-4 *4 (-1078)) (-5 *2 (-629 (-756))) (-5 *1 (-885 *4)))) (-2627 (*1 *2 *3 *1) (-12 (-5 *3 (-886 *4)) (-4 *4 (-1078)) (-5 *2 (-629 (-756))) (-5 *1 (-885 *4)))) (-4005 (*1 *2 *1) (-12 (-5 *2 (-1080 *3)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-1632 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-1655 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-1412 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))) (-1412 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-885 *4)) (-4 *4 (-1078)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ((-629 (-886 |#1|)) $)) (-15 -1284 ((-629 (-886 |#1|)) $)) (-15 -2060 ((-886 |#1|) $ (-756))) (-15 -1332 ((-886 |#1|) $ (-552))) (-15 -1332 ((-886 |#1|) $)) (-15 -4241 ((-756) $)) (-15 -3299 ((-756) $)) (-15 -4174 ((-629 |#1|) $)) (-15 -2852 ((-629 (-886 |#1|)) $)) (-15 -4288 ((-629 (-629 (-756))) $)) (-15 -3213 ($ (-629 (-886 |#1|)))) (-15 -2051 ($ (-629 (-886 |#1|)))) (-15 -1854 ((-1080 |#1|) $ |#1|)) (-15 -3004 ((-1080 (-1080 |#1|)) $)) (-15 -1854 ((-1080 (-1080 |#1|)) $ (-1080 |#1|))) (-15 -1854 ((-1080 (-629 |#1|)) $ (-629 |#1|))) (-15 -2973 ((-111) (-886 |#1|) $)) (-15 -3704 ((-629 (-756)) (-886 |#1|) $)) (-15 -2627 ((-629 (-756)) (-886 |#1|) $)) (-15 -4005 ((-1080 |#1|) $)) (-15 -1632 ((-111) $ $)) (-15 -1655 ((-111) $ $)) (-15 -1412 ((-1242) $)) (-15 -1412 ((-1242) $ (-552) (-552)))))
-((-3202 (((-111) $ $) NIL)) (-1296 (((-629 $) (-629 $)) 77)) (-3886 (((-552) $) 60)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-4241 (((-756) $) 58)) (-1854 (((-1080 |#1|) $ |#1|) 49)) (-4065 (((-111) $) NIL)) (-3302 (((-111) $) 63)) (-2334 (((-756) $) 61)) (-4005 (((-1080 |#1|) $) 42)) (-1772 (($ $ $) NIL (-4029 (|has| |#1| (-362)) (|has| |#1| (-832))))) (-2011 (($ $ $) NIL (-4029 (|has| |#1| (-362)) (|has| |#1| (-832))))) (-1413 (((-2 (|:| |preimage| (-629 |#1|)) (|:| |image| (-629 |#1|))) $) 37)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 93)) (-2876 (((-1098) $) NIL)) (-1467 (((-1080 |#1|) $) 100 (|has| |#1| (-362)))) (-3117 (((-111) $) 59)) (-2432 ((|#1| $ |#1|) 47)) (-2060 ((|#1| $ |#1|) 94)) (-3299 (((-756) $) 44)) (-1851 (($ (-629 (-629 |#1|))) 85)) (-3858 (((-952) $) 53)) (-2441 (($ (-629 |#1|)) 21)) (-2074 (($ $ $) NIL)) (-2104 (($ $ $) NIL)) (-2333 (($ (-629 (-629 |#1|))) 39)) (-4195 (($ (-629 (-629 |#1|))) 88)) (-3721 (($ (-629 |#1|)) 96)) (-3213 (((-844) $) 84) (($ (-629 (-629 |#1|))) 66) (($ (-629 |#1|)) 67)) (-3309 (($) 16 T CONST)) (-1666 (((-111) $ $) NIL (-4029 (|has| |#1| (-362)) (|has| |#1| (-832))))) (-1644 (((-111) $ $) NIL (-4029 (|has| |#1| (-362)) (|has| |#1| (-832))))) (-1613 (((-111) $ $) 45)) (-1655 (((-111) $ $) NIL (-4029 (|has| |#1| (-362)) (|has| |#1| (-832))))) (-1632 (((-111) $ $) 65)) (-1720 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ $ $) 22)))
-(((-886 |#1|) (-13 (-884 |#1|) (-10 -8 (-15 -1413 ((-2 (|:| |preimage| (-629 |#1|)) (|:| |image| (-629 |#1|))) $)) (-15 -2333 ($ (-629 (-629 |#1|)))) (-15 -3213 ($ (-629 (-629 |#1|)))) (-15 -3213 ($ (-629 |#1|))) (-15 -4195 ($ (-629 (-629 |#1|)))) (-15 -3299 ((-756) $)) (-15 -4005 ((-1080 |#1|) $)) (-15 -3858 ((-952) $)) (-15 -4241 ((-756) $)) (-15 -2334 ((-756) $)) (-15 -3886 ((-552) $)) (-15 -3117 ((-111) $)) (-15 -3302 ((-111) $)) (-15 -1296 ((-629 $) (-629 $))) (IF (|has| |#1| (-362)) (-15 -1467 ((-1080 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-537)) (-15 -3721 ($ (-629 |#1|))) (IF (|has| |#1| (-362)) (-15 -3721 ($ (-629 |#1|))) |%noBranch|)))) (-1078)) (T -886))
-((-1413 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-629 *3)) (|:| |image| (-629 *3)))) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-2333 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-5 *1 (-886 *3)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-5 *1 (-886 *3)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-886 *3)))) (-4195 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-5 *1 (-886 *3)))) (-3299 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-4005 (*1 *2 *1) (-12 (-5 *2 (-1080 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-3858 (*1 *2 *1) (-12 (-5 *2 (-952)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-4241 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-3886 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-3117 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-3302 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-1296 (*1 *2 *2) (-12 (-5 *2 (-629 (-886 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1078)))) (-1467 (*1 *2 *1) (-12 (-5 *2 (-1080 *3)) (-5 *1 (-886 *3)) (-4 *3 (-362)) (-4 *3 (-1078)))) (-3721 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-886 *3)))))
-(-13 (-884 |#1|) (-10 -8 (-15 -1413 ((-2 (|:| |preimage| (-629 |#1|)) (|:| |image| (-629 |#1|))) $)) (-15 -2333 ($ (-629 (-629 |#1|)))) (-15 -3213 ($ (-629 (-629 |#1|)))) (-15 -3213 ($ (-629 |#1|))) (-15 -4195 ($ (-629 (-629 |#1|)))) (-15 -3299 ((-756) $)) (-15 -4005 ((-1080 |#1|) $)) (-15 -3858 ((-952) $)) (-15 -4241 ((-756) $)) (-15 -2334 ((-756) $)) (-15 -3886 ((-552) $)) (-15 -3117 ((-111) $)) (-15 -3302 ((-111) $)) (-15 -1296 ((-629 $) (-629 $))) (IF (|has| |#1| (-362)) (-15 -1467 ((-1080 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-537)) (-15 -3721 ($ (-629 |#1|))) (IF (|has| |#1| (-362)) (-15 -3721 ($ (-629 |#1|))) |%noBranch|))))
-((-4142 (((-3 (-629 (-1150 |#4|)) "failed") (-629 (-1150 |#4|)) (-1150 |#4|)) 128)) (-2913 ((|#1|) 77)) (-1344 (((-412 (-1150 |#4|)) (-1150 |#4|)) 137)) (-2160 (((-412 (-1150 |#4|)) (-629 |#3|) (-1150 |#4|)) 69)) (-1957 (((-412 (-1150 |#4|)) (-1150 |#4|)) 147)) (-4294 (((-3 (-629 (-1150 |#4|)) "failed") (-629 (-1150 |#4|)) (-1150 |#4|) |#3|) 92)))
-(((-887 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4142 ((-3 (-629 (-1150 |#4|)) "failed") (-629 (-1150 |#4|)) (-1150 |#4|))) (-15 -1957 ((-412 (-1150 |#4|)) (-1150 |#4|))) (-15 -1344 ((-412 (-1150 |#4|)) (-1150 |#4|))) (-15 -2913 (|#1|)) (-15 -4294 ((-3 (-629 (-1150 |#4|)) "failed") (-629 (-1150 |#4|)) (-1150 |#4|) |#3|)) (-15 -2160 ((-412 (-1150 |#4|)) (-629 |#3|) (-1150 |#4|)))) (-890) (-778) (-832) (-930 |#1| |#2| |#3|)) (T -887))
-((-2160 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *7)) (-4 *7 (-832)) (-4 *5 (-890)) (-4 *6 (-778)) (-4 *8 (-930 *5 *6 *7)) (-5 *2 (-412 (-1150 *8))) (-5 *1 (-887 *5 *6 *7 *8)) (-5 *4 (-1150 *8)))) (-4294 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-629 (-1150 *7))) (-5 *3 (-1150 *7)) (-4 *7 (-930 *5 *6 *4)) (-4 *5 (-890)) (-4 *6 (-778)) (-4 *4 (-832)) (-5 *1 (-887 *5 *6 *4 *7)))) (-2913 (*1 *2) (-12 (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-890)) (-5 *1 (-887 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4)))) (-1344 (*1 *2 *3) (-12 (-4 *4 (-890)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-412 (-1150 *7))) (-5 *1 (-887 *4 *5 *6 *7)) (-5 *3 (-1150 *7)))) (-1957 (*1 *2 *3) (-12 (-4 *4 (-890)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-412 (-1150 *7))) (-5 *1 (-887 *4 *5 *6 *7)) (-5 *3 (-1150 *7)))) (-4142 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-629 (-1150 *7))) (-5 *3 (-1150 *7)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-890)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-887 *4 *5 *6 *7)))))
-(-10 -7 (-15 -4142 ((-3 (-629 (-1150 |#4|)) "failed") (-629 (-1150 |#4|)) (-1150 |#4|))) (-15 -1957 ((-412 (-1150 |#4|)) (-1150 |#4|))) (-15 -1344 ((-412 (-1150 |#4|)) (-1150 |#4|))) (-15 -2913 (|#1|)) (-15 -4294 ((-3 (-629 (-1150 |#4|)) "failed") (-629 (-1150 |#4|)) (-1150 |#4|) |#3|)) (-15 -2160 ((-412 (-1150 |#4|)) (-629 |#3|) (-1150 |#4|))))
-((-4142 (((-3 (-629 (-1150 |#2|)) "failed") (-629 (-1150 |#2|)) (-1150 |#2|)) 36)) (-2913 ((|#1|) 54)) (-1344 (((-412 (-1150 |#2|)) (-1150 |#2|)) 102)) (-2160 (((-412 (-1150 |#2|)) (-1150 |#2|)) 90)) (-1957 (((-412 (-1150 |#2|)) (-1150 |#2|)) 113)))
-(((-888 |#1| |#2|) (-10 -7 (-15 -4142 ((-3 (-629 (-1150 |#2|)) "failed") (-629 (-1150 |#2|)) (-1150 |#2|))) (-15 -1957 ((-412 (-1150 |#2|)) (-1150 |#2|))) (-15 -1344 ((-412 (-1150 |#2|)) (-1150 |#2|))) (-15 -2913 (|#1|)) (-15 -2160 ((-412 (-1150 |#2|)) (-1150 |#2|)))) (-890) (-1213 |#1|)) (T -888))
-((-2160 (*1 *2 *3) (-12 (-4 *4 (-890)) (-4 *5 (-1213 *4)) (-5 *2 (-412 (-1150 *5))) (-5 *1 (-888 *4 *5)) (-5 *3 (-1150 *5)))) (-2913 (*1 *2) (-12 (-4 *2 (-890)) (-5 *1 (-888 *2 *3)) (-4 *3 (-1213 *2)))) (-1344 (*1 *2 *3) (-12 (-4 *4 (-890)) (-4 *5 (-1213 *4)) (-5 *2 (-412 (-1150 *5))) (-5 *1 (-888 *4 *5)) (-5 *3 (-1150 *5)))) (-1957 (*1 *2 *3) (-12 (-4 *4 (-890)) (-4 *5 (-1213 *4)) (-5 *2 (-412 (-1150 *5))) (-5 *1 (-888 *4 *5)) (-5 *3 (-1150 *5)))) (-4142 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-629 (-1150 *5))) (-5 *3 (-1150 *5)) (-4 *5 (-1213 *4)) (-4 *4 (-890)) (-5 *1 (-888 *4 *5)))))
-(-10 -7 (-15 -4142 ((-3 (-629 (-1150 |#2|)) "failed") (-629 (-1150 |#2|)) (-1150 |#2|))) (-15 -1957 ((-412 (-1150 |#2|)) (-1150 |#2|))) (-15 -1344 ((-412 (-1150 |#2|)) (-1150 |#2|))) (-15 -2913 (|#1|)) (-15 -2160 ((-412 (-1150 |#2|)) (-1150 |#2|))))
-((-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 41)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 18)) (-3878 (((-3 $ "failed") $) 35)))
-(((-889 |#1|) (-10 -8 (-15 -3878 ((-3 |#1| "failed") |#1|)) (-15 -1704 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|))) (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|)))) (-890)) (T -889))
-NIL
-(-10 -8 (-15 -3878 ((-3 |#1| "failed") |#1|)) (-15 -1704 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|))) (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-1472 (((-412 (-1150 $)) (-1150 $)) 58)) (-4116 (($ $) 49)) (-3343 (((-412 $) $) 50)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 55)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-1677 (((-111) $) 51)) (-4065 (((-111) $) 30)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-1848 (((-412 (-1150 $)) (-1150 $)) 56)) (-1528 (((-412 (-1150 $)) (-1150 $)) 57)) (-3479 (((-412 $) $) 48)) (-3969 (((-3 $ "failed") $ $) 40)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 54 (|has| $ (-142)))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41)) (-3878 (((-3 $ "failed") $) 53 (|has| $ (-142)))) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-890) (-137)) (T -890))
-((-3408 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *1)) (-4 *1 (-890)))) (-1472 (*1 *2 *3) (-12 (-4 *1 (-890)) (-5 *2 (-412 (-1150 *1))) (-5 *3 (-1150 *1)))) (-1528 (*1 *2 *3) (-12 (-4 *1 (-890)) (-5 *2 (-412 (-1150 *1))) (-5 *3 (-1150 *1)))) (-1848 (*1 *2 *3) (-12 (-4 *1 (-890)) (-5 *2 (-412 (-1150 *1))) (-5 *3 (-1150 *1)))) (-1704 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-629 (-1150 *1))) (-5 *3 (-1150 *1)) (-4 *1 (-890)))) (-1507 (*1 *2 *3) (|partial| -12 (-5 *3 (-673 *1)) (-4 *1 (-142)) (-4 *1 (-890)) (-5 *2 (-1237 *1)))) (-3878 (*1 *1 *1) (|partial| -12 (-4 *1 (-142)) (-4 *1 (-890)))))
-(-13 (-1195) (-10 -8 (-15 -1472 ((-412 (-1150 $)) (-1150 $))) (-15 -1528 ((-412 (-1150 $)) (-1150 $))) (-15 -1848 ((-412 (-1150 $)) (-1150 $))) (-15 -3408 ((-1150 $) (-1150 $) (-1150 $))) (-15 -1704 ((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $))) (IF (|has| $ (-142)) (PROGN (-15 -1507 ((-3 (-1237 $) "failed") (-673 $))) (-15 -3878 ((-3 $ "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-284) . T) ((-445) . T) ((-544) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-1986 (((-111) $) NIL)) (-4082 (((-756)) NIL)) (-1549 (($ $ (-902)) NIL (|has| $ (-362))) (($ $) NIL)) (-1271 (((-1164 (-902) (-756)) (-552)) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2663 (((-756)) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 $ "failed") $) NIL)) (-2832 (($ $) NIL)) (-4278 (($ (-1237 $)) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-4000 (($) NIL)) (-3504 (((-111) $) NIL)) (-1788 (($ $) NIL) (($ $ (-756)) NIL)) (-1677 (((-111) $) NIL)) (-4241 (((-818 (-902)) $) NIL) (((-902) $) NIL)) (-4065 (((-111) $) NIL)) (-2019 (($) NIL (|has| $ (-362)))) (-2092 (((-111) $) NIL (|has| $ (-362)))) (-4346 (($ $ (-902)) NIL (|has| $ (-362))) (($ $) NIL)) (-2032 (((-3 $ "failed") $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2169 (((-1150 $) $ (-902)) NIL (|has| $ (-362))) (((-1150 $) $) NIL)) (-1637 (((-902) $) NIL)) (-1879 (((-1150 $) $) NIL (|has| $ (-362)))) (-1577 (((-3 (-1150 $) "failed") $ $) NIL (|has| $ (-362))) (((-1150 $) $) NIL (|has| $ (-362)))) (-2836 (($ $ (-1150 $)) NIL (|has| $ (-362)))) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL T CONST)) (-2840 (($ (-902)) NIL)) (-1498 (((-111) $) NIL)) (-2876 (((-1098) $) NIL)) (-4126 (($) NIL (|has| $ (-362)))) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL)) (-3479 (((-412 $) $) NIL)) (-3823 (((-902)) NIL) (((-818 (-902))) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-4147 (((-3 (-756) "failed") $ $) NIL) (((-756) $) NIL)) (-3725 (((-132)) NIL)) (-3096 (($ $ (-756)) NIL) (($ $) NIL)) (-3299 (((-902) $) NIL) (((-818 (-902)) $) NIL)) (-3521 (((-1150 $)) NIL)) (-1368 (($) NIL)) (-3149 (($) NIL (|has| $ (-362)))) (-3464 (((-673 $) (-1237 $)) NIL) (((-1237 $) $) NIL)) (-1522 (((-552) $) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL)) (-3878 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-2014 (((-756)) NIL)) (-4199 (((-1237 $) (-902)) NIL) (((-1237 $)) NIL)) (-3589 (((-111) $ $) NIL)) (-2904 (((-111) $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-4237 (($ $ (-756)) NIL (|has| $ (-362))) (($ $) NIL (|has| $ (-362)))) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL)))
-(((-891 |#1|) (-13 (-343) (-323 $) (-600 (-552))) (-902)) (T -891))
-NIL
-(-13 (-343) (-323 $) (-600 (-552)))
-((-3908 (((-3 (-2 (|:| -4241 (-756)) (|:| -2403 |#5|)) "failed") (-330 |#2| |#3| |#4| |#5|)) 79)) (-4265 (((-111) (-330 |#2| |#3| |#4| |#5|)) 17)) (-4241 (((-3 (-756) "failed") (-330 |#2| |#3| |#4| |#5|)) 15)))
-(((-892 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4241 ((-3 (-756) "failed") (-330 |#2| |#3| |#4| |#5|))) (-15 -4265 ((-111) (-330 |#2| |#3| |#4| |#5|))) (-15 -3908 ((-3 (-2 (|:| -4241 (-756)) (|:| -2403 |#5|)) "failed") (-330 |#2| |#3| |#4| |#5|)))) (-13 (-832) (-544) (-1019 (-552))) (-424 |#1|) (-1213 |#2|) (-1213 (-401 |#3|)) (-336 |#2| |#3| |#4|)) (T -892))
-((-3908 (*1 *2 *3) (|partial| -12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4)) (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6))) (-4 *8 (-336 *5 *6 *7)) (-4 *4 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-2 (|:| -4241 (-756)) (|:| -2403 *8))) (-5 *1 (-892 *4 *5 *6 *7 *8)))) (-4265 (*1 *2 *3) (-12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4)) (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6))) (-4 *8 (-336 *5 *6 *7)) (-4 *4 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-111)) (-5 *1 (-892 *4 *5 *6 *7 *8)))) (-4241 (*1 *2 *3) (|partial| -12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4)) (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6))) (-4 *8 (-336 *5 *6 *7)) (-4 *4 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-756)) (-5 *1 (-892 *4 *5 *6 *7 *8)))))
-(-10 -7 (-15 -4241 ((-3 (-756) "failed") (-330 |#2| |#3| |#4| |#5|))) (-15 -4265 ((-111) (-330 |#2| |#3| |#4| |#5|))) (-15 -3908 ((-3 (-2 (|:| -4241 (-756)) (|:| -2403 |#5|)) "failed") (-330 |#2| |#3| |#4| |#5|))))
-((-3908 (((-3 (-2 (|:| -4241 (-756)) (|:| -2403 |#3|)) "failed") (-330 (-401 (-552)) |#1| |#2| |#3|)) 56)) (-4265 (((-111) (-330 (-401 (-552)) |#1| |#2| |#3|)) 16)) (-4241 (((-3 (-756) "failed") (-330 (-401 (-552)) |#1| |#2| |#3|)) 14)))
-(((-893 |#1| |#2| |#3|) (-10 -7 (-15 -4241 ((-3 (-756) "failed") (-330 (-401 (-552)) |#1| |#2| |#3|))) (-15 -4265 ((-111) (-330 (-401 (-552)) |#1| |#2| |#3|))) (-15 -3908 ((-3 (-2 (|:| -4241 (-756)) (|:| -2403 |#3|)) "failed") (-330 (-401 (-552)) |#1| |#2| |#3|)))) (-1213 (-401 (-552))) (-1213 (-401 |#1|)) (-336 (-401 (-552)) |#1| |#2|)) (T -893))
-((-3908 (*1 *2 *3) (|partial| -12 (-5 *3 (-330 (-401 (-552)) *4 *5 *6)) (-4 *4 (-1213 (-401 (-552)))) (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 (-401 (-552)) *4 *5)) (-5 *2 (-2 (|:| -4241 (-756)) (|:| -2403 *6))) (-5 *1 (-893 *4 *5 *6)))) (-4265 (*1 *2 *3) (-12 (-5 *3 (-330 (-401 (-552)) *4 *5 *6)) (-4 *4 (-1213 (-401 (-552)))) (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 (-401 (-552)) *4 *5)) (-5 *2 (-111)) (-5 *1 (-893 *4 *5 *6)))) (-4241 (*1 *2 *3) (|partial| -12 (-5 *3 (-330 (-401 (-552)) *4 *5 *6)) (-4 *4 (-1213 (-401 (-552)))) (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 (-401 (-552)) *4 *5)) (-5 *2 (-756)) (-5 *1 (-893 *4 *5 *6)))))
-(-10 -7 (-15 -4241 ((-3 (-756) "failed") (-330 (-401 (-552)) |#1| |#2| |#3|))) (-15 -4265 ((-111) (-330 (-401 (-552)) |#1| |#2| |#3|))) (-15 -3908 ((-3 (-2 (|:| -4241 (-756)) (|:| -2403 |#3|)) "failed") (-330 (-401 (-552)) |#1| |#2| |#3|))))
-((-4066 ((|#2| |#2|) 26)) (-2164 (((-552) (-629 (-2 (|:| |den| (-552)) (|:| |gcdnum| (-552))))) 15)) (-2062 (((-902) (-552)) 35)) (-1880 (((-552) |#2|) 42)) (-2625 (((-552) |#2|) 21) (((-2 (|:| |den| (-552)) (|:| |gcdnum| (-552))) |#1|) 20)))
-(((-894 |#1| |#2|) (-10 -7 (-15 -2062 ((-902) (-552))) (-15 -2625 ((-2 (|:| |den| (-552)) (|:| |gcdnum| (-552))) |#1|)) (-15 -2625 ((-552) |#2|)) (-15 -2164 ((-552) (-629 (-2 (|:| |den| (-552)) (|:| |gcdnum| (-552)))))) (-15 -1880 ((-552) |#2|)) (-15 -4066 (|#2| |#2|))) (-1213 (-401 (-552))) (-1213 (-401 |#1|))) (T -894))
-((-4066 (*1 *2 *2) (-12 (-4 *3 (-1213 (-401 (-552)))) (-5 *1 (-894 *3 *2)) (-4 *2 (-1213 (-401 *3))))) (-1880 (*1 *2 *3) (-12 (-4 *4 (-1213 (-401 *2))) (-5 *2 (-552)) (-5 *1 (-894 *4 *3)) (-4 *3 (-1213 (-401 *4))))) (-2164 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| |den| (-552)) (|:| |gcdnum| (-552))))) (-4 *4 (-1213 (-401 *2))) (-5 *2 (-552)) (-5 *1 (-894 *4 *5)) (-4 *5 (-1213 (-401 *4))))) (-2625 (*1 *2 *3) (-12 (-4 *4 (-1213 (-401 *2))) (-5 *2 (-552)) (-5 *1 (-894 *4 *3)) (-4 *3 (-1213 (-401 *4))))) (-2625 (*1 *2 *3) (-12 (-4 *3 (-1213 (-401 (-552)))) (-5 *2 (-2 (|:| |den| (-552)) (|:| |gcdnum| (-552)))) (-5 *1 (-894 *3 *4)) (-4 *4 (-1213 (-401 *3))))) (-2062 (*1 *2 *3) (-12 (-5 *3 (-552)) (-4 *4 (-1213 (-401 *3))) (-5 *2 (-902)) (-5 *1 (-894 *4 *5)) (-4 *5 (-1213 (-401 *4))))))
-(-10 -7 (-15 -2062 ((-902) (-552))) (-15 -2625 ((-2 (|:| |den| (-552)) (|:| |gcdnum| (-552))) |#1|)) (-15 -2625 ((-552) |#2|)) (-15 -2164 ((-552) (-629 (-2 (|:| |den| (-552)) (|:| |gcdnum| (-552)))))) (-15 -1880 ((-552) |#2|)) (-15 -4066 (|#2| |#2|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 ((|#1| $) 81)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-4006 (($ $ $) NIL)) (-1293 (((-3 $ "failed") $) 75)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-3456 (($ |#1| (-412 |#1|)) 73)) (-3567 (((-1150 |#1|) |#1| |#1|) 41)) (-1287 (($ $) 49)) (-4065 (((-111) $) NIL)) (-3637 (((-552) $) 78)) (-3189 (($ $ (-552)) 80)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-3151 ((|#1| $) 77)) (-1850 (((-412 |#1|) $) 76)) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) 74)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-1691 (($ $) 39)) (-3213 (((-844) $) 99) (($ (-552)) 54) (($ $) NIL) (($ (-401 (-552))) NIL) (($ |#1|) 31) (((-401 |#1|) $) 59) (($ (-401 (-412 |#1|))) 67)) (-2014 (((-756)) 52)) (-3589 (((-111) $ $) NIL)) (-3297 (($) 23 T CONST)) (-3309 (($) 12 T CONST)) (-1613 (((-111) $ $) 68)) (-1720 (($ $ $) NIL)) (-1709 (($ $) 88) (($ $ $) NIL)) (-1698 (($ $ $) 38)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 90) (($ $ $) 37) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ |#1| $) 89) (($ $ |#1|) NIL)))
-(((-895 |#1|) (-13 (-357) (-38 |#1|) (-10 -8 (-15 -3213 ((-401 |#1|) $)) (-15 -3213 ($ (-401 (-412 |#1|)))) (-15 -1691 ($ $)) (-15 -1850 ((-412 |#1|) $)) (-15 -3151 (|#1| $)) (-15 -3189 ($ $ (-552))) (-15 -3637 ((-552) $)) (-15 -3567 ((-1150 |#1|) |#1| |#1|)) (-15 -1287 ($ $)) (-15 -3456 ($ |#1| (-412 |#1|))) (-15 -3603 (|#1| $)))) (-301)) (T -895))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-401 *3)) (-5 *1 (-895 *3)) (-4 *3 (-301)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-401 (-412 *3))) (-4 *3 (-301)) (-5 *1 (-895 *3)))) (-1691 (*1 *1 *1) (-12 (-5 *1 (-895 *2)) (-4 *2 (-301)))) (-1850 (*1 *2 *1) (-12 (-5 *2 (-412 *3)) (-5 *1 (-895 *3)) (-4 *3 (-301)))) (-3151 (*1 *2 *1) (-12 (-5 *1 (-895 *2)) (-4 *2 (-301)))) (-3189 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-895 *3)) (-4 *3 (-301)))) (-3637 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-895 *3)) (-4 *3 (-301)))) (-3567 (*1 *2 *3 *3) (-12 (-5 *2 (-1150 *3)) (-5 *1 (-895 *3)) (-4 *3 (-301)))) (-1287 (*1 *1 *1) (-12 (-5 *1 (-895 *2)) (-4 *2 (-301)))) (-3456 (*1 *1 *2 *3) (-12 (-5 *3 (-412 *2)) (-4 *2 (-301)) (-5 *1 (-895 *2)))) (-3603 (*1 *2 *1) (-12 (-5 *1 (-895 *2)) (-4 *2 (-301)))))
-(-13 (-357) (-38 |#1|) (-10 -8 (-15 -3213 ((-401 |#1|) $)) (-15 -3213 ($ (-401 (-412 |#1|)))) (-15 -1691 ($ $)) (-15 -1850 ((-412 |#1|) $)) (-15 -3151 (|#1| $)) (-15 -3189 ($ $ (-552))) (-15 -3637 ((-552) $)) (-15 -3567 ((-1150 |#1|) |#1| |#1|)) (-15 -1287 ($ $)) (-15 -3456 ($ |#1| (-412 |#1|))) (-15 -3603 (|#1| $))))
-((-3456 (((-52) (-933 |#1|) (-412 (-933 |#1|)) (-1154)) 17) (((-52) (-401 (-933 |#1|)) (-1154)) 18)))
-(((-896 |#1|) (-10 -7 (-15 -3456 ((-52) (-401 (-933 |#1|)) (-1154))) (-15 -3456 ((-52) (-933 |#1|) (-412 (-933 |#1|)) (-1154)))) (-13 (-301) (-144))) (T -896))
-((-3456 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-412 (-933 *6))) (-5 *5 (-1154)) (-5 *3 (-933 *6)) (-4 *6 (-13 (-301) (-144))) (-5 *2 (-52)) (-5 *1 (-896 *6)))) (-3456 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154)) (-4 *5 (-13 (-301) (-144))) (-5 *2 (-52)) (-5 *1 (-896 *5)))))
-(-10 -7 (-15 -3456 ((-52) (-401 (-933 |#1|)) (-1154))) (-15 -3456 ((-52) (-933 |#1|) (-412 (-933 |#1|)) (-1154))))
-((-3958 ((|#4| (-629 |#4|)) 121) (((-1150 |#4|) (-1150 |#4|) (-1150 |#4|)) 67) ((|#4| |#4| |#4|) 120)) (-2594 (((-1150 |#4|) (-629 (-1150 |#4|))) 114) (((-1150 |#4|) (-1150 |#4|) (-1150 |#4|)) 50) ((|#4| (-629 |#4|)) 55) ((|#4| |#4| |#4|) 84)))
-(((-897 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2594 (|#4| |#4| |#4|)) (-15 -2594 (|#4| (-629 |#4|))) (-15 -2594 ((-1150 |#4|) (-1150 |#4|) (-1150 |#4|))) (-15 -2594 ((-1150 |#4|) (-629 (-1150 |#4|)))) (-15 -3958 (|#4| |#4| |#4|)) (-15 -3958 ((-1150 |#4|) (-1150 |#4|) (-1150 |#4|))) (-15 -3958 (|#4| (-629 |#4|)))) (-778) (-832) (-301) (-930 |#3| |#1| |#2|)) (T -897))
-((-3958 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *6 *4 *5)) (-5 *1 (-897 *4 *5 *6 *2)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301)))) (-3958 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *6)) (-4 *6 (-930 *5 *3 *4)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-301)) (-5 *1 (-897 *3 *4 *5 *6)))) (-3958 (*1 *2 *2 *2) (-12 (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-301)) (-5 *1 (-897 *3 *4 *5 *2)) (-4 *2 (-930 *5 *3 *4)))) (-2594 (*1 *2 *3) (-12 (-5 *3 (-629 (-1150 *7))) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301)) (-5 *2 (-1150 *7)) (-5 *1 (-897 *4 *5 *6 *7)) (-4 *7 (-930 *6 *4 *5)))) (-2594 (*1 *2 *2 *2) (-12 (-5 *2 (-1150 *6)) (-4 *6 (-930 *5 *3 *4)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-301)) (-5 *1 (-897 *3 *4 *5 *6)))) (-2594 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *6 *4 *5)) (-5 *1 (-897 *4 *5 *6 *2)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301)))) (-2594 (*1 *2 *2 *2) (-12 (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-301)) (-5 *1 (-897 *3 *4 *5 *2)) (-4 *2 (-930 *5 *3 *4)))))
-(-10 -7 (-15 -2594 (|#4| |#4| |#4|)) (-15 -2594 (|#4| (-629 |#4|))) (-15 -2594 ((-1150 |#4|) (-1150 |#4|) (-1150 |#4|))) (-15 -2594 ((-1150 |#4|) (-629 (-1150 |#4|)))) (-15 -3958 (|#4| |#4| |#4|)) (-15 -3958 ((-1150 |#4|) (-1150 |#4|) (-1150 |#4|))) (-15 -3958 (|#4| (-629 |#4|))))
-((-4088 (((-885 (-552)) (-952)) 23) (((-885 (-552)) (-629 (-552))) 20)) (-2962 (((-885 (-552)) (-629 (-552))) 48) (((-885 (-552)) (-902)) 49)) (-2575 (((-885 (-552))) 24)) (-2101 (((-885 (-552))) 38) (((-885 (-552)) (-629 (-552))) 37)) (-3125 (((-885 (-552))) 36) (((-885 (-552)) (-629 (-552))) 35)) (-2761 (((-885 (-552))) 34) (((-885 (-552)) (-629 (-552))) 33)) (-4148 (((-885 (-552))) 32) (((-885 (-552)) (-629 (-552))) 31)) (-2158 (((-885 (-552))) 30) (((-885 (-552)) (-629 (-552))) 29)) (-3981 (((-885 (-552))) 40) (((-885 (-552)) (-629 (-552))) 39)) (-3974 (((-885 (-552)) (-629 (-552))) 52) (((-885 (-552)) (-902)) 53)) (-1551 (((-885 (-552)) (-629 (-552))) 50) (((-885 (-552)) (-902)) 51)) (-1661 (((-885 (-552)) (-629 (-552))) 46) (((-885 (-552)) (-902)) 47)) (-3221 (((-885 (-552)) (-629 (-902))) 43)))
-(((-898) (-10 -7 (-15 -2962 ((-885 (-552)) (-902))) (-15 -2962 ((-885 (-552)) (-629 (-552)))) (-15 -1661 ((-885 (-552)) (-902))) (-15 -1661 ((-885 (-552)) (-629 (-552)))) (-15 -3221 ((-885 (-552)) (-629 (-902)))) (-15 -1551 ((-885 (-552)) (-902))) (-15 -1551 ((-885 (-552)) (-629 (-552)))) (-15 -3974 ((-885 (-552)) (-902))) (-15 -3974 ((-885 (-552)) (-629 (-552)))) (-15 -2158 ((-885 (-552)) (-629 (-552)))) (-15 -2158 ((-885 (-552)))) (-15 -4148 ((-885 (-552)) (-629 (-552)))) (-15 -4148 ((-885 (-552)))) (-15 -2761 ((-885 (-552)) (-629 (-552)))) (-15 -2761 ((-885 (-552)))) (-15 -3125 ((-885 (-552)) (-629 (-552)))) (-15 -3125 ((-885 (-552)))) (-15 -2101 ((-885 (-552)) (-629 (-552)))) (-15 -2101 ((-885 (-552)))) (-15 -3981 ((-885 (-552)) (-629 (-552)))) (-15 -3981 ((-885 (-552)))) (-15 -2575 ((-885 (-552)))) (-15 -4088 ((-885 (-552)) (-629 (-552)))) (-15 -4088 ((-885 (-552)) (-952))))) (T -898))
-((-4088 (*1 *2 *3) (-12 (-5 *3 (-952)) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-4088 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-2575 (*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-3981 (*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-3981 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-2101 (*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-2101 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-3125 (*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-3125 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-2761 (*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-2761 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-4148 (*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-4148 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-2158 (*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-2158 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-3974 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-1551 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-1551 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-3221 (*1 *2 *3) (-12 (-5 *3 (-629 (-902))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-1661 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-1661 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-2962 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))) (-2962 (*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(-10 -7 (-15 -2962 ((-885 (-552)) (-902))) (-15 -2962 ((-885 (-552)) (-629 (-552)))) (-15 -1661 ((-885 (-552)) (-902))) (-15 -1661 ((-885 (-552)) (-629 (-552)))) (-15 -3221 ((-885 (-552)) (-629 (-902)))) (-15 -1551 ((-885 (-552)) (-902))) (-15 -1551 ((-885 (-552)) (-629 (-552)))) (-15 -3974 ((-885 (-552)) (-902))) (-15 -3974 ((-885 (-552)) (-629 (-552)))) (-15 -2158 ((-885 (-552)) (-629 (-552)))) (-15 -2158 ((-885 (-552)))) (-15 -4148 ((-885 (-552)) (-629 (-552)))) (-15 -4148 ((-885 (-552)))) (-15 -2761 ((-885 (-552)) (-629 (-552)))) (-15 -2761 ((-885 (-552)))) (-15 -3125 ((-885 (-552)) (-629 (-552)))) (-15 -3125 ((-885 (-552)))) (-15 -2101 ((-885 (-552)) (-629 (-552)))) (-15 -2101 ((-885 (-552)))) (-15 -3981 ((-885 (-552)) (-629 (-552)))) (-15 -3981 ((-885 (-552)))) (-15 -2575 ((-885 (-552)))) (-15 -4088 ((-885 (-552)) (-629 (-552)))) (-15 -4088 ((-885 (-552)) (-952))))
-((-3639 (((-629 (-933 |#1|)) (-629 (-933 |#1|)) (-629 (-1154))) 12)) (-4176 (((-629 (-933 |#1|)) (-629 (-933 |#1|)) (-629 (-1154))) 11)))
-(((-899 |#1|) (-10 -7 (-15 -4176 ((-629 (-933 |#1|)) (-629 (-933 |#1|)) (-629 (-1154)))) (-15 -3639 ((-629 (-933 |#1|)) (-629 (-933 |#1|)) (-629 (-1154))))) (-445)) (T -899))
-((-3639 (*1 *2 *2 *3) (-12 (-5 *2 (-629 (-933 *4))) (-5 *3 (-629 (-1154))) (-4 *4 (-445)) (-5 *1 (-899 *4)))) (-4176 (*1 *2 *2 *3) (-12 (-5 *2 (-629 (-933 *4))) (-5 *3 (-629 (-1154))) (-4 *4 (-445)) (-5 *1 (-899 *4)))))
-(-10 -7 (-15 -4176 ((-629 (-933 |#1|)) (-629 (-933 |#1|)) (-629 (-1154)))) (-15 -3639 ((-629 (-933 |#1|)) (-629 (-933 |#1|)) (-629 (-1154)))))
-((-3213 (((-310 |#1|) (-470)) 16)))
-(((-900 |#1|) (-10 -7 (-15 -3213 ((-310 |#1|) (-470)))) (-13 (-832) (-544))) (T -900))
-((-3213 (*1 *2 *3) (-12 (-5 *3 (-470)) (-5 *2 (-310 *4)) (-5 *1 (-900 *4)) (-4 *4 (-13 (-832) (-544))))))
-(-10 -7 (-15 -3213 ((-310 |#1|) (-470))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-4065 (((-111) $) 30)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-901) (-137)) (T -901))
-((-3493 (*1 *2 *3) (-12 (-4 *1 (-901)) (-5 *2 (-2 (|:| -4158 (-629 *1)) (|:| -4126 *1))) (-5 *3 (-629 *1)))) (-2974 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-629 *1)) (-4 *1 (-901)))))
-(-13 (-445) (-10 -8 (-15 -3493 ((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $))) (-15 -2974 ((-3 (-629 $) "failed") (-629 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-284) . T) ((-445) . T) ((-544) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2594 (($ $ $) NIL)) (-3213 (((-844) $) NIL)) (-3309 (($) NIL T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-756)) NIL) (($ $ (-902)) NIL)) (* (($ (-902) $) NIL) (($ $ $) NIL)))
-(((-902) (-13 (-779) (-711) (-10 -8 (-15 -2594 ($ $ $)) (-6 (-4370 "*"))))) (T -902))
-((-2594 (*1 *1 *1 *1) (-5 *1 (-902))))
-(-13 (-779) (-711) (-10 -8 (-15 -2594 ($ $ $)) (-6 (-4370 "*"))))
-((-1601 ((|#2| (-629 |#1|) (-629 |#1|)) 24)))
-(((-903 |#1| |#2|) (-10 -7 (-15 -1601 (|#2| (-629 |#1|) (-629 |#1|)))) (-357) (-1213 |#1|)) (T -903))
-((-1601 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *4)) (-4 *4 (-357)) (-4 *2 (-1213 *4)) (-5 *1 (-903 *4 *2)))))
-(-10 -7 (-15 -1601 (|#2| (-629 |#1|) (-629 |#1|))))
-((-2693 (((-1150 |#2|) (-629 |#2|) (-629 |#2|)) 17) (((-1210 |#1| |#2|) (-1210 |#1| |#2|) (-629 |#2|) (-629 |#2|)) 13)))
-(((-904 |#1| |#2|) (-10 -7 (-15 -2693 ((-1210 |#1| |#2|) (-1210 |#1| |#2|) (-629 |#2|) (-629 |#2|))) (-15 -2693 ((-1150 |#2|) (-629 |#2|) (-629 |#2|)))) (-1154) (-357)) (T -904))
-((-2693 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *5)) (-4 *5 (-357)) (-5 *2 (-1150 *5)) (-5 *1 (-904 *4 *5)) (-14 *4 (-1154)))) (-2693 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1210 *4 *5)) (-5 *3 (-629 *5)) (-14 *4 (-1154)) (-4 *5 (-357)) (-5 *1 (-904 *4 *5)))))
-(-10 -7 (-15 -2693 ((-1210 |#1| |#2|) (-1210 |#1| |#2|) (-629 |#2|) (-629 |#2|))) (-15 -2693 ((-1150 |#2|) (-629 |#2|) (-629 |#2|))))
-((-1545 (((-552) (-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-1136)) 139)) (-2477 ((|#4| |#4|) 155)) (-2866 (((-629 (-401 (-933 |#1|))) (-629 (-1154))) 118)) (-4032 (((-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))) (-673 |#4|) (-629 (-401 (-933 |#1|))) (-629 (-629 |#4|)) (-756) (-756) (-552)) 75)) (-2423 (((-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))) (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))) (-629 |#4|)) 59)) (-4208 (((-673 |#4|) (-673 |#4|) (-629 |#4|)) 55)) (-4106 (((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-1136)) 151)) (-3160 (((-552) (-673 |#4|) (-902) (-1136)) 132) (((-552) (-673 |#4|) (-629 (-1154)) (-902) (-1136)) 131) (((-552) (-673 |#4|) (-629 |#4|) (-902) (-1136)) 130) (((-552) (-673 |#4|) (-1136)) 127) (((-552) (-673 |#4|) (-629 (-1154)) (-1136)) 126) (((-552) (-673 |#4|) (-629 |#4|) (-1136)) 125) (((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-902)) 124) (((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 (-1154)) (-902)) 123) (((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 |#4|) (-902)) 122) (((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|)) 120) (((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 (-1154))) 119) (((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 |#4|)) 115)) (-2995 ((|#4| (-933 |#1|)) 68)) (-1963 (((-111) (-629 |#4|) (-629 (-629 |#4|))) 152)) (-2825 (((-629 (-629 (-552))) (-552) (-552)) 129)) (-3306 (((-629 (-629 |#4|)) (-629 (-629 |#4|))) 88)) (-3062 (((-756) (-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 |#4|))))) 86)) (-3480 (((-756) (-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 |#4|))))) 85)) (-1539 (((-111) (-629 (-933 |#1|))) 17) (((-111) (-629 |#4|)) 13)) (-3525 (((-2 (|:| |sysok| (-111)) (|:| |z0| (-629 |#4|)) (|:| |n0| (-629 |#4|))) (-629 |#4|) (-629 |#4|)) 71)) (-1483 (((-629 |#4|) |#4|) 49)) (-1804 (((-629 (-401 (-933 |#1|))) (-629 |#4|)) 114) (((-673 (-401 (-933 |#1|))) (-673 |#4|)) 56) (((-401 (-933 |#1|)) |#4|) 111)) (-2580 (((-2 (|:| |rgl| (-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))))))) (|:| |rgsz| (-552))) (-673 |#4|) (-629 (-401 (-933 |#1|))) (-756) (-1136) (-552)) 93)) (-2796 (((-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 |#4|)))) (-673 |#4|) (-756)) 84)) (-3177 (((-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552))))) (-673 |#4|) (-756)) 101)) (-4301 (((-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))) (-2 (|:| -2325 (-673 (-401 (-933 |#1|)))) (|:| |vec| (-629 (-401 (-933 |#1|)))) (|:| -2128 (-756)) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552))))) 48)))
-(((-905 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 |#4|))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 (-1154)))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 |#4|) (-902))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 (-1154)) (-902))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-902))) (-15 -3160 ((-552) (-673 |#4|) (-629 |#4|) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-629 (-1154)) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-629 |#4|) (-902) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-629 (-1154)) (-902) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-902) (-1136))) (-15 -1545 ((-552) (-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-1136))) (-15 -4106 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-1136))) (-15 -2580 ((-2 (|:| |rgl| (-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))))))) (|:| |rgsz| (-552))) (-673 |#4|) (-629 (-401 (-933 |#1|))) (-756) (-1136) (-552))) (-15 -1804 ((-401 (-933 |#1|)) |#4|)) (-15 -1804 ((-673 (-401 (-933 |#1|))) (-673 |#4|))) (-15 -1804 ((-629 (-401 (-933 |#1|))) (-629 |#4|))) (-15 -2866 ((-629 (-401 (-933 |#1|))) (-629 (-1154)))) (-15 -2995 (|#4| (-933 |#1|))) (-15 -3525 ((-2 (|:| |sysok| (-111)) (|:| |z0| (-629 |#4|)) (|:| |n0| (-629 |#4|))) (-629 |#4|) (-629 |#4|))) (-15 -2796 ((-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 |#4|)))) (-673 |#4|) (-756))) (-15 -2423 ((-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))) (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))) (-629 |#4|))) (-15 -4301 ((-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))) (-2 (|:| -2325 (-673 (-401 (-933 |#1|)))) (|:| |vec| (-629 (-401 (-933 |#1|)))) (|:| -2128 (-756)) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (-15 -1483 ((-629 |#4|) |#4|)) (-15 -3480 ((-756) (-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 |#4|)))))) (-15 -3062 ((-756) (-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 |#4|)))))) (-15 -3306 ((-629 (-629 |#4|)) (-629 (-629 |#4|)))) (-15 -2825 ((-629 (-629 (-552))) (-552) (-552))) (-15 -1963 ((-111) (-629 |#4|) (-629 (-629 |#4|)))) (-15 -3177 ((-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552))))) (-673 |#4|) (-756))) (-15 -4208 ((-673 |#4|) (-673 |#4|) (-629 |#4|))) (-15 -4032 ((-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))) (-673 |#4|) (-629 (-401 (-933 |#1|))) (-629 (-629 |#4|)) (-756) (-756) (-552))) (-15 -2477 (|#4| |#4|)) (-15 -1539 ((-111) (-629 |#4|))) (-15 -1539 ((-111) (-629 (-933 |#1|))))) (-13 (-301) (-144)) (-13 (-832) (-600 (-1154))) (-778) (-930 |#1| |#3| |#2|)) (T -905))
-((-1539 (*1 *2 *3) (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-111)) (-5 *1 (-905 *4 *5 *6 *7)) (-4 *7 (-930 *4 *6 *5)))) (-1539 (*1 *2 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-111)) (-5 *1 (-905 *4 *5 *6 *7)))) (-2477 (*1 *2 *2) (-12 (-4 *3 (-13 (-301) (-144))) (-4 *4 (-13 (-832) (-600 (-1154)))) (-4 *5 (-778)) (-5 *1 (-905 *3 *4 *5 *2)) (-4 *2 (-930 *3 *5 *4)))) (-4032 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552))))) (-5 *4 (-673 *12)) (-5 *5 (-629 (-401 (-933 *9)))) (-5 *6 (-629 (-629 *12))) (-5 *7 (-756)) (-5 *8 (-552)) (-4 *9 (-13 (-301) (-144))) (-4 *12 (-930 *9 *11 *10)) (-4 *10 (-13 (-832) (-600 (-1154)))) (-4 *11 (-778)) (-5 *2 (-2 (|:| |eqzro| (-629 *12)) (|:| |neqzro| (-629 *12)) (|:| |wcond| (-629 (-933 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *9)))) (|:| -4199 (-629 (-1237 (-401 (-933 *9))))))))) (-5 *1 (-905 *9 *10 *11 *12)))) (-4208 (*1 *2 *2 *3) (-12 (-5 *2 (-673 *7)) (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *1 (-905 *4 *5 *6 *7)))) (-3177 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *8)) (-5 *4 (-756)) (-4 *8 (-930 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-629 (-2 (|:| |det| *8) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (-5 *1 (-905 *5 *6 *7 *8)))) (-1963 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-629 *8))) (-5 *3 (-629 *8)) (-4 *8 (-930 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-111)) (-5 *1 (-905 *5 *6 *7 *8)))) (-2825 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-629 (-629 (-552)))) (-5 *1 (-905 *4 *5 *6 *7)) (-5 *3 (-552)) (-4 *7 (-930 *4 *6 *5)))) (-3306 (*1 *2 *2) (-12 (-5 *2 (-629 (-629 *6))) (-4 *6 (-930 *3 *5 *4)) (-4 *3 (-13 (-301) (-144))) (-4 *4 (-13 (-832) (-600 (-1154)))) (-4 *5 (-778)) (-5 *1 (-905 *3 *4 *5 *6)))) (-3062 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| *7) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 *7))))) (-4 *7 (-930 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-756)) (-5 *1 (-905 *4 *5 *6 *7)))) (-3480 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| *7) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 *7))))) (-4 *7 (-930 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-756)) (-5 *1 (-905 *4 *5 *6 *7)))) (-1483 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-629 *3)) (-5 *1 (-905 *4 *5 *6 *3)) (-4 *3 (-930 *4 *6 *5)))) (-4301 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -2325 (-673 (-401 (-933 *4)))) (|:| |vec| (-629 (-401 (-933 *4)))) (|:| -2128 (-756)) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552))))) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-2 (|:| |partsol| (-1237 (-401 (-933 *4)))) (|:| -4199 (-629 (-1237 (-401 (-933 *4))))))) (-5 *1 (-905 *4 *5 *6 *7)) (-4 *7 (-930 *4 *6 *5)))) (-2423 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1237 (-401 (-933 *4)))) (|:| -4199 (-629 (-1237 (-401 (-933 *4))))))) (-5 *3 (-629 *7)) (-4 *4 (-13 (-301) (-144))) (-4 *7 (-930 *4 *6 *5)) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *1 (-905 *4 *5 *6 *7)))) (-2796 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *8)) (-4 *8 (-930 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| *8) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 *8))))) (-5 *1 (-905 *5 *6 *7 *8)) (-5 *4 (-756)))) (-3525 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-4 *7 (-930 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-111)) (|:| |z0| (-629 *7)) (|:| |n0| (-629 *7)))) (-5 *1 (-905 *4 *5 *6 *7)) (-5 *3 (-629 *7)))) (-2995 (*1 *2 *3) (-12 (-5 *3 (-933 *4)) (-4 *4 (-13 (-301) (-144))) (-4 *2 (-930 *4 *6 *5)) (-5 *1 (-905 *4 *5 *6 *2)) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)))) (-2866 (*1 *2 *3) (-12 (-5 *3 (-629 (-1154))) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-629 (-401 (-933 *4)))) (-5 *1 (-905 *4 *5 *6 *7)) (-4 *7 (-930 *4 *6 *5)))) (-1804 (*1 *2 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-629 (-401 (-933 *4)))) (-5 *1 (-905 *4 *5 *6 *7)))) (-1804 (*1 *2 *3) (-12 (-5 *3 (-673 *7)) (-4 *7 (-930 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-673 (-401 (-933 *4)))) (-5 *1 (-905 *4 *5 *6 *7)))) (-1804 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-401 (-933 *4))) (-5 *1 (-905 *4 *5 *6 *3)) (-4 *3 (-930 *4 *6 *5)))) (-2580 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-673 *11)) (-5 *4 (-629 (-401 (-933 *8)))) (-5 *5 (-756)) (-5 *6 (-1136)) (-4 *8 (-13 (-301) (-144))) (-4 *11 (-930 *8 *10 *9)) (-4 *9 (-13 (-832) (-600 (-1154)))) (-4 *10 (-778)) (-5 *2 (-2 (|:| |rgl| (-629 (-2 (|:| |eqzro| (-629 *11)) (|:| |neqzro| (-629 *11)) (|:| |wcond| (-629 (-933 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *8)))) (|:| -4199 (-629 (-1237 (-401 (-933 *8)))))))))) (|:| |rgsz| (-552)))) (-5 *1 (-905 *8 *9 *10 *11)) (-5 *7 (-552)))) (-4106 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-629 (-2 (|:| |eqzro| (-629 *7)) (|:| |neqzro| (-629 *7)) (|:| |wcond| (-629 (-933 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *4)))) (|:| -4199 (-629 (-1237 (-401 (-933 *4)))))))))) (-5 *1 (-905 *4 *5 *6 *7)) (-4 *7 (-930 *4 *6 *5)))) (-1545 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-2 (|:| |eqzro| (-629 *8)) (|:| |neqzro| (-629 *8)) (|:| |wcond| (-629 (-933 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *5)))) (|:| -4199 (-629 (-1237 (-401 (-933 *5)))))))))) (-5 *4 (-1136)) (-4 *5 (-13 (-301) (-144))) (-4 *8 (-930 *5 *7 *6)) (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-552)) (-5 *1 (-905 *5 *6 *7 *8)))) (-3160 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-673 *9)) (-5 *4 (-902)) (-5 *5 (-1136)) (-4 *9 (-930 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-832) (-600 (-1154)))) (-4 *8 (-778)) (-5 *2 (-552)) (-5 *1 (-905 *6 *7 *8 *9)))) (-3160 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-673 *10)) (-5 *4 (-629 (-1154))) (-5 *5 (-902)) (-5 *6 (-1136)) (-4 *10 (-930 *7 *9 *8)) (-4 *7 (-13 (-301) (-144))) (-4 *8 (-13 (-832) (-600 (-1154)))) (-4 *9 (-778)) (-5 *2 (-552)) (-5 *1 (-905 *7 *8 *9 *10)))) (-3160 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-673 *10)) (-5 *4 (-629 *10)) (-5 *5 (-902)) (-5 *6 (-1136)) (-4 *10 (-930 *7 *9 *8)) (-4 *7 (-13 (-301) (-144))) (-4 *8 (-13 (-832) (-600 (-1154)))) (-4 *9 (-778)) (-5 *2 (-552)) (-5 *1 (-905 *7 *8 *9 *10)))) (-3160 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *8)) (-5 *4 (-1136)) (-4 *8 (-930 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-552)) (-5 *1 (-905 *5 *6 *7 *8)))) (-3160 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-673 *9)) (-5 *4 (-629 (-1154))) (-5 *5 (-1136)) (-4 *9 (-930 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-832) (-600 (-1154)))) (-4 *8 (-778)) (-5 *2 (-552)) (-5 *1 (-905 *6 *7 *8 *9)))) (-3160 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-673 *9)) (-5 *4 (-629 *9)) (-5 *5 (-1136)) (-4 *9 (-930 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-832) (-600 (-1154)))) (-4 *8 (-778)) (-5 *2 (-552)) (-5 *1 (-905 *6 *7 *8 *9)))) (-3160 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *8)) (-5 *4 (-902)) (-4 *8 (-930 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-629 (-2 (|:| |eqzro| (-629 *8)) (|:| |neqzro| (-629 *8)) (|:| |wcond| (-629 (-933 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *5)))) (|:| -4199 (-629 (-1237 (-401 (-933 *5)))))))))) (-5 *1 (-905 *5 *6 *7 *8)))) (-3160 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-673 *9)) (-5 *4 (-629 (-1154))) (-5 *5 (-902)) (-4 *9 (-930 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-832) (-600 (-1154)))) (-4 *8 (-778)) (-5 *2 (-629 (-2 (|:| |eqzro| (-629 *9)) (|:| |neqzro| (-629 *9)) (|:| |wcond| (-629 (-933 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *6)))) (|:| -4199 (-629 (-1237 (-401 (-933 *6)))))))))) (-5 *1 (-905 *6 *7 *8 *9)))) (-3160 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-673 *9)) (-5 *5 (-902)) (-4 *9 (-930 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-832) (-600 (-1154)))) (-4 *8 (-778)) (-5 *2 (-629 (-2 (|:| |eqzro| (-629 *9)) (|:| |neqzro| (-629 *9)) (|:| |wcond| (-629 (-933 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *6)))) (|:| -4199 (-629 (-1237 (-401 (-933 *6)))))))))) (-5 *1 (-905 *6 *7 *8 *9)) (-5 *4 (-629 *9)))) (-3160 (*1 *2 *3) (-12 (-5 *3 (-673 *7)) (-4 *7 (-930 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-629 (-2 (|:| |eqzro| (-629 *7)) (|:| |neqzro| (-629 *7)) (|:| |wcond| (-629 (-933 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *4)))) (|:| -4199 (-629 (-1237 (-401 (-933 *4)))))))))) (-5 *1 (-905 *4 *5 *6 *7)))) (-3160 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *8)) (-5 *4 (-629 (-1154))) (-4 *8 (-930 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-629 (-2 (|:| |eqzro| (-629 *8)) (|:| |neqzro| (-629 *8)) (|:| |wcond| (-629 (-933 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *5)))) (|:| -4199 (-629 (-1237 (-401 (-933 *5)))))))))) (-5 *1 (-905 *5 *6 *7 *8)))) (-3160 (*1 *2 *3 *4) (-12 (-5 *3 (-673 *8)) (-4 *8 (-930 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-629 (-2 (|:| |eqzro| (-629 *8)) (|:| |neqzro| (-629 *8)) (|:| |wcond| (-629 (-933 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 *5)))) (|:| -4199 (-629 (-1237 (-401 (-933 *5)))))))))) (-5 *1 (-905 *5 *6 *7 *8)) (-5 *4 (-629 *8)))))
-(-10 -7 (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 |#4|))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 (-1154)))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 |#4|) (-902))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-629 (-1154)) (-902))) (-15 -3160 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-673 |#4|) (-902))) (-15 -3160 ((-552) (-673 |#4|) (-629 |#4|) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-629 (-1154)) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-629 |#4|) (-902) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-629 (-1154)) (-902) (-1136))) (-15 -3160 ((-552) (-673 |#4|) (-902) (-1136))) (-15 -1545 ((-552) (-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-1136))) (-15 -4106 ((-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|))))))))) (-1136))) (-15 -2580 ((-2 (|:| |rgl| (-629 (-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))))))) (|:| |rgsz| (-552))) (-673 |#4|) (-629 (-401 (-933 |#1|))) (-756) (-1136) (-552))) (-15 -1804 ((-401 (-933 |#1|)) |#4|)) (-15 -1804 ((-673 (-401 (-933 |#1|))) (-673 |#4|))) (-15 -1804 ((-629 (-401 (-933 |#1|))) (-629 |#4|))) (-15 -2866 ((-629 (-401 (-933 |#1|))) (-629 (-1154)))) (-15 -2995 (|#4| (-933 |#1|))) (-15 -3525 ((-2 (|:| |sysok| (-111)) (|:| |z0| (-629 |#4|)) (|:| |n0| (-629 |#4|))) (-629 |#4|) (-629 |#4|))) (-15 -2796 ((-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 |#4|)))) (-673 |#4|) (-756))) (-15 -2423 ((-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))) (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))) (-629 |#4|))) (-15 -4301 ((-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))) (-2 (|:| -2325 (-673 (-401 (-933 |#1|)))) (|:| |vec| (-629 (-401 (-933 |#1|)))) (|:| -2128 (-756)) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (-15 -1483 ((-629 |#4|) |#4|)) (-15 -3480 ((-756) (-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 |#4|)))))) (-15 -3062 ((-756) (-629 (-2 (|:| -2128 (-756)) (|:| |eqns| (-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))) (|:| |fgb| (-629 |#4|)))))) (-15 -3306 ((-629 (-629 |#4|)) (-629 (-629 |#4|)))) (-15 -2825 ((-629 (-629 (-552))) (-552) (-552))) (-15 -1963 ((-111) (-629 |#4|) (-629 (-629 |#4|)))) (-15 -3177 ((-629 (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552))))) (-673 |#4|) (-756))) (-15 -4208 ((-673 |#4|) (-673 |#4|) (-629 |#4|))) (-15 -4032 ((-2 (|:| |eqzro| (-629 |#4|)) (|:| |neqzro| (-629 |#4|)) (|:| |wcond| (-629 (-933 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1237 (-401 (-933 |#1|)))) (|:| -4199 (-629 (-1237 (-401 (-933 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))) (-673 |#4|) (-629 (-401 (-933 |#1|))) (-629 (-629 |#4|)) (-756) (-756) (-552))) (-15 -2477 (|#4| |#4|)) (-15 -1539 ((-111) (-629 |#4|))) (-15 -1539 ((-111) (-629 (-933 |#1|)))))
-((-3444 (((-908) |#1| (-1154)) 17) (((-908) |#1| (-1154) (-1072 (-220))) 21)) (-2117 (((-908) |#1| |#1| (-1154) (-1072 (-220))) 19) (((-908) |#1| (-1154) (-1072 (-220))) 15)))
-(((-906 |#1|) (-10 -7 (-15 -2117 ((-908) |#1| (-1154) (-1072 (-220)))) (-15 -2117 ((-908) |#1| |#1| (-1154) (-1072 (-220)))) (-15 -3444 ((-908) |#1| (-1154) (-1072 (-220)))) (-15 -3444 ((-908) |#1| (-1154)))) (-600 (-528))) (T -906))
-((-3444 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-5 *2 (-908)) (-5 *1 (-906 *3)) (-4 *3 (-600 (-528))))) (-3444 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1154)) (-5 *5 (-1072 (-220))) (-5 *2 (-908)) (-5 *1 (-906 *3)) (-4 *3 (-600 (-528))))) (-2117 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1154)) (-5 *5 (-1072 (-220))) (-5 *2 (-908)) (-5 *1 (-906 *3)) (-4 *3 (-600 (-528))))) (-2117 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1154)) (-5 *5 (-1072 (-220))) (-5 *2 (-908)) (-5 *1 (-906 *3)) (-4 *3 (-600 (-528))))))
-(-10 -7 (-15 -2117 ((-908) |#1| (-1154) (-1072 (-220)))) (-15 -2117 ((-908) |#1| |#1| (-1154) (-1072 (-220)))) (-15 -3444 ((-908) |#1| (-1154) (-1072 (-220)))) (-15 -3444 ((-908) |#1| (-1154))))
-((-2701 (($ $ (-1072 (-220)) (-1072 (-220)) (-1072 (-220))) 70)) (-2938 (((-1072 (-220)) $) 40)) (-2926 (((-1072 (-220)) $) 39)) (-2915 (((-1072 (-220)) $) 38)) (-3063 (((-629 (-629 (-220))) $) 43)) (-3702 (((-1072 (-220)) $) 41)) (-2431 (((-552) (-552)) 32)) (-1623 (((-552) (-552)) 28)) (-3433 (((-552) (-552)) 30)) (-2415 (((-111) (-111)) 35)) (-3610 (((-552)) 31)) (-2712 (($ $ (-1072 (-220))) 73) (($ $) 74)) (-1807 (($ (-1 (-924 (-220)) (-220)) (-1072 (-220))) 78) (($ (-1 (-924 (-220)) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220))) 79)) (-2117 (($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220))) 81) (($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220))) 82) (($ $ (-1072 (-220))) 76)) (-2559 (((-552)) 36)) (-2410 (((-552)) 27)) (-1822 (((-552)) 29)) (-3890 (((-629 (-629 (-924 (-220)))) $) 95)) (-2301 (((-111) (-111)) 37)) (-3213 (((-844) $) 94)) (-3827 (((-111)) 34)))
-(((-907) (-13 (-955) (-10 -8 (-15 -1807 ($ (-1 (-924 (-220)) (-220)) (-1072 (-220)))) (-15 -1807 ($ (-1 (-924 (-220)) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -2117 ($ $ (-1072 (-220)))) (-15 -2701 ($ $ (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -2712 ($ $ (-1072 (-220)))) (-15 -2712 ($ $)) (-15 -3702 ((-1072 (-220)) $)) (-15 -3063 ((-629 (-629 (-220))) $)) (-15 -2410 ((-552))) (-15 -1623 ((-552) (-552))) (-15 -1822 ((-552))) (-15 -3433 ((-552) (-552))) (-15 -3610 ((-552))) (-15 -2431 ((-552) (-552))) (-15 -3827 ((-111))) (-15 -2415 ((-111) (-111))) (-15 -2559 ((-552))) (-15 -2301 ((-111) (-111)))))) (T -907))
-((-1807 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-924 (-220)) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-907)))) (-1807 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-924 (-220)) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-907)))) (-2117 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-907)))) (-2117 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-907)))) (-2117 (*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-907)))) (-2701 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-907)))) (-2712 (*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-907)))) (-2712 (*1 *1 *1) (-5 *1 (-907))) (-3702 (*1 *2 *1) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-907)))) (-3063 (*1 *2 *1) (-12 (-5 *2 (-629 (-629 (-220)))) (-5 *1 (-907)))) (-2410 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))) (-1623 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))) (-1822 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))) (-3433 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))) (-3610 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))) (-2431 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))) (-3827 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-907)))) (-2415 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-907)))) (-2559 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))) (-2301 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-907)))))
-(-13 (-955) (-10 -8 (-15 -1807 ($ (-1 (-924 (-220)) (-220)) (-1072 (-220)))) (-15 -1807 ($ (-1 (-924 (-220)) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -2117 ($ $ (-1072 (-220)))) (-15 -2701 ($ $ (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -2712 ($ $ (-1072 (-220)))) (-15 -2712 ($ $)) (-15 -3702 ((-1072 (-220)) $)) (-15 -3063 ((-629 (-629 (-220))) $)) (-15 -2410 ((-552))) (-15 -1623 ((-552) (-552))) (-15 -1822 ((-552))) (-15 -3433 ((-552) (-552))) (-15 -3610 ((-552))) (-15 -2431 ((-552) (-552))) (-15 -3827 ((-111))) (-15 -2415 ((-111) (-111))) (-15 -2559 ((-552))) (-15 -2301 ((-111) (-111)))))
-((-2701 (($ $ (-1072 (-220))) 70) (($ $ (-1072 (-220)) (-1072 (-220))) 71)) (-2926 (((-1072 (-220)) $) 44)) (-2915 (((-1072 (-220)) $) 43)) (-3702 (((-1072 (-220)) $) 45)) (-1878 (((-552) (-552)) 37)) (-2979 (((-552) (-552)) 33)) (-2124 (((-552) (-552)) 35)) (-2220 (((-111) (-111)) 39)) (-2278 (((-552)) 36)) (-2712 (($ $ (-1072 (-220))) 74) (($ $) 75)) (-1807 (($ (-1 (-924 (-220)) (-220)) (-1072 (-220))) 84) (($ (-1 (-924 (-220)) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220))) 85)) (-3444 (($ (-1 (-220) (-220)) (-1072 (-220))) 92) (($ (-1 (-220) (-220))) 95)) (-2117 (($ (-1 (-220) (-220)) (-1072 (-220))) 79) (($ (-1 (-220) (-220)) (-1072 (-220)) (-1072 (-220))) 80) (($ (-629 (-1 (-220) (-220))) (-1072 (-220))) 87) (($ (-629 (-1 (-220) (-220))) (-1072 (-220)) (-1072 (-220))) 88) (($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220))) 81) (($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220))) 82) (($ $ (-1072 (-220))) 76)) (-3993 (((-111) $) 40)) (-4213 (((-552)) 41)) (-2475 (((-552)) 32)) (-2633 (((-552)) 34)) (-3890 (((-629 (-629 (-924 (-220)))) $) 23)) (-1751 (((-111) (-111)) 42)) (-3213 (((-844) $) 106)) (-2827 (((-111)) 38)))
-(((-908) (-13 (-936) (-10 -8 (-15 -2117 ($ (-1 (-220) (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -2117 ($ (-629 (-1 (-220) (-220))) (-1072 (-220)))) (-15 -2117 ($ (-629 (-1 (-220) (-220))) (-1072 (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -1807 ($ (-1 (-924 (-220)) (-220)) (-1072 (-220)))) (-15 -1807 ($ (-1 (-924 (-220)) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -3444 ($ (-1 (-220) (-220)) (-1072 (-220)))) (-15 -3444 ($ (-1 (-220) (-220)))) (-15 -2117 ($ $ (-1072 (-220)))) (-15 -3993 ((-111) $)) (-15 -2701 ($ $ (-1072 (-220)))) (-15 -2701 ($ $ (-1072 (-220)) (-1072 (-220)))) (-15 -2712 ($ $ (-1072 (-220)))) (-15 -2712 ($ $)) (-15 -3702 ((-1072 (-220)) $)) (-15 -2475 ((-552))) (-15 -2979 ((-552) (-552))) (-15 -2633 ((-552))) (-15 -2124 ((-552) (-552))) (-15 -2278 ((-552))) (-15 -1878 ((-552) (-552))) (-15 -2827 ((-111))) (-15 -2220 ((-111) (-111))) (-15 -4213 ((-552))) (-15 -1751 ((-111) (-111)))))) (T -908))
-((-2117 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-908)))) (-2117 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-908)))) (-2117 (*1 *1 *2 *3) (-12 (-5 *2 (-629 (-1 (-220) (-220)))) (-5 *3 (-1072 (-220))) (-5 *1 (-908)))) (-2117 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-629 (-1 (-220) (-220)))) (-5 *3 (-1072 (-220))) (-5 *1 (-908)))) (-2117 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-908)))) (-2117 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-908)))) (-1807 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-924 (-220)) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-908)))) (-1807 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-924 (-220)) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-908)))) (-3444 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220))) (-5 *1 (-908)))) (-3444 (*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-908)))) (-2117 (*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908)))) (-3993 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-908)))) (-2701 (*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908)))) (-2701 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908)))) (-2712 (*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908)))) (-2712 (*1 *1 *1) (-5 *1 (-908))) (-3702 (*1 *2 *1) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908)))) (-2475 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))) (-2979 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))) (-2633 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))) (-2124 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))) (-2278 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))) (-1878 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))) (-2827 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))) (-2220 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))) (-4213 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))) (-1751 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))))
-(-13 (-936) (-10 -8 (-15 -2117 ($ (-1 (-220) (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -2117 ($ (-629 (-1 (-220) (-220))) (-1072 (-220)))) (-15 -2117 ($ (-629 (-1 (-220) (-220))) (-1072 (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)))) (-15 -2117 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -1807 ($ (-1 (-924 (-220)) (-220)) (-1072 (-220)))) (-15 -1807 ($ (-1 (-924 (-220)) (-220)) (-1072 (-220)) (-1072 (-220)) (-1072 (-220)))) (-15 -3444 ($ (-1 (-220) (-220)) (-1072 (-220)))) (-15 -3444 ($ (-1 (-220) (-220)))) (-15 -2117 ($ $ (-1072 (-220)))) (-15 -3993 ((-111) $)) (-15 -2701 ($ $ (-1072 (-220)))) (-15 -2701 ($ $ (-1072 (-220)) (-1072 (-220)))) (-15 -2712 ($ $ (-1072 (-220)))) (-15 -2712 ($ $)) (-15 -3702 ((-1072 (-220)) $)) (-15 -2475 ((-552))) (-15 -2979 ((-552) (-552))) (-15 -2633 ((-552))) (-15 -2124 ((-552) (-552))) (-15 -2278 ((-552))) (-15 -1878 ((-552) (-552))) (-15 -2827 ((-111))) (-15 -2220 ((-111) (-111))) (-15 -4213 ((-552))) (-15 -1751 ((-111) (-111)))))
-((-2587 (((-629 (-1072 (-220))) (-629 (-629 (-924 (-220))))) 24)))
-(((-909) (-10 -7 (-15 -2587 ((-629 (-1072 (-220))) (-629 (-629 (-924 (-220)))))))) (T -909))
-((-2587 (*1 *2 *3) (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *2 (-629 (-1072 (-220)))) (-5 *1 (-909)))))
-(-10 -7 (-15 -2587 ((-629 (-1072 (-220))) (-629 (-629 (-924 (-220)))))))
-((-4128 ((|#2| |#2|) 26)) (-3882 ((|#2| |#2|) 27)) (-3930 ((|#2| |#2|) 25)) (-1838 ((|#2| |#2| (-1136)) 24)))
-(((-910 |#1| |#2|) (-10 -7 (-15 -1838 (|#2| |#2| (-1136))) (-15 -3930 (|#2| |#2|)) (-15 -4128 (|#2| |#2|)) (-15 -3882 (|#2| |#2|))) (-832) (-424 |#1|)) (T -910))
-((-3882 (*1 *2 *2) (-12 (-4 *3 (-832)) (-5 *1 (-910 *3 *2)) (-4 *2 (-424 *3)))) (-4128 (*1 *2 *2) (-12 (-4 *3 (-832)) (-5 *1 (-910 *3 *2)) (-4 *2 (-424 *3)))) (-3930 (*1 *2 *2) (-12 (-4 *3 (-832)) (-5 *1 (-910 *3 *2)) (-4 *2 (-424 *3)))) (-1838 (*1 *2 *2 *3) (-12 (-5 *3 (-1136)) (-4 *4 (-832)) (-5 *1 (-910 *4 *2)) (-4 *2 (-424 *4)))))
-(-10 -7 (-15 -1838 (|#2| |#2| (-1136))) (-15 -3930 (|#2| |#2|)) (-15 -4128 (|#2| |#2|)) (-15 -3882 (|#2| |#2|)))
-((-4128 (((-310 (-552)) (-1154)) 16)) (-3882 (((-310 (-552)) (-1154)) 14)) (-3930 (((-310 (-552)) (-1154)) 12)) (-1838 (((-310 (-552)) (-1154) (-1136)) 19)))
-(((-911) (-10 -7 (-15 -1838 ((-310 (-552)) (-1154) (-1136))) (-15 -3930 ((-310 (-552)) (-1154))) (-15 -4128 ((-310 (-552)) (-1154))) (-15 -3882 ((-310 (-552)) (-1154))))) (T -911))
-((-3882 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-310 (-552))) (-5 *1 (-911)))) (-4128 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-310 (-552))) (-5 *1 (-911)))) (-3930 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-310 (-552))) (-5 *1 (-911)))) (-1838 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-1136)) (-5 *2 (-310 (-552))) (-5 *1 (-911)))))
-(-10 -7 (-15 -1838 ((-310 (-552)) (-1154) (-1136))) (-15 -3930 ((-310 (-552)) (-1154))) (-15 -4128 ((-310 (-552)) (-1154))) (-15 -3882 ((-310 (-552)) (-1154))))
-((-2214 (((-870 |#1| |#3|) |#2| (-873 |#1|) (-870 |#1| |#3|)) 25)) (-2063 (((-1 (-111) |#2|) (-1 (-111) |#3|)) 13)))
-(((-912 |#1| |#2| |#3|) (-10 -7 (-15 -2063 ((-1 (-111) |#2|) (-1 (-111) |#3|))) (-15 -2214 ((-870 |#1| |#3|) |#2| (-873 |#1|) (-870 |#1| |#3|)))) (-1078) (-867 |#1|) (-13 (-1078) (-1019 |#2|))) (T -912))
-((-2214 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-870 *5 *6)) (-5 *4 (-873 *5)) (-4 *5 (-1078)) (-4 *6 (-13 (-1078) (-1019 *3))) (-4 *3 (-867 *5)) (-5 *1 (-912 *5 *3 *6)))) (-2063 (*1 *2 *3) (-12 (-5 *3 (-1 (-111) *6)) (-4 *6 (-13 (-1078) (-1019 *5))) (-4 *5 (-867 *4)) (-4 *4 (-1078)) (-5 *2 (-1 (-111) *5)) (-5 *1 (-912 *4 *5 *6)))))
-(-10 -7 (-15 -2063 ((-1 (-111) |#2|) (-1 (-111) |#3|))) (-15 -2214 ((-870 |#1| |#3|) |#2| (-873 |#1|) (-870 |#1| |#3|))))
-((-2214 (((-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|)) 30)))
-(((-913 |#1| |#2| |#3|) (-10 -7 (-15 -2214 ((-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|)))) (-1078) (-13 (-544) (-832) (-867 |#1|)) (-13 (-424 |#2|) (-600 (-873 |#1|)) (-867 |#1|) (-1019 (-598 $)))) (T -913))
-((-2214 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-870 *5 *3)) (-4 *5 (-1078)) (-4 *3 (-13 (-424 *6) (-600 *4) (-867 *5) (-1019 (-598 $)))) (-5 *4 (-873 *5)) (-4 *6 (-13 (-544) (-832) (-867 *5))) (-5 *1 (-913 *5 *6 *3)))))
-(-10 -7 (-15 -2214 ((-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|))))
-((-2214 (((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|)) 13)))
-(((-914 |#1|) (-10 -7 (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|)))) (-537)) (T -914))
-((-2214 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-870 (-552) *3)) (-5 *4 (-873 (-552))) (-4 *3 (-537)) (-5 *1 (-914 *3)))))
-(-10 -7 (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|))))
-((-2214 (((-870 |#1| |#2|) (-598 |#2|) (-873 |#1|) (-870 |#1| |#2|)) 54)))
-(((-915 |#1| |#2|) (-10 -7 (-15 -2214 ((-870 |#1| |#2|) (-598 |#2|) (-873 |#1|) (-870 |#1| |#2|)))) (-1078) (-13 (-832) (-1019 (-598 $)) (-600 (-873 |#1|)) (-867 |#1|))) (T -915))
-((-2214 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-870 *5 *6)) (-5 *3 (-598 *6)) (-4 *5 (-1078)) (-4 *6 (-13 (-832) (-1019 (-598 $)) (-600 *4) (-867 *5))) (-5 *4 (-873 *5)) (-5 *1 (-915 *5 *6)))))
-(-10 -7 (-15 -2214 ((-870 |#1| |#2|) (-598 |#2|) (-873 |#1|) (-870 |#1| |#2|))))
-((-2214 (((-866 |#1| |#2| |#3|) |#3| (-873 |#1|) (-866 |#1| |#2| |#3|)) 15)))
-(((-916 |#1| |#2| |#3|) (-10 -7 (-15 -2214 ((-866 |#1| |#2| |#3|) |#3| (-873 |#1|) (-866 |#1| |#2| |#3|)))) (-1078) (-867 |#1|) (-650 |#2|)) (T -916))
-((-2214 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-866 *5 *6 *3)) (-5 *4 (-873 *5)) (-4 *5 (-1078)) (-4 *6 (-867 *5)) (-4 *3 (-650 *6)) (-5 *1 (-916 *5 *6 *3)))))
-(-10 -7 (-15 -2214 ((-866 |#1| |#2| |#3|) |#3| (-873 |#1|) (-866 |#1| |#2| |#3|))))
-((-2214 (((-870 |#1| |#5|) |#5| (-873 |#1|) (-870 |#1| |#5|)) 17 (|has| |#3| (-867 |#1|))) (((-870 |#1| |#5|) |#5| (-873 |#1|) (-870 |#1| |#5|) (-1 (-870 |#1| |#5|) |#3| (-873 |#1|) (-870 |#1| |#5|))) 16)))
-(((-917 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2214 ((-870 |#1| |#5|) |#5| (-873 |#1|) (-870 |#1| |#5|) (-1 (-870 |#1| |#5|) |#3| (-873 |#1|) (-870 |#1| |#5|)))) (IF (|has| |#3| (-867 |#1|)) (-15 -2214 ((-870 |#1| |#5|) |#5| (-873 |#1|) (-870 |#1| |#5|))) |%noBranch|)) (-1078) (-778) (-832) (-13 (-1030) (-832) (-867 |#1|)) (-13 (-930 |#4| |#2| |#3|) (-600 (-873 |#1|)))) (T -917))
-((-2214 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-870 *5 *3)) (-4 *5 (-1078)) (-4 *3 (-13 (-930 *8 *6 *7) (-600 *4))) (-5 *4 (-873 *5)) (-4 *7 (-867 *5)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-13 (-1030) (-832) (-867 *5))) (-5 *1 (-917 *5 *6 *7 *8 *3)))) (-2214 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-870 *6 *3) *8 (-873 *6) (-870 *6 *3))) (-4 *8 (-832)) (-5 *2 (-870 *6 *3)) (-5 *4 (-873 *6)) (-4 *6 (-1078)) (-4 *3 (-13 (-930 *9 *7 *8) (-600 *4))) (-4 *7 (-778)) (-4 *9 (-13 (-1030) (-832) (-867 *6))) (-5 *1 (-917 *6 *7 *8 *9 *3)))))
-(-10 -7 (-15 -2214 ((-870 |#1| |#5|) |#5| (-873 |#1|) (-870 |#1| |#5|) (-1 (-870 |#1| |#5|) |#3| (-873 |#1|) (-870 |#1| |#5|)))) (IF (|has| |#3| (-867 |#1|)) (-15 -2214 ((-870 |#1| |#5|) |#5| (-873 |#1|) (-870 |#1| |#5|))) |%noBranch|))
-((-3952 ((|#2| |#2| (-629 (-1 (-111) |#3|))) 12) ((|#2| |#2| (-1 (-111) |#3|)) 13)))
-(((-918 |#1| |#2| |#3|) (-10 -7 (-15 -3952 (|#2| |#2| (-1 (-111) |#3|))) (-15 -3952 (|#2| |#2| (-629 (-1 (-111) |#3|))))) (-832) (-424 |#1|) (-1191)) (T -918))
-((-3952 (*1 *2 *2 *3) (-12 (-5 *3 (-629 (-1 (-111) *5))) (-4 *5 (-1191)) (-4 *4 (-832)) (-5 *1 (-918 *4 *2 *5)) (-4 *2 (-424 *4)))) (-3952 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-111) *5)) (-4 *5 (-1191)) (-4 *4 (-832)) (-5 *1 (-918 *4 *2 *5)) (-4 *2 (-424 *4)))))
-(-10 -7 (-15 -3952 (|#2| |#2| (-1 (-111) |#3|))) (-15 -3952 (|#2| |#2| (-629 (-1 (-111) |#3|)))))
-((-3952 (((-310 (-552)) (-1154) (-629 (-1 (-111) |#1|))) 18) (((-310 (-552)) (-1154) (-1 (-111) |#1|)) 15)))
-(((-919 |#1|) (-10 -7 (-15 -3952 ((-310 (-552)) (-1154) (-1 (-111) |#1|))) (-15 -3952 ((-310 (-552)) (-1154) (-629 (-1 (-111) |#1|))))) (-1191)) (T -919))
-((-3952 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-629 (-1 (-111) *5))) (-4 *5 (-1191)) (-5 *2 (-310 (-552))) (-5 *1 (-919 *5)))) (-3952 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-1 (-111) *5)) (-4 *5 (-1191)) (-5 *2 (-310 (-552))) (-5 *1 (-919 *5)))))
-(-10 -7 (-15 -3952 ((-310 (-552)) (-1154) (-1 (-111) |#1|))) (-15 -3952 ((-310 (-552)) (-1154) (-629 (-1 (-111) |#1|)))))
-((-2214 (((-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|)) 25)))
-(((-920 |#1| |#2| |#3|) (-10 -7 (-15 -2214 ((-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|)))) (-1078) (-13 (-544) (-867 |#1|) (-600 (-873 |#1|))) (-973 |#2|)) (T -920))
-((-2214 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-870 *5 *3)) (-4 *5 (-1078)) (-4 *3 (-973 *6)) (-4 *6 (-13 (-544) (-867 *5) (-600 *4))) (-5 *4 (-873 *5)) (-5 *1 (-920 *5 *6 *3)))))
-(-10 -7 (-15 -2214 ((-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|))))
-((-2214 (((-870 |#1| (-1154)) (-1154) (-873 |#1|) (-870 |#1| (-1154))) 17)))
-(((-921 |#1|) (-10 -7 (-15 -2214 ((-870 |#1| (-1154)) (-1154) (-873 |#1|) (-870 |#1| (-1154))))) (-1078)) (T -921))
-((-2214 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-870 *5 (-1154))) (-5 *3 (-1154)) (-5 *4 (-873 *5)) (-4 *5 (-1078)) (-5 *1 (-921 *5)))))
-(-10 -7 (-15 -2214 ((-870 |#1| (-1154)) (-1154) (-873 |#1|) (-870 |#1| (-1154)))))
-((-1702 (((-870 |#1| |#3|) (-629 |#3|) (-629 (-873 |#1|)) (-870 |#1| |#3|) (-1 (-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|))) 33)) (-2214 (((-870 |#1| |#3|) (-629 |#3|) (-629 (-873 |#1|)) (-1 |#3| (-629 |#3|)) (-870 |#1| |#3|) (-1 (-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|))) 32)))
-(((-922 |#1| |#2| |#3|) (-10 -7 (-15 -2214 ((-870 |#1| |#3|) (-629 |#3|) (-629 (-873 |#1|)) (-1 |#3| (-629 |#3|)) (-870 |#1| |#3|) (-1 (-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|)))) (-15 -1702 ((-870 |#1| |#3|) (-629 |#3|) (-629 (-873 |#1|)) (-870 |#1| |#3|) (-1 (-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|))))) (-1078) (-13 (-1030) (-832)) (-13 (-1030) (-600 (-873 |#1|)) (-1019 |#2|))) (T -922))
-((-1702 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 (-873 *6))) (-5 *5 (-1 (-870 *6 *8) *8 (-873 *6) (-870 *6 *8))) (-4 *6 (-1078)) (-4 *8 (-13 (-1030) (-600 (-873 *6)) (-1019 *7))) (-5 *2 (-870 *6 *8)) (-4 *7 (-13 (-1030) (-832))) (-5 *1 (-922 *6 *7 *8)))) (-2214 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-629 (-873 *7))) (-5 *5 (-1 *9 (-629 *9))) (-5 *6 (-1 (-870 *7 *9) *9 (-873 *7) (-870 *7 *9))) (-4 *7 (-1078)) (-4 *9 (-13 (-1030) (-600 (-873 *7)) (-1019 *8))) (-5 *2 (-870 *7 *9)) (-5 *3 (-629 *9)) (-4 *8 (-13 (-1030) (-832))) (-5 *1 (-922 *7 *8 *9)))))
-(-10 -7 (-15 -2214 ((-870 |#1| |#3|) (-629 |#3|) (-629 (-873 |#1|)) (-1 |#3| (-629 |#3|)) (-870 |#1| |#3|) (-1 (-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|)))) (-15 -1702 ((-870 |#1| |#3|) (-629 |#3|) (-629 (-873 |#1|)) (-870 |#1| |#3|) (-1 (-870 |#1| |#3|) |#3| (-873 |#1|) (-870 |#1| |#3|)))))
-((-2451 (((-1150 (-401 (-552))) (-552)) 63)) (-2877 (((-1150 (-552)) (-552)) 66)) (-1985 (((-1150 (-552)) (-552)) 60)) (-2875 (((-552) (-1150 (-552))) 55)) (-1974 (((-1150 (-401 (-552))) (-552)) 49)) (-3074 (((-1150 (-552)) (-552)) 38)) (-1584 (((-1150 (-552)) (-552)) 68)) (-4041 (((-1150 (-552)) (-552)) 67)) (-3233 (((-1150 (-401 (-552))) (-552)) 51)))
-(((-923) (-10 -7 (-15 -3233 ((-1150 (-401 (-552))) (-552))) (-15 -4041 ((-1150 (-552)) (-552))) (-15 -1584 ((-1150 (-552)) (-552))) (-15 -3074 ((-1150 (-552)) (-552))) (-15 -1974 ((-1150 (-401 (-552))) (-552))) (-15 -2875 ((-552) (-1150 (-552)))) (-15 -1985 ((-1150 (-552)) (-552))) (-15 -2877 ((-1150 (-552)) (-552))) (-15 -2451 ((-1150 (-401 (-552))) (-552))))) (T -923))
-((-2451 (*1 *2 *3) (-12 (-5 *2 (-1150 (-401 (-552)))) (-5 *1 (-923)) (-5 *3 (-552)))) (-2877 (*1 *2 *3) (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552)))) (-1985 (*1 *2 *3) (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552)))) (-2875 (*1 *2 *3) (-12 (-5 *3 (-1150 (-552))) (-5 *2 (-552)) (-5 *1 (-923)))) (-1974 (*1 *2 *3) (-12 (-5 *2 (-1150 (-401 (-552)))) (-5 *1 (-923)) (-5 *3 (-552)))) (-3074 (*1 *2 *3) (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552)))) (-1584 (*1 *2 *3) (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552)))) (-4041 (*1 *2 *3) (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552)))) (-3233 (*1 *2 *3) (-12 (-5 *2 (-1150 (-401 (-552)))) (-5 *1 (-923)) (-5 *3 (-552)))))
-(-10 -7 (-15 -3233 ((-1150 (-401 (-552))) (-552))) (-15 -4041 ((-1150 (-552)) (-552))) (-15 -1584 ((-1150 (-552)) (-552))) (-15 -3074 ((-1150 (-552)) (-552))) (-15 -1974 ((-1150 (-401 (-552))) (-552))) (-15 -2875 ((-552) (-1150 (-552)))) (-15 -1985 ((-1150 (-552)) (-552))) (-15 -2877 ((-1150 (-552)) (-552))) (-15 -2451 ((-1150 (-401 (-552))) (-552))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2306 (($ (-756)) NIL (|has| |#1| (-23)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-552) |#1|) 11 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-1456 (((-552) (-1 (-111) |#1|) $) NIL) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078)))) (-1693 (($ (-629 |#1|)) 13)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-1920 (((-673 |#1|) $ $) NIL (|has| |#1| (-1030)))) (-3307 (($ (-756) |#1|) 8)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) 10 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3994 ((|#1| $) NIL (-12 (|has| |#1| (-983)) (|has| |#1| (-1030))))) (-1745 (((-111) $ (-756)) NIL)) (-2556 ((|#1| $) NIL (-12 (|has| |#1| (-983)) (|has| |#1| (-1030))))) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2702 ((|#1| $) NIL (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-3136 (($ $ (-629 |#1|)) 26)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-552) |#1|) NIL) ((|#1| $ (-552)) 20) (($ $ (-1204 (-552))) NIL)) (-3632 ((|#1| $ $) NIL (|has| |#1| (-1030)))) (-3725 (((-902) $) 16)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2449 (($ $ $) 24)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528)))) (($ (-629 |#1|)) 17)) (-3226 (($ (-629 |#1|)) NIL)) (-4319 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 25) (($ (-629 $)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1709 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-1698 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-552) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-711))) (($ $ |#1|) NIL (|has| |#1| (-711)))) (-2657 (((-756) $) 14 (|has| $ (-6 -4368)))))
-(((-924 |#1|) (-961 |#1|) (-1030)) (T -924))
-NIL
-(-961 |#1|)
-((-4102 (((-474 |#1| |#2|) (-933 |#2|)) 20)) (-1387 (((-242 |#1| |#2|) (-933 |#2|)) 33)) (-3006 (((-933 |#2|) (-474 |#1| |#2|)) 25)) (-4188 (((-242 |#1| |#2|) (-474 |#1| |#2|)) 55)) (-1969 (((-933 |#2|) (-242 |#1| |#2|)) 30)) (-1947 (((-474 |#1| |#2|) (-242 |#1| |#2|)) 46)))
-(((-925 |#1| |#2|) (-10 -7 (-15 -1947 ((-474 |#1| |#2|) (-242 |#1| |#2|))) (-15 -4188 ((-242 |#1| |#2|) (-474 |#1| |#2|))) (-15 -4102 ((-474 |#1| |#2|) (-933 |#2|))) (-15 -3006 ((-933 |#2|) (-474 |#1| |#2|))) (-15 -1969 ((-933 |#2|) (-242 |#1| |#2|))) (-15 -1387 ((-242 |#1| |#2|) (-933 |#2|)))) (-629 (-1154)) (-1030)) (T -925))
-((-1387 (*1 *2 *3) (-12 (-5 *3 (-933 *5)) (-4 *5 (-1030)) (-5 *2 (-242 *4 *5)) (-5 *1 (-925 *4 *5)) (-14 *4 (-629 (-1154))))) (-1969 (*1 *2 *3) (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-1030)) (-5 *2 (-933 *5)) (-5 *1 (-925 *4 *5)))) (-3006 (*1 *2 *3) (-12 (-5 *3 (-474 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-1030)) (-5 *2 (-933 *5)) (-5 *1 (-925 *4 *5)))) (-4102 (*1 *2 *3) (-12 (-5 *3 (-933 *5)) (-4 *5 (-1030)) (-5 *2 (-474 *4 *5)) (-5 *1 (-925 *4 *5)) (-14 *4 (-629 (-1154))))) (-4188 (*1 *2 *3) (-12 (-5 *3 (-474 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-1030)) (-5 *2 (-242 *4 *5)) (-5 *1 (-925 *4 *5)))) (-1947 (*1 *2 *3) (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-1030)) (-5 *2 (-474 *4 *5)) (-5 *1 (-925 *4 *5)))))
-(-10 -7 (-15 -1947 ((-474 |#1| |#2|) (-242 |#1| |#2|))) (-15 -4188 ((-242 |#1| |#2|) (-474 |#1| |#2|))) (-15 -4102 ((-474 |#1| |#2|) (-933 |#2|))) (-15 -3006 ((-933 |#2|) (-474 |#1| |#2|))) (-15 -1969 ((-933 |#2|) (-242 |#1| |#2|))) (-15 -1387 ((-242 |#1| |#2|) (-933 |#2|))))
-((-4246 (((-629 |#2|) |#2| |#2|) 10)) (-2174 (((-756) (-629 |#1|)) 37 (|has| |#1| (-830)))) (-2662 (((-629 |#2|) |#2|) 11)) (-1521 (((-756) (-629 |#1|) (-552) (-552)) 39 (|has| |#1| (-830)))) (-4327 ((|#1| |#2|) 32 (|has| |#1| (-830)))))
-(((-926 |#1| |#2|) (-10 -7 (-15 -4246 ((-629 |#2|) |#2| |#2|)) (-15 -2662 ((-629 |#2|) |#2|)) (IF (|has| |#1| (-830)) (PROGN (-15 -4327 (|#1| |#2|)) (-15 -2174 ((-756) (-629 |#1|))) (-15 -1521 ((-756) (-629 |#1|) (-552) (-552)))) |%noBranch|)) (-357) (-1213 |#1|)) (T -926))
-((-1521 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-629 *5)) (-5 *4 (-552)) (-4 *5 (-830)) (-4 *5 (-357)) (-5 *2 (-756)) (-5 *1 (-926 *5 *6)) (-4 *6 (-1213 *5)))) (-2174 (*1 *2 *3) (-12 (-5 *3 (-629 *4)) (-4 *4 (-830)) (-4 *4 (-357)) (-5 *2 (-756)) (-5 *1 (-926 *4 *5)) (-4 *5 (-1213 *4)))) (-4327 (*1 *2 *3) (-12 (-4 *2 (-357)) (-4 *2 (-830)) (-5 *1 (-926 *2 *3)) (-4 *3 (-1213 *2)))) (-2662 (*1 *2 *3) (-12 (-4 *4 (-357)) (-5 *2 (-629 *3)) (-5 *1 (-926 *4 *3)) (-4 *3 (-1213 *4)))) (-4246 (*1 *2 *3 *3) (-12 (-4 *4 (-357)) (-5 *2 (-629 *3)) (-5 *1 (-926 *4 *3)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -4246 ((-629 |#2|) |#2| |#2|)) (-15 -2662 ((-629 |#2|) |#2|)) (IF (|has| |#1| (-830)) (PROGN (-15 -4327 (|#1| |#2|)) (-15 -2174 ((-756) (-629 |#1|))) (-15 -1521 ((-756) (-629 |#1|) (-552) (-552)))) |%noBranch|))
-((-1477 (((-933 |#2|) (-1 |#2| |#1|) (-933 |#1|)) 19)))
-(((-927 |#1| |#2|) (-10 -7 (-15 -1477 ((-933 |#2|) (-1 |#2| |#1|) (-933 |#1|)))) (-1030) (-1030)) (T -927))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-933 *5)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-5 *2 (-933 *6)) (-5 *1 (-927 *5 *6)))))
-(-10 -7 (-15 -1477 ((-933 |#2|) (-1 |#2| |#1|) (-933 |#1|))))
-((-3449 (((-1210 |#1| (-933 |#2|)) (-933 |#2|) (-1233 |#1|)) 18)))
-(((-928 |#1| |#2|) (-10 -7 (-15 -3449 ((-1210 |#1| (-933 |#2|)) (-933 |#2|) (-1233 |#1|)))) (-1154) (-1030)) (T -928))
-((-3449 (*1 *2 *3 *4) (-12 (-5 *4 (-1233 *5)) (-14 *5 (-1154)) (-4 *6 (-1030)) (-5 *2 (-1210 *5 (-933 *6))) (-5 *1 (-928 *5 *6)) (-5 *3 (-933 *6)))))
-(-10 -7 (-15 -3449 ((-1210 |#1| (-933 |#2|)) (-933 |#2|) (-1233 |#1|))))
-((-2349 (((-756) $) 71) (((-756) $ (-629 |#4|)) 74)) (-4116 (($ $) 173)) (-3343 (((-412 $) $) 165)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 116)) (-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 (-552) "failed") $) NIL) (((-3 |#4| "failed") $) 60)) (-2832 ((|#2| $) NIL) (((-401 (-552)) $) NIL) (((-552) $) NIL) ((|#4| $) 59)) (-3301 (($ $ $ |#4|) 76)) (-2714 (((-673 (-552)) (-673 $)) NIL) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) 106) (((-673 |#2|) (-673 $)) 99)) (-3471 (($ $) 180) (($ $ |#4|) 183)) (-3754 (((-629 $) $) 63)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 199) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 192)) (-3939 (((-629 $) $) 28)) (-3590 (($ |#2| |#3|) NIL) (($ $ |#4| (-756)) NIL) (($ $ (-629 |#4|) (-629 (-756))) 57)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ |#4|) 162)) (-4263 (((-3 (-629 $) "failed") $) 42)) (-2878 (((-3 (-629 $) "failed") $) 31)) (-3909 (((-3 (-2 (|:| |var| |#4|) (|:| -1406 (-756))) "failed") $) 47)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 109)) (-1848 (((-412 (-1150 $)) (-1150 $)) 122)) (-1528 (((-412 (-1150 $)) (-1150 $)) 120)) (-3479 (((-412 $) $) 140)) (-2432 (($ $ (-629 (-288 $))) 21) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-629 |#4|) (-629 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-629 |#4|) (-629 $)) NIL)) (-1721 (($ $ |#4|) 78)) (-1522 (((-873 (-373)) $) 213) (((-873 (-552)) $) 206) (((-528) $) 221)) (-3807 ((|#2| $) NIL) (($ $ |#4|) 175)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 154)) (-2266 ((|#2| $ |#3|) NIL) (($ $ |#4| (-756)) 52) (($ $ (-629 |#4|) (-629 (-756))) 55)) (-3878 (((-3 $ "failed") $) 156)) (-1632 (((-111) $ $) 186)))
-(((-929 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -4116 (|#1| |#1|)) (-15 -3878 ((-3 |#1| "failed") |#1|)) (-15 -1632 ((-111) |#1| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|))) (-15 -2214 ((-870 (-373) |#1|) |#1| (-873 (-373)) (-870 (-373) |#1|))) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -1528 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1848 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1704 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|))) (-15 -1507 ((-3 (-1237 |#1|) "failed") (-673 |#1|))) (-15 -3471 (|#1| |#1| |#4|)) (-15 -3807 (|#1| |#1| |#4|)) (-15 -1721 (|#1| |#1| |#4|)) (-15 -3301 (|#1| |#1| |#1| |#4|)) (-15 -3754 ((-629 |#1|) |#1|)) (-15 -2349 ((-756) |#1| (-629 |#4|))) (-15 -2349 ((-756) |#1|)) (-15 -3909 ((-3 (-2 (|:| |var| |#4|) (|:| -1406 (-756))) "failed") |#1|)) (-15 -4263 ((-3 (-629 |#1|) "failed") |#1|)) (-15 -2878 ((-3 (-629 |#1|) "failed") |#1|)) (-15 -3590 (|#1| |#1| (-629 |#4|) (-629 (-756)))) (-15 -3590 (|#1| |#1| |#4| (-756))) (-15 -1916 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1| |#4|)) (-15 -3939 ((-629 |#1|) |#1|)) (-15 -2266 (|#1| |#1| (-629 |#4|) (-629 (-756)))) (-15 -2266 (|#1| |#1| |#4| (-756))) (-15 -2714 ((-673 |#2|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2832 (|#4| |#1|)) (-15 -1393 ((-3 |#4| "failed") |#1|)) (-15 -2432 (|#1| |#1| (-629 |#4|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#4| |#1|)) (-15 -2432 (|#1| |#1| (-629 |#4|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#4| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -3590 (|#1| |#2| |#3|)) (-15 -2266 (|#2| |#1| |#3|)) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -3807 (|#2| |#1|)) (-15 -3471 (|#1| |#1|))) (-930 |#2| |#3| |#4|) (-1030) (-778) (-832)) (T -929))
-NIL
-(-10 -8 (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -4116 (|#1| |#1|)) (-15 -3878 ((-3 |#1| "failed") |#1|)) (-15 -1632 ((-111) |#1| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|))) (-15 -2214 ((-870 (-373) |#1|) |#1| (-873 (-373)) (-870 (-373) |#1|))) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -1528 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1848 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1704 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|))) (-15 -1507 ((-3 (-1237 |#1|) "failed") (-673 |#1|))) (-15 -3471 (|#1| |#1| |#4|)) (-15 -3807 (|#1| |#1| |#4|)) (-15 -1721 (|#1| |#1| |#4|)) (-15 -3301 (|#1| |#1| |#1| |#4|)) (-15 -3754 ((-629 |#1|) |#1|)) (-15 -2349 ((-756) |#1| (-629 |#4|))) (-15 -2349 ((-756) |#1|)) (-15 -3909 ((-3 (-2 (|:| |var| |#4|) (|:| -1406 (-756))) "failed") |#1|)) (-15 -4263 ((-3 (-629 |#1|) "failed") |#1|)) (-15 -2878 ((-3 (-629 |#1|) "failed") |#1|)) (-15 -3590 (|#1| |#1| (-629 |#4|) (-629 (-756)))) (-15 -3590 (|#1| |#1| |#4| (-756))) (-15 -1916 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1| |#4|)) (-15 -3939 ((-629 |#1|) |#1|)) (-15 -2266 (|#1| |#1| (-629 |#4|) (-629 (-756)))) (-15 -2266 (|#1| |#1| |#4| (-756))) (-15 -2714 ((-673 |#2|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2832 (|#4| |#1|)) (-15 -1393 ((-3 |#4| "failed") |#1|)) (-15 -2432 (|#1| |#1| (-629 |#4|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#4| |#1|)) (-15 -2432 (|#1| |#1| (-629 |#4|) (-629 |#2|))) (-15 -2432 (|#1| |#1| |#4| |#2|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -3590 (|#1| |#2| |#3|)) (-15 -2266 (|#2| |#1| |#3|)) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -3807 (|#2| |#1|)) (-15 -3471 (|#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3611 (((-629 |#3|) $) 108)) (-3449 (((-1150 $) $ |#3|) 123) (((-1150 |#1|) $) 122)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 85 (|has| |#1| (-544)))) (-3303 (($ $) 86 (|has| |#1| (-544)))) (-1334 (((-111) $) 88 (|has| |#1| (-544)))) (-2349 (((-756) $) 110) (((-756) $ (-629 |#3|)) 109)) (-4012 (((-3 $ "failed") $ $) 19)) (-1472 (((-412 (-1150 $)) (-1150 $)) 98 (|has| |#1| (-890)))) (-4116 (($ $) 96 (|has| |#1| (-445)))) (-3343 (((-412 $) $) 95 (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 101 (|has| |#1| (-890)))) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#1| "failed") $) 162) (((-3 (-401 (-552)) "failed") $) 160 (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) 158 (|has| |#1| (-1019 (-552)))) (((-3 |#3| "failed") $) 134)) (-2832 ((|#1| $) 163) (((-401 (-552)) $) 159 (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) 157 (|has| |#1| (-1019 (-552)))) ((|#3| $) 133)) (-3301 (($ $ $ |#3|) 106 (|has| |#1| (-169)))) (-3766 (($ $) 152)) (-2714 (((-673 (-552)) (-673 $)) 132 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 131 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 130) (((-673 |#1|) (-673 $)) 129)) (-1293 (((-3 $ "failed") $) 32)) (-3471 (($ $) 174 (|has| |#1| (-445))) (($ $ |#3|) 103 (|has| |#1| (-445)))) (-3754 (((-629 $) $) 107)) (-1677 (((-111) $) 94 (|has| |#1| (-890)))) (-3423 (($ $ |#1| |#2| $) 170)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 82 (-12 (|has| |#3| (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 81 (-12 (|has| |#3| (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-4065 (((-111) $) 30)) (-2856 (((-756) $) 167)) (-3602 (($ (-1150 |#1|) |#3|) 115) (($ (-1150 $) |#3|) 114)) (-3939 (((-629 $) $) 124)) (-2231 (((-111) $) 150)) (-3590 (($ |#1| |#2|) 151) (($ $ |#3| (-756)) 117) (($ $ (-629 |#3|) (-629 (-756))) 116)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ |#3|) 118)) (-3544 ((|#2| $) 168) (((-756) $ |#3|) 120) (((-629 (-756)) $ (-629 |#3|)) 119)) (-1772 (($ $ $) 77 (|has| |#1| (-832)))) (-2011 (($ $ $) 76 (|has| |#1| (-832)))) (-3891 (($ (-1 |#2| |#2|) $) 169)) (-1477 (($ (-1 |#1| |#1|) $) 149)) (-3506 (((-3 |#3| "failed") $) 121)) (-3733 (($ $) 147)) (-3743 ((|#1| $) 146)) (-2552 (($ (-629 $)) 92 (|has| |#1| (-445))) (($ $ $) 91 (|has| |#1| (-445)))) (-2623 (((-1136) $) 9)) (-4263 (((-3 (-629 $) "failed") $) 112)) (-2878 (((-3 (-629 $) "failed") $) 113)) (-3909 (((-3 (-2 (|:| |var| |#3|) (|:| -1406 (-756))) "failed") $) 111)) (-2876 (((-1098) $) 10)) (-3711 (((-111) $) 164)) (-3722 ((|#1| $) 165)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 93 (|has| |#1| (-445)))) (-2594 (($ (-629 $)) 90 (|has| |#1| (-445))) (($ $ $) 89 (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) 100 (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) 99 (|has| |#1| (-890)))) (-3479 (((-412 $) $) 97 (|has| |#1| (-890)))) (-3969 (((-3 $ "failed") $ |#1|) 172 (|has| |#1| (-544))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-544)))) (-2432 (($ $ (-629 (-288 $))) 143) (($ $ (-288 $)) 142) (($ $ $ $) 141) (($ $ (-629 $) (-629 $)) 140) (($ $ |#3| |#1|) 139) (($ $ (-629 |#3|) (-629 |#1|)) 138) (($ $ |#3| $) 137) (($ $ (-629 |#3|) (-629 $)) 136)) (-1721 (($ $ |#3|) 105 (|has| |#1| (-169)))) (-3096 (($ $ |#3|) 40) (($ $ (-629 |#3|)) 39) (($ $ |#3| (-756)) 38) (($ $ (-629 |#3|) (-629 (-756))) 37)) (-3299 ((|#2| $) 148) (((-756) $ |#3|) 128) (((-629 (-756)) $ (-629 |#3|)) 127)) (-1522 (((-873 (-373)) $) 80 (-12 (|has| |#3| (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) 79 (-12 (|has| |#3| (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) 78 (-12 (|has| |#3| (-600 (-528))) (|has| |#1| (-600 (-528)))))) (-3807 ((|#1| $) 173 (|has| |#1| (-445))) (($ $ |#3|) 104 (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 102 (-3792 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 161) (($ |#3|) 135) (($ $) 83 (|has| |#1| (-544))) (($ (-401 (-552))) 70 (-4029 (|has| |#1| (-1019 (-401 (-552)))) (|has| |#1| (-38 (-401 (-552))))))) (-2984 (((-629 |#1|) $) 166)) (-2266 ((|#1| $ |#2|) 153) (($ $ |#3| (-756)) 126) (($ $ (-629 |#3|) (-629 (-756))) 125)) (-3878 (((-3 $ "failed") $) 71 (-4029 (-3792 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) 28)) (-4306 (($ $ $ (-756)) 171 (|has| |#1| (-169)))) (-3589 (((-111) $ $) 87 (|has| |#1| (-544)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ |#3|) 36) (($ $ (-629 |#3|)) 35) (($ $ |#3| (-756)) 34) (($ $ (-629 |#3|) (-629 (-756))) 33)) (-1666 (((-111) $ $) 74 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 73 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 75 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 72 (|has| |#1| (-832)))) (-1720 (($ $ |#1|) 154 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 156 (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) 155 (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 145) (($ $ |#1|) 144)))
-(((-930 |#1| |#2| |#3|) (-137) (-1030) (-778) (-832)) (T -930))
-((-3471 (*1 *1 *1) (-12 (-4 *1 (-930 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-445)))) (-3299 (*1 *2 *1 *3) (-12 (-4 *1 (-930 *4 *5 *3)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)) (-5 *2 (-756)))) (-3299 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *6)) (-4 *1 (-930 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 (-756))))) (-2266 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-930 *4 *5 *2)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *2 (-832)))) (-2266 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 *6)) (-5 *3 (-629 (-756))) (-4 *1 (-930 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)))) (-3939 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-930 *3 *4 *5)))) (-3449 (*1 *2 *1 *3) (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)) (-5 *2 (-1150 *1)) (-4 *1 (-930 *4 *5 *3)))) (-3449 (*1 *2 *1) (-12 (-4 *1 (-930 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-1150 *3)))) (-3506 (*1 *2 *1) (|partial| -12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)))) (-3544 (*1 *2 *1 *3) (-12 (-4 *1 (-930 *4 *5 *3)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)) (-5 *2 (-756)))) (-3544 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *6)) (-4 *1 (-930 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 (-756))))) (-1916 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)) (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-930 *4 *5 *3)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-930 *4 *5 *2)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *2 (-832)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 *6)) (-5 *3 (-629 (-756))) (-4 *1 (-930 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)))) (-3602 (*1 *1 *2 *3) (-12 (-5 *2 (-1150 *4)) (-4 *4 (-1030)) (-4 *1 (-930 *4 *5 *3)) (-4 *5 (-778)) (-4 *3 (-832)))) (-3602 (*1 *1 *2 *3) (-12 (-5 *2 (-1150 *1)) (-4 *1 (-930 *4 *5 *3)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)))) (-2878 (*1 *2 *1) (|partial| -12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-930 *3 *4 *5)))) (-4263 (*1 *2 *1) (|partial| -12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-930 *3 *4 *5)))) (-3909 (*1 *2 *1) (|partial| -12 (-4 *1 (-930 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-2 (|:| |var| *5) (|:| -1406 (-756)))))) (-2349 (*1 *2 *1) (-12 (-4 *1 (-930 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-756)))) (-2349 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *6)) (-4 *1 (-930 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-756)))) (-3611 (*1 *2 *1) (-12 (-4 *1 (-930 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *5)))) (-3754 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-930 *3 *4 *5)))) (-3301 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)) (-4 *3 (-169)))) (-1721 (*1 *1 *1 *2) (-12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)) (-4 *3 (-169)))) (-3807 (*1 *1 *1 *2) (-12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)) (-4 *3 (-445)))) (-3471 (*1 *1 *1 *2) (-12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)) (-4 *3 (-445)))) (-4116 (*1 *1 *1) (-12 (-4 *1 (-930 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-445)))) (-3343 (*1 *2 *1) (-12 (-4 *3 (-445)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-412 *1)) (-4 *1 (-930 *3 *4 *5)))))
-(-13 (-881 |t#3|) (-320 |t#1| |t#2|) (-303 $) (-506 |t#3| |t#1|) (-506 |t#3| $) (-1019 |t#3|) (-371 |t#1|) (-10 -8 (-15 -3299 ((-756) $ |t#3|)) (-15 -3299 ((-629 (-756)) $ (-629 |t#3|))) (-15 -2266 ($ $ |t#3| (-756))) (-15 -2266 ($ $ (-629 |t#3|) (-629 (-756)))) (-15 -3939 ((-629 $) $)) (-15 -3449 ((-1150 $) $ |t#3|)) (-15 -3449 ((-1150 |t#1|) $)) (-15 -3506 ((-3 |t#3| "failed") $)) (-15 -3544 ((-756) $ |t#3|)) (-15 -3544 ((-629 (-756)) $ (-629 |t#3|))) (-15 -1916 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $ |t#3|)) (-15 -3590 ($ $ |t#3| (-756))) (-15 -3590 ($ $ (-629 |t#3|) (-629 (-756)))) (-15 -3602 ($ (-1150 |t#1|) |t#3|)) (-15 -3602 ($ (-1150 $) |t#3|)) (-15 -2878 ((-3 (-629 $) "failed") $)) (-15 -4263 ((-3 (-629 $) "failed") $)) (-15 -3909 ((-3 (-2 (|:| |var| |t#3|) (|:| -1406 (-756))) "failed") $)) (-15 -2349 ((-756) $)) (-15 -2349 ((-756) $ (-629 |t#3|))) (-15 -3611 ((-629 |t#3|) $)) (-15 -3754 ((-629 $) $)) (IF (|has| |t#1| (-832)) (-6 (-832)) |%noBranch|) (IF (|has| |t#1| (-600 (-528))) (IF (|has| |t#3| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-600 (-873 (-552)))) (IF (|has| |t#3| (-600 (-873 (-552)))) (-6 (-600 (-873 (-552)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-600 (-873 (-373)))) (IF (|has| |t#3| (-600 (-873 (-373)))) (-6 (-600 (-873 (-373)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-867 (-552))) (IF (|has| |t#3| (-867 (-552))) (-6 (-867 (-552))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-867 (-373))) (IF (|has| |t#3| (-867 (-373))) (-6 (-867 (-373))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-169)) (PROGN (-15 -3301 ($ $ $ |t#3|)) (-15 -1721 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-445)) (PROGN (-6 (-445)) (-15 -3807 ($ $ |t#3|)) (-15 -3471 ($ $)) (-15 -3471 ($ $ |t#3|)) (-15 -3343 ((-412 $) $)) (-15 -4116 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4366)) (-6 -4366) |%noBranch|) (IF (|has| |t#1| (-890)) (-6 (-890)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-600 (-528)) -12 (|has| |#1| (-600 (-528))) (|has| |#3| (-600 (-528)))) ((-600 (-873 (-373))) -12 (|has| |#1| (-600 (-873 (-373)))) (|has| |#3| (-600 (-873 (-373))))) ((-600 (-873 (-552))) -12 (|has| |#1| (-600 (-873 (-552)))) (|has| |#3| (-600 (-873 (-552))))) ((-284) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-303 $) . T) ((-320 |#1| |#2|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4029 (|has| |#1| (-890)) (|has| |#1| (-445))) ((-506 |#3| |#1|) . T) ((-506 |#3| $) . T) ((-506 $ $) . T) ((-544) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-632 #0#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-625 (-552)) |has| |#1| (-625 (-552))) ((-625 |#1|) . T) ((-702 #0#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-711) . T) ((-832) |has| |#1| (-832)) ((-881 |#3|) . T) ((-867 (-373)) -12 (|has| |#1| (-867 (-373))) (|has| |#3| (-867 (-373)))) ((-867 (-552)) -12 (|has| |#1| (-867 (-552))) (|has| |#3| (-867 (-552)))) ((-890) |has| |#1| (-890)) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1019 |#3|) . T) ((-1036 #0#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) |has| |#1| (-890)))
-((-3611 (((-629 |#2|) |#5|) 36)) (-3449 (((-1150 |#5|) |#5| |#2| (-1150 |#5|)) 23) (((-401 (-1150 |#5|)) |#5| |#2|) 16)) (-3602 ((|#5| (-401 (-1150 |#5|)) |#2|) 30)) (-3506 (((-3 |#2| "failed") |#5|) 65)) (-4263 (((-3 (-629 |#5|) "failed") |#5|) 59)) (-4073 (((-3 (-2 (|:| |val| |#5|) (|:| -1406 (-552))) "failed") |#5|) 47)) (-2878 (((-3 (-629 |#5|) "failed") |#5|) 61)) (-3909 (((-3 (-2 (|:| |var| |#2|) (|:| -1406 (-552))) "failed") |#5|) 51)))
-(((-931 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3611 ((-629 |#2|) |#5|)) (-15 -3506 ((-3 |#2| "failed") |#5|)) (-15 -3449 ((-401 (-1150 |#5|)) |#5| |#2|)) (-15 -3602 (|#5| (-401 (-1150 |#5|)) |#2|)) (-15 -3449 ((-1150 |#5|) |#5| |#2| (-1150 |#5|))) (-15 -2878 ((-3 (-629 |#5|) "failed") |#5|)) (-15 -4263 ((-3 (-629 |#5|) "failed") |#5|)) (-15 -3909 ((-3 (-2 (|:| |var| |#2|) (|:| -1406 (-552))) "failed") |#5|)) (-15 -4073 ((-3 (-2 (|:| |val| |#5|) (|:| -1406 (-552))) "failed") |#5|))) (-778) (-832) (-1030) (-930 |#3| |#1| |#2|) (-13 (-357) (-10 -8 (-15 -3213 ($ |#4|)) (-15 -4015 (|#4| $)) (-15 -4026 (|#4| $))))) (T -931))
-((-4073 (*1 *2 *3) (|partial| -12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030)) (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -1406 (-552)))) (-5 *1 (-931 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $))))))) (-3909 (*1 *2 *3) (|partial| -12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030)) (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -1406 (-552)))) (-5 *1 (-931 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $))))))) (-4263 (*1 *2 *3) (|partial| -12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030)) (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-629 *3)) (-5 *1 (-931 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $))))))) (-2878 (*1 *2 *3) (|partial| -12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030)) (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-629 *3)) (-5 *1 (-931 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $))))))) (-3449 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $))))) (-4 *7 (-930 *6 *5 *4)) (-4 *5 (-778)) (-4 *4 (-832)) (-4 *6 (-1030)) (-5 *1 (-931 *5 *4 *6 *7 *3)))) (-3602 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-1150 *2))) (-4 *5 (-778)) (-4 *4 (-832)) (-4 *6 (-1030)) (-4 *2 (-13 (-357) (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $))))) (-5 *1 (-931 *5 *4 *6 *7 *2)) (-4 *7 (-930 *6 *5 *4)))) (-3449 (*1 *2 *3 *4) (-12 (-4 *5 (-778)) (-4 *4 (-832)) (-4 *6 (-1030)) (-4 *7 (-930 *6 *5 *4)) (-5 *2 (-401 (-1150 *3))) (-5 *1 (-931 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $))))))) (-3506 (*1 *2 *3) (|partial| -12 (-4 *4 (-778)) (-4 *5 (-1030)) (-4 *6 (-930 *5 *4 *2)) (-4 *2 (-832)) (-5 *1 (-931 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3213 ($ *6)) (-15 -4015 (*6 $)) (-15 -4026 (*6 $))))))) (-3611 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030)) (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-629 *5)) (-5 *1 (-931 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $))))))))
-(-10 -7 (-15 -3611 ((-629 |#2|) |#5|)) (-15 -3506 ((-3 |#2| "failed") |#5|)) (-15 -3449 ((-401 (-1150 |#5|)) |#5| |#2|)) (-15 -3602 (|#5| (-401 (-1150 |#5|)) |#2|)) (-15 -3449 ((-1150 |#5|) |#5| |#2| (-1150 |#5|))) (-15 -2878 ((-3 (-629 |#5|) "failed") |#5|)) (-15 -4263 ((-3 (-629 |#5|) "failed") |#5|)) (-15 -3909 ((-3 (-2 (|:| |var| |#2|) (|:| -1406 (-552))) "failed") |#5|)) (-15 -4073 ((-3 (-2 (|:| |val| |#5|) (|:| -1406 (-552))) "failed") |#5|)))
-((-1477 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24)))
-(((-932 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1477 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-778) (-832) (-1030) (-930 |#3| |#1| |#2|) (-13 (-1078) (-10 -8 (-15 -1698 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-756)))))) (T -932))
-((-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-832)) (-4 *8 (-1030)) (-4 *6 (-778)) (-4 *2 (-13 (-1078) (-10 -8 (-15 -1698 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-756)))))) (-5 *1 (-932 *6 *7 *8 *5 *2)) (-4 *5 (-930 *8 *6 *7)))))
-(-10 -7 (-15 -1477 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-1154)) $) 16)) (-3449 (((-1150 $) $ (-1154)) 21) (((-1150 |#1|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-1154))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-4116 (($ $) NIL (|has| |#1| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) 8) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-1154) "failed") $) NIL)) (-2832 ((|#1| $) NIL) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-1154) $) NIL)) (-3301 (($ $ $ (-1154)) NIL (|has| |#1| (-169)))) (-3766 (($ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#1| (-445))) (($ $ (-1154)) NIL (|has| |#1| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#1| (-890)))) (-3423 (($ $ |#1| (-523 (-1154)) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-1154) (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-1154) (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3602 (($ (-1150 |#1|) (-1154)) NIL) (($ (-1150 $) (-1154)) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-523 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-1154)) NIL)) (-3544 (((-523 (-1154)) $) NIL) (((-756) $ (-1154)) NIL) (((-629 (-756)) $ (-629 (-1154))) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-3891 (($ (-1 (-523 (-1154)) (-523 (-1154))) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-3506 (((-3 (-1154) "failed") $) 19)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2623 (((-1136) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-1154)) (|:| -1406 (-756))) "failed") $) NIL)) (-2889 (($ $ (-1154)) 29 (|has| |#1| (-38 (-401 (-552)))))) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-890)))) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-1154) |#1|) NIL) (($ $ (-629 (-1154)) (-629 |#1|)) NIL) (($ $ (-1154) $) NIL) (($ $ (-629 (-1154)) (-629 $)) NIL)) (-1721 (($ $ (-1154)) NIL (|has| |#1| (-169)))) (-3096 (($ $ (-1154)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL)) (-3299 (((-523 (-1154)) $) NIL) (((-756) $ (-1154)) NIL) (((-629 (-756)) $ (-629 (-1154))) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-1154) (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-1154) (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-1154) (-600 (-528))) (|has| |#1| (-600 (-528)))))) (-3807 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-1154)) NIL (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) 25) (($ (-552)) NIL) (($ |#1|) NIL) (($ (-1154)) 27) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-523 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#1| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-1154)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-933 |#1|) (-13 (-930 |#1| (-523 (-1154)) (-1154)) (-10 -8 (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1154))) |%noBranch|))) (-1030)) (T -933))
-((-2889 (*1 *1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-933 *3)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)))))
-(-13 (-930 |#1| (-523 (-1154)) (-1154)) (-10 -8 (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1154))) |%noBranch|)))
-((-2203 (((-2 (|:| -1406 (-756)) (|:| -4158 |#5|) (|:| |radicand| |#5|)) |#3| (-756)) 38)) (-1934 (((-2 (|:| -1406 (-756)) (|:| -4158 |#5|) (|:| |radicand| |#5|)) (-401 (-552)) (-756)) 34)) (-2161 (((-2 (|:| -1406 (-756)) (|:| -4158 |#4|) (|:| |radicand| (-629 |#4|))) |#4| (-756)) 54)) (-3039 (((-2 (|:| -1406 (-756)) (|:| -4158 |#5|) (|:| |radicand| |#5|)) |#5| (-756)) 64 (|has| |#3| (-445)))))
-(((-934 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2203 ((-2 (|:| -1406 (-756)) (|:| -4158 |#5|) (|:| |radicand| |#5|)) |#3| (-756))) (-15 -1934 ((-2 (|:| -1406 (-756)) (|:| -4158 |#5|) (|:| |radicand| |#5|)) (-401 (-552)) (-756))) (IF (|has| |#3| (-445)) (-15 -3039 ((-2 (|:| -1406 (-756)) (|:| -4158 |#5|) (|:| |radicand| |#5|)) |#5| (-756))) |%noBranch|) (-15 -2161 ((-2 (|:| -1406 (-756)) (|:| -4158 |#4|) (|:| |radicand| (-629 |#4|))) |#4| (-756)))) (-778) (-832) (-544) (-930 |#3| |#1| |#2|) (-13 (-357) (-10 -8 (-15 -4015 (|#4| $)) (-15 -4026 (|#4| $)) (-15 -3213 ($ |#4|))))) (T -934))
-((-2161 (*1 *2 *3 *4) (-12 (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-544)) (-4 *3 (-930 *7 *5 *6)) (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *3) (|:| |radicand| (-629 *3)))) (-5 *1 (-934 *5 *6 *7 *3 *8)) (-5 *4 (-756)) (-4 *8 (-13 (-357) (-10 -8 (-15 -4015 (*3 $)) (-15 -4026 (*3 $)) (-15 -3213 ($ *3))))))) (-3039 (*1 *2 *3 *4) (-12 (-4 *7 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-544)) (-4 *8 (-930 *7 *5 *6)) (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *3) (|:| |radicand| *3))) (-5 *1 (-934 *5 *6 *7 *8 *3)) (-5 *4 (-756)) (-4 *3 (-13 (-357) (-10 -8 (-15 -4015 (*8 $)) (-15 -4026 (*8 $)) (-15 -3213 ($ *8))))))) (-1934 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-552))) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-544)) (-4 *8 (-930 *7 *5 *6)) (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *9) (|:| |radicand| *9))) (-5 *1 (-934 *5 *6 *7 *8 *9)) (-5 *4 (-756)) (-4 *9 (-13 (-357) (-10 -8 (-15 -4015 (*8 $)) (-15 -4026 (*8 $)) (-15 -3213 ($ *8))))))) (-2203 (*1 *2 *3 *4) (-12 (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-544)) (-4 *7 (-930 *3 *5 *6)) (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *8) (|:| |radicand| *8))) (-5 *1 (-934 *5 *6 *3 *7 *8)) (-5 *4 (-756)) (-4 *8 (-13 (-357) (-10 -8 (-15 -4015 (*7 $)) (-15 -4026 (*7 $)) (-15 -3213 ($ *7))))))))
-(-10 -7 (-15 -2203 ((-2 (|:| -1406 (-756)) (|:| -4158 |#5|) (|:| |radicand| |#5|)) |#3| (-756))) (-15 -1934 ((-2 (|:| -1406 (-756)) (|:| -4158 |#5|) (|:| |radicand| |#5|)) (-401 (-552)) (-756))) (IF (|has| |#3| (-445)) (-15 -3039 ((-2 (|:| -1406 (-756)) (|:| -4158 |#5|) (|:| |radicand| |#5|)) |#5| (-756))) |%noBranch|) (-15 -2161 ((-2 (|:| -1406 (-756)) (|:| -4158 |#4|) (|:| |radicand| (-629 |#4|))) |#4| (-756))))
-((-3202 (((-111) $ $) NIL)) (-1285 (($ (-1098)) 8)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 14) (((-1098) $) 11)) (-1613 (((-111) $ $) 10)))
-(((-935) (-13 (-1078) (-599 (-1098)) (-10 -8 (-15 -1285 ($ (-1098)))))) (T -935))
-((-1285 (*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-935)))))
-(-13 (-1078) (-599 (-1098)) (-10 -8 (-15 -1285 ($ (-1098)))))
-((-2926 (((-1072 (-220)) $) 8)) (-2915 (((-1072 (-220)) $) 9)) (-3890 (((-629 (-629 (-924 (-220)))) $) 10)) (-3213 (((-844) $) 6)))
-(((-936) (-137)) (T -936))
-((-3890 (*1 *2 *1) (-12 (-4 *1 (-936)) (-5 *2 (-629 (-629 (-924 (-220))))))) (-2915 (*1 *2 *1) (-12 (-4 *1 (-936)) (-5 *2 (-1072 (-220))))) (-2926 (*1 *2 *1) (-12 (-4 *1 (-936)) (-5 *2 (-1072 (-220))))))
-(-13 (-599 (-844)) (-10 -8 (-15 -3890 ((-629 (-629 (-924 (-220)))) $)) (-15 -2915 ((-1072 (-220)) $)) (-15 -2926 ((-1072 (-220)) $))))
-(((-599 (-844)) . T))
-((-1317 (((-3 (-673 |#1|) "failed") |#2| (-902)) 15)))
-(((-937 |#1| |#2|) (-10 -7 (-15 -1317 ((-3 (-673 |#1|) "failed") |#2| (-902)))) (-544) (-640 |#1|)) (T -937))
-((-1317 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-902)) (-4 *5 (-544)) (-5 *2 (-673 *5)) (-5 *1 (-937 *5 *3)) (-4 *3 (-640 *5)))))
-(-10 -7 (-15 -1317 ((-3 (-673 |#1|) "failed") |#2| (-902))))
-((-3215 (((-939 |#2|) (-1 |#2| |#1| |#2|) (-939 |#1|) |#2|) 16)) (-3884 ((|#2| (-1 |#2| |#1| |#2|) (-939 |#1|) |#2|) 18)) (-1477 (((-939 |#2|) (-1 |#2| |#1|) (-939 |#1|)) 13)))
-(((-938 |#1| |#2|) (-10 -7 (-15 -3215 ((-939 |#2|) (-1 |#2| |#1| |#2|) (-939 |#1|) |#2|)) (-15 -3884 (|#2| (-1 |#2| |#1| |#2|) (-939 |#1|) |#2|)) (-15 -1477 ((-939 |#2|) (-1 |#2| |#1|) (-939 |#1|)))) (-1191) (-1191)) (T -938))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-939 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-939 *6)) (-5 *1 (-938 *5 *6)))) (-3884 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-939 *5)) (-4 *5 (-1191)) (-4 *2 (-1191)) (-5 *1 (-938 *5 *2)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-939 *6)) (-4 *6 (-1191)) (-4 *5 (-1191)) (-5 *2 (-939 *5)) (-5 *1 (-938 *6 *5)))))
-(-10 -7 (-15 -3215 ((-939 |#2|) (-1 |#2| |#1| |#2|) (-939 |#1|) |#2|)) (-15 -3884 (|#2| (-1 |#2| |#1| |#2|) (-939 |#1|) |#2|)) (-15 -1477 ((-939 |#2|) (-1 |#2| |#1|) (-939 |#1|))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-552) |#1|) 16 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) 15 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 13)) (-1456 (((-552) (-1 (-111) |#1|) $) NIL) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078)))) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-3307 (($ (-756) |#1|) 12)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) 10 (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2702 ((|#1| $) NIL (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) 17 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) 11)) (-2060 ((|#1| $ (-552) |#1|) NIL) ((|#1| $ (-552)) 14) (($ $ (-1204 (-552))) NIL)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) NIL)) (-4319 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-629 $)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-2657 (((-756) $) 8 (|has| $ (-6 -4368)))))
-(((-939 |#1|) (-19 |#1|) (-1191)) (T -939))
+((-2350 (((-1099) $ (-127)) NIL)) (-1824 (((-1099) $ (-128)) 22)) (-2585 (($ (-382)) 12) (($ (-1137)) 14)) (-2713 (((-111) $) 19)) (-3212 (((-845) $) 26)) (-3297 (($ $) 23)))
+(((-844) (-13 (-843) (-600 (-845)) (-10 -8 (-15 -2585 ($ (-382))) (-15 -2585 ($ (-1137))) (-15 -2713 ((-111) $))))) (T -844))
+((-2585 (*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-844)))) (-2585 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-844)))) (-2713 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-844)))))
+(-13 (-843) (-600 (-845)) (-10 -8 (-15 -2585 ($ (-382))) (-15 -2585 ($ (-1137))) (-15 -2713 ((-111) $))))
+((-3200 (((-111) $ $) NIL) (($ $ $) 77)) (-1712 (($ $ $) 114)) (-4053 (((-553) $) 31) (((-553)) 36)) (-1549 (($ (-553)) 45)) (-2334 (($ $ $) 46) (($ (-630 $)) 76)) (-1818 (($ $ (-630 $)) 74)) (-1472 (((-553) $) 34)) (-2901 (($ $ $) 65)) (-2993 (($ $) 127) (($ $ $) 128) (($ $ $ $) 129)) (-1796 (((-553) $) 33)) (-2886 (($ $ $) 64)) (-3985 (($ $) 104)) (-2082 (($ $ $) 118)) (-1688 (($ (-630 $)) 53)) (-2568 (($ $ (-630 $)) 71)) (-3299 (($ (-553) (-553)) 47)) (-3122 (($ $) 115) (($ $ $) 116)) (-3425 (($ $ (-553)) 41) (($ $) 44)) (-4005 (($ $ $) 89)) (-2509 (($ $ $) 121)) (-2499 (($ $) 105)) (-3986 (($ $ $) 90)) (-3052 (($ $) 130) (($ $ $) 131) (($ $ $ $) 132)) (-1873 (((-1243) $) 10)) (-3659 (($ $) 108) (($ $ (-757)) 111)) (-3115 (($ $ $) 67)) (-3289 (($ $ $) 66)) (-2720 (($ $ (-630 $)) 100)) (-4055 (($ $ $) 103)) (-2006 (($ (-630 $)) 51)) (-1725 (($ $) 62) (($ (-630 $)) 63)) (-1735 (($ $ $) 112)) (-3460 (($ $) 106)) (-3125 (($ $ $) 117)) (-4008 (($ (-553)) 21) (($ (-1155)) 23) (($ (-1137)) 30) (($ (-220)) 25)) (-3166 (($ $ $) 93)) (-4106 (($ $) 94)) (-3682 (((-1243) (-1137)) 15)) (-2409 (($ (-1137)) 14)) (-3515 (($ (-630 (-630 $))) 50)) (-3413 (($ $ (-553)) 40) (($ $) 43)) (-4056 (((-1137) $) NIL)) (-2086 (($ $ $) 120)) (-4253 (($ $) 133) (($ $ $) 134) (($ $ $ $) 135)) (-3911 (((-111) $) 98)) (-3804 (($ $ (-630 $)) 101) (($ $ $ $) 102)) (-2150 (($ (-553)) 37)) (-2385 (((-553) $) 32) (((-553)) 35)) (-1756 (($ $ $) 38) (($ (-630 $)) 75)) (-2875 (((-1099) $) NIL)) (-3968 (($ $ $) 91)) (-1422 (($) 13)) (-2061 (($ $ (-630 $)) 99)) (-2342 (((-1137) (-1137)) 8)) (-1602 (($ $) 107) (($ $ (-757)) 110)) (-3976 (($ $ $) 88)) (-3095 (($ $ (-757)) 126)) (-2644 (($ (-630 $)) 52)) (-3212 (((-845) $) 19)) (-4045 (($ $ (-553)) 39) (($ $) 42)) (-3676 (($ $) 60) (($ (-630 $)) 61)) (-3540 (($ $) 58) (($ (-630 $)) 59)) (-3064 (($ $) 113)) (-3789 (($ (-630 $)) 57)) (-3839 (($ $ $) 97)) (-3806 (($ $ $) 119)) (-3791 (($ $ $) 92)) (-4269 (($ $ $) 95) (($ $) 96)) (-1667 (($ $ $) 81)) (-1645 (($ $ $) 79)) (-1614 (((-111) $ $) 16) (($ $ $) 17)) (-1656 (($ $ $) 80)) (-1633 (($ $ $) 78)) (-1721 (($ $ $) 86)) (-1710 (($ $ $) 83) (($ $) 84)) (-1699 (($ $ $) 82)) (** (($ $ $) 87)) (* (($ $ $) 85)))
+(((-845) (-13 (-1079) (-10 -8 (-15 -1873 ((-1243) $)) (-15 -2409 ($ (-1137))) (-15 -3682 ((-1243) (-1137))) (-15 -4008 ($ (-553))) (-15 -4008 ($ (-1155))) (-15 -4008 ($ (-1137))) (-15 -4008 ($ (-220))) (-15 -1422 ($)) (-15 -2342 ((-1137) (-1137))) (-15 -4053 ((-553) $)) (-15 -2385 ((-553) $)) (-15 -4053 ((-553))) (-15 -2385 ((-553))) (-15 -1796 ((-553) $)) (-15 -1472 ((-553) $)) (-15 -2150 ($ (-553))) (-15 -1549 ($ (-553))) (-15 -3299 ($ (-553) (-553))) (-15 -3413 ($ $ (-553))) (-15 -3425 ($ $ (-553))) (-15 -4045 ($ $ (-553))) (-15 -3413 ($ $)) (-15 -3425 ($ $)) (-15 -4045 ($ $)) (-15 -1756 ($ $ $)) (-15 -2334 ($ $ $)) (-15 -1756 ($ (-630 $))) (-15 -2334 ($ (-630 $))) (-15 -2720 ($ $ (-630 $))) (-15 -3804 ($ $ (-630 $))) (-15 -3804 ($ $ $ $)) (-15 -4055 ($ $ $)) (-15 -3911 ((-111) $)) (-15 -2061 ($ $ (-630 $))) (-15 -3985 ($ $)) (-15 -2086 ($ $ $)) (-15 -3064 ($ $)) (-15 -3515 ($ (-630 (-630 $)))) (-15 -1712 ($ $ $)) (-15 -3122 ($ $)) (-15 -3122 ($ $ $)) (-15 -3125 ($ $ $)) (-15 -2082 ($ $ $)) (-15 -3806 ($ $ $)) (-15 -2509 ($ $ $)) (-15 -3095 ($ $ (-757))) (-15 -3839 ($ $ $)) (-15 -2886 ($ $ $)) (-15 -2901 ($ $ $)) (-15 -3289 ($ $ $)) (-15 -3115 ($ $ $)) (-15 -2568 ($ $ (-630 $))) (-15 -1818 ($ $ (-630 $))) (-15 -2499 ($ $)) (-15 -1602 ($ $)) (-15 -1602 ($ $ (-757))) (-15 -3659 ($ $)) (-15 -3659 ($ $ (-757))) (-15 -3460 ($ $)) (-15 -1735 ($ $ $)) (-15 -2993 ($ $)) (-15 -2993 ($ $ $)) (-15 -2993 ($ $ $ $)) (-15 -3052 ($ $)) (-15 -3052 ($ $ $)) (-15 -3052 ($ $ $ $)) (-15 -4253 ($ $)) (-15 -4253 ($ $ $)) (-15 -4253 ($ $ $ $)) (-15 -3540 ($ $)) (-15 -3540 ($ (-630 $))) (-15 -3676 ($ $)) (-15 -3676 ($ (-630 $))) (-15 -1725 ($ $)) (-15 -1725 ($ (-630 $))) (-15 -2006 ($ (-630 $))) (-15 -2644 ($ (-630 $))) (-15 -1688 ($ (-630 $))) (-15 -3789 ($ (-630 $))) (-15 -1614 ($ $ $)) (-15 -3200 ($ $ $)) (-15 -1633 ($ $ $)) (-15 -1645 ($ $ $)) (-15 -1656 ($ $ $)) (-15 -1667 ($ $ $)) (-15 -1699 ($ $ $)) (-15 -1710 ($ $ $)) (-15 -1710 ($ $)) (-15 * ($ $ $)) (-15 -1721 ($ $ $)) (-15 ** ($ $ $)) (-15 -3976 ($ $ $)) (-15 -4005 ($ $ $)) (-15 -3986 ($ $ $)) (-15 -3968 ($ $ $)) (-15 -3791 ($ $ $)) (-15 -3166 ($ $ $)) (-15 -4106 ($ $)) (-15 -4269 ($ $ $)) (-15 -4269 ($ $))))) (T -845))
+((-1873 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-845)))) (-2409 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-845)))) (-3682 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-845)))) (-4008 (*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-4008 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-845)))) (-4008 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-845)))) (-4008 (*1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-845)))) (-1422 (*1 *1) (-5 *1 (-845))) (-2342 (*1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-845)))) (-4053 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-2385 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-4053 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-2385 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-1796 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-1472 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-2150 (*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-1549 (*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-3299 (*1 *1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-3413 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-3425 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-4045 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))) (-3413 (*1 *1 *1) (-5 *1 (-845))) (-3425 (*1 *1 *1) (-5 *1 (-845))) (-4045 (*1 *1 *1) (-5 *1 (-845))) (-1756 (*1 *1 *1 *1) (-5 *1 (-845))) (-2334 (*1 *1 *1 *1) (-5 *1 (-845))) (-1756 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-2334 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-2720 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-3804 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-3804 (*1 *1 *1 *1 *1) (-5 *1 (-845))) (-4055 (*1 *1 *1 *1) (-5 *1 (-845))) (-3911 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-845)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-3985 (*1 *1 *1) (-5 *1 (-845))) (-2086 (*1 *1 *1 *1) (-5 *1 (-845))) (-3064 (*1 *1 *1) (-5 *1 (-845))) (-3515 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 (-845)))) (-5 *1 (-845)))) (-1712 (*1 *1 *1 *1) (-5 *1 (-845))) (-3122 (*1 *1 *1) (-5 *1 (-845))) (-3122 (*1 *1 *1 *1) (-5 *1 (-845))) (-3125 (*1 *1 *1 *1) (-5 *1 (-845))) (-2082 (*1 *1 *1 *1) (-5 *1 (-845))) (-3806 (*1 *1 *1 *1) (-5 *1 (-845))) (-2509 (*1 *1 *1 *1) (-5 *1 (-845))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-845)))) (-3839 (*1 *1 *1 *1) (-5 *1 (-845))) (-2886 (*1 *1 *1 *1) (-5 *1 (-845))) (-2901 (*1 *1 *1 *1) (-5 *1 (-845))) (-3289 (*1 *1 *1 *1) (-5 *1 (-845))) (-3115 (*1 *1 *1 *1) (-5 *1 (-845))) (-2568 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-1818 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-2499 (*1 *1 *1) (-5 *1 (-845))) (-1602 (*1 *1 *1) (-5 *1 (-845))) (-1602 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-845)))) (-3659 (*1 *1 *1) (-5 *1 (-845))) (-3659 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-845)))) (-3460 (*1 *1 *1) (-5 *1 (-845))) (-1735 (*1 *1 *1 *1) (-5 *1 (-845))) (-2993 (*1 *1 *1) (-5 *1 (-845))) (-2993 (*1 *1 *1 *1) (-5 *1 (-845))) (-2993 (*1 *1 *1 *1 *1) (-5 *1 (-845))) (-3052 (*1 *1 *1) (-5 *1 (-845))) (-3052 (*1 *1 *1 *1) (-5 *1 (-845))) (-3052 (*1 *1 *1 *1 *1) (-5 *1 (-845))) (-4253 (*1 *1 *1) (-5 *1 (-845))) (-4253 (*1 *1 *1 *1) (-5 *1 (-845))) (-4253 (*1 *1 *1 *1 *1) (-5 *1 (-845))) (-3540 (*1 *1 *1) (-5 *1 (-845))) (-3540 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-3676 (*1 *1 *1) (-5 *1 (-845))) (-3676 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-1725 (*1 *1 *1) (-5 *1 (-845))) (-1725 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-2006 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-2644 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-1688 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-3789 (*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))) (-1614 (*1 *1 *1 *1) (-5 *1 (-845))) (-3200 (*1 *1 *1 *1) (-5 *1 (-845))) (-1633 (*1 *1 *1 *1) (-5 *1 (-845))) (-1645 (*1 *1 *1 *1) (-5 *1 (-845))) (-1656 (*1 *1 *1 *1) (-5 *1 (-845))) (-1667 (*1 *1 *1 *1) (-5 *1 (-845))) (-1699 (*1 *1 *1 *1) (-5 *1 (-845))) (-1710 (*1 *1 *1 *1) (-5 *1 (-845))) (-1710 (*1 *1 *1) (-5 *1 (-845))) (* (*1 *1 *1 *1) (-5 *1 (-845))) (-1721 (*1 *1 *1 *1) (-5 *1 (-845))) (** (*1 *1 *1 *1) (-5 *1 (-845))) (-3976 (*1 *1 *1 *1) (-5 *1 (-845))) (-4005 (*1 *1 *1 *1) (-5 *1 (-845))) (-3986 (*1 *1 *1 *1) (-5 *1 (-845))) (-3968 (*1 *1 *1 *1) (-5 *1 (-845))) (-3791 (*1 *1 *1 *1) (-5 *1 (-845))) (-3166 (*1 *1 *1 *1) (-5 *1 (-845))) (-4106 (*1 *1 *1) (-5 *1 (-845))) (-4269 (*1 *1 *1 *1) (-5 *1 (-845))) (-4269 (*1 *1 *1) (-5 *1 (-845))))
+(-13 (-1079) (-10 -8 (-15 -1873 ((-1243) $)) (-15 -2409 ($ (-1137))) (-15 -3682 ((-1243) (-1137))) (-15 -4008 ($ (-553))) (-15 -4008 ($ (-1155))) (-15 -4008 ($ (-1137))) (-15 -4008 ($ (-220))) (-15 -1422 ($)) (-15 -2342 ((-1137) (-1137))) (-15 -4053 ((-553) $)) (-15 -2385 ((-553) $)) (-15 -4053 ((-553))) (-15 -2385 ((-553))) (-15 -1796 ((-553) $)) (-15 -1472 ((-553) $)) (-15 -2150 ($ (-553))) (-15 -1549 ($ (-553))) (-15 -3299 ($ (-553) (-553))) (-15 -3413 ($ $ (-553))) (-15 -3425 ($ $ (-553))) (-15 -4045 ($ $ (-553))) (-15 -3413 ($ $)) (-15 -3425 ($ $)) (-15 -4045 ($ $)) (-15 -1756 ($ $ $)) (-15 -2334 ($ $ $)) (-15 -1756 ($ (-630 $))) (-15 -2334 ($ (-630 $))) (-15 -2720 ($ $ (-630 $))) (-15 -3804 ($ $ (-630 $))) (-15 -3804 ($ $ $ $)) (-15 -4055 ($ $ $)) (-15 -3911 ((-111) $)) (-15 -2061 ($ $ (-630 $))) (-15 -3985 ($ $)) (-15 -2086 ($ $ $)) (-15 -3064 ($ $)) (-15 -3515 ($ (-630 (-630 $)))) (-15 -1712 ($ $ $)) (-15 -3122 ($ $)) (-15 -3122 ($ $ $)) (-15 -3125 ($ $ $)) (-15 -2082 ($ $ $)) (-15 -3806 ($ $ $)) (-15 -2509 ($ $ $)) (-15 -3095 ($ $ (-757))) (-15 -3839 ($ $ $)) (-15 -2886 ($ $ $)) (-15 -2901 ($ $ $)) (-15 -3289 ($ $ $)) (-15 -3115 ($ $ $)) (-15 -2568 ($ $ (-630 $))) (-15 -1818 ($ $ (-630 $))) (-15 -2499 ($ $)) (-15 -1602 ($ $)) (-15 -1602 ($ $ (-757))) (-15 -3659 ($ $)) (-15 -3659 ($ $ (-757))) (-15 -3460 ($ $)) (-15 -1735 ($ $ $)) (-15 -2993 ($ $)) (-15 -2993 ($ $ $)) (-15 -2993 ($ $ $ $)) (-15 -3052 ($ $)) (-15 -3052 ($ $ $)) (-15 -3052 ($ $ $ $)) (-15 -4253 ($ $)) (-15 -4253 ($ $ $)) (-15 -4253 ($ $ $ $)) (-15 -3540 ($ $)) (-15 -3540 ($ (-630 $))) (-15 -3676 ($ $)) (-15 -3676 ($ (-630 $))) (-15 -1725 ($ $)) (-15 -1725 ($ (-630 $))) (-15 -2006 ($ (-630 $))) (-15 -2644 ($ (-630 $))) (-15 -1688 ($ (-630 $))) (-15 -3789 ($ (-630 $))) (-15 -1614 ($ $ $)) (-15 -3200 ($ $ $)) (-15 -1633 ($ $ $)) (-15 -1645 ($ $ $)) (-15 -1656 ($ $ $)) (-15 -1667 ($ $ $)) (-15 -1699 ($ $ $)) (-15 -1710 ($ $ $)) (-15 -1710 ($ $)) (-15 * ($ $ $)) (-15 -1721 ($ $ $)) (-15 ** ($ $ $)) (-15 -3976 ($ $ $)) (-15 -4005 ($ $ $)) (-15 -3986 ($ $ $)) (-15 -3968 ($ $ $)) (-15 -3791 ($ $ $)) (-15 -3166 ($ $ $)) (-15 -4106 ($ $)) (-15 -4269 ($ $ $)) (-15 -4269 ($ $))))
+((-1800 (((-1243) (-630 (-52))) 24)) (-3782 (((-1243) (-1137) (-845)) 14) (((-1243) (-845)) 9) (((-1243) (-1137)) 11)))
+(((-846) (-10 -7 (-15 -3782 ((-1243) (-1137))) (-15 -3782 ((-1243) (-845))) (-15 -3782 ((-1243) (-1137) (-845))) (-15 -1800 ((-1243) (-630 (-52)))))) (T -846))
+((-1800 (*1 *2 *3) (-12 (-5 *3 (-630 (-52))) (-5 *2 (-1243)) (-5 *1 (-846)))) (-3782 (*1 *2 *3 *4) (-12 (-5 *3 (-1137)) (-5 *4 (-845)) (-5 *2 (-1243)) (-5 *1 (-846)))) (-3782 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-846)))) (-3782 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-846)))))
+(-10 -7 (-15 -3782 ((-1243) (-1137))) (-15 -3782 ((-1243) (-845))) (-15 -3782 ((-1243) (-1137) (-845))) (-15 -1800 ((-1243) (-630 (-52)))))
+((-3200 (((-111) $ $) NIL)) (-1489 (((-3 $ "failed") (-1155)) 33)) (-2662 (((-757)) 31)) (-1333 (($) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-3941 (((-903) $) 29)) (-4056 (((-1137) $) 39)) (-2839 (($ (-903)) 28)) (-2875 (((-1099) $) NIL)) (-1523 (((-1155) $) 13) (((-529) $) 19) (((-874 (-373)) $) 26) (((-874 (-553)) $) 22)) (-3212 (((-845) $) 16)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 36)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 35)))
+(((-847 |#1|) (-13 (-827) (-601 (-1155)) (-601 (-529)) (-601 (-874 (-373))) (-601 (-874 (-553))) (-10 -8 (-15 -1489 ((-3 $ "failed") (-1155))))) (-630 (-1155))) (T -847))
+((-1489 (*1 *1 *2) (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-847 *3)) (-14 *3 (-630 *2)))))
+(-13 (-827) (-601 (-1155)) (-601 (-529)) (-601 (-874 (-373))) (-601 (-874 (-553))) (-10 -8 (-15 -1489 ((-3 $ "failed") (-1155)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (((-934 |#1|) $) NIL) (($ (-934 |#1|)) NIL) (($ |#1|) NIL (|has| |#1| (-169)))) (-1348 (((-757)) NIL)) (-2544 (((-1243) (-757)) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1721 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169)))))
+(((-848 |#1| |#2| |#3| |#4|) (-13 (-1031) (-10 -8 (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (-15 -3212 ((-934 |#1|) $)) (-15 -3212 ($ (-934 |#1|))) (IF (|has| |#1| (-357)) (-15 -1721 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2544 ((-1243) (-757))))) (-1031) (-630 (-1155)) (-630 (-757)) (-757)) (T -848))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-934 *3)) (-5 *1 (-848 *3 *4 *5 *6)) (-4 *3 (-1031)) (-14 *4 (-630 (-1155))) (-14 *5 (-630 (-757))) (-14 *6 (-757)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-934 *3)) (-4 *3 (-1031)) (-5 *1 (-848 *3 *4 *5 *6)) (-14 *4 (-630 (-1155))) (-14 *5 (-630 (-757))) (-14 *6 (-757)))) (-1721 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-848 *2 *3 *4 *5)) (-4 *2 (-357)) (-4 *2 (-1031)) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-757))) (-14 *5 (-757)))) (-2544 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-848 *4 *5 *6 *7)) (-4 *4 (-1031)) (-14 *5 (-630 (-1155))) (-14 *6 (-630 *3)) (-14 *7 *3))))
+(-13 (-1031) (-10 -8 (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (-15 -3212 ((-934 |#1|) $)) (-15 -3212 ($ (-934 |#1|))) (IF (|has| |#1| (-357)) (-15 -1721 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2544 ((-1243) (-757)))))
+((-2023 (((-3 (-171 |#3|) "failed") (-757) (-757) |#2| |#2|) 31)) (-4101 (((-3 (-401 |#3|) "failed") (-757) (-757) |#2| |#2|) 24)))
+(((-849 |#1| |#2| |#3|) (-10 -7 (-15 -4101 ((-3 (-401 |#3|) "failed") (-757) (-757) |#2| |#2|)) (-15 -2023 ((-3 (-171 |#3|) "failed") (-757) (-757) |#2| |#2|))) (-357) (-1229 |#1|) (-1214 |#1|)) (T -849))
+((-2023 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-757)) (-4 *5 (-357)) (-5 *2 (-171 *6)) (-5 *1 (-849 *5 *4 *6)) (-4 *4 (-1229 *5)) (-4 *6 (-1214 *5)))) (-4101 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-757)) (-4 *5 (-357)) (-5 *2 (-401 *6)) (-5 *1 (-849 *5 *4 *6)) (-4 *4 (-1229 *5)) (-4 *6 (-1214 *5)))))
+(-10 -7 (-15 -4101 ((-3 (-401 |#3|) "failed") (-757) (-757) |#2| |#2|)) (-15 -2023 ((-3 (-171 |#3|) "failed") (-757) (-757) |#2| |#2|)))
+((-4101 (((-3 (-401 (-1211 |#2| |#1|)) "failed") (-757) (-757) (-1230 |#1| |#2| |#3|)) 28) (((-3 (-401 (-1211 |#2| |#1|)) "failed") (-757) (-757) (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|)) 26)))
+(((-850 |#1| |#2| |#3|) (-10 -7 (-15 -4101 ((-3 (-401 (-1211 |#2| |#1|)) "failed") (-757) (-757) (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|))) (-15 -4101 ((-3 (-401 (-1211 |#2| |#1|)) "failed") (-757) (-757) (-1230 |#1| |#2| |#3|)))) (-357) (-1155) |#1|) (T -850))
+((-4101 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-757)) (-5 *4 (-1230 *5 *6 *7)) (-4 *5 (-357)) (-14 *6 (-1155)) (-14 *7 *5) (-5 *2 (-401 (-1211 *6 *5))) (-5 *1 (-850 *5 *6 *7)))) (-4101 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-757)) (-5 *4 (-1230 *5 *6 *7)) (-4 *5 (-357)) (-14 *6 (-1155)) (-14 *7 *5) (-5 *2 (-401 (-1211 *6 *5))) (-5 *1 (-850 *5 *6 *7)))))
+(-10 -7 (-15 -4101 ((-3 (-401 (-1211 |#2| |#1|)) "failed") (-757) (-757) (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|))) (-15 -4101 ((-3 (-401 (-1211 |#2| |#1|)) "failed") (-757) (-757) (-1230 |#1| |#2| |#3|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3487 (($ $ (-553)) 60)) (-3816 (((-111) $ $) 57)) (-3203 (($) 17 T CONST)) (-3122 (($ (-1151 (-553)) (-553)) 59)) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-3758 (($ $) 62)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-2592 (((-757) $) 67)) (-1434 (((-111) $) 30)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-4304 (((-553)) 64)) (-3463 (((-553) $) 63)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-2370 (($ $ (-553)) 66)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-4147 (((-1135 (-553)) $) 68)) (-4297 (($ $) 65)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-4312 (((-553) $ (-553)) 61)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-851 |#1|) (-137) (-553)) (T -851))
+((-4147 (*1 *2 *1) (-12 (-4 *1 (-851 *3)) (-5 *2 (-1135 (-553))))) (-2592 (*1 *2 *1) (-12 (-4 *1 (-851 *3)) (-5 *2 (-757)))) (-2370 (*1 *1 *1 *2) (-12 (-4 *1 (-851 *3)) (-5 *2 (-553)))) (-4297 (*1 *1 *1) (-4 *1 (-851 *2))) (-4304 (*1 *2) (-12 (-4 *1 (-851 *3)) (-5 *2 (-553)))) (-3463 (*1 *2 *1) (-12 (-4 *1 (-851 *3)) (-5 *2 (-553)))) (-3758 (*1 *1 *1) (-4 *1 (-851 *2))) (-4312 (*1 *2 *1 *2) (-12 (-4 *1 (-851 *3)) (-5 *2 (-553)))) (-3487 (*1 *1 *1 *2) (-12 (-4 *1 (-851 *3)) (-5 *2 (-553)))) (-3122 (*1 *1 *2 *3) (-12 (-5 *2 (-1151 (-553))) (-5 *3 (-553)) (-4 *1 (-851 *4)))))
+(-13 (-301) (-144) (-10 -8 (-15 -4147 ((-1135 (-553)) $)) (-15 -2592 ((-757) $)) (-15 -2370 ($ $ (-553))) (-15 -4297 ($ $)) (-15 -4304 ((-553))) (-15 -3463 ((-553) $)) (-15 -3758 ($ $)) (-15 -4312 ((-553) $ (-553))) (-15 -3487 ($ $ (-553))) (-15 -3122 ($ (-1151 (-553)) (-553)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-600 (-845)) . T) ((-169) . T) ((-284) . T) ((-301) . T) ((-445) . T) ((-545) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-902) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3487 (($ $ (-553)) NIL)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-3122 (($ (-1151 (-553)) (-553)) NIL)) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3758 (($ $) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2592 (((-757) $) NIL)) (-1434 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-4304 (((-553)) NIL)) (-3463 (((-553) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-2370 (($ $ (-553)) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-4147 (((-1135 (-553)) $) NIL)) (-4297 (($ $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL)) (-1348 (((-757)) NIL)) (-2453 (((-111) $ $) NIL)) (-4312 (((-553) $ (-553)) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL)))
+(((-852 |#1|) (-851 |#1|) (-553)) (T -852))
+NIL
+(-851 |#1|)
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 (((-852 |#1|) $) NIL (|has| (-852 |#1|) (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-852 |#1|) (-891)))) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| (-852 |#1|) (-891)))) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL (|has| (-852 |#1|) (-806)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-852 |#1|) "failed") $) NIL) (((-3 (-1155) "failed") $) NIL (|has| (-852 |#1|) (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-852 |#1|) (-1020 (-553)))) (((-3 (-553) "failed") $) NIL (|has| (-852 |#1|) (-1020 (-553))))) (-2831 (((-852 |#1|) $) NIL) (((-1155) $) NIL (|has| (-852 |#1|) (-1020 (-1155)))) (((-401 (-553)) $) NIL (|has| (-852 |#1|) (-1020 (-553)))) (((-553) $) NIL (|has| (-852 |#1|) (-1020 (-553))))) (-4254 (($ $) NIL) (($ (-553) $) NIL)) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| (-852 |#1|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-852 |#1|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-852 |#1|))) (|:| |vec| (-1238 (-852 |#1|)))) (-674 $) (-1238 $)) NIL) (((-674 (-852 |#1|)) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-852 |#1|) (-538)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2184 (((-111) $) NIL (|has| (-852 |#1|) (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| (-852 |#1|) (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| (-852 |#1|) (-868 (-373))))) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL)) (-4013 (((-852 |#1|) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| (-852 |#1|) (-1130)))) (-2260 (((-111) $) NIL (|has| (-852 |#1|) (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL (|has| (-852 |#1|) (-833)))) (-2012 (($ $ $) NIL (|has| (-852 |#1|) (-833)))) (-1478 (($ (-1 (-852 |#1|) (-852 |#1|)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-852 |#1|) (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL (|has| (-852 |#1|) (-301)))) (-1278 (((-852 |#1|) $) NIL (|has| (-852 |#1|) (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-852 |#1|) (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-852 |#1|) (-891)))) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2433 (($ $ (-630 (-852 |#1|)) (-630 (-852 |#1|))) NIL (|has| (-852 |#1|) (-303 (-852 |#1|)))) (($ $ (-852 |#1|) (-852 |#1|)) NIL (|has| (-852 |#1|) (-303 (-852 |#1|)))) (($ $ (-288 (-852 |#1|))) NIL (|has| (-852 |#1|) (-303 (-852 |#1|)))) (($ $ (-630 (-288 (-852 |#1|)))) NIL (|has| (-852 |#1|) (-303 (-852 |#1|)))) (($ $ (-630 (-1155)) (-630 (-852 |#1|))) NIL (|has| (-852 |#1|) (-507 (-1155) (-852 |#1|)))) (($ $ (-1155) (-852 |#1|)) NIL (|has| (-852 |#1|) (-507 (-1155) (-852 |#1|))))) (-3879 (((-757) $) NIL)) (-2061 (($ $ (-852 |#1|)) NIL (|has| (-852 |#1|) (-280 (-852 |#1|) (-852 |#1|))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) NIL (|has| (-852 |#1|) (-228))) (($ $ (-757)) NIL (|has| (-852 |#1|) (-228))) (($ $ (-1155)) NIL (|has| (-852 |#1|) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-852 |#1|) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-852 |#1|) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-852 |#1|) (-882 (-1155)))) (($ $ (-1 (-852 |#1|) (-852 |#1|)) (-757)) NIL) (($ $ (-1 (-852 |#1|) (-852 |#1|))) NIL)) (-2237 (($ $) NIL)) (-4024 (((-852 |#1|) $) NIL)) (-1523 (((-874 (-553)) $) NIL (|has| (-852 |#1|) (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| (-852 |#1|) (-601 (-874 (-373))))) (((-529) $) NIL (|has| (-852 |#1|) (-601 (-529)))) (((-373) $) NIL (|has| (-852 |#1|) (-1004))) (((-220) $) NIL (|has| (-852 |#1|) (-1004)))) (-3365 (((-171 (-401 (-553))) $) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| (-852 |#1|) (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL) (($ (-852 |#1|)) NIL) (($ (-1155)) NIL (|has| (-852 |#1|) (-1020 (-1155))))) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| (-852 |#1|) (-891))) (|has| (-852 |#1|) (-142))))) (-1348 (((-757)) NIL)) (-3609 (((-852 |#1|) $) NIL (|has| (-852 |#1|) (-538)))) (-2453 (((-111) $ $) NIL)) (-4312 (((-401 (-553)) $ (-553)) NIL)) (-1411 (($ $) NIL (|has| (-852 |#1|) (-806)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $) NIL (|has| (-852 |#1|) (-228))) (($ $ (-757)) NIL (|has| (-852 |#1|) (-228))) (($ $ (-1155)) NIL (|has| (-852 |#1|) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-852 |#1|) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-852 |#1|) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-852 |#1|) (-882 (-1155)))) (($ $ (-1 (-852 |#1|) (-852 |#1|)) (-757)) NIL) (($ $ (-1 (-852 |#1|) (-852 |#1|))) NIL)) (-1667 (((-111) $ $) NIL (|has| (-852 |#1|) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-852 |#1|) (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| (-852 |#1|) (-833)))) (-1633 (((-111) $ $) NIL (|has| (-852 |#1|) (-833)))) (-1721 (($ $ $) NIL) (($ (-852 |#1|) (-852 |#1|)) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ (-852 |#1|) $) NIL) (($ $ (-852 |#1|)) NIL)))
+(((-853 |#1|) (-13 (-974 (-852 |#1|)) (-10 -8 (-15 -4312 ((-401 (-553)) $ (-553))) (-15 -3365 ((-171 (-401 (-553))) $)) (-15 -4254 ($ $)) (-15 -4254 ($ (-553) $)))) (-553)) (T -853))
+((-4312 (*1 *2 *1 *3) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-853 *4)) (-14 *4 *3) (-5 *3 (-553)))) (-3365 (*1 *2 *1) (-12 (-5 *2 (-171 (-401 (-553)))) (-5 *1 (-853 *3)) (-14 *3 (-553)))) (-4254 (*1 *1 *1) (-12 (-5 *1 (-853 *2)) (-14 *2 (-553)))) (-4254 (*1 *1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-853 *3)) (-14 *3 *2))))
+(-13 (-974 (-852 |#1|)) (-10 -8 (-15 -4312 ((-401 (-553)) $ (-553))) (-15 -3365 ((-171 (-401 (-553))) $)) (-15 -4254 ($ $)) (-15 -4254 ($ (-553) $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 ((|#2| $) NIL (|has| |#2| (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL (|has| |#2| (-806)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-1155) "failed") $) NIL (|has| |#2| (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#2| (-1020 (-553)))) (((-3 (-553) "failed") $) NIL (|has| |#2| (-1020 (-553))))) (-2831 ((|#2| $) NIL) (((-1155) $) NIL (|has| |#2| (-1020 (-1155)))) (((-401 (-553)) $) NIL (|has| |#2| (-1020 (-553)))) (((-553) $) NIL (|has| |#2| (-1020 (-553))))) (-4254 (($ $) 31) (($ (-553) $) 32)) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL) (((-674 |#2|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) 53)) (-1333 (($) NIL (|has| |#2| (-538)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2184 (((-111) $) NIL (|has| |#2| (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| |#2| (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| |#2| (-868 (-373))))) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL)) (-4013 ((|#2| $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| |#2| (-1130)))) (-2260 (((-111) $) NIL (|has| |#2| (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL (|has| |#2| (-833)))) (-2012 (($ $ $) NIL (|has| |#2| (-833)))) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 49)) (-1979 (($) NIL (|has| |#2| (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL (|has| |#2| (-301)))) (-1278 ((|#2| $) NIL (|has| |#2| (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2433 (($ $ (-630 |#2|) (-630 |#2|)) NIL (|has| |#2| (-303 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-303 |#2|))) (($ $ (-288 |#2|)) NIL (|has| |#2| (-303 |#2|))) (($ $ (-630 (-288 |#2|))) NIL (|has| |#2| (-303 |#2|))) (($ $ (-630 (-1155)) (-630 |#2|)) NIL (|has| |#2| (-507 (-1155) |#2|))) (($ $ (-1155) |#2|) NIL (|has| |#2| (-507 (-1155) |#2|)))) (-3879 (((-757) $) NIL)) (-2061 (($ $ |#2|) NIL (|has| |#2| (-280 |#2| |#2|)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) NIL (|has| |#2| (-228))) (($ $ (-757)) NIL (|has| |#2| (-228))) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2237 (($ $) NIL)) (-4024 ((|#2| $) NIL)) (-1523 (((-874 (-553)) $) NIL (|has| |#2| (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| |#2| (-601 (-874 (-373))))) (((-529) $) NIL (|has| |#2| (-601 (-529)))) (((-373) $) NIL (|has| |#2| (-1004))) (((-220) $) NIL (|has| |#2| (-1004)))) (-3365 (((-171 (-401 (-553))) $) 68)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-891))))) (-3212 (((-845) $) 87) (($ (-553)) 19) (($ $) NIL) (($ (-401 (-553))) 24) (($ |#2|) 18) (($ (-1155)) NIL (|has| |#2| (-1020 (-1155))))) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#2| (-891))) (|has| |#2| (-142))))) (-1348 (((-757)) NIL)) (-3609 ((|#2| $) NIL (|has| |#2| (-538)))) (-2453 (((-111) $ $) NIL)) (-4312 (((-401 (-553)) $ (-553)) 60)) (-1411 (($ $) NIL (|has| |#2| (-806)))) (-3296 (($) 14 T CONST)) (-3308 (($) 16 T CONST)) (-1766 (($ $) NIL (|has| |#2| (-228))) (($ $ (-757)) NIL (|has| |#2| (-228))) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-1667 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1614 (((-111) $ $) 35)) (-1656 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1721 (($ $ $) 23) (($ |#2| |#2|) 54)) (-1710 (($ $) 39) (($ $ $) 41)) (-1699 (($ $ $) 37)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) 50)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 42) (($ $ $) 44) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ |#2| $) 55) (($ $ |#2|) NIL)))
+(((-854 |#1| |#2|) (-13 (-974 |#2|) (-10 -8 (-15 -4312 ((-401 (-553)) $ (-553))) (-15 -3365 ((-171 (-401 (-553))) $)) (-15 -4254 ($ $)) (-15 -4254 ($ (-553) $)))) (-553) (-851 |#1|)) (T -854))
+((-4312 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-401 (-553))) (-5 *1 (-854 *4 *5)) (-5 *3 (-553)) (-4 *5 (-851 *4)))) (-3365 (*1 *2 *1) (-12 (-14 *3 (-553)) (-5 *2 (-171 (-401 (-553)))) (-5 *1 (-854 *3 *4)) (-4 *4 (-851 *3)))) (-4254 (*1 *1 *1) (-12 (-14 *2 (-553)) (-5 *1 (-854 *2 *3)) (-4 *3 (-851 *2)))) (-4254 (*1 *1 *2 *1) (-12 (-5 *2 (-553)) (-14 *3 *2) (-5 *1 (-854 *3 *4)) (-4 *4 (-851 *3)))))
+(-13 (-974 |#2|) (-10 -8 (-15 -4312 ((-401 (-553)) $ (-553))) (-15 -3365 ((-171 (-401 (-553))) $)) (-15 -4254 ($ $)) (-15 -4254 ($ (-553) $))))
+((-3200 (((-111) $ $) NIL (-12 (|has| |#1| (-1079)) (|has| |#2| (-1079))))) (-2197 ((|#2| $) 12)) (-2872 (($ |#1| |#2|) 9)) (-4056 (((-1137) $) NIL (-12 (|has| |#1| (-1079)) (|has| |#2| (-1079))))) (-2875 (((-1099) $) NIL (-12 (|has| |#1| (-1079)) (|has| |#2| (-1079))))) (-2701 ((|#1| $) 11)) (-3225 (($ |#1| |#2|) 10)) (-3212 (((-845) $) 18 (-4028 (-12 (|has| |#1| (-600 (-845))) (|has| |#2| (-600 (-845)))) (-12 (|has| |#1| (-1079)) (|has| |#2| (-1079)))))) (-1614 (((-111) $ $) 22 (-12 (|has| |#1| (-1079)) (|has| |#2| (-1079))))))
+(((-855 |#1| |#2|) (-13 (-1192) (-10 -8 (IF (|has| |#1| (-600 (-845))) (IF (|has| |#2| (-600 (-845))) (-6 (-600 (-845))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1079)) (IF (|has| |#2| (-1079)) (-6 (-1079)) |%noBranch|) |%noBranch|) (-15 -2872 ($ |#1| |#2|)) (-15 -3225 ($ |#1| |#2|)) (-15 -2701 (|#1| $)) (-15 -2197 (|#2| $)))) (-1192) (-1192)) (T -855))
+((-2872 (*1 *1 *2 *3) (-12 (-5 *1 (-855 *2 *3)) (-4 *2 (-1192)) (-4 *3 (-1192)))) (-3225 (*1 *1 *2 *3) (-12 (-5 *1 (-855 *2 *3)) (-4 *2 (-1192)) (-4 *3 (-1192)))) (-2701 (*1 *2 *1) (-12 (-4 *2 (-1192)) (-5 *1 (-855 *2 *3)) (-4 *3 (-1192)))) (-2197 (*1 *2 *1) (-12 (-4 *2 (-1192)) (-5 *1 (-855 *3 *2)) (-4 *3 (-1192)))))
+(-13 (-1192) (-10 -8 (IF (|has| |#1| (-600 (-845))) (IF (|has| |#2| (-600 (-845))) (-6 (-600 (-845))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1079)) (IF (|has| |#2| (-1079)) (-6 (-1079)) |%noBranch|) |%noBranch|) (-15 -2872 ($ |#1| |#2|)) (-15 -3225 ($ |#1| |#2|)) (-15 -2701 (|#1| $)) (-15 -2197 (|#2| $))))
+((-3200 (((-111) $ $) NIL)) (-1528 (((-553) $) 15)) (-4289 (($ (-154)) 11)) (-3751 (($ (-154)) 12)) (-4056 (((-1137) $) NIL)) (-3281 (((-154) $) 13)) (-2875 (((-1099) $) NIL)) (-2073 (($ (-154)) 9)) (-2341 (($ (-154)) 8)) (-3212 (((-845) $) 23) (($ (-154)) 16)) (-1938 (($ (-154)) 10)) (-1614 (((-111) $ $) NIL)))
+(((-856) (-13 (-1079) (-10 -8 (-15 -2341 ($ (-154))) (-15 -2073 ($ (-154))) (-15 -1938 ($ (-154))) (-15 -4289 ($ (-154))) (-15 -3751 ($ (-154))) (-15 -3281 ((-154) $)) (-15 -1528 ((-553) $)) (-15 -3212 ($ (-154)))))) (T -856))
+((-2341 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))) (-2073 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))) (-1938 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))) (-4289 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))) (-3751 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))) (-3281 (*1 *2 *1) (-12 (-5 *2 (-154)) (-5 *1 (-856)))) (-1528 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-856)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))))
+(-13 (-1079) (-10 -8 (-15 -2341 ($ (-154))) (-15 -2073 ($ (-154))) (-15 -1938 ($ (-154))) (-15 -4289 ($ (-154))) (-15 -3751 ($ (-154))) (-15 -3281 ((-154) $)) (-15 -1528 ((-553) $)) (-15 -3212 ($ (-154)))))
+((-3212 (((-310 (-553)) (-401 (-934 (-48)))) 23) (((-310 (-553)) (-934 (-48))) 18)))
+(((-857) (-10 -7 (-15 -3212 ((-310 (-553)) (-934 (-48)))) (-15 -3212 ((-310 (-553)) (-401 (-934 (-48))))))) (T -857))
+((-3212 (*1 *2 *3) (-12 (-5 *3 (-401 (-934 (-48)))) (-5 *2 (-310 (-553))) (-5 *1 (-857)))) (-3212 (*1 *2 *3) (-12 (-5 *3 (-934 (-48))) (-5 *2 (-310 (-553))) (-5 *1 (-857)))))
+(-10 -7 (-15 -3212 ((-310 (-553)) (-934 (-48)))) (-15 -3212 ((-310 (-553)) (-401 (-934 (-48))))))
+((-1478 (((-859 |#2|) (-1 |#2| |#1|) (-859 |#1|)) 14)))
+(((-858 |#1| |#2|) (-10 -7 (-15 -1478 ((-859 |#2|) (-1 |#2| |#1|) (-859 |#1|)))) (-1192) (-1192)) (T -858))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-859 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-859 *6)) (-5 *1 (-858 *5 *6)))))
+(-10 -7 (-15 -1478 ((-859 |#2|) (-1 |#2| |#1|) (-859 |#1|))))
+((-1821 (($ |#1| |#1|) 8)) (-1828 ((|#1| $ (-757)) 10)))
+(((-859 |#1|) (-10 -8 (-15 -1821 ($ |#1| |#1|)) (-15 -1828 (|#1| $ (-757)))) (-1192)) (T -859))
+((-1828 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *1 (-859 *2)) (-4 *2 (-1192)))) (-1821 (*1 *1 *2 *2) (-12 (-5 *1 (-859 *2)) (-4 *2 (-1192)))))
+(-10 -8 (-15 -1821 ($ |#1| |#1|)) (-15 -1828 (|#1| $ (-757))))
+((-1478 (((-861 |#2|) (-1 |#2| |#1|) (-861 |#1|)) 14)))
+(((-860 |#1| |#2|) (-10 -7 (-15 -1478 ((-861 |#2|) (-1 |#2| |#1|) (-861 |#1|)))) (-1192) (-1192)) (T -860))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-861 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-861 *6)) (-5 *1 (-860 *5 *6)))))
+(-10 -7 (-15 -1478 ((-861 |#2|) (-1 |#2| |#1|) (-861 |#1|))))
+((-1821 (($ |#1| |#1| |#1|) 8)) (-1828 ((|#1| $ (-757)) 10)))
+(((-861 |#1|) (-10 -8 (-15 -1821 ($ |#1| |#1| |#1|)) (-15 -1828 (|#1| $ (-757)))) (-1192)) (T -861))
+((-1828 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *1 (-861 *2)) (-4 *2 (-1192)))) (-1821 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-861 *2)) (-4 *2 (-1192)))))
+(-10 -8 (-15 -1821 ($ |#1| |#1| |#1|)) (-15 -1828 (|#1| $ (-757))))
+((-2692 (((-630 (-1160)) (-1137)) 9)))
+(((-862) (-10 -7 (-15 -2692 ((-630 (-1160)) (-1137))))) (T -862))
+((-2692 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-630 (-1160))) (-5 *1 (-862)))))
+(-10 -7 (-15 -2692 ((-630 (-1160)) (-1137))))
+((-1478 (((-864 |#2|) (-1 |#2| |#1|) (-864 |#1|)) 14)))
+(((-863 |#1| |#2|) (-10 -7 (-15 -1478 ((-864 |#2|) (-1 |#2| |#1|) (-864 |#1|)))) (-1192) (-1192)) (T -863))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-864 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-864 *6)) (-5 *1 (-863 *5 *6)))))
+(-10 -7 (-15 -1478 ((-864 |#2|) (-1 |#2| |#1|) (-864 |#1|))))
+((-2399 (($ |#1| |#1| |#1|) 8)) (-1828 ((|#1| $ (-757)) 10)))
+(((-864 |#1|) (-10 -8 (-15 -2399 ($ |#1| |#1| |#1|)) (-15 -1828 (|#1| $ (-757)))) (-1192)) (T -864))
+((-1828 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *1 (-864 *2)) (-4 *2 (-1192)))) (-2399 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-864 *2)) (-4 *2 (-1192)))))
+(-10 -8 (-15 -2399 ($ |#1| |#1| |#1|)) (-15 -1828 (|#1| $ (-757))))
+((-2393 (((-1135 (-630 (-553))) (-630 (-553)) (-1135 (-630 (-553)))) 32)) (-4124 (((-1135 (-630 (-553))) (-630 (-553)) (-630 (-553))) 28)) (-2918 (((-1135 (-630 (-553))) (-630 (-553))) 41) (((-1135 (-630 (-553))) (-630 (-553)) (-630 (-553))) 40)) (-3500 (((-1135 (-630 (-553))) (-553)) 42)) (-2355 (((-1135 (-630 (-553))) (-553) (-553)) 22) (((-1135 (-630 (-553))) (-553)) 16) (((-1135 (-630 (-553))) (-553) (-553) (-553)) 12)) (-1659 (((-1135 (-630 (-553))) (-1135 (-630 (-553)))) 26)) (-3830 (((-630 (-553)) (-630 (-553))) 25)))
+(((-865) (-10 -7 (-15 -2355 ((-1135 (-630 (-553))) (-553) (-553) (-553))) (-15 -2355 ((-1135 (-630 (-553))) (-553))) (-15 -2355 ((-1135 (-630 (-553))) (-553) (-553))) (-15 -3830 ((-630 (-553)) (-630 (-553)))) (-15 -1659 ((-1135 (-630 (-553))) (-1135 (-630 (-553))))) (-15 -4124 ((-1135 (-630 (-553))) (-630 (-553)) (-630 (-553)))) (-15 -2393 ((-1135 (-630 (-553))) (-630 (-553)) (-1135 (-630 (-553))))) (-15 -2918 ((-1135 (-630 (-553))) (-630 (-553)) (-630 (-553)))) (-15 -2918 ((-1135 (-630 (-553))) (-630 (-553)))) (-15 -3500 ((-1135 (-630 (-553))) (-553))))) (T -865))
+((-3500 (*1 *2 *3) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-553)))) (-2918 (*1 *2 *3) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-630 (-553))))) (-2918 (*1 *2 *3 *3) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-630 (-553))))) (-2393 (*1 *2 *3 *2) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *3 (-630 (-553))) (-5 *1 (-865)))) (-4124 (*1 *2 *3 *3) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-630 (-553))))) (-1659 (*1 *2 *2) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)))) (-3830 (*1 *2 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-865)))) (-2355 (*1 *2 *3 *3) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-553)))) (-2355 (*1 *2 *3) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-553)))) (-2355 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-553)))))
+(-10 -7 (-15 -2355 ((-1135 (-630 (-553))) (-553) (-553) (-553))) (-15 -2355 ((-1135 (-630 (-553))) (-553))) (-15 -2355 ((-1135 (-630 (-553))) (-553) (-553))) (-15 -3830 ((-630 (-553)) (-630 (-553)))) (-15 -1659 ((-1135 (-630 (-553))) (-1135 (-630 (-553))))) (-15 -4124 ((-1135 (-630 (-553))) (-630 (-553)) (-630 (-553)))) (-15 -2393 ((-1135 (-630 (-553))) (-630 (-553)) (-1135 (-630 (-553))))) (-15 -2918 ((-1135 (-630 (-553))) (-630 (-553)) (-630 (-553)))) (-15 -2918 ((-1135 (-630 (-553))) (-630 (-553)))) (-15 -3500 ((-1135 (-630 (-553))) (-553))))
+((-1523 (((-874 (-373)) $) 9 (|has| |#1| (-601 (-874 (-373))))) (((-874 (-553)) $) 8 (|has| |#1| (-601 (-874 (-553)))))))
+(((-866 |#1|) (-137) (-1192)) (T -866))
+NIL
+(-13 (-10 -7 (IF (|has| |t#1| (-601 (-874 (-553)))) (-6 (-601 (-874 (-553)))) |%noBranch|) (IF (|has| |t#1| (-601 (-874 (-373)))) (-6 (-601 (-874 (-373)))) |%noBranch|)))
+(((-601 (-874 (-373))) |has| |#1| (-601 (-874 (-373)))) ((-601 (-874 (-553))) |has| |#1| (-601 (-874 (-553)))))
+((-3200 (((-111) $ $) NIL)) (-3306 (($) 14)) (-2381 (($ (-871 |#1| |#2|) (-871 |#1| |#3|)) 27)) (-2206 (((-871 |#1| |#3|) $) 16)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4314 (((-111) $) 22)) (-4168 (($) 19)) (-3212 (((-845) $) 30)) (-3513 (((-871 |#1| |#2|) $) 15)) (-1614 (((-111) $ $) 25)))
+(((-867 |#1| |#2| |#3|) (-13 (-1079) (-10 -8 (-15 -4314 ((-111) $)) (-15 -4168 ($)) (-15 -3306 ($)) (-15 -2381 ($ (-871 |#1| |#2|) (-871 |#1| |#3|))) (-15 -3513 ((-871 |#1| |#2|) $)) (-15 -2206 ((-871 |#1| |#3|) $)))) (-1079) (-1079) (-651 |#2|)) (T -867))
+((-4314 (*1 *2 *1) (-12 (-4 *4 (-1079)) (-5 *2 (-111)) (-5 *1 (-867 *3 *4 *5)) (-4 *3 (-1079)) (-4 *5 (-651 *4)))) (-4168 (*1 *1) (-12 (-4 *3 (-1079)) (-5 *1 (-867 *2 *3 *4)) (-4 *2 (-1079)) (-4 *4 (-651 *3)))) (-3306 (*1 *1) (-12 (-4 *3 (-1079)) (-5 *1 (-867 *2 *3 *4)) (-4 *2 (-1079)) (-4 *4 (-651 *3)))) (-2381 (*1 *1 *2 *3) (-12 (-5 *2 (-871 *4 *5)) (-5 *3 (-871 *4 *6)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-651 *5)) (-5 *1 (-867 *4 *5 *6)))) (-3513 (*1 *2 *1) (-12 (-4 *4 (-1079)) (-5 *2 (-871 *3 *4)) (-5 *1 (-867 *3 *4 *5)) (-4 *3 (-1079)) (-4 *5 (-651 *4)))) (-2206 (*1 *2 *1) (-12 (-4 *4 (-1079)) (-5 *2 (-871 *3 *5)) (-5 *1 (-867 *3 *4 *5)) (-4 *3 (-1079)) (-4 *5 (-651 *4)))))
+(-13 (-1079) (-10 -8 (-15 -4314 ((-111) $)) (-15 -4168 ($)) (-15 -3306 ($)) (-15 -2381 ($ (-871 |#1| |#2|) (-871 |#1| |#3|))) (-15 -3513 ((-871 |#1| |#2|) $)) (-15 -2206 ((-871 |#1| |#3|) $))))
+((-3200 (((-111) $ $) 7)) (-2724 (((-871 |#1| $) $ (-874 |#1|) (-871 |#1| $)) 13)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)))
+(((-868 |#1|) (-137) (-1079)) (T -868))
+((-2724 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-871 *4 *1)) (-5 *3 (-874 *4)) (-4 *1 (-868 *4)) (-4 *4 (-1079)))))
+(-13 (-1079) (-10 -8 (-15 -2724 ((-871 |t#1| $) $ (-874 |t#1|) (-871 |t#1| $)))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-2990 (((-111) (-630 |#2|) |#3|) 23) (((-111) |#2| |#3|) 18)) (-1741 (((-871 |#1| |#2|) |#2| |#3|) 43 (-12 (-4106 (|has| |#2| (-1020 (-1155)))) (-4106 (|has| |#2| (-1031))))) (((-630 (-288 (-934 |#2|))) |#2| |#3|) 42 (-12 (|has| |#2| (-1031)) (-4106 (|has| |#2| (-1020 (-1155)))))) (((-630 (-288 |#2|)) |#2| |#3|) 35 (|has| |#2| (-1020 (-1155)))) (((-867 |#1| |#2| (-630 |#2|)) (-630 |#2|) |#3|) 21)))
+(((-869 |#1| |#2| |#3|) (-10 -7 (-15 -2990 ((-111) |#2| |#3|)) (-15 -2990 ((-111) (-630 |#2|) |#3|)) (-15 -1741 ((-867 |#1| |#2| (-630 |#2|)) (-630 |#2|) |#3|)) (IF (|has| |#2| (-1020 (-1155))) (-15 -1741 ((-630 (-288 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1031)) (-15 -1741 ((-630 (-288 (-934 |#2|))) |#2| |#3|)) (-15 -1741 ((-871 |#1| |#2|) |#2| |#3|))))) (-1079) (-868 |#1|) (-601 (-874 |#1|))) (T -869))
+((-1741 (*1 *2 *3 *4) (-12 (-4 *5 (-1079)) (-5 *2 (-871 *5 *3)) (-5 *1 (-869 *5 *3 *4)) (-4106 (-4 *3 (-1020 (-1155)))) (-4106 (-4 *3 (-1031))) (-4 *3 (-868 *5)) (-4 *4 (-601 (-874 *5))))) (-1741 (*1 *2 *3 *4) (-12 (-4 *5 (-1079)) (-5 *2 (-630 (-288 (-934 *3)))) (-5 *1 (-869 *5 *3 *4)) (-4 *3 (-1031)) (-4106 (-4 *3 (-1020 (-1155)))) (-4 *3 (-868 *5)) (-4 *4 (-601 (-874 *5))))) (-1741 (*1 *2 *3 *4) (-12 (-4 *5 (-1079)) (-5 *2 (-630 (-288 *3))) (-5 *1 (-869 *5 *3 *4)) (-4 *3 (-1020 (-1155))) (-4 *3 (-868 *5)) (-4 *4 (-601 (-874 *5))))) (-1741 (*1 *2 *3 *4) (-12 (-4 *5 (-1079)) (-4 *6 (-868 *5)) (-5 *2 (-867 *5 *6 (-630 *6))) (-5 *1 (-869 *5 *6 *4)) (-5 *3 (-630 *6)) (-4 *4 (-601 (-874 *5))))) (-2990 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *6)) (-4 *6 (-868 *5)) (-4 *5 (-1079)) (-5 *2 (-111)) (-5 *1 (-869 *5 *6 *4)) (-4 *4 (-601 (-874 *5))))) (-2990 (*1 *2 *3 *4) (-12 (-4 *5 (-1079)) (-5 *2 (-111)) (-5 *1 (-869 *5 *3 *4)) (-4 *3 (-868 *5)) (-4 *4 (-601 (-874 *5))))))
+(-10 -7 (-15 -2990 ((-111) |#2| |#3|)) (-15 -2990 ((-111) (-630 |#2|) |#3|)) (-15 -1741 ((-867 |#1| |#2| (-630 |#2|)) (-630 |#2|) |#3|)) (IF (|has| |#2| (-1020 (-1155))) (-15 -1741 ((-630 (-288 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-1031)) (-15 -1741 ((-630 (-288 (-934 |#2|))) |#2| |#3|)) (-15 -1741 ((-871 |#1| |#2|) |#2| |#3|)))))
+((-1478 (((-871 |#1| |#3|) (-1 |#3| |#2|) (-871 |#1| |#2|)) 22)))
+(((-870 |#1| |#2| |#3|) (-10 -7 (-15 -1478 ((-871 |#1| |#3|) (-1 |#3| |#2|) (-871 |#1| |#2|)))) (-1079) (-1079) (-1079)) (T -870))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-871 *5 *6)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-871 *5 *7)) (-5 *1 (-870 *5 *6 *7)))))
+(-10 -7 (-15 -1478 ((-871 |#1| |#3|) (-1 |#3| |#2|) (-871 |#1| |#2|))))
+((-3200 (((-111) $ $) NIL)) (-1502 (($ $ $) 39)) (-2648 (((-3 (-111) "failed") $ (-874 |#1|)) 36)) (-3306 (($) 12)) (-4056 (((-1137) $) NIL)) (-2814 (($ (-874 |#1|) |#2| $) 20)) (-2875 (((-1099) $) NIL)) (-2507 (((-3 |#2| "failed") (-874 |#1|) $) 50)) (-4314 (((-111) $) 15)) (-4168 (($) 13)) (-3551 (((-630 (-2 (|:| -2669 (-1155)) (|:| -3359 |#2|))) $) 25)) (-3225 (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 |#2|)))) 23)) (-3212 (((-845) $) 44)) (-3277 (($ (-874 |#1|) |#2| $ |#2|) 48)) (-3927 (($ (-874 |#1|) |#2| $) 47)) (-1614 (((-111) $ $) 41)))
+(((-871 |#1| |#2|) (-13 (-1079) (-10 -8 (-15 -4314 ((-111) $)) (-15 -4168 ($)) (-15 -3306 ($)) (-15 -1502 ($ $ $)) (-15 -2507 ((-3 |#2| "failed") (-874 |#1|) $)) (-15 -3927 ($ (-874 |#1|) |#2| $)) (-15 -2814 ($ (-874 |#1|) |#2| $)) (-15 -3277 ($ (-874 |#1|) |#2| $ |#2|)) (-15 -3551 ((-630 (-2 (|:| -2669 (-1155)) (|:| -3359 |#2|))) $)) (-15 -3225 ($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 |#2|))))) (-15 -2648 ((-3 (-111) "failed") $ (-874 |#1|))))) (-1079) (-1079)) (T -871))
+((-4314 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-871 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))) (-4168 (*1 *1) (-12 (-5 *1 (-871 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))) (-3306 (*1 *1) (-12 (-5 *1 (-871 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))) (-1502 (*1 *1 *1 *1) (-12 (-5 *1 (-871 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))) (-2507 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-874 *4)) (-4 *4 (-1079)) (-4 *2 (-1079)) (-5 *1 (-871 *4 *2)))) (-3927 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-874 *4)) (-4 *4 (-1079)) (-5 *1 (-871 *4 *3)) (-4 *3 (-1079)))) (-2814 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-874 *4)) (-4 *4 (-1079)) (-5 *1 (-871 *4 *3)) (-4 *3 (-1079)))) (-3277 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-874 *4)) (-4 *4 (-1079)) (-5 *1 (-871 *4 *3)) (-4 *3 (-1079)))) (-3551 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 *4)))) (-5 *1 (-871 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))) (-3225 (*1 *1 *2) (-12 (-5 *2 (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 *4)))) (-4 *4 (-1079)) (-5 *1 (-871 *3 *4)) (-4 *3 (-1079)))) (-2648 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-874 *4)) (-4 *4 (-1079)) (-5 *2 (-111)) (-5 *1 (-871 *4 *5)) (-4 *5 (-1079)))))
+(-13 (-1079) (-10 -8 (-15 -4314 ((-111) $)) (-15 -4168 ($)) (-15 -3306 ($)) (-15 -1502 ($ $ $)) (-15 -2507 ((-3 |#2| "failed") (-874 |#1|) $)) (-15 -3927 ($ (-874 |#1|) |#2| $)) (-15 -2814 ($ (-874 |#1|) |#2| $)) (-15 -3277 ($ (-874 |#1|) |#2| $ |#2|)) (-15 -3551 ((-630 (-2 (|:| -2669 (-1155)) (|:| -3359 |#2|))) $)) (-15 -3225 ($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 |#2|))))) (-15 -2648 ((-3 (-111) "failed") $ (-874 |#1|)))))
+((-3951 (((-874 |#1|) (-874 |#1|) (-630 (-1155)) (-1 (-111) (-630 |#2|))) 32) (((-874 |#1|) (-874 |#1|) (-630 (-1 (-111) |#2|))) 43) (((-874 |#1|) (-874 |#1|) (-1 (-111) |#2|)) 35)) (-2648 (((-111) (-630 |#2|) (-874 |#1|)) 40) (((-111) |#2| (-874 |#1|)) 36)) (-1969 (((-1 (-111) |#2|) (-874 |#1|)) 16)) (-2154 (((-630 |#2|) (-874 |#1|)) 24)) (-1512 (((-874 |#1|) (-874 |#1|) |#2|) 20)))
+(((-872 |#1| |#2|) (-10 -7 (-15 -3951 ((-874 |#1|) (-874 |#1|) (-1 (-111) |#2|))) (-15 -3951 ((-874 |#1|) (-874 |#1|) (-630 (-1 (-111) |#2|)))) (-15 -3951 ((-874 |#1|) (-874 |#1|) (-630 (-1155)) (-1 (-111) (-630 |#2|)))) (-15 -1969 ((-1 (-111) |#2|) (-874 |#1|))) (-15 -2648 ((-111) |#2| (-874 |#1|))) (-15 -2648 ((-111) (-630 |#2|) (-874 |#1|))) (-15 -1512 ((-874 |#1|) (-874 |#1|) |#2|)) (-15 -2154 ((-630 |#2|) (-874 |#1|)))) (-1079) (-1192)) (T -872))
+((-2154 (*1 *2 *3) (-12 (-5 *3 (-874 *4)) (-4 *4 (-1079)) (-5 *2 (-630 *5)) (-5 *1 (-872 *4 *5)) (-4 *5 (-1192)))) (-1512 (*1 *2 *2 *3) (-12 (-5 *2 (-874 *4)) (-4 *4 (-1079)) (-5 *1 (-872 *4 *3)) (-4 *3 (-1192)))) (-2648 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *6)) (-5 *4 (-874 *5)) (-4 *5 (-1079)) (-4 *6 (-1192)) (-5 *2 (-111)) (-5 *1 (-872 *5 *6)))) (-2648 (*1 *2 *3 *4) (-12 (-5 *4 (-874 *5)) (-4 *5 (-1079)) (-5 *2 (-111)) (-5 *1 (-872 *5 *3)) (-4 *3 (-1192)))) (-1969 (*1 *2 *3) (-12 (-5 *3 (-874 *4)) (-4 *4 (-1079)) (-5 *2 (-1 (-111) *5)) (-5 *1 (-872 *4 *5)) (-4 *5 (-1192)))) (-3951 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-874 *5)) (-5 *3 (-630 (-1155))) (-5 *4 (-1 (-111) (-630 *6))) (-4 *5 (-1079)) (-4 *6 (-1192)) (-5 *1 (-872 *5 *6)))) (-3951 (*1 *2 *2 *3) (-12 (-5 *2 (-874 *4)) (-5 *3 (-630 (-1 (-111) *5))) (-4 *4 (-1079)) (-4 *5 (-1192)) (-5 *1 (-872 *4 *5)))) (-3951 (*1 *2 *2 *3) (-12 (-5 *2 (-874 *4)) (-5 *3 (-1 (-111) *5)) (-4 *4 (-1079)) (-4 *5 (-1192)) (-5 *1 (-872 *4 *5)))))
+(-10 -7 (-15 -3951 ((-874 |#1|) (-874 |#1|) (-1 (-111) |#2|))) (-15 -3951 ((-874 |#1|) (-874 |#1|) (-630 (-1 (-111) |#2|)))) (-15 -3951 ((-874 |#1|) (-874 |#1|) (-630 (-1155)) (-1 (-111) (-630 |#2|)))) (-15 -1969 ((-1 (-111) |#2|) (-874 |#1|))) (-15 -2648 ((-111) |#2| (-874 |#1|))) (-15 -2648 ((-111) (-630 |#2|) (-874 |#1|))) (-15 -1512 ((-874 |#1|) (-874 |#1|) |#2|)) (-15 -2154 ((-630 |#2|) (-874 |#1|))))
+((-1478 (((-874 |#2|) (-1 |#2| |#1|) (-874 |#1|)) 19)))
+(((-873 |#1| |#2|) (-10 -7 (-15 -1478 ((-874 |#2|) (-1 |#2| |#1|) (-874 |#1|)))) (-1079) (-1079)) (T -873))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-874 *5)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *2 (-874 *6)) (-5 *1 (-873 *5 *6)))))
+(-10 -7 (-15 -1478 ((-874 |#2|) (-1 |#2| |#1|) (-874 |#1|))))
+((-3200 (((-111) $ $) NIL)) (-1775 (($ $ (-630 (-52))) 64)) (-3611 (((-630 $) $) 118)) (-2731 (((-2 (|:| |var| (-630 (-1155))) (|:| |pred| (-52))) $) 24)) (-4079 (((-111) $) 30)) (-3790 (($ $ (-630 (-1155)) (-52)) 25)) (-3270 (($ $ (-630 (-52))) 63)) (-1394 (((-3 |#1| "failed") $) 61) (((-3 (-1155) "failed") $) 140)) (-2831 ((|#1| $) 58) (((-1155) $) NIL)) (-4006 (($ $) 108)) (-3346 (((-111) $) 47)) (-3263 (((-630 (-52)) $) 45)) (-2834 (($ (-1155) (-111) (-111) (-111)) 65)) (-2249 (((-3 (-630 $) "failed") (-630 $)) 72)) (-3253 (((-111) $) 50)) (-3420 (((-111) $) 49)) (-4056 (((-1137) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) 36)) (-3597 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 43)) (-1501 (((-3 (-2 (|:| |val| $) (|:| -3503 $)) "failed") $) 83)) (-1527 (((-3 (-630 $) "failed") $) 33)) (-2464 (((-3 (-630 $) "failed") $ (-113)) 107) (((-3 (-2 (|:| -1443 (-113)) (|:| |arg| (-630 $))) "failed") $) 95)) (-3570 (((-3 (-630 $) "failed") $) 37)) (-2560 (((-3 (-2 (|:| |val| $) (|:| -3503 (-757))) "failed") $) 40)) (-1704 (((-111) $) 29)) (-2875 (((-1099) $) NIL)) (-2391 (((-111) $) 21)) (-1365 (((-111) $) 46)) (-3606 (((-630 (-52)) $) 111)) (-4243 (((-111) $) 48)) (-2061 (($ (-113) (-630 $)) 92)) (-3906 (((-757) $) 28)) (-1488 (($ $) 62)) (-1523 (($ (-630 $)) 59)) (-3344 (((-111) $) 26)) (-3212 (((-845) $) 53) (($ |#1|) 18) (($ (-1155)) 66)) (-1512 (($ $ (-52)) 110)) (-3296 (($) 91 T CONST)) (-3308 (($) 73 T CONST)) (-1614 (((-111) $ $) 79)) (-1721 (($ $ $) 100)) (-1699 (($ $ $) 104)) (** (($ $ (-757)) 99) (($ $ $) 54)) (* (($ $ $) 105)))
+(((-874 |#1|) (-13 (-1079) (-1020 |#1|) (-1020 (-1155)) (-10 -8 (-15 0 ($) -3929) (-15 1 ($) -3929) (-15 -1527 ((-3 (-630 $) "failed") $)) (-15 -1548 ((-3 (-630 $) "failed") $)) (-15 -2464 ((-3 (-630 $) "failed") $ (-113))) (-15 -2464 ((-3 (-2 (|:| -1443 (-113)) (|:| |arg| (-630 $))) "failed") $)) (-15 -2560 ((-3 (-2 (|:| |val| $) (|:| -3503 (-757))) "failed") $)) (-15 -3597 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -3570 ((-3 (-630 $) "failed") $)) (-15 -1501 ((-3 (-2 (|:| |val| $) (|:| -3503 $)) "failed") $)) (-15 -2061 ($ (-113) (-630 $))) (-15 -1699 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-757))) (-15 ** ($ $ $)) (-15 -1721 ($ $ $)) (-15 -3906 ((-757) $)) (-15 -1523 ($ (-630 $))) (-15 -1488 ($ $)) (-15 -1704 ((-111) $)) (-15 -3346 ((-111) $)) (-15 -4079 ((-111) $)) (-15 -3344 ((-111) $)) (-15 -4243 ((-111) $)) (-15 -3420 ((-111) $)) (-15 -3253 ((-111) $)) (-15 -1365 ((-111) $)) (-15 -3263 ((-630 (-52)) $)) (-15 -3270 ($ $ (-630 (-52)))) (-15 -1775 ($ $ (-630 (-52)))) (-15 -2834 ($ (-1155) (-111) (-111) (-111))) (-15 -3790 ($ $ (-630 (-1155)) (-52))) (-15 -2731 ((-2 (|:| |var| (-630 (-1155))) (|:| |pred| (-52))) $)) (-15 -2391 ((-111) $)) (-15 -4006 ($ $)) (-15 -1512 ($ $ (-52))) (-15 -3606 ((-630 (-52)) $)) (-15 -3611 ((-630 $) $)) (-15 -2249 ((-3 (-630 $) "failed") (-630 $))))) (-1079)) (T -874))
+((-3296 (*1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))) (-3308 (*1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))) (-1527 (*1 *2 *1) (|partial| -12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-1548 (*1 *2 *1) (|partial| -12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-2464 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-113)) (-5 *2 (-630 (-874 *4))) (-5 *1 (-874 *4)) (-4 *4 (-1079)))) (-2464 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -1443 (-113)) (|:| |arg| (-630 (-874 *3))))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-2560 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-874 *3)) (|:| -3503 (-757)))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3597 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-874 *3)) (|:| |den| (-874 *3)))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3570 (*1 *2 *1) (|partial| -12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-1501 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-874 *3)) (|:| -3503 (-874 *3)))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-2061 (*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-630 (-874 *4))) (-5 *1 (-874 *4)) (-4 *4 (-1079)))) (-1699 (*1 *1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))) (-1721 (*1 *1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))) (-3906 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-1488 (*1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))) (-1704 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3346 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-4079 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3344 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-4243 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3420 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3253 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-1365 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3263 (*1 *2 *1) (-12 (-5 *2 (-630 (-52))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3270 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-52))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-1775 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-52))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-2834 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-111)) (-5 *1 (-874 *4)) (-4 *4 (-1079)))) (-3790 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-52)) (-5 *1 (-874 *4)) (-4 *4 (-1079)))) (-2731 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-630 (-1155))) (|:| |pred| (-52)))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-2391 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-4006 (*1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))) (-1512 (*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3606 (*1 *2 *1) (-12 (-5 *2 (-630 (-52))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-3611 (*1 *2 *1) (-12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))) (-2249 (*1 *2 *2) (|partial| -12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(-13 (-1079) (-1020 |#1|) (-1020 (-1155)) (-10 -8 (-15 (-3296) ($) -3929) (-15 (-3308) ($) -3929) (-15 -1527 ((-3 (-630 $) "failed") $)) (-15 -1548 ((-3 (-630 $) "failed") $)) (-15 -2464 ((-3 (-630 $) "failed") $ (-113))) (-15 -2464 ((-3 (-2 (|:| -1443 (-113)) (|:| |arg| (-630 $))) "failed") $)) (-15 -2560 ((-3 (-2 (|:| |val| $) (|:| -3503 (-757))) "failed") $)) (-15 -3597 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -3570 ((-3 (-630 $) "failed") $)) (-15 -1501 ((-3 (-2 (|:| |val| $) (|:| -3503 $)) "failed") $)) (-15 -2061 ($ (-113) (-630 $))) (-15 -1699 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-757))) (-15 ** ($ $ $)) (-15 -1721 ($ $ $)) (-15 -3906 ((-757) $)) (-15 -1523 ($ (-630 $))) (-15 -1488 ($ $)) (-15 -1704 ((-111) $)) (-15 -3346 ((-111) $)) (-15 -4079 ((-111) $)) (-15 -3344 ((-111) $)) (-15 -4243 ((-111) $)) (-15 -3420 ((-111) $)) (-15 -3253 ((-111) $)) (-15 -1365 ((-111) $)) (-15 -3263 ((-630 (-52)) $)) (-15 -3270 ($ $ (-630 (-52)))) (-15 -1775 ($ $ (-630 (-52)))) (-15 -2834 ($ (-1155) (-111) (-111) (-111))) (-15 -3790 ($ $ (-630 (-1155)) (-52))) (-15 -2731 ((-2 (|:| |var| (-630 (-1155))) (|:| |pred| (-52))) $)) (-15 -2391 ((-111) $)) (-15 -4006 ($ $)) (-15 -1512 ($ $ (-52))) (-15 -3606 ((-630 (-52)) $)) (-15 -3611 ((-630 $) $)) (-15 -2249 ((-3 (-630 $) "failed") (-630 $)))))
+((-3200 (((-111) $ $) NIL)) (-2813 (((-630 |#1|) $) 16)) (-3867 (((-111) $) 38)) (-1394 (((-3 (-657 |#1|) "failed") $) 43)) (-2831 (((-657 |#1|) $) 41)) (-2714 (($ $) 18)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-2555 (((-757) $) 46)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 (((-657 |#1|) $) 17)) (-3212 (((-845) $) 37) (($ (-657 |#1|)) 21) (((-805 |#1|) $) 27) (($ |#1|) 20)) (-3308 (($) 8 T CONST)) (-2273 (((-630 (-657 |#1|)) $) 23)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 11)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 49)))
+(((-875 |#1|) (-13 (-833) (-1020 (-657 |#1|)) (-10 -8 (-15 1 ($) -3929) (-15 -3212 ((-805 |#1|) $)) (-15 -3212 ($ |#1|)) (-15 -2701 ((-657 |#1|) $)) (-15 -2555 ((-757) $)) (-15 -2273 ((-630 (-657 |#1|)) $)) (-15 -2714 ($ $)) (-15 -3867 ((-111) $)) (-15 -2813 ((-630 |#1|) $)))) (-833)) (T -875))
+((-3308 (*1 *1) (-12 (-5 *1 (-875 *2)) (-4 *2 (-833)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-805 *3)) (-5 *1 (-875 *3)) (-4 *3 (-833)))) (-3212 (*1 *1 *2) (-12 (-5 *1 (-875 *2)) (-4 *2 (-833)))) (-2701 (*1 *2 *1) (-12 (-5 *2 (-657 *3)) (-5 *1 (-875 *3)) (-4 *3 (-833)))) (-2555 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-875 *3)) (-4 *3 (-833)))) (-2273 (*1 *2 *1) (-12 (-5 *2 (-630 (-657 *3))) (-5 *1 (-875 *3)) (-4 *3 (-833)))) (-2714 (*1 *1 *1) (-12 (-5 *1 (-875 *2)) (-4 *2 (-833)))) (-3867 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-875 *3)) (-4 *3 (-833)))) (-2813 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-875 *3)) (-4 *3 (-833)))))
+(-13 (-833) (-1020 (-657 |#1|)) (-10 -8 (-15 (-3308) ($) -3929) (-15 -3212 ((-805 |#1|) $)) (-15 -3212 ($ |#1|)) (-15 -2701 ((-657 |#1|) $)) (-15 -2555 ((-757) $)) (-15 -2273 ((-630 (-657 |#1|)) $)) (-15 -2714 ($ $)) (-15 -3867 ((-111) $)) (-15 -2813 ((-630 |#1|) $))))
+((-1899 ((|#1| |#1| |#1|) 19)))
+(((-876 |#1| |#2|) (-10 -7 (-15 -1899 (|#1| |#1| |#1|))) (-1214 |#2|) (-1031)) (T -876))
+((-1899 (*1 *2 *2 *2) (-12 (-4 *3 (-1031)) (-5 *1 (-876 *2 *3)) (-4 *2 (-1214 *3)))))
+(-10 -7 (-15 -1899 (|#1| |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-3278 (((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) 14)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-2180 (((-1017) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) 13)) (-1614 (((-111) $ $) 6)))
+(((-877) (-137)) (T -877))
+((-3278 (*1 *2 *3 *4) (-12 (-4 *1 (-877)) (-5 *3 (-1043)) (-5 *4 (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137)))))) (-2180 (*1 *2 *3) (-12 (-4 *1 (-877)) (-5 *3 (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) (-5 *2 (-1017)))))
+(-13 (-1079) (-10 -7 (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))) (-1043) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220))))) (-15 -2180 ((-1017) (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-4324 ((|#1| |#1| (-757)) 24)) (-3948 (((-3 |#1| "failed") |#1| |#1|) 22)) (-2775 (((-3 (-2 (|:| -3413 |#1|) (|:| -3425 |#1|)) "failed") |#1| (-757) (-757)) 27) (((-630 |#1|) |#1|) 29)))
+(((-878 |#1| |#2|) (-10 -7 (-15 -2775 ((-630 |#1|) |#1|)) (-15 -2775 ((-3 (-2 (|:| -3413 |#1|) (|:| -3425 |#1|)) "failed") |#1| (-757) (-757))) (-15 -3948 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4324 (|#1| |#1| (-757)))) (-1214 |#2|) (-357)) (T -878))
+((-4324 (*1 *2 *2 *3) (-12 (-5 *3 (-757)) (-4 *4 (-357)) (-5 *1 (-878 *2 *4)) (-4 *2 (-1214 *4)))) (-3948 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-357)) (-5 *1 (-878 *2 *3)) (-4 *2 (-1214 *3)))) (-2775 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-757)) (-4 *5 (-357)) (-5 *2 (-2 (|:| -3413 *3) (|:| -3425 *3))) (-5 *1 (-878 *3 *5)) (-4 *3 (-1214 *5)))) (-2775 (*1 *2 *3) (-12 (-4 *4 (-357)) (-5 *2 (-630 *3)) (-5 *1 (-878 *3 *4)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -2775 ((-630 |#1|) |#1|)) (-15 -2775 ((-3 (-2 (|:| -3413 |#1|) (|:| -3425 |#1|)) "failed") |#1| (-757) (-757))) (-15 -3948 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4324 (|#1| |#1| (-757))))
+((-2982 (((-1017) (-373) (-373) (-373) (-373) (-757) (-757) (-630 (-310 (-373))) (-630 (-630 (-310 (-373)))) (-1137)) 96) (((-1017) (-373) (-373) (-373) (-373) (-757) (-757) (-630 (-310 (-373))) (-630 (-630 (-310 (-373)))) (-1137) (-220)) 91) (((-1017) (-880) (-1043)) 83) (((-1017) (-880)) 84)) (-3278 (((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-880) (-1043)) 59) (((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-880)) 61)))
+(((-879) (-10 -7 (-15 -2982 ((-1017) (-880))) (-15 -2982 ((-1017) (-880) (-1043))) (-15 -2982 ((-1017) (-373) (-373) (-373) (-373) (-757) (-757) (-630 (-310 (-373))) (-630 (-630 (-310 (-373)))) (-1137) (-220))) (-15 -2982 ((-1017) (-373) (-373) (-373) (-373) (-757) (-757) (-630 (-310 (-373))) (-630 (-630 (-310 (-373)))) (-1137))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-880))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-880) (-1043))))) (T -879))
+((-3278 (*1 *2 *3 *4) (-12 (-5 *3 (-880)) (-5 *4 (-1043)) (-5 *2 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))))) (-5 *1 (-879)))) (-3278 (*1 *2 *3) (-12 (-5 *3 (-880)) (-5 *2 (-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137))))) (-5 *1 (-879)))) (-2982 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-757)) (-5 *6 (-630 (-630 (-310 *3)))) (-5 *7 (-1137)) (-5 *5 (-630 (-310 (-373)))) (-5 *3 (-373)) (-5 *2 (-1017)) (-5 *1 (-879)))) (-2982 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-757)) (-5 *6 (-630 (-630 (-310 *3)))) (-5 *7 (-1137)) (-5 *8 (-220)) (-5 *5 (-630 (-310 (-373)))) (-5 *3 (-373)) (-5 *2 (-1017)) (-5 *1 (-879)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-880)) (-5 *4 (-1043)) (-5 *2 (-1017)) (-5 *1 (-879)))) (-2982 (*1 *2 *3) (-12 (-5 *3 (-880)) (-5 *2 (-1017)) (-5 *1 (-879)))))
+(-10 -7 (-15 -2982 ((-1017) (-880))) (-15 -2982 ((-1017) (-880) (-1043))) (-15 -2982 ((-1017) (-373) (-373) (-373) (-373) (-757) (-757) (-630 (-310 (-373))) (-630 (-630 (-310 (-373)))) (-1137) (-220))) (-15 -2982 ((-1017) (-373) (-373) (-373) (-373) (-757) (-757) (-630 (-310 (-373))) (-630 (-630 (-310 (-373)))) (-1137))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-880))) (-15 -3278 ((-2 (|:| -3278 (-373)) (|:| -4292 (-1137)) (|:| |explanations| (-630 (-1137)))) (-880) (-1043))))
+((-3200 (((-111) $ $) NIL)) (-2831 (((-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220))) $) 19)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 21) (($ (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) 18)) (-1614 (((-111) $ $) NIL)))
+(((-880) (-13 (-1079) (-10 -8 (-15 -3212 ($ (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220))))) (-15 -3212 ((-845) $)) (-15 -2831 ((-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220))) $))))) (T -880))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-880)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) (-5 *1 (-880)))) (-2831 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220)))) (-5 *1 (-880)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ($ (-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220))))) (-15 -3212 ((-845) $)) (-15 -2831 ((-2 (|:| |pde| (-630 (-310 (-220)))) (|:| |constraints| (-630 (-2 (|:| |start| (-220)) (|:| |finish| (-220)) (|:| |grid| (-757)) (|:| |boundaryType| (-553)) (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220)))))) (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137)) (|:| |tol| (-220))) $))))
+((-3095 (($ $ |#2|) NIL) (($ $ (-630 |#2|)) 10) (($ $ |#2| (-757)) 12) (($ $ (-630 |#2|) (-630 (-757))) 15)) (-1766 (($ $ |#2|) 16) (($ $ (-630 |#2|)) 18) (($ $ |#2| (-757)) 19) (($ $ (-630 |#2|) (-630 (-757))) 21)))
+(((-881 |#1| |#2|) (-10 -8 (-15 -1766 (|#1| |#1| (-630 |#2|) (-630 (-757)))) (-15 -1766 (|#1| |#1| |#2| (-757))) (-15 -1766 (|#1| |#1| (-630 |#2|))) (-15 -1766 (|#1| |#1| |#2|)) (-15 -3095 (|#1| |#1| (-630 |#2|) (-630 (-757)))) (-15 -3095 (|#1| |#1| |#2| (-757))) (-15 -3095 (|#1| |#1| (-630 |#2|))) (-15 -3095 (|#1| |#1| |#2|))) (-882 |#2|) (-1079)) (T -881))
+NIL
+(-10 -8 (-15 -1766 (|#1| |#1| (-630 |#2|) (-630 (-757)))) (-15 -1766 (|#1| |#1| |#2| (-757))) (-15 -1766 (|#1| |#1| (-630 |#2|))) (-15 -1766 (|#1| |#1| |#2|)) (-15 -3095 (|#1| |#1| (-630 |#2|) (-630 (-757)))) (-15 -3095 (|#1| |#1| |#2| (-757))) (-15 -3095 (|#1| |#1| (-630 |#2|))) (-15 -3095 (|#1| |#1| |#2|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3095 (($ $ |#1|) 40) (($ $ (-630 |#1|)) 39) (($ $ |#1| (-757)) 38) (($ $ (-630 |#1|) (-630 (-757))) 37)) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ |#1|) 36) (($ $ (-630 |#1|)) 35) (($ $ |#1| (-757)) 34) (($ $ (-630 |#1|) (-630 (-757))) 33)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-882 |#1|) (-137) (-1079)) (T -882))
+((-3095 (*1 *1 *1 *2) (-12 (-4 *1 (-882 *2)) (-4 *2 (-1079)))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *1 (-882 *3)) (-4 *3 (-1079)))) (-3095 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-882 *2)) (-4 *2 (-1079)))) (-3095 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *3 (-630 (-757))) (-4 *1 (-882 *4)) (-4 *4 (-1079)))) (-1766 (*1 *1 *1 *2) (-12 (-4 *1 (-882 *2)) (-4 *2 (-1079)))) (-1766 (*1 *1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *1 (-882 *3)) (-4 *3 (-1079)))) (-1766 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-882 *2)) (-4 *2 (-1079)))) (-1766 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 *4)) (-5 *3 (-630 (-757))) (-4 *1 (-882 *4)) (-4 *4 (-1079)))))
+(-13 (-1031) (-10 -8 (-15 -3095 ($ $ |t#1|)) (-15 -3095 ($ $ (-630 |t#1|))) (-15 -3095 ($ $ |t#1| (-757))) (-15 -3095 ($ $ (-630 |t#1|) (-630 (-757)))) (-15 -1766 ($ $ |t#1|)) (-15 -1766 ($ $ (-630 |t#1|))) (-15 -1766 ($ $ |t#1| (-757))) (-15 -1766 ($ $ (-630 |t#1|) (-630 (-757))))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-712) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) 26)) (-2549 (((-111) $ (-757)) NIL)) (-2830 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-2062 (($ $ $) NIL (|has| $ (-6 -4370)))) (-2209 (($ $ $) NIL (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370))) (($ $ "left" $) NIL (|has| $ (-6 -4370))) (($ $ "right" $) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-3425 (($ $) 25)) (-2195 (($ |#1|) 12) (($ $ $) 17)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-3413 (($ $) 23)) (-2603 (((-630 |#1|) $) NIL)) (-3380 (((-111) $) 20)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2566 (((-553) $ $) NIL)) (-3990 (((-111) $) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-1178 |#1|) $) 9) (((-845) $) 29 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 21 (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-883 |#1|) (-13 (-118 |#1|) (-10 -8 (-15 -2195 ($ |#1|)) (-15 -2195 ($ $ $)) (-15 -3212 ((-1178 |#1|) $)))) (-1079)) (T -883))
+((-2195 (*1 *1 *2) (-12 (-5 *1 (-883 *2)) (-4 *2 (-1079)))) (-2195 (*1 *1 *1 *1) (-12 (-5 *1 (-883 *2)) (-4 *2 (-1079)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1178 *3)) (-5 *1 (-883 *3)) (-4 *3 (-1079)))))
+(-13 (-118 |#1|) (-10 -8 (-15 -2195 ($ |#1|)) (-15 -2195 ($ $ $)) (-15 -3212 ((-1178 |#1|) $))))
+((-1299 ((|#2| (-1121 |#1| |#2|)) 41)))
+(((-884 |#1| |#2|) (-10 -7 (-15 -1299 (|#2| (-1121 |#1| |#2|)))) (-903) (-13 (-1031) (-10 -7 (-6 (-4371 "*"))))) (T -884))
+((-1299 (*1 *2 *3) (-12 (-5 *3 (-1121 *4 *2)) (-14 *4 (-903)) (-4 *2 (-13 (-1031) (-10 -7 (-6 (-4371 "*"))))) (-5 *1 (-884 *4 *2)))))
+(-10 -7 (-15 -1299 (|#2| (-1121 |#1| |#2|))))
+((-3200 (((-111) $ $) 7)) (-3203 (($) 18 T CONST)) (-3889 (((-3 $ "failed") $) 15)) (-2182 (((-1081 |#1|) $ |#1|) 32)) (-1434 (((-111) $) 17)) (-1773 (($ $ $) 30 (-4028 (|has| |#1| (-833)) (|has| |#1| (-362))))) (-2012 (($ $ $) 29 (-4028 (|has| |#1| (-833)) (|has| |#1| (-362))))) (-4056 (((-1137) $) 9)) (-3700 (($ $) 24)) (-2875 (((-1099) $) 10)) (-2433 ((|#1| $ |#1|) 34)) (-2061 ((|#1| $ |#1|) 33)) (-2144 (($ (-630 (-630 |#1|))) 35)) (-3034 (($ (-630 |#1|)) 36)) (-3830 (($ $ $) 21)) (-2931 (($ $ $) 20)) (-3212 (((-845) $) 11)) (-3308 (($) 19 T CONST)) (-1667 (((-111) $ $) 27 (-4028 (|has| |#1| (-833)) (|has| |#1| (-362))))) (-1645 (((-111) $ $) 26 (-4028 (|has| |#1| (-833)) (|has| |#1| (-362))))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 28 (-4028 (|has| |#1| (-833)) (|has| |#1| (-362))))) (-1633 (((-111) $ $) 31)) (-1721 (($ $ $) 23)) (** (($ $ (-903)) 13) (($ $ (-757)) 16) (($ $ (-553)) 22)) (* (($ $ $) 14)))
+(((-885 |#1|) (-137) (-1079)) (T -885))
+((-3034 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-4 *1 (-885 *3)))) (-2144 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-4 *1 (-885 *3)))) (-2433 (*1 *2 *1 *2) (-12 (-4 *1 (-885 *2)) (-4 *2 (-1079)))) (-2061 (*1 *2 *1 *2) (-12 (-4 *1 (-885 *2)) (-4 *2 (-1079)))) (-2182 (*1 *2 *1 *3) (-12 (-4 *1 (-885 *3)) (-4 *3 (-1079)) (-5 *2 (-1081 *3)))) (-1633 (*1 *2 *1 *1) (-12 (-4 *1 (-885 *3)) (-4 *3 (-1079)) (-5 *2 (-111)))))
+(-13 (-466) (-10 -8 (-15 -3034 ($ (-630 |t#1|))) (-15 -2144 ($ (-630 (-630 |t#1|)))) (-15 -2433 (|t#1| $ |t#1|)) (-15 -2061 (|t#1| $ |t#1|)) (-15 -2182 ((-1081 |t#1|) $ |t#1|)) (-15 -1633 ((-111) $ $)) (IF (|has| |t#1| (-833)) (-6 (-833)) |%noBranch|) (IF (|has| |t#1| (-362)) (-6 (-833)) |%noBranch|)))
+(((-101) . T) ((-600 (-845)) . T) ((-466) . T) ((-712) . T) ((-833) -4028 (|has| |#1| (-833)) (|has| |#1| (-362))) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-1778 (((-630 (-630 (-757))) $) 108)) (-4220 (((-630 (-757)) (-887 |#1|) $) 130)) (-4097 (((-630 (-757)) (-887 |#1|) $) 131)) (-2573 (((-630 (-887 |#1|)) $) 98)) (-1333 (((-887 |#1|) $ (-553)) 103) (((-887 |#1|) $) 104)) (-3635 (($ (-630 (-887 |#1|))) 110)) (-2592 (((-757) $) 105)) (-3524 (((-1081 (-1081 |#1|)) $) 128)) (-2182 (((-1081 |#1|) $ |#1|) 121) (((-1081 (-1081 |#1|)) $ (-1081 |#1|)) 139) (((-1081 (-630 |#1|)) $ (-630 |#1|)) 142)) (-4071 (((-1081 |#1|) $) 101)) (-4349 (((-111) (-887 |#1|) $) 92)) (-4056 (((-1137) $) NIL)) (-3567 (((-1243) $) 95) (((-1243) $ (-553) (-553)) 143)) (-2875 (((-1099) $) NIL)) (-3946 (((-630 (-887 |#1|)) $) 96)) (-2061 (((-887 |#1|) $ (-757)) 99)) (-2672 (((-757) $) 106)) (-3212 (((-845) $) 119) (((-630 (-887 |#1|)) $) 23) (($ (-630 (-887 |#1|))) 109)) (-4173 (((-630 |#1|) $) 107)) (-1614 (((-111) $ $) 136)) (-1656 (((-111) $ $) 134)) (-1633 (((-111) $ $) 133)))
+(((-886 |#1|) (-13 (-1079) (-10 -8 (-15 -3212 ((-630 (-887 |#1|)) $)) (-15 -3946 ((-630 (-887 |#1|)) $)) (-15 -2061 ((-887 |#1|) $ (-757))) (-15 -1333 ((-887 |#1|) $ (-553))) (-15 -1333 ((-887 |#1|) $)) (-15 -2592 ((-757) $)) (-15 -2672 ((-757) $)) (-15 -4173 ((-630 |#1|) $)) (-15 -2573 ((-630 (-887 |#1|)) $)) (-15 -1778 ((-630 (-630 (-757))) $)) (-15 -3212 ($ (-630 (-887 |#1|)))) (-15 -3635 ($ (-630 (-887 |#1|)))) (-15 -2182 ((-1081 |#1|) $ |#1|)) (-15 -3524 ((-1081 (-1081 |#1|)) $)) (-15 -2182 ((-1081 (-1081 |#1|)) $ (-1081 |#1|))) (-15 -2182 ((-1081 (-630 |#1|)) $ (-630 |#1|))) (-15 -4349 ((-111) (-887 |#1|) $)) (-15 -4220 ((-630 (-757)) (-887 |#1|) $)) (-15 -4097 ((-630 (-757)) (-887 |#1|) $)) (-15 -4071 ((-1081 |#1|) $)) (-15 -1633 ((-111) $ $)) (-15 -1656 ((-111) $ $)) (-15 -3567 ((-1243) $)) (-15 -3567 ((-1243) $ (-553) (-553))))) (-1079)) (T -886))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-630 (-887 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-3946 (*1 *2 *1) (-12 (-5 *2 (-630 (-887 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *2 (-887 *4)) (-5 *1 (-886 *4)) (-4 *4 (-1079)))) (-1333 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-887 *4)) (-5 *1 (-886 *4)) (-4 *4 (-1079)))) (-1333 (*1 *2 *1) (-12 (-5 *2 (-887 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-2592 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-2672 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-4173 (*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-2573 (*1 *2 *1) (-12 (-5 *2 (-630 (-887 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-1778 (*1 *2 *1) (-12 (-5 *2 (-630 (-630 (-757)))) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-887 *3))) (-4 *3 (-1079)) (-5 *1 (-886 *3)))) (-3635 (*1 *1 *2) (-12 (-5 *2 (-630 (-887 *3))) (-4 *3 (-1079)) (-5 *1 (-886 *3)))) (-2182 (*1 *2 *1 *3) (-12 (-5 *2 (-1081 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-3524 (*1 *2 *1) (-12 (-5 *2 (-1081 (-1081 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-2182 (*1 *2 *1 *3) (-12 (-4 *4 (-1079)) (-5 *2 (-1081 (-1081 *4))) (-5 *1 (-886 *4)) (-5 *3 (-1081 *4)))) (-2182 (*1 *2 *1 *3) (-12 (-4 *4 (-1079)) (-5 *2 (-1081 (-630 *4))) (-5 *1 (-886 *4)) (-5 *3 (-630 *4)))) (-4349 (*1 *2 *3 *1) (-12 (-5 *3 (-887 *4)) (-4 *4 (-1079)) (-5 *2 (-111)) (-5 *1 (-886 *4)))) (-4220 (*1 *2 *3 *1) (-12 (-5 *3 (-887 *4)) (-4 *4 (-1079)) (-5 *2 (-630 (-757))) (-5 *1 (-886 *4)))) (-4097 (*1 *2 *3 *1) (-12 (-5 *3 (-887 *4)) (-4 *4 (-1079)) (-5 *2 (-630 (-757))) (-5 *1 (-886 *4)))) (-4071 (*1 *2 *1) (-12 (-5 *2 (-1081 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-1633 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-1656 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-3567 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))) (-3567 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-886 *4)) (-4 *4 (-1079)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ((-630 (-887 |#1|)) $)) (-15 -3946 ((-630 (-887 |#1|)) $)) (-15 -2061 ((-887 |#1|) $ (-757))) (-15 -1333 ((-887 |#1|) $ (-553))) (-15 -1333 ((-887 |#1|) $)) (-15 -2592 ((-757) $)) (-15 -2672 ((-757) $)) (-15 -4173 ((-630 |#1|) $)) (-15 -2573 ((-630 (-887 |#1|)) $)) (-15 -1778 ((-630 (-630 (-757))) $)) (-15 -3212 ($ (-630 (-887 |#1|)))) (-15 -3635 ($ (-630 (-887 |#1|)))) (-15 -2182 ((-1081 |#1|) $ |#1|)) (-15 -3524 ((-1081 (-1081 |#1|)) $)) (-15 -2182 ((-1081 (-1081 |#1|)) $ (-1081 |#1|))) (-15 -2182 ((-1081 (-630 |#1|)) $ (-630 |#1|))) (-15 -4349 ((-111) (-887 |#1|) $)) (-15 -4220 ((-630 (-757)) (-887 |#1|) $)) (-15 -4097 ((-630 (-757)) (-887 |#1|) $)) (-15 -4071 ((-1081 |#1|) $)) (-15 -1633 ((-111) $ $)) (-15 -1656 ((-111) $ $)) (-15 -3567 ((-1243) $)) (-15 -3567 ((-1243) $ (-553) (-553)))))
+((-3200 (((-111) $ $) NIL)) (-1297 (((-630 $) (-630 $)) 77)) (-2299 (((-553) $) 60)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-2592 (((-757) $) 58)) (-2182 (((-1081 |#1|) $ |#1|) 49)) (-1434 (((-111) $) NIL)) (-2709 (((-111) $) 63)) (-1378 (((-757) $) 61)) (-4071 (((-1081 |#1|) $) 42)) (-1773 (($ $ $) NIL (-4028 (|has| |#1| (-362)) (|has| |#1| (-833))))) (-2012 (($ $ $) NIL (-4028 (|has| |#1| (-362)) (|has| |#1| (-833))))) (-3576 (((-2 (|:| |preimage| (-630 |#1|)) (|:| |image| (-630 |#1|))) $) 37)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 93)) (-2875 (((-1099) $) NIL)) (-2829 (((-1081 |#1|) $) 100 (|has| |#1| (-362)))) (-3439 (((-111) $) 59)) (-2433 ((|#1| $ |#1|) 47)) (-2061 ((|#1| $ |#1|) 94)) (-2672 (((-757) $) 44)) (-2144 (($ (-630 (-630 |#1|))) 85)) (-3336 (((-953) $) 53)) (-3034 (($ (-630 |#1|)) 21)) (-3830 (($ $ $) NIL)) (-2931 (($ $ $) NIL)) (-1370 (($ (-630 (-630 |#1|))) 39)) (-3384 (($ (-630 (-630 |#1|))) 88)) (-1284 (($ (-630 |#1|)) 96)) (-3212 (((-845) $) 84) (($ (-630 (-630 |#1|))) 66) (($ (-630 |#1|)) 67)) (-3308 (($) 16 T CONST)) (-1667 (((-111) $ $) NIL (-4028 (|has| |#1| (-362)) (|has| |#1| (-833))))) (-1645 (((-111) $ $) NIL (-4028 (|has| |#1| (-362)) (|has| |#1| (-833))))) (-1614 (((-111) $ $) 45)) (-1656 (((-111) $ $) NIL (-4028 (|has| |#1| (-362)) (|has| |#1| (-833))))) (-1633 (((-111) $ $) 65)) (-1721 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ $ $) 22)))
+(((-887 |#1|) (-13 (-885 |#1|) (-10 -8 (-15 -3576 ((-2 (|:| |preimage| (-630 |#1|)) (|:| |image| (-630 |#1|))) $)) (-15 -1370 ($ (-630 (-630 |#1|)))) (-15 -3212 ($ (-630 (-630 |#1|)))) (-15 -3212 ($ (-630 |#1|))) (-15 -3384 ($ (-630 (-630 |#1|)))) (-15 -2672 ((-757) $)) (-15 -4071 ((-1081 |#1|) $)) (-15 -3336 ((-953) $)) (-15 -2592 ((-757) $)) (-15 -1378 ((-757) $)) (-15 -2299 ((-553) $)) (-15 -3439 ((-111) $)) (-15 -2709 ((-111) $)) (-15 -1297 ((-630 $) (-630 $))) (IF (|has| |#1| (-362)) (-15 -2829 ((-1081 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-538)) (-15 -1284 ($ (-630 |#1|))) (IF (|has| |#1| (-362)) (-15 -1284 ($ (-630 |#1|))) |%noBranch|)))) (-1079)) (T -887))
+((-3576 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-630 *3)) (|:| |image| (-630 *3)))) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-1370 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-5 *1 (-887 *3)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-5 *1 (-887 *3)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-887 *3)))) (-3384 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-5 *1 (-887 *3)))) (-2672 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-4071 (*1 *2 *1) (-12 (-5 *2 (-1081 *3)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-3336 (*1 *2 *1) (-12 (-5 *2 (-953)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-2592 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-1378 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-2299 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-3439 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-2709 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-1297 (*1 *2 *2) (-12 (-5 *2 (-630 (-887 *3))) (-5 *1 (-887 *3)) (-4 *3 (-1079)))) (-2829 (*1 *2 *1) (-12 (-5 *2 (-1081 *3)) (-5 *1 (-887 *3)) (-4 *3 (-362)) (-4 *3 (-1079)))) (-1284 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-887 *3)))))
+(-13 (-885 |#1|) (-10 -8 (-15 -3576 ((-2 (|:| |preimage| (-630 |#1|)) (|:| |image| (-630 |#1|))) $)) (-15 -1370 ($ (-630 (-630 |#1|)))) (-15 -3212 ($ (-630 (-630 |#1|)))) (-15 -3212 ($ (-630 |#1|))) (-15 -3384 ($ (-630 (-630 |#1|)))) (-15 -2672 ((-757) $)) (-15 -4071 ((-1081 |#1|) $)) (-15 -3336 ((-953) $)) (-15 -2592 ((-757) $)) (-15 -1378 ((-757) $)) (-15 -2299 ((-553) $)) (-15 -3439 ((-111) $)) (-15 -2709 ((-111) $)) (-15 -1297 ((-630 $) (-630 $))) (IF (|has| |#1| (-362)) (-15 -2829 ((-1081 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-538)) (-15 -1284 ($ (-630 |#1|))) (IF (|has| |#1| (-362)) (-15 -1284 ($ (-630 |#1|))) |%noBranch|))))
+((-2869 (((-3 (-630 (-1151 |#4|)) "failed") (-630 (-1151 |#4|)) (-1151 |#4|)) 128)) (-1867 ((|#1|) 77)) (-3754 (((-412 (-1151 |#4|)) (-1151 |#4|)) 137)) (-2205 (((-412 (-1151 |#4|)) (-630 |#3|) (-1151 |#4|)) 69)) (-1987 (((-412 (-1151 |#4|)) (-1151 |#4|)) 147)) (-1839 (((-3 (-630 (-1151 |#4|)) "failed") (-630 (-1151 |#4|)) (-1151 |#4|) |#3|) 92)))
+(((-888 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2869 ((-3 (-630 (-1151 |#4|)) "failed") (-630 (-1151 |#4|)) (-1151 |#4|))) (-15 -1987 ((-412 (-1151 |#4|)) (-1151 |#4|))) (-15 -3754 ((-412 (-1151 |#4|)) (-1151 |#4|))) (-15 -1867 (|#1|)) (-15 -1839 ((-3 (-630 (-1151 |#4|)) "failed") (-630 (-1151 |#4|)) (-1151 |#4|) |#3|)) (-15 -2205 ((-412 (-1151 |#4|)) (-630 |#3|) (-1151 |#4|)))) (-891) (-779) (-833) (-931 |#1| |#2| |#3|)) (T -888))
+((-2205 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *7)) (-4 *7 (-833)) (-4 *5 (-891)) (-4 *6 (-779)) (-4 *8 (-931 *5 *6 *7)) (-5 *2 (-412 (-1151 *8))) (-5 *1 (-888 *5 *6 *7 *8)) (-5 *4 (-1151 *8)))) (-1839 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-630 (-1151 *7))) (-5 *3 (-1151 *7)) (-4 *7 (-931 *5 *6 *4)) (-4 *5 (-891)) (-4 *6 (-779)) (-4 *4 (-833)) (-5 *1 (-888 *5 *6 *4 *7)))) (-1867 (*1 *2) (-12 (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-891)) (-5 *1 (-888 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4)))) (-3754 (*1 *2 *3) (-12 (-4 *4 (-891)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-412 (-1151 *7))) (-5 *1 (-888 *4 *5 *6 *7)) (-5 *3 (-1151 *7)))) (-1987 (*1 *2 *3) (-12 (-4 *4 (-891)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-412 (-1151 *7))) (-5 *1 (-888 *4 *5 *6 *7)) (-5 *3 (-1151 *7)))) (-2869 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-630 (-1151 *7))) (-5 *3 (-1151 *7)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-891)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-888 *4 *5 *6 *7)))))
+(-10 -7 (-15 -2869 ((-3 (-630 (-1151 |#4|)) "failed") (-630 (-1151 |#4|)) (-1151 |#4|))) (-15 -1987 ((-412 (-1151 |#4|)) (-1151 |#4|))) (-15 -3754 ((-412 (-1151 |#4|)) (-1151 |#4|))) (-15 -1867 (|#1|)) (-15 -1839 ((-3 (-630 (-1151 |#4|)) "failed") (-630 (-1151 |#4|)) (-1151 |#4|) |#3|)) (-15 -2205 ((-412 (-1151 |#4|)) (-630 |#3|) (-1151 |#4|))))
+((-2869 (((-3 (-630 (-1151 |#2|)) "failed") (-630 (-1151 |#2|)) (-1151 |#2|)) 36)) (-1867 ((|#1|) 54)) (-3754 (((-412 (-1151 |#2|)) (-1151 |#2|)) 102)) (-2205 (((-412 (-1151 |#2|)) (-1151 |#2|)) 90)) (-1987 (((-412 (-1151 |#2|)) (-1151 |#2|)) 113)))
+(((-889 |#1| |#2|) (-10 -7 (-15 -2869 ((-3 (-630 (-1151 |#2|)) "failed") (-630 (-1151 |#2|)) (-1151 |#2|))) (-15 -1987 ((-412 (-1151 |#2|)) (-1151 |#2|))) (-15 -3754 ((-412 (-1151 |#2|)) (-1151 |#2|))) (-15 -1867 (|#1|)) (-15 -2205 ((-412 (-1151 |#2|)) (-1151 |#2|)))) (-891) (-1214 |#1|)) (T -889))
+((-2205 (*1 *2 *3) (-12 (-4 *4 (-891)) (-4 *5 (-1214 *4)) (-5 *2 (-412 (-1151 *5))) (-5 *1 (-889 *4 *5)) (-5 *3 (-1151 *5)))) (-1867 (*1 *2) (-12 (-4 *2 (-891)) (-5 *1 (-889 *2 *3)) (-4 *3 (-1214 *2)))) (-3754 (*1 *2 *3) (-12 (-4 *4 (-891)) (-4 *5 (-1214 *4)) (-5 *2 (-412 (-1151 *5))) (-5 *1 (-889 *4 *5)) (-5 *3 (-1151 *5)))) (-1987 (*1 *2 *3) (-12 (-4 *4 (-891)) (-4 *5 (-1214 *4)) (-5 *2 (-412 (-1151 *5))) (-5 *1 (-889 *4 *5)) (-5 *3 (-1151 *5)))) (-2869 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-630 (-1151 *5))) (-5 *3 (-1151 *5)) (-4 *5 (-1214 *4)) (-4 *4 (-891)) (-5 *1 (-889 *4 *5)))))
+(-10 -7 (-15 -2869 ((-3 (-630 (-1151 |#2|)) "failed") (-630 (-1151 |#2|)) (-1151 |#2|))) (-15 -1987 ((-412 (-1151 |#2|)) (-1151 |#2|))) (-15 -3754 ((-412 (-1151 |#2|)) (-1151 |#2|))) (-15 -1867 (|#1|)) (-15 -2205 ((-412 (-1151 |#2|)) (-1151 |#2|))))
+((-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 41)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 18)) (-2234 (((-3 $ "failed") $) 35)))
+(((-890 |#1|) (-10 -8 (-15 -2234 ((-3 |#1| "failed") |#1|)) (-15 -3350 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|))) (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|)))) (-891)) (T -890))
+NIL
+(-10 -8 (-15 -2234 ((-3 |#1| "failed") |#1|)) (-15 -3350 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|))) (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-2873 (((-412 (-1151 $)) (-1151 $)) 58)) (-3837 (($ $) 49)) (-1807 (((-412 $) $) 50)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 55)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-4268 (((-111) $) 51)) (-1434 (((-111) $) 30)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-2114 (((-412 (-1151 $)) (-1151 $)) 56)) (-2098 (((-412 (-1151 $)) (-1151 $)) 57)) (-3476 (((-412 $) $) 48)) (-3968 (((-3 $ "failed") $ $) 40)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 54 (|has| $ (-142)))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41)) (-2234 (((-3 $ "failed") $) 53 (|has| $ (-142)))) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-891) (-137)) (T -891))
+((-4338 (*1 *2 *2 *2) (-12 (-5 *2 (-1151 *1)) (-4 *1 (-891)))) (-2873 (*1 *2 *3) (-12 (-4 *1 (-891)) (-5 *2 (-412 (-1151 *1))) (-5 *3 (-1151 *1)))) (-2098 (*1 *2 *3) (-12 (-4 *1 (-891)) (-5 *2 (-412 (-1151 *1))) (-5 *3 (-1151 *1)))) (-2114 (*1 *2 *3) (-12 (-4 *1 (-891)) (-5 *2 (-412 (-1151 *1))) (-5 *3 (-1151 *1)))) (-3350 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-630 (-1151 *1))) (-5 *3 (-1151 *1)) (-4 *1 (-891)))) (-3201 (*1 *2 *3) (|partial| -12 (-5 *3 (-674 *1)) (-4 *1 (-142)) (-4 *1 (-891)) (-5 *2 (-1238 *1)))) (-2234 (*1 *1 *1) (|partial| -12 (-4 *1 (-142)) (-4 *1 (-891)))))
+(-13 (-1196) (-10 -8 (-15 -2873 ((-412 (-1151 $)) (-1151 $))) (-15 -2098 ((-412 (-1151 $)) (-1151 $))) (-15 -2114 ((-412 (-1151 $)) (-1151 $))) (-15 -4338 ((-1151 $) (-1151 $) (-1151 $))) (-15 -3350 ((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $))) (IF (|has| $ (-142)) (PROGN (-15 -3201 ((-3 (-1238 $) "failed") (-674 $))) (-15 -2234 ((-3 $ "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-169) . T) ((-284) . T) ((-445) . T) ((-545) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4180 (((-111) $) NIL)) (-3556 (((-757)) NIL)) (-1550 (($ $ (-903)) NIL (|has| $ (-362))) (($ $) NIL)) (-3398 (((-1165 (-903) (-757)) (-553)) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2662 (((-757)) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 $ "failed") $) NIL)) (-2831 (($ $) NIL)) (-1676 (($ (-1238 $)) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-2091 (($) NIL)) (-2879 (((-111) $) NIL)) (-2865 (($ $) NIL) (($ $ (-757)) NIL)) (-4268 (((-111) $) NIL)) (-2592 (((-819 (-903)) $) NIL) (((-903) $) NIL)) (-1434 (((-111) $) NIL)) (-1389 (($) NIL (|has| $ (-362)))) (-2810 (((-111) $) NIL (|has| $ (-362)))) (-4233 (($ $ (-903)) NIL (|has| $ (-362))) (($ $) NIL)) (-3464 (((-3 $ "failed") $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2309 (((-1151 $) $ (-903)) NIL (|has| $ (-362))) (((-1151 $) $) NIL)) (-3941 (((-903) $) NIL)) (-2474 (((-1151 $) $) NIL (|has| $ (-362)))) (-1403 (((-3 (-1151 $) "failed") $ $) NIL (|has| $ (-362))) (((-1151 $) $) NIL (|has| $ (-362)))) (-2388 (($ $ (-1151 $)) NIL (|has| $ (-362)))) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL T CONST)) (-2839 (($ (-903)) NIL)) (-3116 (((-111) $) NIL)) (-2875 (((-1099) $) NIL)) (-4125 (($) NIL (|has| $ (-362)))) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL)) (-3476 (((-412 $) $) NIL)) (-2987 (((-903)) NIL) (((-819 (-903))) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-2916 (((-3 (-757) "failed") $ $) NIL) (((-757) $) NIL)) (-1315 (((-132)) NIL)) (-3095 (($ $ (-757)) NIL) (($ $) NIL)) (-2672 (((-903) $) NIL) (((-819 (-903)) $) NIL)) (-3035 (((-1151 $)) NIL)) (-3529 (($) NIL)) (-2516 (($) NIL (|has| $ (-362)))) (-3693 (((-674 $) (-1238 $)) NIL) (((-1238 $) $) NIL)) (-1523 (((-553) $) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL)) (-2234 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-1348 (((-757)) NIL)) (-3428 (((-1238 $) (-903)) NIL) (((-1238 $)) NIL)) (-2453 (((-111) $ $) NIL)) (-1758 (((-111) $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-2541 (($ $ (-757)) NIL (|has| $ (-362))) (($ $) NIL (|has| $ (-362)))) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL)))
+(((-892 |#1|) (-13 (-343) (-323 $) (-601 (-553))) (-903)) (T -892))
+NIL
+(-13 (-343) (-323 $) (-601 (-553)))
+((-2548 (((-3 (-2 (|:| -2592 (-757)) (|:| -2408 |#5|)) "failed") (-330 |#2| |#3| |#4| |#5|)) 79)) (-1567 (((-111) (-330 |#2| |#3| |#4| |#5|)) 17)) (-2592 (((-3 (-757) "failed") (-330 |#2| |#3| |#4| |#5|)) 15)))
+(((-893 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2592 ((-3 (-757) "failed") (-330 |#2| |#3| |#4| |#5|))) (-15 -1567 ((-111) (-330 |#2| |#3| |#4| |#5|))) (-15 -2548 ((-3 (-2 (|:| -2592 (-757)) (|:| -2408 |#5|)) "failed") (-330 |#2| |#3| |#4| |#5|)))) (-13 (-833) (-545) (-1020 (-553))) (-424 |#1|) (-1214 |#2|) (-1214 (-401 |#3|)) (-336 |#2| |#3| |#4|)) (T -893))
+((-2548 (*1 *2 *3) (|partial| -12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4)) (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6))) (-4 *8 (-336 *5 *6 *7)) (-4 *4 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-2 (|:| -2592 (-757)) (|:| -2408 *8))) (-5 *1 (-893 *4 *5 *6 *7 *8)))) (-1567 (*1 *2 *3) (-12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4)) (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6))) (-4 *8 (-336 *5 *6 *7)) (-4 *4 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-111)) (-5 *1 (-893 *4 *5 *6 *7 *8)))) (-2592 (*1 *2 *3) (|partial| -12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4)) (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6))) (-4 *8 (-336 *5 *6 *7)) (-4 *4 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-757)) (-5 *1 (-893 *4 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2592 ((-3 (-757) "failed") (-330 |#2| |#3| |#4| |#5|))) (-15 -1567 ((-111) (-330 |#2| |#3| |#4| |#5|))) (-15 -2548 ((-3 (-2 (|:| -2592 (-757)) (|:| -2408 |#5|)) "failed") (-330 |#2| |#3| |#4| |#5|))))
+((-2548 (((-3 (-2 (|:| -2592 (-757)) (|:| -2408 |#3|)) "failed") (-330 (-401 (-553)) |#1| |#2| |#3|)) 56)) (-1567 (((-111) (-330 (-401 (-553)) |#1| |#2| |#3|)) 16)) (-2592 (((-3 (-757) "failed") (-330 (-401 (-553)) |#1| |#2| |#3|)) 14)))
+(((-894 |#1| |#2| |#3|) (-10 -7 (-15 -2592 ((-3 (-757) "failed") (-330 (-401 (-553)) |#1| |#2| |#3|))) (-15 -1567 ((-111) (-330 (-401 (-553)) |#1| |#2| |#3|))) (-15 -2548 ((-3 (-2 (|:| -2592 (-757)) (|:| -2408 |#3|)) "failed") (-330 (-401 (-553)) |#1| |#2| |#3|)))) (-1214 (-401 (-553))) (-1214 (-401 |#1|)) (-336 (-401 (-553)) |#1| |#2|)) (T -894))
+((-2548 (*1 *2 *3) (|partial| -12 (-5 *3 (-330 (-401 (-553)) *4 *5 *6)) (-4 *4 (-1214 (-401 (-553)))) (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 (-401 (-553)) *4 *5)) (-5 *2 (-2 (|:| -2592 (-757)) (|:| -2408 *6))) (-5 *1 (-894 *4 *5 *6)))) (-1567 (*1 *2 *3) (-12 (-5 *3 (-330 (-401 (-553)) *4 *5 *6)) (-4 *4 (-1214 (-401 (-553)))) (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 (-401 (-553)) *4 *5)) (-5 *2 (-111)) (-5 *1 (-894 *4 *5 *6)))) (-2592 (*1 *2 *3) (|partial| -12 (-5 *3 (-330 (-401 (-553)) *4 *5 *6)) (-4 *4 (-1214 (-401 (-553)))) (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 (-401 (-553)) *4 *5)) (-5 *2 (-757)) (-5 *1 (-894 *4 *5 *6)))))
+(-10 -7 (-15 -2592 ((-3 (-757) "failed") (-330 (-401 (-553)) |#1| |#2| |#3|))) (-15 -1567 ((-111) (-330 (-401 (-553)) |#1| |#2| |#3|))) (-15 -2548 ((-3 (-2 (|:| -2592 (-757)) (|:| -2408 |#3|)) "failed") (-330 (-401 (-553)) |#1| |#2| |#3|))))
+((-1444 ((|#2| |#2|) 26)) (-2252 (((-553) (-630 (-2 (|:| |den| (-553)) (|:| |gcdnum| (-553))))) 15)) (-3729 (((-903) (-553)) 35)) (-2486 (((-553) |#2|) 42)) (-4075 (((-553) |#2|) 21) (((-2 (|:| |den| (-553)) (|:| |gcdnum| (-553))) |#1|) 20)))
+(((-895 |#1| |#2|) (-10 -7 (-15 -3729 ((-903) (-553))) (-15 -4075 ((-2 (|:| |den| (-553)) (|:| |gcdnum| (-553))) |#1|)) (-15 -4075 ((-553) |#2|)) (-15 -2252 ((-553) (-630 (-2 (|:| |den| (-553)) (|:| |gcdnum| (-553)))))) (-15 -2486 ((-553) |#2|)) (-15 -1444 (|#2| |#2|))) (-1214 (-401 (-553))) (-1214 (-401 |#1|))) (T -895))
+((-1444 (*1 *2 *2) (-12 (-4 *3 (-1214 (-401 (-553)))) (-5 *1 (-895 *3 *2)) (-4 *2 (-1214 (-401 *3))))) (-2486 (*1 *2 *3) (-12 (-4 *4 (-1214 (-401 *2))) (-5 *2 (-553)) (-5 *1 (-895 *4 *3)) (-4 *3 (-1214 (-401 *4))))) (-2252 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| |den| (-553)) (|:| |gcdnum| (-553))))) (-4 *4 (-1214 (-401 *2))) (-5 *2 (-553)) (-5 *1 (-895 *4 *5)) (-4 *5 (-1214 (-401 *4))))) (-4075 (*1 *2 *3) (-12 (-4 *4 (-1214 (-401 *2))) (-5 *2 (-553)) (-5 *1 (-895 *4 *3)) (-4 *3 (-1214 (-401 *4))))) (-4075 (*1 *2 *3) (-12 (-4 *3 (-1214 (-401 (-553)))) (-5 *2 (-2 (|:| |den| (-553)) (|:| |gcdnum| (-553)))) (-5 *1 (-895 *3 *4)) (-4 *4 (-1214 (-401 *3))))) (-3729 (*1 *2 *3) (-12 (-5 *3 (-553)) (-4 *4 (-1214 (-401 *3))) (-5 *2 (-903)) (-5 *1 (-895 *4 *5)) (-4 *5 (-1214 (-401 *4))))))
+(-10 -7 (-15 -3729 ((-903) (-553))) (-15 -4075 ((-2 (|:| |den| (-553)) (|:| |gcdnum| (-553))) |#1|)) (-15 -4075 ((-553) |#2|)) (-15 -2252 ((-553) (-630 (-2 (|:| |den| (-553)) (|:| |gcdnum| (-553)))))) (-15 -2486 ((-553) |#2|)) (-15 -1444 (|#2| |#2|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 ((|#1| $) 81)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-4005 (($ $ $) NIL)) (-3889 (((-3 $ "failed") $) 75)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-3612 (($ |#1| (-412 |#1|)) 73)) (-2181 (((-1151 |#1|) |#1| |#1|) 41)) (-1435 (($ $) 49)) (-1434 (((-111) $) NIL)) (-1653 (((-553) $) 78)) (-2842 (($ $ (-553)) 80)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2540 ((|#1| $) 77)) (-2133 (((-412 |#1|) $) 76)) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) 74)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-1308 (($ $) 39)) (-3212 (((-845) $) 99) (($ (-553)) 54) (($ $) NIL) (($ (-401 (-553))) NIL) (($ |#1|) 31) (((-401 |#1|) $) 59) (($ (-401 (-412 |#1|))) 67)) (-1348 (((-757)) 52)) (-2453 (((-111) $ $) NIL)) (-3296 (($) 23 T CONST)) (-3308 (($) 12 T CONST)) (-1614 (((-111) $ $) 68)) (-1721 (($ $ $) NIL)) (-1710 (($ $) 88) (($ $ $) NIL)) (-1699 (($ $ $) 38)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 90) (($ $ $) 37) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ |#1| $) 89) (($ $ |#1|) NIL)))
+(((-896 |#1|) (-13 (-357) (-38 |#1|) (-10 -8 (-15 -3212 ((-401 |#1|) $)) (-15 -3212 ($ (-401 (-412 |#1|)))) (-15 -1308 ($ $)) (-15 -2133 ((-412 |#1|) $)) (-15 -2540 (|#1| $)) (-15 -2842 ($ $ (-553))) (-15 -1653 ((-553) $)) (-15 -2181 ((-1151 |#1|) |#1| |#1|)) (-15 -1435 ($ $)) (-15 -3612 ($ |#1| (-412 |#1|))) (-15 -2589 (|#1| $)))) (-301)) (T -896))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-401 *3)) (-5 *1 (-896 *3)) (-4 *3 (-301)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-401 (-412 *3))) (-4 *3 (-301)) (-5 *1 (-896 *3)))) (-1308 (*1 *1 *1) (-12 (-5 *1 (-896 *2)) (-4 *2 (-301)))) (-2133 (*1 *2 *1) (-12 (-5 *2 (-412 *3)) (-5 *1 (-896 *3)) (-4 *3 (-301)))) (-2540 (*1 *2 *1) (-12 (-5 *1 (-896 *2)) (-4 *2 (-301)))) (-2842 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-896 *3)) (-4 *3 (-301)))) (-1653 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-896 *3)) (-4 *3 (-301)))) (-2181 (*1 *2 *3 *3) (-12 (-5 *2 (-1151 *3)) (-5 *1 (-896 *3)) (-4 *3 (-301)))) (-1435 (*1 *1 *1) (-12 (-5 *1 (-896 *2)) (-4 *2 (-301)))) (-3612 (*1 *1 *2 *3) (-12 (-5 *3 (-412 *2)) (-4 *2 (-301)) (-5 *1 (-896 *2)))) (-2589 (*1 *2 *1) (-12 (-5 *1 (-896 *2)) (-4 *2 (-301)))))
+(-13 (-357) (-38 |#1|) (-10 -8 (-15 -3212 ((-401 |#1|) $)) (-15 -3212 ($ (-401 (-412 |#1|)))) (-15 -1308 ($ $)) (-15 -2133 ((-412 |#1|) $)) (-15 -2540 (|#1| $)) (-15 -2842 ($ $ (-553))) (-15 -1653 ((-553) $)) (-15 -2181 ((-1151 |#1|) |#1| |#1|)) (-15 -1435 ($ $)) (-15 -3612 ($ |#1| (-412 |#1|))) (-15 -2589 (|#1| $))))
+((-3612 (((-52) (-934 |#1|) (-412 (-934 |#1|)) (-1155)) 17) (((-52) (-401 (-934 |#1|)) (-1155)) 18)))
+(((-897 |#1|) (-10 -7 (-15 -3612 ((-52) (-401 (-934 |#1|)) (-1155))) (-15 -3612 ((-52) (-934 |#1|) (-412 (-934 |#1|)) (-1155)))) (-13 (-301) (-144))) (T -897))
+((-3612 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-412 (-934 *6))) (-5 *5 (-1155)) (-5 *3 (-934 *6)) (-4 *6 (-13 (-301) (-144))) (-5 *2 (-52)) (-5 *1 (-897 *6)))) (-3612 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155)) (-4 *5 (-13 (-301) (-144))) (-5 *2 (-52)) (-5 *1 (-897 *5)))))
+(-10 -7 (-15 -3612 ((-52) (-401 (-934 |#1|)) (-1155))) (-15 -3612 ((-52) (-934 |#1|) (-412 (-934 |#1|)) (-1155))))
+((-1680 ((|#4| (-630 |#4|)) 120) (((-1151 |#4|) (-1151 |#4|) (-1151 |#4|)) 66) ((|#4| |#4| |#4|) 119)) (-2591 (((-1151 |#4|) (-630 (-1151 |#4|))) 113) (((-1151 |#4|) (-1151 |#4|) (-1151 |#4|)) 49) ((|#4| (-630 |#4|)) 54) ((|#4| |#4| |#4|) 83)))
+(((-898 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2591 (|#4| |#4| |#4|)) (-15 -2591 (|#4| (-630 |#4|))) (-15 -2591 ((-1151 |#4|) (-1151 |#4|) (-1151 |#4|))) (-15 -2591 ((-1151 |#4|) (-630 (-1151 |#4|)))) (-15 -1680 (|#4| |#4| |#4|)) (-15 -1680 ((-1151 |#4|) (-1151 |#4|) (-1151 |#4|))) (-15 -1680 (|#4| (-630 |#4|)))) (-779) (-833) (-301) (-931 |#3| |#1| |#2|)) (T -898))
+((-1680 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *6 *4 *5)) (-5 *1 (-898 *4 *5 *6 *2)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301)))) (-1680 (*1 *2 *2 *2) (-12 (-5 *2 (-1151 *6)) (-4 *6 (-931 *5 *3 *4)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-301)) (-5 *1 (-898 *3 *4 *5 *6)))) (-1680 (*1 *2 *2 *2) (-12 (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-301)) (-5 *1 (-898 *3 *4 *5 *2)) (-4 *2 (-931 *5 *3 *4)))) (-2591 (*1 *2 *3) (-12 (-5 *3 (-630 (-1151 *7))) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301)) (-5 *2 (-1151 *7)) (-5 *1 (-898 *4 *5 *6 *7)) (-4 *7 (-931 *6 *4 *5)))) (-2591 (*1 *2 *2 *2) (-12 (-5 *2 (-1151 *6)) (-4 *6 (-931 *5 *3 *4)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-301)) (-5 *1 (-898 *3 *4 *5 *6)))) (-2591 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *6 *4 *5)) (-5 *1 (-898 *4 *5 *6 *2)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301)))) (-2591 (*1 *2 *2 *2) (-12 (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-301)) (-5 *1 (-898 *3 *4 *5 *2)) (-4 *2 (-931 *5 *3 *4)))))
+(-10 -7 (-15 -2591 (|#4| |#4| |#4|)) (-15 -2591 (|#4| (-630 |#4|))) (-15 -2591 ((-1151 |#4|) (-1151 |#4|) (-1151 |#4|))) (-15 -2591 ((-1151 |#4|) (-630 (-1151 |#4|)))) (-15 -1680 (|#4| |#4| |#4|)) (-15 -1680 ((-1151 |#4|) (-1151 |#4|) (-1151 |#4|))) (-15 -1680 (|#4| (-630 |#4|))))
+((-3594 (((-886 (-553)) (-953)) 23) (((-886 (-553)) (-630 (-553))) 20)) (-4247 (((-886 (-553)) (-630 (-553))) 48) (((-886 (-553)) (-903)) 49)) (-1718 (((-886 (-553))) 24)) (-2897 (((-886 (-553))) 38) (((-886 (-553)) (-630 (-553))) 37)) (-2239 (((-886 (-553))) 36) (((-886 (-553)) (-630 (-553))) 35)) (-2933 (((-886 (-553))) 34) (((-886 (-553)) (-630 (-553))) 33)) (-2927 (((-886 (-553))) 32) (((-886 (-553)) (-630 (-553))) 31)) (-2190 (((-886 (-553))) 30) (((-886 (-553)) (-630 (-553))) 29)) (-1904 (((-886 (-553))) 40) (((-886 (-553)) (-630 (-553))) 39)) (-1832 (((-886 (-553)) (-630 (-553))) 52) (((-886 (-553)) (-903)) 53)) (-2348 (((-886 (-553)) (-630 (-553))) 50) (((-886 (-553)) (-903)) 51)) (-4120 (((-886 (-553)) (-630 (-553))) 46) (((-886 (-553)) (-903)) 47)) (-3159 (((-886 (-553)) (-630 (-903))) 43)))
+(((-899) (-10 -7 (-15 -4247 ((-886 (-553)) (-903))) (-15 -4247 ((-886 (-553)) (-630 (-553)))) (-15 -4120 ((-886 (-553)) (-903))) (-15 -4120 ((-886 (-553)) (-630 (-553)))) (-15 -3159 ((-886 (-553)) (-630 (-903)))) (-15 -2348 ((-886 (-553)) (-903))) (-15 -2348 ((-886 (-553)) (-630 (-553)))) (-15 -1832 ((-886 (-553)) (-903))) (-15 -1832 ((-886 (-553)) (-630 (-553)))) (-15 -2190 ((-886 (-553)) (-630 (-553)))) (-15 -2190 ((-886 (-553)))) (-15 -2927 ((-886 (-553)) (-630 (-553)))) (-15 -2927 ((-886 (-553)))) (-15 -2933 ((-886 (-553)) (-630 (-553)))) (-15 -2933 ((-886 (-553)))) (-15 -2239 ((-886 (-553)) (-630 (-553)))) (-15 -2239 ((-886 (-553)))) (-15 -2897 ((-886 (-553)) (-630 (-553)))) (-15 -2897 ((-886 (-553)))) (-15 -1904 ((-886 (-553)) (-630 (-553)))) (-15 -1904 ((-886 (-553)))) (-15 -1718 ((-886 (-553)))) (-15 -3594 ((-886 (-553)) (-630 (-553)))) (-15 -3594 ((-886 (-553)) (-953))))) (T -899))
+((-3594 (*1 *2 *3) (-12 (-5 *3 (-953)) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-3594 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-1718 (*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-1904 (*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-1904 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2897 (*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2897 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2239 (*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2239 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2933 (*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2933 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2927 (*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2927 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2190 (*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2190 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-1832 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-1832 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2348 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-2348 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-3159 (*1 *2 *3) (-12 (-5 *3 (-630 (-903))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-4120 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-4120 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-4247 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))) (-4247 (*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(-10 -7 (-15 -4247 ((-886 (-553)) (-903))) (-15 -4247 ((-886 (-553)) (-630 (-553)))) (-15 -4120 ((-886 (-553)) (-903))) (-15 -4120 ((-886 (-553)) (-630 (-553)))) (-15 -3159 ((-886 (-553)) (-630 (-903)))) (-15 -2348 ((-886 (-553)) (-903))) (-15 -2348 ((-886 (-553)) (-630 (-553)))) (-15 -1832 ((-886 (-553)) (-903))) (-15 -1832 ((-886 (-553)) (-630 (-553)))) (-15 -2190 ((-886 (-553)) (-630 (-553)))) (-15 -2190 ((-886 (-553)))) (-15 -2927 ((-886 (-553)) (-630 (-553)))) (-15 -2927 ((-886 (-553)))) (-15 -2933 ((-886 (-553)) (-630 (-553)))) (-15 -2933 ((-886 (-553)))) (-15 -2239 ((-886 (-553)) (-630 (-553)))) (-15 -2239 ((-886 (-553)))) (-15 -2897 ((-886 (-553)) (-630 (-553)))) (-15 -2897 ((-886 (-553)))) (-15 -1904 ((-886 (-553)) (-630 (-553)))) (-15 -1904 ((-886 (-553)))) (-15 -1718 ((-886 (-553)))) (-15 -3594 ((-886 (-553)) (-630 (-553)))) (-15 -3594 ((-886 (-553)) (-953))))
+((-1675 (((-630 (-934 |#1|)) (-630 (-934 |#1|)) (-630 (-1155))) 12)) (-3188 (((-630 (-934 |#1|)) (-630 (-934 |#1|)) (-630 (-1155))) 11)))
+(((-900 |#1|) (-10 -7 (-15 -3188 ((-630 (-934 |#1|)) (-630 (-934 |#1|)) (-630 (-1155)))) (-15 -1675 ((-630 (-934 |#1|)) (-630 (-934 |#1|)) (-630 (-1155))))) (-445)) (T -900))
+((-1675 (*1 *2 *2 *3) (-12 (-5 *2 (-630 (-934 *4))) (-5 *3 (-630 (-1155))) (-4 *4 (-445)) (-5 *1 (-900 *4)))) (-3188 (*1 *2 *2 *3) (-12 (-5 *2 (-630 (-934 *4))) (-5 *3 (-630 (-1155))) (-4 *4 (-445)) (-5 *1 (-900 *4)))))
+(-10 -7 (-15 -3188 ((-630 (-934 |#1|)) (-630 (-934 |#1|)) (-630 (-1155)))) (-15 -1675 ((-630 (-934 |#1|)) (-630 (-934 |#1|)) (-630 (-1155)))))
+((-3212 (((-310 |#1|) (-470)) 16)))
+(((-901 |#1|) (-10 -7 (-15 -3212 ((-310 |#1|) (-470)))) (-13 (-833) (-545))) (T -901))
+((-3212 (*1 *2 *3) (-12 (-5 *3 (-470)) (-5 *2 (-310 *4)) (-5 *1 (-901 *4)) (-4 *4 (-13 (-833) (-545))))))
+(-10 -7 (-15 -3212 ((-310 |#1|) (-470))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-1434 (((-111) $) 30)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-902) (-137)) (T -902))
+((-3965 (*1 *2 *3) (-12 (-4 *1 (-902)) (-5 *2 (-2 (|:| -4157 (-630 *1)) (|:| -4125 *1))) (-5 *3 (-630 *1)))) (-1280 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-630 *1)) (-4 *1 (-902)))))
+(-13 (-445) (-10 -8 (-15 -3965 ((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $))) (-15 -1280 ((-3 (-630 $) "failed") (-630 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-169) . T) ((-284) . T) ((-445) . T) ((-545) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2591 (($ $ $) NIL)) (-3212 (((-845) $) NIL)) (-3308 (($) NIL T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-757)) NIL) (($ $ (-903)) NIL)) (* (($ (-903) $) NIL) (($ $ $) NIL)))
+(((-903) (-13 (-780) (-712) (-10 -8 (-15 -2591 ($ $ $)) (-6 (-4371 "*"))))) (T -903))
+((-2591 (*1 *1 *1 *1) (-5 *1 (-903))))
+(-13 (-780) (-712) (-10 -8 (-15 -2591 ($ $ $)) (-6 (-4371 "*"))))
+((-1624 ((|#2| (-630 |#1|) (-630 |#1|)) 24)))
+(((-904 |#1| |#2|) (-10 -7 (-15 -1624 (|#2| (-630 |#1|) (-630 |#1|)))) (-357) (-1214 |#1|)) (T -904))
+((-1624 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-357)) (-4 *2 (-1214 *4)) (-5 *1 (-904 *4 *2)))))
+(-10 -7 (-15 -1624 (|#2| (-630 |#1|) (-630 |#1|))))
+((-3528 (((-1151 |#2|) (-630 |#2|) (-630 |#2|)) 17) (((-1211 |#1| |#2|) (-1211 |#1| |#2|) (-630 |#2|) (-630 |#2|)) 13)))
+(((-905 |#1| |#2|) (-10 -7 (-15 -3528 ((-1211 |#1| |#2|) (-1211 |#1| |#2|) (-630 |#2|) (-630 |#2|))) (-15 -3528 ((-1151 |#2|) (-630 |#2|) (-630 |#2|)))) (-1155) (-357)) (T -905))
+((-3528 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *5)) (-4 *5 (-357)) (-5 *2 (-1151 *5)) (-5 *1 (-905 *4 *5)) (-14 *4 (-1155)))) (-3528 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1211 *4 *5)) (-5 *3 (-630 *5)) (-14 *4 (-1155)) (-4 *5 (-357)) (-5 *1 (-905 *4 *5)))))
+(-10 -7 (-15 -3528 ((-1211 |#1| |#2|) (-1211 |#1| |#2|) (-630 |#2|) (-630 |#2|))) (-15 -3528 ((-1151 |#2|) (-630 |#2|) (-630 |#2|))))
+((-2282 (((-553) (-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-1137)) 139)) (-3382 ((|#4| |#4|) 155)) (-2726 (((-630 (-401 (-934 |#1|))) (-630 (-1155))) 118)) (-4273 (((-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))) (-674 |#4|) (-630 (-401 (-934 |#1|))) (-630 (-630 |#4|)) (-757) (-757) (-553)) 75)) (-2866 (((-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))) (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))) (-630 |#4|)) 59)) (-2240 (((-674 |#4|) (-674 |#4|) (-630 |#4|)) 55)) (-3746 (((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-1137)) 151)) (-2654 (((-553) (-674 |#4|) (-903) (-1137)) 132) (((-553) (-674 |#4|) (-630 (-1155)) (-903) (-1137)) 131) (((-553) (-674 |#4|) (-630 |#4|) (-903) (-1137)) 130) (((-553) (-674 |#4|) (-1137)) 127) (((-553) (-674 |#4|) (-630 (-1155)) (-1137)) 126) (((-553) (-674 |#4|) (-630 |#4|) (-1137)) 125) (((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-903)) 124) (((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 (-1155)) (-903)) 123) (((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 |#4|) (-903)) 122) (((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|)) 120) (((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 (-1155))) 119) (((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 |#4|)) 115)) (-1465 ((|#4| (-934 |#1|)) 68)) (-3987 (((-111) (-630 |#4|) (-630 (-630 |#4|))) 152)) (-2265 (((-630 (-630 (-553))) (-553) (-553)) 129)) (-1473 (((-630 (-630 |#4|)) (-630 (-630 |#4|))) 88)) (-2894 (((-757) (-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 |#4|))))) 86)) (-3845 (((-757) (-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 |#4|))))) 85)) (-2217 (((-111) (-630 (-934 |#1|))) 17) (((-111) (-630 |#4|)) 13)) (-3080 (((-2 (|:| |sysok| (-111)) (|:| |z0| (-630 |#4|)) (|:| |n0| (-630 |#4|))) (-630 |#4|) (-630 |#4|)) 71)) (-2983 (((-630 |#4|) |#4|) 49)) (-3000 (((-630 (-401 (-934 |#1|))) (-630 |#4|)) 114) (((-674 (-401 (-934 |#1|))) (-674 |#4|)) 56) (((-401 (-934 |#1|)) |#4|) 111)) (-1749 (((-2 (|:| |rgl| (-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))))))) (|:| |rgsz| (-553))) (-674 |#4|) (-630 (-401 (-934 |#1|))) (-757) (-1137) (-553)) 93)) (-3261 (((-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 |#4|)))) (-674 |#4|) (-757)) 84)) (-2826 (((-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553))))) (-674 |#4|) (-757)) 101)) (-1909 (((-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))) (-2 (|:| -1317 (-674 (-401 (-934 |#1|)))) (|:| |vec| (-630 (-401 (-934 |#1|)))) (|:| -2129 (-757)) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553))))) 48)))
+(((-906 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 |#4|))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 (-1155)))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 |#4|) (-903))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 (-1155)) (-903))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-903))) (-15 -2654 ((-553) (-674 |#4|) (-630 |#4|) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-630 (-1155)) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-630 |#4|) (-903) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-630 (-1155)) (-903) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-903) (-1137))) (-15 -2282 ((-553) (-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-1137))) (-15 -3746 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-1137))) (-15 -1749 ((-2 (|:| |rgl| (-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))))))) (|:| |rgsz| (-553))) (-674 |#4|) (-630 (-401 (-934 |#1|))) (-757) (-1137) (-553))) (-15 -3000 ((-401 (-934 |#1|)) |#4|)) (-15 -3000 ((-674 (-401 (-934 |#1|))) (-674 |#4|))) (-15 -3000 ((-630 (-401 (-934 |#1|))) (-630 |#4|))) (-15 -2726 ((-630 (-401 (-934 |#1|))) (-630 (-1155)))) (-15 -1465 (|#4| (-934 |#1|))) (-15 -3080 ((-2 (|:| |sysok| (-111)) (|:| |z0| (-630 |#4|)) (|:| |n0| (-630 |#4|))) (-630 |#4|) (-630 |#4|))) (-15 -3261 ((-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 |#4|)))) (-674 |#4|) (-757))) (-15 -2866 ((-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))) (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))) (-630 |#4|))) (-15 -1909 ((-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))) (-2 (|:| -1317 (-674 (-401 (-934 |#1|)))) (|:| |vec| (-630 (-401 (-934 |#1|)))) (|:| -2129 (-757)) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (-15 -2983 ((-630 |#4|) |#4|)) (-15 -3845 ((-757) (-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 |#4|)))))) (-15 -2894 ((-757) (-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 |#4|)))))) (-15 -1473 ((-630 (-630 |#4|)) (-630 (-630 |#4|)))) (-15 -2265 ((-630 (-630 (-553))) (-553) (-553))) (-15 -3987 ((-111) (-630 |#4|) (-630 (-630 |#4|)))) (-15 -2826 ((-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553))))) (-674 |#4|) (-757))) (-15 -2240 ((-674 |#4|) (-674 |#4|) (-630 |#4|))) (-15 -4273 ((-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))) (-674 |#4|) (-630 (-401 (-934 |#1|))) (-630 (-630 |#4|)) (-757) (-757) (-553))) (-15 -3382 (|#4| |#4|)) (-15 -2217 ((-111) (-630 |#4|))) (-15 -2217 ((-111) (-630 (-934 |#1|))))) (-13 (-301) (-144)) (-13 (-833) (-601 (-1155))) (-779) (-931 |#1| |#3| |#2|)) (T -906))
+((-2217 (*1 *2 *3) (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-111)) (-5 *1 (-906 *4 *5 *6 *7)) (-4 *7 (-931 *4 *6 *5)))) (-2217 (*1 *2 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-111)) (-5 *1 (-906 *4 *5 *6 *7)))) (-3382 (*1 *2 *2) (-12 (-4 *3 (-13 (-301) (-144))) (-4 *4 (-13 (-833) (-601 (-1155)))) (-4 *5 (-779)) (-5 *1 (-906 *3 *4 *5 *2)) (-4 *2 (-931 *3 *5 *4)))) (-4273 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553))))) (-5 *4 (-674 *12)) (-5 *5 (-630 (-401 (-934 *9)))) (-5 *6 (-630 (-630 *12))) (-5 *7 (-757)) (-5 *8 (-553)) (-4 *9 (-13 (-301) (-144))) (-4 *12 (-931 *9 *11 *10)) (-4 *10 (-13 (-833) (-601 (-1155)))) (-4 *11 (-779)) (-5 *2 (-2 (|:| |eqzro| (-630 *12)) (|:| |neqzro| (-630 *12)) (|:| |wcond| (-630 (-934 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *9)))) (|:| -3428 (-630 (-1238 (-401 (-934 *9))))))))) (-5 *1 (-906 *9 *10 *11 *12)))) (-2240 (*1 *2 *2 *3) (-12 (-5 *2 (-674 *7)) (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *1 (-906 *4 *5 *6 *7)))) (-2826 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *8)) (-5 *4 (-757)) (-4 *8 (-931 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-630 (-2 (|:| |det| *8) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (-5 *1 (-906 *5 *6 *7 *8)))) (-3987 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-630 *8))) (-5 *3 (-630 *8)) (-4 *8 (-931 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-111)) (-5 *1 (-906 *5 *6 *7 *8)))) (-2265 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-630 (-630 (-553)))) (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-553)) (-4 *7 (-931 *4 *6 *5)))) (-1473 (*1 *2 *2) (-12 (-5 *2 (-630 (-630 *6))) (-4 *6 (-931 *3 *5 *4)) (-4 *3 (-13 (-301) (-144))) (-4 *4 (-13 (-833) (-601 (-1155)))) (-4 *5 (-779)) (-5 *1 (-906 *3 *4 *5 *6)))) (-2894 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| *7) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 *7))))) (-4 *7 (-931 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-757)) (-5 *1 (-906 *4 *5 *6 *7)))) (-3845 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| *7) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 *7))))) (-4 *7 (-931 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-757)) (-5 *1 (-906 *4 *5 *6 *7)))) (-2983 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-630 *3)) (-5 *1 (-906 *4 *5 *6 *3)) (-4 *3 (-931 *4 *6 *5)))) (-1909 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1317 (-674 (-401 (-934 *4)))) (|:| |vec| (-630 (-401 (-934 *4)))) (|:| -2129 (-757)) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553))))) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-2 (|:| |partsol| (-1238 (-401 (-934 *4)))) (|:| -3428 (-630 (-1238 (-401 (-934 *4))))))) (-5 *1 (-906 *4 *5 *6 *7)) (-4 *7 (-931 *4 *6 *5)))) (-2866 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1238 (-401 (-934 *4)))) (|:| -3428 (-630 (-1238 (-401 (-934 *4))))))) (-5 *3 (-630 *7)) (-4 *4 (-13 (-301) (-144))) (-4 *7 (-931 *4 *6 *5)) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *1 (-906 *4 *5 *6 *7)))) (-3261 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *8)) (-4 *8 (-931 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| *8) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 *8))))) (-5 *1 (-906 *5 *6 *7 *8)) (-5 *4 (-757)))) (-3080 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-4 *7 (-931 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-111)) (|:| |z0| (-630 *7)) (|:| |n0| (-630 *7)))) (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-630 *7)))) (-1465 (*1 *2 *3) (-12 (-5 *3 (-934 *4)) (-4 *4 (-13 (-301) (-144))) (-4 *2 (-931 *4 *6 *5)) (-5 *1 (-906 *4 *5 *6 *2)) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)))) (-2726 (*1 *2 *3) (-12 (-5 *3 (-630 (-1155))) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-630 (-401 (-934 *4)))) (-5 *1 (-906 *4 *5 *6 *7)) (-4 *7 (-931 *4 *6 *5)))) (-3000 (*1 *2 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-630 (-401 (-934 *4)))) (-5 *1 (-906 *4 *5 *6 *7)))) (-3000 (*1 *2 *3) (-12 (-5 *3 (-674 *7)) (-4 *7 (-931 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-674 (-401 (-934 *4)))) (-5 *1 (-906 *4 *5 *6 *7)))) (-3000 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-401 (-934 *4))) (-5 *1 (-906 *4 *5 *6 *3)) (-4 *3 (-931 *4 *6 *5)))) (-1749 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-674 *11)) (-5 *4 (-630 (-401 (-934 *8)))) (-5 *5 (-757)) (-5 *6 (-1137)) (-4 *8 (-13 (-301) (-144))) (-4 *11 (-931 *8 *10 *9)) (-4 *9 (-13 (-833) (-601 (-1155)))) (-4 *10 (-779)) (-5 *2 (-2 (|:| |rgl| (-630 (-2 (|:| |eqzro| (-630 *11)) (|:| |neqzro| (-630 *11)) (|:| |wcond| (-630 (-934 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *8)))) (|:| -3428 (-630 (-1238 (-401 (-934 *8)))))))))) (|:| |rgsz| (-553)))) (-5 *1 (-906 *8 *9 *10 *11)) (-5 *7 (-553)))) (-3746 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-630 (-2 (|:| |eqzro| (-630 *7)) (|:| |neqzro| (-630 *7)) (|:| |wcond| (-630 (-934 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *4)))) (|:| -3428 (-630 (-1238 (-401 (-934 *4)))))))))) (-5 *1 (-906 *4 *5 *6 *7)) (-4 *7 (-931 *4 *6 *5)))) (-2282 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-2 (|:| |eqzro| (-630 *8)) (|:| |neqzro| (-630 *8)) (|:| |wcond| (-630 (-934 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *5)))) (|:| -3428 (-630 (-1238 (-401 (-934 *5)))))))))) (-5 *4 (-1137)) (-4 *5 (-13 (-301) (-144))) (-4 *8 (-931 *5 *7 *6)) (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-553)) (-5 *1 (-906 *5 *6 *7 *8)))) (-2654 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-674 *9)) (-5 *4 (-903)) (-5 *5 (-1137)) (-4 *9 (-931 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-833) (-601 (-1155)))) (-4 *8 (-779)) (-5 *2 (-553)) (-5 *1 (-906 *6 *7 *8 *9)))) (-2654 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-674 *10)) (-5 *4 (-630 (-1155))) (-5 *5 (-903)) (-5 *6 (-1137)) (-4 *10 (-931 *7 *9 *8)) (-4 *7 (-13 (-301) (-144))) (-4 *8 (-13 (-833) (-601 (-1155)))) (-4 *9 (-779)) (-5 *2 (-553)) (-5 *1 (-906 *7 *8 *9 *10)))) (-2654 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-674 *10)) (-5 *4 (-630 *10)) (-5 *5 (-903)) (-5 *6 (-1137)) (-4 *10 (-931 *7 *9 *8)) (-4 *7 (-13 (-301) (-144))) (-4 *8 (-13 (-833) (-601 (-1155)))) (-4 *9 (-779)) (-5 *2 (-553)) (-5 *1 (-906 *7 *8 *9 *10)))) (-2654 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *8)) (-5 *4 (-1137)) (-4 *8 (-931 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-553)) (-5 *1 (-906 *5 *6 *7 *8)))) (-2654 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-674 *9)) (-5 *4 (-630 (-1155))) (-5 *5 (-1137)) (-4 *9 (-931 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-833) (-601 (-1155)))) (-4 *8 (-779)) (-5 *2 (-553)) (-5 *1 (-906 *6 *7 *8 *9)))) (-2654 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-674 *9)) (-5 *4 (-630 *9)) (-5 *5 (-1137)) (-4 *9 (-931 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-833) (-601 (-1155)))) (-4 *8 (-779)) (-5 *2 (-553)) (-5 *1 (-906 *6 *7 *8 *9)))) (-2654 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *8)) (-5 *4 (-903)) (-4 *8 (-931 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-630 (-2 (|:| |eqzro| (-630 *8)) (|:| |neqzro| (-630 *8)) (|:| |wcond| (-630 (-934 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *5)))) (|:| -3428 (-630 (-1238 (-401 (-934 *5)))))))))) (-5 *1 (-906 *5 *6 *7 *8)))) (-2654 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-674 *9)) (-5 *4 (-630 (-1155))) (-5 *5 (-903)) (-4 *9 (-931 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-833) (-601 (-1155)))) (-4 *8 (-779)) (-5 *2 (-630 (-2 (|:| |eqzro| (-630 *9)) (|:| |neqzro| (-630 *9)) (|:| |wcond| (-630 (-934 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *6)))) (|:| -3428 (-630 (-1238 (-401 (-934 *6)))))))))) (-5 *1 (-906 *6 *7 *8 *9)))) (-2654 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-674 *9)) (-5 *5 (-903)) (-4 *9 (-931 *6 *8 *7)) (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-833) (-601 (-1155)))) (-4 *8 (-779)) (-5 *2 (-630 (-2 (|:| |eqzro| (-630 *9)) (|:| |neqzro| (-630 *9)) (|:| |wcond| (-630 (-934 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *6)))) (|:| -3428 (-630 (-1238 (-401 (-934 *6)))))))))) (-5 *1 (-906 *6 *7 *8 *9)) (-5 *4 (-630 *9)))) (-2654 (*1 *2 *3) (-12 (-5 *3 (-674 *7)) (-4 *7 (-931 *4 *6 *5)) (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-630 (-2 (|:| |eqzro| (-630 *7)) (|:| |neqzro| (-630 *7)) (|:| |wcond| (-630 (-934 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *4)))) (|:| -3428 (-630 (-1238 (-401 (-934 *4)))))))))) (-5 *1 (-906 *4 *5 *6 *7)))) (-2654 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *8)) (-5 *4 (-630 (-1155))) (-4 *8 (-931 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-630 (-2 (|:| |eqzro| (-630 *8)) (|:| |neqzro| (-630 *8)) (|:| |wcond| (-630 (-934 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *5)))) (|:| -3428 (-630 (-1238 (-401 (-934 *5)))))))))) (-5 *1 (-906 *5 *6 *7 *8)))) (-2654 (*1 *2 *3 *4) (-12 (-5 *3 (-674 *8)) (-4 *8 (-931 *5 *7 *6)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-630 (-2 (|:| |eqzro| (-630 *8)) (|:| |neqzro| (-630 *8)) (|:| |wcond| (-630 (-934 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 *5)))) (|:| -3428 (-630 (-1238 (-401 (-934 *5)))))))))) (-5 *1 (-906 *5 *6 *7 *8)) (-5 *4 (-630 *8)))))
+(-10 -7 (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 |#4|))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 (-1155)))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 |#4|) (-903))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-630 (-1155)) (-903))) (-15 -2654 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-674 |#4|) (-903))) (-15 -2654 ((-553) (-674 |#4|) (-630 |#4|) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-630 (-1155)) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-630 |#4|) (-903) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-630 (-1155)) (-903) (-1137))) (-15 -2654 ((-553) (-674 |#4|) (-903) (-1137))) (-15 -2282 ((-553) (-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-1137))) (-15 -3746 ((-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|))))))))) (-1137))) (-15 -1749 ((-2 (|:| |rgl| (-630 (-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))))))) (|:| |rgsz| (-553))) (-674 |#4|) (-630 (-401 (-934 |#1|))) (-757) (-1137) (-553))) (-15 -3000 ((-401 (-934 |#1|)) |#4|)) (-15 -3000 ((-674 (-401 (-934 |#1|))) (-674 |#4|))) (-15 -3000 ((-630 (-401 (-934 |#1|))) (-630 |#4|))) (-15 -2726 ((-630 (-401 (-934 |#1|))) (-630 (-1155)))) (-15 -1465 (|#4| (-934 |#1|))) (-15 -3080 ((-2 (|:| |sysok| (-111)) (|:| |z0| (-630 |#4|)) (|:| |n0| (-630 |#4|))) (-630 |#4|) (-630 |#4|))) (-15 -3261 ((-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 |#4|)))) (-674 |#4|) (-757))) (-15 -2866 ((-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))) (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))) (-630 |#4|))) (-15 -1909 ((-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))) (-2 (|:| -1317 (-674 (-401 (-934 |#1|)))) (|:| |vec| (-630 (-401 (-934 |#1|)))) (|:| -2129 (-757)) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (-15 -2983 ((-630 |#4|) |#4|)) (-15 -3845 ((-757) (-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 |#4|)))))) (-15 -2894 ((-757) (-630 (-2 (|:| -2129 (-757)) (|:| |eqns| (-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))) (|:| |fgb| (-630 |#4|)))))) (-15 -1473 ((-630 (-630 |#4|)) (-630 (-630 |#4|)))) (-15 -2265 ((-630 (-630 (-553))) (-553) (-553))) (-15 -3987 ((-111) (-630 |#4|) (-630 (-630 |#4|)))) (-15 -2826 ((-630 (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553))))) (-674 |#4|) (-757))) (-15 -2240 ((-674 |#4|) (-674 |#4|) (-630 |#4|))) (-15 -4273 ((-2 (|:| |eqzro| (-630 |#4|)) (|:| |neqzro| (-630 |#4|)) (|:| |wcond| (-630 (-934 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1238 (-401 (-934 |#1|)))) (|:| -3428 (-630 (-1238 (-401 (-934 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))) (-674 |#4|) (-630 (-401 (-934 |#1|))) (-630 (-630 |#4|)) (-757) (-757) (-553))) (-15 -3382 (|#4| |#4|)) (-15 -2217 ((-111) (-630 |#4|))) (-15 -2217 ((-111) (-630 (-934 |#1|)))))
+((-3509 (((-909) |#1| (-1155)) 17) (((-909) |#1| (-1155) (-1073 (-220))) 21)) (-3074 (((-909) |#1| |#1| (-1155) (-1073 (-220))) 19) (((-909) |#1| (-1155) (-1073 (-220))) 15)))
+(((-907 |#1|) (-10 -7 (-15 -3074 ((-909) |#1| (-1155) (-1073 (-220)))) (-15 -3074 ((-909) |#1| |#1| (-1155) (-1073 (-220)))) (-15 -3509 ((-909) |#1| (-1155) (-1073 (-220)))) (-15 -3509 ((-909) |#1| (-1155)))) (-601 (-529))) (T -907))
+((-3509 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-5 *2 (-909)) (-5 *1 (-907 *3)) (-4 *3 (-601 (-529))))) (-3509 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1155)) (-5 *5 (-1073 (-220))) (-5 *2 (-909)) (-5 *1 (-907 *3)) (-4 *3 (-601 (-529))))) (-3074 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1155)) (-5 *5 (-1073 (-220))) (-5 *2 (-909)) (-5 *1 (-907 *3)) (-4 *3 (-601 (-529))))) (-3074 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1155)) (-5 *5 (-1073 (-220))) (-5 *2 (-909)) (-5 *1 (-907 *3)) (-4 *3 (-601 (-529))))))
+(-10 -7 (-15 -3074 ((-909) |#1| (-1155) (-1073 (-220)))) (-15 -3074 ((-909) |#1| |#1| (-1155) (-1073 (-220)))) (-15 -3509 ((-909) |#1| (-1155) (-1073 (-220)))) (-15 -3509 ((-909) |#1| (-1155))))
+((-3588 (($ $ (-1073 (-220)) (-1073 (-220)) (-1073 (-220))) 70)) (-2936 (((-1073 (-220)) $) 40)) (-2925 (((-1073 (-220)) $) 39)) (-2913 (((-1073 (-220)) $) 38)) (-2904 (((-630 (-630 (-220))) $) 43)) (-4201 (((-1073 (-220)) $) 41)) (-2948 (((-553) (-553)) 32)) (-1852 (((-553) (-553)) 28)) (-3415 (((-553) (-553)) 30)) (-2795 (((-111) (-111)) 35)) (-2678 (((-553)) 31)) (-3678 (($ $ (-1073 (-220))) 73) (($ $) 74)) (-3023 (($ (-1 (-925 (-220)) (-220)) (-1073 (-220))) 78) (($ (-1 (-925 (-220)) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220))) 79)) (-3074 (($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220))) 81) (($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220))) 82) (($ $ (-1073 (-220))) 76)) (-1584 (((-553)) 36)) (-3936 (((-553)) 27)) (-3163 (((-553)) 29)) (-2351 (((-630 (-630 (-925 (-220)))) $) 94)) (-4205 (((-111) (-111)) 37)) (-3212 (((-845) $) 93)) (-3022 (((-111)) 34)))
+(((-908) (-13 (-956) (-10 -8 (-15 -3023 ($ (-1 (-925 (-220)) (-220)) (-1073 (-220)))) (-15 -3023 ($ (-1 (-925 (-220)) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3074 ($ $ (-1073 (-220)))) (-15 -3588 ($ $ (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3678 ($ $ (-1073 (-220)))) (-15 -3678 ($ $)) (-15 -4201 ((-1073 (-220)) $)) (-15 -2904 ((-630 (-630 (-220))) $)) (-15 -3936 ((-553))) (-15 -1852 ((-553) (-553))) (-15 -3163 ((-553))) (-15 -3415 ((-553) (-553))) (-15 -2678 ((-553))) (-15 -2948 ((-553) (-553))) (-15 -3022 ((-111))) (-15 -2795 ((-111) (-111))) (-15 -1584 ((-553))) (-15 -4205 ((-111) (-111)))))) (T -908))
+((-3023 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-925 (-220)) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-908)))) (-3023 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-925 (-220)) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-908)))) (-3074 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-908)))) (-3074 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-908)))) (-3074 (*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-908)))) (-3588 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-908)))) (-3678 (*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-908)))) (-3678 (*1 *1 *1) (-5 *1 (-908))) (-4201 (*1 *2 *1) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-908)))) (-2904 (*1 *2 *1) (-12 (-5 *2 (-630 (-630 (-220)))) (-5 *1 (-908)))) (-3936 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))) (-1852 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))) (-3163 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))) (-3415 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))) (-2678 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))) (-2948 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))) (-3022 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))) (-2795 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))) (-1584 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))) (-4205 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))))
+(-13 (-956) (-10 -8 (-15 -3023 ($ (-1 (-925 (-220)) (-220)) (-1073 (-220)))) (-15 -3023 ($ (-1 (-925 (-220)) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3074 ($ $ (-1073 (-220)))) (-15 -3588 ($ $ (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3678 ($ $ (-1073 (-220)))) (-15 -3678 ($ $)) (-15 -4201 ((-1073 (-220)) $)) (-15 -2904 ((-630 (-630 (-220))) $)) (-15 -3936 ((-553))) (-15 -1852 ((-553) (-553))) (-15 -3163 ((-553))) (-15 -3415 ((-553) (-553))) (-15 -2678 ((-553))) (-15 -2948 ((-553) (-553))) (-15 -3022 ((-111))) (-15 -2795 ((-111) (-111))) (-15 -1584 ((-553))) (-15 -4205 ((-111) (-111)))))
+((-3588 (($ $ (-1073 (-220))) 70) (($ $ (-1073 (-220)) (-1073 (-220))) 71)) (-2925 (((-1073 (-220)) $) 44)) (-2913 (((-1073 (-220)) $) 43)) (-4201 (((-1073 (-220)) $) 45)) (-2463 (((-553) (-553)) 37)) (-1327 (((-553) (-553)) 33)) (-3149 (((-553) (-553)) 35)) (-1490 (((-111) (-111)) 39)) (-3993 (((-553)) 36)) (-3678 (($ $ (-1073 (-220))) 74) (($ $) 75)) (-3023 (($ (-1 (-925 (-220)) (-220)) (-1073 (-220))) 84) (($ (-1 (-925 (-220)) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220))) 85)) (-3509 (($ (-1 (-220) (-220)) (-1073 (-220))) 92) (($ (-1 (-220) (-220))) 95)) (-3074 (($ (-1 (-220) (-220)) (-1073 (-220))) 79) (($ (-1 (-220) (-220)) (-1073 (-220)) (-1073 (-220))) 80) (($ (-630 (-1 (-220) (-220))) (-1073 (-220))) 87) (($ (-630 (-1 (-220) (-220))) (-1073 (-220)) (-1073 (-220))) 88) (($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220))) 81) (($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220))) 82) (($ $ (-1073 (-220))) 76)) (-2015 (((-111) $) 40)) (-2280 (((-553)) 41)) (-3363 (((-553)) 32)) (-4150 (((-553)) 34)) (-2351 (((-630 (-630 (-925 (-220)))) $) 23)) (-1752 (((-111) (-111)) 42)) (-3212 (((-845) $) 106)) (-2286 (((-111)) 38)))
+(((-909) (-13 (-937) (-10 -8 (-15 -3074 ($ (-1 (-220) (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3074 ($ (-630 (-1 (-220) (-220))) (-1073 (-220)))) (-15 -3074 ($ (-630 (-1 (-220) (-220))) (-1073 (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3023 ($ (-1 (-925 (-220)) (-220)) (-1073 (-220)))) (-15 -3023 ($ (-1 (-925 (-220)) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3509 ($ (-1 (-220) (-220)) (-1073 (-220)))) (-15 -3509 ($ (-1 (-220) (-220)))) (-15 -3074 ($ $ (-1073 (-220)))) (-15 -2015 ((-111) $)) (-15 -3588 ($ $ (-1073 (-220)))) (-15 -3588 ($ $ (-1073 (-220)) (-1073 (-220)))) (-15 -3678 ($ $ (-1073 (-220)))) (-15 -3678 ($ $)) (-15 -4201 ((-1073 (-220)) $)) (-15 -3363 ((-553))) (-15 -1327 ((-553) (-553))) (-15 -4150 ((-553))) (-15 -3149 ((-553) (-553))) (-15 -3993 ((-553))) (-15 -2463 ((-553) (-553))) (-15 -2286 ((-111))) (-15 -1490 ((-111) (-111))) (-15 -2280 ((-553))) (-15 -1752 ((-111) (-111)))))) (T -909))
+((-3074 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-909)))) (-3074 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-909)))) (-3074 (*1 *1 *2 *3) (-12 (-5 *2 (-630 (-1 (-220) (-220)))) (-5 *3 (-1073 (-220))) (-5 *1 (-909)))) (-3074 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-630 (-1 (-220) (-220)))) (-5 *3 (-1073 (-220))) (-5 *1 (-909)))) (-3074 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-909)))) (-3074 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-909)))) (-3023 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-925 (-220)) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-909)))) (-3023 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-925 (-220)) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-909)))) (-3509 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220))) (-5 *1 (-909)))) (-3509 (*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-909)))) (-3074 (*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909)))) (-2015 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-909)))) (-3588 (*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909)))) (-3588 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909)))) (-3678 (*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909)))) (-3678 (*1 *1 *1) (-5 *1 (-909))) (-4201 (*1 *2 *1) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909)))) (-3363 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))) (-1327 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))) (-4150 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))) (-3149 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))) (-3993 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))) (-2463 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))) (-2286 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-909)))) (-1490 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-909)))) (-2280 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))) (-1752 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-909)))))
+(-13 (-937) (-10 -8 (-15 -3074 ($ (-1 (-220) (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3074 ($ (-630 (-1 (-220) (-220))) (-1073 (-220)))) (-15 -3074 ($ (-630 (-1 (-220) (-220))) (-1073 (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)))) (-15 -3074 ($ (-1 (-220) (-220)) (-1 (-220) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3023 ($ (-1 (-925 (-220)) (-220)) (-1073 (-220)))) (-15 -3023 ($ (-1 (-925 (-220)) (-220)) (-1073 (-220)) (-1073 (-220)) (-1073 (-220)))) (-15 -3509 ($ (-1 (-220) (-220)) (-1073 (-220)))) (-15 -3509 ($ (-1 (-220) (-220)))) (-15 -3074 ($ $ (-1073 (-220)))) (-15 -2015 ((-111) $)) (-15 -3588 ($ $ (-1073 (-220)))) (-15 -3588 ($ $ (-1073 (-220)) (-1073 (-220)))) (-15 -3678 ($ $ (-1073 (-220)))) (-15 -3678 ($ $)) (-15 -4201 ((-1073 (-220)) $)) (-15 -3363 ((-553))) (-15 -1327 ((-553) (-553))) (-15 -4150 ((-553))) (-15 -3149 ((-553) (-553))) (-15 -3993 ((-553))) (-15 -2463 ((-553) (-553))) (-15 -2286 ((-111))) (-15 -1490 ((-111) (-111))) (-15 -2280 ((-553))) (-15 -1752 ((-111) (-111)))))
+((-1837 (((-630 (-1073 (-220))) (-630 (-630 (-925 (-220))))) 24)))
+(((-910) (-10 -7 (-15 -1837 ((-630 (-1073 (-220))) (-630 (-630 (-925 (-220)))))))) (T -910))
+((-1837 (*1 *2 *3) (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *2 (-630 (-1073 (-220)))) (-5 *1 (-910)))))
+(-10 -7 (-15 -1837 ((-630 (-1073 (-220))) (-630 (-630 (-925 (-220)))))))
+((-4127 ((|#2| |#2|) 26)) (-3881 ((|#2| |#2|) 27)) (-3929 ((|#2| |#2|) 25)) (-1840 ((|#2| |#2| (-1137)) 24)))
+(((-911 |#1| |#2|) (-10 -7 (-15 -1840 (|#2| |#2| (-1137))) (-15 -3929 (|#2| |#2|)) (-15 -4127 (|#2| |#2|)) (-15 -3881 (|#2| |#2|))) (-833) (-424 |#1|)) (T -911))
+((-3881 (*1 *2 *2) (-12 (-4 *3 (-833)) (-5 *1 (-911 *3 *2)) (-4 *2 (-424 *3)))) (-4127 (*1 *2 *2) (-12 (-4 *3 (-833)) (-5 *1 (-911 *3 *2)) (-4 *2 (-424 *3)))) (-3929 (*1 *2 *2) (-12 (-4 *3 (-833)) (-5 *1 (-911 *3 *2)) (-4 *2 (-424 *3)))) (-1840 (*1 *2 *2 *3) (-12 (-5 *3 (-1137)) (-4 *4 (-833)) (-5 *1 (-911 *4 *2)) (-4 *2 (-424 *4)))))
+(-10 -7 (-15 -1840 (|#2| |#2| (-1137))) (-15 -3929 (|#2| |#2|)) (-15 -4127 (|#2| |#2|)) (-15 -3881 (|#2| |#2|)))
+((-4127 (((-310 (-553)) (-1155)) 16)) (-3881 (((-310 (-553)) (-1155)) 14)) (-3929 (((-310 (-553)) (-1155)) 12)) (-1840 (((-310 (-553)) (-1155) (-1137)) 19)))
+(((-912) (-10 -7 (-15 -1840 ((-310 (-553)) (-1155) (-1137))) (-15 -3929 ((-310 (-553)) (-1155))) (-15 -4127 ((-310 (-553)) (-1155))) (-15 -3881 ((-310 (-553)) (-1155))))) (T -912))
+((-3881 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-310 (-553))) (-5 *1 (-912)))) (-4127 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-310 (-553))) (-5 *1 (-912)))) (-3929 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-310 (-553))) (-5 *1 (-912)))) (-1840 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-1137)) (-5 *2 (-310 (-553))) (-5 *1 (-912)))))
+(-10 -7 (-15 -1840 ((-310 (-553)) (-1155) (-1137))) (-15 -3929 ((-310 (-553)) (-1155))) (-15 -4127 ((-310 (-553)) (-1155))) (-15 -3881 ((-310 (-553)) (-1155))))
+((-2724 (((-871 |#1| |#3|) |#2| (-874 |#1|) (-871 |#1| |#3|)) 25)) (-3739 (((-1 (-111) |#2|) (-1 (-111) |#3|)) 13)))
+(((-913 |#1| |#2| |#3|) (-10 -7 (-15 -3739 ((-1 (-111) |#2|) (-1 (-111) |#3|))) (-15 -2724 ((-871 |#1| |#3|) |#2| (-874 |#1|) (-871 |#1| |#3|)))) (-1079) (-868 |#1|) (-13 (-1079) (-1020 |#2|))) (T -913))
+((-2724 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-871 *5 *6)) (-5 *4 (-874 *5)) (-4 *5 (-1079)) (-4 *6 (-13 (-1079) (-1020 *3))) (-4 *3 (-868 *5)) (-5 *1 (-913 *5 *3 *6)))) (-3739 (*1 *2 *3) (-12 (-5 *3 (-1 (-111) *6)) (-4 *6 (-13 (-1079) (-1020 *5))) (-4 *5 (-868 *4)) (-4 *4 (-1079)) (-5 *2 (-1 (-111) *5)) (-5 *1 (-913 *4 *5 *6)))))
+(-10 -7 (-15 -3739 ((-1 (-111) |#2|) (-1 (-111) |#3|))) (-15 -2724 ((-871 |#1| |#3|) |#2| (-874 |#1|) (-871 |#1| |#3|))))
+((-2724 (((-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|)) 30)))
+(((-914 |#1| |#2| |#3|) (-10 -7 (-15 -2724 ((-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|)))) (-1079) (-13 (-545) (-833) (-868 |#1|)) (-13 (-424 |#2|) (-601 (-874 |#1|)) (-868 |#1|) (-1020 (-599 $)))) (T -914))
+((-2724 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-871 *5 *3)) (-4 *5 (-1079)) (-4 *3 (-13 (-424 *6) (-601 *4) (-868 *5) (-1020 (-599 $)))) (-5 *4 (-874 *5)) (-4 *6 (-13 (-545) (-833) (-868 *5))) (-5 *1 (-914 *5 *6 *3)))))
+(-10 -7 (-15 -2724 ((-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|))))
+((-2724 (((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|)) 13)))
+(((-915 |#1|) (-10 -7 (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|)))) (-538)) (T -915))
+((-2724 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-871 (-553) *3)) (-5 *4 (-874 (-553))) (-4 *3 (-538)) (-5 *1 (-915 *3)))))
+(-10 -7 (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|))))
+((-2724 (((-871 |#1| |#2|) (-599 |#2|) (-874 |#1|) (-871 |#1| |#2|)) 54)))
+(((-916 |#1| |#2|) (-10 -7 (-15 -2724 ((-871 |#1| |#2|) (-599 |#2|) (-874 |#1|) (-871 |#1| |#2|)))) (-1079) (-13 (-833) (-1020 (-599 $)) (-601 (-874 |#1|)) (-868 |#1|))) (T -916))
+((-2724 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-871 *5 *6)) (-5 *3 (-599 *6)) (-4 *5 (-1079)) (-4 *6 (-13 (-833) (-1020 (-599 $)) (-601 *4) (-868 *5))) (-5 *4 (-874 *5)) (-5 *1 (-916 *5 *6)))))
+(-10 -7 (-15 -2724 ((-871 |#1| |#2|) (-599 |#2|) (-874 |#1|) (-871 |#1| |#2|))))
+((-2724 (((-867 |#1| |#2| |#3|) |#3| (-874 |#1|) (-867 |#1| |#2| |#3|)) 15)))
+(((-917 |#1| |#2| |#3|) (-10 -7 (-15 -2724 ((-867 |#1| |#2| |#3|) |#3| (-874 |#1|) (-867 |#1| |#2| |#3|)))) (-1079) (-868 |#1|) (-651 |#2|)) (T -917))
+((-2724 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-867 *5 *6 *3)) (-5 *4 (-874 *5)) (-4 *5 (-1079)) (-4 *6 (-868 *5)) (-4 *3 (-651 *6)) (-5 *1 (-917 *5 *6 *3)))))
+(-10 -7 (-15 -2724 ((-867 |#1| |#2| |#3|) |#3| (-874 |#1|) (-867 |#1| |#2| |#3|))))
+((-2724 (((-871 |#1| |#5|) |#5| (-874 |#1|) (-871 |#1| |#5|)) 17 (|has| |#3| (-868 |#1|))) (((-871 |#1| |#5|) |#5| (-874 |#1|) (-871 |#1| |#5|) (-1 (-871 |#1| |#5|) |#3| (-874 |#1|) (-871 |#1| |#5|))) 16)))
+(((-918 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2724 ((-871 |#1| |#5|) |#5| (-874 |#1|) (-871 |#1| |#5|) (-1 (-871 |#1| |#5|) |#3| (-874 |#1|) (-871 |#1| |#5|)))) (IF (|has| |#3| (-868 |#1|)) (-15 -2724 ((-871 |#1| |#5|) |#5| (-874 |#1|) (-871 |#1| |#5|))) |%noBranch|)) (-1079) (-779) (-833) (-13 (-1031) (-833) (-868 |#1|)) (-13 (-931 |#4| |#2| |#3|) (-601 (-874 |#1|)))) (T -918))
+((-2724 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-871 *5 *3)) (-4 *5 (-1079)) (-4 *3 (-13 (-931 *8 *6 *7) (-601 *4))) (-5 *4 (-874 *5)) (-4 *7 (-868 *5)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-13 (-1031) (-833) (-868 *5))) (-5 *1 (-918 *5 *6 *7 *8 *3)))) (-2724 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-871 *6 *3) *8 (-874 *6) (-871 *6 *3))) (-4 *8 (-833)) (-5 *2 (-871 *6 *3)) (-5 *4 (-874 *6)) (-4 *6 (-1079)) (-4 *3 (-13 (-931 *9 *7 *8) (-601 *4))) (-4 *7 (-779)) (-4 *9 (-13 (-1031) (-833) (-868 *6))) (-5 *1 (-918 *6 *7 *8 *9 *3)))))
+(-10 -7 (-15 -2724 ((-871 |#1| |#5|) |#5| (-874 |#1|) (-871 |#1| |#5|) (-1 (-871 |#1| |#5|) |#3| (-874 |#1|) (-871 |#1| |#5|)))) (IF (|has| |#3| (-868 |#1|)) (-15 -2724 ((-871 |#1| |#5|) |#5| (-874 |#1|) (-871 |#1| |#5|))) |%noBranch|))
+((-3951 ((|#2| |#2| (-630 (-1 (-111) |#3|))) 12) ((|#2| |#2| (-1 (-111) |#3|)) 13)))
+(((-919 |#1| |#2| |#3|) (-10 -7 (-15 -3951 (|#2| |#2| (-1 (-111) |#3|))) (-15 -3951 (|#2| |#2| (-630 (-1 (-111) |#3|))))) (-833) (-424 |#1|) (-1192)) (T -919))
+((-3951 (*1 *2 *2 *3) (-12 (-5 *3 (-630 (-1 (-111) *5))) (-4 *5 (-1192)) (-4 *4 (-833)) (-5 *1 (-919 *4 *2 *5)) (-4 *2 (-424 *4)))) (-3951 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-111) *5)) (-4 *5 (-1192)) (-4 *4 (-833)) (-5 *1 (-919 *4 *2 *5)) (-4 *2 (-424 *4)))))
+(-10 -7 (-15 -3951 (|#2| |#2| (-1 (-111) |#3|))) (-15 -3951 (|#2| |#2| (-630 (-1 (-111) |#3|)))))
+((-3951 (((-310 (-553)) (-1155) (-630 (-1 (-111) |#1|))) 18) (((-310 (-553)) (-1155) (-1 (-111) |#1|)) 15)))
+(((-920 |#1|) (-10 -7 (-15 -3951 ((-310 (-553)) (-1155) (-1 (-111) |#1|))) (-15 -3951 ((-310 (-553)) (-1155) (-630 (-1 (-111) |#1|))))) (-1192)) (T -920))
+((-3951 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-630 (-1 (-111) *5))) (-4 *5 (-1192)) (-5 *2 (-310 (-553))) (-5 *1 (-920 *5)))) (-3951 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-1 (-111) *5)) (-4 *5 (-1192)) (-5 *2 (-310 (-553))) (-5 *1 (-920 *5)))))
+(-10 -7 (-15 -3951 ((-310 (-553)) (-1155) (-1 (-111) |#1|))) (-15 -3951 ((-310 (-553)) (-1155) (-630 (-1 (-111) |#1|)))))
+((-2724 (((-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|)) 25)))
+(((-921 |#1| |#2| |#3|) (-10 -7 (-15 -2724 ((-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|)))) (-1079) (-13 (-545) (-868 |#1|) (-601 (-874 |#1|))) (-974 |#2|)) (T -921))
+((-2724 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-871 *5 *3)) (-4 *5 (-1079)) (-4 *3 (-974 *6)) (-4 *6 (-13 (-545) (-868 *5) (-601 *4))) (-5 *4 (-874 *5)) (-5 *1 (-921 *5 *6 *3)))))
+(-10 -7 (-15 -2724 ((-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|))))
+((-2724 (((-871 |#1| (-1155)) (-1155) (-874 |#1|) (-871 |#1| (-1155))) 17)))
+(((-922 |#1|) (-10 -7 (-15 -2724 ((-871 |#1| (-1155)) (-1155) (-874 |#1|) (-871 |#1| (-1155))))) (-1079)) (T -922))
+((-2724 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-871 *5 (-1155))) (-5 *3 (-1155)) (-5 *4 (-874 *5)) (-4 *5 (-1079)) (-5 *1 (-922 *5)))))
+(-10 -7 (-15 -2724 ((-871 |#1| (-1155)) (-1155) (-874 |#1|) (-871 |#1| (-1155)))))
+((-3327 (((-871 |#1| |#3|) (-630 |#3|) (-630 (-874 |#1|)) (-871 |#1| |#3|) (-1 (-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|))) 33)) (-2724 (((-871 |#1| |#3|) (-630 |#3|) (-630 (-874 |#1|)) (-1 |#3| (-630 |#3|)) (-871 |#1| |#3|) (-1 (-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|))) 32)))
+(((-923 |#1| |#2| |#3|) (-10 -7 (-15 -2724 ((-871 |#1| |#3|) (-630 |#3|) (-630 (-874 |#1|)) (-1 |#3| (-630 |#3|)) (-871 |#1| |#3|) (-1 (-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|)))) (-15 -3327 ((-871 |#1| |#3|) (-630 |#3|) (-630 (-874 |#1|)) (-871 |#1| |#3|) (-1 (-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|))))) (-1079) (-13 (-1031) (-833)) (-13 (-1031) (-601 (-874 |#1|)) (-1020 |#2|))) (T -923))
+((-3327 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 (-874 *6))) (-5 *5 (-1 (-871 *6 *8) *8 (-874 *6) (-871 *6 *8))) (-4 *6 (-1079)) (-4 *8 (-13 (-1031) (-601 (-874 *6)) (-1020 *7))) (-5 *2 (-871 *6 *8)) (-4 *7 (-13 (-1031) (-833))) (-5 *1 (-923 *6 *7 *8)))) (-2724 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-630 (-874 *7))) (-5 *5 (-1 *9 (-630 *9))) (-5 *6 (-1 (-871 *7 *9) *9 (-874 *7) (-871 *7 *9))) (-4 *7 (-1079)) (-4 *9 (-13 (-1031) (-601 (-874 *7)) (-1020 *8))) (-5 *2 (-871 *7 *9)) (-5 *3 (-630 *9)) (-4 *8 (-13 (-1031) (-833))) (-5 *1 (-923 *7 *8 *9)))))
+(-10 -7 (-15 -2724 ((-871 |#1| |#3|) (-630 |#3|) (-630 (-874 |#1|)) (-1 |#3| (-630 |#3|)) (-871 |#1| |#3|) (-1 (-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|)))) (-15 -3327 ((-871 |#1| |#3|) (-630 |#3|) (-630 (-874 |#1|)) (-871 |#1| |#3|) (-1 (-871 |#1| |#3|) |#3| (-874 |#1|) (-871 |#1| |#3|)))))
+((-3133 (((-1151 (-401 (-553))) (-553)) 63)) (-1518 (((-1151 (-553)) (-553)) 66)) (-4169 (((-1151 (-553)) (-553)) 60)) (-2802 (((-553) (-1151 (-553))) 55)) (-4073 (((-1151 (-401 (-553))) (-553)) 49)) (-3014 (((-1151 (-553)) (-553)) 38)) (-1470 (((-1151 (-553)) (-553)) 68)) (-4348 (((-1151 (-553)) (-553)) 67)) (-3268 (((-1151 (-401 (-553))) (-553)) 51)))
+(((-924) (-10 -7 (-15 -3268 ((-1151 (-401 (-553))) (-553))) (-15 -4348 ((-1151 (-553)) (-553))) (-15 -1470 ((-1151 (-553)) (-553))) (-15 -3014 ((-1151 (-553)) (-553))) (-15 -4073 ((-1151 (-401 (-553))) (-553))) (-15 -2802 ((-553) (-1151 (-553)))) (-15 -4169 ((-1151 (-553)) (-553))) (-15 -1518 ((-1151 (-553)) (-553))) (-15 -3133 ((-1151 (-401 (-553))) (-553))))) (T -924))
+((-3133 (*1 *2 *3) (-12 (-5 *2 (-1151 (-401 (-553)))) (-5 *1 (-924)) (-5 *3 (-553)))) (-1518 (*1 *2 *3) (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553)))) (-4169 (*1 *2 *3) (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553)))) (-2802 (*1 *2 *3) (-12 (-5 *3 (-1151 (-553))) (-5 *2 (-553)) (-5 *1 (-924)))) (-4073 (*1 *2 *3) (-12 (-5 *2 (-1151 (-401 (-553)))) (-5 *1 (-924)) (-5 *3 (-553)))) (-3014 (*1 *2 *3) (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553)))) (-1470 (*1 *2 *3) (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553)))) (-4348 (*1 *2 *3) (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553)))) (-3268 (*1 *2 *3) (-12 (-5 *2 (-1151 (-401 (-553)))) (-5 *1 (-924)) (-5 *3 (-553)))))
+(-10 -7 (-15 -3268 ((-1151 (-401 (-553))) (-553))) (-15 -4348 ((-1151 (-553)) (-553))) (-15 -1470 ((-1151 (-553)) (-553))) (-15 -3014 ((-1151 (-553)) (-553))) (-15 -4073 ((-1151 (-401 (-553))) (-553))) (-15 -2802 ((-553) (-1151 (-553)))) (-15 -4169 ((-1151 (-553)) (-553))) (-15 -1518 ((-1151 (-553)) (-553))) (-15 -3133 ((-1151 (-401 (-553))) (-553))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2307 (($ (-757)) NIL (|has| |#1| (-23)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-553) |#1|) 11 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1457 (((-553) (-1 (-111) |#1|) $) NIL) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079)))) (-1694 (($ (-630 |#1|)) 13)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-1921 (((-674 |#1|) $ $) NIL (|has| |#1| (-1031)))) (-3306 (($ (-757) |#1|) 8)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) 10 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2026 ((|#1| $) NIL (-12 (|has| |#1| (-984)) (|has| |#1| (-1031))))) (-3711 (((-111) $ (-757)) NIL)) (-2555 ((|#1| $) NIL (-12 (|has| |#1| (-984)) (|has| |#1| (-1031))))) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2701 ((|#1| $) NIL (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-2370 (($ $ (-630 |#1|)) 26)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-553) |#1|) NIL) ((|#1| $ (-553)) 20) (($ $ (-1205 (-553))) NIL)) (-1602 ((|#1| $ $) NIL (|has| |#1| (-1031)))) (-1315 (((-903) $) 16)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-3113 (($ $ $) 24)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529)))) (($ (-630 |#1|)) 17)) (-3225 (($ (-630 |#1|)) NIL)) (-4320 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 25) (($ (-630 $)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1710 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-1699 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-553) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-712))) (($ $ |#1|) NIL (|has| |#1| (-712)))) (-2656 (((-757) $) 14 (|has| $ (-6 -4369)))))
+(((-925 |#1|) (-962 |#1|) (-1031)) (T -925))
+NIL
+(-962 |#1|)
+((-3705 (((-474 |#1| |#2|) (-934 |#2|)) 20)) (-3345 (((-242 |#1| |#2|) (-934 |#2|)) 33)) (-3544 (((-934 |#2|) (-474 |#1| |#2|)) 25)) (-3321 (((-242 |#1| |#2|) (-474 |#1| |#2|)) 55)) (-4025 (((-934 |#2|) (-242 |#1| |#2|)) 30)) (-1893 (((-474 |#1| |#2|) (-242 |#1| |#2|)) 46)))
+(((-926 |#1| |#2|) (-10 -7 (-15 -1893 ((-474 |#1| |#2|) (-242 |#1| |#2|))) (-15 -3321 ((-242 |#1| |#2|) (-474 |#1| |#2|))) (-15 -3705 ((-474 |#1| |#2|) (-934 |#2|))) (-15 -3544 ((-934 |#2|) (-474 |#1| |#2|))) (-15 -4025 ((-934 |#2|) (-242 |#1| |#2|))) (-15 -3345 ((-242 |#1| |#2|) (-934 |#2|)))) (-630 (-1155)) (-1031)) (T -926))
+((-3345 (*1 *2 *3) (-12 (-5 *3 (-934 *5)) (-4 *5 (-1031)) (-5 *2 (-242 *4 *5)) (-5 *1 (-926 *4 *5)) (-14 *4 (-630 (-1155))))) (-4025 (*1 *2 *3) (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-1031)) (-5 *2 (-934 *5)) (-5 *1 (-926 *4 *5)))) (-3544 (*1 *2 *3) (-12 (-5 *3 (-474 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-1031)) (-5 *2 (-934 *5)) (-5 *1 (-926 *4 *5)))) (-3705 (*1 *2 *3) (-12 (-5 *3 (-934 *5)) (-4 *5 (-1031)) (-5 *2 (-474 *4 *5)) (-5 *1 (-926 *4 *5)) (-14 *4 (-630 (-1155))))) (-3321 (*1 *2 *3) (-12 (-5 *3 (-474 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-1031)) (-5 *2 (-242 *4 *5)) (-5 *1 (-926 *4 *5)))) (-1893 (*1 *2 *3) (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-1031)) (-5 *2 (-474 *4 *5)) (-5 *1 (-926 *4 *5)))))
+(-10 -7 (-15 -1893 ((-474 |#1| |#2|) (-242 |#1| |#2|))) (-15 -3321 ((-242 |#1| |#2|) (-474 |#1| |#2|))) (-15 -3705 ((-474 |#1| |#2|) (-934 |#2|))) (-15 -3544 ((-934 |#2|) (-474 |#1| |#2|))) (-15 -4025 ((-934 |#2|) (-242 |#1| |#2|))) (-15 -3345 ((-242 |#1| |#2|) (-934 |#2|))))
+((-2655 (((-630 |#2|) |#2| |#2|) 10)) (-2363 (((-757) (-630 |#1|)) 37 (|has| |#1| (-831)))) (-1323 (((-630 |#2|) |#2|) 11)) (-2034 (((-757) (-630 |#1|) (-553) (-553)) 39 (|has| |#1| (-831)))) (-2148 ((|#1| |#2|) 32 (|has| |#1| (-831)))))
+(((-927 |#1| |#2|) (-10 -7 (-15 -2655 ((-630 |#2|) |#2| |#2|)) (-15 -1323 ((-630 |#2|) |#2|)) (IF (|has| |#1| (-831)) (PROGN (-15 -2148 (|#1| |#2|)) (-15 -2363 ((-757) (-630 |#1|))) (-15 -2034 ((-757) (-630 |#1|) (-553) (-553)))) |%noBranch|)) (-357) (-1214 |#1|)) (T -927))
+((-2034 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-630 *5)) (-5 *4 (-553)) (-4 *5 (-831)) (-4 *5 (-357)) (-5 *2 (-757)) (-5 *1 (-927 *5 *6)) (-4 *6 (-1214 *5)))) (-2363 (*1 *2 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-831)) (-4 *4 (-357)) (-5 *2 (-757)) (-5 *1 (-927 *4 *5)) (-4 *5 (-1214 *4)))) (-2148 (*1 *2 *3) (-12 (-4 *2 (-357)) (-4 *2 (-831)) (-5 *1 (-927 *2 *3)) (-4 *3 (-1214 *2)))) (-1323 (*1 *2 *3) (-12 (-4 *4 (-357)) (-5 *2 (-630 *3)) (-5 *1 (-927 *4 *3)) (-4 *3 (-1214 *4)))) (-2655 (*1 *2 *3 *3) (-12 (-4 *4 (-357)) (-5 *2 (-630 *3)) (-5 *1 (-927 *4 *3)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -2655 ((-630 |#2|) |#2| |#2|)) (-15 -1323 ((-630 |#2|) |#2|)) (IF (|has| |#1| (-831)) (PROGN (-15 -2148 (|#1| |#2|)) (-15 -2363 ((-757) (-630 |#1|))) (-15 -2034 ((-757) (-630 |#1|) (-553) (-553)))) |%noBranch|))
+((-1478 (((-934 |#2|) (-1 |#2| |#1|) (-934 |#1|)) 19)))
+(((-928 |#1| |#2|) (-10 -7 (-15 -1478 ((-934 |#2|) (-1 |#2| |#1|) (-934 |#1|)))) (-1031) (-1031)) (T -928))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-934 *5)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-5 *2 (-934 *6)) (-5 *1 (-928 *5 *6)))))
+(-10 -7 (-15 -1478 ((-934 |#2|) (-1 |#2| |#1|) (-934 |#1|))))
+((-3447 (((-1211 |#1| (-934 |#2|)) (-934 |#2|) (-1234 |#1|)) 18)))
+(((-929 |#1| |#2|) (-10 -7 (-15 -3447 ((-1211 |#1| (-934 |#2|)) (-934 |#2|) (-1234 |#1|)))) (-1155) (-1031)) (T -929))
+((-3447 (*1 *2 *3 *4) (-12 (-5 *4 (-1234 *5)) (-14 *5 (-1155)) (-4 *6 (-1031)) (-5 *2 (-1211 *5 (-934 *6))) (-5 *1 (-929 *5 *6)) (-5 *3 (-934 *6)))))
+(-10 -7 (-15 -3447 ((-1211 |#1| (-934 |#2|)) (-934 |#2|) (-1234 |#1|))))
+((-3449 (((-757) $) 71) (((-757) $ (-630 |#4|)) 74)) (-3837 (($ $) 173)) (-1807 (((-412 $) $) 165)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 116)) (-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 (-553) "failed") $) NIL) (((-3 |#4| "failed") $) 60)) (-2831 ((|#2| $) NIL) (((-401 (-553)) $) NIL) (((-553) $) NIL) ((|#4| $) 59)) (-2697 (($ $ $ |#4|) 76)) (-3698 (((-674 (-553)) (-674 $)) NIL) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) 106) (((-674 |#2|) (-674 $)) 99)) (-3766 (($ $) 180) (($ $ |#4|) 183)) (-3752 (((-630 $) $) 63)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 199) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 192)) (-1526 (((-630 $) $) 28)) (-3590 (($ |#2| |#3|) NIL) (($ $ |#4| (-757)) NIL) (($ $ (-630 |#4|) (-630 (-757))) 57)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ |#4|) 162)) (-1548 (((-3 (-630 $) "failed") $) 42)) (-1527 (((-3 (-630 $) "failed") $) 31)) (-2560 (((-3 (-2 (|:| |var| |#4|) (|:| -3503 (-757))) "failed") $) 47)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 109)) (-2114 (((-412 (-1151 $)) (-1151 $)) 122)) (-2098 (((-412 (-1151 $)) (-1151 $)) 120)) (-3476 (((-412 $) $) 140)) (-2433 (($ $ (-630 (-288 $))) 21) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-630 |#4|) (-630 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-630 |#4|) (-630 $)) NIL)) (-3488 (($ $ |#4|) 78)) (-1523 (((-874 (-373)) $) 213) (((-874 (-553)) $) 206) (((-529) $) 221)) (-3998 ((|#2| $) NIL) (($ $ |#4|) 175)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 154)) (-1925 ((|#2| $ |#3|) NIL) (($ $ |#4| (-757)) 52) (($ $ (-630 |#4|) (-630 (-757))) 55)) (-2234 (((-3 $ "failed") $) 156)) (-1633 (((-111) $ $) 186)))
+(((-930 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|))) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -3837 (|#1| |#1|)) (-15 -2234 ((-3 |#1| "failed") |#1|)) (-15 -1633 ((-111) |#1| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|))) (-15 -2724 ((-871 (-373) |#1|) |#1| (-874 (-373)) (-871 (-373) |#1|))) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -2098 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -2114 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -3350 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|))) (-15 -3201 ((-3 (-1238 |#1|) "failed") (-674 |#1|))) (-15 -3766 (|#1| |#1| |#4|)) (-15 -3998 (|#1| |#1| |#4|)) (-15 -3488 (|#1| |#1| |#4|)) (-15 -2697 (|#1| |#1| |#1| |#4|)) (-15 -3752 ((-630 |#1|) |#1|)) (-15 -3449 ((-757) |#1| (-630 |#4|))) (-15 -3449 ((-757) |#1|)) (-15 -2560 ((-3 (-2 (|:| |var| |#4|) (|:| -3503 (-757))) "failed") |#1|)) (-15 -1548 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -1527 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3590 (|#1| |#1| (-630 |#4|) (-630 (-757)))) (-15 -3590 (|#1| |#1| |#4| (-757))) (-15 -1573 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1| |#4|)) (-15 -1526 ((-630 |#1|) |#1|)) (-15 -1925 (|#1| |#1| (-630 |#4|) (-630 (-757)))) (-15 -1925 (|#1| |#1| |#4| (-757))) (-15 -3698 ((-674 |#2|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -1394 ((-3 |#4| "failed") |#1|)) (-15 -2831 (|#4| |#1|)) (-15 -2433 (|#1| |#1| (-630 |#4|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#4| |#1|)) (-15 -2433 (|#1| |#1| (-630 |#4|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#4| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -3590 (|#1| |#2| |#3|)) (-15 -1925 (|#2| |#1| |#3|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3998 (|#2| |#1|)) (-15 -3766 (|#1| |#1|))) (-931 |#2| |#3| |#4|) (-1031) (-779) (-833)) (T -930))
+NIL
+(-10 -8 (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|))) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -3837 (|#1| |#1|)) (-15 -2234 ((-3 |#1| "failed") |#1|)) (-15 -1633 ((-111) |#1| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|))) (-15 -2724 ((-871 (-373) |#1|) |#1| (-874 (-373)) (-871 (-373) |#1|))) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -2098 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -2114 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -3350 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|))) (-15 -3201 ((-3 (-1238 |#1|) "failed") (-674 |#1|))) (-15 -3766 (|#1| |#1| |#4|)) (-15 -3998 (|#1| |#1| |#4|)) (-15 -3488 (|#1| |#1| |#4|)) (-15 -2697 (|#1| |#1| |#1| |#4|)) (-15 -3752 ((-630 |#1|) |#1|)) (-15 -3449 ((-757) |#1| (-630 |#4|))) (-15 -3449 ((-757) |#1|)) (-15 -2560 ((-3 (-2 (|:| |var| |#4|) (|:| -3503 (-757))) "failed") |#1|)) (-15 -1548 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -1527 ((-3 (-630 |#1|) "failed") |#1|)) (-15 -3590 (|#1| |#1| (-630 |#4|) (-630 (-757)))) (-15 -3590 (|#1| |#1| |#4| (-757))) (-15 -1573 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1| |#4|)) (-15 -1526 ((-630 |#1|) |#1|)) (-15 -1925 (|#1| |#1| (-630 |#4|) (-630 (-757)))) (-15 -1925 (|#1| |#1| |#4| (-757))) (-15 -3698 ((-674 |#2|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -1394 ((-3 |#4| "failed") |#1|)) (-15 -2831 (|#4| |#1|)) (-15 -2433 (|#1| |#1| (-630 |#4|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#4| |#1|)) (-15 -2433 (|#1| |#1| (-630 |#4|) (-630 |#2|))) (-15 -2433 (|#1| |#1| |#4| |#2|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -3590 (|#1| |#2| |#3|)) (-15 -1925 (|#2| |#1| |#3|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3998 (|#2| |#1|)) (-15 -3766 (|#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3611 (((-630 |#3|) $) 108)) (-3447 (((-1151 $) $ |#3|) 123) (((-1151 |#1|) $) 122)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 85 (|has| |#1| (-545)))) (-2723 (($ $) 86 (|has| |#1| (-545)))) (-2157 (((-111) $) 88 (|has| |#1| (-545)))) (-3449 (((-757) $) 110) (((-757) $ (-630 |#3|)) 109)) (-4123 (((-3 $ "failed") $ $) 19)) (-2873 (((-412 (-1151 $)) (-1151 $)) 98 (|has| |#1| (-891)))) (-3837 (($ $) 96 (|has| |#1| (-445)))) (-1807 (((-412 $) $) 95 (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 101 (|has| |#1| (-891)))) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#1| "failed") $) 162) (((-3 (-401 (-553)) "failed") $) 159 (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) 157 (|has| |#1| (-1020 (-553)))) (((-3 |#3| "failed") $) 134)) (-2831 ((|#1| $) 161) (((-401 (-553)) $) 160 (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) 158 (|has| |#1| (-1020 (-553)))) ((|#3| $) 135)) (-2697 (($ $ $ |#3|) 106 (|has| |#1| (-169)))) (-3765 (($ $) 152)) (-3698 (((-674 (-553)) (-674 $)) 132 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 131 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 130) (((-674 |#1|) (-674 $)) 129)) (-3889 (((-3 $ "failed") $) 32)) (-3766 (($ $) 174 (|has| |#1| (-445))) (($ $ |#3|) 103 (|has| |#1| (-445)))) (-3752 (((-630 $) $) 107)) (-4268 (((-111) $) 94 (|has| |#1| (-891)))) (-1369 (($ $ |#1| |#2| $) 170)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 82 (-12 (|has| |#3| (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 81 (-12 (|has| |#3| (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-1434 (((-111) $) 30)) (-2613 (((-757) $) 167)) (-3601 (($ (-1151 |#1|) |#3|) 115) (($ (-1151 $) |#3|) 114)) (-1526 (((-630 $) $) 124)) (-1561 (((-111) $) 150)) (-3590 (($ |#1| |#2|) 151) (($ $ |#3| (-757)) 117) (($ $ (-630 |#3|) (-630 (-757))) 116)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ |#3|) 118)) (-3264 ((|#2| $) 168) (((-757) $ |#3|) 120) (((-630 (-757)) $ (-630 |#3|)) 119)) (-1773 (($ $ $) 77 (|has| |#1| (-833)))) (-2012 (($ $ $) 76 (|has| |#1| (-833)))) (-2364 (($ (-1 |#2| |#2|) $) 169)) (-1478 (($ (-1 |#1| |#1|) $) 149)) (-2903 (((-3 |#3| "failed") $) 121)) (-3733 (($ $) 147)) (-3743 ((|#1| $) 146)) (-2552 (($ (-630 $)) 92 (|has| |#1| (-445))) (($ $ $) 91 (|has| |#1| (-445)))) (-4056 (((-1137) $) 9)) (-1548 (((-3 (-630 $) "failed") $) 112)) (-1527 (((-3 (-630 $) "failed") $) 113)) (-2560 (((-3 (-2 (|:| |var| |#3|) (|:| -3503 (-757))) "failed") $) 111)) (-2875 (((-1099) $) 10)) (-3710 (((-111) $) 164)) (-3722 ((|#1| $) 165)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 93 (|has| |#1| (-445)))) (-2591 (($ (-630 $)) 90 (|has| |#1| (-445))) (($ $ $) 89 (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) 100 (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) 99 (|has| |#1| (-891)))) (-3476 (((-412 $) $) 97 (|has| |#1| (-891)))) (-3968 (((-3 $ "failed") $ |#1|) 172 (|has| |#1| (-545))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-545)))) (-2433 (($ $ (-630 (-288 $))) 143) (($ $ (-288 $)) 142) (($ $ $ $) 141) (($ $ (-630 $) (-630 $)) 140) (($ $ |#3| |#1|) 139) (($ $ (-630 |#3|) (-630 |#1|)) 138) (($ $ |#3| $) 137) (($ $ (-630 |#3|) (-630 $)) 136)) (-3488 (($ $ |#3|) 105 (|has| |#1| (-169)))) (-3095 (($ $ |#3|) 40) (($ $ (-630 |#3|)) 39) (($ $ |#3| (-757)) 38) (($ $ (-630 |#3|) (-630 (-757))) 37)) (-2672 ((|#2| $) 148) (((-757) $ |#3|) 128) (((-630 (-757)) $ (-630 |#3|)) 127)) (-1523 (((-874 (-373)) $) 80 (-12 (|has| |#3| (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) 79 (-12 (|has| |#3| (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) 78 (-12 (|has| |#3| (-601 (-529))) (|has| |#1| (-601 (-529)))))) (-3998 ((|#1| $) 173 (|has| |#1| (-445))) (($ $ |#3|) 104 (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 102 (-3791 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 163) (($ |#3|) 133) (($ $) 83 (|has| |#1| (-545))) (($ (-401 (-553))) 70 (-4028 (|has| |#1| (-1020 (-401 (-553)))) (|has| |#1| (-38 (-401 (-553))))))) (-1372 (((-630 |#1|) $) 166)) (-1925 ((|#1| $ |#2|) 153) (($ $ |#3| (-757)) 126) (($ $ (-630 |#3|) (-630 (-757))) 125)) (-2234 (((-3 $ "failed") $) 71 (-4028 (-3791 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) 28)) (-1957 (($ $ $ (-757)) 171 (|has| |#1| (-169)))) (-2453 (((-111) $ $) 87 (|has| |#1| (-545)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ |#3|) 36) (($ $ (-630 |#3|)) 35) (($ $ |#3| (-757)) 34) (($ $ (-630 |#3|) (-630 (-757))) 33)) (-1667 (((-111) $ $) 74 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 73 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 75 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 72 (|has| |#1| (-833)))) (-1721 (($ $ |#1|) 154 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 156 (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) 155 (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 145) (($ $ |#1|) 144)))
+(((-931 |#1| |#2| |#3|) (-137) (-1031) (-779) (-833)) (T -931))
+((-3766 (*1 *1 *1) (-12 (-4 *1 (-931 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-445)))) (-2672 (*1 *2 *1 *3) (-12 (-4 *1 (-931 *4 *5 *3)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)) (-5 *2 (-757)))) (-2672 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *6)) (-4 *1 (-931 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 (-757))))) (-1925 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-931 *4 *5 *2)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *2 (-833)))) (-1925 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 *6)) (-5 *3 (-630 (-757))) (-4 *1 (-931 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)))) (-1526 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-931 *3 *4 *5)))) (-3447 (*1 *2 *1 *3) (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)) (-5 *2 (-1151 *1)) (-4 *1 (-931 *4 *5 *3)))) (-3447 (*1 *2 *1) (-12 (-4 *1 (-931 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-1151 *3)))) (-2903 (*1 *2 *1) (|partial| -12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)))) (-3264 (*1 *2 *1 *3) (-12 (-4 *1 (-931 *4 *5 *3)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)) (-5 *2 (-757)))) (-3264 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *6)) (-4 *1 (-931 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 (-757))))) (-1573 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)) (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-931 *4 *5 *3)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-931 *4 *5 *2)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *2 (-833)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 *6)) (-5 *3 (-630 (-757))) (-4 *1 (-931 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)))) (-3601 (*1 *1 *2 *3) (-12 (-5 *2 (-1151 *4)) (-4 *4 (-1031)) (-4 *1 (-931 *4 *5 *3)) (-4 *5 (-779)) (-4 *3 (-833)))) (-3601 (*1 *1 *2 *3) (-12 (-5 *2 (-1151 *1)) (-4 *1 (-931 *4 *5 *3)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)))) (-1527 (*1 *2 *1) (|partial| -12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-931 *3 *4 *5)))) (-1548 (*1 *2 *1) (|partial| -12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-931 *3 *4 *5)))) (-2560 (*1 *2 *1) (|partial| -12 (-4 *1 (-931 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-2 (|:| |var| *5) (|:| -3503 (-757)))))) (-3449 (*1 *2 *1) (-12 (-4 *1 (-931 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-757)))) (-3449 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *6)) (-4 *1 (-931 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-757)))) (-3611 (*1 *2 *1) (-12 (-4 *1 (-931 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *5)))) (-3752 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-931 *3 *4 *5)))) (-2697 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)) (-4 *3 (-169)))) (-3488 (*1 *1 *1 *2) (-12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)) (-4 *3 (-169)))) (-3998 (*1 *1 *1 *2) (-12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)) (-4 *3 (-445)))) (-3766 (*1 *1 *1 *2) (-12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)) (-4 *3 (-445)))) (-3837 (*1 *1 *1) (-12 (-4 *1 (-931 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-445)))) (-1807 (*1 *2 *1) (-12 (-4 *3 (-445)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-412 *1)) (-4 *1 (-931 *3 *4 *5)))))
+(-13 (-882 |t#3|) (-320 |t#1| |t#2|) (-303 $) (-507 |t#3| |t#1|) (-507 |t#3| $) (-1020 |t#3|) (-371 |t#1|) (-10 -8 (-15 -2672 ((-757) $ |t#3|)) (-15 -2672 ((-630 (-757)) $ (-630 |t#3|))) (-15 -1925 ($ $ |t#3| (-757))) (-15 -1925 ($ $ (-630 |t#3|) (-630 (-757)))) (-15 -1526 ((-630 $) $)) (-15 -3447 ((-1151 $) $ |t#3|)) (-15 -3447 ((-1151 |t#1|) $)) (-15 -2903 ((-3 |t#3| "failed") $)) (-15 -3264 ((-757) $ |t#3|)) (-15 -3264 ((-630 (-757)) $ (-630 |t#3|))) (-15 -1573 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $ |t#3|)) (-15 -3590 ($ $ |t#3| (-757))) (-15 -3590 ($ $ (-630 |t#3|) (-630 (-757)))) (-15 -3601 ($ (-1151 |t#1|) |t#3|)) (-15 -3601 ($ (-1151 $) |t#3|)) (-15 -1527 ((-3 (-630 $) "failed") $)) (-15 -1548 ((-3 (-630 $) "failed") $)) (-15 -2560 ((-3 (-2 (|:| |var| |t#3|) (|:| -3503 (-757))) "failed") $)) (-15 -3449 ((-757) $)) (-15 -3449 ((-757) $ (-630 |t#3|))) (-15 -3611 ((-630 |t#3|) $)) (-15 -3752 ((-630 $) $)) (IF (|has| |t#1| (-833)) (-6 (-833)) |%noBranch|) (IF (|has| |t#1| (-601 (-529))) (IF (|has| |t#3| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-601 (-874 (-553)))) (IF (|has| |t#3| (-601 (-874 (-553)))) (-6 (-601 (-874 (-553)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-601 (-874 (-373)))) (IF (|has| |t#3| (-601 (-874 (-373)))) (-6 (-601 (-874 (-373)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-868 (-553))) (IF (|has| |t#3| (-868 (-553))) (-6 (-868 (-553))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-868 (-373))) (IF (|has| |t#3| (-868 (-373))) (-6 (-868 (-373))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-169)) (PROGN (-15 -2697 ($ $ $ |t#3|)) (-15 -3488 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-445)) (PROGN (-6 (-445)) (-15 -3998 ($ $ |t#3|)) (-15 -3766 ($ $)) (-15 -3766 ($ $ |t#3|)) (-15 -1807 ((-412 $) $)) (-15 -3837 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4367)) (-6 -4367) |%noBranch|) (IF (|has| |t#1| (-891)) (-6 (-891)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #2=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-603 |#3|) . T) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-601 (-529)) -12 (|has| |#1| (-601 (-529))) (|has| |#3| (-601 (-529)))) ((-601 (-874 (-373))) -12 (|has| |#1| (-601 (-874 (-373)))) (|has| |#3| (-601 (-874 (-373))))) ((-601 (-874 (-553))) -12 (|has| |#1| (-601 (-874 (-553)))) (|has| |#3| (-601 (-874 (-553))))) ((-284) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-303 $) . T) ((-320 |#1| |#2|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4028 (|has| |#1| (-891)) (|has| |#1| (-445))) ((-507 |#3| |#1|) . T) ((-507 |#3| $) . T) ((-507 $ $) . T) ((-545) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-633 #0#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-626 (-553)) |has| |#1| (-626 (-553))) ((-626 |#1|) . T) ((-703 #0#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-712) . T) ((-833) |has| |#1| (-833)) ((-882 |#3|) . T) ((-868 (-373)) -12 (|has| |#1| (-868 (-373))) (|has| |#3| (-868 (-373)))) ((-868 (-553)) -12 (|has| |#1| (-868 (-553))) (|has| |#3| (-868 (-553)))) ((-891) |has| |#1| (-891)) ((-1020 #1#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #2#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1020 |#3|) . T) ((-1037 #0#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) |has| |#1| (-891)))
+((-3611 (((-630 |#2|) |#5|) 36)) (-3447 (((-1151 |#5|) |#5| |#2| (-1151 |#5|)) 23) (((-401 (-1151 |#5|)) |#5| |#2|) 16)) (-3601 ((|#5| (-401 (-1151 |#5|)) |#2|) 30)) (-2903 (((-3 |#2| "failed") |#5|) 65)) (-1548 (((-3 (-630 |#5|) "failed") |#5|) 59)) (-1501 (((-3 (-2 (|:| |val| |#5|) (|:| -3503 (-553))) "failed") |#5|) 47)) (-1527 (((-3 (-630 |#5|) "failed") |#5|) 61)) (-2560 (((-3 (-2 (|:| |var| |#2|) (|:| -3503 (-553))) "failed") |#5|) 51)))
+(((-932 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3611 ((-630 |#2|) |#5|)) (-15 -2903 ((-3 |#2| "failed") |#5|)) (-15 -3447 ((-401 (-1151 |#5|)) |#5| |#2|)) (-15 -3601 (|#5| (-401 (-1151 |#5|)) |#2|)) (-15 -3447 ((-1151 |#5|) |#5| |#2| (-1151 |#5|))) (-15 -1527 ((-3 (-630 |#5|) "failed") |#5|)) (-15 -1548 ((-3 (-630 |#5|) "failed") |#5|)) (-15 -2560 ((-3 (-2 (|:| |var| |#2|) (|:| -3503 (-553))) "failed") |#5|)) (-15 -1501 ((-3 (-2 (|:| |val| |#5|) (|:| -3503 (-553))) "failed") |#5|))) (-779) (-833) (-1031) (-931 |#3| |#1| |#2|) (-13 (-357) (-10 -8 (-15 -3212 ($ |#4|)) (-15 -4013 (|#4| $)) (-15 -4024 (|#4| $))))) (T -932))
+((-1501 (*1 *2 *3) (|partial| -12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031)) (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -3503 (-553)))) (-5 *1 (-932 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $))))))) (-2560 (*1 *2 *3) (|partial| -12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031)) (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -3503 (-553)))) (-5 *1 (-932 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $))))))) (-1548 (*1 *2 *3) (|partial| -12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031)) (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-630 *3)) (-5 *1 (-932 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $))))))) (-1527 (*1 *2 *3) (|partial| -12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031)) (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-630 *3)) (-5 *1 (-932 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $))))))) (-3447 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1151 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $))))) (-4 *7 (-931 *6 *5 *4)) (-4 *5 (-779)) (-4 *4 (-833)) (-4 *6 (-1031)) (-5 *1 (-932 *5 *4 *6 *7 *3)))) (-3601 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-1151 *2))) (-4 *5 (-779)) (-4 *4 (-833)) (-4 *6 (-1031)) (-4 *2 (-13 (-357) (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $))))) (-5 *1 (-932 *5 *4 *6 *7 *2)) (-4 *7 (-931 *6 *5 *4)))) (-3447 (*1 *2 *3 *4) (-12 (-4 *5 (-779)) (-4 *4 (-833)) (-4 *6 (-1031)) (-4 *7 (-931 *6 *5 *4)) (-5 *2 (-401 (-1151 *3))) (-5 *1 (-932 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $))))))) (-2903 (*1 *2 *3) (|partial| -12 (-4 *4 (-779)) (-4 *5 (-1031)) (-4 *6 (-931 *5 *4 *2)) (-4 *2 (-833)) (-5 *1 (-932 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3212 ($ *6)) (-15 -4013 (*6 $)) (-15 -4024 (*6 $))))))) (-3611 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031)) (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-630 *5)) (-5 *1 (-932 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-357) (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $))))))))
+(-10 -7 (-15 -3611 ((-630 |#2|) |#5|)) (-15 -2903 ((-3 |#2| "failed") |#5|)) (-15 -3447 ((-401 (-1151 |#5|)) |#5| |#2|)) (-15 -3601 (|#5| (-401 (-1151 |#5|)) |#2|)) (-15 -3447 ((-1151 |#5|) |#5| |#2| (-1151 |#5|))) (-15 -1527 ((-3 (-630 |#5|) "failed") |#5|)) (-15 -1548 ((-3 (-630 |#5|) "failed") |#5|)) (-15 -2560 ((-3 (-2 (|:| |var| |#2|) (|:| -3503 (-553))) "failed") |#5|)) (-15 -1501 ((-3 (-2 (|:| |val| |#5|) (|:| -3503 (-553))) "failed") |#5|)))
+((-1478 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24)))
+(((-933 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1478 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-779) (-833) (-1031) (-931 |#3| |#1| |#2|) (-13 (-1079) (-10 -8 (-15 -1699 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-757)))))) (T -933))
+((-1478 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-833)) (-4 *8 (-1031)) (-4 *6 (-779)) (-4 *2 (-13 (-1079) (-10 -8 (-15 -1699 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-757)))))) (-5 *1 (-933 *6 *7 *8 *5 *2)) (-4 *5 (-931 *8 *6 *7)))))
+(-10 -7 (-15 -1478 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-1155)) $) 16)) (-3447 (((-1151 $) $ (-1155)) 21) (((-1151 |#1|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-1155))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3837 (($ $) NIL (|has| |#1| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) 8) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-1155) "failed") $) NIL)) (-2831 ((|#1| $) NIL) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-1155) $) NIL)) (-2697 (($ $ $ (-1155)) NIL (|has| |#1| (-169)))) (-3765 (($ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#1| (-445))) (($ $ (-1155)) NIL (|has| |#1| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#1| (-891)))) (-1369 (($ $ |#1| (-524 (-1155)) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-1155) (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-1155) (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3601 (($ (-1151 |#1|) (-1155)) NIL) (($ (-1151 $) (-1155)) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-524 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-1155)) NIL)) (-3264 (((-524 (-1155)) $) NIL) (((-757) $ (-1155)) NIL) (((-630 (-757)) $ (-630 (-1155))) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2364 (($ (-1 (-524 (-1155)) (-524 (-1155))) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2903 (((-3 (-1155) "failed") $) 19)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4056 (((-1137) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-1155)) (|:| -3503 (-757))) "failed") $) NIL)) (-1619 (($ $ (-1155)) 29 (|has| |#1| (-38 (-401 (-553)))))) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-891)))) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-1155) |#1|) NIL) (($ $ (-630 (-1155)) (-630 |#1|)) NIL) (($ $ (-1155) $) NIL) (($ $ (-630 (-1155)) (-630 $)) NIL)) (-3488 (($ $ (-1155)) NIL (|has| |#1| (-169)))) (-3095 (($ $ (-1155)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL)) (-2672 (((-524 (-1155)) $) NIL) (((-757) $ (-1155)) NIL) (((-630 (-757)) $ (-630 (-1155))) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-1155) (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-1155) (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-1155) (-601 (-529))) (|has| |#1| (-601 (-529)))))) (-3998 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-1155)) NIL (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) 25) (($ (-553)) NIL) (($ |#1|) NIL) (($ (-1155)) 27) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-524 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#1| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-1155)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-934 |#1|) (-13 (-931 |#1| (-524 (-1155)) (-1155)) (-10 -8 (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1155))) |%noBranch|))) (-1031)) (T -934))
+((-1619 (*1 *1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-934 *3)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)))))
+(-13 (-931 |#1| (-524 (-1155)) (-1155)) (-10 -8 (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1155))) |%noBranch|)))
+((-2623 (((-2 (|:| -3503 (-757)) (|:| -4157 |#5|) (|:| |radicand| |#5|)) |#3| (-757)) 38)) (-1747 (((-2 (|:| -3503 (-757)) (|:| -4157 |#5|) (|:| |radicand| |#5|)) (-401 (-553)) (-757)) 34)) (-2219 (((-2 (|:| -3503 (-757)) (|:| -4157 |#4|) (|:| |radicand| (-630 |#4|))) |#4| (-757)) 54)) (-3857 (((-2 (|:| -3503 (-757)) (|:| -4157 |#5|) (|:| |radicand| |#5|)) |#5| (-757)) 64 (|has| |#3| (-445)))))
+(((-935 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2623 ((-2 (|:| -3503 (-757)) (|:| -4157 |#5|) (|:| |radicand| |#5|)) |#3| (-757))) (-15 -1747 ((-2 (|:| -3503 (-757)) (|:| -4157 |#5|) (|:| |radicand| |#5|)) (-401 (-553)) (-757))) (IF (|has| |#3| (-445)) (-15 -3857 ((-2 (|:| -3503 (-757)) (|:| -4157 |#5|) (|:| |radicand| |#5|)) |#5| (-757))) |%noBranch|) (-15 -2219 ((-2 (|:| -3503 (-757)) (|:| -4157 |#4|) (|:| |radicand| (-630 |#4|))) |#4| (-757)))) (-779) (-833) (-545) (-931 |#3| |#1| |#2|) (-13 (-357) (-10 -8 (-15 -4013 (|#4| $)) (-15 -4024 (|#4| $)) (-15 -3212 ($ |#4|))))) (T -935))
+((-2219 (*1 *2 *3 *4) (-12 (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-545)) (-4 *3 (-931 *7 *5 *6)) (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *3) (|:| |radicand| (-630 *3)))) (-5 *1 (-935 *5 *6 *7 *3 *8)) (-5 *4 (-757)) (-4 *8 (-13 (-357) (-10 -8 (-15 -4013 (*3 $)) (-15 -4024 (*3 $)) (-15 -3212 ($ *3))))))) (-3857 (*1 *2 *3 *4) (-12 (-4 *7 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-545)) (-4 *8 (-931 *7 *5 *6)) (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *3) (|:| |radicand| *3))) (-5 *1 (-935 *5 *6 *7 *8 *3)) (-5 *4 (-757)) (-4 *3 (-13 (-357) (-10 -8 (-15 -4013 (*8 $)) (-15 -4024 (*8 $)) (-15 -3212 ($ *8))))))) (-1747 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-553))) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-545)) (-4 *8 (-931 *7 *5 *6)) (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *9) (|:| |radicand| *9))) (-5 *1 (-935 *5 *6 *7 *8 *9)) (-5 *4 (-757)) (-4 *9 (-13 (-357) (-10 -8 (-15 -4013 (*8 $)) (-15 -4024 (*8 $)) (-15 -3212 ($ *8))))))) (-2623 (*1 *2 *3 *4) (-12 (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-545)) (-4 *7 (-931 *3 *5 *6)) (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *8) (|:| |radicand| *8))) (-5 *1 (-935 *5 *6 *3 *7 *8)) (-5 *4 (-757)) (-4 *8 (-13 (-357) (-10 -8 (-15 -4013 (*7 $)) (-15 -4024 (*7 $)) (-15 -3212 ($ *7))))))))
+(-10 -7 (-15 -2623 ((-2 (|:| -3503 (-757)) (|:| -4157 |#5|) (|:| |radicand| |#5|)) |#3| (-757))) (-15 -1747 ((-2 (|:| -3503 (-757)) (|:| -4157 |#5|) (|:| |radicand| |#5|)) (-401 (-553)) (-757))) (IF (|has| |#3| (-445)) (-15 -3857 ((-2 (|:| -3503 (-757)) (|:| -4157 |#5|) (|:| |radicand| |#5|)) |#5| (-757))) |%noBranch|) (-15 -2219 ((-2 (|:| -3503 (-757)) (|:| -4157 |#4|) (|:| |radicand| (-630 |#4|))) |#4| (-757))))
+((-3200 (((-111) $ $) NIL)) (-3957 (($ (-1099)) 8)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 14) (((-1099) $) 11)) (-1614 (((-111) $ $) 10)))
+(((-936) (-13 (-1079) (-600 (-1099)) (-10 -8 (-15 -3957 ($ (-1099)))))) (T -936))
+((-3957 (*1 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-936)))))
+(-13 (-1079) (-600 (-1099)) (-10 -8 (-15 -3957 ($ (-1099)))))
+((-2925 (((-1073 (-220)) $) 8)) (-2913 (((-1073 (-220)) $) 9)) (-2351 (((-630 (-630 (-925 (-220)))) $) 10)) (-3212 (((-845) $) 6)))
+(((-937) (-137)) (T -937))
+((-2351 (*1 *2 *1) (-12 (-4 *1 (-937)) (-5 *2 (-630 (-630 (-925 (-220))))))) (-2913 (*1 *2 *1) (-12 (-4 *1 (-937)) (-5 *2 (-1073 (-220))))) (-2925 (*1 *2 *1) (-12 (-4 *1 (-937)) (-5 *2 (-1073 (-220))))))
+(-13 (-600 (-845)) (-10 -8 (-15 -2351 ((-630 (-630 (-925 (-220)))) $)) (-15 -2913 ((-1073 (-220)) $)) (-15 -2925 ((-1073 (-220)) $))))
+(((-600 (-845)) . T))
+((-1986 (((-3 (-674 |#1|) "failed") |#2| (-903)) 15)))
+(((-938 |#1| |#2|) (-10 -7 (-15 -1986 ((-3 (-674 |#1|) "failed") |#2| (-903)))) (-545) (-641 |#1|)) (T -938))
+((-1986 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-903)) (-4 *5 (-545)) (-5 *2 (-674 *5)) (-5 *1 (-938 *5 *3)) (-4 *3 (-641 *5)))))
+(-10 -7 (-15 -1986 ((-3 (-674 |#1|) "failed") |#2| (-903))))
+((-3108 (((-940 |#2|) (-1 |#2| |#1| |#2|) (-940 |#1|) |#2|) 16)) (-3883 ((|#2| (-1 |#2| |#1| |#2|) (-940 |#1|) |#2|) 18)) (-1478 (((-940 |#2|) (-1 |#2| |#1|) (-940 |#1|)) 13)))
+(((-939 |#1| |#2|) (-10 -7 (-15 -3108 ((-940 |#2|) (-1 |#2| |#1| |#2|) (-940 |#1|) |#2|)) (-15 -3883 (|#2| (-1 |#2| |#1| |#2|) (-940 |#1|) |#2|)) (-15 -1478 ((-940 |#2|) (-1 |#2| |#1|) (-940 |#1|)))) (-1192) (-1192)) (T -939))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-940 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-940 *6)) (-5 *1 (-939 *5 *6)))) (-3883 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-940 *5)) (-4 *5 (-1192)) (-4 *2 (-1192)) (-5 *1 (-939 *5 *2)))) (-3108 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-940 *6)) (-4 *6 (-1192)) (-4 *5 (-1192)) (-5 *2 (-940 *5)) (-5 *1 (-939 *6 *5)))))
+(-10 -7 (-15 -3108 ((-940 |#2|) (-1 |#2| |#1| |#2|) (-940 |#1|) |#2|)) (-15 -3883 (|#2| (-1 |#2| |#1| |#2|) (-940 |#1|) |#2|)) (-15 -1478 ((-940 |#2|) (-1 |#2| |#1|) (-940 |#1|))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-553) |#1|) 16 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) 15 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 13)) (-1457 (((-553) (-1 (-111) |#1|) $) NIL) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079)))) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3306 (($ (-757) |#1|) 12)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) 10 (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2701 ((|#1| $) NIL (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) 17 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) 11)) (-2061 ((|#1| $ (-553) |#1|) NIL) ((|#1| $ (-553)) 14) (($ $ (-1205 (-553))) NIL)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) NIL)) (-4320 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-630 $)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-2656 (((-757) $) 8 (|has| $ (-6 -4369)))))
+(((-940 |#1|) (-19 |#1|) (-1192)) (T -940))
NIL
(-19 |#1|)
-((-3094 (($ $ (-1070 $)) 7) (($ $ (-1154)) 6)))
-(((-940) (-137)) (T -940))
-((-3094 (*1 *1 *1 *2) (-12 (-5 *2 (-1070 *1)) (-4 *1 (-940)))) (-3094 (*1 *1 *1 *2) (-12 (-4 *1 (-940)) (-5 *2 (-1154)))))
-(-13 (-10 -8 (-15 -3094 ($ $ (-1154))) (-15 -3094 ($ $ (-1070 $)))))
-((-4000 (((-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 |#1|))) (|:| |prim| (-1150 |#1|))) (-629 (-933 |#1|)) (-629 (-1154)) (-1154)) 25) (((-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 |#1|))) (|:| |prim| (-1150 |#1|))) (-629 (-933 |#1|)) (-629 (-1154))) 26) (((-2 (|:| |coef1| (-552)) (|:| |coef2| (-552)) (|:| |prim| (-1150 |#1|))) (-933 |#1|) (-1154) (-933 |#1|) (-1154)) 43)))
-(((-941 |#1|) (-10 -7 (-15 -4000 ((-2 (|:| |coef1| (-552)) (|:| |coef2| (-552)) (|:| |prim| (-1150 |#1|))) (-933 |#1|) (-1154) (-933 |#1|) (-1154))) (-15 -4000 ((-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 |#1|))) (|:| |prim| (-1150 |#1|))) (-629 (-933 |#1|)) (-629 (-1154)))) (-15 -4000 ((-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 |#1|))) (|:| |prim| (-1150 |#1|))) (-629 (-933 |#1|)) (-629 (-1154)) (-1154)))) (-13 (-357) (-144))) (T -941))
-((-4000 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 (-933 *6))) (-5 *4 (-629 (-1154))) (-5 *5 (-1154)) (-4 *6 (-13 (-357) (-144))) (-5 *2 (-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 *6))) (|:| |prim| (-1150 *6)))) (-5 *1 (-941 *6)))) (-4000 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-629 (-1154))) (-4 *5 (-13 (-357) (-144))) (-5 *2 (-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 *5))) (|:| |prim| (-1150 *5)))) (-5 *1 (-941 *5)))) (-4000 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-933 *5)) (-5 *4 (-1154)) (-4 *5 (-13 (-357) (-144))) (-5 *2 (-2 (|:| |coef1| (-552)) (|:| |coef2| (-552)) (|:| |prim| (-1150 *5)))) (-5 *1 (-941 *5)))))
-(-10 -7 (-15 -4000 ((-2 (|:| |coef1| (-552)) (|:| |coef2| (-552)) (|:| |prim| (-1150 |#1|))) (-933 |#1|) (-1154) (-933 |#1|) (-1154))) (-15 -4000 ((-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 |#1|))) (|:| |prim| (-1150 |#1|))) (-629 (-933 |#1|)) (-629 (-1154)))) (-15 -4000 ((-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 |#1|))) (|:| |prim| (-1150 |#1|))) (-629 (-933 |#1|)) (-629 (-1154)) (-1154))))
-((-4109 (((-629 |#1|) |#1| |#1|) 42)) (-1677 (((-111) |#1|) 39)) (-1500 ((|#1| |#1|) 65)) (-2734 ((|#1| |#1|) 64)))
-(((-942 |#1|) (-10 -7 (-15 -1677 ((-111) |#1|)) (-15 -2734 (|#1| |#1|)) (-15 -1500 (|#1| |#1|)) (-15 -4109 ((-629 |#1|) |#1| |#1|))) (-537)) (T -942))
-((-4109 (*1 *2 *3 *3) (-12 (-5 *2 (-629 *3)) (-5 *1 (-942 *3)) (-4 *3 (-537)))) (-1500 (*1 *2 *2) (-12 (-5 *1 (-942 *2)) (-4 *2 (-537)))) (-2734 (*1 *2 *2) (-12 (-5 *1 (-942 *2)) (-4 *2 (-537)))) (-1677 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-942 *3)) (-4 *3 (-537)))))
-(-10 -7 (-15 -1677 ((-111) |#1|)) (-15 -2734 (|#1| |#1|)) (-15 -1500 (|#1| |#1|)) (-15 -4109 ((-629 |#1|) |#1| |#1|)))
-((-1872 (((-1242) (-844)) 9)))
-(((-943) (-10 -7 (-15 -1872 ((-1242) (-844))))) (T -943))
-((-1872 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-943)))))
-(-10 -7 (-15 -1872 ((-1242) (-844))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 61 (|has| |#1| (-544)))) (-3303 (($ $) 62 (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 28)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL)) (-3766 (($ $) 24)) (-1293 (((-3 $ "failed") $) 35)) (-3471 (($ $) NIL (|has| |#1| (-445)))) (-3423 (($ $ |#1| |#2| $) 48)) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) 16)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-3544 ((|#2| $) 19)) (-3891 (($ (-1 |#2| |#2|) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-3733 (($ $) 23)) (-3743 ((|#1| $) 21)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) 40)) (-3722 ((|#1| $) NIL)) (-3079 (($ $ |#2| |#1| $) 73 (-12 (|has| |#2| (-129)) (|has| |#1| (-544))))) (-3969 (((-3 $ "failed") $ $) 74 (|has| |#1| (-544))) (((-3 $ "failed") $ |#1|) 68 (|has| |#1| (-544)))) (-3299 ((|#2| $) 17)) (-3807 ((|#1| $) NIL (|has| |#1| (-445)))) (-3213 (((-844) $) NIL) (($ (-552)) 39) (($ $) NIL (|has| |#1| (-544))) (($ |#1|) 34) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552))))))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ |#2|) 31)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) 15)) (-4306 (($ $ $ (-756)) 57 (|has| |#1| (-169)))) (-3589 (((-111) $ $) 67 (|has| |#1| (-544)))) (-3297 (($) 22 T CONST)) (-3309 (($) 12 T CONST)) (-1613 (((-111) $ $) 66)) (-1720 (($ $ |#1|) 75 (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) 54) (($ $ (-756)) 52)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 51) (($ $ |#1|) 50) (($ |#1| $) 49) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-944 |#1| |#2|) (-13 (-320 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-544)) (IF (|has| |#2| (-129)) (-15 -3079 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4366)) (-6 -4366) |%noBranch|))) (-1030) (-777)) (T -944))
-((-3079 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-944 *3 *2)) (-4 *2 (-129)) (-4 *3 (-544)) (-4 *3 (-1030)) (-4 *2 (-777)))))
-(-13 (-320 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-544)) (IF (|has| |#2| (-129)) (-15 -3079 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4366)) (-6 -4366) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL (-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778)))))) (-3305 (($ $ $) 63 (-12 (|has| |#1| (-778)) (|has| |#2| (-778))))) (-4012 (((-3 $ "failed") $ $) 50 (-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778)))))) (-2663 (((-756)) 34 (-12 (|has| |#1| (-362)) (|has| |#2| (-362))))) (-3748 ((|#2| $) 21)) (-2956 ((|#1| $) 20)) (-2130 (($) NIL (-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-711)) (|has| |#2| (-711))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778)))) CONST)) (-1293 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-711)) (|has| |#2| (-711)))))) (-1332 (($) NIL (-12 (|has| |#1| (-362)) (|has| |#2| (-362))))) (-4065 (((-111) $) NIL (-4029 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-711)) (|has| |#2| (-711)))))) (-1772 (($ $ $) NIL (-4029 (-12 (|has| |#1| (-778)) (|has| |#2| (-778))) (-12 (|has| |#1| (-832)) (|has| |#2| (-832)))))) (-2011 (($ $ $) NIL (-4029 (-12 (|has| |#1| (-778)) (|has| |#2| (-778))) (-12 (|has| |#1| (-832)) (|has| |#2| (-832)))))) (-1931 (($ |#1| |#2|) 19)) (-1637 (((-902) $) NIL (-12 (|has| |#1| (-362)) (|has| |#2| (-362))))) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 37 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))))) (-2840 (($ (-902)) NIL (-12 (|has| |#1| (-362)) (|has| |#2| (-362))))) (-2876 (((-1098) $) NIL)) (-2074 (($ $ $) NIL (-12 (|has| |#1| (-466)) (|has| |#2| (-466))))) (-2104 (($ $ $) NIL (-12 (|has| |#1| (-466)) (|has| |#2| (-466))))) (-3213 (((-844) $) 14)) (-3297 (($) 40 (-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778)))) CONST)) (-3309 (($) 24 (-4029 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-711)) (|has| |#2| (-711)))) CONST)) (-1666 (((-111) $ $) NIL (-4029 (-12 (|has| |#1| (-778)) (|has| |#2| (-778))) (-12 (|has| |#1| (-832)) (|has| |#2| (-832)))))) (-1644 (((-111) $ $) NIL (-4029 (-12 (|has| |#1| (-778)) (|has| |#2| (-778))) (-12 (|has| |#1| (-832)) (|has| |#2| (-832)))))) (-1613 (((-111) $ $) 18)) (-1655 (((-111) $ $) NIL (-4029 (-12 (|has| |#1| (-778)) (|has| |#2| (-778))) (-12 (|has| |#1| (-832)) (|has| |#2| (-832)))))) (-1632 (((-111) $ $) 66 (-4029 (-12 (|has| |#1| (-778)) (|has| |#2| (-778))) (-12 (|has| |#1| (-832)) (|has| |#2| (-832)))))) (-1720 (($ $ $) NIL (-12 (|has| |#1| (-466)) (|has| |#2| (-466))))) (-1709 (($ $ $) 56 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 53 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-1698 (($ $ $) 43 (-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778)))))) (** (($ $ (-552)) NIL (-12 (|has| |#1| (-466)) (|has| |#2| (-466)))) (($ $ (-756)) 31 (-4029 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-711)) (|has| |#2| (-711))))) (($ $ (-902)) NIL (-4029 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-711)) (|has| |#2| (-711)))))) (* (($ (-552) $) 60 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-756) $) 46 (-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778))))) (($ (-902) $) NIL (-4029 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-778)) (|has| |#2| (-778))))) (($ $ $) 27 (-4029 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-711)) (|has| |#2| (-711)))))))
-(((-945 |#1| |#2|) (-13 (-1078) (-10 -8 (IF (|has| |#1| (-362)) (IF (|has| |#2| (-362)) (-6 (-362)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-711)) (IF (|has| |#2| (-711)) (-6 (-711)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-129)) (IF (|has| |#2| (-129)) (-6 (-129)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-466)) (IF (|has| |#2| (-466)) (-6 (-466)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-778)) (IF (|has| |#2| (-778)) (-6 (-778)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-832)) (IF (|has| |#2| (-832)) (-6 (-832)) |%noBranch|) |%noBranch|) (-15 -1931 ($ |#1| |#2|)) (-15 -2956 (|#1| $)) (-15 -3748 (|#2| $)))) (-1078) (-1078)) (T -945))
-((-1931 (*1 *1 *2 *3) (-12 (-5 *1 (-945 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))) (-2956 (*1 *2 *1) (-12 (-4 *2 (-1078)) (-5 *1 (-945 *2 *3)) (-4 *3 (-1078)))) (-3748 (*1 *2 *1) (-12 (-4 *2 (-1078)) (-5 *1 (-945 *3 *2)) (-4 *3 (-1078)))))
-(-13 (-1078) (-10 -8 (IF (|has| |#1| (-362)) (IF (|has| |#2| (-362)) (-6 (-362)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-711)) (IF (|has| |#2| (-711)) (-6 (-711)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-129)) (IF (|has| |#2| (-129)) (-6 (-129)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-466)) (IF (|has| |#2| (-466)) (-6 (-466)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-778)) (IF (|has| |#2| (-778)) (-6 (-778)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-832)) (IF (|has| |#2| (-832)) (-6 (-832)) |%noBranch|) |%noBranch|) (-15 -1931 ($ |#1| |#2|)) (-15 -2956 (|#1| $)) (-15 -3748 (|#2| $))))
-((-2925 (((-1082) $) 12)) (-2066 (($ (-1154) (-1082)) 13)) (-4290 (((-1154) $) 10)) (-3213 (((-844) $) 22)))
-(((-946) (-13 (-599 (-844)) (-10 -8 (-15 -4290 ((-1154) $)) (-15 -2925 ((-1082) $)) (-15 -2066 ($ (-1154) (-1082)))))) (T -946))
-((-4290 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-946)))) (-2925 (*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-946)))) (-2066 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1082)) (-5 *1 (-946)))))
-(-13 (-599 (-844)) (-10 -8 (-15 -4290 ((-1154) $)) (-15 -2925 ((-1082) $)) (-15 -2066 ($ (-1154) (-1082)))))
-((-3202 (((-111) $ $) NIL)) (-3611 (((-1080 (-1154)) $) 19)) (-3249 (((-111) $) 26)) (-1485 (((-1154) $) 27)) (-2828 (((-111) $) 24)) (-1361 ((|#1| $) 25)) (-4220 (((-854 $ $) $) 34)) (-4099 (((-111) $) 33)) (-3167 (($ $ $) 12)) (-2356 (($ $) 29)) (-2709 (((-111) $) 28)) (-4107 (($ $) 10)) (-2623 (((-1136) $) NIL)) (-2077 (((-854 $ $) $) 36)) (-1586 (((-111) $) 35)) (-2494 (($ $ $) 13)) (-2876 (((-1098) $) NIL)) (-1417 (((-854 $ $) $) 38)) (-2379 (((-111) $) 37)) (-1886 (($ $ $) 14)) (-3213 (((-844) $) 40) (($ |#1|) 7) (($ (-1154)) 9)) (-3500 (((-854 $ $) $) 32)) (-4273 (((-111) $) 30)) (-3792 (($ $ $) 11)) (-1613 (((-111) $ $) NIL)))
-(((-947 |#1|) (-13 (-948) (-10 -8 (-15 -3213 ($ |#1|)) (-15 -3213 ($ (-1154))) (-15 -3611 ((-1080 (-1154)) $)) (-15 -2828 ((-111) $)) (-15 -1361 (|#1| $)) (-15 -3249 ((-111) $)) (-15 -1485 ((-1154) $)) (-15 -2709 ((-111) $)) (-15 -2356 ($ $)) (-15 -4273 ((-111) $)) (-15 -3500 ((-854 $ $) $)) (-15 -4099 ((-111) $)) (-15 -4220 ((-854 $ $) $)) (-15 -1586 ((-111) $)) (-15 -2077 ((-854 $ $) $)) (-15 -2379 ((-111) $)) (-15 -1417 ((-854 $ $) $)))) (-948)) (T -947))
-((-3213 (*1 *1 *2) (-12 (-5 *1 (-947 *2)) (-4 *2 (-948)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-3611 (*1 *2 *1) (-12 (-5 *2 (-1080 (-1154))) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-2828 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-1361 (*1 *2 *1) (-12 (-5 *1 (-947 *2)) (-4 *2 (-948)))) (-3249 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-1485 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-2709 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-2356 (*1 *1 *1) (-12 (-5 *1 (-947 *2)) (-4 *2 (-948)))) (-4273 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-3500 (*1 *2 *1) (-12 (-5 *2 (-854 (-947 *3) (-947 *3))) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-4099 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-4220 (*1 *2 *1) (-12 (-5 *2 (-854 (-947 *3) (-947 *3))) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-1586 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-2077 (*1 *2 *1) (-12 (-5 *2 (-854 (-947 *3) (-947 *3))) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-2379 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))) (-1417 (*1 *2 *1) (-12 (-5 *2 (-854 (-947 *3) (-947 *3))) (-5 *1 (-947 *3)) (-4 *3 (-948)))))
-(-13 (-948) (-10 -8 (-15 -3213 ($ |#1|)) (-15 -3213 ($ (-1154))) (-15 -3611 ((-1080 (-1154)) $)) (-15 -2828 ((-111) $)) (-15 -1361 (|#1| $)) (-15 -3249 ((-111) $)) (-15 -1485 ((-1154) $)) (-15 -2709 ((-111) $)) (-15 -2356 ($ $)) (-15 -4273 ((-111) $)) (-15 -3500 ((-854 $ $) $)) (-15 -4099 ((-111) $)) (-15 -4220 ((-854 $ $) $)) (-15 -1586 ((-111) $)) (-15 -2077 ((-854 $ $) $)) (-15 -2379 ((-111) $)) (-15 -1417 ((-854 $ $) $))))
-((-3202 (((-111) $ $) 7)) (-3167 (($ $ $) 15)) (-4107 (($ $) 17)) (-2623 (((-1136) $) 9)) (-2494 (($ $ $) 14)) (-2876 (((-1098) $) 10)) (-1886 (($ $ $) 13)) (-3213 (((-844) $) 11)) (-3792 (($ $ $) 16)) (-1613 (((-111) $ $) 6)))
-(((-948) (-137)) (T -948))
-((-4107 (*1 *1 *1) (-4 *1 (-948))) (-3792 (*1 *1 *1 *1) (-4 *1 (-948))) (-3167 (*1 *1 *1 *1) (-4 *1 (-948))) (-2494 (*1 *1 *1 *1) (-4 *1 (-948))) (-1886 (*1 *1 *1 *1) (-4 *1 (-948))))
-(-13 (-1078) (-10 -8 (-15 -4107 ($ $)) (-15 -3792 ($ $ $)) (-15 -3167 ($ $ $)) (-15 -2494 ($ $ $)) (-15 -1886 ($ $ $))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-2130 (($) 7 T CONST)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3707 (($ $ $) 43)) (-1446 (($ $ $) 44)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2011 ((|#1| $) 45)) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) 42)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-949 |#1|) (-137) (-832)) (T -949))
-((-2011 (*1 *2 *1) (-12 (-4 *1 (-949 *2)) (-4 *2 (-832)))) (-1446 (*1 *1 *1 *1) (-12 (-4 *1 (-949 *2)) (-4 *2 (-832)))) (-3707 (*1 *1 *1 *1) (-12 (-4 *1 (-949 *2)) (-4 *2 (-832)))))
-(-13 (-106 |t#1|) (-10 -8 (-6 -4368) (-15 -2011 (|t#1| $)) (-15 -1446 ($ $ $)) (-15 -3707 ($ $ $))))
-(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-1606 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2594 |#2|)) |#2| |#2|) 85)) (-2134 ((|#2| |#2| |#2|) 83)) (-3403 (((-2 (|:| |coef2| |#2|) (|:| -2594 |#2|)) |#2| |#2|) 87)) (-4003 (((-2 (|:| |coef1| |#2|) (|:| -2594 |#2|)) |#2| |#2|) 89)) (-2020 (((-2 (|:| |coef2| |#2|) (|:| -4055 |#1|)) |#2| |#2|) 107 (|has| |#1| (-445)))) (-4202 (((-2 (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|) 46)) (-1537 (((-2 (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|) 64)) (-1488 (((-2 (|:| |coef1| |#2|) (|:| -3301 |#1|)) |#2| |#2|) 66)) (-4182 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 78)) (-1970 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756)) 71)) (-2294 (((-2 (|:| |coef2| |#2|) (|:| -1721 |#1|)) |#2|) 97)) (-3057 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756)) 74)) (-1805 (((-629 (-756)) |#2| |#2|) 82)) (-1769 ((|#1| |#2| |#2|) 42)) (-3690 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4055 |#1|)) |#2| |#2|) 105 (|has| |#1| (-445)))) (-4055 ((|#1| |#2| |#2|) 103 (|has| |#1| (-445)))) (-1996 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|) 44)) (-4159 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|) 63)) (-3301 ((|#1| |#2| |#2|) 61)) (-2997 (((-2 (|:| -4158 |#1|) (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2|) 35)) (-3327 ((|#2| |#2| |#2| |#2| |#1|) 53)) (-3719 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 76)) (-2043 ((|#2| |#2| |#2|) 75)) (-1813 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756)) 69)) (-1599 ((|#2| |#2| |#2| (-756)) 67)) (-2594 ((|#2| |#2| |#2|) 111 (|has| |#1| (-445)))) (-3969 (((-1237 |#2|) (-1237 |#2|) |#1|) 21)) (-1670 (((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2|) 39)) (-2501 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1721 |#1|)) |#2|) 95)) (-1721 ((|#1| |#2|) 92)) (-1294 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756)) 73)) (-3505 ((|#2| |#2| |#2| (-756)) 72)) (-3082 (((-629 |#2|) |#2| |#2|) 80)) (-3929 ((|#2| |#2| |#1| |#1| (-756)) 50)) (-2531 ((|#1| |#1| |#1| (-756)) 49)) (* (((-1237 |#2|) |#1| (-1237 |#2|)) 16)))
-(((-950 |#1| |#2|) (-10 -7 (-15 -3301 (|#1| |#2| |#2|)) (-15 -4159 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|)) (-15 -1537 ((-2 (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|)) (-15 -1488 ((-2 (|:| |coef1| |#2|) (|:| -3301 |#1|)) |#2| |#2|)) (-15 -1599 (|#2| |#2| |#2| (-756))) (-15 -1813 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756))) (-15 -1970 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756))) (-15 -3505 (|#2| |#2| |#2| (-756))) (-15 -1294 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756))) (-15 -3057 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756))) (-15 -2043 (|#2| |#2| |#2|)) (-15 -3719 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -4182 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2134 (|#2| |#2| |#2|)) (-15 -1606 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2594 |#2|)) |#2| |#2|)) (-15 -3403 ((-2 (|:| |coef2| |#2|) (|:| -2594 |#2|)) |#2| |#2|)) (-15 -4003 ((-2 (|:| |coef1| |#2|) (|:| -2594 |#2|)) |#2| |#2|)) (-15 -1721 (|#1| |#2|)) (-15 -2501 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1721 |#1|)) |#2|)) (-15 -2294 ((-2 (|:| |coef2| |#2|) (|:| -1721 |#1|)) |#2|)) (-15 -3082 ((-629 |#2|) |#2| |#2|)) (-15 -1805 ((-629 (-756)) |#2| |#2|)) (IF (|has| |#1| (-445)) (PROGN (-15 -4055 (|#1| |#2| |#2|)) (-15 -3690 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4055 |#1|)) |#2| |#2|)) (-15 -2020 ((-2 (|:| |coef2| |#2|) (|:| -4055 |#1|)) |#2| |#2|)) (-15 -2594 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1237 |#2|) |#1| (-1237 |#2|))) (-15 -3969 ((-1237 |#2|) (-1237 |#2|) |#1|)) (-15 -2997 ((-2 (|:| -4158 |#1|) (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2|)) (-15 -1670 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2|)) (-15 -2531 (|#1| |#1| |#1| (-756))) (-15 -3929 (|#2| |#2| |#1| |#1| (-756))) (-15 -3327 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1769 (|#1| |#2| |#2|)) (-15 -1996 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|)) (-15 -4202 ((-2 (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|))) (-544) (-1213 |#1|)) (T -950))
-((-4202 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3301 *4))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-1996 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3301 *4))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-1769 (*1 *2 *3 *3) (-12 (-4 *2 (-544)) (-5 *1 (-950 *2 *3)) (-4 *3 (-1213 *2)))) (-3327 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-544)) (-5 *1 (-950 *3 *2)) (-4 *2 (-1213 *3)))) (-3929 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-756)) (-4 *3 (-544)) (-5 *1 (-950 *3 *2)) (-4 *2 (-1213 *3)))) (-2531 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-756)) (-4 *2 (-544)) (-5 *1 (-950 *2 *4)) (-4 *4 (-1213 *2)))) (-1670 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-2997 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| -4158 *4) (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-3969 (*1 *2 *2 *3) (-12 (-5 *2 (-1237 *4)) (-4 *4 (-1213 *3)) (-4 *3 (-544)) (-5 *1 (-950 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1237 *4)) (-4 *4 (-1213 *3)) (-4 *3 (-544)) (-5 *1 (-950 *3 *4)))) (-2594 (*1 *2 *2 *2) (-12 (-4 *3 (-445)) (-4 *3 (-544)) (-5 *1 (-950 *3 *2)) (-4 *2 (-1213 *3)))) (-2020 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -4055 *4))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-3690 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -4055 *4))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-4055 (*1 *2 *3 *3) (-12 (-4 *2 (-544)) (-4 *2 (-445)) (-5 *1 (-950 *2 *3)) (-4 *3 (-1213 *2)))) (-1805 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-629 (-756))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-3082 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-629 *3)) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-2294 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1721 *4))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-2501 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1721 *4))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-1721 (*1 *2 *3) (-12 (-4 *2 (-544)) (-5 *1 (-950 *2 *3)) (-4 *3 (-1213 *2)))) (-4003 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2594 *3))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-3403 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2594 *3))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-1606 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2594 *3))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-2134 (*1 *2 *2 *2) (-12 (-4 *3 (-544)) (-5 *1 (-950 *3 *2)) (-4 *2 (-1213 *3)))) (-4182 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-3719 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-2043 (*1 *2 *2 *2) (-12 (-4 *3 (-544)) (-5 *1 (-950 *3 *2)) (-4 *2 (-1213 *3)))) (-3057 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-756)) (-4 *5 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-950 *5 *3)) (-4 *3 (-1213 *5)))) (-1294 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-756)) (-4 *5 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-950 *5 *3)) (-4 *3 (-1213 *5)))) (-3505 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-756)) (-4 *4 (-544)) (-5 *1 (-950 *4 *2)) (-4 *2 (-1213 *4)))) (-1970 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-756)) (-4 *5 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-950 *5 *3)) (-4 *3 (-1213 *5)))) (-1813 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-756)) (-4 *5 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-950 *5 *3)) (-4 *3 (-1213 *5)))) (-1599 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-756)) (-4 *4 (-544)) (-5 *1 (-950 *4 *2)) (-4 *2 (-1213 *4)))) (-1488 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3301 *4))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-1537 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3301 *4))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-4159 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3301 *4))) (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))) (-3301 (*1 *2 *3 *3) (-12 (-4 *2 (-544)) (-5 *1 (-950 *2 *3)) (-4 *3 (-1213 *2)))))
-(-10 -7 (-15 -3301 (|#1| |#2| |#2|)) (-15 -4159 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|)) (-15 -1537 ((-2 (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|)) (-15 -1488 ((-2 (|:| |coef1| |#2|) (|:| -3301 |#1|)) |#2| |#2|)) (-15 -1599 (|#2| |#2| |#2| (-756))) (-15 -1813 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756))) (-15 -1970 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756))) (-15 -3505 (|#2| |#2| |#2| (-756))) (-15 -1294 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756))) (-15 -3057 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-756))) (-15 -2043 (|#2| |#2| |#2|)) (-15 -3719 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -4182 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2134 (|#2| |#2| |#2|)) (-15 -1606 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2594 |#2|)) |#2| |#2|)) (-15 -3403 ((-2 (|:| |coef2| |#2|) (|:| -2594 |#2|)) |#2| |#2|)) (-15 -4003 ((-2 (|:| |coef1| |#2|) (|:| -2594 |#2|)) |#2| |#2|)) (-15 -1721 (|#1| |#2|)) (-15 -2501 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1721 |#1|)) |#2|)) (-15 -2294 ((-2 (|:| |coef2| |#2|) (|:| -1721 |#1|)) |#2|)) (-15 -3082 ((-629 |#2|) |#2| |#2|)) (-15 -1805 ((-629 (-756)) |#2| |#2|)) (IF (|has| |#1| (-445)) (PROGN (-15 -4055 (|#1| |#2| |#2|)) (-15 -3690 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4055 |#1|)) |#2| |#2|)) (-15 -2020 ((-2 (|:| |coef2| |#2|) (|:| -4055 |#1|)) |#2| |#2|)) (-15 -2594 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1237 |#2|) |#1| (-1237 |#2|))) (-15 -3969 ((-1237 |#2|) (-1237 |#2|) |#1|)) (-15 -2997 ((-2 (|:| -4158 |#1|) (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2|)) (-15 -1670 ((-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) |#2| |#2|)) (-15 -2531 (|#1| |#1| |#1| (-756))) (-15 -3929 (|#2| |#2| |#1| |#1| (-756))) (-15 -3327 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1769 (|#1| |#2| |#2|)) (-15 -1996 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|)) (-15 -4202 ((-2 (|:| |coef2| |#2|) (|:| -3301 |#1|)) |#2| |#2|)))
-((-3202 (((-111) $ $) NIL)) (-1355 (((-1190) $) 13)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3553 (((-1113) $) 10)) (-3213 (((-844) $) 22) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-951) (-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $)) (-15 -1355 ((-1190) $))))) (T -951))
-((-3553 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-951)))) (-1355 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-951)))))
-(-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $)) (-15 -1355 ((-1190) $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) 27)) (-2130 (($) NIL T CONST)) (-3132 (((-629 (-629 (-552))) (-629 (-552))) 29)) (-3565 (((-552) $) 45)) (-3596 (($ (-629 (-552))) 17)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-1522 (((-629 (-552)) $) 12)) (-2074 (($ $) 32)) (-3213 (((-844) $) 43) (((-629 (-552)) $) 10)) (-3297 (($) 7 T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 20)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 19)) (-1698 (($ $ $) 21)) (* (($ (-902) $) NIL) (($ (-756) $) 25)))
-(((-952) (-13 (-780) (-600 (-629 (-552))) (-10 -8 (-15 -3596 ($ (-629 (-552)))) (-15 -3132 ((-629 (-629 (-552))) (-629 (-552)))) (-15 -3565 ((-552) $)) (-15 -2074 ($ $)) (-15 -3213 ((-629 (-552)) $))))) (T -952))
-((-3596 (*1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-952)))) (-3132 (*1 *2 *3) (-12 (-5 *2 (-629 (-629 (-552)))) (-5 *1 (-952)) (-5 *3 (-629 (-552))))) (-3565 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-952)))) (-2074 (*1 *1 *1) (-5 *1 (-952))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-952)))))
-(-13 (-780) (-600 (-629 (-552))) (-10 -8 (-15 -3596 ($ (-629 (-552)))) (-15 -3132 ((-629 (-629 (-552))) (-629 (-552)))) (-15 -3565 ((-552) $)) (-15 -2074 ($ $)) (-15 -3213 ((-629 (-552)) $))))
-((-1720 (($ $ |#2|) 30)) (-1709 (($ $) 22) (($ $ $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 15) (($ $ $) NIL) (($ $ |#2|) 20) (($ |#2| $) 19) (($ (-401 (-552)) $) 26) (($ $ (-401 (-552))) 28)))
-(((-953 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 -1720 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|))) (-954 |#2| |#3| |#4|) (-1030) (-777) (-832)) (T -953))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-401 (-552)))) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 -1720 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 * (|#1| (-902) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3611 (((-629 |#3|) $) 72)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 49 (|has| |#1| (-544)))) (-3303 (($ $) 50 (|has| |#1| (-544)))) (-1334 (((-111) $) 52 (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-3766 (($ $) 58)) (-1293 (((-3 $ "failed") $) 32)) (-3593 (((-111) $) 71)) (-4065 (((-111) $) 30)) (-2231 (((-111) $) 60)) (-3590 (($ |#1| |#2|) 59) (($ $ |#3| |#2|) 74) (($ $ (-629 |#3|) (-629 |#2|)) 73)) (-1477 (($ (-1 |#1| |#1|) $) 61)) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3969 (((-3 $ "failed") $ $) 48 (|has| |#1| (-544)))) (-3299 ((|#2| $) 62)) (-1680 (($ $) 70)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 (-552))) 55 (|has| |#1| (-38 (-401 (-552))))) (($ $) 47 (|has| |#1| (-544))) (($ |#1|) 45 (|has| |#1| (-169)))) (-2266 ((|#1| $ |#2|) 57)) (-3878 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 51 (|has| |#1| (-544)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-552)) $) 54 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 53 (|has| |#1| (-38 (-401 (-552)))))))
-(((-954 |#1| |#2| |#3|) (-137) (-1030) (-777) (-832)) (T -954))
-((-3743 (*1 *2 *1) (-12 (-4 *1 (-954 *2 *3 *4)) (-4 *3 (-777)) (-4 *4 (-832)) (-4 *2 (-1030)))) (-3733 (*1 *1 *1) (-12 (-4 *1 (-954 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-777)) (-4 *4 (-832)))) (-3299 (*1 *2 *1) (-12 (-4 *1 (-954 *3 *2 *4)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *2 (-777)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-954 *4 *3 *2)) (-4 *4 (-1030)) (-4 *3 (-777)) (-4 *2 (-832)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 *6)) (-5 *3 (-629 *5)) (-4 *1 (-954 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-777)) (-4 *6 (-832)))) (-3611 (*1 *2 *1) (-12 (-4 *1 (-954 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-777)) (-4 *5 (-832)) (-5 *2 (-629 *5)))) (-3593 (*1 *2 *1) (-12 (-4 *1 (-954 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-777)) (-4 *5 (-832)) (-5 *2 (-111)))) (-1680 (*1 *1 *1) (-12 (-4 *1 (-954 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-777)) (-4 *4 (-832)))))
-(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -3590 ($ $ |t#3| |t#2|)) (-15 -3590 ($ $ (-629 |t#3|) (-629 |t#2|))) (-15 -3733 ($ $)) (-15 -3743 (|t#1| $)) (-15 -3299 (|t#2| $)) (-15 -3611 ((-629 |t#3|) $)) (-15 -3593 ((-111) $)) (-15 -1680 ($ $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-544)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-284) |has| |#1| (-544)) ((-544) |has| |#1| (-544)) ((-632 #0#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #0#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) |has| |#1| (-544)) ((-711) . T) ((-1036 #0#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-2938 (((-1072 (-220)) $) 8)) (-2926 (((-1072 (-220)) $) 9)) (-2915 (((-1072 (-220)) $) 10)) (-3890 (((-629 (-629 (-924 (-220)))) $) 11)) (-3213 (((-844) $) 6)))
-(((-955) (-137)) (T -955))
-((-3890 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-629 (-629 (-924 (-220))))))) (-2915 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1072 (-220))))) (-2926 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1072 (-220))))) (-2938 (*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1072 (-220))))))
-(-13 (-599 (-844)) (-10 -8 (-15 -3890 ((-629 (-629 (-924 (-220)))) $)) (-15 -2915 ((-1072 (-220)) $)) (-15 -2926 ((-1072 (-220)) $)) (-15 -2938 ((-1072 (-220)) $))))
-(((-599 (-844)) . T))
-((-3611 (((-629 |#4|) $) 23)) (-3902 (((-111) $) 48)) (-1565 (((-111) $) 47)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#4|) 36)) (-3320 (((-111) $) 49)) (-4177 (((-111) $ $) 55)) (-3170 (((-111) $ $) 58)) (-2797 (((-111) $) 53)) (-3662 (((-629 |#5|) (-629 |#5|) $) 90)) (-1468 (((-629 |#5|) (-629 |#5|) $) 87)) (-4186 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 81)) (-3420 (((-629 |#4|) $) 27)) (-2677 (((-111) |#4| $) 30)) (-1527 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 73)) (-2542 (($ $ |#4|) 33)) (-1853 (($ $ |#4|) 32)) (-2387 (($ $ |#4|) 34)) (-1613 (((-111) $ $) 40)))
-(((-956 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -1565 ((-111) |#1|)) (-15 -3662 ((-629 |#5|) (-629 |#5|) |#1|)) (-15 -1468 ((-629 |#5|) (-629 |#5|) |#1|)) (-15 -4186 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -1527 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3320 ((-111) |#1|)) (-15 -3170 ((-111) |#1| |#1|)) (-15 -4177 ((-111) |#1| |#1|)) (-15 -2797 ((-111) |#1|)) (-15 -3902 ((-111) |#1|)) (-15 -1296 ((-2 (|:| |under| |#1|) (|:| -3410 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2542 (|#1| |#1| |#4|)) (-15 -2387 (|#1| |#1| |#4|)) (-15 -1853 (|#1| |#1| |#4|)) (-15 -2677 ((-111) |#4| |#1|)) (-15 -3420 ((-629 |#4|) |#1|)) (-15 -3611 ((-629 |#4|) |#1|)) (-15 -1613 ((-111) |#1| |#1|))) (-957 |#2| |#3| |#4| |#5|) (-1030) (-778) (-832) (-1044 |#2| |#3| |#4|)) (T -956))
-NIL
-(-10 -8 (-15 -1565 ((-111) |#1|)) (-15 -3662 ((-629 |#5|) (-629 |#5|) |#1|)) (-15 -1468 ((-629 |#5|) (-629 |#5|) |#1|)) (-15 -4186 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -1527 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3320 ((-111) |#1|)) (-15 -3170 ((-111) |#1| |#1|)) (-15 -4177 ((-111) |#1| |#1|)) (-15 -2797 ((-111) |#1|)) (-15 -3902 ((-111) |#1|)) (-15 -1296 ((-2 (|:| |under| |#1|) (|:| -3410 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2542 (|#1| |#1| |#4|)) (-15 -2387 (|#1| |#1| |#4|)) (-15 -1853 (|#1| |#1| |#4|)) (-15 -2677 ((-111) |#4| |#1|)) (-15 -3420 ((-629 |#4|) |#1|)) (-15 -3611 ((-629 |#4|) |#1|)) (-15 -1613 ((-111) |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3611 (((-629 |#3|) $) 33)) (-3902 (((-111) $) 26)) (-1565 (((-111) $) 17 (|has| |#1| (-544)))) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) 27)) (-4238 (((-111) $ (-756)) 44)) (-3954 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4368)))) (-2130 (($) 45 T CONST)) (-3320 (((-111) $) 22 (|has| |#1| (-544)))) (-4177 (((-111) $ $) 24 (|has| |#1| (-544)))) (-3170 (((-111) $ $) 23 (|has| |#1| (-544)))) (-2797 (((-111) $) 25 (|has| |#1| (-544)))) (-3662 (((-629 |#4|) (-629 |#4|) $) 18 (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) 19 (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) 36)) (-2832 (($ (-629 |#4|)) 35)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#4| $) 67 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-544)))) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4368)))) (-3138 (((-629 |#4|) $) 52 (|has| $ (-6 -4368)))) (-2940 ((|#3| $) 34)) (-1418 (((-111) $ (-756)) 43)) (-3278 (((-629 |#4|) $) 53 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 47)) (-3420 (((-629 |#3|) $) 32)) (-2677 (((-111) |#3| $) 31)) (-1745 (((-111) $ (-756)) 42)) (-2623 (((-1136) $) 9)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-544)))) (-2876 (((-1098) $) 10)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-3944 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) 38)) (-3435 (((-111) $) 41)) (-3430 (($) 40)) (-2885 (((-756) |#4| $) 54 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4368)))) (-1487 (($ $) 39)) (-1522 (((-528) $) 69 (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) 60)) (-2542 (($ $ |#3|) 28)) (-1853 (($ $ |#3|) 30)) (-2387 (($ $ |#3|) 29)) (-3213 (((-844) $) 11) (((-629 |#4|) $) 37)) (-2584 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 6)) (-2657 (((-756) $) 46 (|has| $ (-6 -4368)))))
-(((-957 |#1| |#2| |#3| |#4|) (-137) (-1030) (-778) (-832) (-1044 |t#1| |t#2| |t#3|)) (T -957))
-((-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *1 (-957 *3 *4 *5 *6)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *1 (-957 *3 *4 *5 *6)))) (-2940 (*1 *2 *1) (-12 (-4 *1 (-957 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-1044 *3 *4 *2)) (-4 *2 (-832)))) (-3611 (*1 *2 *1) (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-629 *5)))) (-3420 (*1 *2 *1) (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-629 *5)))) (-2677 (*1 *2 *3 *1) (-12 (-4 *1 (-957 *4 *5 *3 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)) (-4 *6 (-1044 *4 *5 *3)) (-5 *2 (-111)))) (-1853 (*1 *1 *1 *2) (-12 (-4 *1 (-957 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)) (-4 *5 (-1044 *3 *4 *2)))) (-2387 (*1 *1 *1 *2) (-12 (-4 *1 (-957 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)) (-4 *5 (-1044 *3 *4 *2)))) (-2542 (*1 *1 *1 *2) (-12 (-4 *1 (-957 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)) (-4 *5 (-1044 *3 *4 *2)))) (-1296 (*1 *2 *1 *3) (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)) (-4 *6 (-1044 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -3410 *1) (|:| |upper| *1))) (-4 *1 (-957 *4 *5 *3 *6)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111)))) (-2797 (*1 *2 *1) (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-5 *2 (-111)))) (-4177 (*1 *2 *1 *1) (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-5 *2 (-111)))) (-3170 (*1 *2 *1 *1) (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-5 *2 (-111)))) (-3320 (*1 *2 *1) (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-5 *2 (-111)))) (-1527 (*1 *2 *3 *1) (-12 (-4 *1 (-957 *4 *5 *6 *3)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-4186 (*1 *2 *3 *1) (-12 (-4 *1 (-957 *4 *5 *6 *3)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-1468 (*1 *2 *2 *1) (-12 (-5 *2 (-629 *6)) (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)))) (-3662 (*1 *2 *2 *1) (-12 (-5 *2 (-629 *6)) (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)))) (-1565 (*1 *2 *1) (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-5 *2 (-111)))))
-(-13 (-1078) (-148 |t#4|) (-599 (-629 |t#4|)) (-10 -8 (-6 -4368) (-15 -1393 ((-3 $ "failed") (-629 |t#4|))) (-15 -2832 ($ (-629 |t#4|))) (-15 -2940 (|t#3| $)) (-15 -3611 ((-629 |t#3|) $)) (-15 -3420 ((-629 |t#3|) $)) (-15 -2677 ((-111) |t#3| $)) (-15 -1853 ($ $ |t#3|)) (-15 -2387 ($ $ |t#3|)) (-15 -2542 ($ $ |t#3|)) (-15 -1296 ((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |t#3|)) (-15 -3902 ((-111) $)) (IF (|has| |t#1| (-544)) (PROGN (-15 -2797 ((-111) $)) (-15 -4177 ((-111) $ $)) (-15 -3170 ((-111) $ $)) (-15 -3320 ((-111) $)) (-15 -1527 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -4186 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -1468 ((-629 |t#4|) (-629 |t#4|) $)) (-15 -3662 ((-629 |t#4|) (-629 |t#4|) $)) (-15 -1565 ((-111) $))) |%noBranch|)))
-(((-34) . T) ((-101) . T) ((-599 (-629 |#4|)) . T) ((-599 (-844)) . T) ((-148 |#4|) . T) ((-600 (-528)) |has| |#4| (-600 (-528))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-482 |#4|) . T) ((-506 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-1078) . T) ((-1191) . T))
-((-2980 (((-629 |#4|) |#4| |#4|) 118)) (-1473 (((-629 |#4|) (-629 |#4|) (-111)) 107 (|has| |#1| (-445))) (((-629 |#4|) (-629 |#4|)) 108 (|has| |#1| (-445)))) (-4203 (((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|)) 35)) (-2257 (((-111) |#4|) 34)) (-3070 (((-629 |#4|) |#4|) 103 (|has| |#1| (-445)))) (-2731 (((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-1 (-111) |#4|) (-629 |#4|)) 20)) (-1678 (((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 (-1 (-111) |#4|)) (-629 |#4|)) 22)) (-3099 (((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 (-1 (-111) |#4|)) (-629 |#4|)) 23)) (-2322 (((-3 (-2 (|:| |bas| (-469 |#1| |#2| |#3| |#4|)) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|)) 73)) (-2028 (((-629 |#4|) (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 85)) (-1781 (((-629 |#4|) (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 111)) (-1552 (((-629 |#4|) (-629 |#4|)) 110)) (-1479 (((-629 |#4|) (-629 |#4|) (-629 |#4|) (-111)) 48) (((-629 |#4|) (-629 |#4|) (-629 |#4|)) 50)) (-3262 ((|#4| |#4| (-629 |#4|)) 49)) (-3881 (((-629 |#4|) (-629 |#4|) (-629 |#4|)) 114 (|has| |#1| (-445)))) (-2209 (((-629 |#4|) (-629 |#4|) (-629 |#4|)) 117 (|has| |#1| (-445)))) (-4226 (((-629 |#4|) (-629 |#4|) (-629 |#4|)) 116 (|has| |#1| (-445)))) (-2361 (((-629 |#4|) (-629 |#4|) (-629 |#4|) (-1 (-629 |#4|) (-629 |#4|))) 87) (((-629 |#4|) (-629 |#4|) (-629 |#4|)) 89) (((-629 |#4|) (-629 |#4|) |#4|) 121) (((-629 |#4|) |#4| |#4|) 119) (((-629 |#4|) (-629 |#4|)) 88)) (-2554 (((-629 |#4|) (-629 |#4|) (-629 |#4|)) 100 (-12 (|has| |#1| (-144)) (|has| |#1| (-301))))) (-3205 (((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|)) 41)) (-3988 (((-111) (-629 |#4|)) 62)) (-3617 (((-111) (-629 |#4|) (-629 (-629 |#4|))) 53)) (-1730 (((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|)) 29)) (-4094 (((-111) |#4|) 28)) (-2591 (((-629 |#4|) (-629 |#4|)) 98 (-12 (|has| |#1| (-144)) (|has| |#1| (-301))))) (-2983 (((-629 |#4|) (-629 |#4|)) 99 (-12 (|has| |#1| (-144)) (|has| |#1| (-301))))) (-4166 (((-629 |#4|) (-629 |#4|)) 66)) (-1786 (((-629 |#4|) (-629 |#4|)) 79)) (-3415 (((-111) (-629 |#4|) (-629 |#4|)) 51)) (-3700 (((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|)) 39)) (-3594 (((-111) |#4|) 36)))
-(((-958 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2361 ((-629 |#4|) (-629 |#4|))) (-15 -2361 ((-629 |#4|) |#4| |#4|)) (-15 -1552 ((-629 |#4|) (-629 |#4|))) (-15 -2980 ((-629 |#4|) |#4| |#4|)) (-15 -2361 ((-629 |#4|) (-629 |#4|) |#4|)) (-15 -2361 ((-629 |#4|) (-629 |#4|) (-629 |#4|))) (-15 -2361 ((-629 |#4|) (-629 |#4|) (-629 |#4|) (-1 (-629 |#4|) (-629 |#4|)))) (-15 -3415 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -3617 ((-111) (-629 |#4|) (-629 (-629 |#4|)))) (-15 -3988 ((-111) (-629 |#4|))) (-15 -2731 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-1 (-111) |#4|) (-629 |#4|))) (-15 -1678 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 (-1 (-111) |#4|)) (-629 |#4|))) (-15 -3099 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 (-1 (-111) |#4|)) (-629 |#4|))) (-15 -3205 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|))) (-15 -2257 ((-111) |#4|)) (-15 -4203 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|))) (-15 -4094 ((-111) |#4|)) (-15 -1730 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|))) (-15 -3594 ((-111) |#4|)) (-15 -3700 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|))) (-15 -1479 ((-629 |#4|) (-629 |#4|) (-629 |#4|))) (-15 -1479 ((-629 |#4|) (-629 |#4|) (-629 |#4|) (-111))) (-15 -3262 (|#4| |#4| (-629 |#4|))) (-15 -4166 ((-629 |#4|) (-629 |#4|))) (-15 -2322 ((-3 (-2 (|:| |bas| (-469 |#1| |#2| |#3| |#4|)) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|))) (-15 -1786 ((-629 |#4|) (-629 |#4|))) (-15 -2028 ((-629 |#4|) (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1781 ((-629 |#4|) (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-445)) (PROGN (-15 -3070 ((-629 |#4|) |#4|)) (-15 -1473 ((-629 |#4|) (-629 |#4|))) (-15 -1473 ((-629 |#4|) (-629 |#4|) (-111))) (-15 -3881 ((-629 |#4|) (-629 |#4|) (-629 |#4|))) (-15 -4226 ((-629 |#4|) (-629 |#4|) (-629 |#4|))) (-15 -2209 ((-629 |#4|) (-629 |#4|) (-629 |#4|)))) |%noBranch|) (IF (|has| |#1| (-301)) (IF (|has| |#1| (-144)) (PROGN (-15 -2983 ((-629 |#4|) (-629 |#4|))) (-15 -2591 ((-629 |#4|) (-629 |#4|))) (-15 -2554 ((-629 |#4|) (-629 |#4|) (-629 |#4|)))) |%noBranch|) |%noBranch|)) (-544) (-778) (-832) (-1044 |#1| |#2| |#3|)) (T -958))
-((-2554 (*1 *2 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-144)) (-4 *3 (-301)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-2591 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-144)) (-4 *3 (-301)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-2983 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-144)) (-4 *3 (-301)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-2209 (*1 *2 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-445)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-4226 (*1 *2 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-445)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-3881 (*1 *2 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-445)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-1473 (*1 *2 *2 *3) (-12 (-5 *2 (-629 *7)) (-5 *3 (-111)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-958 *4 *5 *6 *7)))) (-1473 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-445)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-3070 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *3)) (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))) (-1781 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-629 *8)) (-5 *3 (-1 (-111) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-958 *5 *6 *7 *8)))) (-2028 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-629 *9)) (-5 *3 (-1 (-111) *9)) (-5 *4 (-1 (-111) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1044 *6 *7 *8)) (-4 *6 (-544)) (-4 *7 (-778)) (-4 *8 (-832)) (-5 *1 (-958 *6 *7 *8 *9)))) (-1786 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-2322 (*1 *2 *3) (|partial| -12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-469 *4 *5 *6 *7)) (|:| -3447 (-629 *7)))) (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))) (-4166 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-3262 (*1 *2 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-958 *4 *5 *6 *2)))) (-1479 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-629 *7)) (-5 *3 (-111)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-958 *4 *5 *6 *7)))) (-1479 (*1 *2 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-3700 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-629 *7)) (|:| |badPols| (-629 *7)))) (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))) (-3594 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))) (-1730 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-629 *7)) (|:| |badPols| (-629 *7)))) (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))) (-4094 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))) (-4203 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-629 *7)) (|:| |badPols| (-629 *7)))) (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))) (-2257 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))) (-3205 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-629 *7)) (|:| |badPols| (-629 *7)))) (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))) (-3099 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-1 (-111) *8))) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-2 (|:| |goodPols| (-629 *8)) (|:| |badPols| (-629 *8)))) (-5 *1 (-958 *5 *6 *7 *8)) (-5 *4 (-629 *8)))) (-1678 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-1 (-111) *8))) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-2 (|:| |goodPols| (-629 *8)) (|:| |badPols| (-629 *8)))) (-5 *1 (-958 *5 *6 *7 *8)) (-5 *4 (-629 *8)))) (-2731 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-111) *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-2 (|:| |goodPols| (-629 *8)) (|:| |badPols| (-629 *8)))) (-5 *1 (-958 *5 *6 *7 *8)) (-5 *4 (-629 *8)))) (-3988 (*1 *2 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-958 *4 *5 *6 *7)))) (-3617 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-629 *8))) (-5 *3 (-629 *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-111)) (-5 *1 (-958 *5 *6 *7 *8)))) (-3415 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-958 *4 *5 *6 *7)))) (-2361 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-629 *7) (-629 *7))) (-5 *2 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-958 *4 *5 *6 *7)))) (-2361 (*1 *2 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-2361 (*1 *2 *2 *3) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-958 *4 *5 *6 *3)))) (-2980 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *3)) (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))) (-1552 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))) (-2361 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *3)) (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))) (-2361 (*1 *2 *2) (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))))
-(-10 -7 (-15 -2361 ((-629 |#4|) (-629 |#4|))) (-15 -2361 ((-629 |#4|) |#4| |#4|)) (-15 -1552 ((-629 |#4|) (-629 |#4|))) (-15 -2980 ((-629 |#4|) |#4| |#4|)) (-15 -2361 ((-629 |#4|) (-629 |#4|) |#4|)) (-15 -2361 ((-629 |#4|) (-629 |#4|) (-629 |#4|))) (-15 -2361 ((-629 |#4|) (-629 |#4|) (-629 |#4|) (-1 (-629 |#4|) (-629 |#4|)))) (-15 -3415 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -3617 ((-111) (-629 |#4|) (-629 (-629 |#4|)))) (-15 -3988 ((-111) (-629 |#4|))) (-15 -2731 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-1 (-111) |#4|) (-629 |#4|))) (-15 -1678 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 (-1 (-111) |#4|)) (-629 |#4|))) (-15 -3099 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 (-1 (-111) |#4|)) (-629 |#4|))) (-15 -3205 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|))) (-15 -2257 ((-111) |#4|)) (-15 -4203 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|))) (-15 -4094 ((-111) |#4|)) (-15 -1730 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|))) (-15 -3594 ((-111) |#4|)) (-15 -3700 ((-2 (|:| |goodPols| (-629 |#4|)) (|:| |badPols| (-629 |#4|))) (-629 |#4|))) (-15 -1479 ((-629 |#4|) (-629 |#4|) (-629 |#4|))) (-15 -1479 ((-629 |#4|) (-629 |#4|) (-629 |#4|) (-111))) (-15 -3262 (|#4| |#4| (-629 |#4|))) (-15 -4166 ((-629 |#4|) (-629 |#4|))) (-15 -2322 ((-3 (-2 (|:| |bas| (-469 |#1| |#2| |#3| |#4|)) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|))) (-15 -1786 ((-629 |#4|) (-629 |#4|))) (-15 -2028 ((-629 |#4|) (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1781 ((-629 |#4|) (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-445)) (PROGN (-15 -3070 ((-629 |#4|) |#4|)) (-15 -1473 ((-629 |#4|) (-629 |#4|))) (-15 -1473 ((-629 |#4|) (-629 |#4|) (-111))) (-15 -3881 ((-629 |#4|) (-629 |#4|) (-629 |#4|))) (-15 -4226 ((-629 |#4|) (-629 |#4|) (-629 |#4|))) (-15 -2209 ((-629 |#4|) (-629 |#4|) (-629 |#4|)))) |%noBranch|) (IF (|has| |#1| (-301)) (IF (|has| |#1| (-144)) (PROGN (-15 -2983 ((-629 |#4|) (-629 |#4|))) (-15 -2591 ((-629 |#4|) (-629 |#4|))) (-15 -2554 ((-629 |#4|) (-629 |#4|) (-629 |#4|)))) |%noBranch|) |%noBranch|))
-((-1555 (((-2 (|:| R (-673 |#1|)) (|:| A (-673 |#1|)) (|:| |Ainv| (-673 |#1|))) (-673 |#1|) (-98 |#1|) (-1 |#1| |#1|)) 19)) (-3134 (((-629 (-2 (|:| C (-673 |#1|)) (|:| |g| (-1237 |#1|)))) (-673 |#1|) (-1237 |#1|)) 36)) (-2368 (((-673 |#1|) (-673 |#1|) (-673 |#1|) (-98 |#1|) (-1 |#1| |#1|)) 16)))
-(((-959 |#1|) (-10 -7 (-15 -1555 ((-2 (|:| R (-673 |#1|)) (|:| A (-673 |#1|)) (|:| |Ainv| (-673 |#1|))) (-673 |#1|) (-98 |#1|) (-1 |#1| |#1|))) (-15 -2368 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-98 |#1|) (-1 |#1| |#1|))) (-15 -3134 ((-629 (-2 (|:| C (-673 |#1|)) (|:| |g| (-1237 |#1|)))) (-673 |#1|) (-1237 |#1|)))) (-357)) (T -959))
-((-3134 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-5 *2 (-629 (-2 (|:| C (-673 *5)) (|:| |g| (-1237 *5))))) (-5 *1 (-959 *5)) (-5 *3 (-673 *5)) (-5 *4 (-1237 *5)))) (-2368 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-673 *5)) (-5 *3 (-98 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357)) (-5 *1 (-959 *5)))) (-1555 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-98 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-357)) (-5 *2 (-2 (|:| R (-673 *6)) (|:| A (-673 *6)) (|:| |Ainv| (-673 *6)))) (-5 *1 (-959 *6)) (-5 *3 (-673 *6)))))
-(-10 -7 (-15 -1555 ((-2 (|:| R (-673 |#1|)) (|:| A (-673 |#1|)) (|:| |Ainv| (-673 |#1|))) (-673 |#1|) (-98 |#1|) (-1 |#1| |#1|))) (-15 -2368 ((-673 |#1|) (-673 |#1|) (-673 |#1|) (-98 |#1|) (-1 |#1| |#1|))) (-15 -3134 ((-629 (-2 (|:| C (-673 |#1|)) (|:| |g| (-1237 |#1|)))) (-673 |#1|) (-1237 |#1|))))
-((-3343 (((-412 |#4|) |#4|) 48)))
-(((-960 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3343 ((-412 |#4|) |#4|))) (-832) (-778) (-445) (-930 |#3| |#2| |#1|)) (T -960))
-((-3343 (*1 *2 *3) (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-445)) (-5 *2 (-412 *3)) (-5 *1 (-960 *4 *5 *6 *3)) (-4 *3 (-930 *6 *5 *4)))))
-(-10 -7 (-15 -3343 ((-412 |#4|) |#4|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2306 (($ (-756)) 112 (|has| |#1| (-23)))) (-2660 (((-1242) $ (-552) (-552)) 40 (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) 98) (((-111) $) 92 (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) 89 (|has| $ (-6 -4369))) (($ $) 88 (-12 (|has| |#1| (-832)) (|has| $ (-6 -4369))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) 8)) (-1470 ((|#1| $ (-552) |#1|) 52 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 58 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2366 (($ $) 90 (|has| $ (-6 -4369)))) (-3344 (($ $) 100)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#1| $) 77 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) 53 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 51)) (-1456 (((-552) (-1 (-111) |#1|) $) 97) (((-552) |#1| $) 96 (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) 95 (|has| |#1| (-1078)))) (-1693 (($ (-629 |#1|)) 118)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1920 (((-673 |#1|) $ $) 105 (|has| |#1| (-1030)))) (-3307 (($ (-756) |#1|) 69)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 43 (|has| (-552) (-832)))) (-1772 (($ $ $) 87 (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 44 (|has| (-552) (-832)))) (-2011 (($ $ $) 86 (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3994 ((|#1| $) 102 (-12 (|has| |#1| (-1030)) (|has| |#1| (-983))))) (-1745 (((-111) $ (-756)) 10)) (-2556 ((|#1| $) 103 (-12 (|has| |#1| (-1030)) (|has| |#1| (-983))))) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) 60) (($ $ $ (-552)) 59)) (-2190 (((-629 (-552)) $) 46)) (-1335 (((-111) (-552) $) 47)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-2702 ((|#1| $) 42 (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-1518 (($ $ |#1|) 41 (|has| $ (-6 -4369)))) (-3136 (($ $ (-629 |#1|)) 115)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ (-552) |#1|) 50) ((|#1| $ (-552)) 49) (($ $ (-1204 (-552))) 63)) (-3632 ((|#1| $ $) 106 (|has| |#1| (-1030)))) (-3725 (((-902) $) 117)) (-2012 (($ $ (-552)) 62) (($ $ (-1204 (-552))) 61)) (-2449 (($ $ $) 104)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3747 (($ $ $ (-552)) 91 (|has| $ (-6 -4369)))) (-1487 (($ $) 13)) (-1522 (((-528) $) 79 (|has| |#1| (-600 (-528)))) (($ (-629 |#1|)) 116)) (-3226 (($ (-629 |#1|)) 70)) (-4319 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-629 $)) 65)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) 84 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 83 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-1655 (((-111) $ $) 85 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 82 (|has| |#1| (-832)))) (-1709 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-1698 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-552) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-711))) (($ $ |#1|) 107 (|has| |#1| (-711)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-961 |#1|) (-137) (-1030)) (T -961))
-((-1693 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1030)) (-4 *1 (-961 *3)))) (-3725 (*1 *2 *1) (-12 (-4 *1 (-961 *3)) (-4 *3 (-1030)) (-5 *2 (-902)))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1030)) (-4 *1 (-961 *3)))) (-2449 (*1 *1 *1 *1) (-12 (-4 *1 (-961 *2)) (-4 *2 (-1030)))) (-3136 (*1 *1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *1 (-961 *3)) (-4 *3 (-1030)))))
-(-13 (-1235 |t#1|) (-10 -8 (-15 -1693 ($ (-629 |t#1|))) (-15 -3725 ((-902) $)) (-15 -1522 ($ (-629 |t#1|))) (-15 -2449 ($ $ $)) (-15 -3136 ($ $ (-629 |t#1|)))))
-(((-34) . T) ((-101) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 #0=(-552) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-367 |#1|) . T) ((-482 |#1|) . T) ((-590 #0# |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-635 |#1|) . T) ((-19 |#1|) . T) ((-832) |has| |#1| (-832)) ((-1078) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-1191) . T) ((-1235 |#1|) . T))
-((-1477 (((-924 |#2|) (-1 |#2| |#1|) (-924 |#1|)) 17)))
-(((-962 |#1| |#2|) (-10 -7 (-15 -1477 ((-924 |#2|) (-1 |#2| |#1|) (-924 |#1|)))) (-1030) (-1030)) (T -962))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-924 *5)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-5 *2 (-924 *6)) (-5 *1 (-962 *5 *6)))))
-(-10 -7 (-15 -1477 ((-924 |#2|) (-1 |#2| |#1|) (-924 |#1|))))
-((-1686 ((|#1| (-924 |#1|)) 13)) (-1732 ((|#1| (-924 |#1|)) 12)) (-1971 ((|#1| (-924 |#1|)) 11)) (-3650 ((|#1| (-924 |#1|)) 15)) (-1911 ((|#1| (-924 |#1|)) 21)) (-2804 ((|#1| (-924 |#1|)) 14)) (-2082 ((|#1| (-924 |#1|)) 16)) (-3852 ((|#1| (-924 |#1|)) 20)) (-2229 ((|#1| (-924 |#1|)) 19)))
-(((-963 |#1|) (-10 -7 (-15 -1971 (|#1| (-924 |#1|))) (-15 -1732 (|#1| (-924 |#1|))) (-15 -1686 (|#1| (-924 |#1|))) (-15 -2804 (|#1| (-924 |#1|))) (-15 -3650 (|#1| (-924 |#1|))) (-15 -2082 (|#1| (-924 |#1|))) (-15 -2229 (|#1| (-924 |#1|))) (-15 -3852 (|#1| (-924 |#1|))) (-15 -1911 (|#1| (-924 |#1|)))) (-1030)) (T -963))
-((-1911 (*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))) (-3852 (*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))) (-2229 (*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))) (-2082 (*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))) (-3650 (*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))) (-2804 (*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))) (-1686 (*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))) (-1732 (*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))) (-1971 (*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
-(-10 -7 (-15 -1971 (|#1| (-924 |#1|))) (-15 -1732 (|#1| (-924 |#1|))) (-15 -1686 (|#1| (-924 |#1|))) (-15 -2804 (|#1| (-924 |#1|))) (-15 -3650 (|#1| (-924 |#1|))) (-15 -2082 (|#1| (-924 |#1|))) (-15 -2229 (|#1| (-924 |#1|))) (-15 -3852 (|#1| (-924 |#1|))) (-15 -1911 (|#1| (-924 |#1|))))
-((-4310 (((-3 |#1| "failed") |#1|) 18)) (-3322 (((-3 |#1| "failed") |#1|) 6)) (-1898 (((-3 |#1| "failed") |#1|) 16)) (-2737 (((-3 |#1| "failed") |#1|) 4)) (-3190 (((-3 |#1| "failed") |#1|) 20)) (-2105 (((-3 |#1| "failed") |#1|) 8)) (-3354 (((-3 |#1| "failed") |#1| (-756)) 1)) (-1956 (((-3 |#1| "failed") |#1|) 3)) (-2545 (((-3 |#1| "failed") |#1|) 2)) (-2335 (((-3 |#1| "failed") |#1|) 21)) (-1377 (((-3 |#1| "failed") |#1|) 9)) (-4068 (((-3 |#1| "failed") |#1|) 19)) (-3186 (((-3 |#1| "failed") |#1|) 7)) (-4093 (((-3 |#1| "failed") |#1|) 17)) (-1888 (((-3 |#1| "failed") |#1|) 5)) (-3706 (((-3 |#1| "failed") |#1|) 24)) (-2162 (((-3 |#1| "failed") |#1|) 12)) (-1536 (((-3 |#1| "failed") |#1|) 22)) (-3794 (((-3 |#1| "failed") |#1|) 10)) (-2207 (((-3 |#1| "failed") |#1|) 26)) (-3093 (((-3 |#1| "failed") |#1|) 14)) (-2949 (((-3 |#1| "failed") |#1|) 27)) (-2489 (((-3 |#1| "failed") |#1|) 15)) (-3677 (((-3 |#1| "failed") |#1|) 25)) (-4117 (((-3 |#1| "failed") |#1|) 13)) (-3757 (((-3 |#1| "failed") |#1|) 23)) (-1366 (((-3 |#1| "failed") |#1|) 11)))
-(((-964 |#1|) (-137) (-1176)) (T -964))
-((-2949 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-2207 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-3677 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-3706 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-3757 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-1536 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-2335 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-3190 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-4068 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-4310 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-4093 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-1898 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-2489 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-3093 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-4117 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-2162 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-1366 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-3794 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-1377 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-2105 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-3186 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-3322 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-1888 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-2737 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-1956 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-2545 (*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))) (-3354 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-756)) (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(-13 (-10 -7 (-15 -3354 ((-3 |t#1| "failed") |t#1| (-756))) (-15 -2545 ((-3 |t#1| "failed") |t#1|)) (-15 -1956 ((-3 |t#1| "failed") |t#1|)) (-15 -2737 ((-3 |t#1| "failed") |t#1|)) (-15 -1888 ((-3 |t#1| "failed") |t#1|)) (-15 -3322 ((-3 |t#1| "failed") |t#1|)) (-15 -3186 ((-3 |t#1| "failed") |t#1|)) (-15 -2105 ((-3 |t#1| "failed") |t#1|)) (-15 -1377 ((-3 |t#1| "failed") |t#1|)) (-15 -3794 ((-3 |t#1| "failed") |t#1|)) (-15 -1366 ((-3 |t#1| "failed") |t#1|)) (-15 -2162 ((-3 |t#1| "failed") |t#1|)) (-15 -4117 ((-3 |t#1| "failed") |t#1|)) (-15 -3093 ((-3 |t#1| "failed") |t#1|)) (-15 -2489 ((-3 |t#1| "failed") |t#1|)) (-15 -1898 ((-3 |t#1| "failed") |t#1|)) (-15 -4093 ((-3 |t#1| "failed") |t#1|)) (-15 -4310 ((-3 |t#1| "failed") |t#1|)) (-15 -4068 ((-3 |t#1| "failed") |t#1|)) (-15 -3190 ((-3 |t#1| "failed") |t#1|)) (-15 -2335 ((-3 |t#1| "failed") |t#1|)) (-15 -1536 ((-3 |t#1| "failed") |t#1|)) (-15 -3757 ((-3 |t#1| "failed") |t#1|)) (-15 -3706 ((-3 |t#1| "failed") |t#1|)) (-15 -3677 ((-3 |t#1| "failed") |t#1|)) (-15 -2207 ((-3 |t#1| "failed") |t#1|)) (-15 -2949 ((-3 |t#1| "failed") |t#1|))))
-((-4052 ((|#4| |#4| (-629 |#3|)) 56) ((|#4| |#4| |#3|) 55)) (-3027 ((|#4| |#4| (-629 |#3|)) 23) ((|#4| |#4| |#3|) 19)) (-1477 ((|#4| (-1 |#4| (-933 |#1|)) |#4|) 30)))
-(((-965 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3027 (|#4| |#4| |#3|)) (-15 -3027 (|#4| |#4| (-629 |#3|))) (-15 -4052 (|#4| |#4| |#3|)) (-15 -4052 (|#4| |#4| (-629 |#3|))) (-15 -1477 (|#4| (-1 |#4| (-933 |#1|)) |#4|))) (-1030) (-778) (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154))))) (-930 (-933 |#1|) |#2| |#3|)) (T -965))
-((-1477 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-933 *4))) (-4 *4 (-1030)) (-4 *2 (-930 (-933 *4) *5 *6)) (-4 *5 (-778)) (-4 *6 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154)))))) (-5 *1 (-965 *4 *5 *6 *2)))) (-4052 (*1 *2 *2 *3) (-12 (-5 *3 (-629 *6)) (-4 *6 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154)))))) (-4 *4 (-1030)) (-4 *5 (-778)) (-5 *1 (-965 *4 *5 *6 *2)) (-4 *2 (-930 (-933 *4) *5 *6)))) (-4052 (*1 *2 *2 *3) (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154)))))) (-5 *1 (-965 *4 *5 *3 *2)) (-4 *2 (-930 (-933 *4) *5 *3)))) (-3027 (*1 *2 *2 *3) (-12 (-5 *3 (-629 *6)) (-4 *6 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154)))))) (-4 *4 (-1030)) (-4 *5 (-778)) (-5 *1 (-965 *4 *5 *6 *2)) (-4 *2 (-930 (-933 *4) *5 *6)))) (-3027 (*1 *2 *2 *3) (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)) (-15 -1485 ((-3 $ "failed") (-1154)))))) (-5 *1 (-965 *4 *5 *3 *2)) (-4 *2 (-930 (-933 *4) *5 *3)))))
-(-10 -7 (-15 -3027 (|#4| |#4| |#3|)) (-15 -3027 (|#4| |#4| (-629 |#3|))) (-15 -4052 (|#4| |#4| |#3|)) (-15 -4052 (|#4| |#4| (-629 |#3|))) (-15 -1477 (|#4| (-1 |#4| (-933 |#1|)) |#4|)))
-((-3656 ((|#2| |#3|) 35)) (-1414 (((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) |#2|) 73)) (-4197 (((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|)))) 89)))
-(((-966 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4197 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))))) (-15 -1414 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) |#2|)) (-15 -3656 (|#2| |#3|))) (-343) (-1213 |#1|) (-1213 |#2|) (-709 |#2| |#3|)) (T -966))
-((-3656 (*1 *2 *3) (-12 (-4 *3 (-1213 *2)) (-4 *2 (-1213 *4)) (-5 *1 (-966 *4 *2 *3 *5)) (-4 *4 (-343)) (-4 *5 (-709 *2 *3)))) (-1414 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 *3)) (-5 *2 (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-673 *3)))) (-5 *1 (-966 *4 *3 *5 *6)) (-4 *6 (-709 *3 *5)))) (-4197 (*1 *2) (-12 (-4 *3 (-343)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 *4)) (-5 *2 (-2 (|:| -4199 (-673 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-673 *4)))) (-5 *1 (-966 *3 *4 *5 *6)) (-4 *6 (-709 *4 *5)))))
-(-10 -7 (-15 -4197 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))))) (-15 -1414 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) |#2|)) (-15 -3656 (|#2| |#3|)))
-((-3048 (((-968 (-401 (-552)) (-846 |#1|) (-235 |#2| (-756)) (-242 |#1| (-401 (-552)))) (-968 (-401 (-552)) (-846 |#1|) (-235 |#2| (-756)) (-242 |#1| (-401 (-552))))) 69)))
-(((-967 |#1| |#2|) (-10 -7 (-15 -3048 ((-968 (-401 (-552)) (-846 |#1|) (-235 |#2| (-756)) (-242 |#1| (-401 (-552)))) (-968 (-401 (-552)) (-846 |#1|) (-235 |#2| (-756)) (-242 |#1| (-401 (-552))))))) (-629 (-1154)) (-756)) (T -967))
-((-3048 (*1 *2 *2) (-12 (-5 *2 (-968 (-401 (-552)) (-846 *3) (-235 *4 (-756)) (-242 *3 (-401 (-552))))) (-14 *3 (-629 (-1154))) (-14 *4 (-756)) (-5 *1 (-967 *3 *4)))))
-(-10 -7 (-15 -3048 ((-968 (-401 (-552)) (-846 |#1|) (-235 |#2| (-756)) (-242 |#1| (-401 (-552)))) (-968 (-401 (-552)) (-846 |#1|) (-235 |#2| (-756)) (-242 |#1| (-401 (-552)))))))
-((-3202 (((-111) $ $) NIL)) (-4063 (((-3 (-111) "failed") $) 69)) (-3501 (($ $) 36 (-12 (|has| |#1| (-144)) (|has| |#1| (-301))))) (-1801 (($ $ (-3 (-111) "failed")) 70)) (-3727 (($ (-629 |#4|) |#4|) 25)) (-2623 (((-1136) $) NIL)) (-3932 (($ $) 67)) (-2876 (((-1098) $) NIL)) (-3435 (((-111) $) 68)) (-3430 (($) 30)) (-1998 ((|#4| $) 72)) (-3587 (((-629 |#4|) $) 71)) (-3213 (((-844) $) 66)) (-1613 (((-111) $ $) NIL)))
-(((-968 |#1| |#2| |#3| |#4|) (-13 (-1078) (-599 (-844)) (-10 -8 (-15 -3430 ($)) (-15 -3727 ($ (-629 |#4|) |#4|)) (-15 -4063 ((-3 (-111) "failed") $)) (-15 -1801 ($ $ (-3 (-111) "failed"))) (-15 -3435 ((-111) $)) (-15 -3587 ((-629 |#4|) $)) (-15 -1998 (|#4| $)) (-15 -3932 ($ $)) (IF (|has| |#1| (-301)) (IF (|has| |#1| (-144)) (-15 -3501 ($ $)) |%noBranch|) |%noBranch|))) (-445) (-832) (-778) (-930 |#1| |#3| |#2|)) (T -968))
-((-3430 (*1 *1) (-12 (-4 *2 (-445)) (-4 *3 (-832)) (-4 *4 (-778)) (-5 *1 (-968 *2 *3 *4 *5)) (-4 *5 (-930 *2 *4 *3)))) (-3727 (*1 *1 *2 *3) (-12 (-5 *2 (-629 *3)) (-4 *3 (-930 *4 *6 *5)) (-4 *4 (-445)) (-4 *5 (-832)) (-4 *6 (-778)) (-5 *1 (-968 *4 *5 *6 *3)))) (-4063 (*1 *2 *1) (|partial| -12 (-4 *3 (-445)) (-4 *4 (-832)) (-4 *5 (-778)) (-5 *2 (-111)) (-5 *1 (-968 *3 *4 *5 *6)) (-4 *6 (-930 *3 *5 *4)))) (-1801 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-111) "failed")) (-4 *3 (-445)) (-4 *4 (-832)) (-4 *5 (-778)) (-5 *1 (-968 *3 *4 *5 *6)) (-4 *6 (-930 *3 *5 *4)))) (-3435 (*1 *2 *1) (-12 (-4 *3 (-445)) (-4 *4 (-832)) (-4 *5 (-778)) (-5 *2 (-111)) (-5 *1 (-968 *3 *4 *5 *6)) (-4 *6 (-930 *3 *5 *4)))) (-3587 (*1 *2 *1) (-12 (-4 *3 (-445)) (-4 *4 (-832)) (-4 *5 (-778)) (-5 *2 (-629 *6)) (-5 *1 (-968 *3 *4 *5 *6)) (-4 *6 (-930 *3 *5 *4)))) (-1998 (*1 *2 *1) (-12 (-4 *2 (-930 *3 *5 *4)) (-5 *1 (-968 *3 *4 *5 *2)) (-4 *3 (-445)) (-4 *4 (-832)) (-4 *5 (-778)))) (-3932 (*1 *1 *1) (-12 (-4 *2 (-445)) (-4 *3 (-832)) (-4 *4 (-778)) (-5 *1 (-968 *2 *3 *4 *5)) (-4 *5 (-930 *2 *4 *3)))) (-3501 (*1 *1 *1) (-12 (-4 *2 (-144)) (-4 *2 (-301)) (-4 *2 (-445)) (-4 *3 (-832)) (-4 *4 (-778)) (-5 *1 (-968 *2 *3 *4 *5)) (-4 *5 (-930 *2 *4 *3)))))
-(-13 (-1078) (-599 (-844)) (-10 -8 (-15 -3430 ($)) (-15 -3727 ($ (-629 |#4|) |#4|)) (-15 -4063 ((-3 (-111) "failed") $)) (-15 -1801 ($ $ (-3 (-111) "failed"))) (-15 -3435 ((-111) $)) (-15 -3587 ((-629 |#4|) $)) (-15 -1998 (|#4| $)) (-15 -3932 ($ $)) (IF (|has| |#1| (-301)) (IF (|has| |#1| (-144)) (-15 -3501 ($ $)) |%noBranch|) |%noBranch|)))
-((-2119 (((-111) |#5| |#5|) 38)) (-3248 (((-111) |#5| |#5|) 52)) (-2049 (((-111) |#5| (-629 |#5|)) 74) (((-111) |#5| |#5|) 61)) (-4045 (((-111) (-629 |#4|) (-629 |#4|)) 58)) (-4030 (((-111) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) 63)) (-2675 (((-1242)) 33)) (-2490 (((-1242) (-1136) (-1136) (-1136)) 29)) (-3288 (((-629 |#5|) (-629 |#5|)) 81)) (-2722 (((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) 79)) (-2418 (((-629 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|)))) (-629 |#4|) (-629 |#5|) (-111) (-111)) 101)) (-2237 (((-111) |#5| |#5|) 47)) (-3804 (((-3 (-111) "failed") |#5| |#5|) 71)) (-2672 (((-111) (-629 |#4|) (-629 |#4|)) 57)) (-1535 (((-111) (-629 |#4|) (-629 |#4|)) 59)) (-4343 (((-111) (-629 |#4|) (-629 |#4|)) 60)) (-2383 (((-3 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|))) "failed") (-629 |#4|) |#5| (-629 |#4|) (-111) (-111) (-111) (-111) (-111)) 97)) (-2111 (((-629 |#5|) (-629 |#5|)) 43)))
-(((-969 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2490 ((-1242) (-1136) (-1136) (-1136))) (-15 -2675 ((-1242))) (-15 -2119 ((-111) |#5| |#5|)) (-15 -2111 ((-629 |#5|) (-629 |#5|))) (-15 -2237 ((-111) |#5| |#5|)) (-15 -3248 ((-111) |#5| |#5|)) (-15 -4045 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -2672 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -1535 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -4343 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -3804 ((-3 (-111) "failed") |#5| |#5|)) (-15 -2049 ((-111) |#5| |#5|)) (-15 -2049 ((-111) |#5| (-629 |#5|))) (-15 -3288 ((-629 |#5|) (-629 |#5|))) (-15 -4030 ((-111) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) (-15 -2722 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-15 -2418 ((-629 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|)))) (-629 |#4|) (-629 |#5|) (-111) (-111))) (-15 -2383 ((-3 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|))) "failed") (-629 |#4|) |#5| (-629 |#4|) (-111) (-111) (-111) (-111) (-111)))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|) (-1050 |#1| |#2| |#3| |#4|)) (T -969))
-((-2383 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *9 (-1044 *6 *7 *8)) (-5 *2 (-2 (|:| -2771 (-629 *9)) (|:| -3361 *4) (|:| |ineq| (-629 *9)))) (-5 *1 (-969 *6 *7 *8 *9 *4)) (-5 *3 (-629 *9)) (-4 *4 (-1050 *6 *7 *8 *9)))) (-2418 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-629 *10)) (-5 *5 (-111)) (-4 *10 (-1050 *6 *7 *8 *9)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *9 (-1044 *6 *7 *8)) (-5 *2 (-629 (-2 (|:| -2771 (-629 *9)) (|:| -3361 *10) (|:| |ineq| (-629 *9))))) (-5 *1 (-969 *6 *7 *8 *9 *10)) (-5 *3 (-629 *9)))) (-2722 (*1 *2 *2) (-12 (-5 *2 (-629 (-2 (|:| |val| (-629 *6)) (|:| -3361 *7)))) (-4 *6 (-1044 *3 *4 *5)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-969 *3 *4 *5 *6 *7)))) (-4030 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-629 *7)) (|:| -3361 *8))) (-4 *7 (-1044 *4 *5 *6)) (-4 *8 (-1050 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *8)))) (-3288 (*1 *2 *2) (-12 (-5 *2 (-629 *7)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *1 (-969 *3 *4 *5 *6 *7)))) (-2049 (*1 *2 *3 *4) (-12 (-5 *4 (-629 *3)) (-4 *3 (-1050 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-969 *5 *6 *7 *8 *3)))) (-2049 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-3804 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-4343 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-1535 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-2672 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-4045 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-3248 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-2237 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-2111 (*1 *2 *2) (-12 (-5 *2 (-629 *7)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *1 (-969 *3 *4 *5 *6 *7)))) (-2119 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-2675 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242)) (-5 *1 (-969 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6)))) (-2490 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242)) (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2490 ((-1242) (-1136) (-1136) (-1136))) (-15 -2675 ((-1242))) (-15 -2119 ((-111) |#5| |#5|)) (-15 -2111 ((-629 |#5|) (-629 |#5|))) (-15 -2237 ((-111) |#5| |#5|)) (-15 -3248 ((-111) |#5| |#5|)) (-15 -4045 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -2672 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -1535 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -4343 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -3804 ((-3 (-111) "failed") |#5| |#5|)) (-15 -2049 ((-111) |#5| |#5|)) (-15 -2049 ((-111) |#5| (-629 |#5|))) (-15 -3288 ((-629 |#5|) (-629 |#5|))) (-15 -4030 ((-111) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) (-15 -2722 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-15 -2418 ((-629 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|)))) (-629 |#4|) (-629 |#5|) (-111) (-111))) (-15 -2383 ((-3 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|))) "failed") (-629 |#4|) |#5| (-629 |#4|) (-111) (-111) (-111) (-111) (-111))))
-((-1485 (((-1154) $) 15)) (-2925 (((-1136) $) 16)) (-3369 (($ (-1154) (-1136)) 14)) (-3213 (((-844) $) 13)))
-(((-970) (-13 (-599 (-844)) (-10 -8 (-15 -3369 ($ (-1154) (-1136))) (-15 -1485 ((-1154) $)) (-15 -2925 ((-1136) $))))) (T -970))
-((-3369 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1136)) (-5 *1 (-970)))) (-1485 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-970)))) (-2925 (*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-970)))))
-(-13 (-599 (-844)) (-10 -8 (-15 -3369 ($ (-1154) (-1136))) (-15 -1485 ((-1154) $)) (-15 -2925 ((-1136) $))))
-((-1477 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
-(((-971 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 (|#4| (-1 |#2| |#1|) |#3|))) (-544) (-544) (-973 |#1|) (-973 |#2|)) (T -971))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-544)) (-4 *6 (-544)) (-4 *2 (-973 *6)) (-5 *1 (-971 *5 *6 *4 *2)) (-4 *4 (-973 *5)))))
-(-10 -7 (-15 -1477 (|#4| (-1 |#2| |#1|) |#3|)))
-((-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-1154) "failed") $) 65) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 (-552) "failed") $) 95)) (-2832 ((|#2| $) NIL) (((-1154) $) 60) (((-401 (-552)) $) NIL) (((-552) $) 92)) (-2714 (((-673 (-552)) (-673 $)) NIL) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) 112) (((-673 |#2|) (-673 $)) 28)) (-1332 (($) 98)) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 75) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 84)) (-3773 (($ $) 10)) (-2032 (((-3 $ "failed") $) 20)) (-1477 (($ (-1 |#2| |#2|) $) 22)) (-1977 (($) 16)) (-2147 (($ $) 54)) (-3096 (($ $) NIL) (($ $ (-756)) NIL) (($ $ (-1154)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) 36)) (-2493 (($ $) 12)) (-1522 (((-873 (-552)) $) 70) (((-873 (-373)) $) 79) (((-528) $) 40) (((-373) $) 44) (((-220) $) 47)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) 90) (($ |#2|) NIL) (($ (-1154)) 57)) (-2014 (((-756)) 31)) (-1632 (((-111) $ $) 50)))
-(((-972 |#1| |#2|) (-10 -8 (-15 -1632 ((-111) |#1| |#1|)) (-15 -1977 (|#1|)) (-15 -2032 ((-3 |#1| "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -1522 ((-220) |#1|)) (-15 -1522 ((-373) |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -2832 ((-1154) |#1|)) (-15 -1393 ((-3 (-1154) "failed") |#1|)) (-15 -3213 (|#1| (-1154))) (-15 -1332 (|#1|)) (-15 -2147 (|#1| |#1|)) (-15 -2493 (|#1| |#1|)) (-15 -3773 (|#1| |#1|)) (-15 -2214 ((-870 (-373) |#1|) |#1| (-873 (-373)) (-870 (-373) |#1|))) (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|))) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -2714 ((-673 |#2|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| |#1|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 -3213 ((-844) |#1|))) (-973 |#2|) (-544)) (T -972))
-((-2014 (*1 *2) (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-972 *3 *4)) (-4 *3 (-973 *4)))))
-(-10 -8 (-15 -1632 ((-111) |#1| |#1|)) (-15 -1977 (|#1|)) (-15 -2032 ((-3 |#1| "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -1522 ((-220) |#1|)) (-15 -1522 ((-373) |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -2832 ((-1154) |#1|)) (-15 -1393 ((-3 (-1154) "failed") |#1|)) (-15 -3213 (|#1| (-1154))) (-15 -1332 (|#1|)) (-15 -2147 (|#1| |#1|)) (-15 -2493 (|#1| |#1|)) (-15 -3773 (|#1| |#1|)) (-15 -2214 ((-870 (-373) |#1|) |#1| (-873 (-373)) (-870 (-373) |#1|))) (-15 -2214 ((-870 (-552) |#1|) |#1| (-873 (-552)) (-870 (-552) |#1|))) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -2714 ((-673 |#2|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| |#1|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3603 ((|#1| $) 136 (|has| |#1| (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-1472 (((-412 (-1150 $)) (-1150 $)) 127 (|has| |#1| (-890)))) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 130 (|has| |#1| (-890)))) (-2393 (((-111) $ $) 57)) (-3886 (((-552) $) 117 (|has| |#1| (-805)))) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#1| "failed") $) 175) (((-3 (-1154) "failed") $) 125 (|has| |#1| (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) 109 (|has| |#1| (-1019 (-552)))) (((-3 (-552) "failed") $) 107 (|has| |#1| (-1019 (-552))))) (-2832 ((|#1| $) 174) (((-1154) $) 124 (|has| |#1| (-1019 (-1154)))) (((-401 (-552)) $) 108 (|has| |#1| (-1019 (-552)))) (((-552) $) 106 (|has| |#1| (-1019 (-552))))) (-4006 (($ $ $) 53)) (-2714 (((-673 (-552)) (-673 $)) 149 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 148 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 147) (((-673 |#1|) (-673 $)) 146)) (-1293 (((-3 $ "failed") $) 32)) (-1332 (($) 134 (|has| |#1| (-537)))) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-1677 (((-111) $) 68)) (-1338 (((-111) $) 119 (|has| |#1| (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 143 (|has| |#1| (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 142 (|has| |#1| (-867 (-373))))) (-4065 (((-111) $) 30)) (-3773 (($ $) 138)) (-4015 ((|#1| $) 140)) (-2032 (((-3 $ "failed") $) 105 (|has| |#1| (-1129)))) (-3127 (((-111) $) 118 (|has| |#1| (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-1772 (($ $ $) 115 (|has| |#1| (-832)))) (-2011 (($ $ $) 114 (|has| |#1| (-832)))) (-1477 (($ (-1 |#1| |#1|) $) 166)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 67)) (-1977 (($) 104 (|has| |#1| (-1129)) CONST)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-2147 (($ $) 135 (|has| |#1| (-301)))) (-3410 ((|#1| $) 132 (|has| |#1| (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) 129 (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) 128 (|has| |#1| (-890)))) (-3479 (((-412 $) $) 71)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) 172 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 171 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 170 (|has| |#1| (-303 |#1|))) (($ $ (-629 (-288 |#1|))) 169 (|has| |#1| (-303 |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) 168 (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) |#1|) 167 (|has| |#1| (-506 (-1154) |#1|)))) (-3795 (((-756) $) 56)) (-2060 (($ $ |#1|) 173 (|has| |#1| (-280 |#1| |#1|)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-3096 (($ $) 165 (|has| |#1| (-228))) (($ $ (-756)) 163 (|has| |#1| (-228))) (($ $ (-1154)) 161 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 160 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 159 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) 158 (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) 151) (($ $ (-1 |#1| |#1|)) 150)) (-2493 (($ $) 137)) (-4026 ((|#1| $) 139)) (-1522 (((-873 (-552)) $) 145 (|has| |#1| (-600 (-873 (-552))))) (((-873 (-373)) $) 144 (|has| |#1| (-600 (-873 (-373))))) (((-528) $) 122 (|has| |#1| (-600 (-528)))) (((-373) $) 121 (|has| |#1| (-1003))) (((-220) $) 120 (|has| |#1| (-1003)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 131 (-3792 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63) (($ |#1|) 178) (($ (-1154)) 126 (|has| |#1| (-1019 (-1154))))) (-3878 (((-3 $ "failed") $) 123 (-4029 (|has| |#1| (-142)) (-3792 (|has| $ (-142)) (|has| |#1| (-890)))))) (-2014 (((-756)) 28)) (-3763 ((|#1| $) 133 (|has| |#1| (-537)))) (-3589 (((-111) $ $) 37)) (-1578 (($ $) 116 (|has| |#1| (-805)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $) 164 (|has| |#1| (-228))) (($ $ (-756)) 162 (|has| |#1| (-228))) (($ $ (-1154)) 157 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 156 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 155 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) 154 (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) 153) (($ $ (-1 |#1| |#1|)) 152)) (-1666 (((-111) $ $) 112 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 111 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 113 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 110 (|has| |#1| (-832)))) (-1720 (($ $ $) 62) (($ |#1| |#1|) 141)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64) (($ |#1| $) 177) (($ $ |#1|) 176)))
-(((-973 |#1|) (-137) (-544)) (T -973))
-((-1720 (*1 *1 *2 *2) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)))) (-4015 (*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)))) (-4026 (*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)))) (-3773 (*1 *1 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)))) (-2493 (*1 *1 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)))) (-3603 (*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)) (-4 *2 (-301)))) (-2147 (*1 *1 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)) (-4 *2 (-301)))) (-1332 (*1 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-537)) (-4 *2 (-544)))) (-3763 (*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)) (-4 *2 (-537)))) (-3410 (*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)) (-4 *2 (-537)))))
-(-13 (-357) (-38 |t#1|) (-1019 |t#1|) (-332 |t#1|) (-226 |t#1|) (-371 |t#1|) (-865 |t#1|) (-394 |t#1|) (-10 -8 (-15 -1720 ($ |t#1| |t#1|)) (-15 -4015 (|t#1| $)) (-15 -4026 (|t#1| $)) (-15 -3773 ($ $)) (-15 -2493 ($ $)) (IF (|has| |t#1| (-1129)) (-6 (-1129)) |%noBranch|) (IF (|has| |t#1| (-1019 (-552))) (PROGN (-6 (-1019 (-552))) (-6 (-1019 (-401 (-552))))) |%noBranch|) (IF (|has| |t#1| (-832)) (-6 (-832)) |%noBranch|) (IF (|has| |t#1| (-805)) (-6 (-805)) |%noBranch|) (IF (|has| |t#1| (-1003)) (-6 (-1003)) |%noBranch|) (IF (|has| |t#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-1019 (-1154))) (-6 (-1019 (-1154))) |%noBranch|) (IF (|has| |t#1| (-301)) (PROGN (-15 -3603 (|t#1| $)) (-15 -2147 ($ $))) |%noBranch|) (IF (|has| |t#1| (-537)) (PROGN (-15 -1332 ($)) (-15 -3763 (|t#1| $)) (-15 -3410 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-890)) (-6 (-890)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) . T) ((-600 (-220)) |has| |#1| (-1003)) ((-600 (-373)) |has| |#1| (-1003)) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-600 (-873 (-373))) |has| |#1| (-600 (-873 (-373)))) ((-600 (-873 (-552))) |has| |#1| (-600 (-873 (-552)))) ((-226 |#1|) . T) ((-228) |has| |#1| (-228)) ((-238) . T) ((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-284) . T) ((-301) . T) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-357) . T) ((-332 |#1|) . T) ((-371 |#1|) . T) ((-394 |#1|) . T) ((-445) . T) ((-506 (-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)) ((-506 |#1| |#1|) |has| |#1| (-303 |#1|)) ((-544) . T) ((-632 #0#) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-625 (-552)) |has| |#1| (-625 (-552))) ((-625 |#1|) . T) ((-702 #0#) . T) ((-702 |#1|) . T) ((-702 $) . T) ((-711) . T) ((-776) |has| |#1| (-805)) ((-777) |has| |#1| (-805)) ((-779) |has| |#1| (-805)) ((-780) |has| |#1| (-805)) ((-805) |has| |#1| (-805)) ((-830) |has| |#1| (-805)) ((-832) -4029 (|has| |#1| (-832)) (|has| |#1| (-805))) ((-881 (-1154)) |has| |#1| (-881 (-1154))) ((-867 (-373)) |has| |#1| (-867 (-373))) ((-867 (-552)) |has| |#1| (-867 (-552))) ((-865 |#1|) . T) ((-890) |has| |#1| (-890)) ((-901) . T) ((-1003) |has| |#1| (-1003)) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-552))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 (-1154)) |has| |#1| (-1019 (-1154))) ((-1019 |#1|) . T) ((-1036 #0#) . T) ((-1036 |#1|) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1129) |has| |#1| (-1129)) ((-1191) . T) ((-1195) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1780 (($ (-1120 |#1| |#2|)) 11)) (-3516 (((-1120 |#1| |#2|) $) 12)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2060 ((|#2| $ (-235 |#1| |#2|)) 16)) (-3213 (((-844) $) NIL)) (-3297 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL)))
-(((-974 |#1| |#2|) (-13 (-21) (-10 -8 (-15 -1780 ($ (-1120 |#1| |#2|))) (-15 -3516 ((-1120 |#1| |#2|) $)) (-15 -2060 (|#2| $ (-235 |#1| |#2|))))) (-902) (-357)) (T -974))
-((-1780 (*1 *1 *2) (-12 (-5 *2 (-1120 *3 *4)) (-14 *3 (-902)) (-4 *4 (-357)) (-5 *1 (-974 *3 *4)))) (-3516 (*1 *2 *1) (-12 (-5 *2 (-1120 *3 *4)) (-5 *1 (-974 *3 *4)) (-14 *3 (-902)) (-4 *4 (-357)))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 (-235 *4 *2)) (-14 *4 (-902)) (-4 *2 (-357)) (-5 *1 (-974 *4 *2)))))
-(-13 (-21) (-10 -8 (-15 -1780 ($ (-1120 |#1| |#2|))) (-15 -3516 ((-1120 |#1| |#2|) $)) (-15 -2060 (|#2| $ (-235 |#1| |#2|)))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3553 (((-1113) $) 9)) (-3213 (((-844) $) 17) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-975) (-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $))))) (T -975))
-((-3553 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-975)))))
-(-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $))))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) 8)) (-2130 (($) 7 T CONST)) (-3625 (($ $) 46)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2556 (((-756) $) 45)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3474 ((|#1| $) 44)) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-2187 ((|#1| |#1| $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2505 ((|#1| $) 47)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) 42)) (-1832 ((|#1| $) 43)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-976 |#1|) (-137) (-1191)) (T -976))
-((-2187 (*1 *2 *2 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))) (-2505 (*1 *2 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))) (-3625 (*1 *1 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))) (-2556 (*1 *2 *1) (-12 (-4 *1 (-976 *3)) (-4 *3 (-1191)) (-5 *2 (-756)))) (-3474 (*1 *2 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))) (-1832 (*1 *2 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))))
-(-13 (-106 |t#1|) (-10 -8 (-6 -4368) (-15 -2187 (|t#1| |t#1| $)) (-15 -2505 (|t#1| $)) (-15 -3625 ($ $)) (-15 -2556 ((-756) $)) (-15 -3474 (|t#1| $)) (-15 -1832 (|t#1| $))))
-(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3643 (((-111) $) 42)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-2832 (((-552) $) NIL) (((-401 (-552)) $) NIL) ((|#2| $) 43)) (-2674 (((-3 (-401 (-552)) "failed") $) 78)) (-2443 (((-111) $) 72)) (-3777 (((-401 (-552)) $) 76)) (-4065 (((-111) $) 41)) (-4346 ((|#2| $) 22)) (-1477 (($ (-1 |#2| |#2|) $) 19)) (-3701 (($ $) 61)) (-3096 (($ $) NIL) (($ $ (-756)) NIL) (($ $ (-1154)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) 34)) (-1522 (((-528) $) 67)) (-2074 (($ $) 17)) (-3213 (((-844) $) 56) (($ (-552)) 38) (($ |#2|) 36) (($ (-401 (-552))) NIL)) (-2014 (((-756)) 10)) (-1578 ((|#2| $) 71)) (-1613 (((-111) $ $) 25)) (-1632 (((-111) $ $) 69)) (-1709 (($ $) 29) (($ $ $) 28)) (-1698 (($ $ $) 26)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 33) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 30) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL)))
-(((-977 |#1| |#2|) (-10 -8 (-15 -3213 (|#1| (-401 (-552)))) (-15 -1632 ((-111) |#1| |#1|)) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 * (|#1| |#1| (-401 (-552)))) (-15 -3701 (|#1| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -1578 (|#2| |#1|)) (-15 -4346 (|#2| |#1|)) (-15 -2074 (|#1| |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -3213 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 -4065 ((-111) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 -3643 ((-111) |#1|)) (-15 * (|#1| (-902) |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|))) (-978 |#2|) (-169)) (T -977))
-((-2014 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-756)) (-5 *1 (-977 *3 *4)) (-4 *3 (-978 *4)))))
-(-10 -8 (-15 -3213 (|#1| (-401 (-552)))) (-15 -1632 ((-111) |#1| |#1|)) (-15 * (|#1| (-401 (-552)) |#1|)) (-15 * (|#1| |#1| (-401 (-552)))) (-15 -3701 (|#1| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -1578 (|#2| |#1|)) (-15 -4346 (|#2| |#1|)) (-15 -2074 (|#1| |#1|)) (-15 -1477 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -3213 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 -4065 ((-111) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 * (|#1| (-756) |#1|)) (-15 -3643 ((-111) |#1|)) (-15 * (|#1| (-902) |#1|)) (-15 -1698 (|#1| |#1| |#1|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1393 (((-3 (-552) "failed") $) 116 (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 114 (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) 113)) (-2832 (((-552) $) 117 (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) 115 (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) 112)) (-2714 (((-673 (-552)) (-673 $)) 87 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 86 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 85) (((-673 |#1|) (-673 $)) 84)) (-1293 (((-3 $ "failed") $) 32)) (-3499 ((|#1| $) 77)) (-2674 (((-3 (-401 (-552)) "failed") $) 73 (|has| |#1| (-537)))) (-2443 (((-111) $) 75 (|has| |#1| (-537)))) (-3777 (((-401 (-552)) $) 74 (|has| |#1| (-537)))) (-1689 (($ |#1| |#1| |#1| |#1|) 78)) (-4065 (((-111) $) 30)) (-4346 ((|#1| $) 79)) (-1772 (($ $ $) 66 (|has| |#1| (-832)))) (-2011 (($ $ $) 65 (|has| |#1| (-832)))) (-1477 (($ (-1 |#1| |#1|) $) 88)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 70 (|has| |#1| (-357)))) (-4305 ((|#1| $) 80)) (-3568 ((|#1| $) 81)) (-4247 ((|#1| $) 82)) (-2876 (((-1098) $) 10)) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) 94 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 93 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 92 (|has| |#1| (-303 |#1|))) (($ $ (-629 (-288 |#1|))) 91 (|has| |#1| (-303 |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) 90 (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) |#1|) 89 (|has| |#1| (-506 (-1154) |#1|)))) (-2060 (($ $ |#1|) 95 (|has| |#1| (-280 |#1| |#1|)))) (-3096 (($ $) 111 (|has| |#1| (-228))) (($ $ (-756)) 109 (|has| |#1| (-228))) (($ $ (-1154)) 107 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 106 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 105 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) 104 (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) 97) (($ $ (-1 |#1| |#1|)) 96)) (-1522 (((-528) $) 71 (|has| |#1| (-600 (-528))))) (-2074 (($ $) 83)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 35) (($ (-401 (-552))) 60 (-4029 (|has| |#1| (-357)) (|has| |#1| (-1019 (-401 (-552))))))) (-3878 (((-3 $ "failed") $) 72 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-1578 ((|#1| $) 76 (|has| |#1| (-1039)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $) 110 (|has| |#1| (-228))) (($ $ (-756)) 108 (|has| |#1| (-228))) (($ $ (-1154)) 103 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 102 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 101 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) 100 (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) 99) (($ $ (-1 |#1| |#1|)) 98)) (-1666 (((-111) $ $) 63 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 62 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 64 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 61 (|has| |#1| (-832)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 69 (|has| |#1| (-357)))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36) (($ $ (-401 (-552))) 68 (|has| |#1| (-357))) (($ (-401 (-552)) $) 67 (|has| |#1| (-357)))))
-(((-978 |#1|) (-137) (-169)) (T -978))
-((-2074 (*1 *1 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))) (-4247 (*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))) (-3568 (*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))) (-4305 (*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))) (-4346 (*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))) (-1689 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))) (-3499 (*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))) (-1578 (*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)) (-4 *2 (-1039)))) (-2443 (*1 *2 *1) (-12 (-4 *1 (-978 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-111)))) (-3777 (*1 *2 *1) (-12 (-4 *1 (-978 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-401 (-552))))) (-2674 (*1 *2 *1) (|partial| -12 (-4 *1 (-978 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-401 (-552))))))
-(-13 (-38 |t#1|) (-405 |t#1|) (-226 |t#1|) (-332 |t#1|) (-371 |t#1|) (-10 -8 (-15 -2074 ($ $)) (-15 -4247 (|t#1| $)) (-15 -3568 (|t#1| $)) (-15 -4305 (|t#1| $)) (-15 -4346 (|t#1| $)) (-15 -1689 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -3499 (|t#1| $)) (IF (|has| |t#1| (-284)) (-6 (-284)) |%noBranch|) (IF (|has| |t#1| (-832)) (-6 (-832)) |%noBranch|) (IF (|has| |t#1| (-357)) (-6 (-238)) |%noBranch|) (IF (|has| |t#1| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-1039)) (-15 -1578 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-537)) (PROGN (-15 -2443 ((-111) $)) (-15 -3777 ((-401 (-552)) $)) (-15 -2674 ((-3 (-401 (-552)) "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) |has| |#1| (-357)) ((-38 |#1|) . T) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-357)) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-357)) (|has| |#1| (-284))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-226 |#1|) . T) ((-228) |has| |#1| (-228)) ((-238) |has| |#1| (-357)) ((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-284) -4029 (|has| |#1| (-357)) (|has| |#1| (-284))) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-332 |#1|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-506 (-1154) |#1|) |has| |#1| (-506 (-1154) |#1|)) ((-506 |#1| |#1|) |has| |#1| (-303 |#1|)) ((-632 #0#) |has| |#1| (-357)) ((-632 |#1|) . T) ((-632 $) . T) ((-625 (-552)) |has| |#1| (-625 (-552))) ((-625 |#1|) . T) ((-702 #0#) |has| |#1| (-357)) ((-702 |#1|) . T) ((-711) . T) ((-832) |has| |#1| (-832)) ((-881 (-1154)) |has| |#1| (-881 (-1154))) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1036 #0#) |has| |#1| (-357)) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-357)) (|has| |#1| (-284))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1477 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
-(((-979 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 (|#3| (-1 |#4| |#2|) |#1|))) (-978 |#2|) (-169) (-978 |#4|) (-169)) (T -979))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-169)) (-4 *6 (-169)) (-4 *2 (-978 *6)) (-5 *1 (-979 *4 *5 *2 *6)) (-4 *4 (-978 *5)))))
-(-10 -7 (-15 -1477 (|#3| (-1 |#4| |#2|) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3499 ((|#1| $) 12)) (-2674 (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-537)))) (-2443 (((-111) $) NIL (|has| |#1| (-537)))) (-3777 (((-401 (-552)) $) NIL (|has| |#1| (-537)))) (-1689 (($ |#1| |#1| |#1| |#1|) 16)) (-4065 (((-111) $) NIL)) (-4346 ((|#1| $) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-4305 ((|#1| $) 15)) (-3568 ((|#1| $) 14)) (-4247 ((|#1| $) 13)) (-2876 (((-1098) $) NIL)) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-629 (-288 |#1|))) NIL (|has| |#1| (-303 |#1|))) (($ $ (-629 (-1154)) (-629 |#1|)) NIL (|has| |#1| (-506 (-1154) |#1|))) (($ $ (-1154) |#1|) NIL (|has| |#1| (-506 (-1154) |#1|)))) (-2060 (($ $ |#1|) NIL (|has| |#1| (-280 |#1| |#1|)))) (-3096 (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-2074 (($ $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-357)) (|has| |#1| (-1019 (-401 (-552))))))) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-1578 ((|#1| $) NIL (|has| |#1| (-1039)))) (-3297 (($) 8 T CONST)) (-3309 (($) 10 T CONST)) (-1765 (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#1| (-357)))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-401 (-552))) NIL (|has| |#1| (-357))) (($ (-401 (-552)) $) NIL (|has| |#1| (-357)))))
-(((-980 |#1|) (-978 |#1|) (-169)) (T -980))
-NIL
-(-978 |#1|)
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-4238 (((-111) $ (-756)) NIL)) (-2130 (($) NIL T CONST)) (-3625 (($ $) 20)) (-2777 (($ (-629 |#1|)) 29)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2556 (((-756) $) 22)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-3105 ((|#1| $) 24)) (-1580 (($ |#1| $) 15)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3474 ((|#1| $) 23)) (-3995 ((|#1| $) 19)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-2187 ((|#1| |#1| $) 14)) (-3435 (((-111) $) 17)) (-3430 (($) NIL)) (-2505 ((|#1| $) 18)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) NIL)) (-1832 ((|#1| $) 26)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-981 |#1|) (-13 (-976 |#1|) (-10 -8 (-15 -2777 ($ (-629 |#1|))))) (-1078)) (T -981))
-((-2777 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-981 *3)))))
-(-13 (-976 |#1|) (-10 -8 (-15 -2777 ($ (-629 |#1|)))))
-((-3489 (($ $) 12)) (-3755 (($ $ (-552)) 13)))
-(((-982 |#1|) (-10 -8 (-15 -3489 (|#1| |#1|)) (-15 -3755 (|#1| |#1| (-552)))) (-983)) (T -982))
-NIL
-(-10 -8 (-15 -3489 (|#1| |#1|)) (-15 -3755 (|#1| |#1| (-552))))
-((-3489 (($ $) 6)) (-3755 (($ $ (-552)) 7)) (** (($ $ (-401 (-552))) 8)))
-(((-983) (-137)) (T -983))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-983)) (-5 *2 (-401 (-552))))) (-3755 (*1 *1 *1 *2) (-12 (-4 *1 (-983)) (-5 *2 (-552)))) (-3489 (*1 *1 *1) (-4 *1 (-983))))
-(-13 (-10 -8 (-15 -3489 ($ $)) (-15 -3755 ($ $ (-552))) (-15 ** ($ $ (-401 (-552))))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2684 (((-2 (|:| |num| (-1237 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| (-401 |#2|) (-357)))) (-3303 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-1334 (((-111) $) NIL (|has| (-401 |#2|) (-357)))) (-2977 (((-673 (-401 |#2|)) (-1237 $)) NIL) (((-673 (-401 |#2|))) NIL)) (-1549 (((-401 |#2|) $) NIL)) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| (-401 |#2|) (-343)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-3343 (((-412 $) $) NIL (|has| (-401 |#2|) (-357)))) (-2393 (((-111) $ $) NIL (|has| (-401 |#2|) (-357)))) (-2663 (((-756)) NIL (|has| (-401 |#2|) (-362)))) (-3216 (((-111)) NIL)) (-2966 (((-111) |#1|) 144) (((-111) |#2|) 149)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| (-401 |#2|) (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-401 |#2|) (-1019 (-401 (-552))))) (((-3 (-401 |#2|) "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| (-401 |#2|) (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| (-401 |#2|) (-1019 (-401 (-552))))) (((-401 |#2|) $) NIL)) (-4278 (($ (-1237 (-401 |#2|)) (-1237 $)) NIL) (($ (-1237 (-401 |#2|))) 70) (($ (-1237 |#2|) |#2|) NIL)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-401 |#2|) (-343)))) (-4006 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-3584 (((-673 (-401 |#2|)) $ (-1237 $)) NIL) (((-673 (-401 |#2|)) $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| (-401 |#2|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-401 |#2|) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-401 |#2|))) (|:| |vec| (-1237 (-401 |#2|)))) (-673 $) (-1237 $)) NIL) (((-673 (-401 |#2|)) (-673 $)) NIL)) (-2525 (((-1237 $) (-1237 $)) NIL)) (-3884 (($ |#3|) 65) (((-3 $ "failed") (-401 |#3|)) NIL (|has| (-401 |#2|) (-357)))) (-1293 (((-3 $ "failed") $) NIL)) (-3901 (((-629 (-629 |#1|))) NIL (|has| |#1| (-362)))) (-3184 (((-111) |#1| |#1|) NIL)) (-2128 (((-902)) NIL)) (-1332 (($) NIL (|has| (-401 |#2|) (-362)))) (-1568 (((-111)) NIL)) (-2847 (((-111) |#1|) 56) (((-111) |#2|) 146)) (-3987 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| (-401 |#2|) (-357)))) (-3471 (($ $) NIL)) (-4000 (($) NIL (|has| (-401 |#2|) (-343)))) (-3504 (((-111) $) NIL (|has| (-401 |#2|) (-343)))) (-1788 (($ $ (-756)) NIL (|has| (-401 |#2|) (-343))) (($ $) NIL (|has| (-401 |#2|) (-343)))) (-1677 (((-111) $) NIL (|has| (-401 |#2|) (-357)))) (-4241 (((-902) $) NIL (|has| (-401 |#2|) (-343))) (((-818 (-902)) $) NIL (|has| (-401 |#2|) (-343)))) (-4065 (((-111) $) NIL)) (-3503 (((-756)) NIL)) (-2317 (((-1237 $) (-1237 $)) NIL)) (-4346 (((-401 |#2|) $) NIL)) (-1429 (((-629 (-933 |#1|)) (-1154)) NIL (|has| |#1| (-357)))) (-2032 (((-3 $ "failed") $) NIL (|has| (-401 |#2|) (-343)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| (-401 |#2|) (-357)))) (-2169 ((|#3| $) NIL (|has| (-401 |#2|) (-357)))) (-1637 (((-902) $) NIL (|has| (-401 |#2|) (-362)))) (-3874 ((|#3| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| (-401 |#2|) (-357))) (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-2623 (((-1136) $) NIL)) (-2930 (((-673 (-401 |#2|))) 52)) (-1303 (((-673 (-401 |#2|))) 51)) (-3701 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-3059 (($ (-1237 |#2|) |#2|) 71)) (-2931 (((-673 (-401 |#2|))) 50)) (-2435 (((-673 (-401 |#2|))) 49)) (-1459 (((-2 (|:| |num| (-673 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 86)) (-1493 (((-2 (|:| |num| (-1237 |#2|)) (|:| |den| |#2|)) $) 77)) (-3953 (((-1237 $)) 46)) (-4197 (((-1237 $)) 45)) (-2667 (((-111) $) NIL)) (-3097 (((-111) $) NIL) (((-111) $ |#1|) NIL) (((-111) $ |#2|) NIL)) (-1977 (($) NIL (|has| (-401 |#2|) (-343)) CONST)) (-2840 (($ (-902)) NIL (|has| (-401 |#2|) (-362)))) (-2791 (((-3 |#2| "failed")) 63)) (-2876 (((-1098) $) NIL)) (-3140 (((-756)) NIL)) (-4126 (($) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| (-401 |#2|) (-357)))) (-2594 (($ (-629 $)) NIL (|has| (-401 |#2|) (-357))) (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| (-401 |#2|) (-343)))) (-3479 (((-412 $) $) NIL (|has| (-401 |#2|) (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-401 |#2|) (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| (-401 |#2|) (-357)))) (-3969 (((-3 $ "failed") $ $) NIL (|has| (-401 |#2|) (-357)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| (-401 |#2|) (-357)))) (-3795 (((-756) $) NIL (|has| (-401 |#2|) (-357)))) (-2060 ((|#1| $ |#1| |#1|) NIL)) (-3551 (((-3 |#2| "failed")) 62)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| (-401 |#2|) (-357)))) (-1721 (((-401 |#2|) (-1237 $)) NIL) (((-401 |#2|)) 42)) (-4147 (((-756) $) NIL (|has| (-401 |#2|) (-343))) (((-3 (-756) "failed") $ $) NIL (|has| (-401 |#2|) (-343)))) (-3096 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-756)) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-756)) NIL (-4029 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) NIL (-4029 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-1433 (((-673 (-401 |#2|)) (-1237 $) (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357)))) (-3521 ((|#3|) 53)) (-1368 (($) NIL (|has| (-401 |#2|) (-343)))) (-3464 (((-1237 (-401 |#2|)) $ (-1237 $)) NIL) (((-673 (-401 |#2|)) (-1237 $) (-1237 $)) NIL) (((-1237 (-401 |#2|)) $) 72) (((-673 (-401 |#2|)) (-1237 $)) NIL)) (-1522 (((-1237 (-401 |#2|)) $) NIL) (($ (-1237 (-401 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| (-401 |#2|) (-343)))) (-1889 (((-1237 $) (-1237 $)) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ (-401 |#2|)) NIL) (($ (-401 (-552))) NIL (-4029 (|has| (-401 |#2|) (-1019 (-401 (-552)))) (|has| (-401 |#2|) (-357)))) (($ $) NIL (|has| (-401 |#2|) (-357)))) (-3878 (($ $) NIL (|has| (-401 |#2|) (-343))) (((-3 $ "failed") $) NIL (|has| (-401 |#2|) (-142)))) (-3767 ((|#3| $) NIL)) (-2014 (((-756)) NIL)) (-1464 (((-111)) 60)) (-3895 (((-111) |#1|) 150) (((-111) |#2|) 151)) (-4199 (((-1237 $)) 121)) (-3589 (((-111) $ $) NIL (|has| (-401 |#2|) (-357)))) (-3606 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3855 (((-111)) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-756)) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-881 (-1154))))) (($ $ (-756)) NIL (-4029 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) NIL (-4029 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| (-401 |#2|) (-357)))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 |#2|)) NIL) (($ (-401 |#2|) $) NIL) (($ (-401 (-552)) $) NIL (|has| (-401 |#2|) (-357))) (($ $ (-401 (-552))) NIL (|has| (-401 |#2|) (-357)))))
-(((-984 |#1| |#2| |#3| |#4| |#5|) (-336 |#1| |#2| |#3|) (-1195) (-1213 |#1|) (-1213 (-401 |#2|)) (-401 |#2|) (-756)) (T -984))
+((-3198 (($ $ (-1071 $)) 7) (($ $ (-1155)) 6)))
+(((-941) (-137)) (T -941))
+((-3198 (*1 *1 *1 *2) (-12 (-5 *2 (-1071 *1)) (-4 *1 (-941)))) (-3198 (*1 *1 *1 *2) (-12 (-4 *1 (-941)) (-5 *2 (-1155)))))
+(-13 (-10 -8 (-15 -3198 ($ $ (-1155))) (-15 -3198 ($ $ (-1071 $)))))
+((-2091 (((-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 |#1|))) (|:| |prim| (-1151 |#1|))) (-630 (-934 |#1|)) (-630 (-1155)) (-1155)) 25) (((-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 |#1|))) (|:| |prim| (-1151 |#1|))) (-630 (-934 |#1|)) (-630 (-1155))) 26) (((-2 (|:| |coef1| (-553)) (|:| |coef2| (-553)) (|:| |prim| (-1151 |#1|))) (-934 |#1|) (-1155) (-934 |#1|) (-1155)) 43)))
+(((-942 |#1|) (-10 -7 (-15 -2091 ((-2 (|:| |coef1| (-553)) (|:| |coef2| (-553)) (|:| |prim| (-1151 |#1|))) (-934 |#1|) (-1155) (-934 |#1|) (-1155))) (-15 -2091 ((-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 |#1|))) (|:| |prim| (-1151 |#1|))) (-630 (-934 |#1|)) (-630 (-1155)))) (-15 -2091 ((-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 |#1|))) (|:| |prim| (-1151 |#1|))) (-630 (-934 |#1|)) (-630 (-1155)) (-1155)))) (-13 (-357) (-144))) (T -942))
+((-2091 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 (-934 *6))) (-5 *4 (-630 (-1155))) (-5 *5 (-1155)) (-4 *6 (-13 (-357) (-144))) (-5 *2 (-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 *6))) (|:| |prim| (-1151 *6)))) (-5 *1 (-942 *6)))) (-2091 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-630 (-1155))) (-4 *5 (-13 (-357) (-144))) (-5 *2 (-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 *5))) (|:| |prim| (-1151 *5)))) (-5 *1 (-942 *5)))) (-2091 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-934 *5)) (-5 *4 (-1155)) (-4 *5 (-13 (-357) (-144))) (-5 *2 (-2 (|:| |coef1| (-553)) (|:| |coef2| (-553)) (|:| |prim| (-1151 *5)))) (-5 *1 (-942 *5)))))
+(-10 -7 (-15 -2091 ((-2 (|:| |coef1| (-553)) (|:| |coef2| (-553)) (|:| |prim| (-1151 |#1|))) (-934 |#1|) (-1155) (-934 |#1|) (-1155))) (-15 -2091 ((-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 |#1|))) (|:| |prim| (-1151 |#1|))) (-630 (-934 |#1|)) (-630 (-1155)))) (-15 -2091 ((-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 |#1|))) (|:| |prim| (-1151 |#1|))) (-630 (-934 |#1|)) (-630 (-1155)) (-1155))))
+((-3769 (((-630 |#1|) |#1| |#1|) 42)) (-4268 (((-111) |#1|) 39)) (-3137 ((|#1| |#1|) 65)) (-3861 ((|#1| |#1|) 64)))
+(((-943 |#1|) (-10 -7 (-15 -4268 ((-111) |#1|)) (-15 -3861 (|#1| |#1|)) (-15 -3137 (|#1| |#1|)) (-15 -3769 ((-630 |#1|) |#1| |#1|))) (-538)) (T -943))
+((-3769 (*1 *2 *3 *3) (-12 (-5 *2 (-630 *3)) (-5 *1 (-943 *3)) (-4 *3 (-538)))) (-3137 (*1 *2 *2) (-12 (-5 *1 (-943 *2)) (-4 *2 (-538)))) (-3861 (*1 *2 *2) (-12 (-5 *1 (-943 *2)) (-4 *2 (-538)))) (-4268 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-943 *3)) (-4 *3 (-538)))))
+(-10 -7 (-15 -4268 ((-111) |#1|)) (-15 -3861 (|#1| |#1|)) (-15 -3137 (|#1| |#1|)) (-15 -3769 ((-630 |#1|) |#1| |#1|)))
+((-1873 (((-1243) (-845)) 9)))
+(((-944) (-10 -7 (-15 -1873 ((-1243) (-845))))) (T -944))
+((-1873 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-944)))))
+(-10 -7 (-15 -1873 ((-1243) (-845))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 61 (|has| |#1| (-545)))) (-2723 (($ $) 62 (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 28)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL)) (-3765 (($ $) 24)) (-3889 (((-3 $ "failed") $) 35)) (-3766 (($ $) NIL (|has| |#1| (-445)))) (-1369 (($ $ |#1| |#2| $) 48)) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) 16)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| |#2|) NIL)) (-3264 ((|#2| $) 19)) (-2364 (($ (-1 |#2| |#2|) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3733 (($ $) 23)) (-3743 ((|#1| $) 21)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) 40)) (-3722 ((|#1| $) NIL)) (-3058 (($ $ |#2| |#1| $) 73 (-12 (|has| |#2| (-129)) (|has| |#1| (-545))))) (-3968 (((-3 $ "failed") $ $) 74 (|has| |#1| (-545))) (((-3 $ "failed") $ |#1|) 68 (|has| |#1| (-545)))) (-2672 ((|#2| $) 17)) (-3998 ((|#1| $) NIL (|has| |#1| (-445)))) (-3212 (((-845) $) NIL) (($ (-553)) 39) (($ $) NIL (|has| |#1| (-545))) (($ |#1|) 34) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ |#2|) 31)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) 15)) (-1957 (($ $ $ (-757)) 57 (|has| |#1| (-169)))) (-2453 (((-111) $ $) 67 (|has| |#1| (-545)))) (-3296 (($) 22 T CONST)) (-3308 (($) 12 T CONST)) (-1614 (((-111) $ $) 66)) (-1721 (($ $ |#1|) 75 (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) 54) (($ $ (-757)) 52)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 51) (($ $ |#1|) 50) (($ |#1| $) 49) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-945 |#1| |#2|) (-13 (-320 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-545)) (IF (|has| |#2| (-129)) (-15 -3058 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4367)) (-6 -4367) |%noBranch|))) (-1031) (-778)) (T -945))
+((-3058 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-945 *3 *2)) (-4 *2 (-129)) (-4 *3 (-545)) (-4 *3 (-1031)) (-4 *2 (-778)))))
+(-13 (-320 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-545)) (IF (|has| |#2| (-129)) (-15 -3058 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4367)) (-6 -4367) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL (-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779)))))) (-1462 (($ $ $) 63 (-12 (|has| |#1| (-779)) (|has| |#2| (-779))))) (-4123 (((-3 $ "failed") $ $) 50 (-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779)))))) (-2662 (((-757)) 34 (-12 (|has| |#1| (-362)) (|has| |#2| (-362))))) (-3466 ((|#2| $) 21)) (-4207 ((|#1| $) 20)) (-3203 (($) NIL (-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-712)) (|has| |#2| (-712))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779)))) CONST)) (-3889 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-712)) (|has| |#2| (-712)))))) (-1333 (($) NIL (-12 (|has| |#1| (-362)) (|has| |#2| (-362))))) (-1434 (((-111) $) NIL (-4028 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-712)) (|has| |#2| (-712)))))) (-1773 (($ $ $) NIL (-4028 (-12 (|has| |#1| (-779)) (|has| |#2| (-779))) (-12 (|has| |#1| (-833)) (|has| |#2| (-833)))))) (-2012 (($ $ $) NIL (-4028 (-12 (|has| |#1| (-779)) (|has| |#2| (-779))) (-12 (|has| |#1| (-833)) (|has| |#2| (-833)))))) (-1717 (($ |#1| |#2|) 19)) (-3941 (((-903) $) NIL (-12 (|has| |#1| (-362)) (|has| |#2| (-362))))) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 37 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))))) (-2839 (($ (-903)) NIL (-12 (|has| |#1| (-362)) (|has| |#2| (-362))))) (-2875 (((-1099) $) NIL)) (-3830 (($ $ $) NIL (-12 (|has| |#1| (-466)) (|has| |#2| (-466))))) (-2931 (($ $ $) NIL (-12 (|has| |#1| (-466)) (|has| |#2| (-466))))) (-3212 (((-845) $) 14)) (-3296 (($) 40 (-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779)))) CONST)) (-3308 (($) 24 (-4028 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-712)) (|has| |#2| (-712)))) CONST)) (-1667 (((-111) $ $) NIL (-4028 (-12 (|has| |#1| (-779)) (|has| |#2| (-779))) (-12 (|has| |#1| (-833)) (|has| |#2| (-833)))))) (-1645 (((-111) $ $) NIL (-4028 (-12 (|has| |#1| (-779)) (|has| |#2| (-779))) (-12 (|has| |#1| (-833)) (|has| |#2| (-833)))))) (-1614 (((-111) $ $) 18)) (-1656 (((-111) $ $) NIL (-4028 (-12 (|has| |#1| (-779)) (|has| |#2| (-779))) (-12 (|has| |#1| (-833)) (|has| |#2| (-833)))))) (-1633 (((-111) $ $) 66 (-4028 (-12 (|has| |#1| (-779)) (|has| |#2| (-779))) (-12 (|has| |#1| (-833)) (|has| |#2| (-833)))))) (-1721 (($ $ $) NIL (-12 (|has| |#1| (-466)) (|has| |#2| (-466))))) (-1710 (($ $ $) 56 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 53 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-1699 (($ $ $) 43 (-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779)))))) (** (($ $ (-553)) NIL (-12 (|has| |#1| (-466)) (|has| |#2| (-466)))) (($ $ (-757)) 31 (-4028 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-712)) (|has| |#2| (-712))))) (($ $ (-903)) NIL (-4028 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-712)) (|has| |#2| (-712)))))) (* (($ (-553) $) 60 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-757) $) 46 (-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779))))) (($ (-903) $) NIL (-4028 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-129)) (|has| |#2| (-129))) (-12 (|has| |#1| (-779)) (|has| |#2| (-779))))) (($ $ $) 27 (-4028 (-12 (|has| |#1| (-466)) (|has| |#2| (-466))) (-12 (|has| |#1| (-712)) (|has| |#2| (-712)))))))
+(((-946 |#1| |#2|) (-13 (-1079) (-10 -8 (IF (|has| |#1| (-362)) (IF (|has| |#2| (-362)) (-6 (-362)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-712)) (IF (|has| |#2| (-712)) (-6 (-712)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-129)) (IF (|has| |#2| (-129)) (-6 (-129)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-466)) (IF (|has| |#2| (-466)) (-6 (-466)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-779)) (IF (|has| |#2| (-779)) (-6 (-779)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-833)) (IF (|has| |#2| (-833)) (-6 (-833)) |%noBranch|) |%noBranch|) (-15 -1717 ($ |#1| |#2|)) (-15 -4207 (|#1| $)) (-15 -3466 (|#2| $)))) (-1079) (-1079)) (T -946))
+((-1717 (*1 *1 *2 *3) (-12 (-5 *1 (-946 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))) (-4207 (*1 *2 *1) (-12 (-4 *2 (-1079)) (-5 *1 (-946 *2 *3)) (-4 *3 (-1079)))) (-3466 (*1 *2 *1) (-12 (-4 *2 (-1079)) (-5 *1 (-946 *3 *2)) (-4 *3 (-1079)))))
+(-13 (-1079) (-10 -8 (IF (|has| |#1| (-362)) (IF (|has| |#2| (-362)) (-6 (-362)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-712)) (IF (|has| |#2| (-712)) (-6 (-712)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-129)) (IF (|has| |#2| (-129)) (-6 (-129)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-466)) (IF (|has| |#2| (-466)) (-6 (-466)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-779)) (IF (|has| |#2| (-779)) (-6 (-779)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-833)) (IF (|has| |#2| (-833)) (-6 (-833)) |%noBranch|) |%noBranch|) (-15 -1717 ($ |#1| |#2|)) (-15 -4207 (|#1| $)) (-15 -3466 (|#2| $))))
+((-2924 (((-1083) $) 12)) (-2067 (($ (-1155) (-1083)) 13)) (-4292 (((-1155) $) 10)) (-3212 (((-845) $) 22)))
+(((-947) (-13 (-600 (-845)) (-10 -8 (-15 -4292 ((-1155) $)) (-15 -2924 ((-1083) $)) (-15 -2067 ($ (-1155) (-1083)))))) (T -947))
+((-4292 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-947)))) (-2924 (*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-947)))) (-2067 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1083)) (-5 *1 (-947)))))
+(-13 (-600 (-845)) (-10 -8 (-15 -4292 ((-1155) $)) (-15 -2924 ((-1083) $)) (-15 -2067 ($ (-1155) (-1083)))))
+((-3200 (((-111) $ $) NIL)) (-3611 (((-1081 (-1155)) $) 19)) (-2140 (((-111) $) 26)) (-1489 (((-1155) $) 27)) (-2298 (((-111) $) 24)) (-2145 ((|#1| $) 25)) (-2357 (((-855 $ $) $) 34)) (-3684 (((-111) $) 33)) (-3166 (($ $ $) 12)) (-3510 (($ $) 29)) (-2708 (((-111) $) 28)) (-4106 (($ $) 10)) (-4056 (((-1137) $) NIL)) (-3859 (((-855 $ $) $) 36)) (-1487 (((-111) $) 35)) (-2494 (($ $ $) 13)) (-2875 (((-1099) $) NIL)) (-3616 (((-855 $ $) $) 38)) (-3712 (((-111) $) 37)) (-2551 (($ $ $) 14)) (-3212 (((-845) $) 40) (($ |#1|) 7) (($ (-1155)) 9)) (-2835 (((-855 $ $) $) 32)) (-1632 (((-111) $) 30)) (-3791 (($ $ $) 11)) (-1614 (((-111) $ $) NIL)))
+(((-948 |#1|) (-13 (-949) (-10 -8 (-15 -3212 ($ |#1|)) (-15 -3212 ($ (-1155))) (-15 -3611 ((-1081 (-1155)) $)) (-15 -2298 ((-111) $)) (-15 -2145 (|#1| $)) (-15 -2140 ((-111) $)) (-15 -1489 ((-1155) $)) (-15 -2708 ((-111) $)) (-15 -3510 ($ $)) (-15 -1632 ((-111) $)) (-15 -2835 ((-855 $ $) $)) (-15 -3684 ((-111) $)) (-15 -2357 ((-855 $ $) $)) (-15 -1487 ((-111) $)) (-15 -3859 ((-855 $ $) $)) (-15 -3712 ((-111) $)) (-15 -3616 ((-855 $ $) $)))) (-949)) (T -948))
+((-3212 (*1 *1 *2) (-12 (-5 *1 (-948 *2)) (-4 *2 (-949)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-3611 (*1 *2 *1) (-12 (-5 *2 (-1081 (-1155))) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-2298 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-2145 (*1 *2 *1) (-12 (-5 *1 (-948 *2)) (-4 *2 (-949)))) (-2140 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-1489 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-2708 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-3510 (*1 *1 *1) (-12 (-5 *1 (-948 *2)) (-4 *2 (-949)))) (-1632 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-2835 (*1 *2 *1) (-12 (-5 *2 (-855 (-948 *3) (-948 *3))) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-3684 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-2357 (*1 *2 *1) (-12 (-5 *2 (-855 (-948 *3) (-948 *3))) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-1487 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-3859 (*1 *2 *1) (-12 (-5 *2 (-855 (-948 *3) (-948 *3))) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-3712 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))) (-3616 (*1 *2 *1) (-12 (-5 *2 (-855 (-948 *3) (-948 *3))) (-5 *1 (-948 *3)) (-4 *3 (-949)))))
+(-13 (-949) (-10 -8 (-15 -3212 ($ |#1|)) (-15 -3212 ($ (-1155))) (-15 -3611 ((-1081 (-1155)) $)) (-15 -2298 ((-111) $)) (-15 -2145 (|#1| $)) (-15 -2140 ((-111) $)) (-15 -1489 ((-1155) $)) (-15 -2708 ((-111) $)) (-15 -3510 ($ $)) (-15 -1632 ((-111) $)) (-15 -2835 ((-855 $ $) $)) (-15 -3684 ((-111) $)) (-15 -2357 ((-855 $ $) $)) (-15 -1487 ((-111) $)) (-15 -3859 ((-855 $ $) $)) (-15 -3712 ((-111) $)) (-15 -3616 ((-855 $ $) $))))
+((-3200 (((-111) $ $) 7)) (-3166 (($ $ $) 15)) (-4106 (($ $) 17)) (-4056 (((-1137) $) 9)) (-2494 (($ $ $) 14)) (-2875 (((-1099) $) 10)) (-2551 (($ $ $) 13)) (-3212 (((-845) $) 11)) (-3791 (($ $ $) 16)) (-1614 (((-111) $ $) 6)))
+(((-949) (-137)) (T -949))
+((-4106 (*1 *1 *1) (-4 *1 (-949))) (-3791 (*1 *1 *1 *1) (-4 *1 (-949))) (-3166 (*1 *1 *1 *1) (-4 *1 (-949))) (-2494 (*1 *1 *1 *1) (-4 *1 (-949))) (-2551 (*1 *1 *1 *1) (-4 *1 (-949))))
+(-13 (-1079) (-10 -8 (-15 -4106 ($ $)) (-15 -3791 ($ $ $)) (-15 -3166 ($ $ $)) (-15 -2494 ($ $ $)) (-15 -2551 ($ $ $))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-3203 (($) 7 T CONST)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-4250 (($ $ $) 43)) (-3858 (($ $ $) 44)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2012 ((|#1| $) 45)) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) 42)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-950 |#1|) (-137) (-833)) (T -950))
+((-2012 (*1 *2 *1) (-12 (-4 *1 (-950 *2)) (-4 *2 (-833)))) (-3858 (*1 *1 *1 *1) (-12 (-4 *1 (-950 *2)) (-4 *2 (-833)))) (-4250 (*1 *1 *1 *1) (-12 (-4 *1 (-950 *2)) (-4 *2 (-833)))))
+(-13 (-106 |t#1|) (-10 -8 (-6 -4369) (-15 -2012 (|t#1| $)) (-15 -3858 ($ $ $)) (-15 -4250 ($ $ $))))
+(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-1668 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2591 |#2|)) |#2| |#2|) 85)) (-3248 ((|#2| |#2| |#2|) 83)) (-4299 (((-2 (|:| |coef2| |#2|) (|:| -2591 |#2|)) |#2| |#2|) 87)) (-4050 (((-2 (|:| |coef1| |#2|) (|:| -2591 |#2|)) |#2| |#2|) 89)) (-1400 (((-2 (|:| |coef2| |#2|) (|:| -1355 |#1|)) |#2| |#2|) 107 (|has| |#1| (-445)))) (-3461 (((-2 (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|) 46)) (-2188 (((-2 (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|) 64)) (-3018 (((-2 (|:| |coef1| |#2|) (|:| -2697 |#1|)) |#2| |#2|) 66)) (-3255 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 78)) (-4034 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757)) 71)) (-4134 (((-2 (|:| |coef2| |#2|) (|:| -3488 |#1|)) |#2|) 97)) (-4023 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757)) 74)) (-3011 (((-630 (-757)) |#2| |#2|) 82)) (-3882 ((|#1| |#2| |#2|) 42)) (-4098 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1355 |#1|)) |#2| |#2|) 105 (|has| |#1| (-445)))) (-1355 ((|#1| |#2| |#2|) 103 (|has| |#1| (-445)))) (-4274 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|) 44)) (-3036 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|) 63)) (-2697 ((|#1| |#2| |#2|) 61)) (-1482 (((-2 (|:| -4157 |#1|) (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2|) 35)) (-1649 ((|#2| |#2| |#2| |#2| |#1|) 53)) (-4344 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 76)) (-3568 ((|#2| |#2| |#2|) 75)) (-3078 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757)) 69)) (-1605 ((|#2| |#2| |#2| (-757)) 67)) (-2591 ((|#2| |#2| |#2|) 111 (|has| |#1| (-445)))) (-3968 (((-1238 |#2|) (-1238 |#2|) |#1|) 21)) (-4203 (((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2|) 39)) (-2314 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3488 |#1|)) |#2|) 95)) (-3488 ((|#1| |#2|) 92)) (-3898 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757)) 73)) (-2892 ((|#2| |#2| |#2| (-757)) 72)) (-3094 (((-630 |#2|) |#2| |#2|) 80)) (-2736 ((|#2| |#2| |#1| |#1| (-757)) 50)) (-2630 ((|#1| |#1| |#1| (-757)) 49)) (* (((-1238 |#2|) |#1| (-1238 |#2|)) 16)))
+(((-951 |#1| |#2|) (-10 -7 (-15 -2697 (|#1| |#2| |#2|)) (-15 -3036 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|)) (-15 -2188 ((-2 (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|)) (-15 -3018 ((-2 (|:| |coef1| |#2|) (|:| -2697 |#1|)) |#2| |#2|)) (-15 -1605 (|#2| |#2| |#2| (-757))) (-15 -3078 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757))) (-15 -4034 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757))) (-15 -2892 (|#2| |#2| |#2| (-757))) (-15 -3898 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757))) (-15 -4023 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757))) (-15 -3568 (|#2| |#2| |#2|)) (-15 -4344 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3255 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3248 (|#2| |#2| |#2|)) (-15 -1668 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2591 |#2|)) |#2| |#2|)) (-15 -4299 ((-2 (|:| |coef2| |#2|) (|:| -2591 |#2|)) |#2| |#2|)) (-15 -4050 ((-2 (|:| |coef1| |#2|) (|:| -2591 |#2|)) |#2| |#2|)) (-15 -3488 (|#1| |#2|)) (-15 -2314 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3488 |#1|)) |#2|)) (-15 -4134 ((-2 (|:| |coef2| |#2|) (|:| -3488 |#1|)) |#2|)) (-15 -3094 ((-630 |#2|) |#2| |#2|)) (-15 -3011 ((-630 (-757)) |#2| |#2|)) (IF (|has| |#1| (-445)) (PROGN (-15 -1355 (|#1| |#2| |#2|)) (-15 -4098 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1355 |#1|)) |#2| |#2|)) (-15 -1400 ((-2 (|:| |coef2| |#2|) (|:| -1355 |#1|)) |#2| |#2|)) (-15 -2591 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1238 |#2|) |#1| (-1238 |#2|))) (-15 -3968 ((-1238 |#2|) (-1238 |#2|) |#1|)) (-15 -1482 ((-2 (|:| -4157 |#1|) (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2|)) (-15 -4203 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2|)) (-15 -2630 (|#1| |#1| |#1| (-757))) (-15 -2736 (|#2| |#2| |#1| |#1| (-757))) (-15 -1649 (|#2| |#2| |#2| |#2| |#1|)) (-15 -3882 (|#1| |#2| |#2|)) (-15 -4274 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|)) (-15 -3461 ((-2 (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|))) (-545) (-1214 |#1|)) (T -951))
+((-3461 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2697 *4))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-4274 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2697 *4))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-3882 (*1 *2 *3 *3) (-12 (-4 *2 (-545)) (-5 *1 (-951 *2 *3)) (-4 *3 (-1214 *2)))) (-1649 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-545)) (-5 *1 (-951 *3 *2)) (-4 *2 (-1214 *3)))) (-2736 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-757)) (-4 *3 (-545)) (-5 *1 (-951 *3 *2)) (-4 *2 (-1214 *3)))) (-2630 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-757)) (-4 *2 (-545)) (-5 *1 (-951 *2 *4)) (-4 *4 (-1214 *2)))) (-4203 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-1482 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| -4157 *4) (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-3968 (*1 *2 *2 *3) (-12 (-5 *2 (-1238 *4)) (-4 *4 (-1214 *3)) (-4 *3 (-545)) (-5 *1 (-951 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1238 *4)) (-4 *4 (-1214 *3)) (-4 *3 (-545)) (-5 *1 (-951 *3 *4)))) (-2591 (*1 *2 *2 *2) (-12 (-4 *3 (-445)) (-4 *3 (-545)) (-5 *1 (-951 *3 *2)) (-4 *2 (-1214 *3)))) (-1400 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1355 *4))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-4098 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1355 *4))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-1355 (*1 *2 *3 *3) (-12 (-4 *2 (-545)) (-4 *2 (-445)) (-5 *1 (-951 *2 *3)) (-4 *3 (-1214 *2)))) (-3011 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-630 (-757))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-3094 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-630 *3)) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-4134 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3488 *4))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-2314 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3488 *4))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-3488 (*1 *2 *3) (-12 (-4 *2 (-545)) (-5 *1 (-951 *2 *3)) (-4 *3 (-1214 *2)))) (-4050 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2591 *3))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-4299 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2591 *3))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-1668 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2591 *3))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-3248 (*1 *2 *2 *2) (-12 (-4 *3 (-545)) (-5 *1 (-951 *3 *2)) (-4 *2 (-1214 *3)))) (-3255 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-4344 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-3568 (*1 *2 *2 *2) (-12 (-4 *3 (-545)) (-5 *1 (-951 *3 *2)) (-4 *2 (-1214 *3)))) (-4023 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-757)) (-4 *5 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-951 *5 *3)) (-4 *3 (-1214 *5)))) (-3898 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-757)) (-4 *5 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-951 *5 *3)) (-4 *3 (-1214 *5)))) (-2892 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-757)) (-4 *4 (-545)) (-5 *1 (-951 *4 *2)) (-4 *2 (-1214 *4)))) (-4034 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-757)) (-4 *5 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-951 *5 *3)) (-4 *3 (-1214 *5)))) (-3078 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-757)) (-4 *5 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-951 *5 *3)) (-4 *3 (-1214 *5)))) (-1605 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-757)) (-4 *4 (-545)) (-5 *1 (-951 *4 *2)) (-4 *2 (-1214 *4)))) (-3018 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2697 *4))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-2188 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2697 *4))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-3036 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2697 *4))) (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))) (-2697 (*1 *2 *3 *3) (-12 (-4 *2 (-545)) (-5 *1 (-951 *2 *3)) (-4 *3 (-1214 *2)))))
+(-10 -7 (-15 -2697 (|#1| |#2| |#2|)) (-15 -3036 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|)) (-15 -2188 ((-2 (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|)) (-15 -3018 ((-2 (|:| |coef1| |#2|) (|:| -2697 |#1|)) |#2| |#2|)) (-15 -1605 (|#2| |#2| |#2| (-757))) (-15 -3078 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757))) (-15 -4034 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757))) (-15 -2892 (|#2| |#2| |#2| (-757))) (-15 -3898 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757))) (-15 -4023 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-757))) (-15 -3568 (|#2| |#2| |#2|)) (-15 -4344 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3255 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3248 (|#2| |#2| |#2|)) (-15 -1668 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2591 |#2|)) |#2| |#2|)) (-15 -4299 ((-2 (|:| |coef2| |#2|) (|:| -2591 |#2|)) |#2| |#2|)) (-15 -4050 ((-2 (|:| |coef1| |#2|) (|:| -2591 |#2|)) |#2| |#2|)) (-15 -3488 (|#1| |#2|)) (-15 -2314 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3488 |#1|)) |#2|)) (-15 -4134 ((-2 (|:| |coef2| |#2|) (|:| -3488 |#1|)) |#2|)) (-15 -3094 ((-630 |#2|) |#2| |#2|)) (-15 -3011 ((-630 (-757)) |#2| |#2|)) (IF (|has| |#1| (-445)) (PROGN (-15 -1355 (|#1| |#2| |#2|)) (-15 -4098 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1355 |#1|)) |#2| |#2|)) (-15 -1400 ((-2 (|:| |coef2| |#2|) (|:| -1355 |#1|)) |#2| |#2|)) (-15 -2591 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1238 |#2|) |#1| (-1238 |#2|))) (-15 -3968 ((-1238 |#2|) (-1238 |#2|) |#1|)) (-15 -1482 ((-2 (|:| -4157 |#1|) (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2|)) (-15 -4203 ((-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) |#2| |#2|)) (-15 -2630 (|#1| |#1| |#1| (-757))) (-15 -2736 (|#2| |#2| |#1| |#1| (-757))) (-15 -1649 (|#2| |#2| |#2| |#2| |#1|)) (-15 -3882 (|#1| |#2| |#2|)) (-15 -4274 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|)) (-15 -3461 ((-2 (|:| |coef2| |#2|) (|:| -2697 |#1|)) |#2| |#2|)))
+((-3200 (((-111) $ $) NIL)) (-1356 (((-1191) $) 13)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3552 (((-1114) $) 10)) (-3212 (((-845) $) 22) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-952) (-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $)) (-15 -1356 ((-1191) $))))) (T -952))
+((-3552 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-952)))) (-1356 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-952)))))
+(-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $)) (-15 -1356 ((-1191) $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) 27)) (-3203 (($) NIL T CONST)) (-2316 (((-630 (-630 (-553))) (-630 (-553))) 29)) (-2159 (((-553) $) 45)) (-2526 (($ (-630 (-553))) 17)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-1523 (((-630 (-553)) $) 12)) (-3830 (($ $) 32)) (-3212 (((-845) $) 43) (((-630 (-553)) $) 10)) (-3296 (($) 7 T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 20)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 19)) (-1699 (($ $ $) 21)) (* (($ (-903) $) NIL) (($ (-757) $) 25)))
+(((-953) (-13 (-781) (-601 (-630 (-553))) (-10 -8 (-15 -2526 ($ (-630 (-553)))) (-15 -2316 ((-630 (-630 (-553))) (-630 (-553)))) (-15 -2159 ((-553) $)) (-15 -3830 ($ $)) (-15 -3212 ((-630 (-553)) $))))) (T -953))
+((-2526 (*1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-953)))) (-2316 (*1 *2 *3) (-12 (-5 *2 (-630 (-630 (-553)))) (-5 *1 (-953)) (-5 *3 (-630 (-553))))) (-2159 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-953)))) (-3830 (*1 *1 *1) (-5 *1 (-953))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-953)))))
+(-13 (-781) (-601 (-630 (-553))) (-10 -8 (-15 -2526 ($ (-630 (-553)))) (-15 -2316 ((-630 (-630 (-553))) (-630 (-553)))) (-15 -2159 ((-553) $)) (-15 -3830 ($ $)) (-15 -3212 ((-630 (-553)) $))))
+((-1721 (($ $ |#2|) 30)) (-1710 (($ $) 22) (($ $ $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 15) (($ $ $) NIL) (($ $ |#2|) 20) (($ |#2| $) 19) (($ (-401 (-553)) $) 26) (($ $ (-401 (-553))) 28)))
+(((-954 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 -1721 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|))) (-955 |#2| |#3| |#4|) (-1031) (-778) (-833)) (T -954))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-401 (-553)))) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 -1721 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 * (|#1| (-903) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3611 (((-630 |#3|) $) 72)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 49 (|has| |#1| (-545)))) (-2723 (($ $) 50 (|has| |#1| (-545)))) (-2157 (((-111) $) 52 (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3765 (($ $) 58)) (-3889 (((-3 $ "failed") $) 32)) (-2487 (((-111) $) 71)) (-1434 (((-111) $) 30)) (-1561 (((-111) $) 60)) (-3590 (($ |#1| |#2|) 59) (($ $ |#3| |#2|) 74) (($ $ (-630 |#3|) (-630 |#2|)) 73)) (-1478 (($ (-1 |#1| |#1|) $) 61)) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3968 (((-3 $ "failed") $ $) 48 (|has| |#1| (-545)))) (-2672 ((|#2| $) 62)) (-4297 (($ $) 70)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 (-553))) 55 (|has| |#1| (-38 (-401 (-553))))) (($ $) 47 (|has| |#1| (-545))) (($ |#1|) 45 (|has| |#1| (-169)))) (-1925 ((|#1| $ |#2|) 57)) (-2234 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 51 (|has| |#1| (-545)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-553)) $) 54 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 53 (|has| |#1| (-38 (-401 (-553)))))))
+(((-955 |#1| |#2| |#3|) (-137) (-1031) (-778) (-833)) (T -955))
+((-3743 (*1 *2 *1) (-12 (-4 *1 (-955 *2 *3 *4)) (-4 *3 (-778)) (-4 *4 (-833)) (-4 *2 (-1031)))) (-3733 (*1 *1 *1) (-12 (-4 *1 (-955 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-778)) (-4 *4 (-833)))) (-2672 (*1 *2 *1) (-12 (-4 *1 (-955 *3 *2 *4)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *2 (-778)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-955 *4 *3 *2)) (-4 *4 (-1031)) (-4 *3 (-778)) (-4 *2 (-833)))) (-3590 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 *6)) (-5 *3 (-630 *5)) (-4 *1 (-955 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-778)) (-4 *6 (-833)))) (-3611 (*1 *2 *1) (-12 (-4 *1 (-955 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-778)) (-4 *5 (-833)) (-5 *2 (-630 *5)))) (-2487 (*1 *2 *1) (-12 (-4 *1 (-955 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-778)) (-4 *5 (-833)) (-5 *2 (-111)))) (-4297 (*1 *1 *1) (-12 (-4 *1 (-955 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-778)) (-4 *4 (-833)))))
+(-13 (-47 |t#1| |t#2|) (-10 -8 (-15 -3590 ($ $ |t#3| |t#2|)) (-15 -3590 ($ $ (-630 |t#3|) (-630 |t#2|))) (-15 -3733 ($ $)) (-15 -3743 (|t#1| $)) (-15 -2672 (|t#2| $)) (-15 -3611 ((-630 |t#3|) $)) (-15 -2487 ((-111) $)) (-15 -4297 ($ $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-545)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-284) |has| |#1| (-545)) ((-545) |has| |#1| (-545)) ((-633 #0#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #0#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) |has| |#1| (-545)) ((-712) . T) ((-1037 #0#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-2936 (((-1073 (-220)) $) 8)) (-2925 (((-1073 (-220)) $) 9)) (-2913 (((-1073 (-220)) $) 10)) (-2351 (((-630 (-630 (-925 (-220)))) $) 11)) (-3212 (((-845) $) 6)))
+(((-956) (-137)) (T -956))
+((-2351 (*1 *2 *1) (-12 (-4 *1 (-956)) (-5 *2 (-630 (-630 (-925 (-220))))))) (-2913 (*1 *2 *1) (-12 (-4 *1 (-956)) (-5 *2 (-1073 (-220))))) (-2925 (*1 *2 *1) (-12 (-4 *1 (-956)) (-5 *2 (-1073 (-220))))) (-2936 (*1 *2 *1) (-12 (-4 *1 (-956)) (-5 *2 (-1073 (-220))))))
+(-13 (-600 (-845)) (-10 -8 (-15 -2351 ((-630 (-630 (-925 (-220)))) $)) (-15 -2913 ((-1073 (-220)) $)) (-15 -2925 ((-1073 (-220)) $)) (-15 -2936 ((-1073 (-220)) $))))
+(((-600 (-845)) . T))
+((-3611 (((-630 |#4|) $) 23)) (-2484 (((-111) $) 48)) (-2518 (((-111) $) 47)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#4|) 36)) (-1579 (((-111) $) 49)) (-3199 (((-111) $ $) 55)) (-2763 (((-111) $ $) 58)) (-3271 (((-111) $) 53)) (-1931 (((-630 |#5|) (-630 |#5|) $) 90)) (-2840 (((-630 |#5|) (-630 |#5|) $) 87)) (-3300 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 81)) (-1345 (((-630 |#4|) $) 27)) (-1426 (((-111) |#4| $) 30)) (-2087 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 73)) (-2739 (($ $ |#4|) 33)) (-2167 (($ $ |#4|) 32)) (-3777 (($ $ |#4|) 34)) (-1614 (((-111) $ $) 40)))
+(((-957 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2518 ((-111) |#1|)) (-15 -1931 ((-630 |#5|) (-630 |#5|) |#1|)) (-15 -2840 ((-630 |#5|) (-630 |#5|) |#1|)) (-15 -3300 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2087 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -1579 ((-111) |#1|)) (-15 -2763 ((-111) |#1| |#1|)) (-15 -3199 ((-111) |#1| |#1|)) (-15 -3271 ((-111) |#1|)) (-15 -2484 ((-111) |#1|)) (-15 -1297 ((-2 (|:| |under| |#1|) (|:| -1278 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2739 (|#1| |#1| |#4|)) (-15 -3777 (|#1| |#1| |#4|)) (-15 -2167 (|#1| |#1| |#4|)) (-15 -1426 ((-111) |#4| |#1|)) (-15 -1345 ((-630 |#4|) |#1|)) (-15 -3611 ((-630 |#4|) |#1|)) (-15 -1614 ((-111) |#1| |#1|))) (-958 |#2| |#3| |#4| |#5|) (-1031) (-779) (-833) (-1045 |#2| |#3| |#4|)) (T -957))
+NIL
+(-10 -8 (-15 -2518 ((-111) |#1|)) (-15 -1931 ((-630 |#5|) (-630 |#5|) |#1|)) (-15 -2840 ((-630 |#5|) (-630 |#5|) |#1|)) (-15 -3300 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2087 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -1579 ((-111) |#1|)) (-15 -2763 ((-111) |#1| |#1|)) (-15 -3199 ((-111) |#1| |#1|)) (-15 -3271 ((-111) |#1|)) (-15 -2484 ((-111) |#1|)) (-15 -1297 ((-2 (|:| |under| |#1|) (|:| -1278 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -2739 (|#1| |#1| |#4|)) (-15 -3777 (|#1| |#1| |#4|)) (-15 -2167 (|#1| |#1| |#4|)) (-15 -1426 ((-111) |#4| |#1|)) (-15 -1345 ((-630 |#4|) |#1|)) (-15 -3611 ((-630 |#4|) |#1|)) (-15 -1614 ((-111) |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-3611 (((-630 |#3|) $) 33)) (-2484 (((-111) $) 26)) (-2518 (((-111) $) 17 (|has| |#1| (-545)))) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) 27)) (-2549 (((-111) $ (-757)) 44)) (-3953 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4369)))) (-3203 (($) 45 T CONST)) (-1579 (((-111) $) 22 (|has| |#1| (-545)))) (-3199 (((-111) $ $) 24 (|has| |#1| (-545)))) (-2763 (((-111) $ $) 23 (|has| |#1| (-545)))) (-3271 (((-111) $) 25 (|has| |#1| (-545)))) (-1931 (((-630 |#4|) (-630 |#4|) $) 18 (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) 19 (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) 36)) (-2831 (($ (-630 |#4|)) 35)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#4| $) 67 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-545)))) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4369)))) (-3136 (((-630 |#4|) $) 52 (|has| $ (-6 -4369)))) (-4051 ((|#3| $) 34)) (-3625 (((-111) $ (-757)) 43)) (-2447 (((-630 |#4|) $) 53 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 47)) (-1345 (((-630 |#3|) $) 32)) (-1426 (((-111) |#3| $) 31)) (-3711 (((-111) $ (-757)) 42)) (-4056 (((-1137) $) 9)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-545)))) (-2875 (((-1099) $) 10)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-1563 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) 38)) (-3437 (((-111) $) 41)) (-1422 (($) 40)) (-2885 (((-757) |#4| $) 54 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4369)))) (-1488 (($ $) 39)) (-1523 (((-529) $) 69 (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) 60)) (-2739 (($ $ |#3|) 28)) (-2167 (($ $ |#3|) 30)) (-3777 (($ $ |#3|) 29)) (-3212 (((-845) $) 11) (((-630 |#4|) $) 37)) (-1798 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 6)) (-2656 (((-757) $) 46 (|has| $ (-6 -4369)))))
+(((-958 |#1| |#2| |#3| |#4|) (-137) (-1031) (-779) (-833) (-1045 |t#1| |t#2| |t#3|)) (T -958))
+((-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *1 (-958 *3 *4 *5 *6)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *1 (-958 *3 *4 *5 *6)))) (-4051 (*1 *2 *1) (-12 (-4 *1 (-958 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-1045 *3 *4 *2)) (-4 *2 (-833)))) (-3611 (*1 *2 *1) (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-630 *5)))) (-1345 (*1 *2 *1) (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-630 *5)))) (-1426 (*1 *2 *3 *1) (-12 (-4 *1 (-958 *4 *5 *3 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)) (-4 *6 (-1045 *4 *5 *3)) (-5 *2 (-111)))) (-2167 (*1 *1 *1 *2) (-12 (-4 *1 (-958 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)) (-4 *5 (-1045 *3 *4 *2)))) (-3777 (*1 *1 *1 *2) (-12 (-4 *1 (-958 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)) (-4 *5 (-1045 *3 *4 *2)))) (-2739 (*1 *1 *1 *2) (-12 (-4 *1 (-958 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)) (-4 *5 (-1045 *3 *4 *2)))) (-1297 (*1 *2 *1 *3) (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)) (-4 *6 (-1045 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -1278 *1) (|:| |upper| *1))) (-4 *1 (-958 *4 *5 *3 *6)))) (-2484 (*1 *2 *1) (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111)))) (-3271 (*1 *2 *1) (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-5 *2 (-111)))) (-3199 (*1 *2 *1 *1) (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-5 *2 (-111)))) (-2763 (*1 *2 *1 *1) (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-5 *2 (-111)))) (-1579 (*1 *2 *1) (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-5 *2 (-111)))) (-2087 (*1 *2 *3 *1) (-12 (-4 *1 (-958 *4 *5 *6 *3)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-3300 (*1 *2 *3 *1) (-12 (-4 *1 (-958 *4 *5 *6 *3)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-2840 (*1 *2 *2 *1) (-12 (-5 *2 (-630 *6)) (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)))) (-1931 (*1 *2 *2 *1) (-12 (-5 *2 (-630 *6)) (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)))) (-2518 (*1 *2 *1) (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-5 *2 (-111)))))
+(-13 (-1079) (-148 |t#4|) (-600 (-630 |t#4|)) (-10 -8 (-6 -4369) (-15 -1394 ((-3 $ "failed") (-630 |t#4|))) (-15 -2831 ($ (-630 |t#4|))) (-15 -4051 (|t#3| $)) (-15 -3611 ((-630 |t#3|) $)) (-15 -1345 ((-630 |t#3|) $)) (-15 -1426 ((-111) |t#3| $)) (-15 -2167 ($ $ |t#3|)) (-15 -3777 ($ $ |t#3|)) (-15 -2739 ($ $ |t#3|)) (-15 -1297 ((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |t#3|)) (-15 -2484 ((-111) $)) (IF (|has| |t#1| (-545)) (PROGN (-15 -3271 ((-111) $)) (-15 -3199 ((-111) $ $)) (-15 -2763 ((-111) $ $)) (-15 -1579 ((-111) $)) (-15 -2087 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3300 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -2840 ((-630 |t#4|) (-630 |t#4|) $)) (-15 -1931 ((-630 |t#4|) (-630 |t#4|) $)) (-15 -2518 ((-111) $))) |%noBranch|)))
+(((-34) . T) ((-101) . T) ((-600 (-630 |#4|)) . T) ((-600 (-845)) . T) ((-148 |#4|) . T) ((-601 (-529)) |has| |#4| (-601 (-529))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-482 |#4|) . T) ((-507 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-1079) . T) ((-1192) . T))
+((-1339 (((-630 |#4|) |#4| |#4|) 118)) (-2884 (((-630 |#4|) (-630 |#4|) (-111)) 107 (|has| |#1| (-445))) (((-630 |#4|) (-630 |#4|)) 108 (|has| |#1| (-445)))) (-2170 (((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|)) 35)) (-1830 (((-111) |#4|) 34)) (-2981 (((-630 |#4|) |#4|) 103 (|has| |#1| (-445)))) (-3832 (((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-1 (-111) |#4|) (-630 |#4|)) 20)) (-4278 (((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 (-1 (-111) |#4|)) (-630 |#4|)) 22)) (-3243 (((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 (-1 (-111) |#4|)) (-630 |#4|)) 23)) (-1289 (((-3 (-2 (|:| |bas| (-469 |#1| |#2| |#3| |#4|)) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|)) 73)) (-3431 (((-630 |#4|) (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 85)) (-2804 (((-630 |#4|) (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 111)) (-2361 (((-630 |#4|) (-630 |#4|)) 110)) (-2940 (((-630 |#4|) (-630 |#4|) (-630 |#4|) (-111)) 48) (((-630 |#4|) (-630 |#4|) (-630 |#4|)) 50)) (-2274 ((|#4| |#4| (-630 |#4|)) 49)) (-2266 (((-630 |#4|) (-630 |#4|) (-630 |#4|)) 114 (|has| |#1| (-445)))) (-2683 (((-630 |#4|) (-630 |#4|) (-630 |#4|)) 117 (|has| |#1| (-445)))) (-2420 (((-630 |#4|) (-630 |#4|) (-630 |#4|)) 116 (|has| |#1| (-445)))) (-3543 (((-630 |#4|) (-630 |#4|) (-630 |#4|) (-1 (-630 |#4|) (-630 |#4|))) 87) (((-630 |#4|) (-630 |#4|) (-630 |#4|)) 89) (((-630 |#4|) (-630 |#4|) |#4|) 121) (((-630 |#4|) |#4| |#4|) 119) (((-630 |#4|) (-630 |#4|)) 88)) (-1547 (((-630 |#4|) (-630 |#4|) (-630 |#4|)) 100 (-12 (|has| |#1| (-144)) (|has| |#1| (-301))))) (-3006 (((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|)) 41)) (-1962 (((-111) (-630 |#4|)) 62)) (-2751 (((-111) (-630 |#4|) (-630 (-630 |#4|))) 53)) (-3561 (((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|)) 29)) (-3642 (((-111) |#4|) 28)) (-1870 (((-630 |#4|) (-630 |#4|)) 98 (-12 (|has| |#1| (-144)) (|has| |#1| (-301))))) (-1364 (((-630 |#4|) (-630 |#4|)) 99 (-12 (|has| |#1| (-144)) (|has| |#1| (-301))))) (-3104 (((-630 |#4|) (-630 |#4|)) 66)) (-2845 (((-630 |#4|) (-630 |#4|)) 79)) (-1318 (((-111) (-630 |#4|) (-630 |#4|)) 51)) (-4191 (((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|)) 39)) (-2502 (((-111) |#4|) 36)))
+(((-959 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3543 ((-630 |#4|) (-630 |#4|))) (-15 -3543 ((-630 |#4|) |#4| |#4|)) (-15 -2361 ((-630 |#4|) (-630 |#4|))) (-15 -1339 ((-630 |#4|) |#4| |#4|)) (-15 -3543 ((-630 |#4|) (-630 |#4|) |#4|)) (-15 -3543 ((-630 |#4|) (-630 |#4|) (-630 |#4|))) (-15 -3543 ((-630 |#4|) (-630 |#4|) (-630 |#4|) (-1 (-630 |#4|) (-630 |#4|)))) (-15 -1318 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -2751 ((-111) (-630 |#4|) (-630 (-630 |#4|)))) (-15 -1962 ((-111) (-630 |#4|))) (-15 -3832 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-1 (-111) |#4|) (-630 |#4|))) (-15 -4278 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 (-1 (-111) |#4|)) (-630 |#4|))) (-15 -3243 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 (-1 (-111) |#4|)) (-630 |#4|))) (-15 -3006 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|))) (-15 -1830 ((-111) |#4|)) (-15 -2170 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|))) (-15 -3642 ((-111) |#4|)) (-15 -3561 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|))) (-15 -2502 ((-111) |#4|)) (-15 -4191 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|))) (-15 -2940 ((-630 |#4|) (-630 |#4|) (-630 |#4|))) (-15 -2940 ((-630 |#4|) (-630 |#4|) (-630 |#4|) (-111))) (-15 -2274 (|#4| |#4| (-630 |#4|))) (-15 -3104 ((-630 |#4|) (-630 |#4|))) (-15 -1289 ((-3 (-2 (|:| |bas| (-469 |#1| |#2| |#3| |#4|)) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|))) (-15 -2845 ((-630 |#4|) (-630 |#4|))) (-15 -3431 ((-630 |#4|) (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2804 ((-630 |#4|) (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-445)) (PROGN (-15 -2981 ((-630 |#4|) |#4|)) (-15 -2884 ((-630 |#4|) (-630 |#4|))) (-15 -2884 ((-630 |#4|) (-630 |#4|) (-111))) (-15 -2266 ((-630 |#4|) (-630 |#4|) (-630 |#4|))) (-15 -2420 ((-630 |#4|) (-630 |#4|) (-630 |#4|))) (-15 -2683 ((-630 |#4|) (-630 |#4|) (-630 |#4|)))) |%noBranch|) (IF (|has| |#1| (-301)) (IF (|has| |#1| (-144)) (PROGN (-15 -1364 ((-630 |#4|) (-630 |#4|))) (-15 -1870 ((-630 |#4|) (-630 |#4|))) (-15 -1547 ((-630 |#4|) (-630 |#4|) (-630 |#4|)))) |%noBranch|) |%noBranch|)) (-545) (-779) (-833) (-1045 |#1| |#2| |#3|)) (T -959))
+((-1547 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-144)) (-4 *3 (-301)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-1870 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-144)) (-4 *3 (-301)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-1364 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-144)) (-4 *3 (-301)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-2683 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-445)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-2420 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-445)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-2266 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-445)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-2884 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *7)) (-5 *3 (-111)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-959 *4 *5 *6 *7)))) (-2884 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-445)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-2981 (*1 *2 *3) (-12 (-4 *4 (-445)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *3)) (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))) (-2804 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-630 *8)) (-5 *3 (-1 (-111) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-959 *5 *6 *7 *8)))) (-3431 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-630 *9)) (-5 *3 (-1 (-111) *9)) (-5 *4 (-1 (-111) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1045 *6 *7 *8)) (-4 *6 (-545)) (-4 *7 (-779)) (-4 *8 (-833)) (-5 *1 (-959 *6 *7 *8 *9)))) (-2845 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-1289 (*1 *2 *3) (|partial| -12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-469 *4 *5 *6 *7)) (|:| -3445 (-630 *7)))) (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))) (-3104 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-2274 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-959 *4 *5 *6 *2)))) (-2940 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-630 *7)) (-5 *3 (-111)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-959 *4 *5 *6 *7)))) (-2940 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-4191 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-630 *7)) (|:| |badPols| (-630 *7)))) (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))) (-2502 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))) (-3561 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-630 *7)) (|:| |badPols| (-630 *7)))) (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))) (-3642 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))) (-2170 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-630 *7)) (|:| |badPols| (-630 *7)))) (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))) (-1830 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))) (-3006 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-630 *7)) (|:| |badPols| (-630 *7)))) (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))) (-3243 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-1 (-111) *8))) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-2 (|:| |goodPols| (-630 *8)) (|:| |badPols| (-630 *8)))) (-5 *1 (-959 *5 *6 *7 *8)) (-5 *4 (-630 *8)))) (-4278 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-1 (-111) *8))) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-2 (|:| |goodPols| (-630 *8)) (|:| |badPols| (-630 *8)))) (-5 *1 (-959 *5 *6 *7 *8)) (-5 *4 (-630 *8)))) (-3832 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-111) *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-2 (|:| |goodPols| (-630 *8)) (|:| |badPols| (-630 *8)))) (-5 *1 (-959 *5 *6 *7 *8)) (-5 *4 (-630 *8)))) (-1962 (*1 *2 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-959 *4 *5 *6 *7)))) (-2751 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-630 *8))) (-5 *3 (-630 *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-111)) (-5 *1 (-959 *5 *6 *7 *8)))) (-1318 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-959 *4 *5 *6 *7)))) (-3543 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-630 *7) (-630 *7))) (-5 *2 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-959 *4 *5 *6 *7)))) (-3543 (*1 *2 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-3543 (*1 *2 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-959 *4 *5 *6 *3)))) (-1339 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *3)) (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))) (-2361 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))) (-3543 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *3)) (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))) (-3543 (*1 *2 *2) (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))))
+(-10 -7 (-15 -3543 ((-630 |#4|) (-630 |#4|))) (-15 -3543 ((-630 |#4|) |#4| |#4|)) (-15 -2361 ((-630 |#4|) (-630 |#4|))) (-15 -1339 ((-630 |#4|) |#4| |#4|)) (-15 -3543 ((-630 |#4|) (-630 |#4|) |#4|)) (-15 -3543 ((-630 |#4|) (-630 |#4|) (-630 |#4|))) (-15 -3543 ((-630 |#4|) (-630 |#4|) (-630 |#4|) (-1 (-630 |#4|) (-630 |#4|)))) (-15 -1318 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -2751 ((-111) (-630 |#4|) (-630 (-630 |#4|)))) (-15 -1962 ((-111) (-630 |#4|))) (-15 -3832 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-1 (-111) |#4|) (-630 |#4|))) (-15 -4278 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 (-1 (-111) |#4|)) (-630 |#4|))) (-15 -3243 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 (-1 (-111) |#4|)) (-630 |#4|))) (-15 -3006 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|))) (-15 -1830 ((-111) |#4|)) (-15 -2170 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|))) (-15 -3642 ((-111) |#4|)) (-15 -3561 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|))) (-15 -2502 ((-111) |#4|)) (-15 -4191 ((-2 (|:| |goodPols| (-630 |#4|)) (|:| |badPols| (-630 |#4|))) (-630 |#4|))) (-15 -2940 ((-630 |#4|) (-630 |#4|) (-630 |#4|))) (-15 -2940 ((-630 |#4|) (-630 |#4|) (-630 |#4|) (-111))) (-15 -2274 (|#4| |#4| (-630 |#4|))) (-15 -3104 ((-630 |#4|) (-630 |#4|))) (-15 -1289 ((-3 (-2 (|:| |bas| (-469 |#1| |#2| |#3| |#4|)) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|))) (-15 -2845 ((-630 |#4|) (-630 |#4|))) (-15 -3431 ((-630 |#4|) (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2804 ((-630 |#4|) (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-445)) (PROGN (-15 -2981 ((-630 |#4|) |#4|)) (-15 -2884 ((-630 |#4|) (-630 |#4|))) (-15 -2884 ((-630 |#4|) (-630 |#4|) (-111))) (-15 -2266 ((-630 |#4|) (-630 |#4|) (-630 |#4|))) (-15 -2420 ((-630 |#4|) (-630 |#4|) (-630 |#4|))) (-15 -2683 ((-630 |#4|) (-630 |#4|) (-630 |#4|)))) |%noBranch|) (IF (|has| |#1| (-301)) (IF (|has| |#1| (-144)) (PROGN (-15 -1364 ((-630 |#4|) (-630 |#4|))) (-15 -1870 ((-630 |#4|) (-630 |#4|))) (-15 -1547 ((-630 |#4|) (-630 |#4|) (-630 |#4|)))) |%noBranch|) |%noBranch|))
+((-2397 (((-2 (|:| R (-674 |#1|)) (|:| A (-674 |#1|)) (|:| |Ainv| (-674 |#1|))) (-674 |#1|) (-98 |#1|) (-1 |#1| |#1|)) 19)) (-2344 (((-630 (-2 (|:| C (-674 |#1|)) (|:| |g| (-1238 |#1|)))) (-674 |#1|) (-1238 |#1|)) 36)) (-3613 (((-674 |#1|) (-674 |#1|) (-674 |#1|) (-98 |#1|) (-1 |#1| |#1|)) 16)))
+(((-960 |#1|) (-10 -7 (-15 -2397 ((-2 (|:| R (-674 |#1|)) (|:| A (-674 |#1|)) (|:| |Ainv| (-674 |#1|))) (-674 |#1|) (-98 |#1|) (-1 |#1| |#1|))) (-15 -3613 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-98 |#1|) (-1 |#1| |#1|))) (-15 -2344 ((-630 (-2 (|:| C (-674 |#1|)) (|:| |g| (-1238 |#1|)))) (-674 |#1|) (-1238 |#1|)))) (-357)) (T -960))
+((-2344 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-5 *2 (-630 (-2 (|:| C (-674 *5)) (|:| |g| (-1238 *5))))) (-5 *1 (-960 *5)) (-5 *3 (-674 *5)) (-5 *4 (-1238 *5)))) (-3613 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-674 *5)) (-5 *3 (-98 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357)) (-5 *1 (-960 *5)))) (-2397 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-98 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-357)) (-5 *2 (-2 (|:| R (-674 *6)) (|:| A (-674 *6)) (|:| |Ainv| (-674 *6)))) (-5 *1 (-960 *6)) (-5 *3 (-674 *6)))))
+(-10 -7 (-15 -2397 ((-2 (|:| R (-674 |#1|)) (|:| A (-674 |#1|)) (|:| |Ainv| (-674 |#1|))) (-674 |#1|) (-98 |#1|) (-1 |#1| |#1|))) (-15 -3613 ((-674 |#1|) (-674 |#1|) (-674 |#1|) (-98 |#1|) (-1 |#1| |#1|))) (-15 -2344 ((-630 (-2 (|:| C (-674 |#1|)) (|:| |g| (-1238 |#1|)))) (-674 |#1|) (-1238 |#1|))))
+((-1807 (((-412 |#4|) |#4|) 48)))
+(((-961 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1807 ((-412 |#4|) |#4|))) (-833) (-779) (-445) (-931 |#3| |#2| |#1|)) (T -961))
+((-1807 (*1 *2 *3) (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-445)) (-5 *2 (-412 *3)) (-5 *1 (-961 *4 *5 *6 *3)) (-4 *3 (-931 *6 *5 *4)))))
+(-10 -7 (-15 -1807 ((-412 |#4|) |#4|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2307 (($ (-757)) 112 (|has| |#1| (-23)))) (-1306 (((-1243) $ (-553) (-553)) 40 (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) 98) (((-111) $) 92 (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) 89 (|has| $ (-6 -4370))) (($ $) 88 (-12 (|has| |#1| (-833)) (|has| $ (-6 -4370))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) 8)) (-1471 ((|#1| $ (-553) |#1|) 52 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 58 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-3591 (($ $) 90 (|has| $ (-6 -4370)))) (-3341 (($ $) 100)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#1| $) 77 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) 53 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 51)) (-1457 (((-553) (-1 (-111) |#1|) $) 97) (((-553) |#1| $) 96 (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) 95 (|has| |#1| (-1079)))) (-1694 (($ (-630 |#1|)) 118)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-1921 (((-674 |#1|) $ $) 105 (|has| |#1| (-1031)))) (-3306 (($ (-757) |#1|) 69)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 43 (|has| (-553) (-833)))) (-1773 (($ $ $) 87 (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 44 (|has| (-553) (-833)))) (-2012 (($ $ $) 86 (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2026 ((|#1| $) 102 (-12 (|has| |#1| (-1031)) (|has| |#1| (-984))))) (-3711 (((-111) $ (-757)) 10)) (-2555 ((|#1| $) 103 (-12 (|has| |#1| (-1031)) (|has| |#1| (-984))))) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) 60) (($ $ $ (-553)) 59)) (-2508 (((-630 (-553)) $) 46)) (-2166 (((-111) (-553) $) 47)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2701 ((|#1| $) 42 (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-2001 (($ $ |#1|) 41 (|has| $ (-6 -4370)))) (-2370 (($ $ (-630 |#1|)) 115)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ (-553) |#1|) 50) ((|#1| $ (-553)) 49) (($ $ (-1205 (-553))) 63)) (-1602 ((|#1| $ $) 106 (|has| |#1| (-1031)))) (-1315 (((-903) $) 117)) (-2013 (($ $ (-553)) 62) (($ $ (-1205 (-553))) 61)) (-3113 (($ $ $) 104)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-3454 (($ $ $ (-553)) 91 (|has| $ (-6 -4370)))) (-1488 (($ $) 13)) (-1523 (((-529) $) 79 (|has| |#1| (-601 (-529)))) (($ (-630 |#1|)) 116)) (-3225 (($ (-630 |#1|)) 70)) (-4320 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-630 $)) 65)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) 84 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 83 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-1656 (((-111) $ $) 85 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 82 (|has| |#1| (-833)))) (-1710 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-1699 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-553) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-712))) (($ $ |#1|) 107 (|has| |#1| (-712)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-962 |#1|) (-137) (-1031)) (T -962))
+((-1694 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1031)) (-4 *1 (-962 *3)))) (-1315 (*1 *2 *1) (-12 (-4 *1 (-962 *3)) (-4 *3 (-1031)) (-5 *2 (-903)))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1031)) (-4 *1 (-962 *3)))) (-3113 (*1 *1 *1 *1) (-12 (-4 *1 (-962 *2)) (-4 *2 (-1031)))) (-2370 (*1 *1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *1 (-962 *3)) (-4 *3 (-1031)))))
+(-13 (-1236 |t#1|) (-10 -8 (-15 -1694 ($ (-630 |t#1|))) (-15 -1315 ((-903) $)) (-15 -1523 ($ (-630 |t#1|))) (-15 -3113 ($ $ $)) (-15 -2370 ($ $ (-630 |t#1|)))))
+(((-34) . T) ((-101) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 #0=(-553) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-367 |#1|) . T) ((-482 |#1|) . T) ((-591 #0# |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-636 |#1|) . T) ((-19 |#1|) . T) ((-833) |has| |#1| (-833)) ((-1079) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-1192) . T) ((-1236 |#1|) . T))
+((-1478 (((-925 |#2|) (-1 |#2| |#1|) (-925 |#1|)) 17)))
+(((-963 |#1| |#2|) (-10 -7 (-15 -1478 ((-925 |#2|) (-1 |#2| |#1|) (-925 |#1|)))) (-1031) (-1031)) (T -963))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-925 *5)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-5 *2 (-925 *6)) (-5 *1 (-963 *5 *6)))))
+(-10 -7 (-15 -1478 ((-925 |#2|) (-1 |#2| |#1|) (-925 |#1|))))
+((-4336 ((|#1| (-925 |#1|)) 13)) (-3580 ((|#1| (-925 |#1|)) 12)) (-4042 ((|#1| (-925 |#1|)) 11)) (-1801 ((|#1| (-925 |#1|)) 15)) (-1528 ((|#1| (-925 |#1|)) 21)) (-3337 ((|#1| (-925 |#1|)) 14)) (-3907 ((|#1| (-925 |#1|)) 16)) (-3281 ((|#1| (-925 |#1|)) 20)) (-1541 ((|#1| (-925 |#1|)) 19)))
+(((-964 |#1|) (-10 -7 (-15 -4042 (|#1| (-925 |#1|))) (-15 -3580 (|#1| (-925 |#1|))) (-15 -4336 (|#1| (-925 |#1|))) (-15 -3337 (|#1| (-925 |#1|))) (-15 -1801 (|#1| (-925 |#1|))) (-15 -3907 (|#1| (-925 |#1|))) (-15 -1541 (|#1| (-925 |#1|))) (-15 -3281 (|#1| (-925 |#1|))) (-15 -1528 (|#1| (-925 |#1|)))) (-1031)) (T -964))
+((-1528 (*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))) (-3281 (*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))) (-1541 (*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))) (-3907 (*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))) (-1801 (*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))) (-3337 (*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))) (-4336 (*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))) (-3580 (*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))) (-4042 (*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
+(-10 -7 (-15 -4042 (|#1| (-925 |#1|))) (-15 -3580 (|#1| (-925 |#1|))) (-15 -4336 (|#1| (-925 |#1|))) (-15 -3337 (|#1| (-925 |#1|))) (-15 -1801 (|#1| (-925 |#1|))) (-15 -3907 (|#1| (-925 |#1|))) (-15 -1541 (|#1| (-925 |#1|))) (-15 -3281 (|#1| (-925 |#1|))) (-15 -1528 (|#1| (-925 |#1|))))
+((-2000 (((-3 |#1| "failed") |#1|) 18)) (-1597 (((-3 |#1| "failed") |#1|) 6)) (-1416 (((-3 |#1| "failed") |#1|) 16)) (-3891 (((-3 |#1| "failed") |#1|) 4)) (-2850 (((-3 |#1| "failed") |#1|) 20)) (-2942 (((-3 |#1| "failed") |#1|) 8)) (-1922 (((-3 |#1| "failed") |#1| (-757)) 1)) (-1975 (((-3 |#1| "failed") |#1|) 3)) (-2760 (((-3 |#1| "failed") |#1|) 2)) (-1386 (((-3 |#1| "failed") |#1|) 21)) (-3377 (((-3 |#1| "failed") |#1|) 9)) (-1466 (((-3 |#1| "failed") |#1|) 19)) (-2811 (((-3 |#1| "failed") |#1|) 7)) (-3633 (((-3 |#1| "failed") |#1|) 17)) (-2577 (((-3 |#1| "failed") |#1|) 5)) (-4240 (((-3 |#1| "failed") |#1|) 24)) (-2232 (((-3 |#1| "failed") |#1|) 12)) (-2174 (((-3 |#1| "failed") |#1|) 22)) (-3871 (((-3 |#1| "failed") |#1|) 10)) (-2658 (((-3 |#1| "failed") |#1|) 26)) (-3189 (((-3 |#1| "failed") |#1|) 14)) (-4135 (((-3 |#1| "failed") |#1|) 27)) (-2214 (((-3 |#1| "failed") |#1|) 15)) (-2052 (((-3 |#1| "failed") |#1|) 25)) (-3847 (((-3 |#1| "failed") |#1|) 13)) (-3549 (((-3 |#1| "failed") |#1|) 23)) (-3468 (((-3 |#1| "failed") |#1|) 11)))
+(((-965 |#1|) (-137) (-1177)) (T -965))
+((-4135 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2658 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2052 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-4240 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-3549 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2174 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-1386 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2850 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-1466 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2000 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-3633 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-1416 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2214 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-3189 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-3847 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2232 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-3468 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-3871 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-3377 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2942 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2811 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-1597 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2577 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-3891 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-1975 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-2760 (*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))) (-1922 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-757)) (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(-13 (-10 -7 (-15 -1922 ((-3 |t#1| "failed") |t#1| (-757))) (-15 -2760 ((-3 |t#1| "failed") |t#1|)) (-15 -1975 ((-3 |t#1| "failed") |t#1|)) (-15 -3891 ((-3 |t#1| "failed") |t#1|)) (-15 -2577 ((-3 |t#1| "failed") |t#1|)) (-15 -1597 ((-3 |t#1| "failed") |t#1|)) (-15 -2811 ((-3 |t#1| "failed") |t#1|)) (-15 -2942 ((-3 |t#1| "failed") |t#1|)) (-15 -3377 ((-3 |t#1| "failed") |t#1|)) (-15 -3871 ((-3 |t#1| "failed") |t#1|)) (-15 -3468 ((-3 |t#1| "failed") |t#1|)) (-15 -2232 ((-3 |t#1| "failed") |t#1|)) (-15 -3847 ((-3 |t#1| "failed") |t#1|)) (-15 -3189 ((-3 |t#1| "failed") |t#1|)) (-15 -2214 ((-3 |t#1| "failed") |t#1|)) (-15 -1416 ((-3 |t#1| "failed") |t#1|)) (-15 -3633 ((-3 |t#1| "failed") |t#1|)) (-15 -2000 ((-3 |t#1| "failed") |t#1|)) (-15 -1466 ((-3 |t#1| "failed") |t#1|)) (-15 -2850 ((-3 |t#1| "failed") |t#1|)) (-15 -1386 ((-3 |t#1| "failed") |t#1|)) (-15 -2174 ((-3 |t#1| "failed") |t#1|)) (-15 -3549 ((-3 |t#1| "failed") |t#1|)) (-15 -4240 ((-3 |t#1| "failed") |t#1|)) (-15 -2052 ((-3 |t#1| "failed") |t#1|)) (-15 -2658 ((-3 |t#1| "failed") |t#1|)) (-15 -4135 ((-3 |t#1| "failed") |t#1|))))
+((-1346 ((|#4| |#4| (-630 |#3|)) 56) ((|#4| |#4| |#3|) 55)) (-3737 ((|#4| |#4| (-630 |#3|)) 23) ((|#4| |#4| |#3|) 19)) (-1478 ((|#4| (-1 |#4| (-934 |#1|)) |#4|) 30)))
+(((-966 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3737 (|#4| |#4| |#3|)) (-15 -3737 (|#4| |#4| (-630 |#3|))) (-15 -1346 (|#4| |#4| |#3|)) (-15 -1346 (|#4| |#4| (-630 |#3|))) (-15 -1478 (|#4| (-1 |#4| (-934 |#1|)) |#4|))) (-1031) (-779) (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155))))) (-931 (-934 |#1|) |#2| |#3|)) (T -966))
+((-1478 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-934 *4))) (-4 *4 (-1031)) (-4 *2 (-931 (-934 *4) *5 *6)) (-4 *5 (-779)) (-4 *6 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155)))))) (-5 *1 (-966 *4 *5 *6 *2)))) (-1346 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *6)) (-4 *6 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155)))))) (-4 *4 (-1031)) (-4 *5 (-779)) (-5 *1 (-966 *4 *5 *6 *2)) (-4 *2 (-931 (-934 *4) *5 *6)))) (-1346 (*1 *2 *2 *3) (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155)))))) (-5 *1 (-966 *4 *5 *3 *2)) (-4 *2 (-931 (-934 *4) *5 *3)))) (-3737 (*1 *2 *2 *3) (-12 (-5 *3 (-630 *6)) (-4 *6 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155)))))) (-4 *4 (-1031)) (-4 *5 (-779)) (-5 *1 (-966 *4 *5 *6 *2)) (-4 *2 (-931 (-934 *4) *5 *6)))) (-3737 (*1 *2 *2 *3) (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)) (-15 -1489 ((-3 $ "failed") (-1155)))))) (-5 *1 (-966 *4 *5 *3 *2)) (-4 *2 (-931 (-934 *4) *5 *3)))))
+(-10 -7 (-15 -3737 (|#4| |#4| |#3|)) (-15 -3737 (|#4| |#4| (-630 |#3|))) (-15 -1346 (|#4| |#4| |#3|)) (-15 -1346 (|#4| |#4| (-630 |#3|))) (-15 -1478 (|#4| (-1 |#4| (-934 |#1|)) |#4|)))
+((-1871 ((|#2| |#3|) 35)) (-3585 (((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) |#2|) 73)) (-3405 (((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|)))) 89)))
+(((-967 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3405 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))))) (-15 -3585 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) |#2|)) (-15 -1871 (|#2| |#3|))) (-343) (-1214 |#1|) (-1214 |#2|) (-710 |#2| |#3|)) (T -967))
+((-1871 (*1 *2 *3) (-12 (-4 *3 (-1214 *2)) (-4 *2 (-1214 *4)) (-5 *1 (-967 *4 *2 *3 *5)) (-4 *4 (-343)) (-4 *5 (-710 *2 *3)))) (-3585 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 *3)) (-5 *2 (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-674 *3)))) (-5 *1 (-967 *4 *3 *5 *6)) (-4 *6 (-710 *3 *5)))) (-3405 (*1 *2) (-12 (-4 *3 (-343)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 *4)) (-5 *2 (-2 (|:| -3428 (-674 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-674 *4)))) (-5 *1 (-967 *3 *4 *5 *6)) (-4 *6 (-710 *4 *5)))))
+(-10 -7 (-15 -3405 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))))) (-15 -3585 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) |#2|)) (-15 -1871 (|#2| |#3|)))
+((-3938 (((-969 (-401 (-553)) (-847 |#1|) (-235 |#2| (-757)) (-242 |#1| (-401 (-553)))) (-969 (-401 (-553)) (-847 |#1|) (-235 |#2| (-757)) (-242 |#1| (-401 (-553))))) 69)))
+(((-968 |#1| |#2|) (-10 -7 (-15 -3938 ((-969 (-401 (-553)) (-847 |#1|) (-235 |#2| (-757)) (-242 |#1| (-401 (-553)))) (-969 (-401 (-553)) (-847 |#1|) (-235 |#2| (-757)) (-242 |#1| (-401 (-553))))))) (-630 (-1155)) (-757)) (T -968))
+((-3938 (*1 *2 *2) (-12 (-5 *2 (-969 (-401 (-553)) (-847 *3) (-235 *4 (-757)) (-242 *3 (-401 (-553))))) (-14 *3 (-630 (-1155))) (-14 *4 (-757)) (-5 *1 (-968 *3 *4)))))
+(-10 -7 (-15 -3938 ((-969 (-401 (-553)) (-847 |#1|) (-235 |#2| (-757)) (-242 |#1| (-401 (-553)))) (-969 (-401 (-553)) (-847 |#1|) (-235 |#2| (-757)) (-242 |#1| (-401 (-553)))))))
+((-3200 (((-111) $ $) NIL)) (-4062 (((-3 (-111) "failed") $) 69)) (-2847 (($ $) 36 (-12 (|has| |#1| (-144)) (|has| |#1| (-301))))) (-2978 (($ $ (-3 (-111) "failed")) 70)) (-1331 (($ (-630 |#4|) |#4|) 25)) (-4056 (((-1137) $) NIL)) (-2758 (($ $) 67)) (-2875 (((-1099) $) NIL)) (-3437 (((-111) $) 68)) (-1422 (($) 30)) (-4293 ((|#4| $) 72)) (-2430 (((-630 |#4|) $) 71)) (-3212 (((-845) $) 66)) (-1614 (((-111) $ $) NIL)))
+(((-969 |#1| |#2| |#3| |#4|) (-13 (-1079) (-600 (-845)) (-10 -8 (-15 -1422 ($)) (-15 -1331 ($ (-630 |#4|) |#4|)) (-15 -4062 ((-3 (-111) "failed") $)) (-15 -2978 ($ $ (-3 (-111) "failed"))) (-15 -3437 ((-111) $)) (-15 -2430 ((-630 |#4|) $)) (-15 -4293 (|#4| $)) (-15 -2758 ($ $)) (IF (|has| |#1| (-301)) (IF (|has| |#1| (-144)) (-15 -2847 ($ $)) |%noBranch|) |%noBranch|))) (-445) (-833) (-779) (-931 |#1| |#3| |#2|)) (T -969))
+((-1422 (*1 *1) (-12 (-4 *2 (-445)) (-4 *3 (-833)) (-4 *4 (-779)) (-5 *1 (-969 *2 *3 *4 *5)) (-4 *5 (-931 *2 *4 *3)))) (-1331 (*1 *1 *2 *3) (-12 (-5 *2 (-630 *3)) (-4 *3 (-931 *4 *6 *5)) (-4 *4 (-445)) (-4 *5 (-833)) (-4 *6 (-779)) (-5 *1 (-969 *4 *5 *6 *3)))) (-4062 (*1 *2 *1) (|partial| -12 (-4 *3 (-445)) (-4 *4 (-833)) (-4 *5 (-779)) (-5 *2 (-111)) (-5 *1 (-969 *3 *4 *5 *6)) (-4 *6 (-931 *3 *5 *4)))) (-2978 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-111) "failed")) (-4 *3 (-445)) (-4 *4 (-833)) (-4 *5 (-779)) (-5 *1 (-969 *3 *4 *5 *6)) (-4 *6 (-931 *3 *5 *4)))) (-3437 (*1 *2 *1) (-12 (-4 *3 (-445)) (-4 *4 (-833)) (-4 *5 (-779)) (-5 *2 (-111)) (-5 *1 (-969 *3 *4 *5 *6)) (-4 *6 (-931 *3 *5 *4)))) (-2430 (*1 *2 *1) (-12 (-4 *3 (-445)) (-4 *4 (-833)) (-4 *5 (-779)) (-5 *2 (-630 *6)) (-5 *1 (-969 *3 *4 *5 *6)) (-4 *6 (-931 *3 *5 *4)))) (-4293 (*1 *2 *1) (-12 (-4 *2 (-931 *3 *5 *4)) (-5 *1 (-969 *3 *4 *5 *2)) (-4 *3 (-445)) (-4 *4 (-833)) (-4 *5 (-779)))) (-2758 (*1 *1 *1) (-12 (-4 *2 (-445)) (-4 *3 (-833)) (-4 *4 (-779)) (-5 *1 (-969 *2 *3 *4 *5)) (-4 *5 (-931 *2 *4 *3)))) (-2847 (*1 *1 *1) (-12 (-4 *2 (-144)) (-4 *2 (-301)) (-4 *2 (-445)) (-4 *3 (-833)) (-4 *4 (-779)) (-5 *1 (-969 *2 *3 *4 *5)) (-4 *5 (-931 *2 *4 *3)))))
+(-13 (-1079) (-600 (-845)) (-10 -8 (-15 -1422 ($)) (-15 -1331 ($ (-630 |#4|) |#4|)) (-15 -4062 ((-3 (-111) "failed") $)) (-15 -2978 ($ $ (-3 (-111) "failed"))) (-15 -3437 ((-111) $)) (-15 -2430 ((-630 |#4|) $)) (-15 -4293 (|#4| $)) (-15 -2758 ($ $)) (IF (|has| |#1| (-301)) (IF (|has| |#1| (-144)) (-15 -2847 ($ $)) |%noBranch|) |%noBranch|)))
+((-3098 (((-111) |#5| |#5|) 38)) (-2128 (((-111) |#5| |#5|) 52)) (-3617 (((-111) |#5| (-630 |#5|)) 74) (((-111) |#5| |#5|) 61)) (-1302 (((-111) (-630 |#4|) (-630 |#4|)) 58)) (-4255 (((-111) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) 63)) (-1409 (((-1243)) 33)) (-2227 (((-1243) (-1137) (-1137) (-1137)) 29)) (-2559 (((-630 |#5|) (-630 |#5|)) 81)) (-3761 (((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) 79)) (-2825 (((-630 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|)))) (-630 |#4|) (-630 |#5|) (-111) (-111)) 101)) (-1607 (((-111) |#5| |#5|) 47)) (-3971 (((-3 (-111) "failed") |#5| |#5|) 71)) (-1383 (((-111) (-630 |#4|) (-630 |#4|)) 57)) (-2161 (((-111) (-630 |#4|) (-630 |#4|)) 59)) (-4202 (((-111) (-630 |#4|) (-630 |#4|)) 60)) (-3744 (((-3 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|))) "failed") (-630 |#4|) |#5| (-630 |#4|) (-111) (-111) (-111) (-111) (-111)) 97)) (-3007 (((-630 |#5|) (-630 |#5|)) 43)))
+(((-970 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2227 ((-1243) (-1137) (-1137) (-1137))) (-15 -1409 ((-1243))) (-15 -3098 ((-111) |#5| |#5|)) (-15 -3007 ((-630 |#5|) (-630 |#5|))) (-15 -1607 ((-111) |#5| |#5|)) (-15 -2128 ((-111) |#5| |#5|)) (-15 -1302 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -1383 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -2161 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -4202 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -3971 ((-3 (-111) "failed") |#5| |#5|)) (-15 -3617 ((-111) |#5| |#5|)) (-15 -3617 ((-111) |#5| (-630 |#5|))) (-15 -2559 ((-630 |#5|) (-630 |#5|))) (-15 -4255 ((-111) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) (-15 -3761 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-15 -2825 ((-630 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|)))) (-630 |#4|) (-630 |#5|) (-111) (-111))) (-15 -3744 ((-3 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|))) "failed") (-630 |#4|) |#5| (-630 |#4|) (-111) (-111) (-111) (-111) (-111)))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|) (-1051 |#1| |#2| |#3| |#4|)) (T -970))
+((-3744 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *9 (-1045 *6 *7 *8)) (-5 *2 (-2 (|:| -2770 (-630 *9)) (|:| -3361 *4) (|:| |ineq| (-630 *9)))) (-5 *1 (-970 *6 *7 *8 *9 *4)) (-5 *3 (-630 *9)) (-4 *4 (-1051 *6 *7 *8 *9)))) (-2825 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-630 *10)) (-5 *5 (-111)) (-4 *10 (-1051 *6 *7 *8 *9)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *9 (-1045 *6 *7 *8)) (-5 *2 (-630 (-2 (|:| -2770 (-630 *9)) (|:| -3361 *10) (|:| |ineq| (-630 *9))))) (-5 *1 (-970 *6 *7 *8 *9 *10)) (-5 *3 (-630 *9)))) (-3761 (*1 *2 *2) (-12 (-5 *2 (-630 (-2 (|:| |val| (-630 *6)) (|:| -3361 *7)))) (-4 *6 (-1045 *3 *4 *5)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-970 *3 *4 *5 *6 *7)))) (-4255 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-630 *7)) (|:| -3361 *8))) (-4 *7 (-1045 *4 *5 *6)) (-4 *8 (-1051 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *8)))) (-2559 (*1 *2 *2) (-12 (-5 *2 (-630 *7)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *1 (-970 *3 *4 *5 *6 *7)))) (-3617 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-1051 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-970 *5 *6 *7 *8 *3)))) (-3617 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-3971 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-4202 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-2161 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-1383 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-1302 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-2128 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-1607 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-3007 (*1 *2 *2) (-12 (-5 *2 (-630 *7)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *1 (-970 *3 *4 *5 *6 *7)))) (-3098 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-1409 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243)) (-5 *1 (-970 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6)))) (-2227 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243)) (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(-10 -7 (-15 -2227 ((-1243) (-1137) (-1137) (-1137))) (-15 -1409 ((-1243))) (-15 -3098 ((-111) |#5| |#5|)) (-15 -3007 ((-630 |#5|) (-630 |#5|))) (-15 -1607 ((-111) |#5| |#5|)) (-15 -2128 ((-111) |#5| |#5|)) (-15 -1302 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -1383 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -2161 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -4202 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -3971 ((-3 (-111) "failed") |#5| |#5|)) (-15 -3617 ((-111) |#5| |#5|)) (-15 -3617 ((-111) |#5| (-630 |#5|))) (-15 -2559 ((-630 |#5|) (-630 |#5|))) (-15 -4255 ((-111) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) (-15 -3761 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-15 -2825 ((-630 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|)))) (-630 |#4|) (-630 |#5|) (-111) (-111))) (-15 -3744 ((-3 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|))) "failed") (-630 |#4|) |#5| (-630 |#4|) (-111) (-111) (-111) (-111) (-111))))
+((-1489 (((-1155) $) 15)) (-2924 (((-1137) $) 16)) (-3367 (($ (-1155) (-1137)) 14)) (-3212 (((-845) $) 13)))
+(((-971) (-13 (-600 (-845)) (-10 -8 (-15 -3367 ($ (-1155) (-1137))) (-15 -1489 ((-1155) $)) (-15 -2924 ((-1137) $))))) (T -971))
+((-3367 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1137)) (-5 *1 (-971)))) (-1489 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-971)))) (-2924 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-971)))))
+(-13 (-600 (-845)) (-10 -8 (-15 -3367 ($ (-1155) (-1137))) (-15 -1489 ((-1155) $)) (-15 -2924 ((-1137) $))))
+((-1478 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
+(((-972 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 (|#4| (-1 |#2| |#1|) |#3|))) (-545) (-545) (-974 |#1|) (-974 |#2|)) (T -972))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-545)) (-4 *6 (-545)) (-4 *2 (-974 *6)) (-5 *1 (-972 *5 *6 *4 *2)) (-4 *4 (-974 *5)))))
+(-10 -7 (-15 -1478 (|#4| (-1 |#2| |#1|) |#3|)))
+((-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-1155) "failed") $) 65) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 (-553) "failed") $) 95)) (-2831 ((|#2| $) NIL) (((-1155) $) 60) (((-401 (-553)) $) NIL) (((-553) $) 92)) (-3698 (((-674 (-553)) (-674 $)) NIL) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) 112) (((-674 |#2|) (-674 $)) 28)) (-1333 (($) 98)) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 75) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 84)) (-3699 (($ $) 10)) (-3464 (((-3 $ "failed") $) 20)) (-1478 (($ (-1 |#2| |#2|) $) 22)) (-1979 (($) 16)) (-2079 (($ $) 54)) (-3095 (($ $) NIL) (($ $ (-757)) NIL) (($ $ (-1155)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) 36)) (-2237 (($ $) 12)) (-1523 (((-874 (-553)) $) 70) (((-874 (-373)) $) 79) (((-529) $) 40) (((-373) $) 44) (((-220) $) 47)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) 90) (($ |#2|) NIL) (($ (-1155)) 57)) (-1348 (((-757)) 31)) (-1633 (((-111) $ $) 50)))
+(((-973 |#1| |#2|) (-10 -8 (-15 -1633 ((-111) |#1| |#1|)) (-15 -1979 (|#1|)) (-15 -3464 ((-3 |#1| "failed") |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1523 ((-220) |#1|)) (-15 -1523 ((-373) |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -3212 (|#1| (-1155))) (-15 -1394 ((-3 (-1155) "failed") |#1|)) (-15 -2831 ((-1155) |#1|)) (-15 -1333 (|#1|)) (-15 -2079 (|#1| |#1|)) (-15 -2237 (|#1| |#1|)) (-15 -3699 (|#1| |#1|)) (-15 -2724 ((-871 (-373) |#1|) |#1| (-874 (-373)) (-871 (-373) |#1|))) (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|))) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -3698 ((-674 |#2|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| |#1|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 -3212 ((-845) |#1|))) (-974 |#2|) (-545)) (T -973))
+((-1348 (*1 *2) (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-973 *3 *4)) (-4 *3 (-974 *4)))))
+(-10 -8 (-15 -1633 ((-111) |#1| |#1|)) (-15 -1979 (|#1|)) (-15 -3464 ((-3 |#1| "failed") |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1523 ((-220) |#1|)) (-15 -1523 ((-373) |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -3212 (|#1| (-1155))) (-15 -1394 ((-3 (-1155) "failed") |#1|)) (-15 -2831 ((-1155) |#1|)) (-15 -1333 (|#1|)) (-15 -2079 (|#1| |#1|)) (-15 -2237 (|#1| |#1|)) (-15 -3699 (|#1| |#1|)) (-15 -2724 ((-871 (-373) |#1|) |#1| (-874 (-373)) (-871 (-373) |#1|))) (-15 -2724 ((-871 (-553) |#1|) |#1| (-874 (-553)) (-871 (-553) |#1|))) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -3698 ((-674 |#2|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| |#1|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-2589 ((|#1| $) 136 (|has| |#1| (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-2873 (((-412 (-1151 $)) (-1151 $)) 127 (|has| |#1| (-891)))) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 130 (|has| |#1| (-891)))) (-3816 (((-111) $ $) 57)) (-2299 (((-553) $) 117 (|has| |#1| (-806)))) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#1| "failed") $) 174) (((-3 (-1155) "failed") $) 125 (|has| |#1| (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) 108 (|has| |#1| (-1020 (-553)))) (((-3 (-553) "failed") $) 106 (|has| |#1| (-1020 (-553))))) (-2831 ((|#1| $) 175) (((-1155) $) 126 (|has| |#1| (-1020 (-1155)))) (((-401 (-553)) $) 109 (|has| |#1| (-1020 (-553)))) (((-553) $) 107 (|has| |#1| (-1020 (-553))))) (-4005 (($ $ $) 53)) (-3698 (((-674 (-553)) (-674 $)) 149 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 148 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 147) (((-674 |#1|) (-674 $)) 146)) (-3889 (((-3 $ "failed") $) 32)) (-1333 (($) 134 (|has| |#1| (-538)))) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-4268 (((-111) $) 68)) (-2184 (((-111) $) 119 (|has| |#1| (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 143 (|has| |#1| (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 142 (|has| |#1| (-868 (-373))))) (-1434 (((-111) $) 30)) (-3699 (($ $) 138)) (-4013 ((|#1| $) 140)) (-3464 (((-3 $ "failed") $) 105 (|has| |#1| (-1130)))) (-2260 (((-111) $) 118 (|has| |#1| (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-1773 (($ $ $) 115 (|has| |#1| (-833)))) (-2012 (($ $ $) 114 (|has| |#1| (-833)))) (-1478 (($ (-1 |#1| |#1|) $) 166)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 67)) (-1979 (($) 104 (|has| |#1| (-1130)) CONST)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-2079 (($ $) 135 (|has| |#1| (-301)))) (-1278 ((|#1| $) 132 (|has| |#1| (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) 129 (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) 128 (|has| |#1| (-891)))) (-3476 (((-412 $) $) 71)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) 172 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 171 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 170 (|has| |#1| (-303 |#1|))) (($ $ (-630 (-288 |#1|))) 169 (|has| |#1| (-303 |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) 168 (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) |#1|) 167 (|has| |#1| (-507 (-1155) |#1|)))) (-3879 (((-757) $) 56)) (-2061 (($ $ |#1|) 173 (|has| |#1| (-280 |#1| |#1|)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-3095 (($ $) 165 (|has| |#1| (-228))) (($ $ (-757)) 163 (|has| |#1| (-228))) (($ $ (-1155)) 161 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 160 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 159 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) 158 (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) 151) (($ $ (-1 |#1| |#1|)) 150)) (-2237 (($ $) 137)) (-4024 ((|#1| $) 139)) (-1523 (((-874 (-553)) $) 145 (|has| |#1| (-601 (-874 (-553))))) (((-874 (-373)) $) 144 (|has| |#1| (-601 (-874 (-373))))) (((-529) $) 122 (|has| |#1| (-601 (-529)))) (((-373) $) 121 (|has| |#1| (-1004))) (((-220) $) 120 (|has| |#1| (-1004)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 131 (-3791 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63) (($ |#1|) 178) (($ (-1155)) 124 (|has| |#1| (-1020 (-1155))))) (-2234 (((-3 $ "failed") $) 123 (-4028 (|has| |#1| (-142)) (-3791 (|has| $ (-142)) (|has| |#1| (-891)))))) (-1348 (((-757)) 28)) (-3609 ((|#1| $) 133 (|has| |#1| (-538)))) (-2453 (((-111) $ $) 37)) (-1411 (($ $) 116 (|has| |#1| (-806)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $) 164 (|has| |#1| (-228))) (($ $ (-757)) 162 (|has| |#1| (-228))) (($ $ (-1155)) 157 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 156 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 155 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) 154 (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) 153) (($ $ (-1 |#1| |#1|)) 152)) (-1667 (((-111) $ $) 112 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 111 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 113 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 110 (|has| |#1| (-833)))) (-1721 (($ $ $) 62) (($ |#1| |#1|) 141)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64) (($ |#1| $) 177) (($ $ |#1|) 176)))
+(((-974 |#1|) (-137) (-545)) (T -974))
+((-1721 (*1 *1 *2 *2) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)))) (-4013 (*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)))) (-4024 (*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)))) (-3699 (*1 *1 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)))) (-2237 (*1 *1 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)))) (-2589 (*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)) (-4 *2 (-301)))) (-2079 (*1 *1 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)) (-4 *2 (-301)))) (-1333 (*1 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-538)) (-4 *2 (-545)))) (-3609 (*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)) (-4 *2 (-538)))) (-1278 (*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)) (-4 *2 (-538)))))
+(-13 (-357) (-38 |t#1|) (-1020 |t#1|) (-332 |t#1|) (-226 |t#1|) (-371 |t#1|) (-866 |t#1|) (-394 |t#1|) (-10 -8 (-15 -1721 ($ |t#1| |t#1|)) (-15 -4013 (|t#1| $)) (-15 -4024 (|t#1| $)) (-15 -3699 ($ $)) (-15 -2237 ($ $)) (IF (|has| |t#1| (-1130)) (-6 (-1130)) |%noBranch|) (IF (|has| |t#1| (-1020 (-553))) (PROGN (-6 (-1020 (-553))) (-6 (-1020 (-401 (-553))))) |%noBranch|) (IF (|has| |t#1| (-833)) (-6 (-833)) |%noBranch|) (IF (|has| |t#1| (-806)) (-6 (-806)) |%noBranch|) (IF (|has| |t#1| (-1004)) (-6 (-1004)) |%noBranch|) (IF (|has| |t#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-1020 (-1155))) (-6 (-1020 (-1155))) |%noBranch|) (IF (|has| |t#1| (-301)) (PROGN (-15 -2589 (|t#1| $)) (-15 -2079 ($ $))) |%noBranch|) (IF (|has| |t#1| (-538)) (PROGN (-15 -1333 ($)) (-15 -3609 (|t#1| $)) (-15 -1278 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-891)) (-6 (-891)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 |#1|) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) |has| |#1| (-1020 (-553))) ((-603 #2=(-553)) |has| |#1| (-1020 (-553))) ((-603 #3=(-1155)) |has| |#1| (-1020 (-1155))) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-169) . T) ((-601 (-220)) |has| |#1| (-1004)) ((-601 (-373)) |has| |#1| (-1004)) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-601 (-874 (-373))) |has| |#1| (-601 (-874 (-373)))) ((-601 (-874 (-553))) |has| |#1| (-601 (-874 (-553)))) ((-226 |#1|) . T) ((-228) |has| |#1| (-228)) ((-238) . T) ((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-284) . T) ((-301) . T) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-357) . T) ((-332 |#1|) . T) ((-371 |#1|) . T) ((-394 |#1|) . T) ((-445) . T) ((-507 (-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)) ((-507 |#1| |#1|) |has| |#1| (-303 |#1|)) ((-545) . T) ((-633 #0#) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-626 (-553)) |has| |#1| (-626 (-553))) ((-626 |#1|) . T) ((-703 #0#) . T) ((-703 |#1|) . T) ((-703 $) . T) ((-712) . T) ((-777) |has| |#1| (-806)) ((-778) |has| |#1| (-806)) ((-780) |has| |#1| (-806)) ((-781) |has| |#1| (-806)) ((-806) |has| |#1| (-806)) ((-831) |has| |#1| (-806)) ((-833) -4028 (|has| |#1| (-833)) (|has| |#1| (-806))) ((-882 (-1155)) |has| |#1| (-882 (-1155))) ((-868 (-373)) |has| |#1| (-868 (-373))) ((-868 (-553)) |has| |#1| (-868 (-553))) ((-866 |#1|) . T) ((-891) |has| |#1| (-891)) ((-902) . T) ((-1004) |has| |#1| (-1004)) ((-1020 #1#) |has| |#1| (-1020 (-553))) ((-1020 #2#) |has| |#1| (-1020 (-553))) ((-1020 #3#) |has| |#1| (-1020 (-1155))) ((-1020 |#1|) . T) ((-1037 #0#) . T) ((-1037 |#1|) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1130) |has| |#1| (-1130)) ((-1192) . T) ((-1196) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-2792 (($ (-1121 |#1| |#2|)) 11)) (-3515 (((-1121 |#1| |#2|) $) 12)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2061 ((|#2| $ (-235 |#1| |#2|)) 16)) (-3212 (((-845) $) NIL)) (-3296 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL)))
+(((-975 |#1| |#2|) (-13 (-21) (-10 -8 (-15 -2792 ($ (-1121 |#1| |#2|))) (-15 -3515 ((-1121 |#1| |#2|) $)) (-15 -2061 (|#2| $ (-235 |#1| |#2|))))) (-903) (-357)) (T -975))
+((-2792 (*1 *1 *2) (-12 (-5 *2 (-1121 *3 *4)) (-14 *3 (-903)) (-4 *4 (-357)) (-5 *1 (-975 *3 *4)))) (-3515 (*1 *2 *1) (-12 (-5 *2 (-1121 *3 *4)) (-5 *1 (-975 *3 *4)) (-14 *3 (-903)) (-4 *4 (-357)))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 (-235 *4 *2)) (-14 *4 (-903)) (-4 *2 (-357)) (-5 *1 (-975 *4 *2)))))
+(-13 (-21) (-10 -8 (-15 -2792 ($ (-1121 |#1| |#2|))) (-15 -3515 ((-1121 |#1| |#2|) $)) (-15 -2061 (|#2| $ (-235 |#1| |#2|)))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3552 (((-1114) $) 9)) (-3212 (((-845) $) 17) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-976) (-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $))))) (T -976))
+((-3552 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-976)))))
+(-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $))))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) 8)) (-3203 (($) 7 T CONST)) (-1539 (($ $) 46)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-2555 (((-757) $) 45)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-3798 ((|#1| $) 44)) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-2471 ((|#1| |#1| $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2368 ((|#1| $) 47)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) 42)) (-3262 ((|#1| $) 43)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-977 |#1|) (-137) (-1192)) (T -977))
+((-2471 (*1 *2 *2 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))) (-2368 (*1 *2 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))) (-1539 (*1 *1 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))) (-2555 (*1 *2 *1) (-12 (-4 *1 (-977 *3)) (-4 *3 (-1192)) (-5 *2 (-757)))) (-3798 (*1 *2 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))) (-3262 (*1 *2 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))))
+(-13 (-106 |t#1|) (-10 -8 (-6 -4369) (-15 -2471 (|t#1| |t#1| $)) (-15 -2368 (|t#1| $)) (-15 -1539 ($ $)) (-15 -2555 ((-757) $)) (-15 -3798 (|t#1| $)) (-15 -3262 (|t#1| $))))
+(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-1719 (((-111) $) 42)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-2831 (((-553) $) NIL) (((-401 (-553)) $) NIL) ((|#2| $) 43)) (-1402 (((-3 (-401 (-553)) "failed") $) 78)) (-3054 (((-111) $) 72)) (-3731 (((-401 (-553)) $) 76)) (-1434 (((-111) $) 41)) (-4233 ((|#2| $) 22)) (-1478 (($ (-1 |#2| |#2|) $) 19)) (-3700 (($ $) 61)) (-3095 (($ $) NIL) (($ $ (-757)) NIL) (($ $ (-1155)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) 34)) (-1523 (((-529) $) 67)) (-3830 (($ $) 17)) (-3212 (((-845) $) 56) (($ (-553)) 38) (($ |#2|) 36) (($ (-401 (-553))) NIL)) (-1348 (((-757)) 10)) (-1411 ((|#2| $) 71)) (-1614 (((-111) $ $) 25)) (-1633 (((-111) $ $) 69)) (-1710 (($ $) 29) (($ $ $) 28)) (-1699 (($ $ $) 26)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 33) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 30) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL)))
+(((-978 |#1| |#2|) (-10 -8 (-15 -3212 (|#1| (-401 (-553)))) (-15 -1633 ((-111) |#1| |#1|)) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 * (|#1| |#1| (-401 (-553)))) (-15 -3700 (|#1| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -1411 (|#2| |#1|)) (-15 -4233 (|#2| |#1|)) (-15 -3830 (|#1| |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 -1434 ((-111) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 -1719 ((-111) |#1|)) (-15 * (|#1| (-903) |#1|)) (-15 -1699 (|#1| |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|))) (-979 |#2|) (-169)) (T -978))
+((-1348 (*1 *2) (-12 (-4 *4 (-169)) (-5 *2 (-757)) (-5 *1 (-978 *3 *4)) (-4 *3 (-979 *4)))))
+(-10 -8 (-15 -3212 (|#1| (-401 (-553)))) (-15 -1633 ((-111) |#1| |#1|)) (-15 * (|#1| (-401 (-553)) |#1|)) (-15 * (|#1| |#1| (-401 (-553)))) (-15 -3700 (|#1| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -1411 (|#2| |#1|)) (-15 -4233 (|#2| |#1|)) (-15 -3830 (|#1| |#1|)) (-15 -1478 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 -1434 ((-111) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 * (|#1| (-757) |#1|)) (-15 -1719 ((-111) |#1|)) (-15 * (|#1| (-903) |#1|)) (-15 -1699 (|#1| |#1| |#1|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-1394 (((-3 (-553) "failed") $) 117 (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 115 (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) 112)) (-2831 (((-553) $) 116 (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) 114 (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) 113)) (-3698 (((-674 (-553)) (-674 $)) 87 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 86 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 85) (((-674 |#1|) (-674 $)) 84)) (-3889 (((-3 $ "failed") $) 32)) (-3498 ((|#1| $) 77)) (-1402 (((-3 (-401 (-553)) "failed") $) 73 (|has| |#1| (-538)))) (-3054 (((-111) $) 75 (|has| |#1| (-538)))) (-3731 (((-401 (-553)) $) 74 (|has| |#1| (-538)))) (-1287 (($ |#1| |#1| |#1| |#1|) 78)) (-1434 (((-111) $) 30)) (-4233 ((|#1| $) 79)) (-1773 (($ $ $) 66 (|has| |#1| (-833)))) (-2012 (($ $ $) 65 (|has| |#1| (-833)))) (-1478 (($ (-1 |#1| |#1|) $) 88)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 70 (|has| |#1| (-357)))) (-1944 ((|#1| $) 80)) (-2198 ((|#1| $) 81)) (-2667 ((|#1| $) 82)) (-2875 (((-1099) $) 10)) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) 94 (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) 93 (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) 92 (|has| |#1| (-303 |#1|))) (($ $ (-630 (-288 |#1|))) 91 (|has| |#1| (-303 |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) 90 (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) |#1|) 89 (|has| |#1| (-507 (-1155) |#1|)))) (-2061 (($ $ |#1|) 95 (|has| |#1| (-280 |#1| |#1|)))) (-3095 (($ $) 111 (|has| |#1| (-228))) (($ $ (-757)) 109 (|has| |#1| (-228))) (($ $ (-1155)) 107 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 106 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 105 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) 104 (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) 97) (($ $ (-1 |#1| |#1|)) 96)) (-1523 (((-529) $) 71 (|has| |#1| (-601 (-529))))) (-3830 (($ $) 83)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 35) (($ (-401 (-553))) 60 (-4028 (|has| |#1| (-357)) (|has| |#1| (-1020 (-401 (-553))))))) (-2234 (((-3 $ "failed") $) 72 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-1411 ((|#1| $) 76 (|has| |#1| (-1040)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $) 110 (|has| |#1| (-228))) (($ $ (-757)) 108 (|has| |#1| (-228))) (($ $ (-1155)) 103 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 102 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 101 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) 100 (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) 99) (($ $ (-1 |#1| |#1|)) 98)) (-1667 (((-111) $ $) 63 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 62 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 64 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 61 (|has| |#1| (-833)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 69 (|has| |#1| (-357)))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 37) (($ |#1| $) 36) (($ $ (-401 (-553))) 68 (|has| |#1| (-357))) (($ (-401 (-553)) $) 67 (|has| |#1| (-357)))))
+(((-979 |#1|) (-137) (-169)) (T -979))
+((-3830 (*1 *1 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))) (-2667 (*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))) (-2198 (*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))) (-1944 (*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))) (-4233 (*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))) (-1287 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))) (-3498 (*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))) (-1411 (*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)) (-4 *2 (-1040)))) (-3054 (*1 *2 *1) (-12 (-4 *1 (-979 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-111)))) (-3731 (*1 *2 *1) (-12 (-4 *1 (-979 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-401 (-553))))) (-1402 (*1 *2 *1) (|partial| -12 (-4 *1 (-979 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-401 (-553))))))
+(-13 (-38 |t#1|) (-405 |t#1|) (-226 |t#1|) (-332 |t#1|) (-371 |t#1|) (-10 -8 (-15 -3830 ($ $)) (-15 -2667 (|t#1| $)) (-15 -2198 (|t#1| $)) (-15 -1944 (|t#1| $)) (-15 -4233 (|t#1| $)) (-15 -1287 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -3498 (|t#1| $)) (IF (|has| |t#1| (-284)) (-6 (-284)) |%noBranch|) (IF (|has| |t#1| (-833)) (-6 (-833)) |%noBranch|) (IF (|has| |t#1| (-357)) (-6 (-238)) |%noBranch|) (IF (|has| |t#1| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-142)) |%noBranch|) (IF (|has| |t#1| (-1040)) (-15 -1411 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-538)) (PROGN (-15 -3054 ((-111) $)) (-15 -3731 ((-401 (-553)) $)) (-15 -1402 ((-3 (-401 (-553)) "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) |has| |#1| (-357)) ((-38 |#1|) . T) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-357)) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-357)) (|has| |#1| (-284))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #2=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-226 |#1|) . T) ((-228) |has| |#1| (-228)) ((-238) |has| |#1| (-357)) ((-280 |#1| $) |has| |#1| (-280 |#1| |#1|)) ((-284) -4028 (|has| |#1| (-357)) (|has| |#1| (-284))) ((-303 |#1|) |has| |#1| (-303 |#1|)) ((-332 |#1|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-507 (-1155) |#1|) |has| |#1| (-507 (-1155) |#1|)) ((-507 |#1| |#1|) |has| |#1| (-303 |#1|)) ((-633 #0#) |has| |#1| (-357)) ((-633 |#1|) . T) ((-633 $) . T) ((-626 (-553)) |has| |#1| (-626 (-553))) ((-626 |#1|) . T) ((-703 #0#) |has| |#1| (-357)) ((-703 |#1|) . T) ((-712) . T) ((-833) |has| |#1| (-833)) ((-882 (-1155)) |has| |#1| (-882 (-1155))) ((-1020 #1#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #2#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1037 #0#) |has| |#1| (-357)) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-357)) (|has| |#1| (-284))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-1478 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
+(((-980 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 (|#3| (-1 |#4| |#2|) |#1|))) (-979 |#2|) (-169) (-979 |#4|) (-169)) (T -980))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-169)) (-4 *6 (-169)) (-4 *2 (-979 *6)) (-5 *1 (-980 *4 *5 *2 *6)) (-4 *4 (-979 *5)))))
+(-10 -7 (-15 -1478 (|#3| (-1 |#4| |#2|) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3498 ((|#1| $) 12)) (-1402 (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-538)))) (-3054 (((-111) $) NIL (|has| |#1| (-538)))) (-3731 (((-401 (-553)) $) NIL (|has| |#1| (-538)))) (-1287 (($ |#1| |#1| |#1| |#1|) 16)) (-1434 (((-111) $) NIL)) (-4233 ((|#1| $) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-1944 ((|#1| $) 15)) (-2198 ((|#1| $) 14)) (-2667 ((|#1| $) 13)) (-2875 (((-1099) $) NIL)) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-303 |#1|))) (($ $ (-288 |#1|)) NIL (|has| |#1| (-303 |#1|))) (($ $ (-630 (-288 |#1|))) NIL (|has| |#1| (-303 |#1|))) (($ $ (-630 (-1155)) (-630 |#1|)) NIL (|has| |#1| (-507 (-1155) |#1|))) (($ $ (-1155) |#1|) NIL (|has| |#1| (-507 (-1155) |#1|)))) (-2061 (($ $ |#1|) NIL (|has| |#1| (-280 |#1| |#1|)))) (-3095 (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3830 (($ $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-357)) (|has| |#1| (-1020 (-401 (-553))))))) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-1411 ((|#1| $) NIL (|has| |#1| (-1040)))) (-3296 (($) 8 T CONST)) (-3308 (($) 10 T CONST)) (-1766 (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#1| (-357)))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-401 (-553))) NIL (|has| |#1| (-357))) (($ (-401 (-553)) $) NIL (|has| |#1| (-357)))))
+(((-981 |#1|) (-979 |#1|) (-169)) (T -981))
+NIL
+(-979 |#1|)
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2549 (((-111) $ (-757)) NIL)) (-3203 (($) NIL T CONST)) (-1539 (($ $) 20)) (-3088 (($ (-630 |#1|)) 29)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-2555 (((-757) $) 22)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3311 ((|#1| $) 24)) (-1429 (($ |#1| $) 15)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-3798 ((|#1| $) 23)) (-2037 ((|#1| $) 19)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-2471 ((|#1| |#1| $) 14)) (-3437 (((-111) $) 17)) (-1422 (($) NIL)) (-2368 ((|#1| $) 18)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) NIL)) (-3262 ((|#1| $) 26)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-982 |#1|) (-13 (-977 |#1|) (-10 -8 (-15 -3088 ($ (-630 |#1|))))) (-1079)) (T -982))
+((-3088 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-982 *3)))))
+(-13 (-977 |#1|) (-10 -8 (-15 -3088 ($ (-630 |#1|)))))
+((-3487 (($ $) 12)) (-3527 (($ $ (-553)) 13)))
+(((-983 |#1|) (-10 -8 (-15 -3487 (|#1| |#1|)) (-15 -3527 (|#1| |#1| (-553)))) (-984)) (T -983))
+NIL
+(-10 -8 (-15 -3487 (|#1| |#1|)) (-15 -3527 (|#1| |#1| (-553))))
+((-3487 (($ $) 6)) (-3527 (($ $ (-553)) 7)) (** (($ $ (-401 (-553))) 8)))
+(((-984) (-137)) (T -984))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-984)) (-5 *2 (-401 (-553))))) (-3527 (*1 *1 *1 *2) (-12 (-4 *1 (-984)) (-5 *2 (-553)))) (-3487 (*1 *1 *1) (-4 *1 (-984))))
+(-13 (-10 -8 (-15 -3487 ($ $)) (-15 -3527 ($ $ (-553))) (-15 ** ($ $ (-401 (-553))))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3442 (((-2 (|:| |num| (-1238 |#2|)) (|:| |den| |#2|)) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| (-401 |#2|) (-357)))) (-2723 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-2157 (((-111) $) NIL (|has| (-401 |#2|) (-357)))) (-1311 (((-674 (-401 |#2|)) (-1238 $)) NIL) (((-674 (-401 |#2|))) NIL)) (-1550 (((-401 |#2|) $) NIL)) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| (-401 |#2|) (-343)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-1807 (((-412 $) $) NIL (|has| (-401 |#2|) (-357)))) (-3816 (((-111) $ $) NIL (|has| (-401 |#2|) (-357)))) (-2662 (((-757)) NIL (|has| (-401 |#2|) (-362)))) (-3117 (((-111)) NIL)) (-4281 (((-111) |#1|) 148) (((-111) |#2|) 153)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| (-401 |#2|) (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-401 |#2|) (-1020 (-401 (-553))))) (((-3 (-401 |#2|) "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| (-401 |#2|) (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| (-401 |#2|) (-1020 (-401 (-553))))) (((-401 |#2|) $) NIL)) (-1676 (($ (-1238 (-401 |#2|)) (-1238 $)) NIL) (($ (-1238 (-401 |#2|))) 70) (($ (-1238 |#2|) |#2|) NIL)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-401 |#2|) (-343)))) (-4005 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-2392 (((-674 (-401 |#2|)) $ (-1238 $)) NIL) (((-674 (-401 |#2|)) $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| (-401 |#2|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-401 |#2|) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-401 |#2|))) (|:| |vec| (-1238 (-401 |#2|)))) (-674 $) (-1238 $)) NIL) (((-674 (-401 |#2|)) (-674 $)) NIL)) (-2563 (((-1238 $) (-1238 $)) NIL)) (-3883 (($ |#3|) 65) (((-3 $ "failed") (-401 |#3|)) NIL (|has| (-401 |#2|) (-357)))) (-3889 (((-3 $ "failed") $) NIL)) (-2473 (((-630 (-630 |#1|))) NIL (|has| |#1| (-362)))) (-2788 (((-111) |#1| |#1|) NIL)) (-2129 (((-903)) NIL)) (-1333 (($) NIL (|has| (-401 |#2|) (-362)))) (-2556 (((-111)) NIL)) (-2510 (((-111) |#1|) 56) (((-111) |#2|) 150)) (-3986 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| (-401 |#2|) (-357)))) (-3766 (($ $) NIL)) (-2091 (($) NIL (|has| (-401 |#2|) (-343)))) (-2879 (((-111) $) NIL (|has| (-401 |#2|) (-343)))) (-2865 (($ $ (-757)) NIL (|has| (-401 |#2|) (-343))) (($ $) NIL (|has| (-401 |#2|) (-343)))) (-4268 (((-111) $) NIL (|has| (-401 |#2|) (-357)))) (-2592 (((-903) $) NIL (|has| (-401 |#2|) (-343))) (((-819 (-903)) $) NIL (|has| (-401 |#2|) (-343)))) (-1434 (((-111) $) NIL)) (-2867 (((-757)) NIL)) (-4337 (((-1238 $) (-1238 $)) NIL)) (-4233 (((-401 |#2|) $) NIL)) (-3716 (((-630 (-934 |#1|)) (-1155)) NIL (|has| |#1| (-357)))) (-3464 (((-3 $ "failed") $) NIL (|has| (-401 |#2|) (-343)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| (-401 |#2|) (-357)))) (-2309 ((|#3| $) NIL (|has| (-401 |#2|) (-357)))) (-3941 (((-903) $) NIL (|has| (-401 |#2|) (-362)))) (-3873 ((|#3| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| (-401 |#2|) (-357))) (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-4056 (((-1137) $) NIL)) (-2025 (((-674 (-401 |#2|))) 52)) (-1835 (((-674 (-401 |#2|))) 51)) (-3700 (($ $) NIL (|has| (-401 |#2|) (-357)))) (-2857 (($ (-1238 |#2|) |#2|) 71)) (-2038 (((-674 (-401 |#2|))) 50)) (-2969 (((-674 (-401 |#2|))) 49)) (-2764 (((-2 (|:| |num| (-674 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 86)) (-3072 (((-2 (|:| |num| (-1238 |#2|)) (|:| |den| |#2|)) $) 77)) (-1634 (((-1238 $)) 46)) (-3405 (((-1238 $)) 45)) (-1359 (((-111) $) NIL)) (-3221 (((-111) $) NIL) (((-111) $ |#1|) NIL) (((-111) $ |#2|) NIL)) (-1979 (($) NIL (|has| (-401 |#2|) (-343)) CONST)) (-2839 (($ (-903)) NIL (|has| (-401 |#2|) (-362)))) (-3215 (((-3 |#2| "failed")) 63)) (-2875 (((-1099) $) NIL)) (-2407 (((-757)) NIL)) (-4125 (($) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| (-401 |#2|) (-357)))) (-2591 (($ (-630 $)) NIL (|has| (-401 |#2|) (-357))) (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| (-401 |#2|) (-343)))) (-3476 (((-412 $) $) NIL (|has| (-401 |#2|) (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-401 |#2|) (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| (-401 |#2|) (-357)))) (-3968 (((-3 $ "failed") $ $) NIL (|has| (-401 |#2|) (-357)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| (-401 |#2|) (-357)))) (-3879 (((-757) $) NIL (|has| (-401 |#2|) (-357)))) (-2061 ((|#1| $ |#1| |#1|) NIL)) (-3340 (((-3 |#2| "failed")) 62)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| (-401 |#2|) (-357)))) (-3488 (((-401 |#2|) (-1238 $)) NIL) (((-401 |#2|)) 42)) (-2916 (((-757) $) NIL (|has| (-401 |#2|) (-343))) (((-3 (-757) "failed") $ $) NIL (|has| (-401 |#2|) (-343)))) (-3095 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-757)) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-757)) NIL (-4028 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) NIL (-4028 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-3759 (((-674 (-401 |#2|)) (-1238 $) (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357)))) (-3035 ((|#3|) 53)) (-3529 (($) NIL (|has| (-401 |#2|) (-343)))) (-3693 (((-1238 (-401 |#2|)) $ (-1238 $)) NIL) (((-674 (-401 |#2|)) (-1238 $) (-1238 $)) NIL) (((-1238 (-401 |#2|)) $) 72) (((-674 (-401 |#2|)) (-1238 $)) NIL)) (-1523 (((-1238 (-401 |#2|)) $) NIL) (($ (-1238 (-401 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| (-401 |#2|) (-343)))) (-2588 (((-1238 $) (-1238 $)) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ (-401 |#2|)) NIL) (($ (-401 (-553))) NIL (-4028 (|has| (-401 |#2|) (-1020 (-401 (-553)))) (|has| (-401 |#2|) (-357)))) (($ $) NIL (|has| (-401 |#2|) (-357)))) (-2234 (($ $) NIL (|has| (-401 |#2|) (-343))) (((-3 $ "failed") $) NIL (|has| (-401 |#2|) (-142)))) (-3636 ((|#3| $) NIL)) (-1348 (((-757)) NIL)) (-2798 (((-111)) 60)) (-2400 (((-111) |#1|) 154) (((-111) |#2|) 155)) (-3428 (((-1238 $)) 125)) (-2453 (((-111) $ $) NIL (|has| (-401 |#2|) (-357)))) (-2629 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-3305 (((-111)) NIL)) (-3296 (($) 94 T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-1 (-401 |#2|) (-401 |#2|)) (-757)) NIL (|has| (-401 |#2|) (-357))) (($ $ (-1 (-401 |#2|) (-401 |#2|))) NIL (|has| (-401 |#2|) (-357))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| (-401 |#2|) (-357)) (|has| (-401 |#2|) (-882 (-1155))))) (($ $ (-757)) NIL (-4028 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343)))) (($ $) NIL (-4028 (-12 (|has| (-401 |#2|) (-228)) (|has| (-401 |#2|) (-357))) (|has| (-401 |#2|) (-343))))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ $) NIL (|has| (-401 |#2|) (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| (-401 |#2|) (-357)))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 |#2|)) NIL) (($ (-401 |#2|) $) NIL) (($ (-401 (-553)) $) NIL (|has| (-401 |#2|) (-357))) (($ $ (-401 (-553))) NIL (|has| (-401 |#2|) (-357)))))
+(((-985 |#1| |#2| |#3| |#4| |#5|) (-336 |#1| |#2| |#3|) (-1196) (-1214 |#1|) (-1214 (-401 |#2|)) (-401 |#2|) (-757)) (T -985))
NIL
(-336 |#1| |#2| |#3|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3860 (((-629 (-552)) $) 54)) (-3822 (($ (-629 (-552))) 62)) (-3603 (((-552) $) 40 (|has| (-552) (-301)))) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL (|has| (-552) (-805)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) 49) (((-3 (-1154) "failed") $) NIL (|has| (-552) (-1019 (-1154)))) (((-3 (-401 (-552)) "failed") $) 47 (|has| (-552) (-1019 (-552)))) (((-3 (-552) "failed") $) 49 (|has| (-552) (-1019 (-552))))) (-2832 (((-552) $) NIL) (((-1154) $) NIL (|has| (-552) (-1019 (-1154)))) (((-401 (-552)) $) NIL (|has| (-552) (-1019 (-552)))) (((-552) $) NIL (|has| (-552) (-1019 (-552))))) (-4006 (($ $ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| (-552) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| (-552) (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-673 (-552)) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1332 (($) NIL (|has| (-552) (-537)))) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1737 (((-629 (-552)) $) 60)) (-1338 (((-111) $) NIL (|has| (-552) (-805)))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (|has| (-552) (-867 (-552)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (|has| (-552) (-867 (-373))))) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL)) (-4015 (((-552) $) 37)) (-2032 (((-3 $ "failed") $) NIL (|has| (-552) (-1129)))) (-3127 (((-111) $) NIL (|has| (-552) (-805)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| (-552) (-832)))) (-1477 (($ (-1 (-552) (-552)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL)) (-1977 (($) NIL (|has| (-552) (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2147 (($ $) NIL (|has| (-552) (-301))) (((-401 (-552)) $) 42)) (-2806 (((-1134 (-552)) $) 59)) (-3828 (($ (-629 (-552)) (-629 (-552))) 63)) (-3410 (((-552) $) 53 (|has| (-552) (-537)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| (-552) (-890)))) (-3479 (((-412 $) $) NIL)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-2432 (($ $ (-629 (-552)) (-629 (-552))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-552) (-552)) NIL (|has| (-552) (-303 (-552)))) (($ $ (-288 (-552))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-629 (-288 (-552)))) NIL (|has| (-552) (-303 (-552)))) (($ $ (-629 (-1154)) (-629 (-552))) NIL (|has| (-552) (-506 (-1154) (-552)))) (($ $ (-1154) (-552)) NIL (|has| (-552) (-506 (-1154) (-552))))) (-3795 (((-756) $) NIL)) (-2060 (($ $ (-552)) NIL (|has| (-552) (-280 (-552) (-552))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $) 11 (|has| (-552) (-228))) (($ $ (-756)) NIL (|has| (-552) (-228))) (($ $ (-1154)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1 (-552) (-552)) (-756)) NIL) (($ $ (-1 (-552) (-552))) NIL)) (-2493 (($ $) NIL)) (-4026 (((-552) $) 39)) (-1636 (((-629 (-552)) $) 61)) (-1522 (((-873 (-552)) $) NIL (|has| (-552) (-600 (-873 (-552))))) (((-873 (-373)) $) NIL (|has| (-552) (-600 (-873 (-373))))) (((-528) $) NIL (|has| (-552) (-600 (-528)))) (((-373) $) NIL (|has| (-552) (-1003))) (((-220) $) NIL (|has| (-552) (-1003)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| (-552) (-890))))) (-3213 (((-844) $) 77) (($ (-552)) 43) (($ $) NIL) (($ (-401 (-552))) 20) (($ (-552)) 43) (($ (-1154)) NIL (|has| (-552) (-1019 (-1154)))) (((-401 (-552)) $) 18)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| (-552) (-890))) (|has| (-552) (-142))))) (-2014 (((-756)) 9)) (-3763 (((-552) $) 51 (|has| (-552) (-537)))) (-3589 (((-111) $ $) NIL)) (-1578 (($ $) NIL (|has| (-552) (-805)))) (-3297 (($) 10 T CONST)) (-3309 (($) 12 T CONST)) (-1765 (($ $) NIL (|has| (-552) (-228))) (($ $ (-756)) NIL (|has| (-552) (-228))) (($ $ (-1154)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| (-552) (-881 (-1154)))) (($ $ (-1 (-552) (-552)) (-756)) NIL) (($ $ (-1 (-552) (-552))) NIL)) (-1666 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1613 (((-111) $ $) 14)) (-1655 (((-111) $ $) NIL (|has| (-552) (-832)))) (-1632 (((-111) $ $) 33 (|has| (-552) (-832)))) (-1720 (($ $ $) 29) (($ (-552) (-552)) 31)) (-1709 (($ $) 15) (($ $ $) 23)) (-1698 (($ $ $) 21)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 25) (($ $ $) 27) (($ $ (-401 (-552))) NIL) (($ (-401 (-552)) $) NIL) (($ (-552) $) 25) (($ $ (-552)) NIL)))
-(((-985 |#1|) (-13 (-973 (-552)) (-10 -8 (-15 -3213 ((-401 (-552)) $)) (-15 -2147 ((-401 (-552)) $)) (-15 -3860 ((-629 (-552)) $)) (-15 -2806 ((-1134 (-552)) $)) (-15 -1737 ((-629 (-552)) $)) (-15 -1636 ((-629 (-552)) $)) (-15 -3822 ($ (-629 (-552)))) (-15 -3828 ($ (-629 (-552)) (-629 (-552)))))) (-552)) (T -985))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))) (-2147 (*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))) (-3860 (*1 *2 *1) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))) (-2806 (*1 *2 *1) (-12 (-5 *2 (-1134 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))) (-1737 (*1 *2 *1) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))) (-1636 (*1 *2 *1) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))) (-3822 (*1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))) (-3828 (*1 *1 *2 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))))
-(-13 (-973 (-552)) (-10 -8 (-15 -3213 ((-401 (-552)) $)) (-15 -2147 ((-401 (-552)) $)) (-15 -3860 ((-629 (-552)) $)) (-15 -2806 ((-1134 (-552)) $)) (-15 -1737 ((-629 (-552)) $)) (-15 -1636 ((-629 (-552)) $)) (-15 -3822 ($ (-629 (-552)))) (-15 -3828 ($ (-629 (-552)) (-629 (-552))))))
-((-1629 (((-52) (-401 (-552)) (-552)) 9)))
-(((-986) (-10 -7 (-15 -1629 ((-52) (-401 (-552)) (-552))))) (T -986))
-((-1629 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-552))) (-5 *4 (-552)) (-5 *2 (-52)) (-5 *1 (-986)))))
-(-10 -7 (-15 -1629 ((-52) (-401 (-552)) (-552))))
-((-2663 (((-552)) 13)) (-3638 (((-552)) 16)) (-3466 (((-1242) (-552)) 15)) (-1276 (((-552) (-552)) 17) (((-552)) 12)))
-(((-987) (-10 -7 (-15 -1276 ((-552))) (-15 -2663 ((-552))) (-15 -1276 ((-552) (-552))) (-15 -3466 ((-1242) (-552))) (-15 -3638 ((-552))))) (T -987))
-((-3638 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-987)))) (-3466 (*1 *2 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-987)))) (-1276 (*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-987)))) (-2663 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-987)))) (-1276 (*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-987)))))
-(-10 -7 (-15 -1276 ((-552))) (-15 -2663 ((-552))) (-15 -1276 ((-552) (-552))) (-15 -3466 ((-1242) (-552))) (-15 -3638 ((-552))))
-((-4058 (((-412 |#1|) |#1|) 41)) (-3479 (((-412 |#1|) |#1|) 40)))
-(((-988 |#1|) (-10 -7 (-15 -3479 ((-412 |#1|) |#1|)) (-15 -4058 ((-412 |#1|) |#1|))) (-1213 (-401 (-552)))) (T -988))
-((-4058 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-988 *3)) (-4 *3 (-1213 (-401 (-552)))))) (-3479 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-988 *3)) (-4 *3 (-1213 (-401 (-552)))))))
-(-10 -7 (-15 -3479 ((-412 |#1|) |#1|)) (-15 -4058 ((-412 |#1|) |#1|)))
-((-2674 (((-3 (-401 (-552)) "failed") |#1|) 15)) (-2443 (((-111) |#1|) 14)) (-3777 (((-401 (-552)) |#1|) 10)))
-(((-989 |#1|) (-10 -7 (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|))) (-1019 (-401 (-552)))) (T -989))
-((-2674 (*1 *2 *3) (|partial| -12 (-5 *2 (-401 (-552))) (-5 *1 (-989 *3)) (-4 *3 (-1019 *2)))) (-2443 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-989 *3)) (-4 *3 (-1019 (-401 (-552)))))) (-3777 (*1 *2 *3) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-989 *3)) (-4 *3 (-1019 *2)))))
-(-10 -7 (-15 -3777 ((-401 (-552)) |#1|)) (-15 -2443 ((-111) |#1|)) (-15 -2674 ((-3 (-401 (-552)) "failed") |#1|)))
-((-1470 ((|#2| $ "value" |#2|) 12)) (-2060 ((|#2| $ "value") 10)) (-4298 (((-111) $ $) 18)))
-(((-990 |#1| |#2|) (-10 -8 (-15 -1470 (|#2| |#1| "value" |#2|)) (-15 -4298 ((-111) |#1| |#1|)) (-15 -2060 (|#2| |#1| "value"))) (-991 |#2|) (-1191)) (T -990))
-NIL
-(-10 -8 (-15 -1470 (|#2| |#1| "value" |#2|)) (-15 -4298 ((-111) |#1| |#1|)) (-15 -2060 (|#2| |#1| "value")))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2925 ((|#1| $) 48)) (-4238 (((-111) $ (-756)) 8)) (-3188 ((|#1| $ |#1|) 39 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 41 (|has| $ (-6 -4369)))) (-2130 (($) 7 T CONST)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 50)) (-4266 (((-111) $ $) 42 (|has| |#1| (-1078)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2604 (((-629 |#1|) $) 45)) (-3862 (((-111) $) 49)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ "value") 47)) (-3153 (((-552) $ $) 44)) (-1289 (((-111) $) 46)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) 51)) (-4298 (((-111) $ $) 43 (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-991 |#1|) (-137) (-1191)) (T -991))
-((-2527 (*1 *2 *1) (-12 (-4 *3 (-1191)) (-5 *2 (-629 *1)) (-4 *1 (-991 *3)))) (-4236 (*1 *2 *1) (-12 (-4 *3 (-1191)) (-5 *2 (-629 *1)) (-4 *1 (-991 *3)))) (-3862 (*1 *2 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))) (-2925 (*1 *2 *1) (-12 (-4 *1 (-991 *2)) (-4 *2 (-1191)))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-991 *2)) (-4 *2 (-1191)))) (-1289 (*1 *2 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))) (-2604 (*1 *2 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-5 *2 (-629 *3)))) (-3153 (*1 *2 *1 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-5 *2 (-552)))) (-4298 (*1 *2 *1 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-4 *3 (-1078)) (-5 *2 (-111)))) (-4266 (*1 *2 *1 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-4 *3 (-1078)) (-5 *2 (-111)))) (-4137 (*1 *1 *1 *2) (-12 (-5 *2 (-629 *1)) (|has| *1 (-6 -4369)) (-4 *1 (-991 *3)) (-4 *3 (-1191)))) (-1470 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4369)) (-4 *1 (-991 *2)) (-4 *2 (-1191)))) (-3188 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-991 *2)) (-4 *2 (-1191)))))
-(-13 (-482 |t#1|) (-10 -8 (-15 -2527 ((-629 $) $)) (-15 -4236 ((-629 $) $)) (-15 -3862 ((-111) $)) (-15 -2925 (|t#1| $)) (-15 -2060 (|t#1| $ "value")) (-15 -1289 ((-111) $)) (-15 -2604 ((-629 |t#1|) $)) (-15 -3153 ((-552) $ $)) (IF (|has| |t#1| (-1078)) (PROGN (-15 -4298 ((-111) $ $)) (-15 -4266 ((-111) $ $))) |%noBranch|) (IF (|has| $ (-6 -4369)) (PROGN (-15 -4137 ($ $ (-629 $))) (-15 -1470 (|t#1| $ "value" |t#1|)) (-15 -3188 (|t#1| $ |t#1|))) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-3489 (($ $) 9) (($ $ (-902)) 43) (($ (-401 (-552))) 13) (($ (-552)) 15)) (-1743 (((-3 $ "failed") (-1150 $) (-902) (-844)) 23) (((-3 $ "failed") (-1150 $) (-902)) 28)) (-3755 (($ $ (-552)) 49)) (-2014 (((-756)) 17)) (-4296 (((-629 $) (-1150 $)) NIL) (((-629 $) (-1150 (-401 (-552)))) 54) (((-629 $) (-1150 (-552))) 59) (((-629 $) (-933 $)) 63) (((-629 $) (-933 (-401 (-552)))) 67) (((-629 $) (-933 (-552))) 71)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL) (($ $ (-401 (-552))) 47)))
-(((-992 |#1|) (-10 -8 (-15 -3489 (|#1| (-552))) (-15 -3489 (|#1| (-401 (-552)))) (-15 -3489 (|#1| |#1| (-902))) (-15 -4296 ((-629 |#1|) (-933 (-552)))) (-15 -4296 ((-629 |#1|) (-933 (-401 (-552))))) (-15 -4296 ((-629 |#1|) (-933 |#1|))) (-15 -4296 ((-629 |#1|) (-1150 (-552)))) (-15 -4296 ((-629 |#1|) (-1150 (-401 (-552))))) (-15 -4296 ((-629 |#1|) (-1150 |#1|))) (-15 -1743 ((-3 |#1| "failed") (-1150 |#1|) (-902))) (-15 -1743 ((-3 |#1| "failed") (-1150 |#1|) (-902) (-844))) (-15 ** (|#1| |#1| (-401 (-552)))) (-15 -3755 (|#1| |#1| (-552))) (-15 -3489 (|#1| |#1|)) (-15 ** (|#1| |#1| (-552))) (-15 -2014 ((-756))) (-15 ** (|#1| |#1| (-756))) (-15 ** (|#1| |#1| (-902)))) (-993)) (T -992))
-((-2014 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-992 *3)) (-4 *3 (-993)))))
-(-10 -8 (-15 -3489 (|#1| (-552))) (-15 -3489 (|#1| (-401 (-552)))) (-15 -3489 (|#1| |#1| (-902))) (-15 -4296 ((-629 |#1|) (-933 (-552)))) (-15 -4296 ((-629 |#1|) (-933 (-401 (-552))))) (-15 -4296 ((-629 |#1|) (-933 |#1|))) (-15 -4296 ((-629 |#1|) (-1150 (-552)))) (-15 -4296 ((-629 |#1|) (-1150 (-401 (-552))))) (-15 -4296 ((-629 |#1|) (-1150 |#1|))) (-15 -1743 ((-3 |#1| "failed") (-1150 |#1|) (-902))) (-15 -1743 ((-3 |#1| "failed") (-1150 |#1|) (-902) (-844))) (-15 ** (|#1| |#1| (-401 (-552)))) (-15 -3755 (|#1| |#1| (-552))) (-15 -3489 (|#1| |#1|)) (-15 ** (|#1| |#1| (-552))) (-15 -2014 ((-756))) (-15 ** (|#1| |#1| (-756))) (-15 ** (|#1| |#1| (-902))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 87)) (-3303 (($ $) 88)) (-1334 (((-111) $) 90)) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 107)) (-3343 (((-412 $) $) 108)) (-3489 (($ $) 71) (($ $ (-902)) 57) (($ (-401 (-552))) 56) (($ (-552)) 55)) (-2393 (((-111) $ $) 98)) (-3886 (((-552) $) 124)) (-2130 (($) 17 T CONST)) (-1743 (((-3 $ "failed") (-1150 $) (-902) (-844)) 65) (((-3 $ "failed") (-1150 $) (-902)) 64)) (-1393 (((-3 (-552) "failed") $) 83 (|has| (-401 (-552)) (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 81 (|has| (-401 (-552)) (-1019 (-401 (-552))))) (((-3 (-401 (-552)) "failed") $) 79)) (-2832 (((-552) $) 84 (|has| (-401 (-552)) (-1019 (-552)))) (((-401 (-552)) $) 82 (|has| (-401 (-552)) (-1019 (-401 (-552))))) (((-401 (-552)) $) 78)) (-3941 (($ $ (-844)) 54)) (-3147 (($ $ (-844)) 53)) (-4006 (($ $ $) 102)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 101)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 96)) (-1677 (((-111) $) 109)) (-1338 (((-111) $) 122)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 70)) (-3127 (((-111) $) 123)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 105)) (-1772 (($ $ $) 121)) (-2011 (($ $ $) 120)) (-3739 (((-3 (-1150 $) "failed") $) 66)) (-1882 (((-3 (-844) "failed") $) 68)) (-1455 (((-3 (-1150 $) "failed") $) 67)) (-2552 (($ (-629 $)) 94) (($ $ $) 93)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 110)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 95)) (-2594 (($ (-629 $)) 92) (($ $ $) 91)) (-3479 (((-412 $) $) 106)) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 104) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 103)) (-3969 (((-3 $ "failed") $ $) 86)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 97)) (-3795 (((-756) $) 99)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 100)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 (-552))) 114) (($ $) 85) (($ (-401 (-552))) 80) (($ (-552)) 77) (($ (-401 (-552))) 74)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 89)) (-4311 (((-401 (-552)) $ $) 52)) (-4296 (((-629 $) (-1150 $)) 63) (((-629 $) (-1150 (-401 (-552)))) 62) (((-629 $) (-1150 (-552))) 61) (((-629 $) (-933 $)) 60) (((-629 $) (-933 (-401 (-552)))) 59) (((-629 $) (-933 (-552))) 58)) (-1578 (($ $) 125)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1666 (((-111) $ $) 118)) (-1644 (((-111) $ $) 117)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 119)) (-1632 (((-111) $ $) 116)) (-1720 (($ $ $) 115)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 111) (($ $ (-401 (-552))) 69)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ (-401 (-552)) $) 113) (($ $ (-401 (-552))) 112) (($ (-552) $) 76) (($ $ (-552)) 75) (($ (-401 (-552)) $) 73) (($ $ (-401 (-552))) 72)))
-(((-993) (-137)) (T -993))
-((-3489 (*1 *1 *1) (-4 *1 (-993))) (-1882 (*1 *2 *1) (|partial| -12 (-4 *1 (-993)) (-5 *2 (-844)))) (-1455 (*1 *2 *1) (|partial| -12 (-5 *2 (-1150 *1)) (-4 *1 (-993)))) (-3739 (*1 *2 *1) (|partial| -12 (-5 *2 (-1150 *1)) (-4 *1 (-993)))) (-1743 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1150 *1)) (-5 *3 (-902)) (-5 *4 (-844)) (-4 *1 (-993)))) (-1743 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1150 *1)) (-5 *3 (-902)) (-4 *1 (-993)))) (-4296 (*1 *2 *3) (-12 (-5 *3 (-1150 *1)) (-4 *1 (-993)) (-5 *2 (-629 *1)))) (-4296 (*1 *2 *3) (-12 (-5 *3 (-1150 (-401 (-552)))) (-5 *2 (-629 *1)) (-4 *1 (-993)))) (-4296 (*1 *2 *3) (-12 (-5 *3 (-1150 (-552))) (-5 *2 (-629 *1)) (-4 *1 (-993)))) (-4296 (*1 *2 *3) (-12 (-5 *3 (-933 *1)) (-4 *1 (-993)) (-5 *2 (-629 *1)))) (-4296 (*1 *2 *3) (-12 (-5 *3 (-933 (-401 (-552)))) (-5 *2 (-629 *1)) (-4 *1 (-993)))) (-4296 (*1 *2 *3) (-12 (-5 *3 (-933 (-552))) (-5 *2 (-629 *1)) (-4 *1 (-993)))) (-3489 (*1 *1 *1 *2) (-12 (-4 *1 (-993)) (-5 *2 (-902)))) (-3489 (*1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-4 *1 (-993)))) (-3489 (*1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-993)))) (-3941 (*1 *1 *1 *2) (-12 (-4 *1 (-993)) (-5 *2 (-844)))) (-3147 (*1 *1 *1 *2) (-12 (-4 *1 (-993)) (-5 *2 (-844)))) (-4311 (*1 *2 *1 *1) (-12 (-4 *1 (-993)) (-5 *2 (-401 (-552))))))
-(-13 (-144) (-830) (-169) (-357) (-405 (-401 (-552))) (-38 (-552)) (-38 (-401 (-552))) (-983) (-10 -8 (-15 -1882 ((-3 (-844) "failed") $)) (-15 -1455 ((-3 (-1150 $) "failed") $)) (-15 -3739 ((-3 (-1150 $) "failed") $)) (-15 -1743 ((-3 $ "failed") (-1150 $) (-902) (-844))) (-15 -1743 ((-3 $ "failed") (-1150 $) (-902))) (-15 -4296 ((-629 $) (-1150 $))) (-15 -4296 ((-629 $) (-1150 (-401 (-552))))) (-15 -4296 ((-629 $) (-1150 (-552)))) (-15 -4296 ((-629 $) (-933 $))) (-15 -4296 ((-629 $) (-933 (-401 (-552))))) (-15 -4296 ((-629 $) (-933 (-552)))) (-15 -3489 ($ $ (-902))) (-15 -3489 ($ $)) (-15 -3489 ($ (-401 (-552)))) (-15 -3489 ($ (-552))) (-15 -3941 ($ $ (-844))) (-15 -3147 ($ $ (-844))) (-15 -4311 ((-401 (-552)) $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 #1=(-552)) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 #1# #1#) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-599 (-844)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-405 (-401 (-552))) . T) ((-445) . T) ((-544) . T) ((-632 #0#) . T) ((-632 #1#) . T) ((-632 $) . T) ((-702 #0#) . T) ((-702 #1#) . T) ((-702 $) . T) ((-711) . T) ((-776) . T) ((-777) . T) ((-779) . T) ((-780) . T) ((-830) . T) ((-832) . T) ((-901) . T) ((-983) . T) ((-1019 (-401 (-552))) . T) ((-1019 (-552)) |has| (-401 (-552)) (-1019 (-552))) ((-1036 #0#) . T) ((-1036 #1#) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) . T))
-((-3616 (((-2 (|:| |ans| |#2|) (|:| -3428 |#2|) (|:| |sol?| (-111))) (-552) |#2| |#2| (-1154) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-629 |#2|)) (-1 (-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 66)))
-(((-994 |#1| |#2|) (-10 -7 (-15 -3616 ((-2 (|:| |ans| |#2|) (|:| -3428 |#2|) (|:| |sol?| (-111))) (-552) |#2| |#2| (-1154) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-629 |#2|)) (-1 (-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552))) (-13 (-1176) (-27) (-424 |#1|))) (T -994))
-((-3616 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1154)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-629 *4))) (-5 *7 (-1 (-3 (-2 (|:| -1411 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1176) (-27) (-424 *8))) (-4 *8 (-13 (-445) (-832) (-144) (-1019 *3) (-625 *3))) (-5 *3 (-552)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3428 *4) (|:| |sol?| (-111)))) (-5 *1 (-994 *8 *4)))))
-(-10 -7 (-15 -3616 ((-2 (|:| |ans| |#2|) (|:| -3428 |#2|) (|:| |sol?| (-111))) (-552) |#2| |#2| (-1154) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-629 |#2|)) (-1 (-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-2853 (((-3 (-629 |#2|) "failed") (-552) |#2| |#2| |#2| (-1154) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-629 |#2|)) (-1 (-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 53)))
-(((-995 |#1| |#2|) (-10 -7 (-15 -2853 ((-3 (-629 |#2|) "failed") (-552) |#2| |#2| |#2| (-1154) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-629 |#2|)) (-1 (-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552))) (-13 (-1176) (-27) (-424 |#1|))) (T -995))
-((-2853 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1154)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-629 *4))) (-5 *7 (-1 (-3 (-2 (|:| -1411 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1176) (-27) (-424 *8))) (-4 *8 (-13 (-445) (-832) (-144) (-1019 *3) (-625 *3))) (-5 *3 (-552)) (-5 *2 (-629 *4)) (-5 *1 (-995 *8 *4)))))
-(-10 -7 (-15 -2853 ((-3 (-629 |#2|) "failed") (-552) |#2| |#2| |#2| (-1154) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-629 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-629 |#2|)) (-1 (-3 (-2 (|:| -1411 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-3003 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-111)))) (|:| -2771 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-552)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-552) (-1 |#2| |#2|)) 30)) (-4316 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |c| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|)) 58)) (-2854 (((-2 (|:| |ans| (-401 |#2|)) (|:| |nosol| (-111))) (-401 |#2|) (-401 |#2|)) 63)))
-(((-996 |#1| |#2|) (-10 -7 (-15 -4316 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |c| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|))) (-15 -2854 ((-2 (|:| |ans| (-401 |#2|)) (|:| |nosol| (-111))) (-401 |#2|) (-401 |#2|))) (-15 -3003 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-111)))) (|:| -2771 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-552)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-552) (-1 |#2| |#2|)))) (-13 (-357) (-144) (-1019 (-552))) (-1213 |#1|)) (T -996))
-((-3003 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1213 *6)) (-4 *6 (-13 (-357) (-144) (-1019 *4))) (-5 *4 (-552)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-111)))) (|:| -2771 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-996 *6 *3)))) (-2854 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-552)))) (-4 *5 (-1213 *4)) (-5 *2 (-2 (|:| |ans| (-401 *5)) (|:| |nosol| (-111)))) (-5 *1 (-996 *4 *5)) (-5 *3 (-401 *5)))) (-4316 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-401 *6)) (|:| |c| (-401 *6)) (|:| -4329 *6))) (-5 *1 (-996 *5 *6)) (-5 *3 (-401 *6)))))
-(-10 -7 (-15 -4316 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |c| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|))) (-15 -2854 ((-2 (|:| |ans| (-401 |#2|)) (|:| |nosol| (-111))) (-401 |#2|) (-401 |#2|))) (-15 -3003 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-111)))) (|:| -2771 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-552)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-552) (-1 |#2| |#2|))))
-((-1653 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |h| |#2|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|)) 22)) (-4104 (((-3 (-629 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|)) 33)))
-(((-997 |#1| |#2|) (-10 -7 (-15 -1653 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |h| |#2|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|))) (-15 -4104 ((-3 (-629 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|)))) (-13 (-357) (-144) (-1019 (-552))) (-1213 |#1|)) (T -997))
-((-4104 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-357) (-144) (-1019 (-552)))) (-4 *5 (-1213 *4)) (-5 *2 (-629 (-401 *5))) (-5 *1 (-997 *4 *5)) (-5 *3 (-401 *5)))) (-1653 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-13 (-357) (-144) (-1019 (-552)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-401 *6)) (|:| |h| *6) (|:| |c1| (-401 *6)) (|:| |c2| (-401 *6)) (|:| -4329 *6))) (-5 *1 (-997 *5 *6)) (-5 *3 (-401 *6)))))
-(-10 -7 (-15 -1653 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |h| |#2|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|))) (-15 -4104 ((-3 (-629 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|))))
-((-1327 (((-1 |#1|) (-629 (-2 (|:| -2925 |#1|) (|:| -1400 (-552))))) 37)) (-3362 (((-1 |#1|) (-1080 |#1|)) 45)) (-1349 (((-1 |#1|) (-1237 |#1|) (-1237 (-552)) (-552)) 34)))
-(((-998 |#1|) (-10 -7 (-15 -3362 ((-1 |#1|) (-1080 |#1|))) (-15 -1327 ((-1 |#1|) (-629 (-2 (|:| -2925 |#1|) (|:| -1400 (-552)))))) (-15 -1349 ((-1 |#1|) (-1237 |#1|) (-1237 (-552)) (-552)))) (-1078)) (T -998))
-((-1349 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1237 *6)) (-5 *4 (-1237 (-552))) (-5 *5 (-552)) (-4 *6 (-1078)) (-5 *2 (-1 *6)) (-5 *1 (-998 *6)))) (-1327 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| -2925 *4) (|:| -1400 (-552))))) (-4 *4 (-1078)) (-5 *2 (-1 *4)) (-5 *1 (-998 *4)))) (-3362 (*1 *2 *3) (-12 (-5 *3 (-1080 *4)) (-4 *4 (-1078)) (-5 *2 (-1 *4)) (-5 *1 (-998 *4)))))
-(-10 -7 (-15 -3362 ((-1 |#1|) (-1080 |#1|))) (-15 -1327 ((-1 |#1|) (-629 (-2 (|:| -2925 |#1|) (|:| -1400 (-552)))))) (-15 -1349 ((-1 |#1|) (-1237 |#1|) (-1237 (-552)) (-552))))
-((-4241 (((-756) (-330 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
-(((-999 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4241 ((-756) (-330 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-357) (-1213 |#1|) (-1213 (-401 |#2|)) (-336 |#1| |#2| |#3|) (-13 (-362) (-357))) (T -999))
-((-4241 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-330 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-357)) (-4 *7 (-1213 *6)) (-4 *4 (-1213 (-401 *7))) (-4 *8 (-336 *6 *7 *4)) (-4 *9 (-13 (-362) (-357))) (-5 *2 (-756)) (-5 *1 (-999 *6 *7 *4 *8 *9)))))
-(-10 -7 (-15 -4241 ((-756) (-330 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
-((-3202 (((-111) $ $) NIL)) (-2951 (((-1113) $) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) NIL) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-1113) $) 11)) (-1613 (((-111) $ $) NIL)))
-(((-1000) (-13 (-1061) (-10 -8 (-15 -2951 ((-1113) $)) (-15 -4300 ((-1113) $))))) (T -1000))
-((-2951 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1000)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1000)))))
-(-13 (-1061) (-10 -8 (-15 -2951 ((-1113) $)) (-15 -4300 ((-1113) $))))
-((-2712 (((-3 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) "failed") |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) 31) (((-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552))) 28)) (-1993 (((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552))) 33) (((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-401 (-552))) 29) (((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) 32) (((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1|) 27)) (-1622 (((-629 (-401 (-552))) (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) 19)) (-2888 (((-401 (-552)) (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) 16)))
-(((-1001 |#1|) (-10 -7 (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1|)) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-401 (-552)))) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552)))) (-15 -2712 ((-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552)))) (-15 -2712 ((-3 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) "failed") |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-15 -2888 ((-401 (-552)) (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-15 -1622 ((-629 (-401 (-552))) (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))))) (-1213 (-552))) (T -1001))
-((-1622 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-5 *2 (-629 (-401 (-552)))) (-5 *1 (-1001 *4)) (-4 *4 (-1213 (-552))))) (-2888 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) (-5 *2 (-401 (-552))) (-5 *1 (-1001 *4)) (-4 *4 (-1213 (-552))))) (-2712 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552))))) (-2712 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) (-5 *4 (-401 (-552))) (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552))))) (-1993 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-401 (-552))) (-5 *2 (-629 (-2 (|:| -3416 *5) (|:| -3428 *5)))) (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552))) (-5 *4 (-2 (|:| -3416 *5) (|:| -3428 *5))))) (-1993 (*1 *2 *3 *4) (-12 (-5 *2 (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552))) (-5 *4 (-401 (-552))))) (-1993 (*1 *2 *3 *4) (-12 (-5 *2 (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552))) (-5 *4 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))) (-1993 (*1 *2 *3) (-12 (-5 *2 (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552))))))
-(-10 -7 (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1|)) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-401 (-552)))) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552)))) (-15 -2712 ((-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552)))) (-15 -2712 ((-3 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) "failed") |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-15 -2888 ((-401 (-552)) (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-15 -1622 ((-629 (-401 (-552))) (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))))
-((-2712 (((-3 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) "failed") |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) 35) (((-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552))) 32)) (-1993 (((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552))) 30) (((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-401 (-552))) 26) (((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) 28) (((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1|) 24)))
-(((-1002 |#1|) (-10 -7 (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1|)) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-401 (-552)))) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552)))) (-15 -2712 ((-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552)))) (-15 -2712 ((-3 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) "failed") |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))) (-1213 (-401 (-552)))) (T -1002))
-((-2712 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) (-5 *1 (-1002 *3)) (-4 *3 (-1213 (-401 (-552)))))) (-2712 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) (-5 *4 (-401 (-552))) (-5 *1 (-1002 *3)) (-4 *3 (-1213 *4)))) (-1993 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-401 (-552))) (-5 *2 (-629 (-2 (|:| -3416 *5) (|:| -3428 *5)))) (-5 *1 (-1002 *3)) (-4 *3 (-1213 *5)) (-5 *4 (-2 (|:| -3416 *5) (|:| -3428 *5))))) (-1993 (*1 *2 *3 *4) (-12 (-5 *4 (-401 (-552))) (-5 *2 (-629 (-2 (|:| -3416 *4) (|:| -3428 *4)))) (-5 *1 (-1002 *3)) (-4 *3 (-1213 *4)))) (-1993 (*1 *2 *3 *4) (-12 (-5 *2 (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-5 *1 (-1002 *3)) (-4 *3 (-1213 (-401 (-552)))) (-5 *4 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))) (-1993 (*1 *2 *3) (-12 (-5 *2 (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-5 *1 (-1002 *3)) (-4 *3 (-1213 (-401 (-552)))))))
-(-10 -7 (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1|)) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-401 (-552)))) (-15 -1993 ((-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552)))) (-15 -2712 ((-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-401 (-552)))) (-15 -2712 ((-3 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) "failed") |#1| (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))) (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))))
-((-1522 (((-220) $) 6) (((-373) $) 9)))
-(((-1003) (-137)) (T -1003))
-NIL
-(-13 (-600 (-220)) (-600 (-373)))
-(((-600 (-220)) . T) ((-600 (-373)) . T))
-((-4153 (((-629 (-373)) (-933 (-552)) (-373)) 28) (((-629 (-373)) (-933 (-401 (-552))) (-373)) 27)) (-3483 (((-629 (-629 (-373))) (-629 (-933 (-552))) (-629 (-1154)) (-373)) 37)))
-(((-1004) (-10 -7 (-15 -4153 ((-629 (-373)) (-933 (-401 (-552))) (-373))) (-15 -4153 ((-629 (-373)) (-933 (-552)) (-373))) (-15 -3483 ((-629 (-629 (-373))) (-629 (-933 (-552))) (-629 (-1154)) (-373))))) (T -1004))
-((-3483 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-629 (-1154))) (-5 *2 (-629 (-629 (-373)))) (-5 *1 (-1004)) (-5 *5 (-373)))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-933 (-552))) (-5 *2 (-629 (-373))) (-5 *1 (-1004)) (-5 *4 (-373)))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-933 (-401 (-552)))) (-5 *2 (-629 (-373))) (-5 *1 (-1004)) (-5 *4 (-373)))))
-(-10 -7 (-15 -4153 ((-629 (-373)) (-933 (-401 (-552))) (-373))) (-15 -4153 ((-629 (-373)) (-933 (-552)) (-373))) (-15 -3483 ((-629 (-629 (-373))) (-629 (-933 (-552))) (-629 (-1154)) (-373))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 70)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-3489 (($ $) NIL) (($ $ (-902)) NIL) (($ (-401 (-552))) NIL) (($ (-552)) NIL)) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) 65)) (-2130 (($) NIL T CONST)) (-1743 (((-3 $ "failed") (-1150 $) (-902) (-844)) NIL) (((-3 $ "failed") (-1150 $) (-902)) 50)) (-1393 (((-3 (-401 (-552)) "failed") $) NIL (|has| (-401 (-552)) (-1019 (-401 (-552))))) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 |#1| "failed") $) 107) (((-3 (-552) "failed") $) NIL (-4029 (|has| (-401 (-552)) (-1019 (-552))) (|has| |#1| (-1019 (-552)))))) (-2832 (((-401 (-552)) $) 15 (|has| (-401 (-552)) (-1019 (-401 (-552))))) (((-401 (-552)) $) 15) ((|#1| $) 108) (((-552) $) NIL (-4029 (|has| (-401 (-552)) (-1019 (-552))) (|has| |#1| (-1019 (-552)))))) (-3941 (($ $ (-844)) 42)) (-3147 (($ $ (-844)) 43)) (-4006 (($ $ $) NIL)) (-1437 (((-401 (-552)) $ $) 19)) (-1293 (((-3 $ "failed") $) 83)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1338 (((-111) $) 61)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL)) (-3127 (((-111) $) 64)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-3739 (((-3 (-1150 $) "failed") $) 78)) (-1882 (((-3 (-844) "failed") $) 77)) (-1455 (((-3 (-1150 $) "failed") $) 75)) (-1295 (((-3 (-1040 $ (-1150 $)) "failed") $) 73)) (-2552 (($ (-629 $)) NIL) (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 84)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ (-629 $)) NIL) (($ $ $) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3213 (((-844) $) 82) (($ (-552)) NIL) (($ (-401 (-552))) NIL) (($ $) 58) (($ (-401 (-552))) NIL) (($ (-552)) NIL) (($ (-401 (-552))) NIL) (($ |#1|) 110)) (-2014 (((-756)) NIL)) (-3589 (((-111) $ $) NIL)) (-4311 (((-401 (-552)) $ $) 25)) (-4296 (((-629 $) (-1150 $)) 56) (((-629 $) (-1150 (-401 (-552)))) NIL) (((-629 $) (-1150 (-552))) NIL) (((-629 $) (-933 $)) NIL) (((-629 $) (-933 (-401 (-552)))) NIL) (((-629 $) (-933 (-552))) NIL)) (-4162 (($ (-1040 $ (-1150 $)) (-844)) 41)) (-1578 (($ $) 20)) (-3297 (($) 29 T CONST)) (-3309 (($) 35 T CONST)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 71)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 22)) (-1720 (($ $ $) 33)) (-1709 (($ $) 34) (($ $ $) 69)) (-1698 (($ $ $) 103)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL) (($ $ (-401 (-552))) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 91) (($ $ $) 96) (($ (-401 (-552)) $) NIL) (($ $ (-401 (-552))) NIL) (($ (-552) $) 91) (($ $ (-552)) NIL) (($ (-401 (-552)) $) NIL) (($ $ (-401 (-552))) NIL) (($ |#1| $) 95) (($ $ |#1|) NIL)))
-(((-1005 |#1|) (-13 (-993) (-405 |#1|) (-38 |#1|) (-10 -8 (-15 -4162 ($ (-1040 $ (-1150 $)) (-844))) (-15 -1295 ((-3 (-1040 $ (-1150 $)) "failed") $)) (-15 -1437 ((-401 (-552)) $ $)))) (-13 (-830) (-357) (-1003))) (T -1005))
-((-4162 (*1 *1 *2 *3) (-12 (-5 *2 (-1040 (-1005 *4) (-1150 (-1005 *4)))) (-5 *3 (-844)) (-5 *1 (-1005 *4)) (-4 *4 (-13 (-830) (-357) (-1003))))) (-1295 (*1 *2 *1) (|partial| -12 (-5 *2 (-1040 (-1005 *3) (-1150 (-1005 *3)))) (-5 *1 (-1005 *3)) (-4 *3 (-13 (-830) (-357) (-1003))))) (-1437 (*1 *2 *1 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-1005 *3)) (-4 *3 (-13 (-830) (-357) (-1003))))))
-(-13 (-993) (-405 |#1|) (-38 |#1|) (-10 -8 (-15 -4162 ($ (-1040 $ (-1150 $)) (-844))) (-15 -1295 ((-3 (-1040 $ (-1150 $)) "failed") $)) (-15 -1437 ((-401 (-552)) $ $))))
-((-3967 (((-2 (|:| -2771 |#2|) (|:| -1443 (-629 |#1|))) |#2| (-629 |#1|)) 20) ((|#2| |#2| |#1|) 15)))
-(((-1006 |#1| |#2|) (-10 -7 (-15 -3967 (|#2| |#2| |#1|)) (-15 -3967 ((-2 (|:| -2771 |#2|) (|:| -1443 (-629 |#1|))) |#2| (-629 |#1|)))) (-357) (-640 |#1|)) (T -1006))
-((-3967 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-5 *2 (-2 (|:| -2771 *3) (|:| -1443 (-629 *5)))) (-5 *1 (-1006 *5 *3)) (-5 *4 (-629 *5)) (-4 *3 (-640 *5)))) (-3967 (*1 *2 *2 *3) (-12 (-4 *3 (-357)) (-5 *1 (-1006 *3 *2)) (-4 *2 (-640 *3)))))
-(-10 -7 (-15 -3967 (|#2| |#2| |#1|)) (-15 -3967 ((-2 (|:| -2771 |#2|) (|:| -1443 (-629 |#1|))) |#2| (-629 |#1|))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2778 ((|#1| $ |#1|) 14)) (-1470 ((|#1| $ |#1|) 12)) (-2886 (($ |#1|) 10)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2060 ((|#1| $) 11)) (-3429 ((|#1| $) 13)) (-3213 (((-844) $) 21 (|has| |#1| (-1078)))) (-1613 (((-111) $ $) 9)))
-(((-1007 |#1|) (-13 (-1191) (-10 -8 (-15 -2886 ($ |#1|)) (-15 -2060 (|#1| $)) (-15 -1470 (|#1| $ |#1|)) (-15 -3429 (|#1| $)) (-15 -2778 (|#1| $ |#1|)) (-15 -1613 ((-111) $ $)) (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|))) (-1191)) (T -1007))
-((-2886 (*1 *1 *2) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191)))) (-2060 (*1 *2 *1) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191)))) (-1470 (*1 *2 *1 *2) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191)))) (-3429 (*1 *2 *1) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191)))) (-2778 (*1 *2 *1 *2) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191)))) (-1613 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1007 *3)) (-4 *3 (-1191)))))
-(-13 (-1191) (-10 -8 (-15 -2886 ($ |#1|)) (-15 -2060 (|#1| $)) (-15 -1470 (|#1| $ |#1|)) (-15 -3429 (|#1| $)) (-15 -2778 (|#1| $ |#1|)) (-15 -1613 ((-111) $ $)) (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |#4|)))) (-629 |#4|)) NIL)) (-1830 (((-629 $) (-629 |#4|)) 105) (((-629 $) (-629 |#4|) (-111)) 106) (((-629 $) (-629 |#4|) (-111) (-111)) 104) (((-629 $) (-629 |#4|) (-111) (-111) (-111) (-111)) 107)) (-3611 (((-629 |#3|) $) NIL)) (-3902 (((-111) $) NIL)) (-1565 (((-111) $) NIL (|has| |#1| (-544)))) (-2007 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2240 ((|#4| |#4| $) NIL)) (-4116 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 99)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3954 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368))) (((-3 |#4| "failed") $ |#3|) 54)) (-2130 (($) NIL T CONST)) (-3320 (((-111) $) 26 (|has| |#1| (-544)))) (-4177 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3170 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2797 (((-111) $) NIL (|has| |#1| (-544)))) (-3228 (((-629 |#4|) (-629 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-3662 (((-629 |#4|) (-629 |#4|) $) NIL (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) NIL (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) NIL)) (-2832 (($ (-629 |#4|)) NIL)) (-2715 (((-3 $ "failed") $) 39)) (-3126 ((|#4| |#4| $) 57)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2655 (($ |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 73 (|has| |#1| (-544)))) (-3738 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) NIL)) (-2081 ((|#4| |#4| $) NIL)) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4368))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-3817 (((-2 (|:| -2571 (-629 |#4|)) (|:| -3092 (-629 |#4|))) $) NIL)) (-2851 (((-111) |#4| $) NIL)) (-4035 (((-111) |#4| $) NIL)) (-3250 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2503 (((-2 (|:| |val| (-629 |#4|)) (|:| |towers| (-629 $))) (-629 |#4|) (-111) (-111)) 119)) (-3138 (((-629 |#4|) $) 16 (|has| $ (-6 -4368)))) (-3065 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2940 ((|#3| $) 33)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#4|) $) 17 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 25 (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2947 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 21)) (-3420 (((-629 |#3|) $) NIL)) (-2677 (((-111) |#3| $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-1322 (((-3 |#4| (-629 $)) |#4| |#4| $) NIL)) (-2043 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 97)) (-2680 (((-3 |#4| "failed") $) 37)) (-1999 (((-629 $) |#4| $) 80)) (-4253 (((-3 (-111) (-629 $)) |#4| $) NIL)) (-1890 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 90) (((-111) |#4| $) 52)) (-4011 (((-629 $) |#4| $) 102) (((-629 $) (-629 |#4|) $) NIL) (((-629 $) (-629 |#4|) (-629 $)) 103) (((-629 $) |#4| (-629 $)) NIL)) (-2330 (((-629 $) (-629 |#4|) (-111) (-111) (-111)) 114)) (-2300 (($ |#4| $) 70) (($ (-629 |#4|) $) 71) (((-629 $) |#4| $ (-111) (-111) (-111) (-111) (-111)) 67)) (-3887 (((-629 |#4|) $) NIL)) (-3287 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2498 ((|#4| |#4| $) NIL)) (-4343 (((-111) $ $) NIL)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-544)))) (-3150 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-3848 ((|#4| |#4| $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 (((-3 |#4| "failed") $) 35)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-1800 (((-3 $ "failed") $ |#4|) 48)) (-3136 (($ $ |#4|) NIL) (((-629 $) |#4| $) 82) (((-629 $) |#4| (-629 $)) NIL) (((-629 $) (-629 |#4|) $) NIL) (((-629 $) (-629 |#4|) (-629 $)) 77)) (-3944 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 15)) (-3430 (($) 13)) (-3299 (((-756) $) NIL)) (-2885 (((-756) |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (((-756) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) 12)) (-1522 (((-528) $) NIL (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) 20)) (-2542 (($ $ |#3|) 42)) (-1853 (($ $ |#3|) 44)) (-3081 (($ $) NIL)) (-2387 (($ $ |#3|) NIL)) (-3213 (((-844) $) 31) (((-629 |#4|) $) 40)) (-1753 (((-756) $) NIL (|has| |#3| (-362)))) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-2015 (((-111) $ (-1 (-111) |#4| (-629 |#4|))) NIL)) (-3933 (((-629 $) |#4| $) 79) (((-629 $) |#4| (-629 $)) NIL) (((-629 $) (-629 |#4|) $) NIL) (((-629 $) (-629 |#4|) (-629 $)) NIL)) (-2584 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2242 (((-629 |#3|) $) NIL)) (-2452 (((-111) |#4| $) NIL)) (-2904 (((-111) |#3| $) 53)) (-1613 (((-111) $ $) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1008 |#1| |#2| |#3| |#4|) (-13 (-1050 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2300 ((-629 $) |#4| $ (-111) (-111) (-111) (-111) (-111))) (-15 -1830 ((-629 $) (-629 |#4|) (-111) (-111))) (-15 -1830 ((-629 $) (-629 |#4|) (-111) (-111) (-111) (-111))) (-15 -2330 ((-629 $) (-629 |#4|) (-111) (-111) (-111))) (-15 -2503 ((-2 (|:| |val| (-629 |#4|)) (|:| |towers| (-629 $))) (-629 |#4|) (-111) (-111))))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|)) (T -1008))
-((-2300 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 (-1008 *5 *6 *7 *3))) (-5 *1 (-1008 *5 *6 *7 *3)) (-4 *3 (-1044 *5 *6 *7)))) (-1830 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 (-1008 *5 *6 *7 *8))) (-5 *1 (-1008 *5 *6 *7 *8)))) (-1830 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 (-1008 *5 *6 *7 *8))) (-5 *1 (-1008 *5 *6 *7 *8)))) (-2330 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 (-1008 *5 *6 *7 *8))) (-5 *1 (-1008 *5 *6 *7 *8)))) (-2503 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-629 *8)) (|:| |towers| (-629 (-1008 *5 *6 *7 *8))))) (-5 *1 (-1008 *5 *6 *7 *8)) (-5 *3 (-629 *8)))))
-(-13 (-1050 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2300 ((-629 $) |#4| $ (-111) (-111) (-111) (-111) (-111))) (-15 -1830 ((-629 $) (-629 |#4|) (-111) (-111))) (-15 -1830 ((-629 $) (-629 |#4|) (-111) (-111) (-111) (-111))) (-15 -2330 ((-629 $) (-629 |#4|) (-111) (-111) (-111))) (-15 -2503 ((-2 (|:| |val| (-629 |#4|)) (|:| |towers| (-629 $))) (-629 |#4|) (-111) (-111)))))
-((-4080 (((-629 (-673 |#1|)) (-629 (-673 |#1|))) 58) (((-673 |#1|) (-673 |#1|)) 57) (((-629 (-673 |#1|)) (-629 (-673 |#1|)) (-629 (-673 |#1|))) 56) (((-673 |#1|) (-673 |#1|) (-673 |#1|)) 53)) (-2502 (((-629 (-673 |#1|)) (-629 (-673 |#1|)) (-902)) 52) (((-673 |#1|) (-673 |#1|) (-902)) 51)) (-2606 (((-629 (-673 (-552))) (-629 (-629 (-552)))) 68) (((-629 (-673 (-552))) (-629 (-886 (-552))) (-552)) 67) (((-673 (-552)) (-629 (-552))) 64) (((-673 (-552)) (-886 (-552)) (-552)) 63)) (-2993 (((-673 (-933 |#1|)) (-756)) 81)) (-3778 (((-629 (-673 |#1|)) (-629 (-673 |#1|)) (-902)) 37 (|has| |#1| (-6 (-4370 "*")))) (((-673 |#1|) (-673 |#1|) (-902)) 35 (|has| |#1| (-6 (-4370 "*"))))))
-(((-1009 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4370 "*"))) (-15 -3778 ((-673 |#1|) (-673 |#1|) (-902))) |%noBranch|) (IF (|has| |#1| (-6 (-4370 "*"))) (-15 -3778 ((-629 (-673 |#1|)) (-629 (-673 |#1|)) (-902))) |%noBranch|) (-15 -2993 ((-673 (-933 |#1|)) (-756))) (-15 -2502 ((-673 |#1|) (-673 |#1|) (-902))) (-15 -2502 ((-629 (-673 |#1|)) (-629 (-673 |#1|)) (-902))) (-15 -4080 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -4080 ((-629 (-673 |#1|)) (-629 (-673 |#1|)) (-629 (-673 |#1|)))) (-15 -4080 ((-673 |#1|) (-673 |#1|))) (-15 -4080 ((-629 (-673 |#1|)) (-629 (-673 |#1|)))) (-15 -2606 ((-673 (-552)) (-886 (-552)) (-552))) (-15 -2606 ((-673 (-552)) (-629 (-552)))) (-15 -2606 ((-629 (-673 (-552))) (-629 (-886 (-552))) (-552))) (-15 -2606 ((-629 (-673 (-552))) (-629 (-629 (-552)))))) (-1030)) (T -1009))
-((-2606 (*1 *2 *3) (-12 (-5 *3 (-629 (-629 (-552)))) (-5 *2 (-629 (-673 (-552)))) (-5 *1 (-1009 *4)) (-4 *4 (-1030)))) (-2606 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-886 (-552)))) (-5 *4 (-552)) (-5 *2 (-629 (-673 *4))) (-5 *1 (-1009 *5)) (-4 *5 (-1030)))) (-2606 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-673 (-552))) (-5 *1 (-1009 *4)) (-4 *4 (-1030)))) (-2606 (*1 *2 *3 *4) (-12 (-5 *3 (-886 (-552))) (-5 *4 (-552)) (-5 *2 (-673 *4)) (-5 *1 (-1009 *5)) (-4 *5 (-1030)))) (-4080 (*1 *2 *2) (-12 (-5 *2 (-629 (-673 *3))) (-4 *3 (-1030)) (-5 *1 (-1009 *3)))) (-4080 (*1 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-1009 *3)))) (-4080 (*1 *2 *2 *2) (-12 (-5 *2 (-629 (-673 *3))) (-4 *3 (-1030)) (-5 *1 (-1009 *3)))) (-4080 (*1 *2 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-1009 *3)))) (-2502 (*1 *2 *2 *3) (-12 (-5 *2 (-629 (-673 *4))) (-5 *3 (-902)) (-4 *4 (-1030)) (-5 *1 (-1009 *4)))) (-2502 (*1 *2 *2 *3) (-12 (-5 *2 (-673 *4)) (-5 *3 (-902)) (-4 *4 (-1030)) (-5 *1 (-1009 *4)))) (-2993 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-673 (-933 *4))) (-5 *1 (-1009 *4)) (-4 *4 (-1030)))) (-3778 (*1 *2 *2 *3) (-12 (-5 *2 (-629 (-673 *4))) (-5 *3 (-902)) (|has| *4 (-6 (-4370 "*"))) (-4 *4 (-1030)) (-5 *1 (-1009 *4)))) (-3778 (*1 *2 *2 *3) (-12 (-5 *2 (-673 *4)) (-5 *3 (-902)) (|has| *4 (-6 (-4370 "*"))) (-4 *4 (-1030)) (-5 *1 (-1009 *4)))))
-(-10 -7 (IF (|has| |#1| (-6 (-4370 "*"))) (-15 -3778 ((-673 |#1|) (-673 |#1|) (-902))) |%noBranch|) (IF (|has| |#1| (-6 (-4370 "*"))) (-15 -3778 ((-629 (-673 |#1|)) (-629 (-673 |#1|)) (-902))) |%noBranch|) (-15 -2993 ((-673 (-933 |#1|)) (-756))) (-15 -2502 ((-673 |#1|) (-673 |#1|) (-902))) (-15 -2502 ((-629 (-673 |#1|)) (-629 (-673 |#1|)) (-902))) (-15 -4080 ((-673 |#1|) (-673 |#1|) (-673 |#1|))) (-15 -4080 ((-629 (-673 |#1|)) (-629 (-673 |#1|)) (-629 (-673 |#1|)))) (-15 -4080 ((-673 |#1|) (-673 |#1|))) (-15 -4080 ((-629 (-673 |#1|)) (-629 (-673 |#1|)))) (-15 -2606 ((-673 (-552)) (-886 (-552)) (-552))) (-15 -2606 ((-673 (-552)) (-629 (-552)))) (-15 -2606 ((-629 (-673 (-552))) (-629 (-886 (-552))) (-552))) (-15 -2606 ((-629 (-673 (-552))) (-629 (-629 (-552))))))
-((-1795 (((-673 |#1|) (-629 (-673 |#1|)) (-1237 |#1|)) 50 (|has| |#1| (-301)))) (-2483 (((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-1237 (-1237 |#1|))) 76 (|has| |#1| (-357))) (((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-1237 |#1|)) 79 (|has| |#1| (-357)))) (-4323 (((-1237 |#1|) (-629 (-1237 |#1|)) (-552)) 93 (-12 (|has| |#1| (-357)) (|has| |#1| (-362))))) (-3674 (((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-902)) 85 (-12 (|has| |#1| (-357)) (|has| |#1| (-362)))) (((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-111)) 83 (-12 (|has| |#1| (-357)) (|has| |#1| (-362)))) (((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|))) 82 (-12 (|has| |#1| (-357)) (|has| |#1| (-362)))) (((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-111) (-552) (-552)) 81 (-12 (|has| |#1| (-357)) (|has| |#1| (-362))))) (-1665 (((-111) (-629 (-673 |#1|))) 71 (|has| |#1| (-357))) (((-111) (-629 (-673 |#1|)) (-552)) 73 (|has| |#1| (-357)))) (-3200 (((-1237 (-1237 |#1|)) (-629 (-673 |#1|)) (-1237 |#1|)) 48 (|has| |#1| (-301)))) (-2123 (((-673 |#1|) (-629 (-673 |#1|)) (-673 |#1|)) 34)) (-3023 (((-673 |#1|) (-1237 (-1237 |#1|))) 31)) (-4250 (((-673 |#1|) (-629 (-673 |#1|)) (-629 (-673 |#1|)) (-552)) 65 (|has| |#1| (-357))) (((-673 |#1|) (-629 (-673 |#1|)) (-629 (-673 |#1|))) 64 (|has| |#1| (-357))) (((-673 |#1|) (-629 (-673 |#1|)) (-629 (-673 |#1|)) (-111) (-552)) 69 (|has| |#1| (-357)))))
-(((-1010 |#1|) (-10 -7 (-15 -3023 ((-673 |#1|) (-1237 (-1237 |#1|)))) (-15 -2123 ((-673 |#1|) (-629 (-673 |#1|)) (-673 |#1|))) (IF (|has| |#1| (-301)) (PROGN (-15 -3200 ((-1237 (-1237 |#1|)) (-629 (-673 |#1|)) (-1237 |#1|))) (-15 -1795 ((-673 |#1|) (-629 (-673 |#1|)) (-1237 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -4250 ((-673 |#1|) (-629 (-673 |#1|)) (-629 (-673 |#1|)) (-111) (-552))) (-15 -4250 ((-673 |#1|) (-629 (-673 |#1|)) (-629 (-673 |#1|)))) (-15 -4250 ((-673 |#1|) (-629 (-673 |#1|)) (-629 (-673 |#1|)) (-552))) (-15 -1665 ((-111) (-629 (-673 |#1|)) (-552))) (-15 -1665 ((-111) (-629 (-673 |#1|)))) (-15 -2483 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-1237 |#1|))) (-15 -2483 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-1237 (-1237 |#1|))))) |%noBranch|) (IF (|has| |#1| (-362)) (IF (|has| |#1| (-357)) (PROGN (-15 -3674 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-111) (-552) (-552))) (-15 -3674 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)))) (-15 -3674 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-111))) (-15 -3674 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-902))) (-15 -4323 ((-1237 |#1|) (-629 (-1237 |#1|)) (-552)))) |%noBranch|) |%noBranch|)) (-1030)) (T -1010))
-((-4323 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-1237 *5))) (-5 *4 (-552)) (-5 *2 (-1237 *5)) (-5 *1 (-1010 *5)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1030)))) (-3674 (*1 *2 *3 *4) (-12 (-5 *4 (-902)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1030)) (-5 *2 (-629 (-629 (-673 *5)))) (-5 *1 (-1010 *5)) (-5 *3 (-629 (-673 *5))))) (-3674 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1030)) (-5 *2 (-629 (-629 (-673 *5)))) (-5 *1 (-1010 *5)) (-5 *3 (-629 (-673 *5))))) (-3674 (*1 *2 *3) (-12 (-4 *4 (-357)) (-4 *4 (-362)) (-4 *4 (-1030)) (-5 *2 (-629 (-629 (-673 *4)))) (-5 *1 (-1010 *4)) (-5 *3 (-629 (-673 *4))))) (-3674 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-111)) (-5 *5 (-552)) (-4 *6 (-357)) (-4 *6 (-362)) (-4 *6 (-1030)) (-5 *2 (-629 (-629 (-673 *6)))) (-5 *1 (-1010 *6)) (-5 *3 (-629 (-673 *6))))) (-2483 (*1 *2 *3 *4) (-12 (-5 *4 (-1237 (-1237 *5))) (-4 *5 (-357)) (-4 *5 (-1030)) (-5 *2 (-629 (-629 (-673 *5)))) (-5 *1 (-1010 *5)) (-5 *3 (-629 (-673 *5))))) (-2483 (*1 *2 *3 *4) (-12 (-5 *4 (-1237 *5)) (-4 *5 (-357)) (-4 *5 (-1030)) (-5 *2 (-629 (-629 (-673 *5)))) (-5 *1 (-1010 *5)) (-5 *3 (-629 (-673 *5))))) (-1665 (*1 *2 *3) (-12 (-5 *3 (-629 (-673 *4))) (-4 *4 (-357)) (-4 *4 (-1030)) (-5 *2 (-111)) (-5 *1 (-1010 *4)))) (-1665 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-673 *5))) (-5 *4 (-552)) (-4 *5 (-357)) (-4 *5 (-1030)) (-5 *2 (-111)) (-5 *1 (-1010 *5)))) (-4250 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-629 (-673 *5))) (-5 *4 (-552)) (-5 *2 (-673 *5)) (-5 *1 (-1010 *5)) (-4 *5 (-357)) (-4 *5 (-1030)))) (-4250 (*1 *2 *3 *3) (-12 (-5 *3 (-629 (-673 *4))) (-5 *2 (-673 *4)) (-5 *1 (-1010 *4)) (-4 *4 (-357)) (-4 *4 (-1030)))) (-4250 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-629 (-673 *6))) (-5 *4 (-111)) (-5 *5 (-552)) (-5 *2 (-673 *6)) (-5 *1 (-1010 *6)) (-4 *6 (-357)) (-4 *6 (-1030)))) (-1795 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-673 *5))) (-5 *4 (-1237 *5)) (-4 *5 (-301)) (-4 *5 (-1030)) (-5 *2 (-673 *5)) (-5 *1 (-1010 *5)))) (-3200 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-673 *5))) (-4 *5 (-301)) (-4 *5 (-1030)) (-5 *2 (-1237 (-1237 *5))) (-5 *1 (-1010 *5)) (-5 *4 (-1237 *5)))) (-2123 (*1 *2 *3 *2) (-12 (-5 *3 (-629 (-673 *4))) (-5 *2 (-673 *4)) (-4 *4 (-1030)) (-5 *1 (-1010 *4)))) (-3023 (*1 *2 *3) (-12 (-5 *3 (-1237 (-1237 *4))) (-4 *4 (-1030)) (-5 *2 (-673 *4)) (-5 *1 (-1010 *4)))))
-(-10 -7 (-15 -3023 ((-673 |#1|) (-1237 (-1237 |#1|)))) (-15 -2123 ((-673 |#1|) (-629 (-673 |#1|)) (-673 |#1|))) (IF (|has| |#1| (-301)) (PROGN (-15 -3200 ((-1237 (-1237 |#1|)) (-629 (-673 |#1|)) (-1237 |#1|))) (-15 -1795 ((-673 |#1|) (-629 (-673 |#1|)) (-1237 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -4250 ((-673 |#1|) (-629 (-673 |#1|)) (-629 (-673 |#1|)) (-111) (-552))) (-15 -4250 ((-673 |#1|) (-629 (-673 |#1|)) (-629 (-673 |#1|)))) (-15 -4250 ((-673 |#1|) (-629 (-673 |#1|)) (-629 (-673 |#1|)) (-552))) (-15 -1665 ((-111) (-629 (-673 |#1|)) (-552))) (-15 -1665 ((-111) (-629 (-673 |#1|)))) (-15 -2483 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-1237 |#1|))) (-15 -2483 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-1237 (-1237 |#1|))))) |%noBranch|) (IF (|has| |#1| (-362)) (IF (|has| |#1| (-357)) (PROGN (-15 -3674 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-111) (-552) (-552))) (-15 -3674 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)))) (-15 -3674 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-111))) (-15 -3674 ((-629 (-629 (-673 |#1|))) (-629 (-673 |#1|)) (-902))) (-15 -4323 ((-1237 |#1|) (-629 (-1237 |#1|)) (-552)))) |%noBranch|) |%noBranch|))
-((-1336 ((|#1| (-902) |#1|) 9)))
-(((-1011 |#1|) (-10 -7 (-15 -1336 (|#1| (-902) |#1|))) (-13 (-1078) (-10 -8 (-15 -1698 ($ $ $))))) (T -1011))
-((-1336 (*1 *2 *3 *2) (-12 (-5 *3 (-902)) (-5 *1 (-1011 *2)) (-4 *2 (-13 (-1078) (-10 -8 (-15 -1698 ($ $ $))))))))
-(-10 -7 (-15 -1336 (|#1| (-902) |#1|)))
-((-3540 (((-629 (-2 (|:| |radval| (-310 (-552))) (|:| |radmult| (-552)) (|:| |radvect| (-629 (-673 (-310 (-552))))))) (-673 (-401 (-933 (-552))))) 59)) (-1915 (((-629 (-673 (-310 (-552)))) (-310 (-552)) (-673 (-401 (-933 (-552))))) 48)) (-2047 (((-629 (-310 (-552))) (-673 (-401 (-933 (-552))))) 41)) (-2757 (((-629 (-673 (-310 (-552)))) (-673 (-401 (-933 (-552))))) 68)) (-1724 (((-673 (-310 (-552))) (-673 (-310 (-552)))) 34)) (-2903 (((-629 (-673 (-310 (-552)))) (-629 (-673 (-310 (-552))))) 62)) (-2488 (((-3 (-673 (-310 (-552))) "failed") (-673 (-401 (-933 (-552))))) 66)))
-(((-1012) (-10 -7 (-15 -3540 ((-629 (-2 (|:| |radval| (-310 (-552))) (|:| |radmult| (-552)) (|:| |radvect| (-629 (-673 (-310 (-552))))))) (-673 (-401 (-933 (-552)))))) (-15 -1915 ((-629 (-673 (-310 (-552)))) (-310 (-552)) (-673 (-401 (-933 (-552)))))) (-15 -2047 ((-629 (-310 (-552))) (-673 (-401 (-933 (-552)))))) (-15 -2488 ((-3 (-673 (-310 (-552))) "failed") (-673 (-401 (-933 (-552)))))) (-15 -1724 ((-673 (-310 (-552))) (-673 (-310 (-552))))) (-15 -2903 ((-629 (-673 (-310 (-552)))) (-629 (-673 (-310 (-552)))))) (-15 -2757 ((-629 (-673 (-310 (-552)))) (-673 (-401 (-933 (-552)))))))) (T -1012))
-((-2757 (*1 *2 *3) (-12 (-5 *3 (-673 (-401 (-933 (-552))))) (-5 *2 (-629 (-673 (-310 (-552))))) (-5 *1 (-1012)))) (-2903 (*1 *2 *2) (-12 (-5 *2 (-629 (-673 (-310 (-552))))) (-5 *1 (-1012)))) (-1724 (*1 *2 *2) (-12 (-5 *2 (-673 (-310 (-552)))) (-5 *1 (-1012)))) (-2488 (*1 *2 *3) (|partial| -12 (-5 *3 (-673 (-401 (-933 (-552))))) (-5 *2 (-673 (-310 (-552)))) (-5 *1 (-1012)))) (-2047 (*1 *2 *3) (-12 (-5 *3 (-673 (-401 (-933 (-552))))) (-5 *2 (-629 (-310 (-552)))) (-5 *1 (-1012)))) (-1915 (*1 *2 *3 *4) (-12 (-5 *4 (-673 (-401 (-933 (-552))))) (-5 *2 (-629 (-673 (-310 (-552))))) (-5 *1 (-1012)) (-5 *3 (-310 (-552))))) (-3540 (*1 *2 *3) (-12 (-5 *3 (-673 (-401 (-933 (-552))))) (-5 *2 (-629 (-2 (|:| |radval| (-310 (-552))) (|:| |radmult| (-552)) (|:| |radvect| (-629 (-673 (-310 (-552)))))))) (-5 *1 (-1012)))))
-(-10 -7 (-15 -3540 ((-629 (-2 (|:| |radval| (-310 (-552))) (|:| |radmult| (-552)) (|:| |radvect| (-629 (-673 (-310 (-552))))))) (-673 (-401 (-933 (-552)))))) (-15 -1915 ((-629 (-673 (-310 (-552)))) (-310 (-552)) (-673 (-401 (-933 (-552)))))) (-15 -2047 ((-629 (-310 (-552))) (-673 (-401 (-933 (-552)))))) (-15 -2488 ((-3 (-673 (-310 (-552))) "failed") (-673 (-401 (-933 (-552)))))) (-15 -1724 ((-673 (-310 (-552))) (-673 (-310 (-552))))) (-15 -2903 ((-629 (-673 (-310 (-552)))) (-629 (-673 (-310 (-552)))))) (-15 -2757 ((-629 (-673 (-310 (-552)))) (-673 (-401 (-933 (-552)))))))
-((-3325 ((|#1| |#1| (-902)) 9)))
-(((-1013 |#1|) (-10 -7 (-15 -3325 (|#1| |#1| (-902)))) (-13 (-1078) (-10 -8 (-15 * ($ $ $))))) (T -1013))
-((-3325 (*1 *2 *2 *3) (-12 (-5 *3 (-902)) (-5 *1 (-1013 *2)) (-4 *2 (-13 (-1078) (-10 -8 (-15 * ($ $ $))))))))
-(-10 -7 (-15 -3325 (|#1| |#1| (-902))))
-((-3213 ((|#1| (-306)) 11) (((-1242) |#1|) 9)))
-(((-1014 |#1|) (-10 -7 (-15 -3213 ((-1242) |#1|)) (-15 -3213 (|#1| (-306)))) (-1191)) (T -1014))
-((-3213 (*1 *2 *3) (-12 (-5 *3 (-306)) (-5 *1 (-1014 *2)) (-4 *2 (-1191)))) (-3213 (*1 *2 *3) (-12 (-5 *2 (-1242)) (-5 *1 (-1014 *3)) (-4 *3 (-1191)))))
-(-10 -7 (-15 -3213 ((-1242) |#1|)) (-15 -3213 (|#1| (-306))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-3884 (($ |#4|) 25)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-3874 ((|#4| $) 27)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 46) (($ (-552)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-2014 (((-756)) 43)) (-3297 (($) 21 T CONST)) (-3309 (($) 23 T CONST)) (-1613 (((-111) $ $) 40)) (-1709 (($ $) 31) (($ $ $) NIL)) (-1698 (($ $ $) 29)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
-(((-1015 |#1| |#2| |#3| |#4| |#5|) (-13 (-169) (-38 |#1|) (-10 -8 (-15 -3884 ($ |#4|)) (-15 -3213 ($ |#4|)) (-15 -3874 (|#4| $)))) (-357) (-778) (-832) (-930 |#1| |#2| |#3|) (-629 |#4|)) (T -1015))
-((-3884 (*1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-1015 *3 *4 *5 *2 *6)) (-4 *2 (-930 *3 *4 *5)) (-14 *6 (-629 *2)))) (-3213 (*1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-1015 *3 *4 *5 *2 *6)) (-4 *2 (-930 *3 *4 *5)) (-14 *6 (-629 *2)))) (-3874 (*1 *2 *1) (-12 (-4 *2 (-930 *3 *4 *5)) (-5 *1 (-1015 *3 *4 *5 *2 *6)) (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-14 *6 (-629 *2)))))
-(-13 (-169) (-38 |#1|) (-10 -8 (-15 -3884 ($ |#4|)) (-15 -3213 ($ |#4|)) (-15 -3874 (|#4| $))))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL)) (-2660 (((-1242) $ (-1154) (-1154)) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1634 (((-111) (-111)) 39)) (-3562 (((-111) (-111)) 38)) (-1470 (((-52) $ (-1154) (-52)) NIL)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 (-52) "failed") (-1154) $) NIL)) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-1625 (($ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-3 (-52) "failed") (-1154) $) NIL)) (-2655 (($ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-2957 (((-52) $ (-1154) (-52)) NIL (|has| $ (-6 -4369)))) (-2892 (((-52) $ (-1154)) NIL)) (-3138 (((-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-629 (-52)) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-1154) $) NIL (|has| (-1154) (-832)))) (-3278 (((-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-629 (-52)) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-52) (-1078))))) (-1842 (((-1154) $) NIL (|has| (-1154) (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-1376 (((-629 (-1154)) $) 34)) (-2539 (((-111) (-1154) $) NIL)) (-3105 (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL)) (-1580 (($ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL)) (-2190 (((-629 (-1154)) $) NIL)) (-1335 (((-111) (-1154) $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-2702 (((-52) $) NIL (|has| (-1154) (-832)))) (-3073 (((-3 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) "failed") (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL)) (-1518 (($ $ (-52)) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))))) NIL (-12 (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ $ (-288 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL (-12 (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ $ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) NIL (-12 (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ $ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL (-12 (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ $ (-629 (-52)) (-629 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078)))) (($ $ (-288 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078)))) (($ $ (-629 (-288 (-52)))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-52) (-1078))))) (-3627 (((-629 (-52)) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 (((-52) $ (-1154)) 35) (((-52) $ (-1154) (-52)) NIL)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (((-756) (-52) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-52) (-1078)))) (((-756) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL)) (-3213 (((-844) $) 37 (-4029 (|has| (-52) (-599 (-844))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1016) (-13 (-1167 (-1154) (-52)) (-10 -7 (-15 -1634 ((-111) (-111))) (-15 -3562 ((-111) (-111))) (-6 -4368)))) (T -1016))
-((-1634 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1016)))) (-3562 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1016)))))
-(-13 (-1167 (-1154) (-52)) (-10 -7 (-15 -1634 ((-111) (-111))) (-15 -3562 ((-111) (-111))) (-6 -4368)))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3553 (((-1113) $) 9)) (-3213 (((-844) $) 17) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-1017) (-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $))))) (T -1017))
-((-3553 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1017)))))
-(-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $))))
-((-2832 ((|#2| $) 10)))
-(((-1018 |#1| |#2|) (-10 -8 (-15 -2832 (|#2| |#1|))) (-1019 |#2|) (-1191)) (T -1018))
-NIL
-(-10 -8 (-15 -2832 (|#2| |#1|)))
-((-1393 (((-3 |#1| "failed") $) 7)) (-2832 ((|#1| $) 8)) (-3213 (($ |#1|) 6)))
-(((-1019 |#1|) (-137) (-1191)) (T -1019))
-((-2832 (*1 *2 *1) (-12 (-4 *1 (-1019 *2)) (-4 *2 (-1191)))) (-1393 (*1 *2 *1) (|partial| -12 (-4 *1 (-1019 *2)) (-4 *2 (-1191)))) (-3213 (*1 *1 *2) (-12 (-4 *1 (-1019 *2)) (-4 *2 (-1191)))))
-(-13 (-10 -8 (-15 -3213 ($ |t#1|)) (-15 -1393 ((-3 |t#1| "failed") $)) (-15 -2832 (|t#1| $))))
-((-3036 (((-629 (-629 (-288 (-401 (-933 |#2|))))) (-629 (-933 |#2|)) (-629 (-1154))) 38)))
-(((-1020 |#1| |#2|) (-10 -7 (-15 -3036 ((-629 (-629 (-288 (-401 (-933 |#2|))))) (-629 (-933 |#2|)) (-629 (-1154))))) (-544) (-13 (-544) (-1019 |#1|))) (T -1020))
-((-3036 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-933 *6))) (-5 *4 (-629 (-1154))) (-4 *6 (-13 (-544) (-1019 *5))) (-4 *5 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *6)))))) (-5 *1 (-1020 *5 *6)))))
-(-10 -7 (-15 -3036 ((-629 (-629 (-288 (-401 (-933 |#2|))))) (-629 (-933 |#2|)) (-629 (-1154)))))
-((-2052 (((-373)) 15)) (-3362 (((-1 (-373)) (-373) (-373)) 20)) (-4329 (((-1 (-373)) (-756)) 43)) (-1398 (((-373)) 34)) (-1681 (((-1 (-373)) (-373) (-373)) 35)) (-3293 (((-373)) 26)) (-2372 (((-1 (-373)) (-373)) 27)) (-3790 (((-373) (-756)) 38)) (-3076 (((-1 (-373)) (-756)) 39)) (-3220 (((-1 (-373)) (-756) (-756)) 42)) (-1812 (((-1 (-373)) (-756) (-756)) 40)))
-(((-1021) (-10 -7 (-15 -2052 ((-373))) (-15 -1398 ((-373))) (-15 -3293 ((-373))) (-15 -3790 ((-373) (-756))) (-15 -3362 ((-1 (-373)) (-373) (-373))) (-15 -1681 ((-1 (-373)) (-373) (-373))) (-15 -2372 ((-1 (-373)) (-373))) (-15 -3076 ((-1 (-373)) (-756))) (-15 -1812 ((-1 (-373)) (-756) (-756))) (-15 -3220 ((-1 (-373)) (-756) (-756))) (-15 -4329 ((-1 (-373)) (-756))))) (T -1021))
-((-4329 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1 (-373))) (-5 *1 (-1021)))) (-3220 (*1 *2 *3 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1 (-373))) (-5 *1 (-1021)))) (-1812 (*1 *2 *3 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1 (-373))) (-5 *1 (-1021)))) (-3076 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1 (-373))) (-5 *1 (-1021)))) (-2372 (*1 *2 *3) (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1021)) (-5 *3 (-373)))) (-1681 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1021)) (-5 *3 (-373)))) (-3362 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1021)) (-5 *3 (-373)))) (-3790 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-373)) (-5 *1 (-1021)))) (-3293 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1021)))) (-1398 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1021)))) (-2052 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1021)))))
-(-10 -7 (-15 -2052 ((-373))) (-15 -1398 ((-373))) (-15 -3293 ((-373))) (-15 -3790 ((-373) (-756))) (-15 -3362 ((-1 (-373)) (-373) (-373))) (-15 -1681 ((-1 (-373)) (-373) (-373))) (-15 -2372 ((-1 (-373)) (-373))) (-15 -3076 ((-1 (-373)) (-756))) (-15 -1812 ((-1 (-373)) (-756) (-756))) (-15 -3220 ((-1 (-373)) (-756) (-756))) (-15 -4329 ((-1 (-373)) (-756))))
-((-3479 (((-412 |#1|) |#1|) 33)))
-(((-1022 |#1|) (-10 -7 (-15 -3479 ((-412 |#1|) |#1|))) (-1213 (-401 (-933 (-552))))) (T -1022))
-((-3479 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-1022 *3)) (-4 *3 (-1213 (-401 (-933 (-552))))))))
-(-10 -7 (-15 -3479 ((-412 |#1|) |#1|)))
-((-1419 (((-401 (-412 (-933 |#1|))) (-401 (-933 |#1|))) 14)))
-(((-1023 |#1|) (-10 -7 (-15 -1419 ((-401 (-412 (-933 |#1|))) (-401 (-933 |#1|))))) (-301)) (T -1023))
-((-1419 (*1 *2 *3) (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-301)) (-5 *2 (-401 (-412 (-933 *4)))) (-5 *1 (-1023 *4)))))
-(-10 -7 (-15 -1419 ((-401 (-412 (-933 |#1|))) (-401 (-933 |#1|)))))
-((-3611 (((-629 (-1154)) (-401 (-933 |#1|))) 17)) (-3449 (((-401 (-1150 (-401 (-933 |#1|)))) (-401 (-933 |#1|)) (-1154)) 24)) (-3602 (((-401 (-933 |#1|)) (-401 (-1150 (-401 (-933 |#1|)))) (-1154)) 26)) (-3506 (((-3 (-1154) "failed") (-401 (-933 |#1|))) 20)) (-2432 (((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-629 (-288 (-401 (-933 |#1|))))) 32) (((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|)))) 33) (((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-629 (-1154)) (-629 (-401 (-933 |#1|)))) 28) (((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-1154) (-401 (-933 |#1|))) 29)) (-3213 (((-401 (-933 |#1|)) |#1|) 11)))
-(((-1024 |#1|) (-10 -7 (-15 -3611 ((-629 (-1154)) (-401 (-933 |#1|)))) (-15 -3506 ((-3 (-1154) "failed") (-401 (-933 |#1|)))) (-15 -3449 ((-401 (-1150 (-401 (-933 |#1|)))) (-401 (-933 |#1|)) (-1154))) (-15 -3602 ((-401 (-933 |#1|)) (-401 (-1150 (-401 (-933 |#1|)))) (-1154))) (-15 -2432 ((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-1154) (-401 (-933 |#1|)))) (-15 -2432 ((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-629 (-1154)) (-629 (-401 (-933 |#1|))))) (-15 -2432 ((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|))))) (-15 -2432 ((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-629 (-288 (-401 (-933 |#1|)))))) (-15 -3213 ((-401 (-933 |#1|)) |#1|))) (-544)) (T -1024))
-((-3213 (*1 *2 *3) (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-1024 *3)) (-4 *3 (-544)))) (-2432 (*1 *2 *2 *3) (-12 (-5 *3 (-629 (-288 (-401 (-933 *4))))) (-5 *2 (-401 (-933 *4))) (-4 *4 (-544)) (-5 *1 (-1024 *4)))) (-2432 (*1 *2 *2 *3) (-12 (-5 *3 (-288 (-401 (-933 *4)))) (-5 *2 (-401 (-933 *4))) (-4 *4 (-544)) (-5 *1 (-1024 *4)))) (-2432 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-629 (-1154))) (-5 *4 (-629 (-401 (-933 *5)))) (-5 *2 (-401 (-933 *5))) (-4 *5 (-544)) (-5 *1 (-1024 *5)))) (-2432 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-401 (-933 *4))) (-5 *3 (-1154)) (-4 *4 (-544)) (-5 *1 (-1024 *4)))) (-3602 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-1150 (-401 (-933 *5))))) (-5 *4 (-1154)) (-5 *2 (-401 (-933 *5))) (-5 *1 (-1024 *5)) (-4 *5 (-544)))) (-3449 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-544)) (-5 *2 (-401 (-1150 (-401 (-933 *5))))) (-5 *1 (-1024 *5)) (-5 *3 (-401 (-933 *5))))) (-3506 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544)) (-5 *2 (-1154)) (-5 *1 (-1024 *4)))) (-3611 (*1 *2 *3) (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544)) (-5 *2 (-629 (-1154))) (-5 *1 (-1024 *4)))))
-(-10 -7 (-15 -3611 ((-629 (-1154)) (-401 (-933 |#1|)))) (-15 -3506 ((-3 (-1154) "failed") (-401 (-933 |#1|)))) (-15 -3449 ((-401 (-1150 (-401 (-933 |#1|)))) (-401 (-933 |#1|)) (-1154))) (-15 -3602 ((-401 (-933 |#1|)) (-401 (-1150 (-401 (-933 |#1|)))) (-1154))) (-15 -2432 ((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-1154) (-401 (-933 |#1|)))) (-15 -2432 ((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-629 (-1154)) (-629 (-401 (-933 |#1|))))) (-15 -2432 ((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-288 (-401 (-933 |#1|))))) (-15 -2432 ((-401 (-933 |#1|)) (-401 (-933 |#1|)) (-629 (-288 (-401 (-933 |#1|)))))) (-15 -3213 ((-401 (-933 |#1|)) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2130 (($) 17 T CONST)) (-2533 ((|#1| $) 22)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-2960 ((|#1| $) 21)) (-3453 ((|#1|) 19 T CONST)) (-3213 (((-844) $) 11)) (-3692 ((|#1| $) 20)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15)))
-(((-1025 |#1|) (-137) (-23)) (T -1025))
-((-2533 (*1 *2 *1) (-12 (-4 *1 (-1025 *2)) (-4 *2 (-23)))) (-2960 (*1 *2 *1) (-12 (-4 *1 (-1025 *2)) (-4 *2 (-23)))) (-3692 (*1 *2 *1) (-12 (-4 *1 (-1025 *2)) (-4 *2 (-23)))) (-3453 (*1 *2) (-12 (-4 *1 (-1025 *2)) (-4 *2 (-23)))))
-(-13 (-23) (-10 -8 (-15 -2533 (|t#1| $)) (-15 -2960 (|t#1| $)) (-15 -3692 (|t#1| $)) (-15 -3453 (|t#1|) -3930)))
-(((-23) . T) ((-25) . T) ((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-1994 (($) 24 T CONST)) (-2130 (($) 17 T CONST)) (-2533 ((|#1| $) 22)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-2960 ((|#1| $) 21)) (-3453 ((|#1|) 19 T CONST)) (-3213 (((-844) $) 11)) (-3692 ((|#1| $) 20)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3358 (((-630 (-553)) $) 54)) (-2977 (($ (-630 (-553))) 62)) (-2589 (((-553) $) 40 (|has| (-553) (-301)))) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL (|has| (-553) (-806)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) 49) (((-3 (-1155) "failed") $) NIL (|has| (-553) (-1020 (-1155)))) (((-3 (-401 (-553)) "failed") $) 47 (|has| (-553) (-1020 (-553)))) (((-3 (-553) "failed") $) 49 (|has| (-553) (-1020 (-553))))) (-2831 (((-553) $) NIL) (((-1155) $) NIL (|has| (-553) (-1020 (-1155)))) (((-401 (-553)) $) NIL (|has| (-553) (-1020 (-553)))) (((-553) $) NIL (|has| (-553) (-1020 (-553))))) (-4005 (($ $ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| (-553) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| (-553) (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-674 (-553)) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1333 (($) NIL (|has| (-553) (-538)))) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-3629 (((-630 (-553)) $) 60)) (-2184 (((-111) $) NIL (|has| (-553) (-806)))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (|has| (-553) (-868 (-553)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (|has| (-553) (-868 (-373))))) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL)) (-4013 (((-553) $) 37)) (-3464 (((-3 $ "failed") $) NIL (|has| (-553) (-1130)))) (-2260 (((-111) $) NIL (|has| (-553) (-806)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| (-553) (-833)))) (-1478 (($ (-1 (-553) (-553)) $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL)) (-1979 (($) NIL (|has| (-553) (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-2079 (($ $) NIL (|has| (-553) (-301))) (((-401 (-553)) $) 42)) (-3357 (((-1135 (-553)) $) 59)) (-3032 (($ (-630 (-553)) (-630 (-553))) 63)) (-1278 (((-553) $) 53 (|has| (-553) (-538)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| (-553) (-891)))) (-3476 (((-412 $) $) NIL)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-2433 (($ $ (-630 (-553)) (-630 (-553))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-553) (-553)) NIL (|has| (-553) (-303 (-553)))) (($ $ (-288 (-553))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-630 (-288 (-553)))) NIL (|has| (-553) (-303 (-553)))) (($ $ (-630 (-1155)) (-630 (-553))) NIL (|has| (-553) (-507 (-1155) (-553)))) (($ $ (-1155) (-553)) NIL (|has| (-553) (-507 (-1155) (-553))))) (-3879 (((-757) $) NIL)) (-2061 (($ $ (-553)) NIL (|has| (-553) (-280 (-553) (-553))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $) 11 (|has| (-553) (-228))) (($ $ (-757)) NIL (|has| (-553) (-228))) (($ $ (-1155)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1 (-553) (-553)) (-757)) NIL) (($ $ (-1 (-553) (-553))) NIL)) (-2237 (($ $) NIL)) (-4024 (((-553) $) 39)) (-3933 (((-630 (-553)) $) 61)) (-1523 (((-874 (-553)) $) NIL (|has| (-553) (-601 (-874 (-553))))) (((-874 (-373)) $) NIL (|has| (-553) (-601 (-874 (-373))))) (((-529) $) NIL (|has| (-553) (-601 (-529)))) (((-373) $) NIL (|has| (-553) (-1004))) (((-220) $) NIL (|has| (-553) (-1004)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| (-553) (-891))))) (-3212 (((-845) $) 77) (($ (-553)) 43) (($ $) NIL) (($ (-401 (-553))) 20) (($ (-553)) 43) (($ (-1155)) NIL (|has| (-553) (-1020 (-1155)))) (((-401 (-553)) $) 18)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| (-553) (-891))) (|has| (-553) (-142))))) (-1348 (((-757)) 9)) (-3609 (((-553) $) 51 (|has| (-553) (-538)))) (-2453 (((-111) $ $) NIL)) (-1411 (($ $) NIL (|has| (-553) (-806)))) (-3296 (($) 10 T CONST)) (-3308 (($) 12 T CONST)) (-1766 (($ $) NIL (|has| (-553) (-228))) (($ $ (-757)) NIL (|has| (-553) (-228))) (($ $ (-1155)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| (-553) (-882 (-1155)))) (($ $ (-1 (-553) (-553)) (-757)) NIL) (($ $ (-1 (-553) (-553))) NIL)) (-1667 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1614 (((-111) $ $) 14)) (-1656 (((-111) $ $) NIL (|has| (-553) (-833)))) (-1633 (((-111) $ $) 33 (|has| (-553) (-833)))) (-1721 (($ $ $) 29) (($ (-553) (-553)) 31)) (-1710 (($ $) 15) (($ $ $) 23)) (-1699 (($ $ $) 21)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 25) (($ $ $) 27) (($ $ (-401 (-553))) NIL) (($ (-401 (-553)) $) NIL) (($ (-553) $) 25) (($ $ (-553)) NIL)))
+(((-986 |#1|) (-13 (-974 (-553)) (-10 -8 (-15 -3212 ((-401 (-553)) $)) (-15 -2079 ((-401 (-553)) $)) (-15 -3358 ((-630 (-553)) $)) (-15 -3357 ((-1135 (-553)) $)) (-15 -3629 ((-630 (-553)) $)) (-15 -3933 ((-630 (-553)) $)) (-15 -2977 ($ (-630 (-553)))) (-15 -3032 ($ (-630 (-553)) (-630 (-553)))))) (-553)) (T -986))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))) (-2079 (*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))) (-3358 (*1 *2 *1) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))) (-3357 (*1 *2 *1) (-12 (-5 *2 (-1135 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))) (-3629 (*1 *2 *1) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))) (-3933 (*1 *2 *1) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))) (-2977 (*1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))) (-3032 (*1 *1 *2 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))))
+(-13 (-974 (-553)) (-10 -8 (-15 -3212 ((-401 (-553)) $)) (-15 -2079 ((-401 (-553)) $)) (-15 -3358 ((-630 (-553)) $)) (-15 -3357 ((-1135 (-553)) $)) (-15 -3629 ((-630 (-553)) $)) (-15 -3933 ((-630 (-553)) $)) (-15 -2977 ($ (-630 (-553)))) (-15 -3032 ($ (-630 (-553)) (-630 (-553))))))
+((-1923 (((-52) (-401 (-553)) (-553)) 9)))
+(((-987) (-10 -7 (-15 -1923 ((-52) (-401 (-553)) (-553))))) (T -987))
+((-1923 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-553))) (-5 *4 (-553)) (-5 *2 (-52)) (-5 *1 (-987)))))
+(-10 -7 (-15 -1923 ((-52) (-401 (-553)) (-553))))
+((-2662 (((-553)) 13)) (-1665 (((-553)) 16)) (-3713 (((-1243) (-553)) 15)) (-3456 (((-553) (-553)) 17) (((-553)) 12)))
+(((-988) (-10 -7 (-15 -3456 ((-553))) (-15 -2662 ((-553))) (-15 -3456 ((-553) (-553))) (-15 -3713 ((-1243) (-553))) (-15 -1665 ((-553))))) (T -988))
+((-1665 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-988)))) (-3713 (*1 *2 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-988)))) (-3456 (*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-988)))) (-2662 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-988)))) (-3456 (*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-988)))))
+(-10 -7 (-15 -3456 ((-553))) (-15 -2662 ((-553))) (-15 -3456 ((-553) (-553))) (-15 -3713 ((-1243) (-553))) (-15 -1665 ((-553))))
+((-1380 (((-412 |#1|) |#1|) 41)) (-3476 (((-412 |#1|) |#1|) 40)))
+(((-989 |#1|) (-10 -7 (-15 -3476 ((-412 |#1|) |#1|)) (-15 -1380 ((-412 |#1|) |#1|))) (-1214 (-401 (-553)))) (T -989))
+((-1380 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-989 *3)) (-4 *3 (-1214 (-401 (-553)))))) (-3476 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-989 *3)) (-4 *3 (-1214 (-401 (-553)))))))
+(-10 -7 (-15 -3476 ((-412 |#1|) |#1|)) (-15 -1380 ((-412 |#1|) |#1|)))
+((-1402 (((-3 (-401 (-553)) "failed") |#1|) 15)) (-3054 (((-111) |#1|) 14)) (-3731 (((-401 (-553)) |#1|) 10)))
+(((-990 |#1|) (-10 -7 (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|))) (-1020 (-401 (-553)))) (T -990))
+((-1402 (*1 *2 *3) (|partial| -12 (-5 *2 (-401 (-553))) (-5 *1 (-990 *3)) (-4 *3 (-1020 *2)))) (-3054 (*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-990 *3)) (-4 *3 (-1020 (-401 (-553)))))) (-3731 (*1 *2 *3) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-990 *3)) (-4 *3 (-1020 *2)))))
+(-10 -7 (-15 -3731 ((-401 (-553)) |#1|)) (-15 -3054 ((-111) |#1|)) (-15 -1402 ((-3 (-401 (-553)) "failed") |#1|)))
+((-1471 ((|#2| $ "value" |#2|) 12)) (-2061 ((|#2| $ "value") 10)) (-1884 (((-111) $ $) 18)))
+(((-991 |#1| |#2|) (-10 -8 (-15 -1471 (|#2| |#1| "value" |#2|)) (-15 -1884 ((-111) |#1| |#1|)) (-15 -2061 (|#2| |#1| "value"))) (-992 |#2|) (-1192)) (T -991))
+NIL
+(-10 -8 (-15 -1471 (|#2| |#1| "value" |#2|)) (-15 -1884 ((-111) |#1| |#1|)) (-15 -2061 (|#2| |#1| "value")))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2924 ((|#1| $) 48)) (-2549 (((-111) $ (-757)) 8)) (-2830 ((|#1| $ |#1|) 39 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 41 (|has| $ (-6 -4370)))) (-3203 (($) 7 T CONST)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 50)) (-1576 (((-111) $ $) 42 (|has| |#1| (-1079)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-2603 (((-630 |#1|) $) 45)) (-3380 (((-111) $) 49)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ "value") 47)) (-2566 (((-553) $ $) 44)) (-3990 (((-111) $) 46)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) 51)) (-1884 (((-111) $ $) 43 (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-992 |#1|) (-137) (-1192)) (T -992))
+((-2590 (*1 *2 *1) (-12 (-4 *3 (-1192)) (-5 *2 (-630 *1)) (-4 *1 (-992 *3)))) (-2527 (*1 *2 *1) (-12 (-4 *3 (-1192)) (-5 *2 (-630 *1)) (-4 *1 (-992 *3)))) (-3380 (*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))) (-2924 (*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1192)))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-992 *2)) (-4 *2 (-1192)))) (-3990 (*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))) (-2603 (*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-5 *2 (-630 *3)))) (-2566 (*1 *2 *1 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-5 *2 (-553)))) (-1884 (*1 *2 *1 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-4 *3 (-1079)) (-5 *2 (-111)))) (-1576 (*1 *2 *1 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-4 *3 (-1079)) (-5 *2 (-111)))) (-4012 (*1 *1 *1 *2) (-12 (-5 *2 (-630 *1)) (|has| *1 (-6 -4370)) (-4 *1 (-992 *3)) (-4 *3 (-1192)))) (-1471 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4370)) (-4 *1 (-992 *2)) (-4 *2 (-1192)))) (-2830 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-992 *2)) (-4 *2 (-1192)))))
+(-13 (-482 |t#1|) (-10 -8 (-15 -2590 ((-630 $) $)) (-15 -2527 ((-630 $) $)) (-15 -3380 ((-111) $)) (-15 -2924 (|t#1| $)) (-15 -2061 (|t#1| $ "value")) (-15 -3990 ((-111) $)) (-15 -2603 ((-630 |t#1|) $)) (-15 -2566 ((-553) $ $)) (IF (|has| |t#1| (-1079)) (PROGN (-15 -1884 ((-111) $ $)) (-15 -1576 ((-111) $ $))) |%noBranch|) (IF (|has| $ (-6 -4370)) (PROGN (-15 -4012 ($ $ (-630 $))) (-15 -1471 (|t#1| $ "value" |t#1|)) (-15 -2830 (|t#1| $ |t#1|))) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-3487 (($ $) 9) (($ $ (-903)) 43) (($ (-401 (-553))) 13) (($ (-553)) 15)) (-3691 (((-3 $ "failed") (-1151 $) (-903) (-845)) 23) (((-3 $ "failed") (-1151 $) (-903)) 28)) (-3527 (($ $ (-553)) 49)) (-1348 (((-757)) 17)) (-1861 (((-630 $) (-1151 $)) NIL) (((-630 $) (-1151 (-401 (-553)))) 54) (((-630 $) (-1151 (-553))) 59) (((-630 $) (-934 $)) 63) (((-630 $) (-934 (-401 (-553)))) 67) (((-630 $) (-934 (-553))) 71)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL) (($ $ (-401 (-553))) 47)))
+(((-993 |#1|) (-10 -8 (-15 -3487 (|#1| (-553))) (-15 -3487 (|#1| (-401 (-553)))) (-15 -3487 (|#1| |#1| (-903))) (-15 -1861 ((-630 |#1|) (-934 (-553)))) (-15 -1861 ((-630 |#1|) (-934 (-401 (-553))))) (-15 -1861 ((-630 |#1|) (-934 |#1|))) (-15 -1861 ((-630 |#1|) (-1151 (-553)))) (-15 -1861 ((-630 |#1|) (-1151 (-401 (-553))))) (-15 -1861 ((-630 |#1|) (-1151 |#1|))) (-15 -3691 ((-3 |#1| "failed") (-1151 |#1|) (-903))) (-15 -3691 ((-3 |#1| "failed") (-1151 |#1|) (-903) (-845))) (-15 ** (|#1| |#1| (-401 (-553)))) (-15 -3527 (|#1| |#1| (-553))) (-15 -3487 (|#1| |#1|)) (-15 ** (|#1| |#1| (-553))) (-15 -1348 ((-757))) (-15 ** (|#1| |#1| (-757))) (-15 ** (|#1| |#1| (-903)))) (-994)) (T -993))
+((-1348 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-993 *3)) (-4 *3 (-994)))))
+(-10 -8 (-15 -3487 (|#1| (-553))) (-15 -3487 (|#1| (-401 (-553)))) (-15 -3487 (|#1| |#1| (-903))) (-15 -1861 ((-630 |#1|) (-934 (-553)))) (-15 -1861 ((-630 |#1|) (-934 (-401 (-553))))) (-15 -1861 ((-630 |#1|) (-934 |#1|))) (-15 -1861 ((-630 |#1|) (-1151 (-553)))) (-15 -1861 ((-630 |#1|) (-1151 (-401 (-553))))) (-15 -1861 ((-630 |#1|) (-1151 |#1|))) (-15 -3691 ((-3 |#1| "failed") (-1151 |#1|) (-903))) (-15 -3691 ((-3 |#1| "failed") (-1151 |#1|) (-903) (-845))) (-15 ** (|#1| |#1| (-401 (-553)))) (-15 -3527 (|#1| |#1| (-553))) (-15 -3487 (|#1| |#1|)) (-15 ** (|#1| |#1| (-553))) (-15 -1348 ((-757))) (-15 ** (|#1| |#1| (-757))) (-15 ** (|#1| |#1| (-903))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 87)) (-2723 (($ $) 88)) (-2157 (((-111) $) 90)) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 107)) (-1807 (((-412 $) $) 108)) (-3487 (($ $) 71) (($ $ (-903)) 57) (($ (-401 (-553))) 56) (($ (-553)) 55)) (-3816 (((-111) $ $) 98)) (-2299 (((-553) $) 124)) (-3203 (($) 17 T CONST)) (-3691 (((-3 $ "failed") (-1151 $) (-903) (-845)) 65) (((-3 $ "failed") (-1151 $) (-903)) 64)) (-1394 (((-3 (-553) "failed") $) 84 (|has| (-401 (-553)) (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 82 (|has| (-401 (-553)) (-1020 (-401 (-553))))) (((-3 (-401 (-553)) "failed") $) 79)) (-2831 (((-553) $) 83 (|has| (-401 (-553)) (-1020 (-553)))) (((-401 (-553)) $) 81 (|has| (-401 (-553)) (-1020 (-401 (-553))))) (((-401 (-553)) $) 80)) (-1544 (($ $ (-845)) 54)) (-2489 (($ $ (-845)) 53)) (-4005 (($ $ $) 102)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 101)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 96)) (-4268 (((-111) $) 109)) (-2184 (((-111) $) 122)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 70)) (-2260 (((-111) $) 123)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 105)) (-1773 (($ $ $) 121)) (-2012 (($ $ $) 120)) (-1418 (((-3 (-1151 $) "failed") $) 66)) (-2512 (((-3 (-845) "failed") $) 68)) (-2734 (((-3 (-1151 $) "failed") $) 67)) (-2552 (($ (-630 $)) 94) (($ $ $) 93)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 110)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 95)) (-2591 (($ (-630 $)) 92) (($ $ $) 91)) (-3476 (((-412 $) $) 106)) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 104) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 103)) (-3968 (((-3 $ "failed") $ $) 86)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 97)) (-3879 (((-757) $) 99)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 100)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 (-553))) 114) (($ $) 85) (($ (-401 (-553))) 78) (($ (-553)) 77) (($ (-401 (-553))) 74)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 89)) (-4312 (((-401 (-553)) $ $) 52)) (-1861 (((-630 $) (-1151 $)) 63) (((-630 $) (-1151 (-401 (-553)))) 62) (((-630 $) (-1151 (-553))) 61) (((-630 $) (-934 $)) 60) (((-630 $) (-934 (-401 (-553)))) 59) (((-630 $) (-934 (-553))) 58)) (-1411 (($ $) 125)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1667 (((-111) $ $) 118)) (-1645 (((-111) $ $) 117)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 119)) (-1633 (((-111) $ $) 116)) (-1721 (($ $ $) 115)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 111) (($ $ (-401 (-553))) 69)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ (-401 (-553)) $) 113) (($ $ (-401 (-553))) 112) (($ (-553) $) 76) (($ $ (-553)) 75) (($ (-401 (-553)) $) 73) (($ $ (-401 (-553))) 72)))
+(((-994) (-137)) (T -994))
+((-3487 (*1 *1 *1) (-4 *1 (-994))) (-2512 (*1 *2 *1) (|partial| -12 (-4 *1 (-994)) (-5 *2 (-845)))) (-2734 (*1 *2 *1) (|partial| -12 (-5 *2 (-1151 *1)) (-4 *1 (-994)))) (-1418 (*1 *2 *1) (|partial| -12 (-5 *2 (-1151 *1)) (-4 *1 (-994)))) (-3691 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1151 *1)) (-5 *3 (-903)) (-5 *4 (-845)) (-4 *1 (-994)))) (-3691 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1151 *1)) (-5 *3 (-903)) (-4 *1 (-994)))) (-1861 (*1 *2 *3) (-12 (-5 *3 (-1151 *1)) (-4 *1 (-994)) (-5 *2 (-630 *1)))) (-1861 (*1 *2 *3) (-12 (-5 *3 (-1151 (-401 (-553)))) (-5 *2 (-630 *1)) (-4 *1 (-994)))) (-1861 (*1 *2 *3) (-12 (-5 *3 (-1151 (-553))) (-5 *2 (-630 *1)) (-4 *1 (-994)))) (-1861 (*1 *2 *3) (-12 (-5 *3 (-934 *1)) (-4 *1 (-994)) (-5 *2 (-630 *1)))) (-1861 (*1 *2 *3) (-12 (-5 *3 (-934 (-401 (-553)))) (-5 *2 (-630 *1)) (-4 *1 (-994)))) (-1861 (*1 *2 *3) (-12 (-5 *3 (-934 (-553))) (-5 *2 (-630 *1)) (-4 *1 (-994)))) (-3487 (*1 *1 *1 *2) (-12 (-4 *1 (-994)) (-5 *2 (-903)))) (-3487 (*1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-4 *1 (-994)))) (-3487 (*1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-994)))) (-1544 (*1 *1 *1 *2) (-12 (-4 *1 (-994)) (-5 *2 (-845)))) (-2489 (*1 *1 *1 *2) (-12 (-4 *1 (-994)) (-5 *2 (-845)))) (-4312 (*1 *2 *1 *1) (-12 (-4 *1 (-994)) (-5 *2 (-401 (-553))))))
+(-13 (-144) (-831) (-169) (-357) (-405 (-401 (-553))) (-38 (-553)) (-38 (-401 (-553))) (-984) (-10 -8 (-15 -2512 ((-3 (-845) "failed") $)) (-15 -2734 ((-3 (-1151 $) "failed") $)) (-15 -1418 ((-3 (-1151 $) "failed") $)) (-15 -3691 ((-3 $ "failed") (-1151 $) (-903) (-845))) (-15 -3691 ((-3 $ "failed") (-1151 $) (-903))) (-15 -1861 ((-630 $) (-1151 $))) (-15 -1861 ((-630 $) (-1151 (-401 (-553))))) (-15 -1861 ((-630 $) (-1151 (-553)))) (-15 -1861 ((-630 $) (-934 $))) (-15 -1861 ((-630 $) (-934 (-401 (-553))))) (-15 -1861 ((-630 $) (-934 (-553)))) (-15 -3487 ($ $ (-903))) (-15 -3487 ($ $)) (-15 -3487 ($ (-401 (-553)))) (-15 -3487 ($ (-553))) (-15 -1544 ($ $ (-845))) (-15 -2489 ($ $ (-845))) (-15 -4312 ((-401 (-553)) $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 #1=(-553)) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 #1# #1#) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-603 #2=(-401 (-553))) . T) ((-603 #3=(-553)) |has| (-401 (-553)) (-1020 (-553))) ((-600 (-845)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-405 (-401 (-553))) . T) ((-445) . T) ((-545) . T) ((-633 #0#) . T) ((-633 #1#) . T) ((-633 $) . T) ((-703 #0#) . T) ((-703 #1#) . T) ((-703 $) . T) ((-712) . T) ((-777) . T) ((-778) . T) ((-780) . T) ((-781) . T) ((-831) . T) ((-833) . T) ((-902) . T) ((-984) . T) ((-1020 #2#) . T) ((-1020 #3#) |has| (-401 (-553)) (-1020 (-553))) ((-1037 #0#) . T) ((-1037 #1#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) . T))
+((-2740 (((-2 (|:| |ans| |#2|) (|:| -3425 |#2|) (|:| |sol?| (-111))) (-553) |#2| |#2| (-1155) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|)) (-1 (-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 66)))
+(((-995 |#1| |#2|) (-10 -7 (-15 -2740 ((-2 (|:| |ans| |#2|) (|:| -3425 |#2|) (|:| |sol?| (-111))) (-553) |#2| |#2| (-1155) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|)) (-1 (-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553))) (-13 (-1177) (-27) (-424 |#1|))) (T -995))
+((-2740 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1155)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-630 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3557 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1177) (-27) (-424 *8))) (-4 *8 (-13 (-445) (-833) (-144) (-1020 *3) (-626 *3))) (-5 *3 (-553)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3425 *4) (|:| |sol?| (-111)))) (-5 *1 (-995 *8 *4)))))
+(-10 -7 (-15 -2740 ((-2 (|:| |ans| |#2|) (|:| -3425 |#2|) (|:| |sol?| (-111))) (-553) |#2| |#2| (-1155) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|)) (-1 (-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-2586 (((-3 (-630 |#2|) "failed") (-553) |#2| |#2| |#2| (-1155) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|)) (-1 (-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 53)))
+(((-996 |#1| |#2|) (-10 -7 (-15 -2586 ((-3 (-630 |#2|) "failed") (-553) |#2| |#2| |#2| (-1155) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|)) (-1 (-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553))) (-13 (-1177) (-27) (-424 |#1|))) (T -996))
+((-2586 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1155)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-630 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3557 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1177) (-27) (-424 *8))) (-4 *8 (-13 (-445) (-833) (-144) (-1020 *3) (-626 *3))) (-5 *3 (-553)) (-5 *2 (-630 *4)) (-5 *1 (-996 *8 *4)))))
+(-10 -7 (-15 -2586 ((-3 (-630 |#2|) "failed") (-553) |#2| |#2| |#2| (-1155) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-630 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-630 |#2|)) (-1 (-3 (-2 (|:| -3557 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-3511 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-111)))) (|:| -2770 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-553)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-553) (-1 |#2| |#2|)) 30)) (-2053 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |c| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|)) 58)) (-2598 (((-2 (|:| |ans| (-401 |#2|)) (|:| |nosol| (-111))) (-401 |#2|) (-401 |#2|)) 63)))
+(((-997 |#1| |#2|) (-10 -7 (-15 -2053 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |c| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|))) (-15 -2598 ((-2 (|:| |ans| (-401 |#2|)) (|:| |nosol| (-111))) (-401 |#2|) (-401 |#2|))) (-15 -3511 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-111)))) (|:| -2770 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-553)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-553) (-1 |#2| |#2|)))) (-13 (-357) (-144) (-1020 (-553))) (-1214 |#1|)) (T -997))
+((-3511 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1214 *6)) (-4 *6 (-13 (-357) (-144) (-1020 *4))) (-5 *4 (-553)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-111)))) (|:| -2770 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-997 *6 *3)))) (-2598 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-553)))) (-4 *5 (-1214 *4)) (-5 *2 (-2 (|:| |ans| (-401 *5)) (|:| |nosol| (-111)))) (-5 *1 (-997 *4 *5)) (-5 *3 (-401 *5)))) (-2053 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-401 *6)) (|:| |c| (-401 *6)) (|:| -4329 *6))) (-5 *1 (-997 *5 *6)) (-5 *3 (-401 *6)))))
+(-10 -7 (-15 -2053 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |c| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|))) (-15 -2598 ((-2 (|:| |ans| (-401 |#2|)) (|:| |nosol| (-111))) (-401 |#2|) (-401 |#2|))) (-15 -3511 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-111)))) (|:| -2770 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-553)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-553) (-1 |#2| |#2|))))
+((-4057 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |h| |#2|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|)) 22)) (-3726 (((-3 (-630 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|)) 33)))
+(((-998 |#1| |#2|) (-10 -7 (-15 -4057 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |h| |#2|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|))) (-15 -3726 ((-3 (-630 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|)))) (-13 (-357) (-144) (-1020 (-553))) (-1214 |#1|)) (T -998))
+((-3726 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-357) (-144) (-1020 (-553)))) (-4 *5 (-1214 *4)) (-5 *2 (-630 (-401 *5))) (-5 *1 (-998 *4 *5)) (-5 *3 (-401 *5)))) (-4057 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-13 (-357) (-144) (-1020 (-553)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-401 *6)) (|:| |h| *6) (|:| |c1| (-401 *6)) (|:| |c2| (-401 *6)) (|:| -4329 *6))) (-5 *1 (-998 *5 *6)) (-5 *3 (-401 *6)))))
+(-10 -7 (-15 -4057 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-401 |#2|)) (|:| |h| |#2|) (|:| |c1| (-401 |#2|)) (|:| |c2| (-401 |#2|)) (|:| -4329 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|) (-1 |#2| |#2|))) (-15 -3726 ((-3 (-630 (-401 |#2|)) "failed") (-401 |#2|) (-401 |#2|) (-401 |#2|))))
+((-2095 (((-1 |#1|) (-630 (-2 (|:| -2924 |#1|) (|:| -3452 (-553))))) 37)) (-1983 (((-1 |#1|) (-1081 |#1|)) 45)) (-3055 (((-1 |#1|) (-1238 |#1|) (-1238 (-553)) (-553)) 34)))
+(((-999 |#1|) (-10 -7 (-15 -1983 ((-1 |#1|) (-1081 |#1|))) (-15 -2095 ((-1 |#1|) (-630 (-2 (|:| -2924 |#1|) (|:| -3452 (-553)))))) (-15 -3055 ((-1 |#1|) (-1238 |#1|) (-1238 (-553)) (-553)))) (-1079)) (T -999))
+((-3055 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1238 *6)) (-5 *4 (-1238 (-553))) (-5 *5 (-553)) (-4 *6 (-1079)) (-5 *2 (-1 *6)) (-5 *1 (-999 *6)))) (-2095 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| -2924 *4) (|:| -3452 (-553))))) (-4 *4 (-1079)) (-5 *2 (-1 *4)) (-5 *1 (-999 *4)))) (-1983 (*1 *2 *3) (-12 (-5 *3 (-1081 *4)) (-4 *4 (-1079)) (-5 *2 (-1 *4)) (-5 *1 (-999 *4)))))
+(-10 -7 (-15 -1983 ((-1 |#1|) (-1081 |#1|))) (-15 -2095 ((-1 |#1|) (-630 (-2 (|:| -2924 |#1|) (|:| -3452 (-553)))))) (-15 -3055 ((-1 |#1|) (-1238 |#1|) (-1238 (-553)) (-553))))
+((-2592 (((-757) (-330 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
+(((-1000 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2592 ((-757) (-330 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-357) (-1214 |#1|) (-1214 (-401 |#2|)) (-336 |#1| |#2| |#3|) (-13 (-362) (-357))) (T -1000))
+((-2592 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-330 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-357)) (-4 *7 (-1214 *6)) (-4 *4 (-1214 (-401 *7))) (-4 *8 (-336 *6 *7 *4)) (-4 *9 (-13 (-362) (-357))) (-5 *2 (-757)) (-5 *1 (-1000 *6 *7 *4 *8 *9)))))
+(-10 -7 (-15 -2592 ((-757) (-330 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
+((-3200 (((-111) $ $) NIL)) (-4155 (((-1114) $) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) NIL) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-1114) $) 11)) (-1614 (((-111) $ $) NIL)))
+(((-1001) (-13 (-1062) (-10 -8 (-15 -4155 ((-1114) $)) (-15 -4300 ((-1114) $))))) (T -1001))
+((-4155 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1001)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1001)))))
+(-13 (-1062) (-10 -8 (-15 -4155 ((-1114) $)) (-15 -4300 ((-1114) $))))
+((-3678 (((-3 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) "failed") |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) 31) (((-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553))) 28)) (-4248 (((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553))) 33) (((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-401 (-553))) 29) (((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) 32) (((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1|) 27)) (-1842 (((-630 (-401 (-553))) (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) 19)) (-1608 (((-401 (-553)) (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) 16)))
+(((-1002 |#1|) (-10 -7 (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1|)) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-401 (-553)))) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553)))) (-15 -3678 ((-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553)))) (-15 -3678 ((-3 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) "failed") |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-15 -1608 ((-401 (-553)) (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-15 -1842 ((-630 (-401 (-553))) (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))))) (-1214 (-553))) (T -1002))
+((-1842 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-5 *2 (-630 (-401 (-553)))) (-5 *1 (-1002 *4)) (-4 *4 (-1214 (-553))))) (-1608 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) (-5 *2 (-401 (-553))) (-5 *1 (-1002 *4)) (-4 *4 (-1214 (-553))))) (-3678 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553))))) (-3678 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) (-5 *4 (-401 (-553))) (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553))))) (-4248 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-401 (-553))) (-5 *2 (-630 (-2 (|:| -3413 *5) (|:| -3425 *5)))) (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553))) (-5 *4 (-2 (|:| -3413 *5) (|:| -3425 *5))))) (-4248 (*1 *2 *3 *4) (-12 (-5 *2 (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553))) (-5 *4 (-401 (-553))))) (-4248 (*1 *2 *3 *4) (-12 (-5 *2 (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553))) (-5 *4 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))) (-4248 (*1 *2 *3) (-12 (-5 *2 (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553))))))
+(-10 -7 (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1|)) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-401 (-553)))) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553)))) (-15 -3678 ((-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553)))) (-15 -3678 ((-3 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) "failed") |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-15 -1608 ((-401 (-553)) (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-15 -1842 ((-630 (-401 (-553))) (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))))
+((-3678 (((-3 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) "failed") |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) 35) (((-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553))) 32)) (-4248 (((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553))) 30) (((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-401 (-553))) 26) (((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) 28) (((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1|) 24)))
+(((-1003 |#1|) (-10 -7 (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1|)) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-401 (-553)))) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553)))) (-15 -3678 ((-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553)))) (-15 -3678 ((-3 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) "failed") |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))) (-1214 (-401 (-553)))) (T -1003))
+((-3678 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) (-5 *1 (-1003 *3)) (-4 *3 (-1214 (-401 (-553)))))) (-3678 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) (-5 *4 (-401 (-553))) (-5 *1 (-1003 *3)) (-4 *3 (-1214 *4)))) (-4248 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-401 (-553))) (-5 *2 (-630 (-2 (|:| -3413 *5) (|:| -3425 *5)))) (-5 *1 (-1003 *3)) (-4 *3 (-1214 *5)) (-5 *4 (-2 (|:| -3413 *5) (|:| -3425 *5))))) (-4248 (*1 *2 *3 *4) (-12 (-5 *4 (-401 (-553))) (-5 *2 (-630 (-2 (|:| -3413 *4) (|:| -3425 *4)))) (-5 *1 (-1003 *3)) (-4 *3 (-1214 *4)))) (-4248 (*1 *2 *3 *4) (-12 (-5 *2 (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-5 *1 (-1003 *3)) (-4 *3 (-1214 (-401 (-553)))) (-5 *4 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))) (-4248 (*1 *2 *3) (-12 (-5 *2 (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-5 *1 (-1003 *3)) (-4 *3 (-1214 (-401 (-553)))))))
+(-10 -7 (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1|)) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-401 (-553)))) (-15 -4248 ((-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553)))) (-15 -3678 ((-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-401 (-553)))) (-15 -3678 ((-3 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) "failed") |#1| (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))) (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))))
+((-1523 (((-220) $) 6) (((-373) $) 9)))
+(((-1004) (-137)) (T -1004))
+NIL
+(-13 (-601 (-220)) (-601 (-373)))
+(((-601 (-220)) . T) ((-601 (-373)) . T))
+((-2982 (((-630 (-373)) (-934 (-553)) (-373)) 28) (((-630 (-373)) (-934 (-401 (-553))) (-373)) 27)) (-3875 (((-630 (-630 (-373))) (-630 (-934 (-553))) (-630 (-1155)) (-373)) 37)))
+(((-1005) (-10 -7 (-15 -2982 ((-630 (-373)) (-934 (-401 (-553))) (-373))) (-15 -2982 ((-630 (-373)) (-934 (-553)) (-373))) (-15 -3875 ((-630 (-630 (-373))) (-630 (-934 (-553))) (-630 (-1155)) (-373))))) (T -1005))
+((-3875 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-630 (-1155))) (-5 *2 (-630 (-630 (-373)))) (-5 *1 (-1005)) (-5 *5 (-373)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-934 (-553))) (-5 *2 (-630 (-373))) (-5 *1 (-1005)) (-5 *4 (-373)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-934 (-401 (-553)))) (-5 *2 (-630 (-373))) (-5 *1 (-1005)) (-5 *4 (-373)))))
+(-10 -7 (-15 -2982 ((-630 (-373)) (-934 (-401 (-553))) (-373))) (-15 -2982 ((-630 (-373)) (-934 (-553)) (-373))) (-15 -3875 ((-630 (-630 (-373))) (-630 (-934 (-553))) (-630 (-1155)) (-373))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 70)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3487 (($ $) NIL) (($ $ (-903)) NIL) (($ (-401 (-553))) NIL) (($ (-553)) NIL)) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) 65)) (-3203 (($) NIL T CONST)) (-3691 (((-3 $ "failed") (-1151 $) (-903) (-845)) NIL) (((-3 $ "failed") (-1151 $) (-903)) 50)) (-1394 (((-3 (-401 (-553)) "failed") $) NIL (|has| (-401 (-553)) (-1020 (-401 (-553))))) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 |#1| "failed") $) 107) (((-3 (-553) "failed") $) NIL (-4028 (|has| (-401 (-553)) (-1020 (-553))) (|has| |#1| (-1020 (-553)))))) (-2831 (((-401 (-553)) $) 15 (|has| (-401 (-553)) (-1020 (-401 (-553))))) (((-401 (-553)) $) 15) ((|#1| $) 108) (((-553) $) NIL (-4028 (|has| (-401 (-553)) (-1020 (-553))) (|has| |#1| (-1020 (-553)))))) (-1544 (($ $ (-845)) 42)) (-2489 (($ $ (-845)) 43)) (-4005 (($ $ $) NIL)) (-3801 (((-401 (-553)) $ $) 19)) (-3889 (((-3 $ "failed") $) 83)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-2184 (((-111) $) 61)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL)) (-2260 (((-111) $) 64)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1418 (((-3 (-1151 $) "failed") $) 78)) (-2512 (((-3 (-845) "failed") $) 77)) (-2734 (((-3 (-1151 $) "failed") $) 75)) (-1761 (((-3 (-1041 $ (-1151 $)) "failed") $) 73)) (-2552 (($ (-630 $)) NIL) (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 84)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ (-630 $)) NIL) (($ $ $) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3212 (((-845) $) 82) (($ (-553)) NIL) (($ (-401 (-553))) NIL) (($ $) 58) (($ (-401 (-553))) NIL) (($ (-553)) NIL) (($ (-401 (-553))) NIL) (($ |#1|) 110)) (-1348 (((-757)) NIL)) (-2453 (((-111) $ $) NIL)) (-4312 (((-401 (-553)) $ $) 25)) (-1861 (((-630 $) (-1151 $)) 56) (((-630 $) (-1151 (-401 (-553)))) NIL) (((-630 $) (-1151 (-553))) NIL) (((-630 $) (-934 $)) NIL) (((-630 $) (-934 (-401 (-553)))) NIL) (((-630 $) (-934 (-553))) NIL)) (-3070 (($ (-1041 $ (-1151 $)) (-845)) 41)) (-1411 (($ $) 20)) (-3296 (($) 29 T CONST)) (-3308 (($) 35 T CONST)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 71)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 22)) (-1721 (($ $ $) 33)) (-1710 (($ $) 34) (($ $ $) 69)) (-1699 (($ $ $) 103)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL) (($ $ (-401 (-553))) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 91) (($ $ $) 96) (($ (-401 (-553)) $) NIL) (($ $ (-401 (-553))) NIL) (($ (-553) $) 91) (($ $ (-553)) NIL) (($ (-401 (-553)) $) NIL) (($ $ (-401 (-553))) NIL) (($ |#1| $) 95) (($ $ |#1|) NIL)))
+(((-1006 |#1|) (-13 (-994) (-405 |#1|) (-38 |#1|) (-10 -8 (-15 -3070 ($ (-1041 $ (-1151 $)) (-845))) (-15 -1761 ((-3 (-1041 $ (-1151 $)) "failed") $)) (-15 -3801 ((-401 (-553)) $ $)))) (-13 (-831) (-357) (-1004))) (T -1006))
+((-3070 (*1 *1 *2 *3) (-12 (-5 *2 (-1041 (-1006 *4) (-1151 (-1006 *4)))) (-5 *3 (-845)) (-5 *1 (-1006 *4)) (-4 *4 (-13 (-831) (-357) (-1004))))) (-1761 (*1 *2 *1) (|partial| -12 (-5 *2 (-1041 (-1006 *3) (-1151 (-1006 *3)))) (-5 *1 (-1006 *3)) (-4 *3 (-13 (-831) (-357) (-1004))))) (-3801 (*1 *2 *1 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-1006 *3)) (-4 *3 (-13 (-831) (-357) (-1004))))))
+(-13 (-994) (-405 |#1|) (-38 |#1|) (-10 -8 (-15 -3070 ($ (-1041 $ (-1151 $)) (-845))) (-15 -1761 ((-3 (-1041 $ (-1151 $)) "failed") $)) (-15 -3801 ((-401 (-553)) $ $))))
+((-1771 (((-2 (|:| -2770 |#2|) (|:| -1443 (-630 |#1|))) |#2| (-630 |#1|)) 20) ((|#2| |#2| |#1|) 15)))
+(((-1007 |#1| |#2|) (-10 -7 (-15 -1771 (|#2| |#2| |#1|)) (-15 -1771 ((-2 (|:| -2770 |#2|) (|:| -1443 (-630 |#1|))) |#2| (-630 |#1|)))) (-357) (-641 |#1|)) (T -1007))
+((-1771 (*1 *2 *3 *4) (-12 (-4 *5 (-357)) (-5 *2 (-2 (|:| -2770 *3) (|:| -1443 (-630 *5)))) (-5 *1 (-1007 *5 *3)) (-5 *4 (-630 *5)) (-4 *3 (-641 *5)))) (-1771 (*1 *2 *2 *3) (-12 (-4 *3 (-357)) (-5 *1 (-1007 *3 *2)) (-4 *2 (-641 *3)))))
+(-10 -7 (-15 -1771 (|#2| |#2| |#1|)) (-15 -1771 ((-2 (|:| -2770 |#2|) (|:| -1443 (-630 |#1|))) |#2| (-630 |#1|))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-3100 ((|#1| $ |#1|) 14)) (-1471 ((|#1| $ |#1|) 12)) (-1589 (($ |#1|) 10)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2061 ((|#1| $) 11)) (-1412 ((|#1| $) 13)) (-3212 (((-845) $) 21 (|has| |#1| (-1079)))) (-1614 (((-111) $ $) 9)))
+(((-1008 |#1|) (-13 (-1192) (-10 -8 (-15 -1589 ($ |#1|)) (-15 -2061 (|#1| $)) (-15 -1471 (|#1| $ |#1|)) (-15 -1412 (|#1| $)) (-15 -3100 (|#1| $ |#1|)) (-15 -1614 ((-111) $ $)) (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|))) (-1192)) (T -1008))
+((-1589 (*1 *1 *2) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192)))) (-2061 (*1 *2 *1) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192)))) (-1471 (*1 *2 *1 *2) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192)))) (-1412 (*1 *2 *1) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192)))) (-3100 (*1 *2 *1 *2) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192)))) (-1614 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1008 *3)) (-4 *3 (-1192)))))
+(-13 (-1192) (-10 -8 (-15 -1589 ($ |#1|)) (-15 -2061 (|#1| $)) (-15 -1471 (|#1| $ |#1|)) (-15 -1412 (|#1| $)) (-15 -3100 (|#1| $ |#1|)) (-15 -1614 ((-111) $ $)) (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |#4|)))) (-630 |#4|)) NIL)) (-3240 (((-630 $) (-630 |#4|)) 105) (((-630 $) (-630 |#4|) (-111)) 106) (((-630 $) (-630 |#4|) (-111) (-111)) 104) (((-630 $) (-630 |#4|) (-111) (-111) (-111) (-111)) 107)) (-3611 (((-630 |#3|) $) NIL)) (-2484 (((-111) $) NIL)) (-2518 (((-111) $) NIL (|has| |#1| (-545)))) (-1305 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-1637 ((|#4| |#4| $) NIL)) (-3837 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 99)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-3953 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369))) (((-3 |#4| "failed") $ |#3|) 54)) (-3203 (($) NIL T CONST)) (-1579 (((-111) $) 26 (|has| |#1| (-545)))) (-3199 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2763 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3271 (((-111) $) NIL (|has| |#1| (-545)))) (-3227 (((-630 |#4|) (-630 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-1931 (((-630 |#4|) (-630 |#4|) $) NIL (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) NIL (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) NIL)) (-2831 (($ (-630 |#4|)) NIL)) (-2714 (((-3 $ "failed") $) 39)) (-2250 ((|#4| |#4| $) 57)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2653 (($ |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 73 (|has| |#1| (-545)))) (-1410 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) NIL)) (-3899 ((|#4| |#4| $) NIL)) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4369))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-2920 (((-2 (|:| -2570 (-630 |#4|)) (|:| -3089 (-630 |#4|))) $) NIL)) (-2561 (((-111) |#4| $) NIL)) (-4298 (((-111) |#4| $) NIL)) (-2152 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2343 (((-2 (|:| |val| (-630 |#4|)) (|:| |towers| (-630 $))) (-630 |#4|) (-111) (-111)) 119)) (-3136 (((-630 |#4|) $) 16 (|has| $ (-6 -4369)))) (-2928 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-4051 ((|#3| $) 33)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#4|) $) 17 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 25 (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2947 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 21)) (-1345 (((-630 |#3|) $) NIL)) (-1426 (((-111) |#3| $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-2041 (((-3 |#4| (-630 $)) |#4| |#4| $) NIL)) (-3568 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 97)) (-2679 (((-3 |#4| "failed") $) 37)) (-4302 (((-630 $) |#4| $) 80)) (-2742 (((-3 (-111) (-630 $)) |#4| $) NIL)) (-2605 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 90) (((-111) |#4| $) 52)) (-4115 (((-630 $) |#4| $) 102) (((-630 $) (-630 |#4|) $) NIL) (((-630 $) (-630 |#4|) (-630 $)) 103) (((-630 $) |#4| (-630 $)) NIL)) (-1362 (((-630 $) (-630 |#4|) (-111) (-111) (-111)) 114)) (-4196 (($ |#4| $) 70) (($ (-630 |#4|) $) 71) (((-630 $) |#4| $ (-111) (-111) (-111) (-111) (-111)) 67)) (-2312 (((-630 |#4|) $) NIL)) (-2546 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2279 ((|#4| |#4| $) NIL)) (-4202 (((-111) $ $) NIL)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-545)))) (-2528 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-3239 ((|#4| |#4| $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 (((-3 |#4| "failed") $) 35)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-2968 (((-3 $ "failed") $ |#4|) 48)) (-2370 (($ $ |#4|) NIL) (((-630 $) |#4| $) 82) (((-630 $) |#4| (-630 $)) NIL) (((-630 $) (-630 |#4|) $) NIL) (((-630 $) (-630 |#4|) (-630 $)) 77)) (-1563 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 15)) (-1422 (($) 13)) (-2672 (((-757) $) NIL)) (-2885 (((-757) |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (((-757) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) 12)) (-1523 (((-529) $) NIL (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) 20)) (-2739 (($ $ |#3|) 42)) (-2167 (($ $ |#3|) 44)) (-3082 (($ $) NIL)) (-3777 (($ $ |#3|) NIL)) (-3212 (((-845) $) 31) (((-630 |#4|) $) 40)) (-3775 (((-757) $) NIL (|has| |#3| (-362)))) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-1357 (((-111) $ (-1 (-111) |#4| (-630 |#4|))) NIL)) (-2767 (((-630 $) |#4| $) 79) (((-630 $) |#4| (-630 $)) NIL) (((-630 $) (-630 |#4|) $) NIL) (((-630 $) (-630 |#4|) (-630 $)) NIL)) (-1798 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1660 (((-630 |#3|) $) NIL)) (-3144 (((-111) |#4| $) NIL)) (-1758 (((-111) |#3| $) 53)) (-1614 (((-111) $ $) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1009 |#1| |#2| |#3| |#4|) (-13 (-1051 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4196 ((-630 $) |#4| $ (-111) (-111) (-111) (-111) (-111))) (-15 -3240 ((-630 $) (-630 |#4|) (-111) (-111))) (-15 -3240 ((-630 $) (-630 |#4|) (-111) (-111) (-111) (-111))) (-15 -1362 ((-630 $) (-630 |#4|) (-111) (-111) (-111))) (-15 -2343 ((-2 (|:| |val| (-630 |#4|)) (|:| |towers| (-630 $))) (-630 |#4|) (-111) (-111))))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|)) (T -1009))
+((-4196 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 (-1009 *5 *6 *7 *3))) (-5 *1 (-1009 *5 *6 *7 *3)) (-4 *3 (-1045 *5 *6 *7)))) (-3240 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 (-1009 *5 *6 *7 *8))) (-5 *1 (-1009 *5 *6 *7 *8)))) (-3240 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 (-1009 *5 *6 *7 *8))) (-5 *1 (-1009 *5 *6 *7 *8)))) (-1362 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 (-1009 *5 *6 *7 *8))) (-5 *1 (-1009 *5 *6 *7 *8)))) (-2343 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-630 *8)) (|:| |towers| (-630 (-1009 *5 *6 *7 *8))))) (-5 *1 (-1009 *5 *6 *7 *8)) (-5 *3 (-630 *8)))))
+(-13 (-1051 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4196 ((-630 $) |#4| $ (-111) (-111) (-111) (-111) (-111))) (-15 -3240 ((-630 $) (-630 |#4|) (-111) (-111))) (-15 -3240 ((-630 $) (-630 |#4|) (-111) (-111) (-111) (-111))) (-15 -1362 ((-630 $) (-630 |#4|) (-111) (-111) (-111))) (-15 -2343 ((-2 (|:| |val| (-630 |#4|)) (|:| |towers| (-630 $))) (-630 |#4|) (-111) (-111)))))
+((-3533 (((-630 (-674 |#1|)) (-630 (-674 |#1|))) 58) (((-674 |#1|) (-674 |#1|)) 57) (((-630 (-674 |#1|)) (-630 (-674 |#1|)) (-630 (-674 |#1|))) 56) (((-674 |#1|) (-674 |#1|) (-674 |#1|)) 53)) (-2329 (((-630 (-674 |#1|)) (-630 (-674 |#1|)) (-903)) 52) (((-674 |#1|) (-674 |#1|) (-903)) 51)) (-1989 (((-630 (-674 (-553))) (-630 (-630 (-553)))) 68) (((-630 (-674 (-553))) (-630 (-887 (-553))) (-553)) 67) (((-674 (-553)) (-630 (-553))) 64) (((-674 (-553)) (-887 (-553)) (-553)) 63)) (-1455 (((-674 (-934 |#1|)) (-757)) 81)) (-3740 (((-630 (-674 |#1|)) (-630 (-674 |#1|)) (-903)) 37 (|has| |#1| (-6 (-4371 "*")))) (((-674 |#1|) (-674 |#1|) (-903)) 35 (|has| |#1| (-6 (-4371 "*"))))))
+(((-1010 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4371 "*"))) (-15 -3740 ((-674 |#1|) (-674 |#1|) (-903))) |%noBranch|) (IF (|has| |#1| (-6 (-4371 "*"))) (-15 -3740 ((-630 (-674 |#1|)) (-630 (-674 |#1|)) (-903))) |%noBranch|) (-15 -1455 ((-674 (-934 |#1|)) (-757))) (-15 -2329 ((-674 |#1|) (-674 |#1|) (-903))) (-15 -2329 ((-630 (-674 |#1|)) (-630 (-674 |#1|)) (-903))) (-15 -3533 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -3533 ((-630 (-674 |#1|)) (-630 (-674 |#1|)) (-630 (-674 |#1|)))) (-15 -3533 ((-674 |#1|) (-674 |#1|))) (-15 -3533 ((-630 (-674 |#1|)) (-630 (-674 |#1|)))) (-15 -1989 ((-674 (-553)) (-887 (-553)) (-553))) (-15 -1989 ((-674 (-553)) (-630 (-553)))) (-15 -1989 ((-630 (-674 (-553))) (-630 (-887 (-553))) (-553))) (-15 -1989 ((-630 (-674 (-553))) (-630 (-630 (-553)))))) (-1031)) (T -1010))
+((-1989 (*1 *2 *3) (-12 (-5 *3 (-630 (-630 (-553)))) (-5 *2 (-630 (-674 (-553)))) (-5 *1 (-1010 *4)) (-4 *4 (-1031)))) (-1989 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-887 (-553)))) (-5 *4 (-553)) (-5 *2 (-630 (-674 *4))) (-5 *1 (-1010 *5)) (-4 *5 (-1031)))) (-1989 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-674 (-553))) (-5 *1 (-1010 *4)) (-4 *4 (-1031)))) (-1989 (*1 *2 *3 *4) (-12 (-5 *3 (-887 (-553))) (-5 *4 (-553)) (-5 *2 (-674 *4)) (-5 *1 (-1010 *5)) (-4 *5 (-1031)))) (-3533 (*1 *2 *2) (-12 (-5 *2 (-630 (-674 *3))) (-4 *3 (-1031)) (-5 *1 (-1010 *3)))) (-3533 (*1 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-1010 *3)))) (-3533 (*1 *2 *2 *2) (-12 (-5 *2 (-630 (-674 *3))) (-4 *3 (-1031)) (-5 *1 (-1010 *3)))) (-3533 (*1 *2 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-1010 *3)))) (-2329 (*1 *2 *2 *3) (-12 (-5 *2 (-630 (-674 *4))) (-5 *3 (-903)) (-4 *4 (-1031)) (-5 *1 (-1010 *4)))) (-2329 (*1 *2 *2 *3) (-12 (-5 *2 (-674 *4)) (-5 *3 (-903)) (-4 *4 (-1031)) (-5 *1 (-1010 *4)))) (-1455 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-674 (-934 *4))) (-5 *1 (-1010 *4)) (-4 *4 (-1031)))) (-3740 (*1 *2 *2 *3) (-12 (-5 *2 (-630 (-674 *4))) (-5 *3 (-903)) (|has| *4 (-6 (-4371 "*"))) (-4 *4 (-1031)) (-5 *1 (-1010 *4)))) (-3740 (*1 *2 *2 *3) (-12 (-5 *2 (-674 *4)) (-5 *3 (-903)) (|has| *4 (-6 (-4371 "*"))) (-4 *4 (-1031)) (-5 *1 (-1010 *4)))))
+(-10 -7 (IF (|has| |#1| (-6 (-4371 "*"))) (-15 -3740 ((-674 |#1|) (-674 |#1|) (-903))) |%noBranch|) (IF (|has| |#1| (-6 (-4371 "*"))) (-15 -3740 ((-630 (-674 |#1|)) (-630 (-674 |#1|)) (-903))) |%noBranch|) (-15 -1455 ((-674 (-934 |#1|)) (-757))) (-15 -2329 ((-674 |#1|) (-674 |#1|) (-903))) (-15 -2329 ((-630 (-674 |#1|)) (-630 (-674 |#1|)) (-903))) (-15 -3533 ((-674 |#1|) (-674 |#1|) (-674 |#1|))) (-15 -3533 ((-630 (-674 |#1|)) (-630 (-674 |#1|)) (-630 (-674 |#1|)))) (-15 -3533 ((-674 |#1|) (-674 |#1|))) (-15 -3533 ((-630 (-674 |#1|)) (-630 (-674 |#1|)))) (-15 -1989 ((-674 (-553)) (-887 (-553)) (-553))) (-15 -1989 ((-674 (-553)) (-630 (-553)))) (-15 -1989 ((-630 (-674 (-553))) (-630 (-887 (-553))) (-553))) (-15 -1989 ((-630 (-674 (-553))) (-630 (-630 (-553))))))
+((-2923 (((-674 |#1|) (-630 (-674 |#1|)) (-1238 |#1|)) 50 (|has| |#1| (-301)))) (-2135 (((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-1238 (-1238 |#1|))) 76 (|has| |#1| (-357))) (((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-1238 |#1|)) 79 (|has| |#1| (-357)))) (-2107 (((-1238 |#1|) (-630 (-1238 |#1|)) (-553)) 93 (-12 (|has| |#1| (-357)) (|has| |#1| (-362))))) (-2031 (((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-903)) 85 (-12 (|has| |#1| (-357)) (|has| |#1| (-362)))) (((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-111)) 83 (-12 (|has| |#1| (-357)) (|has| |#1| (-362)))) (((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|))) 82 (-12 (|has| |#1| (-357)) (|has| |#1| (-362)))) (((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-111) (-553) (-553)) 81 (-12 (|has| |#1| (-357)) (|has| |#1| (-362))))) (-4163 (((-111) (-630 (-674 |#1|))) 71 (|has| |#1| (-357))) (((-111) (-630 (-674 |#1|)) (-553)) 73 (|has| |#1| (-357)))) (-2965 (((-1238 (-1238 |#1|)) (-630 (-674 |#1|)) (-1238 |#1|)) 48 (|has| |#1| (-301)))) (-3139 (((-674 |#1|) (-630 (-674 |#1|)) (-674 |#1|)) 34)) (-3695 (((-674 |#1|) (-1238 (-1238 |#1|))) 31)) (-2705 (((-674 |#1|) (-630 (-674 |#1|)) (-630 (-674 |#1|)) (-553)) 65 (|has| |#1| (-357))) (((-674 |#1|) (-630 (-674 |#1|)) (-630 (-674 |#1|))) 64 (|has| |#1| (-357))) (((-674 |#1|) (-630 (-674 |#1|)) (-630 (-674 |#1|)) (-111) (-553)) 69 (|has| |#1| (-357)))))
+(((-1011 |#1|) (-10 -7 (-15 -3695 ((-674 |#1|) (-1238 (-1238 |#1|)))) (-15 -3139 ((-674 |#1|) (-630 (-674 |#1|)) (-674 |#1|))) (IF (|has| |#1| (-301)) (PROGN (-15 -2965 ((-1238 (-1238 |#1|)) (-630 (-674 |#1|)) (-1238 |#1|))) (-15 -2923 ((-674 |#1|) (-630 (-674 |#1|)) (-1238 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -2705 ((-674 |#1|) (-630 (-674 |#1|)) (-630 (-674 |#1|)) (-111) (-553))) (-15 -2705 ((-674 |#1|) (-630 (-674 |#1|)) (-630 (-674 |#1|)))) (-15 -2705 ((-674 |#1|) (-630 (-674 |#1|)) (-630 (-674 |#1|)) (-553))) (-15 -4163 ((-111) (-630 (-674 |#1|)) (-553))) (-15 -4163 ((-111) (-630 (-674 |#1|)))) (-15 -2135 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-1238 |#1|))) (-15 -2135 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-1238 (-1238 |#1|))))) |%noBranch|) (IF (|has| |#1| (-362)) (IF (|has| |#1| (-357)) (PROGN (-15 -2031 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-111) (-553) (-553))) (-15 -2031 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)))) (-15 -2031 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-111))) (-15 -2031 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-903))) (-15 -2107 ((-1238 |#1|) (-630 (-1238 |#1|)) (-553)))) |%noBranch|) |%noBranch|)) (-1031)) (T -1011))
+((-2107 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-1238 *5))) (-5 *4 (-553)) (-5 *2 (-1238 *5)) (-5 *1 (-1011 *5)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1031)))) (-2031 (*1 *2 *3 *4) (-12 (-5 *4 (-903)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1031)) (-5 *2 (-630 (-630 (-674 *5)))) (-5 *1 (-1011 *5)) (-5 *3 (-630 (-674 *5))))) (-2031 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1031)) (-5 *2 (-630 (-630 (-674 *5)))) (-5 *1 (-1011 *5)) (-5 *3 (-630 (-674 *5))))) (-2031 (*1 *2 *3) (-12 (-4 *4 (-357)) (-4 *4 (-362)) (-4 *4 (-1031)) (-5 *2 (-630 (-630 (-674 *4)))) (-5 *1 (-1011 *4)) (-5 *3 (-630 (-674 *4))))) (-2031 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-111)) (-5 *5 (-553)) (-4 *6 (-357)) (-4 *6 (-362)) (-4 *6 (-1031)) (-5 *2 (-630 (-630 (-674 *6)))) (-5 *1 (-1011 *6)) (-5 *3 (-630 (-674 *6))))) (-2135 (*1 *2 *3 *4) (-12 (-5 *4 (-1238 (-1238 *5))) (-4 *5 (-357)) (-4 *5 (-1031)) (-5 *2 (-630 (-630 (-674 *5)))) (-5 *1 (-1011 *5)) (-5 *3 (-630 (-674 *5))))) (-2135 (*1 *2 *3 *4) (-12 (-5 *4 (-1238 *5)) (-4 *5 (-357)) (-4 *5 (-1031)) (-5 *2 (-630 (-630 (-674 *5)))) (-5 *1 (-1011 *5)) (-5 *3 (-630 (-674 *5))))) (-4163 (*1 *2 *3) (-12 (-5 *3 (-630 (-674 *4))) (-4 *4 (-357)) (-4 *4 (-1031)) (-5 *2 (-111)) (-5 *1 (-1011 *4)))) (-4163 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-674 *5))) (-5 *4 (-553)) (-4 *5 (-357)) (-4 *5 (-1031)) (-5 *2 (-111)) (-5 *1 (-1011 *5)))) (-2705 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-630 (-674 *5))) (-5 *4 (-553)) (-5 *2 (-674 *5)) (-5 *1 (-1011 *5)) (-4 *5 (-357)) (-4 *5 (-1031)))) (-2705 (*1 *2 *3 *3) (-12 (-5 *3 (-630 (-674 *4))) (-5 *2 (-674 *4)) (-5 *1 (-1011 *4)) (-4 *4 (-357)) (-4 *4 (-1031)))) (-2705 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-630 (-674 *6))) (-5 *4 (-111)) (-5 *5 (-553)) (-5 *2 (-674 *6)) (-5 *1 (-1011 *6)) (-4 *6 (-357)) (-4 *6 (-1031)))) (-2923 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-674 *5))) (-5 *4 (-1238 *5)) (-4 *5 (-301)) (-4 *5 (-1031)) (-5 *2 (-674 *5)) (-5 *1 (-1011 *5)))) (-2965 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-674 *5))) (-4 *5 (-301)) (-4 *5 (-1031)) (-5 *2 (-1238 (-1238 *5))) (-5 *1 (-1011 *5)) (-5 *4 (-1238 *5)))) (-3139 (*1 *2 *3 *2) (-12 (-5 *3 (-630 (-674 *4))) (-5 *2 (-674 *4)) (-4 *4 (-1031)) (-5 *1 (-1011 *4)))) (-3695 (*1 *2 *3) (-12 (-5 *3 (-1238 (-1238 *4))) (-4 *4 (-1031)) (-5 *2 (-674 *4)) (-5 *1 (-1011 *4)))))
+(-10 -7 (-15 -3695 ((-674 |#1|) (-1238 (-1238 |#1|)))) (-15 -3139 ((-674 |#1|) (-630 (-674 |#1|)) (-674 |#1|))) (IF (|has| |#1| (-301)) (PROGN (-15 -2965 ((-1238 (-1238 |#1|)) (-630 (-674 |#1|)) (-1238 |#1|))) (-15 -2923 ((-674 |#1|) (-630 (-674 |#1|)) (-1238 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -2705 ((-674 |#1|) (-630 (-674 |#1|)) (-630 (-674 |#1|)) (-111) (-553))) (-15 -2705 ((-674 |#1|) (-630 (-674 |#1|)) (-630 (-674 |#1|)))) (-15 -2705 ((-674 |#1|) (-630 (-674 |#1|)) (-630 (-674 |#1|)) (-553))) (-15 -4163 ((-111) (-630 (-674 |#1|)) (-553))) (-15 -4163 ((-111) (-630 (-674 |#1|)))) (-15 -2135 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-1238 |#1|))) (-15 -2135 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-1238 (-1238 |#1|))))) |%noBranch|) (IF (|has| |#1| (-362)) (IF (|has| |#1| (-357)) (PROGN (-15 -2031 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-111) (-553) (-553))) (-15 -2031 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)))) (-15 -2031 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-111))) (-15 -2031 ((-630 (-630 (-674 |#1|))) (-630 (-674 |#1|)) (-903))) (-15 -2107 ((-1238 |#1|) (-630 (-1238 |#1|)) (-553)))) |%noBranch|) |%noBranch|))
+((-1336 ((|#1| (-903) |#1|) 9)))
+(((-1012 |#1|) (-10 -7 (-15 -1336 (|#1| (-903) |#1|))) (-13 (-1079) (-10 -8 (-15 -1699 ($ $ $))))) (T -1012))
+((-1336 (*1 *2 *3 *2) (-12 (-5 *3 (-903)) (-5 *1 (-1012 *2)) (-4 *2 (-13 (-1079) (-10 -8 (-15 -1699 ($ $ $))))))))
+(-10 -7 (-15 -1336 (|#1| (-903) |#1|)))
+((-3242 (((-630 (-2 (|:| |radval| (-310 (-553))) (|:| |radmult| (-553)) (|:| |radvect| (-630 (-674 (-310 (-553))))))) (-674 (-401 (-934 (-553))))) 59)) (-1564 (((-630 (-674 (-310 (-553)))) (-310 (-553)) (-674 (-401 (-934 (-553))))) 48)) (-3596 (((-630 (-310 (-553))) (-674 (-401 (-934 (-553))))) 41)) (-2888 (((-630 (-674 (-310 (-553)))) (-674 (-401 (-934 (-553))))) 68)) (-3520 (((-674 (-310 (-553))) (-674 (-310 (-553)))) 34)) (-1746 (((-630 (-674 (-310 (-553)))) (-630 (-674 (-310 (-553))))) 62)) (-2199 (((-3 (-674 (-310 (-553))) "failed") (-674 (-401 (-934 (-553))))) 66)))
+(((-1013) (-10 -7 (-15 -3242 ((-630 (-2 (|:| |radval| (-310 (-553))) (|:| |radmult| (-553)) (|:| |radvect| (-630 (-674 (-310 (-553))))))) (-674 (-401 (-934 (-553)))))) (-15 -1564 ((-630 (-674 (-310 (-553)))) (-310 (-553)) (-674 (-401 (-934 (-553)))))) (-15 -3596 ((-630 (-310 (-553))) (-674 (-401 (-934 (-553)))))) (-15 -2199 ((-3 (-674 (-310 (-553))) "failed") (-674 (-401 (-934 (-553)))))) (-15 -3520 ((-674 (-310 (-553))) (-674 (-310 (-553))))) (-15 -1746 ((-630 (-674 (-310 (-553)))) (-630 (-674 (-310 (-553)))))) (-15 -2888 ((-630 (-674 (-310 (-553)))) (-674 (-401 (-934 (-553)))))))) (T -1013))
+((-2888 (*1 *2 *3) (-12 (-5 *3 (-674 (-401 (-934 (-553))))) (-5 *2 (-630 (-674 (-310 (-553))))) (-5 *1 (-1013)))) (-1746 (*1 *2 *2) (-12 (-5 *2 (-630 (-674 (-310 (-553))))) (-5 *1 (-1013)))) (-3520 (*1 *2 *2) (-12 (-5 *2 (-674 (-310 (-553)))) (-5 *1 (-1013)))) (-2199 (*1 *2 *3) (|partial| -12 (-5 *3 (-674 (-401 (-934 (-553))))) (-5 *2 (-674 (-310 (-553)))) (-5 *1 (-1013)))) (-3596 (*1 *2 *3) (-12 (-5 *3 (-674 (-401 (-934 (-553))))) (-5 *2 (-630 (-310 (-553)))) (-5 *1 (-1013)))) (-1564 (*1 *2 *3 *4) (-12 (-5 *4 (-674 (-401 (-934 (-553))))) (-5 *2 (-630 (-674 (-310 (-553))))) (-5 *1 (-1013)) (-5 *3 (-310 (-553))))) (-3242 (*1 *2 *3) (-12 (-5 *3 (-674 (-401 (-934 (-553))))) (-5 *2 (-630 (-2 (|:| |radval| (-310 (-553))) (|:| |radmult| (-553)) (|:| |radvect| (-630 (-674 (-310 (-553)))))))) (-5 *1 (-1013)))))
+(-10 -7 (-15 -3242 ((-630 (-2 (|:| |radval| (-310 (-553))) (|:| |radmult| (-553)) (|:| |radvect| (-630 (-674 (-310 (-553))))))) (-674 (-401 (-934 (-553)))))) (-15 -1564 ((-630 (-674 (-310 (-553)))) (-310 (-553)) (-674 (-401 (-934 (-553)))))) (-15 -3596 ((-630 (-310 (-553))) (-674 (-401 (-934 (-553)))))) (-15 -2199 ((-3 (-674 (-310 (-553))) "failed") (-674 (-401 (-934 (-553)))))) (-15 -3520 ((-674 (-310 (-553))) (-674 (-310 (-553))))) (-15 -1746 ((-630 (-674 (-310 (-553)))) (-630 (-674 (-310 (-553)))))) (-15 -2888 ((-630 (-674 (-310 (-553)))) (-674 (-401 (-934 (-553)))))))
+((-1626 ((|#1| |#1| (-903)) 9)))
+(((-1014 |#1|) (-10 -7 (-15 -1626 (|#1| |#1| (-903)))) (-13 (-1079) (-10 -8 (-15 * ($ $ $))))) (T -1014))
+((-1626 (*1 *2 *2 *3) (-12 (-5 *3 (-903)) (-5 *1 (-1014 *2)) (-4 *2 (-13 (-1079) (-10 -8 (-15 * ($ $ $))))))))
+(-10 -7 (-15 -1626 (|#1| |#1| (-903))))
+((-3212 ((|#1| (-306)) 11) (((-1243) |#1|) 9)))
+(((-1015 |#1|) (-10 -7 (-15 -3212 ((-1243) |#1|)) (-15 -3212 (|#1| (-306)))) (-1192)) (T -1015))
+((-3212 (*1 *2 *3) (-12 (-5 *3 (-306)) (-5 *1 (-1015 *2)) (-4 *2 (-1192)))) (-3212 (*1 *2 *3) (-12 (-5 *2 (-1243)) (-5 *1 (-1015 *3)) (-4 *3 (-1192)))))
+(-10 -7 (-15 -3212 ((-1243) |#1|)) (-15 -3212 (|#1| (-306))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3883 (($ |#4|) 25)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-3873 ((|#4| $) 27)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 46) (($ (-553)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-1348 (((-757)) 43)) (-3296 (($) 21 T CONST)) (-3308 (($) 23 T CONST)) (-1614 (((-111) $ $) 40)) (-1710 (($ $) 31) (($ $ $) NIL)) (-1699 (($ $ $) 29)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
+(((-1016 |#1| |#2| |#3| |#4| |#5|) (-13 (-169) (-38 |#1|) (-10 -8 (-15 -3883 ($ |#4|)) (-15 -3212 ($ |#4|)) (-15 -3873 (|#4| $)))) (-357) (-779) (-833) (-931 |#1| |#2| |#3|) (-630 |#4|)) (T -1016))
+((-3883 (*1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-1016 *3 *4 *5 *2 *6)) (-4 *2 (-931 *3 *4 *5)) (-14 *6 (-630 *2)))) (-3212 (*1 *1 *2) (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-1016 *3 *4 *5 *2 *6)) (-4 *2 (-931 *3 *4 *5)) (-14 *6 (-630 *2)))) (-3873 (*1 *2 *1) (-12 (-4 *2 (-931 *3 *4 *5)) (-5 *1 (-1016 *3 *4 *5 *2 *6)) (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-14 *6 (-630 *2)))))
+(-13 (-169) (-38 |#1|) (-10 -8 (-15 -3883 ($ |#4|)) (-15 -3212 ($ |#4|)) (-15 -3873 (|#4| $))))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL)) (-1306 (((-1243) $ (-1155) (-1155)) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-3912 (((-111) (-111)) 39)) (-2134 (((-111) (-111)) 38)) (-1471 (((-52) $ (-1155) (-52)) NIL)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 (-52) "failed") (-1155) $) NIL)) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-1875 (($ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-3 (-52) "failed") (-1155) $) NIL)) (-2653 (($ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-2959 (((-52) $ (-1155) (-52)) NIL (|has| $ (-6 -4370)))) (-2891 (((-52) $ (-1155)) NIL)) (-3136 (((-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-630 (-52)) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-1155) $) NIL (|has| (-1155) (-833)))) (-2447 (((-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-630 (-52)) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-52) (-1079))))) (-2049 (((-1155) $) NIL (|has| (-1155) (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4370))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-1377 (((-630 (-1155)) $) 34)) (-2717 (((-111) (-1155) $) NIL)) (-3311 (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL)) (-1429 (($ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL)) (-2508 (((-630 (-1155)) $) NIL)) (-2166 (((-111) (-1155) $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-2701 (((-52) $) NIL (|has| (-1155) (-833)))) (-3003 (((-3 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) "failed") (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL)) (-2001 (($ $ (-52)) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))))) NIL (-12 (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ $ (-288 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL (-12 (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ $ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) NIL (-12 (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ $ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL (-12 (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ $ (-630 (-52)) (-630 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079)))) (($ $ (-288 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079)))) (($ $ (-630 (-288 (-52)))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-52) (-1079))))) (-1556 (((-630 (-52)) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 (((-52) $ (-1155)) 35) (((-52) $ (-1155) (-52)) NIL)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (((-757) (-52) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-52) (-1079)))) (((-757) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL)) (-3212 (((-845) $) 37 (-4028 (|has| (-52) (-600 (-845))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1017) (-13 (-1168 (-1155) (-52)) (-10 -7 (-15 -3912 ((-111) (-111))) (-15 -2134 ((-111) (-111))) (-6 -4369)))) (T -1017))
+((-3912 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1017)))) (-2134 (*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1017)))))
+(-13 (-1168 (-1155) (-52)) (-10 -7 (-15 -3912 ((-111) (-111))) (-15 -2134 ((-111) (-111))) (-6 -4369)))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3552 (((-1114) $) 9)) (-3212 (((-845) $) 17) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-1018) (-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $))))) (T -1018))
+((-3552 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1018)))))
+(-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $))))
+((-2831 ((|#2| $) 10)))
+(((-1019 |#1| |#2|) (-10 -8 (-15 -2831 (|#2| |#1|))) (-1020 |#2|) (-1192)) (T -1019))
+NIL
+(-10 -8 (-15 -2831 (|#2| |#1|)))
+((-1394 (((-3 |#1| "failed") $) 9)) (-2831 ((|#1| $) 8)) (-3212 (($ |#1|) 6)))
+(((-1020 |#1|) (-137) (-1192)) (T -1020))
+((-1394 (*1 *2 *1) (|partial| -12 (-4 *1 (-1020 *2)) (-4 *2 (-1192)))) (-2831 (*1 *2 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1192)))))
+(-13 (-603 |t#1|) (-10 -8 (-15 -1394 ((-3 |t#1| "failed") $)) (-15 -2831 (|t#1| $))))
+(((-603 |#1|) . T))
+((-3828 (((-630 (-630 (-288 (-401 (-934 |#2|))))) (-630 (-934 |#2|)) (-630 (-1155))) 38)))
+(((-1021 |#1| |#2|) (-10 -7 (-15 -3828 ((-630 (-630 (-288 (-401 (-934 |#2|))))) (-630 (-934 |#2|)) (-630 (-1155))))) (-545) (-13 (-545) (-1020 |#1|))) (T -1021))
+((-3828 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-934 *6))) (-5 *4 (-630 (-1155))) (-4 *6 (-13 (-545) (-1020 *5))) (-4 *5 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *6)))))) (-5 *1 (-1021 *5 *6)))))
+(-10 -7 (-15 -3828 ((-630 (-630 (-288 (-401 (-934 |#2|))))) (-630 (-934 |#2|)) (-630 (-1155)))))
+((-3644 (((-373)) 15)) (-1983 (((-1 (-373)) (-373) (-373)) 20)) (-4329 (((-1 (-373)) (-757)) 43)) (-3430 (((-373)) 34)) (-1681 (((-1 (-373)) (-373) (-373)) 35)) (-2624 (((-373)) 26)) (-3640 (((-1 (-373)) (-373)) 27)) (-3840 (((-373) (-757)) 38)) (-3037 (((-1 (-373)) (-757)) 39)) (-3219 (((-1 (-373)) (-757) (-757)) 42)) (-3067 (((-1 (-373)) (-757) (-757)) 40)))
+(((-1022) (-10 -7 (-15 -3644 ((-373))) (-15 -3430 ((-373))) (-15 -2624 ((-373))) (-15 -3840 ((-373) (-757))) (-15 -1983 ((-1 (-373)) (-373) (-373))) (-15 -1681 ((-1 (-373)) (-373) (-373))) (-15 -3640 ((-1 (-373)) (-373))) (-15 -3037 ((-1 (-373)) (-757))) (-15 -3067 ((-1 (-373)) (-757) (-757))) (-15 -3219 ((-1 (-373)) (-757) (-757))) (-15 -4329 ((-1 (-373)) (-757))))) (T -1022))
+((-4329 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1 (-373))) (-5 *1 (-1022)))) (-3219 (*1 *2 *3 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1 (-373))) (-5 *1 (-1022)))) (-3067 (*1 *2 *3 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1 (-373))) (-5 *1 (-1022)))) (-3037 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1 (-373))) (-5 *1 (-1022)))) (-3640 (*1 *2 *3) (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1022)) (-5 *3 (-373)))) (-1681 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1022)) (-5 *3 (-373)))) (-1983 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1022)) (-5 *3 (-373)))) (-3840 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-373)) (-5 *1 (-1022)))) (-2624 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1022)))) (-3430 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1022)))) (-3644 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1022)))))
+(-10 -7 (-15 -3644 ((-373))) (-15 -3430 ((-373))) (-15 -2624 ((-373))) (-15 -3840 ((-373) (-757))) (-15 -1983 ((-1 (-373)) (-373) (-373))) (-15 -1681 ((-1 (-373)) (-373) (-373))) (-15 -3640 ((-1 (-373)) (-373))) (-15 -3037 ((-1 (-373)) (-757))) (-15 -3067 ((-1 (-373)) (-757) (-757))) (-15 -3219 ((-1 (-373)) (-757) (-757))) (-15 -4329 ((-1 (-373)) (-757))))
+((-3476 (((-412 |#1|) |#1|) 33)))
+(((-1023 |#1|) (-10 -7 (-15 -3476 ((-412 |#1|) |#1|))) (-1214 (-401 (-934 (-553))))) (T -1023))
+((-3476 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-1023 *3)) (-4 *3 (-1214 (-401 (-934 (-553))))))))
+(-10 -7 (-15 -3476 ((-412 |#1|) |#1|)))
+((-3634 (((-401 (-412 (-934 |#1|))) (-401 (-934 |#1|))) 14)))
+(((-1024 |#1|) (-10 -7 (-15 -3634 ((-401 (-412 (-934 |#1|))) (-401 (-934 |#1|))))) (-301)) (T -1024))
+((-3634 (*1 *2 *3) (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-301)) (-5 *2 (-401 (-412 (-934 *4)))) (-5 *1 (-1024 *4)))))
+(-10 -7 (-15 -3634 ((-401 (-412 (-934 |#1|))) (-401 (-934 |#1|)))))
+((-3611 (((-630 (-1155)) (-401 (-934 |#1|))) 17)) (-3447 (((-401 (-1151 (-401 (-934 |#1|)))) (-401 (-934 |#1|)) (-1155)) 24)) (-3601 (((-401 (-934 |#1|)) (-401 (-1151 (-401 (-934 |#1|)))) (-1155)) 26)) (-2903 (((-3 (-1155) "failed") (-401 (-934 |#1|))) 20)) (-2433 (((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-630 (-288 (-401 (-934 |#1|))))) 32) (((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|)))) 33) (((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-630 (-1155)) (-630 (-401 (-934 |#1|)))) 28) (((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-1155) (-401 (-934 |#1|))) 29)) (-3212 (((-401 (-934 |#1|)) |#1|) 11)))
+(((-1025 |#1|) (-10 -7 (-15 -3611 ((-630 (-1155)) (-401 (-934 |#1|)))) (-15 -2903 ((-3 (-1155) "failed") (-401 (-934 |#1|)))) (-15 -3447 ((-401 (-1151 (-401 (-934 |#1|)))) (-401 (-934 |#1|)) (-1155))) (-15 -3601 ((-401 (-934 |#1|)) (-401 (-1151 (-401 (-934 |#1|)))) (-1155))) (-15 -2433 ((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-1155) (-401 (-934 |#1|)))) (-15 -2433 ((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-630 (-1155)) (-630 (-401 (-934 |#1|))))) (-15 -2433 ((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|))))) (-15 -2433 ((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-630 (-288 (-401 (-934 |#1|)))))) (-15 -3212 ((-401 (-934 |#1|)) |#1|))) (-545)) (T -1025))
+((-3212 (*1 *2 *3) (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-1025 *3)) (-4 *3 (-545)))) (-2433 (*1 *2 *2 *3) (-12 (-5 *3 (-630 (-288 (-401 (-934 *4))))) (-5 *2 (-401 (-934 *4))) (-4 *4 (-545)) (-5 *1 (-1025 *4)))) (-2433 (*1 *2 *2 *3) (-12 (-5 *3 (-288 (-401 (-934 *4)))) (-5 *2 (-401 (-934 *4))) (-4 *4 (-545)) (-5 *1 (-1025 *4)))) (-2433 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-630 (-1155))) (-5 *4 (-630 (-401 (-934 *5)))) (-5 *2 (-401 (-934 *5))) (-4 *5 (-545)) (-5 *1 (-1025 *5)))) (-2433 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-401 (-934 *4))) (-5 *3 (-1155)) (-4 *4 (-545)) (-5 *1 (-1025 *4)))) (-3601 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-1151 (-401 (-934 *5))))) (-5 *4 (-1155)) (-5 *2 (-401 (-934 *5))) (-5 *1 (-1025 *5)) (-4 *5 (-545)))) (-3447 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-545)) (-5 *2 (-401 (-1151 (-401 (-934 *5))))) (-5 *1 (-1025 *5)) (-5 *3 (-401 (-934 *5))))) (-2903 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545)) (-5 *2 (-1155)) (-5 *1 (-1025 *4)))) (-3611 (*1 *2 *3) (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545)) (-5 *2 (-630 (-1155))) (-5 *1 (-1025 *4)))))
+(-10 -7 (-15 -3611 ((-630 (-1155)) (-401 (-934 |#1|)))) (-15 -2903 ((-3 (-1155) "failed") (-401 (-934 |#1|)))) (-15 -3447 ((-401 (-1151 (-401 (-934 |#1|)))) (-401 (-934 |#1|)) (-1155))) (-15 -3601 ((-401 (-934 |#1|)) (-401 (-1151 (-401 (-934 |#1|)))) (-1155))) (-15 -2433 ((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-1155) (-401 (-934 |#1|)))) (-15 -2433 ((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-630 (-1155)) (-630 (-401 (-934 |#1|))))) (-15 -2433 ((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-288 (-401 (-934 |#1|))))) (-15 -2433 ((-401 (-934 |#1|)) (-401 (-934 |#1|)) (-630 (-288 (-401 (-934 |#1|)))))) (-15 -3212 ((-401 (-934 |#1|)) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3203 (($) 17 T CONST)) (-2652 ((|#1| $) 22)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-4228 ((|#1| $) 21)) (-3582 ((|#1|) 19 T CONST)) (-3212 (((-845) $) 11)) (-4109 ((|#1| $) 20)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15)))
(((-1026 |#1|) (-137) (-23)) (T -1026))
-((-1994 (*1 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))))
-(-13 (-1025 |t#1|) (-10 -8 (-15 -1994 ($) -3930)))
-(((-23) . T) ((-25) . T) ((-101) . T) ((-599 (-844)) . T) ((-1025 |#1|) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 (-765 |#1| (-846 |#2|)))))) (-629 (-765 |#1| (-846 |#2|)))) NIL)) (-1830 (((-629 $) (-629 (-765 |#1| (-846 |#2|)))) NIL) (((-629 $) (-629 (-765 |#1| (-846 |#2|))) (-111)) NIL) (((-629 $) (-629 (-765 |#1| (-846 |#2|))) (-111) (-111)) NIL)) (-3611 (((-629 (-846 |#2|)) $) NIL)) (-3902 (((-111) $) NIL)) (-1565 (((-111) $) NIL (|has| |#1| (-544)))) (-2007 (((-111) (-765 |#1| (-846 |#2|)) $) NIL) (((-111) $) NIL)) (-2240 (((-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) $) NIL)) (-4116 (((-629 (-2 (|:| |val| (-765 |#1| (-846 |#2|))) (|:| -3361 $))) (-765 |#1| (-846 |#2|)) $) NIL)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ (-846 |#2|)) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3954 (($ (-1 (-111) (-765 |#1| (-846 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-3 (-765 |#1| (-846 |#2|)) "failed") $ (-846 |#2|)) NIL)) (-2130 (($) NIL T CONST)) (-3320 (((-111) $) NIL (|has| |#1| (-544)))) (-4177 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3170 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2797 (((-111) $) NIL (|has| |#1| (-544)))) (-3228 (((-629 (-765 |#1| (-846 |#2|))) (-629 (-765 |#1| (-846 |#2|))) $ (-1 (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|))) (-1 (-111) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)))) NIL)) (-3662 (((-629 (-765 |#1| (-846 |#2|))) (-629 (-765 |#1| (-846 |#2|))) $) NIL (|has| |#1| (-544)))) (-1468 (((-629 (-765 |#1| (-846 |#2|))) (-629 (-765 |#1| (-846 |#2|))) $) NIL (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 (-765 |#1| (-846 |#2|)))) NIL)) (-2832 (($ (-629 (-765 |#1| (-846 |#2|)))) NIL)) (-2715 (((-3 $ "failed") $) NIL)) (-3126 (((-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-765 |#1| (-846 |#2|)) (-1078))))) (-2655 (($ (-765 |#1| (-846 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-765 |#1| (-846 |#2|)) (-1078)))) (($ (-1 (-111) (-765 |#1| (-846 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-765 |#1| (-846 |#2|))) (|:| |den| |#1|)) (-765 |#1| (-846 |#2|)) $) NIL (|has| |#1| (-544)))) (-3738 (((-111) (-765 |#1| (-846 |#2|)) $ (-1 (-111) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)))) NIL)) (-2081 (((-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) $) NIL)) (-3884 (((-765 |#1| (-846 |#2|)) (-1 (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|))) $ (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-765 |#1| (-846 |#2|)) (-1078)))) (((-765 |#1| (-846 |#2|)) (-1 (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|))) $ (-765 |#1| (-846 |#2|))) NIL (|has| $ (-6 -4368))) (((-765 |#1| (-846 |#2|)) (-1 (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) $ (-1 (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|))) (-1 (-111) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)))) NIL)) (-3817 (((-2 (|:| -2571 (-629 (-765 |#1| (-846 |#2|)))) (|:| -3092 (-629 (-765 |#1| (-846 |#2|))))) $) NIL)) (-2851 (((-111) (-765 |#1| (-846 |#2|)) $) NIL)) (-4035 (((-111) (-765 |#1| (-846 |#2|)) $) NIL)) (-3250 (((-111) (-765 |#1| (-846 |#2|)) $) NIL) (((-111) $) NIL)) (-3138 (((-629 (-765 |#1| (-846 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3065 (((-111) (-765 |#1| (-846 |#2|)) $) NIL) (((-111) $) NIL)) (-2940 (((-846 |#2|) $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 (-765 |#1| (-846 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-765 |#1| (-846 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-765 |#1| (-846 |#2|)) (-1078))))) (-2947 (($ (-1 (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|))) $) NIL)) (-3420 (((-629 (-846 |#2|)) $) NIL)) (-2677 (((-111) (-846 |#2|) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-1322 (((-3 (-765 |#1| (-846 |#2|)) (-629 $)) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) $) NIL)) (-2043 (((-629 (-2 (|:| |val| (-765 |#1| (-846 |#2|))) (|:| -3361 $))) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) $) NIL)) (-2680 (((-3 (-765 |#1| (-846 |#2|)) "failed") $) NIL)) (-1999 (((-629 $) (-765 |#1| (-846 |#2|)) $) NIL)) (-4253 (((-3 (-111) (-629 $)) (-765 |#1| (-846 |#2|)) $) NIL)) (-1890 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 $))) (-765 |#1| (-846 |#2|)) $) NIL) (((-111) (-765 |#1| (-846 |#2|)) $) NIL)) (-4011 (((-629 $) (-765 |#1| (-846 |#2|)) $) NIL) (((-629 $) (-629 (-765 |#1| (-846 |#2|))) $) NIL) (((-629 $) (-629 (-765 |#1| (-846 |#2|))) (-629 $)) NIL) (((-629 $) (-765 |#1| (-846 |#2|)) (-629 $)) NIL)) (-2300 (($ (-765 |#1| (-846 |#2|)) $) NIL) (($ (-629 (-765 |#1| (-846 |#2|))) $) NIL)) (-3887 (((-629 (-765 |#1| (-846 |#2|))) $) NIL)) (-3287 (((-111) (-765 |#1| (-846 |#2|)) $) NIL) (((-111) $) NIL)) (-2498 (((-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) $) NIL)) (-4343 (((-111) $ $) NIL)) (-1527 (((-2 (|:| |num| (-765 |#1| (-846 |#2|))) (|:| |den| |#1|)) (-765 |#1| (-846 |#2|)) $) NIL (|has| |#1| (-544)))) (-3150 (((-111) (-765 |#1| (-846 |#2|)) $) NIL) (((-111) $) NIL)) (-3848 (((-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)) $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 (((-3 (-765 |#1| (-846 |#2|)) "failed") $) NIL)) (-3073 (((-3 (-765 |#1| (-846 |#2|)) "failed") (-1 (-111) (-765 |#1| (-846 |#2|))) $) NIL)) (-1800 (((-3 $ "failed") $ (-765 |#1| (-846 |#2|))) NIL)) (-3136 (($ $ (-765 |#1| (-846 |#2|))) NIL) (((-629 $) (-765 |#1| (-846 |#2|)) $) NIL) (((-629 $) (-765 |#1| (-846 |#2|)) (-629 $)) NIL) (((-629 $) (-629 (-765 |#1| (-846 |#2|))) $) NIL) (((-629 $) (-629 (-765 |#1| (-846 |#2|))) (-629 $)) NIL)) (-3944 (((-111) (-1 (-111) (-765 |#1| (-846 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-765 |#1| (-846 |#2|))) (-629 (-765 |#1| (-846 |#2|)))) NIL (-12 (|has| (-765 |#1| (-846 |#2|)) (-303 (-765 |#1| (-846 |#2|)))) (|has| (-765 |#1| (-846 |#2|)) (-1078)))) (($ $ (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|))) NIL (-12 (|has| (-765 |#1| (-846 |#2|)) (-303 (-765 |#1| (-846 |#2|)))) (|has| (-765 |#1| (-846 |#2|)) (-1078)))) (($ $ (-288 (-765 |#1| (-846 |#2|)))) NIL (-12 (|has| (-765 |#1| (-846 |#2|)) (-303 (-765 |#1| (-846 |#2|)))) (|has| (-765 |#1| (-846 |#2|)) (-1078)))) (($ $ (-629 (-288 (-765 |#1| (-846 |#2|))))) NIL (-12 (|has| (-765 |#1| (-846 |#2|)) (-303 (-765 |#1| (-846 |#2|)))) (|has| (-765 |#1| (-846 |#2|)) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-3299 (((-756) $) NIL)) (-2885 (((-756) (-765 |#1| (-846 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-765 |#1| (-846 |#2|)) (-1078)))) (((-756) (-1 (-111) (-765 |#1| (-846 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-765 |#1| (-846 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-765 |#1| (-846 |#2|)))) NIL)) (-2542 (($ $ (-846 |#2|)) NIL)) (-1853 (($ $ (-846 |#2|)) NIL)) (-3081 (($ $) NIL)) (-2387 (($ $ (-846 |#2|)) NIL)) (-3213 (((-844) $) NIL) (((-629 (-765 |#1| (-846 |#2|))) $) NIL)) (-1753 (((-756) $) NIL (|has| (-846 |#2|) (-362)))) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 (-765 |#1| (-846 |#2|))))) "failed") (-629 (-765 |#1| (-846 |#2|))) (-1 (-111) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 (-765 |#1| (-846 |#2|))))) "failed") (-629 (-765 |#1| (-846 |#2|))) (-1 (-111) (-765 |#1| (-846 |#2|))) (-1 (-111) (-765 |#1| (-846 |#2|)) (-765 |#1| (-846 |#2|)))) NIL)) (-2015 (((-111) $ (-1 (-111) (-765 |#1| (-846 |#2|)) (-629 (-765 |#1| (-846 |#2|))))) NIL)) (-3933 (((-629 $) (-765 |#1| (-846 |#2|)) $) NIL) (((-629 $) (-765 |#1| (-846 |#2|)) (-629 $)) NIL) (((-629 $) (-629 (-765 |#1| (-846 |#2|))) $) NIL) (((-629 $) (-629 (-765 |#1| (-846 |#2|))) (-629 $)) NIL)) (-2584 (((-111) (-1 (-111) (-765 |#1| (-846 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2242 (((-629 (-846 |#2|)) $) NIL)) (-2452 (((-111) (-765 |#1| (-846 |#2|)) $) NIL)) (-2904 (((-111) (-846 |#2|) $) NIL)) (-1613 (((-111) $ $) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1027 |#1| |#2|) (-13 (-1050 |#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|))) (-10 -8 (-15 -1830 ((-629 $) (-629 (-765 |#1| (-846 |#2|))) (-111) (-111))))) (-445) (-629 (-1154))) (T -1027))
-((-1830 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-629 (-1154))) (-5 *2 (-629 (-1027 *5 *6))) (-5 *1 (-1027 *5 *6)))))
-(-13 (-1050 |#1| (-523 (-846 |#2|)) (-846 |#2|) (-765 |#1| (-846 |#2|))) (-10 -8 (-15 -1830 ((-629 $) (-629 (-765 |#1| (-846 |#2|))) (-111) (-111)))))
-((-3362 (((-1 (-552)) (-1072 (-552))) 33)) (-3526 (((-552) (-552) (-552) (-552) (-552)) 30)) (-1504 (((-1 (-552)) |RationalNumber|) NIL)) (-2692 (((-1 (-552)) |RationalNumber|) NIL)) (-2075 (((-1 (-552)) (-552) |RationalNumber|) NIL)))
-(((-1028) (-10 -7 (-15 -3362 ((-1 (-552)) (-1072 (-552)))) (-15 -2075 ((-1 (-552)) (-552) |RationalNumber|)) (-15 -1504 ((-1 (-552)) |RationalNumber|)) (-15 -2692 ((-1 (-552)) |RationalNumber|)) (-15 -3526 ((-552) (-552) (-552) (-552) (-552))))) (T -1028))
-((-3526 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-1028)))) (-2692 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-552))) (-5 *1 (-1028)))) (-1504 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-552))) (-5 *1 (-1028)))) (-2075 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-552))) (-5 *1 (-1028)) (-5 *3 (-552)))) (-3362 (*1 *2 *3) (-12 (-5 *3 (-1072 (-552))) (-5 *2 (-1 (-552))) (-5 *1 (-1028)))))
-(-10 -7 (-15 -3362 ((-1 (-552)) (-1072 (-552)))) (-15 -2075 ((-1 (-552)) (-552) |RationalNumber|)) (-15 -1504 ((-1 (-552)) |RationalNumber|)) (-15 -2692 ((-1 (-552)) |RationalNumber|)) (-15 -3526 ((-552) (-552) (-552) (-552) (-552))))
-((-3213 (((-844) $) NIL) (($ (-552)) 10)))
-(((-1029 |#1|) (-10 -8 (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|))) (-1030)) (T -1029))
-NIL
-(-10 -8 (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-1030) (-137)) (T -1030))
-((-2014 (*1 *2) (-12 (-4 *1 (-1030)) (-5 *2 (-756)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-1030)))))
-(-13 (-1037) (-711) (-632 $) (-10 -8 (-15 -2014 ((-756))) (-15 -3213 ($ (-552))) (-6 -4365)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 $) . T) ((-711) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-2693 (((-401 (-933 |#2|)) (-629 |#2|) (-629 |#2|) (-756) (-756)) 45)))
-(((-1031 |#1| |#2|) (-10 -7 (-15 -2693 ((-401 (-933 |#2|)) (-629 |#2|) (-629 |#2|) (-756) (-756)))) (-1154) (-357)) (T -1031))
-((-2693 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-629 *6)) (-5 *4 (-756)) (-4 *6 (-357)) (-5 *2 (-401 (-933 *6))) (-5 *1 (-1031 *5 *6)) (-14 *5 (-1154)))))
-(-10 -7 (-15 -2693 ((-401 (-933 |#2|)) (-629 |#2|) (-629 |#2|) (-756) (-756))))
-((-4021 (((-111) $) 29)) (-2779 (((-111) $) 16)) (-2389 (((-756) $) 13)) (-2401 (((-756) $) 14)) (-1379 (((-111) $) 26)) (-3043 (((-111) $) 31)))
-(((-1032 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -2401 ((-756) |#1|)) (-15 -2389 ((-756) |#1|)) (-15 -3043 ((-111) |#1|)) (-15 -4021 ((-111) |#1|)) (-15 -1379 ((-111) |#1|)) (-15 -2779 ((-111) |#1|))) (-1033 |#2| |#3| |#4| |#5| |#6|) (-756) (-756) (-1030) (-233 |#3| |#4|) (-233 |#2| |#4|)) (T -1032))
-NIL
-(-10 -8 (-15 -2401 ((-756) |#1|)) (-15 -2389 ((-756) |#1|)) (-15 -3043 ((-111) |#1|)) (-15 -4021 ((-111) |#1|)) (-15 -1379 ((-111) |#1|)) (-15 -2779 ((-111) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4021 (((-111) $) 51)) (-4012 (((-3 $ "failed") $ $) 19)) (-2779 (((-111) $) 53)) (-4238 (((-111) $ (-756)) 61)) (-2130 (($) 17 T CONST)) (-2810 (($ $) 34 (|has| |#3| (-301)))) (-3413 ((|#4| $ (-552)) 39)) (-2128 (((-756) $) 33 (|has| |#3| (-544)))) (-2892 ((|#3| $ (-552) (-552)) 41)) (-3138 (((-629 |#3|) $) 68 (|has| $ (-6 -4368)))) (-1486 (((-756) $) 32 (|has| |#3| (-544)))) (-4229 (((-629 |#5|) $) 31 (|has| |#3| (-544)))) (-2389 (((-756) $) 45)) (-2401 (((-756) $) 44)) (-1418 (((-111) $ (-756)) 60)) (-3534 (((-552) $) 49)) (-3966 (((-552) $) 47)) (-3278 (((-629 |#3|) $) 69 (|has| $ (-6 -4368)))) (-2973 (((-111) |#3| $) 71 (-12 (|has| |#3| (-1078)) (|has| $ (-6 -4368))))) (-3660 (((-552) $) 48)) (-3162 (((-552) $) 46)) (-3516 (($ (-629 (-629 |#3|))) 54)) (-2947 (($ (-1 |#3| |#3|) $) 64 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#3| |#3|) $) 63) (($ (-1 |#3| |#3| |#3|) $ $) 37)) (-3397 (((-629 (-629 |#3|)) $) 43)) (-1745 (((-111) $ (-756)) 59)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3969 (((-3 $ "failed") $ |#3|) 36 (|has| |#3| (-544)))) (-3944 (((-111) (-1 (-111) |#3|) $) 66 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#3|) (-629 |#3|)) 75 (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ |#3| |#3|) 74 (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ (-288 |#3|)) 73 (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ (-629 (-288 |#3|))) 72 (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))) (-2795 (((-111) $ $) 55)) (-3435 (((-111) $) 58)) (-3430 (($) 57)) (-2060 ((|#3| $ (-552) (-552)) 42) ((|#3| $ (-552) (-552) |#3|) 40)) (-1379 (((-111) $) 52)) (-2885 (((-756) |#3| $) 70 (-12 (|has| |#3| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#3|) $) 67 (|has| $ (-6 -4368)))) (-1487 (($ $) 56)) (-3041 ((|#5| $ (-552)) 38)) (-3213 (((-844) $) 11)) (-2584 (((-111) (-1 (-111) |#3|) $) 65 (|has| $ (-6 -4368)))) (-3043 (((-111) $) 50)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#3|) 35 (|has| |#3| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ |#3| $) 23) (($ $ |#3|) 26)) (-2657 (((-756) $) 62 (|has| $ (-6 -4368)))))
-(((-1033 |#1| |#2| |#3| |#4| |#5|) (-137) (-756) (-756) (-1030) (-233 |t#2| |t#3|) (-233 |t#1| |t#3|)) (T -1033))
-((-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)))) (-3516 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 *5))) (-4 *5 (-1030)) (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)))) (-2779 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))) (-1379 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))) (-4021 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))) (-3043 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))) (-3534 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-552)))) (-3660 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-552)))) (-3966 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-552)))) (-3162 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-552)))) (-2389 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-756)))) (-2401 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-756)))) (-3397 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-629 (-629 *5))))) (-2060 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *2 *6 *7)) (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)) (-4 *2 (-1030)))) (-2892 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *2 *6 *7)) (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)) (-4 *2 (-1030)))) (-2060 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *2 *6 *7)) (-4 *2 (-1030)) (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)))) (-3413 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *6 *2 *7)) (-4 *6 (-1030)) (-4 *7 (-233 *4 *6)) (-4 *2 (-233 *5 *6)))) (-3041 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *6 *7 *2)) (-4 *6 (-1030)) (-4 *7 (-233 *5 *6)) (-4 *2 (-233 *4 *6)))) (-1477 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)))) (-3969 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1033 *3 *4 *2 *5 *6)) (-4 *2 (-1030)) (-4 *5 (-233 *4 *2)) (-4 *6 (-233 *3 *2)) (-4 *2 (-544)))) (-1720 (*1 *1 *1 *2) (-12 (-4 *1 (-1033 *3 *4 *2 *5 *6)) (-4 *2 (-1030)) (-4 *5 (-233 *4 *2)) (-4 *6 (-233 *3 *2)) (-4 *2 (-357)))) (-2810 (*1 *1 *1) (-12 (-4 *1 (-1033 *2 *3 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *2 *4)) (-4 *4 (-301)))) (-2128 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-544)) (-5 *2 (-756)))) (-1486 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-544)) (-5 *2 (-756)))) (-4229 (*1 *2 *1) (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-544)) (-5 *2 (-629 *7)))))
-(-13 (-110 |t#3| |t#3|) (-482 |t#3|) (-10 -8 (-6 -4368) (IF (|has| |t#3| (-169)) (-6 (-702 |t#3|)) |%noBranch|) (-15 -3516 ($ (-629 (-629 |t#3|)))) (-15 -2779 ((-111) $)) (-15 -1379 ((-111) $)) (-15 -4021 ((-111) $)) (-15 -3043 ((-111) $)) (-15 -3534 ((-552) $)) (-15 -3660 ((-552) $)) (-15 -3966 ((-552) $)) (-15 -3162 ((-552) $)) (-15 -2389 ((-756) $)) (-15 -2401 ((-756) $)) (-15 -3397 ((-629 (-629 |t#3|)) $)) (-15 -2060 (|t#3| $ (-552) (-552))) (-15 -2892 (|t#3| $ (-552) (-552))) (-15 -2060 (|t#3| $ (-552) (-552) |t#3|)) (-15 -3413 (|t#4| $ (-552))) (-15 -3041 (|t#5| $ (-552))) (-15 -1477 ($ (-1 |t#3| |t#3|) $)) (-15 -1477 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-544)) (-15 -3969 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-357)) (-15 -1720 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-301)) (-15 -2810 ($ $)) |%noBranch|) (IF (|has| |t#3| (-544)) (PROGN (-15 -2128 ((-756) $)) (-15 -1486 ((-756) $)) (-15 -4229 ((-629 |t#5|) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-101) . T) ((-110 |#3| |#3|) . T) ((-129) . T) ((-599 (-844)) . T) ((-303 |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))) ((-482 |#3|) . T) ((-506 |#3| |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))) ((-632 |#3|) . T) ((-702 |#3|) |has| |#3| (-169)) ((-1036 |#3|) . T) ((-1078) . T) ((-1191) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4021 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2779 (((-111) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-2130 (($) NIL T CONST)) (-2810 (($ $) 43 (|has| |#3| (-301)))) (-3413 (((-235 |#2| |#3|) $ (-552)) 32)) (-2226 (($ (-673 |#3|)) 41)) (-2128 (((-756) $) 45 (|has| |#3| (-544)))) (-2892 ((|#3| $ (-552) (-552)) NIL)) (-3138 (((-629 |#3|) $) NIL (|has| $ (-6 -4368)))) (-1486 (((-756) $) 47 (|has| |#3| (-544)))) (-4229 (((-629 (-235 |#1| |#3|)) $) 51 (|has| |#3| (-544)))) (-2389 (((-756) $) NIL)) (-2401 (((-756) $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-3534 (((-552) $) NIL)) (-3966 (((-552) $) NIL)) (-3278 (((-629 |#3|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#3| (-1078))))) (-3660 (((-552) $) NIL)) (-3162 (((-552) $) NIL)) (-3516 (($ (-629 (-629 |#3|))) 27)) (-2947 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-3397 (((-629 (-629 |#3|)) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3969 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-544)))) (-3944 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#3|) (-629 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ (-288 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ (-629 (-288 |#3|))) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#3| $ (-552) (-552)) NIL) ((|#3| $ (-552) (-552) |#3|) NIL)) (-3725 (((-132)) 54 (|has| |#3| (-357)))) (-1379 (((-111) $) NIL)) (-2885 (((-756) |#3| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#3| (-1078)))) (((-756) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) 63 (|has| |#3| (-600 (-528))))) (-3041 (((-235 |#1| |#3|) $ (-552)) 36)) (-3213 (((-844) $) 16) (((-673 |#3|) $) 38)) (-2584 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4368)))) (-3043 (((-111) $) NIL)) (-3297 (($) 13 T CONST)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#3|) NIL (|has| |#3| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1034 |#1| |#2| |#3|) (-13 (-1033 |#1| |#2| |#3| (-235 |#2| |#3|) (-235 |#1| |#3|)) (-599 (-673 |#3|)) (-10 -8 (IF (|has| |#3| (-357)) (-6 (-1244 |#3|)) |%noBranch|) (IF (|has| |#3| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (-15 -2226 ($ (-673 |#3|))) (-15 -3213 ((-673 |#3|) $)))) (-756) (-756) (-1030)) (T -1034))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-673 *5)) (-5 *1 (-1034 *3 *4 *5)) (-14 *3 (-756)) (-14 *4 (-756)) (-4 *5 (-1030)))) (-2226 (*1 *1 *2) (-12 (-5 *2 (-673 *5)) (-4 *5 (-1030)) (-5 *1 (-1034 *3 *4 *5)) (-14 *3 (-756)) (-14 *4 (-756)))))
-(-13 (-1033 |#1| |#2| |#3| (-235 |#2| |#3|) (-235 |#1| |#3|)) (-599 (-673 |#3|)) (-10 -8 (IF (|has| |#3| (-357)) (-6 (-1244 |#3|)) |%noBranch|) (IF (|has| |#3| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|) (-15 -2226 ($ (-673 |#3|))) (-15 -3213 ((-673 |#3|) $))))
-((-3884 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 34)) (-1477 ((|#10| (-1 |#7| |#3|) |#6|) 32)))
-(((-1035 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -1477 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3884 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-756) (-756) (-1030) (-233 |#2| |#3|) (-233 |#1| |#3|) (-1033 |#1| |#2| |#3| |#4| |#5|) (-1030) (-233 |#2| |#7|) (-233 |#1| |#7|) (-1033 |#1| |#2| |#7| |#8| |#9|)) (T -1035))
-((-3884 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1030)) (-4 *2 (-1030)) (-14 *5 (-756)) (-14 *6 (-756)) (-4 *8 (-233 *6 *7)) (-4 *9 (-233 *5 *7)) (-4 *10 (-233 *6 *2)) (-4 *11 (-233 *5 *2)) (-5 *1 (-1035 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1033 *5 *6 *7 *8 *9)) (-4 *12 (-1033 *5 *6 *2 *10 *11)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1030)) (-4 *10 (-1030)) (-14 *5 (-756)) (-14 *6 (-756)) (-4 *8 (-233 *6 *7)) (-4 *9 (-233 *5 *7)) (-4 *2 (-1033 *5 *6 *10 *11 *12)) (-5 *1 (-1035 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1033 *5 *6 *7 *8 *9)) (-4 *11 (-233 *6 *10)) (-4 *12 (-233 *5 *10)))))
-(-10 -7 (-15 -1477 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3884 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ |#1|) 23)))
-(((-1036 |#1|) (-137) (-1037)) (T -1036))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *2 (-1037)))))
+((-2652 (*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))) (-4228 (*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))) (-4109 (*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))) (-3582 (*1 *2) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))))
+(-13 (-23) (-10 -8 (-15 -2652 (|t#1| $)) (-15 -4228 (|t#1| $)) (-15 -4109 (|t#1| $)) (-15 -3582 (|t#1|) -3929)))
+(((-23) . T) ((-25) . T) ((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4257 (($) 24 T CONST)) (-3203 (($) 17 T CONST)) (-2652 ((|#1| $) 22)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-4228 ((|#1| $) 21)) (-3582 ((|#1|) 19 T CONST)) (-3212 (((-845) $) 11)) (-4109 ((|#1| $) 20)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15)))
+(((-1027 |#1|) (-137) (-23)) (T -1027))
+((-4257 (*1 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-23)))))
+(-13 (-1026 |t#1|) (-10 -8 (-15 -4257 ($) -3929)))
+(((-23) . T) ((-25) . T) ((-101) . T) ((-600 (-845)) . T) ((-1026 |#1|) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 (-766 |#1| (-847 |#2|)))))) (-630 (-766 |#1| (-847 |#2|)))) NIL)) (-3240 (((-630 $) (-630 (-766 |#1| (-847 |#2|)))) NIL) (((-630 $) (-630 (-766 |#1| (-847 |#2|))) (-111)) NIL) (((-630 $) (-630 (-766 |#1| (-847 |#2|))) (-111) (-111)) NIL)) (-3611 (((-630 (-847 |#2|)) $) NIL)) (-2484 (((-111) $) NIL)) (-2518 (((-111) $) NIL (|has| |#1| (-545)))) (-1305 (((-111) (-766 |#1| (-847 |#2|)) $) NIL) (((-111) $) NIL)) (-1637 (((-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) $) NIL)) (-3837 (((-630 (-2 (|:| |val| (-766 |#1| (-847 |#2|))) (|:| -3361 $))) (-766 |#1| (-847 |#2|)) $) NIL)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ (-847 |#2|)) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-3953 (($ (-1 (-111) (-766 |#1| (-847 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-3 (-766 |#1| (-847 |#2|)) "failed") $ (-847 |#2|)) NIL)) (-3203 (($) NIL T CONST)) (-1579 (((-111) $) NIL (|has| |#1| (-545)))) (-3199 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2763 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3271 (((-111) $) NIL (|has| |#1| (-545)))) (-3227 (((-630 (-766 |#1| (-847 |#2|))) (-630 (-766 |#1| (-847 |#2|))) $ (-1 (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|))) (-1 (-111) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)))) NIL)) (-1931 (((-630 (-766 |#1| (-847 |#2|))) (-630 (-766 |#1| (-847 |#2|))) $) NIL (|has| |#1| (-545)))) (-2840 (((-630 (-766 |#1| (-847 |#2|))) (-630 (-766 |#1| (-847 |#2|))) $) NIL (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 (-766 |#1| (-847 |#2|)))) NIL)) (-2831 (($ (-630 (-766 |#1| (-847 |#2|)))) NIL)) (-2714 (((-3 $ "failed") $) NIL)) (-2250 (((-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-766 |#1| (-847 |#2|)) (-1079))))) (-2653 (($ (-766 |#1| (-847 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-766 |#1| (-847 |#2|)) (-1079)))) (($ (-1 (-111) (-766 |#1| (-847 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-766 |#1| (-847 |#2|))) (|:| |den| |#1|)) (-766 |#1| (-847 |#2|)) $) NIL (|has| |#1| (-545)))) (-1410 (((-111) (-766 |#1| (-847 |#2|)) $ (-1 (-111) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)))) NIL)) (-3899 (((-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) $) NIL)) (-3883 (((-766 |#1| (-847 |#2|)) (-1 (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|))) $ (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-766 |#1| (-847 |#2|)) (-1079)))) (((-766 |#1| (-847 |#2|)) (-1 (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|))) $ (-766 |#1| (-847 |#2|))) NIL (|has| $ (-6 -4369))) (((-766 |#1| (-847 |#2|)) (-1 (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) $ (-1 (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|))) (-1 (-111) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)))) NIL)) (-2920 (((-2 (|:| -2570 (-630 (-766 |#1| (-847 |#2|)))) (|:| -3089 (-630 (-766 |#1| (-847 |#2|))))) $) NIL)) (-2561 (((-111) (-766 |#1| (-847 |#2|)) $) NIL)) (-4298 (((-111) (-766 |#1| (-847 |#2|)) $) NIL)) (-2152 (((-111) (-766 |#1| (-847 |#2|)) $) NIL) (((-111) $) NIL)) (-3136 (((-630 (-766 |#1| (-847 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2928 (((-111) (-766 |#1| (-847 |#2|)) $) NIL) (((-111) $) NIL)) (-4051 (((-847 |#2|) $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 (-766 |#1| (-847 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-766 |#1| (-847 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-766 |#1| (-847 |#2|)) (-1079))))) (-2947 (($ (-1 (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|))) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|))) $) NIL)) (-1345 (((-630 (-847 |#2|)) $) NIL)) (-1426 (((-111) (-847 |#2|) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-2041 (((-3 (-766 |#1| (-847 |#2|)) (-630 $)) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) $) NIL)) (-3568 (((-630 (-2 (|:| |val| (-766 |#1| (-847 |#2|))) (|:| -3361 $))) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) $) NIL)) (-2679 (((-3 (-766 |#1| (-847 |#2|)) "failed") $) NIL)) (-4302 (((-630 $) (-766 |#1| (-847 |#2|)) $) NIL)) (-2742 (((-3 (-111) (-630 $)) (-766 |#1| (-847 |#2|)) $) NIL)) (-2605 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 $))) (-766 |#1| (-847 |#2|)) $) NIL) (((-111) (-766 |#1| (-847 |#2|)) $) NIL)) (-4115 (((-630 $) (-766 |#1| (-847 |#2|)) $) NIL) (((-630 $) (-630 (-766 |#1| (-847 |#2|))) $) NIL) (((-630 $) (-630 (-766 |#1| (-847 |#2|))) (-630 $)) NIL) (((-630 $) (-766 |#1| (-847 |#2|)) (-630 $)) NIL)) (-4196 (($ (-766 |#1| (-847 |#2|)) $) NIL) (($ (-630 (-766 |#1| (-847 |#2|))) $) NIL)) (-2312 (((-630 (-766 |#1| (-847 |#2|))) $) NIL)) (-2546 (((-111) (-766 |#1| (-847 |#2|)) $) NIL) (((-111) $) NIL)) (-2279 (((-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) $) NIL)) (-4202 (((-111) $ $) NIL)) (-2087 (((-2 (|:| |num| (-766 |#1| (-847 |#2|))) (|:| |den| |#1|)) (-766 |#1| (-847 |#2|)) $) NIL (|has| |#1| (-545)))) (-2528 (((-111) (-766 |#1| (-847 |#2|)) $) NIL) (((-111) $) NIL)) (-3239 (((-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)) $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 (((-3 (-766 |#1| (-847 |#2|)) "failed") $) NIL)) (-3003 (((-3 (-766 |#1| (-847 |#2|)) "failed") (-1 (-111) (-766 |#1| (-847 |#2|))) $) NIL)) (-2968 (((-3 $ "failed") $ (-766 |#1| (-847 |#2|))) NIL)) (-2370 (($ $ (-766 |#1| (-847 |#2|))) NIL) (((-630 $) (-766 |#1| (-847 |#2|)) $) NIL) (((-630 $) (-766 |#1| (-847 |#2|)) (-630 $)) NIL) (((-630 $) (-630 (-766 |#1| (-847 |#2|))) $) NIL) (((-630 $) (-630 (-766 |#1| (-847 |#2|))) (-630 $)) NIL)) (-1563 (((-111) (-1 (-111) (-766 |#1| (-847 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-766 |#1| (-847 |#2|))) (-630 (-766 |#1| (-847 |#2|)))) NIL (-12 (|has| (-766 |#1| (-847 |#2|)) (-303 (-766 |#1| (-847 |#2|)))) (|has| (-766 |#1| (-847 |#2|)) (-1079)))) (($ $ (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|))) NIL (-12 (|has| (-766 |#1| (-847 |#2|)) (-303 (-766 |#1| (-847 |#2|)))) (|has| (-766 |#1| (-847 |#2|)) (-1079)))) (($ $ (-288 (-766 |#1| (-847 |#2|)))) NIL (-12 (|has| (-766 |#1| (-847 |#2|)) (-303 (-766 |#1| (-847 |#2|)))) (|has| (-766 |#1| (-847 |#2|)) (-1079)))) (($ $ (-630 (-288 (-766 |#1| (-847 |#2|))))) NIL (-12 (|has| (-766 |#1| (-847 |#2|)) (-303 (-766 |#1| (-847 |#2|)))) (|has| (-766 |#1| (-847 |#2|)) (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2672 (((-757) $) NIL)) (-2885 (((-757) (-766 |#1| (-847 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-766 |#1| (-847 |#2|)) (-1079)))) (((-757) (-1 (-111) (-766 |#1| (-847 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-766 |#1| (-847 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-766 |#1| (-847 |#2|)))) NIL)) (-2739 (($ $ (-847 |#2|)) NIL)) (-2167 (($ $ (-847 |#2|)) NIL)) (-3082 (($ $) NIL)) (-3777 (($ $ (-847 |#2|)) NIL)) (-3212 (((-845) $) NIL) (((-630 (-766 |#1| (-847 |#2|))) $) NIL)) (-3775 (((-757) $) NIL (|has| (-847 |#2|) (-362)))) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 (-766 |#1| (-847 |#2|))))) "failed") (-630 (-766 |#1| (-847 |#2|))) (-1 (-111) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 (-766 |#1| (-847 |#2|))))) "failed") (-630 (-766 |#1| (-847 |#2|))) (-1 (-111) (-766 |#1| (-847 |#2|))) (-1 (-111) (-766 |#1| (-847 |#2|)) (-766 |#1| (-847 |#2|)))) NIL)) (-1357 (((-111) $ (-1 (-111) (-766 |#1| (-847 |#2|)) (-630 (-766 |#1| (-847 |#2|))))) NIL)) (-2767 (((-630 $) (-766 |#1| (-847 |#2|)) $) NIL) (((-630 $) (-766 |#1| (-847 |#2|)) (-630 $)) NIL) (((-630 $) (-630 (-766 |#1| (-847 |#2|))) $) NIL) (((-630 $) (-630 (-766 |#1| (-847 |#2|))) (-630 $)) NIL)) (-1798 (((-111) (-1 (-111) (-766 |#1| (-847 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-1660 (((-630 (-847 |#2|)) $) NIL)) (-3144 (((-111) (-766 |#1| (-847 |#2|)) $) NIL)) (-1758 (((-111) (-847 |#2|) $) NIL)) (-1614 (((-111) $ $) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1028 |#1| |#2|) (-13 (-1051 |#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|))) (-10 -8 (-15 -3240 ((-630 $) (-630 (-766 |#1| (-847 |#2|))) (-111) (-111))))) (-445) (-630 (-1155))) (T -1028))
+((-3240 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445)) (-14 *6 (-630 (-1155))) (-5 *2 (-630 (-1028 *5 *6))) (-5 *1 (-1028 *5 *6)))))
+(-13 (-1051 |#1| (-524 (-847 |#2|)) (-847 |#2|) (-766 |#1| (-847 |#2|))) (-10 -8 (-15 -3240 ((-630 $) (-630 (-766 |#1| (-847 |#2|))) (-111) (-111)))))
+((-1983 (((-1 (-553)) (-1073 (-553))) 33)) (-3091 (((-553) (-553) (-553) (-553) (-553)) 30)) (-3169 (((-1 (-553)) |RationalNumber|) NIL)) (-3517 (((-1 (-553)) |RationalNumber|) NIL)) (-3839 (((-1 (-553)) (-553) |RationalNumber|) NIL)))
+(((-1029) (-10 -7 (-15 -1983 ((-1 (-553)) (-1073 (-553)))) (-15 -3839 ((-1 (-553)) (-553) |RationalNumber|)) (-15 -3169 ((-1 (-553)) |RationalNumber|)) (-15 -3517 ((-1 (-553)) |RationalNumber|)) (-15 -3091 ((-553) (-553) (-553) (-553) (-553))))) (T -1029))
+((-3091 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-1029)))) (-3517 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-553))) (-5 *1 (-1029)))) (-3169 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-553))) (-5 *1 (-1029)))) (-3839 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-553))) (-5 *1 (-1029)) (-5 *3 (-553)))) (-1983 (*1 *2 *3) (-12 (-5 *3 (-1073 (-553))) (-5 *2 (-1 (-553))) (-5 *1 (-1029)))))
+(-10 -7 (-15 -1983 ((-1 (-553)) (-1073 (-553)))) (-15 -3839 ((-1 (-553)) (-553) |RationalNumber|)) (-15 -3169 ((-1 (-553)) |RationalNumber|)) (-15 -3517 ((-1 (-553)) |RationalNumber|)) (-15 -3091 ((-553) (-553) (-553) (-553) (-553))))
+((-3212 (((-845) $) NIL) (($ (-553)) 10)))
+(((-1030 |#1|) (-10 -8 (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|))) (-1031)) (T -1030))
+NIL
+(-10 -8 (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-1031) (-137)) (T -1031))
+((-1348 (*1 *2) (-12 (-4 *1 (-1031)) (-5 *2 (-757)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-1031)))))
+(-13 (-1038) (-712) (-633 $) (-10 -8 (-15 -1348 ((-757))) (-15 -3212 ($ (-553))) (-6 -4366)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 $) . T) ((-712) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3528 (((-401 (-934 |#2|)) (-630 |#2|) (-630 |#2|) (-757) (-757)) 45)))
+(((-1032 |#1| |#2|) (-10 -7 (-15 -3528 ((-401 (-934 |#2|)) (-630 |#2|) (-630 |#2|) (-757) (-757)))) (-1155) (-357)) (T -1032))
+((-3528 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-630 *6)) (-5 *4 (-757)) (-4 *6 (-357)) (-5 *2 (-401 (-934 *6))) (-5 *1 (-1032 *5 *6)) (-14 *5 (-1155)))))
+(-10 -7 (-15 -3528 ((-401 (-934 |#2|)) (-630 |#2|) (-630 |#2|) (-757) (-757))))
+((-4188 (((-111) $) 29)) (-3109 (((-111) $) 16)) (-2390 (((-757) $) 13)) (-2402 (((-757) $) 14)) (-1924 (((-111) $) 26)) (-3897 (((-111) $) 31)))
+(((-1033 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -2402 ((-757) |#1|)) (-15 -2390 ((-757) |#1|)) (-15 -3897 ((-111) |#1|)) (-15 -4188 ((-111) |#1|)) (-15 -1924 ((-111) |#1|)) (-15 -3109 ((-111) |#1|))) (-1034 |#2| |#3| |#4| |#5| |#6|) (-757) (-757) (-1031) (-233 |#3| |#4|) (-233 |#2| |#4|)) (T -1033))
+NIL
+(-10 -8 (-15 -2402 ((-757) |#1|)) (-15 -2390 ((-757) |#1|)) (-15 -3897 ((-111) |#1|)) (-15 -4188 ((-111) |#1|)) (-15 -1924 ((-111) |#1|)) (-15 -3109 ((-111) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4188 (((-111) $) 51)) (-4123 (((-3 $ "failed") $ $) 19)) (-3109 (((-111) $) 53)) (-2549 (((-111) $ (-757)) 61)) (-3203 (($) 17 T CONST)) (-3399 (($ $) 34 (|has| |#3| (-301)))) (-1310 ((|#4| $ (-553)) 39)) (-2129 (((-757) $) 33 (|has| |#3| (-545)))) (-2891 ((|#3| $ (-553) (-553)) 41)) (-3136 (((-630 |#3|) $) 68 (|has| $ (-6 -4369)))) (-3005 (((-757) $) 32 (|has| |#3| (-545)))) (-2455 (((-630 |#5|) $) 31 (|has| |#3| (-545)))) (-2390 (((-757) $) 45)) (-2402 (((-757) $) 44)) (-3625 (((-111) $ (-757)) 60)) (-3176 (((-553) $) 49)) (-1757 (((-553) $) 47)) (-2447 (((-630 |#3|) $) 69 (|has| $ (-6 -4369)))) (-4349 (((-111) |#3| $) 71 (-12 (|has| |#3| (-1079)) (|has| $ (-6 -4369))))) (-1907 (((-553) $) 48)) (-2680 (((-553) $) 46)) (-3515 (($ (-630 (-630 |#3|))) 54)) (-2947 (($ (-1 |#3| |#3|) $) 64 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#3| |#3|) $) 63) (($ (-1 |#3| |#3| |#3|) $ $) 37)) (-4245 (((-630 (-630 |#3|)) $) 43)) (-3711 (((-111) $ (-757)) 59)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3968 (((-3 $ "failed") $ |#3|) 36 (|has| |#3| (-545)))) (-1563 (((-111) (-1 (-111) |#3|) $) 66 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#3|) (-630 |#3|)) 75 (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ |#3| |#3|) 74 (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ (-288 |#3|)) 73 (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ (-630 (-288 |#3|))) 72 (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))) (-3245 (((-111) $ $) 55)) (-3437 (((-111) $) 58)) (-1422 (($) 57)) (-2061 ((|#3| $ (-553) (-553)) 42) ((|#3| $ (-553) (-553) |#3|) 40)) (-1924 (((-111) $) 52)) (-2885 (((-757) |#3| $) 70 (-12 (|has| |#3| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#3|) $) 67 (|has| $ (-6 -4369)))) (-1488 (($ $) 56)) (-3877 ((|#5| $ (-553)) 38)) (-3212 (((-845) $) 11)) (-1798 (((-111) (-1 (-111) |#3|) $) 65 (|has| $ (-6 -4369)))) (-3897 (((-111) $) 50)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#3|) 35 (|has| |#3| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ |#3| $) 23) (($ $ |#3|) 26)) (-2656 (((-757) $) 62 (|has| $ (-6 -4369)))))
+(((-1034 |#1| |#2| |#3| |#4| |#5|) (-137) (-757) (-757) (-1031) (-233 |t#2| |t#3|) (-233 |t#1| |t#3|)) (T -1034))
+((-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)))) (-3515 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 *5))) (-4 *5 (-1031)) (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)))) (-3109 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))) (-1924 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))) (-4188 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))) (-3897 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))) (-3176 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-553)))) (-1907 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-553)))) (-1757 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-553)))) (-2680 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-553)))) (-2390 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-757)))) (-2402 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-757)))) (-4245 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-630 (-630 *5))))) (-2061 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *2 *6 *7)) (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)) (-4 *2 (-1031)))) (-2891 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *2 *6 *7)) (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)) (-4 *2 (-1031)))) (-2061 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *2 *6 *7)) (-4 *2 (-1031)) (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)))) (-1310 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *6 *2 *7)) (-4 *6 (-1031)) (-4 *7 (-233 *4 *6)) (-4 *2 (-233 *5 *6)))) (-3877 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *6 *7 *2)) (-4 *6 (-1031)) (-4 *7 (-233 *5 *6)) (-4 *2 (-233 *4 *6)))) (-1478 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)))) (-3968 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1034 *3 *4 *2 *5 *6)) (-4 *2 (-1031)) (-4 *5 (-233 *4 *2)) (-4 *6 (-233 *3 *2)) (-4 *2 (-545)))) (-1721 (*1 *1 *1 *2) (-12 (-4 *1 (-1034 *3 *4 *2 *5 *6)) (-4 *2 (-1031)) (-4 *5 (-233 *4 *2)) (-4 *6 (-233 *3 *2)) (-4 *2 (-357)))) (-3399 (*1 *1 *1) (-12 (-4 *1 (-1034 *2 *3 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *2 *4)) (-4 *4 (-301)))) (-2129 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-545)) (-5 *2 (-757)))) (-3005 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-545)) (-5 *2 (-757)))) (-2455 (*1 *2 *1) (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-545)) (-5 *2 (-630 *7)))))
+(-13 (-110 |t#3| |t#3|) (-482 |t#3|) (-10 -8 (-6 -4369) (IF (|has| |t#3| (-169)) (-6 (-703 |t#3|)) |%noBranch|) (-15 -3515 ($ (-630 (-630 |t#3|)))) (-15 -3109 ((-111) $)) (-15 -1924 ((-111) $)) (-15 -4188 ((-111) $)) (-15 -3897 ((-111) $)) (-15 -3176 ((-553) $)) (-15 -1907 ((-553) $)) (-15 -1757 ((-553) $)) (-15 -2680 ((-553) $)) (-15 -2390 ((-757) $)) (-15 -2402 ((-757) $)) (-15 -4245 ((-630 (-630 |t#3|)) $)) (-15 -2061 (|t#3| $ (-553) (-553))) (-15 -2891 (|t#3| $ (-553) (-553))) (-15 -2061 (|t#3| $ (-553) (-553) |t#3|)) (-15 -1310 (|t#4| $ (-553))) (-15 -3877 (|t#5| $ (-553))) (-15 -1478 ($ (-1 |t#3| |t#3|) $)) (-15 -1478 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-545)) (-15 -3968 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-357)) (-15 -1721 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-301)) (-15 -3399 ($ $)) |%noBranch|) (IF (|has| |t#3| (-545)) (PROGN (-15 -2129 ((-757) $)) (-15 -3005 ((-757) $)) (-15 -2455 ((-630 |t#5|) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-101) . T) ((-110 |#3| |#3|) . T) ((-129) . T) ((-600 (-845)) . T) ((-303 |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))) ((-482 |#3|) . T) ((-507 |#3| |#3|) -12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))) ((-633 |#3|) . T) ((-703 |#3|) |has| |#3| (-169)) ((-1037 |#3|) . T) ((-1079) . T) ((-1192) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4188 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3109 (((-111) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-3203 (($) NIL T CONST)) (-3399 (($ $) 43 (|has| |#3| (-301)))) (-1310 (((-235 |#2| |#3|) $ (-553)) 32)) (-1524 (($ (-674 |#3|)) 41)) (-2129 (((-757) $) 45 (|has| |#3| (-545)))) (-2891 ((|#3| $ (-553) (-553)) NIL)) (-3136 (((-630 |#3|) $) NIL (|has| $ (-6 -4369)))) (-3005 (((-757) $) 47 (|has| |#3| (-545)))) (-2455 (((-630 (-235 |#1| |#3|)) $) 51 (|has| |#3| (-545)))) (-2390 (((-757) $) NIL)) (-2402 (((-757) $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-3176 (((-553) $) NIL)) (-1757 (((-553) $) NIL)) (-2447 (((-630 |#3|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#3| (-1079))))) (-1907 (((-553) $) NIL)) (-2680 (((-553) $) NIL)) (-3515 (($ (-630 (-630 |#3|))) 27)) (-2947 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-4245 (((-630 (-630 |#3|)) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3968 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-545)))) (-1563 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#3|) (-630 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ (-288 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ (-630 (-288 |#3|))) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#3| $ (-553) (-553)) NIL) ((|#3| $ (-553) (-553) |#3|) NIL)) (-1315 (((-132)) 54 (|has| |#3| (-357)))) (-1924 (((-111) $) NIL)) (-2885 (((-757) |#3| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#3| (-1079)))) (((-757) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) 63 (|has| |#3| (-601 (-529))))) (-3877 (((-235 |#1| |#3|) $ (-553)) 36)) (-3212 (((-845) $) 16) (((-674 |#3|) $) 38)) (-1798 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4369)))) (-3897 (((-111) $) NIL)) (-3296 (($) 13 T CONST)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#3|) NIL (|has| |#3| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1035 |#1| |#2| |#3|) (-13 (-1034 |#1| |#2| |#3| (-235 |#2| |#3|) (-235 |#1| |#3|)) (-600 (-674 |#3|)) (-10 -8 (IF (|has| |#3| (-357)) (-6 (-1245 |#3|)) |%noBranch|) (IF (|has| |#3| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (-15 -1524 ($ (-674 |#3|))) (-15 -3212 ((-674 |#3|) $)))) (-757) (-757) (-1031)) (T -1035))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-674 *5)) (-5 *1 (-1035 *3 *4 *5)) (-14 *3 (-757)) (-14 *4 (-757)) (-4 *5 (-1031)))) (-1524 (*1 *1 *2) (-12 (-5 *2 (-674 *5)) (-4 *5 (-1031)) (-5 *1 (-1035 *3 *4 *5)) (-14 *3 (-757)) (-14 *4 (-757)))))
+(-13 (-1034 |#1| |#2| |#3| (-235 |#2| |#3|) (-235 |#1| |#3|)) (-600 (-674 |#3|)) (-10 -8 (IF (|has| |#3| (-357)) (-6 (-1245 |#3|)) |%noBranch|) (IF (|has| |#3| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|) (-15 -1524 ($ (-674 |#3|))) (-15 -3212 ((-674 |#3|) $))))
+((-3883 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 34)) (-1478 ((|#10| (-1 |#7| |#3|) |#6|) 32)))
+(((-1036 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -1478 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3883 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-757) (-757) (-1031) (-233 |#2| |#3|) (-233 |#1| |#3|) (-1034 |#1| |#2| |#3| |#4| |#5|) (-1031) (-233 |#2| |#7|) (-233 |#1| |#7|) (-1034 |#1| |#2| |#7| |#8| |#9|)) (T -1036))
+((-3883 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1031)) (-4 *2 (-1031)) (-14 *5 (-757)) (-14 *6 (-757)) (-4 *8 (-233 *6 *7)) (-4 *9 (-233 *5 *7)) (-4 *10 (-233 *6 *2)) (-4 *11 (-233 *5 *2)) (-5 *1 (-1036 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-1034 *5 *6 *7 *8 *9)) (-4 *12 (-1034 *5 *6 *2 *10 *11)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1031)) (-4 *10 (-1031)) (-14 *5 (-757)) (-14 *6 (-757)) (-4 *8 (-233 *6 *7)) (-4 *9 (-233 *5 *7)) (-4 *2 (-1034 *5 *6 *10 *11 *12)) (-5 *1 (-1036 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-1034 *5 *6 *7 *8 *9)) (-4 *11 (-233 *6 *10)) (-4 *12 (-233 *5 *10)))))
+(-10 -7 (-15 -1478 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3883 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ |#1|) 23)))
+(((-1037 |#1|) (-137) (-1038)) (T -1037))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1037 *2)) (-4 *2 (-1038)))))
(-13 (-21) (-10 -8 (-15 * ($ $ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-1037) (-137)) (T -1037))
-NIL
-(-13 (-21) (-1090))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-599 (-844)) . T) ((-1090) . T) ((-1078) . T))
-((-4157 (($ $) 16)) (-4183 (($ $) 22)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 49)) (-4346 (($ $) 24)) (-2147 (($ $) 11)) (-3410 (($ $) 38)) (-1522 (((-373) $) NIL) (((-220) $) NIL) (((-873 (-373)) $) 33)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL) (($ (-401 (-552))) 28) (($ (-552)) NIL) (($ (-401 (-552))) 28)) (-2014 (((-756)) 8)) (-3763 (($ $) 39)))
-(((-1038 |#1|) (-10 -8 (-15 -4183 (|#1| |#1|)) (-15 -4157 (|#1| |#1|)) (-15 -2147 (|#1| |#1|)) (-15 -3410 (|#1| |#1|)) (-15 -3763 (|#1| |#1|)) (-15 -4346 (|#1| |#1|)) (-15 -2214 ((-870 (-373) |#1|) |#1| (-873 (-373)) (-870 (-373) |#1|))) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| (-552))) (-15 -1522 ((-220) |#1|)) (-15 -1522 ((-373) |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| |#1|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 -3213 ((-844) |#1|))) (-1039)) (T -1038))
-((-2014 (*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-1038 *3)) (-4 *3 (-1039)))))
-(-10 -8 (-15 -4183 (|#1| |#1|)) (-15 -4157 (|#1| |#1|)) (-15 -2147 (|#1| |#1|)) (-15 -3410 (|#1| |#1|)) (-15 -3763 (|#1| |#1|)) (-15 -4346 (|#1| |#1|)) (-15 -2214 ((-870 (-373) |#1|) |#1| (-873 (-373)) (-870 (-373) |#1|))) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| (-552))) (-15 -1522 ((-220) |#1|)) (-15 -1522 ((-373) |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| |#1|)) (-15 -3213 (|#1| (-552))) (-15 -2014 ((-756))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3603 (((-552) $) 86)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4157 (($ $) 84)) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-3489 (($ $) 94)) (-2393 (((-111) $ $) 57)) (-3886 (((-552) $) 111)) (-2130 (($) 17 T CONST)) (-4183 (($ $) 83)) (-1393 (((-3 (-552) "failed") $) 99) (((-3 (-401 (-552)) "failed") $) 96)) (-2832 (((-552) $) 98) (((-401 (-552)) $) 95)) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-1677 (((-111) $) 68)) (-1338 (((-111) $) 109)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 90)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 93)) (-4346 (($ $) 89)) (-3127 (((-111) $) 110)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-1772 (($ $ $) 108)) (-2011 (($ $ $) 107)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 67)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-2147 (($ $) 85)) (-3410 (($ $) 87)) (-3479 (((-412 $) $) 71)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-1522 (((-373) $) 102) (((-220) $) 101) (((-873 (-373)) $) 91)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63) (($ (-552)) 100) (($ (-401 (-552))) 97)) (-2014 (((-756)) 28)) (-3763 (($ $) 88)) (-3589 (((-111) $ $) 37)) (-1578 (($ $) 112)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1666 (((-111) $ $) 105)) (-1644 (((-111) $ $) 104)) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 106)) (-1632 (((-111) $ $) 103)) (-1720 (($ $ $) 62)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66) (($ $ (-401 (-552))) 92)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64)))
-(((-1039) (-137)) (T -1039))
-((-1578 (*1 *1 *1) (-4 *1 (-1039))) (-4346 (*1 *1 *1) (-4 *1 (-1039))) (-3763 (*1 *1 *1) (-4 *1 (-1039))) (-3410 (*1 *1 *1) (-4 *1 (-1039))) (-3603 (*1 *2 *1) (-12 (-4 *1 (-1039)) (-5 *2 (-552)))) (-2147 (*1 *1 *1) (-4 *1 (-1039))) (-4157 (*1 *1 *1) (-4 *1 (-1039))) (-4183 (*1 *1 *1) (-4 *1 (-1039))))
-(-13 (-357) (-830) (-1003) (-1019 (-552)) (-1019 (-401 (-552))) (-983) (-600 (-873 (-373))) (-867 (-373)) (-144) (-10 -8 (-15 -4346 ($ $)) (-15 -3763 ($ $)) (-15 -3410 ($ $)) (-15 -3603 ((-552) $)) (-15 -2147 ($ $)) (-15 -4157 ($ $)) (-15 -4183 ($ $)) (-15 -1578 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-599 (-844)) . T) ((-169) . T) ((-600 (-220)) . T) ((-600 (-373)) . T) ((-600 (-873 (-373))) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-445) . T) ((-544) . T) ((-632 #0#) . T) ((-632 $) . T) ((-702 #0#) . T) ((-702 $) . T) ((-711) . T) ((-776) . T) ((-777) . T) ((-779) . T) ((-780) . T) ((-830) . T) ((-832) . T) ((-867 (-373)) . T) ((-901) . T) ((-983) . T) ((-1003) . T) ((-1019 (-401 (-552))) . T) ((-1019 (-552)) . T) ((-1036 #0#) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) |#2| $) 23)) (-2663 ((|#1| $) 10)) (-3886 (((-552) |#2| $) 88)) (-1743 (((-3 $ "failed") |#2| (-902)) 57)) (-3428 ((|#1| $) 28)) (-1437 ((|#1| |#2| $ |#1|) 37)) (-2712 (($ $) 25)) (-1293 (((-3 |#2| "failed") |#2| $) 87)) (-1338 (((-111) |#2| $) NIL)) (-3127 (((-111) |#2| $) NIL)) (-1481 (((-111) |#2| $) 24)) (-1849 ((|#1| $) 89)) (-3416 ((|#1| $) 27)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3521 ((|#2| $) 79)) (-3213 (((-844) $) 70)) (-4311 ((|#1| |#2| $ |#1|) 38)) (-4296 (((-629 $) |#2|) 59)) (-1613 (((-111) $ $) 74)))
-(((-1040 |#1| |#2|) (-13 (-1047 |#1| |#2|) (-10 -8 (-15 -3416 (|#1| $)) (-15 -3428 (|#1| $)) (-15 -2663 (|#1| $)) (-15 -1849 (|#1| $)) (-15 -2712 ($ $)) (-15 -1481 ((-111) |#2| $)) (-15 -1437 (|#1| |#2| $ |#1|)))) (-13 (-830) (-357)) (-1213 |#1|)) (T -1040))
-((-1437 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3)) (-4 *3 (-1213 *2)))) (-3416 (*1 *2 *1) (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3)) (-4 *3 (-1213 *2)))) (-3428 (*1 *2 *1) (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3)) (-4 *3 (-1213 *2)))) (-2663 (*1 *2 *1) (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3)) (-4 *3 (-1213 *2)))) (-1849 (*1 *2 *1) (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3)) (-4 *3 (-1213 *2)))) (-2712 (*1 *1 *1) (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3)) (-4 *3 (-1213 *2)))) (-1481 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-830) (-357))) (-5 *2 (-111)) (-5 *1 (-1040 *4 *3)) (-4 *3 (-1213 *4)))))
-(-13 (-1047 |#1| |#2|) (-10 -8 (-15 -3416 (|#1| $)) (-15 -3428 (|#1| $)) (-15 -2663 (|#1| $)) (-15 -1849 (|#1| $)) (-15 -2712 ($ $)) (-15 -1481 ((-111) |#2| $)) (-15 -1437 (|#1| |#2| $ |#1|))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4025 (($ $ $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2704 (($ $ $ $) NIL)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL)) (-1603 (($ $ $) NIL)) (-2130 (($) NIL T CONST)) (-3168 (($ (-1154)) 10) (($ (-552)) 7)) (-1393 (((-3 (-552) "failed") $) NIL)) (-2832 (((-552) $) NIL)) (-4006 (($ $ $) NIL)) (-2714 (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-673 (-552)) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-2674 (((-3 (-401 (-552)) "failed") $) NIL)) (-2443 (((-111) $) NIL)) (-3777 (((-401 (-552)) $) NIL)) (-1332 (($) NIL) (($ $) NIL)) (-3987 (($ $ $) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1299 (($ $ $ $) NIL)) (-2990 (($ $ $) NIL)) (-1338 (((-111) $) NIL)) (-2048 (($ $ $) NIL)) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL)) (-4065 (((-111) $) NIL)) (-3302 (((-111) $) NIL)) (-2032 (((-3 $ "failed") $) NIL)) (-3127 (((-111) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1760 (($ $ $ $) NIL)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-3922 (($ $) NIL)) (-2556 (($ $) NIL)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3198 (($ $ $) NIL)) (-1977 (($) NIL T CONST)) (-3864 (($ $) NIL)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2006 (($ $) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3117 (((-111) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3096 (($ $ (-756)) NIL) (($ $) NIL)) (-2045 (($ $) NIL)) (-1487 (($ $) NIL)) (-1522 (((-552) $) 16) (((-528) $) NIL) (((-873 (-552)) $) NIL) (((-373) $) NIL) (((-220) $) NIL) (($ (-1154)) 9)) (-3213 (((-844) $) 20) (($ (-552)) 6) (($ $) NIL) (($ (-552)) 6)) (-2014 (((-756)) NIL)) (-3246 (((-111) $ $) NIL)) (-2075 (($ $ $) NIL)) (-4174 (($) NIL)) (-3589 (((-111) $ $) NIL)) (-3182 (($ $ $ $) NIL)) (-1578 (($ $) NIL)) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) NIL)) (-1709 (($ $) 19) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL)))
-(((-1041) (-13 (-537) (-10 -8 (-6 -4355) (-6 -4360) (-6 -4356) (-15 -1522 ($ (-1154))) (-15 -3168 ($ (-1154))) (-15 -3168 ($ (-552)))))) (T -1041))
-((-1522 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1041)))) (-3168 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1041)))) (-3168 (*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-1041)))))
-(-13 (-537) (-10 -8 (-6 -4355) (-6 -4360) (-6 -4356) (-15 -1522 ($ (-1154))) (-15 -3168 ($ (-1154))) (-15 -3168 ($ (-552)))))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL)) (-2660 (((-1242) $ (-1154) (-1154)) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-4134 (($) 9)) (-1470 (((-52) $ (-1154) (-52)) NIL)) (-3523 (($ $) 30)) (-2833 (($ $) 28)) (-1797 (($ $) 27)) (-2908 (($ $) 29)) (-4016 (($ $) 32)) (-3475 (($ $) 33)) (-3375 (($ $) 26)) (-1288 (($ $) 31)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) 25 (|has| $ (-6 -4368)))) (-3078 (((-3 (-52) "failed") (-1154) $) 40)) (-2130 (($) NIL T CONST)) (-1757 (($) 7)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-1625 (($ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) 50 (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-3 (-52) "failed") (-1154) $) NIL)) (-2655 (($ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368)))) (-3130 (((-3 (-1136) "failed") $ (-1136) (-552)) 59)) (-2957 (((-52) $ (-1154) (-52)) NIL (|has| $ (-6 -4369)))) (-2892 (((-52) $ (-1154)) NIL)) (-3138 (((-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-629 (-52)) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-1154) $) NIL (|has| (-1154) (-832)))) (-3278 (((-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) 35 (|has| $ (-6 -4368))) (((-629 (-52)) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-52) (-1078))))) (-1842 (((-1154) $) NIL (|has| (-1154) (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-1376 (((-629 (-1154)) $) NIL)) (-2539 (((-111) (-1154) $) NIL)) (-3105 (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL)) (-1580 (($ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) 43)) (-2190 (((-629 (-1154)) $) NIL)) (-1335 (((-111) (-1154) $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-2362 (((-373) $ (-1154)) 49)) (-1787 (((-629 (-1136)) $ (-1136)) 60)) (-2702 (((-52) $) NIL (|has| (-1154) (-832)))) (-3073 (((-3 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) "failed") (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL)) (-1518 (($ $ (-52)) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))))) NIL (-12 (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ $ (-288 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL (-12 (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ $ (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) NIL (-12 (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ $ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL (-12 (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-303 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (($ $ (-629 (-52)) (-629 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078)))) (($ $ (-288 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078)))) (($ $ (-629 (-288 (-52)))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-52) (-1078))))) (-3627 (((-629 (-52)) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 (((-52) $ (-1154)) NIL) (((-52) $ (-1154) (-52)) NIL)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL)) (-1304 (($ $ (-1154)) 51)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078)))) (((-756) (-52) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-52) (-1078)))) (((-756) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) 37)) (-4319 (($ $ $) 38)) (-3213 (((-844) $) NIL (-4029 (|has| (-52) (-599 (-844))) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-599 (-844)))))) (-3937 (($ $ (-1154) (-373)) 47)) (-2910 (($ $ (-1154) (-373)) 48)) (-1663 (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 (-1154)) (|:| -3360 (-52)))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-52) (-1078)) (|has| (-2 (|:| -2670 (-1154)) (|:| -3360 (-52))) (-1078))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1042) (-13 (-1167 (-1154) (-52)) (-10 -8 (-15 -4319 ($ $ $)) (-15 -1757 ($)) (-15 -3375 ($ $)) (-15 -1797 ($ $)) (-15 -2833 ($ $)) (-15 -2908 ($ $)) (-15 -1288 ($ $)) (-15 -3523 ($ $)) (-15 -4016 ($ $)) (-15 -3475 ($ $)) (-15 -3937 ($ $ (-1154) (-373))) (-15 -2910 ($ $ (-1154) (-373))) (-15 -2362 ((-373) $ (-1154))) (-15 -1787 ((-629 (-1136)) $ (-1136))) (-15 -1304 ($ $ (-1154))) (-15 -4134 ($)) (-15 -3130 ((-3 (-1136) "failed") $ (-1136) (-552))) (-6 -4368)))) (T -1042))
-((-4319 (*1 *1 *1 *1) (-5 *1 (-1042))) (-1757 (*1 *1) (-5 *1 (-1042))) (-3375 (*1 *1 *1) (-5 *1 (-1042))) (-1797 (*1 *1 *1) (-5 *1 (-1042))) (-2833 (*1 *1 *1) (-5 *1 (-1042))) (-2908 (*1 *1 *1) (-5 *1 (-1042))) (-1288 (*1 *1 *1) (-5 *1 (-1042))) (-3523 (*1 *1 *1) (-5 *1 (-1042))) (-4016 (*1 *1 *1) (-5 *1 (-1042))) (-3475 (*1 *1 *1) (-5 *1 (-1042))) (-3937 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-373)) (-5 *1 (-1042)))) (-2910 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-373)) (-5 *1 (-1042)))) (-2362 (*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-373)) (-5 *1 (-1042)))) (-1787 (*1 *2 *1 *3) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1042)) (-5 *3 (-1136)))) (-1304 (*1 *1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1042)))) (-4134 (*1 *1) (-5 *1 (-1042))) (-3130 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1136)) (-5 *3 (-552)) (-5 *1 (-1042)))))
-(-13 (-1167 (-1154) (-52)) (-10 -8 (-15 -4319 ($ $ $)) (-15 -1757 ($)) (-15 -3375 ($ $)) (-15 -1797 ($ $)) (-15 -2833 ($ $)) (-15 -2908 ($ $)) (-15 -1288 ($ $)) (-15 -3523 ($ $)) (-15 -4016 ($ $)) (-15 -3475 ($ $)) (-15 -3937 ($ $ (-1154) (-373))) (-15 -2910 ($ $ (-1154) (-373))) (-15 -2362 ((-373) $ (-1154))) (-15 -1787 ((-629 (-1136)) $ (-1136))) (-15 -1304 ($ $ (-1154))) (-15 -4134 ($)) (-15 -3130 ((-3 (-1136) "failed") $ (-1136) (-552))) (-6 -4368)))
-((-1785 (($ $) 45)) (-1764 (((-111) $ $) 74)) (-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 (-552) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-933 (-401 (-552)))) 227) (((-3 $ "failed") (-933 (-552))) 226) (((-3 $ "failed") (-933 |#2|)) 229)) (-2832 ((|#2| $) NIL) (((-401 (-552)) $) NIL) (((-552) $) NIL) ((|#4| $) NIL) (($ (-933 (-401 (-552)))) 215) (($ (-933 (-552))) 211) (($ (-933 |#2|)) 231)) (-3766 (($ $) NIL) (($ $ |#4|) 43)) (-3738 (((-111) $ $) 112) (((-111) $ (-629 $)) 113)) (-2792 (((-111) $) 56)) (-2997 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 107)) (-1913 (($ $) 138)) (-2896 (($ $) 134)) (-2304 (($ $) 133)) (-2030 (($ $ $) 79) (($ $ $ |#4|) 84)) (-1697 (($ $ $) 82) (($ $ $ |#4|) 86)) (-3065 (((-111) $ $) 121) (((-111) $ (-629 $)) 122)) (-2940 ((|#4| $) 33)) (-1885 (($ $ $) 110)) (-2706 (((-111) $) 55)) (-1979 (((-756) $) 35)) (-1989 (($ $) 152)) (-2971 (($ $) 149)) (-4050 (((-629 $) $) 68)) (-1723 (($ $) 57)) (-3119 (($ $) 145)) (-3559 (((-629 $) $) 65)) (-1823 (($ $) 59)) (-3743 ((|#2| $) NIL) (($ $ |#4|) 38)) (-4048 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3129 (-756))) $ $) 111)) (-4239 (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $) 108) (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $ |#4|) 109)) (-1574 (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -4186 $)) $ $) 104) (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -4186 $)) $ $ |#4|) 105)) (-3710 (($ $ $) 89) (($ $ $ |#4|) 95)) (-3557 (($ $ $) 90) (($ $ $ |#4|) 96)) (-1741 (((-629 $) $) 51)) (-3287 (((-111) $ $) 118) (((-111) $ (-629 $)) 119)) (-2498 (($ $ $) 103)) (-1977 (($ $) 37)) (-4343 (((-111) $ $) 72)) (-3150 (((-111) $ $) 114) (((-111) $ (-629 $)) 116)) (-3848 (($ $ $) 101)) (-2170 (($ $) 40)) (-2594 ((|#2| |#2| $) 142) (($ (-629 $)) NIL) (($ $ $) NIL)) (-3069 (($ $ |#2|) NIL) (($ $ $) 131)) (-1771 (($ $ |#2|) 126) (($ $ $) 129)) (-2861 (($ $) 48)) (-1763 (($ $) 52)) (-1522 (((-873 (-373)) $) NIL) (((-873 (-552)) $) NIL) (((-528) $) NIL) (($ (-933 (-401 (-552)))) 217) (($ (-933 (-552))) 213) (($ (-933 |#2|)) 228) (((-1136) $) 250) (((-933 |#2|) $) 162)) (-3213 (((-844) $) 30) (($ (-552)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-933 |#2|) $) 163) (($ (-401 (-552))) NIL) (($ $) NIL)) (-1383 (((-3 (-111) "failed") $ $) 71)))
-(((-1043 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3213 (|#1| |#1|)) (-15 -2594 (|#1| |#1| |#1|)) (-15 -2594 (|#1| (-629 |#1|))) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 ((-933 |#2|) |#1|)) (-15 -1522 ((-933 |#2|) |#1|)) (-15 -1522 ((-1136) |#1|)) (-15 -1989 (|#1| |#1|)) (-15 -2971 (|#1| |#1|)) (-15 -3119 (|#1| |#1|)) (-15 -1913 (|#1| |#1|)) (-15 -2594 (|#2| |#2| |#1|)) (-15 -3069 (|#1| |#1| |#1|)) (-15 -1771 (|#1| |#1| |#1|)) (-15 -3069 (|#1| |#1| |#2|)) (-15 -1771 (|#1| |#1| |#2|)) (-15 -2896 (|#1| |#1|)) (-15 -2304 (|#1| |#1|)) (-15 -1522 (|#1| (-933 |#2|))) (-15 -2832 (|#1| (-933 |#2|))) (-15 -1393 ((-3 |#1| "failed") (-933 |#2|))) (-15 -1522 (|#1| (-933 (-552)))) (-15 -2832 (|#1| (-933 (-552)))) (-15 -1393 ((-3 |#1| "failed") (-933 (-552)))) (-15 -1522 (|#1| (-933 (-401 (-552))))) (-15 -2832 (|#1| (-933 (-401 (-552))))) (-15 -1393 ((-3 |#1| "failed") (-933 (-401 (-552))))) (-15 -2498 (|#1| |#1| |#1|)) (-15 -3848 (|#1| |#1| |#1|)) (-15 -4048 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -3129 (-756))) |#1| |#1|)) (-15 -1885 (|#1| |#1| |#1|)) (-15 -2997 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -4239 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1| |#4|)) (-15 -4239 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -1574 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -4186 |#1|)) |#1| |#1| |#4|)) (-15 -1574 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -3557 (|#1| |#1| |#1| |#4|)) (-15 -3710 (|#1| |#1| |#1| |#4|)) (-15 -3557 (|#1| |#1| |#1|)) (-15 -3710 (|#1| |#1| |#1|)) (-15 -1697 (|#1| |#1| |#1| |#4|)) (-15 -2030 (|#1| |#1| |#1| |#4|)) (-15 -1697 (|#1| |#1| |#1|)) (-15 -2030 (|#1| |#1| |#1|)) (-15 -3065 ((-111) |#1| (-629 |#1|))) (-15 -3065 ((-111) |#1| |#1|)) (-15 -3287 ((-111) |#1| (-629 |#1|))) (-15 -3287 ((-111) |#1| |#1|)) (-15 -3150 ((-111) |#1| (-629 |#1|))) (-15 -3150 ((-111) |#1| |#1|)) (-15 -3738 ((-111) |#1| (-629 |#1|))) (-15 -3738 ((-111) |#1| |#1|)) (-15 -1764 ((-111) |#1| |#1|)) (-15 -4343 ((-111) |#1| |#1|)) (-15 -1383 ((-3 (-111) "failed") |#1| |#1|)) (-15 -4050 ((-629 |#1|) |#1|)) (-15 -3559 ((-629 |#1|) |#1|)) (-15 -1823 (|#1| |#1|)) (-15 -1723 (|#1| |#1|)) (-15 -2792 ((-111) |#1|)) (-15 -2706 ((-111) |#1|)) (-15 -3766 (|#1| |#1| |#4|)) (-15 -3743 (|#1| |#1| |#4|)) (-15 -1763 (|#1| |#1|)) (-15 -1741 ((-629 |#1|) |#1|)) (-15 -2861 (|#1| |#1|)) (-15 -1785 (|#1| |#1|)) (-15 -2170 (|#1| |#1|)) (-15 -1977 (|#1| |#1|)) (-15 -1979 ((-756) |#1|)) (-15 -2940 (|#4| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -2832 (|#4| |#1|)) (-15 -1393 ((-3 |#4| "failed") |#1|)) (-15 -3213 (|#1| |#4|)) (-15 -3743 (|#2| |#1|)) (-15 -3766 (|#1| |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|))) (-1044 |#2| |#3| |#4|) (-1030) (-778) (-832)) (T -1043))
-NIL
-(-10 -8 (-15 -3213 (|#1| |#1|)) (-15 -2594 (|#1| |#1| |#1|)) (-15 -2594 (|#1| (-629 |#1|))) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 ((-933 |#2|) |#1|)) (-15 -1522 ((-933 |#2|) |#1|)) (-15 -1522 ((-1136) |#1|)) (-15 -1989 (|#1| |#1|)) (-15 -2971 (|#1| |#1|)) (-15 -3119 (|#1| |#1|)) (-15 -1913 (|#1| |#1|)) (-15 -2594 (|#2| |#2| |#1|)) (-15 -3069 (|#1| |#1| |#1|)) (-15 -1771 (|#1| |#1| |#1|)) (-15 -3069 (|#1| |#1| |#2|)) (-15 -1771 (|#1| |#1| |#2|)) (-15 -2896 (|#1| |#1|)) (-15 -2304 (|#1| |#1|)) (-15 -1522 (|#1| (-933 |#2|))) (-15 -2832 (|#1| (-933 |#2|))) (-15 -1393 ((-3 |#1| "failed") (-933 |#2|))) (-15 -1522 (|#1| (-933 (-552)))) (-15 -2832 (|#1| (-933 (-552)))) (-15 -1393 ((-3 |#1| "failed") (-933 (-552)))) (-15 -1522 (|#1| (-933 (-401 (-552))))) (-15 -2832 (|#1| (-933 (-401 (-552))))) (-15 -1393 ((-3 |#1| "failed") (-933 (-401 (-552))))) (-15 -2498 (|#1| |#1| |#1|)) (-15 -3848 (|#1| |#1| |#1|)) (-15 -4048 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -3129 (-756))) |#1| |#1|)) (-15 -1885 (|#1| |#1| |#1|)) (-15 -2997 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -4239 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1| |#4|)) (-15 -4239 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -1574 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -4186 |#1|)) |#1| |#1| |#4|)) (-15 -1574 ((-2 (|:| -4158 |#1|) (|:| |gap| (-756)) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -3557 (|#1| |#1| |#1| |#4|)) (-15 -3710 (|#1| |#1| |#1| |#4|)) (-15 -3557 (|#1| |#1| |#1|)) (-15 -3710 (|#1| |#1| |#1|)) (-15 -1697 (|#1| |#1| |#1| |#4|)) (-15 -2030 (|#1| |#1| |#1| |#4|)) (-15 -1697 (|#1| |#1| |#1|)) (-15 -2030 (|#1| |#1| |#1|)) (-15 -3065 ((-111) |#1| (-629 |#1|))) (-15 -3065 ((-111) |#1| |#1|)) (-15 -3287 ((-111) |#1| (-629 |#1|))) (-15 -3287 ((-111) |#1| |#1|)) (-15 -3150 ((-111) |#1| (-629 |#1|))) (-15 -3150 ((-111) |#1| |#1|)) (-15 -3738 ((-111) |#1| (-629 |#1|))) (-15 -3738 ((-111) |#1| |#1|)) (-15 -1764 ((-111) |#1| |#1|)) (-15 -4343 ((-111) |#1| |#1|)) (-15 -1383 ((-3 (-111) "failed") |#1| |#1|)) (-15 -4050 ((-629 |#1|) |#1|)) (-15 -3559 ((-629 |#1|) |#1|)) (-15 -1823 (|#1| |#1|)) (-15 -1723 (|#1| |#1|)) (-15 -2792 ((-111) |#1|)) (-15 -2706 ((-111) |#1|)) (-15 -3766 (|#1| |#1| |#4|)) (-15 -3743 (|#1| |#1| |#4|)) (-15 -1763 (|#1| |#1|)) (-15 -1741 ((-629 |#1|) |#1|)) (-15 -2861 (|#1| |#1|)) (-15 -1785 (|#1| |#1|)) (-15 -2170 (|#1| |#1|)) (-15 -1977 (|#1| |#1|)) (-15 -1979 ((-756) |#1|)) (-15 -2940 (|#4| |#1|)) (-15 -1522 ((-528) |#1|)) (-15 -1522 ((-873 (-552)) |#1|)) (-15 -1522 ((-873 (-373)) |#1|)) (-15 -2832 (|#4| |#1|)) (-15 -1393 ((-3 |#4| "failed") |#1|)) (-15 -3213 (|#1| |#4|)) (-15 -3743 (|#2| |#1|)) (-15 -3766 (|#1| |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3611 (((-629 |#3|) $) 108)) (-3449 (((-1150 $) $ |#3|) 123) (((-1150 |#1|) $) 122)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 85 (|has| |#1| (-544)))) (-3303 (($ $) 86 (|has| |#1| (-544)))) (-1334 (((-111) $) 88 (|has| |#1| (-544)))) (-2349 (((-756) $) 110) (((-756) $ (-629 |#3|)) 109)) (-1785 (($ $) 269)) (-1764 (((-111) $ $) 255)) (-4012 (((-3 $ "failed") $ $) 19)) (-2134 (($ $ $) 214 (|has| |#1| (-544)))) (-1966 (((-629 $) $ $) 209 (|has| |#1| (-544)))) (-1472 (((-412 (-1150 $)) (-1150 $)) 98 (|has| |#1| (-890)))) (-4116 (($ $) 96 (|has| |#1| (-445)))) (-3343 (((-412 $) $) 95 (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 101 (|has| |#1| (-890)))) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#1| "failed") $) 162) (((-3 (-401 (-552)) "failed") $) 160 (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) 158 (|has| |#1| (-1019 (-552)))) (((-3 |#3| "failed") $) 134) (((-3 $ "failed") (-933 (-401 (-552)))) 229 (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#3| (-600 (-1154))))) (((-3 $ "failed") (-933 (-552))) 226 (-4029 (-12 (-4107 (|has| |#1| (-38 (-401 (-552))))) (|has| |#1| (-38 (-552))) (|has| |#3| (-600 (-1154)))) (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#3| (-600 (-1154)))))) (((-3 $ "failed") (-933 |#1|)) 223 (-4029 (-12 (-4107 (|has| |#1| (-38 (-401 (-552))))) (-4107 (|has| |#1| (-38 (-552)))) (|has| |#3| (-600 (-1154)))) (-12 (-4107 (|has| |#1| (-537))) (-4107 (|has| |#1| (-38 (-401 (-552))))) (|has| |#1| (-38 (-552))) (|has| |#3| (-600 (-1154)))) (-12 (-4107 (|has| |#1| (-973 (-552)))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#3| (-600 (-1154))))))) (-2832 ((|#1| $) 163) (((-401 (-552)) $) 159 (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) 157 (|has| |#1| (-1019 (-552)))) ((|#3| $) 133) (($ (-933 (-401 (-552)))) 228 (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#3| (-600 (-1154))))) (($ (-933 (-552))) 225 (-4029 (-12 (-4107 (|has| |#1| (-38 (-401 (-552))))) (|has| |#1| (-38 (-552))) (|has| |#3| (-600 (-1154)))) (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#3| (-600 (-1154)))))) (($ (-933 |#1|)) 222 (-4029 (-12 (-4107 (|has| |#1| (-38 (-401 (-552))))) (-4107 (|has| |#1| (-38 (-552)))) (|has| |#3| (-600 (-1154)))) (-12 (-4107 (|has| |#1| (-537))) (-4107 (|has| |#1| (-38 (-401 (-552))))) (|has| |#1| (-38 (-552))) (|has| |#3| (-600 (-1154)))) (-12 (-4107 (|has| |#1| (-973 (-552)))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#3| (-600 (-1154))))))) (-3301 (($ $ $ |#3|) 106 (|has| |#1| (-169))) (($ $ $) 210 (|has| |#1| (-544)))) (-3766 (($ $) 152) (($ $ |#3|) 264)) (-2714 (((-673 (-552)) (-673 $)) 132 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 131 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 130) (((-673 |#1|) (-673 $)) 129)) (-3738 (((-111) $ $) 254) (((-111) $ (-629 $)) 253)) (-1293 (((-3 $ "failed") $) 32)) (-2792 (((-111) $) 262)) (-2997 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 234)) (-1913 (($ $) 203 (|has| |#1| (-445)))) (-3471 (($ $) 174 (|has| |#1| (-445))) (($ $ |#3|) 103 (|has| |#1| (-445)))) (-3754 (((-629 $) $) 107)) (-1677 (((-111) $) 94 (|has| |#1| (-890)))) (-2896 (($ $) 219 (|has| |#1| (-544)))) (-2304 (($ $) 220 (|has| |#1| (-544)))) (-2030 (($ $ $) 246) (($ $ $ |#3|) 244)) (-1697 (($ $ $) 245) (($ $ $ |#3|) 243)) (-3423 (($ $ |#1| |#2| $) 170)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 82 (-12 (|has| |#3| (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 81 (-12 (|has| |#3| (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-4065 (((-111) $) 30)) (-2856 (((-756) $) 167)) (-3065 (((-111) $ $) 248) (((-111) $ (-629 $)) 247)) (-3154 (($ $ $ $ $) 205 (|has| |#1| (-544)))) (-2940 ((|#3| $) 273)) (-3602 (($ (-1150 |#1|) |#3|) 115) (($ (-1150 $) |#3|) 114)) (-3939 (((-629 $) $) 124)) (-2231 (((-111) $) 150)) (-3590 (($ |#1| |#2|) 151) (($ $ |#3| (-756)) 117) (($ $ (-629 |#3|) (-629 (-756))) 116)) (-1885 (($ $ $) 233)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ |#3|) 118)) (-2706 (((-111) $) 263)) (-3544 ((|#2| $) 168) (((-756) $ |#3|) 120) (((-629 (-756)) $ (-629 |#3|)) 119)) (-1772 (($ $ $) 77 (|has| |#1| (-832)))) (-1979 (((-756) $) 272)) (-2011 (($ $ $) 76 (|has| |#1| (-832)))) (-3891 (($ (-1 |#2| |#2|) $) 169)) (-1477 (($ (-1 |#1| |#1|) $) 149)) (-3506 (((-3 |#3| "failed") $) 121)) (-1989 (($ $) 200 (|has| |#1| (-445)))) (-2971 (($ $) 201 (|has| |#1| (-445)))) (-4050 (((-629 $) $) 258)) (-1723 (($ $) 261)) (-3119 (($ $) 202 (|has| |#1| (-445)))) (-3559 (((-629 $) $) 259)) (-1823 (($ $) 260)) (-3733 (($ $) 147)) (-3743 ((|#1| $) 146) (($ $ |#3|) 265)) (-2552 (($ (-629 $)) 92 (|has| |#1| (-445))) (($ $ $) 91 (|has| |#1| (-445)))) (-4048 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3129 (-756))) $ $) 232)) (-4239 (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $) 236) (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $ |#3|) 235)) (-1574 (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -4186 $)) $ $) 238) (((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -4186 $)) $ $ |#3|) 237)) (-3710 (($ $ $) 242) (($ $ $ |#3|) 240)) (-3557 (($ $ $) 241) (($ $ $ |#3|) 239)) (-2623 (((-1136) $) 9)) (-2043 (($ $ $) 208 (|has| |#1| (-544)))) (-1741 (((-629 $) $) 267)) (-4263 (((-3 (-629 $) "failed") $) 112)) (-2878 (((-3 (-629 $) "failed") $) 113)) (-3909 (((-3 (-2 (|:| |var| |#3|) (|:| -1406 (-756))) "failed") $) 111)) (-3287 (((-111) $ $) 250) (((-111) $ (-629 $)) 249)) (-2498 (($ $ $) 230)) (-1977 (($ $) 271)) (-4343 (((-111) $ $) 256)) (-3150 (((-111) $ $) 252) (((-111) $ (-629 $)) 251)) (-3848 (($ $ $) 231)) (-2170 (($ $) 270)) (-2876 (((-1098) $) 10)) (-1808 (((-2 (|:| -2594 $) (|:| |coef2| $)) $ $) 211 (|has| |#1| (-544)))) (-3571 (((-2 (|:| -2594 $) (|:| |coef1| $)) $ $) 212 (|has| |#1| (-544)))) (-3711 (((-111) $) 164)) (-3722 ((|#1| $) 165)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 93 (|has| |#1| (-445)))) (-2594 ((|#1| |#1| $) 204 (|has| |#1| (-445))) (($ (-629 $)) 90 (|has| |#1| (-445))) (($ $ $) 89 (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) 100 (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) 99 (|has| |#1| (-890)))) (-3479 (((-412 $) $) 97 (|has| |#1| (-890)))) (-1810 (((-2 (|:| -2594 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 213 (|has| |#1| (-544)))) (-3969 (((-3 $ "failed") $ |#1|) 172 (|has| |#1| (-544))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-544)))) (-3069 (($ $ |#1|) 217 (|has| |#1| (-544))) (($ $ $) 215 (|has| |#1| (-544)))) (-1771 (($ $ |#1|) 218 (|has| |#1| (-544))) (($ $ $) 216 (|has| |#1| (-544)))) (-2432 (($ $ (-629 (-288 $))) 143) (($ $ (-288 $)) 142) (($ $ $ $) 141) (($ $ (-629 $) (-629 $)) 140) (($ $ |#3| |#1|) 139) (($ $ (-629 |#3|) (-629 |#1|)) 138) (($ $ |#3| $) 137) (($ $ (-629 |#3|) (-629 $)) 136)) (-1721 (($ $ |#3|) 105 (|has| |#1| (-169)))) (-3096 (($ $ |#3|) 40) (($ $ (-629 |#3|)) 39) (($ $ |#3| (-756)) 38) (($ $ (-629 |#3|) (-629 (-756))) 37)) (-3299 ((|#2| $) 148) (((-756) $ |#3|) 128) (((-629 (-756)) $ (-629 |#3|)) 127)) (-2861 (($ $) 268)) (-1763 (($ $) 266)) (-1522 (((-873 (-373)) $) 80 (-12 (|has| |#3| (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) 79 (-12 (|has| |#3| (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) 78 (-12 (|has| |#3| (-600 (-528))) (|has| |#1| (-600 (-528))))) (($ (-933 (-401 (-552)))) 227 (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#3| (-600 (-1154))))) (($ (-933 (-552))) 224 (-4029 (-12 (-4107 (|has| |#1| (-38 (-401 (-552))))) (|has| |#1| (-38 (-552))) (|has| |#3| (-600 (-1154)))) (-12 (|has| |#1| (-38 (-401 (-552)))) (|has| |#3| (-600 (-1154)))))) (($ (-933 |#1|)) 221 (|has| |#3| (-600 (-1154)))) (((-1136) $) 199 (-12 (|has| |#1| (-1019 (-552))) (|has| |#3| (-600 (-1154))))) (((-933 |#1|) $) 198 (|has| |#3| (-600 (-1154))))) (-3807 ((|#1| $) 173 (|has| |#1| (-445))) (($ $ |#3|) 104 (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 102 (-3792 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 161) (($ |#3|) 135) (((-933 |#1|) $) 197 (|has| |#3| (-600 (-1154)))) (($ (-401 (-552))) 70 (-4029 (|has| |#1| (-1019 (-401 (-552)))) (|has| |#1| (-38 (-401 (-552)))))) (($ $) 83 (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) 166)) (-2266 ((|#1| $ |#2|) 153) (($ $ |#3| (-756)) 126) (($ $ (-629 |#3|) (-629 (-756))) 125)) (-3878 (((-3 $ "failed") $) 71 (-4029 (-3792 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) 28)) (-4306 (($ $ $ (-756)) 171 (|has| |#1| (-169)))) (-3589 (((-111) $ $) 87 (|has| |#1| (-544)))) (-3297 (($) 18 T CONST)) (-1383 (((-3 (-111) "failed") $ $) 257)) (-3309 (($) 29 T CONST)) (-3556 (($ $ $ $ (-756)) 206 (|has| |#1| (-544)))) (-3239 (($ $ $ (-756)) 207 (|has| |#1| (-544)))) (-1765 (($ $ |#3|) 36) (($ $ (-629 |#3|)) 35) (($ $ |#3| (-756)) 34) (($ $ (-629 |#3|) (-629 (-756))) 33)) (-1666 (((-111) $ $) 74 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 73 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 75 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 72 (|has| |#1| (-832)))) (-1720 (($ $ |#1|) 154 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 156 (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) 155 (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 145) (($ $ |#1|) 144)))
-(((-1044 |#1| |#2| |#3|) (-137) (-1030) (-778) (-832)) (T -1044))
-((-2940 (*1 *2 *1) (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)))) (-1979 (*1 *2 *1) (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-756)))) (-1977 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-2170 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-1785 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-2861 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-1741 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-1044 *3 *4 *5)))) (-1763 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-3743 (*1 *1 *1 *2) (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)))) (-3766 (*1 *1 *1 *2) (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)))) (-2706 (*1 *2 *1) (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))) (-2792 (*1 *2 *1) (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))) (-1723 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-1823 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-3559 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-1044 *3 *4 *5)))) (-4050 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-1044 *3 *4 *5)))) (-1383 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))) (-4343 (*1 *2 *1 *1) (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))) (-1764 (*1 *2 *1 *1) (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))) (-3738 (*1 *2 *1 *1) (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))) (-3738 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *1)) (-4 *1 (-1044 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)))) (-3150 (*1 *2 *1 *1) (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))) (-3150 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *1)) (-4 *1 (-1044 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)))) (-3287 (*1 *2 *1 *1) (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))) (-3287 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *1)) (-4 *1 (-1044 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)))) (-3065 (*1 *2 *1 *1) (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))) (-3065 (*1 *2 *1 *3) (-12 (-5 *3 (-629 *1)) (-4 *1 (-1044 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)))) (-2030 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-1697 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-2030 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)))) (-1697 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)))) (-3710 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-3557 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-3710 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)))) (-3557 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *2 (-832)))) (-1574 (*1 *2 *1 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-2 (|:| -4158 *1) (|:| |gap| (-756)) (|:| -4186 *1))) (-4 *1 (-1044 *3 *4 *5)))) (-1574 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)) (-5 *2 (-2 (|:| -4158 *1) (|:| |gap| (-756)) (|:| -4186 *1))) (-4 *1 (-1044 *4 *5 *3)))) (-4239 (*1 *2 *1 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-2 (|:| -4158 *1) (|:| |gap| (-756)) (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-1044 *3 *4 *5)))) (-4239 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)) (-5 *2 (-2 (|:| -4158 *1) (|:| |gap| (-756)) (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-1044 *4 *5 *3)))) (-2997 (*1 *2 *1 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-1044 *3 *4 *5)))) (-1885 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-4048 (*1 *2 *1 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3129 (-756)))) (-4 *1 (-1044 *3 *4 *5)))) (-3848 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-2498 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)))) (-1393 (*1 *1 *2) (|partial| -12 (-5 *2 (-933 (-401 (-552)))) (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154))) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))) (-2832 (*1 *1 *2) (-12 (-5 *2 (-933 (-401 (-552)))) (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154))) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-933 (-401 (-552)))) (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154))) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))) (-1393 (*1 *1 *2) (|partial| -4029 (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5)) (-12 (-4107 (-4 *3 (-38 (-401 (-552))))) (-4 *3 (-38 (-552))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))) (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5)) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))))) (-2832 (*1 *1 *2) (-4029 (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5)) (-12 (-4107 (-4 *3 (-38 (-401 (-552))))) (-4 *3 (-38 (-552))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))) (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5)) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))))) (-1522 (*1 *1 *2) (-4029 (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5)) (-12 (-4107 (-4 *3 (-38 (-401 (-552))))) (-4 *3 (-38 (-552))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))) (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5)) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))))) (-1393 (*1 *1 *2) (|partial| -4029 (-12 (-5 *2 (-933 *3)) (-12 (-4107 (-4 *3 (-38 (-401 (-552))))) (-4107 (-4 *3 (-38 (-552)))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778)) (-4 *5 (-832))) (-12 (-5 *2 (-933 *3)) (-12 (-4107 (-4 *3 (-537))) (-4107 (-4 *3 (-38 (-401 (-552))))) (-4 *3 (-38 (-552))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778)) (-4 *5 (-832))) (-12 (-5 *2 (-933 *3)) (-12 (-4107 (-4 *3 (-973 (-552)))) (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778)) (-4 *5 (-832))))) (-2832 (*1 *1 *2) (-4029 (-12 (-5 *2 (-933 *3)) (-12 (-4107 (-4 *3 (-38 (-401 (-552))))) (-4107 (-4 *3 (-38 (-552)))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778)) (-4 *5 (-832))) (-12 (-5 *2 (-933 *3)) (-12 (-4107 (-4 *3 (-537))) (-4107 (-4 *3 (-38 (-401 (-552))))) (-4 *3 (-38 (-552))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778)) (-4 *5 (-832))) (-12 (-5 *2 (-933 *3)) (-12 (-4107 (-4 *3 (-973 (-552)))) (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154)))) (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778)) (-4 *5 (-832))))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-933 *3)) (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *5 (-600 (-1154))) (-4 *4 (-778)) (-4 *5 (-832)))) (-2304 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-2896 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-1771 (*1 *1 *1 *2) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-3069 (*1 *1 *1 *2) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-1771 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-3069 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-2134 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-1810 (*1 *2 *1 *1) (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-2 (|:| -2594 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1044 *3 *4 *5)))) (-3571 (*1 *2 *1 *1) (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-2 (|:| -2594 *1) (|:| |coef1| *1))) (-4 *1 (-1044 *3 *4 *5)))) (-1808 (*1 *2 *1 *1) (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-2 (|:| -2594 *1) (|:| |coef2| *1))) (-4 *1 (-1044 *3 *4 *5)))) (-3301 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-1966 (*1 *2 *1 *1) (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-1044 *3 *4 *5)))) (-2043 (*1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-3239 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *3 (-544)))) (-3556 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *3 (-544)))) (-3154 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-544)))) (-2594 (*1 *2 *2 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-445)))) (-1913 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-445)))) (-3119 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-445)))) (-2971 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-445)))) (-1989 (*1 *1 *1) (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-445)))))
-(-13 (-930 |t#1| |t#2| |t#3|) (-10 -8 (-15 -2940 (|t#3| $)) (-15 -1979 ((-756) $)) (-15 -1977 ($ $)) (-15 -2170 ($ $)) (-15 -1785 ($ $)) (-15 -2861 ($ $)) (-15 -1741 ((-629 $) $)) (-15 -1763 ($ $)) (-15 -3743 ($ $ |t#3|)) (-15 -3766 ($ $ |t#3|)) (-15 -2706 ((-111) $)) (-15 -2792 ((-111) $)) (-15 -1723 ($ $)) (-15 -1823 ($ $)) (-15 -3559 ((-629 $) $)) (-15 -4050 ((-629 $) $)) (-15 -1383 ((-3 (-111) "failed") $ $)) (-15 -4343 ((-111) $ $)) (-15 -1764 ((-111) $ $)) (-15 -3738 ((-111) $ $)) (-15 -3738 ((-111) $ (-629 $))) (-15 -3150 ((-111) $ $)) (-15 -3150 ((-111) $ (-629 $))) (-15 -3287 ((-111) $ $)) (-15 -3287 ((-111) $ (-629 $))) (-15 -3065 ((-111) $ $)) (-15 -3065 ((-111) $ (-629 $))) (-15 -2030 ($ $ $)) (-15 -1697 ($ $ $)) (-15 -2030 ($ $ $ |t#3|)) (-15 -1697 ($ $ $ |t#3|)) (-15 -3710 ($ $ $)) (-15 -3557 ($ $ $)) (-15 -3710 ($ $ $ |t#3|)) (-15 -3557 ($ $ $ |t#3|)) (-15 -1574 ((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -4186 $)) $ $)) (-15 -1574 ((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -4186 $)) $ $ |t#3|)) (-15 -4239 ((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -4239 ((-2 (|:| -4158 $) (|:| |gap| (-756)) (|:| -3713 $) (|:| -4186 $)) $ $ |t#3|)) (-15 -2997 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -1885 ($ $ $)) (-15 -4048 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3129 (-756))) $ $)) (-15 -3848 ($ $ $)) (-15 -2498 ($ $ $)) (IF (|has| |t#3| (-600 (-1154))) (PROGN (-6 (-599 (-933 |t#1|))) (-6 (-600 (-933 |t#1|))) (IF (|has| |t#1| (-38 (-401 (-552)))) (PROGN (-15 -1393 ((-3 $ "failed") (-933 (-401 (-552))))) (-15 -2832 ($ (-933 (-401 (-552))))) (-15 -1522 ($ (-933 (-401 (-552))))) (-15 -1393 ((-3 $ "failed") (-933 (-552)))) (-15 -2832 ($ (-933 (-552)))) (-15 -1522 ($ (-933 (-552)))) (IF (|has| |t#1| (-973 (-552))) |%noBranch| (PROGN (-15 -1393 ((-3 $ "failed") (-933 |t#1|))) (-15 -2832 ($ (-933 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-552))) (IF (|has| |t#1| (-38 (-401 (-552)))) |%noBranch| (PROGN (-15 -1393 ((-3 $ "failed") (-933 (-552)))) (-15 -2832 ($ (-933 (-552)))) (-15 -1522 ($ (-933 (-552)))) (IF (|has| |t#1| (-537)) |%noBranch| (PROGN (-15 -1393 ((-3 $ "failed") (-933 |t#1|))) (-15 -2832 ($ (-933 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-552))) |%noBranch| (IF (|has| |t#1| (-38 (-401 (-552)))) |%noBranch| (PROGN (-15 -1393 ((-3 $ "failed") (-933 |t#1|))) (-15 -2832 ($ (-933 |t#1|)))))) (-15 -1522 ($ (-933 |t#1|))) (IF (|has| |t#1| (-1019 (-552))) (-6 (-600 (-1136))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-544)) (PROGN (-15 -2304 ($ $)) (-15 -2896 ($ $)) (-15 -1771 ($ $ |t#1|)) (-15 -3069 ($ $ |t#1|)) (-15 -1771 ($ $ $)) (-15 -3069 ($ $ $)) (-15 -2134 ($ $ $)) (-15 -1810 ((-2 (|:| -2594 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3571 ((-2 (|:| -2594 $) (|:| |coef1| $)) $ $)) (-15 -1808 ((-2 (|:| -2594 $) (|:| |coef2| $)) $ $)) (-15 -3301 ($ $ $)) (-15 -1966 ((-629 $) $ $)) (-15 -2043 ($ $ $)) (-15 -3239 ($ $ $ (-756))) (-15 -3556 ($ $ $ $ (-756))) (-15 -3154 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-445)) (PROGN (-15 -2594 (|t#1| |t#1| $)) (-15 -1913 ($ $)) (-15 -3119 ($ $)) (-15 -2971 ($ $)) (-15 -1989 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-599 (-933 |#1|)) |has| |#3| (-600 (-1154))) ((-169) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-600 (-528)) -12 (|has| |#1| (-600 (-528))) (|has| |#3| (-600 (-528)))) ((-600 (-873 (-373))) -12 (|has| |#1| (-600 (-873 (-373)))) (|has| |#3| (-600 (-873 (-373))))) ((-600 (-873 (-552))) -12 (|has| |#1| (-600 (-873 (-552)))) (|has| |#3| (-600 (-873 (-552))))) ((-600 (-933 |#1|)) |has| |#3| (-600 (-1154))) ((-600 (-1136)) -12 (|has| |#1| (-1019 (-552))) (|has| |#3| (-600 (-1154)))) ((-284) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-303 $) . T) ((-320 |#1| |#2|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4029 (|has| |#1| (-890)) (|has| |#1| (-445))) ((-506 |#3| |#1|) . T) ((-506 |#3| $) . T) ((-506 $ $) . T) ((-544) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-632 #0#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-625 (-552)) |has| |#1| (-625 (-552))) ((-625 |#1|) . T) ((-702 #0#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445))) ((-711) . T) ((-832) |has| |#1| (-832)) ((-881 |#3|) . T) ((-867 (-373)) -12 (|has| |#1| (-867 (-373))) (|has| |#3| (-867 (-373)))) ((-867 (-552)) -12 (|has| |#1| (-867 (-552))) (|has| |#3| (-867 (-552)))) ((-930 |#1| |#2| |#3|) . T) ((-890) |has| |#1| (-890)) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 |#1|) . T) ((-1019 |#3|) . T) ((-1036 #0#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) |has| |#1| (-890)))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-1497 (((-629 (-1113)) $) 13)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 24) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-1113) $) 15)) (-1613 (((-111) $ $) NIL)))
-(((-1045) (-13 (-1061) (-10 -8 (-15 -1497 ((-629 (-1113)) $)) (-15 -4300 ((-1113) $))))) (T -1045))
-((-1497 (*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-1045)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1045)))))
-(-13 (-1061) (-10 -8 (-15 -1497 ((-629 (-1113)) $)) (-15 -4300 ((-1113) $))))
-((-3643 (((-111) |#3| $) 13)) (-1743 (((-3 $ "failed") |#3| (-902)) 23)) (-1293 (((-3 |#3| "failed") |#3| $) 38)) (-1338 (((-111) |#3| $) 16)) (-3127 (((-111) |#3| $) 14)))
-(((-1046 |#1| |#2| |#3|) (-10 -8 (-15 -1743 ((-3 |#1| "failed") |#3| (-902))) (-15 -1293 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1338 ((-111) |#3| |#1|)) (-15 -3127 ((-111) |#3| |#1|)) (-15 -3643 ((-111) |#3| |#1|))) (-1047 |#2| |#3|) (-13 (-830) (-357)) (-1213 |#2|)) (T -1046))
-NIL
-(-10 -8 (-15 -1743 ((-3 |#1| "failed") |#3| (-902))) (-15 -1293 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1338 ((-111) |#3| |#1|)) (-15 -3127 ((-111) |#3| |#1|)) (-15 -3643 ((-111) |#3| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) |#2| $) 21)) (-3886 (((-552) |#2| $) 22)) (-1743 (((-3 $ "failed") |#2| (-902)) 15)) (-1437 ((|#1| |#2| $ |#1|) 13)) (-1293 (((-3 |#2| "failed") |#2| $) 18)) (-1338 (((-111) |#2| $) 19)) (-3127 (((-111) |#2| $) 20)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3521 ((|#2| $) 17)) (-3213 (((-844) $) 11)) (-4311 ((|#1| |#2| $ |#1|) 14)) (-4296 (((-629 $) |#2|) 16)) (-1613 (((-111) $ $) 6)))
-(((-1047 |#1| |#2|) (-137) (-13 (-830) (-357)) (-1213 |t#1|)) (T -1047))
-((-3886 (*1 *2 *3 *1) (-12 (-4 *1 (-1047 *4 *3)) (-4 *4 (-13 (-830) (-357))) (-4 *3 (-1213 *4)) (-5 *2 (-552)))) (-3643 (*1 *2 *3 *1) (-12 (-4 *1 (-1047 *4 *3)) (-4 *4 (-13 (-830) (-357))) (-4 *3 (-1213 *4)) (-5 *2 (-111)))) (-3127 (*1 *2 *3 *1) (-12 (-4 *1 (-1047 *4 *3)) (-4 *4 (-13 (-830) (-357))) (-4 *3 (-1213 *4)) (-5 *2 (-111)))) (-1338 (*1 *2 *3 *1) (-12 (-4 *1 (-1047 *4 *3)) (-4 *4 (-13 (-830) (-357))) (-4 *3 (-1213 *4)) (-5 *2 (-111)))) (-1293 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1047 *3 *2)) (-4 *3 (-13 (-830) (-357))) (-4 *2 (-1213 *3)))) (-3521 (*1 *2 *1) (-12 (-4 *1 (-1047 *3 *2)) (-4 *3 (-13 (-830) (-357))) (-4 *2 (-1213 *3)))) (-4296 (*1 *2 *3) (-12 (-4 *4 (-13 (-830) (-357))) (-4 *3 (-1213 *4)) (-5 *2 (-629 *1)) (-4 *1 (-1047 *4 *3)))) (-1743 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-902)) (-4 *4 (-13 (-830) (-357))) (-4 *1 (-1047 *4 *2)) (-4 *2 (-1213 *4)))) (-4311 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1047 *2 *3)) (-4 *2 (-13 (-830) (-357))) (-4 *3 (-1213 *2)))) (-1437 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1047 *2 *3)) (-4 *2 (-13 (-830) (-357))) (-4 *3 (-1213 *2)))))
-(-13 (-1078) (-10 -8 (-15 -3886 ((-552) |t#2| $)) (-15 -3643 ((-111) |t#2| $)) (-15 -3127 ((-111) |t#2| $)) (-15 -1338 ((-111) |t#2| $)) (-15 -1293 ((-3 |t#2| "failed") |t#2| $)) (-15 -3521 (|t#2| $)) (-15 -4296 ((-629 $) |t#2|)) (-15 -1743 ((-3 $ "failed") |t#2| (-902))) (-15 -4311 (|t#1| |t#2| $ |t#1|)) (-15 -1437 (|t#1| |t#2| $ |t#1|))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3077 (((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 |#4|) (-629 |#5|) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-756)) 96)) (-2385 (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 57) (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756)) 56)) (-1450 (((-1242) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-756)) 87)) (-3859 (((-756) (-629 |#4|) (-629 |#5|)) 27)) (-3095 (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 59) (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756)) 58) (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756) (-111)) 60)) (-2089 (((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111) (-111) (-111) (-111)) 78) (((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111)) 79)) (-1522 (((-1136) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) 82)) (-3418 (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-111)) 55)) (-1630 (((-756) (-629 |#4|) (-629 |#5|)) 19)))
-(((-1048 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1630 ((-756) (-629 |#4|) (-629 |#5|))) (-15 -3859 ((-756) (-629 |#4|) (-629 |#5|))) (-15 -3418 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-111))) (-15 -2385 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756))) (-15 -2385 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756) (-111))) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756))) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2089 ((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111))) (-15 -2089 ((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111) (-111) (-111) (-111))) (-15 -3077 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 |#4|) (-629 |#5|) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-756))) (-15 -1522 ((-1136) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) (-15 -1450 ((-1242) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-756)))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|) (-1050 |#1| |#2| |#3| |#4|)) (T -1048))
-((-1450 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-2 (|:| |val| (-629 *8)) (|:| -3361 *9)))) (-5 *4 (-756)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-1242)) (-5 *1 (-1048 *5 *6 *7 *8 *9)))) (-1522 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-629 *7)) (|:| -3361 *8))) (-4 *7 (-1044 *4 *5 *6)) (-4 *8 (-1050 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1136)) (-5 *1 (-1048 *4 *5 *6 *7 *8)))) (-3077 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-629 *11)) (|:| |todo| (-629 (-2 (|:| |val| *3) (|:| -3361 *11)))))) (-5 *6 (-756)) (-5 *2 (-629 (-2 (|:| |val| (-629 *10)) (|:| -3361 *11)))) (-5 *3 (-629 *10)) (-5 *4 (-629 *11)) (-4 *10 (-1044 *7 *8 *9)) (-4 *11 (-1050 *7 *8 *9 *10)) (-4 *7 (-445)) (-4 *8 (-778)) (-4 *9 (-832)) (-5 *1 (-1048 *7 *8 *9 *10 *11)))) (-2089 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-629 *9)) (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1048 *5 *6 *7 *8 *9)))) (-2089 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-629 *9)) (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1048 *5 *6 *7 *8 *9)))) (-3095 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1048 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-3095 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-756)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *3 (-1044 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1048 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3)))) (-3095 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-756)) (-5 *6 (-111)) (-4 *7 (-445)) (-4 *8 (-778)) (-4 *9 (-832)) (-4 *3 (-1044 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1048 *7 *8 *9 *3 *4)) (-4 *4 (-1050 *7 *8 *9 *3)))) (-2385 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1048 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-2385 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-756)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *3 (-1044 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1048 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3)))) (-3418 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *3 (-1044 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1048 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3)))) (-3859 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *9)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-756)) (-5 *1 (-1048 *5 *6 *7 *8 *9)))) (-1630 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *9)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-756)) (-5 *1 (-1048 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -1630 ((-756) (-629 |#4|) (-629 |#5|))) (-15 -3859 ((-756) (-629 |#4|) (-629 |#5|))) (-15 -3418 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-111))) (-15 -2385 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756))) (-15 -2385 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756) (-111))) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756))) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2089 ((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111))) (-15 -2089 ((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111) (-111) (-111) (-111))) (-15 -3077 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 |#4|) (-629 |#5|) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-756))) (-15 -1522 ((-1136) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) (-15 -1450 ((-1242) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-756))))
-((-2851 (((-111) |#5| $) 21)) (-4035 (((-111) |#5| $) 24)) (-3250 (((-111) |#5| $) 16) (((-111) $) 45)) (-4011 (((-629 $) |#5| $) NIL) (((-629 $) (-629 |#5|) $) 77) (((-629 $) (-629 |#5|) (-629 $)) 75) (((-629 $) |#5| (-629 $)) 78)) (-3136 (($ $ |#5|) NIL) (((-629 $) |#5| $) NIL) (((-629 $) |#5| (-629 $)) 60) (((-629 $) (-629 |#5|) $) 62) (((-629 $) (-629 |#5|) (-629 $)) 64)) (-3933 (((-629 $) |#5| $) NIL) (((-629 $) |#5| (-629 $)) 54) (((-629 $) (-629 |#5|) $) 56) (((-629 $) (-629 |#5|) (-629 $)) 58)) (-2452 (((-111) |#5| $) 27)))
-(((-1049 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3136 ((-629 |#1|) (-629 |#5|) (-629 |#1|))) (-15 -3136 ((-629 |#1|) (-629 |#5|) |#1|)) (-15 -3136 ((-629 |#1|) |#5| (-629 |#1|))) (-15 -3136 ((-629 |#1|) |#5| |#1|)) (-15 -3933 ((-629 |#1|) (-629 |#5|) (-629 |#1|))) (-15 -3933 ((-629 |#1|) (-629 |#5|) |#1|)) (-15 -3933 ((-629 |#1|) |#5| (-629 |#1|))) (-15 -3933 ((-629 |#1|) |#5| |#1|)) (-15 -4011 ((-629 |#1|) |#5| (-629 |#1|))) (-15 -4011 ((-629 |#1|) (-629 |#5|) (-629 |#1|))) (-15 -4011 ((-629 |#1|) (-629 |#5|) |#1|)) (-15 -4011 ((-629 |#1|) |#5| |#1|)) (-15 -4035 ((-111) |#5| |#1|)) (-15 -3250 ((-111) |#1|)) (-15 -2452 ((-111) |#5| |#1|)) (-15 -2851 ((-111) |#5| |#1|)) (-15 -3250 ((-111) |#5| |#1|)) (-15 -3136 (|#1| |#1| |#5|))) (-1050 |#2| |#3| |#4| |#5|) (-445) (-778) (-832) (-1044 |#2| |#3| |#4|)) (T -1049))
-NIL
-(-10 -8 (-15 -3136 ((-629 |#1|) (-629 |#5|) (-629 |#1|))) (-15 -3136 ((-629 |#1|) (-629 |#5|) |#1|)) (-15 -3136 ((-629 |#1|) |#5| (-629 |#1|))) (-15 -3136 ((-629 |#1|) |#5| |#1|)) (-15 -3933 ((-629 |#1|) (-629 |#5|) (-629 |#1|))) (-15 -3933 ((-629 |#1|) (-629 |#5|) |#1|)) (-15 -3933 ((-629 |#1|) |#5| (-629 |#1|))) (-15 -3933 ((-629 |#1|) |#5| |#1|)) (-15 -4011 ((-629 |#1|) |#5| (-629 |#1|))) (-15 -4011 ((-629 |#1|) (-629 |#5|) (-629 |#1|))) (-15 -4011 ((-629 |#1|) (-629 |#5|) |#1|)) (-15 -4011 ((-629 |#1|) |#5| |#1|)) (-15 -4035 ((-111) |#5| |#1|)) (-15 -3250 ((-111) |#1|)) (-15 -2452 ((-111) |#5| |#1|)) (-15 -2851 ((-111) |#5| |#1|)) (-15 -3250 ((-111) |#5| |#1|)) (-15 -3136 (|#1| |#1| |#5|)))
-((-3202 (((-111) $ $) 7)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |#4|)))) (-629 |#4|)) 85)) (-1830 (((-629 $) (-629 |#4|)) 86) (((-629 $) (-629 |#4|) (-111)) 111)) (-3611 (((-629 |#3|) $) 33)) (-3902 (((-111) $) 26)) (-1565 (((-111) $) 17 (|has| |#1| (-544)))) (-2007 (((-111) |#4| $) 101) (((-111) $) 97)) (-2240 ((|#4| |#4| $) 92)) (-4116 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 126)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) 27)) (-4238 (((-111) $ (-756)) 44)) (-3954 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4368))) (((-3 |#4| "failed") $ |#3|) 79)) (-2130 (($) 45 T CONST)) (-3320 (((-111) $) 22 (|has| |#1| (-544)))) (-4177 (((-111) $ $) 24 (|has| |#1| (-544)))) (-3170 (((-111) $ $) 23 (|has| |#1| (-544)))) (-2797 (((-111) $) 25 (|has| |#1| (-544)))) (-3228 (((-629 |#4|) (-629 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-3662 (((-629 |#4|) (-629 |#4|) $) 18 (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) 19 (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) 36)) (-2832 (($ (-629 |#4|)) 35)) (-2715 (((-3 $ "failed") $) 82)) (-3126 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#4| $) 67 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-544)))) (-3738 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-2081 ((|#4| |#4| $) 87)) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4368))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-3817 (((-2 (|:| -2571 (-629 |#4|)) (|:| -3092 (-629 |#4|))) $) 105)) (-2851 (((-111) |#4| $) 136)) (-4035 (((-111) |#4| $) 133)) (-3250 (((-111) |#4| $) 137) (((-111) $) 134)) (-3138 (((-629 |#4|) $) 52 (|has| $ (-6 -4368)))) (-3065 (((-111) |#4| $) 104) (((-111) $) 103)) (-2940 ((|#3| $) 34)) (-1418 (((-111) $ (-756)) 43)) (-3278 (((-629 |#4|) $) 53 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 47)) (-3420 (((-629 |#3|) $) 32)) (-2677 (((-111) |#3| $) 31)) (-1745 (((-111) $ (-756)) 42)) (-2623 (((-1136) $) 9)) (-1322 (((-3 |#4| (-629 $)) |#4| |#4| $) 128)) (-2043 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 127)) (-2680 (((-3 |#4| "failed") $) 83)) (-1999 (((-629 $) |#4| $) 129)) (-4253 (((-3 (-111) (-629 $)) |#4| $) 132)) (-1890 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 131) (((-111) |#4| $) 130)) (-4011 (((-629 $) |#4| $) 125) (((-629 $) (-629 |#4|) $) 124) (((-629 $) (-629 |#4|) (-629 $)) 123) (((-629 $) |#4| (-629 $)) 122)) (-2300 (($ |#4| $) 117) (($ (-629 |#4|) $) 116)) (-3887 (((-629 |#4|) $) 107)) (-3287 (((-111) |#4| $) 99) (((-111) $) 95)) (-2498 ((|#4| |#4| $) 90)) (-4343 (((-111) $ $) 110)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-544)))) (-3150 (((-111) |#4| $) 100) (((-111) $) 96)) (-3848 ((|#4| |#4| $) 91)) (-2876 (((-1098) $) 10)) (-2702 (((-3 |#4| "failed") $) 84)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-1800 (((-3 $ "failed") $ |#4|) 78)) (-3136 (($ $ |#4|) 77) (((-629 $) |#4| $) 115) (((-629 $) |#4| (-629 $)) 114) (((-629 $) (-629 |#4|) $) 113) (((-629 $) (-629 |#4|) (-629 $)) 112)) (-3944 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) 38)) (-3435 (((-111) $) 41)) (-3430 (($) 40)) (-3299 (((-756) $) 106)) (-2885 (((-756) |#4| $) 54 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4368)))) (-1487 (($ $) 39)) (-1522 (((-528) $) 69 (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) 60)) (-2542 (($ $ |#3|) 28)) (-1853 (($ $ |#3|) 30)) (-3081 (($ $) 88)) (-2387 (($ $ |#3|) 29)) (-3213 (((-844) $) 11) (((-629 |#4|) $) 37)) (-1753 (((-756) $) 76 (|has| |#3| (-362)))) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-2015 (((-111) $ (-1 (-111) |#4| (-629 |#4|))) 98)) (-3933 (((-629 $) |#4| $) 121) (((-629 $) |#4| (-629 $)) 120) (((-629 $) (-629 |#4|) $) 119) (((-629 $) (-629 |#4|) (-629 $)) 118)) (-2584 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4368)))) (-2242 (((-629 |#3|) $) 81)) (-2452 (((-111) |#4| $) 135)) (-2904 (((-111) |#3| $) 80)) (-1613 (((-111) $ $) 6)) (-2657 (((-756) $) 46 (|has| $ (-6 -4368)))))
-(((-1050 |#1| |#2| |#3| |#4|) (-137) (-445) (-778) (-832) (-1044 |t#1| |t#2| |t#3|)) (T -1050))
-((-3250 (*1 *2 *3 *1) (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-2851 (*1 *2 *3 *1) (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-2452 (*1 *2 *3 *1) (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-3250 (*1 *2 *1) (-12 (-4 *1 (-1050 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111)))) (-4035 (*1 *2 *3 *1) (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-4253 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-3 (-111) (-629 *1))) (-4 *1 (-1050 *4 *5 *6 *3)))) (-1890 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *1)))) (-4 *1 (-1050 *4 *5 *6 *3)))) (-1890 (*1 *2 *3 *1) (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-1999 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)))) (-1322 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-3 *3 (-629 *1))) (-4 *1 (-1050 *4 *5 *6 *3)))) (-2043 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *1)))) (-4 *1 (-1050 *4 *5 *6 *3)))) (-4116 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *1)))) (-4 *1 (-1050 *4 *5 *6 *3)))) (-4011 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)))) (-4011 (*1 *2 *3 *1) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *7)))) (-4011 (*1 *2 *3 *2) (-12 (-5 *2 (-629 *1)) (-5 *3 (-629 *7)) (-4 *1 (-1050 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)))) (-4011 (*1 *2 *3 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)))) (-3933 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)))) (-3933 (*1 *2 *3 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)))) (-3933 (*1 *2 *3 *1) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *7)))) (-3933 (*1 *2 *3 *2) (-12 (-5 *2 (-629 *1)) (-5 *3 (-629 *7)) (-4 *1 (-1050 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)))) (-2300 (*1 *1 *2 *1) (-12 (-4 *1 (-1050 *3 *4 *5 *2)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-2300 (*1 *1 *2 *1) (-12 (-5 *2 (-629 *6)) (-4 *1 (-1050 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)))) (-3136 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)))) (-3136 (*1 *2 *3 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)))) (-3136 (*1 *2 *3 *1) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *7)))) (-3136 (*1 *2 *3 *2) (-12 (-5 *2 (-629 *1)) (-5 *3 (-629 *7)) (-4 *1 (-1050 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)))) (-1830 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-1050 *5 *6 *7 *8)))))
-(-13 (-1184 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -3250 ((-111) |t#4| $)) (-15 -2851 ((-111) |t#4| $)) (-15 -2452 ((-111) |t#4| $)) (-15 -3250 ((-111) $)) (-15 -4035 ((-111) |t#4| $)) (-15 -4253 ((-3 (-111) (-629 $)) |t#4| $)) (-15 -1890 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 $))) |t#4| $)) (-15 -1890 ((-111) |t#4| $)) (-15 -1999 ((-629 $) |t#4| $)) (-15 -1322 ((-3 |t#4| (-629 $)) |t#4| |t#4| $)) (-15 -2043 ((-629 (-2 (|:| |val| |t#4|) (|:| -3361 $))) |t#4| |t#4| $)) (-15 -4116 ((-629 (-2 (|:| |val| |t#4|) (|:| -3361 $))) |t#4| $)) (-15 -4011 ((-629 $) |t#4| $)) (-15 -4011 ((-629 $) (-629 |t#4|) $)) (-15 -4011 ((-629 $) (-629 |t#4|) (-629 $))) (-15 -4011 ((-629 $) |t#4| (-629 $))) (-15 -3933 ((-629 $) |t#4| $)) (-15 -3933 ((-629 $) |t#4| (-629 $))) (-15 -3933 ((-629 $) (-629 |t#4|) $)) (-15 -3933 ((-629 $) (-629 |t#4|) (-629 $))) (-15 -2300 ($ |t#4| $)) (-15 -2300 ($ (-629 |t#4|) $)) (-15 -3136 ((-629 $) |t#4| $)) (-15 -3136 ((-629 $) |t#4| (-629 $))) (-15 -3136 ((-629 $) (-629 |t#4|) $)) (-15 -3136 ((-629 $) (-629 |t#4|) (-629 $))) (-15 -1830 ((-629 $) (-629 |t#4|) (-111)))))
-(((-34) . T) ((-101) . T) ((-599 (-629 |#4|)) . T) ((-599 (-844)) . T) ((-148 |#4|) . T) ((-600 (-528)) |has| |#4| (-600 (-528))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-482 |#4|) . T) ((-506 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-957 |#1| |#2| |#3| |#4|) . T) ((-1078) . T) ((-1184 |#1| |#2| |#3| |#4|) . T) ((-1191) . T))
-((-3240 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|) 81)) (-1744 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|) 113)) (-1423 (((-629 |#5|) |#4| |#5|) 70)) (-1583 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 46) (((-111) |#4| |#5|) 53)) (-3829 (((-1242)) 37)) (-1553 (((-1242)) 26)) (-1696 (((-1242) (-1136) (-1136) (-1136)) 33)) (-2116 (((-1242) (-1136) (-1136) (-1136)) 22)) (-3175 (((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|) 96)) (-1699 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#3| (-111)) 107) (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111)) 50)) (-2685 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|) 102)))
-(((-1051 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2116 ((-1242) (-1136) (-1136) (-1136))) (-15 -1553 ((-1242))) (-15 -1696 ((-1242) (-1136) (-1136) (-1136))) (-15 -3829 ((-1242))) (-15 -3175 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1699 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111))) (-15 -1699 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#3| (-111))) (-15 -2685 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1744 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1583 ((-111) |#4| |#5|)) (-15 -1583 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1423 ((-629 |#5|) |#4| |#5|)) (-15 -3240 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|) (-1050 |#1| |#2| |#3| |#4|)) (T -1051))
-((-3240 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1423 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 *4)) (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1583 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1583 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1744 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-2685 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1699 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 (-2 (|:| |val| (-629 *8)) (|:| -3361 *9)))) (-5 *5 (-111)) (-4 *8 (-1044 *6 *7 *4)) (-4 *9 (-1050 *6 *7 *4 *8)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *4 (-832)) (-5 *2 (-629 (-2 (|:| |val| *8) (|:| -3361 *9)))) (-5 *1 (-1051 *6 *7 *4 *8 *9)))) (-1699 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *3 (-1044 *6 *7 *8)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1051 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3)))) (-3175 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))) (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-3829 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242)) (-5 *1 (-1051 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6)))) (-1696 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242)) (-5 *1 (-1051 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-1553 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242)) (-5 *1 (-1051 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6)))) (-2116 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242)) (-5 *1 (-1051 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2116 ((-1242) (-1136) (-1136) (-1136))) (-15 -1553 ((-1242))) (-15 -1696 ((-1242) (-1136) (-1136) (-1136))) (-15 -3829 ((-1242))) (-15 -3175 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1699 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111))) (-15 -1699 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#3| (-111))) (-15 -2685 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1744 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1583 ((-111) |#4| |#5|)) (-15 -1583 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1423 ((-629 |#5|) |#4| |#5|)) (-15 -3240 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|)))
-((-3202 (((-111) $ $) NIL)) (-1355 (((-1190) $) 13)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3553 (((-1113) $) 10)) (-3213 (((-844) $) 22) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-1052) (-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $)) (-15 -1355 ((-1190) $))))) (T -1052))
-((-3553 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1052)))) (-1355 (*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1052)))))
-(-13 (-1061) (-10 -8 (-15 -3553 ((-1113) $)) (-15 -1355 ((-1190) $))))
-((-3202 (((-111) $ $) NIL)) (-4290 (((-1154) $) 8)) (-2623 (((-1136) $) 16)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 13)))
-(((-1053 |#1|) (-13 (-1078) (-10 -8 (-15 -4290 ((-1154) $)))) (-1154)) (T -1053))
-((-4290 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1053 *3)) (-14 *3 *2))))
-(-13 (-1078) (-10 -8 (-15 -4290 ((-1154) $))))
-((-3202 (((-111) $ $) NIL)) (-3952 (($ $ (-629 (-1154)) (-1 (-111) (-629 |#3|))) 33)) (-1811 (($ |#3| |#3|) 22) (($ |#3| |#3| (-629 (-1154))) 20)) (-1300 ((|#3| $) 13)) (-1393 (((-3 (-288 |#3|) "failed") $) 58)) (-2832 (((-288 |#3|) $) NIL)) (-1731 (((-629 (-1154)) $) 16)) (-2355 (((-873 |#1|) $) 11)) (-1286 ((|#3| $) 12)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2060 ((|#3| $ |#3|) 27) ((|#3| $ |#3| (-902)) 39)) (-3213 (((-844) $) 86) (($ (-288 |#3|)) 21)) (-1613 (((-111) $ $) 36)))
-(((-1054 |#1| |#2| |#3|) (-13 (-1078) (-280 |#3| |#3|) (-1019 (-288 |#3|)) (-10 -8 (-15 -1811 ($ |#3| |#3|)) (-15 -1811 ($ |#3| |#3| (-629 (-1154)))) (-15 -3952 ($ $ (-629 (-1154)) (-1 (-111) (-629 |#3|)))) (-15 -2355 ((-873 |#1|) $)) (-15 -1286 (|#3| $)) (-15 -1300 (|#3| $)) (-15 -2060 (|#3| $ |#3| (-902))) (-15 -1731 ((-629 (-1154)) $)))) (-1078) (-13 (-1030) (-867 |#1|) (-832) (-600 (-873 |#1|))) (-13 (-424 |#2|) (-867 |#1|) (-600 (-873 |#1|)))) (T -1054))
-((-1811 (*1 *1 *2 *2) (-12 (-4 *3 (-1078)) (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3)))) (-5 *1 (-1054 *3 *4 *2)) (-4 *2 (-13 (-424 *4) (-867 *3) (-600 (-873 *3)))))) (-1811 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-629 (-1154))) (-4 *4 (-1078)) (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4)))) (-5 *1 (-1054 *4 *5 *2)) (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4)))))) (-3952 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-1 (-111) (-629 *6))) (-4 *6 (-13 (-424 *5) (-867 *4) (-600 (-873 *4)))) (-4 *4 (-1078)) (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4)))) (-5 *1 (-1054 *4 *5 *6)))) (-2355 (*1 *2 *1) (-12 (-4 *3 (-1078)) (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 *2))) (-5 *2 (-873 *3)) (-5 *1 (-1054 *3 *4 *5)) (-4 *5 (-13 (-424 *4) (-867 *3) (-600 *2))))) (-1286 (*1 *2 *1) (-12 (-4 *3 (-1078)) (-4 *2 (-13 (-424 *4) (-867 *3) (-600 (-873 *3)))) (-5 *1 (-1054 *3 *4 *2)) (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3)))))) (-1300 (*1 *2 *1) (-12 (-4 *3 (-1078)) (-4 *2 (-13 (-424 *4) (-867 *3) (-600 (-873 *3)))) (-5 *1 (-1054 *3 *4 *2)) (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3)))))) (-2060 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-902)) (-4 *4 (-1078)) (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4)))) (-5 *1 (-1054 *4 *5 *2)) (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4)))))) (-1731 (*1 *2 *1) (-12 (-4 *3 (-1078)) (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3)))) (-5 *2 (-629 (-1154))) (-5 *1 (-1054 *3 *4 *5)) (-4 *5 (-13 (-424 *4) (-867 *3) (-600 (-873 *3)))))))
-(-13 (-1078) (-280 |#3| |#3|) (-1019 (-288 |#3|)) (-10 -8 (-15 -1811 ($ |#3| |#3|)) (-15 -1811 ($ |#3| |#3| (-629 (-1154)))) (-15 -3952 ($ $ (-629 (-1154)) (-1 (-111) (-629 |#3|)))) (-15 -2355 ((-873 |#1|) $)) (-15 -1286 (|#3| $)) (-15 -1300 (|#3| $)) (-15 -2060 (|#3| $ |#3| (-902))) (-15 -1731 ((-629 (-1154)) $))))
-((-3202 (((-111) $ $) NIL)) (-3923 (($ (-629 (-1054 |#1| |#2| |#3|))) 13)) (-2794 (((-629 (-1054 |#1| |#2| |#3|)) $) 20)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2060 ((|#3| $ |#3|) 23) ((|#3| $ |#3| (-902)) 26)) (-3213 (((-844) $) 16)) (-1613 (((-111) $ $) 19)))
-(((-1055 |#1| |#2| |#3|) (-13 (-1078) (-280 |#3| |#3|) (-10 -8 (-15 -3923 ($ (-629 (-1054 |#1| |#2| |#3|)))) (-15 -2794 ((-629 (-1054 |#1| |#2| |#3|)) $)) (-15 -2060 (|#3| $ |#3| (-902))))) (-1078) (-13 (-1030) (-867 |#1|) (-832) (-600 (-873 |#1|))) (-13 (-424 |#2|) (-867 |#1|) (-600 (-873 |#1|)))) (T -1055))
-((-3923 (*1 *1 *2) (-12 (-5 *2 (-629 (-1054 *3 *4 *5))) (-4 *3 (-1078)) (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3)))) (-4 *5 (-13 (-424 *4) (-867 *3) (-600 (-873 *3)))) (-5 *1 (-1055 *3 *4 *5)))) (-2794 (*1 *2 *1) (-12 (-4 *3 (-1078)) (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3)))) (-5 *2 (-629 (-1054 *3 *4 *5))) (-5 *1 (-1055 *3 *4 *5)) (-4 *5 (-13 (-424 *4) (-867 *3) (-600 (-873 *3)))))) (-2060 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-902)) (-4 *4 (-1078)) (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4)))) (-5 *1 (-1055 *4 *5 *2)) (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4)))))))
-(-13 (-1078) (-280 |#3| |#3|) (-10 -8 (-15 -3923 ($ (-629 (-1054 |#1| |#2| |#3|)))) (-15 -2794 ((-629 (-1054 |#1| |#2| |#3|)) $)) (-15 -2060 (|#3| $ |#3| (-902)))))
-((-1474 (((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111) (-111)) 75) (((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|))) 77) (((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111)) 76)))
-(((-1056 |#1| |#2|) (-10 -7 (-15 -1474 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111))) (-15 -1474 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)))) (-15 -1474 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111) (-111)))) (-13 (-301) (-144)) (-629 (-1154))) (T -1056))
-((-1474 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-5 *2 (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5)))))) (-5 *1 (-1056 *5 *6)) (-5 *3 (-629 (-933 *5))) (-14 *6 (-629 (-1154))))) (-1474 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-5 *2 (-629 (-2 (|:| -1373 (-1150 *4)) (|:| -3464 (-629 (-933 *4)))))) (-5 *1 (-1056 *4 *5)) (-5 *3 (-629 (-933 *4))) (-14 *5 (-629 (-1154))))) (-1474 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-5 *2 (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5)))))) (-5 *1 (-1056 *5 *6)) (-5 *3 (-629 (-933 *5))) (-14 *6 (-629 (-1154))))))
-(-10 -7 (-15 -1474 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111))) (-15 -1474 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)))) (-15 -1474 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111) (-111))))
-((-3479 (((-412 |#3|) |#3|) 18)))
-(((-1057 |#1| |#2| |#3|) (-10 -7 (-15 -3479 ((-412 |#3|) |#3|))) (-1213 (-401 (-552))) (-13 (-357) (-144) (-709 (-401 (-552)) |#1|)) (-1213 |#2|)) (T -1057))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-1213 (-401 (-552)))) (-4 *5 (-13 (-357) (-144) (-709 (-401 (-552)) *4))) (-5 *2 (-412 *3)) (-5 *1 (-1057 *4 *5 *3)) (-4 *3 (-1213 *5)))))
-(-10 -7 (-15 -3479 ((-412 |#3|) |#3|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 126)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-357)))) (-3303 (($ $) NIL (|has| |#1| (-357)))) (-1334 (((-111) $) NIL (|has| |#1| (-357)))) (-2977 (((-673 |#1|) (-1237 $)) NIL) (((-673 |#1|)) 115)) (-1549 ((|#1| $) 119)) (-1271 (((-1164 (-902) (-756)) (-552)) NIL (|has| |#1| (-343)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| |#1| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-357)))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2663 (((-756)) 40 (|has| |#1| (-362)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL)) (-4278 (($ (-1237 |#1|) (-1237 $)) NIL) (($ (-1237 |#1|)) 43)) (-4274 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-343)))) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3584 (((-673 |#1|) $ (-1237 $)) NIL) (((-673 |#1|) $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 106) (((-673 |#1|) (-673 $)) 101)) (-3884 (($ |#2|) 61) (((-3 $ "failed") (-401 |#2|)) NIL (|has| |#1| (-357)))) (-1293 (((-3 $ "failed") $) NIL)) (-2128 (((-902)) 77)) (-1332 (($) 44 (|has| |#1| (-362)))) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-4000 (($) NIL (|has| |#1| (-343)))) (-3504 (((-111) $) NIL (|has| |#1| (-343)))) (-1788 (($ $ (-756)) NIL (|has| |#1| (-343))) (($ $) NIL (|has| |#1| (-343)))) (-1677 (((-111) $) NIL (|has| |#1| (-357)))) (-4241 (((-902) $) NIL (|has| |#1| (-343))) (((-818 (-902)) $) NIL (|has| |#1| (-343)))) (-4065 (((-111) $) NIL)) (-4346 ((|#1| $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-343)))) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2169 ((|#2| $) 84 (|has| |#1| (-357)))) (-1637 (((-902) $) 131 (|has| |#1| (-362)))) (-3874 ((|#2| $) 58)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-1977 (($) NIL (|has| |#1| (-343)) CONST)) (-2840 (($ (-902)) 125 (|has| |#1| (-362)))) (-2876 (((-1098) $) NIL)) (-4126 (($) 121)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-4056 (((-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))) NIL (|has| |#1| (-343)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-1721 ((|#1| (-1237 $)) NIL) ((|#1|) 109)) (-4147 (((-756) $) NIL (|has| |#1| (-343))) (((-3 (-756) "failed") $ $) NIL (|has| |#1| (-343)))) (-3096 (($ $) NIL (-4029 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-756)) NIL (-4029 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))))) (($ $ (-1 |#1| |#1|) (-756)) NIL (|has| |#1| (-357))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-357)))) (-1433 (((-673 |#1|) (-1237 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-357)))) (-3521 ((|#2|) 73)) (-1368 (($) NIL (|has| |#1| (-343)))) (-3464 (((-1237 |#1|) $ (-1237 $)) 89) (((-673 |#1|) (-1237 $) (-1237 $)) NIL) (((-1237 |#1|) $) 71) (((-673 |#1|) (-1237 $)) 85)) (-1522 (((-1237 |#1|) $) NIL) (($ (-1237 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (|has| |#1| (-343)))) (-3213 (((-844) $) 57) (($ (-552)) 53) (($ |#1|) 54) (($ $) NIL (|has| |#1| (-357))) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-357)) (|has| |#1| (-1019 (-401 (-552))))))) (-3878 (($ $) NIL (|has| |#1| (-343))) (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-3767 ((|#2| $) 82)) (-2014 (((-756)) 75)) (-4199 (((-1237 $)) 81)) (-3589 (((-111) $ $) NIL (|has| |#1| (-357)))) (-3297 (($) 30 T CONST)) (-3309 (($) 19 T CONST)) (-1765 (($ $) NIL (-4029 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-756)) NIL (-4029 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-881 (-1154))))) (($ $ (-1 |#1| |#1|) (-756)) NIL (|has| |#1| (-357))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-357)))) (-1613 (((-111) $ $) 63)) (-1720 (($ $ $) NIL (|has| |#1| (-357)))) (-1709 (($ $) 67) (($ $ $) NIL)) (-1698 (($ $ $) 65)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#1| (-357)))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 51) (($ $ $) 69) (($ $ |#1|) NIL) (($ |#1| $) 48) (($ (-401 (-552)) $) NIL (|has| |#1| (-357))) (($ $ (-401 (-552))) NIL (|has| |#1| (-357)))))
-(((-1058 |#1| |#2| |#3|) (-709 |#1| |#2|) (-169) (-1213 |#1|) |#2|) (T -1058))
-NIL
-(-709 |#1| |#2|)
-((-3479 (((-412 |#3|) |#3|) 19)))
-(((-1059 |#1| |#2| |#3|) (-10 -7 (-15 -3479 ((-412 |#3|) |#3|))) (-1213 (-401 (-933 (-552)))) (-13 (-357) (-144) (-709 (-401 (-933 (-552))) |#1|)) (-1213 |#2|)) (T -1059))
-((-3479 (*1 *2 *3) (-12 (-4 *4 (-1213 (-401 (-933 (-552))))) (-4 *5 (-13 (-357) (-144) (-709 (-401 (-933 (-552))) *4))) (-5 *2 (-412 *3)) (-5 *1 (-1059 *4 *5 *3)) (-4 *3 (-1213 *5)))))
-(-10 -7 (-15 -3479 ((-412 |#3|) |#3|)))
-((-3202 (((-111) $ $) NIL)) (-1772 (($ $ $) 14)) (-2011 (($ $ $) 15)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-4144 (($) 6)) (-1522 (((-1154) $) 18)) (-3213 (((-844) $) 12)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 13)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 8)))
-(((-1060) (-13 (-832) (-10 -8 (-15 -4144 ($)) (-15 -1522 ((-1154) $))))) (T -1060))
-((-4144 (*1 *1) (-5 *1 (-1060))) (-1522 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1060)))))
-(-13 (-832) (-10 -8 (-15 -4144 ($)) (-15 -1522 ((-1154) $))))
-((-3202 (((-111) $ $) 7)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (((-1159) $) 15) (($ (-1159)) 14)) (-1613 (((-111) $ $) 6)))
-(((-1061) (-137)) (T -1061))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-1038) (-137)) (T -1038))
+NIL
+(-13 (-21) (-1091))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-129) . T) ((-600 (-845)) . T) ((-1091) . T) ((-1079) . T))
+((-3027 (($ $) 16)) (-3266 (($ $) 22)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 49)) (-4233 (($ $) 24)) (-2079 (($ $) 11)) (-1278 (($ $) 38)) (-1523 (((-373) $) NIL) (((-220) $) NIL) (((-874 (-373)) $) 33)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL) (($ (-401 (-553))) 28) (($ (-553)) NIL) (($ (-401 (-553))) 28)) (-1348 (((-757)) 8)) (-3609 (($ $) 39)))
+(((-1039 |#1|) (-10 -8 (-15 -3266 (|#1| |#1|)) (-15 -3027 (|#1| |#1|)) (-15 -2079 (|#1| |#1|)) (-15 -1278 (|#1| |#1|)) (-15 -3609 (|#1| |#1|)) (-15 -4233 (|#1| |#1|)) (-15 -2724 ((-871 (-373) |#1|) |#1| (-874 (-373)) (-871 (-373) |#1|))) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| (-553))) (-15 -1523 ((-220) |#1|)) (-15 -1523 ((-373) |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| |#1|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 -3212 ((-845) |#1|))) (-1040)) (T -1039))
+((-1348 (*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-1039 *3)) (-4 *3 (-1040)))))
+(-10 -8 (-15 -3266 (|#1| |#1|)) (-15 -3027 (|#1| |#1|)) (-15 -2079 (|#1| |#1|)) (-15 -1278 (|#1| |#1|)) (-15 -3609 (|#1| |#1|)) (-15 -4233 (|#1| |#1|)) (-15 -2724 ((-871 (-373) |#1|) |#1| (-874 (-373)) (-871 (-373) |#1|))) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| (-553))) (-15 -1523 ((-220) |#1|)) (-15 -1523 ((-373) |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| |#1|)) (-15 -3212 (|#1| (-553))) (-15 -1348 ((-757))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-2589 (((-553) $) 86)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-3027 (($ $) 84)) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3487 (($ $) 94)) (-3816 (((-111) $ $) 57)) (-2299 (((-553) $) 111)) (-3203 (($) 17 T CONST)) (-3266 (($ $) 83)) (-1394 (((-3 (-553) "failed") $) 99) (((-3 (-401 (-553)) "failed") $) 96)) (-2831 (((-553) $) 100) (((-401 (-553)) $) 97)) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-4268 (((-111) $) 68)) (-2184 (((-111) $) 109)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 90)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 93)) (-4233 (($ $) 89)) (-2260 (((-111) $) 110)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-1773 (($ $ $) 108)) (-2012 (($ $ $) 107)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 67)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-2079 (($ $) 85)) (-1278 (($ $) 87)) (-3476 (((-412 $) $) 71)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-1523 (((-373) $) 102) (((-220) $) 101) (((-874 (-373)) $) 91)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63) (($ (-553)) 98) (($ (-401 (-553))) 95)) (-1348 (((-757)) 28)) (-3609 (($ $) 88)) (-2453 (((-111) $ $) 37)) (-1411 (($ $) 112)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1667 (((-111) $ $) 105)) (-1645 (((-111) $ $) 104)) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 106)) (-1633 (((-111) $ $) 103)) (-1721 (($ $ $) 62)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66) (($ $ (-401 (-553))) 92)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64)))
+(((-1040) (-137)) (T -1040))
+((-1411 (*1 *1 *1) (-4 *1 (-1040))) (-4233 (*1 *1 *1) (-4 *1 (-1040))) (-3609 (*1 *1 *1) (-4 *1 (-1040))) (-1278 (*1 *1 *1) (-4 *1 (-1040))) (-2589 (*1 *2 *1) (-12 (-4 *1 (-1040)) (-5 *2 (-553)))) (-2079 (*1 *1 *1) (-4 *1 (-1040))) (-3027 (*1 *1 *1) (-4 *1 (-1040))) (-3266 (*1 *1 *1) (-4 *1 (-1040))))
+(-13 (-357) (-831) (-1004) (-1020 (-553)) (-1020 (-401 (-553))) (-984) (-601 (-874 (-373))) (-868 (-373)) (-144) (-10 -8 (-15 -4233 ($ $)) (-15 -3609 ($ $)) (-15 -1278 ($ $)) (-15 -2589 ((-553) $)) (-15 -2079 ($ $)) (-15 -3027 ($ $)) (-15 -3266 ($ $)) (-15 -1411 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 $ $) . T) ((-129) . T) ((-144) . T) ((-603 #1=(-401 (-553))) . T) ((-603 #2=(-553)) . T) ((-600 (-845)) . T) ((-169) . T) ((-601 (-220)) . T) ((-601 (-373)) . T) ((-601 (-874 (-373))) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-445) . T) ((-545) . T) ((-633 #0#) . T) ((-633 $) . T) ((-703 #0#) . T) ((-703 $) . T) ((-712) . T) ((-777) . T) ((-778) . T) ((-780) . T) ((-781) . T) ((-831) . T) ((-833) . T) ((-868 (-373)) . T) ((-902) . T) ((-984) . T) ((-1004) . T) ((-1020 #1#) . T) ((-1020 #2#) . T) ((-1037 #0#) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) |#2| $) 23)) (-2662 ((|#1| $) 10)) (-2299 (((-553) |#2| $) 88)) (-3691 (((-3 $ "failed") |#2| (-903)) 57)) (-3425 ((|#1| $) 28)) (-3801 ((|#1| |#2| $ |#1|) 37)) (-3678 (($ $) 25)) (-3889 (((-3 |#2| "failed") |#2| $) 87)) (-2184 (((-111) |#2| $) NIL)) (-2260 (((-111) |#2| $) NIL)) (-2963 (((-111) |#2| $) 24)) (-2122 ((|#1| $) 89)) (-3413 ((|#1| $) 27)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3035 ((|#2| $) 79)) (-3212 (((-845) $) 70)) (-4312 ((|#1| |#2| $ |#1|) 38)) (-1861 (((-630 $) |#2|) 59)) (-1614 (((-111) $ $) 74)))
+(((-1041 |#1| |#2|) (-13 (-1048 |#1| |#2|) (-10 -8 (-15 -3413 (|#1| $)) (-15 -3425 (|#1| $)) (-15 -2662 (|#1| $)) (-15 -2122 (|#1| $)) (-15 -3678 ($ $)) (-15 -2963 ((-111) |#2| $)) (-15 -3801 (|#1| |#2| $ |#1|)))) (-13 (-831) (-357)) (-1214 |#1|)) (T -1041))
+((-3801 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3)) (-4 *3 (-1214 *2)))) (-3413 (*1 *2 *1) (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3)) (-4 *3 (-1214 *2)))) (-3425 (*1 *2 *1) (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3)) (-4 *3 (-1214 *2)))) (-2662 (*1 *2 *1) (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3)) (-4 *3 (-1214 *2)))) (-2122 (*1 *2 *1) (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3)) (-4 *3 (-1214 *2)))) (-3678 (*1 *1 *1) (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3)) (-4 *3 (-1214 *2)))) (-2963 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-831) (-357))) (-5 *2 (-111)) (-5 *1 (-1041 *4 *3)) (-4 *3 (-1214 *4)))))
+(-13 (-1048 |#1| |#2|) (-10 -8 (-15 -3413 (|#1| $)) (-15 -3425 (|#1| $)) (-15 -2662 (|#1| $)) (-15 -2122 (|#1| $)) (-15 -3678 ($ $)) (-15 -2963 ((-111) |#2| $)) (-15 -3801 (|#1| |#2| $ |#1|))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4227 (($ $ $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3608 (($ $ $ $) NIL)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL)) (-1604 (($ $ $) NIL)) (-3203 (($) NIL T CONST)) (-2741 (($ (-1155)) 10) (($ (-553)) 7)) (-1394 (((-3 (-553) "failed") $) NIL)) (-2831 (((-553) $) NIL)) (-4005 (($ $ $) NIL)) (-3698 (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-674 (-553)) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1402 (((-3 (-401 (-553)) "failed") $) NIL)) (-3054 (((-111) $) NIL)) (-3731 (((-401 (-553)) $) NIL)) (-1333 (($) NIL) (($ $) NIL)) (-3986 (($ $ $) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-1799 (($ $ $ $) NIL)) (-1423 (($ $ $) NIL)) (-2184 (((-111) $) NIL)) (-3607 (($ $ $) NIL)) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL)) (-1434 (((-111) $) NIL)) (-2709 (((-111) $) NIL)) (-3464 (((-3 $ "failed") $) NIL)) (-2260 (((-111) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3814 (($ $ $ $) NIL)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-3923 (($ $) NIL)) (-2555 (($ $) NIL)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-2941 (($ $ $) NIL)) (-1979 (($) NIL T CONST)) (-3863 (($ $) NIL)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) NIL) (($ (-630 $)) NIL)) (-1294 (($ $) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3439 (((-111) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3095 (($ $ (-757)) NIL) (($ $) NIL)) (-2046 (($ $) NIL)) (-1488 (($ $) NIL)) (-1523 (((-553) $) 16) (((-529) $) NIL) (((-874 (-553)) $) NIL) (((-373) $) NIL) (((-220) $) NIL) (($ (-1155)) 9)) (-3212 (((-845) $) 20) (($ (-553)) 6) (($ $) NIL) (($ (-553)) 6)) (-1348 (((-757)) NIL)) (-2109 (((-111) $ $) NIL)) (-3839 (($ $ $) NIL)) (-4173 (($) NIL)) (-2453 (((-111) $ $) NIL)) (-2766 (($ $ $ $) NIL)) (-1411 (($ $) NIL)) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) NIL)) (-1710 (($ $) 19) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL)))
+(((-1042) (-13 (-538) (-10 -8 (-6 -4356) (-6 -4361) (-6 -4357) (-15 -1523 ($ (-1155))) (-15 -2741 ($ (-1155))) (-15 -2741 ($ (-553)))))) (T -1042))
+((-1523 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1042)))) (-2741 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1042)))) (-2741 (*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-1042)))))
+(-13 (-538) (-10 -8 (-6 -4356) (-6 -4361) (-6 -4357) (-15 -1523 ($ (-1155))) (-15 -2741 ($ (-1155))) (-15 -2741 ($ (-553)))))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL)) (-1306 (((-1243) $ (-1155) (-1155)) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-3984 (($) 9)) (-1471 (((-52) $ (-1155) (-52)) NIL)) (-3056 (($ $) 30)) (-2352 (($ $) 28)) (-2946 (($ $) 27)) (-1809 (($ $) 29)) (-4156 (($ $) 32)) (-3807 (($ $) 33)) (-4039 (($ $) 26)) (-1445 (($ $) 31)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) 25 (|has| $ (-6 -4369)))) (-3077 (((-3 (-52) "failed") (-1155) $) 40)) (-3203 (($) NIL T CONST)) (-3805 (($) 7)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-1875 (($ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) 50 (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-3 (-52) "failed") (-1155) $) NIL)) (-2653 (($ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369)))) (-2293 (((-3 (-1137) "failed") $ (-1137) (-553)) 59)) (-2959 (((-52) $ (-1155) (-52)) NIL (|has| $ (-6 -4370)))) (-2891 (((-52) $ (-1155)) NIL)) (-3136 (((-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-630 (-52)) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-1155) $) NIL (|has| (-1155) (-833)))) (-2447 (((-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) 35 (|has| $ (-6 -4369))) (((-630 (-52)) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-52) (-1079))))) (-2049 (((-1155) $) NIL (|has| (-1155) (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4370))) (($ (-1 (-52) (-52)) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL) (($ (-1 (-52) (-52)) $) NIL) (($ (-1 (-52) (-52) (-52)) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-1377 (((-630 (-1155)) $) NIL)) (-2717 (((-111) (-1155) $) NIL)) (-3311 (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL)) (-1429 (($ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) 43)) (-2508 (((-630 (-1155)) $) NIL)) (-2166 (((-111) (-1155) $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-3554 (((-373) $ (-1155)) 49)) (-2853 (((-630 (-1137)) $ (-1137)) 60)) (-2701 (((-52) $) NIL (|has| (-1155) (-833)))) (-3003 (((-3 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) "failed") (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL)) (-2001 (($ $ (-52)) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))))) NIL (-12 (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ $ (-288 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL (-12 (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ $ (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) NIL (-12 (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ $ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL (-12 (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-303 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (($ $ (-630 (-52)) (-630 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079)))) (($ $ (-52) (-52)) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079)))) (($ $ (-288 (-52))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079)))) (($ $ (-630 (-288 (-52)))) NIL (-12 (|has| (-52) (-303 (-52))) (|has| (-52) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) (-52) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-52) (-1079))))) (-1556 (((-630 (-52)) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 (((-52) $ (-1155)) NIL) (((-52) $ (-1155) (-52)) NIL)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL)) (-1848 (($ $ (-1155)) 51)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079)))) (((-757) (-52) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-52) (-1079)))) (((-757) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) 37)) (-4320 (($ $ $) 38)) (-3212 (((-845) $) NIL (-4028 (|has| (-52) (-600 (-845))) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-600 (-845)))))) (-2803 (($ $ (-1155) (-373)) 47)) (-1833 (($ $ (-1155) (-373)) 48)) (-4142 (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 (-1155)) (|:| -3359 (-52)))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) (-52)) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-52) (-1079)) (|has| (-2 (|:| -2669 (-1155)) (|:| -3359 (-52))) (-1079))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1043) (-13 (-1168 (-1155) (-52)) (-10 -8 (-15 -4320 ($ $ $)) (-15 -3805 ($)) (-15 -4039 ($ $)) (-15 -2946 ($ $)) (-15 -2352 ($ $)) (-15 -1809 ($ $)) (-15 -1445 ($ $)) (-15 -3056 ($ $)) (-15 -4156 ($ $)) (-15 -3807 ($ $)) (-15 -2803 ($ $ (-1155) (-373))) (-15 -1833 ($ $ (-1155) (-373))) (-15 -3554 ((-373) $ (-1155))) (-15 -2853 ((-630 (-1137)) $ (-1137))) (-15 -1848 ($ $ (-1155))) (-15 -3984 ($)) (-15 -2293 ((-3 (-1137) "failed") $ (-1137) (-553))) (-6 -4369)))) (T -1043))
+((-4320 (*1 *1 *1 *1) (-5 *1 (-1043))) (-3805 (*1 *1) (-5 *1 (-1043))) (-4039 (*1 *1 *1) (-5 *1 (-1043))) (-2946 (*1 *1 *1) (-5 *1 (-1043))) (-2352 (*1 *1 *1) (-5 *1 (-1043))) (-1809 (*1 *1 *1) (-5 *1 (-1043))) (-1445 (*1 *1 *1) (-5 *1 (-1043))) (-3056 (*1 *1 *1) (-5 *1 (-1043))) (-4156 (*1 *1 *1) (-5 *1 (-1043))) (-3807 (*1 *1 *1) (-5 *1 (-1043))) (-2803 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-373)) (-5 *1 (-1043)))) (-1833 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-373)) (-5 *1 (-1043)))) (-3554 (*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-373)) (-5 *1 (-1043)))) (-2853 (*1 *2 *1 *3) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1043)) (-5 *3 (-1137)))) (-1848 (*1 *1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1043)))) (-3984 (*1 *1) (-5 *1 (-1043))) (-2293 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1137)) (-5 *3 (-553)) (-5 *1 (-1043)))))
+(-13 (-1168 (-1155) (-52)) (-10 -8 (-15 -4320 ($ $ $)) (-15 -3805 ($)) (-15 -4039 ($ $)) (-15 -2946 ($ $)) (-15 -2352 ($ $)) (-15 -1809 ($ $)) (-15 -1445 ($ $)) (-15 -3056 ($ $)) (-15 -4156 ($ $)) (-15 -3807 ($ $)) (-15 -2803 ($ $ (-1155) (-373))) (-15 -1833 ($ $ (-1155) (-373))) (-15 -3554 ((-373) $ (-1155))) (-15 -2853 ((-630 (-1137)) $ (-1137))) (-15 -1848 ($ $ (-1155))) (-15 -3984 ($)) (-15 -2293 ((-3 (-1137) "failed") $ (-1137) (-553))) (-6 -4369)))
+((-1784 (($ $) 45)) (-3853 (((-111) $ $) 74)) (-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 (-553) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-934 (-401 (-553)))) 227) (((-3 $ "failed") (-934 (-553))) 226) (((-3 $ "failed") (-934 |#2|)) 229)) (-2831 ((|#2| $) NIL) (((-401 (-553)) $) NIL) (((-553) $) NIL) ((|#4| $) NIL) (($ (-934 (-401 (-553)))) 215) (($ (-934 (-553))) 211) (($ (-934 |#2|)) 231)) (-3765 (($ $) NIL) (($ $ |#4|) 43)) (-1410 (((-111) $ $) 112) (((-111) $ (-630 $)) 113)) (-3228 (((-111) $) 56)) (-1482 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 107)) (-1545 (($ $) 138)) (-1682 (($ $) 134)) (-4236 (($ $) 133)) (-3453 (($ $ $) 79) (($ $ $ |#4|) 84)) (-1343 (($ $ $) 82) (($ $ $ |#4|) 86)) (-2928 (((-111) $ $) 121) (((-111) $ (-630 $)) 122)) (-4051 ((|#4| $) 33)) (-2537 (($ $ $) 110)) (-3627 (((-111) $) 55)) (-4116 (((-757) $) 35)) (-4209 (($ $) 152)) (-4330 (($ $) 149)) (-1328 (((-630 $) $) 68)) (-3507 (($ $) 57)) (-3462 (($ $) 145)) (-2106 (((-630 $) $) 65)) (-3174 (($ $) 59)) (-3743 ((|#2| $) NIL) (($ $ |#4|) 38)) (-1312 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2281 (-757))) $ $) 111)) (-2567 (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $) 108) (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $ |#4|) 109)) (-2633 (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -3300 $)) $ $) 104) (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -3300 $)) $ $ |#4|) 105)) (-4276 (($ $ $) 89) (($ $ $ |#4|) 95)) (-3383 (($ $ $) 90) (($ $ $ |#4|) 96)) (-3668 (((-630 $) $) 51)) (-2546 (((-111) $ $) 118) (((-111) $ (-630 $)) 119)) (-2279 (($ $ $) 103)) (-1979 (($ $) 37)) (-4202 (((-111) $ $) 72)) (-2528 (((-111) $ $) 114) (((-111) $ (-630 $)) 116)) (-3239 (($ $ $) 101)) (-2323 (($ $) 40)) (-2591 ((|#2| |#2| $) 142) (($ (-630 $)) NIL) (($ $ $) NIL)) (-2972 (($ $ |#2|) NIL) (($ $ $) 131)) (-2700 (($ $ |#2|) 126) (($ $ $) 129)) (-2661 (($ $) 48)) (-3843 (($ $) 52)) (-1523 (((-874 (-373)) $) NIL) (((-874 (-553)) $) NIL) (((-529) $) NIL) (($ (-934 (-401 (-553)))) 217) (($ (-934 (-553))) 213) (($ (-934 |#2|)) 228) (((-1137) $) 250) (((-934 |#2|) $) 162)) (-3212 (((-845) $) 30) (($ (-553)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-934 |#2|) $) 163) (($ (-401 (-553))) NIL) (($ $) NIL)) (-3301 (((-3 (-111) "failed") $ $) 71)))
+(((-1044 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3212 (|#1| |#1|)) (-15 -2591 (|#1| |#1| |#1|)) (-15 -2591 (|#1| (-630 |#1|))) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 ((-934 |#2|) |#1|)) (-15 -1523 ((-934 |#2|) |#1|)) (-15 -1523 ((-1137) |#1|)) (-15 -4209 (|#1| |#1|)) (-15 -4330 (|#1| |#1|)) (-15 -3462 (|#1| |#1|)) (-15 -1545 (|#1| |#1|)) (-15 -2591 (|#2| |#2| |#1|)) (-15 -2972 (|#1| |#1| |#1|)) (-15 -2700 (|#1| |#1| |#1|)) (-15 -2972 (|#1| |#1| |#2|)) (-15 -2700 (|#1| |#1| |#2|)) (-15 -1682 (|#1| |#1|)) (-15 -4236 (|#1| |#1|)) (-15 -1523 (|#1| (-934 |#2|))) (-15 -2831 (|#1| (-934 |#2|))) (-15 -1394 ((-3 |#1| "failed") (-934 |#2|))) (-15 -1523 (|#1| (-934 (-553)))) (-15 -2831 (|#1| (-934 (-553)))) (-15 -1394 ((-3 |#1| "failed") (-934 (-553)))) (-15 -1523 (|#1| (-934 (-401 (-553))))) (-15 -2831 (|#1| (-934 (-401 (-553))))) (-15 -1394 ((-3 |#1| "failed") (-934 (-401 (-553))))) (-15 -2279 (|#1| |#1| |#1|)) (-15 -3239 (|#1| |#1| |#1|)) (-15 -1312 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2281 (-757))) |#1| |#1|)) (-15 -2537 (|#1| |#1| |#1|)) (-15 -1482 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -2567 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1| |#4|)) (-15 -2567 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -2633 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -3300 |#1|)) |#1| |#1| |#4|)) (-15 -2633 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -3383 (|#1| |#1| |#1| |#4|)) (-15 -4276 (|#1| |#1| |#1| |#4|)) (-15 -3383 (|#1| |#1| |#1|)) (-15 -4276 (|#1| |#1| |#1|)) (-15 -1343 (|#1| |#1| |#1| |#4|)) (-15 -3453 (|#1| |#1| |#1| |#4|)) (-15 -1343 (|#1| |#1| |#1|)) (-15 -3453 (|#1| |#1| |#1|)) (-15 -2928 ((-111) |#1| (-630 |#1|))) (-15 -2928 ((-111) |#1| |#1|)) (-15 -2546 ((-111) |#1| (-630 |#1|))) (-15 -2546 ((-111) |#1| |#1|)) (-15 -2528 ((-111) |#1| (-630 |#1|))) (-15 -2528 ((-111) |#1| |#1|)) (-15 -1410 ((-111) |#1| (-630 |#1|))) (-15 -1410 ((-111) |#1| |#1|)) (-15 -3853 ((-111) |#1| |#1|)) (-15 -4202 ((-111) |#1| |#1|)) (-15 -3301 ((-3 (-111) "failed") |#1| |#1|)) (-15 -1328 ((-630 |#1|) |#1|)) (-15 -2106 ((-630 |#1|) |#1|)) (-15 -3174 (|#1| |#1|)) (-15 -3507 (|#1| |#1|)) (-15 -3228 ((-111) |#1|)) (-15 -3627 ((-111) |#1|)) (-15 -3765 (|#1| |#1| |#4|)) (-15 -3743 (|#1| |#1| |#4|)) (-15 -3843 (|#1| |#1|)) (-15 -3668 ((-630 |#1|) |#1|)) (-15 -2661 (|#1| |#1|)) (-15 -1784 (|#1| |#1|)) (-15 -2323 (|#1| |#1|)) (-15 -1979 (|#1| |#1|)) (-15 -4116 ((-757) |#1|)) (-15 -4051 (|#4| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -3212 (|#1| |#4|)) (-15 -1394 ((-3 |#4| "failed") |#1|)) (-15 -2831 (|#4| |#1|)) (-15 -3743 (|#2| |#1|)) (-15 -3765 (|#1| |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|))) (-1045 |#2| |#3| |#4|) (-1031) (-779) (-833)) (T -1044))
+NIL
+(-10 -8 (-15 -3212 (|#1| |#1|)) (-15 -2591 (|#1| |#1| |#1|)) (-15 -2591 (|#1| (-630 |#1|))) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 ((-934 |#2|) |#1|)) (-15 -1523 ((-934 |#2|) |#1|)) (-15 -1523 ((-1137) |#1|)) (-15 -4209 (|#1| |#1|)) (-15 -4330 (|#1| |#1|)) (-15 -3462 (|#1| |#1|)) (-15 -1545 (|#1| |#1|)) (-15 -2591 (|#2| |#2| |#1|)) (-15 -2972 (|#1| |#1| |#1|)) (-15 -2700 (|#1| |#1| |#1|)) (-15 -2972 (|#1| |#1| |#2|)) (-15 -2700 (|#1| |#1| |#2|)) (-15 -1682 (|#1| |#1|)) (-15 -4236 (|#1| |#1|)) (-15 -1523 (|#1| (-934 |#2|))) (-15 -2831 (|#1| (-934 |#2|))) (-15 -1394 ((-3 |#1| "failed") (-934 |#2|))) (-15 -1523 (|#1| (-934 (-553)))) (-15 -2831 (|#1| (-934 (-553)))) (-15 -1394 ((-3 |#1| "failed") (-934 (-553)))) (-15 -1523 (|#1| (-934 (-401 (-553))))) (-15 -2831 (|#1| (-934 (-401 (-553))))) (-15 -1394 ((-3 |#1| "failed") (-934 (-401 (-553))))) (-15 -2279 (|#1| |#1| |#1|)) (-15 -3239 (|#1| |#1| |#1|)) (-15 -1312 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2281 (-757))) |#1| |#1|)) (-15 -2537 (|#1| |#1| |#1|)) (-15 -1482 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -2567 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1| |#4|)) (-15 -2567 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -2633 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -3300 |#1|)) |#1| |#1| |#4|)) (-15 -2633 ((-2 (|:| -4157 |#1|) (|:| |gap| (-757)) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -3383 (|#1| |#1| |#1| |#4|)) (-15 -4276 (|#1| |#1| |#1| |#4|)) (-15 -3383 (|#1| |#1| |#1|)) (-15 -4276 (|#1| |#1| |#1|)) (-15 -1343 (|#1| |#1| |#1| |#4|)) (-15 -3453 (|#1| |#1| |#1| |#4|)) (-15 -1343 (|#1| |#1| |#1|)) (-15 -3453 (|#1| |#1| |#1|)) (-15 -2928 ((-111) |#1| (-630 |#1|))) (-15 -2928 ((-111) |#1| |#1|)) (-15 -2546 ((-111) |#1| (-630 |#1|))) (-15 -2546 ((-111) |#1| |#1|)) (-15 -2528 ((-111) |#1| (-630 |#1|))) (-15 -2528 ((-111) |#1| |#1|)) (-15 -1410 ((-111) |#1| (-630 |#1|))) (-15 -1410 ((-111) |#1| |#1|)) (-15 -3853 ((-111) |#1| |#1|)) (-15 -4202 ((-111) |#1| |#1|)) (-15 -3301 ((-3 (-111) "failed") |#1| |#1|)) (-15 -1328 ((-630 |#1|) |#1|)) (-15 -2106 ((-630 |#1|) |#1|)) (-15 -3174 (|#1| |#1|)) (-15 -3507 (|#1| |#1|)) (-15 -3228 ((-111) |#1|)) (-15 -3627 ((-111) |#1|)) (-15 -3765 (|#1| |#1| |#4|)) (-15 -3743 (|#1| |#1| |#4|)) (-15 -3843 (|#1| |#1|)) (-15 -3668 ((-630 |#1|) |#1|)) (-15 -2661 (|#1| |#1|)) (-15 -1784 (|#1| |#1|)) (-15 -2323 (|#1| |#1|)) (-15 -1979 (|#1| |#1|)) (-15 -4116 ((-757) |#1|)) (-15 -4051 (|#4| |#1|)) (-15 -1523 ((-529) |#1|)) (-15 -1523 ((-874 (-553)) |#1|)) (-15 -1523 ((-874 (-373)) |#1|)) (-15 -3212 (|#1| |#4|)) (-15 -1394 ((-3 |#4| "failed") |#1|)) (-15 -2831 (|#4| |#1|)) (-15 -3743 (|#2| |#1|)) (-15 -3765 (|#1| |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3611 (((-630 |#3|) $) 108)) (-3447 (((-1151 $) $ |#3|) 123) (((-1151 |#1|) $) 122)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 85 (|has| |#1| (-545)))) (-2723 (($ $) 86 (|has| |#1| (-545)))) (-2157 (((-111) $) 88 (|has| |#1| (-545)))) (-3449 (((-757) $) 110) (((-757) $ (-630 |#3|)) 109)) (-1784 (($ $) 269)) (-3853 (((-111) $ $) 255)) (-4123 (((-3 $ "failed") $ $) 19)) (-3248 (($ $ $) 214 (|has| |#1| (-545)))) (-4014 (((-630 $) $ $) 209 (|has| |#1| (-545)))) (-2873 (((-412 (-1151 $)) (-1151 $)) 98 (|has| |#1| (-891)))) (-3837 (($ $) 96 (|has| |#1| (-445)))) (-1807 (((-412 $) $) 95 (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 101 (|has| |#1| (-891)))) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#1| "failed") $) 162) (((-3 (-401 (-553)) "failed") $) 159 (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) 157 (|has| |#1| (-1020 (-553)))) (((-3 |#3| "failed") $) 134) (((-3 $ "failed") (-934 (-401 (-553)))) 229 (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#3| (-601 (-1155))))) (((-3 $ "failed") (-934 (-553))) 226 (-4028 (-12 (-4106 (|has| |#1| (-38 (-401 (-553))))) (|has| |#1| (-38 (-553))) (|has| |#3| (-601 (-1155)))) (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#3| (-601 (-1155)))))) (((-3 $ "failed") (-934 |#1|)) 223 (-4028 (-12 (-4106 (|has| |#1| (-38 (-401 (-553))))) (-4106 (|has| |#1| (-38 (-553)))) (|has| |#3| (-601 (-1155)))) (-12 (-4106 (|has| |#1| (-538))) (-4106 (|has| |#1| (-38 (-401 (-553))))) (|has| |#1| (-38 (-553))) (|has| |#3| (-601 (-1155)))) (-12 (-4106 (|has| |#1| (-974 (-553)))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#3| (-601 (-1155))))))) (-2831 ((|#1| $) 161) (((-401 (-553)) $) 160 (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) 158 (|has| |#1| (-1020 (-553)))) ((|#3| $) 135) (($ (-934 (-401 (-553)))) 228 (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#3| (-601 (-1155))))) (($ (-934 (-553))) 225 (-4028 (-12 (-4106 (|has| |#1| (-38 (-401 (-553))))) (|has| |#1| (-38 (-553))) (|has| |#3| (-601 (-1155)))) (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#3| (-601 (-1155)))))) (($ (-934 |#1|)) 222 (-4028 (-12 (-4106 (|has| |#1| (-38 (-401 (-553))))) (-4106 (|has| |#1| (-38 (-553)))) (|has| |#3| (-601 (-1155)))) (-12 (-4106 (|has| |#1| (-538))) (-4106 (|has| |#1| (-38 (-401 (-553))))) (|has| |#1| (-38 (-553))) (|has| |#3| (-601 (-1155)))) (-12 (-4106 (|has| |#1| (-974 (-553)))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#3| (-601 (-1155))))))) (-2697 (($ $ $ |#3|) 106 (|has| |#1| (-169))) (($ $ $) 210 (|has| |#1| (-545)))) (-3765 (($ $) 152) (($ $ |#3|) 264)) (-3698 (((-674 (-553)) (-674 $)) 132 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 131 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 130) (((-674 |#1|) (-674 $)) 129)) (-1410 (((-111) $ $) 254) (((-111) $ (-630 $)) 253)) (-3889 (((-3 $ "failed") $) 32)) (-3228 (((-111) $) 262)) (-1482 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 234)) (-1545 (($ $) 203 (|has| |#1| (-445)))) (-3766 (($ $) 174 (|has| |#1| (-445))) (($ $ |#3|) 103 (|has| |#1| (-445)))) (-3752 (((-630 $) $) 107)) (-4268 (((-111) $) 94 (|has| |#1| (-891)))) (-1682 (($ $) 219 (|has| |#1| (-545)))) (-4236 (($ $) 220 (|has| |#1| (-545)))) (-3453 (($ $ $) 246) (($ $ $ |#3|) 244)) (-1343 (($ $ $) 245) (($ $ $ |#3|) 243)) (-1369 (($ $ |#1| |#2| $) 170)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 82 (-12 (|has| |#3| (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 81 (-12 (|has| |#3| (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-1434 (((-111) $) 30)) (-2613 (((-757) $) 167)) (-2928 (((-111) $ $) 248) (((-111) $ (-630 $)) 247)) (-2581 (($ $ $ $ $) 205 (|has| |#1| (-545)))) (-4051 ((|#3| $) 273)) (-3601 (($ (-1151 |#1|) |#3|) 115) (($ (-1151 $) |#3|) 114)) (-1526 (((-630 $) $) 124)) (-1561 (((-111) $) 150)) (-3590 (($ |#1| |#2|) 151) (($ $ |#3| (-757)) 117) (($ $ (-630 |#3|) (-630 (-757))) 116)) (-2537 (($ $ $) 233)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ |#3|) 118)) (-3627 (((-111) $) 263)) (-3264 ((|#2| $) 168) (((-757) $ |#3|) 120) (((-630 (-757)) $ (-630 |#3|)) 119)) (-1773 (($ $ $) 77 (|has| |#1| (-833)))) (-4116 (((-757) $) 272)) (-2012 (($ $ $) 76 (|has| |#1| (-833)))) (-2364 (($ (-1 |#2| |#2|) $) 169)) (-1478 (($ (-1 |#1| |#1|) $) 149)) (-2903 (((-3 |#3| "failed") $) 121)) (-4209 (($ $) 200 (|has| |#1| (-445)))) (-4330 (($ $) 201 (|has| |#1| (-445)))) (-1328 (((-630 $) $) 258)) (-3507 (($ $) 261)) (-3462 (($ $) 202 (|has| |#1| (-445)))) (-2106 (((-630 $) $) 259)) (-3174 (($ $) 260)) (-3733 (($ $) 147)) (-3743 ((|#1| $) 146) (($ $ |#3|) 265)) (-2552 (($ (-630 $)) 92 (|has| |#1| (-445))) (($ $ $) 91 (|has| |#1| (-445)))) (-1312 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2281 (-757))) $ $) 232)) (-2567 (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $) 236) (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $ |#3|) 235)) (-2633 (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -3300 $)) $ $) 238) (((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -3300 $)) $ $ |#3|) 237)) (-4276 (($ $ $) 242) (($ $ $ |#3|) 240)) (-3383 (($ $ $) 241) (($ $ $ |#3|) 239)) (-4056 (((-1137) $) 9)) (-3568 (($ $ $) 208 (|has| |#1| (-545)))) (-3668 (((-630 $) $) 267)) (-1548 (((-3 (-630 $) "failed") $) 112)) (-1527 (((-3 (-630 $) "failed") $) 113)) (-2560 (((-3 (-2 (|:| |var| |#3|) (|:| -3503 (-757))) "failed") $) 111)) (-2546 (((-111) $ $) 250) (((-111) $ (-630 $)) 249)) (-2279 (($ $ $) 230)) (-1979 (($ $) 271)) (-4202 (((-111) $ $) 256)) (-2528 (((-111) $ $) 252) (((-111) $ (-630 $)) 251)) (-3239 (($ $ $) 231)) (-2323 (($ $) 270)) (-2875 (((-1099) $) 10)) (-3033 (((-2 (|:| -2591 $) (|:| |coef2| $)) $ $) 211 (|has| |#1| (-545)))) (-2238 (((-2 (|:| -2591 $) (|:| |coef1| $)) $ $) 212 (|has| |#1| (-545)))) (-3710 (((-111) $) 164)) (-3722 ((|#1| $) 165)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 93 (|has| |#1| (-445)))) (-2591 ((|#1| |#1| $) 204 (|has| |#1| (-445))) (($ (-630 $)) 90 (|has| |#1| (-445))) (($ $ $) 89 (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) 100 (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) 99 (|has| |#1| (-891)))) (-3476 (((-412 $) $) 97 (|has| |#1| (-891)))) (-3053 (((-2 (|:| -2591 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 213 (|has| |#1| (-545)))) (-3968 (((-3 $ "failed") $ |#1|) 172 (|has| |#1| (-545))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-545)))) (-2972 (($ $ |#1|) 217 (|has| |#1| (-545))) (($ $ $) 215 (|has| |#1| (-545)))) (-2700 (($ $ |#1|) 218 (|has| |#1| (-545))) (($ $ $) 216 (|has| |#1| (-545)))) (-2433 (($ $ (-630 (-288 $))) 143) (($ $ (-288 $)) 142) (($ $ $ $) 141) (($ $ (-630 $) (-630 $)) 140) (($ $ |#3| |#1|) 139) (($ $ (-630 |#3|) (-630 |#1|)) 138) (($ $ |#3| $) 137) (($ $ (-630 |#3|) (-630 $)) 136)) (-3488 (($ $ |#3|) 105 (|has| |#1| (-169)))) (-3095 (($ $ |#3|) 40) (($ $ (-630 |#3|)) 39) (($ $ |#3| (-757)) 38) (($ $ (-630 |#3|) (-630 (-757))) 37)) (-2672 ((|#2| $) 148) (((-757) $ |#3|) 128) (((-630 (-757)) $ (-630 |#3|)) 127)) (-2661 (($ $) 268)) (-3843 (($ $) 266)) (-1523 (((-874 (-373)) $) 80 (-12 (|has| |#3| (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) 79 (-12 (|has| |#3| (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) 78 (-12 (|has| |#3| (-601 (-529))) (|has| |#1| (-601 (-529))))) (($ (-934 (-401 (-553)))) 227 (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#3| (-601 (-1155))))) (($ (-934 (-553))) 224 (-4028 (-12 (-4106 (|has| |#1| (-38 (-401 (-553))))) (|has| |#1| (-38 (-553))) (|has| |#3| (-601 (-1155)))) (-12 (|has| |#1| (-38 (-401 (-553)))) (|has| |#3| (-601 (-1155)))))) (($ (-934 |#1|)) 221 (|has| |#3| (-601 (-1155)))) (((-1137) $) 199 (-12 (|has| |#1| (-1020 (-553))) (|has| |#3| (-601 (-1155))))) (((-934 |#1|) $) 198 (|has| |#3| (-601 (-1155))))) (-3998 ((|#1| $) 173 (|has| |#1| (-445))) (($ $ |#3|) 104 (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 102 (-3791 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 163) (($ |#3|) 133) (((-934 |#1|) $) 197 (|has| |#3| (-601 (-1155)))) (($ (-401 (-553))) 70 (-4028 (|has| |#1| (-1020 (-401 (-553)))) (|has| |#1| (-38 (-401 (-553)))))) (($ $) 83 (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) 166)) (-1925 ((|#1| $ |#2|) 153) (($ $ |#3| (-757)) 126) (($ $ (-630 |#3|) (-630 (-757))) 125)) (-2234 (((-3 $ "failed") $) 71 (-4028 (-3791 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) 28)) (-1957 (($ $ $ (-757)) 171 (|has| |#1| (-169)))) (-2453 (((-111) $ $) 87 (|has| |#1| (-545)))) (-3296 (($) 18 T CONST)) (-3301 (((-3 (-111) "failed") $ $) 257)) (-3308 (($) 29 T CONST)) (-3373 (($ $ $ $ (-757)) 206 (|has| |#1| (-545)))) (-3335 (($ $ $ (-757)) 207 (|has| |#1| (-545)))) (-1766 (($ $ |#3|) 36) (($ $ (-630 |#3|)) 35) (($ $ |#3| (-757)) 34) (($ $ (-630 |#3|) (-630 (-757))) 33)) (-1667 (((-111) $ $) 74 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 73 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 75 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 72 (|has| |#1| (-833)))) (-1721 (($ $ |#1|) 154 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 156 (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) 155 (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 145) (($ $ |#1|) 144)))
+(((-1045 |#1| |#2| |#3|) (-137) (-1031) (-779) (-833)) (T -1045))
+((-4051 (*1 *2 *1) (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)))) (-4116 (*1 *2 *1) (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-757)))) (-1979 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-2323 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-1784 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-2661 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-3668 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-1045 *3 *4 *5)))) (-3843 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-3743 (*1 *1 *1 *2) (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)))) (-3765 (*1 *1 *1 *2) (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)))) (-3627 (*1 *2 *1) (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))) (-3228 (*1 *2 *1) (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))) (-3507 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-3174 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-2106 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-1045 *3 *4 *5)))) (-1328 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-1045 *3 *4 *5)))) (-3301 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))) (-4202 (*1 *2 *1 *1) (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))) (-3853 (*1 *2 *1 *1) (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))) (-1410 (*1 *2 *1 *1) (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))) (-1410 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-1045 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)))) (-2528 (*1 *2 *1 *1) (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))) (-2528 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-1045 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)))) (-2546 (*1 *2 *1 *1) (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))) (-2546 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-1045 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)))) (-2928 (*1 *2 *1 *1) (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))) (-2928 (*1 *2 *1 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-1045 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)))) (-3453 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-1343 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-3453 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)))) (-1343 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)))) (-4276 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-3383 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-4276 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)))) (-3383 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *2 (-833)))) (-2633 (*1 *2 *1 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-2 (|:| -4157 *1) (|:| |gap| (-757)) (|:| -3300 *1))) (-4 *1 (-1045 *3 *4 *5)))) (-2633 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)) (-5 *2 (-2 (|:| -4157 *1) (|:| |gap| (-757)) (|:| -3300 *1))) (-4 *1 (-1045 *4 *5 *3)))) (-2567 (*1 *2 *1 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-2 (|:| -4157 *1) (|:| |gap| (-757)) (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-1045 *3 *4 *5)))) (-2567 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)) (-5 *2 (-2 (|:| -4157 *1) (|:| |gap| (-757)) (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-1045 *4 *5 *3)))) (-1482 (*1 *2 *1 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-1045 *3 *4 *5)))) (-2537 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-1312 (*1 *2 *1 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2281 (-757)))) (-4 *1 (-1045 *3 *4 *5)))) (-3239 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-2279 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)))) (-1394 (*1 *1 *2) (|partial| -12 (-5 *2 (-934 (-401 (-553)))) (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155))) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))) (-2831 (*1 *1 *2) (-12 (-5 *2 (-934 (-401 (-553)))) (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155))) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-934 (-401 (-553)))) (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155))) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))) (-1394 (*1 *1 *2) (|partial| -4028 (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5)) (-12 (-4106 (-4 *3 (-38 (-401 (-553))))) (-4 *3 (-38 (-553))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))) (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5)) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))))) (-2831 (*1 *1 *2) (-4028 (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5)) (-12 (-4106 (-4 *3 (-38 (-401 (-553))))) (-4 *3 (-38 (-553))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))) (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5)) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))))) (-1523 (*1 *1 *2) (-4028 (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5)) (-12 (-4106 (-4 *3 (-38 (-401 (-553))))) (-4 *3 (-38 (-553))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))) (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5)) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))))) (-1394 (*1 *1 *2) (|partial| -4028 (-12 (-5 *2 (-934 *3)) (-12 (-4106 (-4 *3 (-38 (-401 (-553))))) (-4106 (-4 *3 (-38 (-553)))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779)) (-4 *5 (-833))) (-12 (-5 *2 (-934 *3)) (-12 (-4106 (-4 *3 (-538))) (-4106 (-4 *3 (-38 (-401 (-553))))) (-4 *3 (-38 (-553))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779)) (-4 *5 (-833))) (-12 (-5 *2 (-934 *3)) (-12 (-4106 (-4 *3 (-974 (-553)))) (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779)) (-4 *5 (-833))))) (-2831 (*1 *1 *2) (-4028 (-12 (-5 *2 (-934 *3)) (-12 (-4106 (-4 *3 (-38 (-401 (-553))))) (-4106 (-4 *3 (-38 (-553)))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779)) (-4 *5 (-833))) (-12 (-5 *2 (-934 *3)) (-12 (-4106 (-4 *3 (-538))) (-4106 (-4 *3 (-38 (-401 (-553))))) (-4 *3 (-38 (-553))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779)) (-4 *5 (-833))) (-12 (-5 *2 (-934 *3)) (-12 (-4106 (-4 *3 (-974 (-553)))) (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155)))) (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779)) (-4 *5 (-833))))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-934 *3)) (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *5 (-601 (-1155))) (-4 *4 (-779)) (-4 *5 (-833)))) (-4236 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-1682 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-2700 (*1 *1 *1 *2) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-2972 (*1 *1 *1 *2) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-2700 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-2972 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-3248 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-3053 (*1 *2 *1 *1) (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-2 (|:| -2591 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-1045 *3 *4 *5)))) (-2238 (*1 *2 *1 *1) (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-2 (|:| -2591 *1) (|:| |coef1| *1))) (-4 *1 (-1045 *3 *4 *5)))) (-3033 (*1 *2 *1 *1) (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-2 (|:| -2591 *1) (|:| |coef2| *1))) (-4 *1 (-1045 *3 *4 *5)))) (-2697 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-4014 (*1 *2 *1 *1) (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-1045 *3 *4 *5)))) (-3568 (*1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-3335 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *3 (-545)))) (-3373 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *3 (-545)))) (-2581 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-545)))) (-2591 (*1 *2 *2 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-445)))) (-1545 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-445)))) (-3462 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-445)))) (-4330 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-445)))) (-4209 (*1 *1 *1) (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-445)))))
+(-13 (-931 |t#1| |t#2| |t#3|) (-10 -8 (-15 -4051 (|t#3| $)) (-15 -4116 ((-757) $)) (-15 -1979 ($ $)) (-15 -2323 ($ $)) (-15 -1784 ($ $)) (-15 -2661 ($ $)) (-15 -3668 ((-630 $) $)) (-15 -3843 ($ $)) (-15 -3743 ($ $ |t#3|)) (-15 -3765 ($ $ |t#3|)) (-15 -3627 ((-111) $)) (-15 -3228 ((-111) $)) (-15 -3507 ($ $)) (-15 -3174 ($ $)) (-15 -2106 ((-630 $) $)) (-15 -1328 ((-630 $) $)) (-15 -3301 ((-3 (-111) "failed") $ $)) (-15 -4202 ((-111) $ $)) (-15 -3853 ((-111) $ $)) (-15 -1410 ((-111) $ $)) (-15 -1410 ((-111) $ (-630 $))) (-15 -2528 ((-111) $ $)) (-15 -2528 ((-111) $ (-630 $))) (-15 -2546 ((-111) $ $)) (-15 -2546 ((-111) $ (-630 $))) (-15 -2928 ((-111) $ $)) (-15 -2928 ((-111) $ (-630 $))) (-15 -3453 ($ $ $)) (-15 -1343 ($ $ $)) (-15 -3453 ($ $ $ |t#3|)) (-15 -1343 ($ $ $ |t#3|)) (-15 -4276 ($ $ $)) (-15 -3383 ($ $ $)) (-15 -4276 ($ $ $ |t#3|)) (-15 -3383 ($ $ $ |t#3|)) (-15 -2633 ((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -3300 $)) $ $)) (-15 -2633 ((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -3300 $)) $ $ |t#3|)) (-15 -2567 ((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -2567 ((-2 (|:| -4157 $) (|:| |gap| (-757)) (|:| -4294 $) (|:| -3300 $)) $ $ |t#3|)) (-15 -1482 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -2537 ($ $ $)) (-15 -1312 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2281 (-757))) $ $)) (-15 -3239 ($ $ $)) (-15 -2279 ($ $ $)) (IF (|has| |t#3| (-601 (-1155))) (PROGN (-6 (-600 (-934 |t#1|))) (-6 (-601 (-934 |t#1|))) (IF (|has| |t#1| (-38 (-401 (-553)))) (PROGN (-15 -1394 ((-3 $ "failed") (-934 (-401 (-553))))) (-15 -2831 ($ (-934 (-401 (-553))))) (-15 -1523 ($ (-934 (-401 (-553))))) (-15 -1394 ((-3 $ "failed") (-934 (-553)))) (-15 -2831 ($ (-934 (-553)))) (-15 -1523 ($ (-934 (-553)))) (IF (|has| |t#1| (-974 (-553))) |%noBranch| (PROGN (-15 -1394 ((-3 $ "failed") (-934 |t#1|))) (-15 -2831 ($ (-934 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-38 (-553))) (IF (|has| |t#1| (-38 (-401 (-553)))) |%noBranch| (PROGN (-15 -1394 ((-3 $ "failed") (-934 (-553)))) (-15 -2831 ($ (-934 (-553)))) (-15 -1523 ($ (-934 (-553)))) (IF (|has| |t#1| (-538)) |%noBranch| (PROGN (-15 -1394 ((-3 $ "failed") (-934 |t#1|))) (-15 -2831 ($ (-934 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-38 (-553))) |%noBranch| (IF (|has| |t#1| (-38 (-401 (-553)))) |%noBranch| (PROGN (-15 -1394 ((-3 $ "failed") (-934 |t#1|))) (-15 -2831 ($ (-934 |t#1|)))))) (-15 -1523 ($ (-934 |t#1|))) (IF (|has| |t#1| (-1020 (-553))) (-6 (-601 (-1137))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-15 -4236 ($ $)) (-15 -1682 ($ $)) (-15 -2700 ($ $ |t#1|)) (-15 -2972 ($ $ |t#1|)) (-15 -2700 ($ $ $)) (-15 -2972 ($ $ $)) (-15 -3248 ($ $ $)) (-15 -3053 ((-2 (|:| -2591 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -2238 ((-2 (|:| -2591 $) (|:| |coef1| $)) $ $)) (-15 -3033 ((-2 (|:| -2591 $) (|:| |coef2| $)) $ $)) (-15 -2697 ($ $ $)) (-15 -4014 ((-630 $) $ $)) (-15 -3568 ($ $ $)) (-15 -3335 ($ $ $ (-757))) (-15 -3373 ($ $ $ $ (-757))) (-15 -2581 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-445)) (PROGN (-15 -2591 (|t#1| |t#1| $)) (-15 -1545 ($ $)) (-15 -3462 ($ $)) (-15 -4330 ($ $)) (-15 -4209 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #1=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #2=(-553)) |has| |#1| (-1020 (-553))) ((-603 |#1|) . T) ((-603 |#3|) . T) ((-600 (-845)) . T) ((-600 (-934 |#1|)) |has| |#3| (-601 (-1155))) ((-169) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-601 (-529)) -12 (|has| |#1| (-601 (-529))) (|has| |#3| (-601 (-529)))) ((-601 (-874 (-373))) -12 (|has| |#1| (-601 (-874 (-373)))) (|has| |#3| (-601 (-874 (-373))))) ((-601 (-874 (-553))) -12 (|has| |#1| (-601 (-874 (-553)))) (|has| |#3| (-601 (-874 (-553))))) ((-601 (-934 |#1|)) |has| |#3| (-601 (-1155))) ((-601 (-1137)) -12 (|has| |#1| (-1020 (-553))) (|has| |#3| (-601 (-1155)))) ((-284) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-303 $) . T) ((-320 |#1| |#2|) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4028 (|has| |#1| (-891)) (|has| |#1| (-445))) ((-507 |#3| |#1|) . T) ((-507 |#3| $) . T) ((-507 $ $) . T) ((-545) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-633 #0#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-626 (-553)) |has| |#1| (-626 (-553))) ((-626 |#1|) . T) ((-703 #0#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445))) ((-712) . T) ((-833) |has| |#1| (-833)) ((-882 |#3|) . T) ((-868 (-373)) -12 (|has| |#1| (-868 (-373))) (|has| |#3| (-868 (-373)))) ((-868 (-553)) -12 (|has| |#1| (-868 (-553))) (|has| |#3| (-868 (-553)))) ((-931 |#1| |#2| |#3|) . T) ((-891) |has| |#1| (-891)) ((-1020 #1#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #2#) |has| |#1| (-1020 (-553))) ((-1020 |#1|) . T) ((-1020 |#3|) . T) ((-1037 #0#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) |has| |#1| (-891)))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-1498 (((-630 (-1114)) $) 13)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 24) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-1114) $) 15)) (-1614 (((-111) $ $) NIL)))
+(((-1046) (-13 (-1062) (-10 -8 (-15 -1498 ((-630 (-1114)) $)) (-15 -4300 ((-1114) $))))) (T -1046))
+((-1498 (*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-1046)))) (-4300 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1046)))))
+(-13 (-1062) (-10 -8 (-15 -1498 ((-630 (-1114)) $)) (-15 -4300 ((-1114) $))))
+((-1719 (((-111) |#3| $) 13)) (-3691 (((-3 $ "failed") |#3| (-903)) 23)) (-3889 (((-3 |#3| "failed") |#3| $) 38)) (-2184 (((-111) |#3| $) 16)) (-2260 (((-111) |#3| $) 14)))
+(((-1047 |#1| |#2| |#3|) (-10 -8 (-15 -3691 ((-3 |#1| "failed") |#3| (-903))) (-15 -3889 ((-3 |#3| "failed") |#3| |#1|)) (-15 -2184 ((-111) |#3| |#1|)) (-15 -2260 ((-111) |#3| |#1|)) (-15 -1719 ((-111) |#3| |#1|))) (-1048 |#2| |#3|) (-13 (-831) (-357)) (-1214 |#2|)) (T -1047))
+NIL
+(-10 -8 (-15 -3691 ((-3 |#1| "failed") |#3| (-903))) (-15 -3889 ((-3 |#3| "failed") |#3| |#1|)) (-15 -2184 ((-111) |#3| |#1|)) (-15 -2260 ((-111) |#3| |#1|)) (-15 -1719 ((-111) |#3| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) |#2| $) 21)) (-2299 (((-553) |#2| $) 22)) (-3691 (((-3 $ "failed") |#2| (-903)) 15)) (-3801 ((|#1| |#2| $ |#1|) 13)) (-3889 (((-3 |#2| "failed") |#2| $) 18)) (-2184 (((-111) |#2| $) 19)) (-2260 (((-111) |#2| $) 20)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3035 ((|#2| $) 17)) (-3212 (((-845) $) 11)) (-4312 ((|#1| |#2| $ |#1|) 14)) (-1861 (((-630 $) |#2|) 16)) (-1614 (((-111) $ $) 6)))
+(((-1048 |#1| |#2|) (-137) (-13 (-831) (-357)) (-1214 |t#1|)) (T -1048))
+((-2299 (*1 *2 *3 *1) (-12 (-4 *1 (-1048 *4 *3)) (-4 *4 (-13 (-831) (-357))) (-4 *3 (-1214 *4)) (-5 *2 (-553)))) (-1719 (*1 *2 *3 *1) (-12 (-4 *1 (-1048 *4 *3)) (-4 *4 (-13 (-831) (-357))) (-4 *3 (-1214 *4)) (-5 *2 (-111)))) (-2260 (*1 *2 *3 *1) (-12 (-4 *1 (-1048 *4 *3)) (-4 *4 (-13 (-831) (-357))) (-4 *3 (-1214 *4)) (-5 *2 (-111)))) (-2184 (*1 *2 *3 *1) (-12 (-4 *1 (-1048 *4 *3)) (-4 *4 (-13 (-831) (-357))) (-4 *3 (-1214 *4)) (-5 *2 (-111)))) (-3889 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-1048 *3 *2)) (-4 *3 (-13 (-831) (-357))) (-4 *2 (-1214 *3)))) (-3035 (*1 *2 *1) (-12 (-4 *1 (-1048 *3 *2)) (-4 *3 (-13 (-831) (-357))) (-4 *2 (-1214 *3)))) (-1861 (*1 *2 *3) (-12 (-4 *4 (-13 (-831) (-357))) (-4 *3 (-1214 *4)) (-5 *2 (-630 *1)) (-4 *1 (-1048 *4 *3)))) (-3691 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-903)) (-4 *4 (-13 (-831) (-357))) (-4 *1 (-1048 *4 *2)) (-4 *2 (-1214 *4)))) (-4312 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1048 *2 *3)) (-4 *2 (-13 (-831) (-357))) (-4 *3 (-1214 *2)))) (-3801 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1048 *2 *3)) (-4 *2 (-13 (-831) (-357))) (-4 *3 (-1214 *2)))))
+(-13 (-1079) (-10 -8 (-15 -2299 ((-553) |t#2| $)) (-15 -1719 ((-111) |t#2| $)) (-15 -2260 ((-111) |t#2| $)) (-15 -2184 ((-111) |t#2| $)) (-15 -3889 ((-3 |t#2| "failed") |t#2| $)) (-15 -3035 (|t#2| $)) (-15 -1861 ((-630 $) |t#2|)) (-15 -3691 ((-3 $ "failed") |t#2| (-903))) (-15 -4312 (|t#1| |t#2| $ |t#1|)) (-15 -3801 (|t#1| |t#2| $ |t#1|))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3047 (((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 |#4|) (-630 |#5|) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-757)) 96)) (-3756 (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 57) (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757)) 56)) (-1451 (((-1243) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-757)) 87)) (-3349 (((-757) (-630 |#4|) (-630 |#5|)) 27)) (-3210 (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 59) (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757)) 58) (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757) (-111)) 60)) (-2775 (((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111) (-111) (-111) (-111)) 78) (((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111)) 79)) (-1523 (((-1137) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) 82)) (-1337 (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-111)) 55)) (-1935 (((-757) (-630 |#4|) (-630 |#5|)) 19)))
+(((-1049 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1935 ((-757) (-630 |#4|) (-630 |#5|))) (-15 -3349 ((-757) (-630 |#4|) (-630 |#5|))) (-15 -1337 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-111))) (-15 -3756 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757))) (-15 -3756 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757) (-111))) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757))) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2775 ((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111))) (-15 -2775 ((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111) (-111) (-111) (-111))) (-15 -3047 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 |#4|) (-630 |#5|) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-757))) (-15 -1523 ((-1137) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) (-15 -1451 ((-1243) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-757)))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|) (-1051 |#1| |#2| |#3| |#4|)) (T -1049))
+((-1451 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-2 (|:| |val| (-630 *8)) (|:| -3361 *9)))) (-5 *4 (-757)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-1243)) (-5 *1 (-1049 *5 *6 *7 *8 *9)))) (-1523 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-630 *7)) (|:| -3361 *8))) (-4 *7 (-1045 *4 *5 *6)) (-4 *8 (-1051 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1137)) (-5 *1 (-1049 *4 *5 *6 *7 *8)))) (-3047 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-630 *11)) (|:| |todo| (-630 (-2 (|:| |val| *3) (|:| -3361 *11)))))) (-5 *6 (-757)) (-5 *2 (-630 (-2 (|:| |val| (-630 *10)) (|:| -3361 *11)))) (-5 *3 (-630 *10)) (-5 *4 (-630 *11)) (-4 *10 (-1045 *7 *8 *9)) (-4 *11 (-1051 *7 *8 *9 *10)) (-4 *7 (-445)) (-4 *8 (-779)) (-4 *9 (-833)) (-5 *1 (-1049 *7 *8 *9 *10 *11)))) (-2775 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-630 *9)) (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1049 *5 *6 *7 *8 *9)))) (-2775 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-630 *9)) (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1049 *5 *6 *7 *8 *9)))) (-3210 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1049 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-3210 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-757)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *3 (-1045 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1049 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3)))) (-3210 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-757)) (-5 *6 (-111)) (-4 *7 (-445)) (-4 *8 (-779)) (-4 *9 (-833)) (-4 *3 (-1045 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1049 *7 *8 *9 *3 *4)) (-4 *4 (-1051 *7 *8 *9 *3)))) (-3756 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1049 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-3756 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-757)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *3 (-1045 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1049 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3)))) (-1337 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *3 (-1045 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1049 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3)))) (-3349 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *9)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-757)) (-5 *1 (-1049 *5 *6 *7 *8 *9)))) (-1935 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *9)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-757)) (-5 *1 (-1049 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -1935 ((-757) (-630 |#4|) (-630 |#5|))) (-15 -3349 ((-757) (-630 |#4|) (-630 |#5|))) (-15 -1337 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-111))) (-15 -3756 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757))) (-15 -3756 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757) (-111))) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757))) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2775 ((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111))) (-15 -2775 ((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111) (-111) (-111) (-111))) (-15 -3047 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 |#4|) (-630 |#5|) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-757))) (-15 -1523 ((-1137) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) (-15 -1451 ((-1243) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-757))))
+((-2561 (((-111) |#5| $) 21)) (-4298 (((-111) |#5| $) 24)) (-2152 (((-111) |#5| $) 16) (((-111) $) 45)) (-4115 (((-630 $) |#5| $) NIL) (((-630 $) (-630 |#5|) $) 77) (((-630 $) (-630 |#5|) (-630 $)) 75) (((-630 $) |#5| (-630 $)) 78)) (-2370 (($ $ |#5|) NIL) (((-630 $) |#5| $) NIL) (((-630 $) |#5| (-630 $)) 60) (((-630 $) (-630 |#5|) $) 62) (((-630 $) (-630 |#5|) (-630 $)) 64)) (-2767 (((-630 $) |#5| $) NIL) (((-630 $) |#5| (-630 $)) 54) (((-630 $) (-630 |#5|) $) 56) (((-630 $) (-630 |#5|) (-630 $)) 58)) (-3144 (((-111) |#5| $) 27)))
+(((-1050 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2370 ((-630 |#1|) (-630 |#5|) (-630 |#1|))) (-15 -2370 ((-630 |#1|) (-630 |#5|) |#1|)) (-15 -2370 ((-630 |#1|) |#5| (-630 |#1|))) (-15 -2370 ((-630 |#1|) |#5| |#1|)) (-15 -2767 ((-630 |#1|) (-630 |#5|) (-630 |#1|))) (-15 -2767 ((-630 |#1|) (-630 |#5|) |#1|)) (-15 -2767 ((-630 |#1|) |#5| (-630 |#1|))) (-15 -2767 ((-630 |#1|) |#5| |#1|)) (-15 -4115 ((-630 |#1|) |#5| (-630 |#1|))) (-15 -4115 ((-630 |#1|) (-630 |#5|) (-630 |#1|))) (-15 -4115 ((-630 |#1|) (-630 |#5|) |#1|)) (-15 -4115 ((-630 |#1|) |#5| |#1|)) (-15 -4298 ((-111) |#5| |#1|)) (-15 -2152 ((-111) |#1|)) (-15 -3144 ((-111) |#5| |#1|)) (-15 -2561 ((-111) |#5| |#1|)) (-15 -2152 ((-111) |#5| |#1|)) (-15 -2370 (|#1| |#1| |#5|))) (-1051 |#2| |#3| |#4| |#5|) (-445) (-779) (-833) (-1045 |#2| |#3| |#4|)) (T -1050))
+NIL
+(-10 -8 (-15 -2370 ((-630 |#1|) (-630 |#5|) (-630 |#1|))) (-15 -2370 ((-630 |#1|) (-630 |#5|) |#1|)) (-15 -2370 ((-630 |#1|) |#5| (-630 |#1|))) (-15 -2370 ((-630 |#1|) |#5| |#1|)) (-15 -2767 ((-630 |#1|) (-630 |#5|) (-630 |#1|))) (-15 -2767 ((-630 |#1|) (-630 |#5|) |#1|)) (-15 -2767 ((-630 |#1|) |#5| (-630 |#1|))) (-15 -2767 ((-630 |#1|) |#5| |#1|)) (-15 -4115 ((-630 |#1|) |#5| (-630 |#1|))) (-15 -4115 ((-630 |#1|) (-630 |#5|) (-630 |#1|))) (-15 -4115 ((-630 |#1|) (-630 |#5|) |#1|)) (-15 -4115 ((-630 |#1|) |#5| |#1|)) (-15 -4298 ((-111) |#5| |#1|)) (-15 -2152 ((-111) |#1|)) (-15 -3144 ((-111) |#5| |#1|)) (-15 -2561 ((-111) |#5| |#1|)) (-15 -2152 ((-111) |#5| |#1|)) (-15 -2370 (|#1| |#1| |#5|)))
+((-3200 (((-111) $ $) 7)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |#4|)))) (-630 |#4|)) 85)) (-3240 (((-630 $) (-630 |#4|)) 86) (((-630 $) (-630 |#4|) (-111)) 111)) (-3611 (((-630 |#3|) $) 33)) (-2484 (((-111) $) 26)) (-2518 (((-111) $) 17 (|has| |#1| (-545)))) (-1305 (((-111) |#4| $) 101) (((-111) $) 97)) (-1637 ((|#4| |#4| $) 92)) (-3837 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 126)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) 27)) (-2549 (((-111) $ (-757)) 44)) (-3953 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4369))) (((-3 |#4| "failed") $ |#3|) 79)) (-3203 (($) 45 T CONST)) (-1579 (((-111) $) 22 (|has| |#1| (-545)))) (-3199 (((-111) $ $) 24 (|has| |#1| (-545)))) (-2763 (((-111) $ $) 23 (|has| |#1| (-545)))) (-3271 (((-111) $) 25 (|has| |#1| (-545)))) (-3227 (((-630 |#4|) (-630 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-1931 (((-630 |#4|) (-630 |#4|) $) 18 (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) 19 (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) 36)) (-2831 (($ (-630 |#4|)) 35)) (-2714 (((-3 $ "failed") $) 82)) (-2250 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#4| $) 67 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-545)))) (-1410 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-3899 ((|#4| |#4| $) 87)) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4369))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-2920 (((-2 (|:| -2570 (-630 |#4|)) (|:| -3089 (-630 |#4|))) $) 105)) (-2561 (((-111) |#4| $) 136)) (-4298 (((-111) |#4| $) 133)) (-2152 (((-111) |#4| $) 137) (((-111) $) 134)) (-3136 (((-630 |#4|) $) 52 (|has| $ (-6 -4369)))) (-2928 (((-111) |#4| $) 104) (((-111) $) 103)) (-4051 ((|#3| $) 34)) (-3625 (((-111) $ (-757)) 43)) (-2447 (((-630 |#4|) $) 53 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 47)) (-1345 (((-630 |#3|) $) 32)) (-1426 (((-111) |#3| $) 31)) (-3711 (((-111) $ (-757)) 42)) (-4056 (((-1137) $) 9)) (-2041 (((-3 |#4| (-630 $)) |#4| |#4| $) 128)) (-3568 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 127)) (-2679 (((-3 |#4| "failed") $) 83)) (-4302 (((-630 $) |#4| $) 129)) (-2742 (((-3 (-111) (-630 $)) |#4| $) 132)) (-2605 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 131) (((-111) |#4| $) 130)) (-4115 (((-630 $) |#4| $) 125) (((-630 $) (-630 |#4|) $) 124) (((-630 $) (-630 |#4|) (-630 $)) 123) (((-630 $) |#4| (-630 $)) 122)) (-4196 (($ |#4| $) 117) (($ (-630 |#4|) $) 116)) (-2312 (((-630 |#4|) $) 107)) (-2546 (((-111) |#4| $) 99) (((-111) $) 95)) (-2279 ((|#4| |#4| $) 90)) (-4202 (((-111) $ $) 110)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-545)))) (-2528 (((-111) |#4| $) 100) (((-111) $) 96)) (-3239 ((|#4| |#4| $) 91)) (-2875 (((-1099) $) 10)) (-2701 (((-3 |#4| "failed") $) 84)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-2968 (((-3 $ "failed") $ |#4|) 78)) (-2370 (($ $ |#4|) 77) (((-630 $) |#4| $) 115) (((-630 $) |#4| (-630 $)) 114) (((-630 $) (-630 |#4|) $) 113) (((-630 $) (-630 |#4|) (-630 $)) 112)) (-1563 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) 38)) (-3437 (((-111) $) 41)) (-1422 (($) 40)) (-2672 (((-757) $) 106)) (-2885 (((-757) |#4| $) 54 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4369)))) (-1488 (($ $) 39)) (-1523 (((-529) $) 69 (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) 60)) (-2739 (($ $ |#3|) 28)) (-2167 (($ $ |#3|) 30)) (-3082 (($ $) 88)) (-3777 (($ $ |#3|) 29)) (-3212 (((-845) $) 11) (((-630 |#4|) $) 37)) (-3775 (((-757) $) 76 (|has| |#3| (-362)))) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-1357 (((-111) $ (-1 (-111) |#4| (-630 |#4|))) 98)) (-2767 (((-630 $) |#4| $) 121) (((-630 $) |#4| (-630 $)) 120) (((-630 $) (-630 |#4|) $) 119) (((-630 $) (-630 |#4|) (-630 $)) 118)) (-1798 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4369)))) (-1660 (((-630 |#3|) $) 81)) (-3144 (((-111) |#4| $) 135)) (-1758 (((-111) |#3| $) 80)) (-1614 (((-111) $ $) 6)) (-2656 (((-757) $) 46 (|has| $ (-6 -4369)))))
+(((-1051 |#1| |#2| |#3| |#4|) (-137) (-445) (-779) (-833) (-1045 |t#1| |t#2| |t#3|)) (T -1051))
+((-2152 (*1 *2 *3 *1) (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-2561 (*1 *2 *3 *1) (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-3144 (*1 *2 *3 *1) (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-2152 (*1 *2 *1) (-12 (-4 *1 (-1051 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111)))) (-4298 (*1 *2 *3 *1) (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-2742 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-3 (-111) (-630 *1))) (-4 *1 (-1051 *4 *5 *6 *3)))) (-2605 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *1)))) (-4 *1 (-1051 *4 *5 *6 *3)))) (-2605 (*1 *2 *3 *1) (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-4302 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)))) (-2041 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-3 *3 (-630 *1))) (-4 *1 (-1051 *4 *5 *6 *3)))) (-3568 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *1)))) (-4 *1 (-1051 *4 *5 *6 *3)))) (-3837 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *1)))) (-4 *1 (-1051 *4 *5 *6 *3)))) (-4115 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)))) (-4115 (*1 *2 *3 *1) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *7)))) (-4115 (*1 *2 *3 *2) (-12 (-5 *2 (-630 *1)) (-5 *3 (-630 *7)) (-4 *1 (-1051 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)))) (-4115 (*1 *2 *3 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)))) (-2767 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)))) (-2767 (*1 *2 *3 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)))) (-2767 (*1 *2 *3 *1) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *7)))) (-2767 (*1 *2 *3 *2) (-12 (-5 *2 (-630 *1)) (-5 *3 (-630 *7)) (-4 *1 (-1051 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)))) (-4196 (*1 *1 *2 *1) (-12 (-4 *1 (-1051 *3 *4 *5 *2)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-4196 (*1 *1 *2 *1) (-12 (-5 *2 (-630 *6)) (-4 *1 (-1051 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)))) (-2370 (*1 *2 *3 *1) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)))) (-2370 (*1 *2 *3 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)))) (-2370 (*1 *2 *3 *1) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *7)))) (-2370 (*1 *2 *3 *2) (-12 (-5 *2 (-630 *1)) (-5 *3 (-630 *7)) (-4 *1 (-1051 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)))) (-3240 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-1051 *5 *6 *7 *8)))))
+(-13 (-1185 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -2152 ((-111) |t#4| $)) (-15 -2561 ((-111) |t#4| $)) (-15 -3144 ((-111) |t#4| $)) (-15 -2152 ((-111) $)) (-15 -4298 ((-111) |t#4| $)) (-15 -2742 ((-3 (-111) (-630 $)) |t#4| $)) (-15 -2605 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 $))) |t#4| $)) (-15 -2605 ((-111) |t#4| $)) (-15 -4302 ((-630 $) |t#4| $)) (-15 -2041 ((-3 |t#4| (-630 $)) |t#4| |t#4| $)) (-15 -3568 ((-630 (-2 (|:| |val| |t#4|) (|:| -3361 $))) |t#4| |t#4| $)) (-15 -3837 ((-630 (-2 (|:| |val| |t#4|) (|:| -3361 $))) |t#4| $)) (-15 -4115 ((-630 $) |t#4| $)) (-15 -4115 ((-630 $) (-630 |t#4|) $)) (-15 -4115 ((-630 $) (-630 |t#4|) (-630 $))) (-15 -4115 ((-630 $) |t#4| (-630 $))) (-15 -2767 ((-630 $) |t#4| $)) (-15 -2767 ((-630 $) |t#4| (-630 $))) (-15 -2767 ((-630 $) (-630 |t#4|) $)) (-15 -2767 ((-630 $) (-630 |t#4|) (-630 $))) (-15 -4196 ($ |t#4| $)) (-15 -4196 ($ (-630 |t#4|) $)) (-15 -2370 ((-630 $) |t#4| $)) (-15 -2370 ((-630 $) |t#4| (-630 $))) (-15 -2370 ((-630 $) (-630 |t#4|) $)) (-15 -2370 ((-630 $) (-630 |t#4|) (-630 $))) (-15 -3240 ((-630 $) (-630 |t#4|) (-111)))))
+(((-34) . T) ((-101) . T) ((-600 (-630 |#4|)) . T) ((-600 (-845)) . T) ((-148 |#4|) . T) ((-601 (-529)) |has| |#4| (-601 (-529))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-482 |#4|) . T) ((-507 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-958 |#1| |#2| |#3| |#4|) . T) ((-1079) . T) ((-1185 |#1| |#2| |#3| |#4|) . T) ((-1192) . T))
+((-3347 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|) 81)) (-3701 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|) 113)) (-3662 (((-630 |#5|) |#4| |#5|) 70)) (-1460 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 46) (((-111) |#4| |#5|) 53)) (-3042 (((-1243)) 37)) (-2372 (((-1243)) 26)) (-1335 (((-1243) (-1137) (-1137) (-1137)) 33)) (-3061 (((-1243) (-1137) (-1137) (-1137)) 22)) (-2808 (((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|) 96)) (-1351 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#3| (-111)) 107) (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111)) 50)) (-3455 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|) 102)))
+(((-1052 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3061 ((-1243) (-1137) (-1137) (-1137))) (-15 -2372 ((-1243))) (-15 -1335 ((-1243) (-1137) (-1137) (-1137))) (-15 -3042 ((-1243))) (-15 -2808 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1351 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111))) (-15 -1351 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#3| (-111))) (-15 -3455 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -3701 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1460 ((-111) |#4| |#5|)) (-15 -1460 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -3662 ((-630 |#5|) |#4| |#5|)) (-15 -3347 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|) (-1051 |#1| |#2| |#3| |#4|)) (T -1052))
+((-3347 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-3662 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 *4)) (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-1460 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-1460 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-3701 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-3455 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-1351 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 (-2 (|:| |val| (-630 *8)) (|:| -3361 *9)))) (-5 *5 (-111)) (-4 *8 (-1045 *6 *7 *4)) (-4 *9 (-1051 *6 *7 *4 *8)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *4 (-833)) (-5 *2 (-630 (-2 (|:| |val| *8) (|:| -3361 *9)))) (-5 *1 (-1052 *6 *7 *4 *8 *9)))) (-1351 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *3 (-1045 *6 *7 *8)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1052 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3)))) (-2808 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))) (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-3042 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243)) (-5 *1 (-1052 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6)))) (-1335 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243)) (-5 *1 (-1052 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-2372 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243)) (-5 *1 (-1052 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6)))) (-3061 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243)) (-5 *1 (-1052 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3061 ((-1243) (-1137) (-1137) (-1137))) (-15 -2372 ((-1243))) (-15 -1335 ((-1243) (-1137) (-1137) (-1137))) (-15 -3042 ((-1243))) (-15 -2808 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1351 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111))) (-15 -1351 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#3| (-111))) (-15 -3455 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -3701 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1460 ((-111) |#4| |#5|)) (-15 -1460 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -3662 ((-630 |#5|) |#4| |#5|)) (-15 -3347 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|)))
+((-3200 (((-111) $ $) NIL)) (-1356 (((-1191) $) 13)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3552 (((-1114) $) 10)) (-3212 (((-845) $) 22) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-1053) (-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $)) (-15 -1356 ((-1191) $))))) (T -1053))
+((-3552 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1053)))) (-1356 (*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1053)))))
+(-13 (-1062) (-10 -8 (-15 -3552 ((-1114) $)) (-15 -1356 ((-1191) $))))
+((-3200 (((-111) $ $) NIL)) (-4292 (((-1155) $) 8)) (-4056 (((-1137) $) 16)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 13)))
+(((-1054 |#1|) (-13 (-1079) (-10 -8 (-15 -4292 ((-1155) $)))) (-1155)) (T -1054))
+((-4292 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1054 *3)) (-14 *3 *2))))
+(-13 (-1079) (-10 -8 (-15 -4292 ((-1155) $))))
+((-3200 (((-111) $ $) NIL)) (-3951 (($ $ (-630 (-1155)) (-1 (-111) (-630 |#3|))) 33)) (-1813 (($ |#3| |#3|) 22) (($ |#3| |#3| (-630 (-1155))) 20)) (-1300 ((|#3| $) 13)) (-1394 (((-3 (-288 |#3|) "failed") $) 58)) (-2831 (((-288 |#3|) $) NIL)) (-3571 (((-630 (-1155)) $) 16)) (-2356 (((-874 |#1|) $) 11)) (-1288 ((|#3| $) 12)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2061 ((|#3| $ |#3|) 27) ((|#3| $ |#3| (-903)) 39)) (-3212 (((-845) $) 86) (($ (-288 |#3|)) 21)) (-1614 (((-111) $ $) 36)))
+(((-1055 |#1| |#2| |#3|) (-13 (-1079) (-280 |#3| |#3|) (-1020 (-288 |#3|)) (-10 -8 (-15 -1813 ($ |#3| |#3|)) (-15 -1813 ($ |#3| |#3| (-630 (-1155)))) (-15 -3951 ($ $ (-630 (-1155)) (-1 (-111) (-630 |#3|)))) (-15 -2356 ((-874 |#1|) $)) (-15 -1288 (|#3| $)) (-15 -1300 (|#3| $)) (-15 -2061 (|#3| $ |#3| (-903))) (-15 -3571 ((-630 (-1155)) $)))) (-1079) (-13 (-1031) (-868 |#1|) (-833) (-601 (-874 |#1|))) (-13 (-424 |#2|) (-868 |#1|) (-601 (-874 |#1|)))) (T -1055))
+((-1813 (*1 *1 *2 *2) (-12 (-4 *3 (-1079)) (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3)))) (-5 *1 (-1055 *3 *4 *2)) (-4 *2 (-13 (-424 *4) (-868 *3) (-601 (-874 *3)))))) (-1813 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-630 (-1155))) (-4 *4 (-1079)) (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4)))) (-5 *1 (-1055 *4 *5 *2)) (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4)))))) (-3951 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-1 (-111) (-630 *6))) (-4 *6 (-13 (-424 *5) (-868 *4) (-601 (-874 *4)))) (-4 *4 (-1079)) (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4)))) (-5 *1 (-1055 *4 *5 *6)))) (-2356 (*1 *2 *1) (-12 (-4 *3 (-1079)) (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 *2))) (-5 *2 (-874 *3)) (-5 *1 (-1055 *3 *4 *5)) (-4 *5 (-13 (-424 *4) (-868 *3) (-601 *2))))) (-1288 (*1 *2 *1) (-12 (-4 *3 (-1079)) (-4 *2 (-13 (-424 *4) (-868 *3) (-601 (-874 *3)))) (-5 *1 (-1055 *3 *4 *2)) (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3)))))) (-1300 (*1 *2 *1) (-12 (-4 *3 (-1079)) (-4 *2 (-13 (-424 *4) (-868 *3) (-601 (-874 *3)))) (-5 *1 (-1055 *3 *4 *2)) (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3)))))) (-2061 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-903)) (-4 *4 (-1079)) (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4)))) (-5 *1 (-1055 *4 *5 *2)) (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4)))))) (-3571 (*1 *2 *1) (-12 (-4 *3 (-1079)) (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3)))) (-5 *2 (-630 (-1155))) (-5 *1 (-1055 *3 *4 *5)) (-4 *5 (-13 (-424 *4) (-868 *3) (-601 (-874 *3)))))))
+(-13 (-1079) (-280 |#3| |#3|) (-1020 (-288 |#3|)) (-10 -8 (-15 -1813 ($ |#3| |#3|)) (-15 -1813 ($ |#3| |#3| (-630 (-1155)))) (-15 -3951 ($ $ (-630 (-1155)) (-1 (-111) (-630 |#3|)))) (-15 -2356 ((-874 |#1|) $)) (-15 -1288 (|#3| $)) (-15 -1300 (|#3| $)) (-15 -2061 (|#3| $ |#3| (-903))) (-15 -3571 ((-630 (-1155)) $))))
+((-3200 (((-111) $ $) NIL)) (-3922 (($ (-630 (-1055 |#1| |#2| |#3|))) 13)) (-2793 (((-630 (-1055 |#1| |#2| |#3|)) $) 20)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2061 ((|#3| $ |#3|) 23) ((|#3| $ |#3| (-903)) 26)) (-3212 (((-845) $) 16)) (-1614 (((-111) $ $) 19)))
+(((-1056 |#1| |#2| |#3|) (-13 (-1079) (-280 |#3| |#3|) (-10 -8 (-15 -3922 ($ (-630 (-1055 |#1| |#2| |#3|)))) (-15 -2793 ((-630 (-1055 |#1| |#2| |#3|)) $)) (-15 -2061 (|#3| $ |#3| (-903))))) (-1079) (-13 (-1031) (-868 |#1|) (-833) (-601 (-874 |#1|))) (-13 (-424 |#2|) (-868 |#1|) (-601 (-874 |#1|)))) (T -1056))
+((-3922 (*1 *1 *2) (-12 (-5 *2 (-630 (-1055 *3 *4 *5))) (-4 *3 (-1079)) (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3)))) (-4 *5 (-13 (-424 *4) (-868 *3) (-601 (-874 *3)))) (-5 *1 (-1056 *3 *4 *5)))) (-2793 (*1 *2 *1) (-12 (-4 *3 (-1079)) (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3)))) (-5 *2 (-630 (-1055 *3 *4 *5))) (-5 *1 (-1056 *3 *4 *5)) (-4 *5 (-13 (-424 *4) (-868 *3) (-601 (-874 *3)))))) (-2061 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-903)) (-4 *4 (-1079)) (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4)))) (-5 *1 (-1056 *4 *5 *2)) (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4)))))))
+(-13 (-1079) (-280 |#3| |#3|) (-10 -8 (-15 -3922 ($ (-630 (-1055 |#1| |#2| |#3|)))) (-15 -2793 ((-630 (-1055 |#1| |#2| |#3|)) $)) (-15 -2061 (|#3| $ |#3| (-903)))))
+((-2895 (((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111) (-111)) 75) (((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|))) 77) (((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111)) 76)))
+(((-1057 |#1| |#2|) (-10 -7 (-15 -2895 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111))) (-15 -2895 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)))) (-15 -2895 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111) (-111)))) (-13 (-301) (-144)) (-630 (-1155))) (T -1057))
+((-2895 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-5 *2 (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5)))))) (-5 *1 (-1057 *5 *6)) (-5 *3 (-630 (-934 *5))) (-14 *6 (-630 (-1155))))) (-2895 (*1 *2 *3) (-12 (-4 *4 (-13 (-301) (-144))) (-5 *2 (-630 (-2 (|:| -4072 (-1151 *4)) (|:| -3693 (-630 (-934 *4)))))) (-5 *1 (-1057 *4 *5)) (-5 *3 (-630 (-934 *4))) (-14 *5 (-630 (-1155))))) (-2895 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-5 *2 (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5)))))) (-5 *1 (-1057 *5 *6)) (-5 *3 (-630 (-934 *5))) (-14 *6 (-630 (-1155))))))
+(-10 -7 (-15 -2895 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111))) (-15 -2895 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)))) (-15 -2895 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111) (-111))))
+((-3476 (((-412 |#3|) |#3|) 18)))
+(((-1058 |#1| |#2| |#3|) (-10 -7 (-15 -3476 ((-412 |#3|) |#3|))) (-1214 (-401 (-553))) (-13 (-357) (-144) (-710 (-401 (-553)) |#1|)) (-1214 |#2|)) (T -1058))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-1214 (-401 (-553)))) (-4 *5 (-13 (-357) (-144) (-710 (-401 (-553)) *4))) (-5 *2 (-412 *3)) (-5 *1 (-1058 *4 *5 *3)) (-4 *3 (-1214 *5)))))
+(-10 -7 (-15 -3476 ((-412 |#3|) |#3|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 126)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-357)))) (-2723 (($ $) NIL (|has| |#1| (-357)))) (-2157 (((-111) $) NIL (|has| |#1| (-357)))) (-1311 (((-674 |#1|) (-1238 $)) NIL) (((-674 |#1|)) 115)) (-1550 ((|#1| $) 119)) (-3398 (((-1165 (-903) (-757)) (-553)) NIL (|has| |#1| (-343)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| |#1| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2662 (((-757)) 40 (|has| |#1| (-362)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL)) (-1676 (($ (-1238 |#1|) (-1238 $)) NIL) (($ (-1238 |#1|)) 43)) (-1643 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-343)))) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-2392 (((-674 |#1|) $ (-1238 $)) NIL) (((-674 |#1|) $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 106) (((-674 |#1|) (-674 $)) 101)) (-3883 (($ |#2|) 61) (((-3 $ "failed") (-401 |#2|)) NIL (|has| |#1| (-357)))) (-3889 (((-3 $ "failed") $) NIL)) (-2129 (((-903)) 77)) (-1333 (($) 44 (|has| |#1| (-362)))) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-2091 (($) NIL (|has| |#1| (-343)))) (-2879 (((-111) $) NIL (|has| |#1| (-343)))) (-2865 (($ $ (-757)) NIL (|has| |#1| (-343))) (($ $) NIL (|has| |#1| (-343)))) (-4268 (((-111) $) NIL (|has| |#1| (-357)))) (-2592 (((-903) $) NIL (|has| |#1| (-343))) (((-819 (-903)) $) NIL (|has| |#1| (-343)))) (-1434 (((-111) $) NIL)) (-4233 ((|#1| $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-343)))) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2309 ((|#2| $) 84 (|has| |#1| (-357)))) (-3941 (((-903) $) 131 (|has| |#1| (-362)))) (-3873 ((|#2| $) 58)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-1979 (($) NIL (|has| |#1| (-343)) CONST)) (-2839 (($ (-903)) 125 (|has| |#1| (-362)))) (-2875 (((-1099) $) NIL)) (-4125 (($) 121)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-1363 (((-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))) NIL (|has| |#1| (-343)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3488 ((|#1| (-1238 $)) NIL) ((|#1|) 109)) (-2916 (((-757) $) NIL (|has| |#1| (-343))) (((-3 (-757) "failed") $ $) NIL (|has| |#1| (-343)))) (-3095 (($ $) NIL (-4028 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-757)) NIL (-4028 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))))) (($ $ (-1 |#1| |#1|) (-757)) NIL (|has| |#1| (-357))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-357)))) (-3759 (((-674 |#1|) (-1238 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-357)))) (-3035 ((|#2|) 73)) (-3529 (($) NIL (|has| |#1| (-343)))) (-3693 (((-1238 |#1|) $ (-1238 $)) 89) (((-674 |#1|) (-1238 $) (-1238 $)) NIL) (((-1238 |#1|) $) 71) (((-674 |#1|) (-1238 $)) 85)) (-1523 (((-1238 |#1|) $) NIL) (($ (-1238 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (|has| |#1| (-343)))) (-3212 (((-845) $) 57) (($ (-553)) 53) (($ |#1|) 54) (($ $) NIL (|has| |#1| (-357))) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-357)) (|has| |#1| (-1020 (-401 (-553))))))) (-2234 (($ $) NIL (|has| |#1| (-343))) (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-3636 ((|#2| $) 82)) (-1348 (((-757)) 75)) (-3428 (((-1238 $)) 81)) (-2453 (((-111) $ $) NIL (|has| |#1| (-357)))) (-3296 (($) 30 T CONST)) (-3308 (($) 19 T CONST)) (-1766 (($ $) NIL (-4028 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-757)) NIL (-4028 (-12 (|has| |#1| (-228)) (|has| |#1| (-357))) (|has| |#1| (-343)))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-357)) (|has| |#1| (-882 (-1155))))) (($ $ (-1 |#1| |#1|) (-757)) NIL (|has| |#1| (-357))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-357)))) (-1614 (((-111) $ $) 63)) (-1721 (($ $ $) NIL (|has| |#1| (-357)))) (-1710 (($ $) 67) (($ $ $) NIL)) (-1699 (($ $ $) 65)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#1| (-357)))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 51) (($ $ $) 69) (($ $ |#1|) NIL) (($ |#1| $) 48) (($ (-401 (-553)) $) NIL (|has| |#1| (-357))) (($ $ (-401 (-553))) NIL (|has| |#1| (-357)))))
+(((-1059 |#1| |#2| |#3|) (-710 |#1| |#2|) (-169) (-1214 |#1|) |#2|) (T -1059))
+NIL
+(-710 |#1| |#2|)
+((-3476 (((-412 |#3|) |#3|) 19)))
+(((-1060 |#1| |#2| |#3|) (-10 -7 (-15 -3476 ((-412 |#3|) |#3|))) (-1214 (-401 (-934 (-553)))) (-13 (-357) (-144) (-710 (-401 (-934 (-553))) |#1|)) (-1214 |#2|)) (T -1060))
+((-3476 (*1 *2 *3) (-12 (-4 *4 (-1214 (-401 (-934 (-553))))) (-4 *5 (-13 (-357) (-144) (-710 (-401 (-934 (-553))) *4))) (-5 *2 (-412 *3)) (-5 *1 (-1060 *4 *5 *3)) (-4 *3 (-1214 *5)))))
+(-10 -7 (-15 -3476 ((-412 |#3|) |#3|)))
+((-3200 (((-111) $ $) NIL)) (-1773 (($ $ $) 14)) (-2012 (($ $ $) 15)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2881 (($) 6)) (-1523 (((-1155) $) 18)) (-3212 (((-845) $) 12)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 13)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 8)))
+(((-1061) (-13 (-833) (-10 -8 (-15 -2881 ($)) (-15 -1523 ((-1155) $))))) (T -1061))
+((-2881 (*1 *1) (-5 *1 (-1061))) (-1523 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1061)))))
+(-13 (-833) (-10 -8 (-15 -2881 ($)) (-15 -1523 ((-1155) $))))
+((-3200 (((-111) $ $) 7)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (((-1160) $) 15) (($ (-1160)) 14)) (-1614 (((-111) $ $) 6)))
+(((-1062) (-137)) (T -1062))
NIL
(-13 (-92))
-(((-92) . T) ((-101) . T) ((-599 (-844)) . T) ((-599 (-1159)) . T) ((-1078) . T))
-((-2054 ((|#1| |#1| (-1 (-552) |#1| |#1|)) 24) ((|#1| |#1| (-1 (-111) |#1|)) 20)) (-1692 (((-1242)) 15)) (-3686 (((-629 |#1|)) 9)))
-(((-1062 |#1|) (-10 -7 (-15 -1692 ((-1242))) (-15 -3686 ((-629 |#1|))) (-15 -2054 (|#1| |#1| (-1 (-111) |#1|))) (-15 -2054 (|#1| |#1| (-1 (-552) |#1| |#1|)))) (-130)) (T -1062))
-((-2054 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-552) *2 *2)) (-4 *2 (-130)) (-5 *1 (-1062 *2)))) (-2054 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-111) *2)) (-4 *2 (-130)) (-5 *1 (-1062 *2)))) (-3686 (*1 *2) (-12 (-5 *2 (-629 *3)) (-5 *1 (-1062 *3)) (-4 *3 (-130)))) (-1692 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1062 *3)) (-4 *3 (-130)))))
-(-10 -7 (-15 -1692 ((-1242))) (-15 -3686 ((-629 |#1|))) (-15 -2054 (|#1| |#1| (-1 (-111) |#1|))) (-15 -2054 (|#1| |#1| (-1 (-552) |#1| |#1|))))
-((-4233 (($ (-108) $) 16)) (-3292 (((-3 (-108) "failed") (-1154) $) 15)) (-3430 (($) 7)) (-3578 (($) 17)) (-2496 (($) 18)) (-2234 (((-629 (-172)) $) 10)) (-3213 (((-844) $) 21)))
-(((-1063) (-13 (-599 (-844)) (-10 -8 (-15 -3430 ($)) (-15 -2234 ((-629 (-172)) $)) (-15 -3292 ((-3 (-108) "failed") (-1154) $)) (-15 -4233 ($ (-108) $)) (-15 -3578 ($)) (-15 -2496 ($))))) (T -1063))
-((-3430 (*1 *1) (-5 *1 (-1063))) (-2234 (*1 *2 *1) (-12 (-5 *2 (-629 (-172))) (-5 *1 (-1063)))) (-3292 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1154)) (-5 *2 (-108)) (-5 *1 (-1063)))) (-4233 (*1 *1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1063)))) (-3578 (*1 *1) (-5 *1 (-1063))) (-2496 (*1 *1) (-5 *1 (-1063))))
-(-13 (-599 (-844)) (-10 -8 (-15 -3430 ($)) (-15 -2234 ((-629 (-172)) $)) (-15 -3292 ((-3 (-108) "failed") (-1154) $)) (-15 -4233 ($ (-108) $)) (-15 -3578 ($)) (-15 -2496 ($))))
-((-1432 (((-1237 (-673 |#1|)) (-629 (-673 |#1|))) 42) (((-1237 (-673 (-933 |#1|))) (-629 (-1154)) (-673 (-933 |#1|))) 63) (((-1237 (-673 (-401 (-933 |#1|)))) (-629 (-1154)) (-673 (-401 (-933 |#1|)))) 79)) (-3464 (((-1237 |#1|) (-673 |#1|) (-629 (-673 |#1|))) 36)))
-(((-1064 |#1|) (-10 -7 (-15 -1432 ((-1237 (-673 (-401 (-933 |#1|)))) (-629 (-1154)) (-673 (-401 (-933 |#1|))))) (-15 -1432 ((-1237 (-673 (-933 |#1|))) (-629 (-1154)) (-673 (-933 |#1|)))) (-15 -1432 ((-1237 (-673 |#1|)) (-629 (-673 |#1|)))) (-15 -3464 ((-1237 |#1|) (-673 |#1|) (-629 (-673 |#1|))))) (-357)) (T -1064))
-((-3464 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-673 *5))) (-5 *3 (-673 *5)) (-4 *5 (-357)) (-5 *2 (-1237 *5)) (-5 *1 (-1064 *5)))) (-1432 (*1 *2 *3) (-12 (-5 *3 (-629 (-673 *4))) (-4 *4 (-357)) (-5 *2 (-1237 (-673 *4))) (-5 *1 (-1064 *4)))) (-1432 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-1154))) (-4 *5 (-357)) (-5 *2 (-1237 (-673 (-933 *5)))) (-5 *1 (-1064 *5)) (-5 *4 (-673 (-933 *5))))) (-1432 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-1154))) (-4 *5 (-357)) (-5 *2 (-1237 (-673 (-401 (-933 *5))))) (-5 *1 (-1064 *5)) (-5 *4 (-673 (-401 (-933 *5)))))))
-(-10 -7 (-15 -1432 ((-1237 (-673 (-401 (-933 |#1|)))) (-629 (-1154)) (-673 (-401 (-933 |#1|))))) (-15 -1432 ((-1237 (-673 (-933 |#1|))) (-629 (-1154)) (-673 (-933 |#1|)))) (-15 -1432 ((-1237 (-673 |#1|)) (-629 (-673 |#1|)))) (-15 -3464 ((-1237 |#1|) (-673 |#1|) (-629 (-673 |#1|)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2025 (((-629 (-756)) $) NIL) (((-629 (-756)) $ (-1154)) NIL)) (-1400 (((-756) $) NIL) (((-756) $ (-1154)) NIL)) (-3611 (((-629 (-1066 (-1154))) $) NIL)) (-3449 (((-1150 $) $ (-1066 (-1154))) NIL) (((-1150 |#1|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-1066 (-1154)))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-4116 (($ $) NIL (|has| |#1| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1523 (($ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-1066 (-1154)) "failed") $) NIL) (((-3 (-1154) "failed") $) NIL) (((-3 (-1103 |#1| (-1154)) "failed") $) NIL)) (-2832 ((|#1| $) NIL) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-1066 (-1154)) $) NIL) (((-1154) $) NIL) (((-1103 |#1| (-1154)) $) NIL)) (-3301 (($ $ $ (-1066 (-1154))) NIL (|has| |#1| (-169)))) (-3766 (($ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#1| (-445))) (($ $ (-1066 (-1154))) NIL (|has| |#1| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#1| (-890)))) (-3423 (($ $ |#1| (-523 (-1066 (-1154))) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-1066 (-1154)) (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-1066 (-1154)) (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-4241 (((-756) $ (-1154)) NIL) (((-756) $) NIL)) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3602 (($ (-1150 |#1|) (-1066 (-1154))) NIL) (($ (-1150 $) (-1066 (-1154))) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-523 (-1066 (-1154)))) NIL) (($ $ (-1066 (-1154)) (-756)) NIL) (($ $ (-629 (-1066 (-1154))) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-1066 (-1154))) NIL)) (-3544 (((-523 (-1066 (-1154))) $) NIL) (((-756) $ (-1066 (-1154))) NIL) (((-629 (-756)) $ (-629 (-1066 (-1154)))) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-3891 (($ (-1 (-523 (-1066 (-1154))) (-523 (-1066 (-1154)))) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2681 (((-1 $ (-756)) (-1154)) NIL) (((-1 $ (-756)) $) NIL (|has| |#1| (-228)))) (-3506 (((-3 (-1066 (-1154)) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2507 (((-1066 (-1154)) $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2623 (((-1136) $) NIL)) (-1836 (((-111) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-1066 (-1154))) (|:| -1406 (-756))) "failed") $) NIL)) (-3017 (($ $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-890)))) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-1066 (-1154)) |#1|) NIL) (($ $ (-629 (-1066 (-1154))) (-629 |#1|)) NIL) (($ $ (-1066 (-1154)) $) NIL) (($ $ (-629 (-1066 (-1154))) (-629 $)) NIL) (($ $ (-1154) $) NIL (|has| |#1| (-228))) (($ $ (-629 (-1154)) (-629 $)) NIL (|has| |#1| (-228))) (($ $ (-1154) |#1|) NIL (|has| |#1| (-228))) (($ $ (-629 (-1154)) (-629 |#1|)) NIL (|has| |#1| (-228)))) (-1721 (($ $ (-1066 (-1154))) NIL (|has| |#1| (-169)))) (-3096 (($ $ (-1066 (-1154))) NIL) (($ $ (-629 (-1066 (-1154)))) NIL) (($ $ (-1066 (-1154)) (-756)) NIL) (($ $ (-629 (-1066 (-1154))) (-629 (-756))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2619 (((-629 (-1154)) $) NIL)) (-3299 (((-523 (-1066 (-1154))) $) NIL) (((-756) $ (-1066 (-1154))) NIL) (((-629 (-756)) $ (-629 (-1066 (-1154)))) NIL) (((-756) $ (-1154)) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-1066 (-1154)) (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-1066 (-1154)) (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-1066 (-1154)) (-600 (-528))) (|has| |#1| (-600 (-528)))))) (-3807 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-1066 (-1154))) NIL (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL) (($ (-1066 (-1154))) NIL) (($ (-1154)) NIL) (($ (-1103 |#1| (-1154))) NIL) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-523 (-1066 (-1154)))) NIL) (($ $ (-1066 (-1154)) (-756)) NIL) (($ $ (-629 (-1066 (-1154))) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#1| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-1066 (-1154))) NIL) (($ $ (-629 (-1066 (-1154)))) NIL) (($ $ (-1066 (-1154)) (-756)) NIL) (($ $ (-629 (-1066 (-1154))) (-629 (-756))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-756)) NIL (|has| |#1| (-228))) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-1065 |#1|) (-13 (-247 |#1| (-1154) (-1066 (-1154)) (-523 (-1066 (-1154)))) (-1019 (-1103 |#1| (-1154)))) (-1030)) (T -1065))
-NIL
-(-13 (-247 |#1| (-1154) (-1066 (-1154)) (-523 (-1066 (-1154)))) (-1019 (-1103 |#1| (-1154))))
-((-3202 (((-111) $ $) NIL)) (-1400 (((-756) $) NIL)) (-1485 ((|#1| $) 10)) (-1393 (((-3 |#1| "failed") $) NIL)) (-2832 ((|#1| $) NIL)) (-4241 (((-756) $) 11)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2681 (($ |#1| (-756)) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3096 (($ $) NIL) (($ $ (-756)) NIL)) (-3213 (((-844) $) NIL) (($ |#1|) NIL)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 15)))
-(((-1066 |#1|) (-260 |#1|) (-832)) (T -1066))
+(((-92) . T) ((-101) . T) ((-600 (-845)) . T) ((-600 (-1160)) . T) ((-1079) . T))
+((-3663 ((|#1| |#1| (-1 (-553) |#1| |#1|)) 24) ((|#1| |#1| (-1 (-111) |#1|)) 20)) (-1693 (((-1243)) 15)) (-3685 (((-630 |#1|)) 9)))
+(((-1063 |#1|) (-10 -7 (-15 -1693 ((-1243))) (-15 -3685 ((-630 |#1|))) (-15 -3663 (|#1| |#1| (-1 (-111) |#1|))) (-15 -3663 (|#1| |#1| (-1 (-553) |#1| |#1|)))) (-130)) (T -1063))
+((-3663 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-553) *2 *2)) (-4 *2 (-130)) (-5 *1 (-1063 *2)))) (-3663 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-111) *2)) (-4 *2 (-130)) (-5 *1 (-1063 *2)))) (-3685 (*1 *2) (-12 (-5 *2 (-630 *3)) (-5 *1 (-1063 *3)) (-4 *3 (-130)))) (-1693 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1063 *3)) (-4 *3 (-130)))))
+(-10 -7 (-15 -1693 ((-1243))) (-15 -3685 ((-630 |#1|))) (-15 -3663 (|#1| |#1| (-1 (-111) |#1|))) (-15 -3663 (|#1| |#1| (-1 (-553) |#1| |#1|))))
+((-2490 (($ (-108) $) 16)) (-2612 (((-3 (-108) "failed") (-1155) $) 15)) (-1422 (($) 7)) (-2315 (($) 17)) (-2258 (($) 18)) (-1588 (((-630 (-172)) $) 10)) (-3212 (((-845) $) 21)))
+(((-1064) (-13 (-600 (-845)) (-10 -8 (-15 -1422 ($)) (-15 -1588 ((-630 (-172)) $)) (-15 -2612 ((-3 (-108) "failed") (-1155) $)) (-15 -2490 ($ (-108) $)) (-15 -2315 ($)) (-15 -2258 ($))))) (T -1064))
+((-1422 (*1 *1) (-5 *1 (-1064))) (-1588 (*1 *2 *1) (-12 (-5 *2 (-630 (-172))) (-5 *1 (-1064)))) (-2612 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1155)) (-5 *2 (-108)) (-5 *1 (-1064)))) (-2490 (*1 *1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1064)))) (-2315 (*1 *1) (-5 *1 (-1064))) (-2258 (*1 *1) (-5 *1 (-1064))))
+(-13 (-600 (-845)) (-10 -8 (-15 -1422 ($)) (-15 -1588 ((-630 (-172)) $)) (-15 -2612 ((-3 (-108) "failed") (-1155) $)) (-15 -2490 ($ (-108) $)) (-15 -2315 ($)) (-15 -2258 ($))))
+((-3748 (((-1238 (-674 |#1|)) (-630 (-674 |#1|))) 42) (((-1238 (-674 (-934 |#1|))) (-630 (-1155)) (-674 (-934 |#1|))) 63) (((-1238 (-674 (-401 (-934 |#1|)))) (-630 (-1155)) (-674 (-401 (-934 |#1|)))) 79)) (-3693 (((-1238 |#1|) (-674 |#1|) (-630 (-674 |#1|))) 36)))
+(((-1065 |#1|) (-10 -7 (-15 -3748 ((-1238 (-674 (-401 (-934 |#1|)))) (-630 (-1155)) (-674 (-401 (-934 |#1|))))) (-15 -3748 ((-1238 (-674 (-934 |#1|))) (-630 (-1155)) (-674 (-934 |#1|)))) (-15 -3748 ((-1238 (-674 |#1|)) (-630 (-674 |#1|)))) (-15 -3693 ((-1238 |#1|) (-674 |#1|) (-630 (-674 |#1|))))) (-357)) (T -1065))
+((-3693 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-674 *5))) (-5 *3 (-674 *5)) (-4 *5 (-357)) (-5 *2 (-1238 *5)) (-5 *1 (-1065 *5)))) (-3748 (*1 *2 *3) (-12 (-5 *3 (-630 (-674 *4))) (-4 *4 (-357)) (-5 *2 (-1238 (-674 *4))) (-5 *1 (-1065 *4)))) (-3748 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-1155))) (-4 *5 (-357)) (-5 *2 (-1238 (-674 (-934 *5)))) (-5 *1 (-1065 *5)) (-5 *4 (-674 (-934 *5))))) (-3748 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-1155))) (-4 *5 (-357)) (-5 *2 (-1238 (-674 (-401 (-934 *5))))) (-5 *1 (-1065 *5)) (-5 *4 (-674 (-401 (-934 *5)))))))
+(-10 -7 (-15 -3748 ((-1238 (-674 (-401 (-934 |#1|)))) (-630 (-1155)) (-674 (-401 (-934 |#1|))))) (-15 -3748 ((-1238 (-674 (-934 |#1|))) (-630 (-1155)) (-674 (-934 |#1|)))) (-15 -3748 ((-1238 (-674 |#1|)) (-630 (-674 |#1|)))) (-15 -3693 ((-1238 |#1|) (-674 |#1|) (-630 (-674 |#1|)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3407 (((-630 (-757)) $) NIL) (((-630 (-757)) $ (-1155)) NIL)) (-3452 (((-757) $) NIL) (((-757) $ (-1155)) NIL)) (-3611 (((-630 (-1067 (-1155))) $) NIL)) (-3447 (((-1151 $) $ (-1067 (-1155))) NIL) (((-1151 |#1|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-1067 (-1155)))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3837 (($ $) NIL (|has| |#1| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2045 (($ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-1067 (-1155)) "failed") $) NIL) (((-3 (-1155) "failed") $) NIL) (((-3 (-1104 |#1| (-1155)) "failed") $) NIL)) (-2831 ((|#1| $) NIL) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-1067 (-1155)) $) NIL) (((-1155) $) NIL) (((-1104 |#1| (-1155)) $) NIL)) (-2697 (($ $ $ (-1067 (-1155))) NIL (|has| |#1| (-169)))) (-3765 (($ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#1| (-445))) (($ $ (-1067 (-1155))) NIL (|has| |#1| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#1| (-891)))) (-1369 (($ $ |#1| (-524 (-1067 (-1155))) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-1067 (-1155)) (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-1067 (-1155)) (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-2592 (((-757) $ (-1155)) NIL) (((-757) $) NIL)) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3601 (($ (-1151 |#1|) (-1067 (-1155))) NIL) (($ (-1151 $) (-1067 (-1155))) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-524 (-1067 (-1155)))) NIL) (($ $ (-1067 (-1155)) (-757)) NIL) (($ $ (-630 (-1067 (-1155))) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-1067 (-1155))) NIL)) (-3264 (((-524 (-1067 (-1155))) $) NIL) (((-757) $ (-1067 (-1155))) NIL) (((-630 (-757)) $ (-630 (-1067 (-1155)))) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2364 (($ (-1 (-524 (-1067 (-1155))) (-524 (-1067 (-1155)))) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-1447 (((-1 $ (-757)) (-1155)) NIL) (((-1 $ (-757)) $) NIL (|has| |#1| (-228)))) (-2903 (((-3 (-1067 (-1155)) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2506 (((-1067 (-1155)) $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4056 (((-1137) $) NIL)) (-3295 (((-111) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-1067 (-1155))) (|:| -3503 (-757))) "failed") $) NIL)) (-3019 (($ $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-891)))) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-1067 (-1155)) |#1|) NIL) (($ $ (-630 (-1067 (-1155))) (-630 |#1|)) NIL) (($ $ (-1067 (-1155)) $) NIL) (($ $ (-630 (-1067 (-1155))) (-630 $)) NIL) (($ $ (-1155) $) NIL (|has| |#1| (-228))) (($ $ (-630 (-1155)) (-630 $)) NIL (|has| |#1| (-228))) (($ $ (-1155) |#1|) NIL (|has| |#1| (-228))) (($ $ (-630 (-1155)) (-630 |#1|)) NIL (|has| |#1| (-228)))) (-3488 (($ $ (-1067 (-1155))) NIL (|has| |#1| (-169)))) (-3095 (($ $ (-1067 (-1155))) NIL) (($ $ (-630 (-1067 (-1155)))) NIL) (($ $ (-1067 (-1155)) (-757)) NIL) (($ $ (-630 (-1067 (-1155))) (-630 (-757))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-4016 (((-630 (-1155)) $) NIL)) (-2672 (((-524 (-1067 (-1155))) $) NIL) (((-757) $ (-1067 (-1155))) NIL) (((-630 (-757)) $ (-630 (-1067 (-1155)))) NIL) (((-757) $ (-1155)) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-1067 (-1155)) (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-1067 (-1155)) (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-1067 (-1155)) (-601 (-529))) (|has| |#1| (-601 (-529)))))) (-3998 ((|#1| $) NIL (|has| |#1| (-445))) (($ $ (-1067 (-1155))) NIL (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL) (($ (-1067 (-1155))) NIL) (($ (-1155)) NIL) (($ (-1104 |#1| (-1155))) NIL) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-524 (-1067 (-1155)))) NIL) (($ $ (-1067 (-1155)) (-757)) NIL) (($ $ (-630 (-1067 (-1155))) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#1| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-1067 (-1155))) NIL) (($ $ (-630 (-1067 (-1155)))) NIL) (($ $ (-1067 (-1155)) (-757)) NIL) (($ $ (-630 (-1067 (-1155))) (-630 (-757))) NIL) (($ $) NIL (|has| |#1| (-228))) (($ $ (-757)) NIL (|has| |#1| (-228))) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-1066 |#1|) (-13 (-247 |#1| (-1155) (-1067 (-1155)) (-524 (-1067 (-1155)))) (-1020 (-1104 |#1| (-1155)))) (-1031)) (T -1066))
+NIL
+(-13 (-247 |#1| (-1155) (-1067 (-1155)) (-524 (-1067 (-1155)))) (-1020 (-1104 |#1| (-1155))))
+((-3200 (((-111) $ $) NIL)) (-3452 (((-757) $) NIL)) (-1489 ((|#1| $) 10)) (-1394 (((-3 |#1| "failed") $) NIL)) (-2831 ((|#1| $) NIL)) (-2592 (((-757) $) 11)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-1447 (($ |#1| (-757)) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3095 (($ $) NIL) (($ $ (-757)) NIL)) (-3212 (((-845) $) NIL) (($ |#1|) NIL)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 15)))
+(((-1067 |#1|) (-260 |#1|) (-833)) (T -1067))
NIL
(-260 |#1|)
-((-1477 (((-629 |#2|) (-1 |#2| |#1|) (-1072 |#1|)) 24 (|has| |#1| (-830))) (((-1072 |#2|) (-1 |#2| |#1|) (-1072 |#1|)) 14)))
-(((-1067 |#1| |#2|) (-10 -7 (-15 -1477 ((-1072 |#2|) (-1 |#2| |#1|) (-1072 |#1|))) (IF (|has| |#1| (-830)) (-15 -1477 ((-629 |#2|) (-1 |#2| |#1|) (-1072 |#1|))) |%noBranch|)) (-1191) (-1191)) (T -1067))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1072 *5)) (-4 *5 (-830)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-629 *6)) (-5 *1 (-1067 *5 *6)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1072 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-1072 *6)) (-5 *1 (-1067 *5 *6)))))
-(-10 -7 (-15 -1477 ((-1072 |#2|) (-1 |#2| |#1|) (-1072 |#1|))) (IF (|has| |#1| (-830)) (-15 -1477 ((-629 |#2|) (-1 |#2| |#1|) (-1072 |#1|))) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 17) (((-1159) $) NIL) (($ (-1159)) NIL)) (-2981 (((-629 (-1113)) $) 9)) (-1613 (((-111) $ $) NIL)))
-(((-1068) (-13 (-1061) (-10 -8 (-15 -2981 ((-629 (-1113)) $))))) (T -1068))
-((-2981 (*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-1068)))))
-(-13 (-1061) (-10 -8 (-15 -2981 ((-629 (-1113)) $))))
-((-1477 (((-1070 |#2|) (-1 |#2| |#1|) (-1070 |#1|)) 19)))
-(((-1069 |#1| |#2|) (-10 -7 (-15 -1477 ((-1070 |#2|) (-1 |#2| |#1|) (-1070 |#1|)))) (-1191) (-1191)) (T -1069))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1070 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-1070 *6)) (-5 *1 (-1069 *5 *6)))))
-(-10 -7 (-15 -1477 ((-1070 |#2|) (-1 |#2| |#1|) (-1070 |#1|))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1485 (((-1154) $) 11)) (-1463 (((-1072 |#1|) $) 12)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3369 (($ (-1154) (-1072 |#1|)) 10)) (-3213 (((-844) $) 20 (|has| |#1| (-1078)))) (-1613 (((-111) $ $) 15 (|has| |#1| (-1078)))))
-(((-1070 |#1|) (-13 (-1191) (-10 -8 (-15 -3369 ($ (-1154) (-1072 |#1|))) (-15 -1485 ((-1154) $)) (-15 -1463 ((-1072 |#1|) $)) (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|))) (-1191)) (T -1070))
-((-3369 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1072 *4)) (-4 *4 (-1191)) (-5 *1 (-1070 *4)))) (-1485 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1070 *3)) (-4 *3 (-1191)))) (-1463 (*1 *2 *1) (-12 (-5 *2 (-1072 *3)) (-5 *1 (-1070 *3)) (-4 *3 (-1191)))))
-(-13 (-1191) (-10 -8 (-15 -3369 ($ (-1154) (-1072 |#1|))) (-15 -1485 ((-1154) $)) (-15 -1463 ((-1072 |#1|) $)) (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|)))
-((-1463 (($ |#1| |#1|) 7)) (-3744 ((|#1| $) 10)) (-4209 ((|#1| $) 12)) (-4219 (((-552) $) 8)) (-2707 ((|#1| $) 9)) (-4230 ((|#1| $) 11)) (-1522 (($ |#1|) 6)) (-4268 (($ |#1| |#1|) 14)) (-1420 (($ $ (-552)) 13)))
-(((-1071 |#1|) (-137) (-1191)) (T -1071))
-((-4268 (*1 *1 *2 *2) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))) (-1420 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-1071 *3)) (-4 *3 (-1191)))) (-4209 (*1 *2 *1) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))) (-4230 (*1 *2 *1) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))) (-3744 (*1 *2 *1) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))) (-2707 (*1 *2 *1) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))) (-4219 (*1 *2 *1) (-12 (-4 *1 (-1071 *3)) (-4 *3 (-1191)) (-5 *2 (-552)))) (-1463 (*1 *1 *2 *2) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))) (-1522 (*1 *1 *2) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))))
-(-13 (-1191) (-10 -8 (-15 -4268 ($ |t#1| |t#1|)) (-15 -1420 ($ $ (-552))) (-15 -4209 (|t#1| $)) (-15 -4230 (|t#1| $)) (-15 -3744 (|t#1| $)) (-15 -2707 (|t#1| $)) (-15 -4219 ((-552) $)) (-15 -1463 ($ |t#1| |t#1|)) (-15 -1522 ($ |t#1|))))
-(((-1191) . T))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1463 (($ |#1| |#1|) 15)) (-1477 (((-629 |#1|) (-1 |#1| |#1|) $) 38 (|has| |#1| (-830)))) (-3744 ((|#1| $) 10)) (-4209 ((|#1| $) 9)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-4219 (((-552) $) 14)) (-2707 ((|#1| $) 12)) (-4230 ((|#1| $) 11)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3925 (((-629 |#1|) $) 36 (|has| |#1| (-830))) (((-629 |#1|) (-629 $)) 35 (|has| |#1| (-830)))) (-1522 (($ |#1|) 26)) (-3213 (((-844) $) 25 (|has| |#1| (-1078)))) (-4268 (($ |#1| |#1|) 8)) (-1420 (($ $ (-552)) 16)) (-1613 (((-111) $ $) 19 (|has| |#1| (-1078)))))
-(((-1072 |#1|) (-13 (-1071 |#1|) (-10 -7 (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|) (IF (|has| |#1| (-830)) (-6 (-1073 |#1| (-629 |#1|))) |%noBranch|))) (-1191)) (T -1072))
-NIL
-(-13 (-1071 |#1|) (-10 -7 (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|) (IF (|has| |#1| (-830)) (-6 (-1073 |#1| (-629 |#1|))) |%noBranch|)))
-((-1463 (($ |#1| |#1|) 7)) (-1477 ((|#2| (-1 |#1| |#1|) $) 16)) (-3744 ((|#1| $) 10)) (-4209 ((|#1| $) 12)) (-4219 (((-552) $) 8)) (-2707 ((|#1| $) 9)) (-4230 ((|#1| $) 11)) (-3925 ((|#2| (-629 $)) 18) ((|#2| $) 17)) (-1522 (($ |#1|) 6)) (-4268 (($ |#1| |#1|) 14)) (-1420 (($ $ (-552)) 13)))
-(((-1073 |#1| |#2|) (-137) (-830) (-1127 |t#1|)) (T -1073))
-((-3925 (*1 *2 *3) (-12 (-5 *3 (-629 *1)) (-4 *1 (-1073 *4 *2)) (-4 *4 (-830)) (-4 *2 (-1127 *4)))) (-3925 (*1 *2 *1) (-12 (-4 *1 (-1073 *3 *2)) (-4 *3 (-830)) (-4 *2 (-1127 *3)))) (-1477 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1073 *4 *2)) (-4 *4 (-830)) (-4 *2 (-1127 *4)))))
-(-13 (-1071 |t#1|) (-10 -8 (-15 -3925 (|t#2| (-629 $))) (-15 -3925 (|t#2| $)) (-15 -1477 (|t#2| (-1 |t#1| |t#1|) $))))
-(((-1071 |#1|) . T) ((-1191) . T))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2680 (((-1113) $) 12)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 20) (((-1159) $) NIL) (($ (-1159)) NIL)) (-4300 (((-629 (-1113)) $) 10)) (-1613 (((-111) $ $) NIL)))
-(((-1074) (-13 (-1061) (-10 -8 (-15 -4300 ((-629 (-1113)) $)) (-15 -2680 ((-1113) $))))) (T -1074))
-((-4300 (*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-1074)))) (-2680 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1074)))))
-(-13 (-1061) (-10 -8 (-15 -4300 ((-629 (-1113)) $)) (-15 -2680 ((-1113) $))))
-((-1501 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-2041 (($ $ $) 10)) (-2042 (($ $ $) NIL) (($ $ |#2|) 15)))
-(((-1075 |#1| |#2|) (-10 -8 (-15 -1501 (|#1| |#2| |#1|)) (-15 -1501 (|#1| |#1| |#2|)) (-15 -1501 (|#1| |#1| |#1|)) (-15 -2041 (|#1| |#1| |#1|)) (-15 -2042 (|#1| |#1| |#2|)) (-15 -2042 (|#1| |#1| |#1|))) (-1076 |#2|) (-1078)) (T -1075))
-NIL
-(-10 -8 (-15 -1501 (|#1| |#2| |#1|)) (-15 -1501 (|#1| |#1| |#2|)) (-15 -1501 (|#1| |#1| |#1|)) (-15 -2041 (|#1| |#1| |#1|)) (-15 -2042 (|#1| |#1| |#2|)) (-15 -2042 (|#1| |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-1501 (($ $ $) 18) (($ $ |#1|) 17) (($ |#1| $) 16)) (-2041 (($ $ $) 20)) (-2691 (((-111) $ $) 19)) (-4238 (((-111) $ (-756)) 35)) (-1439 (($) 25) (($ (-629 |#1|)) 24)) (-3954 (($ (-1 (-111) |#1|) $) 56 (|has| $ (-6 -4368)))) (-2130 (($) 36 T CONST)) (-2738 (($ $) 59 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#1| $) 58 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4368)))) (-3138 (((-629 |#1|) $) 43 (|has| $ (-6 -4368)))) (-3207 (((-111) $ $) 28)) (-1418 (((-111) $ (-756)) 34)) (-3278 (((-629 |#1|) $) 44 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 46 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 38)) (-1745 (((-111) $ (-756)) 33)) (-2623 (((-1136) $) 9)) (-4011 (($ $ $) 23)) (-2876 (((-1098) $) 10)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 52)) (-3944 (((-111) (-1 (-111) |#1|) $) 41 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#1|) (-629 |#1|)) 50 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 49 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 48 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 (-288 |#1|))) 47 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 29)) (-3435 (((-111) $) 32)) (-3430 (($) 31)) (-2042 (($ $ $) 22) (($ $ |#1|) 21)) (-2885 (((-756) |#1| $) 45 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#1|) $) 42 (|has| $ (-6 -4368)))) (-1487 (($ $) 30)) (-1522 (((-528) $) 60 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 51)) (-3213 (((-844) $) 11)) (-3541 (($) 27) (($ (-629 |#1|)) 26)) (-2584 (((-111) (-1 (-111) |#1|) $) 40 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 6)) (-2657 (((-756) $) 37 (|has| $ (-6 -4368)))))
-(((-1076 |#1|) (-137) (-1078)) (T -1076))
-((-3207 (*1 *2 *1 *1) (-12 (-4 *1 (-1076 *3)) (-4 *3 (-1078)) (-5 *2 (-111)))) (-3541 (*1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))) (-3541 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-4 *1 (-1076 *3)))) (-1439 (*1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))) (-1439 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-4 *1 (-1076 *3)))) (-4011 (*1 *1 *1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))) (-2042 (*1 *1 *1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))) (-2042 (*1 *1 *1 *2) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))) (-2041 (*1 *1 *1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))) (-2691 (*1 *2 *1 *1) (-12 (-4 *1 (-1076 *3)) (-4 *3 (-1078)) (-5 *2 (-111)))) (-1501 (*1 *1 *1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))) (-1501 (*1 *1 *1 *2) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))) (-1501 (*1 *1 *2 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))))
-(-13 (-1078) (-148 |t#1|) (-10 -8 (-6 -4358) (-15 -3207 ((-111) $ $)) (-15 -3541 ($)) (-15 -3541 ($ (-629 |t#1|))) (-15 -1439 ($)) (-15 -1439 ($ (-629 |t#1|))) (-15 -4011 ($ $ $)) (-15 -2042 ($ $ $)) (-15 -2042 ($ $ |t#1|)) (-15 -2041 ($ $ $)) (-15 -2691 ((-111) $ $)) (-15 -1501 ($ $ $)) (-15 -1501 ($ $ |t#1|)) (-15 -1501 ($ |t#1| $))))
-(((-34) . T) ((-101) . T) ((-599 (-844)) . T) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) . T) ((-1191) . T))
-((-2623 (((-1136) $) 10)) (-2876 (((-1098) $) 8)))
-(((-1077 |#1|) (-10 -8 (-15 -2623 ((-1136) |#1|)) (-15 -2876 ((-1098) |#1|))) (-1078)) (T -1077))
-NIL
-(-10 -8 (-15 -2623 ((-1136) |#1|)) (-15 -2876 ((-1098) |#1|)))
-((-3202 (((-111) $ $) 7)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)))
-(((-1078) (-137)) (T -1078))
-((-2876 (*1 *2 *1) (-12 (-4 *1 (-1078)) (-5 *2 (-1098)))) (-2623 (*1 *2 *1) (-12 (-4 *1 (-1078)) (-5 *2 (-1136)))))
-(-13 (-101) (-599 (-844)) (-10 -8 (-15 -2876 ((-1098) $)) (-15 -2623 ((-1136) $))))
-(((-101) . T) ((-599 (-844)) . T))
-((-3202 (((-111) $ $) NIL)) (-2663 (((-756)) 30)) (-2743 (($ (-629 (-902))) 52)) (-3028 (((-3 $ "failed") $ (-902) (-902)) 58)) (-1332 (($) 32)) (-2973 (((-111) (-902) $) 35)) (-1637 (((-902) $) 50)) (-2623 (((-1136) $) NIL)) (-2840 (($ (-902)) 31)) (-2968 (((-3 $ "failed") $ (-902)) 55)) (-2876 (((-1098) $) NIL)) (-2899 (((-1237 $)) 40)) (-3374 (((-629 (-902)) $) 24)) (-2696 (((-756) $ (-902) (-902)) 56)) (-3213 (((-844) $) 29)) (-1613 (((-111) $ $) 21)))
-(((-1079 |#1| |#2|) (-13 (-362) (-10 -8 (-15 -2968 ((-3 $ "failed") $ (-902))) (-15 -3028 ((-3 $ "failed") $ (-902) (-902))) (-15 -3374 ((-629 (-902)) $)) (-15 -2743 ($ (-629 (-902)))) (-15 -2899 ((-1237 $))) (-15 -2973 ((-111) (-902) $)) (-15 -2696 ((-756) $ (-902) (-902))))) (-902) (-902)) (T -1079))
-((-2968 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-902)) (-5 *1 (-1079 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3028 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-902)) (-5 *1 (-1079 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3374 (*1 *2 *1) (-12 (-5 *2 (-629 (-902))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-902)) (-14 *4 (-902)))) (-2743 (*1 *1 *2) (-12 (-5 *2 (-629 (-902))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-902)) (-14 *4 (-902)))) (-2899 (*1 *2) (-12 (-5 *2 (-1237 (-1079 *3 *4))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-902)) (-14 *4 (-902)))) (-2973 (*1 *2 *3 *1) (-12 (-5 *3 (-902)) (-5 *2 (-111)) (-5 *1 (-1079 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-2696 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-902)) (-5 *2 (-756)) (-5 *1 (-1079 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-13 (-362) (-10 -8 (-15 -2968 ((-3 $ "failed") $ (-902))) (-15 -3028 ((-3 $ "failed") $ (-902) (-902))) (-15 -3374 ((-629 (-902)) $)) (-15 -2743 ($ (-629 (-902)))) (-15 -2899 ((-1237 $))) (-15 -2973 ((-111) (-902) $)) (-15 -2696 ((-756) $ (-902) (-902)))))
-((-3202 (((-111) $ $) NIL)) (-4024 (($) NIL (|has| |#1| (-362)))) (-1501 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 74)) (-2041 (($ $ $) 72)) (-2691 (((-111) $ $) 73)) (-4238 (((-111) $ (-756)) NIL)) (-2663 (((-756)) NIL (|has| |#1| (-362)))) (-1439 (($ (-629 |#1|)) NIL) (($) 13)) (-1740 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1625 (($ |#1| $) 67 (|has| $ (-6 -4368))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4368)))) (-1332 (($) NIL (|has| |#1| (-362)))) (-3138 (((-629 |#1|) $) 19 (|has| $ (-6 -4368)))) (-3207 (((-111) $ $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1772 ((|#1| $) 57 (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 66 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2011 ((|#1| $) 55 (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 34)) (-1637 (((-902) $) NIL (|has| |#1| (-362)))) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-4011 (($ $ $) 70)) (-3105 ((|#1| $) 25)) (-1580 (($ |#1| $) 65)) (-2840 (($ (-902)) NIL (|has| |#1| (-362)))) (-2876 (((-1098) $) NIL)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 31)) (-3995 ((|#1| $) 27)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 21)) (-3430 (($) 11)) (-2042 (($ $ |#1|) NIL) (($ $ $) 71)) (-3680 (($) NIL) (($ (-629 |#1|)) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) 16)) (-1522 (((-528) $) 52 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 61)) (-2402 (($ $) NIL (|has| |#1| (-362)))) (-3213 (((-844) $) NIL)) (-3133 (((-756) $) NIL)) (-3541 (($ (-629 |#1|)) NIL) (($) 12)) (-1663 (($ (-629 |#1|)) NIL)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 54)) (-2657 (((-756) $) 10 (|has| $ (-6 -4368)))))
-(((-1080 |#1|) (-419 |#1|) (-1078)) (T -1080))
+((-1478 (((-630 |#2|) (-1 |#2| |#1|) (-1073 |#1|)) 24 (|has| |#1| (-831))) (((-1073 |#2|) (-1 |#2| |#1|) (-1073 |#1|)) 14)))
+(((-1068 |#1| |#2|) (-10 -7 (-15 -1478 ((-1073 |#2|) (-1 |#2| |#1|) (-1073 |#1|))) (IF (|has| |#1| (-831)) (-15 -1478 ((-630 |#2|) (-1 |#2| |#1|) (-1073 |#1|))) |%noBranch|)) (-1192) (-1192)) (T -1068))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1073 *5)) (-4 *5 (-831)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-630 *6)) (-5 *1 (-1068 *5 *6)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1073 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-1073 *6)) (-5 *1 (-1068 *5 *6)))))
+(-10 -7 (-15 -1478 ((-1073 |#2|) (-1 |#2| |#1|) (-1073 |#1|))) (IF (|has| |#1| (-831)) (-15 -1478 ((-630 |#2|) (-1 |#2| |#1|) (-1073 |#1|))) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 17) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1347 (((-630 (-1114)) $) 9)) (-1614 (((-111) $ $) NIL)))
+(((-1069) (-13 (-1062) (-10 -8 (-15 -1347 ((-630 (-1114)) $))))) (T -1069))
+((-1347 (*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-1069)))))
+(-13 (-1062) (-10 -8 (-15 -1347 ((-630 (-1114)) $))))
+((-1478 (((-1071 |#2|) (-1 |#2| |#1|) (-1071 |#1|)) 19)))
+(((-1070 |#1| |#2|) (-10 -7 (-15 -1478 ((-1071 |#2|) (-1 |#2| |#1|) (-1071 |#1|)))) (-1192) (-1192)) (T -1070))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1071 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-1071 *6)) (-5 *1 (-1070 *5 *6)))))
+(-10 -7 (-15 -1478 ((-1071 |#2|) (-1 |#2| |#1|) (-1071 |#1|))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1489 (((-1155) $) 11)) (-1464 (((-1073 |#1|) $) 12)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-3367 (($ (-1155) (-1073 |#1|)) 10)) (-3212 (((-845) $) 20 (|has| |#1| (-1079)))) (-1614 (((-111) $ $) 15 (|has| |#1| (-1079)))))
+(((-1071 |#1|) (-13 (-1192) (-10 -8 (-15 -3367 ($ (-1155) (-1073 |#1|))) (-15 -1489 ((-1155) $)) (-15 -1464 ((-1073 |#1|) $)) (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|))) (-1192)) (T -1071))
+((-3367 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1073 *4)) (-4 *4 (-1192)) (-5 *1 (-1071 *4)))) (-1489 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1071 *3)) (-4 *3 (-1192)))) (-1464 (*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-1071 *3)) (-4 *3 (-1192)))))
+(-13 (-1192) (-10 -8 (-15 -3367 ($ (-1155) (-1073 |#1|))) (-15 -1489 ((-1155) $)) (-15 -1464 ((-1073 |#1|) $)) (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|)))
+((-1464 (($ |#1| |#1|) 7)) (-1458 ((|#1| $) 10)) (-4208 ((|#1| $) 12)) (-4218 (((-553) $) 8)) (-3637 ((|#1| $) 9)) (-4229 ((|#1| $) 11)) (-1523 (($ |#1|) 6)) (-4269 (($ |#1| |#1|) 14)) (-1421 (($ $ (-553)) 13)))
+(((-1072 |#1|) (-137) (-1192)) (T -1072))
+((-4269 (*1 *1 *2 *2) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))) (-1421 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-1072 *3)) (-4 *3 (-1192)))) (-4208 (*1 *2 *1) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))) (-4229 (*1 *2 *1) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))) (-1458 (*1 *2 *1) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))) (-3637 (*1 *2 *1) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))) (-4218 (*1 *2 *1) (-12 (-4 *1 (-1072 *3)) (-4 *3 (-1192)) (-5 *2 (-553)))) (-1464 (*1 *1 *2 *2) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))) (-1523 (*1 *1 *2) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))))
+(-13 (-1192) (-10 -8 (-15 -4269 ($ |t#1| |t#1|)) (-15 -1421 ($ $ (-553))) (-15 -4208 (|t#1| $)) (-15 -4229 (|t#1| $)) (-15 -1458 (|t#1| $)) (-15 -3637 (|t#1| $)) (-15 -4218 ((-553) $)) (-15 -1464 ($ |t#1| |t#1|)) (-15 -1523 ($ |t#1|))))
+(((-1192) . T))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1464 (($ |#1| |#1|) 15)) (-1478 (((-630 |#1|) (-1 |#1| |#1|) $) 38 (|has| |#1| (-831)))) (-1458 ((|#1| $) 10)) (-4208 ((|#1| $) 9)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-4218 (((-553) $) 14)) (-3637 ((|#1| $) 12)) (-4229 ((|#1| $) 11)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-3924 (((-630 |#1|) $) 36 (|has| |#1| (-831))) (((-630 |#1|) (-630 $)) 35 (|has| |#1| (-831)))) (-1523 (($ |#1|) 26)) (-3212 (((-845) $) 25 (|has| |#1| (-1079)))) (-4269 (($ |#1| |#1|) 8)) (-1421 (($ $ (-553)) 16)) (-1614 (((-111) $ $) 19 (|has| |#1| (-1079)))))
+(((-1073 |#1|) (-13 (-1072 |#1|) (-10 -7 (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|) (IF (|has| |#1| (-831)) (-6 (-1074 |#1| (-630 |#1|))) |%noBranch|))) (-1192)) (T -1073))
+NIL
+(-13 (-1072 |#1|) (-10 -7 (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|) (IF (|has| |#1| (-831)) (-6 (-1074 |#1| (-630 |#1|))) |%noBranch|)))
+((-1464 (($ |#1| |#1|) 7)) (-1478 ((|#2| (-1 |#1| |#1|) $) 16)) (-1458 ((|#1| $) 10)) (-4208 ((|#1| $) 12)) (-4218 (((-553) $) 8)) (-3637 ((|#1| $) 9)) (-4229 ((|#1| $) 11)) (-3924 ((|#2| (-630 $)) 18) ((|#2| $) 17)) (-1523 (($ |#1|) 6)) (-4269 (($ |#1| |#1|) 14)) (-1421 (($ $ (-553)) 13)))
+(((-1074 |#1| |#2|) (-137) (-831) (-1128 |t#1|)) (T -1074))
+((-3924 (*1 *2 *3) (-12 (-5 *3 (-630 *1)) (-4 *1 (-1074 *4 *2)) (-4 *4 (-831)) (-4 *2 (-1128 *4)))) (-3924 (*1 *2 *1) (-12 (-4 *1 (-1074 *3 *2)) (-4 *3 (-831)) (-4 *2 (-1128 *3)))) (-1478 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1074 *4 *2)) (-4 *4 (-831)) (-4 *2 (-1128 *4)))))
+(-13 (-1072 |t#1|) (-10 -8 (-15 -3924 (|t#2| (-630 $))) (-15 -3924 (|t#2| $)) (-15 -1478 (|t#2| (-1 |t#1| |t#1|) $))))
+(((-1072 |#1|) . T) ((-1192) . T))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2679 (((-1114) $) 12)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 20) (((-1160) $) NIL) (($ (-1160)) NIL)) (-4300 (((-630 (-1114)) $) 10)) (-1614 (((-111) $ $) NIL)))
+(((-1075) (-13 (-1062) (-10 -8 (-15 -4300 ((-630 (-1114)) $)) (-15 -2679 ((-1114) $))))) (T -1075))
+((-4300 (*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-1075)))) (-2679 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1075)))))
+(-13 (-1062) (-10 -8 (-15 -4300 ((-630 (-1114)) $)) (-15 -2679 ((-1114) $))))
+((-1502 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-3547 (($ $ $) 10)) (-3558 (($ $ $) NIL) (($ $ |#2|) 15)))
+(((-1076 |#1| |#2|) (-10 -8 (-15 -1502 (|#1| |#2| |#1|)) (-15 -1502 (|#1| |#1| |#2|)) (-15 -1502 (|#1| |#1| |#1|)) (-15 -3547 (|#1| |#1| |#1|)) (-15 -3558 (|#1| |#1| |#2|)) (-15 -3558 (|#1| |#1| |#1|))) (-1077 |#2|) (-1079)) (T -1076))
+NIL
+(-10 -8 (-15 -1502 (|#1| |#2| |#1|)) (-15 -1502 (|#1| |#1| |#2|)) (-15 -1502 (|#1| |#1| |#1|)) (-15 -3547 (|#1| |#1| |#1|)) (-15 -3558 (|#1| |#1| |#2|)) (-15 -3558 (|#1| |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1502 (($ $ $) 18) (($ $ |#1|) 17) (($ |#1| $) 16)) (-3547 (($ $ $) 20)) (-3506 (((-111) $ $) 19)) (-2549 (((-111) $ (-757)) 35)) (-1440 (($) 25) (($ (-630 |#1|)) 24)) (-3953 (($ (-1 (-111) |#1|) $) 56 (|has| $ (-6 -4369)))) (-3203 (($) 36 T CONST)) (-2738 (($ $) 59 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#1| $) 58 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 55 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4369)))) (-3136 (((-630 |#1|) $) 43 (|has| $ (-6 -4369)))) (-3030 (((-111) $ $) 28)) (-3625 (((-111) $ (-757)) 34)) (-2447 (((-630 |#1|) $) 44 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 46 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 38)) (-3711 (((-111) $ (-757)) 33)) (-4056 (((-1137) $) 9)) (-4115 (($ $ $) 23)) (-2875 (((-1099) $) 10)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 52)) (-1563 (((-111) (-1 (-111) |#1|) $) 41 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#1|) (-630 |#1|)) 50 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 49 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 48 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 (-288 |#1|))) 47 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 29)) (-3437 (((-111) $) 32)) (-1422 (($) 31)) (-3558 (($ $ $) 22) (($ $ |#1|) 21)) (-2885 (((-757) |#1| $) 45 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#1|) $) 42 (|has| $ (-6 -4369)))) (-1488 (($ $) 30)) (-1523 (((-529) $) 60 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 51)) (-3212 (((-845) $) 11)) (-3540 (($) 27) (($ (-630 |#1|)) 26)) (-1798 (((-111) (-1 (-111) |#1|) $) 40 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 6)) (-2656 (((-757) $) 37 (|has| $ (-6 -4369)))))
+(((-1077 |#1|) (-137) (-1079)) (T -1077))
+((-3030 (*1 *2 *1 *1) (-12 (-4 *1 (-1077 *3)) (-4 *3 (-1079)) (-5 *2 (-111)))) (-3540 (*1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))) (-3540 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-4 *1 (-1077 *3)))) (-1440 (*1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))) (-1440 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-4 *1 (-1077 *3)))) (-4115 (*1 *1 *1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))) (-3558 (*1 *1 *1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))) (-3558 (*1 *1 *1 *2) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))) (-3547 (*1 *1 *1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))) (-3506 (*1 *2 *1 *1) (-12 (-4 *1 (-1077 *3)) (-4 *3 (-1079)) (-5 *2 (-111)))) (-1502 (*1 *1 *1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))) (-1502 (*1 *1 *1 *2) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))) (-1502 (*1 *1 *2 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))))
+(-13 (-1079) (-148 |t#1|) (-10 -8 (-6 -4359) (-15 -3030 ((-111) $ $)) (-15 -3540 ($)) (-15 -3540 ($ (-630 |t#1|))) (-15 -1440 ($)) (-15 -1440 ($ (-630 |t#1|))) (-15 -4115 ($ $ $)) (-15 -3558 ($ $ $)) (-15 -3558 ($ $ |t#1|)) (-15 -3547 ($ $ $)) (-15 -3506 ((-111) $ $)) (-15 -1502 ($ $ $)) (-15 -1502 ($ $ |t#1|)) (-15 -1502 ($ |t#1| $))))
+(((-34) . T) ((-101) . T) ((-600 (-845)) . T) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) . T) ((-1192) . T))
+((-4056 (((-1137) $) 10)) (-2875 (((-1099) $) 8)))
+(((-1078 |#1|) (-10 -8 (-15 -4056 ((-1137) |#1|)) (-15 -2875 ((-1099) |#1|))) (-1079)) (T -1078))
+NIL
+(-10 -8 (-15 -4056 ((-1137) |#1|)) (-15 -2875 ((-1099) |#1|)))
+((-3200 (((-111) $ $) 7)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)))
+(((-1079) (-137)) (T -1079))
+((-2875 (*1 *2 *1) (-12 (-4 *1 (-1079)) (-5 *2 (-1099)))) (-4056 (*1 *2 *1) (-12 (-4 *1 (-1079)) (-5 *2 (-1137)))))
+(-13 (-101) (-600 (-845)) (-10 -8 (-15 -2875 ((-1099) $)) (-15 -4056 ((-1137) $))))
+(((-101) . T) ((-600 (-845)) . T))
+((-3200 (((-111) $ $) NIL)) (-2662 (((-757)) 30)) (-3940 (($ (-630 (-903))) 52)) (-3747 (((-3 $ "failed") $ (-903) (-903)) 58)) (-1333 (($) 32)) (-4349 (((-111) (-903) $) 35)) (-3941 (((-903) $) 50)) (-4056 (((-1137) $) NIL)) (-2839 (($ (-903)) 31)) (-4301 (((-3 $ "failed") $ (-903)) 55)) (-2875 (((-1099) $) NIL)) (-1716 (((-1238 $)) 40)) (-4031 (((-630 (-903)) $) 24)) (-2695 (((-757) $ (-903) (-903)) 56)) (-3212 (((-845) $) 29)) (-1614 (((-111) $ $) 21)))
+(((-1080 |#1| |#2|) (-13 (-362) (-10 -8 (-15 -4301 ((-3 $ "failed") $ (-903))) (-15 -3747 ((-3 $ "failed") $ (-903) (-903))) (-15 -4031 ((-630 (-903)) $)) (-15 -3940 ($ (-630 (-903)))) (-15 -1716 ((-1238 $))) (-15 -4349 ((-111) (-903) $)) (-15 -2695 ((-757) $ (-903) (-903))))) (-903) (-903)) (T -1080))
+((-4301 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-903)) (-5 *1 (-1080 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3747 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-903)) (-5 *1 (-1080 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-4031 (*1 *2 *1) (-12 (-5 *2 (-630 (-903))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-903)) (-14 *4 (-903)))) (-3940 (*1 *1 *2) (-12 (-5 *2 (-630 (-903))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-903)) (-14 *4 (-903)))) (-1716 (*1 *2) (-12 (-5 *2 (-1238 (-1080 *3 *4))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-903)) (-14 *4 (-903)))) (-4349 (*1 *2 *3 *1) (-12 (-5 *3 (-903)) (-5 *2 (-111)) (-5 *1 (-1080 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-2695 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-903)) (-5 *2 (-757)) (-5 *1 (-1080 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-13 (-362) (-10 -8 (-15 -4301 ((-3 $ "failed") $ (-903))) (-15 -3747 ((-3 $ "failed") $ (-903) (-903))) (-15 -4031 ((-630 (-903)) $)) (-15 -3940 ($ (-630 (-903)))) (-15 -1716 ((-1238 $))) (-15 -4349 ((-111) (-903) $)) (-15 -2695 ((-757) $ (-903) (-903)))))
+((-3200 (((-111) $ $) NIL)) (-4216 (($) NIL (|has| |#1| (-362)))) (-1502 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 74)) (-3547 (($ $ $) 72)) (-3506 (((-111) $ $) 73)) (-2549 (((-111) $ (-757)) NIL)) (-2662 (((-757)) NIL (|has| |#1| (-362)))) (-1440 (($ (-630 |#1|)) NIL) (($) 13)) (-3656 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1875 (($ |#1| $) 67 (|has| $ (-6 -4369))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4369)))) (-1333 (($) NIL (|has| |#1| (-362)))) (-3136 (((-630 |#1|) $) 19 (|has| $ (-6 -4369)))) (-3030 (((-111) $ $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1773 ((|#1| $) 57 (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 66 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2012 ((|#1| $) 55 (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 34)) (-3941 (((-903) $) NIL (|has| |#1| (-362)))) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-4115 (($ $ $) 70)) (-3311 ((|#1| $) 25)) (-1429 (($ |#1| $) 65)) (-2839 (($ (-903)) NIL (|has| |#1| (-362)))) (-2875 (((-1099) $) NIL)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 31)) (-2037 ((|#1| $) 27)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 21)) (-1422 (($) 11)) (-3558 (($ $ |#1|) NIL) (($ $ $) 71)) (-4015 (($) NIL) (($ (-630 |#1|)) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) 16)) (-1523 (((-529) $) 52 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 61)) (-3885 (($ $) NIL (|has| |#1| (-362)))) (-3212 (((-845) $) NIL)) (-2326 (((-757) $) NIL)) (-3540 (($ (-630 |#1|)) NIL) (($) 12)) (-4142 (($ (-630 |#1|)) NIL)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 54)) (-2656 (((-757) $) 10 (|has| $ (-6 -4369)))))
+(((-1081 |#1|) (-419 |#1|) (-1079)) (T -1081))
NIL
(-419 |#1|)
-((-3202 (((-111) $ $) 7)) (-2288 (((-111) $) 32)) (-3542 ((|#2| $) 27)) (-1529 (((-111) $) 33)) (-3986 ((|#1| $) 28)) (-2679 (((-111) $) 35)) (-2400 (((-111) $) 37)) (-1320 (((-111) $) 34)) (-2623 (((-1136) $) 9)) (-3227 (((-111) $) 31)) (-3563 ((|#3| $) 26)) (-2876 (((-1098) $) 10)) (-3983 (((-111) $) 30)) (-3396 ((|#4| $) 25)) (-1452 ((|#5| $) 24)) (-2771 (((-111) $ $) 38)) (-2060 (($ $ (-552)) 14) (($ $ (-629 (-552))) 13)) (-3552 (((-629 $) $) 29)) (-1522 (($ (-629 $)) 23) (($ |#1|) 22) (($ |#2|) 21) (($ |#3|) 20) (($ |#4|) 19) (($ |#5|) 18)) (-3213 (((-844) $) 11)) (-2588 (($ $) 16)) (-2576 (($ $) 17)) (-3171 (((-111) $) 36)) (-1613 (((-111) $ $) 6)) (-2657 (((-552) $) 15)))
-(((-1081 |#1| |#2| |#3| |#4| |#5|) (-137) (-1078) (-1078) (-1078) (-1078) (-1078)) (T -1081))
-((-2771 (*1 *2 *1 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))) (-2400 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))) (-3171 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))) (-1320 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))) (-1529 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))) (-2288 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))) (-3227 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))) (-3983 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))) (-3552 (*1 *2 *1) (-12 (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-629 *1)) (-4 *1 (-1081 *3 *4 *5 *6 *7)))) (-3986 (*1 *2 *1) (-12 (-4 *1 (-1081 *2 *3 *4 *5 *6)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))) (-3542 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *2 *4 *5 *6)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))) (-3563 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *2 *5 *6)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))) (-3396 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *2 *6)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))) (-1452 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *2)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)))) (-1522 (*1 *1 *2) (-12 (-4 *1 (-1081 *2 *3 *4 *5 *6)) (-4 *2 (-1078)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)))) (-1522 (*1 *1 *2) (-12 (-4 *1 (-1081 *3 *2 *4 *5 *6)) (-4 *3 (-1078)) (-4 *2 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)))) (-1522 (*1 *1 *2) (-12 (-4 *1 (-1081 *3 *4 *2 *5 *6)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *2 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)))) (-1522 (*1 *1 *2) (-12 (-4 *1 (-1081 *3 *4 *5 *2 *6)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *2 (-1078)) (-4 *6 (-1078)))) (-1522 (*1 *1 *2) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *2)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))) (-2576 (*1 *1 *1) (-12 (-4 *1 (-1081 *2 *3 *4 *5 *6)) (-4 *2 (-1078)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)))) (-2588 (*1 *1 *1) (-12 (-4 *1 (-1081 *2 *3 *4 *5 *6)) (-4 *2 (-1078)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)))) (-2657 (*1 *2 *1) (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-552)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)))))
-(-13 (-1078) (-10 -8 (-15 -2771 ((-111) $ $)) (-15 -2400 ((-111) $)) (-15 -3171 ((-111) $)) (-15 -2679 ((-111) $)) (-15 -1320 ((-111) $)) (-15 -1529 ((-111) $)) (-15 -2288 ((-111) $)) (-15 -3227 ((-111) $)) (-15 -3983 ((-111) $)) (-15 -3552 ((-629 $) $)) (-15 -3986 (|t#1| $)) (-15 -3542 (|t#2| $)) (-15 -3563 (|t#3| $)) (-15 -3396 (|t#4| $)) (-15 -1452 (|t#5| $)) (-15 -1522 ($ (-629 $))) (-15 -1522 ($ |t#1|)) (-15 -1522 ($ |t#2|)) (-15 -1522 ($ |t#3|)) (-15 -1522 ($ |t#4|)) (-15 -1522 ($ |t#5|)) (-15 -2576 ($ $)) (-15 -2588 ($ $)) (-15 -2657 ((-552) $)) (-15 -2060 ($ $ (-552))) (-15 -2060 ($ $ (-629 (-552))))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-2288 (((-111) $) NIL)) (-3542 (((-1154) $) NIL)) (-1529 (((-111) $) NIL)) (-3986 (((-1136) $) NIL)) (-2679 (((-111) $) NIL)) (-2400 (((-111) $) NIL)) (-1320 (((-111) $) NIL)) (-2623 (((-1136) $) NIL)) (-3227 (((-111) $) NIL)) (-3563 (((-552) $) NIL)) (-2876 (((-1098) $) NIL)) (-3983 (((-111) $) NIL)) (-3396 (((-220) $) NIL)) (-1452 (((-844) $) NIL)) (-2771 (((-111) $ $) NIL)) (-2060 (($ $ (-552)) NIL) (($ $ (-629 (-552))) NIL)) (-3552 (((-629 $) $) NIL)) (-1522 (($ (-629 $)) NIL) (($ (-1136)) NIL) (($ (-1154)) NIL) (($ (-552)) NIL) (($ (-220)) NIL) (($ (-844)) NIL)) (-3213 (((-844) $) NIL)) (-2588 (($ $) NIL)) (-2576 (($ $) NIL)) (-3171 (((-111) $) NIL)) (-1613 (((-111) $ $) NIL)) (-2657 (((-552) $) NIL)))
-(((-1082) (-1081 (-1136) (-1154) (-552) (-220) (-844))) (T -1082))
-NIL
-(-1081 (-1136) (-1154) (-552) (-220) (-844))
-((-3202 (((-111) $ $) NIL)) (-2288 (((-111) $) 40)) (-3542 ((|#2| $) 43)) (-1529 (((-111) $) 18)) (-3986 ((|#1| $) 19)) (-2679 (((-111) $) 38)) (-2400 (((-111) $) 14)) (-1320 (((-111) $) 39)) (-2623 (((-1136) $) NIL)) (-3227 (((-111) $) 41)) (-3563 ((|#3| $) 45)) (-2876 (((-1098) $) NIL)) (-3983 (((-111) $) 42)) (-3396 ((|#4| $) 44)) (-1452 ((|#5| $) 46)) (-2771 (((-111) $ $) 37)) (-2060 (($ $ (-552)) 57) (($ $ (-629 (-552))) 59)) (-3552 (((-629 $) $) 25)) (-1522 (($ (-629 $)) 47) (($ |#1|) 48) (($ |#2|) 49) (($ |#3|) 50) (($ |#4|) 51) (($ |#5|) 52)) (-3213 (((-844) $) 26)) (-2588 (($ $) 24)) (-2576 (($ $) 53)) (-3171 (((-111) $) 21)) (-1613 (((-111) $ $) 36)) (-2657 (((-552) $) 55)))
-(((-1083 |#1| |#2| |#3| |#4| |#5|) (-1081 |#1| |#2| |#3| |#4| |#5|) (-1078) (-1078) (-1078) (-1078) (-1078)) (T -1083))
-NIL
-(-1081 |#1| |#2| |#3| |#4| |#5|)
-((-2175 (((-1242) $) 23)) (-2610 (($ (-1154) (-428) |#2|) 11)) (-3213 (((-844) $) 16)))
-(((-1084 |#1| |#2|) (-13 (-389) (-10 -8 (-15 -2610 ($ (-1154) (-428) |#2|)))) (-832) (-424 |#1|)) (T -1084))
-((-2610 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1154)) (-5 *3 (-428)) (-4 *5 (-832)) (-5 *1 (-1084 *5 *4)) (-4 *4 (-424 *5)))))
-(-13 (-389) (-10 -8 (-15 -2610 ($ (-1154) (-428) |#2|))))
-((-2119 (((-111) |#5| |#5|) 38)) (-3248 (((-111) |#5| |#5|) 52)) (-2049 (((-111) |#5| (-629 |#5|)) 75) (((-111) |#5| |#5|) 61)) (-4045 (((-111) (-629 |#4|) (-629 |#4|)) 58)) (-4030 (((-111) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) 63)) (-2675 (((-1242)) 33)) (-2490 (((-1242) (-1136) (-1136) (-1136)) 29)) (-3288 (((-629 |#5|) (-629 |#5|)) 82)) (-2722 (((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) 80)) (-2418 (((-629 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|)))) (-629 |#4|) (-629 |#5|) (-111) (-111)) 102)) (-2237 (((-111) |#5| |#5|) 47)) (-3804 (((-3 (-111) "failed") |#5| |#5|) 71)) (-2672 (((-111) (-629 |#4|) (-629 |#4|)) 57)) (-1535 (((-111) (-629 |#4|) (-629 |#4|)) 59)) (-4343 (((-111) (-629 |#4|) (-629 |#4|)) 60)) (-2383 (((-3 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|))) "failed") (-629 |#4|) |#5| (-629 |#4|) (-111) (-111) (-111) (-111) (-111)) 98)) (-2111 (((-629 |#5|) (-629 |#5|)) 43)))
-(((-1085 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2490 ((-1242) (-1136) (-1136) (-1136))) (-15 -2675 ((-1242))) (-15 -2119 ((-111) |#5| |#5|)) (-15 -2111 ((-629 |#5|) (-629 |#5|))) (-15 -2237 ((-111) |#5| |#5|)) (-15 -3248 ((-111) |#5| |#5|)) (-15 -4045 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -2672 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -1535 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -4343 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -3804 ((-3 (-111) "failed") |#5| |#5|)) (-15 -2049 ((-111) |#5| |#5|)) (-15 -2049 ((-111) |#5| (-629 |#5|))) (-15 -3288 ((-629 |#5|) (-629 |#5|))) (-15 -4030 ((-111) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) (-15 -2722 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-15 -2418 ((-629 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|)))) (-629 |#4|) (-629 |#5|) (-111) (-111))) (-15 -2383 ((-3 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|))) "failed") (-629 |#4|) |#5| (-629 |#4|) (-111) (-111) (-111) (-111) (-111)))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|) (-1050 |#1| |#2| |#3| |#4|)) (T -1085))
-((-2383 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *9 (-1044 *6 *7 *8)) (-5 *2 (-2 (|:| -2771 (-629 *9)) (|:| -3361 *4) (|:| |ineq| (-629 *9)))) (-5 *1 (-1085 *6 *7 *8 *9 *4)) (-5 *3 (-629 *9)) (-4 *4 (-1050 *6 *7 *8 *9)))) (-2418 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-629 *10)) (-5 *5 (-111)) (-4 *10 (-1050 *6 *7 *8 *9)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *9 (-1044 *6 *7 *8)) (-5 *2 (-629 (-2 (|:| -2771 (-629 *9)) (|:| -3361 *10) (|:| |ineq| (-629 *9))))) (-5 *1 (-1085 *6 *7 *8 *9 *10)) (-5 *3 (-629 *9)))) (-2722 (*1 *2 *2) (-12 (-5 *2 (-629 (-2 (|:| |val| (-629 *6)) (|:| -3361 *7)))) (-4 *6 (-1044 *3 *4 *5)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-1085 *3 *4 *5 *6 *7)))) (-4030 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-629 *7)) (|:| -3361 *8))) (-4 *7 (-1044 *4 *5 *6)) (-4 *8 (-1050 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *8)))) (-3288 (*1 *2 *2) (-12 (-5 *2 (-629 *7)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *1 (-1085 *3 *4 *5 *6 *7)))) (-2049 (*1 *2 *3 *4) (-12 (-5 *4 (-629 *3)) (-4 *3 (-1050 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-1085 *5 *6 *7 *8 *3)))) (-2049 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-3804 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-4343 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-1535 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-2672 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-4045 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-3248 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-2237 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-2111 (*1 *2 *2) (-12 (-5 *2 (-629 *7)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *1 (-1085 *3 *4 *5 *6 *7)))) (-2119 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))) (-2675 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242)) (-5 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6)))) (-2490 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242)) (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2490 ((-1242) (-1136) (-1136) (-1136))) (-15 -2675 ((-1242))) (-15 -2119 ((-111) |#5| |#5|)) (-15 -2111 ((-629 |#5|) (-629 |#5|))) (-15 -2237 ((-111) |#5| |#5|)) (-15 -3248 ((-111) |#5| |#5|)) (-15 -4045 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -2672 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -1535 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -4343 ((-111) (-629 |#4|) (-629 |#4|))) (-15 -3804 ((-3 (-111) "failed") |#5| |#5|)) (-15 -2049 ((-111) |#5| |#5|)) (-15 -2049 ((-111) |#5| (-629 |#5|))) (-15 -3288 ((-629 |#5|) (-629 |#5|))) (-15 -4030 ((-111) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) (-15 -2722 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-15 -2418 ((-629 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|)))) (-629 |#4|) (-629 |#5|) (-111) (-111))) (-15 -2383 ((-3 (-2 (|:| -2771 (-629 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-629 |#4|))) "failed") (-629 |#4|) |#5| (-629 |#4|) (-111) (-111) (-111) (-111) (-111))))
-((-1892 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|) 96)) (-2460 (((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|) 72)) (-1883 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|) 91)) (-1846 (((-629 |#5|) |#4| |#5|) 110)) (-4175 (((-629 |#5|) |#4| |#5|) 117)) (-1649 (((-629 |#5|) |#4| |#5|) 118)) (-1548 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 97)) (-3949 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 116)) (-2252 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 46) (((-111) |#4| |#5|) 53)) (-2198 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#3| (-111)) 84) (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111)) 50)) (-2978 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|) 79)) (-3829 (((-1242)) 37)) (-1553 (((-1242)) 26)) (-1696 (((-1242) (-1136) (-1136) (-1136)) 33)) (-2116 (((-1242) (-1136) (-1136) (-1136)) 22)))
-(((-1086 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2116 ((-1242) (-1136) (-1136) (-1136))) (-15 -1553 ((-1242))) (-15 -1696 ((-1242) (-1136) (-1136) (-1136))) (-15 -3829 ((-1242))) (-15 -2460 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -2198 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111))) (-15 -2198 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#3| (-111))) (-15 -2978 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1883 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -2252 ((-111) |#4| |#5|)) (-15 -1548 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1846 ((-629 |#5|) |#4| |#5|)) (-15 -3949 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -4175 ((-629 |#5|) |#4| |#5|)) (-15 -2252 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1649 ((-629 |#5|) |#4| |#5|)) (-15 -1892 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|) (-1050 |#1| |#2| |#3| |#4|)) (T -1086))
-((-1892 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1649 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 *4)) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-2252 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-4175 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 *4)) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-3949 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1846 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 *4)) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1548 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-2252 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-1883 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-2978 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-2198 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 (-2 (|:| |val| (-629 *8)) (|:| -3361 *9)))) (-5 *5 (-111)) (-4 *8 (-1044 *6 *7 *4)) (-4 *9 (-1050 *6 *7 *4 *8)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *4 (-832)) (-5 *2 (-629 (-2 (|:| |val| *8) (|:| -3361 *9)))) (-5 *1 (-1086 *6 *7 *4 *8 *9)))) (-2198 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *3 (-1044 *6 *7 *8)) (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1086 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3)))) (-2460 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))) (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))) (-3829 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242)) (-5 *1 (-1086 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6)))) (-1696 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242)) (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))) (-1553 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242)) (-5 *1 (-1086 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6)))) (-2116 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242)) (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
-(-10 -7 (-15 -2116 ((-1242) (-1136) (-1136) (-1136))) (-15 -1553 ((-1242))) (-15 -1696 ((-1242) (-1136) (-1136) (-1136))) (-15 -3829 ((-1242))) (-15 -2460 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -2198 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111))) (-15 -2198 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) |#3| (-111))) (-15 -2978 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1883 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -2252 ((-111) |#4| |#5|)) (-15 -1548 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1846 ((-629 |#5|) |#4| |#5|)) (-15 -3949 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -4175 ((-629 |#5|) |#4| |#5|)) (-15 -2252 ((-629 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -1649 ((-629 |#5|) |#4| |#5|)) (-15 -1892 ((-629 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|)))
-((-3202 (((-111) $ $) 7)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |#4|)))) (-629 |#4|)) 85)) (-1830 (((-629 $) (-629 |#4|)) 86) (((-629 $) (-629 |#4|) (-111)) 111)) (-3611 (((-629 |#3|) $) 33)) (-3902 (((-111) $) 26)) (-1565 (((-111) $) 17 (|has| |#1| (-544)))) (-2007 (((-111) |#4| $) 101) (((-111) $) 97)) (-2240 ((|#4| |#4| $) 92)) (-4116 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 126)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) 27)) (-4238 (((-111) $ (-756)) 44)) (-3954 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4368))) (((-3 |#4| "failed") $ |#3|) 79)) (-2130 (($) 45 T CONST)) (-3320 (((-111) $) 22 (|has| |#1| (-544)))) (-4177 (((-111) $ $) 24 (|has| |#1| (-544)))) (-3170 (((-111) $ $) 23 (|has| |#1| (-544)))) (-2797 (((-111) $) 25 (|has| |#1| (-544)))) (-3228 (((-629 |#4|) (-629 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-3662 (((-629 |#4|) (-629 |#4|) $) 18 (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) 19 (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) 36)) (-2832 (($ (-629 |#4|)) 35)) (-2715 (((-3 $ "failed") $) 82)) (-3126 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#4| $) 67 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-544)))) (-3738 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-2081 ((|#4| |#4| $) 87)) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4368))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-3817 (((-2 (|:| -2571 (-629 |#4|)) (|:| -3092 (-629 |#4|))) $) 105)) (-2851 (((-111) |#4| $) 136)) (-4035 (((-111) |#4| $) 133)) (-3250 (((-111) |#4| $) 137) (((-111) $) 134)) (-3138 (((-629 |#4|) $) 52 (|has| $ (-6 -4368)))) (-3065 (((-111) |#4| $) 104) (((-111) $) 103)) (-2940 ((|#3| $) 34)) (-1418 (((-111) $ (-756)) 43)) (-3278 (((-629 |#4|) $) 53 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 47)) (-3420 (((-629 |#3|) $) 32)) (-2677 (((-111) |#3| $) 31)) (-1745 (((-111) $ (-756)) 42)) (-2623 (((-1136) $) 9)) (-1322 (((-3 |#4| (-629 $)) |#4| |#4| $) 128)) (-2043 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 127)) (-2680 (((-3 |#4| "failed") $) 83)) (-1999 (((-629 $) |#4| $) 129)) (-4253 (((-3 (-111) (-629 $)) |#4| $) 132)) (-1890 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 131) (((-111) |#4| $) 130)) (-4011 (((-629 $) |#4| $) 125) (((-629 $) (-629 |#4|) $) 124) (((-629 $) (-629 |#4|) (-629 $)) 123) (((-629 $) |#4| (-629 $)) 122)) (-2300 (($ |#4| $) 117) (($ (-629 |#4|) $) 116)) (-3887 (((-629 |#4|) $) 107)) (-3287 (((-111) |#4| $) 99) (((-111) $) 95)) (-2498 ((|#4| |#4| $) 90)) (-4343 (((-111) $ $) 110)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-544)))) (-3150 (((-111) |#4| $) 100) (((-111) $) 96)) (-3848 ((|#4| |#4| $) 91)) (-2876 (((-1098) $) 10)) (-2702 (((-3 |#4| "failed") $) 84)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-1800 (((-3 $ "failed") $ |#4|) 78)) (-3136 (($ $ |#4|) 77) (((-629 $) |#4| $) 115) (((-629 $) |#4| (-629 $)) 114) (((-629 $) (-629 |#4|) $) 113) (((-629 $) (-629 |#4|) (-629 $)) 112)) (-3944 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) 38)) (-3435 (((-111) $) 41)) (-3430 (($) 40)) (-3299 (((-756) $) 106)) (-2885 (((-756) |#4| $) 54 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4368)))) (-1487 (($ $) 39)) (-1522 (((-528) $) 69 (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) 60)) (-2542 (($ $ |#3|) 28)) (-1853 (($ $ |#3|) 30)) (-3081 (($ $) 88)) (-2387 (($ $ |#3|) 29)) (-3213 (((-844) $) 11) (((-629 |#4|) $) 37)) (-1753 (((-756) $) 76 (|has| |#3| (-362)))) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-2015 (((-111) $ (-1 (-111) |#4| (-629 |#4|))) 98)) (-3933 (((-629 $) |#4| $) 121) (((-629 $) |#4| (-629 $)) 120) (((-629 $) (-629 |#4|) $) 119) (((-629 $) (-629 |#4|) (-629 $)) 118)) (-2584 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4368)))) (-2242 (((-629 |#3|) $) 81)) (-2452 (((-111) |#4| $) 135)) (-2904 (((-111) |#3| $) 80)) (-1613 (((-111) $ $) 6)) (-2657 (((-756) $) 46 (|has| $ (-6 -4368)))))
-(((-1087 |#1| |#2| |#3| |#4|) (-137) (-445) (-778) (-832) (-1044 |t#1| |t#2| |t#3|)) (T -1087))
-NIL
-(-13 (-1050 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-101) . T) ((-599 (-629 |#4|)) . T) ((-599 (-844)) . T) ((-148 |#4|) . T) ((-600 (-528)) |has| |#4| (-600 (-528))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-482 |#4|) . T) ((-506 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-957 |#1| |#2| |#3| |#4|) . T) ((-1050 |#1| |#2| |#3| |#4|) . T) ((-1078) . T) ((-1184 |#1| |#2| |#3| |#4|) . T) ((-1191) . T))
-((-2929 (((-629 (-552)) (-552) (-552) (-552)) 22)) (-1816 (((-629 (-552)) (-552) (-552) (-552)) 12)) (-2132 (((-629 (-552)) (-552) (-552) (-552)) 18)) (-3618 (((-552) (-552) (-552)) 9)) (-3083 (((-1237 (-552)) (-629 (-552)) (-1237 (-552)) (-552)) 46) (((-1237 (-552)) (-1237 (-552)) (-1237 (-552)) (-552)) 41)) (-3010 (((-629 (-552)) (-629 (-552)) (-629 (-552)) (-111)) 28)) (-3440 (((-673 (-552)) (-629 (-552)) (-629 (-552)) (-673 (-552))) 45)) (-2357 (((-673 (-552)) (-629 (-552)) (-629 (-552))) 33)) (-3879 (((-629 (-673 (-552))) (-629 (-552))) 35)) (-4206 (((-629 (-552)) (-629 (-552)) (-629 (-552)) (-673 (-552))) 49)) (-4110 (((-673 (-552)) (-629 (-552)) (-629 (-552)) (-629 (-552))) 57)))
-(((-1088) (-10 -7 (-15 -4110 ((-673 (-552)) (-629 (-552)) (-629 (-552)) (-629 (-552)))) (-15 -4206 ((-629 (-552)) (-629 (-552)) (-629 (-552)) (-673 (-552)))) (-15 -3879 ((-629 (-673 (-552))) (-629 (-552)))) (-15 -2357 ((-673 (-552)) (-629 (-552)) (-629 (-552)))) (-15 -3440 ((-673 (-552)) (-629 (-552)) (-629 (-552)) (-673 (-552)))) (-15 -3010 ((-629 (-552)) (-629 (-552)) (-629 (-552)) (-111))) (-15 -3083 ((-1237 (-552)) (-1237 (-552)) (-1237 (-552)) (-552))) (-15 -3083 ((-1237 (-552)) (-629 (-552)) (-1237 (-552)) (-552))) (-15 -3618 ((-552) (-552) (-552))) (-15 -2132 ((-629 (-552)) (-552) (-552) (-552))) (-15 -1816 ((-629 (-552)) (-552) (-552) (-552))) (-15 -2929 ((-629 (-552)) (-552) (-552) (-552))))) (T -1088))
-((-2929 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-1088)) (-5 *3 (-552)))) (-1816 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-1088)) (-5 *3 (-552)))) (-2132 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-1088)) (-5 *3 (-552)))) (-3618 (*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-1088)))) (-3083 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1237 (-552))) (-5 *3 (-629 (-552))) (-5 *4 (-552)) (-5 *1 (-1088)))) (-3083 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1237 (-552))) (-5 *3 (-552)) (-5 *1 (-1088)))) (-3010 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-629 (-552))) (-5 *3 (-111)) (-5 *1 (-1088)))) (-3440 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-673 (-552))) (-5 *3 (-629 (-552))) (-5 *1 (-1088)))) (-2357 (*1 *2 *3 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-673 (-552))) (-5 *1 (-1088)))) (-3879 (*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-629 (-673 (-552)))) (-5 *1 (-1088)))) (-4206 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-629 (-552))) (-5 *3 (-673 (-552))) (-5 *1 (-1088)))) (-4110 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-673 (-552))) (-5 *1 (-1088)))))
-(-10 -7 (-15 -4110 ((-673 (-552)) (-629 (-552)) (-629 (-552)) (-629 (-552)))) (-15 -4206 ((-629 (-552)) (-629 (-552)) (-629 (-552)) (-673 (-552)))) (-15 -3879 ((-629 (-673 (-552))) (-629 (-552)))) (-15 -2357 ((-673 (-552)) (-629 (-552)) (-629 (-552)))) (-15 -3440 ((-673 (-552)) (-629 (-552)) (-629 (-552)) (-673 (-552)))) (-15 -3010 ((-629 (-552)) (-629 (-552)) (-629 (-552)) (-111))) (-15 -3083 ((-1237 (-552)) (-1237 (-552)) (-1237 (-552)) (-552))) (-15 -3083 ((-1237 (-552)) (-629 (-552)) (-1237 (-552)) (-552))) (-15 -3618 ((-552) (-552) (-552))) (-15 -2132 ((-629 (-552)) (-552) (-552) (-552))) (-15 -1816 ((-629 (-552)) (-552) (-552) (-552))) (-15 -2929 ((-629 (-552)) (-552) (-552) (-552))))
-((** (($ $ (-902)) 10)))
-(((-1089 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-902)))) (-1090)) (T -1089))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-902))))
-((-3202 (((-111) $ $) 7)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)) (** (($ $ (-902)) 13)) (* (($ $ $) 14)))
-(((-1090) (-137)) (T -1090))
-((* (*1 *1 *1 *1) (-4 *1 (-1090))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1090)) (-5 *2 (-902)))))
-(-13 (-1078) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-902)))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL (|has| |#3| (-1078)))) (-3643 (((-111) $) NIL (|has| |#3| (-129)))) (-1725 (($ (-902)) NIL (|has| |#3| (-1030)))) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3305 (($ $ $) NIL (|has| |#3| (-778)))) (-4012 (((-3 $ "failed") $ $) NIL (|has| |#3| (-129)))) (-4238 (((-111) $ (-756)) NIL)) (-2663 (((-756)) NIL (|has| |#3| (-362)))) (-3886 (((-552) $) NIL (|has| |#3| (-830)))) (-1470 ((|#3| $ (-552) |#3|) NIL (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (-12 (|has| |#3| (-1019 (-552))) (|has| |#3| (-1078)))) (((-3 (-401 (-552)) "failed") $) NIL (-12 (|has| |#3| (-1019 (-401 (-552)))) (|has| |#3| (-1078)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1078)))) (-2832 (((-552) $) NIL (-12 (|has| |#3| (-1019 (-552))) (|has| |#3| (-1078)))) (((-401 (-552)) $) NIL (-12 (|has| |#3| (-1019 (-401 (-552)))) (|has| |#3| (-1078)))) ((|#3| $) NIL (|has| |#3| (-1078)))) (-2714 (((-673 (-552)) (-673 $)) NIL (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| |#3| (-625 (-552))) (|has| |#3| (-1030)))) (((-2 (|:| -2325 (-673 |#3|)) (|:| |vec| (-1237 |#3|))) (-673 $) (-1237 $)) NIL (|has| |#3| (-1030))) (((-673 |#3|) (-673 $)) NIL (|has| |#3| (-1030)))) (-1293 (((-3 $ "failed") $) NIL (|has| |#3| (-711)))) (-1332 (($) NIL (|has| |#3| (-362)))) (-2957 ((|#3| $ (-552) |#3|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#3| $ (-552)) 12)) (-1338 (((-111) $) NIL (|has| |#3| (-830)))) (-3138 (((-629 |#3|) $) NIL (|has| $ (-6 -4368)))) (-4065 (((-111) $) NIL (|has| |#3| (-711)))) (-3127 (((-111) $) NIL (|has| |#3| (-830)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-3278 (((-629 |#3|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#3| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-2947 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#3| |#3|) $) NIL)) (-1637 (((-902) $) NIL (|has| |#3| (-362)))) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#3| (-1078)))) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2840 (($ (-902)) NIL (|has| |#3| (-362)))) (-2876 (((-1098) $) NIL (|has| |#3| (-1078)))) (-2702 ((|#3| $) NIL (|has| (-552) (-832)))) (-1518 (($ $ |#3|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#3|))) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ (-288 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078)))) (($ $ (-629 |#3|) (-629 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#3| (-1078))))) (-3627 (((-629 |#3|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#3| $ (-552) |#3|) NIL) ((|#3| $ (-552)) NIL)) (-3632 ((|#3| $ $) NIL (|has| |#3| (-1030)))) (-3519 (($ (-1237 |#3|)) NIL)) (-3725 (((-132)) NIL (|has| |#3| (-357)))) (-3096 (($ $) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-1 |#3| |#3|) (-756)) NIL (|has| |#3| (-1030))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1030)))) (-2885 (((-756) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4368))) (((-756) |#3| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#3| (-1078))))) (-1487 (($ $) NIL)) (-3213 (((-1237 |#3|) $) NIL) (($ (-552)) NIL (-4029 (-12 (|has| |#3| (-1019 (-552))) (|has| |#3| (-1078))) (|has| |#3| (-1030)))) (($ (-401 (-552))) NIL (-12 (|has| |#3| (-1019 (-401 (-552)))) (|has| |#3| (-1078)))) (($ |#3|) NIL (|has| |#3| (-1078))) (((-844) $) NIL (|has| |#3| (-599 (-844))))) (-2014 (((-756)) NIL (|has| |#3| (-1030)))) (-2584 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4368)))) (-1578 (($ $) NIL (|has| |#3| (-830)))) (-3297 (($) NIL (|has| |#3| (-129)) CONST)) (-3309 (($) NIL (|has| |#3| (-711)) CONST)) (-1765 (($ $) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1030)))) (($ $ (-756)) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1030)))) (($ $ (-1154)) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#3| (-881 (-1154))) (|has| |#3| (-1030)))) (($ $ (-1 |#3| |#3|) (-756)) NIL (|has| |#3| (-1030))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1030)))) (-1666 (((-111) $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-1644 (((-111) $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-1613 (((-111) $ $) NIL (|has| |#3| (-1078)))) (-1655 (((-111) $ $) NIL (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-1632 (((-111) $ $) 17 (-4029 (|has| |#3| (-778)) (|has| |#3| (-830))))) (-1720 (($ $ |#3|) NIL (|has| |#3| (-357)))) (-1709 (($ $ $) NIL (|has| |#3| (-1030))) (($ $) NIL (|has| |#3| (-1030)))) (-1698 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-756)) NIL (|has| |#3| (-711))) (($ $ (-902)) NIL (|has| |#3| (-711)))) (* (($ (-552) $) NIL (|has| |#3| (-1030))) (($ $ $) NIL (|has| |#3| (-711))) (($ $ |#3|) NIL (|has| |#3| (-711))) (($ |#3| $) NIL (|has| |#3| (-711))) (($ (-756) $) NIL (|has| |#3| (-129))) (($ (-902) $) NIL (|has| |#3| (-25)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1091 |#1| |#2| |#3|) (-233 |#1| |#3|) (-756) (-756) (-778)) (T -1091))
+((-3200 (((-111) $ $) 7)) (-4079 (((-111) $) 32)) (-3541 ((|#2| $) 27)) (-2108 (((-111) $) 33)) (-3985 ((|#1| $) 28)) (-1438 (((-111) $) 35)) (-3874 (((-111) $) 37)) (-2018 (((-111) $) 34)) (-4056 (((-1137) $) 9)) (-3214 (((-111) $) 31)) (-3562 ((|#3| $) 26)) (-2875 (((-1099) $) 10)) (-1927 (((-111) $) 30)) (-3393 ((|#4| $) 25)) (-1453 ((|#5| $) 24)) (-2770 (((-111) $ $) 38)) (-2061 (($ $ (-553)) 14) (($ $ (-630 (-553))) 13)) (-3551 (((-630 $) $) 29)) (-1523 (($ (-630 $)) 23) (($ |#1|) 22) (($ |#2|) 21) (($ |#3|) 20) (($ |#4|) 19) (($ |#5|) 18)) (-3212 (((-845) $) 11)) (-2587 (($ $) 16)) (-2575 (($ $) 17)) (-2772 (((-111) $) 36)) (-1614 (((-111) $ $) 6)) (-2656 (((-553) $) 15)))
+(((-1082 |#1| |#2| |#3| |#4| |#5|) (-137) (-1079) (-1079) (-1079) (-1079) (-1079)) (T -1082))
+((-2770 (*1 *2 *1 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))) (-3874 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))) (-2772 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))) (-1438 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))) (-2018 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))) (-2108 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))) (-4079 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))) (-3214 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))) (-1927 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))) (-3551 (*1 *2 *1) (-12 (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-630 *1)) (-4 *1 (-1082 *3 *4 *5 *6 *7)))) (-3985 (*1 *2 *1) (-12 (-4 *1 (-1082 *2 *3 *4 *5 *6)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))) (-3541 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *2 *4 *5 *6)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))) (-3562 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *2 *5 *6)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))) (-3393 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *2 *6)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))) (-1453 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *2)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)))) (-1523 (*1 *1 *2) (-12 (-4 *1 (-1082 *2 *3 *4 *5 *6)) (-4 *2 (-1079)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)))) (-1523 (*1 *1 *2) (-12 (-4 *1 (-1082 *3 *2 *4 *5 *6)) (-4 *3 (-1079)) (-4 *2 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)))) (-1523 (*1 *1 *2) (-12 (-4 *1 (-1082 *3 *4 *2 *5 *6)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *2 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)))) (-1523 (*1 *1 *2) (-12 (-4 *1 (-1082 *3 *4 *5 *2 *6)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *2 (-1079)) (-4 *6 (-1079)))) (-1523 (*1 *1 *2) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *2)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))) (-2575 (*1 *1 *1) (-12 (-4 *1 (-1082 *2 *3 *4 *5 *6)) (-4 *2 (-1079)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)))) (-2587 (*1 *1 *1) (-12 (-4 *1 (-1082 *2 *3 *4 *5 *6)) (-4 *2 (-1079)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)))) (-2656 (*1 *2 *1) (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-553)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)))))
+(-13 (-1079) (-10 -8 (-15 -2770 ((-111) $ $)) (-15 -3874 ((-111) $)) (-15 -2772 ((-111) $)) (-15 -1438 ((-111) $)) (-15 -2018 ((-111) $)) (-15 -2108 ((-111) $)) (-15 -4079 ((-111) $)) (-15 -3214 ((-111) $)) (-15 -1927 ((-111) $)) (-15 -3551 ((-630 $) $)) (-15 -3985 (|t#1| $)) (-15 -3541 (|t#2| $)) (-15 -3562 (|t#3| $)) (-15 -3393 (|t#4| $)) (-15 -1453 (|t#5| $)) (-15 -1523 ($ (-630 $))) (-15 -1523 ($ |t#1|)) (-15 -1523 ($ |t#2|)) (-15 -1523 ($ |t#3|)) (-15 -1523 ($ |t#4|)) (-15 -1523 ($ |t#5|)) (-15 -2575 ($ $)) (-15 -2587 ($ $)) (-15 -2656 ((-553) $)) (-15 -2061 ($ $ (-553))) (-15 -2061 ($ $ (-630 (-553))))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-4079 (((-111) $) NIL)) (-3541 (((-1155) $) NIL)) (-2108 (((-111) $) NIL)) (-3985 (((-1137) $) NIL)) (-1438 (((-111) $) NIL)) (-3874 (((-111) $) NIL)) (-2018 (((-111) $) NIL)) (-4056 (((-1137) $) NIL)) (-3214 (((-111) $) NIL)) (-3562 (((-553) $) NIL)) (-2875 (((-1099) $) NIL)) (-1927 (((-111) $) NIL)) (-3393 (((-220) $) NIL)) (-1453 (((-845) $) NIL)) (-2770 (((-111) $ $) NIL)) (-2061 (($ $ (-553)) NIL) (($ $ (-630 (-553))) NIL)) (-3551 (((-630 $) $) NIL)) (-1523 (($ (-630 $)) NIL) (($ (-1137)) NIL) (($ (-1155)) NIL) (($ (-553)) NIL) (($ (-220)) NIL) (($ (-845)) NIL)) (-3212 (((-845) $) NIL)) (-2587 (($ $) NIL)) (-2575 (($ $) NIL)) (-2772 (((-111) $) NIL)) (-1614 (((-111) $ $) NIL)) (-2656 (((-553) $) NIL)))
+(((-1083) (-1082 (-1137) (-1155) (-553) (-220) (-845))) (T -1083))
+NIL
+(-1082 (-1137) (-1155) (-553) (-220) (-845))
+((-3200 (((-111) $ $) NIL)) (-4079 (((-111) $) 40)) (-3541 ((|#2| $) 43)) (-2108 (((-111) $) 18)) (-3985 ((|#1| $) 19)) (-1438 (((-111) $) 38)) (-3874 (((-111) $) 14)) (-2018 (((-111) $) 39)) (-4056 (((-1137) $) NIL)) (-3214 (((-111) $) 41)) (-3562 ((|#3| $) 45)) (-2875 (((-1099) $) NIL)) (-1927 (((-111) $) 42)) (-3393 ((|#4| $) 44)) (-1453 ((|#5| $) 46)) (-2770 (((-111) $ $) 37)) (-2061 (($ $ (-553)) 57) (($ $ (-630 (-553))) 59)) (-3551 (((-630 $) $) 25)) (-1523 (($ (-630 $)) 47) (($ |#1|) 48) (($ |#2|) 49) (($ |#3|) 50) (($ |#4|) 51) (($ |#5|) 52)) (-3212 (((-845) $) 26)) (-2587 (($ $) 24)) (-2575 (($ $) 53)) (-2772 (((-111) $) 21)) (-1614 (((-111) $ $) 36)) (-2656 (((-553) $) 55)))
+(((-1084 |#1| |#2| |#3| |#4| |#5|) (-1082 |#1| |#2| |#3| |#4| |#5|) (-1079) (-1079) (-1079) (-1079) (-1079)) (T -1084))
+NIL
+(-1082 |#1| |#2| |#3| |#4| |#5|)
+((-2176 (((-1243) $) 23)) (-2608 (($ (-1155) (-428) |#2|) 11)) (-3212 (((-845) $) 16)))
+(((-1085 |#1| |#2|) (-13 (-389) (-10 -8 (-15 -2608 ($ (-1155) (-428) |#2|)))) (-833) (-424 |#1|)) (T -1085))
+((-2608 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1155)) (-5 *3 (-428)) (-4 *5 (-833)) (-5 *1 (-1085 *5 *4)) (-4 *4 (-424 *5)))))
+(-13 (-389) (-10 -8 (-15 -2608 ($ (-1155) (-428) |#2|))))
+((-3098 (((-111) |#5| |#5|) 38)) (-2128 (((-111) |#5| |#5|) 52)) (-3617 (((-111) |#5| (-630 |#5|)) 75) (((-111) |#5| |#5|) 61)) (-1302 (((-111) (-630 |#4|) (-630 |#4|)) 58)) (-4255 (((-111) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) 63)) (-1409 (((-1243)) 33)) (-2227 (((-1243) (-1137) (-1137) (-1137)) 29)) (-2559 (((-630 |#5|) (-630 |#5|)) 82)) (-3761 (((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) 80)) (-2825 (((-630 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|)))) (-630 |#4|) (-630 |#5|) (-111) (-111)) 102)) (-1607 (((-111) |#5| |#5|) 47)) (-3971 (((-3 (-111) "failed") |#5| |#5|) 71)) (-1383 (((-111) (-630 |#4|) (-630 |#4|)) 57)) (-2161 (((-111) (-630 |#4|) (-630 |#4|)) 59)) (-4202 (((-111) (-630 |#4|) (-630 |#4|)) 60)) (-3744 (((-3 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|))) "failed") (-630 |#4|) |#5| (-630 |#4|) (-111) (-111) (-111) (-111) (-111)) 98)) (-3007 (((-630 |#5|) (-630 |#5|)) 43)))
+(((-1086 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2227 ((-1243) (-1137) (-1137) (-1137))) (-15 -1409 ((-1243))) (-15 -3098 ((-111) |#5| |#5|)) (-15 -3007 ((-630 |#5|) (-630 |#5|))) (-15 -1607 ((-111) |#5| |#5|)) (-15 -2128 ((-111) |#5| |#5|)) (-15 -1302 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -1383 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -2161 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -4202 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -3971 ((-3 (-111) "failed") |#5| |#5|)) (-15 -3617 ((-111) |#5| |#5|)) (-15 -3617 ((-111) |#5| (-630 |#5|))) (-15 -2559 ((-630 |#5|) (-630 |#5|))) (-15 -4255 ((-111) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) (-15 -3761 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-15 -2825 ((-630 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|)))) (-630 |#4|) (-630 |#5|) (-111) (-111))) (-15 -3744 ((-3 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|))) "failed") (-630 |#4|) |#5| (-630 |#4|) (-111) (-111) (-111) (-111) (-111)))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|) (-1051 |#1| |#2| |#3| |#4|)) (T -1086))
+((-3744 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *9 (-1045 *6 *7 *8)) (-5 *2 (-2 (|:| -2770 (-630 *9)) (|:| -3361 *4) (|:| |ineq| (-630 *9)))) (-5 *1 (-1086 *6 *7 *8 *9 *4)) (-5 *3 (-630 *9)) (-4 *4 (-1051 *6 *7 *8 *9)))) (-2825 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-630 *10)) (-5 *5 (-111)) (-4 *10 (-1051 *6 *7 *8 *9)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *9 (-1045 *6 *7 *8)) (-5 *2 (-630 (-2 (|:| -2770 (-630 *9)) (|:| -3361 *10) (|:| |ineq| (-630 *9))))) (-5 *1 (-1086 *6 *7 *8 *9 *10)) (-5 *3 (-630 *9)))) (-3761 (*1 *2 *2) (-12 (-5 *2 (-630 (-2 (|:| |val| (-630 *6)) (|:| -3361 *7)))) (-4 *6 (-1045 *3 *4 *5)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-1086 *3 *4 *5 *6 *7)))) (-4255 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-630 *7)) (|:| -3361 *8))) (-4 *7 (-1045 *4 *5 *6)) (-4 *8 (-1051 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *8)))) (-2559 (*1 *2 *2) (-12 (-5 *2 (-630 *7)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *1 (-1086 *3 *4 *5 *6 *7)))) (-3617 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-1051 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-1086 *5 *6 *7 *8 *3)))) (-3617 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-3971 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-4202 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-2161 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-1383 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-1302 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-2128 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-1607 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-3007 (*1 *2 *2) (-12 (-5 *2 (-630 *7)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *1 (-1086 *3 *4 *5 *6 *7)))) (-3098 (*1 *2 *3 *3) (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)) (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))) (-1409 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243)) (-5 *1 (-1086 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6)))) (-2227 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243)) (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(-10 -7 (-15 -2227 ((-1243) (-1137) (-1137) (-1137))) (-15 -1409 ((-1243))) (-15 -3098 ((-111) |#5| |#5|)) (-15 -3007 ((-630 |#5|) (-630 |#5|))) (-15 -1607 ((-111) |#5| |#5|)) (-15 -2128 ((-111) |#5| |#5|)) (-15 -1302 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -1383 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -2161 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -4202 ((-111) (-630 |#4|) (-630 |#4|))) (-15 -3971 ((-3 (-111) "failed") |#5| |#5|)) (-15 -3617 ((-111) |#5| |#5|)) (-15 -3617 ((-111) |#5| (-630 |#5|))) (-15 -2559 ((-630 |#5|) (-630 |#5|))) (-15 -4255 ((-111) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) (-15 -3761 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-15 -2825 ((-630 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|)))) (-630 |#4|) (-630 |#5|) (-111) (-111))) (-15 -3744 ((-3 (-2 (|:| -2770 (-630 |#4|)) (|:| -3361 |#5|) (|:| |ineq| (-630 |#4|))) "failed") (-630 |#4|) |#5| (-630 |#4|) (-111) (-111) (-111) (-111) (-111))))
+((-2628 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|) 96)) (-3220 (((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|) 72)) (-2524 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|) 90)) (-2093 (((-630 |#5|) |#4| |#5|) 110)) (-3178 (((-630 |#5|) |#4| |#5|) 117)) (-4018 (((-630 |#5|) |#4| |#5|) 118)) (-2321 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 97)) (-1609 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 116)) (-1770 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|) 46) (((-111) |#4| |#5|) 53)) (-2583 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#3| (-111)) 84) (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111)) 50)) (-1320 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|) 79)) (-3042 (((-1243)) 37)) (-2372 (((-1243)) 26)) (-1335 (((-1243) (-1137) (-1137) (-1137)) 33)) (-3061 (((-1243) (-1137) (-1137) (-1137)) 22)))
+(((-1087 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3061 ((-1243) (-1137) (-1137) (-1137))) (-15 -2372 ((-1243))) (-15 -1335 ((-1243) (-1137) (-1137) (-1137))) (-15 -3042 ((-1243))) (-15 -3220 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -2583 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111))) (-15 -2583 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#3| (-111))) (-15 -1320 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -2524 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1770 ((-111) |#4| |#5|)) (-15 -2321 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -2093 ((-630 |#5|) |#4| |#5|)) (-15 -1609 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -3178 ((-630 |#5|) |#4| |#5|)) (-15 -1770 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -4018 ((-630 |#5|) |#4| |#5|)) (-15 -2628 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|) (-1051 |#1| |#2| |#3| |#4|)) (T -1087))
+((-2628 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-4018 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 *4)) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-1770 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-3178 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 *4)) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-1609 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-2093 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 *4)) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-2321 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4)))) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-1770 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-111)) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-2524 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-1320 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-2583 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 (-2 (|:| |val| (-630 *8)) (|:| -3361 *9)))) (-5 *5 (-111)) (-4 *8 (-1045 *6 *7 *4)) (-4 *9 (-1051 *6 *7 *4 *8)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *4 (-833)) (-5 *2 (-630 (-2 (|:| |val| *8) (|:| -3361 *9)))) (-5 *1 (-1087 *6 *7 *4 *8 *9)))) (-2583 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *3 (-1045 *6 *7 *8)) (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1087 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3)))) (-3220 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))) (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))) (-3042 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243)) (-5 *1 (-1087 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6)))) (-1335 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243)) (-5 *1 (-1087 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))) (-2372 (*1 *2) (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243)) (-5 *1 (-1087 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6)))) (-3061 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243)) (-5 *1 (-1087 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3061 ((-1243) (-1137) (-1137) (-1137))) (-15 -2372 ((-1243))) (-15 -1335 ((-1243) (-1137) (-1137) (-1137))) (-15 -3042 ((-1243))) (-15 -3220 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -2583 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5| (-111) (-111))) (-15 -2583 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) |#3| (-111))) (-15 -1320 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -2524 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#4| |#5|)) (-15 -1770 ((-111) |#4| |#5|)) (-15 -2321 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -2093 ((-630 |#5|) |#4| |#5|)) (-15 -1609 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -3178 ((-630 |#5|) |#4| |#5|)) (-15 -1770 ((-630 (-2 (|:| |val| (-111)) (|:| -3361 |#5|))) |#4| |#5|)) (-15 -4018 ((-630 |#5|) |#4| |#5|)) (-15 -2628 ((-630 (-2 (|:| |val| |#4|) (|:| -3361 |#5|))) |#4| |#5|)))
+((-3200 (((-111) $ $) 7)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |#4|)))) (-630 |#4|)) 85)) (-3240 (((-630 $) (-630 |#4|)) 86) (((-630 $) (-630 |#4|) (-111)) 111)) (-3611 (((-630 |#3|) $) 33)) (-2484 (((-111) $) 26)) (-2518 (((-111) $) 17 (|has| |#1| (-545)))) (-1305 (((-111) |#4| $) 101) (((-111) $) 97)) (-1637 ((|#4| |#4| $) 92)) (-3837 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 126)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) 27)) (-2549 (((-111) $ (-757)) 44)) (-3953 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4369))) (((-3 |#4| "failed") $ |#3|) 79)) (-3203 (($) 45 T CONST)) (-1579 (((-111) $) 22 (|has| |#1| (-545)))) (-3199 (((-111) $ $) 24 (|has| |#1| (-545)))) (-2763 (((-111) $ $) 23 (|has| |#1| (-545)))) (-3271 (((-111) $) 25 (|has| |#1| (-545)))) (-3227 (((-630 |#4|) (-630 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-1931 (((-630 |#4|) (-630 |#4|) $) 18 (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) 19 (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) 36)) (-2831 (($ (-630 |#4|)) 35)) (-2714 (((-3 $ "failed") $) 82)) (-2250 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#4| $) 67 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-545)))) (-1410 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-3899 ((|#4| |#4| $) 87)) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4369))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-2920 (((-2 (|:| -2570 (-630 |#4|)) (|:| -3089 (-630 |#4|))) $) 105)) (-2561 (((-111) |#4| $) 136)) (-4298 (((-111) |#4| $) 133)) (-2152 (((-111) |#4| $) 137) (((-111) $) 134)) (-3136 (((-630 |#4|) $) 52 (|has| $ (-6 -4369)))) (-2928 (((-111) |#4| $) 104) (((-111) $) 103)) (-4051 ((|#3| $) 34)) (-3625 (((-111) $ (-757)) 43)) (-2447 (((-630 |#4|) $) 53 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 47)) (-1345 (((-630 |#3|) $) 32)) (-1426 (((-111) |#3| $) 31)) (-3711 (((-111) $ (-757)) 42)) (-4056 (((-1137) $) 9)) (-2041 (((-3 |#4| (-630 $)) |#4| |#4| $) 128)) (-3568 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 127)) (-2679 (((-3 |#4| "failed") $) 83)) (-4302 (((-630 $) |#4| $) 129)) (-2742 (((-3 (-111) (-630 $)) |#4| $) 132)) (-2605 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 131) (((-111) |#4| $) 130)) (-4115 (((-630 $) |#4| $) 125) (((-630 $) (-630 |#4|) $) 124) (((-630 $) (-630 |#4|) (-630 $)) 123) (((-630 $) |#4| (-630 $)) 122)) (-4196 (($ |#4| $) 117) (($ (-630 |#4|) $) 116)) (-2312 (((-630 |#4|) $) 107)) (-2546 (((-111) |#4| $) 99) (((-111) $) 95)) (-2279 ((|#4| |#4| $) 90)) (-4202 (((-111) $ $) 110)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-545)))) (-2528 (((-111) |#4| $) 100) (((-111) $) 96)) (-3239 ((|#4| |#4| $) 91)) (-2875 (((-1099) $) 10)) (-2701 (((-3 |#4| "failed") $) 84)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-2968 (((-3 $ "failed") $ |#4|) 78)) (-2370 (($ $ |#4|) 77) (((-630 $) |#4| $) 115) (((-630 $) |#4| (-630 $)) 114) (((-630 $) (-630 |#4|) $) 113) (((-630 $) (-630 |#4|) (-630 $)) 112)) (-1563 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) 38)) (-3437 (((-111) $) 41)) (-1422 (($) 40)) (-2672 (((-757) $) 106)) (-2885 (((-757) |#4| $) 54 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4369)))) (-1488 (($ $) 39)) (-1523 (((-529) $) 69 (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) 60)) (-2739 (($ $ |#3|) 28)) (-2167 (($ $ |#3|) 30)) (-3082 (($ $) 88)) (-3777 (($ $ |#3|) 29)) (-3212 (((-845) $) 11) (((-630 |#4|) $) 37)) (-3775 (((-757) $) 76 (|has| |#3| (-362)))) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-1357 (((-111) $ (-1 (-111) |#4| (-630 |#4|))) 98)) (-2767 (((-630 $) |#4| $) 121) (((-630 $) |#4| (-630 $)) 120) (((-630 $) (-630 |#4|) $) 119) (((-630 $) (-630 |#4|) (-630 $)) 118)) (-1798 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4369)))) (-1660 (((-630 |#3|) $) 81)) (-3144 (((-111) |#4| $) 135)) (-1758 (((-111) |#3| $) 80)) (-1614 (((-111) $ $) 6)) (-2656 (((-757) $) 46 (|has| $ (-6 -4369)))))
+(((-1088 |#1| |#2| |#3| |#4|) (-137) (-445) (-779) (-833) (-1045 |t#1| |t#2| |t#3|)) (T -1088))
+NIL
+(-13 (-1051 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-101) . T) ((-600 (-630 |#4|)) . T) ((-600 (-845)) . T) ((-148 |#4|) . T) ((-601 (-529)) |has| |#4| (-601 (-529))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-482 |#4|) . T) ((-507 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-958 |#1| |#2| |#3| |#4|) . T) ((-1051 |#1| |#2| |#3| |#4|) . T) ((-1079) . T) ((-1185 |#1| |#2| |#3| |#4|) . T) ((-1192) . T))
+((-2016 (((-630 (-553)) (-553) (-553) (-553)) 22)) (-3101 (((-630 (-553)) (-553) (-553) (-553)) 12)) (-3226 (((-630 (-553)) (-553) (-553) (-553)) 18)) (-2761 (((-553) (-553) (-553)) 9)) (-3105 (((-1238 (-553)) (-630 (-553)) (-1238 (-553)) (-553)) 46) (((-1238 (-553)) (-1238 (-553)) (-1238 (-553)) (-553)) 41)) (-3584 (((-630 (-553)) (-630 (-553)) (-630 (-553)) (-111)) 28)) (-3469 (((-674 (-553)) (-630 (-553)) (-630 (-553)) (-674 (-553))) 45)) (-3522 (((-674 (-553)) (-630 (-553)) (-630 (-553))) 33)) (-2245 (((-630 (-674 (-553))) (-630 (-553))) 35)) (-2215 (((-630 (-553)) (-630 (-553)) (-630 (-553)) (-674 (-553))) 49)) (-3779 (((-674 (-553)) (-630 (-553)) (-630 (-553)) (-630 (-553))) 57)))
+(((-1089) (-10 -7 (-15 -3779 ((-674 (-553)) (-630 (-553)) (-630 (-553)) (-630 (-553)))) (-15 -2215 ((-630 (-553)) (-630 (-553)) (-630 (-553)) (-674 (-553)))) (-15 -2245 ((-630 (-674 (-553))) (-630 (-553)))) (-15 -3522 ((-674 (-553)) (-630 (-553)) (-630 (-553)))) (-15 -3469 ((-674 (-553)) (-630 (-553)) (-630 (-553)) (-674 (-553)))) (-15 -3584 ((-630 (-553)) (-630 (-553)) (-630 (-553)) (-111))) (-15 -3105 ((-1238 (-553)) (-1238 (-553)) (-1238 (-553)) (-553))) (-15 -3105 ((-1238 (-553)) (-630 (-553)) (-1238 (-553)) (-553))) (-15 -2761 ((-553) (-553) (-553))) (-15 -3226 ((-630 (-553)) (-553) (-553) (-553))) (-15 -3101 ((-630 (-553)) (-553) (-553) (-553))) (-15 -2016 ((-630 (-553)) (-553) (-553) (-553))))) (T -1089))
+((-2016 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-1089)) (-5 *3 (-553)))) (-3101 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-1089)) (-5 *3 (-553)))) (-3226 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-1089)) (-5 *3 (-553)))) (-2761 (*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-1089)))) (-3105 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1238 (-553))) (-5 *3 (-630 (-553))) (-5 *4 (-553)) (-5 *1 (-1089)))) (-3105 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1238 (-553))) (-5 *3 (-553)) (-5 *1 (-1089)))) (-3584 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-630 (-553))) (-5 *3 (-111)) (-5 *1 (-1089)))) (-3469 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-674 (-553))) (-5 *3 (-630 (-553))) (-5 *1 (-1089)))) (-3522 (*1 *2 *3 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-674 (-553))) (-5 *1 (-1089)))) (-2245 (*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-630 (-674 (-553)))) (-5 *1 (-1089)))) (-2215 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-630 (-553))) (-5 *3 (-674 (-553))) (-5 *1 (-1089)))) (-3779 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-674 (-553))) (-5 *1 (-1089)))))
+(-10 -7 (-15 -3779 ((-674 (-553)) (-630 (-553)) (-630 (-553)) (-630 (-553)))) (-15 -2215 ((-630 (-553)) (-630 (-553)) (-630 (-553)) (-674 (-553)))) (-15 -2245 ((-630 (-674 (-553))) (-630 (-553)))) (-15 -3522 ((-674 (-553)) (-630 (-553)) (-630 (-553)))) (-15 -3469 ((-674 (-553)) (-630 (-553)) (-630 (-553)) (-674 (-553)))) (-15 -3584 ((-630 (-553)) (-630 (-553)) (-630 (-553)) (-111))) (-15 -3105 ((-1238 (-553)) (-1238 (-553)) (-1238 (-553)) (-553))) (-15 -3105 ((-1238 (-553)) (-630 (-553)) (-1238 (-553)) (-553))) (-15 -2761 ((-553) (-553) (-553))) (-15 -3226 ((-630 (-553)) (-553) (-553) (-553))) (-15 -3101 ((-630 (-553)) (-553) (-553) (-553))) (-15 -2016 ((-630 (-553)) (-553) (-553) (-553))))
+((** (($ $ (-903)) 10)))
+(((-1090 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-903)))) (-1091)) (T -1090))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-903))))
+((-3200 (((-111) $ $) 7)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)) (** (($ $ (-903)) 13)) (* (($ $ $) 14)))
+(((-1091) (-137)) (T -1091))
+((* (*1 *1 *1 *1) (-4 *1 (-1091))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1091)) (-5 *2 (-903)))))
+(-13 (-1079) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-903)))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL (|has| |#3| (-1079)))) (-1719 (((-111) $) NIL (|has| |#3| (-129)))) (-3530 (($ (-903)) NIL (|has| |#3| (-1031)))) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-1462 (($ $ $) NIL (|has| |#3| (-779)))) (-4123 (((-3 $ "failed") $ $) NIL (|has| |#3| (-129)))) (-2549 (((-111) $ (-757)) NIL)) (-2662 (((-757)) NIL (|has| |#3| (-362)))) (-2299 (((-553) $) NIL (|has| |#3| (-831)))) (-1471 ((|#3| $ (-553) |#3|) NIL (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (-12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079)))) (((-3 (-401 (-553)) "failed") $) NIL (-12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1079)))) (-2831 (((-553) $) NIL (-12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079)))) (((-401 (-553)) $) NIL (-12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079)))) ((|#3| $) NIL (|has| |#3| (-1079)))) (-3698 (((-674 (-553)) (-674 $)) NIL (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| |#3| (-626 (-553))) (|has| |#3| (-1031)))) (((-2 (|:| -1317 (-674 |#3|)) (|:| |vec| (-1238 |#3|))) (-674 $) (-1238 $)) NIL (|has| |#3| (-1031))) (((-674 |#3|) (-674 $)) NIL (|has| |#3| (-1031)))) (-3889 (((-3 $ "failed") $) NIL (|has| |#3| (-712)))) (-1333 (($) NIL (|has| |#3| (-362)))) (-2959 ((|#3| $ (-553) |#3|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#3| $ (-553)) 12)) (-2184 (((-111) $) NIL (|has| |#3| (-831)))) (-3136 (((-630 |#3|) $) NIL (|has| $ (-6 -4369)))) (-1434 (((-111) $) NIL (|has| |#3| (-712)))) (-2260 (((-111) $) NIL (|has| |#3| (-831)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-2447 (((-630 |#3|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#3| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-2947 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#3| |#3|) $) NIL)) (-3941 (((-903) $) NIL (|has| |#3| (-362)))) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#3| (-1079)))) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2839 (($ (-903)) NIL (|has| |#3| (-362)))) (-2875 (((-1099) $) NIL (|has| |#3| (-1079)))) (-2701 ((|#3| $) NIL (|has| (-553) (-833)))) (-2001 (($ $ |#3|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#3|))) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ (-288 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079)))) (($ $ (-630 |#3|) (-630 |#3|)) NIL (-12 (|has| |#3| (-303 |#3|)) (|has| |#3| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#3| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#3| (-1079))))) (-1556 (((-630 |#3|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#3| $ (-553) |#3|) NIL) ((|#3| $ (-553)) NIL)) (-1602 ((|#3| $ $) NIL (|has| |#3| (-1031)))) (-3518 (($ (-1238 |#3|)) NIL)) (-1315 (((-132)) NIL (|has| |#3| (-357)))) (-3095 (($ $) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-1 |#3| |#3|) (-757)) NIL (|has| |#3| (-1031))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1031)))) (-2885 (((-757) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4369))) (((-757) |#3| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#3| (-1079))))) (-1488 (($ $) NIL)) (-3212 (((-1238 |#3|) $) NIL) (($ (-553)) NIL (-4028 (-12 (|has| |#3| (-1020 (-553))) (|has| |#3| (-1079))) (|has| |#3| (-1031)))) (($ (-401 (-553))) NIL (-12 (|has| |#3| (-1020 (-401 (-553)))) (|has| |#3| (-1079)))) (($ |#3|) NIL (|has| |#3| (-1079))) (((-845) $) NIL (|has| |#3| (-600 (-845))))) (-1348 (((-757)) NIL (|has| |#3| (-1031)))) (-1798 (((-111) (-1 (-111) |#3|) $) NIL (|has| $ (-6 -4369)))) (-1411 (($ $) NIL (|has| |#3| (-831)))) (-3296 (($) NIL (|has| |#3| (-129)) CONST)) (-3308 (($) NIL (|has| |#3| (-712)) CONST)) (-1766 (($ $) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1031)))) (($ $ (-757)) NIL (-12 (|has| |#3| (-228)) (|has| |#3| (-1031)))) (($ $ (-1155)) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#3| (-882 (-1155))) (|has| |#3| (-1031)))) (($ $ (-1 |#3| |#3|) (-757)) NIL (|has| |#3| (-1031))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-1031)))) (-1667 (((-111) $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-1645 (((-111) $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-1614 (((-111) $ $) NIL (|has| |#3| (-1079)))) (-1656 (((-111) $ $) NIL (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-1633 (((-111) $ $) 17 (-4028 (|has| |#3| (-779)) (|has| |#3| (-831))))) (-1721 (($ $ |#3|) NIL (|has| |#3| (-357)))) (-1710 (($ $ $) NIL (|has| |#3| (-1031))) (($ $) NIL (|has| |#3| (-1031)))) (-1699 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-757)) NIL (|has| |#3| (-712))) (($ $ (-903)) NIL (|has| |#3| (-712)))) (* (($ (-553) $) NIL (|has| |#3| (-1031))) (($ $ $) NIL (|has| |#3| (-712))) (($ $ |#3|) NIL (|has| |#3| (-712))) (($ |#3| $) NIL (|has| |#3| (-712))) (($ (-757) $) NIL (|has| |#3| (-129))) (($ (-903) $) NIL (|has| |#3| (-25)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1092 |#1| |#2| |#3|) (-233 |#1| |#3|) (-757) (-757) (-779)) (T -1092))
NIL
(-233 |#1| |#3|)
-((-2719 (((-629 (-1210 |#2| |#1|)) (-1210 |#2| |#1|) (-1210 |#2| |#1|)) 37)) (-2145 (((-552) (-1210 |#2| |#1|)) 69 (|has| |#1| (-445)))) (-3277 (((-552) (-1210 |#2| |#1|)) 54)) (-2204 (((-629 (-1210 |#2| |#1|)) (-1210 |#2| |#1|) (-1210 |#2| |#1|)) 45)) (-4341 (((-552) (-1210 |#2| |#1|) (-1210 |#2| |#1|)) 68 (|has| |#1| (-445)))) (-2868 (((-629 |#1|) (-1210 |#2| |#1|) (-1210 |#2| |#1|)) 48)) (-2870 (((-552) (-1210 |#2| |#1|) (-1210 |#2| |#1|)) 53)))
-(((-1092 |#1| |#2|) (-10 -7 (-15 -2719 ((-629 (-1210 |#2| |#1|)) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -2204 ((-629 (-1210 |#2| |#1|)) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -2868 ((-629 |#1|) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -2870 ((-552) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -3277 ((-552) (-1210 |#2| |#1|))) (IF (|has| |#1| (-445)) (PROGN (-15 -4341 ((-552) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -2145 ((-552) (-1210 |#2| |#1|)))) |%noBranch|)) (-805) (-1154)) (T -1092))
-((-2145 (*1 *2 *3) (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-445)) (-4 *4 (-805)) (-14 *5 (-1154)) (-5 *2 (-552)) (-5 *1 (-1092 *4 *5)))) (-4341 (*1 *2 *3 *3) (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-445)) (-4 *4 (-805)) (-14 *5 (-1154)) (-5 *2 (-552)) (-5 *1 (-1092 *4 *5)))) (-3277 (*1 *2 *3) (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-805)) (-14 *5 (-1154)) (-5 *2 (-552)) (-5 *1 (-1092 *4 *5)))) (-2870 (*1 *2 *3 *3) (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-805)) (-14 *5 (-1154)) (-5 *2 (-552)) (-5 *1 (-1092 *4 *5)))) (-2868 (*1 *2 *3 *3) (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-805)) (-14 *5 (-1154)) (-5 *2 (-629 *4)) (-5 *1 (-1092 *4 *5)))) (-2204 (*1 *2 *3 *3) (-12 (-4 *4 (-805)) (-14 *5 (-1154)) (-5 *2 (-629 (-1210 *5 *4))) (-5 *1 (-1092 *4 *5)) (-5 *3 (-1210 *5 *4)))) (-2719 (*1 *2 *3 *3) (-12 (-4 *4 (-805)) (-14 *5 (-1154)) (-5 *2 (-629 (-1210 *5 *4))) (-5 *1 (-1092 *4 *5)) (-5 *3 (-1210 *5 *4)))))
-(-10 -7 (-15 -2719 ((-629 (-1210 |#2| |#1|)) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -2204 ((-629 (-1210 |#2| |#1|)) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -2868 ((-629 |#1|) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -2870 ((-552) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -3277 ((-552) (-1210 |#2| |#1|))) (IF (|has| |#1| (-445)) (PROGN (-15 -4341 ((-552) (-1210 |#2| |#1|) (-1210 |#2| |#1|))) (-15 -2145 ((-552) (-1210 |#2| |#1|)))) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-2905 (($ (-498) (-1096)) 14)) (-1337 (((-1096) $) 20)) (-4290 (((-498) $) 17)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 28) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-1093) (-13 (-1061) (-10 -8 (-15 -2905 ($ (-498) (-1096))) (-15 -4290 ((-498) $)) (-15 -1337 ((-1096) $))))) (T -1093))
-((-2905 (*1 *1 *2 *3) (-12 (-5 *2 (-498)) (-5 *3 (-1096)) (-5 *1 (-1093)))) (-4290 (*1 *2 *1) (-12 (-5 *2 (-498)) (-5 *1 (-1093)))) (-1337 (*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-1093)))))
-(-13 (-1061) (-10 -8 (-15 -2905 ($ (-498) (-1096))) (-15 -4290 ((-498) $)) (-15 -1337 ((-1096) $))))
-((-3886 (((-3 (-552) "failed") |#2| (-1154) |#2| (-1136)) 17) (((-3 (-552) "failed") |#2| (-1154) (-825 |#2|)) 15) (((-3 (-552) "failed") |#2|) 54)))
-(((-1094 |#1| |#2|) (-10 -7 (-15 -3886 ((-3 (-552) "failed") |#2|)) (-15 -3886 ((-3 (-552) "failed") |#2| (-1154) (-825 |#2|))) (-15 -3886 ((-3 (-552) "failed") |#2| (-1154) |#2| (-1136)))) (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)) (-445)) (-13 (-27) (-1176) (-424 |#1|))) (T -1094))
-((-3886 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-1136)) (-4 *6 (-13 (-544) (-832) (-1019 *2) (-625 *2) (-445))) (-5 *2 (-552)) (-5 *1 (-1094 *6 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *6))))) (-3886 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-825 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *6))) (-4 *6 (-13 (-544) (-832) (-1019 *2) (-625 *2) (-445))) (-5 *2 (-552)) (-5 *1 (-1094 *6 *3)))) (-3886 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-544) (-832) (-1019 *2) (-625 *2) (-445))) (-5 *2 (-552)) (-5 *1 (-1094 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *4))))))
-(-10 -7 (-15 -3886 ((-3 (-552) "failed") |#2|)) (-15 -3886 ((-3 (-552) "failed") |#2| (-1154) (-825 |#2|))) (-15 -3886 ((-3 (-552) "failed") |#2| (-1154) |#2| (-1136))))
-((-3886 (((-3 (-552) "failed") (-401 (-933 |#1|)) (-1154) (-401 (-933 |#1|)) (-1136)) 35) (((-3 (-552) "failed") (-401 (-933 |#1|)) (-1154) (-825 (-401 (-933 |#1|)))) 30) (((-3 (-552) "failed") (-401 (-933 |#1|))) 13)))
-(((-1095 |#1|) (-10 -7 (-15 -3886 ((-3 (-552) "failed") (-401 (-933 |#1|)))) (-15 -3886 ((-3 (-552) "failed") (-401 (-933 |#1|)) (-1154) (-825 (-401 (-933 |#1|))))) (-15 -3886 ((-3 (-552) "failed") (-401 (-933 |#1|)) (-1154) (-401 (-933 |#1|)) (-1136)))) (-445)) (T -1095))
-((-3886 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-401 (-933 *6))) (-5 *4 (-1154)) (-5 *5 (-1136)) (-4 *6 (-445)) (-5 *2 (-552)) (-5 *1 (-1095 *6)))) (-3886 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-825 (-401 (-933 *6)))) (-5 *3 (-401 (-933 *6))) (-4 *6 (-445)) (-5 *2 (-552)) (-5 *1 (-1095 *6)))) (-3886 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-445)) (-5 *2 (-552)) (-5 *1 (-1095 *4)))))
-(-10 -7 (-15 -3886 ((-3 (-552) "failed") (-401 (-933 |#1|)))) (-15 -3886 ((-3 (-552) "failed") (-401 (-933 |#1|)) (-1154) (-825 (-401 (-933 |#1|))))) (-15 -3886 ((-3 (-552) "failed") (-401 (-933 |#1|)) (-1154) (-401 (-933 |#1|)) (-1136))))
-((-3202 (((-111) $ $) NIL)) (-1355 (((-1159) $) 10)) (-2536 (((-629 (-1159)) $) 11)) (-1337 (($ (-629 (-1159)) (-1159)) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 20)) (-1613 (((-111) $ $) 14)))
-(((-1096) (-13 (-1078) (-10 -8 (-15 -1337 ($ (-629 (-1159)) (-1159))) (-15 -1355 ((-1159) $)) (-15 -2536 ((-629 (-1159)) $))))) (T -1096))
-((-1337 (*1 *1 *2 *3) (-12 (-5 *2 (-629 (-1159))) (-5 *3 (-1159)) (-5 *1 (-1096)))) (-1355 (*1 *2 *1) (-12 (-5 *2 (-1159)) (-5 *1 (-1096)))) (-2536 (*1 *2 *1) (-12 (-5 *2 (-629 (-1159))) (-5 *1 (-1096)))))
-(-13 (-1078) (-10 -8 (-15 -1337 ($ (-629 (-1159)) (-1159))) (-15 -1355 ((-1159) $)) (-15 -2536 ((-629 (-1159)) $))))
-((-3501 (((-310 (-552)) (-48)) 12)))
-(((-1097) (-10 -7 (-15 -3501 ((-310 (-552)) (-48))))) (T -1097))
-((-3501 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-310 (-552))) (-5 *1 (-1097)))))
-(-10 -7 (-15 -3501 ((-310 (-552)) (-48))))
-((-3202 (((-111) $ $) NIL)) (-3072 (($ $) 41)) (-3643 (((-111) $) 65)) (-2520 (($ $ $) 48)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 86)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4025 (($ $ $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2704 (($ $ $ $) 75)) (-4116 (($ $) NIL)) (-3343 (((-412 $) $) NIL)) (-2393 (((-111) $ $) NIL)) (-3886 (((-552) $) NIL)) (-1603 (($ $ $) 72)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL)) (-2832 (((-552) $) NIL)) (-4006 (($ $ $) 59)) (-2714 (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 80) (((-673 (-552)) (-673 $)) 28)) (-1293 (((-3 $ "failed") $) NIL)) (-2674 (((-3 (-401 (-552)) "failed") $) NIL)) (-2443 (((-111) $) NIL)) (-3777 (((-401 (-552)) $) NIL)) (-1332 (($) 83) (($ $) 84)) (-3987 (($ $ $) 58)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL)) (-1677 (((-111) $) NIL)) (-1299 (($ $ $ $) NIL)) (-2990 (($ $ $) 81)) (-1338 (((-111) $) NIL)) (-2048 (($ $ $) NIL)) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL)) (-4065 (((-111) $) 66)) (-3302 (((-111) $) 64)) (-4107 (($ $) 42)) (-2032 (((-3 $ "failed") $) NIL)) (-3127 (((-111) $) 76)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-1760 (($ $ $ $) 73)) (-1772 (($ $ $) 68) (($) 39)) (-2011 (($ $ $) 67) (($) 38)) (-3922 (($ $) NIL)) (-2556 (($ $) 71)) (-2552 (($ $ $) NIL) (($ (-629 $)) NIL)) (-2623 (((-1136) $) NIL)) (-3198 (($ $ $) NIL)) (-1977 (($) NIL T CONST)) (-3864 (($ $) 50)) (-2876 (((-1098) $) 70)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL)) (-2594 (($ $ $) 62) (($ (-629 $)) NIL)) (-2006 (($ $) NIL)) (-3479 (((-412 $) $) NIL)) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL)) (-3969 (((-3 $ "failed") $ $) NIL)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL)) (-3117 (((-111) $) NIL)) (-3795 (((-756) $) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 61)) (-3096 (($ $ (-756)) NIL) (($ $) NIL)) (-2045 (($ $) 51)) (-1487 (($ $) NIL)) (-1522 (((-552) $) 32) (((-528) $) NIL) (((-873 (-552)) $) NIL) (((-373) $) NIL) (((-220) $) NIL)) (-3213 (((-844) $) 31) (($ (-552)) 82) (($ $) NIL) (($ (-552)) 82)) (-2014 (((-756)) NIL)) (-3246 (((-111) $ $) NIL)) (-2075 (($ $ $) NIL)) (-4174 (($) 37)) (-3589 (((-111) $ $) NIL)) (-3182 (($ $ $ $) 74)) (-1578 (($ $) 63)) (-2038 (($ $ $) 44)) (-3297 (($) 35 T CONST)) (-2345 (($ $ $) 47)) (-3309 (($) 36 T CONST)) (-3016 (((-1136) $) 21) (((-1136) $ (-111)) 23) (((-1242) (-807) $) 24) (((-1242) (-807) $ (-111)) 25)) (-2358 (($ $) 45)) (-1765 (($ $ (-756)) NIL) (($ $) NIL)) (-2331 (($ $ $) 46)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 40)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 49)) (-2026 (($ $ $) 43)) (-1709 (($ $) 52) (($ $ $) 54)) (-1698 (($ $ $) 53)) (** (($ $ (-902)) NIL) (($ $ (-756)) 57)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 34) (($ $ $) 55)))
-(((-1098) (-13 (-537) (-645) (-813) (-10 -8 (-6 -4355) (-6 -4360) (-6 -4356) (-15 -2011 ($)) (-15 -1772 ($)) (-15 -4107 ($ $)) (-15 -3072 ($ $)) (-15 -2026 ($ $ $)) (-15 -2038 ($ $ $)) (-15 -2520 ($ $ $)) (-15 -2358 ($ $)) (-15 -2331 ($ $ $)) (-15 -2345 ($ $ $))))) (T -1098))
-((-2038 (*1 *1 *1 *1) (-5 *1 (-1098))) (-2026 (*1 *1 *1 *1) (-5 *1 (-1098))) (-3072 (*1 *1 *1) (-5 *1 (-1098))) (-2011 (*1 *1) (-5 *1 (-1098))) (-1772 (*1 *1) (-5 *1 (-1098))) (-4107 (*1 *1 *1) (-5 *1 (-1098))) (-2520 (*1 *1 *1 *1) (-5 *1 (-1098))) (-2358 (*1 *1 *1) (-5 *1 (-1098))) (-2331 (*1 *1 *1 *1) (-5 *1 (-1098))) (-2345 (*1 *1 *1 *1) (-5 *1 (-1098))))
-(-13 (-537) (-645) (-813) (-10 -8 (-6 -4355) (-6 -4360) (-6 -4356) (-15 -2011 ($)) (-15 -1772 ($)) (-15 -4107 ($ $)) (-15 -3072 ($ $)) (-15 -2026 ($ $ $)) (-15 -2038 ($ $ $)) (-15 -2520 ($ $ $)) (-15 -2358 ($ $)) (-15 -2331 ($ $ $)) (-15 -2345 ($ $ $))))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-3447 ((|#1| $) 44)) (-4238 (((-111) $ (-756)) 8)) (-2130 (($) 7 T CONST)) (-3574 ((|#1| |#1| $) 46)) (-3033 ((|#1| $) 45)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-3105 ((|#1| $) 39)) (-1580 (($ |#1| $) 40)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-3995 ((|#1| $) 41)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-3907 (((-756) $) 43)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) 42)) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-1099 |#1|) (-137) (-1191)) (T -1099))
-((-3574 (*1 *2 *2 *1) (-12 (-4 *1 (-1099 *2)) (-4 *2 (-1191)))) (-3033 (*1 *2 *1) (-12 (-4 *1 (-1099 *2)) (-4 *2 (-1191)))) (-3447 (*1 *2 *1) (-12 (-4 *1 (-1099 *2)) (-4 *2 (-1191)))) (-3907 (*1 *2 *1) (-12 (-4 *1 (-1099 *3)) (-4 *3 (-1191)) (-5 *2 (-756)))))
-(-13 (-106 |t#1|) (-10 -8 (-6 -4368) (-15 -3574 (|t#1| |t#1| $)) (-15 -3033 (|t#1| $)) (-15 -3447 (|t#1| $)) (-15 -3907 ((-756) $))))
-(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-1549 ((|#3| $) 76)) (-1393 (((-3 (-552) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 |#3| "failed") $) 40)) (-2832 (((-552) $) NIL) (((-401 (-552)) $) NIL) ((|#3| $) 37)) (-2714 (((-673 (-552)) (-673 $)) NIL) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL) (((-2 (|:| -2325 (-673 |#3|)) (|:| |vec| (-1237 |#3|))) (-673 $) (-1237 $)) 73) (((-673 |#3|) (-673 $)) 65)) (-3096 (($ $ (-1 |#3| |#3|)) 19) (($ $ (-1 |#3| |#3|) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154)) NIL) (($ $ (-756)) NIL) (($ $) NIL)) (-3350 ((|#3| $) 78)) (-3417 ((|#4| $) 32)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ (-401 (-552))) NIL) (($ |#3|) 16)) (** (($ $ (-902)) NIL) (($ $ (-756)) 15) (($ $ (-552)) 82)))
-(((-1100 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 ** (|#1| |#1| (-552))) (-15 -3350 (|#3| |#1|)) (-15 -1549 (|#3| |#1|)) (-15 -3417 (|#4| |#1|)) (-15 -2714 ((-673 |#3|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#3|)) (|:| |vec| (-1237 |#3|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2832 (|#3| |#1|)) (-15 -1393 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#1| |#3|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|) (-756))) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3213 (|#1| (-552))) (-15 ** (|#1| |#1| (-756))) (-15 ** (|#1| |#1| (-902))) (-15 -3213 ((-844) |#1|))) (-1101 |#2| |#3| |#4| |#5|) (-756) (-1030) (-233 |#2| |#3|) (-233 |#2| |#3|)) (T -1100))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-552))) (-15 -3350 (|#3| |#1|)) (-15 -1549 (|#3| |#1|)) (-15 -3417 (|#4| |#1|)) (-15 -2714 ((-673 |#3|) (-673 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 |#3|)) (|:| |vec| (-1237 |#3|))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 |#1|) (-1237 |#1|))) (-15 -2714 ((-673 (-552)) (-673 |#1|))) (-15 -2832 (|#3| |#1|)) (-15 -1393 ((-3 |#3| "failed") |#1|)) (-15 -3213 (|#1| |#3|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-552) |#1|)) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|) (-756))) (-15 -3096 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3213 (|#1| (-552))) (-15 ** (|#1| |#1| (-756))) (-15 ** (|#1| |#1| (-902))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-1549 ((|#2| $) 70)) (-4021 (((-111) $) 110)) (-4012 (((-3 $ "failed") $ $) 19)) (-2779 (((-111) $) 108)) (-4238 (((-111) $ (-756)) 100)) (-3924 (($ |#2|) 73)) (-2130 (($) 17 T CONST)) (-2810 (($ $) 127 (|has| |#2| (-301)))) (-3413 ((|#3| $ (-552)) 122)) (-1393 (((-3 (-552) "failed") $) 84 (|has| |#2| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) 82 (|has| |#2| (-1019 (-401 (-552))))) (((-3 |#2| "failed") $) 79)) (-2832 (((-552) $) 85 (|has| |#2| (-1019 (-552)))) (((-401 (-552)) $) 83 (|has| |#2| (-1019 (-401 (-552))))) ((|#2| $) 78)) (-2714 (((-673 (-552)) (-673 $)) 77 (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 76 (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) 75) (((-673 |#2|) (-673 $)) 74)) (-1293 (((-3 $ "failed") $) 32)) (-2128 (((-756) $) 128 (|has| |#2| (-544)))) (-2892 ((|#2| $ (-552) (-552)) 120)) (-3138 (((-629 |#2|) $) 93 (|has| $ (-6 -4368)))) (-4065 (((-111) $) 30)) (-1486 (((-756) $) 129 (|has| |#2| (-544)))) (-4229 (((-629 |#4|) $) 130 (|has| |#2| (-544)))) (-2389 (((-756) $) 116)) (-2401 (((-756) $) 117)) (-1418 (((-111) $ (-756)) 101)) (-3427 ((|#2| $) 65 (|has| |#2| (-6 (-4370 "*"))))) (-3534 (((-552) $) 112)) (-3966 (((-552) $) 114)) (-3278 (((-629 |#2|) $) 92 (|has| $ (-6 -4368)))) (-2973 (((-111) |#2| $) 90 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368))))) (-3660 (((-552) $) 113)) (-3162 (((-552) $) 115)) (-3516 (($ (-629 (-629 |#2|))) 107)) (-2947 (($ (-1 |#2| |#2|) $) 97 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#2| |#2| |#2|) $ $) 124) (($ (-1 |#2| |#2|) $) 98)) (-3397 (((-629 (-629 |#2|)) $) 118)) (-1745 (((-111) $ (-756)) 102)) (-2623 (((-1136) $) 9)) (-4156 (((-3 $ "failed") $) 64 (|has| |#2| (-357)))) (-2876 (((-1098) $) 10)) (-3969 (((-3 $ "failed") $ |#2|) 125 (|has| |#2| (-544)))) (-3944 (((-111) (-1 (-111) |#2|) $) 95 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#2|))) 89 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) 88 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) 87 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) 86 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) 106)) (-3435 (((-111) $) 103)) (-3430 (($) 104)) (-2060 ((|#2| $ (-552) (-552) |#2|) 121) ((|#2| $ (-552) (-552)) 119)) (-3096 (($ $ (-1 |#2| |#2|)) 50) (($ $ (-1 |#2| |#2|) (-756)) 49) (($ $ (-629 (-1154)) (-629 (-756))) 42 (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) 41 (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) 40 (|has| |#2| (-881 (-1154)))) (($ $ (-1154)) 39 (|has| |#2| (-881 (-1154)))) (($ $ (-756)) 37 (|has| |#2| (-228))) (($ $) 35 (|has| |#2| (-228)))) (-3350 ((|#2| $) 69)) (-2843 (($ (-629 |#2|)) 72)) (-1379 (((-111) $) 109)) (-3417 ((|#3| $) 71)) (-2021 ((|#2| $) 66 (|has| |#2| (-6 (-4370 "*"))))) (-2885 (((-756) (-1 (-111) |#2|) $) 94 (|has| $ (-6 -4368))) (((-756) |#2| $) 91 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 105)) (-3041 ((|#4| $ (-552)) 123)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 (-552))) 81 (|has| |#2| (-1019 (-401 (-552))))) (($ |#2|) 80)) (-2014 (((-756)) 28)) (-2584 (((-111) (-1 (-111) |#2|) $) 96 (|has| $ (-6 -4368)))) (-3043 (((-111) $) 111)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-1 |#2| |#2|)) 48) (($ $ (-1 |#2| |#2|) (-756)) 47) (($ $ (-629 (-1154)) (-629 (-756))) 46 (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) 45 (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) 44 (|has| |#2| (-881 (-1154)))) (($ $ (-1154)) 43 (|has| |#2| (-881 (-1154)))) (($ $ (-756)) 38 (|has| |#2| (-228))) (($ $) 36 (|has| |#2| (-228)))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#2|) 126 (|has| |#2| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 63 (|has| |#2| (-357)))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#2|) 132) (($ |#2| $) 131) ((|#4| $ |#4|) 68) ((|#3| |#3| $) 67)) (-2657 (((-756) $) 99 (|has| $ (-6 -4368)))))
-(((-1101 |#1| |#2| |#3| |#4|) (-137) (-756) (-1030) (-233 |t#1| |t#2|) (-233 |t#1| |t#2|)) (T -1101))
-((-3924 (*1 *1 *2) (-12 (-4 *2 (-1030)) (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)))) (-2843 (*1 *1 *2) (-12 (-5 *2 (-629 *4)) (-4 *4 (-1030)) (-4 *1 (-1101 *3 *4 *5 *6)) (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *3 *4)))) (-3417 (*1 *2 *1) (-12 (-4 *1 (-1101 *3 *4 *2 *5)) (-4 *4 (-1030)) (-4 *5 (-233 *3 *4)) (-4 *2 (-233 *3 *4)))) (-1549 (*1 *2 *1) (-12 (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)) (-4 *2 (-1030)))) (-3350 (*1 *2 *1) (-12 (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)) (-4 *2 (-1030)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1101 *3 *4 *5 *2)) (-4 *4 (-1030)) (-4 *5 (-233 *3 *4)) (-4 *2 (-233 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1101 *3 *4 *2 *5)) (-4 *4 (-1030)) (-4 *2 (-233 *3 *4)) (-4 *5 (-233 *3 *4)))) (-2021 (*1 *2 *1) (-12 (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)) (|has| *2 (-6 (-4370 "*"))) (-4 *2 (-1030)))) (-3427 (*1 *2 *1) (-12 (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)) (|has| *2 (-6 (-4370 "*"))) (-4 *2 (-1030)))) (-4156 (*1 *1 *1) (|partial| -12 (-4 *1 (-1101 *2 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-233 *2 *3)) (-4 *5 (-233 *2 *3)) (-4 *3 (-357)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-1101 *3 *4 *5 *6)) (-4 *4 (-1030)) (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *3 *4)) (-4 *4 (-357)))))
-(-13 (-226 |t#2|) (-110 |t#2| |t#2|) (-1033 |t#1| |t#1| |t#2| |t#3| |t#4|) (-405 |t#2|) (-371 |t#2|) (-10 -8 (IF (|has| |t#2| (-169)) (-6 (-702 |t#2|)) |%noBranch|) (-15 -3924 ($ |t#2|)) (-15 -2843 ($ (-629 |t#2|))) (-15 -3417 (|t#3| $)) (-15 -1549 (|t#2| $)) (-15 -3350 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4370 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -2021 (|t#2| $)) (-15 -3427 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-357)) (PROGN (-15 -4156 ((-3 $ "failed") $)) (-15 ** ($ $ (-552)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4370 "*"))) ((-101) . T) ((-110 |#2| |#2|) . T) ((-129) . T) ((-599 (-844)) . T) ((-226 |#2|) . T) ((-228) |has| |#2| (-228)) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-371 |#2|) . T) ((-405 |#2|) . T) ((-482 |#2|) . T) ((-506 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-632 |#2|) . T) ((-632 $) . T) ((-625 (-552)) |has| |#2| (-625 (-552))) ((-625 |#2|) . T) ((-702 |#2|) -4029 (|has| |#2| (-169)) (|has| |#2| (-6 (-4370 "*")))) ((-711) . T) ((-881 (-1154)) |has| |#2| (-881 (-1154))) ((-1033 |#1| |#1| |#2| |#3| |#4|) . T) ((-1019 (-401 (-552))) |has| |#2| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#2| (-1019 (-552))) ((-1019 |#2|) . T) ((-1036 |#2|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1191) . T))
-((-3802 ((|#4| |#4|) 70)) (-1985 ((|#4| |#4|) 65)) (-4314 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4199 (-629 |#3|))) |#4| |#3|) 78)) (-3421 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 69)) (-1597 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 67)))
-(((-1102 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1985 (|#4| |#4|)) (-15 -1597 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3802 (|#4| |#4|)) (-15 -3421 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -4314 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4199 (-629 |#3|))) |#4| |#3|))) (-301) (-367 |#1|) (-367 |#1|) (-671 |#1| |#2| |#3|)) (T -1102))
-((-4314 (*1 *2 *3 *4) (-12 (-4 *5 (-301)) (-4 *6 (-367 *5)) (-4 *4 (-367 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4)))) (-5 *1 (-1102 *5 *6 *4 *3)) (-4 *3 (-671 *5 *6 *4)))) (-3421 (*1 *2 *3) (-12 (-4 *4 (-301)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1102 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))) (-3802 (*1 *2 *2) (-12 (-4 *3 (-301)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-1102 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))) (-1597 (*1 *2 *3) (-12 (-4 *4 (-301)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1102 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))) (-1985 (*1 *2 *2) (-12 (-4 *3 (-301)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-1102 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))))
-(-10 -7 (-15 -1985 (|#4| |#4|)) (-15 -1597 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3802 (|#4| |#4|)) (-15 -3421 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -4314 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -4199 (-629 |#3|))) |#4| |#3|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 17)) (-3611 (((-629 |#2|) $) 159)) (-3449 (((-1150 $) $ |#2|) 54) (((-1150 |#1|) $) 43)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 108 (|has| |#1| (-544)))) (-3303 (($ $) 110 (|has| |#1| (-544)))) (-1334 (((-111) $) 112 (|has| |#1| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 |#2|)) 192)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-4116 (($ $) NIL (|has| |#1| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) 156) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 |#2| "failed") $) NIL)) (-2832 ((|#1| $) 154) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) ((|#2| $) NIL)) (-3301 (($ $ $ |#2|) NIL (|has| |#1| (-169)))) (-3766 (($ $) 196)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) 82)) (-3471 (($ $) NIL (|has| |#1| (-445))) (($ $ |#2|) NIL (|has| |#1| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#1| (-890)))) (-3423 (($ $ |#1| (-523 |#2|) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| |#1| (-867 (-373))) (|has| |#2| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| |#1| (-867 (-552))) (|has| |#2| (-867 (-552)))))) (-4065 (((-111) $) 19)) (-2856 (((-756) $) 26)) (-3602 (($ (-1150 |#1|) |#2|) 48) (($ (-1150 $) |#2|) 64)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) 32)) (-3590 (($ |#1| (-523 |#2|)) 71) (($ $ |#2| (-756)) 52) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ |#2|) NIL)) (-3544 (((-523 |#2|) $) 186) (((-756) $ |#2|) 187) (((-629 (-756)) $ (-629 |#2|)) 188)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-3891 (($ (-1 (-523 |#2|) (-523 |#2|)) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) 120)) (-3506 (((-3 |#2| "failed") $) 161)) (-3733 (($ $) 195)) (-3743 ((|#1| $) 37)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2623 (((-1136) $) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| |#2|) (|:| -1406 (-756))) "failed") $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) 33)) (-3722 ((|#1| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 138 (|has| |#1| (-445)))) (-2594 (($ (-629 $)) 143 (|has| |#1| (-445))) (($ $ $) 130 (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#1| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-890)))) (-3969 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544))) (((-3 $ "failed") $ $) 118 (|has| |#1| (-544)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ |#2| |#1|) 164) (($ $ (-629 |#2|) (-629 |#1|)) 177) (($ $ |#2| $) 163) (($ $ (-629 |#2|) (-629 $)) 176)) (-1721 (($ $ |#2|) NIL (|has| |#1| (-169)))) (-3096 (($ $ |#2|) 194) (($ $ (-629 |#2|)) NIL) (($ $ |#2| (-756)) NIL) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-3299 (((-523 |#2|) $) 182) (((-756) $ |#2|) 178) (((-629 (-756)) $ (-629 |#2|)) 180)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| |#1| (-600 (-873 (-373)))) (|has| |#2| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| |#1| (-600 (-873 (-552)))) (|has| |#2| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| |#1| (-600 (-528))) (|has| |#2| (-600 (-528)))))) (-3807 ((|#1| $) 126 (|has| |#1| (-445))) (($ $ |#2|) 129 (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-3213 (((-844) $) 149) (($ (-552)) 76) (($ |#1|) 77) (($ |#2|) 28) (($ $) NIL (|has| |#1| (-544))) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552))))))) (-2984 (((-629 |#1|) $) 152)) (-2266 ((|#1| $ (-523 |#2|)) 73) (($ $ |#2| (-756)) NIL) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) 79)) (-4306 (($ $ $ (-756)) NIL (|has| |#1| (-169)))) (-3589 (((-111) $ $) 115 (|has| |#1| (-544)))) (-3297 (($) 12 T CONST)) (-3309 (($) 14 T CONST)) (-1765 (($ $ |#2|) NIL) (($ $ (-629 |#2|)) NIL) (($ $ |#2| (-756)) NIL) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) 97)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ |#1|) 124 (|has| |#1| (-357)))) (-1709 (($ $) 85) (($ $ $) 95)) (-1698 (($ $ $) 49)) (** (($ $ (-902)) 102) (($ $ (-756)) 100)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 88) (($ $ $) 65) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 90) (($ $ |#1|) NIL)))
-(((-1103 |#1| |#2|) (-930 |#1| (-523 |#2|) |#2|) (-1030) (-832)) (T -1103))
-NIL
-(-930 |#1| (-523 |#2|) |#2|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 |#2|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2478 (($ $) 141 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 117 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2455 (($ $) 137 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 113 (|has| |#1| (-38 (-401 (-552)))))) (-2506 (($ $) 145 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 121 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-2211 (((-933 |#1|) $ (-756)) NIL) (((-933 |#1|) $ (-756) (-756)) NIL)) (-3593 (((-111) $) NIL)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-756) $ |#2|) NIL) (((-756) $ |#2| (-756)) NIL)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2231 (((-111) $) NIL)) (-3590 (($ $ (-629 |#2|) (-629 (-523 |#2|))) NIL) (($ $ |#2| (-523 |#2|)) NIL) (($ |#1| (-523 |#2|)) NIL) (($ $ |#2| (-756)) 56) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2430 (($ $) 111 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2889 (($ $ |#2|) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ |#2| |#1|) 164 (|has| |#1| (-38 (-401 (-552)))))) (-2876 (((-1098) $) NIL)) (-4060 (($ (-1 $) |#2| |#1|) 163 (|has| |#1| (-38 (-401 (-552)))))) (-3136 (($ $ (-756)) 13)) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2855 (($ $) 109 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (($ $ |#2| $) 95) (($ $ (-629 |#2|) (-629 $)) 88) (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL)) (-3096 (($ $ |#2|) 98) (($ $ (-629 |#2|)) NIL) (($ $ |#2| (-756)) NIL) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-3299 (((-523 |#2|) $) NIL)) (-2281 (((-1 (-1134 |#3|) |#3|) (-629 |#2|) (-629 (-1134 |#3|))) 77)) (-2518 (($ $) 147 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 123 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 143 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 119 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 139 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 115 (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) 15)) (-3213 (((-844) $) 180) (($ (-552)) NIL) (($ |#1|) 40 (|has| |#1| (-169))) (($ $) NIL (|has| |#1| (-544))) (($ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#2|) 63) (($ |#3|) 61)) (-2266 ((|#1| $ (-523 |#2|)) NIL) (($ $ |#2| (-756)) NIL) (($ $ (-629 |#2|) (-629 (-756))) NIL) ((|#3| $ (-756)) 38)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-3843 (($ $) 153 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 129 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) 149 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 125 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 157 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 133 (|has| |#1| (-38 (-401 (-552)))))) (-3013 (($ $) 159 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 135 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 155 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 131 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 151 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 127 (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 47 T CONST)) (-3309 (($) 55 T CONST)) (-1765 (($ $ |#2|) NIL) (($ $ (-629 |#2|)) NIL) (($ $ |#2| (-756)) NIL) (($ $ (-629 |#2|) (-629 (-756))) NIL)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#1|) 182 (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 59)) (** (($ $ (-902)) NIL) (($ $ (-756)) 68) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 101 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 58) (($ $ (-401 (-552))) 106 (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) 104 (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 43) (($ $ |#1|) 44) (($ |#3| $) 42)))
-(((-1104 |#1| |#2| |#3|) (-13 (-725 |#1| |#2|) (-10 -8 (-15 -2266 (|#3| $ (-756))) (-15 -3213 ($ |#2|)) (-15 -3213 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -2281 ((-1 (-1134 |#3|) |#3|) (-629 |#2|) (-629 (-1134 |#3|)))) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $ |#2| |#1|)) (-15 -4060 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1030) (-832) (-930 |#1| (-523 |#2|) |#2|)) (T -1104))
-((-2266 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *2 (-930 *4 (-523 *5) *5)) (-5 *1 (-1104 *4 *5 *2)) (-4 *4 (-1030)) (-4 *5 (-832)))) (-3213 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-4 *2 (-832)) (-5 *1 (-1104 *3 *2 *4)) (-4 *4 (-930 *3 (-523 *2) *2)))) (-3213 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-4 *4 (-832)) (-5 *1 (-1104 *3 *4 *2)) (-4 *2 (-930 *3 (-523 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1030)) (-4 *4 (-832)) (-5 *1 (-1104 *3 *4 *2)) (-4 *2 (-930 *3 (-523 *4) *4)))) (-2281 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *6)) (-5 *4 (-629 (-1134 *7))) (-4 *6 (-832)) (-4 *7 (-930 *5 (-523 *6) *6)) (-4 *5 (-1030)) (-5 *2 (-1 (-1134 *7) *7)) (-5 *1 (-1104 *5 *6 *7)))) (-2889 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-4 *2 (-832)) (-5 *1 (-1104 *3 *2 *4)) (-4 *4 (-930 *3 (-523 *2) *2)))) (-4060 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1104 *4 *3 *5))) (-4 *4 (-38 (-401 (-552)))) (-4 *4 (-1030)) (-4 *3 (-832)) (-5 *1 (-1104 *4 *3 *5)) (-4 *5 (-930 *4 (-523 *3) *3)))))
-(-13 (-725 |#1| |#2|) (-10 -8 (-15 -2266 (|#3| $ (-756))) (-15 -3213 ($ |#2|)) (-15 -3213 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -2281 ((-1 (-1134 |#3|) |#3|) (-629 |#2|) (-629 (-1134 |#3|)))) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $ |#2| |#1|)) (-15 -4060 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
-((-3202 (((-111) $ $) 7)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |#4|)))) (-629 |#4|)) 85)) (-1830 (((-629 $) (-629 |#4|)) 86) (((-629 $) (-629 |#4|) (-111)) 111)) (-3611 (((-629 |#3|) $) 33)) (-3902 (((-111) $) 26)) (-1565 (((-111) $) 17 (|has| |#1| (-544)))) (-2007 (((-111) |#4| $) 101) (((-111) $) 97)) (-2240 ((|#4| |#4| $) 92)) (-4116 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 126)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) 27)) (-4238 (((-111) $ (-756)) 44)) (-3954 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4368))) (((-3 |#4| "failed") $ |#3|) 79)) (-2130 (($) 45 T CONST)) (-3320 (((-111) $) 22 (|has| |#1| (-544)))) (-4177 (((-111) $ $) 24 (|has| |#1| (-544)))) (-3170 (((-111) $ $) 23 (|has| |#1| (-544)))) (-2797 (((-111) $) 25 (|has| |#1| (-544)))) (-3228 (((-629 |#4|) (-629 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-3662 (((-629 |#4|) (-629 |#4|) $) 18 (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) 19 (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) 36)) (-2832 (($ (-629 |#4|)) 35)) (-2715 (((-3 $ "failed") $) 82)) (-3126 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#4| $) 67 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-544)))) (-3738 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-2081 ((|#4| |#4| $) 87)) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4368))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-3817 (((-2 (|:| -2571 (-629 |#4|)) (|:| -3092 (-629 |#4|))) $) 105)) (-2851 (((-111) |#4| $) 136)) (-4035 (((-111) |#4| $) 133)) (-3250 (((-111) |#4| $) 137) (((-111) $) 134)) (-3138 (((-629 |#4|) $) 52 (|has| $ (-6 -4368)))) (-3065 (((-111) |#4| $) 104) (((-111) $) 103)) (-2940 ((|#3| $) 34)) (-1418 (((-111) $ (-756)) 43)) (-3278 (((-629 |#4|) $) 53 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 47)) (-3420 (((-629 |#3|) $) 32)) (-2677 (((-111) |#3| $) 31)) (-1745 (((-111) $ (-756)) 42)) (-2623 (((-1136) $) 9)) (-1322 (((-3 |#4| (-629 $)) |#4| |#4| $) 128)) (-2043 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 127)) (-2680 (((-3 |#4| "failed") $) 83)) (-1999 (((-629 $) |#4| $) 129)) (-4253 (((-3 (-111) (-629 $)) |#4| $) 132)) (-1890 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 131) (((-111) |#4| $) 130)) (-4011 (((-629 $) |#4| $) 125) (((-629 $) (-629 |#4|) $) 124) (((-629 $) (-629 |#4|) (-629 $)) 123) (((-629 $) |#4| (-629 $)) 122)) (-2300 (($ |#4| $) 117) (($ (-629 |#4|) $) 116)) (-3887 (((-629 |#4|) $) 107)) (-3287 (((-111) |#4| $) 99) (((-111) $) 95)) (-2498 ((|#4| |#4| $) 90)) (-4343 (((-111) $ $) 110)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-544)))) (-3150 (((-111) |#4| $) 100) (((-111) $) 96)) (-3848 ((|#4| |#4| $) 91)) (-2876 (((-1098) $) 10)) (-2702 (((-3 |#4| "failed") $) 84)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-1800 (((-3 $ "failed") $ |#4|) 78)) (-3136 (($ $ |#4|) 77) (((-629 $) |#4| $) 115) (((-629 $) |#4| (-629 $)) 114) (((-629 $) (-629 |#4|) $) 113) (((-629 $) (-629 |#4|) (-629 $)) 112)) (-3944 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) 38)) (-3435 (((-111) $) 41)) (-3430 (($) 40)) (-3299 (((-756) $) 106)) (-2885 (((-756) |#4| $) 54 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4368)))) (-1487 (($ $) 39)) (-1522 (((-528) $) 69 (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) 60)) (-2542 (($ $ |#3|) 28)) (-1853 (($ $ |#3|) 30)) (-3081 (($ $) 88)) (-2387 (($ $ |#3|) 29)) (-3213 (((-844) $) 11) (((-629 |#4|) $) 37)) (-1753 (((-756) $) 76 (|has| |#3| (-362)))) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-2015 (((-111) $ (-1 (-111) |#4| (-629 |#4|))) 98)) (-3933 (((-629 $) |#4| $) 121) (((-629 $) |#4| (-629 $)) 120) (((-629 $) (-629 |#4|) $) 119) (((-629 $) (-629 |#4|) (-629 $)) 118)) (-2584 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4368)))) (-2242 (((-629 |#3|) $) 81)) (-2452 (((-111) |#4| $) 135)) (-2904 (((-111) |#3| $) 80)) (-1613 (((-111) $ $) 6)) (-2657 (((-756) $) 46 (|has| $ (-6 -4368)))))
-(((-1105 |#1| |#2| |#3| |#4|) (-137) (-445) (-778) (-832) (-1044 |t#1| |t#2| |t#3|)) (T -1105))
-NIL
-(-13 (-1087 |t#1| |t#2| |t#3| |t#4|) (-769 |t#1| |t#2| |t#3| |t#4|))
-(((-34) . T) ((-101) . T) ((-599 (-629 |#4|)) . T) ((-599 (-844)) . T) ((-148 |#4|) . T) ((-600 (-528)) |has| |#4| (-600 (-528))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-482 |#4|) . T) ((-506 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-769 |#1| |#2| |#3| |#4|) . T) ((-957 |#1| |#2| |#3| |#4|) . T) ((-1050 |#1| |#2| |#3| |#4|) . T) ((-1078) . T) ((-1087 |#1| |#2| |#3| |#4|) . T) ((-1184 |#1| |#2| |#3| |#4|) . T) ((-1191) . T))
-((-4153 (((-629 |#2|) |#1|) 12)) (-2473 (((-629 |#2|) |#2| |#2| |#2| |#2| |#2|) 41) (((-629 |#2|) |#1|) 52)) (-1611 (((-629 |#2|) |#2| |#2| |#2|) 39) (((-629 |#2|) |#1|) 50)) (-1461 ((|#2| |#1|) 46)) (-2340 (((-2 (|:| |solns| (-629 |#2|)) (|:| |maps| (-629 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 17)) (-2182 (((-629 |#2|) |#2| |#2|) 38) (((-629 |#2|) |#1|) 49)) (-2068 (((-629 |#2|) |#2| |#2| |#2| |#2|) 40) (((-629 |#2|) |#1|) 51)) (-2812 ((|#2| |#2| |#2| |#2| |#2| |#2|) 45)) (-2369 ((|#2| |#2| |#2| |#2|) 43)) (-3481 ((|#2| |#2| |#2|) 42)) (-2141 ((|#2| |#2| |#2| |#2| |#2|) 44)))
-(((-1106 |#1| |#2|) (-10 -7 (-15 -4153 ((-629 |#2|) |#1|)) (-15 -1461 (|#2| |#1|)) (-15 -2340 ((-2 (|:| |solns| (-629 |#2|)) (|:| |maps| (-629 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2182 ((-629 |#2|) |#1|)) (-15 -1611 ((-629 |#2|) |#1|)) (-15 -2068 ((-629 |#2|) |#1|)) (-15 -2473 ((-629 |#2|) |#1|)) (-15 -2182 ((-629 |#2|) |#2| |#2|)) (-15 -1611 ((-629 |#2|) |#2| |#2| |#2|)) (-15 -2068 ((-629 |#2|) |#2| |#2| |#2| |#2|)) (-15 -2473 ((-629 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3481 (|#2| |#2| |#2|)) (-15 -2369 (|#2| |#2| |#2| |#2|)) (-15 -2141 (|#2| |#2| |#2| |#2| |#2|)) (-15 -2812 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1213 |#2|) (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (T -1106))
-((-2812 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))) (-2141 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))) (-2369 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))) (-3481 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))) (-2473 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-629 *3)) (-5 *1 (-1106 *4 *3)) (-4 *4 (-1213 *3)))) (-2068 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-629 *3)) (-5 *1 (-1106 *4 *3)) (-4 *4 (-1213 *3)))) (-1611 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-629 *3)) (-5 *1 (-1106 *4 *3)) (-4 *4 (-1213 *3)))) (-2182 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-629 *3)) (-5 *1 (-1106 *4 *3)) (-4 *4 (-1213 *3)))) (-2473 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4)))) (-2068 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4)))) (-1611 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4)))) (-2182 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4)))) (-2340 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-2 (|:| |solns| (-629 *5)) (|:| |maps| (-629 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1106 *3 *5)) (-4 *3 (-1213 *5)))) (-1461 (*1 *2 *3) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))) (-4153 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552))))))) (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -4153 ((-629 |#2|) |#1|)) (-15 -1461 (|#2| |#1|)) (-15 -2340 ((-2 (|:| |solns| (-629 |#2|)) (|:| |maps| (-629 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2182 ((-629 |#2|) |#1|)) (-15 -1611 ((-629 |#2|) |#1|)) (-15 -2068 ((-629 |#2|) |#1|)) (-15 -2473 ((-629 |#2|) |#1|)) (-15 -2182 ((-629 |#2|) |#2| |#2|)) (-15 -1611 ((-629 |#2|) |#2| |#2| |#2|)) (-15 -2068 ((-629 |#2|) |#2| |#2| |#2| |#2|)) (-15 -2473 ((-629 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3481 (|#2| |#2| |#2|)) (-15 -2369 (|#2| |#2| |#2| |#2|)) (-15 -2141 (|#2| |#2| |#2| |#2| |#2|)) (-15 -2812 (|#2| |#2| |#2| |#2| |#2| |#2|)))
-((-2618 (((-629 (-629 (-288 (-310 |#1|)))) (-629 (-288 (-401 (-933 |#1|))))) 95) (((-629 (-629 (-288 (-310 |#1|)))) (-629 (-288 (-401 (-933 |#1|)))) (-629 (-1154))) 94) (((-629 (-629 (-288 (-310 |#1|)))) (-629 (-401 (-933 |#1|)))) 92) (((-629 (-629 (-288 (-310 |#1|)))) (-629 (-401 (-933 |#1|))) (-629 (-1154))) 90) (((-629 (-288 (-310 |#1|))) (-288 (-401 (-933 |#1|)))) 75) (((-629 (-288 (-310 |#1|))) (-288 (-401 (-933 |#1|))) (-1154)) 76) (((-629 (-288 (-310 |#1|))) (-401 (-933 |#1|))) 70) (((-629 (-288 (-310 |#1|))) (-401 (-933 |#1|)) (-1154)) 59)) (-2396 (((-629 (-629 (-310 |#1|))) (-629 (-401 (-933 |#1|))) (-629 (-1154))) 88) (((-629 (-310 |#1|)) (-401 (-933 |#1|)) (-1154)) 43)) (-1454 (((-1143 (-629 (-310 |#1|)) (-629 (-288 (-310 |#1|)))) (-401 (-933 |#1|)) (-1154)) 98) (((-1143 (-629 (-310 |#1|)) (-629 (-288 (-310 |#1|)))) (-288 (-401 (-933 |#1|))) (-1154)) 97)))
-(((-1107 |#1|) (-10 -7 (-15 -2618 ((-629 (-288 (-310 |#1|))) (-401 (-933 |#1|)) (-1154))) (-15 -2618 ((-629 (-288 (-310 |#1|))) (-401 (-933 |#1|)))) (-15 -2618 ((-629 (-288 (-310 |#1|))) (-288 (-401 (-933 |#1|))) (-1154))) (-15 -2618 ((-629 (-288 (-310 |#1|))) (-288 (-401 (-933 |#1|))))) (-15 -2618 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-401 (-933 |#1|))) (-629 (-1154)))) (-15 -2618 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-401 (-933 |#1|))))) (-15 -2618 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-288 (-401 (-933 |#1|)))) (-629 (-1154)))) (-15 -2618 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-288 (-401 (-933 |#1|)))))) (-15 -2396 ((-629 (-310 |#1|)) (-401 (-933 |#1|)) (-1154))) (-15 -2396 ((-629 (-629 (-310 |#1|))) (-629 (-401 (-933 |#1|))) (-629 (-1154)))) (-15 -1454 ((-1143 (-629 (-310 |#1|)) (-629 (-288 (-310 |#1|)))) (-288 (-401 (-933 |#1|))) (-1154))) (-15 -1454 ((-1143 (-629 (-310 |#1|)) (-629 (-288 (-310 |#1|)))) (-401 (-933 |#1|)) (-1154)))) (-13 (-301) (-832) (-144))) (T -1107))
-((-1454 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154)) (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-1143 (-629 (-310 *5)) (-629 (-288 (-310 *5))))) (-5 *1 (-1107 *5)))) (-1454 (*1 *2 *3 *4) (-12 (-5 *3 (-288 (-401 (-933 *5)))) (-5 *4 (-1154)) (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-1143 (-629 (-310 *5)) (-629 (-288 (-310 *5))))) (-5 *1 (-1107 *5)))) (-2396 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-401 (-933 *5)))) (-5 *4 (-629 (-1154))) (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-629 (-310 *5)))) (-5 *1 (-1107 *5)))) (-2396 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154)) (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-310 *5))) (-5 *1 (-1107 *5)))) (-2618 (*1 *2 *3) (-12 (-5 *3 (-629 (-288 (-401 (-933 *4))))) (-4 *4 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-629 (-288 (-310 *4))))) (-5 *1 (-1107 *4)))) (-2618 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-288 (-401 (-933 *5))))) (-5 *4 (-629 (-1154))) (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-629 (-288 (-310 *5))))) (-5 *1 (-1107 *5)))) (-2618 (*1 *2 *3) (-12 (-5 *3 (-629 (-401 (-933 *4)))) (-4 *4 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-629 (-288 (-310 *4))))) (-5 *1 (-1107 *4)))) (-2618 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-401 (-933 *5)))) (-5 *4 (-629 (-1154))) (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-629 (-288 (-310 *5))))) (-5 *1 (-1107 *5)))) (-2618 (*1 *2 *3) (-12 (-5 *3 (-288 (-401 (-933 *4)))) (-4 *4 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-288 (-310 *4)))) (-5 *1 (-1107 *4)))) (-2618 (*1 *2 *3 *4) (-12 (-5 *3 (-288 (-401 (-933 *5)))) (-5 *4 (-1154)) (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-288 (-310 *5)))) (-5 *1 (-1107 *5)))) (-2618 (*1 *2 *3) (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-288 (-310 *4)))) (-5 *1 (-1107 *4)))) (-2618 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154)) (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-288 (-310 *5)))) (-5 *1 (-1107 *5)))))
-(-10 -7 (-15 -2618 ((-629 (-288 (-310 |#1|))) (-401 (-933 |#1|)) (-1154))) (-15 -2618 ((-629 (-288 (-310 |#1|))) (-401 (-933 |#1|)))) (-15 -2618 ((-629 (-288 (-310 |#1|))) (-288 (-401 (-933 |#1|))) (-1154))) (-15 -2618 ((-629 (-288 (-310 |#1|))) (-288 (-401 (-933 |#1|))))) (-15 -2618 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-401 (-933 |#1|))) (-629 (-1154)))) (-15 -2618 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-401 (-933 |#1|))))) (-15 -2618 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-288 (-401 (-933 |#1|)))) (-629 (-1154)))) (-15 -2618 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-288 (-401 (-933 |#1|)))))) (-15 -2396 ((-629 (-310 |#1|)) (-401 (-933 |#1|)) (-1154))) (-15 -2396 ((-629 (-629 (-310 |#1|))) (-629 (-401 (-933 |#1|))) (-629 (-1154)))) (-15 -1454 ((-1143 (-629 (-310 |#1|)) (-629 (-288 (-310 |#1|)))) (-288 (-401 (-933 |#1|))) (-1154))) (-15 -1454 ((-1143 (-629 (-310 |#1|)) (-629 (-288 (-310 |#1|)))) (-401 (-933 |#1|)) (-1154))))
-((-4155 (((-401 (-1150 (-310 |#1|))) (-1237 (-310 |#1|)) (-401 (-1150 (-310 |#1|))) (-552)) 29)) (-1476 (((-401 (-1150 (-310 |#1|))) (-401 (-1150 (-310 |#1|))) (-401 (-1150 (-310 |#1|))) (-401 (-1150 (-310 |#1|)))) 40)))
-(((-1108 |#1|) (-10 -7 (-15 -1476 ((-401 (-1150 (-310 |#1|))) (-401 (-1150 (-310 |#1|))) (-401 (-1150 (-310 |#1|))) (-401 (-1150 (-310 |#1|))))) (-15 -4155 ((-401 (-1150 (-310 |#1|))) (-1237 (-310 |#1|)) (-401 (-1150 (-310 |#1|))) (-552)))) (-13 (-544) (-832))) (T -1108))
-((-4155 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-401 (-1150 (-310 *5)))) (-5 *3 (-1237 (-310 *5))) (-5 *4 (-552)) (-4 *5 (-13 (-544) (-832))) (-5 *1 (-1108 *5)))) (-1476 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-401 (-1150 (-310 *3)))) (-4 *3 (-13 (-544) (-832))) (-5 *1 (-1108 *3)))))
-(-10 -7 (-15 -1476 ((-401 (-1150 (-310 |#1|))) (-401 (-1150 (-310 |#1|))) (-401 (-1150 (-310 |#1|))) (-401 (-1150 (-310 |#1|))))) (-15 -4155 ((-401 (-1150 (-310 |#1|))) (-1237 (-310 |#1|)) (-401 (-1150 (-310 |#1|))) (-552))))
-((-4153 (((-629 (-629 (-288 (-310 |#1|)))) (-629 (-288 (-310 |#1|))) (-629 (-1154))) 224) (((-629 (-288 (-310 |#1|))) (-310 |#1|) (-1154)) 20) (((-629 (-288 (-310 |#1|))) (-288 (-310 |#1|)) (-1154)) 26) (((-629 (-288 (-310 |#1|))) (-288 (-310 |#1|))) 25) (((-629 (-288 (-310 |#1|))) (-310 |#1|)) 21)))
-(((-1109 |#1|) (-10 -7 (-15 -4153 ((-629 (-288 (-310 |#1|))) (-310 |#1|))) (-15 -4153 ((-629 (-288 (-310 |#1|))) (-288 (-310 |#1|)))) (-15 -4153 ((-629 (-288 (-310 |#1|))) (-288 (-310 |#1|)) (-1154))) (-15 -4153 ((-629 (-288 (-310 |#1|))) (-310 |#1|) (-1154))) (-15 -4153 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-288 (-310 |#1|))) (-629 (-1154))))) (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (T -1109))
-((-4153 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-1154))) (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-629 (-629 (-288 (-310 *5))))) (-5 *1 (-1109 *5)) (-5 *3 (-629 (-288 (-310 *5)))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-629 (-288 (-310 *5)))) (-5 *1 (-1109 *5)) (-5 *3 (-310 *5)))) (-4153 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-629 (-288 (-310 *5)))) (-5 *1 (-1109 *5)) (-5 *3 (-288 (-310 *5))))) (-4153 (*1 *2 *3) (-12 (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-629 (-288 (-310 *4)))) (-5 *1 (-1109 *4)) (-5 *3 (-288 (-310 *4))))) (-4153 (*1 *2 *3) (-12 (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144))) (-5 *2 (-629 (-288 (-310 *4)))) (-5 *1 (-1109 *4)) (-5 *3 (-310 *4)))))
-(-10 -7 (-15 -4153 ((-629 (-288 (-310 |#1|))) (-310 |#1|))) (-15 -4153 ((-629 (-288 (-310 |#1|))) (-288 (-310 |#1|)))) (-15 -4153 ((-629 (-288 (-310 |#1|))) (-288 (-310 |#1|)) (-1154))) (-15 -4153 ((-629 (-288 (-310 |#1|))) (-310 |#1|) (-1154))) (-15 -4153 ((-629 (-629 (-288 (-310 |#1|)))) (-629 (-288 (-310 |#1|))) (-629 (-1154)))))
-((-2212 ((|#2| |#2|) 20 (|has| |#1| (-832))) ((|#2| |#2| (-1 (-111) |#1| |#1|)) 17)) (-1905 ((|#2| |#2|) 19 (|has| |#1| (-832))) ((|#2| |#2| (-1 (-111) |#1| |#1|)) 16)))
-(((-1110 |#1| |#2|) (-10 -7 (-15 -1905 (|#2| |#2| (-1 (-111) |#1| |#1|))) (-15 -2212 (|#2| |#2| (-1 (-111) |#1| |#1|))) (IF (|has| |#1| (-832)) (PROGN (-15 -1905 (|#2| |#2|)) (-15 -2212 (|#2| |#2|))) |%noBranch|)) (-1191) (-13 (-590 (-552) |#1|) (-10 -7 (-6 -4368) (-6 -4369)))) (T -1110))
-((-2212 (*1 *2 *2) (-12 (-4 *3 (-832)) (-4 *3 (-1191)) (-5 *1 (-1110 *3 *2)) (-4 *2 (-13 (-590 (-552) *3) (-10 -7 (-6 -4368) (-6 -4369)))))) (-1905 (*1 *2 *2) (-12 (-4 *3 (-832)) (-4 *3 (-1191)) (-5 *1 (-1110 *3 *2)) (-4 *2 (-13 (-590 (-552) *3) (-10 -7 (-6 -4368) (-6 -4369)))))) (-2212 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-1110 *4 *2)) (-4 *2 (-13 (-590 (-552) *4) (-10 -7 (-6 -4368) (-6 -4369)))))) (-1905 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-1110 *4 *2)) (-4 *2 (-13 (-590 (-552) *4) (-10 -7 (-6 -4368) (-6 -4369)))))))
-(-10 -7 (-15 -1905 (|#2| |#2| (-1 (-111) |#1| |#1|))) (-15 -2212 (|#2| |#2| (-1 (-111) |#1| |#1|))) (IF (|has| |#1| (-832)) (PROGN (-15 -1905 (|#2| |#2|)) (-15 -2212 (|#2| |#2|))) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-1426 (((-1142 3 |#1|) $) 107)) (-4170 (((-111) $) 72)) (-3243 (($ $ (-629 (-924 |#1|))) 20) (($ $ (-629 (-629 |#1|))) 75) (($ (-629 (-924 |#1|))) 74) (((-629 (-924 |#1|)) $) 73)) (-3111 (((-111) $) 41)) (-1693 (($ $ (-924 |#1|)) 46) (($ $ (-629 |#1|)) 51) (($ $ (-756)) 53) (($ (-924 |#1|)) 47) (((-924 |#1|) $) 45)) (-4163 (((-2 (|:| -3653 (-756)) (|:| |curves| (-756)) (|:| |polygons| (-756)) (|:| |constructs| (-756))) $) 105)) (-1273 (((-756) $) 26)) (-3503 (((-756) $) 25)) (-3204 (($ $ (-756) (-924 |#1|)) 39)) (-3294 (((-111) $) 82)) (-4187 (($ $ (-629 (-629 (-924 |#1|))) (-629 (-168)) (-168)) 89) (($ $ (-629 (-629 (-629 |#1|))) (-629 (-168)) (-168)) 91) (($ $ (-629 (-629 (-924 |#1|))) (-111) (-111)) 85) (($ $ (-629 (-629 (-629 |#1|))) (-111) (-111)) 93) (($ (-629 (-629 (-924 |#1|)))) 86) (($ (-629 (-629 (-924 |#1|))) (-111) (-111)) 87) (((-629 (-629 (-924 |#1|))) $) 84)) (-1446 (($ (-629 $)) 28) (($ $ $) 29)) (-3131 (((-629 (-168)) $) 102)) (-2286 (((-629 (-924 |#1|)) $) 96)) (-3300 (((-629 (-629 (-168))) $) 101)) (-3225 (((-629 (-629 (-629 (-924 |#1|)))) $) NIL)) (-3135 (((-629 (-629 (-629 (-756)))) $) 99)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-4017 (((-756) $ (-629 (-924 |#1|))) 37)) (-1596 (((-111) $) 54)) (-2909 (($ $ (-629 (-924 |#1|))) 56) (($ $ (-629 (-629 |#1|))) 62) (($ (-629 (-924 |#1|))) 57) (((-629 (-924 |#1|)) $) 55)) (-3457 (($) 23) (($ (-1142 3 |#1|)) 24)) (-1487 (($ $) 35)) (-3313 (((-629 $) $) 34)) (-2911 (($ (-629 $)) 31)) (-1972 (((-629 $) $) 33)) (-3213 (((-844) $) 111)) (-2555 (((-111) $) 64)) (-4141 (($ $ (-629 (-924 |#1|))) 66) (($ $ (-629 (-629 |#1|))) 69) (($ (-629 (-924 |#1|))) 67) (((-629 (-924 |#1|)) $) 65)) (-2753 (($ $) 106)) (-1613 (((-111) $ $) NIL)))
-(((-1111 |#1|) (-1112 |#1|) (-1030)) (T -1111))
-NIL
-(-1112 |#1|)
-((-3202 (((-111) $ $) 7)) (-1426 (((-1142 3 |#1|) $) 13)) (-4170 (((-111) $) 29)) (-3243 (($ $ (-629 (-924 |#1|))) 33) (($ $ (-629 (-629 |#1|))) 32) (($ (-629 (-924 |#1|))) 31) (((-629 (-924 |#1|)) $) 30)) (-3111 (((-111) $) 44)) (-1693 (($ $ (-924 |#1|)) 49) (($ $ (-629 |#1|)) 48) (($ $ (-756)) 47) (($ (-924 |#1|)) 46) (((-924 |#1|) $) 45)) (-4163 (((-2 (|:| -3653 (-756)) (|:| |curves| (-756)) (|:| |polygons| (-756)) (|:| |constructs| (-756))) $) 15)) (-1273 (((-756) $) 58)) (-3503 (((-756) $) 59)) (-3204 (($ $ (-756) (-924 |#1|)) 50)) (-3294 (((-111) $) 21)) (-4187 (($ $ (-629 (-629 (-924 |#1|))) (-629 (-168)) (-168)) 28) (($ $ (-629 (-629 (-629 |#1|))) (-629 (-168)) (-168)) 27) (($ $ (-629 (-629 (-924 |#1|))) (-111) (-111)) 26) (($ $ (-629 (-629 (-629 |#1|))) (-111) (-111)) 25) (($ (-629 (-629 (-924 |#1|)))) 24) (($ (-629 (-629 (-924 |#1|))) (-111) (-111)) 23) (((-629 (-629 (-924 |#1|))) $) 22)) (-1446 (($ (-629 $)) 57) (($ $ $) 56)) (-3131 (((-629 (-168)) $) 16)) (-2286 (((-629 (-924 |#1|)) $) 20)) (-3300 (((-629 (-629 (-168))) $) 17)) (-3225 (((-629 (-629 (-629 (-924 |#1|)))) $) 18)) (-3135 (((-629 (-629 (-629 (-756)))) $) 19)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-4017 (((-756) $ (-629 (-924 |#1|))) 51)) (-1596 (((-111) $) 39)) (-2909 (($ $ (-629 (-924 |#1|))) 43) (($ $ (-629 (-629 |#1|))) 42) (($ (-629 (-924 |#1|))) 41) (((-629 (-924 |#1|)) $) 40)) (-3457 (($) 61) (($ (-1142 3 |#1|)) 60)) (-1487 (($ $) 52)) (-3313 (((-629 $) $) 53)) (-2911 (($ (-629 $)) 55)) (-1972 (((-629 $) $) 54)) (-3213 (((-844) $) 11)) (-2555 (((-111) $) 34)) (-4141 (($ $ (-629 (-924 |#1|))) 38) (($ $ (-629 (-629 |#1|))) 37) (($ (-629 (-924 |#1|))) 36) (((-629 (-924 |#1|)) $) 35)) (-2753 (($ $) 14)) (-1613 (((-111) $ $) 6)))
-(((-1112 |#1|) (-137) (-1030)) (T -1112))
-((-3213 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-844)))) (-3457 (*1 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1030)))) (-3457 (*1 *1 *2) (-12 (-5 *2 (-1142 3 *3)) (-4 *3 (-1030)) (-4 *1 (-1112 *3)))) (-3503 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-756)))) (-1273 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-756)))) (-1446 (*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-1446 (*1 *1 *1 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1030)))) (-2911 (*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-1972 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-5 *2 (-629 *1)) (-4 *1 (-1112 *3)))) (-3313 (*1 *2 *1) (-12 (-4 *3 (-1030)) (-5 *2 (-629 *1)) (-4 *1 (-1112 *3)))) (-1487 (*1 *1 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1030)))) (-4017 (*1 *2 *1 *3) (-12 (-5 *3 (-629 (-924 *4))) (-4 *1 (-1112 *4)) (-4 *4 (-1030)) (-5 *2 (-756)))) (-3204 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-756)) (-5 *3 (-924 *4)) (-4 *1 (-1112 *4)) (-4 *4 (-1030)))) (-1693 (*1 *1 *1 *2) (-12 (-5 *2 (-924 *3)) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-1693 (*1 *1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-1693 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-1693 (*1 *1 *2) (-12 (-5 *2 (-924 *3)) (-4 *3 (-1030)) (-4 *1 (-1112 *3)))) (-1693 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-924 *3)))) (-3111 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))) (-2909 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-924 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-2909 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-2909 (*1 *1 *2) (-12 (-5 *2 (-629 (-924 *3))) (-4 *3 (-1030)) (-4 *1 (-1112 *3)))) (-2909 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-924 *3))))) (-1596 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))) (-4141 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-924 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-4141 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-4141 (*1 *1 *2) (-12 (-5 *2 (-629 (-924 *3))) (-4 *3 (-1030)) (-4 *1 (-1112 *3)))) (-4141 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-924 *3))))) (-2555 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))) (-3243 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-924 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-3243 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))) (-3243 (*1 *1 *2) (-12 (-5 *2 (-629 (-924 *3))) (-4 *3 (-1030)) (-4 *1 (-1112 *3)))) (-3243 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-924 *3))))) (-4170 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))) (-4187 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-629 (-629 (-924 *5)))) (-5 *3 (-629 (-168))) (-5 *4 (-168)) (-4 *1 (-1112 *5)) (-4 *5 (-1030)))) (-4187 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-629 (-629 (-629 *5)))) (-5 *3 (-629 (-168))) (-5 *4 (-168)) (-4 *1 (-1112 *5)) (-4 *5 (-1030)))) (-4187 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-629 (-629 (-924 *4)))) (-5 *3 (-111)) (-4 *1 (-1112 *4)) (-4 *4 (-1030)))) (-4187 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-629 (-629 (-629 *4)))) (-5 *3 (-111)) (-4 *1 (-1112 *4)) (-4 *4 (-1030)))) (-4187 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 (-924 *3)))) (-4 *3 (-1030)) (-4 *1 (-1112 *3)))) (-4187 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-629 (-629 (-924 *4)))) (-5 *3 (-111)) (-4 *4 (-1030)) (-4 *1 (-1112 *4)))) (-4187 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-629 (-924 *3)))))) (-3294 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))) (-2286 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-924 *3))))) (-3135 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-629 (-629 (-756))))))) (-3225 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-629 (-629 (-924 *3))))))) (-3300 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-629 (-168)))))) (-3131 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-168))))) (-4163 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-2 (|:| -3653 (-756)) (|:| |curves| (-756)) (|:| |polygons| (-756)) (|:| |constructs| (-756)))))) (-2753 (*1 *1 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1030)))) (-1426 (*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-1142 3 *3)))))
-(-13 (-1078) (-10 -8 (-15 -3457 ($)) (-15 -3457 ($ (-1142 3 |t#1|))) (-15 -3503 ((-756) $)) (-15 -1273 ((-756) $)) (-15 -1446 ($ (-629 $))) (-15 -1446 ($ $ $)) (-15 -2911 ($ (-629 $))) (-15 -1972 ((-629 $) $)) (-15 -3313 ((-629 $) $)) (-15 -1487 ($ $)) (-15 -4017 ((-756) $ (-629 (-924 |t#1|)))) (-15 -3204 ($ $ (-756) (-924 |t#1|))) (-15 -1693 ($ $ (-924 |t#1|))) (-15 -1693 ($ $ (-629 |t#1|))) (-15 -1693 ($ $ (-756))) (-15 -1693 ($ (-924 |t#1|))) (-15 -1693 ((-924 |t#1|) $)) (-15 -3111 ((-111) $)) (-15 -2909 ($ $ (-629 (-924 |t#1|)))) (-15 -2909 ($ $ (-629 (-629 |t#1|)))) (-15 -2909 ($ (-629 (-924 |t#1|)))) (-15 -2909 ((-629 (-924 |t#1|)) $)) (-15 -1596 ((-111) $)) (-15 -4141 ($ $ (-629 (-924 |t#1|)))) (-15 -4141 ($ $ (-629 (-629 |t#1|)))) (-15 -4141 ($ (-629 (-924 |t#1|)))) (-15 -4141 ((-629 (-924 |t#1|)) $)) (-15 -2555 ((-111) $)) (-15 -3243 ($ $ (-629 (-924 |t#1|)))) (-15 -3243 ($ $ (-629 (-629 |t#1|)))) (-15 -3243 ($ (-629 (-924 |t#1|)))) (-15 -3243 ((-629 (-924 |t#1|)) $)) (-15 -4170 ((-111) $)) (-15 -4187 ($ $ (-629 (-629 (-924 |t#1|))) (-629 (-168)) (-168))) (-15 -4187 ($ $ (-629 (-629 (-629 |t#1|))) (-629 (-168)) (-168))) (-15 -4187 ($ $ (-629 (-629 (-924 |t#1|))) (-111) (-111))) (-15 -4187 ($ $ (-629 (-629 (-629 |t#1|))) (-111) (-111))) (-15 -4187 ($ (-629 (-629 (-924 |t#1|))))) (-15 -4187 ($ (-629 (-629 (-924 |t#1|))) (-111) (-111))) (-15 -4187 ((-629 (-629 (-924 |t#1|))) $)) (-15 -3294 ((-111) $)) (-15 -2286 ((-629 (-924 |t#1|)) $)) (-15 -3135 ((-629 (-629 (-629 (-756)))) $)) (-15 -3225 ((-629 (-629 (-629 (-924 |t#1|)))) $)) (-15 -3300 ((-629 (-629 (-168))) $)) (-15 -3131 ((-629 (-168)) $)) (-15 -4163 ((-2 (|:| -3653 (-756)) (|:| |curves| (-756)) (|:| |polygons| (-756)) (|:| |constructs| (-756))) $)) (-15 -2753 ($ $)) (-15 -1426 ((-1142 3 |t#1|) $)) (-15 -3213 ((-844) $))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 176) (((-1159) $) 7) (($ (-1159)) NIL)) (-3285 (((-111) $ (|[\|\|]| (-516))) 17) (((-111) $ (|[\|\|]| (-213))) 21) (((-111) $ (|[\|\|]| (-660))) 25) (((-111) $ (|[\|\|]| (-1247))) 29) (((-111) $ (|[\|\|]| (-136))) 33) (((-111) $ (|[\|\|]| (-131))) 37) (((-111) $ (|[\|\|]| (-1093))) 41) (((-111) $ (|[\|\|]| (-95))) 45) (((-111) $ (|[\|\|]| (-665))) 49) (((-111) $ (|[\|\|]| (-509))) 53) (((-111) $ (|[\|\|]| (-1045))) 57) (((-111) $ (|[\|\|]| (-1248))) 61) (((-111) $ (|[\|\|]| (-517))) 65) (((-111) $ (|[\|\|]| (-151))) 69) (((-111) $ (|[\|\|]| (-655))) 73) (((-111) $ (|[\|\|]| (-305))) 77) (((-111) $ (|[\|\|]| (-1017))) 81) (((-111) $ (|[\|\|]| (-177))) 85) (((-111) $ (|[\|\|]| (-951))) 89) (((-111) $ (|[\|\|]| (-1052))) 93) (((-111) $ (|[\|\|]| (-1068))) 97) (((-111) $ (|[\|\|]| (-1074))) 101) (((-111) $ (|[\|\|]| (-612))) 105) (((-111) $ (|[\|\|]| (-1144))) 109) (((-111) $ (|[\|\|]| (-153))) 113) (((-111) $ (|[\|\|]| (-135))) 117) (((-111) $ (|[\|\|]| (-471))) 121) (((-111) $ (|[\|\|]| (-579))) 125) (((-111) $ (|[\|\|]| (-498))) 131) (((-111) $ (|[\|\|]| (-1136))) 135) (((-111) $ (|[\|\|]| (-552))) 139)) (-1512 (((-516) $) 18) (((-213) $) 22) (((-660) $) 26) (((-1247) $) 30) (((-136) $) 34) (((-131) $) 38) (((-1093) $) 42) (((-95) $) 46) (((-665) $) 50) (((-509) $) 54) (((-1045) $) 58) (((-1248) $) 62) (((-517) $) 66) (((-151) $) 70) (((-655) $) 74) (((-305) $) 78) (((-1017) $) 82) (((-177) $) 86) (((-951) $) 90) (((-1052) $) 94) (((-1068) $) 98) (((-1074) $) 102) (((-612) $) 106) (((-1144) $) 110) (((-153) $) 114) (((-135) $) 118) (((-471) $) 122) (((-579) $) 126) (((-498) $) 132) (((-1136) $) 136) (((-552) $) 140)) (-1613 (((-111) $ $) NIL)))
-(((-1113) (-1115)) (T -1113))
-NIL
-(-1115)
-((-2723 (((-629 (-1159)) (-1136)) 9)))
-(((-1114) (-10 -7 (-15 -2723 ((-629 (-1159)) (-1136))))) (T -1114))
-((-2723 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-629 (-1159))) (-5 *1 (-1114)))))
-(-10 -7 (-15 -2723 ((-629 (-1159)) (-1136))))
-((-3202 (((-111) $ $) 7)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (((-1159) $) 15) (($ (-1159)) 14)) (-3285 (((-111) $ (|[\|\|]| (-516))) 80) (((-111) $ (|[\|\|]| (-213))) 78) (((-111) $ (|[\|\|]| (-660))) 76) (((-111) $ (|[\|\|]| (-1247))) 74) (((-111) $ (|[\|\|]| (-136))) 72) (((-111) $ (|[\|\|]| (-131))) 70) (((-111) $ (|[\|\|]| (-1093))) 68) (((-111) $ (|[\|\|]| (-95))) 66) (((-111) $ (|[\|\|]| (-665))) 64) (((-111) $ (|[\|\|]| (-509))) 62) (((-111) $ (|[\|\|]| (-1045))) 60) (((-111) $ (|[\|\|]| (-1248))) 58) (((-111) $ (|[\|\|]| (-517))) 56) (((-111) $ (|[\|\|]| (-151))) 54) (((-111) $ (|[\|\|]| (-655))) 52) (((-111) $ (|[\|\|]| (-305))) 50) (((-111) $ (|[\|\|]| (-1017))) 48) (((-111) $ (|[\|\|]| (-177))) 46) (((-111) $ (|[\|\|]| (-951))) 44) (((-111) $ (|[\|\|]| (-1052))) 42) (((-111) $ (|[\|\|]| (-1068))) 40) (((-111) $ (|[\|\|]| (-1074))) 38) (((-111) $ (|[\|\|]| (-612))) 36) (((-111) $ (|[\|\|]| (-1144))) 34) (((-111) $ (|[\|\|]| (-153))) 32) (((-111) $ (|[\|\|]| (-135))) 30) (((-111) $ (|[\|\|]| (-471))) 28) (((-111) $ (|[\|\|]| (-579))) 26) (((-111) $ (|[\|\|]| (-498))) 24) (((-111) $ (|[\|\|]| (-1136))) 22) (((-111) $ (|[\|\|]| (-552))) 20)) (-1512 (((-516) $) 79) (((-213) $) 77) (((-660) $) 75) (((-1247) $) 73) (((-136) $) 71) (((-131) $) 69) (((-1093) $) 67) (((-95) $) 65) (((-665) $) 63) (((-509) $) 61) (((-1045) $) 59) (((-1248) $) 57) (((-517) $) 55) (((-151) $) 53) (((-655) $) 51) (((-305) $) 49) (((-1017) $) 47) (((-177) $) 45) (((-951) $) 43) (((-1052) $) 41) (((-1068) $) 39) (((-1074) $) 37) (((-612) $) 35) (((-1144) $) 33) (((-153) $) 31) (((-135) $) 29) (((-471) $) 27) (((-579) $) 25) (((-498) $) 23) (((-1136) $) 21) (((-552) $) 19)) (-1613 (((-111) $ $) 6)))
-(((-1115) (-137)) (T -1115))
-((-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-516))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-516)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-213))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-213)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-660))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-660)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1247))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1247)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-136))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-136)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-131))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-131)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1093))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1093)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-95))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-95)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-665))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-665)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-509))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-509)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1045))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1045)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1248))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1248)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-517))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-517)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-151))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-151)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-655))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-655)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-305))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-305)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1017))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1017)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-177))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-177)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-951))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-951)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1052))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1052)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1068)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1074))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1074)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-612))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-612)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1144))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1144)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-153))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-153)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-135))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-135)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-471))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-471)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-579))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-579)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-498))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-498)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1136))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1136)))) (-3285 (*1 *2 *1 *3) (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-552))) (-5 *2 (-111)))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-552)))))
-(-13 (-1061) (-1232) (-10 -8 (-15 -3285 ((-111) $ (|[\|\|]| (-516)))) (-15 -1512 ((-516) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-213)))) (-15 -1512 ((-213) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-660)))) (-15 -1512 ((-660) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1247)))) (-15 -1512 ((-1247) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-136)))) (-15 -1512 ((-136) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-131)))) (-15 -1512 ((-131) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1093)))) (-15 -1512 ((-1093) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-95)))) (-15 -1512 ((-95) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-665)))) (-15 -1512 ((-665) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-509)))) (-15 -1512 ((-509) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1045)))) (-15 -1512 ((-1045) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1248)))) (-15 -1512 ((-1248) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-517)))) (-15 -1512 ((-517) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-151)))) (-15 -1512 ((-151) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-655)))) (-15 -1512 ((-655) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-305)))) (-15 -1512 ((-305) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1017)))) (-15 -1512 ((-1017) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-177)))) (-15 -1512 ((-177) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-951)))) (-15 -1512 ((-951) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1052)))) (-15 -1512 ((-1052) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1068)))) (-15 -1512 ((-1068) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1074)))) (-15 -1512 ((-1074) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-612)))) (-15 -1512 ((-612) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1144)))) (-15 -1512 ((-1144) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-153)))) (-15 -1512 ((-153) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-135)))) (-15 -1512 ((-135) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-471)))) (-15 -1512 ((-471) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-579)))) (-15 -1512 ((-579) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-498)))) (-15 -1512 ((-498) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-1136)))) (-15 -1512 ((-1136) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-552)))) (-15 -1512 ((-552) $))))
-(((-92) . T) ((-101) . T) ((-599 (-844)) . T) ((-599 (-1159)) . T) ((-1078) . T) ((-1061) . T) ((-1232) . T))
-((-2538 (((-1242) (-629 (-844))) 23) (((-1242) (-844)) 22)) (-2673 (((-1242) (-629 (-844))) 21) (((-1242) (-844)) 20)) (-2175 (((-1242) (-629 (-844))) 19) (((-1242) (-844)) 11) (((-1242) (-1136) (-844)) 17)))
-(((-1116) (-10 -7 (-15 -2175 ((-1242) (-1136) (-844))) (-15 -2175 ((-1242) (-844))) (-15 -2673 ((-1242) (-844))) (-15 -2538 ((-1242) (-844))) (-15 -2175 ((-1242) (-629 (-844)))) (-15 -2673 ((-1242) (-629 (-844)))) (-15 -2538 ((-1242) (-629 (-844)))))) (T -1116))
-((-2538 (*1 *2 *3) (-12 (-5 *3 (-629 (-844))) (-5 *2 (-1242)) (-5 *1 (-1116)))) (-2673 (*1 *2 *3) (-12 (-5 *3 (-629 (-844))) (-5 *2 (-1242)) (-5 *1 (-1116)))) (-2175 (*1 *2 *3) (-12 (-5 *3 (-629 (-844))) (-5 *2 (-1242)) (-5 *1 (-1116)))) (-2538 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-1116)))) (-2673 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-1116)))) (-2175 (*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-1116)))) (-2175 (*1 *2 *3 *4) (-12 (-5 *3 (-1136)) (-5 *4 (-844)) (-5 *2 (-1242)) (-5 *1 (-1116)))))
-(-10 -7 (-15 -2175 ((-1242) (-1136) (-844))) (-15 -2175 ((-1242) (-844))) (-15 -2673 ((-1242) (-844))) (-15 -2538 ((-1242) (-844))) (-15 -2175 ((-1242) (-629 (-844)))) (-15 -2673 ((-1242) (-629 (-844)))) (-15 -2538 ((-1242) (-629 (-844)))))
-((-1618 (($ $ $) 10)) (-4119 (($ $) 9)) (-3381 (($ $ $) 13)) (-4135 (($ $ $) 15)) (-2906 (($ $ $) 12)) (-3158 (($ $ $) 14)) (-3742 (($ $) 17)) (-1280 (($ $) 16)) (-1578 (($ $) 6)) (-3290 (($ $ $) 11) (($ $) 7)) (-1812 (($ $ $) 8)))
-(((-1117) (-137)) (T -1117))
-((-3742 (*1 *1 *1) (-4 *1 (-1117))) (-1280 (*1 *1 *1) (-4 *1 (-1117))) (-4135 (*1 *1 *1 *1) (-4 *1 (-1117))) (-3158 (*1 *1 *1 *1) (-4 *1 (-1117))) (-3381 (*1 *1 *1 *1) (-4 *1 (-1117))) (-2906 (*1 *1 *1 *1) (-4 *1 (-1117))) (-3290 (*1 *1 *1 *1) (-4 *1 (-1117))) (-1618 (*1 *1 *1 *1) (-4 *1 (-1117))) (-4119 (*1 *1 *1) (-4 *1 (-1117))) (-1812 (*1 *1 *1 *1) (-4 *1 (-1117))) (-3290 (*1 *1 *1) (-4 *1 (-1117))) (-1578 (*1 *1 *1) (-4 *1 (-1117))))
-(-13 (-10 -8 (-15 -1578 ($ $)) (-15 -3290 ($ $)) (-15 -1812 ($ $ $)) (-15 -4119 ($ $)) (-15 -1618 ($ $ $)) (-15 -3290 ($ $ $)) (-15 -2906 ($ $ $)) (-15 -3381 ($ $ $)) (-15 -3158 ($ $ $)) (-15 -4135 ($ $ $)) (-15 -1280 ($ $)) (-15 -3742 ($ $))))
-((-3202 (((-111) $ $) 41)) (-2925 ((|#1| $) 15)) (-4227 (((-111) $ $ (-1 (-111) |#2| |#2|)) 36)) (-4063 (((-111) $) 17)) (-1314 (($ $ |#1|) 28)) (-4196 (($ $ (-111)) 30)) (-3619 (($ $) 31)) (-3597 (($ $ |#2|) 29)) (-2623 (((-1136) $) NIL)) (-1938 (((-111) $ $ (-1 (-111) |#1| |#1|) (-1 (-111) |#2| |#2|)) 35)) (-2876 (((-1098) $) NIL)) (-3435 (((-111) $) 14)) (-3430 (($) 10)) (-1487 (($ $) 27)) (-3226 (($ |#1| |#2| (-111)) 18) (($ |#1| |#2|) 19) (($ (-2 (|:| |val| |#1|) (|:| -3361 |#2|))) 21) (((-629 $) (-629 (-2 (|:| |val| |#1|) (|:| -3361 |#2|)))) 24) (((-629 $) |#1| (-629 |#2|)) 26)) (-3921 ((|#2| $) 16)) (-3213 (((-844) $) 50)) (-1613 (((-111) $ $) 39)))
-(((-1118 |#1| |#2|) (-13 (-1078) (-10 -8 (-15 -3430 ($)) (-15 -3435 ((-111) $)) (-15 -2925 (|#1| $)) (-15 -3921 (|#2| $)) (-15 -4063 ((-111) $)) (-15 -3226 ($ |#1| |#2| (-111))) (-15 -3226 ($ |#1| |#2|)) (-15 -3226 ($ (-2 (|:| |val| |#1|) (|:| -3361 |#2|)))) (-15 -3226 ((-629 $) (-629 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))))) (-15 -3226 ((-629 $) |#1| (-629 |#2|))) (-15 -1487 ($ $)) (-15 -1314 ($ $ |#1|)) (-15 -3597 ($ $ |#2|)) (-15 -4196 ($ $ (-111))) (-15 -3619 ($ $)) (-15 -1938 ((-111) $ $ (-1 (-111) |#1| |#1|) (-1 (-111) |#2| |#2|))) (-15 -4227 ((-111) $ $ (-1 (-111) |#2| |#2|))))) (-13 (-1078) (-34)) (-13 (-1078) (-34))) (T -1118))
-((-3430 (*1 *1) (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))))) (-3435 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))))) (-2925 (*1 *2 *1) (-12 (-4 *2 (-13 (-1078) (-34))) (-5 *1 (-1118 *2 *3)) (-4 *3 (-13 (-1078) (-34))))) (-3921 (*1 *2 *1) (-12 (-4 *2 (-13 (-1078) (-34))) (-5 *1 (-1118 *3 *2)) (-4 *3 (-13 (-1078) (-34))))) (-4063 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))))) (-3226 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-111)) (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))))) (-3226 (*1 *1 *2 *3) (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))))) (-3226 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -3361 *4))) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))) (-5 *1 (-1118 *3 *4)))) (-3226 (*1 *2 *3) (-12 (-5 *3 (-629 (-2 (|:| |val| *4) (|:| -3361 *5)))) (-4 *4 (-13 (-1078) (-34))) (-4 *5 (-13 (-1078) (-34))) (-5 *2 (-629 (-1118 *4 *5))) (-5 *1 (-1118 *4 *5)))) (-3226 (*1 *2 *3 *4) (-12 (-5 *4 (-629 *5)) (-4 *5 (-13 (-1078) (-34))) (-5 *2 (-629 (-1118 *3 *5))) (-5 *1 (-1118 *3 *5)) (-4 *3 (-13 (-1078) (-34))))) (-1487 (*1 *1 *1) (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))))) (-1314 (*1 *1 *1 *2) (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))))) (-3597 (*1 *1 *1 *2) (-12 (-5 *1 (-1118 *3 *2)) (-4 *3 (-13 (-1078) (-34))) (-4 *2 (-13 (-1078) (-34))))) (-4196 (*1 *1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))))) (-3619 (*1 *1 *1) (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))))) (-1938 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-111) *5 *5)) (-5 *4 (-1 (-111) *6 *6)) (-4 *5 (-13 (-1078) (-34))) (-4 *6 (-13 (-1078) (-34))) (-5 *2 (-111)) (-5 *1 (-1118 *5 *6)))) (-4227 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-111) *5 *5)) (-4 *5 (-13 (-1078) (-34))) (-5 *2 (-111)) (-5 *1 (-1118 *4 *5)) (-4 *4 (-13 (-1078) (-34))))))
-(-13 (-1078) (-10 -8 (-15 -3430 ($)) (-15 -3435 ((-111) $)) (-15 -2925 (|#1| $)) (-15 -3921 (|#2| $)) (-15 -4063 ((-111) $)) (-15 -3226 ($ |#1| |#2| (-111))) (-15 -3226 ($ |#1| |#2|)) (-15 -3226 ($ (-2 (|:| |val| |#1|) (|:| -3361 |#2|)))) (-15 -3226 ((-629 $) (-629 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))))) (-15 -3226 ((-629 $) |#1| (-629 |#2|))) (-15 -1487 ($ $)) (-15 -1314 ($ $ |#1|)) (-15 -3597 ($ $ |#2|)) (-15 -4196 ($ $ (-111))) (-15 -3619 ($ $)) (-15 -1938 ((-111) $ $ (-1 (-111) |#1| |#1|) (-1 (-111) |#2| |#2|))) (-15 -4227 ((-111) $ $ (-1 (-111) |#2| |#2|)))))
-((-3202 (((-111) $ $) NIL (|has| (-1118 |#1| |#2|) (-1078)))) (-2925 (((-1118 |#1| |#2|) $) 25)) (-1494 (($ $) 76)) (-2070 (((-111) (-1118 |#1| |#2|) $ (-1 (-111) |#2| |#2|)) 85)) (-3535 (($ $ $ (-629 (-1118 |#1| |#2|))) 90) (($ $ $ (-629 (-1118 |#1| |#2|)) (-1 (-111) |#2| |#2|)) 91)) (-4238 (((-111) $ (-756)) NIL)) (-3188 (((-1118 |#1| |#2|) $ (-1118 |#1| |#2|)) 43 (|has| $ (-6 -4369)))) (-1470 (((-1118 |#1| |#2|) $ "value" (-1118 |#1| |#2|)) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 41 (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-1281 (((-629 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))) $) 80)) (-1625 (($ (-1118 |#1| |#2|) $) 39)) (-2655 (($ (-1118 |#1| |#2|) $) 31)) (-3138 (((-629 (-1118 |#1| |#2|)) $) NIL (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 51)) (-3112 (((-111) (-1118 |#1| |#2|) $) 82)) (-4266 (((-111) $ $) NIL (|has| (-1118 |#1| |#2|) (-1078)))) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 (-1118 |#1| |#2|)) $) 55 (|has| $ (-6 -4368)))) (-2973 (((-111) (-1118 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-1118 |#1| |#2|) (-1078))))) (-2947 (($ (-1 (-1118 |#1| |#2|) (-1118 |#1| |#2|)) $) 47 (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-1118 |#1| |#2|) (-1118 |#1| |#2|)) $) 46)) (-1745 (((-111) $ (-756)) NIL)) (-2604 (((-629 (-1118 |#1| |#2|)) $) 53)) (-3862 (((-111) $) 42)) (-2623 (((-1136) $) NIL (|has| (-1118 |#1| |#2|) (-1078)))) (-2876 (((-1098) $) NIL (|has| (-1118 |#1| |#2|) (-1078)))) (-4146 (((-3 $ "failed") $) 75)) (-3944 (((-111) (-1 (-111) (-1118 |#1| |#2|)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-1118 |#1| |#2|)))) NIL (-12 (|has| (-1118 |#1| |#2|) (-303 (-1118 |#1| |#2|))) (|has| (-1118 |#1| |#2|) (-1078)))) (($ $ (-288 (-1118 |#1| |#2|))) NIL (-12 (|has| (-1118 |#1| |#2|) (-303 (-1118 |#1| |#2|))) (|has| (-1118 |#1| |#2|) (-1078)))) (($ $ (-1118 |#1| |#2|) (-1118 |#1| |#2|)) NIL (-12 (|has| (-1118 |#1| |#2|) (-303 (-1118 |#1| |#2|))) (|has| (-1118 |#1| |#2|) (-1078)))) (($ $ (-629 (-1118 |#1| |#2|)) (-629 (-1118 |#1| |#2|))) NIL (-12 (|has| (-1118 |#1| |#2|) (-303 (-1118 |#1| |#2|))) (|has| (-1118 |#1| |#2|) (-1078))))) (-2795 (((-111) $ $) 50)) (-3435 (((-111) $) 22)) (-3430 (($) 24)) (-2060 (((-1118 |#1| |#2|) $ "value") NIL)) (-3153 (((-552) $ $) NIL)) (-1289 (((-111) $) 44)) (-2885 (((-756) (-1 (-111) (-1118 |#1| |#2|)) $) NIL (|has| $ (-6 -4368))) (((-756) (-1118 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-1118 |#1| |#2|) (-1078))))) (-1487 (($ $) 49)) (-3226 (($ (-1118 |#1| |#2|)) 9) (($ |#1| |#2| (-629 $)) 12) (($ |#1| |#2| (-629 (-1118 |#1| |#2|))) 14) (($ |#1| |#2| |#1| (-629 |#2|)) 17)) (-1793 (((-629 |#2|) $) 81)) (-3213 (((-844) $) 73 (|has| (-1118 |#1| |#2|) (-599 (-844))))) (-2527 (((-629 $) $) 28)) (-4298 (((-111) $ $) NIL (|has| (-1118 |#1| |#2|) (-1078)))) (-2584 (((-111) (-1 (-111) (-1118 |#1| |#2|)) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 64 (|has| (-1118 |#1| |#2|) (-1078)))) (-2657 (((-756) $) 58 (|has| $ (-6 -4368)))))
-(((-1119 |#1| |#2|) (-13 (-991 (-1118 |#1| |#2|)) (-10 -8 (-6 -4369) (-6 -4368) (-15 -4146 ((-3 $ "failed") $)) (-15 -1494 ($ $)) (-15 -3226 ($ (-1118 |#1| |#2|))) (-15 -3226 ($ |#1| |#2| (-629 $))) (-15 -3226 ($ |#1| |#2| (-629 (-1118 |#1| |#2|)))) (-15 -3226 ($ |#1| |#2| |#1| (-629 |#2|))) (-15 -1793 ((-629 |#2|) $)) (-15 -1281 ((-629 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))) $)) (-15 -3112 ((-111) (-1118 |#1| |#2|) $)) (-15 -2070 ((-111) (-1118 |#1| |#2|) $ (-1 (-111) |#2| |#2|))) (-15 -2655 ($ (-1118 |#1| |#2|) $)) (-15 -1625 ($ (-1118 |#1| |#2|) $)) (-15 -3535 ($ $ $ (-629 (-1118 |#1| |#2|)))) (-15 -3535 ($ $ $ (-629 (-1118 |#1| |#2|)) (-1 (-111) |#2| |#2|))))) (-13 (-1078) (-34)) (-13 (-1078) (-34))) (T -1119))
-((-4146 (*1 *1 *1) (|partial| -12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))))) (-1494 (*1 *1 *1) (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))))) (-3226 (*1 *1 *2) (-12 (-5 *2 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))) (-5 *1 (-1119 *3 *4)))) (-3226 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-629 (-1119 *2 *3))) (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))))) (-3226 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-629 (-1118 *2 *3))) (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34))) (-5 *1 (-1119 *2 *3)))) (-3226 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-629 *3)) (-4 *3 (-13 (-1078) (-34))) (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1078) (-34))))) (-1793 (*1 *2 *1) (-12 (-5 *2 (-629 *4)) (-5 *1 (-1119 *3 *4)) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))))) (-1281 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1119 *3 *4)) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))))) (-3112 (*1 *2 *3 *1) (-12 (-5 *3 (-1118 *4 *5)) (-4 *4 (-13 (-1078) (-34))) (-4 *5 (-13 (-1078) (-34))) (-5 *2 (-111)) (-5 *1 (-1119 *4 *5)))) (-2070 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1118 *5 *6)) (-5 *4 (-1 (-111) *6 *6)) (-4 *5 (-13 (-1078) (-34))) (-4 *6 (-13 (-1078) (-34))) (-5 *2 (-111)) (-5 *1 (-1119 *5 *6)))) (-2655 (*1 *1 *2 *1) (-12 (-5 *2 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))) (-5 *1 (-1119 *3 *4)))) (-1625 (*1 *1 *2 *1) (-12 (-5 *2 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))) (-5 *1 (-1119 *3 *4)))) (-3535 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-629 (-1118 *3 *4))) (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))) (-5 *1 (-1119 *3 *4)))) (-3535 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-1118 *4 *5))) (-5 *3 (-1 (-111) *5 *5)) (-4 *4 (-13 (-1078) (-34))) (-4 *5 (-13 (-1078) (-34))) (-5 *1 (-1119 *4 *5)))))
-(-13 (-991 (-1118 |#1| |#2|)) (-10 -8 (-6 -4369) (-6 -4368) (-15 -4146 ((-3 $ "failed") $)) (-15 -1494 ($ $)) (-15 -3226 ($ (-1118 |#1| |#2|))) (-15 -3226 ($ |#1| |#2| (-629 $))) (-15 -3226 ($ |#1| |#2| (-629 (-1118 |#1| |#2|)))) (-15 -3226 ($ |#1| |#2| |#1| (-629 |#2|))) (-15 -1793 ((-629 |#2|) $)) (-15 -1281 ((-629 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))) $)) (-15 -3112 ((-111) (-1118 |#1| |#2|) $)) (-15 -2070 ((-111) (-1118 |#1| |#2|) $ (-1 (-111) |#2| |#2|))) (-15 -2655 ($ (-1118 |#1| |#2|) $)) (-15 -1625 ($ (-1118 |#1| |#2|) $)) (-15 -3535 ($ $ $ (-629 (-1118 |#1| |#2|)))) (-15 -3535 ($ $ $ (-629 (-1118 |#1| |#2|)) (-1 (-111) |#2| |#2|)))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2289 (($ $) NIL)) (-1549 ((|#2| $) NIL)) (-4021 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-1662 (($ (-673 |#2|)) 50)) (-2779 (((-111) $) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3924 (($ |#2|) 10)) (-2130 (($) NIL T CONST)) (-2810 (($ $) 63 (|has| |#2| (-301)))) (-3413 (((-235 |#1| |#2|) $ (-552)) 36)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#2| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-3 |#2| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#2| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#2| (-1019 (-401 (-552))))) ((|#2| $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL) (((-673 |#2|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) 77)) (-2128 (((-756) $) 65 (|has| |#2| (-544)))) (-2892 ((|#2| $ (-552) (-552)) NIL)) (-3138 (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-4065 (((-111) $) NIL)) (-1486 (((-756) $) 67 (|has| |#2| (-544)))) (-4229 (((-629 (-235 |#1| |#2|)) $) 71 (|has| |#2| (-544)))) (-2389 (((-756) $) NIL)) (-3307 (($ |#2|) 20)) (-2401 (((-756) $) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-3427 ((|#2| $) 61 (|has| |#2| (-6 (-4370 "*"))))) (-3534 (((-552) $) NIL)) (-3966 (((-552) $) NIL)) (-3278 (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3660 (((-552) $) NIL)) (-3162 (((-552) $) NIL)) (-3516 (($ (-629 (-629 |#2|))) 31)) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-3397 (((-629 (-629 |#2|)) $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-4156 (((-3 $ "failed") $) 74 (|has| |#2| (-357)))) (-2876 (((-1098) $) NIL)) (-3969 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-544)))) (-3944 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ (-552) (-552) |#2|) NIL) ((|#2| $ (-552) (-552)) NIL)) (-3096 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-756)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-3350 ((|#2| $) NIL)) (-2843 (($ (-629 |#2|)) 44)) (-1379 (((-111) $) NIL)) (-3417 (((-235 |#1| |#2|) $) NIL)) (-2021 ((|#2| $) 59 (|has| |#2| (-6 (-4370 "*"))))) (-2885 (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1487 (($ $) NIL)) (-1522 (((-528) $) 86 (|has| |#2| (-600 (-528))))) (-3041 (((-235 |#1| |#2|) $ (-552)) 38)) (-3213 (((-844) $) 41) (($ (-552)) NIL) (($ (-401 (-552))) NIL (|has| |#2| (-1019 (-401 (-552))))) (($ |#2|) NIL) (((-673 |#2|) $) 46)) (-2014 (((-756)) 18)) (-2584 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-3043 (((-111) $) NIL)) (-3297 (($) 12 T CONST)) (-3309 (($) 15 T CONST)) (-1765 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-756)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) 57) (($ $ (-552)) 76 (|has| |#2| (-357)))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-235 |#1| |#2|) $ (-235 |#1| |#2|)) 53) (((-235 |#1| |#2|) (-235 |#1| |#2|) $) 55)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1120 |#1| |#2|) (-13 (-1101 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-599 (-673 |#2|)) (-10 -8 (-15 -3307 ($ |#2|)) (-15 -2289 ($ $)) (-15 -1662 ($ (-673 |#2|))) (IF (|has| |#2| (-6 (-4370 "*"))) (-6 -4357) |%noBranch|) (IF (|has| |#2| (-6 (-4370 "*"))) (IF (|has| |#2| (-6 -4365)) (-6 -4365) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|))) (-756) (-1030)) (T -1120))
-((-3307 (*1 *1 *2) (-12 (-5 *1 (-1120 *3 *2)) (-14 *3 (-756)) (-4 *2 (-1030)))) (-2289 (*1 *1 *1) (-12 (-5 *1 (-1120 *2 *3)) (-14 *2 (-756)) (-4 *3 (-1030)))) (-1662 (*1 *1 *2) (-12 (-5 *2 (-673 *4)) (-4 *4 (-1030)) (-5 *1 (-1120 *3 *4)) (-14 *3 (-756)))))
-(-13 (-1101 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-599 (-673 |#2|)) (-10 -8 (-15 -3307 ($ |#2|)) (-15 -2289 ($ $)) (-15 -1662 ($ (-673 |#2|))) (IF (|has| |#2| (-6 (-4370 "*"))) (-6 -4357) |%noBranch|) (IF (|has| |#2| (-6 (-4370 "*"))) (IF (|has| |#2| (-6 -4365)) (-6 -4365) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-600 (-528))) (-6 (-600 (-528))) |%noBranch|)))
-((-2302 (($ $) 19)) (-4013 (($ $ (-141)) 10) (($ $ (-138)) 14)) (-1291 (((-111) $ $) 24)) (-3507 (($ $) 17)) (-2060 (((-141) $ (-552) (-141)) NIL) (((-141) $ (-552)) NIL) (($ $ (-1204 (-552))) NIL) (($ $ $) 29)) (-3213 (($ (-141)) 27) (((-844) $) NIL)))
-(((-1121 |#1|) (-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -2060 (|#1| |#1| |#1|)) (-15 -4013 (|#1| |#1| (-138))) (-15 -4013 (|#1| |#1| (-141))) (-15 -3213 (|#1| (-141))) (-15 -1291 ((-111) |#1| |#1|)) (-15 -2302 (|#1| |#1|)) (-15 -3507 (|#1| |#1|)) (-15 -2060 (|#1| |#1| (-1204 (-552)))) (-15 -2060 ((-141) |#1| (-552))) (-15 -2060 ((-141) |#1| (-552) (-141)))) (-1122)) (T -1121))
-NIL
-(-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -2060 (|#1| |#1| |#1|)) (-15 -4013 (|#1| |#1| (-138))) (-15 -4013 (|#1| |#1| (-141))) (-15 -3213 (|#1| (-141))) (-15 -1291 ((-111) |#1| |#1|)) (-15 -2302 (|#1| |#1|)) (-15 -3507 (|#1| |#1|)) (-15 -2060 (|#1| |#1| (-1204 (-552)))) (-15 -2060 ((-141) |#1| (-552))) (-15 -2060 ((-141) |#1| (-552) (-141))))
-((-3202 (((-111) $ $) 19 (|has| (-141) (-1078)))) (-3861 (($ $) 120)) (-2302 (($ $) 121)) (-4013 (($ $ (-141)) 108) (($ $ (-138)) 107)) (-2660 (((-1242) $ (-552) (-552)) 40 (|has| $ (-6 -4369)))) (-1270 (((-111) $ $) 118)) (-4330 (((-111) $ $ (-552)) 117)) (-2483 (((-629 $) $ (-141)) 110) (((-629 $) $ (-138)) 109)) (-3717 (((-111) (-1 (-111) (-141) (-141)) $) 98) (((-111) $) 92 (|has| (-141) (-832)))) (-3646 (($ (-1 (-111) (-141) (-141)) $) 89 (|has| $ (-6 -4369))) (($ $) 88 (-12 (|has| (-141) (-832)) (|has| $ (-6 -4369))))) (-1296 (($ (-1 (-111) (-141) (-141)) $) 99) (($ $) 93 (|has| (-141) (-832)))) (-4238 (((-111) $ (-756)) 8)) (-1470 (((-141) $ (-552) (-141)) 52 (|has| $ (-6 -4369))) (((-141) $ (-1204 (-552)) (-141)) 58 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) (-141)) $) 75 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2224 (($ $ (-141)) 104) (($ $ (-138)) 103)) (-2366 (($ $) 90 (|has| $ (-6 -4369)))) (-3344 (($ $) 100)) (-1897 (($ $ (-1204 (-552)) $) 114)) (-2738 (($ $) 78 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ (-141) $) 77 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) (-141)) $) 74 (|has| $ (-6 -4368)))) (-3884 (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) 76 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368)))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) 73 (|has| $ (-6 -4368))) (((-141) (-1 (-141) (-141) (-141)) $) 72 (|has| $ (-6 -4368)))) (-2957 (((-141) $ (-552) (-141)) 53 (|has| $ (-6 -4369)))) (-2892 (((-141) $ (-552)) 51)) (-1291 (((-111) $ $) 119)) (-1456 (((-552) (-1 (-111) (-141)) $) 97) (((-552) (-141) $) 96 (|has| (-141) (-1078))) (((-552) (-141) $ (-552)) 95 (|has| (-141) (-1078))) (((-552) $ $ (-552)) 113) (((-552) (-138) $ (-552)) 112)) (-3138 (((-629 (-141)) $) 30 (|has| $ (-6 -4368)))) (-3307 (($ (-756) (-141)) 69)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 43 (|has| (-552) (-832)))) (-1772 (($ $ $) 87 (|has| (-141) (-832)))) (-1446 (($ (-1 (-111) (-141) (-141)) $ $) 101) (($ $ $) 94 (|has| (-141) (-832)))) (-3278 (((-629 (-141)) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) (-141) $) 27 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 44 (|has| (-552) (-832)))) (-2011 (($ $ $) 86 (|has| (-141) (-832)))) (-1508 (((-111) $ $ (-141)) 115)) (-1806 (((-756) $ $ (-141)) 116)) (-2947 (($ (-1 (-141) (-141)) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-141) (-141)) $) 35) (($ (-1 (-141) (-141) (-141)) $ $) 64)) (-3906 (($ $) 122)) (-3507 (($ $) 123)) (-1745 (((-111) $ (-756)) 10)) (-2235 (($ $ (-141)) 106) (($ $ (-138)) 105)) (-2623 (((-1136) $) 22 (|has| (-141) (-1078)))) (-1759 (($ (-141) $ (-552)) 60) (($ $ $ (-552)) 59)) (-2190 (((-629 (-552)) $) 46)) (-1335 (((-111) (-552) $) 47)) (-2876 (((-1098) $) 21 (|has| (-141) (-1078)))) (-2702 (((-141) $) 42 (|has| (-552) (-832)))) (-3073 (((-3 (-141) "failed") (-1 (-111) (-141)) $) 71)) (-1518 (($ $ (-141)) 41 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) (-141)) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-141)))) 26 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-288 (-141))) 25 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-141) (-141)) 24 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-629 (-141)) (-629 (-141))) 23 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) (-141) $) 45 (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-3627 (((-629 (-141)) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 (((-141) $ (-552) (-141)) 50) (((-141) $ (-552)) 49) (($ $ (-1204 (-552))) 63) (($ $ $) 102)) (-2012 (($ $ (-552)) 62) (($ $ (-1204 (-552))) 61)) (-2885 (((-756) (-1 (-111) (-141)) $) 31 (|has| $ (-6 -4368))) (((-756) (-141) $) 28 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368))))) (-3747 (($ $ $ (-552)) 91 (|has| $ (-6 -4369)))) (-1487 (($ $) 13)) (-1522 (((-528) $) 79 (|has| (-141) (-600 (-528))))) (-3226 (($ (-629 (-141))) 70)) (-4319 (($ $ (-141)) 68) (($ (-141) $) 67) (($ $ $) 66) (($ (-629 $)) 65)) (-3213 (($ (-141)) 111) (((-844) $) 18 (|has| (-141) (-599 (-844))))) (-2584 (((-111) (-1 (-111) (-141)) $) 33 (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) 84 (|has| (-141) (-832)))) (-1644 (((-111) $ $) 83 (|has| (-141) (-832)))) (-1613 (((-111) $ $) 20 (|has| (-141) (-1078)))) (-1655 (((-111) $ $) 85 (|has| (-141) (-832)))) (-1632 (((-111) $ $) 82 (|has| (-141) (-832)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-1122) (-137)) (T -1122))
-((-3507 (*1 *1 *1) (-4 *1 (-1122))) (-3906 (*1 *1 *1) (-4 *1 (-1122))) (-2302 (*1 *1 *1) (-4 *1 (-1122))) (-3861 (*1 *1 *1) (-4 *1 (-1122))) (-1291 (*1 *2 *1 *1) (-12 (-4 *1 (-1122)) (-5 *2 (-111)))) (-1270 (*1 *2 *1 *1) (-12 (-4 *1 (-1122)) (-5 *2 (-111)))) (-4330 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1122)) (-5 *3 (-552)) (-5 *2 (-111)))) (-1806 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1122)) (-5 *3 (-141)) (-5 *2 (-756)))) (-1508 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1122)) (-5 *3 (-141)) (-5 *2 (-111)))) (-1897 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1122)) (-5 *2 (-1204 (-552))))) (-1456 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-552)))) (-1456 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-552)) (-5 *3 (-138)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-141)) (-4 *1 (-1122)))) (-2483 (*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-629 *1)) (-4 *1 (-1122)))) (-2483 (*1 *2 *1 *3) (-12 (-5 *3 (-138)) (-5 *2 (-629 *1)) (-4 *1 (-1122)))) (-4013 (*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-141)))) (-4013 (*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-138)))) (-2235 (*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-141)))) (-2235 (*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-138)))) (-2224 (*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-141)))) (-2224 (*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-138)))) (-2060 (*1 *1 *1 *1) (-4 *1 (-1122))))
-(-13 (-19 (-141)) (-10 -8 (-15 -3507 ($ $)) (-15 -3906 ($ $)) (-15 -2302 ($ $)) (-15 -3861 ($ $)) (-15 -1291 ((-111) $ $)) (-15 -1270 ((-111) $ $)) (-15 -4330 ((-111) $ $ (-552))) (-15 -1806 ((-756) $ $ (-141))) (-15 -1508 ((-111) $ $ (-141))) (-15 -1897 ($ $ (-1204 (-552)) $)) (-15 -1456 ((-552) $ $ (-552))) (-15 -1456 ((-552) (-138) $ (-552))) (-15 -3213 ($ (-141))) (-15 -2483 ((-629 $) $ (-141))) (-15 -2483 ((-629 $) $ (-138))) (-15 -4013 ($ $ (-141))) (-15 -4013 ($ $ (-138))) (-15 -2235 ($ $ (-141))) (-15 -2235 ($ $ (-138))) (-15 -2224 ($ $ (-141))) (-15 -2224 ($ $ (-138))) (-15 -2060 ($ $ $))))
-(((-34) . T) ((-101) -4029 (|has| (-141) (-1078)) (|has| (-141) (-832))) ((-599 (-844)) -4029 (|has| (-141) (-1078)) (|has| (-141) (-832)) (|has| (-141) (-599 (-844)))) ((-148 #0=(-141)) . T) ((-600 (-528)) |has| (-141) (-600 (-528))) ((-280 #1=(-552) #0#) . T) ((-282 #1# #0#) . T) ((-303 #0#) -12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078))) ((-367 #0#) . T) ((-482 #0#) . T) ((-590 #1# #0#) . T) ((-506 #0# #0#) -12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078))) ((-635 #0#) . T) ((-19 #0#) . T) ((-832) |has| (-141) (-832)) ((-1078) -4029 (|has| (-141) (-1078)) (|has| (-141) (-832))) ((-1191) . T))
-((-3077 (((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 |#4|) (-629 |#5|) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-756)) 94)) (-2385 (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 55) (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756)) 54)) (-1450 (((-1242) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-756)) 85)) (-3859 (((-756) (-629 |#4|) (-629 |#5|)) 27)) (-3095 (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 57) (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756)) 56) (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756) (-111)) 58)) (-2089 (((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111) (-111) (-111) (-111)) 76) (((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111)) 77)) (-1522 (((-1136) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) 80)) (-3418 (((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 53)) (-1630 (((-756) (-629 |#4|) (-629 |#5|)) 19)))
-(((-1123 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1630 ((-756) (-629 |#4|) (-629 |#5|))) (-15 -3859 ((-756) (-629 |#4|) (-629 |#5|))) (-15 -3418 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2385 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756))) (-15 -2385 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756) (-111))) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756))) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2089 ((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111))) (-15 -2089 ((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111) (-111) (-111) (-111))) (-15 -3077 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 |#4|) (-629 |#5|) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-756))) (-15 -1522 ((-1136) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) (-15 -1450 ((-1242) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-756)))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|) (-1087 |#1| |#2| |#3| |#4|)) (T -1123))
-((-1450 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-2 (|:| |val| (-629 *8)) (|:| -3361 *9)))) (-5 *4 (-756)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1087 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-1242)) (-5 *1 (-1123 *5 *6 *7 *8 *9)))) (-1522 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-629 *7)) (|:| -3361 *8))) (-4 *7 (-1044 *4 *5 *6)) (-4 *8 (-1087 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1136)) (-5 *1 (-1123 *4 *5 *6 *7 *8)))) (-3077 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-629 *11)) (|:| |todo| (-629 (-2 (|:| |val| *3) (|:| -3361 *11)))))) (-5 *6 (-756)) (-5 *2 (-629 (-2 (|:| |val| (-629 *10)) (|:| -3361 *11)))) (-5 *3 (-629 *10)) (-5 *4 (-629 *11)) (-4 *10 (-1044 *7 *8 *9)) (-4 *11 (-1087 *7 *8 *9 *10)) (-4 *7 (-445)) (-4 *8 (-778)) (-4 *9 (-832)) (-5 *1 (-1123 *7 *8 *9 *10 *11)))) (-2089 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-629 *9)) (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1087 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1123 *5 *6 *7 *8 *9)))) (-2089 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-629 *9)) (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1087 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1123 *5 *6 *7 *8 *9)))) (-3095 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1123 *5 *6 *7 *3 *4)) (-4 *4 (-1087 *5 *6 *7 *3)))) (-3095 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-756)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *3 (-1044 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1123 *6 *7 *8 *3 *4)) (-4 *4 (-1087 *6 *7 *8 *3)))) (-3095 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-756)) (-5 *6 (-111)) (-4 *7 (-445)) (-4 *8 (-778)) (-4 *9 (-832)) (-4 *3 (-1044 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1123 *7 *8 *9 *3 *4)) (-4 *4 (-1087 *7 *8 *9 *3)))) (-2385 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1123 *5 *6 *7 *3 *4)) (-4 *4 (-1087 *5 *6 *7 *3)))) (-2385 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-756)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *3 (-1044 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1123 *6 *7 *8 *3 *4)) (-4 *4 (-1087 *6 *7 *8 *3)))) (-3418 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-629 *4)) (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4)))))) (-5 *1 (-1123 *5 *6 *7 *3 *4)) (-4 *4 (-1087 *5 *6 *7 *3)))) (-3859 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *9)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1087 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-756)) (-5 *1 (-1123 *5 *6 *7 *8 *9)))) (-1630 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *9)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1087 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-756)) (-5 *1 (-1123 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -1630 ((-756) (-629 |#4|) (-629 |#5|))) (-15 -3859 ((-756) (-629 |#4|) (-629 |#5|))) (-15 -3418 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2385 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756))) (-15 -2385 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756) (-111))) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-756))) (-15 -3095 ((-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2089 ((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111))) (-15 -2089 ((-629 |#5|) (-629 |#4|) (-629 |#5|) (-111) (-111) (-111) (-111) (-111))) (-15 -3077 ((-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-629 |#4|) (-629 |#5|) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-629 |#5|)) (|:| |todo| (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))))) (-756))) (-15 -1522 ((-1136) (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|)))) (-15 -1450 ((-1242) (-629 (-2 (|:| |val| (-629 |#4|)) (|:| -3361 |#5|))) (-756))))
-((-3202 (((-111) $ $) NIL)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |#4|)))) (-629 |#4|)) NIL)) (-1830 (((-629 $) (-629 |#4|)) 110) (((-629 $) (-629 |#4|) (-111)) 111) (((-629 $) (-629 |#4|) (-111) (-111)) 109) (((-629 $) (-629 |#4|) (-111) (-111) (-111) (-111)) 112)) (-3611 (((-629 |#3|) $) NIL)) (-3902 (((-111) $) NIL)) (-1565 (((-111) $) NIL (|has| |#1| (-544)))) (-2007 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2240 ((|#4| |#4| $) NIL)) (-4116 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 84)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3954 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368))) (((-3 |#4| "failed") $ |#3|) 62)) (-2130 (($) NIL T CONST)) (-3320 (((-111) $) 26 (|has| |#1| (-544)))) (-4177 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3170 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2797 (((-111) $) NIL (|has| |#1| (-544)))) (-3228 (((-629 |#4|) (-629 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-3662 (((-629 |#4|) (-629 |#4|) $) NIL (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) NIL (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) NIL)) (-2832 (($ (-629 |#4|)) NIL)) (-2715 (((-3 $ "failed") $) 39)) (-3126 ((|#4| |#4| $) 65)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2655 (($ |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 78 (|has| |#1| (-544)))) (-3738 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) NIL)) (-2081 ((|#4| |#4| $) NIL)) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4368))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-3817 (((-2 (|:| -2571 (-629 |#4|)) (|:| -3092 (-629 |#4|))) $) NIL)) (-2851 (((-111) |#4| $) NIL)) (-4035 (((-111) |#4| $) NIL)) (-3250 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2503 (((-2 (|:| |val| (-629 |#4|)) (|:| |towers| (-629 $))) (-629 |#4|) (-111) (-111)) 124)) (-3138 (((-629 |#4|) $) 16 (|has| $ (-6 -4368)))) (-3065 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2940 ((|#3| $) 33)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#4|) $) 17 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 25 (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2947 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 21)) (-3420 (((-629 |#3|) $) NIL)) (-2677 (((-111) |#3| $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-1322 (((-3 |#4| (-629 $)) |#4| |#4| $) NIL)) (-2043 (((-629 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 103)) (-2680 (((-3 |#4| "failed") $) 37)) (-1999 (((-629 $) |#4| $) 88)) (-4253 (((-3 (-111) (-629 $)) |#4| $) NIL)) (-1890 (((-629 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 98) (((-111) |#4| $) 53)) (-4011 (((-629 $) |#4| $) 107) (((-629 $) (-629 |#4|) $) NIL) (((-629 $) (-629 |#4|) (-629 $)) 108) (((-629 $) |#4| (-629 $)) NIL)) (-2330 (((-629 $) (-629 |#4|) (-111) (-111) (-111)) 119)) (-2300 (($ |#4| $) 75) (($ (-629 |#4|) $) 76) (((-629 $) |#4| $ (-111) (-111) (-111) (-111) (-111)) 74)) (-3887 (((-629 |#4|) $) NIL)) (-3287 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2498 ((|#4| |#4| $) NIL)) (-4343 (((-111) $ $) NIL)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-544)))) (-3150 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-3848 ((|#4| |#4| $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 (((-3 |#4| "failed") $) 35)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-1800 (((-3 $ "failed") $ |#4|) 48)) (-3136 (($ $ |#4|) NIL) (((-629 $) |#4| $) 90) (((-629 $) |#4| (-629 $)) NIL) (((-629 $) (-629 |#4|) $) NIL) (((-629 $) (-629 |#4|) (-629 $)) 86)) (-3944 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 15)) (-3430 (($) 13)) (-3299 (((-756) $) NIL)) (-2885 (((-756) |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (((-756) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) 12)) (-1522 (((-528) $) NIL (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) 20)) (-2542 (($ $ |#3|) 42)) (-1853 (($ $ |#3|) 44)) (-3081 (($ $) NIL)) (-2387 (($ $ |#3|) NIL)) (-3213 (((-844) $) 31) (((-629 |#4|) $) 40)) (-1753 (((-756) $) NIL (|has| |#3| (-362)))) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-2015 (((-111) $ (-1 (-111) |#4| (-629 |#4|))) NIL)) (-3933 (((-629 $) |#4| $) 54) (((-629 $) |#4| (-629 $)) NIL) (((-629 $) (-629 |#4|) $) NIL) (((-629 $) (-629 |#4|) (-629 $)) NIL)) (-2584 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2242 (((-629 |#3|) $) NIL)) (-2452 (((-111) |#4| $) NIL)) (-2904 (((-111) |#3| $) 61)) (-1613 (((-111) $ $) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1124 |#1| |#2| |#3| |#4|) (-13 (-1087 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2300 ((-629 $) |#4| $ (-111) (-111) (-111) (-111) (-111))) (-15 -1830 ((-629 $) (-629 |#4|) (-111) (-111))) (-15 -1830 ((-629 $) (-629 |#4|) (-111) (-111) (-111) (-111))) (-15 -2330 ((-629 $) (-629 |#4|) (-111) (-111) (-111))) (-15 -2503 ((-2 (|:| |val| (-629 |#4|)) (|:| |towers| (-629 $))) (-629 |#4|) (-111) (-111))))) (-445) (-778) (-832) (-1044 |#1| |#2| |#3|)) (T -1124))
-((-2300 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 (-1124 *5 *6 *7 *3))) (-5 *1 (-1124 *5 *6 *7 *3)) (-4 *3 (-1044 *5 *6 *7)))) (-1830 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 (-1124 *5 *6 *7 *8))) (-5 *1 (-1124 *5 *6 *7 *8)))) (-1830 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 (-1124 *5 *6 *7 *8))) (-5 *1 (-1124 *5 *6 *7 *8)))) (-2330 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 (-1124 *5 *6 *7 *8))) (-5 *1 (-1124 *5 *6 *7 *8)))) (-2503 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-629 *8)) (|:| |towers| (-629 (-1124 *5 *6 *7 *8))))) (-5 *1 (-1124 *5 *6 *7 *8)) (-5 *3 (-629 *8)))))
-(-13 (-1087 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2300 ((-629 $) |#4| $ (-111) (-111) (-111) (-111) (-111))) (-15 -1830 ((-629 $) (-629 |#4|) (-111) (-111))) (-15 -1830 ((-629 $) (-629 |#4|) (-111) (-111) (-111) (-111))) (-15 -2330 ((-629 $) (-629 |#4|) (-111) (-111) (-111))) (-15 -2503 ((-2 (|:| |val| (-629 |#4|)) (|:| |towers| (-629 $))) (-629 |#4|) (-111) (-111)))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3447 ((|#1| $) 34)) (-1657 (($ (-629 |#1|)) 39)) (-4238 (((-111) $ (-756)) NIL)) (-2130 (($) NIL T CONST)) (-3574 ((|#1| |#1| $) 36)) (-3033 ((|#1| $) 32)) (-3138 (((-629 |#1|) $) 18 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 22)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-3105 ((|#1| $) 35)) (-1580 (($ |#1| $) 37)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3995 ((|#1| $) 33)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 31)) (-3430 (($) 38)) (-3907 (((-756) $) 29)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) 27)) (-3213 (((-844) $) 14 (|has| |#1| (-599 (-844))))) (-1663 (($ (-629 |#1|)) NIL)) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 17 (|has| |#1| (-1078)))) (-2657 (((-756) $) 30 (|has| $ (-6 -4368)))))
-(((-1125 |#1|) (-13 (-1099 |#1|) (-10 -8 (-15 -1657 ($ (-629 |#1|))))) (-1191)) (T -1125))
-((-1657 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-1125 *3)))))
-(-13 (-1099 |#1|) (-10 -8 (-15 -1657 ($ (-629 |#1|)))))
-((-1470 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1204 (-552)) |#2|) 44) ((|#2| $ (-552) |#2|) 41)) (-2268 (((-111) $) 12)) (-2947 (($ (-1 |#2| |#2|) $) 39)) (-2702 ((|#2| $) NIL) (($ $ (-756)) 17)) (-1518 (($ $ |#2|) 40)) (-1352 (((-111) $) 11)) (-2060 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1204 (-552))) 31) ((|#2| $ (-552)) 23) ((|#2| $ (-552) |#2|) NIL)) (-2380 (($ $ $) 47) (($ $ |#2|) NIL)) (-4319 (($ $ $) 33) (($ |#2| $) NIL) (($ (-629 $)) 36) (($ $ |#2|) NIL)))
-(((-1126 |#1| |#2|) (-10 -8 (-15 -2268 ((-111) |#1|)) (-15 -1352 ((-111) |#1|)) (-15 -1470 (|#2| |#1| (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552))) (-15 -1518 (|#1| |#1| |#2|)) (-15 -4319 (|#1| |#1| |#2|)) (-15 -4319 (|#1| (-629 |#1|))) (-15 -2060 (|#1| |#1| (-1204 (-552)))) (-15 -1470 (|#2| |#1| (-1204 (-552)) |#2|)) (-15 -1470 (|#2| |#1| "last" |#2|)) (-15 -1470 (|#1| |#1| "rest" |#1|)) (-15 -1470 (|#2| |#1| "first" |#2|)) (-15 -2380 (|#1| |#1| |#2|)) (-15 -2380 (|#1| |#1| |#1|)) (-15 -2060 (|#2| |#1| "last")) (-15 -2060 (|#1| |#1| "rest")) (-15 -2702 (|#1| |#1| (-756))) (-15 -2060 (|#2| |#1| "first")) (-15 -2702 (|#2| |#1|)) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#1|)) (-15 -1470 (|#2| |#1| "value" |#2|)) (-15 -2060 (|#2| |#1| "value")) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|))) (-1127 |#2|) (-1191)) (T -1126))
-NIL
-(-10 -8 (-15 -2268 ((-111) |#1|)) (-15 -1352 ((-111) |#1|)) (-15 -1470 (|#2| |#1| (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552) |#2|)) (-15 -2060 (|#2| |#1| (-552))) (-15 -1518 (|#1| |#1| |#2|)) (-15 -4319 (|#1| |#1| |#2|)) (-15 -4319 (|#1| (-629 |#1|))) (-15 -2060 (|#1| |#1| (-1204 (-552)))) (-15 -1470 (|#2| |#1| (-1204 (-552)) |#2|)) (-15 -1470 (|#2| |#1| "last" |#2|)) (-15 -1470 (|#1| |#1| "rest" |#1|)) (-15 -1470 (|#2| |#1| "first" |#2|)) (-15 -2380 (|#1| |#1| |#2|)) (-15 -2380 (|#1| |#1| |#1|)) (-15 -2060 (|#2| |#1| "last")) (-15 -2060 (|#1| |#1| "rest")) (-15 -2702 (|#1| |#1| (-756))) (-15 -2060 (|#2| |#1| "first")) (-15 -2702 (|#2| |#1|)) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#1|)) (-15 -1470 (|#2| |#1| "value" |#2|)) (-15 -2060 (|#2| |#1| "value")) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2925 ((|#1| $) 48)) (-2210 ((|#1| $) 65)) (-1785 (($ $) 67)) (-2660 (((-1242) $ (-552) (-552)) 97 (|has| $ (-6 -4369)))) (-2285 (($ $ (-552)) 52 (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) 8)) (-3188 ((|#1| $ |#1|) 39 (|has| $ (-6 -4369)))) (-2830 (($ $ $) 56 (|has| $ (-6 -4369)))) (-3359 ((|#1| $ |#1|) 54 (|has| $ (-6 -4369)))) (-1505 ((|#1| $ |#1|) 58 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4369))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4369))) (($ $ "rest" $) 55 (|has| $ (-6 -4369))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 117 (|has| $ (-6 -4369))) ((|#1| $ (-552) |#1|) 86 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 41 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) 102 (|has| $ (-6 -4368)))) (-2196 ((|#1| $) 66)) (-2130 (($) 7 T CONST)) (-2715 (($ $) 73) (($ $ (-756)) 71)) (-2738 (($ $) 99 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ (-1 (-111) |#1|) $) 103 (|has| $ (-6 -4368))) (($ |#1| $) 100 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2957 ((|#1| $ (-552) |#1|) 85 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 87)) (-2268 (((-111) $) 83)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 50)) (-4266 (((-111) $ $) 42 (|has| |#1| (-1078)))) (-3307 (($ (-756) |#1|) 108)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 95 (|has| (-552) (-832)))) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 94 (|has| (-552) (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-1745 (((-111) $ (-756)) 10)) (-2604 (((-629 |#1|) $) 45)) (-3862 (((-111) $) 49)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2680 ((|#1| $) 70) (($ $ (-756)) 68)) (-1759 (($ $ $ (-552)) 116) (($ |#1| $ (-552)) 115)) (-2190 (((-629 (-552)) $) 92)) (-1335 (((-111) (-552) $) 91)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-2702 ((|#1| $) 76) (($ $ (-756)) 74)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 106)) (-1518 (($ $ |#1|) 96 (|has| $ (-6 -4369)))) (-1352 (((-111) $) 84)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#1| $) 93 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) 90)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1204 (-552))) 112) ((|#1| $ (-552)) 89) ((|#1| $ (-552) |#1|) 88)) (-3153 (((-552) $ $) 44)) (-2012 (($ $ (-1204 (-552))) 114) (($ $ (-552)) 113)) (-1289 (((-111) $) 46)) (-2760 (($ $) 62)) (-4022 (($ $) 59 (|has| $ (-6 -4369)))) (-3058 (((-756) $) 63)) (-2963 (($ $) 64)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-1522 (((-528) $) 98 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 107)) (-2380 (($ $ $) 61 (|has| $ (-6 -4369))) (($ $ |#1|) 60 (|has| $ (-6 -4369)))) (-4319 (($ $ $) 78) (($ |#1| $) 77) (($ (-629 $)) 110) (($ $ |#1|) 109)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) 51)) (-4298 (((-111) $ $) 43 (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-1127 |#1|) (-137) (-1191)) (T -1127))
-((-1352 (*1 *2 *1) (-12 (-4 *1 (-1127 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))) (-2268 (*1 *2 *1) (-12 (-4 *1 (-1127 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))))
-(-13 (-1225 |t#1|) (-635 |t#1|) (-10 -8 (-15 -1352 ((-111) $)) (-15 -2268 ((-111) $))))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 #0=(-552) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-590 #0# |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-635 |#1|) . T) ((-991 |#1|) . T) ((-1078) |has| |#1| (-1078)) ((-1191) . T) ((-1225 |#1|) . T))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2660 (((-1242) $ |#1| |#1|) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#2| $ |#1| |#2|) NIL)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 |#2| "failed") |#1| $) NIL)) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) NIL)) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) NIL)) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 ((|#1| $) NIL (|has| |#1| (-832)))) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1842 ((|#1| $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-1376 (((-629 |#1|) $) NIL)) (-2539 (((-111) |#1| $) NIL)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-2190 (((-629 |#1|) $) NIL)) (-1335 (((-111) |#1| $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2702 ((|#2| $) NIL (|has| |#1| (-832)))) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-3213 (((-844) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844))) (|has| |#2| (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1128 |#1| |#2| |#3|) (-1167 |#1| |#2|) (-1078) (-1078) |#2|) (T -1128))
-NIL
-(-1167 |#1| |#2|)
-((-3202 (((-111) $ $) 7)) (-2032 (((-3 $ "failed") $) 13)) (-2623 (((-1136) $) 9)) (-1977 (($) 14 T CONST)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11)) (-1613 (((-111) $ $) 6)))
-(((-1129) (-137)) (T -1129))
-((-1977 (*1 *1) (-4 *1 (-1129))) (-2032 (*1 *1 *1) (|partial| -4 *1 (-1129))))
-(-13 (-1078) (-10 -8 (-15 -1977 ($) -3930) (-15 -2032 ((-3 $ "failed") $))))
-(((-101) . T) ((-599 (-844)) . T) ((-1078) . T))
-((-2247 (((-1134 |#1|) (-1134 |#1|)) 17)) (-2407 (((-1134 |#1|) (-1134 |#1|)) 13)) (-1948 (((-1134 |#1|) (-1134 |#1|) (-552) (-552)) 20)) (-2879 (((-1134 |#1|) (-1134 |#1|)) 15)))
-(((-1130 |#1|) (-10 -7 (-15 -2407 ((-1134 |#1|) (-1134 |#1|))) (-15 -2879 ((-1134 |#1|) (-1134 |#1|))) (-15 -2247 ((-1134 |#1|) (-1134 |#1|))) (-15 -1948 ((-1134 |#1|) (-1134 |#1|) (-552) (-552)))) (-13 (-544) (-144))) (T -1130))
-((-1948 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1134 *4)) (-5 *3 (-552)) (-4 *4 (-13 (-544) (-144))) (-5 *1 (-1130 *4)))) (-2247 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-13 (-544) (-144))) (-5 *1 (-1130 *3)))) (-2879 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-13 (-544) (-144))) (-5 *1 (-1130 *3)))) (-2407 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-13 (-544) (-144))) (-5 *1 (-1130 *3)))))
-(-10 -7 (-15 -2407 ((-1134 |#1|) (-1134 |#1|))) (-15 -2879 ((-1134 |#1|) (-1134 |#1|))) (-15 -2247 ((-1134 |#1|) (-1134 |#1|))) (-15 -1948 ((-1134 |#1|) (-1134 |#1|) (-552) (-552))))
-((-4319 (((-1134 |#1|) (-1134 (-1134 |#1|))) 15)))
-(((-1131 |#1|) (-10 -7 (-15 -4319 ((-1134 |#1|) (-1134 (-1134 |#1|))))) (-1191)) (T -1131))
-((-4319 (*1 *2 *3) (-12 (-5 *3 (-1134 (-1134 *4))) (-5 *2 (-1134 *4)) (-5 *1 (-1131 *4)) (-4 *4 (-1191)))))
-(-10 -7 (-15 -4319 ((-1134 |#1|) (-1134 (-1134 |#1|)))))
-((-3215 (((-1134 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1134 |#1|)) 25)) (-3884 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1134 |#1|)) 26)) (-1477 (((-1134 |#2|) (-1 |#2| |#1|) (-1134 |#1|)) 16)))
-(((-1132 |#1| |#2|) (-10 -7 (-15 -1477 ((-1134 |#2|) (-1 |#2| |#1|) (-1134 |#1|))) (-15 -3215 ((-1134 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1134 |#1|))) (-15 -3884 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1134 |#1|)))) (-1191) (-1191)) (T -1132))
-((-3884 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1134 *5)) (-4 *5 (-1191)) (-4 *2 (-1191)) (-5 *1 (-1132 *5 *2)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1134 *6)) (-4 *6 (-1191)) (-4 *3 (-1191)) (-5 *2 (-1134 *3)) (-5 *1 (-1132 *6 *3)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1134 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-1134 *6)) (-5 *1 (-1132 *5 *6)))))
-(-10 -7 (-15 -1477 ((-1134 |#2|) (-1 |#2| |#1|) (-1134 |#1|))) (-15 -3215 ((-1134 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1134 |#1|))) (-15 -3884 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1134 |#1|))))
-((-1477 (((-1134 |#3|) (-1 |#3| |#1| |#2|) (-1134 |#1|) (-1134 |#2|)) 21)))
-(((-1133 |#1| |#2| |#3|) (-10 -7 (-15 -1477 ((-1134 |#3|) (-1 |#3| |#1| |#2|) (-1134 |#1|) (-1134 |#2|)))) (-1191) (-1191) (-1191)) (T -1133))
-((-1477 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1134 *6)) (-5 *5 (-1134 *7)) (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-1134 *8)) (-5 *1 (-1133 *6 *7 *8)))))
-(-10 -7 (-15 -1477 ((-1134 |#3|) (-1 |#3| |#1| |#2|) (-1134 |#1|) (-1134 |#2|))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) NIL)) (-2210 ((|#1| $) NIL)) (-1785 (($ $) 52)) (-2660 (((-1242) $ (-552) (-552)) 77 (|has| $ (-6 -4369)))) (-2285 (($ $ (-552)) 111 (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-3385 (((-844) $) 41 (|has| |#1| (-1078)))) (-3196 (((-111)) 40 (|has| |#1| (-1078)))) (-3188 ((|#1| $ |#1|) NIL (|has| $ (-6 -4369)))) (-2830 (($ $ $) 99 (|has| $ (-6 -4369))) (($ $ (-552) $) 123)) (-3359 ((|#1| $ |#1|) 108 (|has| $ (-6 -4369)))) (-1505 ((|#1| $ |#1|) 103 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ "first" |#1|) 105 (|has| $ (-6 -4369))) (($ $ "rest" $) 107 (|has| $ (-6 -4369))) ((|#1| $ "last" |#1|) 110 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 90 (|has| $ (-6 -4369))) ((|#1| $ (-552) |#1|) 56 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) 59)) (-2196 ((|#1| $) NIL)) (-2130 (($) NIL T CONST)) (-2687 (($ $) 14)) (-2715 (($ $) 29) (($ $ (-756)) 89)) (-2826 (((-111) (-629 |#1|) $) 117 (|has| |#1| (-1078)))) (-3109 (($ (-629 |#1|)) 113)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) 58)) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-2268 (((-111) $) NIL)) (-3138 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-3783 (((-1242) (-552) $) 122 (|has| |#1| (-1078)))) (-2727 (((-756) $) 119)) (-4236 (((-629 $) $) NIL)) (-4266 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3307 (($ (-756) |#1|) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 74 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 64) (($ (-1 |#1| |#1| |#1|) $ $) 68)) (-1745 (((-111) $ (-756)) NIL)) (-2604 (((-629 |#1|) $) NIL)) (-3862 (((-111) $) NIL)) (-3875 (($ $) 91)) (-2609 (((-111) $) 13)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2680 ((|#1| $) NIL) (($ $ (-756)) NIL)) (-1759 (($ $ $ (-552)) NIL) (($ |#1| $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) 75)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-4340 (($ (-1 |#1|)) 125) (($ (-1 |#1| |#1|) |#1|) 126)) (-3286 ((|#1| $) 10)) (-2702 ((|#1| $) 28) (($ $ (-756)) 50)) (-3528 (((-2 (|:| |cycle?| (-111)) (|:| -2720 (-756)) (|:| |period| (-756))) (-756) $) 25)) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-3935 (($ (-1 (-111) |#1|) $) 127)) (-3943 (($ (-1 (-111) |#1|) $) 128)) (-1518 (($ $ |#1|) 69 (|has| $ (-6 -4369)))) (-3136 (($ $ (-552)) 32)) (-1352 (((-111) $) 73)) (-1761 (((-111) $) 12)) (-2916 (((-111) $) 118)) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 20)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) 15)) (-3430 (($) 45)) (-2060 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1204 (-552))) NIL) ((|#1| $ (-552)) 55) ((|#1| $ (-552) |#1|) NIL)) (-3153 (((-552) $ $) 49)) (-2012 (($ $ (-1204 (-552))) NIL) (($ $ (-552)) NIL)) (-2447 (($ (-1 $)) 48)) (-1289 (((-111) $) 70)) (-2760 (($ $) 71)) (-4022 (($ $) 100 (|has| $ (-6 -4369)))) (-3058 (((-756) $) NIL)) (-2963 (($ $) NIL)) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) 44)) (-1522 (((-528) $) NIL (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 54)) (-2461 (($ |#1| $) 98)) (-2380 (($ $ $) 101 (|has| $ (-6 -4369))) (($ $ |#1|) 102 (|has| $ (-6 -4369)))) (-4319 (($ $ $) 79) (($ |#1| $) 46) (($ (-629 $)) 84) (($ $ |#1|) 78)) (-1680 (($ $) 51)) (-3213 (($ (-629 |#1|)) 112) (((-844) $) 42 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) NIL)) (-4298 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 115 (|has| |#1| (-1078)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1134 |#1|) (-13 (-658 |#1|) (-10 -8 (-6 -4369) (-15 -3213 ($ (-629 |#1|))) (-15 -3109 ($ (-629 |#1|))) (IF (|has| |#1| (-1078)) (-15 -2826 ((-111) (-629 |#1|) $)) |%noBranch|) (-15 -3528 ((-2 (|:| |cycle?| (-111)) (|:| -2720 (-756)) (|:| |period| (-756))) (-756) $)) (-15 -2447 ($ (-1 $))) (-15 -2461 ($ |#1| $)) (IF (|has| |#1| (-1078)) (PROGN (-15 -3783 ((-1242) (-552) $)) (-15 -3385 ((-844) $)) (-15 -3196 ((-111)))) |%noBranch|) (-15 -2830 ($ $ (-552) $)) (-15 -4340 ($ (-1 |#1|))) (-15 -4340 ($ (-1 |#1| |#1|) |#1|)) (-15 -3935 ($ (-1 (-111) |#1|) $)) (-15 -3943 ($ (-1 (-111) |#1|) $)))) (-1191)) (T -1134))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))) (-3109 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))) (-2826 (*1 *2 *3 *1) (-12 (-5 *3 (-629 *4)) (-4 *4 (-1078)) (-4 *4 (-1191)) (-5 *2 (-111)) (-5 *1 (-1134 *4)))) (-3528 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-111)) (|:| -2720 (-756)) (|:| |period| (-756)))) (-5 *1 (-1134 *4)) (-4 *4 (-1191)) (-5 *3 (-756)))) (-2447 (*1 *1 *2) (-12 (-5 *2 (-1 (-1134 *3))) (-5 *1 (-1134 *3)) (-4 *3 (-1191)))) (-2461 (*1 *1 *2 *1) (-12 (-5 *1 (-1134 *2)) (-4 *2 (-1191)))) (-3783 (*1 *2 *3 *1) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-1134 *4)) (-4 *4 (-1078)) (-4 *4 (-1191)))) (-3385 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-1134 *3)) (-4 *3 (-1078)) (-4 *3 (-1191)))) (-3196 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1134 *3)) (-4 *3 (-1078)) (-4 *3 (-1191)))) (-2830 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1134 *3)) (-4 *3 (-1191)))) (-4340 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))) (-4340 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))) (-3935 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))) (-3943 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))))
-(-13 (-658 |#1|) (-10 -8 (-6 -4369) (-15 -3213 ($ (-629 |#1|))) (-15 -3109 ($ (-629 |#1|))) (IF (|has| |#1| (-1078)) (-15 -2826 ((-111) (-629 |#1|) $)) |%noBranch|) (-15 -3528 ((-2 (|:| |cycle?| (-111)) (|:| -2720 (-756)) (|:| |period| (-756))) (-756) $)) (-15 -2447 ($ (-1 $))) (-15 -2461 ($ |#1| $)) (IF (|has| |#1| (-1078)) (PROGN (-15 -3783 ((-1242) (-552) $)) (-15 -3385 ((-844) $)) (-15 -3196 ((-111)))) |%noBranch|) (-15 -2830 ($ $ (-552) $)) (-15 -4340 ($ (-1 |#1|))) (-15 -4340 ($ (-1 |#1| |#1|) |#1|)) (-15 -3935 ($ (-1 (-111) |#1|) $)) (-15 -3943 ($ (-1 (-111) |#1|) $))))
-((-3202 (((-111) $ $) 19)) (-3861 (($ $) 120)) (-2302 (($ $) 121)) (-4013 (($ $ (-141)) 108) (($ $ (-138)) 107)) (-2660 (((-1242) $ (-552) (-552)) 40 (|has| $ (-6 -4369)))) (-1270 (((-111) $ $) 118)) (-4330 (((-111) $ $ (-552)) 117)) (-3986 (($ (-552)) 127)) (-2483 (((-629 $) $ (-141)) 110) (((-629 $) $ (-138)) 109)) (-3717 (((-111) (-1 (-111) (-141) (-141)) $) 98) (((-111) $) 92 (|has| (-141) (-832)))) (-3646 (($ (-1 (-111) (-141) (-141)) $) 89 (|has| $ (-6 -4369))) (($ $) 88 (-12 (|has| (-141) (-832)) (|has| $ (-6 -4369))))) (-1296 (($ (-1 (-111) (-141) (-141)) $) 99) (($ $) 93 (|has| (-141) (-832)))) (-4238 (((-111) $ (-756)) 8)) (-1470 (((-141) $ (-552) (-141)) 52 (|has| $ (-6 -4369))) (((-141) $ (-1204 (-552)) (-141)) 58 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) (-141)) $) 75 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2224 (($ $ (-141)) 104) (($ $ (-138)) 103)) (-2366 (($ $) 90 (|has| $ (-6 -4369)))) (-3344 (($ $) 100)) (-1897 (($ $ (-1204 (-552)) $) 114)) (-2738 (($ $) 78 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ (-141) $) 77 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) (-141)) $) 74 (|has| $ (-6 -4368)))) (-3884 (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) 76 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368)))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) 73 (|has| $ (-6 -4368))) (((-141) (-1 (-141) (-141) (-141)) $) 72 (|has| $ (-6 -4368)))) (-2957 (((-141) $ (-552) (-141)) 53 (|has| $ (-6 -4369)))) (-2892 (((-141) $ (-552)) 51)) (-1291 (((-111) $ $) 119)) (-1456 (((-552) (-1 (-111) (-141)) $) 97) (((-552) (-141) $) 96 (|has| (-141) (-1078))) (((-552) (-141) $ (-552)) 95 (|has| (-141) (-1078))) (((-552) $ $ (-552)) 113) (((-552) (-138) $ (-552)) 112)) (-3138 (((-629 (-141)) $) 30 (|has| $ (-6 -4368)))) (-3307 (($ (-756) (-141)) 69)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 43 (|has| (-552) (-832)))) (-1772 (($ $ $) 87 (|has| (-141) (-832)))) (-1446 (($ (-1 (-111) (-141) (-141)) $ $) 101) (($ $ $) 94 (|has| (-141) (-832)))) (-3278 (((-629 (-141)) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) (-141) $) 27 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 44 (|has| (-552) (-832)))) (-2011 (($ $ $) 86 (|has| (-141) (-832)))) (-1508 (((-111) $ $ (-141)) 115)) (-1806 (((-756) $ $ (-141)) 116)) (-2947 (($ (-1 (-141) (-141)) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-141) (-141)) $) 35) (($ (-1 (-141) (-141) (-141)) $ $) 64)) (-3906 (($ $) 122)) (-3507 (($ $) 123)) (-1745 (((-111) $ (-756)) 10)) (-2235 (($ $ (-141)) 106) (($ $ (-138)) 105)) (-2623 (((-1136) $) 22)) (-1759 (($ (-141) $ (-552)) 60) (($ $ $ (-552)) 59)) (-2190 (((-629 (-552)) $) 46)) (-1335 (((-111) (-552) $) 47)) (-2876 (((-1098) $) 21)) (-2702 (((-141) $) 42 (|has| (-552) (-832)))) (-3073 (((-3 (-141) "failed") (-1 (-111) (-141)) $) 71)) (-1518 (($ $ (-141)) 41 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) (-141)) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-141)))) 26 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-288 (-141))) 25 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-141) (-141)) 24 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-629 (-141)) (-629 (-141))) 23 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) (-141) $) 45 (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-3627 (((-629 (-141)) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 (((-141) $ (-552) (-141)) 50) (((-141) $ (-552)) 49) (($ $ (-1204 (-552))) 63) (($ $ $) 102)) (-2012 (($ $ (-552)) 62) (($ $ (-1204 (-552))) 61)) (-2885 (((-756) (-1 (-111) (-141)) $) 31 (|has| $ (-6 -4368))) (((-756) (-141) $) 28 (-12 (|has| (-141) (-1078)) (|has| $ (-6 -4368))))) (-3747 (($ $ $ (-552)) 91 (|has| $ (-6 -4369)))) (-1487 (($ $) 13)) (-1522 (((-528) $) 79 (|has| (-141) (-600 (-528))))) (-3226 (($ (-629 (-141))) 70)) (-4319 (($ $ (-141)) 68) (($ (-141) $) 67) (($ $ $) 66) (($ (-629 $)) 65)) (-3213 (($ (-141)) 111) (((-844) $) 18)) (-2584 (((-111) (-1 (-111) (-141)) $) 33 (|has| $ (-6 -4368)))) (-3016 (((-1136) $) 131) (((-1136) $ (-111)) 130) (((-1242) (-807) $) 129) (((-1242) (-807) $ (-111)) 128)) (-1666 (((-111) $ $) 84 (|has| (-141) (-832)))) (-1644 (((-111) $ $) 83 (|has| (-141) (-832)))) (-1613 (((-111) $ $) 20)) (-1655 (((-111) $ $) 85 (|has| (-141) (-832)))) (-1632 (((-111) $ $) 82 (|has| (-141) (-832)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-1135) (-137)) (T -1135))
-((-3986 (*1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-1135)))))
-(-13 (-1122) (-1078) (-813) (-10 -8 (-15 -3986 ($ (-552)))))
-(((-34) . T) ((-101) . T) ((-599 (-844)) . T) ((-148 #0=(-141)) . T) ((-600 (-528)) |has| (-141) (-600 (-528))) ((-280 #1=(-552) #0#) . T) ((-282 #1# #0#) . T) ((-303 #0#) -12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078))) ((-367 #0#) . T) ((-482 #0#) . T) ((-590 #1# #0#) . T) ((-506 #0# #0#) -12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078))) ((-635 #0#) . T) ((-19 #0#) . T) ((-813) . T) ((-832) |has| (-141) (-832)) ((-1078) . T) ((-1122) . T) ((-1191) . T))
-((-3202 (((-111) $ $) NIL)) (-3861 (($ $) NIL)) (-2302 (($ $) NIL)) (-4013 (($ $ (-141)) NIL) (($ $ (-138)) NIL)) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-1270 (((-111) $ $) NIL)) (-4330 (((-111) $ $ (-552)) NIL)) (-3986 (($ (-552)) 7)) (-2483 (((-629 $) $ (-141)) NIL) (((-629 $) $ (-138)) NIL)) (-3717 (((-111) (-1 (-111) (-141) (-141)) $) NIL) (((-111) $) NIL (|has| (-141) (-832)))) (-3646 (($ (-1 (-111) (-141) (-141)) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-832))))) (-1296 (($ (-1 (-111) (-141) (-141)) $) NIL) (($ $) NIL (|has| (-141) (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 (((-141) $ (-552) (-141)) NIL (|has| $ (-6 -4369))) (((-141) $ (-1204 (-552)) (-141)) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2224 (($ $ (-141)) NIL) (($ $ (-138)) NIL)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-1897 (($ $ (-1204 (-552)) $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-2655 (($ (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078)))) (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078)))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) NIL (|has| $ (-6 -4368))) (((-141) (-1 (-141) (-141) (-141)) $) NIL (|has| $ (-6 -4368)))) (-2957 (((-141) $ (-552) (-141)) NIL (|has| $ (-6 -4369)))) (-2892 (((-141) $ (-552)) NIL)) (-1291 (((-111) $ $) NIL)) (-1456 (((-552) (-1 (-111) (-141)) $) NIL) (((-552) (-141) $) NIL (|has| (-141) (-1078))) (((-552) (-141) $ (-552)) NIL (|has| (-141) (-1078))) (((-552) $ $ (-552)) NIL) (((-552) (-138) $ (-552)) NIL)) (-3138 (((-629 (-141)) $) NIL (|has| $ (-6 -4368)))) (-3307 (($ (-756) (-141)) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| (-141) (-832)))) (-1446 (($ (-1 (-111) (-141) (-141)) $ $) NIL) (($ $ $) NIL (|has| (-141) (-832)))) (-3278 (((-629 (-141)) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| (-141) (-832)))) (-1508 (((-111) $ $ (-141)) NIL)) (-1806 (((-756) $ $ (-141)) NIL)) (-2947 (($ (-1 (-141) (-141)) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-141) (-141)) $) NIL) (($ (-1 (-141) (-141) (-141)) $ $) NIL)) (-3906 (($ $) NIL)) (-3507 (($ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2235 (($ $ (-141)) NIL) (($ $ (-138)) NIL)) (-2623 (((-1136) $) NIL)) (-1759 (($ (-141) $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 (((-141) $) NIL (|has| (-552) (-832)))) (-3073 (((-3 (-141) "failed") (-1 (-111) (-141)) $) NIL)) (-1518 (($ $ (-141)) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-141)))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-288 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-141) (-141)) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078)))) (($ $ (-629 (-141)) (-629 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-3627 (((-629 (-141)) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 (((-141) $ (-552) (-141)) NIL) (((-141) $ (-552)) NIL) (($ $ (-1204 (-552))) NIL) (($ $ $) NIL)) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2885 (((-756) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368))) (((-756) (-141) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-141) (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-141) (-600 (-528))))) (-3226 (($ (-629 (-141))) NIL)) (-4319 (($ $ (-141)) NIL) (($ (-141) $) NIL) (($ $ $) NIL) (($ (-629 $)) NIL)) (-3213 (($ (-141)) NIL) (((-844) $) NIL)) (-2584 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4368)))) (-3016 (((-1136) $) 18) (((-1136) $ (-111)) 20) (((-1242) (-807) $) 21) (((-1242) (-807) $ (-111)) 22)) (-1666 (((-111) $ $) NIL (|has| (-141) (-832)))) (-1644 (((-111) $ $) NIL (|has| (-141) (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| (-141) (-832)))) (-1632 (((-111) $ $) NIL (|has| (-141) (-832)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1136) (-1135)) (T -1136))
-NIL
-(-1135)
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)) (|has| |#1| (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL)) (-2660 (((-1242) $ (-1136) (-1136)) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-1136) |#1|) NIL)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 |#1| "failed") (-1136) $) NIL)) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078))))) (-1625 (($ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368))) (((-3 |#1| "failed") (-1136) $) NIL)) (-2655 (($ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-1136) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-1136)) NIL)) (-3138 (((-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-1136) $) NIL (|has| (-1136) (-832)))) (-3278 (((-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-1136) $) NIL (|has| (-1136) (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)) (|has| |#1| (-1078))))) (-1376 (((-629 (-1136)) $) NIL)) (-2539 (((-111) (-1136) $) NIL)) (-3105 (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL)) (-1580 (($ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL)) (-2190 (((-629 (-1136)) $) NIL)) (-1335 (((-111) (-1136) $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)) (|has| |#1| (-1078))))) (-2702 ((|#1| $) NIL (|has| (-1136) (-832)))) (-3073 (((-3 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) "failed") (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (($ $ (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL (-12 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-303 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-1136)) NIL) ((|#1| $ (-1136) |#1|) NIL)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL)) (-3213 (((-844) $) NIL (-4029 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-599 (-844))) (|has| |#1| (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 (-1136)) (|:| -3360 |#1|)) (-1078)) (|has| |#1| (-1078))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1137 |#1|) (-13 (-1167 (-1136) |#1|) (-10 -7 (-6 -4368))) (-1078)) (T -1137))
-NIL
-(-13 (-1167 (-1136) |#1|) (-10 -7 (-6 -4368)))
-((-1283 (((-1134 |#1|) (-1134 |#1|)) 77)) (-1293 (((-3 (-1134 |#1|) "failed") (-1134 |#1|)) 37)) (-3050 (((-1134 |#1|) (-401 (-552)) (-1134 |#1|)) 121 (|has| |#1| (-38 (-401 (-552)))))) (-3129 (((-1134 |#1|) |#1| (-1134 |#1|)) 127 (|has| |#1| (-357)))) (-1866 (((-1134 |#1|) (-1134 |#1|)) 90)) (-3957 (((-1134 (-552)) (-552)) 57)) (-1315 (((-1134 |#1|) (-1134 (-1134 |#1|))) 109 (|has| |#1| (-38 (-401 (-552)))))) (-3734 (((-1134 |#1|) (-552) (-552) (-1134 |#1|)) 95)) (-1727 (((-1134 |#1|) |#1| (-552)) 45)) (-2376 (((-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) 60)) (-2839 (((-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) 124 (|has| |#1| (-357)))) (-2283 (((-1134 |#1|) |#1| (-1 (-1134 |#1|))) 108 (|has| |#1| (-38 (-401 (-552)))))) (-2168 (((-1134 |#1|) (-1 |#1| (-552)) |#1| (-1 (-1134 |#1|))) 125 (|has| |#1| (-357)))) (-2405 (((-1134 |#1|) (-1134 |#1|)) 89)) (-2764 (((-1134 |#1|) (-1134 |#1|)) 76)) (-4189 (((-1134 |#1|) (-552) (-552) (-1134 |#1|)) 96)) (-2889 (((-1134 |#1|) |#1| (-1134 |#1|)) 105 (|has| |#1| (-38 (-401 (-552)))))) (-1667 (((-1134 (-552)) (-552)) 56)) (-2308 (((-1134 |#1|) |#1|) 59)) (-3311 (((-1134 |#1|) (-1134 |#1|) (-552) (-552)) 92)) (-3746 (((-1134 |#1|) (-1 |#1| (-552)) (-1134 |#1|)) 66)) (-3969 (((-3 (-1134 |#1|) "failed") (-1134 |#1|) (-1134 |#1|)) 35)) (-1719 (((-1134 |#1|) (-1134 |#1|)) 91)) (-2432 (((-1134 |#1|) (-1134 |#1|) |#1|) 71)) (-2567 (((-1134 |#1|) (-1134 |#1|)) 62)) (-1347 (((-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) 72)) (-3213 (((-1134 |#1|) |#1|) 67)) (-2378 (((-1134 |#1|) (-1134 (-1134 |#1|))) 82)) (-1720 (((-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) 36)) (-1709 (((-1134 |#1|) (-1134 |#1|)) 21) (((-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) 23)) (-1698 (((-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) 17)) (* (((-1134 |#1|) (-1134 |#1|) |#1|) 29) (((-1134 |#1|) |#1| (-1134 |#1|)) 26) (((-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) 27)))
-(((-1138 |#1|) (-10 -7 (-15 -1698 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -1709 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -1709 ((-1134 |#1|) (-1134 |#1|))) (-15 * ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 * ((-1134 |#1|) |#1| (-1134 |#1|))) (-15 * ((-1134 |#1|) (-1134 |#1|) |#1|)) (-15 -3969 ((-3 (-1134 |#1|) "failed") (-1134 |#1|) (-1134 |#1|))) (-15 -1720 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -1293 ((-3 (-1134 |#1|) "failed") (-1134 |#1|))) (-15 -1727 ((-1134 |#1|) |#1| (-552))) (-15 -1667 ((-1134 (-552)) (-552))) (-15 -3957 ((-1134 (-552)) (-552))) (-15 -2308 ((-1134 |#1|) |#1|)) (-15 -2376 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -2567 ((-1134 |#1|) (-1134 |#1|))) (-15 -3746 ((-1134 |#1|) (-1 |#1| (-552)) (-1134 |#1|))) (-15 -3213 ((-1134 |#1|) |#1|)) (-15 -2432 ((-1134 |#1|) (-1134 |#1|) |#1|)) (-15 -1347 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -2764 ((-1134 |#1|) (-1134 |#1|))) (-15 -1283 ((-1134 |#1|) (-1134 |#1|))) (-15 -2378 ((-1134 |#1|) (-1134 (-1134 |#1|)))) (-15 -2405 ((-1134 |#1|) (-1134 |#1|))) (-15 -1866 ((-1134 |#1|) (-1134 |#1|))) (-15 -1719 ((-1134 |#1|) (-1134 |#1|))) (-15 -3311 ((-1134 |#1|) (-1134 |#1|) (-552) (-552))) (-15 -3734 ((-1134 |#1|) (-552) (-552) (-1134 |#1|))) (-15 -4189 ((-1134 |#1|) (-552) (-552) (-1134 |#1|))) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ((-1134 |#1|) |#1| (-1134 |#1|))) (-15 -2283 ((-1134 |#1|) |#1| (-1 (-1134 |#1|)))) (-15 -1315 ((-1134 |#1|) (-1134 (-1134 |#1|)))) (-15 -3050 ((-1134 |#1|) (-401 (-552)) (-1134 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -2839 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -2168 ((-1134 |#1|) (-1 |#1| (-552)) |#1| (-1 (-1134 |#1|)))) (-15 -3129 ((-1134 |#1|) |#1| (-1134 |#1|)))) |%noBranch|)) (-1030)) (T -1138))
-((-3129 (*1 *2 *3 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-357)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-2168 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-552))) (-5 *5 (-1 (-1134 *4))) (-4 *4 (-357)) (-4 *4 (-1030)) (-5 *2 (-1134 *4)) (-5 *1 (-1138 *4)))) (-2839 (*1 *2 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-357)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-3050 (*1 *2 *3 *2) (-12 (-5 *2 (-1134 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1030)) (-5 *3 (-401 (-552))) (-5 *1 (-1138 *4)))) (-1315 (*1 *2 *3) (-12 (-5 *3 (-1134 (-1134 *4))) (-5 *2 (-1134 *4)) (-5 *1 (-1138 *4)) (-4 *4 (-38 (-401 (-552)))) (-4 *4 (-1030)))) (-2283 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1134 *3))) (-5 *2 (-1134 *3)) (-5 *1 (-1138 *3)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)))) (-2889 (*1 *2 *3 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-4189 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1134 *4)) (-5 *3 (-552)) (-4 *4 (-1030)) (-5 *1 (-1138 *4)))) (-3734 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1134 *4)) (-5 *3 (-552)) (-4 *4 (-1030)) (-5 *1 (-1138 *4)))) (-3311 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1134 *4)) (-5 *3 (-552)) (-4 *4 (-1030)) (-5 *1 (-1138 *4)))) (-1719 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-1866 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-2405 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-2378 (*1 *2 *3) (-12 (-5 *3 (-1134 (-1134 *4))) (-5 *2 (-1134 *4)) (-5 *1 (-1138 *4)) (-4 *4 (-1030)))) (-1283 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-2764 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-1347 (*1 *2 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-2432 (*1 *2 *2 *3) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-3213 (*1 *2 *3) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-1138 *3)) (-4 *3 (-1030)))) (-3746 (*1 *2 *3 *2) (-12 (-5 *2 (-1134 *4)) (-5 *3 (-1 *4 (-552))) (-4 *4 (-1030)) (-5 *1 (-1138 *4)))) (-2567 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-2376 (*1 *2 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-2308 (*1 *2 *3) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-1138 *3)) (-4 *3 (-1030)))) (-3957 (*1 *2 *3) (-12 (-5 *2 (-1134 (-552))) (-5 *1 (-1138 *4)) (-4 *4 (-1030)) (-5 *3 (-552)))) (-1667 (*1 *2 *3) (-12 (-5 *2 (-1134 (-552))) (-5 *1 (-1138 *4)) (-4 *4 (-1030)) (-5 *3 (-552)))) (-1727 (*1 *2 *3 *4) (-12 (-5 *4 (-552)) (-5 *2 (-1134 *3)) (-5 *1 (-1138 *3)) (-4 *3 (-1030)))) (-1293 (*1 *2 *2) (|partial| -12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-1720 (*1 *2 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-3969 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-1709 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-1709 (*1 *2 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))) (-1698 (*1 *2 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))))
-(-10 -7 (-15 -1698 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -1709 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -1709 ((-1134 |#1|) (-1134 |#1|))) (-15 * ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 * ((-1134 |#1|) |#1| (-1134 |#1|))) (-15 * ((-1134 |#1|) (-1134 |#1|) |#1|)) (-15 -3969 ((-3 (-1134 |#1|) "failed") (-1134 |#1|) (-1134 |#1|))) (-15 -1720 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -1293 ((-3 (-1134 |#1|) "failed") (-1134 |#1|))) (-15 -1727 ((-1134 |#1|) |#1| (-552))) (-15 -1667 ((-1134 (-552)) (-552))) (-15 -3957 ((-1134 (-552)) (-552))) (-15 -2308 ((-1134 |#1|) |#1|)) (-15 -2376 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -2567 ((-1134 |#1|) (-1134 |#1|))) (-15 -3746 ((-1134 |#1|) (-1 |#1| (-552)) (-1134 |#1|))) (-15 -3213 ((-1134 |#1|) |#1|)) (-15 -2432 ((-1134 |#1|) (-1134 |#1|) |#1|)) (-15 -1347 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -2764 ((-1134 |#1|) (-1134 |#1|))) (-15 -1283 ((-1134 |#1|) (-1134 |#1|))) (-15 -2378 ((-1134 |#1|) (-1134 (-1134 |#1|)))) (-15 -2405 ((-1134 |#1|) (-1134 |#1|))) (-15 -1866 ((-1134 |#1|) (-1134 |#1|))) (-15 -1719 ((-1134 |#1|) (-1134 |#1|))) (-15 -3311 ((-1134 |#1|) (-1134 |#1|) (-552) (-552))) (-15 -3734 ((-1134 |#1|) (-552) (-552) (-1134 |#1|))) (-15 -4189 ((-1134 |#1|) (-552) (-552) (-1134 |#1|))) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ((-1134 |#1|) |#1| (-1134 |#1|))) (-15 -2283 ((-1134 |#1|) |#1| (-1 (-1134 |#1|)))) (-15 -1315 ((-1134 |#1|) (-1134 (-1134 |#1|)))) (-15 -3050 ((-1134 |#1|) (-401 (-552)) (-1134 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -2839 ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -2168 ((-1134 |#1|) (-1 |#1| (-552)) |#1| (-1 (-1134 |#1|)))) (-15 -3129 ((-1134 |#1|) |#1| (-1134 |#1|)))) |%noBranch|))
-((-2478 (((-1134 |#1|) (-1134 |#1|)) 57)) (-2332 (((-1134 |#1|) (-1134 |#1|)) 39)) (-2455 (((-1134 |#1|) (-1134 |#1|)) 53)) (-2305 (((-1134 |#1|) (-1134 |#1|)) 35)) (-2506 (((-1134 |#1|) (-1134 |#1|)) 60)) (-2359 (((-1134 |#1|) (-1134 |#1|)) 42)) (-2430 (((-1134 |#1|) (-1134 |#1|)) 31)) (-2855 (((-1134 |#1|) (-1134 |#1|)) 27)) (-2518 (((-1134 |#1|) (-1134 |#1|)) 61)) (-2370 (((-1134 |#1|) (-1134 |#1|)) 43)) (-2492 (((-1134 |#1|) (-1134 |#1|)) 58)) (-2346 (((-1134 |#1|) (-1134 |#1|)) 40)) (-2467 (((-1134 |#1|) (-1134 |#1|)) 55)) (-2318 (((-1134 |#1|) (-1134 |#1|)) 37)) (-3843 (((-1134 |#1|) (-1134 |#1|)) 65)) (-2409 (((-1134 |#1|) (-1134 |#1|)) 47)) (-2530 (((-1134 |#1|) (-1134 |#1|)) 63)) (-2382 (((-1134 |#1|) (-1134 |#1|)) 45)) (-3863 (((-1134 |#1|) (-1134 |#1|)) 68)) (-2433 (((-1134 |#1|) (-1134 |#1|)) 50)) (-3013 (((-1134 |#1|) (-1134 |#1|)) 69)) (-2444 (((-1134 |#1|) (-1134 |#1|)) 51)) (-3853 (((-1134 |#1|) (-1134 |#1|)) 67)) (-2420 (((-1134 |#1|) (-1134 |#1|)) 49)) (-2543 (((-1134 |#1|) (-1134 |#1|)) 66)) (-2395 (((-1134 |#1|) (-1134 |#1|)) 48)) (** (((-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) 33)))
-(((-1139 |#1|) (-10 -7 (-15 -2855 ((-1134 |#1|) (-1134 |#1|))) (-15 -2430 ((-1134 |#1|) (-1134 |#1|))) (-15 ** ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -2305 ((-1134 |#1|) (-1134 |#1|))) (-15 -2318 ((-1134 |#1|) (-1134 |#1|))) (-15 -2332 ((-1134 |#1|) (-1134 |#1|))) (-15 -2346 ((-1134 |#1|) (-1134 |#1|))) (-15 -2359 ((-1134 |#1|) (-1134 |#1|))) (-15 -2370 ((-1134 |#1|) (-1134 |#1|))) (-15 -2382 ((-1134 |#1|) (-1134 |#1|))) (-15 -2395 ((-1134 |#1|) (-1134 |#1|))) (-15 -2409 ((-1134 |#1|) (-1134 |#1|))) (-15 -2420 ((-1134 |#1|) (-1134 |#1|))) (-15 -2433 ((-1134 |#1|) (-1134 |#1|))) (-15 -2444 ((-1134 |#1|) (-1134 |#1|))) (-15 -2455 ((-1134 |#1|) (-1134 |#1|))) (-15 -2467 ((-1134 |#1|) (-1134 |#1|))) (-15 -2478 ((-1134 |#1|) (-1134 |#1|))) (-15 -2492 ((-1134 |#1|) (-1134 |#1|))) (-15 -2506 ((-1134 |#1|) (-1134 |#1|))) (-15 -2518 ((-1134 |#1|) (-1134 |#1|))) (-15 -2530 ((-1134 |#1|) (-1134 |#1|))) (-15 -2543 ((-1134 |#1|) (-1134 |#1|))) (-15 -3843 ((-1134 |#1|) (-1134 |#1|))) (-15 -3853 ((-1134 |#1|) (-1134 |#1|))) (-15 -3863 ((-1134 |#1|) (-1134 |#1|))) (-15 -3013 ((-1134 |#1|) (-1134 |#1|)))) (-38 (-401 (-552)))) (T -1139))
-((-3013 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-3863 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-3853 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-3843 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2543 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2530 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2518 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2506 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2492 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2478 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2467 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2455 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2444 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2433 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2420 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2409 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2395 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2382 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2370 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2359 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2346 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2332 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2318 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2305 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2430 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))) (-2855 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1139 *3)))))
-(-10 -7 (-15 -2855 ((-1134 |#1|) (-1134 |#1|))) (-15 -2430 ((-1134 |#1|) (-1134 |#1|))) (-15 ** ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -2305 ((-1134 |#1|) (-1134 |#1|))) (-15 -2318 ((-1134 |#1|) (-1134 |#1|))) (-15 -2332 ((-1134 |#1|) (-1134 |#1|))) (-15 -2346 ((-1134 |#1|) (-1134 |#1|))) (-15 -2359 ((-1134 |#1|) (-1134 |#1|))) (-15 -2370 ((-1134 |#1|) (-1134 |#1|))) (-15 -2382 ((-1134 |#1|) (-1134 |#1|))) (-15 -2395 ((-1134 |#1|) (-1134 |#1|))) (-15 -2409 ((-1134 |#1|) (-1134 |#1|))) (-15 -2420 ((-1134 |#1|) (-1134 |#1|))) (-15 -2433 ((-1134 |#1|) (-1134 |#1|))) (-15 -2444 ((-1134 |#1|) (-1134 |#1|))) (-15 -2455 ((-1134 |#1|) (-1134 |#1|))) (-15 -2467 ((-1134 |#1|) (-1134 |#1|))) (-15 -2478 ((-1134 |#1|) (-1134 |#1|))) (-15 -2492 ((-1134 |#1|) (-1134 |#1|))) (-15 -2506 ((-1134 |#1|) (-1134 |#1|))) (-15 -2518 ((-1134 |#1|) (-1134 |#1|))) (-15 -2530 ((-1134 |#1|) (-1134 |#1|))) (-15 -2543 ((-1134 |#1|) (-1134 |#1|))) (-15 -3843 ((-1134 |#1|) (-1134 |#1|))) (-15 -3853 ((-1134 |#1|) (-1134 |#1|))) (-15 -3863 ((-1134 |#1|) (-1134 |#1|))) (-15 -3013 ((-1134 |#1|) (-1134 |#1|))))
-((-2478 (((-1134 |#1|) (-1134 |#1|)) 100)) (-2332 (((-1134 |#1|) (-1134 |#1|)) 64)) (-2874 (((-2 (|:| -2455 (-1134 |#1|)) (|:| -2467 (-1134 |#1|))) (-1134 |#1|)) 96)) (-2455 (((-1134 |#1|) (-1134 |#1|)) 97)) (-3372 (((-2 (|:| -2305 (-1134 |#1|)) (|:| -2318 (-1134 |#1|))) (-1134 |#1|)) 53)) (-2305 (((-1134 |#1|) (-1134 |#1|)) 54)) (-2506 (((-1134 |#1|) (-1134 |#1|)) 102)) (-2359 (((-1134 |#1|) (-1134 |#1|)) 71)) (-2430 (((-1134 |#1|) (-1134 |#1|)) 39)) (-2855 (((-1134 |#1|) (-1134 |#1|)) 36)) (-2518 (((-1134 |#1|) (-1134 |#1|)) 103)) (-2370 (((-1134 |#1|) (-1134 |#1|)) 72)) (-2492 (((-1134 |#1|) (-1134 |#1|)) 101)) (-2346 (((-1134 |#1|) (-1134 |#1|)) 67)) (-2467 (((-1134 |#1|) (-1134 |#1|)) 98)) (-2318 (((-1134 |#1|) (-1134 |#1|)) 55)) (-3843 (((-1134 |#1|) (-1134 |#1|)) 111)) (-2409 (((-1134 |#1|) (-1134 |#1|)) 86)) (-2530 (((-1134 |#1|) (-1134 |#1|)) 105)) (-2382 (((-1134 |#1|) (-1134 |#1|)) 82)) (-3863 (((-1134 |#1|) (-1134 |#1|)) 115)) (-2433 (((-1134 |#1|) (-1134 |#1|)) 90)) (-3013 (((-1134 |#1|) (-1134 |#1|)) 117)) (-2444 (((-1134 |#1|) (-1134 |#1|)) 92)) (-3853 (((-1134 |#1|) (-1134 |#1|)) 113)) (-2420 (((-1134 |#1|) (-1134 |#1|)) 88)) (-2543 (((-1134 |#1|) (-1134 |#1|)) 107)) (-2395 (((-1134 |#1|) (-1134 |#1|)) 84)) (** (((-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) 40)))
-(((-1140 |#1|) (-10 -7 (-15 -2855 ((-1134 |#1|) (-1134 |#1|))) (-15 -2430 ((-1134 |#1|) (-1134 |#1|))) (-15 ** ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -3372 ((-2 (|:| -2305 (-1134 |#1|)) (|:| -2318 (-1134 |#1|))) (-1134 |#1|))) (-15 -2305 ((-1134 |#1|) (-1134 |#1|))) (-15 -2318 ((-1134 |#1|) (-1134 |#1|))) (-15 -2332 ((-1134 |#1|) (-1134 |#1|))) (-15 -2346 ((-1134 |#1|) (-1134 |#1|))) (-15 -2359 ((-1134 |#1|) (-1134 |#1|))) (-15 -2370 ((-1134 |#1|) (-1134 |#1|))) (-15 -2382 ((-1134 |#1|) (-1134 |#1|))) (-15 -2395 ((-1134 |#1|) (-1134 |#1|))) (-15 -2409 ((-1134 |#1|) (-1134 |#1|))) (-15 -2420 ((-1134 |#1|) (-1134 |#1|))) (-15 -2433 ((-1134 |#1|) (-1134 |#1|))) (-15 -2444 ((-1134 |#1|) (-1134 |#1|))) (-15 -2874 ((-2 (|:| -2455 (-1134 |#1|)) (|:| -2467 (-1134 |#1|))) (-1134 |#1|))) (-15 -2455 ((-1134 |#1|) (-1134 |#1|))) (-15 -2467 ((-1134 |#1|) (-1134 |#1|))) (-15 -2478 ((-1134 |#1|) (-1134 |#1|))) (-15 -2492 ((-1134 |#1|) (-1134 |#1|))) (-15 -2506 ((-1134 |#1|) (-1134 |#1|))) (-15 -2518 ((-1134 |#1|) (-1134 |#1|))) (-15 -2530 ((-1134 |#1|) (-1134 |#1|))) (-15 -2543 ((-1134 |#1|) (-1134 |#1|))) (-15 -3843 ((-1134 |#1|) (-1134 |#1|))) (-15 -3853 ((-1134 |#1|) (-1134 |#1|))) (-15 -3863 ((-1134 |#1|) (-1134 |#1|))) (-15 -3013 ((-1134 |#1|) (-1134 |#1|)))) (-38 (-401 (-552)))) (T -1140))
-((-3013 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-3863 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-3853 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-3843 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2543 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2530 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2518 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2506 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2492 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2478 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2467 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2455 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2874 (*1 *2 *3) (-12 (-4 *4 (-38 (-401 (-552)))) (-5 *2 (-2 (|:| -2455 (-1134 *4)) (|:| -2467 (-1134 *4)))) (-5 *1 (-1140 *4)) (-5 *3 (-1134 *4)))) (-2444 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2433 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2420 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2409 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2395 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2382 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2370 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2359 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2346 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2332 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2318 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2305 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-3372 (*1 *2 *3) (-12 (-4 *4 (-38 (-401 (-552)))) (-5 *2 (-2 (|:| -2305 (-1134 *4)) (|:| -2318 (-1134 *4)))) (-5 *1 (-1140 *4)) (-5 *3 (-1134 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2430 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))) (-2855 (*1 *2 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1140 *3)))))
-(-10 -7 (-15 -2855 ((-1134 |#1|) (-1134 |#1|))) (-15 -2430 ((-1134 |#1|) (-1134 |#1|))) (-15 ** ((-1134 |#1|) (-1134 |#1|) (-1134 |#1|))) (-15 -3372 ((-2 (|:| -2305 (-1134 |#1|)) (|:| -2318 (-1134 |#1|))) (-1134 |#1|))) (-15 -2305 ((-1134 |#1|) (-1134 |#1|))) (-15 -2318 ((-1134 |#1|) (-1134 |#1|))) (-15 -2332 ((-1134 |#1|) (-1134 |#1|))) (-15 -2346 ((-1134 |#1|) (-1134 |#1|))) (-15 -2359 ((-1134 |#1|) (-1134 |#1|))) (-15 -2370 ((-1134 |#1|) (-1134 |#1|))) (-15 -2382 ((-1134 |#1|) (-1134 |#1|))) (-15 -2395 ((-1134 |#1|) (-1134 |#1|))) (-15 -2409 ((-1134 |#1|) (-1134 |#1|))) (-15 -2420 ((-1134 |#1|) (-1134 |#1|))) (-15 -2433 ((-1134 |#1|) (-1134 |#1|))) (-15 -2444 ((-1134 |#1|) (-1134 |#1|))) (-15 -2874 ((-2 (|:| -2455 (-1134 |#1|)) (|:| -2467 (-1134 |#1|))) (-1134 |#1|))) (-15 -2455 ((-1134 |#1|) (-1134 |#1|))) (-15 -2467 ((-1134 |#1|) (-1134 |#1|))) (-15 -2478 ((-1134 |#1|) (-1134 |#1|))) (-15 -2492 ((-1134 |#1|) (-1134 |#1|))) (-15 -2506 ((-1134 |#1|) (-1134 |#1|))) (-15 -2518 ((-1134 |#1|) (-1134 |#1|))) (-15 -2530 ((-1134 |#1|) (-1134 |#1|))) (-15 -2543 ((-1134 |#1|) (-1134 |#1|))) (-15 -3843 ((-1134 |#1|) (-1134 |#1|))) (-15 -3853 ((-1134 |#1|) (-1134 |#1|))) (-15 -3863 ((-1134 |#1|) (-1134 |#1|))) (-15 -3013 ((-1134 |#1|) (-1134 |#1|))))
-((-2820 (((-939 |#2|) |#2| |#2|) 35)) (-3471 ((|#2| |#2| |#1|) 19 (|has| |#1| (-301)))))
-(((-1141 |#1| |#2|) (-10 -7 (-15 -2820 ((-939 |#2|) |#2| |#2|)) (IF (|has| |#1| (-301)) (-15 -3471 (|#2| |#2| |#1|)) |%noBranch|)) (-544) (-1213 |#1|)) (T -1141))
-((-3471 (*1 *2 *2 *3) (-12 (-4 *3 (-301)) (-4 *3 (-544)) (-5 *1 (-1141 *3 *2)) (-4 *2 (-1213 *3)))) (-2820 (*1 *2 *3 *3) (-12 (-4 *4 (-544)) (-5 *2 (-939 *3)) (-5 *1 (-1141 *4 *3)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -2820 ((-939 |#2|) |#2| |#2|)) (IF (|has| |#1| (-301)) (-15 -3471 (|#2| |#2| |#1|)) |%noBranch|))
-((-3202 (((-111) $ $) NIL)) (-2500 (($ $ (-629 (-756))) 67)) (-1426 (($) 26)) (-3316 (($ $) 42)) (-3376 (((-629 $) $) 51)) (-3780 (((-111) $) 16)) (-3478 (((-629 (-924 |#2|)) $) 74)) (-3808 (($ $) 68)) (-3382 (((-756) $) 37)) (-3307 (($) 25)) (-4215 (($ $ (-629 (-756)) (-924 |#2|)) 60) (($ $ (-629 (-756)) (-756)) 61) (($ $ (-756) (-924 |#2|)) 63)) (-1446 (($ $ $) 48) (($ (-629 $)) 50)) (-2491 (((-756) $) 75)) (-3862 (((-111) $) 15)) (-2623 (((-1136) $) NIL)) (-1421 (((-111) $) 18)) (-2876 (((-1098) $) NIL)) (-2296 (((-168) $) 73)) (-2151 (((-924 |#2|) $) 69)) (-3684 (((-756) $) 70)) (-3120 (((-111) $) 72)) (-1444 (($ $ (-629 (-756)) (-168)) 66)) (-1901 (($ $) 43)) (-3213 (((-844) $) 86)) (-1907 (($ $ (-629 (-756)) (-111)) 65)) (-2527 (((-629 $) $) 11)) (-2582 (($ $ (-756)) 36)) (-2298 (($ $) 32)) (-3241 (($ $ $ (-924 |#2|) (-756)) 56)) (-2893 (($ $ (-924 |#2|)) 55)) (-4272 (($ $ (-629 (-756)) (-924 |#2|)) 54) (($ $ (-629 (-756)) (-756)) 58) (((-756) $ (-924 |#2|)) 59)) (-1613 (((-111) $ $) 80)))
-(((-1142 |#1| |#2|) (-13 (-1078) (-10 -8 (-15 -3862 ((-111) $)) (-15 -3780 ((-111) $)) (-15 -1421 ((-111) $)) (-15 -3307 ($)) (-15 -1426 ($)) (-15 -2298 ($ $)) (-15 -2582 ($ $ (-756))) (-15 -2527 ((-629 $) $)) (-15 -3382 ((-756) $)) (-15 -3316 ($ $)) (-15 -1901 ($ $)) (-15 -1446 ($ $ $)) (-15 -1446 ($ (-629 $))) (-15 -3376 ((-629 $) $)) (-15 -4272 ($ $ (-629 (-756)) (-924 |#2|))) (-15 -2893 ($ $ (-924 |#2|))) (-15 -3241 ($ $ $ (-924 |#2|) (-756))) (-15 -4215 ($ $ (-629 (-756)) (-924 |#2|))) (-15 -4272 ($ $ (-629 (-756)) (-756))) (-15 -4215 ($ $ (-629 (-756)) (-756))) (-15 -4272 ((-756) $ (-924 |#2|))) (-15 -4215 ($ $ (-756) (-924 |#2|))) (-15 -1907 ($ $ (-629 (-756)) (-111))) (-15 -1444 ($ $ (-629 (-756)) (-168))) (-15 -2500 ($ $ (-629 (-756)))) (-15 -2151 ((-924 |#2|) $)) (-15 -3684 ((-756) $)) (-15 -3120 ((-111) $)) (-15 -2296 ((-168) $)) (-15 -2491 ((-756) $)) (-15 -3808 ($ $)) (-15 -3478 ((-629 (-924 |#2|)) $)))) (-902) (-1030)) (T -1142))
-((-3862 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-3780 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-1421 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-3307 (*1 *1) (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))) (-1426 (*1 *1) (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))) (-2298 (*1 *1 *1) (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))) (-2582 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-2527 (*1 *2 *1) (-12 (-5 *2 (-629 (-1142 *3 *4))) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-3382 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-3316 (*1 *1 *1) (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))) (-1901 (*1 *1 *1) (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))) (-1446 (*1 *1 *1 *1) (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))) (-1446 (*1 *1 *2) (-12 (-5 *2 (-629 (-1142 *3 *4))) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-3376 (*1 *2 *1) (-12 (-5 *2 (-629 (-1142 *3 *4))) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-4272 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-756))) (-5 *3 (-924 *5)) (-4 *5 (-1030)) (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)))) (-2893 (*1 *1 *1 *2) (-12 (-5 *2 (-924 *4)) (-4 *4 (-1030)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)))) (-3241 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-924 *5)) (-5 *3 (-756)) (-4 *5 (-1030)) (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)))) (-4215 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-756))) (-5 *3 (-924 *5)) (-4 *5 (-1030)) (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)))) (-4272 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-756))) (-5 *3 (-756)) (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)) (-4 *5 (-1030)))) (-4215 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-756))) (-5 *3 (-756)) (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)) (-4 *5 (-1030)))) (-4272 (*1 *2 *1 *3) (-12 (-5 *3 (-924 *5)) (-4 *5 (-1030)) (-5 *2 (-756)) (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)))) (-4215 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-756)) (-5 *3 (-924 *5)) (-4 *5 (-1030)) (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)))) (-1907 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-756))) (-5 *3 (-111)) (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)) (-4 *5 (-1030)))) (-1444 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-629 (-756))) (-5 *3 (-168)) (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)) (-4 *5 (-1030)))) (-2500 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-756))) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-2151 (*1 *2 *1) (-12 (-5 *2 (-924 *4)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-3684 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-3120 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-2296 (*1 *2 *1) (-12 (-5 *2 (-168)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))) (-3808 (*1 *1 *1) (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))) (-3478 (*1 *2 *1) (-12 (-5 *2 (-629 (-924 *4))) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902)) (-4 *4 (-1030)))))
-(-13 (-1078) (-10 -8 (-15 -3862 ((-111) $)) (-15 -3780 ((-111) $)) (-15 -1421 ((-111) $)) (-15 -3307 ($)) (-15 -1426 ($)) (-15 -2298 ($ $)) (-15 -2582 ($ $ (-756))) (-15 -2527 ((-629 $) $)) (-15 -3382 ((-756) $)) (-15 -3316 ($ $)) (-15 -1901 ($ $)) (-15 -1446 ($ $ $)) (-15 -1446 ($ (-629 $))) (-15 -3376 ((-629 $) $)) (-15 -4272 ($ $ (-629 (-756)) (-924 |#2|))) (-15 -2893 ($ $ (-924 |#2|))) (-15 -3241 ($ $ $ (-924 |#2|) (-756))) (-15 -4215 ($ $ (-629 (-756)) (-924 |#2|))) (-15 -4272 ($ $ (-629 (-756)) (-756))) (-15 -4215 ($ $ (-629 (-756)) (-756))) (-15 -4272 ((-756) $ (-924 |#2|))) (-15 -4215 ($ $ (-756) (-924 |#2|))) (-15 -1907 ($ $ (-629 (-756)) (-111))) (-15 -1444 ($ $ (-629 (-756)) (-168))) (-15 -2500 ($ $ (-629 (-756)))) (-15 -2151 ((-924 |#2|) $)) (-15 -3684 ((-756) $)) (-15 -3120 ((-111) $)) (-15 -2296 ((-168) $)) (-15 -2491 ((-756) $)) (-15 -3808 ($ $)) (-15 -3478 ((-629 (-924 |#2|)) $))))
-((-3202 (((-111) $ $) NIL)) (-1300 ((|#2| $) 11)) (-1286 ((|#1| $) 10)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3226 (($ |#1| |#2|) 9)) (-3213 (((-844) $) 16)) (-1613 (((-111) $ $) NIL)))
-(((-1143 |#1| |#2|) (-13 (-1078) (-10 -8 (-15 -3226 ($ |#1| |#2|)) (-15 -1286 (|#1| $)) (-15 -1300 (|#2| $)))) (-1078) (-1078)) (T -1143))
-((-3226 (*1 *1 *2 *3) (-12 (-5 *1 (-1143 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))) (-1286 (*1 *2 *1) (-12 (-4 *2 (-1078)) (-5 *1 (-1143 *2 *3)) (-4 *3 (-1078)))) (-1300 (*1 *2 *1) (-12 (-4 *2 (-1078)) (-5 *1 (-1143 *3 *2)) (-4 *3 (-1078)))))
-(-13 (-1078) (-10 -8 (-15 -3226 ($ |#1| |#2|)) (-15 -1286 (|#1| $)) (-15 -1300 (|#2| $))))
-((-3202 (((-111) $ $) NIL)) (-1968 (((-1113) $) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 17) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-1144) (-13 (-1061) (-10 -8 (-15 -1968 ((-1113) $))))) (T -1144))
-((-1968 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1144)))))
-(-13 (-1061) (-10 -8 (-15 -1968 ((-1113) $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 (((-1152 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-301)) (|has| |#1| (-357))))) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) 11)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-3303 (($ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-1334 (((-111) $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-4157 (($ $ (-552)) NIL) (($ $ (-552) (-552)) 66)) (-2622 (((-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) $) NIL)) (-3005 (((-1152 |#1| |#2| |#3|) $) 36)) (-1703 (((-3 (-1152 |#1| |#2| |#3|) "failed") $) 29)) (-3658 (((-1152 |#1| |#2| |#3|) $) 30)) (-2478 (($ $) 107 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 83 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-4116 (($ $) NIL (|has| |#1| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2455 (($ $) 103 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 79 (|has| |#1| (-38 (-401 (-552)))))) (-3886 (((-552) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))))) (-1726 (($ (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|)))) NIL)) (-2506 (($ $) 111 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 87 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-1152 |#1| |#2| |#3|) "failed") $) 31) (((-3 (-1154) "failed") $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1019 (-1154))) (|has| |#1| (-357)))) (((-3 (-401 (-552)) "failed") $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357)))) (((-3 (-552) "failed") $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357))))) (-2832 (((-1152 |#1| |#2| |#3|) $) 131) (((-1154) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1019 (-1154))) (|has| |#1| (-357)))) (((-401 (-552)) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357)))) (((-552) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357))))) (-3398 (($ $) 34) (($ (-552) $) 35)) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL)) (-2714 (((-673 (-1152 |#1| |#2| |#3|)) (-673 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -2325 (-673 (-1152 |#1| |#2| |#3|))) (|:| |vec| (-1237 (-1152 |#1| |#2| |#3|)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-625 (-552))) (|has| |#1| (-357)))) (((-673 (-552)) (-673 $)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-625 (-552))) (|has| |#1| (-357))))) (-1293 (((-3 $ "failed") $) 48)) (-3469 (((-401 (-933 |#1|)) $ (-552)) 65 (|has| |#1| (-544))) (((-401 (-933 |#1|)) $ (-552) (-552)) 67 (|has| |#1| (-544)))) (-1332 (($) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-537)) (|has| |#1| (-357))))) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-1677 (((-111) $) NIL (|has| |#1| (-357)))) (-1338 (((-111) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))))) (-3593 (((-111) $) 25)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-867 (-552))) (|has| |#1| (-357)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-867 (-373))) (|has| |#1| (-357))))) (-4241 (((-552) $) NIL) (((-552) $ (-552)) 24)) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL (|has| |#1| (-357)))) (-4015 (((-1152 |#1| |#2| |#3|) $) 38 (|has| |#1| (-357)))) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2032 (((-3 $ "failed") $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1129)) (|has| |#1| (-357))))) (-3127 (((-111) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))))) (-1524 (($ $ (-902)) NIL)) (-3838 (($ (-1 |#1| (-552)) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-552)) 18) (($ $ (-1060) (-552)) NIL) (($ $ (-629 (-1060)) (-629 (-552))) NIL)) (-1772 (($ $ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-2011 (($ $ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1152 |#1| |#2| |#3|) (-1152 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-357)))) (-2430 (($ $) 72 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3670 (($ (-552) (-1152 |#1| |#2| |#3|)) 33)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-2889 (($ $) 70 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176))))) (($ $ (-1233 |#2|)) 71 (|has| |#1| (-38 (-401 (-552)))))) (-1977 (($) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1129)) (|has| |#1| (-357))) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2147 (($ $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-301)) (|has| |#1| (-357))))) (-3410 (((-1152 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-537)) (|has| |#1| (-357))))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-3479 (((-412 $) $) NIL (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3136 (($ $ (-552)) 145)) (-3969 (((-3 $ "failed") $ $) 49 (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2855 (($ $) 73 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-552))))) (($ $ (-1154) (-1152 |#1| |#2| |#3|)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-506 (-1154) (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-629 (-1154)) (-629 (-1152 |#1| |#2| |#3|))) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-506 (-1154) (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-629 (-288 (-1152 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-303 (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-288 (-1152 |#1| |#2| |#3|))) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-303 (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-1152 |#1| |#2| |#3|) (-1152 |#1| |#2| |#3|)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-303 (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-629 (-1152 |#1| |#2| |#3|)) (-629 (-1152 |#1| |#2| |#3|))) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-303 (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357))))) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ (-552)) NIL) (($ $ $) 54 (|has| (-552) (-1090))) (($ $ (-1152 |#1| |#2| |#3|)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-280 (-1152 |#1| |#2| |#3|) (-1152 |#1| |#2| |#3|))) (|has| |#1| (-357))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3096 (($ $ (-1 (-1152 |#1| |#2| |#3|) (-1152 |#1| |#2| |#3|))) NIL (|has| |#1| (-357))) (($ $ (-1 (-1152 |#1| |#2| |#3|) (-1152 |#1| |#2| |#3|)) (-756)) NIL (|has| |#1| (-357))) (($ $ (-1233 |#2|)) 51) (($ $ (-756)) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $) 50 (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154) (-756)) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-629 (-1154))) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))))) (-2493 (($ $) NIL (|has| |#1| (-357)))) (-4026 (((-1152 |#1| |#2| |#3|) $) 41 (|has| |#1| (-357)))) (-3299 (((-552) $) 37)) (-2518 (($ $) 113 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 89 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 109 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 85 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 105 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 81 (|has| |#1| (-38 (-401 (-552)))))) (-1522 (((-528) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-600 (-528))) (|has| |#1| (-357)))) (((-373) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1003)) (|has| |#1| (-357)))) (((-220) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1003)) (|has| |#1| (-357)))) (((-873 (-373)) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-600 (-873 (-373)))) (|has| |#1| (-357)))) (((-873 (-552)) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-600 (-873 (-552)))) (|has| |#1| (-357))))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-1680 (($ $) NIL)) (-3213 (((-844) $) 149) (($ (-552)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1152 |#1| |#2| |#3|)) 27) (($ (-1233 |#2|)) 23) (($ (-1154)) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-1019 (-1154))) (|has| |#1| (-357)))) (($ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544)))) (($ (-401 (-552))) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357))) (|has| |#1| (-38 (-401 (-552))))))) (-2266 ((|#1| $ (-552)) 68)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-142)) (|has| |#1| (-357))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4046 ((|#1| $) 12)) (-3763 (((-1152 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-537)) (|has| |#1| (-357))))) (-3843 (($ $) 119 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 95 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-2530 (($ $) 115 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 91 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 123 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 99 (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-552)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-552)))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) 125 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 101 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 121 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 97 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 117 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 93 (|has| |#1| (-38 (-401 (-552)))))) (-1578 (($ $) NIL (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))))) (-3297 (($) 20 T CONST)) (-3309 (($) 16 T CONST)) (-1765 (($ $ (-1 (-1152 |#1| |#2| |#3|) (-1152 |#1| |#2| |#3|))) NIL (|has| |#1| (-357))) (($ $ (-1 (-1152 |#1| |#2| |#3|) (-1152 |#1| |#2| |#3|)) (-756)) NIL (|has| |#1| (-357))) (($ $ (-756)) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154) (-756)) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-629 (-1154))) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))))) (-1666 (((-111) $ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1644 (((-111) $ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1632 (((-111) $ $) NIL (-4029 (-12 (|has| (-1152 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1152 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) 44 (|has| |#1| (-357))) (($ (-1152 |#1| |#2| |#3|) (-1152 |#1| |#2| |#3|)) 45 (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 21)) (** (($ $ (-902)) NIL) (($ $ (-756)) 53) (($ $ (-552)) NIL (|has| |#1| (-357))) (($ $ $) 74 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 128 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 32) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1152 |#1| |#2| |#3|)) 43 (|has| |#1| (-357))) (($ (-1152 |#1| |#2| |#3|) $) 42 (|has| |#1| (-357))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-1145 |#1| |#2| |#3|) (-13 (-1199 |#1| (-1152 |#1| |#2| |#3|)) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|))) (-1030) (-1154) |#1|) (T -1145))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1145 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1145 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-2889 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1145 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3))))
-(-13 (-1199 |#1| (-1152 |#1| |#2| |#3|)) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|)))
-((-2994 ((|#2| |#2| (-1070 |#2|)) 26) ((|#2| |#2| (-1154)) 28)))
-(((-1146 |#1| |#2|) (-10 -7 (-15 -2994 (|#2| |#2| (-1154))) (-15 -2994 (|#2| |#2| (-1070 |#2|)))) (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))) (-13 (-424 |#1|) (-157) (-27) (-1176))) (T -1146))
-((-2994 (*1 *2 *2 *3) (-12 (-5 *3 (-1070 *2)) (-4 *2 (-13 (-424 *4) (-157) (-27) (-1176))) (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-1146 *4 *2)))) (-2994 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-1146 *4 *2)) (-4 *2 (-13 (-424 *4) (-157) (-27) (-1176))))))
-(-10 -7 (-15 -2994 (|#2| |#2| (-1154))) (-15 -2994 (|#2| |#2| (-1070 |#2|))))
-((-2994 (((-3 (-401 (-933 |#1|)) (-310 |#1|)) (-401 (-933 |#1|)) (-1070 (-401 (-933 |#1|)))) 31) (((-401 (-933 |#1|)) (-933 |#1|) (-1070 (-933 |#1|))) 44) (((-3 (-401 (-933 |#1|)) (-310 |#1|)) (-401 (-933 |#1|)) (-1154)) 33) (((-401 (-933 |#1|)) (-933 |#1|) (-1154)) 36)))
-(((-1147 |#1|) (-10 -7 (-15 -2994 ((-401 (-933 |#1|)) (-933 |#1|) (-1154))) (-15 -2994 ((-3 (-401 (-933 |#1|)) (-310 |#1|)) (-401 (-933 |#1|)) (-1154))) (-15 -2994 ((-401 (-933 |#1|)) (-933 |#1|) (-1070 (-933 |#1|)))) (-15 -2994 ((-3 (-401 (-933 |#1|)) (-310 |#1|)) (-401 (-933 |#1|)) (-1070 (-401 (-933 |#1|)))))) (-13 (-544) (-832) (-1019 (-552)))) (T -1147))
-((-2994 (*1 *2 *3 *4) (-12 (-5 *4 (-1070 (-401 (-933 *5)))) (-5 *3 (-401 (-933 *5))) (-4 *5 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-3 *3 (-310 *5))) (-5 *1 (-1147 *5)))) (-2994 (*1 *2 *3 *4) (-12 (-5 *4 (-1070 (-933 *5))) (-5 *3 (-933 *5)) (-4 *5 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-401 *3)) (-5 *1 (-1147 *5)))) (-2994 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-3 (-401 (-933 *5)) (-310 *5))) (-5 *1 (-1147 *5)) (-5 *3 (-401 (-933 *5))))) (-2994 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-401 (-933 *5))) (-5 *1 (-1147 *5)) (-5 *3 (-933 *5)))))
-(-10 -7 (-15 -2994 ((-401 (-933 |#1|)) (-933 |#1|) (-1154))) (-15 -2994 ((-3 (-401 (-933 |#1|)) (-310 |#1|)) (-401 (-933 |#1|)) (-1154))) (-15 -2994 ((-401 (-933 |#1|)) (-933 |#1|) (-1070 (-933 |#1|)))) (-15 -2994 ((-3 (-401 (-933 |#1|)) (-310 |#1|)) (-401 (-933 |#1|)) (-1070 (-401 (-933 |#1|))))))
-((-1477 (((-1150 |#2|) (-1 |#2| |#1|) (-1150 |#1|)) 13)))
-(((-1148 |#1| |#2|) (-10 -7 (-15 -1477 ((-1150 |#2|) (-1 |#2| |#1|) (-1150 |#1|)))) (-1030) (-1030)) (T -1148))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1150 *5)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-5 *2 (-1150 *6)) (-5 *1 (-1148 *5 *6)))))
-(-10 -7 (-15 -1477 ((-1150 |#2|) (-1 |#2| |#1|) (-1150 |#1|))))
-((-3343 (((-412 (-1150 (-401 |#4|))) (-1150 (-401 |#4|))) 51)) (-3479 (((-412 (-1150 (-401 |#4|))) (-1150 (-401 |#4|))) 52)))
-(((-1149 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3479 ((-412 (-1150 (-401 |#4|))) (-1150 (-401 |#4|)))) (-15 -3343 ((-412 (-1150 (-401 |#4|))) (-1150 (-401 |#4|))))) (-778) (-832) (-445) (-930 |#3| |#1| |#2|)) (T -1149))
-((-3343 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-445)) (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-412 (-1150 (-401 *7)))) (-5 *1 (-1149 *4 *5 *6 *7)) (-5 *3 (-1150 (-401 *7))))) (-3479 (*1 *2 *3) (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-445)) (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-412 (-1150 (-401 *7)))) (-5 *1 (-1149 *4 *5 *6 *7)) (-5 *3 (-1150 (-401 *7))))))
-(-10 -7 (-15 -3479 ((-412 (-1150 (-401 |#4|))) (-1150 (-401 |#4|)))) (-15 -3343 ((-412 (-1150 (-401 |#4|))) (-1150 (-401 |#4|)))))
-((-3202 (((-111) $ $) 137)) (-3643 (((-111) $) 27)) (-2961 (((-1237 |#1|) $ (-756)) NIL)) (-3611 (((-629 (-1060)) $) NIL)) (-4218 (($ (-1150 |#1|)) NIL)) (-3449 (((-1150 $) $ (-1060)) 58) (((-1150 |#1|) $) 47)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) 132 (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-1060))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2134 (($ $ $) 126 (|has| |#1| (-544)))) (-1472 (((-412 (-1150 $)) (-1150 $)) 71 (|has| |#1| (-890)))) (-4116 (($ $) NIL (|has| |#1| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 91 (|has| |#1| (-890)))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-1496 (($ $ (-756)) 39)) (-3366 (($ $ (-756)) 40)) (-3376 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-445)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-1060) "failed") $) NIL)) (-2832 ((|#1| $) NIL) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-1060) $) NIL)) (-3301 (($ $ $ (-1060)) NIL (|has| |#1| (-169))) ((|#1| $ $) 128 (|has| |#1| (-169)))) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) 56)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) NIL) (((-673 |#1|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3547 (($ $ $) 104)) (-1589 (($ $ $) NIL (|has| |#1| (-544)))) (-2997 (((-2 (|:| -4158 |#1|) (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-544)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-3471 (($ $) 133 (|has| |#1| (-445))) (($ $ (-1060)) NIL (|has| |#1| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#1| (-890)))) (-3423 (($ $ |#1| (-756) $) 45)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-1060) (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-1060) (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-1647 (((-844) $ (-844)) 117)) (-4241 (((-756) $ $) NIL (|has| |#1| (-544)))) (-4065 (((-111) $) 30)) (-2856 (((-756) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| |#1| (-1129)))) (-3602 (($ (-1150 |#1|) (-1060)) 49) (($ (-1150 $) (-1060)) 65)) (-1524 (($ $ (-756)) 32)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-756)) 63) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-1060)) NIL) (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 121)) (-3544 (((-756) $) NIL) (((-756) $ (-1060)) NIL) (((-629 (-756)) $ (-629 (-1060))) NIL)) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-3891 (($ (-1 (-756) (-756)) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2434 (((-1150 |#1|) $) NIL)) (-3506 (((-3 (-1060) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) 52)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-2623 (((-1136) $) NIL)) (-1679 (((-2 (|:| -3713 $) (|:| -4186 $)) $ (-756)) 38)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-1060)) (|:| -1406 (-756))) "failed") $) NIL)) (-2889 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1977 (($) NIL (|has| |#1| (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) 31)) (-3722 ((|#1| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 79 (|has| |#1| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-445))) (($ $ $) 135 (|has| |#1| (-445)))) (-3079 (($ $ (-756) |#1| $) 99)) (-1848 (((-412 (-1150 $)) (-1150 $)) 77 (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) 76 (|has| |#1| (-890)))) (-3479 (((-412 $) $) 84 (|has| |#1| (-890)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3969 (((-3 $ "failed") $ |#1|) 131 (|has| |#1| (-544))) (((-3 $ "failed") $ $) 100 (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-1060) |#1|) NIL) (($ $ (-629 (-1060)) (-629 |#1|)) NIL) (($ $ (-1060) $) NIL) (($ $ (-629 (-1060)) (-629 $)) NIL)) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ |#1|) 119) (($ $ $) 120) (((-401 $) (-401 $) (-401 $)) NIL (|has| |#1| (-544))) ((|#1| (-401 $) |#1|) NIL (|has| |#1| (-357))) (((-401 $) $ (-401 $)) NIL (|has| |#1| (-544)))) (-4212 (((-3 $ "failed") $ (-756)) 35)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 138 (|has| |#1| (-357)))) (-1721 (($ $ (-1060)) NIL (|has| |#1| (-169))) ((|#1| $) 124 (|has| |#1| (-169)))) (-3096 (($ $ (-1060)) NIL) (($ $ (-629 (-1060))) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL) (($ $ (-756)) NIL) (($ $) NIL) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-3299 (((-756) $) 54) (((-756) $ (-1060)) NIL) (((-629 (-756)) $ (-629 (-1060))) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-1060) (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-1060) (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-1060) (-600 (-528))) (|has| |#1| (-600 (-528)))))) (-3807 ((|#1| $) 130 (|has| |#1| (-445))) (($ $ (-1060)) NIL (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-890))))) (-2911 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544))) (((-3 (-401 $) "failed") (-401 $) $) NIL (|has| |#1| (-544)))) (-3213 (((-844) $) 118) (($ (-552)) NIL) (($ |#1|) 53) (($ (-1060)) NIL) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-756)) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) 25 (|has| |#1| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) 15 T CONST)) (-3309 (($) 16 T CONST)) (-1765 (($ $ (-1060)) NIL) (($ $ (-629 (-1060))) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL) (($ $ (-756)) NIL) (($ $) NIL) (($ $ (-1154)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) 96)) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1720 (($ $ |#1|) 139 (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 66)) (** (($ $ (-902)) 14) (($ $ (-756)) 12)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 24) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 102) (($ $ |#1|) NIL)))
-(((-1150 |#1|) (-13 (-1213 |#1|) (-10 -8 (-15 -1647 ((-844) $ (-844))) (-15 -3079 ($ $ (-756) |#1| $)))) (-1030)) (T -1150))
-((-1647 (*1 *2 *1 *2) (-12 (-5 *2 (-844)) (-5 *1 (-1150 *3)) (-4 *3 (-1030)))) (-3079 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-756)) (-5 *1 (-1150 *3)) (-4 *3 (-1030)))))
-(-13 (-1213 |#1|) (-10 -8 (-15 -1647 ((-844) $ (-844))) (-15 -3079 ($ $ (-756) |#1| $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) 11)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4157 (($ $ (-401 (-552))) NIL) (($ $ (-401 (-552)) (-401 (-552))) NIL)) (-2622 (((-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|))) $) NIL)) (-2478 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| |#1| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2455 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-756) (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|)))) NIL)) (-2506 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-1145 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1152 |#1| |#2| |#3|) "failed") $) 36)) (-2832 (((-1145 |#1| |#2| |#3|) $) NIL) (((-1152 |#1| |#2| |#3|) $) NIL)) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3462 (((-401 (-552)) $) 55)) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3682 (($ (-401 (-552)) (-1145 |#1| |#2| |#3|)) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-1677 (((-111) $) NIL (|has| |#1| (-357)))) (-3593 (((-111) $) NIL)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-401 (-552)) $) NIL) (((-401 (-552)) $ (-401 (-552))) NIL)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) NIL) (($ $ (-401 (-552))) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-552))) 20) (($ $ (-1060) (-401 (-552))) NIL) (($ $ (-629 (-1060)) (-629 (-401 (-552)))) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2430 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-4151 (((-1145 |#1| |#2| |#3|) $) 41)) (-1847 (((-3 (-1145 |#1| |#2| |#3|) "failed") $) NIL)) (-3670 (((-1145 |#1| |#2| |#3|) $) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-2889 (($ $) 39 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176))))) (($ $ (-1233 |#2|)) 40 (|has| |#1| (-38 (-401 (-552)))))) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3136 (($ $ (-401 (-552))) NIL)) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2855 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))))) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ (-401 (-552))) NIL) (($ $ $) NIL (|has| (-401 (-552)) (-1090)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $ (-1233 |#2|)) 38)) (-3299 (((-401 (-552)) $) NIL)) (-2518 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) NIL)) (-3213 (((-844) $) 58) (($ (-552)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1145 |#1| |#2| |#3|)) 30) (($ (-1152 |#1| |#2| |#3|)) 31) (($ (-1233 |#2|)) 26) (($ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $) NIL (|has| |#1| (-544)))) (-2266 ((|#1| $ (-401 (-552))) NIL)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-4046 ((|#1| $) 12)) (-3843 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-401 (-552))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 22 T CONST)) (-3309 (($) 16 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 24)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-1151 |#1| |#2| |#3|) (-13 (-1220 |#1| (-1145 |#1| |#2| |#3|)) (-1019 (-1152 |#1| |#2| |#3|)) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|))) (-1030) (-1154) |#1|) (T -1151))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1151 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1151 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-2889 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1151 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3))))
-(-13 (-1220 |#1| (-1145 |#1| |#2| |#3|)) (-1019 (-1152 |#1| |#2| |#3|)) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 125)) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) 116)) (-3576 (((-1210 |#2| |#1|) $ (-756)) 63)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4157 (($ $ (-756)) 79) (($ $ (-756) (-756)) 76)) (-2622 (((-1134 (-2 (|:| |k| (-756)) (|:| |c| |#1|))) $) 102)) (-2478 (($ $) 169 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 145 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2455 (($ $) 165 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 141 (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-1134 (-2 (|:| |k| (-756)) (|:| |c| |#1|)))) 115) (($ (-1134 |#1|)) 110)) (-2506 (($ $) 173 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 149 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) 23)) (-1517 (($ $) 26)) (-2211 (((-933 |#1|) $ (-756)) 75) (((-933 |#1|) $ (-756) (-756)) 77)) (-3593 (((-111) $) 120)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-756) $) 122) (((-756) $ (-756)) 124)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) NIL)) (-3838 (($ (-1 |#1| (-552)) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-756)) 13) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2430 (($ $) 131 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2889 (($ $) 129 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176))))) (($ $ (-1233 |#2|)) 130 (|has| |#1| (-38 (-401 (-552)))))) (-2876 (((-1098) $) NIL)) (-3136 (($ $ (-756)) 15)) (-3969 (((-3 $ "failed") $ $) 24 (|has| |#1| (-544)))) (-2855 (($ $) 133 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-756)))))) (-2060 ((|#1| $ (-756)) 119) (($ $ $) 128 (|has| (-756) (-1090)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-756) |#1|)))) (($ $) 27 (|has| |#1| (-15 * (|#1| (-756) |#1|)))) (($ $ (-1233 |#2|)) 29)) (-3299 (((-756) $) NIL)) (-2518 (($ $) 175 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 151 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 171 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 147 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 167 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 143 (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) NIL)) (-3213 (((-844) $) 201) (($ (-552)) NIL) (($ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $) NIL (|has| |#1| (-544))) (($ |#1|) 126 (|has| |#1| (-169))) (($ (-1210 |#2| |#1|)) 51) (($ (-1233 |#2|)) 32)) (-2984 (((-1134 |#1|) $) 98)) (-2266 ((|#1| $ (-756)) 118)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-4046 ((|#1| $) 54)) (-3843 (($ $) 181 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 157 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) 177 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 153 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 185 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 161 (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-756)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-756)))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) 187 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 163 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 183 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 159 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 179 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 155 (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 17 T CONST)) (-3309 (($) 19 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-756) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) 194)) (-1698 (($ $ $) 31)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ |#1|) 198 (|has| |#1| (-357))) (($ $ $) 134 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 137 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 132) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-1152 |#1| |#2| |#3|) (-13 (-1228 |#1|) (-10 -8 (-15 -3213 ($ (-1210 |#2| |#1|))) (-15 -3576 ((-1210 |#2| |#1|) $ (-756))) (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|))) (-1030) (-1154) |#1|) (T -1152))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1210 *4 *3)) (-4 *3 (-1030)) (-14 *4 (-1154)) (-14 *5 *3) (-5 *1 (-1152 *3 *4 *5)))) (-3576 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1210 *5 *4)) (-5 *1 (-1152 *4 *5 *6)) (-4 *4 (-1030)) (-14 *5 (-1154)) (-14 *6 *4))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1152 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1152 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-2889 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1152 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3))))
-(-13 (-1228 |#1|) (-10 -8 (-15 -3213 ($ (-1210 |#2| |#1|))) (-15 -3576 ((-1210 |#2| |#1|) $ (-756))) (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|)))
-((-3213 (((-844) $) 27) (($ (-1154)) 29)) (-4029 (($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 40)) (-4018 (($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 33) (($ $) 34)) (-2227 (($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 35)) (-2215 (($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 37)) (-2200 (($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 36)) (-2185 (($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 38)) (-3357 (($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 41)) (-12 (($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 39)))
-(((-1153) (-13 (-599 (-844)) (-10 -8 (-15 -3213 ($ (-1154))) (-15 -2227 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2200 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2215 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2185 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4029 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -3357 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4018 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4018 ($ $))))) (T -1153))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1153)))) (-2227 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153)))) (-5 *1 (-1153)))) (-2200 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153)))) (-5 *1 (-1153)))) (-2215 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153)))) (-5 *1 (-1153)))) (-2185 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153)))) (-5 *1 (-1153)))) (-4029 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153)))) (-5 *1 (-1153)))) (-3357 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153)))) (-5 *1 (-1153)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153)))) (-5 *1 (-1153)))) (-4018 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153)))) (-5 *1 (-1153)))) (-4018 (*1 *1 *1) (-5 *1 (-1153))))
-(-13 (-599 (-844)) (-10 -8 (-15 -3213 ($ (-1154))) (-15 -2227 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2200 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2215 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2185 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4029 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -3357 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4018 ($ (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4018 ($ $))))
-((-3202 (((-111) $ $) NIL)) (-2821 (($ $ (-629 (-844))) 59)) (-1592 (($ $ (-629 (-844))) 57)) (-3986 (((-1136) $) 84)) (-2569 (((-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844))) (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844))) (|:| |args| (-629 (-844)))) $) 87)) (-2700 (((-111) $) 22)) (-2754 (($ $ (-629 (-629 (-844)))) 56) (($ $ (-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844))) (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844))) (|:| |args| (-629 (-844))))) 82)) (-2130 (($) 124 T CONST)) (-2213 (((-1242)) 106)) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 66) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 73)) (-3307 (($) 95) (($ $) 101)) (-4290 (($ $) 83)) (-1772 (($ $ $) NIL)) (-2011 (($ $ $) NIL)) (-2563 (((-629 $) $) 107)) (-2623 (((-1136) $) 90)) (-2876 (((-1098) $) NIL)) (-2060 (($ $ (-629 (-844))) 58)) (-1522 (((-528) $) 46) (((-1154) $) 47) (((-873 (-552)) $) 77) (((-873 (-373)) $) 75)) (-3213 (((-844) $) 53) (($ (-1136)) 48)) (-1277 (($ $ (-629 (-844))) 60)) (-3016 (((-1136) $) 33) (((-1136) $ (-111)) 34) (((-1242) (-807) $) 35) (((-1242) (-807) $ (-111)) 36)) (-1666 (((-111) $ $) NIL)) (-1644 (((-111) $ $) NIL)) (-1613 (((-111) $ $) 49)) (-1655 (((-111) $ $) NIL)) (-1632 (((-111) $ $) 50)))
-(((-1154) (-13 (-832) (-600 (-528)) (-813) (-600 (-1154)) (-600 (-873 (-552))) (-600 (-873 (-373))) (-867 (-552)) (-867 (-373)) (-10 -8 (-15 -3307 ($)) (-15 -3307 ($ $)) (-15 -2213 ((-1242))) (-15 -3213 ($ (-1136))) (-15 -4290 ($ $)) (-15 -2700 ((-111) $)) (-15 -2569 ((-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844))) (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844))) (|:| |args| (-629 (-844)))) $)) (-15 -2754 ($ $ (-629 (-629 (-844))))) (-15 -2754 ($ $ (-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844))) (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844))) (|:| |args| (-629 (-844)))))) (-15 -1592 ($ $ (-629 (-844)))) (-15 -2821 ($ $ (-629 (-844)))) (-15 -1277 ($ $ (-629 (-844)))) (-15 -2060 ($ $ (-629 (-844)))) (-15 -3986 ((-1136) $)) (-15 -2563 ((-629 $) $)) (-15 -2130 ($) -3930)))) (T -1154))
-((-3307 (*1 *1) (-5 *1 (-1154))) (-3307 (*1 *1 *1) (-5 *1 (-1154))) (-2213 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1154)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1154)))) (-4290 (*1 *1 *1) (-5 *1 (-1154))) (-2700 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1154)))) (-2569 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844))) (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844))) (|:| |args| (-629 (-844))))) (-5 *1 (-1154)))) (-2754 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-629 (-844)))) (-5 *1 (-1154)))) (-2754 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844))) (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844))) (|:| |args| (-629 (-844))))) (-5 *1 (-1154)))) (-1592 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-1154)))) (-2821 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-1154)))) (-1277 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-1154)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-1154)))) (-3986 (*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1154)))) (-2563 (*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-1154)))) (-2130 (*1 *1) (-5 *1 (-1154))))
-(-13 (-832) (-600 (-528)) (-813) (-600 (-1154)) (-600 (-873 (-552))) (-600 (-873 (-373))) (-867 (-552)) (-867 (-373)) (-10 -8 (-15 -3307 ($)) (-15 -3307 ($ $)) (-15 -2213 ((-1242))) (-15 -3213 ($ (-1136))) (-15 -4290 ($ $)) (-15 -2700 ((-111) $)) (-15 -2569 ((-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844))) (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844))) (|:| |args| (-629 (-844)))) $)) (-15 -2754 ($ $ (-629 (-629 (-844))))) (-15 -2754 ($ $ (-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844))) (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844))) (|:| |args| (-629 (-844)))))) (-15 -1592 ($ $ (-629 (-844)))) (-15 -2821 ($ $ (-629 (-844)))) (-15 -1277 ($ $ (-629 (-844)))) (-15 -2060 ($ $ (-629 (-844)))) (-15 -3986 ((-1136) $)) (-15 -2563 ((-629 $) $)) (-15 -2130 ($) -3930)))
-((-4339 (((-1237 |#1|) |#1| (-902)) 16) (((-1237 |#1|) (-629 |#1|)) 20)))
-(((-1155 |#1|) (-10 -7 (-15 -4339 ((-1237 |#1|) (-629 |#1|))) (-15 -4339 ((-1237 |#1|) |#1| (-902)))) (-1030)) (T -1155))
-((-4339 (*1 *2 *3 *4) (-12 (-5 *4 (-902)) (-5 *2 (-1237 *3)) (-5 *1 (-1155 *3)) (-4 *3 (-1030)))) (-4339 (*1 *2 *3) (-12 (-5 *3 (-629 *4)) (-4 *4 (-1030)) (-5 *2 (-1237 *4)) (-5 *1 (-1155 *4)))))
-(-10 -7 (-15 -4339 ((-1237 |#1|) (-629 |#1|))) (-15 -4339 ((-1237 |#1|) |#1| (-902))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| |#1| (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#1| (-1019 (-401 (-552))))) (((-3 |#1| "failed") $) NIL)) (-2832 (((-552) $) NIL (|has| |#1| (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| |#1| (-1019 (-401 (-552))))) ((|#1| $) NIL)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3471 (($ $) NIL (|has| |#1| (-445)))) (-3423 (($ $ |#1| (-952) $) NIL)) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-952)) NIL)) (-3544 (((-952) $) NIL)) (-3891 (($ (-1 (-952) (-952)) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-3079 (($ $ (-952) |#1| $) NIL (-12 (|has| (-952) (-129)) (|has| |#1| (-544))))) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-544)))) (-3299 (((-952) $) NIL)) (-3807 ((|#1| $) NIL (|has| |#1| (-445)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ $) NIL (|has| |#1| (-544))) (($ |#1|) NIL) (($ (-401 (-552))) NIL (-4029 (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-1019 (-401 (-552))))))) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ (-952)) NIL)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#1| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3297 (($) 9 T CONST)) (-3309 (($) 14 T CONST)) (-1613 (((-111) $ $) 16)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 19)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) 13) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-1156 |#1|) (-13 (-320 |#1| (-952)) (-10 -8 (IF (|has| |#1| (-544)) (IF (|has| (-952) (-129)) (-15 -3079 ($ $ (-952) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4366)) (-6 -4366) |%noBranch|))) (-1030)) (T -1156))
-((-3079 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-952)) (-4 *2 (-129)) (-5 *1 (-1156 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))))
-(-13 (-320 |#1| (-952)) (-10 -8 (IF (|has| |#1| (-544)) (IF (|has| (-952) (-129)) (-15 -3079 ($ $ (-952) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4366)) (-6 -4366) |%noBranch|)))
-((-3964 (((-1158) (-1154) $) 25)) (-4248 (($) 29)) (-3595 (((-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-1154) $) 22)) (-3281 (((-1242) (-1154) (-3 (|:| |fst| (-428)) (|:| -1899 "void")) $) 41) (((-1242) (-1154) (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) 42) (((-1242) (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) 43)) (-3896 (((-1242) (-1154)) 58)) (-3047 (((-1242) (-1154) $) 55) (((-1242) (-1154)) 56) (((-1242)) 57)) (-1912 (((-1242) (-1154)) 37)) (-3235 (((-1154)) 36)) (-3430 (($) 34)) (-1395 (((-431) (-1154) (-431) (-1154) $) 45) (((-431) (-629 (-1154)) (-431) (-1154) $) 49) (((-431) (-1154) (-431)) 46) (((-431) (-1154) (-431) (-1154)) 50)) (-2732 (((-1154)) 35)) (-3213 (((-844) $) 28)) (-2959 (((-1242)) 30) (((-1242) (-1154)) 33)) (-3061 (((-629 (-1154)) (-1154) $) 24)) (-1330 (((-1242) (-1154) (-629 (-1154)) $) 38) (((-1242) (-1154) (-629 (-1154))) 39) (((-1242) (-629 (-1154))) 40)))
-(((-1157) (-13 (-599 (-844)) (-10 -8 (-15 -4248 ($)) (-15 -2959 ((-1242))) (-15 -2959 ((-1242) (-1154))) (-15 -1395 ((-431) (-1154) (-431) (-1154) $)) (-15 -1395 ((-431) (-629 (-1154)) (-431) (-1154) $)) (-15 -1395 ((-431) (-1154) (-431))) (-15 -1395 ((-431) (-1154) (-431) (-1154))) (-15 -1912 ((-1242) (-1154))) (-15 -2732 ((-1154))) (-15 -3235 ((-1154))) (-15 -1330 ((-1242) (-1154) (-629 (-1154)) $)) (-15 -1330 ((-1242) (-1154) (-629 (-1154)))) (-15 -1330 ((-1242) (-629 (-1154)))) (-15 -3281 ((-1242) (-1154) (-3 (|:| |fst| (-428)) (|:| -1899 "void")) $)) (-15 -3281 ((-1242) (-1154) (-3 (|:| |fst| (-428)) (|:| -1899 "void")))) (-15 -3281 ((-1242) (-3 (|:| |fst| (-428)) (|:| -1899 "void")))) (-15 -3047 ((-1242) (-1154) $)) (-15 -3047 ((-1242) (-1154))) (-15 -3047 ((-1242))) (-15 -3896 ((-1242) (-1154))) (-15 -3430 ($)) (-15 -3595 ((-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-1154) $)) (-15 -3061 ((-629 (-1154)) (-1154) $)) (-15 -3964 ((-1158) (-1154) $))))) (T -1157))
-((-4248 (*1 *1) (-5 *1 (-1157))) (-2959 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1157)))) (-2959 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-1395 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-431)) (-5 *3 (-1154)) (-5 *1 (-1157)))) (-1395 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-431)) (-5 *3 (-629 (-1154))) (-5 *4 (-1154)) (-5 *1 (-1157)))) (-1395 (*1 *2 *3 *2) (-12 (-5 *2 (-431)) (-5 *3 (-1154)) (-5 *1 (-1157)))) (-1395 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-431)) (-5 *3 (-1154)) (-5 *1 (-1157)))) (-1912 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-2732 (*1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1157)))) (-3235 (*1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1157)))) (-1330 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-629 (-1154))) (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-1330 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-1154))) (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-1330 (*1 *2 *3) (-12 (-5 *3 (-629 (-1154))) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-3281 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1154)) (-5 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-3281 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-5 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-3281 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-3047 (*1 *2 *3 *1) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-3047 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-3047 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1157)))) (-3896 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157)))) (-3430 (*1 *1) (-5 *1 (-1157))) (-3595 (*1 *2 *3 *1) (-12 (-5 *3 (-1154)) (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *1 (-1157)))) (-3061 (*1 *2 *3 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-1157)) (-5 *3 (-1154)))) (-3964 (*1 *2 *3 *1) (-12 (-5 *3 (-1154)) (-5 *2 (-1158)) (-5 *1 (-1157)))))
-(-13 (-599 (-844)) (-10 -8 (-15 -4248 ($)) (-15 -2959 ((-1242))) (-15 -2959 ((-1242) (-1154))) (-15 -1395 ((-431) (-1154) (-431) (-1154) $)) (-15 -1395 ((-431) (-629 (-1154)) (-431) (-1154) $)) (-15 -1395 ((-431) (-1154) (-431))) (-15 -1395 ((-431) (-1154) (-431) (-1154))) (-15 -1912 ((-1242) (-1154))) (-15 -2732 ((-1154))) (-15 -3235 ((-1154))) (-15 -1330 ((-1242) (-1154) (-629 (-1154)) $)) (-15 -1330 ((-1242) (-1154) (-629 (-1154)))) (-15 -1330 ((-1242) (-629 (-1154)))) (-15 -3281 ((-1242) (-1154) (-3 (|:| |fst| (-428)) (|:| -1899 "void")) $)) (-15 -3281 ((-1242) (-1154) (-3 (|:| |fst| (-428)) (|:| -1899 "void")))) (-15 -3281 ((-1242) (-3 (|:| |fst| (-428)) (|:| -1899 "void")))) (-15 -3047 ((-1242) (-1154) $)) (-15 -3047 ((-1242) (-1154))) (-15 -3047 ((-1242))) (-15 -3896 ((-1242) (-1154))) (-15 -3430 ($)) (-15 -3595 ((-3 (|:| |fst| (-428)) (|:| -1899 "void")) (-1154) $)) (-15 -3061 ((-629 (-1154)) (-1154) $)) (-15 -3964 ((-1158) (-1154) $))))
-((-1976 (((-629 (-629 (-3 (|:| -4290 (-1154)) (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552))))))))) $) 59)) (-2834 (((-629 (-3 (|:| -4290 (-1154)) (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552)))))))) (-428) $) 43)) (-1710 (($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-431))))) 17)) (-3896 (((-1242) $) 67)) (-1749 (((-629 (-1154)) $) 22)) (-2883 (((-1082) $) 55)) (-2244 (((-431) (-1154) $) 27)) (-3968 (((-629 (-1154)) $) 30)) (-3430 (($) 19)) (-1395 (((-431) (-629 (-1154)) (-431) $) 25) (((-431) (-1154) (-431) $) 24)) (-3213 (((-844) $) 9) (((-1164 (-1154) (-431)) $) 13)))
-(((-1158) (-13 (-599 (-844)) (-10 -8 (-15 -3213 ((-1164 (-1154) (-431)) $)) (-15 -3430 ($)) (-15 -1395 ((-431) (-629 (-1154)) (-431) $)) (-15 -1395 ((-431) (-1154) (-431) $)) (-15 -2244 ((-431) (-1154) $)) (-15 -1749 ((-629 (-1154)) $)) (-15 -2834 ((-629 (-3 (|:| -4290 (-1154)) (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552)))))))) (-428) $)) (-15 -3968 ((-629 (-1154)) $)) (-15 -1976 ((-629 (-629 (-3 (|:| -4290 (-1154)) (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552))))))))) $)) (-15 -2883 ((-1082) $)) (-15 -3896 ((-1242) $)) (-15 -1710 ($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-431))))))))) (T -1158))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-1164 (-1154) (-431))) (-5 *1 (-1158)))) (-3430 (*1 *1) (-5 *1 (-1158))) (-1395 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-431)) (-5 *3 (-629 (-1154))) (-5 *1 (-1158)))) (-1395 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-431)) (-5 *3 (-1154)) (-5 *1 (-1158)))) (-2244 (*1 *2 *3 *1) (-12 (-5 *3 (-1154)) (-5 *2 (-431)) (-5 *1 (-1158)))) (-1749 (*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-1158)))) (-2834 (*1 *2 *3 *1) (-12 (-5 *3 (-428)) (-5 *2 (-629 (-3 (|:| -4290 (-1154)) (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552))))))))) (-5 *1 (-1158)))) (-3968 (*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-1158)))) (-1976 (*1 *2 *1) (-12 (-5 *2 (-629 (-629 (-3 (|:| -4290 (-1154)) (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552)))))))))) (-5 *1 (-1158)))) (-2883 (*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-1158)))) (-3896 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1158)))) (-1710 (*1 *1 *2) (-12 (-5 *2 (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-431))))) (-5 *1 (-1158)))))
-(-13 (-599 (-844)) (-10 -8 (-15 -3213 ((-1164 (-1154) (-431)) $)) (-15 -3430 ($)) (-15 -1395 ((-431) (-629 (-1154)) (-431) $)) (-15 -1395 ((-431) (-1154) (-431) $)) (-15 -2244 ((-431) (-1154) $)) (-15 -1749 ((-629 (-1154)) $)) (-15 -2834 ((-629 (-3 (|:| -4290 (-1154)) (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552)))))))) (-428) $)) (-15 -3968 ((-629 (-1154)) $)) (-15 -1976 ((-629 (-629 (-3 (|:| -4290 (-1154)) (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552))))))))) $)) (-15 -2883 ((-1082) $)) (-15 -3896 ((-1242) $)) (-15 -1710 ($ (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-431))))))))
-((-3202 (((-111) $ $) NIL)) (-1393 (((-3 (-552) "failed") $) 29) (((-3 (-220) "failed") $) 35) (((-3 (-1154) "failed") $) 41) (((-3 (-1136) "failed") $) 47)) (-2832 (((-552) $) 30) (((-220) $) 36) (((-1154) $) 42) (((-1136) $) 48)) (-1458 (((-111) $) 53)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2181 (((-3 (-552) (-220) (-1154) (-1136) $) $) 55)) (-3889 (((-629 $) $) 57)) (-1522 (((-1082) $) 24) (($ (-1082)) 25)) (-3008 (((-111) $) 56)) (-3213 (((-844) $) 23) (($ (-552)) 26) (($ (-220)) 32) (($ (-1154)) 38) (($ (-1136)) 44) (((-552) $) 31) (((-220) $) 37) (((-1154) $) 43) (((-1136) $) 49)) (-3285 (((-111) $ (|[\|\|]| (-552))) 10) (((-111) $ (|[\|\|]| (-220))) 13) (((-111) $ (|[\|\|]| (-1154))) 19) (((-111) $ (|[\|\|]| (-1136))) 16)) (-1569 (($ (-1154) (-629 $)) 51) (($ $ (-629 $)) 52)) (-1512 (((-552) $) 27) (((-220) $) 33) (((-1154) $) 39) (((-1136) $) 45)) (-1613 (((-111) $ $) 7)))
-(((-1159) (-13 (-1232) (-1078) (-1019 (-552)) (-1019 (-220)) (-1019 (-1154)) (-1019 (-1136)) (-10 -8 (-15 -1522 ((-1082) $)) (-15 -1522 ($ (-1082))) (-15 -3213 ((-552) $)) (-15 -1512 ((-552) $)) (-15 -3213 ((-220) $)) (-15 -1512 ((-220) $)) (-15 -3213 ((-1154) $)) (-15 -1512 ((-1154) $)) (-15 -3213 ((-1136) $)) (-15 -1512 ((-1136) $)) (-15 -1569 ($ (-1154) (-629 $))) (-15 -1569 ($ $ (-629 $))) (-15 -1458 ((-111) $)) (-15 -2181 ((-3 (-552) (-220) (-1154) (-1136) $) $)) (-15 -3889 ((-629 $) $)) (-15 -3008 ((-111) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-552)))) (-15 -3285 ((-111) $ (|[\|\|]| (-220)))) (-15 -3285 ((-111) $ (|[\|\|]| (-1154)))) (-15 -3285 ((-111) $ (|[\|\|]| (-1136))))))) (T -1159))
-((-1522 (*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-1159)))) (-1522 (*1 *1 *2) (-12 (-5 *2 (-1082)) (-5 *1 (-1159)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1159)))) (-1512 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1159)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-1159)))) (-1512 (*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-1159)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1159)))) (-1512 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1159)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1159)))) (-1512 (*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1159)))) (-1569 (*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-1159))) (-5 *1 (-1159)))) (-1569 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-1159))) (-5 *1 (-1159)))) (-1458 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1159)))) (-2181 (*1 *2 *1) (-12 (-5 *2 (-3 (-552) (-220) (-1154) (-1136) (-1159))) (-5 *1 (-1159)))) (-3889 (*1 *2 *1) (-12 (-5 *2 (-629 (-1159))) (-5 *1 (-1159)))) (-3008 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1159)))) (-3285 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-552))) (-5 *2 (-111)) (-5 *1 (-1159)))) (-3285 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-220))) (-5 *2 (-111)) (-5 *1 (-1159)))) (-3285 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1154))) (-5 *2 (-111)) (-5 *1 (-1159)))) (-3285 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1136))) (-5 *2 (-111)) (-5 *1 (-1159)))))
-(-13 (-1232) (-1078) (-1019 (-552)) (-1019 (-220)) (-1019 (-1154)) (-1019 (-1136)) (-10 -8 (-15 -1522 ((-1082) $)) (-15 -1522 ($ (-1082))) (-15 -3213 ((-552) $)) (-15 -1512 ((-552) $)) (-15 -3213 ((-220) $)) (-15 -1512 ((-220) $)) (-15 -3213 ((-1154) $)) (-15 -1512 ((-1154) $)) (-15 -3213 ((-1136) $)) (-15 -1512 ((-1136) $)) (-15 -1569 ($ (-1154) (-629 $))) (-15 -1569 ($ $ (-629 $))) (-15 -1458 ((-111) $)) (-15 -2181 ((-3 (-552) (-220) (-1154) (-1136) $) $)) (-15 -3889 ((-629 $) $)) (-15 -3008 ((-111) $)) (-15 -3285 ((-111) $ (|[\|\|]| (-552)))) (-15 -3285 ((-111) $ (|[\|\|]| (-220)))) (-15 -3285 ((-111) $ (|[\|\|]| (-1154)))) (-15 -3285 ((-111) $ (|[\|\|]| (-1136))))))
-((-3465 (((-629 (-629 (-933 |#1|))) (-629 (-401 (-933 |#1|))) (-629 (-1154))) 57)) (-4153 (((-629 (-288 (-401 (-933 |#1|)))) (-288 (-401 (-933 |#1|)))) 69) (((-629 (-288 (-401 (-933 |#1|)))) (-401 (-933 |#1|))) 65) (((-629 (-288 (-401 (-933 |#1|)))) (-288 (-401 (-933 |#1|))) (-1154)) 70) (((-629 (-288 (-401 (-933 |#1|)))) (-401 (-933 |#1|)) (-1154)) 64) (((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-288 (-401 (-933 |#1|))))) 93) (((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-401 (-933 |#1|)))) 92) (((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-288 (-401 (-933 |#1|)))) (-629 (-1154))) 94) (((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-401 (-933 |#1|))) (-629 (-1154))) 91)))
-(((-1160 |#1|) (-10 -7 (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-401 (-933 |#1|))) (-629 (-1154)))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-288 (-401 (-933 |#1|)))) (-629 (-1154)))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-401 (-933 |#1|))))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-288 (-401 (-933 |#1|)))))) (-15 -4153 ((-629 (-288 (-401 (-933 |#1|)))) (-401 (-933 |#1|)) (-1154))) (-15 -4153 ((-629 (-288 (-401 (-933 |#1|)))) (-288 (-401 (-933 |#1|))) (-1154))) (-15 -4153 ((-629 (-288 (-401 (-933 |#1|)))) (-401 (-933 |#1|)))) (-15 -4153 ((-629 (-288 (-401 (-933 |#1|)))) (-288 (-401 (-933 |#1|))))) (-15 -3465 ((-629 (-629 (-933 |#1|))) (-629 (-401 (-933 |#1|))) (-629 (-1154))))) (-544)) (T -1160))
-((-3465 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-401 (-933 *5)))) (-5 *4 (-629 (-1154))) (-4 *5 (-544)) (-5 *2 (-629 (-629 (-933 *5)))) (-5 *1 (-1160 *5)))) (-4153 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-629 (-288 (-401 (-933 *4))))) (-5 *1 (-1160 *4)) (-5 *3 (-288 (-401 (-933 *4)))))) (-4153 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-629 (-288 (-401 (-933 *4))))) (-5 *1 (-1160 *4)) (-5 *3 (-401 (-933 *4))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-544)) (-5 *2 (-629 (-288 (-401 (-933 *5))))) (-5 *1 (-1160 *5)) (-5 *3 (-288 (-401 (-933 *5)))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *4 (-1154)) (-4 *5 (-544)) (-5 *2 (-629 (-288 (-401 (-933 *5))))) (-5 *1 (-1160 *5)) (-5 *3 (-401 (-933 *5))))) (-4153 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *4)))))) (-5 *1 (-1160 *4)) (-5 *3 (-629 (-288 (-401 (-933 *4))))))) (-4153 (*1 *2 *3) (-12 (-5 *3 (-629 (-401 (-933 *4)))) (-4 *4 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *4)))))) (-5 *1 (-1160 *4)))) (-4153 (*1 *2 *3 *4) (-12 (-5 *4 (-629 (-1154))) (-4 *5 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *5)))))) (-5 *1 (-1160 *5)) (-5 *3 (-629 (-288 (-401 (-933 *5))))))) (-4153 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-401 (-933 *5)))) (-5 *4 (-629 (-1154))) (-4 *5 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *5)))))) (-5 *1 (-1160 *5)))))
-(-10 -7 (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-401 (-933 |#1|))) (-629 (-1154)))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-288 (-401 (-933 |#1|)))) (-629 (-1154)))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-401 (-933 |#1|))))) (-15 -4153 ((-629 (-629 (-288 (-401 (-933 |#1|))))) (-629 (-288 (-401 (-933 |#1|)))))) (-15 -4153 ((-629 (-288 (-401 (-933 |#1|)))) (-401 (-933 |#1|)) (-1154))) (-15 -4153 ((-629 (-288 (-401 (-933 |#1|)))) (-288 (-401 (-933 |#1|))) (-1154))) (-15 -4153 ((-629 (-288 (-401 (-933 |#1|)))) (-401 (-933 |#1|)))) (-15 -4153 ((-629 (-288 (-401 (-933 |#1|)))) (-288 (-401 (-933 |#1|))))) (-15 -3465 ((-629 (-629 (-933 |#1|))) (-629 (-401 (-933 |#1|))) (-629 (-1154)))))
-((-4081 (((-1136)) 7)) (-3803 (((-1136)) 9)) (-2388 (((-1242) (-1136)) 11)) (-3298 (((-1136)) 8)))
-(((-1161) (-10 -7 (-15 -4081 ((-1136))) (-15 -3298 ((-1136))) (-15 -3803 ((-1136))) (-15 -2388 ((-1242) (-1136))))) (T -1161))
-((-2388 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1161)))) (-3803 (*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1161)))) (-3298 (*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1161)))) (-4081 (*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1161)))))
-(-10 -7 (-15 -4081 ((-1136))) (-15 -3298 ((-1136))) (-15 -3803 ((-1136))) (-15 -2388 ((-1242) (-1136))))
-((-1489 (((-629 (-629 |#1|)) (-629 (-629 |#1|)) (-629 (-629 (-629 |#1|)))) 38)) (-4095 (((-629 (-629 (-629 |#1|))) (-629 (-629 |#1|))) 24)) (-2900 (((-1163 (-629 |#1|)) (-629 |#1|)) 34)) (-2419 (((-629 (-629 |#1|)) (-629 |#1|)) 30)) (-1814 (((-2 (|:| |f1| (-629 |#1|)) (|:| |f2| (-629 (-629 (-629 |#1|)))) (|:| |f3| (-629 (-629 |#1|))) (|:| |f4| (-629 (-629 (-629 |#1|))))) (-629 (-629 (-629 |#1|)))) 37)) (-4078 (((-2 (|:| |f1| (-629 |#1|)) (|:| |f2| (-629 (-629 (-629 |#1|)))) (|:| |f3| (-629 (-629 |#1|))) (|:| |f4| (-629 (-629 (-629 |#1|))))) (-629 |#1|) (-629 (-629 (-629 |#1|))) (-629 (-629 |#1|)) (-629 (-629 (-629 |#1|))) (-629 (-629 (-629 |#1|))) (-629 (-629 (-629 |#1|)))) 36)) (-2429 (((-629 (-629 |#1|)) (-629 (-629 |#1|))) 28)) (-4156 (((-629 |#1|) (-629 |#1|)) 31)) (-3600 (((-629 (-629 (-629 |#1|))) (-629 |#1|) (-629 (-629 (-629 |#1|)))) 18)) (-3652 (((-629 (-629 (-629 |#1|))) (-1 (-111) |#1| |#1|) (-629 |#1|) (-629 (-629 (-629 |#1|)))) 16)) (-1843 (((-2 (|:| |fs| (-111)) (|:| |sd| (-629 |#1|)) (|:| |td| (-629 (-629 |#1|)))) (-1 (-111) |#1| |#1|) (-629 |#1|) (-629 (-629 |#1|))) 14)) (-1554 (((-629 (-629 |#1|)) (-629 (-629 (-629 |#1|)))) 39)) (-3914 (((-629 (-629 |#1|)) (-1163 (-629 |#1|))) 41)))
-(((-1162 |#1|) (-10 -7 (-15 -1843 ((-2 (|:| |fs| (-111)) (|:| |sd| (-629 |#1|)) (|:| |td| (-629 (-629 |#1|)))) (-1 (-111) |#1| |#1|) (-629 |#1|) (-629 (-629 |#1|)))) (-15 -3652 ((-629 (-629 (-629 |#1|))) (-1 (-111) |#1| |#1|) (-629 |#1|) (-629 (-629 (-629 |#1|))))) (-15 -3600 ((-629 (-629 (-629 |#1|))) (-629 |#1|) (-629 (-629 (-629 |#1|))))) (-15 -1489 ((-629 (-629 |#1|)) (-629 (-629 |#1|)) (-629 (-629 (-629 |#1|))))) (-15 -1554 ((-629 (-629 |#1|)) (-629 (-629 (-629 |#1|))))) (-15 -3914 ((-629 (-629 |#1|)) (-1163 (-629 |#1|)))) (-15 -4095 ((-629 (-629 (-629 |#1|))) (-629 (-629 |#1|)))) (-15 -2900 ((-1163 (-629 |#1|)) (-629 |#1|))) (-15 -2429 ((-629 (-629 |#1|)) (-629 (-629 |#1|)))) (-15 -2419 ((-629 (-629 |#1|)) (-629 |#1|))) (-15 -4156 ((-629 |#1|) (-629 |#1|))) (-15 -4078 ((-2 (|:| |f1| (-629 |#1|)) (|:| |f2| (-629 (-629 (-629 |#1|)))) (|:| |f3| (-629 (-629 |#1|))) (|:| |f4| (-629 (-629 (-629 |#1|))))) (-629 |#1|) (-629 (-629 (-629 |#1|))) (-629 (-629 |#1|)) (-629 (-629 (-629 |#1|))) (-629 (-629 (-629 |#1|))) (-629 (-629 (-629 |#1|))))) (-15 -1814 ((-2 (|:| |f1| (-629 |#1|)) (|:| |f2| (-629 (-629 (-629 |#1|)))) (|:| |f3| (-629 (-629 |#1|))) (|:| |f4| (-629 (-629 (-629 |#1|))))) (-629 (-629 (-629 |#1|)))))) (-832)) (T -1162))
-((-1814 (*1 *2 *3) (-12 (-4 *4 (-832)) (-5 *2 (-2 (|:| |f1| (-629 *4)) (|:| |f2| (-629 (-629 (-629 *4)))) (|:| |f3| (-629 (-629 *4))) (|:| |f4| (-629 (-629 (-629 *4)))))) (-5 *1 (-1162 *4)) (-5 *3 (-629 (-629 (-629 *4)))))) (-4078 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-832)) (-5 *3 (-629 *6)) (-5 *5 (-629 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-629 *5)) (|:| |f3| *5) (|:| |f4| (-629 *5)))) (-5 *1 (-1162 *6)) (-5 *4 (-629 *5)))) (-4156 (*1 *2 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-1162 *3)))) (-2419 (*1 *2 *3) (-12 (-4 *4 (-832)) (-5 *2 (-629 (-629 *4))) (-5 *1 (-1162 *4)) (-5 *3 (-629 *4)))) (-2429 (*1 *2 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-832)) (-5 *1 (-1162 *3)))) (-2900 (*1 *2 *3) (-12 (-4 *4 (-832)) (-5 *2 (-1163 (-629 *4))) (-5 *1 (-1162 *4)) (-5 *3 (-629 *4)))) (-4095 (*1 *2 *3) (-12 (-4 *4 (-832)) (-5 *2 (-629 (-629 (-629 *4)))) (-5 *1 (-1162 *4)) (-5 *3 (-629 (-629 *4))))) (-3914 (*1 *2 *3) (-12 (-5 *3 (-1163 (-629 *4))) (-4 *4 (-832)) (-5 *2 (-629 (-629 *4))) (-5 *1 (-1162 *4)))) (-1554 (*1 *2 *3) (-12 (-5 *3 (-629 (-629 (-629 *4)))) (-5 *2 (-629 (-629 *4))) (-5 *1 (-1162 *4)) (-4 *4 (-832)))) (-1489 (*1 *2 *2 *3) (-12 (-5 *3 (-629 (-629 (-629 *4)))) (-5 *2 (-629 (-629 *4))) (-4 *4 (-832)) (-5 *1 (-1162 *4)))) (-3600 (*1 *2 *3 *2) (-12 (-5 *2 (-629 (-629 (-629 *4)))) (-5 *3 (-629 *4)) (-4 *4 (-832)) (-5 *1 (-1162 *4)))) (-3652 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-629 (-629 (-629 *5)))) (-5 *3 (-1 (-111) *5 *5)) (-5 *4 (-629 *5)) (-4 *5 (-832)) (-5 *1 (-1162 *5)))) (-1843 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-111) *6 *6)) (-4 *6 (-832)) (-5 *4 (-629 *6)) (-5 *2 (-2 (|:| |fs| (-111)) (|:| |sd| *4) (|:| |td| (-629 *4)))) (-5 *1 (-1162 *6)) (-5 *5 (-629 *4)))))
-(-10 -7 (-15 -1843 ((-2 (|:| |fs| (-111)) (|:| |sd| (-629 |#1|)) (|:| |td| (-629 (-629 |#1|)))) (-1 (-111) |#1| |#1|) (-629 |#1|) (-629 (-629 |#1|)))) (-15 -3652 ((-629 (-629 (-629 |#1|))) (-1 (-111) |#1| |#1|) (-629 |#1|) (-629 (-629 (-629 |#1|))))) (-15 -3600 ((-629 (-629 (-629 |#1|))) (-629 |#1|) (-629 (-629 (-629 |#1|))))) (-15 -1489 ((-629 (-629 |#1|)) (-629 (-629 |#1|)) (-629 (-629 (-629 |#1|))))) (-15 -1554 ((-629 (-629 |#1|)) (-629 (-629 (-629 |#1|))))) (-15 -3914 ((-629 (-629 |#1|)) (-1163 (-629 |#1|)))) (-15 -4095 ((-629 (-629 (-629 |#1|))) (-629 (-629 |#1|)))) (-15 -2900 ((-1163 (-629 |#1|)) (-629 |#1|))) (-15 -2429 ((-629 (-629 |#1|)) (-629 (-629 |#1|)))) (-15 -2419 ((-629 (-629 |#1|)) (-629 |#1|))) (-15 -4156 ((-629 |#1|) (-629 |#1|))) (-15 -4078 ((-2 (|:| |f1| (-629 |#1|)) (|:| |f2| (-629 (-629 (-629 |#1|)))) (|:| |f3| (-629 (-629 |#1|))) (|:| |f4| (-629 (-629 (-629 |#1|))))) (-629 |#1|) (-629 (-629 (-629 |#1|))) (-629 (-629 |#1|)) (-629 (-629 (-629 |#1|))) (-629 (-629 (-629 |#1|))) (-629 (-629 (-629 |#1|))))) (-15 -1814 ((-2 (|:| |f1| (-629 |#1|)) (|:| |f2| (-629 (-629 (-629 |#1|)))) (|:| |f3| (-629 (-629 |#1|))) (|:| |f4| (-629 (-629 (-629 |#1|))))) (-629 (-629 (-629 |#1|))))))
-((-2788 (($ (-629 (-629 |#1|))) 10)) (-3397 (((-629 (-629 |#1|)) $) 11)) (-3213 (((-844) $) 26)))
-(((-1163 |#1|) (-10 -8 (-15 -2788 ($ (-629 (-629 |#1|)))) (-15 -3397 ((-629 (-629 |#1|)) $)) (-15 -3213 ((-844) $))) (-1078)) (T -1163))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-1163 *3)) (-4 *3 (-1078)))) (-3397 (*1 *2 *1) (-12 (-5 *2 (-629 (-629 *3))) (-5 *1 (-1163 *3)) (-4 *3 (-1078)))) (-2788 (*1 *1 *2) (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-5 *1 (-1163 *3)))))
-(-10 -8 (-15 -2788 ($ (-629 (-629 |#1|)))) (-15 -3397 ((-629 (-629 |#1|)) $)) (-15 -3213 ((-844) $)))
-((-3202 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-3295 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2660 (((-1242) $ |#1| |#1|) NIL (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#2| $ |#1| |#2|) NIL)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3078 (((-3 |#2| "failed") |#1| $) NIL)) (-2130 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) NIL)) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) NIL)) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) NIL)) (-1695 ((|#1| $) NIL (|has| |#1| (-832)))) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-629 |#2|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-1842 ((|#1| $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4369))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-1376 (((-629 |#1|) $) NIL)) (-2539 (((-111) |#1| $) NIL)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-2190 (((-629 |#1|) $) NIL)) (-1335 (((-111) |#1| $) NIL)) (-2876 (((-1098) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2702 ((|#2| $) NIL (|has| |#1| (-832)))) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL)) (-1518 (($ $ |#2|) NIL (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-3680 (($) NIL) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) NIL (-12 (|has| $ (-6 -4368)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (((-756) |#2| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078)))) (((-756) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-3213 (((-844) $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844))) (|has| |#2| (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) NIL)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) NIL (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) NIL (-4029 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| |#2| (-1078))))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1164 |#1| |#2|) (-13 (-1167 |#1| |#2|) (-10 -7 (-6 -4368))) (-1078) (-1078)) (T -1164))
-NIL
-(-13 (-1167 |#1| |#2|) (-10 -7 (-6 -4368)))
-((-3152 ((|#1| (-629 |#1|)) 32)) (-2497 ((|#1| |#1| (-552)) 18)) (-1777 (((-1150 |#1|) |#1| (-902)) 15)))
-(((-1165 |#1|) (-10 -7 (-15 -3152 (|#1| (-629 |#1|))) (-15 -1777 ((-1150 |#1|) |#1| (-902))) (-15 -2497 (|#1| |#1| (-552)))) (-357)) (T -1165))
-((-2497 (*1 *2 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-1165 *2)) (-4 *2 (-357)))) (-1777 (*1 *2 *3 *4) (-12 (-5 *4 (-902)) (-5 *2 (-1150 *3)) (-5 *1 (-1165 *3)) (-4 *3 (-357)))) (-3152 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-5 *1 (-1165 *2)) (-4 *2 (-357)))))
-(-10 -7 (-15 -3152 (|#1| (-629 |#1|))) (-15 -1777 ((-1150 |#1|) |#1| (-902))) (-15 -2497 (|#1| |#1| (-552))))
-((-3295 (($) 10) (($ (-629 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)))) 14)) (-1625 (($ (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) $) 61) (($ (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-3138 (((-629 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) $) 39) (((-629 |#3|) $) 41)) (-2947 (($ (-1 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) 33)) (-1477 (($ (-1 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) $) 51) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-3105 (((-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) $) 54)) (-1580 (($ (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) $) 16)) (-2190 (((-629 |#2|) $) 19)) (-1335 (((-111) |#2| $) 59)) (-3073 (((-3 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) "failed") (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) $) 58)) (-3995 (((-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) $) 63)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) $) NIL) (((-111) (-1 (-111) |#3|) $) 67)) (-3627 (((-629 |#3|) $) 43)) (-2060 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) $) NIL) (((-756) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) $) NIL) (((-756) |#3| $) NIL) (((-756) (-1 (-111) |#3|) $) 68)) (-3213 (((-844) $) 27)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) $) NIL) (((-111) (-1 (-111) |#3|) $) 65)) (-1613 (((-111) $ $) 49)))
-(((-1166 |#1| |#2| |#3|) (-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -1477 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3295 (|#1| (-629 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))))) (-15 -3295 (|#1|)) (-15 -1477 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2947 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#3|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#3|) |#1|)) (-15 -2885 ((-756) (-1 (-111) |#3|) |#1|)) (-15 -3138 ((-629 |#3|) |#1|)) (-15 -2885 ((-756) |#3| |#1|)) (-15 -2060 (|#3| |#1| |#2| |#3|)) (-15 -2060 (|#3| |#1| |#2|)) (-15 -3627 ((-629 |#3|) |#1|)) (-15 -1335 ((-111) |#2| |#1|)) (-15 -2190 ((-629 |#2|) |#1|)) (-15 -1625 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1625 (|#1| (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -1625 (|#1| (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -3073 ((-3 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) "failed") (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -3105 ((-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -1580 (|#1| (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -3995 ((-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -2885 ((-756) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -3138 ((-629 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -2885 ((-756) (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -3944 ((-111) (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -2584 ((-111) (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -2947 (|#1| (-1 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -1477 (|#1| (-1 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|))) (-1167 |#2| |#3|) (-1078) (-1078)) (T -1166))
-NIL
-(-10 -8 (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -1477 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3295 (|#1| (-629 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))))) (-15 -3295 (|#1|)) (-15 -1477 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2947 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2584 ((-111) (-1 (-111) |#3|) |#1|)) (-15 -3944 ((-111) (-1 (-111) |#3|) |#1|)) (-15 -2885 ((-756) (-1 (-111) |#3|) |#1|)) (-15 -3138 ((-629 |#3|) |#1|)) (-15 -2885 ((-756) |#3| |#1|)) (-15 -2060 (|#3| |#1| |#2| |#3|)) (-15 -2060 (|#3| |#1| |#2|)) (-15 -3627 ((-629 |#3|) |#1|)) (-15 -1335 ((-111) |#2| |#1|)) (-15 -2190 ((-629 |#2|) |#1|)) (-15 -1625 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1625 (|#1| (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -1625 (|#1| (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -3073 ((-3 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) "failed") (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -3105 ((-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -1580 (|#1| (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -3995 ((-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -2885 ((-756) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) |#1|)) (-15 -3138 ((-629 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -2885 ((-756) (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -3944 ((-111) (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -2584 ((-111) (-1 (-111) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -2947 (|#1| (-1 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)) (-15 -1477 (|#1| (-1 (-2 (|:| -2670 |#2|) (|:| -3360 |#3|)) (-2 (|:| -2670 |#2|) (|:| -3360 |#3|))) |#1|)))
-((-3202 (((-111) $ $) 19 (-4029 (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-3295 (($) 72) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 71)) (-2660 (((-1242) $ |#1| |#1|) 99 (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) 8)) (-1470 ((|#2| $ |#1| |#2|) 73)) (-1740 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 45 (|has| $ (-6 -4368)))) (-3954 (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 55 (|has| $ (-6 -4368)))) (-3078 (((-3 |#2| "failed") |#1| $) 61)) (-2130 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368))))) (-1625 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 47 (|has| $ (-6 -4368))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 46 (|has| $ (-6 -4368))) (((-3 |#2| "failed") |#1| $) 62)) (-2655 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 54 (|has| $ (-6 -4368)))) (-3884 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 56 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 53 (|has| $ (-6 -4368))) (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 52 (|has| $ (-6 -4368)))) (-2957 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4369)))) (-2892 ((|#2| $ |#1|) 88)) (-3138 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 30 (|has| $ (-6 -4368))) (((-629 |#2|) $) 79 (|has| $ (-6 -4368)))) (-1418 (((-111) $ (-756)) 9)) (-1695 ((|#1| $) 96 (|has| |#1| (-832)))) (-3278 (((-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 29 (|has| $ (-6 -4368))) (((-629 |#2|) $) 80 (|has| $ (-6 -4368)))) (-2973 (((-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (((-111) |#2| $) 82 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368))))) (-1842 ((|#1| $) 95 (|has| |#1| (-832)))) (-2947 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 34 (|has| $ (-6 -4369))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4369)))) (-1477 (($ (-1 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70)) (-1745 (((-111) $ (-756)) 10)) (-2623 (((-1136) $) 22 (-4029 (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-1376 (((-629 |#1|) $) 63)) (-2539 (((-111) |#1| $) 64)) (-3105 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 39)) (-1580 (($ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 40)) (-2190 (((-629 |#1|) $) 93)) (-1335 (((-111) |#1| $) 92)) (-2876 (((-1098) $) 21 (-4029 (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-2702 ((|#2| $) 97 (|has| |#1| (-832)))) (-3073 (((-3 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) "failed") (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 51)) (-1518 (($ $ |#2|) 98 (|has| $ (-6 -4369)))) (-3995 (((-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 41)) (-3944 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 32 (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) 77 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))))) 26 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-288 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 25 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) 24 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 23 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)))) (($ $ (-629 |#2|) (-629 |#2|)) 86 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-288 |#2|)) 84 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078)))) (($ $ (-629 (-288 |#2|))) 83 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#2| $) 94 (-12 (|has| $ (-6 -4368)) (|has| |#2| (-1078))))) (-3627 (((-629 |#2|) $) 91)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89)) (-3680 (($) 49) (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 48)) (-2885 (((-756) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 31 (|has| $ (-6 -4368))) (((-756) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| $ (-6 -4368)))) (((-756) |#2| $) 81 (-12 (|has| |#2| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#2|) $) 78 (|has| $ (-6 -4368)))) (-1487 (($ $) 13)) (-1522 (((-528) $) 59 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))))) (-3226 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 50)) (-3213 (((-844) $) 18 (-4029 (|has| |#2| (-599 (-844))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844)))))) (-1663 (($ (-629 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) 42)) (-2584 (((-111) (-1 (-111) (-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) $) 33 (|has| $ (-6 -4368))) (((-111) (-1 (-111) |#2|) $) 76 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (-4029 (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-1167 |#1| |#2|) (-137) (-1078) (-1078)) (T -1167))
-((-1470 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1167 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))) (-3295 (*1 *1) (-12 (-4 *1 (-1167 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))) (-3295 (*1 *1 *2) (-12 (-5 *2 (-629 (-2 (|:| -2670 *3) (|:| -3360 *4)))) (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *1 (-1167 *3 *4)))) (-1477 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1167 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))))
-(-13 (-596 |t#1| |t#2|) (-590 |t#1| |t#2|) (-10 -8 (-15 -1470 (|t#2| $ |t#1| |t#2|)) (-15 -3295 ($)) (-15 -3295 ($ (-629 (-2 (|:| -2670 |t#1|) (|:| -3360 |t#2|))))) (-15 -1477 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
-(((-34) . T) ((-106 #0=(-2 (|:| -2670 |#1|) (|:| -3360 |#2|))) . T) ((-101) -4029 (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) ((-599 (-844)) -4029 (|has| |#2| (-1078)) (|has| |#2| (-599 (-844))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-599 (-844)))) ((-148 #0#) . T) ((-600 (-528)) |has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-600 (-528))) ((-224 #0#) . T) ((-230 #0#) . T) ((-280 |#1| |#2|) . T) ((-282 |#1| |#2|) . T) ((-303 #0#) -12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-482 #0#) . T) ((-482 |#2|) . T) ((-590 |#1| |#2|) . T) ((-506 #0# #0#) -12 (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-303 (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)))) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) ((-506 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1078))) ((-596 |#1| |#2|) . T) ((-1078) -4029 (|has| |#2| (-1078)) (|has| (-2 (|:| -2670 |#1|) (|:| -3360 |#2|)) (-1078))) ((-1191) . T))
-((-2109 (((-111)) 24)) (-1538 (((-1242) (-1136)) 26)) (-3996 (((-111)) 36)) (-2798 (((-1242)) 34)) (-4291 (((-1242) (-1136) (-1136)) 25)) (-3468 (((-111)) 37)) (-1580 (((-1242) |#1| |#2|) 44)) (-3460 (((-1242)) 20)) (-1919 (((-3 |#2| "failed") |#1|) 42)) (-2615 (((-1242)) 35)))
-(((-1168 |#1| |#2|) (-10 -7 (-15 -3460 ((-1242))) (-15 -4291 ((-1242) (-1136) (-1136))) (-15 -1538 ((-1242) (-1136))) (-15 -2798 ((-1242))) (-15 -2615 ((-1242))) (-15 -2109 ((-111))) (-15 -3996 ((-111))) (-15 -3468 ((-111))) (-15 -1919 ((-3 |#2| "failed") |#1|)) (-15 -1580 ((-1242) |#1| |#2|))) (-1078) (-1078)) (T -1168))
-((-1580 (*1 *2 *3 *4) (-12 (-5 *2 (-1242)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))) (-1919 (*1 *2 *3) (|partial| -12 (-4 *2 (-1078)) (-5 *1 (-1168 *3 *2)) (-4 *3 (-1078)))) (-3468 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))) (-3996 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))) (-2109 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))) (-2615 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))) (-2798 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))) (-1538 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1168 *4 *5)) (-4 *4 (-1078)) (-4 *5 (-1078)))) (-4291 (*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1168 *4 *5)) (-4 *4 (-1078)) (-4 *5 (-1078)))) (-3460 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078)))))
-(-10 -7 (-15 -3460 ((-1242))) (-15 -4291 ((-1242) (-1136) (-1136))) (-15 -1538 ((-1242) (-1136))) (-15 -2798 ((-1242))) (-15 -2615 ((-1242))) (-15 -2109 ((-111))) (-15 -3996 ((-111))) (-15 -3468 ((-111))) (-15 -1919 ((-3 |#2| "failed") |#1|)) (-15 -1580 ((-1242) |#1| |#2|)))
-((-3527 (((-1136) (-1136)) 18)) (-4216 (((-52) (-1136)) 21)))
-(((-1169) (-10 -7 (-15 -4216 ((-52) (-1136))) (-15 -3527 ((-1136) (-1136))))) (T -1169))
-((-3527 (*1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1169)))) (-4216 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-52)) (-5 *1 (-1169)))))
-(-10 -7 (-15 -4216 ((-52) (-1136))) (-15 -3527 ((-1136) (-1136))))
-((-3213 (((-1171) |#1|) 11)))
-(((-1170 |#1|) (-10 -7 (-15 -3213 ((-1171) |#1|))) (-1078)) (T -1170))
-((-3213 (*1 *2 *3) (-12 (-5 *2 (-1171)) (-5 *1 (-1170 *3)) (-4 *3 (-1078)))))
-(-10 -7 (-15 -3213 ((-1171) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-2787 (((-629 (-1136)) $) 34)) (-2562 (((-629 (-1136)) $ (-629 (-1136))) 37)) (-1891 (((-629 (-1136)) $ (-629 (-1136))) 36)) (-3835 (((-629 (-1136)) $ (-629 (-1136))) 38)) (-3348 (((-629 (-1136)) $) 33)) (-3307 (($) 22)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-4267 (((-629 (-1136)) $) 35)) (-2595 (((-1242) $ (-552)) 29) (((-1242) $) 30)) (-1522 (($ (-844) (-552)) 26) (($ (-844) (-552) (-844)) NIL)) (-3213 (((-844) $) 40) (($ (-844)) 24)) (-1613 (((-111) $ $) NIL)))
-(((-1171) (-13 (-1078) (-10 -8 (-15 -3213 ($ (-844))) (-15 -1522 ($ (-844) (-552))) (-15 -1522 ($ (-844) (-552) (-844))) (-15 -2595 ((-1242) $ (-552))) (-15 -2595 ((-1242) $)) (-15 -4267 ((-629 (-1136)) $)) (-15 -2787 ((-629 (-1136)) $)) (-15 -3307 ($)) (-15 -3348 ((-629 (-1136)) $)) (-15 -3835 ((-629 (-1136)) $ (-629 (-1136)))) (-15 -2562 ((-629 (-1136)) $ (-629 (-1136)))) (-15 -1891 ((-629 (-1136)) $ (-629 (-1136))))))) (T -1171))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-844)) (-5 *1 (-1171)))) (-1522 (*1 *1 *2 *3) (-12 (-5 *2 (-844)) (-5 *3 (-552)) (-5 *1 (-1171)))) (-1522 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-844)) (-5 *3 (-552)) (-5 *1 (-1171)))) (-2595 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-1171)))) (-2595 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1171)))) (-4267 (*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))) (-2787 (*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))) (-3307 (*1 *1) (-5 *1 (-1171))) (-3348 (*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))) (-3835 (*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))) (-2562 (*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))) (-1891 (*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))))
-(-13 (-1078) (-10 -8 (-15 -3213 ($ (-844))) (-15 -1522 ($ (-844) (-552))) (-15 -1522 ($ (-844) (-552) (-844))) (-15 -2595 ((-1242) $ (-552))) (-15 -2595 ((-1242) $)) (-15 -4267 ((-629 (-1136)) $)) (-15 -2787 ((-629 (-1136)) $)) (-15 -3307 ($)) (-15 -3348 ((-629 (-1136)) $)) (-15 -3835 ((-629 (-1136)) $ (-629 (-1136)))) (-15 -2562 ((-629 (-1136)) $ (-629 (-1136)))) (-15 -1891 ((-629 (-1136)) $ (-629 (-1136))))))
-((-3202 (((-111) $ $) NIL)) (-4062 (((-1136) $ (-1136)) 17) (((-1136) $) 16)) (-4321 (((-1136) $ (-1136)) 15)) (-3018 (($ $ (-1136)) NIL)) (-3836 (((-3 (-1136) "failed") $) 11)) (-2061 (((-1136) $) 8)) (-3765 (((-3 (-1136) "failed") $) 12)) (-1997 (((-1136) $) 9)) (-3092 (($ (-382)) NIL) (($ (-382) (-1136)) NIL)) (-4290 (((-382) $) NIL)) (-2623 (((-1136) $) NIL)) (-2665 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2466 (((-111) $) 18)) (-3213 (((-844) $) NIL)) (-2469 (($ $) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-1172) (-13 (-358 (-382) (-1136)) (-10 -8 (-15 -4062 ((-1136) $ (-1136))) (-15 -4062 ((-1136) $)) (-15 -2061 ((-1136) $)) (-15 -3836 ((-3 (-1136) "failed") $)) (-15 -3765 ((-3 (-1136) "failed") $)) (-15 -2466 ((-111) $))))) (T -1172))
-((-4062 (*1 *2 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1172)))) (-4062 (*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1172)))) (-2061 (*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1172)))) (-3836 (*1 *2 *1) (|partial| -12 (-5 *2 (-1136)) (-5 *1 (-1172)))) (-3765 (*1 *2 *1) (|partial| -12 (-5 *2 (-1136)) (-5 *1 (-1172)))) (-2466 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1172)))))
-(-13 (-358 (-382) (-1136)) (-10 -8 (-15 -4062 ((-1136) $ (-1136))) (-15 -4062 ((-1136) $)) (-15 -2061 ((-1136) $)) (-15 -3836 ((-3 (-1136) "failed") $)) (-15 -3765 ((-3 (-1136) "failed") $)) (-15 -2466 ((-111) $))))
-((-3886 (((-3 (-552) "failed") |#1|) 19)) (-1372 (((-3 (-552) "failed") |#1|) 14)) (-2404 (((-552) (-1136)) 28)))
-(((-1173 |#1|) (-10 -7 (-15 -3886 ((-3 (-552) "failed") |#1|)) (-15 -1372 ((-3 (-552) "failed") |#1|)) (-15 -2404 ((-552) (-1136)))) (-1030)) (T -1173))
-((-2404 (*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-552)) (-5 *1 (-1173 *4)) (-4 *4 (-1030)))) (-1372 (*1 *2 *3) (|partial| -12 (-5 *2 (-552)) (-5 *1 (-1173 *3)) (-4 *3 (-1030)))) (-3886 (*1 *2 *3) (|partial| -12 (-5 *2 (-552)) (-5 *1 (-1173 *3)) (-4 *3 (-1030)))))
-(-10 -7 (-15 -3886 ((-3 (-552) "failed") |#1|)) (-15 -1372 ((-3 (-552) "failed") |#1|)) (-15 -2404 ((-552) (-1136))))
-((-1914 (((-1111 (-220))) 9)))
-(((-1174) (-10 -7 (-15 -1914 ((-1111 (-220)))))) (T -1174))
-((-1914 (*1 *2) (-12 (-5 *2 (-1111 (-220))) (-5 *1 (-1174)))))
-(-10 -7 (-15 -1914 ((-1111 (-220)))))
-((-4043 (($) 11)) (-3843 (($ $) 35)) (-2530 (($ $) 33)) (-2382 (($ $) 25)) (-3863 (($ $) 17)) (-3013 (($ $) 15)) (-3853 (($ $) 19)) (-2420 (($ $) 30)) (-2543 (($ $) 34)) (-2395 (($ $) 29)))
-(((-1175 |#1|) (-10 -8 (-15 -4043 (|#1|)) (-15 -3843 (|#1| |#1|)) (-15 -2530 (|#1| |#1|)) (-15 -3863 (|#1| |#1|)) (-15 -3013 (|#1| |#1|)) (-15 -3853 (|#1| |#1|)) (-15 -2543 (|#1| |#1|)) (-15 -2382 (|#1| |#1|)) (-15 -2420 (|#1| |#1|)) (-15 -2395 (|#1| |#1|))) (-1176)) (T -1175))
-NIL
-(-10 -8 (-15 -4043 (|#1|)) (-15 -3843 (|#1| |#1|)) (-15 -2530 (|#1| |#1|)) (-15 -3863 (|#1| |#1|)) (-15 -3013 (|#1| |#1|)) (-15 -3853 (|#1| |#1|)) (-15 -2543 (|#1| |#1|)) (-15 -2382 (|#1| |#1|)) (-15 -2420 (|#1| |#1|)) (-15 -2395 (|#1| |#1|)))
-((-2478 (($ $) 26)) (-2332 (($ $) 11)) (-2455 (($ $) 27)) (-2305 (($ $) 10)) (-2506 (($ $) 28)) (-2359 (($ $) 9)) (-4043 (($) 16)) (-2430 (($ $) 19)) (-2855 (($ $) 18)) (-2518 (($ $) 29)) (-2370 (($ $) 8)) (-2492 (($ $) 30)) (-2346 (($ $) 7)) (-2467 (($ $) 31)) (-2318 (($ $) 6)) (-3843 (($ $) 20)) (-2409 (($ $) 32)) (-2530 (($ $) 21)) (-2382 (($ $) 33)) (-3863 (($ $) 22)) (-2433 (($ $) 34)) (-3013 (($ $) 23)) (-2444 (($ $) 35)) (-3853 (($ $) 24)) (-2420 (($ $) 36)) (-2543 (($ $) 25)) (-2395 (($ $) 37)) (** (($ $ $) 17)))
-(((-1176) (-137)) (T -1176))
-((-4043 (*1 *1) (-4 *1 (-1176))))
-(-13 (-1179) (-94) (-485) (-35) (-278) (-10 -8 (-15 -4043 ($))))
-(((-35) . T) ((-94) . T) ((-278) . T) ((-485) . T) ((-1179) . T))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2925 ((|#1| $) 17)) (-3172 (($ |#1| (-629 $)) 23) (($ (-629 |#1|)) 27) (($ |#1|) 25)) (-4238 (((-111) $ (-756)) 48)) (-3188 ((|#1| $ |#1|) 14 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 13 (|has| $ (-6 -4369)))) (-2130 (($) NIL T CONST)) (-3138 (((-629 |#1|) $) 52 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 43)) (-4266 (((-111) $ $) 33 (|has| |#1| (-1078)))) (-1418 (((-111) $ (-756)) 41)) (-3278 (((-629 |#1|) $) 53 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 51 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2947 (($ (-1 |#1| |#1|) $) 24 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 22)) (-1745 (((-111) $ (-756)) 40)) (-2604 (((-629 |#1|) $) 37)) (-3862 (((-111) $) 36)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3944 (((-111) (-1 (-111) |#1|) $) 50 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 74)) (-3435 (((-111) $) 9)) (-3430 (($) 10)) (-2060 ((|#1| $ "value") NIL)) (-3153 (((-552) $ $) 32)) (-2183 (((-629 $) $) 59)) (-2725 (((-111) $ $) 77)) (-3776 (((-629 $) $) 72)) (-3811 (($ $) 73)) (-1289 (((-111) $) 56)) (-2885 (((-756) (-1 (-111) |#1|) $) 20 (|has| $ (-6 -4368))) (((-756) |#1| $) 16 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1487 (($ $) 58)) (-3213 (((-844) $) 61 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) 12)) (-4298 (((-111) $ $) 29 (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) 49 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 28 (|has| |#1| (-1078)))) (-2657 (((-756) $) 39 (|has| $ (-6 -4368)))))
-(((-1177 |#1|) (-13 (-991 |#1|) (-10 -8 (-6 -4368) (-6 -4369) (-15 -3172 ($ |#1| (-629 $))) (-15 -3172 ($ (-629 |#1|))) (-15 -3172 ($ |#1|)) (-15 -1289 ((-111) $)) (-15 -3811 ($ $)) (-15 -3776 ((-629 $) $)) (-15 -2725 ((-111) $ $)) (-15 -2183 ((-629 $) $)))) (-1078)) (T -1177))
-((-1289 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1177 *3)) (-4 *3 (-1078)))) (-3172 (*1 *1 *2 *3) (-12 (-5 *3 (-629 (-1177 *2))) (-5 *1 (-1177 *2)) (-4 *2 (-1078)))) (-3172 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-1177 *3)))) (-3172 (*1 *1 *2) (-12 (-5 *1 (-1177 *2)) (-4 *2 (-1078)))) (-3811 (*1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-4 *2 (-1078)))) (-3776 (*1 *2 *1) (-12 (-5 *2 (-629 (-1177 *3))) (-5 *1 (-1177 *3)) (-4 *3 (-1078)))) (-2725 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1177 *3)) (-4 *3 (-1078)))) (-2183 (*1 *2 *1) (-12 (-5 *2 (-629 (-1177 *3))) (-5 *1 (-1177 *3)) (-4 *3 (-1078)))))
-(-13 (-991 |#1|) (-10 -8 (-6 -4368) (-6 -4369) (-15 -3172 ($ |#1| (-629 $))) (-15 -3172 ($ (-629 |#1|))) (-15 -3172 ($ |#1|)) (-15 -1289 ((-111) $)) (-15 -3811 ($ $)) (-15 -3776 ((-629 $) $)) (-15 -2725 ((-111) $ $)) (-15 -2183 ((-629 $) $))))
-((-2332 (($ $) 15)) (-2359 (($ $) 12)) (-2370 (($ $) 10)) (-2346 (($ $) 17)))
-(((-1178 |#1|) (-10 -8 (-15 -2346 (|#1| |#1|)) (-15 -2370 (|#1| |#1|)) (-15 -2359 (|#1| |#1|)) (-15 -2332 (|#1| |#1|))) (-1179)) (T -1178))
-NIL
-(-10 -8 (-15 -2346 (|#1| |#1|)) (-15 -2370 (|#1| |#1|)) (-15 -2359 (|#1| |#1|)) (-15 -2332 (|#1| |#1|)))
-((-2332 (($ $) 11)) (-2305 (($ $) 10)) (-2359 (($ $) 9)) (-2370 (($ $) 8)) (-2346 (($ $) 7)) (-2318 (($ $) 6)))
-(((-1179) (-137)) (T -1179))
-((-2332 (*1 *1 *1) (-4 *1 (-1179))) (-2305 (*1 *1 *1) (-4 *1 (-1179))) (-2359 (*1 *1 *1) (-4 *1 (-1179))) (-2370 (*1 *1 *1) (-4 *1 (-1179))) (-2346 (*1 *1 *1) (-4 *1 (-1179))) (-2318 (*1 *1 *1) (-4 *1 (-1179))))
-(-13 (-10 -8 (-15 -2318 ($ $)) (-15 -2346 ($ $)) (-15 -2370 ($ $)) (-15 -2359 ($ $)) (-15 -2305 ($ $)) (-15 -2332 ($ $))))
-((-3645 ((|#2| |#2|) 88)) (-3805 (((-111) |#2|) 26)) (-3499 ((|#2| |#2|) 30)) (-3509 ((|#2| |#2|) 32)) (-3614 ((|#2| |#2| (-1154)) 83) ((|#2| |#2|) 84)) (-2807 (((-166 |#2|) |#2|) 28)) (-1669 ((|#2| |#2| (-1154)) 85) ((|#2| |#2|) 86)))
-(((-1180 |#1| |#2|) (-10 -7 (-15 -3614 (|#2| |#2|)) (-15 -3614 (|#2| |#2| (-1154))) (-15 -1669 (|#2| |#2|)) (-15 -1669 (|#2| |#2| (-1154))) (-15 -3645 (|#2| |#2|)) (-15 -3499 (|#2| |#2|)) (-15 -3509 (|#2| |#2|)) (-15 -3805 ((-111) |#2|)) (-15 -2807 ((-166 |#2|) |#2|))) (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))) (-13 (-27) (-1176) (-424 |#1|))) (T -1180))
-((-2807 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-166 *3)) (-5 *1 (-1180 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *4))))) (-3805 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *2 (-111)) (-5 *1 (-1180 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *4))))) (-3509 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))) (-3499 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))) (-3645 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))) (-1669 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-1180 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))) (-1669 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))) (-3614 (*1 *2 *2 *3) (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-1180 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))) (-3614 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552)))) (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))))
-(-10 -7 (-15 -3614 (|#2| |#2|)) (-15 -3614 (|#2| |#2| (-1154))) (-15 -1669 (|#2| |#2|)) (-15 -1669 (|#2| |#2| (-1154))) (-15 -3645 (|#2| |#2|)) (-15 -3499 (|#2| |#2|)) (-15 -3509 (|#2| |#2|)) (-15 -3805 ((-111) |#2|)) (-15 -2807 ((-166 |#2|) |#2|)))
-((-3947 ((|#4| |#4| |#1|) 27)) (-2414 ((|#4| |#4| |#1|) 28)))
-(((-1181 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3947 (|#4| |#4| |#1|)) (-15 -2414 (|#4| |#4| |#1|))) (-544) (-367 |#1|) (-367 |#1|) (-671 |#1| |#2| |#3|)) (T -1181))
-((-2414 (*1 *2 *2 *3) (-12 (-4 *3 (-544)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-1181 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))) (-3947 (*1 *2 *2 *3) (-12 (-4 *3 (-544)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-1181 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))))
-(-10 -7 (-15 -3947 (|#4| |#4| |#1|)) (-15 -2414 (|#4| |#4| |#1|)))
-((-3387 ((|#2| |#2|) 133)) (-2351 ((|#2| |#2|) 130)) (-2184 ((|#2| |#2|) 121)) (-4121 ((|#2| |#2|) 118)) (-3910 ((|#2| |#2|) 126)) (-3356 ((|#2| |#2|) 114)) (-1701 ((|#2| |#2|) 43)) (-2762 ((|#2| |#2|) 94)) (-3501 ((|#2| |#2|) 74)) (-2309 ((|#2| |#2|) 128)) (-4173 ((|#2| |#2|) 116)) (-1862 ((|#2| |#2|) 138)) (-2290 ((|#2| |#2|) 136)) (-3351 ((|#2| |#2|) 137)) (-4204 ((|#2| |#2|) 135)) (-3812 ((|#2| |#2|) 148)) (-2759 ((|#2| |#2|) 30 (-12 (|has| |#2| (-600 (-873 |#1|))) (|has| |#2| (-867 |#1|)) (|has| |#1| (-600 (-873 |#1|))) (|has| |#1| (-867 |#1|))))) (-3252 ((|#2| |#2|) 75)) (-1369 ((|#2| |#2|) 139)) (-3925 ((|#2| |#2|) 140)) (-2337 ((|#2| |#2|) 127)) (-1598 ((|#2| |#2|) 115)) (-3846 ((|#2| |#2|) 134)) (-1546 ((|#2| |#2|) 132)) (-1558 ((|#2| |#2|) 122)) (-3774 ((|#2| |#2|) 120)) (-2596 ((|#2| |#2|) 124)) (-2920 ((|#2| |#2|) 112)))
-(((-1182 |#1| |#2|) (-10 -7 (-15 -3925 (|#2| |#2|)) (-15 -3501 (|#2| |#2|)) (-15 -3812 (|#2| |#2|)) (-15 -2762 (|#2| |#2|)) (-15 -1701 (|#2| |#2|)) (-15 -3252 (|#2| |#2|)) (-15 -1369 (|#2| |#2|)) (-15 -2920 (|#2| |#2|)) (-15 -2596 (|#2| |#2|)) (-15 -1558 (|#2| |#2|)) (-15 -3846 (|#2| |#2|)) (-15 -1598 (|#2| |#2|)) (-15 -2337 (|#2| |#2|)) (-15 -4173 (|#2| |#2|)) (-15 -2309 (|#2| |#2|)) (-15 -3356 (|#2| |#2|)) (-15 -3910 (|#2| |#2|)) (-15 -2184 (|#2| |#2|)) (-15 -3387 (|#2| |#2|)) (-15 -4121 (|#2| |#2|)) (-15 -2351 (|#2| |#2|)) (-15 -3774 (|#2| |#2|)) (-15 -1546 (|#2| |#2|)) (-15 -4204 (|#2| |#2|)) (-15 -2290 (|#2| |#2|)) (-15 -3351 (|#2| |#2|)) (-15 -1862 (|#2| |#2|)) (IF (|has| |#1| (-867 |#1|)) (IF (|has| |#1| (-600 (-873 |#1|))) (IF (|has| |#2| (-600 (-873 |#1|))) (IF (|has| |#2| (-867 |#1|)) (-15 -2759 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-13 (-832) (-445)) (-13 (-424 |#1|) (-1176))) (T -1182))
-((-2759 (*1 *2 *2) (-12 (-4 *3 (-600 (-873 *3))) (-4 *3 (-867 *3)) (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-600 (-873 *3))) (-4 *2 (-867 *3)) (-4 *2 (-13 (-424 *3) (-1176))))) (-1862 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3351 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-2290 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-4204 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-1546 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3774 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-2351 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-4121 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3387 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-2184 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3910 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3356 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-2309 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-4173 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-2337 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-1598 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3846 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-1558 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-2596 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-2920 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-1369 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3252 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-1701 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-2762 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3812 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3501 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))) (-3925 (*1 *2 *2) (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2)) (-4 *2 (-13 (-424 *3) (-1176))))))
-(-10 -7 (-15 -3925 (|#2| |#2|)) (-15 -3501 (|#2| |#2|)) (-15 -3812 (|#2| |#2|)) (-15 -2762 (|#2| |#2|)) (-15 -1701 (|#2| |#2|)) (-15 -3252 (|#2| |#2|)) (-15 -1369 (|#2| |#2|)) (-15 -2920 (|#2| |#2|)) (-15 -2596 (|#2| |#2|)) (-15 -1558 (|#2| |#2|)) (-15 -3846 (|#2| |#2|)) (-15 -1598 (|#2| |#2|)) (-15 -2337 (|#2| |#2|)) (-15 -4173 (|#2| |#2|)) (-15 -2309 (|#2| |#2|)) (-15 -3356 (|#2| |#2|)) (-15 -3910 (|#2| |#2|)) (-15 -2184 (|#2| |#2|)) (-15 -3387 (|#2| |#2|)) (-15 -4121 (|#2| |#2|)) (-15 -2351 (|#2| |#2|)) (-15 -3774 (|#2| |#2|)) (-15 -1546 (|#2| |#2|)) (-15 -4204 (|#2| |#2|)) (-15 -2290 (|#2| |#2|)) (-15 -3351 (|#2| |#2|)) (-15 -1862 (|#2| |#2|)) (IF (|has| |#1| (-867 |#1|)) (IF (|has| |#1| (-600 (-873 |#1|))) (IF (|has| |#2| (-600 (-873 |#1|))) (IF (|has| |#2| (-867 |#1|)) (-15 -2759 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
-((-2007 (((-111) |#5| $) 60) (((-111) $) 102)) (-2240 ((|#5| |#5| $) 75)) (-3954 (($ (-1 (-111) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 119)) (-3228 (((-629 |#5|) (-629 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|)) 73)) (-1393 (((-3 $ "failed") (-629 |#5|)) 126)) (-2715 (((-3 $ "failed") $) 112)) (-3126 ((|#5| |#5| $) 94)) (-3738 (((-111) |#5| $ (-1 (-111) |#5| |#5|)) 31)) (-2081 ((|#5| |#5| $) 98)) (-3884 ((|#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 (-111) |#5| |#5|)) 69)) (-3817 (((-2 (|:| -2571 (-629 |#5|)) (|:| -3092 (-629 |#5|))) $) 55)) (-3065 (((-111) |#5| $) 58) (((-111) $) 103)) (-2940 ((|#4| $) 108)) (-2680 (((-3 |#5| "failed") $) 110)) (-3887 (((-629 |#5|) $) 49)) (-3287 (((-111) |#5| $) 67) (((-111) $) 107)) (-2498 ((|#5| |#5| $) 81)) (-4343 (((-111) $ $) 27)) (-3150 (((-111) |#5| $) 63) (((-111) $) 105)) (-3848 ((|#5| |#5| $) 78)) (-2702 (((-3 |#5| "failed") $) 109)) (-3136 (($ $ |#5|) 127)) (-3299 (((-756) $) 52)) (-3226 (($ (-629 |#5|)) 124)) (-2542 (($ $ |#4|) 122)) (-1853 (($ $ |#4|) 121)) (-3081 (($ $) 120)) (-3213 (((-844) $) NIL) (((-629 |#5|) $) 113)) (-1753 (((-756) $) 130)) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#5|))) "failed") (-629 |#5|) (-1 (-111) |#5| |#5|)) 43) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#5|))) "failed") (-629 |#5|) (-1 (-111) |#5|) (-1 (-111) |#5| |#5|)) 45)) (-2015 (((-111) $ (-1 (-111) |#5| (-629 |#5|))) 100)) (-2242 (((-629 |#4|) $) 115)) (-2904 (((-111) |#4| $) 118)) (-1613 (((-111) $ $) 19)))
-(((-1183 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -1753 ((-756) |#1|)) (-15 -3136 (|#1| |#1| |#5|)) (-15 -3954 ((-3 |#5| "failed") |#1| |#4|)) (-15 -2904 ((-111) |#4| |#1|)) (-15 -2242 ((-629 |#4|) |#1|)) (-15 -2715 ((-3 |#1| "failed") |#1|)) (-15 -2680 ((-3 |#5| "failed") |#1|)) (-15 -2702 ((-3 |#5| "failed") |#1|)) (-15 -2081 (|#5| |#5| |#1|)) (-15 -3081 (|#1| |#1|)) (-15 -3126 (|#5| |#5| |#1|)) (-15 -2498 (|#5| |#5| |#1|)) (-15 -3848 (|#5| |#5| |#1|)) (-15 -2240 (|#5| |#5| |#1|)) (-15 -3228 ((-629 |#5|) (-629 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|))) (-15 -3884 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|))) (-15 -3287 ((-111) |#1|)) (-15 -3150 ((-111) |#1|)) (-15 -2007 ((-111) |#1|)) (-15 -2015 ((-111) |#1| (-1 (-111) |#5| (-629 |#5|)))) (-15 -3287 ((-111) |#5| |#1|)) (-15 -3150 ((-111) |#5| |#1|)) (-15 -2007 ((-111) |#5| |#1|)) (-15 -3738 ((-111) |#5| |#1| (-1 (-111) |#5| |#5|))) (-15 -3065 ((-111) |#1|)) (-15 -3065 ((-111) |#5| |#1|)) (-15 -3817 ((-2 (|:| -2571 (-629 |#5|)) (|:| -3092 (-629 |#5|))) |#1|)) (-15 -3299 ((-756) |#1|)) (-15 -3887 ((-629 |#5|) |#1|)) (-15 -1855 ((-3 (-2 (|:| |bas| |#1|) (|:| -3447 (-629 |#5|))) "failed") (-629 |#5|) (-1 (-111) |#5|) (-1 (-111) |#5| |#5|))) (-15 -1855 ((-3 (-2 (|:| |bas| |#1|) (|:| -3447 (-629 |#5|))) "failed") (-629 |#5|) (-1 (-111) |#5| |#5|))) (-15 -4343 ((-111) |#1| |#1|)) (-15 -2542 (|#1| |#1| |#4|)) (-15 -1853 (|#1| |#1| |#4|)) (-15 -2940 (|#4| |#1|)) (-15 -1393 ((-3 |#1| "failed") (-629 |#5|))) (-15 -3213 ((-629 |#5|) |#1|)) (-15 -3226 (|#1| (-629 |#5|))) (-15 -3884 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3884 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3954 (|#1| (-1 (-111) |#5|) |#1|)) (-15 -3884 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|))) (-1184 |#2| |#3| |#4| |#5|) (-544) (-778) (-832) (-1044 |#2| |#3| |#4|)) (T -1183))
-NIL
-(-10 -8 (-15 -1753 ((-756) |#1|)) (-15 -3136 (|#1| |#1| |#5|)) (-15 -3954 ((-3 |#5| "failed") |#1| |#4|)) (-15 -2904 ((-111) |#4| |#1|)) (-15 -2242 ((-629 |#4|) |#1|)) (-15 -2715 ((-3 |#1| "failed") |#1|)) (-15 -2680 ((-3 |#5| "failed") |#1|)) (-15 -2702 ((-3 |#5| "failed") |#1|)) (-15 -2081 (|#5| |#5| |#1|)) (-15 -3081 (|#1| |#1|)) (-15 -3126 (|#5| |#5| |#1|)) (-15 -2498 (|#5| |#5| |#1|)) (-15 -3848 (|#5| |#5| |#1|)) (-15 -2240 (|#5| |#5| |#1|)) (-15 -3228 ((-629 |#5|) (-629 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|))) (-15 -3884 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|))) (-15 -3287 ((-111) |#1|)) (-15 -3150 ((-111) |#1|)) (-15 -2007 ((-111) |#1|)) (-15 -2015 ((-111) |#1| (-1 (-111) |#5| (-629 |#5|)))) (-15 -3287 ((-111) |#5| |#1|)) (-15 -3150 ((-111) |#5| |#1|)) (-15 -2007 ((-111) |#5| |#1|)) (-15 -3738 ((-111) |#5| |#1| (-1 (-111) |#5| |#5|))) (-15 -3065 ((-111) |#1|)) (-15 -3065 ((-111) |#5| |#1|)) (-15 -3817 ((-2 (|:| -2571 (-629 |#5|)) (|:| -3092 (-629 |#5|))) |#1|)) (-15 -3299 ((-756) |#1|)) (-15 -3887 ((-629 |#5|) |#1|)) (-15 -1855 ((-3 (-2 (|:| |bas| |#1|) (|:| -3447 (-629 |#5|))) "failed") (-629 |#5|) (-1 (-111) |#5|) (-1 (-111) |#5| |#5|))) (-15 -1855 ((-3 (-2 (|:| |bas| |#1|) (|:| -3447 (-629 |#5|))) "failed") (-629 |#5|) (-1 (-111) |#5| |#5|))) (-15 -4343 ((-111) |#1| |#1|)) (-15 -2542 (|#1| |#1| |#4|)) (-15 -1853 (|#1| |#1| |#4|)) (-15 -2940 (|#4| |#1|)) (-15 -1393 ((-3 |#1| "failed") (-629 |#5|))) (-15 -3213 ((-629 |#5|) |#1|)) (-15 -3226 (|#1| (-629 |#5|))) (-15 -3884 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3884 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3954 (|#1| (-1 (-111) |#5|) |#1|)) (-15 -3884 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3213 ((-844) |#1|)) (-15 -1613 ((-111) |#1| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |#4|)))) (-629 |#4|)) 85)) (-1830 (((-629 $) (-629 |#4|)) 86)) (-3611 (((-629 |#3|) $) 33)) (-3902 (((-111) $) 26)) (-1565 (((-111) $) 17 (|has| |#1| (-544)))) (-2007 (((-111) |#4| $) 101) (((-111) $) 97)) (-2240 ((|#4| |#4| $) 92)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) 27)) (-4238 (((-111) $ (-756)) 44)) (-3954 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4368))) (((-3 |#4| "failed") $ |#3|) 79)) (-2130 (($) 45 T CONST)) (-3320 (((-111) $) 22 (|has| |#1| (-544)))) (-4177 (((-111) $ $) 24 (|has| |#1| (-544)))) (-3170 (((-111) $ $) 23 (|has| |#1| (-544)))) (-2797 (((-111) $) 25 (|has| |#1| (-544)))) (-3228 (((-629 |#4|) (-629 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-3662 (((-629 |#4|) (-629 |#4|) $) 18 (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) 19 (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) 36)) (-2832 (($ (-629 |#4|)) 35)) (-2715 (((-3 $ "failed") $) 82)) (-3126 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#4| $) 67 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-544)))) (-3738 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-2081 ((|#4| |#4| $) 87)) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4368))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-3817 (((-2 (|:| -2571 (-629 |#4|)) (|:| -3092 (-629 |#4|))) $) 105)) (-3138 (((-629 |#4|) $) 52 (|has| $ (-6 -4368)))) (-3065 (((-111) |#4| $) 104) (((-111) $) 103)) (-2940 ((|#3| $) 34)) (-1418 (((-111) $ (-756)) 43)) (-3278 (((-629 |#4|) $) 53 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) 47)) (-3420 (((-629 |#3|) $) 32)) (-2677 (((-111) |#3| $) 31)) (-1745 (((-111) $ (-756)) 42)) (-2623 (((-1136) $) 9)) (-2680 (((-3 |#4| "failed") $) 83)) (-3887 (((-629 |#4|) $) 107)) (-3287 (((-111) |#4| $) 99) (((-111) $) 95)) (-2498 ((|#4| |#4| $) 90)) (-4343 (((-111) $ $) 110)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-544)))) (-3150 (((-111) |#4| $) 100) (((-111) $) 96)) (-3848 ((|#4| |#4| $) 91)) (-2876 (((-1098) $) 10)) (-2702 (((-3 |#4| "failed") $) 84)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-1800 (((-3 $ "failed") $ |#4|) 78)) (-3136 (($ $ |#4|) 77)) (-3944 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) 38)) (-3435 (((-111) $) 41)) (-3430 (($) 40)) (-3299 (((-756) $) 106)) (-2885 (((-756) |#4| $) 54 (-12 (|has| |#4| (-1078)) (|has| $ (-6 -4368)))) (((-756) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4368)))) (-1487 (($ $) 39)) (-1522 (((-528) $) 69 (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) 60)) (-2542 (($ $ |#3|) 28)) (-1853 (($ $ |#3|) 30)) (-3081 (($ $) 88)) (-2387 (($ $ |#3|) 29)) (-3213 (((-844) $) 11) (((-629 |#4|) $) 37)) (-1753 (((-756) $) 76 (|has| |#3| (-362)))) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-2015 (((-111) $ (-1 (-111) |#4| (-629 |#4|))) 98)) (-2584 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4368)))) (-2242 (((-629 |#3|) $) 81)) (-2904 (((-111) |#3| $) 80)) (-1613 (((-111) $ $) 6)) (-2657 (((-756) $) 46 (|has| $ (-6 -4368)))))
-(((-1184 |#1| |#2| |#3| |#4|) (-137) (-544) (-778) (-832) (-1044 |t#1| |t#2| |t#3|)) (T -1184))
-((-4343 (*1 *2 *1 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111)))) (-1855 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-111) *8 *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3447 (-629 *8)))) (-5 *3 (-629 *8)) (-4 *1 (-1184 *5 *6 *7 *8)))) (-1855 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-111) *9)) (-5 *5 (-1 (-111) *9 *9)) (-4 *9 (-1044 *6 *7 *8)) (-4 *6 (-544)) (-4 *7 (-778)) (-4 *8 (-832)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3447 (-629 *9)))) (-5 *3 (-629 *9)) (-4 *1 (-1184 *6 *7 *8 *9)))) (-3887 (*1 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-629 *6)))) (-3299 (*1 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-756)))) (-3817 (*1 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-2 (|:| -2571 (-629 *6)) (|:| -3092 (-629 *6)))))) (-3065 (*1 *2 *3 *1) (-12 (-4 *1 (-1184 *4 *5 *6 *3)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-3065 (*1 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111)))) (-3738 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-111) *3 *3)) (-4 *1 (-1184 *5 *6 *7 *3)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-111)))) (-2007 (*1 *2 *3 *1) (-12 (-4 *1 (-1184 *4 *5 *6 *3)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-3150 (*1 *2 *3 *1) (-12 (-4 *1 (-1184 *4 *5 *6 *3)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-3287 (*1 *2 *3 *1) (-12 (-4 *1 (-1184 *4 *5 *6 *3)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-2015 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-111) *7 (-629 *7))) (-4 *1 (-1184 *4 *5 *6 *7)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)))) (-2007 (*1 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111)))) (-3150 (*1 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111)))) (-3287 (*1 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111)))) (-3884 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-111) *2 *2)) (-4 *1 (-1184 *5 *6 *7 *2)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *2 (-1044 *5 *6 *7)))) (-3228 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-629 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-111) *8 *8)) (-4 *1 (-1184 *5 *6 *7 *8)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7)))) (-2240 (*1 *2 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-3848 (*1 *2 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-2498 (*1 *2 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-3126 (*1 *2 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-3081 (*1 *1 *1) (-12 (-4 *1 (-1184 *2 *3 *4 *5)) (-4 *2 (-544)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-1044 *2 *3 *4)))) (-2081 (*1 *2 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-1830 (*1 *2 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *1)) (-4 *1 (-1184 *4 *5 *6 *7)))) (-3591 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-629 (-2 (|:| -2571 *1) (|:| -3092 (-629 *7))))) (-5 *3 (-629 *7)) (-4 *1 (-1184 *4 *5 *6 *7)))) (-2702 (*1 *2 *1) (|partial| -12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-2680 (*1 *2 *1) (|partial| -12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-2715 (*1 *1 *1) (|partial| -12 (-4 *1 (-1184 *2 *3 *4 *5)) (-4 *2 (-544)) (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-1044 *2 *3 *4)))) (-2242 (*1 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-629 *5)))) (-2904 (*1 *2 *3 *1) (-12 (-4 *1 (-1184 *4 *5 *3 *6)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *3 (-832)) (-4 *6 (-1044 *4 *5 *3)) (-5 *2 (-111)))) (-3954 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1184 *4 *5 *3 *2)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *3 (-832)) (-4 *2 (-1044 *4 *5 *3)))) (-1800 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-3136 (*1 *1 *1 *2) (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))) (-1753 (*1 *2 *1) (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *5 (-362)) (-5 *2 (-756)))))
-(-13 (-957 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4368) (-6 -4369) (-15 -4343 ((-111) $ $)) (-15 -1855 ((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |t#4|))) "failed") (-629 |t#4|) (-1 (-111) |t#4| |t#4|))) (-15 -1855 ((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |t#4|))) "failed") (-629 |t#4|) (-1 (-111) |t#4|) (-1 (-111) |t#4| |t#4|))) (-15 -3887 ((-629 |t#4|) $)) (-15 -3299 ((-756) $)) (-15 -3817 ((-2 (|:| -2571 (-629 |t#4|)) (|:| -3092 (-629 |t#4|))) $)) (-15 -3065 ((-111) |t#4| $)) (-15 -3065 ((-111) $)) (-15 -3738 ((-111) |t#4| $ (-1 (-111) |t#4| |t#4|))) (-15 -2007 ((-111) |t#4| $)) (-15 -3150 ((-111) |t#4| $)) (-15 -3287 ((-111) |t#4| $)) (-15 -2015 ((-111) $ (-1 (-111) |t#4| (-629 |t#4|)))) (-15 -2007 ((-111) $)) (-15 -3150 ((-111) $)) (-15 -3287 ((-111) $)) (-15 -3884 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-111) |t#4| |t#4|))) (-15 -3228 ((-629 |t#4|) (-629 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-111) |t#4| |t#4|))) (-15 -2240 (|t#4| |t#4| $)) (-15 -3848 (|t#4| |t#4| $)) (-15 -2498 (|t#4| |t#4| $)) (-15 -3126 (|t#4| |t#4| $)) (-15 -3081 ($ $)) (-15 -2081 (|t#4| |t#4| $)) (-15 -1830 ((-629 $) (-629 |t#4|))) (-15 -3591 ((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |t#4|)))) (-629 |t#4|))) (-15 -2702 ((-3 |t#4| "failed") $)) (-15 -2680 ((-3 |t#4| "failed") $)) (-15 -2715 ((-3 $ "failed") $)) (-15 -2242 ((-629 |t#3|) $)) (-15 -2904 ((-111) |t#3| $)) (-15 -3954 ((-3 |t#4| "failed") $ |t#3|)) (-15 -1800 ((-3 $ "failed") $ |t#4|)) (-15 -3136 ($ $ |t#4|)) (IF (|has| |t#3| (-362)) (-15 -1753 ((-756) $)) |%noBranch|)))
-(((-34) . T) ((-101) . T) ((-599 (-629 |#4|)) . T) ((-599 (-844)) . T) ((-148 |#4|) . T) ((-600 (-528)) |has| |#4| (-600 (-528))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-482 |#4|) . T) ((-506 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))) ((-957 |#1| |#2| |#3| |#4|) . T) ((-1078) . T) ((-1191) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-1154)) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-2478 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2455 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2506 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-2211 (((-933 |#1|) $ (-756)) 17) (((-933 |#1|) $ (-756) (-756)) NIL)) (-3593 (((-111) $) NIL)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-756) $ (-1154)) NIL) (((-756) $ (-1154) (-756)) NIL)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2231 (((-111) $) NIL)) (-3590 (($ $ (-629 (-1154)) (-629 (-523 (-1154)))) NIL) (($ $ (-1154) (-523 (-1154))) NIL) (($ |#1| (-523 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2430 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2889 (($ $ (-1154)) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154) |#1|) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2876 (((-1098) $) NIL)) (-4060 (($ (-1 $) (-1154) |#1|) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3136 (($ $ (-756)) NIL)) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2855 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2432 (($ $ (-1154) $) NIL) (($ $ (-629 (-1154)) (-629 $)) NIL) (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL)) (-3096 (($ $ (-1154)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL)) (-3299 (((-523 (-1154)) $) NIL)) (-2518 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ $) NIL (|has| |#1| (-544))) (($ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-1154)) NIL) (($ (-933 |#1|)) NIL)) (-2266 ((|#1| $ (-523 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (((-933 |#1|) $ (-756)) NIL)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-3843 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) NIL T CONST)) (-3309 (($) NIL T CONST)) (-1765 (($ $ (-1154)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-1185 |#1|) (-13 (-725 |#1| (-1154)) (-10 -8 (-15 -2266 ((-933 |#1|) $ (-756))) (-15 -3213 ($ (-1154))) (-15 -3213 ($ (-933 |#1|))) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $ (-1154) |#1|)) (-15 -4060 ($ (-1 $) (-1154) |#1|))) |%noBranch|))) (-1030)) (T -1185))
-((-2266 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *2 (-933 *4)) (-5 *1 (-1185 *4)) (-4 *4 (-1030)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1185 *3)) (-4 *3 (-1030)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-933 *3)) (-4 *3 (-1030)) (-5 *1 (-1185 *3)))) (-2889 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *1 (-1185 *3)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)))) (-4060 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1185 *4))) (-5 *3 (-1154)) (-5 *1 (-1185 *4)) (-4 *4 (-38 (-401 (-552)))) (-4 *4 (-1030)))))
-(-13 (-725 |#1| (-1154)) (-10 -8 (-15 -2266 ((-933 |#1|) $ (-756))) (-15 -3213 ($ (-1154))) (-15 -3213 ($ (-933 |#1|))) (IF (|has| |#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $ (-1154) |#1|)) (-15 -4060 ($ (-1 $) (-1154) |#1|))) |%noBranch|)))
-((-1396 (($ |#1| (-629 (-629 (-924 (-220)))) (-111)) 19)) (-2265 (((-111) $ (-111)) 18)) (-2259 (((-111) $) 17)) (-3888 (((-629 (-629 (-924 (-220)))) $) 13)) (-3377 ((|#1| $) 8)) (-3561 (((-111) $) 15)))
-(((-1186 |#1|) (-10 -8 (-15 -3377 (|#1| $)) (-15 -3888 ((-629 (-629 (-924 (-220)))) $)) (-15 -3561 ((-111) $)) (-15 -2259 ((-111) $)) (-15 -2265 ((-111) $ (-111))) (-15 -1396 ($ |#1| (-629 (-629 (-924 (-220)))) (-111)))) (-955)) (T -1186))
-((-1396 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-111)) (-5 *1 (-1186 *2)) (-4 *2 (-955)))) (-2265 (*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1186 *3)) (-4 *3 (-955)))) (-2259 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1186 *3)) (-4 *3 (-955)))) (-3561 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1186 *3)) (-4 *3 (-955)))) (-3888 (*1 *2 *1) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *1 (-1186 *3)) (-4 *3 (-955)))) (-3377 (*1 *2 *1) (-12 (-5 *1 (-1186 *2)) (-4 *2 (-955)))))
-(-10 -8 (-15 -3377 (|#1| $)) (-15 -3888 ((-629 (-629 (-924 (-220)))) $)) (-15 -3561 ((-111) $)) (-15 -2259 ((-111) $)) (-15 -2265 ((-111) $ (-111))) (-15 -1396 ($ |#1| (-629 (-629 (-924 (-220)))) (-111))))
-((-1725 (((-924 (-220)) (-924 (-220))) 25)) (-1693 (((-924 (-220)) (-220) (-220) (-220) (-220)) 10)) (-1953 (((-629 (-924 (-220))) (-924 (-220)) (-924 (-220)) (-924 (-220)) (-220) (-629 (-629 (-220)))) 37)) (-3632 (((-220) (-924 (-220)) (-924 (-220))) 21)) (-2449 (((-924 (-220)) (-924 (-220)) (-924 (-220))) 22)) (-1776 (((-629 (-629 (-220))) (-552)) 31)) (-1709 (((-924 (-220)) (-924 (-220)) (-924 (-220))) 20)) (-1698 (((-924 (-220)) (-924 (-220)) (-924 (-220))) 19)) (* (((-924 (-220)) (-220) (-924 (-220))) 18)))
-(((-1187) (-10 -7 (-15 -1693 ((-924 (-220)) (-220) (-220) (-220) (-220))) (-15 * ((-924 (-220)) (-220) (-924 (-220)))) (-15 -1698 ((-924 (-220)) (-924 (-220)) (-924 (-220)))) (-15 -1709 ((-924 (-220)) (-924 (-220)) (-924 (-220)))) (-15 -3632 ((-220) (-924 (-220)) (-924 (-220)))) (-15 -2449 ((-924 (-220)) (-924 (-220)) (-924 (-220)))) (-15 -1725 ((-924 (-220)) (-924 (-220)))) (-15 -1776 ((-629 (-629 (-220))) (-552))) (-15 -1953 ((-629 (-924 (-220))) (-924 (-220)) (-924 (-220)) (-924 (-220)) (-220) (-629 (-629 (-220))))))) (T -1187))
-((-1953 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-629 (-629 (-220)))) (-5 *4 (-220)) (-5 *2 (-629 (-924 *4))) (-5 *1 (-1187)) (-5 *3 (-924 *4)))) (-1776 (*1 *2 *3) (-12 (-5 *3 (-552)) (-5 *2 (-629 (-629 (-220)))) (-5 *1 (-1187)))) (-1725 (*1 *2 *2) (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187)))) (-2449 (*1 *2 *2 *2) (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187)))) (-3632 (*1 *2 *3 *3) (-12 (-5 *3 (-924 (-220))) (-5 *2 (-220)) (-5 *1 (-1187)))) (-1709 (*1 *2 *2 *2) (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187)))) (-1698 (*1 *2 *2 *2) (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-924 (-220))) (-5 *3 (-220)) (-5 *1 (-1187)))) (-1693 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187)) (-5 *3 (-220)))))
-(-10 -7 (-15 -1693 ((-924 (-220)) (-220) (-220) (-220) (-220))) (-15 * ((-924 (-220)) (-220) (-924 (-220)))) (-15 -1698 ((-924 (-220)) (-924 (-220)) (-924 (-220)))) (-15 -1709 ((-924 (-220)) (-924 (-220)) (-924 (-220)))) (-15 -3632 ((-220) (-924 (-220)) (-924 (-220)))) (-15 -2449 ((-924 (-220)) (-924 (-220)) (-924 (-220)))) (-15 -1725 ((-924 (-220)) (-924 (-220)))) (-15 -1776 ((-629 (-629 (-220))) (-552))) (-15 -1953 ((-629 (-924 (-220))) (-924 (-220)) (-924 (-220)) (-924 (-220)) (-220) (-629 (-629 (-220))))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-3954 ((|#1| $ (-756)) 13)) (-2556 (((-756) $) 12)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-3213 (((-939 |#1|) $) 10) (($ (-939 |#1|)) 9) (((-844) $) 23 (|has| |#1| (-599 (-844))))) (-1613 (((-111) $ $) 16 (|has| |#1| (-1078)))))
-(((-1188 |#1|) (-13 (-599 (-939 |#1|)) (-10 -8 (-15 -3213 ($ (-939 |#1|))) (-15 -3954 (|#1| $ (-756))) (-15 -2556 ((-756) $)) (IF (|has| |#1| (-599 (-844))) (-6 (-599 (-844))) |%noBranch|) (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|))) (-1191)) (T -1188))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-939 *3)) (-4 *3 (-1191)) (-5 *1 (-1188 *3)))) (-3954 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *1 (-1188 *2)) (-4 *2 (-1191)))) (-2556 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-1188 *3)) (-4 *3 (-1191)))))
-(-13 (-599 (-939 |#1|)) (-10 -8 (-15 -3213 ($ (-939 |#1|))) (-15 -3954 (|#1| $ (-756))) (-15 -2556 ((-756) $)) (IF (|has| |#1| (-599 (-844))) (-6 (-599 (-844))) |%noBranch|) (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|)))
-((-1516 (((-412 (-1150 (-1150 |#1|))) (-1150 (-1150 |#1|)) (-552)) 80)) (-3124 (((-412 (-1150 (-1150 |#1|))) (-1150 (-1150 |#1|))) 74)) (-1924 (((-412 (-1150 (-1150 |#1|))) (-1150 (-1150 |#1|))) 59)))
-(((-1189 |#1|) (-10 -7 (-15 -3124 ((-412 (-1150 (-1150 |#1|))) (-1150 (-1150 |#1|)))) (-15 -1924 ((-412 (-1150 (-1150 |#1|))) (-1150 (-1150 |#1|)))) (-15 -1516 ((-412 (-1150 (-1150 |#1|))) (-1150 (-1150 |#1|)) (-552)))) (-343)) (T -1189))
-((-1516 (*1 *2 *3 *4) (-12 (-5 *4 (-552)) (-4 *5 (-343)) (-5 *2 (-412 (-1150 (-1150 *5)))) (-5 *1 (-1189 *5)) (-5 *3 (-1150 (-1150 *5))))) (-1924 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-412 (-1150 (-1150 *4)))) (-5 *1 (-1189 *4)) (-5 *3 (-1150 (-1150 *4))))) (-3124 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-412 (-1150 (-1150 *4)))) (-5 *1 (-1189 *4)) (-5 *3 (-1150 (-1150 *4))))))
-(-10 -7 (-15 -3124 ((-412 (-1150 (-1150 |#1|))) (-1150 (-1150 |#1|)))) (-15 -1924 ((-412 (-1150 (-1150 |#1|))) (-1150 (-1150 |#1|)))) (-15 -1516 ((-412 (-1150 (-1150 |#1|))) (-1150 (-1150 |#1|)) (-552))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 9) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-1190) (-1061)) (T -1190))
-NIL
-(-1061)
-NIL
-(((-1191) (-137)) (T -1191))
-NIL
-(-13 (-10 -7 (-6 -4283)))
-((-1325 (((-111)) 15)) (-3392 (((-1242) (-629 |#1|) (-629 |#1|)) 19) (((-1242) (-629 |#1|)) 20)) (-1418 (((-111) |#1| |#1|) 32 (|has| |#1| (-832)))) (-1745 (((-111) |#1| |#1| (-1 (-111) |#1| |#1|)) 27) (((-3 (-111) "failed") |#1| |#1|) 25)) (-4007 ((|#1| (-629 |#1|)) 33 (|has| |#1| (-832))) ((|#1| (-629 |#1|) (-1 (-111) |#1| |#1|)) 28)) (-2136 (((-2 (|:| -3744 (-629 |#1|)) (|:| -2707 (-629 |#1|)))) 17)))
-(((-1192 |#1|) (-10 -7 (-15 -3392 ((-1242) (-629 |#1|))) (-15 -3392 ((-1242) (-629 |#1|) (-629 |#1|))) (-15 -2136 ((-2 (|:| -3744 (-629 |#1|)) (|:| -2707 (-629 |#1|))))) (-15 -1745 ((-3 (-111) "failed") |#1| |#1|)) (-15 -1745 ((-111) |#1| |#1| (-1 (-111) |#1| |#1|))) (-15 -4007 (|#1| (-629 |#1|) (-1 (-111) |#1| |#1|))) (-15 -1325 ((-111))) (IF (|has| |#1| (-832)) (PROGN (-15 -4007 (|#1| (-629 |#1|))) (-15 -1418 ((-111) |#1| |#1|))) |%noBranch|)) (-1078)) (T -1192))
-((-1418 (*1 *2 *3 *3) (-12 (-5 *2 (-111)) (-5 *1 (-1192 *3)) (-4 *3 (-832)) (-4 *3 (-1078)))) (-4007 (*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-4 *2 (-1078)) (-4 *2 (-832)) (-5 *1 (-1192 *2)))) (-1325 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1192 *3)) (-4 *3 (-1078)))) (-4007 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *2)) (-5 *4 (-1 (-111) *2 *2)) (-5 *1 (-1192 *2)) (-4 *2 (-1078)))) (-1745 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-111) *3 *3)) (-4 *3 (-1078)) (-5 *2 (-111)) (-5 *1 (-1192 *3)))) (-1745 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-111)) (-5 *1 (-1192 *3)) (-4 *3 (-1078)))) (-2136 (*1 *2) (-12 (-5 *2 (-2 (|:| -3744 (-629 *3)) (|:| -2707 (-629 *3)))) (-5 *1 (-1192 *3)) (-4 *3 (-1078)))) (-3392 (*1 *2 *3 *3) (-12 (-5 *3 (-629 *4)) (-4 *4 (-1078)) (-5 *2 (-1242)) (-5 *1 (-1192 *4)))) (-3392 (*1 *2 *3) (-12 (-5 *3 (-629 *4)) (-4 *4 (-1078)) (-5 *2 (-1242)) (-5 *1 (-1192 *4)))))
-(-10 -7 (-15 -3392 ((-1242) (-629 |#1|))) (-15 -3392 ((-1242) (-629 |#1|) (-629 |#1|))) (-15 -2136 ((-2 (|:| -3744 (-629 |#1|)) (|:| -2707 (-629 |#1|))))) (-15 -1745 ((-3 (-111) "failed") |#1| |#1|)) (-15 -1745 ((-111) |#1| |#1| (-1 (-111) |#1| |#1|))) (-15 -4007 (|#1| (-629 |#1|) (-1 (-111) |#1| |#1|))) (-15 -1325 ((-111))) (IF (|has| |#1| (-832)) (PROGN (-15 -4007 (|#1| (-629 |#1|))) (-15 -1418 ((-111) |#1| |#1|))) |%noBranch|))
-((-3089 (((-1242) (-629 (-1154)) (-629 (-1154))) 13) (((-1242) (-629 (-1154))) 11)) (-2621 (((-1242)) 14)) (-4261 (((-2 (|:| -2707 (-629 (-1154))) (|:| -3744 (-629 (-1154))))) 18)))
-(((-1193) (-10 -7 (-15 -3089 ((-1242) (-629 (-1154)))) (-15 -3089 ((-1242) (-629 (-1154)) (-629 (-1154)))) (-15 -4261 ((-2 (|:| -2707 (-629 (-1154))) (|:| -3744 (-629 (-1154)))))) (-15 -2621 ((-1242))))) (T -1193))
-((-2621 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1193)))) (-4261 (*1 *2) (-12 (-5 *2 (-2 (|:| -2707 (-629 (-1154))) (|:| -3744 (-629 (-1154))))) (-5 *1 (-1193)))) (-3089 (*1 *2 *3 *3) (-12 (-5 *3 (-629 (-1154))) (-5 *2 (-1242)) (-5 *1 (-1193)))) (-3089 (*1 *2 *3) (-12 (-5 *3 (-629 (-1154))) (-5 *2 (-1242)) (-5 *1 (-1193)))))
-(-10 -7 (-15 -3089 ((-1242) (-629 (-1154)))) (-15 -3089 ((-1242) (-629 (-1154)) (-629 (-1154)))) (-15 -4261 ((-2 (|:| -2707 (-629 (-1154))) (|:| -3744 (-629 (-1154)))))) (-15 -2621 ((-1242))))
-((-4116 (($ $) 17)) (-1677 (((-111) $) 24)))
-(((-1194 |#1|) (-10 -8 (-15 -4116 (|#1| |#1|)) (-15 -1677 ((-111) |#1|))) (-1195)) (T -1194))
-NIL
-(-10 -8 (-15 -4116 (|#1| |#1|)) (-15 -1677 ((-111) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 49)) (-3343 (((-412 $) $) 50)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-1677 (((-111) $) 51)) (-4065 (((-111) $) 30)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-3479 (((-412 $) $) 48)) (-3969 (((-3 $ "failed") $ $) 40)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41)) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24)))
-(((-1195) (-137)) (T -1195))
-((-1677 (*1 *2 *1) (-12 (-4 *1 (-1195)) (-5 *2 (-111)))) (-3343 (*1 *2 *1) (-12 (-5 *2 (-412 *1)) (-4 *1 (-1195)))) (-4116 (*1 *1 *1) (-4 *1 (-1195))) (-3479 (*1 *2 *1) (-12 (-5 *2 (-412 *1)) (-4 *1 (-1195)))))
-(-13 (-445) (-10 -8 (-15 -1677 ((-111) $)) (-15 -3343 ((-412 $) $)) (-15 -4116 ($ $)) (-15 -3479 ((-412 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-599 (-844)) . T) ((-169) . T) ((-284) . T) ((-445) . T) ((-544) . T) ((-632 $) . T) ((-702 $) . T) ((-711) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-1477 (((-1201 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1201 |#1| |#3| |#5|)) 23)))
-(((-1196 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1477 ((-1201 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1201 |#1| |#3| |#5|)))) (-1030) (-1030) (-1154) (-1154) |#1| |#2|) (T -1196))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1201 *5 *7 *9)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-14 *7 (-1154)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1201 *6 *8 *10)) (-5 *1 (-1196 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1154)))))
-(-10 -7 (-15 -1477 ((-1201 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1201 |#1| |#3| |#5|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3611 (((-629 (-1060)) $) 72)) (-1485 (((-1154) $) 101)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 49 (|has| |#1| (-544)))) (-3303 (($ $) 50 (|has| |#1| (-544)))) (-1334 (((-111) $) 52 (|has| |#1| (-544)))) (-4157 (($ $ (-552)) 96) (($ $ (-552) (-552)) 95)) (-2622 (((-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) $) 103)) (-2478 (($ $) 133 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 116 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 160 (|has| |#1| (-357)))) (-3343 (((-412 $) $) 161 (|has| |#1| (-357)))) (-3489 (($ $) 115 (|has| |#1| (-38 (-401 (-552)))))) (-2393 (((-111) $ $) 151 (|has| |#1| (-357)))) (-2455 (($ $) 132 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 117 (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|)))) 171)) (-2506 (($ $) 131 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 118 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) 17 T CONST)) (-4006 (($ $ $) 155 (|has| |#1| (-357)))) (-3766 (($ $) 58)) (-1293 (((-3 $ "failed") $) 32)) (-3469 (((-401 (-933 |#1|)) $ (-552)) 169 (|has| |#1| (-544))) (((-401 (-933 |#1|)) $ (-552) (-552)) 168 (|has| |#1| (-544)))) (-3987 (($ $ $) 154 (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 149 (|has| |#1| (-357)))) (-1677 (((-111) $) 162 (|has| |#1| (-357)))) (-3593 (((-111) $) 71)) (-4043 (($) 143 (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-552) $) 98) (((-552) $ (-552)) 97)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 114 (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) 99)) (-3838 (($ (-1 |#1| (-552)) $) 170)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 158 (|has| |#1| (-357)))) (-2231 (((-111) $) 60)) (-3590 (($ |#1| (-552)) 59) (($ $ (-1060) (-552)) 74) (($ $ (-629 (-1060)) (-629 (-552))) 73)) (-1477 (($ (-1 |#1| |#1|) $) 61)) (-2430 (($ $) 140 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2552 (($ (-629 $)) 147 (|has| |#1| (-357))) (($ $ $) 146 (|has| |#1| (-357)))) (-2623 (((-1136) $) 9)) (-3701 (($ $) 163 (|has| |#1| (-357)))) (-2889 (($ $) 167 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) 166 (-4029 (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-940)) (|has| |#1| (-1176)) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-38 (-401 (-552)))))))) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 148 (|has| |#1| (-357)))) (-2594 (($ (-629 $)) 145 (|has| |#1| (-357))) (($ $ $) 144 (|has| |#1| (-357)))) (-3479 (((-412 $) $) 159 (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 156 (|has| |#1| (-357)))) (-3136 (($ $ (-552)) 93)) (-3969 (((-3 $ "failed") $ $) 48 (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 150 (|has| |#1| (-357)))) (-2855 (($ $) 141 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-552)))))) (-3795 (((-756) $) 152 (|has| |#1| (-357)))) (-2060 ((|#1| $ (-552)) 102) (($ $ $) 79 (|has| (-552) (-1090)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 153 (|has| |#1| (-357)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) 87 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-1154) (-756)) 86 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154))) 85 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-1154)) 84 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-756)) 82 (|has| |#1| (-15 * (|#1| (-552) |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (-3299 (((-552) $) 62)) (-2518 (($ $) 130 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 119 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 120 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 128 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 121 (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) 70)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 45 (|has| |#1| (-169))) (($ (-401 (-552))) 55 (|has| |#1| (-38 (-401 (-552))))) (($ $) 47 (|has| |#1| (-544)))) (-2266 ((|#1| $ (-552)) 57)) (-3878 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-4046 ((|#1| $) 100)) (-3843 (($ $) 139 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 127 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) 51 (|has| |#1| (-544)))) (-2530 (($ $) 138 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 126 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 137 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 125 (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-552)) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-552)))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 124 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 135 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 123 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 134 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 122 (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) 91 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-1154) (-756)) 90 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154))) 89 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-1154)) 88 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-756)) 83 (|has| |#1| (-15 * (|#1| (-552) |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 56 (|has| |#1| (-357))) (($ $ $) 165 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 164 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 113 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-552)) $) 54 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 53 (|has| |#1| (-38 (-401 (-552)))))))
-(((-1197 |#1|) (-137) (-1030)) (T -1197))
-((-1726 (*1 *1 *2) (-12 (-5 *2 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *3)))) (-4 *3 (-1030)) (-4 *1 (-1197 *3)))) (-3838 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-552))) (-4 *1 (-1197 *3)) (-4 *3 (-1030)))) (-3469 (*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-1197 *4)) (-4 *4 (-1030)) (-4 *4 (-544)) (-5 *2 (-401 (-933 *4))))) (-3469 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-552)) (-4 *1 (-1197 *4)) (-4 *4 (-1030)) (-4 *4 (-544)) (-5 *2 (-401 (-933 *4))))) (-2889 (*1 *1 *1) (-12 (-4 *1 (-1197 *2)) (-4 *2 (-1030)) (-4 *2 (-38 (-401 (-552)))))) (-2889 (*1 *1 *1 *2) (-4029 (-12 (-5 *2 (-1154)) (-4 *1 (-1197 *3)) (-4 *3 (-1030)) (-12 (-4 *3 (-29 (-552))) (-4 *3 (-940)) (-4 *3 (-1176)) (-4 *3 (-38 (-401 (-552)))))) (-12 (-5 *2 (-1154)) (-4 *1 (-1197 *3)) (-4 *3 (-1030)) (-12 (|has| *3 (-15 -3611 ((-629 *2) *3))) (|has| *3 (-15 -2889 (*3 *3 *2))) (-4 *3 (-38 (-401 (-552)))))))))
-(-13 (-1215 |t#1| (-552)) (-10 -8 (-15 -1726 ($ (-1134 (-2 (|:| |k| (-552)) (|:| |c| |t#1|))))) (-15 -3838 ($ (-1 |t#1| (-552)) $)) (IF (|has| |t#1| (-544)) (PROGN (-15 -3469 ((-401 (-933 |t#1|)) $ (-552))) (-15 -3469 ((-401 (-933 |t#1|)) $ (-552) (-552)))) |%noBranch|) (IF (|has| |t#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $)) (IF (|has| |t#1| (-15 -2889 (|t#1| |t#1| (-1154)))) (IF (|has| |t#1| (-15 -3611 ((-629 (-1154)) |t#1|))) (-15 -2889 ($ $ (-1154))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1176)) (IF (|has| |t#1| (-940)) (IF (|has| |t#1| (-29 (-552))) (-15 -2889 ($ $ (-1154))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-983)) (-6 (-1176))) |%noBranch|) (IF (|has| |t#1| (-357)) (-6 (-357)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-552)) . T) ((-25) . T) ((-38 #1=(-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-35) |has| |#1| (-38 (-401 (-552)))) ((-94) |has| |#1| (-38 (-401 (-552)))) ((-101) . T) ((-110 #1# #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| (-552) |#1|))) ((-238) |has| |#1| (-357)) ((-278) |has| |#1| (-38 (-401 (-552)))) ((-280 $ $) |has| (-552) (-1090)) ((-284) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-357) |has| |#1| (-357)) ((-445) |has| |#1| (-357)) ((-485) |has| |#1| (-38 (-401 (-552)))) ((-544) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-632 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-711) . T) ((-881 (-1154)) -12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))) ((-954 |#1| #0# (-1060)) . T) ((-901) |has| |#1| (-357)) ((-983) |has| |#1| (-38 (-401 (-552)))) ((-1036 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1176) |has| |#1| (-38 (-401 (-552)))) ((-1179) |has| |#1| (-38 (-401 (-552)))) ((-1195) |has| |#1| (-357)) ((-1215 |#1| #0#) . T))
-((-3643 (((-111) $) 12)) (-1393 (((-3 |#3| "failed") $) 17) (((-3 (-1154) "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 (-552) "failed") $) NIL)) (-2832 ((|#3| $) 14) (((-1154) $) NIL) (((-401 (-552)) $) NIL) (((-552) $) NIL)))
-(((-1198 |#1| |#2| |#3|) (-10 -8 (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-1154) |#1|)) (-15 -1393 ((-3 (-1154) "failed") |#1|)) (-15 -2832 (|#3| |#1|)) (-15 -1393 ((-3 |#3| "failed") |#1|)) (-15 -3643 ((-111) |#1|))) (-1199 |#2| |#3|) (-1030) (-1228 |#2|)) (T -1198))
-NIL
-(-10 -8 (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -2832 ((-1154) |#1|)) (-15 -1393 ((-3 (-1154) "failed") |#1|)) (-15 -2832 (|#3| |#1|)) (-15 -1393 ((-3 |#3| "failed") |#1|)) (-15 -3643 ((-111) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3603 ((|#2| $) 228 (-3792 (|has| |#2| (-301)) (|has| |#1| (-357))))) (-3611 (((-629 (-1060)) $) 72)) (-1485 (((-1154) $) 101)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 49 (|has| |#1| (-544)))) (-3303 (($ $) 50 (|has| |#1| (-544)))) (-1334 (((-111) $) 52 (|has| |#1| (-544)))) (-4157 (($ $ (-552)) 96) (($ $ (-552) (-552)) 95)) (-2622 (((-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) $) 103)) (-3005 ((|#2| $) 264)) (-1703 (((-3 |#2| "failed") $) 260)) (-3658 ((|#2| $) 261)) (-2478 (($ $) 133 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 116 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) 19)) (-1472 (((-412 (-1150 $)) (-1150 $)) 237 (-3792 (|has| |#2| (-890)) (|has| |#1| (-357))))) (-4116 (($ $) 160 (|has| |#1| (-357)))) (-3343 (((-412 $) $) 161 (|has| |#1| (-357)))) (-3489 (($ $) 115 (|has| |#1| (-38 (-401 (-552)))))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 234 (-3792 (|has| |#2| (-890)) (|has| |#1| (-357))))) (-2393 (((-111) $ $) 151 (|has| |#1| (-357)))) (-2455 (($ $) 132 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 117 (|has| |#1| (-38 (-401 (-552)))))) (-3886 (((-552) $) 246 (-3792 (|has| |#2| (-805)) (|has| |#1| (-357))))) (-1726 (($ (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|)))) 171)) (-2506 (($ $) 131 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 118 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#2| "failed") $) 267) (((-3 (-552) "failed") $) 256 (-3792 (|has| |#2| (-1019 (-552))) (|has| |#1| (-357)))) (((-3 (-401 (-552)) "failed") $) 254 (-3792 (|has| |#2| (-1019 (-552))) (|has| |#1| (-357)))) (((-3 (-1154) "failed") $) 239 (-3792 (|has| |#2| (-1019 (-1154))) (|has| |#1| (-357))))) (-2832 ((|#2| $) 266) (((-552) $) 257 (-3792 (|has| |#2| (-1019 (-552))) (|has| |#1| (-357)))) (((-401 (-552)) $) 255 (-3792 (|has| |#2| (-1019 (-552))) (|has| |#1| (-357)))) (((-1154) $) 240 (-3792 (|has| |#2| (-1019 (-1154))) (|has| |#1| (-357))))) (-3398 (($ $) 263) (($ (-552) $) 262)) (-4006 (($ $ $) 155 (|has| |#1| (-357)))) (-3766 (($ $) 58)) (-2714 (((-673 |#2|) (-673 $)) 218 (|has| |#1| (-357))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) 217 (|has| |#1| (-357))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 216 (-3792 (|has| |#2| (-625 (-552))) (|has| |#1| (-357)))) (((-673 (-552)) (-673 $)) 215 (-3792 (|has| |#2| (-625 (-552))) (|has| |#1| (-357))))) (-1293 (((-3 $ "failed") $) 32)) (-3469 (((-401 (-933 |#1|)) $ (-552)) 169 (|has| |#1| (-544))) (((-401 (-933 |#1|)) $ (-552) (-552)) 168 (|has| |#1| (-544)))) (-1332 (($) 230 (-3792 (|has| |#2| (-537)) (|has| |#1| (-357))))) (-3987 (($ $ $) 154 (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 149 (|has| |#1| (-357)))) (-1677 (((-111) $) 162 (|has| |#1| (-357)))) (-1338 (((-111) $) 244 (-3792 (|has| |#2| (-805)) (|has| |#1| (-357))))) (-3593 (((-111) $) 71)) (-4043 (($) 143 (|has| |#1| (-38 (-401 (-552)))))) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 222 (-3792 (|has| |#2| (-867 (-373))) (|has| |#1| (-357)))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 221 (-3792 (|has| |#2| (-867 (-552))) (|has| |#1| (-357))))) (-4241 (((-552) $) 98) (((-552) $ (-552)) 97)) (-4065 (((-111) $) 30)) (-3773 (($ $) 226 (|has| |#1| (-357)))) (-4015 ((|#2| $) 224 (|has| |#1| (-357)))) (-3755 (($ $ (-552)) 114 (|has| |#1| (-38 (-401 (-552)))))) (-2032 (((-3 $ "failed") $) 258 (-3792 (|has| |#2| (-1129)) (|has| |#1| (-357))))) (-3127 (((-111) $) 245 (-3792 (|has| |#2| (-805)) (|has| |#1| (-357))))) (-1524 (($ $ (-902)) 99)) (-3838 (($ (-1 |#1| (-552)) $) 170)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 158 (|has| |#1| (-357)))) (-2231 (((-111) $) 60)) (-3590 (($ |#1| (-552)) 59) (($ $ (-1060) (-552)) 74) (($ $ (-629 (-1060)) (-629 (-552))) 73)) (-1772 (($ $ $) 248 (-3792 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-2011 (($ $ $) 249 (-3792 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1477 (($ (-1 |#1| |#1|) $) 61) (($ (-1 |#2| |#2|) $) 210 (|has| |#1| (-357)))) (-2430 (($ $) 140 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2552 (($ (-629 $)) 147 (|has| |#1| (-357))) (($ $ $) 146 (|has| |#1| (-357)))) (-3670 (($ (-552) |#2|) 265)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 163 (|has| |#1| (-357)))) (-2889 (($ $) 167 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) 166 (-4029 (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-940)) (|has| |#1| (-1176)) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-38 (-401 (-552)))))))) (-1977 (($) 259 (-3792 (|has| |#2| (-1129)) (|has| |#1| (-357))) CONST)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 148 (|has| |#1| (-357)))) (-2594 (($ (-629 $)) 145 (|has| |#1| (-357))) (($ $ $) 144 (|has| |#1| (-357)))) (-2147 (($ $) 229 (-3792 (|has| |#2| (-301)) (|has| |#1| (-357))))) (-3410 ((|#2| $) 232 (-3792 (|has| |#2| (-537)) (|has| |#1| (-357))))) (-1848 (((-412 (-1150 $)) (-1150 $)) 235 (-3792 (|has| |#2| (-890)) (|has| |#1| (-357))))) (-1528 (((-412 (-1150 $)) (-1150 $)) 236 (-3792 (|has| |#2| (-890)) (|has| |#1| (-357))))) (-3479 (((-412 $) $) 159 (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 156 (|has| |#1| (-357)))) (-3136 (($ $ (-552)) 93)) (-3969 (((-3 $ "failed") $ $) 48 (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 150 (|has| |#1| (-357)))) (-2855 (($ $) 141 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-552))))) (($ $ (-1154) |#2|) 209 (-3792 (|has| |#2| (-506 (-1154) |#2|)) (|has| |#1| (-357)))) (($ $ (-629 (-1154)) (-629 |#2|)) 208 (-3792 (|has| |#2| (-506 (-1154) |#2|)) (|has| |#1| (-357)))) (($ $ (-629 (-288 |#2|))) 207 (-3792 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ (-288 |#2|)) 206 (-3792 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ |#2| |#2|) 205 (-3792 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ (-629 |#2|) (-629 |#2|)) 204 (-3792 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357))))) (-3795 (((-756) $) 152 (|has| |#1| (-357)))) (-2060 ((|#1| $ (-552)) 102) (($ $ $) 79 (|has| (-552) (-1090))) (($ $ |#2|) 203 (-3792 (|has| |#2| (-280 |#2| |#2|)) (|has| |#1| (-357))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 153 (|has| |#1| (-357)))) (-3096 (($ $ (-1 |#2| |#2|)) 214 (|has| |#1| (-357))) (($ $ (-1 |#2| |#2|) (-756)) 213 (|has| |#1| (-357))) (($ $ (-756)) 82 (-4029 (-3792 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $) 80 (-4029 (-3792 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154)) (-629 (-756))) 87 (-4029 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|)))))) (($ $ (-1154) (-756)) 86 (-4029 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|)))))) (($ $ (-629 (-1154))) 85 (-4029 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|)))))) (($ $ (-1154)) 84 (-4029 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))))) (-2493 (($ $) 227 (|has| |#1| (-357)))) (-4026 ((|#2| $) 225 (|has| |#1| (-357)))) (-3299 (((-552) $) 62)) (-2518 (($ $) 130 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 119 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 120 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 128 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 121 (|has| |#1| (-38 (-401 (-552)))))) (-1522 (((-220) $) 243 (-3792 (|has| |#2| (-1003)) (|has| |#1| (-357)))) (((-373) $) 242 (-3792 (|has| |#2| (-1003)) (|has| |#1| (-357)))) (((-528) $) 241 (-3792 (|has| |#2| (-600 (-528))) (|has| |#1| (-357)))) (((-873 (-373)) $) 220 (-3792 (|has| |#2| (-600 (-873 (-373)))) (|has| |#1| (-357)))) (((-873 (-552)) $) 219 (-3792 (|has| |#2| (-600 (-873 (-552)))) (|has| |#1| (-357))))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 233 (-3792 (-3792 (|has| $ (-142)) (|has| |#2| (-890))) (|has| |#1| (-357))))) (-1680 (($ $) 70)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 45 (|has| |#1| (-169))) (($ |#2|) 268) (($ (-1154)) 238 (-3792 (|has| |#2| (-1019 (-1154))) (|has| |#1| (-357)))) (($ (-401 (-552))) 55 (|has| |#1| (-38 (-401 (-552))))) (($ $) 47 (|has| |#1| (-544)))) (-2266 ((|#1| $ (-552)) 57)) (-3878 (((-3 $ "failed") $) 46 (-4029 (-3792 (-4029 (|has| |#2| (-142)) (-3792 (|has| $ (-142)) (|has| |#2| (-890)))) (|has| |#1| (-357))) (|has| |#1| (-142))))) (-2014 (((-756)) 28)) (-4046 ((|#1| $) 100)) (-3763 ((|#2| $) 231 (-3792 (|has| |#2| (-537)) (|has| |#1| (-357))))) (-3843 (($ $) 139 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 127 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) 51 (|has| |#1| (-544)))) (-2530 (($ $) 138 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 126 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 137 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 125 (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-552)) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-552)))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 124 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 135 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 123 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 134 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 122 (|has| |#1| (-38 (-401 (-552)))))) (-1578 (($ $) 247 (-3792 (|has| |#2| (-805)) (|has| |#1| (-357))))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-1 |#2| |#2|)) 212 (|has| |#1| (-357))) (($ $ (-1 |#2| |#2|) (-756)) 211 (|has| |#1| (-357))) (($ $ (-756)) 83 (-4029 (-3792 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $) 81 (-4029 (-3792 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154)) (-629 (-756))) 91 (-4029 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|)))))) (($ $ (-1154) (-756)) 90 (-4029 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|)))))) (($ $ (-629 (-1154))) 89 (-4029 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|)))))) (($ $ (-1154)) 88 (-4029 (-3792 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))))) (-1666 (((-111) $ $) 251 (-3792 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1644 (((-111) $ $) 252 (-3792 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 250 (-3792 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1632 (((-111) $ $) 253 (-3792 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1720 (($ $ |#1|) 56 (|has| |#1| (-357))) (($ $ $) 165 (|has| |#1| (-357))) (($ |#2| |#2|) 223 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 164 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 113 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ $ |#2|) 202 (|has| |#1| (-357))) (($ |#2| $) 201 (|has| |#1| (-357))) (($ (-401 (-552)) $) 54 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 53 (|has| |#1| (-38 (-401 (-552)))))))
-(((-1199 |#1| |#2|) (-137) (-1030) (-1228 |t#1|)) (T -1199))
-((-3299 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1228 *3)) (-5 *2 (-552)))) (-3213 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-4 *1 (-1199 *3 *2)) (-4 *2 (-1228 *3)))) (-3670 (*1 *1 *2 *3) (-12 (-5 *2 (-552)) (-4 *4 (-1030)) (-4 *1 (-1199 *4 *3)) (-4 *3 (-1228 *4)))) (-3005 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1228 *3)))) (-3398 (*1 *1 *1) (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-1228 *2)))) (-3398 (*1 *1 *2 *1) (-12 (-5 *2 (-552)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1228 *3)))) (-3658 (*1 *2 *1) (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1228 *3)))) (-1703 (*1 *2 *1) (|partial| -12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1228 *3)))))
-(-13 (-1197 |t#1|) (-1019 |t#2|) (-10 -8 (-15 -3670 ($ (-552) |t#2|)) (-15 -3299 ((-552) $)) (-15 -3005 (|t#2| $)) (-15 -3398 ($ $)) (-15 -3398 ($ (-552) $)) (-15 -3213 ($ |t#2|)) (-15 -3658 (|t#2| $)) (-15 -1703 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-357)) (-6 (-973 |t#2|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-552)) . T) ((-25) . T) ((-38 #1=(-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-38 |#1|) |has| |#1| (-169)) ((-38 |#2|) |has| |#1| (-357)) ((-38 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-35) |has| |#1| (-38 (-401 (-552)))) ((-94) |has| |#1| (-38 (-401 (-552)))) ((-101) . T) ((-110 #1# #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-110 |#1| |#1|) . T) ((-110 |#2| |#2|) |has| |#1| (-357)) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) -4029 (-12 (|has| |#1| (-357)) (|has| |#2| (-142))) (|has| |#1| (-142))) ((-144) -4029 (-12 (|has| |#1| (-357)) (|has| |#2| (-144))) (|has| |#1| (-144))) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-600 (-220)) -12 (|has| |#1| (-357)) (|has| |#2| (-1003))) ((-600 (-373)) -12 (|has| |#1| (-357)) (|has| |#2| (-1003))) ((-600 (-528)) -12 (|has| |#1| (-357)) (|has| |#2| (-600 (-528)))) ((-600 (-873 (-373))) -12 (|has| |#1| (-357)) (|has| |#2| (-600 (-873 (-373))))) ((-600 (-873 (-552))) -12 (|has| |#1| (-357)) (|has| |#2| (-600 (-873 (-552))))) ((-226 |#2|) |has| |#1| (-357)) ((-228) -4029 (-12 (|has| |#1| (-357)) (|has| |#2| (-228))) (|has| |#1| (-15 * (|#1| (-552) |#1|)))) ((-238) |has| |#1| (-357)) ((-278) |has| |#1| (-38 (-401 (-552)))) ((-280 |#2| $) -12 (|has| |#1| (-357)) (|has| |#2| (-280 |#2| |#2|))) ((-280 $ $) |has| (-552) (-1090)) ((-284) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-303 |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-303 |#2|))) ((-357) |has| |#1| (-357)) ((-332 |#2|) |has| |#1| (-357)) ((-371 |#2|) |has| |#1| (-357)) ((-394 |#2|) |has| |#1| (-357)) ((-445) |has| |#1| (-357)) ((-485) |has| |#1| (-38 (-401 (-552)))) ((-506 (-1154) |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-506 (-1154) |#2|))) ((-506 |#2| |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-303 |#2|))) ((-544) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-632 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-632 |#1|) . T) ((-632 |#2|) |has| |#1| (-357)) ((-632 $) . T) ((-625 (-552)) -12 (|has| |#1| (-357)) (|has| |#2| (-625 (-552)))) ((-625 |#2|) |has| |#1| (-357)) ((-702 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-702 |#1|) |has| |#1| (-169)) ((-702 |#2|) |has| |#1| (-357)) ((-702 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-711) . T) ((-776) -12 (|has| |#1| (-357)) (|has| |#2| (-805))) ((-777) -12 (|has| |#1| (-357)) (|has| |#2| (-805))) ((-779) -12 (|has| |#1| (-357)) (|has| |#2| (-805))) ((-780) -12 (|has| |#1| (-357)) (|has| |#2| (-805))) ((-805) -12 (|has| |#1| (-357)) (|has| |#2| (-805))) ((-830) -12 (|has| |#1| (-357)) (|has| |#2| (-805))) ((-832) -4029 (-12 (|has| |#1| (-357)) (|has| |#2| (-832))) (-12 (|has| |#1| (-357)) (|has| |#2| (-805)))) ((-881 (-1154)) -4029 (-12 (|has| |#1| (-357)) (|has| |#2| (-881 (-1154)))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))) ((-867 (-373)) -12 (|has| |#1| (-357)) (|has| |#2| (-867 (-373)))) ((-867 (-552)) -12 (|has| |#1| (-357)) (|has| |#2| (-867 (-552)))) ((-865 |#2|) |has| |#1| (-357)) ((-890) -12 (|has| |#1| (-357)) (|has| |#2| (-890))) ((-954 |#1| #0# (-1060)) . T) ((-901) |has| |#1| (-357)) ((-973 |#2|) |has| |#1| (-357)) ((-983) |has| |#1| (-38 (-401 (-552)))) ((-1003) -12 (|has| |#1| (-357)) (|has| |#2| (-1003))) ((-1019 (-401 (-552))) -12 (|has| |#1| (-357)) (|has| |#2| (-1019 (-552)))) ((-1019 (-552)) -12 (|has| |#1| (-357)) (|has| |#2| (-1019 (-552)))) ((-1019 (-1154)) -12 (|has| |#1| (-357)) (|has| |#2| (-1019 (-1154)))) ((-1019 |#2|) . T) ((-1036 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-1036 |#1|) . T) ((-1036 |#2|) |has| |#1| (-357)) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1129) -12 (|has| |#1| (-357)) (|has| |#2| (-1129))) ((-1176) |has| |#1| (-38 (-401 (-552)))) ((-1179) |has| |#1| (-38 (-401 (-552)))) ((-1191) |has| |#1| (-357)) ((-1195) |has| |#1| (-357)) ((-1197 |#1|) . T) ((-1215 |#1| #0#) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 70)) (-3603 ((|#2| $) NIL (-12 (|has| |#2| (-301)) (|has| |#1| (-357))))) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) 88)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4157 (($ $ (-552)) 97) (($ $ (-552) (-552)) 99)) (-2622 (((-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) $) 47)) (-3005 ((|#2| $) 11)) (-1703 (((-3 |#2| "failed") $) 30)) (-3658 ((|#2| $) 31)) (-2478 (($ $) 192 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 168 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| |#2| (-890)) (|has| |#1| (-357))))) (-4116 (($ $) NIL (|has| |#1| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (-12 (|has| |#2| (-890)) (|has| |#1| (-357))))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2455 (($ $) 188 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 164 (|has| |#1| (-38 (-401 (-552)))))) (-3886 (((-552) $) NIL (-12 (|has| |#2| (-805)) (|has| |#1| (-357))))) (-1726 (($ (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|)))) 57)) (-2506 (($ $) 196 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 172 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) 144) (((-3 (-552) "failed") $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#1| (-357)))) (((-3 (-401 (-552)) "failed") $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#1| (-357)))) (((-3 (-1154) "failed") $) NIL (-12 (|has| |#2| (-1019 (-1154))) (|has| |#1| (-357))))) (-2832 ((|#2| $) 143) (((-552) $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#1| (-357)))) (((-401 (-552)) $) NIL (-12 (|has| |#2| (-1019 (-552))) (|has| |#1| (-357)))) (((-1154) $) NIL (-12 (|has| |#2| (-1019 (-1154))) (|has| |#1| (-357))))) (-3398 (($ $) 61) (($ (-552) $) 24)) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL)) (-2714 (((-673 |#2|) (-673 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| |#2| (-625 (-552))) (|has| |#1| (-357)))) (((-673 (-552)) (-673 $)) NIL (-12 (|has| |#2| (-625 (-552))) (|has| |#1| (-357))))) (-1293 (((-3 $ "failed") $) 77)) (-3469 (((-401 (-933 |#1|)) $ (-552)) 112 (|has| |#1| (-544))) (((-401 (-933 |#1|)) $ (-552) (-552)) 114 (|has| |#1| (-544)))) (-1332 (($) NIL (-12 (|has| |#2| (-537)) (|has| |#1| (-357))))) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-1677 (((-111) $) NIL (|has| |#1| (-357)))) (-1338 (((-111) $) NIL (-12 (|has| |#2| (-805)) (|has| |#1| (-357))))) (-3593 (((-111) $) 64)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| |#2| (-867 (-373))) (|has| |#1| (-357)))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| |#2| (-867 (-552))) (|has| |#1| (-357))))) (-4241 (((-552) $) 93) (((-552) $ (-552)) 95)) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL (|has| |#1| (-357)))) (-4015 ((|#2| $) 151 (|has| |#1| (-357)))) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2032 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1129)) (|has| |#1| (-357))))) (-3127 (((-111) $) NIL (-12 (|has| |#2| (-805)) (|has| |#1| (-357))))) (-1524 (($ $ (-902)) 136)) (-3838 (($ (-1 |#1| (-552)) $) 132)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-552)) 19) (($ $ (-1060) (-552)) NIL) (($ $ (-629 (-1060)) (-629 (-552))) NIL)) (-1772 (($ $ $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-2011 (($ $ $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1477 (($ (-1 |#1| |#1|) $) 129) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-357)))) (-2430 (($ $) 162 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3670 (($ (-552) |#2|) 10)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 145 (|has| |#1| (-357)))) (-2889 (($ $) 214 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) 219 (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176)))))) (-1977 (($) NIL (-12 (|has| |#2| (-1129)) (|has| |#1| (-357))) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2147 (($ $) NIL (-12 (|has| |#2| (-301)) (|has| |#1| (-357))))) (-3410 ((|#2| $) NIL (-12 (|has| |#2| (-537)) (|has| |#1| (-357))))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| |#2| (-890)) (|has| |#1| (-357))))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| |#2| (-890)) (|has| |#1| (-357))))) (-3479 (((-412 $) $) NIL (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3136 (($ $ (-552)) 126)) (-3969 (((-3 $ "failed") $ $) 116 (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2855 (($ $) 160 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) 85 (|has| |#1| (-15 ** (|#1| |#1| (-552))))) (($ $ (-1154) |#2|) NIL (-12 (|has| |#2| (-506 (-1154) |#2|)) (|has| |#1| (-357)))) (($ $ (-629 (-1154)) (-629 |#2|)) NIL (-12 (|has| |#2| (-506 (-1154) |#2|)) (|has| |#1| (-357)))) (($ $ (-629 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ (-629 |#2|) (-629 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357))))) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ (-552)) 91) (($ $ $) 79 (|has| (-552) (-1090))) (($ $ |#2|) NIL (-12 (|has| |#2| (-280 |#2| |#2|)) (|has| |#1| (-357))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3096 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-357))) (($ $ (-1 |#2| |#2|) (-756)) NIL (|has| |#1| (-357))) (($ $ (-756)) NIL (-4029 (-12 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $) 137 (-4029 (-12 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-4029 (-12 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154) (-756)) NIL (-4029 (-12 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-629 (-1154))) NIL (-4029 (-12 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154)) 140 (-4029 (-12 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))))) (-2493 (($ $) NIL (|has| |#1| (-357)))) (-4026 ((|#2| $) 152 (|has| |#1| (-357)))) (-3299 (((-552) $) 12)) (-2518 (($ $) 198 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 174 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 194 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 170 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 190 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 166 (|has| |#1| (-38 (-401 (-552)))))) (-1522 (((-220) $) NIL (-12 (|has| |#2| (-1003)) (|has| |#1| (-357)))) (((-373) $) NIL (-12 (|has| |#2| (-1003)) (|has| |#1| (-357)))) (((-528) $) NIL (-12 (|has| |#2| (-600 (-528))) (|has| |#1| (-357)))) (((-873 (-373)) $) NIL (-12 (|has| |#2| (-600 (-873 (-373)))) (|has| |#1| (-357)))) (((-873 (-552)) $) NIL (-12 (|has| |#2| (-600 (-873 (-552)))) (|has| |#1| (-357))))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-890)) (|has| |#1| (-357))))) (-1680 (($ $) 124)) (-3213 (((-844) $) 245) (($ (-552)) 23) (($ |#1|) 21 (|has| |#1| (-169))) (($ |#2|) 20) (($ (-1154)) NIL (-12 (|has| |#2| (-1019 (-1154))) (|has| |#1| (-357)))) (($ (-401 (-552))) 155 (|has| |#1| (-38 (-401 (-552))))) (($ $) NIL (|has| |#1| (-544)))) (-2266 ((|#1| $ (-552)) 74)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#2| (-890)) (|has| |#1| (-357))) (-12 (|has| |#2| (-142)) (|has| |#1| (-357))) (|has| |#1| (-142))))) (-2014 (((-756)) 142)) (-4046 ((|#1| $) 90)) (-3763 ((|#2| $) NIL (-12 (|has| |#2| (-537)) (|has| |#1| (-357))))) (-3843 (($ $) 204 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 180 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) 200 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 176 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 208 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 184 (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-552)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-552)))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) 210 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 186 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 206 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 182 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 202 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 178 (|has| |#1| (-38 (-401 (-552)))))) (-1578 (($ $) NIL (-12 (|has| |#2| (-805)) (|has| |#1| (-357))))) (-3297 (($) 13 T CONST)) (-3309 (($) 17 T CONST)) (-1765 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-357))) (($ $ (-1 |#2| |#2|) (-756)) NIL (|has| |#1| (-357))) (($ $ (-756)) NIL (-4029 (-12 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $) NIL (-4029 (-12 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-4029 (-12 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154) (-756)) NIL (-4029 (-12 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-629 (-1154))) NIL (-4029 (-12 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| |#2| (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))))) (-1666 (((-111) $ $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1644 (((-111) $ $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1613 (((-111) $ $) 63)) (-1655 (((-111) $ $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1632 (((-111) $ $) NIL (-12 (|has| |#2| (-832)) (|has| |#1| (-357))))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) 149 (|has| |#1| (-357))) (($ |#2| |#2|) 150 (|has| |#1| (-357)))) (-1709 (($ $) 213) (($ $ $) 68)) (-1698 (($ $ $) 66)) (** (($ $ (-902)) NIL) (($ $ (-756)) 73) (($ $ (-552)) 146 (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 158 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 69) (($ $ |#1|) NIL) (($ |#1| $) 139) (($ $ |#2|) 148 (|has| |#1| (-357))) (($ |#2| $) 147 (|has| |#1| (-357))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-1200 |#1| |#2|) (-1199 |#1| |#2|) (-1030) (-1228 |#1|)) (T -1200))
-NIL
-(-1199 |#1| |#2|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3603 (((-1229 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-301)) (|has| |#1| (-357))))) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) 10)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-3303 (($ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-1334 (((-111) $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-4157 (($ $ (-552)) NIL) (($ $ (-552) (-552)) NIL)) (-2622 (((-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|))) $) NIL)) (-3005 (((-1229 |#1| |#2| |#3|) $) NIL)) (-1703 (((-3 (-1229 |#1| |#2| |#3|) "failed") $) NIL)) (-3658 (((-1229 |#1| |#2| |#3|) $) NIL)) (-2478 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-4116 (($ $) NIL (|has| |#1| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2455 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3886 (((-552) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))))) (-1726 (($ (-1134 (-2 (|:| |k| (-552)) (|:| |c| |#1|)))) NIL)) (-2506 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-1229 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1154) "failed") $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1019 (-1154))) (|has| |#1| (-357)))) (((-3 (-401 (-552)) "failed") $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357)))) (((-3 (-552) "failed") $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357))))) (-2832 (((-1229 |#1| |#2| |#3|) $) NIL) (((-1154) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1019 (-1154))) (|has| |#1| (-357)))) (((-401 (-552)) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357)))) (((-552) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357))))) (-3398 (($ $) NIL) (($ (-552) $) NIL)) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL)) (-2714 (((-673 (-1229 |#1| |#2| |#3|)) (-673 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -2325 (-673 (-1229 |#1| |#2| |#3|))) (|:| |vec| (-1237 (-1229 |#1| |#2| |#3|)))) (-673 $) (-1237 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-625 (-552))) (|has| |#1| (-357)))) (((-673 (-552)) (-673 $)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-625 (-552))) (|has| |#1| (-357))))) (-1293 (((-3 $ "failed") $) NIL)) (-3469 (((-401 (-933 |#1|)) $ (-552)) NIL (|has| |#1| (-544))) (((-401 (-933 |#1|)) $ (-552) (-552)) NIL (|has| |#1| (-544)))) (-1332 (($) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-537)) (|has| |#1| (-357))))) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-1677 (((-111) $) NIL (|has| |#1| (-357)))) (-1338 (((-111) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))))) (-3593 (((-111) $) NIL)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2214 (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-867 (-552))) (|has| |#1| (-357)))) (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-867 (-373))) (|has| |#1| (-357))))) (-4241 (((-552) $) NIL) (((-552) $ (-552)) NIL)) (-4065 (((-111) $) NIL)) (-3773 (($ $) NIL (|has| |#1| (-357)))) (-4015 (((-1229 |#1| |#2| |#3|) $) NIL (|has| |#1| (-357)))) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2032 (((-3 $ "failed") $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1129)) (|has| |#1| (-357))))) (-3127 (((-111) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))))) (-1524 (($ $ (-902)) NIL)) (-3838 (($ (-1 |#1| (-552)) $) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-552)) 17) (($ $ (-1060) (-552)) NIL) (($ $ (-629 (-1060)) (-629 (-552))) NIL)) (-1772 (($ $ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-2011 (($ $ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-357)))) (-2430 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3670 (($ (-552) (-1229 |#1| |#2| |#3|)) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-2889 (($ $) 25 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176))))) (($ $ (-1233 |#2|)) 26 (|has| |#1| (-38 (-401 (-552)))))) (-1977 (($) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1129)) (|has| |#1| (-357))) CONST)) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2147 (($ $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-301)) (|has| |#1| (-357))))) (-3410 (((-1229 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-537)) (|has| |#1| (-357))))) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-3479 (((-412 $) $) NIL (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3136 (($ $ (-552)) NIL)) (-3969 (((-3 $ "failed") $ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2855 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-552))))) (($ $ (-1154) (-1229 |#1| |#2| |#3|)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-506 (-1154) (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-629 (-1154)) (-629 (-1229 |#1| |#2| |#3|))) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-506 (-1154) (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-629 (-288 (-1229 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-303 (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-288 (-1229 |#1| |#2| |#3|))) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-303 (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-303 (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-629 (-1229 |#1| |#2| |#3|)) (-629 (-1229 |#1| |#2| |#3|))) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-303 (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357))))) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ (-552)) NIL) (($ $ $) NIL (|has| (-552) (-1090))) (($ $ (-1229 |#1| |#2| |#3|)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-280 (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|))) (|has| |#1| (-357))))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3096 (($ $ (-1 (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|))) NIL (|has| |#1| (-357))) (($ $ (-1 (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|)) (-756)) NIL (|has| |#1| (-357))) (($ $ (-1233 |#2|)) 24) (($ $ (-756)) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $) 23 (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154) (-756)) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-629 (-1154))) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))))) (-2493 (($ $) NIL (|has| |#1| (-357)))) (-4026 (((-1229 |#1| |#2| |#3|) $) NIL (|has| |#1| (-357)))) (-3299 (((-552) $) NIL)) (-2518 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1522 (((-528) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-600 (-528))) (|has| |#1| (-357)))) (((-373) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1003)) (|has| |#1| (-357)))) (((-220) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1003)) (|has| |#1| (-357)))) (((-873 (-373)) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-600 (-873 (-373)))) (|has| |#1| (-357)))) (((-873 (-552)) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-600 (-873 (-552)))) (|has| |#1| (-357))))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))))) (-1680 (($ $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1229 |#1| |#2| |#3|)) NIL) (($ (-1233 |#2|)) 22) (($ (-1154)) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-1019 (-1154))) (|has| |#1| (-357)))) (($ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544)))) (($ (-401 (-552))) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-1019 (-552))) (|has| |#1| (-357))) (|has| |#1| (-38 (-401 (-552))))))) (-2266 ((|#1| $ (-552)) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-142)) (|has| |#1| (-357))) (|has| |#1| (-142))))) (-2014 (((-756)) NIL)) (-4046 ((|#1| $) 11)) (-3763 (((-1229 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-537)) (|has| |#1| (-357))))) (-3843 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-890)) (|has| |#1| (-357))) (|has| |#1| (-544))))) (-2530 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-552)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-552)))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1578 (($ $) NIL (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))))) (-3297 (($) 19 T CONST)) (-3309 (($) 15 T CONST)) (-1765 (($ $ (-1 (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|))) NIL (|has| |#1| (-357))) (($ $ (-1 (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|)) (-756)) NIL (|has| |#1| (-357))) (($ $ (-756)) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-552) |#1|))))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154) (-756)) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-629 (-1154))) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154)))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-881 (-1154))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-552) |#1|))) (|has| |#1| (-881 (-1154))))))) (-1666 (((-111) $ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1644 (((-111) $ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1632 (((-111) $ $) NIL (-4029 (-12 (|has| (-1229 |#1| |#2| |#3|) (-805)) (|has| |#1| (-357))) (-12 (|has| (-1229 |#1| |#2| |#3|) (-832)) (|has| |#1| (-357)))))) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357))) (($ (-1229 |#1| |#2| |#3|) (-1229 |#1| |#2| |#3|)) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 20)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1229 |#1| |#2| |#3|)) NIL (|has| |#1| (-357))) (($ (-1229 |#1| |#2| |#3|) $) NIL (|has| |#1| (-357))) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-1201 |#1| |#2| |#3|) (-13 (-1199 |#1| (-1229 |#1| |#2| |#3|)) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|))) (-1030) (-1154) |#1|) (T -1201))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1201 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1201 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-2889 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1201 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3))))
-(-13 (-1199 |#1| (-1229 |#1| |#2| |#3|)) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|)))
-((-3258 (((-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))) |#1| (-111)) 12)) (-4058 (((-412 |#1|) |#1|) 22)) (-3479 (((-412 |#1|) |#1|) 21)))
-(((-1202 |#1|) (-10 -7 (-15 -3479 ((-412 |#1|) |#1|)) (-15 -4058 ((-412 |#1|) |#1|)) (-15 -3258 ((-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))) |#1| (-111)))) (-1213 (-552))) (T -1202))
-((-3258 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-5 *2 (-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| *3) (|:| -2277 (-552))))))) (-5 *1 (-1202 *3)) (-4 *3 (-1213 (-552))))) (-4058 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-1202 *3)) (-4 *3 (-1213 (-552))))) (-3479 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-1202 *3)) (-4 *3 (-1213 (-552))))))
-(-10 -7 (-15 -3479 ((-412 |#1|) |#1|)) (-15 -4058 ((-412 |#1|) |#1|)) (-15 -3258 ((-2 (|:| |contp| (-552)) (|:| -3772 (-629 (-2 (|:| |irr| |#1|) (|:| -2277 (-552)))))) |#1| (-111))))
-((-1477 (((-1134 |#2|) (-1 |#2| |#1|) (-1204 |#1|)) 23 (|has| |#1| (-830))) (((-1204 |#2|) (-1 |#2| |#1|) (-1204 |#1|)) 17)))
-(((-1203 |#1| |#2|) (-10 -7 (-15 -1477 ((-1204 |#2|) (-1 |#2| |#1|) (-1204 |#1|))) (IF (|has| |#1| (-830)) (-15 -1477 ((-1134 |#2|) (-1 |#2| |#1|) (-1204 |#1|))) |%noBranch|)) (-1191) (-1191)) (T -1203))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1204 *5)) (-4 *5 (-830)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-1134 *6)) (-5 *1 (-1203 *5 *6)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1204 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-1204 *6)) (-5 *1 (-1203 *5 *6)))))
-(-10 -7 (-15 -1477 ((-1204 |#2|) (-1 |#2| |#1|) (-1204 |#1|))) (IF (|has| |#1| (-830)) (-15 -1477 ((-1134 |#2|) (-1 |#2| |#1|) (-1204 |#1|))) |%noBranch|))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1463 (($ |#1| |#1|) 9) (($ |#1|) 8)) (-1477 (((-1134 |#1|) (-1 |#1| |#1|) $) 41 (|has| |#1| (-830)))) (-3744 ((|#1| $) 14)) (-4209 ((|#1| $) 10)) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-4219 (((-552) $) 18)) (-2707 ((|#1| $) 17)) (-4230 ((|#1| $) 11)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2373 (((-111) $) 16)) (-3925 (((-1134 |#1|) $) 38 (|has| |#1| (-830))) (((-1134 |#1|) (-629 $)) 37 (|has| |#1| (-830)))) (-1522 (($ |#1|) 25)) (-3213 (($ (-1072 |#1|)) 24) (((-844) $) 34 (|has| |#1| (-1078)))) (-4268 (($ |#1| |#1|) 20) (($ |#1|) 19)) (-1420 (($ $ (-552)) 13)) (-1613 (((-111) $ $) 27 (|has| |#1| (-1078)))))
-(((-1204 |#1|) (-13 (-1071 |#1|) (-10 -8 (-15 -4268 ($ |#1|)) (-15 -1463 ($ |#1|)) (-15 -3213 ($ (-1072 |#1|))) (-15 -2373 ((-111) $)) (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|) (IF (|has| |#1| (-830)) (-6 (-1073 |#1| (-1134 |#1|))) |%noBranch|))) (-1191)) (T -1204))
-((-4268 (*1 *1 *2) (-12 (-5 *1 (-1204 *2)) (-4 *2 (-1191)))) (-1463 (*1 *1 *2) (-12 (-5 *1 (-1204 *2)) (-4 *2 (-1191)))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1072 *3)) (-4 *3 (-1191)) (-5 *1 (-1204 *3)))) (-2373 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1204 *3)) (-4 *3 (-1191)))))
-(-13 (-1071 |#1|) (-10 -8 (-15 -4268 ($ |#1|)) (-15 -1463 ($ |#1|)) (-15 -3213 ($ (-1072 |#1|))) (-15 -2373 ((-111) $)) (IF (|has| |#1| (-1078)) (-6 (-1078)) |%noBranch|) (IF (|has| |#1| (-830)) (-6 (-1073 |#1| (-1134 |#1|))) |%noBranch|)))
-((-1477 (((-1210 |#3| |#4|) (-1 |#4| |#2|) (-1210 |#1| |#2|)) 15)))
-(((-1205 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 ((-1210 |#3| |#4|) (-1 |#4| |#2|) (-1210 |#1| |#2|)))) (-1154) (-1030) (-1154) (-1030)) (T -1205))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1210 *5 *6)) (-14 *5 (-1154)) (-4 *6 (-1030)) (-4 *8 (-1030)) (-5 *2 (-1210 *7 *8)) (-5 *1 (-1205 *5 *6 *7 *8)) (-14 *7 (-1154)))))
-(-10 -7 (-15 -1477 ((-1210 |#3| |#4|) (-1 |#4| |#2|) (-1210 |#1| |#2|))))
-((-1774 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-2592 ((|#1| |#3|) 13)) (-3075 ((|#3| |#3|) 19)))
-(((-1206 |#1| |#2| |#3|) (-10 -7 (-15 -2592 (|#1| |#3|)) (-15 -3075 (|#3| |#3|)) (-15 -1774 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-544) (-973 |#1|) (-1213 |#2|)) (T -1206))
-((-1774 (*1 *2 *3) (-12 (-4 *4 (-544)) (-4 *5 (-973 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1206 *4 *5 *3)) (-4 *3 (-1213 *5)))) (-3075 (*1 *2 *2) (-12 (-4 *3 (-544)) (-4 *4 (-973 *3)) (-5 *1 (-1206 *3 *4 *2)) (-4 *2 (-1213 *4)))) (-2592 (*1 *2 *3) (-12 (-4 *4 (-973 *2)) (-4 *2 (-544)) (-5 *1 (-1206 *2 *4 *3)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -2592 (|#1| |#3|)) (-15 -3075 (|#3| |#3|)) (-15 -1774 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-3267 (((-3 |#2| "failed") |#2| (-756) |#1|) 29)) (-3247 (((-3 |#2| "failed") |#2| (-756)) 30)) (-3260 (((-3 (-2 (|:| -3416 |#2|) (|:| -3428 |#2|)) "failed") |#2|) 43)) (-3185 (((-629 |#2|) |#2|) 45)) (-3121 (((-3 |#2| "failed") |#2| |#2|) 40)))
-(((-1207 |#1| |#2|) (-10 -7 (-15 -3247 ((-3 |#2| "failed") |#2| (-756))) (-15 -3267 ((-3 |#2| "failed") |#2| (-756) |#1|)) (-15 -3121 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3260 ((-3 (-2 (|:| -3416 |#2|) (|:| -3428 |#2|)) "failed") |#2|)) (-15 -3185 ((-629 |#2|) |#2|))) (-13 (-544) (-144)) (-1213 |#1|)) (T -1207))
-((-3185 (*1 *2 *3) (-12 (-4 *4 (-13 (-544) (-144))) (-5 *2 (-629 *3)) (-5 *1 (-1207 *4 *3)) (-4 *3 (-1213 *4)))) (-3260 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-544) (-144))) (-5 *2 (-2 (|:| -3416 *3) (|:| -3428 *3))) (-5 *1 (-1207 *4 *3)) (-4 *3 (-1213 *4)))) (-3121 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-544) (-144))) (-5 *1 (-1207 *3 *2)) (-4 *2 (-1213 *3)))) (-3267 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-756)) (-4 *4 (-13 (-544) (-144))) (-5 *1 (-1207 *4 *2)) (-4 *2 (-1213 *4)))) (-3247 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-756)) (-4 *4 (-13 (-544) (-144))) (-5 *1 (-1207 *4 *2)) (-4 *2 (-1213 *4)))))
-(-10 -7 (-15 -3247 ((-3 |#2| "failed") |#2| (-756))) (-15 -3267 ((-3 |#2| "failed") |#2| (-756) |#1|)) (-15 -3121 ((-3 |#2| "failed") |#2| |#2|)) (-15 -3260 ((-3 (-2 (|:| -3416 |#2|) (|:| -3428 |#2|)) "failed") |#2|)) (-15 -3185 ((-629 |#2|) |#2|)))
-((-3367 (((-3 (-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) "failed") |#2| |#2|) 32)))
-(((-1208 |#1| |#2|) (-10 -7 (-15 -3367 ((-3 (-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) "failed") |#2| |#2|))) (-544) (-1213 |#1|)) (T -1208))
-((-3367 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-544)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-1208 *4 *3)) (-4 *3 (-1213 *4)))))
-(-10 -7 (-15 -3367 ((-3 (-2 (|:| -3713 |#2|) (|:| -4186 |#2|)) "failed") |#2| |#2|)))
-((-2375 ((|#2| |#2| |#2|) 19)) (-3959 ((|#2| |#2| |#2|) 30)) (-3620 ((|#2| |#2| |#2| (-756) (-756)) 36)))
-(((-1209 |#1| |#2|) (-10 -7 (-15 -2375 (|#2| |#2| |#2|)) (-15 -3959 (|#2| |#2| |#2|)) (-15 -3620 (|#2| |#2| |#2| (-756) (-756)))) (-1030) (-1213 |#1|)) (T -1209))
-((-3620 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-756)) (-4 *4 (-1030)) (-5 *1 (-1209 *4 *2)) (-4 *2 (-1213 *4)))) (-3959 (*1 *2 *2 *2) (-12 (-4 *3 (-1030)) (-5 *1 (-1209 *3 *2)) (-4 *2 (-1213 *3)))) (-2375 (*1 *2 *2 *2) (-12 (-4 *3 (-1030)) (-5 *1 (-1209 *3 *2)) (-4 *2 (-1213 *3)))))
-(-10 -7 (-15 -2375 (|#2| |#2| |#2|)) (-15 -3959 (|#2| |#2| |#2|)) (-15 -3620 (|#2| |#2| |#2| (-756) (-756))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2961 (((-1237 |#2|) $ (-756)) NIL)) (-3611 (((-629 (-1060)) $) NIL)) (-4218 (($ (-1150 |#2|)) NIL)) (-3449 (((-1150 $) $ (-1060)) NIL) (((-1150 |#2|) $) NIL)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#2| (-544)))) (-3303 (($ $) NIL (|has| |#2| (-544)))) (-1334 (((-111) $) NIL (|has| |#2| (-544)))) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-1060))) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2134 (($ $ $) NIL (|has| |#2| (-544)))) (-1472 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-4116 (($ $) NIL (|has| |#2| (-445)))) (-3343 (((-412 $) $) NIL (|has| |#2| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-2393 (((-111) $ $) NIL (|has| |#2| (-357)))) (-1496 (($ $ (-756)) NIL)) (-3366 (($ $ (-756)) NIL)) (-3376 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-445)))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-552)) "failed") $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) NIL (|has| |#2| (-1019 (-552)))) (((-3 (-1060) "failed") $) NIL)) (-2832 ((|#2| $) NIL) (((-401 (-552)) $) NIL (|has| |#2| (-1019 (-401 (-552))))) (((-552) $) NIL (|has| |#2| (-1019 (-552)))) (((-1060) $) NIL)) (-3301 (($ $ $ (-1060)) NIL (|has| |#2| (-169))) ((|#2| $ $) NIL (|has| |#2| (-169)))) (-4006 (($ $ $) NIL (|has| |#2| (-357)))) (-3766 (($ $) NIL)) (-2714 (((-673 (-552)) (-673 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) NIL (|has| |#2| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#2|)) (|:| |vec| (-1237 |#2|))) (-673 $) (-1237 $)) NIL) (((-673 |#2|) (-673 $)) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3987 (($ $ $) NIL (|has| |#2| (-357)))) (-3547 (($ $ $) NIL)) (-1589 (($ $ $) NIL (|has| |#2| (-544)))) (-2997 (((-2 (|:| -4158 |#2|) (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#2| (-544)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#2| (-357)))) (-3471 (($ $) NIL (|has| |#2| (-445))) (($ $ (-1060)) NIL (|has| |#2| (-445)))) (-3754 (((-629 $) $) NIL)) (-1677 (((-111) $) NIL (|has| |#2| (-890)))) (-3423 (($ $ |#2| (-756) $) NIL)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) NIL (-12 (|has| (-1060) (-867 (-373))) (|has| |#2| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) NIL (-12 (|has| (-1060) (-867 (-552))) (|has| |#2| (-867 (-552)))))) (-4241 (((-756) $ $) NIL (|has| |#2| (-544)))) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-2032 (((-3 $ "failed") $) NIL (|has| |#2| (-1129)))) (-3602 (($ (-1150 |#2|) (-1060)) NIL) (($ (-1150 $) (-1060)) NIL)) (-1524 (($ $ (-756)) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#2| (-357)))) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-3590 (($ |#2| (-756)) 17) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-1060)) NIL) (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL)) (-3544 (((-756) $) NIL) (((-756) $ (-1060)) NIL) (((-629 (-756)) $ (-629 (-1060))) NIL)) (-1772 (($ $ $) NIL (|has| |#2| (-832)))) (-2011 (($ $ $) NIL (|has| |#2| (-832)))) (-3891 (($ (-1 (-756) (-756)) $) NIL)) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-2434 (((-1150 |#2|) $) NIL)) (-3506 (((-3 (-1060) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-2623 (((-1136) $) NIL)) (-1679 (((-2 (|:| -3713 $) (|:| -4186 $)) $ (-756)) NIL)) (-4263 (((-3 (-629 $) "failed") $) NIL)) (-2878 (((-3 (-629 $) "failed") $) NIL)) (-3909 (((-3 (-2 (|:| |var| (-1060)) (|:| -1406 (-756))) "failed") $) NIL)) (-2889 (($ $) NIL (|has| |#2| (-38 (-401 (-552)))))) (-1977 (($) NIL (|has| |#2| (-1129)) CONST)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 ((|#2| $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#2| (-445)))) (-2594 (($ (-629 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-3079 (($ $ (-756) |#2| $) NIL)) (-1848 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) NIL (|has| |#2| (-890)))) (-3479 (((-412 $) $) NIL (|has| |#2| (-890)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#2| (-357)))) (-3969 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-544))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#2| (-357)))) (-2432 (($ $ (-629 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-1060) |#2|) NIL) (($ $ (-629 (-1060)) (-629 |#2|)) NIL) (($ $ (-1060) $) NIL) (($ $ (-629 (-1060)) (-629 $)) NIL)) (-3795 (((-756) $) NIL (|has| |#2| (-357)))) (-2060 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-401 $) (-401 $) (-401 $)) NIL (|has| |#2| (-544))) ((|#2| (-401 $) |#2|) NIL (|has| |#2| (-357))) (((-401 $) $ (-401 $)) NIL (|has| |#2| (-544)))) (-4212 (((-3 $ "failed") $ (-756)) NIL)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#2| (-357)))) (-1721 (($ $ (-1060)) NIL (|has| |#2| (-169))) ((|#2| $) NIL (|has| |#2| (-169)))) (-3096 (($ $ (-1060)) NIL) (($ $ (-629 (-1060))) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL) (($ $ (-756)) NIL) (($ $) NIL) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) $) NIL)) (-3299 (((-756) $) NIL) (((-756) $ (-1060)) NIL) (((-629 (-756)) $ (-629 (-1060))) NIL)) (-1522 (((-873 (-373)) $) NIL (-12 (|has| (-1060) (-600 (-873 (-373)))) (|has| |#2| (-600 (-873 (-373)))))) (((-873 (-552)) $) NIL (-12 (|has| (-1060) (-600 (-873 (-552)))) (|has| |#2| (-600 (-873 (-552)))))) (((-528) $) NIL (-12 (|has| (-1060) (-600 (-528))) (|has| |#2| (-600 (-528)))))) (-3807 ((|#2| $) NIL (|has| |#2| (-445))) (($ $ (-1060)) NIL (|has| |#2| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-890))))) (-2911 (((-3 $ "failed") $ $) NIL (|has| |#2| (-544))) (((-3 (-401 $) "failed") (-401 $) $) NIL (|has| |#2| (-544)))) (-3213 (((-844) $) 13) (($ (-552)) NIL) (($ |#2|) NIL) (($ (-1060)) NIL) (($ (-1233 |#1|)) 19) (($ (-401 (-552))) NIL (-4029 (|has| |#2| (-38 (-401 (-552)))) (|has| |#2| (-1019 (-401 (-552)))))) (($ $) NIL (|has| |#2| (-544)))) (-2984 (((-629 |#2|) $) NIL)) (-2266 ((|#2| $ (-756)) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-3878 (((-3 $ "failed") $) NIL (-4029 (-12 (|has| $ (-142)) (|has| |#2| (-890))) (|has| |#2| (-142))))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| |#2| (-169)))) (-3589 (((-111) $ $) NIL (|has| |#2| (-544)))) (-3297 (($) NIL T CONST)) (-3309 (($) 14 T CONST)) (-1765 (($ $ (-1060)) NIL) (($ $ (-629 (-1060))) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL) (($ $ (-756)) NIL) (($ $) NIL) (($ $ (-1154)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1154) (-756)) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) NIL (|has| |#2| (-881 (-1154)))) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-1666 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1613 (((-111) $ $) NIL)) (-1655 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#2| (-832)))) (-1720 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-401 (-552))) NIL (|has| |#2| (-38 (-401 (-552))))) (($ (-401 (-552)) $) NIL (|has| |#2| (-38 (-401 (-552))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-1210 |#1| |#2|) (-13 (-1213 |#2|) (-10 -8 (-15 -3213 ($ (-1233 |#1|))) (-15 -3079 ($ $ (-756) |#2| $)))) (-1154) (-1030)) (T -1210))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1233 *3)) (-14 *3 (-1154)) (-5 *1 (-1210 *3 *4)) (-4 *4 (-1030)))) (-3079 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-756)) (-5 *1 (-1210 *4 *3)) (-14 *4 (-1154)) (-4 *3 (-1030)))))
-(-13 (-1213 |#2|) (-10 -8 (-15 -3213 ($ (-1233 |#1|))) (-15 -3079 ($ $ (-756) |#2| $))))
-((-1477 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
-(((-1211 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 (|#4| (-1 |#3| |#1|) |#2|))) (-1030) (-1213 |#1|) (-1030) (-1213 |#3|)) (T -1211))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-4 *2 (-1213 *6)) (-5 *1 (-1211 *5 *4 *6 *2)) (-4 *4 (-1213 *5)))))
-(-10 -7 (-15 -1477 (|#4| (-1 |#3| |#1|) |#2|)))
-((-2961 (((-1237 |#2|) $ (-756)) 114)) (-3611 (((-629 (-1060)) $) 15)) (-4218 (($ (-1150 |#2|)) 67)) (-2349 (((-756) $) NIL) (((-756) $ (-629 (-1060))) 18)) (-1472 (((-412 (-1150 $)) (-1150 $)) 185)) (-4116 (($ $) 175)) (-3343 (((-412 $) $) 173)) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 82)) (-1496 (($ $ (-756)) 71)) (-3366 (($ $ (-756)) 73)) (-3376 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 130)) (-1393 (((-3 |#2| "failed") $) 117) (((-3 (-401 (-552)) "failed") $) NIL) (((-3 (-552) "failed") $) NIL) (((-3 (-1060) "failed") $) NIL)) (-2832 ((|#2| $) 115) (((-401 (-552)) $) NIL) (((-552) $) NIL) (((-1060) $) NIL)) (-1589 (($ $ $) 151)) (-2997 (((-2 (|:| -4158 |#2|) (|:| -3713 $) (|:| -4186 $)) $ $) 153)) (-4241 (((-756) $ $) 170)) (-2032 (((-3 $ "failed") $) 123)) (-3590 (($ |#2| (-756)) NIL) (($ $ (-1060) (-756)) 47) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-3544 (((-756) $) NIL) (((-756) $ (-1060)) 42) (((-629 (-756)) $ (-629 (-1060))) 43)) (-2434 (((-1150 |#2|) $) 59)) (-3506 (((-3 (-1060) "failed") $) 40)) (-1679 (((-2 (|:| -3713 $) (|:| -4186 $)) $ (-756)) 70)) (-2889 (($ $) 197)) (-1977 (($) 119)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 182)) (-1848 (((-412 (-1150 $)) (-1150 $)) 88)) (-1528 (((-412 (-1150 $)) (-1150 $)) 86)) (-3479 (((-412 $) $) 107)) (-2432 (($ $ (-629 (-288 $))) 39) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-629 $) (-629 $)) NIL) (($ $ (-1060) |#2|) 31) (($ $ (-629 (-1060)) (-629 |#2|)) 28) (($ $ (-1060) $) 25) (($ $ (-629 (-1060)) (-629 $)) 23)) (-3795 (((-756) $) 188)) (-2060 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-401 $) (-401 $) (-401 $)) 147) ((|#2| (-401 $) |#2|) 187) (((-401 $) $ (-401 $)) 169)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 191)) (-3096 (($ $ (-1060)) 140) (($ $ (-629 (-1060))) NIL) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL) (($ $ (-756)) NIL) (($ $) 138) (($ $ (-1154)) NIL) (($ $ (-629 (-1154))) NIL) (($ $ (-1154) (-756)) NIL) (($ $ (-629 (-1154)) (-629 (-756))) NIL) (($ $ (-1 |#2| |#2|) (-756)) NIL) (($ $ (-1 |#2| |#2|)) 137) (($ $ (-1 |#2| |#2|) $) 134)) (-3299 (((-756) $) NIL) (((-756) $ (-1060)) 16) (((-629 (-756)) $ (-629 (-1060))) 20)) (-3807 ((|#2| $) NIL) (($ $ (-1060)) 125)) (-2911 (((-3 $ "failed") $ $) 161) (((-3 (-401 $) "failed") (-401 $) $) 157)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#2|) NIL) (($ (-1060)) 51) (($ (-401 (-552))) NIL) (($ $) NIL)))
-(((-1212 |#1| |#2|) (-10 -8 (-15 -3213 (|#1| |#1|)) (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -4116 (|#1| |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1977 (|#1|)) (-15 -2032 ((-3 |#1| "failed") |#1|)) (-15 -2060 ((-401 |#1|) |#1| (-401 |#1|))) (-15 -3795 ((-756) |#1|)) (-15 -1670 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -2889 (|#1| |#1|)) (-15 -2060 (|#2| (-401 |#1|) |#2|)) (-15 -3376 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -2997 ((-2 (|:| -4158 |#2|) (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -1589 (|#1| |#1| |#1|)) (-15 -2911 ((-3 (-401 |#1|) "failed") (-401 |#1|) |#1|)) (-15 -2911 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4241 ((-756) |#1| |#1|)) (-15 -2060 ((-401 |#1|) (-401 |#1|) (-401 |#1|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3366 (|#1| |#1| (-756))) (-15 -1496 (|#1| |#1| (-756))) (-15 -1679 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| (-756))) (-15 -4218 (|#1| (-1150 |#2|))) (-15 -2434 ((-1150 |#2|) |#1|)) (-15 -2961 ((-1237 |#2|) |#1| (-756))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -2060 (|#1| |#1| |#1|)) (-15 -2060 (|#2| |#1| |#2|)) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -1472 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1528 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1848 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1704 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|))) (-15 -3807 (|#1| |#1| (-1060))) (-15 -3611 ((-629 (-1060)) |#1|)) (-15 -2349 ((-756) |#1| (-629 (-1060)))) (-15 -2349 ((-756) |#1|)) (-15 -3590 (|#1| |#1| (-629 (-1060)) (-629 (-756)))) (-15 -3590 (|#1| |#1| (-1060) (-756))) (-15 -3544 ((-629 (-756)) |#1| (-629 (-1060)))) (-15 -3544 ((-756) |#1| (-1060))) (-15 -3506 ((-3 (-1060) "failed") |#1|)) (-15 -3299 ((-629 (-756)) |#1| (-629 (-1060)))) (-15 -3299 ((-756) |#1| (-1060))) (-15 -2832 ((-1060) |#1|)) (-15 -1393 ((-3 (-1060) "failed") |#1|)) (-15 -3213 (|#1| (-1060))) (-15 -2432 (|#1| |#1| (-629 (-1060)) (-629 |#1|))) (-15 -2432 (|#1| |#1| (-1060) |#1|)) (-15 -2432 (|#1| |#1| (-629 (-1060)) (-629 |#2|))) (-15 -2432 (|#1| |#1| (-1060) |#2|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -3299 ((-756) |#1|)) (-15 -3590 (|#1| |#2| (-756))) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -3544 ((-756) |#1|)) (-15 -3807 (|#2| |#1|)) (-15 -3096 (|#1| |#1| (-629 (-1060)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1060) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1060)))) (-15 -3096 (|#1| |#1| (-1060))) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|))) (-1213 |#2|) (-1030)) (T -1212))
-NIL
-(-10 -8 (-15 -3213 (|#1| |#1|)) (-15 -3408 ((-1150 |#1|) (-1150 |#1|) (-1150 |#1|))) (-15 -3343 ((-412 |#1|) |#1|)) (-15 -4116 (|#1| |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -1977 (|#1|)) (-15 -2032 ((-3 |#1| "failed") |#1|)) (-15 -2060 ((-401 |#1|) |#1| (-401 |#1|))) (-15 -3795 ((-756) |#1|)) (-15 -1670 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -2889 (|#1| |#1|)) (-15 -2060 (|#2| (-401 |#1|) |#2|)) (-15 -3376 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -2997 ((-2 (|:| -4158 |#2|) (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| |#1|)) (-15 -1589 (|#1| |#1| |#1|)) (-15 -2911 ((-3 (-401 |#1|) "failed") (-401 |#1|) |#1|)) (-15 -2911 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4241 ((-756) |#1| |#1|)) (-15 -2060 ((-401 |#1|) (-401 |#1|) (-401 |#1|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3366 (|#1| |#1| (-756))) (-15 -1496 (|#1| |#1| (-756))) (-15 -1679 ((-2 (|:| -3713 |#1|) (|:| -4186 |#1|)) |#1| (-756))) (-15 -4218 (|#1| (-1150 |#2|))) (-15 -2434 ((-1150 |#2|) |#1|)) (-15 -2961 ((-1237 |#2|) |#1| (-756))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3096 (|#1| |#1| (-1 |#2| |#2|) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1154) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1154)))) (-15 -3096 (|#1| |#1| (-1154))) (-15 -3096 (|#1| |#1|)) (-15 -3096 (|#1| |#1| (-756))) (-15 -2060 (|#1| |#1| |#1|)) (-15 -2060 (|#2| |#1| |#2|)) (-15 -3479 ((-412 |#1|) |#1|)) (-15 -1472 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1528 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1848 ((-412 (-1150 |#1|)) (-1150 |#1|))) (-15 -1704 ((-3 (-629 (-1150 |#1|)) "failed") (-629 (-1150 |#1|)) (-1150 |#1|))) (-15 -3807 (|#1| |#1| (-1060))) (-15 -3611 ((-629 (-1060)) |#1|)) (-15 -2349 ((-756) |#1| (-629 (-1060)))) (-15 -2349 ((-756) |#1|)) (-15 -3590 (|#1| |#1| (-629 (-1060)) (-629 (-756)))) (-15 -3590 (|#1| |#1| (-1060) (-756))) (-15 -3544 ((-629 (-756)) |#1| (-629 (-1060)))) (-15 -3544 ((-756) |#1| (-1060))) (-15 -3506 ((-3 (-1060) "failed") |#1|)) (-15 -3299 ((-629 (-756)) |#1| (-629 (-1060)))) (-15 -3299 ((-756) |#1| (-1060))) (-15 -2832 ((-1060) |#1|)) (-15 -1393 ((-3 (-1060) "failed") |#1|)) (-15 -3213 (|#1| (-1060))) (-15 -2432 (|#1| |#1| (-629 (-1060)) (-629 |#1|))) (-15 -2432 (|#1| |#1| (-1060) |#1|)) (-15 -2432 (|#1| |#1| (-629 (-1060)) (-629 |#2|))) (-15 -2432 (|#1| |#1| (-1060) |#2|)) (-15 -2432 (|#1| |#1| (-629 |#1|) (-629 |#1|))) (-15 -2432 (|#1| |#1| |#1| |#1|)) (-15 -2432 (|#1| |#1| (-288 |#1|))) (-15 -2432 (|#1| |#1| (-629 (-288 |#1|)))) (-15 -3299 ((-756) |#1|)) (-15 -3590 (|#1| |#2| (-756))) (-15 -2832 ((-552) |#1|)) (-15 -1393 ((-3 (-552) "failed") |#1|)) (-15 -2832 ((-401 (-552)) |#1|)) (-15 -1393 ((-3 (-401 (-552)) "failed") |#1|)) (-15 -3213 (|#1| |#2|)) (-15 -1393 ((-3 |#2| "failed") |#1|)) (-15 -2832 (|#2| |#1|)) (-15 -3544 ((-756) |#1|)) (-15 -3807 (|#2| |#1|)) (-15 -3096 (|#1| |#1| (-629 (-1060)) (-629 (-756)))) (-15 -3096 (|#1| |#1| (-1060) (-756))) (-15 -3096 (|#1| |#1| (-629 (-1060)))) (-15 -3096 (|#1| |#1| (-1060))) (-15 -3213 (|#1| (-552))) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2961 (((-1237 |#1|) $ (-756)) 236)) (-3611 (((-629 (-1060)) $) 108)) (-4218 (($ (-1150 |#1|)) 234)) (-3449 (((-1150 $) $ (-1060)) 123) (((-1150 |#1|) $) 122)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 85 (|has| |#1| (-544)))) (-3303 (($ $) 86 (|has| |#1| (-544)))) (-1334 (((-111) $) 88 (|has| |#1| (-544)))) (-2349 (((-756) $) 110) (((-756) $ (-629 (-1060))) 109)) (-4012 (((-3 $ "failed") $ $) 19)) (-2134 (($ $ $) 221 (|has| |#1| (-544)))) (-1472 (((-412 (-1150 $)) (-1150 $)) 98 (|has| |#1| (-890)))) (-4116 (($ $) 96 (|has| |#1| (-445)))) (-3343 (((-412 $) $) 95 (|has| |#1| (-445)))) (-1704 (((-3 (-629 (-1150 $)) "failed") (-629 (-1150 $)) (-1150 $)) 101 (|has| |#1| (-890)))) (-2393 (((-111) $ $) 206 (|has| |#1| (-357)))) (-1496 (($ $ (-756)) 229)) (-3366 (($ $ (-756)) 228)) (-3376 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 216 (|has| |#1| (-445)))) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#1| "failed") $) 162) (((-3 (-401 (-552)) "failed") $) 160 (|has| |#1| (-1019 (-401 (-552))))) (((-3 (-552) "failed") $) 158 (|has| |#1| (-1019 (-552)))) (((-3 (-1060) "failed") $) 134)) (-2832 ((|#1| $) 163) (((-401 (-552)) $) 159 (|has| |#1| (-1019 (-401 (-552))))) (((-552) $) 157 (|has| |#1| (-1019 (-552)))) (((-1060) $) 133)) (-3301 (($ $ $ (-1060)) 106 (|has| |#1| (-169))) ((|#1| $ $) 224 (|has| |#1| (-169)))) (-4006 (($ $ $) 210 (|has| |#1| (-357)))) (-3766 (($ $) 152)) (-2714 (((-673 (-552)) (-673 $)) 132 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 (-552))) (|:| |vec| (-1237 (-552)))) (-673 $) (-1237 $)) 131 (|has| |#1| (-625 (-552)))) (((-2 (|:| -2325 (-673 |#1|)) (|:| |vec| (-1237 |#1|))) (-673 $) (-1237 $)) 130) (((-673 |#1|) (-673 $)) 129)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 209 (|has| |#1| (-357)))) (-3547 (($ $ $) 227)) (-1589 (($ $ $) 218 (|has| |#1| (-544)))) (-2997 (((-2 (|:| -4158 |#1|) (|:| -3713 $) (|:| -4186 $)) $ $) 217 (|has| |#1| (-544)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 204 (|has| |#1| (-357)))) (-3471 (($ $) 174 (|has| |#1| (-445))) (($ $ (-1060)) 103 (|has| |#1| (-445)))) (-3754 (((-629 $) $) 107)) (-1677 (((-111) $) 94 (|has| |#1| (-890)))) (-3423 (($ $ |#1| (-756) $) 170)) (-2214 (((-870 (-373) $) $ (-873 (-373)) (-870 (-373) $)) 82 (-12 (|has| (-1060) (-867 (-373))) (|has| |#1| (-867 (-373))))) (((-870 (-552) $) $ (-873 (-552)) (-870 (-552) $)) 81 (-12 (|has| (-1060) (-867 (-552))) (|has| |#1| (-867 (-552)))))) (-4241 (((-756) $ $) 222 (|has| |#1| (-544)))) (-4065 (((-111) $) 30)) (-2856 (((-756) $) 167)) (-2032 (((-3 $ "failed") $) 202 (|has| |#1| (-1129)))) (-3602 (($ (-1150 |#1|) (-1060)) 115) (($ (-1150 $) (-1060)) 114)) (-1524 (($ $ (-756)) 233)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 213 (|has| |#1| (-357)))) (-3939 (((-629 $) $) 124)) (-2231 (((-111) $) 150)) (-3590 (($ |#1| (-756)) 151) (($ $ (-1060) (-756)) 117) (($ $ (-629 (-1060)) (-629 (-756))) 116)) (-1916 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $ (-1060)) 118) (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 231)) (-3544 (((-756) $) 168) (((-756) $ (-1060)) 120) (((-629 (-756)) $ (-629 (-1060))) 119)) (-1772 (($ $ $) 77 (|has| |#1| (-832)))) (-2011 (($ $ $) 76 (|has| |#1| (-832)))) (-3891 (($ (-1 (-756) (-756)) $) 169)) (-1477 (($ (-1 |#1| |#1|) $) 149)) (-2434 (((-1150 |#1|) $) 235)) (-3506 (((-3 (-1060) "failed") $) 121)) (-3733 (($ $) 147)) (-3743 ((|#1| $) 146)) (-2552 (($ (-629 $)) 92 (|has| |#1| (-445))) (($ $ $) 91 (|has| |#1| (-445)))) (-2623 (((-1136) $) 9)) (-1679 (((-2 (|:| -3713 $) (|:| -4186 $)) $ (-756)) 230)) (-4263 (((-3 (-629 $) "failed") $) 112)) (-2878 (((-3 (-629 $) "failed") $) 113)) (-3909 (((-3 (-2 (|:| |var| (-1060)) (|:| -1406 (-756))) "failed") $) 111)) (-2889 (($ $) 214 (|has| |#1| (-38 (-401 (-552)))))) (-1977 (($) 201 (|has| |#1| (-1129)) CONST)) (-2876 (((-1098) $) 10)) (-3711 (((-111) $) 164)) (-3722 ((|#1| $) 165)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 93 (|has| |#1| (-445)))) (-2594 (($ (-629 $)) 90 (|has| |#1| (-445))) (($ $ $) 89 (|has| |#1| (-445)))) (-1848 (((-412 (-1150 $)) (-1150 $)) 100 (|has| |#1| (-890)))) (-1528 (((-412 (-1150 $)) (-1150 $)) 99 (|has| |#1| (-890)))) (-3479 (((-412 $) $) 97 (|has| |#1| (-890)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 212 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 211 (|has| |#1| (-357)))) (-3969 (((-3 $ "failed") $ |#1|) 172 (|has| |#1| (-544))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 205 (|has| |#1| (-357)))) (-2432 (($ $ (-629 (-288 $))) 143) (($ $ (-288 $)) 142) (($ $ $ $) 141) (($ $ (-629 $) (-629 $)) 140) (($ $ (-1060) |#1|) 139) (($ $ (-629 (-1060)) (-629 |#1|)) 138) (($ $ (-1060) $) 137) (($ $ (-629 (-1060)) (-629 $)) 136)) (-3795 (((-756) $) 207 (|has| |#1| (-357)))) (-2060 ((|#1| $ |#1|) 254) (($ $ $) 253) (((-401 $) (-401 $) (-401 $)) 223 (|has| |#1| (-544))) ((|#1| (-401 $) |#1|) 215 (|has| |#1| (-357))) (((-401 $) $ (-401 $)) 203 (|has| |#1| (-544)))) (-4212 (((-3 $ "failed") $ (-756)) 232)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 208 (|has| |#1| (-357)))) (-1721 (($ $ (-1060)) 105 (|has| |#1| (-169))) ((|#1| $) 225 (|has| |#1| (-169)))) (-3096 (($ $ (-1060)) 40) (($ $ (-629 (-1060))) 39) (($ $ (-1060) (-756)) 38) (($ $ (-629 (-1060)) (-629 (-756))) 37) (($ $ (-756)) 251) (($ $) 249) (($ $ (-1154)) 248 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 247 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 246 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) 245 (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) 238) (($ $ (-1 |#1| |#1|)) 237) (($ $ (-1 |#1| |#1|) $) 226)) (-3299 (((-756) $) 148) (((-756) $ (-1060)) 128) (((-629 (-756)) $ (-629 (-1060))) 127)) (-1522 (((-873 (-373)) $) 80 (-12 (|has| (-1060) (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373)))))) (((-873 (-552)) $) 79 (-12 (|has| (-1060) (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552)))))) (((-528) $) 78 (-12 (|has| (-1060) (-600 (-528))) (|has| |#1| (-600 (-528)))))) (-3807 ((|#1| $) 173 (|has| |#1| (-445))) (($ $ (-1060)) 104 (|has| |#1| (-445)))) (-1507 (((-3 (-1237 $) "failed") (-673 $)) 102 (-3792 (|has| $ (-142)) (|has| |#1| (-890))))) (-2911 (((-3 $ "failed") $ $) 220 (|has| |#1| (-544))) (((-3 (-401 $) "failed") (-401 $) $) 219 (|has| |#1| (-544)))) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 161) (($ (-1060)) 135) (($ (-401 (-552))) 70 (-4029 (|has| |#1| (-1019 (-401 (-552)))) (|has| |#1| (-38 (-401 (-552)))))) (($ $) 83 (|has| |#1| (-544)))) (-2984 (((-629 |#1|) $) 166)) (-2266 ((|#1| $ (-756)) 153) (($ $ (-1060) (-756)) 126) (($ $ (-629 (-1060)) (-629 (-756))) 125)) (-3878 (((-3 $ "failed") $) 71 (-4029 (-3792 (|has| $ (-142)) (|has| |#1| (-890))) (|has| |#1| (-142))))) (-2014 (((-756)) 28)) (-4306 (($ $ $ (-756)) 171 (|has| |#1| (-169)))) (-3589 (((-111) $ $) 87 (|has| |#1| (-544)))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-1060)) 36) (($ $ (-629 (-1060))) 35) (($ $ (-1060) (-756)) 34) (($ $ (-629 (-1060)) (-629 (-756))) 33) (($ $ (-756)) 252) (($ $) 250) (($ $ (-1154)) 244 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154))) 243 (|has| |#1| (-881 (-1154)))) (($ $ (-1154) (-756)) 242 (|has| |#1| (-881 (-1154)))) (($ $ (-629 (-1154)) (-629 (-756))) 241 (|has| |#1| (-881 (-1154)))) (($ $ (-1 |#1| |#1|) (-756)) 240) (($ $ (-1 |#1| |#1|)) 239)) (-1666 (((-111) $ $) 74 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 73 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 6)) (-1655 (((-111) $ $) 75 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 72 (|has| |#1| (-832)))) (-1720 (($ $ |#1|) 154 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 156 (|has| |#1| (-38 (-401 (-552))))) (($ (-401 (-552)) $) 155 (|has| |#1| (-38 (-401 (-552))))) (($ |#1| $) 145) (($ $ |#1|) 144)))
-(((-1213 |#1|) (-137) (-1030)) (T -1213))
-((-2961 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *1 (-1213 *4)) (-4 *4 (-1030)) (-5 *2 (-1237 *4)))) (-2434 (*1 *2 *1) (-12 (-4 *1 (-1213 *3)) (-4 *3 (-1030)) (-5 *2 (-1150 *3)))) (-4218 (*1 *1 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1030)) (-4 *1 (-1213 *3)))) (-1524 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)))) (-4212 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-756)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)))) (-1916 (*1 *2 *1 *1) (-12 (-4 *3 (-1030)) (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-1213 *3)))) (-1679 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *4 (-1030)) (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-1213 *4)))) (-1496 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)))) (-3366 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)))) (-3547 (*1 *1 *1 *1) (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)))) (-3096 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)))) (-1721 (*1 *2 *1) (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-169)))) (-3301 (*1 *2 *1 *1) (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-169)))) (-2060 (*1 *2 *2 *2) (-12 (-5 *2 (-401 *1)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)) (-4 *3 (-544)))) (-4241 (*1 *2 *1 *1) (-12 (-4 *1 (-1213 *3)) (-4 *3 (-1030)) (-4 *3 (-544)) (-5 *2 (-756)))) (-2134 (*1 *1 *1 *1) (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-544)))) (-2911 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-544)))) (-2911 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-401 *1)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)) (-4 *3 (-544)))) (-1589 (*1 *1 *1 *1) (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-544)))) (-2997 (*1 *2 *1 *1) (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-5 *2 (-2 (|:| -4158 *3) (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-1213 *3)))) (-3376 (*1 *2 *1 *1) (-12 (-4 *3 (-445)) (-4 *3 (-1030)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1213 *3)))) (-2060 (*1 *2 *3 *2) (-12 (-5 *3 (-401 *1)) (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-2889 (*1 *1 *1) (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-38 (-401 (-552)))))))
-(-13 (-930 |t#1| (-756) (-1060)) (-280 |t#1| |t#1|) (-280 $ $) (-228) (-226 |t#1|) (-10 -8 (-15 -2961 ((-1237 |t#1|) $ (-756))) (-15 -2434 ((-1150 |t#1|) $)) (-15 -4218 ($ (-1150 |t#1|))) (-15 -1524 ($ $ (-756))) (-15 -4212 ((-3 $ "failed") $ (-756))) (-15 -1916 ((-2 (|:| -3713 $) (|:| -4186 $)) $ $)) (-15 -1679 ((-2 (|:| -3713 $) (|:| -4186 $)) $ (-756))) (-15 -1496 ($ $ (-756))) (-15 -3366 ($ $ (-756))) (-15 -3547 ($ $ $)) (-15 -3096 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1129)) (-6 (-1129)) |%noBranch|) (IF (|has| |t#1| (-169)) (PROGN (-15 -1721 (|t#1| $)) (-15 -3301 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-544)) (PROGN (-6 (-280 (-401 $) (-401 $))) (-15 -2060 ((-401 $) (-401 $) (-401 $))) (-15 -4241 ((-756) $ $)) (-15 -2134 ($ $ $)) (-15 -2911 ((-3 $ "failed") $ $)) (-15 -2911 ((-3 (-401 $) "failed") (-401 $) $)) (-15 -1589 ($ $ $)) (-15 -2997 ((-2 (|:| -4158 |t#1|) (|:| -3713 $) (|:| -4186 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-445)) (-15 -3376 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-357)) (PROGN (-6 (-301)) (-6 -4364) (-15 -2060 (|t#1| (-401 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-401 (-552)))) (-15 -2889 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-756)) . T) ((-25) . T) ((-38 #1=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-101) . T) ((-110 #1# #1#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-600 (-528)) -12 (|has| (-1060) (-600 (-528))) (|has| |#1| (-600 (-528)))) ((-600 (-873 (-373))) -12 (|has| (-1060) (-600 (-873 (-373)))) (|has| |#1| (-600 (-873 (-373))))) ((-600 (-873 (-552))) -12 (|has| (-1060) (-600 (-873 (-552)))) (|has| |#1| (-600 (-873 (-552))))) ((-226 |#1|) . T) ((-228) . T) ((-280 (-401 $) (-401 $)) |has| |#1| (-544)) ((-280 |#1| |#1|) . T) ((-280 $ $) . T) ((-284) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-303 $) . T) ((-320 |#1| #0#) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4029 (|has| |#1| (-890)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-506 #2=(-1060) |#1|) . T) ((-506 #2# $) . T) ((-506 $ $) . T) ((-544) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-632 #1#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-625 (-552)) |has| |#1| (-625 (-552))) ((-625 |#1|) . T) ((-702 #1#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-711) . T) ((-832) |has| |#1| (-832)) ((-881 #2#) . T) ((-881 (-1154)) |has| |#1| (-881 (-1154))) ((-867 (-373)) -12 (|has| (-1060) (-867 (-373))) (|has| |#1| (-867 (-373)))) ((-867 (-552)) -12 (|has| (-1060) (-867 (-552))) (|has| |#1| (-867 (-552)))) ((-930 |#1| #0# #2#) . T) ((-890) |has| |#1| (-890)) ((-901) |has| |#1| (-357)) ((-1019 (-401 (-552))) |has| |#1| (-1019 (-401 (-552)))) ((-1019 (-552)) |has| |#1| (-1019 (-552))) ((-1019 #2#) . T) ((-1019 |#1|) . T) ((-1036 #1#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-890)) (|has| |#1| (-544)) (|has| |#1| (-445)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1129) |has| |#1| (-1129)) ((-1195) |has| |#1| (-890)))
-((-3611 (((-629 (-1060)) $) 28)) (-3766 (($ $) 25)) (-3590 (($ |#2| |#3|) NIL) (($ $ (-1060) |#3|) 22) (($ $ (-629 (-1060)) (-629 |#3|)) 21)) (-3733 (($ $) 14)) (-3743 ((|#2| $) 12)) (-3299 ((|#3| $) 10)))
-(((-1214 |#1| |#2| |#3|) (-10 -8 (-15 -3611 ((-629 (-1060)) |#1|)) (-15 -3590 (|#1| |#1| (-629 (-1060)) (-629 |#3|))) (-15 -3590 (|#1| |#1| (-1060) |#3|)) (-15 -3766 (|#1| |#1|)) (-15 -3590 (|#1| |#2| |#3|)) (-15 -3299 (|#3| |#1|)) (-15 -3733 (|#1| |#1|)) (-15 -3743 (|#2| |#1|))) (-1215 |#2| |#3|) (-1030) (-777)) (T -1214))
-NIL
-(-10 -8 (-15 -3611 ((-629 (-1060)) |#1|)) (-15 -3590 (|#1| |#1| (-629 (-1060)) (-629 |#3|))) (-15 -3590 (|#1| |#1| (-1060) |#3|)) (-15 -3766 (|#1| |#1|)) (-15 -3590 (|#1| |#2| |#3|)) (-15 -3299 (|#3| |#1|)) (-15 -3733 (|#1| |#1|)) (-15 -3743 (|#2| |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3611 (((-629 (-1060)) $) 72)) (-1485 (((-1154) $) 101)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 49 (|has| |#1| (-544)))) (-3303 (($ $) 50 (|has| |#1| (-544)))) (-1334 (((-111) $) 52 (|has| |#1| (-544)))) (-4157 (($ $ |#2|) 96) (($ $ |#2| |#2|) 95)) (-2622 (((-1134 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 103)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-3766 (($ $) 58)) (-1293 (((-3 $ "failed") $) 32)) (-3593 (((-111) $) 71)) (-4241 ((|#2| $) 98) ((|#2| $ |#2|) 97)) (-4065 (((-111) $) 30)) (-1524 (($ $ (-902)) 99)) (-2231 (((-111) $) 60)) (-3590 (($ |#1| |#2|) 59) (($ $ (-1060) |#2|) 74) (($ $ (-629 (-1060)) (-629 |#2|)) 73)) (-1477 (($ (-1 |#1| |#1|) $) 61)) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3136 (($ $ |#2|) 93)) (-3969 (((-3 $ "failed") $ $) 48 (|has| |#1| (-544)))) (-2432 (((-1134 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-2060 ((|#1| $ |#2|) 102) (($ $ $) 79 (|has| |#2| (-1090)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) 87 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1154) (-756)) 86 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-629 (-1154))) 85 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1154)) 84 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-756)) 82 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-3299 ((|#2| $) 62)) (-1680 (($ $) 70)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 (-552))) 55 (|has| |#1| (-38 (-401 (-552))))) (($ $) 47 (|has| |#1| (-544))) (($ |#1|) 45 (|has| |#1| (-169)))) (-2266 ((|#1| $ |#2|) 57)) (-3878 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-4046 ((|#1| $) 100)) (-3589 (((-111) $ $) 51 (|has| |#1| (-544)))) (-4311 ((|#1| $ |#2|) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) 91 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1154) (-756)) 90 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-629 (-1154))) 89 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1154)) 88 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-756)) 83 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-552)) $) 54 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 53 (|has| |#1| (-38 (-401 (-552)))))))
-(((-1215 |#1| |#2|) (-137) (-1030) (-777)) (T -1215))
-((-2622 (*1 *2 *1) (-12 (-4 *1 (-1215 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)) (-5 *2 (-1134 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-2060 (*1 *2 *1 *3) (-12 (-4 *1 (-1215 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030)))) (-1485 (*1 *2 *1) (-12 (-4 *1 (-1215 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)) (-5 *2 (-1154)))) (-4046 (*1 *2 *1) (-12 (-4 *1 (-1215 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030)))) (-1524 (*1 *1 *1 *2) (-12 (-5 *2 (-902)) (-4 *1 (-1215 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)))) (-4241 (*1 *2 *1) (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))) (-4241 (*1 *2 *1 *2) (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))) (-4157 (*1 *1 *1 *2) (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))) (-4157 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))) (-4311 (*1 *2 *1 *3) (-12 (-4 *1 (-1215 *2 *3)) (-4 *3 (-777)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3213 (*2 (-1154)))) (-4 *2 (-1030)))) (-3136 (*1 *1 *1 *2) (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))) (-2432 (*1 *2 *1 *3) (-12 (-4 *1 (-1215 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1134 *3)))))
-(-13 (-954 |t#1| |t#2| (-1060)) (-10 -8 (-15 -2622 ((-1134 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -2060 (|t#1| $ |t#2|)) (-15 -1485 ((-1154) $)) (-15 -4046 (|t#1| $)) (-15 -1524 ($ $ (-902))) (-15 -4241 (|t#2| $)) (-15 -4241 (|t#2| $ |t#2|)) (-15 -4157 ($ $ |t#2|)) (-15 -4157 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -3213 (|t#1| (-1154)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -4311 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3136 ($ $ |t#2|)) (IF (|has| |t#2| (-1090)) (-6 (-280 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-228)) (IF (|has| |t#1| (-881 (-1154))) (-6 (-881 (-1154))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2432 ((-1134 |t#1|) $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-544)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-280 $ $) |has| |#2| (-1090)) ((-284) |has| |#1| (-544)) ((-544) |has| |#1| (-544)) ((-632 #0#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #0#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) |has| |#1| (-544)) ((-711) . T) ((-881 (-1154)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-881 (-1154)))) ((-954 |#1| |#2| (-1060)) . T) ((-1036 #0#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-4116 ((|#2| |#2|) 12)) (-3343 (((-412 |#2|) |#2|) 14)) (-3604 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-552))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-552)))) 30)))
-(((-1216 |#1| |#2|) (-10 -7 (-15 -3343 ((-412 |#2|) |#2|)) (-15 -4116 (|#2| |#2|)) (-15 -3604 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-552))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-552)))))) (-544) (-13 (-1213 |#1|) (-544) (-10 -8 (-15 -2594 ($ $ $))))) (T -1216))
-((-3604 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-552)))) (-4 *4 (-13 (-1213 *3) (-544) (-10 -8 (-15 -2594 ($ $ $))))) (-4 *3 (-544)) (-5 *1 (-1216 *3 *4)))) (-4116 (*1 *2 *2) (-12 (-4 *3 (-544)) (-5 *1 (-1216 *3 *2)) (-4 *2 (-13 (-1213 *3) (-544) (-10 -8 (-15 -2594 ($ $ $))))))) (-3343 (*1 *2 *3) (-12 (-4 *4 (-544)) (-5 *2 (-412 *3)) (-5 *1 (-1216 *4 *3)) (-4 *3 (-13 (-1213 *4) (-544) (-10 -8 (-15 -2594 ($ $ $))))))))
-(-10 -7 (-15 -3343 ((-412 |#2|) |#2|)) (-15 -4116 (|#2| |#2|)) (-15 -3604 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-552))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-552))))))
-((-1477 (((-1222 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1222 |#1| |#3| |#5|)) 24)))
-(((-1217 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1477 ((-1222 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1222 |#1| |#3| |#5|)))) (-1030) (-1030) (-1154) (-1154) |#1| |#2|) (T -1217))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1222 *5 *7 *9)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-14 *7 (-1154)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1222 *6 *8 *10)) (-5 *1 (-1217 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1154)))))
-(-10 -7 (-15 -1477 ((-1222 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1222 |#1| |#3| |#5|))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3611 (((-629 (-1060)) $) 72)) (-1485 (((-1154) $) 101)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 49 (|has| |#1| (-544)))) (-3303 (($ $) 50 (|has| |#1| (-544)))) (-1334 (((-111) $) 52 (|has| |#1| (-544)))) (-4157 (($ $ (-401 (-552))) 96) (($ $ (-401 (-552)) (-401 (-552))) 95)) (-2622 (((-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|))) $) 103)) (-2478 (($ $) 133 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 116 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 160 (|has| |#1| (-357)))) (-3343 (((-412 $) $) 161 (|has| |#1| (-357)))) (-3489 (($ $) 115 (|has| |#1| (-38 (-401 (-552)))))) (-2393 (((-111) $ $) 151 (|has| |#1| (-357)))) (-2455 (($ $) 132 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 117 (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-756) (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|)))) 169)) (-2506 (($ $) 131 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 118 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) 17 T CONST)) (-4006 (($ $ $) 155 (|has| |#1| (-357)))) (-3766 (($ $) 58)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 154 (|has| |#1| (-357)))) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 149 (|has| |#1| (-357)))) (-1677 (((-111) $) 162 (|has| |#1| (-357)))) (-3593 (((-111) $) 71)) (-4043 (($) 143 (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-401 (-552)) $) 98) (((-401 (-552)) $ (-401 (-552))) 97)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 114 (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) 99) (($ $ (-401 (-552))) 168)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 158 (|has| |#1| (-357)))) (-2231 (((-111) $) 60)) (-3590 (($ |#1| (-401 (-552))) 59) (($ $ (-1060) (-401 (-552))) 74) (($ $ (-629 (-1060)) (-629 (-401 (-552)))) 73)) (-1477 (($ (-1 |#1| |#1|) $) 61)) (-2430 (($ $) 140 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2552 (($ (-629 $)) 147 (|has| |#1| (-357))) (($ $ $) 146 (|has| |#1| (-357)))) (-2623 (((-1136) $) 9)) (-3701 (($ $) 163 (|has| |#1| (-357)))) (-2889 (($ $) 167 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) 166 (-4029 (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-940)) (|has| |#1| (-1176)) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-38 (-401 (-552)))))))) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 148 (|has| |#1| (-357)))) (-2594 (($ (-629 $)) 145 (|has| |#1| (-357))) (($ $ $) 144 (|has| |#1| (-357)))) (-3479 (((-412 $) $) 159 (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 156 (|has| |#1| (-357)))) (-3136 (($ $ (-401 (-552))) 93)) (-3969 (((-3 $ "failed") $ $) 48 (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 150 (|has| |#1| (-357)))) (-2855 (($ $) 141 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))))) (-3795 (((-756) $) 152 (|has| |#1| (-357)))) (-2060 ((|#1| $ (-401 (-552))) 102) (($ $ $) 79 (|has| (-401 (-552)) (-1090)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 153 (|has| |#1| (-357)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) 87 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-1154) (-756)) 86 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-629 (-1154))) 85 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-1154)) 84 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-756)) 82 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-3299 (((-401 (-552)) $) 62)) (-2518 (($ $) 130 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 119 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 120 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 128 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 121 (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) 70)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 45 (|has| |#1| (-169))) (($ (-401 (-552))) 55 (|has| |#1| (-38 (-401 (-552))))) (($ $) 47 (|has| |#1| (-544)))) (-2266 ((|#1| $ (-401 (-552))) 57)) (-3878 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-4046 ((|#1| $) 100)) (-3843 (($ $) 139 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 127 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) 51 (|has| |#1| (-544)))) (-2530 (($ $) 138 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 126 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 137 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 125 (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-401 (-552))) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 124 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 135 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 123 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 134 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 122 (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) 91 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-1154) (-756)) 90 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-629 (-1154))) 89 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-1154)) 88 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-756)) 83 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 56 (|has| |#1| (-357))) (($ $ $) 165 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 164 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 113 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-552)) $) 54 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 53 (|has| |#1| (-38 (-401 (-552)))))))
-(((-1218 |#1|) (-137) (-1030)) (T -1218))
-((-1726 (*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-5 *3 (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| *4)))) (-4 *4 (-1030)) (-4 *1 (-1218 *4)))) (-1524 (*1 *1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-4 *1 (-1218 *3)) (-4 *3 (-1030)))) (-2889 (*1 *1 *1) (-12 (-4 *1 (-1218 *2)) (-4 *2 (-1030)) (-4 *2 (-38 (-401 (-552)))))) (-2889 (*1 *1 *1 *2) (-4029 (-12 (-5 *2 (-1154)) (-4 *1 (-1218 *3)) (-4 *3 (-1030)) (-12 (-4 *3 (-29 (-552))) (-4 *3 (-940)) (-4 *3 (-1176)) (-4 *3 (-38 (-401 (-552)))))) (-12 (-5 *2 (-1154)) (-4 *1 (-1218 *3)) (-4 *3 (-1030)) (-12 (|has| *3 (-15 -3611 ((-629 *2) *3))) (|has| *3 (-15 -2889 (*3 *3 *2))) (-4 *3 (-38 (-401 (-552)))))))))
-(-13 (-1215 |t#1| (-401 (-552))) (-10 -8 (-15 -1726 ($ (-756) (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |t#1|))))) (-15 -1524 ($ $ (-401 (-552)))) (IF (|has| |t#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $)) (IF (|has| |t#1| (-15 -2889 (|t#1| |t#1| (-1154)))) (IF (|has| |t#1| (-15 -3611 ((-629 (-1154)) |t#1|))) (-15 -2889 ($ $ (-1154))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1176)) (IF (|has| |t#1| (-940)) (IF (|has| |t#1| (-29 (-552))) (-15 -2889 ($ $ (-1154))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-983)) (-6 (-1176))) |%noBranch|) (IF (|has| |t#1| (-357)) (-6 (-357)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-401 (-552))) . T) ((-25) . T) ((-38 #1=(-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-35) |has| |#1| (-38 (-401 (-552)))) ((-94) |has| |#1| (-38 (-401 (-552)))) ((-101) . T) ((-110 #1# #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) ((-238) |has| |#1| (-357)) ((-278) |has| |#1| (-38 (-401 (-552)))) ((-280 $ $) |has| (-401 (-552)) (-1090)) ((-284) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-357) |has| |#1| (-357)) ((-445) |has| |#1| (-357)) ((-485) |has| |#1| (-38 (-401 (-552)))) ((-544) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-632 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-711) . T) ((-881 (-1154)) -12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154)))) ((-954 |#1| #0# (-1060)) . T) ((-901) |has| |#1| (-357)) ((-983) |has| |#1| (-38 (-401 (-552)))) ((-1036 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1176) |has| |#1| (-38 (-401 (-552)))) ((-1179) |has| |#1| (-38 (-401 (-552)))) ((-1195) |has| |#1| (-357)) ((-1215 |#1| #0#) . T))
-((-3643 (((-111) $) 12)) (-1393 (((-3 |#3| "failed") $) 17)) (-2832 ((|#3| $) 14)))
-(((-1219 |#1| |#2| |#3|) (-10 -8 (-15 -2832 (|#3| |#1|)) (-15 -1393 ((-3 |#3| "failed") |#1|)) (-15 -3643 ((-111) |#1|))) (-1220 |#2| |#3|) (-1030) (-1197 |#2|)) (T -1219))
-NIL
-(-10 -8 (-15 -2832 (|#3| |#1|)) (-15 -1393 ((-3 |#3| "failed") |#1|)) (-15 -3643 ((-111) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3611 (((-629 (-1060)) $) 72)) (-1485 (((-1154) $) 101)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 49 (|has| |#1| (-544)))) (-3303 (($ $) 50 (|has| |#1| (-544)))) (-1334 (((-111) $) 52 (|has| |#1| (-544)))) (-4157 (($ $ (-401 (-552))) 96) (($ $ (-401 (-552)) (-401 (-552))) 95)) (-2622 (((-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|))) $) 103)) (-2478 (($ $) 133 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 116 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 160 (|has| |#1| (-357)))) (-3343 (((-412 $) $) 161 (|has| |#1| (-357)))) (-3489 (($ $) 115 (|has| |#1| (-38 (-401 (-552)))))) (-2393 (((-111) $ $) 151 (|has| |#1| (-357)))) (-2455 (($ $) 132 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 117 (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-756) (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|)))) 169)) (-2506 (($ $) 131 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 118 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#2| "failed") $) 180)) (-2832 ((|#2| $) 179)) (-4006 (($ $ $) 155 (|has| |#1| (-357)))) (-3766 (($ $) 58)) (-1293 (((-3 $ "failed") $) 32)) (-3462 (((-401 (-552)) $) 177)) (-3987 (($ $ $) 154 (|has| |#1| (-357)))) (-3682 (($ (-401 (-552)) |#2|) 178)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 149 (|has| |#1| (-357)))) (-1677 (((-111) $) 162 (|has| |#1| (-357)))) (-3593 (((-111) $) 71)) (-4043 (($) 143 (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-401 (-552)) $) 98) (((-401 (-552)) $ (-401 (-552))) 97)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 114 (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) 99) (($ $ (-401 (-552))) 168)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 158 (|has| |#1| (-357)))) (-2231 (((-111) $) 60)) (-3590 (($ |#1| (-401 (-552))) 59) (($ $ (-1060) (-401 (-552))) 74) (($ $ (-629 (-1060)) (-629 (-401 (-552)))) 73)) (-1477 (($ (-1 |#1| |#1|) $) 61)) (-2430 (($ $) 140 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2552 (($ (-629 $)) 147 (|has| |#1| (-357))) (($ $ $) 146 (|has| |#1| (-357)))) (-4151 ((|#2| $) 176)) (-1847 (((-3 |#2| "failed") $) 174)) (-3670 ((|#2| $) 175)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 163 (|has| |#1| (-357)))) (-2889 (($ $) 167 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) 166 (-4029 (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-940)) (|has| |#1| (-1176)) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-38 (-401 (-552)))))))) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 148 (|has| |#1| (-357)))) (-2594 (($ (-629 $)) 145 (|has| |#1| (-357))) (($ $ $) 144 (|has| |#1| (-357)))) (-3479 (((-412 $) $) 159 (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 156 (|has| |#1| (-357)))) (-3136 (($ $ (-401 (-552))) 93)) (-3969 (((-3 $ "failed") $ $) 48 (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 150 (|has| |#1| (-357)))) (-2855 (($ $) 141 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))))) (-3795 (((-756) $) 152 (|has| |#1| (-357)))) (-2060 ((|#1| $ (-401 (-552))) 102) (($ $ $) 79 (|has| (-401 (-552)) (-1090)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 153 (|has| |#1| (-357)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) 87 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-1154) (-756)) 86 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-629 (-1154))) 85 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-1154)) 84 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-756)) 82 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-3299 (((-401 (-552)) $) 62)) (-2518 (($ $) 130 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 119 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 120 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 128 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 121 (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) 70)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 45 (|has| |#1| (-169))) (($ |#2|) 181) (($ (-401 (-552))) 55 (|has| |#1| (-38 (-401 (-552))))) (($ $) 47 (|has| |#1| (-544)))) (-2266 ((|#1| $ (-401 (-552))) 57)) (-3878 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-4046 ((|#1| $) 100)) (-3843 (($ $) 139 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 127 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) 51 (|has| |#1| (-544)))) (-2530 (($ $) 138 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 126 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 137 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 125 (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-401 (-552))) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 124 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 135 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 123 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 134 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 122 (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) 91 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-1154) (-756)) 90 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-629 (-1154))) 89 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-1154)) 88 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (($ $ (-756)) 83 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 56 (|has| |#1| (-357))) (($ $ $) 165 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 164 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 113 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-552)) $) 54 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 53 (|has| |#1| (-38 (-401 (-552)))))))
-(((-1220 |#1| |#2|) (-137) (-1030) (-1197 |t#1|)) (T -1220))
-((-3299 (*1 *2 *1) (-12 (-4 *1 (-1220 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1197 *3)) (-5 *2 (-401 (-552))))) (-3213 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-4 *1 (-1220 *3 *2)) (-4 *2 (-1197 *3)))) (-3682 (*1 *1 *2 *3) (-12 (-5 *2 (-401 (-552))) (-4 *4 (-1030)) (-4 *1 (-1220 *4 *3)) (-4 *3 (-1197 *4)))) (-3462 (*1 *2 *1) (-12 (-4 *1 (-1220 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1197 *3)) (-5 *2 (-401 (-552))))) (-4151 (*1 *2 *1) (-12 (-4 *1 (-1220 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1197 *3)))) (-3670 (*1 *2 *1) (-12 (-4 *1 (-1220 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1197 *3)))) (-1847 (*1 *2 *1) (|partial| -12 (-4 *1 (-1220 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1197 *3)))))
-(-13 (-1218 |t#1|) (-1019 |t#2|) (-10 -8 (-15 -3682 ($ (-401 (-552)) |t#2|)) (-15 -3462 ((-401 (-552)) $)) (-15 -4151 (|t#2| $)) (-15 -3299 ((-401 (-552)) $)) (-15 -3213 ($ |t#2|)) (-15 -3670 (|t#2| $)) (-15 -1847 ((-3 |t#2| "failed") $))))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-401 (-552))) . T) ((-25) . T) ((-38 #1=(-401 (-552))) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-35) |has| |#1| (-38 (-401 (-552)))) ((-94) |has| |#1| (-38 (-401 (-552)))) ((-101) . T) ((-110 #1# #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) ((-238) |has| |#1| (-357)) ((-278) |has| |#1| (-38 (-401 (-552)))) ((-280 $ $) |has| (-401 (-552)) (-1090)) ((-284) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-357) |has| |#1| (-357)) ((-445) |has| |#1| (-357)) ((-485) |has| |#1| (-38 (-401 (-552)))) ((-544) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-632 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357))) ((-711) . T) ((-881 (-1154)) -12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154)))) ((-954 |#1| #0# (-1060)) . T) ((-901) |has| |#1| (-357)) ((-983) |has| |#1| (-38 (-401 (-552)))) ((-1019 |#2|) . T) ((-1036 #1#) -4029 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-552))))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1176) |has| |#1| (-38 (-401 (-552)))) ((-1179) |has| |#1| (-38 (-401 (-552)))) ((-1195) |has| |#1| (-357)) ((-1215 |#1| #0#) . T) ((-1218 |#1|) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) 96)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4157 (($ $ (-401 (-552))) 106) (($ $ (-401 (-552)) (-401 (-552))) 108)) (-2622 (((-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|))) $) 51)) (-2478 (($ $) 180 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 156 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| |#1| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2455 (($ $) 176 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 152 (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-756) (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|)))) 61)) (-2506 (($ $) 184 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 160 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) NIL)) (-2832 ((|#2| $) NIL)) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) 79)) (-3462 (((-401 (-552)) $) 13)) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3682 (($ (-401 (-552)) |#2|) 11)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-1677 (((-111) $) NIL (|has| |#1| (-357)))) (-3593 (((-111) $) 68)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-401 (-552)) $) 103) (((-401 (-552)) $ (-401 (-552))) 104)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) 120) (($ $ (-401 (-552))) 118)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-552))) 31) (($ $ (-1060) (-401 (-552))) NIL) (($ $ (-629 (-1060)) (-629 (-401 (-552)))) NIL)) (-1477 (($ (-1 |#1| |#1|) $) 115)) (-2430 (($ $) 150 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-4151 ((|#2| $) 12)) (-1847 (((-3 |#2| "failed") $) 41)) (-3670 ((|#2| $) 42)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) 93 (|has| |#1| (-357)))) (-2889 (($ $) 135 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) 140 (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176)))))) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3136 (($ $ (-401 (-552))) 112)) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2855 (($ $) 148 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) 90 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))))) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ (-401 (-552))) 100) (($ $ $) 86 (|has| (-401 (-552)) (-1090)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) 127 (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) 124 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-3299 (((-401 (-552)) $) 16)) (-2518 (($ $) 186 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 162 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 182 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 158 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 178 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 154 (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) 110)) (-3213 (((-844) $) NIL) (($ (-552)) 35) (($ |#1|) 27 (|has| |#1| (-169))) (($ |#2|) 32) (($ (-401 (-552))) 128 (|has| |#1| (-38 (-401 (-552))))) (($ $) NIL (|has| |#1| (-544)))) (-2266 ((|#1| $ (-401 (-552))) 99)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) 117)) (-4046 ((|#1| $) 98)) (-3843 (($ $) 192 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 168 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) 188 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 164 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 196 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 172 (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-401 (-552))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) 198 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 174 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 194 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 170 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 190 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 166 (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 21 T CONST)) (-3309 (($) 17 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-1613 (((-111) $ $) 66)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) 92 (|has| |#1| (-357)))) (-1709 (($ $) 131) (($ $ $) 72)) (-1698 (($ $ $) 70)) (** (($ $ (-902)) NIL) (($ $ (-756)) 76) (($ $ (-552)) 145 (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 146 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 74) (($ $ |#1|) NIL) (($ |#1| $) 126) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-1221 |#1| |#2|) (-1220 |#1| |#2|) (-1030) (-1197 |#1|)) (T -1221))
-NIL
-(-1220 |#1| |#2|)
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) 11)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) NIL (|has| |#1| (-544)))) (-4157 (($ $ (-401 (-552))) NIL) (($ $ (-401 (-552)) (-401 (-552))) NIL)) (-2622 (((-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|))) $) NIL)) (-2478 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-4116 (($ $) NIL (|has| |#1| (-357)))) (-3343 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2393 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2455 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-756) (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#1|)))) NIL)) (-2506 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-1201 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1229 |#1| |#2| |#3|) "failed") $) 22)) (-2832 (((-1201 |#1| |#2| |#3|) $) NIL) (((-1229 |#1| |#2| |#3|) $) NIL)) (-4006 (($ $ $) NIL (|has| |#1| (-357)))) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-3462 (((-401 (-552)) $) 57)) (-3987 (($ $ $) NIL (|has| |#1| (-357)))) (-3682 (($ (-401 (-552)) (-1201 |#1| |#2| |#3|)) NIL)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) NIL (|has| |#1| (-357)))) (-1677 (((-111) $) NIL (|has| |#1| (-357)))) (-3593 (((-111) $) NIL)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-401 (-552)) $) NIL) (((-401 (-552)) $ (-401 (-552))) NIL)) (-4065 (((-111) $) NIL)) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) NIL) (($ $ (-401 (-552))) NIL)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-552))) 30) (($ $ (-1060) (-401 (-552))) NIL) (($ $ (-629 (-1060)) (-629 (-401 (-552)))) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2430 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-4151 (((-1201 |#1| |#2| |#3|) $) 60)) (-1847 (((-3 (-1201 |#1| |#2| |#3|) "failed") $) NIL)) (-3670 (((-1201 |#1| |#2| |#3|) $) NIL)) (-2623 (((-1136) $) NIL)) (-3701 (($ $) NIL (|has| |#1| (-357)))) (-2889 (($ $) 39 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) NIL (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176))))) (($ $ (-1233 |#2|)) 40 (|has| |#1| (-38 (-401 (-552)))))) (-2876 (((-1098) $) NIL)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) NIL (|has| |#1| (-357)))) (-2594 (($ (-629 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3479 (((-412 $) $) NIL (|has| |#1| (-357)))) (-1734 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) NIL (|has| |#1| (-357)))) (-3136 (($ $ (-401 (-552))) NIL)) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2974 (((-3 (-629 $) "failed") (-629 $) $) NIL (|has| |#1| (-357)))) (-2855 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))))) (-3795 (((-756) $) NIL (|has| |#1| (-357)))) (-2060 ((|#1| $ (-401 (-552))) NIL) (($ $ $) NIL (|has| (-401 (-552)) (-1090)))) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) NIL (|has| |#1| (-357)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $ (-1233 |#2|)) 38)) (-3299 (((-401 (-552)) $) NIL)) (-2518 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) NIL)) (-3213 (((-844) $) 89) (($ (-552)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1201 |#1| |#2| |#3|)) 16) (($ (-1229 |#1| |#2| |#3|)) 17) (($ (-1233 |#2|)) 36) (($ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $) NIL (|has| |#1| (-544)))) (-2266 ((|#1| $ (-401 (-552))) NIL)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-4046 ((|#1| $) 12)) (-3843 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-401 (-552))) 62 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-552))))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 32 T CONST)) (-3309 (($) 26 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-552)) |#1|))))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 34)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ (-552)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-1222 |#1| |#2| |#3|) (-13 (-1220 |#1| (-1201 |#1| |#2| |#3|)) (-1019 (-1229 |#1| |#2| |#3|)) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|))) (-1030) (-1154) |#1|) (T -1222))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1222 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1222 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-2889 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1222 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3))))
-(-13 (-1220 |#1| (-1201 |#1| |#2| |#3|)) (-1019 (-1229 |#1| |#2| |#3|)) (-10 -8 (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 34)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL)) (-3303 (($ $) NIL)) (-1334 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 (-552) "failed") $) NIL (|has| (-1222 |#2| |#3| |#4|) (-1019 (-552)))) (((-3 (-401 (-552)) "failed") $) NIL (|has| (-1222 |#2| |#3| |#4|) (-1019 (-401 (-552))))) (((-3 (-1222 |#2| |#3| |#4|) "failed") $) 20)) (-2832 (((-552) $) NIL (|has| (-1222 |#2| |#3| |#4|) (-1019 (-552)))) (((-401 (-552)) $) NIL (|has| (-1222 |#2| |#3| |#4|) (-1019 (-401 (-552))))) (((-1222 |#2| |#3| |#4|) $) NIL)) (-3766 (($ $) 35)) (-1293 (((-3 $ "failed") $) 25)) (-3471 (($ $) NIL (|has| (-1222 |#2| |#3| |#4|) (-445)))) (-3423 (($ $ (-1222 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|) $) NIL)) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) 11)) (-2231 (((-111) $) NIL)) (-3590 (($ (-1222 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) 23)) (-3544 (((-313 |#2| |#3| |#4|) $) NIL)) (-3891 (($ (-1 (-313 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) $) NIL)) (-1477 (($ (-1 (-1222 |#2| |#3| |#4|) (-1222 |#2| |#3| |#4|)) $) NIL)) (-1798 (((-3 (-825 |#2|) "failed") $) 75)) (-3733 (($ $) NIL)) (-3743 (((-1222 |#2| |#3| |#4|) $) 18)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3711 (((-111) $) NIL)) (-3722 (((-1222 |#2| |#3| |#4|) $) NIL)) (-3969 (((-3 $ "failed") $ (-1222 |#2| |#3| |#4|)) NIL (|has| (-1222 |#2| |#3| |#4|) (-544))) (((-3 $ "failed") $ $) NIL)) (-2228 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1222 |#2| |#3| |#4|)) (|:| |%expon| (-313 |#2| |#3| |#4|)) (|:| |%expTerms| (-629 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#2|)))))) (|:| |%type| (-1136))) "failed") $) 58)) (-3299 (((-313 |#2| |#3| |#4|) $) 14)) (-3807 (((-1222 |#2| |#3| |#4|) $) NIL (|has| (-1222 |#2| |#3| |#4|) (-445)))) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ (-1222 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-401 (-552))) NIL (-4029 (|has| (-1222 |#2| |#3| |#4|) (-38 (-401 (-552)))) (|has| (-1222 |#2| |#3| |#4|) (-1019 (-401 (-552))))))) (-2984 (((-629 (-1222 |#2| |#3| |#4|)) $) NIL)) (-2266 (((-1222 |#2| |#3| |#4|) $ (-313 |#2| |#3| |#4|)) NIL)) (-3878 (((-3 $ "failed") $) NIL (|has| (-1222 |#2| |#3| |#4|) (-142)))) (-2014 (((-756)) NIL)) (-4306 (($ $ $ (-756)) NIL (|has| (-1222 |#2| |#3| |#4|) (-169)))) (-3589 (((-111) $ $) NIL)) (-3297 (($) 63 T CONST)) (-3309 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ (-1222 |#2| |#3| |#4|)) NIL (|has| (-1222 |#2| |#3| |#4|) (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ (-1222 |#2| |#3| |#4|)) NIL) (($ (-1222 |#2| |#3| |#4|) $) NIL) (($ (-401 (-552)) $) NIL (|has| (-1222 |#2| |#3| |#4|) (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| (-1222 |#2| |#3| |#4|) (-38 (-401 (-552)))))))
-(((-1223 |#1| |#2| |#3| |#4|) (-13 (-320 (-1222 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) (-544) (-10 -8 (-15 -1798 ((-3 (-825 |#2|) "failed") $)) (-15 -2228 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1222 |#2| |#3| |#4|)) (|:| |%expon| (-313 |#2| |#3| |#4|)) (|:| |%expTerms| (-629 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#2|)))))) (|:| |%type| (-1136))) "failed") $)))) (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445)) (-13 (-27) (-1176) (-424 |#1|)) (-1154) |#2|) (T -1223))
-((-1798 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445))) (-5 *2 (-825 *4)) (-5 *1 (-1223 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1176) (-424 *3))) (-14 *5 (-1154)) (-14 *6 *4))) (-2228 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1222 *4 *5 *6)) (|:| |%expon| (-313 *4 *5 *6)) (|:| |%expTerms| (-629 (-2 (|:| |k| (-401 (-552))) (|:| |c| *4)))))) (|:| |%type| (-1136)))) (-5 *1 (-1223 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1176) (-424 *3))) (-14 *5 (-1154)) (-14 *6 *4))))
-(-13 (-320 (-1222 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) (-544) (-10 -8 (-15 -1798 ((-3 (-825 |#2|) "failed") $)) (-15 -2228 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1222 |#2| |#3| |#4|)) (|:| |%expon| (-313 |#2| |#3| |#4|)) (|:| |%expTerms| (-629 (-2 (|:| |k| (-401 (-552))) (|:| |c| |#2|)))))) (|:| |%type| (-1136))) "failed") $))))
-((-2925 ((|#2| $) 29)) (-2210 ((|#2| $) 18)) (-1785 (($ $) 36)) (-2285 (($ $ (-552)) 64)) (-4238 (((-111) $ (-756)) 33)) (-3188 ((|#2| $ |#2|) 61)) (-3359 ((|#2| $ |#2|) 59)) (-1470 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 52) (($ $ "rest" $) 56) ((|#2| $ "last" |#2|) 54)) (-4137 (($ $ (-629 $)) 60)) (-2196 ((|#2| $) 17)) (-2715 (($ $) NIL) (($ $ (-756)) 42)) (-4236 (((-629 $) $) 26)) (-4266 (((-111) $ $) 50)) (-1418 (((-111) $ (-756)) 32)) (-1745 (((-111) $ (-756)) 31)) (-3862 (((-111) $) 28)) (-2680 ((|#2| $) 24) (($ $ (-756)) 46)) (-2060 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-1289 (((-111) $) 22)) (-2760 (($ $) 39)) (-4022 (($ $) 65)) (-3058 (((-756) $) 41)) (-2963 (($ $) 40)) (-4319 (($ $ $) 58) (($ |#2| $) NIL)) (-2527 (((-629 $) $) 27)) (-1613 (((-111) $ $) 48)) (-2657 (((-756) $) 35)))
-(((-1224 |#1| |#2|) (-10 -8 (-15 -2285 (|#1| |#1| (-552))) (-15 -1470 (|#2| |#1| "last" |#2|)) (-15 -3359 (|#2| |#1| |#2|)) (-15 -1470 (|#1| |#1| "rest" |#1|)) (-15 -1470 (|#2| |#1| "first" |#2|)) (-15 -4022 (|#1| |#1|)) (-15 -2760 (|#1| |#1|)) (-15 -3058 ((-756) |#1|)) (-15 -2963 (|#1| |#1|)) (-15 -2210 (|#2| |#1|)) (-15 -2196 (|#2| |#1|)) (-15 -1785 (|#1| |#1|)) (-15 -2680 (|#1| |#1| (-756))) (-15 -2060 (|#2| |#1| "last")) (-15 -2680 (|#2| |#1|)) (-15 -2715 (|#1| |#1| (-756))) (-15 -2060 (|#1| |#1| "rest")) (-15 -2715 (|#1| |#1|)) (-15 -2060 (|#2| |#1| "first")) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#1|)) (-15 -3188 (|#2| |#1| |#2|)) (-15 -1470 (|#2| |#1| "value" |#2|)) (-15 -4137 (|#1| |#1| (-629 |#1|))) (-15 -4266 ((-111) |#1| |#1|)) (-15 -1289 ((-111) |#1|)) (-15 -2060 (|#2| |#1| "value")) (-15 -2925 (|#2| |#1|)) (-15 -3862 ((-111) |#1|)) (-15 -4236 ((-629 |#1|) |#1|)) (-15 -2527 ((-629 |#1|) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -2657 ((-756) |#1|)) (-15 -4238 ((-111) |#1| (-756))) (-15 -1418 ((-111) |#1| (-756))) (-15 -1745 ((-111) |#1| (-756)))) (-1225 |#2|) (-1191)) (T -1224))
-NIL
-(-10 -8 (-15 -2285 (|#1| |#1| (-552))) (-15 -1470 (|#2| |#1| "last" |#2|)) (-15 -3359 (|#2| |#1| |#2|)) (-15 -1470 (|#1| |#1| "rest" |#1|)) (-15 -1470 (|#2| |#1| "first" |#2|)) (-15 -4022 (|#1| |#1|)) (-15 -2760 (|#1| |#1|)) (-15 -3058 ((-756) |#1|)) (-15 -2963 (|#1| |#1|)) (-15 -2210 (|#2| |#1|)) (-15 -2196 (|#2| |#1|)) (-15 -1785 (|#1| |#1|)) (-15 -2680 (|#1| |#1| (-756))) (-15 -2060 (|#2| |#1| "last")) (-15 -2680 (|#2| |#1|)) (-15 -2715 (|#1| |#1| (-756))) (-15 -2060 (|#1| |#1| "rest")) (-15 -2715 (|#1| |#1|)) (-15 -2060 (|#2| |#1| "first")) (-15 -4319 (|#1| |#2| |#1|)) (-15 -4319 (|#1| |#1| |#1|)) (-15 -3188 (|#2| |#1| |#2|)) (-15 -1470 (|#2| |#1| "value" |#2|)) (-15 -4137 (|#1| |#1| (-629 |#1|))) (-15 -4266 ((-111) |#1| |#1|)) (-15 -1289 ((-111) |#1|)) (-15 -2060 (|#2| |#1| "value")) (-15 -2925 (|#2| |#1|)) (-15 -3862 ((-111) |#1|)) (-15 -4236 ((-629 |#1|) |#1|)) (-15 -2527 ((-629 |#1|) |#1|)) (-15 -1613 ((-111) |#1| |#1|)) (-15 -2657 ((-756) |#1|)) (-15 -4238 ((-111) |#1| (-756))) (-15 -1418 ((-111) |#1| (-756))) (-15 -1745 ((-111) |#1| (-756))))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2925 ((|#1| $) 48)) (-2210 ((|#1| $) 65)) (-1785 (($ $) 67)) (-2285 (($ $ (-552)) 52 (|has| $ (-6 -4369)))) (-4238 (((-111) $ (-756)) 8)) (-3188 ((|#1| $ |#1|) 39 (|has| $ (-6 -4369)))) (-2830 (($ $ $) 56 (|has| $ (-6 -4369)))) (-3359 ((|#1| $ |#1|) 54 (|has| $ (-6 -4369)))) (-1505 ((|#1| $ |#1|) 58 (|has| $ (-6 -4369)))) (-1470 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4369))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4369))) (($ $ "rest" $) 55 (|has| $ (-6 -4369))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4369)))) (-4137 (($ $ (-629 $)) 41 (|has| $ (-6 -4369)))) (-2196 ((|#1| $) 66)) (-2130 (($) 7 T CONST)) (-2715 (($ $) 73) (($ $ (-756)) 71)) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-4236 (((-629 $) $) 50)) (-4266 (((-111) $ $) 42 (|has| |#1| (-1078)))) (-1418 (((-111) $ (-756)) 9)) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35)) (-1745 (((-111) $ (-756)) 10)) (-2604 (((-629 |#1|) $) 45)) (-3862 (((-111) $) 49)) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-2680 ((|#1| $) 70) (($ $ (-756)) 68)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-2702 ((|#1| $) 76) (($ $ (-756)) 74)) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69)) (-3153 (((-552) $ $) 44)) (-1289 (((-111) $) 46)) (-2760 (($ $) 62)) (-4022 (($ $) 59 (|has| $ (-6 -4369)))) (-3058 (((-756) $) 63)) (-2963 (($ $) 64)) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1487 (($ $) 13)) (-2380 (($ $ $) 61 (|has| $ (-6 -4369))) (($ $ |#1|) 60 (|has| $ (-6 -4369)))) (-4319 (($ $ $) 78) (($ |#1| $) 77)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2527 (((-629 $) $) 51)) (-4298 (((-111) $ $) 43 (|has| |#1| (-1078)))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-1225 |#1|) (-137) (-1191)) (T -1225))
-((-4319 (*1 *1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-4319 (*1 *1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2702 (*1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1225 *3)) (-4 *3 (-1191)))) (-2715 (*1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2060 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1225 *3)) (-4 *3 (-1191)))) (-2715 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1225 *3)) (-4 *3 (-1191)))) (-2680 (*1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2060 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2680 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1225 *3)) (-4 *3 (-1191)))) (-1785 (*1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2196 (*1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2210 (*1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2963 (*1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-3058 (*1 *2 *1) (-12 (-4 *1 (-1225 *3)) (-4 *3 (-1191)) (-5 *2 (-756)))) (-2760 (*1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2380 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2380 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-4022 (*1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-1505 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-1470 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2830 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-1470 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4369)) (-4 *1 (-1225 *3)) (-4 *3 (-1191)))) (-3359 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-1470 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))) (-2285 (*1 *1 *1 *2) (-12 (-5 *2 (-552)) (|has| *1 (-6 -4369)) (-4 *1 (-1225 *3)) (-4 *3 (-1191)))))
-(-13 (-991 |t#1|) (-10 -8 (-15 -4319 ($ $ $)) (-15 -4319 ($ |t#1| $)) (-15 -2702 (|t#1| $)) (-15 -2060 (|t#1| $ "first")) (-15 -2702 ($ $ (-756))) (-15 -2715 ($ $)) (-15 -2060 ($ $ "rest")) (-15 -2715 ($ $ (-756))) (-15 -2680 (|t#1| $)) (-15 -2060 (|t#1| $ "last")) (-15 -2680 ($ $ (-756))) (-15 -1785 ($ $)) (-15 -2196 (|t#1| $)) (-15 -2210 (|t#1| $)) (-15 -2963 ($ $)) (-15 -3058 ((-756) $)) (-15 -2760 ($ $)) (IF (|has| $ (-6 -4369)) (PROGN (-15 -2380 ($ $ $)) (-15 -2380 ($ $ |t#1|)) (-15 -4022 ($ $)) (-15 -1505 (|t#1| $ |t#1|)) (-15 -1470 (|t#1| $ "first" |t#1|)) (-15 -2830 ($ $ $)) (-15 -1470 ($ $ "rest" $)) (-15 -3359 (|t#1| $ |t#1|)) (-15 -1470 (|t#1| $ "last" |t#1|)) (-15 -2285 ($ $ (-552)))) |%noBranch|)))
-(((-34) . T) ((-101) |has| |#1| (-1078)) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-599 (-844)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-482 |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-991 |#1|) . T) ((-1078) |has| |#1| (-1078)) ((-1191) . T))
-((-1477 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
-(((-1226 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1477 (|#4| (-1 |#2| |#1|) |#3|))) (-1030) (-1030) (-1228 |#1|) (-1228 |#2|)) (T -1226))
-((-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1030)) (-4 *6 (-1030)) (-4 *2 (-1228 *6)) (-5 *1 (-1226 *5 *6 *4 *2)) (-4 *4 (-1228 *5)))))
-(-10 -7 (-15 -1477 (|#4| (-1 |#2| |#1|) |#3|)))
-((-3643 (((-111) $) 15)) (-2478 (($ $) 92)) (-2332 (($ $) 68)) (-2455 (($ $) 88)) (-2305 (($ $) 64)) (-2506 (($ $) 96)) (-2359 (($ $) 72)) (-2430 (($ $) 62)) (-2855 (($ $) 60)) (-2518 (($ $) 98)) (-2370 (($ $) 74)) (-2492 (($ $) 94)) (-2346 (($ $) 70)) (-2467 (($ $) 90)) (-2318 (($ $) 66)) (-3213 (((-844) $) 48) (($ (-552)) NIL) (($ (-401 (-552))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-3843 (($ $) 104)) (-2409 (($ $) 80)) (-2530 (($ $) 100)) (-2382 (($ $) 76)) (-3863 (($ $) 108)) (-2433 (($ $) 84)) (-3013 (($ $) 110)) (-2444 (($ $) 86)) (-3853 (($ $) 106)) (-2420 (($ $) 82)) (-2543 (($ $) 102)) (-2395 (($ $) 78)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ |#2|) 52) (($ $ $) 55) (($ $ (-401 (-552))) 58)))
-(((-1227 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-401 (-552)))) (-15 -2332 (|#1| |#1|)) (-15 -2305 (|#1| |#1|)) (-15 -2359 (|#1| |#1|)) (-15 -2370 (|#1| |#1|)) (-15 -2346 (|#1| |#1|)) (-15 -2318 (|#1| |#1|)) (-15 -2395 (|#1| |#1|)) (-15 -2420 (|#1| |#1|)) (-15 -2444 (|#1| |#1|)) (-15 -2433 (|#1| |#1|)) (-15 -2382 (|#1| |#1|)) (-15 -2409 (|#1| |#1|)) (-15 -2467 (|#1| |#1|)) (-15 -2492 (|#1| |#1|)) (-15 -2518 (|#1| |#1|)) (-15 -2506 (|#1| |#1|)) (-15 -2455 (|#1| |#1|)) (-15 -2478 (|#1| |#1|)) (-15 -2543 (|#1| |#1|)) (-15 -3853 (|#1| |#1|)) (-15 -3013 (|#1| |#1|)) (-15 -3863 (|#1| |#1|)) (-15 -2530 (|#1| |#1|)) (-15 -3843 (|#1| |#1|)) (-15 -2430 (|#1| |#1|)) (-15 -2855 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| (-552))) (-15 ** (|#1| |#1| (-756))) (-15 ** (|#1| |#1| (-902))) (-15 -3643 ((-111) |#1|)) (-15 -3213 ((-844) |#1|))) (-1228 |#2|) (-1030)) (T -1227))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-401 (-552)))) (-15 -2332 (|#1| |#1|)) (-15 -2305 (|#1| |#1|)) (-15 -2359 (|#1| |#1|)) (-15 -2370 (|#1| |#1|)) (-15 -2346 (|#1| |#1|)) (-15 -2318 (|#1| |#1|)) (-15 -2395 (|#1| |#1|)) (-15 -2420 (|#1| |#1|)) (-15 -2444 (|#1| |#1|)) (-15 -2433 (|#1| |#1|)) (-15 -2382 (|#1| |#1|)) (-15 -2409 (|#1| |#1|)) (-15 -2467 (|#1| |#1|)) (-15 -2492 (|#1| |#1|)) (-15 -2518 (|#1| |#1|)) (-15 -2506 (|#1| |#1|)) (-15 -2455 (|#1| |#1|)) (-15 -2478 (|#1| |#1|)) (-15 -2543 (|#1| |#1|)) (-15 -3853 (|#1| |#1|)) (-15 -3013 (|#1| |#1|)) (-15 -3863 (|#1| |#1|)) (-15 -2530 (|#1| |#1|)) (-15 -3843 (|#1| |#1|)) (-15 -2430 (|#1| |#1|)) (-15 -2855 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3213 (|#1| |#2|)) (-15 -3213 (|#1| |#1|)) (-15 -3213 (|#1| (-401 (-552)))) (-15 -3213 (|#1| (-552))) (-15 ** (|#1| |#1| (-756))) (-15 ** (|#1| |#1| (-902))) (-15 -3643 ((-111) |#1|)) (-15 -3213 ((-844) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-3611 (((-629 (-1060)) $) 72)) (-1485 (((-1154) $) 101)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 49 (|has| |#1| (-544)))) (-3303 (($ $) 50 (|has| |#1| (-544)))) (-1334 (((-111) $) 52 (|has| |#1| (-544)))) (-4157 (($ $ (-756)) 96) (($ $ (-756) (-756)) 95)) (-2622 (((-1134 (-2 (|:| |k| (-756)) (|:| |c| |#1|))) $) 103)) (-2478 (($ $) 133 (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) 116 (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) 19)) (-3489 (($ $) 115 (|has| |#1| (-38 (-401 (-552)))))) (-2455 (($ $) 132 (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) 117 (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-1134 (-2 (|:| |k| (-756)) (|:| |c| |#1|)))) 153) (($ (-1134 |#1|)) 151)) (-2506 (($ $) 131 (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) 118 (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) 17 T CONST)) (-3766 (($ $) 58)) (-1293 (((-3 $ "failed") $) 32)) (-1517 (($ $) 150)) (-2211 (((-933 |#1|) $ (-756)) 148) (((-933 |#1|) $ (-756) (-756)) 147)) (-3593 (((-111) $) 71)) (-4043 (($) 143 (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-756) $) 98) (((-756) $ (-756)) 97)) (-4065 (((-111) $) 30)) (-3755 (($ $ (-552)) 114 (|has| |#1| (-38 (-401 (-552)))))) (-1524 (($ $ (-902)) 99)) (-3838 (($ (-1 |#1| (-552)) $) 149)) (-2231 (((-111) $) 60)) (-3590 (($ |#1| (-756)) 59) (($ $ (-1060) (-756)) 74) (($ $ (-629 (-1060)) (-629 (-756))) 73)) (-1477 (($ (-1 |#1| |#1|) $) 61)) (-2430 (($ $) 140 (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2623 (((-1136) $) 9)) (-2889 (($ $) 145 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) 144 (-4029 (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-940)) (|has| |#1| (-1176)) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-38 (-401 (-552)))))))) (-2876 (((-1098) $) 10)) (-3136 (($ $ (-756)) 93)) (-3969 (((-3 $ "failed") $ $) 48 (|has| |#1| (-544)))) (-2855 (($ $) 141 (|has| |#1| (-38 (-401 (-552)))))) (-2432 (((-1134 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-756)))))) (-2060 ((|#1| $ (-756)) 102) (($ $ $) 79 (|has| (-756) (-1090)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) 87 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (($ $ (-1154) (-756)) 86 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (($ $ (-629 (-1154))) 85 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (($ $ (-1154)) 84 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (($ $ (-756)) 82 (|has| |#1| (-15 * (|#1| (-756) |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (-3299 (((-756) $) 62)) (-2518 (($ $) 130 (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) 119 (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) 120 (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) 128 (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) 121 (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) 70)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ (-401 (-552))) 55 (|has| |#1| (-38 (-401 (-552))))) (($ $) 47 (|has| |#1| (-544))) (($ |#1|) 45 (|has| |#1| (-169)))) (-2984 (((-1134 |#1|) $) 152)) (-2266 ((|#1| $ (-756)) 57)) (-3878 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-2014 (((-756)) 28)) (-4046 ((|#1| $) 100)) (-3843 (($ $) 139 (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) 127 (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) 51 (|has| |#1| (-544)))) (-2530 (($ $) 138 (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) 126 (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) 137 (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) 125 (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-756)) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-756)))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) 124 (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) 135 (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) 123 (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) 134 (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) 122 (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) 91 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (($ $ (-1154) (-756)) 90 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (($ $ (-629 (-1154))) 89 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (($ $ (-1154)) 88 (-12 (|has| |#1| (-881 (-1154))) (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (($ $ (-756)) 83 (|has| |#1| (-15 * (|#1| (-756) |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ |#1|) 146 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 113 (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-552)) $) 54 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) 53 (|has| |#1| (-38 (-401 (-552)))))))
-(((-1228 |#1|) (-137) (-1030)) (T -1228))
-((-1726 (*1 *1 *2) (-12 (-5 *2 (-1134 (-2 (|:| |k| (-756)) (|:| |c| *3)))) (-4 *3 (-1030)) (-4 *1 (-1228 *3)))) (-2984 (*1 *2 *1) (-12 (-4 *1 (-1228 *3)) (-4 *3 (-1030)) (-5 *2 (-1134 *3)))) (-1726 (*1 *1 *2) (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-4 *1 (-1228 *3)))) (-1517 (*1 *1 *1) (-12 (-4 *1 (-1228 *2)) (-4 *2 (-1030)))) (-3838 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-552))) (-4 *1 (-1228 *3)) (-4 *3 (-1030)))) (-2211 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *1 (-1228 *4)) (-4 *4 (-1030)) (-5 *2 (-933 *4)))) (-2211 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-756)) (-4 *1 (-1228 *4)) (-4 *4 (-1030)) (-5 *2 (-933 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1228 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))) (-2889 (*1 *1 *1) (-12 (-4 *1 (-1228 *2)) (-4 *2 (-1030)) (-4 *2 (-38 (-401 (-552)))))) (-2889 (*1 *1 *1 *2) (-4029 (-12 (-5 *2 (-1154)) (-4 *1 (-1228 *3)) (-4 *3 (-1030)) (-12 (-4 *3 (-29 (-552))) (-4 *3 (-940)) (-4 *3 (-1176)) (-4 *3 (-38 (-401 (-552)))))) (-12 (-5 *2 (-1154)) (-4 *1 (-1228 *3)) (-4 *3 (-1030)) (-12 (|has| *3 (-15 -3611 ((-629 *2) *3))) (|has| *3 (-15 -2889 (*3 *3 *2))) (-4 *3 (-38 (-401 (-552)))))))))
-(-13 (-1215 |t#1| (-756)) (-10 -8 (-15 -1726 ($ (-1134 (-2 (|:| |k| (-756)) (|:| |c| |t#1|))))) (-15 -2984 ((-1134 |t#1|) $)) (-15 -1726 ($ (-1134 |t#1|))) (-15 -1517 ($ $)) (-15 -3838 ($ (-1 |t#1| (-552)) $)) (-15 -2211 ((-933 |t#1|) $ (-756))) (-15 -2211 ((-933 |t#1|) $ (-756) (-756))) (IF (|has| |t#1| (-357)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-401 (-552)))) (PROGN (-15 -2889 ($ $)) (IF (|has| |t#1| (-15 -2889 (|t#1| |t#1| (-1154)))) (IF (|has| |t#1| (-15 -3611 ((-629 (-1154)) |t#1|))) (-15 -2889 ($ $ (-1154))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1176)) (IF (|has| |t#1| (-940)) (IF (|has| |t#1| (-29 (-552))) (-15 -2889 ($ $ (-1154))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-983)) (-6 (-1176))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-756)) . T) ((-25) . T) ((-38 #1=(-401 (-552))) |has| |#1| (-38 (-401 (-552)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-544)) ((-35) |has| |#1| (-38 (-401 (-552)))) ((-94) |has| |#1| (-38 (-401 (-552)))) ((-101) . T) ((-110 #1# #1#) |has| |#1| (-38 (-401 (-552)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| (-756) |#1|))) ((-278) |has| |#1| (-38 (-401 (-552)))) ((-280 $ $) |has| (-756) (-1090)) ((-284) |has| |#1| (-544)) ((-485) |has| |#1| (-38 (-401 (-552)))) ((-544) |has| |#1| (-544)) ((-632 #1#) |has| |#1| (-38 (-401 (-552)))) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #1#) |has| |#1| (-38 (-401 (-552)))) ((-702 |#1|) |has| |#1| (-169)) ((-702 $) |has| |#1| (-544)) ((-711) . T) ((-881 (-1154)) -12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154)))) ((-954 |#1| #0# (-1060)) . T) ((-983) |has| |#1| (-38 (-401 (-552)))) ((-1036 #1#) |has| |#1| (-38 (-401 (-552)))) ((-1036 |#1|) . T) ((-1036 $) -4029 (|has| |#1| (-544)) (|has| |#1| (-169))) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1176) |has| |#1| (-38 (-401 (-552)))) ((-1179) |has| |#1| (-38 (-401 (-552)))) ((-1215 |#1| #0#) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-3611 (((-629 (-1060)) $) NIL)) (-1485 (((-1154) $) 87)) (-3576 (((-1210 |#2| |#1|) $ (-756)) 73)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) NIL (|has| |#1| (-544)))) (-3303 (($ $) NIL (|has| |#1| (-544)))) (-1334 (((-111) $) 137 (|has| |#1| (-544)))) (-4157 (($ $ (-756)) 122) (($ $ (-756) (-756)) 124)) (-2622 (((-1134 (-2 (|:| |k| (-756)) (|:| |c| |#1|))) $) 42)) (-2478 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2332 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4012 (((-3 $ "failed") $ $) NIL)) (-3489 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2455 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2305 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1726 (($ (-1134 (-2 (|:| |k| (-756)) (|:| |c| |#1|)))) 53) (($ (-1134 |#1|)) NIL)) (-2506 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2359 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2130 (($) NIL T CONST)) (-1283 (($ $) 128)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-1517 (($ $) 135)) (-2211 (((-933 |#1|) $ (-756)) 63) (((-933 |#1|) $ (-756) (-756)) 65)) (-3593 (((-111) $) NIL)) (-4043 (($) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4241 (((-756) $) NIL) (((-756) $ (-756)) NIL)) (-4065 (((-111) $) NIL)) (-1866 (($ $) 112)) (-3755 (($ $ (-552)) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3734 (($ (-552) (-552) $) 130)) (-1524 (($ $ (-902)) 134)) (-3838 (($ (-1 |#1| (-552)) $) 106)) (-2231 (((-111) $) NIL)) (-3590 (($ |#1| (-756)) 15) (($ $ (-1060) (-756)) NIL) (($ $ (-629 (-1060)) (-629 (-756))) NIL)) (-1477 (($ (-1 |#1| |#1|) $) 94)) (-2430 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2405 (($ $) 110)) (-2764 (($ $) 108)) (-4189 (($ (-552) (-552) $) 132)) (-2889 (($ $) 145 (|has| |#1| (-38 (-401 (-552))))) (($ $ (-1154)) 151 (-4029 (-12 (|has| |#1| (-15 -2889 (|#1| |#1| (-1154)))) (|has| |#1| (-15 -3611 ((-629 (-1154)) |#1|))) (|has| |#1| (-38 (-401 (-552))))) (-12 (|has| |#1| (-29 (-552))) (|has| |#1| (-38 (-401 (-552)))) (|has| |#1| (-940)) (|has| |#1| (-1176))))) (($ $ (-1233 |#2|)) 146 (|has| |#1| (-38 (-401 (-552)))))) (-2876 (((-1098) $) NIL)) (-3311 (($ $ (-552) (-552)) 116)) (-3136 (($ $ (-756)) 118)) (-3969 (((-3 $ "failed") $ $) NIL (|has| |#1| (-544)))) (-2855 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1719 (($ $) 114)) (-2432 (((-1134 |#1|) $ |#1|) 96 (|has| |#1| (-15 ** (|#1| |#1| (-756)))))) (-2060 ((|#1| $ (-756)) 91) (($ $ $) 126 (|has| (-756) (-1090)))) (-3096 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) 103 (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-756) |#1|)))) (($ $) 98 (|has| |#1| (-15 * (|#1| (-756) |#1|)))) (($ $ (-1233 |#2|)) 99)) (-3299 (((-756) $) NIL)) (-2518 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2370 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2346 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2467 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2318 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-1680 (($ $) 120)) (-3213 (((-844) $) NIL) (($ (-552)) 24) (($ (-401 (-552))) 143 (|has| |#1| (-38 (-401 (-552))))) (($ $) NIL (|has| |#1| (-544))) (($ |#1|) 23 (|has| |#1| (-169))) (($ (-1210 |#2| |#1|)) 80) (($ (-1233 |#2|)) 20)) (-2984 (((-1134 |#1|) $) NIL)) (-2266 ((|#1| $ (-756)) 90)) (-3878 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-2014 (((-756)) NIL)) (-4046 ((|#1| $) 88)) (-3843 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2409 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3589 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2530 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2382 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3863 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2433 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-4311 ((|#1| $ (-756)) 86 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-756)))) (|has| |#1| (-15 -3213 (|#1| (-1154))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2444 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3853 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2420 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2543 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-2395 (($ $) NIL (|has| |#1| (-38 (-401 (-552)))))) (-3297 (($) 17 T CONST)) (-3309 (($) 13 T CONST)) (-1765 (($ $ (-629 (-1154)) (-629 (-756))) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154) (-756)) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-629 (-1154))) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-1154)) NIL (-12 (|has| |#1| (-15 * (|#1| (-756) |#1|))) (|has| |#1| (-881 (-1154))))) (($ $ (-756)) NIL (|has| |#1| (-15 * (|#1| (-756) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-756) |#1|))))) (-1613 (((-111) $ $) NIL)) (-1720 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) 102)) (-1698 (($ $ $) 18)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL) (($ $ |#1|) 140 (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 101) (($ (-401 (-552)) $) NIL (|has| |#1| (-38 (-401 (-552))))) (($ $ (-401 (-552))) NIL (|has| |#1| (-38 (-401 (-552)))))))
-(((-1229 |#1| |#2| |#3|) (-13 (-1228 |#1|) (-10 -8 (-15 -3213 ($ (-1210 |#2| |#1|))) (-15 -3576 ((-1210 |#2| |#1|) $ (-756))) (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (-15 -2764 ($ $)) (-15 -2405 ($ $)) (-15 -1866 ($ $)) (-15 -1719 ($ $)) (-15 -3311 ($ $ (-552) (-552))) (-15 -1283 ($ $)) (-15 -3734 ($ (-552) (-552) $)) (-15 -4189 ($ (-552) (-552) $)) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|))) (-1030) (-1154) |#1|) (T -1229))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-1210 *4 *3)) (-4 *3 (-1030)) (-14 *4 (-1154)) (-14 *5 *3) (-5 *1 (-1229 *3 *4 *5)))) (-3576 (*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1210 *5 *4)) (-5 *1 (-1229 *4 *5 *6)) (-4 *4 (-1030)) (-14 *5 (-1154)) (-14 *6 *4))) (-3213 (*1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-3096 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1030)) (-14 *5 *3))) (-2764 (*1 *1 *1) (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154)) (-14 *4 *2))) (-2405 (*1 *1 *1) (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154)) (-14 *4 *2))) (-1866 (*1 *1 *1) (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154)) (-14 *4 *2))) (-1719 (*1 *1 *1) (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154)) (-14 *4 *2))) (-3311 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1030)) (-14 *4 (-1154)) (-14 *5 *3))) (-1283 (*1 *1 *1) (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154)) (-14 *4 *2))) (-3734 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1030)) (-14 *4 (-1154)) (-14 *5 *3))) (-4189 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1030)) (-14 *4 (-1154)) (-14 *5 *3))) (-2889 (*1 *1 *1 *2) (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3))))
-(-13 (-1228 |#1|) (-10 -8 (-15 -3213 ($ (-1210 |#2| |#1|))) (-15 -3576 ((-1210 |#2| |#1|) $ (-756))) (-15 -3213 ($ (-1233 |#2|))) (-15 -3096 ($ $ (-1233 |#2|))) (-15 -2764 ($ $)) (-15 -2405 ($ $)) (-15 -1866 ($ $)) (-15 -1719 ($ $)) (-15 -3311 ($ $ (-552) (-552))) (-15 -1283 ($ $)) (-15 -3734 ($ (-552) (-552) $)) (-15 -4189 ($ (-552) (-552) $)) (IF (|has| |#1| (-38 (-401 (-552)))) (-15 -2889 ($ $ (-1233 |#2|))) |%noBranch|)))
-((-3572 (((-1 (-1134 |#1|) (-629 (-1134 |#1|))) (-1 |#2| (-629 |#2|))) 24)) (-3378 (((-1 (-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-3426 (((-1 (-1134 |#1|) (-1134 |#1|)) (-1 |#2| |#2|)) 13)) (-2927 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-1435 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-2186 ((|#2| (-1 |#2| (-629 |#2|)) (-629 |#1|)) 54)) (-1839 (((-629 |#2|) (-629 |#1|) (-629 (-1 |#2| (-629 |#2|)))) 61)) (-3915 ((|#2| |#2| |#2|) 43)))
-(((-1230 |#1| |#2|) (-10 -7 (-15 -3426 ((-1 (-1134 |#1|) (-1134 |#1|)) (-1 |#2| |#2|))) (-15 -3378 ((-1 (-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3572 ((-1 (-1134 |#1|) (-629 (-1134 |#1|))) (-1 |#2| (-629 |#2|)))) (-15 -3915 (|#2| |#2| |#2|)) (-15 -1435 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2927 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2186 (|#2| (-1 |#2| (-629 |#2|)) (-629 |#1|))) (-15 -1839 ((-629 |#2|) (-629 |#1|) (-629 (-1 |#2| (-629 |#2|)))))) (-38 (-401 (-552))) (-1228 |#1|)) (T -1230))
-((-1839 (*1 *2 *3 *4) (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 (-1 *6 (-629 *6)))) (-4 *5 (-38 (-401 (-552)))) (-4 *6 (-1228 *5)) (-5 *2 (-629 *6)) (-5 *1 (-1230 *5 *6)))) (-2186 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-629 *2))) (-5 *4 (-629 *5)) (-4 *5 (-38 (-401 (-552)))) (-4 *2 (-1228 *5)) (-5 *1 (-1230 *5 *2)))) (-2927 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1228 *4)) (-5 *1 (-1230 *4 *2)) (-4 *4 (-38 (-401 (-552)))))) (-1435 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1228 *4)) (-5 *1 (-1230 *4 *2)) (-4 *4 (-38 (-401 (-552)))))) (-3915 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1230 *3 *2)) (-4 *2 (-1228 *3)))) (-3572 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-629 *5))) (-4 *5 (-1228 *4)) (-4 *4 (-38 (-401 (-552)))) (-5 *2 (-1 (-1134 *4) (-629 (-1134 *4)))) (-5 *1 (-1230 *4 *5)))) (-3378 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1228 *4)) (-4 *4 (-38 (-401 (-552)))) (-5 *2 (-1 (-1134 *4) (-1134 *4) (-1134 *4))) (-5 *1 (-1230 *4 *5)))) (-3426 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1228 *4)) (-4 *4 (-38 (-401 (-552)))) (-5 *2 (-1 (-1134 *4) (-1134 *4))) (-5 *1 (-1230 *4 *5)))))
-(-10 -7 (-15 -3426 ((-1 (-1134 |#1|) (-1134 |#1|)) (-1 |#2| |#2|))) (-15 -3378 ((-1 (-1134 |#1|) (-1134 |#1|) (-1134 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -3572 ((-1 (-1134 |#1|) (-629 (-1134 |#1|))) (-1 |#2| (-629 |#2|)))) (-15 -3915 (|#2| |#2| |#2|)) (-15 -1435 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2927 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2186 (|#2| (-1 |#2| (-629 |#2|)) (-629 |#1|))) (-15 -1839 ((-629 |#2|) (-629 |#1|) (-629 (-1 |#2| (-629 |#2|))))))
-((-3799 ((|#2| |#4| (-756)) 30)) (-3371 ((|#4| |#2|) 25)) (-3539 ((|#4| (-401 |#2|)) 52 (|has| |#1| (-544)))) (-2887 (((-1 |#4| (-629 |#4|)) |#3|) 46)))
-(((-1231 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3371 (|#4| |#2|)) (-15 -3799 (|#2| |#4| (-756))) (-15 -2887 ((-1 |#4| (-629 |#4|)) |#3|)) (IF (|has| |#1| (-544)) (-15 -3539 (|#4| (-401 |#2|))) |%noBranch|)) (-1030) (-1213 |#1|) (-640 |#2|) (-1228 |#1|)) (T -1231))
-((-3539 (*1 *2 *3) (-12 (-5 *3 (-401 *5)) (-4 *5 (-1213 *4)) (-4 *4 (-544)) (-4 *4 (-1030)) (-4 *2 (-1228 *4)) (-5 *1 (-1231 *4 *5 *6 *2)) (-4 *6 (-640 *5)))) (-2887 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-4 *5 (-1213 *4)) (-5 *2 (-1 *6 (-629 *6))) (-5 *1 (-1231 *4 *5 *3 *6)) (-4 *3 (-640 *5)) (-4 *6 (-1228 *4)))) (-3799 (*1 *2 *3 *4) (-12 (-5 *4 (-756)) (-4 *5 (-1030)) (-4 *2 (-1213 *5)) (-5 *1 (-1231 *5 *2 *6 *3)) (-4 *6 (-640 *2)) (-4 *3 (-1228 *5)))) (-3371 (*1 *2 *3) (-12 (-4 *4 (-1030)) (-4 *3 (-1213 *4)) (-4 *2 (-1228 *4)) (-5 *1 (-1231 *4 *3 *5 *2)) (-4 *5 (-640 *3)))))
-(-10 -7 (-15 -3371 (|#4| |#2|)) (-15 -3799 (|#2| |#4| (-756))) (-15 -2887 ((-1 |#4| (-629 |#4|)) |#3|)) (IF (|has| |#1| (-544)) (-15 -3539 (|#4| (-401 |#2|))) |%noBranch|))
-NIL
-(((-1232) (-137)) (T -1232))
-NIL
-(-13 (-10 -7 (-6 -4283)))
-((-3202 (((-111) $ $) NIL)) (-1485 (((-1154)) 12)) (-2623 (((-1136) $) 17)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 11) (((-1154) $) 8)) (-1613 (((-111) $ $) 14)))
-(((-1233 |#1|) (-13 (-1078) (-599 (-1154)) (-10 -8 (-15 -3213 ((-1154) $)) (-15 -1485 ((-1154))))) (-1154)) (T -1233))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1233 *3)) (-14 *3 *2))) (-1485 (*1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1233 *3)) (-14 *3 *2))))
-(-13 (-1078) (-599 (-1154)) (-10 -8 (-15 -3213 ((-1154) $)) (-15 -1485 ((-1154)))))
-((-2306 (($ (-756)) 18)) (-1920 (((-673 |#2|) $ $) 40)) (-3994 ((|#2| $) 48)) (-2556 ((|#2| $) 47)) (-3632 ((|#2| $ $) 35)) (-2449 (($ $ $) 44)) (-1709 (($ $) 22) (($ $ $) 28)) (-1698 (($ $ $) 15)) (* (($ (-552) $) 25) (($ |#2| $) 31) (($ $ |#2|) 30)))
-(((-1234 |#1| |#2|) (-10 -8 (-15 -3994 (|#2| |#1|)) (-15 -2556 (|#2| |#1|)) (-15 -2449 (|#1| |#1| |#1|)) (-15 -1920 ((-673 |#2|) |#1| |#1|)) (-15 -3632 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 -2306 (|#1| (-756))) (-15 -1698 (|#1| |#1| |#1|))) (-1235 |#2|) (-1191)) (T -1234))
-NIL
-(-10 -8 (-15 -3994 (|#2| |#1|)) (-15 -2556 (|#2| |#1|)) (-15 -2449 (|#1| |#1| |#1|)) (-15 -1920 ((-673 |#2|) |#1| |#1|)) (-15 -3632 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-552) |#1|)) (-15 -1709 (|#1| |#1| |#1|)) (-15 -1709 (|#1| |#1|)) (-15 -2306 (|#1| (-756))) (-15 -1698 (|#1| |#1| |#1|)))
-((-3202 (((-111) $ $) 19 (|has| |#1| (-1078)))) (-2306 (($ (-756)) 112 (|has| |#1| (-23)))) (-2660 (((-1242) $ (-552) (-552)) 40 (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) 98) (((-111) $) 92 (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) 89 (|has| $ (-6 -4369))) (($ $) 88 (-12 (|has| |#1| (-832)) (|has| $ (-6 -4369))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) 8)) (-1470 ((|#1| $ (-552) |#1|) 52 (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) 58 (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4368)))) (-2130 (($) 7 T CONST)) (-2366 (($ $) 90 (|has| $ (-6 -4369)))) (-3344 (($ $) 100)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-2655 (($ |#1| $) 77 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) 53 (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) 51)) (-1456 (((-552) (-1 (-111) |#1|) $) 97) (((-552) |#1| $) 96 (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) 95 (|has| |#1| (-1078)))) (-3138 (((-629 |#1|) $) 30 (|has| $ (-6 -4368)))) (-1920 (((-673 |#1|) $ $) 105 (|has| |#1| (-1030)))) (-3307 (($ (-756) |#1|) 69)) (-1418 (((-111) $ (-756)) 9)) (-1695 (((-552) $) 43 (|has| (-552) (-832)))) (-1772 (($ $ $) 87 (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-1842 (((-552) $) 44 (|has| (-552) (-832)))) (-2011 (($ $ $) 86 (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3994 ((|#1| $) 102 (-12 (|has| |#1| (-1030)) (|has| |#1| (-983))))) (-1745 (((-111) $ (-756)) 10)) (-2556 ((|#1| $) 103 (-12 (|has| |#1| (-1030)) (|has| |#1| (-983))))) (-2623 (((-1136) $) 22 (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) 60) (($ $ $ (-552)) 59)) (-2190 (((-629 (-552)) $) 46)) (-1335 (((-111) (-552) $) 47)) (-2876 (((-1098) $) 21 (|has| |#1| (-1078)))) (-2702 ((|#1| $) 42 (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-1518 (($ $ |#1|) 41 (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) 14)) (-3347 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) 48)) (-3435 (((-111) $) 11)) (-3430 (($) 12)) (-2060 ((|#1| $ (-552) |#1|) 50) ((|#1| $ (-552)) 49) (($ $ (-1204 (-552))) 63)) (-3632 ((|#1| $ $) 106 (|has| |#1| (-1030)))) (-2012 (($ $ (-552)) 62) (($ $ (-1204 (-552))) 61)) (-2449 (($ $ $) 104 (|has| |#1| (-1030)))) (-2885 (((-756) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4368))) (((-756) |#1| $) 28 (-12 (|has| |#1| (-1078)) (|has| $ (-6 -4368))))) (-3747 (($ $ $ (-552)) 91 (|has| $ (-6 -4369)))) (-1487 (($ $) 13)) (-1522 (((-528) $) 79 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 70)) (-4319 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-629 $)) 65)) (-3213 (((-844) $) 18 (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) 84 (|has| |#1| (-832)))) (-1644 (((-111) $ $) 83 (|has| |#1| (-832)))) (-1613 (((-111) $ $) 20 (|has| |#1| (-1078)))) (-1655 (((-111) $ $) 85 (|has| |#1| (-832)))) (-1632 (((-111) $ $) 82 (|has| |#1| (-832)))) (-1709 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-1698 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-552) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-711))) (($ $ |#1|) 107 (|has| |#1| (-711)))) (-2657 (((-756) $) 6 (|has| $ (-6 -4368)))))
-(((-1235 |#1|) (-137) (-1191)) (T -1235))
-((-1698 (*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-25)))) (-2306 (*1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1235 *3)) (-4 *3 (-23)) (-4 *3 (-1191)))) (-1709 (*1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-21)))) (-1709 (*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-552)) (-4 *1 (-1235 *3)) (-4 *3 (-1191)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-711)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-711)))) (-3632 (*1 *2 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-1030)))) (-1920 (*1 *2 *1 *1) (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1191)) (-4 *3 (-1030)) (-5 *2 (-673 *3)))) (-2449 (*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-1030)))) (-2556 (*1 *2 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-983)) (-4 *2 (-1030)))) (-3994 (*1 *2 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-983)) (-4 *2 (-1030)))))
-(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -1698 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -2306 ($ (-756))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -1709 ($ $)) (-15 -1709 ($ $ $)) (-15 * ($ (-552) $))) |%noBranch|) (IF (|has| |t#1| (-711)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1030)) (PROGN (-15 -3632 (|t#1| $ $)) (-15 -1920 ((-673 |t#1|) $ $)) (-15 -2449 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-983)) (IF (|has| |t#1| (-1030)) (PROGN (-15 -2556 (|t#1| $)) (-15 -3994 (|t#1| $))) |%noBranch|) |%noBranch|)))
-(((-34) . T) ((-101) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-599 (-844)) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832)) (|has| |#1| (-599 (-844)))) ((-148 |#1|) . T) ((-600 (-528)) |has| |#1| (-600 (-528))) ((-280 #0=(-552) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-367 |#1|) . T) ((-482 |#1|) . T) ((-590 #0# |#1|) . T) ((-506 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))) ((-635 |#1|) . T) ((-19 |#1|) . T) ((-832) |has| |#1| (-832)) ((-1078) -4029 (|has| |#1| (-1078)) (|has| |#1| (-832))) ((-1191) . T))
-((-3215 (((-1237 |#2|) (-1 |#2| |#1| |#2|) (-1237 |#1|) |#2|) 13)) (-3884 ((|#2| (-1 |#2| |#1| |#2|) (-1237 |#1|) |#2|) 15)) (-1477 (((-3 (-1237 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1237 |#1|)) 28) (((-1237 |#2|) (-1 |#2| |#1|) (-1237 |#1|)) 18)))
-(((-1236 |#1| |#2|) (-10 -7 (-15 -3215 ((-1237 |#2|) (-1 |#2| |#1| |#2|) (-1237 |#1|) |#2|)) (-15 -3884 (|#2| (-1 |#2| |#1| |#2|) (-1237 |#1|) |#2|)) (-15 -1477 ((-1237 |#2|) (-1 |#2| |#1|) (-1237 |#1|))) (-15 -1477 ((-3 (-1237 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1237 |#1|)))) (-1191) (-1191)) (T -1236))
-((-1477 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1237 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-1237 *6)) (-5 *1 (-1236 *5 *6)))) (-1477 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1237 *5)) (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-1237 *6)) (-5 *1 (-1236 *5 *6)))) (-3884 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1237 *5)) (-4 *5 (-1191)) (-4 *2 (-1191)) (-5 *1 (-1236 *5 *2)))) (-3215 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1237 *6)) (-4 *6 (-1191)) (-4 *5 (-1191)) (-5 *2 (-1237 *5)) (-5 *1 (-1236 *6 *5)))))
-(-10 -7 (-15 -3215 ((-1237 |#2|) (-1 |#2| |#1| |#2|) (-1237 |#1|) |#2|)) (-15 -3884 (|#2| (-1 |#2| |#1| |#2|) (-1237 |#1|) |#2|)) (-15 -1477 ((-1237 |#2|) (-1 |#2| |#1|) (-1237 |#1|))) (-15 -1477 ((-3 (-1237 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1237 |#1|))))
-((-3202 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-2306 (($ (-756)) NIL (|has| |#1| (-23)))) (-3084 (($ (-629 |#1|)) 9)) (-2660 (((-1242) $ (-552) (-552)) NIL (|has| $ (-6 -4369)))) (-3717 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-832)))) (-3646 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4369))) (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-832))))) (-1296 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-832)))) (-4238 (((-111) $ (-756)) NIL)) (-1470 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369))) ((|#1| $ (-1204 (-552)) |#1|) NIL (|has| $ (-6 -4369)))) (-3954 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2130 (($) NIL T CONST)) (-2366 (($ $) NIL (|has| $ (-6 -4369)))) (-3344 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-2655 (($ |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-3884 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4368))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4368)))) (-2957 ((|#1| $ (-552) |#1|) NIL (|has| $ (-6 -4369)))) (-2892 ((|#1| $ (-552)) NIL)) (-1456 (((-552) (-1 (-111) |#1|) $) NIL) (((-552) |#1| $) NIL (|has| |#1| (-1078))) (((-552) |#1| $ (-552)) NIL (|has| |#1| (-1078)))) (-3138 (((-629 |#1|) $) 15 (|has| $ (-6 -4368)))) (-1920 (((-673 |#1|) $ $) NIL (|has| |#1| (-1030)))) (-3307 (($ (-756) |#1|) NIL)) (-1418 (((-111) $ (-756)) NIL)) (-1695 (((-552) $) NIL (|has| (-552) (-832)))) (-1772 (($ $ $) NIL (|has| |#1| (-832)))) (-1446 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-832)))) (-3278 (((-629 |#1|) $) NIL (|has| $ (-6 -4368)))) (-2973 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-1842 (((-552) $) NIL (|has| (-552) (-832)))) (-2011 (($ $ $) NIL (|has| |#1| (-832)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3994 ((|#1| $) NIL (-12 (|has| |#1| (-983)) (|has| |#1| (-1030))))) (-1745 (((-111) $ (-756)) NIL)) (-2556 ((|#1| $) NIL (-12 (|has| |#1| (-983)) (|has| |#1| (-1030))))) (-2623 (((-1136) $) NIL (|has| |#1| (-1078)))) (-1759 (($ |#1| $ (-552)) NIL) (($ $ $ (-552)) NIL)) (-2190 (((-629 (-552)) $) NIL)) (-1335 (((-111) (-552) $) NIL)) (-2876 (((-1098) $) NIL (|has| |#1| (-1078)))) (-2702 ((|#1| $) NIL (|has| (-552) (-832)))) (-3073 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-1518 (($ $ |#1|) NIL (|has| $ (-6 -4369)))) (-3944 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078)))) (($ $ (-629 |#1|) (-629 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3347 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3627 (((-629 |#1|) $) NIL)) (-3435 (((-111) $) NIL)) (-3430 (($) NIL)) (-2060 ((|#1| $ (-552) |#1|) NIL) ((|#1| $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-3632 ((|#1| $ $) NIL (|has| |#1| (-1030)))) (-2012 (($ $ (-552)) NIL) (($ $ (-1204 (-552))) NIL)) (-2449 (($ $ $) NIL (|has| |#1| (-1030)))) (-2885 (((-756) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368))) (((-756) |#1| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#1| (-1078))))) (-3747 (($ $ $ (-552)) NIL (|has| $ (-6 -4369)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) 19 (|has| |#1| (-600 (-528))))) (-3226 (($ (-629 |#1|)) 8)) (-4319 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-629 $)) NIL)) (-3213 (((-844) $) NIL (|has| |#1| (-599 (-844))))) (-2584 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4368)))) (-1666 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1644 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1613 (((-111) $ $) NIL (|has| |#1| (-1078)))) (-1655 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1632 (((-111) $ $) NIL (|has| |#1| (-832)))) (-1709 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-1698 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-552) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-711))) (($ $ |#1|) NIL (|has| |#1| (-711)))) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1237 |#1|) (-13 (-1235 |#1|) (-10 -8 (-15 -3084 ($ (-629 |#1|))))) (-1191)) (T -1237))
-((-3084 (*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-1237 *3)))))
-(-13 (-1235 |#1|) (-10 -8 (-15 -3084 ($ (-629 |#1|)))))
-((-3202 (((-111) $ $) NIL)) (-3251 (((-1136) $ (-1136)) 90) (((-1136) $ (-1136) (-1136)) 88) (((-1136) $ (-1136) (-629 (-1136))) 87)) (-1824 (($) 59)) (-2678 (((-1242) $ (-461) (-902)) 45)) (-2097 (((-1242) $ (-902) (-1136)) 73) (((-1242) $ (-902) (-855)) 74)) (-1306 (((-1242) $ (-902) (-373) (-373)) 48)) (-4020 (((-1242) $ (-1136)) 69)) (-1531 (((-1242) $ (-902) (-1136)) 78)) (-2881 (((-1242) $ (-902) (-373) (-373)) 49)) (-4335 (((-1242) $ (-902) (-902)) 46)) (-3230 (((-1242) $) 70)) (-2713 (((-1242) $ (-902) (-1136)) 77)) (-3520 (((-1242) $ (-461) (-902)) 31)) (-3653 (((-1242) $ (-902) (-1136)) 76)) (-3960 (((-629 (-257)) $) 23) (($ $ (-629 (-257))) 24)) (-3623 (((-1242) $ (-756) (-756)) 43)) (-1950 (($ $) 60) (($ (-461) (-629 (-257))) 61)) (-2623 (((-1136) $) NIL)) (-2670 (((-552) $) 38)) (-2876 (((-1098) $) NIL)) (-2017 (((-1237 (-3 (-461) "undefined")) $) 37)) (-2631 (((-1237 (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -3653 (-552)) (|:| -2436 (-552)) (|:| |spline| (-552)) (|:| -2364 (-552)) (|:| |axesColor| (-855)) (|:| -2097 (-552)) (|:| |unitsColor| (-855)) (|:| |showing| (-552)))) $) 36)) (-1587 (((-1242) $ (-902) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-552) (-855) (-552) (-855) (-552)) 68)) (-3289 (((-629 (-924 (-220))) $) NIL)) (-2976 (((-461) $ (-902)) 33)) (-2146 (((-1242) $ (-756) (-756) (-902) (-902)) 40)) (-2073 (((-1242) $ (-1136)) 79)) (-2436 (((-1242) $ (-902) (-1136)) 75)) (-3213 (((-844) $) 85)) (-2571 (((-1242) $) 80)) (-2364 (((-1242) $ (-902) (-1136)) 71) (((-1242) $ (-902) (-855)) 72)) (-1613 (((-111) $ $) NIL)))
-(((-1238) (-13 (-1078) (-10 -8 (-15 -3289 ((-629 (-924 (-220))) $)) (-15 -1824 ($)) (-15 -1950 ($ $)) (-15 -3960 ((-629 (-257)) $)) (-15 -3960 ($ $ (-629 (-257)))) (-15 -1950 ($ (-461) (-629 (-257)))) (-15 -1587 ((-1242) $ (-902) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-552) (-855) (-552) (-855) (-552))) (-15 -2631 ((-1237 (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -3653 (-552)) (|:| -2436 (-552)) (|:| |spline| (-552)) (|:| -2364 (-552)) (|:| |axesColor| (-855)) (|:| -2097 (-552)) (|:| |unitsColor| (-855)) (|:| |showing| (-552)))) $)) (-15 -2017 ((-1237 (-3 (-461) "undefined")) $)) (-15 -4020 ((-1242) $ (-1136))) (-15 -3520 ((-1242) $ (-461) (-902))) (-15 -2976 ((-461) $ (-902))) (-15 -2364 ((-1242) $ (-902) (-1136))) (-15 -2364 ((-1242) $ (-902) (-855))) (-15 -2097 ((-1242) $ (-902) (-1136))) (-15 -2097 ((-1242) $ (-902) (-855))) (-15 -3653 ((-1242) $ (-902) (-1136))) (-15 -2713 ((-1242) $ (-902) (-1136))) (-15 -2436 ((-1242) $ (-902) (-1136))) (-15 -2073 ((-1242) $ (-1136))) (-15 -2571 ((-1242) $)) (-15 -2146 ((-1242) $ (-756) (-756) (-902) (-902))) (-15 -2881 ((-1242) $ (-902) (-373) (-373))) (-15 -1306 ((-1242) $ (-902) (-373) (-373))) (-15 -1531 ((-1242) $ (-902) (-1136))) (-15 -3623 ((-1242) $ (-756) (-756))) (-15 -2678 ((-1242) $ (-461) (-902))) (-15 -4335 ((-1242) $ (-902) (-902))) (-15 -3251 ((-1136) $ (-1136))) (-15 -3251 ((-1136) $ (-1136) (-1136))) (-15 -3251 ((-1136) $ (-1136) (-629 (-1136)))) (-15 -3230 ((-1242) $)) (-15 -2670 ((-552) $)) (-15 -3213 ((-844) $))))) (T -1238))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-1238)))) (-3289 (*1 *2 *1) (-12 (-5 *2 (-629 (-924 (-220)))) (-5 *1 (-1238)))) (-1824 (*1 *1) (-5 *1 (-1238))) (-1950 (*1 *1 *1) (-5 *1 (-1238))) (-3960 (*1 *2 *1) (-12 (-5 *2 (-629 (-257))) (-5 *1 (-1238)))) (-3960 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-257))) (-5 *1 (-1238)))) (-1950 (*1 *1 *2 *3) (-12 (-5 *2 (-461)) (-5 *3 (-629 (-257))) (-5 *1 (-1238)))) (-1587 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-902)) (-5 *4 (-220)) (-5 *5 (-552)) (-5 *6 (-855)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2631 (*1 *2 *1) (-12 (-5 *2 (-1237 (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -3653 (-552)) (|:| -2436 (-552)) (|:| |spline| (-552)) (|:| -2364 (-552)) (|:| |axesColor| (-855)) (|:| -2097 (-552)) (|:| |unitsColor| (-855)) (|:| |showing| (-552))))) (-5 *1 (-1238)))) (-2017 (*1 *2 *1) (-12 (-5 *2 (-1237 (-3 (-461) "undefined"))) (-5 *1 (-1238)))) (-4020 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-3520 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-461)) (-5 *4 (-902)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2976 (*1 *2 *1 *3) (-12 (-5 *3 (-902)) (-5 *2 (-461)) (-5 *1 (-1238)))) (-2364 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2364 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-855)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2097 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2097 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-855)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-3653 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2713 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2436 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2073 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2571 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2146 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-756)) (-5 *4 (-902)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2881 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-902)) (-5 *4 (-373)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-1306 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-902)) (-5 *4 (-373)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-1531 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-3623 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2678 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-461)) (-5 *4 (-902)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-4335 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1242)) (-5 *1 (-1238)))) (-3251 (*1 *2 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1238)))) (-3251 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1238)))) (-3251 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-1136)) (-5 *1 (-1238)))) (-3230 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1238)))) (-2670 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1238)))))
-(-13 (-1078) (-10 -8 (-15 -3289 ((-629 (-924 (-220))) $)) (-15 -1824 ($)) (-15 -1950 ($ $)) (-15 -3960 ((-629 (-257)) $)) (-15 -3960 ($ $ (-629 (-257)))) (-15 -1950 ($ (-461) (-629 (-257)))) (-15 -1587 ((-1242) $ (-902) (-220) (-220) (-220) (-220) (-552) (-552) (-552) (-552) (-855) (-552) (-855) (-552))) (-15 -2631 ((-1237 (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -3653 (-552)) (|:| -2436 (-552)) (|:| |spline| (-552)) (|:| -2364 (-552)) (|:| |axesColor| (-855)) (|:| -2097 (-552)) (|:| |unitsColor| (-855)) (|:| |showing| (-552)))) $)) (-15 -2017 ((-1237 (-3 (-461) "undefined")) $)) (-15 -4020 ((-1242) $ (-1136))) (-15 -3520 ((-1242) $ (-461) (-902))) (-15 -2976 ((-461) $ (-902))) (-15 -2364 ((-1242) $ (-902) (-1136))) (-15 -2364 ((-1242) $ (-902) (-855))) (-15 -2097 ((-1242) $ (-902) (-1136))) (-15 -2097 ((-1242) $ (-902) (-855))) (-15 -3653 ((-1242) $ (-902) (-1136))) (-15 -2713 ((-1242) $ (-902) (-1136))) (-15 -2436 ((-1242) $ (-902) (-1136))) (-15 -2073 ((-1242) $ (-1136))) (-15 -2571 ((-1242) $)) (-15 -2146 ((-1242) $ (-756) (-756) (-902) (-902))) (-15 -2881 ((-1242) $ (-902) (-373) (-373))) (-15 -1306 ((-1242) $ (-902) (-373) (-373))) (-15 -1531 ((-1242) $ (-902) (-1136))) (-15 -3623 ((-1242) $ (-756) (-756))) (-15 -2678 ((-1242) $ (-461) (-902))) (-15 -4335 ((-1242) $ (-902) (-902))) (-15 -3251 ((-1136) $ (-1136))) (-15 -3251 ((-1136) $ (-1136) (-1136))) (-15 -3251 ((-1136) $ (-1136) (-629 (-1136)))) (-15 -3230 ((-1242) $)) (-15 -2670 ((-552) $)) (-15 -3213 ((-844) $))))
-((-3202 (((-111) $ $) NIL)) (-2701 (((-1242) $ (-373)) 140) (((-1242) $ (-373) (-373) (-373)) 141)) (-3251 (((-1136) $ (-1136)) 148) (((-1136) $ (-1136) (-1136)) 146) (((-1136) $ (-1136) (-629 (-1136))) 145)) (-1298 (($) 50)) (-2865 (((-1242) $ (-373) (-373) (-373) (-373) (-373)) 116) (((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) $) 114) (((-1242) $ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) 115) (((-1242) $ (-552) (-552) (-373) (-373) (-373)) 117) (((-1242) $ (-373) (-373)) 118) (((-1242) $ (-373) (-373) (-373)) 125)) (-2560 (((-373)) 97) (((-373) (-373)) 98)) (-1484 (((-373)) 92) (((-373) (-373)) 94)) (-1650 (((-373)) 95) (((-373) (-373)) 96)) (-3314 (((-373)) 101) (((-373) (-373)) 102)) (-3446 (((-373)) 99) (((-373) (-373)) 100)) (-1306 (((-1242) $ (-373) (-373)) 142)) (-4020 (((-1242) $ (-1136)) 126)) (-1426 (((-1111 (-220)) $) 51) (($ $ (-1111 (-220))) 52)) (-2863 (((-1242) $ (-1136)) 154)) (-3663 (((-1242) $ (-1136)) 155)) (-3849 (((-1242) $ (-373) (-373)) 124) (((-1242) $ (-552) (-552)) 139)) (-4335 (((-1242) $ (-902) (-902)) 132)) (-3230 (((-1242) $) 112)) (-3183 (((-1242) $ (-1136)) 153)) (-3529 (((-1242) $ (-1136)) 109)) (-3960 (((-629 (-257)) $) 53) (($ $ (-629 (-257))) 54)) (-3623 (((-1242) $ (-756) (-756)) 131)) (-3204 (((-1242) $ (-756) (-924 (-220))) 160)) (-1309 (($ $) 56) (($ (-1111 (-220)) (-1136)) 57) (($ (-1111 (-220)) (-629 (-257))) 58)) (-3634 (((-1242) $ (-373) (-373) (-373)) 106)) (-2623 (((-1136) $) NIL)) (-2670 (((-552) $) 103)) (-2641 (((-1242) $ (-373)) 143)) (-3612 (((-1242) $ (-373)) 158)) (-2876 (((-1098) $) NIL)) (-3672 (((-1242) $ (-373)) 157)) (-3948 (((-1242) $ (-1136)) 111)) (-2146 (((-1242) $ (-756) (-756) (-902) (-902)) 130)) (-3245 (((-1242) $ (-1136)) 108)) (-2073 (((-1242) $ (-1136)) 110)) (-2649 (((-1242) $ (-154) (-154)) 129)) (-3213 (((-844) $) 137)) (-2571 (((-1242) $) 113)) (-2438 (((-1242) $ (-1136)) 156)) (-2364 (((-1242) $ (-1136)) 107)) (-1613 (((-111) $ $) NIL)))
-(((-1239) (-13 (-1078) (-10 -8 (-15 -1484 ((-373))) (-15 -1484 ((-373) (-373))) (-15 -1650 ((-373))) (-15 -1650 ((-373) (-373))) (-15 -2560 ((-373))) (-15 -2560 ((-373) (-373))) (-15 -3446 ((-373))) (-15 -3446 ((-373) (-373))) (-15 -3314 ((-373))) (-15 -3314 ((-373) (-373))) (-15 -1298 ($)) (-15 -1309 ($ $)) (-15 -1309 ($ (-1111 (-220)) (-1136))) (-15 -1309 ($ (-1111 (-220)) (-629 (-257)))) (-15 -1426 ((-1111 (-220)) $)) (-15 -1426 ($ $ (-1111 (-220)))) (-15 -3204 ((-1242) $ (-756) (-924 (-220)))) (-15 -3960 ((-629 (-257)) $)) (-15 -3960 ($ $ (-629 (-257)))) (-15 -3623 ((-1242) $ (-756) (-756))) (-15 -4335 ((-1242) $ (-902) (-902))) (-15 -4020 ((-1242) $ (-1136))) (-15 -2146 ((-1242) $ (-756) (-756) (-902) (-902))) (-15 -2865 ((-1242) $ (-373) (-373) (-373) (-373) (-373))) (-15 -2865 ((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) $)) (-15 -2865 ((-1242) $ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -2865 ((-1242) $ (-552) (-552) (-373) (-373) (-373))) (-15 -2865 ((-1242) $ (-373) (-373))) (-15 -2865 ((-1242) $ (-373) (-373) (-373))) (-15 -2073 ((-1242) $ (-1136))) (-15 -2364 ((-1242) $ (-1136))) (-15 -3245 ((-1242) $ (-1136))) (-15 -3529 ((-1242) $ (-1136))) (-15 -3948 ((-1242) $ (-1136))) (-15 -3849 ((-1242) $ (-373) (-373))) (-15 -3849 ((-1242) $ (-552) (-552))) (-15 -2701 ((-1242) $ (-373))) (-15 -2701 ((-1242) $ (-373) (-373) (-373))) (-15 -1306 ((-1242) $ (-373) (-373))) (-15 -3183 ((-1242) $ (-1136))) (-15 -3672 ((-1242) $ (-373))) (-15 -3612 ((-1242) $ (-373))) (-15 -2863 ((-1242) $ (-1136))) (-15 -3663 ((-1242) $ (-1136))) (-15 -2438 ((-1242) $ (-1136))) (-15 -3634 ((-1242) $ (-373) (-373) (-373))) (-15 -2641 ((-1242) $ (-373))) (-15 -3230 ((-1242) $)) (-15 -2649 ((-1242) $ (-154) (-154))) (-15 -3251 ((-1136) $ (-1136))) (-15 -3251 ((-1136) $ (-1136) (-1136))) (-15 -3251 ((-1136) $ (-1136) (-629 (-1136)))) (-15 -2571 ((-1242) $)) (-15 -2670 ((-552) $))))) (T -1239))
-((-1484 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-1484 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-1650 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-1650 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-2560 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-2560 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-3446 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-3446 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-3314 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-3314 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))) (-1298 (*1 *1) (-5 *1 (-1239))) (-1309 (*1 *1 *1) (-5 *1 (-1239))) (-1309 (*1 *1 *2 *3) (-12 (-5 *2 (-1111 (-220))) (-5 *3 (-1136)) (-5 *1 (-1239)))) (-1309 (*1 *1 *2 *3) (-12 (-5 *2 (-1111 (-220))) (-5 *3 (-629 (-257))) (-5 *1 (-1239)))) (-1426 (*1 *2 *1) (-12 (-5 *2 (-1111 (-220))) (-5 *1 (-1239)))) (-1426 (*1 *1 *1 *2) (-12 (-5 *2 (-1111 (-220))) (-5 *1 (-1239)))) (-3204 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-756)) (-5 *4 (-924 (-220))) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3960 (*1 *2 *1) (-12 (-5 *2 (-629 (-257))) (-5 *1 (-1239)))) (-3960 (*1 *1 *1 *2) (-12 (-5 *2 (-629 (-257))) (-5 *1 (-1239)))) (-3623 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-4335 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-4020 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2146 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-756)) (-5 *4 (-902)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2865 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2865 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) (-5 *1 (-1239)))) (-2865 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2865 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-552)) (-5 *4 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2865 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2865 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2073 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2364 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3245 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3529 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3948 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3849 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3849 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2701 (*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2701 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-1306 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3183 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3672 (*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3612 (*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2863 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3663 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2438 (*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3634 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2641 (*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3230 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2649 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-154)) (-5 *2 (-1242)) (-5 *1 (-1239)))) (-3251 (*1 *2 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1239)))) (-3251 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1239)))) (-3251 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-1136)) (-5 *1 (-1239)))) (-2571 (*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1239)))) (-2670 (*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1239)))))
-(-13 (-1078) (-10 -8 (-15 -1484 ((-373))) (-15 -1484 ((-373) (-373))) (-15 -1650 ((-373))) (-15 -1650 ((-373) (-373))) (-15 -2560 ((-373))) (-15 -2560 ((-373) (-373))) (-15 -3446 ((-373))) (-15 -3446 ((-373) (-373))) (-15 -3314 ((-373))) (-15 -3314 ((-373) (-373))) (-15 -1298 ($)) (-15 -1309 ($ $)) (-15 -1309 ($ (-1111 (-220)) (-1136))) (-15 -1309 ($ (-1111 (-220)) (-629 (-257)))) (-15 -1426 ((-1111 (-220)) $)) (-15 -1426 ($ $ (-1111 (-220)))) (-15 -3204 ((-1242) $ (-756) (-924 (-220)))) (-15 -3960 ((-629 (-257)) $)) (-15 -3960 ($ $ (-629 (-257)))) (-15 -3623 ((-1242) $ (-756) (-756))) (-15 -4335 ((-1242) $ (-902) (-902))) (-15 -4020 ((-1242) $ (-1136))) (-15 -2146 ((-1242) $ (-756) (-756) (-902) (-902))) (-15 -2865 ((-1242) $ (-373) (-373) (-373) (-373) (-373))) (-15 -2865 ((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) $)) (-15 -2865 ((-1242) $ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -2865 ((-1242) $ (-552) (-552) (-373) (-373) (-373))) (-15 -2865 ((-1242) $ (-373) (-373))) (-15 -2865 ((-1242) $ (-373) (-373) (-373))) (-15 -2073 ((-1242) $ (-1136))) (-15 -2364 ((-1242) $ (-1136))) (-15 -3245 ((-1242) $ (-1136))) (-15 -3529 ((-1242) $ (-1136))) (-15 -3948 ((-1242) $ (-1136))) (-15 -3849 ((-1242) $ (-373) (-373))) (-15 -3849 ((-1242) $ (-552) (-552))) (-15 -2701 ((-1242) $ (-373))) (-15 -2701 ((-1242) $ (-373) (-373) (-373))) (-15 -1306 ((-1242) $ (-373) (-373))) (-15 -3183 ((-1242) $ (-1136))) (-15 -3672 ((-1242) $ (-373))) (-15 -3612 ((-1242) $ (-373))) (-15 -2863 ((-1242) $ (-1136))) (-15 -3663 ((-1242) $ (-1136))) (-15 -2438 ((-1242) $ (-1136))) (-15 -3634 ((-1242) $ (-373) (-373) (-373))) (-15 -2641 ((-1242) $ (-373))) (-15 -3230 ((-1242) $)) (-15 -2649 ((-1242) $ (-154) (-154))) (-15 -3251 ((-1136) $ (-1136))) (-15 -3251 ((-1136) $ (-1136) (-1136))) (-15 -3251 ((-1136) $ (-1136) (-629 (-1136)))) (-15 -2571 ((-1242) $)) (-15 -2670 ((-552) $))))
-((-3345 (((-629 (-1136)) (-629 (-1136))) 94) (((-629 (-1136))) 90)) (-2600 (((-629 (-1136))) 88)) (-3049 (((-629 (-902)) (-629 (-902))) 63) (((-629 (-902))) 60)) (-2849 (((-629 (-756)) (-629 (-756))) 57) (((-629 (-756))) 53)) (-1513 (((-1242)) 65)) (-3206 (((-902) (-902)) 81) (((-902)) 80)) (-4181 (((-902) (-902)) 79) (((-902)) 78)) (-4242 (((-855) (-855)) 75) (((-855)) 74)) (-2090 (((-220)) 85) (((-220) (-373)) 87)) (-1873 (((-902)) 82) (((-902) (-902)) 83)) (-3001 (((-902) (-902)) 77) (((-902)) 76)) (-1346 (((-855) (-855)) 69) (((-855)) 67)) (-3353 (((-855) (-855)) 71) (((-855)) 70)) (-2682 (((-855) (-855)) 73) (((-855)) 72)))
-(((-1240) (-10 -7 (-15 -1346 ((-855))) (-15 -1346 ((-855) (-855))) (-15 -3353 ((-855))) (-15 -3353 ((-855) (-855))) (-15 -2682 ((-855))) (-15 -2682 ((-855) (-855))) (-15 -4242 ((-855))) (-15 -4242 ((-855) (-855))) (-15 -3001 ((-902))) (-15 -3001 ((-902) (-902))) (-15 -2849 ((-629 (-756)))) (-15 -2849 ((-629 (-756)) (-629 (-756)))) (-15 -3049 ((-629 (-902)))) (-15 -3049 ((-629 (-902)) (-629 (-902)))) (-15 -1513 ((-1242))) (-15 -3345 ((-629 (-1136)))) (-15 -3345 ((-629 (-1136)) (-629 (-1136)))) (-15 -2600 ((-629 (-1136)))) (-15 -4181 ((-902))) (-15 -3206 ((-902))) (-15 -4181 ((-902) (-902))) (-15 -3206 ((-902) (-902))) (-15 -1873 ((-902) (-902))) (-15 -1873 ((-902))) (-15 -2090 ((-220) (-373))) (-15 -2090 ((-220))))) (T -1240))
-((-2090 (*1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-1240)))) (-2090 (*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-220)) (-5 *1 (-1240)))) (-1873 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))) (-1873 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))) (-3206 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))) (-4181 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))) (-3206 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))) (-4181 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))) (-2600 (*1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1240)))) (-3345 (*1 *2 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1240)))) (-3345 (*1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1240)))) (-1513 (*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1240)))) (-3049 (*1 *2 *2) (-12 (-5 *2 (-629 (-902))) (-5 *1 (-1240)))) (-3049 (*1 *2) (-12 (-5 *2 (-629 (-902))) (-5 *1 (-1240)))) (-2849 (*1 *2 *2) (-12 (-5 *2 (-629 (-756))) (-5 *1 (-1240)))) (-2849 (*1 *2) (-12 (-5 *2 (-629 (-756))) (-5 *1 (-1240)))) (-3001 (*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))) (-3001 (*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))) (-4242 (*1 *2 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))) (-4242 (*1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))) (-2682 (*1 *2 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))) (-2682 (*1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))) (-3353 (*1 *2 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))) (-3353 (*1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))) (-1346 (*1 *2 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))) (-1346 (*1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))))
-(-10 -7 (-15 -1346 ((-855))) (-15 -1346 ((-855) (-855))) (-15 -3353 ((-855))) (-15 -3353 ((-855) (-855))) (-15 -2682 ((-855))) (-15 -2682 ((-855) (-855))) (-15 -4242 ((-855))) (-15 -4242 ((-855) (-855))) (-15 -3001 ((-902))) (-15 -3001 ((-902) (-902))) (-15 -2849 ((-629 (-756)))) (-15 -2849 ((-629 (-756)) (-629 (-756)))) (-15 -3049 ((-629 (-902)))) (-15 -3049 ((-629 (-902)) (-629 (-902)))) (-15 -1513 ((-1242))) (-15 -3345 ((-629 (-1136)))) (-15 -3345 ((-629 (-1136)) (-629 (-1136)))) (-15 -2600 ((-629 (-1136)))) (-15 -4181 ((-902))) (-15 -3206 ((-902))) (-15 -4181 ((-902) (-902))) (-15 -3206 ((-902) (-902))) (-15 -1873 ((-902) (-902))) (-15 -1873 ((-902))) (-15 -2090 ((-220) (-373))) (-15 -2090 ((-220))))
-((-1857 (((-461) (-629 (-629 (-924 (-220)))) (-629 (-257))) 21) (((-461) (-629 (-629 (-924 (-220))))) 20) (((-461) (-629 (-629 (-924 (-220)))) (-855) (-855) (-902) (-629 (-257))) 19)) (-2312 (((-1238) (-629 (-629 (-924 (-220)))) (-629 (-257))) 27) (((-1238) (-629 (-629 (-924 (-220)))) (-855) (-855) (-902) (-629 (-257))) 26)) (-3213 (((-1238) (-461)) 38)))
-(((-1241) (-10 -7 (-15 -1857 ((-461) (-629 (-629 (-924 (-220)))) (-855) (-855) (-902) (-629 (-257)))) (-15 -1857 ((-461) (-629 (-629 (-924 (-220)))))) (-15 -1857 ((-461) (-629 (-629 (-924 (-220)))) (-629 (-257)))) (-15 -2312 ((-1238) (-629 (-629 (-924 (-220)))) (-855) (-855) (-902) (-629 (-257)))) (-15 -2312 ((-1238) (-629 (-629 (-924 (-220)))) (-629 (-257)))) (-15 -3213 ((-1238) (-461))))) (T -1241))
-((-3213 (*1 *2 *3) (-12 (-5 *3 (-461)) (-5 *2 (-1238)) (-5 *1 (-1241)))) (-2312 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-629 (-257))) (-5 *2 (-1238)) (-5 *1 (-1241)))) (-2312 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-855)) (-5 *5 (-902)) (-5 *6 (-629 (-257))) (-5 *2 (-1238)) (-5 *1 (-1241)))) (-1857 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-629 (-257))) (-5 *2 (-461)) (-5 *1 (-1241)))) (-1857 (*1 *2 *3) (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *2 (-461)) (-5 *1 (-1241)))) (-1857 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-855)) (-5 *5 (-902)) (-5 *6 (-629 (-257))) (-5 *2 (-461)) (-5 *1 (-1241)))))
-(-10 -7 (-15 -1857 ((-461) (-629 (-629 (-924 (-220)))) (-855) (-855) (-902) (-629 (-257)))) (-15 -1857 ((-461) (-629 (-629 (-924 (-220)))))) (-15 -1857 ((-461) (-629 (-629 (-924 (-220)))) (-629 (-257)))) (-15 -2312 ((-1238) (-629 (-629 (-924 (-220)))) (-855) (-855) (-902) (-629 (-257)))) (-15 -2312 ((-1238) (-629 (-629 (-924 (-220)))) (-629 (-257)))) (-15 -3213 ((-1238) (-461))))
-((-1899 (($) 7)) (-3213 (((-844) $) 10)))
-(((-1242) (-10 -8 (-15 -1899 ($)) (-15 -3213 ((-844) $)))) (T -1242))
-((-3213 (*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-1242)))) (-1899 (*1 *1) (-5 *1 (-1242))))
-(-10 -8 (-15 -1899 ($)) (-15 -3213 ((-844) $)))
-((-1720 (($ $ |#2|) 10)))
-(((-1243 |#1| |#2|) (-10 -8 (-15 -1720 (|#1| |#1| |#2|))) (-1244 |#2|) (-357)) (T -1243))
-NIL
-(-10 -8 (-15 -1720 (|#1| |#1| |#2|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3725 (((-132)) 28)) (-3213 (((-844) $) 11)) (-3297 (($) 18 T CONST)) (-1613 (((-111) $ $) 6)) (-1720 (($ $ |#1|) 29)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
-(((-1244 |#1|) (-137) (-357)) (T -1244))
-((-1720 (*1 *1 *1 *2) (-12 (-4 *1 (-1244 *2)) (-4 *2 (-357)))) (-3725 (*1 *2) (-12 (-4 *1 (-1244 *3)) (-4 *3 (-357)) (-5 *2 (-132)))))
-(-13 (-702 |t#1|) (-10 -8 (-15 -1720 ($ $ |t#1|)) (-15 -3725 ((-132)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-702 |#1|) . T) ((-1036 |#1|) . T) ((-1078) . T))
-((-1572 (((-629 (-1185 |#1|)) (-1154) (-1185 |#1|)) 74)) (-2386 (((-1134 (-1134 (-933 |#1|))) (-1154) (-1134 (-933 |#1|))) 53)) (-2417 (((-1 (-1134 (-1185 |#1|)) (-1134 (-1185 |#1|))) (-756) (-1185 |#1|) (-1134 (-1185 |#1|))) 64)) (-3740 (((-1 (-1134 (-933 |#1|)) (-1134 (-933 |#1|))) (-756)) 55)) (-1671 (((-1 (-1150 (-933 |#1|)) (-933 |#1|)) (-1154)) 29)) (-1955 (((-1 (-1134 (-933 |#1|)) (-1134 (-933 |#1|))) (-756)) 54)))
-(((-1245 |#1|) (-10 -7 (-15 -3740 ((-1 (-1134 (-933 |#1|)) (-1134 (-933 |#1|))) (-756))) (-15 -1955 ((-1 (-1134 (-933 |#1|)) (-1134 (-933 |#1|))) (-756))) (-15 -2386 ((-1134 (-1134 (-933 |#1|))) (-1154) (-1134 (-933 |#1|)))) (-15 -1671 ((-1 (-1150 (-933 |#1|)) (-933 |#1|)) (-1154))) (-15 -1572 ((-629 (-1185 |#1|)) (-1154) (-1185 |#1|))) (-15 -2417 ((-1 (-1134 (-1185 |#1|)) (-1134 (-1185 |#1|))) (-756) (-1185 |#1|) (-1134 (-1185 |#1|))))) (-357)) (T -1245))
-((-2417 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-756)) (-4 *6 (-357)) (-5 *4 (-1185 *6)) (-5 *2 (-1 (-1134 *4) (-1134 *4))) (-5 *1 (-1245 *6)) (-5 *5 (-1134 *4)))) (-1572 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-4 *5 (-357)) (-5 *2 (-629 (-1185 *5))) (-5 *1 (-1245 *5)) (-5 *4 (-1185 *5)))) (-1671 (*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1 (-1150 (-933 *4)) (-933 *4))) (-5 *1 (-1245 *4)) (-4 *4 (-357)))) (-2386 (*1 *2 *3 *4) (-12 (-5 *3 (-1154)) (-4 *5 (-357)) (-5 *2 (-1134 (-1134 (-933 *5)))) (-5 *1 (-1245 *5)) (-5 *4 (-1134 (-933 *5))))) (-1955 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1 (-1134 (-933 *4)) (-1134 (-933 *4)))) (-5 *1 (-1245 *4)) (-4 *4 (-357)))) (-3740 (*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1 (-1134 (-933 *4)) (-1134 (-933 *4)))) (-5 *1 (-1245 *4)) (-4 *4 (-357)))))
-(-10 -7 (-15 -3740 ((-1 (-1134 (-933 |#1|)) (-1134 (-933 |#1|))) (-756))) (-15 -1955 ((-1 (-1134 (-933 |#1|)) (-1134 (-933 |#1|))) (-756))) (-15 -2386 ((-1134 (-1134 (-933 |#1|))) (-1154) (-1134 (-933 |#1|)))) (-15 -1671 ((-1 (-1150 (-933 |#1|)) (-933 |#1|)) (-1154))) (-15 -1572 ((-629 (-1185 |#1|)) (-1154) (-1185 |#1|))) (-15 -2417 ((-1 (-1134 (-1185 |#1|)) (-1134 (-1185 |#1|))) (-756) (-1185 |#1|) (-1134 (-1185 |#1|)))))
-((-1414 (((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) |#2|) 75)) (-4197 (((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|)))) 74)))
-(((-1246 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4197 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))))) (-15 -1414 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) |#2|))) (-343) (-1213 |#1|) (-1213 |#2|) (-403 |#2| |#3|)) (T -1246))
-((-1414 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 *3)) (-5 *2 (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-673 *3)))) (-5 *1 (-1246 *4 *3 *5 *6)) (-4 *6 (-403 *3 *5)))) (-4197 (*1 *2) (-12 (-4 *3 (-343)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 *4)) (-5 *2 (-2 (|:| -4199 (-673 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-673 *4)))) (-5 *1 (-1246 *3 *4 *5 *6)) (-4 *6 (-403 *4 *5)))))
-(-10 -7 (-15 -4197 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))))) (-15 -1414 ((-2 (|:| -4199 (-673 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-673 |#2|))) |#2|)))
-((-3202 (((-111) $ $) NIL)) (-1447 (((-1113) $) 11)) (-3071 (((-1113) $) 9)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 19) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-1247) (-13 (-1061) (-10 -8 (-15 -3071 ((-1113) $)) (-15 -1447 ((-1113) $))))) (T -1247))
-((-3071 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1247)))) (-1447 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1247)))))
-(-13 (-1061) (-10 -8 (-15 -3071 ((-1113) $)) (-15 -1447 ((-1113) $))))
-((-3202 (((-111) $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3921 (((-1113) $) 9)) (-3213 (((-844) $) 17) (((-1159) $) NIL) (($ (-1159)) NIL)) (-1613 (((-111) $ $) NIL)))
-(((-1248) (-13 (-1061) (-10 -8 (-15 -3921 ((-1113) $))))) (T -1248))
-((-3921 (*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1248)))))
-(-13 (-1061) (-10 -8 (-15 -3921 ((-1113) $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 43)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) NIL)) (-4065 (((-111) $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3213 (((-844) $) 64) (($ (-552)) NIL) ((|#4| $) 54) (($ |#4|) 49) (($ |#1|) NIL (|has| |#1| (-169)))) (-2014 (((-756)) NIL)) (-1567 (((-1242) (-756)) 16)) (-3297 (($) 27 T CONST)) (-3309 (($) 67 T CONST)) (-1613 (((-111) $ $) 69)) (-1720 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1709 (($ $) 71) (($ $ $) NIL)) (-1698 (($ $ $) 47)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 73) (($ |#1| $) NIL (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169)))))
-(((-1249 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1030) (-10 -8 (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (-15 -3213 (|#4| $)) (IF (|has| |#1| (-357)) (-15 -1720 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3213 ($ |#4|)) (-15 -1567 ((-1242) (-756))))) (-1030) (-832) (-778) (-930 |#1| |#3| |#2|) (-629 |#2|) (-629 (-756)) (-756)) (T -1249))
-((-3213 (*1 *2 *1) (-12 (-4 *2 (-930 *3 *5 *4)) (-5 *1 (-1249 *3 *4 *5 *2 *6 *7 *8)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-778)) (-14 *6 (-629 *4)) (-14 *7 (-629 (-756))) (-14 *8 (-756)))) (-1720 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-357)) (-4 *2 (-1030)) (-4 *3 (-832)) (-4 *4 (-778)) (-14 *6 (-629 *3)) (-5 *1 (-1249 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-930 *2 *4 *3)) (-14 *7 (-629 (-756))) (-14 *8 (-756)))) (-3213 (*1 *1 *2) (-12 (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-778)) (-14 *6 (-629 *4)) (-5 *1 (-1249 *3 *4 *5 *2 *6 *7 *8)) (-4 *2 (-930 *3 *5 *4)) (-14 *7 (-629 (-756))) (-14 *8 (-756)))) (-1567 (*1 *2 *3) (-12 (-5 *3 (-756)) (-4 *4 (-1030)) (-4 *5 (-832)) (-4 *6 (-778)) (-14 *8 (-629 *5)) (-5 *2 (-1242)) (-5 *1 (-1249 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-930 *4 *6 *5)) (-14 *9 (-629 *3)) (-14 *10 *3))))
-(-13 (-1030) (-10 -8 (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (-15 -3213 (|#4| $)) (IF (|has| |#1| (-357)) (-15 -1720 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3213 ($ |#4|)) (-15 -1567 ((-1242) (-756)))))
-((-3202 (((-111) $ $) NIL)) (-3591 (((-629 (-2 (|:| -2571 $) (|:| -3092 (-629 |#4|)))) (-629 |#4|)) NIL)) (-1830 (((-629 $) (-629 |#4|)) 88)) (-3611 (((-629 |#3|) $) NIL)) (-3902 (((-111) $) NIL)) (-1565 (((-111) $) NIL (|has| |#1| (-544)))) (-2007 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2240 ((|#4| |#4| $) NIL)) (-1296 (((-2 (|:| |under| $) (|:| -3410 $) (|:| |upper| $)) $ |#3|) NIL)) (-4238 (((-111) $ (-756)) NIL)) (-3954 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368))) (((-3 |#4| "failed") $ |#3|) NIL)) (-2130 (($) NIL T CONST)) (-3320 (((-111) $) NIL (|has| |#1| (-544)))) (-4177 (((-111) $ $) NIL (|has| |#1| (-544)))) (-3170 (((-111) $ $) NIL (|has| |#1| (-544)))) (-2797 (((-111) $) NIL (|has| |#1| (-544)))) (-3228 (((-629 |#4|) (-629 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 28)) (-3662 (((-629 |#4|) (-629 |#4|) $) 25 (|has| |#1| (-544)))) (-1468 (((-629 |#4|) (-629 |#4|) $) NIL (|has| |#1| (-544)))) (-1393 (((-3 $ "failed") (-629 |#4|)) NIL)) (-2832 (($ (-629 |#4|)) NIL)) (-2715 (((-3 $ "failed") $) 70)) (-3126 ((|#4| |#4| $) 75)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2655 (($ |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-4186 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-544)))) (-3738 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) NIL)) (-2081 ((|#4| |#4| $) NIL)) (-3884 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4368))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4368))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-3817 (((-2 (|:| -2571 (-629 |#4|)) (|:| -3092 (-629 |#4|))) $) NIL)) (-3138 (((-629 |#4|) $) NIL (|has| $ (-6 -4368)))) (-3065 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2940 ((|#3| $) 76)) (-1418 (((-111) $ (-756)) NIL)) (-3278 (((-629 |#4|) $) 29 (|has| $ (-6 -4368)))) (-2973 (((-111) |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078))))) (-2813 (((-3 $ "failed") (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 32) (((-3 $ "failed") (-629 |#4|)) 35)) (-2947 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4369)))) (-1477 (($ (-1 |#4| |#4|) $) NIL)) (-3420 (((-629 |#3|) $) NIL)) (-2677 (((-111) |#3| $) NIL)) (-1745 (((-111) $ (-756)) NIL)) (-2623 (((-1136) $) NIL)) (-2680 (((-3 |#4| "failed") $) NIL)) (-3887 (((-629 |#4|) $) 50)) (-3287 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2498 ((|#4| |#4| $) 74)) (-4343 (((-111) $ $) 85)) (-1527 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-544)))) (-3150 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-3848 ((|#4| |#4| $) NIL)) (-2876 (((-1098) $) NIL)) (-2702 (((-3 |#4| "failed") $) 69)) (-3073 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-1800 (((-3 $ "failed") $ |#4|) NIL)) (-3136 (($ $ |#4|) NIL)) (-3944 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2432 (($ $ (-629 |#4|) (-629 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078)))) (($ $ (-629 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1078))))) (-2795 (((-111) $ $) NIL)) (-3435 (((-111) $) 67)) (-3430 (($) 42)) (-3299 (((-756) $) NIL)) (-2885 (((-756) |#4| $) NIL (-12 (|has| $ (-6 -4368)) (|has| |#4| (-1078)))) (((-756) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-1487 (($ $) NIL)) (-1522 (((-528) $) NIL (|has| |#4| (-600 (-528))))) (-3226 (($ (-629 |#4|)) NIL)) (-2542 (($ $ |#3|) NIL)) (-1853 (($ $ |#3|) NIL)) (-3081 (($ $) NIL)) (-2387 (($ $ |#3|) NIL)) (-3213 (((-844) $) NIL) (((-629 |#4|) $) 57)) (-1753 (((-756) $) NIL (|has| |#3| (-362)))) (-3223 (((-3 $ "failed") (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 40) (((-3 $ "failed") (-629 |#4|)) 41)) (-1995 (((-629 $) (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 65) (((-629 $) (-629 |#4|)) 66)) (-1855 (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4| |#4|)) 24) (((-3 (-2 (|:| |bas| $) (|:| -3447 (-629 |#4|))) "failed") (-629 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-2015 (((-111) $ (-1 (-111) |#4| (-629 |#4|))) NIL)) (-2584 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4368)))) (-2242 (((-629 |#3|) $) NIL)) (-2904 (((-111) |#3| $) NIL)) (-1613 (((-111) $ $) NIL)) (-2657 (((-756) $) NIL (|has| $ (-6 -4368)))))
-(((-1250 |#1| |#2| |#3| |#4|) (-13 (-1184 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2813 ((-3 $ "failed") (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2813 ((-3 $ "failed") (-629 |#4|))) (-15 -3223 ((-3 $ "failed") (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3223 ((-3 $ "failed") (-629 |#4|))) (-15 -1995 ((-629 $) (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1995 ((-629 $) (-629 |#4|))))) (-544) (-778) (-832) (-1044 |#1| |#2| |#3|)) (T -1250))
-((-2813 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-629 *8)) (-5 *3 (-1 (-111) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1250 *5 *6 *7 *8)))) (-2813 (*1 *1 *2) (|partial| -12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-1250 *3 *4 *5 *6)))) (-3223 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-629 *8)) (-5 *3 (-1 (-111) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1250 *5 *6 *7 *8)))) (-3223 (*1 *1 *2) (|partial| -12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-1250 *3 *4 *5 *6)))) (-1995 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-629 *9)) (-5 *4 (-1 (-111) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1044 *6 *7 *8)) (-4 *6 (-544)) (-4 *7 (-778)) (-4 *8 (-832)) (-5 *2 (-629 (-1250 *6 *7 *8 *9))) (-5 *1 (-1250 *6 *7 *8 *9)))) (-1995 (*1 *2 *3) (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 (-1250 *4 *5 *6 *7))) (-5 *1 (-1250 *4 *5 *6 *7)))))
-(-13 (-1184 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2813 ((-3 $ "failed") (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2813 ((-3 $ "failed") (-629 |#4|))) (-15 -3223 ((-3 $ "failed") (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3223 ((-3 $ "failed") (-629 |#4|))) (-15 -1995 ((-629 $) (-629 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1995 ((-629 $) (-629 |#4|)))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-4012 (((-3 $ "failed") $ $) 19)) (-2130 (($) 17 T CONST)) (-1293 (((-3 $ "failed") $) 32)) (-4065 (((-111) $) 30)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#1|) 36)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ |#1|) 38) (($ |#1| $) 37)))
-(((-1251 |#1|) (-137) (-1030)) (T -1251))
-((-3213 (*1 *1 *2) (-12 (-4 *1 (-1251 *2)) (-4 *2 (-1030)))))
-(-13 (-1030) (-110 |t#1| |t#1|) (-10 -8 (-15 -3213 ($ |t#1|)) (IF (|has| |t#1| (-169)) (-6 (-38 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-169)) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-702 |#1|) |has| |#1| (-169)) ((-711) . T) ((-1036 |#1|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T))
-((-3202 (((-111) $ $) 60)) (-3643 (((-111) $) NIL)) (-2814 (((-629 |#1|) $) 45)) (-1694 (($ $ (-756)) 39)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3052 (($ $ (-756)) 18 (|has| |#2| (-169))) (($ $ $) 19 (|has| |#2| (-169)))) (-2130 (($) NIL T CONST)) (-2390 (($ $ $) 63) (($ $ (-804 |#1|)) 49) (($ $ |#1|) 53)) (-1393 (((-3 (-804 |#1|) "failed") $) NIL)) (-2832 (((-804 |#1|) $) NIL)) (-3766 (($ $) 32)) (-1293 (((-3 $ "failed") $) NIL)) (-2524 (((-111) $) NIL)) (-2517 (($ $) NIL)) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-1727 (($ (-804 |#1|) |#2|) 31)) (-2643 (($ $) 33)) (-1290 (((-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|)) $) 12)) (-1556 (((-804 |#1|) $) NIL)) (-2818 (((-804 |#1|) $) 34)) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-2137 (($ $ $) 62) (($ $ (-804 |#1|)) 51) (($ $ |#1|) 55)) (-2140 (((-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3733 (((-804 |#1|) $) 28)) (-3743 ((|#2| $) 30)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3299 (((-756) $) 36)) (-4190 (((-111) $) 40)) (-3930 ((|#2| $) NIL)) (-3213 (((-844) $) NIL) (($ (-804 |#1|)) 24) (($ |#1|) 25) (($ |#2|) NIL) (($ (-552)) NIL)) (-2984 (((-629 |#2|) $) NIL)) (-2266 ((|#2| $ (-804 |#1|)) NIL)) (-4158 ((|#2| $ $) 65) ((|#2| $ (-804 |#1|)) NIL)) (-2014 (((-756)) NIL)) (-3297 (($) 13 T CONST)) (-3309 (($) 15 T CONST)) (-2166 (((-629 (-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1613 (((-111) $ $) 38)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 22)) (** (($ $ (-756)) NIL) (($ $ (-902)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ |#2| $) 21) (($ $ |#2|) 61) (($ |#2| (-804 |#1|)) NIL) (($ |#1| $) 27) (($ $ $) NIL)))
-(((-1252 |#1| |#2|) (-13 (-376 |#2| (-804 |#1|)) (-1258 |#1| |#2|)) (-832) (-1030)) (T -1252))
-NIL
-(-13 (-376 |#2| (-804 |#1|)) (-1258 |#1| |#2|))
-((-2430 ((|#3| |#3| (-756)) 23)) (-2855 ((|#3| |#3| (-756)) 27)) (-3014 ((|#3| |#3| |#3| (-756)) 28)))
-(((-1253 |#1| |#2| |#3|) (-10 -7 (-15 -2855 (|#3| |#3| (-756))) (-15 -2430 (|#3| |#3| (-756))) (-15 -3014 (|#3| |#3| |#3| (-756)))) (-13 (-1030) (-702 (-401 (-552)))) (-832) (-1258 |#2| |#1|)) (T -1253))
-((-3014 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-756)) (-4 *4 (-13 (-1030) (-702 (-401 (-552))))) (-4 *5 (-832)) (-5 *1 (-1253 *4 *5 *2)) (-4 *2 (-1258 *5 *4)))) (-2430 (*1 *2 *2 *3) (-12 (-5 *3 (-756)) (-4 *4 (-13 (-1030) (-702 (-401 (-552))))) (-4 *5 (-832)) (-5 *1 (-1253 *4 *5 *2)) (-4 *2 (-1258 *5 *4)))) (-2855 (*1 *2 *2 *3) (-12 (-5 *3 (-756)) (-4 *4 (-13 (-1030) (-702 (-401 (-552))))) (-4 *5 (-832)) (-5 *1 (-1253 *4 *5 *2)) (-4 *2 (-1258 *5 *4)))))
-(-10 -7 (-15 -2855 (|#3| |#3| (-756))) (-15 -2430 (|#3| |#3| (-756))) (-15 -3014 (|#3| |#3| |#3| (-756))))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2814 (((-629 |#1|) $) 38)) (-4012 (((-3 $ "failed") $ $) 19)) (-3052 (($ $ $) 41 (|has| |#2| (-169))) (($ $ (-756)) 40 (|has| |#2| (-169)))) (-2130 (($) 17 T CONST)) (-2390 (($ $ |#1|) 52) (($ $ (-804 |#1|)) 51) (($ $ $) 50)) (-1393 (((-3 (-804 |#1|) "failed") $) 62)) (-2832 (((-804 |#1|) $) 61)) (-1293 (((-3 $ "failed") $) 32)) (-2524 (((-111) $) 43)) (-2517 (($ $) 42)) (-4065 (((-111) $) 30)) (-2231 (((-111) $) 48)) (-1727 (($ (-804 |#1|) |#2|) 49)) (-2643 (($ $) 47)) (-1290 (((-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|)) $) 58)) (-1556 (((-804 |#1|) $) 59)) (-1477 (($ (-1 |#2| |#2|) $) 39)) (-2137 (($ $ |#1|) 55) (($ $ (-804 |#1|)) 54) (($ $ $) 53)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-4190 (((-111) $) 45)) (-3930 ((|#2| $) 44)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#2|) 66) (($ (-804 |#1|)) 63) (($ |#1|) 46)) (-4158 ((|#2| $ (-804 |#1|)) 57) ((|#2| $ $) 56)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ |#2| $) 65) (($ $ |#2|) 64) (($ |#1| $) 60)))
-(((-1254 |#1| |#2|) (-137) (-832) (-1030)) (T -1254))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1254 *3 *2)) (-4 *3 (-832)) (-4 *2 (-1030)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))) (-1556 (*1 *2 *1) (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-5 *2 (-804 *3)))) (-1290 (*1 *2 *1) (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-5 *2 (-2 (|:| |k| (-804 *3)) (|:| |c| *4))))) (-4158 (*1 *2 *1 *3) (-12 (-5 *3 (-804 *4)) (-4 *1 (-1254 *4 *2)) (-4 *4 (-832)) (-4 *2 (-1030)))) (-4158 (*1 *2 *1 *1) (-12 (-4 *1 (-1254 *3 *2)) (-4 *3 (-832)) (-4 *2 (-1030)))) (-2137 (*1 *1 *1 *2) (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))) (-2137 (*1 *1 *1 *2) (-12 (-5 *2 (-804 *3)) (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)))) (-2137 (*1 *1 *1 *1) (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))) (-2390 (*1 *1 *1 *2) (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))) (-2390 (*1 *1 *1 *2) (-12 (-5 *2 (-804 *3)) (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)))) (-2390 (*1 *1 *1 *1) (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))) (-1727 (*1 *1 *2 *3) (-12 (-5 *2 (-804 *4)) (-4 *4 (-832)) (-4 *1 (-1254 *4 *3)) (-4 *3 (-1030)))) (-2231 (*1 *2 *1) (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-5 *2 (-111)))) (-2643 (*1 *1 *1) (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))) (-3213 (*1 *1 *2) (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))) (-4190 (*1 *2 *1) (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-5 *2 (-111)))) (-3930 (*1 *2 *1) (-12 (-4 *1 (-1254 *3 *2)) (-4 *3 (-832)) (-4 *2 (-1030)))) (-2524 (*1 *2 *1) (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-5 *2 (-111)))) (-2517 (*1 *1 *1) (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))) (-3052 (*1 *1 *1 *1) (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)) (-4 *3 (-169)))) (-3052 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-4 *4 (-169)))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)))) (-2814 (*1 *2 *1) (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-5 *2 (-629 *3)))))
-(-13 (-1030) (-1251 |t#2|) (-1019 (-804 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -1556 ((-804 |t#1|) $)) (-15 -1290 ((-2 (|:| |k| (-804 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -4158 (|t#2| $ (-804 |t#1|))) (-15 -4158 (|t#2| $ $)) (-15 -2137 ($ $ |t#1|)) (-15 -2137 ($ $ (-804 |t#1|))) (-15 -2137 ($ $ $)) (-15 -2390 ($ $ |t#1|)) (-15 -2390 ($ $ (-804 |t#1|))) (-15 -2390 ($ $ $)) (-15 -1727 ($ (-804 |t#1|) |t#2|)) (-15 -2231 ((-111) $)) (-15 -2643 ($ $)) (-15 -3213 ($ |t#1|)) (-15 -4190 ((-111) $)) (-15 -3930 (|t#2| $)) (-15 -2524 ((-111) $)) (-15 -2517 ($ $)) (IF (|has| |t#2| (-169)) (PROGN (-15 -3052 ($ $ $)) (-15 -3052 ($ $ (-756)))) |%noBranch|) (-15 -1477 ($ (-1 |t#2| |t#2|) $)) (-15 -2814 ((-629 |t#1|) $)) (IF (|has| |t#2| (-6 -4361)) (-6 -4361) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-169)) ((-101) . T) ((-110 |#2| |#2|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#2|) . T) ((-632 $) . T) ((-702 |#2|) |has| |#2| (-169)) ((-711) . T) ((-1019 (-804 |#1|)) . T) ((-1036 |#2|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1251 |#2|) . T))
-((-1986 (((-111) $) 15)) (-2904 (((-111) $) 14)) (-4237 (($ $) 19) (($ $ (-756)) 20)))
-(((-1255 |#1| |#2|) (-10 -8 (-15 -4237 (|#1| |#1| (-756))) (-15 -4237 (|#1| |#1|)) (-15 -1986 ((-111) |#1|)) (-15 -2904 ((-111) |#1|))) (-1256 |#2|) (-357)) (T -1255))
-NIL
-(-10 -8 (-15 -4237 (|#1| |#1| (-756))) (-15 -4237 (|#1| |#1|)) (-15 -1986 ((-111) |#1|)) (-15 -2904 ((-111) |#1|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2245 (((-2 (|:| -3784 $) (|:| -4355 $) (|:| |associate| $)) $) 39)) (-3303 (($ $) 38)) (-1334 (((-111) $) 36)) (-1986 (((-111) $) 91)) (-4082 (((-756)) 87)) (-4012 (((-3 $ "failed") $ $) 19)) (-4116 (($ $) 70)) (-3343 (((-412 $) $) 69)) (-2393 (((-111) $ $) 57)) (-2130 (($) 17 T CONST)) (-1393 (((-3 |#1| "failed") $) 98)) (-2832 ((|#1| $) 97)) (-4006 (($ $ $) 53)) (-1293 (((-3 $ "failed") $) 32)) (-3987 (($ $ $) 54)) (-3493 (((-2 (|:| -4158 (-629 $)) (|:| -4126 $)) (-629 $)) 49)) (-1788 (($ $ (-756)) 84 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) 83 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1677 (((-111) $) 68)) (-4241 (((-818 (-902)) $) 81 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4065 (((-111) $) 30)) (-2751 (((-3 (-629 $) "failed") (-629 $) $) 50)) (-2552 (($ $ $) 44) (($ (-629 $)) 43)) (-2623 (((-1136) $) 9)) (-3701 (($ $) 67)) (-1498 (((-111) $) 90)) (-2876 (((-1098) $) 10)) (-3408 (((-1150 $) (-1150 $) (-1150 $)) 42)) (-2594 (($ $ $) 46) (($ (-629 $)) 45)) (-3479 (((-412 $) $) 71)) (-3823 (((-818 (-902))) 88)) (-1734 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4126 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3969 (((-3 $ "failed") $ $) 40)) (-2974 (((-3 (-629 $) "failed") (-629 $) $) 48)) (-3795 (((-756) $) 56)) (-1670 (((-2 (|:| -3713 $) (|:| -4186 $)) $ $) 55)) (-4147 (((-3 (-756) "failed") $ $) 82 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-3725 (((-132)) 96)) (-3299 (((-818 (-902)) $) 89)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ $) 41) (($ (-401 (-552))) 63) (($ |#1|) 99)) (-3878 (((-3 $ "failed") $) 80 (-4029 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-2014 (((-756)) 28)) (-3589 (((-111) $ $) 37)) (-2904 (((-111) $) 92)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-4237 (($ $) 86 (|has| |#1| (-362))) (($ $ (-756)) 85 (|has| |#1| (-362)))) (-1613 (((-111) $ $) 6)) (-1720 (($ $ $) 62) (($ $ |#1|) 95)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31) (($ $ (-552)) 66)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ $ (-401 (-552))) 65) (($ (-401 (-552)) $) 64) (($ $ |#1|) 94) (($ |#1| $) 93)))
-(((-1256 |#1|) (-137) (-357)) (T -1256))
-((-2904 (*1 *2 *1) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-111)))) (-1986 (*1 *2 *1) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-111)))) (-1498 (*1 *2 *1) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-111)))) (-3299 (*1 *2 *1) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-818 (-902))))) (-3823 (*1 *2) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-818 (-902))))) (-4082 (*1 *2) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-756)))) (-4237 (*1 *1 *1) (-12 (-4 *1 (-1256 *2)) (-4 *2 (-357)) (-4 *2 (-362)))) (-4237 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-4 *3 (-362)))))
-(-13 (-357) (-1019 |t#1|) (-1244 |t#1|) (-10 -8 (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-396)) |%noBranch|) (-15 -2904 ((-111) $)) (-15 -1986 ((-111) $)) (-15 -1498 ((-111) $)) (-15 -3299 ((-818 (-902)) $)) (-15 -3823 ((-818 (-902)))) (-15 -4082 ((-756))) (IF (|has| |t#1| (-362)) (PROGN (-6 (-396)) (-15 -4237 ($ $)) (-15 -4237 ($ $ (-756)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-552))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4029 (|has| |#1| (-362)) (|has| |#1| (-142))) ((-144) |has| |#1| (-144)) ((-599 (-844)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-396) -4029 (|has| |#1| (-362)) (|has| |#1| (-142))) ((-445) . T) ((-544) . T) ((-632 #0#) . T) ((-632 |#1|) . T) ((-632 $) . T) ((-702 #0#) . T) ((-702 |#1|) . T) ((-702 $) . T) ((-711) . T) ((-901) . T) ((-1019 |#1|) . T) ((-1036 #0#) . T) ((-1036 |#1|) . T) ((-1036 $) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1195) . T) ((-1244 |#1|) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2814 (((-629 |#1|) $) 86)) (-1694 (($ $ (-756)) 89)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3052 (($ $ $) NIL (|has| |#2| (-169))) (($ $ (-756)) NIL (|has| |#2| (-169)))) (-2130 (($) NIL T CONST)) (-2390 (($ $ |#1|) NIL) (($ $ (-804 |#1|)) NIL) (($ $ $) NIL)) (-1393 (((-3 (-804 |#1|) "failed") $) NIL) (((-3 (-874 |#1|) "failed") $) NIL)) (-2832 (((-804 |#1|) $) NIL) (((-874 |#1|) $) NIL)) (-3766 (($ $) 88)) (-1293 (((-3 $ "failed") $) NIL)) (-2524 (((-111) $) 77)) (-2517 (($ $) 81)) (-3951 (($ $ $ (-756)) 90)) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-1727 (($ (-804 |#1|) |#2|) NIL) (($ (-874 |#1|) |#2|) 26)) (-2643 (($ $) 103)) (-1290 (((-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1556 (((-804 |#1|) $) NIL)) (-2818 (((-804 |#1|) $) NIL)) (-1477 (($ (-1 |#2| |#2|) $) NIL)) (-2137 (($ $ |#1|) NIL) (($ $ (-804 |#1|)) NIL) (($ $ $) NIL)) (-2430 (($ $ (-756)) 97 (|has| |#2| (-702 (-401 (-552)))))) (-2140 (((-2 (|:| |k| (-874 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3733 (((-874 |#1|) $) 70)) (-3743 ((|#2| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-2855 (($ $ (-756)) 94 (|has| |#2| (-702 (-401 (-552)))))) (-3299 (((-756) $) 87)) (-4190 (((-111) $) 71)) (-3930 ((|#2| $) 75)) (-3213 (((-844) $) 57) (($ (-552)) NIL) (($ |#2|) 51) (($ (-804 |#1|)) NIL) (($ |#1|) 59) (($ (-874 |#1|)) NIL) (($ (-648 |#1| |#2|)) 43) (((-1252 |#1| |#2|) $) 64) (((-1261 |#1| |#2|) $) 69)) (-2984 (((-629 |#2|) $) NIL)) (-2266 ((|#2| $ (-874 |#1|)) NIL)) (-4158 ((|#2| $ (-804 |#1|)) NIL) ((|#2| $ $) NIL)) (-2014 (((-756)) NIL)) (-3297 (($) 21 T CONST)) (-3309 (($) 25 T CONST)) (-2166 (((-629 (-2 (|:| |k| (-874 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2510 (((-3 (-648 |#1| |#2|) "failed") $) 102)) (-1613 (((-111) $ $) 65)) (-1709 (($ $) 96) (($ $ $) 95)) (-1698 (($ $ $) 20)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 44) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-874 |#1|)) NIL)))
-(((-1257 |#1| |#2|) (-13 (-1258 |#1| |#2|) (-376 |#2| (-874 |#1|)) (-10 -8 (-15 -3213 ($ (-648 |#1| |#2|))) (-15 -3213 ((-1252 |#1| |#2|) $)) (-15 -3213 ((-1261 |#1| |#2|) $)) (-15 -2510 ((-3 (-648 |#1| |#2|) "failed") $)) (-15 -3951 ($ $ $ (-756))) (IF (|has| |#2| (-702 (-401 (-552)))) (PROGN (-15 -2855 ($ $ (-756))) (-15 -2430 ($ $ (-756)))) |%noBranch|))) (-832) (-169)) (T -1257))
-((-3213 (*1 *1 *2) (-12 (-5 *2 (-648 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)) (-5 *1 (-1257 *3 *4)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-1252 *3 *4)) (-5 *1 (-1257 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)))) (-3213 (*1 *2 *1) (-12 (-5 *2 (-1261 *3 *4)) (-5 *1 (-1257 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)))) (-2510 (*1 *2 *1) (|partial| -12 (-5 *2 (-648 *3 *4)) (-5 *1 (-1257 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)))) (-3951 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-1257 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169)))) (-2855 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-1257 *3 *4)) (-4 *4 (-702 (-401 (-552)))) (-4 *3 (-832)) (-4 *4 (-169)))) (-2430 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-1257 *3 *4)) (-4 *4 (-702 (-401 (-552)))) (-4 *3 (-832)) (-4 *4 (-169)))))
-(-13 (-1258 |#1| |#2|) (-376 |#2| (-874 |#1|)) (-10 -8 (-15 -3213 ($ (-648 |#1| |#2|))) (-15 -3213 ((-1252 |#1| |#2|) $)) (-15 -3213 ((-1261 |#1| |#2|) $)) (-15 -2510 ((-3 (-648 |#1| |#2|) "failed") $)) (-15 -3951 ($ $ $ (-756))) (IF (|has| |#2| (-702 (-401 (-552)))) (PROGN (-15 -2855 ($ $ (-756))) (-15 -2430 ($ $ (-756)))) |%noBranch|)))
-((-3202 (((-111) $ $) 7)) (-3643 (((-111) $) 16)) (-2814 (((-629 |#1|) $) 38)) (-1694 (($ $ (-756)) 71)) (-4012 (((-3 $ "failed") $ $) 19)) (-3052 (($ $ $) 41 (|has| |#2| (-169))) (($ $ (-756)) 40 (|has| |#2| (-169)))) (-2130 (($) 17 T CONST)) (-2390 (($ $ |#1|) 52) (($ $ (-804 |#1|)) 51) (($ $ $) 50)) (-1393 (((-3 (-804 |#1|) "failed") $) 62)) (-2832 (((-804 |#1|) $) 61)) (-1293 (((-3 $ "failed") $) 32)) (-2524 (((-111) $) 43)) (-2517 (($ $) 42)) (-4065 (((-111) $) 30)) (-2231 (((-111) $) 48)) (-1727 (($ (-804 |#1|) |#2|) 49)) (-2643 (($ $) 47)) (-1290 (((-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|)) $) 58)) (-1556 (((-804 |#1|) $) 59)) (-2818 (((-804 |#1|) $) 73)) (-1477 (($ (-1 |#2| |#2|) $) 39)) (-2137 (($ $ |#1|) 55) (($ $ (-804 |#1|)) 54) (($ $ $) 53)) (-2623 (((-1136) $) 9)) (-2876 (((-1098) $) 10)) (-3299 (((-756) $) 72)) (-4190 (((-111) $) 45)) (-3930 ((|#2| $) 44)) (-3213 (((-844) $) 11) (($ (-552)) 27) (($ |#2|) 66) (($ (-804 |#1|)) 63) (($ |#1|) 46)) (-4158 ((|#2| $ (-804 |#1|)) 57) ((|#2| $ $) 56)) (-2014 (((-756)) 28)) (-3297 (($) 18 T CONST)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 6)) (-1709 (($ $) 22) (($ $ $) 21)) (-1698 (($ $ $) 14)) (** (($ $ (-902)) 25) (($ $ (-756)) 31)) (* (($ (-902) $) 13) (($ (-756) $) 15) (($ (-552) $) 20) (($ $ $) 24) (($ |#2| $) 65) (($ $ |#2|) 64) (($ |#1| $) 60)))
-(((-1258 |#1| |#2|) (-137) (-832) (-1030)) (T -1258))
-((-2818 (*1 *2 *1) (-12 (-4 *1 (-1258 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-5 *2 (-804 *3)))) (-3299 (*1 *2 *1) (-12 (-4 *1 (-1258 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-5 *2 (-756)))) (-1694 (*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-1258 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)))))
-(-13 (-1254 |t#1| |t#2|) (-10 -8 (-15 -2818 ((-804 |t#1|) $)) (-15 -3299 ((-756) $)) (-15 -1694 ($ $ (-756)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-169)) ((-101) . T) ((-110 |#2| |#2|) . T) ((-129) . T) ((-599 (-844)) . T) ((-632 |#2|) . T) ((-632 $) . T) ((-702 |#2|) |has| |#2| (-169)) ((-711) . T) ((-1019 (-804 |#1|)) . T) ((-1036 |#2|) . T) ((-1030) . T) ((-1037) . T) ((-1090) . T) ((-1078) . T) ((-1251 |#2|) . T) ((-1254 |#1| |#2|) . T))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-2814 (((-629 (-1154)) $) NIL)) (-3867 (($ (-1252 (-1154) |#1|)) NIL)) (-1694 (($ $ (-756)) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3052 (($ $ $) NIL (|has| |#1| (-169))) (($ $ (-756)) NIL (|has| |#1| (-169)))) (-2130 (($) NIL T CONST)) (-2390 (($ $ (-1154)) NIL) (($ $ (-804 (-1154))) NIL) (($ $ $) NIL)) (-1393 (((-3 (-804 (-1154)) "failed") $) NIL)) (-2832 (((-804 (-1154)) $) NIL)) (-1293 (((-3 $ "failed") $) NIL)) (-2524 (((-111) $) NIL)) (-2517 (($ $) NIL)) (-4065 (((-111) $) NIL)) (-2231 (((-111) $) NIL)) (-1727 (($ (-804 (-1154)) |#1|) NIL)) (-2643 (($ $) NIL)) (-1290 (((-2 (|:| |k| (-804 (-1154))) (|:| |c| |#1|)) $) NIL)) (-1556 (((-804 (-1154)) $) NIL)) (-2818 (((-804 (-1154)) $) NIL)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2137 (($ $ (-1154)) NIL) (($ $ (-804 (-1154))) NIL) (($ $ $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3925 (((-1252 (-1154) |#1|) $) NIL)) (-3299 (((-756) $) NIL)) (-4190 (((-111) $) NIL)) (-3930 ((|#1| $) NIL)) (-3213 (((-844) $) NIL) (($ (-552)) NIL) (($ |#1|) NIL) (($ (-804 (-1154))) NIL) (($ (-1154)) NIL)) (-4158 ((|#1| $ (-804 (-1154))) NIL) ((|#1| $ $) NIL)) (-2014 (((-756)) NIL)) (-3297 (($) NIL T CONST)) (-1526 (((-629 (-2 (|:| |k| (-1154)) (|:| |c| $))) $) NIL)) (-3309 (($) NIL T CONST)) (-1613 (((-111) $ $) NIL)) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) NIL)) (** (($ $ (-902)) NIL) (($ $ (-756)) NIL)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1154) $) NIL)))
-(((-1259 |#1|) (-13 (-1258 (-1154) |#1|) (-10 -8 (-15 -3925 ((-1252 (-1154) |#1|) $)) (-15 -3867 ($ (-1252 (-1154) |#1|))) (-15 -1526 ((-629 (-2 (|:| |k| (-1154)) (|:| |c| $))) $)))) (-1030)) (T -1259))
-((-3925 (*1 *2 *1) (-12 (-5 *2 (-1252 (-1154) *3)) (-5 *1 (-1259 *3)) (-4 *3 (-1030)))) (-3867 (*1 *1 *2) (-12 (-5 *2 (-1252 (-1154) *3)) (-4 *3 (-1030)) (-5 *1 (-1259 *3)))) (-1526 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |k| (-1154)) (|:| |c| (-1259 *3))))) (-5 *1 (-1259 *3)) (-4 *3 (-1030)))))
-(-13 (-1258 (-1154) |#1|) (-10 -8 (-15 -3925 ((-1252 (-1154) |#1|) $)) (-15 -3867 ($ (-1252 (-1154) |#1|))) (-15 -1526 ((-629 (-2 (|:| |k| (-1154)) (|:| |c| $))) $))))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) NIL)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2130 (($) NIL T CONST)) (-1393 (((-3 |#2| "failed") $) NIL)) (-2832 ((|#2| $) NIL)) (-3766 (($ $) NIL)) (-1293 (((-3 $ "failed") $) 36)) (-2524 (((-111) $) 30)) (-2517 (($ $) 32)) (-4065 (((-111) $) NIL)) (-2856 (((-756) $) NIL)) (-3939 (((-629 $) $) NIL)) (-2231 (((-111) $) NIL)) (-1727 (($ |#2| |#1|) NIL)) (-1556 ((|#2| $) 19)) (-2818 ((|#2| $) 16)) (-1477 (($ (-1 |#1| |#1|) $) NIL)) (-2140 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-3733 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-4190 (((-111) $) 27)) (-3930 ((|#1| $) 28)) (-3213 (((-844) $) 55) (($ (-552)) 40) (($ |#1|) 35) (($ |#2|) NIL)) (-2984 (((-629 |#1|) $) NIL)) (-2266 ((|#1| $ |#2|) NIL)) (-4158 ((|#1| $ |#2|) 24)) (-2014 (((-756)) 14)) (-3297 (($) 25 T CONST)) (-3309 (($) 11 T CONST)) (-2166 (((-629 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-1613 (((-111) $ $) 26)) (-1720 (($ $ |#1|) 57 (|has| |#1| (-357)))) (-1709 (($ $) NIL) (($ $ $) NIL)) (-1698 (($ $ $) 44)) (** (($ $ (-902)) NIL) (($ $ (-756)) 46)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) NIL) (($ $ $) 45) (($ |#1| $) 41) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-2657 (((-756) $) 15)))
-(((-1260 |#1| |#2|) (-13 (-1030) (-1251 |#1|) (-376 |#1| |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2657 ((-756) $)) (-15 -3213 ($ |#2|)) (-15 -2818 (|#2| $)) (-15 -1556 (|#2| $)) (-15 -3766 ($ $)) (-15 -4158 (|#1| $ |#2|)) (-15 -4190 ((-111) $)) (-15 -3930 (|#1| $)) (-15 -2524 ((-111) $)) (-15 -2517 ($ $)) (-15 -1477 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-357)) (-15 -1720 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4361)) (-6 -4361) |%noBranch|) (IF (|has| |#1| (-6 -4365)) (-6 -4365) |%noBranch|) (IF (|has| |#1| (-6 -4366)) (-6 -4366) |%noBranch|))) (-1030) (-828)) (T -1260))
-((* (*1 *1 *1 *2) (-12 (-5 *1 (-1260 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-828)))) (-3766 (*1 *1 *1) (-12 (-5 *1 (-1260 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-828)))) (-1477 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-1260 *3 *4)) (-4 *4 (-828)))) (-3213 (*1 *1 *2) (-12 (-5 *1 (-1260 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-828)))) (-2657 (*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-1260 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-828)))) (-2818 (*1 *2 *1) (-12 (-4 *2 (-828)) (-5 *1 (-1260 *3 *2)) (-4 *3 (-1030)))) (-1556 (*1 *2 *1) (-12 (-4 *2 (-828)) (-5 *1 (-1260 *3 *2)) (-4 *3 (-1030)))) (-4158 (*1 *2 *1 *3) (-12 (-4 *2 (-1030)) (-5 *1 (-1260 *2 *3)) (-4 *3 (-828)))) (-4190 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1260 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-828)))) (-3930 (*1 *2 *1) (-12 (-4 *2 (-1030)) (-5 *1 (-1260 *2 *3)) (-4 *3 (-828)))) (-2524 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1260 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-828)))) (-2517 (*1 *1 *1) (-12 (-5 *1 (-1260 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-828)))) (-1720 (*1 *1 *1 *2) (-12 (-5 *1 (-1260 *2 *3)) (-4 *2 (-357)) (-4 *2 (-1030)) (-4 *3 (-828)))))
-(-13 (-1030) (-1251 |#1|) (-376 |#1| |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2657 ((-756) $)) (-15 -3213 ($ |#2|)) (-15 -2818 (|#2| $)) (-15 -1556 (|#2| $)) (-15 -3766 ($ $)) (-15 -4158 (|#1| $ |#2|)) (-15 -4190 ((-111) $)) (-15 -3930 (|#1| $)) (-15 -2524 ((-111) $)) (-15 -2517 ($ $)) (-15 -1477 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-357)) (-15 -1720 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4361)) (-6 -4361) |%noBranch|) (IF (|has| |#1| (-6 -4365)) (-6 -4365) |%noBranch|) (IF (|has| |#1| (-6 -4366)) (-6 -4366) |%noBranch|)))
-((-3202 (((-111) $ $) 26)) (-3643 (((-111) $) NIL)) (-2814 (((-629 |#1|) $) 120)) (-3867 (($ (-1252 |#1| |#2|)) 44)) (-1694 (($ $ (-756)) 32)) (-4012 (((-3 $ "failed") $ $) NIL)) (-3052 (($ $ $) 48 (|has| |#2| (-169))) (($ $ (-756)) 46 (|has| |#2| (-169)))) (-2130 (($) NIL T CONST)) (-2390 (($ $ |#1|) 102) (($ $ (-804 |#1|)) 103) (($ $ $) 25)) (-1393 (((-3 (-804 |#1|) "failed") $) NIL)) (-2832 (((-804 |#1|) $) NIL)) (-1293 (((-3 $ "failed") $) 110)) (-2524 (((-111) $) 105)) (-2517 (($ $) 106)) (-4065 (((-111) $) NIL)) (-2231 (((-111) $) NIL)) (-1727 (($ (-804 |#1|) |#2|) 19)) (-2643 (($ $) NIL)) (-1290 (((-2 (|:| |k| (-804 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1556 (((-804 |#1|) $) 111)) (-2818 (((-804 |#1|) $) 114)) (-1477 (($ (-1 |#2| |#2|) $) 119)) (-2137 (($ $ |#1|) 100) (($ $ (-804 |#1|)) 101) (($ $ $) 56)) (-2623 (((-1136) $) NIL)) (-2876 (((-1098) $) NIL)) (-3925 (((-1252 |#1| |#2|) $) 84)) (-3299 (((-756) $) 117)) (-4190 (((-111) $) 70)) (-3930 ((|#2| $) 28)) (-3213 (((-844) $) 63) (($ (-552)) 77) (($ |#2|) 74) (($ (-804 |#1|)) 17) (($ |#1|) 73)) (-4158 ((|#2| $ (-804 |#1|)) 104) ((|#2| $ $) 27)) (-2014 (((-756)) 108)) (-3297 (($) 14 T CONST)) (-1526 (((-629 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 53)) (-3309 (($) 29 T CONST)) (-1613 (((-111) $ $) 13)) (-1709 (($ $) 88) (($ $ $) 91)) (-1698 (($ $ $) 55)) (** (($ $ (-902)) NIL) (($ $ (-756)) 49)) (* (($ (-902) $) NIL) (($ (-756) $) 47) (($ (-552) $) 94) (($ $ $) 21) (($ |#2| $) 18) (($ $ |#2|) 20) (($ |#1| $) 82)))
-(((-1261 |#1| |#2|) (-13 (-1258 |#1| |#2|) (-10 -8 (-15 -3925 ((-1252 |#1| |#2|) $)) (-15 -3867 ($ (-1252 |#1| |#2|))) (-15 -1526 ((-629 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-832) (-1030)) (T -1261))
-((-3925 (*1 *2 *1) (-12 (-5 *2 (-1252 *3 *4)) (-5 *1 (-1261 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)))) (-3867 (*1 *1 *2) (-12 (-5 *2 (-1252 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)) (-5 *1 (-1261 *3 *4)))) (-1526 (*1 *2 *1) (-12 (-5 *2 (-629 (-2 (|:| |k| *3) (|:| |c| (-1261 *3 *4))))) (-5 *1 (-1261 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)))))
-(-13 (-1258 |#1| |#2|) (-10 -8 (-15 -3925 ((-1252 |#1| |#2|) $)) (-15 -3867 ($ (-1252 |#1| |#2|))) (-15 -1526 ((-629 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
-((-4334 (((-629 (-1134 |#1|)) (-1 (-629 (-1134 |#1|)) (-629 (-1134 |#1|))) (-552)) 15) (((-1134 |#1|) (-1 (-1134 |#1|) (-1134 |#1|))) 11)))
-(((-1262 |#1|) (-10 -7 (-15 -4334 ((-1134 |#1|) (-1 (-1134 |#1|) (-1134 |#1|)))) (-15 -4334 ((-629 (-1134 |#1|)) (-1 (-629 (-1134 |#1|)) (-629 (-1134 |#1|))) (-552)))) (-1191)) (T -1262))
-((-4334 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-629 (-1134 *5)) (-629 (-1134 *5)))) (-5 *4 (-552)) (-5 *2 (-629 (-1134 *5))) (-5 *1 (-1262 *5)) (-4 *5 (-1191)))) (-4334 (*1 *2 *3) (-12 (-5 *3 (-1 (-1134 *4) (-1134 *4))) (-5 *2 (-1134 *4)) (-5 *1 (-1262 *4)) (-4 *4 (-1191)))))
-(-10 -7 (-15 -4334 ((-1134 |#1|) (-1 (-1134 |#1|) (-1134 |#1|)))) (-15 -4334 ((-629 (-1134 |#1|)) (-1 (-629 (-1134 |#1|)) (-629 (-1134 |#1|))) (-552))))
-((-3155 (((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|))) 148) (((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111)) 147) (((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111) (-111)) 146) (((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111) (-111) (-111)) 145) (((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-1027 |#1| |#2|)) 130)) (-2428 (((-629 (-1027 |#1| |#2|)) (-629 (-933 |#1|))) 72) (((-629 (-1027 |#1| |#2|)) (-629 (-933 |#1|)) (-111)) 71) (((-629 (-1027 |#1| |#2|)) (-629 (-933 |#1|)) (-111) (-111)) 70)) (-3343 (((-629 (-1124 |#1| (-523 (-846 |#3|)) (-846 |#3|) (-765 |#1| (-846 |#3|)))) (-1027 |#1| |#2|)) 61)) (-3483 (((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|))) 115) (((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111)) 114) (((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111) (-111)) 113) (((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111) (-111) (-111)) 112) (((-629 (-629 (-1005 (-401 |#1|)))) (-1027 |#1| |#2|)) 107)) (-1782 (((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|))) 120) (((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111)) 119) (((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111) (-111)) 118) (((-629 (-629 (-1005 (-401 |#1|)))) (-1027 |#1| |#2|)) 117)) (-1522 (((-629 (-765 |#1| (-846 |#3|))) (-1124 |#1| (-523 (-846 |#3|)) (-846 |#3|) (-765 |#1| (-846 |#3|)))) 98) (((-1150 (-1005 (-401 |#1|))) (-1150 |#1|)) 89) (((-933 (-1005 (-401 |#1|))) (-765 |#1| (-846 |#3|))) 96) (((-933 (-1005 (-401 |#1|))) (-933 |#1|)) 94) (((-765 |#1| (-846 |#3|)) (-765 |#1| (-846 |#2|))) 33)))
-(((-1263 |#1| |#2| |#3|) (-10 -7 (-15 -2428 ((-629 (-1027 |#1| |#2|)) (-629 (-933 |#1|)) (-111) (-111))) (-15 -2428 ((-629 (-1027 |#1| |#2|)) (-629 (-933 |#1|)) (-111))) (-15 -2428 ((-629 (-1027 |#1| |#2|)) (-629 (-933 |#1|)))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-1027 |#1| |#2|))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111) (-111) (-111))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111) (-111))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-1027 |#1| |#2|))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111) (-111) (-111))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111) (-111))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)))) (-15 -1782 ((-629 (-629 (-1005 (-401 |#1|)))) (-1027 |#1| |#2|))) (-15 -1782 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111) (-111))) (-15 -1782 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111))) (-15 -1782 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)))) (-15 -3343 ((-629 (-1124 |#1| (-523 (-846 |#3|)) (-846 |#3|) (-765 |#1| (-846 |#3|)))) (-1027 |#1| |#2|))) (-15 -1522 ((-765 |#1| (-846 |#3|)) (-765 |#1| (-846 |#2|)))) (-15 -1522 ((-933 (-1005 (-401 |#1|))) (-933 |#1|))) (-15 -1522 ((-933 (-1005 (-401 |#1|))) (-765 |#1| (-846 |#3|)))) (-15 -1522 ((-1150 (-1005 (-401 |#1|))) (-1150 |#1|))) (-15 -1522 ((-629 (-765 |#1| (-846 |#3|))) (-1124 |#1| (-523 (-846 |#3|)) (-846 |#3|) (-765 |#1| (-846 |#3|)))))) (-13 (-830) (-301) (-144) (-1003)) (-629 (-1154)) (-629 (-1154))) (T -1263))
-((-1522 (*1 *2 *3) (-12 (-5 *3 (-1124 *4 (-523 (-846 *6)) (-846 *6) (-765 *4 (-846 *6)))) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *6 (-629 (-1154))) (-5 *2 (-629 (-765 *4 (-846 *6)))) (-5 *1 (-1263 *4 *5 *6)) (-14 *5 (-629 (-1154))))) (-1522 (*1 *2 *3) (-12 (-5 *3 (-1150 *4)) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-1150 (-1005 (-401 *4)))) (-5 *1 (-1263 *4 *5 *6)) (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))) (-1522 (*1 *2 *3) (-12 (-5 *3 (-765 *4 (-846 *6))) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *6 (-629 (-1154))) (-5 *2 (-933 (-1005 (-401 *4)))) (-5 *1 (-1263 *4 *5 *6)) (-14 *5 (-629 (-1154))))) (-1522 (*1 *2 *3) (-12 (-5 *3 (-933 *4)) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-933 (-1005 (-401 *4)))) (-5 *1 (-1263 *4 *5 *6)) (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))) (-1522 (*1 *2 *3) (-12 (-5 *3 (-765 *4 (-846 *5))) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *5 (-629 (-1154))) (-5 *2 (-765 *4 (-846 *6))) (-5 *1 (-1263 *4 *5 *6)) (-14 *6 (-629 (-1154))))) (-3343 (*1 *2 *3) (-12 (-5 *3 (-1027 *4 *5)) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *5 (-629 (-1154))) (-5 *2 (-629 (-1124 *4 (-523 (-846 *6)) (-846 *6) (-765 *4 (-846 *6))))) (-5 *1 (-1263 *4 *5 *6)) (-14 *6 (-629 (-1154))))) (-1782 (*1 *2 *3) (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-629 (-1005 (-401 *4))))) (-5 *1 (-1263 *4 *5 *6)) (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))) (-1782 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7)) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))) (-1782 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7)) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))) (-1782 (*1 *2 *3) (-12 (-5 *3 (-1027 *4 *5)) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *5 (-629 (-1154))) (-5 *2 (-629 (-629 (-1005 (-401 *4))))) (-5 *1 (-1263 *4 *5 *6)) (-14 *6 (-629 (-1154))))) (-3483 (*1 *2 *3) (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-629 (-1005 (-401 *4))))) (-5 *1 (-1263 *4 *5 *6)) (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))) (-3483 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7)) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))) (-3483 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7)) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))) (-3483 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7)) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))) (-3483 (*1 *2 *3) (-12 (-5 *3 (-1027 *4 *5)) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *5 (-629 (-1154))) (-5 *2 (-629 (-629 (-1005 (-401 *4))))) (-5 *1 (-1263 *4 *5 *6)) (-14 *6 (-629 (-1154))))) (-3155 (*1 *2 *3) (-12 (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-2 (|:| -1373 (-1150 *4)) (|:| -3464 (-629 (-933 *4)))))) (-5 *1 (-1263 *4 *5 *6)) (-5 *3 (-629 (-933 *4))) (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))) (-3155 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5)))))) (-5 *1 (-1263 *5 *6 *7)) (-5 *3 (-629 (-933 *5))) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))) (-3155 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5)))))) (-5 *1 (-1263 *5 *6 *7)) (-5 *3 (-629 (-933 *5))) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))) (-3155 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5)))))) (-5 *1 (-1263 *5 *6 *7)) (-5 *3 (-629 (-933 *5))) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))) (-3155 (*1 *2 *3) (-12 (-5 *3 (-1027 *4 *5)) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *5 (-629 (-1154))) (-5 *2 (-629 (-2 (|:| -1373 (-1150 *4)) (|:| -3464 (-629 (-933 *4)))))) (-5 *1 (-1263 *4 *5 *6)) (-14 *6 (-629 (-1154))))) (-2428 (*1 *2 *3) (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-1027 *4 *5))) (-5 *1 (-1263 *4 *5 *6)) (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))) (-2428 (*1 *2 *3 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-1027 *5 *6))) (-5 *1 (-1263 *5 *6 *7)) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))) (-2428 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003))) (-5 *2 (-629 (-1027 *5 *6))) (-5 *1 (-1263 *5 *6 *7)) (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154))))))
-(-10 -7 (-15 -2428 ((-629 (-1027 |#1| |#2|)) (-629 (-933 |#1|)) (-111) (-111))) (-15 -2428 ((-629 (-1027 |#1| |#2|)) (-629 (-933 |#1|)) (-111))) (-15 -2428 ((-629 (-1027 |#1| |#2|)) (-629 (-933 |#1|)))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-1027 |#1| |#2|))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111) (-111) (-111))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111) (-111))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)) (-111))) (-15 -3155 ((-629 (-2 (|:| -1373 (-1150 |#1|)) (|:| -3464 (-629 (-933 |#1|))))) (-629 (-933 |#1|)))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-1027 |#1| |#2|))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111) (-111) (-111))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111) (-111))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111))) (-15 -3483 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)))) (-15 -1782 ((-629 (-629 (-1005 (-401 |#1|)))) (-1027 |#1| |#2|))) (-15 -1782 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111) (-111))) (-15 -1782 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)) (-111))) (-15 -1782 ((-629 (-629 (-1005 (-401 |#1|)))) (-629 (-933 |#1|)))) (-15 -3343 ((-629 (-1124 |#1| (-523 (-846 |#3|)) (-846 |#3|) (-765 |#1| (-846 |#3|)))) (-1027 |#1| |#2|))) (-15 -1522 ((-765 |#1| (-846 |#3|)) (-765 |#1| (-846 |#2|)))) (-15 -1522 ((-933 (-1005 (-401 |#1|))) (-933 |#1|))) (-15 -1522 ((-933 (-1005 (-401 |#1|))) (-765 |#1| (-846 |#3|)))) (-15 -1522 ((-1150 (-1005 (-401 |#1|))) (-1150 |#1|))) (-15 -1522 ((-629 (-765 |#1| (-846 |#3|))) (-1124 |#1| (-523 (-846 |#3|)) (-846 |#3|) (-765 |#1| (-846 |#3|))))))
-((-4132 (((-3 (-1237 (-401 (-552))) "failed") (-1237 |#1|) |#1|) 21)) (-3355 (((-111) (-1237 |#1|)) 12)) (-1961 (((-3 (-1237 (-552)) "failed") (-1237 |#1|)) 16)))
-(((-1264 |#1|) (-10 -7 (-15 -3355 ((-111) (-1237 |#1|))) (-15 -1961 ((-3 (-1237 (-552)) "failed") (-1237 |#1|))) (-15 -4132 ((-3 (-1237 (-401 (-552))) "failed") (-1237 |#1|) |#1|))) (-625 (-552))) (T -1264))
-((-4132 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1237 *4)) (-4 *4 (-625 (-552))) (-5 *2 (-1237 (-401 (-552)))) (-5 *1 (-1264 *4)))) (-1961 (*1 *2 *3) (|partial| -12 (-5 *3 (-1237 *4)) (-4 *4 (-625 (-552))) (-5 *2 (-1237 (-552))) (-5 *1 (-1264 *4)))) (-3355 (*1 *2 *3) (-12 (-5 *3 (-1237 *4)) (-4 *4 (-625 (-552))) (-5 *2 (-111)) (-5 *1 (-1264 *4)))))
-(-10 -7 (-15 -3355 ((-111) (-1237 |#1|))) (-15 -1961 ((-3 (-1237 (-552)) "failed") (-1237 |#1|))) (-15 -4132 ((-3 (-1237 (-401 (-552))) "failed") (-1237 |#1|) |#1|)))
-((-3202 (((-111) $ $) NIL)) (-3643 (((-111) $) 11)) (-4012 (((-3 $ "failed") $ $) NIL)) (-2663 (((-756)) 8)) (-2130 (($) NIL T CONST)) (-1293 (((-3 $ "failed") $) 43)) (-1332 (($) 36)) (-4065 (((-111) $) NIL)) (-2032 (((-3 $ "failed") $) 29)) (-1637 (((-902) $) 15)) (-2623 (((-1136) $) NIL)) (-1977 (($) 25 T CONST)) (-2840 (($ (-902)) 37)) (-2876 (((-1098) $) NIL)) (-1522 (((-552) $) 13)) (-3213 (((-844) $) 22) (($ (-552)) 19)) (-2014 (((-756)) 9)) (-3297 (($) 23 T CONST)) (-3309 (($) 24 T CONST)) (-1613 (((-111) $ $) 27)) (-1709 (($ $) 38) (($ $ $) 35)) (-1698 (($ $ $) 26)) (** (($ $ (-902)) NIL) (($ $ (-756)) 40)) (* (($ (-902) $) NIL) (($ (-756) $) NIL) (($ (-552) $) 32) (($ $ $) 31)))
-(((-1265 |#1|) (-13 (-169) (-362) (-600 (-552)) (-1129)) (-902)) (T -1265))
-NIL
-(-13 (-169) (-362) (-600 (-552)) (-1129))
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-((-3 3181230 3181235 3181240 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-2 3181215 3181220 3181225 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-1 3181200 3181205 3181210 NIL NIL NIL NIL (NIL) -8 NIL NIL) (0 3181185 3181190 3181195 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-1265 3180361 3181060 3181137 "ZMOD" 3181142 NIL ZMOD (NIL NIL) -8 NIL NIL) (-1264 3179471 3179635 3179844 "ZLINDEP" 3180193 NIL ZLINDEP (NIL T) -7 NIL NIL) (-1263 3168775 3170539 3172511 "ZDSOLVE" 3177601 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL) (-1262 3168021 3168162 3168351 "YSTREAM" 3168621 NIL YSTREAM (NIL T) -7 NIL NIL) (-1261 3165832 3167322 3167526 "XRPOLY" 3167864 NIL XRPOLY (NIL T T) -8 NIL NIL) (-1260 3162324 3163607 3164191 "XPR" 3165295 NIL XPR (NIL T T) -8 NIL NIL) (-1259 3160080 3161655 3161859 "XPOLY" 3162155 NIL XPOLY (NIL T) -8 NIL NIL) (-1258 3157929 3159263 3159318 "XPOLYC" 3159606 NIL XPOLYC (NIL T T) -9 NIL 3159719) (-1257 3154347 3156446 3156834 "XPBWPOLY" 3157587 NIL XPBWPOLY (NIL T T) -8 NIL NIL) (-1256 3150332 3152580 3152622 "XF" 3153243 NIL XF (NIL T) -9 NIL 3153643) (-1255 3149953 3150041 3150210 "XF-" 3150215 NIL XF- (NIL T T) -8 NIL NIL) (-1254 3145345 3146600 3146655 "XFALG" 3148827 NIL XFALG (NIL T T) -9 NIL 3149616) (-1253 3144478 3144582 3144787 "XEXPPKG" 3145237 NIL XEXPPKG (NIL T T T) -7 NIL NIL) (-1252 3142622 3144328 3144424 "XDPOLY" 3144429 NIL XDPOLY (NIL T T) -8 NIL NIL) (-1251 3141538 3142104 3142147 "XALG" 3142210 NIL XALG (NIL T) -9 NIL 3142330) (-1250 3135007 3139515 3140009 "WUTSET" 3141130 NIL WUTSET (NIL T T T T) -8 NIL NIL) (-1249 3132858 3133619 3133972 "WP" 3134788 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL) (-1248 3132487 3132680 3132750 "WHILEAST" 3132810 T WHILEAST (NIL) -8 NIL NIL) (-1247 3131986 3132204 3132298 "WHEREAST" 3132415 T WHEREAST (NIL) -8 NIL NIL) (-1246 3130872 3131070 3131365 "WFFINTBS" 3131783 NIL WFFINTBS (NIL T T T T) -7 NIL NIL) (-1245 3128776 3129203 3129665 "WEIER" 3130444 NIL WEIER (NIL T) -7 NIL NIL) (-1244 3127923 3128347 3128389 "VSPACE" 3128525 NIL VSPACE (NIL T) -9 NIL 3128599) (-1243 3127761 3127788 3127879 "VSPACE-" 3127884 NIL VSPACE- (NIL T T) -8 NIL NIL) (-1242 3127507 3127550 3127621 "VOID" 3127712 T VOID (NIL) -8 NIL NIL) (-1241 3125643 3126002 3126408 "VIEW" 3127123 T VIEW (NIL) -7 NIL NIL) (-1240 3122068 3122706 3123443 "VIEWDEF" 3124928 T VIEWDEF (NIL) -7 NIL NIL) (-1239 3111406 3113616 3115789 "VIEW3D" 3119917 T VIEW3D (NIL) -8 NIL NIL) (-1238 3103688 3105317 3106896 "VIEW2D" 3109849 T VIEW2D (NIL) -8 NIL NIL) (-1237 3099092 3103458 3103550 "VECTOR" 3103631 NIL VECTOR (NIL T) -8 NIL NIL) (-1236 3097669 3097928 3098246 "VECTOR2" 3098822 NIL VECTOR2 (NIL T T) -7 NIL NIL) (-1235 3091196 3095453 3095496 "VECTCAT" 3096489 NIL VECTCAT (NIL T) -9 NIL 3097075) (-1234 3090210 3090464 3090854 "VECTCAT-" 3090859 NIL VECTCAT- (NIL T T) -8 NIL NIL) (-1233 3089691 3089861 3089981 "VARIABLE" 3090125 NIL VARIABLE (NIL NIL) -8 NIL NIL) (-1232 3089624 3089629 3089659 "UTYPE" 3089664 T UTYPE (NIL) -9 NIL NIL) (-1231 3088454 3088608 3088870 "UTSODETL" 3089450 NIL UTSODETL (NIL T T T T) -7 NIL NIL) (-1230 3085894 3086354 3086878 "UTSODE" 3087995 NIL UTSODE (NIL T T) -7 NIL NIL) (-1229 3077770 3083520 3084009 "UTS" 3085463 NIL UTS (NIL T NIL NIL) -8 NIL NIL) (-1228 3069143 3074462 3074505 "UTSCAT" 3075617 NIL UTSCAT (NIL T) -9 NIL 3076374) (-1227 3066497 3067213 3068202 "UTSCAT-" 3068207 NIL UTSCAT- (NIL T T) -8 NIL NIL) (-1226 3066124 3066167 3066300 "UTS2" 3066448 NIL UTS2 (NIL T T T T) -7 NIL NIL) (-1225 3060399 3062964 3063007 "URAGG" 3065077 NIL URAGG (NIL T) -9 NIL 3065799) (-1224 3057338 3058201 3059324 "URAGG-" 3059329 NIL URAGG- (NIL T T) -8 NIL NIL) (-1223 3053062 3055952 3056424 "UPXSSING" 3057002 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL) (-1222 3045032 3052177 3052459 "UPXS" 3052838 NIL UPXS (NIL T NIL NIL) -8 NIL NIL) (-1221 3038145 3044936 3045008 "UPXSCONS" 3045013 NIL UPXSCONS (NIL T T) -8 NIL NIL) (-1220 3028503 3035248 3035310 "UPXSCCA" 3035966 NIL UPXSCCA (NIL T T) -9 NIL 3036208) (-1219 3028141 3028226 3028400 "UPXSCCA-" 3028405 NIL UPXSCCA- (NIL T T T) -8 NIL NIL) (-1218 3018425 3024943 3024986 "UPXSCAT" 3025634 NIL UPXSCAT (NIL T) -9 NIL 3026242) (-1217 3017855 3017934 3018113 "UPXS2" 3018340 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL) (-1216 3016509 3016762 3017113 "UPSQFREE" 3017598 NIL UPSQFREE (NIL T T) -7 NIL NIL) (-1215 3010427 3013436 3013491 "UPSCAT" 3014652 NIL UPSCAT (NIL T T) -9 NIL 3015426) (-1214 3009631 3009838 3010165 "UPSCAT-" 3010170 NIL UPSCAT- (NIL T T T) -8 NIL NIL) (-1213 2995722 3003718 3003761 "UPOLYC" 3005862 NIL UPOLYC (NIL T) -9 NIL 3007083) (-1212 2987051 2989476 2992623 "UPOLYC-" 2992628 NIL UPOLYC- (NIL T T) -8 NIL NIL) (-1211 2986678 2986721 2986854 "UPOLYC2" 2987002 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL) (-1210 2978135 2986244 2986382 "UP" 2986588 NIL UP (NIL NIL T) -8 NIL NIL) (-1209 2977474 2977581 2977745 "UPMP" 2978024 NIL UPMP (NIL T T) -7 NIL NIL) (-1208 2977027 2977108 2977247 "UPDIVP" 2977387 NIL UPDIVP (NIL T T) -7 NIL NIL) (-1207 2975595 2975844 2976160 "UPDECOMP" 2976776 NIL UPDECOMP (NIL T T) -7 NIL NIL) (-1206 2974830 2974942 2975127 "UPCDEN" 2975479 NIL UPCDEN (NIL T T T) -7 NIL NIL) (-1205 2974349 2974418 2974567 "UP2" 2974755 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL) (-1204 2972866 2973553 2973830 "UNISEG" 2974107 NIL UNISEG (NIL T) -8 NIL NIL) (-1203 2972081 2972208 2972413 "UNISEG2" 2972709 NIL UNISEG2 (NIL T T) -7 NIL NIL) (-1202 2971141 2971321 2971547 "UNIFACT" 2971897 NIL UNIFACT (NIL T) -7 NIL NIL) (-1201 2955108 2970318 2970569 "ULS" 2970948 NIL ULS (NIL T NIL NIL) -8 NIL NIL) (-1200 2943148 2955012 2955084 "ULSCONS" 2955089 NIL ULSCONS (NIL T T) -8 NIL NIL) (-1199 2925946 2937883 2937945 "ULSCCAT" 2938665 NIL ULSCCAT (NIL T T) -9 NIL 2938962) (-1198 2924996 2925241 2925629 "ULSCCAT-" 2925634 NIL ULSCCAT- (NIL T T T) -8 NIL NIL) (-1197 2915057 2921489 2921532 "ULSCAT" 2922395 NIL ULSCAT (NIL T) -9 NIL 2923125) (-1196 2914487 2914566 2914745 "ULS2" 2914972 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL) (-1195 2912925 2913848 2913878 "UFD" 2914090 T UFD (NIL) -9 NIL 2914204) (-1194 2912719 2912765 2912860 "UFD-" 2912865 NIL UFD- (NIL T) -8 NIL NIL) (-1193 2911801 2911984 2912200 "UDVO" 2912525 T UDVO (NIL) -7 NIL NIL) (-1192 2909617 2910026 2910497 "UDPO" 2911365 NIL UDPO (NIL T) -7 NIL NIL) (-1191 2909550 2909555 2909585 "TYPE" 2909590 T TYPE (NIL) -9 NIL NIL) (-1190 2909337 2909505 2909536 "TYPEAST" 2909541 T TYPEAST (NIL) -8 NIL NIL) (-1189 2908308 2908510 2908750 "TWOFACT" 2909131 NIL TWOFACT (NIL T) -7 NIL NIL) (-1188 2907246 2907583 2907846 "TUPLE" 2908080 NIL TUPLE (NIL T) -8 NIL NIL) (-1187 2904937 2905456 2905995 "TUBETOOL" 2906729 T TUBETOOL (NIL) -7 NIL NIL) (-1186 2903786 2903991 2904232 "TUBE" 2904730 NIL TUBE (NIL T) -8 NIL NIL) (-1185 2898550 2902758 2903041 "TS" 2903538 NIL TS (NIL T) -8 NIL NIL) (-1184 2887217 2891309 2891406 "TSETCAT" 2896675 NIL TSETCAT (NIL T T T T) -9 NIL 2898206) (-1183 2881951 2883549 2885440 "TSETCAT-" 2885445 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL) (-1182 2876214 2877060 2878002 "TRMANIP" 2881087 NIL TRMANIP (NIL T T) -7 NIL NIL) (-1181 2875655 2875718 2875881 "TRIMAT" 2876146 NIL TRIMAT (NIL T T T T) -7 NIL NIL) (-1180 2873451 2873688 2874052 "TRIGMNIP" 2875404 NIL TRIGMNIP (NIL T T) -7 NIL NIL) (-1179 2872971 2873084 2873114 "TRIGCAT" 2873327 T TRIGCAT (NIL) -9 NIL NIL) (-1178 2872640 2872719 2872860 "TRIGCAT-" 2872865 NIL TRIGCAT- (NIL T) -8 NIL NIL) (-1177 2869539 2871500 2871780 "TREE" 2872395 NIL TREE (NIL T) -8 NIL NIL) (-1176 2868813 2869341 2869371 "TRANFUN" 2869406 T TRANFUN (NIL) -9 NIL 2869472) (-1175 2868092 2868283 2868563 "TRANFUN-" 2868568 NIL TRANFUN- (NIL T) -8 NIL NIL) (-1174 2867896 2867928 2867989 "TOPSP" 2868053 T TOPSP (NIL) -7 NIL NIL) (-1173 2867244 2867359 2867513 "TOOLSIGN" 2867777 NIL TOOLSIGN (NIL T) -7 NIL NIL) (-1172 2865905 2866421 2866660 "TEXTFILE" 2867027 T TEXTFILE (NIL) -8 NIL NIL) (-1171 2863770 2864284 2864722 "TEX" 2865489 T TEX (NIL) -8 NIL NIL) (-1170 2863551 2863582 2863654 "TEX1" 2863733 NIL TEX1 (NIL T) -7 NIL NIL) (-1169 2863199 2863262 2863352 "TEMUTL" 2863483 T TEMUTL (NIL) -7 NIL NIL) (-1168 2861353 2861633 2861958 "TBCMPPK" 2862922 NIL TBCMPPK (NIL T T) -7 NIL NIL) (-1167 2853241 2859513 2859569 "TBAGG" 2859969 NIL TBAGG (NIL T T) -9 NIL 2860180) (-1166 2848311 2849799 2851553 "TBAGG-" 2851558 NIL TBAGG- (NIL T T T) -8 NIL NIL) (-1165 2847695 2847802 2847947 "TANEXP" 2848200 NIL TANEXP (NIL T) -7 NIL NIL) (-1164 2841196 2847552 2847645 "TABLE" 2847650 NIL TABLE (NIL T T) -8 NIL NIL) (-1163 2840608 2840707 2840845 "TABLEAU" 2841093 NIL TABLEAU (NIL T) -8 NIL NIL) (-1162 2835216 2836436 2837684 "TABLBUMP" 2839394 NIL TABLBUMP (NIL T) -7 NIL NIL) (-1161 2834644 2834744 2834872 "SYSTEM" 2835110 T SYSTEM (NIL) -7 NIL NIL) (-1160 2831107 2831802 2832585 "SYSSOLP" 2833895 NIL SYSSOLP (NIL T) -7 NIL NIL) (-1159 2827485 2828396 2829098 "SYNTAX" 2830427 T SYNTAX (NIL) -8 NIL NIL) (-1158 2824643 2825245 2825877 "SYMTAB" 2826875 T SYMTAB (NIL) -8 NIL NIL) (-1157 2819892 2820794 2821777 "SYMS" 2823682 T SYMS (NIL) -8 NIL NIL) (-1156 2817164 2819350 2819580 "SYMPOLY" 2819697 NIL SYMPOLY (NIL T) -8 NIL NIL) (-1155 2816681 2816756 2816879 "SYMFUNC" 2817076 NIL SYMFUNC (NIL T) -7 NIL NIL) (-1154 2812658 2813918 2814740 "SYMBOL" 2815881 T SYMBOL (NIL) -8 NIL NIL) (-1153 2806197 2807886 2809606 "SWITCH" 2810960 T SWITCH (NIL) -8 NIL NIL) (-1152 2799467 2805018 2805321 "SUTS" 2805952 NIL SUTS (NIL T NIL NIL) -8 NIL NIL) (-1151 2791436 2798582 2798864 "SUPXS" 2799243 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL) (-1150 2782965 2791054 2791180 "SUP" 2791345 NIL SUP (NIL T) -8 NIL NIL) (-1149 2782124 2782251 2782468 "SUPFRACF" 2782833 NIL SUPFRACF (NIL T T T T) -7 NIL NIL) (-1148 2781745 2781804 2781917 "SUP2" 2782059 NIL SUP2 (NIL T T) -7 NIL NIL) (-1147 2780158 2780432 2780795 "SUMRF" 2781444 NIL SUMRF (NIL T) -7 NIL NIL) (-1146 2779472 2779538 2779737 "SUMFS" 2780079 NIL SUMFS (NIL T T) -7 NIL NIL) (-1145 2763479 2778649 2778900 "SULS" 2779279 NIL SULS (NIL T NIL NIL) -8 NIL NIL) (-1144 2763108 2763301 2763371 "SUCHTAST" 2763431 T SUCHTAST (NIL) -8 NIL NIL) (-1143 2762430 2762633 2762773 "SUCH" 2763016 NIL SUCH (NIL T T) -8 NIL NIL) (-1142 2756324 2757336 2758295 "SUBSPACE" 2761518 NIL SUBSPACE (NIL NIL T) -8 NIL NIL) (-1141 2755754 2755844 2756008 "SUBRESP" 2756212 NIL SUBRESP (NIL T T) -7 NIL NIL) (-1140 2749123 2750419 2751730 "STTF" 2754490 NIL STTF (NIL T) -7 NIL NIL) (-1139 2743296 2744416 2745563 "STTFNC" 2748023 NIL STTFNC (NIL T) -7 NIL NIL) (-1138 2734611 2736478 2738272 "STTAYLOR" 2741537 NIL STTAYLOR (NIL T) -7 NIL NIL) (-1137 2727855 2734475 2734558 "STRTBL" 2734563 NIL STRTBL (NIL T) -8 NIL NIL) (-1136 2723246 2727810 2727841 "STRING" 2727846 T STRING (NIL) -8 NIL NIL) (-1135 2718134 2722619 2722649 "STRICAT" 2722708 T STRICAT (NIL) -9 NIL 2722770) (-1134 2710847 2715657 2716277 "STREAM" 2717549 NIL STREAM (NIL T) -8 NIL NIL) (-1133 2710357 2710434 2710578 "STREAM3" 2710764 NIL STREAM3 (NIL T T T) -7 NIL NIL) (-1132 2709339 2709522 2709757 "STREAM2" 2710170 NIL STREAM2 (NIL T T) -7 NIL NIL) (-1131 2709027 2709079 2709172 "STREAM1" 2709281 NIL STREAM1 (NIL T) -7 NIL NIL) (-1130 2708043 2708224 2708455 "STINPROD" 2708843 NIL STINPROD (NIL T) -7 NIL NIL) (-1129 2707621 2707805 2707835 "STEP" 2707915 T STEP (NIL) -9 NIL 2707993) (-1128 2701164 2707520 2707597 "STBL" 2707602 NIL STBL (NIL T T NIL) -8 NIL NIL) (-1127 2696339 2700386 2700429 "STAGG" 2700582 NIL STAGG (NIL T) -9 NIL 2700671) (-1126 2694041 2694643 2695515 "STAGG-" 2695520 NIL STAGG- (NIL T T) -8 NIL NIL) (-1125 2692236 2693811 2693903 "STACK" 2693984 NIL STACK (NIL T) -8 NIL NIL) (-1124 2684961 2690377 2690833 "SREGSET" 2691866 NIL SREGSET (NIL T T T T) -8 NIL NIL) (-1123 2677387 2678755 2680268 "SRDCMPK" 2683567 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL) (-1122 2670354 2674827 2674857 "SRAGG" 2676160 T SRAGG (NIL) -9 NIL 2676768) (-1121 2669371 2669626 2670005 "SRAGG-" 2670010 NIL SRAGG- (NIL T) -8 NIL NIL) (-1120 2663866 2668318 2668739 "SQMATRIX" 2668997 NIL SQMATRIX (NIL NIL T) -8 NIL NIL) (-1119 2657618 2660586 2661312 "SPLTREE" 2663212 NIL SPLTREE (NIL T T) -8 NIL NIL) (-1118 2653608 2654274 2654920 "SPLNODE" 2657044 NIL SPLNODE (NIL T T) -8 NIL NIL) (-1117 2652655 2652888 2652918 "SPFCAT" 2653362 T SPFCAT (NIL) -9 NIL NIL) (-1116 2651392 2651602 2651866 "SPECOUT" 2652413 T SPECOUT (NIL) -7 NIL NIL) (-1115 2643081 2644825 2644855 "SPADXPT" 2649247 T SPADXPT (NIL) -9 NIL 2651281) (-1114 2642842 2642882 2642951 "SPADPRSR" 2643034 T SPADPRSR (NIL) -7 NIL NIL) (-1113 2641025 2642797 2642828 "SPADAST" 2642833 T SPADAST (NIL) -8 NIL NIL) (-1112 2632996 2634743 2634786 "SPACEC" 2639159 NIL SPACEC (NIL T) -9 NIL 2640975) (-1111 2631167 2632928 2632977 "SPACE3" 2632982 NIL SPACE3 (NIL T) -8 NIL NIL) (-1110 2629919 2630090 2630381 "SORTPAK" 2630972 NIL SORTPAK (NIL T T) -7 NIL NIL) (-1109 2627969 2628272 2628691 "SOLVETRA" 2629583 NIL SOLVETRA (NIL T) -7 NIL NIL) (-1108 2626980 2627202 2627476 "SOLVESER" 2627742 NIL SOLVESER (NIL T) -7 NIL NIL) (-1107 2622200 2623081 2624083 "SOLVERAD" 2626032 NIL SOLVERAD (NIL T) -7 NIL NIL) (-1106 2618015 2618624 2619353 "SOLVEFOR" 2621567 NIL SOLVEFOR (NIL T T) -7 NIL NIL) (-1105 2612312 2617364 2617461 "SNTSCAT" 2617466 NIL SNTSCAT (NIL T T T T) -9 NIL 2617536) (-1104 2606455 2610635 2611026 "SMTS" 2612002 NIL SMTS (NIL T T T) -8 NIL NIL) (-1103 2600905 2606343 2606420 "SMP" 2606425 NIL SMP (NIL T T) -8 NIL NIL) (-1102 2599064 2599365 2599763 "SMITH" 2600602 NIL SMITH (NIL T T T T) -7 NIL NIL) (-1101 2592047 2596202 2596305 "SMATCAT" 2597656 NIL SMATCAT (NIL NIL T T T) -9 NIL 2598206) (-1100 2588987 2589810 2590988 "SMATCAT-" 2590993 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL) (-1099 2586700 2588223 2588266 "SKAGG" 2588527 NIL SKAGG (NIL T) -9 NIL 2588662) (-1098 2582816 2585804 2586082 "SINT" 2586444 T SINT (NIL) -8 NIL NIL) (-1097 2582588 2582626 2582692 "SIMPAN" 2582772 T SIMPAN (NIL) -7 NIL NIL) (-1096 2581895 2582123 2582263 "SIG" 2582470 T SIG (NIL) -8 NIL NIL) (-1095 2580733 2580954 2581229 "SIGNRF" 2581654 NIL SIGNRF (NIL T) -7 NIL NIL) (-1094 2579538 2579689 2579980 "SIGNEF" 2580562 NIL SIGNEF (NIL T T) -7 NIL NIL) (-1093 2578871 2579121 2579245 "SIGAST" 2579436 T SIGAST (NIL) -8 NIL NIL) (-1092 2576561 2577015 2577521 "SHP" 2578412 NIL SHP (NIL T NIL) -7 NIL NIL) (-1091 2570467 2576462 2576538 "SHDP" 2576543 NIL SHDP (NIL NIL NIL T) -8 NIL NIL) (-1090 2570066 2570232 2570262 "SGROUP" 2570355 T SGROUP (NIL) -9 NIL 2570417) (-1089 2569924 2569950 2570023 "SGROUP-" 2570028 NIL SGROUP- (NIL T) -8 NIL NIL) (-1088 2566760 2567457 2568180 "SGCF" 2569223 T SGCF (NIL) -7 NIL NIL) (-1087 2561155 2566207 2566304 "SFRTCAT" 2566309 NIL SFRTCAT (NIL T T T T) -9 NIL 2566348) (-1086 2554579 2555594 2556730 "SFRGCD" 2560138 NIL SFRGCD (NIL T T T T T) -7 NIL NIL) (-1085 2547707 2548778 2549964 "SFQCMPK" 2553512 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL) (-1084 2547329 2547418 2547528 "SFORT" 2547648 NIL SFORT (NIL T T) -8 NIL NIL) (-1083 2546474 2547169 2547290 "SEXOF" 2547295 NIL SEXOF (NIL T T T T T) -8 NIL NIL) (-1082 2545608 2546355 2546423 "SEX" 2546428 T SEX (NIL) -8 NIL NIL) (-1081 2540384 2541073 2541168 "SEXCAT" 2544939 NIL SEXCAT (NIL T T T T T) -9 NIL 2545558) (-1080 2537564 2540318 2540366 "SET" 2540371 NIL SET (NIL T) -8 NIL NIL) (-1079 2535815 2536277 2536582 "SETMN" 2537305 NIL SETMN (NIL NIL NIL) -8 NIL NIL) (-1078 2535421 2535547 2535577 "SETCAT" 2535694 T SETCAT (NIL) -9 NIL 2535779) (-1077 2535201 2535253 2535352 "SETCAT-" 2535357 NIL SETCAT- (NIL T) -8 NIL NIL) (-1076 2531588 2533662 2533705 "SETAGG" 2534575 NIL SETAGG (NIL T) -9 NIL 2534915) (-1075 2531046 2531162 2531399 "SETAGG-" 2531404 NIL SETAGG- (NIL T T) -8 NIL NIL) (-1074 2530516 2530742 2530843 "SEQAST" 2530967 T SEQAST (NIL) -8 NIL NIL) (-1073 2529720 2530013 2530074 "SEGXCAT" 2530360 NIL SEGXCAT (NIL T T) -9 NIL 2530480) (-1072 2528776 2529386 2529568 "SEG" 2529573 NIL SEG (NIL T) -8 NIL NIL) (-1071 2527683 2527896 2527939 "SEGCAT" 2528521 NIL SEGCAT (NIL T) -9 NIL 2528759) (-1070 2526732 2527062 2527262 "SEGBIND" 2527518 NIL SEGBIND (NIL T) -8 NIL NIL) (-1069 2526353 2526412 2526525 "SEGBIND2" 2526667 NIL SEGBIND2 (NIL T T) -7 NIL NIL) (-1068 2525954 2526154 2526231 "SEGAST" 2526298 T SEGAST (NIL) -8 NIL NIL) (-1067 2525173 2525299 2525503 "SEG2" 2525798 NIL SEG2 (NIL T T) -7 NIL NIL) (-1066 2524610 2525108 2525155 "SDVAR" 2525160 NIL SDVAR (NIL T) -8 NIL NIL) (-1065 2516900 2524380 2524510 "SDPOL" 2524515 NIL SDPOL (NIL T) -8 NIL NIL) (-1064 2515493 2515759 2516078 "SCPKG" 2516615 NIL SCPKG (NIL T) -7 NIL NIL) (-1063 2514629 2514809 2515009 "SCOPE" 2515315 T SCOPE (NIL) -8 NIL NIL) (-1062 2513850 2513983 2514162 "SCACHE" 2514484 NIL SCACHE (NIL T) -7 NIL NIL) (-1061 2513559 2513719 2513749 "SASTCAT" 2513754 T SASTCAT (NIL) -9 NIL 2513767) (-1060 2512998 2513319 2513404 "SAOS" 2513496 T SAOS (NIL) -8 NIL NIL) (-1059 2512563 2512598 2512771 "SAERFFC" 2512957 NIL SAERFFC (NIL T T T) -7 NIL NIL) (-1058 2506537 2512460 2512540 "SAE" 2512545 NIL SAE (NIL T T NIL) -8 NIL NIL) (-1057 2506130 2506165 2506324 "SAEFACT" 2506496 NIL SAEFACT (NIL T T T) -7 NIL NIL) (-1056 2504451 2504765 2505166 "RURPK" 2505796 NIL RURPK (NIL T NIL) -7 NIL NIL) (-1055 2503087 2503366 2503678 "RULESET" 2504285 NIL RULESET (NIL T T T) -8 NIL NIL) (-1054 2500274 2500777 2501242 "RULE" 2502768 NIL RULE (NIL T T T) -8 NIL NIL) (-1053 2499913 2500068 2500151 "RULECOLD" 2500226 NIL RULECOLD (NIL NIL) -8 NIL NIL) (-1052 2499411 2499630 2499724 "RSTRCAST" 2499841 T RSTRCAST (NIL) -8 NIL NIL) (-1051 2494260 2495054 2495974 "RSETGCD" 2498610 NIL RSETGCD (NIL T T T T T) -7 NIL NIL) (-1050 2483517 2488569 2488666 "RSETCAT" 2492785 NIL RSETCAT (NIL T T T T) -9 NIL 2493882) (-1049 2481444 2481983 2482807 "RSETCAT-" 2482812 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL) (-1048 2473831 2475206 2476726 "RSDCMPK" 2480043 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL) (-1047 2471836 2472277 2472351 "RRCC" 2473437 NIL RRCC (NIL T T) -9 NIL 2473781) (-1046 2471187 2471361 2471640 "RRCC-" 2471645 NIL RRCC- (NIL T T T) -8 NIL NIL) (-1045 2470657 2470883 2470984 "RPTAST" 2471108 T RPTAST (NIL) -8 NIL NIL) (-1044 2444885 2454470 2454537 "RPOLCAT" 2465201 NIL RPOLCAT (NIL T T T) -9 NIL 2468360) (-1043 2436385 2438723 2441845 "RPOLCAT-" 2441850 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL) (-1042 2427432 2434596 2435078 "ROUTINE" 2435925 T ROUTINE (NIL) -8 NIL NIL) (-1041 2424190 2426983 2427132 "ROMAN" 2427305 T ROMAN (NIL) -8 NIL NIL) (-1040 2422465 2423050 2423310 "ROIRC" 2423995 NIL ROIRC (NIL T T) -8 NIL NIL) (-1039 2418914 2421153 2421183 "RNS" 2421487 T RNS (NIL) -9 NIL 2421760) (-1038 2417423 2417806 2418340 "RNS-" 2418415 NIL RNS- (NIL T) -8 NIL NIL) (-1037 2416872 2417254 2417284 "RNG" 2417289 T RNG (NIL) -9 NIL 2417310) (-1036 2416264 2416626 2416669 "RMODULE" 2416731 NIL RMODULE (NIL T) -9 NIL 2416773) (-1035 2415100 2415194 2415530 "RMCAT2" 2416165 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL) (-1034 2411805 2414274 2414599 "RMATRIX" 2414834 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL) (-1033 2404747 2406981 2407096 "RMATCAT" 2410455 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2411437) (-1032 2404122 2404269 2404576 "RMATCAT-" 2404581 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL) (-1031 2403689 2403764 2403892 "RINTERP" 2404041 NIL RINTERP (NIL NIL T) -7 NIL NIL) (-1030 2402777 2403297 2403327 "RING" 2403439 T RING (NIL) -9 NIL 2403534) (-1029 2402569 2402613 2402710 "RING-" 2402715 NIL RING- (NIL T) -8 NIL NIL) (-1028 2401410 2401647 2401905 "RIDIST" 2402333 T RIDIST (NIL) -7 NIL NIL) (-1027 2392726 2400878 2401084 "RGCHAIN" 2401258 NIL RGCHAIN (NIL T NIL) -8 NIL NIL) (-1026 2392102 2392482 2392523 "RGBCSPC" 2392581 NIL RGBCSPC (NIL T) -9 NIL 2392633) (-1025 2391286 2391641 2391682 "RGBCMDL" 2391914 NIL RGBCMDL (NIL T) -9 NIL 2392028) (-1024 2388280 2388894 2389564 "RF" 2390650 NIL RF (NIL T) -7 NIL NIL) (-1023 2387926 2387989 2388092 "RFFACTOR" 2388211 NIL RFFACTOR (NIL T) -7 NIL NIL) (-1022 2387651 2387686 2387783 "RFFACT" 2387885 NIL RFFACT (NIL T) -7 NIL NIL) (-1021 2385768 2386132 2386514 "RFDIST" 2387291 T RFDIST (NIL) -7 NIL NIL) (-1020 2385221 2385313 2385476 "RETSOL" 2385670 NIL RETSOL (NIL T T) -7 NIL NIL) (-1019 2384809 2384889 2384932 "RETRACT" 2385125 NIL RETRACT (NIL T) -9 NIL NIL) (-1018 2384658 2384683 2384770 "RETRACT-" 2384775 NIL RETRACT- (NIL T T) -8 NIL NIL) (-1017 2384287 2384480 2384550 "RETAST" 2384610 T RETAST (NIL) -8 NIL NIL) (-1016 2377141 2383940 2384067 "RESULT" 2384182 T RESULT (NIL) -8 NIL NIL) (-1015 2375767 2376410 2376609 "RESRING" 2377044 NIL RESRING (NIL T T T T NIL) -8 NIL NIL) (-1014 2375403 2375452 2375550 "RESLATC" 2375704 NIL RESLATC (NIL T) -7 NIL NIL) (-1013 2375109 2375143 2375250 "REPSQ" 2375362 NIL REPSQ (NIL T) -7 NIL NIL) (-1012 2372531 2373111 2373713 "REP" 2374529 T REP (NIL) -7 NIL NIL) (-1011 2372229 2372263 2372374 "REPDB" 2372490 NIL REPDB (NIL T) -7 NIL NIL) (-1010 2366139 2367518 2368741 "REP2" 2371041 NIL REP2 (NIL T) -7 NIL NIL) (-1009 2362516 2363197 2364005 "REP1" 2365366 NIL REP1 (NIL T) -7 NIL NIL) (-1008 2355242 2360657 2361113 "REGSET" 2362146 NIL REGSET (NIL T T T T) -8 NIL NIL) (-1007 2354055 2354390 2354640 "REF" 2355027 NIL REF (NIL T) -8 NIL NIL) (-1006 2353432 2353535 2353702 "REDORDER" 2353939 NIL REDORDER (NIL T T) -7 NIL NIL) (-1005 2349439 2352647 2352873 "RECLOS" 2353261 NIL RECLOS (NIL T) -8 NIL NIL) (-1004 2348491 2348672 2348887 "REALSOLV" 2349246 T REALSOLV (NIL) -7 NIL NIL) (-1003 2348337 2348378 2348408 "REAL" 2348413 T REAL (NIL) -9 NIL 2348448) (-1002 2344820 2345622 2346506 "REAL0Q" 2347502 NIL REAL0Q (NIL T) -7 NIL NIL) (-1001 2340421 2341409 2342470 "REAL0" 2343801 NIL REAL0 (NIL T) -7 NIL NIL) (-1000 2339919 2340138 2340232 "RDUCEAST" 2340349 T RDUCEAST (NIL) -8 NIL NIL) (-999 2339327 2339399 2339604 "RDIV" 2339841 NIL RDIV (NIL T T T T T) -7 NIL NIL) (-998 2338400 2338574 2338785 "RDIST" 2339149 NIL RDIST (NIL T) -7 NIL NIL) (-997 2337001 2337288 2337658 "RDETRS" 2338108 NIL RDETRS (NIL T T) -7 NIL NIL) (-996 2334818 2335272 2335808 "RDETR" 2336543 NIL RDETR (NIL T T) -7 NIL NIL) (-995 2333432 2333710 2334112 "RDEEFS" 2334534 NIL RDEEFS (NIL T T) -7 NIL NIL) (-994 2331930 2332236 2332666 "RDEEF" 2333120 NIL RDEEF (NIL T T) -7 NIL NIL) (-993 2326267 2329138 2329166 "RCFIELD" 2330443 T RCFIELD (NIL) -9 NIL 2331173) (-992 2324336 2324840 2325533 "RCFIELD-" 2325606 NIL RCFIELD- (NIL T) -8 NIL NIL) (-991 2320667 2322452 2322493 "RCAGG" 2323564 NIL RCAGG (NIL T) -9 NIL 2324029) (-990 2320298 2320392 2320552 "RCAGG-" 2320557 NIL RCAGG- (NIL T T) -8 NIL NIL) (-989 2319638 2319750 2319913 "RATRET" 2320182 NIL RATRET (NIL T) -7 NIL NIL) (-988 2319195 2319262 2319381 "RATFACT" 2319566 NIL RATFACT (NIL T) -7 NIL NIL) (-987 2318510 2318630 2318780 "RANDSRC" 2319065 T RANDSRC (NIL) -7 NIL NIL) (-986 2318247 2318291 2318362 "RADUTIL" 2318459 T RADUTIL (NIL) -7 NIL NIL) (-985 2311310 2316990 2317307 "RADIX" 2317962 NIL RADIX (NIL NIL) -8 NIL NIL) (-984 2302966 2311154 2311282 "RADFF" 2311287 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL) (-983 2302618 2302693 2302721 "RADCAT" 2302878 T RADCAT (NIL) -9 NIL NIL) (-982 2302403 2302451 2302548 "RADCAT-" 2302553 NIL RADCAT- (NIL T) -8 NIL NIL) (-981 2300554 2302178 2302267 "QUEUE" 2302347 NIL QUEUE (NIL T) -8 NIL NIL) (-980 2297130 2300491 2300536 "QUAT" 2300541 NIL QUAT (NIL T) -8 NIL NIL) (-979 2296768 2296811 2296938 "QUATCT2" 2297081 NIL QUATCT2 (NIL T T T T) -7 NIL NIL) (-978 2290628 2293929 2293969 "QUATCAT" 2294749 NIL QUATCAT (NIL T) -9 NIL 2295515) (-977 2286772 2287809 2289196 "QUATCAT-" 2289290 NIL QUATCAT- (NIL T T) -8 NIL NIL) (-976 2284292 2285856 2285897 "QUAGG" 2286272 NIL QUAGG (NIL T) -9 NIL 2286447) (-975 2283924 2284117 2284185 "QQUTAST" 2284244 T QQUTAST (NIL) -8 NIL NIL) (-974 2282849 2283322 2283494 "QFORM" 2283796 NIL QFORM (NIL NIL T) -8 NIL NIL) (-973 2274174 2279379 2279419 "QFCAT" 2280077 NIL QFCAT (NIL T) -9 NIL 2281078) (-972 2269746 2270947 2272538 "QFCAT-" 2272632 NIL QFCAT- (NIL T T) -8 NIL NIL) (-971 2269384 2269427 2269554 "QFCAT2" 2269697 NIL QFCAT2 (NIL T T T T) -7 NIL NIL) (-970 2268844 2268954 2269084 "QEQUAT" 2269274 T QEQUAT (NIL) -8 NIL NIL) (-969 2261992 2263063 2264247 "QCMPACK" 2267777 NIL QCMPACK (NIL T T T T T) -7 NIL NIL) (-968 2259568 2259989 2260417 "QALGSET" 2261647 NIL QALGSET (NIL T T T T) -8 NIL NIL) (-967 2258813 2258987 2259219 "QALGSET2" 2259388 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL) (-966 2257504 2257727 2258044 "PWFFINTB" 2258586 NIL PWFFINTB (NIL T T T T) -7 NIL NIL) (-965 2255686 2255854 2256208 "PUSHVAR" 2257318 NIL PUSHVAR (NIL T T T T) -7 NIL NIL) (-964 2251604 2252658 2252699 "PTRANFN" 2254583 NIL PTRANFN (NIL T) -9 NIL NIL) (-963 2250006 2250297 2250619 "PTPACK" 2251315 NIL PTPACK (NIL T) -7 NIL NIL) (-962 2249638 2249695 2249804 "PTFUNC2" 2249943 NIL PTFUNC2 (NIL T T) -7 NIL NIL) (-961 2244104 2248449 2248490 "PTCAT" 2248863 NIL PTCAT (NIL T) -9 NIL 2249025) (-960 2243762 2243797 2243921 "PSQFR" 2244063 NIL PSQFR (NIL T T T T) -7 NIL NIL) (-959 2242357 2242655 2242989 "PSEUDLIN" 2243460 NIL PSEUDLIN (NIL T) -7 NIL NIL) (-958 2229126 2231491 2233815 "PSETPK" 2240117 NIL PSETPK (NIL T T T T) -7 NIL NIL) (-957 2222170 2224884 2224980 "PSETCAT" 2228001 NIL PSETCAT (NIL T T T T) -9 NIL 2228815) (-956 2220006 2220640 2221461 "PSETCAT-" 2221466 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL) (-955 2219355 2219520 2219548 "PSCURVE" 2219816 T PSCURVE (NIL) -9 NIL 2219983) (-954 2215836 2217318 2217383 "PSCAT" 2218227 NIL PSCAT (NIL T T T) -9 NIL 2218467) (-953 2214899 2215115 2215515 "PSCAT-" 2215520 NIL PSCAT- (NIL T T T T) -8 NIL NIL) (-952 2213551 2214184 2214398 "PRTITION" 2214705 T PRTITION (NIL) -8 NIL NIL) (-951 2213053 2213272 2213364 "PRTDAST" 2213479 T PRTDAST (NIL) -8 NIL NIL) (-950 2202151 2204357 2206545 "PRS" 2210915 NIL PRS (NIL T T) -7 NIL NIL) (-949 2200009 2201501 2201541 "PRQAGG" 2201724 NIL PRQAGG (NIL T) -9 NIL 2201826) (-948 2199395 2199624 2199652 "PROPLOG" 2199837 T PROPLOG (NIL) -9 NIL 2199959) (-947 2196565 2197209 2197673 "PROPFRML" 2198963 NIL PROPFRML (NIL T) -8 NIL NIL) (-946 2196025 2196135 2196265 "PROPERTY" 2196455 T PROPERTY (NIL) -8 NIL NIL) (-945 2190110 2194191 2195011 "PRODUCT" 2195251 NIL PRODUCT (NIL T T) -8 NIL NIL) (-944 2187423 2189568 2189802 "PR" 2189921 NIL PR (NIL T T) -8 NIL NIL) (-943 2187219 2187251 2187310 "PRINT" 2187384 T PRINT (NIL) -7 NIL NIL) (-942 2186559 2186676 2186828 "PRIMES" 2187099 NIL PRIMES (NIL T) -7 NIL NIL) (-941 2184624 2185025 2185491 "PRIMELT" 2186138 NIL PRIMELT (NIL T) -7 NIL NIL) (-940 2184353 2184402 2184430 "PRIMCAT" 2184554 T PRIMCAT (NIL) -9 NIL NIL) (-939 2180514 2184291 2184336 "PRIMARR" 2184341 NIL PRIMARR (NIL T) -8 NIL NIL) (-938 2179521 2179699 2179927 "PRIMARR2" 2180332 NIL PRIMARR2 (NIL T T) -7 NIL NIL) (-937 2179164 2179220 2179331 "PREASSOC" 2179459 NIL PREASSOC (NIL T T) -7 NIL NIL) (-936 2178639 2178772 2178800 "PPCURVE" 2179005 T PPCURVE (NIL) -9 NIL 2179141) (-935 2178261 2178434 2178517 "PORTNUM" 2178576 T PORTNUM (NIL) -8 NIL NIL) (-934 2175620 2176019 2176611 "POLYROOT" 2177842 NIL POLYROOT (NIL T T T T T) -7 NIL NIL) (-933 2169565 2175224 2175384 "POLY" 2175493 NIL POLY (NIL T) -8 NIL NIL) (-932 2168948 2169006 2169240 "POLYLIFT" 2169501 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL) (-931 2165223 2165672 2166301 "POLYCATQ" 2168493 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL) (-930 2152262 2157618 2157683 "POLYCAT" 2161197 NIL POLYCAT (NIL T T T) -9 NIL 2163125) (-929 2145712 2147573 2149957 "POLYCAT-" 2149962 NIL POLYCAT- (NIL T T T T) -8 NIL NIL) (-928 2145299 2145367 2145487 "POLY2UP" 2145638 NIL POLY2UP (NIL NIL T) -7 NIL NIL) (-927 2144931 2144988 2145097 "POLY2" 2145236 NIL POLY2 (NIL T T) -7 NIL NIL) (-926 2143616 2143855 2144131 "POLUTIL" 2144705 NIL POLUTIL (NIL T T) -7 NIL NIL) (-925 2141971 2142248 2142579 "POLTOPOL" 2143338 NIL POLTOPOL (NIL NIL T) -7 NIL NIL) (-924 2137489 2141907 2141953 "POINT" 2141958 NIL POINT (NIL T) -8 NIL NIL) (-923 2135676 2136033 2136408 "PNTHEORY" 2137134 T PNTHEORY (NIL) -7 NIL NIL) (-922 2134095 2134392 2134804 "PMTOOLS" 2135374 NIL PMTOOLS (NIL T T T) -7 NIL NIL) (-921 2133688 2133766 2133883 "PMSYM" 2134011 NIL PMSYM (NIL T) -7 NIL NIL) (-920 2133198 2133267 2133441 "PMQFCAT" 2133613 NIL PMQFCAT (NIL T T T) -7 NIL NIL) (-919 2132553 2132663 2132819 "PMPRED" 2133075 NIL PMPRED (NIL T) -7 NIL NIL) (-918 2131949 2132035 2132196 "PMPREDFS" 2132454 NIL PMPREDFS (NIL T T T) -7 NIL NIL) (-917 2130592 2130800 2131185 "PMPLCAT" 2131711 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL) (-916 2130124 2130203 2130355 "PMLSAGG" 2130507 NIL PMLSAGG (NIL T T T) -7 NIL NIL) (-915 2129599 2129675 2129856 "PMKERNEL" 2130042 NIL PMKERNEL (NIL T T) -7 NIL NIL) (-914 2129216 2129291 2129404 "PMINS" 2129518 NIL PMINS (NIL T) -7 NIL NIL) (-913 2128644 2128713 2128929 "PMFS" 2129141 NIL PMFS (NIL T T T) -7 NIL NIL) (-912 2127872 2127990 2128195 "PMDOWN" 2128521 NIL PMDOWN (NIL T T T) -7 NIL NIL) (-911 2127035 2127194 2127376 "PMASS" 2127710 T PMASS (NIL) -7 NIL NIL) (-910 2126309 2126420 2126583 "PMASSFS" 2126921 NIL PMASSFS (NIL T T) -7 NIL NIL) (-909 2125964 2126032 2126126 "PLOTTOOL" 2126235 T PLOTTOOL (NIL) -7 NIL NIL) (-908 2120586 2121775 2122923 "PLOT" 2124836 T PLOT (NIL) -8 NIL NIL) (-907 2116400 2117434 2118355 "PLOT3D" 2119685 T PLOT3D (NIL) -8 NIL NIL) (-906 2115312 2115489 2115724 "PLOT1" 2116204 NIL PLOT1 (NIL T) -7 NIL NIL) (-905 2090706 2095378 2100229 "PLEQN" 2110578 NIL PLEQN (NIL T T T T) -7 NIL NIL) (-904 2090024 2090146 2090326 "PINTERP" 2090571 NIL PINTERP (NIL NIL T) -7 NIL NIL) (-903 2089717 2089764 2089867 "PINTERPA" 2089971 NIL PINTERPA (NIL T T) -7 NIL NIL) (-902 2089002 2089523 2089610 "PI" 2089650 T PI (NIL) -8 NIL NIL) (-901 2087434 2088375 2088403 "PID" 2088585 T PID (NIL) -9 NIL 2088719) (-900 2087159 2087196 2087284 "PICOERCE" 2087391 NIL PICOERCE (NIL T) -7 NIL NIL) (-899 2086479 2086618 2086794 "PGROEB" 2087015 NIL PGROEB (NIL T) -7 NIL NIL) (-898 2082066 2082880 2083785 "PGE" 2085594 T PGE (NIL) -7 NIL NIL) (-897 2080190 2080436 2080802 "PGCD" 2081783 NIL PGCD (NIL T T T T) -7 NIL NIL) (-896 2079528 2079631 2079792 "PFRPAC" 2080074 NIL PFRPAC (NIL T) -7 NIL NIL) (-895 2076208 2078076 2078429 "PFR" 2079207 NIL PFR (NIL T) -8 NIL NIL) (-894 2074597 2074841 2075166 "PFOTOOLS" 2075955 NIL PFOTOOLS (NIL T T) -7 NIL NIL) (-893 2073130 2073369 2073720 "PFOQ" 2074354 NIL PFOQ (NIL T T T) -7 NIL NIL) (-892 2071603 2071815 2072178 "PFO" 2072914 NIL PFO (NIL T T T T T) -7 NIL NIL) (-891 2068191 2071492 2071561 "PF" 2071566 NIL PF (NIL NIL) -8 NIL NIL) (-890 2065660 2066897 2066925 "PFECAT" 2067510 T PFECAT (NIL) -9 NIL 2067894) (-889 2065105 2065259 2065473 "PFECAT-" 2065478 NIL PFECAT- (NIL T) -8 NIL NIL) (-888 2063709 2063960 2064261 "PFBRU" 2064854 NIL PFBRU (NIL T T) -7 NIL NIL) (-887 2061576 2061927 2062359 "PFBR" 2063360 NIL PFBR (NIL T T T T) -7 NIL NIL) (-886 2057492 2058952 2059628 "PERM" 2060933 NIL PERM (NIL T) -8 NIL NIL) (-885 2052758 2053699 2054569 "PERMGRP" 2056655 NIL PERMGRP (NIL T) -8 NIL NIL) (-884 2050890 2051821 2051862 "PERMCAT" 2052308 NIL PERMCAT (NIL T) -9 NIL 2052613) (-883 2050543 2050584 2050708 "PERMAN" 2050843 NIL PERMAN (NIL NIL T) -7 NIL NIL) (-882 2047983 2050112 2050243 "PENDTREE" 2050445 NIL PENDTREE (NIL T) -8 NIL NIL) (-881 2046096 2046830 2046871 "PDRING" 2047528 NIL PDRING (NIL T) -9 NIL 2047814) (-880 2045199 2045417 2045779 "PDRING-" 2045784 NIL PDRING- (NIL T T) -8 NIL NIL) (-879 2042340 2043091 2043782 "PDEPROB" 2044528 T PDEPROB (NIL) -8 NIL NIL) (-878 2039887 2040389 2040944 "PDEPACK" 2041805 T PDEPACK (NIL) -7 NIL NIL) (-877 2038799 2038989 2039240 "PDECOMP" 2039686 NIL PDECOMP (NIL T T) -7 NIL NIL) (-876 2036404 2037221 2037249 "PDECAT" 2038036 T PDECAT (NIL) -9 NIL 2038749) (-875 2036155 2036188 2036278 "PCOMP" 2036365 NIL PCOMP (NIL T T) -7 NIL NIL) (-874 2034360 2034956 2035253 "PBWLB" 2035884 NIL PBWLB (NIL T) -8 NIL NIL) (-873 2026864 2028433 2029771 "PATTERN" 2033043 NIL PATTERN (NIL T) -8 NIL NIL) (-872 2026496 2026553 2026662 "PATTERN2" 2026801 NIL PATTERN2 (NIL T T) -7 NIL NIL) (-871 2024253 2024641 2025098 "PATTERN1" 2026085 NIL PATTERN1 (NIL T T) -7 NIL NIL) (-870 2021648 2022202 2022683 "PATRES" 2023818 NIL PATRES (NIL T T) -8 NIL NIL) (-869 2021212 2021279 2021411 "PATRES2" 2021575 NIL PATRES2 (NIL T T T) -7 NIL NIL) (-868 2019095 2019500 2019907 "PATMATCH" 2020879 NIL PATMATCH (NIL T T T) -7 NIL NIL) (-867 2018631 2018814 2018855 "PATMAB" 2018962 NIL PATMAB (NIL T) -9 NIL 2019045) (-866 2017176 2017485 2017743 "PATLRES" 2018436 NIL PATLRES (NIL T T T) -8 NIL NIL) (-865 2016722 2016845 2016886 "PATAB" 2016891 NIL PATAB (NIL T) -9 NIL 2017063) (-864 2014203 2014735 2015308 "PARTPERM" 2016169 T PARTPERM (NIL) -7 NIL NIL) (-863 2013824 2013887 2013989 "PARSURF" 2014134 NIL PARSURF (NIL T) -8 NIL NIL) (-862 2013456 2013513 2013622 "PARSU2" 2013761 NIL PARSU2 (NIL T T) -7 NIL NIL) (-861 2013220 2013260 2013327 "PARSER" 2013409 T PARSER (NIL) -7 NIL NIL) (-860 2012841 2012904 2013006 "PARSCURV" 2013151 NIL PARSCURV (NIL T) -8 NIL NIL) (-859 2012473 2012530 2012639 "PARSC2" 2012778 NIL PARSC2 (NIL T T) -7 NIL NIL) (-858 2012112 2012170 2012267 "PARPCURV" 2012409 NIL PARPCURV (NIL T) -8 NIL NIL) (-857 2011744 2011801 2011910 "PARPC2" 2012049 NIL PARPC2 (NIL T T) -7 NIL NIL) (-856 2011264 2011350 2011469 "PAN2EXPR" 2011645 T PAN2EXPR (NIL) -7 NIL NIL) (-855 2010070 2010385 2010613 "PALETTE" 2011056 T PALETTE (NIL) -8 NIL NIL) (-854 2008538 2009075 2009435 "PAIR" 2009756 NIL PAIR (NIL T T) -8 NIL NIL) (-853 2002444 2007797 2007991 "PADICRC" 2008393 NIL PADICRC (NIL NIL T) -8 NIL NIL) (-852 1995708 2001790 2001974 "PADICRAT" 2002292 NIL PADICRAT (NIL NIL) -8 NIL NIL) (-851 1994058 1995645 1995690 "PADIC" 1995695 NIL PADIC (NIL NIL) -8 NIL NIL) (-850 1991303 1992833 1992873 "PADICCT" 1993454 NIL PADICCT (NIL NIL) -9 NIL 1993736) (-849 1990260 1990460 1990728 "PADEPAC" 1991090 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL) (-848 1989472 1989605 1989811 "PADE" 1990122 NIL PADE (NIL T T T) -7 NIL NIL) (-847 1987522 1988308 1988625 "OWP" 1989239 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL) (-846 1986631 1987127 1987299 "OVAR" 1987390 NIL OVAR (NIL NIL) -8 NIL NIL) (-845 1985895 1986016 1986177 "OUT" 1986490 T OUT (NIL) -7 NIL NIL) (-844 1974802 1977004 1979204 "OUTFORM" 1983715 T OUTFORM (NIL) -8 NIL NIL) (-843 1974223 1974399 1974526 "OUTBFILE" 1974695 T OUTBFILE (NIL) -8 NIL NIL) (-842 1973860 1973943 1973971 "OUTBCON" 1974122 T OUTBCON (NIL) -9 NIL 1974207) (-841 1973700 1973735 1973811 "OUTBCON-" 1973816 NIL OUTBCON- (NIL T) -8 NIL NIL) (-840 1973108 1973429 1973518 "OSI" 1973631 T OSI (NIL) -8 NIL NIL) (-839 1972664 1972976 1973004 "OSGROUP" 1973009 T OSGROUP (NIL) -9 NIL 1973031) (-838 1971409 1971636 1971921 "ORTHPOL" 1972411 NIL ORTHPOL (NIL T) -7 NIL NIL) (-837 1968819 1971068 1971207 "OREUP" 1971352 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL) (-836 1966257 1968510 1968637 "ORESUP" 1968761 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL) (-835 1963785 1964285 1964846 "OREPCTO" 1965746 NIL OREPCTO (NIL T T) -7 NIL NIL) (-834 1957696 1959863 1959904 "OREPCAT" 1962252 NIL OREPCAT (NIL T) -9 NIL 1963356) (-833 1954843 1955625 1956683 "OREPCAT-" 1956688 NIL OREPCAT- (NIL T T) -8 NIL NIL) (-832 1954020 1954292 1954320 "ORDSET" 1954629 T ORDSET (NIL) -9 NIL 1954793) (-831 1953539 1953661 1953854 "ORDSET-" 1953859 NIL ORDSET- (NIL T) -8 NIL NIL) (-830 1952193 1952950 1952978 "ORDRING" 1953180 T ORDRING (NIL) -9 NIL 1953305) (-829 1951838 1951932 1952076 "ORDRING-" 1952081 NIL ORDRING- (NIL T) -8 NIL NIL) (-828 1951244 1951681 1951709 "ORDMON" 1951714 T ORDMON (NIL) -9 NIL 1951735) (-827 1950406 1950553 1950748 "ORDFUNS" 1951093 NIL ORDFUNS (NIL NIL T) -7 NIL NIL) (-826 1949917 1950276 1950304 "ORDFIN" 1950309 T ORDFIN (NIL) -9 NIL 1950330) (-825 1946509 1948503 1948912 "ORDCOMP" 1949541 NIL ORDCOMP (NIL T) -8 NIL NIL) (-824 1945775 1945902 1946088 "ORDCOMP2" 1946369 NIL ORDCOMP2 (NIL T T) -7 NIL NIL) (-823 1942282 1943165 1944002 "OPTPROB" 1944958 T OPTPROB (NIL) -8 NIL NIL) (-822 1939084 1939723 1940427 "OPTPACK" 1941598 T OPTPACK (NIL) -7 NIL NIL) (-821 1936797 1937537 1937565 "OPTCAT" 1938384 T OPTCAT (NIL) -9 NIL 1939034) (-820 1936565 1936604 1936670 "OPQUERY" 1936751 T OPQUERY (NIL) -7 NIL NIL) (-819 1933731 1934876 1935380 "OP" 1936094 NIL OP (NIL T) -8 NIL NIL) (-818 1930576 1932528 1932897 "ONECOMP" 1933395 NIL ONECOMP (NIL T) -8 NIL NIL) (-817 1929881 1929996 1930170 "ONECOMP2" 1930448 NIL ONECOMP2 (NIL T T) -7 NIL NIL) (-816 1929300 1929406 1929536 "OMSERVER" 1929771 T OMSERVER (NIL) -7 NIL NIL) (-815 1926188 1928740 1928780 "OMSAGG" 1928841 NIL OMSAGG (NIL T) -9 NIL 1928905) (-814 1924811 1925074 1925356 "OMPKG" 1925926 T OMPKG (NIL) -7 NIL NIL) (-813 1924241 1924344 1924372 "OM" 1924671 T OM (NIL) -9 NIL NIL) (-812 1922823 1923790 1923959 "OMLO" 1924122 NIL OMLO (NIL T T) -8 NIL NIL) (-811 1921748 1921895 1922122 "OMEXPR" 1922649 NIL OMEXPR (NIL T) -7 NIL NIL) (-810 1921066 1921294 1921430 "OMERR" 1921632 T OMERR (NIL) -8 NIL NIL) (-809 1920244 1920487 1920647 "OMERRK" 1920926 T OMERRK (NIL) -8 NIL NIL) (-808 1919722 1919921 1920029 "OMENC" 1920156 T OMENC (NIL) -8 NIL NIL) (-807 1913617 1914802 1915973 "OMDEV" 1918571 T OMDEV (NIL) -8 NIL NIL) (-806 1912686 1912857 1913051 "OMCONN" 1913443 T OMCONN (NIL) -8 NIL NIL) (-805 1911342 1912284 1912312 "OINTDOM" 1912317 T OINTDOM (NIL) -9 NIL 1912338) (-804 1907148 1908332 1909048 "OFMONOID" 1910658 NIL OFMONOID (NIL T) -8 NIL NIL) (-803 1906586 1907085 1907130 "ODVAR" 1907135 NIL ODVAR (NIL T) -8 NIL NIL) (-802 1903796 1906083 1906268 "ODR" 1906461 NIL ODR (NIL T T NIL) -8 NIL NIL) (-801 1896140 1903572 1903698 "ODPOL" 1903703 NIL ODPOL (NIL T) -8 NIL NIL) (-800 1890016 1896012 1896117 "ODP" 1896122 NIL ODP (NIL NIL T NIL) -8 NIL NIL) (-799 1888782 1888997 1889272 "ODETOOLS" 1889790 NIL ODETOOLS (NIL T T) -7 NIL NIL) (-798 1885751 1886407 1887123 "ODESYS" 1888115 NIL ODESYS (NIL T T) -7 NIL NIL) (-797 1880633 1881541 1882566 "ODERTRIC" 1884826 NIL ODERTRIC (NIL T T) -7 NIL NIL) (-796 1880059 1880141 1880335 "ODERED" 1880545 NIL ODERED (NIL T T T T T) -7 NIL NIL) (-795 1876947 1877495 1878172 "ODERAT" 1879482 NIL ODERAT (NIL T T) -7 NIL NIL) (-794 1873907 1874371 1874968 "ODEPRRIC" 1876476 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL) (-793 1871776 1872345 1872854 "ODEPROB" 1873418 T ODEPROB (NIL) -8 NIL NIL) (-792 1868298 1868781 1869428 "ODEPRIM" 1871255 NIL ODEPRIM (NIL T T T T) -7 NIL NIL) (-791 1867547 1867649 1867909 "ODEPAL" 1868190 NIL ODEPAL (NIL T T T T) -7 NIL NIL) (-790 1863709 1864500 1865364 "ODEPACK" 1866703 T ODEPACK (NIL) -7 NIL NIL) (-789 1862742 1862849 1863078 "ODEINT" 1863598 NIL ODEINT (NIL T T) -7 NIL NIL) (-788 1856843 1858268 1859715 "ODEIFTBL" 1861315 T ODEIFTBL (NIL) -8 NIL NIL) (-787 1852178 1852964 1853923 "ODEEF" 1856002 NIL ODEEF (NIL T T) -7 NIL NIL) (-786 1851513 1851602 1851832 "ODECONST" 1852083 NIL ODECONST (NIL T T T) -7 NIL NIL) (-785 1849664 1850299 1850327 "ODECAT" 1850932 T ODECAT (NIL) -9 NIL 1851463) (-784 1846571 1849376 1849495 "OCT" 1849577 NIL OCT (NIL T) -8 NIL NIL) (-783 1846209 1846252 1846379 "OCTCT2" 1846522 NIL OCTCT2 (NIL T T T T) -7 NIL NIL) (-782 1841070 1843470 1843510 "OC" 1844607 NIL OC (NIL T) -9 NIL 1845465) (-781 1838297 1839045 1840035 "OC-" 1840129 NIL OC- (NIL T T) -8 NIL NIL) (-780 1837675 1838117 1838145 "OCAMON" 1838150 T OCAMON (NIL) -9 NIL 1838171) (-779 1837232 1837547 1837575 "OASGP" 1837580 T OASGP (NIL) -9 NIL 1837600) (-778 1836519 1836982 1837010 "OAMONS" 1837050 T OAMONS (NIL) -9 NIL 1837093) (-777 1835959 1836366 1836394 "OAMON" 1836399 T OAMON (NIL) -9 NIL 1836419) (-776 1835263 1835755 1835783 "OAGROUP" 1835788 T OAGROUP (NIL) -9 NIL 1835808) (-775 1834953 1835003 1835091 "NUMTUBE" 1835207 NIL NUMTUBE (NIL T) -7 NIL NIL) (-774 1828526 1830044 1831580 "NUMQUAD" 1833437 T NUMQUAD (NIL) -7 NIL NIL) (-773 1824282 1825270 1826295 "NUMODE" 1827521 T NUMODE (NIL) -7 NIL NIL) (-772 1821663 1822517 1822545 "NUMINT" 1823468 T NUMINT (NIL) -9 NIL 1824232) (-771 1820611 1820808 1821026 "NUMFMT" 1821465 T NUMFMT (NIL) -7 NIL NIL) (-770 1806970 1809915 1812447 "NUMERIC" 1818118 NIL NUMERIC (NIL T) -7 NIL NIL) (-769 1801367 1806419 1806514 "NTSCAT" 1806519 NIL NTSCAT (NIL T T T T) -9 NIL 1806558) (-768 1800561 1800726 1800919 "NTPOLFN" 1801206 NIL NTPOLFN (NIL T) -7 NIL NIL) (-767 1788401 1797386 1798198 "NSUP" 1799782 NIL NSUP (NIL T) -8 NIL NIL) (-766 1788033 1788090 1788199 "NSUP2" 1788338 NIL NSUP2 (NIL T T) -7 NIL NIL) (-765 1778030 1787807 1787940 "NSMP" 1787945 NIL NSMP (NIL T T) -8 NIL NIL) (-764 1776462 1776763 1777120 "NREP" 1777718 NIL NREP (NIL T) -7 NIL NIL) (-763 1775053 1775305 1775663 "NPCOEF" 1776205 NIL NPCOEF (NIL T T T T T) -7 NIL NIL) (-762 1774119 1774234 1774450 "NORMRETR" 1774934 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL) (-761 1772160 1772450 1772859 "NORMPK" 1773827 NIL NORMPK (NIL T T T T T) -7 NIL NIL) (-760 1771845 1771873 1771997 "NORMMA" 1772126 NIL NORMMA (NIL T T T T) -7 NIL NIL) (-759 1771672 1771802 1771831 "NONE" 1771836 T NONE (NIL) -8 NIL NIL) (-758 1771461 1771490 1771559 "NONE1" 1771636 NIL NONE1 (NIL T) -7 NIL NIL) (-757 1770944 1771006 1771192 "NODE1" 1771393 NIL NODE1 (NIL T T) -7 NIL NIL) (-756 1769284 1770107 1770362 "NNI" 1770709 T NNI (NIL) -8 NIL NIL) (-755 1767704 1768017 1768381 "NLINSOL" 1768952 NIL NLINSOL (NIL T) -7 NIL NIL) (-754 1763871 1764839 1765761 "NIPROB" 1766802 T NIPROB (NIL) -8 NIL NIL) (-753 1762628 1762862 1763164 "NFINTBAS" 1763633 NIL NFINTBAS (NIL T T) -7 NIL NIL) (-752 1762072 1762279 1762320 "NETCLT" 1762484 NIL NETCLT (NIL T) -9 NIL 1762573) (-751 1760780 1761011 1761292 "NCODIV" 1761840 NIL NCODIV (NIL T T) -7 NIL NIL) (-750 1760542 1760579 1760654 "NCNTFRAC" 1760737 NIL NCNTFRAC (NIL T) -7 NIL NIL) (-749 1758722 1759086 1759506 "NCEP" 1760167 NIL NCEP (NIL T) -7 NIL NIL) (-748 1757633 1758372 1758400 "NASRING" 1758510 T NASRING (NIL) -9 NIL 1758584) (-747 1757428 1757472 1757566 "NASRING-" 1757571 NIL NASRING- (NIL T) -8 NIL NIL) (-746 1756581 1757080 1757108 "NARNG" 1757225 T NARNG (NIL) -9 NIL 1757316) (-745 1756273 1756340 1756474 "NARNG-" 1756479 NIL NARNG- (NIL T) -8 NIL NIL) (-744 1755152 1755359 1755594 "NAGSP" 1756058 T NAGSP (NIL) -7 NIL NIL) (-743 1746424 1748108 1749781 "NAGS" 1753499 T NAGS (NIL) -7 NIL NIL) (-742 1744972 1745280 1745611 "NAGF07" 1746113 T NAGF07 (NIL) -7 NIL NIL) (-741 1739510 1740801 1742108 "NAGF04" 1743685 T NAGF04 (NIL) -7 NIL NIL) (-740 1732478 1734092 1735725 "NAGF02" 1737897 T NAGF02 (NIL) -7 NIL NIL) (-739 1727702 1728802 1729919 "NAGF01" 1731381 T NAGF01 (NIL) -7 NIL NIL) (-738 1721330 1722896 1724481 "NAGE04" 1726137 T NAGE04 (NIL) -7 NIL NIL) (-737 1712499 1714620 1716750 "NAGE02" 1719220 T NAGE02 (NIL) -7 NIL NIL) (-736 1708452 1709399 1710363 "NAGE01" 1711555 T NAGE01 (NIL) -7 NIL NIL) (-735 1706247 1706781 1707339 "NAGD03" 1707914 T NAGD03 (NIL) -7 NIL NIL) (-734 1697997 1699925 1701879 "NAGD02" 1704313 T NAGD02 (NIL) -7 NIL NIL) (-733 1691808 1693233 1694673 "NAGD01" 1696577 T NAGD01 (NIL) -7 NIL NIL) (-732 1688017 1688839 1689676 "NAGC06" 1690991 T NAGC06 (NIL) -7 NIL NIL) (-731 1686482 1686814 1687170 "NAGC05" 1687681 T NAGC05 (NIL) -7 NIL NIL) (-730 1685858 1685977 1686121 "NAGC02" 1686358 T NAGC02 (NIL) -7 NIL NIL) (-729 1684918 1685475 1685515 "NAALG" 1685594 NIL NAALG (NIL T) -9 NIL 1685655) (-728 1684753 1684782 1684872 "NAALG-" 1684877 NIL NAALG- (NIL T T) -8 NIL NIL) (-727 1678703 1679811 1680998 "MULTSQFR" 1683649 NIL MULTSQFR (NIL T T T T) -7 NIL NIL) (-726 1678022 1678097 1678281 "MULTFACT" 1678615 NIL MULTFACT (NIL T T T T) -7 NIL NIL) (-725 1671245 1675110 1675163 "MTSCAT" 1676233 NIL MTSCAT (NIL T T) -9 NIL 1676747) (-724 1670957 1671011 1671103 "MTHING" 1671185 NIL MTHING (NIL T) -7 NIL NIL) (-723 1670749 1670782 1670842 "MSYSCMD" 1670917 T MSYSCMD (NIL) -7 NIL NIL) (-722 1666861 1669504 1669824 "MSET" 1670462 NIL MSET (NIL T) -8 NIL NIL) (-721 1663956 1666422 1666463 "MSETAGG" 1666468 NIL MSETAGG (NIL T) -9 NIL 1666502) (-720 1659839 1661335 1662080 "MRING" 1663256 NIL MRING (NIL T T) -8 NIL NIL) (-719 1659405 1659472 1659603 "MRF2" 1659766 NIL MRF2 (NIL T T T) -7 NIL NIL) (-718 1659023 1659058 1659202 "MRATFAC" 1659364 NIL MRATFAC (NIL T T T T) -7 NIL NIL) (-717 1656635 1656930 1657361 "MPRFF" 1658728 NIL MPRFF (NIL T T T T) -7 NIL NIL) (-716 1650695 1656489 1656586 "MPOLY" 1656591 NIL MPOLY (NIL NIL T) -8 NIL NIL) (-715 1650185 1650220 1650428 "MPCPF" 1650654 NIL MPCPF (NIL T T T T) -7 NIL NIL) (-714 1649699 1649742 1649926 "MPC3" 1650136 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL) (-713 1648894 1648975 1649196 "MPC2" 1649614 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL) (-712 1647195 1647532 1647922 "MONOTOOL" 1648554 NIL MONOTOOL (NIL T T) -7 NIL NIL) (-711 1646446 1646737 1646765 "MONOID" 1646984 T MONOID (NIL) -9 NIL 1647131) (-710 1645992 1646111 1646292 "MONOID-" 1646297 NIL MONOID- (NIL T) -8 NIL NIL) (-709 1637042 1642948 1643007 "MONOGEN" 1643681 NIL MONOGEN (NIL T T) -9 NIL 1644137) (-708 1634260 1634995 1635995 "MONOGEN-" 1636114 NIL MONOGEN- (NIL T T T) -8 NIL NIL) (-707 1633119 1633539 1633567 "MONADWU" 1633959 T MONADWU (NIL) -9 NIL 1634197) (-706 1632491 1632650 1632898 "MONADWU-" 1632903 NIL MONADWU- (NIL T) -8 NIL NIL) (-705 1631876 1632094 1632122 "MONAD" 1632329 T MONAD (NIL) -9 NIL 1632441) (-704 1631561 1631639 1631771 "MONAD-" 1631776 NIL MONAD- (NIL T) -8 NIL NIL) (-703 1629877 1630474 1630753 "MOEBIUS" 1631314 NIL MOEBIUS (NIL T) -8 NIL NIL) (-702 1629269 1629647 1629687 "MODULE" 1629692 NIL MODULE (NIL T) -9 NIL 1629718) (-701 1628837 1628933 1629123 "MODULE-" 1629128 NIL MODULE- (NIL T T) -8 NIL NIL) (-700 1626552 1627201 1627528 "MODRING" 1628661 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL) (-699 1623538 1624657 1625178 "MODOP" 1626081 NIL MODOP (NIL T T) -8 NIL NIL) (-698 1621725 1622177 1622518 "MODMONOM" 1623337 NIL MODMONOM (NIL T T NIL) -8 NIL NIL) (-697 1611433 1619917 1620340 "MODMON" 1621353 NIL MODMON (NIL T T) -8 NIL NIL) (-696 1608624 1610277 1610553 "MODFIELD" 1611308 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL) (-695 1607628 1607905 1608095 "MMLFORM" 1608454 T MMLFORM (NIL) -8 NIL NIL) (-694 1607154 1607197 1607376 "MMAP" 1607579 NIL MMAP (NIL T T T T T T) -7 NIL NIL) (-693 1605423 1606156 1606197 "MLO" 1606620 NIL MLO (NIL T) -9 NIL 1606862) (-692 1602790 1603305 1603907 "MLIFT" 1604904 NIL MLIFT (NIL T T T T) -7 NIL NIL) (-691 1602181 1602265 1602419 "MKUCFUNC" 1602701 NIL MKUCFUNC (NIL T T T) -7 NIL NIL) (-690 1601780 1601850 1601973 "MKRECORD" 1602104 NIL MKRECORD (NIL T T) -7 NIL NIL) (-689 1600828 1600989 1601217 "MKFUNC" 1601591 NIL MKFUNC (NIL T) -7 NIL NIL) (-688 1600216 1600320 1600476 "MKFLCFN" 1600711 NIL MKFLCFN (NIL T) -7 NIL NIL) (-687 1599642 1600009 1600098 "MKCHSET" 1600160 NIL MKCHSET (NIL T) -8 NIL NIL) (-686 1598919 1599021 1599206 "MKBCFUNC" 1599535 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL) (-685 1595661 1598473 1598609 "MINT" 1598803 T MINT (NIL) -8 NIL NIL) (-684 1594473 1594716 1594993 "MHROWRED" 1595416 NIL MHROWRED (NIL T) -7 NIL NIL) (-683 1589899 1593008 1593413 "MFLOAT" 1594088 T MFLOAT (NIL) -8 NIL NIL) (-682 1589256 1589332 1589503 "MFINFACT" 1589811 NIL MFINFACT (NIL T T T T) -7 NIL NIL) (-681 1585571 1586419 1587303 "MESH" 1588392 T MESH (NIL) -7 NIL NIL) (-680 1583961 1584273 1584626 "MDDFACT" 1585258 NIL MDDFACT (NIL T) -7 NIL NIL) (-679 1580803 1583120 1583161 "MDAGG" 1583416 NIL MDAGG (NIL T) -9 NIL 1583559) (-678 1570581 1580096 1580303 "MCMPLX" 1580616 T MCMPLX (NIL) -8 NIL NIL) (-677 1569722 1569868 1570068 "MCDEN" 1570430 NIL MCDEN (NIL T T) -7 NIL NIL) (-676 1567612 1567882 1568262 "MCALCFN" 1569452 NIL MCALCFN (NIL T T T T) -7 NIL NIL) (-675 1566523 1566696 1566937 "MAYBE" 1567410 NIL MAYBE (NIL T) -8 NIL NIL) (-674 1564135 1564658 1565220 "MATSTOR" 1565994 NIL MATSTOR (NIL T) -7 NIL NIL) (-673 1560141 1563507 1563755 "MATRIX" 1563920 NIL MATRIX (NIL T) -8 NIL NIL) (-672 1555910 1556614 1557350 "MATLIN" 1559498 NIL MATLIN (NIL T T T T) -7 NIL NIL) (-671 1546064 1549202 1549279 "MATCAT" 1554159 NIL MATCAT (NIL T T T) -9 NIL 1555576) (-670 1542428 1543441 1544797 "MATCAT-" 1544802 NIL MATCAT- (NIL T T T T) -8 NIL NIL) (-669 1541022 1541175 1541508 "MATCAT2" 1542263 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL) (-668 1539134 1539458 1539842 "MAPPKG3" 1540697 NIL MAPPKG3 (NIL T T T) -7 NIL NIL) (-667 1538115 1538288 1538510 "MAPPKG2" 1538958 NIL MAPPKG2 (NIL T T) -7 NIL NIL) (-666 1536614 1536898 1537225 "MAPPKG1" 1537821 NIL MAPPKG1 (NIL T) -7 NIL NIL) (-665 1535720 1536020 1536197 "MAPPAST" 1536457 T MAPPAST (NIL) -8 NIL NIL) (-664 1535331 1535389 1535512 "MAPHACK3" 1535656 NIL MAPHACK3 (NIL T T T) -7 NIL NIL) (-663 1534923 1534984 1535098 "MAPHACK2" 1535263 NIL MAPHACK2 (NIL T T) -7 NIL NIL) (-662 1534361 1534464 1534606 "MAPHACK1" 1534814 NIL MAPHACK1 (NIL T) -7 NIL NIL) (-661 1532467 1533061 1533365 "MAGMA" 1534089 NIL MAGMA (NIL T) -8 NIL NIL) (-660 1531973 1532191 1532282 "MACROAST" 1532396 T MACROAST (NIL) -8 NIL NIL) (-659 1528440 1530212 1530673 "M3D" 1531545 NIL M3D (NIL T) -8 NIL NIL) (-658 1522595 1526810 1526851 "LZSTAGG" 1527633 NIL LZSTAGG (NIL T) -9 NIL 1527928) (-657 1518568 1519726 1521183 "LZSTAGG-" 1521188 NIL LZSTAGG- (NIL T T) -8 NIL NIL) (-656 1515682 1516459 1516946 "LWORD" 1518113 NIL LWORD (NIL T) -8 NIL NIL) (-655 1515285 1515486 1515561 "LSTAST" 1515627 T LSTAST (NIL) -8 NIL NIL) (-654 1508486 1515056 1515190 "LSQM" 1515195 NIL LSQM (NIL NIL T) -8 NIL NIL) (-653 1507710 1507849 1508077 "LSPP" 1508341 NIL LSPP (NIL T T T T) -7 NIL NIL) (-652 1505522 1505823 1506279 "LSMP" 1507399 NIL LSMP (NIL T T T T) -7 NIL NIL) (-651 1502301 1502975 1503705 "LSMP1" 1504824 NIL LSMP1 (NIL T) -7 NIL NIL) (-650 1496227 1501469 1501510 "LSAGG" 1501572 NIL LSAGG (NIL T) -9 NIL 1501650) (-649 1492922 1493846 1495059 "LSAGG-" 1495064 NIL LSAGG- (NIL T T) -8 NIL NIL) (-648 1490548 1492066 1492315 "LPOLY" 1492717 NIL LPOLY (NIL T T) -8 NIL NIL) (-647 1490130 1490215 1490338 "LPEFRAC" 1490457 NIL LPEFRAC (NIL T) -7 NIL NIL) (-646 1488477 1489224 1489477 "LO" 1489962 NIL LO (NIL T T T) -8 NIL NIL) (-645 1488129 1488241 1488269 "LOGIC" 1488380 T LOGIC (NIL) -9 NIL 1488461) (-644 1487991 1488014 1488085 "LOGIC-" 1488090 NIL LOGIC- (NIL T) -8 NIL NIL) (-643 1487184 1487324 1487517 "LODOOPS" 1487847 NIL LODOOPS (NIL T T) -7 NIL NIL) (-642 1484642 1487100 1487166 "LODO" 1487171 NIL LODO (NIL T NIL) -8 NIL NIL) (-641 1483180 1483415 1483768 "LODOF" 1484389 NIL LODOF (NIL T T) -7 NIL NIL) (-640 1479623 1482020 1482061 "LODOCAT" 1482499 NIL LODOCAT (NIL T) -9 NIL 1482710) (-639 1479356 1479414 1479541 "LODOCAT-" 1479546 NIL LODOCAT- (NIL T T) -8 NIL NIL) (-638 1476711 1479197 1479315 "LODO2" 1479320 NIL LODO2 (NIL T T) -8 NIL NIL) (-637 1474181 1476648 1476693 "LODO1" 1476698 NIL LODO1 (NIL T) -8 NIL NIL) (-636 1473041 1473206 1473518 "LODEEF" 1474004 NIL LODEEF (NIL T T T) -7 NIL NIL) (-635 1468327 1471171 1471212 "LNAGG" 1472159 NIL LNAGG (NIL T) -9 NIL 1472603) (-634 1467474 1467688 1468030 "LNAGG-" 1468035 NIL LNAGG- (NIL T T) -8 NIL NIL) (-633 1463637 1464399 1465038 "LMOPS" 1466889 NIL LMOPS (NIL T T NIL) -8 NIL NIL) (-632 1463032 1463394 1463435 "LMODULE" 1463496 NIL LMODULE (NIL T) -9 NIL 1463538) (-631 1460278 1462677 1462800 "LMDICT" 1462942 NIL LMDICT (NIL T) -8 NIL NIL) (-630 1460004 1460186 1460246 "LITERAL" 1460251 NIL LITERAL (NIL T) -8 NIL NIL) (-629 1453231 1458950 1459248 "LIST" 1459739 NIL LIST (NIL T) -8 NIL NIL) (-628 1452756 1452830 1452969 "LIST3" 1453151 NIL LIST3 (NIL T T T) -7 NIL NIL) (-627 1451763 1451941 1452169 "LIST2" 1452574 NIL LIST2 (NIL T T) -7 NIL NIL) (-626 1449897 1450209 1450608 "LIST2MAP" 1451410 NIL LIST2MAP (NIL T T) -7 NIL NIL) (-625 1448647 1449283 1449324 "LINEXP" 1449579 NIL LINEXP (NIL T) -9 NIL 1449728) (-624 1447294 1447554 1447851 "LINDEP" 1448399 NIL LINDEP (NIL T T) -7 NIL NIL) (-623 1444061 1444780 1445557 "LIMITRF" 1446549 NIL LIMITRF (NIL T) -7 NIL NIL) (-622 1442337 1442632 1443048 "LIMITPS" 1443756 NIL LIMITPS (NIL T T) -7 NIL NIL) (-621 1436792 1441848 1442076 "LIE" 1442158 NIL LIE (NIL T T) -8 NIL NIL) (-620 1435841 1436284 1436324 "LIECAT" 1436464 NIL LIECAT (NIL T) -9 NIL 1436615) (-619 1435682 1435709 1435797 "LIECAT-" 1435802 NIL LIECAT- (NIL T T) -8 NIL NIL) (-618 1428294 1435131 1435296 "LIB" 1435537 T LIB (NIL) -8 NIL NIL) (-617 1423931 1424812 1425747 "LGROBP" 1427411 NIL LGROBP (NIL NIL T) -7 NIL NIL) (-616 1421797 1422071 1422433 "LF" 1423652 NIL LF (NIL T T) -7 NIL NIL) (-615 1420637 1421329 1421357 "LFCAT" 1421564 T LFCAT (NIL) -9 NIL 1421703) (-614 1417541 1418169 1418857 "LEXTRIPK" 1420001 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL) (-613 1414312 1415111 1415614 "LEXP" 1417121 NIL LEXP (NIL T T NIL) -8 NIL NIL) (-612 1413815 1414033 1414125 "LETAST" 1414240 T LETAST (NIL) -8 NIL NIL) (-611 1412213 1412526 1412927 "LEADCDET" 1413497 NIL LEADCDET (NIL T T T T) -7 NIL NIL) (-610 1411403 1411477 1411706 "LAZM3PK" 1412134 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL) (-609 1406359 1409480 1410018 "LAUPOL" 1410915 NIL LAUPOL (NIL T T) -8 NIL NIL) (-608 1405924 1405968 1406136 "LAPLACE" 1406309 NIL LAPLACE (NIL T T) -7 NIL NIL) (-607 1403898 1405025 1405276 "LA" 1405757 NIL LA (NIL T T T) -8 NIL NIL) (-606 1402999 1403549 1403590 "LALG" 1403652 NIL LALG (NIL T) -9 NIL 1403711) (-605 1402713 1402772 1402908 "LALG-" 1402913 NIL LALG- (NIL T T) -8 NIL NIL) (-604 1402548 1402572 1402613 "KVTFROM" 1402675 NIL KVTFROM (NIL T) -9 NIL NIL) (-603 1401348 1401765 1401994 "KTVLOGIC" 1402339 T KTVLOGIC (NIL) -8 NIL NIL) (-602 1401183 1401207 1401248 "KRCFROM" 1401310 NIL KRCFROM (NIL T) -9 NIL NIL) (-601 1400087 1400274 1400573 "KOVACIC" 1400983 NIL KOVACIC (NIL T T) -7 NIL NIL) (-600 1399922 1399946 1399987 "KONVERT" 1400049 NIL KONVERT (NIL T) -9 NIL NIL) (-599 1399757 1399781 1399822 "KOERCE" 1399884 NIL KOERCE (NIL T) -9 NIL NIL) (-598 1397491 1398251 1398644 "KERNEL" 1399396 NIL KERNEL (NIL T) -8 NIL NIL) (-597 1396993 1397074 1397204 "KERNEL2" 1397405 NIL KERNEL2 (NIL T T) -7 NIL NIL) (-596 1390844 1395532 1395586 "KDAGG" 1395963 NIL KDAGG (NIL T T) -9 NIL 1396169) (-595 1390373 1390497 1390702 "KDAGG-" 1390707 NIL KDAGG- (NIL T T T) -8 NIL NIL) (-594 1383548 1390034 1390189 "KAFILE" 1390251 NIL KAFILE (NIL T) -8 NIL NIL) (-593 1378003 1383059 1383287 "JORDAN" 1383369 NIL JORDAN (NIL T T) -8 NIL NIL) (-592 1377409 1377652 1377773 "JOINAST" 1377902 T JOINAST (NIL) -8 NIL NIL) (-591 1377138 1377197 1377284 "JAVACODE" 1377342 T JAVACODE (NIL) -8 NIL NIL) (-590 1373437 1375343 1375397 "IXAGG" 1376326 NIL IXAGG (NIL T T) -9 NIL 1376785) (-589 1372356 1372662 1373081 "IXAGG-" 1373086 NIL IXAGG- (NIL T T T) -8 NIL NIL) (-588 1367936 1372278 1372337 "IVECTOR" 1372342 NIL IVECTOR (NIL T NIL) -8 NIL NIL) (-587 1366702 1366939 1367205 "ITUPLE" 1367703 NIL ITUPLE (NIL T) -8 NIL NIL) (-586 1365138 1365315 1365621 "ITRIGMNP" 1366524 NIL ITRIGMNP (NIL T T T) -7 NIL NIL) (-585 1363883 1364087 1364370 "ITFUN3" 1364914 NIL ITFUN3 (NIL T T T) -7 NIL NIL) (-584 1363515 1363572 1363681 "ITFUN2" 1363820 NIL ITFUN2 (NIL T T) -7 NIL NIL) (-583 1361352 1362377 1362676 "ITAYLOR" 1363249 NIL ITAYLOR (NIL T) -8 NIL NIL) (-582 1350334 1355489 1356652 "ISUPS" 1360222 NIL ISUPS (NIL T) -8 NIL NIL) (-581 1349438 1349578 1349814 "ISUMP" 1350181 NIL ISUMP (NIL T T T T) -7 NIL NIL) (-580 1344702 1349239 1349318 "ISTRING" 1349391 NIL ISTRING (NIL NIL) -8 NIL NIL) (-579 1344205 1344423 1344515 "ISAST" 1344630 T ISAST (NIL) -8 NIL NIL) (-578 1343415 1343496 1343712 "IRURPK" 1344119 NIL IRURPK (NIL T T T T T) -7 NIL NIL) (-577 1342351 1342552 1342792 "IRSN" 1343195 T IRSN (NIL) -7 NIL NIL) (-576 1340380 1340735 1341171 "IRRF2F" 1341989 NIL IRRF2F (NIL T) -7 NIL NIL) (-575 1340127 1340165 1340241 "IRREDFFX" 1340336 NIL IRREDFFX (NIL T) -7 NIL NIL) (-574 1338742 1339001 1339300 "IROOT" 1339860 NIL IROOT (NIL T) -7 NIL NIL) (-573 1335374 1336426 1337118 "IR" 1338082 NIL IR (NIL T) -8 NIL NIL) (-572 1332987 1333482 1334048 "IR2" 1334852 NIL IR2 (NIL T T) -7 NIL NIL) (-571 1332059 1332172 1332393 "IR2F" 1332870 NIL IR2F (NIL T T) -7 NIL NIL) (-570 1331850 1331884 1331944 "IPRNTPK" 1332019 T IPRNTPK (NIL) -7 NIL NIL) (-569 1328469 1331739 1331808 "IPF" 1331813 NIL IPF (NIL NIL) -8 NIL NIL) (-568 1326832 1328394 1328451 "IPADIC" 1328456 NIL IPADIC (NIL NIL NIL) -8 NIL NIL) (-567 1326163 1326390 1326527 "IP4ADDR" 1326715 T IP4ADDR (NIL) -8 NIL NIL) (-566 1325663 1325867 1325977 "IOMODE" 1326073 T IOMODE (NIL) -8 NIL NIL) (-565 1325021 1325260 1325387 "IOBFILE" 1325556 T IOBFILE (NIL) -8 NIL NIL) (-564 1324785 1324925 1324953 "IOBCON" 1324958 T IOBCON (NIL) -9 NIL 1324979) (-563 1324282 1324340 1324530 "INVLAPLA" 1324721 NIL INVLAPLA (NIL T T) -7 NIL NIL) (-562 1313931 1316284 1318670 "INTTR" 1321946 NIL INTTR (NIL T T) -7 NIL NIL) (-561 1310275 1311017 1311881 "INTTOOLS" 1313116 NIL INTTOOLS (NIL T T) -7 NIL NIL) (-560 1309861 1309952 1310069 "INTSLPE" 1310178 T INTSLPE (NIL) -7 NIL NIL) (-559 1307856 1309784 1309843 "INTRVL" 1309848 NIL INTRVL (NIL T) -8 NIL NIL) (-558 1305458 1305970 1306545 "INTRF" 1307341 NIL INTRF (NIL T) -7 NIL NIL) (-557 1304869 1304966 1305108 "INTRET" 1305356 NIL INTRET (NIL T) -7 NIL NIL) (-556 1302866 1303255 1303725 "INTRAT" 1304477 NIL INTRAT (NIL T T) -7 NIL NIL) (-555 1300094 1300677 1301303 "INTPM" 1302351 NIL INTPM (NIL T T) -7 NIL NIL) (-554 1296797 1297396 1298141 "INTPAF" 1299480 NIL INTPAF (NIL T T T) -7 NIL NIL) (-553 1291976 1292938 1293989 "INTPACK" 1295766 T INTPACK (NIL) -7 NIL NIL) (-552 1288888 1291705 1291832 "INT" 1291869 T INT (NIL) -8 NIL NIL) (-551 1288140 1288292 1288500 "INTHERTR" 1288730 NIL INTHERTR (NIL T T) -7 NIL NIL) (-550 1287579 1287659 1287847 "INTHERAL" 1288054 NIL INTHERAL (NIL T T T T) -7 NIL NIL) (-549 1285425 1285868 1286325 "INTHEORY" 1287142 T INTHEORY (NIL) -7 NIL NIL) (-548 1276733 1278354 1280133 "INTG0" 1283777 NIL INTG0 (NIL T T T) -7 NIL NIL) (-547 1257306 1262096 1266906 "INTFTBL" 1271943 T INTFTBL (NIL) -8 NIL NIL) (-546 1256555 1256693 1256866 "INTFACT" 1257165 NIL INTFACT (NIL T) -7 NIL NIL) (-545 1253940 1254386 1254950 "INTEF" 1256109 NIL INTEF (NIL T T) -7 NIL NIL) (-544 1252442 1253147 1253175 "INTDOM" 1253476 T INTDOM (NIL) -9 NIL 1253683) (-543 1251811 1251985 1252227 "INTDOM-" 1252232 NIL INTDOM- (NIL T) -8 NIL NIL) (-542 1248344 1250230 1250284 "INTCAT" 1251083 NIL INTCAT (NIL T) -9 NIL 1251403) (-541 1247817 1247919 1248047 "INTBIT" 1248236 T INTBIT (NIL) -7 NIL NIL) (-540 1246488 1246642 1246956 "INTALG" 1247662 NIL INTALG (NIL T T T T T) -7 NIL NIL) (-539 1245945 1246035 1246205 "INTAF" 1246392 NIL INTAF (NIL T T) -7 NIL NIL) (-538 1239399 1245755 1245895 "INTABL" 1245900 NIL INTABL (NIL T T T) -8 NIL NIL) (-537 1234452 1237123 1237151 "INS" 1238085 T INS (NIL) -9 NIL 1238750) (-536 1231692 1232463 1233437 "INS-" 1233510 NIL INS- (NIL T) -8 NIL NIL) (-535 1230467 1230694 1230992 "INPSIGN" 1231445 NIL INPSIGN (NIL T T) -7 NIL NIL) (-534 1229585 1229702 1229899 "INPRODPF" 1230347 NIL INPRODPF (NIL T T) -7 NIL NIL) (-533 1228479 1228596 1228833 "INPRODFF" 1229465 NIL INPRODFF (NIL T T T T) -7 NIL NIL) (-532 1227479 1227631 1227891 "INNMFACT" 1228315 NIL INNMFACT (NIL T T T T) -7 NIL NIL) (-531 1226676 1226773 1226961 "INMODGCD" 1227378 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL) (-530 1225185 1225429 1225753 "INFSP" 1226421 NIL INFSP (NIL T T T) -7 NIL NIL) (-529 1224369 1224486 1224669 "INFPROD0" 1225065 NIL INFPROD0 (NIL T T) -7 NIL NIL) (-528 1221251 1222434 1222949 "INFORM" 1223862 T INFORM (NIL) -8 NIL NIL) (-527 1220861 1220921 1221019 "INFORM1" 1221186 NIL INFORM1 (NIL T) -7 NIL NIL) (-526 1220384 1220473 1220587 "INFINITY" 1220767 T INFINITY (NIL) -7 NIL NIL) (-525 1219829 1220102 1220210 "INETCLTS" 1220296 T INETCLTS (NIL) -8 NIL NIL) (-524 1218446 1218695 1219016 "INEP" 1219577 NIL INEP (NIL T T T) -7 NIL NIL) (-523 1217722 1218343 1218408 "INDE" 1218413 NIL INDE (NIL T) -8 NIL NIL) (-522 1217286 1217354 1217471 "INCRMAPS" 1217649 NIL INCRMAPS (NIL T) -7 NIL NIL) (-521 1216304 1216555 1216761 "INBFILE" 1217100 T INBFILE (NIL) -8 NIL NIL) (-520 1211615 1212540 1213484 "INBFF" 1215392 NIL INBFF (NIL T) -7 NIL NIL) (-519 1211284 1211360 1211388 "INBCON" 1211521 T INBCON (NIL) -9 NIL 1211599) (-518 1211124 1211159 1211235 "INBCON-" 1211240 NIL INBCON- (NIL T) -8 NIL NIL) (-517 1210626 1210845 1210937 "INAST" 1211052 T INAST (NIL) -8 NIL NIL) (-516 1210080 1210305 1210411 "IMPTAST" 1210540 T IMPTAST (NIL) -8 NIL NIL) (-515 1206574 1209924 1210028 "IMATRIX" 1210033 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL) (-514 1205286 1205409 1205724 "IMATQF" 1206430 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL) (-513 1203506 1203733 1204070 "IMATLIN" 1205042 NIL IMATLIN (NIL T T T T) -7 NIL NIL) (-512 1198132 1203430 1203488 "ILIST" 1203493 NIL ILIST (NIL T NIL) -8 NIL NIL) (-511 1196085 1197992 1198105 "IIARRAY2" 1198110 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL) (-510 1191518 1195996 1196060 "IFF" 1196065 NIL IFF (NIL NIL NIL) -8 NIL NIL) (-509 1190892 1191135 1191251 "IFAST" 1191422 T IFAST (NIL) -8 NIL NIL) (-508 1185935 1190184 1190372 "IFARRAY" 1190749 NIL IFARRAY (NIL T NIL) -8 NIL NIL) (-507 1185142 1185839 1185912 "IFAMON" 1185917 NIL IFAMON (NIL T T NIL) -8 NIL NIL) (-506 1184726 1184791 1184845 "IEVALAB" 1185052 NIL IEVALAB (NIL T T) -9 NIL NIL) (-505 1184401 1184469 1184629 "IEVALAB-" 1184634 NIL IEVALAB- (NIL T T T) -8 NIL NIL) (-504 1184059 1184315 1184378 "IDPO" 1184383 NIL IDPO (NIL T T) -8 NIL NIL) (-503 1183336 1183948 1184023 "IDPOAMS" 1184028 NIL IDPOAMS (NIL T T) -8 NIL NIL) (-502 1182670 1183225 1183300 "IDPOAM" 1183305 NIL IDPOAM (NIL T T) -8 NIL NIL) (-501 1181755 1182005 1182058 "IDPC" 1182471 NIL IDPC (NIL T T) -9 NIL 1182620) (-500 1181251 1181647 1181720 "IDPAM" 1181725 NIL IDPAM (NIL T T) -8 NIL NIL) (-499 1180654 1181143 1181216 "IDPAG" 1181221 NIL IDPAG (NIL T T) -8 NIL NIL) (-498 1180384 1180569 1180619 "IDENT" 1180624 T IDENT (NIL) -8 NIL NIL) (-497 1176639 1177487 1178382 "IDECOMP" 1179541 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL) (-496 1169512 1170562 1171609 "IDEAL" 1175675 NIL IDEAL (NIL T T T T) -8 NIL NIL) (-495 1168676 1168788 1168987 "ICDEN" 1169396 NIL ICDEN (NIL T T T T) -7 NIL NIL) (-494 1167775 1168156 1168303 "ICARD" 1168549 T ICARD (NIL) -8 NIL NIL) (-493 1165835 1166148 1166553 "IBPTOOLS" 1167452 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL) (-492 1161469 1165455 1165568 "IBITS" 1165754 NIL IBITS (NIL NIL) -8 NIL NIL) (-491 1158192 1158768 1159463 "IBATOOL" 1160886 NIL IBATOOL (NIL T T T) -7 NIL NIL) (-490 1155972 1156433 1156966 "IBACHIN" 1157727 NIL IBACHIN (NIL T T T) -7 NIL NIL) (-489 1153849 1155818 1155921 "IARRAY2" 1155926 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL) (-488 1150002 1153775 1153832 "IARRAY1" 1153837 NIL IARRAY1 (NIL T NIL) -8 NIL NIL) (-487 1143995 1148414 1148895 "IAN" 1149541 T IAN (NIL) -8 NIL NIL) (-486 1143506 1143563 1143736 "IALGFACT" 1143932 NIL IALGFACT (NIL T T T T) -7 NIL NIL) (-485 1143034 1143147 1143175 "HYPCAT" 1143382 T HYPCAT (NIL) -9 NIL NIL) (-484 1142572 1142689 1142875 "HYPCAT-" 1142880 NIL HYPCAT- (NIL T) -8 NIL NIL) (-483 1142194 1142367 1142450 "HOSTNAME" 1142509 T HOSTNAME (NIL) -8 NIL NIL) (-482 1138873 1140204 1140245 "HOAGG" 1141226 NIL HOAGG (NIL T) -9 NIL 1141905) (-481 1137467 1137866 1138392 "HOAGG-" 1138397 NIL HOAGG- (NIL T T) -8 NIL NIL) (-480 1131353 1136908 1137074 "HEXADEC" 1137321 T HEXADEC (NIL) -8 NIL NIL) (-479 1130101 1130323 1130586 "HEUGCD" 1131130 NIL HEUGCD (NIL T) -7 NIL NIL) (-478 1129204 1129938 1130068 "HELLFDIV" 1130073 NIL HELLFDIV (NIL T T T T) -8 NIL NIL) (-477 1127432 1128981 1129069 "HEAP" 1129148 NIL HEAP (NIL T) -8 NIL NIL) (-476 1126723 1126984 1127118 "HEADAST" 1127318 T HEADAST (NIL) -8 NIL NIL) (-475 1120643 1126638 1126700 "HDP" 1126705 NIL HDP (NIL NIL T) -8 NIL NIL) (-474 1114394 1120278 1120430 "HDMP" 1120544 NIL HDMP (NIL NIL T) -8 NIL NIL) (-473 1113719 1113858 1114022 "HB" 1114250 T HB (NIL) -7 NIL NIL) (-472 1107216 1113565 1113669 "HASHTBL" 1113674 NIL HASHTBL (NIL T T NIL) -8 NIL NIL) (-471 1106719 1106937 1107029 "HASAST" 1107144 T HASAST (NIL) -8 NIL NIL) (-470 1104531 1106341 1106523 "HACKPI" 1106557 T HACKPI (NIL) -8 NIL NIL) (-469 1100226 1104384 1104497 "GTSET" 1104502 NIL GTSET (NIL T T T T) -8 NIL NIL) (-468 1093752 1100104 1100202 "GSTBL" 1100207 NIL GSTBL (NIL T T T NIL) -8 NIL NIL) (-467 1086065 1092783 1093048 "GSERIES" 1093543 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL) (-466 1085232 1085623 1085651 "GROUP" 1085854 T GROUP (NIL) -9 NIL 1085988) (-465 1084598 1084757 1085008 "GROUP-" 1085013 NIL GROUP- (NIL T) -8 NIL NIL) (-464 1082967 1083286 1083673 "GROEBSOL" 1084275 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL) (-463 1081907 1082169 1082220 "GRMOD" 1082749 NIL GRMOD (NIL T T) -9 NIL 1082917) (-462 1081675 1081711 1081839 "GRMOD-" 1081844 NIL GRMOD- (NIL T T T) -8 NIL NIL) (-461 1077000 1078029 1079029 "GRIMAGE" 1080695 T GRIMAGE (NIL) -8 NIL NIL) (-460 1075467 1075727 1076051 "GRDEF" 1076696 T GRDEF (NIL) -7 NIL NIL) (-459 1074911 1075027 1075168 "GRAY" 1075346 T GRAY (NIL) -7 NIL NIL) (-458 1074142 1074522 1074573 "GRALG" 1074726 NIL GRALG (NIL T T) -9 NIL 1074819) (-457 1073803 1073876 1074039 "GRALG-" 1074044 NIL GRALG- (NIL T T T) -8 NIL NIL) (-456 1070607 1073388 1073566 "GPOLSET" 1073710 NIL GPOLSET (NIL T T T T) -8 NIL NIL) (-455 1069961 1070018 1070276 "GOSPER" 1070544 NIL GOSPER (NIL T T T T T) -7 NIL NIL) (-454 1065720 1066399 1066925 "GMODPOL" 1069660 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL) (-453 1064725 1064909 1065147 "GHENSEL" 1065532 NIL GHENSEL (NIL T T) -7 NIL NIL) (-452 1058776 1059619 1060646 "GENUPS" 1063809 NIL GENUPS (NIL T T) -7 NIL NIL) (-451 1058473 1058524 1058613 "GENUFACT" 1058719 NIL GENUFACT (NIL T) -7 NIL NIL) (-450 1057885 1057962 1058127 "GENPGCD" 1058391 NIL GENPGCD (NIL T T T T) -7 NIL NIL) (-449 1057359 1057394 1057607 "GENMFACT" 1057844 NIL GENMFACT (NIL T T T T T) -7 NIL NIL) (-448 1055927 1056182 1056489 "GENEEZ" 1057102 NIL GENEEZ (NIL T T) -7 NIL NIL) (-447 1049840 1055538 1055700 "GDMP" 1055850 NIL GDMP (NIL NIL T T) -8 NIL NIL) (-446 1039217 1043611 1044717 "GCNAALG" 1048823 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL) (-445 1037679 1038507 1038535 "GCDDOM" 1038790 T GCDDOM (NIL) -9 NIL 1038947) (-444 1037149 1037276 1037491 "GCDDOM-" 1037496 NIL GCDDOM- (NIL T) -8 NIL NIL) (-443 1035821 1036006 1036310 "GB" 1036928 NIL GB (NIL T T T T) -7 NIL NIL) (-442 1024441 1026767 1029159 "GBINTERN" 1033512 NIL GBINTERN (NIL T T T T) -7 NIL NIL) (-441 1022278 1022570 1022991 "GBF" 1024116 NIL GBF (NIL T T T T) -7 NIL NIL) (-440 1021059 1021224 1021491 "GBEUCLID" 1022094 NIL GBEUCLID (NIL T T T T) -7 NIL NIL) (-439 1020408 1020533 1020682 "GAUSSFAC" 1020930 T GAUSSFAC (NIL) -7 NIL NIL) (-438 1018775 1019077 1019391 "GALUTIL" 1020127 NIL GALUTIL (NIL T) -7 NIL NIL) (-437 1017083 1017357 1017681 "GALPOLYU" 1018502 NIL GALPOLYU (NIL T T) -7 NIL NIL) (-436 1014448 1014738 1015145 "GALFACTU" 1016780 NIL GALFACTU (NIL T T T) -7 NIL NIL) (-435 1006254 1007753 1009361 "GALFACT" 1012880 NIL GALFACT (NIL T) -7 NIL NIL) (-434 1003642 1004300 1004328 "FVFUN" 1005484 T FVFUN (NIL) -9 NIL 1006204) (-433 1002908 1003090 1003118 "FVC" 1003409 T FVC (NIL) -9 NIL 1003592) (-432 1002550 1002705 1002786 "FUNCTION" 1002860 NIL FUNCTION (NIL NIL) -8 NIL NIL) (-431 1000220 1000771 1001260 "FT" 1002081 T FT (NIL) -8 NIL NIL) (-430 999038 999521 999724 "FTEM" 1000037 T FTEM (NIL) -8 NIL NIL) (-429 997294 997583 997987 "FSUPFACT" 998729 NIL FSUPFACT (NIL T T T) -7 NIL NIL) (-428 995691 995980 996312 "FST" 996982 T FST (NIL) -8 NIL NIL) (-427 994862 994968 995163 "FSRED" 995573 NIL FSRED (NIL T T) -7 NIL NIL) (-426 993541 993796 994150 "FSPRMELT" 994577 NIL FSPRMELT (NIL T T) -7 NIL NIL) (-425 990626 991064 991563 "FSPECF" 993104 NIL FSPECF (NIL T T) -7 NIL NIL) (-424 973068 981510 981550 "FS" 985398 NIL FS (NIL T) -9 NIL 987687) (-423 961718 964708 968764 "FS-" 969061 NIL FS- (NIL T T) -8 NIL NIL) (-422 961232 961286 961463 "FSINT" 961659 NIL FSINT (NIL T T) -7 NIL NIL) (-421 959559 960225 960528 "FSERIES" 961011 NIL FSERIES (NIL T T) -8 NIL NIL) (-420 958573 958689 958920 "FSCINT" 959439 NIL FSCINT (NIL T T) -7 NIL NIL) (-419 954807 957517 957558 "FSAGG" 957928 NIL FSAGG (NIL T) -9 NIL 958187) (-418 952569 953170 953966 "FSAGG-" 954061 NIL FSAGG- (NIL T T) -8 NIL NIL) (-417 951611 951754 951981 "FSAGG2" 952422 NIL FSAGG2 (NIL T T T T) -7 NIL NIL) (-416 949266 949545 950099 "FS2UPS" 951329 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL) (-415 948848 948891 949046 "FS2" 949217 NIL FS2 (NIL T T T T) -7 NIL NIL) (-414 947705 947876 948185 "FS2EXPXP" 948673 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL) (-413 947131 947246 947398 "FRUTIL" 947585 NIL FRUTIL (NIL T) -7 NIL NIL) (-412 938586 942626 943984 "FR" 945805 NIL FR (NIL T) -8 NIL NIL) (-411 933661 936304 936344 "FRNAALG" 937740 NIL FRNAALG (NIL T) -9 NIL 938347) (-410 929339 930410 931685 "FRNAALG-" 932435 NIL FRNAALG- (NIL T T) -8 NIL NIL) (-409 928977 929020 929147 "FRNAAF2" 929290 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL) (-408 927384 927831 928126 "FRMOD" 928789 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL) (-407 925163 925767 926084 "FRIDEAL" 927175 NIL FRIDEAL (NIL T T T T) -8 NIL NIL) (-406 924358 924445 924734 "FRIDEAL2" 925070 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL) (-405 923600 924014 924055 "FRETRCT" 924060 NIL FRETRCT (NIL T) -9 NIL 924236) (-404 922712 922943 923294 "FRETRCT-" 923299 NIL FRETRCT- (NIL T T) -8 NIL NIL) (-403 919962 921138 921197 "FRAMALG" 922079 NIL FRAMALG (NIL T T) -9 NIL 922371) (-402 918096 918551 919181 "FRAMALG-" 919404 NIL FRAMALG- (NIL T T T) -8 NIL NIL) (-401 912054 917571 917847 "FRAC" 917852 NIL FRAC (NIL T) -8 NIL NIL) (-400 911690 911747 911854 "FRAC2" 911991 NIL FRAC2 (NIL T T) -7 NIL NIL) (-399 911326 911383 911490 "FR2" 911627 NIL FR2 (NIL T T) -7 NIL NIL) (-398 906055 908903 908931 "FPS" 910050 T FPS (NIL) -9 NIL 910607) (-397 905504 905613 905777 "FPS-" 905923 NIL FPS- (NIL T) -8 NIL NIL) (-396 903010 904645 904673 "FPC" 904898 T FPC (NIL) -9 NIL 905040) (-395 902803 902843 902940 "FPC-" 902945 NIL FPC- (NIL T) -8 NIL NIL) (-394 901681 902291 902332 "FPATMAB" 902337 NIL FPATMAB (NIL T) -9 NIL 902489) (-393 899381 899857 900283 "FPARFRAC" 901318 NIL FPARFRAC (NIL T T) -8 NIL NIL) (-392 894774 895273 895955 "FORTRAN" 898813 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL) (-391 892490 892990 893529 "FORT" 894255 T FORT (NIL) -7 NIL NIL) (-390 890166 890728 890756 "FORTFN" 891816 T FORTFN (NIL) -9 NIL 892440) (-389 889930 889980 890008 "FORTCAT" 890067 T FORTCAT (NIL) -9 NIL 890129) (-388 887990 888473 888872 "FORMULA" 889551 T FORMULA (NIL) -8 NIL NIL) (-387 887778 887808 887877 "FORMULA1" 887954 NIL FORMULA1 (NIL T) -7 NIL NIL) (-386 887301 887353 887526 "FORDER" 887720 NIL FORDER (NIL T T T T) -7 NIL NIL) (-385 886397 886561 886754 "FOP" 887128 T FOP (NIL) -7 NIL NIL) (-384 885005 885677 885851 "FNLA" 886279 NIL FNLA (NIL NIL NIL T) -8 NIL NIL) (-383 883673 884062 884090 "FNCAT" 884662 T FNCAT (NIL) -9 NIL 884955) (-382 883239 883632 883660 "FNAME" 883665 T FNAME (NIL) -8 NIL NIL) (-381 881937 882866 882894 "FMTC" 882899 T FMTC (NIL) -9 NIL 882935) (-380 878299 879460 880089 "FMONOID" 881341 NIL FMONOID (NIL T) -8 NIL NIL) (-379 877518 878041 878190 "FM" 878195 NIL FM (NIL T T) -8 NIL NIL) (-378 874942 875588 875616 "FMFUN" 876760 T FMFUN (NIL) -9 NIL 877468) (-377 874211 874392 874420 "FMC" 874710 T FMC (NIL) -9 NIL 874892) (-376 871423 872257 872311 "FMCAT" 873506 NIL FMCAT (NIL T T) -9 NIL 874001) (-375 870316 871189 871289 "FM1" 871368 NIL FM1 (NIL T T) -8 NIL NIL) (-374 868090 868506 869000 "FLOATRP" 869867 NIL FLOATRP (NIL T) -7 NIL NIL) (-373 861641 865746 866376 "FLOAT" 867480 T FLOAT (NIL) -8 NIL NIL) (-372 859079 859579 860157 "FLOATCP" 861108 NIL FLOATCP (NIL T) -7 NIL NIL) (-371 857908 858712 858753 "FLINEXP" 858758 NIL FLINEXP (NIL T) -9 NIL 858851) (-370 857062 857297 857625 "FLINEXP-" 857630 NIL FLINEXP- (NIL T T) -8 NIL NIL) (-369 856138 856282 856506 "FLASORT" 856914 NIL FLASORT (NIL T T) -7 NIL NIL) (-368 853355 854197 854249 "FLALG" 855476 NIL FLALG (NIL T T) -9 NIL 855943) (-367 847139 850841 850882 "FLAGG" 852144 NIL FLAGG (NIL T) -9 NIL 852796) (-366 845865 846204 846694 "FLAGG-" 846699 NIL FLAGG- (NIL T T) -8 NIL NIL) (-365 844907 845050 845277 "FLAGG2" 845718 NIL FLAGG2 (NIL T T T T) -7 NIL NIL) (-364 841920 842894 842953 "FINRALG" 844081 NIL FINRALG (NIL T T) -9 NIL 844589) (-363 841080 841309 841648 "FINRALG-" 841653 NIL FINRALG- (NIL T T T) -8 NIL NIL) (-362 840486 840699 840727 "FINITE" 840923 T FINITE (NIL) -9 NIL 841030) (-361 832944 835105 835145 "FINAALG" 838812 NIL FINAALG (NIL T) -9 NIL 840265) (-360 828285 829326 830470 "FINAALG-" 831849 NIL FINAALG- (NIL T T) -8 NIL NIL) (-359 827680 828040 828143 "FILE" 828215 NIL FILE (NIL T) -8 NIL NIL) (-358 826364 826676 826730 "FILECAT" 827414 NIL FILECAT (NIL T T) -9 NIL 827630) (-357 824284 825778 825806 "FIELD" 825846 T FIELD (NIL) -9 NIL 825926) (-356 822904 823289 823800 "FIELD-" 823805 NIL FIELD- (NIL T) -8 NIL NIL) (-355 820782 821539 821886 "FGROUP" 822590 NIL FGROUP (NIL T) -8 NIL NIL) (-354 819872 820036 820256 "FGLMICPK" 820614 NIL FGLMICPK (NIL T NIL) -7 NIL NIL) (-353 815739 819797 819854 "FFX" 819859 NIL FFX (NIL T NIL) -8 NIL NIL) (-352 815340 815401 815536 "FFSLPE" 815672 NIL FFSLPE (NIL T T T) -7 NIL NIL) (-351 811333 812112 812908 "FFPOLY" 814576 NIL FFPOLY (NIL T) -7 NIL NIL) (-350 810837 810873 811082 "FFPOLY2" 811291 NIL FFPOLY2 (NIL T T) -7 NIL NIL) (-349 806723 810756 810819 "FFP" 810824 NIL FFP (NIL T NIL) -8 NIL NIL) (-348 802156 806634 806698 "FF" 806703 NIL FF (NIL NIL NIL) -8 NIL NIL) (-347 797317 801499 801689 "FFNBX" 802010 NIL FFNBX (NIL T NIL) -8 NIL NIL) (-346 792291 796452 796710 "FFNBP" 797171 NIL FFNBP (NIL T NIL) -8 NIL NIL) (-345 786959 791575 791786 "FFNB" 792124 NIL FFNB (NIL NIL NIL) -8 NIL NIL) (-344 785791 785989 786304 "FFINTBAS" 786756 NIL FFINTBAS (NIL T T T) -7 NIL NIL) (-343 782075 784250 784278 "FFIELDC" 784898 T FFIELDC (NIL) -9 NIL 785274) (-342 780738 781108 781605 "FFIELDC-" 781610 NIL FFIELDC- (NIL T) -8 NIL NIL) (-341 780308 780353 780477 "FFHOM" 780680 NIL FFHOM (NIL T T T) -7 NIL NIL) (-340 778006 778490 779007 "FFF" 779823 NIL FFF (NIL T) -7 NIL NIL) (-339 773659 777748 777849 "FFCGX" 777949 NIL FFCGX (NIL T NIL) -8 NIL NIL) (-338 769326 773391 773498 "FFCGP" 773602 NIL FFCGP (NIL T NIL) -8 NIL NIL) (-337 764544 769053 769161 "FFCG" 769262 NIL FFCG (NIL NIL NIL) -8 NIL NIL) (-336 746602 755638 755724 "FFCAT" 760889 NIL FFCAT (NIL T T T) -9 NIL 762340) (-335 741800 742847 744161 "FFCAT-" 745391 NIL FFCAT- (NIL T T T T) -8 NIL NIL) (-334 741211 741254 741489 "FFCAT2" 741751 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL) (-333 730423 734183 735403 "FEXPR" 740063 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL) (-332 729423 729858 729899 "FEVALAB" 729983 NIL FEVALAB (NIL T) -9 NIL 730244) (-331 728582 728792 729130 "FEVALAB-" 729135 NIL FEVALAB- (NIL T T) -8 NIL NIL) (-330 727175 727965 728168 "FDIV" 728481 NIL FDIV (NIL T T T T) -8 NIL NIL) (-329 724241 724956 725071 "FDIVCAT" 726639 NIL FDIVCAT (NIL T T T T) -9 NIL 727076) (-328 724003 724030 724200 "FDIVCAT-" 724205 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL) (-327 723223 723310 723587 "FDIV2" 723910 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL) (-326 721909 722168 722457 "FCPAK1" 722954 T FCPAK1 (NIL) -7 NIL NIL) (-325 721037 721409 721550 "FCOMP" 721800 NIL FCOMP (NIL T) -8 NIL NIL) (-324 704672 708086 711647 "FC" 717496 T FC (NIL) -8 NIL NIL) (-323 697325 701306 701346 "FAXF" 703148 NIL FAXF (NIL T) -9 NIL 703840) (-322 694604 695259 696084 "FAXF-" 696549 NIL FAXF- (NIL T T) -8 NIL NIL) (-321 689704 693980 694156 "FARRAY" 694461 NIL FARRAY (NIL T) -8 NIL NIL) (-320 685111 687143 687196 "FAMR" 688219 NIL FAMR (NIL T T) -9 NIL 688679) (-319 684001 684303 684738 "FAMR-" 684743 NIL FAMR- (NIL T T T) -8 NIL NIL) (-318 683197 683923 683976 "FAMONOID" 683981 NIL FAMONOID (NIL T) -8 NIL NIL) (-317 681027 681711 681764 "FAMONC" 682705 NIL FAMONC (NIL T T) -9 NIL 683091) (-316 679719 680781 680918 "FAGROUP" 680923 NIL FAGROUP (NIL T) -8 NIL NIL) (-315 677514 677833 678236 "FACUTIL" 679400 NIL FACUTIL (NIL T T T T) -7 NIL NIL) (-314 676613 676798 677020 "FACTFUNC" 677324 NIL FACTFUNC (NIL T) -7 NIL NIL) (-313 669018 675864 676076 "EXPUPXS" 676469 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL) (-312 666501 667041 667627 "EXPRTUBE" 668452 T EXPRTUBE (NIL) -7 NIL NIL) (-311 662695 663287 664024 "EXPRODE" 665840 NIL EXPRODE (NIL T T) -7 NIL NIL) (-310 648069 661350 661778 "EXPR" 662299 NIL EXPR (NIL T) -8 NIL NIL) (-309 642476 643063 643876 "EXPR2UPS" 647367 NIL EXPR2UPS (NIL T T) -7 NIL NIL) (-308 642112 642169 642276 "EXPR2" 642413 NIL EXPR2 (NIL T T) -7 NIL NIL) (-307 633517 641244 641541 "EXPEXPAN" 641949 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL) (-306 633344 633474 633503 "EXIT" 633508 T EXIT (NIL) -8 NIL NIL) (-305 632851 633068 633159 "EXITAST" 633273 T EXITAST (NIL) -8 NIL NIL) (-304 632478 632540 632653 "EVALCYC" 632783 NIL EVALCYC (NIL T) -7 NIL NIL) (-303 632019 632137 632178 "EVALAB" 632348 NIL EVALAB (NIL T) -9 NIL 632452) (-302 631500 631622 631843 "EVALAB-" 631848 NIL EVALAB- (NIL T T) -8 NIL NIL) (-301 629003 630271 630299 "EUCDOM" 630854 T EUCDOM (NIL) -9 NIL 631204) (-300 627408 627850 628440 "EUCDOM-" 628445 NIL EUCDOM- (NIL T) -8 NIL NIL) (-299 614948 617706 620456 "ESTOOLS" 624678 T ESTOOLS (NIL) -7 NIL NIL) (-298 614580 614637 614746 "ESTOOLS2" 614885 NIL ESTOOLS2 (NIL T T) -7 NIL NIL) (-297 614331 614373 614453 "ESTOOLS1" 614532 NIL ESTOOLS1 (NIL T) -7 NIL NIL) (-296 608256 609984 610012 "ES" 612780 T ES (NIL) -9 NIL 614189) (-295 603203 604490 606307 "ES-" 606471 NIL ES- (NIL T) -8 NIL NIL) (-294 599578 600338 601118 "ESCONT" 602443 T ESCONT (NIL) -7 NIL NIL) (-293 599323 599355 599437 "ESCONT1" 599540 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL) (-292 598998 599048 599148 "ES2" 599267 NIL ES2 (NIL T T) -7 NIL NIL) (-291 598628 598686 598795 "ES1" 598934 NIL ES1 (NIL T T) -7 NIL NIL) (-290 597844 597973 598149 "ERROR" 598472 T ERROR (NIL) -7 NIL NIL) (-289 591347 597703 597794 "EQTBL" 597799 NIL EQTBL (NIL T T) -8 NIL NIL) (-288 583904 586661 588110 "EQ" 589931 NIL -3357 (NIL T) -8 NIL NIL) (-287 583536 583593 583702 "EQ2" 583841 NIL EQ2 (NIL T T) -7 NIL NIL) (-286 578828 579874 580967 "EP" 582475 NIL EP (NIL T) -7 NIL NIL) (-285 577410 577711 578028 "ENV" 578531 T ENV (NIL) -8 NIL NIL) (-284 576609 577129 577157 "ENTIRER" 577162 T ENTIRER (NIL) -9 NIL 577208) (-283 573111 574564 574934 "EMR" 576408 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL) (-282 572255 572440 572494 "ELTAGG" 572874 NIL ELTAGG (NIL T T) -9 NIL 573085) (-281 571974 572036 572177 "ELTAGG-" 572182 NIL ELTAGG- (NIL T T T) -8 NIL NIL) (-280 571763 571792 571846 "ELTAB" 571930 NIL ELTAB (NIL T T) -9 NIL NIL) (-279 570889 571035 571234 "ELFUTS" 571614 NIL ELFUTS (NIL T T) -7 NIL NIL) (-278 570631 570687 570715 "ELEMFUN" 570820 T ELEMFUN (NIL) -9 NIL NIL) (-277 570501 570522 570590 "ELEMFUN-" 570595 NIL ELEMFUN- (NIL T) -8 NIL NIL) (-276 565392 568601 568642 "ELAGG" 569582 NIL ELAGG (NIL T) -9 NIL 570045) (-275 563677 564111 564774 "ELAGG-" 564779 NIL ELAGG- (NIL T T) -8 NIL NIL) (-274 562334 562614 562909 "ELABEXPR" 563402 T ELABEXPR (NIL) -8 NIL NIL) (-273 555200 557001 557828 "EFUPXS" 561610 NIL EFUPXS (NIL T T T T) -8 NIL NIL) (-272 548650 550451 551261 "EFULS" 554476 NIL EFULS (NIL T T T) -8 NIL NIL) (-271 546072 546430 546909 "EFSTRUC" 548282 NIL EFSTRUC (NIL T T) -7 NIL NIL) (-270 535144 536709 538269 "EF" 544587 NIL EF (NIL T T) -7 NIL NIL) (-269 534245 534629 534778 "EAB" 535015 T EAB (NIL) -8 NIL NIL) (-268 533454 534204 534232 "E04UCFA" 534237 T E04UCFA (NIL) -8 NIL NIL) (-267 532663 533413 533441 "E04NAFA" 533446 T E04NAFA (NIL) -8 NIL NIL) (-266 531872 532622 532650 "E04MBFA" 532655 T E04MBFA (NIL) -8 NIL NIL) (-265 531081 531831 531859 "E04JAFA" 531864 T E04JAFA (NIL) -8 NIL NIL) (-264 530292 531040 531068 "E04GCFA" 531073 T E04GCFA (NIL) -8 NIL NIL) (-263 529503 530251 530279 "E04FDFA" 530284 T E04FDFA (NIL) -8 NIL NIL) (-262 528712 529462 529490 "E04DGFA" 529495 T E04DGFA (NIL) -8 NIL NIL) (-261 522890 524237 525601 "E04AGNT" 527368 T E04AGNT (NIL) -7 NIL NIL) (-260 521614 522094 522134 "DVARCAT" 522609 NIL DVARCAT (NIL T) -9 NIL 522808) (-259 520818 521030 521344 "DVARCAT-" 521349 NIL DVARCAT- (NIL T T) -8 NIL NIL) (-258 513718 520617 520746 "DSMP" 520751 NIL DSMP (NIL T T T) -8 NIL NIL) (-257 508528 509663 510731 "DROPT" 512670 T DROPT (NIL) -8 NIL NIL) (-256 508193 508252 508350 "DROPT1" 508463 NIL DROPT1 (NIL T) -7 NIL NIL) (-255 503308 504434 505571 "DROPT0" 507076 T DROPT0 (NIL) -7 NIL NIL) (-254 501653 501978 502364 "DRAWPT" 502942 T DRAWPT (NIL) -7 NIL NIL) (-253 496240 497163 498242 "DRAW" 500627 NIL DRAW (NIL T) -7 NIL NIL) (-252 495873 495926 496044 "DRAWHACK" 496181 NIL DRAWHACK (NIL T) -7 NIL NIL) (-251 494604 494873 495164 "DRAWCX" 495602 T DRAWCX (NIL) -7 NIL NIL) (-250 494120 494188 494339 "DRAWCURV" 494530 NIL DRAWCURV (NIL T T) -7 NIL NIL) (-249 484591 486550 488665 "DRAWCFUN" 492025 T DRAWCFUN (NIL) -7 NIL NIL) (-248 481404 483286 483327 "DQAGG" 483956 NIL DQAGG (NIL T) -9 NIL 484229) (-247 469923 476620 476703 "DPOLCAT" 478555 NIL DPOLCAT (NIL T T T T) -9 NIL 479100) (-246 464762 466108 468066 "DPOLCAT-" 468071 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL) (-245 457917 464623 464721 "DPMO" 464726 NIL DPMO (NIL NIL T T) -8 NIL NIL) (-244 450975 457697 457864 "DPMM" 457869 NIL DPMM (NIL NIL T T T) -8 NIL NIL) (-243 450395 450598 450712 "DOMAIN" 450881 T DOMAIN (NIL) -8 NIL NIL) (-242 444146 450030 450182 "DMP" 450296 NIL DMP (NIL NIL T) -8 NIL NIL) (-241 443746 443802 443946 "DLP" 444084 NIL DLP (NIL T) -7 NIL NIL) (-240 437390 442847 443074 "DLIST" 443551 NIL DLIST (NIL T) -8 NIL NIL) (-239 434236 436245 436286 "DLAGG" 436836 NIL DLAGG (NIL T) -9 NIL 437065) (-238 433086 433716 433744 "DIVRING" 433836 T DIVRING (NIL) -9 NIL 433919) (-237 432323 432513 432813 "DIVRING-" 432818 NIL DIVRING- (NIL T) -8 NIL NIL) (-236 430425 430782 431188 "DISPLAY" 431937 T DISPLAY (NIL) -7 NIL NIL) (-235 424367 430339 430402 "DIRPROD" 430407 NIL DIRPROD (NIL NIL T) -8 NIL NIL) (-234 423215 423418 423683 "DIRPROD2" 424160 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL) (-233 412753 418705 418758 "DIRPCAT" 419168 NIL DIRPCAT (NIL NIL T) -9 NIL 420008) (-232 410079 410721 411602 "DIRPCAT-" 411939 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL) (-231 409366 409526 409712 "DIOSP" 409913 T DIOSP (NIL) -7 NIL NIL) (-230 406068 408278 408319 "DIOPS" 408753 NIL DIOPS (NIL T) -9 NIL 408982) (-229 405617 405731 405922 "DIOPS-" 405927 NIL DIOPS- (NIL T T) -8 NIL NIL) (-228 404529 405123 405151 "DIFRING" 405338 T DIFRING (NIL) -9 NIL 405448) (-227 404175 404252 404404 "DIFRING-" 404409 NIL DIFRING- (NIL T) -8 NIL NIL) (-226 402000 403238 403279 "DIFEXT" 403642 NIL DIFEXT (NIL T) -9 NIL 403936) (-225 400285 400713 401379 "DIFEXT-" 401384 NIL DIFEXT- (NIL T T) -8 NIL NIL) (-224 397607 399817 399858 "DIAGG" 399863 NIL DIAGG (NIL T) -9 NIL 399883) (-223 396991 397148 397400 "DIAGG-" 397405 NIL DIAGG- (NIL T T) -8 NIL NIL) (-222 392456 395950 396227 "DHMATRIX" 396760 NIL DHMATRIX (NIL T) -8 NIL NIL) (-221 388068 388977 389987 "DFSFUN" 391466 T DFSFUN (NIL) -7 NIL NIL) (-220 383184 386999 387311 "DFLOAT" 387776 T DFLOAT (NIL) -8 NIL NIL) (-219 381412 381693 382089 "DFINTTLS" 382892 NIL DFINTTLS (NIL T T) -7 NIL NIL) (-218 378477 379433 379833 "DERHAM" 381078 NIL DERHAM (NIL T NIL) -8 NIL NIL) (-217 376326 378252 378341 "DEQUEUE" 378421 NIL DEQUEUE (NIL T) -8 NIL NIL) (-216 375541 375674 375870 "DEGRED" 376188 NIL DEGRED (NIL T T) -7 NIL NIL) (-215 371936 372681 373534 "DEFINTRF" 374769 NIL DEFINTRF (NIL T) -7 NIL NIL) (-214 369463 369932 370531 "DEFINTEF" 371455 NIL DEFINTEF (NIL T T) -7 NIL NIL) (-213 368840 369083 369198 "DEFAST" 369368 T DEFAST (NIL) -8 NIL NIL) (-212 362726 368281 368447 "DECIMAL" 368694 T DECIMAL (NIL) -8 NIL NIL) (-211 360238 360696 361202 "DDFACT" 362270 NIL DDFACT (NIL T T) -7 NIL NIL) (-210 359834 359877 360028 "DBLRESP" 360189 NIL DBLRESP (NIL T T T T) -7 NIL NIL) (-209 357544 357878 358247 "DBASE" 359592 NIL DBASE (NIL T) -8 NIL NIL) (-208 356813 357024 357170 "DATAARY" 357443 NIL DATAARY (NIL NIL T) -8 NIL NIL) (-207 355946 356772 356800 "D03FAFA" 356805 T D03FAFA (NIL) -8 NIL NIL) (-206 355080 355905 355933 "D03EEFA" 355938 T D03EEFA (NIL) -8 NIL NIL) (-205 353030 353496 353985 "D03AGNT" 354611 T D03AGNT (NIL) -7 NIL NIL) (-204 352346 352989 353017 "D02EJFA" 353022 T D02EJFA (NIL) -8 NIL NIL) (-203 351662 352305 352333 "D02CJFA" 352338 T D02CJFA (NIL) -8 NIL NIL) (-202 350978 351621 351649 "D02BHFA" 351654 T D02BHFA (NIL) -8 NIL NIL) (-201 350294 350937 350965 "D02BBFA" 350970 T D02BBFA (NIL) -8 NIL NIL) (-200 343492 345080 346686 "D02AGNT" 348708 T D02AGNT (NIL) -7 NIL NIL) (-199 341261 341783 342329 "D01WGTS" 342966 T D01WGTS (NIL) -7 NIL NIL) (-198 340356 341220 341248 "D01TRNS" 341253 T D01TRNS (NIL) -8 NIL NIL) (-197 339451 340315 340343 "D01GBFA" 340348 T D01GBFA (NIL) -8 NIL NIL) (-196 338546 339410 339438 "D01FCFA" 339443 T D01FCFA (NIL) -8 NIL NIL) (-195 337641 338505 338533 "D01ASFA" 338538 T D01ASFA (NIL) -8 NIL NIL) (-194 336736 337600 337628 "D01AQFA" 337633 T D01AQFA (NIL) -8 NIL NIL) (-193 335831 336695 336723 "D01APFA" 336728 T D01APFA (NIL) -8 NIL NIL) (-192 334926 335790 335818 "D01ANFA" 335823 T D01ANFA (NIL) -8 NIL NIL) (-191 334021 334885 334913 "D01AMFA" 334918 T D01AMFA (NIL) -8 NIL NIL) (-190 333116 333980 334008 "D01ALFA" 334013 T D01ALFA (NIL) -8 NIL NIL) (-189 332211 333075 333103 "D01AKFA" 333108 T D01AKFA (NIL) -8 NIL NIL) (-188 331306 332170 332198 "D01AJFA" 332203 T D01AJFA (NIL) -8 NIL NIL) (-187 324603 326154 327715 "D01AGNT" 329765 T D01AGNT (NIL) -7 NIL NIL) (-186 323940 324068 324220 "CYCLOTOM" 324471 T CYCLOTOM (NIL) -7 NIL NIL) (-185 320675 321388 322115 "CYCLES" 323233 T CYCLES (NIL) -7 NIL NIL) (-184 319987 320121 320292 "CVMP" 320536 NIL CVMP (NIL T) -7 NIL NIL) (-183 317758 318016 318392 "CTRIGMNP" 319715 NIL CTRIGMNP (NIL T T) -7 NIL NIL) (-182 317175 317381 317495 "CTOR" 317664 T CTOR (NIL) -8 NIL NIL) (-181 316711 316906 317007 "CTORKIND" 317094 T CTORKIND (NIL) -8 NIL NIL) (-180 316222 316411 316510 "CTORCALL" 316632 T CTORCALL (NIL) -8 NIL NIL) (-179 315596 315695 315848 "CSTTOOLS" 316119 NIL CSTTOOLS (NIL T T) -7 NIL NIL) (-178 311395 312052 312810 "CRFP" 314908 NIL CRFP (NIL T T) -7 NIL NIL) (-177 310897 311116 311208 "CRCEAST" 311323 T CRCEAST (NIL) -8 NIL NIL) (-176 309944 310129 310357 "CRAPACK" 310701 NIL CRAPACK (NIL T) -7 NIL NIL) (-175 309328 309429 309633 "CPMATCH" 309820 NIL CPMATCH (NIL T T T) -7 NIL NIL) (-174 309053 309081 309187 "CPIMA" 309294 NIL CPIMA (NIL T T T) -7 NIL NIL) (-173 305417 306089 306807 "COORDSYS" 308388 NIL COORDSYS (NIL T) -7 NIL NIL) (-172 304801 304930 305080 "CONTOUR" 305287 T CONTOUR (NIL) -8 NIL NIL) (-171 300727 302804 303296 "CONTFRAC" 304341 NIL CONTFRAC (NIL T) -8 NIL NIL) (-170 300607 300628 300656 "CONDUIT" 300693 T CONDUIT (NIL) -9 NIL NIL) (-169 299800 300320 300348 "COMRING" 300353 T COMRING (NIL) -9 NIL 300405) (-168 298881 299158 299342 "COMPPROP" 299636 T COMPPROP (NIL) -8 NIL NIL) (-167 298542 298577 298705 "COMPLPAT" 298840 NIL COMPLPAT (NIL T T T) -7 NIL NIL) (-166 288599 298351 298460 "COMPLEX" 298465 NIL COMPLEX (NIL T) -8 NIL NIL) (-165 288235 288292 288399 "COMPLEX2" 288536 NIL COMPLEX2 (NIL T T) -7 NIL NIL) (-164 287953 287988 288086 "COMPFACT" 288194 NIL COMPFACT (NIL T T) -7 NIL NIL) (-163 272357 282575 282615 "COMPCAT" 283619 NIL COMPCAT (NIL T) -9 NIL 285004) (-162 261872 264796 268423 "COMPCAT-" 268779 NIL COMPCAT- (NIL T T) -8 NIL NIL) (-161 261601 261629 261732 "COMMUPC" 261838 NIL COMMUPC (NIL T T T) -7 NIL NIL) (-160 261396 261429 261488 "COMMONOP" 261562 T COMMONOP (NIL) -7 NIL NIL) (-159 260979 261147 261234 "COMM" 261329 T COMM (NIL) -8 NIL NIL) (-158 260583 260783 260858 "COMMAAST" 260924 T COMMAAST (NIL) -8 NIL NIL) (-157 259832 260026 260054 "COMBOPC" 260392 T COMBOPC (NIL) -9 NIL 260567) (-156 258728 258938 259180 "COMBINAT" 259622 NIL COMBINAT (NIL T) -7 NIL NIL) (-155 254926 255499 256139 "COMBF" 258150 NIL COMBF (NIL T T) -7 NIL NIL) (-154 253712 254042 254277 "COLOR" 254711 T COLOR (NIL) -8 NIL NIL) (-153 253215 253433 253525 "COLONAST" 253640 T COLONAST (NIL) -8 NIL NIL) (-152 252855 252902 253027 "CMPLXRT" 253162 NIL CMPLXRT (NIL T T) -7 NIL NIL) (-151 252330 252555 252654 "CLLCTAST" 252776 T CLLCTAST (NIL) -8 NIL NIL) (-150 247832 248860 249940 "CLIP" 251270 T CLIP (NIL) -7 NIL NIL) (-149 246214 246938 247177 "CLIF" 247659 NIL CLIF (NIL NIL T NIL) -8 NIL NIL) (-148 242436 244360 244401 "CLAGG" 245330 NIL CLAGG (NIL T) -9 NIL 245866) (-147 240858 241315 241898 "CLAGG-" 241903 NIL CLAGG- (NIL T T) -8 NIL NIL) (-146 240402 240487 240627 "CINTSLPE" 240767 NIL CINTSLPE (NIL T T) -7 NIL NIL) (-145 237903 238374 238922 "CHVAR" 239930 NIL CHVAR (NIL T T T) -7 NIL NIL) (-144 237166 237686 237714 "CHARZ" 237719 T CHARZ (NIL) -9 NIL 237734) (-143 236920 236960 237038 "CHARPOL" 237120 NIL CHARPOL (NIL T) -7 NIL NIL) (-142 236067 236620 236648 "CHARNZ" 236695 T CHARNZ (NIL) -9 NIL 236751) (-141 234092 234757 235092 "CHAR" 235752 T CHAR (NIL) -8 NIL NIL) (-140 233818 233879 233907 "CFCAT" 234018 T CFCAT (NIL) -9 NIL NIL) (-139 233063 233174 233356 "CDEN" 233702 NIL CDEN (NIL T T T) -7 NIL NIL) (-138 229055 232216 232496 "CCLASS" 232803 T CCLASS (NIL) -8 NIL NIL) (-137 228974 229000 229035 "CATEGORY" 229040 T -10 (NIL) -8 NIL NIL) (-136 228448 228674 228773 "CATAST" 228895 T CATAST (NIL) -8 NIL NIL) (-135 227951 228169 228261 "CASEAST" 228376 T CASEAST (NIL) -8 NIL NIL) (-134 223003 223980 224733 "CARTEN" 227254 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL) (-133 222111 222259 222480 "CARTEN2" 222850 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL) (-132 220453 221261 221518 "CARD" 221874 T CARD (NIL) -8 NIL NIL) (-131 220056 220257 220332 "CAPSLAST" 220398 T CAPSLAST (NIL) -8 NIL NIL) (-130 219428 219756 219784 "CACHSET" 219916 T CACHSET (NIL) -9 NIL 219993) (-129 218924 219220 219248 "CABMON" 219298 T CABMON (NIL) -9 NIL 219354) (-128 217851 218279 218475 "BYTE" 218748 T BYTE (NIL) -8 NIL NIL) (-127 213260 217319 217482 "BYTEBUF" 217708 T BYTEBUF (NIL) -8 NIL NIL) (-126 210817 212952 213059 "BTREE" 213186 NIL BTREE (NIL T) -8 NIL NIL) (-125 208315 210465 210587 "BTOURN" 210727 NIL BTOURN (NIL T) -8 NIL NIL) (-124 205733 207786 207827 "BTCAT" 207895 NIL BTCAT (NIL T) -9 NIL 207972) (-123 205400 205480 205629 "BTCAT-" 205634 NIL BTCAT- (NIL T T) -8 NIL NIL) (-122 200692 204543 204571 "BTAGG" 204793 T BTAGG (NIL) -9 NIL 204954) (-121 200182 200307 200513 "BTAGG-" 200518 NIL BTAGG- (NIL T) -8 NIL NIL) (-120 197226 199460 199675 "BSTREE" 199999 NIL BSTREE (NIL T) -8 NIL NIL) (-119 196364 196490 196674 "BRILL" 197082 NIL BRILL (NIL T) -7 NIL NIL) (-118 193065 195092 195133 "BRAGG" 195782 NIL BRAGG (NIL T) -9 NIL 196039) (-117 191594 192000 192555 "BRAGG-" 192560 NIL BRAGG- (NIL T T) -8 NIL NIL) (-116 184858 190940 191124 "BPADICRT" 191442 NIL BPADICRT (NIL NIL) -8 NIL NIL) (-115 183208 184795 184840 "BPADIC" 184845 NIL BPADIC (NIL NIL) -8 NIL NIL) (-114 182906 182936 183050 "BOUNDZRO" 183172 NIL BOUNDZRO (NIL T T) -7 NIL NIL) (-113 178421 179512 180379 "BOP" 182059 T BOP (NIL) -8 NIL NIL) (-112 176042 176486 177006 "BOP1" 177934 NIL BOP1 (NIL T) -7 NIL NIL) (-111 174780 175466 175659 "BOOLEAN" 175869 T BOOLEAN (NIL) -8 NIL NIL) (-110 174142 174520 174574 "BMODULE" 174579 NIL BMODULE (NIL T T) -9 NIL 174644) (-109 169972 173940 174013 "BITS" 174089 T BITS (NIL) -8 NIL NIL) (-108 169384 169506 169648 "BINDING" 169850 T BINDING (NIL) -8 NIL NIL) (-107 163274 168828 168993 "BINARY" 169239 T BINARY (NIL) -8 NIL NIL) (-106 161101 162529 162570 "BGAGG" 162830 NIL BGAGG (NIL T) -9 NIL 162967) (-105 160932 160964 161055 "BGAGG-" 161060 NIL BGAGG- (NIL T T) -8 NIL NIL) (-104 160030 160316 160521 "BFUNCT" 160747 T BFUNCT (NIL) -8 NIL NIL) (-103 158720 158898 159186 "BEZOUT" 159854 NIL BEZOUT (NIL T T T T T) -7 NIL NIL) (-102 155237 157572 157902 "BBTREE" 158423 NIL BBTREE (NIL T) -8 NIL NIL) (-101 154971 155024 155052 "BASTYPE" 155171 T BASTYPE (NIL) -9 NIL NIL) (-100 154823 154852 154925 "BASTYPE-" 154930 NIL BASTYPE- (NIL T) -8 NIL NIL) (-99 154261 154337 154487 "BALFACT" 154734 NIL BALFACT (NIL T T) -7 NIL NIL) (-98 153144 153676 153862 "AUTOMOR" 154106 NIL AUTOMOR (NIL T) -8 NIL NIL) (-97 152870 152875 152901 "ATTREG" 152906 T ATTREG (NIL) -9 NIL NIL) (-96 151149 151567 151919 "ATTRBUT" 152536 T ATTRBUT (NIL) -8 NIL NIL) (-95 150784 150977 151043 "ATTRAST" 151101 T ATTRAST (NIL) -8 NIL NIL) (-94 150320 150433 150459 "ATRIG" 150660 T ATRIG (NIL) -9 NIL NIL) (-93 150129 150170 150257 "ATRIG-" 150262 NIL ATRIG- (NIL T) -8 NIL NIL) (-92 149751 149911 149937 "ASTCAT" 149995 T ASTCAT (NIL) -9 NIL 150058) (-91 149478 149537 149656 "ASTCAT-" 149661 NIL ASTCAT- (NIL T) -8 NIL NIL) (-90 147675 149254 149342 "ASTACK" 149421 NIL ASTACK (NIL T) -8 NIL NIL) (-89 146180 146477 146842 "ASSOCEQ" 147357 NIL ASSOCEQ (NIL T T) -7 NIL NIL) (-88 145212 145839 145963 "ASP9" 146087 NIL ASP9 (NIL NIL) -8 NIL NIL) (-87 144976 145160 145199 "ASP8" 145204 NIL ASP8 (NIL NIL) -8 NIL NIL) (-86 143845 144581 144723 "ASP80" 144865 NIL ASP80 (NIL NIL) -8 NIL NIL) (-85 142744 143480 143612 "ASP7" 143744 NIL ASP7 (NIL NIL) -8 NIL NIL) (-84 141698 142421 142539 "ASP78" 142657 NIL ASP78 (NIL NIL) -8 NIL NIL) (-83 140667 141378 141495 "ASP77" 141612 NIL ASP77 (NIL NIL) -8 NIL NIL) (-82 139579 140305 140436 "ASP74" 140567 NIL ASP74 (NIL NIL) -8 NIL NIL) (-81 138479 139214 139346 "ASP73" 139478 NIL ASP73 (NIL NIL) -8 NIL NIL) (-80 137434 138156 138274 "ASP6" 138392 NIL ASP6 (NIL NIL) -8 NIL NIL) (-79 136382 137111 137229 "ASP55" 137347 NIL ASP55 (NIL NIL) -8 NIL NIL) (-78 135332 136056 136175 "ASP50" 136294 NIL ASP50 (NIL NIL) -8 NIL NIL) (-77 134420 135033 135143 "ASP4" 135253 NIL ASP4 (NIL NIL) -8 NIL NIL) (-76 133508 134121 134231 "ASP49" 134341 NIL ASP49 (NIL NIL) -8 NIL NIL) (-75 132293 133047 133215 "ASP42" 133397 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL) (-74 131070 131826 131996 "ASP41" 132180 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL) (-73 130020 130747 130865 "ASP35" 130983 NIL ASP35 (NIL NIL) -8 NIL NIL) (-72 129785 129968 130007 "ASP34" 130012 NIL ASP34 (NIL NIL) -8 NIL NIL) (-71 129522 129589 129665 "ASP33" 129740 NIL ASP33 (NIL NIL) -8 NIL NIL) (-70 128417 129157 129289 "ASP31" 129421 NIL ASP31 (NIL NIL) -8 NIL NIL) (-69 128182 128365 128404 "ASP30" 128409 NIL ASP30 (NIL NIL) -8 NIL NIL) (-68 127917 127986 128062 "ASP29" 128137 NIL ASP29 (NIL NIL) -8 NIL NIL) (-67 127682 127865 127904 "ASP28" 127909 NIL ASP28 (NIL NIL) -8 NIL NIL) (-66 127447 127630 127669 "ASP27" 127674 NIL ASP27 (NIL NIL) -8 NIL NIL) (-65 126531 127145 127256 "ASP24" 127367 NIL ASP24 (NIL NIL) -8 NIL NIL) (-64 125447 126172 126302 "ASP20" 126432 NIL ASP20 (NIL NIL) -8 NIL NIL) (-63 124535 125148 125258 "ASP1" 125368 NIL ASP1 (NIL NIL) -8 NIL NIL) (-62 123479 124209 124328 "ASP19" 124447 NIL ASP19 (NIL NIL) -8 NIL NIL) (-61 123216 123283 123359 "ASP12" 123434 NIL ASP12 (NIL NIL) -8 NIL NIL) (-60 122068 122815 122959 "ASP10" 123103 NIL ASP10 (NIL NIL) -8 NIL NIL) (-59 119967 121912 122003 "ARRAY2" 122008 NIL ARRAY2 (NIL T) -8 NIL NIL) (-58 115783 119615 119729 "ARRAY1" 119884 NIL ARRAY1 (NIL T) -8 NIL NIL) (-57 114815 114988 115209 "ARRAY12" 115606 NIL ARRAY12 (NIL T T) -7 NIL NIL) (-56 109174 111045 111120 "ARR2CAT" 113750 NIL ARR2CAT (NIL T T T) -9 NIL 114508) (-55 106608 107352 108306 "ARR2CAT-" 108311 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL) (-54 105356 105508 105814 "APPRULE" 106444 NIL APPRULE (NIL T T T) -7 NIL NIL) (-53 105007 105055 105174 "APPLYORE" 105302 NIL APPLYORE (NIL T T T) -7 NIL NIL) (-52 103981 104272 104467 "ANY" 104830 T ANY (NIL) -8 NIL NIL) (-51 103259 103382 103539 "ANY1" 103855 NIL ANY1 (NIL T) -7 NIL NIL) (-50 100824 101696 102023 "ANTISYM" 102983 NIL ANTISYM (NIL T NIL) -8 NIL NIL) (-49 100339 100528 100625 "ANON" 100745 T ANON (NIL) -8 NIL NIL) (-48 94471 98878 99332 "AN" 99903 T AN (NIL) -8 NIL NIL) (-47 90852 92206 92257 "AMR" 93005 NIL AMR (NIL T T) -9 NIL 93605) (-46 89964 90185 90548 "AMR-" 90553 NIL AMR- (NIL T T T) -8 NIL NIL) (-45 74514 89881 89942 "ALIST" 89947 NIL ALIST (NIL T T) -8 NIL NIL) (-44 71351 74108 74277 "ALGSC" 74432 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL) (-43 67907 68461 69068 "ALGPKG" 70791 NIL ALGPKG (NIL T T) -7 NIL NIL) (-42 67184 67285 67469 "ALGMFACT" 67793 NIL ALGMFACT (NIL T T T) -7 NIL NIL) (-41 62923 63608 64263 "ALGMANIP" 66707 NIL ALGMANIP (NIL T T) -7 NIL NIL) (-40 54329 62549 62699 "ALGFF" 62856 NIL ALGFF (NIL T T T NIL) -8 NIL NIL) (-39 53525 53656 53835 "ALGFACT" 54187 NIL ALGFACT (NIL T) -7 NIL NIL) (-38 52555 53121 53159 "ALGEBRA" 53219 NIL ALGEBRA (NIL T) -9 NIL 53278) (-37 52273 52332 52464 "ALGEBRA-" 52469 NIL ALGEBRA- (NIL T T) -8 NIL NIL) (-36 34533 50276 50328 "ALAGG" 50464 NIL ALAGG (NIL T T) -9 NIL 50625) (-35 34069 34182 34208 "AHYP" 34409 T AHYP (NIL) -9 NIL NIL) (-34 33000 33248 33274 "AGG" 33773 T AGG (NIL) -9 NIL 34052) (-33 32434 32596 32810 "AGG-" 32815 NIL AGG- (NIL T) -8 NIL NIL) (-32 30111 30533 30951 "AF" 32076 NIL AF (NIL T T) -7 NIL NIL) (-31 29618 29836 29926 "ADDAST" 30039 T ADDAST (NIL) -8 NIL NIL) (-30 28887 29145 29301 "ACPLOT" 29480 T ACPLOT (NIL) -8 NIL NIL) (-29 18358 26279 26330 "ACFS" 27041 NIL ACFS (NIL T) -9 NIL 27280) (-28 16372 16862 17637 "ACFS-" 17642 NIL ACFS- (NIL T T) -8 NIL NIL) (-27 12697 14591 14617 "ACF" 15496 T ACF (NIL) -9 NIL 15908) (-26 11401 11735 12228 "ACF-" 12233 NIL ACF- (NIL T) -8 NIL NIL) (-25 10999 11168 11194 "ABELSG" 11286 T ABELSG (NIL) -9 NIL 11351) (-24 10866 10891 10957 "ABELSG-" 10962 NIL ABELSG- (NIL T) -8 NIL NIL) (-23 10235 10496 10522 "ABELMON" 10692 T ABELMON (NIL) -9 NIL 10804) (-22 9899 9983 10121 "ABELMON-" 10126 NIL ABELMON- (NIL T) -8 NIL NIL) (-21 9233 9579 9605 "ABELGRP" 9730 T ABELGRP (NIL) -9 NIL 9812) (-20 8696 8825 9041 "ABELGRP-" 9046 NIL ABELGRP- (NIL T) -8 NIL NIL) (-19 4333 8035 8074 "A1AGG" 8079 NIL A1AGG (NIL T) -9 NIL 8119) (-18 30 1251 2813 "A1AGG-" 2818 NIL A1AGG- (NIL T T) -8 NIL NIL)) \ No newline at end of file
+((-3741 (((-630 (-1211 |#2| |#1|)) (-1211 |#2| |#1|) (-1211 |#2| |#1|)) 37)) (-2056 (((-553) (-1211 |#2| |#1|)) 69 (|has| |#1| (-445)))) (-2436 (((-553) (-1211 |#2| |#1|)) 54)) (-2634 (((-630 (-1211 |#2| |#1|)) (-1211 |#2| |#1|) (-1211 |#2| |#1|)) 45)) (-4183 (((-553) (-1211 |#2| |#1|) (-1211 |#2| |#1|)) 68 (|has| |#1| (-445)))) (-2747 (((-630 |#1|) (-1211 |#2| |#1|) (-1211 |#2| |#1|)) 48)) (-2768 (((-553) (-1211 |#2| |#1|) (-1211 |#2| |#1|)) 53)))
+(((-1093 |#1| |#2|) (-10 -7 (-15 -3741 ((-630 (-1211 |#2| |#1|)) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2634 ((-630 (-1211 |#2| |#1|)) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2747 ((-630 |#1|) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2768 ((-553) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2436 ((-553) (-1211 |#2| |#1|))) (IF (|has| |#1| (-445)) (PROGN (-15 -4183 ((-553) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2056 ((-553) (-1211 |#2| |#1|)))) |%noBranch|)) (-806) (-1155)) (T -1093))
+((-2056 (*1 *2 *3) (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-445)) (-4 *4 (-806)) (-14 *5 (-1155)) (-5 *2 (-553)) (-5 *1 (-1093 *4 *5)))) (-4183 (*1 *2 *3 *3) (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-445)) (-4 *4 (-806)) (-14 *5 (-1155)) (-5 *2 (-553)) (-5 *1 (-1093 *4 *5)))) (-2436 (*1 *2 *3) (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-806)) (-14 *5 (-1155)) (-5 *2 (-553)) (-5 *1 (-1093 *4 *5)))) (-2768 (*1 *2 *3 *3) (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-806)) (-14 *5 (-1155)) (-5 *2 (-553)) (-5 *1 (-1093 *4 *5)))) (-2747 (*1 *2 *3 *3) (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-806)) (-14 *5 (-1155)) (-5 *2 (-630 *4)) (-5 *1 (-1093 *4 *5)))) (-2634 (*1 *2 *3 *3) (-12 (-4 *4 (-806)) (-14 *5 (-1155)) (-5 *2 (-630 (-1211 *5 *4))) (-5 *1 (-1093 *4 *5)) (-5 *3 (-1211 *5 *4)))) (-3741 (*1 *2 *3 *3) (-12 (-4 *4 (-806)) (-14 *5 (-1155)) (-5 *2 (-630 (-1211 *5 *4))) (-5 *1 (-1093 *4 *5)) (-5 *3 (-1211 *5 *4)))))
+(-10 -7 (-15 -3741 ((-630 (-1211 |#2| |#1|)) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2634 ((-630 (-1211 |#2| |#1|)) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2747 ((-630 |#1|) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2768 ((-553) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2436 ((-553) (-1211 |#2| |#1|))) (IF (|has| |#1| (-445)) (PROGN (-15 -4183 ((-553) (-1211 |#2| |#1|) (-1211 |#2| |#1|))) (-15 -2056 ((-553) (-1211 |#2| |#1|)))) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-1772 (($ (-499) (-1097)) 14)) (-1338 (((-1097) $) 20)) (-4292 (((-499) $) 17)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 28) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-1094) (-13 (-1062) (-10 -8 (-15 -1772 ($ (-499) (-1097))) (-15 -4292 ((-499) $)) (-15 -1338 ((-1097) $))))) (T -1094))
+((-1772 (*1 *1 *2 *3) (-12 (-5 *2 (-499)) (-5 *3 (-1097)) (-5 *1 (-1094)))) (-4292 (*1 *2 *1) (-12 (-5 *2 (-499)) (-5 *1 (-1094)))) (-1338 (*1 *2 *1) (-12 (-5 *2 (-1097)) (-5 *1 (-1094)))))
+(-13 (-1062) (-10 -8 (-15 -1772 ($ (-499) (-1097))) (-15 -4292 ((-499) $)) (-15 -1338 ((-1097) $))))
+((-2299 (((-3 (-553) "failed") |#2| (-1155) |#2| (-1137)) 17) (((-3 (-553) "failed") |#2| (-1155) (-826 |#2|)) 15) (((-3 (-553) "failed") |#2|) 54)))
+(((-1095 |#1| |#2|) (-10 -7 (-15 -2299 ((-3 (-553) "failed") |#2|)) (-15 -2299 ((-3 (-553) "failed") |#2| (-1155) (-826 |#2|))) (-15 -2299 ((-3 (-553) "failed") |#2| (-1155) |#2| (-1137)))) (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)) (-445)) (-13 (-27) (-1177) (-424 |#1|))) (T -1095))
+((-2299 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-1137)) (-4 *6 (-13 (-545) (-833) (-1020 *2) (-626 *2) (-445))) (-5 *2 (-553)) (-5 *1 (-1095 *6 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *6))))) (-2299 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-826 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *6))) (-4 *6 (-13 (-545) (-833) (-1020 *2) (-626 *2) (-445))) (-5 *2 (-553)) (-5 *1 (-1095 *6 *3)))) (-2299 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-545) (-833) (-1020 *2) (-626 *2) (-445))) (-5 *2 (-553)) (-5 *1 (-1095 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *4))))))
+(-10 -7 (-15 -2299 ((-3 (-553) "failed") |#2|)) (-15 -2299 ((-3 (-553) "failed") |#2| (-1155) (-826 |#2|))) (-15 -2299 ((-3 (-553) "failed") |#2| (-1155) |#2| (-1137))))
+((-2299 (((-3 (-553) "failed") (-401 (-934 |#1|)) (-1155) (-401 (-934 |#1|)) (-1137)) 35) (((-3 (-553) "failed") (-401 (-934 |#1|)) (-1155) (-826 (-401 (-934 |#1|)))) 30) (((-3 (-553) "failed") (-401 (-934 |#1|))) 13)))
+(((-1096 |#1|) (-10 -7 (-15 -2299 ((-3 (-553) "failed") (-401 (-934 |#1|)))) (-15 -2299 ((-3 (-553) "failed") (-401 (-934 |#1|)) (-1155) (-826 (-401 (-934 |#1|))))) (-15 -2299 ((-3 (-553) "failed") (-401 (-934 |#1|)) (-1155) (-401 (-934 |#1|)) (-1137)))) (-445)) (T -1096))
+((-2299 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-401 (-934 *6))) (-5 *4 (-1155)) (-5 *5 (-1137)) (-4 *6 (-445)) (-5 *2 (-553)) (-5 *1 (-1096 *6)))) (-2299 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-826 (-401 (-934 *6)))) (-5 *3 (-401 (-934 *6))) (-4 *6 (-445)) (-5 *2 (-553)) (-5 *1 (-1096 *6)))) (-2299 (*1 *2 *3) (|partial| -12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-445)) (-5 *2 (-553)) (-5 *1 (-1096 *4)))))
+(-10 -7 (-15 -2299 ((-3 (-553) "failed") (-401 (-934 |#1|)))) (-15 -2299 ((-3 (-553) "failed") (-401 (-934 |#1|)) (-1155) (-826 (-401 (-934 |#1|))))) (-15 -2299 ((-3 (-553) "failed") (-401 (-934 |#1|)) (-1155) (-401 (-934 |#1|)) (-1137))))
+((-3200 (((-111) $ $) NIL)) (-1356 (((-1160) $) 10)) (-2535 (((-630 (-1160)) $) 11)) (-1338 (($ (-630 (-1160)) (-1160)) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 20)) (-1614 (((-111) $ $) 14)))
+(((-1097) (-13 (-1079) (-10 -8 (-15 -1338 ($ (-630 (-1160)) (-1160))) (-15 -1356 ((-1160) $)) (-15 -2535 ((-630 (-1160)) $))))) (T -1097))
+((-1338 (*1 *1 *2 *3) (-12 (-5 *2 (-630 (-1160))) (-5 *3 (-1160)) (-5 *1 (-1097)))) (-1356 (*1 *2 *1) (-12 (-5 *2 (-1160)) (-5 *1 (-1097)))) (-2535 (*1 *2 *1) (-12 (-5 *2 (-630 (-1160))) (-5 *1 (-1097)))))
+(-13 (-1079) (-10 -8 (-15 -1338 ($ (-630 (-1160)) (-1160))) (-15 -1356 ((-1160) $)) (-15 -2535 ((-630 (-1160)) $))))
+((-2847 (((-310 (-553)) (-48)) 12)))
+(((-1098) (-10 -7 (-15 -2847 ((-310 (-553)) (-48))))) (T -1098))
+((-2847 (*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-310 (-553))) (-5 *1 (-1098)))))
+(-10 -7 (-15 -2847 ((-310 (-553)) (-48))))
+((-3200 (((-111) $ $) NIL)) (-3071 (($ $) 41)) (-1719 (((-111) $) 65)) (-2519 (($ $ $) 48)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 86)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4227 (($ $ $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3608 (($ $ $ $) 75)) (-3837 (($ $) NIL)) (-1807 (((-412 $) $) NIL)) (-3816 (((-111) $ $) NIL)) (-2299 (((-553) $) NIL)) (-1604 (($ $ $) 72)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL)) (-2831 (((-553) $) NIL)) (-4005 (($ $ $) 59)) (-3698 (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 80) (((-674 (-553)) (-674 $)) 28)) (-3889 (((-3 $ "failed") $) NIL)) (-1402 (((-3 (-401 (-553)) "failed") $) NIL)) (-3054 (((-111) $) NIL)) (-3731 (((-401 (-553)) $) NIL)) (-1333 (($) 83) (($ $) 84)) (-3986 (($ $ $) 58)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL)) (-4268 (((-111) $) NIL)) (-1799 (($ $ $ $) NIL)) (-1423 (($ $ $) 81)) (-2184 (((-111) $) NIL)) (-3607 (($ $ $) NIL)) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL)) (-1434 (((-111) $) 66)) (-2709 (((-111) $) 64)) (-4106 (($ $) 42)) (-3464 (((-3 $ "failed") $) NIL)) (-2260 (((-111) $) 76)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3814 (($ $ $ $) 73)) (-1773 (($ $ $) 68) (($) 39)) (-2012 (($ $ $) 67) (($) 38)) (-3923 (($ $) NIL)) (-2555 (($ $) 71)) (-2552 (($ $ $) NIL) (($ (-630 $)) NIL)) (-4056 (((-1137) $) NIL)) (-2941 (($ $ $) NIL)) (-1979 (($) NIL T CONST)) (-3863 (($ $) 50)) (-2875 (((-1099) $) 70)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL)) (-2591 (($ $ $) 62) (($ (-630 $)) NIL)) (-1294 (($ $) NIL)) (-3476 (((-412 $) $) NIL)) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL)) (-3968 (((-3 $ "failed") $ $) NIL)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL)) (-3439 (((-111) $) NIL)) (-3879 (((-757) $) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 61)) (-3095 (($ $ (-757)) NIL) (($ $) NIL)) (-2046 (($ $) 51)) (-1488 (($ $) NIL)) (-1523 (((-553) $) 32) (((-529) $) NIL) (((-874 (-553)) $) NIL) (((-373) $) NIL) (((-220) $) NIL)) (-3212 (((-845) $) 31) (($ (-553)) 82) (($ $) NIL) (($ (-553)) 82)) (-1348 (((-757)) NIL)) (-2109 (((-111) $ $) NIL)) (-3839 (($ $ $) NIL)) (-4173 (($) 37)) (-2453 (((-111) $ $) NIL)) (-2766 (($ $ $ $) 74)) (-1411 (($ $) 63)) (-2039 (($ $ $) 44)) (-3296 (($) 35 T CONST)) (-2346 (($ $ $) 47)) (-3308 (($) 36 T CONST)) (-3632 (((-1137) $) 21) (((-1137) $ (-111)) 23) (((-1243) (-808) $) 24) (((-1243) (-808) $ (-111)) 25)) (-2359 (($ $) 45)) (-1766 (($ $ (-757)) NIL) (($ $) NIL)) (-2332 (($ $ $) 46)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 40)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 49)) (-2027 (($ $ $) 43)) (-1710 (($ $) 52) (($ $ $) 54)) (-1699 (($ $ $) 53)) (** (($ $ (-903)) NIL) (($ $ (-757)) 57)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 34) (($ $ $) 55)))
+(((-1099) (-13 (-538) (-646) (-814) (-10 -8 (-6 -4356) (-6 -4361) (-6 -4357) (-15 -2012 ($)) (-15 -1773 ($)) (-15 -4106 ($ $)) (-15 -3071 ($ $)) (-15 -2027 ($ $ $)) (-15 -2039 ($ $ $)) (-15 -2519 ($ $ $)) (-15 -2359 ($ $)) (-15 -2332 ($ $ $)) (-15 -2346 ($ $ $))))) (T -1099))
+((-2039 (*1 *1 *1 *1) (-5 *1 (-1099))) (-2027 (*1 *1 *1 *1) (-5 *1 (-1099))) (-3071 (*1 *1 *1) (-5 *1 (-1099))) (-2012 (*1 *1) (-5 *1 (-1099))) (-1773 (*1 *1) (-5 *1 (-1099))) (-4106 (*1 *1 *1) (-5 *1 (-1099))) (-2519 (*1 *1 *1 *1) (-5 *1 (-1099))) (-2359 (*1 *1 *1) (-5 *1 (-1099))) (-2332 (*1 *1 *1 *1) (-5 *1 (-1099))) (-2346 (*1 *1 *1 *1) (-5 *1 (-1099))))
+(-13 (-538) (-646) (-814) (-10 -8 (-6 -4356) (-6 -4361) (-6 -4357) (-15 -2012 ($)) (-15 -1773 ($)) (-15 -4106 ($ $)) (-15 -3071 ($ $)) (-15 -2027 ($ $ $)) (-15 -2039 ($ $ $)) (-15 -2519 ($ $ $)) (-15 -2359 ($ $)) (-15 -2332 ($ $ $)) (-15 -2346 ($ $ $))))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-3445 ((|#1| $) 44)) (-2549 (((-111) $ (-757)) 8)) (-3203 (($) 7 T CONST)) (-2268 ((|#1| |#1| $) 46)) (-3800 ((|#1| $) 45)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-3311 ((|#1| $) 39)) (-1429 (($ |#1| $) 40)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2037 ((|#1| $) 41)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-3906 (((-757) $) 43)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) 42)) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-1100 |#1|) (-137) (-1192)) (T -1100))
+((-2268 (*1 *2 *2 *1) (-12 (-4 *1 (-1100 *2)) (-4 *2 (-1192)))) (-3800 (*1 *2 *1) (-12 (-4 *1 (-1100 *2)) (-4 *2 (-1192)))) (-3445 (*1 *2 *1) (-12 (-4 *1 (-1100 *2)) (-4 *2 (-1192)))) (-3906 (*1 *2 *1) (-12 (-4 *1 (-1100 *3)) (-4 *3 (-1192)) (-5 *2 (-757)))))
+(-13 (-106 |t#1|) (-10 -8 (-6 -4369) (-15 -2268 (|t#1| |t#1| $)) (-15 -3800 (|t#1| $)) (-15 -3445 (|t#1| $)) (-15 -3906 ((-757) $))))
+(((-34) . T) ((-106 |#1|) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-1550 ((|#3| $) 76)) (-1394 (((-3 (-553) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 |#3| "failed") $) 40)) (-2831 (((-553) $) NIL) (((-401 (-553)) $) NIL) ((|#3| $) 37)) (-3698 (((-674 (-553)) (-674 $)) NIL) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL) (((-2 (|:| -1317 (-674 |#3|)) (|:| |vec| (-1238 |#3|))) (-674 $) (-1238 $)) 73) (((-674 |#3|) (-674 $)) 65)) (-3095 (($ $ (-1 |#3| |#3|)) 19) (($ $ (-1 |#3| |#3|) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155)) NIL) (($ $ (-757)) NIL) (($ $) NIL)) (-1877 ((|#3| $) 78)) (-1326 ((|#4| $) 32)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ (-401 (-553))) NIL) (($ |#3|) 16)) (** (($ $ (-903)) NIL) (($ $ (-757)) 15) (($ $ (-553)) 82)))
+(((-1101 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 ** (|#1| |#1| (-553))) (-15 -1877 (|#3| |#1|)) (-15 -1550 (|#3| |#1|)) (-15 -1326 (|#4| |#1|)) (-15 -3698 ((-674 |#3|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#3|)) (|:| |vec| (-1238 |#3|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -3212 (|#1| |#3|)) (-15 -1394 ((-3 |#3| "failed") |#1|)) (-15 -2831 (|#3| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|) (-757))) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3212 (|#1| (-553))) (-15 ** (|#1| |#1| (-757))) (-15 ** (|#1| |#1| (-903))) (-15 -3212 ((-845) |#1|))) (-1102 |#2| |#3| |#4| |#5|) (-757) (-1031) (-233 |#2| |#3|) (-233 |#2| |#3|)) (T -1101))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-553))) (-15 -1877 (|#3| |#1|)) (-15 -1550 (|#3| |#1|)) (-15 -1326 (|#4| |#1|)) (-15 -3698 ((-674 |#3|) (-674 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 |#3|)) (|:| |vec| (-1238 |#3|))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 |#1|) (-1238 |#1|))) (-15 -3698 ((-674 (-553)) (-674 |#1|))) (-15 -3212 (|#1| |#3|)) (-15 -1394 ((-3 |#3| "failed") |#1|)) (-15 -2831 (|#3| |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|) (-757))) (-15 -3095 (|#1| |#1| (-1 |#3| |#3|))) (-15 -3212 (|#1| (-553))) (-15 ** (|#1| |#1| (-757))) (-15 ** (|#1| |#1| (-903))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1550 ((|#2| $) 70)) (-4188 (((-111) $) 110)) (-4123 (((-3 $ "failed") $ $) 19)) (-3109 (((-111) $) 108)) (-2549 (((-111) $ (-757)) 100)) (-2685 (($ |#2|) 73)) (-3203 (($) 17 T CONST)) (-3399 (($ $) 127 (|has| |#2| (-301)))) (-1310 ((|#3| $ (-553)) 122)) (-1394 (((-3 (-553) "failed") $) 85 (|has| |#2| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) 82 (|has| |#2| (-1020 (-401 (-553))))) (((-3 |#2| "failed") $) 79)) (-2831 (((-553) $) 84 (|has| |#2| (-1020 (-553)))) (((-401 (-553)) $) 81 (|has| |#2| (-1020 (-401 (-553))))) ((|#2| $) 80)) (-3698 (((-674 (-553)) (-674 $)) 77 (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 76 (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) 75) (((-674 |#2|) (-674 $)) 74)) (-3889 (((-3 $ "failed") $) 32)) (-2129 (((-757) $) 128 (|has| |#2| (-545)))) (-2891 ((|#2| $ (-553) (-553)) 120)) (-3136 (((-630 |#2|) $) 93 (|has| $ (-6 -4369)))) (-1434 (((-111) $) 30)) (-3005 (((-757) $) 129 (|has| |#2| (-545)))) (-2455 (((-630 |#4|) $) 130 (|has| |#2| (-545)))) (-2390 (((-757) $) 116)) (-2402 (((-757) $) 117)) (-3625 (((-111) $ (-757)) 101)) (-1405 ((|#2| $) 65 (|has| |#2| (-6 (-4371 "*"))))) (-3176 (((-553) $) 112)) (-1757 (((-553) $) 114)) (-2447 (((-630 |#2|) $) 92 (|has| $ (-6 -4369)))) (-4349 (((-111) |#2| $) 90 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369))))) (-1907 (((-553) $) 113)) (-2680 (((-553) $) 115)) (-3515 (($ (-630 (-630 |#2|))) 107)) (-2947 (($ (-1 |#2| |#2|) $) 97 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#2| |#2| |#2|) $ $) 124) (($ (-1 |#2| |#2|) $) 98)) (-4245 (((-630 (-630 |#2|)) $) 118)) (-3711 (((-111) $ (-757)) 102)) (-4056 (((-1137) $) 9)) (-3015 (((-3 $ "failed") $) 64 (|has| |#2| (-357)))) (-2875 (((-1099) $) 10)) (-3968 (((-3 $ "failed") $ |#2|) 125 (|has| |#2| (-545)))) (-1563 (((-111) (-1 (-111) |#2|) $) 95 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#2|))) 89 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) 88 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) 87 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) 86 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) 106)) (-3437 (((-111) $) 103)) (-1422 (($) 104)) (-2061 ((|#2| $ (-553) (-553) |#2|) 121) ((|#2| $ (-553) (-553)) 119)) (-3095 (($ $ (-1 |#2| |#2|)) 50) (($ $ (-1 |#2| |#2|) (-757)) 49) (($ $ (-630 (-1155)) (-630 (-757))) 42 (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) 41 (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) 40 (|has| |#2| (-882 (-1155)))) (($ $ (-1155)) 39 (|has| |#2| (-882 (-1155)))) (($ $ (-757)) 37 (|has| |#2| (-228))) (($ $) 35 (|has| |#2| (-228)))) (-1877 ((|#2| $) 69)) (-2461 (($ (-630 |#2|)) 72)) (-1924 (((-111) $) 109)) (-1326 ((|#3| $) 71)) (-3368 ((|#2| $) 66 (|has| |#2| (-6 (-4371 "*"))))) (-2885 (((-757) (-1 (-111) |#2|) $) 94 (|has| $ (-6 -4369))) (((-757) |#2| $) 91 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 105)) (-3877 ((|#4| $ (-553)) 123)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 (-553))) 83 (|has| |#2| (-1020 (-401 (-553))))) (($ |#2|) 78)) (-1348 (((-757)) 28)) (-1798 (((-111) (-1 (-111) |#2|) $) 96 (|has| $ (-6 -4369)))) (-3897 (((-111) $) 111)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-1 |#2| |#2|)) 48) (($ $ (-1 |#2| |#2|) (-757)) 47) (($ $ (-630 (-1155)) (-630 (-757))) 46 (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) 45 (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) 44 (|has| |#2| (-882 (-1155)))) (($ $ (-1155)) 43 (|has| |#2| (-882 (-1155)))) (($ $ (-757)) 38 (|has| |#2| (-228))) (($ $) 36 (|has| |#2| (-228)))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#2|) 126 (|has| |#2| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 63 (|has| |#2| (-357)))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#2|) 132) (($ |#2| $) 131) ((|#4| $ |#4|) 68) ((|#3| |#3| $) 67)) (-2656 (((-757) $) 99 (|has| $ (-6 -4369)))))
+(((-1102 |#1| |#2| |#3| |#4|) (-137) (-757) (-1031) (-233 |t#1| |t#2|) (-233 |t#1| |t#2|)) (T -1102))
+((-2685 (*1 *1 *2) (-12 (-4 *2 (-1031)) (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)))) (-2461 (*1 *1 *2) (-12 (-5 *2 (-630 *4)) (-4 *4 (-1031)) (-4 *1 (-1102 *3 *4 *5 *6)) (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *3 *4)))) (-1326 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *2 *5)) (-4 *4 (-1031)) (-4 *5 (-233 *3 *4)) (-4 *2 (-233 *3 *4)))) (-1550 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)) (-4 *2 (-1031)))) (-1877 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)) (-4 *2 (-1031)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1102 *3 *4 *5 *2)) (-4 *4 (-1031)) (-4 *5 (-233 *3 *4)) (-4 *2 (-233 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1102 *3 *4 *2 *5)) (-4 *4 (-1031)) (-4 *2 (-233 *3 *4)) (-4 *5 (-233 *3 *4)))) (-3368 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)) (|has| *2 (-6 (-4371 "*"))) (-4 *2 (-1031)))) (-1405 (*1 *2 *1) (-12 (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2)) (-4 *5 (-233 *3 *2)) (|has| *2 (-6 (-4371 "*"))) (-4 *2 (-1031)))) (-3015 (*1 *1 *1) (|partial| -12 (-4 *1 (-1102 *2 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-233 *2 *3)) (-4 *5 (-233 *2 *3)) (-4 *3 (-357)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-1102 *3 *4 *5 *6)) (-4 *4 (-1031)) (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *3 *4)) (-4 *4 (-357)))))
+(-13 (-226 |t#2|) (-110 |t#2| |t#2|) (-1034 |t#1| |t#1| |t#2| |t#3| |t#4|) (-405 |t#2|) (-371 |t#2|) (-10 -8 (IF (|has| |t#2| (-169)) (-6 (-703 |t#2|)) |%noBranch|) (-15 -2685 ($ |t#2|)) (-15 -2461 ($ (-630 |t#2|))) (-15 -1326 (|t#3| $)) (-15 -1550 (|t#2| $)) (-15 -1877 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4371 "*"))) (PROGN (-6 (-38 |t#2|)) (-15 -3368 (|t#2| $)) (-15 -1405 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-357)) (PROGN (-15 -3015 ((-3 $ "failed") $)) (-15 ** ($ $ (-553)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-34) . T) ((-38 |#2|) |has| |#2| (-6 (-4371 "*"))) ((-101) . T) ((-110 |#2| |#2|) . T) ((-129) . T) ((-603 #0=(-401 (-553))) |has| |#2| (-1020 (-401 (-553)))) ((-603 #1=(-553)) |has| |#2| (-1020 (-553))) ((-603 |#2|) . T) ((-600 (-845)) . T) ((-226 |#2|) . T) ((-228) |has| |#2| (-228)) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-371 |#2|) . T) ((-405 |#2|) . T) ((-482 |#2|) . T) ((-507 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-633 |#2|) . T) ((-633 $) . T) ((-626 (-553)) |has| |#2| (-626 (-553))) ((-626 |#2|) . T) ((-703 |#2|) -4028 (|has| |#2| (-169)) (|has| |#2| (-6 (-4371 "*")))) ((-712) . T) ((-882 (-1155)) |has| |#2| (-882 (-1155))) ((-1034 |#1| |#1| |#2| |#3| |#4|) . T) ((-1020 #0#) |has| |#2| (-1020 (-401 (-553)))) ((-1020 #1#) |has| |#2| (-1020 (-553))) ((-1020 |#2|) . T) ((-1037 |#2|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1192) . T))
+((-3950 ((|#4| |#4|) 70)) (-4169 ((|#4| |#4|) 65)) (-2033 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3428 (-630 |#3|))) |#4| |#3|) 78)) (-1353 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 69)) (-1586 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 67)))
+(((-1103 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4169 (|#4| |#4|)) (-15 -1586 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3950 (|#4| |#4|)) (-15 -1353 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -2033 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3428 (-630 |#3|))) |#4| |#3|))) (-301) (-367 |#1|) (-367 |#1|) (-672 |#1| |#2| |#3|)) (T -1103))
+((-2033 (*1 *2 *3 *4) (-12 (-4 *5 (-301)) (-4 *6 (-367 *5)) (-4 *4 (-367 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4)))) (-5 *1 (-1103 *5 *6 *4 *3)) (-4 *3 (-672 *5 *6 *4)))) (-1353 (*1 *2 *3) (-12 (-4 *4 (-301)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1103 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))) (-3950 (*1 *2 *2) (-12 (-4 *3 (-301)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-1103 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))) (-1586 (*1 *2 *3) (-12 (-4 *4 (-301)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1103 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))) (-4169 (*1 *2 *2) (-12 (-4 *3 (-301)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-1103 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))))
+(-10 -7 (-15 -4169 (|#4| |#4|)) (-15 -1586 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -3950 (|#4| |#4|)) (-15 -1353 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -2033 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -3428 (-630 |#3|))) |#4| |#3|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 17)) (-3611 (((-630 |#2|) $) 159)) (-3447 (((-1151 $) $ |#2|) 54) (((-1151 |#1|) $) 43)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 108 (|has| |#1| (-545)))) (-2723 (($ $) 110 (|has| |#1| (-545)))) (-2157 (((-111) $) 112 (|has| |#1| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 |#2|)) 192)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3837 (($ $) NIL (|has| |#1| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) 156) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 |#2| "failed") $) NIL)) (-2831 ((|#1| $) 154) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) ((|#2| $) NIL)) (-2697 (($ $ $ |#2|) NIL (|has| |#1| (-169)))) (-3765 (($ $) 196)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) 82)) (-3766 (($ $) NIL (|has| |#1| (-445))) (($ $ |#2|) NIL (|has| |#1| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#1| (-891)))) (-1369 (($ $ |#1| (-524 |#2|) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| |#1| (-868 (-373))) (|has| |#2| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| |#1| (-868 (-553))) (|has| |#2| (-868 (-553)))))) (-1434 (((-111) $) 19)) (-2613 (((-757) $) 26)) (-3601 (($ (-1151 |#1|) |#2|) 48) (($ (-1151 $) |#2|) 64)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) 32)) (-3590 (($ |#1| (-524 |#2|)) 71) (($ $ |#2| (-757)) 52) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ |#2|) NIL)) (-3264 (((-524 |#2|) $) 186) (((-757) $ |#2|) 187) (((-630 (-757)) $ (-630 |#2|)) 188)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2364 (($ (-1 (-524 |#2|) (-524 |#2|)) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) 120)) (-2903 (((-3 |#2| "failed") $) 161)) (-3733 (($ $) 195)) (-3743 ((|#1| $) 37)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4056 (((-1137) $) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| |#2|) (|:| -3503 (-757))) "failed") $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) 33)) (-3722 ((|#1| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 138 (|has| |#1| (-445)))) (-2591 (($ (-630 $)) 143 (|has| |#1| (-445))) (($ $ $) 130 (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#1| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-891)))) (-3968 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545))) (((-3 $ "failed") $ $) 118 (|has| |#1| (-545)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ |#2| |#1|) 164) (($ $ (-630 |#2|) (-630 |#1|)) 177) (($ $ |#2| $) 163) (($ $ (-630 |#2|) (-630 $)) 176)) (-3488 (($ $ |#2|) NIL (|has| |#1| (-169)))) (-3095 (($ $ |#2|) 194) (($ $ (-630 |#2|)) NIL) (($ $ |#2| (-757)) NIL) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-2672 (((-524 |#2|) $) 182) (((-757) $ |#2|) 178) (((-630 (-757)) $ (-630 |#2|)) 180)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| |#1| (-601 (-874 (-373)))) (|has| |#2| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| |#1| (-601 (-874 (-553)))) (|has| |#2| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| |#1| (-601 (-529))) (|has| |#2| (-601 (-529)))))) (-3998 ((|#1| $) 126 (|has| |#1| (-445))) (($ $ |#2|) 129 (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-3212 (((-845) $) 149) (($ (-553)) 76) (($ |#1|) 77) (($ |#2|) 28) (($ $) NIL (|has| |#1| (-545))) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))) (-1372 (((-630 |#1|) $) 152)) (-1925 ((|#1| $ (-524 |#2|)) 73) (($ $ |#2| (-757)) NIL) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) 79)) (-1957 (($ $ $ (-757)) NIL (|has| |#1| (-169)))) (-2453 (((-111) $ $) 115 (|has| |#1| (-545)))) (-3296 (($) 12 T CONST)) (-3308 (($) 14 T CONST)) (-1766 (($ $ |#2|) NIL) (($ $ (-630 |#2|)) NIL) (($ $ |#2| (-757)) NIL) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) 97)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ |#1|) 124 (|has| |#1| (-357)))) (-1710 (($ $) 85) (($ $ $) 95)) (-1699 (($ $ $) 49)) (** (($ $ (-903)) 102) (($ $ (-757)) 100)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 88) (($ $ $) 65) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 90) (($ $ |#1|) NIL)))
+(((-1104 |#1| |#2|) (-931 |#1| (-524 |#2|) |#2|) (-1031) (-833)) (T -1104))
+NIL
+(-931 |#1| (-524 |#2|) |#2|)
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 |#2|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-2479 (($ $) 141 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 117 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2456 (($ $) 137 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 113 (|has| |#1| (-38 (-401 (-553)))))) (-2505 (($ $) 145 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 121 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-2212 (((-934 |#1|) $ (-757)) NIL) (((-934 |#1|) $ (-757) (-757)) NIL)) (-2487 (((-111) $) NIL)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-757) $ |#2|) NIL) (((-757) $ |#2| (-757)) NIL)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1561 (((-111) $) NIL)) (-3590 (($ $ (-630 |#2|) (-630 (-524 |#2|))) NIL) (($ $ |#2| (-524 |#2|)) NIL) (($ |#1| (-524 |#2|)) NIL) (($ $ |#2| (-757)) 56) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2431 (($ $) 111 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-1619 (($ $ |#2|) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ |#2| |#1|) 164 (|has| |#1| (-38 (-401 (-553)))))) (-2875 (((-1099) $) NIL)) (-1399 (($ (-1 $) |#2| |#1|) 163 (|has| |#1| (-38 (-401 (-553)))))) (-2370 (($ $ (-757)) 13)) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-2854 (($ $) 109 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (($ $ |#2| $) 95) (($ $ (-630 |#2|) (-630 $)) 88) (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL)) (-3095 (($ $ |#2|) 98) (($ $ (-630 |#2|)) NIL) (($ $ |#2| (-757)) NIL) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-2672 (((-524 |#2|) $) NIL)) (-4021 (((-1 (-1135 |#3|) |#3|) (-630 |#2|) (-630 (-1135 |#3|))) 77)) (-2517 (($ $) 147 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 123 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 143 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 119 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 139 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 115 (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) 15)) (-3212 (((-845) $) 180) (($ (-553)) NIL) (($ |#1|) 40 (|has| |#1| (-169))) (($ $) NIL (|has| |#1| (-545))) (($ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#2|) 63) (($ |#3|) 61)) (-1925 ((|#1| $ (-524 |#2|)) NIL) (($ $ |#2| (-757)) NIL) (($ $ (-630 |#2|) (-630 (-757))) NIL) ((|#3| $ (-757)) 38)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-3842 (($ $) 153 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 129 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) 149 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 125 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 157 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 133 (|has| |#1| (-38 (-401 (-553)))))) (-3013 (($ $) 159 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 135 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 155 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 131 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 151 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 127 (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 47 T CONST)) (-3308 (($) 55 T CONST)) (-1766 (($ $ |#2|) NIL) (($ $ (-630 |#2|)) NIL) (($ $ |#2| (-757)) NIL) (($ $ (-630 |#2|) (-630 (-757))) NIL)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#1|) 182 (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 59)) (** (($ $ (-903)) NIL) (($ $ (-757)) 68) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 101 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 58) (($ $ (-401 (-553))) 106 (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) 104 (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 43) (($ $ |#1|) 44) (($ |#3| $) 42)))
+(((-1105 |#1| |#2| |#3|) (-13 (-726 |#1| |#2|) (-10 -8 (-15 -1925 (|#3| $ (-757))) (-15 -3212 ($ |#2|)) (-15 -3212 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -4021 ((-1 (-1135 |#3|) |#3|) (-630 |#2|) (-630 (-1135 |#3|)))) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $ |#2| |#1|)) (-15 -1399 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-1031) (-833) (-931 |#1| (-524 |#2|) |#2|)) (T -1105))
+((-1925 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *2 (-931 *4 (-524 *5) *5)) (-5 *1 (-1105 *4 *5 *2)) (-4 *4 (-1031)) (-4 *5 (-833)))) (-3212 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-4 *2 (-833)) (-5 *1 (-1105 *3 *2 *4)) (-4 *4 (-931 *3 (-524 *2) *2)))) (-3212 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-4 *4 (-833)) (-5 *1 (-1105 *3 *4 *2)) (-4 *2 (-931 *3 (-524 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-1031)) (-4 *4 (-833)) (-5 *1 (-1105 *3 *4 *2)) (-4 *2 (-931 *3 (-524 *4) *4)))) (-4021 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *6)) (-5 *4 (-630 (-1135 *7))) (-4 *6 (-833)) (-4 *7 (-931 *5 (-524 *6) *6)) (-4 *5 (-1031)) (-5 *2 (-1 (-1135 *7) *7)) (-5 *1 (-1105 *5 *6 *7)))) (-1619 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-4 *2 (-833)) (-5 *1 (-1105 *3 *2 *4)) (-4 *4 (-931 *3 (-524 *2) *2)))) (-1399 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1105 *4 *3 *5))) (-4 *4 (-38 (-401 (-553)))) (-4 *4 (-1031)) (-4 *3 (-833)) (-5 *1 (-1105 *4 *3 *5)) (-4 *5 (-931 *4 (-524 *3) *3)))))
+(-13 (-726 |#1| |#2|) (-10 -8 (-15 -1925 (|#3| $ (-757))) (-15 -3212 ($ |#2|)) (-15 -3212 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -4021 ((-1 (-1135 |#3|) |#3|) (-630 |#2|) (-630 (-1135 |#3|)))) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $ |#2| |#1|)) (-15 -1399 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
+((-3200 (((-111) $ $) 7)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |#4|)))) (-630 |#4|)) 85)) (-3240 (((-630 $) (-630 |#4|)) 86) (((-630 $) (-630 |#4|) (-111)) 111)) (-3611 (((-630 |#3|) $) 33)) (-2484 (((-111) $) 26)) (-2518 (((-111) $) 17 (|has| |#1| (-545)))) (-1305 (((-111) |#4| $) 101) (((-111) $) 97)) (-1637 ((|#4| |#4| $) 92)) (-3837 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 126)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) 27)) (-2549 (((-111) $ (-757)) 44)) (-3953 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4369))) (((-3 |#4| "failed") $ |#3|) 79)) (-3203 (($) 45 T CONST)) (-1579 (((-111) $) 22 (|has| |#1| (-545)))) (-3199 (((-111) $ $) 24 (|has| |#1| (-545)))) (-2763 (((-111) $ $) 23 (|has| |#1| (-545)))) (-3271 (((-111) $) 25 (|has| |#1| (-545)))) (-3227 (((-630 |#4|) (-630 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-1931 (((-630 |#4|) (-630 |#4|) $) 18 (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) 19 (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) 36)) (-2831 (($ (-630 |#4|)) 35)) (-2714 (((-3 $ "failed") $) 82)) (-2250 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#4| $) 67 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-545)))) (-1410 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-3899 ((|#4| |#4| $) 87)) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4369))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-2920 (((-2 (|:| -2570 (-630 |#4|)) (|:| -3089 (-630 |#4|))) $) 105)) (-2561 (((-111) |#4| $) 136)) (-4298 (((-111) |#4| $) 133)) (-2152 (((-111) |#4| $) 137) (((-111) $) 134)) (-3136 (((-630 |#4|) $) 52 (|has| $ (-6 -4369)))) (-2928 (((-111) |#4| $) 104) (((-111) $) 103)) (-4051 ((|#3| $) 34)) (-3625 (((-111) $ (-757)) 43)) (-2447 (((-630 |#4|) $) 53 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 47)) (-1345 (((-630 |#3|) $) 32)) (-1426 (((-111) |#3| $) 31)) (-3711 (((-111) $ (-757)) 42)) (-4056 (((-1137) $) 9)) (-2041 (((-3 |#4| (-630 $)) |#4| |#4| $) 128)) (-3568 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 127)) (-2679 (((-3 |#4| "failed") $) 83)) (-4302 (((-630 $) |#4| $) 129)) (-2742 (((-3 (-111) (-630 $)) |#4| $) 132)) (-2605 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 131) (((-111) |#4| $) 130)) (-4115 (((-630 $) |#4| $) 125) (((-630 $) (-630 |#4|) $) 124) (((-630 $) (-630 |#4|) (-630 $)) 123) (((-630 $) |#4| (-630 $)) 122)) (-4196 (($ |#4| $) 117) (($ (-630 |#4|) $) 116)) (-2312 (((-630 |#4|) $) 107)) (-2546 (((-111) |#4| $) 99) (((-111) $) 95)) (-2279 ((|#4| |#4| $) 90)) (-4202 (((-111) $ $) 110)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-545)))) (-2528 (((-111) |#4| $) 100) (((-111) $) 96)) (-3239 ((|#4| |#4| $) 91)) (-2875 (((-1099) $) 10)) (-2701 (((-3 |#4| "failed") $) 84)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-2968 (((-3 $ "failed") $ |#4|) 78)) (-2370 (($ $ |#4|) 77) (((-630 $) |#4| $) 115) (((-630 $) |#4| (-630 $)) 114) (((-630 $) (-630 |#4|) $) 113) (((-630 $) (-630 |#4|) (-630 $)) 112)) (-1563 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) 38)) (-3437 (((-111) $) 41)) (-1422 (($) 40)) (-2672 (((-757) $) 106)) (-2885 (((-757) |#4| $) 54 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4369)))) (-1488 (($ $) 39)) (-1523 (((-529) $) 69 (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) 60)) (-2739 (($ $ |#3|) 28)) (-2167 (($ $ |#3|) 30)) (-3082 (($ $) 88)) (-3777 (($ $ |#3|) 29)) (-3212 (((-845) $) 11) (((-630 |#4|) $) 37)) (-3775 (((-757) $) 76 (|has| |#3| (-362)))) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-1357 (((-111) $ (-1 (-111) |#4| (-630 |#4|))) 98)) (-2767 (((-630 $) |#4| $) 121) (((-630 $) |#4| (-630 $)) 120) (((-630 $) (-630 |#4|) $) 119) (((-630 $) (-630 |#4|) (-630 $)) 118)) (-1798 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4369)))) (-1660 (((-630 |#3|) $) 81)) (-3144 (((-111) |#4| $) 135)) (-1758 (((-111) |#3| $) 80)) (-1614 (((-111) $ $) 6)) (-2656 (((-757) $) 46 (|has| $ (-6 -4369)))))
+(((-1106 |#1| |#2| |#3| |#4|) (-137) (-445) (-779) (-833) (-1045 |t#1| |t#2| |t#3|)) (T -1106))
+NIL
+(-13 (-1088 |t#1| |t#2| |t#3| |t#4|) (-770 |t#1| |t#2| |t#3| |t#4|))
+(((-34) . T) ((-101) . T) ((-600 (-630 |#4|)) . T) ((-600 (-845)) . T) ((-148 |#4|) . T) ((-601 (-529)) |has| |#4| (-601 (-529))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-482 |#4|) . T) ((-507 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-770 |#1| |#2| |#3| |#4|) . T) ((-958 |#1| |#2| |#3| |#4|) . T) ((-1051 |#1| |#2| |#3| |#4|) . T) ((-1079) . T) ((-1088 |#1| |#2| |#3| |#4|) . T) ((-1185 |#1| |#2| |#3| |#4|) . T) ((-1192) . T))
+((-2982 (((-630 |#2|) |#1|) 12)) (-3342 (((-630 |#2|) |#2| |#2| |#2| |#2| |#2|) 38) (((-630 |#2|) |#1|) 49)) (-1722 (((-630 |#2|) |#2| |#2| |#2|) 36) (((-630 |#2|) |#1|) 47)) (-2787 ((|#2| |#1|) 43)) (-1413 (((-2 (|:| |solns| (-630 |#2|)) (|:| |maps| (-630 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 17)) (-2183 (((-630 |#2|) |#2| |#2|) 35) (((-630 |#2|) |#1|) 46)) (-3781 (((-630 |#2|) |#2| |#2| |#2| |#2|) 37) (((-630 |#2|) |#1|) 48)) (-3423 ((|#2| |#2| |#2| |#2| |#2| |#2|) 42)) (-3621 ((|#2| |#2| |#2| |#2|) 40)) (-3855 ((|#2| |#2| |#2|) 39)) (-3315 ((|#2| |#2| |#2| |#2| |#2|) 41)))
+(((-1107 |#1| |#2|) (-10 -7 (-15 -2982 ((-630 |#2|) |#1|)) (-15 -2787 (|#2| |#1|)) (-15 -1413 ((-2 (|:| |solns| (-630 |#2|)) (|:| |maps| (-630 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2183 ((-630 |#2|) |#1|)) (-15 -1722 ((-630 |#2|) |#1|)) (-15 -3781 ((-630 |#2|) |#1|)) (-15 -3342 ((-630 |#2|) |#1|)) (-15 -2183 ((-630 |#2|) |#2| |#2|)) (-15 -1722 ((-630 |#2|) |#2| |#2| |#2|)) (-15 -3781 ((-630 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3342 ((-630 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3855 (|#2| |#2| |#2|)) (-15 -3621 (|#2| |#2| |#2| |#2|)) (-15 -3315 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3423 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1214 |#2|) (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (T -1107))
+((-3423 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))) (-3315 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))) (-3621 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))) (-3855 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))) (-3342 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-630 *3)) (-5 *1 (-1107 *4 *3)) (-4 *4 (-1214 *3)))) (-3781 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-630 *3)) (-5 *1 (-1107 *4 *3)) (-4 *4 (-1214 *3)))) (-1722 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-630 *3)) (-5 *1 (-1107 *4 *3)) (-4 *4 (-1214 *3)))) (-2183 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-630 *3)) (-5 *1 (-1107 *4 *3)) (-4 *4 (-1214 *3)))) (-3342 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4)))) (-3781 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4)))) (-1722 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4)))) (-2183 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4)))) (-1413 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-2 (|:| |solns| (-630 *5)) (|:| |maps| (-630 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1107 *3 *5)) (-4 *3 (-1214 *5)))) (-2787 (*1 *2 *3) (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))) (-2982 (*1 *2 *3) (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553))))))) (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -2982 ((-630 |#2|) |#1|)) (-15 -2787 (|#2| |#1|)) (-15 -1413 ((-2 (|:| |solns| (-630 |#2|)) (|:| |maps| (-630 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -2183 ((-630 |#2|) |#1|)) (-15 -1722 ((-630 |#2|) |#1|)) (-15 -3781 ((-630 |#2|) |#1|)) (-15 -3342 ((-630 |#2|) |#1|)) (-15 -2183 ((-630 |#2|) |#2| |#2|)) (-15 -1722 ((-630 |#2|) |#2| |#2| |#2|)) (-15 -3781 ((-630 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3342 ((-630 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3855 (|#2| |#2| |#2|)) (-15 -3621 (|#2| |#2| |#2| |#2|)) (-15 -3315 (|#2| |#2| |#2| |#2| |#2|)) (-15 -3423 (|#2| |#2| |#2| |#2| |#2| |#2|)))
+((-2076 (((-630 (-630 (-288 (-310 |#1|)))) (-630 (-288 (-401 (-934 |#1|))))) 95) (((-630 (-630 (-288 (-310 |#1|)))) (-630 (-288 (-401 (-934 |#1|)))) (-630 (-1155))) 94) (((-630 (-630 (-288 (-310 |#1|)))) (-630 (-401 (-934 |#1|)))) 92) (((-630 (-630 (-288 (-310 |#1|)))) (-630 (-401 (-934 |#1|))) (-630 (-1155))) 90) (((-630 (-288 (-310 |#1|))) (-288 (-401 (-934 |#1|)))) 75) (((-630 (-288 (-310 |#1|))) (-288 (-401 (-934 |#1|))) (-1155)) 76) (((-630 (-288 (-310 |#1|))) (-401 (-934 |#1|))) 70) (((-630 (-288 (-310 |#1|))) (-401 (-934 |#1|)) (-1155)) 59)) (-3834 (((-630 (-630 (-310 |#1|))) (-630 (-401 (-934 |#1|))) (-630 (-1155))) 88) (((-630 (-310 |#1|)) (-401 (-934 |#1|)) (-1155)) 43)) (-2721 (((-1144 (-630 (-310 |#1|)) (-630 (-288 (-310 |#1|)))) (-401 (-934 |#1|)) (-1155)) 98) (((-1144 (-630 (-310 |#1|)) (-630 (-288 (-310 |#1|)))) (-288 (-401 (-934 |#1|))) (-1155)) 97)))
+(((-1108 |#1|) (-10 -7 (-15 -2076 ((-630 (-288 (-310 |#1|))) (-401 (-934 |#1|)) (-1155))) (-15 -2076 ((-630 (-288 (-310 |#1|))) (-401 (-934 |#1|)))) (-15 -2076 ((-630 (-288 (-310 |#1|))) (-288 (-401 (-934 |#1|))) (-1155))) (-15 -2076 ((-630 (-288 (-310 |#1|))) (-288 (-401 (-934 |#1|))))) (-15 -2076 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-401 (-934 |#1|))) (-630 (-1155)))) (-15 -2076 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-401 (-934 |#1|))))) (-15 -2076 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-288 (-401 (-934 |#1|)))) (-630 (-1155)))) (-15 -2076 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-288 (-401 (-934 |#1|)))))) (-15 -3834 ((-630 (-310 |#1|)) (-401 (-934 |#1|)) (-1155))) (-15 -3834 ((-630 (-630 (-310 |#1|))) (-630 (-401 (-934 |#1|))) (-630 (-1155)))) (-15 -2721 ((-1144 (-630 (-310 |#1|)) (-630 (-288 (-310 |#1|)))) (-288 (-401 (-934 |#1|))) (-1155))) (-15 -2721 ((-1144 (-630 (-310 |#1|)) (-630 (-288 (-310 |#1|)))) (-401 (-934 |#1|)) (-1155)))) (-13 (-301) (-833) (-144))) (T -1108))
+((-2721 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155)) (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-1144 (-630 (-310 *5)) (-630 (-288 (-310 *5))))) (-5 *1 (-1108 *5)))) (-2721 (*1 *2 *3 *4) (-12 (-5 *3 (-288 (-401 (-934 *5)))) (-5 *4 (-1155)) (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-1144 (-630 (-310 *5)) (-630 (-288 (-310 *5))))) (-5 *1 (-1108 *5)))) (-3834 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-401 (-934 *5)))) (-5 *4 (-630 (-1155))) (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-630 (-310 *5)))) (-5 *1 (-1108 *5)))) (-3834 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155)) (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-310 *5))) (-5 *1 (-1108 *5)))) (-2076 (*1 *2 *3) (-12 (-5 *3 (-630 (-288 (-401 (-934 *4))))) (-4 *4 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-630 (-288 (-310 *4))))) (-5 *1 (-1108 *4)))) (-2076 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-288 (-401 (-934 *5))))) (-5 *4 (-630 (-1155))) (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-630 (-288 (-310 *5))))) (-5 *1 (-1108 *5)))) (-2076 (*1 *2 *3) (-12 (-5 *3 (-630 (-401 (-934 *4)))) (-4 *4 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-630 (-288 (-310 *4))))) (-5 *1 (-1108 *4)))) (-2076 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-401 (-934 *5)))) (-5 *4 (-630 (-1155))) (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-630 (-288 (-310 *5))))) (-5 *1 (-1108 *5)))) (-2076 (*1 *2 *3) (-12 (-5 *3 (-288 (-401 (-934 *4)))) (-4 *4 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-288 (-310 *4)))) (-5 *1 (-1108 *4)))) (-2076 (*1 *2 *3 *4) (-12 (-5 *3 (-288 (-401 (-934 *5)))) (-5 *4 (-1155)) (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-288 (-310 *5)))) (-5 *1 (-1108 *5)))) (-2076 (*1 *2 *3) (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-288 (-310 *4)))) (-5 *1 (-1108 *4)))) (-2076 (*1 *2 *3 *4) (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155)) (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-288 (-310 *5)))) (-5 *1 (-1108 *5)))))
+(-10 -7 (-15 -2076 ((-630 (-288 (-310 |#1|))) (-401 (-934 |#1|)) (-1155))) (-15 -2076 ((-630 (-288 (-310 |#1|))) (-401 (-934 |#1|)))) (-15 -2076 ((-630 (-288 (-310 |#1|))) (-288 (-401 (-934 |#1|))) (-1155))) (-15 -2076 ((-630 (-288 (-310 |#1|))) (-288 (-401 (-934 |#1|))))) (-15 -2076 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-401 (-934 |#1|))) (-630 (-1155)))) (-15 -2076 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-401 (-934 |#1|))))) (-15 -2076 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-288 (-401 (-934 |#1|)))) (-630 (-1155)))) (-15 -2076 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-288 (-401 (-934 |#1|)))))) (-15 -3834 ((-630 (-310 |#1|)) (-401 (-934 |#1|)) (-1155))) (-15 -3834 ((-630 (-630 (-310 |#1|))) (-630 (-401 (-934 |#1|))) (-630 (-1155)))) (-15 -2721 ((-1144 (-630 (-310 |#1|)) (-630 (-288 (-310 |#1|)))) (-288 (-401 (-934 |#1|))) (-1155))) (-15 -2721 ((-1144 (-630 (-310 |#1|)) (-630 (-288 (-310 |#1|)))) (-401 (-934 |#1|)) (-1155))))
+((-3004 (((-401 (-1151 (-310 |#1|))) (-1238 (-310 |#1|)) (-401 (-1151 (-310 |#1|))) (-553)) 29)) (-2917 (((-401 (-1151 (-310 |#1|))) (-401 (-1151 (-310 |#1|))) (-401 (-1151 (-310 |#1|))) (-401 (-1151 (-310 |#1|)))) 40)))
+(((-1109 |#1|) (-10 -7 (-15 -2917 ((-401 (-1151 (-310 |#1|))) (-401 (-1151 (-310 |#1|))) (-401 (-1151 (-310 |#1|))) (-401 (-1151 (-310 |#1|))))) (-15 -3004 ((-401 (-1151 (-310 |#1|))) (-1238 (-310 |#1|)) (-401 (-1151 (-310 |#1|))) (-553)))) (-13 (-545) (-833))) (T -1109))
+((-3004 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-401 (-1151 (-310 *5)))) (-5 *3 (-1238 (-310 *5))) (-5 *4 (-553)) (-4 *5 (-13 (-545) (-833))) (-5 *1 (-1109 *5)))) (-2917 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-401 (-1151 (-310 *3)))) (-4 *3 (-13 (-545) (-833))) (-5 *1 (-1109 *3)))))
+(-10 -7 (-15 -2917 ((-401 (-1151 (-310 |#1|))) (-401 (-1151 (-310 |#1|))) (-401 (-1151 (-310 |#1|))) (-401 (-1151 (-310 |#1|))))) (-15 -3004 ((-401 (-1151 (-310 |#1|))) (-1238 (-310 |#1|)) (-401 (-1151 (-310 |#1|))) (-553))))
+((-2982 (((-630 (-630 (-288 (-310 |#1|)))) (-630 (-288 (-310 |#1|))) (-630 (-1155))) 222) (((-630 (-288 (-310 |#1|))) (-310 |#1|) (-1155)) 20) (((-630 (-288 (-310 |#1|))) (-288 (-310 |#1|)) (-1155)) 26) (((-630 (-288 (-310 |#1|))) (-288 (-310 |#1|))) 25) (((-630 (-288 (-310 |#1|))) (-310 |#1|)) 21)))
+(((-1110 |#1|) (-10 -7 (-15 -2982 ((-630 (-288 (-310 |#1|))) (-310 |#1|))) (-15 -2982 ((-630 (-288 (-310 |#1|))) (-288 (-310 |#1|)))) (-15 -2982 ((-630 (-288 (-310 |#1|))) (-288 (-310 |#1|)) (-1155))) (-15 -2982 ((-630 (-288 (-310 |#1|))) (-310 |#1|) (-1155))) (-15 -2982 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-288 (-310 |#1|))) (-630 (-1155))))) (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (T -1110))
+((-2982 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-1155))) (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-630 (-630 (-288 (-310 *5))))) (-5 *1 (-1110 *5)) (-5 *3 (-630 (-288 (-310 *5)))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-630 (-288 (-310 *5)))) (-5 *1 (-1110 *5)) (-5 *3 (-310 *5)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-630 (-288 (-310 *5)))) (-5 *1 (-1110 *5)) (-5 *3 (-288 (-310 *5))))) (-2982 (*1 *2 *3) (-12 (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-630 (-288 (-310 *4)))) (-5 *1 (-1110 *4)) (-5 *3 (-288 (-310 *4))))) (-2982 (*1 *2 *3) (-12 (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144))) (-5 *2 (-630 (-288 (-310 *4)))) (-5 *1 (-1110 *4)) (-5 *3 (-310 *4)))))
+(-10 -7 (-15 -2982 ((-630 (-288 (-310 |#1|))) (-310 |#1|))) (-15 -2982 ((-630 (-288 (-310 |#1|))) (-288 (-310 |#1|)))) (-15 -2982 ((-630 (-288 (-310 |#1|))) (-288 (-310 |#1|)) (-1155))) (-15 -2982 ((-630 (-288 (-310 |#1|))) (-310 |#1|) (-1155))) (-15 -2982 ((-630 (-630 (-288 (-310 |#1|)))) (-630 (-288 (-310 |#1|))) (-630 (-1155)))))
+((-2696 ((|#2| |#2|) 20 (|has| |#1| (-833))) ((|#2| |#2| (-1 (-111) |#1| |#1|)) 17)) (-1476 ((|#2| |#2|) 19 (|has| |#1| (-833))) ((|#2| |#2| (-1 (-111) |#1| |#1|)) 16)))
+(((-1111 |#1| |#2|) (-10 -7 (-15 -1476 (|#2| |#2| (-1 (-111) |#1| |#1|))) (-15 -2696 (|#2| |#2| (-1 (-111) |#1| |#1|))) (IF (|has| |#1| (-833)) (PROGN (-15 -1476 (|#2| |#2|)) (-15 -2696 (|#2| |#2|))) |%noBranch|)) (-1192) (-13 (-591 (-553) |#1|) (-10 -7 (-6 -4369) (-6 -4370)))) (T -1111))
+((-2696 (*1 *2 *2) (-12 (-4 *3 (-833)) (-4 *3 (-1192)) (-5 *1 (-1111 *3 *2)) (-4 *2 (-13 (-591 (-553) *3) (-10 -7 (-6 -4369) (-6 -4370)))))) (-1476 (*1 *2 *2) (-12 (-4 *3 (-833)) (-4 *3 (-1192)) (-5 *1 (-1111 *3 *2)) (-4 *2 (-13 (-591 (-553) *3) (-10 -7 (-6 -4369) (-6 -4370)))))) (-2696 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-1111 *4 *2)) (-4 *2 (-13 (-591 (-553) *4) (-10 -7 (-6 -4369) (-6 -4370)))))) (-1476 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-1111 *4 *2)) (-4 *2 (-13 (-591 (-553) *4) (-10 -7 (-6 -4369) (-6 -4370)))))))
+(-10 -7 (-15 -1476 (|#2| |#2| (-1 (-111) |#1| |#1|))) (-15 -2696 (|#2| |#2| (-1 (-111) |#1| |#1|))) (IF (|has| |#1| (-833)) (PROGN (-15 -1476 (|#2| |#2|)) (-15 -2696 (|#2| |#2|))) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-3696 (((-1143 3 |#1|) $) 107)) (-3135 (((-111) $) 72)) (-2080 (($ $ (-630 (-925 |#1|))) 20) (($ $ (-630 (-630 |#1|))) 75) (($ (-630 (-925 |#1|))) 74) (((-630 (-925 |#1|)) $) 73)) (-3375 (((-111) $) 41)) (-1694 (($ $ (-925 |#1|)) 46) (($ $ (-630 |#1|)) 51) (($ $ (-757)) 53) (($ (-925 |#1|)) 47) (((-925 |#1|) $) 45)) (-4162 (((-2 (|:| -1838 (-757)) (|:| |curves| (-757)) (|:| |polygons| (-757)) (|:| |constructs| (-757))) $) 105)) (-3422 (((-757) $) 26)) (-2867 (((-757) $) 25)) (-2996 (($ $ (-757) (-925 |#1|)) 39)) (-2635 (((-111) $) 82)) (-3312 (($ $ (-630 (-630 (-925 |#1|))) (-630 (-168)) (-168)) 89) (($ $ (-630 (-630 (-630 |#1|))) (-630 (-168)) (-168)) 91) (($ $ (-630 (-630 (-925 |#1|))) (-111) (-111)) 85) (($ $ (-630 (-630 (-630 |#1|))) (-111) (-111)) 93) (($ (-630 (-630 (-925 |#1|)))) 86) (($ (-630 (-630 (-925 |#1|))) (-111) (-111)) 87) (((-630 (-630 (-925 |#1|))) $) 84)) (-3858 (($ (-630 $)) 28) (($ $ $) 29)) (-2304 (((-630 (-168)) $) 102)) (-2287 (((-630 (-925 |#1|)) $) 96)) (-2684 (((-630 (-630 (-168))) $) 101)) (-3202 (((-630 (-630 (-630 (-925 |#1|)))) $) NIL)) (-2358 (((-630 (-630 (-630 (-757)))) $) 99)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-4167 (((-757) $ (-630 (-925 |#1|))) 37)) (-1577 (((-111) $) 54)) (-1821 (($ $ (-630 (-925 |#1|))) 56) (($ $ (-630 (-630 |#1|))) 62) (($ (-630 (-925 |#1|))) 57) (((-630 (-925 |#1|)) $) 55)) (-3622 (($) 23) (($ (-1143 3 |#1|)) 24)) (-1488 (($ $) 35)) (-1516 (((-630 $) $) 34)) (-1846 (($ (-630 $)) 31)) (-4054 (((-630 $) $) 33)) (-3212 (((-845) $) 111)) (-1557 (((-111) $) 64)) (-2858 (($ $ (-630 (-925 |#1|))) 66) (($ $ (-630 (-630 |#1|))) 69) (($ (-630 (-925 |#1|))) 67) (((-630 (-925 |#1|)) $) 65)) (-2851 (($ $) 106)) (-1614 (((-111) $ $) NIL)))
+(((-1112 |#1|) (-1113 |#1|) (-1031)) (T -1112))
+NIL
+(-1113 |#1|)
+((-3200 (((-111) $ $) 7)) (-3696 (((-1143 3 |#1|) $) 13)) (-3135 (((-111) $) 29)) (-2080 (($ $ (-630 (-925 |#1|))) 33) (($ $ (-630 (-630 |#1|))) 32) (($ (-630 (-925 |#1|))) 31) (((-630 (-925 |#1|)) $) 30)) (-3375 (((-111) $) 44)) (-1694 (($ $ (-925 |#1|)) 49) (($ $ (-630 |#1|)) 48) (($ $ (-757)) 47) (($ (-925 |#1|)) 46) (((-925 |#1|) $) 45)) (-4162 (((-2 (|:| -1838 (-757)) (|:| |curves| (-757)) (|:| |polygons| (-757)) (|:| |constructs| (-757))) $) 15)) (-3422 (((-757) $) 58)) (-2867 (((-757) $) 59)) (-2996 (($ $ (-757) (-925 |#1|)) 50)) (-2635 (((-111) $) 21)) (-3312 (($ $ (-630 (-630 (-925 |#1|))) (-630 (-168)) (-168)) 28) (($ $ (-630 (-630 (-630 |#1|))) (-630 (-168)) (-168)) 27) (($ $ (-630 (-630 (-925 |#1|))) (-111) (-111)) 26) (($ $ (-630 (-630 (-630 |#1|))) (-111) (-111)) 25) (($ (-630 (-630 (-925 |#1|)))) 24) (($ (-630 (-630 (-925 |#1|))) (-111) (-111)) 23) (((-630 (-630 (-925 |#1|))) $) 22)) (-3858 (($ (-630 $)) 57) (($ $ $) 56)) (-2304 (((-630 (-168)) $) 16)) (-2287 (((-630 (-925 |#1|)) $) 20)) (-2684 (((-630 (-630 (-168))) $) 17)) (-3202 (((-630 (-630 (-630 (-925 |#1|)))) $) 18)) (-2358 (((-630 (-630 (-630 (-757)))) $) 19)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-4167 (((-757) $ (-630 (-925 |#1|))) 51)) (-1577 (((-111) $) 39)) (-1821 (($ $ (-630 (-925 |#1|))) 43) (($ $ (-630 (-630 |#1|))) 42) (($ (-630 (-925 |#1|))) 41) (((-630 (-925 |#1|)) $) 40)) (-3622 (($) 61) (($ (-1143 3 |#1|)) 60)) (-1488 (($ $) 52)) (-1516 (((-630 $) $) 53)) (-1846 (($ (-630 $)) 55)) (-4054 (((-630 $) $) 54)) (-3212 (((-845) $) 11)) (-1557 (((-111) $) 34)) (-2858 (($ $ (-630 (-925 |#1|))) 38) (($ $ (-630 (-630 |#1|))) 37) (($ (-630 (-925 |#1|))) 36) (((-630 (-925 |#1|)) $) 35)) (-2851 (($ $) 14)) (-1614 (((-111) $ $) 6)))
+(((-1113 |#1|) (-137) (-1031)) (T -1113))
+((-3212 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-845)))) (-3622 (*1 *1) (-12 (-4 *1 (-1113 *2)) (-4 *2 (-1031)))) (-3622 (*1 *1 *2) (-12 (-5 *2 (-1143 3 *3)) (-4 *3 (-1031)) (-4 *1 (-1113 *3)))) (-2867 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-757)))) (-3422 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-757)))) (-3858 (*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-3858 (*1 *1 *1 *1) (-12 (-4 *1 (-1113 *2)) (-4 *2 (-1031)))) (-1846 (*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-4054 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-5 *2 (-630 *1)) (-4 *1 (-1113 *3)))) (-1516 (*1 *2 *1) (-12 (-4 *3 (-1031)) (-5 *2 (-630 *1)) (-4 *1 (-1113 *3)))) (-1488 (*1 *1 *1) (-12 (-4 *1 (-1113 *2)) (-4 *2 (-1031)))) (-4167 (*1 *2 *1 *3) (-12 (-5 *3 (-630 (-925 *4))) (-4 *1 (-1113 *4)) (-4 *4 (-1031)) (-5 *2 (-757)))) (-2996 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-757)) (-5 *3 (-925 *4)) (-4 *1 (-1113 *4)) (-4 *4 (-1031)))) (-1694 (*1 *1 *1 *2) (-12 (-5 *2 (-925 *3)) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-1694 (*1 *1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-1694 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-1694 (*1 *1 *2) (-12 (-5 *2 (-925 *3)) (-4 *3 (-1031)) (-4 *1 (-1113 *3)))) (-1694 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-925 *3)))) (-3375 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))) (-1821 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-925 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-1821 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-1821 (*1 *1 *2) (-12 (-5 *2 (-630 (-925 *3))) (-4 *3 (-1031)) (-4 *1 (-1113 *3)))) (-1821 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-925 *3))))) (-1577 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))) (-2858 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-925 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-2858 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-2858 (*1 *1 *2) (-12 (-5 *2 (-630 (-925 *3))) (-4 *3 (-1031)) (-4 *1 (-1113 *3)))) (-2858 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-925 *3))))) (-1557 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))) (-2080 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-925 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-2080 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))) (-2080 (*1 *1 *2) (-12 (-5 *2 (-630 (-925 *3))) (-4 *3 (-1031)) (-4 *1 (-1113 *3)))) (-2080 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-925 *3))))) (-3135 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))) (-3312 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-630 (-630 (-925 *5)))) (-5 *3 (-630 (-168))) (-5 *4 (-168)) (-4 *1 (-1113 *5)) (-4 *5 (-1031)))) (-3312 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-630 (-630 (-630 *5)))) (-5 *3 (-630 (-168))) (-5 *4 (-168)) (-4 *1 (-1113 *5)) (-4 *5 (-1031)))) (-3312 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-630 (-630 (-925 *4)))) (-5 *3 (-111)) (-4 *1 (-1113 *4)) (-4 *4 (-1031)))) (-3312 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-630 (-630 (-630 *4)))) (-5 *3 (-111)) (-4 *1 (-1113 *4)) (-4 *4 (-1031)))) (-3312 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 (-925 *3)))) (-4 *3 (-1031)) (-4 *1 (-1113 *3)))) (-3312 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-630 (-630 (-925 *4)))) (-5 *3 (-111)) (-4 *4 (-1031)) (-4 *1 (-1113 *4)))) (-3312 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-630 (-925 *3)))))) (-2635 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))) (-2287 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-925 *3))))) (-2358 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-630 (-630 (-757))))))) (-3202 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-630 (-630 (-925 *3))))))) (-2684 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-630 (-168)))))) (-2304 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-168))))) (-4162 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-2 (|:| -1838 (-757)) (|:| |curves| (-757)) (|:| |polygons| (-757)) (|:| |constructs| (-757)))))) (-2851 (*1 *1 *1) (-12 (-4 *1 (-1113 *2)) (-4 *2 (-1031)))) (-3696 (*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-1143 3 *3)))))
+(-13 (-1079) (-10 -8 (-15 -3622 ($)) (-15 -3622 ($ (-1143 3 |t#1|))) (-15 -2867 ((-757) $)) (-15 -3422 ((-757) $)) (-15 -3858 ($ (-630 $))) (-15 -3858 ($ $ $)) (-15 -1846 ($ (-630 $))) (-15 -4054 ((-630 $) $)) (-15 -1516 ((-630 $) $)) (-15 -1488 ($ $)) (-15 -4167 ((-757) $ (-630 (-925 |t#1|)))) (-15 -2996 ($ $ (-757) (-925 |t#1|))) (-15 -1694 ($ $ (-925 |t#1|))) (-15 -1694 ($ $ (-630 |t#1|))) (-15 -1694 ($ $ (-757))) (-15 -1694 ($ (-925 |t#1|))) (-15 -1694 ((-925 |t#1|) $)) (-15 -3375 ((-111) $)) (-15 -1821 ($ $ (-630 (-925 |t#1|)))) (-15 -1821 ($ $ (-630 (-630 |t#1|)))) (-15 -1821 ($ (-630 (-925 |t#1|)))) (-15 -1821 ((-630 (-925 |t#1|)) $)) (-15 -1577 ((-111) $)) (-15 -2858 ($ $ (-630 (-925 |t#1|)))) (-15 -2858 ($ $ (-630 (-630 |t#1|)))) (-15 -2858 ($ (-630 (-925 |t#1|)))) (-15 -2858 ((-630 (-925 |t#1|)) $)) (-15 -1557 ((-111) $)) (-15 -2080 ($ $ (-630 (-925 |t#1|)))) (-15 -2080 ($ $ (-630 (-630 |t#1|)))) (-15 -2080 ($ (-630 (-925 |t#1|)))) (-15 -2080 ((-630 (-925 |t#1|)) $)) (-15 -3135 ((-111) $)) (-15 -3312 ($ $ (-630 (-630 (-925 |t#1|))) (-630 (-168)) (-168))) (-15 -3312 ($ $ (-630 (-630 (-630 |t#1|))) (-630 (-168)) (-168))) (-15 -3312 ($ $ (-630 (-630 (-925 |t#1|))) (-111) (-111))) (-15 -3312 ($ $ (-630 (-630 (-630 |t#1|))) (-111) (-111))) (-15 -3312 ($ (-630 (-630 (-925 |t#1|))))) (-15 -3312 ($ (-630 (-630 (-925 |t#1|))) (-111) (-111))) (-15 -3312 ((-630 (-630 (-925 |t#1|))) $)) (-15 -2635 ((-111) $)) (-15 -2287 ((-630 (-925 |t#1|)) $)) (-15 -2358 ((-630 (-630 (-630 (-757)))) $)) (-15 -3202 ((-630 (-630 (-630 (-925 |t#1|)))) $)) (-15 -2684 ((-630 (-630 (-168))) $)) (-15 -2304 ((-630 (-168)) $)) (-15 -4162 ((-2 (|:| -1838 (-757)) (|:| |curves| (-757)) (|:| |polygons| (-757)) (|:| |constructs| (-757))) $)) (-15 -2851 ($ $)) (-15 -3696 ((-1143 3 |t#1|) $)) (-15 -3212 ((-845) $))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 176) (((-1160) $) 7) (($ (-1160)) NIL)) (-3284 (((-111) $ (|[\|\|]| (-517))) 17) (((-111) $ (|[\|\|]| (-213))) 21) (((-111) $ (|[\|\|]| (-661))) 25) (((-111) $ (|[\|\|]| (-1248))) 29) (((-111) $ (|[\|\|]| (-136))) 33) (((-111) $ (|[\|\|]| (-131))) 37) (((-111) $ (|[\|\|]| (-1094))) 41) (((-111) $ (|[\|\|]| (-95))) 45) (((-111) $ (|[\|\|]| (-666))) 49) (((-111) $ (|[\|\|]| (-510))) 53) (((-111) $ (|[\|\|]| (-1046))) 57) (((-111) $ (|[\|\|]| (-1249))) 61) (((-111) $ (|[\|\|]| (-518))) 65) (((-111) $ (|[\|\|]| (-151))) 69) (((-111) $ (|[\|\|]| (-656))) 73) (((-111) $ (|[\|\|]| (-305))) 77) (((-111) $ (|[\|\|]| (-1018))) 81) (((-111) $ (|[\|\|]| (-177))) 85) (((-111) $ (|[\|\|]| (-952))) 89) (((-111) $ (|[\|\|]| (-1053))) 93) (((-111) $ (|[\|\|]| (-1069))) 97) (((-111) $ (|[\|\|]| (-1075))) 101) (((-111) $ (|[\|\|]| (-613))) 105) (((-111) $ (|[\|\|]| (-1145))) 109) (((-111) $ (|[\|\|]| (-153))) 113) (((-111) $ (|[\|\|]| (-135))) 117) (((-111) $ (|[\|\|]| (-471))) 121) (((-111) $ (|[\|\|]| (-580))) 125) (((-111) $ (|[\|\|]| (-499))) 131) (((-111) $ (|[\|\|]| (-1137))) 135) (((-111) $ (|[\|\|]| (-553))) 139)) (-1513 (((-517) $) 18) (((-213) $) 22) (((-661) $) 26) (((-1248) $) 30) (((-136) $) 34) (((-131) $) 38) (((-1094) $) 42) (((-95) $) 46) (((-666) $) 50) (((-510) $) 54) (((-1046) $) 58) (((-1249) $) 62) (((-518) $) 66) (((-151) $) 70) (((-656) $) 74) (((-305) $) 78) (((-1018) $) 82) (((-177) $) 86) (((-952) $) 90) (((-1053) $) 94) (((-1069) $) 98) (((-1075) $) 102) (((-613) $) 106) (((-1145) $) 110) (((-153) $) 114) (((-135) $) 118) (((-471) $) 122) (((-580) $) 126) (((-499) $) 132) (((-1137) $) 136) (((-553) $) 140)) (-1614 (((-111) $ $) NIL)))
+(((-1114) (-1116)) (T -1114))
+NIL
+(-1116)
+((-2722 (((-630 (-1160)) (-1137)) 9)))
+(((-1115) (-10 -7 (-15 -2722 ((-630 (-1160)) (-1137))))) (T -1115))
+((-2722 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-630 (-1160))) (-5 *1 (-1115)))))
+(-10 -7 (-15 -2722 ((-630 (-1160)) (-1137))))
+((-3200 (((-111) $ $) 7)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (((-1160) $) 15) (($ (-1160)) 14)) (-3284 (((-111) $ (|[\|\|]| (-517))) 80) (((-111) $ (|[\|\|]| (-213))) 78) (((-111) $ (|[\|\|]| (-661))) 76) (((-111) $ (|[\|\|]| (-1248))) 74) (((-111) $ (|[\|\|]| (-136))) 72) (((-111) $ (|[\|\|]| (-131))) 70) (((-111) $ (|[\|\|]| (-1094))) 68) (((-111) $ (|[\|\|]| (-95))) 66) (((-111) $ (|[\|\|]| (-666))) 64) (((-111) $ (|[\|\|]| (-510))) 62) (((-111) $ (|[\|\|]| (-1046))) 60) (((-111) $ (|[\|\|]| (-1249))) 58) (((-111) $ (|[\|\|]| (-518))) 56) (((-111) $ (|[\|\|]| (-151))) 54) (((-111) $ (|[\|\|]| (-656))) 52) (((-111) $ (|[\|\|]| (-305))) 50) (((-111) $ (|[\|\|]| (-1018))) 48) (((-111) $ (|[\|\|]| (-177))) 46) (((-111) $ (|[\|\|]| (-952))) 44) (((-111) $ (|[\|\|]| (-1053))) 42) (((-111) $ (|[\|\|]| (-1069))) 40) (((-111) $ (|[\|\|]| (-1075))) 38) (((-111) $ (|[\|\|]| (-613))) 36) (((-111) $ (|[\|\|]| (-1145))) 34) (((-111) $ (|[\|\|]| (-153))) 32) (((-111) $ (|[\|\|]| (-135))) 30) (((-111) $ (|[\|\|]| (-471))) 28) (((-111) $ (|[\|\|]| (-580))) 26) (((-111) $ (|[\|\|]| (-499))) 24) (((-111) $ (|[\|\|]| (-1137))) 22) (((-111) $ (|[\|\|]| (-553))) 20)) (-1513 (((-517) $) 79) (((-213) $) 77) (((-661) $) 75) (((-1248) $) 73) (((-136) $) 71) (((-131) $) 69) (((-1094) $) 67) (((-95) $) 65) (((-666) $) 63) (((-510) $) 61) (((-1046) $) 59) (((-1249) $) 57) (((-518) $) 55) (((-151) $) 53) (((-656) $) 51) (((-305) $) 49) (((-1018) $) 47) (((-177) $) 45) (((-952) $) 43) (((-1053) $) 41) (((-1069) $) 39) (((-1075) $) 37) (((-613) $) 35) (((-1145) $) 33) (((-153) $) 31) (((-135) $) 29) (((-471) $) 27) (((-580) $) 25) (((-499) $) 23) (((-1137) $) 21) (((-553) $) 19)) (-1614 (((-111) $ $) 6)))
+(((-1116) (-137)) (T -1116))
+((-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-517))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-517)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-213))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-213)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-661))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-661)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1248))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1248)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-136))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-136)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-131))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-131)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1094))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1094)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-95))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-95)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-666))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-666)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-510))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-510)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1046))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1046)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1249))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1249)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-518)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-151))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-151)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-656))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-656)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-305))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-305)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1018))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1018)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-177))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-177)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-952))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-952)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1053))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1053)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1069))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1069)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1075))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1075)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-613))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-613)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1145))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1145)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-153))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-153)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-135))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-135)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-471))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-471)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-580))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-580)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-499))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-499)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1137))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1137)))) (-3284 (*1 *2 *1 *3) (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-553))) (-5 *2 (-111)))) (-1513 (*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-553)))))
+(-13 (-1062) (-1233) (-10 -8 (-15 -3284 ((-111) $ (|[\|\|]| (-517)))) (-15 -1513 ((-517) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-213)))) (-15 -1513 ((-213) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-661)))) (-15 -1513 ((-661) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1248)))) (-15 -1513 ((-1248) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-136)))) (-15 -1513 ((-136) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-131)))) (-15 -1513 ((-131) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1094)))) (-15 -1513 ((-1094) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-95)))) (-15 -1513 ((-95) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-666)))) (-15 -1513 ((-666) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-510)))) (-15 -1513 ((-510) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1046)))) (-15 -1513 ((-1046) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1249)))) (-15 -1513 ((-1249) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-518)))) (-15 -1513 ((-518) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-151)))) (-15 -1513 ((-151) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-656)))) (-15 -1513 ((-656) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-305)))) (-15 -1513 ((-305) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1018)))) (-15 -1513 ((-1018) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-177)))) (-15 -1513 ((-177) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-952)))) (-15 -1513 ((-952) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1053)))) (-15 -1513 ((-1053) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1069)))) (-15 -1513 ((-1069) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1075)))) (-15 -1513 ((-1075) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-613)))) (-15 -1513 ((-613) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1145)))) (-15 -1513 ((-1145) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-153)))) (-15 -1513 ((-153) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-135)))) (-15 -1513 ((-135) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-471)))) (-15 -1513 ((-471) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-580)))) (-15 -1513 ((-580) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-499)))) (-15 -1513 ((-499) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-1137)))) (-15 -1513 ((-1137) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-553)))) (-15 -1513 ((-553) $))))
+(((-92) . T) ((-101) . T) ((-600 (-845)) . T) ((-600 (-1160)) . T) ((-1079) . T) ((-1062) . T) ((-1233) . T))
+((-2704 (((-1243) (-630 (-845))) 23) (((-1243) (-845)) 22)) (-1391 (((-1243) (-630 (-845))) 21) (((-1243) (-845)) 20)) (-2176 (((-1243) (-630 (-845))) 19) (((-1243) (-845)) 11) (((-1243) (-1137) (-845)) 17)))
+(((-1117) (-10 -7 (-15 -2176 ((-1243) (-1137) (-845))) (-15 -2176 ((-1243) (-845))) (-15 -1391 ((-1243) (-845))) (-15 -2704 ((-1243) (-845))) (-15 -2176 ((-1243) (-630 (-845)))) (-15 -1391 ((-1243) (-630 (-845)))) (-15 -2704 ((-1243) (-630 (-845)))))) (T -1117))
+((-2704 (*1 *2 *3) (-12 (-5 *3 (-630 (-845))) (-5 *2 (-1243)) (-5 *1 (-1117)))) (-1391 (*1 *2 *3) (-12 (-5 *3 (-630 (-845))) (-5 *2 (-1243)) (-5 *1 (-1117)))) (-2176 (*1 *2 *3) (-12 (-5 *3 (-630 (-845))) (-5 *2 (-1243)) (-5 *1 (-1117)))) (-2704 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-1117)))) (-1391 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-1117)))) (-2176 (*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-1117)))) (-2176 (*1 *2 *3 *4) (-12 (-5 *3 (-1137)) (-5 *4 (-845)) (-5 *2 (-1243)) (-5 *1 (-1117)))))
+(-10 -7 (-15 -2176 ((-1243) (-1137) (-845))) (-15 -2176 ((-1243) (-845))) (-15 -1391 ((-1243) (-845))) (-15 -2704 ((-1243) (-845))) (-15 -2176 ((-1243) (-630 (-845)))) (-15 -1391 ((-1243) (-630 (-845)))) (-15 -2704 ((-1243) (-630 (-845)))))
+((-1792 (($ $ $) 10)) (-3868 (($ $) 9)) (-4102 (($ $ $) 13)) (-3995 (($ $ $) 15)) (-1782 (($ $ $) 12)) (-2632 (($ $ $) 14)) (-1448 (($ $) 17)) (-2706 (($ $) 16)) (-1411 (($ $) 6)) (-2584 (($ $ $) 11) (($ $) 7)) (-3067 (($ $ $) 8)))
+(((-1118) (-137)) (T -1118))
+((-1448 (*1 *1 *1) (-4 *1 (-1118))) (-2706 (*1 *1 *1) (-4 *1 (-1118))) (-3995 (*1 *1 *1 *1) (-4 *1 (-1118))) (-2632 (*1 *1 *1 *1) (-4 *1 (-1118))) (-4102 (*1 *1 *1 *1) (-4 *1 (-1118))) (-1782 (*1 *1 *1 *1) (-4 *1 (-1118))) (-2584 (*1 *1 *1 *1) (-4 *1 (-1118))) (-1792 (*1 *1 *1 *1) (-4 *1 (-1118))) (-3868 (*1 *1 *1) (-4 *1 (-1118))) (-3067 (*1 *1 *1 *1) (-4 *1 (-1118))) (-2584 (*1 *1 *1) (-4 *1 (-1118))) (-1411 (*1 *1 *1) (-4 *1 (-1118))))
+(-13 (-10 -8 (-15 -1411 ($ $)) (-15 -2584 ($ $)) (-15 -3067 ($ $ $)) (-15 -3868 ($ $)) (-15 -1792 ($ $ $)) (-15 -2584 ($ $ $)) (-15 -1782 ($ $ $)) (-15 -4102 ($ $ $)) (-15 -2632 ($ $ $)) (-15 -3995 ($ $ $)) (-15 -2706 ($ $)) (-15 -1448 ($ $))))
+((-3200 (((-111) $ $) 41)) (-2924 ((|#1| $) 15)) (-2432 (((-111) $ $ (-1 (-111) |#2| |#2|)) 36)) (-4062 (((-111) $) 17)) (-1953 (($ $ |#1|) 28)) (-3394 (($ $ (-111)) 30)) (-1485 (($ $) 31)) (-2539 (($ $ |#2|) 29)) (-4056 (((-1137) $) NIL)) (-1786 (((-111) $ $ (-1 (-111) |#1| |#1|) (-1 (-111) |#2| |#2|)) 35)) (-2875 (((-1099) $) NIL)) (-3437 (((-111) $) 14)) (-1422 (($) 10)) (-1488 (($ $) 27)) (-3225 (($ |#1| |#2| (-111)) 18) (($ |#1| |#2|) 19) (($ (-2 (|:| |val| |#1|) (|:| -3361 |#2|))) 21) (((-630 $) (-630 (-2 (|:| |val| |#1|) (|:| -3361 |#2|)))) 24) (((-630 $) |#1| (-630 |#2|)) 26)) (-3920 ((|#2| $) 16)) (-3212 (((-845) $) 50)) (-1614 (((-111) $ $) 39)))
+(((-1119 |#1| |#2|) (-13 (-1079) (-10 -8 (-15 -1422 ($)) (-15 -3437 ((-111) $)) (-15 -2924 (|#1| $)) (-15 -3920 (|#2| $)) (-15 -4062 ((-111) $)) (-15 -3225 ($ |#1| |#2| (-111))) (-15 -3225 ($ |#1| |#2|)) (-15 -3225 ($ (-2 (|:| |val| |#1|) (|:| -3361 |#2|)))) (-15 -3225 ((-630 $) (-630 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))))) (-15 -3225 ((-630 $) |#1| (-630 |#2|))) (-15 -1488 ($ $)) (-15 -1953 ($ $ |#1|)) (-15 -2539 ($ $ |#2|)) (-15 -3394 ($ $ (-111))) (-15 -1485 ($ $)) (-15 -1786 ((-111) $ $ (-1 (-111) |#1| |#1|) (-1 (-111) |#2| |#2|))) (-15 -2432 ((-111) $ $ (-1 (-111) |#2| |#2|))))) (-13 (-1079) (-34)) (-13 (-1079) (-34))) (T -1119))
+((-1422 (*1 *1) (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))))) (-3437 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))))) (-2924 (*1 *2 *1) (-12 (-4 *2 (-13 (-1079) (-34))) (-5 *1 (-1119 *2 *3)) (-4 *3 (-13 (-1079) (-34))))) (-3920 (*1 *2 *1) (-12 (-4 *2 (-13 (-1079) (-34))) (-5 *1 (-1119 *3 *2)) (-4 *3 (-13 (-1079) (-34))))) (-4062 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))))) (-3225 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-111)) (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))))) (-3225 (*1 *1 *2 *3) (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))))) (-3225 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -3361 *4))) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))) (-5 *1 (-1119 *3 *4)))) (-3225 (*1 *2 *3) (-12 (-5 *3 (-630 (-2 (|:| |val| *4) (|:| -3361 *5)))) (-4 *4 (-13 (-1079) (-34))) (-4 *5 (-13 (-1079) (-34))) (-5 *2 (-630 (-1119 *4 *5))) (-5 *1 (-1119 *4 *5)))) (-3225 (*1 *2 *3 *4) (-12 (-5 *4 (-630 *5)) (-4 *5 (-13 (-1079) (-34))) (-5 *2 (-630 (-1119 *3 *5))) (-5 *1 (-1119 *3 *5)) (-4 *3 (-13 (-1079) (-34))))) (-1488 (*1 *1 *1) (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))))) (-1953 (*1 *1 *1 *2) (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))))) (-2539 (*1 *1 *1 *2) (-12 (-5 *1 (-1119 *3 *2)) (-4 *3 (-13 (-1079) (-34))) (-4 *2 (-13 (-1079) (-34))))) (-3394 (*1 *1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))))) (-1485 (*1 *1 *1) (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))))) (-1786 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-111) *5 *5)) (-5 *4 (-1 (-111) *6 *6)) (-4 *5 (-13 (-1079) (-34))) (-4 *6 (-13 (-1079) (-34))) (-5 *2 (-111)) (-5 *1 (-1119 *5 *6)))) (-2432 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-111) *5 *5)) (-4 *5 (-13 (-1079) (-34))) (-5 *2 (-111)) (-5 *1 (-1119 *4 *5)) (-4 *4 (-13 (-1079) (-34))))))
+(-13 (-1079) (-10 -8 (-15 -1422 ($)) (-15 -3437 ((-111) $)) (-15 -2924 (|#1| $)) (-15 -3920 (|#2| $)) (-15 -4062 ((-111) $)) (-15 -3225 ($ |#1| |#2| (-111))) (-15 -3225 ($ |#1| |#2|)) (-15 -3225 ($ (-2 (|:| |val| |#1|) (|:| -3361 |#2|)))) (-15 -3225 ((-630 $) (-630 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))))) (-15 -3225 ((-630 $) |#1| (-630 |#2|))) (-15 -1488 ($ $)) (-15 -1953 ($ $ |#1|)) (-15 -2539 ($ $ |#2|)) (-15 -3394 ($ $ (-111))) (-15 -1485 ($ $)) (-15 -1786 ((-111) $ $ (-1 (-111) |#1| |#1|) (-1 (-111) |#2| |#2|))) (-15 -2432 ((-111) $ $ (-1 (-111) |#2| |#2|)))))
+((-3200 (((-111) $ $) NIL (|has| (-1119 |#1| |#2|) (-1079)))) (-2924 (((-1119 |#1| |#2|) $) 25)) (-3084 (($ $) 76)) (-3802 (((-111) (-1119 |#1| |#2|) $ (-1 (-111) |#2| |#2|)) 85)) (-3187 (($ $ $ (-630 (-1119 |#1| |#2|))) 90) (($ $ $ (-630 (-1119 |#1| |#2|)) (-1 (-111) |#2| |#2|)) 91)) (-2549 (((-111) $ (-757)) NIL)) (-2830 (((-1119 |#1| |#2|) $ (-1119 |#1| |#2|)) 43 (|has| $ (-6 -4370)))) (-1471 (((-1119 |#1| |#2|) $ "value" (-1119 |#1| |#2|)) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 41 (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-1282 (((-630 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))) $) 80)) (-1875 (($ (-1119 |#1| |#2|) $) 39)) (-2653 (($ (-1119 |#1| |#2|) $) 31)) (-3136 (((-630 (-1119 |#1| |#2|)) $) NIL (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 51)) (-3385 (((-111) (-1119 |#1| |#2|) $) 82)) (-1576 (((-111) $ $) NIL (|has| (-1119 |#1| |#2|) (-1079)))) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 (-1119 |#1| |#2|)) $) 55 (|has| $ (-6 -4369)))) (-4349 (((-111) (-1119 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-1119 |#1| |#2|) (-1079))))) (-2947 (($ (-1 (-1119 |#1| |#2|) (-1119 |#1| |#2|)) $) 47 (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-1119 |#1| |#2|) (-1119 |#1| |#2|)) $) 46)) (-3711 (((-111) $ (-757)) NIL)) (-2603 (((-630 (-1119 |#1| |#2|)) $) 53)) (-3380 (((-111) $) 42)) (-4056 (((-1137) $) NIL (|has| (-1119 |#1| |#2|) (-1079)))) (-2875 (((-1099) $) NIL (|has| (-1119 |#1| |#2|) (-1079)))) (-2905 (((-3 $ "failed") $) 75)) (-1563 (((-111) (-1 (-111) (-1119 |#1| |#2|)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-1119 |#1| |#2|)))) NIL (-12 (|has| (-1119 |#1| |#2|) (-303 (-1119 |#1| |#2|))) (|has| (-1119 |#1| |#2|) (-1079)))) (($ $ (-288 (-1119 |#1| |#2|))) NIL (-12 (|has| (-1119 |#1| |#2|) (-303 (-1119 |#1| |#2|))) (|has| (-1119 |#1| |#2|) (-1079)))) (($ $ (-1119 |#1| |#2|) (-1119 |#1| |#2|)) NIL (-12 (|has| (-1119 |#1| |#2|) (-303 (-1119 |#1| |#2|))) (|has| (-1119 |#1| |#2|) (-1079)))) (($ $ (-630 (-1119 |#1| |#2|)) (-630 (-1119 |#1| |#2|))) NIL (-12 (|has| (-1119 |#1| |#2|) (-303 (-1119 |#1| |#2|))) (|has| (-1119 |#1| |#2|) (-1079))))) (-3245 (((-111) $ $) 50)) (-3437 (((-111) $) 22)) (-1422 (($) 24)) (-2061 (((-1119 |#1| |#2|) $ "value") NIL)) (-2566 (((-553) $ $) NIL)) (-3990 (((-111) $) 44)) (-2885 (((-757) (-1 (-111) (-1119 |#1| |#2|)) $) NIL (|has| $ (-6 -4369))) (((-757) (-1119 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-1119 |#1| |#2|) (-1079))))) (-1488 (($ $) 49)) (-3225 (($ (-1119 |#1| |#2|)) 9) (($ |#1| |#2| (-630 $)) 12) (($ |#1| |#2| (-630 (-1119 |#1| |#2|))) 14) (($ |#1| |#2| |#1| (-630 |#2|)) 17)) (-1794 (((-630 |#2|) $) 81)) (-3212 (((-845) $) 73 (|has| (-1119 |#1| |#2|) (-600 (-845))))) (-2590 (((-630 $) $) 28)) (-1884 (((-111) $ $) NIL (|has| (-1119 |#1| |#2|) (-1079)))) (-1798 (((-111) (-1 (-111) (-1119 |#1| |#2|)) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 64 (|has| (-1119 |#1| |#2|) (-1079)))) (-2656 (((-757) $) 58 (|has| $ (-6 -4369)))))
+(((-1120 |#1| |#2|) (-13 (-992 (-1119 |#1| |#2|)) (-10 -8 (-6 -4370) (-6 -4369) (-15 -2905 ((-3 $ "failed") $)) (-15 -3084 ($ $)) (-15 -3225 ($ (-1119 |#1| |#2|))) (-15 -3225 ($ |#1| |#2| (-630 $))) (-15 -3225 ($ |#1| |#2| (-630 (-1119 |#1| |#2|)))) (-15 -3225 ($ |#1| |#2| |#1| (-630 |#2|))) (-15 -1794 ((-630 |#2|) $)) (-15 -1282 ((-630 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))) $)) (-15 -3385 ((-111) (-1119 |#1| |#2|) $)) (-15 -3802 ((-111) (-1119 |#1| |#2|) $ (-1 (-111) |#2| |#2|))) (-15 -2653 ($ (-1119 |#1| |#2|) $)) (-15 -1875 ($ (-1119 |#1| |#2|) $)) (-15 -3187 ($ $ $ (-630 (-1119 |#1| |#2|)))) (-15 -3187 ($ $ $ (-630 (-1119 |#1| |#2|)) (-1 (-111) |#2| |#2|))))) (-13 (-1079) (-34)) (-13 (-1079) (-34))) (T -1120))
+((-2905 (*1 *1 *1) (|partial| -12 (-5 *1 (-1120 *2 *3)) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))))) (-3084 (*1 *1 *1) (-12 (-5 *1 (-1120 *2 *3)) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))))) (-3225 (*1 *1 *2) (-12 (-5 *2 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))) (-5 *1 (-1120 *3 *4)))) (-3225 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-630 (-1120 *2 *3))) (-5 *1 (-1120 *2 *3)) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))))) (-3225 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-630 (-1119 *2 *3))) (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34))) (-5 *1 (-1120 *2 *3)))) (-3225 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-1079) (-34))) (-5 *1 (-1120 *2 *3)) (-4 *2 (-13 (-1079) (-34))))) (-1794 (*1 *2 *1) (-12 (-5 *2 (-630 *4)) (-5 *1 (-1120 *3 *4)) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))))) (-1282 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4)))) (-5 *1 (-1120 *3 *4)) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))))) (-3385 (*1 *2 *3 *1) (-12 (-5 *3 (-1119 *4 *5)) (-4 *4 (-13 (-1079) (-34))) (-4 *5 (-13 (-1079) (-34))) (-5 *2 (-111)) (-5 *1 (-1120 *4 *5)))) (-3802 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1119 *5 *6)) (-5 *4 (-1 (-111) *6 *6)) (-4 *5 (-13 (-1079) (-34))) (-4 *6 (-13 (-1079) (-34))) (-5 *2 (-111)) (-5 *1 (-1120 *5 *6)))) (-2653 (*1 *1 *2 *1) (-12 (-5 *2 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))) (-5 *1 (-1120 *3 *4)))) (-1875 (*1 *1 *2 *1) (-12 (-5 *2 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))) (-5 *1 (-1120 *3 *4)))) (-3187 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-630 (-1119 *3 *4))) (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))) (-5 *1 (-1120 *3 *4)))) (-3187 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-1119 *4 *5))) (-5 *3 (-1 (-111) *5 *5)) (-4 *4 (-13 (-1079) (-34))) (-4 *5 (-13 (-1079) (-34))) (-5 *1 (-1120 *4 *5)))))
+(-13 (-992 (-1119 |#1| |#2|)) (-10 -8 (-6 -4370) (-6 -4369) (-15 -2905 ((-3 $ "failed") $)) (-15 -3084 ($ $)) (-15 -3225 ($ (-1119 |#1| |#2|))) (-15 -3225 ($ |#1| |#2| (-630 $))) (-15 -3225 ($ |#1| |#2| (-630 (-1119 |#1| |#2|)))) (-15 -3225 ($ |#1| |#2| |#1| (-630 |#2|))) (-15 -1794 ((-630 |#2|) $)) (-15 -1282 ((-630 (-2 (|:| |val| |#1|) (|:| -3361 |#2|))) $)) (-15 -3385 ((-111) (-1119 |#1| |#2|) $)) (-15 -3802 ((-111) (-1119 |#1| |#2|) $ (-1 (-111) |#2| |#2|))) (-15 -2653 ($ (-1119 |#1| |#2|) $)) (-15 -1875 ($ (-1119 |#1| |#2|) $)) (-15 -3187 ($ $ $ (-630 (-1119 |#1| |#2|)))) (-15 -3187 ($ $ $ (-630 (-1119 |#1| |#2|)) (-1 (-111) |#2| |#2|)))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4092 (($ $) NIL)) (-1550 ((|#2| $) NIL)) (-4188 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-4132 (($ (-674 |#2|)) 50)) (-3109 (((-111) $) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-2685 (($ |#2|) 10)) (-3203 (($) NIL T CONST)) (-3399 (($ $) 63 (|has| |#2| (-301)))) (-1310 (((-235 |#1| |#2|) $ (-553)) 36)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#2| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-3 |#2| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#2| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#2| (-1020 (-401 (-553))))) ((|#2| $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL) (((-674 |#2|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) 77)) (-2129 (((-757) $) 65 (|has| |#2| (-545)))) (-2891 ((|#2| $ (-553) (-553)) NIL)) (-3136 (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-1434 (((-111) $) NIL)) (-3005 (((-757) $) 67 (|has| |#2| (-545)))) (-2455 (((-630 (-235 |#1| |#2|)) $) 71 (|has| |#2| (-545)))) (-2390 (((-757) $) NIL)) (-3306 (($ |#2|) 20)) (-2402 (((-757) $) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1405 ((|#2| $) 61 (|has| |#2| (-6 (-4371 "*"))))) (-3176 (((-553) $) NIL)) (-1757 (((-553) $) NIL)) (-2447 (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1907 (((-553) $) NIL)) (-2680 (((-553) $) NIL)) (-3515 (($ (-630 (-630 |#2|))) 31)) (-2947 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-4245 (((-630 (-630 |#2|)) $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-3015 (((-3 $ "failed") $) 74 (|has| |#2| (-357)))) (-2875 (((-1099) $) NIL)) (-3968 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-545)))) (-1563 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ (-553) (-553) |#2|) NIL) ((|#2| $ (-553) (-553)) NIL)) (-3095 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-757)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-1877 ((|#2| $) NIL)) (-2461 (($ (-630 |#2|)) 44)) (-1924 (((-111) $) NIL)) (-1326 (((-235 |#1| |#2|) $) NIL)) (-3368 ((|#2| $) 59 (|has| |#2| (-6 (-4371 "*"))))) (-2885 (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1488 (($ $) NIL)) (-1523 (((-529) $) 86 (|has| |#2| (-601 (-529))))) (-3877 (((-235 |#1| |#2|) $ (-553)) 38)) (-3212 (((-845) $) 41) (($ (-553)) NIL) (($ (-401 (-553))) NIL (|has| |#2| (-1020 (-401 (-553))))) (($ |#2|) NIL) (((-674 |#2|) $) 46)) (-1348 (((-757)) 18)) (-1798 (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-3897 (((-111) $) NIL)) (-3296 (($) 12 T CONST)) (-3308 (($) 15 T CONST)) (-1766 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-757)) NIL (|has| |#2| (-228))) (($ $) NIL (|has| |#2| (-228)))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) 57) (($ $ (-553)) 76 (|has| |#2| (-357)))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-235 |#1| |#2|) $ (-235 |#1| |#2|)) 53) (((-235 |#1| |#2|) (-235 |#1| |#2|) $) 55)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1121 |#1| |#2|) (-13 (-1102 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-600 (-674 |#2|)) (-10 -8 (-15 -3306 ($ |#2|)) (-15 -4092 ($ $)) (-15 -4132 ($ (-674 |#2|))) (IF (|has| |#2| (-6 (-4371 "*"))) (-6 -4358) |%noBranch|) (IF (|has| |#2| (-6 (-4371 "*"))) (IF (|has| |#2| (-6 -4366)) (-6 -4366) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|))) (-757) (-1031)) (T -1121))
+((-3306 (*1 *1 *2) (-12 (-5 *1 (-1121 *3 *2)) (-14 *3 (-757)) (-4 *2 (-1031)))) (-4092 (*1 *1 *1) (-12 (-5 *1 (-1121 *2 *3)) (-14 *2 (-757)) (-4 *3 (-1031)))) (-4132 (*1 *1 *2) (-12 (-5 *2 (-674 *4)) (-4 *4 (-1031)) (-5 *1 (-1121 *3 *4)) (-14 *3 (-757)))))
+(-13 (-1102 |#1| |#2| (-235 |#1| |#2|) (-235 |#1| |#2|)) (-600 (-674 |#2|)) (-10 -8 (-15 -3306 ($ |#2|)) (-15 -4092 ($ $)) (-15 -4132 ($ (-674 |#2|))) (IF (|has| |#2| (-6 (-4371 "*"))) (-6 -4358) |%noBranch|) (IF (|has| |#2| (-6 (-4371 "*"))) (IF (|has| |#2| (-6 -4366)) (-6 -4366) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-601 (-529))) (-6 (-601 (-529))) |%noBranch|)))
+((-4214 (($ $) 19)) (-4136 (($ $ (-141)) 10) (($ $ (-138)) 14)) (-1292 (((-111) $ $) 24)) (-2914 (($ $) 17)) (-2061 (((-141) $ (-553) (-141)) NIL) (((-141) $ (-553)) NIL) (($ $ (-1205 (-553))) NIL) (($ $ $) 29)) (-3212 (($ (-141)) 27) (((-845) $) NIL)))
+(((-1122 |#1|) (-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -2061 (|#1| |#1| |#1|)) (-15 -4136 (|#1| |#1| (-138))) (-15 -4136 (|#1| |#1| (-141))) (-15 -3212 (|#1| (-141))) (-15 -1292 ((-111) |#1| |#1|)) (-15 -4214 (|#1| |#1|)) (-15 -2914 (|#1| |#1|)) (-15 -2061 (|#1| |#1| (-1205 (-553)))) (-15 -2061 ((-141) |#1| (-553))) (-15 -2061 ((-141) |#1| (-553) (-141)))) (-1123)) (T -1122))
+NIL
+(-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -2061 (|#1| |#1| |#1|)) (-15 -4136 (|#1| |#1| (-138))) (-15 -4136 (|#1| |#1| (-141))) (-15 -3212 (|#1| (-141))) (-15 -1292 ((-111) |#1| |#1|)) (-15 -4214 (|#1| |#1|)) (-15 -2914 (|#1| |#1|)) (-15 -2061 (|#1| |#1| (-1205 (-553)))) (-15 -2061 ((-141) |#1| (-553))) (-15 -2061 ((-141) |#1| (-553) (-141))))
+((-3200 (((-111) $ $) 19 (|has| (-141) (-1079)))) (-3369 (($ $) 120)) (-4214 (($ $) 121)) (-4136 (($ $ (-141)) 108) (($ $ (-138)) 107)) (-1306 (((-1243) $ (-553) (-553)) 40 (|has| $ (-6 -4370)))) (-1271 (((-111) $ $) 118)) (-4331 (((-111) $ $ (-553)) 117)) (-2135 (((-630 $) $ (-141)) 110) (((-630 $) $ (-138)) 109)) (-4332 (((-111) (-1 (-111) (-141) (-141)) $) 98) (((-111) $) 92 (|has| (-141) (-833)))) (-1748 (($ (-1 (-111) (-141) (-141)) $) 89 (|has| $ (-6 -4370))) (($ $) 88 (-12 (|has| (-141) (-833)) (|has| $ (-6 -4370))))) (-1297 (($ (-1 (-111) (-141) (-141)) $) 99) (($ $) 93 (|has| (-141) (-833)))) (-2549 (((-111) $ (-757)) 8)) (-1471 (((-141) $ (-553) (-141)) 52 (|has| $ (-6 -4370))) (((-141) $ (-1205 (-553)) (-141)) 58 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) (-141)) $) 75 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-2224 (($ $ (-141)) 104) (($ $ (-138)) 103)) (-3591 (($ $) 90 (|has| $ (-6 -4370)))) (-3341 (($ $) 100)) (-1898 (($ $ (-1205 (-553)) $) 114)) (-2738 (($ $) 78 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ (-141) $) 77 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) (-141)) $) 74 (|has| $ (-6 -4369)))) (-3883 (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) 76 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369)))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) 73 (|has| $ (-6 -4369))) (((-141) (-1 (-141) (-141) (-141)) $) 72 (|has| $ (-6 -4369)))) (-2959 (((-141) $ (-553) (-141)) 53 (|has| $ (-6 -4370)))) (-2891 (((-141) $ (-553)) 51)) (-1292 (((-111) $ $) 119)) (-1457 (((-553) (-1 (-111) (-141)) $) 97) (((-553) (-141) $) 96 (|has| (-141) (-1079))) (((-553) (-141) $ (-553)) 95 (|has| (-141) (-1079))) (((-553) $ $ (-553)) 113) (((-553) (-138) $ (-553)) 112)) (-3136 (((-630 (-141)) $) 30 (|has| $ (-6 -4369)))) (-3306 (($ (-757) (-141)) 69)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 43 (|has| (-553) (-833)))) (-1773 (($ $ $) 87 (|has| (-141) (-833)))) (-3858 (($ (-1 (-111) (-141) (-141)) $ $) 101) (($ $ $) 94 (|has| (-141) (-833)))) (-2447 (((-630 (-141)) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) (-141) $) 27 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 44 (|has| (-553) (-833)))) (-2012 (($ $ $) 86 (|has| (-141) (-833)))) (-1509 (((-111) $ $ (-141)) 115)) (-1806 (((-757) $ $ (-141)) 116)) (-2947 (($ (-1 (-141) (-141)) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-141) (-141)) $) 35) (($ (-1 (-141) (-141) (-141)) $ $) 64)) (-2533 (($ $) 122)) (-2914 (($ $) 123)) (-3711 (((-111) $ (-757)) 10)) (-2236 (($ $ (-141)) 106) (($ $ (-138)) 105)) (-4056 (((-1137) $) 22 (|has| (-141) (-1079)))) (-1760 (($ (-141) $ (-553)) 60) (($ $ $ (-553)) 59)) (-2508 (((-630 (-553)) $) 46)) (-2166 (((-111) (-553) $) 47)) (-2875 (((-1099) $) 21 (|has| (-141) (-1079)))) (-2701 (((-141) $) 42 (|has| (-553) (-833)))) (-3003 (((-3 (-141) "failed") (-1 (-111) (-141)) $) 71)) (-2001 (($ $ (-141)) 41 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) (-141)) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-141)))) 26 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-288 (-141))) 25 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-141) (-141)) 24 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-630 (-141)) (-630 (-141))) 23 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) (-141) $) 45 (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-1556 (((-630 (-141)) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 (((-141) $ (-553) (-141)) 50) (((-141) $ (-553)) 49) (($ $ (-1205 (-553))) 63) (($ $ $) 102)) (-2013 (($ $ (-553)) 62) (($ $ (-1205 (-553))) 61)) (-2885 (((-757) (-1 (-111) (-141)) $) 31 (|has| $ (-6 -4369))) (((-757) (-141) $) 28 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369))))) (-3454 (($ $ $ (-553)) 91 (|has| $ (-6 -4370)))) (-1488 (($ $) 13)) (-1523 (((-529) $) 79 (|has| (-141) (-601 (-529))))) (-3225 (($ (-630 (-141))) 70)) (-4320 (($ $ (-141)) 68) (($ (-141) $) 67) (($ $ $) 66) (($ (-630 $)) 65)) (-3212 (($ (-141)) 111) (((-845) $) 18 (|has| (-141) (-600 (-845))))) (-1798 (((-111) (-1 (-111) (-141)) $) 33 (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) 84 (|has| (-141) (-833)))) (-1645 (((-111) $ $) 83 (|has| (-141) (-833)))) (-1614 (((-111) $ $) 20 (|has| (-141) (-1079)))) (-1656 (((-111) $ $) 85 (|has| (-141) (-833)))) (-1633 (((-111) $ $) 82 (|has| (-141) (-833)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-1123) (-137)) (T -1123))
+((-2914 (*1 *1 *1) (-4 *1 (-1123))) (-2533 (*1 *1 *1) (-4 *1 (-1123))) (-4214 (*1 *1 *1) (-4 *1 (-1123))) (-3369 (*1 *1 *1) (-4 *1 (-1123))) (-1292 (*1 *2 *1 *1) (-12 (-4 *1 (-1123)) (-5 *2 (-111)))) (-1271 (*1 *2 *1 *1) (-12 (-4 *1 (-1123)) (-5 *2 (-111)))) (-4331 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1123)) (-5 *3 (-553)) (-5 *2 (-111)))) (-1806 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1123)) (-5 *3 (-141)) (-5 *2 (-757)))) (-1509 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1123)) (-5 *3 (-141)) (-5 *2 (-111)))) (-1898 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1123)) (-5 *2 (-1205 (-553))))) (-1457 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-553)))) (-1457 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-553)) (-5 *3 (-138)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-141)) (-4 *1 (-1123)))) (-2135 (*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-630 *1)) (-4 *1 (-1123)))) (-2135 (*1 *2 *1 *3) (-12 (-5 *3 (-138)) (-5 *2 (-630 *1)) (-4 *1 (-1123)))) (-4136 (*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-141)))) (-4136 (*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-138)))) (-2236 (*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-141)))) (-2236 (*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-138)))) (-2224 (*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-141)))) (-2224 (*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-138)))) (-2061 (*1 *1 *1 *1) (-4 *1 (-1123))))
+(-13 (-19 (-141)) (-10 -8 (-15 -2914 ($ $)) (-15 -2533 ($ $)) (-15 -4214 ($ $)) (-15 -3369 ($ $)) (-15 -1292 ((-111) $ $)) (-15 -1271 ((-111) $ $)) (-15 -4331 ((-111) $ $ (-553))) (-15 -1806 ((-757) $ $ (-141))) (-15 -1509 ((-111) $ $ (-141))) (-15 -1898 ($ $ (-1205 (-553)) $)) (-15 -1457 ((-553) $ $ (-553))) (-15 -1457 ((-553) (-138) $ (-553))) (-15 -3212 ($ (-141))) (-15 -2135 ((-630 $) $ (-141))) (-15 -2135 ((-630 $) $ (-138))) (-15 -4136 ($ $ (-141))) (-15 -4136 ($ $ (-138))) (-15 -2236 ($ $ (-141))) (-15 -2236 ($ $ (-138))) (-15 -2224 ($ $ (-141))) (-15 -2224 ($ $ (-138))) (-15 -2061 ($ $ $))))
+(((-34) . T) ((-101) -4028 (|has| (-141) (-1079)) (|has| (-141) (-833))) ((-600 (-845)) -4028 (|has| (-141) (-1079)) (|has| (-141) (-833)) (|has| (-141) (-600 (-845)))) ((-148 #0=(-141)) . T) ((-601 (-529)) |has| (-141) (-601 (-529))) ((-280 #1=(-553) #0#) . T) ((-282 #1# #0#) . T) ((-303 #0#) -12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079))) ((-367 #0#) . T) ((-482 #0#) . T) ((-591 #1# #0#) . T) ((-507 #0# #0#) -12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079))) ((-636 #0#) . T) ((-19 #0#) . T) ((-833) |has| (-141) (-833)) ((-1079) -4028 (|has| (-141) (-1079)) (|has| (-141) (-833))) ((-1192) . T))
+((-3047 (((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 |#4|) (-630 |#5|) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-757)) 94)) (-3756 (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 55) (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757)) 54)) (-1451 (((-1243) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-757)) 85)) (-3349 (((-757) (-630 |#4|) (-630 |#5|)) 27)) (-3210 (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 57) (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757)) 56) (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757) (-111)) 58)) (-2775 (((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111) (-111) (-111) (-111)) 76) (((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111)) 77)) (-1523 (((-1137) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) 80)) (-1337 (((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|) 53)) (-1935 (((-757) (-630 |#4|) (-630 |#5|)) 19)))
+(((-1124 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1935 ((-757) (-630 |#4|) (-630 |#5|))) (-15 -3349 ((-757) (-630 |#4|) (-630 |#5|))) (-15 -1337 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3756 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757))) (-15 -3756 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757) (-111))) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757))) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2775 ((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111))) (-15 -2775 ((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111) (-111) (-111) (-111))) (-15 -3047 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 |#4|) (-630 |#5|) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-757))) (-15 -1523 ((-1137) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) (-15 -1451 ((-1243) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-757)))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|) (-1088 |#1| |#2| |#3| |#4|)) (T -1124))
+((-1451 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-2 (|:| |val| (-630 *8)) (|:| -3361 *9)))) (-5 *4 (-757)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1088 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-1243)) (-5 *1 (-1124 *5 *6 *7 *8 *9)))) (-1523 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-630 *7)) (|:| -3361 *8))) (-4 *7 (-1045 *4 *5 *6)) (-4 *8 (-1088 *4 *5 *6 *7)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1137)) (-5 *1 (-1124 *4 *5 *6 *7 *8)))) (-3047 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-630 *11)) (|:| |todo| (-630 (-2 (|:| |val| *3) (|:| -3361 *11)))))) (-5 *6 (-757)) (-5 *2 (-630 (-2 (|:| |val| (-630 *10)) (|:| -3361 *11)))) (-5 *3 (-630 *10)) (-5 *4 (-630 *11)) (-4 *10 (-1045 *7 *8 *9)) (-4 *11 (-1088 *7 *8 *9 *10)) (-4 *7 (-445)) (-4 *8 (-779)) (-4 *9 (-833)) (-5 *1 (-1124 *7 *8 *9 *10 *11)))) (-2775 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-630 *9)) (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1088 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1124 *5 *6 *7 *8 *9)))) (-2775 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-630 *9)) (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1088 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1124 *5 *6 *7 *8 *9)))) (-3210 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1124 *5 *6 *7 *3 *4)) (-4 *4 (-1088 *5 *6 *7 *3)))) (-3210 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-757)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *3 (-1045 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1124 *6 *7 *8 *3 *4)) (-4 *4 (-1088 *6 *7 *8 *3)))) (-3210 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-757)) (-5 *6 (-111)) (-4 *7 (-445)) (-4 *8 (-779)) (-4 *9 (-833)) (-4 *3 (-1045 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1124 *7 *8 *9 *3 *4)) (-4 *4 (-1088 *7 *8 *9 *3)))) (-3756 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1124 *5 *6 *7 *3 *4)) (-4 *4 (-1088 *5 *6 *7 *3)))) (-3756 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-757)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *3 (-1045 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1124 *6 *7 *8 *3 *4)) (-4 *4 (-1088 *6 *7 *8 *3)))) (-1337 (*1 *2 *3 *4) (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-630 *4)) (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4)))))) (-5 *1 (-1124 *5 *6 *7 *3 *4)) (-4 *4 (-1088 *5 *6 *7 *3)))) (-3349 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *9)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1088 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-757)) (-5 *1 (-1124 *5 *6 *7 *8 *9)))) (-1935 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *9)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1088 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-757)) (-5 *1 (-1124 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -1935 ((-757) (-630 |#4|) (-630 |#5|))) (-15 -3349 ((-757) (-630 |#4|) (-630 |#5|))) (-15 -1337 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3756 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757))) (-15 -3756 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757) (-111))) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5| (-757))) (-15 -3210 ((-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) |#4| |#5|)) (-15 -2775 ((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111))) (-15 -2775 ((-630 |#5|) (-630 |#4|) (-630 |#5|) (-111) (-111) (-111) (-111) (-111))) (-15 -3047 ((-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-630 |#4|) (-630 |#5|) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-2 (|:| |done| (-630 |#5|)) (|:| |todo| (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))))) (-757))) (-15 -1523 ((-1137) (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|)))) (-15 -1451 ((-1243) (-630 (-2 (|:| |val| (-630 |#4|)) (|:| -3361 |#5|))) (-757))))
+((-3200 (((-111) $ $) NIL)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |#4|)))) (-630 |#4|)) NIL)) (-3240 (((-630 $) (-630 |#4|)) 110) (((-630 $) (-630 |#4|) (-111)) 111) (((-630 $) (-630 |#4|) (-111) (-111)) 109) (((-630 $) (-630 |#4|) (-111) (-111) (-111) (-111)) 112)) (-3611 (((-630 |#3|) $) NIL)) (-2484 (((-111) $) NIL)) (-2518 (((-111) $) NIL (|has| |#1| (-545)))) (-1305 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-1637 ((|#4| |#4| $) NIL)) (-3837 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| $) 84)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-3953 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369))) (((-3 |#4| "failed") $ |#3|) 62)) (-3203 (($) NIL T CONST)) (-1579 (((-111) $) 26 (|has| |#1| (-545)))) (-3199 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2763 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3271 (((-111) $) NIL (|has| |#1| (-545)))) (-3227 (((-630 |#4|) (-630 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-1931 (((-630 |#4|) (-630 |#4|) $) NIL (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) NIL (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) NIL)) (-2831 (($ (-630 |#4|)) NIL)) (-2714 (((-3 $ "failed") $) 39)) (-2250 ((|#4| |#4| $) 65)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2653 (($ |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 78 (|has| |#1| (-545)))) (-1410 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) NIL)) (-3899 ((|#4| |#4| $) NIL)) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4369))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-2920 (((-2 (|:| -2570 (-630 |#4|)) (|:| -3089 (-630 |#4|))) $) NIL)) (-2561 (((-111) |#4| $) NIL)) (-4298 (((-111) |#4| $) NIL)) (-2152 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2343 (((-2 (|:| |val| (-630 |#4|)) (|:| |towers| (-630 $))) (-630 |#4|) (-111) (-111)) 124)) (-3136 (((-630 |#4|) $) 16 (|has| $ (-6 -4369)))) (-2928 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-4051 ((|#3| $) 33)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#4|) $) 17 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 25 (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2947 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 21)) (-1345 (((-630 |#3|) $) NIL)) (-1426 (((-111) |#3| $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-2041 (((-3 |#4| (-630 $)) |#4| |#4| $) NIL)) (-3568 (((-630 (-2 (|:| |val| |#4|) (|:| -3361 $))) |#4| |#4| $) 103)) (-2679 (((-3 |#4| "failed") $) 37)) (-4302 (((-630 $) |#4| $) 88)) (-2742 (((-3 (-111) (-630 $)) |#4| $) NIL)) (-2605 (((-630 (-2 (|:| |val| (-111)) (|:| -3361 $))) |#4| $) 98) (((-111) |#4| $) 53)) (-4115 (((-630 $) |#4| $) 107) (((-630 $) (-630 |#4|) $) NIL) (((-630 $) (-630 |#4|) (-630 $)) 108) (((-630 $) |#4| (-630 $)) NIL)) (-1362 (((-630 $) (-630 |#4|) (-111) (-111) (-111)) 119)) (-4196 (($ |#4| $) 75) (($ (-630 |#4|) $) 76) (((-630 $) |#4| $ (-111) (-111) (-111) (-111) (-111)) 74)) (-2312 (((-630 |#4|) $) NIL)) (-2546 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2279 ((|#4| |#4| $) NIL)) (-4202 (((-111) $ $) NIL)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-545)))) (-2528 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-3239 ((|#4| |#4| $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 (((-3 |#4| "failed") $) 35)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-2968 (((-3 $ "failed") $ |#4|) 48)) (-2370 (($ $ |#4|) NIL) (((-630 $) |#4| $) 90) (((-630 $) |#4| (-630 $)) NIL) (((-630 $) (-630 |#4|) $) NIL) (((-630 $) (-630 |#4|) (-630 $)) 86)) (-1563 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 15)) (-1422 (($) 13)) (-2672 (((-757) $) NIL)) (-2885 (((-757) |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (((-757) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) 12)) (-1523 (((-529) $) NIL (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) 20)) (-2739 (($ $ |#3|) 42)) (-2167 (($ $ |#3|) 44)) (-3082 (($ $) NIL)) (-3777 (($ $ |#3|) NIL)) (-3212 (((-845) $) 31) (((-630 |#4|) $) 40)) (-3775 (((-757) $) NIL (|has| |#3| (-362)))) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-1357 (((-111) $ (-1 (-111) |#4| (-630 |#4|))) NIL)) (-2767 (((-630 $) |#4| $) 54) (((-630 $) |#4| (-630 $)) NIL) (((-630 $) (-630 |#4|) $) NIL) (((-630 $) (-630 |#4|) (-630 $)) NIL)) (-1798 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1660 (((-630 |#3|) $) NIL)) (-3144 (((-111) |#4| $) NIL)) (-1758 (((-111) |#3| $) 61)) (-1614 (((-111) $ $) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1125 |#1| |#2| |#3| |#4|) (-13 (-1088 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4196 ((-630 $) |#4| $ (-111) (-111) (-111) (-111) (-111))) (-15 -3240 ((-630 $) (-630 |#4|) (-111) (-111))) (-15 -3240 ((-630 $) (-630 |#4|) (-111) (-111) (-111) (-111))) (-15 -1362 ((-630 $) (-630 |#4|) (-111) (-111) (-111))) (-15 -2343 ((-2 (|:| |val| (-630 |#4|)) (|:| |towers| (-630 $))) (-630 |#4|) (-111) (-111))))) (-445) (-779) (-833) (-1045 |#1| |#2| |#3|)) (T -1125))
+((-4196 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 (-1125 *5 *6 *7 *3))) (-5 *1 (-1125 *5 *6 *7 *3)) (-4 *3 (-1045 *5 *6 *7)))) (-3240 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 (-1125 *5 *6 *7 *8))) (-5 *1 (-1125 *5 *6 *7 *8)))) (-3240 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 (-1125 *5 *6 *7 *8))) (-5 *1 (-1125 *5 *6 *7 *8)))) (-1362 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 (-1125 *5 *6 *7 *8))) (-5 *1 (-1125 *5 *6 *7 *8)))) (-2343 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-630 *8)) (|:| |towers| (-630 (-1125 *5 *6 *7 *8))))) (-5 *1 (-1125 *5 *6 *7 *8)) (-5 *3 (-630 *8)))))
+(-13 (-1088 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4196 ((-630 $) |#4| $ (-111) (-111) (-111) (-111) (-111))) (-15 -3240 ((-630 $) (-630 |#4|) (-111) (-111))) (-15 -3240 ((-630 $) (-630 |#4|) (-111) (-111) (-111) (-111))) (-15 -1362 ((-630 $) (-630 |#4|) (-111) (-111) (-111))) (-15 -2343 ((-2 (|:| |val| (-630 |#4|)) (|:| |towers| (-630 $))) (-630 |#4|) (-111) (-111)))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-3445 ((|#1| $) 34)) (-1658 (($ (-630 |#1|)) 39)) (-2549 (((-111) $ (-757)) NIL)) (-3203 (($) NIL T CONST)) (-2268 ((|#1| |#1| $) 36)) (-3800 ((|#1| $) 32)) (-3136 (((-630 |#1|) $) 18 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 22)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-3311 ((|#1| $) 35)) (-1429 (($ |#1| $) 37)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2037 ((|#1| $) 33)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 31)) (-1422 (($) 38)) (-3906 (((-757) $) 29)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) 27)) (-3212 (((-845) $) 14 (|has| |#1| (-600 (-845))))) (-4142 (($ (-630 |#1|)) NIL)) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 17 (|has| |#1| (-1079)))) (-2656 (((-757) $) 30 (|has| $ (-6 -4369)))))
+(((-1126 |#1|) (-13 (-1100 |#1|) (-10 -8 (-15 -1658 ($ (-630 |#1|))))) (-1192)) (T -1126))
+((-1658 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-1126 *3)))))
+(-13 (-1100 |#1|) (-10 -8 (-15 -1658 ($ (-630 |#1|)))))
+((-1471 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1205 (-553)) |#2|) 44) ((|#2| $ (-553) |#2|) 41)) (-1948 (((-111) $) 12)) (-2947 (($ (-1 |#2| |#2|) $) 39)) (-2701 ((|#2| $) NIL) (($ $ (-757)) 17)) (-2001 (($ $ |#2|) 40)) (-1831 (((-111) $) 11)) (-2061 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1205 (-553))) 31) ((|#2| $ (-553)) 23) ((|#2| $ (-553) |#2|) NIL)) (-3724 (($ $ $) 47) (($ $ |#2|) NIL)) (-4320 (($ $ $) 33) (($ |#2| $) NIL) (($ (-630 $)) 36) (($ $ |#2|) NIL)))
+(((-1127 |#1| |#2|) (-10 -8 (-15 -1948 ((-111) |#1|)) (-15 -1831 ((-111) |#1|)) (-15 -1471 (|#2| |#1| (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553))) (-15 -2001 (|#1| |#1| |#2|)) (-15 -4320 (|#1| |#1| |#2|)) (-15 -4320 (|#1| (-630 |#1|))) (-15 -2061 (|#1| |#1| (-1205 (-553)))) (-15 -1471 (|#2| |#1| (-1205 (-553)) |#2|)) (-15 -1471 (|#2| |#1| "last" |#2|)) (-15 -1471 (|#1| |#1| "rest" |#1|)) (-15 -1471 (|#2| |#1| "first" |#2|)) (-15 -3724 (|#1| |#1| |#2|)) (-15 -3724 (|#1| |#1| |#1|)) (-15 -2061 (|#2| |#1| "last")) (-15 -2061 (|#1| |#1| "rest")) (-15 -2701 (|#1| |#1| (-757))) (-15 -2061 (|#2| |#1| "first")) (-15 -2701 (|#2| |#1|)) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#1|)) (-15 -1471 (|#2| |#1| "value" |#2|)) (-15 -2061 (|#2| |#1| "value")) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|))) (-1128 |#2|) (-1192)) (T -1127))
+NIL
+(-10 -8 (-15 -1948 ((-111) |#1|)) (-15 -1831 ((-111) |#1|)) (-15 -1471 (|#2| |#1| (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553) |#2|)) (-15 -2061 (|#2| |#1| (-553))) (-15 -2001 (|#1| |#1| |#2|)) (-15 -4320 (|#1| |#1| |#2|)) (-15 -4320 (|#1| (-630 |#1|))) (-15 -2061 (|#1| |#1| (-1205 (-553)))) (-15 -1471 (|#2| |#1| (-1205 (-553)) |#2|)) (-15 -1471 (|#2| |#1| "last" |#2|)) (-15 -1471 (|#1| |#1| "rest" |#1|)) (-15 -1471 (|#2| |#1| "first" |#2|)) (-15 -3724 (|#1| |#1| |#2|)) (-15 -3724 (|#1| |#1| |#1|)) (-15 -2061 (|#2| |#1| "last")) (-15 -2061 (|#1| |#1| "rest")) (-15 -2701 (|#1| |#1| (-757))) (-15 -2061 (|#2| |#1| "first")) (-15 -2701 (|#2| |#1|)) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#1|)) (-15 -1471 (|#2| |#1| "value" |#2|)) (-15 -2061 (|#2| |#1| "value")) (-15 -2947 (|#1| (-1 |#2| |#2|) |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2924 ((|#1| $) 48)) (-2211 ((|#1| $) 65)) (-1784 (($ $) 67)) (-1306 (((-1243) $ (-553) (-553)) 97 (|has| $ (-6 -4370)))) (-4059 (($ $ (-553)) 52 (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) 8)) (-2830 ((|#1| $ |#1|) 39 (|has| $ (-6 -4370)))) (-2325 (($ $ $) 56 (|has| $ (-6 -4370)))) (-1971 ((|#1| $ |#1|) 54 (|has| $ (-6 -4370)))) (-3180 ((|#1| $ |#1|) 58 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4370))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4370))) (($ $ "rest" $) 55 (|has| $ (-6 -4370))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 117 (|has| $ (-6 -4370))) ((|#1| $ (-553) |#1|) 86 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 41 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) 102 (|has| $ (-6 -4369)))) (-2197 ((|#1| $) 66)) (-3203 (($) 7 T CONST)) (-2714 (($ $) 73) (($ $ (-757)) 71)) (-2738 (($ $) 99 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ (-1 (-111) |#1|) $) 103 (|has| $ (-6 -4369))) (($ |#1| $) 100 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2959 ((|#1| $ (-553) |#1|) 85 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 87)) (-1948 (((-111) $) 83)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 50)) (-1576 (((-111) $ $) 42 (|has| |#1| (-1079)))) (-3306 (($ (-757) |#1|) 108)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 95 (|has| (-553) (-833)))) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 94 (|has| (-553) (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-3711 (((-111) $ (-757)) 10)) (-2603 (((-630 |#1|) $) 45)) (-3380 (((-111) $) 49)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2679 ((|#1| $) 70) (($ $ (-757)) 68)) (-1760 (($ $ $ (-553)) 116) (($ |#1| $ (-553)) 115)) (-2508 (((-630 (-553)) $) 92)) (-2166 (((-111) (-553) $) 91)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2701 ((|#1| $) 76) (($ $ (-757)) 74)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 106)) (-2001 (($ $ |#1|) 96 (|has| $ (-6 -4370)))) (-1831 (((-111) $) 84)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#1| $) 93 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) 90)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1205 (-553))) 112) ((|#1| $ (-553)) 89) ((|#1| $ (-553) |#1|) 88)) (-2566 (((-553) $ $) 44)) (-2013 (($ $ (-1205 (-553))) 114) (($ $ (-553)) 113)) (-3990 (((-111) $) 46)) (-2921 (($ $) 62)) (-4198 (($ $) 59 (|has| $ (-6 -4370)))) (-4033 (((-757) $) 63)) (-4256 (($ $) 64)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-1523 (((-529) $) 98 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 107)) (-3724 (($ $ $) 61 (|has| $ (-6 -4370))) (($ $ |#1|) 60 (|has| $ (-6 -4370)))) (-4320 (($ $ $) 78) (($ |#1| $) 77) (($ (-630 $)) 110) (($ $ |#1|) 109)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) 51)) (-1884 (((-111) $ $) 43 (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-1128 |#1|) (-137) (-1192)) (T -1128))
+((-1831 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))) (-1948 (*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))))
+(-13 (-1226 |t#1|) (-636 |t#1|) (-10 -8 (-15 -1831 ((-111) $)) (-15 -1948 ((-111) $))))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 #0=(-553) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-591 #0# |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-636 |#1|) . T) ((-992 |#1|) . T) ((-1079) |has| |#1| (-1079)) ((-1192) . T) ((-1226 |#1|) . T))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1306 (((-1243) $ |#1| |#1|) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#2| $ |#1| |#2|) NIL)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 |#2| "failed") |#1| $) NIL)) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) NIL)) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) NIL)) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 ((|#1| $) NIL (|has| |#1| (-833)))) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-2049 ((|#1| $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4370))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-1377 (((-630 |#1|) $) NIL)) (-2717 (((-111) |#1| $) NIL)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-2508 (((-630 |#1|) $) NIL)) (-2166 (((-111) |#1| $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2701 ((|#2| $) NIL (|has| |#1| (-833)))) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-3212 (((-845) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845))) (|has| |#2| (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1129 |#1| |#2| |#3|) (-1168 |#1| |#2|) (-1079) (-1079) |#2|) (T -1129))
+NIL
+(-1168 |#1| |#2|)
+((-3200 (((-111) $ $) 7)) (-3464 (((-3 $ "failed") $) 13)) (-4056 (((-1137) $) 9)) (-1979 (($) 14 T CONST)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11)) (-1614 (((-111) $ $) 6)))
+(((-1130) (-137)) (T -1130))
+((-1979 (*1 *1) (-4 *1 (-1130))) (-3464 (*1 *1 *1) (|partial| -4 *1 (-1130))))
+(-13 (-1079) (-10 -8 (-15 -1979 ($) -3929) (-15 -3464 ((-3 $ "failed") $))))
+(((-101) . T) ((-600 (-845)) . T) ((-1079) . T))
+((-1714 (((-1135 |#1|) (-1135 |#1|)) 17)) (-3926 (((-1135 |#1|) (-1135 |#1|)) 13)) (-1906 (((-1135 |#1|) (-1135 |#1|) (-553) (-553)) 20)) (-1536 (((-1135 |#1|) (-1135 |#1|)) 15)))
+(((-1131 |#1|) (-10 -7 (-15 -3926 ((-1135 |#1|) (-1135 |#1|))) (-15 -1536 ((-1135 |#1|) (-1135 |#1|))) (-15 -1714 ((-1135 |#1|) (-1135 |#1|))) (-15 -1906 ((-1135 |#1|) (-1135 |#1|) (-553) (-553)))) (-13 (-545) (-144))) (T -1131))
+((-1906 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1135 *4)) (-5 *3 (-553)) (-4 *4 (-13 (-545) (-144))) (-5 *1 (-1131 *4)))) (-1714 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-13 (-545) (-144))) (-5 *1 (-1131 *3)))) (-1536 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-13 (-545) (-144))) (-5 *1 (-1131 *3)))) (-3926 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-13 (-545) (-144))) (-5 *1 (-1131 *3)))))
+(-10 -7 (-15 -3926 ((-1135 |#1|) (-1135 |#1|))) (-15 -1536 ((-1135 |#1|) (-1135 |#1|))) (-15 -1714 ((-1135 |#1|) (-1135 |#1|))) (-15 -1906 ((-1135 |#1|) (-1135 |#1|) (-553) (-553))))
+((-4320 (((-1135 |#1|) (-1135 (-1135 |#1|))) 15)))
+(((-1132 |#1|) (-10 -7 (-15 -4320 ((-1135 |#1|) (-1135 (-1135 |#1|))))) (-1192)) (T -1132))
+((-4320 (*1 *2 *3) (-12 (-5 *3 (-1135 (-1135 *4))) (-5 *2 (-1135 *4)) (-5 *1 (-1132 *4)) (-4 *4 (-1192)))))
+(-10 -7 (-15 -4320 ((-1135 |#1|) (-1135 (-1135 |#1|)))))
+((-3108 (((-1135 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1135 |#1|)) 25)) (-3883 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1135 |#1|)) 26)) (-1478 (((-1135 |#2|) (-1 |#2| |#1|) (-1135 |#1|)) 16)))
+(((-1133 |#1| |#2|) (-10 -7 (-15 -1478 ((-1135 |#2|) (-1 |#2| |#1|) (-1135 |#1|))) (-15 -3108 ((-1135 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1135 |#1|))) (-15 -3883 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1135 |#1|)))) (-1192) (-1192)) (T -1133))
+((-3883 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1135 *5)) (-4 *5 (-1192)) (-4 *2 (-1192)) (-5 *1 (-1133 *5 *2)))) (-3108 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1135 *6)) (-4 *6 (-1192)) (-4 *3 (-1192)) (-5 *2 (-1135 *3)) (-5 *1 (-1133 *6 *3)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1135 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-1135 *6)) (-5 *1 (-1133 *5 *6)))))
+(-10 -7 (-15 -1478 ((-1135 |#2|) (-1 |#2| |#1|) (-1135 |#1|))) (-15 -3108 ((-1135 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1135 |#1|))) (-15 -3883 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1135 |#1|))))
+((-1478 (((-1135 |#3|) (-1 |#3| |#1| |#2|) (-1135 |#1|) (-1135 |#2|)) 21)))
+(((-1134 |#1| |#2| |#3|) (-10 -7 (-15 -1478 ((-1135 |#3|) (-1 |#3| |#1| |#2|) (-1135 |#1|) (-1135 |#2|)))) (-1192) (-1192) (-1192)) (T -1134))
+((-1478 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1135 *6)) (-5 *5 (-1135 *7)) (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-1135 *8)) (-5 *1 (-1134 *6 *7 *8)))))
+(-10 -7 (-15 -1478 ((-1135 |#3|) (-1 |#3| |#1| |#2|) (-1135 |#1|) (-1135 |#2|))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) NIL)) (-2211 ((|#1| $) NIL)) (-1784 (($ $) 52)) (-1306 (((-1243) $ (-553) (-553)) 77 (|has| $ (-6 -4370)))) (-4059 (($ $ (-553)) 111 (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-4145 (((-845) $) 41 (|has| |#1| (-1079)))) (-2919 (((-111)) 40 (|has| |#1| (-1079)))) (-2830 ((|#1| $ |#1|) NIL (|has| $ (-6 -4370)))) (-2325 (($ $ $) 99 (|has| $ (-6 -4370))) (($ $ (-553) $) 123)) (-1971 ((|#1| $ |#1|) 108 (|has| $ (-6 -4370)))) (-3180 ((|#1| $ |#1|) 103 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ "first" |#1|) 105 (|has| $ (-6 -4370))) (($ $ "rest" $) 107 (|has| $ (-6 -4370))) ((|#1| $ "last" |#1|) 110 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 90 (|has| $ (-6 -4370))) ((|#1| $ (-553) |#1|) 56 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) 59)) (-2197 ((|#1| $) NIL)) (-3203 (($) NIL T CONST)) (-3474 (($ $) 14)) (-2714 (($ $) 29) (($ $ (-757)) 89)) (-2276 (((-111) (-630 |#1|) $) 117 (|has| |#1| (-1079)))) (-3354 (($ (-630 |#1|)) 113)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) 58)) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1948 (((-111) $) NIL)) (-3136 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3782 (((-1243) (-553) $) 122 (|has| |#1| (-1079)))) (-3803 (((-757) $) 119)) (-2527 (((-630 $) $) NIL)) (-1576 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-3306 (($ (-757) |#1|) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 74 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 64) (($ (-1 |#1| |#1| |#1|) $ $) 68)) (-3711 (((-111) $ (-757)) NIL)) (-2603 (((-630 |#1|) $) NIL)) (-3380 (((-111) $) NIL)) (-2192 (($ $) 91)) (-2007 (((-111) $) 13)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2679 ((|#1| $) NIL) (($ $ (-757)) NIL)) (-1760 (($ $ $ (-553)) NIL) (($ |#1| $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) 75)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-4341 (($ (-1 |#1|)) 125) (($ (-1 |#1| |#1|) |#1|) 126)) (-2532 ((|#1| $) 10)) (-2701 ((|#1| $) 28) (($ $ (-757)) 50)) (-3112 (((-2 (|:| |cycle?| (-111)) (|:| -2720 (-757)) (|:| |period| (-757))) (-757) $) 25)) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-3934 (($ (-1 (-111) |#1|) $) 127)) (-3942 (($ (-1 (-111) |#1|) $) 128)) (-2001 (($ $ |#1|) 69 (|has| $ (-6 -4370)))) (-2370 (($ $ (-553)) 32)) (-1831 (((-111) $) 73)) (-3824 (((-111) $) 12)) (-1890 (((-111) $) 118)) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 20)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) 15)) (-1422 (($) 45)) (-2061 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1205 (-553))) NIL) ((|#1| $ (-553)) 55) ((|#1| $ (-553) |#1|) NIL)) (-2566 (((-553) $ $) 49)) (-2013 (($ $ (-1205 (-553))) NIL) (($ $ (-553)) NIL)) (-3092 (($ (-1 $)) 48)) (-3990 (((-111) $) 70)) (-2921 (($ $) 71)) (-4198 (($ $) 100 (|has| $ (-6 -4370)))) (-4033 (((-757) $) NIL)) (-4256 (($ $) NIL)) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) 44)) (-1523 (((-529) $) NIL (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 54)) (-2462 (($ |#1| $) 98)) (-3724 (($ $ $) 101 (|has| $ (-6 -4370))) (($ $ |#1|) 102 (|has| $ (-6 -4370)))) (-4320 (($ $ $) 79) (($ |#1| $) 46) (($ (-630 $)) 84) (($ $ |#1|) 78)) (-4297 (($ $) 51)) (-3212 (($ (-630 |#1|)) 112) (((-845) $) 42 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) NIL)) (-1884 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 115 (|has| |#1| (-1079)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1135 |#1|) (-13 (-659 |#1|) (-10 -8 (-6 -4370) (-15 -3212 ($ (-630 |#1|))) (-15 -3354 ($ (-630 |#1|))) (IF (|has| |#1| (-1079)) (-15 -2276 ((-111) (-630 |#1|) $)) |%noBranch|) (-15 -3112 ((-2 (|:| |cycle?| (-111)) (|:| -2720 (-757)) (|:| |period| (-757))) (-757) $)) (-15 -3092 ($ (-1 $))) (-15 -2462 ($ |#1| $)) (IF (|has| |#1| (-1079)) (PROGN (-15 -3782 ((-1243) (-553) $)) (-15 -4145 ((-845) $)) (-15 -2919 ((-111)))) |%noBranch|) (-15 -2325 ($ $ (-553) $)) (-15 -4341 ($ (-1 |#1|))) (-15 -4341 ($ (-1 |#1| |#1|) |#1|)) (-15 -3934 ($ (-1 (-111) |#1|) $)) (-15 -3942 ($ (-1 (-111) |#1|) $)))) (-1192)) (T -1135))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))) (-3354 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))) (-2276 (*1 *2 *3 *1) (-12 (-5 *3 (-630 *4)) (-4 *4 (-1079)) (-4 *4 (-1192)) (-5 *2 (-111)) (-5 *1 (-1135 *4)))) (-3112 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-111)) (|:| -2720 (-757)) (|:| |period| (-757)))) (-5 *1 (-1135 *4)) (-4 *4 (-1192)) (-5 *3 (-757)))) (-3092 (*1 *1 *2) (-12 (-5 *2 (-1 (-1135 *3))) (-5 *1 (-1135 *3)) (-4 *3 (-1192)))) (-2462 (*1 *1 *2 *1) (-12 (-5 *1 (-1135 *2)) (-4 *2 (-1192)))) (-3782 (*1 *2 *3 *1) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-1135 *4)) (-4 *4 (-1079)) (-4 *4 (-1192)))) (-4145 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-1135 *3)) (-4 *3 (-1079)) (-4 *3 (-1192)))) (-2919 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1135 *3)) (-4 *3 (-1079)) (-4 *3 (-1192)))) (-2325 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1135 *3)) (-4 *3 (-1192)))) (-4341 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))) (-4341 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))) (-3934 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))) (-3942 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))))
+(-13 (-659 |#1|) (-10 -8 (-6 -4370) (-15 -3212 ($ (-630 |#1|))) (-15 -3354 ($ (-630 |#1|))) (IF (|has| |#1| (-1079)) (-15 -2276 ((-111) (-630 |#1|) $)) |%noBranch|) (-15 -3112 ((-2 (|:| |cycle?| (-111)) (|:| -2720 (-757)) (|:| |period| (-757))) (-757) $)) (-15 -3092 ($ (-1 $))) (-15 -2462 ($ |#1| $)) (IF (|has| |#1| (-1079)) (PROGN (-15 -3782 ((-1243) (-553) $)) (-15 -4145 ((-845) $)) (-15 -2919 ((-111)))) |%noBranch|) (-15 -2325 ($ $ (-553) $)) (-15 -4341 ($ (-1 |#1|))) (-15 -4341 ($ (-1 |#1| |#1|) |#1|)) (-15 -3934 ($ (-1 (-111) |#1|) $)) (-15 -3942 ($ (-1 (-111) |#1|) $))))
+((-3200 (((-111) $ $) 19)) (-3369 (($ $) 120)) (-4214 (($ $) 121)) (-4136 (($ $ (-141)) 108) (($ $ (-138)) 107)) (-1306 (((-1243) $ (-553) (-553)) 40 (|has| $ (-6 -4370)))) (-1271 (((-111) $ $) 118)) (-4331 (((-111) $ $ (-553)) 117)) (-3985 (($ (-553)) 127)) (-2135 (((-630 $) $ (-141)) 110) (((-630 $) $ (-138)) 109)) (-4332 (((-111) (-1 (-111) (-141) (-141)) $) 98) (((-111) $) 92 (|has| (-141) (-833)))) (-1748 (($ (-1 (-111) (-141) (-141)) $) 89 (|has| $ (-6 -4370))) (($ $) 88 (-12 (|has| (-141) (-833)) (|has| $ (-6 -4370))))) (-1297 (($ (-1 (-111) (-141) (-141)) $) 99) (($ $) 93 (|has| (-141) (-833)))) (-2549 (((-111) $ (-757)) 8)) (-1471 (((-141) $ (-553) (-141)) 52 (|has| $ (-6 -4370))) (((-141) $ (-1205 (-553)) (-141)) 58 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) (-141)) $) 75 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-2224 (($ $ (-141)) 104) (($ $ (-138)) 103)) (-3591 (($ $) 90 (|has| $ (-6 -4370)))) (-3341 (($ $) 100)) (-1898 (($ $ (-1205 (-553)) $) 114)) (-2738 (($ $) 78 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ (-141) $) 77 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) (-141)) $) 74 (|has| $ (-6 -4369)))) (-3883 (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) 76 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369)))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) 73 (|has| $ (-6 -4369))) (((-141) (-1 (-141) (-141) (-141)) $) 72 (|has| $ (-6 -4369)))) (-2959 (((-141) $ (-553) (-141)) 53 (|has| $ (-6 -4370)))) (-2891 (((-141) $ (-553)) 51)) (-1292 (((-111) $ $) 119)) (-1457 (((-553) (-1 (-111) (-141)) $) 97) (((-553) (-141) $) 96 (|has| (-141) (-1079))) (((-553) (-141) $ (-553)) 95 (|has| (-141) (-1079))) (((-553) $ $ (-553)) 113) (((-553) (-138) $ (-553)) 112)) (-3136 (((-630 (-141)) $) 30 (|has| $ (-6 -4369)))) (-3306 (($ (-757) (-141)) 69)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 43 (|has| (-553) (-833)))) (-1773 (($ $ $) 87 (|has| (-141) (-833)))) (-3858 (($ (-1 (-111) (-141) (-141)) $ $) 101) (($ $ $) 94 (|has| (-141) (-833)))) (-2447 (((-630 (-141)) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) (-141) $) 27 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 44 (|has| (-553) (-833)))) (-2012 (($ $ $) 86 (|has| (-141) (-833)))) (-1509 (((-111) $ $ (-141)) 115)) (-1806 (((-757) $ $ (-141)) 116)) (-2947 (($ (-1 (-141) (-141)) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-141) (-141)) $) 35) (($ (-1 (-141) (-141) (-141)) $ $) 64)) (-2533 (($ $) 122)) (-2914 (($ $) 123)) (-3711 (((-111) $ (-757)) 10)) (-2236 (($ $ (-141)) 106) (($ $ (-138)) 105)) (-4056 (((-1137) $) 22)) (-1760 (($ (-141) $ (-553)) 60) (($ $ $ (-553)) 59)) (-2508 (((-630 (-553)) $) 46)) (-2166 (((-111) (-553) $) 47)) (-2875 (((-1099) $) 21)) (-2701 (((-141) $) 42 (|has| (-553) (-833)))) (-3003 (((-3 (-141) "failed") (-1 (-111) (-141)) $) 71)) (-2001 (($ $ (-141)) 41 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) (-141)) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-141)))) 26 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-288 (-141))) 25 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-141) (-141)) 24 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-630 (-141)) (-630 (-141))) 23 (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) (-141) $) 45 (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-1556 (((-630 (-141)) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 (((-141) $ (-553) (-141)) 50) (((-141) $ (-553)) 49) (($ $ (-1205 (-553))) 63) (($ $ $) 102)) (-2013 (($ $ (-553)) 62) (($ $ (-1205 (-553))) 61)) (-2885 (((-757) (-1 (-111) (-141)) $) 31 (|has| $ (-6 -4369))) (((-757) (-141) $) 28 (-12 (|has| (-141) (-1079)) (|has| $ (-6 -4369))))) (-3454 (($ $ $ (-553)) 91 (|has| $ (-6 -4370)))) (-1488 (($ $) 13)) (-1523 (((-529) $) 79 (|has| (-141) (-601 (-529))))) (-3225 (($ (-630 (-141))) 70)) (-4320 (($ $ (-141)) 68) (($ (-141) $) 67) (($ $ $) 66) (($ (-630 $)) 65)) (-3212 (($ (-141)) 111) (((-845) $) 18)) (-1798 (((-111) (-1 (-111) (-141)) $) 33 (|has| $ (-6 -4369)))) (-3632 (((-1137) $) 131) (((-1137) $ (-111)) 130) (((-1243) (-808) $) 129) (((-1243) (-808) $ (-111)) 128)) (-1667 (((-111) $ $) 84 (|has| (-141) (-833)))) (-1645 (((-111) $ $) 83 (|has| (-141) (-833)))) (-1614 (((-111) $ $) 20)) (-1656 (((-111) $ $) 85 (|has| (-141) (-833)))) (-1633 (((-111) $ $) 82 (|has| (-141) (-833)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-1136) (-137)) (T -1136))
+((-3985 (*1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-1136)))))
+(-13 (-1123) (-1079) (-814) (-10 -8 (-15 -3985 ($ (-553)))))
+(((-34) . T) ((-101) . T) ((-600 (-845)) . T) ((-148 #0=(-141)) . T) ((-601 (-529)) |has| (-141) (-601 (-529))) ((-280 #1=(-553) #0#) . T) ((-282 #1# #0#) . T) ((-303 #0#) -12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079))) ((-367 #0#) . T) ((-482 #0#) . T) ((-591 #1# #0#) . T) ((-507 #0# #0#) -12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079))) ((-636 #0#) . T) ((-19 #0#) . T) ((-814) . T) ((-833) |has| (-141) (-833)) ((-1079) . T) ((-1123) . T) ((-1192) . T))
+((-3200 (((-111) $ $) NIL)) (-3369 (($ $) NIL)) (-4214 (($ $) NIL)) (-4136 (($ $ (-141)) NIL) (($ $ (-138)) NIL)) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-1271 (((-111) $ $) NIL)) (-4331 (((-111) $ $ (-553)) NIL)) (-3985 (($ (-553)) 7)) (-2135 (((-630 $) $ (-141)) NIL) (((-630 $) $ (-138)) NIL)) (-4332 (((-111) (-1 (-111) (-141) (-141)) $) NIL) (((-111) $) NIL (|has| (-141) (-833)))) (-1748 (($ (-1 (-111) (-141) (-141)) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| (-141) (-833))))) (-1297 (($ (-1 (-111) (-141) (-141)) $) NIL) (($ $) NIL (|has| (-141) (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 (((-141) $ (-553) (-141)) NIL (|has| $ (-6 -4370))) (((-141) $ (-1205 (-553)) (-141)) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-2224 (($ $ (-141)) NIL) (($ $ (-138)) NIL)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-1898 (($ $ (-1205 (-553)) $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-2653 (($ (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079)))) (($ (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-141) (-1 (-141) (-141) (-141)) $ (-141) (-141)) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079)))) (((-141) (-1 (-141) (-141) (-141)) $ (-141)) NIL (|has| $ (-6 -4369))) (((-141) (-1 (-141) (-141) (-141)) $) NIL (|has| $ (-6 -4369)))) (-2959 (((-141) $ (-553) (-141)) NIL (|has| $ (-6 -4370)))) (-2891 (((-141) $ (-553)) NIL)) (-1292 (((-111) $ $) NIL)) (-1457 (((-553) (-1 (-111) (-141)) $) NIL) (((-553) (-141) $) NIL (|has| (-141) (-1079))) (((-553) (-141) $ (-553)) NIL (|has| (-141) (-1079))) (((-553) $ $ (-553)) NIL) (((-553) (-138) $ (-553)) NIL)) (-3136 (((-630 (-141)) $) NIL (|has| $ (-6 -4369)))) (-3306 (($ (-757) (-141)) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| (-141) (-833)))) (-3858 (($ (-1 (-111) (-141) (-141)) $ $) NIL) (($ $ $) NIL (|has| (-141) (-833)))) (-2447 (((-630 (-141)) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| (-141) (-833)))) (-1509 (((-111) $ $ (-141)) NIL)) (-1806 (((-757) $ $ (-141)) NIL)) (-2947 (($ (-1 (-141) (-141)) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-141) (-141)) $) NIL) (($ (-1 (-141) (-141) (-141)) $ $) NIL)) (-2533 (($ $) NIL)) (-2914 (($ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-2236 (($ $ (-141)) NIL) (($ $ (-138)) NIL)) (-4056 (((-1137) $) NIL)) (-1760 (($ (-141) $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 (((-141) $) NIL (|has| (-553) (-833)))) (-3003 (((-3 (-141) "failed") (-1 (-111) (-141)) $) NIL)) (-2001 (($ $ (-141)) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-141)))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-288 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-141) (-141)) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079)))) (($ $ (-630 (-141)) (-630 (-141))) NIL (-12 (|has| (-141) (-303 (-141))) (|has| (-141) (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-1556 (((-630 (-141)) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 (((-141) $ (-553) (-141)) NIL) (((-141) $ (-553)) NIL) (($ $ (-1205 (-553))) NIL) (($ $ $) NIL)) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-2885 (((-757) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369))) (((-757) (-141) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-141) (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-141) (-601 (-529))))) (-3225 (($ (-630 (-141))) NIL)) (-4320 (($ $ (-141)) NIL) (($ (-141) $) NIL) (($ $ $) NIL) (($ (-630 $)) NIL)) (-3212 (($ (-141)) NIL) (((-845) $) NIL)) (-1798 (((-111) (-1 (-111) (-141)) $) NIL (|has| $ (-6 -4369)))) (-3632 (((-1137) $) 18) (((-1137) $ (-111)) 20) (((-1243) (-808) $) 21) (((-1243) (-808) $ (-111)) 22)) (-1667 (((-111) $ $) NIL (|has| (-141) (-833)))) (-1645 (((-111) $ $) NIL (|has| (-141) (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| (-141) (-833)))) (-1633 (((-111) $ $) NIL (|has| (-141) (-833)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1137) (-1136)) (T -1137))
+NIL
+(-1136)
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)) (|has| |#1| (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL)) (-1306 (((-1243) $ (-1137) (-1137)) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-1137) |#1|) NIL)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 |#1| "failed") (-1137) $) NIL)) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079))))) (-1875 (($ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369))) (((-3 |#1| "failed") (-1137) $) NIL)) (-2653 (($ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-1137) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-1137)) NIL)) (-3136 (((-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-1137) $) NIL (|has| (-1137) (-833)))) (-2447 (((-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-1137) $) NIL (|has| (-1137) (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4370))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)) (|has| |#1| (-1079))))) (-1377 (((-630 (-1137)) $) NIL)) (-2717 (((-111) (-1137) $) NIL)) (-3311 (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL)) (-1429 (($ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL)) (-2508 (((-630 (-1137)) $) NIL)) (-2166 (((-111) (-1137) $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)) (|has| |#1| (-1079))))) (-2701 ((|#1| $) NIL (|has| (-1137) (-833)))) (-3003 (((-3 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) "failed") (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (($ $ (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL (-12 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-303 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-1137)) NIL) ((|#1| $ (-1137) |#1|) NIL)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL)) (-3212 (((-845) $) NIL (-4028 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-600 (-845))) (|has| |#1| (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 (-1137)) (|:| -3359 |#1|)) (-1079)) (|has| |#1| (-1079))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1138 |#1|) (-13 (-1168 (-1137) |#1|) (-10 -7 (-6 -4369))) (-1079)) (T -1138))
+NIL
+(-13 (-1168 (-1137) |#1|) (-10 -7 (-6 -4369)))
+((-2733 (((-1135 |#1|) (-1135 |#1|)) 77)) (-3889 (((-3 (-1135 |#1|) "failed") (-1135 |#1|)) 37)) (-3958 (((-1135 |#1|) (-401 (-553)) (-1135 |#1|)) 121 (|has| |#1| (-38 (-401 (-553)))))) (-2281 (((-1135 |#1|) |#1| (-1135 |#1|)) 127 (|has| |#1| (-357)))) (-2327 (((-1135 |#1|) (-1135 |#1|)) 90)) (-1672 (((-1135 (-553)) (-553)) 57)) (-1963 (((-1135 |#1|) (-1135 (-1135 |#1|))) 109 (|has| |#1| (-38 (-401 (-553)))))) (-1375 (((-1135 |#1|) (-553) (-553) (-1135 |#1|)) 95)) (-1728 (((-1135 |#1|) |#1| (-553)) 45)) (-3683 (((-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) 60)) (-2426 (((-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) 124 (|has| |#1| (-357)))) (-4040 (((-1135 |#1|) |#1| (-1 (-1135 |#1|))) 108 (|has| |#1| (-38 (-401 (-553)))))) (-2297 (((-1135 |#1|) (-1 |#1| (-553)) |#1| (-1 (-1135 |#1|))) 125 (|has| |#1| (-357)))) (-3903 (((-1135 |#1|) (-1135 |#1|)) 89)) (-2967 (((-1135 |#1|) (-1135 |#1|)) 76)) (-3332 (((-1135 |#1|) (-553) (-553) (-1135 |#1|)) 96)) (-1619 (((-1135 |#1|) |#1| (-1135 |#1|)) 105 (|has| |#1| (-38 (-401 (-553)))))) (-4174 (((-1135 (-553)) (-553)) 56)) (-4253 (((-1135 |#1|) |#1|) 59)) (-1499 (((-1135 |#1|) (-1135 |#1|) (-553) (-553)) 92)) (-3443 (((-1135 |#1|) (-1 |#1| (-553)) (-1135 |#1|)) 66)) (-3968 (((-3 (-1135 |#1|) "failed") (-1135 |#1|) (-1135 |#1|)) 35)) (-3477 (((-1135 |#1|) (-1135 |#1|)) 91)) (-2433 (((-1135 |#1|) (-1135 |#1|) |#1|) 71)) (-1654 (((-1135 |#1|) (-1135 |#1|)) 62)) (-1899 (((-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) 72)) (-3212 (((-1135 |#1|) |#1|) 67)) (-3702 (((-1135 |#1|) (-1135 (-1135 |#1|))) 82)) (-1721 (((-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) 36)) (-1710 (((-1135 |#1|) (-1135 |#1|)) 21) (((-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) 23)) (-1699 (((-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) 17)) (* (((-1135 |#1|) (-1135 |#1|) |#1|) 29) (((-1135 |#1|) |#1| (-1135 |#1|)) 26) (((-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) 27)))
+(((-1139 |#1|) (-10 -7 (-15 -1699 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -1710 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -1710 ((-1135 |#1|) (-1135 |#1|))) (-15 * ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 * ((-1135 |#1|) |#1| (-1135 |#1|))) (-15 * ((-1135 |#1|) (-1135 |#1|) |#1|)) (-15 -3968 ((-3 (-1135 |#1|) "failed") (-1135 |#1|) (-1135 |#1|))) (-15 -1721 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -3889 ((-3 (-1135 |#1|) "failed") (-1135 |#1|))) (-15 -1728 ((-1135 |#1|) |#1| (-553))) (-15 -4174 ((-1135 (-553)) (-553))) (-15 -1672 ((-1135 (-553)) (-553))) (-15 -4253 ((-1135 |#1|) |#1|)) (-15 -3683 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -1654 ((-1135 |#1|) (-1135 |#1|))) (-15 -3443 ((-1135 |#1|) (-1 |#1| (-553)) (-1135 |#1|))) (-15 -3212 ((-1135 |#1|) |#1|)) (-15 -2433 ((-1135 |#1|) (-1135 |#1|) |#1|)) (-15 -1899 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -2967 ((-1135 |#1|) (-1135 |#1|))) (-15 -2733 ((-1135 |#1|) (-1135 |#1|))) (-15 -3702 ((-1135 |#1|) (-1135 (-1135 |#1|)))) (-15 -3903 ((-1135 |#1|) (-1135 |#1|))) (-15 -2327 ((-1135 |#1|) (-1135 |#1|))) (-15 -3477 ((-1135 |#1|) (-1135 |#1|))) (-15 -1499 ((-1135 |#1|) (-1135 |#1|) (-553) (-553))) (-15 -1375 ((-1135 |#1|) (-553) (-553) (-1135 |#1|))) (-15 -3332 ((-1135 |#1|) (-553) (-553) (-1135 |#1|))) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ((-1135 |#1|) |#1| (-1135 |#1|))) (-15 -4040 ((-1135 |#1|) |#1| (-1 (-1135 |#1|)))) (-15 -1963 ((-1135 |#1|) (-1135 (-1135 |#1|)))) (-15 -3958 ((-1135 |#1|) (-401 (-553)) (-1135 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -2426 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -2297 ((-1135 |#1|) (-1 |#1| (-553)) |#1| (-1 (-1135 |#1|)))) (-15 -2281 ((-1135 |#1|) |#1| (-1135 |#1|)))) |%noBranch|)) (-1031)) (T -1139))
+((-2281 (*1 *2 *3 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-357)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-2297 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-553))) (-5 *5 (-1 (-1135 *4))) (-4 *4 (-357)) (-4 *4 (-1031)) (-5 *2 (-1135 *4)) (-5 *1 (-1139 *4)))) (-2426 (*1 *2 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-357)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-3958 (*1 *2 *3 *2) (-12 (-5 *2 (-1135 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1031)) (-5 *3 (-401 (-553))) (-5 *1 (-1139 *4)))) (-1963 (*1 *2 *3) (-12 (-5 *3 (-1135 (-1135 *4))) (-5 *2 (-1135 *4)) (-5 *1 (-1139 *4)) (-4 *4 (-38 (-401 (-553)))) (-4 *4 (-1031)))) (-4040 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1135 *3))) (-5 *2 (-1135 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)))) (-1619 (*1 *2 *3 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-3332 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1135 *4)) (-5 *3 (-553)) (-4 *4 (-1031)) (-5 *1 (-1139 *4)))) (-1375 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1135 *4)) (-5 *3 (-553)) (-4 *4 (-1031)) (-5 *1 (-1139 *4)))) (-1499 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1135 *4)) (-5 *3 (-553)) (-4 *4 (-1031)) (-5 *1 (-1139 *4)))) (-3477 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-2327 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-3903 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-3702 (*1 *2 *3) (-12 (-5 *3 (-1135 (-1135 *4))) (-5 *2 (-1135 *4)) (-5 *1 (-1139 *4)) (-4 *4 (-1031)))) (-2733 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-2967 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-1899 (*1 *2 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-2433 (*1 *2 *2 *3) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-3212 (*1 *2 *3) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-1031)))) (-3443 (*1 *2 *3 *2) (-12 (-5 *2 (-1135 *4)) (-5 *3 (-1 *4 (-553))) (-4 *4 (-1031)) (-5 *1 (-1139 *4)))) (-1654 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-3683 (*1 *2 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-4253 (*1 *2 *3) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-1031)))) (-1672 (*1 *2 *3) (-12 (-5 *2 (-1135 (-553))) (-5 *1 (-1139 *4)) (-4 *4 (-1031)) (-5 *3 (-553)))) (-4174 (*1 *2 *3) (-12 (-5 *2 (-1135 (-553))) (-5 *1 (-1139 *4)) (-4 *4 (-1031)) (-5 *3 (-553)))) (-1728 (*1 *2 *3 *4) (-12 (-5 *4 (-553)) (-5 *2 (-1135 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-1031)))) (-3889 (*1 *2 *2) (|partial| -12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-1721 (*1 *2 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-3968 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-1710 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-1710 (*1 *2 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))) (-1699 (*1 *2 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))))
+(-10 -7 (-15 -1699 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -1710 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -1710 ((-1135 |#1|) (-1135 |#1|))) (-15 * ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 * ((-1135 |#1|) |#1| (-1135 |#1|))) (-15 * ((-1135 |#1|) (-1135 |#1|) |#1|)) (-15 -3968 ((-3 (-1135 |#1|) "failed") (-1135 |#1|) (-1135 |#1|))) (-15 -1721 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -3889 ((-3 (-1135 |#1|) "failed") (-1135 |#1|))) (-15 -1728 ((-1135 |#1|) |#1| (-553))) (-15 -4174 ((-1135 (-553)) (-553))) (-15 -1672 ((-1135 (-553)) (-553))) (-15 -4253 ((-1135 |#1|) |#1|)) (-15 -3683 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -1654 ((-1135 |#1|) (-1135 |#1|))) (-15 -3443 ((-1135 |#1|) (-1 |#1| (-553)) (-1135 |#1|))) (-15 -3212 ((-1135 |#1|) |#1|)) (-15 -2433 ((-1135 |#1|) (-1135 |#1|) |#1|)) (-15 -1899 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -2967 ((-1135 |#1|) (-1135 |#1|))) (-15 -2733 ((-1135 |#1|) (-1135 |#1|))) (-15 -3702 ((-1135 |#1|) (-1135 (-1135 |#1|)))) (-15 -3903 ((-1135 |#1|) (-1135 |#1|))) (-15 -2327 ((-1135 |#1|) (-1135 |#1|))) (-15 -3477 ((-1135 |#1|) (-1135 |#1|))) (-15 -1499 ((-1135 |#1|) (-1135 |#1|) (-553) (-553))) (-15 -1375 ((-1135 |#1|) (-553) (-553) (-1135 |#1|))) (-15 -3332 ((-1135 |#1|) (-553) (-553) (-1135 |#1|))) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ((-1135 |#1|) |#1| (-1135 |#1|))) (-15 -4040 ((-1135 |#1|) |#1| (-1 (-1135 |#1|)))) (-15 -1963 ((-1135 |#1|) (-1135 (-1135 |#1|)))) (-15 -3958 ((-1135 |#1|) (-401 (-553)) (-1135 |#1|)))) |%noBranch|) (IF (|has| |#1| (-357)) (PROGN (-15 -2426 ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -2297 ((-1135 |#1|) (-1 |#1| (-553)) |#1| (-1 (-1135 |#1|)))) (-15 -2281 ((-1135 |#1|) |#1| (-1135 |#1|)))) |%noBranch|))
+((-2479 (((-1135 |#1|) (-1135 |#1|)) 57)) (-2333 (((-1135 |#1|) (-1135 |#1|)) 39)) (-2456 (((-1135 |#1|) (-1135 |#1|)) 53)) (-2306 (((-1135 |#1|) (-1135 |#1|)) 35)) (-2505 (((-1135 |#1|) (-1135 |#1|)) 60)) (-2360 (((-1135 |#1|) (-1135 |#1|)) 42)) (-2431 (((-1135 |#1|) (-1135 |#1|)) 31)) (-2854 (((-1135 |#1|) (-1135 |#1|)) 27)) (-2517 (((-1135 |#1|) (-1135 |#1|)) 61)) (-2371 (((-1135 |#1|) (-1135 |#1|)) 43)) (-2492 (((-1135 |#1|) (-1135 |#1|)) 58)) (-2347 (((-1135 |#1|) (-1135 |#1|)) 40)) (-2468 (((-1135 |#1|) (-1135 |#1|)) 55)) (-2319 (((-1135 |#1|) (-1135 |#1|)) 37)) (-3842 (((-1135 |#1|) (-1135 |#1|)) 65)) (-2410 (((-1135 |#1|) (-1135 |#1|)) 47)) (-2529 (((-1135 |#1|) (-1135 |#1|)) 63)) (-2383 (((-1135 |#1|) (-1135 |#1|)) 45)) (-3862 (((-1135 |#1|) (-1135 |#1|)) 68)) (-2434 (((-1135 |#1|) (-1135 |#1|)) 50)) (-3013 (((-1135 |#1|) (-1135 |#1|)) 69)) (-2445 (((-1135 |#1|) (-1135 |#1|)) 51)) (-3852 (((-1135 |#1|) (-1135 |#1|)) 67)) (-2421 (((-1135 |#1|) (-1135 |#1|)) 49)) (-2542 (((-1135 |#1|) (-1135 |#1|)) 66)) (-2396 (((-1135 |#1|) (-1135 |#1|)) 48)) (** (((-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) 33)))
+(((-1140 |#1|) (-10 -7 (-15 -2854 ((-1135 |#1|) (-1135 |#1|))) (-15 -2431 ((-1135 |#1|) (-1135 |#1|))) (-15 ** ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -2306 ((-1135 |#1|) (-1135 |#1|))) (-15 -2319 ((-1135 |#1|) (-1135 |#1|))) (-15 -2333 ((-1135 |#1|) (-1135 |#1|))) (-15 -2347 ((-1135 |#1|) (-1135 |#1|))) (-15 -2360 ((-1135 |#1|) (-1135 |#1|))) (-15 -2371 ((-1135 |#1|) (-1135 |#1|))) (-15 -2383 ((-1135 |#1|) (-1135 |#1|))) (-15 -2396 ((-1135 |#1|) (-1135 |#1|))) (-15 -2410 ((-1135 |#1|) (-1135 |#1|))) (-15 -2421 ((-1135 |#1|) (-1135 |#1|))) (-15 -2434 ((-1135 |#1|) (-1135 |#1|))) (-15 -2445 ((-1135 |#1|) (-1135 |#1|))) (-15 -2456 ((-1135 |#1|) (-1135 |#1|))) (-15 -2468 ((-1135 |#1|) (-1135 |#1|))) (-15 -2479 ((-1135 |#1|) (-1135 |#1|))) (-15 -2492 ((-1135 |#1|) (-1135 |#1|))) (-15 -2505 ((-1135 |#1|) (-1135 |#1|))) (-15 -2517 ((-1135 |#1|) (-1135 |#1|))) (-15 -2529 ((-1135 |#1|) (-1135 |#1|))) (-15 -2542 ((-1135 |#1|) (-1135 |#1|))) (-15 -3842 ((-1135 |#1|) (-1135 |#1|))) (-15 -3852 ((-1135 |#1|) (-1135 |#1|))) (-15 -3862 ((-1135 |#1|) (-1135 |#1|))) (-15 -3013 ((-1135 |#1|) (-1135 |#1|)))) (-38 (-401 (-553)))) (T -1140))
+((-3013 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-3862 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-3852 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-3842 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2542 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2529 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2517 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2505 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2492 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2479 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2468 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2456 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2445 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2434 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2421 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2410 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2396 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2383 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2371 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2360 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2347 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2333 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2319 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2306 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2431 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))) (-2854 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1140 *3)))))
+(-10 -7 (-15 -2854 ((-1135 |#1|) (-1135 |#1|))) (-15 -2431 ((-1135 |#1|) (-1135 |#1|))) (-15 ** ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -2306 ((-1135 |#1|) (-1135 |#1|))) (-15 -2319 ((-1135 |#1|) (-1135 |#1|))) (-15 -2333 ((-1135 |#1|) (-1135 |#1|))) (-15 -2347 ((-1135 |#1|) (-1135 |#1|))) (-15 -2360 ((-1135 |#1|) (-1135 |#1|))) (-15 -2371 ((-1135 |#1|) (-1135 |#1|))) (-15 -2383 ((-1135 |#1|) (-1135 |#1|))) (-15 -2396 ((-1135 |#1|) (-1135 |#1|))) (-15 -2410 ((-1135 |#1|) (-1135 |#1|))) (-15 -2421 ((-1135 |#1|) (-1135 |#1|))) (-15 -2434 ((-1135 |#1|) (-1135 |#1|))) (-15 -2445 ((-1135 |#1|) (-1135 |#1|))) (-15 -2456 ((-1135 |#1|) (-1135 |#1|))) (-15 -2468 ((-1135 |#1|) (-1135 |#1|))) (-15 -2479 ((-1135 |#1|) (-1135 |#1|))) (-15 -2492 ((-1135 |#1|) (-1135 |#1|))) (-15 -2505 ((-1135 |#1|) (-1135 |#1|))) (-15 -2517 ((-1135 |#1|) (-1135 |#1|))) (-15 -2529 ((-1135 |#1|) (-1135 |#1|))) (-15 -2542 ((-1135 |#1|) (-1135 |#1|))) (-15 -3842 ((-1135 |#1|) (-1135 |#1|))) (-15 -3852 ((-1135 |#1|) (-1135 |#1|))) (-15 -3862 ((-1135 |#1|) (-1135 |#1|))) (-15 -3013 ((-1135 |#1|) (-1135 |#1|))))
+((-2479 (((-1135 |#1|) (-1135 |#1|)) 100)) (-2333 (((-1135 |#1|) (-1135 |#1|)) 64)) (-2791 (((-2 (|:| -2456 (-1135 |#1|)) (|:| -2468 (-1135 |#1|))) (-1135 |#1|)) 96)) (-2456 (((-1135 |#1|) (-1135 |#1|)) 97)) (-4010 (((-2 (|:| -2306 (-1135 |#1|)) (|:| -2319 (-1135 |#1|))) (-1135 |#1|)) 53)) (-2306 (((-1135 |#1|) (-1135 |#1|)) 54)) (-2505 (((-1135 |#1|) (-1135 |#1|)) 102)) (-2360 (((-1135 |#1|) (-1135 |#1|)) 71)) (-2431 (((-1135 |#1|) (-1135 |#1|)) 39)) (-2854 (((-1135 |#1|) (-1135 |#1|)) 36)) (-2517 (((-1135 |#1|) (-1135 |#1|)) 103)) (-2371 (((-1135 |#1|) (-1135 |#1|)) 72)) (-2492 (((-1135 |#1|) (-1135 |#1|)) 101)) (-2347 (((-1135 |#1|) (-1135 |#1|)) 67)) (-2468 (((-1135 |#1|) (-1135 |#1|)) 98)) (-2319 (((-1135 |#1|) (-1135 |#1|)) 55)) (-3842 (((-1135 |#1|) (-1135 |#1|)) 111)) (-2410 (((-1135 |#1|) (-1135 |#1|)) 86)) (-2529 (((-1135 |#1|) (-1135 |#1|)) 105)) (-2383 (((-1135 |#1|) (-1135 |#1|)) 82)) (-3862 (((-1135 |#1|) (-1135 |#1|)) 115)) (-2434 (((-1135 |#1|) (-1135 |#1|)) 90)) (-3013 (((-1135 |#1|) (-1135 |#1|)) 117)) (-2445 (((-1135 |#1|) (-1135 |#1|)) 92)) (-3852 (((-1135 |#1|) (-1135 |#1|)) 113)) (-2421 (((-1135 |#1|) (-1135 |#1|)) 88)) (-2542 (((-1135 |#1|) (-1135 |#1|)) 107)) (-2396 (((-1135 |#1|) (-1135 |#1|)) 84)) (** (((-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) 40)))
+(((-1141 |#1|) (-10 -7 (-15 -2854 ((-1135 |#1|) (-1135 |#1|))) (-15 -2431 ((-1135 |#1|) (-1135 |#1|))) (-15 ** ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -4010 ((-2 (|:| -2306 (-1135 |#1|)) (|:| -2319 (-1135 |#1|))) (-1135 |#1|))) (-15 -2306 ((-1135 |#1|) (-1135 |#1|))) (-15 -2319 ((-1135 |#1|) (-1135 |#1|))) (-15 -2333 ((-1135 |#1|) (-1135 |#1|))) (-15 -2347 ((-1135 |#1|) (-1135 |#1|))) (-15 -2360 ((-1135 |#1|) (-1135 |#1|))) (-15 -2371 ((-1135 |#1|) (-1135 |#1|))) (-15 -2383 ((-1135 |#1|) (-1135 |#1|))) (-15 -2396 ((-1135 |#1|) (-1135 |#1|))) (-15 -2410 ((-1135 |#1|) (-1135 |#1|))) (-15 -2421 ((-1135 |#1|) (-1135 |#1|))) (-15 -2434 ((-1135 |#1|) (-1135 |#1|))) (-15 -2445 ((-1135 |#1|) (-1135 |#1|))) (-15 -2791 ((-2 (|:| -2456 (-1135 |#1|)) (|:| -2468 (-1135 |#1|))) (-1135 |#1|))) (-15 -2456 ((-1135 |#1|) (-1135 |#1|))) (-15 -2468 ((-1135 |#1|) (-1135 |#1|))) (-15 -2479 ((-1135 |#1|) (-1135 |#1|))) (-15 -2492 ((-1135 |#1|) (-1135 |#1|))) (-15 -2505 ((-1135 |#1|) (-1135 |#1|))) (-15 -2517 ((-1135 |#1|) (-1135 |#1|))) (-15 -2529 ((-1135 |#1|) (-1135 |#1|))) (-15 -2542 ((-1135 |#1|) (-1135 |#1|))) (-15 -3842 ((-1135 |#1|) (-1135 |#1|))) (-15 -3852 ((-1135 |#1|) (-1135 |#1|))) (-15 -3862 ((-1135 |#1|) (-1135 |#1|))) (-15 -3013 ((-1135 |#1|) (-1135 |#1|)))) (-38 (-401 (-553)))) (T -1141))
+((-3013 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-3862 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-3852 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-3842 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2542 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2529 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2517 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2505 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2492 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2479 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2468 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2456 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2791 (*1 *2 *3) (-12 (-4 *4 (-38 (-401 (-553)))) (-5 *2 (-2 (|:| -2456 (-1135 *4)) (|:| -2468 (-1135 *4)))) (-5 *1 (-1141 *4)) (-5 *3 (-1135 *4)))) (-2445 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2434 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2421 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2410 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2396 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2383 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2371 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2360 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2347 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2333 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2319 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2306 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-4010 (*1 *2 *3) (-12 (-4 *4 (-38 (-401 (-553)))) (-5 *2 (-2 (|:| -2306 (-1135 *4)) (|:| -2319 (-1135 *4)))) (-5 *1 (-1141 *4)) (-5 *3 (-1135 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2431 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))) (-2854 (*1 *2 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1141 *3)))))
+(-10 -7 (-15 -2854 ((-1135 |#1|) (-1135 |#1|))) (-15 -2431 ((-1135 |#1|) (-1135 |#1|))) (-15 ** ((-1135 |#1|) (-1135 |#1|) (-1135 |#1|))) (-15 -4010 ((-2 (|:| -2306 (-1135 |#1|)) (|:| -2319 (-1135 |#1|))) (-1135 |#1|))) (-15 -2306 ((-1135 |#1|) (-1135 |#1|))) (-15 -2319 ((-1135 |#1|) (-1135 |#1|))) (-15 -2333 ((-1135 |#1|) (-1135 |#1|))) (-15 -2347 ((-1135 |#1|) (-1135 |#1|))) (-15 -2360 ((-1135 |#1|) (-1135 |#1|))) (-15 -2371 ((-1135 |#1|) (-1135 |#1|))) (-15 -2383 ((-1135 |#1|) (-1135 |#1|))) (-15 -2396 ((-1135 |#1|) (-1135 |#1|))) (-15 -2410 ((-1135 |#1|) (-1135 |#1|))) (-15 -2421 ((-1135 |#1|) (-1135 |#1|))) (-15 -2434 ((-1135 |#1|) (-1135 |#1|))) (-15 -2445 ((-1135 |#1|) (-1135 |#1|))) (-15 -2791 ((-2 (|:| -2456 (-1135 |#1|)) (|:| -2468 (-1135 |#1|))) (-1135 |#1|))) (-15 -2456 ((-1135 |#1|) (-1135 |#1|))) (-15 -2468 ((-1135 |#1|) (-1135 |#1|))) (-15 -2479 ((-1135 |#1|) (-1135 |#1|))) (-15 -2492 ((-1135 |#1|) (-1135 |#1|))) (-15 -2505 ((-1135 |#1|) (-1135 |#1|))) (-15 -2517 ((-1135 |#1|) (-1135 |#1|))) (-15 -2529 ((-1135 |#1|) (-1135 |#1|))) (-15 -2542 ((-1135 |#1|) (-1135 |#1|))) (-15 -3842 ((-1135 |#1|) (-1135 |#1|))) (-15 -3852 ((-1135 |#1|) (-1135 |#1|))) (-15 -3862 ((-1135 |#1|) (-1135 |#1|))) (-15 -3013 ((-1135 |#1|) (-1135 |#1|))))
+((-2208 (((-940 |#2|) |#2| |#2|) 35)) (-3766 ((|#2| |#2| |#1|) 19 (|has| |#1| (-301)))))
+(((-1142 |#1| |#2|) (-10 -7 (-15 -2208 ((-940 |#2|) |#2| |#2|)) (IF (|has| |#1| (-301)) (-15 -3766 (|#2| |#2| |#1|)) |%noBranch|)) (-545) (-1214 |#1|)) (T -1142))
+((-3766 (*1 *2 *2 *3) (-12 (-4 *3 (-301)) (-4 *3 (-545)) (-5 *1 (-1142 *3 *2)) (-4 *2 (-1214 *3)))) (-2208 (*1 *2 *3 *3) (-12 (-4 *4 (-545)) (-5 *2 (-940 *3)) (-5 *1 (-1142 *4 *3)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -2208 ((-940 |#2|) |#2| |#2|)) (IF (|has| |#1| (-301)) (-15 -3766 (|#2| |#2| |#1|)) |%noBranch|))
+((-3200 (((-111) $ $) NIL)) (-2303 (($ $ (-630 (-757))) 67)) (-3696 (($) 26)) (-1542 (($ $) 42)) (-4049 (((-630 $) $) 51)) (-3762 (((-111) $) 16)) (-3835 (((-630 (-925 |#2|)) $) 74)) (-2822 (($ $) 68)) (-4113 (((-757) $) 37)) (-3306 (($) 25)) (-2305 (($ $ (-630 (-757)) (-925 |#2|)) 60) (($ $ (-630 (-757)) (-757)) 61) (($ $ (-757) (-925 |#2|)) 63)) (-3858 (($ $ $) 48) (($ (-630 $)) 50)) (-2491 (((-757) $) 75)) (-3380 (((-111) $) 15)) (-4056 (((-1137) $) NIL)) (-3643 (((-111) $) 18)) (-2875 (((-1099) $) NIL)) (-4154 (((-168) $) 73)) (-2110 (((-925 |#2|) $) 69)) (-4043 (((-757) $) 70)) (-2171 (((-111) $) 72)) (-3838 (($ $ (-630 (-757)) (-168)) 66)) (-1436 (($ $) 43)) (-3212 (((-845) $) 86)) (-1493 (($ $ (-630 (-757)) (-111)) 65)) (-2590 (((-630 $) $) 11)) (-1777 (($ $ (-757)) 36)) (-4176 (($ $) 32)) (-2057 (($ $ $ (-925 |#2|) (-757)) 56)) (-1651 (($ $ (-925 |#2|)) 55)) (-1623 (($ $ (-630 (-757)) (-925 |#2|)) 54) (($ $ (-630 (-757)) (-757)) 58) (((-757) $ (-925 |#2|)) 59)) (-1614 (((-111) $ $) 80)))
+(((-1143 |#1| |#2|) (-13 (-1079) (-10 -8 (-15 -3380 ((-111) $)) (-15 -3762 ((-111) $)) (-15 -3643 ((-111) $)) (-15 -3306 ($)) (-15 -3696 ($)) (-15 -4176 ($ $)) (-15 -1777 ($ $ (-757))) (-15 -2590 ((-630 $) $)) (-15 -4113 ((-757) $)) (-15 -1542 ($ $)) (-15 -1436 ($ $)) (-15 -3858 ($ $ $)) (-15 -3858 ($ (-630 $))) (-15 -4049 ((-630 $) $)) (-15 -1623 ($ $ (-630 (-757)) (-925 |#2|))) (-15 -1651 ($ $ (-925 |#2|))) (-15 -2057 ($ $ $ (-925 |#2|) (-757))) (-15 -2305 ($ $ (-630 (-757)) (-925 |#2|))) (-15 -1623 ($ $ (-630 (-757)) (-757))) (-15 -2305 ($ $ (-630 (-757)) (-757))) (-15 -1623 ((-757) $ (-925 |#2|))) (-15 -2305 ($ $ (-757) (-925 |#2|))) (-15 -1493 ($ $ (-630 (-757)) (-111))) (-15 -3838 ($ $ (-630 (-757)) (-168))) (-15 -2303 ($ $ (-630 (-757)))) (-15 -2110 ((-925 |#2|) $)) (-15 -4043 ((-757) $)) (-15 -2171 ((-111) $)) (-15 -4154 ((-168) $)) (-15 -2491 ((-757) $)) (-15 -2822 ($ $)) (-15 -3835 ((-630 (-925 |#2|)) $)))) (-903) (-1031)) (T -1143))
+((-3380 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-3762 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-3643 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-3306 (*1 *1) (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))) (-3696 (*1 *1) (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))) (-4176 (*1 *1 *1) (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))) (-1777 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-2590 (*1 *2 *1) (-12 (-5 *2 (-630 (-1143 *3 *4))) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-4113 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-1542 (*1 *1 *1) (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))) (-1436 (*1 *1 *1) (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))) (-3858 (*1 *1 *1 *1) (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))) (-3858 (*1 *1 *2) (-12 (-5 *2 (-630 (-1143 *3 *4))) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-4049 (*1 *2 *1) (-12 (-5 *2 (-630 (-1143 *3 *4))) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-1623 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-757))) (-5 *3 (-925 *5)) (-4 *5 (-1031)) (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)))) (-1651 (*1 *1 *1 *2) (-12 (-5 *2 (-925 *4)) (-4 *4 (-1031)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)))) (-2057 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-925 *5)) (-5 *3 (-757)) (-4 *5 (-1031)) (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)))) (-2305 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-757))) (-5 *3 (-925 *5)) (-4 *5 (-1031)) (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)))) (-1623 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-757))) (-5 *3 (-757)) (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)) (-4 *5 (-1031)))) (-2305 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-757))) (-5 *3 (-757)) (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)) (-4 *5 (-1031)))) (-1623 (*1 *2 *1 *3) (-12 (-5 *3 (-925 *5)) (-4 *5 (-1031)) (-5 *2 (-757)) (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)))) (-2305 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-757)) (-5 *3 (-925 *5)) (-4 *5 (-1031)) (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)))) (-1493 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-757))) (-5 *3 (-111)) (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)) (-4 *5 (-1031)))) (-3838 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-630 (-757))) (-5 *3 (-168)) (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)) (-4 *5 (-1031)))) (-2303 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-757))) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-2110 (*1 *2 *1) (-12 (-5 *2 (-925 *4)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-4043 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-2171 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-4154 (*1 *2 *1) (-12 (-5 *2 (-168)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-2491 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))) (-2822 (*1 *1 *1) (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))) (-3835 (*1 *2 *1) (-12 (-5 *2 (-630 (-925 *4))) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903)) (-4 *4 (-1031)))))
+(-13 (-1079) (-10 -8 (-15 -3380 ((-111) $)) (-15 -3762 ((-111) $)) (-15 -3643 ((-111) $)) (-15 -3306 ($)) (-15 -3696 ($)) (-15 -4176 ($ $)) (-15 -1777 ($ $ (-757))) (-15 -2590 ((-630 $) $)) (-15 -4113 ((-757) $)) (-15 -1542 ($ $)) (-15 -1436 ($ $)) (-15 -3858 ($ $ $)) (-15 -3858 ($ (-630 $))) (-15 -4049 ((-630 $) $)) (-15 -1623 ($ $ (-630 (-757)) (-925 |#2|))) (-15 -1651 ($ $ (-925 |#2|))) (-15 -2057 ($ $ $ (-925 |#2|) (-757))) (-15 -2305 ($ $ (-630 (-757)) (-925 |#2|))) (-15 -1623 ($ $ (-630 (-757)) (-757))) (-15 -2305 ($ $ (-630 (-757)) (-757))) (-15 -1623 ((-757) $ (-925 |#2|))) (-15 -2305 ($ $ (-757) (-925 |#2|))) (-15 -1493 ($ $ (-630 (-757)) (-111))) (-15 -3838 ($ $ (-630 (-757)) (-168))) (-15 -2303 ($ $ (-630 (-757)))) (-15 -2110 ((-925 |#2|) $)) (-15 -4043 ((-757) $)) (-15 -2171 ((-111) $)) (-15 -4154 ((-168) $)) (-15 -2491 ((-757) $)) (-15 -2822 ($ $)) (-15 -3835 ((-630 (-925 |#2|)) $))))
+((-3200 (((-111) $ $) NIL)) (-1300 ((|#2| $) 11)) (-1288 ((|#1| $) 10)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3225 (($ |#1| |#2|) 9)) (-3212 (((-845) $) 16)) (-1614 (((-111) $ $) NIL)))
+(((-1144 |#1| |#2|) (-13 (-1079) (-10 -8 (-15 -3225 ($ |#1| |#2|)) (-15 -1288 (|#1| $)) (-15 -1300 (|#2| $)))) (-1079) (-1079)) (T -1144))
+((-3225 (*1 *1 *2 *3) (-12 (-5 *1 (-1144 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))) (-1288 (*1 *2 *1) (-12 (-4 *2 (-1079)) (-5 *1 (-1144 *2 *3)) (-4 *3 (-1079)))) (-1300 (*1 *2 *1) (-12 (-4 *2 (-1079)) (-5 *1 (-1144 *3 *2)) (-4 *3 (-1079)))))
+(-13 (-1079) (-10 -8 (-15 -3225 ($ |#1| |#2|)) (-15 -1288 (|#1| $)) (-15 -1300 (|#2| $))))
+((-3200 (((-111) $ $) NIL)) (-1969 (((-1114) $) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 17) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-1145) (-13 (-1062) (-10 -8 (-15 -1969 ((-1114) $))))) (T -1145))
+((-1969 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1145)))))
+(-13 (-1062) (-10 -8 (-15 -1969 ((-1114) $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 (((-1153 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-301)) (|has| |#1| (-357))))) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) 11)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-2723 (($ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-2157 (((-111) $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-3027 (($ $ (-553)) NIL) (($ $ (-553) (-553)) 66)) (-4044 (((-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) $) NIL)) (-3534 (((-1153 |#1| |#2| |#3|) $) 36)) (-3338 (((-3 (-1153 |#1| |#2| |#3|) "failed") $) 29)) (-3657 (((-1153 |#1| |#2| |#3|) $) 30)) (-2479 (($ $) 107 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 83 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-3837 (($ $) NIL (|has| |#1| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2456 (($ $) 103 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 79 (|has| |#1| (-38 (-401 (-553)))))) (-2299 (((-553) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))))) (-1727 (($ (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|)))) NIL)) (-2505 (($ $) 111 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 87 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-1153 |#1| |#2| |#3|) "failed") $) 31) (((-3 (-1155) "failed") $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1020 (-1155))) (|has| |#1| (-357)))) (((-3 (-401 (-553)) "failed") $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357)))) (((-3 (-553) "failed") $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357))))) (-2831 (((-1153 |#1| |#2| |#3|) $) 131) (((-1155) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1020 (-1155))) (|has| |#1| (-357)))) (((-401 (-553)) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357)))) (((-553) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357))))) (-4254 (($ $) 34) (($ (-553) $) 35)) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) NIL)) (-3698 (((-674 (-1153 |#1| |#2| |#3|)) (-674 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -1317 (-674 (-1153 |#1| |#2| |#3|))) (|:| |vec| (-1238 (-1153 |#1| |#2| |#3|)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-626 (-553))) (|has| |#1| (-357)))) (((-674 (-553)) (-674 $)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-626 (-553))) (|has| |#1| (-357))))) (-3889 (((-3 $ "failed") $) 48)) (-3745 (((-401 (-934 |#1|)) $ (-553)) 65 (|has| |#1| (-545))) (((-401 (-934 |#1|)) $ (-553) (-553)) 67 (|has| |#1| (-545)))) (-1333 (($) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-538)) (|has| |#1| (-357))))) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-4268 (((-111) $) NIL (|has| |#1| (-357)))) (-2184 (((-111) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))))) (-2487 (((-111) $) 25)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-868 (-553))) (|has| |#1| (-357)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-868 (-373))) (|has| |#1| (-357))))) (-2592 (((-553) $) NIL) (((-553) $ (-553)) 24)) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL (|has| |#1| (-357)))) (-4013 (((-1153 |#1| |#2| |#3|) $) 38 (|has| |#1| (-357)))) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3464 (((-3 $ "failed") $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1130)) (|has| |#1| (-357))))) (-2260 (((-111) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))))) (-2055 (($ $ (-903)) NIL)) (-3141 (($ (-1 |#1| (-553)) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-553)) 18) (($ $ (-1061) (-553)) NIL) (($ $ (-630 (-1061)) (-630 (-553))) NIL)) (-1773 (($ $ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-2012 (($ $ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1153 |#1| |#2| |#3|) (-1153 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-357)))) (-2431 (($ $) 72 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3669 (($ (-553) (-1153 |#1| |#2| |#3|)) 33)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-1619 (($ $) 70 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177))))) (($ $ (-1234 |#2|)) 71 (|has| |#1| (-38 (-401 (-553)))))) (-1979 (($) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1130)) (|has| |#1| (-357))) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2079 (($ $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-301)) (|has| |#1| (-357))))) (-1278 (((-1153 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-538)) (|has| |#1| (-357))))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-3476 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2370 (($ $ (-553)) 145)) (-3968 (((-3 $ "failed") $ $) 49 (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2854 (($ $) 73 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-553))))) (($ $ (-1155) (-1153 |#1| |#2| |#3|)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-507 (-1155) (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-630 (-1155)) (-630 (-1153 |#1| |#2| |#3|))) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-507 (-1155) (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-630 (-288 (-1153 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-303 (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-288 (-1153 |#1| |#2| |#3|))) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-303 (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-1153 |#1| |#2| |#3|) (-1153 |#1| |#2| |#3|)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-303 (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-630 (-1153 |#1| |#2| |#3|)) (-630 (-1153 |#1| |#2| |#3|))) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-303 (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357))))) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ (-553)) NIL) (($ $ $) 54 (|has| (-553) (-1091))) (($ $ (-1153 |#1| |#2| |#3|)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-280 (-1153 |#1| |#2| |#3|) (-1153 |#1| |#2| |#3|))) (|has| |#1| (-357))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3095 (($ $ (-1 (-1153 |#1| |#2| |#3|) (-1153 |#1| |#2| |#3|))) NIL (|has| |#1| (-357))) (($ $ (-1 (-1153 |#1| |#2| |#3|) (-1153 |#1| |#2| |#3|)) (-757)) NIL (|has| |#1| (-357))) (($ $ (-1234 |#2|)) 51) (($ $ (-757)) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $) 50 (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155) (-757)) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-630 (-1155))) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))))) (-2237 (($ $) NIL (|has| |#1| (-357)))) (-4024 (((-1153 |#1| |#2| |#3|) $) 41 (|has| |#1| (-357)))) (-2672 (((-553) $) 37)) (-2517 (($ $) 113 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 89 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 109 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 85 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 105 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 81 (|has| |#1| (-38 (-401 (-553)))))) (-1523 (((-529) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-601 (-529))) (|has| |#1| (-357)))) (((-373) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1004)) (|has| |#1| (-357)))) (((-220) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1004)) (|has| |#1| (-357)))) (((-874 (-373)) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-601 (-874 (-373)))) (|has| |#1| (-357)))) (((-874 (-553)) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-601 (-874 (-553)))) (|has| |#1| (-357))))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-4297 (($ $) NIL)) (-3212 (((-845) $) 149) (($ (-553)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1153 |#1| |#2| |#3|)) 27) (($ (-1234 |#2|)) 23) (($ (-1155)) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-1020 (-1155))) (|has| |#1| (-357)))) (($ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545)))) (($ (-401 (-553))) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357))) (|has| |#1| (-38 (-401 (-553))))))) (-1925 ((|#1| $ (-553)) 68)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-142)) (|has| |#1| (-357))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-4045 ((|#1| $) 12)) (-3609 (((-1153 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-538)) (|has| |#1| (-357))))) (-3842 (($ $) 119 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 95 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-2529 (($ $) 115 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 91 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 123 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 99 (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-553)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-553)))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) 125 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 101 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 121 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 97 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 117 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 93 (|has| |#1| (-38 (-401 (-553)))))) (-1411 (($ $) NIL (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))))) (-3296 (($) 20 T CONST)) (-3308 (($) 16 T CONST)) (-1766 (($ $ (-1 (-1153 |#1| |#2| |#3|) (-1153 |#1| |#2| |#3|))) NIL (|has| |#1| (-357))) (($ $ (-1 (-1153 |#1| |#2| |#3|) (-1153 |#1| |#2| |#3|)) (-757)) NIL (|has| |#1| (-357))) (($ $ (-757)) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155) (-757)) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-630 (-1155))) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))))) (-1667 (((-111) $ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1645 (((-111) $ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1633 (((-111) $ $) NIL (-4028 (-12 (|has| (-1153 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1153 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) 44 (|has| |#1| (-357))) (($ (-1153 |#1| |#2| |#3|) (-1153 |#1| |#2| |#3|)) 45 (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 21)) (** (($ $ (-903)) NIL) (($ $ (-757)) 53) (($ $ (-553)) NIL (|has| |#1| (-357))) (($ $ $) 74 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 128 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 32) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1153 |#1| |#2| |#3|)) 43 (|has| |#1| (-357))) (($ (-1153 |#1| |#2| |#3|) $) 42 (|has| |#1| (-357))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-1146 |#1| |#2| |#3|) (-13 (-1200 |#1| (-1153 |#1| |#2| |#3|)) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|))) (-1031) (-1155) |#1|) (T -1146))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1146 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1146 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-1619 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1146 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3))))
+(-13 (-1200 |#1| (-1153 |#1| |#2| |#3|)) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|)))
+((-2993 ((|#2| |#2| (-1071 |#2|)) 26) ((|#2| |#2| (-1155)) 28)))
+(((-1147 |#1| |#2|) (-10 -7 (-15 -2993 (|#2| |#2| (-1155))) (-15 -2993 (|#2| |#2| (-1071 |#2|)))) (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))) (-13 (-424 |#1|) (-157) (-27) (-1177))) (T -1147))
+((-2993 (*1 *2 *2 *3) (-12 (-5 *3 (-1071 *2)) (-4 *2 (-13 (-424 *4) (-157) (-27) (-1177))) (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-1147 *4 *2)))) (-2993 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-1147 *4 *2)) (-4 *2 (-13 (-424 *4) (-157) (-27) (-1177))))))
+(-10 -7 (-15 -2993 (|#2| |#2| (-1155))) (-15 -2993 (|#2| |#2| (-1071 |#2|))))
+((-2993 (((-3 (-401 (-934 |#1|)) (-310 |#1|)) (-401 (-934 |#1|)) (-1071 (-401 (-934 |#1|)))) 31) (((-401 (-934 |#1|)) (-934 |#1|) (-1071 (-934 |#1|))) 44) (((-3 (-401 (-934 |#1|)) (-310 |#1|)) (-401 (-934 |#1|)) (-1155)) 33) (((-401 (-934 |#1|)) (-934 |#1|) (-1155)) 36)))
+(((-1148 |#1|) (-10 -7 (-15 -2993 ((-401 (-934 |#1|)) (-934 |#1|) (-1155))) (-15 -2993 ((-3 (-401 (-934 |#1|)) (-310 |#1|)) (-401 (-934 |#1|)) (-1155))) (-15 -2993 ((-401 (-934 |#1|)) (-934 |#1|) (-1071 (-934 |#1|)))) (-15 -2993 ((-3 (-401 (-934 |#1|)) (-310 |#1|)) (-401 (-934 |#1|)) (-1071 (-401 (-934 |#1|)))))) (-13 (-545) (-833) (-1020 (-553)))) (T -1148))
+((-2993 (*1 *2 *3 *4) (-12 (-5 *4 (-1071 (-401 (-934 *5)))) (-5 *3 (-401 (-934 *5))) (-4 *5 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-3 *3 (-310 *5))) (-5 *1 (-1148 *5)))) (-2993 (*1 *2 *3 *4) (-12 (-5 *4 (-1071 (-934 *5))) (-5 *3 (-934 *5)) (-4 *5 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-401 *3)) (-5 *1 (-1148 *5)))) (-2993 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-3 (-401 (-934 *5)) (-310 *5))) (-5 *1 (-1148 *5)) (-5 *3 (-401 (-934 *5))))) (-2993 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-401 (-934 *5))) (-5 *1 (-1148 *5)) (-5 *3 (-934 *5)))))
+(-10 -7 (-15 -2993 ((-401 (-934 |#1|)) (-934 |#1|) (-1155))) (-15 -2993 ((-3 (-401 (-934 |#1|)) (-310 |#1|)) (-401 (-934 |#1|)) (-1155))) (-15 -2993 ((-401 (-934 |#1|)) (-934 |#1|) (-1071 (-934 |#1|)))) (-15 -2993 ((-3 (-401 (-934 |#1|)) (-310 |#1|)) (-401 (-934 |#1|)) (-1071 (-401 (-934 |#1|))))))
+((-1478 (((-1151 |#2|) (-1 |#2| |#1|) (-1151 |#1|)) 13)))
+(((-1149 |#1| |#2|) (-10 -7 (-15 -1478 ((-1151 |#2|) (-1 |#2| |#1|) (-1151 |#1|)))) (-1031) (-1031)) (T -1149))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1151 *5)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-5 *2 (-1151 *6)) (-5 *1 (-1149 *5 *6)))))
+(-10 -7 (-15 -1478 ((-1151 |#2|) (-1 |#2| |#1|) (-1151 |#1|))))
+((-1807 (((-412 (-1151 (-401 |#4|))) (-1151 (-401 |#4|))) 51)) (-3476 (((-412 (-1151 (-401 |#4|))) (-1151 (-401 |#4|))) 52)))
+(((-1150 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3476 ((-412 (-1151 (-401 |#4|))) (-1151 (-401 |#4|)))) (-15 -1807 ((-412 (-1151 (-401 |#4|))) (-1151 (-401 |#4|))))) (-779) (-833) (-445) (-931 |#3| |#1| |#2|)) (T -1150))
+((-1807 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-445)) (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-412 (-1151 (-401 *7)))) (-5 *1 (-1150 *4 *5 *6 *7)) (-5 *3 (-1151 (-401 *7))))) (-3476 (*1 *2 *3) (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-445)) (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-412 (-1151 (-401 *7)))) (-5 *1 (-1150 *4 *5 *6 *7)) (-5 *3 (-1151 (-401 *7))))))
+(-10 -7 (-15 -3476 ((-412 (-1151 (-401 |#4|))) (-1151 (-401 |#4|)))) (-15 -1807 ((-412 (-1151 (-401 |#4|))) (-1151 (-401 |#4|)))))
+((-3200 (((-111) $ $) 137)) (-1719 (((-111) $) 27)) (-4238 (((-1238 |#1|) $ (-757)) NIL)) (-3611 (((-630 (-1061)) $) NIL)) (-2345 (($ (-1151 |#1|)) NIL)) (-3447 (((-1151 $) $ (-1061)) 58) (((-1151 |#1|) $) 47)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) 132 (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-1061))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3248 (($ $ $) 126 (|has| |#1| (-545)))) (-2873 (((-412 (-1151 $)) (-1151 $)) 71 (|has| |#1| (-891)))) (-3837 (($ $) NIL (|has| |#1| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 91 (|has| |#1| (-891)))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-3106 (($ $ (-757)) 39)) (-2024 (($ $ (-757)) 40)) (-4049 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-445)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#1| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-1061) "failed") $) NIL)) (-2831 ((|#1| $) NIL) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-1061) $) NIL)) (-2697 (($ $ $ (-1061)) NIL (|has| |#1| (-169))) ((|#1| $ $) 128 (|has| |#1| (-169)))) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) 56)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) NIL) (((-674 |#1|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3298 (($ $ $) 104)) (-1514 (($ $ $) NIL (|has| |#1| (-545)))) (-1482 (((-2 (|:| -4157 |#1|) (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-545)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-3766 (($ $) 133 (|has| |#1| (-445))) (($ $ (-1061)) NIL (|has| |#1| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#1| (-891)))) (-1369 (($ $ |#1| (-757) $) 45)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-1061) (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-1061) (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-4008 (((-845) $ (-845)) 117)) (-2592 (((-757) $ $) NIL (|has| |#1| (-545)))) (-1434 (((-111) $) 30)) (-2613 (((-757) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| |#1| (-1130)))) (-3601 (($ (-1151 |#1|) (-1061)) 49) (($ (-1151 $) (-1061)) 65)) (-2055 (($ $ (-757)) 32)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-757)) 63) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-1061)) NIL) (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 121)) (-3264 (((-757) $) NIL) (((-757) $ (-1061)) NIL) (((-630 (-757)) $ (-630 (-1061))) NIL)) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2364 (($ (-1 (-757) (-757)) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2960 (((-1151 |#1|) $) NIL)) (-2903 (((-3 (-1061) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) 52)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) NIL (|has| |#1| (-445)))) (-4056 (((-1137) $) NIL)) (-4288 (((-2 (|:| -4294 $) (|:| -3300 $)) $ (-757)) 38)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-1061)) (|:| -3503 (-757))) "failed") $) NIL)) (-1619 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1979 (($) NIL (|has| |#1| (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) 31)) (-3722 ((|#1| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 79 (|has| |#1| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-445))) (($ $ $) 135 (|has| |#1| (-445)))) (-3058 (($ $ (-757) |#1| $) 99)) (-2114 (((-412 (-1151 $)) (-1151 $)) 77 (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) 76 (|has| |#1| (-891)))) (-3476 (((-412 $) $) 84 (|has| |#1| (-891)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-3968 (((-3 $ "failed") $ |#1|) 131 (|has| |#1| (-545))) (((-3 $ "failed") $ $) 100 (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-1061) |#1|) NIL) (($ $ (-630 (-1061)) (-630 |#1|)) NIL) (($ $ (-1061) $) NIL) (($ $ (-630 (-1061)) (-630 $)) NIL)) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ |#1|) 119) (($ $ $) 120) (((-401 $) (-401 $) (-401 $)) NIL (|has| |#1| (-545))) ((|#1| (-401 $) |#1|) NIL (|has| |#1| (-357))) (((-401 $) $ (-401 $)) NIL (|has| |#1| (-545)))) (-2271 (((-3 $ "failed") $ (-757)) 35)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 138 (|has| |#1| (-357)))) (-3488 (($ $ (-1061)) NIL (|has| |#1| (-169))) ((|#1| $) 124 (|has| |#1| (-169)))) (-3095 (($ $ (-1061)) NIL) (($ $ (-630 (-1061))) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL) (($ $ (-757)) NIL) (($ $) NIL) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-2672 (((-757) $) 54) (((-757) $ (-1061)) NIL) (((-630 (-757)) $ (-630 (-1061))) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-1061) (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-1061) (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-1061) (-601 (-529))) (|has| |#1| (-601 (-529)))))) (-3998 ((|#1| $) 130 (|has| |#1| (-445))) (($ $ (-1061)) NIL (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#1| (-891))))) (-1846 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545))) (((-3 (-401 $) "failed") (-401 $) $) NIL (|has| |#1| (-545)))) (-3212 (((-845) $) 118) (($ (-553)) NIL) (($ |#1|) 53) (($ (-1061)) NIL) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-757)) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) 25 (|has| |#1| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) 15 T CONST)) (-3308 (($) 16 T CONST)) (-1766 (($ $ (-1061)) NIL) (($ $ (-630 (-1061))) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL) (($ $ (-757)) NIL) (($ $) NIL) (($ $ (-1155)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) 96)) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1721 (($ $ |#1|) 139 (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 66)) (** (($ $ (-903)) 14) (($ $ (-757)) 12)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 24) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 102) (($ $ |#1|) NIL)))
+(((-1151 |#1|) (-13 (-1214 |#1|) (-10 -8 (-15 -4008 ((-845) $ (-845))) (-15 -3058 ($ $ (-757) |#1| $)))) (-1031)) (T -1151))
+((-4008 (*1 *2 *1 *2) (-12 (-5 *2 (-845)) (-5 *1 (-1151 *3)) (-4 *3 (-1031)))) (-3058 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-757)) (-5 *1 (-1151 *3)) (-4 *3 (-1031)))))
+(-13 (-1214 |#1|) (-10 -8 (-15 -4008 ((-845) $ (-845))) (-15 -3058 ($ $ (-757) |#1| $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) 11)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3027 (($ $ (-401 (-553))) NIL) (($ $ (-401 (-553)) (-401 (-553))) NIL)) (-4044 (((-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|))) $) NIL)) (-2479 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| |#1| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2456 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-757) (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|)))) NIL)) (-2505 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-1146 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1153 |#1| |#2| |#3|) "failed") $) 36)) (-2831 (((-1146 |#1| |#2| |#3|) $) NIL) (((-1153 |#1| |#2| |#3|) $) NIL)) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3671 (((-401 (-553)) $) 55)) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3681 (($ (-401 (-553)) (-1146 |#1| |#2| |#3|)) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-4268 (((-111) $) NIL (|has| |#1| (-357)))) (-2487 (((-111) $) NIL)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-401 (-553)) $) NIL) (((-401 (-553)) $ (-401 (-553))) NIL)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) NIL) (($ $ (-401 (-553))) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-553))) 20) (($ $ (-1061) (-401 (-553))) NIL) (($ $ (-630 (-1061)) (-630 (-401 (-553)))) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2431 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2962 (((-1146 |#1| |#2| |#3|) $) 41)) (-2104 (((-3 (-1146 |#1| |#2| |#3|) "failed") $) NIL)) (-3669 (((-1146 |#1| |#2| |#3|) $) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-1619 (($ $) 39 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177))))) (($ $ (-1234 |#2|)) 40 (|has| |#1| (-38 (-401 (-553)))))) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2370 (($ $ (-401 (-553))) NIL)) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2854 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))))) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ (-401 (-553))) NIL) (($ $ $) NIL (|has| (-401 (-553)) (-1091)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $ (-1234 |#2|)) 38)) (-2672 (((-401 (-553)) $) NIL)) (-2517 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) NIL)) (-3212 (((-845) $) 58) (($ (-553)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1146 |#1| |#2| |#3|)) 30) (($ (-1153 |#1| |#2| |#3|)) 31) (($ (-1234 |#2|)) 26) (($ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $) NIL (|has| |#1| (-545)))) (-1925 ((|#1| $ (-401 (-553))) NIL)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-4045 ((|#1| $) 12)) (-3842 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-401 (-553))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 22 T CONST)) (-3308 (($) 16 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 24)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-1152 |#1| |#2| |#3|) (-13 (-1221 |#1| (-1146 |#1| |#2| |#3|)) (-1020 (-1153 |#1| |#2| |#3|)) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|))) (-1031) (-1155) |#1|) (T -1152))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1152 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1152 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-1619 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1152 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3))))
+(-13 (-1221 |#1| (-1146 |#1| |#2| |#3|)) (-1020 (-1153 |#1| |#2| |#3|)) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 125)) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) 116)) (-2291 (((-1211 |#2| |#1|) $ (-757)) 63)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3027 (($ $ (-757)) 79) (($ $ (-757) (-757)) 76)) (-4044 (((-1135 (-2 (|:| |k| (-757)) (|:| |c| |#1|))) $) 102)) (-2479 (($ $) 169 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 145 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2456 (($ $) 165 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 141 (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-1135 (-2 (|:| |k| (-757)) (|:| |c| |#1|)))) 115) (($ (-1135 |#1|)) 110)) (-2505 (($ $) 173 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 149 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) 23)) (-1991 (($ $) 26)) (-2212 (((-934 |#1|) $ (-757)) 75) (((-934 |#1|) $ (-757) (-757)) 77)) (-2487 (((-111) $) 120)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-757) $) 122) (((-757) $ (-757)) 124)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) NIL)) (-3141 (($ (-1 |#1| (-553)) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-757)) 13) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2431 (($ $) 131 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-1619 (($ $) 129 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177))))) (($ $ (-1234 |#2|)) 130 (|has| |#1| (-38 (-401 (-553)))))) (-2875 (((-1099) $) NIL)) (-2370 (($ $ (-757)) 15)) (-3968 (((-3 $ "failed") $ $) 24 (|has| |#1| (-545)))) (-2854 (($ $) 133 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-757)))))) (-2061 ((|#1| $ (-757)) 119) (($ $ $) 128 (|has| (-757) (-1091)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-757) |#1|)))) (($ $) 27 (|has| |#1| (-15 * (|#1| (-757) |#1|)))) (($ $ (-1234 |#2|)) 29)) (-2672 (((-757) $) NIL)) (-2517 (($ $) 175 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 151 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 171 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 147 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 167 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 143 (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) NIL)) (-3212 (((-845) $) 201) (($ (-553)) NIL) (($ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $) NIL (|has| |#1| (-545))) (($ |#1|) 126 (|has| |#1| (-169))) (($ (-1211 |#2| |#1|)) 51) (($ (-1234 |#2|)) 32)) (-1372 (((-1135 |#1|) $) 98)) (-1925 ((|#1| $ (-757)) 118)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-4045 ((|#1| $) 54)) (-3842 (($ $) 181 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 157 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) 177 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 153 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 185 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 161 (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-757)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-757)))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) 187 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 163 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 183 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 159 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 179 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 155 (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 17 T CONST)) (-3308 (($) 19 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-757) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) 194)) (-1699 (($ $ $) 31)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ |#1|) 198 (|has| |#1| (-357))) (($ $ $) 134 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 137 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 132) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-1153 |#1| |#2| |#3|) (-13 (-1229 |#1|) (-10 -8 (-15 -3212 ($ (-1211 |#2| |#1|))) (-15 -2291 ((-1211 |#2| |#1|) $ (-757))) (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|))) (-1031) (-1155) |#1|) (T -1153))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1211 *4 *3)) (-4 *3 (-1031)) (-14 *4 (-1155)) (-14 *5 *3) (-5 *1 (-1153 *3 *4 *5)))) (-2291 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1211 *5 *4)) (-5 *1 (-1153 *4 *5 *6)) (-4 *4 (-1031)) (-14 *5 (-1155)) (-14 *6 *4))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1153 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1153 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-1619 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1153 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3))))
+(-13 (-1229 |#1|) (-10 -8 (-15 -3212 ($ (-1211 |#2| |#1|))) (-15 -2291 ((-1211 |#2| |#1|) $ (-757))) (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|)))
+((-3212 (((-845) $) 27) (($ (-1155)) 29)) (-4028 (($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 40)) (-4017 (($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 33) (($ $) 34)) (-2228 (($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 35)) (-2216 (($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 37)) (-2201 (($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 36)) (-2185 (($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 38)) (-3356 (($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 41)) (-12 (($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $))) 39)))
+(((-1154) (-13 (-600 (-845)) (-10 -8 (-15 -3212 ($ (-1155))) (-15 -2228 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2201 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2216 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2185 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4028 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -3356 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4017 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4017 ($ $))))) (T -1154))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1154)))) (-2228 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154)))) (-5 *1 (-1154)))) (-2201 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154)))) (-5 *1 (-1154)))) (-2216 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154)))) (-5 *1 (-1154)))) (-2185 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154)))) (-5 *1 (-1154)))) (-4028 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154)))) (-5 *1 (-1154)))) (-3356 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154)))) (-5 *1 (-1154)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154)))) (-5 *1 (-1154)))) (-4017 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154)))) (-5 *1 (-1154)))) (-4017 (*1 *1 *1) (-5 *1 (-1154))))
+(-13 (-600 (-845)) (-10 -8 (-15 -3212 ($ (-1155))) (-15 -2228 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2201 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2216 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -2185 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4028 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -3356 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)) (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4017 ($ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373))) (|:| CF (-310 (-166 (-373)))) (|:| |switch| $)))) (-15 -4017 ($ $))))
+((-3200 (((-111) $ $) NIL)) (-2221 (($ $ (-630 (-845))) 59)) (-1540 (($ $ (-630 (-845))) 57)) (-3985 (((-1137) $) 84)) (-2568 (((-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845))) (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845))) (|:| |args| (-630 (-845)))) $) 87)) (-3579 (((-111) $) 22)) (-2753 (($ $ (-630 (-630 (-845)))) 56) (($ $ (-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845))) (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845))) (|:| |args| (-630 (-845))))) 82)) (-3203 (($) 124 T CONST)) (-2710 (((-1243)) 106)) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 66) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 73)) (-3306 (($) 95) (($ $) 101)) (-4292 (($ $) 83)) (-1773 (($ $ $) NIL)) (-2012 (($ $ $) NIL)) (-2562 (((-630 $) $) 107)) (-4056 (((-1137) $) 90)) (-2875 (((-1099) $) NIL)) (-2061 (($ $ (-630 (-845))) 58)) (-1523 (((-529) $) 46) (((-1155) $) 47) (((-874 (-553)) $) 77) (((-874 (-373)) $) 75)) (-3212 (((-845) $) 53) (($ (-1137)) 48)) (-3475 (($ $ (-630 (-845))) 60)) (-3632 (((-1137) $) 33) (((-1137) $ (-111)) 34) (((-1243) (-808) $) 35) (((-1243) (-808) $ (-111)) 36)) (-1667 (((-111) $ $) NIL)) (-1645 (((-111) $ $) NIL)) (-1614 (((-111) $ $) 49)) (-1656 (((-111) $ $) NIL)) (-1633 (((-111) $ $) 50)))
+(((-1155) (-13 (-833) (-601 (-529)) (-814) (-601 (-1155)) (-601 (-874 (-553))) (-601 (-874 (-373))) (-868 (-553)) (-868 (-373)) (-10 -8 (-15 -3306 ($)) (-15 -3306 ($ $)) (-15 -2710 ((-1243))) (-15 -3212 ($ (-1137))) (-15 -4292 ($ $)) (-15 -3579 ((-111) $)) (-15 -2568 ((-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845))) (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845))) (|:| |args| (-630 (-845)))) $)) (-15 -2753 ($ $ (-630 (-630 (-845))))) (-15 -2753 ($ $ (-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845))) (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845))) (|:| |args| (-630 (-845)))))) (-15 -1540 ($ $ (-630 (-845)))) (-15 -2221 ($ $ (-630 (-845)))) (-15 -3475 ($ $ (-630 (-845)))) (-15 -2061 ($ $ (-630 (-845)))) (-15 -3985 ((-1137) $)) (-15 -2562 ((-630 $) $)) (-15 -3203 ($) -3929)))) (T -1155))
+((-3306 (*1 *1) (-5 *1 (-1155))) (-3306 (*1 *1 *1) (-5 *1 (-1155))) (-2710 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1155)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1155)))) (-4292 (*1 *1 *1) (-5 *1 (-1155))) (-3579 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1155)))) (-2568 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845))) (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845))) (|:| |args| (-630 (-845))))) (-5 *1 (-1155)))) (-2753 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-630 (-845)))) (-5 *1 (-1155)))) (-2753 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845))) (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845))) (|:| |args| (-630 (-845))))) (-5 *1 (-1155)))) (-1540 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-1155)))) (-2221 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-1155)))) (-3475 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-1155)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-1155)))) (-3985 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1155)))) (-2562 (*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-1155)))) (-3203 (*1 *1) (-5 *1 (-1155))))
+(-13 (-833) (-601 (-529)) (-814) (-601 (-1155)) (-601 (-874 (-553))) (-601 (-874 (-373))) (-868 (-553)) (-868 (-373)) (-10 -8 (-15 -3306 ($)) (-15 -3306 ($ $)) (-15 -2710 ((-1243))) (-15 -3212 ($ (-1137))) (-15 -4292 ($ $)) (-15 -3579 ((-111) $)) (-15 -2568 ((-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845))) (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845))) (|:| |args| (-630 (-845)))) $)) (-15 -2753 ($ $ (-630 (-630 (-845))))) (-15 -2753 ($ $ (-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845))) (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845))) (|:| |args| (-630 (-845)))))) (-15 -1540 ($ $ (-630 (-845)))) (-15 -2221 ($ $ (-630 (-845)))) (-15 -3475 ($ $ (-630 (-845)))) (-15 -2061 ($ $ (-630 (-845)))) (-15 -3985 ((-1137) $)) (-15 -2562 ((-630 $) $)) (-15 -3203 ($) -3929)))
+((-4172 (((-1238 |#1|) |#1| (-903)) 16) (((-1238 |#1|) (-630 |#1|)) 20)))
+(((-1156 |#1|) (-10 -7 (-15 -4172 ((-1238 |#1|) (-630 |#1|))) (-15 -4172 ((-1238 |#1|) |#1| (-903)))) (-1031)) (T -1156))
+((-4172 (*1 *2 *3 *4) (-12 (-5 *4 (-903)) (-5 *2 (-1238 *3)) (-5 *1 (-1156 *3)) (-4 *3 (-1031)))) (-4172 (*1 *2 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-1031)) (-5 *2 (-1238 *4)) (-5 *1 (-1156 *4)))))
+(-10 -7 (-15 -4172 ((-1238 |#1|) (-630 |#1|))) (-15 -4172 ((-1238 |#1|) |#1| (-903))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| |#1| (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#1| (-1020 (-401 (-553))))) (((-3 |#1| "failed") $) NIL)) (-2831 (((-553) $) NIL (|has| |#1| (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| |#1| (-1020 (-401 (-553))))) ((|#1| $) NIL)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3766 (($ $) NIL (|has| |#1| (-445)))) (-1369 (($ $ |#1| (-953) $) NIL)) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-953)) NIL)) (-3264 (((-953) $) NIL)) (-2364 (($ (-1 (-953) (-953)) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#1| $) NIL)) (-3058 (($ $ (-953) |#1| $) NIL (-12 (|has| (-953) (-129)) (|has| |#1| (-545))))) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-545)))) (-2672 (((-953) $) NIL)) (-3998 ((|#1| $) NIL (|has| |#1| (-445)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ $) NIL (|has| |#1| (-545))) (($ |#1|) NIL) (($ (-401 (-553))) NIL (-4028 (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-1020 (-401 (-553))))))) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ (-953)) NIL)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#1| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3296 (($) 9 T CONST)) (-3308 (($) 14 T CONST)) (-1614 (((-111) $ $) 16)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 19)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) 13) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-1157 |#1|) (-13 (-320 |#1| (-953)) (-10 -8 (IF (|has| |#1| (-545)) (IF (|has| (-953) (-129)) (-15 -3058 ($ $ (-953) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4367)) (-6 -4367) |%noBranch|))) (-1031)) (T -1157))
+((-3058 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-953)) (-4 *2 (-129)) (-5 *1 (-1157 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))))
+(-13 (-320 |#1| (-953)) (-10 -8 (IF (|has| |#1| (-545)) (IF (|has| (-953) (-129)) (-15 -3058 ($ $ (-953) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4367)) (-6 -4367) |%noBranch|)))
+((-1737 (((-1159) (-1155) $) 25)) (-2681 (($) 29)) (-2514 (((-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-1155) $) 22)) (-2482 (((-1243) (-1155) (-3 (|:| |fst| (-428)) (|:| -1900 "void")) $) 41) (((-1243) (-1155) (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) 42) (((-1243) (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) 43)) (-2415 (((-1243) (-1155)) 58)) (-3928 (((-1243) (-1155) $) 55) (((-1243) (-1155)) 56) (((-1243)) 57)) (-1537 (((-1243) (-1155)) 37)) (-3291 (((-1155)) 36)) (-1422 (($) 34)) (-1396 (((-431) (-1155) (-431) (-1155) $) 45) (((-431) (-630 (-1155)) (-431) (-1155) $) 49) (((-431) (-1155) (-431)) 46) (((-431) (-1155) (-431) (-1155)) 50)) (-3841 (((-1155)) 35)) (-3212 (((-845) $) 28)) (-4217 (((-1243)) 30) (((-1243) (-1155)) 33)) (-2882 (((-630 (-1155)) (-1155) $) 24)) (-2124 (((-1243) (-1155) (-630 (-1155)) $) 38) (((-1243) (-1155) (-630 (-1155))) 39) (((-1243) (-630 (-1155))) 40)))
+(((-1158) (-13 (-600 (-845)) (-10 -8 (-15 -2681 ($)) (-15 -4217 ((-1243))) (-15 -4217 ((-1243) (-1155))) (-15 -1396 ((-431) (-1155) (-431) (-1155) $)) (-15 -1396 ((-431) (-630 (-1155)) (-431) (-1155) $)) (-15 -1396 ((-431) (-1155) (-431))) (-15 -1396 ((-431) (-1155) (-431) (-1155))) (-15 -1537 ((-1243) (-1155))) (-15 -3841 ((-1155))) (-15 -3291 ((-1155))) (-15 -2124 ((-1243) (-1155) (-630 (-1155)) $)) (-15 -2124 ((-1243) (-1155) (-630 (-1155)))) (-15 -2124 ((-1243) (-630 (-1155)))) (-15 -2482 ((-1243) (-1155) (-3 (|:| |fst| (-428)) (|:| -1900 "void")) $)) (-15 -2482 ((-1243) (-1155) (-3 (|:| |fst| (-428)) (|:| -1900 "void")))) (-15 -2482 ((-1243) (-3 (|:| |fst| (-428)) (|:| -1900 "void")))) (-15 -3928 ((-1243) (-1155) $)) (-15 -3928 ((-1243) (-1155))) (-15 -3928 ((-1243))) (-15 -2415 ((-1243) (-1155))) (-15 -1422 ($)) (-15 -2514 ((-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-1155) $)) (-15 -2882 ((-630 (-1155)) (-1155) $)) (-15 -1737 ((-1159) (-1155) $))))) (T -1158))
+((-2681 (*1 *1) (-5 *1 (-1158))) (-4217 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1158)))) (-4217 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-1396 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-431)) (-5 *3 (-1155)) (-5 *1 (-1158)))) (-1396 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-431)) (-5 *3 (-630 (-1155))) (-5 *4 (-1155)) (-5 *1 (-1158)))) (-1396 (*1 *2 *3 *2) (-12 (-5 *2 (-431)) (-5 *3 (-1155)) (-5 *1 (-1158)))) (-1396 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-431)) (-5 *3 (-1155)) (-5 *1 (-1158)))) (-1537 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-3841 (*1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1158)))) (-3291 (*1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1158)))) (-2124 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-630 (-1155))) (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-2124 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-1155))) (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-2124 (*1 *2 *3) (-12 (-5 *3 (-630 (-1155))) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-2482 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1155)) (-5 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-2482 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-5 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-2482 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-3928 (*1 *2 *3 *1) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-3928 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-3928 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1158)))) (-2415 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158)))) (-1422 (*1 *1) (-5 *1 (-1158))) (-2514 (*1 *2 *3 *1) (-12 (-5 *3 (-1155)) (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *1 (-1158)))) (-2882 (*1 *2 *3 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-1158)) (-5 *3 (-1155)))) (-1737 (*1 *2 *3 *1) (-12 (-5 *3 (-1155)) (-5 *2 (-1159)) (-5 *1 (-1158)))))
+(-13 (-600 (-845)) (-10 -8 (-15 -2681 ($)) (-15 -4217 ((-1243))) (-15 -4217 ((-1243) (-1155))) (-15 -1396 ((-431) (-1155) (-431) (-1155) $)) (-15 -1396 ((-431) (-630 (-1155)) (-431) (-1155) $)) (-15 -1396 ((-431) (-1155) (-431))) (-15 -1396 ((-431) (-1155) (-431) (-1155))) (-15 -1537 ((-1243) (-1155))) (-15 -3841 ((-1155))) (-15 -3291 ((-1155))) (-15 -2124 ((-1243) (-1155) (-630 (-1155)) $)) (-15 -2124 ((-1243) (-1155) (-630 (-1155)))) (-15 -2124 ((-1243) (-630 (-1155)))) (-15 -2482 ((-1243) (-1155) (-3 (|:| |fst| (-428)) (|:| -1900 "void")) $)) (-15 -2482 ((-1243) (-1155) (-3 (|:| |fst| (-428)) (|:| -1900 "void")))) (-15 -2482 ((-1243) (-3 (|:| |fst| (-428)) (|:| -1900 "void")))) (-15 -3928 ((-1243) (-1155) $)) (-15 -3928 ((-1243) (-1155))) (-15 -3928 ((-1243))) (-15 -2415 ((-1243) (-1155))) (-15 -1422 ($)) (-15 -2514 ((-3 (|:| |fst| (-428)) (|:| -1900 "void")) (-1155) $)) (-15 -2882 ((-630 (-1155)) (-1155) $)) (-15 -1737 ((-1159) (-1155) $))))
+((-4096 (((-630 (-630 (-3 (|:| -4292 (-1155)) (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553))))))))) $) 59)) (-2365 (((-630 (-3 (|:| -4292 (-1155)) (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553)))))))) (-428) $) 43)) (-1711 (($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-431))))) 17)) (-2415 (((-1243) $) 67)) (-3753 (((-630 (-1155)) $) 22)) (-1572 (((-1083) $) 55)) (-1679 (((-431) (-1155) $) 27)) (-1783 (((-630 (-1155)) $) 30)) (-1422 (($) 19)) (-1396 (((-431) (-630 (-1155)) (-431) $) 25) (((-431) (-1155) (-431) $) 24)) (-3212 (((-845) $) 9) (((-1165 (-1155) (-431)) $) 13)))
+(((-1159) (-13 (-600 (-845)) (-10 -8 (-15 -3212 ((-1165 (-1155) (-431)) $)) (-15 -1422 ($)) (-15 -1396 ((-431) (-630 (-1155)) (-431) $)) (-15 -1396 ((-431) (-1155) (-431) $)) (-15 -1679 ((-431) (-1155) $)) (-15 -3753 ((-630 (-1155)) $)) (-15 -2365 ((-630 (-3 (|:| -4292 (-1155)) (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553)))))))) (-428) $)) (-15 -1783 ((-630 (-1155)) $)) (-15 -4096 ((-630 (-630 (-3 (|:| -4292 (-1155)) (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553))))))))) $)) (-15 -1572 ((-1083) $)) (-15 -2415 ((-1243) $)) (-15 -1711 ($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-431))))))))) (T -1159))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-1165 (-1155) (-431))) (-5 *1 (-1159)))) (-1422 (*1 *1) (-5 *1 (-1159))) (-1396 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-431)) (-5 *3 (-630 (-1155))) (-5 *1 (-1159)))) (-1396 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-431)) (-5 *3 (-1155)) (-5 *1 (-1159)))) (-1679 (*1 *2 *3 *1) (-12 (-5 *3 (-1155)) (-5 *2 (-431)) (-5 *1 (-1159)))) (-3753 (*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-1159)))) (-2365 (*1 *2 *3 *1) (-12 (-5 *3 (-428)) (-5 *2 (-630 (-3 (|:| -4292 (-1155)) (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553))))))))) (-5 *1 (-1159)))) (-1783 (*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-1159)))) (-4096 (*1 *2 *1) (-12 (-5 *2 (-630 (-630 (-3 (|:| -4292 (-1155)) (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553)))))))))) (-5 *1 (-1159)))) (-1572 (*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-1159)))) (-2415 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1159)))) (-1711 (*1 *1 *2) (-12 (-5 *2 (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-431))))) (-5 *1 (-1159)))))
+(-13 (-600 (-845)) (-10 -8 (-15 -3212 ((-1165 (-1155) (-431)) $)) (-15 -1422 ($)) (-15 -1396 ((-431) (-630 (-1155)) (-431) $)) (-15 -1396 ((-431) (-1155) (-431) $)) (-15 -1679 ((-431) (-1155) $)) (-15 -3753 ((-630 (-1155)) $)) (-15 -2365 ((-630 (-3 (|:| -4292 (-1155)) (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553)))))))) (-428) $)) (-15 -1783 ((-630 (-1155)) $)) (-15 -4096 ((-630 (-630 (-3 (|:| -4292 (-1155)) (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553))))))))) $)) (-15 -1572 ((-1083) $)) (-15 -2415 ((-1243) $)) (-15 -1711 ($ (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-431))))))))
+((-3200 (((-111) $ $) NIL)) (-1394 (((-3 (-553) "failed") $) 29) (((-3 (-220) "failed") $) 35) (((-3 (-1155) "failed") $) 41) (((-3 (-1137) "failed") $) 47)) (-2831 (((-553) $) 30) (((-220) $) 36) (((-1155) $) 42) (((-1137) $) 48)) (-2754 (((-111) $) 53)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2424 (((-3 (-553) (-220) (-1155) (-1137) $) $) 55)) (-2338 (((-630 $) $) 57)) (-1523 (((-1083) $) 24) (($ (-1083)) 25)) (-3566 (((-111) $) 56)) (-3212 (((-845) $) 23) (($ (-553)) 26) (($ (-220)) 32) (($ (-1155)) 38) (($ (-1137)) 44) (((-553) $) 31) (((-220) $) 37) (((-1155) $) 43) (((-1137) $) 49)) (-3284 (((-111) $ (|[\|\|]| (-553))) 10) (((-111) $ (|[\|\|]| (-220))) 13) (((-111) $ (|[\|\|]| (-1155))) 19) (((-111) $ (|[\|\|]| (-1137))) 16)) (-2569 (($ (-1155) (-630 $)) 51) (($ $ (-630 $)) 52)) (-1513 (((-553) $) 27) (((-220) $) 33) (((-1155) $) 39) (((-1137) $) 45)) (-1614 (((-111) $ $) 7)))
+(((-1160) (-13 (-1233) (-1079) (-1020 (-553)) (-1020 (-220)) (-1020 (-1155)) (-1020 (-1137)) (-10 -8 (-15 -1523 ((-1083) $)) (-15 -1523 ($ (-1083))) (-15 -3212 ((-553) $)) (-15 -1513 ((-553) $)) (-15 -3212 ((-220) $)) (-15 -1513 ((-220) $)) (-15 -3212 ((-1155) $)) (-15 -1513 ((-1155) $)) (-15 -3212 ((-1137) $)) (-15 -1513 ((-1137) $)) (-15 -2569 ($ (-1155) (-630 $))) (-15 -2569 ($ $ (-630 $))) (-15 -2754 ((-111) $)) (-15 -2424 ((-3 (-553) (-220) (-1155) (-1137) $) $)) (-15 -2338 ((-630 $) $)) (-15 -3566 ((-111) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-553)))) (-15 -3284 ((-111) $ (|[\|\|]| (-220)))) (-15 -3284 ((-111) $ (|[\|\|]| (-1155)))) (-15 -3284 ((-111) $ (|[\|\|]| (-1137))))))) (T -1160))
+((-1523 (*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-1160)))) (-1523 (*1 *1 *2) (-12 (-5 *2 (-1083)) (-5 *1 (-1160)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1160)))) (-1513 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1160)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-1160)))) (-1513 (*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-1160)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1160)))) (-1513 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1160)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1160)))) (-1513 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1160)))) (-2569 (*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-1160))) (-5 *1 (-1160)))) (-2569 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-1160))) (-5 *1 (-1160)))) (-2754 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1160)))) (-2424 (*1 *2 *1) (-12 (-5 *2 (-3 (-553) (-220) (-1155) (-1137) (-1160))) (-5 *1 (-1160)))) (-2338 (*1 *2 *1) (-12 (-5 *2 (-630 (-1160))) (-5 *1 (-1160)))) (-3566 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1160)))) (-3284 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-553))) (-5 *2 (-111)) (-5 *1 (-1160)))) (-3284 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-220))) (-5 *2 (-111)) (-5 *1 (-1160)))) (-3284 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1155))) (-5 *2 (-111)) (-5 *1 (-1160)))) (-3284 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1137))) (-5 *2 (-111)) (-5 *1 (-1160)))))
+(-13 (-1233) (-1079) (-1020 (-553)) (-1020 (-220)) (-1020 (-1155)) (-1020 (-1137)) (-10 -8 (-15 -1523 ((-1083) $)) (-15 -1523 ($ (-1083))) (-15 -3212 ((-553) $)) (-15 -1513 ((-553) $)) (-15 -3212 ((-220) $)) (-15 -1513 ((-220) $)) (-15 -3212 ((-1155) $)) (-15 -1513 ((-1155) $)) (-15 -3212 ((-1137) $)) (-15 -1513 ((-1137) $)) (-15 -2569 ($ (-1155) (-630 $))) (-15 -2569 ($ $ (-630 $))) (-15 -2754 ((-111) $)) (-15 -2424 ((-3 (-553) (-220) (-1155) (-1137) $) $)) (-15 -2338 ((-630 $) $)) (-15 -3566 ((-111) $)) (-15 -3284 ((-111) $ (|[\|\|]| (-553)))) (-15 -3284 ((-111) $ (|[\|\|]| (-220)))) (-15 -3284 ((-111) $ (|[\|\|]| (-1155)))) (-15 -3284 ((-111) $ (|[\|\|]| (-1137))))))
+((-3703 (((-630 (-630 (-934 |#1|))) (-630 (-401 (-934 |#1|))) (-630 (-1155))) 57)) (-2982 (((-630 (-288 (-401 (-934 |#1|)))) (-288 (-401 (-934 |#1|)))) 69) (((-630 (-288 (-401 (-934 |#1|)))) (-401 (-934 |#1|))) 65) (((-630 (-288 (-401 (-934 |#1|)))) (-288 (-401 (-934 |#1|))) (-1155)) 70) (((-630 (-288 (-401 (-934 |#1|)))) (-401 (-934 |#1|)) (-1155)) 64) (((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-288 (-401 (-934 |#1|))))) 93) (((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-401 (-934 |#1|)))) 92) (((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-288 (-401 (-934 |#1|)))) (-630 (-1155))) 94) (((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-401 (-934 |#1|))) (-630 (-1155))) 91)))
+(((-1161 |#1|) (-10 -7 (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-401 (-934 |#1|))) (-630 (-1155)))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-288 (-401 (-934 |#1|)))) (-630 (-1155)))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-401 (-934 |#1|))))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-288 (-401 (-934 |#1|)))))) (-15 -2982 ((-630 (-288 (-401 (-934 |#1|)))) (-401 (-934 |#1|)) (-1155))) (-15 -2982 ((-630 (-288 (-401 (-934 |#1|)))) (-288 (-401 (-934 |#1|))) (-1155))) (-15 -2982 ((-630 (-288 (-401 (-934 |#1|)))) (-401 (-934 |#1|)))) (-15 -2982 ((-630 (-288 (-401 (-934 |#1|)))) (-288 (-401 (-934 |#1|))))) (-15 -3703 ((-630 (-630 (-934 |#1|))) (-630 (-401 (-934 |#1|))) (-630 (-1155))))) (-545)) (T -1161))
+((-3703 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-401 (-934 *5)))) (-5 *4 (-630 (-1155))) (-4 *5 (-545)) (-5 *2 (-630 (-630 (-934 *5)))) (-5 *1 (-1161 *5)))) (-2982 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-630 (-288 (-401 (-934 *4))))) (-5 *1 (-1161 *4)) (-5 *3 (-288 (-401 (-934 *4)))))) (-2982 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-630 (-288 (-401 (-934 *4))))) (-5 *1 (-1161 *4)) (-5 *3 (-401 (-934 *4))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-545)) (-5 *2 (-630 (-288 (-401 (-934 *5))))) (-5 *1 (-1161 *5)) (-5 *3 (-288 (-401 (-934 *5)))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *4 (-1155)) (-4 *5 (-545)) (-5 *2 (-630 (-288 (-401 (-934 *5))))) (-5 *1 (-1161 *5)) (-5 *3 (-401 (-934 *5))))) (-2982 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *4)))))) (-5 *1 (-1161 *4)) (-5 *3 (-630 (-288 (-401 (-934 *4))))))) (-2982 (*1 *2 *3) (-12 (-5 *3 (-630 (-401 (-934 *4)))) (-4 *4 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *4)))))) (-5 *1 (-1161 *4)))) (-2982 (*1 *2 *3 *4) (-12 (-5 *4 (-630 (-1155))) (-4 *5 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *5)))))) (-5 *1 (-1161 *5)) (-5 *3 (-630 (-288 (-401 (-934 *5))))))) (-2982 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-401 (-934 *5)))) (-5 *4 (-630 (-1155))) (-4 *5 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *5)))))) (-5 *1 (-1161 *5)))))
+(-10 -7 (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-401 (-934 |#1|))) (-630 (-1155)))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-288 (-401 (-934 |#1|)))) (-630 (-1155)))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-401 (-934 |#1|))))) (-15 -2982 ((-630 (-630 (-288 (-401 (-934 |#1|))))) (-630 (-288 (-401 (-934 |#1|)))))) (-15 -2982 ((-630 (-288 (-401 (-934 |#1|)))) (-401 (-934 |#1|)) (-1155))) (-15 -2982 ((-630 (-288 (-401 (-934 |#1|)))) (-288 (-401 (-934 |#1|))) (-1155))) (-15 -2982 ((-630 (-288 (-401 (-934 |#1|)))) (-401 (-934 |#1|)))) (-15 -2982 ((-630 (-288 (-401 (-934 |#1|)))) (-288 (-401 (-934 |#1|))))) (-15 -3703 ((-630 (-630 (-934 |#1|))) (-630 (-401 (-934 |#1|))) (-630 (-1155)))))
+((-3545 (((-1137)) 7)) (-3962 (((-1137)) 9)) (-2389 (((-1243) (-1137)) 11)) (-2659 (((-1137)) 8)))
+(((-1162) (-10 -7 (-15 -3545 ((-1137))) (-15 -2659 ((-1137))) (-15 -3962 ((-1137))) (-15 -2389 ((-1243) (-1137))))) (T -1162))
+((-2389 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1162)))) (-3962 (*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1162)))) (-2659 (*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1162)))) (-3545 (*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1162)))))
+(-10 -7 (-15 -3545 ((-1137))) (-15 -2659 ((-1137))) (-15 -3962 ((-1137))) (-15 -2389 ((-1243) (-1137))))
+((-3028 (((-630 (-630 |#1|)) (-630 (-630 |#1|)) (-630 (-630 (-630 |#1|)))) 38)) (-3651 (((-630 (-630 (-630 |#1|))) (-630 (-630 |#1|))) 24)) (-1726 (((-1164 (-630 |#1|)) (-630 |#1|)) 34)) (-2836 (((-630 (-630 |#1|)) (-630 |#1|)) 30)) (-1815 (((-2 (|:| |f1| (-630 |#1|)) (|:| |f2| (-630 (-630 (-630 |#1|)))) (|:| |f3| (-630 (-630 |#1|))) (|:| |f4| (-630 (-630 (-630 |#1|))))) (-630 (-630 (-630 |#1|)))) 37)) (-3512 (((-2 (|:| |f1| (-630 |#1|)) (|:| |f2| (-630 (-630 (-630 |#1|)))) (|:| |f3| (-630 (-630 |#1|))) (|:| |f4| (-630 (-630 (-630 |#1|))))) (-630 |#1|) (-630 (-630 (-630 |#1|))) (-630 (-630 |#1|)) (-630 (-630 (-630 |#1|))) (-630 (-630 (-630 |#1|))) (-630 (-630 (-630 |#1|)))) 36)) (-2937 (((-630 (-630 |#1|)) (-630 (-630 |#1|))) 28)) (-3015 (((-630 |#1|) (-630 |#1|)) 31)) (-2565 (((-630 (-630 (-630 |#1|))) (-630 |#1|) (-630 (-630 (-630 |#1|)))) 18)) (-1825 (((-630 (-630 (-630 |#1|))) (-1 (-111) |#1| |#1|) (-630 |#1|) (-630 (-630 (-630 |#1|)))) 16)) (-2060 (((-2 (|:| |fs| (-111)) (|:| |sd| (-630 |#1|)) (|:| |td| (-630 (-630 |#1|)))) (-1 (-111) |#1| |#1|) (-630 |#1|) (-630 (-630 |#1|))) 14)) (-2384 (((-630 (-630 |#1|)) (-630 (-630 (-630 |#1|)))) 39)) (-2599 (((-630 (-630 |#1|)) (-1164 (-630 |#1|))) 41)))
+(((-1163 |#1|) (-10 -7 (-15 -2060 ((-2 (|:| |fs| (-111)) (|:| |sd| (-630 |#1|)) (|:| |td| (-630 (-630 |#1|)))) (-1 (-111) |#1| |#1|) (-630 |#1|) (-630 (-630 |#1|)))) (-15 -1825 ((-630 (-630 (-630 |#1|))) (-1 (-111) |#1| |#1|) (-630 |#1|) (-630 (-630 (-630 |#1|))))) (-15 -2565 ((-630 (-630 (-630 |#1|))) (-630 |#1|) (-630 (-630 (-630 |#1|))))) (-15 -3028 ((-630 (-630 |#1|)) (-630 (-630 |#1|)) (-630 (-630 (-630 |#1|))))) (-15 -2384 ((-630 (-630 |#1|)) (-630 (-630 (-630 |#1|))))) (-15 -2599 ((-630 (-630 |#1|)) (-1164 (-630 |#1|)))) (-15 -3651 ((-630 (-630 (-630 |#1|))) (-630 (-630 |#1|)))) (-15 -1726 ((-1164 (-630 |#1|)) (-630 |#1|))) (-15 -2937 ((-630 (-630 |#1|)) (-630 (-630 |#1|)))) (-15 -2836 ((-630 (-630 |#1|)) (-630 |#1|))) (-15 -3015 ((-630 |#1|) (-630 |#1|))) (-15 -3512 ((-2 (|:| |f1| (-630 |#1|)) (|:| |f2| (-630 (-630 (-630 |#1|)))) (|:| |f3| (-630 (-630 |#1|))) (|:| |f4| (-630 (-630 (-630 |#1|))))) (-630 |#1|) (-630 (-630 (-630 |#1|))) (-630 (-630 |#1|)) (-630 (-630 (-630 |#1|))) (-630 (-630 (-630 |#1|))) (-630 (-630 (-630 |#1|))))) (-15 -1815 ((-2 (|:| |f1| (-630 |#1|)) (|:| |f2| (-630 (-630 (-630 |#1|)))) (|:| |f3| (-630 (-630 |#1|))) (|:| |f4| (-630 (-630 (-630 |#1|))))) (-630 (-630 (-630 |#1|)))))) (-833)) (T -1163))
+((-1815 (*1 *2 *3) (-12 (-4 *4 (-833)) (-5 *2 (-2 (|:| |f1| (-630 *4)) (|:| |f2| (-630 (-630 (-630 *4)))) (|:| |f3| (-630 (-630 *4))) (|:| |f4| (-630 (-630 (-630 *4)))))) (-5 *1 (-1163 *4)) (-5 *3 (-630 (-630 (-630 *4)))))) (-3512 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-833)) (-5 *3 (-630 *6)) (-5 *5 (-630 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-630 *5)) (|:| |f3| *5) (|:| |f4| (-630 *5)))) (-5 *1 (-1163 *6)) (-5 *4 (-630 *5)))) (-3015 (*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-1163 *3)))) (-2836 (*1 *2 *3) (-12 (-4 *4 (-833)) (-5 *2 (-630 (-630 *4))) (-5 *1 (-1163 *4)) (-5 *3 (-630 *4)))) (-2937 (*1 *2 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-833)) (-5 *1 (-1163 *3)))) (-1726 (*1 *2 *3) (-12 (-4 *4 (-833)) (-5 *2 (-1164 (-630 *4))) (-5 *1 (-1163 *4)) (-5 *3 (-630 *4)))) (-3651 (*1 *2 *3) (-12 (-4 *4 (-833)) (-5 *2 (-630 (-630 (-630 *4)))) (-5 *1 (-1163 *4)) (-5 *3 (-630 (-630 *4))))) (-2599 (*1 *2 *3) (-12 (-5 *3 (-1164 (-630 *4))) (-4 *4 (-833)) (-5 *2 (-630 (-630 *4))) (-5 *1 (-1163 *4)))) (-2384 (*1 *2 *3) (-12 (-5 *3 (-630 (-630 (-630 *4)))) (-5 *2 (-630 (-630 *4))) (-5 *1 (-1163 *4)) (-4 *4 (-833)))) (-3028 (*1 *2 *2 *3) (-12 (-5 *3 (-630 (-630 (-630 *4)))) (-5 *2 (-630 (-630 *4))) (-4 *4 (-833)) (-5 *1 (-1163 *4)))) (-2565 (*1 *2 *3 *2) (-12 (-5 *2 (-630 (-630 (-630 *4)))) (-5 *3 (-630 *4)) (-4 *4 (-833)) (-5 *1 (-1163 *4)))) (-1825 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-630 (-630 (-630 *5)))) (-5 *3 (-1 (-111) *5 *5)) (-5 *4 (-630 *5)) (-4 *5 (-833)) (-5 *1 (-1163 *5)))) (-2060 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-111) *6 *6)) (-4 *6 (-833)) (-5 *4 (-630 *6)) (-5 *2 (-2 (|:| |fs| (-111)) (|:| |sd| *4) (|:| |td| (-630 *4)))) (-5 *1 (-1163 *6)) (-5 *5 (-630 *4)))))
+(-10 -7 (-15 -2060 ((-2 (|:| |fs| (-111)) (|:| |sd| (-630 |#1|)) (|:| |td| (-630 (-630 |#1|)))) (-1 (-111) |#1| |#1|) (-630 |#1|) (-630 (-630 |#1|)))) (-15 -1825 ((-630 (-630 (-630 |#1|))) (-1 (-111) |#1| |#1|) (-630 |#1|) (-630 (-630 (-630 |#1|))))) (-15 -2565 ((-630 (-630 (-630 |#1|))) (-630 |#1|) (-630 (-630 (-630 |#1|))))) (-15 -3028 ((-630 (-630 |#1|)) (-630 (-630 |#1|)) (-630 (-630 (-630 |#1|))))) (-15 -2384 ((-630 (-630 |#1|)) (-630 (-630 (-630 |#1|))))) (-15 -2599 ((-630 (-630 |#1|)) (-1164 (-630 |#1|)))) (-15 -3651 ((-630 (-630 (-630 |#1|))) (-630 (-630 |#1|)))) (-15 -1726 ((-1164 (-630 |#1|)) (-630 |#1|))) (-15 -2937 ((-630 (-630 |#1|)) (-630 (-630 |#1|)))) (-15 -2836 ((-630 (-630 |#1|)) (-630 |#1|))) (-15 -3015 ((-630 |#1|) (-630 |#1|))) (-15 -3512 ((-2 (|:| |f1| (-630 |#1|)) (|:| |f2| (-630 (-630 (-630 |#1|)))) (|:| |f3| (-630 (-630 |#1|))) (|:| |f4| (-630 (-630 (-630 |#1|))))) (-630 |#1|) (-630 (-630 (-630 |#1|))) (-630 (-630 |#1|)) (-630 (-630 (-630 |#1|))) (-630 (-630 (-630 |#1|))) (-630 (-630 (-630 |#1|))))) (-15 -1815 ((-2 (|:| |f1| (-630 |#1|)) (|:| |f2| (-630 (-630 (-630 |#1|)))) (|:| |f3| (-630 (-630 |#1|))) (|:| |f4| (-630 (-630 (-630 |#1|))))) (-630 (-630 (-630 |#1|))))))
+((-3184 (($ (-630 (-630 |#1|))) 10)) (-4245 (((-630 (-630 |#1|)) $) 11)) (-3212 (((-845) $) 26)))
+(((-1164 |#1|) (-10 -8 (-15 -3184 ($ (-630 (-630 |#1|)))) (-15 -4245 ((-630 (-630 |#1|)) $)) (-15 -3212 ((-845) $))) (-1079)) (T -1164))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-1164 *3)) (-4 *3 (-1079)))) (-4245 (*1 *2 *1) (-12 (-5 *2 (-630 (-630 *3))) (-5 *1 (-1164 *3)) (-4 *3 (-1079)))) (-3184 (*1 *1 *2) (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-5 *1 (-1164 *3)))))
+(-10 -8 (-15 -3184 ($ (-630 (-630 |#1|)))) (-15 -4245 ((-630 (-630 |#1|)) $)) (-15 -3212 ((-845) $)))
+((-3200 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-3294 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1306 (((-1243) $ |#1| |#1|) NIL (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#2| $ |#1| |#2|) NIL)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3077 (((-3 |#2| "failed") |#1| $) NIL)) (-3203 (($) NIL T CONST)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) NIL)) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) NIL)) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) NIL)) (-1324 ((|#1| $) NIL (|has| |#1| (-833)))) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-630 |#2|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-2049 ((|#1| $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4370))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-1377 (((-630 |#1|) $) NIL)) (-2717 (((-111) |#1| $) NIL)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-2508 (((-630 |#1|) $) NIL)) (-2166 (((-111) |#1| $) NIL)) (-2875 (((-1099) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2701 ((|#2| $) NIL (|has| |#1| (-833)))) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL)) (-2001 (($ $ |#2|) NIL (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-4015 (($) NIL) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) NIL (-12 (|has| $ (-6 -4369)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (((-757) |#2| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079)))) (((-757) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-3212 (((-845) $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845))) (|has| |#2| (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) NIL)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) NIL (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) NIL (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) NIL (-4028 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| |#2| (-1079))))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1165 |#1| |#2|) (-13 (-1168 |#1| |#2|) (-10 -7 (-6 -4369))) (-1079) (-1079)) (T -1165))
+NIL
+(-13 (-1168 |#1| |#2|) (-10 -7 (-6 -4369)))
+((-2554 ((|#1| (-630 |#1|)) 32)) (-2269 ((|#1| |#1| (-553)) 18)) (-2759 (((-1151 |#1|) |#1| (-903)) 15)))
+(((-1166 |#1|) (-10 -7 (-15 -2554 (|#1| (-630 |#1|))) (-15 -2759 ((-1151 |#1|) |#1| (-903))) (-15 -2269 (|#1| |#1| (-553)))) (-357)) (T -1166))
+((-2269 (*1 *2 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-1166 *2)) (-4 *2 (-357)))) (-2759 (*1 *2 *3 *4) (-12 (-5 *4 (-903)) (-5 *2 (-1151 *3)) (-5 *1 (-1166 *3)) (-4 *3 (-357)))) (-2554 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-5 *1 (-1166 *2)) (-4 *2 (-357)))))
+(-10 -7 (-15 -2554 (|#1| (-630 |#1|))) (-15 -2759 ((-1151 |#1|) |#1| (-903))) (-15 -2269 (|#1| |#1| (-553))))
+((-3294 (($) 10) (($ (-630 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)))) 14)) (-1875 (($ (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) $) 61) (($ (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-3136 (((-630 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) $) 39) (((-630 |#3|) $) 41)) (-2947 (($ (-1 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) 33)) (-1478 (($ (-1 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) $) 51) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-3311 (((-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) $) 54)) (-1429 (($ (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) $) 16)) (-2508 (((-630 |#2|) $) 19)) (-2166 (((-111) |#2| $) 59)) (-3003 (((-3 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) "failed") (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) $) 58)) (-2037 (((-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) $) 63)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) $) NIL) (((-111) (-1 (-111) |#3|) $) 67)) (-1556 (((-630 |#3|) $) 43)) (-2061 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) $) NIL) (((-757) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) $) NIL) (((-757) |#3| $) NIL) (((-757) (-1 (-111) |#3|) $) 68)) (-3212 (((-845) $) 27)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) $) NIL) (((-111) (-1 (-111) |#3|) $) 65)) (-1614 (((-111) $ $) 49)))
+(((-1167 |#1| |#2| |#3|) (-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -1478 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3294 (|#1| (-630 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))))) (-15 -3294 (|#1|)) (-15 -1478 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2947 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#3|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#3|) |#1|)) (-15 -2885 ((-757) (-1 (-111) |#3|) |#1|)) (-15 -3136 ((-630 |#3|) |#1|)) (-15 -2885 ((-757) |#3| |#1|)) (-15 -2061 (|#3| |#1| |#2| |#3|)) (-15 -2061 (|#3| |#1| |#2|)) (-15 -1556 ((-630 |#3|) |#1|)) (-15 -2166 ((-111) |#2| |#1|)) (-15 -2508 ((-630 |#2|) |#1|)) (-15 -1875 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1875 (|#1| (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -1875 (|#1| (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -3003 ((-3 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) "failed") (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -3311 ((-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -1429 (|#1| (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -2037 ((-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -2885 ((-757) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -3136 ((-630 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -2885 ((-757) (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -1563 ((-111) (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -1798 ((-111) (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -2947 (|#1| (-1 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -1478 (|#1| (-1 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|))) (-1168 |#2| |#3|) (-1079) (-1079)) (T -1167))
+NIL
+(-10 -8 (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -1478 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3294 (|#1| (-630 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))))) (-15 -3294 (|#1|)) (-15 -1478 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2947 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1798 ((-111) (-1 (-111) |#3|) |#1|)) (-15 -1563 ((-111) (-1 (-111) |#3|) |#1|)) (-15 -2885 ((-757) (-1 (-111) |#3|) |#1|)) (-15 -3136 ((-630 |#3|) |#1|)) (-15 -2885 ((-757) |#3| |#1|)) (-15 -2061 (|#3| |#1| |#2| |#3|)) (-15 -2061 (|#3| |#1| |#2|)) (-15 -1556 ((-630 |#3|) |#1|)) (-15 -2166 ((-111) |#2| |#1|)) (-15 -2508 ((-630 |#2|) |#1|)) (-15 -1875 ((-3 |#3| "failed") |#2| |#1|)) (-15 -1875 (|#1| (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -1875 (|#1| (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -3003 ((-3 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) "failed") (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -3311 ((-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -1429 (|#1| (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -2037 ((-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -2885 ((-757) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) |#1|)) (-15 -3136 ((-630 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -2885 ((-757) (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -1563 ((-111) (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -1798 ((-111) (-1 (-111) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -2947 (|#1| (-1 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)) (-15 -1478 (|#1| (-1 (-2 (|:| -2669 |#2|) (|:| -3359 |#3|)) (-2 (|:| -2669 |#2|) (|:| -3359 |#3|))) |#1|)))
+((-3200 (((-111) $ $) 19 (-4028 (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-3294 (($) 72) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 71)) (-1306 (((-1243) $ |#1| |#1|) 99 (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) 8)) (-1471 ((|#2| $ |#1| |#2|) 73)) (-3656 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 45 (|has| $ (-6 -4369)))) (-3953 (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 55 (|has| $ (-6 -4369)))) (-3077 (((-3 |#2| "failed") |#1| $) 61)) (-3203 (($) 7 T CONST)) (-2738 (($ $) 58 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369))))) (-1875 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 47 (|has| $ (-6 -4369))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 46 (|has| $ (-6 -4369))) (((-3 |#2| "failed") |#1| $) 62)) (-2653 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 57 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 54 (|has| $ (-6 -4369)))) (-3883 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 56 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 53 (|has| $ (-6 -4369))) (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 52 (|has| $ (-6 -4369)))) (-2959 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4370)))) (-2891 ((|#2| $ |#1|) 88)) (-3136 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 30 (|has| $ (-6 -4369))) (((-630 |#2|) $) 79 (|has| $ (-6 -4369)))) (-3625 (((-111) $ (-757)) 9)) (-1324 ((|#1| $) 96 (|has| |#1| (-833)))) (-2447 (((-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 29 (|has| $ (-6 -4369))) (((-630 |#2|) $) 80 (|has| $ (-6 -4369)))) (-4349 (((-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 27 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (((-111) |#2| $) 82 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369))))) (-2049 ((|#1| $) 95 (|has| |#1| (-833)))) (-2947 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 34 (|has| $ (-6 -4370))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4370)))) (-1478 (($ (-1 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70)) (-3711 (((-111) $ (-757)) 10)) (-4056 (((-1137) $) 22 (-4028 (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-1377 (((-630 |#1|) $) 63)) (-2717 (((-111) |#1| $) 64)) (-3311 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 39)) (-1429 (($ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 40)) (-2508 (((-630 |#1|) $) 93)) (-2166 (((-111) |#1| $) 92)) (-2875 (((-1099) $) 21 (-4028 (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-2701 ((|#2| $) 97 (|has| |#1| (-833)))) (-3003 (((-3 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) "failed") (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 51)) (-2001 (($ $ |#2|) 98 (|has| $ (-6 -4370)))) (-2037 (((-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 41)) (-1563 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 32 (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) 77 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))))) 26 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-288 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 25 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) 24 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 23 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)))) (($ $ (-630 |#2|) (-630 |#2|)) 86 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-288 |#2|)) 84 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079)))) (($ $ (-630 (-288 |#2|))) 83 (-12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#2| $) 94 (-12 (|has| $ (-6 -4369)) (|has| |#2| (-1079))))) (-1556 (((-630 |#2|) $) 91)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89)) (-4015 (($) 49) (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 48)) (-2885 (((-757) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 31 (|has| $ (-6 -4369))) (((-757) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) $) 28 (-12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| $ (-6 -4369)))) (((-757) |#2| $) 81 (-12 (|has| |#2| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#2|) $) 78 (|has| $ (-6 -4369)))) (-1488 (($ $) 13)) (-1523 (((-529) $) 59 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))))) (-3225 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 50)) (-3212 (((-845) $) 18 (-4028 (|has| |#2| (-600 (-845))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845)))))) (-4142 (($ (-630 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) 42)) (-1798 (((-111) (-1 (-111) (-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) $) 33 (|has| $ (-6 -4369))) (((-111) (-1 (-111) |#2|) $) 76 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (-4028 (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-1168 |#1| |#2|) (-137) (-1079) (-1079)) (T -1168))
+((-1471 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1168 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))) (-3294 (*1 *1) (-12 (-4 *1 (-1168 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))) (-3294 (*1 *1 *2) (-12 (-5 *2 (-630 (-2 (|:| -2669 *3) (|:| -3359 *4)))) (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *1 (-1168 *3 *4)))) (-1478 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1168 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))))
+(-13 (-597 |t#1| |t#2|) (-591 |t#1| |t#2|) (-10 -8 (-15 -1471 (|t#2| $ |t#1| |t#2|)) (-15 -3294 ($)) (-15 -3294 ($ (-630 (-2 (|:| -2669 |t#1|) (|:| -3359 |t#2|))))) (-15 -1478 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
+(((-34) . T) ((-106 #0=(-2 (|:| -2669 |#1|) (|:| -3359 |#2|))) . T) ((-101) -4028 (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) ((-600 (-845)) -4028 (|has| |#2| (-1079)) (|has| |#2| (-600 (-845))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-600 (-845)))) ((-148 #0#) . T) ((-601 (-529)) |has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-601 (-529))) ((-224 #0#) . T) ((-230 #0#) . T) ((-280 |#1| |#2|) . T) ((-282 |#1| |#2|) . T) ((-303 #0#) -12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) ((-303 |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-482 #0#) . T) ((-482 |#2|) . T) ((-591 |#1| |#2|) . T) ((-507 #0# #0#) -12 (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-303 (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)))) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) ((-507 |#2| |#2|) -12 (|has| |#2| (-303 |#2|)) (|has| |#2| (-1079))) ((-597 |#1| |#2|) . T) ((-1079) -4028 (|has| |#2| (-1079)) (|has| (-2 (|:| -2669 |#1|) (|:| -3359 |#2|)) (-1079))) ((-1192) . T))
+((-2985 (((-111)) 24)) (-2204 (((-1243) (-1137)) 26)) (-2048 (((-111)) 36)) (-3282 (((-1243)) 34)) (-1802 (((-1243) (-1137) (-1137)) 25)) (-3735 (((-111)) 37)) (-1429 (((-1243) |#1| |#2|) 44)) (-3648 (((-1243)) 20)) (-1600 (((-3 |#2| "failed") |#1|) 42)) (-2064 (((-1243)) 35)))
+(((-1169 |#1| |#2|) (-10 -7 (-15 -3648 ((-1243))) (-15 -1802 ((-1243) (-1137) (-1137))) (-15 -2204 ((-1243) (-1137))) (-15 -3282 ((-1243))) (-15 -2064 ((-1243))) (-15 -2985 ((-111))) (-15 -2048 ((-111))) (-15 -3735 ((-111))) (-15 -1600 ((-3 |#2| "failed") |#1|)) (-15 -1429 ((-1243) |#1| |#2|))) (-1079) (-1079)) (T -1169))
+((-1429 (*1 *2 *3 *4) (-12 (-5 *2 (-1243)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))) (-1600 (*1 *2 *3) (|partial| -12 (-4 *2 (-1079)) (-5 *1 (-1169 *3 *2)) (-4 *3 (-1079)))) (-3735 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))) (-2048 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))) (-2985 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))) (-2064 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))) (-3282 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))) (-2204 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1169 *4 *5)) (-4 *4 (-1079)) (-4 *5 (-1079)))) (-1802 (*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1169 *4 *5)) (-4 *4 (-1079)) (-4 *5 (-1079)))) (-3648 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079)))))
+(-10 -7 (-15 -3648 ((-1243))) (-15 -1802 ((-1243) (-1137) (-1137))) (-15 -2204 ((-1243) (-1137))) (-15 -3282 ((-1243))) (-15 -2064 ((-1243))) (-15 -2985 ((-111))) (-15 -2048 ((-111))) (-15 -3735 ((-111))) (-15 -1600 ((-3 |#2| "failed") |#1|)) (-15 -1429 ((-1243) |#1| |#2|)))
+((-3103 (((-1137) (-1137)) 18)) (-2317 (((-52) (-1137)) 21)))
+(((-1170) (-10 -7 (-15 -2317 ((-52) (-1137))) (-15 -3103 ((-1137) (-1137))))) (T -1170))
+((-3103 (*1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1170)))) (-2317 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-52)) (-5 *1 (-1170)))))
+(-10 -7 (-15 -2317 ((-52) (-1137))) (-15 -3103 ((-1137) (-1137))))
+((-3212 (((-1172) |#1|) 11)))
+(((-1171 |#1|) (-10 -7 (-15 -3212 ((-1172) |#1|))) (-1079)) (T -1171))
+((-3212 (*1 *2 *3) (-12 (-5 *2 (-1172)) (-5 *1 (-1171 *3)) (-4 *3 (-1079)))))
+(-10 -7 (-15 -3212 ((-1172) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-2786 (((-630 (-1137)) $) 34)) (-1612 (((-630 (-1137)) $ (-630 (-1137))) 37)) (-2617 (((-630 (-1137)) $ (-630 (-1137))) 36)) (-3110 (((-630 (-1137)) $ (-630 (-1137))) 38)) (-1853 (((-630 (-1137)) $) 33)) (-3306 (($) 22)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-1585 (((-630 (-1137)) $) 35)) (-2595 (((-1243) $ (-553)) 29) (((-1243) $) 30)) (-1523 (($ (-845) (-553)) 26) (($ (-845) (-553) (-845)) NIL)) (-3212 (((-845) $) 40) (($ (-845)) 24)) (-1614 (((-111) $ $) NIL)))
+(((-1172) (-13 (-1079) (-10 -8 (-15 -3212 ($ (-845))) (-15 -1523 ($ (-845) (-553))) (-15 -1523 ($ (-845) (-553) (-845))) (-15 -2595 ((-1243) $ (-553))) (-15 -2595 ((-1243) $)) (-15 -1585 ((-630 (-1137)) $)) (-15 -2786 ((-630 (-1137)) $)) (-15 -3306 ($)) (-15 -1853 ((-630 (-1137)) $)) (-15 -3110 ((-630 (-1137)) $ (-630 (-1137)))) (-15 -1612 ((-630 (-1137)) $ (-630 (-1137)))) (-15 -2617 ((-630 (-1137)) $ (-630 (-1137))))))) (T -1172))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-845)) (-5 *1 (-1172)))) (-1523 (*1 *1 *2 *3) (-12 (-5 *2 (-845)) (-5 *3 (-553)) (-5 *1 (-1172)))) (-1523 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-845)) (-5 *3 (-553)) (-5 *1 (-1172)))) (-2595 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-1172)))) (-2595 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1172)))) (-1585 (*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))) (-2786 (*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))) (-3306 (*1 *1) (-5 *1 (-1172))) (-1853 (*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))) (-3110 (*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))) (-1612 (*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))) (-2617 (*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))))
+(-13 (-1079) (-10 -8 (-15 -3212 ($ (-845))) (-15 -1523 ($ (-845) (-553))) (-15 -1523 ($ (-845) (-553) (-845))) (-15 -2595 ((-1243) $ (-553))) (-15 -2595 ((-1243) $)) (-15 -1585 ((-630 (-1137)) $)) (-15 -2786 ((-630 (-1137)) $)) (-15 -3306 ($)) (-15 -1853 ((-630 (-1137)) $)) (-15 -3110 ((-630 (-1137)) $ (-630 (-1137)))) (-15 -1612 ((-630 (-1137)) $ (-630 (-1137)))) (-15 -2617 ((-630 (-1137)) $ (-630 (-1137))))))
+((-3200 (((-111) $ $) NIL)) (-1415 (((-1137) $ (-1137)) 17) (((-1137) $) 16)) (-2085 (((-1137) $ (-1137)) 15)) (-3641 (($ $ (-1137)) NIL)) (-3120 (((-3 (-1137) "failed") $) 11)) (-3718 (((-1137) $) 8)) (-3628 (((-3 (-1137) "failed") $) 12)) (-4283 (((-1137) $) 9)) (-3089 (($ (-382)) NIL) (($ (-382) (-1137)) NIL)) (-4292 (((-382) $) NIL)) (-4056 (((-1137) $) NIL)) (-1341 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3276 (((-111) $) 18)) (-3212 (((-845) $) NIL)) (-3297 (($ $) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-1173) (-13 (-358 (-382) (-1137)) (-10 -8 (-15 -1415 ((-1137) $ (-1137))) (-15 -1415 ((-1137) $)) (-15 -3718 ((-1137) $)) (-15 -3120 ((-3 (-1137) "failed") $)) (-15 -3628 ((-3 (-1137) "failed") $)) (-15 -3276 ((-111) $))))) (T -1173))
+((-1415 (*1 *2 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1173)))) (-1415 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1173)))) (-3718 (*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1173)))) (-3120 (*1 *2 *1) (|partial| -12 (-5 *2 (-1137)) (-5 *1 (-1173)))) (-3628 (*1 *2 *1) (|partial| -12 (-5 *2 (-1137)) (-5 *1 (-1173)))) (-3276 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1173)))))
+(-13 (-358 (-382) (-1137)) (-10 -8 (-15 -1415 ((-1137) $ (-1137))) (-15 -1415 ((-1137) $)) (-15 -3718 ((-1137) $)) (-15 -3120 ((-3 (-1137) "failed") $)) (-15 -3628 ((-3 (-1137) "failed") $)) (-15 -3276 ((-111) $))))
+((-2299 (((-3 (-553) "failed") |#1|) 19)) (-2331 (((-3 (-553) "failed") |#1|) 14)) (-3895 (((-553) (-1137)) 28)))
+(((-1174 |#1|) (-10 -7 (-15 -2299 ((-3 (-553) "failed") |#1|)) (-15 -2331 ((-3 (-553) "failed") |#1|)) (-15 -3895 ((-553) (-1137)))) (-1031)) (T -1174))
+((-3895 (*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-553)) (-5 *1 (-1174 *4)) (-4 *4 (-1031)))) (-2331 (*1 *2 *3) (|partial| -12 (-5 *2 (-553)) (-5 *1 (-1174 *3)) (-4 *3 (-1031)))) (-2299 (*1 *2 *3) (|partial| -12 (-5 *2 (-553)) (-5 *1 (-1174 *3)) (-4 *3 (-1031)))))
+(-10 -7 (-15 -2299 ((-3 (-553) "failed") |#1|)) (-15 -2331 ((-3 (-553) "failed") |#1|)) (-15 -3895 ((-553) (-1137))))
+((-1555 (((-1112 (-220))) 9)))
+(((-1175) (-10 -7 (-15 -1555 ((-1112 (-220)))))) (T -1175))
+((-1555 (*1 *2) (-12 (-5 *2 (-1112 (-220))) (-5 *1 (-1175)))))
+(-10 -7 (-15 -1555 ((-1112 (-220)))))
+((-4041 (($) 11)) (-3842 (($ $) 35)) (-2529 (($ $) 33)) (-2383 (($ $) 25)) (-3862 (($ $) 17)) (-3013 (($ $) 15)) (-3852 (($ $) 19)) (-2421 (($ $) 30)) (-2542 (($ $) 34)) (-2396 (($ $) 29)))
+(((-1176 |#1|) (-10 -8 (-15 -4041 (|#1|)) (-15 -3842 (|#1| |#1|)) (-15 -2529 (|#1| |#1|)) (-15 -3862 (|#1| |#1|)) (-15 -3013 (|#1| |#1|)) (-15 -3852 (|#1| |#1|)) (-15 -2542 (|#1| |#1|)) (-15 -2383 (|#1| |#1|)) (-15 -2421 (|#1| |#1|)) (-15 -2396 (|#1| |#1|))) (-1177)) (T -1176))
+NIL
+(-10 -8 (-15 -4041 (|#1|)) (-15 -3842 (|#1| |#1|)) (-15 -2529 (|#1| |#1|)) (-15 -3862 (|#1| |#1|)) (-15 -3013 (|#1| |#1|)) (-15 -3852 (|#1| |#1|)) (-15 -2542 (|#1| |#1|)) (-15 -2383 (|#1| |#1|)) (-15 -2421 (|#1| |#1|)) (-15 -2396 (|#1| |#1|)))
+((-2479 (($ $) 26)) (-2333 (($ $) 11)) (-2456 (($ $) 27)) (-2306 (($ $) 10)) (-2505 (($ $) 28)) (-2360 (($ $) 9)) (-4041 (($) 16)) (-2431 (($ $) 19)) (-2854 (($ $) 18)) (-2517 (($ $) 29)) (-2371 (($ $) 8)) (-2492 (($ $) 30)) (-2347 (($ $) 7)) (-2468 (($ $) 31)) (-2319 (($ $) 6)) (-3842 (($ $) 20)) (-2410 (($ $) 32)) (-2529 (($ $) 21)) (-2383 (($ $) 33)) (-3862 (($ $) 22)) (-2434 (($ $) 34)) (-3013 (($ $) 23)) (-2445 (($ $) 35)) (-3852 (($ $) 24)) (-2421 (($ $) 36)) (-2542 (($ $) 25)) (-2396 (($ $) 37)) (** (($ $ $) 17)))
+(((-1177) (-137)) (T -1177))
+((-4041 (*1 *1) (-4 *1 (-1177))))
+(-13 (-1180) (-94) (-486) (-35) (-278) (-10 -8 (-15 -4041 ($))))
+(((-35) . T) ((-94) . T) ((-278) . T) ((-486) . T) ((-1180) . T))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2924 ((|#1| $) 17)) (-3171 (($ |#1| (-630 $)) 23) (($ (-630 |#1|)) 27) (($ |#1|) 25)) (-2549 (((-111) $ (-757)) 48)) (-2830 ((|#1| $ |#1|) 14 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 13 (|has| $ (-6 -4370)))) (-3203 (($) NIL T CONST)) (-3136 (((-630 |#1|) $) 52 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 43)) (-1576 (((-111) $ $) 33 (|has| |#1| (-1079)))) (-3625 (((-111) $ (-757)) 41)) (-2447 (((-630 |#1|) $) 53 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 51 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2947 (($ (-1 |#1| |#1|) $) 24 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 22)) (-3711 (((-111) $ (-757)) 40)) (-2603 (((-630 |#1|) $) 37)) (-3380 (((-111) $) 36)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-1563 (((-111) (-1 (-111) |#1|) $) 50 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 74)) (-3437 (((-111) $) 9)) (-1422 (($) 10)) (-2061 ((|#1| $ "value") NIL)) (-2566 (((-553) $ $) 32)) (-2437 (((-630 $) $) 59)) (-3784 (((-111) $ $) 77)) (-3720 (((-630 $) $) 72)) (-2852 (($ $) 73)) (-3990 (((-111) $) 56)) (-2885 (((-757) (-1 (-111) |#1|) $) 20 (|has| $ (-6 -4369))) (((-757) |#1| $) 16 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1488 (($ $) 58)) (-3212 (((-845) $) 61 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) 12)) (-1884 (((-111) $ $) 29 (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) 49 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 28 (|has| |#1| (-1079)))) (-2656 (((-757) $) 39 (|has| $ (-6 -4369)))))
+(((-1178 |#1|) (-13 (-992 |#1|) (-10 -8 (-6 -4369) (-6 -4370) (-15 -3171 ($ |#1| (-630 $))) (-15 -3171 ($ (-630 |#1|))) (-15 -3171 ($ |#1|)) (-15 -3990 ((-111) $)) (-15 -2852 ($ $)) (-15 -3720 ((-630 $) $)) (-15 -3784 ((-111) $ $)) (-15 -2437 ((-630 $) $)))) (-1079)) (T -1178))
+((-3990 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1178 *3)) (-4 *3 (-1079)))) (-3171 (*1 *1 *2 *3) (-12 (-5 *3 (-630 (-1178 *2))) (-5 *1 (-1178 *2)) (-4 *2 (-1079)))) (-3171 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-1178 *3)))) (-3171 (*1 *1 *2) (-12 (-5 *1 (-1178 *2)) (-4 *2 (-1079)))) (-2852 (*1 *1 *1) (-12 (-5 *1 (-1178 *2)) (-4 *2 (-1079)))) (-3720 (*1 *2 *1) (-12 (-5 *2 (-630 (-1178 *3))) (-5 *1 (-1178 *3)) (-4 *3 (-1079)))) (-3784 (*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1178 *3)) (-4 *3 (-1079)))) (-2437 (*1 *2 *1) (-12 (-5 *2 (-630 (-1178 *3))) (-5 *1 (-1178 *3)) (-4 *3 (-1079)))))
+(-13 (-992 |#1|) (-10 -8 (-6 -4369) (-6 -4370) (-15 -3171 ($ |#1| (-630 $))) (-15 -3171 ($ (-630 |#1|))) (-15 -3171 ($ |#1|)) (-15 -3990 ((-111) $)) (-15 -2852 ($ $)) (-15 -3720 ((-630 $) $)) (-15 -3784 ((-111) $ $)) (-15 -2437 ((-630 $) $))))
+((-2333 (($ $) 15)) (-2360 (($ $) 12)) (-2371 (($ $) 10)) (-2347 (($ $) 17)))
+(((-1179 |#1|) (-10 -8 (-15 -2347 (|#1| |#1|)) (-15 -2371 (|#1| |#1|)) (-15 -2360 (|#1| |#1|)) (-15 -2333 (|#1| |#1|))) (-1180)) (T -1179))
+NIL
+(-10 -8 (-15 -2347 (|#1| |#1|)) (-15 -2371 (|#1| |#1|)) (-15 -2360 (|#1| |#1|)) (-15 -2333 (|#1| |#1|)))
+((-2333 (($ $) 11)) (-2306 (($ $) 10)) (-2360 (($ $) 9)) (-2371 (($ $) 8)) (-2347 (($ $) 7)) (-2319 (($ $) 6)))
+(((-1180) (-137)) (T -1180))
+((-2333 (*1 *1 *1) (-4 *1 (-1180))) (-2306 (*1 *1 *1) (-4 *1 (-1180))) (-2360 (*1 *1 *1) (-4 *1 (-1180))) (-2371 (*1 *1 *1) (-4 *1 (-1180))) (-2347 (*1 *1 *1) (-4 *1 (-1180))) (-2319 (*1 *1 *1) (-4 *1 (-1180))))
+(-13 (-10 -8 (-15 -2319 ($ $)) (-15 -2347 ($ $)) (-15 -2371 ($ $)) (-15 -2360 ($ $)) (-15 -2306 ($ $)) (-15 -2333 ($ $))))
+((-1740 ((|#2| |#2|) 88)) (-3979 (((-111) |#2|) 26)) (-3498 ((|#2| |#2|) 30)) (-3508 ((|#2| |#2|) 32)) (-2718 ((|#2| |#2| (-1155)) 83) ((|#2| |#2|) 84)) (-3370 (((-166 |#2|) |#2|) 28)) (-4194 ((|#2| |#2| (-1155)) 85) ((|#2| |#2|) 86)))
+(((-1181 |#1| |#2|) (-10 -7 (-15 -2718 (|#2| |#2|)) (-15 -2718 (|#2| |#2| (-1155))) (-15 -4194 (|#2| |#2|)) (-15 -4194 (|#2| |#2| (-1155))) (-15 -1740 (|#2| |#2|)) (-15 -3498 (|#2| |#2|)) (-15 -3508 (|#2| |#2|)) (-15 -3979 ((-111) |#2|)) (-15 -3370 ((-166 |#2|) |#2|))) (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))) (-13 (-27) (-1177) (-424 |#1|))) (T -1181))
+((-3370 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-166 *3)) (-5 *1 (-1181 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *4))))) (-3979 (*1 *2 *3) (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *2 (-111)) (-5 *1 (-1181 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *4))))) (-3508 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))) (-1740 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))) (-4194 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-1181 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))) (-4194 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))) (-2718 (*1 *2 *2 *3) (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-1181 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))) (-2718 (*1 *2 *2) (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553)))) (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))))
+(-10 -7 (-15 -2718 (|#2| |#2|)) (-15 -2718 (|#2| |#2| (-1155))) (-15 -4194 (|#2| |#2|)) (-15 -4194 (|#2| |#2| (-1155))) (-15 -1740 (|#2| |#2|)) (-15 -3498 (|#2| |#2|)) (-15 -3508 (|#2| |#2|)) (-15 -3979 ((-111) |#2|)) (-15 -3370 ((-166 |#2|) |#2|)))
+((-1590 ((|#4| |#4| |#1|) 27)) (-2783 ((|#4| |#4| |#1|) 28)))
+(((-1182 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1590 (|#4| |#4| |#1|)) (-15 -2783 (|#4| |#4| |#1|))) (-545) (-367 |#1|) (-367 |#1|) (-672 |#1| |#2| |#3|)) (T -1182))
+((-2783 (*1 *2 *2 *3) (-12 (-4 *3 (-545)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-1182 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))) (-1590 (*1 *2 *2 *3) (-12 (-4 *3 (-545)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-5 *1 (-1182 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))))
+(-10 -7 (-15 -1590 (|#4| |#4| |#1|)) (-15 -2783 (|#4| |#4| |#1|)))
+((-4165 ((|#2| |#2|) 133)) (-3470 ((|#2| |#2|) 130)) (-2448 ((|#2| |#2|) 121)) (-3887 ((|#2| |#2|) 118)) (-2574 ((|#2| |#2|) 126)) (-1949 ((|#2| |#2|) 114)) (-1368 ((|#2| |#2|) 43)) (-2944 ((|#2| |#2|) 94)) (-2847 ((|#2| |#2|) 74)) (-4262 ((|#2| |#2|) 128)) (-3167 ((|#2| |#2|) 116)) (-2277 ((|#2| |#2|) 138)) (-4103 ((|#2| |#2|) 136)) (-1889 ((|#2| |#2|) 137)) (-2186 ((|#2| |#2|) 135)) (-2864 ((|#2| |#2|) 148)) (-2910 ((|#2| |#2|) 30 (-12 (|has| |#2| (-601 (-874 |#1|))) (|has| |#2| (-868 |#1|)) (|has| |#1| (-601 (-874 |#1|))) (|has| |#1| (-868 |#1|))))) (-2163 ((|#2| |#2|) 75)) (-1275 ((|#2| |#2|) 139)) (-3924 ((|#2| |#2|) 140)) (-1406 ((|#2| |#2|) 127)) (-1595 ((|#2| |#2|) 115)) (-3216 ((|#2| |#2|) 134)) (-2295 ((|#2| |#2|) 132)) (-2435 ((|#2| |#2|) 122)) (-3709 ((|#2| |#2|) 120)) (-1908 ((|#2| |#2|) 124)) (-1939 ((|#2| |#2|) 112)))
+(((-1183 |#1| |#2|) (-10 -7 (-15 -3924 (|#2| |#2|)) (-15 -2847 (|#2| |#2|)) (-15 -2864 (|#2| |#2|)) (-15 -2944 (|#2| |#2|)) (-15 -1368 (|#2| |#2|)) (-15 -2163 (|#2| |#2|)) (-15 -1275 (|#2| |#2|)) (-15 -1939 (|#2| |#2|)) (-15 -1908 (|#2| |#2|)) (-15 -2435 (|#2| |#2|)) (-15 -3216 (|#2| |#2|)) (-15 -1595 (|#2| |#2|)) (-15 -1406 (|#2| |#2|)) (-15 -3167 (|#2| |#2|)) (-15 -4262 (|#2| |#2|)) (-15 -1949 (|#2| |#2|)) (-15 -2574 (|#2| |#2|)) (-15 -2448 (|#2| |#2|)) (-15 -4165 (|#2| |#2|)) (-15 -3887 (|#2| |#2|)) (-15 -3470 (|#2| |#2|)) (-15 -3709 (|#2| |#2|)) (-15 -2295 (|#2| |#2|)) (-15 -2186 (|#2| |#2|)) (-15 -4103 (|#2| |#2|)) (-15 -1889 (|#2| |#2|)) (-15 -2277 (|#2| |#2|)) (IF (|has| |#1| (-868 |#1|)) (IF (|has| |#1| (-601 (-874 |#1|))) (IF (|has| |#2| (-601 (-874 |#1|))) (IF (|has| |#2| (-868 |#1|)) (-15 -2910 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-13 (-833) (-445)) (-13 (-424 |#1|) (-1177))) (T -1183))
+((-2910 (*1 *2 *2) (-12 (-4 *3 (-601 (-874 *3))) (-4 *3 (-868 *3)) (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-601 (-874 *3))) (-4 *2 (-868 *3)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2277 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-1889 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-4103 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2186 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2295 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-3709 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-3470 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-3887 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-4165 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2448 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2574 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-1949 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-4262 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-3167 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-1406 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-1595 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-3216 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2435 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-1908 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-1939 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-1275 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2163 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-1368 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2944 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2864 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-2847 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))) (-3924 (*1 *2 *2) (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2)) (-4 *2 (-13 (-424 *3) (-1177))))))
+(-10 -7 (-15 -3924 (|#2| |#2|)) (-15 -2847 (|#2| |#2|)) (-15 -2864 (|#2| |#2|)) (-15 -2944 (|#2| |#2|)) (-15 -1368 (|#2| |#2|)) (-15 -2163 (|#2| |#2|)) (-15 -1275 (|#2| |#2|)) (-15 -1939 (|#2| |#2|)) (-15 -1908 (|#2| |#2|)) (-15 -2435 (|#2| |#2|)) (-15 -3216 (|#2| |#2|)) (-15 -1595 (|#2| |#2|)) (-15 -1406 (|#2| |#2|)) (-15 -3167 (|#2| |#2|)) (-15 -4262 (|#2| |#2|)) (-15 -1949 (|#2| |#2|)) (-15 -2574 (|#2| |#2|)) (-15 -2448 (|#2| |#2|)) (-15 -4165 (|#2| |#2|)) (-15 -3887 (|#2| |#2|)) (-15 -3470 (|#2| |#2|)) (-15 -3709 (|#2| |#2|)) (-15 -2295 (|#2| |#2|)) (-15 -2186 (|#2| |#2|)) (-15 -4103 (|#2| |#2|)) (-15 -1889 (|#2| |#2|)) (-15 -2277 (|#2| |#2|)) (IF (|has| |#1| (-868 |#1|)) (IF (|has| |#1| (-601 (-874 |#1|))) (IF (|has| |#2| (-601 (-874 |#1|))) (IF (|has| |#2| (-868 |#1|)) (-15 -2910 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
+((-1305 (((-111) |#5| $) 60) (((-111) $) 102)) (-1637 ((|#5| |#5| $) 75)) (-3953 (($ (-1 (-111) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 119)) (-3227 (((-630 |#5|) (-630 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|)) 73)) (-1394 (((-3 $ "failed") (-630 |#5|)) 126)) (-2714 (((-3 $ "failed") $) 112)) (-2250 ((|#5| |#5| $) 94)) (-1410 (((-111) |#5| $ (-1 (-111) |#5| |#5|)) 31)) (-3899 ((|#5| |#5| $) 98)) (-3883 ((|#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 (-111) |#5| |#5|)) 69)) (-2920 (((-2 (|:| -2570 (-630 |#5|)) (|:| -3089 (-630 |#5|))) $) 55)) (-2928 (((-111) |#5| $) 58) (((-111) $) 103)) (-4051 ((|#4| $) 108)) (-2679 (((-3 |#5| "failed") $) 110)) (-2312 (((-630 |#5|) $) 49)) (-2546 (((-111) |#5| $) 67) (((-111) $) 107)) (-2279 ((|#5| |#5| $) 81)) (-4202 (((-111) $ $) 27)) (-2528 (((-111) |#5| $) 63) (((-111) $) 105)) (-3239 ((|#5| |#5| $) 78)) (-2701 (((-3 |#5| "failed") $) 109)) (-2370 (($ $ |#5|) 127)) (-2672 (((-757) $) 52)) (-3225 (($ (-630 |#5|)) 124)) (-2739 (($ $ |#4|) 122)) (-2167 (($ $ |#4|) 121)) (-3082 (($ $) 120)) (-3212 (((-845) $) NIL) (((-630 |#5|) $) 113)) (-3775 (((-757) $) 130)) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#5|))) "failed") (-630 |#5|) (-1 (-111) |#5| |#5|)) 43) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#5|))) "failed") (-630 |#5|) (-1 (-111) |#5|) (-1 (-111) |#5| |#5|)) 45)) (-1357 (((-111) $ (-1 (-111) |#5| (-630 |#5|))) 100)) (-1660 (((-630 |#4|) $) 115)) (-1758 (((-111) |#4| $) 118)) (-1614 (((-111) $ $) 19)))
+(((-1184 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3775 ((-757) |#1|)) (-15 -2370 (|#1| |#1| |#5|)) (-15 -3953 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1758 ((-111) |#4| |#1|)) (-15 -1660 ((-630 |#4|) |#1|)) (-15 -2714 ((-3 |#1| "failed") |#1|)) (-15 -2679 ((-3 |#5| "failed") |#1|)) (-15 -2701 ((-3 |#5| "failed") |#1|)) (-15 -3899 (|#5| |#5| |#1|)) (-15 -3082 (|#1| |#1|)) (-15 -2250 (|#5| |#5| |#1|)) (-15 -2279 (|#5| |#5| |#1|)) (-15 -3239 (|#5| |#5| |#1|)) (-15 -1637 (|#5| |#5| |#1|)) (-15 -3227 ((-630 |#5|) (-630 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|))) (-15 -3883 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|))) (-15 -2546 ((-111) |#1|)) (-15 -2528 ((-111) |#1|)) (-15 -1305 ((-111) |#1|)) (-15 -1357 ((-111) |#1| (-1 (-111) |#5| (-630 |#5|)))) (-15 -2546 ((-111) |#5| |#1|)) (-15 -2528 ((-111) |#5| |#1|)) (-15 -1305 ((-111) |#5| |#1|)) (-15 -1410 ((-111) |#5| |#1| (-1 (-111) |#5| |#5|))) (-15 -2928 ((-111) |#1|)) (-15 -2928 ((-111) |#5| |#1|)) (-15 -2920 ((-2 (|:| -2570 (-630 |#5|)) (|:| -3089 (-630 |#5|))) |#1|)) (-15 -2672 ((-757) |#1|)) (-15 -2312 ((-630 |#5|) |#1|)) (-15 -2196 ((-3 (-2 (|:| |bas| |#1|) (|:| -3445 (-630 |#5|))) "failed") (-630 |#5|) (-1 (-111) |#5|) (-1 (-111) |#5| |#5|))) (-15 -2196 ((-3 (-2 (|:| |bas| |#1|) (|:| -3445 (-630 |#5|))) "failed") (-630 |#5|) (-1 (-111) |#5| |#5|))) (-15 -4202 ((-111) |#1| |#1|)) (-15 -2739 (|#1| |#1| |#4|)) (-15 -2167 (|#1| |#1| |#4|)) (-15 -4051 (|#4| |#1|)) (-15 -1394 ((-3 |#1| "failed") (-630 |#5|))) (-15 -3212 ((-630 |#5|) |#1|)) (-15 -3225 (|#1| (-630 |#5|))) (-15 -3883 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3883 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3953 (|#1| (-1 (-111) |#5|) |#1|)) (-15 -3883 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|))) (-1185 |#2| |#3| |#4| |#5|) (-545) (-779) (-833) (-1045 |#2| |#3| |#4|)) (T -1184))
+NIL
+(-10 -8 (-15 -3775 ((-757) |#1|)) (-15 -2370 (|#1| |#1| |#5|)) (-15 -3953 ((-3 |#5| "failed") |#1| |#4|)) (-15 -1758 ((-111) |#4| |#1|)) (-15 -1660 ((-630 |#4|) |#1|)) (-15 -2714 ((-3 |#1| "failed") |#1|)) (-15 -2679 ((-3 |#5| "failed") |#1|)) (-15 -2701 ((-3 |#5| "failed") |#1|)) (-15 -3899 (|#5| |#5| |#1|)) (-15 -3082 (|#1| |#1|)) (-15 -2250 (|#5| |#5| |#1|)) (-15 -2279 (|#5| |#5| |#1|)) (-15 -3239 (|#5| |#5| |#1|)) (-15 -1637 (|#5| |#5| |#1|)) (-15 -3227 ((-630 |#5|) (-630 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|))) (-15 -3883 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-111) |#5| |#5|))) (-15 -2546 ((-111) |#1|)) (-15 -2528 ((-111) |#1|)) (-15 -1305 ((-111) |#1|)) (-15 -1357 ((-111) |#1| (-1 (-111) |#5| (-630 |#5|)))) (-15 -2546 ((-111) |#5| |#1|)) (-15 -2528 ((-111) |#5| |#1|)) (-15 -1305 ((-111) |#5| |#1|)) (-15 -1410 ((-111) |#5| |#1| (-1 (-111) |#5| |#5|))) (-15 -2928 ((-111) |#1|)) (-15 -2928 ((-111) |#5| |#1|)) (-15 -2920 ((-2 (|:| -2570 (-630 |#5|)) (|:| -3089 (-630 |#5|))) |#1|)) (-15 -2672 ((-757) |#1|)) (-15 -2312 ((-630 |#5|) |#1|)) (-15 -2196 ((-3 (-2 (|:| |bas| |#1|) (|:| -3445 (-630 |#5|))) "failed") (-630 |#5|) (-1 (-111) |#5|) (-1 (-111) |#5| |#5|))) (-15 -2196 ((-3 (-2 (|:| |bas| |#1|) (|:| -3445 (-630 |#5|))) "failed") (-630 |#5|) (-1 (-111) |#5| |#5|))) (-15 -4202 ((-111) |#1| |#1|)) (-15 -2739 (|#1| |#1| |#4|)) (-15 -2167 (|#1| |#1| |#4|)) (-15 -4051 (|#4| |#1|)) (-15 -1394 ((-3 |#1| "failed") (-630 |#5|))) (-15 -3212 ((-630 |#5|) |#1|)) (-15 -3225 (|#1| (-630 |#5|))) (-15 -3883 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3883 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -3953 (|#1| (-1 (-111) |#5|) |#1|)) (-15 -3883 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -3212 ((-845) |#1|)) (-15 -1614 ((-111) |#1| |#1|)))
+((-3200 (((-111) $ $) 7)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |#4|)))) (-630 |#4|)) 85)) (-3240 (((-630 $) (-630 |#4|)) 86)) (-3611 (((-630 |#3|) $) 33)) (-2484 (((-111) $) 26)) (-2518 (((-111) $) 17 (|has| |#1| (-545)))) (-1305 (((-111) |#4| $) 101) (((-111) $) 97)) (-1637 ((|#4| |#4| $) 92)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) 27)) (-2549 (((-111) $ (-757)) 44)) (-3953 (($ (-1 (-111) |#4|) $) 65 (|has| $ (-6 -4369))) (((-3 |#4| "failed") $ |#3|) 79)) (-3203 (($) 45 T CONST)) (-1579 (((-111) $) 22 (|has| |#1| (-545)))) (-3199 (((-111) $ $) 24 (|has| |#1| (-545)))) (-2763 (((-111) $ $) 23 (|has| |#1| (-545)))) (-3271 (((-111) $) 25 (|has| |#1| (-545)))) (-3227 (((-630 |#4|) (-630 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 93)) (-1931 (((-630 |#4|) (-630 |#4|) $) 18 (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) 19 (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) 36)) (-2831 (($ (-630 |#4|)) 35)) (-2714 (((-3 $ "failed") $) 82)) (-2250 ((|#4| |#4| $) 89)) (-2738 (($ $) 68 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#4| $) 67 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#4|) $) 64 (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-545)))) (-1410 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) 102)) (-3899 ((|#4| |#4| $) 87)) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4369))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 94)) (-2920 (((-2 (|:| -2570 (-630 |#4|)) (|:| -3089 (-630 |#4|))) $) 105)) (-3136 (((-630 |#4|) $) 52 (|has| $ (-6 -4369)))) (-2928 (((-111) |#4| $) 104) (((-111) $) 103)) (-4051 ((|#3| $) 34)) (-3625 (((-111) $ (-757)) 43)) (-2447 (((-630 |#4|) $) 53 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) 55 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) 47)) (-1345 (((-630 |#3|) $) 32)) (-1426 (((-111) |#3| $) 31)) (-3711 (((-111) $ (-757)) 42)) (-4056 (((-1137) $) 9)) (-2679 (((-3 |#4| "failed") $) 83)) (-2312 (((-630 |#4|) $) 107)) (-2546 (((-111) |#4| $) 99) (((-111) $) 95)) (-2279 ((|#4| |#4| $) 90)) (-4202 (((-111) $ $) 110)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-545)))) (-2528 (((-111) |#4| $) 100) (((-111) $) 96)) (-3239 ((|#4| |#4| $) 91)) (-2875 (((-1099) $) 10)) (-2701 (((-3 |#4| "failed") $) 84)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) 61)) (-2968 (((-3 $ "failed") $ |#4|) 78)) (-2370 (($ $ |#4|) 77)) (-1563 (((-111) (-1 (-111) |#4|) $) 50 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) 59 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) 57 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) 56 (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) 38)) (-3437 (((-111) $) 41)) (-1422 (($) 40)) (-2672 (((-757) $) 106)) (-2885 (((-757) |#4| $) 54 (-12 (|has| |#4| (-1079)) (|has| $ (-6 -4369)))) (((-757) (-1 (-111) |#4|) $) 51 (|has| $ (-6 -4369)))) (-1488 (($ $) 39)) (-1523 (((-529) $) 69 (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) 60)) (-2739 (($ $ |#3|) 28)) (-2167 (($ $ |#3|) 30)) (-3082 (($ $) 88)) (-3777 (($ $ |#3|) 29)) (-3212 (((-845) $) 11) (((-630 |#4|) $) 37)) (-3775 (((-757) $) 76 (|has| |#3| (-362)))) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) 108)) (-1357 (((-111) $ (-1 (-111) |#4| (-630 |#4|))) 98)) (-1798 (((-111) (-1 (-111) |#4|) $) 49 (|has| $ (-6 -4369)))) (-1660 (((-630 |#3|) $) 81)) (-1758 (((-111) |#3| $) 80)) (-1614 (((-111) $ $) 6)) (-2656 (((-757) $) 46 (|has| $ (-6 -4369)))))
+(((-1185 |#1| |#2| |#3| |#4|) (-137) (-545) (-779) (-833) (-1045 |t#1| |t#2| |t#3|)) (T -1185))
+((-4202 (*1 *2 *1 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111)))) (-2196 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-111) *8 *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3445 (-630 *8)))) (-5 *3 (-630 *8)) (-4 *1 (-1185 *5 *6 *7 *8)))) (-2196 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-111) *9)) (-5 *5 (-1 (-111) *9 *9)) (-4 *9 (-1045 *6 *7 *8)) (-4 *6 (-545)) (-4 *7 (-779)) (-4 *8 (-833)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3445 (-630 *9)))) (-5 *3 (-630 *9)) (-4 *1 (-1185 *6 *7 *8 *9)))) (-2312 (*1 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-630 *6)))) (-2672 (*1 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-757)))) (-2920 (*1 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-2 (|:| -2570 (-630 *6)) (|:| -3089 (-630 *6)))))) (-2928 (*1 *2 *3 *1) (-12 (-4 *1 (-1185 *4 *5 *6 *3)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-2928 (*1 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111)))) (-1410 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-111) *3 *3)) (-4 *1 (-1185 *5 *6 *7 *3)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-111)))) (-1305 (*1 *2 *3 *1) (-12 (-4 *1 (-1185 *4 *5 *6 *3)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-2528 (*1 *2 *3 *1) (-12 (-4 *1 (-1185 *4 *5 *6 *3)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-2546 (*1 *2 *3 *1) (-12 (-4 *1 (-1185 *4 *5 *6 *3)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-1357 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-111) *7 (-630 *7))) (-4 *1 (-1185 *4 *5 *6 *7)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)))) (-1305 (*1 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111)))) (-2528 (*1 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111)))) (-2546 (*1 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111)))) (-3883 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-111) *2 *2)) (-4 *1 (-1185 *5 *6 *7 *2)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *2 (-1045 *5 *6 *7)))) (-3227 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-630 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-111) *8 *8)) (-4 *1 (-1185 *5 *6 *7 *8)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7)))) (-1637 (*1 *2 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-3239 (*1 *2 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-2279 (*1 *2 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-2250 (*1 *2 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-3082 (*1 *1 *1) (-12 (-4 *1 (-1185 *2 *3 *4 *5)) (-4 *2 (-545)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-1045 *2 *3 *4)))) (-3899 (*1 *2 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-3240 (*1 *2 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *1)) (-4 *1 (-1185 *4 *5 *6 *7)))) (-2465 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-630 (-2 (|:| -2570 *1) (|:| -3089 (-630 *7))))) (-5 *3 (-630 *7)) (-4 *1 (-1185 *4 *5 *6 *7)))) (-2701 (*1 *2 *1) (|partial| -12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-2679 (*1 *2 *1) (|partial| -12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-2714 (*1 *1 *1) (|partial| -12 (-4 *1 (-1185 *2 *3 *4 *5)) (-4 *2 (-545)) (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-1045 *2 *3 *4)))) (-1660 (*1 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-630 *5)))) (-1758 (*1 *2 *3 *1) (-12 (-4 *1 (-1185 *4 *5 *3 *6)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *3 (-833)) (-4 *6 (-1045 *4 *5 *3)) (-5 *2 (-111)))) (-3953 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1185 *4 *5 *3 *2)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *3 (-833)) (-4 *2 (-1045 *4 *5 *3)))) (-2968 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-2370 (*1 *1 *1 *2) (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))) (-3775 (*1 *2 *1) (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *5 (-362)) (-5 *2 (-757)))))
+(-13 (-958 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4369) (-6 -4370) (-15 -4202 ((-111) $ $)) (-15 -2196 ((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |t#4|))) "failed") (-630 |t#4|) (-1 (-111) |t#4| |t#4|))) (-15 -2196 ((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |t#4|))) "failed") (-630 |t#4|) (-1 (-111) |t#4|) (-1 (-111) |t#4| |t#4|))) (-15 -2312 ((-630 |t#4|) $)) (-15 -2672 ((-757) $)) (-15 -2920 ((-2 (|:| -2570 (-630 |t#4|)) (|:| -3089 (-630 |t#4|))) $)) (-15 -2928 ((-111) |t#4| $)) (-15 -2928 ((-111) $)) (-15 -1410 ((-111) |t#4| $ (-1 (-111) |t#4| |t#4|))) (-15 -1305 ((-111) |t#4| $)) (-15 -2528 ((-111) |t#4| $)) (-15 -2546 ((-111) |t#4| $)) (-15 -1357 ((-111) $ (-1 (-111) |t#4| (-630 |t#4|)))) (-15 -1305 ((-111) $)) (-15 -2528 ((-111) $)) (-15 -2546 ((-111) $)) (-15 -3883 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-111) |t#4| |t#4|))) (-15 -3227 ((-630 |t#4|) (-630 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-111) |t#4| |t#4|))) (-15 -1637 (|t#4| |t#4| $)) (-15 -3239 (|t#4| |t#4| $)) (-15 -2279 (|t#4| |t#4| $)) (-15 -2250 (|t#4| |t#4| $)) (-15 -3082 ($ $)) (-15 -3899 (|t#4| |t#4| $)) (-15 -3240 ((-630 $) (-630 |t#4|))) (-15 -2465 ((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |t#4|)))) (-630 |t#4|))) (-15 -2701 ((-3 |t#4| "failed") $)) (-15 -2679 ((-3 |t#4| "failed") $)) (-15 -2714 ((-3 $ "failed") $)) (-15 -1660 ((-630 |t#3|) $)) (-15 -1758 ((-111) |t#3| $)) (-15 -3953 ((-3 |t#4| "failed") $ |t#3|)) (-15 -2968 ((-3 $ "failed") $ |t#4|)) (-15 -2370 ($ $ |t#4|)) (IF (|has| |t#3| (-362)) (-15 -3775 ((-757) $)) |%noBranch|)))
+(((-34) . T) ((-101) . T) ((-600 (-630 |#4|)) . T) ((-600 (-845)) . T) ((-148 |#4|) . T) ((-601 (-529)) |has| |#4| (-601 (-529))) ((-303 |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-482 |#4|) . T) ((-507 |#4| |#4|) -12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))) ((-958 |#1| |#2| |#3| |#4|) . T) ((-1079) . T) ((-1192) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-1155)) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-2479 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2456 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2505 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-2212 (((-934 |#1|) $ (-757)) 17) (((-934 |#1|) $ (-757) (-757)) NIL)) (-2487 (((-111) $) NIL)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-757) $ (-1155)) NIL) (((-757) $ (-1155) (-757)) NIL)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1561 (((-111) $) NIL)) (-3590 (($ $ (-630 (-1155)) (-630 (-524 (-1155)))) NIL) (($ $ (-1155) (-524 (-1155))) NIL) (($ |#1| (-524 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2431 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-1619 (($ $ (-1155)) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155) |#1|) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2875 (((-1099) $) NIL)) (-1399 (($ (-1 $) (-1155) |#1|) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2370 (($ $ (-757)) NIL)) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-2854 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2433 (($ $ (-1155) $) NIL) (($ $ (-630 (-1155)) (-630 $)) NIL) (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL)) (-3095 (($ $ (-1155)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL)) (-2672 (((-524 (-1155)) $) NIL)) (-2517 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ $) NIL (|has| |#1| (-545))) (($ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-1155)) NIL) (($ (-934 |#1|)) NIL)) (-1925 ((|#1| $ (-524 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (((-934 |#1|) $ (-757)) NIL)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-3842 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) NIL T CONST)) (-3308 (($) NIL T CONST)) (-1766 (($ $ (-1155)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-1186 |#1|) (-13 (-726 |#1| (-1155)) (-10 -8 (-15 -1925 ((-934 |#1|) $ (-757))) (-15 -3212 ($ (-1155))) (-15 -3212 ($ (-934 |#1|))) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $ (-1155) |#1|)) (-15 -1399 ($ (-1 $) (-1155) |#1|))) |%noBranch|))) (-1031)) (T -1186))
+((-1925 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *2 (-934 *4)) (-5 *1 (-1186 *4)) (-4 *4 (-1031)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1186 *3)) (-4 *3 (-1031)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-934 *3)) (-4 *3 (-1031)) (-5 *1 (-1186 *3)))) (-1619 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *1 (-1186 *3)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)))) (-1399 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1186 *4))) (-5 *3 (-1155)) (-5 *1 (-1186 *4)) (-4 *4 (-38 (-401 (-553)))) (-4 *4 (-1031)))))
+(-13 (-726 |#1| (-1155)) (-10 -8 (-15 -1925 ((-934 |#1|) $ (-757))) (-15 -3212 ($ (-1155))) (-15 -3212 ($ (-934 |#1|))) (IF (|has| |#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $ (-1155) |#1|)) (-15 -1399 ($ (-1 $) (-1155) |#1|))) |%noBranch|)))
+((-3406 (($ |#1| (-630 (-630 (-925 (-220)))) (-111)) 19)) (-1912 (((-111) $ (-111)) 18)) (-1854 (((-111) $) 17)) (-2324 (((-630 (-630 (-925 (-220)))) $) 13)) (-4058 ((|#1| $) 8)) (-2123 (((-111) $) 15)))
+(((-1187 |#1|) (-10 -8 (-15 -4058 (|#1| $)) (-15 -2324 ((-630 (-630 (-925 (-220)))) $)) (-15 -2123 ((-111) $)) (-15 -1854 ((-111) $)) (-15 -1912 ((-111) $ (-111))) (-15 -3406 ($ |#1| (-630 (-630 (-925 (-220)))) (-111)))) (-956)) (T -1187))
+((-3406 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-111)) (-5 *1 (-1187 *2)) (-4 *2 (-956)))) (-1912 (*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1187 *3)) (-4 *3 (-956)))) (-1854 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1187 *3)) (-4 *3 (-956)))) (-2123 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1187 *3)) (-4 *3 (-956)))) (-2324 (*1 *2 *1) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *1 (-1187 *3)) (-4 *3 (-956)))) (-4058 (*1 *2 *1) (-12 (-5 *1 (-1187 *2)) (-4 *2 (-956)))))
+(-10 -8 (-15 -4058 (|#1| $)) (-15 -2324 ((-630 (-630 (-925 (-220)))) $)) (-15 -2123 ((-111) $)) (-15 -1854 ((-111) $)) (-15 -1912 ((-111) $ (-111))) (-15 -3406 ($ |#1| (-630 (-630 (-925 (-220)))) (-111))))
+((-3530 (((-925 (-220)) (-925 (-220))) 25)) (-1694 (((-925 (-220)) (-220) (-220) (-220) (-220)) 10)) (-1954 (((-630 (-925 (-220))) (-925 (-220)) (-925 (-220)) (-925 (-220)) (-220) (-630 (-630 (-220)))) 37)) (-1602 (((-220) (-925 (-220)) (-925 (-220))) 21)) (-3113 (((-925 (-220)) (-925 (-220)) (-925 (-220))) 22)) (-2748 (((-630 (-630 (-220))) (-553)) 31)) (-1710 (((-925 (-220)) (-925 (-220)) (-925 (-220))) 20)) (-1699 (((-925 (-220)) (-925 (-220)) (-925 (-220))) 19)) (* (((-925 (-220)) (-220) (-925 (-220))) 18)))
+(((-1188) (-10 -7 (-15 -1694 ((-925 (-220)) (-220) (-220) (-220) (-220))) (-15 * ((-925 (-220)) (-220) (-925 (-220)))) (-15 -1699 ((-925 (-220)) (-925 (-220)) (-925 (-220)))) (-15 -1710 ((-925 (-220)) (-925 (-220)) (-925 (-220)))) (-15 -1602 ((-220) (-925 (-220)) (-925 (-220)))) (-15 -3113 ((-925 (-220)) (-925 (-220)) (-925 (-220)))) (-15 -3530 ((-925 (-220)) (-925 (-220)))) (-15 -2748 ((-630 (-630 (-220))) (-553))) (-15 -1954 ((-630 (-925 (-220))) (-925 (-220)) (-925 (-220)) (-925 (-220)) (-220) (-630 (-630 (-220))))))) (T -1188))
+((-1954 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-630 (-630 (-220)))) (-5 *4 (-220)) (-5 *2 (-630 (-925 *4))) (-5 *1 (-1188)) (-5 *3 (-925 *4)))) (-2748 (*1 *2 *3) (-12 (-5 *3 (-553)) (-5 *2 (-630 (-630 (-220)))) (-5 *1 (-1188)))) (-3530 (*1 *2 *2) (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188)))) (-3113 (*1 *2 *2 *2) (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188)))) (-1602 (*1 *2 *3 *3) (-12 (-5 *3 (-925 (-220))) (-5 *2 (-220)) (-5 *1 (-1188)))) (-1710 (*1 *2 *2 *2) (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188)))) (-1699 (*1 *2 *2 *2) (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-925 (-220))) (-5 *3 (-220)) (-5 *1 (-1188)))) (-1694 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188)) (-5 *3 (-220)))))
+(-10 -7 (-15 -1694 ((-925 (-220)) (-220) (-220) (-220) (-220))) (-15 * ((-925 (-220)) (-220) (-925 (-220)))) (-15 -1699 ((-925 (-220)) (-925 (-220)) (-925 (-220)))) (-15 -1710 ((-925 (-220)) (-925 (-220)) (-925 (-220)))) (-15 -1602 ((-220) (-925 (-220)) (-925 (-220)))) (-15 -3113 ((-925 (-220)) (-925 (-220)) (-925 (-220)))) (-15 -3530 ((-925 (-220)) (-925 (-220)))) (-15 -2748 ((-630 (-630 (-220))) (-553))) (-15 -1954 ((-630 (-925 (-220))) (-925 (-220)) (-925 (-220)) (-925 (-220)) (-220) (-630 (-630 (-220))))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-3953 ((|#1| $ (-757)) 13)) (-2555 (((-757) $) 12)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-3212 (((-940 |#1|) $) 10) (($ (-940 |#1|)) 9) (((-845) $) 23 (|has| |#1| (-600 (-845))))) (-1614 (((-111) $ $) 16 (|has| |#1| (-1079)))))
+(((-1189 |#1|) (-13 (-600 (-940 |#1|)) (-10 -8 (-15 -3212 ($ (-940 |#1|))) (-15 -3953 (|#1| $ (-757))) (-15 -2555 ((-757) $)) (IF (|has| |#1| (-600 (-845))) (-6 (-600 (-845))) |%noBranch|) (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|))) (-1192)) (T -1189))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-940 *3)) (-4 *3 (-1192)) (-5 *1 (-1189 *3)))) (-3953 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *1 (-1189 *2)) (-4 *2 (-1192)))) (-2555 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-1189 *3)) (-4 *3 (-1192)))))
+(-13 (-600 (-940 |#1|)) (-10 -8 (-15 -3212 ($ (-940 |#1|))) (-15 -3953 (|#1| $ (-757))) (-15 -2555 ((-757) $)) (IF (|has| |#1| (-600 (-845))) (-6 (-600 (-845))) |%noBranch|) (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|)))
+((-1980 (((-412 (-1151 (-1151 |#1|))) (-1151 (-1151 |#1|)) (-553)) 80)) (-2229 (((-412 (-1151 (-1151 |#1|))) (-1151 (-1151 |#1|))) 74)) (-1640 (((-412 (-1151 (-1151 |#1|))) (-1151 (-1151 |#1|))) 59)))
+(((-1190 |#1|) (-10 -7 (-15 -2229 ((-412 (-1151 (-1151 |#1|))) (-1151 (-1151 |#1|)))) (-15 -1640 ((-412 (-1151 (-1151 |#1|))) (-1151 (-1151 |#1|)))) (-15 -1980 ((-412 (-1151 (-1151 |#1|))) (-1151 (-1151 |#1|)) (-553)))) (-343)) (T -1190))
+((-1980 (*1 *2 *3 *4) (-12 (-5 *4 (-553)) (-4 *5 (-343)) (-5 *2 (-412 (-1151 (-1151 *5)))) (-5 *1 (-1190 *5)) (-5 *3 (-1151 (-1151 *5))))) (-1640 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-412 (-1151 (-1151 *4)))) (-5 *1 (-1190 *4)) (-5 *3 (-1151 (-1151 *4))))) (-2229 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-412 (-1151 (-1151 *4)))) (-5 *1 (-1190 *4)) (-5 *3 (-1151 (-1151 *4))))))
+(-10 -7 (-15 -2229 ((-412 (-1151 (-1151 |#1|))) (-1151 (-1151 |#1|)))) (-15 -1640 ((-412 (-1151 (-1151 |#1|))) (-1151 (-1151 |#1|)))) (-15 -1980 ((-412 (-1151 (-1151 |#1|))) (-1151 (-1151 |#1|)) (-553))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 9) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-1191) (-1062)) (T -1191))
+NIL
+(-1062)
+NIL
+(((-1192) (-137)) (T -1192))
+NIL
+(-13 (-10 -7 (-6 -4284)))
+((-2074 (((-111)) 15)) (-4215 (((-1243) (-630 |#1|) (-630 |#1|)) 19) (((-1243) (-630 |#1|)) 20)) (-3625 (((-111) |#1| |#1|) 32 (|has| |#1| (-833)))) (-3711 (((-111) |#1| |#1| (-1 (-111) |#1| |#1|)) 27) (((-3 (-111) "failed") |#1| |#1|) 25)) (-4081 ((|#1| (-630 |#1|)) 33 (|has| |#1| (-833))) ((|#1| (-630 |#1|) (-1 (-111) |#1| |#1|)) 28)) (-3259 (((-2 (|:| -1458 (-630 |#1|)) (|:| -3637 (-630 |#1|)))) 17)))
+(((-1193 |#1|) (-10 -7 (-15 -4215 ((-1243) (-630 |#1|))) (-15 -4215 ((-1243) (-630 |#1|) (-630 |#1|))) (-15 -3259 ((-2 (|:| -1458 (-630 |#1|)) (|:| -3637 (-630 |#1|))))) (-15 -3711 ((-3 (-111) "failed") |#1| |#1|)) (-15 -3711 ((-111) |#1| |#1| (-1 (-111) |#1| |#1|))) (-15 -4081 (|#1| (-630 |#1|) (-1 (-111) |#1| |#1|))) (-15 -2074 ((-111))) (IF (|has| |#1| (-833)) (PROGN (-15 -4081 (|#1| (-630 |#1|))) (-15 -3625 ((-111) |#1| |#1|))) |%noBranch|)) (-1079)) (T -1193))
+((-3625 (*1 *2 *3 *3) (-12 (-5 *2 (-111)) (-5 *1 (-1193 *3)) (-4 *3 (-833)) (-4 *3 (-1079)))) (-4081 (*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-4 *2 (-1079)) (-4 *2 (-833)) (-5 *1 (-1193 *2)))) (-2074 (*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1193 *3)) (-4 *3 (-1079)))) (-4081 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *2)) (-5 *4 (-1 (-111) *2 *2)) (-5 *1 (-1193 *2)) (-4 *2 (-1079)))) (-3711 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-111) *3 *3)) (-4 *3 (-1079)) (-5 *2 (-111)) (-5 *1 (-1193 *3)))) (-3711 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-111)) (-5 *1 (-1193 *3)) (-4 *3 (-1079)))) (-3259 (*1 *2) (-12 (-5 *2 (-2 (|:| -1458 (-630 *3)) (|:| -3637 (-630 *3)))) (-5 *1 (-1193 *3)) (-4 *3 (-1079)))) (-4215 (*1 *2 *3 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-1079)) (-5 *2 (-1243)) (-5 *1 (-1193 *4)))) (-4215 (*1 *2 *3) (-12 (-5 *3 (-630 *4)) (-4 *4 (-1079)) (-5 *2 (-1243)) (-5 *1 (-1193 *4)))))
+(-10 -7 (-15 -4215 ((-1243) (-630 |#1|))) (-15 -4215 ((-1243) (-630 |#1|) (-630 |#1|))) (-15 -3259 ((-2 (|:| -1458 (-630 |#1|)) (|:| -3637 (-630 |#1|))))) (-15 -3711 ((-3 (-111) "failed") |#1| |#1|)) (-15 -3711 ((-111) |#1| |#1| (-1 (-111) |#1| |#1|))) (-15 -4081 (|#1| (-630 |#1|) (-1 (-111) |#1| |#1|))) (-15 -2074 ((-111))) (IF (|has| |#1| (-833)) (PROGN (-15 -4081 (|#1| (-630 |#1|))) (-15 -3625 ((-111) |#1| |#1|))) |%noBranch|))
+((-3156 (((-1243) (-630 (-1155)) (-630 (-1155))) 13) (((-1243) (-630 (-1155))) 11)) (-4036 (((-1243)) 14)) (-2827 (((-2 (|:| -3637 (-630 (-1155))) (|:| -1458 (-630 (-1155))))) 18)))
+(((-1194) (-10 -7 (-15 -3156 ((-1243) (-630 (-1155)))) (-15 -3156 ((-1243) (-630 (-1155)) (-630 (-1155)))) (-15 -2827 ((-2 (|:| -3637 (-630 (-1155))) (|:| -1458 (-630 (-1155)))))) (-15 -4036 ((-1243))))) (T -1194))
+((-4036 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1194)))) (-2827 (*1 *2) (-12 (-5 *2 (-2 (|:| -3637 (-630 (-1155))) (|:| -1458 (-630 (-1155))))) (-5 *1 (-1194)))) (-3156 (*1 *2 *3 *3) (-12 (-5 *3 (-630 (-1155))) (-5 *2 (-1243)) (-5 *1 (-1194)))) (-3156 (*1 *2 *3) (-12 (-5 *3 (-630 (-1155))) (-5 *2 (-1243)) (-5 *1 (-1194)))))
+(-10 -7 (-15 -3156 ((-1243) (-630 (-1155)))) (-15 -3156 ((-1243) (-630 (-1155)) (-630 (-1155)))) (-15 -2827 ((-2 (|:| -3637 (-630 (-1155))) (|:| -1458 (-630 (-1155)))))) (-15 -4036 ((-1243))))
+((-3837 (($ $) 17)) (-4268 (((-111) $) 24)))
+(((-1195 |#1|) (-10 -8 (-15 -3837 (|#1| |#1|)) (-15 -4268 ((-111) |#1|))) (-1196)) (T -1195))
+NIL
+(-10 -8 (-15 -3837 (|#1| |#1|)) (-15 -4268 ((-111) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 49)) (-1807 (((-412 $) $) 50)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-4268 (((-111) $) 51)) (-1434 (((-111) $) 30)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3476 (((-412 $) $) 48)) (-3968 (((-3 $ "failed") $ $) 40)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41)) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24)))
+(((-1196) (-137)) (T -1196))
+((-4268 (*1 *2 *1) (-12 (-4 *1 (-1196)) (-5 *2 (-111)))) (-1807 (*1 *2 *1) (-12 (-5 *2 (-412 *1)) (-4 *1 (-1196)))) (-3837 (*1 *1 *1) (-4 *1 (-1196))) (-3476 (*1 *2 *1) (-12 (-5 *2 (-412 *1)) (-4 *1 (-1196)))))
+(-13 (-445) (-10 -8 (-15 -4268 ((-111) $)) (-15 -1807 ((-412 $) $)) (-15 -3837 ($ $)) (-15 -3476 ((-412 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 $) . T) ((-101) . T) ((-110 $ $) . T) ((-129) . T) ((-600 (-845)) . T) ((-169) . T) ((-284) . T) ((-445) . T) ((-545) . T) ((-633 $) . T) ((-703 $) . T) ((-712) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-1478 (((-1202 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1202 |#1| |#3| |#5|)) 23)))
+(((-1197 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1478 ((-1202 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1202 |#1| |#3| |#5|)))) (-1031) (-1031) (-1155) (-1155) |#1| |#2|) (T -1197))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1202 *5 *7 *9)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-14 *7 (-1155)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1202 *6 *8 *10)) (-5 *1 (-1197 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1155)))))
+(-10 -7 (-15 -1478 ((-1202 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1202 |#1| |#3| |#5|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3611 (((-630 (-1061)) $) 72)) (-1489 (((-1155) $) 101)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 49 (|has| |#1| (-545)))) (-2723 (($ $) 50 (|has| |#1| (-545)))) (-2157 (((-111) $) 52 (|has| |#1| (-545)))) (-3027 (($ $ (-553)) 96) (($ $ (-553) (-553)) 95)) (-4044 (((-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) $) 103)) (-2479 (($ $) 133 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 116 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 160 (|has| |#1| (-357)))) (-1807 (((-412 $) $) 161 (|has| |#1| (-357)))) (-3487 (($ $) 115 (|has| |#1| (-38 (-401 (-553)))))) (-3816 (((-111) $ $) 151 (|has| |#1| (-357)))) (-2456 (($ $) 132 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 117 (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|)))) 171)) (-2505 (($ $) 131 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 118 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) 17 T CONST)) (-4005 (($ $ $) 155 (|has| |#1| (-357)))) (-3765 (($ $) 58)) (-3889 (((-3 $ "failed") $) 32)) (-3745 (((-401 (-934 |#1|)) $ (-553)) 169 (|has| |#1| (-545))) (((-401 (-934 |#1|)) $ (-553) (-553)) 168 (|has| |#1| (-545)))) (-3986 (($ $ $) 154 (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 149 (|has| |#1| (-357)))) (-4268 (((-111) $) 162 (|has| |#1| (-357)))) (-2487 (((-111) $) 71)) (-4041 (($) 143 (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-553) $) 98) (((-553) $ (-553)) 97)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 114 (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) 99)) (-3141 (($ (-1 |#1| (-553)) $) 170)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 158 (|has| |#1| (-357)))) (-1561 (((-111) $) 60)) (-3590 (($ |#1| (-553)) 59) (($ $ (-1061) (-553)) 74) (($ $ (-630 (-1061)) (-630 (-553))) 73)) (-1478 (($ (-1 |#1| |#1|) $) 61)) (-2431 (($ $) 140 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2552 (($ (-630 $)) 147 (|has| |#1| (-357))) (($ $ $) 146 (|has| |#1| (-357)))) (-4056 (((-1137) $) 9)) (-3700 (($ $) 163 (|has| |#1| (-357)))) (-1619 (($ $) 167 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) 166 (-4028 (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-941)) (|has| |#1| (-1177)) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-38 (-401 (-553)))))))) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 148 (|has| |#1| (-357)))) (-2591 (($ (-630 $)) 145 (|has| |#1| (-357))) (($ $ $) 144 (|has| |#1| (-357)))) (-3476 (((-412 $) $) 159 (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 156 (|has| |#1| (-357)))) (-2370 (($ $ (-553)) 93)) (-3968 (((-3 $ "failed") $ $) 48 (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 150 (|has| |#1| (-357)))) (-2854 (($ $) 141 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-553)))))) (-3879 (((-757) $) 152 (|has| |#1| (-357)))) (-2061 ((|#1| $ (-553)) 102) (($ $ $) 79 (|has| (-553) (-1091)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 153 (|has| |#1| (-357)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) 87 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-1155) (-757)) 86 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155))) 85 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-1155)) 84 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-757)) 82 (|has| |#1| (-15 * (|#1| (-553) |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (-2672 (((-553) $) 62)) (-2517 (($ $) 130 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 119 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 120 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 128 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 121 (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) 70)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 45 (|has| |#1| (-169))) (($ (-401 (-553))) 55 (|has| |#1| (-38 (-401 (-553))))) (($ $) 47 (|has| |#1| (-545)))) (-1925 ((|#1| $ (-553)) 57)) (-2234 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-4045 ((|#1| $) 100)) (-3842 (($ $) 139 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 127 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) 51 (|has| |#1| (-545)))) (-2529 (($ $) 138 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 126 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 137 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 125 (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-553)) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-553)))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 124 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 135 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 123 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 134 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 122 (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) 91 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-1155) (-757)) 90 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155))) 89 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-1155)) 88 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-757)) 83 (|has| |#1| (-15 * (|#1| (-553) |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 56 (|has| |#1| (-357))) (($ $ $) 165 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 164 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 113 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-553)) $) 54 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 53 (|has| |#1| (-38 (-401 (-553)))))))
+(((-1198 |#1|) (-137) (-1031)) (T -1198))
+((-1727 (*1 *1 *2) (-12 (-5 *2 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *3)))) (-4 *3 (-1031)) (-4 *1 (-1198 *3)))) (-3141 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-553))) (-4 *1 (-1198 *3)) (-4 *3 (-1031)))) (-3745 (*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-1198 *4)) (-4 *4 (-1031)) (-4 *4 (-545)) (-5 *2 (-401 (-934 *4))))) (-3745 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-553)) (-4 *1 (-1198 *4)) (-4 *4 (-1031)) (-4 *4 (-545)) (-5 *2 (-401 (-934 *4))))) (-1619 (*1 *1 *1) (-12 (-4 *1 (-1198 *2)) (-4 *2 (-1031)) (-4 *2 (-38 (-401 (-553)))))) (-1619 (*1 *1 *1 *2) (-4028 (-12 (-5 *2 (-1155)) (-4 *1 (-1198 *3)) (-4 *3 (-1031)) (-12 (-4 *3 (-29 (-553))) (-4 *3 (-941)) (-4 *3 (-1177)) (-4 *3 (-38 (-401 (-553)))))) (-12 (-5 *2 (-1155)) (-4 *1 (-1198 *3)) (-4 *3 (-1031)) (-12 (|has| *3 (-15 -3611 ((-630 *2) *3))) (|has| *3 (-15 -1619 (*3 *3 *2))) (-4 *3 (-38 (-401 (-553)))))))))
+(-13 (-1216 |t#1| (-553)) (-10 -8 (-15 -1727 ($ (-1135 (-2 (|:| |k| (-553)) (|:| |c| |t#1|))))) (-15 -3141 ($ (-1 |t#1| (-553)) $)) (IF (|has| |t#1| (-545)) (PROGN (-15 -3745 ((-401 (-934 |t#1|)) $ (-553))) (-15 -3745 ((-401 (-934 |t#1|)) $ (-553) (-553)))) |%noBranch|) (IF (|has| |t#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $)) (IF (|has| |t#1| (-15 -1619 (|t#1| |t#1| (-1155)))) (IF (|has| |t#1| (-15 -3611 ((-630 (-1155)) |t#1|))) (-15 -1619 ($ $ (-1155))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1177)) (IF (|has| |t#1| (-941)) (IF (|has| |t#1| (-29 (-553))) (-15 -1619 ($ $ (-1155))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-984)) (-6 (-1177))) |%noBranch|) (IF (|has| |t#1| (-357)) (-6 (-357)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-553)) . T) ((-25) . T) ((-38 #1=(-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-35) |has| |#1| (-38 (-401 (-553)))) ((-94) |has| |#1| (-38 (-401 (-553)))) ((-101) . T) ((-110 #1# #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| (-553) |#1|))) ((-238) |has| |#1| (-357)) ((-278) |has| |#1| (-38 (-401 (-553)))) ((-280 $ $) |has| (-553) (-1091)) ((-284) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-357) |has| |#1| (-357)) ((-445) |has| |#1| (-357)) ((-486) |has| |#1| (-38 (-401 (-553)))) ((-545) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-633 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-712) . T) ((-882 (-1155)) -12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))) ((-955 |#1| #0# (-1061)) . T) ((-902) |has| |#1| (-357)) ((-984) |has| |#1| (-38 (-401 (-553)))) ((-1037 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1177) |has| |#1| (-38 (-401 (-553)))) ((-1180) |has| |#1| (-38 (-401 (-553)))) ((-1196) |has| |#1| (-357)) ((-1216 |#1| #0#) . T))
+((-1719 (((-111) $) 12)) (-1394 (((-3 |#3| "failed") $) 17) (((-3 (-1155) "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 (-553) "failed") $) NIL)) (-2831 ((|#3| $) 14) (((-1155) $) NIL) (((-401 (-553)) $) NIL) (((-553) $) NIL)))
+(((-1199 |#1| |#2| |#3|) (-10 -8 (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-1155) "failed") |#1|)) (-15 -2831 ((-1155) |#1|)) (-15 -1394 ((-3 |#3| "failed") |#1|)) (-15 -2831 (|#3| |#1|)) (-15 -1719 ((-111) |#1|))) (-1200 |#2| |#3|) (-1031) (-1229 |#2|)) (T -1199))
+NIL
+(-10 -8 (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -1394 ((-3 (-1155) "failed") |#1|)) (-15 -2831 ((-1155) |#1|)) (-15 -1394 ((-3 |#3| "failed") |#1|)) (-15 -2831 (|#3| |#1|)) (-15 -1719 ((-111) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-2589 ((|#2| $) 228 (-3791 (|has| |#2| (-301)) (|has| |#1| (-357))))) (-3611 (((-630 (-1061)) $) 72)) (-1489 (((-1155) $) 101)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 49 (|has| |#1| (-545)))) (-2723 (($ $) 50 (|has| |#1| (-545)))) (-2157 (((-111) $) 52 (|has| |#1| (-545)))) (-3027 (($ $ (-553)) 96) (($ $ (-553) (-553)) 95)) (-4044 (((-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) $) 103)) (-3534 ((|#2| $) 264)) (-3338 (((-3 |#2| "failed") $) 260)) (-3657 ((|#2| $) 261)) (-2479 (($ $) 133 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 116 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) 19)) (-2873 (((-412 (-1151 $)) (-1151 $)) 237 (-3791 (|has| |#2| (-891)) (|has| |#1| (-357))))) (-3837 (($ $) 160 (|has| |#1| (-357)))) (-1807 (((-412 $) $) 161 (|has| |#1| (-357)))) (-3487 (($ $) 115 (|has| |#1| (-38 (-401 (-553)))))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 234 (-3791 (|has| |#2| (-891)) (|has| |#1| (-357))))) (-3816 (((-111) $ $) 151 (|has| |#1| (-357)))) (-2456 (($ $) 132 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 117 (|has| |#1| (-38 (-401 (-553)))))) (-2299 (((-553) $) 246 (-3791 (|has| |#2| (-806)) (|has| |#1| (-357))))) (-1727 (($ (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|)))) 171)) (-2505 (($ $) 131 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 118 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#2| "failed") $) 267) (((-3 (-553) "failed") $) 257 (-3791 (|has| |#2| (-1020 (-553))) (|has| |#1| (-357)))) (((-3 (-401 (-553)) "failed") $) 255 (-3791 (|has| |#2| (-1020 (-553))) (|has| |#1| (-357)))) (((-3 (-1155) "failed") $) 239 (-3791 (|has| |#2| (-1020 (-1155))) (|has| |#1| (-357))))) (-2831 ((|#2| $) 268) (((-553) $) 256 (-3791 (|has| |#2| (-1020 (-553))) (|has| |#1| (-357)))) (((-401 (-553)) $) 254 (-3791 (|has| |#2| (-1020 (-553))) (|has| |#1| (-357)))) (((-1155) $) 238 (-3791 (|has| |#2| (-1020 (-1155))) (|has| |#1| (-357))))) (-4254 (($ $) 263) (($ (-553) $) 262)) (-4005 (($ $ $) 155 (|has| |#1| (-357)))) (-3765 (($ $) 58)) (-3698 (((-674 |#2|) (-674 $)) 218 (|has| |#1| (-357))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) 217 (|has| |#1| (-357))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 216 (-3791 (|has| |#2| (-626 (-553))) (|has| |#1| (-357)))) (((-674 (-553)) (-674 $)) 215 (-3791 (|has| |#2| (-626 (-553))) (|has| |#1| (-357))))) (-3889 (((-3 $ "failed") $) 32)) (-3745 (((-401 (-934 |#1|)) $ (-553)) 169 (|has| |#1| (-545))) (((-401 (-934 |#1|)) $ (-553) (-553)) 168 (|has| |#1| (-545)))) (-1333 (($) 230 (-3791 (|has| |#2| (-538)) (|has| |#1| (-357))))) (-3986 (($ $ $) 154 (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 149 (|has| |#1| (-357)))) (-4268 (((-111) $) 162 (|has| |#1| (-357)))) (-2184 (((-111) $) 244 (-3791 (|has| |#2| (-806)) (|has| |#1| (-357))))) (-2487 (((-111) $) 71)) (-4041 (($) 143 (|has| |#1| (-38 (-401 (-553)))))) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 222 (-3791 (|has| |#2| (-868 (-373))) (|has| |#1| (-357)))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 221 (-3791 (|has| |#2| (-868 (-553))) (|has| |#1| (-357))))) (-2592 (((-553) $) 98) (((-553) $ (-553)) 97)) (-1434 (((-111) $) 30)) (-3699 (($ $) 226 (|has| |#1| (-357)))) (-4013 ((|#2| $) 224 (|has| |#1| (-357)))) (-3527 (($ $ (-553)) 114 (|has| |#1| (-38 (-401 (-553)))))) (-3464 (((-3 $ "failed") $) 258 (-3791 (|has| |#2| (-1130)) (|has| |#1| (-357))))) (-2260 (((-111) $) 245 (-3791 (|has| |#2| (-806)) (|has| |#1| (-357))))) (-2055 (($ $ (-903)) 99)) (-3141 (($ (-1 |#1| (-553)) $) 170)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 158 (|has| |#1| (-357)))) (-1561 (((-111) $) 60)) (-3590 (($ |#1| (-553)) 59) (($ $ (-1061) (-553)) 74) (($ $ (-630 (-1061)) (-630 (-553))) 73)) (-1773 (($ $ $) 248 (-3791 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-2012 (($ $ $) 249 (-3791 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1478 (($ (-1 |#1| |#1|) $) 61) (($ (-1 |#2| |#2|) $) 210 (|has| |#1| (-357)))) (-2431 (($ $) 140 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2552 (($ (-630 $)) 147 (|has| |#1| (-357))) (($ $ $) 146 (|has| |#1| (-357)))) (-3669 (($ (-553) |#2|) 265)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 163 (|has| |#1| (-357)))) (-1619 (($ $) 167 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) 166 (-4028 (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-941)) (|has| |#1| (-1177)) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-38 (-401 (-553)))))))) (-1979 (($) 259 (-3791 (|has| |#2| (-1130)) (|has| |#1| (-357))) CONST)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 148 (|has| |#1| (-357)))) (-2591 (($ (-630 $)) 145 (|has| |#1| (-357))) (($ $ $) 144 (|has| |#1| (-357)))) (-2079 (($ $) 229 (-3791 (|has| |#2| (-301)) (|has| |#1| (-357))))) (-1278 ((|#2| $) 232 (-3791 (|has| |#2| (-538)) (|has| |#1| (-357))))) (-2114 (((-412 (-1151 $)) (-1151 $)) 235 (-3791 (|has| |#2| (-891)) (|has| |#1| (-357))))) (-2098 (((-412 (-1151 $)) (-1151 $)) 236 (-3791 (|has| |#2| (-891)) (|has| |#1| (-357))))) (-3476 (((-412 $) $) 159 (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 156 (|has| |#1| (-357)))) (-2370 (($ $ (-553)) 93)) (-3968 (((-3 $ "failed") $ $) 48 (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 150 (|has| |#1| (-357)))) (-2854 (($ $) 141 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-553))))) (($ $ (-1155) |#2|) 209 (-3791 (|has| |#2| (-507 (-1155) |#2|)) (|has| |#1| (-357)))) (($ $ (-630 (-1155)) (-630 |#2|)) 208 (-3791 (|has| |#2| (-507 (-1155) |#2|)) (|has| |#1| (-357)))) (($ $ (-630 (-288 |#2|))) 207 (-3791 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ (-288 |#2|)) 206 (-3791 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ |#2| |#2|) 205 (-3791 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ (-630 |#2|) (-630 |#2|)) 204 (-3791 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357))))) (-3879 (((-757) $) 152 (|has| |#1| (-357)))) (-2061 ((|#1| $ (-553)) 102) (($ $ $) 79 (|has| (-553) (-1091))) (($ $ |#2|) 203 (-3791 (|has| |#2| (-280 |#2| |#2|)) (|has| |#1| (-357))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 153 (|has| |#1| (-357)))) (-3095 (($ $ (-1 |#2| |#2|)) 214 (|has| |#1| (-357))) (($ $ (-1 |#2| |#2|) (-757)) 213 (|has| |#1| (-357))) (($ $ (-757)) 82 (-4028 (-3791 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $) 80 (-4028 (-3791 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155)) (-630 (-757))) 87 (-4028 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|)))))) (($ $ (-1155) (-757)) 86 (-4028 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|)))))) (($ $ (-630 (-1155))) 85 (-4028 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|)))))) (($ $ (-1155)) 84 (-4028 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))))) (-2237 (($ $) 227 (|has| |#1| (-357)))) (-4024 ((|#2| $) 225 (|has| |#1| (-357)))) (-2672 (((-553) $) 62)) (-2517 (($ $) 130 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 119 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 120 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 128 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 121 (|has| |#1| (-38 (-401 (-553)))))) (-1523 (((-220) $) 243 (-3791 (|has| |#2| (-1004)) (|has| |#1| (-357)))) (((-373) $) 242 (-3791 (|has| |#2| (-1004)) (|has| |#1| (-357)))) (((-529) $) 241 (-3791 (|has| |#2| (-601 (-529))) (|has| |#1| (-357)))) (((-874 (-373)) $) 220 (-3791 (|has| |#2| (-601 (-874 (-373)))) (|has| |#1| (-357)))) (((-874 (-553)) $) 219 (-3791 (|has| |#2| (-601 (-874 (-553)))) (|has| |#1| (-357))))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 233 (-3791 (-3791 (|has| $ (-142)) (|has| |#2| (-891))) (|has| |#1| (-357))))) (-4297 (($ $) 70)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 45 (|has| |#1| (-169))) (($ |#2|) 266) (($ (-1155)) 240 (-3791 (|has| |#2| (-1020 (-1155))) (|has| |#1| (-357)))) (($ (-401 (-553))) 55 (|has| |#1| (-38 (-401 (-553))))) (($ $) 47 (|has| |#1| (-545)))) (-1925 ((|#1| $ (-553)) 57)) (-2234 (((-3 $ "failed") $) 46 (-4028 (-3791 (-4028 (|has| |#2| (-142)) (-3791 (|has| $ (-142)) (|has| |#2| (-891)))) (|has| |#1| (-357))) (|has| |#1| (-142))))) (-1348 (((-757)) 28)) (-4045 ((|#1| $) 100)) (-3609 ((|#2| $) 231 (-3791 (|has| |#2| (-538)) (|has| |#1| (-357))))) (-3842 (($ $) 139 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 127 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) 51 (|has| |#1| (-545)))) (-2529 (($ $) 138 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 126 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 137 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 125 (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-553)) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-553)))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 124 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 135 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 123 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 134 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 122 (|has| |#1| (-38 (-401 (-553)))))) (-1411 (($ $) 247 (-3791 (|has| |#2| (-806)) (|has| |#1| (-357))))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-1 |#2| |#2|)) 212 (|has| |#1| (-357))) (($ $ (-1 |#2| |#2|) (-757)) 211 (|has| |#1| (-357))) (($ $ (-757)) 83 (-4028 (-3791 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $) 81 (-4028 (-3791 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155)) (-630 (-757))) 91 (-4028 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|)))))) (($ $ (-1155) (-757)) 90 (-4028 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|)))))) (($ $ (-630 (-1155))) 89 (-4028 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|)))))) (($ $ (-1155)) 88 (-4028 (-3791 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))))) (-1667 (((-111) $ $) 251 (-3791 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1645 (((-111) $ $) 252 (-3791 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 250 (-3791 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1633 (((-111) $ $) 253 (-3791 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1721 (($ $ |#1|) 56 (|has| |#1| (-357))) (($ $ $) 165 (|has| |#1| (-357))) (($ |#2| |#2|) 223 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 164 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 113 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ $ |#2|) 202 (|has| |#1| (-357))) (($ |#2| $) 201 (|has| |#1| (-357))) (($ (-401 (-553)) $) 54 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 53 (|has| |#1| (-38 (-401 (-553)))))))
+(((-1200 |#1| |#2|) (-137) (-1031) (-1229 |t#1|)) (T -1200))
+((-2672 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1229 *3)) (-5 *2 (-553)))) (-3212 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-4 *1 (-1200 *3 *2)) (-4 *2 (-1229 *3)))) (-3669 (*1 *1 *2 *3) (-12 (-5 *2 (-553)) (-4 *4 (-1031)) (-4 *1 (-1200 *4 *3)) (-4 *3 (-1229 *4)))) (-3534 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1229 *3)))) (-4254 (*1 *1 *1) (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-1229 *2)))) (-4254 (*1 *1 *2 *1) (-12 (-5 *2 (-553)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1229 *3)))) (-3657 (*1 *2 *1) (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1229 *3)))) (-3338 (*1 *2 *1) (|partial| -12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1229 *3)))))
+(-13 (-1198 |t#1|) (-1020 |t#2|) (-10 -8 (-15 -3669 ($ (-553) |t#2|)) (-15 -2672 ((-553) $)) (-15 -3534 (|t#2| $)) (-15 -4254 ($ $)) (-15 -4254 ($ (-553) $)) (-15 -3212 ($ |t#2|)) (-15 -3657 (|t#2| $)) (-15 -3338 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-357)) (-6 (-974 |t#2|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-553)) . T) ((-25) . T) ((-38 #1=(-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-38 |#1|) |has| |#1| (-169)) ((-38 |#2|) |has| |#1| (-357)) ((-38 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-35) |has| |#1| (-38 (-401 (-553)))) ((-94) |has| |#1| (-38 (-401 (-553)))) ((-101) . T) ((-110 #1# #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-110 |#1| |#1|) . T) ((-110 |#2| |#2|) |has| |#1| (-357)) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) -4028 (-12 (|has| |#1| (-357)) (|has| |#2| (-142))) (|has| |#1| (-142))) ((-144) -4028 (-12 (|has| |#1| (-357)) (|has| |#2| (-144))) (|has| |#1| (-144))) ((-603 #2=(-401 (-553))) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-553)))) ((-603 #3=(-553)) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-553)))) ((-603 #4=(-1155)) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-1155)))) ((-603 |#2|) . T) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-601 (-220)) -12 (|has| |#1| (-357)) (|has| |#2| (-1004))) ((-601 (-373)) -12 (|has| |#1| (-357)) (|has| |#2| (-1004))) ((-601 (-529)) -12 (|has| |#1| (-357)) (|has| |#2| (-601 (-529)))) ((-601 (-874 (-373))) -12 (|has| |#1| (-357)) (|has| |#2| (-601 (-874 (-373))))) ((-601 (-874 (-553))) -12 (|has| |#1| (-357)) (|has| |#2| (-601 (-874 (-553))))) ((-226 |#2|) |has| |#1| (-357)) ((-228) -4028 (-12 (|has| |#1| (-357)) (|has| |#2| (-228))) (|has| |#1| (-15 * (|#1| (-553) |#1|)))) ((-238) |has| |#1| (-357)) ((-278) |has| |#1| (-38 (-401 (-553)))) ((-280 |#2| $) -12 (|has| |#1| (-357)) (|has| |#2| (-280 |#2| |#2|))) ((-280 $ $) |has| (-553) (-1091)) ((-284) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-303 |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-303 |#2|))) ((-357) |has| |#1| (-357)) ((-332 |#2|) |has| |#1| (-357)) ((-371 |#2|) |has| |#1| (-357)) ((-394 |#2|) |has| |#1| (-357)) ((-445) |has| |#1| (-357)) ((-486) |has| |#1| (-38 (-401 (-553)))) ((-507 (-1155) |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-507 (-1155) |#2|))) ((-507 |#2| |#2|) -12 (|has| |#1| (-357)) (|has| |#2| (-303 |#2|))) ((-545) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-633 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-633 |#1|) . T) ((-633 |#2|) |has| |#1| (-357)) ((-633 $) . T) ((-626 (-553)) -12 (|has| |#1| (-357)) (|has| |#2| (-626 (-553)))) ((-626 |#2|) |has| |#1| (-357)) ((-703 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-703 |#1|) |has| |#1| (-169)) ((-703 |#2|) |has| |#1| (-357)) ((-703 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-712) . T) ((-777) -12 (|has| |#1| (-357)) (|has| |#2| (-806))) ((-778) -12 (|has| |#1| (-357)) (|has| |#2| (-806))) ((-780) -12 (|has| |#1| (-357)) (|has| |#2| (-806))) ((-781) -12 (|has| |#1| (-357)) (|has| |#2| (-806))) ((-806) -12 (|has| |#1| (-357)) (|has| |#2| (-806))) ((-831) -12 (|has| |#1| (-357)) (|has| |#2| (-806))) ((-833) -4028 (-12 (|has| |#1| (-357)) (|has| |#2| (-833))) (-12 (|has| |#1| (-357)) (|has| |#2| (-806)))) ((-882 (-1155)) -4028 (-12 (|has| |#1| (-357)) (|has| |#2| (-882 (-1155)))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))) ((-868 (-373)) -12 (|has| |#1| (-357)) (|has| |#2| (-868 (-373)))) ((-868 (-553)) -12 (|has| |#1| (-357)) (|has| |#2| (-868 (-553)))) ((-866 |#2|) |has| |#1| (-357)) ((-891) -12 (|has| |#1| (-357)) (|has| |#2| (-891))) ((-955 |#1| #0# (-1061)) . T) ((-902) |has| |#1| (-357)) ((-974 |#2|) |has| |#1| (-357)) ((-984) |has| |#1| (-38 (-401 (-553)))) ((-1004) -12 (|has| |#1| (-357)) (|has| |#2| (-1004))) ((-1020 #2#) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-553)))) ((-1020 #3#) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-553)))) ((-1020 #4#) -12 (|has| |#1| (-357)) (|has| |#2| (-1020 (-1155)))) ((-1020 |#2|) . T) ((-1037 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-1037 |#1|) . T) ((-1037 |#2|) |has| |#1| (-357)) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1130) -12 (|has| |#1| (-357)) (|has| |#2| (-1130))) ((-1177) |has| |#1| (-38 (-401 (-553)))) ((-1180) |has| |#1| (-38 (-401 (-553)))) ((-1192) |has| |#1| (-357)) ((-1196) |has| |#1| (-357)) ((-1198 |#1|) . T) ((-1216 |#1| #0#) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 70)) (-2589 ((|#2| $) NIL (-12 (|has| |#2| (-301)) (|has| |#1| (-357))))) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) 88)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3027 (($ $ (-553)) 97) (($ $ (-553) (-553)) 99)) (-4044 (((-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) $) 47)) (-3534 ((|#2| $) 11)) (-3338 (((-3 |#2| "failed") $) 30)) (-3657 ((|#2| $) 31)) (-2479 (($ $) 192 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 168 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| |#2| (-891)) (|has| |#1| (-357))))) (-3837 (($ $) NIL (|has| |#1| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (-12 (|has| |#2| (-891)) (|has| |#1| (-357))))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2456 (($ $) 188 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 164 (|has| |#1| (-38 (-401 (-553)))))) (-2299 (((-553) $) NIL (-12 (|has| |#2| (-806)) (|has| |#1| (-357))))) (-1727 (($ (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|)))) 57)) (-2505 (($ $) 196 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 172 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) 144) (((-3 (-553) "failed") $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#1| (-357)))) (((-3 (-401 (-553)) "failed") $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#1| (-357)))) (((-3 (-1155) "failed") $) NIL (-12 (|has| |#2| (-1020 (-1155))) (|has| |#1| (-357))))) (-2831 ((|#2| $) 143) (((-553) $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#1| (-357)))) (((-401 (-553)) $) NIL (-12 (|has| |#2| (-1020 (-553))) (|has| |#1| (-357)))) (((-1155) $) NIL (-12 (|has| |#2| (-1020 (-1155))) (|has| |#1| (-357))))) (-4254 (($ $) 61) (($ (-553) $) 24)) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) NIL)) (-3698 (((-674 |#2|) (-674 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| |#2| (-626 (-553))) (|has| |#1| (-357)))) (((-674 (-553)) (-674 $)) NIL (-12 (|has| |#2| (-626 (-553))) (|has| |#1| (-357))))) (-3889 (((-3 $ "failed") $) 77)) (-3745 (((-401 (-934 |#1|)) $ (-553)) 112 (|has| |#1| (-545))) (((-401 (-934 |#1|)) $ (-553) (-553)) 114 (|has| |#1| (-545)))) (-1333 (($) NIL (-12 (|has| |#2| (-538)) (|has| |#1| (-357))))) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-4268 (((-111) $) NIL (|has| |#1| (-357)))) (-2184 (((-111) $) NIL (-12 (|has| |#2| (-806)) (|has| |#1| (-357))))) (-2487 (((-111) $) 64)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| |#2| (-868 (-373))) (|has| |#1| (-357)))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| |#2| (-868 (-553))) (|has| |#1| (-357))))) (-2592 (((-553) $) 93) (((-553) $ (-553)) 95)) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL (|has| |#1| (-357)))) (-4013 ((|#2| $) 151 (|has| |#1| (-357)))) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3464 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1130)) (|has| |#1| (-357))))) (-2260 (((-111) $) NIL (-12 (|has| |#2| (-806)) (|has| |#1| (-357))))) (-2055 (($ $ (-903)) 136)) (-3141 (($ (-1 |#1| (-553)) $) 132)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-553)) 19) (($ $ (-1061) (-553)) NIL) (($ $ (-630 (-1061)) (-630 (-553))) NIL)) (-1773 (($ $ $) NIL (-12 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-2012 (($ $ $) NIL (-12 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1478 (($ (-1 |#1| |#1|) $) 129) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-357)))) (-2431 (($ $) 162 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3669 (($ (-553) |#2|) 10)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 145 (|has| |#1| (-357)))) (-1619 (($ $) 214 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) 219 (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177)))))) (-1979 (($) NIL (-12 (|has| |#2| (-1130)) (|has| |#1| (-357))) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2079 (($ $) NIL (-12 (|has| |#2| (-301)) (|has| |#1| (-357))))) (-1278 ((|#2| $) NIL (-12 (|has| |#2| (-538)) (|has| |#1| (-357))))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| |#2| (-891)) (|has| |#1| (-357))))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| |#2| (-891)) (|has| |#1| (-357))))) (-3476 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2370 (($ $ (-553)) 126)) (-3968 (((-3 $ "failed") $ $) 116 (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2854 (($ $) 160 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) 85 (|has| |#1| (-15 ** (|#1| |#1| (-553))))) (($ $ (-1155) |#2|) NIL (-12 (|has| |#2| (-507 (-1155) |#2|)) (|has| |#1| (-357)))) (($ $ (-630 (-1155)) (-630 |#2|)) NIL (-12 (|has| |#2| (-507 (-1155) |#2|)) (|has| |#1| (-357)))) (($ $ (-630 (-288 |#2|))) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ (-288 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357)))) (($ $ (-630 |#2|) (-630 |#2|)) NIL (-12 (|has| |#2| (-303 |#2|)) (|has| |#1| (-357))))) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ (-553)) 91) (($ $ $) 79 (|has| (-553) (-1091))) (($ $ |#2|) NIL (-12 (|has| |#2| (-280 |#2| |#2|)) (|has| |#1| (-357))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3095 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-357))) (($ $ (-1 |#2| |#2|) (-757)) NIL (|has| |#1| (-357))) (($ $ (-757)) NIL (-4028 (-12 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $) 137 (-4028 (-12 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-4028 (-12 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155) (-757)) NIL (-4028 (-12 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-630 (-1155))) NIL (-4028 (-12 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155)) 140 (-4028 (-12 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))))) (-2237 (($ $) NIL (|has| |#1| (-357)))) (-4024 ((|#2| $) 152 (|has| |#1| (-357)))) (-2672 (((-553) $) 12)) (-2517 (($ $) 198 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 174 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 194 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 170 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 190 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 166 (|has| |#1| (-38 (-401 (-553)))))) (-1523 (((-220) $) NIL (-12 (|has| |#2| (-1004)) (|has| |#1| (-357)))) (((-373) $) NIL (-12 (|has| |#2| (-1004)) (|has| |#1| (-357)))) (((-529) $) NIL (-12 (|has| |#2| (-601 (-529))) (|has| |#1| (-357)))) (((-874 (-373)) $) NIL (-12 (|has| |#2| (-601 (-874 (-373)))) (|has| |#1| (-357)))) (((-874 (-553)) $) NIL (-12 (|has| |#2| (-601 (-874 (-553)))) (|has| |#1| (-357))))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-891)) (|has| |#1| (-357))))) (-4297 (($ $) 124)) (-3212 (((-845) $) 245) (($ (-553)) 23) (($ |#1|) 21 (|has| |#1| (-169))) (($ |#2|) 20) (($ (-1155)) NIL (-12 (|has| |#2| (-1020 (-1155))) (|has| |#1| (-357)))) (($ (-401 (-553))) 155 (|has| |#1| (-38 (-401 (-553))))) (($ $) NIL (|has| |#1| (-545)))) (-1925 ((|#1| $ (-553)) 74)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#2| (-891)) (|has| |#1| (-357))) (-12 (|has| |#2| (-142)) (|has| |#1| (-357))) (|has| |#1| (-142))))) (-1348 (((-757)) 142)) (-4045 ((|#1| $) 90)) (-3609 ((|#2| $) NIL (-12 (|has| |#2| (-538)) (|has| |#1| (-357))))) (-3842 (($ $) 204 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 180 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) 200 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 176 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 208 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 184 (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-553)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-553)))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) 210 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 186 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 206 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 182 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 202 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 178 (|has| |#1| (-38 (-401 (-553)))))) (-1411 (($ $) NIL (-12 (|has| |#2| (-806)) (|has| |#1| (-357))))) (-3296 (($) 13 T CONST)) (-3308 (($) 17 T CONST)) (-1766 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-357))) (($ $ (-1 |#2| |#2|) (-757)) NIL (|has| |#1| (-357))) (($ $ (-757)) NIL (-4028 (-12 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $) NIL (-4028 (-12 (|has| |#2| (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-4028 (-12 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155) (-757)) NIL (-4028 (-12 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-630 (-1155))) NIL (-4028 (-12 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| |#2| (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))))) (-1667 (((-111) $ $) NIL (-12 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1645 (((-111) $ $) NIL (-12 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1614 (((-111) $ $) 63)) (-1656 (((-111) $ $) NIL (-12 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1633 (((-111) $ $) NIL (-12 (|has| |#2| (-833)) (|has| |#1| (-357))))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) 149 (|has| |#1| (-357))) (($ |#2| |#2|) 150 (|has| |#1| (-357)))) (-1710 (($ $) 213) (($ $ $) 68)) (-1699 (($ $ $) 66)) (** (($ $ (-903)) NIL) (($ $ (-757)) 73) (($ $ (-553)) 146 (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 158 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 69) (($ $ |#1|) NIL) (($ |#1| $) 139) (($ $ |#2|) 148 (|has| |#1| (-357))) (($ |#2| $) 147 (|has| |#1| (-357))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-1201 |#1| |#2|) (-1200 |#1| |#2|) (-1031) (-1229 |#1|)) (T -1201))
+NIL
+(-1200 |#1| |#2|)
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2589 (((-1230 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-301)) (|has| |#1| (-357))))) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) 10)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-2723 (($ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-2157 (((-111) $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-3027 (($ $ (-553)) NIL) (($ $ (-553) (-553)) NIL)) (-4044 (((-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|))) $) NIL)) (-3534 (((-1230 |#1| |#2| |#3|) $) NIL)) (-3338 (((-3 (-1230 |#1| |#2| |#3|) "failed") $) NIL)) (-3657 (((-1230 |#1| |#2| |#3|) $) NIL)) (-2479 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-3837 (($ $) NIL (|has| |#1| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2456 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2299 (((-553) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))))) (-1727 (($ (-1135 (-2 (|:| |k| (-553)) (|:| |c| |#1|)))) NIL)) (-2505 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-1230 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1155) "failed") $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1020 (-1155))) (|has| |#1| (-357)))) (((-3 (-401 (-553)) "failed") $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357)))) (((-3 (-553) "failed") $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357))))) (-2831 (((-1230 |#1| |#2| |#3|) $) NIL) (((-1155) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1020 (-1155))) (|has| |#1| (-357)))) (((-401 (-553)) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357)))) (((-553) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357))))) (-4254 (($ $) NIL) (($ (-553) $) NIL)) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) NIL)) (-3698 (((-674 (-1230 |#1| |#2| |#3|)) (-674 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -1317 (-674 (-1230 |#1| |#2| |#3|))) (|:| |vec| (-1238 (-1230 |#1| |#2| |#3|)))) (-674 $) (-1238 $)) NIL (|has| |#1| (-357))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-626 (-553))) (|has| |#1| (-357)))) (((-674 (-553)) (-674 $)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-626 (-553))) (|has| |#1| (-357))))) (-3889 (((-3 $ "failed") $) NIL)) (-3745 (((-401 (-934 |#1|)) $ (-553)) NIL (|has| |#1| (-545))) (((-401 (-934 |#1|)) $ (-553) (-553)) NIL (|has| |#1| (-545)))) (-1333 (($) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-538)) (|has| |#1| (-357))))) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-4268 (((-111) $) NIL (|has| |#1| (-357)))) (-2184 (((-111) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))))) (-2487 (((-111) $) NIL)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2724 (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-868 (-553))) (|has| |#1| (-357)))) (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-868 (-373))) (|has| |#1| (-357))))) (-2592 (((-553) $) NIL) (((-553) $ (-553)) NIL)) (-1434 (((-111) $) NIL)) (-3699 (($ $) NIL (|has| |#1| (-357)))) (-4013 (((-1230 |#1| |#2| |#3|) $) NIL (|has| |#1| (-357)))) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3464 (((-3 $ "failed") $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1130)) (|has| |#1| (-357))))) (-2260 (((-111) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))))) (-2055 (($ $ (-903)) NIL)) (-3141 (($ (-1 |#1| (-553)) $) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-553)) 17) (($ $ (-1061) (-553)) NIL) (($ $ (-630 (-1061)) (-630 (-553))) NIL)) (-1773 (($ $ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-2012 (($ $ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-357)))) (-2431 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3669 (($ (-553) (-1230 |#1| |#2| |#3|)) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-1619 (($ $) 25 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177))))) (($ $ (-1234 |#2|)) 26 (|has| |#1| (-38 (-401 (-553)))))) (-1979 (($) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1130)) (|has| |#1| (-357))) CONST)) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2079 (($ $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-301)) (|has| |#1| (-357))))) (-1278 (((-1230 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-538)) (|has| |#1| (-357))))) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-3476 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2370 (($ $ (-553)) NIL)) (-3968 (((-3 $ "failed") $ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2854 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-553))))) (($ $ (-1155) (-1230 |#1| |#2| |#3|)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-507 (-1155) (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-630 (-1155)) (-630 (-1230 |#1| |#2| |#3|))) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-507 (-1155) (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-630 (-288 (-1230 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-303 (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-288 (-1230 |#1| |#2| |#3|))) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-303 (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-303 (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357)))) (($ $ (-630 (-1230 |#1| |#2| |#3|)) (-630 (-1230 |#1| |#2| |#3|))) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-303 (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357))))) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ (-553)) NIL) (($ $ $) NIL (|has| (-553) (-1091))) (($ $ (-1230 |#1| |#2| |#3|)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-280 (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|))) (|has| |#1| (-357))))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3095 (($ $ (-1 (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|))) NIL (|has| |#1| (-357))) (($ $ (-1 (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|)) (-757)) NIL (|has| |#1| (-357))) (($ $ (-1234 |#2|)) 24) (($ $ (-757)) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $) 23 (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155) (-757)) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-630 (-1155))) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))))) (-2237 (($ $) NIL (|has| |#1| (-357)))) (-4024 (((-1230 |#1| |#2| |#3|) $) NIL (|has| |#1| (-357)))) (-2672 (((-553) $) NIL)) (-2517 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1523 (((-529) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-601 (-529))) (|has| |#1| (-357)))) (((-373) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1004)) (|has| |#1| (-357)))) (((-220) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1004)) (|has| |#1| (-357)))) (((-874 (-373)) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-601 (-874 (-373)))) (|has| |#1| (-357)))) (((-874 (-553)) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-601 (-874 (-553)))) (|has| |#1| (-357))))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))))) (-4297 (($ $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1230 |#1| |#2| |#3|)) NIL) (($ (-1234 |#2|)) 22) (($ (-1155)) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-1020 (-1155))) (|has| |#1| (-357)))) (($ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545)))) (($ (-401 (-553))) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-1020 (-553))) (|has| |#1| (-357))) (|has| |#1| (-38 (-401 (-553))))))) (-1925 ((|#1| $ (-553)) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-142)) (|has| |#1| (-357))) (|has| |#1| (-142))))) (-1348 (((-757)) NIL)) (-4045 ((|#1| $) 11)) (-3609 (((-1230 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-538)) (|has| |#1| (-357))))) (-3842 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-891)) (|has| |#1| (-357))) (|has| |#1| (-545))))) (-2529 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-553)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-553)))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1411 (($ $) NIL (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))))) (-3296 (($) 19 T CONST)) (-3308 (($) 15 T CONST)) (-1766 (($ $ (-1 (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|))) NIL (|has| |#1| (-357))) (($ $ (-1 (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|)) (-757)) NIL (|has| |#1| (-357))) (($ $ (-757)) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-228)) (|has| |#1| (-357))) (|has| |#1| (-15 * (|#1| (-553) |#1|))))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155) (-757)) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-630 (-1155))) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155)))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-882 (-1155))) (|has| |#1| (-357))) (-12 (|has| |#1| (-15 * (|#1| (-553) |#1|))) (|has| |#1| (-882 (-1155))))))) (-1667 (((-111) $ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1645 (((-111) $ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1633 (((-111) $ $) NIL (-4028 (-12 (|has| (-1230 |#1| |#2| |#3|) (-806)) (|has| |#1| (-357))) (-12 (|has| (-1230 |#1| |#2| |#3|) (-833)) (|has| |#1| (-357)))))) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357))) (($ (-1230 |#1| |#2| |#3|) (-1230 |#1| |#2| |#3|)) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 20)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1230 |#1| |#2| |#3|)) NIL (|has| |#1| (-357))) (($ (-1230 |#1| |#2| |#3|) $) NIL (|has| |#1| (-357))) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-1202 |#1| |#2| |#3|) (-13 (-1200 |#1| (-1230 |#1| |#2| |#3|)) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|))) (-1031) (-1155) |#1|) (T -1202))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1202 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1202 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-1619 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1202 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3))))
+(-13 (-1200 |#1| (-1230 |#1| |#2| |#3|)) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|)))
+((-2243 (((-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))) |#1| (-111)) 12)) (-1380 (((-412 |#1|) |#1|) 22)) (-3476 (((-412 |#1|) |#1|) 21)))
+(((-1203 |#1|) (-10 -7 (-15 -3476 ((-412 |#1|) |#1|)) (-15 -1380 ((-412 |#1|) |#1|)) (-15 -2243 ((-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))) |#1| (-111)))) (-1214 (-553))) (T -1203))
+((-2243 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-5 *2 (-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| *3) (|:| -3981 (-553))))))) (-5 *1 (-1203 *3)) (-4 *3 (-1214 (-553))))) (-1380 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-1203 *3)) (-4 *3 (-1214 (-553))))) (-3476 (*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-1203 *3)) (-4 *3 (-1214 (-553))))))
+(-10 -7 (-15 -3476 ((-412 |#1|) |#1|)) (-15 -1380 ((-412 |#1|) |#1|)) (-15 -2243 ((-2 (|:| |contp| (-553)) (|:| -3688 (-630 (-2 (|:| |irr| |#1|) (|:| -3981 (-553)))))) |#1| (-111))))
+((-1478 (((-1135 |#2|) (-1 |#2| |#1|) (-1205 |#1|)) 23 (|has| |#1| (-831))) (((-1205 |#2|) (-1 |#2| |#1|) (-1205 |#1|)) 17)))
+(((-1204 |#1| |#2|) (-10 -7 (-15 -1478 ((-1205 |#2|) (-1 |#2| |#1|) (-1205 |#1|))) (IF (|has| |#1| (-831)) (-15 -1478 ((-1135 |#2|) (-1 |#2| |#1|) (-1205 |#1|))) |%noBranch|)) (-1192) (-1192)) (T -1204))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1205 *5)) (-4 *5 (-831)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-1135 *6)) (-5 *1 (-1204 *5 *6)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1205 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-1205 *6)) (-5 *1 (-1204 *5 *6)))))
+(-10 -7 (-15 -1478 ((-1205 |#2|) (-1 |#2| |#1|) (-1205 |#1|))) (IF (|has| |#1| (-831)) (-15 -1478 ((-1135 |#2|) (-1 |#2| |#1|) (-1205 |#1|))) |%noBranch|))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1464 (($ |#1| |#1|) 9) (($ |#1|) 8)) (-1478 (((-1135 |#1|) (-1 |#1| |#1|) $) 41 (|has| |#1| (-831)))) (-1458 ((|#1| $) 14)) (-4208 ((|#1| $) 10)) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-4218 (((-553) $) 18)) (-3637 ((|#1| $) 17)) (-4229 ((|#1| $) 11)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-3649 (((-111) $) 16)) (-3924 (((-1135 |#1|) $) 38 (|has| |#1| (-831))) (((-1135 |#1|) (-630 $)) 37 (|has| |#1| (-831)))) (-1523 (($ |#1|) 25)) (-3212 (($ (-1073 |#1|)) 24) (((-845) $) 34 (|has| |#1| (-1079)))) (-4269 (($ |#1| |#1|) 20) (($ |#1|) 19)) (-1421 (($ $ (-553)) 13)) (-1614 (((-111) $ $) 27 (|has| |#1| (-1079)))))
+(((-1205 |#1|) (-13 (-1072 |#1|) (-10 -8 (-15 -4269 ($ |#1|)) (-15 -1464 ($ |#1|)) (-15 -3212 ($ (-1073 |#1|))) (-15 -3649 ((-111) $)) (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|) (IF (|has| |#1| (-831)) (-6 (-1074 |#1| (-1135 |#1|))) |%noBranch|))) (-1192)) (T -1205))
+((-4269 (*1 *1 *2) (-12 (-5 *1 (-1205 *2)) (-4 *2 (-1192)))) (-1464 (*1 *1 *2) (-12 (-5 *1 (-1205 *2)) (-4 *2 (-1192)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-1192)) (-5 *1 (-1205 *3)))) (-3649 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1205 *3)) (-4 *3 (-1192)))))
+(-13 (-1072 |#1|) (-10 -8 (-15 -4269 ($ |#1|)) (-15 -1464 ($ |#1|)) (-15 -3212 ($ (-1073 |#1|))) (-15 -3649 ((-111) $)) (IF (|has| |#1| (-1079)) (-6 (-1079)) |%noBranch|) (IF (|has| |#1| (-831)) (-6 (-1074 |#1| (-1135 |#1|))) |%noBranch|)))
+((-1478 (((-1211 |#3| |#4|) (-1 |#4| |#2|) (-1211 |#1| |#2|)) 15)))
+(((-1206 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 ((-1211 |#3| |#4|) (-1 |#4| |#2|) (-1211 |#1| |#2|)))) (-1155) (-1031) (-1155) (-1031)) (T -1206))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1211 *5 *6)) (-14 *5 (-1155)) (-4 *6 (-1031)) (-4 *8 (-1031)) (-5 *2 (-1211 *7 *8)) (-5 *1 (-1206 *5 *6 *7 *8)) (-14 *7 (-1155)))))
+(-10 -7 (-15 -1478 ((-1211 |#3| |#4|) (-1 |#4| |#2|) (-1211 |#1| |#2|))))
+((-2728 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-1883 ((|#1| |#3|) 13)) (-3026 ((|#3| |#3|) 19)))
+(((-1207 |#1| |#2| |#3|) (-10 -7 (-15 -1883 (|#1| |#3|)) (-15 -3026 (|#3| |#3|)) (-15 -2728 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-545) (-974 |#1|) (-1214 |#2|)) (T -1207))
+((-2728 (*1 *2 *3) (-12 (-4 *4 (-545)) (-4 *5 (-974 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1207 *4 *5 *3)) (-4 *3 (-1214 *5)))) (-3026 (*1 *2 *2) (-12 (-4 *3 (-545)) (-4 *4 (-974 *3)) (-5 *1 (-1207 *3 *4 *2)) (-4 *2 (-1214 *4)))) (-1883 (*1 *2 *3) (-12 (-4 *4 (-974 *2)) (-4 *2 (-545)) (-5 *1 (-1207 *2 *4 *3)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -1883 (|#1| |#3|)) (-15 -3026 (|#3| |#3|)) (-15 -2728 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-2336 (((-3 |#2| "failed") |#2| (-757) |#1|) 29)) (-2120 (((-3 |#2| "failed") |#2| (-757)) 30)) (-2253 (((-3 (-2 (|:| -3413 |#2|) (|:| -3425 |#2|)) "failed") |#2|) 43)) (-2801 (((-630 |#2|) |#2|) 45)) (-2187 (((-3 |#2| "failed") |#2| |#2|) 40)))
+(((-1208 |#1| |#2|) (-10 -7 (-15 -2120 ((-3 |#2| "failed") |#2| (-757))) (-15 -2336 ((-3 |#2| "failed") |#2| (-757) |#1|)) (-15 -2187 ((-3 |#2| "failed") |#2| |#2|)) (-15 -2253 ((-3 (-2 (|:| -3413 |#2|) (|:| -3425 |#2|)) "failed") |#2|)) (-15 -2801 ((-630 |#2|) |#2|))) (-13 (-545) (-144)) (-1214 |#1|)) (T -1208))
+((-2801 (*1 *2 *3) (-12 (-4 *4 (-13 (-545) (-144))) (-5 *2 (-630 *3)) (-5 *1 (-1208 *4 *3)) (-4 *3 (-1214 *4)))) (-2253 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-545) (-144))) (-5 *2 (-2 (|:| -3413 *3) (|:| -3425 *3))) (-5 *1 (-1208 *4 *3)) (-4 *3 (-1214 *4)))) (-2187 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-545) (-144))) (-5 *1 (-1208 *3 *2)) (-4 *2 (-1214 *3)))) (-2336 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-757)) (-4 *4 (-13 (-545) (-144))) (-5 *1 (-1208 *4 *2)) (-4 *2 (-1214 *4)))) (-2120 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-757)) (-4 *4 (-13 (-545) (-144))) (-5 *1 (-1208 *4 *2)) (-4 *2 (-1214 *4)))))
+(-10 -7 (-15 -2120 ((-3 |#2| "failed") |#2| (-757))) (-15 -2336 ((-3 |#2| "failed") |#2| (-757) |#1|)) (-15 -2187 ((-3 |#2| "failed") |#2| |#2|)) (-15 -2253 ((-3 (-2 (|:| -3413 |#2|) (|:| -3425 |#2|)) "failed") |#2|)) (-15 -2801 ((-630 |#2|) |#2|)))
+((-2036 (((-3 (-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) "failed") |#2| |#2|) 32)))
+(((-1209 |#1| |#2|) (-10 -7 (-15 -2036 ((-3 (-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) "failed") |#2| |#2|))) (-545) (-1214 |#1|)) (T -1209))
+((-2036 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-545)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-1209 *4 *3)) (-4 *3 (-1214 *4)))))
+(-10 -7 (-15 -2036 ((-3 (-2 (|:| -4294 |#2|) (|:| -3300 |#2|)) "failed") |#2| |#2|)))
+((-3670 ((|#2| |#2| |#2|) 19)) (-1692 ((|#2| |#2| |#2|) 30)) (-1495 ((|#2| |#2| |#2| (-757) (-757)) 36)))
+(((-1210 |#1| |#2|) (-10 -7 (-15 -3670 (|#2| |#2| |#2|)) (-15 -1692 (|#2| |#2| |#2|)) (-15 -1495 (|#2| |#2| |#2| (-757) (-757)))) (-1031) (-1214 |#1|)) (T -1210))
+((-1495 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-757)) (-4 *4 (-1031)) (-5 *1 (-1210 *4 *2)) (-4 *2 (-1214 *4)))) (-1692 (*1 *2 *2 *2) (-12 (-4 *3 (-1031)) (-5 *1 (-1210 *3 *2)) (-4 *2 (-1214 *3)))) (-3670 (*1 *2 *2 *2) (-12 (-4 *3 (-1031)) (-5 *1 (-1210 *3 *2)) (-4 *2 (-1214 *3)))))
+(-10 -7 (-15 -3670 (|#2| |#2| |#2|)) (-15 -1692 (|#2| |#2| |#2|)) (-15 -1495 (|#2| |#2| |#2| (-757) (-757))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4238 (((-1238 |#2|) $ (-757)) NIL)) (-3611 (((-630 (-1061)) $) NIL)) (-2345 (($ (-1151 |#2|)) NIL)) (-3447 (((-1151 $) $ (-1061)) NIL) (((-1151 |#2|) $) NIL)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#2| (-545)))) (-2723 (($ $) NIL (|has| |#2| (-545)))) (-2157 (((-111) $) NIL (|has| |#2| (-545)))) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-1061))) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3248 (($ $ $) NIL (|has| |#2| (-545)))) (-2873 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3837 (($ $) NIL (|has| |#2| (-445)))) (-1807 (((-412 $) $) NIL (|has| |#2| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3816 (((-111) $ $) NIL (|has| |#2| (-357)))) (-3106 (($ $ (-757)) NIL)) (-2024 (($ $ (-757)) NIL)) (-4049 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-445)))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) NIL) (((-3 (-401 (-553)) "failed") $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) NIL (|has| |#2| (-1020 (-553)))) (((-3 (-1061) "failed") $) NIL)) (-2831 ((|#2| $) NIL) (((-401 (-553)) $) NIL (|has| |#2| (-1020 (-401 (-553))))) (((-553) $) NIL (|has| |#2| (-1020 (-553)))) (((-1061) $) NIL)) (-2697 (($ $ $ (-1061)) NIL (|has| |#2| (-169))) ((|#2| $ $) NIL (|has| |#2| (-169)))) (-4005 (($ $ $) NIL (|has| |#2| (-357)))) (-3765 (($ $) NIL)) (-3698 (((-674 (-553)) (-674 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) NIL (|has| |#2| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#2|)) (|:| |vec| (-1238 |#2|))) (-674 $) (-1238 $)) NIL) (((-674 |#2|) (-674 $)) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3986 (($ $ $) NIL (|has| |#2| (-357)))) (-3298 (($ $ $) NIL)) (-1514 (($ $ $) NIL (|has| |#2| (-545)))) (-1482 (((-2 (|:| -4157 |#2|) (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#2| (-545)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#2| (-357)))) (-3766 (($ $) NIL (|has| |#2| (-445))) (($ $ (-1061)) NIL (|has| |#2| (-445)))) (-3752 (((-630 $) $) NIL)) (-4268 (((-111) $) NIL (|has| |#2| (-891)))) (-1369 (($ $ |#2| (-757) $) NIL)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) NIL (-12 (|has| (-1061) (-868 (-373))) (|has| |#2| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) NIL (-12 (|has| (-1061) (-868 (-553))) (|has| |#2| (-868 (-553)))))) (-2592 (((-757) $ $) NIL (|has| |#2| (-545)))) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-3464 (((-3 $ "failed") $) NIL (|has| |#2| (-1130)))) (-3601 (($ (-1151 |#2|) (-1061)) NIL) (($ (-1151 $) (-1061)) NIL)) (-2055 (($ $ (-757)) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#2| (-357)))) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-3590 (($ |#2| (-757)) 17) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-1061)) NIL) (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL)) (-3264 (((-757) $) NIL) (((-757) $ (-1061)) NIL) (((-630 (-757)) $ (-630 (-1061))) NIL)) (-1773 (($ $ $) NIL (|has| |#2| (-833)))) (-2012 (($ $ $) NIL (|has| |#2| (-833)))) (-2364 (($ (-1 (-757) (-757)) $) NIL)) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-2960 (((-1151 |#2|) $) NIL)) (-2903 (((-3 (-1061) "failed") $) NIL)) (-3733 (($ $) NIL)) (-3743 ((|#2| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-4056 (((-1137) $) NIL)) (-4288 (((-2 (|:| -4294 $) (|:| -3300 $)) $ (-757)) NIL)) (-1548 (((-3 (-630 $) "failed") $) NIL)) (-1527 (((-3 (-630 $) "failed") $) NIL)) (-2560 (((-3 (-2 (|:| |var| (-1061)) (|:| -3503 (-757))) "failed") $) NIL)) (-1619 (($ $) NIL (|has| |#2| (-38 (-401 (-553)))))) (-1979 (($) NIL (|has| |#2| (-1130)) CONST)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 ((|#2| $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#2| (-445)))) (-2591 (($ (-630 $)) NIL (|has| |#2| (-445))) (($ $ $) NIL (|has| |#2| (-445)))) (-3058 (($ $ (-757) |#2| $) NIL)) (-2114 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) NIL (|has| |#2| (-891)))) (-3476 (((-412 $) $) NIL (|has| |#2| (-891)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#2| (-357)))) (-3968 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-545))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#2| (-357)))) (-2433 (($ $ (-630 (-288 $))) NIL) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-1061) |#2|) NIL) (($ $ (-630 (-1061)) (-630 |#2|)) NIL) (($ $ (-1061) $) NIL) (($ $ (-630 (-1061)) (-630 $)) NIL)) (-3879 (((-757) $) NIL (|has| |#2| (-357)))) (-2061 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-401 $) (-401 $) (-401 $)) NIL (|has| |#2| (-545))) ((|#2| (-401 $) |#2|) NIL (|has| |#2| (-357))) (((-401 $) $ (-401 $)) NIL (|has| |#2| (-545)))) (-2271 (((-3 $ "failed") $ (-757)) NIL)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#2| (-357)))) (-3488 (($ $ (-1061)) NIL (|has| |#2| (-169))) ((|#2| $) NIL (|has| |#2| (-169)))) (-3095 (($ $ (-1061)) NIL) (($ $ (-630 (-1061))) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL) (($ $ (-757)) NIL) (($ $) NIL) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) $) NIL)) (-2672 (((-757) $) NIL) (((-757) $ (-1061)) NIL) (((-630 (-757)) $ (-630 (-1061))) NIL)) (-1523 (((-874 (-373)) $) NIL (-12 (|has| (-1061) (-601 (-874 (-373)))) (|has| |#2| (-601 (-874 (-373)))))) (((-874 (-553)) $) NIL (-12 (|has| (-1061) (-601 (-874 (-553)))) (|has| |#2| (-601 (-874 (-553)))))) (((-529) $) NIL (-12 (|has| (-1061) (-601 (-529))) (|has| |#2| (-601 (-529)))))) (-3998 ((|#2| $) NIL (|has| |#2| (-445))) (($ $ (-1061)) NIL (|has| |#2| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) NIL (-12 (|has| $ (-142)) (|has| |#2| (-891))))) (-1846 (((-3 $ "failed") $ $) NIL (|has| |#2| (-545))) (((-3 (-401 $) "failed") (-401 $) $) NIL (|has| |#2| (-545)))) (-3212 (((-845) $) 13) (($ (-553)) NIL) (($ |#2|) NIL) (($ (-1061)) NIL) (($ (-1234 |#1|)) 19) (($ (-401 (-553))) NIL (-4028 (|has| |#2| (-38 (-401 (-553)))) (|has| |#2| (-1020 (-401 (-553)))))) (($ $) NIL (|has| |#2| (-545)))) (-1372 (((-630 |#2|) $) NIL)) (-1925 ((|#2| $ (-757)) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-2234 (((-3 $ "failed") $) NIL (-4028 (-12 (|has| $ (-142)) (|has| |#2| (-891))) (|has| |#2| (-142))))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| |#2| (-169)))) (-2453 (((-111) $ $) NIL (|has| |#2| (-545)))) (-3296 (($) NIL T CONST)) (-3308 (($) 14 T CONST)) (-1766 (($ $ (-1061)) NIL) (($ $ (-630 (-1061))) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL) (($ $ (-757)) NIL) (($ $) NIL) (($ $ (-1155)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1155) (-757)) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) NIL (|has| |#2| (-882 (-1155)))) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-1667 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1614 (((-111) $ $) NIL)) (-1656 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#2| (-833)))) (-1721 (($ $ |#2|) NIL (|has| |#2| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-401 (-553))) NIL (|has| |#2| (-38 (-401 (-553))))) (($ (-401 (-553)) $) NIL (|has| |#2| (-38 (-401 (-553))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-1211 |#1| |#2|) (-13 (-1214 |#2|) (-10 -8 (-15 -3212 ($ (-1234 |#1|))) (-15 -3058 ($ $ (-757) |#2| $)))) (-1155) (-1031)) (T -1211))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1234 *3)) (-14 *3 (-1155)) (-5 *1 (-1211 *3 *4)) (-4 *4 (-1031)))) (-3058 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-757)) (-5 *1 (-1211 *4 *3)) (-14 *4 (-1155)) (-4 *3 (-1031)))))
+(-13 (-1214 |#2|) (-10 -8 (-15 -3212 ($ (-1234 |#1|))) (-15 -3058 ($ $ (-757) |#2| $))))
+((-1478 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
+(((-1212 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 (|#4| (-1 |#3| |#1|) |#2|))) (-1031) (-1214 |#1|) (-1031) (-1214 |#3|)) (T -1212))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-4 *2 (-1214 *6)) (-5 *1 (-1212 *5 *4 *6 *2)) (-4 *4 (-1214 *5)))))
+(-10 -7 (-15 -1478 (|#4| (-1 |#3| |#1|) |#2|)))
+((-4238 (((-1238 |#2|) $ (-757)) 114)) (-3611 (((-630 (-1061)) $) 15)) (-2345 (($ (-1151 |#2|)) 67)) (-3449 (((-757) $) NIL) (((-757) $ (-630 (-1061))) 18)) (-2873 (((-412 (-1151 $)) (-1151 $)) 185)) (-3837 (($ $) 175)) (-1807 (((-412 $) $) 173)) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 82)) (-3106 (($ $ (-757)) 71)) (-2024 (($ $ (-757)) 73)) (-4049 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 130)) (-1394 (((-3 |#2| "failed") $) 117) (((-3 (-401 (-553)) "failed") $) NIL) (((-3 (-553) "failed") $) NIL) (((-3 (-1061) "failed") $) NIL)) (-2831 ((|#2| $) 115) (((-401 (-553)) $) NIL) (((-553) $) NIL) (((-1061) $) NIL)) (-1514 (($ $ $) 151)) (-1482 (((-2 (|:| -4157 |#2|) (|:| -4294 $) (|:| -3300 $)) $ $) 153)) (-2592 (((-757) $ $) 170)) (-3464 (((-3 $ "failed") $) 123)) (-3590 (($ |#2| (-757)) NIL) (($ $ (-1061) (-757)) 47) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-3264 (((-757) $) NIL) (((-757) $ (-1061)) 42) (((-630 (-757)) $ (-630 (-1061))) 43)) (-2960 (((-1151 |#2|) $) 59)) (-2903 (((-3 (-1061) "failed") $) 40)) (-4288 (((-2 (|:| -4294 $) (|:| -3300 $)) $ (-757)) 70)) (-1619 (($ $) 197)) (-1979 (($) 119)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 182)) (-2114 (((-412 (-1151 $)) (-1151 $)) 88)) (-2098 (((-412 (-1151 $)) (-1151 $)) 86)) (-3476 (((-412 $) $) 107)) (-2433 (($ $ (-630 (-288 $))) 39) (($ $ (-288 $)) NIL) (($ $ $ $) NIL) (($ $ (-630 $) (-630 $)) NIL) (($ $ (-1061) |#2|) 31) (($ $ (-630 (-1061)) (-630 |#2|)) 28) (($ $ (-1061) $) 25) (($ $ (-630 (-1061)) (-630 $)) 23)) (-3879 (((-757) $) 188)) (-2061 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-401 $) (-401 $) (-401 $)) 147) ((|#2| (-401 $) |#2|) 187) (((-401 $) $ (-401 $)) 169)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 191)) (-3095 (($ $ (-1061)) 140) (($ $ (-630 (-1061))) NIL) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL) (($ $ (-757)) NIL) (($ $) 138) (($ $ (-1155)) NIL) (($ $ (-630 (-1155))) NIL) (($ $ (-1155) (-757)) NIL) (($ $ (-630 (-1155)) (-630 (-757))) NIL) (($ $ (-1 |#2| |#2|) (-757)) NIL) (($ $ (-1 |#2| |#2|)) 137) (($ $ (-1 |#2| |#2|) $) 134)) (-2672 (((-757) $) NIL) (((-757) $ (-1061)) 16) (((-630 (-757)) $ (-630 (-1061))) 20)) (-3998 ((|#2| $) NIL) (($ $ (-1061)) 125)) (-1846 (((-3 $ "failed") $ $) 161) (((-3 (-401 $) "failed") (-401 $) $) 157)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#2|) NIL) (($ (-1061)) 51) (($ (-401 (-553))) NIL) (($ $) NIL)))
+(((-1213 |#1| |#2|) (-10 -8 (-15 -3212 (|#1| |#1|)) (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|))) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -3837 (|#1| |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1979 (|#1|)) (-15 -3464 ((-3 |#1| "failed") |#1|)) (-15 -2061 ((-401 |#1|) |#1| (-401 |#1|))) (-15 -3879 ((-757) |#1|)) (-15 -4203 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -1619 (|#1| |#1|)) (-15 -2061 (|#2| (-401 |#1|) |#2|)) (-15 -4049 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -1482 ((-2 (|:| -4157 |#2|) (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -1514 (|#1| |#1| |#1|)) (-15 -1846 ((-3 (-401 |#1|) "failed") (-401 |#1|) |#1|)) (-15 -1846 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2592 ((-757) |#1| |#1|)) (-15 -2061 ((-401 |#1|) (-401 |#1|) (-401 |#1|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -2024 (|#1| |#1| (-757))) (-15 -3106 (|#1| |#1| (-757))) (-15 -4288 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| (-757))) (-15 -2345 (|#1| (-1151 |#2|))) (-15 -2960 ((-1151 |#2|) |#1|)) (-15 -4238 ((-1238 |#2|) |#1| (-757))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -2061 (|#1| |#1| |#1|)) (-15 -2061 (|#2| |#1| |#2|)) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -2873 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -2098 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -2114 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -3350 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|))) (-15 -3998 (|#1| |#1| (-1061))) (-15 -3611 ((-630 (-1061)) |#1|)) (-15 -3449 ((-757) |#1| (-630 (-1061)))) (-15 -3449 ((-757) |#1|)) (-15 -3590 (|#1| |#1| (-630 (-1061)) (-630 (-757)))) (-15 -3590 (|#1| |#1| (-1061) (-757))) (-15 -3264 ((-630 (-757)) |#1| (-630 (-1061)))) (-15 -3264 ((-757) |#1| (-1061))) (-15 -2903 ((-3 (-1061) "failed") |#1|)) (-15 -2672 ((-630 (-757)) |#1| (-630 (-1061)))) (-15 -2672 ((-757) |#1| (-1061))) (-15 -3212 (|#1| (-1061))) (-15 -1394 ((-3 (-1061) "failed") |#1|)) (-15 -2831 ((-1061) |#1|)) (-15 -2433 (|#1| |#1| (-630 (-1061)) (-630 |#1|))) (-15 -2433 (|#1| |#1| (-1061) |#1|)) (-15 -2433 (|#1| |#1| (-630 (-1061)) (-630 |#2|))) (-15 -2433 (|#1| |#1| (-1061) |#2|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2672 ((-757) |#1|)) (-15 -3590 (|#1| |#2| (-757))) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -3264 ((-757) |#1|)) (-15 -3998 (|#2| |#1|)) (-15 -3095 (|#1| |#1| (-630 (-1061)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1061) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1061)))) (-15 -3095 (|#1| |#1| (-1061))) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|))) (-1214 |#2|) (-1031)) (T -1213))
+NIL
+(-10 -8 (-15 -3212 (|#1| |#1|)) (-15 -4338 ((-1151 |#1|) (-1151 |#1|) (-1151 |#1|))) (-15 -1807 ((-412 |#1|) |#1|)) (-15 -3837 (|#1| |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -1979 (|#1|)) (-15 -3464 ((-3 |#1| "failed") |#1|)) (-15 -2061 ((-401 |#1|) |#1| (-401 |#1|))) (-15 -3879 ((-757) |#1|)) (-15 -4203 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -1619 (|#1| |#1|)) (-15 -2061 (|#2| (-401 |#1|) |#2|)) (-15 -4049 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -1482 ((-2 (|:| -4157 |#2|) (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| |#1|)) (-15 -1514 (|#1| |#1| |#1|)) (-15 -1846 ((-3 (-401 |#1|) "failed") (-401 |#1|) |#1|)) (-15 -1846 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2592 ((-757) |#1| |#1|)) (-15 -2061 ((-401 |#1|) (-401 |#1|) (-401 |#1|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -2024 (|#1| |#1| (-757))) (-15 -3106 (|#1| |#1| (-757))) (-15 -4288 ((-2 (|:| -4294 |#1|) (|:| -3300 |#1|)) |#1| (-757))) (-15 -2345 (|#1| (-1151 |#2|))) (-15 -2960 ((-1151 |#2|) |#1|)) (-15 -4238 ((-1238 |#2|) |#1| (-757))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|))) (-15 -3095 (|#1| |#1| (-1 |#2| |#2|) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1155) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1155)))) (-15 -3095 (|#1| |#1| (-1155))) (-15 -3095 (|#1| |#1|)) (-15 -3095 (|#1| |#1| (-757))) (-15 -2061 (|#1| |#1| |#1|)) (-15 -2061 (|#2| |#1| |#2|)) (-15 -3476 ((-412 |#1|) |#1|)) (-15 -2873 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -2098 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -2114 ((-412 (-1151 |#1|)) (-1151 |#1|))) (-15 -3350 ((-3 (-630 (-1151 |#1|)) "failed") (-630 (-1151 |#1|)) (-1151 |#1|))) (-15 -3998 (|#1| |#1| (-1061))) (-15 -3611 ((-630 (-1061)) |#1|)) (-15 -3449 ((-757) |#1| (-630 (-1061)))) (-15 -3449 ((-757) |#1|)) (-15 -3590 (|#1| |#1| (-630 (-1061)) (-630 (-757)))) (-15 -3590 (|#1| |#1| (-1061) (-757))) (-15 -3264 ((-630 (-757)) |#1| (-630 (-1061)))) (-15 -3264 ((-757) |#1| (-1061))) (-15 -2903 ((-3 (-1061) "failed") |#1|)) (-15 -2672 ((-630 (-757)) |#1| (-630 (-1061)))) (-15 -2672 ((-757) |#1| (-1061))) (-15 -3212 (|#1| (-1061))) (-15 -1394 ((-3 (-1061) "failed") |#1|)) (-15 -2831 ((-1061) |#1|)) (-15 -2433 (|#1| |#1| (-630 (-1061)) (-630 |#1|))) (-15 -2433 (|#1| |#1| (-1061) |#1|)) (-15 -2433 (|#1| |#1| (-630 (-1061)) (-630 |#2|))) (-15 -2433 (|#1| |#1| (-1061) |#2|)) (-15 -2433 (|#1| |#1| (-630 |#1|) (-630 |#1|))) (-15 -2433 (|#1| |#1| |#1| |#1|)) (-15 -2433 (|#1| |#1| (-288 |#1|))) (-15 -2433 (|#1| |#1| (-630 (-288 |#1|)))) (-15 -2672 ((-757) |#1|)) (-15 -3590 (|#1| |#2| (-757))) (-15 -1394 ((-3 (-553) "failed") |#1|)) (-15 -2831 ((-553) |#1|)) (-15 -1394 ((-3 (-401 (-553)) "failed") |#1|)) (-15 -2831 ((-401 (-553)) |#1|)) (-15 -2831 (|#2| |#1|)) (-15 -1394 ((-3 |#2| "failed") |#1|)) (-15 -3212 (|#1| |#2|)) (-15 -3264 ((-757) |#1|)) (-15 -3998 (|#2| |#1|)) (-15 -3095 (|#1| |#1| (-630 (-1061)) (-630 (-757)))) (-15 -3095 (|#1| |#1| (-1061) (-757))) (-15 -3095 (|#1| |#1| (-630 (-1061)))) (-15 -3095 (|#1| |#1| (-1061))) (-15 -3212 (|#1| (-553))) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4238 (((-1238 |#1|) $ (-757)) 236)) (-3611 (((-630 (-1061)) $) 108)) (-2345 (($ (-1151 |#1|)) 234)) (-3447 (((-1151 $) $ (-1061)) 123) (((-1151 |#1|) $) 122)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 85 (|has| |#1| (-545)))) (-2723 (($ $) 86 (|has| |#1| (-545)))) (-2157 (((-111) $) 88 (|has| |#1| (-545)))) (-3449 (((-757) $) 110) (((-757) $ (-630 (-1061))) 109)) (-4123 (((-3 $ "failed") $ $) 19)) (-3248 (($ $ $) 221 (|has| |#1| (-545)))) (-2873 (((-412 (-1151 $)) (-1151 $)) 98 (|has| |#1| (-891)))) (-3837 (($ $) 96 (|has| |#1| (-445)))) (-1807 (((-412 $) $) 95 (|has| |#1| (-445)))) (-3350 (((-3 (-630 (-1151 $)) "failed") (-630 (-1151 $)) (-1151 $)) 101 (|has| |#1| (-891)))) (-3816 (((-111) $ $) 206 (|has| |#1| (-357)))) (-3106 (($ $ (-757)) 229)) (-2024 (($ $ (-757)) 228)) (-4049 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 216 (|has| |#1| (-445)))) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#1| "failed") $) 162) (((-3 (-401 (-553)) "failed") $) 159 (|has| |#1| (-1020 (-401 (-553))))) (((-3 (-553) "failed") $) 157 (|has| |#1| (-1020 (-553)))) (((-3 (-1061) "failed") $) 134)) (-2831 ((|#1| $) 161) (((-401 (-553)) $) 160 (|has| |#1| (-1020 (-401 (-553))))) (((-553) $) 158 (|has| |#1| (-1020 (-553)))) (((-1061) $) 135)) (-2697 (($ $ $ (-1061)) 106 (|has| |#1| (-169))) ((|#1| $ $) 224 (|has| |#1| (-169)))) (-4005 (($ $ $) 210 (|has| |#1| (-357)))) (-3765 (($ $) 152)) (-3698 (((-674 (-553)) (-674 $)) 132 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 (-553))) (|:| |vec| (-1238 (-553)))) (-674 $) (-1238 $)) 131 (|has| |#1| (-626 (-553)))) (((-2 (|:| -1317 (-674 |#1|)) (|:| |vec| (-1238 |#1|))) (-674 $) (-1238 $)) 130) (((-674 |#1|) (-674 $)) 129)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 209 (|has| |#1| (-357)))) (-3298 (($ $ $) 227)) (-1514 (($ $ $) 218 (|has| |#1| (-545)))) (-1482 (((-2 (|:| -4157 |#1|) (|:| -4294 $) (|:| -3300 $)) $ $) 217 (|has| |#1| (-545)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 204 (|has| |#1| (-357)))) (-3766 (($ $) 174 (|has| |#1| (-445))) (($ $ (-1061)) 103 (|has| |#1| (-445)))) (-3752 (((-630 $) $) 107)) (-4268 (((-111) $) 94 (|has| |#1| (-891)))) (-1369 (($ $ |#1| (-757) $) 170)) (-2724 (((-871 (-373) $) $ (-874 (-373)) (-871 (-373) $)) 82 (-12 (|has| (-1061) (-868 (-373))) (|has| |#1| (-868 (-373))))) (((-871 (-553) $) $ (-874 (-553)) (-871 (-553) $)) 81 (-12 (|has| (-1061) (-868 (-553))) (|has| |#1| (-868 (-553)))))) (-2592 (((-757) $ $) 222 (|has| |#1| (-545)))) (-1434 (((-111) $) 30)) (-2613 (((-757) $) 167)) (-3464 (((-3 $ "failed") $) 202 (|has| |#1| (-1130)))) (-3601 (($ (-1151 |#1|) (-1061)) 115) (($ (-1151 $) (-1061)) 114)) (-2055 (($ $ (-757)) 233)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 213 (|has| |#1| (-357)))) (-1526 (((-630 $) $) 124)) (-1561 (((-111) $) 150)) (-3590 (($ |#1| (-757)) 151) (($ $ (-1061) (-757)) 117) (($ $ (-630 (-1061)) (-630 (-757))) 116)) (-1573 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $ (-1061)) 118) (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 231)) (-3264 (((-757) $) 168) (((-757) $ (-1061)) 120) (((-630 (-757)) $ (-630 (-1061))) 119)) (-1773 (($ $ $) 77 (|has| |#1| (-833)))) (-2012 (($ $ $) 76 (|has| |#1| (-833)))) (-2364 (($ (-1 (-757) (-757)) $) 169)) (-1478 (($ (-1 |#1| |#1|) $) 149)) (-2960 (((-1151 |#1|) $) 235)) (-2903 (((-3 (-1061) "failed") $) 121)) (-3733 (($ $) 147)) (-3743 ((|#1| $) 146)) (-2552 (($ (-630 $)) 92 (|has| |#1| (-445))) (($ $ $) 91 (|has| |#1| (-445)))) (-4056 (((-1137) $) 9)) (-4288 (((-2 (|:| -4294 $) (|:| -3300 $)) $ (-757)) 230)) (-1548 (((-3 (-630 $) "failed") $) 112)) (-1527 (((-3 (-630 $) "failed") $) 113)) (-2560 (((-3 (-2 (|:| |var| (-1061)) (|:| -3503 (-757))) "failed") $) 111)) (-1619 (($ $) 214 (|has| |#1| (-38 (-401 (-553)))))) (-1979 (($) 201 (|has| |#1| (-1130)) CONST)) (-2875 (((-1099) $) 10)) (-3710 (((-111) $) 164)) (-3722 ((|#1| $) 165)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 93 (|has| |#1| (-445)))) (-2591 (($ (-630 $)) 90 (|has| |#1| (-445))) (($ $ $) 89 (|has| |#1| (-445)))) (-2114 (((-412 (-1151 $)) (-1151 $)) 100 (|has| |#1| (-891)))) (-2098 (((-412 (-1151 $)) (-1151 $)) 99 (|has| |#1| (-891)))) (-3476 (((-412 $) $) 97 (|has| |#1| (-891)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 212 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 211 (|has| |#1| (-357)))) (-3968 (((-3 $ "failed") $ |#1|) 172 (|has| |#1| (-545))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 205 (|has| |#1| (-357)))) (-2433 (($ $ (-630 (-288 $))) 143) (($ $ (-288 $)) 142) (($ $ $ $) 141) (($ $ (-630 $) (-630 $)) 140) (($ $ (-1061) |#1|) 139) (($ $ (-630 (-1061)) (-630 |#1|)) 138) (($ $ (-1061) $) 137) (($ $ (-630 (-1061)) (-630 $)) 136)) (-3879 (((-757) $) 207 (|has| |#1| (-357)))) (-2061 ((|#1| $ |#1|) 254) (($ $ $) 253) (((-401 $) (-401 $) (-401 $)) 223 (|has| |#1| (-545))) ((|#1| (-401 $) |#1|) 215 (|has| |#1| (-357))) (((-401 $) $ (-401 $)) 203 (|has| |#1| (-545)))) (-2271 (((-3 $ "failed") $ (-757)) 232)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 208 (|has| |#1| (-357)))) (-3488 (($ $ (-1061)) 105 (|has| |#1| (-169))) ((|#1| $) 225 (|has| |#1| (-169)))) (-3095 (($ $ (-1061)) 40) (($ $ (-630 (-1061))) 39) (($ $ (-1061) (-757)) 38) (($ $ (-630 (-1061)) (-630 (-757))) 37) (($ $ (-757)) 251) (($ $) 249) (($ $ (-1155)) 248 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 247 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 246 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) 245 (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) 238) (($ $ (-1 |#1| |#1|)) 237) (($ $ (-1 |#1| |#1|) $) 226)) (-2672 (((-757) $) 148) (((-757) $ (-1061)) 128) (((-630 (-757)) $ (-630 (-1061))) 127)) (-1523 (((-874 (-373)) $) 80 (-12 (|has| (-1061) (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373)))))) (((-874 (-553)) $) 79 (-12 (|has| (-1061) (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553)))))) (((-529) $) 78 (-12 (|has| (-1061) (-601 (-529))) (|has| |#1| (-601 (-529)))))) (-3998 ((|#1| $) 173 (|has| |#1| (-445))) (($ $ (-1061)) 104 (|has| |#1| (-445)))) (-3201 (((-3 (-1238 $) "failed") (-674 $)) 102 (-3791 (|has| $ (-142)) (|has| |#1| (-891))))) (-1846 (((-3 $ "failed") $ $) 220 (|has| |#1| (-545))) (((-3 (-401 $) "failed") (-401 $) $) 219 (|has| |#1| (-545)))) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 163) (($ (-1061)) 133) (($ (-401 (-553))) 70 (-4028 (|has| |#1| (-1020 (-401 (-553)))) (|has| |#1| (-38 (-401 (-553)))))) (($ $) 83 (|has| |#1| (-545)))) (-1372 (((-630 |#1|) $) 166)) (-1925 ((|#1| $ (-757)) 153) (($ $ (-1061) (-757)) 126) (($ $ (-630 (-1061)) (-630 (-757))) 125)) (-2234 (((-3 $ "failed") $) 71 (-4028 (-3791 (|has| $ (-142)) (|has| |#1| (-891))) (|has| |#1| (-142))))) (-1348 (((-757)) 28)) (-1957 (($ $ $ (-757)) 171 (|has| |#1| (-169)))) (-2453 (((-111) $ $) 87 (|has| |#1| (-545)))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-1061)) 36) (($ $ (-630 (-1061))) 35) (($ $ (-1061) (-757)) 34) (($ $ (-630 (-1061)) (-630 (-757))) 33) (($ $ (-757)) 252) (($ $) 250) (($ $ (-1155)) 244 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155))) 243 (|has| |#1| (-882 (-1155)))) (($ $ (-1155) (-757)) 242 (|has| |#1| (-882 (-1155)))) (($ $ (-630 (-1155)) (-630 (-757))) 241 (|has| |#1| (-882 (-1155)))) (($ $ (-1 |#1| |#1|) (-757)) 240) (($ $ (-1 |#1| |#1|)) 239)) (-1667 (((-111) $ $) 74 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 73 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 6)) (-1656 (((-111) $ $) 75 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 72 (|has| |#1| (-833)))) (-1721 (($ $ |#1|) 154 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 156 (|has| |#1| (-38 (-401 (-553))))) (($ (-401 (-553)) $) 155 (|has| |#1| (-38 (-401 (-553))))) (($ |#1| $) 145) (($ $ |#1|) 144)))
+(((-1214 |#1|) (-137) (-1031)) (T -1214))
+((-4238 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *1 (-1214 *4)) (-4 *4 (-1031)) (-5 *2 (-1238 *4)))) (-2960 (*1 *2 *1) (-12 (-4 *1 (-1214 *3)) (-4 *3 (-1031)) (-5 *2 (-1151 *3)))) (-2345 (*1 *1 *2) (-12 (-5 *2 (-1151 *3)) (-4 *3 (-1031)) (-4 *1 (-1214 *3)))) (-2055 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)))) (-2271 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-757)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)))) (-1573 (*1 *2 *1 *1) (-12 (-4 *3 (-1031)) (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-1214 *3)))) (-4288 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *4 (-1031)) (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-1214 *4)))) (-3106 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)))) (-2024 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)))) (-3298 (*1 *1 *1 *1) (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)))) (-3095 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)))) (-3488 (*1 *2 *1) (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-169)))) (-2697 (*1 *2 *1 *1) (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-169)))) (-2061 (*1 *2 *2 *2) (-12 (-5 *2 (-401 *1)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)) (-4 *3 (-545)))) (-2592 (*1 *2 *1 *1) (-12 (-4 *1 (-1214 *3)) (-4 *3 (-1031)) (-4 *3 (-545)) (-5 *2 (-757)))) (-3248 (*1 *1 *1 *1) (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-545)))) (-1846 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-545)))) (-1846 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-401 *1)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)) (-4 *3 (-545)))) (-1514 (*1 *1 *1 *1) (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-545)))) (-1482 (*1 *2 *1 *1) (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-5 *2 (-2 (|:| -4157 *3) (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-1214 *3)))) (-4049 (*1 *2 *1 *1) (-12 (-4 *3 (-445)) (-4 *3 (-1031)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1214 *3)))) (-2061 (*1 *2 *3 *2) (-12 (-5 *3 (-401 *1)) (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-1619 (*1 *1 *1) (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-38 (-401 (-553)))))))
+(-13 (-931 |t#1| (-757) (-1061)) (-280 |t#1| |t#1|) (-280 $ $) (-228) (-226 |t#1|) (-10 -8 (-15 -4238 ((-1238 |t#1|) $ (-757))) (-15 -2960 ((-1151 |t#1|) $)) (-15 -2345 ($ (-1151 |t#1|))) (-15 -2055 ($ $ (-757))) (-15 -2271 ((-3 $ "failed") $ (-757))) (-15 -1573 ((-2 (|:| -4294 $) (|:| -3300 $)) $ $)) (-15 -4288 ((-2 (|:| -4294 $) (|:| -3300 $)) $ (-757))) (-15 -3106 ($ $ (-757))) (-15 -2024 ($ $ (-757))) (-15 -3298 ($ $ $)) (-15 -3095 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1130)) (-6 (-1130)) |%noBranch|) (IF (|has| |t#1| (-169)) (PROGN (-15 -3488 (|t#1| $)) (-15 -2697 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-545)) (PROGN (-6 (-280 (-401 $) (-401 $))) (-15 -2061 ((-401 $) (-401 $) (-401 $))) (-15 -2592 ((-757) $ $)) (-15 -3248 ($ $ $)) (-15 -1846 ((-3 $ "failed") $ $)) (-15 -1846 ((-3 (-401 $) "failed") (-401 $) $)) (-15 -1514 ($ $ $)) (-15 -1482 ((-2 (|:| -4157 |t#1|) (|:| -4294 $) (|:| -3300 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-445)) (-15 -4049 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-357)) (PROGN (-6 (-301)) (-6 -4365) (-15 -2061 (|t#1| (-401 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-38 (-401 (-553)))) (-15 -1619 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-757)) . T) ((-25) . T) ((-38 #1=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-101) . T) ((-110 #1# #1#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 #2=(-401 (-553))) |has| |#1| (-1020 (-401 (-553)))) ((-603 #3=(-553)) |has| |#1| (-1020 (-553))) ((-603 #4=(-1061)) . T) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-601 (-529)) -12 (|has| (-1061) (-601 (-529))) (|has| |#1| (-601 (-529)))) ((-601 (-874 (-373))) -12 (|has| (-1061) (-601 (-874 (-373)))) (|has| |#1| (-601 (-874 (-373))))) ((-601 (-874 (-553))) -12 (|has| (-1061) (-601 (-874 (-553)))) (|has| |#1| (-601 (-874 (-553))))) ((-226 |#1|) . T) ((-228) . T) ((-280 (-401 $) (-401 $)) |has| |#1| (-545)) ((-280 |#1| |#1|) . T) ((-280 $ $) . T) ((-284) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-303 $) . T) ((-320 |#1| #0#) . T) ((-371 |#1|) . T) ((-405 |#1|) . T) ((-445) -4028 (|has| |#1| (-891)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-507 #4# |#1|) . T) ((-507 #4# $) . T) ((-507 $ $) . T) ((-545) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-633 #1#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-626 (-553)) |has| |#1| (-626 (-553))) ((-626 |#1|) . T) ((-703 #1#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-357))) ((-712) . T) ((-833) |has| |#1| (-833)) ((-882 #4#) . T) ((-882 (-1155)) |has| |#1| (-882 (-1155))) ((-868 (-373)) -12 (|has| (-1061) (-868 (-373))) (|has| |#1| (-868 (-373)))) ((-868 (-553)) -12 (|has| (-1061) (-868 (-553))) (|has| |#1| (-868 (-553)))) ((-931 |#1| #0# #4#) . T) ((-891) |has| |#1| (-891)) ((-902) |has| |#1| (-357)) ((-1020 #2#) |has| |#1| (-1020 (-401 (-553)))) ((-1020 #3#) |has| |#1| (-1020 (-553))) ((-1020 #4#) . T) ((-1020 |#1|) . T) ((-1037 #1#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-891)) (|has| |#1| (-545)) (|has| |#1| (-445)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1130) |has| |#1| (-1130)) ((-1196) |has| |#1| (-891)))
+((-3611 (((-630 (-1061)) $) 28)) (-3765 (($ $) 25)) (-3590 (($ |#2| |#3|) NIL) (($ $ (-1061) |#3|) 22) (($ $ (-630 (-1061)) (-630 |#3|)) 21)) (-3733 (($ $) 14)) (-3743 ((|#2| $) 12)) (-2672 ((|#3| $) 10)))
+(((-1215 |#1| |#2| |#3|) (-10 -8 (-15 -3611 ((-630 (-1061)) |#1|)) (-15 -3590 (|#1| |#1| (-630 (-1061)) (-630 |#3|))) (-15 -3590 (|#1| |#1| (-1061) |#3|)) (-15 -3765 (|#1| |#1|)) (-15 -3590 (|#1| |#2| |#3|)) (-15 -2672 (|#3| |#1|)) (-15 -3733 (|#1| |#1|)) (-15 -3743 (|#2| |#1|))) (-1216 |#2| |#3|) (-1031) (-778)) (T -1215))
+NIL
+(-10 -8 (-15 -3611 ((-630 (-1061)) |#1|)) (-15 -3590 (|#1| |#1| (-630 (-1061)) (-630 |#3|))) (-15 -3590 (|#1| |#1| (-1061) |#3|)) (-15 -3765 (|#1| |#1|)) (-15 -3590 (|#1| |#2| |#3|)) (-15 -2672 (|#3| |#1|)) (-15 -3733 (|#1| |#1|)) (-15 -3743 (|#2| |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3611 (((-630 (-1061)) $) 72)) (-1489 (((-1155) $) 101)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 49 (|has| |#1| (-545)))) (-2723 (($ $) 50 (|has| |#1| (-545)))) (-2157 (((-111) $) 52 (|has| |#1| (-545)))) (-3027 (($ $ |#2|) 96) (($ $ |#2| |#2|) 95)) (-4044 (((-1135 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 103)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3765 (($ $) 58)) (-3889 (((-3 $ "failed") $) 32)) (-2487 (((-111) $) 71)) (-2592 ((|#2| $) 98) ((|#2| $ |#2|) 97)) (-1434 (((-111) $) 30)) (-2055 (($ $ (-903)) 99)) (-1561 (((-111) $) 60)) (-3590 (($ |#1| |#2|) 59) (($ $ (-1061) |#2|) 74) (($ $ (-630 (-1061)) (-630 |#2|)) 73)) (-1478 (($ (-1 |#1| |#1|) $) 61)) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2370 (($ $ |#2|) 93)) (-3968 (((-3 $ "failed") $ $) 48 (|has| |#1| (-545)))) (-2433 (((-1135 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-2061 ((|#1| $ |#2|) 102) (($ $ $) 79 (|has| |#2| (-1091)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) 87 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1155) (-757)) 86 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-630 (-1155))) 85 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1155)) 84 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-757)) 82 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-2672 ((|#2| $) 62)) (-4297 (($ $) 70)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 (-553))) 55 (|has| |#1| (-38 (-401 (-553))))) (($ $) 47 (|has| |#1| (-545))) (($ |#1|) 45 (|has| |#1| (-169)))) (-1925 ((|#1| $ |#2|) 57)) (-2234 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-4045 ((|#1| $) 100)) (-2453 (((-111) $ $) 51 (|has| |#1| (-545)))) (-4312 ((|#1| $ |#2|) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) 91 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1155) (-757)) 90 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-630 (-1155))) 89 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1155)) 88 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-757)) 83 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-553)) $) 54 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 53 (|has| |#1| (-38 (-401 (-553)))))))
+(((-1216 |#1| |#2|) (-137) (-1031) (-778)) (T -1216))
+((-4044 (*1 *2 *1) (-12 (-4 *1 (-1216 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)) (-5 *2 (-1135 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-2061 (*1 *2 *1 *3) (-12 (-4 *1 (-1216 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031)))) (-1489 (*1 *2 *1) (-12 (-4 *1 (-1216 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)) (-5 *2 (-1155)))) (-4045 (*1 *2 *1) (-12 (-4 *1 (-1216 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031)))) (-2055 (*1 *1 *1 *2) (-12 (-5 *2 (-903)) (-4 *1 (-1216 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)))) (-2592 (*1 *2 *1) (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))) (-2592 (*1 *2 *1 *2) (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))) (-3027 (*1 *1 *1 *2) (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))) (-3027 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))) (-4312 (*1 *2 *1 *3) (-12 (-4 *1 (-1216 *2 *3)) (-4 *3 (-778)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3212 (*2 (-1155)))) (-4 *2 (-1031)))) (-2370 (*1 *1 *1 *2) (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))) (-2433 (*1 *2 *1 *3) (-12 (-4 *1 (-1216 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1135 *3)))))
+(-13 (-955 |t#1| |t#2| (-1061)) (-10 -8 (-15 -4044 ((-1135 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -2061 (|t#1| $ |t#2|)) (-15 -1489 ((-1155) $)) (-15 -4045 (|t#1| $)) (-15 -2055 ($ $ (-903))) (-15 -2592 (|t#2| $)) (-15 -2592 (|t#2| $ |t#2|)) (-15 -3027 ($ $ |t#2|)) (-15 -3027 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -3212 (|t#1| (-1155)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -4312 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -2370 ($ $ |t#2|)) (IF (|has| |t#2| (-1091)) (-6 (-280 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-228)) (IF (|has| |t#1| (-882 (-1155))) (-6 (-882 (-1155))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2433 ((-1135 |t#1|) $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| |#2|) . T) ((-25) . T) ((-38 #0=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-545)) ((-101) . T) ((-110 #0# #0#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-280 $ $) |has| |#2| (-1091)) ((-284) |has| |#1| (-545)) ((-545) |has| |#1| (-545)) ((-633 #0#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #0#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) |has| |#1| (-545)) ((-712) . T) ((-882 (-1155)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-882 (-1155)))) ((-955 |#1| |#2| (-1061)) . T) ((-1037 #0#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3837 ((|#2| |#2|) 12)) (-1807 (((-412 |#2|) |#2|) 14)) (-2607 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-553))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-553)))) 30)))
+(((-1217 |#1| |#2|) (-10 -7 (-15 -1807 ((-412 |#2|) |#2|)) (-15 -3837 (|#2| |#2|)) (-15 -2607 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-553))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-553)))))) (-545) (-13 (-1214 |#1|) (-545) (-10 -8 (-15 -2591 ($ $ $))))) (T -1217))
+((-2607 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-553)))) (-4 *4 (-13 (-1214 *3) (-545) (-10 -8 (-15 -2591 ($ $ $))))) (-4 *3 (-545)) (-5 *1 (-1217 *3 *4)))) (-3837 (*1 *2 *2) (-12 (-4 *3 (-545)) (-5 *1 (-1217 *3 *2)) (-4 *2 (-13 (-1214 *3) (-545) (-10 -8 (-15 -2591 ($ $ $))))))) (-1807 (*1 *2 *3) (-12 (-4 *4 (-545)) (-5 *2 (-412 *3)) (-5 *1 (-1217 *4 *3)) (-4 *3 (-13 (-1214 *4) (-545) (-10 -8 (-15 -2591 ($ $ $))))))))
+(-10 -7 (-15 -1807 ((-412 |#2|) |#2|)) (-15 -3837 (|#2| |#2|)) (-15 -2607 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-553))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-553))))))
+((-1478 (((-1223 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1223 |#1| |#3| |#5|)) 24)))
+(((-1218 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1478 ((-1223 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1223 |#1| |#3| |#5|)))) (-1031) (-1031) (-1155) (-1155) |#1| |#2|) (T -1218))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1223 *5 *7 *9)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-14 *7 (-1155)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1223 *6 *8 *10)) (-5 *1 (-1218 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1155)))))
+(-10 -7 (-15 -1478 ((-1223 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1223 |#1| |#3| |#5|))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3611 (((-630 (-1061)) $) 72)) (-1489 (((-1155) $) 101)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 49 (|has| |#1| (-545)))) (-2723 (($ $) 50 (|has| |#1| (-545)))) (-2157 (((-111) $) 52 (|has| |#1| (-545)))) (-3027 (($ $ (-401 (-553))) 96) (($ $ (-401 (-553)) (-401 (-553))) 95)) (-4044 (((-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|))) $) 103)) (-2479 (($ $) 133 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 116 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 160 (|has| |#1| (-357)))) (-1807 (((-412 $) $) 161 (|has| |#1| (-357)))) (-3487 (($ $) 115 (|has| |#1| (-38 (-401 (-553)))))) (-3816 (((-111) $ $) 151 (|has| |#1| (-357)))) (-2456 (($ $) 132 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 117 (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-757) (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|)))) 169)) (-2505 (($ $) 131 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 118 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) 17 T CONST)) (-4005 (($ $ $) 155 (|has| |#1| (-357)))) (-3765 (($ $) 58)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 154 (|has| |#1| (-357)))) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 149 (|has| |#1| (-357)))) (-4268 (((-111) $) 162 (|has| |#1| (-357)))) (-2487 (((-111) $) 71)) (-4041 (($) 143 (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-401 (-553)) $) 98) (((-401 (-553)) $ (-401 (-553))) 97)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 114 (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) 99) (($ $ (-401 (-553))) 168)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 158 (|has| |#1| (-357)))) (-1561 (((-111) $) 60)) (-3590 (($ |#1| (-401 (-553))) 59) (($ $ (-1061) (-401 (-553))) 74) (($ $ (-630 (-1061)) (-630 (-401 (-553)))) 73)) (-1478 (($ (-1 |#1| |#1|) $) 61)) (-2431 (($ $) 140 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2552 (($ (-630 $)) 147 (|has| |#1| (-357))) (($ $ $) 146 (|has| |#1| (-357)))) (-4056 (((-1137) $) 9)) (-3700 (($ $) 163 (|has| |#1| (-357)))) (-1619 (($ $) 167 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) 166 (-4028 (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-941)) (|has| |#1| (-1177)) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-38 (-401 (-553)))))))) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 148 (|has| |#1| (-357)))) (-2591 (($ (-630 $)) 145 (|has| |#1| (-357))) (($ $ $) 144 (|has| |#1| (-357)))) (-3476 (((-412 $) $) 159 (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 156 (|has| |#1| (-357)))) (-2370 (($ $ (-401 (-553))) 93)) (-3968 (((-3 $ "failed") $ $) 48 (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 150 (|has| |#1| (-357)))) (-2854 (($ $) 141 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))))) (-3879 (((-757) $) 152 (|has| |#1| (-357)))) (-2061 ((|#1| $ (-401 (-553))) 102) (($ $ $) 79 (|has| (-401 (-553)) (-1091)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 153 (|has| |#1| (-357)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) 87 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-1155) (-757)) 86 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-630 (-1155))) 85 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-1155)) 84 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-757)) 82 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-2672 (((-401 (-553)) $) 62)) (-2517 (($ $) 130 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 119 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 120 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 128 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 121 (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) 70)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 45 (|has| |#1| (-169))) (($ (-401 (-553))) 55 (|has| |#1| (-38 (-401 (-553))))) (($ $) 47 (|has| |#1| (-545)))) (-1925 ((|#1| $ (-401 (-553))) 57)) (-2234 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-4045 ((|#1| $) 100)) (-3842 (($ $) 139 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 127 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) 51 (|has| |#1| (-545)))) (-2529 (($ $) 138 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 126 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 137 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 125 (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-401 (-553))) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 124 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 135 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 123 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 134 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 122 (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) 91 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-1155) (-757)) 90 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-630 (-1155))) 89 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-1155)) 88 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-757)) 83 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 56 (|has| |#1| (-357))) (($ $ $) 165 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 164 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 113 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-553)) $) 54 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 53 (|has| |#1| (-38 (-401 (-553)))))))
+(((-1219 |#1|) (-137) (-1031)) (T -1219))
+((-1727 (*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-5 *3 (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| *4)))) (-4 *4 (-1031)) (-4 *1 (-1219 *4)))) (-2055 (*1 *1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-4 *1 (-1219 *3)) (-4 *3 (-1031)))) (-1619 (*1 *1 *1) (-12 (-4 *1 (-1219 *2)) (-4 *2 (-1031)) (-4 *2 (-38 (-401 (-553)))))) (-1619 (*1 *1 *1 *2) (-4028 (-12 (-5 *2 (-1155)) (-4 *1 (-1219 *3)) (-4 *3 (-1031)) (-12 (-4 *3 (-29 (-553))) (-4 *3 (-941)) (-4 *3 (-1177)) (-4 *3 (-38 (-401 (-553)))))) (-12 (-5 *2 (-1155)) (-4 *1 (-1219 *3)) (-4 *3 (-1031)) (-12 (|has| *3 (-15 -3611 ((-630 *2) *3))) (|has| *3 (-15 -1619 (*3 *3 *2))) (-4 *3 (-38 (-401 (-553)))))))))
+(-13 (-1216 |t#1| (-401 (-553))) (-10 -8 (-15 -1727 ($ (-757) (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |t#1|))))) (-15 -2055 ($ $ (-401 (-553)))) (IF (|has| |t#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $)) (IF (|has| |t#1| (-15 -1619 (|t#1| |t#1| (-1155)))) (IF (|has| |t#1| (-15 -3611 ((-630 (-1155)) |t#1|))) (-15 -1619 ($ $ (-1155))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1177)) (IF (|has| |t#1| (-941)) (IF (|has| |t#1| (-29 (-553))) (-15 -1619 ($ $ (-1155))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-984)) (-6 (-1177))) |%noBranch|) (IF (|has| |t#1| (-357)) (-6 (-357)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-401 (-553))) . T) ((-25) . T) ((-38 #1=(-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-35) |has| |#1| (-38 (-401 (-553)))) ((-94) |has| |#1| (-38 (-401 (-553)))) ((-101) . T) ((-110 #1# #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) ((-238) |has| |#1| (-357)) ((-278) |has| |#1| (-38 (-401 (-553)))) ((-280 $ $) |has| (-401 (-553)) (-1091)) ((-284) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-357) |has| |#1| (-357)) ((-445) |has| |#1| (-357)) ((-486) |has| |#1| (-38 (-401 (-553)))) ((-545) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-633 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-712) . T) ((-882 (-1155)) -12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155)))) ((-955 |#1| #0# (-1061)) . T) ((-902) |has| |#1| (-357)) ((-984) |has| |#1| (-38 (-401 (-553)))) ((-1037 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1177) |has| |#1| (-38 (-401 (-553)))) ((-1180) |has| |#1| (-38 (-401 (-553)))) ((-1196) |has| |#1| (-357)) ((-1216 |#1| #0#) . T))
+((-1719 (((-111) $) 12)) (-1394 (((-3 |#3| "failed") $) 17)) (-2831 ((|#3| $) 14)))
+(((-1220 |#1| |#2| |#3|) (-10 -8 (-15 -1394 ((-3 |#3| "failed") |#1|)) (-15 -2831 (|#3| |#1|)) (-15 -1719 ((-111) |#1|))) (-1221 |#2| |#3|) (-1031) (-1198 |#2|)) (T -1220))
+NIL
+(-10 -8 (-15 -1394 ((-3 |#3| "failed") |#1|)) (-15 -2831 (|#3| |#1|)) (-15 -1719 ((-111) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3611 (((-630 (-1061)) $) 72)) (-1489 (((-1155) $) 101)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 49 (|has| |#1| (-545)))) (-2723 (($ $) 50 (|has| |#1| (-545)))) (-2157 (((-111) $) 52 (|has| |#1| (-545)))) (-3027 (($ $ (-401 (-553))) 96) (($ $ (-401 (-553)) (-401 (-553))) 95)) (-4044 (((-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|))) $) 103)) (-2479 (($ $) 133 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 116 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 160 (|has| |#1| (-357)))) (-1807 (((-412 $) $) 161 (|has| |#1| (-357)))) (-3487 (($ $) 115 (|has| |#1| (-38 (-401 (-553)))))) (-3816 (((-111) $ $) 151 (|has| |#1| (-357)))) (-2456 (($ $) 132 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 117 (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-757) (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|)))) 169)) (-2505 (($ $) 131 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 118 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#2| "failed") $) 180)) (-2831 ((|#2| $) 181)) (-4005 (($ $ $) 155 (|has| |#1| (-357)))) (-3765 (($ $) 58)) (-3889 (((-3 $ "failed") $) 32)) (-3671 (((-401 (-553)) $) 177)) (-3986 (($ $ $) 154 (|has| |#1| (-357)))) (-3681 (($ (-401 (-553)) |#2|) 178)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 149 (|has| |#1| (-357)))) (-4268 (((-111) $) 162 (|has| |#1| (-357)))) (-2487 (((-111) $) 71)) (-4041 (($) 143 (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-401 (-553)) $) 98) (((-401 (-553)) $ (-401 (-553))) 97)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 114 (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) 99) (($ $ (-401 (-553))) 168)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 158 (|has| |#1| (-357)))) (-1561 (((-111) $) 60)) (-3590 (($ |#1| (-401 (-553))) 59) (($ $ (-1061) (-401 (-553))) 74) (($ $ (-630 (-1061)) (-630 (-401 (-553)))) 73)) (-1478 (($ (-1 |#1| |#1|) $) 61)) (-2431 (($ $) 140 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-2552 (($ (-630 $)) 147 (|has| |#1| (-357))) (($ $ $) 146 (|has| |#1| (-357)))) (-2962 ((|#2| $) 176)) (-2104 (((-3 |#2| "failed") $) 174)) (-3669 ((|#2| $) 175)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 163 (|has| |#1| (-357)))) (-1619 (($ $) 167 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) 166 (-4028 (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-941)) (|has| |#1| (-1177)) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-38 (-401 (-553)))))))) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 148 (|has| |#1| (-357)))) (-2591 (($ (-630 $)) 145 (|has| |#1| (-357))) (($ $ $) 144 (|has| |#1| (-357)))) (-3476 (((-412 $) $) 159 (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 157 (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 156 (|has| |#1| (-357)))) (-2370 (($ $ (-401 (-553))) 93)) (-3968 (((-3 $ "failed") $ $) 48 (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 150 (|has| |#1| (-357)))) (-2854 (($ $) 141 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))))) (-3879 (((-757) $) 152 (|has| |#1| (-357)))) (-2061 ((|#1| $ (-401 (-553))) 102) (($ $ $) 79 (|has| (-401 (-553)) (-1091)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 153 (|has| |#1| (-357)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) 87 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-1155) (-757)) 86 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-630 (-1155))) 85 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-1155)) 84 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-757)) 82 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-2672 (((-401 (-553)) $) 62)) (-2517 (($ $) 130 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 119 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 120 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 128 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 121 (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) 70)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 45 (|has| |#1| (-169))) (($ |#2|) 179) (($ (-401 (-553))) 55 (|has| |#1| (-38 (-401 (-553))))) (($ $) 47 (|has| |#1| (-545)))) (-1925 ((|#1| $ (-401 (-553))) 57)) (-2234 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-4045 ((|#1| $) 100)) (-3842 (($ $) 139 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 127 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) 51 (|has| |#1| (-545)))) (-2529 (($ $) 138 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 126 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 137 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 125 (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-401 (-553))) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 124 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 135 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 123 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 134 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 122 (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) 91 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-1155) (-757)) 90 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-630 (-1155))) 89 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-1155)) 88 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (($ $ (-757)) 83 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 56 (|has| |#1| (-357))) (($ $ $) 165 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 164 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 113 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-553)) $) 54 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 53 (|has| |#1| (-38 (-401 (-553)))))))
+(((-1221 |#1| |#2|) (-137) (-1031) (-1198 |t#1|)) (T -1221))
+((-2672 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1198 *3)) (-5 *2 (-401 (-553))))) (-3212 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-4 *1 (-1221 *3 *2)) (-4 *2 (-1198 *3)))) (-3681 (*1 *1 *2 *3) (-12 (-5 *2 (-401 (-553))) (-4 *4 (-1031)) (-4 *1 (-1221 *4 *3)) (-4 *3 (-1198 *4)))) (-3671 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1198 *3)) (-5 *2 (-401 (-553))))) (-2962 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1198 *3)))) (-3669 (*1 *2 *1) (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1198 *3)))) (-2104 (*1 *2 *1) (|partial| -12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1198 *3)))))
+(-13 (-1219 |t#1|) (-1020 |t#2|) (-10 -8 (-15 -3681 ($ (-401 (-553)) |t#2|)) (-15 -3671 ((-401 (-553)) $)) (-15 -2962 (|t#2| $)) (-15 -2672 ((-401 (-553)) $)) (-15 -3212 ($ |t#2|)) (-15 -3669 (|t#2| $)) (-15 -2104 ((-3 |t#2| "failed") $))))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-401 (-553))) . T) ((-25) . T) ((-38 #1=(-401 (-553))) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-35) |has| |#1| (-38 (-401 (-553)))) ((-94) |has| |#1| (-38 (-401 (-553)))) ((-101) . T) ((-110 #1# #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-603 |#2|) . T) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) ((-238) |has| |#1| (-357)) ((-278) |has| |#1| (-38 (-401 (-553)))) ((-280 $ $) |has| (-401 (-553)) (-1091)) ((-284) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-301) |has| |#1| (-357)) ((-357) |has| |#1| (-357)) ((-445) |has| |#1| (-357)) ((-486) |has| |#1| (-38 (-401 (-553)))) ((-545) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-633 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357))) ((-712) . T) ((-882 (-1155)) -12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155)))) ((-955 |#1| #0# (-1061)) . T) ((-902) |has| |#1| (-357)) ((-984) |has| |#1| (-38 (-401 (-553)))) ((-1020 |#2|) . T) ((-1037 #1#) -4028 (|has| |#1| (-357)) (|has| |#1| (-38 (-401 (-553))))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-357)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1177) |has| |#1| (-38 (-401 (-553)))) ((-1180) |has| |#1| (-38 (-401 (-553)))) ((-1196) |has| |#1| (-357)) ((-1216 |#1| #0#) . T) ((-1219 |#1|) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) 96)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3027 (($ $ (-401 (-553))) 106) (($ $ (-401 (-553)) (-401 (-553))) 108)) (-4044 (((-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|))) $) 51)) (-2479 (($ $) 180 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 156 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| |#1| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2456 (($ $) 176 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 152 (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-757) (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|)))) 61)) (-2505 (($ $) 184 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 160 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) NIL)) (-2831 ((|#2| $) NIL)) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) 79)) (-3671 (((-401 (-553)) $) 13)) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3681 (($ (-401 (-553)) |#2|) 11)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-4268 (((-111) $) NIL (|has| |#1| (-357)))) (-2487 (((-111) $) 68)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-401 (-553)) $) 103) (((-401 (-553)) $ (-401 (-553))) 104)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) 120) (($ $ (-401 (-553))) 118)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-553))) 31) (($ $ (-1061) (-401 (-553))) NIL) (($ $ (-630 (-1061)) (-630 (-401 (-553)))) NIL)) (-1478 (($ (-1 |#1| |#1|) $) 115)) (-2431 (($ $) 150 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2962 ((|#2| $) 12)) (-2104 (((-3 |#2| "failed") $) 41)) (-3669 ((|#2| $) 42)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) 93 (|has| |#1| (-357)))) (-1619 (($ $) 135 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) 140 (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177)))))) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2370 (($ $ (-401 (-553))) 112)) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2854 (($ $) 148 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) 90 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))))) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ (-401 (-553))) 100) (($ $ $) 86 (|has| (-401 (-553)) (-1091)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) 127 (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) 124 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-2672 (((-401 (-553)) $) 16)) (-2517 (($ $) 186 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 162 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 182 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 158 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 178 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 154 (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) 110)) (-3212 (((-845) $) NIL) (($ (-553)) 35) (($ |#1|) 27 (|has| |#1| (-169))) (($ |#2|) 32) (($ (-401 (-553))) 128 (|has| |#1| (-38 (-401 (-553))))) (($ $) NIL (|has| |#1| (-545)))) (-1925 ((|#1| $ (-401 (-553))) 99)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) 117)) (-4045 ((|#1| $) 98)) (-3842 (($ $) 192 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 168 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) 188 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 164 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 196 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 172 (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-401 (-553))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) 198 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 174 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 194 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 170 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 190 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 166 (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 21 T CONST)) (-3308 (($) 17 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-1614 (((-111) $ $) 66)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) 92 (|has| |#1| (-357)))) (-1710 (($ $) 131) (($ $ $) 72)) (-1699 (($ $ $) 70)) (** (($ $ (-903)) NIL) (($ $ (-757)) 76) (($ $ (-553)) 145 (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 146 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 74) (($ $ |#1|) NIL) (($ |#1| $) 126) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-1222 |#1| |#2|) (-1221 |#1| |#2|) (-1031) (-1198 |#1|)) (T -1222))
+NIL
+(-1221 |#1| |#2|)
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) 11)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) NIL (|has| |#1| (-545)))) (-3027 (($ $ (-401 (-553))) NIL) (($ $ (-401 (-553)) (-401 (-553))) NIL)) (-4044 (((-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|))) $) NIL)) (-2479 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3837 (($ $) NIL (|has| |#1| (-357)))) (-1807 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3816 (((-111) $ $) NIL (|has| |#1| (-357)))) (-2456 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-757) (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#1|)))) NIL)) (-2505 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-1202 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1230 |#1| |#2| |#3|) "failed") $) 22)) (-2831 (((-1202 |#1| |#2| |#3|) $) NIL) (((-1230 |#1| |#2| |#3|) $) NIL)) (-4005 (($ $ $) NIL (|has| |#1| (-357)))) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-3671 (((-401 (-553)) $) 57)) (-3986 (($ $ $) NIL (|has| |#1| (-357)))) (-3681 (($ (-401 (-553)) (-1202 |#1| |#2| |#3|)) NIL)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) NIL (|has| |#1| (-357)))) (-4268 (((-111) $) NIL (|has| |#1| (-357)))) (-2487 (((-111) $) NIL)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-401 (-553)) $) NIL) (((-401 (-553)) $ (-401 (-553))) NIL)) (-1434 (((-111) $) NIL)) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) NIL) (($ $ (-401 (-553))) NIL)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-401 (-553))) 30) (($ $ (-1061) (-401 (-553))) NIL) (($ $ (-630 (-1061)) (-630 (-401 (-553)))) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-2431 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-2552 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-2962 (((-1202 |#1| |#2| |#3|) $) 60)) (-2104 (((-3 (-1202 |#1| |#2| |#3|) "failed") $) NIL)) (-3669 (((-1202 |#1| |#2| |#3|) $) NIL)) (-4056 (((-1137) $) NIL)) (-3700 (($ $) NIL (|has| |#1| (-357)))) (-1619 (($ $) 39 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) NIL (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177))))) (($ $ (-1234 |#2|)) 40 (|has| |#1| (-38 (-401 (-553)))))) (-2875 (((-1099) $) NIL)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) NIL (|has| |#1| (-357)))) (-2591 (($ (-630 $)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-3476 (((-412 $) $) NIL (|has| |#1| (-357)))) (-3600 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-357))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) NIL (|has| |#1| (-357)))) (-2370 (($ $ (-401 (-553))) NIL)) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-1280 (((-3 (-630 $) "failed") (-630 $) $) NIL (|has| |#1| (-357)))) (-2854 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))))) (-3879 (((-757) $) NIL (|has| |#1| (-357)))) (-2061 ((|#1| $ (-401 (-553))) NIL) (($ $ $) NIL (|has| (-401 (-553)) (-1091)))) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) NIL (|has| |#1| (-357)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $ (-1234 |#2|)) 38)) (-2672 (((-401 (-553)) $) NIL)) (-2517 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) NIL)) (-3212 (((-845) $) 89) (($ (-553)) NIL) (($ |#1|) NIL (|has| |#1| (-169))) (($ (-1202 |#1| |#2| |#3|)) 16) (($ (-1230 |#1| |#2| |#3|)) 17) (($ (-1234 |#2|)) 36) (($ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $) NIL (|has| |#1| (-545)))) (-1925 ((|#1| $ (-401 (-553))) NIL)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-4045 ((|#1| $) 12)) (-3842 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-401 (-553))) 62 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-401 (-553))))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 32 T CONST)) (-3308 (($) 26 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-401 (-553)) |#1|))))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 34)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ (-553)) NIL (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-1223 |#1| |#2| |#3|) (-13 (-1221 |#1| (-1202 |#1| |#2| |#3|)) (-1020 (-1230 |#1| |#2| |#3|)) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|))) (-1031) (-1155) |#1|) (T -1223))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1223 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1223 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-1619 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1223 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3))))
+(-13 (-1221 |#1| (-1202 |#1| |#2| |#3|)) (-1020 (-1230 |#1| |#2| |#3|)) (-10 -8 (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 34)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL)) (-2723 (($ $) NIL)) (-2157 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 (-553) "failed") $) NIL (|has| (-1223 |#2| |#3| |#4|) (-1020 (-553)))) (((-3 (-401 (-553)) "failed") $) NIL (|has| (-1223 |#2| |#3| |#4|) (-1020 (-401 (-553))))) (((-3 (-1223 |#2| |#3| |#4|) "failed") $) 20)) (-2831 (((-553) $) NIL (|has| (-1223 |#2| |#3| |#4|) (-1020 (-553)))) (((-401 (-553)) $) NIL (|has| (-1223 |#2| |#3| |#4|) (-1020 (-401 (-553))))) (((-1223 |#2| |#3| |#4|) $) NIL)) (-3765 (($ $) 35)) (-3889 (((-3 $ "failed") $) 25)) (-3766 (($ $) NIL (|has| (-1223 |#2| |#3| |#4|) (-445)))) (-1369 (($ $ (-1223 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|) $) NIL)) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) 11)) (-1561 (((-111) $) NIL)) (-3590 (($ (-1223 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) 23)) (-3264 (((-313 |#2| |#3| |#4|) $) NIL)) (-2364 (($ (-1 (-313 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) $) NIL)) (-1478 (($ (-1 (-1223 |#2| |#3| |#4|) (-1223 |#2| |#3| |#4|)) $) NIL)) (-2958 (((-3 (-826 |#2|) "failed") $) 75)) (-3733 (($ $) NIL)) (-3743 (((-1223 |#2| |#3| |#4|) $) 18)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3710 (((-111) $) NIL)) (-3722 (((-1223 |#2| |#3| |#4|) $) NIL)) (-3968 (((-3 $ "failed") $ (-1223 |#2| |#3| |#4|)) NIL (|has| (-1223 |#2| |#3| |#4|) (-545))) (((-3 $ "failed") $ $) NIL)) (-1534 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1223 |#2| |#3| |#4|)) (|:| |%expon| (-313 |#2| |#3| |#4|)) (|:| |%expTerms| (-630 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#2|)))))) (|:| |%type| (-1137))) "failed") $) 58)) (-2672 (((-313 |#2| |#3| |#4|) $) 14)) (-3998 (((-1223 |#2| |#3| |#4|) $) NIL (|has| (-1223 |#2| |#3| |#4|) (-445)))) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ (-1223 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-401 (-553))) NIL (-4028 (|has| (-1223 |#2| |#3| |#4|) (-38 (-401 (-553)))) (|has| (-1223 |#2| |#3| |#4|) (-1020 (-401 (-553))))))) (-1372 (((-630 (-1223 |#2| |#3| |#4|)) $) NIL)) (-1925 (((-1223 |#2| |#3| |#4|) $ (-313 |#2| |#3| |#4|)) NIL)) (-2234 (((-3 $ "failed") $) NIL (|has| (-1223 |#2| |#3| |#4|) (-142)))) (-1348 (((-757)) NIL)) (-1957 (($ $ $ (-757)) NIL (|has| (-1223 |#2| |#3| |#4|) (-169)))) (-2453 (((-111) $ $) NIL)) (-3296 (($) 63 T CONST)) (-3308 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ (-1223 |#2| |#3| |#4|)) NIL (|has| (-1223 |#2| |#3| |#4|) (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ (-1223 |#2| |#3| |#4|)) NIL) (($ (-1223 |#2| |#3| |#4|) $) NIL) (($ (-401 (-553)) $) NIL (|has| (-1223 |#2| |#3| |#4|) (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| (-1223 |#2| |#3| |#4|) (-38 (-401 (-553)))))))
+(((-1224 |#1| |#2| |#3| |#4|) (-13 (-320 (-1223 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) (-545) (-10 -8 (-15 -2958 ((-3 (-826 |#2|) "failed") $)) (-15 -1534 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1223 |#2| |#3| |#4|)) (|:| |%expon| (-313 |#2| |#3| |#4|)) (|:| |%expTerms| (-630 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#2|)))))) (|:| |%type| (-1137))) "failed") $)))) (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445)) (-13 (-27) (-1177) (-424 |#1|)) (-1155) |#2|) (T -1224))
+((-2958 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445))) (-5 *2 (-826 *4)) (-5 *1 (-1224 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1177) (-424 *3))) (-14 *5 (-1155)) (-14 *6 *4))) (-1534 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1223 *4 *5 *6)) (|:| |%expon| (-313 *4 *5 *6)) (|:| |%expTerms| (-630 (-2 (|:| |k| (-401 (-553))) (|:| |c| *4)))))) (|:| |%type| (-1137)))) (-5 *1 (-1224 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1177) (-424 *3))) (-14 *5 (-1155)) (-14 *6 *4))))
+(-13 (-320 (-1223 |#2| |#3| |#4|) (-313 |#2| |#3| |#4|)) (-545) (-10 -8 (-15 -2958 ((-3 (-826 |#2|) "failed") $)) (-15 -1534 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1223 |#2| |#3| |#4|)) (|:| |%expon| (-313 |#2| |#3| |#4|)) (|:| |%expTerms| (-630 (-2 (|:| |k| (-401 (-553))) (|:| |c| |#2|)))))) (|:| |%type| (-1137))) "failed") $))))
+((-2924 ((|#2| $) 29)) (-2211 ((|#2| $) 18)) (-1784 (($ $) 36)) (-4059 (($ $ (-553)) 64)) (-2549 (((-111) $ (-757)) 33)) (-2830 ((|#2| $ |#2|) 61)) (-1971 ((|#2| $ |#2|) 59)) (-1471 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 52) (($ $ "rest" $) 56) ((|#2| $ "last" |#2|) 54)) (-4012 (($ $ (-630 $)) 60)) (-2197 ((|#2| $) 17)) (-2714 (($ $) NIL) (($ $ (-757)) 42)) (-2527 (((-630 $) $) 26)) (-1576 (((-111) $ $) 50)) (-3625 (((-111) $ (-757)) 32)) (-3711 (((-111) $ (-757)) 31)) (-3380 (((-111) $) 28)) (-2679 ((|#2| $) 24) (($ $ (-757)) 46)) (-2061 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-3990 (((-111) $) 22)) (-2921 (($ $) 39)) (-4198 (($ $) 65)) (-4033 (((-757) $) 41)) (-4256 (($ $) 40)) (-4320 (($ $ $) 58) (($ |#2| $) NIL)) (-2590 (((-630 $) $) 27)) (-1614 (((-111) $ $) 48)) (-2656 (((-757) $) 35)))
+(((-1225 |#1| |#2|) (-10 -8 (-15 -4059 (|#1| |#1| (-553))) (-15 -1471 (|#2| |#1| "last" |#2|)) (-15 -1971 (|#2| |#1| |#2|)) (-15 -1471 (|#1| |#1| "rest" |#1|)) (-15 -1471 (|#2| |#1| "first" |#2|)) (-15 -4198 (|#1| |#1|)) (-15 -2921 (|#1| |#1|)) (-15 -4033 ((-757) |#1|)) (-15 -4256 (|#1| |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -2197 (|#2| |#1|)) (-15 -1784 (|#1| |#1|)) (-15 -2679 (|#1| |#1| (-757))) (-15 -2061 (|#2| |#1| "last")) (-15 -2679 (|#2| |#1|)) (-15 -2714 (|#1| |#1| (-757))) (-15 -2061 (|#1| |#1| "rest")) (-15 -2714 (|#1| |#1|)) (-15 -2061 (|#2| |#1| "first")) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#1|)) (-15 -2830 (|#2| |#1| |#2|)) (-15 -1471 (|#2| |#1| "value" |#2|)) (-15 -4012 (|#1| |#1| (-630 |#1|))) (-15 -1576 ((-111) |#1| |#1|)) (-15 -3990 ((-111) |#1|)) (-15 -2061 (|#2| |#1| "value")) (-15 -2924 (|#2| |#1|)) (-15 -3380 ((-111) |#1|)) (-15 -2527 ((-630 |#1|) |#1|)) (-15 -2590 ((-630 |#1|) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -2656 ((-757) |#1|)) (-15 -2549 ((-111) |#1| (-757))) (-15 -3625 ((-111) |#1| (-757))) (-15 -3711 ((-111) |#1| (-757)))) (-1226 |#2|) (-1192)) (T -1225))
+NIL
+(-10 -8 (-15 -4059 (|#1| |#1| (-553))) (-15 -1471 (|#2| |#1| "last" |#2|)) (-15 -1971 (|#2| |#1| |#2|)) (-15 -1471 (|#1| |#1| "rest" |#1|)) (-15 -1471 (|#2| |#1| "first" |#2|)) (-15 -4198 (|#1| |#1|)) (-15 -2921 (|#1| |#1|)) (-15 -4033 ((-757) |#1|)) (-15 -4256 (|#1| |#1|)) (-15 -2211 (|#2| |#1|)) (-15 -2197 (|#2| |#1|)) (-15 -1784 (|#1| |#1|)) (-15 -2679 (|#1| |#1| (-757))) (-15 -2061 (|#2| |#1| "last")) (-15 -2679 (|#2| |#1|)) (-15 -2714 (|#1| |#1| (-757))) (-15 -2061 (|#1| |#1| "rest")) (-15 -2714 (|#1| |#1|)) (-15 -2061 (|#2| |#1| "first")) (-15 -4320 (|#1| |#2| |#1|)) (-15 -4320 (|#1| |#1| |#1|)) (-15 -2830 (|#2| |#1| |#2|)) (-15 -1471 (|#2| |#1| "value" |#2|)) (-15 -4012 (|#1| |#1| (-630 |#1|))) (-15 -1576 ((-111) |#1| |#1|)) (-15 -3990 ((-111) |#1|)) (-15 -2061 (|#2| |#1| "value")) (-15 -2924 (|#2| |#1|)) (-15 -3380 ((-111) |#1|)) (-15 -2527 ((-630 |#1|) |#1|)) (-15 -2590 ((-630 |#1|) |#1|)) (-15 -1614 ((-111) |#1| |#1|)) (-15 -2656 ((-757) |#1|)) (-15 -2549 ((-111) |#1| (-757))) (-15 -3625 ((-111) |#1| (-757))) (-15 -3711 ((-111) |#1| (-757))))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2924 ((|#1| $) 48)) (-2211 ((|#1| $) 65)) (-1784 (($ $) 67)) (-4059 (($ $ (-553)) 52 (|has| $ (-6 -4370)))) (-2549 (((-111) $ (-757)) 8)) (-2830 ((|#1| $ |#1|) 39 (|has| $ (-6 -4370)))) (-2325 (($ $ $) 56 (|has| $ (-6 -4370)))) (-1971 ((|#1| $ |#1|) 54 (|has| $ (-6 -4370)))) (-3180 ((|#1| $ |#1|) 58 (|has| $ (-6 -4370)))) (-1471 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4370))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4370))) (($ $ "rest" $) 55 (|has| $ (-6 -4370))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4370)))) (-4012 (($ $ (-630 $)) 41 (|has| $ (-6 -4370)))) (-2197 ((|#1| $) 66)) (-3203 (($) 7 T CONST)) (-2714 (($ $) 73) (($ $ (-757)) 71)) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-2527 (((-630 $) $) 50)) (-1576 (((-111) $ $) 42 (|has| |#1| (-1079)))) (-3625 (((-111) $ (-757)) 9)) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35)) (-3711 (((-111) $ (-757)) 10)) (-2603 (((-630 |#1|) $) 45)) (-3380 (((-111) $) 49)) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-2679 ((|#1| $) 70) (($ $ (-757)) 68)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2701 ((|#1| $) 76) (($ $ (-757)) 74)) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69)) (-2566 (((-553) $ $) 44)) (-3990 (((-111) $) 46)) (-2921 (($ $) 62)) (-4198 (($ $) 59 (|has| $ (-6 -4370)))) (-4033 (((-757) $) 63)) (-4256 (($ $) 64)) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-1488 (($ $) 13)) (-3724 (($ $ $) 61 (|has| $ (-6 -4370))) (($ $ |#1|) 60 (|has| $ (-6 -4370)))) (-4320 (($ $ $) 78) (($ |#1| $) 77)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-2590 (((-630 $) $) 51)) (-1884 (((-111) $ $) 43 (|has| |#1| (-1079)))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-1226 |#1|) (-137) (-1192)) (T -1226))
+((-4320 (*1 *1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-4320 (*1 *1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-2701 (*1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-2701 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1226 *3)) (-4 *3 (-1192)))) (-2714 (*1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-2061 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1226 *3)) (-4 *3 (-1192)))) (-2714 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1226 *3)) (-4 *3 (-1192)))) (-2679 (*1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-2061 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-2679 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1226 *3)) (-4 *3 (-1192)))) (-1784 (*1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-2197 (*1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-2211 (*1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-4256 (*1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-4033 (*1 *2 *1) (-12 (-4 *1 (-1226 *3)) (-4 *3 (-1192)) (-5 *2 (-757)))) (-2921 (*1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-3724 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-3724 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-4198 (*1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-3180 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-1471 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-2325 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-1471 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4370)) (-4 *1 (-1226 *3)) (-4 *3 (-1192)))) (-1971 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-1471 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))) (-4059 (*1 *1 *1 *2) (-12 (-5 *2 (-553)) (|has| *1 (-6 -4370)) (-4 *1 (-1226 *3)) (-4 *3 (-1192)))))
+(-13 (-992 |t#1|) (-10 -8 (-15 -4320 ($ $ $)) (-15 -4320 ($ |t#1| $)) (-15 -2701 (|t#1| $)) (-15 -2061 (|t#1| $ "first")) (-15 -2701 ($ $ (-757))) (-15 -2714 ($ $)) (-15 -2061 ($ $ "rest")) (-15 -2714 ($ $ (-757))) (-15 -2679 (|t#1| $)) (-15 -2061 (|t#1| $ "last")) (-15 -2679 ($ $ (-757))) (-15 -1784 ($ $)) (-15 -2197 (|t#1| $)) (-15 -2211 (|t#1| $)) (-15 -4256 ($ $)) (-15 -4033 ((-757) $)) (-15 -2921 ($ $)) (IF (|has| $ (-6 -4370)) (PROGN (-15 -3724 ($ $ $)) (-15 -3724 ($ $ |t#1|)) (-15 -4198 ($ $)) (-15 -3180 (|t#1| $ |t#1|)) (-15 -1471 (|t#1| $ "first" |t#1|)) (-15 -2325 ($ $ $)) (-15 -1471 ($ $ "rest" $)) (-15 -1971 (|t#1| $ |t#1|)) (-15 -1471 (|t#1| $ "last" |t#1|)) (-15 -4059 ($ $ (-553)))) |%noBranch|)))
+(((-34) . T) ((-101) |has| |#1| (-1079)) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-600 (-845)))) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-482 |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-992 |#1|) . T) ((-1079) |has| |#1| (-1079)) ((-1192) . T))
+((-1478 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
+(((-1227 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1478 (|#4| (-1 |#2| |#1|) |#3|))) (-1031) (-1031) (-1229 |#1|) (-1229 |#2|)) (T -1227))
+((-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1031)) (-4 *6 (-1031)) (-4 *2 (-1229 *6)) (-5 *1 (-1227 *5 *6 *4 *2)) (-4 *4 (-1229 *5)))))
+(-10 -7 (-15 -1478 (|#4| (-1 |#2| |#1|) |#3|)))
+((-1719 (((-111) $) 15)) (-2479 (($ $) 92)) (-2333 (($ $) 68)) (-2456 (($ $) 88)) (-2306 (($ $) 64)) (-2505 (($ $) 96)) (-2360 (($ $) 72)) (-2431 (($ $) 62)) (-2854 (($ $) 60)) (-2517 (($ $) 98)) (-2371 (($ $) 74)) (-2492 (($ $) 94)) (-2347 (($ $) 70)) (-2468 (($ $) 90)) (-2319 (($ $) 66)) (-3212 (((-845) $) 48) (($ (-553)) NIL) (($ (-401 (-553))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-3842 (($ $) 104)) (-2410 (($ $) 80)) (-2529 (($ $) 100)) (-2383 (($ $) 76)) (-3862 (($ $) 108)) (-2434 (($ $) 84)) (-3013 (($ $) 110)) (-2445 (($ $) 86)) (-3852 (($ $) 106)) (-2421 (($ $) 82)) (-2542 (($ $) 102)) (-2396 (($ $) 78)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ |#2|) 52) (($ $ $) 55) (($ $ (-401 (-553))) 58)))
+(((-1228 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-401 (-553)))) (-15 -2333 (|#1| |#1|)) (-15 -2306 (|#1| |#1|)) (-15 -2360 (|#1| |#1|)) (-15 -2371 (|#1| |#1|)) (-15 -2347 (|#1| |#1|)) (-15 -2319 (|#1| |#1|)) (-15 -2396 (|#1| |#1|)) (-15 -2421 (|#1| |#1|)) (-15 -2445 (|#1| |#1|)) (-15 -2434 (|#1| |#1|)) (-15 -2383 (|#1| |#1|)) (-15 -2410 (|#1| |#1|)) (-15 -2468 (|#1| |#1|)) (-15 -2492 (|#1| |#1|)) (-15 -2517 (|#1| |#1|)) (-15 -2505 (|#1| |#1|)) (-15 -2456 (|#1| |#1|)) (-15 -2479 (|#1| |#1|)) (-15 -2542 (|#1| |#1|)) (-15 -3852 (|#1| |#1|)) (-15 -3013 (|#1| |#1|)) (-15 -3862 (|#1| |#1|)) (-15 -2529 (|#1| |#1|)) (-15 -3842 (|#1| |#1|)) (-15 -2431 (|#1| |#1|)) (-15 -2854 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| (-553))) (-15 ** (|#1| |#1| (-757))) (-15 ** (|#1| |#1| (-903))) (-15 -1719 ((-111) |#1|)) (-15 -3212 ((-845) |#1|))) (-1229 |#2|) (-1031)) (T -1228))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-401 (-553)))) (-15 -2333 (|#1| |#1|)) (-15 -2306 (|#1| |#1|)) (-15 -2360 (|#1| |#1|)) (-15 -2371 (|#1| |#1|)) (-15 -2347 (|#1| |#1|)) (-15 -2319 (|#1| |#1|)) (-15 -2396 (|#1| |#1|)) (-15 -2421 (|#1| |#1|)) (-15 -2445 (|#1| |#1|)) (-15 -2434 (|#1| |#1|)) (-15 -2383 (|#1| |#1|)) (-15 -2410 (|#1| |#1|)) (-15 -2468 (|#1| |#1|)) (-15 -2492 (|#1| |#1|)) (-15 -2517 (|#1| |#1|)) (-15 -2505 (|#1| |#1|)) (-15 -2456 (|#1| |#1|)) (-15 -2479 (|#1| |#1|)) (-15 -2542 (|#1| |#1|)) (-15 -3852 (|#1| |#1|)) (-15 -3013 (|#1| |#1|)) (-15 -3862 (|#1| |#1|)) (-15 -2529 (|#1| |#1|)) (-15 -3842 (|#1| |#1|)) (-15 -2431 (|#1| |#1|)) (-15 -2854 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -3212 (|#1| |#2|)) (-15 -3212 (|#1| |#1|)) (-15 -3212 (|#1| (-401 (-553)))) (-15 -3212 (|#1| (-553))) (-15 ** (|#1| |#1| (-757))) (-15 ** (|#1| |#1| (-903))) (-15 -1719 ((-111) |#1|)) (-15 -3212 ((-845) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-3611 (((-630 (-1061)) $) 72)) (-1489 (((-1155) $) 101)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 49 (|has| |#1| (-545)))) (-2723 (($ $) 50 (|has| |#1| (-545)))) (-2157 (((-111) $) 52 (|has| |#1| (-545)))) (-3027 (($ $ (-757)) 96) (($ $ (-757) (-757)) 95)) (-4044 (((-1135 (-2 (|:| |k| (-757)) (|:| |c| |#1|))) $) 103)) (-2479 (($ $) 133 (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) 116 (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) 19)) (-3487 (($ $) 115 (|has| |#1| (-38 (-401 (-553)))))) (-2456 (($ $) 132 (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) 117 (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-1135 (-2 (|:| |k| (-757)) (|:| |c| |#1|)))) 153) (($ (-1135 |#1|)) 151)) (-2505 (($ $) 131 (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) 118 (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) 17 T CONST)) (-3765 (($ $) 58)) (-3889 (((-3 $ "failed") $) 32)) (-1991 (($ $) 150)) (-2212 (((-934 |#1|) $ (-757)) 148) (((-934 |#1|) $ (-757) (-757)) 147)) (-2487 (((-111) $) 71)) (-4041 (($) 143 (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-757) $) 98) (((-757) $ (-757)) 97)) (-1434 (((-111) $) 30)) (-3527 (($ $ (-553)) 114 (|has| |#1| (-38 (-401 (-553)))))) (-2055 (($ $ (-903)) 99)) (-3141 (($ (-1 |#1| (-553)) $) 149)) (-1561 (((-111) $) 60)) (-3590 (($ |#1| (-757)) 59) (($ $ (-1061) (-757)) 74) (($ $ (-630 (-1061)) (-630 (-757))) 73)) (-1478 (($ (-1 |#1| |#1|) $) 61)) (-2431 (($ $) 140 (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) 63)) (-3743 ((|#1| $) 64)) (-4056 (((-1137) $) 9)) (-1619 (($ $) 145 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) 144 (-4028 (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-941)) (|has| |#1| (-1177)) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-38 (-401 (-553)))))))) (-2875 (((-1099) $) 10)) (-2370 (($ $ (-757)) 93)) (-3968 (((-3 $ "failed") $ $) 48 (|has| |#1| (-545)))) (-2854 (($ $) 141 (|has| |#1| (-38 (-401 (-553)))))) (-2433 (((-1135 |#1|) $ |#1|) 92 (|has| |#1| (-15 ** (|#1| |#1| (-757)))))) (-2061 ((|#1| $ (-757)) 102) (($ $ $) 79 (|has| (-757) (-1091)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) 87 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (($ $ (-1155) (-757)) 86 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (($ $ (-630 (-1155))) 85 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (($ $ (-1155)) 84 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (($ $ (-757)) 82 (|has| |#1| (-15 * (|#1| (-757) |#1|)))) (($ $) 80 (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (-2672 (((-757) $) 62)) (-2517 (($ $) 130 (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) 119 (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) 129 (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) 120 (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) 128 (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) 121 (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) 70)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ (-401 (-553))) 55 (|has| |#1| (-38 (-401 (-553))))) (($ $) 47 (|has| |#1| (-545))) (($ |#1|) 45 (|has| |#1| (-169)))) (-1372 (((-1135 |#1|) $) 152)) (-1925 ((|#1| $ (-757)) 57)) (-2234 (((-3 $ "failed") $) 46 (|has| |#1| (-142)))) (-1348 (((-757)) 28)) (-4045 ((|#1| $) 100)) (-3842 (($ $) 139 (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) 127 (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) 51 (|has| |#1| (-545)))) (-2529 (($ $) 138 (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) 126 (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) 137 (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) 125 (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-757)) 94 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-757)))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) 136 (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) 124 (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) 135 (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) 123 (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) 134 (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) 122 (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) 91 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (($ $ (-1155) (-757)) 90 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (($ $ (-630 (-1155))) 89 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (($ $ (-1155)) 88 (-12 (|has| |#1| (-882 (-1155))) (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (($ $ (-757)) 83 (|has| |#1| (-15 * (|#1| (-757) |#1|)))) (($ $) 81 (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 56 (|has| |#1| (-357)))) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ |#1|) 146 (|has| |#1| (-357))) (($ $ $) 142 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 113 (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 66) (($ |#1| $) 65) (($ (-401 (-553)) $) 54 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) 53 (|has| |#1| (-38 (-401 (-553)))))))
+(((-1229 |#1|) (-137) (-1031)) (T -1229))
+((-1727 (*1 *1 *2) (-12 (-5 *2 (-1135 (-2 (|:| |k| (-757)) (|:| |c| *3)))) (-4 *3 (-1031)) (-4 *1 (-1229 *3)))) (-1372 (*1 *2 *1) (-12 (-4 *1 (-1229 *3)) (-4 *3 (-1031)) (-5 *2 (-1135 *3)))) (-1727 (*1 *1 *2) (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-4 *1 (-1229 *3)))) (-1991 (*1 *1 *1) (-12 (-4 *1 (-1229 *2)) (-4 *2 (-1031)))) (-3141 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-553))) (-4 *1 (-1229 *3)) (-4 *3 (-1031)))) (-2212 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *1 (-1229 *4)) (-4 *4 (-1031)) (-5 *2 (-934 *4)))) (-2212 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-757)) (-4 *1 (-1229 *4)) (-4 *4 (-1031)) (-5 *2 (-934 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1229 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))) (-1619 (*1 *1 *1) (-12 (-4 *1 (-1229 *2)) (-4 *2 (-1031)) (-4 *2 (-38 (-401 (-553)))))) (-1619 (*1 *1 *1 *2) (-4028 (-12 (-5 *2 (-1155)) (-4 *1 (-1229 *3)) (-4 *3 (-1031)) (-12 (-4 *3 (-29 (-553))) (-4 *3 (-941)) (-4 *3 (-1177)) (-4 *3 (-38 (-401 (-553)))))) (-12 (-5 *2 (-1155)) (-4 *1 (-1229 *3)) (-4 *3 (-1031)) (-12 (|has| *3 (-15 -3611 ((-630 *2) *3))) (|has| *3 (-15 -1619 (*3 *3 *2))) (-4 *3 (-38 (-401 (-553)))))))))
+(-13 (-1216 |t#1| (-757)) (-10 -8 (-15 -1727 ($ (-1135 (-2 (|:| |k| (-757)) (|:| |c| |t#1|))))) (-15 -1372 ((-1135 |t#1|) $)) (-15 -1727 ($ (-1135 |t#1|))) (-15 -1991 ($ $)) (-15 -3141 ($ (-1 |t#1| (-553)) $)) (-15 -2212 ((-934 |t#1|) $ (-757))) (-15 -2212 ((-934 |t#1|) $ (-757) (-757))) (IF (|has| |t#1| (-357)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-38 (-401 (-553)))) (PROGN (-15 -1619 ($ $)) (IF (|has| |t#1| (-15 -1619 (|t#1| |t#1| (-1155)))) (IF (|has| |t#1| (-15 -3611 ((-630 (-1155)) |t#1|))) (-15 -1619 ($ $ (-1155))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1177)) (IF (|has| |t#1| (-941)) (IF (|has| |t#1| (-29 (-553))) (-15 -1619 ($ $ (-1155))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-984)) (-6 (-1177))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-47 |#1| #0=(-757)) . T) ((-25) . T) ((-38 #1=(-401 (-553))) |has| |#1| (-38 (-401 (-553)))) ((-38 |#1|) |has| |#1| (-169)) ((-38 $) |has| |#1| (-545)) ((-35) |has| |#1| (-38 (-401 (-553)))) ((-94) |has| |#1| (-38 (-401 (-553)))) ((-101) . T) ((-110 #1# #1#) |has| |#1| (-38 (-401 (-553)))) ((-110 |#1| |#1|) . T) ((-110 $ $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-129) . T) ((-142) |has| |#1| (-142)) ((-144) |has| |#1| (-144)) ((-600 (-845)) . T) ((-169) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-228) |has| |#1| (-15 * (|#1| (-757) |#1|))) ((-278) |has| |#1| (-38 (-401 (-553)))) ((-280 $ $) |has| (-757) (-1091)) ((-284) |has| |#1| (-545)) ((-486) |has| |#1| (-38 (-401 (-553)))) ((-545) |has| |#1| (-545)) ((-633 #1#) |has| |#1| (-38 (-401 (-553)))) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #1#) |has| |#1| (-38 (-401 (-553)))) ((-703 |#1|) |has| |#1| (-169)) ((-703 $) |has| |#1| (-545)) ((-712) . T) ((-882 (-1155)) -12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155)))) ((-955 |#1| #0# (-1061)) . T) ((-984) |has| |#1| (-38 (-401 (-553)))) ((-1037 #1#) |has| |#1| (-38 (-401 (-553)))) ((-1037 |#1|) . T) ((-1037 $) -4028 (|has| |#1| (-545)) (|has| |#1| (-169))) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1177) |has| |#1| (-38 (-401 (-553)))) ((-1180) |has| |#1| (-38 (-401 (-553)))) ((-1216 |#1| #0#) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-3611 (((-630 (-1061)) $) NIL)) (-1489 (((-1155) $) 87)) (-2291 (((-1211 |#2| |#1|) $ (-757)) 73)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) NIL (|has| |#1| (-545)))) (-2723 (($ $) NIL (|has| |#1| (-545)))) (-2157 (((-111) $) 137 (|has| |#1| (-545)))) (-3027 (($ $ (-757)) 122) (($ $ (-757) (-757)) 124)) (-4044 (((-1135 (-2 (|:| |k| (-757)) (|:| |c| |#1|))) $) 42)) (-2479 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2333 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4123 (((-3 $ "failed") $ $) NIL)) (-3487 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2456 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2306 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1727 (($ (-1135 (-2 (|:| |k| (-757)) (|:| |c| |#1|)))) 53) (($ (-1135 |#1|)) NIL)) (-2505 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2360 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3203 (($) NIL T CONST)) (-2733 (($ $) 128)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-1991 (($ $) 135)) (-2212 (((-934 |#1|) $ (-757)) 63) (((-934 |#1|) $ (-757) (-757)) 65)) (-2487 (((-111) $) NIL)) (-4041 (($) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2592 (((-757) $) NIL) (((-757) $ (-757)) NIL)) (-1434 (((-111) $) NIL)) (-2327 (($ $) 112)) (-3527 (($ $ (-553)) NIL (|has| |#1| (-38 (-401 (-553)))))) (-1375 (($ (-553) (-553) $) 130)) (-2055 (($ $ (-903)) 134)) (-3141 (($ (-1 |#1| (-553)) $) 106)) (-1561 (((-111) $) NIL)) (-3590 (($ |#1| (-757)) 15) (($ $ (-1061) (-757)) NIL) (($ $ (-630 (-1061)) (-630 (-757))) NIL)) (-1478 (($ (-1 |#1| |#1|) $) 94)) (-2431 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3733 (($ $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-3903 (($ $) 110)) (-2967 (($ $) 108)) (-3332 (($ (-553) (-553) $) 132)) (-1619 (($ $) 145 (|has| |#1| (-38 (-401 (-553))))) (($ $ (-1155)) 151 (-4028 (-12 (|has| |#1| (-15 -1619 (|#1| |#1| (-1155)))) (|has| |#1| (-15 -3611 ((-630 (-1155)) |#1|))) (|has| |#1| (-38 (-401 (-553))))) (-12 (|has| |#1| (-29 (-553))) (|has| |#1| (-38 (-401 (-553)))) (|has| |#1| (-941)) (|has| |#1| (-1177))))) (($ $ (-1234 |#2|)) 146 (|has| |#1| (-38 (-401 (-553)))))) (-2875 (((-1099) $) NIL)) (-1499 (($ $ (-553) (-553)) 116)) (-2370 (($ $ (-757)) 118)) (-3968 (((-3 $ "failed") $ $) NIL (|has| |#1| (-545)))) (-2854 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3477 (($ $) 114)) (-2433 (((-1135 |#1|) $ |#1|) 96 (|has| |#1| (-15 ** (|#1| |#1| (-757)))))) (-2061 ((|#1| $ (-757)) 91) (($ $ $) 126 (|has| (-757) (-1091)))) (-3095 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) 103 (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-757) |#1|)))) (($ $) 98 (|has| |#1| (-15 * (|#1| (-757) |#1|)))) (($ $ (-1234 |#2|)) 99)) (-2672 (((-757) $) NIL)) (-2517 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2371 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2492 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2347 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2468 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2319 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4297 (($ $) 120)) (-3212 (((-845) $) NIL) (($ (-553)) 24) (($ (-401 (-553))) 143 (|has| |#1| (-38 (-401 (-553))))) (($ $) NIL (|has| |#1| (-545))) (($ |#1|) 23 (|has| |#1| (-169))) (($ (-1211 |#2| |#1|)) 80) (($ (-1234 |#2|)) 20)) (-1372 (((-1135 |#1|) $) NIL)) (-1925 ((|#1| $ (-757)) 90)) (-2234 (((-3 $ "failed") $) NIL (|has| |#1| (-142)))) (-1348 (((-757)) NIL)) (-4045 ((|#1| $) 88)) (-3842 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2410 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2453 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2529 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2383 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3862 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2434 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-4312 ((|#1| $ (-757)) 86 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-757)))) (|has| |#1| (-15 -3212 (|#1| (-1155))))))) (-3013 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2445 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3852 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2421 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2542 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-2396 (($ $) NIL (|has| |#1| (-38 (-401 (-553)))))) (-3296 (($) 17 T CONST)) (-3308 (($) 13 T CONST)) (-1766 (($ $ (-630 (-1155)) (-630 (-757))) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155) (-757)) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-630 (-1155))) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-1155)) NIL (-12 (|has| |#1| (-15 * (|#1| (-757) |#1|))) (|has| |#1| (-882 (-1155))))) (($ $ (-757)) NIL (|has| |#1| (-15 * (|#1| (-757) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-757) |#1|))))) (-1614 (((-111) $ $) NIL)) (-1721 (($ $ |#1|) NIL (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) 102)) (-1699 (($ $ $) 18)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL) (($ $ |#1|) 140 (|has| |#1| (-357))) (($ $ $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 101) (($ (-401 (-553)) $) NIL (|has| |#1| (-38 (-401 (-553))))) (($ $ (-401 (-553))) NIL (|has| |#1| (-38 (-401 (-553)))))))
+(((-1230 |#1| |#2| |#3|) (-13 (-1229 |#1|) (-10 -8 (-15 -3212 ($ (-1211 |#2| |#1|))) (-15 -2291 ((-1211 |#2| |#1|) $ (-757))) (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (-15 -2967 ($ $)) (-15 -3903 ($ $)) (-15 -2327 ($ $)) (-15 -3477 ($ $)) (-15 -1499 ($ $ (-553) (-553))) (-15 -2733 ($ $)) (-15 -1375 ($ (-553) (-553) $)) (-15 -3332 ($ (-553) (-553) $)) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|))) (-1031) (-1155) |#1|) (T -1230))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-1211 *4 *3)) (-4 *3 (-1031)) (-14 *4 (-1155)) (-14 *5 *3) (-5 *1 (-1230 *3 *4 *5)))) (-2291 (*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1211 *5 *4)) (-5 *1 (-1230 *4 *5 *6)) (-4 *4 (-1031)) (-14 *5 (-1155)) (-14 *6 *4))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1230 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-3095 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1230 *3 *4 *5)) (-4 *3 (-1031)) (-14 *5 *3))) (-2967 (*1 *1 *1) (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155)) (-14 *4 *2))) (-3903 (*1 *1 *1) (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155)) (-14 *4 *2))) (-2327 (*1 *1 *1) (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155)) (-14 *4 *2))) (-3477 (*1 *1 *1) (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155)) (-14 *4 *2))) (-1499 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-1230 *3 *4 *5)) (-4 *3 (-1031)) (-14 *4 (-1155)) (-14 *5 *3))) (-2733 (*1 *1 *1) (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155)) (-14 *4 *2))) (-1375 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1230 *3 *4 *5)) (-4 *3 (-1031)) (-14 *4 (-1155)) (-14 *5 *3))) (-3332 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1230 *3 *4 *5)) (-4 *3 (-1031)) (-14 *4 (-1155)) (-14 *5 *3))) (-1619 (*1 *1 *1 *2) (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1230 *3 *4 *5)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3))))
+(-13 (-1229 |#1|) (-10 -8 (-15 -3212 ($ (-1211 |#2| |#1|))) (-15 -2291 ((-1211 |#2| |#1|) $ (-757))) (-15 -3212 ($ (-1234 |#2|))) (-15 -3095 ($ $ (-1234 |#2|))) (-15 -2967 ($ $)) (-15 -3903 ($ $)) (-15 -2327 ($ $)) (-15 -3477 ($ $)) (-15 -1499 ($ $ (-553) (-553))) (-15 -2733 ($ $)) (-15 -1375 ($ (-553) (-553) $)) (-15 -3332 ($ (-553) (-553) $)) (IF (|has| |#1| (-38 (-401 (-553)))) (-15 -1619 ($ $ (-1234 |#2|))) |%noBranch|)))
+((-2248 (((-1 (-1135 |#1|) (-630 (-1135 |#1|))) (-1 |#2| (-630 |#2|))) 24)) (-4069 (((-1 (-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-1397 (((-1 (-1135 |#1|) (-1135 |#1|)) (-1 |#2| |#2|)) 13)) (-1995 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-3780 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-2459 ((|#2| (-1 |#2| (-630 |#2|)) (-630 |#1|)) 54)) (-2017 (((-630 |#2|) (-630 |#1|) (-630 (-1 |#2| (-630 |#2|)))) 61)) (-2614 ((|#2| |#2| |#2|) 43)))
+(((-1231 |#1| |#2|) (-10 -7 (-15 -1397 ((-1 (-1135 |#1|) (-1135 |#1|)) (-1 |#2| |#2|))) (-15 -4069 ((-1 (-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -2248 ((-1 (-1135 |#1|) (-630 (-1135 |#1|))) (-1 |#2| (-630 |#2|)))) (-15 -2614 (|#2| |#2| |#2|)) (-15 -3780 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2459 (|#2| (-1 |#2| (-630 |#2|)) (-630 |#1|))) (-15 -2017 ((-630 |#2|) (-630 |#1|) (-630 (-1 |#2| (-630 |#2|)))))) (-38 (-401 (-553))) (-1229 |#1|)) (T -1231))
+((-2017 (*1 *2 *3 *4) (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 (-1 *6 (-630 *6)))) (-4 *5 (-38 (-401 (-553)))) (-4 *6 (-1229 *5)) (-5 *2 (-630 *6)) (-5 *1 (-1231 *5 *6)))) (-2459 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-630 *2))) (-5 *4 (-630 *5)) (-4 *5 (-38 (-401 (-553)))) (-4 *2 (-1229 *5)) (-5 *1 (-1231 *5 *2)))) (-1995 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1229 *4)) (-5 *1 (-1231 *4 *2)) (-4 *4 (-38 (-401 (-553)))))) (-3780 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1229 *4)) (-5 *1 (-1231 *4 *2)) (-4 *4 (-38 (-401 (-553)))))) (-2614 (*1 *2 *2 *2) (-12 (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1231 *3 *2)) (-4 *2 (-1229 *3)))) (-2248 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-630 *5))) (-4 *5 (-1229 *4)) (-4 *4 (-38 (-401 (-553)))) (-5 *2 (-1 (-1135 *4) (-630 (-1135 *4)))) (-5 *1 (-1231 *4 *5)))) (-4069 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1229 *4)) (-4 *4 (-38 (-401 (-553)))) (-5 *2 (-1 (-1135 *4) (-1135 *4) (-1135 *4))) (-5 *1 (-1231 *4 *5)))) (-1397 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1229 *4)) (-4 *4 (-38 (-401 (-553)))) (-5 *2 (-1 (-1135 *4) (-1135 *4))) (-5 *1 (-1231 *4 *5)))))
+(-10 -7 (-15 -1397 ((-1 (-1135 |#1|) (-1135 |#1|)) (-1 |#2| |#2|))) (-15 -4069 ((-1 (-1135 |#1|) (-1135 |#1|) (-1135 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -2248 ((-1 (-1135 |#1|) (-630 (-1135 |#1|))) (-1 |#2| (-630 |#2|)))) (-15 -2614 (|#2| |#2| |#2|)) (-15 -3780 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -1995 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2459 (|#2| (-1 |#2| (-630 |#2|)) (-630 |#1|))) (-15 -2017 ((-630 |#2|) (-630 |#1|) (-630 (-1 |#2| (-630 |#2|))))))
+((-3919 ((|#2| |#4| (-757)) 30)) (-4002 ((|#4| |#2|) 25)) (-3232 ((|#4| (-401 |#2|)) 52 (|has| |#1| (-545)))) (-1598 (((-1 |#4| (-630 |#4|)) |#3|) 46)))
+(((-1232 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4002 (|#4| |#2|)) (-15 -3919 (|#2| |#4| (-757))) (-15 -1598 ((-1 |#4| (-630 |#4|)) |#3|)) (IF (|has| |#1| (-545)) (-15 -3232 (|#4| (-401 |#2|))) |%noBranch|)) (-1031) (-1214 |#1|) (-641 |#2|) (-1229 |#1|)) (T -1232))
+((-3232 (*1 *2 *3) (-12 (-5 *3 (-401 *5)) (-4 *5 (-1214 *4)) (-4 *4 (-545)) (-4 *4 (-1031)) (-4 *2 (-1229 *4)) (-5 *1 (-1232 *4 *5 *6 *2)) (-4 *6 (-641 *5)))) (-1598 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-4 *5 (-1214 *4)) (-5 *2 (-1 *6 (-630 *6))) (-5 *1 (-1232 *4 *5 *3 *6)) (-4 *3 (-641 *5)) (-4 *6 (-1229 *4)))) (-3919 (*1 *2 *3 *4) (-12 (-5 *4 (-757)) (-4 *5 (-1031)) (-4 *2 (-1214 *5)) (-5 *1 (-1232 *5 *2 *6 *3)) (-4 *6 (-641 *2)) (-4 *3 (-1229 *5)))) (-4002 (*1 *2 *3) (-12 (-4 *4 (-1031)) (-4 *3 (-1214 *4)) (-4 *2 (-1229 *4)) (-5 *1 (-1232 *4 *3 *5 *2)) (-4 *5 (-641 *3)))))
+(-10 -7 (-15 -4002 (|#4| |#2|)) (-15 -3919 (|#2| |#4| (-757))) (-15 -1598 ((-1 |#4| (-630 |#4|)) |#3|)) (IF (|has| |#1| (-545)) (-15 -3232 (|#4| (-401 |#2|))) |%noBranch|))
+NIL
+(((-1233) (-137)) (T -1233))
+NIL
+(-13 (-10 -7 (-6 -4284)))
+((-3200 (((-111) $ $) NIL)) (-1489 (((-1155)) 12)) (-4056 (((-1137) $) 17)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 11) (((-1155) $) 8)) (-1614 (((-111) $ $) 14)))
+(((-1234 |#1|) (-13 (-1079) (-600 (-1155)) (-10 -8 (-15 -3212 ((-1155) $)) (-15 -1489 ((-1155))))) (-1155)) (T -1234))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1234 *3)) (-14 *3 *2))) (-1489 (*1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1234 *3)) (-14 *3 *2))))
+(-13 (-1079) (-600 (-1155)) (-10 -8 (-15 -3212 ((-1155) $)) (-15 -1489 ((-1155)))))
+((-2307 (($ (-757)) 18)) (-1921 (((-674 |#2|) $ $) 40)) (-2026 ((|#2| $) 48)) (-2555 ((|#2| $) 47)) (-1602 ((|#2| $ $) 35)) (-3113 (($ $ $) 44)) (-1710 (($ $) 22) (($ $ $) 28)) (-1699 (($ $ $) 15)) (* (($ (-553) $) 25) (($ |#2| $) 31) (($ $ |#2|) 30)))
+(((-1235 |#1| |#2|) (-10 -8 (-15 -2026 (|#2| |#1|)) (-15 -2555 (|#2| |#1|)) (-15 -3113 (|#1| |#1| |#1|)) (-15 -1921 ((-674 |#2|) |#1| |#1|)) (-15 -1602 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 -2307 (|#1| (-757))) (-15 -1699 (|#1| |#1| |#1|))) (-1236 |#2|) (-1192)) (T -1235))
+NIL
+(-10 -8 (-15 -2026 (|#2| |#1|)) (-15 -2555 (|#2| |#1|)) (-15 -3113 (|#1| |#1| |#1|)) (-15 -1921 ((-674 |#2|) |#1| |#1|)) (-15 -1602 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-553) |#1|)) (-15 -1710 (|#1| |#1| |#1|)) (-15 -1710 (|#1| |#1|)) (-15 -2307 (|#1| (-757))) (-15 -1699 (|#1| |#1| |#1|)))
+((-3200 (((-111) $ $) 19 (|has| |#1| (-1079)))) (-2307 (($ (-757)) 112 (|has| |#1| (-23)))) (-1306 (((-1243) $ (-553) (-553)) 40 (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) 98) (((-111) $) 92 (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) 89 (|has| $ (-6 -4370))) (($ $) 88 (-12 (|has| |#1| (-833)) (|has| $ (-6 -4370))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) 8)) (-1471 ((|#1| $ (-553) |#1|) 52 (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) 58 (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) 75 (|has| $ (-6 -4369)))) (-3203 (($) 7 T CONST)) (-3591 (($ $) 90 (|has| $ (-6 -4370)))) (-3341 (($ $) 100)) (-2738 (($ $) 78 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2653 (($ |#1| $) 77 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) (($ (-1 (-111) |#1|) $) 74 (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) 53 (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) 51)) (-1457 (((-553) (-1 (-111) |#1|) $) 97) (((-553) |#1| $) 96 (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) 95 (|has| |#1| (-1079)))) (-3136 (((-630 |#1|) $) 30 (|has| $ (-6 -4369)))) (-1921 (((-674 |#1|) $ $) 105 (|has| |#1| (-1031)))) (-3306 (($ (-757) |#1|) 69)) (-3625 (((-111) $ (-757)) 9)) (-1324 (((-553) $) 43 (|has| (-553) (-833)))) (-1773 (($ $ $) 87 (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) 27 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-2049 (((-553) $) 44 (|has| (-553) (-833)))) (-2012 (($ $ $) 86 (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2026 ((|#1| $) 102 (-12 (|has| |#1| (-1031)) (|has| |#1| (-984))))) (-3711 (((-111) $ (-757)) 10)) (-2555 ((|#1| $) 103 (-12 (|has| |#1| (-1031)) (|has| |#1| (-984))))) (-4056 (((-1137) $) 22 (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) 60) (($ $ $ (-553)) 59)) (-2508 (((-630 (-553)) $) 46)) (-2166 (((-111) (-553) $) 47)) (-2875 (((-1099) $) 21 (|has| |#1| (-1079)))) (-2701 ((|#1| $) 42 (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) 71)) (-2001 (($ $ |#1|) 41 (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) 32 (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) 26 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) 25 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) 23 (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) 14)) (-1844 (((-111) |#1| $) 45 (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) 48)) (-3437 (((-111) $) 11)) (-1422 (($) 12)) (-2061 ((|#1| $ (-553) |#1|) 50) ((|#1| $ (-553)) 49) (($ $ (-1205 (-553))) 63)) (-1602 ((|#1| $ $) 106 (|has| |#1| (-1031)))) (-2013 (($ $ (-553)) 62) (($ $ (-1205 (-553))) 61)) (-3113 (($ $ $) 104 (|has| |#1| (-1031)))) (-2885 (((-757) (-1 (-111) |#1|) $) 31 (|has| $ (-6 -4369))) (((-757) |#1| $) 28 (-12 (|has| |#1| (-1079)) (|has| $ (-6 -4369))))) (-3454 (($ $ $ (-553)) 91 (|has| $ (-6 -4370)))) (-1488 (($ $) 13)) (-1523 (((-529) $) 79 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 70)) (-4320 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-630 $)) 65)) (-3212 (((-845) $) 18 (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) 33 (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) 84 (|has| |#1| (-833)))) (-1645 (((-111) $ $) 83 (|has| |#1| (-833)))) (-1614 (((-111) $ $) 20 (|has| |#1| (-1079)))) (-1656 (((-111) $ $) 85 (|has| |#1| (-833)))) (-1633 (((-111) $ $) 82 (|has| |#1| (-833)))) (-1710 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-1699 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-553) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-712))) (($ $ |#1|) 107 (|has| |#1| (-712)))) (-2656 (((-757) $) 6 (|has| $ (-6 -4369)))))
+(((-1236 |#1|) (-137) (-1192)) (T -1236))
+((-1699 (*1 *1 *1 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-25)))) (-2307 (*1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1236 *3)) (-4 *3 (-23)) (-4 *3 (-1192)))) (-1710 (*1 *1 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-21)))) (-1710 (*1 *1 *1 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-553)) (-4 *1 (-1236 *3)) (-4 *3 (-1192)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-712)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-712)))) (-1602 (*1 *2 *1 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-1031)))) (-1921 (*1 *2 *1 *1) (-12 (-4 *1 (-1236 *3)) (-4 *3 (-1192)) (-4 *3 (-1031)) (-5 *2 (-674 *3)))) (-3113 (*1 *1 *1 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-1031)))) (-2555 (*1 *2 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-984)) (-4 *2 (-1031)))) (-2026 (*1 *2 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-984)) (-4 *2 (-1031)))))
+(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -1699 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -2307 ($ (-757))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -1710 ($ $)) (-15 -1710 ($ $ $)) (-15 * ($ (-553) $))) |%noBranch|) (IF (|has| |t#1| (-712)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-1031)) (PROGN (-15 -1602 (|t#1| $ $)) (-15 -1921 ((-674 |t#1|) $ $)) (-15 -3113 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-984)) (IF (|has| |t#1| (-1031)) (PROGN (-15 -2555 (|t#1| $)) (-15 -2026 (|t#1| $))) |%noBranch|) |%noBranch|)))
+(((-34) . T) ((-101) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-600 (-845)) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833)) (|has| |#1| (-600 (-845)))) ((-148 |#1|) . T) ((-601 (-529)) |has| |#1| (-601 (-529))) ((-280 #0=(-553) |#1|) . T) ((-282 #0# |#1|) . T) ((-303 |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-367 |#1|) . T) ((-482 |#1|) . T) ((-591 #0# |#1|) . T) ((-507 |#1| |#1|) -12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))) ((-636 |#1|) . T) ((-19 |#1|) . T) ((-833) |has| |#1| (-833)) ((-1079) -4028 (|has| |#1| (-1079)) (|has| |#1| (-833))) ((-1192) . T))
+((-3108 (((-1238 |#2|) (-1 |#2| |#1| |#2|) (-1238 |#1|) |#2|) 13)) (-3883 ((|#2| (-1 |#2| |#1| |#2|) (-1238 |#1|) |#2|) 15)) (-1478 (((-3 (-1238 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1238 |#1|)) 28) (((-1238 |#2|) (-1 |#2| |#1|) (-1238 |#1|)) 18)))
+(((-1237 |#1| |#2|) (-10 -7 (-15 -3108 ((-1238 |#2|) (-1 |#2| |#1| |#2|) (-1238 |#1|) |#2|)) (-15 -3883 (|#2| (-1 |#2| |#1| |#2|) (-1238 |#1|) |#2|)) (-15 -1478 ((-1238 |#2|) (-1 |#2| |#1|) (-1238 |#1|))) (-15 -1478 ((-3 (-1238 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1238 |#1|)))) (-1192) (-1192)) (T -1237))
+((-1478 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1238 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-1238 *6)) (-5 *1 (-1237 *5 *6)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1238 *5)) (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-1238 *6)) (-5 *1 (-1237 *5 *6)))) (-3883 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1238 *5)) (-4 *5 (-1192)) (-4 *2 (-1192)) (-5 *1 (-1237 *5 *2)))) (-3108 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1238 *6)) (-4 *6 (-1192)) (-4 *5 (-1192)) (-5 *2 (-1238 *5)) (-5 *1 (-1237 *6 *5)))))
+(-10 -7 (-15 -3108 ((-1238 |#2|) (-1 |#2| |#1| |#2|) (-1238 |#1|) |#2|)) (-15 -3883 (|#2| (-1 |#2| |#1| |#2|) (-1238 |#1|) |#2|)) (-15 -1478 ((-1238 |#2|) (-1 |#2| |#1|) (-1238 |#1|))) (-15 -1478 ((-3 (-1238 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1238 |#1|))))
+((-3200 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-2307 (($ (-757)) NIL (|has| |#1| (-23)))) (-3083 (($ (-630 |#1|)) 9)) (-1306 (((-1243) $ (-553) (-553)) NIL (|has| $ (-6 -4370)))) (-4332 (((-111) (-1 (-111) |#1| |#1|) $) NIL) (((-111) $) NIL (|has| |#1| (-833)))) (-1748 (($ (-1 (-111) |#1| |#1|) $) NIL (|has| $ (-6 -4370))) (($ $) NIL (-12 (|has| $ (-6 -4370)) (|has| |#1| (-833))))) (-1297 (($ (-1 (-111) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-833)))) (-2549 (((-111) $ (-757)) NIL)) (-1471 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370))) ((|#1| $ (-1205 (-553)) |#1|) NIL (|has| $ (-6 -4370)))) (-3953 (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3203 (($) NIL T CONST)) (-3591 (($ $) NIL (|has| $ (-6 -4370)))) (-3341 (($ $) NIL)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2653 (($ |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) (($ (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-3883 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4369))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4369)))) (-2959 ((|#1| $ (-553) |#1|) NIL (|has| $ (-6 -4370)))) (-2891 ((|#1| $ (-553)) NIL)) (-1457 (((-553) (-1 (-111) |#1|) $) NIL) (((-553) |#1| $) NIL (|has| |#1| (-1079))) (((-553) |#1| $ (-553)) NIL (|has| |#1| (-1079)))) (-3136 (((-630 |#1|) $) 15 (|has| $ (-6 -4369)))) (-1921 (((-674 |#1|) $ $) NIL (|has| |#1| (-1031)))) (-3306 (($ (-757) |#1|) NIL)) (-3625 (((-111) $ (-757)) NIL)) (-1324 (((-553) $) NIL (|has| (-553) (-833)))) (-1773 (($ $ $) NIL (|has| |#1| (-833)))) (-3858 (($ (-1 (-111) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-833)))) (-2447 (((-630 |#1|) $) NIL (|has| $ (-6 -4369)))) (-4349 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-2049 (((-553) $) NIL (|has| (-553) (-833)))) (-2012 (($ $ $) NIL (|has| |#1| (-833)))) (-2947 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2026 ((|#1| $) NIL (-12 (|has| |#1| (-984)) (|has| |#1| (-1031))))) (-3711 (((-111) $ (-757)) NIL)) (-2555 ((|#1| $) NIL (-12 (|has| |#1| (-984)) (|has| |#1| (-1031))))) (-4056 (((-1137) $) NIL (|has| |#1| (-1079)))) (-1760 (($ |#1| $ (-553)) NIL) (($ $ $ (-553)) NIL)) (-2508 (((-630 (-553)) $) NIL)) (-2166 (((-111) (-553) $) NIL)) (-2875 (((-1099) $) NIL (|has| |#1| (-1079)))) (-2701 ((|#1| $) NIL (|has| (-553) (-833)))) (-3003 (((-3 |#1| "failed") (-1 (-111) |#1|) $) NIL)) (-2001 (($ $ |#1|) NIL (|has| $ (-6 -4370)))) (-1563 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 (-288 |#1|))) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-288 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079)))) (($ $ (-630 |#1|) (-630 |#1|)) NIL (-12 (|has| |#1| (-303 |#1|)) (|has| |#1| (-1079))))) (-3245 (((-111) $ $) NIL)) (-1844 (((-111) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-1556 (((-630 |#1|) $) NIL)) (-3437 (((-111) $) NIL)) (-1422 (($) NIL)) (-2061 ((|#1| $ (-553) |#1|) NIL) ((|#1| $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-1602 ((|#1| $ $) NIL (|has| |#1| (-1031)))) (-2013 (($ $ (-553)) NIL) (($ $ (-1205 (-553))) NIL)) (-3113 (($ $ $) NIL (|has| |#1| (-1031)))) (-2885 (((-757) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369))) (((-757) |#1| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#1| (-1079))))) (-3454 (($ $ $ (-553)) NIL (|has| $ (-6 -4370)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) 19 (|has| |#1| (-601 (-529))))) (-3225 (($ (-630 |#1|)) 8)) (-4320 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-630 $)) NIL)) (-3212 (((-845) $) NIL (|has| |#1| (-600 (-845))))) (-1798 (((-111) (-1 (-111) |#1|) $) NIL (|has| $ (-6 -4369)))) (-1667 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1645 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1614 (((-111) $ $) NIL (|has| |#1| (-1079)))) (-1656 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1633 (((-111) $ $) NIL (|has| |#1| (-833)))) (-1710 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-1699 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-553) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-712))) (($ $ |#1|) NIL (|has| |#1| (-712)))) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1238 |#1|) (-13 (-1236 |#1|) (-10 -8 (-15 -3083 ($ (-630 |#1|))))) (-1192)) (T -1238))
+((-3083 (*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-1238 *3)))))
+(-13 (-1236 |#1|) (-10 -8 (-15 -3083 ($ (-630 |#1|)))))
+((-3200 (((-111) $ $) NIL)) (-3249 (((-1137) $ (-1137)) 90) (((-1137) $ (-1137) (-1137)) 88) (((-1137) $ (-1137) (-630 (-1137))) 87)) (-3185 (($) 59)) (-2677 (((-1243) $ (-461) (-903)) 45)) (-2097 (((-1243) $ (-903) (-1137)) 73) (((-1243) $ (-903) (-856)) 74)) (-1307 (((-1243) $ (-903) (-373) (-373)) 48)) (-4019 (((-1243) $ (-1137)) 69)) (-1532 (((-1243) $ (-903) (-1137)) 78)) (-1554 (((-1243) $ (-903) (-373) (-373)) 49)) (-4131 (((-1243) $ (-903) (-903)) 46)) (-3229 (((-1243) $) 70)) (-3689 (((-1243) $ (-903) (-1137)) 77)) (-3025 (((-1243) $ (-461) (-903)) 31)) (-1838 (((-1243) $ (-903) (-1137)) 76)) (-3959 (((-630 (-257)) $) 23) (($ $ (-630 (-257))) 24)) (-1521 (((-1243) $ (-757) (-757)) 43)) (-1917 (($ $) 60) (($ (-461) (-630 (-257))) 61)) (-4056 (((-1137) $) NIL)) (-2669 (((-553) $) 38)) (-2875 (((-1099) $) NIL)) (-1373 (((-1238 (-3 (-461) "undefined")) $) 37)) (-4129 (((-1238 (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -1838 (-553)) (|:| -2980 (-553)) (|:| |spline| (-553)) (|:| -3573 (-553)) (|:| |axesColor| (-856)) (|:| -2097 (-553)) (|:| |unitsColor| (-856)) (|:| |showing| (-553)))) $) 36)) (-1497 (((-1243) $ (-903) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-553) (-856) (-553) (-856) (-553)) 68)) (-2572 (((-630 (-925 (-220))) $) NIL)) (-1303 (((-461) $ (-903)) 33)) (-2069 (((-1243) $ (-757) (-757) (-903) (-903)) 40)) (-3820 (((-1243) $ (-1137)) 79)) (-2980 (((-1243) $ (-903) (-1137)) 75)) (-3212 (((-845) $) 85)) (-2570 (((-1243) $) 80)) (-3573 (((-1243) $ (-903) (-1137)) 71) (((-1243) $ (-903) (-856)) 72)) (-1614 (((-111) $ $) NIL)))
+(((-1239) (-13 (-1079) (-10 -8 (-15 -2572 ((-630 (-925 (-220))) $)) (-15 -3185 ($)) (-15 -1917 ($ $)) (-15 -3959 ((-630 (-257)) $)) (-15 -3959 ($ $ (-630 (-257)))) (-15 -1917 ($ (-461) (-630 (-257)))) (-15 -1497 ((-1243) $ (-903) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-553) (-856) (-553) (-856) (-553))) (-15 -4129 ((-1238 (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -1838 (-553)) (|:| -2980 (-553)) (|:| |spline| (-553)) (|:| -3573 (-553)) (|:| |axesColor| (-856)) (|:| -2097 (-553)) (|:| |unitsColor| (-856)) (|:| |showing| (-553)))) $)) (-15 -1373 ((-1238 (-3 (-461) "undefined")) $)) (-15 -4019 ((-1243) $ (-1137))) (-15 -3025 ((-1243) $ (-461) (-903))) (-15 -1303 ((-461) $ (-903))) (-15 -3573 ((-1243) $ (-903) (-1137))) (-15 -3573 ((-1243) $ (-903) (-856))) (-15 -2097 ((-1243) $ (-903) (-1137))) (-15 -2097 ((-1243) $ (-903) (-856))) (-15 -1838 ((-1243) $ (-903) (-1137))) (-15 -3689 ((-1243) $ (-903) (-1137))) (-15 -2980 ((-1243) $ (-903) (-1137))) (-15 -3820 ((-1243) $ (-1137))) (-15 -2570 ((-1243) $)) (-15 -2069 ((-1243) $ (-757) (-757) (-903) (-903))) (-15 -1554 ((-1243) $ (-903) (-373) (-373))) (-15 -1307 ((-1243) $ (-903) (-373) (-373))) (-15 -1532 ((-1243) $ (-903) (-1137))) (-15 -1521 ((-1243) $ (-757) (-757))) (-15 -2677 ((-1243) $ (-461) (-903))) (-15 -4131 ((-1243) $ (-903) (-903))) (-15 -3249 ((-1137) $ (-1137))) (-15 -3249 ((-1137) $ (-1137) (-1137))) (-15 -3249 ((-1137) $ (-1137) (-630 (-1137)))) (-15 -3229 ((-1243) $)) (-15 -2669 ((-553) $)) (-15 -3212 ((-845) $))))) (T -1239))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-1239)))) (-2572 (*1 *2 *1) (-12 (-5 *2 (-630 (-925 (-220)))) (-5 *1 (-1239)))) (-3185 (*1 *1) (-5 *1 (-1239))) (-1917 (*1 *1 *1) (-5 *1 (-1239))) (-3959 (*1 *2 *1) (-12 (-5 *2 (-630 (-257))) (-5 *1 (-1239)))) (-3959 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-257))) (-5 *1 (-1239)))) (-1917 (*1 *1 *2 *3) (-12 (-5 *2 (-461)) (-5 *3 (-630 (-257))) (-5 *1 (-1239)))) (-1497 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-903)) (-5 *4 (-220)) (-5 *5 (-553)) (-5 *6 (-856)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-4129 (*1 *2 *1) (-12 (-5 *2 (-1238 (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -1838 (-553)) (|:| -2980 (-553)) (|:| |spline| (-553)) (|:| -3573 (-553)) (|:| |axesColor| (-856)) (|:| -2097 (-553)) (|:| |unitsColor| (-856)) (|:| |showing| (-553))))) (-5 *1 (-1239)))) (-1373 (*1 *2 *1) (-12 (-5 *2 (-1238 (-3 (-461) "undefined"))) (-5 *1 (-1239)))) (-4019 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-3025 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-461)) (-5 *4 (-903)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-1303 (*1 *2 *1 *3) (-12 (-5 *3 (-903)) (-5 *2 (-461)) (-5 *1 (-1239)))) (-3573 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-3573 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-856)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-2097 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-2097 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-856)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-1838 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-3689 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-2980 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-3820 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-2570 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1239)))) (-2069 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-757)) (-5 *4 (-903)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-1554 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-903)) (-5 *4 (-373)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-1307 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-903)) (-5 *4 (-373)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-1532 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-1521 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-2677 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-461)) (-5 *4 (-903)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-4131 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1243)) (-5 *1 (-1239)))) (-3249 (*1 *2 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1239)))) (-3249 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1239)))) (-3249 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-1137)) (-5 *1 (-1239)))) (-3229 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1239)))) (-2669 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1239)))))
+(-13 (-1079) (-10 -8 (-15 -2572 ((-630 (-925 (-220))) $)) (-15 -3185 ($)) (-15 -1917 ($ $)) (-15 -3959 ((-630 (-257)) $)) (-15 -3959 ($ $ (-630 (-257)))) (-15 -1917 ($ (-461) (-630 (-257)))) (-15 -1497 ((-1243) $ (-903) (-220) (-220) (-220) (-220) (-553) (-553) (-553) (-553) (-856) (-553) (-856) (-553))) (-15 -4129 ((-1238 (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -1838 (-553)) (|:| -2980 (-553)) (|:| |spline| (-553)) (|:| -3573 (-553)) (|:| |axesColor| (-856)) (|:| -2097 (-553)) (|:| |unitsColor| (-856)) (|:| |showing| (-553)))) $)) (-15 -1373 ((-1238 (-3 (-461) "undefined")) $)) (-15 -4019 ((-1243) $ (-1137))) (-15 -3025 ((-1243) $ (-461) (-903))) (-15 -1303 ((-461) $ (-903))) (-15 -3573 ((-1243) $ (-903) (-1137))) (-15 -3573 ((-1243) $ (-903) (-856))) (-15 -2097 ((-1243) $ (-903) (-1137))) (-15 -2097 ((-1243) $ (-903) (-856))) (-15 -1838 ((-1243) $ (-903) (-1137))) (-15 -3689 ((-1243) $ (-903) (-1137))) (-15 -2980 ((-1243) $ (-903) (-1137))) (-15 -3820 ((-1243) $ (-1137))) (-15 -2570 ((-1243) $)) (-15 -2069 ((-1243) $ (-757) (-757) (-903) (-903))) (-15 -1554 ((-1243) $ (-903) (-373) (-373))) (-15 -1307 ((-1243) $ (-903) (-373) (-373))) (-15 -1532 ((-1243) $ (-903) (-1137))) (-15 -1521 ((-1243) $ (-757) (-757))) (-15 -2677 ((-1243) $ (-461) (-903))) (-15 -4131 ((-1243) $ (-903) (-903))) (-15 -3249 ((-1137) $ (-1137))) (-15 -3249 ((-1137) $ (-1137) (-1137))) (-15 -3249 ((-1137) $ (-1137) (-630 (-1137)))) (-15 -3229 ((-1243) $)) (-15 -2669 ((-553) $)) (-15 -3212 ((-845) $))))
+((-3200 (((-111) $ $) NIL)) (-3588 (((-1243) $ (-373)) 140) (((-1243) $ (-373) (-373) (-373)) 141)) (-3249 (((-1137) $ (-1137)) 148) (((-1137) $ (-1137) (-1137)) 146) (((-1137) $ (-1137) (-630 (-1137))) 145)) (-1785 (($) 50)) (-2712 (((-1243) $ (-373) (-373) (-373) (-373) (-373)) 116) (((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) $) 114) (((-1243) $ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) 115) (((-1243) $ (-553) (-553) (-373) (-373) (-373)) 117) (((-1243) $ (-373) (-373)) 118) (((-1243) $ (-373) (-373) (-373)) 125)) (-1593 (((-373)) 97) (((-373) (-373)) 98)) (-2994 (((-373)) 92) (((-373) (-373)) 94)) (-4029 (((-373)) 95) (((-373) (-373)) 96)) (-1525 (((-373)) 101) (((-373) (-373)) 102)) (-3532 (((-373)) 99) (((-373) (-373)) 100)) (-1307 (((-1243) $ (-373) (-373)) 142)) (-4019 (((-1243) $ (-1137)) 126)) (-3696 (((-1112 (-220)) $) 51) (($ $ (-1112 (-220))) 52)) (-2686 (((-1243) $ (-1137)) 154)) (-1943 (((-1243) $ (-1137)) 155)) (-3250 (((-1243) $ (-373) (-373)) 124) (((-1243) $ (-553) (-553)) 139)) (-4131 (((-1243) $ (-903) (-903)) 132)) (-3229 (((-1243) $) 112)) (-2776 (((-1243) $ (-1137)) 153)) (-3123 (((-1243) $ (-1137)) 109)) (-3959 (((-630 (-257)) $) 53) (($ $ (-630 (-257))) 54)) (-1521 (((-1243) $ (-757) (-757)) 131)) (-2996 (((-1243) $ (-757) (-925 (-220))) 160)) (-1892 (($ $) 56) (($ (-1112 (-220)) (-1137)) 57) (($ (-1112 (-220)) (-630 (-257))) 58)) (-1622 (((-1243) $ (-373) (-373) (-373)) 106)) (-4056 (((-1137) $) NIL)) (-2669 (((-553) $) 103)) (-4221 (((-1243) $ (-373)) 143)) (-2690 (((-1243) $ (-373)) 158)) (-2875 (((-1099) $) NIL)) (-2008 (((-1243) $ (-373)) 157)) (-1599 (((-1243) $ (-1137)) 111)) (-2069 (((-1243) $ (-757) (-757) (-903) (-903)) 130)) (-2100 (((-1243) $ (-1137)) 108)) (-3820 (((-1243) $ (-1137)) 110)) (-4295 (((-1243) $ (-154) (-154)) 129)) (-3212 (((-845) $) 137)) (-2570 (((-1243) $) 113)) (-3002 (((-1243) $ (-1137)) 156)) (-3573 (((-1243) $ (-1137)) 107)) (-1614 (((-111) $ $) NIL)))
+(((-1240) (-13 (-1079) (-10 -8 (-15 -2994 ((-373))) (-15 -2994 ((-373) (-373))) (-15 -4029 ((-373))) (-15 -4029 ((-373) (-373))) (-15 -1593 ((-373))) (-15 -1593 ((-373) (-373))) (-15 -3532 ((-373))) (-15 -3532 ((-373) (-373))) (-15 -1525 ((-373))) (-15 -1525 ((-373) (-373))) (-15 -1785 ($)) (-15 -1892 ($ $)) (-15 -1892 ($ (-1112 (-220)) (-1137))) (-15 -1892 ($ (-1112 (-220)) (-630 (-257)))) (-15 -3696 ((-1112 (-220)) $)) (-15 -3696 ($ $ (-1112 (-220)))) (-15 -2996 ((-1243) $ (-757) (-925 (-220)))) (-15 -3959 ((-630 (-257)) $)) (-15 -3959 ($ $ (-630 (-257)))) (-15 -1521 ((-1243) $ (-757) (-757))) (-15 -4131 ((-1243) $ (-903) (-903))) (-15 -4019 ((-1243) $ (-1137))) (-15 -2069 ((-1243) $ (-757) (-757) (-903) (-903))) (-15 -2712 ((-1243) $ (-373) (-373) (-373) (-373) (-373))) (-15 -2712 ((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) $)) (-15 -2712 ((-1243) $ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -2712 ((-1243) $ (-553) (-553) (-373) (-373) (-373))) (-15 -2712 ((-1243) $ (-373) (-373))) (-15 -2712 ((-1243) $ (-373) (-373) (-373))) (-15 -3820 ((-1243) $ (-1137))) (-15 -3573 ((-1243) $ (-1137))) (-15 -2100 ((-1243) $ (-1137))) (-15 -3123 ((-1243) $ (-1137))) (-15 -1599 ((-1243) $ (-1137))) (-15 -3250 ((-1243) $ (-373) (-373))) (-15 -3250 ((-1243) $ (-553) (-553))) (-15 -3588 ((-1243) $ (-373))) (-15 -3588 ((-1243) $ (-373) (-373) (-373))) (-15 -1307 ((-1243) $ (-373) (-373))) (-15 -2776 ((-1243) $ (-1137))) (-15 -2008 ((-1243) $ (-373))) (-15 -2690 ((-1243) $ (-373))) (-15 -2686 ((-1243) $ (-1137))) (-15 -1943 ((-1243) $ (-1137))) (-15 -3002 ((-1243) $ (-1137))) (-15 -1622 ((-1243) $ (-373) (-373) (-373))) (-15 -4221 ((-1243) $ (-373))) (-15 -3229 ((-1243) $)) (-15 -4295 ((-1243) $ (-154) (-154))) (-15 -3249 ((-1137) $ (-1137))) (-15 -3249 ((-1137) $ (-1137) (-1137))) (-15 -3249 ((-1137) $ (-1137) (-630 (-1137)))) (-15 -2570 ((-1243) $)) (-15 -2669 ((-553) $))))) (T -1240))
+((-2994 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-2994 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-4029 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-4029 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-1593 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-1593 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-3532 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-3532 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-1525 (*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-1525 (*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))) (-1785 (*1 *1) (-5 *1 (-1240))) (-1892 (*1 *1 *1) (-5 *1 (-1240))) (-1892 (*1 *1 *2 *3) (-12 (-5 *2 (-1112 (-220))) (-5 *3 (-1137)) (-5 *1 (-1240)))) (-1892 (*1 *1 *2 *3) (-12 (-5 *2 (-1112 (-220))) (-5 *3 (-630 (-257))) (-5 *1 (-1240)))) (-3696 (*1 *2 *1) (-12 (-5 *2 (-1112 (-220))) (-5 *1 (-1240)))) (-3696 (*1 *1 *1 *2) (-12 (-5 *2 (-1112 (-220))) (-5 *1 (-1240)))) (-2996 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-757)) (-5 *4 (-925 (-220))) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3959 (*1 *2 *1) (-12 (-5 *2 (-630 (-257))) (-5 *1 (-1240)))) (-3959 (*1 *1 *1 *2) (-12 (-5 *2 (-630 (-257))) (-5 *1 (-1240)))) (-1521 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-4131 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-4019 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2069 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-757)) (-5 *4 (-903)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2712 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2712 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) (-5 *1 (-1240)))) (-2712 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220)))) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2712 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-553)) (-5 *4 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2712 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2712 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3820 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3573 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2100 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3123 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-1599 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3250 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3250 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3588 (*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3588 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-1307 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2776 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2008 (*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2690 (*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2686 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-1943 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3002 (*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-1622 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-4221 (*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3229 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1240)))) (-4295 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-154)) (-5 *2 (-1243)) (-5 *1 (-1240)))) (-3249 (*1 *2 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1240)))) (-3249 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1240)))) (-3249 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-1137)) (-5 *1 (-1240)))) (-2570 (*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1240)))) (-2669 (*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1240)))))
+(-13 (-1079) (-10 -8 (-15 -2994 ((-373))) (-15 -2994 ((-373) (-373))) (-15 -4029 ((-373))) (-15 -4029 ((-373) (-373))) (-15 -1593 ((-373))) (-15 -1593 ((-373) (-373))) (-15 -3532 ((-373))) (-15 -3532 ((-373) (-373))) (-15 -1525 ((-373))) (-15 -1525 ((-373) (-373))) (-15 -1785 ($)) (-15 -1892 ($ $)) (-15 -1892 ($ (-1112 (-220)) (-1137))) (-15 -1892 ($ (-1112 (-220)) (-630 (-257)))) (-15 -3696 ((-1112 (-220)) $)) (-15 -3696 ($ $ (-1112 (-220)))) (-15 -2996 ((-1243) $ (-757) (-925 (-220)))) (-15 -3959 ((-630 (-257)) $)) (-15 -3959 ($ $ (-630 (-257)))) (-15 -1521 ((-1243) $ (-757) (-757))) (-15 -4131 ((-1243) $ (-903) (-903))) (-15 -4019 ((-1243) $ (-1137))) (-15 -2069 ((-1243) $ (-757) (-757) (-903) (-903))) (-15 -2712 ((-1243) $ (-373) (-373) (-373) (-373) (-373))) (-15 -2712 ((-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))) $)) (-15 -2712 ((-1243) $ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220)) (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220)) (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))) (-15 -2712 ((-1243) $ (-553) (-553) (-373) (-373) (-373))) (-15 -2712 ((-1243) $ (-373) (-373))) (-15 -2712 ((-1243) $ (-373) (-373) (-373))) (-15 -3820 ((-1243) $ (-1137))) (-15 -3573 ((-1243) $ (-1137))) (-15 -2100 ((-1243) $ (-1137))) (-15 -3123 ((-1243) $ (-1137))) (-15 -1599 ((-1243) $ (-1137))) (-15 -3250 ((-1243) $ (-373) (-373))) (-15 -3250 ((-1243) $ (-553) (-553))) (-15 -3588 ((-1243) $ (-373))) (-15 -3588 ((-1243) $ (-373) (-373) (-373))) (-15 -1307 ((-1243) $ (-373) (-373))) (-15 -2776 ((-1243) $ (-1137))) (-15 -2008 ((-1243) $ (-373))) (-15 -2690 ((-1243) $ (-373))) (-15 -2686 ((-1243) $ (-1137))) (-15 -1943 ((-1243) $ (-1137))) (-15 -3002 ((-1243) $ (-1137))) (-15 -1622 ((-1243) $ (-373) (-373) (-373))) (-15 -4221 ((-1243) $ (-373))) (-15 -3229 ((-1243) $)) (-15 -4295 ((-1243) $ (-154) (-154))) (-15 -3249 ((-1137) $ (-1137))) (-15 -3249 ((-1137) $ (-1137) (-1137))) (-15 -3249 ((-1137) $ (-1137) (-630 (-1137)))) (-15 -2570 ((-1243) $)) (-15 -2669 ((-553) $))))
+((-1819 (((-630 (-1137)) (-630 (-1137))) 94) (((-630 (-1137))) 90)) (-1956 (((-630 (-1137))) 88)) (-3947 (((-630 (-903)) (-630 (-903))) 63) (((-630 (-903))) 60)) (-2534 (((-630 (-757)) (-630 (-757))) 57) (((-630 (-757))) 53)) (-3246 (((-1243)) 65)) (-3020 (((-903) (-903)) 81) (((-903)) 80)) (-3244 (((-903) (-903)) 79) (((-903)) 78)) (-2609 (((-856) (-856)) 75) (((-856)) 74)) (-2789 (((-220)) 85) (((-220) (-373)) 87)) (-2404 (((-903)) 82) (((-903) (-903)) 83)) (-3492 (((-903) (-903)) 77) (((-903)) 76)) (-1887 (((-856) (-856)) 69) (((-856)) 67)) (-1913 (((-856) (-856)) 71) (((-856)) 70)) (-1459 (((-856) (-856)) 73) (((-856)) 72)))
+(((-1241) (-10 -7 (-15 -1887 ((-856))) (-15 -1887 ((-856) (-856))) (-15 -1913 ((-856))) (-15 -1913 ((-856) (-856))) (-15 -1459 ((-856))) (-15 -1459 ((-856) (-856))) (-15 -2609 ((-856))) (-15 -2609 ((-856) (-856))) (-15 -3492 ((-903))) (-15 -3492 ((-903) (-903))) (-15 -2534 ((-630 (-757)))) (-15 -2534 ((-630 (-757)) (-630 (-757)))) (-15 -3947 ((-630 (-903)))) (-15 -3947 ((-630 (-903)) (-630 (-903)))) (-15 -3246 ((-1243))) (-15 -1819 ((-630 (-1137)))) (-15 -1819 ((-630 (-1137)) (-630 (-1137)))) (-15 -1956 ((-630 (-1137)))) (-15 -3244 ((-903))) (-15 -3020 ((-903))) (-15 -3244 ((-903) (-903))) (-15 -3020 ((-903) (-903))) (-15 -2404 ((-903) (-903))) (-15 -2404 ((-903))) (-15 -2789 ((-220) (-373))) (-15 -2789 ((-220))))) (T -1241))
+((-2789 (*1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-1241)))) (-2789 (*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-220)) (-5 *1 (-1241)))) (-2404 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))) (-2404 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))) (-3020 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))) (-3244 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))) (-3020 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))) (-3244 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))) (-1956 (*1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1241)))) (-1819 (*1 *2 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1241)))) (-1819 (*1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1241)))) (-3246 (*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1241)))) (-3947 (*1 *2 *2) (-12 (-5 *2 (-630 (-903))) (-5 *1 (-1241)))) (-3947 (*1 *2) (-12 (-5 *2 (-630 (-903))) (-5 *1 (-1241)))) (-2534 (*1 *2 *2) (-12 (-5 *2 (-630 (-757))) (-5 *1 (-1241)))) (-2534 (*1 *2) (-12 (-5 *2 (-630 (-757))) (-5 *1 (-1241)))) (-3492 (*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))) (-3492 (*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))) (-2609 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))) (-2609 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))) (-1459 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))) (-1459 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))) (-1913 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))) (-1913 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))) (-1887 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))) (-1887 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))))
+(-10 -7 (-15 -1887 ((-856))) (-15 -1887 ((-856) (-856))) (-15 -1913 ((-856))) (-15 -1913 ((-856) (-856))) (-15 -1459 ((-856))) (-15 -1459 ((-856) (-856))) (-15 -2609 ((-856))) (-15 -2609 ((-856) (-856))) (-15 -3492 ((-903))) (-15 -3492 ((-903) (-903))) (-15 -2534 ((-630 (-757)))) (-15 -2534 ((-630 (-757)) (-630 (-757)))) (-15 -3947 ((-630 (-903)))) (-15 -3947 ((-630 (-903)) (-630 (-903)))) (-15 -3246 ((-1243))) (-15 -1819 ((-630 (-1137)))) (-15 -1819 ((-630 (-1137)) (-630 (-1137)))) (-15 -1956 ((-630 (-1137)))) (-15 -3244 ((-903))) (-15 -3020 ((-903))) (-15 -3244 ((-903) (-903))) (-15 -3020 ((-903) (-903))) (-15 -2404 ((-903) (-903))) (-15 -2404 ((-903))) (-15 -2789 ((-220) (-373))) (-15 -2789 ((-220))))
+((-2225 (((-461) (-630 (-630 (-925 (-220)))) (-630 (-257))) 21) (((-461) (-630 (-630 (-925 (-220))))) 20) (((-461) (-630 (-630 (-925 (-220)))) (-856) (-856) (-903) (-630 (-257))) 19)) (-4290 (((-1239) (-630 (-630 (-925 (-220)))) (-630 (-257))) 27) (((-1239) (-630 (-630 (-925 (-220)))) (-856) (-856) (-903) (-630 (-257))) 26)) (-3212 (((-1239) (-461)) 38)))
+(((-1242) (-10 -7 (-15 -2225 ((-461) (-630 (-630 (-925 (-220)))) (-856) (-856) (-903) (-630 (-257)))) (-15 -2225 ((-461) (-630 (-630 (-925 (-220)))))) (-15 -2225 ((-461) (-630 (-630 (-925 (-220)))) (-630 (-257)))) (-15 -4290 ((-1239) (-630 (-630 (-925 (-220)))) (-856) (-856) (-903) (-630 (-257)))) (-15 -4290 ((-1239) (-630 (-630 (-925 (-220)))) (-630 (-257)))) (-15 -3212 ((-1239) (-461))))) (T -1242))
+((-3212 (*1 *2 *3) (-12 (-5 *3 (-461)) (-5 *2 (-1239)) (-5 *1 (-1242)))) (-4290 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-630 (-257))) (-5 *2 (-1239)) (-5 *1 (-1242)))) (-4290 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-856)) (-5 *5 (-903)) (-5 *6 (-630 (-257))) (-5 *2 (-1239)) (-5 *1 (-1242)))) (-2225 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-630 (-257))) (-5 *2 (-461)) (-5 *1 (-1242)))) (-2225 (*1 *2 *3) (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *2 (-461)) (-5 *1 (-1242)))) (-2225 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-856)) (-5 *5 (-903)) (-5 *6 (-630 (-257))) (-5 *2 (-461)) (-5 *1 (-1242)))))
+(-10 -7 (-15 -2225 ((-461) (-630 (-630 (-925 (-220)))) (-856) (-856) (-903) (-630 (-257)))) (-15 -2225 ((-461) (-630 (-630 (-925 (-220)))))) (-15 -2225 ((-461) (-630 (-630 (-925 (-220)))) (-630 (-257)))) (-15 -4290 ((-1239) (-630 (-630 (-925 (-220)))) (-856) (-856) (-903) (-630 (-257)))) (-15 -4290 ((-1239) (-630 (-630 (-925 (-220)))) (-630 (-257)))) (-15 -3212 ((-1239) (-461))))
+((-1900 (($) 7)) (-3212 (((-845) $) 10)))
+(((-1243) (-10 -8 (-15 -1900 ($)) (-15 -3212 ((-845) $)))) (T -1243))
+((-3212 (*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-1243)))) (-1900 (*1 *1) (-5 *1 (-1243))))
+(-10 -8 (-15 -1900 ($)) (-15 -3212 ((-845) $)))
+((-1721 (($ $ |#2|) 10)))
+(((-1244 |#1| |#2|) (-10 -8 (-15 -1721 (|#1| |#1| |#2|))) (-1245 |#2|) (-357)) (T -1244))
+NIL
+(-10 -8 (-15 -1721 (|#1| |#1| |#2|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-1315 (((-132)) 28)) (-3212 (((-845) $) 11)) (-3296 (($) 18 T CONST)) (-1614 (((-111) $ $) 6)) (-1721 (($ $ |#1|) 29)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
+(((-1245 |#1|) (-137) (-357)) (T -1245))
+((-1721 (*1 *1 *1 *2) (-12 (-4 *1 (-1245 *2)) (-4 *2 (-357)))) (-1315 (*1 *2) (-12 (-4 *1 (-1245 *3)) (-4 *3 (-357)) (-5 *2 (-132)))))
+(-13 (-703 |t#1|) (-10 -8 (-15 -1721 ($ $ |t#1|)) (-15 -1315 ((-132)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-703 |#1|) . T) ((-1037 |#1|) . T) ((-1079) . T))
+((-2610 (((-630 (-1186 |#1|)) (-1155) (-1186 |#1|)) 74)) (-3767 (((-1135 (-1135 (-934 |#1|))) (-1155) (-1135 (-934 |#1|))) 53)) (-2815 (((-1 (-1135 (-1186 |#1|)) (-1135 (-1186 |#1|))) (-757) (-1186 |#1|) (-1135 (-1186 |#1|))) 64)) (-1427 (((-1 (-1135 (-934 |#1|)) (-1135 (-934 |#1|))) (-757)) 55)) (-4213 (((-1 (-1151 (-934 |#1|)) (-934 |#1|)) (-1155)) 29)) (-1964 (((-1 (-1135 (-934 |#1|)) (-1135 (-934 |#1|))) (-757)) 54)))
+(((-1246 |#1|) (-10 -7 (-15 -1427 ((-1 (-1135 (-934 |#1|)) (-1135 (-934 |#1|))) (-757))) (-15 -1964 ((-1 (-1135 (-934 |#1|)) (-1135 (-934 |#1|))) (-757))) (-15 -3767 ((-1135 (-1135 (-934 |#1|))) (-1155) (-1135 (-934 |#1|)))) (-15 -4213 ((-1 (-1151 (-934 |#1|)) (-934 |#1|)) (-1155))) (-15 -2610 ((-630 (-1186 |#1|)) (-1155) (-1186 |#1|))) (-15 -2815 ((-1 (-1135 (-1186 |#1|)) (-1135 (-1186 |#1|))) (-757) (-1186 |#1|) (-1135 (-1186 |#1|))))) (-357)) (T -1246))
+((-2815 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-757)) (-4 *6 (-357)) (-5 *4 (-1186 *6)) (-5 *2 (-1 (-1135 *4) (-1135 *4))) (-5 *1 (-1246 *6)) (-5 *5 (-1135 *4)))) (-2610 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-4 *5 (-357)) (-5 *2 (-630 (-1186 *5))) (-5 *1 (-1246 *5)) (-5 *4 (-1186 *5)))) (-4213 (*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1 (-1151 (-934 *4)) (-934 *4))) (-5 *1 (-1246 *4)) (-4 *4 (-357)))) (-3767 (*1 *2 *3 *4) (-12 (-5 *3 (-1155)) (-4 *5 (-357)) (-5 *2 (-1135 (-1135 (-934 *5)))) (-5 *1 (-1246 *5)) (-5 *4 (-1135 (-934 *5))))) (-1964 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1 (-1135 (-934 *4)) (-1135 (-934 *4)))) (-5 *1 (-1246 *4)) (-4 *4 (-357)))) (-1427 (*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1 (-1135 (-934 *4)) (-1135 (-934 *4)))) (-5 *1 (-1246 *4)) (-4 *4 (-357)))))
+(-10 -7 (-15 -1427 ((-1 (-1135 (-934 |#1|)) (-1135 (-934 |#1|))) (-757))) (-15 -1964 ((-1 (-1135 (-934 |#1|)) (-1135 (-934 |#1|))) (-757))) (-15 -3767 ((-1135 (-1135 (-934 |#1|))) (-1155) (-1135 (-934 |#1|)))) (-15 -4213 ((-1 (-1151 (-934 |#1|)) (-934 |#1|)) (-1155))) (-15 -2610 ((-630 (-1186 |#1|)) (-1155) (-1186 |#1|))) (-15 -2815 ((-1 (-1135 (-1186 |#1|)) (-1135 (-1186 |#1|))) (-757) (-1186 |#1|) (-1135 (-1186 |#1|)))))
+((-3585 (((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) |#2|) 75)) (-3405 (((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|)))) 74)))
+(((-1247 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3405 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))))) (-15 -3585 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) |#2|))) (-343) (-1214 |#1|) (-1214 |#2|) (-403 |#2| |#3|)) (T -1247))
+((-3585 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 *3)) (-5 *2 (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-674 *3)))) (-5 *1 (-1247 *4 *3 *5 *6)) (-4 *6 (-403 *3 *5)))) (-3405 (*1 *2) (-12 (-4 *3 (-343)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 *4)) (-5 *2 (-2 (|:| -3428 (-674 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-674 *4)))) (-5 *1 (-1247 *3 *4 *5 *6)) (-4 *6 (-403 *4 *5)))))
+(-10 -7 (-15 -3405 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))))) (-15 -3585 ((-2 (|:| -3428 (-674 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-674 |#2|))) |#2|)))
+((-3200 (((-111) $ $) NIL)) (-2657 (((-1114) $) 11)) (-2992 (((-1114) $) 9)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 19) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-1248) (-13 (-1062) (-10 -8 (-15 -2992 ((-1114) $)) (-15 -2657 ((-1114) $))))) (T -1248))
+((-2992 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1248)))) (-2657 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1248)))))
+(-13 (-1062) (-10 -8 (-15 -2992 ((-1114) $)) (-15 -2657 ((-1114) $))))
+((-3200 (((-111) $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3920 (((-1114) $) 9)) (-3212 (((-845) $) 17) (((-1160) $) NIL) (($ (-1160)) NIL)) (-1614 (((-111) $ $) NIL)))
+(((-1249) (-13 (-1062) (-10 -8 (-15 -3920 ((-1114) $))))) (T -1249))
+((-3920 (*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1249)))))
+(-13 (-1062) (-10 -8 (-15 -3920 ((-1114) $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 43)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) NIL)) (-1434 (((-111) $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3212 (((-845) $) 64) (($ (-553)) NIL) ((|#4| $) 54) (($ |#4|) 49) (($ |#1|) NIL (|has| |#1| (-169)))) (-1348 (((-757)) NIL)) (-2544 (((-1243) (-757)) 16)) (-3296 (($) 27 T CONST)) (-3308 (($) 67 T CONST)) (-1614 (((-111) $ $) 69)) (-1721 (((-3 $ "failed") $ $) NIL (|has| |#1| (-357)))) (-1710 (($ $) 71) (($ $ $) NIL)) (-1699 (($ $ $) 47)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 73) (($ |#1| $) NIL (|has| |#1| (-169))) (($ $ |#1|) NIL (|has| |#1| (-169)))))
+(((-1250 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-1031) (-10 -8 (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (-15 -3212 (|#4| $)) (IF (|has| |#1| (-357)) (-15 -1721 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3212 ($ |#4|)) (-15 -2544 ((-1243) (-757))))) (-1031) (-833) (-779) (-931 |#1| |#3| |#2|) (-630 |#2|) (-630 (-757)) (-757)) (T -1250))
+((-3212 (*1 *2 *1) (-12 (-4 *2 (-931 *3 *5 *4)) (-5 *1 (-1250 *3 *4 *5 *2 *6 *7 *8)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-779)) (-14 *6 (-630 *4)) (-14 *7 (-630 (-757))) (-14 *8 (-757)))) (-1721 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-357)) (-4 *2 (-1031)) (-4 *3 (-833)) (-4 *4 (-779)) (-14 *6 (-630 *3)) (-5 *1 (-1250 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-931 *2 *4 *3)) (-14 *7 (-630 (-757))) (-14 *8 (-757)))) (-3212 (*1 *1 *2) (-12 (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-779)) (-14 *6 (-630 *4)) (-5 *1 (-1250 *3 *4 *5 *2 *6 *7 *8)) (-4 *2 (-931 *3 *5 *4)) (-14 *7 (-630 (-757))) (-14 *8 (-757)))) (-2544 (*1 *2 *3) (-12 (-5 *3 (-757)) (-4 *4 (-1031)) (-4 *5 (-833)) (-4 *6 (-779)) (-14 *8 (-630 *5)) (-5 *2 (-1243)) (-5 *1 (-1250 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-931 *4 *6 *5)) (-14 *9 (-630 *3)) (-14 *10 *3))))
+(-13 (-1031) (-10 -8 (IF (|has| |#1| (-169)) (-6 (-38 |#1|)) |%noBranch|) (-15 -3212 (|#4| $)) (IF (|has| |#1| (-357)) (-15 -1721 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -3212 ($ |#4|)) (-15 -2544 ((-1243) (-757)))))
+((-3200 (((-111) $ $) NIL)) (-2465 (((-630 (-2 (|:| -2570 $) (|:| -3089 (-630 |#4|)))) (-630 |#4|)) NIL)) (-3240 (((-630 $) (-630 |#4|)) 88)) (-3611 (((-630 |#3|) $) NIL)) (-2484 (((-111) $) NIL)) (-2518 (((-111) $) NIL (|has| |#1| (-545)))) (-1305 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-1637 ((|#4| |#4| $) NIL)) (-1297 (((-2 (|:| |under| $) (|:| -1278 $) (|:| |upper| $)) $ |#3|) NIL)) (-2549 (((-111) $ (-757)) NIL)) (-3953 (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369))) (((-3 |#4| "failed") $ |#3|) NIL)) (-3203 (($) NIL T CONST)) (-1579 (((-111) $) NIL (|has| |#1| (-545)))) (-3199 (((-111) $ $) NIL (|has| |#1| (-545)))) (-2763 (((-111) $ $) NIL (|has| |#1| (-545)))) (-3271 (((-111) $) NIL (|has| |#1| (-545)))) (-3227 (((-630 |#4|) (-630 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) 28)) (-1931 (((-630 |#4|) (-630 |#4|) $) 25 (|has| |#1| (-545)))) (-2840 (((-630 |#4|) (-630 |#4|) $) NIL (|has| |#1| (-545)))) (-1394 (((-3 $ "failed") (-630 |#4|)) NIL)) (-2831 (($ (-630 |#4|)) NIL)) (-2714 (((-3 $ "failed") $) 70)) (-2250 ((|#4| |#4| $) 75)) (-2738 (($ $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2653 (($ |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (($ (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-3300 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-545)))) (-1410 (((-111) |#4| $ (-1 (-111) |#4| |#4|)) NIL)) (-3899 ((|#4| |#4| $) NIL)) (-3883 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4369))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4369))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-2920 (((-2 (|:| -2570 (-630 |#4|)) (|:| -3089 (-630 |#4|))) $) NIL)) (-3136 (((-630 |#4|) $) NIL (|has| $ (-6 -4369)))) (-2928 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-4051 ((|#3| $) 76)) (-3625 (((-111) $ (-757)) NIL)) (-2447 (((-630 |#4|) $) 29 (|has| $ (-6 -4369)))) (-4349 (((-111) |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079))))) (-2131 (((-3 $ "failed") (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 32) (((-3 $ "failed") (-630 |#4|)) 35)) (-2947 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4370)))) (-1478 (($ (-1 |#4| |#4|) $) NIL)) (-1345 (((-630 |#3|) $) NIL)) (-1426 (((-111) |#3| $) NIL)) (-3711 (((-111) $ (-757)) NIL)) (-4056 (((-1137) $) NIL)) (-2679 (((-3 |#4| "failed") $) NIL)) (-2312 (((-630 |#4|) $) 50)) (-2546 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-2279 ((|#4| |#4| $) 74)) (-4202 (((-111) $ $) 85)) (-2087 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-545)))) (-2528 (((-111) |#4| $) NIL) (((-111) $) NIL)) (-3239 ((|#4| |#4| $) NIL)) (-2875 (((-1099) $) NIL)) (-2701 (((-3 |#4| "failed") $) 69)) (-3003 (((-3 |#4| "failed") (-1 (-111) |#4|) $) NIL)) (-2968 (((-3 $ "failed") $ |#4|) NIL)) (-2370 (($ $ |#4|) NIL)) (-1563 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-2433 (($ $ (-630 |#4|) (-630 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-288 |#4|)) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079)))) (($ $ (-630 (-288 |#4|))) NIL (-12 (|has| |#4| (-303 |#4|)) (|has| |#4| (-1079))))) (-3245 (((-111) $ $) NIL)) (-3437 (((-111) $) 67)) (-1422 (($) 42)) (-2672 (((-757) $) NIL)) (-2885 (((-757) |#4| $) NIL (-12 (|has| $ (-6 -4369)) (|has| |#4| (-1079)))) (((-757) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1488 (($ $) NIL)) (-1523 (((-529) $) NIL (|has| |#4| (-601 (-529))))) (-3225 (($ (-630 |#4|)) NIL)) (-2739 (($ $ |#3|) NIL)) (-2167 (($ $ |#3|) NIL)) (-3082 (($ $) NIL)) (-3777 (($ $ |#3|) NIL)) (-3212 (((-845) $) NIL) (((-630 |#4|) $) 57)) (-3775 (((-757) $) NIL (|has| |#3| (-362)))) (-3182 (((-3 $ "failed") (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 40) (((-3 $ "failed") (-630 |#4|)) 41)) (-4265 (((-630 $) (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|)) 65) (((-630 $) (-630 |#4|)) 66)) (-2196 (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4| |#4|)) 24) (((-3 (-2 (|:| |bas| $) (|:| -3445 (-630 |#4|))) "failed") (-630 |#4|) (-1 (-111) |#4|) (-1 (-111) |#4| |#4|)) NIL)) (-1357 (((-111) $ (-1 (-111) |#4| (-630 |#4|))) NIL)) (-1798 (((-111) (-1 (-111) |#4|) $) NIL (|has| $ (-6 -4369)))) (-1660 (((-630 |#3|) $) NIL)) (-1758 (((-111) |#3| $) NIL)) (-1614 (((-111) $ $) NIL)) (-2656 (((-757) $) NIL (|has| $ (-6 -4369)))))
+(((-1251 |#1| |#2| |#3| |#4|) (-13 (-1185 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2131 ((-3 $ "failed") (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2131 ((-3 $ "failed") (-630 |#4|))) (-15 -3182 ((-3 $ "failed") (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3182 ((-3 $ "failed") (-630 |#4|))) (-15 -4265 ((-630 $) (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -4265 ((-630 $) (-630 |#4|))))) (-545) (-779) (-833) (-1045 |#1| |#2| |#3|)) (T -1251))
+((-2131 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-630 *8)) (-5 *3 (-1 (-111) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1251 *5 *6 *7 *8)))) (-2131 (*1 *1 *2) (|partial| -12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-1251 *3 *4 *5 *6)))) (-3182 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-630 *8)) (-5 *3 (-1 (-111) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1251 *5 *6 *7 *8)))) (-3182 (*1 *1 *2) (|partial| -12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-1251 *3 *4 *5 *6)))) (-4265 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-630 *9)) (-5 *4 (-1 (-111) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1045 *6 *7 *8)) (-4 *6 (-545)) (-4 *7 (-779)) (-4 *8 (-833)) (-5 *2 (-630 (-1251 *6 *7 *8 *9))) (-5 *1 (-1251 *6 *7 *8 *9)))) (-4265 (*1 *2 *3) (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 (-1251 *4 *5 *6 *7))) (-5 *1 (-1251 *4 *5 *6 *7)))))
+(-13 (-1185 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2131 ((-3 $ "failed") (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2131 ((-3 $ "failed") (-630 |#4|))) (-15 -3182 ((-3 $ "failed") (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3182 ((-3 $ "failed") (-630 |#4|))) (-15 -4265 ((-630 $) (-630 |#4|) (-1 (-111) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -4265 ((-630 $) (-630 |#4|)))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-4123 (((-3 $ "failed") $ $) 19)) (-3203 (($) 17 T CONST)) (-3889 (((-3 $ "failed") $) 32)) (-1434 (((-111) $) 30)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#1|) 36)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ |#1|) 38) (($ |#1| $) 37)))
+(((-1252 |#1|) (-137) (-1031)) (T -1252))
+((-3212 (*1 *1 *2) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1031)))))
+(-13 (-1031) (-110 |t#1| |t#1|) (-10 -8 (-15 -3212 ($ |t#1|)) (IF (|has| |t#1| (-169)) (-6 (-38 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#1|) |has| |#1| (-169)) ((-101) . T) ((-110 |#1| |#1|) . T) ((-129) . T) ((-600 (-845)) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-703 |#1|) |has| |#1| (-169)) ((-712) . T) ((-1037 |#1|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T))
+((-3200 (((-111) $ $) 60)) (-1719 (((-111) $) NIL)) (-2813 (((-630 |#1|) $) 45)) (-1316 (($ $ (-757)) 39)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3975 (($ $ (-757)) 18 (|has| |#2| (-169))) (($ $ $) 19 (|has| |#2| (-169)))) (-3203 (($) NIL T CONST)) (-3788 (($ $ $) 63) (($ $ (-805 |#1|)) 49) (($ $ |#1|) 53)) (-1394 (((-3 (-805 |#1|) "failed") $) NIL)) (-2831 (((-805 |#1|) $) NIL)) (-3765 (($ $) 32)) (-3889 (((-3 $ "failed") $) NIL)) (-2553 (((-111) $) NIL)) (-2488 (($ $) NIL)) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-1728 (($ (-805 |#1|) |#2|) 31)) (-4241 (($ $) 33)) (-3999 (((-2 (|:| |k| (-805 |#1|)) (|:| |c| |#2|)) $) 12)) (-2411 (((-805 |#1|) $) NIL)) (-2178 (((-805 |#1|) $) 34)) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-3269 (($ $ $) 62) (($ $ (-805 |#1|)) 51) (($ $ |#1|) 55)) (-3303 (((-2 (|:| |k| (-805 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3733 (((-805 |#1|) $) 28)) (-3743 ((|#2| $) 30)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2672 (((-757) $) 36)) (-3344 (((-111) $) 40)) (-3929 ((|#2| $) NIL)) (-3212 (((-845) $) NIL) (($ (-805 |#1|)) 24) (($ |#1|) 25) (($ |#2|) NIL) (($ (-553)) NIL)) (-1372 (((-630 |#2|) $) NIL)) (-1925 ((|#2| $ (-805 |#1|)) NIL)) (-4157 ((|#2| $ $) 65) ((|#2| $ (-805 |#1|)) NIL)) (-1348 (((-757)) NIL)) (-3296 (($) 13 T CONST)) (-3308 (($) 15 T CONST)) (-2273 (((-630 (-2 (|:| |k| (-805 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1614 (((-111) $ $) 38)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 22)) (** (($ $ (-757)) NIL) (($ $ (-903)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ |#2| $) 21) (($ $ |#2|) 61) (($ |#2| (-805 |#1|)) NIL) (($ |#1| $) 27) (($ $ $) NIL)))
+(((-1253 |#1| |#2|) (-13 (-376 |#2| (-805 |#1|)) (-1259 |#1| |#2|)) (-833) (-1031)) (T -1253))
+NIL
+(-13 (-376 |#2| (-805 |#1|)) (-1259 |#1| |#2|))
+((-2431 ((|#3| |#3| (-757)) 23)) (-2854 ((|#3| |#3| (-757)) 27)) (-3615 ((|#3| |#3| |#3| (-757)) 28)))
+(((-1254 |#1| |#2| |#3|) (-10 -7 (-15 -2854 (|#3| |#3| (-757))) (-15 -2431 (|#3| |#3| (-757))) (-15 -3615 (|#3| |#3| |#3| (-757)))) (-13 (-1031) (-703 (-401 (-553)))) (-833) (-1259 |#2| |#1|)) (T -1254))
+((-3615 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-757)) (-4 *4 (-13 (-1031) (-703 (-401 (-553))))) (-4 *5 (-833)) (-5 *1 (-1254 *4 *5 *2)) (-4 *2 (-1259 *5 *4)))) (-2431 (*1 *2 *2 *3) (-12 (-5 *3 (-757)) (-4 *4 (-13 (-1031) (-703 (-401 (-553))))) (-4 *5 (-833)) (-5 *1 (-1254 *4 *5 *2)) (-4 *2 (-1259 *5 *4)))) (-2854 (*1 *2 *2 *3) (-12 (-5 *3 (-757)) (-4 *4 (-13 (-1031) (-703 (-401 (-553))))) (-4 *5 (-833)) (-5 *1 (-1254 *4 *5 *2)) (-4 *2 (-1259 *5 *4)))))
+(-10 -7 (-15 -2854 (|#3| |#3| (-757))) (-15 -2431 (|#3| |#3| (-757))) (-15 -3615 (|#3| |#3| |#3| (-757))))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-2813 (((-630 |#1|) $) 38)) (-4123 (((-3 $ "failed") $ $) 19)) (-3975 (($ $ $) 41 (|has| |#2| (-169))) (($ $ (-757)) 40 (|has| |#2| (-169)))) (-3203 (($) 17 T CONST)) (-3788 (($ $ |#1|) 52) (($ $ (-805 |#1|)) 51) (($ $ $) 50)) (-1394 (((-3 (-805 |#1|) "failed") $) 62)) (-2831 (((-805 |#1|) $) 63)) (-3889 (((-3 $ "failed") $) 32)) (-2553 (((-111) $) 43)) (-2488 (($ $) 42)) (-1434 (((-111) $) 30)) (-1561 (((-111) $) 48)) (-1728 (($ (-805 |#1|) |#2|) 49)) (-4241 (($ $) 47)) (-3999 (((-2 (|:| |k| (-805 |#1|)) (|:| |c| |#2|)) $) 58)) (-2411 (((-805 |#1|) $) 59)) (-1478 (($ (-1 |#2| |#2|) $) 39)) (-3269 (($ $ |#1|) 55) (($ $ (-805 |#1|)) 54) (($ $ $) 53)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-3344 (((-111) $) 45)) (-3929 ((|#2| $) 44)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#2|) 66) (($ (-805 |#1|)) 61) (($ |#1|) 46)) (-4157 ((|#2| $ (-805 |#1|)) 57) ((|#2| $ $) 56)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ |#2| $) 65) (($ $ |#2|) 64) (($ |#1| $) 60)))
+(((-1255 |#1| |#2|) (-137) (-833) (-1031)) (T -1255))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1255 *3 *2)) (-4 *3 (-833)) (-4 *2 (-1031)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))) (-2411 (*1 *2 *1) (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-5 *2 (-805 *3)))) (-3999 (*1 *2 *1) (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-5 *2 (-2 (|:| |k| (-805 *3)) (|:| |c| *4))))) (-4157 (*1 *2 *1 *3) (-12 (-5 *3 (-805 *4)) (-4 *1 (-1255 *4 *2)) (-4 *4 (-833)) (-4 *2 (-1031)))) (-4157 (*1 *2 *1 *1) (-12 (-4 *1 (-1255 *3 *2)) (-4 *3 (-833)) (-4 *2 (-1031)))) (-3269 (*1 *1 *1 *2) (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))) (-3269 (*1 *1 *1 *2) (-12 (-5 *2 (-805 *3)) (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)))) (-3269 (*1 *1 *1 *1) (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))) (-3788 (*1 *1 *1 *2) (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))) (-3788 (*1 *1 *1 *2) (-12 (-5 *2 (-805 *3)) (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)))) (-3788 (*1 *1 *1 *1) (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))) (-1728 (*1 *1 *2 *3) (-12 (-5 *2 (-805 *4)) (-4 *4 (-833)) (-4 *1 (-1255 *4 *3)) (-4 *3 (-1031)))) (-1561 (*1 *2 *1) (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-5 *2 (-111)))) (-4241 (*1 *1 *1) (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))) (-3212 (*1 *1 *2) (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))) (-3344 (*1 *2 *1) (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-5 *2 (-111)))) (-3929 (*1 *2 *1) (-12 (-4 *1 (-1255 *3 *2)) (-4 *3 (-833)) (-4 *2 (-1031)))) (-2553 (*1 *2 *1) (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-5 *2 (-111)))) (-2488 (*1 *1 *1) (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))) (-3975 (*1 *1 *1 *1) (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)) (-4 *3 (-169)))) (-3975 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-4 *4 (-169)))) (-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)))) (-2813 (*1 *2 *1) (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-5 *2 (-630 *3)))))
+(-13 (-1031) (-1252 |t#2|) (-1020 (-805 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -2411 ((-805 |t#1|) $)) (-15 -3999 ((-2 (|:| |k| (-805 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -4157 (|t#2| $ (-805 |t#1|))) (-15 -4157 (|t#2| $ $)) (-15 -3269 ($ $ |t#1|)) (-15 -3269 ($ $ (-805 |t#1|))) (-15 -3269 ($ $ $)) (-15 -3788 ($ $ |t#1|)) (-15 -3788 ($ $ (-805 |t#1|))) (-15 -3788 ($ $ $)) (-15 -1728 ($ (-805 |t#1|) |t#2|)) (-15 -1561 ((-111) $)) (-15 -4241 ($ $)) (-15 -3212 ($ |t#1|)) (-15 -3344 ((-111) $)) (-15 -3929 (|t#2| $)) (-15 -2553 ((-111) $)) (-15 -2488 ($ $)) (IF (|has| |t#2| (-169)) (PROGN (-15 -3975 ($ $ $)) (-15 -3975 ($ $ (-757)))) |%noBranch|) (-15 -1478 ($ (-1 |t#2| |t#2|) $)) (-15 -2813 ((-630 |t#1|) $)) (IF (|has| |t#2| (-6 -4362)) (-6 -4362) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-169)) ((-101) . T) ((-110 |#2| |#2|) . T) ((-129) . T) ((-603 #0=(-805 |#1|)) . T) ((-600 (-845)) . T) ((-633 |#2|) . T) ((-633 $) . T) ((-703 |#2|) |has| |#2| (-169)) ((-712) . T) ((-1020 #0#) . T) ((-1037 |#2|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1252 |#2|) . T))
+((-4180 (((-111) $) 15)) (-1758 (((-111) $) 14)) (-2541 (($ $) 19) (($ $ (-757)) 20)))
+(((-1256 |#1| |#2|) (-10 -8 (-15 -2541 (|#1| |#1| (-757))) (-15 -2541 (|#1| |#1|)) (-15 -4180 ((-111) |#1|)) (-15 -1758 ((-111) |#1|))) (-1257 |#2|) (-357)) (T -1256))
+NIL
+(-10 -8 (-15 -2541 (|#1| |#1| (-757))) (-15 -2541 (|#1| |#1|)) (-15 -4180 ((-111) |#1|)) (-15 -1758 ((-111) |#1|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-1690 (((-2 (|:| -3795 $) (|:| -4356 $) (|:| |associate| $)) $) 39)) (-2723 (($ $) 38)) (-2157 (((-111) $) 36)) (-4180 (((-111) $) 91)) (-3556 (((-757)) 87)) (-4123 (((-3 $ "failed") $ $) 19)) (-3837 (($ $) 70)) (-1807 (((-412 $) $) 69)) (-3816 (((-111) $ $) 57)) (-3203 (($) 17 T CONST)) (-1394 (((-3 |#1| "failed") $) 98)) (-2831 ((|#1| $) 99)) (-4005 (($ $ $) 53)) (-3889 (((-3 $ "failed") $) 32)) (-3986 (($ $ $) 54)) (-3965 (((-2 (|:| -4157 (-630 $)) (|:| -4125 $)) (-630 $)) 49)) (-2865 (($ $ (-757)) 84 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362)))) (($ $) 83 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-4268 (((-111) $) 68)) (-2592 (((-819 (-903)) $) 81 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1434 (((-111) $) 30)) (-2833 (((-3 (-630 $) "failed") (-630 $) $) 50)) (-2552 (($ $ $) 44) (($ (-630 $)) 43)) (-4056 (((-1137) $) 9)) (-3700 (($ $) 67)) (-3116 (((-111) $) 90)) (-2875 (((-1099) $) 10)) (-4338 (((-1151 $) (-1151 $) (-1151 $)) 42)) (-2591 (($ $ $) 46) (($ (-630 $)) 45)) (-3476 (((-412 $) $) 71)) (-2987 (((-819 (-903))) 88)) (-3600 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -4125 $)) $ $) 52) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 51)) (-3968 (((-3 $ "failed") $ $) 40)) (-1280 (((-3 (-630 $) "failed") (-630 $) $) 48)) (-3879 (((-757) $) 56)) (-4203 (((-2 (|:| -4294 $) (|:| -3300 $)) $ $) 55)) (-2916 (((-3 (-757) "failed") $ $) 82 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1315 (((-132)) 96)) (-2672 (((-819 (-903)) $) 89)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ $) 41) (($ (-401 (-553))) 63) (($ |#1|) 97)) (-2234 (((-3 $ "failed") $) 80 (-4028 (|has| |#1| (-142)) (|has| |#1| (-362))))) (-1348 (((-757)) 28)) (-2453 (((-111) $ $) 37)) (-1758 (((-111) $) 92)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-2541 (($ $) 86 (|has| |#1| (-362))) (($ $ (-757)) 85 (|has| |#1| (-362)))) (-1614 (((-111) $ $) 6)) (-1721 (($ $ $) 62) (($ $ |#1|) 95)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31) (($ $ (-553)) 66)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ $ (-401 (-553))) 65) (($ (-401 (-553)) $) 64) (($ $ |#1|) 94) (($ |#1| $) 93)))
+(((-1257 |#1|) (-137) (-357)) (T -1257))
+((-1758 (*1 *2 *1) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-111)))) (-4180 (*1 *2 *1) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-111)))) (-3116 (*1 *2 *1) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-111)))) (-2672 (*1 *2 *1) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-819 (-903))))) (-2987 (*1 *2) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-819 (-903))))) (-3556 (*1 *2) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-757)))) (-2541 (*1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-357)) (-4 *2 (-362)))) (-2541 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-4 *3 (-362)))))
+(-13 (-357) (-1020 |t#1|) (-1245 |t#1|) (-10 -8 (IF (|has| |t#1| (-144)) (-6 (-144)) |%noBranch|) (IF (|has| |t#1| (-142)) (-6 (-396)) |%noBranch|) (-15 -1758 ((-111) $)) (-15 -4180 ((-111) $)) (-15 -3116 ((-111) $)) (-15 -2672 ((-819 (-903)) $)) (-15 -2987 ((-819 (-903)))) (-15 -3556 ((-757))) (IF (|has| |t#1| (-362)) (PROGN (-6 (-396)) (-15 -2541 ($ $)) (-15 -2541 ($ $ (-757)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 #0=(-401 (-553))) . T) ((-38 $) . T) ((-101) . T) ((-110 #0# #0#) . T) ((-110 |#1| |#1|) . T) ((-110 $ $) . T) ((-129) . T) ((-142) -4028 (|has| |#1| (-362)) (|has| |#1| (-142))) ((-144) |has| |#1| (-144)) ((-603 |#1|) . T) ((-600 (-845)) . T) ((-169) . T) ((-238) . T) ((-284) . T) ((-301) . T) ((-357) . T) ((-396) -4028 (|has| |#1| (-362)) (|has| |#1| (-142))) ((-445) . T) ((-545) . T) ((-633 #0#) . T) ((-633 |#1|) . T) ((-633 $) . T) ((-703 #0#) . T) ((-703 |#1|) . T) ((-703 $) . T) ((-712) . T) ((-902) . T) ((-1020 |#1|) . T) ((-1037 #0#) . T) ((-1037 |#1|) . T) ((-1037 $) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1196) . T) ((-1245 |#1|) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2813 (((-630 |#1|) $) 86)) (-1316 (($ $ (-757)) 89)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3975 (($ $ $) NIL (|has| |#2| (-169))) (($ $ (-757)) NIL (|has| |#2| (-169)))) (-3203 (($) NIL T CONST)) (-3788 (($ $ |#1|) NIL) (($ $ (-805 |#1|)) NIL) (($ $ $) NIL)) (-1394 (((-3 (-805 |#1|) "failed") $) NIL) (((-3 (-875 |#1|) "failed") $) NIL)) (-2831 (((-805 |#1|) $) NIL) (((-875 |#1|) $) NIL)) (-3765 (($ $) 88)) (-3889 (((-3 $ "failed") $) NIL)) (-2553 (((-111) $) 77)) (-2488 (($ $) 81)) (-1628 (($ $ $ (-757)) 90)) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-1728 (($ (-805 |#1|) |#2|) NIL) (($ (-875 |#1|) |#2|) 26)) (-4241 (($ $) 103)) (-3999 (((-2 (|:| |k| (-805 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2411 (((-805 |#1|) $) NIL)) (-2178 (((-805 |#1|) $) NIL)) (-1478 (($ (-1 |#2| |#2|) $) NIL)) (-3269 (($ $ |#1|) NIL) (($ $ (-805 |#1|)) NIL) (($ $ $) NIL)) (-2431 (($ $ (-757)) 97 (|has| |#2| (-703 (-401 (-553)))))) (-3303 (((-2 (|:| |k| (-875 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3733 (((-875 |#1|) $) 70)) (-3743 ((|#2| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-2854 (($ $ (-757)) 94 (|has| |#2| (-703 (-401 (-553)))))) (-2672 (((-757) $) 87)) (-3344 (((-111) $) 71)) (-3929 ((|#2| $) 75)) (-3212 (((-845) $) 57) (($ (-553)) NIL) (($ |#2|) 51) (($ (-805 |#1|)) NIL) (($ |#1|) 59) (($ (-875 |#1|)) NIL) (($ (-649 |#1| |#2|)) 43) (((-1253 |#1| |#2|) $) 64) (((-1262 |#1| |#2|) $) 69)) (-1372 (((-630 |#2|) $) NIL)) (-1925 ((|#2| $ (-875 |#1|)) NIL)) (-4157 ((|#2| $ (-805 |#1|)) NIL) ((|#2| $ $) NIL)) (-1348 (((-757)) NIL)) (-3296 (($) 21 T CONST)) (-3308 (($) 25 T CONST)) (-2273 (((-630 (-2 (|:| |k| (-875 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2406 (((-3 (-649 |#1| |#2|) "failed") $) 102)) (-1614 (((-111) $ $) 65)) (-1710 (($ $) 96) (($ $ $) 95)) (-1699 (($ $ $) 20)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 44) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-875 |#1|)) NIL)))
+(((-1258 |#1| |#2|) (-13 (-1259 |#1| |#2|) (-376 |#2| (-875 |#1|)) (-10 -8 (-15 -3212 ($ (-649 |#1| |#2|))) (-15 -3212 ((-1253 |#1| |#2|) $)) (-15 -3212 ((-1262 |#1| |#2|) $)) (-15 -2406 ((-3 (-649 |#1| |#2|) "failed") $)) (-15 -1628 ($ $ $ (-757))) (IF (|has| |#2| (-703 (-401 (-553)))) (PROGN (-15 -2854 ($ $ (-757))) (-15 -2431 ($ $ (-757)))) |%noBranch|))) (-833) (-169)) (T -1258))
+((-3212 (*1 *1 *2) (-12 (-5 *2 (-649 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)) (-5 *1 (-1258 *3 *4)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1253 *3 *4)) (-5 *1 (-1258 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)))) (-3212 (*1 *2 *1) (-12 (-5 *2 (-1262 *3 *4)) (-5 *1 (-1258 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)))) (-2406 (*1 *2 *1) (|partial| -12 (-5 *2 (-649 *3 *4)) (-5 *1 (-1258 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)))) (-1628 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-1258 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169)))) (-2854 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-1258 *3 *4)) (-4 *4 (-703 (-401 (-553)))) (-4 *3 (-833)) (-4 *4 (-169)))) (-2431 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-1258 *3 *4)) (-4 *4 (-703 (-401 (-553)))) (-4 *3 (-833)) (-4 *4 (-169)))))
+(-13 (-1259 |#1| |#2|) (-376 |#2| (-875 |#1|)) (-10 -8 (-15 -3212 ($ (-649 |#1| |#2|))) (-15 -3212 ((-1253 |#1| |#2|) $)) (-15 -3212 ((-1262 |#1| |#2|) $)) (-15 -2406 ((-3 (-649 |#1| |#2|) "failed") $)) (-15 -1628 ($ $ $ (-757))) (IF (|has| |#2| (-703 (-401 (-553)))) (PROGN (-15 -2854 ($ $ (-757))) (-15 -2431 ($ $ (-757)))) |%noBranch|)))
+((-3200 (((-111) $ $) 7)) (-1719 (((-111) $) 16)) (-2813 (((-630 |#1|) $) 38)) (-1316 (($ $ (-757)) 71)) (-4123 (((-3 $ "failed") $ $) 19)) (-3975 (($ $ $) 41 (|has| |#2| (-169))) (($ $ (-757)) 40 (|has| |#2| (-169)))) (-3203 (($) 17 T CONST)) (-3788 (($ $ |#1|) 52) (($ $ (-805 |#1|)) 51) (($ $ $) 50)) (-1394 (((-3 (-805 |#1|) "failed") $) 62)) (-2831 (((-805 |#1|) $) 63)) (-3889 (((-3 $ "failed") $) 32)) (-2553 (((-111) $) 43)) (-2488 (($ $) 42)) (-1434 (((-111) $) 30)) (-1561 (((-111) $) 48)) (-1728 (($ (-805 |#1|) |#2|) 49)) (-4241 (($ $) 47)) (-3999 (((-2 (|:| |k| (-805 |#1|)) (|:| |c| |#2|)) $) 58)) (-2411 (((-805 |#1|) $) 59)) (-2178 (((-805 |#1|) $) 73)) (-1478 (($ (-1 |#2| |#2|) $) 39)) (-3269 (($ $ |#1|) 55) (($ $ (-805 |#1|)) 54) (($ $ $) 53)) (-4056 (((-1137) $) 9)) (-2875 (((-1099) $) 10)) (-2672 (((-757) $) 72)) (-3344 (((-111) $) 45)) (-3929 ((|#2| $) 44)) (-3212 (((-845) $) 11) (($ (-553)) 27) (($ |#2|) 66) (($ (-805 |#1|)) 61) (($ |#1|) 46)) (-4157 ((|#2| $ (-805 |#1|)) 57) ((|#2| $ $) 56)) (-1348 (((-757)) 28)) (-3296 (($) 18 T CONST)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 6)) (-1710 (($ $) 22) (($ $ $) 21)) (-1699 (($ $ $) 14)) (** (($ $ (-903)) 25) (($ $ (-757)) 31)) (* (($ (-903) $) 13) (($ (-757) $) 15) (($ (-553) $) 20) (($ $ $) 24) (($ |#2| $) 65) (($ $ |#2|) 64) (($ |#1| $) 60)))
+(((-1259 |#1| |#2|) (-137) (-833) (-1031)) (T -1259))
+((-2178 (*1 *2 *1) (-12 (-4 *1 (-1259 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-5 *2 (-805 *3)))) (-2672 (*1 *2 *1) (-12 (-4 *1 (-1259 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-5 *2 (-757)))) (-1316 (*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-1259 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)))))
+(-13 (-1255 |t#1| |t#2|) (-10 -8 (-15 -2178 ((-805 |t#1|) $)) (-15 -2672 ((-757) $)) (-15 -1316 ($ $ (-757)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-38 |#2|) |has| |#2| (-169)) ((-101) . T) ((-110 |#2| |#2|) . T) ((-129) . T) ((-603 #0=(-805 |#1|)) . T) ((-600 (-845)) . T) ((-633 |#2|) . T) ((-633 $) . T) ((-703 |#2|) |has| |#2| (-169)) ((-712) . T) ((-1020 #0#) . T) ((-1037 |#2|) . T) ((-1031) . T) ((-1038) . T) ((-1091) . T) ((-1079) . T) ((-1252 |#2|) . T) ((-1255 |#1| |#2|) . T))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-2813 (((-630 (-1155)) $) NIL)) (-3410 (($ (-1253 (-1155) |#1|)) NIL)) (-1316 (($ $ (-757)) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3975 (($ $ $) NIL (|has| |#1| (-169))) (($ $ (-757)) NIL (|has| |#1| (-169)))) (-3203 (($) NIL T CONST)) (-3788 (($ $ (-1155)) NIL) (($ $ (-805 (-1155))) NIL) (($ $ $) NIL)) (-1394 (((-3 (-805 (-1155)) "failed") $) NIL)) (-2831 (((-805 (-1155)) $) NIL)) (-3889 (((-3 $ "failed") $) NIL)) (-2553 (((-111) $) NIL)) (-2488 (($ $) NIL)) (-1434 (((-111) $) NIL)) (-1561 (((-111) $) NIL)) (-1728 (($ (-805 (-1155)) |#1|) NIL)) (-4241 (($ $) NIL)) (-3999 (((-2 (|:| |k| (-805 (-1155))) (|:| |c| |#1|)) $) NIL)) (-2411 (((-805 (-1155)) $) NIL)) (-2178 (((-805 (-1155)) $) NIL)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3269 (($ $ (-1155)) NIL) (($ $ (-805 (-1155))) NIL) (($ $ $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3924 (((-1253 (-1155) |#1|) $) NIL)) (-2672 (((-757) $) NIL)) (-3344 (((-111) $) NIL)) (-3929 ((|#1| $) NIL)) (-3212 (((-845) $) NIL) (($ (-553)) NIL) (($ |#1|) NIL) (($ (-805 (-1155))) NIL) (($ (-1155)) NIL)) (-4157 ((|#1| $ (-805 (-1155))) NIL) ((|#1| $ $) NIL)) (-1348 (((-757)) NIL)) (-3296 (($) NIL T CONST)) (-2078 (((-630 (-2 (|:| |k| (-1155)) (|:| |c| $))) $) NIL)) (-3308 (($) NIL T CONST)) (-1614 (((-111) $ $) NIL)) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) NIL)) (** (($ $ (-903)) NIL) (($ $ (-757)) NIL)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1155) $) NIL)))
+(((-1260 |#1|) (-13 (-1259 (-1155) |#1|) (-10 -8 (-15 -3924 ((-1253 (-1155) |#1|) $)) (-15 -3410 ($ (-1253 (-1155) |#1|))) (-15 -2078 ((-630 (-2 (|:| |k| (-1155)) (|:| |c| $))) $)))) (-1031)) (T -1260))
+((-3924 (*1 *2 *1) (-12 (-5 *2 (-1253 (-1155) *3)) (-5 *1 (-1260 *3)) (-4 *3 (-1031)))) (-3410 (*1 *1 *2) (-12 (-5 *2 (-1253 (-1155) *3)) (-4 *3 (-1031)) (-5 *1 (-1260 *3)))) (-2078 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |k| (-1155)) (|:| |c| (-1260 *3))))) (-5 *1 (-1260 *3)) (-4 *3 (-1031)))))
+(-13 (-1259 (-1155) |#1|) (-10 -8 (-15 -3924 ((-1253 (-1155) |#1|) $)) (-15 -3410 ($ (-1253 (-1155) |#1|))) (-15 -2078 ((-630 (-2 (|:| |k| (-1155)) (|:| |c| $))) $))))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) NIL)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3203 (($) NIL T CONST)) (-1394 (((-3 |#2| "failed") $) NIL)) (-2831 ((|#2| $) NIL)) (-3765 (($ $) NIL)) (-3889 (((-3 $ "failed") $) 36)) (-2553 (((-111) $) 30)) (-2488 (($ $) 32)) (-1434 (((-111) $) NIL)) (-2613 (((-757) $) NIL)) (-1526 (((-630 $) $) NIL)) (-1561 (((-111) $) NIL)) (-1728 (($ |#2| |#1|) NIL)) (-2411 ((|#2| $) 19)) (-2178 ((|#2| $) 16)) (-1478 (($ (-1 |#1| |#1|) $) NIL)) (-3303 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-3733 ((|#2| $) NIL)) (-3743 ((|#1| $) NIL)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3344 (((-111) $) 27)) (-3929 ((|#1| $) 28)) (-3212 (((-845) $) 55) (($ (-553)) 40) (($ |#1|) 35) (($ |#2|) NIL)) (-1372 (((-630 |#1|) $) NIL)) (-1925 ((|#1| $ |#2|) NIL)) (-4157 ((|#1| $ |#2|) 24)) (-1348 (((-757)) 14)) (-3296 (($) 25 T CONST)) (-3308 (($) 11 T CONST)) (-2273 (((-630 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-1614 (((-111) $ $) 26)) (-1721 (($ $ |#1|) 57 (|has| |#1| (-357)))) (-1710 (($ $) NIL) (($ $ $) NIL)) (-1699 (($ $ $) 44)) (** (($ $ (-903)) NIL) (($ $ (-757)) 46)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) NIL) (($ $ $) 45) (($ |#1| $) 41) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-2656 (((-757) $) 15)))
+(((-1261 |#1| |#2|) (-13 (-1031) (-1252 |#1|) (-376 |#1| |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2656 ((-757) $)) (-15 -3212 ($ |#2|)) (-15 -2178 (|#2| $)) (-15 -2411 (|#2| $)) (-15 -3765 ($ $)) (-15 -4157 (|#1| $ |#2|)) (-15 -3344 ((-111) $)) (-15 -3929 (|#1| $)) (-15 -2553 ((-111) $)) (-15 -2488 ($ $)) (-15 -1478 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-357)) (-15 -1721 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4362)) (-6 -4362) |%noBranch|) (IF (|has| |#1| (-6 -4366)) (-6 -4366) |%noBranch|) (IF (|has| |#1| (-6 -4367)) (-6 -4367) |%noBranch|))) (-1031) (-829)) (T -1261))
+((* (*1 *1 *1 *2) (-12 (-5 *1 (-1261 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-829)))) (-3765 (*1 *1 *1) (-12 (-5 *1 (-1261 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-829)))) (-1478 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-1261 *3 *4)) (-4 *4 (-829)))) (-3212 (*1 *1 *2) (-12 (-5 *1 (-1261 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-829)))) (-2656 (*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-1261 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-829)))) (-2178 (*1 *2 *1) (-12 (-4 *2 (-829)) (-5 *1 (-1261 *3 *2)) (-4 *3 (-1031)))) (-2411 (*1 *2 *1) (-12 (-4 *2 (-829)) (-5 *1 (-1261 *3 *2)) (-4 *3 (-1031)))) (-4157 (*1 *2 *1 *3) (-12 (-4 *2 (-1031)) (-5 *1 (-1261 *2 *3)) (-4 *3 (-829)))) (-3344 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1261 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-829)))) (-3929 (*1 *2 *1) (-12 (-4 *2 (-1031)) (-5 *1 (-1261 *2 *3)) (-4 *3 (-829)))) (-2553 (*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1261 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-829)))) (-2488 (*1 *1 *1) (-12 (-5 *1 (-1261 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-829)))) (-1721 (*1 *1 *1 *2) (-12 (-5 *1 (-1261 *2 *3)) (-4 *2 (-357)) (-4 *2 (-1031)) (-4 *3 (-829)))))
+(-13 (-1031) (-1252 |#1|) (-376 |#1| |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2656 ((-757) $)) (-15 -3212 ($ |#2|)) (-15 -2178 (|#2| $)) (-15 -2411 (|#2| $)) (-15 -3765 ($ $)) (-15 -4157 (|#1| $ |#2|)) (-15 -3344 ((-111) $)) (-15 -3929 (|#1| $)) (-15 -2553 ((-111) $)) (-15 -2488 ($ $)) (-15 -1478 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-357)) (-15 -1721 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4362)) (-6 -4362) |%noBranch|) (IF (|has| |#1| (-6 -4366)) (-6 -4366) |%noBranch|) (IF (|has| |#1| (-6 -4367)) (-6 -4367) |%noBranch|)))
+((-3200 (((-111) $ $) 26)) (-1719 (((-111) $) NIL)) (-2813 (((-630 |#1|) $) 120)) (-3410 (($ (-1253 |#1| |#2|)) 44)) (-1316 (($ $ (-757)) 32)) (-4123 (((-3 $ "failed") $ $) NIL)) (-3975 (($ $ $) 48 (|has| |#2| (-169))) (($ $ (-757)) 46 (|has| |#2| (-169)))) (-3203 (($) NIL T CONST)) (-3788 (($ $ |#1|) 102) (($ $ (-805 |#1|)) 103) (($ $ $) 25)) (-1394 (((-3 (-805 |#1|) "failed") $) NIL)) (-2831 (((-805 |#1|) $) NIL)) (-3889 (((-3 $ "failed") $) 110)) (-2553 (((-111) $) 105)) (-2488 (($ $) 106)) (-1434 (((-111) $) NIL)) (-1561 (((-111) $) NIL)) (-1728 (($ (-805 |#1|) |#2|) 19)) (-4241 (($ $) NIL)) (-3999 (((-2 (|:| |k| (-805 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2411 (((-805 |#1|) $) 111)) (-2178 (((-805 |#1|) $) 114)) (-1478 (($ (-1 |#2| |#2|) $) 119)) (-3269 (($ $ |#1|) 100) (($ $ (-805 |#1|)) 101) (($ $ $) 56)) (-4056 (((-1137) $) NIL)) (-2875 (((-1099) $) NIL)) (-3924 (((-1253 |#1| |#2|) $) 84)) (-2672 (((-757) $) 117)) (-3344 (((-111) $) 70)) (-3929 ((|#2| $) 28)) (-3212 (((-845) $) 63) (($ (-553)) 77) (($ |#2|) 74) (($ (-805 |#1|)) 17) (($ |#1|) 73)) (-4157 ((|#2| $ (-805 |#1|)) 104) ((|#2| $ $) 27)) (-1348 (((-757)) 108)) (-3296 (($) 14 T CONST)) (-2078 (((-630 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 53)) (-3308 (($) 29 T CONST)) (-1614 (((-111) $ $) 13)) (-1710 (($ $) 88) (($ $ $) 91)) (-1699 (($ $ $) 55)) (** (($ $ (-903)) NIL) (($ $ (-757)) 49)) (* (($ (-903) $) NIL) (($ (-757) $) 47) (($ (-553) $) 94) (($ $ $) 21) (($ |#2| $) 18) (($ $ |#2|) 20) (($ |#1| $) 82)))
+(((-1262 |#1| |#2|) (-13 (-1259 |#1| |#2|) (-10 -8 (-15 -3924 ((-1253 |#1| |#2|) $)) (-15 -3410 ($ (-1253 |#1| |#2|))) (-15 -2078 ((-630 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-833) (-1031)) (T -1262))
+((-3924 (*1 *2 *1) (-12 (-5 *2 (-1253 *3 *4)) (-5 *1 (-1262 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)))) (-3410 (*1 *1 *2) (-12 (-5 *2 (-1253 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)) (-5 *1 (-1262 *3 *4)))) (-2078 (*1 *2 *1) (-12 (-5 *2 (-630 (-2 (|:| |k| *3) (|:| |c| (-1262 *3 *4))))) (-5 *1 (-1262 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)))))
+(-13 (-1259 |#1| |#2|) (-10 -8 (-15 -3924 ((-1253 |#1| |#2|) $)) (-15 -3410 ($ (-1253 |#1| |#2|))) (-15 -2078 ((-630 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
+((-4335 (((-630 (-1135 |#1|)) (-1 (-630 (-1135 |#1|)) (-630 (-1135 |#1|))) (-553)) 15) (((-1135 |#1|) (-1 (-1135 |#1|) (-1135 |#1|))) 11)))
+(((-1263 |#1|) (-10 -7 (-15 -4335 ((-1135 |#1|) (-1 (-1135 |#1|) (-1135 |#1|)))) (-15 -4335 ((-630 (-1135 |#1|)) (-1 (-630 (-1135 |#1|)) (-630 (-1135 |#1|))) (-553)))) (-1192)) (T -1263))
+((-4335 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-630 (-1135 *5)) (-630 (-1135 *5)))) (-5 *4 (-553)) (-5 *2 (-630 (-1135 *5))) (-5 *1 (-1263 *5)) (-4 *5 (-1192)))) (-4335 (*1 *2 *3) (-12 (-5 *3 (-1 (-1135 *4) (-1135 *4))) (-5 *2 (-1135 *4)) (-5 *1 (-1263 *4)) (-4 *4 (-1192)))))
+(-10 -7 (-15 -4335 ((-1135 |#1|) (-1 (-1135 |#1|) (-1135 |#1|)))) (-15 -4335 ((-630 (-1135 |#1|)) (-1 (-630 (-1135 |#1|)) (-630 (-1135 |#1|))) (-553))))
+((-2593 (((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|))) 148) (((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111)) 147) (((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111) (-111)) 146) (((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111) (-111) (-111)) 145) (((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-1028 |#1| |#2|)) 130)) (-2926 (((-630 (-1028 |#1| |#2|)) (-630 (-934 |#1|))) 72) (((-630 (-1028 |#1| |#2|)) (-630 (-934 |#1|)) (-111)) 71) (((-630 (-1028 |#1| |#2|)) (-630 (-934 |#1|)) (-111) (-111)) 70)) (-1807 (((-630 (-1125 |#1| (-524 (-847 |#3|)) (-847 |#3|) (-766 |#1| (-847 |#3|)))) (-1028 |#1| |#2|)) 61)) (-3875 (((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|))) 115) (((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111)) 114) (((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111) (-111)) 113) (((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111) (-111) (-111)) 112) (((-630 (-630 (-1006 (-401 |#1|)))) (-1028 |#1| |#2|)) 107)) (-2812 (((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|))) 120) (((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111)) 119) (((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111) (-111)) 118) (((-630 (-630 (-1006 (-401 |#1|)))) (-1028 |#1| |#2|)) 117)) (-1523 (((-630 (-766 |#1| (-847 |#3|))) (-1125 |#1| (-524 (-847 |#3|)) (-847 |#3|) (-766 |#1| (-847 |#3|)))) 98) (((-1151 (-1006 (-401 |#1|))) (-1151 |#1|)) 89) (((-934 (-1006 (-401 |#1|))) (-766 |#1| (-847 |#3|))) 96) (((-934 (-1006 (-401 |#1|))) (-934 |#1|)) 94) (((-766 |#1| (-847 |#3|)) (-766 |#1| (-847 |#2|))) 33)))
+(((-1264 |#1| |#2| |#3|) (-10 -7 (-15 -2926 ((-630 (-1028 |#1| |#2|)) (-630 (-934 |#1|)) (-111) (-111))) (-15 -2926 ((-630 (-1028 |#1| |#2|)) (-630 (-934 |#1|)) (-111))) (-15 -2926 ((-630 (-1028 |#1| |#2|)) (-630 (-934 |#1|)))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-1028 |#1| |#2|))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111) (-111) (-111))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111) (-111))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-1028 |#1| |#2|))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111) (-111) (-111))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111) (-111))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)))) (-15 -2812 ((-630 (-630 (-1006 (-401 |#1|)))) (-1028 |#1| |#2|))) (-15 -2812 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111) (-111))) (-15 -2812 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111))) (-15 -2812 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)))) (-15 -1807 ((-630 (-1125 |#1| (-524 (-847 |#3|)) (-847 |#3|) (-766 |#1| (-847 |#3|)))) (-1028 |#1| |#2|))) (-15 -1523 ((-766 |#1| (-847 |#3|)) (-766 |#1| (-847 |#2|)))) (-15 -1523 ((-934 (-1006 (-401 |#1|))) (-934 |#1|))) (-15 -1523 ((-934 (-1006 (-401 |#1|))) (-766 |#1| (-847 |#3|)))) (-15 -1523 ((-1151 (-1006 (-401 |#1|))) (-1151 |#1|))) (-15 -1523 ((-630 (-766 |#1| (-847 |#3|))) (-1125 |#1| (-524 (-847 |#3|)) (-847 |#3|) (-766 |#1| (-847 |#3|)))))) (-13 (-831) (-301) (-144) (-1004)) (-630 (-1155)) (-630 (-1155))) (T -1264))
+((-1523 (*1 *2 *3) (-12 (-5 *3 (-1125 *4 (-524 (-847 *6)) (-847 *6) (-766 *4 (-847 *6)))) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *6 (-630 (-1155))) (-5 *2 (-630 (-766 *4 (-847 *6)))) (-5 *1 (-1264 *4 *5 *6)) (-14 *5 (-630 (-1155))))) (-1523 (*1 *2 *3) (-12 (-5 *3 (-1151 *4)) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-1151 (-1006 (-401 *4)))) (-5 *1 (-1264 *4 *5 *6)) (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))) (-1523 (*1 *2 *3) (-12 (-5 *3 (-766 *4 (-847 *6))) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *6 (-630 (-1155))) (-5 *2 (-934 (-1006 (-401 *4)))) (-5 *1 (-1264 *4 *5 *6)) (-14 *5 (-630 (-1155))))) (-1523 (*1 *2 *3) (-12 (-5 *3 (-934 *4)) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-934 (-1006 (-401 *4)))) (-5 *1 (-1264 *4 *5 *6)) (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))) (-1523 (*1 *2 *3) (-12 (-5 *3 (-766 *4 (-847 *5))) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *5 (-630 (-1155))) (-5 *2 (-766 *4 (-847 *6))) (-5 *1 (-1264 *4 *5 *6)) (-14 *6 (-630 (-1155))))) (-1807 (*1 *2 *3) (-12 (-5 *3 (-1028 *4 *5)) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *5 (-630 (-1155))) (-5 *2 (-630 (-1125 *4 (-524 (-847 *6)) (-847 *6) (-766 *4 (-847 *6))))) (-5 *1 (-1264 *4 *5 *6)) (-14 *6 (-630 (-1155))))) (-2812 (*1 *2 *3) (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-630 (-1006 (-401 *4))))) (-5 *1 (-1264 *4 *5 *6)) (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))) (-2812 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7)) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))) (-2812 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7)) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))) (-2812 (*1 *2 *3) (-12 (-5 *3 (-1028 *4 *5)) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *5 (-630 (-1155))) (-5 *2 (-630 (-630 (-1006 (-401 *4))))) (-5 *1 (-1264 *4 *5 *6)) (-14 *6 (-630 (-1155))))) (-3875 (*1 *2 *3) (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-630 (-1006 (-401 *4))))) (-5 *1 (-1264 *4 *5 *6)) (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))) (-3875 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7)) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))) (-3875 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7)) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))) (-3875 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7)) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))) (-3875 (*1 *2 *3) (-12 (-5 *3 (-1028 *4 *5)) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *5 (-630 (-1155))) (-5 *2 (-630 (-630 (-1006 (-401 *4))))) (-5 *1 (-1264 *4 *5 *6)) (-14 *6 (-630 (-1155))))) (-2593 (*1 *2 *3) (-12 (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-2 (|:| -4072 (-1151 *4)) (|:| -3693 (-630 (-934 *4)))))) (-5 *1 (-1264 *4 *5 *6)) (-5 *3 (-630 (-934 *4))) (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))) (-2593 (*1 *2 *3 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5)))))) (-5 *1 (-1264 *5 *6 *7)) (-5 *3 (-630 (-934 *5))) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))) (-2593 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5)))))) (-5 *1 (-1264 *5 *6 *7)) (-5 *3 (-630 (-934 *5))) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))) (-2593 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5)))))) (-5 *1 (-1264 *5 *6 *7)) (-5 *3 (-630 (-934 *5))) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))) (-2593 (*1 *2 *3) (-12 (-5 *3 (-1028 *4 *5)) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *5 (-630 (-1155))) (-5 *2 (-630 (-2 (|:| -4072 (-1151 *4)) (|:| -3693 (-630 (-934 *4)))))) (-5 *1 (-1264 *4 *5 *6)) (-14 *6 (-630 (-1155))))) (-2926 (*1 *2 *3) (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-1028 *4 *5))) (-5 *1 (-1264 *4 *5 *6)) (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))) (-2926 (*1 *2 *3 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-1028 *5 *6))) (-5 *1 (-1264 *5 *6 *7)) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))) (-2926 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004))) (-5 *2 (-630 (-1028 *5 *6))) (-5 *1 (-1264 *5 *6 *7)) (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155))))))
+(-10 -7 (-15 -2926 ((-630 (-1028 |#1| |#2|)) (-630 (-934 |#1|)) (-111) (-111))) (-15 -2926 ((-630 (-1028 |#1| |#2|)) (-630 (-934 |#1|)) (-111))) (-15 -2926 ((-630 (-1028 |#1| |#2|)) (-630 (-934 |#1|)))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-1028 |#1| |#2|))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111) (-111) (-111))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111) (-111))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)) (-111))) (-15 -2593 ((-630 (-2 (|:| -4072 (-1151 |#1|)) (|:| -3693 (-630 (-934 |#1|))))) (-630 (-934 |#1|)))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-1028 |#1| |#2|))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111) (-111) (-111))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111) (-111))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111))) (-15 -3875 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)))) (-15 -2812 ((-630 (-630 (-1006 (-401 |#1|)))) (-1028 |#1| |#2|))) (-15 -2812 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111) (-111))) (-15 -2812 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)) (-111))) (-15 -2812 ((-630 (-630 (-1006 (-401 |#1|)))) (-630 (-934 |#1|)))) (-15 -1807 ((-630 (-1125 |#1| (-524 (-847 |#3|)) (-847 |#3|) (-766 |#1| (-847 |#3|)))) (-1028 |#1| |#2|))) (-15 -1523 ((-766 |#1| (-847 |#3|)) (-766 |#1| (-847 |#2|)))) (-15 -1523 ((-934 (-1006 (-401 |#1|))) (-934 |#1|))) (-15 -1523 ((-934 (-1006 (-401 |#1|))) (-766 |#1| (-847 |#3|)))) (-15 -1523 ((-1151 (-1006 (-401 |#1|))) (-1151 |#1|))) (-15 -1523 ((-630 (-766 |#1| (-847 |#3|))) (-1125 |#1| (-524 (-847 |#3|)) (-847 |#3|) (-766 |#1| (-847 |#3|))))))
+((-3967 (((-3 (-1238 (-401 (-553))) "failed") (-1238 |#1|) |#1|) 21)) (-1937 (((-111) (-1238 |#1|)) 12)) (-3969 (((-3 (-1238 (-553)) "failed") (-1238 |#1|)) 16)))
+(((-1265 |#1|) (-10 -7 (-15 -1937 ((-111) (-1238 |#1|))) (-15 -3969 ((-3 (-1238 (-553)) "failed") (-1238 |#1|))) (-15 -3967 ((-3 (-1238 (-401 (-553))) "failed") (-1238 |#1|) |#1|))) (-626 (-553))) (T -1265))
+((-3967 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1238 *4)) (-4 *4 (-626 (-553))) (-5 *2 (-1238 (-401 (-553)))) (-5 *1 (-1265 *4)))) (-3969 (*1 *2 *3) (|partial| -12 (-5 *3 (-1238 *4)) (-4 *4 (-626 (-553))) (-5 *2 (-1238 (-553))) (-5 *1 (-1265 *4)))) (-1937 (*1 *2 *3) (-12 (-5 *3 (-1238 *4)) (-4 *4 (-626 (-553))) (-5 *2 (-111)) (-5 *1 (-1265 *4)))))
+(-10 -7 (-15 -1937 ((-111) (-1238 |#1|))) (-15 -3969 ((-3 (-1238 (-553)) "failed") (-1238 |#1|))) (-15 -3967 ((-3 (-1238 (-401 (-553))) "failed") (-1238 |#1|) |#1|)))
+((-3200 (((-111) $ $) NIL)) (-1719 (((-111) $) 11)) (-4123 (((-3 $ "failed") $ $) NIL)) (-2662 (((-757)) 8)) (-3203 (($) NIL T CONST)) (-3889 (((-3 $ "failed") $) 43)) (-1333 (($) 36)) (-1434 (((-111) $) NIL)) (-3464 (((-3 $ "failed") $) 29)) (-3941 (((-903) $) 15)) (-4056 (((-1137) $) NIL)) (-1979 (($) 25 T CONST)) (-2839 (($ (-903)) 37)) (-2875 (((-1099) $) NIL)) (-1523 (((-553) $) 13)) (-3212 (((-845) $) 22) (($ (-553)) 19)) (-1348 (((-757)) 9)) (-3296 (($) 23 T CONST)) (-3308 (($) 24 T CONST)) (-1614 (((-111) $ $) 27)) (-1710 (($ $) 38) (($ $ $) 35)) (-1699 (($ $ $) 26)) (** (($ $ (-903)) NIL) (($ $ (-757)) 40)) (* (($ (-903) $) NIL) (($ (-757) $) NIL) (($ (-553) $) 32) (($ $ $) 31)))
+(((-1266 |#1|) (-13 (-169) (-362) (-601 (-553)) (-1130)) (-903)) (T -1266))
+NIL
+(-13 (-169) (-362) (-601 (-553)) (-1130))
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+((-3 3184469 3184474 3184479 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-2 3184454 3184459 3184464 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-1 3184439 3184444 3184449 NIL NIL NIL NIL (NIL) -8 NIL NIL) (0 3184424 3184429 3184434 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-1266 3183600 3184299 3184376 "ZMOD" 3184381 NIL ZMOD (NIL NIL) -8 NIL NIL) (-1265 3182710 3182874 3183083 "ZLINDEP" 3183432 NIL ZLINDEP (NIL T) -7 NIL NIL) (-1264 3172014 3173778 3175750 "ZDSOLVE" 3180840 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL) (-1263 3171260 3171401 3171590 "YSTREAM" 3171860 NIL YSTREAM (NIL T) -7 NIL NIL) (-1262 3169071 3170561 3170765 "XRPOLY" 3171103 NIL XRPOLY (NIL T T) -8 NIL NIL) (-1261 3165563 3166846 3167430 "XPR" 3168534 NIL XPR (NIL T T) -8 NIL NIL) (-1260 3163319 3164894 3165098 "XPOLY" 3165394 NIL XPOLY (NIL T) -8 NIL NIL) (-1259 3161148 3162482 3162537 "XPOLYC" 3162825 NIL XPOLYC (NIL T T) -9 NIL 3162938) (-1258 3157566 3159665 3160053 "XPBWPOLY" 3160806 NIL XPBWPOLY (NIL T T) -8 NIL NIL) (-1257 3153533 3155781 3155823 "XF" 3156444 NIL XF (NIL T) -9 NIL 3156844) (-1256 3153154 3153242 3153411 "XF-" 3153416 NIL XF- (NIL T T) -8 NIL NIL) (-1255 3148526 3149781 3149836 "XFALG" 3152008 NIL XFALG (NIL T T) -9 NIL 3152797) (-1254 3147659 3147763 3147968 "XEXPPKG" 3148418 NIL XEXPPKG (NIL T T T) -7 NIL NIL) (-1253 3145803 3147509 3147605 "XDPOLY" 3147610 NIL XDPOLY (NIL T T) -8 NIL NIL) (-1252 3144719 3145285 3145328 "XALG" 3145391 NIL XALG (NIL T) -9 NIL 3145511) (-1251 3138188 3142696 3143190 "WUTSET" 3144311 NIL WUTSET (NIL T T T T) -8 NIL NIL) (-1250 3136039 3136800 3137153 "WP" 3137969 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL) (-1249 3135668 3135861 3135931 "WHILEAST" 3135991 T WHILEAST (NIL) -8 NIL NIL) (-1248 3135167 3135385 3135479 "WHEREAST" 3135596 T WHEREAST (NIL) -8 NIL NIL) (-1247 3134053 3134251 3134546 "WFFINTBS" 3134964 NIL WFFINTBS (NIL T T T T) -7 NIL NIL) (-1246 3131957 3132384 3132846 "WEIER" 3133625 NIL WEIER (NIL T) -7 NIL NIL) (-1245 3131104 3131528 3131570 "VSPACE" 3131706 NIL VSPACE (NIL T) -9 NIL 3131780) (-1244 3130942 3130969 3131060 "VSPACE-" 3131065 NIL VSPACE- (NIL T T) -8 NIL NIL) (-1243 3130688 3130731 3130802 "VOID" 3130893 T VOID (NIL) -8 NIL NIL) (-1242 3128824 3129183 3129589 "VIEW" 3130304 T VIEW (NIL) -7 NIL NIL) (-1241 3125249 3125887 3126624 "VIEWDEF" 3128109 T VIEWDEF (NIL) -7 NIL NIL) (-1240 3114587 3116797 3118970 "VIEW3D" 3123098 T VIEW3D (NIL) -8 NIL NIL) (-1239 3106869 3108498 3110077 "VIEW2D" 3113030 T VIEW2D (NIL) -8 NIL NIL) (-1238 3102273 3106639 3106731 "VECTOR" 3106812 NIL VECTOR (NIL T) -8 NIL NIL) (-1237 3100850 3101109 3101427 "VECTOR2" 3102003 NIL VECTOR2 (NIL T T) -7 NIL NIL) (-1236 3094377 3098634 3098677 "VECTCAT" 3099670 NIL VECTCAT (NIL T) -9 NIL 3100256) (-1235 3093391 3093645 3094035 "VECTCAT-" 3094040 NIL VECTCAT- (NIL T T) -8 NIL NIL) (-1234 3092872 3093042 3093162 "VARIABLE" 3093306 NIL VARIABLE (NIL NIL) -8 NIL NIL) (-1233 3092805 3092810 3092840 "UTYPE" 3092845 T UTYPE (NIL) -9 NIL NIL) (-1232 3091635 3091789 3092051 "UTSODETL" 3092631 NIL UTSODETL (NIL T T T T) -7 NIL NIL) (-1231 3089075 3089535 3090059 "UTSODE" 3091176 NIL UTSODE (NIL T T) -7 NIL NIL) (-1230 3080951 3086701 3087190 "UTS" 3088644 NIL UTS (NIL T NIL NIL) -8 NIL NIL) (-1229 3072324 3077643 3077686 "UTSCAT" 3078798 NIL UTSCAT (NIL T) -9 NIL 3079555) (-1228 3069678 3070394 3071383 "UTSCAT-" 3071388 NIL UTSCAT- (NIL T T) -8 NIL NIL) (-1227 3069305 3069348 3069481 "UTS2" 3069629 NIL UTS2 (NIL T T T T) -7 NIL NIL) (-1226 3063580 3066145 3066188 "URAGG" 3068258 NIL URAGG (NIL T) -9 NIL 3068980) (-1225 3060519 3061382 3062505 "URAGG-" 3062510 NIL URAGG- (NIL T T) -8 NIL NIL) (-1224 3056243 3059133 3059605 "UPXSSING" 3060183 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL) (-1223 3048213 3055358 3055640 "UPXS" 3056019 NIL UPXS (NIL T NIL NIL) -8 NIL NIL) (-1222 3041326 3048117 3048189 "UPXSCONS" 3048194 NIL UPXSCONS (NIL T T) -8 NIL NIL) (-1221 3031666 3038411 3038473 "UPXSCCA" 3039129 NIL UPXSCCA (NIL T T) -9 NIL 3039371) (-1220 3031304 3031389 3031563 "UPXSCCA-" 3031568 NIL UPXSCCA- (NIL T T T) -8 NIL NIL) (-1219 3021588 3028106 3028149 "UPXSCAT" 3028797 NIL UPXSCAT (NIL T) -9 NIL 3029405) (-1218 3021018 3021097 3021276 "UPXS2" 3021503 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL) (-1217 3019672 3019925 3020276 "UPSQFREE" 3020761 NIL UPSQFREE (NIL T T) -7 NIL NIL) (-1216 3013590 3016599 3016654 "UPSCAT" 3017815 NIL UPSCAT (NIL T T) -9 NIL 3018589) (-1215 3012794 3013001 3013328 "UPSCAT-" 3013333 NIL UPSCAT- (NIL T T T) -8 NIL NIL) (-1214 2998759 3006755 3006798 "UPOLYC" 3008899 NIL UPOLYC (NIL T) -9 NIL 3010120) (-1213 2990088 2992513 2995660 "UPOLYC-" 2995665 NIL UPOLYC- (NIL T T) -8 NIL NIL) (-1212 2989715 2989758 2989891 "UPOLYC2" 2990039 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL) (-1211 2981172 2989281 2989419 "UP" 2989625 NIL UP (NIL NIL T) -8 NIL NIL) (-1210 2980511 2980618 2980782 "UPMP" 2981061 NIL UPMP (NIL T T) -7 NIL NIL) (-1209 2980064 2980145 2980284 "UPDIVP" 2980424 NIL UPDIVP (NIL T T) -7 NIL NIL) (-1208 2978632 2978881 2979197 "UPDECOMP" 2979813 NIL UPDECOMP (NIL T T) -7 NIL NIL) (-1207 2977867 2977979 2978164 "UPCDEN" 2978516 NIL UPCDEN (NIL T T T) -7 NIL NIL) (-1206 2977386 2977455 2977604 "UP2" 2977792 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL) (-1205 2975903 2976590 2976867 "UNISEG" 2977144 NIL UNISEG (NIL T) -8 NIL NIL) (-1204 2975118 2975245 2975450 "UNISEG2" 2975746 NIL UNISEG2 (NIL T T) -7 NIL NIL) (-1203 2974178 2974358 2974584 "UNIFACT" 2974934 NIL UNIFACT (NIL T) -7 NIL NIL) (-1202 2958145 2973355 2973606 "ULS" 2973985 NIL ULS (NIL T NIL NIL) -8 NIL NIL) (-1201 2946185 2958049 2958121 "ULSCONS" 2958126 NIL ULSCONS (NIL T T) -8 NIL NIL) (-1200 2928760 2940697 2940759 "ULSCCAT" 2941479 NIL ULSCCAT (NIL T T) -9 NIL 2941776) (-1199 2927810 2928055 2928443 "ULSCCAT-" 2928448 NIL ULSCCAT- (NIL T T T) -8 NIL NIL) (-1198 2917871 2924303 2924346 "ULSCAT" 2925209 NIL ULSCAT (NIL T) -9 NIL 2925939) (-1197 2917301 2917380 2917559 "ULS2" 2917786 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL) (-1196 2915739 2916662 2916692 "UFD" 2916904 T UFD (NIL) -9 NIL 2917018) (-1195 2915533 2915579 2915674 "UFD-" 2915679 NIL UFD- (NIL T) -8 NIL NIL) (-1194 2914615 2914798 2915014 "UDVO" 2915339 T UDVO (NIL) -7 NIL NIL) (-1193 2912431 2912840 2913311 "UDPO" 2914179 NIL UDPO (NIL T) -7 NIL NIL) (-1192 2912364 2912369 2912399 "TYPE" 2912404 T TYPE (NIL) -9 NIL NIL) (-1191 2912151 2912319 2912350 "TYPEAST" 2912355 T TYPEAST (NIL) -8 NIL NIL) (-1190 2911122 2911324 2911564 "TWOFACT" 2911945 NIL TWOFACT (NIL T) -7 NIL NIL) (-1189 2910060 2910397 2910660 "TUPLE" 2910894 NIL TUPLE (NIL T) -8 NIL NIL) (-1188 2907751 2908270 2908809 "TUBETOOL" 2909543 T TUBETOOL (NIL) -7 NIL NIL) (-1187 2906600 2906805 2907046 "TUBE" 2907544 NIL TUBE (NIL T) -8 NIL NIL) (-1186 2901364 2905572 2905855 "TS" 2906352 NIL TS (NIL T) -8 NIL NIL) (-1185 2890031 2894123 2894220 "TSETCAT" 2899489 NIL TSETCAT (NIL T T T T) -9 NIL 2901020) (-1184 2884765 2886363 2888254 "TSETCAT-" 2888259 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL) (-1183 2879028 2879874 2880816 "TRMANIP" 2883901 NIL TRMANIP (NIL T T) -7 NIL NIL) (-1182 2878469 2878532 2878695 "TRIMAT" 2878960 NIL TRIMAT (NIL T T T T) -7 NIL NIL) (-1181 2876265 2876502 2876866 "TRIGMNIP" 2878218 NIL TRIGMNIP (NIL T T) -7 NIL NIL) (-1180 2875785 2875898 2875928 "TRIGCAT" 2876141 T TRIGCAT (NIL) -9 NIL NIL) (-1179 2875454 2875533 2875674 "TRIGCAT-" 2875679 NIL TRIGCAT- (NIL T) -8 NIL NIL) (-1178 2872353 2874314 2874594 "TREE" 2875209 NIL TREE (NIL T) -8 NIL NIL) (-1177 2871627 2872155 2872185 "TRANFUN" 2872220 T TRANFUN (NIL) -9 NIL 2872286) (-1176 2870906 2871097 2871377 "TRANFUN-" 2871382 NIL TRANFUN- (NIL T) -8 NIL NIL) (-1175 2870710 2870742 2870803 "TOPSP" 2870867 T TOPSP (NIL) -7 NIL NIL) (-1174 2870058 2870173 2870327 "TOOLSIGN" 2870591 NIL TOOLSIGN (NIL T) -7 NIL NIL) (-1173 2868719 2869235 2869474 "TEXTFILE" 2869841 T TEXTFILE (NIL) -8 NIL NIL) (-1172 2866584 2867098 2867536 "TEX" 2868303 T TEX (NIL) -8 NIL NIL) (-1171 2866365 2866396 2866468 "TEX1" 2866547 NIL TEX1 (NIL T) -7 NIL NIL) (-1170 2866013 2866076 2866166 "TEMUTL" 2866297 T TEMUTL (NIL) -7 NIL NIL) (-1169 2864167 2864447 2864772 "TBCMPPK" 2865736 NIL TBCMPPK (NIL T T) -7 NIL NIL) (-1168 2856055 2862327 2862383 "TBAGG" 2862783 NIL TBAGG (NIL T T) -9 NIL 2862994) (-1167 2851125 2852613 2854367 "TBAGG-" 2854372 NIL TBAGG- (NIL T T T) -8 NIL NIL) (-1166 2850509 2850616 2850761 "TANEXP" 2851014 NIL TANEXP (NIL T) -7 NIL NIL) (-1165 2844010 2850366 2850459 "TABLE" 2850464 NIL TABLE (NIL T T) -8 NIL NIL) (-1164 2843422 2843521 2843659 "TABLEAU" 2843907 NIL TABLEAU (NIL T) -8 NIL NIL) (-1163 2838030 2839250 2840498 "TABLBUMP" 2842208 NIL TABLBUMP (NIL T) -7 NIL NIL) (-1162 2837458 2837558 2837686 "SYSTEM" 2837924 T SYSTEM (NIL) -7 NIL NIL) (-1161 2833921 2834616 2835399 "SYSSOLP" 2836709 NIL SYSSOLP (NIL T) -7 NIL NIL) (-1160 2830299 2831210 2831912 "SYNTAX" 2833241 T SYNTAX (NIL) -8 NIL NIL) (-1159 2827457 2828059 2828691 "SYMTAB" 2829689 T SYMTAB (NIL) -8 NIL NIL) (-1158 2822706 2823608 2824591 "SYMS" 2826496 T SYMS (NIL) -8 NIL NIL) (-1157 2819978 2822164 2822394 "SYMPOLY" 2822511 NIL SYMPOLY (NIL T) -8 NIL NIL) (-1156 2819495 2819570 2819693 "SYMFUNC" 2819890 NIL SYMFUNC (NIL T) -7 NIL NIL) (-1155 2815472 2816732 2817554 "SYMBOL" 2818695 T SYMBOL (NIL) -8 NIL NIL) (-1154 2809011 2810700 2812420 "SWITCH" 2813774 T SWITCH (NIL) -8 NIL NIL) (-1153 2802281 2807832 2808135 "SUTS" 2808766 NIL SUTS (NIL T NIL NIL) -8 NIL NIL) (-1152 2794250 2801396 2801678 "SUPXS" 2802057 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL) (-1151 2785779 2793868 2793994 "SUP" 2794159 NIL SUP (NIL T) -8 NIL NIL) (-1150 2784938 2785065 2785282 "SUPFRACF" 2785647 NIL SUPFRACF (NIL T T T T) -7 NIL NIL) (-1149 2784559 2784618 2784731 "SUP2" 2784873 NIL SUP2 (NIL T T) -7 NIL NIL) (-1148 2782972 2783246 2783609 "SUMRF" 2784258 NIL SUMRF (NIL T) -7 NIL NIL) (-1147 2782286 2782352 2782551 "SUMFS" 2782893 NIL SUMFS (NIL T T) -7 NIL NIL) (-1146 2766293 2781463 2781714 "SULS" 2782093 NIL SULS (NIL T NIL NIL) -8 NIL NIL) (-1145 2765922 2766115 2766185 "SUCHTAST" 2766245 T SUCHTAST (NIL) -8 NIL NIL) (-1144 2765244 2765447 2765587 "SUCH" 2765830 NIL SUCH (NIL T T) -8 NIL NIL) (-1143 2759138 2760150 2761109 "SUBSPACE" 2764332 NIL SUBSPACE (NIL NIL T) -8 NIL NIL) (-1142 2758568 2758658 2758822 "SUBRESP" 2759026 NIL SUBRESP (NIL T T) -7 NIL NIL) (-1141 2751937 2753233 2754544 "STTF" 2757304 NIL STTF (NIL T) -7 NIL NIL) (-1140 2746110 2747230 2748377 "STTFNC" 2750837 NIL STTFNC (NIL T) -7 NIL NIL) (-1139 2737425 2739292 2741086 "STTAYLOR" 2744351 NIL STTAYLOR (NIL T) -7 NIL NIL) (-1138 2730669 2737289 2737372 "STRTBL" 2737377 NIL STRTBL (NIL T) -8 NIL NIL) (-1137 2726060 2730624 2730655 "STRING" 2730660 T STRING (NIL) -8 NIL NIL) (-1136 2720948 2725433 2725463 "STRICAT" 2725522 T STRICAT (NIL) -9 NIL 2725584) (-1135 2713661 2718471 2719091 "STREAM" 2720363 NIL STREAM (NIL T) -8 NIL NIL) (-1134 2713171 2713248 2713392 "STREAM3" 2713578 NIL STREAM3 (NIL T T T) -7 NIL NIL) (-1133 2712153 2712336 2712571 "STREAM2" 2712984 NIL STREAM2 (NIL T T) -7 NIL NIL) (-1132 2711841 2711893 2711986 "STREAM1" 2712095 NIL STREAM1 (NIL T) -7 NIL NIL) (-1131 2710857 2711038 2711269 "STINPROD" 2711657 NIL STINPROD (NIL T) -7 NIL NIL) (-1130 2710435 2710619 2710649 "STEP" 2710729 T STEP (NIL) -9 NIL 2710807) (-1129 2703978 2710334 2710411 "STBL" 2710416 NIL STBL (NIL T T NIL) -8 NIL NIL) (-1128 2699153 2703200 2703243 "STAGG" 2703396 NIL STAGG (NIL T) -9 NIL 2703485) (-1127 2696855 2697457 2698329 "STAGG-" 2698334 NIL STAGG- (NIL T T) -8 NIL NIL) (-1126 2695050 2696625 2696717 "STACK" 2696798 NIL STACK (NIL T) -8 NIL NIL) (-1125 2687775 2693191 2693647 "SREGSET" 2694680 NIL SREGSET (NIL T T T T) -8 NIL NIL) (-1124 2680201 2681569 2683082 "SRDCMPK" 2686381 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL) (-1123 2673168 2677641 2677671 "SRAGG" 2678974 T SRAGG (NIL) -9 NIL 2679582) (-1122 2672185 2672440 2672819 "SRAGG-" 2672824 NIL SRAGG- (NIL T) -8 NIL NIL) (-1121 2666680 2671132 2671553 "SQMATRIX" 2671811 NIL SQMATRIX (NIL NIL T) -8 NIL NIL) (-1120 2660432 2663400 2664126 "SPLTREE" 2666026 NIL SPLTREE (NIL T T) -8 NIL NIL) (-1119 2656422 2657088 2657734 "SPLNODE" 2659858 NIL SPLNODE (NIL T T) -8 NIL NIL) (-1118 2655469 2655702 2655732 "SPFCAT" 2656176 T SPFCAT (NIL) -9 NIL NIL) (-1117 2654206 2654416 2654680 "SPECOUT" 2655227 T SPECOUT (NIL) -7 NIL NIL) (-1116 2645895 2647639 2647669 "SPADXPT" 2652061 T SPADXPT (NIL) -9 NIL 2654095) (-1115 2645656 2645696 2645765 "SPADPRSR" 2645848 T SPADPRSR (NIL) -7 NIL NIL) (-1114 2643839 2645611 2645642 "SPADAST" 2645647 T SPADAST (NIL) -8 NIL NIL) (-1113 2635810 2637557 2637600 "SPACEC" 2641973 NIL SPACEC (NIL T) -9 NIL 2643789) (-1112 2633981 2635742 2635791 "SPACE3" 2635796 NIL SPACE3 (NIL T) -8 NIL NIL) (-1111 2632733 2632904 2633195 "SORTPAK" 2633786 NIL SORTPAK (NIL T T) -7 NIL NIL) (-1110 2630783 2631086 2631505 "SOLVETRA" 2632397 NIL SOLVETRA (NIL T) -7 NIL NIL) (-1109 2629794 2630016 2630290 "SOLVESER" 2630556 NIL SOLVESER (NIL T) -7 NIL NIL) (-1108 2625014 2625895 2626897 "SOLVERAD" 2628846 NIL SOLVERAD (NIL T) -7 NIL NIL) (-1107 2620829 2621438 2622167 "SOLVEFOR" 2624381 NIL SOLVEFOR (NIL T T) -7 NIL NIL) (-1106 2615126 2620178 2620275 "SNTSCAT" 2620280 NIL SNTSCAT (NIL T T T T) -9 NIL 2620350) (-1105 2609269 2613449 2613840 "SMTS" 2614816 NIL SMTS (NIL T T T) -8 NIL NIL) (-1104 2603719 2609157 2609234 "SMP" 2609239 NIL SMP (NIL T T) -8 NIL NIL) (-1103 2601878 2602179 2602577 "SMITH" 2603416 NIL SMITH (NIL T T T T) -7 NIL NIL) (-1102 2594752 2598907 2599010 "SMATCAT" 2600361 NIL SMATCAT (NIL NIL T T T) -9 NIL 2600911) (-1101 2591692 2592515 2593693 "SMATCAT-" 2593698 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL) (-1100 2589405 2590928 2590971 "SKAGG" 2591232 NIL SKAGG (NIL T) -9 NIL 2591367) (-1099 2585521 2588509 2588787 "SINT" 2589149 T SINT (NIL) -8 NIL NIL) (-1098 2585293 2585331 2585397 "SIMPAN" 2585477 T SIMPAN (NIL) -7 NIL NIL) (-1097 2584600 2584828 2584968 "SIG" 2585175 T SIG (NIL) -8 NIL NIL) (-1096 2583438 2583659 2583934 "SIGNRF" 2584359 NIL SIGNRF (NIL T) -7 NIL NIL) (-1095 2582243 2582394 2582685 "SIGNEF" 2583267 NIL SIGNEF (NIL T T) -7 NIL NIL) (-1094 2581576 2581826 2581950 "SIGAST" 2582141 T SIGAST (NIL) -8 NIL NIL) (-1093 2579266 2579720 2580226 "SHP" 2581117 NIL SHP (NIL T NIL) -7 NIL NIL) (-1092 2573172 2579167 2579243 "SHDP" 2579248 NIL SHDP (NIL NIL NIL T) -8 NIL NIL) (-1091 2572771 2572937 2572967 "SGROUP" 2573060 T SGROUP (NIL) -9 NIL 2573122) (-1090 2572629 2572655 2572728 "SGROUP-" 2572733 NIL SGROUP- (NIL T) -8 NIL NIL) (-1089 2569465 2570162 2570885 "SGCF" 2571928 T SGCF (NIL) -7 NIL NIL) (-1088 2563860 2568912 2569009 "SFRTCAT" 2569014 NIL SFRTCAT (NIL T T T T) -9 NIL 2569053) (-1087 2557284 2558299 2559435 "SFRGCD" 2562843 NIL SFRGCD (NIL T T T T T) -7 NIL NIL) (-1086 2550412 2551483 2552669 "SFQCMPK" 2556217 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL) (-1085 2550034 2550123 2550233 "SFORT" 2550353 NIL SFORT (NIL T T) -8 NIL NIL) (-1084 2549179 2549874 2549995 "SEXOF" 2550000 NIL SEXOF (NIL T T T T T) -8 NIL NIL) (-1083 2548313 2549060 2549128 "SEX" 2549133 T SEX (NIL) -8 NIL NIL) (-1082 2543089 2543778 2543873 "SEXCAT" 2547644 NIL SEXCAT (NIL T T T T T) -9 NIL 2548263) (-1081 2540269 2543023 2543071 "SET" 2543076 NIL SET (NIL T) -8 NIL NIL) (-1080 2538520 2538982 2539287 "SETMN" 2540010 NIL SETMN (NIL NIL NIL) -8 NIL NIL) (-1079 2538126 2538252 2538282 "SETCAT" 2538399 T SETCAT (NIL) -9 NIL 2538484) (-1078 2537906 2537958 2538057 "SETCAT-" 2538062 NIL SETCAT- (NIL T) -8 NIL NIL) (-1077 2534293 2536367 2536410 "SETAGG" 2537280 NIL SETAGG (NIL T) -9 NIL 2537620) (-1076 2533751 2533867 2534104 "SETAGG-" 2534109 NIL SETAGG- (NIL T T) -8 NIL NIL) (-1075 2533221 2533447 2533548 "SEQAST" 2533672 T SEQAST (NIL) -8 NIL NIL) (-1074 2532425 2532718 2532779 "SEGXCAT" 2533065 NIL SEGXCAT (NIL T T) -9 NIL 2533185) (-1073 2531481 2532091 2532273 "SEG" 2532278 NIL SEG (NIL T) -8 NIL NIL) (-1072 2530388 2530601 2530644 "SEGCAT" 2531226 NIL SEGCAT (NIL T) -9 NIL 2531464) (-1071 2529437 2529767 2529967 "SEGBIND" 2530223 NIL SEGBIND (NIL T) -8 NIL NIL) (-1070 2529058 2529117 2529230 "SEGBIND2" 2529372 NIL SEGBIND2 (NIL T T) -7 NIL NIL) (-1069 2528659 2528859 2528936 "SEGAST" 2529003 T SEGAST (NIL) -8 NIL NIL) (-1068 2527878 2528004 2528208 "SEG2" 2528503 NIL SEG2 (NIL T T) -7 NIL NIL) (-1067 2527315 2527813 2527860 "SDVAR" 2527865 NIL SDVAR (NIL T) -8 NIL NIL) (-1066 2519605 2527085 2527215 "SDPOL" 2527220 NIL SDPOL (NIL T) -8 NIL NIL) (-1065 2518198 2518464 2518783 "SCPKG" 2519320 NIL SCPKG (NIL T) -7 NIL NIL) (-1064 2517334 2517514 2517714 "SCOPE" 2518020 T SCOPE (NIL) -8 NIL NIL) (-1063 2516555 2516688 2516867 "SCACHE" 2517189 NIL SCACHE (NIL T) -7 NIL NIL) (-1062 2516264 2516424 2516454 "SASTCAT" 2516459 T SASTCAT (NIL) -9 NIL 2516472) (-1061 2515703 2516024 2516109 "SAOS" 2516201 T SAOS (NIL) -8 NIL NIL) (-1060 2515268 2515303 2515476 "SAERFFC" 2515662 NIL SAERFFC (NIL T T T) -7 NIL NIL) (-1059 2509242 2515165 2515245 "SAE" 2515250 NIL SAE (NIL T T NIL) -8 NIL NIL) (-1058 2508835 2508870 2509029 "SAEFACT" 2509201 NIL SAEFACT (NIL T T T) -7 NIL NIL) (-1057 2507156 2507470 2507871 "RURPK" 2508501 NIL RURPK (NIL T NIL) -7 NIL NIL) (-1056 2505792 2506071 2506383 "RULESET" 2506990 NIL RULESET (NIL T T T) -8 NIL NIL) (-1055 2502979 2503482 2503947 "RULE" 2505473 NIL RULE (NIL T T T) -8 NIL NIL) (-1054 2502618 2502773 2502856 "RULECOLD" 2502931 NIL RULECOLD (NIL NIL) -8 NIL NIL) (-1053 2502116 2502335 2502429 "RSTRCAST" 2502546 T RSTRCAST (NIL) -8 NIL NIL) (-1052 2496965 2497759 2498679 "RSETGCD" 2501315 NIL RSETGCD (NIL T T T T T) -7 NIL NIL) (-1051 2486222 2491274 2491371 "RSETCAT" 2495490 NIL RSETCAT (NIL T T T T) -9 NIL 2496587) (-1050 2484149 2484688 2485512 "RSETCAT-" 2485517 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL) (-1049 2476536 2477911 2479431 "RSDCMPK" 2482748 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL) (-1048 2474541 2474982 2475056 "RRCC" 2476142 NIL RRCC (NIL T T) -9 NIL 2476486) (-1047 2473892 2474066 2474345 "RRCC-" 2474350 NIL RRCC- (NIL T T T) -8 NIL NIL) (-1046 2473362 2473588 2473689 "RPTAST" 2473813 T RPTAST (NIL) -8 NIL NIL) (-1045 2447463 2457048 2457115 "RPOLCAT" 2467779 NIL RPOLCAT (NIL T T T) -9 NIL 2470938) (-1044 2438963 2441301 2444423 "RPOLCAT-" 2444428 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL) (-1043 2430010 2437174 2437656 "ROUTINE" 2438503 T ROUTINE (NIL) -8 NIL NIL) (-1042 2426768 2429561 2429710 "ROMAN" 2429883 T ROMAN (NIL) -8 NIL NIL) (-1041 2425043 2425628 2425888 "ROIRC" 2426573 NIL ROIRC (NIL T T) -8 NIL NIL) (-1040 2421452 2423691 2423721 "RNS" 2424025 T RNS (NIL) -9 NIL 2424298) (-1039 2419961 2420344 2420878 "RNS-" 2420953 NIL RNS- (NIL T) -8 NIL NIL) (-1038 2419410 2419792 2419822 "RNG" 2419827 T RNG (NIL) -9 NIL 2419848) (-1037 2418802 2419164 2419207 "RMODULE" 2419269 NIL RMODULE (NIL T) -9 NIL 2419311) (-1036 2417638 2417732 2418068 "RMCAT2" 2418703 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL) (-1035 2414343 2416812 2417137 "RMATRIX" 2417372 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL) (-1034 2407285 2409519 2409634 "RMATCAT" 2412993 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2413975) (-1033 2406660 2406807 2407114 "RMATCAT-" 2407119 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL) (-1032 2406227 2406302 2406430 "RINTERP" 2406579 NIL RINTERP (NIL NIL T) -7 NIL NIL) (-1031 2405315 2405835 2405865 "RING" 2405977 T RING (NIL) -9 NIL 2406072) (-1030 2405107 2405151 2405248 "RING-" 2405253 NIL RING- (NIL T) -8 NIL NIL) (-1029 2403948 2404185 2404443 "RIDIST" 2404871 T RIDIST (NIL) -7 NIL NIL) (-1028 2395264 2403416 2403622 "RGCHAIN" 2403796 NIL RGCHAIN (NIL T NIL) -8 NIL NIL) (-1027 2394640 2395020 2395061 "RGBCSPC" 2395119 NIL RGBCSPC (NIL T) -9 NIL 2395171) (-1026 2393824 2394179 2394220 "RGBCMDL" 2394452 NIL RGBCMDL (NIL T) -9 NIL 2394566) (-1025 2390818 2391432 2392102 "RF" 2393188 NIL RF (NIL T) -7 NIL NIL) (-1024 2390464 2390527 2390630 "RFFACTOR" 2390749 NIL RFFACTOR (NIL T) -7 NIL NIL) (-1023 2390189 2390224 2390321 "RFFACT" 2390423 NIL RFFACT (NIL T) -7 NIL NIL) (-1022 2388306 2388670 2389052 "RFDIST" 2389829 T RFDIST (NIL) -7 NIL NIL) (-1021 2387759 2387851 2388014 "RETSOL" 2388208 NIL RETSOL (NIL T T) -7 NIL NIL) (-1020 2387395 2387475 2387518 "RETRACT" 2387651 NIL RETRACT (NIL T) -9 NIL 2387738) (-1019 2387244 2387269 2387356 "RETRACT-" 2387361 NIL RETRACT- (NIL T T) -8 NIL NIL) (-1018 2386873 2387066 2387136 "RETAST" 2387196 T RETAST (NIL) -8 NIL NIL) (-1017 2379727 2386526 2386653 "RESULT" 2386768 T RESULT (NIL) -8 NIL NIL) (-1016 2378353 2378996 2379195 "RESRING" 2379630 NIL RESRING (NIL T T T T NIL) -8 NIL NIL) (-1015 2377989 2378038 2378136 "RESLATC" 2378290 NIL RESLATC (NIL T) -7 NIL NIL) (-1014 2377695 2377729 2377836 "REPSQ" 2377948 NIL REPSQ (NIL T) -7 NIL NIL) (-1013 2375117 2375697 2376299 "REP" 2377115 T REP (NIL) -7 NIL NIL) (-1012 2374815 2374849 2374960 "REPDB" 2375076 NIL REPDB (NIL T) -7 NIL NIL) (-1011 2368725 2370104 2371327 "REP2" 2373627 NIL REP2 (NIL T) -7 NIL NIL) (-1010 2365102 2365783 2366591 "REP1" 2367952 NIL REP1 (NIL T) -7 NIL NIL) (-1009 2357828 2363243 2363699 "REGSET" 2364732 NIL REGSET (NIL T T T T) -8 NIL NIL) (-1008 2356641 2356976 2357226 "REF" 2357613 NIL REF (NIL T) -8 NIL NIL) (-1007 2356018 2356121 2356288 "REDORDER" 2356525 NIL REDORDER (NIL T T) -7 NIL NIL) (-1006 2352025 2355233 2355459 "RECLOS" 2355847 NIL RECLOS (NIL T) -8 NIL NIL) (-1005 2351077 2351258 2351473 "REALSOLV" 2351832 T REALSOLV (NIL) -7 NIL NIL) (-1004 2350923 2350964 2350994 "REAL" 2350999 T REAL (NIL) -9 NIL 2351034) (-1003 2347406 2348208 2349092 "REAL0Q" 2350088 NIL REAL0Q (NIL T) -7 NIL NIL) (-1002 2343007 2343995 2345056 "REAL0" 2346387 NIL REAL0 (NIL T) -7 NIL NIL) (-1001 2342505 2342724 2342818 "RDUCEAST" 2342935 T RDUCEAST (NIL) -8 NIL NIL) (-1000 2341910 2341982 2342189 "RDIV" 2342427 NIL RDIV (NIL T T T T T) -7 NIL NIL) (-999 2340983 2341157 2341368 "RDIST" 2341732 NIL RDIST (NIL T) -7 NIL NIL) (-998 2339584 2339871 2340241 "RDETRS" 2340691 NIL RDETRS (NIL T T) -7 NIL NIL) (-997 2337401 2337855 2338391 "RDETR" 2339126 NIL RDETR (NIL T T) -7 NIL NIL) (-996 2336015 2336293 2336695 "RDEEFS" 2337117 NIL RDEEFS (NIL T T) -7 NIL NIL) (-995 2334513 2334819 2335249 "RDEEF" 2335703 NIL RDEEF (NIL T T) -7 NIL NIL) (-994 2328779 2331650 2331678 "RCFIELD" 2332955 T RCFIELD (NIL) -9 NIL 2333685) (-993 2326848 2327352 2328045 "RCFIELD-" 2328118 NIL RCFIELD- (NIL T) -8 NIL NIL) (-992 2323179 2324964 2325005 "RCAGG" 2326076 NIL RCAGG (NIL T) -9 NIL 2326541) (-991 2322810 2322904 2323064 "RCAGG-" 2323069 NIL RCAGG- (NIL T T) -8 NIL NIL) (-990 2322150 2322262 2322425 "RATRET" 2322694 NIL RATRET (NIL T) -7 NIL NIL) (-989 2321707 2321774 2321893 "RATFACT" 2322078 NIL RATFACT (NIL T) -7 NIL NIL) (-988 2321022 2321142 2321292 "RANDSRC" 2321577 T RANDSRC (NIL) -7 NIL NIL) (-987 2320759 2320803 2320874 "RADUTIL" 2320971 T RADUTIL (NIL) -7 NIL NIL) (-986 2313822 2319502 2319819 "RADIX" 2320474 NIL RADIX (NIL NIL) -8 NIL NIL) (-985 2305479 2313666 2313794 "RADFF" 2313799 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL) (-984 2305131 2305206 2305234 "RADCAT" 2305391 T RADCAT (NIL) -9 NIL NIL) (-983 2304916 2304964 2305061 "RADCAT-" 2305066 NIL RADCAT- (NIL T) -8 NIL NIL) (-982 2303067 2304691 2304780 "QUEUE" 2304860 NIL QUEUE (NIL T) -8 NIL NIL) (-981 2299643 2303004 2303049 "QUAT" 2303054 NIL QUAT (NIL T) -8 NIL NIL) (-980 2299281 2299324 2299451 "QUATCT2" 2299594 NIL QUATCT2 (NIL T T T T) -7 NIL NIL) (-979 2293032 2296333 2296373 "QUATCAT" 2297153 NIL QUATCAT (NIL T) -9 NIL 2297919) (-978 2289176 2290213 2291600 "QUATCAT-" 2291694 NIL QUATCAT- (NIL T T) -8 NIL NIL) (-977 2286696 2288260 2288301 "QUAGG" 2288676 NIL QUAGG (NIL T) -9 NIL 2288851) (-976 2286328 2286521 2286589 "QQUTAST" 2286648 T QQUTAST (NIL) -8 NIL NIL) (-975 2285253 2285726 2285898 "QFORM" 2286200 NIL QFORM (NIL NIL T) -8 NIL NIL) (-974 2276433 2281638 2281678 "QFCAT" 2282336 NIL QFCAT (NIL T) -9 NIL 2283337) (-973 2272005 2273206 2274797 "QFCAT-" 2274891 NIL QFCAT- (NIL T T) -8 NIL NIL) (-972 2271643 2271686 2271813 "QFCAT2" 2271956 NIL QFCAT2 (NIL T T T T) -7 NIL NIL) (-971 2271103 2271213 2271343 "QEQUAT" 2271533 T QEQUAT (NIL) -8 NIL NIL) (-970 2264251 2265322 2266506 "QCMPACK" 2270036 NIL QCMPACK (NIL T T T T T) -7 NIL NIL) (-969 2261827 2262248 2262676 "QALGSET" 2263906 NIL QALGSET (NIL T T T T) -8 NIL NIL) (-968 2261072 2261246 2261478 "QALGSET2" 2261647 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL) (-967 2259763 2259986 2260303 "PWFFINTB" 2260845 NIL PWFFINTB (NIL T T T T) -7 NIL NIL) (-966 2257945 2258113 2258467 "PUSHVAR" 2259577 NIL PUSHVAR (NIL T T T T) -7 NIL NIL) (-965 2253863 2254917 2254958 "PTRANFN" 2256842 NIL PTRANFN (NIL T) -9 NIL NIL) (-964 2252265 2252556 2252878 "PTPACK" 2253574 NIL PTPACK (NIL T) -7 NIL NIL) (-963 2251897 2251954 2252063 "PTFUNC2" 2252202 NIL PTFUNC2 (NIL T T) -7 NIL NIL) (-962 2246363 2250708 2250749 "PTCAT" 2251122 NIL PTCAT (NIL T) -9 NIL 2251284) (-961 2246021 2246056 2246180 "PSQFR" 2246322 NIL PSQFR (NIL T T T T) -7 NIL NIL) (-960 2244616 2244914 2245248 "PSEUDLIN" 2245719 NIL PSEUDLIN (NIL T) -7 NIL NIL) (-959 2231385 2233750 2236074 "PSETPK" 2242376 NIL PSETPK (NIL T T T T) -7 NIL NIL) (-958 2224429 2227143 2227239 "PSETCAT" 2230260 NIL PSETCAT (NIL T T T T) -9 NIL 2231074) (-957 2222265 2222899 2223720 "PSETCAT-" 2223725 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL) (-956 2221614 2221779 2221807 "PSCURVE" 2222075 T PSCURVE (NIL) -9 NIL 2222242) (-955 2218095 2219577 2219642 "PSCAT" 2220486 NIL PSCAT (NIL T T T) -9 NIL 2220726) (-954 2217158 2217374 2217774 "PSCAT-" 2217779 NIL PSCAT- (NIL T T T T) -8 NIL NIL) (-953 2215810 2216443 2216657 "PRTITION" 2216964 T PRTITION (NIL) -8 NIL NIL) (-952 2215312 2215531 2215623 "PRTDAST" 2215738 T PRTDAST (NIL) -8 NIL NIL) (-951 2204410 2206616 2208804 "PRS" 2213174 NIL PRS (NIL T T) -7 NIL NIL) (-950 2202268 2203760 2203800 "PRQAGG" 2203983 NIL PRQAGG (NIL T) -9 NIL 2204085) (-949 2201654 2201883 2201911 "PROPLOG" 2202096 T PROPLOG (NIL) -9 NIL 2202218) (-948 2198824 2199468 2199932 "PROPFRML" 2201222 NIL PROPFRML (NIL T) -8 NIL NIL) (-947 2198284 2198394 2198524 "PROPERTY" 2198714 T PROPERTY (NIL) -8 NIL NIL) (-946 2192369 2196450 2197270 "PRODUCT" 2197510 NIL PRODUCT (NIL T T) -8 NIL NIL) (-945 2189682 2191827 2192061 "PR" 2192180 NIL PR (NIL T T) -8 NIL NIL) (-944 2189478 2189510 2189569 "PRINT" 2189643 T PRINT (NIL) -7 NIL NIL) (-943 2188818 2188935 2189087 "PRIMES" 2189358 NIL PRIMES (NIL T) -7 NIL NIL) (-942 2186883 2187284 2187750 "PRIMELT" 2188397 NIL PRIMELT (NIL T) -7 NIL NIL) (-941 2186612 2186661 2186689 "PRIMCAT" 2186813 T PRIMCAT (NIL) -9 NIL NIL) (-940 2182773 2186550 2186595 "PRIMARR" 2186600 NIL PRIMARR (NIL T) -8 NIL NIL) (-939 2181780 2181958 2182186 "PRIMARR2" 2182591 NIL PRIMARR2 (NIL T T) -7 NIL NIL) (-938 2181423 2181479 2181590 "PREASSOC" 2181718 NIL PREASSOC (NIL T T) -7 NIL NIL) (-937 2180898 2181031 2181059 "PPCURVE" 2181264 T PPCURVE (NIL) -9 NIL 2181400) (-936 2180520 2180693 2180776 "PORTNUM" 2180835 T PORTNUM (NIL) -8 NIL NIL) (-935 2177879 2178278 2178870 "POLYROOT" 2180101 NIL POLYROOT (NIL T T T T T) -7 NIL NIL) (-934 2171824 2177483 2177643 "POLY" 2177752 NIL POLY (NIL T) -8 NIL NIL) (-933 2171207 2171265 2171499 "POLYLIFT" 2171760 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL) (-932 2167482 2167931 2168560 "POLYCATQ" 2170752 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL) (-931 2154394 2159750 2159815 "POLYCAT" 2163329 NIL POLYCAT (NIL T T T) -9 NIL 2165257) (-930 2147844 2149705 2152089 "POLYCAT-" 2152094 NIL POLYCAT- (NIL T T T T) -8 NIL NIL) (-929 2147431 2147499 2147619 "POLY2UP" 2147770 NIL POLY2UP (NIL NIL T) -7 NIL NIL) (-928 2147063 2147120 2147229 "POLY2" 2147368 NIL POLY2 (NIL T T) -7 NIL NIL) (-927 2145748 2145987 2146263 "POLUTIL" 2146837 NIL POLUTIL (NIL T T) -7 NIL NIL) (-926 2144103 2144380 2144711 "POLTOPOL" 2145470 NIL POLTOPOL (NIL NIL T) -7 NIL NIL) (-925 2139621 2144039 2144085 "POINT" 2144090 NIL POINT (NIL T) -8 NIL NIL) (-924 2137808 2138165 2138540 "PNTHEORY" 2139266 T PNTHEORY (NIL) -7 NIL NIL) (-923 2136227 2136524 2136936 "PMTOOLS" 2137506 NIL PMTOOLS (NIL T T T) -7 NIL NIL) (-922 2135820 2135898 2136015 "PMSYM" 2136143 NIL PMSYM (NIL T) -7 NIL NIL) (-921 2135330 2135399 2135573 "PMQFCAT" 2135745 NIL PMQFCAT (NIL T T T) -7 NIL NIL) (-920 2134685 2134795 2134951 "PMPRED" 2135207 NIL PMPRED (NIL T) -7 NIL NIL) (-919 2134081 2134167 2134328 "PMPREDFS" 2134586 NIL PMPREDFS (NIL T T T) -7 NIL NIL) (-918 2132724 2132932 2133317 "PMPLCAT" 2133843 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL) (-917 2132256 2132335 2132487 "PMLSAGG" 2132639 NIL PMLSAGG (NIL T T T) -7 NIL NIL) (-916 2131731 2131807 2131988 "PMKERNEL" 2132174 NIL PMKERNEL (NIL T T) -7 NIL NIL) (-915 2131348 2131423 2131536 "PMINS" 2131650 NIL PMINS (NIL T) -7 NIL NIL) (-914 2130776 2130845 2131061 "PMFS" 2131273 NIL PMFS (NIL T T T) -7 NIL NIL) (-913 2130004 2130122 2130327 "PMDOWN" 2130653 NIL PMDOWN (NIL T T T) -7 NIL NIL) (-912 2129167 2129326 2129508 "PMASS" 2129842 T PMASS (NIL) -7 NIL NIL) (-911 2128441 2128552 2128715 "PMASSFS" 2129053 NIL PMASSFS (NIL T T) -7 NIL NIL) (-910 2128096 2128164 2128258 "PLOTTOOL" 2128367 T PLOTTOOL (NIL) -7 NIL NIL) (-909 2122718 2123907 2125055 "PLOT" 2126968 T PLOT (NIL) -8 NIL NIL) (-908 2118532 2119566 2120487 "PLOT3D" 2121817 T PLOT3D (NIL) -8 NIL NIL) (-907 2117444 2117621 2117856 "PLOT1" 2118336 NIL PLOT1 (NIL T) -7 NIL NIL) (-906 2092838 2097510 2102361 "PLEQN" 2112710 NIL PLEQN (NIL T T T T) -7 NIL NIL) (-905 2092156 2092278 2092458 "PINTERP" 2092703 NIL PINTERP (NIL NIL T) -7 NIL NIL) (-904 2091849 2091896 2091999 "PINTERPA" 2092103 NIL PINTERPA (NIL T T) -7 NIL NIL) (-903 2091134 2091655 2091742 "PI" 2091782 T PI (NIL) -8 NIL NIL) (-902 2089566 2090507 2090535 "PID" 2090717 T PID (NIL) -9 NIL 2090851) (-901 2089291 2089328 2089416 "PICOERCE" 2089523 NIL PICOERCE (NIL T) -7 NIL NIL) (-900 2088611 2088750 2088926 "PGROEB" 2089147 NIL PGROEB (NIL T) -7 NIL NIL) (-899 2084198 2085012 2085917 "PGE" 2087726 T PGE (NIL) -7 NIL NIL) (-898 2082322 2082568 2082934 "PGCD" 2083915 NIL PGCD (NIL T T T T) -7 NIL NIL) (-897 2081660 2081763 2081924 "PFRPAC" 2082206 NIL PFRPAC (NIL T) -7 NIL NIL) (-896 2078340 2080208 2080561 "PFR" 2081339 NIL PFR (NIL T) -8 NIL NIL) (-895 2076729 2076973 2077298 "PFOTOOLS" 2078087 NIL PFOTOOLS (NIL T T) -7 NIL NIL) (-894 2075262 2075501 2075852 "PFOQ" 2076486 NIL PFOQ (NIL T T T) -7 NIL NIL) (-893 2073735 2073947 2074310 "PFO" 2075046 NIL PFO (NIL T T T T T) -7 NIL NIL) (-892 2070323 2073624 2073693 "PF" 2073698 NIL PF (NIL NIL) -8 NIL NIL) (-891 2067792 2069029 2069057 "PFECAT" 2069642 T PFECAT (NIL) -9 NIL 2070026) (-890 2067237 2067391 2067605 "PFECAT-" 2067610 NIL PFECAT- (NIL T) -8 NIL NIL) (-889 2065841 2066092 2066393 "PFBRU" 2066986 NIL PFBRU (NIL T T) -7 NIL NIL) (-888 2063708 2064059 2064491 "PFBR" 2065492 NIL PFBR (NIL T T T T) -7 NIL NIL) (-887 2059624 2061084 2061760 "PERM" 2063065 NIL PERM (NIL T) -8 NIL NIL) (-886 2054890 2055831 2056701 "PERMGRP" 2058787 NIL PERMGRP (NIL T) -8 NIL NIL) (-885 2053022 2053953 2053994 "PERMCAT" 2054440 NIL PERMCAT (NIL T) -9 NIL 2054745) (-884 2052675 2052716 2052840 "PERMAN" 2052975 NIL PERMAN (NIL NIL T) -7 NIL NIL) (-883 2050115 2052244 2052375 "PENDTREE" 2052577 NIL PENDTREE (NIL T) -8 NIL NIL) (-882 2048228 2048962 2049003 "PDRING" 2049660 NIL PDRING (NIL T) -9 NIL 2049946) (-881 2047331 2047549 2047911 "PDRING-" 2047916 NIL PDRING- (NIL T T) -8 NIL NIL) (-880 2044472 2045223 2045914 "PDEPROB" 2046660 T PDEPROB (NIL) -8 NIL NIL) (-879 2042019 2042521 2043076 "PDEPACK" 2043937 T PDEPACK (NIL) -7 NIL NIL) (-878 2040931 2041121 2041372 "PDECOMP" 2041818 NIL PDECOMP (NIL T T) -7 NIL NIL) (-877 2038536 2039353 2039381 "PDECAT" 2040168 T PDECAT (NIL) -9 NIL 2040881) (-876 2038287 2038320 2038410 "PCOMP" 2038497 NIL PCOMP (NIL T T) -7 NIL NIL) (-875 2036492 2037088 2037385 "PBWLB" 2038016 NIL PBWLB (NIL T) -8 NIL NIL) (-874 2028996 2030565 2031903 "PATTERN" 2035175 NIL PATTERN (NIL T) -8 NIL NIL) (-873 2028628 2028685 2028794 "PATTERN2" 2028933 NIL PATTERN2 (NIL T T) -7 NIL NIL) (-872 2026385 2026773 2027230 "PATTERN1" 2028217 NIL PATTERN1 (NIL T T) -7 NIL NIL) (-871 2023780 2024334 2024815 "PATRES" 2025950 NIL PATRES (NIL T T) -8 NIL NIL) (-870 2023344 2023411 2023543 "PATRES2" 2023707 NIL PATRES2 (NIL T T T) -7 NIL NIL) (-869 2021227 2021632 2022039 "PATMATCH" 2023011 NIL PATMATCH (NIL T T T) -7 NIL NIL) (-868 2020763 2020946 2020987 "PATMAB" 2021094 NIL PATMAB (NIL T) -9 NIL 2021177) (-867 2019308 2019617 2019875 "PATLRES" 2020568 NIL PATLRES (NIL T T T) -8 NIL NIL) (-866 2018854 2018977 2019018 "PATAB" 2019023 NIL PATAB (NIL T) -9 NIL 2019195) (-865 2016335 2016867 2017440 "PARTPERM" 2018301 T PARTPERM (NIL) -7 NIL NIL) (-864 2015956 2016019 2016121 "PARSURF" 2016266 NIL PARSURF (NIL T) -8 NIL NIL) (-863 2015588 2015645 2015754 "PARSU2" 2015893 NIL PARSU2 (NIL T T) -7 NIL NIL) (-862 2015352 2015392 2015459 "PARSER" 2015541 T PARSER (NIL) -7 NIL NIL) (-861 2014973 2015036 2015138 "PARSCURV" 2015283 NIL PARSCURV (NIL T) -8 NIL NIL) (-860 2014605 2014662 2014771 "PARSC2" 2014910 NIL PARSC2 (NIL T T) -7 NIL NIL) (-859 2014244 2014302 2014399 "PARPCURV" 2014541 NIL PARPCURV (NIL T) -8 NIL NIL) (-858 2013876 2013933 2014042 "PARPC2" 2014181 NIL PARPC2 (NIL T T) -7 NIL NIL) (-857 2013396 2013482 2013601 "PAN2EXPR" 2013777 T PAN2EXPR (NIL) -7 NIL NIL) (-856 2012202 2012517 2012745 "PALETTE" 2013188 T PALETTE (NIL) -8 NIL NIL) (-855 2010670 2011207 2011567 "PAIR" 2011888 NIL PAIR (NIL T T) -8 NIL NIL) (-854 2004576 2009929 2010123 "PADICRC" 2010525 NIL PADICRC (NIL NIL T) -8 NIL NIL) (-853 1997840 2003922 2004106 "PADICRAT" 2004424 NIL PADICRAT (NIL NIL) -8 NIL NIL) (-852 1996190 1997777 1997822 "PADIC" 1997827 NIL PADIC (NIL NIL) -8 NIL NIL) (-851 1993435 1994965 1995005 "PADICCT" 1995586 NIL PADICCT (NIL NIL) -9 NIL 1995868) (-850 1992392 1992592 1992860 "PADEPAC" 1993222 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL) (-849 1991604 1991737 1991943 "PADE" 1992254 NIL PADE (NIL T T T) -7 NIL NIL) (-848 1989654 1990440 1990757 "OWP" 1991371 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL) (-847 1988763 1989259 1989431 "OVAR" 1989522 NIL OVAR (NIL NIL) -8 NIL NIL) (-846 1988027 1988148 1988309 "OUT" 1988622 T OUT (NIL) -7 NIL NIL) (-845 1976934 1979136 1981336 "OUTFORM" 1985847 T OUTFORM (NIL) -8 NIL NIL) (-844 1976355 1976531 1976658 "OUTBFILE" 1976827 T OUTBFILE (NIL) -8 NIL NIL) (-843 1975992 1976075 1976103 "OUTBCON" 1976254 T OUTBCON (NIL) -9 NIL 1976339) (-842 1975832 1975867 1975943 "OUTBCON-" 1975948 NIL OUTBCON- (NIL T) -8 NIL NIL) (-841 1975240 1975561 1975650 "OSI" 1975763 T OSI (NIL) -8 NIL NIL) (-840 1974796 1975108 1975136 "OSGROUP" 1975141 T OSGROUP (NIL) -9 NIL 1975163) (-839 1973541 1973768 1974053 "ORTHPOL" 1974543 NIL ORTHPOL (NIL T) -7 NIL NIL) (-838 1970951 1973200 1973339 "OREUP" 1973484 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL) (-837 1968389 1970642 1970769 "ORESUP" 1970893 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL) (-836 1965917 1966417 1966978 "OREPCTO" 1967878 NIL OREPCTO (NIL T T) -7 NIL NIL) (-835 1959719 1961886 1961927 "OREPCAT" 1964275 NIL OREPCAT (NIL T) -9 NIL 1965379) (-834 1956866 1957648 1958706 "OREPCAT-" 1958711 NIL OREPCAT- (NIL T T) -8 NIL NIL) (-833 1956043 1956315 1956343 "ORDSET" 1956652 T ORDSET (NIL) -9 NIL 1956816) (-832 1955562 1955684 1955877 "ORDSET-" 1955882 NIL ORDSET- (NIL T) -8 NIL NIL) (-831 1954216 1954973 1955001 "ORDRING" 1955203 T ORDRING (NIL) -9 NIL 1955328) (-830 1953861 1953955 1954099 "ORDRING-" 1954104 NIL ORDRING- (NIL T) -8 NIL NIL) (-829 1953267 1953704 1953732 "ORDMON" 1953737 T ORDMON (NIL) -9 NIL 1953758) (-828 1952429 1952576 1952771 "ORDFUNS" 1953116 NIL ORDFUNS (NIL NIL T) -7 NIL NIL) (-827 1951940 1952299 1952327 "ORDFIN" 1952332 T ORDFIN (NIL) -9 NIL 1952353) (-826 1948532 1950526 1950935 "ORDCOMP" 1951564 NIL ORDCOMP (NIL T) -8 NIL NIL) (-825 1947798 1947925 1948111 "ORDCOMP2" 1948392 NIL ORDCOMP2 (NIL T T) -7 NIL NIL) (-824 1944305 1945188 1946025 "OPTPROB" 1946981 T OPTPROB (NIL) -8 NIL NIL) (-823 1941107 1941746 1942450 "OPTPACK" 1943621 T OPTPACK (NIL) -7 NIL NIL) (-822 1938820 1939560 1939588 "OPTCAT" 1940407 T OPTCAT (NIL) -9 NIL 1941057) (-821 1938588 1938627 1938693 "OPQUERY" 1938774 T OPQUERY (NIL) -7 NIL NIL) (-820 1935754 1936899 1937403 "OP" 1938117 NIL OP (NIL T) -8 NIL NIL) (-819 1932599 1934551 1934920 "ONECOMP" 1935418 NIL ONECOMP (NIL T) -8 NIL NIL) (-818 1931904 1932019 1932193 "ONECOMP2" 1932471 NIL ONECOMP2 (NIL T T) -7 NIL NIL) (-817 1931323 1931429 1931559 "OMSERVER" 1931794 T OMSERVER (NIL) -7 NIL NIL) (-816 1928211 1930763 1930803 "OMSAGG" 1930864 NIL OMSAGG (NIL T) -9 NIL 1930928) (-815 1926834 1927097 1927379 "OMPKG" 1927949 T OMPKG (NIL) -7 NIL NIL) (-814 1926264 1926367 1926395 "OM" 1926694 T OM (NIL) -9 NIL NIL) (-813 1924846 1925813 1925982 "OMLO" 1926145 NIL OMLO (NIL T T) -8 NIL NIL) (-812 1923771 1923918 1924145 "OMEXPR" 1924672 NIL OMEXPR (NIL T) -7 NIL NIL) (-811 1923089 1923317 1923453 "OMERR" 1923655 T OMERR (NIL) -8 NIL NIL) (-810 1922267 1922510 1922670 "OMERRK" 1922949 T OMERRK (NIL) -8 NIL NIL) (-809 1921745 1921944 1922052 "OMENC" 1922179 T OMENC (NIL) -8 NIL NIL) (-808 1915640 1916825 1917996 "OMDEV" 1920594 T OMDEV (NIL) -8 NIL NIL) (-807 1914709 1914880 1915074 "OMCONN" 1915466 T OMCONN (NIL) -8 NIL NIL) (-806 1913365 1914307 1914335 "OINTDOM" 1914340 T OINTDOM (NIL) -9 NIL 1914361) (-805 1909171 1910355 1911071 "OFMONOID" 1912681 NIL OFMONOID (NIL T) -8 NIL NIL) (-804 1908609 1909108 1909153 "ODVAR" 1909158 NIL ODVAR (NIL T) -8 NIL NIL) (-803 1905819 1908106 1908291 "ODR" 1908484 NIL ODR (NIL T T NIL) -8 NIL NIL) (-802 1898163 1905595 1905721 "ODPOL" 1905726 NIL ODPOL (NIL T) -8 NIL NIL) (-801 1892039 1898035 1898140 "ODP" 1898145 NIL ODP (NIL NIL T NIL) -8 NIL NIL) (-800 1890805 1891020 1891295 "ODETOOLS" 1891813 NIL ODETOOLS (NIL T T) -7 NIL NIL) (-799 1887774 1888430 1889146 "ODESYS" 1890138 NIL ODESYS (NIL T T) -7 NIL NIL) (-798 1882656 1883564 1884589 "ODERTRIC" 1886849 NIL ODERTRIC (NIL T T) -7 NIL NIL) (-797 1882082 1882164 1882358 "ODERED" 1882568 NIL ODERED (NIL T T T T T) -7 NIL NIL) (-796 1878970 1879518 1880195 "ODERAT" 1881505 NIL ODERAT (NIL T T) -7 NIL NIL) (-795 1875930 1876394 1876991 "ODEPRRIC" 1878499 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL) (-794 1873799 1874368 1874877 "ODEPROB" 1875441 T ODEPROB (NIL) -8 NIL NIL) (-793 1870321 1870804 1871451 "ODEPRIM" 1873278 NIL ODEPRIM (NIL T T T T) -7 NIL NIL) (-792 1869570 1869672 1869932 "ODEPAL" 1870213 NIL ODEPAL (NIL T T T T) -7 NIL NIL) (-791 1865732 1866523 1867387 "ODEPACK" 1868726 T ODEPACK (NIL) -7 NIL NIL) (-790 1864765 1864872 1865101 "ODEINT" 1865621 NIL ODEINT (NIL T T) -7 NIL NIL) (-789 1858866 1860291 1861738 "ODEIFTBL" 1863338 T ODEIFTBL (NIL) -8 NIL NIL) (-788 1854201 1854987 1855946 "ODEEF" 1858025 NIL ODEEF (NIL T T) -7 NIL NIL) (-787 1853536 1853625 1853855 "ODECONST" 1854106 NIL ODECONST (NIL T T T) -7 NIL NIL) (-786 1851687 1852322 1852350 "ODECAT" 1852955 T ODECAT (NIL) -9 NIL 1853486) (-785 1848594 1851399 1851518 "OCT" 1851600 NIL OCT (NIL T) -8 NIL NIL) (-784 1848232 1848275 1848402 "OCTCT2" 1848545 NIL OCTCT2 (NIL T T T T) -7 NIL NIL) (-783 1842984 1845384 1845424 "OC" 1846521 NIL OC (NIL T) -9 NIL 1847379) (-782 1840211 1840959 1841949 "OC-" 1842043 NIL OC- (NIL T T) -8 NIL NIL) (-781 1839589 1840031 1840059 "OCAMON" 1840064 T OCAMON (NIL) -9 NIL 1840085) (-780 1839146 1839461 1839489 "OASGP" 1839494 T OASGP (NIL) -9 NIL 1839514) (-779 1838433 1838896 1838924 "OAMONS" 1838964 T OAMONS (NIL) -9 NIL 1839007) (-778 1837873 1838280 1838308 "OAMON" 1838313 T OAMON (NIL) -9 NIL 1838333) (-777 1837177 1837669 1837697 "OAGROUP" 1837702 T OAGROUP (NIL) -9 NIL 1837722) (-776 1836867 1836917 1837005 "NUMTUBE" 1837121 NIL NUMTUBE (NIL T) -7 NIL NIL) (-775 1830440 1831958 1833494 "NUMQUAD" 1835351 T NUMQUAD (NIL) -7 NIL NIL) (-774 1826196 1827184 1828209 "NUMODE" 1829435 T NUMODE (NIL) -7 NIL NIL) (-773 1823577 1824431 1824459 "NUMINT" 1825382 T NUMINT (NIL) -9 NIL 1826146) (-772 1822525 1822722 1822940 "NUMFMT" 1823379 T NUMFMT (NIL) -7 NIL NIL) (-771 1808884 1811829 1814361 "NUMERIC" 1820032 NIL NUMERIC (NIL T) -7 NIL NIL) (-770 1803281 1808333 1808428 "NTSCAT" 1808433 NIL NTSCAT (NIL T T T T) -9 NIL 1808472) (-769 1802475 1802640 1802833 "NTPOLFN" 1803120 NIL NTPOLFN (NIL T) -7 NIL NIL) (-768 1790315 1799300 1800112 "NSUP" 1801696 NIL NSUP (NIL T) -8 NIL NIL) (-767 1789947 1790004 1790113 "NSUP2" 1790252 NIL NSUP2 (NIL T T) -7 NIL NIL) (-766 1779944 1789721 1789854 "NSMP" 1789859 NIL NSMP (NIL T T) -8 NIL NIL) (-765 1778376 1778677 1779034 "NREP" 1779632 NIL NREP (NIL T) -7 NIL NIL) (-764 1776967 1777219 1777577 "NPCOEF" 1778119 NIL NPCOEF (NIL T T T T T) -7 NIL NIL) (-763 1776033 1776148 1776364 "NORMRETR" 1776848 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL) (-762 1774074 1774364 1774773 "NORMPK" 1775741 NIL NORMPK (NIL T T T T T) -7 NIL NIL) (-761 1773759 1773787 1773911 "NORMMA" 1774040 NIL NORMMA (NIL T T T T) -7 NIL NIL) (-760 1773586 1773716 1773745 "NONE" 1773750 T NONE (NIL) -8 NIL NIL) (-759 1773375 1773404 1773473 "NONE1" 1773550 NIL NONE1 (NIL T) -7 NIL NIL) (-758 1772858 1772920 1773106 "NODE1" 1773307 NIL NODE1 (NIL T T) -7 NIL NIL) (-757 1771198 1772021 1772276 "NNI" 1772623 T NNI (NIL) -8 NIL NIL) (-756 1769618 1769931 1770295 "NLINSOL" 1770866 NIL NLINSOL (NIL T) -7 NIL NIL) (-755 1765785 1766753 1767675 "NIPROB" 1768716 T NIPROB (NIL) -8 NIL NIL) (-754 1764542 1764776 1765078 "NFINTBAS" 1765547 NIL NFINTBAS (NIL T T) -7 NIL NIL) (-753 1763986 1764193 1764234 "NETCLT" 1764398 NIL NETCLT (NIL T) -9 NIL 1764487) (-752 1762694 1762925 1763206 "NCODIV" 1763754 NIL NCODIV (NIL T T) -7 NIL NIL) (-751 1762456 1762493 1762568 "NCNTFRAC" 1762651 NIL NCNTFRAC (NIL T) -7 NIL NIL) (-750 1760636 1761000 1761420 "NCEP" 1762081 NIL NCEP (NIL T) -7 NIL NIL) (-749 1759547 1760286 1760314 "NASRING" 1760424 T NASRING (NIL) -9 NIL 1760498) (-748 1759342 1759386 1759480 "NASRING-" 1759485 NIL NASRING- (NIL T) -8 NIL NIL) (-747 1758495 1758994 1759022 "NARNG" 1759139 T NARNG (NIL) -9 NIL 1759230) (-746 1758187 1758254 1758388 "NARNG-" 1758393 NIL NARNG- (NIL T) -8 NIL NIL) (-745 1757066 1757273 1757508 "NAGSP" 1757972 T NAGSP (NIL) -7 NIL NIL) (-744 1748338 1750022 1751695 "NAGS" 1755413 T NAGS (NIL) -7 NIL NIL) (-743 1746886 1747194 1747525 "NAGF07" 1748027 T NAGF07 (NIL) -7 NIL NIL) (-742 1741424 1742715 1744022 "NAGF04" 1745599 T NAGF04 (NIL) -7 NIL NIL) (-741 1734392 1736006 1737639 "NAGF02" 1739811 T NAGF02 (NIL) -7 NIL NIL) (-740 1729616 1730716 1731833 "NAGF01" 1733295 T NAGF01 (NIL) -7 NIL NIL) (-739 1723244 1724810 1726395 "NAGE04" 1728051 T NAGE04 (NIL) -7 NIL NIL) (-738 1714413 1716534 1718664 "NAGE02" 1721134 T NAGE02 (NIL) -7 NIL NIL) (-737 1710366 1711313 1712277 "NAGE01" 1713469 T NAGE01 (NIL) -7 NIL NIL) (-736 1708161 1708695 1709253 "NAGD03" 1709828 T NAGD03 (NIL) -7 NIL NIL) (-735 1699911 1701839 1703793 "NAGD02" 1706227 T NAGD02 (NIL) -7 NIL NIL) (-734 1693722 1695147 1696587 "NAGD01" 1698491 T NAGD01 (NIL) -7 NIL NIL) (-733 1689931 1690753 1691590 "NAGC06" 1692905 T NAGC06 (NIL) -7 NIL NIL) (-732 1688396 1688728 1689084 "NAGC05" 1689595 T NAGC05 (NIL) -7 NIL NIL) (-731 1687772 1687891 1688035 "NAGC02" 1688272 T NAGC02 (NIL) -7 NIL NIL) (-730 1686832 1687389 1687429 "NAALG" 1687508 NIL NAALG (NIL T) -9 NIL 1687569) (-729 1686667 1686696 1686786 "NAALG-" 1686791 NIL NAALG- (NIL T T) -8 NIL NIL) (-728 1680617 1681725 1682912 "MULTSQFR" 1685563 NIL MULTSQFR (NIL T T T T) -7 NIL NIL) (-727 1679936 1680011 1680195 "MULTFACT" 1680529 NIL MULTFACT (NIL T T T T) -7 NIL NIL) (-726 1673159 1677024 1677077 "MTSCAT" 1678147 NIL MTSCAT (NIL T T) -9 NIL 1678661) (-725 1672871 1672925 1673017 "MTHING" 1673099 NIL MTHING (NIL T) -7 NIL NIL) (-724 1672663 1672696 1672756 "MSYSCMD" 1672831 T MSYSCMD (NIL) -7 NIL NIL) (-723 1668775 1671418 1671738 "MSET" 1672376 NIL MSET (NIL T) -8 NIL NIL) (-722 1665870 1668336 1668377 "MSETAGG" 1668382 NIL MSETAGG (NIL T) -9 NIL 1668416) (-721 1661753 1663249 1663994 "MRING" 1665170 NIL MRING (NIL T T) -8 NIL NIL) (-720 1661319 1661386 1661517 "MRF2" 1661680 NIL MRF2 (NIL T T T) -7 NIL NIL) (-719 1660937 1660972 1661116 "MRATFAC" 1661278 NIL MRATFAC (NIL T T T T) -7 NIL NIL) (-718 1658549 1658844 1659275 "MPRFF" 1660642 NIL MPRFF (NIL T T T T) -7 NIL NIL) (-717 1652609 1658403 1658500 "MPOLY" 1658505 NIL MPOLY (NIL NIL T) -8 NIL NIL) (-716 1652099 1652134 1652342 "MPCPF" 1652568 NIL MPCPF (NIL T T T T) -7 NIL NIL) (-715 1651613 1651656 1651840 "MPC3" 1652050 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL) (-714 1650808 1650889 1651110 "MPC2" 1651528 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL) (-713 1649109 1649446 1649836 "MONOTOOL" 1650468 NIL MONOTOOL (NIL T T) -7 NIL NIL) (-712 1648360 1648651 1648679 "MONOID" 1648898 T MONOID (NIL) -9 NIL 1649045) (-711 1647906 1648025 1648206 "MONOID-" 1648211 NIL MONOID- (NIL T) -8 NIL NIL) (-710 1638847 1644753 1644812 "MONOGEN" 1645486 NIL MONOGEN (NIL T T) -9 NIL 1645942) (-709 1636065 1636800 1637800 "MONOGEN-" 1637919 NIL MONOGEN- (NIL T T T) -8 NIL NIL) (-708 1634924 1635344 1635372 "MONADWU" 1635764 T MONADWU (NIL) -9 NIL 1636002) (-707 1634296 1634455 1634703 "MONADWU-" 1634708 NIL MONADWU- (NIL T) -8 NIL NIL) (-706 1633681 1633899 1633927 "MONAD" 1634134 T MONAD (NIL) -9 NIL 1634246) (-705 1633366 1633444 1633576 "MONAD-" 1633581 NIL MONAD- (NIL T) -8 NIL NIL) (-704 1631682 1632279 1632558 "MOEBIUS" 1633119 NIL MOEBIUS (NIL T) -8 NIL NIL) (-703 1631074 1631452 1631492 "MODULE" 1631497 NIL MODULE (NIL T) -9 NIL 1631523) (-702 1630642 1630738 1630928 "MODULE-" 1630933 NIL MODULE- (NIL T T) -8 NIL NIL) (-701 1628357 1629006 1629333 "MODRING" 1630466 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL) (-700 1625343 1626462 1626983 "MODOP" 1627886 NIL MODOP (NIL T T) -8 NIL NIL) (-699 1623530 1623982 1624323 "MODMONOM" 1625142 NIL MODMONOM (NIL T T NIL) -8 NIL NIL) (-698 1613238 1621722 1622145 "MODMON" 1623158 NIL MODMON (NIL T T) -8 NIL NIL) (-697 1610429 1612082 1612358 "MODFIELD" 1613113 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL) (-696 1609433 1609710 1609900 "MMLFORM" 1610259 T MMLFORM (NIL) -8 NIL NIL) (-695 1608959 1609002 1609181 "MMAP" 1609384 NIL MMAP (NIL T T T T T T) -7 NIL NIL) (-694 1607228 1607961 1608002 "MLO" 1608425 NIL MLO (NIL T) -9 NIL 1608667) (-693 1604595 1605110 1605712 "MLIFT" 1606709 NIL MLIFT (NIL T T T T) -7 NIL NIL) (-692 1603986 1604070 1604224 "MKUCFUNC" 1604506 NIL MKUCFUNC (NIL T T T) -7 NIL NIL) (-691 1603585 1603655 1603778 "MKRECORD" 1603909 NIL MKRECORD (NIL T T) -7 NIL NIL) (-690 1602633 1602794 1603022 "MKFUNC" 1603396 NIL MKFUNC (NIL T) -7 NIL NIL) (-689 1602021 1602125 1602281 "MKFLCFN" 1602516 NIL MKFLCFN (NIL T) -7 NIL NIL) (-688 1601447 1601814 1601903 "MKCHSET" 1601965 NIL MKCHSET (NIL T) -8 NIL NIL) (-687 1600724 1600826 1601011 "MKBCFUNC" 1601340 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL) (-686 1597466 1600278 1600414 "MINT" 1600608 T MINT (NIL) -8 NIL NIL) (-685 1596278 1596521 1596798 "MHROWRED" 1597221 NIL MHROWRED (NIL T) -7 NIL NIL) (-684 1591704 1594813 1595218 "MFLOAT" 1595893 T MFLOAT (NIL) -8 NIL NIL) (-683 1591061 1591137 1591308 "MFINFACT" 1591616 NIL MFINFACT (NIL T T T T) -7 NIL NIL) (-682 1587376 1588224 1589108 "MESH" 1590197 T MESH (NIL) -7 NIL NIL) (-681 1585766 1586078 1586431 "MDDFACT" 1587063 NIL MDDFACT (NIL T) -7 NIL NIL) (-680 1582608 1584925 1584966 "MDAGG" 1585221 NIL MDAGG (NIL T) -9 NIL 1585364) (-679 1572386 1581901 1582108 "MCMPLX" 1582421 T MCMPLX (NIL) -8 NIL NIL) (-678 1571527 1571673 1571873 "MCDEN" 1572235 NIL MCDEN (NIL T T) -7 NIL NIL) (-677 1569417 1569687 1570067 "MCALCFN" 1571257 NIL MCALCFN (NIL T T T T) -7 NIL NIL) (-676 1568328 1568501 1568742 "MAYBE" 1569215 NIL MAYBE (NIL T) -8 NIL NIL) (-675 1565940 1566463 1567025 "MATSTOR" 1567799 NIL MATSTOR (NIL T) -7 NIL NIL) (-674 1561946 1565312 1565560 "MATRIX" 1565725 NIL MATRIX (NIL T) -8 NIL NIL) (-673 1557715 1558419 1559155 "MATLIN" 1561303 NIL MATLIN (NIL T T T T) -7 NIL NIL) (-672 1547869 1551007 1551084 "MATCAT" 1555964 NIL MATCAT (NIL T T T) -9 NIL 1557381) (-671 1544233 1545246 1546602 "MATCAT-" 1546607 NIL MATCAT- (NIL T T T T) -8 NIL NIL) (-670 1542827 1542980 1543313 "MATCAT2" 1544068 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL) (-669 1540939 1541263 1541647 "MAPPKG3" 1542502 NIL MAPPKG3 (NIL T T T) -7 NIL NIL) (-668 1539920 1540093 1540315 "MAPPKG2" 1540763 NIL MAPPKG2 (NIL T T) -7 NIL NIL) (-667 1538419 1538703 1539030 "MAPPKG1" 1539626 NIL MAPPKG1 (NIL T) -7 NIL NIL) (-666 1537525 1537825 1538002 "MAPPAST" 1538262 T MAPPAST (NIL) -8 NIL NIL) (-665 1537136 1537194 1537317 "MAPHACK3" 1537461 NIL MAPHACK3 (NIL T T T) -7 NIL NIL) (-664 1536728 1536789 1536903 "MAPHACK2" 1537068 NIL MAPHACK2 (NIL T T) -7 NIL NIL) (-663 1536166 1536269 1536411 "MAPHACK1" 1536619 NIL MAPHACK1 (NIL T) -7 NIL NIL) (-662 1534272 1534866 1535170 "MAGMA" 1535894 NIL MAGMA (NIL T) -8 NIL NIL) (-661 1533778 1533996 1534087 "MACROAST" 1534201 T MACROAST (NIL) -8 NIL NIL) (-660 1530245 1532017 1532478 "M3D" 1533350 NIL M3D (NIL T) -8 NIL NIL) (-659 1524400 1528615 1528656 "LZSTAGG" 1529438 NIL LZSTAGG (NIL T) -9 NIL 1529733) (-658 1520373 1521531 1522988 "LZSTAGG-" 1522993 NIL LZSTAGG- (NIL T T) -8 NIL NIL) (-657 1517487 1518264 1518751 "LWORD" 1519918 NIL LWORD (NIL T) -8 NIL NIL) (-656 1517090 1517291 1517366 "LSTAST" 1517432 T LSTAST (NIL) -8 NIL NIL) (-655 1510291 1516861 1516995 "LSQM" 1517000 NIL LSQM (NIL NIL T) -8 NIL NIL) (-654 1509515 1509654 1509882 "LSPP" 1510146 NIL LSPP (NIL T T T T) -7 NIL NIL) (-653 1507327 1507628 1508084 "LSMP" 1509204 NIL LSMP (NIL T T T T) -7 NIL NIL) (-652 1504106 1504780 1505510 "LSMP1" 1506629 NIL LSMP1 (NIL T) -7 NIL NIL) (-651 1498032 1503274 1503315 "LSAGG" 1503377 NIL LSAGG (NIL T) -9 NIL 1503455) (-650 1494727 1495651 1496864 "LSAGG-" 1496869 NIL LSAGG- (NIL T T) -8 NIL NIL) (-649 1492353 1493871 1494120 "LPOLY" 1494522 NIL LPOLY (NIL T T) -8 NIL NIL) (-648 1491935 1492020 1492143 "LPEFRAC" 1492262 NIL LPEFRAC (NIL T) -7 NIL NIL) (-647 1490282 1491029 1491282 "LO" 1491767 NIL LO (NIL T T T) -8 NIL NIL) (-646 1489934 1490046 1490074 "LOGIC" 1490185 T LOGIC (NIL) -9 NIL 1490266) (-645 1489796 1489819 1489890 "LOGIC-" 1489895 NIL LOGIC- (NIL T) -8 NIL NIL) (-644 1488989 1489129 1489322 "LODOOPS" 1489652 NIL LODOOPS (NIL T T) -7 NIL NIL) (-643 1486447 1488905 1488971 "LODO" 1488976 NIL LODO (NIL T NIL) -8 NIL NIL) (-642 1484985 1485220 1485573 "LODOF" 1486194 NIL LODOF (NIL T T) -7 NIL NIL) (-641 1481319 1483716 1483757 "LODOCAT" 1484195 NIL LODOCAT (NIL T) -9 NIL 1484406) (-640 1481052 1481110 1481237 "LODOCAT-" 1481242 NIL LODOCAT- (NIL T T) -8 NIL NIL) (-639 1478407 1480893 1481011 "LODO2" 1481016 NIL LODO2 (NIL T T) -8 NIL NIL) (-638 1475877 1478344 1478389 "LODO1" 1478394 NIL LODO1 (NIL T) -8 NIL NIL) (-637 1474737 1474902 1475214 "LODEEF" 1475700 NIL LODEEF (NIL T T T) -7 NIL NIL) (-636 1470023 1472867 1472908 "LNAGG" 1473855 NIL LNAGG (NIL T) -9 NIL 1474299) (-635 1469170 1469384 1469726 "LNAGG-" 1469731 NIL LNAGG- (NIL T T) -8 NIL NIL) (-634 1465333 1466095 1466734 "LMOPS" 1468585 NIL LMOPS (NIL T T NIL) -8 NIL NIL) (-633 1464728 1465090 1465131 "LMODULE" 1465192 NIL LMODULE (NIL T) -9 NIL 1465234) (-632 1461974 1464373 1464496 "LMDICT" 1464638 NIL LMDICT (NIL T) -8 NIL NIL) (-631 1461700 1461882 1461942 "LITERAL" 1461947 NIL LITERAL (NIL T) -8 NIL NIL) (-630 1454927 1460646 1460944 "LIST" 1461435 NIL LIST (NIL T) -8 NIL NIL) (-629 1454452 1454526 1454665 "LIST3" 1454847 NIL LIST3 (NIL T T T) -7 NIL NIL) (-628 1453459 1453637 1453865 "LIST2" 1454270 NIL LIST2 (NIL T T) -7 NIL NIL) (-627 1451593 1451905 1452304 "LIST2MAP" 1453106 NIL LIST2MAP (NIL T T) -7 NIL NIL) (-626 1450343 1450979 1451020 "LINEXP" 1451275 NIL LINEXP (NIL T) -9 NIL 1451424) (-625 1448990 1449250 1449547 "LINDEP" 1450095 NIL LINDEP (NIL T T) -7 NIL NIL) (-624 1445757 1446476 1447253 "LIMITRF" 1448245 NIL LIMITRF (NIL T) -7 NIL NIL) (-623 1444033 1444328 1444744 "LIMITPS" 1445452 NIL LIMITPS (NIL T T) -7 NIL NIL) (-622 1438488 1443544 1443772 "LIE" 1443854 NIL LIE (NIL T T) -8 NIL NIL) (-621 1437537 1437980 1438020 "LIECAT" 1438160 NIL LIECAT (NIL T) -9 NIL 1438311) (-620 1437378 1437405 1437493 "LIECAT-" 1437498 NIL LIECAT- (NIL T T) -8 NIL NIL) (-619 1429990 1436827 1436992 "LIB" 1437233 T LIB (NIL) -8 NIL NIL) (-618 1425627 1426508 1427443 "LGROBP" 1429107 NIL LGROBP (NIL NIL T) -7 NIL NIL) (-617 1423493 1423767 1424129 "LF" 1425348 NIL LF (NIL T T) -7 NIL NIL) (-616 1422333 1423025 1423053 "LFCAT" 1423260 T LFCAT (NIL) -9 NIL 1423399) (-615 1419237 1419865 1420553 "LEXTRIPK" 1421697 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL) (-614 1416008 1416807 1417310 "LEXP" 1418817 NIL LEXP (NIL T T NIL) -8 NIL NIL) (-613 1415511 1415729 1415821 "LETAST" 1415936 T LETAST (NIL) -8 NIL NIL) (-612 1413909 1414222 1414623 "LEADCDET" 1415193 NIL LEADCDET (NIL T T T T) -7 NIL NIL) (-611 1413099 1413173 1413402 "LAZM3PK" 1413830 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL) (-610 1408055 1411176 1411714 "LAUPOL" 1412611 NIL LAUPOL (NIL T T) -8 NIL NIL) (-609 1407620 1407664 1407832 "LAPLACE" 1408005 NIL LAPLACE (NIL T T) -7 NIL NIL) (-608 1405594 1406721 1406972 "LA" 1407453 NIL LA (NIL T T T) -8 NIL NIL) (-607 1404695 1405245 1405286 "LALG" 1405348 NIL LALG (NIL T) -9 NIL 1405407) (-606 1404409 1404468 1404604 "LALG-" 1404609 NIL LALG- (NIL T T) -8 NIL NIL) (-605 1404244 1404268 1404309 "KVTFROM" 1404371 NIL KVTFROM (NIL T) -9 NIL NIL) (-604 1403044 1403461 1403690 "KTVLOGIC" 1404035 T KTVLOGIC (NIL) -8 NIL NIL) (-603 1402879 1402903 1402944 "KRCFROM" 1403006 NIL KRCFROM (NIL T) -9 NIL NIL) (-602 1401783 1401970 1402269 "KOVACIC" 1402679 NIL KOVACIC (NIL T T) -7 NIL NIL) (-601 1401618 1401642 1401683 "KONVERT" 1401745 NIL KONVERT (NIL T) -9 NIL NIL) (-600 1401453 1401477 1401518 "KOERCE" 1401580 NIL KOERCE (NIL T) -9 NIL NIL) (-599 1399187 1399947 1400340 "KERNEL" 1401092 NIL KERNEL (NIL T) -8 NIL NIL) (-598 1398689 1398770 1398900 "KERNEL2" 1399101 NIL KERNEL2 (NIL T T) -7 NIL NIL) (-597 1392540 1397228 1397282 "KDAGG" 1397659 NIL KDAGG (NIL T T) -9 NIL 1397865) (-596 1392069 1392193 1392398 "KDAGG-" 1392403 NIL KDAGG- (NIL T T T) -8 NIL NIL) (-595 1385244 1391730 1391885 "KAFILE" 1391947 NIL KAFILE (NIL T) -8 NIL NIL) (-594 1379699 1384755 1384983 "JORDAN" 1385065 NIL JORDAN (NIL T T) -8 NIL NIL) (-593 1379105 1379348 1379469 "JOINAST" 1379598 T JOINAST (NIL) -8 NIL NIL) (-592 1378834 1378893 1378980 "JAVACODE" 1379038 T JAVACODE (NIL) -8 NIL NIL) (-591 1375133 1377039 1377093 "IXAGG" 1378022 NIL IXAGG (NIL T T) -9 NIL 1378481) (-590 1374052 1374358 1374777 "IXAGG-" 1374782 NIL IXAGG- (NIL T T T) -8 NIL NIL) (-589 1369632 1373974 1374033 "IVECTOR" 1374038 NIL IVECTOR (NIL T NIL) -8 NIL NIL) (-588 1368398 1368635 1368901 "ITUPLE" 1369399 NIL ITUPLE (NIL T) -8 NIL NIL) (-587 1366834 1367011 1367317 "ITRIGMNP" 1368220 NIL ITRIGMNP (NIL T T T) -7 NIL NIL) (-586 1365579 1365783 1366066 "ITFUN3" 1366610 NIL ITFUN3 (NIL T T T) -7 NIL NIL) (-585 1365211 1365268 1365377 "ITFUN2" 1365516 NIL ITFUN2 (NIL T T) -7 NIL NIL) (-584 1363048 1364073 1364372 "ITAYLOR" 1364945 NIL ITAYLOR (NIL T) -8 NIL NIL) (-583 1352030 1357185 1358348 "ISUPS" 1361918 NIL ISUPS (NIL T) -8 NIL NIL) (-582 1351134 1351274 1351510 "ISUMP" 1351877 NIL ISUMP (NIL T T T T) -7 NIL NIL) (-581 1346398 1350935 1351014 "ISTRING" 1351087 NIL ISTRING (NIL NIL) -8 NIL NIL) (-580 1345901 1346119 1346211 "ISAST" 1346326 T ISAST (NIL) -8 NIL NIL) (-579 1345111 1345192 1345408 "IRURPK" 1345815 NIL IRURPK (NIL T T T T T) -7 NIL NIL) (-578 1344047 1344248 1344488 "IRSN" 1344891 T IRSN (NIL) -7 NIL NIL) (-577 1342076 1342431 1342867 "IRRF2F" 1343685 NIL IRRF2F (NIL T) -7 NIL NIL) (-576 1341823 1341861 1341937 "IRREDFFX" 1342032 NIL IRREDFFX (NIL T) -7 NIL NIL) (-575 1340438 1340697 1340996 "IROOT" 1341556 NIL IROOT (NIL T) -7 NIL NIL) (-574 1337070 1338122 1338814 "IR" 1339778 NIL IR (NIL T) -8 NIL NIL) (-573 1334683 1335178 1335744 "IR2" 1336548 NIL IR2 (NIL T T) -7 NIL NIL) (-572 1333755 1333868 1334089 "IR2F" 1334566 NIL IR2F (NIL T T) -7 NIL NIL) (-571 1333546 1333580 1333640 "IPRNTPK" 1333715 T IPRNTPK (NIL) -7 NIL NIL) (-570 1330165 1333435 1333504 "IPF" 1333509 NIL IPF (NIL NIL) -8 NIL NIL) (-569 1328528 1330090 1330147 "IPADIC" 1330152 NIL IPADIC (NIL NIL NIL) -8 NIL NIL) (-568 1327859 1328086 1328223 "IP4ADDR" 1328411 T IP4ADDR (NIL) -8 NIL NIL) (-567 1327359 1327563 1327673 "IOMODE" 1327769 T IOMODE (NIL) -8 NIL NIL) (-566 1326717 1326956 1327083 "IOBFILE" 1327252 T IOBFILE (NIL) -8 NIL NIL) (-565 1326481 1326621 1326649 "IOBCON" 1326654 T IOBCON (NIL) -9 NIL 1326675) (-564 1325978 1326036 1326226 "INVLAPLA" 1326417 NIL INVLAPLA (NIL T T) -7 NIL NIL) (-563 1315627 1317980 1320366 "INTTR" 1323642 NIL INTTR (NIL T T) -7 NIL NIL) (-562 1311971 1312713 1313577 "INTTOOLS" 1314812 NIL INTTOOLS (NIL T T) -7 NIL NIL) (-561 1311557 1311648 1311765 "INTSLPE" 1311874 T INTSLPE (NIL) -7 NIL NIL) (-560 1309552 1311480 1311539 "INTRVL" 1311544 NIL INTRVL (NIL T) -8 NIL NIL) (-559 1307154 1307666 1308241 "INTRF" 1309037 NIL INTRF (NIL T) -7 NIL NIL) (-558 1306565 1306662 1306804 "INTRET" 1307052 NIL INTRET (NIL T) -7 NIL NIL) (-557 1304562 1304951 1305421 "INTRAT" 1306173 NIL INTRAT (NIL T T) -7 NIL NIL) (-556 1301790 1302373 1302999 "INTPM" 1304047 NIL INTPM (NIL T T) -7 NIL NIL) (-555 1298493 1299092 1299837 "INTPAF" 1301176 NIL INTPAF (NIL T T T) -7 NIL NIL) (-554 1293672 1294634 1295685 "INTPACK" 1297462 T INTPACK (NIL) -7 NIL NIL) (-553 1290584 1293401 1293528 "INT" 1293565 T INT (NIL) -8 NIL NIL) (-552 1289836 1289988 1290196 "INTHERTR" 1290426 NIL INTHERTR (NIL T T) -7 NIL NIL) (-551 1289275 1289355 1289543 "INTHERAL" 1289750 NIL INTHERAL (NIL T T T T) -7 NIL NIL) (-550 1287121 1287564 1288021 "INTHEORY" 1288838 T INTHEORY (NIL) -7 NIL NIL) (-549 1278429 1280050 1281829 "INTG0" 1285473 NIL INTG0 (NIL T T T) -7 NIL NIL) (-548 1259002 1263792 1268602 "INTFTBL" 1273639 T INTFTBL (NIL) -8 NIL NIL) (-547 1258251 1258389 1258562 "INTFACT" 1258861 NIL INTFACT (NIL T) -7 NIL NIL) (-546 1255636 1256082 1256646 "INTEF" 1257805 NIL INTEF (NIL T T) -7 NIL NIL) (-545 1254138 1254843 1254871 "INTDOM" 1255172 T INTDOM (NIL) -9 NIL 1255379) (-544 1253507 1253681 1253923 "INTDOM-" 1253928 NIL INTDOM- (NIL T) -8 NIL NIL) (-543 1250020 1251906 1251960 "INTCAT" 1252759 NIL INTCAT (NIL T) -9 NIL 1253079) (-542 1249493 1249595 1249723 "INTBIT" 1249912 T INTBIT (NIL) -7 NIL NIL) (-541 1248164 1248318 1248632 "INTALG" 1249338 NIL INTALG (NIL T T T T T) -7 NIL NIL) (-540 1247621 1247711 1247881 "INTAF" 1248068 NIL INTAF (NIL T T) -7 NIL NIL) (-539 1241075 1247431 1247571 "INTABL" 1247576 NIL INTABL (NIL T T T) -8 NIL NIL) (-538 1236108 1238779 1238807 "INS" 1239741 T INS (NIL) -9 NIL 1240406) (-537 1233348 1234119 1235093 "INS-" 1235166 NIL INS- (NIL T) -8 NIL NIL) (-536 1232123 1232350 1232648 "INPSIGN" 1233101 NIL INPSIGN (NIL T T) -7 NIL NIL) (-535 1231241 1231358 1231555 "INPRODPF" 1232003 NIL INPRODPF (NIL T T) -7 NIL NIL) (-534 1230135 1230252 1230489 "INPRODFF" 1231121 NIL INPRODFF (NIL T T T T) -7 NIL NIL) (-533 1229135 1229287 1229547 "INNMFACT" 1229971 NIL INNMFACT (NIL T T T T) -7 NIL NIL) (-532 1228332 1228429 1228617 "INMODGCD" 1229034 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL) (-531 1226841 1227085 1227409 "INFSP" 1228077 NIL INFSP (NIL T T T) -7 NIL NIL) (-530 1226025 1226142 1226325 "INFPROD0" 1226721 NIL INFPROD0 (NIL T T) -7 NIL NIL) (-529 1222907 1224090 1224605 "INFORM" 1225518 T INFORM (NIL) -8 NIL NIL) (-528 1222517 1222577 1222675 "INFORM1" 1222842 NIL INFORM1 (NIL T) -7 NIL NIL) (-527 1222040 1222129 1222243 "INFINITY" 1222423 T INFINITY (NIL) -7 NIL NIL) (-526 1221485 1221758 1221866 "INETCLTS" 1221952 T INETCLTS (NIL) -8 NIL NIL) (-525 1220102 1220351 1220672 "INEP" 1221233 NIL INEP (NIL T T T) -7 NIL NIL) (-524 1219378 1219999 1220064 "INDE" 1220069 NIL INDE (NIL T) -8 NIL NIL) (-523 1218942 1219010 1219127 "INCRMAPS" 1219305 NIL INCRMAPS (NIL T) -7 NIL NIL) (-522 1217960 1218211 1218417 "INBFILE" 1218756 T INBFILE (NIL) -8 NIL NIL) (-521 1213271 1214196 1215140 "INBFF" 1217048 NIL INBFF (NIL T) -7 NIL NIL) (-520 1212940 1213016 1213044 "INBCON" 1213177 T INBCON (NIL) -9 NIL 1213255) (-519 1212780 1212815 1212891 "INBCON-" 1212896 NIL INBCON- (NIL T) -8 NIL NIL) (-518 1212282 1212501 1212593 "INAST" 1212708 T INAST (NIL) -8 NIL NIL) (-517 1211736 1211961 1212067 "IMPTAST" 1212196 T IMPTAST (NIL) -8 NIL NIL) (-516 1208230 1211580 1211684 "IMATRIX" 1211689 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL) (-515 1206942 1207065 1207380 "IMATQF" 1208086 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL) (-514 1205162 1205389 1205726 "IMATLIN" 1206698 NIL IMATLIN (NIL T T T T) -7 NIL NIL) (-513 1199788 1205086 1205144 "ILIST" 1205149 NIL ILIST (NIL T NIL) -8 NIL NIL) (-512 1197741 1199648 1199761 "IIARRAY2" 1199766 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL) (-511 1193174 1197652 1197716 "IFF" 1197721 NIL IFF (NIL NIL NIL) -8 NIL NIL) (-510 1192548 1192791 1192907 "IFAST" 1193078 T IFAST (NIL) -8 NIL NIL) (-509 1187591 1191840 1192028 "IFARRAY" 1192405 NIL IFARRAY (NIL T NIL) -8 NIL NIL) (-508 1186798 1187495 1187568 "IFAMON" 1187573 NIL IFAMON (NIL T T NIL) -8 NIL NIL) (-507 1186382 1186447 1186501 "IEVALAB" 1186708 NIL IEVALAB (NIL T T) -9 NIL NIL) (-506 1186057 1186125 1186285 "IEVALAB-" 1186290 NIL IEVALAB- (NIL T T T) -8 NIL NIL) (-505 1185715 1185971 1186034 "IDPO" 1186039 NIL IDPO (NIL T T) -8 NIL NIL) (-504 1184992 1185604 1185679 "IDPOAMS" 1185684 NIL IDPOAMS (NIL T T) -8 NIL NIL) (-503 1184326 1184881 1184956 "IDPOAM" 1184961 NIL IDPOAM (NIL T T) -8 NIL NIL) (-502 1183411 1183661 1183714 "IDPC" 1184127 NIL IDPC (NIL T T) -9 NIL 1184276) (-501 1182907 1183303 1183376 "IDPAM" 1183381 NIL IDPAM (NIL T T) -8 NIL NIL) (-500 1182310 1182799 1182872 "IDPAG" 1182877 NIL IDPAG (NIL T T) -8 NIL NIL) (-499 1182040 1182225 1182275 "IDENT" 1182280 T IDENT (NIL) -8 NIL NIL) (-498 1178295 1179143 1180038 "IDECOMP" 1181197 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL) (-497 1171168 1172218 1173265 "IDEAL" 1177331 NIL IDEAL (NIL T T T T) -8 NIL NIL) (-496 1170332 1170444 1170643 "ICDEN" 1171052 NIL ICDEN (NIL T T T T) -7 NIL NIL) (-495 1169431 1169812 1169959 "ICARD" 1170205 T ICARD (NIL) -8 NIL NIL) (-494 1167491 1167804 1168209 "IBPTOOLS" 1169108 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL) (-493 1163125 1167111 1167224 "IBITS" 1167410 NIL IBITS (NIL NIL) -8 NIL NIL) (-492 1159848 1160424 1161119 "IBATOOL" 1162542 NIL IBATOOL (NIL T T T) -7 NIL NIL) (-491 1157628 1158089 1158622 "IBACHIN" 1159383 NIL IBACHIN (NIL T T T) -7 NIL NIL) (-490 1155505 1157474 1157577 "IARRAY2" 1157582 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL) (-489 1151658 1155431 1155488 "IARRAY1" 1155493 NIL IARRAY1 (NIL T NIL) -8 NIL NIL) (-488 1145651 1150070 1150551 "IAN" 1151197 T IAN (NIL) -8 NIL NIL) (-487 1145162 1145219 1145392 "IALGFACT" 1145588 NIL IALGFACT (NIL T T T T) -7 NIL NIL) (-486 1144690 1144803 1144831 "HYPCAT" 1145038 T HYPCAT (NIL) -9 NIL NIL) (-485 1144228 1144345 1144531 "HYPCAT-" 1144536 NIL HYPCAT- (NIL T) -8 NIL NIL) (-484 1143850 1144023 1144106 "HOSTNAME" 1144165 T HOSTNAME (NIL) -8 NIL NIL) (-483 1143695 1143732 1143773 "HOMOTOP" 1143778 NIL HOMOTOP (NIL T) -9 NIL 1143811) (-482 1140374 1141705 1141746 "HOAGG" 1142727 NIL HOAGG (NIL T) -9 NIL 1143406) (-481 1138968 1139367 1139893 "HOAGG-" 1139898 NIL HOAGG- (NIL T T) -8 NIL NIL) (-480 1132854 1138409 1138575 "HEXADEC" 1138822 T HEXADEC (NIL) -8 NIL NIL) (-479 1131602 1131824 1132087 "HEUGCD" 1132631 NIL HEUGCD (NIL T) -7 NIL NIL) (-478 1130705 1131439 1131569 "HELLFDIV" 1131574 NIL HELLFDIV (NIL T T T T) -8 NIL NIL) (-477 1128933 1130482 1130570 "HEAP" 1130649 NIL HEAP (NIL T) -8 NIL NIL) (-476 1128224 1128485 1128619 "HEADAST" 1128819 T HEADAST (NIL) -8 NIL NIL) (-475 1122144 1128139 1128201 "HDP" 1128206 NIL HDP (NIL NIL T) -8 NIL NIL) (-474 1115895 1121779 1121931 "HDMP" 1122045 NIL HDMP (NIL NIL T) -8 NIL NIL) (-473 1115220 1115359 1115523 "HB" 1115751 T HB (NIL) -7 NIL NIL) (-472 1108717 1115066 1115170 "HASHTBL" 1115175 NIL HASHTBL (NIL T T NIL) -8 NIL NIL) (-471 1108220 1108438 1108530 "HASAST" 1108645 T HASAST (NIL) -8 NIL NIL) (-470 1106032 1107842 1108024 "HACKPI" 1108058 T HACKPI (NIL) -8 NIL NIL) (-469 1101727 1105885 1105998 "GTSET" 1106003 NIL GTSET (NIL T T T T) -8 NIL NIL) (-468 1095253 1101605 1101703 "GSTBL" 1101708 NIL GSTBL (NIL T T T NIL) -8 NIL NIL) (-467 1087566 1094284 1094549 "GSERIES" 1095044 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL) (-466 1086733 1087124 1087152 "GROUP" 1087355 T GROUP (NIL) -9 NIL 1087489) (-465 1086099 1086258 1086509 "GROUP-" 1086514 NIL GROUP- (NIL T) -8 NIL NIL) (-464 1084468 1084787 1085174 "GROEBSOL" 1085776 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL) (-463 1083408 1083670 1083721 "GRMOD" 1084250 NIL GRMOD (NIL T T) -9 NIL 1084418) (-462 1083176 1083212 1083340 "GRMOD-" 1083345 NIL GRMOD- (NIL T T T) -8 NIL NIL) (-461 1078502 1079530 1080530 "GRIMAGE" 1082196 T GRIMAGE (NIL) -8 NIL NIL) (-460 1076969 1077229 1077553 "GRDEF" 1078198 T GRDEF (NIL) -7 NIL NIL) (-459 1076413 1076529 1076670 "GRAY" 1076848 T GRAY (NIL) -7 NIL NIL) (-458 1075626 1076006 1076057 "GRALG" 1076210 NIL GRALG (NIL T T) -9 NIL 1076303) (-457 1075287 1075360 1075523 "GRALG-" 1075528 NIL GRALG- (NIL T T T) -8 NIL NIL) (-456 1072091 1074872 1075050 "GPOLSET" 1075194 NIL GPOLSET (NIL T T T T) -8 NIL NIL) (-455 1071445 1071502 1071760 "GOSPER" 1072028 NIL GOSPER (NIL T T T T T) -7 NIL NIL) (-454 1067204 1067883 1068409 "GMODPOL" 1071144 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL) (-453 1066209 1066393 1066631 "GHENSEL" 1067016 NIL GHENSEL (NIL T T) -7 NIL NIL) (-452 1060260 1061103 1062130 "GENUPS" 1065293 NIL GENUPS (NIL T T) -7 NIL NIL) (-451 1059957 1060008 1060097 "GENUFACT" 1060203 NIL GENUFACT (NIL T) -7 NIL NIL) (-450 1059369 1059446 1059611 "GENPGCD" 1059875 NIL GENPGCD (NIL T T T T) -7 NIL NIL) (-449 1058843 1058878 1059091 "GENMFACT" 1059328 NIL GENMFACT (NIL T T T T T) -7 NIL NIL) (-448 1057411 1057666 1057973 "GENEEZ" 1058586 NIL GENEEZ (NIL T T) -7 NIL NIL) (-447 1051324 1057022 1057184 "GDMP" 1057334 NIL GDMP (NIL NIL T T) -8 NIL NIL) (-446 1040701 1045095 1046201 "GCNAALG" 1050307 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL) (-445 1039163 1039991 1040019 "GCDDOM" 1040274 T GCDDOM (NIL) -9 NIL 1040431) (-444 1038633 1038760 1038975 "GCDDOM-" 1038980 NIL GCDDOM- (NIL T) -8 NIL NIL) (-443 1037305 1037490 1037794 "GB" 1038412 NIL GB (NIL T T T T) -7 NIL NIL) (-442 1025925 1028251 1030643 "GBINTERN" 1034996 NIL GBINTERN (NIL T T T T) -7 NIL NIL) (-441 1023762 1024054 1024475 "GBF" 1025600 NIL GBF (NIL T T T T) -7 NIL NIL) (-440 1022543 1022708 1022975 "GBEUCLID" 1023578 NIL GBEUCLID (NIL T T T T) -7 NIL NIL) (-439 1021892 1022017 1022166 "GAUSSFAC" 1022414 T GAUSSFAC (NIL) -7 NIL NIL) (-438 1020259 1020561 1020875 "GALUTIL" 1021611 NIL GALUTIL (NIL T) -7 NIL NIL) (-437 1018567 1018841 1019165 "GALPOLYU" 1019986 NIL GALPOLYU (NIL T T) -7 NIL NIL) (-436 1015932 1016222 1016629 "GALFACTU" 1018264 NIL GALFACTU (NIL T T T) -7 NIL NIL) (-435 1007738 1009237 1010845 "GALFACT" 1014364 NIL GALFACT (NIL T) -7 NIL NIL) (-434 1005126 1005784 1005812 "FVFUN" 1006968 T FVFUN (NIL) -9 NIL 1007688) (-433 1004392 1004574 1004602 "FVC" 1004893 T FVC (NIL) -9 NIL 1005076) (-432 1004034 1004189 1004270 "FUNCTION" 1004344 NIL FUNCTION (NIL NIL) -8 NIL NIL) (-431 1001704 1002255 1002744 "FT" 1003565 T FT (NIL) -8 NIL NIL) (-430 1000522 1001005 1001208 "FTEM" 1001521 T FTEM (NIL) -8 NIL NIL) (-429 998778 999067 999471 "FSUPFACT" 1000213 NIL FSUPFACT (NIL T T T) -7 NIL NIL) (-428 997175 997464 997796 "FST" 998466 T FST (NIL) -8 NIL NIL) (-427 996346 996452 996647 "FSRED" 997057 NIL FSRED (NIL T T) -7 NIL NIL) (-426 995025 995280 995634 "FSPRMELT" 996061 NIL FSPRMELT (NIL T T) -7 NIL NIL) (-425 992110 992548 993047 "FSPECF" 994588 NIL FSPECF (NIL T T) -7 NIL NIL) (-424 974272 982714 982754 "FS" 986602 NIL FS (NIL T) -9 NIL 988891) (-423 962922 965912 969968 "FS-" 970265 NIL FS- (NIL T T) -8 NIL NIL) (-422 962436 962490 962667 "FSINT" 962863 NIL FSINT (NIL T T) -7 NIL NIL) (-421 960763 961429 961732 "FSERIES" 962215 NIL FSERIES (NIL T T) -8 NIL NIL) (-420 959777 959893 960124 "FSCINT" 960643 NIL FSCINT (NIL T T) -7 NIL NIL) (-419 956011 958721 958762 "FSAGG" 959132 NIL FSAGG (NIL T) -9 NIL 959391) (-418 953773 954374 955170 "FSAGG-" 955265 NIL FSAGG- (NIL T T) -8 NIL NIL) (-417 952815 952958 953185 "FSAGG2" 953626 NIL FSAGG2 (NIL T T T T) -7 NIL NIL) (-416 950470 950749 951303 "FS2UPS" 952533 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL) (-415 950052 950095 950250 "FS2" 950421 NIL FS2 (NIL T T T T) -7 NIL NIL) (-414 948909 949080 949389 "FS2EXPXP" 949877 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL) (-413 948335 948450 948602 "FRUTIL" 948789 NIL FRUTIL (NIL T) -7 NIL NIL) (-412 939790 943830 945188 "FR" 947009 NIL FR (NIL T) -8 NIL NIL) (-411 934865 937508 937548 "FRNAALG" 938944 NIL FRNAALG (NIL T) -9 NIL 939551) (-410 930543 931614 932889 "FRNAALG-" 933639 NIL FRNAALG- (NIL T T) -8 NIL NIL) (-409 930181 930224 930351 "FRNAAF2" 930494 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL) (-408 928588 929035 929330 "FRMOD" 929993 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL) (-407 926367 926971 927288 "FRIDEAL" 928379 NIL FRIDEAL (NIL T T T T) -8 NIL NIL) (-406 925562 925649 925938 "FRIDEAL2" 926274 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL) (-405 924695 925109 925150 "FRETRCT" 925155 NIL FRETRCT (NIL T) -9 NIL 925331) (-404 923807 924038 924389 "FRETRCT-" 924394 NIL FRETRCT- (NIL T T) -8 NIL NIL) (-403 921057 922233 922292 "FRAMALG" 923174 NIL FRAMALG (NIL T T) -9 NIL 923466) (-402 919191 919646 920276 "FRAMALG-" 920499 NIL FRAMALG- (NIL T T T) -8 NIL NIL) (-401 913149 918666 918942 "FRAC" 918947 NIL FRAC (NIL T) -8 NIL NIL) (-400 912785 912842 912949 "FRAC2" 913086 NIL FRAC2 (NIL T T) -7 NIL NIL) (-399 912421 912478 912585 "FR2" 912722 NIL FR2 (NIL T T) -7 NIL NIL) (-398 907110 909958 909986 "FPS" 911105 T FPS (NIL) -9 NIL 911662) (-397 906559 906668 906832 "FPS-" 906978 NIL FPS- (NIL T) -8 NIL NIL) (-396 904065 905700 905728 "FPC" 905953 T FPC (NIL) -9 NIL 906095) (-395 903858 903898 903995 "FPC-" 904000 NIL FPC- (NIL T) -8 NIL NIL) (-394 902736 903346 903387 "FPATMAB" 903392 NIL FPATMAB (NIL T) -9 NIL 903544) (-393 900436 900912 901338 "FPARFRAC" 902373 NIL FPARFRAC (NIL T T) -8 NIL NIL) (-392 895829 896328 897010 "FORTRAN" 899868 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL) (-391 893545 894045 894584 "FORT" 895310 T FORT (NIL) -7 NIL NIL) (-390 891221 891783 891811 "FORTFN" 892871 T FORTFN (NIL) -9 NIL 893495) (-389 890985 891035 891063 "FORTCAT" 891122 T FORTCAT (NIL) -9 NIL 891184) (-388 889045 889528 889927 "FORMULA" 890606 T FORMULA (NIL) -8 NIL NIL) (-387 888833 888863 888932 "FORMULA1" 889009 NIL FORMULA1 (NIL T) -7 NIL NIL) (-386 888356 888408 888581 "FORDER" 888775 NIL FORDER (NIL T T T T) -7 NIL NIL) (-385 887452 887616 887809 "FOP" 888183 T FOP (NIL) -7 NIL NIL) (-384 886060 886732 886906 "FNLA" 887334 NIL FNLA (NIL NIL NIL T) -8 NIL NIL) (-383 884728 885117 885145 "FNCAT" 885717 T FNCAT (NIL) -9 NIL 886010) (-382 884294 884687 884715 "FNAME" 884720 T FNAME (NIL) -8 NIL NIL) (-381 882972 883901 883929 "FMTC" 883934 T FMTC (NIL) -9 NIL 883970) (-380 879334 880495 881124 "FMONOID" 882376 NIL FMONOID (NIL T) -8 NIL NIL) (-379 878553 879076 879225 "FM" 879230 NIL FM (NIL T T) -8 NIL NIL) (-378 875977 876623 876651 "FMFUN" 877795 T FMFUN (NIL) -9 NIL 878503) (-377 875246 875427 875455 "FMC" 875745 T FMC (NIL) -9 NIL 875927) (-376 872440 873274 873328 "FMCAT" 874523 NIL FMCAT (NIL T T) -9 NIL 875018) (-375 871333 872206 872306 "FM1" 872385 NIL FM1 (NIL T T) -8 NIL NIL) (-374 869107 869523 870017 "FLOATRP" 870884 NIL FLOATRP (NIL T) -7 NIL NIL) (-373 862658 866763 867393 "FLOAT" 868497 T FLOAT (NIL) -8 NIL NIL) (-372 860096 860596 861174 "FLOATCP" 862125 NIL FLOATCP (NIL T) -7 NIL NIL) (-371 858925 859729 859770 "FLINEXP" 859775 NIL FLINEXP (NIL T) -9 NIL 859868) (-370 858079 858314 858642 "FLINEXP-" 858647 NIL FLINEXP- (NIL T T) -8 NIL NIL) (-369 857155 857299 857523 "FLASORT" 857931 NIL FLASORT (NIL T T) -7 NIL NIL) (-368 854372 855214 855266 "FLALG" 856493 NIL FLALG (NIL T T) -9 NIL 856960) (-367 848156 851858 851899 "FLAGG" 853161 NIL FLAGG (NIL T) -9 NIL 853813) (-366 846882 847221 847711 "FLAGG-" 847716 NIL FLAGG- (NIL T T) -8 NIL NIL) (-365 845924 846067 846294 "FLAGG2" 846735 NIL FLAGG2 (NIL T T T T) -7 NIL NIL) (-364 842937 843911 843970 "FINRALG" 845098 NIL FINRALG (NIL T T) -9 NIL 845606) (-363 842097 842326 842665 "FINRALG-" 842670 NIL FINRALG- (NIL T T T) -8 NIL NIL) (-362 841503 841716 841744 "FINITE" 841940 T FINITE (NIL) -9 NIL 842047) (-361 833961 836122 836162 "FINAALG" 839829 NIL FINAALG (NIL T) -9 NIL 841282) (-360 829302 830343 831487 "FINAALG-" 832866 NIL FINAALG- (NIL T T) -8 NIL NIL) (-359 828697 829057 829160 "FILE" 829232 NIL FILE (NIL T) -8 NIL NIL) (-358 827381 827693 827747 "FILECAT" 828431 NIL FILECAT (NIL T T) -9 NIL 828647) (-357 825301 826795 826823 "FIELD" 826863 T FIELD (NIL) -9 NIL 826943) (-356 823921 824306 824817 "FIELD-" 824822 NIL FIELD- (NIL T) -8 NIL NIL) (-355 821799 822556 822903 "FGROUP" 823607 NIL FGROUP (NIL T) -8 NIL NIL) (-354 820889 821053 821273 "FGLMICPK" 821631 NIL FGLMICPK (NIL T NIL) -7 NIL NIL) (-353 816756 820814 820871 "FFX" 820876 NIL FFX (NIL T NIL) -8 NIL NIL) (-352 816357 816418 816553 "FFSLPE" 816689 NIL FFSLPE (NIL T T T) -7 NIL NIL) (-351 812350 813129 813925 "FFPOLY" 815593 NIL FFPOLY (NIL T) -7 NIL NIL) (-350 811854 811890 812099 "FFPOLY2" 812308 NIL FFPOLY2 (NIL T T) -7 NIL NIL) (-349 807740 811773 811836 "FFP" 811841 NIL FFP (NIL T NIL) -8 NIL NIL) (-348 803173 807651 807715 "FF" 807720 NIL FF (NIL NIL NIL) -8 NIL NIL) (-347 798334 802516 802706 "FFNBX" 803027 NIL FFNBX (NIL T NIL) -8 NIL NIL) (-346 793308 797469 797727 "FFNBP" 798188 NIL FFNBP (NIL T NIL) -8 NIL NIL) (-345 787976 792592 792803 "FFNB" 793141 NIL FFNB (NIL NIL NIL) -8 NIL NIL) (-344 786808 787006 787321 "FFINTBAS" 787773 NIL FFINTBAS (NIL T T T) -7 NIL NIL) (-343 783092 785267 785295 "FFIELDC" 785915 T FFIELDC (NIL) -9 NIL 786291) (-342 781755 782125 782622 "FFIELDC-" 782627 NIL FFIELDC- (NIL T) -8 NIL NIL) (-341 781325 781370 781494 "FFHOM" 781697 NIL FFHOM (NIL T T T) -7 NIL NIL) (-340 779023 779507 780024 "FFF" 780840 NIL FFF (NIL T) -7 NIL NIL) (-339 774676 778765 778866 "FFCGX" 778966 NIL FFCGX (NIL T NIL) -8 NIL NIL) (-338 770343 774408 774515 "FFCGP" 774619 NIL FFCGP (NIL T NIL) -8 NIL NIL) (-337 765561 770070 770178 "FFCG" 770279 NIL FFCG (NIL NIL NIL) -8 NIL NIL) (-336 747497 756533 756619 "FFCAT" 761784 NIL FFCAT (NIL T T T) -9 NIL 763235) (-335 742695 743742 745056 "FFCAT-" 746286 NIL FFCAT- (NIL T T T T) -8 NIL NIL) (-334 742106 742149 742384 "FFCAT2" 742646 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL) (-333 731318 735078 736298 "FEXPR" 740958 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL) (-332 730318 730753 730794 "FEVALAB" 730878 NIL FEVALAB (NIL T) -9 NIL 731139) (-331 729477 729687 730025 "FEVALAB-" 730030 NIL FEVALAB- (NIL T T) -8 NIL NIL) (-330 728070 728860 729063 "FDIV" 729376 NIL FDIV (NIL T T T T) -8 NIL NIL) (-329 725136 725851 725966 "FDIVCAT" 727534 NIL FDIVCAT (NIL T T T T) -9 NIL 727971) (-328 724898 724925 725095 "FDIVCAT-" 725100 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL) (-327 724118 724205 724482 "FDIV2" 724805 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL) (-326 722804 723063 723352 "FCPAK1" 723849 T FCPAK1 (NIL) -7 NIL NIL) (-325 721932 722304 722445 "FCOMP" 722695 NIL FCOMP (NIL T) -8 NIL NIL) (-324 705567 708981 712542 "FC" 718391 T FC (NIL) -8 NIL NIL) (-323 698202 702183 702223 "FAXF" 704025 NIL FAXF (NIL T) -9 NIL 704717) (-322 695481 696136 696961 "FAXF-" 697426 NIL FAXF- (NIL T T) -8 NIL NIL) (-321 690581 694857 695033 "FARRAY" 695338 NIL FARRAY (NIL T) -8 NIL NIL) (-320 685879 687911 687964 "FAMR" 688987 NIL FAMR (NIL T T) -9 NIL 689447) (-319 684769 685071 685506 "FAMR-" 685511 NIL FAMR- (NIL T T T) -8 NIL NIL) (-318 683965 684691 684744 "FAMONOID" 684749 NIL FAMONOID (NIL T) -8 NIL NIL) (-317 681777 682461 682514 "FAMONC" 683455 NIL FAMONC (NIL T T) -9 NIL 683841) (-316 680469 681531 681668 "FAGROUP" 681673 NIL FAGROUP (NIL T) -8 NIL NIL) (-315 678264 678583 678986 "FACUTIL" 680150 NIL FACUTIL (NIL T T T T) -7 NIL NIL) (-314 677363 677548 677770 "FACTFUNC" 678074 NIL FACTFUNC (NIL T) -7 NIL NIL) (-313 669768 676614 676826 "EXPUPXS" 677219 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL) (-312 667251 667791 668377 "EXPRTUBE" 669202 T EXPRTUBE (NIL) -7 NIL NIL) (-311 663445 664037 664774 "EXPRODE" 666590 NIL EXPRODE (NIL T T) -7 NIL NIL) (-310 648819 662100 662528 "EXPR" 663049 NIL EXPR (NIL T) -8 NIL NIL) (-309 643226 643813 644626 "EXPR2UPS" 648117 NIL EXPR2UPS (NIL T T) -7 NIL NIL) (-308 642862 642919 643026 "EXPR2" 643163 NIL EXPR2 (NIL T T) -7 NIL NIL) (-307 634267 641994 642291 "EXPEXPAN" 642699 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL) (-306 634094 634224 634253 "EXIT" 634258 T EXIT (NIL) -8 NIL NIL) (-305 633601 633818 633909 "EXITAST" 634023 T EXITAST (NIL) -8 NIL NIL) (-304 633228 633290 633403 "EVALCYC" 633533 NIL EVALCYC (NIL T) -7 NIL NIL) (-303 632769 632887 632928 "EVALAB" 633098 NIL EVALAB (NIL T) -9 NIL 633202) (-302 632250 632372 632593 "EVALAB-" 632598 NIL EVALAB- (NIL T T) -8 NIL NIL) (-301 629753 631021 631049 "EUCDOM" 631604 T EUCDOM (NIL) -9 NIL 631954) (-300 628158 628600 629190 "EUCDOM-" 629195 NIL EUCDOM- (NIL T) -8 NIL NIL) (-299 615698 618456 621206 "ESTOOLS" 625428 T ESTOOLS (NIL) -7 NIL NIL) (-298 615330 615387 615496 "ESTOOLS2" 615635 NIL ESTOOLS2 (NIL T T) -7 NIL NIL) (-297 615081 615123 615203 "ESTOOLS1" 615282 NIL ESTOOLS1 (NIL T) -7 NIL NIL) (-296 608986 610714 610742 "ES" 613510 T ES (NIL) -9 NIL 614919) (-295 603933 605220 607037 "ES-" 607201 NIL ES- (NIL T) -8 NIL NIL) (-294 600308 601068 601848 "ESCONT" 603173 T ESCONT (NIL) -7 NIL NIL) (-293 600053 600085 600167 "ESCONT1" 600270 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL) (-292 599728 599778 599878 "ES2" 599997 NIL ES2 (NIL T T) -7 NIL NIL) (-291 599358 599416 599525 "ES1" 599664 NIL ES1 (NIL T T) -7 NIL NIL) (-290 598574 598703 598879 "ERROR" 599202 T ERROR (NIL) -7 NIL NIL) (-289 592077 598433 598524 "EQTBL" 598529 NIL EQTBL (NIL T T) -8 NIL NIL) (-288 584634 587391 588840 "EQ" 590661 NIL -3356 (NIL T) -8 NIL NIL) (-287 584266 584323 584432 "EQ2" 584571 NIL EQ2 (NIL T T) -7 NIL NIL) (-286 579558 580604 581697 "EP" 583205 NIL EP (NIL T) -7 NIL NIL) (-285 578140 578441 578758 "ENV" 579261 T ENV (NIL) -8 NIL NIL) (-284 577339 577859 577887 "ENTIRER" 577892 T ENTIRER (NIL) -9 NIL 577938) (-283 573841 575294 575664 "EMR" 577138 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL) (-282 572985 573170 573224 "ELTAGG" 573604 NIL ELTAGG (NIL T T) -9 NIL 573815) (-281 572704 572766 572907 "ELTAGG-" 572912 NIL ELTAGG- (NIL T T T) -8 NIL NIL) (-280 572493 572522 572576 "ELTAB" 572660 NIL ELTAB (NIL T T) -9 NIL NIL) (-279 571619 571765 571964 "ELFUTS" 572344 NIL ELFUTS (NIL T T) -7 NIL NIL) (-278 571361 571417 571445 "ELEMFUN" 571550 T ELEMFUN (NIL) -9 NIL NIL) (-277 571231 571252 571320 "ELEMFUN-" 571325 NIL ELEMFUN- (NIL T) -8 NIL NIL) (-276 566122 569331 569372 "ELAGG" 570312 NIL ELAGG (NIL T) -9 NIL 570775) (-275 564407 564841 565504 "ELAGG-" 565509 NIL ELAGG- (NIL T T) -8 NIL NIL) (-274 563064 563344 563639 "ELABEXPR" 564132 T ELABEXPR (NIL) -8 NIL NIL) (-273 555930 557731 558558 "EFUPXS" 562340 NIL EFUPXS (NIL T T T T) -8 NIL NIL) (-272 549380 551181 551991 "EFULS" 555206 NIL EFULS (NIL T T T) -8 NIL NIL) (-271 546802 547160 547639 "EFSTRUC" 549012 NIL EFSTRUC (NIL T T) -7 NIL NIL) (-270 535874 537439 538999 "EF" 545317 NIL EF (NIL T T) -7 NIL NIL) (-269 534975 535359 535508 "EAB" 535745 T EAB (NIL) -8 NIL NIL) (-268 534184 534934 534962 "E04UCFA" 534967 T E04UCFA (NIL) -8 NIL NIL) (-267 533393 534143 534171 "E04NAFA" 534176 T E04NAFA (NIL) -8 NIL NIL) (-266 532602 533352 533380 "E04MBFA" 533385 T E04MBFA (NIL) -8 NIL NIL) (-265 531811 532561 532589 "E04JAFA" 532594 T E04JAFA (NIL) -8 NIL NIL) (-264 531022 531770 531798 "E04GCFA" 531803 T E04GCFA (NIL) -8 NIL NIL) (-263 530233 530981 531009 "E04FDFA" 531014 T E04FDFA (NIL) -8 NIL NIL) (-262 529442 530192 530220 "E04DGFA" 530225 T E04DGFA (NIL) -8 NIL NIL) (-261 523620 524967 526331 "E04AGNT" 528098 T E04AGNT (NIL) -7 NIL NIL) (-260 522326 522806 522846 "DVARCAT" 523321 NIL DVARCAT (NIL T) -9 NIL 523520) (-259 521530 521742 522056 "DVARCAT-" 522061 NIL DVARCAT- (NIL T T) -8 NIL NIL) (-258 514430 521329 521458 "DSMP" 521463 NIL DSMP (NIL T T T) -8 NIL NIL) (-257 509240 510375 511443 "DROPT" 513382 T DROPT (NIL) -8 NIL NIL) (-256 508905 508964 509062 "DROPT1" 509175 NIL DROPT1 (NIL T) -7 NIL NIL) (-255 504020 505146 506283 "DROPT0" 507788 T DROPT0 (NIL) -7 NIL NIL) (-254 502365 502690 503076 "DRAWPT" 503654 T DRAWPT (NIL) -7 NIL NIL) (-253 496952 497875 498954 "DRAW" 501339 NIL DRAW (NIL T) -7 NIL NIL) (-252 496585 496638 496756 "DRAWHACK" 496893 NIL DRAWHACK (NIL T) -7 NIL NIL) (-251 495316 495585 495876 "DRAWCX" 496314 T DRAWCX (NIL) -7 NIL NIL) (-250 494832 494900 495051 "DRAWCURV" 495242 NIL DRAWCURV (NIL T T) -7 NIL NIL) (-249 485303 487262 489377 "DRAWCFUN" 492737 T DRAWCFUN (NIL) -7 NIL NIL) (-248 482116 483998 484039 "DQAGG" 484668 NIL DQAGG (NIL T) -9 NIL 484941) (-247 470490 477187 477270 "DPOLCAT" 479122 NIL DPOLCAT (NIL T T T T) -9 NIL 479667) (-246 465329 466675 468633 "DPOLCAT-" 468638 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL) (-245 458484 465190 465288 "DPMO" 465293 NIL DPMO (NIL NIL T T) -8 NIL NIL) (-244 451542 458264 458431 "DPMM" 458436 NIL DPMM (NIL NIL T T T) -8 NIL NIL) (-243 450962 451165 451279 "DOMAIN" 451448 T DOMAIN (NIL) -8 NIL NIL) (-242 444713 450597 450749 "DMP" 450863 NIL DMP (NIL NIL T) -8 NIL NIL) (-241 444313 444369 444513 "DLP" 444651 NIL DLP (NIL T) -7 NIL NIL) (-240 437957 443414 443641 "DLIST" 444118 NIL DLIST (NIL T) -8 NIL NIL) (-239 434803 436812 436853 "DLAGG" 437403 NIL DLAGG (NIL T) -9 NIL 437632) (-238 433653 434283 434311 "DIVRING" 434403 T DIVRING (NIL) -9 NIL 434486) (-237 432890 433080 433380 "DIVRING-" 433385 NIL DIVRING- (NIL T) -8 NIL NIL) (-236 430992 431349 431755 "DISPLAY" 432504 T DISPLAY (NIL) -7 NIL NIL) (-235 424934 430906 430969 "DIRPROD" 430974 NIL DIRPROD (NIL NIL T) -8 NIL NIL) (-234 423782 423985 424250 "DIRPROD2" 424727 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL) (-233 413142 419094 419147 "DIRPCAT" 419557 NIL DIRPCAT (NIL NIL T) -9 NIL 420397) (-232 410468 411110 411991 "DIRPCAT-" 412328 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL) (-231 409755 409915 410101 "DIOSP" 410302 T DIOSP (NIL) -7 NIL NIL) (-230 406457 408667 408708 "DIOPS" 409142 NIL DIOPS (NIL T) -9 NIL 409371) (-229 406006 406120 406311 "DIOPS-" 406316 NIL DIOPS- (NIL T T) -8 NIL NIL) (-228 404918 405512 405540 "DIFRING" 405727 T DIFRING (NIL) -9 NIL 405837) (-227 404564 404641 404793 "DIFRING-" 404798 NIL DIFRING- (NIL T) -8 NIL NIL) (-226 402389 403627 403668 "DIFEXT" 404031 NIL DIFEXT (NIL T) -9 NIL 404325) (-225 400674 401102 401768 "DIFEXT-" 401773 NIL DIFEXT- (NIL T T) -8 NIL NIL) (-224 397996 400206 400247 "DIAGG" 400252 NIL DIAGG (NIL T) -9 NIL 400272) (-223 397380 397537 397789 "DIAGG-" 397794 NIL DIAGG- (NIL T T) -8 NIL NIL) (-222 392845 396339 396616 "DHMATRIX" 397149 NIL DHMATRIX (NIL T) -8 NIL NIL) (-221 388457 389366 390376 "DFSFUN" 391855 T DFSFUN (NIL) -7 NIL NIL) (-220 383573 387388 387700 "DFLOAT" 388165 T DFLOAT (NIL) -8 NIL NIL) (-219 381801 382082 382478 "DFINTTLS" 383281 NIL DFINTTLS (NIL T T) -7 NIL NIL) (-218 378866 379822 380222 "DERHAM" 381467 NIL DERHAM (NIL T NIL) -8 NIL NIL) (-217 376715 378641 378730 "DEQUEUE" 378810 NIL DEQUEUE (NIL T) -8 NIL NIL) (-216 375930 376063 376259 "DEGRED" 376577 NIL DEGRED (NIL T T) -7 NIL NIL) (-215 372325 373070 373923 "DEFINTRF" 375158 NIL DEFINTRF (NIL T) -7 NIL NIL) (-214 369852 370321 370920 "DEFINTEF" 371844 NIL DEFINTEF (NIL T T) -7 NIL NIL) (-213 369229 369472 369587 "DEFAST" 369757 T DEFAST (NIL) -8 NIL NIL) (-212 363115 368670 368836 "DECIMAL" 369083 T DECIMAL (NIL) -8 NIL NIL) (-211 360627 361085 361591 "DDFACT" 362659 NIL DDFACT (NIL T T) -7 NIL NIL) (-210 360223 360266 360417 "DBLRESP" 360578 NIL DBLRESP (NIL T T T T) -7 NIL NIL) (-209 357933 358267 358636 "DBASE" 359981 NIL DBASE (NIL T) -8 NIL NIL) (-208 357202 357413 357559 "DATAARY" 357832 NIL DATAARY (NIL NIL T) -8 NIL NIL) (-207 356335 357161 357189 "D03FAFA" 357194 T D03FAFA (NIL) -8 NIL NIL) (-206 355469 356294 356322 "D03EEFA" 356327 T D03EEFA (NIL) -8 NIL NIL) (-205 353419 353885 354374 "D03AGNT" 355000 T D03AGNT (NIL) -7 NIL NIL) (-204 352735 353378 353406 "D02EJFA" 353411 T D02EJFA (NIL) -8 NIL NIL) (-203 352051 352694 352722 "D02CJFA" 352727 T D02CJFA (NIL) -8 NIL NIL) (-202 351367 352010 352038 "D02BHFA" 352043 T D02BHFA (NIL) -8 NIL NIL) (-201 350683 351326 351354 "D02BBFA" 351359 T D02BBFA (NIL) -8 NIL NIL) (-200 343881 345469 347075 "D02AGNT" 349097 T D02AGNT (NIL) -7 NIL NIL) (-199 341650 342172 342718 "D01WGTS" 343355 T D01WGTS (NIL) -7 NIL NIL) (-198 340745 341609 341637 "D01TRNS" 341642 T D01TRNS (NIL) -8 NIL NIL) (-197 339840 340704 340732 "D01GBFA" 340737 T D01GBFA (NIL) -8 NIL NIL) (-196 338935 339799 339827 "D01FCFA" 339832 T D01FCFA (NIL) -8 NIL NIL) (-195 338030 338894 338922 "D01ASFA" 338927 T D01ASFA (NIL) -8 NIL NIL) (-194 337125 337989 338017 "D01AQFA" 338022 T D01AQFA (NIL) -8 NIL NIL) (-193 336220 337084 337112 "D01APFA" 337117 T D01APFA (NIL) -8 NIL NIL) (-192 335315 336179 336207 "D01ANFA" 336212 T D01ANFA (NIL) -8 NIL NIL) (-191 334410 335274 335302 "D01AMFA" 335307 T D01AMFA (NIL) -8 NIL NIL) (-190 333505 334369 334397 "D01ALFA" 334402 T D01ALFA (NIL) -8 NIL NIL) (-189 332600 333464 333492 "D01AKFA" 333497 T D01AKFA (NIL) -8 NIL NIL) (-188 331695 332559 332587 "D01AJFA" 332592 T D01AJFA (NIL) -8 NIL NIL) (-187 324992 326543 328104 "D01AGNT" 330154 T D01AGNT (NIL) -7 NIL NIL) (-186 324329 324457 324609 "CYCLOTOM" 324860 T CYCLOTOM (NIL) -7 NIL NIL) (-185 321064 321777 322504 "CYCLES" 323622 T CYCLES (NIL) -7 NIL NIL) (-184 320376 320510 320681 "CVMP" 320925 NIL CVMP (NIL T) -7 NIL NIL) (-183 318147 318405 318781 "CTRIGMNP" 320104 NIL CTRIGMNP (NIL T T) -7 NIL NIL) (-182 317564 317770 317884 "CTOR" 318053 T CTOR (NIL) -8 NIL NIL) (-181 317100 317295 317396 "CTORKIND" 317483 T CTORKIND (NIL) -8 NIL NIL) (-180 316611 316800 316899 "CTORCALL" 317021 T CTORCALL (NIL) -8 NIL NIL) (-179 315985 316084 316237 "CSTTOOLS" 316508 NIL CSTTOOLS (NIL T T) -7 NIL NIL) (-178 311784 312441 313199 "CRFP" 315297 NIL CRFP (NIL T T) -7 NIL NIL) (-177 311286 311505 311597 "CRCEAST" 311712 T CRCEAST (NIL) -8 NIL NIL) (-176 310333 310518 310746 "CRAPACK" 311090 NIL CRAPACK (NIL T) -7 NIL NIL) (-175 309717 309818 310022 "CPMATCH" 310209 NIL CPMATCH (NIL T T T) -7 NIL NIL) (-174 309442 309470 309576 "CPIMA" 309683 NIL CPIMA (NIL T T T) -7 NIL NIL) (-173 305806 306478 307196 "COORDSYS" 308777 NIL COORDSYS (NIL T) -7 NIL NIL) (-172 305190 305319 305469 "CONTOUR" 305676 T CONTOUR (NIL) -8 NIL NIL) (-171 301116 303193 303685 "CONTFRAC" 304730 NIL CONTFRAC (NIL T) -8 NIL NIL) (-170 300996 301017 301045 "CONDUIT" 301082 T CONDUIT (NIL) -9 NIL NIL) (-169 300189 300709 300737 "COMRING" 300742 T COMRING (NIL) -9 NIL 300794) (-168 299270 299547 299731 "COMPPROP" 300025 T COMPPROP (NIL) -8 NIL NIL) (-167 298931 298966 299094 "COMPLPAT" 299229 NIL COMPLPAT (NIL T T T) -7 NIL NIL) (-166 288988 298740 298849 "COMPLEX" 298854 NIL COMPLEX (NIL T) -8 NIL NIL) (-165 288624 288681 288788 "COMPLEX2" 288925 NIL COMPLEX2 (NIL T T) -7 NIL NIL) (-164 288342 288377 288475 "COMPFACT" 288583 NIL COMPFACT (NIL T T) -7 NIL NIL) (-163 272637 282855 282895 "COMPCAT" 283899 NIL COMPCAT (NIL T) -9 NIL 285284) (-162 262152 265076 268703 "COMPCAT-" 269059 NIL COMPCAT- (NIL T T) -8 NIL NIL) (-161 261881 261909 262012 "COMMUPC" 262118 NIL COMMUPC (NIL T T T) -7 NIL NIL) (-160 261676 261709 261768 "COMMONOP" 261842 T COMMONOP (NIL) -7 NIL NIL) (-159 261259 261427 261514 "COMM" 261609 T COMM (NIL) -8 NIL NIL) (-158 260863 261063 261138 "COMMAAST" 261204 T COMMAAST (NIL) -8 NIL NIL) (-157 260112 260306 260334 "COMBOPC" 260672 T COMBOPC (NIL) -9 NIL 260847) (-156 259008 259218 259460 "COMBINAT" 259902 NIL COMBINAT (NIL T) -7 NIL NIL) (-155 255206 255779 256419 "COMBF" 258430 NIL COMBF (NIL T T) -7 NIL NIL) (-154 253992 254322 254557 "COLOR" 254991 T COLOR (NIL) -8 NIL NIL) (-153 253495 253713 253805 "COLONAST" 253920 T COLONAST (NIL) -8 NIL NIL) (-152 253135 253182 253307 "CMPLXRT" 253442 NIL CMPLXRT (NIL T T) -7 NIL NIL) (-151 252610 252835 252934 "CLLCTAST" 253056 T CLLCTAST (NIL) -8 NIL NIL) (-150 248112 249140 250220 "CLIP" 251550 T CLIP (NIL) -7 NIL NIL) (-149 246494 247218 247457 "CLIF" 247939 NIL CLIF (NIL NIL T NIL) -8 NIL NIL) (-148 242716 244640 244681 "CLAGG" 245610 NIL CLAGG (NIL T) -9 NIL 246146) (-147 241138 241595 242178 "CLAGG-" 242183 NIL CLAGG- (NIL T T) -8 NIL NIL) (-146 240682 240767 240907 "CINTSLPE" 241047 NIL CINTSLPE (NIL T T) -7 NIL NIL) (-145 238183 238654 239202 "CHVAR" 240210 NIL CHVAR (NIL T T T) -7 NIL NIL) (-144 237446 237966 237994 "CHARZ" 237999 T CHARZ (NIL) -9 NIL 238014) (-143 237200 237240 237318 "CHARPOL" 237400 NIL CHARPOL (NIL T) -7 NIL NIL) (-142 236347 236900 236928 "CHARNZ" 236975 T CHARNZ (NIL) -9 NIL 237031) (-141 234372 235037 235372 "CHAR" 236032 T CHAR (NIL) -8 NIL NIL) (-140 234098 234159 234187 "CFCAT" 234298 T CFCAT (NIL) -9 NIL NIL) (-139 233343 233454 233636 "CDEN" 233982 NIL CDEN (NIL T T T) -7 NIL NIL) (-138 229335 232496 232776 "CCLASS" 233083 T CCLASS (NIL) -8 NIL NIL) (-137 229254 229280 229315 "CATEGORY" 229320 T -10 (NIL) -8 NIL NIL) (-136 228728 228954 229053 "CATAST" 229175 T CATAST (NIL) -8 NIL NIL) (-135 228231 228449 228541 "CASEAST" 228656 T CASEAST (NIL) -8 NIL NIL) (-134 223283 224260 225013 "CARTEN" 227534 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL) (-133 222391 222539 222760 "CARTEN2" 223130 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL) (-132 220733 221541 221798 "CARD" 222154 T CARD (NIL) -8 NIL NIL) (-131 220336 220537 220612 "CAPSLAST" 220678 T CAPSLAST (NIL) -8 NIL NIL) (-130 219708 220036 220064 "CACHSET" 220196 T CACHSET (NIL) -9 NIL 220273) (-129 219204 219500 219528 "CABMON" 219578 T CABMON (NIL) -9 NIL 219634) (-128 218131 218559 218755 "BYTE" 219028 T BYTE (NIL) -8 NIL NIL) (-127 213540 217599 217762 "BYTEBUF" 217988 T BYTEBUF (NIL) -8 NIL NIL) (-126 211097 213232 213339 "BTREE" 213466 NIL BTREE (NIL T) -8 NIL NIL) (-125 208595 210745 210867 "BTOURN" 211007 NIL BTOURN (NIL T) -8 NIL NIL) (-124 206013 208066 208107 "BTCAT" 208175 NIL BTCAT (NIL T) -9 NIL 208252) (-123 205680 205760 205909 "BTCAT-" 205914 NIL BTCAT- (NIL T T) -8 NIL NIL) (-122 200972 204823 204851 "BTAGG" 205073 T BTAGG (NIL) -9 NIL 205234) (-121 200462 200587 200793 "BTAGG-" 200798 NIL BTAGG- (NIL T) -8 NIL NIL) (-120 197506 199740 199955 "BSTREE" 200279 NIL BSTREE (NIL T) -8 NIL NIL) (-119 196644 196770 196954 "BRILL" 197362 NIL BRILL (NIL T) -7 NIL NIL) (-118 193345 195372 195413 "BRAGG" 196062 NIL BRAGG (NIL T) -9 NIL 196319) (-117 191874 192280 192835 "BRAGG-" 192840 NIL BRAGG- (NIL T T) -8 NIL NIL) (-116 185138 191220 191404 "BPADICRT" 191722 NIL BPADICRT (NIL NIL) -8 NIL NIL) (-115 183488 185075 185120 "BPADIC" 185125 NIL BPADIC (NIL NIL) -8 NIL NIL) (-114 183186 183216 183330 "BOUNDZRO" 183452 NIL BOUNDZRO (NIL T T) -7 NIL NIL) (-113 178701 179792 180659 "BOP" 182339 T BOP (NIL) -8 NIL NIL) (-112 176322 176766 177286 "BOP1" 178214 NIL BOP1 (NIL T) -7 NIL NIL) (-111 175060 175746 175939 "BOOLEAN" 176149 T BOOLEAN (NIL) -8 NIL NIL) (-110 174422 174800 174854 "BMODULE" 174859 NIL BMODULE (NIL T T) -9 NIL 174924) (-109 170252 174220 174293 "BITS" 174369 T BITS (NIL) -8 NIL NIL) (-108 169664 169786 169928 "BINDING" 170130 T BINDING (NIL) -8 NIL NIL) (-107 163554 169108 169273 "BINARY" 169519 T BINARY (NIL) -8 NIL NIL) (-106 161381 162809 162850 "BGAGG" 163110 NIL BGAGG (NIL T) -9 NIL 163247) (-105 161212 161244 161335 "BGAGG-" 161340 NIL BGAGG- (NIL T T) -8 NIL NIL) (-104 160310 160596 160801 "BFUNCT" 161027 T BFUNCT (NIL) -8 NIL NIL) (-103 159000 159178 159466 "BEZOUT" 160134 NIL BEZOUT (NIL T T T T T) -7 NIL NIL) (-102 155517 157852 158182 "BBTREE" 158703 NIL BBTREE (NIL T) -8 NIL NIL) (-101 155251 155304 155332 "BASTYPE" 155451 T BASTYPE (NIL) -9 NIL NIL) (-100 155103 155132 155205 "BASTYPE-" 155210 NIL BASTYPE- (NIL T) -8 NIL NIL) (-99 154541 154617 154767 "BALFACT" 155014 NIL BALFACT (NIL T T) -7 NIL NIL) (-98 153424 153956 154142 "AUTOMOR" 154386 NIL AUTOMOR (NIL T) -8 NIL NIL) (-97 153150 153155 153181 "ATTREG" 153186 T ATTREG (NIL) -9 NIL NIL) (-96 151429 151847 152199 "ATTRBUT" 152816 T ATTRBUT (NIL) -8 NIL NIL) (-95 151064 151257 151323 "ATTRAST" 151381 T ATTRAST (NIL) -8 NIL NIL) (-94 150600 150713 150739 "ATRIG" 150940 T ATRIG (NIL) -9 NIL NIL) (-93 150409 150450 150537 "ATRIG-" 150542 NIL ATRIG- (NIL T) -8 NIL NIL) (-92 150031 150191 150217 "ASTCAT" 150275 T ASTCAT (NIL) -9 NIL 150338) (-91 149758 149817 149936 "ASTCAT-" 149941 NIL ASTCAT- (NIL T) -8 NIL NIL) (-90 147955 149534 149622 "ASTACK" 149701 NIL ASTACK (NIL T) -8 NIL NIL) (-89 146460 146757 147122 "ASSOCEQ" 147637 NIL ASSOCEQ (NIL T T) -7 NIL NIL) (-88 145492 146119 146243 "ASP9" 146367 NIL ASP9 (NIL NIL) -8 NIL NIL) (-87 145256 145440 145479 "ASP8" 145484 NIL ASP8 (NIL NIL) -8 NIL NIL) (-86 144125 144861 145003 "ASP80" 145145 NIL ASP80 (NIL NIL) -8 NIL NIL) (-85 143024 143760 143892 "ASP7" 144024 NIL ASP7 (NIL NIL) -8 NIL NIL) (-84 141978 142701 142819 "ASP78" 142937 NIL ASP78 (NIL NIL) -8 NIL NIL) (-83 140947 141658 141775 "ASP77" 141892 NIL ASP77 (NIL NIL) -8 NIL NIL) (-82 139859 140585 140716 "ASP74" 140847 NIL ASP74 (NIL NIL) -8 NIL NIL) (-81 138759 139494 139626 "ASP73" 139758 NIL ASP73 (NIL NIL) -8 NIL NIL) (-80 137714 138436 138554 "ASP6" 138672 NIL ASP6 (NIL NIL) -8 NIL NIL) (-79 136662 137391 137509 "ASP55" 137627 NIL ASP55 (NIL NIL) -8 NIL NIL) (-78 135612 136336 136455 "ASP50" 136574 NIL ASP50 (NIL NIL) -8 NIL NIL) (-77 134700 135313 135423 "ASP4" 135533 NIL ASP4 (NIL NIL) -8 NIL NIL) (-76 133788 134401 134511 "ASP49" 134621 NIL ASP49 (NIL NIL) -8 NIL NIL) (-75 132573 133327 133495 "ASP42" 133677 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL) (-74 131350 132106 132276 "ASP41" 132460 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL) (-73 130300 131027 131145 "ASP35" 131263 NIL ASP35 (NIL NIL) -8 NIL NIL) (-72 130065 130248 130287 "ASP34" 130292 NIL ASP34 (NIL NIL) -8 NIL NIL) (-71 129802 129869 129945 "ASP33" 130020 NIL ASP33 (NIL NIL) -8 NIL NIL) (-70 128697 129437 129569 "ASP31" 129701 NIL ASP31 (NIL NIL) -8 NIL NIL) (-69 128462 128645 128684 "ASP30" 128689 NIL ASP30 (NIL NIL) -8 NIL NIL) (-68 128197 128266 128342 "ASP29" 128417 NIL ASP29 (NIL NIL) -8 NIL NIL) (-67 127962 128145 128184 "ASP28" 128189 NIL ASP28 (NIL NIL) -8 NIL NIL) (-66 127727 127910 127949 "ASP27" 127954 NIL ASP27 (NIL NIL) -8 NIL NIL) (-65 126811 127425 127536 "ASP24" 127647 NIL ASP24 (NIL NIL) -8 NIL NIL) (-64 125727 126452 126582 "ASP20" 126712 NIL ASP20 (NIL NIL) -8 NIL NIL) (-63 124815 125428 125538 "ASP1" 125648 NIL ASP1 (NIL NIL) -8 NIL NIL) (-62 123759 124489 124608 "ASP19" 124727 NIL ASP19 (NIL NIL) -8 NIL NIL) (-61 123496 123563 123639 "ASP12" 123714 NIL ASP12 (NIL NIL) -8 NIL NIL) (-60 122348 123095 123239 "ASP10" 123383 NIL ASP10 (NIL NIL) -8 NIL NIL) (-59 120247 122192 122283 "ARRAY2" 122288 NIL ARRAY2 (NIL T) -8 NIL NIL) (-58 116063 119895 120009 "ARRAY1" 120164 NIL ARRAY1 (NIL T) -8 NIL NIL) (-57 115095 115268 115489 "ARRAY12" 115886 NIL ARRAY12 (NIL T T) -7 NIL NIL) (-56 109454 111325 111400 "ARR2CAT" 114030 NIL ARR2CAT (NIL T T T) -9 NIL 114788) (-55 106888 107632 108586 "ARR2CAT-" 108591 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL) (-54 105636 105788 106094 "APPRULE" 106724 NIL APPRULE (NIL T T T) -7 NIL NIL) (-53 105287 105335 105454 "APPLYORE" 105582 NIL APPLYORE (NIL T T T) -7 NIL NIL) (-52 104261 104552 104747 "ANY" 105110 T ANY (NIL) -8 NIL NIL) (-51 103539 103662 103819 "ANY1" 104135 NIL ANY1 (NIL T) -7 NIL NIL) (-50 101104 101976 102303 "ANTISYM" 103263 NIL ANTISYM (NIL T NIL) -8 NIL NIL) (-49 100619 100808 100905 "ANON" 101025 T ANON (NIL) -8 NIL NIL) (-48 94751 99158 99612 "AN" 100183 T AN (NIL) -8 NIL NIL) (-47 91132 92486 92537 "AMR" 93285 NIL AMR (NIL T T) -9 NIL 93885) (-46 90244 90465 90828 "AMR-" 90833 NIL AMR- (NIL T T T) -8 NIL NIL) (-45 74794 90161 90222 "ALIST" 90227 NIL ALIST (NIL T T) -8 NIL NIL) (-44 71631 74388 74557 "ALGSC" 74712 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL) (-43 68187 68741 69348 "ALGPKG" 71071 NIL ALGPKG (NIL T T) -7 NIL NIL) (-42 67464 67565 67749 "ALGMFACT" 68073 NIL ALGMFACT (NIL T T T) -7 NIL NIL) (-41 63203 63888 64543 "ALGMANIP" 66987 NIL ALGMANIP (NIL T T) -7 NIL NIL) (-40 54609 62829 62979 "ALGFF" 63136 NIL ALGFF (NIL T T T NIL) -8 NIL NIL) (-39 53805 53936 54115 "ALGFACT" 54467 NIL ALGFACT (NIL T) -7 NIL NIL) (-38 52835 53401 53439 "ALGEBRA" 53499 NIL ALGEBRA (NIL T) -9 NIL 53558) (-37 52553 52612 52744 "ALGEBRA-" 52749 NIL ALGEBRA- (NIL T T) -8 NIL NIL) (-36 34813 50556 50608 "ALAGG" 50744 NIL ALAGG (NIL T T) -9 NIL 50905) (-35 34349 34462 34488 "AHYP" 34689 T AHYP (NIL) -9 NIL NIL) (-34 33280 33528 33554 "AGG" 34053 T AGG (NIL) -9 NIL 34332) (-33 32714 32876 33090 "AGG-" 33095 NIL AGG- (NIL T) -8 NIL NIL) (-32 30391 30813 31231 "AF" 32356 NIL AF (NIL T T) -7 NIL NIL) (-31 29898 30116 30206 "ADDAST" 30319 T ADDAST (NIL) -8 NIL NIL) (-30 29167 29425 29581 "ACPLOT" 29760 T ACPLOT (NIL) -8 NIL NIL) (-29 18358 26279 26330 "ACFS" 27041 NIL ACFS (NIL T) -9 NIL 27280) (-28 16372 16862 17637 "ACFS-" 17642 NIL ACFS- (NIL T T) -8 NIL NIL) (-27 12697 14591 14617 "ACF" 15496 T ACF (NIL) -9 NIL 15908) (-26 11401 11735 12228 "ACF-" 12233 NIL ACF- (NIL T) -8 NIL NIL) (-25 10999 11168 11194 "ABELSG" 11286 T ABELSG (NIL) -9 NIL 11351) (-24 10866 10891 10957 "ABELSG-" 10962 NIL ABELSG- (NIL T) -8 NIL NIL) (-23 10235 10496 10522 "ABELMON" 10692 T ABELMON (NIL) -9 NIL 10804) (-22 9899 9983 10121 "ABELMON-" 10126 NIL ABELMON- (NIL T) -8 NIL NIL) (-21 9233 9579 9605 "ABELGRP" 9730 T ABELGRP (NIL) -9 NIL 9812) (-20 8696 8825 9041 "ABELGRP-" 9046 NIL ABELGRP- (NIL T) -8 NIL NIL) (-19 4333 8035 8074 "A1AGG" 8079 NIL A1AGG (NIL T) -9 NIL 8119) (-18 30 1251 2813 "A1AGG-" 2818 NIL A1AGG- (NIL T T) -8 NIL NIL)) \ No newline at end of file
diff --git a/src/share/algebra/operation.daase b/src/share/algebra/operation.daase
index fc2b6c4f..845860c4 100644
--- a/src/share/algebra/operation.daase
+++ b/src/share/algebra/operation.daase
@@ -1,5552 +1,5415 @@
-(739410 . 3436147955)
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1136)) (-5 *3 (-808)) (-5 *1 (-807)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-598 (-48)))) (-5 *1 (-48))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-598 (-48))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1150 (-48))) (-5 *3 (-629 (-598 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1150 (-48))) (-5 *3 (-598 (-48))) (-5 *1 (-48))))
- ((*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169))))
+(739356 . 3436193630)
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4369)) (-4 *1 (-482 *3)) (-4 *3 (-1192))
+ (-4 *3 (-1079)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-887 *4)) (-4 *4 (-1079)) (-5 *2 (-111))
+ (-5 *1 (-886 *4))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-903)) (-5 *2 (-111)) (-5 *1 (-1080 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-357) (-830))) (-5 *1 (-178 *2 *3))
- (-4 *3 (-1213 (-166 *2)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-902)) (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))))
- ((*1 *2 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-357))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1213 *2)) (-4 *2 (-169))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1213 *2)) (-4 *2 (-973 *3)) (-5 *1 (-407 *3 *2 *4 *5))
- (-4 *3 (-301)) (-4 *5 (-13 (-403 *2 *4) (-1019 *2)))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1213 *2)) (-4 *2 (-973 *3))
- (-5 *1 (-408 *3 *2 *4 *5 *6)) (-4 *3 (-301)) (-4 *5 (-403 *2 *4))
- (-14 *6 (-1237 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-902)) (-4 *5 (-1030))
- (-4 *2 (-13 (-398) (-1019 *5) (-357) (-1176) (-278)))
- (-5 *1 (-436 *5 *3 *2)) (-4 *3 (-1213 *5))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-598 (-487)))) (-5 *1 (-487))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-598 (-487))) (-5 *1 (-487))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1150 (-487))) (-5 *3 (-629 (-598 (-487))))
- (-5 *1 (-487))))
+ (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1137) (-760))) (-5 *1 (-113)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-545)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $))
+ (-15 -4024 ((-1104 *3 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *3 (-599 $)))))))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-545)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $))
+ (-15 -4024 ((-1104 *3 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *3 (-599 $)))))))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1150 (-487))) (-5 *3 (-598 (-487))) (-5 *1 (-487))))
+ (-12 (-5 *3 (-630 *2))
+ (-4 *2
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *4 (-599 $)) $))
+ (-15 -4024 ((-1104 *4 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *4 (-599 $)))))))
+ (-4 *4 (-545)) (-5 *1 (-41 *4 *2))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1237 *4)) (-5 *3 (-902)) (-4 *4 (-343))
- (-5 *1 (-520 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-709 *4 *2)) (-4 *2 (-1213 *4))
- (-5 *1 (-760 *4 *2 *5 *3)) (-4 *3 (-1213 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169))))
- ((*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169))))
- ((*1 *1 *1) (-4 *1 (-1039))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-902)) (-5 *1 (-771)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-111)) (-5 *1 (-39 *3)) (-4 *3 (-1213 (-48))))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-111))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1134 (-401 *3))) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
+ (-12 (-5 *3 (-630 (-599 *2)))
+ (-4 *2
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *4 (-599 $)) $))
+ (-15 -4024 ((-1104 *4 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *4 (-599 $)))))))
+ (-4 *4 (-545)) (-5 *1 (-41 *4 *2)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-52)) (-5 *1 (-815)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-445)) (-4 *4 (-805))
- (-14 *5 (-1154)) (-5 *2 (-552)) (-5 *1 (-1092 *4 *5)))))
+ (-12 (-4 *4 (-545))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-357)) (-4 *7 (-1214 *5)) (-4 *4 (-710 *5 *7))
+ (-5 *2 (-2 (|:| -1317 (-674 *6)) (|:| |vec| (-1238 *5))))
+ (-5 *1 (-797 *5 *6 *7 *4 *3)) (-4 *6 (-641 *5)) (-4 *3 (-641 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-903)) (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-257)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1237 (-629 (-552)))) (-5 *1 (-473))))
+ (-12 (-5 *3 (-757)) (-5 *2 (-1238 (-630 (-553)))) (-5 *1 (-473))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *4)) (-4 *4 (-1030)) (-5 *2 (-1237 *4))
- (-5 *1 (-1155 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-902)) (-5 *2 (-1237 *3)) (-5 *1 (-1155 *3))
- (-4 *3 (-1030)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-1 (-220) (-220) (-220)))
- (-5 *4 (-1 (-220) (-220) (-220) (-220)))
- (-5 *2 (-1 (-924 (-220)) (-220) (-220))) (-5 *1 (-681)))))
-(((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))))
-(((*1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-522 *3)) (-4 *3 (-13 (-711) (-25))))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1242)) (-5 *1 (-1238))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-1134 *4) (-1134 *4))) (-5 *2 (-1134 *4))
- (-5 *1 (-1262 *4)) (-4 *4 (-1191))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-629 (-1134 *5)) (-629 (-1134 *5)))) (-5 *4 (-552))
- (-5 *2 (-629 (-1134 *5))) (-5 *1 (-1262 *5)) (-4 *5 (-1191)))))
-(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
- (-12 (-5 *3 (-1136)) (-5 *5 (-673 (-220))) (-5 *6 (-673 (-552)))
- (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-742)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-220)) (-5 *4 (-552))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))
- (-5 *2 (-1016)) (-5 *1 (-733)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-369 *4 *2))
- (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4369)))))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1122)) (-5 *3 (-552)) (-5 *2 (-111)))))
-(((*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1 (-373))) (-5 *1 (-1021)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *2 (-1016)) (-5 *1 (-736)))))
-(((*1 *2 *3)
- (-12 (-4 *2 (-357)) (-4 *2 (-830)) (-5 *1 (-926 *2 *3))
- (-4 *3 (-1213 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))))
+ (-12 (-5 *3 (-220)) (-5 *4 (-553))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))
+ (-5 *2 (-1017)) (-5 *1 (-734)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1151 *1)) (-4 *1 (-445))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1151 *6)) (-4 *6 (-931 *5 *3 *4)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *5 (-891)) (-5 *1 (-450 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1151 *1)) (-4 *1 (-891)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
+ (-12 (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196))
+ (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))))))
+(((*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-1135 *4) (-1135 *4))) (-5 *2 (-1135 *4))
+ (-5 *1 (-1263 *4)) (-4 *4 (-1192))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-630 (-1135 *5)) (-630 (-1135 *5)))) (-5 *4 (-553))
+ (-5 *2 (-630 (-1135 *5))) (-5 *1 (-1263 *5)) (-4 *5 (-1192)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
+ (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-367 *3)) (-4 *3 (-1192)) (-4 *3 (-833)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *1 (-367 *4)) (-4 *4 (-1192))
+ (-5 *2 (-111)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1123)) (-5 *3 (-553)) (-5 *2 (-111)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-445)))))
+(((*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1 (-373))) (-5 *1 (-1022)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-1237 *5))) (-5 *4 (-552)) (-5 *2 (-1237 *5))
- (-5 *1 (-1010 *5)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1030)))))
+ (|partial| -12 (-5 *4 (-1155)) (-4 *5 (-601 (-874 (-553))))
+ (-4 *5 (-868 (-553)))
+ (-4 *5 (-13 (-833) (-1020 (-553)) (-445) (-626 (-553))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-556 *5 *3)) (-4 *3 (-616))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5)))))
+ ((*1 *2 *2 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-1155)) (-5 *4 (-826 *2)) (-4 *2 (-1118))
+ (-4 *2 (-13 (-27) (-1177) (-424 *5)))
+ (-4 *5 (-601 (-874 (-553)))) (-4 *5 (-868 (-553)))
+ (-4 *5 (-13 (-833) (-1020 (-553)) (-445) (-626 (-553))))
+ (-5 *1 (-556 *5 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1243))
+ (-5 *1 (-442 *4 *5 *6 *7)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984)))
+ (-5 *1 (-173 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-757)) (-4 *4 (-357)) (-5 *1 (-878 *2 *4))
+ (-4 *2 (-1214 *4)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1030)) (-14 *3 (-629 (-1154)))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1030) (-832)))
- (-14 *3 (-629 (-1154))))))
-(((*1 *2 *1 *2)
- (-12 (-4 *1 (-358 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))))
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-310 (-220))) (-5 *2 (-310 (-373))) (-5 *1 (-299)))))
(((*1 *1 *2 *2) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1016)) (-5 *1 (-299))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1016))) (-5 *2 (-1016)) (-5 *1 (-299))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-635 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-635 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1 *1) (-5 *1 (-1042)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1134 (-1134 *4))) (-5 *2 (-1134 *4)) (-5 *1 (-1131 *4))
- (-4 *4 (-1191))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1017)) (-5 *1 (-299))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-1017))) (-5 *2 (-1017)) (-5 *1 (-299))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-636 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-636 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-636 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-636 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1 *1) (-5 *1 (-1043)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1135 (-1135 *4))) (-5 *2 (-1135 *4)) (-5 *1 (-1132 *4))
+ (-4 *4 (-1192))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
- (-14 *6 (-629 (-1154)))
- (-5 *2
- (-629 (-1124 *5 (-523 (-846 *6)) (-846 *6) (-765 *5 (-846 *6)))))
- (-5 *1 (-614 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1072 (-825 (-373)))) (-5 *2 (-1072 (-825 (-220))))
- (-5 *1 (-299)))))
-(((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-401 *6)) (|:| |c| (-401 *6))
- (|:| -4329 *6)))
- (-5 *1 (-996 *5 *6)) (-5 *3 (-401 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111)) (-5 *1 (-270 *4 *3))
- (-4 *3 (-13 (-424 *4) (-983))))))
+ (-12 (-5 *3 (-630 *6)) (-5 *4 (-1155)) (-4 *6 (-424 *5))
+ (-4 *5 (-833)) (-5 *2 (-630 (-599 *6))) (-5 *1 (-562 *5 *6)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-301)) (-4 *6 (-367 *5)) (-4 *4 (-367 *5))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4))))
- (-5 *1 (-1102 *5 *6 *4 *3)) (-4 *3 (-671 *5 *6 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-517)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *2 (-13 (-357) (-830))) (-5 *1 (-178 *2 *3))
- (-4 *3 (-1213 (-166 *2)))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-357) (-830))) (-5 *1 (-178 *2 *3))
- (-4 *3 (-1213 (-166 *2))))))
+ (-12 (-5 *3 (-630 (-310 (-220)))) (-5 *4 (-757))
+ (-5 *2 (-674 (-220))) (-5 *1 (-261)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-324)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1079)) (-5 *2 (-111)) (-5 *1 (-867 *3 *4 *5))
+ (-4 *3 (-1079)) (-4 *5 (-651 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-871 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-288 *2)) (-4 *2 (-712)) (-4 *2 (-1192)))))
(((*1 *2 *1 *3)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-116 *4)) (-14 *4 *3)
- (-5 *3 (-552))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-850 *3)) (-5 *2 (-552))))
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-116 *4)) (-14 *4 *3)
+ (-5 *3 (-553))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-851 *3)) (-5 *2 (-553))))
((*1 *2 *1 *3)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-852 *4)) (-14 *4 *3)
- (-5 *3 (-552))))
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-853 *4)) (-14 *4 *3)
+ (-5 *3 (-553))))
((*1 *2 *1 *3)
- (-12 (-14 *4 *3) (-5 *2 (-401 (-552))) (-5 *1 (-853 *4 *5))
- (-5 *3 (-552)) (-4 *5 (-850 *4))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-993)) (-5 *2 (-401 (-552)))))
+ (-12 (-14 *4 *3) (-5 *2 (-401 (-553))) (-5 *1 (-854 *4 *5))
+ (-5 *3 (-553)) (-4 *5 (-851 *4))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-994)) (-5 *2 (-401 (-553)))))
((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1047 *2 *3)) (-4 *2 (-13 (-830) (-357)))
- (-4 *3 (-1213 *2))))
+ (-12 (-4 *1 (-1048 *2 *3)) (-4 *2 (-13 (-831) (-357)))
+ (-4 *3 (-1214 *2))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1215 *2 *3)) (-4 *3 (-777))
- (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3213 (*2 (-1154))))
- (-4 *2 (-1030)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-320 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-777)) (-4 *3 (-169)))))
-(((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169))))
- ((*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))))
+ (-12 (-4 *1 (-1216 *2 *3)) (-4 *3 (-778))
+ (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -3212 (*2 (-1155))))
+ (-4 *2 (-1031)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2 (-1 *5 *5)) (-5 *1 (-790 *4 *5))
+ (-4 *5 (-13 (-29 *4) (-1177) (-941))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))))
+(((*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1079)) (-4 *6 (-1079))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-669 *4 *5 *6)) (-4 *4 (-1079)))))
+(((*1 *2 *3) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-550)) (-5 *3 (-553)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-355 (-113))) (-4 *2 (-1031)) (-5 *1 (-700 *2 *4))
+ (-4 *4 (-633 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-355 (-113))) (-5 *1 (-820 *2)) (-4 *2 (-1031)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-528))) (-5 *2 (-1154)) (-5 *1 (-528)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1030)) (-5 *1 (-697 *3 *2)) (-4 *2 (-1213 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
+ (-12 (-5 *3 (-630 (-529))) (-5 *2 (-1155)) (-5 *1 (-529)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-169)) (-4 *2 (-23)) (-5 *1 (-283 *3 *4 *2 *5 *6 *7))
+ (-4 *4 (-1214 *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 (-697 *3 *2 *4 *5 *6)) (-4 *3 (-169))
+ (-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 (-1214 *3)) (-5 *1 (-698 *3 *2)) (-4 *3 (-1031))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-23)) (-5 *1 (-701 *3 *2 *4 *5 *6)) (-4 *3 (-169))
+ (-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 (-851 *3)) (-5 *2 (-553)))))
+(((*1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 *1))
+ (-4 *1 (-1051 *4 *5 *6 *3)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-903)) (-5 *1 (-1080 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-31))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1160)) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-131))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-136))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-151))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-158))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-213))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-661))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1001))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1046))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-1075)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2591 *3)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))))
+(((*1 *1 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553))))
+ ((*1 *1 *1) (-12 (-4 *1 (-659 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1) (-4 *1 (-851 *2)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-955 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-778))
+ (-4 *4 (-833)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| -2325 (-673 (-401 (-933 *4))))
- (|:| |vec| (-629 (-401 (-933 *4)))) (|:| -2128 (-756))
- (|:| |rows| (-629 (-552))) (|:| |cols| (-629 (-552)))))
- (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778))
- (-5 *2
- (-2 (|:| |partsol| (-1237 (-401 (-933 *4))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *4)))))))
- (-5 *1 (-905 *4 *5 *6 *7)) (-4 *7 (-930 *4 *6 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-31))))
- ((*1 *2 *1) (-12 (-5 *2 (-1159)) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-131))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-136))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-151))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-158))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-213))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-660))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1000))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1045))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-1074)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-738)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-4 *3 (-1078))
- (-5 *2 (-111)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-757)) (|:| |poli| *2)
+ (|:| |polj| *2)))
+ (-4 *5 (-779)) (-4 *2 (-931 *4 *5 *6)) (-5 *1 (-442 *4 *5 *6 *2))
+ (-4 *4 (-445)) (-4 *6 (-833)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-154)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-497 *3 *4 *5 *2)) (-4 *2 (-931 *3 *4 *5))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833))
+ (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-931 *3 *5 *4)) (-5 *1 (-969 *3 *4 *5 *2))
+ (-4 *3 (-445)) (-4 *4 (-833)) (-4 *5 (-779)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-95))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-108))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-113))))
+ ((*1 *2 *1) (-12 (-5 *2 (-499)) (-5 *1 (-182))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-358 *2 *3)) (-4 *3 (-1079)) (-4 *2 (-1079))))
+ ((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1137))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-432 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-499)) (-5 *1 (-476))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-599 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-947))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1054 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-499)) (-5 *1 (-1094))))
+ ((*1 *1 *1) (-5 *1 (-1155))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-856))
+ (-5 *5 (-903)) (-5 *6 (-630 (-257))) (-5 *2 (-1239))
+ (-5 *1 (-1242))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-630 (-257)))
+ (-5 *2 (-1239)) (-5 *1 (-1242)))))
+(((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-757)) (-4 *4 (-1031))
+ (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-1214 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-373))))
+ ((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-373)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN)))) (-5 *2 (-1017))
+ (-5 *1 (-732)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-325 *3)) (-4 *3 (-833)))))
+(((*1 *1) (-12 (-5 *1 (-630 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-358 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 (-847 *5))) (-14 *5 (-630 (-1155))) (-4 *6 (-445))
+ (-5 *2 (-630 (-630 (-242 *5 *6)))) (-5 *1 (-464 *5 *6 *7))
+ (-5 *3 (-630 (-242 *5 *6))) (-4 *7 (-445)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-933 (-552))) (-5 *2 (-629 *1)) (-4 *1 (-993))))
+ (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1196)) (-4 *3 (-1214 *4))
+ (-4 *5 (-1214 (-401 *3))) (-5 *2 (-111))))
((*1 *2 *3)
- (-12 (-5 *3 (-933 (-401 (-552)))) (-5 *2 (-629 *1)) (-4 *1 (-993))))
- ((*1 *2 *3) (-12 (-5 *3 (-933 *1)) (-4 *1 (-993)) (-5 *2 (-629 *1))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1150 (-552))) (-5 *2 (-629 *1)) (-4 *1 (-993))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1150 (-401 (-552)))) (-5 *2 (-629 *1)) (-4 *1 (-993))))
- ((*1 *2 *3) (-12 (-5 *3 (-1150 *1)) (-4 *1 (-993)) (-5 *2 (-629 *1))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-830) (-357))) (-4 *3 (-1213 *4)) (-5 *2 (-629 *1))
- (-4 *1 (-1047 *4 *3)))))
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-1137)) (-5 *5 (-674 (-220)))
+ (-5 *2 (-1017)) (-5 *1 (-733)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-357) (-830))) (-5 *1 (-178 *3 *2))
- (-4 *2 (-1213 (-166 *3))))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *2 (-629 (-1150 *7))) (-5 *3 (-1150 *7))
- (-4 *7 (-930 *5 *6 *4)) (-4 *5 (-890)) (-4 *6 (-778))
- (-4 *4 (-832)) (-5 *1 (-887 *5 *6 *4 *7)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-411 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-640 *3)) (-4 *3 (-1030)) (-4 *3 (-357))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-756)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357))
- (-5 *1 (-643 *5 *2)) (-4 *2 (-640 *5)))))
+ (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-414 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1177) (-424 *3)))
+ (-14 *4 (-1155)) (-14 *5 *2)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-4 *2 (-13 (-27) (-1177) (-424 *3) (-10 -8 (-15 -3212 ($ *4)))))
+ (-4 *4 (-831))
+ (-4 *5
+ (-13 (-1216 *2 *4) (-357) (-1177)
+ (-10 -8 (-15 -3095 ($ $)) (-15 -1619 ($ $)))))
+ (-5 *1 (-416 *3 *2 *4 *5 *6 *7)) (-4 *6 (-965 *5)) (-14 *7 (-1155)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-1 (-111) *8))) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-2 (|:| |goodPols| (-630 *8)) (|:| |badPols| (-630 *8))))
+ (-5 *1 (-959 *5 *6 *7 *8)) (-5 *4 (-630 *8)))))
+(((*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
+(((*1 *2 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-674 *4)) (-5 *3 (-757)) (-4 *4 (-1031))
+ (-5 *1 (-675 *4)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1168 *4 *5))
- (-4 *4 (-1078)) (-4 *5 (-1078)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-95))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-113))))
- ((*1 *2 *1) (-12 (-5 *2 (-498)) (-5 *1 (-182))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-358 *2 *3)) (-4 *3 (-1078)) (-4 *2 (-1078))))
- ((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1136))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-432 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-498)) (-5 *1 (-476))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-598 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-946))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1053 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-498)) (-5 *1 (-1093))))
- ((*1 *1 *1) (-5 *1 (-1154))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-629 (-756)))) (-5 *1 (-885 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-767 *2)) (-4 *2 (-1030)))))
-(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 (-673 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
+ (-12 (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2697 *4)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
+ (-12
+ (-5 *3
+ (-2 (|:| |det| *12) (|:| |rows| (-630 (-553)))
+ (|:| |cols| (-630 (-553)))))
+ (-5 *4 (-674 *12)) (-5 *5 (-630 (-401 (-934 *9))))
+ (-5 *6 (-630 (-630 *12))) (-5 *7 (-757)) (-5 *8 (-553))
+ (-4 *9 (-13 (-301) (-144))) (-4 *12 (-931 *9 *11 *10))
+ (-4 *10 (-13 (-833) (-601 (-1155)))) (-4 *11 (-779))
+ (-5 *2
+ (-2 (|:| |eqzro| (-630 *12)) (|:| |neqzro| (-630 *12))
+ (|:| |wcond| (-630 (-934 *9)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *9))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *9)))))))))
+ (-5 *1 (-906 *9 *10 *11 *12)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1078)) (-4 *6 (-867 *5)) (-5 *2 (-866 *5 *6 (-629 *6)))
- (-5 *1 (-868 *5 *6 *4)) (-5 *3 (-629 *6)) (-4 *4 (-600 (-873 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1078)) (-5 *2 (-629 (-288 *3))) (-5 *1 (-868 *5 *3 *4))
- (-4 *3 (-1019 (-1154))) (-4 *3 (-867 *5)) (-4 *4 (-600 (-873 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1078)) (-5 *2 (-629 (-288 (-933 *3))))
- (-5 *1 (-868 *5 *3 *4)) (-4 *3 (-1030))
- (-4107 (-4 *3 (-1019 (-1154)))) (-4 *3 (-867 *5))
- (-4 *4 (-600 (-873 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1078)) (-5 *2 (-870 *5 *3)) (-5 *1 (-868 *5 *3 *4))
- (-4107 (-4 *3 (-1019 (-1154)))) (-4107 (-4 *3 (-1030)))
- (-4 *3 (-867 *5)) (-4 *4 (-600 (-873 *5))))))
+ (-12 (-5 *3 (-1151 *1)) (-5 *4 (-1155)) (-4 *1 (-27))
+ (-5 *2 (-630 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1151 *1)) (-4 *1 (-27)) (-5 *2 (-630 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-934 *1)) (-4 *1 (-27)) (-5 *2 (-630 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-630 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *2 (-630 *1)) (-4 *1 (-29 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-310 (-220))) (-5 *4 (-630 (-1155)))
+ (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-1135 (-220))) (-5 *1 (-294)))))
+(((*1 *1 *1) (-4 *1 (-616)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984) (-1177))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *2)) (-4 *2 (-169))))
+ ((*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-410 *3 *2)) (-4 *3 (-411 *2))))
+ ((*1 *2) (-12 (-4 *1 (-411 *2)) (-4 *2 (-169)))))
+(((*1 *1 *1) (-5 *1 (-845))) ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1205 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3) (-12 (-5 *3 (-166 (-553))) (-5 *2 (-111)) (-5 *1 (-439))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4)
+ (-242 *4 (-401 (-553)))))
+ (-14 *4 (-630 (-1155))) (-14 *5 (-757)) (-5 *2 (-111))
+ (-5 *1 (-498 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-943 *3)) (-4 *3 (-538))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1196)) (-5 *2 (-111)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-610 *4 *5))
+ (-5 *3
+ (-1 (-2 (|:| |ans| *4) (|:| -3425 *4) (|:| |sol?| (-111)))
+ (-553) *4))
+ (-4 *4 (-357)) (-4 *5 (-1214 *4)) (-5 *1 (-563 *4 *5)))))
(((*1 *2)
(-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *1) (-12 (-5 *1 (-629 *2)) (-4 *2 (-1191)))))
(((*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| (-1134 (-220)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -4235
- (-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 (-1016)) (-5 *1 (-299)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4))
- (-4 *4 (-343)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
- (-4 *4 (-13 (-832) (-544))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3))))
- ((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-357)) (-4 *1 (-323 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1237 *3)) (-4 *3 (-1213 *4)) (-4 *4 (-1195))
- (-4 *1 (-336 *4 *3 *5)) (-4 *5 (-1213 (-401 *3)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1237 *4)) (-5 *3 (-1237 *1)) (-4 *4 (-169))
- (-4 *1 (-361 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1237 *4)) (-5 *3 (-1237 *1)) (-4 *4 (-169))
- (-4 *1 (-364 *4 *5)) (-4 *5 (-1213 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1237 *3)) (-4 *3 (-169)) (-4 *1 (-403 *3 *4))
- (-4 *4 (-1213 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-169)) (-4 *1 (-411 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |k| (-656 *3)) (|:| |c| *4))))
- (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832))
- (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902)))))
-(((*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301))
- (-5 *2 (-629 (-756))) (-5 *1 (-763 *3 *4 *5 *6 *7))
- (-4 *3 (-1213 *6)) (-4 *7 (-930 *6 *4 *5)))))
-(((*1 *2)
- (-12 (-4 *1 (-343))
- (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-924 *5)) (-4 *5 (-1030)) (-5 *2 (-756))
- (-5 *1 (-1142 *4 *5)) (-14 *4 (-902))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-756))) (-5 *3 (-756)) (-5 *1 (-1142 *4 *5))
- (-14 *4 (-902)) (-4 *5 (-1030))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-756))) (-5 *3 (-924 *5)) (-4 *5 (-1030))
- (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 (-166 (-401 (-552))))) (-5 *2 (-629 (-166 *4)))
- (-5 *1 (-749 *4)) (-4 *4 (-13 (-357) (-830))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552)))))
- (-4 *5 (-1213 *4)) (-5 *2 (-629 (-2 (|:| -4046 *5) (|:| -3369 *5))))
- (-5 *1 (-792 *4 *5 *3 *6)) (-4 *3 (-640 *5))
- (-4 *6 (-640 (-401 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552)))))
- (-4 *4 (-1213 *5)) (-5 *2 (-629 (-2 (|:| -4046 *4) (|:| -3369 *4))))
- (-5 *1 (-792 *5 *4 *3 *6)) (-4 *3 (-640 *4))
- (-4 *6 (-640 (-401 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552)))))
- (-4 *5 (-1213 *4)) (-5 *2 (-629 (-2 (|:| -4046 *5) (|:| -3369 *5))))
- (-5 *1 (-792 *4 *5 *6 *3)) (-4 *6 (-640 *5))
- (-4 *3 (-640 (-401 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552)))))
- (-4 *4 (-1213 *5)) (-5 *2 (-629 (-2 (|:| -4046 *4) (|:| -3369 *4))))
- (-5 *1 (-792 *5 *4 *6 *3)) (-4 *6 (-640 *4))
- (-4 *3 (-640 (-401 *4))))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-771)))))
-(((*1 *1 *1) (-5 *1 (-844))) ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2) (-12 (-5 *1 (-1204 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-4 *3 (-1078))
- (-5 *2 (-111)))))
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 (-1251 *4 *5 *6 *7)))
+ (-5 *1 (-1251 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-630 *9)) (-5 *4 (-1 (-111) *9 *9))
+ (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1045 *6 *7 *8)) (-4 *6 (-545))
+ (-4 *7 (-779)) (-4 *8 (-833)) (-5 *2 (-630 (-1251 *6 *7 *8 *9)))
+ (-5 *1 (-1251 *6 *7 *8 *9)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4)) (-4 *6 (-1213 *5))
- (-4 *7 (-1213 (-401 *6))) (-4 *8 (-336 *5 *6 *7))
- (-4 *4 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-111))
- (-5 *1 (-892 *4 *5 *6 *7 *8))))
+ (|partial| -12 (-5 *3 (-934 *4)) (-4 *4 (-1031)) (-4 *4 (-601 *2))
+ (-5 *2 (-373)) (-5 *1 (-771 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-934 *5)) (-5 *4 (-903)) (-4 *5 (-1031))
+ (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-330 (-401 (-552)) *4 *5 *6))
- (-4 *4 (-1213 (-401 (-552)))) (-4 *5 (-1213 (-401 *4)))
- (-4 *6 (-336 (-401 (-552)) *4 *5)) (-5 *2 (-111))
- (-5 *1 (-893 *4 *5 *6)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *3 (-629 (-855)))
- (-5 *1 (-461)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1090)) (-4 *3 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-424 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3))
- (-4 *3 (-1078))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-629 *1)) (-4 *1 (-930 *3 *4 *5))))
+ (|partial| -12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545))
+ (-4 *4 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-903)) (-4 *5 (-545))
+ (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030))
- (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-629 *3))
- (-5 *1 (-931 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-357)
- (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $))
- (-15 -4026 (*7 $))))))))
-(((*1 *2 *3 *4 *5 *3 *6 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-166 (-220))) (-5 *6 (-1136))
- (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2)
- (-12
- (-5 *2 (-2 (|:| -2707 (-629 (-1154))) (|:| -3744 (-629 (-1154)))))
- (-5 *1 (-1193)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-756)) (-5 *4 (-1237 *2)) (-4 *5 (-301))
- (-4 *6 (-973 *5)) (-4 *2 (-13 (-403 *6 *7) (-1019 *6)))
- (-5 *1 (-407 *5 *6 *7 *2)) (-4 *7 (-1213 *6)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *5 (-1019 (-48)))
- (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-4 *5 (-424 *4))
- (-5 *2 (-412 (-1150 (-48)))) (-5 *1 (-429 *4 *5 *3))
- (-4 *3 (-1213 *5)))))
+ (|partial| -12 (-5 *3 (-310 *4)) (-4 *4 (-545)) (-4 *4 (-833))
+ (-4 *4 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-310 *5)) (-5 *4 (-903)) (-4 *5 (-545))
+ (-4 *5 (-833)) (-4 *5 (-601 *2)) (-5 *2 (-373))
+ (-5 *1 (-771 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-565))))
- ((*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-565)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-412 *3)) (-4 *3 (-544)) (-5 *1 (-413 *3)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-544)) (-4 *3 (-169))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -4199 (-629 *1))))
- (-4 *1 (-361 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-446 *3 *4 *5 *6))
- (|:| -4199 (-629 (-446 *3 *4 *5 *6)))))
- (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-111)) (-5 *5 (-1080 (-756))) (-5 *6 (-756))
- (-5 *2
- (-2 (|:| |contp| (-552))
- (|:| -3772 (-629 (-2 (|:| |irr| *3) (|:| -2277 (-552)))))))
- (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-3 (-111) (-629 *1)))
- (-4 *1 (-1050 *4 *5 *6 *3)))))
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357))
+ (-5 *2 (-2 (|:| -3557 (-401 *6)) (|:| |coeff| (-401 *6))))
+ (-5 *1 (-563 *5 *6)) (-5 *3 (-401 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-553)) (|has| *1 (-6 -4360)) (-4 *1 (-398))
+ (-5 *2 (-903)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-924 (-220)) (-220) (-220)))
- (-5 *3 (-1 (-220) (-220) (-220) (-220))) (-5 *1 (-249)))))
-(((*1 *1 *2) (-12 (-5 *2 (-310 (-166 (-373)))) (-5 *1 (-324))))
- ((*1 *1 *2) (-12 (-5 *2 (-310 (-552))) (-5 *1 (-324))))
- ((*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-5 *1 (-324))))
- ((*1 *1 *2) (-12 (-5 *2 (-310 (-678))) (-5 *1 (-324))))
- ((*1 *1 *2) (-12 (-5 *2 (-310 (-685))) (-5 *1 (-324))))
- ((*1 *1 *2) (-12 (-5 *2 (-310 (-683))) (-5 *1 (-324))))
- ((*1 *1) (-5 *1 (-324))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-629 (-673 *6))) (-5 *4 (-111)) (-5 *5 (-552))
- (-5 *2 (-673 *6)) (-5 *1 (-1010 *6)) (-4 *6 (-357)) (-4 *6 (-1030))))
+ (-12 (-5 *2 (-1238 *4)) (-5 *3 (-553)) (-4 *4 (-343))
+ (-5 *1 (-521 *4)))))
+(((*1 *1) (-12 (-4 *1 (-1027 *2)) (-4 *2 (-23)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-630 *7)) (|:| -3361 *8)))
+ (-4 *7 (-1045 *4 *5 *6)) (-4 *8 (-1051 *4 *5 *6 *7)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *8))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 (-673 *4))) (-5 *2 (-673 *4)) (-5 *1 (-1010 *4))
- (-4 *4 (-357)) (-4 *4 (-1030))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-629 (-673 *5))) (-5 *4 (-552)) (-5 *2 (-673 *5))
- (-5 *1 (-1010 *5)) (-4 *5 (-357)) (-4 *5 (-1030)))))
+ (-12 (-5 *3 (-2 (|:| |val| (-630 *7)) (|:| -3361 *8)))
+ (-4 *7 (-1045 *4 *5 *6)) (-4 *8 (-1051 *4 *5 *6 *7)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *8)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-116 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-116 *2)) (-14 *2 (-553))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-853 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-853 *2)) (-14 *2 (-553))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-553)) (-14 *3 *2) (-5 *1 (-854 *3 *4))
+ (-4 *4 (-851 *3))))
+ ((*1 *1 *1)
+ (-12 (-14 *2 (-553)) (-5 *1 (-854 *2 *3)) (-4 *3 (-851 *2))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-553)) (-4 *1 (-1200 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-1229 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1200 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-1229 *2)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-598 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4)))
- (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-271 *4 *2)))))
-(((*1 *1) (-5 *1 (-1157))))
-(((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169))))
- ((*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-357)) (-5 *2 (-629 *3)) (-5 *1 (-926 *4 *3))
- (-4 *3 (-1213 *4)))))
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *1 (-790 *4 *2)) (-4 *2 (-13 (-29 *4) (-1177) (-941)))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-845))) ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1) (-5 *1 (-845)))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1135 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-1031)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1137)) (-5 *3 (-809)) (-5 *1 (-808)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192)) (-4 *2 (-833))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-276 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-950 *2)) (-4 *2 (-833)))))
+(((*1 *1 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-545)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-1136)) (-5 *1 (-187))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1098)) (-5 *2 (-111)) (-5 *1 (-806)))))
-(((*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-220)) (-5 *1 (-299)))))
-(((*1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832))
- (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-756))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1030)) (-4 *3 (-832))
- (-4 *5 (-260 *3)) (-4 *6 (-778)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-260 *3)) (-4 *3 (-832)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-902))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-330 *4 *5 *6 *7)) (-4 *4 (-13 (-362) (-357)))
- (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5))) (-4 *7 (-336 *4 *5 *6))
- (-5 *2 (-756)) (-5 *1 (-386 *4 *5 *6 *7))))
- ((*1 *2 *1) (-12 (-4 *1 (-396)) (-5 *2 (-818 (-902)))))
- ((*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-552))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-583 *3)) (-4 *3 (-1030))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-583 *3)) (-4 *3 (-1030))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-544)) (-5 *2 (-552)) (-5 *1 (-609 *3 *4))
- (-4 *4 (-1213 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-725 *4 *3)) (-4 *4 (-1030))
- (-4 *3 (-832))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-725 *4 *3)) (-4 *4 (-1030)) (-4 *3 (-832))
- (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-850 *3)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-885 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-886 *3)) (-4 *3 (-1078))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4))
- (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6)))
- (-4 *8 (-336 *5 *6 *7))
- (-4 *4 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-756))
- (-5 *1 (-892 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-330 (-401 (-552)) *4 *5 *6))
- (-4 *4 (-1213 (-401 (-552)))) (-4 *5 (-1213 (-401 *4)))
- (-4 *6 (-336 (-401 (-552)) *4 *5)) (-5 *2 (-756))
- (-5 *1 (-893 *4 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-330 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-357))
- (-4 *7 (-1213 *6)) (-4 *4 (-1213 (-401 *7))) (-4 *8 (-336 *6 *7 *4))
- (-4 *9 (-13 (-362) (-357))) (-5 *2 (-756))
- (-5 *1 (-999 *6 *7 *4 *8 *9))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1213 *3)) (-4 *3 (-1030)) (-4 *3 (-544))
- (-5 *2 (-756))))
- ((*1 *2 *1 *2)
- (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))))
-(((*1 *1 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301)))))
-(((*1 *2 *1 *1)
(-12
(-5 *2
- (-2 (|:| -4158 *3) (|:| |gap| (-756)) (|:| -3713 (-767 *3))
- (|:| -4186 (-767 *3))))
- (-5 *1 (-767 *3)) (-4 *3 (-1030))))
- ((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832))
+ (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))
+ (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *3 *4)
+ (-12
(-5 *2
- (-2 (|:| -4158 *1) (|:| |gap| (-756)) (|:| -3713 *1)
- (|:| -4186 *1)))
- (-4 *1 (-1044 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
+ (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))
+ (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553)))
+ (-5 *4 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))))
+ ((*1 *2 *3 *4)
+ (-12
(-5 *2
- (-2 (|:| -4158 *1) (|:| |gap| (-756)) (|:| -3713 *1)
- (|:| -4186 *1)))
- (-4 *1 (-1044 *3 *4 *5)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-756)) (-5 *2 (-111)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-343)) (-4 *4 (-323 *3)) (-4 *5 (-1213 *4))
- (-5 *1 (-762 *3 *4 *5 *2 *6)) (-4 *2 (-1213 *5)) (-14 *6 (-902))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-4 *3 (-362))))
- ((*1 *1 *1) (-12 (-4 *1 (-1256 *2)) (-4 *2 (-357)) (-4 *2 (-362)))))
-(((*1 *2 *1) (-12 (-4 *3 (-1191)) (-5 *2 (-629 *1)) (-4 *1 (-991 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-1072 (-401 (-552))))) (-5 *1 (-257))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-257)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *4)) (-4 *4 (-832)) (-5 *2 (-629 (-648 *4 *5)))
- (-5 *1 (-613 *4 *5 *6)) (-4 *5 (-13 (-169) (-702 (-401 (-552)))))
- (-14 *6 (-902)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1063)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-401 (-552))) (-5 *1 (-220))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-401 (-552))) (-5 *1 (-220))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-401 (-552))) (-5 *1 (-373))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-401 (-552))) (-5 *1 (-373)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-357))
+ (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))
+ (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553))) (-5 *4 (-401 (-553)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-401 (-553)))
+ (-5 *2 (-630 (-2 (|:| -3413 *5) (|:| -3425 *5)))) (-5 *1 (-1002 *3))
+ (-4 *3 (-1214 (-553))) (-5 *4 (-2 (|:| -3413 *5) (|:| -3425 *5)))))
+ ((*1 *2 *3)
+ (-12
(-5 *2
- (-2 (|:| A (-673 *5))
- (|:| |eqs|
- (-629
- (-2 (|:| C (-673 *5)) (|:| |g| (-1237 *5)) (|:| -2771 *6)
- (|:| |rh| *5))))))
- (-5 *1 (-798 *5 *6)) (-5 *3 (-673 *5)) (-5 *4 (-1237 *5))
- (-4 *6 (-640 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-357)) (-4 *6 (-640 *5))
- (-5 *2 (-2 (|:| -2325 (-673 *6)) (|:| |vec| (-1237 *5))))
- (-5 *1 (-798 *5 *6)) (-5 *3 (-673 *6)) (-5 *4 (-1237 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3)
- (-12 (|has| *6 (-6 -4369)) (-4 *4 (-357)) (-4 *5 (-367 *4))
- (-4 *6 (-367 *4)) (-5 *2 (-629 *6)) (-5 *1 (-513 *4 *5 *6 *3))
- (-4 *3 (-671 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (|has| *9 (-6 -4369)) (-4 *4 (-544)) (-4 *5 (-367 *4))
- (-4 *6 (-367 *4)) (-4 *7 (-973 *4)) (-4 *8 (-367 *7))
- (-4 *9 (-367 *7)) (-5 *2 (-629 *6))
- (-5 *1 (-514 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-671 *4 *5 *6))
- (-4 *10 (-671 *7 *8 *9))))
+ (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))
+ (-5 *1 (-1003 *3)) (-4 *3 (-1214 (-401 (-553))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))
+ (-5 *1 (-1003 *3)) (-4 *3 (-1214 (-401 (-553))))
+ (-5 *4 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-401 (-553)))
+ (-5 *2 (-630 (-2 (|:| -3413 *4) (|:| -3425 *4)))) (-5 *1 (-1003 *3))
+ (-4 *3 (-1214 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-401 (-553)))
+ (-5 *2 (-630 (-2 (|:| -3413 *5) (|:| -3425 *5)))) (-5 *1 (-1003 *3))
+ (-4 *3 (-1214 *5)) (-5 *4 (-2 (|:| -3413 *5) (|:| -3425 *5))))))
+(((*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-630 (-630 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-630 (-630 *5)))))
((*1 *2 *1)
- (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-4 *3 (-544)) (-5 *2 (-629 *5))))
+ (-12 (-5 *2 (-630 (-630 *3))) (-5 *1 (-1164 *3)) (-4 *3 (-1079)))))
+(((*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-154)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
+(((*1 *1 *1) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-833)) (-4 *3 (-169))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-614 *2 *3 *4)) (-4 *2 (-833))
+ (-4 *3 (-13 (-169) (-703 (-401 (-553))))) (-14 *4 (-903))))
+ ((*1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-510)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-757)) (-4 *1 (-1214 *4)) (-4 *4 (-1031))
+ (-5 *2 (-1238 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-445) (-144))) (-5 *2 (-412 *3))
+ (-5 *1 (-99 *4 *3)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-13 (-445) (-144)))
+ (-5 *2 (-412 *3)) (-5 *1 (-99 *5 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
+ (-5 *1 (-574 *3)) (-4 *3 (-357)))))
+(((*1 *1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-599 (-48)))) (-5 *1 (-48))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-599 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1151 (-48))) (-5 *3 (-630 (-599 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1151 (-48))) (-5 *3 (-599 (-48))) (-5 *1 (-48))))
+ ((*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169))))
((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *4 (-169)) (-4 *5 (-367 *4))
- (-4 *6 (-367 *4)) (-5 *2 (-629 *6)) (-5 *1 (-672 *4 *5 *6 *3))
- (-4 *3 (-671 *4 *5 *6))))
+ (-12 (-4 *2 (-13 (-357) (-831))) (-5 *1 (-178 *2 *3))
+ (-4 *3 (-1214 (-166 *2)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-903)) (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))))
+ ((*1 *2 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-357))))
((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-544))
- (-5 *2 (-629 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-5 *3 (-1 (-111) *5 *5)) (-4 *5 (-13 (-1078) (-34)))
- (-5 *2 (-111)) (-5 *1 (-1118 *4 *5)) (-4 *4 (-13 (-1078) (-34))))))
+ (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1214 *2)) (-4 *2 (-169))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1214 *2)) (-4 *2 (-974 *3)) (-5 *1 (-407 *3 *2 *4 *5))
+ (-4 *3 (-301)) (-4 *5 (-13 (-403 *2 *4) (-1020 *2)))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1214 *2)) (-4 *2 (-974 *3))
+ (-5 *1 (-408 *3 *2 *4 *5 *6)) (-4 *3 (-301)) (-4 *5 (-403 *2 *4))
+ (-14 *6 (-1238 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-903)) (-4 *5 (-1031))
+ (-4 *2 (-13 (-398) (-1020 *5) (-357) (-1177) (-278)))
+ (-5 *1 (-436 *5 *3 *2)) (-4 *3 (-1214 *5))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-599 (-488)))) (-5 *1 (-488))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-599 (-488))) (-5 *1 (-488))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1151 (-488))) (-5 *3 (-630 (-599 (-488))))
+ (-5 *1 (-488))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1151 (-488))) (-5 *3 (-599 (-488))) (-5 *1 (-488))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1238 *4)) (-5 *3 (-903)) (-4 *4 (-343))
+ (-5 *1 (-521 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-445)) (-4 *5 (-710 *4 *2)) (-4 *2 (-1214 *4))
+ (-5 *1 (-761 *4 *2 *5 *3)) (-4 *3 (-1214 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169))))
+ ((*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169))))
+ ((*1 *1 *1) (-4 *1 (-1040))))
+(((*1 *2 *2) (-12 (-5 *2 (-674 *3)) (-4 *3 (-301)) (-5 *1 (-685 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
+ (-14 *6 (-630 (-1155))) (-5 *2 (-630 (-1028 *5 *6)))
+ (-5 *1 (-615 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-211 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))))
+(((*1 *1) (-5 *1 (-154)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))))
+(((*1 *1 *1 *1) (-4 *1 (-538))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-445))
- (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-958 *3 *4 *5 *6)))))
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-725 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552)))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
+ (-12 (-5 *3 (-310 (-220))) (-5 *2 (-401 (-553))) (-5 *1 (-299)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-903)) (-5 *1 (-772)))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1228 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-870 *4 *5)) (-5 *3 (-870 *4 *6)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-650 *5)) (-5 *1 (-866 *4 *5 *6)))))
+ (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1229 *3)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-887 *4)) (-4 *4 (-1079)) (-5 *2 (-630 (-757)))
+ (-5 *1 (-886 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1072 *3)) (-4 *3 (-1192)) (-5 *2 (-553)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158))))
+ ((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1158)))))
+(((*1 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-362)) (-4 *2 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 *4)) (-4 *4 (-1079)) (-5 *2 (-1243))
+ (-5 *1 (-1193 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *4)) (-4 *4 (-1079)) (-5 *2 (-1243))
+ (-5 *1 (-1193 *4)))))
+(((*1 *1) (-5 *1 (-138))) ((*1 *1 *1) (-5 *1 (-141)))
+ ((*1 *1 *1) (-4 *1 (-1123))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1155)) (-5 *2 (-1 (-1151 (-934 *4)) (-934 *4)))
+ (-5 *1 (-1246 *4)) (-4 *4 (-357)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-111)) (-5 *1 (-39 *3)) (-4 *3 (-1214 (-48))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-343))
- (-5 *2
- (-2 (|:| |cont| *5)
- (|:| -3772 (-629 (-2 (|:| |irr| *3) (|:| -2277 (-552)))))))
- (-5 *1 (-211 *5 *3)) (-4 *3 (-1213 *5)))))
+ (-12 (-5 *3 (-638 (-401 *6))) (-5 *4 (-1 (-630 *5) *6))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *6 (-1214 *5)) (-5 *2 (-630 (-401 *6))) (-5 *1 (-798 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-638 (-401 *7))) (-5 *4 (-1 (-630 *6) *7))
+ (-5 *5 (-1 (-412 *7) *7))
+ (-4 *6 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *7 (-1214 *6)) (-5 *2 (-630 (-401 *7))) (-5 *1 (-798 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-639 *6 (-401 *6))) (-5 *4 (-1 (-630 *5) *6))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *6 (-1214 *5)) (-5 *2 (-630 (-401 *6))) (-5 *1 (-798 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-639 *7 (-401 *7))) (-5 *4 (-1 (-630 *6) *7))
+ (-5 *5 (-1 (-412 *7) *7))
+ (-4 *6 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *7 (-1214 *6)) (-5 *2 (-630 (-401 *7))) (-5 *1 (-798 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-638 (-401 *5))) (-4 *5 (-1214 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-5 *2 (-630 (-401 *5))) (-5 *1 (-798 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-638 (-401 *6))) (-5 *4 (-1 (-412 *6) *6))
+ (-4 *6 (-1214 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-5 *2 (-630 (-401 *6))) (-5 *1 (-798 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-639 *5 (-401 *5))) (-4 *5 (-1214 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-5 *2 (-630 (-401 *5))) (-5 *1 (-798 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-639 *6 (-401 *6))) (-5 *4 (-1 (-412 *6) *6))
+ (-4 *6 (-1214 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-5 *2 (-630 (-401 *6))) (-5 *1 (-798 *5 *6)))))
+(((*1 *2 *3 *4 *4 *3)
+ (|partial| -12 (-5 *4 (-599 *3))
+ (-4 *3 (-13 (-424 *5) (-27) (-1177)))
+ (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3)))
+ (-5 *1 (-555 *5 *3 *6)) (-4 *6 (-1079)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-445)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-854 (-947 *3) (-947 *3))) (-5 *1 (-947 *3))
- (-4 *3 (-948)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1071 *3)) (-4 *3 (-1191)) (-5 *2 (-552)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-1030)) (-4 *1 (-1213 *3)))))
+ (-12 (-4 *2 (-1079)) (-5 *1 (-946 *2 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-166 *4)) (-5 *1 (-178 *4 *3))
+ (-4 *4 (-13 (-357) (-831))) (-4 *3 (-1214 *2)))))
+(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))))
+(((*1 *2 *2 *3)
+ (|partial| -12
+ (-5 *3 (-630 (-2 (|:| |func| *2) (|:| |pole| (-111)))))
+ (-4 *2 (-13 (-424 *4) (-984))) (-4 *4 (-13 (-833) (-545)))
+ (-5 *1 (-270 *4 *2)))))
(((*1 *2 *1 *1)
- (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-52)) (-5 *1 (-1169)))))
+ (-12 (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-301))))
+ ((*1 *2 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-380 *3)) (|:| |rm| (-380 *3))))
+ (-5 *1 (-380 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -4294 (-757)) (|:| -3300 (-757))))
+ (-5 *1 (-757))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-111))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-908))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-220) (-220) (-220)))
+ (-5 *4 (-3 (-1 (-220) (-220) (-220) (-220)) "undefined"))
+ (-5 *5 (-1073 (-220))) (-5 *6 (-630 (-257))) (-5 *2 (-1112 (-220)))
+ (-5 *1 (-682))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-220)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-682))))
+ ((*1 *2 *2 *3 *4 *4 *5)
+ (-12 (-5 *2 (-1112 (-220))) (-5 *3 (-1 (-925 (-220)) (-220) (-220)))
+ (-5 *4 (-1073 (-220))) (-5 *5 (-630 (-257))) (-5 *1 (-682)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-442 *4 *5 *6 *2)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-269)))))
+(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-630 (-1009 *5 *6 *7 *3))) (-5 *1 (-1009 *5 *6 *7 *3))
+ (-4 *3 (-1045 *5 *6 *7))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-630 *6)) (-4 *1 (-1051 *3 *4 *5 *6)) (-4 *3 (-445))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-1051 *3 *4 *5 *2)) (-4 *3 (-445)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5))))
+ ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-630 (-1125 *5 *6 *7 *3))) (-5 *1 (-1125 *5 *6 *7 *3))
+ (-4 *3 (-1045 *5 *6 *7)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-756)) (-5 *3 (-924 *5)) (-4 *5 (-1030))
- (-5 *1 (-1142 *4 *5)) (-14 *4 (-902))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-756))) (-5 *3 (-756)) (-5 *1 (-1142 *4 *5))
- (-14 *4 (-902)) (-4 *5 (-1030))))
+ (-12 (-5 *3 (-1 (-630 *2) *2 *2 *2)) (-4 *2 (-1079))
+ (-5 *1 (-102 *2))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-756))) (-5 *3 (-924 *5)) (-4 *5 (-1030))
- (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-756)) (-5 *1 (-768 *2)) (-4 *2 (-38 (-401 (-552))))
- (-4 *2 (-169)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-756)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
- (-5 *1 (-513 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3))
- (-4 *3 (-1078)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-673 *7)) (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *6 *5))
- (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778)) (-5 *1 (-905 *4 *5 *6 *7)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-744)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-629 (-552))) (-5 *3 (-673 (-552))) (-5 *1 (-1088)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 (-629 *7) *7 (-1150 *7))) (-5 *5 (-1 (-412 *7) *7))
- (-4 *7 (-1213 *6)) (-4 *6 (-13 (-357) (-144) (-1019 (-401 (-552)))))
- (-5 *2 (-629 (-2 (|:| |frac| (-401 *7)) (|:| -2771 *3))))
- (-5 *1 (-794 *6 *7 *3 *8)) (-4 *3 (-640 *7))
- (-4 *8 (-640 (-401 *7)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1213 *5))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-5 *2
- (-629 (-2 (|:| |frac| (-401 *6)) (|:| -2771 (-638 *6 (-401 *6))))))
- (-5 *1 (-797 *5 *6)) (-5 *3 (-638 *6 (-401 *6))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-629 *7)) (|:| |badPols| (-629 *7))))
- (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3301 *4)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *3 *2)
- (|partial| -12 (-5 *3 (-902)) (-5 *1 (-435 *2))
- (-4 *2 (-1213 (-552)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-902)) (-5 *4 (-756)) (-5 *1 (-435 *2))
- (-4 *2 (-1213 (-552)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-902)) (-5 *4 (-629 (-756))) (-5 *1 (-435 *2))
- (-4 *2 (-1213 (-552)))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *3 (-902)) (-5 *4 (-629 (-756))) (-5 *5 (-756))
- (-5 *1 (-435 *2)) (-4 *2 (-1213 (-552)))))
- ((*1 *2 *3 *2 *4 *5 *6)
- (|partial| -12 (-5 *3 (-902)) (-5 *4 (-629 (-756))) (-5 *5 (-756))
- (-5 *6 (-111)) (-5 *1 (-435 *2)) (-4 *2 (-1213 (-552)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-412 *2)) (-4 *2 (-1213 *5))
- (-5 *1 (-437 *5 *2)) (-4 *5 (-1030)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-546 *2)) (-4 *2 (-537)))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1079)) (-5 *1 (-102 *2)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1237 *4)) (-4 *4 (-411 *3)) (-4 *3 (-301))
- (-4 *3 (-544)) (-5 *1 (-43 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-4 *4 (-357)) (-5 *2 (-1237 *1))
- (-4 *1 (-323 *4))))
- ((*1 *2) (-12 (-4 *3 (-357)) (-5 *2 (-1237 *1)) (-4 *1 (-323 *3))))
- ((*1 *2)
- (-12 (-4 *3 (-169)) (-4 *4 (-1213 *3)) (-5 *2 (-1237 *1))
- (-4 *1 (-403 *3 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-301)) (-4 *4 (-973 *3)) (-4 *5 (-1213 *4))
- (-5 *2 (-1237 *6)) (-5 *1 (-407 *3 *4 *5 *6))
- (-4 *6 (-13 (-403 *4 *5) (-1019 *4)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-301)) (-4 *4 (-973 *3)) (-4 *5 (-1213 *4))
- (-5 *2 (-1237 *6)) (-5 *1 (-408 *3 *4 *5 *6 *7))
- (-4 *6 (-403 *4 *5)) (-14 *7 *2)))
- ((*1 *2) (-12 (-4 *3 (-169)) (-5 *2 (-1237 *1)) (-4 *1 (-411 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1237 (-1237 *4))) (-5 *1 (-520 *4))
- (-4 *4 (-343)))))
+ (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)))) (-5 *1 (-183 *3 *2))
+ (-4 *2 (-13 (-27) (-1177) (-424 (-166 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-545) (-833) (-1020 (-553))))
+ (-5 *1 (-183 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 (-166 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-1181 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1135 (-401 *3))) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-124 *2)) (-4 *2 (-1079)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-756)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-778)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-832))
- (-5 *2 (-111)) (-5 *1 (-442 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-630 *7)) (|:| |badPols| (-630 *7))))
+ (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))))
(((*1 *2)
- (-12 (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4)))
- (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5))))
+ (-12 (-4 *4 (-169)) (-5 *2 (-1151 (-934 *4))) (-5 *1 (-410 *3 *4))
+ (-4 *3 (-411 *4))))
((*1 *2)
- (-12 (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-4 *4 (-1213 *3))
- (-5 *2
- (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-673 *3))))
- (-5 *1 (-344 *3 *4 *5)) (-4 *5 (-403 *3 *4))))
+ (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-4 *3 (-357))
+ (-5 *2 (-1151 (-934 *3)))))
((*1 *2)
- (-12 (-4 *3 (-1213 (-552)))
+ (-12 (-5 *2 (-1151 (-401 (-934 *3)))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-111)) (-5 *1 (-815)))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-545)) (-4 *2 (-169)))))
+(((*1 *2)
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-638 (-401 *6))) (-5 *4 (-401 *6)) (-4 *6 (-1214 *5))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
(-5 *2
- (-2 (|:| -4199 (-673 (-552))) (|:| |basisDen| (-552))
- (|:| |basisInv| (-673 (-552)))))
- (-5 *1 (-753 *3 *4)) (-4 *4 (-403 (-552) *3))))
- ((*1 *2)
- (-12 (-4 *3 (-343)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 *4))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4))))
+ (-5 *1 (-796 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-638 (-401 *6))) (-4 *6 (-1214 *5))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-5 *2 (-2 (|:| -3428 (-630 (-401 *6))) (|:| -1317 (-674 *5))))
+ (-5 *1 (-796 *5 *6)) (-5 *4 (-630 (-401 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-639 *6 (-401 *6))) (-5 *4 (-401 *6)) (-4 *6 (-1214 *5))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
(-5 *2
- (-2 (|:| -4199 (-673 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-673 *4))))
- (-5 *1 (-966 *3 *4 *5 *6)) (-4 *6 (-709 *4 *5))))
- ((*1 *2)
- (-12 (-4 *3 (-343)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 *4))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4))))
+ (-5 *1 (-796 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-639 *6 (-401 *6))) (-4 *6 (-1214 *5))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-5 *2 (-2 (|:| -3428 (-630 (-401 *6))) (|:| -1317 (-674 *5))))
+ (-5 *1 (-796 *5 *6)) (-5 *4 (-630 (-401 *6))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-445)) (-4 *4 (-806))
+ (-14 *5 (-1155)) (-5 *2 (-553)) (-5 *1 (-1093 *4 *5)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-369 *4 *2))
+ (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4370)))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-111)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-111)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-111)) (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-810)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-630 *7)) (-5 *5 (-630 (-630 *8))) (-4 *7 (-833))
+ (-4 *8 (-301)) (-4 *6 (-779)) (-4 *9 (-931 *8 *6 *7))
(-5 *2
- (-2 (|:| -4199 (-673 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-673 *4))))
- (-5 *1 (-1246 *3 *4 *5 *6)) (-4 *6 (-403 *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34)))
- (-4 *4 (-13 (-1078) (-34))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-5 *1 (-886 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-343))
- (-5 *2 (-629 (-2 (|:| |deg| (-756)) (|:| -3830 *3))))
- (-5 *1 (-211 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-124 *2)) (-4 *2 (-1078)))))
-(((*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-1030)))))
+ (-2 (|:| |unitPart| *9)
+ (|:| |suPart|
+ (-630 (-2 (|:| -3476 (-1151 *9)) (|:| -3503 (-553)))))))
+ (-5 *1 (-728 *6 *7 *8 *9)) (-5 *3 (-1151 *9)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-445))
- (-5 *2
- (-629
- (-2 (|:| |eigval| (-3 (-401 (-933 *4)) (-1143 (-1154) (-933 *4))))
- (|:| |eigmult| (-756))
- (|:| |eigvec| (-629 (-673 (-401 (-933 *4))))))))
- (-5 *1 (-286 *4)) (-5 *3 (-673 (-401 (-933 *4)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030))
- (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1260 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-828)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1134 *4)) (-5 *3 (-552)) (-4 *4 (-1030))
- (-5 *1 (-1138 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-552)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1030))
- (-14 *4 (-1154)) (-14 *5 *3))))
+ (-12 (-5 *3 (-1151 *6)) (-4 *6 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-1151 *7)) (-5 *1 (-315 *4 *5 *6 *7))
+ (-4 *7 (-931 *6 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-474 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-1030))
- (-5 *2 (-242 *4 *5)) (-5 *1 (-925 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030))
- (-5 *2 (-629 (-629 (-924 *3))))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-629 (-629 (-924 *4)))) (-5 *3 (-111)) (-4 *4 (-1030))
- (-4 *1 (-1112 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 (-629 (-924 *3)))) (-4 *3 (-1030))
- (-4 *1 (-1112 *3))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-629 (-629 (-629 *4)))) (-5 *3 (-111))
- (-4 *1 (-1112 *4)) (-4 *4 (-1030))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-629 (-629 (-924 *4)))) (-5 *3 (-111))
- (-4 *1 (-1112 *4)) (-4 *4 (-1030))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-629 (-629 (-629 *5)))) (-5 *3 (-629 (-168)))
- (-5 *4 (-168)) (-4 *1 (-1112 *5)) (-4 *5 (-1030))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-629 (-629 (-924 *5)))) (-5 *3 (-629 (-168)))
- (-5 *4 (-168)) (-4 *1 (-1112 *5)) (-4 *5 (-1030)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-957 *4 *5 *6 *3)) (-4 *4 (-1030)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-4 *4 (-544))
- (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1213 (-552))) (-5 *1 (-479 *3)))))
-(((*1 *1 *2 *3 *1 *3)
- (-12 (-5 *2 (-873 *4)) (-4 *4 (-1078)) (-5 *1 (-870 *4 *3))
- (-4 *3 (-1078)))))
-(((*1 *1 *1) (-4 *1 (-1039))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))))
-(((*1 *1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-111)) (-5 *1 (-582 *3)) (-4 *3 (-1030)))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
+ (-12 (-5 *2 (-1135 (-553))) (-5 *1 (-1139 *4)) (-4 *4 (-1031))
+ (-5 *3 (-553)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-31))))
+ ((*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-903)))) ((*1 *1) (-4 *1 (-538)))
+ ((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-684))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-1213 *4)) (-5 *1 (-531 *4 *2 *5 *6))
- (-4 *4 (-301)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-756))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-5 *2 (-111)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 (-933 *4))) (-5 *3 (-629 (-1154))) (-4 *4 (-445))
- (-5 *1 (-899 *4)))))
+ (-12 (-5 *3 (-630 *4)) (-4 *4 (-1031)) (-5 *2 (-1238 *4))
+ (-5 *1 (-1156 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-903)) (-5 *2 (-1238 *3)) (-5 *1 (-1156 *3))
+ (-4 *3 (-1031)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 *4))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-31))))
- ((*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-902)))) ((*1 *1) (-4 *1 (-537)))
- ((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-683))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-220)) (-5 *4 (-552))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1016))
- (-5 *1 (-733)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))))
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
+ (-5 *1 (-762 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-301)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
+ (-5 *1 (-1103 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))))
(((*1 *1)
- (-12 (-4 *3 (-1078)) (-5 *1 (-866 *2 *3 *4)) (-4 *2 (-1078))
- (-4 *4 (-650 *3))))
- ((*1 *1) (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
+ (-12 (-4 *3 (-1079)) (-5 *1 (-867 *2 *3 *4)) (-4 *2 (-1079))
+ (-4 *4 (-651 *3))))
+ ((*1 *1) (-12 (-5 *1 (-871 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 (-925 *4))) (-4 *1 (-1113 *4)) (-4 *4 (-1031))
+ (-5 *2 (-757)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-667 *3)) (-4 *3 (-1079)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))))
-(((*1 *2 *2 *2 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-598 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1154)))
- (-4 *2 (-13 (-424 *5) (-27) (-1176)))
- (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *1 (-554 *5 *2 *6)) (-4 *6 (-1078)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1156 (-401 (-552)))) (-5 *2 (-401 (-552)))
- (-5 *1 (-185)))))
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-674 *5))) (-5 *4 (-553)) (-4 *5 (-357))
+ (-4 *5 (-1031)) (-5 *2 (-111)) (-5 *1 (-1011 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-674 *4))) (-4 *4 (-357)) (-4 *4 (-1031))
+ (-5 *2 (-111)) (-5 *1 (-1011 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030))
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031))
(-5 *2
- (-2 (|:| -3653 (-756)) (|:| |curves| (-756))
- (|:| |polygons| (-756)) (|:| |constructs| (-756)))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1040 (-1005 *4) (-1150 (-1005 *4)))) (-5 *3 (-844))
- (-5 *1 (-1005 *4)) (-4 *4 (-13 (-830) (-357) (-1003))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1078)) (-4 *2 (-881 *5)) (-5 *1 (-676 *5 *2 *3 *4))
- (-4 *3 (-367 *2)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4368)))))))
-(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 (-673 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
+ (-2 (|:| -1838 (-757)) (|:| |curves| (-757))
+ (|:| |polygons| (-757)) (|:| |constructs| (-757)))))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-220) (-220) (-220)))
+ (-5 *4 (-1 (-220) (-220) (-220) (-220)))
+ (-5 *2 (-1 (-925 (-220)) (-220) (-220))) (-5 *1 (-682)))))
+(((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-251)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3301 *4)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
+ (-12 (-4 *4 (-1031)) (-4 *2 (-672 *4 *5 *6))
+ (-5 *1 (-103 *4 *3 *2 *5 *6)) (-4 *3 (-1214 *4)) (-4 *5 (-367 *4))
+ (-4 *6 (-367 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-807)) (-5 *2 (-52)) (-5 *1 (-817)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1261 *4 *2)) (-4 *1 (-368 *4 *2)) (-4 *4 (-832))
+ (-12 (-5 *3 (-1262 *4 *2)) (-4 *1 (-368 *4 *2)) (-4 *4 (-833))
(-4 *2 (-169))))
((*1 *2 *1 *1)
- (-12 (-4 *1 (-1254 *3 *2)) (-4 *3 (-832)) (-4 *2 (-1030))))
+ (-12 (-4 *1 (-1255 *3 *2)) (-4 *3 (-833)) (-4 *2 (-1031))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-804 *4)) (-4 *1 (-1254 *4 *2)) (-4 *4 (-832))
- (-4 *2 (-1030))))
+ (-12 (-5 *3 (-805 *4)) (-4 *1 (-1255 *4 *2)) (-4 *4 (-833))
+ (-4 *2 (-1031))))
((*1 *2 *1 *3)
- (-12 (-4 *2 (-1030)) (-5 *1 (-1260 *2 *3)) (-4 *3 (-828)))))
-(((*1 *1 *1) (-4 *1 (-1039)))
- ((*1 *1 *1 *2 *2)
- (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))))
+ (-12 (-4 *2 (-1031)) (-5 *1 (-1261 *2 *3)) (-4 *3 (-829)))))
+(((*1 *1 *1) (-5 *1 (-1043))))
(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
- (-5 *1 (-513 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-544)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
- (-4 *7 (-973 *4)) (-4 *2 (-671 *7 *8 *9))
- (-5 *1 (-514 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-671 *4 *5 *6))
- (-4 *8 (-367 *7)) (-4 *9 (-367 *7))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030))
- (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-357))))
+ (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-32 *3 *4))
+ (-4 *4 (-424 *3))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-757)) (-5 *1 (-113))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-113))))
((*1 *2 *2)
- (|partial| -12 (-4 *3 (-357)) (-4 *3 (-169)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *1 (-672 *3 *4 *5 *2))
- (-4 *2 (-671 *3 *4 *5))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-673 *2)) (-4 *2 (-357)) (-4 *2 (-1030))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1101 *2 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-233 *2 *3)) (-4 *5 (-233 *2 *3)) (-4 *3 (-357))))
- ((*1 *2 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-1162 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *4)) (-4 *4 (-1030)) (-4 *2 (-1213 *4))
- (-5 *1 (-437 *4 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-401 (-1150 (-310 *5)))) (-5 *3 (-1237 (-310 *5)))
- (-5 *4 (-552)) (-4 *5 (-13 (-544) (-832))) (-5 *1 (-1108 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-401 (-933 (-552)))))
- (-5 *2 (-629 (-629 (-288 (-933 *4))))) (-5 *1 (-374 *4))
- (-4 *4 (-13 (-830) (-357)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-288 (-401 (-933 (-552))))))
- (-5 *2 (-629 (-629 (-288 (-933 *4))))) (-5 *1 (-374 *4))
- (-4 *4 (-13 (-830) (-357)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 (-552)))) (-5 *2 (-629 (-288 (-933 *4))))
- (-5 *1 (-374 *4)) (-4 *4 (-13 (-830) (-357)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-288 (-401 (-933 (-552)))))
- (-5 *2 (-629 (-288 (-933 *4)))) (-5 *1 (-374 *4))
- (-4 *4 (-13 (-830) (-357)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1154))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-4 *4 (-13 (-29 *6) (-1176) (-940)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -4199 (-629 *4))))
- (-5 *1 (-636 *6 *4 *3)) (-4 *3 (-640 *4))))
- ((*1 *2 *3 *2 *4 *2 *5)
- (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-629 *2))
- (-4 *2 (-13 (-29 *6) (-1176) (-940)))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *1 (-636 *6 *2 *3)) (-4 *3 (-640 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *5)) (-4 *5 (-357))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1237 *5) "failed"))
- (|:| -4199 (-629 (-1237 *5)))))
- (-5 *1 (-651 *5)) (-5 *4 (-1237 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-629 *5))) (-4 *5 (-357))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1237 *5) "failed"))
- (|:| -4199 (-629 (-1237 *5)))))
- (-5 *1 (-651 *5)) (-5 *4 (-1237 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *5)) (-4 *5 (-357))
- (-5 *2
- (-629
- (-2 (|:| |particular| (-3 (-1237 *5) "failed"))
- (|:| -4199 (-629 (-1237 *5))))))
- (-5 *1 (-651 *5)) (-5 *4 (-629 (-1237 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-629 *5))) (-4 *5 (-357))
- (-5 *2
- (-629
- (-2 (|:| |particular| (-3 (-1237 *5) "failed"))
- (|:| -4199 (-629 (-1237 *5))))))
- (-5 *1 (-651 *5)) (-5 *4 (-629 (-1237 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4369))))
- (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4))))
- (-5 *1 (-652 *5 *6 *4 *3)) (-4 *3 (-671 *5 *6 *4))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4369))))
- (-4 *7 (-13 (-367 *5) (-10 -7 (-6 -4369))))
- (-5 *2
- (-629
- (-2 (|:| |particular| (-3 *7 "failed")) (|:| -4199 (-629 *7)))))
- (-5 *1 (-652 *5 *6 *7 *3)) (-5 *4 (-629 *7))
- (-4 *3 (-671 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-629 (-1154))) (-4 *5 (-544))
- (-5 *2 (-629 (-629 (-288 (-401 (-933 *5)))))) (-5 *1 (-755 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-544))
- (-5 *2 (-629 (-629 (-288 (-401 (-933 *4)))))) (-5 *1 (-755 *4))))
- ((*1 *2 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-113)) (-5 *4 (-1154))
- (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *1 (-757 *5 *2)) (-4 *2 (-13 (-29 *5) (-1176) (-940)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-673 *7)) (-5 *5 (-1154))
- (-4 *7 (-13 (-29 *6) (-1176) (-940)))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2
- (-2 (|:| |particular| (-1237 *7)) (|:| -4199 (-629 (-1237 *7)))))
- (-5 *1 (-787 *6 *7)) (-5 *4 (-1237 *7))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-673 *6)) (-5 *4 (-1154))
- (-4 *6 (-13 (-29 *5) (-1176) (-940)))
- (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2 (-629 (-1237 *6))) (-5 *1 (-787 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-629 (-288 *7))) (-5 *4 (-629 (-113)))
- (-5 *5 (-1154)) (-4 *7 (-13 (-29 *6) (-1176) (-940)))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2
- (-2 (|:| |particular| (-1237 *7)) (|:| -4199 (-629 (-1237 *7)))))
- (-5 *1 (-787 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-629 *7)) (-5 *4 (-629 (-113)))
- (-5 *5 (-1154)) (-4 *7 (-13 (-29 *6) (-1176) (-940)))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2
- (-2 (|:| |particular| (-1237 *7)) (|:| -4199 (-629 (-1237 *7)))))
- (-5 *1 (-787 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-288 *7)) (-5 *4 (-113)) (-5 *5 (-1154))
- (-4 *7 (-13 (-29 *6) (-1176) (-940)))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2
- (-3 (-2 (|:| |particular| *7) (|:| -4199 (-629 *7))) *7 "failed"))
- (-5 *1 (-787 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-113)) (-5 *5 (-1154))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2
- (-3 (-2 (|:| |particular| *3) (|:| -4199 (-629 *3))) *3 "failed"))
- (-5 *1 (-787 *6 *3)) (-4 *3 (-13 (-29 *6) (-1176) (-940)))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-288 *2)) (-5 *4 (-113)) (-5 *5 (-629 *2))
- (-4 *2 (-13 (-29 *6) (-1176) (-940))) (-5 *1 (-787 *6 *2))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))))
- ((*1 *2 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-113)) (-5 *4 (-288 *2)) (-5 *5 (-629 *2))
- (-4 *2 (-13 (-29 *6) (-1176) (-940)))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *1 (-787 *6 *2))))
- ((*1 *2 *3) (-12 (-5 *3 (-793)) (-5 *2 (-1016)) (-5 *1 (-790))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-793)) (-5 *4 (-1042)) (-5 *2 (-1016)) (-5 *1 (-790))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1237 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-629 *4))
- (-5 *2 (-1016)) (-5 *1 (-790))))
- ((*1 *2 *3 *4 *4 *5 *4)
- (-12 (-5 *3 (-1237 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-629 *4))
- (-5 *2 (-1016)) (-5 *1 (-790))))
- ((*1 *2 *3 *4 *4 *5 *6 *4)
- (-12 (-5 *3 (-1237 (-310 *4))) (-5 *5 (-629 (-373)))
- (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1016)) (-5 *1 (-790))))
- ((*1 *2 *3 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1237 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-629 *4))
- (-5 *2 (-1016)) (-5 *1 (-790))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
- (-12 (-5 *3 (-1237 (-310 *4))) (-5 *5 (-629 (-373)))
- (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1016)) (-5 *1 (-790))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
- (-12 (-5 *3 (-1237 (-310 *4))) (-5 *5 (-629 (-373)))
- (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1016)) (-5 *1 (-790))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12
- (-5 *5
- (-1
- (-3 (-2 (|:| |particular| *6) (|:| -4199 (-629 *6))) "failed")
- *7 *6))
- (-4 *6 (-357)) (-4 *7 (-640 *6))
- (-5 *2 (-2 (|:| |particular| (-1237 *6)) (|:| -4199 (-673 *6))))
- (-5 *1 (-798 *6 *7)) (-5 *3 (-673 *6)) (-5 *4 (-1237 *6))))
- ((*1 *2 *3) (-12 (-5 *3 (-879)) (-5 *2 (-1016)) (-5 *1 (-878))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-879)) (-5 *4 (-1042)) (-5 *2 (-1016)) (-5 *1 (-878))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
- (-12 (-5 *4 (-756)) (-5 *6 (-629 (-629 (-310 *3)))) (-5 *7 (-1136))
- (-5 *8 (-220)) (-5 *5 (-629 (-310 (-373)))) (-5 *3 (-373))
- (-5 *2 (-1016)) (-5 *1 (-878))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *4 (-756)) (-5 *6 (-629 (-629 (-310 *3)))) (-5 *7 (-1136))
- (-5 *5 (-629 (-310 (-373)))) (-5 *3 (-373)) (-5 *2 (-1016))
- (-5 *1 (-878))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-933 (-401 (-552)))) (-5 *2 (-629 (-373)))
- (-5 *1 (-1004)) (-5 *4 (-373))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-933 (-552))) (-5 *2 (-629 (-373))) (-5 *1 (-1004))
- (-5 *4 (-373))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2 (-629 (-288 (-310 *4)))) (-5 *1 (-1109 *4))
- (-5 *3 (-310 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2 (-629 (-288 (-310 *4)))) (-5 *1 (-1109 *4))
- (-5 *3 (-288 (-310 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154))
- (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2 (-629 (-288 (-310 *5)))) (-5 *1 (-1109 *5))
- (-5 *3 (-288 (-310 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154))
- (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2 (-629 (-288 (-310 *5)))) (-5 *1 (-1109 *5))
- (-5 *3 (-310 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-1154)))
- (-4 *5 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2 (-629 (-629 (-288 (-310 *5))))) (-5 *1 (-1109 *5))
- (-5 *3 (-629 (-288 (-310 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-401 (-933 *5)))) (-5 *4 (-629 (-1154)))
- (-4 *5 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *5))))))
- (-5 *1 (-1160 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-1154))) (-4 *5 (-544))
- (-5 *2 (-629 (-629 (-288 (-401 (-933 *5)))))) (-5 *1 (-1160 *5))
- (-5 *3 (-629 (-288 (-401 (-933 *5)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-401 (-933 *4)))) (-4 *4 (-544))
- (-5 *2 (-629 (-629 (-288 (-401 (-933 *4)))))) (-5 *1 (-1160 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-629 (-629 (-288 (-401 (-933 *4))))))
- (-5 *1 (-1160 *4)) (-5 *3 (-629 (-288 (-401 (-933 *4)))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154)) (-4 *5 (-544))
- (-5 *2 (-629 (-288 (-401 (-933 *5))))) (-5 *1 (-1160 *5))
- (-5 *3 (-401 (-933 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154)) (-4 *5 (-544))
- (-5 *2 (-629 (-288 (-401 (-933 *5))))) (-5 *1 (-1160 *5))
- (-5 *3 (-288 (-401 (-933 *5))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-629 (-288 (-401 (-933 *4)))))
- (-5 *1 (-1160 *4)) (-5 *3 (-401 (-933 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-629 (-288 (-401 (-933 *4)))))
- (-5 *1 (-1160 *4)) (-5 *3 (-288 (-401 (-933 *4)))))))
-(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-544))))
- ((*1 *1 *1) (|partial| -4 *1 (-707))))
+ (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *4))
+ (-4 *4 (-424 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-113)) (-5 *1 (-160))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *4))
+ (-4 *4 (-13 (-424 *3) (-984)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-113)) (-5 *1 (-295 *3)) (-4 *3 (-296))))
+ ((*1 *2 *2) (-12 (-4 *1 (-296)) (-5 *2 (-113))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-113)) (-4 *4 (-833)) (-5 *1 (-423 *3 *4))
+ (-4 *3 (-424 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *4))
+ (-4 *4 (-424 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-113)) (-5 *1 (-599 *3)) (-4 *3 (-833))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-113)) (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *4))
+ (-4 *4 (-13 (-424 *3) (-984) (-1177)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1001)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1220 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1197 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-1190))) (-5 *3 (-1190)) (-5 *1 (-665)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-756))))
- ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-396)) (-5 *2 (-756)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1078) (-34)))
- (-4 *3 (-13 (-1078) (-34))))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-810)))))
-(((*1 *1) (-5 *1 (-1060))))
-(((*1 *2 *3) (-12 (-5 *3 (-528)) (-5 *1 (-527 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-528)))))
+ (-12 (-5 *2 (-168)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-2 (|:| |totdeg| (-757)) (|:| -4112 *4))) (-5 *5 (-757))
+ (-4 *4 (-931 *6 *7 *8)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-5 *2
+ (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-5 *1 (-442 *6 *7 *8 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))))
+(((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460))))
+ ((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460))))
+ ((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-629 (-1150 *7))) (-5 *3 (-1150 *7))
- (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-890)) (-4 *5 (-778))
- (-4 *6 (-832)) (-5 *1 (-887 *4 *5 *6 *7))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-629 (-1150 *5))) (-5 *3 (-1150 *5))
- (-4 *5 (-1213 *4)) (-4 *4 (-890)) (-5 *1 (-888 *4 *5)))))
+ (-12 (-5 *2 (-1238 (-1238 (-553)))) (-5 *3 (-903)) (-5 *1 (-459)))))
+(((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-397 *3)) (-4 *3 (-398))))
+ ((*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-397 *3)) (-4 *3 (-398))))
+ ((*1 *2 *2) (-12 (-5 *2 (-903)) (|has| *1 (-6 -4360)) (-4 *1 (-398))))
+ ((*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-903))))
+ ((*1 *2 *1) (-12 (-4 *1 (-851 *3)) (-5 *2 (-1135 (-553))))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-757)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2))
+ (-4 *2 (-1214 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-924 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 (-924 *3))) (-4 *3 (-1030)) (-4 *1 (-1112 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-924 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1237 *4)) (-5 *3 (-1098)) (-4 *4 (-343))
- (-5 *1 (-520 *4)))))
+ (-12 (-5 *2 (-845)) (-5 *1 (-1135 *3)) (-4 *3 (-1079))
+ (-4 *3 (-1192)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1238 *4)) (-4 *4 (-626 *5)) (-4 *5 (-357))
+ (-4 *5 (-545)) (-5 *2 (-1238 *5)) (-5 *1 (-625 *5 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1238 *4)) (-4 *4 (-626 *5))
+ (-4106 (-4 *5 (-357))) (-4 *5 (-545)) (-5 *2 (-1238 (-401 *5)))
+ (-5 *1 (-625 *5 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-529)) (-5 *1 (-528 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *2 (-52)) (-5 *1 (-529)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-4 *1 (-106 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-523 *3)) (-4 *3 (-13 (-712) (-25))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
+ (-5 *2 (-674 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-674 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-1157 (-401 (-553))))
+ (-5 *1 (-185)))))
+(((*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-547 *3)) (-4 *3 (-538)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-860 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-861 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-860 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-861 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-924 (-220)) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-925 (-220)) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-924 (-220)) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-925 (-220)) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-863 (-1 (-220) (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-864 (-1 (-220) (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-863 (-1 (-220) (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1111 (-220))) (-5 *1 (-249))))
+ (-12 (-5 *3 (-864 (-1 (-220) (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1112 (-220))) (-5 *1 (-249))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-860 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257)))
- (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1111 (-220)))
+ (-12 (-5 *3 (-861 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257)))
+ (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1112 (-220)))
(-5 *1 (-253 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-860 *5)) (-5 *4 (-1070 (-373)))
- (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1111 (-220)))
+ (-12 (-5 *3 (-861 *5)) (-5 *4 (-1071 (-373)))
+ (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1112 (-220)))
(-5 *1 (-253 *5))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257)))
- (-5 *2 (-1111 (-220))) (-5 *1 (-253 *3))
- (-4 *3 (-13 (-600 (-528)) (-1078)))))
+ (-12 (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257)))
+ (-5 *2 (-1112 (-220))) (-5 *1 (-253 *3))
+ (-4 *3 (-13 (-601 (-529)) (-1079)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1070 (-373))) (-5 *2 (-1111 (-220))) (-5 *1 (-253 *3))
- (-4 *3 (-13 (-600 (-528)) (-1078)))))
+ (-12 (-5 *4 (-1071 (-373))) (-5 *2 (-1112 (-220))) (-5 *1 (-253 *3))
+ (-4 *3 (-13 (-601 (-529)) (-1079)))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-863 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257)))
- (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1111 (-220)))
+ (-12 (-5 *3 (-864 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257)))
+ (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1112 (-220)))
(-5 *1 (-253 *6))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-863 *5)) (-5 *4 (-1070 (-373)))
- (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1111 (-220)))
+ (-12 (-5 *3 (-864 *5)) (-5 *4 (-1071 (-373)))
+ (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1112 (-220)))
(-5 *1 (-253 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-138))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-141)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-1150 *3)) (-5 *1 (-41 *4 *3))
- (-4 *3
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *4 (-598 $)) $))
- (-15 -4026 ((-1103 *4 (-598 $)) $))
- (-15 -3213 ($ (-1103 *4 (-598 $))))))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 *1)) (|has| *1 (-6 -4369)) (-4 *1 (-991 *3))
- (-4 *3 (-1191)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-509)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1117))))
-(((*1 *1) (-5 *1 (-1042))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-310 (-373))) (-5 *2 (-310 (-220))) (-5 *1 (-299)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1237 *4)) (-4 *4 (-625 (-552)))
- (-5 *2 (-1237 (-401 (-552)))) (-5 *1 (-1264 *4)))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-552))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-756))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-902))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3488 *4)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-1137)) (-5 *5 (-674 (-220)))
+ (-5 *2 (-1017)) (-5 *1 (-733)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-674 *4)) (-4 *4 (-1031)) (-5 *1 (-1121 *3 *4))
+ (-14 *3 (-757)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-1243)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-553))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-757))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-903))))
((*1 *1 *1 *1)
- (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756))
+ (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757))
(-4 *4 (-169))))
((*1 *1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-154))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-902)) (-5 *1 (-154))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-903)) (-5 *1 (-154))))
((*1 *2 *1 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176)))
+ (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177)))
(-5 *1 (-222 *3))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1191)) (-4 *2 (-711))))
+ (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1192)) (-4 *2 (-712))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1191)) (-4 *2 (-711))))
+ (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1192)) (-4 *2 (-712))))
((*1 *1 *2 *1)
- (-12 (-5 *1 (-288 *2)) (-4 *2 (-1090)) (-4 *2 (-1191))))
+ (-12 (-5 *1 (-288 *2)) (-4 *2 (-1091)) (-4 *2 (-1192))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-288 *2)) (-4 *2 (-1090)) (-4 *2 (-1191))))
+ (-12 (-5 *1 (-288 *2)) (-4 *2 (-1091)) (-4 *2 (-1192))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-317 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-129))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-355 *2)) (-4 *2 (-1078))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-355 *2)) (-4 *2 (-1078))))
+ (-12 (-4 *1 (-317 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-129))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-355 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-355 *2)) (-4 *2 (-1079))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-375 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-832))))
+ (-12 (-5 *1 (-375 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-833))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-1078))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1078))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1078))))
+ (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-1079))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1079))))
((*1 *1 *2 *1)
- (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169))
- (-4 *6 (-233 (-2657 *3) (-756)))
+ (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169))
+ (-4 *6 (-233 (-2656 *3) (-757)))
(-14 *7
- (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *6))
- (-2 (|:| -2840 *5) (|:| -1406 *6))))
- (-5 *1 (-454 *3 *4 *5 *6 *7 *2)) (-4 *5 (-832))
- (-4 *2 (-930 *4 *6 (-846 *3)))))
+ (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *6))
+ (-2 (|:| -2839 *5) (|:| -3503 *6))))
+ (-5 *1 (-454 *3 *4 *5 *6 *7 *2)) (-4 *5 (-833))
+ (-4 *2 (-931 *4 *6 (-847 *3)))))
((*1 *1 *1 *2)
(-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23))))
((*1 *1 *2 *1)
(-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832))
- (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4))))
+ (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833))
+ (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1237 *3)) (-4 *3 (-343)) (-5 *1 (-520 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-528)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-583 *3)) (-4 *3 (-1030))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1030))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1030))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-632 *2)) (-4 *2 (-1037))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1078))
- (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-1 *7 *5))
- (-5 *1 (-668 *5 *6 *7))))
+ (-12 (-5 *2 (-1238 *3)) (-4 *3 (-343)) (-5 *1 (-521 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-529)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-584 *3)) (-4 *3 (-1031))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1031))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-584 *2)) (-4 *2 (-1031))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-633 *2)) (-4 *2 (-1038))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1079))
+ (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-1 *7 *5))
+ (-5 *1 (-669 *5 *6 *7))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-671 *3 *2 *4)) (-4 *3 (-1030)) (-4 *2 (-367 *3))
+ (-12 (-4 *1 (-672 *3 *2 *4)) (-4 *3 (-1031)) (-4 *2 (-367 *3))
(-4 *4 (-367 *3))))
((*1 *2 *1 *2)
- (-12 (-4 *1 (-671 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-367 *3))
+ (-12 (-4 *1 (-672 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-367 *3))
(-4 *2 (-367 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030))
+ (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
(-4 *4 (-367 *2))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
(-4 *4 (-367 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
(-4 *4 (-367 *2))))
- ((*1 *1 *1 *1) (-4 *1 (-705)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832))))
- ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078))))
+ ((*1 *1 *1 *1) (-4 *1 (-706)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1237 *4)) (-4 *4 (-1213 *3)) (-4 *3 (-544))
- (-5 *1 (-950 *3 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1036 *2)) (-4 *2 (-1037))))
- ((*1 *1 *1 *1) (-4 *1 (-1090)))
+ (-12 (-5 *2 (-1238 *4)) (-4 *4 (-1214 *3)) (-4 *3 (-545))
+ (-5 *1 (-951 *3 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1037 *2)) (-4 *2 (-1038))))
+ ((*1 *1 *1 *1) (-4 *1 (-1091)))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-1101 *3 *4 *2 *5)) (-4 *4 (-1030)) (-4 *2 (-233 *3 *4))
+ (-12 (-4 *1 (-1102 *3 *4 *2 *5)) (-4 *4 (-1031)) (-4 *2 (-233 *3 *4))
(-4 *5 (-233 *3 *4))))
((*1 *2 *1 *2)
- (-12 (-4 *1 (-1101 *3 *4 *5 *2)) (-4 *4 (-1030)) (-4 *5 (-233 *3 *4))
+ (-12 (-4 *1 (-1102 *3 *4 *5 *2)) (-4 *4 (-1031)) (-4 *5 (-233 *3 *4))
(-4 *2 (-233 *3 *4))))
((*1 *1 *2 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-832)) (-5 *1 (-1104 *3 *4 *2))
- (-4 *2 (-930 *3 (-523 *4) *4))))
+ (-12 (-4 *3 (-1031)) (-4 *4 (-833)) (-5 *1 (-1105 *3 *4 *2))
+ (-4 *2 (-931 *3 (-524 *4) *4))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-924 (-220))) (-5 *3 (-220)) (-5 *1 (-1187))))
+ (-12 (-5 *2 (-925 (-220))) (-5 *3 (-220)) (-5 *1 (-1188))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-711))))
+ (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-712))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-711))))
+ (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-712))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-552)) (-4 *1 (-1235 *3)) (-4 *3 (-1191)) (-4 *3 (-21))))
+ (-12 (-5 *2 (-553)) (-4 *1 (-1236 *3)) (-4 *3 (-1192)) (-4 *3 (-21))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030))))
+ (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1254 *3 *2)) (-4 *3 (-832)) (-4 *2 (-1030))))
+ (-12 (-4 *1 (-1255 *3 *2)) (-4 *3 (-833)) (-4 *2 (-1031))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1260 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-828)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *6 (-1136))
- (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))))
+ (-12 (-5 *1 (-1261 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-829)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-1238
+ (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220))
+ (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -1838 (-553))
+ (|:| -2980 (-553)) (|:| |spline| (-553)) (|:| -3573 (-553))
+ (|:| |axesColor| (-856)) (|:| -2097 (-553))
+ (|:| |unitsColor| (-856)) (|:| |showing| (-553)))))
+ (-5 *1 (-1239)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-832)) (-5 *1 (-910 *3 *2)) (-4 *2 (-424 *3))))
+ (-12 (-4 *3 (-833)) (-5 *1 (-911 *3 *2)) (-4 *2 (-424 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-310 (-552))) (-5 *1 (-911)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-629 (-2 (|:| |totdeg| (-756)) (|:| -2291 *3))))
- (-5 *4 (-756)) (-4 *3 (-930 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-778))
- (-4 *7 (-832)) (-5 *1 (-442 *5 *6 *7 *3)))))
+ (-12 (-5 *3 (-1155)) (-5 *2 (-310 (-553))) (-5 *1 (-912)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-324)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030))
- (-14 *4 (-629 (-1154)))))
+ (-12 (-5 *2 (-757)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031))
+ (-14 *4 (-630 (-1155)))))
((*1 *1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832)))
- (-14 *4 (-629 (-1154)))))
+ (-12 (-5 *2 (-757)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833)))
+ (-14 *4 (-630 (-1155)))))
((*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357))))
((*1 *2 *1)
(|partial| -12 (-4 *1 (-329 *3 *4 *5 *2)) (-4 *3 (-357))
- (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4)))
+ (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4)))
(-4 *2 (-336 *3 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
(-4 *5 (-169))))
- ((*1 *1) (-12 (-4 *2 (-169)) (-4 *1 (-709 *2 *3)) (-4 *3 (-1213 *2)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-873 *4)) (-4 *4 (-1078)) (-5 *1 (-870 *4 *3))
- (-4 *3 (-1078)))))
-(((*1 *2) (-12 (-4 *3 (-169)) (-5 *2 (-1237 *1)) (-4 *1 (-361 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-166 *5)) (-4 *5 (-13 (-424 *4) (-983) (-1176)))
- (-4 *4 (-13 (-544) (-832)))
- (-4 *2 (-13 (-424 (-166 *4)) (-983) (-1176)))
- (-5 *1 (-586 *4 *5 *2)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *1) (-5 *1 (-788))))
-(((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-430)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-930 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-445))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *3 (-1044 *4 *5 *6))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *1))))
- (-4 *1 (-1050 *4 *5 *6 *3))))
- ((*1 *1 *1) (-4 *1 (-1195)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-544)) (-5 *1 (-1216 *3 *2))
- (-4 *2 (-13 (-1213 *3) (-544) (-10 -8 (-15 -2594 ($ $ $))))))))
+ ((*1 *1) (-12 (-4 *2 (-169)) (-4 *1 (-710 *2 *3)) (-4 *3 (-1214 *2)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865))
+ (-5 *3 (-630 (-553))))))
+(((*1 *1 *1 *1) (|partial| -4 *1 (-129))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1079)) (-4 *5 (-1079))
+ (-4 *6 (-1079)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-669 *4 *5 *6)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1150 *7)) (-5 *3 (-552)) (-4 *7 (-930 *6 *4 *5))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030))
- (-5 *1 (-315 *4 *5 *6 *7)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-632 *3)) (-4 *3 (-1030))
- (-5 *1 (-699 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-819 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154))
- (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-573 *3)) (-5 *1 (-420 *5 *3))
- (-4 *3 (-13 (-1176) (-29 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-544) (-1019 (-552)) (-144)))
- (-5 *2 (-573 (-401 (-933 *5)))) (-5 *1 (-558 *5))
- (-5 *3 (-401 (-933 *5))))))
+ (|partial| -12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-546 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))))
+(((*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
+ (-12 (-5 *3 (-1137)) (-5 *5 (-674 (-220))) (-5 *6 (-674 (-553)))
+ (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-743)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-833))
+ (-5 *2 (-2 (|:| -4157 (-553)) (|:| |var| (-599 *1))))
+ (-4 *1 (-424 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-373))))
+ ((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-373)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-757)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-310 *3)) (-4 *3 (-13 (-1030) (-832)))
- (-5 *1 (-218 *3 *4)) (-14 *4 (-629 (-1154))))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-673 (-552))) (-5 *1 (-1088)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-629 *3)) (-5 *1 (-942 *3)) (-4 *3 (-537)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *1 *1) (-4 *1 (-122))) ((*1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1) (-4 *1 (-948))) ((*1 *1 *1) (-5 *1 (-1098))))
+ (-12 (-5 *2 (-630 (-497 *3 *4 *5 *6))) (-4 *3 (-357)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833))
+ (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-630 *1)) (-5 *3 (-630 *7)) (-4 *1 (-1051 *4 *5 *6 *7))
+ (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 *1))
+ (-4 *1 (-1051 *4 *5 *6 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-438 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-757)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1136)) (-4 *4 (-13 (-301) (-144)))
- (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778))
- (-5 *2
- (-629
- (-2 (|:| |eqzro| (-629 *7)) (|:| |neqzro| (-629 *7))
- (|:| |wcond| (-629 (-933 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *4))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *4))))))))))
- (-5 *1 (-905 *4 *5 *6 *7)) (-4 *7 (-930 *4 *6 *5)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-130)) (-5 *3 (-756)) (-5 *2 (-1242)))))
-(((*1 *2 *3 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-357) (-144) (-1019 (-552))))
- (-4 *5 (-1213 *4)) (-5 *2 (-629 (-401 *5))) (-5 *1 (-997 *4 *5))
- (-5 *3 (-401 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-807)) (-5 *2 (-52)) (-5 *1 (-814)))))
+ (-12 (-5 *3 (-1238 *4)) (-4 *4 (-343)) (-5 *2 (-1151 *4))
+ (-5 *1 (-521 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))
+ (-5 *2 (-1017)) (-5 *1 (-734)))))
+(((*1 *1) (-5 *1 (-154)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-553)) (-5 *2 (-111)) (-5 *1 (-542)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *1 *1) (-4 *1 (-122))) ((*1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1) (-4 *1 (-949))) ((*1 *1 *1) (-5 *1 (-1099))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-933 *5)) (-4 *5 (-1030)) (-5 *2 (-474 *4 *5))
- (-5 *1 (-925 *4 *5)) (-14 *4 (-629 (-1154))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-324)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))))
+ (-12 (-4 *1 (-786))
+ (-5 *3
+ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |abserr| (-220)) (|:| |relerr| (-220))))
+ (-5 *2 (-1017)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-757)) (-4 *5 (-357)) (-5 *2 (-401 *6))
+ (-5 *1 (-849 *5 *4 *6)) (-4 *4 (-1229 *5)) (-4 *6 (-1214 *5))))
+ ((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-757)) (-5 *4 (-1230 *5 *6 *7)) (-4 *5 (-357))
+ (-14 *6 (-1155)) (-14 *7 *5) (-5 *2 (-401 (-1211 *6 *5)))
+ (-5 *1 (-850 *5 *6 *7))))
+ ((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-757)) (-5 *4 (-1230 *5 *6 *7)) (-4 *5 (-357))
+ (-14 *6 (-1155)) (-14 *7 *5) (-5 *2 (-401 (-1211 *6 *5)))
+ (-5 *1 (-850 *5 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-324)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-369 *4 *2))
+ (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4370)))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-445)) (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1355 *4)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-887 *4)) (-4 *4 (-1079)) (-5 *2 (-630 (-757)))
+ (-5 *1 (-886 *4)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-630
+ (-630
+ (-3 (|:| -4292 (-1155))
+ (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553))))))))))
+ (-5 *1 (-1159)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1238)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1239)) (-5 *1 (-249))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1238)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1239)) (-5 *1 (-249))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-858 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1238)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-859 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1239)) (-5 *1 (-249))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-858 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1238)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-859 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1239)) (-5 *1 (-249))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-860 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-861 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-860 (-1 (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-861 (-1 (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-924 (-220)) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-925 (-220)) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-924 (-220)) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-925 (-220)) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-220) (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-1 (-925 (-220)) (-220) (-220))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-863 (-1 (-220) (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-864 (-1 (-220) (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *5 (-630 (-257))) (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-863 (-1 (-220) (-220) (-220)))) (-5 *4 (-1072 (-373)))
- (-5 *2 (-1239)) (-5 *1 (-249))))
+ (-12 (-5 *3 (-864 (-1 (-220) (-220) (-220)))) (-5 *4 (-1073 (-373)))
+ (-5 *2 (-1240)) (-5 *1 (-249))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-288 *7)) (-5 *4 (-1154)) (-5 *5 (-629 (-257)))
- (-4 *7 (-424 *6)) (-4 *6 (-13 (-544) (-832) (-1019 (-552))))
- (-5 *2 (-1238)) (-5 *1 (-250 *6 *7))))
+ (-12 (-5 *3 (-288 *7)) (-5 *4 (-1155)) (-5 *5 (-630 (-257)))
+ (-4 *7 (-424 *6)) (-4 *6 (-13 (-545) (-833) (-1020 (-553))))
+ (-5 *2 (-1239)) (-5 *1 (-250 *6 *7))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1238))
- (-5 *1 (-253 *3)) (-4 *3 (-13 (-600 (-528)) (-1078)))))
+ (-12 (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1239))
+ (-5 *1 (-253 *3)) (-4 *3 (-13 (-601 (-529)) (-1079)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1070 (-373))) (-5 *2 (-1238)) (-5 *1 (-253 *3))
- (-4 *3 (-13 (-600 (-528)) (-1078)))))
+ (-12 (-5 *4 (-1071 (-373))) (-5 *2 (-1239)) (-5 *1 (-253 *3))
+ (-4 *3 (-13 (-601 (-529)) (-1079)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-858 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257)))
- (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1238))
+ (-12 (-5 *3 (-859 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257)))
+ (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1239))
(-5 *1 (-253 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-858 *5)) (-5 *4 (-1070 (-373)))
- (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1238))
+ (-12 (-5 *3 (-859 *5)) (-5 *4 (-1071 (-373)))
+ (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1239))
(-5 *1 (-253 *5))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-860 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257)))
- (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1239))
+ (-12 (-5 *3 (-861 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257)))
+ (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1240))
(-5 *1 (-253 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-860 *5)) (-5 *4 (-1070 (-373)))
- (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1239))
+ (-12 (-5 *3 (-861 *5)) (-5 *4 (-1071 (-373)))
+ (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1240))
(-5 *1 (-253 *5))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257))) (-5 *2 (-1239))
- (-5 *1 (-253 *3)) (-4 *3 (-13 (-600 (-528)) (-1078)))))
+ (-12 (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257))) (-5 *2 (-1240))
+ (-5 *1 (-253 *3)) (-4 *3 (-13 (-601 (-529)) (-1079)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1070 (-373))) (-5 *2 (-1239)) (-5 *1 (-253 *3))
- (-4 *3 (-13 (-600 (-528)) (-1078)))))
+ (-12 (-5 *4 (-1071 (-373))) (-5 *2 (-1240)) (-5 *1 (-253 *3))
+ (-4 *3 (-13 (-601 (-529)) (-1079)))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-863 *6)) (-5 *4 (-1070 (-373))) (-5 *5 (-629 (-257)))
- (-4 *6 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1239))
+ (-12 (-5 *3 (-864 *6)) (-5 *4 (-1071 (-373))) (-5 *5 (-630 (-257)))
+ (-4 *6 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1240))
(-5 *1 (-253 *6))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-863 *5)) (-5 *4 (-1070 (-373)))
- (-4 *5 (-13 (-600 (-528)) (-1078))) (-5 *2 (-1239))
+ (-12 (-5 *3 (-864 *5)) (-5 *4 (-1071 (-373)))
+ (-4 *5 (-13 (-601 (-529)) (-1079))) (-5 *2 (-1240))
(-5 *1 (-253 *5))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 (-220))) (-5 *2 (-1238)) (-5 *1 (-254))))
+ (-12 (-5 *3 (-630 (-220))) (-5 *2 (-1239)) (-5 *1 (-254))))
((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-629 (-220))) (-5 *4 (-629 (-257))) (-5 *2 (-1238))
+ (-12 (-5 *3 (-630 (-220))) (-5 *4 (-630 (-257))) (-5 *2 (-1239))
(-5 *1 (-254))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-924 (-220)))) (-5 *2 (-1238)) (-5 *1 (-254))))
+ (-12 (-5 *3 (-630 (-925 (-220)))) (-5 *2 (-1239)) (-5 *1 (-254))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-924 (-220)))) (-5 *4 (-629 (-257)))
- (-5 *2 (-1238)) (-5 *1 (-254))))
+ (-12 (-5 *3 (-630 (-925 (-220)))) (-5 *4 (-630 (-257)))
+ (-5 *2 (-1239)) (-5 *1 (-254))))
((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-629 (-220))) (-5 *2 (-1239)) (-5 *1 (-254))))
+ (-12 (-5 *3 (-630 (-220))) (-5 *2 (-1240)) (-5 *1 (-254))))
((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-629 (-220))) (-5 *4 (-629 (-257))) (-5 *2 (-1239))
+ (-12 (-5 *3 (-630 (-220))) (-5 *4 (-630 (-257))) (-5 *2 (-1240))
(-5 *1 (-254)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-832)) (-5 *2 (-629 (-629 (-629 *4))))
- (-5 *1 (-1162 *4)) (-5 *3 (-629 (-629 *4))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-310 (-220)))) (-5 *2 (-111)) (-5 *1 (-261))))
- ((*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-111)) (-5 *1 (-261))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1) (-5 *1 (-618))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-111)) (-5 *1 (-814)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
+ (-4 *4 (-367 *2)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-805 *3)) (-4 *3 (-833)) (-5 *1 (-657 *3)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-553)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-757)) (-4 *5 (-169))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757))
+ (-4 *4 (-169))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
+ (-4 *4 (-367 *2))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-1031)) (-4 *1 (-672 *3 *2 *4)) (-4 *2 (-367 *3))
+ (-4 *4 (-367 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1121 *2 *3)) (-14 *2 (-757)) (-4 *3 (-1031)))))
+(((*1 *1) (-5 *1 (-431))))
+(((*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1192)))))
(((*1 *1 *1 *1) (-5 *1 (-128))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2 *3) (-12 (-5 *3 (-952)) (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-592)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-629 *1)) (-4 *1 (-296))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-737)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-166 (-220))))
+ (-5 *2 (-1017)) (-5 *1 (-740)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-593)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-630 *1)) (-4 *1 (-296))))
((*1 *1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-598 *3)) (-4 *3 (-832))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-599 *3)) (-4 *3 (-833))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-113)) (-5 *3 (-629 *5)) (-5 *4 (-756)) (-4 *5 (-832))
- (-5 *1 (-598 *5)))))
+ (-12 (-5 *2 (-113)) (-5 *3 (-630 *5)) (-5 *4 (-757)) (-4 *5 (-833))
+ (-5 *1 (-599 *5)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-552)) (-5 *1 (-557 *3)) (-4 *3 (-1019 *2)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-736)))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |mval| (-673 *3)) (|:| |invmval| (-673 *3))
- (|:| |genIdeal| (-496 *3 *4 *5 *6))))
- (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))))
-(((*1 *2)
- (-12 (-4 *4 (-357)) (-5 *2 (-756)) (-5 *1 (-322 *3 *4))
- (-4 *3 (-323 *4))))
- ((*1 *2) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-756)))))
-(((*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1161)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-1009 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-629 (-673 *3))) (-4 *3 (-1030)) (-5 *1 (-1009 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-1009 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-629 (-673 *3))) (-4 *3 (-1030)) (-5 *1 (-1009 *3)))))
+ (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111))
+ (-5 *1 (-32 *4 *5)) (-4 *5 (-424 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111))
+ (-5 *1 (-155 *4 *5)) (-4 *5 (-424 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111))
+ (-5 *1 (-270 *4 *5)) (-4 *5 (-13 (-424 *4) (-984)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-113)) (-5 *2 (-111)) (-5 *1 (-295 *4)) (-4 *4 (-296))))
+ ((*1 *2 *3) (-12 (-4 *1 (-296)) (-5 *3 (-113)) (-5 *2 (-111))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-113)) (-4 *5 (-833)) (-5 *2 (-111))
+ (-5 *1 (-423 *4 *5)) (-4 *4 (-424 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111))
+ (-5 *1 (-425 *4 *5)) (-4 *5 (-424 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-113)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111))
+ (-5 *1 (-617 *4 *5)) (-4 *5 (-13 (-424 *4) (-984) (-1177))))))
+(((*1 *2 *3 *4 *2 *2 *5)
+ (|partial| -12 (-5 *2 (-826 *4)) (-5 *3 (-599 *4)) (-5 *5 (-111))
+ (-4 *4 (-13 (-1177) (-29 *6)))
+ (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-219 *6 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *2)) (-5 *4 (-1 (-111) *2 *2)) (-5 *1 (-1193 *2))
+ (-4 *2 (-1079))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-1079)) (-4 *2 (-833))
+ (-5 *1 (-1193 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098))))))
- (-4 *4 (-343)) (-5 *2 (-673 *4)) (-5 *1 (-340 *4)))))
-(((*1 *2 *3 *4 *5 *4 *4 *4)
- (-12 (-4 *6 (-832)) (-5 *3 (-629 *6)) (-5 *5 (-629 *3))
- (-5 *2
- (-2 (|:| |f1| *3) (|:| |f2| (-629 *5)) (|:| |f3| *5)
- (|:| |f4| (-629 *5))))
- (-5 *1 (-1162 *6)) (-5 *4 (-629 *5)))))
+ (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-324)))))
(((*1 *1 *1 *1) (-5 *1 (-128))))
-(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
- (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *3 (-552))
- (-5 *2 (-1016)) (-5 *1 (-741)))))
-(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
- (-12 (-5 *5 (-673 (-220))) (-5 *6 (-673 (-552))) (-5 *3 (-552))
- (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-1214 (-401 (-553))))
+ (-5 *2 (-2 (|:| |den| (-553)) (|:| |gcdnum| (-553))))
+ (-5 *1 (-895 *3 *4)) (-4 *4 (-1214 (-401 *3)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1214 (-401 *2))) (-5 *2 (-553)) (-5 *1 (-895 *4 *3))
+ (-4 *3 (-1214 (-401 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1151 (-401 (-553)))) (-5 *1 (-924)) (-5 *3 (-553)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-288 (-818 *3)))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-818 *3)) (-5 *1 (-622 *5 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-288 (-818 (-933 *5)))) (-4 *5 (-445))
- (-5 *2 (-818 (-401 (-933 *5)))) (-5 *1 (-623 *5))
- (-5 *3 (-401 (-933 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-288 (-401 (-933 *5)))) (-5 *3 (-401 (-933 *5)))
- (-4 *5 (-445)) (-5 *2 (-818 *3)) (-5 *1 (-623 *5)))))
+ (-12 (-5 *3 (-401 (-934 (-166 (-553))))) (-5 *2 (-630 (-166 *4)))
+ (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-831)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-630 (-401 (-934 (-166 (-553))))))
+ (-5 *4 (-630 (-1155))) (-5 *2 (-630 (-630 (-166 *5))))
+ (-5 *1 (-372 *5)) (-4 *5 (-13 (-357) (-831))))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1030)) (-4 *3 (-832))
- (-5 *2 (-2 (|:| |val| *1) (|:| -1406 (-552)))) (-4 *1 (-424 *3))))
+ (-12 (-5 *2 (-1081 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1079))))
((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |val| (-873 *3)) (|:| -1406 (-873 *3))))
- (-5 *1 (-873 *3)) (-4 *3 (-1078))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030))
- (-4 *7 (-930 *6 *4 *5))
- (-5 *2 (-2 (|:| |val| *3) (|:| -1406 (-552))))
- (-5 *1 (-931 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-357)
- (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $))
- (-15 -4026 (*7 $))))))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-629 (-1154))) (-4 *5 (-445))
- (-5 *2
- (-2 (|:| |glbase| (-629 (-242 *4 *5))) (|:| |glval| (-629 (-552)))))
- (-5 *1 (-617 *4 *5)) (-5 *3 (-629 (-242 *4 *5))))))
+ (-12 (-5 *2 (-1081 *3)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))))
(((*1 *1 *1) (-5 *1 (-220)))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
((*1 *1 *1) (-5 *1 (-373))) ((*1 *1) (-5 *1 (-373))))
-(((*1 *1) (-5 *1 (-285))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1213 (-401 (-552)))) (-5 *1 (-894 *3 *2))
- (-4 *2 (-1213 (-401 *3))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111))
- (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-707)) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-4 *1 (-711)) (-5 *2 (-111)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-832))) (-5 *2 (-166 *5))
- (-5 *1 (-586 *4 *5 *3)) (-4 *5 (-13 (-424 *4) (-983) (-1176)))
- (-4 *3 (-13 (-424 (-166 *4)) (-983) (-1176))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1229 *4))
+ (-4 *4 (-38 (-401 (-553))))
+ (-5 *2 (-1 (-1135 *4) (-1135 *4) (-1135 *4))) (-5 *1 (-1231 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-236)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-599 *5))) (-4 *4 (-833)) (-5 *2 (-599 *5))
+ (-5 *1 (-562 *4 *5)) (-4 *5 (-424 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553))
+ (-14 *4 (-757)) (-4 *5 (-169)))))
+(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
+ (|partial| -12 (-5 *2 (-630 (-1151 *13))) (-5 *3 (-1151 *13))
+ (-5 *4 (-630 *12)) (-5 *5 (-630 *10)) (-5 *6 (-630 *13))
+ (-5 *7 (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| *13)))))
+ (-5 *8 (-630 (-757))) (-5 *9 (-1238 (-630 (-1151 *10))))
+ (-4 *12 (-833)) (-4 *10 (-301)) (-4 *13 (-931 *10 *11 *12))
+ (-4 *11 (-779)) (-5 *1 (-693 *11 *12 *10 *13)))))
+(((*1 *2 *1) (-12 (-4 *1 (-502 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-833)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-445)) (-4 *4 (-832)) (-4 *5 (-778))
- (-5 *2 (-111)) (-5 *1 (-968 *3 *4 *5 *6))
- (-4 *6 (-930 *3 *5 *4))))
+ (|partial| -12 (-4 *3 (-445)) (-4 *4 (-833)) (-4 *5 (-779))
+ (-5 *2 (-111)) (-5 *1 (-969 *3 *4 *5 *6))
+ (-4 *6 (-931 *3 *5 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34)))
- (-4 *4 (-13 (-1078) (-34))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1172))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1172)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1104 *4 *3 *5))) (-4 *4 (-38 (-401 (-552))))
- (-4 *4 (-1030)) (-4 *3 (-832)) (-5 *1 (-1104 *4 *3 *5))
- (-4 *5 (-930 *4 (-523 *3) *3))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1185 *4))) (-5 *3 (-1154)) (-5 *1 (-1185 *4))
- (-4 *4 (-38 (-401 (-552)))) (-4 *4 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357))
- (-5 *2
- (-2 (|:| |ir| (-573 (-401 *6))) (|:| |specpart| (-401 *6))
- (|:| |polypart| *6)))
- (-5 *1 (-562 *5 *6)) (-5 *3 (-401 *6)))))
+ (-12 (-5 *2 (-111)) (-5 *1 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34)))
+ (-4 *4 (-13 (-1079) (-34))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 *4))))
+ (-4 *3 (-1079)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-634 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-343)) (-5 *2 (-412 *3)) (-5 *1 (-211 *4 *3))
- (-4 *3 (-1213 *4))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
- (-4 *3 (-1213 (-552)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-756))) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
- (-4 *3 (-1213 (-552)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-629 (-756))) (-5 *5 (-756)) (-5 *2 (-412 *3))
- (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
- (-4 *3 (-1213 (-552)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-412 *3)) (-5 *1 (-988 *3))
- (-4 *3 (-1213 (-401 (-552))))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-412 *3)) (-5 *1 (-1202 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
- (-5 *4 (-673 (-1150 *8))) (-4 *5 (-1030)) (-4 *8 (-1030))
- (-4 *6 (-1213 *5)) (-5 *2 (-673 *6)) (-5 *1 (-493 *5 *6 *7 *8))
- (-4 *7 (-1213 *6)))))
-(((*1 *2)
- (-12 (-4 *1 (-343))
- (-5 *2 (-629 (-2 (|:| -3479 (-552)) (|:| -1406 (-552))))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-544)) (-4 *2 (-445)) (-5 *1 (-950 *2 *3))
- (-4 *3 (-1213 *2)))))
-(((*1 *2 *1) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176)))))
- ((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-844)))))
-(((*1 *2) (-12 (-5 *2 (-818 (-552))) (-5 *1 (-526))))
- ((*1 *1) (-12 (-5 *1 (-818 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-778))
- (-4 *3 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))) (-4 *5 (-544))
- (-5 *1 (-717 *4 *3 *5 *2)) (-4 *2 (-930 (-401 (-933 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1030)) (-4 *5 (-778))
- (-4 *3
- (-13 (-832)
- (-10 -8 (-15 -1522 ((-1154) $))
- (-15 -1485 ((-3 $ "failed") (-1154))))))
- (-5 *1 (-965 *4 *5 *3 *2)) (-4 *2 (-930 (-933 *4) *5 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 *6))
- (-4 *6
- (-13 (-832)
- (-10 -8 (-15 -1522 ((-1154) $))
- (-15 -1485 ((-3 $ "failed") (-1154))))))
- (-4 *4 (-1030)) (-4 *5 (-778)) (-5 *1 (-965 *4 *5 *6 *2))
- (-4 *2 (-930 (-933 *4) *5 *6)))))
-(((*1 *2)
- (-12 (-5 *2 (-673 (-891 *3))) (-5 *1 (-345 *3 *4)) (-14 *3 (-902))
- (-14 *4 (-902))))
- ((*1 *2)
- (-12 (-5 *2 (-673 *3)) (-5 *1 (-346 *3 *4)) (-4 *3 (-343))
- (-14 *4
- (-3 (-1150 *3)
- (-1237 (-629 (-2 (|:| -2925 *3) (|:| -2840 (-1098)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-673 *3)) (-5 *1 (-347 *3 *4)) (-4 *3 (-343))
- (-14 *4 (-902)))))
+ (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343))
+ (-5 *2 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099))))))
+ (-5 *1 (-340 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-553)) (|has| *1 (-6 -4370)) (-4 *1 (-1226 *3))
+ (-4 *3 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1187 *2)) (-4 *2 (-956)))))
+(((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-401 *6)) (|:| |h| *6)
+ (|:| |c1| (-401 *6)) (|:| |c2| (-401 *6)) (|:| -4329 *6)))
+ (-5 *1 (-998 *5 *6)) (-5 *3 (-401 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1079)) (-5 *2 (-1137)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-1044 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |polnum| (-767 *3)) (|:| |polden| *3) (|:| -3129 (-756))))
- (-5 *1 (-767 *3)) (-4 *3 (-1030))))
+ (-12 (-4 *3 (-1031)) (-5 *2 (-630 *1)) (-4 *1 (-1113 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177)))))
+ ((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-845)))))
+(((*1 *2) (-12 (-5 *2 (-819 (-553))) (-5 *1 (-527))))
+ ((*1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-958 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-1045 *3 *4 *2)) (-4 *2 (-833))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2591 *3)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-357)) (-4 *4 (-545)) (-4 *5 (-1214 *4))
+ (-5 *2 (-2 (|:| -2932 (-610 *4 *5)) (|:| -3062 (-401 *5))))
+ (-5 *1 (-610 *4 *5)) (-5 *3 (-401 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-1143 *3 *4))) (-5 *1 (-1143 *3 *4))
+ (-14 *3 (-903)) (-4 *4 (-1031))))
((*1 *2 *1 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3129 (-756))))
- (-4 *1 (-1044 *3 *4 *5)))))
+ (-12 (-4 *3 (-445)) (-4 *3 (-1031))
+ (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
+ (-4 *1 (-1214 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (-5 *2 (-373)) (-5 *1 (-187)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-902)) (-5 *1 (-149 *3 *4 *5)) (-14 *3 *2)
- (-4 *4 (-357)) (-14 *5 (-974 *3 *4)))))
-(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1136)) (-5 *3 (-552)) (-5 *1 (-236))))
+ (-12 (-5 *2 (-903)) (-5 *1 (-149 *3 *4 *5)) (-14 *3 *2)
+ (-4 *4 (-357)) (-14 *5 (-975 *3 *4)))))
+(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1137)) (-5 *3 (-553)) (-5 *1 (-236))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-629 (-1136))) (-5 *3 (-552)) (-5 *4 (-1136))
+ (-12 (-5 *2 (-630 (-1137))) (-5 *3 (-553)) (-5 *4 (-1137))
(-5 *1 (-236))))
- ((*1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844))))
+ ((*1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845))))
((*1 *2 *1)
- (-12 (-4 *1 (-1215 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
-(((*1 *2 *3) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-549)) (-5 *3 (-552)))))
+ (-12 (-4 *1 (-1216 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-317 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-129))
+ (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 *4))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| -4157 *3) (|:| -1728 *4))))
+ (-5 *1 (-721 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-712))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1216 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778))
+ (-5 *2 (-1135 (-2 (|:| |k| *4) (|:| |c| *3)))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-757)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
+(((*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
(((*1 *2)
- (-12 (-4 *2 (-13 (-424 *3) (-983))) (-5 *1 (-270 *3 *2))
- (-4 *3 (-13 (-832) (-544)))))
+ (-12 (-4 *2 (-13 (-424 *3) (-984))) (-5 *1 (-270 *3 *2))
+ (-4 *3 (-13 (-833) (-545)))))
((*1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
- ((*1 *1) (-5 *1 (-470))) ((*1 *1) (-4 *1 (-1176))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983)))
- (-5 *1 (-173 *3)))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
+ ((*1 *1) (-5 *1 (-470))) ((*1 *1) (-4 *1 (-1177))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-1135 *3))) (-5 *2 (-1135 *3)) (-5 *1 (-1139 *3))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)))))
+(((*1 *1 *1) (-5 *1 (-1043))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-113)) (-5 *4 (-757)) (-4 *5 (-445)) (-4 *5 (-833))
+ (-4 *5 (-1020 (-553))) (-4 *5 (-545)) (-5 *1 (-41 *5 *2))
+ (-4 *2 (-424 *5))
+ (-4 *2
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *5 (-599 $)) $))
+ (-15 -4024 ((-1104 *5 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *5 (-599 $))))))))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373)))
- (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153))))
- (-5 *1 (-1153)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
-(((*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))))
+ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373)))
+ (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154))))
+ (-5 *1 (-1154)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1194)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
+ (-12 (-5 *4 (-630 (-111))) (-5 *5 (-674 (-220)))
+ (-5 *6 (-674 (-553))) (-5 *7 (-220)) (-5 *3 (-553)) (-5 *2 (-1017))
+ (-5 *1 (-740)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-757)) (-4 *5 (-545))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-951 *5 *3)) (-4 *3 (-1214 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1226 *3)) (-4 *3 (-1192)) (-5 *2 (-757)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1238 *4)) (-5 *3 (-1099)) (-4 *4 (-343))
+ (-5 *1 (-521 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-656))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-903))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-903))
+ (-14 *4 (-903)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-846 *5))) (-14 *5 (-629 (-1154))) (-4 *6 (-445))
- (-5 *2 (-629 (-629 (-242 *5 *6)))) (-5 *1 (-464 *5 *6 *7))
- (-5 *3 (-629 (-242 *5 *6))) (-4 *7 (-445)))))
-(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240))))
+ ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))))
+(((*1 *1 *2 *2)
(-12
- (-5 *3
- (-2 (|:| |det| *12) (|:| |rows| (-629 (-552)))
- (|:| |cols| (-629 (-552)))))
- (-5 *4 (-673 *12)) (-5 *5 (-629 (-401 (-933 *9))))
- (-5 *6 (-629 (-629 *12))) (-5 *7 (-756)) (-5 *8 (-552))
- (-4 *9 (-13 (-301) (-144))) (-4 *12 (-930 *9 *11 *10))
- (-4 *10 (-13 (-832) (-600 (-1154)))) (-4 *11 (-778))
(-5 *2
- (-2 (|:| |eqzro| (-629 *12)) (|:| |neqzro| (-629 *12))
- (|:| |wcond| (-629 (-933 *9)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *9))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *9)))))))))
- (-5 *1 (-905 *9 *10 *11 *12)))))
+ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373)))
+ (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154))))
+ (-5 *1 (-1154)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-629 *7)) (|:| -3361 *8)))
- (-4 *7 (-1044 *4 *5 *6)) (-4 *8 (-1050 *4 *5 *6 *7)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *8))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-629 *7)) (|:| -3361 *8)))
- (-4 *7 (-1044 *4 *5 *6)) (-4 *8 (-1050 *4 *5 *6 *7)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *8)))))
-(((*1 *1 *2 *2)
- (-12
+ (-12 (-5 *3 (-674 (-401 (-553))))
(-5 *2
- (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373)))
- (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153))))
- (-5 *1 (-1153)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-445) (-144))) (-5 *2 (-412 *3))
- (-5 *1 (-99 *4 *3)) (-4 *3 (-1213 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-13 (-445) (-144)))
- (-5 *2 (-412 *3)) (-5 *1 (-99 *5 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1103 (-552) (-598 (-48)))) (-5 *1 (-48))))
+ (-630
+ (-2 (|:| |outval| *4) (|:| |outmult| (-553))
+ (|:| |outvect| (-630 (-674 *4))))))
+ (-5 *1 (-765 *4)) (-4 *4 (-13 (-357) (-831))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 (-166 (-401 (-553)))))
+ (-5 *2
+ (-630
+ (-2 (|:| |outval| (-166 *4)) (|:| |outmult| (-553))
+ (|:| |outvect| (-630 (-674 (-166 *4)))))))
+ (-5 *1 (-750 *4)) (-4 *4 (-13 (-357) (-831))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-1031))
+ (-5 *2 (-934 *5)) (-5 *1 (-926 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1104 (-553) (-599 (-48)))) (-5 *1 (-48))))
((*1 *2 *1)
- (-12 (-4 *3 (-973 *2)) (-4 *4 (-1213 *3)) (-4 *2 (-301))
- (-5 *1 (-407 *2 *3 *4 *5)) (-4 *5 (-13 (-403 *3 *4) (-1019 *3)))))
+ (-12 (-4 *3 (-974 *2)) (-4 *4 (-1214 *3)) (-4 *2 (-301))
+ (-5 *1 (-407 *2 *3 *4 *5)) (-4 *5 (-13 (-403 *3 *4) (-1020 *3)))))
((*1 *2 *1)
- (-12 (-4 *3 (-544)) (-4 *3 (-832)) (-5 *2 (-1103 *3 (-598 *1)))
+ (-12 (-4 *3 (-545)) (-4 *3 (-833)) (-5 *2 (-1104 *3 (-599 *1)))
(-4 *1 (-424 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1103 (-552) (-598 (-487)))) (-5 *1 (-487))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1104 (-553) (-599 (-488)))) (-5 *1 (-488))))
((*1 *2 *1)
- (-12 (-4 *4 (-169)) (-4 *2 (|SubsetCategory| (-711) *4))
- (-5 *1 (-607 *3 *4 *2)) (-4 *3 (-38 *4))))
+ (-12 (-4 *4 (-169)) (-4 *2 (|SubsetCategory| (-712) *4))
+ (-5 *1 (-608 *3 *4 *2)) (-4 *3 (-38 *4))))
((*1 *2 *1)
- (-12 (-4 *4 (-169)) (-4 *2 (|SubsetCategory| (-711) *4))
- (-5 *1 (-646 *3 *4 *2)) (-4 *3 (-702 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)))))
-(((*1 *1 *1 *1) (-4 *1 (-537))))
-(((*1 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-362)) (-4 *2 (-1078)))))
+ (-12 (-4 *4 (-169)) (-4 *2 (|SubsetCategory| (-712) *4))
+ (-5 *1 (-647 *3 *4 *2)) (-4 *3 (-703 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-757)) (-4 *5 (-545))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-951 *5 *3)) (-4 *3 (-1214 *5)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-166 *4)) (-5 *1 (-178 *4 *3))
- (-4 *4 (-13 (-357) (-830))) (-4 *3 (-1213 *2)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-1151 *3)) (-5 *1 (-41 *4 *3))
+ (-4 *3
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *4 (-599 $)) $))
+ (-15 -4024 ((-1104 *4 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *4 (-599 $))))))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *6)) (-5 *4 (-630 (-1135 *7))) (-4 *6 (-833))
+ (-4 *7 (-931 *5 (-524 *6) *6)) (-4 *5 (-1031))
+ (-5 *2 (-1 (-1135 *7) *7)) (-5 *1 (-1105 *5 *6 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-1031)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1214 *3)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1136)) (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-257))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-809)))))
-(((*1 *1 *1) (-5 *1 (-1153)))
+ (-12 (-5 *2 (-1137)) (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-257))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 *4))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *1 *1) (-5 *1 (-1154)))
((*1 *1 *2)
(-12
(-5 *2
- (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373)))
- (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153))))
- (-5 *1 (-1153)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 (-924 *4))) (-4 *1 (-1112 *4)) (-4 *4 (-1030))
- (-5 *2 (-756)))))
-(((*1 *1 *1) (-5 *1 (-1042))))
-(((*1 *2 *1) (-12 (-5 *2 (-1103 (-552) (-598 (-48)))) (-5 *1 (-48))))
+ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373)))
+ (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154))))
+ (-5 *1 (-1154)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833))
+ (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-630 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-4 *1 (-230 *3))))
+ ((*1 *1) (-12 (-4 *1 (-230 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-630 *1)) (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1104 (-553) (-599 (-48)))) (-5 *1 (-48))))
((*1 *2 *1)
- (-12 (-4 *3 (-301)) (-4 *4 (-973 *3)) (-4 *5 (-1213 *4))
- (-5 *2 (-1237 *6)) (-5 *1 (-407 *3 *4 *5 *6))
- (-4 *6 (-13 (-403 *4 *5) (-1019 *4)))))
+ (-12 (-4 *3 (-301)) (-4 *4 (-974 *3)) (-4 *5 (-1214 *4))
+ (-5 *2 (-1238 *6)) (-5 *1 (-407 *3 *4 *5 *6))
+ (-4 *6 (-13 (-403 *4 *5) (-1020 *4)))))
((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-4 *3 (-832)) (-5 *2 (-1103 *3 (-598 *1)))
+ (-12 (-4 *3 (-1031)) (-4 *3 (-833)) (-5 *2 (-1104 *3 (-599 *1)))
(-4 *1 (-424 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1103 (-552) (-598 (-487)))) (-5 *1 (-487))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1104 (-553) (-599 (-488)))) (-5 *1 (-488))))
((*1 *2 *1)
- (-12 (-4 *3 (-169)) (-4 *2 (-38 *3)) (-5 *1 (-607 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-711) *3))))
+ (-12 (-4 *3 (-169)) (-4 *2 (-38 *3)) (-5 *1 (-608 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-712) *3))))
((*1 *2 *1)
- (-12 (-4 *3 (-169)) (-4 *2 (-702 *3)) (-5 *1 (-646 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-711) *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-756)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2))
- (-4 *2 (-1213 *4)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-138))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-141)))))
-(((*1 *1 *1 *1) (|partial| -4 *1 (-129))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-496 *3 *4 *5 *6))) (-4 *3 (-357)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832))
- (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 *1)) (-5 *3 (-629 *7)) (-4 *1 (-1050 *4 *5 *6 *7))
- (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 *1))
- (-4 *1 (-1050 *4 *5 *6 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))))
+ (-12 (-4 *3 (-169)) (-4 *2 (-703 *3)) (-5 *1 (-647 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-712) *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 *1)) (|has| *1 (-6 -4370)) (-4 *1 (-992 *3))
+ (-4 *3 (-1192)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-5 *2
+ (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553))
+ (|:| |success| (-111))))
+ (-5 *1 (-775)) (-5 *5 (-553)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-785))
- (-5 *3
- (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
- (|:| |abserr| (-220)) (|:| |relerr| (-220))))
- (-5 *2 (-1016)))))
+ (-12 (-4 *4 (-38 (-401 (-553))))
+ (-5 *2 (-2 (|:| -2306 (-1135 *4)) (|:| -2319 (-1135 *4))))
+ (-5 *1 (-1141 *4)) (-5 *3 (-1135 *4)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(((*1 *2 *1 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-845) (-845) (-845))) (-5 *4 (-553)) (-5 *2 (-845))
+ (-5 *1 (-634 *5 *6 *7)) (-4 *5 (-1079)) (-4 *6 (-23)) (-14 *7 *6)))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-845)) (-5 *1 (-837 *3 *4 *5)) (-4 *3 (-1031))
+ (-14 *4 (-98 *3)) (-14 *5 (-1 *3 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-845))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-845))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-845))))
+ ((*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845))))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-845)) (-5 *1 (-1151 *3)) (-4 *3 (-1031)))))
(((*1 *2 *3 *4)
(-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
- (-5 *1 (-690 *3 *4)) (-4 *3 (-1191)) (-4 *4 (-1191)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-804 *3)) (-4 *3 (-832)) (-5 *1 (-656 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *2)) (-5 *4 (-1 (-111) *2 *2)) (-5 *1 (-1192 *2))
- (-4 *2 (-1078))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-1078)) (-4 *2 (-832))
- (-5 *1 (-1192 *2)))))
-(((*1 *1 *1 *1) (-4 *1 (-301))) ((*1 *1 *1 *1) (-5 *1 (-756)))
- ((*1 *1 *1 *1) (-5 *1 (-844))))
+ (-5 *1 (-691 *3 *4)) (-4 *3 (-1192)) (-4 *4 (-1192)))))
+(((*1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))))
+(((*1 *1 *1 *1) (-4 *1 (-301))) ((*1 *1 *1 *1) (-5 *1 (-757)))
+ ((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-510)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1031)) (-4 *3 (-1214 *4)) (-4 *2 (-1229 *4))
+ (-5 *1 (-1232 *4 *3 *5 *2)) (-4 *5 (-641 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-674 *3))
+ (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
+(((*1 *2 *2) (-12 (-5 *1 (-575 *2)) (-4 *2 (-538)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1080 *3)) (-5 *1 (-885 *3)) (-4 *3 (-1078))))
+ (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031))
+ (-5 *2 (-2 (|:| |k| (-805 *3)) (|:| |c| *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-320 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031))
+ (-4 *2 (-445))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 *4)) (-4 *4 (-1214 (-553))) (-5 *2 (-630 (-553)))
+ (-5 *1 (-479 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-445))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833)) (-4 *3 (-445)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-630 (-401 *7)))
+ (-4 *7 (-1214 *6)) (-5 *3 (-401 *7)) (-4 *6 (-357))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-563 *6 *7)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460))))
+ ((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460))))
+ ((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))))
+(((*1 *1) (-5 *1 (-809))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1017)) (-5 *3 (-1155)) (-5 *1 (-261)))))
+(((*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1178 *3)) (-4 *3 (-1079)))))
+(((*1 *1 *2 *3 *3 *4 *5)
+ (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *3 (-630 (-856)))
+ (-5 *4 (-630 (-903))) (-5 *5 (-630 (-257))) (-5 *1 (-461))))
+ ((*1 *1 *2 *3 *3 *4)
+ (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *3 (-630 (-856)))
+ (-5 *4 (-630 (-903))) (-5 *1 (-461))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *1 (-461))))
+ ((*1 *1 *1) (-5 *1 (-461))))
+(((*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 (-630 *8))) (-5 *3 (-630 *8))
+ (-4 *8 (-931 *5 *7 *6)) (-4 *5 (-13 (-301) (-144)))
+ (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-111))
+ (-5 *1 (-906 *5 *6 *7 *8)))))
+(((*1 *1 *1 *1) (-4 *1 (-301))) ((*1 *1 *1 *1) (-5 *1 (-757)))
+ ((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *1 *1) (-5 *1 (-845)))
((*1 *2 *1)
- (-12 (-5 *2 (-1080 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 *4))))
- (-4 *3 (-1078)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-633 *3 *4 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2594 *3)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
+ (-12 (-4 *1 (-1082 *2 *3 *4 *5 *6)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079))))
+ ((*1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-1136))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1155)))))
+(((*1 *1) (-5 *1 (-1043))))
(((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4))
- (-4 *4 (-343)))))
-(((*1 *2 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-673 *3))))
- (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
-(((*1 *1) (-4 *1 (-343)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 *5)) (-4 *5 (-424 *4))
- (-4 *4 (-13 (-544) (-832) (-144)))
- (-5 *2
- (-2 (|:| |primelt| *5) (|:| |poly| (-629 (-1150 *5)))
- (|:| |prim| (-1150 *5))))
- (-5 *1 (-426 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-544) (-832) (-144)))
- (-5 *2
- (-2 (|:| |primelt| *3) (|:| |pol1| (-1150 *3))
- (|:| |pol2| (-1150 *3)) (|:| |prim| (-1150 *3))))
- (-5 *1 (-426 *4 *3)) (-4 *3 (-27)) (-4 *3 (-424 *4))))
- ((*1 *2 *3 *4 *3 *4)
- (-12 (-5 *3 (-933 *5)) (-5 *4 (-1154)) (-4 *5 (-13 (-357) (-144)))
- (-5 *2
- (-2 (|:| |coef1| (-552)) (|:| |coef2| (-552))
- (|:| |prim| (-1150 *5))))
- (-5 *1 (-941 *5))))
+ (-12 (-5 *3 (-674 (-310 (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1214 *4)) (-5 *1 (-793 *4 *2 *3 *5))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *3 (-641 *2))
+ (-4 *5 (-641 (-401 *2)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-629 (-1154)))
- (-4 *5 (-13 (-357) (-144)))
- (-5 *2
- (-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 *5)))
- (|:| |prim| (-1150 *5))))
- (-5 *1 (-941 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 (-933 *6))) (-5 *4 (-629 (-1154))) (-5 *5 (-1154))
- (-4 *6 (-13 (-357) (-144)))
- (-5 *2
- (-2 (|:| -4158 (-629 (-552))) (|:| |poly| (-629 (-1150 *6)))
- (|:| |prim| (-1150 *6))))
- (-5 *1 (-941 *6)))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
- (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220)))
- (-5 *6 (-220)) (-5 *2 (-1016)) (-5 *1 (-737)))))
+ (-12 (-4 *2 (-1214 *4)) (-5 *1 (-793 *4 *2 *5 *3))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *5 (-641 *2))
+ (-4 *3 (-641 (-401 *2))))))
(((*1 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078)))))
-(((*1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-983))
- (-4 *2 (-1030)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-908)))))
-(((*1 *1) (-5 *1 (-431))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1136)) (-5 *4 (-166 (-220))) (-5 *5 (-552))
- (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1136)) (-5 *4 (-166 (-220))) (-5 *5 (-552))
- (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-552)) (-5 *5 (-673 (-220)))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))
- (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-958 *4 *5 *6 *7)))))
-(((*1 *1 *1 *1) (-4 *1 (-301))) ((*1 *1 *1 *1) (-5 *1 (-756)))
- ((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *1 *1) (-5 *1 (-844)))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1081 *2 *3 *4 *5 *6)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078))))
- ((*1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-1135))))
- ((*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1154)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
+ (-12 (-4 *3 (-1031)) (-5 *2 (-940 (-698 *3 *4))) (-5 *1 (-698 *3 *4))
+ (-4 *4 (-1214 *3)))))
+(((*1 *1) (-5 *1 (-809))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552)))))
- (-4 *3 (-1213 *4)) (-5 *1 (-794 *4 *3 *2 *5)) (-4 *2 (-640 *3))
- (-4 *5 (-640 (-401 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-401 *5))
- (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *5 (-1213 *4))
- (-5 *1 (-794 *4 *5 *2 *6)) (-4 *2 (-640 *5)) (-4 *6 (-640 *3)))))
+ (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-111))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 (-166 *4))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-111)) (-5 *1 (-1181 *4 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *4))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-474 *4 *5))) (-14 *4 (-629 (-1154)))
- (-4 *5 (-445)) (-5 *2 (-629 (-242 *4 *5))) (-5 *1 (-617 *4 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))))
+ (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3))
+ (-4 *3 (-13 (-357) (-1177) (-984))))))
+(((*1 *2)
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
(((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-804 *3)) (|:| |rm| (-804 *3))))
- (-5 *1 (-804 *3)) (-4 *3 (-832))))
- ((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *2 (-1016)) (-5 *1 (-736)))))
-(((*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))))
-(((*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-52)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-805 *3)) (|:| |rm| (-805 *3))))
+ (-5 *1 (-805 *3)) (-4 *3 (-833))))
+ ((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-1255 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-1031)) (-4 *4 (-169))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031))
+ (-4 *3 (-169)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-310 (-373))) (-5 *2 (-310 (-220))) (-5 *1 (-299)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155)) (-5 *2 (-1 (-220) (-220))) (-5 *1 (-689 *3))
+ (-4 *3 (-601 (-529)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1155)) (-5 *2 (-1 (-220) (-220) (-220)))
+ (-5 *1 (-689 *3)) (-4 *3 (-601 (-529))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-52)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))))
+(((*1 *2 *2 *2)
+ (-12
(-5 *2
- (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552))
- (|:| |success| (-111))))
- (-5 *1 (-774)) (-5 *5 (-552)))))
-(((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-351 *3)) (-4 *3 (-343)))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-844)))))
+ (-630
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-757)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-779)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-445)) (-4 *5 (-833))
+ (-5 *1 (-442 *3 *4 *5 *6)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1238 *4)) (-4 *4 (-626 (-553)))
+ (-5 *2 (-1238 (-553))) (-5 *1 (-1265 *4)))))
(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-544))))
+ (|partial| -12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-545))))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777))
- (-4 *2 (-544))))
- ((*1 *1 *1 *1) (|partial| -4 *1 (-544)))
+ (|partial| -12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778))
+ (-4 *2 (-545))))
+ ((*1 *1 *1 *1) (|partial| -4 *1 (-545)))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030))
- (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-544))))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-756)))
+ (|partial| -12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031))
+ (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-545))))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-757)))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-544))))
- ((*1 *1 *1 *1) (-5 *1 (-844)))
+ (|partial| -12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-545))))
+ ((*1 *1 *1 *1) (-5 *1 (-845)))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1237 *4)) (-4 *4 (-1213 *3)) (-4 *3 (-544))
- (-5 *1 (-950 *3 *4))))
+ (-12 (-5 *2 (-1238 *4)) (-4 *4 (-1214 *3)) (-4 *3 (-545))
+ (-5 *1 (-951 *3 *4))))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1033 *3 *4 *2 *5 *6)) (-4 *2 (-1030))
- (-4 *5 (-233 *4 *2)) (-4 *6 (-233 *3 *2)) (-4 *2 (-544))))
+ (|partial| -12 (-4 *1 (-1034 *3 *4 *2 *5 *6)) (-4 *2 (-1031))
+ (-4 *5 (-233 *4 *2)) (-4 *6 (-233 *3 *2)) (-4 *2 (-545))))
((*1 *2 *2 *2)
- (|partial| -12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-1158)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-357)) (-5 *1 (-1006 *3 *2)) (-4 *2 (-640 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-357)) (-5 *2 (-2 (|:| -2771 *3) (|:| -1443 (-629 *5))))
- (-5 *1 (-1006 *5 *3)) (-5 *4 (-629 *5)) (-4 *3 (-640 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-552))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-552)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4)))
- (-5 *2 (-1237 *6)) (-5 *1 (-330 *3 *4 *5 *6))
- (-4 *6 (-336 *3 *4 *5)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1154)) (-5 *2 (-1158)) (-5 *1 (-1157)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-296))))
- ((*1 *1 *1) (-4 *1 (-296)))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844))))
- ((*1 *1 *1) (-5 *1 (-844))))
-(((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1154)) (-5 *1 (-659 *3)) (-4 *3 (-1078)))))
-(((*1 *2) (-12 (-5 *2 (-1125 (-1136))) (-5 *1 (-385)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-257))) (-5 *1 (-1238))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-257))) (-5 *1 (-1238))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-257))) (-5 *1 (-1239))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-257))) (-5 *1 (-1239)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1030)) (-5 *1 (-1209 *3 *2)) (-4 *2 (-1213 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-301))
- (-5 *1 (-897 *3 *4 *5 *2)) (-4 *2 (-930 *5 *3 *4))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *6)) (-4 *6 (-930 *5 *3 *4)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *5 (-301)) (-5 *1 (-897 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *6 *4 *5))
- (-5 *1 (-897 *4 *5 *6 *2)) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *6 (-301)))))
+ (|partial| -12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1238 *4)) (-4 *4 (-626 (-553)))
+ (-5 *2 (-1238 (-401 (-553)))) (-5 *1 (-1265 *4)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-947))) (-5 *1 (-108)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1134 (-552))) (-5 *1 (-1138 *4)) (-4 *4 (-1030))
- (-5 *3 (-552)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))))
+ (-12 (-4 *1 (-902)) (-5 *2 (-2 (|:| -4157 (-630 *1)) (|:| -4125 *1)))
+ (-5 *3 (-630 *1)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (-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 (-187)))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-411 *4)))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1162)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1031))
+ (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278)))
+ (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-257))) (-5 *1 (-1239))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-257))) (-5 *1 (-1239))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-257))) (-5 *1 (-1240))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-257))) (-5 *1 (-1240)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1135 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1031))
+ (-5 *3 (-401 (-553))) (-5 *1 (-1139 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-936)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1214 *6))
+ (-4 *6 (-13 (-27) (-424 *5)))
+ (-4 *5 (-13 (-833) (-545) (-1020 (-553)))) (-4 *8 (-1214 (-401 *7)))
+ (-5 *2 (-574 *3)) (-5 *1 (-541 *5 *6 *7 *8 *3))
+ (-4 *3 (-336 *6 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-2 (|:| -3476 *4) (|:| -2672 (-553)))))
+ (-4 *4 (-1214 (-553))) (-5 *2 (-723 (-757))) (-5 *1 (-435 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-412 *5)) (-4 *5 (-1214 *4)) (-4 *4 (-1031))
+ (-5 *2 (-723 (-757))) (-5 *1 (-437 *4 *5)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4368)) (-4 *1 (-148 *3))
- (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4369)) (-4 *1 (-148 *3))
+ (-4 *3 (-1192))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3))))
+ (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-658 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-659 *3)) (-4 *3 (-1192))))
((*1 *2 *1 *3)
- (|partial| -12 (-4 *1 (-1184 *4 *5 *3 *2)) (-4 *4 (-544))
- (-4 *5 (-778)) (-4 *3 (-832)) (-4 *2 (-1044 *4 *5 *3))))
+ (|partial| -12 (-4 *1 (-1185 *4 *5 *3 *2)) (-4 *4 (-545))
+ (-4 *5 (-779)) (-4 *3 (-833)) (-4 *2 (-1045 *4 *5 *3))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-5 *1 (-1188 *2)) (-4 *2 (-1191)))))
-(((*1 *2)
- (-12 (-4 *3 (-1195)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4)))
- (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5)))))
+ (-12 (-5 *3 (-757)) (-5 *1 (-1189 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-568)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-873 *4)) (-5 *3 (-1 (-111) *5)) (-4 *4 (-1078))
- (-4 *5 (-1191)) (-5 *1 (-871 *4 *5))))
+ (-12 (-5 *2 (-874 *4)) (-5 *3 (-1 (-111) *5)) (-4 *4 (-1079))
+ (-4 *5 (-1192)) (-5 *1 (-872 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-873 *4)) (-5 *3 (-629 (-1 (-111) *5))) (-4 *4 (-1078))
- (-4 *5 (-1191)) (-5 *1 (-871 *4 *5))))
+ (-12 (-5 *2 (-874 *4)) (-5 *3 (-630 (-1 (-111) *5))) (-4 *4 (-1079))
+ (-4 *5 (-1192)) (-5 *1 (-872 *4 *5))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-873 *5)) (-5 *3 (-629 (-1154)))
- (-5 *4 (-1 (-111) (-629 *6))) (-4 *5 (-1078)) (-4 *6 (-1191))
- (-5 *1 (-871 *5 *6))))
+ (-12 (-5 *2 (-874 *5)) (-5 *3 (-630 (-1155)))
+ (-5 *4 (-1 (-111) (-630 *6))) (-4 *5 (-1079)) (-4 *6 (-1192))
+ (-5 *1 (-872 *5 *6))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-111) *5)) (-4 *5 (-1191)) (-4 *4 (-832))
- (-5 *1 (-918 *4 *2 *5)) (-4 *2 (-424 *4))))
+ (-12 (-5 *3 (-1 (-111) *5)) (-4 *5 (-1192)) (-4 *4 (-833))
+ (-5 *1 (-919 *4 *2 *5)) (-4 *2 (-424 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 (-1 (-111) *5))) (-4 *5 (-1191)) (-4 *4 (-832))
- (-5 *1 (-918 *4 *2 *5)) (-4 *2 (-424 *4))))
+ (-12 (-5 *3 (-630 (-1 (-111) *5))) (-4 *5 (-1192)) (-4 *4 (-833))
+ (-5 *1 (-919 *4 *2 *5)) (-4 *2 (-424 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-1 (-111) *5)) (-4 *5 (-1191))
- (-5 *2 (-310 (-552))) (-5 *1 (-919 *5))))
+ (-12 (-5 *3 (-1155)) (-5 *4 (-1 (-111) *5)) (-4 *5 (-1192))
+ (-5 *2 (-310 (-553))) (-5 *1 (-920 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-629 (-1 (-111) *5))) (-4 *5 (-1191))
- (-5 *2 (-310 (-552))) (-5 *1 (-919 *5))))
+ (-12 (-5 *3 (-1155)) (-5 *4 (-630 (-1 (-111) *5))) (-4 *5 (-1192))
+ (-5 *2 (-310 (-553))) (-5 *1 (-920 *5))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-1 (-111) (-629 *6)))
- (-4 *6 (-13 (-424 *5) (-867 *4) (-600 (-873 *4)))) (-4 *4 (-1078))
- (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4))))
- (-5 *1 (-1054 *4 *5 *6)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756))
- (-4 *4 (-169))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-155 *4 *2))
- (-4 *2 (-424 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1070 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-832) (-544)))
- (-5 *1 (-155 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1070 *1)) (-4 *1 (-157))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1154))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-458 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-1257 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-169)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-301)) (-5 *1 (-176 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-544)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
- (-5 *1 (-1181 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *6))))
- (-5 *4 (-1007 (-825 (-552)))) (-5 *5 (-1154)) (-5 *7 (-401 (-552)))
- (-4 *6 (-1030)) (-5 *2 (-844)) (-5 *1 (-582 *6)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -3428 *6) (|:| |sol?| (-111))) (-552)
- *6))
- (-4 *6 (-357)) (-4 *7 (-1213 *6))
- (-5 *2
- (-3 (-2 (|:| |answer| (-401 *7)) (|:| |a0| *6))
- (-2 (|:| -1411 (-401 *7)) (|:| |coeff| (-401 *7))) "failed"))
- (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4368)) (-4 *1 (-482 *4))
- (-4 *4 (-1191)) (-5 *2 (-111)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-288 *2)) (-4 *2 (-711)) (-4 *2 (-1191)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-993)) (-5 *2 (-844)))))
+ (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-1 (-111) (-630 *6)))
+ (-4 *6 (-13 (-424 *5) (-868 *4) (-601 (-874 *4)))) (-4 *4 (-1079))
+ (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4))))
+ (-5 *1 (-1055 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-301)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
+ (-5 *1 (-1103 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1030)) (-5 *2 (-552)) (-5 *1 (-436 *4 *3 *5))
- (-4 *3 (-1213 *4))
- (-4 *5 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))))))
+ (-12 (-5 *3 (-574 *2)) (-4 *2 (-13 (-29 *4) (-1177)))
+ (-5 *1 (-572 *4 *2))
+ (-4 *4 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-574 (-401 (-934 *4))))
+ (-4 *4 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553))))
+ (-5 *2 (-310 *4)) (-5 *1 (-577 *4)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-357)) (-5 *1 (-878 *2 *3))
+ (-4 *2 (-1214 *3)))))
+(((*1 *2) (-12 (-5 *2 (-630 (-903))) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-630 (-903))) (-5 *1 (-1241)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-1078)) (-5 *2 (-629 *1))
- (-4 *1 (-376 *3 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-720 *3 *4))) (-5 *1 (-720 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-711))))
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *6))
+ (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5))))
((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-930 *3 *4 *5)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-552)) (-5 *5 (-673 (-220)))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *3 (-220))
- (-5 *2 (-1016)) (-5 *1 (-734)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-373)) (-5 *1 (-1042)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-14 *5 (-629 (-1154))) (-4 *2 (-169))
- (-4 *4 (-233 (-2657 *5) (-756)))
- (-14 *6
- (-1 (-111) (-2 (|:| -2840 *3) (|:| -1406 *4))
- (-2 (|:| -2840 *3) (|:| -1406 *4))))
- (-5 *1 (-454 *5 *2 *3 *4 *6 *7)) (-4 *3 (-832))
- (-4 *7 (-930 *2 *4 (-846 *5))))))
+ (-12 (-5 *2 (-630 (-887 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *6 (-1137))
+ (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
+ (-12 (-5 *3 (-1137)) (-5 *5 (-674 (-220))) (-5 *6 (-220))
+ (-5 *7 (-674 (-553))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-738)))))
+(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1137)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3))))
+ (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-552)) (-4 *1 (-56 *4 *5 *3)) (-4 *4 (-1191))
- (-4 *5 (-367 *4)) (-4 *3 (-367 *4)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 *1)) (-5 *3 (-629 *7)) (-4 *1 (-1050 *4 *5 *6 *7))
- (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 *1))
- (-4 *1 (-1050 *4 *5 *6 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-445)) (-4 *3 (-832)) (-4 *4 (-778))
- (-5 *1 (-968 *2 *3 *4 *5)) (-4 *5 (-930 *2 *4 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
+ (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-362)) (-5 *2 (-903))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *4)) (-4 *4 (-343)) (-5 *2 (-903))
+ (-5 *1 (-521 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-903))) (-5 *1 (-1080 *3 *4)) (-14 *3 (-903))
+ (-14 *4 (-903)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-969 (-401 (-553)) (-847 *3) (-235 *4 (-757))
+ (-242 *3 (-401 (-553)))))
+ (-14 *3 (-630 (-1155))) (-14 *4 (-757)) (-5 *1 (-968 *3 *4)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-630 (-2 (|:| |totdeg| (-757)) (|:| -4112 *3))))
+ (-5 *4 (-757)) (-4 *3 (-931 *5 *6 *7)) (-4 *5 (-445)) (-4 *6 (-779))
+ (-4 *7 (-833)) (-5 *1 (-442 *5 *6 *7 *3)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))))
+(((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-310 (-373))) (-5 *1 (-299)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-111) *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-111))
+ (-5 *2 (-1017)) (-5 *1 (-731)))))
+(((*1 *1) (-5 *1 (-220))) ((*1 *1) (-5 *1 (-373))))
+(((*1 *2)
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5)) (-4 *5 (-1078)) (-5 *2 (-1 *5 *4))
- (-5 *1 (-667 *4 *5)) (-4 *4 (-1078))))
+ (-12 (-5 *3 (-1 *5)) (-4 *5 (-1079)) (-5 *2 (-1 *5 *4))
+ (-5 *1 (-668 *4 *5)) (-4 *4 (-1079))))
((*1 *2 *2)
- (-12 (-4 *3 (-832)) (-5 *1 (-910 *3 *2)) (-4 *2 (-424 *3))))
+ (-12 (-4 *3 (-833)) (-5 *1 (-911 *3 *2)) (-4 *2 (-424 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-310 (-552))) (-5 *1 (-911))))
+ (-12 (-5 *3 (-1155)) (-5 *2 (-310 (-553))) (-5 *1 (-912))))
((*1 *2 *1)
- (-12 (-4 *1 (-1254 *3 *2)) (-4 *3 (-832)) (-4 *2 (-1030))))
+ (-12 (-4 *1 (-1255 *3 *2)) (-4 *3 (-833)) (-4 *2 (-1031))))
((*1 *2 *1)
- (-12 (-4 *2 (-1030)) (-5 *1 (-1260 *2 *3)) (-4 *3 (-828)))))
-(((*1 *2 *2 *3 *3 *4)
- (-12 (-5 *4 (-756)) (-4 *3 (-544)) (-5 *1 (-950 *3 *2))
- (-4 *2 (-1213 *3)))))
-(((*1 *1 *2 *3)
- (-12
- (-5 *3
- (-629
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
- (|:| |xpnt| (-552)))))
- (-4 *2 (-544)) (-5 *1 (-412 *2))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |contp| (-552))
- (|:| -3772 (-629 (-2 (|:| |irr| *4) (|:| -2277 (-552)))))))
- (-4 *4 (-1213 (-552))) (-5 *2 (-412 *4)) (-5 *1 (-435 *4)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-166 (-220))))
- (-5 *2 (-1016)) (-5 *1 (-739)))))
-(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))))
+ (-12 (-4 *2 (-1031)) (-5 *1 (-1261 *2 *3)) (-4 *3 (-829)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1158))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158))))
+ ((*1 *2 *3 *1) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-874 *4)) (-4 *4 (-1079)) (-5 *1 (-871 *4 *3))
+ (-4 *3 (-1079)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-545) (-144))) (-5 *1 (-530 *3 *2))
+ (-4 *2 (-1229 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-4 *4 (-1214 *3))
+ (-4 *5 (-710 *3 *4)) (-5 *1 (-534 *3 *4 *5 *2)) (-4 *2 (-1229 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-5 *1 (-535 *3 *2))
+ (-4 *2 (-1229 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-13 (-545) (-144)))
+ (-5 *1 (-1131 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1151 *7)) (-4 *7 (-931 *6 *4 *5)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1031)) (-5 *2 (-1151 *6))
+ (-5 *1 (-315 *4 *5 *6 *7)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-902)) (-4 *6 (-13 (-544) (-832)))
- (-5 *2 (-629 (-310 *6))) (-5 *1 (-216 *5 *6)) (-5 *3 (-310 *6))
- (-4 *5 (-1030))))
- ((*1 *2 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-544))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-573 *5)) (-4 *5 (-13 (-29 *4) (-1176)))
- (-4 *4 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552))))
- (-5 *2 (-629 *5)) (-5 *1 (-571 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-573 (-401 (-933 *4))))
- (-4 *4 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552))))
- (-5 *2 (-629 (-310 *4))) (-5 *1 (-576 *4))))
+ (-12 (-5 *4 (-903)) (-4 *6 (-13 (-545) (-833)))
+ (-5 *2 (-630 (-310 *6))) (-5 *1 (-216 *5 *6)) (-5 *3 (-310 *6))
+ (-4 *5 (-1031))))
+ ((*1 *2 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-545))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-574 *5)) (-4 *5 (-13 (-29 *4) (-1177)))
+ (-4 *4 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553))))
+ (-5 *2 (-630 *5)) (-5 *1 (-572 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-574 (-401 (-934 *4))))
+ (-4 *4 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553))))
+ (-5 *2 (-630 (-310 *4))) (-5 *1 (-577 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1073 *3 *2)) (-4 *3 (-830)) (-4 *2 (-1127 *3))))
+ (-12 (-4 *1 (-1074 *3 *2)) (-4 *3 (-831)) (-4 *2 (-1128 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 *1)) (-4 *1 (-1073 *4 *2)) (-4 *4 (-830))
- (-4 *2 (-1127 *4))))
+ (-12 (-5 *3 (-630 *1)) (-4 *1 (-1074 *4 *2)) (-4 *4 (-831))
+ (-4 *2 (-1128 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176)))))
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177)))))
((*1 *2 *1)
- (-12 (-5 *2 (-1252 (-1154) *3)) (-5 *1 (-1259 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-1253 (-1155) *3)) (-5 *1 (-1260 *3)) (-4 *3 (-1031))))
((*1 *2 *1)
- (-12 (-5 *2 (-1252 *3 *4)) (-5 *1 (-1261 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-1030)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-756)) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5))
- (-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
- ((*1 *1 *2)
- (-12 (-4 *2 (-1030)) (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
- (-4 *5 (-233 *3 *2)))))
+ (-12 (-5 *2 (-1253 *3 *4)) (-5 *1 (-1262 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-1031)))))
+(((*1 *1 *1) (-4 *1 (-538))))
(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-1054 *3 *4 *5))) (-4 *3 (-1078))
- (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3))))
- (-4 *5 (-13 (-424 *4) (-867 *3) (-600 (-873 *3))))
- (-5 *1 (-1055 *3 *4 *5)))))
-(((*1 *1 *1) (-4 *1 (-537))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-509))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1078) (-34))) (-5 *1 (-1118 *3 *2))
- (-4 *3 (-13 (-1078) (-34)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1248)))))
-(((*1 *2)
- (-12 (-5 *2 (-902)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-902)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-324)))))
-(((*1 *2 *3) (-12 (-5 *3 (-933 (-220))) (-5 *2 (-220)) (-5 *1 (-299)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-809)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1213 *2)) (-4 *2 (-1195)) (-5 *1 (-145 *2 *4 *3))
- (-4 *3 (-1213 (-401 *4))))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-5 *1 (-1230 *3 *2))
- (-4 *2 (-1228 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1163 (-629 *4))) (-4 *4 (-832))
- (-5 *2 (-629 (-629 *4))) (-5 *1 (-1162 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-844)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-843))))
- ((*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-843)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-522 *3)) (-4 *3 (-13 (-711) (-25))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1154)) (-4 *4 (-1030)) (-4 *4 (-832))
- (-5 *2 (-2 (|:| |var| (-598 *1)) (|:| -1406 (-552))))
- (-4 *1 (-424 *4))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-113)) (-4 *4 (-1030)) (-4 *4 (-832))
- (-5 *2 (-2 (|:| |var| (-598 *1)) (|:| -1406 (-552))))
- (-4 *1 (-424 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1090)) (-4 *3 (-832))
- (-5 *2 (-2 (|:| |var| (-598 *1)) (|:| -1406 (-552))))
- (-4 *1 (-424 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |val| (-873 *3)) (|:| -1406 (-756))))
- (-5 *1 (-873 *3)) (-4 *3 (-1078))))
+ (-12 (-5 *2 (-630 (-1055 *3 *4 *5))) (-4 *3 (-1079))
+ (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3))))
+ (-4 *5 (-13 (-424 *4) (-868 *3) (-601 (-874 *3))))
+ (-5 *1 (-1056 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-510))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-930 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-2 (|:| |var| *5) (|:| -1406 (-756))))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030))
- (-4 *7 (-930 *6 *4 *5))
- (-5 *2 (-2 (|:| |var| *5) (|:| -1406 (-552))))
- (-5 *1 (-931 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-357)
- (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $))
- (-15 -4026 (*7 $))))))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4))
- (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6)))
- (-4 *8 (-336 *5 *6 *7))
- (-4 *4 (-13 (-832) (-544) (-1019 (-552))))
- (-5 *2 (-2 (|:| -4241 (-756)) (|:| -2403 *8)))
- (-5 *1 (-892 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-330 (-401 (-552)) *4 *5 *6))
- (-4 *4 (-1213 (-401 (-552)))) (-4 *5 (-1213 (-401 *4)))
- (-4 *6 (-336 (-401 (-552)) *4 *5))
- (-5 *2 (-2 (|:| -4241 (-756)) (|:| -2403 *6)))
- (-5 *1 (-893 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-873 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1) (-12 (-4 *1 (-1099 *3)) (-4 *3 (-1191)) (-5 *2 (-756)))))
-(((*1 *1 *1) (-4 *1 (-1122))))
+ (-12 (-4 *2 (-13 (-1079) (-34))) (-5 *1 (-1119 *3 *2))
+ (-4 *3 (-13 (-1079) (-34)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1249)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-412 *6)) (-4 *6 (-1213 *5))
- (-4 *5 (-1030)) (-5 *2 (-629 *6)) (-5 *1 (-437 *5 *6)))))
-(((*1 *1 *2 *3)
- (|partial| -12 (-5 *2 (-483)) (-5 *3 (-935)) (-5 *1 (-525))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *3 (-935)) (-4 *1 (-752 *2)) (-4 *2 (-1078)))))
+ (-12 (-5 *4 (-757)) (-4 *5 (-1031)) (-4 *2 (-1214 *5))
+ (-5 *1 (-1232 *5 *2 *6 *3)) (-4 *6 (-641 *2)) (-4 *3 (-1229 *5)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-757)) (-4 *5 (-343)) (-4 *6 (-1214 *5))
+ (-5 *2
+ (-630
+ (-2 (|:| -3428 (-674 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-674 *6)))))
+ (-5 *1 (-491 *5 *6 *7))
+ (-5 *3
+ (-2 (|:| -3428 (-674 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-674 *6))))
+ (-4 *7 (-1214 *6)))))
+(((*1 *2 *3 *3 *1)
+ (|partial| -12 (-5 *3 (-1155)) (-5 *2 (-1083)) (-5 *1 (-285)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-599 *2))) (-5 *4 (-630 (-1155)))
+ (-4 *2 (-13 (-424 (-166 *5)) (-984) (-1177)))
+ (-4 *5 (-13 (-545) (-833))) (-5 *1 (-587 *5 *6 *2))
+ (-4 *6 (-13 (-424 *5) (-984) (-1177))))))
+(((*1 *2) (-12 (-4 *3 (-169)) (-5 *2 (-1238 *1)) (-4 *1 (-361 *3)))))
+(((*1 *2 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-737)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1237 *5)) (-4 *5 (-625 *4)) (-4 *4 (-544))
- (-5 *2 (-1237 *4)) (-5 *1 (-624 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111)))))
-(((*1 *2)
- (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5)))
- (-5 *2 (-629 (-629 *4))) (-5 *1 (-335 *3 *4 *5 *6))
- (-4 *3 (-336 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-4 *3 (-362)) (-5 *2 (-629 (-629 *3))))))
+ (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-668 *4 *3)) (-4 *4 (-1079))
+ (-4 *3 (-1079)))))
+(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1017)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-845)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4)
- (-242 *4 (-401 (-552)))))
- (-14 *4 (-629 (-1154))) (-14 *5 (-756)) (-5 *2 (-111))
- (-5 *1 (-497 *4 *5)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-523 *3)) (-4 *3 (-13 (-712) (-25))))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-819 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-826 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *2) (-12 (-5 *2 (-310 (-220))) (-5 *1 (-205)))))
+(((*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-874 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1100 *3)) (-4 *3 (-1192)) (-5 *2 (-757)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-96)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157))))
- ((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1158)))))
+ (-12 (-5 *4 (-1 (-630 *5) *6))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5))
+ (-5 *2 (-630 (-2 (|:| |poly| *6) (|:| -2770 *3))))
+ (-5 *1 (-795 *5 *6 *3 *7)) (-4 *3 (-641 *6))
+ (-4 *7 (-641 (-401 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-630 *5) *6))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *6 (-1214 *5))
+ (-5 *2 (-630 (-2 (|:| |poly| *6) (|:| -2770 (-639 *6 (-401 *6))))))
+ (-5 *1 (-798 *5 *6)) (-5 *3 (-639 *6 (-401 *6))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-166 *5)) (-4 *5 (-13 (-424 *4) (-984) (-1177)))
+ (-4 *4 (-13 (-545) (-833)))
+ (-4 *2 (-13 (-424 (-166 *4)) (-984) (-1177)))
+ (-5 *1 (-587 *4 *5 *2)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155))
+ (-14 *4 *2))))
(((*1 *2 *3)
- (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1195)) (-4 *3 (-1213 *4))
- (-4 *5 (-1213 (-401 *3))) (-5 *2 (-111))))
+ (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-630 (-630 *7)))
+ (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-630 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779))
+ (-4 *7 (-833)) (-4 *8 (-931 *5 *6 *7)) (-5 *2 (-630 (-630 *8)))
+ (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-630 *8)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-630 (-630 *7)))
+ (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-630 *7))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779))
+ (-4 *7 (-833)) (-4 *8 (-931 *5 *6 *7)) (-5 *2 (-630 (-630 *8)))
+ (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-630 *8))))
((*1 *2 *3)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
+ (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-630 (-630 *7)))
+ (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-630 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779))
+ (-4 *7 (-833)) (-4 *8 (-931 *5 *6 *7)) (-5 *2 (-630 (-630 *8)))
+ (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-630 *8)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-187))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-294))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-299)))))
+ (-12 (-5 *3 (-630 (-220))) (-5 *2 (-1238 (-684))) (-5 *1 (-299)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-757)) (-4 *5 (-545))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-951 *5 *3)) (-4 *3 (-1214 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1137)) (-5 *2 (-553)) (-5 *1 (-1174 *4))
+ (-4 *4 (-1031)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
+ (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-220))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))))
+ (-5 *2 (-1017)) (-5 *1 (-735))))
+ ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
+ (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-220))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))))
+ (-5 *8 (-382)) (-5 *2 (-1017)) (-5 *1 (-735)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-251)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 *1)) (-4 *1 (-424 *4))
- (-4 *4 (-832))))
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 *1)) (-4 *1 (-424 *4))
+ (-4 *4 (-833))))
((*1 *1 *2 *1 *1 *1 *1)
- (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832))))
+ (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833))))
((*1 *1 *2 *1 *1 *1)
- (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832))))
+ (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-321 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (-5 *1 (-508 *3 *4)) (-4 *3 (-1191)) (-14 *4 *2))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-320 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-777)))))
-(((*1 *2 *1) (-12 (-4 *1 (-936)) (-5 *2 (-629 (-629 (-924 (-220)))))))
- ((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-629 (-629 (-924 (-220))))))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-629 (-274))) (-5 *1 (-274))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1159))) (-5 *1 (-1159)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *1 (-1186 *3))
- (-4 *3 (-955)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-629 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-830)) (-5 *2 (-552))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-886 *3)) (-4 *3 (-1078))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1047 *4 *3)) (-4 *4 (-13 (-830) (-357)))
- (-4 *3 (-1213 *4)) (-5 *2 (-552))))
- ((*1 *2 *3)
- (|partial| -12
- (-4 *4 (-13 (-544) (-832) (-1019 *2) (-625 *2) (-445)))
- (-5 *2 (-552)) (-5 *1 (-1094 *4 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *4)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-825 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-544) (-832) (-1019 *2) (-625 *2) (-445)))
- (-5 *2 (-552)) (-5 *1 (-1094 *6 *3))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-1136))
- (-4 *6 (-13 (-544) (-832) (-1019 *2) (-625 *2) (-445)))
- (-5 *2 (-552)) (-5 *1 (-1094 *6 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *6)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-445)) (-5 *2 (-552))
- (-5 *1 (-1095 *4))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-825 (-401 (-933 *6))))
- (-5 *3 (-401 (-933 *6))) (-4 *6 (-445)) (-5 *2 (-552))
- (-5 *1 (-1095 *6))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-401 (-933 *6))) (-5 *4 (-1154))
- (-5 *5 (-1136)) (-4 *6 (-445)) (-5 *2 (-552)) (-5 *1 (-1095 *6))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *2 (-552)) (-5 *1 (-1173 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
- (-12 (-5 *4 (-552)) (-5 *6 (-1 (-1242) (-1237 *5) (-1237 *5) (-373)))
- (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242))
- (-5 *1 (-773)))))
+ (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031)) (-4 *2 (-357))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-357)) (-5 *1 (-644 *4 *2))
+ (-4 *2 (-641 *4)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-149 *2 *3 *4)) (-14 *2 (-903)) (-4 *3 (-357))
+ (-14 *4 (-975 *2 *3))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1214 *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 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-545))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-701 *2 *3 *4 *5 *6)) (-4 *2 (-169))
+ (-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 (-704 *2)) (-4 *2 (-357))))
+ ((*1 *1) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357))))
+ ((*1 *1 *1) (|partial| -4 *1 (-708)))
+ ((*1 *1 *1) (|partial| -4 *1 (-712)))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
+ (-5 *1 (-762 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-4 *1 (-1048 *3 *2)) (-4 *3 (-13 (-831) (-357)))
+ (-4 *2 (-1214 *3))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))))
+(((*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1192)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *1) (-12 (-4 *1 (-520)) (-5 *2 (-1099)))))
+(((*1 *1 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1079)) (-4 *2 (-362)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))
+ (-5 *2 (-630 (-220))) (-5 *1 (-299)))))
(((*1 *1 *1) (-5 *1 (-48)))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1191))
- (-4 *2 (-1191)) (-5 *1 (-57 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-58 *5)) (-4 *5 (-1192))
+ (-4 *2 (-1192)) (-5 *1 (-57 *5 *2))))
((*1 *2 *3 *1 *2 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1078)) (|has| *1 (-6 -4368))
- (-4 *1 (-148 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1079)) (|has| *1 (-6 -4369))
+ (-4 *1 (-148 *2)) (-4 *2 (-1192))))
((*1 *2 *3 *1 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4368)) (-4 *1 (-148 *2))
- (-4 *2 (-1191))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4369)) (-4 *1 (-148 *2))
+ (-4 *2 (-1192))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4368)) (-4 *1 (-148 *2))
- (-4 *2 (-1191))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4369)) (-4 *1 (-148 *2))
+ (-4 *2 (-1192))))
((*1 *2 *3)
- (-12 (-4 *4 (-1030))
- (-5 *2 (-2 (|:| -2291 (-1150 *4)) (|:| |deg| (-902))))
- (-5 *1 (-216 *4 *5)) (-5 *3 (-1150 *4)) (-4 *5 (-13 (-544) (-832)))))
+ (-12 (-4 *4 (-1031))
+ (-5 *2 (-2 (|:| -4112 (-1151 *4)) (|:| |deg| (-903))))
+ (-5 *1 (-216 *4 *5)) (-5 *3 (-1151 *4)) (-4 *5 (-13 (-545) (-833)))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-235 *5 *6)) (-14 *5 (-756))
- (-4 *6 (-1191)) (-4 *2 (-1191)) (-5 *1 (-234 *5 *6 *2))))
+ (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-235 *5 *6)) (-14 *5 (-757))
+ (-4 *6 (-1192)) (-4 *2 (-1192)) (-5 *1 (-234 *5 *6 *2))))
((*1 *1 *2 *3)
(-12 (-4 *4 (-169)) (-5 *1 (-283 *4 *2 *3 *5 *6 *7))
- (-4 *2 (-1213 *4)) (-4 *3 (-23)) (-14 *5 (-1 *2 *2 *3))
+ (-4 *2 (-1214 *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 (-310 *2)) (-4 *2 (-544)) (-4 *2 (-832))))
+ ((*1 *1 *1) (-12 (-5 *1 (-310 *2)) (-4 *2 (-545)) (-4 *2 (-833))))
((*1 *1 *1)
- (-12 (-4 *1 (-329 *2 *3 *4 *5)) (-4 *2 (-357)) (-4 *3 (-1213 *2))
- (-4 *4 (-1213 (-401 *3))) (-4 *5 (-336 *2 *3 *4))))
+ (-12 (-4 *1 (-329 *2 *3 *4 *5)) (-4 *2 (-357)) (-4 *3 (-1214 *2))
+ (-4 *4 (-1214 (-401 *3))) (-4 *5 (-336 *2 *3 *4))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1191)) (-4 *2 (-1191))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1192)) (-4 *2 (-1192))
(-5 *1 (-365 *5 *4 *2 *6)) (-4 *4 (-367 *5)) (-4 *6 (-367 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1078)) (-4 *2 (-1078))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1079)) (-4 *2 (-1079))
(-5 *1 (-417 *5 *4 *2 *6)) (-4 *4 (-419 *5)) (-4 *6 (-419 *2))))
- ((*1 *1 *1) (-5 *1 (-487)))
+ ((*1 *1 *1) (-5 *1 (-488)))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-629 *5)) (-4 *5 (-1191))
- (-4 *2 (-1191)) (-5 *1 (-627 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-630 *5)) (-4 *5 (-1192))
+ (-4 *2 (-1192)) (-5 *1 (-628 *5 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1030)) (-4 *2 (-1030))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1031)) (-4 *2 (-1031))
(-4 *6 (-367 *5)) (-4 *7 (-367 *5)) (-4 *8 (-367 *2))
- (-4 *9 (-367 *2)) (-5 *1 (-669 *5 *6 *7 *4 *2 *8 *9 *10))
- (-4 *4 (-671 *5 *6 *7)) (-4 *10 (-671 *2 *8 *9))))
+ (-4 *9 (-367 *2)) (-5 *1 (-670 *5 *6 *7 *4 *2 *8 *9 *10))
+ (-4 *4 (-672 *5 *6 *7)) (-4 *10 (-672 *2 *8 *9))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-696 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-4 *3 (-23))
+ (-12 (-5 *1 (-697 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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 (-1030)) (-5 *1 (-697 *3 *2)) (-4 *2 (-1213 *3))))
+ (-12 (-4 *3 (-1031)) (-5 *1 (-698 *3 *2)) (-4 *2 (-1214 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-700 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-4 *3 (-23))
+ (-12 (-5 *1 (-701 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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 (-401 *4)) (-4 *4 (-1213 *3)) (-4 *3 (-357))
- (-4 *3 (-169)) (-4 *1 (-709 *3 *4))))
+ (|partial| -12 (-5 *2 (-401 *4)) (-4 *4 (-1214 *3)) (-4 *3 (-357))
+ (-4 *3 (-169)) (-4 *1 (-710 *3 *4))))
((*1 *1 *2)
- (-12 (-4 *3 (-169)) (-4 *1 (-709 *3 *2)) (-4 *2 (-1213 *3))))
+ (-12 (-4 *3 (-169)) (-4 *1 (-710 *3 *2)) (-4 *2 (-1214 *3))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-939 *5)) (-4 *5 (-1191))
- (-4 *2 (-1191)) (-5 *1 (-938 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-940 *5)) (-4 *5 (-1192))
+ (-4 *2 (-1192)) (-5 *1 (-939 *5 *2))))
((*1 *1 *2)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-1015 *3 *4 *5 *2 *6)) (-4 *2 (-930 *3 *4 *5))
- (-14 *6 (-629 *2))))
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-1016 *3 *4 *5 *2 *6)) (-4 *2 (-931 *3 *4 *5))
+ (-14 *6 (-630 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1030)) (-4 *2 (-1030))
- (-14 *5 (-756)) (-14 *6 (-756)) (-4 *8 (-233 *6 *7))
+ (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-1031)) (-4 *2 (-1031))
+ (-14 *5 (-757)) (-14 *6 (-757)) (-4 *8 (-233 *6 *7))
(-4 *9 (-233 *5 *7)) (-4 *10 (-233 *6 *2)) (-4 *11 (-233 *5 *2))
- (-5 *1 (-1035 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
- (-4 *4 (-1033 *5 *6 *7 *8 *9)) (-4 *12 (-1033 *5 *6 *2 *10 *11))))
+ (-5 *1 (-1036 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
+ (-4 *4 (-1034 *5 *6 *7 *8 *9)) (-4 *12 (-1034 *5 *6 *2 *10 *11))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1134 *5)) (-4 *5 (-1191))
- (-4 *2 (-1191)) (-5 *1 (-1132 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1135 *5)) (-4 *5 (-1192))
+ (-4 *2 (-1192)) (-5 *1 (-1133 *5 *2))))
((*1 *2 *2 *1 *3 *4)
(-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-111) *2 *2))
- (-4 *1 (-1184 *5 *6 *7 *2)) (-4 *5 (-544)) (-4 *6 (-778))
- (-4 *7 (-832)) (-4 *2 (-1044 *5 *6 *7))))
+ (-4 *1 (-1185 *5 *6 *7 *2)) (-4 *5 (-545)) (-4 *6 (-779))
+ (-4 *7 (-833)) (-4 *2 (-1045 *5 *6 *7))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1237 *5)) (-4 *5 (-1191))
- (-4 *2 (-1191)) (-5 *1 (-1236 *5 *2)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -1411 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-357)) (-4 *7 (-1213 *6))
- (-5 *2 (-2 (|:| |answer| (-573 (-401 *7))) (|:| |a0| *6)))
- (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))))
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1238 *5)) (-4 *5 (-1192))
+ (-4 *2 (-1192)) (-5 *1 (-1237 *5 *2)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *2 (-545)) (-5 *1 (-951 *2 *3)) (-4 *3 (-1214 *2)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-832)) (-5 *1 (-910 *3 *2)) (-4 *2 (-424 *3))))
+ (-12 (-4 *3 (-833)) (-5 *1 (-911 *3 *2)) (-4 *2 (-424 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-310 (-552))) (-5 *1 (-911)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-445))
- (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-958 *3 *4 *5 *6)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-552)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-756)) (-4 *5 (-169))))
- ((*1 *1 *1 *2 *1 *2)
- (-12 (-5 *2 (-552)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-756)) (-4 *5 (-169))))
- ((*1 *2 *2 *3)
- (-12
+ (-12 (-5 *3 (-1155)) (-5 *2 (-310 (-553))) (-5 *1 (-912)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
(-5 *2
- (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4)
- (-242 *4 (-401 (-552)))))
- (-5 *3 (-629 (-846 *4))) (-14 *4 (-629 (-1154))) (-14 *5 (-756))
- (-5 *1 (-497 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-629 (-673 (-552))))
- (-5 *1 (-1088)))))
-(((*1 *1 *1) (|partial| -4 *1 (-142))) ((*1 *1 *1) (-4 *1 (-343)))
- ((*1 *1 *1) (|partial| -12 (-4 *1 (-142)) (-4 *1 (-890)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))))
-(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-111))
- (-5 *6 (-220)) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD))))
- (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE))))
- (-5 *2 (-1016)) (-5 *1 (-741)))))
-(((*1 *1 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1191)))))
+ (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553))
+ (|:| |success| (-111))))
+ (-5 *1 (-775)) (-5 *5 (-553)))))
+(((*1 *2 *1) (-12 (-4 *1 (-301)) (-5 *2 (-757)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-4 *1 (-56 *4 *5 *2)) (-4 *4 (-1192))
+ (-4 *5 (-367 *4)) (-4 *2 (-367 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *6 *7 *2)) (-4 *6 (-1031))
+ (-4 *7 (-233 *5 *6)) (-4 *2 (-233 *4 *6)))))
+(((*1 *1) (-5 *1 (-789))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-630 (-1155)))
+ (-5 *2 (-630 (-630 (-373)))) (-5 *1 (-1005)) (-5 *5 (-373))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1028 *4 *5)) (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-14 *5 (-630 (-1155))) (-5 *2 (-630 (-630 (-1006 (-401 *4)))))
+ (-5 *1 (-1264 *4 *5 *6)) (-14 *6 (-630 (-1155)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111))
+ (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111))
+ (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111))
+ (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-934 *4)))
+ (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-630 (-1006 (-401 *4))))) (-5 *1 (-1264 *4 *5 *6))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-598 *6)) (-4 *6 (-13 (-424 *5) (-27) (-1176)))
- (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2 (-1150 (-401 (-1150 *6)))) (-5 *1 (-548 *5 *6 *7))
- (-5 *3 (-1150 *6)) (-4 *7 (-1078))))
+ (-12 (-5 *4 (-599 *6)) (-4 *6 (-13 (-424 *5) (-27) (-1177)))
+ (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2 (-1151 (-401 (-1151 *6)))) (-5 *1 (-549 *5 *6 *7))
+ (-5 *3 (-1151 *6)) (-4 *7 (-1079))))
((*1 *2 *1)
- (-12 (-4 *2 (-1213 *3)) (-5 *1 (-697 *3 *2)) (-4 *3 (-1030))))
+ (-12 (-4 *2 (-1214 *3)) (-5 *1 (-698 *3 *2)) (-4 *3 (-1031))))
((*1 *2 *1)
- (-12 (-4 *1 (-709 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1213 *3))))
+ (-12 (-4 *1 (-710 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1214 *3))))
((*1 *2 *3 *4 *4 *5 *6 *7 *8)
- (|partial| -12 (-5 *4 (-1150 *11)) (-5 *6 (-629 *10))
- (-5 *7 (-629 (-756))) (-5 *8 (-629 *11)) (-4 *10 (-832))
- (-4 *11 (-301)) (-4 *9 (-778)) (-4 *5 (-930 *11 *9 *10))
- (-5 *2 (-629 (-1150 *5))) (-5 *1 (-727 *9 *10 *11 *5))
- (-5 *3 (-1150 *5))))
+ (|partial| -12 (-5 *4 (-1151 *11)) (-5 *6 (-630 *10))
+ (-5 *7 (-630 (-757))) (-5 *8 (-630 *11)) (-4 *10 (-833))
+ (-4 *11 (-301)) (-4 *9 (-779)) (-4 *5 (-931 *11 *9 *10))
+ (-5 *2 (-630 (-1151 *5))) (-5 *1 (-728 *9 *10 *11 *5))
+ (-5 *3 (-1151 *5))))
((*1 *2 *1)
- (-12 (-4 *2 (-930 *3 *4 *5)) (-5 *1 (-1015 *3 *4 *5 *2 *6))
- (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-14 *6 (-629 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3))
- (-4 *3 (-13 (-357) (-1176) (-983))))))
-(((*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1136)) (-5 *1 (-299)))))
-(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
+ (-12 (-4 *2 (-931 *3 *4 *5)) (-5 *1 (-1016 *3 *4 *5 *2 *6))
+ (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-14 *6 (-630 *2)))))
+(((*1 *1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *4 (-169)) (-4 *5 (-367 *4))
+ (-4 *6 (-367 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
+ (-5 *1 (-673 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-169)) (-4 *2 (-1031)) (-5 *1 (-700 *2 *3))
+ (-4 *3 (-633 *2))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-169)) (-4 *2 (-1031)) (-5 *1 (-700 *2 *3))
+ (-4 *3 (-633 *2))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-820 *2)) (-4 *2 (-169)) (-4 *2 (-1031))))
+ ((*1 *1 *1) (-12 (-5 *1 (-820 *2)) (-4 *2 (-169)) (-4 *2 (-1031)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984)))
+ (-5 *1 (-173 *3)))))
+(((*1 *1 *1 *1) (-5 *1 (-159)))
+ ((*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-159)))))
+(((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031))
+ (-14 *4 (-630 (-1155)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-52)) (-5 *2 (-111)) (-5 *1 (-51 *4)) (-4 *4 (-1192))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833)))
+ (-14 *4 (-630 (-1155)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-657 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-662 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-875 *3)) (-4 *3 (-833)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-357)) (-4 *3 (-1031))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4125 *1)))
+ (-4 *1 (-835 *3)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1154))
- (-4 *6 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-4 *4 (-13 (-29 *6) (-1176) (-940)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -4199 (-629 *4))))
- (-5 *1 (-786 *6 *4 *3)) (-4 *3 (-640 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-5 *1 (-479 *2)) (-4 *2 (-1213 (-552))))))
+ (-12 (-5 *4 (-111))
+ (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6) (-10 -8 (-15 -3212 ($ *7)))))
+ (-4 *7 (-831))
+ (-4 *8
+ (-13 (-1216 *3 *7) (-357) (-1177)
+ (-10 -8 (-15 -3095 ($ $)) (-15 -1619 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))))
+ (-5 *1 (-416 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1137)) (-4 *9 (-965 *8))
+ (-14 *10 (-1155)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1030))
- (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278)))
- (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-902)) (-4 *5 (-1030))
- (-4 *2 (-13 (-398) (-1019 *5) (-357) (-1176) (-278)))
- (-5 *1 (-436 *5 *3 *2)) (-4 *3 (-1213 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1252 (-1154) *3)) (-4 *3 (-1030)) (-5 *1 (-1259 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1252 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030))
- (-5 *1 (-1261 *3 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4))
- (-5 *2 (-2 (|:| -4158 (-401 *5)) (|:| |poly| *3)))
- (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1213 (-401 *5))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-483)))))
-(((*1 *1 *1) (-4 *1 (-537))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-630 *3)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-411 *4)))))
+(((*1 *1 *1) (-4 *1 (-538))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *1 *1) (-4 *1 (-1122))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *2) (-12 (-5 *1 (-943 *2)) (-4 *2 (-538)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-1238 *5)) (-5 *3 (-757)) (-5 *4 (-1099)) (-4 *5 (-343))
+ (-5 *1 (-521 *5)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))))
+ (-12 (-5 *2 (-855 (-948 *3) (-948 *3))) (-5 *1 (-948 *3))
+ (-4 *3 (-949)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1192)) (-4 *2 (-833))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-367 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-950 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1113 *2)) (-4 *2 (-1031))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 *1)) (-4 *1 (-1113 *3)) (-4 *3 (-1031))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-1143 *3 *4))) (-5 *1 (-1143 *3 *4))
+ (-14 *3 (-903)) (-4 *4 (-1031))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *9)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778))
- (-4 *7 (-832)) (-5 *2 (-756)) (-5 *1 (-1048 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *9)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *9 (-1087 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778))
- (-4 *7 (-832)) (-5 *2 (-756)) (-5 *1 (-1123 *5 *6 *7 *8 *9)))))
-(((*1 *2 *1) (-12 (-5 *2 (-952)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-629 *3)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-411 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2)
- (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5)))
- (-5 *2 (-111)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-544))
- (-5 *2 (-1150 *3)))))
+ (-12 (-4 *7 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-545))
+ (-4 *8 (-931 *7 *5 *6))
+ (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *3) (|:| |radicand| *3)))
+ (-5 *1 (-935 *5 *6 *7 *8 *3)) (-5 *4 (-757))
+ (-4 *3
+ (-13 (-357)
+ (-10 -8 (-15 -4013 (*8 $)) (-15 -4024 (*8 $)) (-15 -3212 ($ *8))))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-430)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1079)) (-4 *5 (-1079))
+ (-5 *2 (-1 *5)) (-5 *1 (-668 *4 *5)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-111)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-154))))
- ((*1 *2 *1) (-12 (-5 *2 (-154)) (-5 *1 (-855))))
- ((*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-52))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-5 *2 (-111)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-1239))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-111)) (-5 *5 (-673 (-166 (-220))))
- (-5 *2 (-1016)) (-5 *1 (-740)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-630 (-768 *3))) (-5 *1 (-768 *3)) (-4 *3 (-545))
+ (-4 *3 (-1031)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-553)) (-5 *3 (-757)) (-5 *1 (-550)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-553))) (-5 *4 (-887 (-553)))
+ (-5 *2 (-674 (-553))) (-5 *1 (-578))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-630 (-674 (-553))))
+ (-5 *1 (-578))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-553))) (-5 *4 (-630 (-887 (-553))))
+ (-5 *2 (-630 (-674 (-553)))) (-5 *1 (-578)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-132))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-819 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-826 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-528)) (-5 *1 (-527 *4))
- (-4 *4 (-1191)))))
-(((*1 *1)
- (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756))
- (-4 *4 (-169)))))
+ (-12 (-5 *3 (-1155)) (-5 *2 (-1 *6 *5)) (-5 *1 (-692 *4 *5 *6))
+ (-4 *4 (-601 (-529))) (-4 *5 (-1192)) (-4 *6 (-1192)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-630
+ (-2 (|:| -2129 (-757))
+ (|:| |eqns|
+ (-630
+ (-2 (|:| |det| *7) (|:| |rows| (-630 (-553)))
+ (|:| |cols| (-630 (-553))))))
+ (|:| |fgb| (-630 *7)))))
+ (-4 *7 (-931 *4 *6 *5)) (-4 *4 (-13 (-301) (-144)))
+ (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-757))
+ (-5 *1 (-906 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-553)) (-5 *1 (-479 *4))
+ (-4 *4 (-1214 *2)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
- (|partial| -12 (-5 *4 (-629 *11)) (-5 *5 (-629 (-1150 *9)))
- (-5 *6 (-629 *9)) (-5 *7 (-629 *12)) (-5 *8 (-629 (-756)))
- (-4 *11 (-832)) (-4 *9 (-301)) (-4 *12 (-930 *9 *10 *11))
- (-4 *10 (-778)) (-5 *2 (-629 (-1150 *12)))
- (-5 *1 (-692 *10 *11 *9 *12)) (-5 *3 (-1150 *12)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-401 (-933 *4))) (-5 *3 (-1154))
- (-4 *4 (-13 (-544) (-1019 (-552)) (-144))) (-5 *1 (-558 *4)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1154))
- (-4 *5 (-13 (-544) (-1019 (-552)) (-144)))
- (-5 *2
- (-2 (|:| -1411 (-401 (-933 *5))) (|:| |coeff| (-401 (-933 *5)))))
- (-5 *1 (-558 *5)) (-5 *3 (-401 (-933 *5))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-673 *3))
- (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-673 *3))
- (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-552))) (-4 *3 (-1030)) (-5 *1 (-582 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-552))) (-4 *1 (-1197 *3)) (-4 *3 (-1030))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-552))) (-4 *1 (-1228 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4))
- (-4 *4 (-343)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1136)) (-5 *1 (-1172)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1158)))))
+(((*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-373)) (-5 *1 (-1022)))))
+(((*1 *1 *1 *1) (-4 *1 (-140)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538))))
+ ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-553))) (-5 *1 (-1029))
+ (-5 *3 (-553)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-757))) (-5 *3 (-168)) (-5 *1 (-1143 *4 *5))
+ (-14 *4 (-903)) (-4 *5 (-1031)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-931 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-445))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *3 (-1045 *4 *5 *6))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *1))))
+ (-4 *1 (-1051 *4 *5 *6 *3))))
+ ((*1 *1 *1) (-4 *1 (-1196)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-545)) (-5 *1 (-1217 *3 *2))
+ (-4 *2 (-13 (-1214 *3) (-545) (-10 -8 (-15 -2591 ($ $ $))))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-925 *4))) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1213 *6))
- (-4 *6 (-13 (-27) (-424 *5)))
- (-4 *5 (-13 (-832) (-544) (-1019 (-552)))) (-4 *8 (-1213 (-401 *7)))
- (-5 *2 (-573 *3)) (-5 *1 (-540 *5 *6 *7 *8 *3))
- (-4 *3 (-336 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-807)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-220)) (-5 *2 (-111)) (-5 *1 (-293 *4 *5)) (-14 *4 *3)
- (-14 *5 *3)))
+ (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155))
+ (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-310 *5)))
+ (-5 *1 (-1108 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1072 (-825 (-220)))) (-5 *3 (-220)) (-5 *2 (-111))
- (-5 *1 (-299))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111))
- (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-844))) ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1) (-5 *1 (-844))))
-(((*1 *2)
- (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242))
- (-5 *1 (-1051 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242))
- (-5 *1 (-1086 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6)))))
-(((*1 *1 *2 *2)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))))
-(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-907)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -3461 (-552)) (|:| -3772 (-629 *3))))
- (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460))))
- ((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))))
-(((*1 *1) (-5 *1 (-285))))
-(((*1 *2)
- (-12 (-4 *4 (-357)) (-5 *2 (-902)) (-5 *1 (-322 *3 *4))
- (-4 *3 (-323 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-357)) (-5 *2 (-818 (-902))) (-5 *1 (-322 *3 *4))
- (-4 *3 (-323 *4))))
- ((*1 *2) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-902))))
- ((*1 *2)
- (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-818 (-902))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 *5)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5))
- (-14 *3 (-552)) (-14 *4 (-756)))))
-(((*1 *2 *2 *3 *3)
- (|partial| -12 (-5 *3 (-1154))
- (-4 *4 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-563 *4 *2))
- (-4 *2 (-13 (-1176) (-940) (-1117) (-29 *4))))))
+ (-12 (-5 *3 (-630 (-401 (-934 *5)))) (-5 *4 (-630 (-1155)))
+ (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-630 (-310 *5))))
+ (-5 *1 (-1108 *5)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1008 (-826 (-553))))
+ (-5 *3 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *4)))) (-4 *4 (-1031))
+ (-5 *1 (-583 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 (-401 (-552)))) (-5 *2 (-629 *4)) (-5 *1 (-764 *4))
- (-4 *4 (-13 (-357) (-830))))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1213 *3)) (-5 *1 (-393 *3 *2))
- (-4 *3 (-13 (-357) (-144))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5))
- (-5 *2 (-2 (|:| -2571 (-629 *6)) (|:| -3092 (-629 *6)))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1213 (-552))) (-5 *1 (-479 *3)))))
-(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220)))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-740))))
- ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220)))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) (-5 *8 (-382))
- (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-740)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-737)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-1191)) (-5 *1 (-179 *3 *2))
- (-4 *2 (-658 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *1 *1) (-12 (-5 *1 (-1177 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))))
+ (-12 (-5 *3 (-1 (-111) *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545))
+ (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-2 (|:| |goodPols| (-630 *8)) (|:| |badPols| (-630 *8))))
+ (-5 *1 (-959 *5 *6 *7 *8)) (-5 *4 (-630 *8)))))
+(((*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1137)) (-5 *1 (-299)))))
+(((*1 *1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169))))
+ ((*1 *1 *1 *1) (-4 *1 (-466)))
+ ((*1 *1 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169))))
+ ((*1 *2 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-865))))
+ ((*1 *1 *1) (-5 *1 (-953)))
+ ((*1 *1 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-320 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030))
- (-4 *2 (-445))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 *4)) (-4 *4 (-1213 (-552))) (-5 *2 (-629 (-552)))
- (-5 *1 (-479 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-445))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832)) (-4 *3 (-445)))))
-(((*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-111))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 (-166 *4))))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-111)) (-5 *1 (-1180 *4 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *4))))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))))
-(((*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1161)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-301)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
- (-5 *1 (-1102 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *1) (-5 *1 (-220))) ((*1 *1) (-5 *1 (-373))))
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-756)) (-4 *5 (-1030)) (-4 *2 (-1213 *5))
- (-5 *1 (-1231 *5 *2 *6 *3)) (-4 *6 (-640 *2)) (-4 *3 (-1228 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-818 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-825 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-629 (-629 *7)))
- (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-629 *7))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778))
- (-4 *7 (-832)) (-4 *8 (-930 *5 *6 *7)) (-5 *2 (-629 (-629 *8)))
- (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-629 *8))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-629 (-629 *7)))
- (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-629 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778))
- (-4 *7 (-832)) (-4 *8 (-930 *5 *6 *7)) (-5 *2 (-629 (-629 *8)))
- (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-629 *8)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030)) (-4 *2 (-357))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-357)) (-5 *1 (-643 *4 *2))
- (-4 *2 (-640 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-301)) (-5 *2 (-756)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-1237 *5)) (-5 *3 (-756)) (-5 *4 (-1098)) (-4 *5 (-343))
- (-5 *1 (-520 *5)))))
-(((*1 *1 *1 *1) (-4 *1 (-122))) ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1 *1) (-4 *1 (-948))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-629 (-767 *3))) (-5 *1 (-767 *3)) (-4 *3 (-544))
- (-4 *3 (-1030)))))
-(((*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-373)) (-5 *1 (-1021)))))
-(((*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1136)) (-5 *1 (-299)))))
+ (-12 (-5 *3 (-630 (-934 *6))) (-5 *4 (-630 (-1155)))
+ (-4 *6 (-13 (-545) (-1020 *5))) (-4 *5 (-545))
+ (-5 *2 (-630 (-630 (-288 (-401 (-934 *6)))))) (-5 *1 (-1021 *5 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1151 *7)) (-5 *3 (-553)) (-4 *7 (-931 *6 *4 *5))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031))
+ (-5 *1 (-315 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))
+ (-5 *2 (-1017)) (-5 *1 (-734)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-833) (-1020 (-553)) (-445) (-626 (-553))))
+ (-5 *2 (-2 (|:| -3913 *3) (|:| |nconst| *3))) (-5 *1 (-556 *5 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5))))))
+(((*1 *2 *1) (-12 (-4 *1 (-659 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))))
+(((*1 *1) (-5 *1 (-285))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4))
+ (-4 *4 (-343)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1238 *4)) (-5 *3 (-757)) (-4 *4 (-343))
+ (-5 *1 (-521 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-633 *3)) (-4 *3 (-1031))
+ (-5 *1 (-700 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-820 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
+ (-4 *4 (-367 *2)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-301)) (-5 *2 (-111)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1151 *1)) (-5 *3 (-1155)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1151 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-934 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1155)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-833) (-545)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-833) (-545))))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-538))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-742)))))
(((*1 *2 *3)
(-12
(-5 *3
(-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
(|:| |abserr| (-220)) (|:| |relerr| (-220))))
(-5 *2 (-373)) (-5 *1 (-200)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-236))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-1242)) (-5 *1 (-236)))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-373))) (-5 *1 (-257))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (-5 *2 (-1135 (-220))) (-5 *1 (-187))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-310 (-220))) (-5 *4 (-630 (-1155)))
+ (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-1135 (-220))) (-5 *1 (-294))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1238 (-310 (-220)))) (-5 *4 (-630 (-1155)))
+ (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-1135 (-220))) (-5 *1 (-294)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-5 *2
+ (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553))
+ (|:| |success| (-111))))
+ (-5 *1 (-775)) (-5 *5 (-553)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-574 *3)) (-5 *1 (-420 *5 *3))
+ (-4 *3 (-13 (-1177) (-29 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-545) (-1020 (-553)) (-144)))
+ (-5 *2 (-574 (-401 (-934 *5)))) (-5 *1 (-559 *5))
+ (-5 *3 (-401 (-934 *5))))))
+(((*1 *1 *1) (-5 *1 (-1043))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553))))
+ (-5 *4 (-310 (-166 (-373)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553))))
+ (-5 *4 (-310 (-373))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553))))
+ (-5 *4 (-310 (-553))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-166 (-373)))))
+ (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-373)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-553)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-166 (-373)))))
+ (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-373)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-553)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-166 (-373)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-373))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-553))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553))))
+ (-5 *4 (-310 (-679))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553))))
+ (-5 *4 (-310 (-684))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-934 (-553))))
+ (-5 *4 (-310 (-686))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-679)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-684)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-310 (-686)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-679)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-684)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-310 (-686)))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-679))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-684))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-686))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-679))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-684))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-674 (-686))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-679))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-684))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-310 (-686))) (-5 *1 (-324))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1137)) (-5 *1 (-324))))
+ ((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *1) (-5 *1 (-1043))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))))
+(((*1 *2 *1) (-12 (-4 *1 (-659 *3)) (-4 *3 (-1192)) (-5 *2 (-757)))))
+(((*1 *2 *3 *1 *4)
+ (-12 (-5 *3 (-1119 *5 *6)) (-5 *4 (-1 (-111) *6 *6))
+ (-4 *5 (-13 (-1079) (-34))) (-4 *6 (-13 (-1079) (-34)))
+ (-5 *2 (-111)) (-5 *1 (-1120 *5 *6)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-1006 *3))
+ (-4 *3 (-13 (-831) (-357) (-1004)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3))
+ (-4 *3 (-1214 *2))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-1048 *2 *3)) (-4 *2 (-13 (-831) (-357)))
+ (-4 *3 (-1214 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1100 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-310 *3)) (-4 *3 (-13 (-1031) (-833)))
+ (-5 *1 (-218 *3 *4)) (-14 *4 (-630 (-1155))))))
+(((*1 *2 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-373))) (-5 *1 (-257))))
((*1 *1)
- (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-544)) (-4 *2 (-169))))
- ((*1 *2 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-544)))))
-(((*1 *1) (-5 *1 (-566)))
- ((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-845))))
- ((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-845))))
+ (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-545)) (-4 *2 (-169))))
+ ((*1 *2 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-545)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-401 (-934 (-166 (-553))))))
+ (-5 *2 (-630 (-630 (-288 (-934 (-166 *4)))))) (-5 *1 (-372 *4))
+ (-4 *4 (-13 (-357) (-831)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1136)) (-5 *4 (-844)) (-5 *2 (-1242)) (-5 *1 (-845))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-1134 *4))
- (-4 *4 (-1078)) (-4 *4 (-1191)))))
+ (-12 (-5 *3 (-630 (-288 (-401 (-934 (-166 (-553)))))))
+ (-5 *2 (-630 (-630 (-288 (-934 (-166 *4)))))) (-5 *1 (-372 *4))
+ (-4 *4 (-13 (-357) (-831)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 (-934 (-166 (-553)))))
+ (-5 *2 (-630 (-288 (-934 (-166 *4))))) (-5 *1 (-372 *4))
+ (-4 *4 (-13 (-357) (-831)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-288 (-401 (-934 (-166 (-553))))))
+ (-5 *2 (-630 (-288 (-934 (-166 *4))))) (-5 *1 (-372 *4))
+ (-4 *4 (-13 (-357) (-831))))))
+(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-166 (-220)))) (-5 *2 (-1017))
+ (-5 *1 (-742)))))
+(((*1 *1 *1 *1) (-4 *1 (-122))) ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1 *1) (-4 *1 (-949))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-52)) (-5 *1 (-874 *4))
+ (-4 *4 (-1079)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1262 *3 *4)) (-4 *1 (-368 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-169))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-380 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-805 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-805 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-805 *3)) (-4 *1 (-1255 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-1031))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169))))
+ ((*1 *2 *3 *3 *2)
+ (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *5)) (-5 *4 (-903)) (-4 *5 (-833))
+ (-5 *2 (-630 (-657 *5))) (-5 *1 (-657 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-236))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-1243)) (-5 *1 (-236)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1178 *3)) (-4 *3 (-1079)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-637 *4)) (-4 *4 (-336 *5 *6 *7))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6)))
+ (-12 (-5 *3 (-638 *4)) (-4 *4 (-336 *5 *6 *7))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6)))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4))))
- (-5 *1 (-791 *5 *6 *7 *4)))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4))))
+ (-5 *1 (-792 *5 *6 *7 *4)))))
+(((*1 *1) (-5 *1 (-567)))
+ ((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-846))))
+ ((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-846))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-845)) (-5 *2 (-1243)) (-5 *1 (-846))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-1135 *4))
+ (-4 *4 (-1079)) (-4 *4 (-1192)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2 (-630 *3)) (-5 *1 (-1107 *4 *3)) (-4 *4 (-1214 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1229 *4)) (-5 *1 (-1231 *4 *2))
+ (-4 *4 (-38 (-401 (-553)))))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-674 (-553))) (-5 *1 (-1089)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-2 (|:| -3476 (-1151 *6)) (|:| -3503 (-553)))))
+ (-4 *6 (-301)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-553))
+ (-5 *1 (-728 *4 *5 *6 *7)) (-4 *7 (-931 *6 *4 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-958 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833)) (-4 *5 (-1045 *3 *4 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *5 (-362))
+ (-5 *2 (-757)))))
+(((*1 *1) (-5 *1 (-111))) ((*1 *1) (-5 *1 (-604))))
+(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-742)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1213 *5))
+ (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1214 *5))
(-4 *5 (-13 (-27) (-424 *4)))
- (-4 *4 (-13 (-832) (-544) (-1019 (-552))))
- (-4 *7 (-1213 (-401 *6))) (-5 *1 (-540 *4 *5 *6 *7 *2))
+ (-4 *4 (-13 (-833) (-545) (-1020 (-553))))
+ (-4 *7 (-1214 (-401 *6))) (-5 *1 (-541 *4 *5 *6 *7 *2))
(-4 *2 (-336 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343))
+ (-4 *2
+ (-13 (-396)
+ (-10 -7 (-15 -3212 (*2 *4)) (-15 -3941 ((-903) *2))
+ (-15 -3428 ((-1238 *2) (-903))) (-15 -2541 (*2 *2)))))
+ (-5 *1 (-350 *2 *4)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-737)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-630 *3)) (-5 *1 (-943 *3)) (-4 *3 (-538)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1078)) (-4 *3 (-881 *5)) (-5 *2 (-673 *3))
- (-5 *1 (-676 *5 *3 *6 *4)) (-4 *6 (-367 *3))
- (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4368)))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-673 *4)) (-5 *3 (-902)) (|has| *4 (-6 (-4370 "*")))
- (-4 *4 (-1030)) (-5 *1 (-1009 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 (-673 *4))) (-5 *3 (-902))
- (|has| *4 (-6 (-4370 "*"))) (-4 *4 (-1030)) (-5 *1 (-1009 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-537))
- (-5 *2 (-401 (-552)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-412 *3)) (-4 *3 (-537))
- (-4 *3 (-544))))
- ((*1 *2 *1) (-12 (-4 *1 (-537)) (-5 *2 (-401 (-552)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-782 *3)) (-4 *3 (-169)) (-4 *3 (-537))
- (-5 *2 (-401 (-552)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-818 *3)) (-4 *3 (-537))
- (-4 *3 (-1078))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-825 *3)) (-4 *3 (-537))
- (-4 *3 (-1078))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-978 *3)) (-4 *3 (-169)) (-4 *3 (-537))
- (-5 *2 (-401 (-552)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-989 *3)) (-4 *3 (-1019 *2)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-1177 *3))) (-5 *1 (-1177 *3)) (-4 *3 (-1078)))))
-(((*1 *1) (-5 *1 (-111))) ((*1 *1) (-5 *1 (-603))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-832)) (-4 *2 (-1030))))
- ((*1 *1 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 (-552)))))
- (-5 *1 (-355 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 (-756)))))
- (-5 *1 (-380 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| -3479 *3) (|:| -1406 (-552)))))
- (-5 *1 (-412 *3)) (-4 *3 (-544))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 (-756)))))
- (-5 *1 (-804 *3)) (-4 *3 (-832)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-310 (-220))) (-5 *4 (-1154))
- (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-629 (-220))) (-5 *1 (-187))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-310 (-220))) (-5 *4 (-1154))
- (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-629 (-220))) (-5 *1 (-294)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-732)))))
+ (-12 (-5 *4 (-553)) (-5 *2 (-630 (-2 (|:| -3476 *3) (|:| -2672 *4))))
+ (-5 *1 (-681 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1155)) (-4 *5 (-357)) (-5 *2 (-1135 (-1135 (-934 *5))))
+ (-5 *1 (-1246 *5)) (-5 *4 (-1135 (-934 *5))))))
(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3301 *3) (|:| |coef2| (-767 *3))))
- (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-673 *2)) (-4 *2 (-169)) (-5 *1 (-143 *2))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-169)) (-4 *2 (-1213 *4)) (-5 *1 (-174 *4 *2 *3))
- (-4 *3 (-709 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 (-401 (-933 *5)))) (-5 *4 (-1154))
- (-5 *2 (-933 *5)) (-5 *1 (-286 *5)) (-4 *5 (-445))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-673 (-401 (-933 *4)))) (-5 *2 (-933 *4))
- (-5 *1 (-286 *4)) (-4 *4 (-445))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1213 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-673 (-166 (-401 (-552)))))
- (-5 *2 (-933 (-166 (-401 (-552))))) (-5 *1 (-749 *4))
- (-4 *4 (-13 (-357) (-830)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 (-166 (-401 (-552))))) (-5 *4 (-1154))
- (-5 *2 (-933 (-166 (-401 (-552))))) (-5 *1 (-749 *5))
- (-4 *5 (-13 (-357) (-830)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-673 (-401 (-552)))) (-5 *2 (-933 (-401 (-552))))
- (-5 *1 (-764 *4)) (-4 *4 (-13 (-357) (-830)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 (-401 (-552)))) (-5 *4 (-1154))
- (-5 *2 (-933 (-401 (-552)))) (-5 *1 (-764 *5))
- (-4 *5 (-13 (-357) (-830))))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777))))
+ (-12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778))
+ (-4 *2 (-445))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-336 *2 *3 *4)) (-4 *2 (-1196)) (-4 *3 (-1214 *2))
+ (-4 *4 (-1214 (-401 *3)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-445))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833)) (-4 *3 (-445))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-931 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-445))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-301)) (-4 *3 (-545)) (-5 *1 (-1142 *3 *2))
+ (-4 *2 (-1214 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778))))
((*1 *1 *1)
- (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1030)) (-14 *3 (-629 (-1154)))))
+ (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1031)) (-14 *3 (-630 (-1155)))))
((*1 *1 *1)
- (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1030) (-832)))
- (-14 *3 (-629 (-1154)))))
+ (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1031) (-833)))
+ (-14 *3 (-630 (-1155)))))
((*1 *1 *1)
- (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-1078))))
+ (-12 (-4 *1 (-376 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-1079))))
((*1 *1 *1)
- (-12 (-14 *2 (-629 (-1154))) (-4 *3 (-169))
- (-4 *5 (-233 (-2657 *2) (-756)))
+ (-12 (-14 *2 (-630 (-1155))) (-4 *3 (-169))
+ (-4 *5 (-233 (-2656 *2) (-757)))
(-14 *6
- (-1 (-111) (-2 (|:| -2840 *4) (|:| -1406 *5))
- (-2 (|:| -2840 *4) (|:| -1406 *5))))
- (-5 *1 (-454 *2 *3 *4 *5 *6 *7)) (-4 *4 (-832))
- (-4 *7 (-930 *3 *5 (-846 *2)))))
- ((*1 *1 *1) (-12 (-4 *1 (-501 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-832))))
+ (-1 (-111) (-2 (|:| -2839 *4) (|:| -3503 *5))
+ (-2 (|:| -2839 *4) (|:| -3503 *5))))
+ (-5 *1 (-454 *2 *3 *4 *5 *6 *7)) (-4 *4 (-833))
+ (-4 *7 (-931 *3 *5 (-847 *2)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-502 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-833))))
((*1 *1 *1)
- (-12 (-4 *2 (-544)) (-5 *1 (-609 *2 *3)) (-4 *3 (-1213 *2))))
- ((*1 *1 *1) (-12 (-4 *1 (-693 *2)) (-4 *2 (-1030))))
+ (-12 (-4 *2 (-545)) (-5 *1 (-610 *2 *3)) (-4 *3 (-1214 *2))))
+ ((*1 *1 *1) (-12 (-4 *1 (-694 *2)) (-4 *2 (-1031))))
((*1 *1 *1)
- (-12 (-5 *1 (-720 *2 *3)) (-4 *3 (-832)) (-4 *2 (-1030))
- (-4 *3 (-711))))
- ((*1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030))))
+ (-12 (-5 *1 (-721 *2 *3)) (-4 *3 (-833)) (-4 *2 (-1031))
+ (-4 *3 (-712))))
+ ((*1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832))))
+ (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833))))
((*1 *1 *1)
- (-12 (-5 *1 (-1260 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-828)))))
-(((*1 *2 *1) (|partial| -12 (-5 *1 (-359 *2)) (-4 *2 (-1078))))
- ((*1 *2 *1) (|partial| -12 (-5 *2 (-1136)) (-5 *1 (-1172)))))
+ (-12 (-5 *1 (-1261 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-829)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-310 (-220))) (-5 *2 (-310 (-401 (-552))))
- (-5 *1 (-299)))))
-(((*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)) (-4 *2 (-537))))
- ((*1 *1 *1) (-4 *1 (-1039))))
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
+ (-4 *4 (-13 (-833) (-545))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-445))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-442 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-516)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-111)) (-5 *5 (-673 (-220)))
- (-5 *2 (-1016)) (-5 *1 (-740)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *5)) (-5 *4 (-902)) (-4 *5 (-832))
- (-5 *2 (-58 (-629 (-656 *5)))) (-5 *1 (-656 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1078)) (-4 *5 (-1078))
- (-4 *6 (-1078)) (-5 *2 (-1 *6 *5)) (-5 *1 (-668 *4 *5 *6)))))
+ (-12 (-5 *2 (-630 (-2 (|:| |val| (-630 *6)) (|:| -3361 *7))))
+ (-4 *6 (-1045 *3 *4 *5)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-970 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-630 (-2 (|:| |val| (-630 *6)) (|:| -3361 *7))))
+ (-4 *6 (-1045 *3 *4 *5)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-1086 *3 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-412 *5)) (-4 *5 (-544))
+ (-12 (-5 *3 (-1238 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357))
+ (-4 *1 (-710 *5 *6)) (-4 *5 (-169)) (-4 *6 (-1214 *5))
+ (-5 *2 (-674 *5)))))
+(((*1 *1 *1) (-4 *1 (-851 *2))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-757)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *3 (-1045 *6 *7 *8))
(-5 *2
- (-2 (|:| -1406 (-756)) (|:| -4158 *5) (|:| |radicand| (-629 *5))))
- (-5 *1 (-314 *5)) (-5 *4 (-756))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-983)) (-5 *2 (-552)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-930 *3 *4 *5)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
- (-12 (-5 *3 (-220)) (-5 *4 (-552))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1016))
- (-5 *1 (-733)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-573 *3)) (-4 *3 (-357)))))
-(((*1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-629 (-113))))))
-(((*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 (-673 (-220))) (-5 *6 (-111)) (-5 *7 (-673 (-552)))
- (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS))))
- (-5 *3 (-552)) (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-738)))))
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1049 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1049 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-757)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *3 (-1045 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1124 *6 *7 *8 *3 *4)) (-4 *4 (-1088 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1124 *5 *6 *7 *3 *4)) (-4 *4 (-1088 *5 *6 *7 *3)))))
+(((*1 *1) (-5 *1 (-431))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
- (-4 *4 (-13 (-832) (-544))))))
+ (-12 (-4 *4 (-891)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-412 (-1151 *7)))
+ (-5 *1 (-888 *4 *5 *6 *7)) (-5 *3 (-1151 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-891)) (-4 *5 (-1214 *4)) (-5 *2 (-412 (-1151 *5)))
+ (-5 *1 (-889 *4 *5)) (-5 *3 (-1151 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-1159)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1078)) (-5 *1 (-945 *3 *2)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (|has| *1 (-6 -4369)) (-4 *1 (-367 *3))
- (-4 *3 (-1191)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1134 *4)) (-5 *3 (-1 *4 (-552))) (-4 *4 (-1030))
- (-5 *1 (-1138 *4)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-629 *4)) (-4 *4 (-357)) (-5 *2 (-1237 *4))
- (-5 *1 (-799 *4 *3)) (-4 *3 (-640 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030))))
+ (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-931 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1079)) (-4 *3 (-882 *5)) (-5 *2 (-674 *3))
+ (-5 *1 (-677 *5 *3 *6 *4)) (-4 *6 (-367 *3))
+ (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))))))
+(((*1 *1) (-5 *1 (-138))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
+ (-5 *2 (-1238 (-674 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-1238 (-674 *4))) (-5 *1 (-410 *3 *4))
+ (-4 *3 (-411 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1238 (-674 *3)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-1155))) (-4 *5 (-357))
+ (-5 *2 (-1238 (-674 (-401 (-934 *5))))) (-5 *1 (-1065 *5))
+ (-5 *4 (-674 (-401 (-934 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-1155))) (-4 *5 (-357))
+ (-5 *2 (-1238 (-674 (-934 *5)))) (-5 *1 (-1065 *5))
+ (-5 *4 (-674 (-934 *5)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-674 *4))) (-4 *4 (-357))
+ (-5 *2 (-1238 (-674 *4))) (-5 *1 (-1065 *4)))))
+(((*1 *1 *1 *2 *2)
+ (|partial| -12 (-5 *2 (-903)) (-5 *1 (-1080 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1137)) (-4 *4 (-13 (-301) (-144)))
+ (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779))
+ (-5 *2
+ (-630
+ (-2 (|:| |eqzro| (-630 *7)) (|:| |neqzro| (-630 *7))
+ (|:| |wcond| (-630 (-934 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *4))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *4))))))))))
+ (-5 *1 (-906 *4 *5 *6 *7)) (-4 *7 (-931 *4 *6 *5)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-553)) (-4 *1 (-1198 *4)) (-4 *4 (-1031)) (-4 *4 (-545))
+ (-5 *2 (-401 (-934 *4)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-4 *1 (-1198 *4)) (-4 *4 (-1031)) (-4 *4 (-545))
+ (-5 *2 (-401 (-934 *4))))))
+(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779))
+ (-4 *8 (-833)) (-4 *9 (-1045 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -2770 (-630 *9)) (|:| -3361 *4) (|:| |ineq| (-630 *9))))
+ (-5 *1 (-970 *6 *7 *8 *9 *4)) (-5 *3 (-630 *9))
+ (-4 *4 (-1051 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779))
+ (-4 *8 (-833)) (-4 *9 (-1045 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -2770 (-630 *9)) (|:| -3361 *4) (|:| |ineq| (-630 *9))))
+ (-5 *1 (-1086 *6 *7 *8 *9 *4)) (-5 *3 (-630 *9))
+ (-4 *4 (-1051 *6 *7 *8 *9)))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031))))
((*1 *2 *1)
- (-12 (-4 *2 (-1030)) (-5 *1 (-50 *2 *3)) (-14 *3 (-629 (-1154)))))
+ (-12 (-4 *2 (-1031)) (-5 *1 (-50 *2 *3)) (-14 *3 (-630 (-1155)))))
((*1 *2 *1)
(-12 (-5 *2 (-310 *3)) (-5 *1 (-218 *3 *4))
- (-4 *3 (-13 (-1030) (-832))) (-14 *4 (-629 (-1154)))))
+ (-4 *3 (-13 (-1031) (-833))) (-14 *4 (-630 (-1155)))))
((*1 *2 *1)
- (-12 (-4 *1 (-376 *2 *3)) (-4 *3 (-1078)) (-4 *2 (-1030))))
+ (-12 (-4 *1 (-376 *2 *3)) (-4 *3 (-1079)) (-4 *2 (-1031))))
((*1 *2 *1)
- (-12 (-14 *3 (-629 (-1154))) (-4 *5 (-233 (-2657 *3) (-756)))
+ (-12 (-14 *3 (-630 (-1155))) (-4 *5 (-233 (-2656 *3) (-757)))
(-14 *6
- (-1 (-111) (-2 (|:| -2840 *4) (|:| -1406 *5))
- (-2 (|:| -2840 *4) (|:| -1406 *5))))
- (-4 *2 (-169)) (-5 *1 (-454 *3 *2 *4 *5 *6 *7)) (-4 *4 (-832))
- (-4 *7 (-930 *2 *5 (-846 *3)))))
- ((*1 *2 *1) (-12 (-4 *1 (-501 *2 *3)) (-4 *3 (-832)) (-4 *2 (-1078))))
+ (-1 (-111) (-2 (|:| -2839 *4) (|:| -3503 *5))
+ (-2 (|:| -2839 *4) (|:| -3503 *5))))
+ (-4 *2 (-169)) (-5 *1 (-454 *3 *2 *4 *5 *6 *7)) (-4 *4 (-833))
+ (-4 *7 (-931 *2 *5 (-847 *3)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-502 *2 *3)) (-4 *3 (-833)) (-4 *2 (-1079))))
((*1 *2 *1)
- (-12 (-4 *2 (-544)) (-5 *1 (-609 *2 *3)) (-4 *3 (-1213 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-693 *2)) (-4 *2 (-1030))))
+ (-12 (-4 *2 (-545)) (-5 *1 (-610 *2 *3)) (-4 *3 (-1214 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-694 *2)) (-4 *2 (-1031))))
((*1 *2 *1)
- (-12 (-4 *2 (-1030)) (-5 *1 (-720 *2 *3)) (-4 *3 (-832))
- (-4 *3 (-711))))
- ((*1 *2 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030))))
+ (-12 (-4 *2 (-1031)) (-5 *1 (-721 *2 *3)) (-4 *3 (-833))
+ (-4 *3 (-712))))
+ ((*1 *2 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031))))
((*1 *2 *1)
- (-12 (-4 *1 (-954 *2 *3 *4)) (-4 *3 (-777)) (-4 *4 (-832))
- (-4 *2 (-1030))))
+ (-12 (-4 *1 (-955 *2 *3 *4)) (-4 *3 (-778)) (-4 *4 (-833))
+ (-4 *2 (-1031))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832)))))
-(((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-401 (-552))) (-4 *1 (-542 *3))
- (-4 *3 (-13 (-398) (-1176)))))
- ((*1 *1 *2) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176)))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1 (-1134 (-933 *4)) (-1134 (-933 *4))))
- (-5 *1 (-1245 *4)) (-4 *4 (-357)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1150 *1)) (-4 *1 (-993)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *1)) (-4 *1 (-1044 *4 *5 *6)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-111))))
- ((*1 *2 *3 *1 *4)
- (-12 (-5 *4 (-1 (-111) *3 *3)) (-4 *1 (-1184 *5 *6 *7 *3))
- (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-111)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-737)))))
-(((*1 *1) (-5 *1 (-808))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-629 *6) "failed") (-552) *6 *6)) (-4 *6 (-357))
- (-4 *7 (-1213 *6))
- (-5 *2 (-2 (|:| |answer| (-573 (-401 *7))) (|:| |a0| *6)))
- (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1134 *4)) (-5 *3 (-552)) (-4 *4 (-1030))
- (-5 *1 (-1138 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-552)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1030))
- (-14 *4 (-1154)) (-14 *5 *3))))
-(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777))))
+ (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-806)) (-14 *5 (-1155)) (-5 *2 (-630 (-1211 *5 *4)))
+ (-5 *1 (-1093 *4 *5)) (-5 *3 (-1211 *5 *4)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-674 *4)) (-5 *3 (-903)) (|has| *4 (-6 (-4371 "*")))
+ (-4 *4 (-1031)) (-5 *1 (-1010 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 (-674 *4))) (-5 *3 (-903))
+ (|has| *4 (-6 (-4371 "*"))) (-4 *4 (-1031)) (-5 *1 (-1010 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-111) *6)) (-4 *6 (-13 (-1079) (-1020 *5)))
+ (-4 *5 (-868 *4)) (-4 *4 (-1079)) (-5 *2 (-1 (-111) *5))
+ (-5 *1 (-913 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *6)) (-5 *4 (-630 (-1155))) (-4 *6 (-357))
+ (-5 *2 (-630 (-288 (-934 *6)))) (-5 *1 (-531 *5 *6 *7))
+ (-4 *5 (-445)) (-4 *7 (-13 (-357) (-831))))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-779))
+ (-4 *3 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))) (-4 *5 (-545))
+ (-5 *1 (-718 *4 *3 *5 *2)) (-4 *2 (-931 (-401 (-934 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1031)) (-4 *5 (-779))
+ (-4 *3
+ (-13 (-833)
+ (-10 -8 (-15 -1523 ((-1155) $))
+ (-15 -1489 ((-3 $ "failed") (-1155))))))
+ (-5 *1 (-966 *4 *5 *3 *2)) (-4 *2 (-931 (-934 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 *6))
+ (-4 *6
+ (-13 (-833)
+ (-10 -8 (-15 -1523 ((-1155) $))
+ (-15 -1489 ((-3 $ "failed") (-1155))))))
+ (-4 *4 (-1031)) (-4 *5 (-779)) (-5 *1 (-966 *4 *5 *6 *2))
+ (-4 *2 (-931 (-934 *4) *5 *6)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-130)) (-5 *3 (-757)) (-5 *2 (-1243)))))
+(((*1 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-301))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-440 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 *7)) (-5 *3 (-1137)) (-4 *7 (-931 *4 *5 *6))
+ (-4 *4 (-301)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *1 (-440 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-630 *7)) (-5 *3 (-1137)) (-4 *7 (-931 *4 *5 *6))
+ (-4 *4 (-301)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *1 (-440 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778))))
((*1 *2 *1)
- (-12 (-4 *1 (-376 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1078))))
+ (-12 (-4 *1 (-376 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1079))))
((*1 *2 *1)
- (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169))
- (-4 *6 (-233 (-2657 *3) (-756)))
+ (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169))
+ (-4 *6 (-233 (-2656 *3) (-757)))
(-14 *7
- (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *6))
- (-2 (|:| -2840 *5) (|:| -1406 *6))))
- (-5 *2 (-698 *5 *6 *7)) (-5 *1 (-454 *3 *4 *5 *6 *7 *8))
- (-4 *5 (-832)) (-4 *8 (-930 *4 *6 (-846 *3)))))
+ (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *6))
+ (-2 (|:| -2839 *5) (|:| -3503 *6))))
+ (-5 *2 (-699 *5 *6 *7)) (-5 *1 (-454 *3 *4 *5 *6 *7 *8))
+ (-4 *5 (-833)) (-4 *8 (-931 *4 *6 (-847 *3)))))
((*1 *2 *1)
- (-12 (-4 *2 (-711)) (-4 *2 (-832)) (-5 *1 (-720 *3 *2))
- (-4 *3 (-1030))))
+ (-12 (-4 *2 (-712)) (-4 *2 (-833)) (-5 *1 (-721 *3 *2))
+ (-4 *3 (-1031))))
((*1 *1 *1)
- (-12 (-4 *1 (-954 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-777))
- (-4 *4 (-832)))))
-(((*1 *2 *2) (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-1030))))
- ((*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (-5 *2 (-2 (|:| -1443 (-113)) (|:| |w| (-220)))) (-5 *1 (-199)))))
-(((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1136)) (-5 *1 (-187))))
- ((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1136)) (-5 *1 (-294))))
- ((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1136)) (-5 *1 (-299)))))
-(((*1 *2 *2)
+ (-12 (-4 *1 (-955 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-778))
+ (-4 *4 (-833)))))
+(((*1 *1 *2)
(-12
(-5 *2
- (-496 (-401 (-552)) (-235 *4 (-756)) (-846 *3)
- (-242 *3 (-401 (-552)))))
- (-14 *3 (-629 (-1154))) (-14 *4 (-756)) (-5 *1 (-497 *3 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1150 *7)) (-4 *5 (-1030))
- (-4 *7 (-1030)) (-4 *2 (-1213 *5)) (-5 *1 (-493 *5 *2 *6 *7))
- (-4 *6 (-1213 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1030)) (-4 *7 (-1030))
- (-4 *4 (-1213 *5)) (-5 *2 (-1150 *7)) (-5 *1 (-493 *5 *4 *6 *7))
- (-4 *6 (-1213 *4)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-930 *4 *6 *5)) (-4 *4 (-445))
- (-4 *5 (-832)) (-4 *6 (-778)) (-5 *1 (-968 *4 *5 *6 *3)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1242)) (-5 *1 (-209 *4))
- (-4 *4
- (-13 (-832)
- (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 (*2 $))
- (-15 -3726 (*2 $)))))))
+ (-630
+ (-2
+ (|:| -2669
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (|:| -3359
+ (-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| (-1135 (-220)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -2515
+ (-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 (-548)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-538))
+ (-5 *2 (-401 (-553)))))
((*1 *2 *1)
- (-12 (-5 *2 (-1242)) (-5 *1 (-209 *3))
- (-4 *3
- (-13 (-832)
- (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 (*2 $))
- (-15 -3726 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-494)))))
-(((*1 *2)
- (-12 (-14 *4 (-756)) (-4 *5 (-1191)) (-5 *2 (-132))
- (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-357)) (-5 *2 (-132)) (-5 *1 (-322 *3 *4))
- (-4 *3 (-323 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-169))))
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-412 *3)) (-4 *3 (-538))
+ (-4 *3 (-545))))
+ ((*1 *2 *1) (-12 (-4 *1 (-538)) (-5 *2 (-401 (-553)))))
((*1 *2 *1)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-552))
- (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *6)) (-4 *6 (-832)) (-4 *4 (-357)) (-4 *5 (-778))
- (-5 *2 (-552)) (-5 *1 (-496 *4 *5 *6 *7)) (-4 *7 (-930 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-961 *3)) (-4 *3 (-1030)) (-5 *2 (-902))))
- ((*1 *2) (-12 (-4 *1 (-1244 *3)) (-4 *3 (-357)) (-5 *2 (-132)))))
+ (-12 (-4 *1 (-783 *3)) (-4 *3 (-169)) (-4 *3 (-538))
+ (-5 *2 (-401 (-553)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-819 *3)) (-4 *3 (-538))
+ (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-826 *3)) (-4 *3 (-538))
+ (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-979 *3)) (-4 *3 (-169)) (-4 *3 (-538))
+ (-5 *2 (-401 (-553)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-990 *3)) (-4 *3 (-1020 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-321 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-509 *3 *4))
+ (-14 *4 (-553)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-553)) (-4 *4 (-1214 (-401 *3))) (-5 *2 (-903))
+ (-5 *1 (-895 *4 *5)) (-4 *5 (-1214 (-401 *4))))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-497 (-401 (-553)) (-235 *4 (-757)) (-847 *3)
+ (-242 *3 (-401 (-553)))))
+ (-14 *3 (-630 (-1155))) (-14 *4 (-757)) (-5 *1 (-498 *3 *4)))))
(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-12 (-4 *4 (-169)) (-5 *2 (-630 (-1238 *4))) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-756)) (-5 *4 (-552)) (-5 *1 (-438 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030))))
- ((*1 *2 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-832)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-886 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-825 (-220)))) (-5 *4 (-220)) (-5 *2 (-629 *4))
- (-5 *1 (-261)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *3) (-12 (-5 *2 (-373)) (-5 *1 (-770 *3)) (-4 *3 (-600 *2))))
+ ((*1 *2)
+ (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-545))
+ (-5 *2 (-630 (-1238 *3))))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-357) (-144) (-1020 (-553))))
+ (-4 *5 (-1214 *4)) (-5 *2 (-630 (-401 *5))) (-5 *1 (-998 *4 *5))
+ (-5 *3 (-401 *5)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-553)) (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-301))
+ (-4 *9 (-931 *8 *6 *7))
+ (-5 *2 (-2 (|:| -4112 (-1151 *9)) (|:| |polval| (-1151 *8))))
+ (-5 *1 (-728 *6 *7 *8 *9)) (-5 *3 (-1151 *9)) (-5 *4 (-1151 *8)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-239 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1 *2)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1) (-12 (-4 *1 (-320 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031))))
+ ((*1 *2 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-833)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-187))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-294))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-299)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-1178 *3))) (-5 *1 (-1178 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-674 *2)) (-5 *4 (-757))
+ (-4 *2 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-4 *5 (-1214 *2)) (-5 *1 (-492 *2 *5 *6)) (-4 *6 (-403 *2 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1173)))))
+(((*1 *2 *3) (-12 (-5 *2 (-373)) (-5 *1 (-771 *3)) (-4 *3 (-601 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-902)) (-5 *2 (-373)) (-5 *1 (-770 *3))
- (-4 *3 (-600 *2))))
+ (-12 (-5 *4 (-903)) (-5 *2 (-373)) (-5 *1 (-771 *3))
+ (-4 *3 (-601 *2))))
((*1 *2 *3)
- (-12 (-5 *3 (-933 *4)) (-4 *4 (-1030)) (-4 *4 (-600 *2))
- (-5 *2 (-373)) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-934 *4)) (-4 *4 (-1031)) (-4 *4 (-601 *2))
+ (-5 *2 (-373)) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-933 *5)) (-5 *4 (-902)) (-4 *5 (-1030))
- (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-934 *5)) (-5 *4 (-903)) (-4 *5 (-1031))
+ (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544)) (-4 *4 (-600 *2))
- (-5 *2 (-373)) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545)) (-4 *4 (-601 *2))
+ (-5 *2 (-373)) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-902)) (-4 *5 (-544))
- (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-903)) (-4 *5 (-545))
+ (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-310 *4)) (-4 *4 (-544)) (-4 *4 (-832))
- (-4 *4 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-310 *4)) (-4 *4 (-545)) (-4 *4 (-833))
+ (-4 *4 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-310 *5)) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-832))
- (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-367 *3)) (-4 *3 (-1191)) (-4 *3 (-832)) (-5 *2 (-111))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *1 (-367 *4)) (-4 *4 (-1191))
- (-5 *2 (-111)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-357)) (-5 *1 (-877 *2 *4))
- (-4 *2 (-1213 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1078)) (-5 *2 (-111)) (-5 *1 (-866 *3 *4 *5))
- (-4 *3 (-1078)) (-4 *5 (-650 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-870 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-169)) (-4 *2 (-23)) (-5 *1 (-283 *3 *4 *2 *5 *6 *7))
- (-4 *4 (-1213 *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 (-696 *3 *2 *4 *5 *6)) (-4 *3 (-169))
- (-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 (-1213 *3)) (-5 *1 (-697 *3 *2)) (-4 *3 (-1030))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-700 *3 *2 *4 *5 *6)) (-4 *3 (-169))
- (-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 (-850 *3)) (-5 *2 (-552)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-496 *3 *4 *5 *2)) (-4 *2 (-930 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832))
- (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-73 FCN)))) (-5 *2 (-1016))
- (-5 *1 (-731)))))
+ (-12 (-5 *3 (-310 *5)) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-833))
+ (-4 *5 (-601 *2)) (-5 *2 (-373)) (-5 *1 (-771 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *5 (-1196)) (-4 *6 (-1214 *5))
+ (-4 *7 (-1214 (-401 *6))) (-5 *2 (-630 (-934 *5)))
+ (-5 *1 (-335 *4 *5 *6 *7)) (-4 *4 (-336 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *1 (-336 *4 *5 *6)) (-4 *4 (-1196))
+ (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5))) (-4 *4 (-357))
+ (-5 *2 (-630 (-934 *4))))))
+(((*1 *2 *3) (-12 (-5 *3 (-808)) (-5 *2 (-52)) (-5 *1 (-815)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-909))
+ (-5 *2
+ (-2 (|:| |brans| (-630 (-630 (-925 (-220)))))
+ (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))))
+ (-5 *1 (-150))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-909)) (-5 *4 (-401 (-553)))
+ (-5 *2
+ (-2 (|:| |brans| (-630 (-630 (-925 (-220)))))
+ (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))))
+ (-5 *1 (-150))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-2 (|:| |brans| (-630 (-630 (-925 (-220)))))
+ (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))))
+ (-5 *1 (-150)) (-5 *3 (-630 (-925 (-220))))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-2 (|:| |brans| (-630 (-630 (-925 (-220)))))
+ (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))))
+ (-5 *1 (-150)) (-5 *3 (-630 (-630 (-925 (-220)))))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-257))))
+ ((*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))))
+(((*1 *2 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-988)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-757)) (-5 *2 (-111))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-5 *2 (-111)) (-5 *1 (-1193 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-1 (-111) *3 *3)) (-4 *3 (-1079)) (-5 *2 (-111))
+ (-5 *1 (-1193 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777))
+ (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778))
(-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-4 *1 (-424 *3)) (-4 *3 (-832)) (-5 *2 (-111)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-609 *4 *5))
- (-5 *3
- (-1 (-2 (|:| |ans| *4) (|:| -3428 *4) (|:| |sol?| (-111)))
- (-552) *4))
- (-4 *4 (-357)) (-4 *5 (-1213 *4)) (-5 *1 (-562 *4 *5)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191)) (-4 *2 (-832))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-276 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-949 *2)) (-4 *2 (-832)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *2) (-12 (-5 *2 (-673 *3)) (-4 *3 (-301)) (-5 *1 (-684 *3)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-886 *4)) (-4 *4 (-1078)) (-5 *2 (-629 (-756)))
- (-5 *1 (-885 *4)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-424 *3)) (-4 *3 (-833)) (-5 *2 (-111)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))))
+(((*1 *2 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-391)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-903)) (-5 *1 (-772)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-934 *5)) (-4 *5 (-1031)) (-5 *2 (-474 *4 *5))
+ (-5 *1 (-926 *4 *5)) (-14 *4 (-630 (-1155))))))
+(((*1 *2 *3 *4 *4 *3 *3 *5)
+ (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-1151 *3))
+ (-4 *3 (-13 (-424 *6) (-27) (-1177)))
+ (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3)))
+ (-5 *1 (-549 *6 *3 *7)) (-4 *7 (-1079))))
+ ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-401 (-1151 *3)))
+ (-4 *3 (-13 (-424 *6) (-27) (-1177)))
+ (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3)))
+ (-5 *1 (-549 *6 *3 *7)) (-4 *7 (-1079)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-637 (-401 *6))) (-5 *4 (-1 (-629 *5) *6))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *6 (-1213 *5)) (-5 *2 (-629 (-401 *6))) (-5 *1 (-797 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-637 (-401 *7))) (-5 *4 (-1 (-629 *6) *7))
- (-5 *5 (-1 (-412 *7) *7))
- (-4 *6 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *7 (-1213 *6)) (-5 *2 (-629 (-401 *7))) (-5 *1 (-797 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-638 *6 (-401 *6))) (-5 *4 (-1 (-629 *5) *6))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *6 (-1213 *5)) (-5 *2 (-629 (-401 *6))) (-5 *1 (-797 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-638 *7 (-401 *7))) (-5 *4 (-1 (-629 *6) *7))
- (-5 *5 (-1 (-412 *7) *7))
- (-4 *6 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *7 (-1213 *6)) (-5 *2 (-629 (-401 *7))) (-5 *1 (-797 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-637 (-401 *5))) (-4 *5 (-1213 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-5 *2 (-629 (-401 *5))) (-5 *1 (-797 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-637 (-401 *6))) (-5 *4 (-1 (-412 *6) *6))
- (-4 *6 (-1213 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-5 *2 (-629 (-401 *6))) (-5 *1 (-797 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-638 *5 (-401 *5))) (-4 *5 (-1213 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-5 *2 (-629 (-401 *5))) (-5 *1 (-797 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-638 *6 (-401 *6))) (-5 *4 (-1 (-412 *6) *6))
- (-4 *6 (-1213 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-5 *2 (-629 (-401 *6))) (-5 *1 (-797 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-907))))
- ((*1 *2 *1) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908)))))
+ (-12 (-5 *3 (-630 (-401 (-934 *5)))) (-5 *4 (-630 (-1155)))
+ (-4 *5 (-545)) (-5 *2 (-630 (-630 (-934 *5)))) (-5 *1 (-1161 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1135 (-1135 *4))) (-5 *2 (-1135 *4)) (-5 *1 (-1139 *4))
+ (-4 *4 (-1031)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
(((*1 *1 *1) (-4 *1 (-238)))
((*1 *1 *1)
(-12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1213 *2)) (-4 *4 (-23)) (-14 *5 (-1 *3 *3 *4))
+ (-4 *3 (-1214 *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)
- (-4029 (-12 (-5 *1 (-288 *2)) (-4 *2 (-357)) (-4 *2 (-1191)))
- (-12 (-5 *1 (-288 *2)) (-4 *2 (-466)) (-4 *2 (-1191)))))
+ (-4028 (-12 (-5 *1 (-288 *2)) (-4 *2 (-357)) (-4 *2 (-1192)))
+ (-12 (-5 *1 (-288 *2)) (-4 *2 (-466)) (-4 *2 (-1192)))))
((*1 *1 *1) (-4 *1 (-466)))
- ((*1 *2 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-343)) (-5 *1 (-520 *3))))
+ ((*1 *2 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-343)) (-5 *1 (-521 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-700 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-4 *3 (-23))
+ (-12 (-5 *1 (-701 *2 *3 *4 *5 *6)) (-4 *2 (-169)) (-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 (-782 *2)) (-4 *2 (-169)) (-4 *2 (-357)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-629 *7)) (|:| |badPols| (-629 *7))))
- (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-369 *4 *2))
- (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4369)))))))
+ ((*1 *1 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)) (-4 *2 (-357)))))
+(((*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-833)) (-4 *2 (-1031))))
+ ((*1 *1 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
- (-5 *1 (-761 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-251)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
- (-5 *2 (-673 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-673 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-373))))
- ((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-373)))))
-(((*1 *1) (-5 *1 (-154)))
- ((*1 *2 *1) (-12 (-4 *1 (-1025 *2)) (-4 *2 (-23)))))
-(((*1 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-599 (-844))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *4 (-544))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -4055 *4)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-166 (-220))))
- (-5 *2 (-1016)) (-5 *1 (-739)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *1) (-12 (-4 *1 (-501 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-832)))))
-(((*1 *2) (-12 (-5 *2 (-629 *3)) (-5 *1 (-1062 *3)) (-4 *3 (-130)))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
+ (-12 (-5 *3 (-674 *1)) (-5 *4 (-1238 *1)) (-4 *1 (-626 *5))
+ (-4 *5 (-1031))
+ (-5 *2 (-2 (|:| -1317 (-674 *5)) (|:| |vec| (-1238 *5))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-674 *1)) (-4 *1 (-626 *4)) (-4 *4 (-1031))
+ (-5 *2 (-674 *4)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |lm| (-380 *3)) (|:| |mm| (-380 *3)) (|:| |rm| (-380 *3))))
+ (-5 *1 (-380 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |lm| (-805 *3)) (|:| |mm| (-805 *3)) (|:| |rm| (-805 *3))))
+ (-5 *1 (-805 *3)) (-4 *3 (-833)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
- (-12 (-5 *4 (-629 (-111))) (-5 *5 (-673 (-220)))
- (-5 *6 (-673 (-552))) (-5 *7 (-220)) (-5 *3 (-552)) (-5 *2 (-1016))
- (-5 *1 (-739)))))
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-1143 3 *3))))
+ ((*1 *1) (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1112 (-220))) (-5 *1 (-1240))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1112 (-220))) (-5 *1 (-1240)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1238 (-1238 *4))) (-4 *4 (-1031)) (-5 *2 (-674 *4))
+ (-5 *1 (-1011 *4)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-925 (-220)) (-925 (-220)))) (-5 *1 (-257))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-323 *4)) (-4 *4 (-357))
+ (-5 *2 (-674 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1238 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
+ (-5 *2 (-674 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
+ (-5 *2 (-1238 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169))
+ (-4 *5 (-1214 *4)) (-5 *2 (-674 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169))
+ (-4 *5 (-1214 *4)) (-5 *2 (-1238 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-403 *4 *5)) (-4 *4 (-169))
+ (-4 *5 (-1214 *4)) (-5 *2 (-674 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3))
+ (-5 *2 (-1238 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-411 *4)) (-4 *4 (-169))
+ (-5 *2 (-674 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1238 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 (-674 *5))) (-5 *3 (-674 *5)) (-4 *5 (-357))
+ (-5 *2 (-1238 *5)) (-5 *1 (-1065 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
+ (-4 *4 (-13 (-833) (-545))))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1151 *1)) (-5 *3 (-1155)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1151 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-934 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1155)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-833) (-545)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-833) (-545)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1151 *2)) (-5 *4 (-1155)) (-4 *2 (-424 *5))
+ (-5 *1 (-32 *5 *2)) (-4 *5 (-13 (-833) (-545)))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1151 *1)) (-5 *3 (-903)) (-4 *1 (-994))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-1151 *1)) (-5 *3 (-903)) (-5 *4 (-845))
+ (-4 *1 (-994))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *3 (-903)) (-4 *4 (-13 (-831) (-357)))
+ (-4 *1 (-1048 *4 *2)) (-4 *2 (-1214 *4)))))
+(((*1 *1) (-12 (-5 *1 (-676 *2)) (-4 *2 (-600 (-845))))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 (-553)))))
+ (-5 *1 (-355 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 (-757)))))
+ (-5 *1 (-380 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| -3476 *3) (|:| -3503 (-553)))))
+ (-5 *1 (-412 *3)) (-4 *3 (-545))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 (-757)))))
+ (-5 *1 (-805 *3)) (-4 *3 (-833)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1031)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2) (-12 (-5 *2 (-630 *3)) (-5 *1 (-1063 *3)) (-4 *3 (-130)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-845)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *4 *5))
- (-4 *5 (-13 (-27) (-1176) (-424 *4)))))
+ (-4 *5 (-13 (-27) (-1177) (-424 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *4 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *4)))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-401 (-552)))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-401 (-553)))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *5 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *5)))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5)))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5)))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-288 *3)) (-5 *5 (-401 (-552)))
- (-4 *3 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-288 *3)) (-5 *5 (-401 (-553)))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *6 *3))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-1 *8 (-401 (-552)))) (-5 *4 (-288 *8))
- (-5 *5 (-1204 (-401 (-552)))) (-5 *6 (-401 (-552)))
- (-4 *8 (-13 (-27) (-1176) (-424 *7)))
- (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1 *8 (-401 (-553)))) (-5 *4 (-288 *8))
+ (-5 *5 (-1205 (-401 (-553)))) (-5 *6 (-401 (-553)))
+ (-4 *8 (-13 (-27) (-1177) (-424 *7)))
+ (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *7 *8))))
((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-401 (-552))))
- (-5 *7 (-401 (-552))) (-4 *3 (-13 (-27) (-1176) (-424 *8)))
- (-4 *8 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-401 (-553))))
+ (-5 *7 (-401 (-553))) (-4 *3 (-13 (-27) (-1177) (-424 *8)))
+ (-4 *8 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *8 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-401 (-552))) (-4 *4 (-1030)) (-4 *1 (-1220 *4 *3))
- (-4 *3 (-1197 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 (-401 (-552))))
- (-5 *2
- (-629
- (-2 (|:| |outval| *4) (|:| |outmult| (-552))
- (|:| |outvect| (-629 (-673 *4))))))
- (-5 *1 (-764 *4)) (-4 *4 (-13 (-357) (-830))))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-4 *1 (-230 *3))))
- ((*1 *1) (-12 (-4 *1 (-230 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-736)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *7)) (-4 *7 (-832))
- (-4 *8 (-930 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778))
+ (-12 (-5 *2 (-401 (-553))) (-4 *4 (-1031)) (-4 *1 (-1221 *4 *3))
+ (-4 *3 (-1198 *4)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-343)) (-4 *2 (-1031)) (-5 *1 (-698 *2 *3))
+ (-4 *3 (-1214 *2)))))
+(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *2) (-12 (-5 *1 (-126 *2)) (-4 *2 (-1079)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-30))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-412 *4) *4)) (-4 *4 (-545)) (-5 *2 (-412 *4))
+ (-5 *1 (-413 *4))))
+ ((*1 *1 *1) (-5 *1 (-908)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-908))))
+ ((*1 *1 *1) (-5 *1 (-909)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))
+ (-5 *4 (-401 (-553))) (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))
+ (-5 *1 (-1002 *3)) (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))
+ (-5 *4 (-401 (-553))) (-5 *1 (-1003 *3)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))
+ (-5 *1 (-1003 *3)) (-4 *3 (-1214 (-401 (-553))))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3))
+ (-4 *3 (-1214 *2)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-310 (-220))) (-5 *4 (-1155))
+ (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-630 (-220))) (-5 *1 (-187))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-310 (-220))) (-5 *4 (-1155))
+ (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-630 (-220))) (-5 *1 (-294)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845))))
+ ((*1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1160))) (-5 *1 (-180)))))
+(((*1 *2 *3 *2)
+ (-12
(-5 *2
- (-2 (|:| |particular| (-3 (-1237 (-401 *8)) "failed"))
- (|:| -4199 (-629 (-1237 (-401 *8))))))
- (-5 *1 (-653 *5 *6 *7 *8)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1159))) (-5 *1 (-180)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-141))) (-5 *1 (-138))))
- ((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-138)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-111)) (-5 *5 (-552)) (-4 *6 (-357)) (-4 *6 (-362))
- (-4 *6 (-1030)) (-5 *2 (-629 (-629 (-673 *6)))) (-5 *1 (-1010 *6))
- (-5 *3 (-629 (-673 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-357)) (-4 *4 (-362)) (-4 *4 (-1030))
- (-5 *2 (-629 (-629 (-673 *4)))) (-5 *1 (-1010 *4))
- (-5 *3 (-629 (-673 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1030))
- (-5 *2 (-629 (-629 (-673 *5)))) (-5 *1 (-1010 *5))
- (-5 *3 (-629 (-673 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-902)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1030))
- (-5 *2 (-629 (-629 (-673 *5)))) (-5 *1 (-1010 *5))
- (-5 *3 (-629 (-673 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-521)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552)))))
- (-4 *5 (-1213 *4))
- (-5 *2 (-629 (-2 (|:| |deg| (-756)) (|:| -2771 *5))))
- (-5 *1 (-794 *4 *5 *3 *6)) (-4 *3 (-640 *5))
- (-4 *6 (-640 (-401 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-630
+ (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-757)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *3 (-779)) (-4 *6 (-931 *4 *3 *5)) (-4 *4 (-445)) (-4 *5 (-833))
+ (-5 *1 (-442 *4 *3 *5 *6)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1221 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1198 *3))
+ (-5 *2 (-401 (-553))))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1031)) (-5 *1 (-1210 *3 *2)) (-4 *2 (-1214 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *4 *5))
- (-4 *5 (-13 (-27) (-1176) (-424 *4)))))
+ (-4 *5 (-13 (-27) (-1177) (-424 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *4 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *4)))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-552)) (-4 *5 (-13 (-445) (-832) (-1019 *4) (-625 *4)))
+ (-12 (-5 *4 (-553)) (-4 *5 (-13 (-445) (-833) (-1020 *4) (-626 *4)))
(-5 *2 (-52)) (-5 *1 (-309 *5 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *5)))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5)))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5)))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-445) (-832) (-1019 *5) (-625 *5))) (-5 *5 (-552))
+ (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-445) (-833) (-1020 *5) (-626 *5))) (-5 *5 (-553))
(-5 *2 (-52)) (-5 *1 (-309 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-552))) (-5 *4 (-288 *7)) (-5 *5 (-1204 (-552)))
- (-4 *7 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1 *7 (-553))) (-5 *4 (-288 *7)) (-5 *5 (-1205 (-553)))
+ (-4 *7 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-552)))
- (-4 *3 (-13 (-27) (-1176) (-424 *7)))
- (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-553)))
+ (-4 *3 (-13 (-27) (-1177) (-424 *7)))
+ (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *7 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-552)) (-4 *4 (-1030)) (-4 *1 (-1199 *4 *3))
- (-4 *3 (-1228 *4))))
+ (-12 (-5 *2 (-553)) (-4 *4 (-1031)) (-4 *1 (-1200 *4 *3))
+ (-4 *3 (-1229 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1220 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1197 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-629 (-1150 (-552)))) (-5 *1 (-186)) (-5 *3 (-552)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
-(((*1 *2 *1) (-12 (-5 *2 (-759)) (-5 *1 (-52)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-2 (|:| |deg| (-756)) (|:| -3830 *5))))
- (-4 *5 (-1213 *4)) (-4 *4 (-343)) (-5 *2 (-629 *5))
- (-5 *1 (-211 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-2 (|:| -3479 *5) (|:| -3299 (-552)))))
- (-5 *4 (-552)) (-4 *5 (-1213 *4)) (-5 *2 (-629 *5))
- (-5 *1 (-680 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-351 *3)) (-4 *3 (-343)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-357)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-496 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-629 *6)) (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5))
- (-4 *3 (-544)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-570)))))
+ (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1198 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-552))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-552)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
- (-12 (-5 *4 (-552)) (-5 *5 (-673 (-220)))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF))))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG)))) (-5 *3 (-220))
- (-5 *2 (-1016)) (-5 *1 (-734)))))
+ (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
+(((*1 *2 *1) (-12 (-5 *2 (-760)) (-5 *1 (-52)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *6 (-1137))
+ (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-733)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-111) *2)) (-4 *2 (-130)) (-5 *1 (-1063 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-553) *2 *2)) (-4 *2 (-130)) (-5 *1 (-1063 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 *4))
+ (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-445)) (-4 *3 (-779)) (-4 *5 (-833)) (-5 *2 (-111))
+ (-5 *1 (-442 *4 *3 *5 *6)) (-4 *6 (-931 *4 *3 *5)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-845))))
+ ((*1 *1 *1) (-5 *1 (-845))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *4 *5))
- (-4 *5 (-13 (-27) (-1176) (-424 *4)))))
+ (-4 *5 (-13 (-27) (-1177) (-424 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *4 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *4)))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-756))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-757))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *5 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *5)))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5)))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5)))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-288 *3)) (-5 *5 (-756))
- (-4 *3 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-288 *3)) (-5 *5 (-757))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-552))) (-5 *4 (-288 *6))
- (-4 *6 (-13 (-27) (-1176) (-424 *5)))
- (-4 *5 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1 *6 (-553))) (-5 *4 (-288 *6))
+ (-4 *6 (-13 (-27) (-1177) (-424 *5)))
+ (-4 *5 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-552))) (-5 *4 (-288 *7)) (-5 *5 (-1204 (-756)))
- (-4 *7 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1 *7 (-553))) (-5 *4 (-288 *7)) (-5 *5 (-1205 (-757)))
+ (-4 *7 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-756)))
- (-4 *3 (-13 (-27) (-1176) (-424 *7)))
- (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-757)))
+ (-4 *3 (-13 (-27) (-1177) (-424 *7)))
+ (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *7 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1228 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-445)) (-4 *3 (-832)) (-4 *3 (-1019 (-552)))
- (-4 *3 (-544)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3))
- (-4 *2
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $))
- (-15 -4026 ((-1103 *3 (-598 $)) $))
- (-15 -3213 ($ (-1103 *3 (-598 $))))))))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-1213 *2)) (-4 *2 (-1213 *4)) (-5 *1 (-966 *4 *2 *3 *5))
- (-4 *4 (-343)) (-4 *5 (-709 *2 *3)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-933 (-552))) (-5 *2 (-324))
- (-5 *1 (-326))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-1070 (-933 (-552)))) (-5 *2 (-324))
- (-5 *1 (-326))))
- ((*1 *1 *2 *2 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-659 *3)) (-4 *3 (-1030))
- (-4 *3 (-1078)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-629 (-629 (-629 *5)))) (-5 *3 (-1 (-111) *5 *5))
- (-5 *4 (-629 *5)) (-4 *5 (-832)) (-5 *1 (-1162 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *3 *3 *2)
- (|partial| -12 (-5 *2 (-756))
- (-4 *3 (-13 (-711) (-362) (-10 -7 (-15 ** (*3 *3 (-552))))))
- (-5 *1 (-241 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-38 (-401 (-552))))
- (-4 *2 (-169)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-924 (-220))) (-5 *2 (-1242)) (-5 *1 (-461)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-367 *2)) (-4 *2 (-1191))
- (-4 *2 (-832))))
+ (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1229 *3)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4369)) (-4 *1 (-230 *3))
+ (-4 *3 (-1079))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3 *3)) (|has| *1 (-6 -4369))
- (-4 *1 (-367 *3)) (-4 *3 (-1191)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)))) (-5 *1 (-183 *3 *2))
- (-4 *2 (-13 (-27) (-1176) (-424 (-166 *3))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-732)))))
-(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111))
- (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1047 *4 *3)) (-4 *4 (-13 (-830) (-357)))
- (-4 *3 (-1213 *4)) (-5 *2 (-111)))))
-(((*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-373))))
- ((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-373)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
+ (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-276 *3)) (-4 *3 (-1192)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-630 (-599 *2))) (-5 *4 (-1155))
+ (-4 *2 (-13 (-27) (-1177) (-424 *5)))
+ (-4 *5 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-271 *5 *2)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-1071 (-934 (-553)))) (-5 *3 (-934 (-553)))
+ (-5 *1 (-324))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1071 (-934 (-553)))) (-5 *1 (-324)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-733)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-833)) (-5 *2 (-630 (-630 (-630 *4))))
+ (-5 *1 (-1163 *4)) (-5 *3 (-630 (-630 *4))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1238 *3)) (-4 *3 (-1031)) (-5 *1 (-698 *3 *4))
+ (-4 *4 (-1214 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1205 *3)) (-4 *3 (-1192)))))
(((*1 *2)
- (-12 (-4 *2 (-13 (-424 *3) (-983))) (-5 *1 (-270 *3 *2))
- (-4 *3 (-13 (-832) (-544))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 (-933 *4))) (-5 *3 (-629 (-1154))) (-4 *4 (-445))
- (-5 *1 (-899 *4)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-987)))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-895 *3)) (-4 *3 (-301)))))
-(((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-683)) (-5 *1 (-299)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-807)))))
-(((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-1154)) (-5 *2 (-111))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-111)))))
+ (-12 (-5 *2 (-1243)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1191)) (-4 *2 (-1030))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-844))))
- ((*1 *1 *1) (-5 *1 (-844)))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-924 (-220))) (-5 *2 (-220)) (-5 *1 (-1187))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-1030)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-598 *4)) (-5 *1 (-597 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-832)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-552)) (-5 *6 (-1 (-1242) (-1237 *5) (-1237 *5) (-373)))
- (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242))
- (-5 *1 (-773))))
- ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
- (-12 (-5 *4 (-552)) (-5 *6 (-1 (-1242) (-1237 *5) (-1237 *5) (-373)))
- (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242))
- (-5 *1 (-773)))))
-(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *1 (-782 *2)) (-4 *2 (-169))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-980 *3)) (-4 *3 (-169)) (-5 *1 (-784 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-401 (-552))) (-5 *1 (-299)))))
+ (-12 (-5 *2 (-2 (|:| -2697 *3) (|:| |coef2| (-768 *3))))
+ (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-630 *7)) (-5 *3 (-553)) (-4 *7 (-931 *4 *5 *6))
+ (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *1 (-442 *4 *5 *6 *7)))))
+(((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1022)))))
(((*1 *2 *1)
- (-12
- (-5 *2
- (-629
- (-2
- (|:| -2670
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (|:| -3360
- (-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| (-1134 (-220)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -4235
- (-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 (-547))))
+ (-12 (-5 *2 (-111)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-310 (-220)))) (-5 *2 (-111)) (-5 *1 (-261))))
+ ((*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-111)) (-5 *1 (-261))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1137)) (-4 *1 (-358 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1223 *3 *4 *5)) (-4 *3 (-13 (-357) (-833)))
+ (-14 *4 (-1155)) (-14 *5 *3) (-5 *1 (-313 *3 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1022)) (-5 *3 (-373)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-733)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-543 *3)) (-4 *3 (-13 (-398) (-1177))) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-674 *2)) (-4 *2 (-169)) (-5 *1 (-143 *2))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-169)) (-4 *2 (-1214 *4)) (-5 *1 (-174 *4 *2 *3))
+ (-4 *3 (-710 *4 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 (-401 (-934 *5)))) (-5 *4 (-1155))
+ (-5 *2 (-934 *5)) (-5 *1 (-286 *5)) (-4 *5 (-445))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-674 (-401 (-934 *4)))) (-5 *2 (-934 *4))
+ (-5 *1 (-286 *4)) (-4 *4 (-445))))
((*1 *2 *1)
- (-12 (-4 *1 (-590 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1191))
- (-5 *2 (-629 *4)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-166 (-220)))) (-5 *2 (-1016))
- (-5 *1 (-739)))))
-(((*1 *1 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))))
+ (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1214 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-674 (-166 (-401 (-553)))))
+ (-5 *2 (-934 (-166 (-401 (-553))))) (-5 *1 (-750 *4))
+ (-4 *4 (-13 (-357) (-831)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 (-166 (-401 (-553))))) (-5 *4 (-1155))
+ (-5 *2 (-934 (-166 (-401 (-553))))) (-5 *1 (-750 *5))
+ (-4 *5 (-13 (-357) (-831)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-674 (-401 (-553)))) (-5 *2 (-934 (-401 (-553))))
+ (-5 *1 (-765 *4)) (-4 *4 (-13 (-357) (-831)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 (-401 (-553)))) (-5 *4 (-1155))
+ (-5 *2 (-934 (-401 (-553)))) (-5 *1 (-765 *5))
+ (-4 *5 (-13 (-357) (-831))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-887 *3))) (-4 *3 (-1079)) (-5 *1 (-886 *3)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-902))
- (-5 *2 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098))))))
- (-5 *1 (-340 *4)) (-4 *4 (-343)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-1238))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *1) (-5 *1 (-461))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *2 *2 *2 *3 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-1030)) (-5 *1 (-1209 *4 *2))
- (-4 *2 (-1213 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34)))
- (-4 *3 (-13 (-1078) (-34))))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-1088)))))
+ (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-301))
+ (-5 *2 (-401 (-412 (-934 *4)))) (-5 *1 (-1024 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-310 *4)) (-4 *4 (-13 (-814) (-833) (-1031)))
+ (-5 *2 (-1137)) (-5 *1 (-812 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-310 *5)) (-5 *4 (-111))
+ (-4 *5 (-13 (-814) (-833) (-1031))) (-5 *2 (-1137))
+ (-5 *1 (-812 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-808)) (-5 *4 (-310 *5))
+ (-4 *5 (-13 (-814) (-833) (-1031))) (-5 *2 (-1243))
+ (-5 *1 (-812 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-808)) (-5 *4 (-310 *6)) (-5 *5 (-111))
+ (-4 *6 (-13 (-814) (-833) (-1031))) (-5 *2 (-1243))
+ (-5 *1 (-812 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-814)) (-5 *2 (-1137))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-814)) (-5 *3 (-111)) (-5 *2 (-1137))))
+ ((*1 *2 *3 *1) (-12 (-4 *1 (-814)) (-5 *3 (-808)) (-5 *2 (-1243))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-4 *1 (-814)) (-5 *3 (-808)) (-5 *4 (-111)) (-5 *2 (-1243)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-518)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4))
+ (-4 *4 (-343)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))))
+(((*1 *2 *1) (|partial| -12 (-5 *1 (-359 *2)) (-4 *2 (-1079))))
+ ((*1 *2 *1) (|partial| -12 (-5 *2 (-1137)) (-5 *1 (-1173)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1031)) (-5 *2 (-111)) (-5 *1 (-437 *4 *3))
+ (-4 *3 (-1214 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-111)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-629 *8))) (-5 *3 (-629 *8))
- (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544)) (-4 *6 (-778))
- (-4 *7 (-832)) (-5 *2 (-111)) (-5 *1 (-958 *5 *6 *7 *8)))))
-(((*1 *2 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *5 (-1154))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-629 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -1411 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1176) (-27) (-424 *8)))
- (-4 *8 (-13 (-445) (-832) (-144) (-1019 *3) (-625 *3)))
- (-5 *3 (-552))
- (-5 *2 (-2 (|:| |ans| *4) (|:| -3428 *4) (|:| |sol?| (-111))))
- (-5 *1 (-994 *8 *4)))))
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-757)) (-5 *2 (-111))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1193 *3)) (-4 *3 (-833))
+ (-4 *3 (-1079)))))
+(((*1 *2 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-733)))))
+(((*1 *1 *1) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1) (-5 *1 (-619))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1143 3 *3)) (-4 *3 (-1031)) (-4 *1 (-1113 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1113 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-706)) (-5 *2 (-903))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-708)) (-5 *2 (-757)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-220) (-220) (-220)))
+ (-5 *4 (-3 (-1 (-220) (-220) (-220) (-220)) "undefined"))
+ (-5 *5 (-1073 (-220))) (-5 *6 (-630 (-257))) (-5 *2 (-1112 (-220)))
+ (-5 *1 (-682)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-310 (-220))) (-5 *2 (-310 (-401 (-553))))
+ (-5 *1 (-299)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-1051 *5 *6 *7 *8)) (-4 *5 (-445))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7))
+ (-5 *2 (-111)) (-5 *1 (-970 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-1051 *5 *6 *7 *8)) (-4 *5 (-445))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7))
+ (-5 *2 (-111)) (-5 *1 (-1086 *5 *6 *7 *8 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |var| (-629 (-1154))) (|:| |pred| (-52))))
- (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)))) (-5 *1 (-183 *3 *2))
- (-4 *2 (-13 (-27) (-1176) (-424 (-166 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-544) (-832) (-1019 (-552))))
- (-5 *1 (-183 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 (-166 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-1180 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
+ (-12 (-5 *2 (-855 (-948 *3) (-948 *3))) (-5 *1 (-948 *3))
+ (-4 *3 (-949)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-757)) (-4 *4 (-13 (-1031) (-703 (-401 (-553)))))
+ (-4 *5 (-833)) (-5 *1 (-1254 *4 *5 *2)) (-4 *2 (-1259 *5 *4)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-111)) (-5 *1 (-815)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-553)) (-5 *3 (-903)) (-5 *1 (-684))))
+ ((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *2 (-674 *5)) (-5 *3 (-98 *5)) (-5 *4 (-1 *5 *5))
+ (-4 *5 (-357)) (-5 *1 (-960 *5)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-412 *2)) (-4 *2 (-301)) (-5 *1 (-896 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155))
+ (-4 *5 (-13 (-301) (-144))) (-5 *2 (-52)) (-5 *1 (-897 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-412 (-934 *6))) (-5 *5 (-1155)) (-5 *3 (-934 *6))
+ (-4 *6 (-13 (-301) (-144))) (-5 *2 (-52)) (-5 *1 (-897 *6)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))
- (-5 *2 (-629 (-1154))) (-5 *1 (-261))))
+ (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))
+ (-5 *2 (-630 (-1155))) (-5 *1 (-261))))
((*1 *2 *3)
- (-12 (-5 *3 (-1150 *7)) (-4 *7 (-930 *6 *4 *5)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1030)) (-5 *2 (-629 *5))
+ (-12 (-5 *3 (-1151 *7)) (-4 *7 (-931 *6 *4 *5)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1031)) (-5 *2 (-630 *5))
(-5 *1 (-315 *4 *5 *6 *7))))
((*1 *2 *1)
- (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-333 *3 *4 *5)) (-14 *3 *2)
+ (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-333 *3 *4 *5)) (-14 *3 *2)
(-14 *4 *2) (-4 *5 (-381))))
((*1 *2 *1)
- (-12 (-4 *1 (-424 *3)) (-4 *3 (-832)) (-5 *2 (-629 (-1154)))))
+ (-12 (-4 *1 (-424 *3)) (-4 *3 (-833)) (-5 *2 (-630 (-1155)))))
((*1 *2 *1)
- (-12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3)) (-4 *3 (-1078))))
+ (-12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3)) (-4 *3 (-1079))))
((*1 *2 *1)
- (-12 (-4 *1 (-930 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-629 *5))))
+ (-12 (-4 *1 (-931 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-630 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030))
- (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-629 *5))
- (-5 *1 (-931 *4 *5 *6 *7 *3))
+ (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031))
+ (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-630 *5))
+ (-5 *1 (-932 *4 *5 *6 *7 *3))
(-4 *3
(-13 (-357)
- (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $)))))))
+ (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $)))))))
((*1 *2 *1)
- (-12 (-5 *2 (-1080 (-1154))) (-5 *1 (-947 *3)) (-4 *3 (-948))))
+ (-12 (-5 *2 (-1081 (-1155))) (-5 *1 (-948 *3)) (-4 *3 (-949))))
((*1 *2 *1)
- (-12 (-4 *1 (-954 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-777))
- (-4 *5 (-832)) (-5 *2 (-629 *5))))
+ (-12 (-4 *1 (-955 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-778))
+ (-4 *5 (-833)) (-5 *2 (-630 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-629 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544)) (-5 *2 (-629 (-1154)))
- (-5 *1 (-1024 *4)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))))
-(((*1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-107))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-528))) (-5 *1 (-528)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *6 (-902)) (-4 *5 (-301)) (-4 *3 (-1213 *5))
- (-5 *2 (-2 (|:| |plist| (-629 *3)) (|:| |modulo| *5)))
- (-5 *1 (-453 *5 *3)) (-5 *4 (-629 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
- (-5 *2 (-673 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-673 *4)) (-5 *1 (-410 *3 *4))
- (-4 *3 (-411 *4))))
- ((*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-673 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1213 *4)) (-4 *4 (-1195))
- (-4 *6 (-1213 (-401 *5)))
- (-5 *2
- (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
- (|:| |gd| *5)))
- (-4 *1 (-336 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
- (|:| |xpnt| (-552))))
- (-4 *4 (-13 (-1213 *3) (-544) (-10 -8 (-15 -2594 ($ $ $)))))
- (-4 *3 (-544)) (-5 *1 (-1216 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301))))
- ((*1 *2 *1) (-12 (-5 *1 (-895 *2)) (-4 *2 (-301))))
- ((*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)) (-4 *2 (-301))))
- ((*1 *2 *1) (-12 (-4 *1 (-1039)) (-5 *2 (-552)))))
+ (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-630 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545)) (-5 *2 (-630 (-1155)))
+ (-5 *1 (-1025 *4)))))
+(((*1 *1 *1) (-5 *1 (-220))) ((*1 *1 *1) (-5 *1 (-373)))
+ ((*1 *1) (-5 *1 (-373))))
+(((*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)) (-4 *2 (-538))))
+ ((*1 *1 *1) (-4 *1 (-1040))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-538))))
+(((*1 *1 *1 *1) (-4 *1 (-140)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-52))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-686))))
+ ((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-686)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS))))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP))))
+ (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-324)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1150 (-401 (-1150 *2)))) (-5 *4 (-598 *2))
- (-4 *2 (-13 (-424 *5) (-27) (-1176)))
- (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *1 (-548 *5 *2 *6)) (-4 *6 (-1078))))
+ (-12 (-5 *3 (-1151 (-401 (-1151 *2)))) (-5 *4 (-599 *2))
+ (-4 *2 (-13 (-424 *5) (-27) (-1177)))
+ (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *1 (-549 *5 *2 *6)) (-4 *6 (-1079))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1150 *1)) (-4 *1 (-930 *4 *5 *3)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *3 (-832))))
+ (-12 (-5 *2 (-1151 *1)) (-4 *1 (-931 *4 *5 *3)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *3 (-833))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1150 *4)) (-4 *4 (-1030)) (-4 *1 (-930 *4 *5 *3))
- (-4 *5 (-778)) (-4 *3 (-832))))
+ (-12 (-5 *2 (-1151 *4)) (-4 *4 (-1031)) (-4 *1 (-931 *4 *5 *3))
+ (-4 *5 (-779)) (-4 *3 (-833))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-1150 *2))) (-4 *5 (-778)) (-4 *4 (-832))
- (-4 *6 (-1030))
+ (-12 (-5 *3 (-401 (-1151 *2))) (-4 *5 (-779)) (-4 *4 (-833))
+ (-4 *6 (-1031))
(-4 *2
(-13 (-357)
- (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $)))))
- (-5 *1 (-931 *5 *4 *6 *7 *2)) (-4 *7 (-930 *6 *5 *4))))
+ (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $)))))
+ (-5 *1 (-932 *5 *4 *6 *7 *2)) (-4 *7 (-931 *6 *5 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-1150 (-401 (-933 *5))))) (-5 *4 (-1154))
- (-5 *2 (-401 (-933 *5))) (-5 *1 (-1024 *5)) (-4 *5 (-544)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-357))
- (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
- (-5 *1 (-562 *5 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 (-629 (-629 *4)))) (-5 *3 (-629 *4)) (-4 *4 (-832))
- (-5 *1 (-1162 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-382)) (-5 *1 (-430))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-382)) (-5 *1 (-430)))))
+ (-12 (-5 *3 (-401 (-1151 (-401 (-934 *5))))) (-5 *4 (-1155))
+ (-5 *2 (-401 (-934 *5))) (-5 *1 (-1025 *5)) (-4 *5 (-545)))))
+(((*1 *2 *1 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-301))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4125 *1)))
+ (-4 *1 (-301)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-445))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-442 *3 *4 *5 *6)))))
+(((*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))))
(((*1 *2 *2) (|partial| -12 (-5 *2 (-310 (-220))) (-5 *1 (-299))))
((*1 *2 *1)
(|partial| -12
- (-5 *2 (-2 (|:| |num| (-873 *3)) (|:| |den| (-873 *3))))
- (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1118 *3 *2)) (-4 *3 (-13 (-1078) (-34)))
- (-4 *2 (-13 (-1078) (-34))))))
-(((*1 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-952)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1154))
- (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *1 (-1157)))))
+ (-5 *2 (-2 (|:| |num| (-874 *3)) (|:| |den| (-874 *3))))
+ (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-583 *3)) (-4 *3 (-1030))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-954 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-777))
- (-4 *5 (-832)) (-5 *2 (-111)))))
-(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-740)))))
+ (-12 (-5 *3 (-674 (-401 (-934 (-553))))) (-5 *2 (-630 (-310 (-553))))
+ (-5 *1 (-1013)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-424 *3) (-984))) (-5 *1 (-270 *3 *2))
+ (-4 *3 (-13 (-833) (-545))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6))
- (-5 *2 (-629 (-2 (|:| -2571 *1) (|:| -3092 (-629 *7)))))
- (-5 *3 (-629 *7)) (-4 *1 (-1184 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2 *3) (-12 (-5 *3 (-953)) (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *4 (-1 (-3 (-553) "failed") *5)) (-4 *5 (-1031))
+ (-5 *2 (-553)) (-5 *1 (-536 *5 *3)) (-4 *3 (-1214 *5))))
+ ((*1 *2 *3 *4 *2 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-553) "failed") *4)) (-4 *4 (-1031))
+ (-5 *2 (-553)) (-5 *1 (-536 *4 *3)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-553) "failed") *4)) (-4 *4 (-1031))
+ (-5 *2 (-553)) (-5 *1 (-536 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-903)) (-4 *1 (-730 *3)) (-4 *3 (-169)))))
+(((*1 *1 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-367 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23))
+ (-14 *4 *3))))
(((*1 *1 *2 *3)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777))))
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778))))
((*1 *1 *2 *3)
- (-12 (-5 *3 (-629 (-902))) (-5 *1 (-149 *4 *2 *5)) (-14 *4 (-902))
- (-4 *2 (-357)) (-14 *5 (-974 *4 *2))))
+ (-12 (-5 *3 (-630 (-903))) (-5 *1 (-149 *4 *2 *5)) (-14 *4 (-903))
+ (-4 *2 (-357)) (-14 *5 (-975 *4 *2))))
((*1 *1 *2 *3)
- (-12 (-5 *3 (-698 *5 *6 *7)) (-4 *5 (-832))
- (-4 *6 (-233 (-2657 *4) (-756)))
+ (-12 (-5 *3 (-699 *5 *6 *7)) (-4 *5 (-833))
+ (-4 *6 (-233 (-2656 *4) (-757)))
(-14 *7
- (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *6))
- (-2 (|:| -2840 *5) (|:| -1406 *6))))
- (-14 *4 (-629 (-1154))) (-4 *2 (-169))
- (-5 *1 (-454 *4 *2 *5 *6 *7 *8)) (-4 *8 (-930 *2 *6 (-846 *4)))))
+ (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *6))
+ (-2 (|:| -2839 *5) (|:| -3503 *6))))
+ (-14 *4 (-630 (-1155))) (-4 *2 (-169))
+ (-5 *1 (-454 *4 *2 *5 *6 *7 *8)) (-4 *8 (-931 *2 *6 (-847 *4)))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-501 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-832))))
+ (-12 (-4 *1 (-502 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-833))))
((*1 *1 *2 *3)
- (-12 (-5 *3 (-552)) (-4 *2 (-544)) (-5 *1 (-609 *2 *4))
- (-4 *4 (-1213 *2))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-693 *2)) (-4 *2 (-1030))))
+ (-12 (-5 *3 (-553)) (-4 *2 (-545)) (-5 *1 (-610 *2 *4))
+ (-4 *4 (-1214 *2))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-694 *2)) (-4 *2 (-1031))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-720 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-711))))
+ (-12 (-5 *1 (-721 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-712))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 *5)) (-5 *3 (-629 (-756))) (-4 *1 (-725 *4 *5))
- (-4 *4 (-1030)) (-4 *5 (-832))))
+ (-12 (-5 *2 (-630 *5)) (-5 *3 (-630 (-757))) (-4 *1 (-726 *4 *5))
+ (-4 *4 (-1031)) (-4 *5 (-833))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-725 *4 *2)) (-4 *4 (-1030))
- (-4 *2 (-832))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-834 *2)) (-4 *2 (-1030))))
+ (-12 (-5 *3 (-757)) (-4 *1 (-726 *4 *2)) (-4 *4 (-1031))
+ (-4 *2 (-833))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-835 *2)) (-4 *2 (-1031))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 *6)) (-5 *3 (-629 (-756))) (-4 *1 (-930 *4 *5 *6))
- (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832))))
+ (-12 (-5 *2 (-630 *6)) (-5 *3 (-630 (-757))) (-4 *1 (-931 *4 *5 *6))
+ (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-930 *4 *5 *2)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *2 (-832))))
+ (-12 (-5 *3 (-757)) (-4 *1 (-931 *4 *5 *2)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *2 (-833))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 *6)) (-5 *3 (-629 *5)) (-4 *1 (-954 *4 *5 *6))
- (-4 *4 (-1030)) (-4 *5 (-777)) (-4 *6 (-832))))
+ (-12 (-5 *2 (-630 *6)) (-5 *3 (-630 *5)) (-4 *1 (-955 *4 *5 *6))
+ (-4 *4 (-1031)) (-4 *5 (-778)) (-4 *6 (-833))))
((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-954 *4 *3 *2)) (-4 *4 (-1030)) (-4 *3 (-777))
- (-4 *2 (-832)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-544)) (-5 *2 (-111)))))
-(((*1 *1) (-5 *1 (-138))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-445)) (-4 *4 (-832)) (-4 *5 (-778)) (-5 *2 (-629 *6))
- (-5 *1 (-968 *3 *4 *5 *6)) (-4 *6 (-930 *3 *5 *4)))))
+ (-12 (-4 *1 (-955 *4 *3 *2)) (-4 *4 (-1031)) (-4 *3 (-778))
+ (-4 *2 (-833)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-673 (-310 (-220))))
- (-5 *2
- (-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))))
- (-5 *1 (-200)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-5 *2 (-1237 *3)) (-5 *1 (-697 *3 *4))
- (-4 *4 (-1213 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169))
- (-4 *5 (-1213 *4)) (-5 *2 (-673 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3))
- (-5 *2 (-673 *3)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-3 (-2 (|:| -1411 *7) (|:| |coeff| *7)) "failed") *7))
- (-5 *6 (-629 (-401 *8))) (-4 *7 (-357)) (-4 *8 (-1213 *7))
- (-5 *3 (-401 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-562 *7 *8)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1154)) (-4 *5 (-600 (-873 (-552))))
- (-4 *5 (-867 (-552)))
- (-4 *5 (-13 (-832) (-1019 (-552)) (-445) (-625 (-552))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-555 *5 *3)) (-4 *3 (-615))
- (-4 *3 (-13 (-27) (-1176) (-424 *5))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *1 (-789 *4 *2)) (-4 *2 (-13 (-29 *4) (-1176) (-940))))))
-(((*1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-844)))))
-(((*1 *2 *3 *3)
(-12
(-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-756)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-778)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-832))
- (-5 *2 (-111)) (-5 *1 (-442 *4 *5 *6 *7)))))
-(((*1 *1) (-5 *1 (-1063))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-113)) (-5 *3 (-629 (-1 *4 (-629 *4)))) (-4 *4 (-1078))
- (-5 *1 (-112 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1078))
- (-5 *1 (-112 *4))))
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (-5 *2 (-553)) (-5 *1 (-199)))))
+(((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-908))))
+ ((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-517)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-4 *4 (-1214 *3))
+ (-5 *2
+ (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-674 *3))))
+ (-5 *1 (-344 *3 *4 *5)) (-4 *5 (-403 *3 *4))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-113)) (-5 *2 (-629 (-1 *4 (-629 *4))))
- (-5 *1 (-112 *4)) (-4 *4 (-1078)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1210 *5 *4)) (-5 *1 (-1152 *4 *5 *6))
- (-4 *4 (-1030)) (-14 *5 (-1154)) (-14 *6 *4)))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1210 *5 *4)) (-5 *1 (-1229 *4 *5 *6))
- (-4 *4 (-1030)) (-14 *5 (-1154)) (-14 *6 *4))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-742)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-1099 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-310 *3)) (-4 *3 (-544)) (-4 *3 (-832)))))
+ (-12 (-5 *3 (-553)) (-4 *4 (-1214 *3))
+ (-5 *2
+ (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-674 *3))))
+ (-5 *1 (-754 *4 *5)) (-4 *5 (-403 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 *3))
+ (-5 *2
+ (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-674 *3))))
+ (-5 *1 (-967 *4 *3 *5 *6)) (-4 *6 (-710 *3 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 *3))
+ (-5 *2
+ (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-674 *3))))
+ (-5 *1 (-1247 *4 *3 *5 *6)) (-4 *6 (-403 *3 *5)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-630 (-553))) (-5 *3 (-111)) (-5 *1 (-1089)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 (-629 *5))) (-4 *5 (-1228 *4))
- (-4 *4 (-38 (-401 (-552))))
- (-5 *2 (-1 (-1134 *4) (-629 (-1134 *4)))) (-5 *1 (-1230 *4 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2594 (-767 *3)) (|:| |coef1| (-767 *3))))
- (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-2 (|:| -2594 *1) (|:| |coef1| *1)))
- (-4 *1 (-1044 *3 *4 *5)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-552)) (-4 *3 (-169)) (-4 *5 (-367 *3))
- (-4 *6 (-367 *3)) (-5 *1 (-672 *3 *5 *6 *2))
- (-4 *2 (-671 *3 *5 *6)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-118 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169))))
- ((*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1150 *3)) (-5 *1 (-895 *3)) (-4 *3 (-301)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-552) (-552))) (-5 *1 (-355 *3)) (-4 *3 (-1078))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-756) (-756))) (-5 *1 (-380 *3)) (-4 *3 (-1078))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
- (-5 *1 (-633 *3 *4 *5)) (-4 *3 (-1078)))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-952)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
- (-12 (-5 *6 (-629 (-111))) (-5 *7 (-673 (-220)))
- (-5 *8 (-673 (-552))) (-5 *3 (-552)) (-5 *4 (-220)) (-5 *5 (-111))
- (-5 *2 (-1016)) (-5 *1 (-739)))))
-(((*1 *2 *3) (-12 (-5 *2 (-552)) (-5 *1 (-557 *3)) (-4 *3 (-1019 *2))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *2 *5 *6)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))))
-(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1016)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-168))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1186 *3)) (-4 *3 (-955)))))
+ (|partial| -12 (-5 *2 (-553)) (-5 *1 (-558 *3)) (-4 *3 (-1020 *2)))))
+(((*1 *2) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))))
(((*1 *2 *3)
- (-12 (-4 *2 (-1213 *4)) (-5 *1 (-794 *4 *2 *3 *5))
- (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *3 (-640 *2))
- (-4 *5 (-640 (-401 *2))))))
+ (-12 (-5 *3 (-674 *4)) (-4 *4 (-357)) (-5 *2 (-1151 *4))
+ (-5 *1 (-525 *4 *5 *6)) (-4 *5 (-357)) (-4 *6 (-13 (-357) (-831))))))
+(((*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1155)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-111)) (-5 *5 (-674 (-220)))
+ (-5 *2 (-1017)) (-5 *1 (-741)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-407 *3 *4 *5 *6)) (-4 *6 (-1020 *4)) (-4 *3 (-301))
+ (-4 *4 (-974 *3)) (-4 *5 (-1214 *4)) (-4 *6 (-403 *4 *5))
+ (-14 *7 (-1238 *6)) (-5 *1 (-408 *3 *4 *5 *6 *7))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1238 *6)) (-4 *6 (-403 *4 *5)) (-4 *4 (-974 *3))
+ (-4 *5 (-1214 *4)) (-4 *3 (-301)) (-5 *1 (-408 *3 *4 *5 *6 *7))
+ (-14 *7 *2))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-1044 *3 *4 *5)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-740)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
-(((*1 *1 *1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *3 (-544)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-821))
- (-5 *3
- (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220)))
- (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220))))
- (|:| |ub| (-629 (-825 (-220))))))
- (-5 *2 (-1016))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-821))
- (-5 *3
- (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))
- (-5 *2 (-1016)))))
+ (-12 (-5 *2 (-2 (|:| |preimage| (-630 *3)) (|:| |image| (-630 *3))))
+ (-5 *1 (-887 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-737)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1030)) (-4 *7 (-1030))
- (-4 *6 (-1213 *5)) (-5 *2 (-1150 (-1150 *7)))
- (-5 *1 (-493 *5 *6 *4 *7)) (-4 *4 (-1213 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-177))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-305))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-951))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-975))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1017))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1052)))))
+ (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1079)) (-4 *4 (-1079))
+ (-4 *6 (-1079)) (-5 *2 (-1 *6 *5)) (-5 *1 (-669 *5 *4 *6)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-903)) (-5 *4 (-856)) (-5 *2 (-1243)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-477 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 *4))))
- (-5 *1 (-870 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078))
- (-4 *7 (-1078)) (-5 *2 (-629 *1)) (-4 *1 (-1081 *3 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3))
- (-4 *3 (-13 (-357) (-1176) (-983)))))
- ((*1 *2)
- (|partial| -12 (-4 *4 (-1195)) (-4 *5 (-1213 (-401 *2)))
- (-4 *2 (-1213 *4)) (-5 *1 (-335 *3 *4 *2 *5))
- (-4 *3 (-336 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-336 *3 *2 *4)) (-4 *3 (-1195))
- (-4 *4 (-1213 (-401 *2))) (-4 *2 (-1213 *3)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-739)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-722 *3))))
- ((*1 *1 *2) (-12 (-5 *1 (-722 *2)) (-4 *2 (-1078))))
- ((*1 *1) (-12 (-5 *1 (-722 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-629 (-1054 *4 *5 *2))) (-4 *4 (-1078))
- (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4))))
- (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4))))
- (-5 *1 (-54 *4 *5 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-629 (-1054 *5 *6 *2))) (-5 *4 (-902)) (-4 *5 (-1078))
- (-4 *6 (-13 (-1030) (-867 *5) (-832) (-600 (-873 *5))))
- (-4 *2 (-13 (-424 *6) (-867 *5) (-600 (-873 *5))))
- (-5 *1 (-54 *5 *6 *2)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)))))
+ (-12 (-4 *3 (-1079))
+ (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3))))
+ (-5 *2 (-630 (-1155))) (-5 *1 (-1055 *3 *4 *5))
+ (-4 *5 (-13 (-424 *4) (-868 *3) (-601 (-874 *3)))))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3))
+ (-4 *3 (-1079)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-111))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-3 (|:| |%expansion| (-307 *5 *3 *6 *7))
- (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))))
- (-5 *1 (-414 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1176) (-424 *5)))
- (-14 *6 (-1154)) (-14 *7 *3))))
+ (-12 (-5 *3 (-630 *5)) (-5 *4 (-903)) (-4 *5 (-833))
+ (-5 *2 (-58 (-630 (-657 *5)))) (-5 *1 (-657 *5)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-768 *2)) (-4 *2 (-545)) (-4 *2 (-1031))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-545)) (-5 *1 (-951 *3 *2)) (-4 *2 (-1214 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545))))
+ ((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *3 (-1045 *4 *5 *6))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *1))))
+ (-4 *1 (-1051 *4 *5 *6 *3)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-886 *4))
+ (-4 *4 (-1079))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1160)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-832)) (-4 *1 (-368 *3 *4))
- (-4 *4 (-169)))))
-(((*1 *2 *1) (-12 (-4 *1 (-320 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777))))
- ((*1 *2 *1) (-12 (-4 *1 (-693 *3)) (-4 *3 (-1030)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-834 *3)) (-4 *3 (-1030)) (-5 *2 (-756))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *6)) (-4 *1 (-930 *4 *5 *6)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 (-756)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-930 *4 *5 *3)) (-4 *4 (-1030)) (-4 *5 (-778))
- (-4 *3 (-832)) (-5 *2 (-756)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *2 *4 *5 *6)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844))))
- ((*1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-4 *1 (-1076 *3))))
- ((*1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-673 (-401 (-933 (-552)))))
- (-5 *2
- (-629
- (-2 (|:| |radval| (-310 (-552))) (|:| |radmult| (-552))
- (|:| |radvect| (-629 (-673 (-310 (-552))))))))
- (-5 *1 (-1012)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-401 *5)) (-4 *5 (-1213 *4)) (-4 *4 (-544))
- (-4 *4 (-1030)) (-4 *2 (-1228 *4)) (-5 *1 (-1231 *4 *5 *6 *2))
- (-4 *6 (-640 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-288 (-933 (-552))))
+ (-12
(-5 *2
- (-2 (|:| |varOrder| (-629 (-1154)))
- (|:| |inhom| (-3 (-629 (-1237 (-756))) "failed"))
- (|:| |hom| (-629 (-1237 (-756))))))
- (-5 *1 (-231)))))
+ (-2 (|:| |mval| (-674 *3)) (|:| |invmval| (-674 *3))
+ (|:| |genIdeal| (-497 *3 *4 *5 *6))))
+ (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
+ (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *6 (-220))
+ (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-737)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154))
- (-4 *5 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-2 (|:| |func| *3) (|:| |kers| (-629 (-598 *3)))
- (|:| |vals| (-629 *3))))
- (-5 *1 (-271 *5 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5))))))
+ (-12 (-5 *4 (-757)) (-4 *5 (-1031)) (-5 *2 (-553))
+ (-5 *1 (-436 *5 *3 *6)) (-4 *3 (-1214 *5))
+ (-4 *6 (-13 (-398) (-1020 *5) (-357) (-1177) (-278)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1031)) (-5 *2 (-553)) (-5 *1 (-436 *4 *3 *5))
+ (-4 *3 (-1214 *4))
+ (-4 *5 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))))))
+(((*1 *2 *3) (-12 (-5 *2 (-553)) (-5 *1 (-558 *3)) (-4 *3 (-1020 *2))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1082 *3 *4 *2 *5 *6)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-630 *7)) (|:| |badPols| (-630 *7))))
+ (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-4 *5 (-323 *4)) (-4 *6 (-1214 *5))
+ (-5 *2 (-630 *3)) (-5 *1 (-763 *4 *5 *6 *3 *7)) (-4 *3 (-1214 *6))
+ (-14 *7 (-903)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *1 (-574 *2)) (-4 *2 (-357)))))
+(((*1 *2)
+ (-12 (-4 *4 (-357)) (-5 *2 (-757)) (-5 *1 (-322 *3 *4))
+ (-4 *3 (-323 *4))))
+ ((*1 *2) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-757)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3))
- (-4 *3 (-13 (-357) (-1176) (-983))))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-1118 *4 *5))) (-5 *3 (-1 (-111) *5 *5))
- (-4 *4 (-13 (-1078) (-34))) (-4 *5 (-13 (-1078) (-34)))
- (-5 *1 (-1119 *4 *5))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-1118 *3 *4))) (-4 *3 (-13 (-1078) (-34)))
- (-4 *4 (-13 (-1078) (-34))) (-5 *1 (-1119 *3 *4)))))
+ (-12 (-5 *3 (-805 *4)) (-4 *4 (-833)) (-5 *2 (-111))
+ (-5 *1 (-657 *4)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-373)) (-5 *1 (-1043)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 (-310 (-220)))) (-5 *2 (-1238 (-310 (-373))))
+ (-5 *1 (-299)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-177))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-305))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-952))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-976))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1018))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1053)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-552))))
+ (-12 (-5 *2 (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 *4))))
+ (-5 *1 (-871 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079))))
((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-552)))))
+ (-12 (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079))
+ (-4 *7 (-1079)) (-5 *2 (-630 *1)) (-4 *1 (-1082 *3 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-4 *1 (-753 *3)) (-4 *3 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
+ (-12 (-5 *4 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219)))) (-5 *3 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-734)))))
+(((*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1162)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-814)) (-5 *3 (-1136)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-629 (-401 (-933 *6))))
- (-5 *3 (-401 (-933 *6)))
- (-4 *6 (-13 (-544) (-1019 (-552)) (-144)))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-558 *6)))))
+ (-12 (-5 *3 (-474 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-1031))
+ (-5 *2 (-934 *5)) (-5 *1 (-926 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *3))
+ (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1045 *4 *5 *6)) (-4 *4 (-545))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-959 *4 *5 *6 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-630 *7) (-630 *7))) (-5 *2 (-630 *7))
+ (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-5 *1 (-959 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-553)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1031)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1082 *3 *2 *4 *5 *6)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845))))
+ ((*1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-4 *1 (-1077 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))))
+(((*1 *1 *1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098))))))
- (-4 *4 (-343)) (-5 *2 (-1242)) (-5 *1 (-520 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-629 (-310 (-220)))) (-5 *1 (-261)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *3 *1)
- (-12
+ (-12 (-5 *3 (-807)) (-5 *4 (-52)) (-5 *2 (-1243)) (-5 *1 (-817)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1079)) (-4 *5 (-1079))
+ (-4 *6 (-1079)) (-5 *2 (-1 *6 *5)) (-5 *1 (-669 *4 *5 *6)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-421 *3 *2)) (-4 *3 (-13 (-169) (-38 (-401 (-553)))))
+ (-4 *2 (-13 (-833) (-21))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-809)) (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1229 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-1010 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-630 (-674 *3))) (-4 *3 (-1031)) (-5 *1 (-1010 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-1010 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-630 (-674 *3))) (-4 *3 (-1031)) (-5 *1 (-1010 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240))))
+ ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220)))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2))))
+ (-5 *2 (-1017)) (-5 *1 (-739)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-903)) (-4 *1 (-233 *3 *4)) (-4 *4 (-1031))
+ (-4 *4 (-1192))))
+ ((*1 *1 *2)
+ (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169))
+ (-4 *5 (-233 (-2656 *3) (-757)))
+ (-14 *6
+ (-1 (-111) (-2 (|:| -2839 *2) (|:| -3503 *5))
+ (-2 (|:| -2839 *2) (|:| -3503 *5))))
+ (-5 *1 (-454 *3 *4 *2 *5 *6 *7)) (-4 *2 (-833))
+ (-4 *7 (-931 *4 *5 (-847 *3)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188)))))
+(((*1 *1) (-4 *1 (-343))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1211 *4 *5)) (-5 *3 (-630 *5)) (-14 *4 (-1155))
+ (-4 *5 (-357)) (-5 *1 (-905 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *5)) (-4 *5 (-357)) (-5 *2 (-1151 *5))
+ (-5 *1 (-905 *4 *5)) (-14 *4 (-1155))))
+ ((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-630 *6)) (-5 *4 (-757)) (-4 *6 (-357))
+ (-5 *2 (-401 (-934 *6))) (-5 *1 (-1032 *5 *6)) (-14 *5 (-1155)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-412 *5)) (-4 *5 (-545))
(-5 *2
- (-2 (|:| |cycle?| (-111)) (|:| -2720 (-756)) (|:| |period| (-756))))
- (-5 *1 (-1134 *4)) (-4 *4 (-1191)) (-5 *3 (-756)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1169)))))
-(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-1028)))))
+ (-2 (|:| -3503 (-757)) (|:| -4157 *5) (|:| |radicand| (-630 *5))))
+ (-5 *1 (-314 *5)) (-5 *4 (-757))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-984)) (-5 *2 (-553)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-931 *5 *6 *7)) (-4 *5 (-445))
+ (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
+ (-5 *1 (-442 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *2 (-1017)) (-5 *1 (-743)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1081 (-1081 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099))))))
+ (-4 *4 (-343)) (-5 *2 (-674 *4)) (-5 *1 (-340 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778)) (-4 *7 (-930 *4 *6 *5))
- (-5 *2
- (-2 (|:| |sysok| (-111)) (|:| |z0| (-629 *7)) (|:| |n0| (-629 *7))))
- (-5 *1 (-905 *4 *5 *6 *7)) (-5 *3 (-629 *7)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1191)) (-5 *1 (-179 *3 *2)) (-4 *2 (-658 *3)))))
-(((*1 *1 *1) (-5 *1 (-1042))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-629 (-498))) (-5 *2 (-498)) (-5 *1 (-476)))))
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-674 (-553))) (-5 *1 (-1089)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *2) (-12 (-5 *2 (-674 (-310 (-553)))) (-5 *1 (-1013)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-1019 (-552))) (-4 *3 (-13 (-832) (-544)))
- (-5 *1 (-32 *3 *2)) (-4 *2 (-424 *3))))
- ((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-1150 *4)) (-5 *1 (-162 *3 *4))
- (-4 *3 (-163 *4))))
- ((*1 *1 *1) (-12 (-4 *1 (-1030)) (-4 *1 (-296))))
- ((*1 *2) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1150 *3))))
- ((*1 *2) (-12 (-4 *1 (-709 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1213 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1047 *3 *2)) (-4 *3 (-13 (-830) (-357)))
- (-4 *2 (-1213 *3)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-461)) (-5 *4 (-902)) (-5 *2 (-1242)) (-5 *1 (-1238)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1237 *4)) (-4 *4 (-1191)) (-4 *1 (-233 *3 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-166 (-220)) (-166 (-220)))) (-5 *4 (-1072 (-220)))
- (-5 *2 (-1239)) (-5 *1 (-251)))))
+ (-12 (-5 *2 (-1238 *4)) (-4 *4 (-1192)) (-4 *1 (-233 *3 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-553))) (-5 *1 (-1029)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1017))
+ (-5 *1 (-734)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5))
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-629 (-844)))) (-5 *1 (-844))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-630 (-845)))) (-5 *1 (-845))))
((*1 *2 *1)
- (-12 (-5 *2 (-1120 *3 *4)) (-5 *1 (-974 *3 *4)) (-14 *3 (-902))
+ (-12 (-5 *2 (-1121 *3 *4)) (-5 *1 (-975 *3 *4)) (-14 *3 (-903))
(-4 *4 (-357))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *5))) (-4 *5 (-1030))
- (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *6 (-233 *4 *5))
+ (-12 (-5 *2 (-630 (-630 *5))) (-4 *5 (-1031))
+ (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *6 (-233 *4 *5))
(-4 *7 (-233 *3 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-111)) (-5 *1 (-113))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-1154)) (-5 *2 (-111))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-113)) (-5 *2 (-111))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-111)) (-5 *1 (-598 *4)) (-4 *4 (-832))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-113)) (-5 *2 (-111)) (-5 *1 (-598 *4)) (-4 *4 (-832))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1078)) (-5 *2 (-111)) (-5 *1 (-868 *5 *3 *4))
- (-4 *3 (-867 *5)) (-4 *4 (-600 (-873 *5)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-630 (-401 *6))) (-5 *3 (-401 *6))
+ (-4 *6 (-1214 *5)) (-4 *5 (-13 (-357) (-144) (-1020 (-553))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-557 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1079)) (-5 *2 (-871 *3 *4)) (-5 *1 (-867 *3 *4 *5))
+ (-4 *3 (-1079)) (-4 *5 (-651 *4)))))
+(((*1 *2 *3 *4 *5 *4 *4 *4)
+ (-12 (-4 *6 (-833)) (-5 *3 (-630 *6)) (-5 *5 (-630 *3))
+ (-5 *2
+ (-2 (|:| |f1| *3) (|:| |f2| (-630 *5)) (|:| |f3| *5)
+ (|:| |f4| (-630 *5))))
+ (-5 *1 (-1163 *6)) (-5 *4 (-630 *5)))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1214 *6))
+ (-4 *6 (-13 (-357) (-144) (-1020 *4))) (-5 *4 (-553))
+ (-5 *2
+ (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-111))))
+ (|:| -2770
+ (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
+ (|:| |beta| *3)))))
+ (-5 *1 (-997 *6 *3)))))
+(((*1 *1 *1) (-12 (-5 *1 (-948 *2)) (-4 *2 (-949)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1155)) (-5 *5 (-1073 (-220))) (-5 *2 (-909))
+ (-5 *1 (-907 *3)) (-4 *3 (-601 (-529)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *6)) (-4 *6 (-867 *5)) (-4 *5 (-1078))
- (-5 *2 (-111)) (-5 *1 (-868 *5 *6 *4)) (-4 *4 (-600 (-873 *5))))))
-(((*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-740)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3))
- (-4 *3 (-13 (-357) (-1176) (-983))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-324)))))
-(((*1 *1)
- (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756))
- (-4 *4 (-169)))))
+ (-12 (-5 *4 (-1155)) (-5 *2 (-909)) (-5 *1 (-907 *3))
+ (-4 *3 (-601 (-529)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-909))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-909)))))
(((*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-310 *4))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 (-166 *4))))))
+ (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-310 *4))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 (-166 *4))))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))))
-(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
- (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *2 (-1016))
- (-5 *1 (-740)))))
-(((*1 *1) (-5 *1 (-138))) ((*1 *1 *1) (-5 *1 (-141)))
- ((*1 *1 *1) (-4 *1 (-1122))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-778)) (-4 *5 (-1030)) (-4 *6 (-930 *5 *4 *2))
- (-4 *2 (-832)) (-5 *1 (-931 *4 *2 *5 *6 *3))
- (-4 *3
- (-13 (-357)
- (-10 -8 (-15 -3213 ($ *6)) (-15 -4015 (*6 $))
- (-15 -4026 (*6 $)))))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544))
- (-5 *2 (-1154)) (-5 *1 (-1024 *4)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-544)) (-5 *1 (-950 *4 *2))
- (-4 *2 (-1213 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-111))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343)) (-5 *2 (-111))
- (-5 *1 (-351 *4)))))
-(((*1 *2)
- (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5)))
- (-5 *2 (-756)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-756)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1204 (-552))) (-4 *1 (-276 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-276 *3)) (-4 *3 (-1191)))))
+ (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))))
(((*1 *1 *1)
- (-12 (-4 *2 (-144)) (-4 *2 (-301)) (-4 *2 (-445)) (-4 *3 (-832))
- (-4 *4 (-778)) (-5 *1 (-968 *2 *3 *4 *5)) (-4 *5 (-930 *2 *4 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-310 (-552))) (-5 *1 (-1097))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1077 *3)) (-4 *3 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-574 *3)) (-4 *3 (-357)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1031)) (-4 *4 (-1214 *3)) (-5 *1 (-161 *3 *4 *2))
+ (-4 *2 (-1214 *4))))
+ ((*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-854 (-947 *3) (-947 *3))) (-5 *1 (-947 *3))
- (-4 *3 (-948)))))
+ (-12 (-5 *2 (-1223 *3 *4 *5)) (-5 *1 (-313 *3 *4 *5))
+ (-4 *3 (-13 (-357) (-833))) (-14 *4 (-1155)) (-14 *5 *3)))
+ ((*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-553))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-412 *3)) (-4 *3 (-545))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-684))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1079)) (-5 *1 (-699 *3 *2 *4)) (-4 *3 (-833))
+ (-14 *4
+ (-1 (-111) (-2 (|:| -2839 *3) (|:| -3503 *2))
+ (-2 (|:| -2839 *3) (|:| -3503 *2)))))))
+(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
+ (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *3 (-553))
+ (-5 *2 (-1017)) (-5 *1 (-742)))))
+(((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *2 (-1017))
+ (-5 *1 (-734)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-553)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-542)))))
(((*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-310 *4))
- (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1176) (-424 (-166 *4))))))
- ((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169))))
- ((*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169))))
+ (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-310 *4))
+ (-5 *1 (-183 *4 *3)) (-4 *3 (-13 (-27) (-1177) (-424 (-166 *4))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169))))
+ ((*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-825 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-873 *4)) (-4 *4 (-1078)) (-5 *1 (-870 *4 *3))
- (-4 *3 (-1078)))))
-(((*1 *2 *3) (-12 (-5 *3 (-111)) (-5 *2 (-1136)) (-5 *1 (-52)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-357)) (-4 *5 (-1213 *4)) (-5 *2 (-1242))
- (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1213 (-401 *5))) (-14 *7 *6))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-901)) (-5 *2 (-2 (|:| -4158 (-629 *1)) (|:| -4126 *1)))
- (-5 *3 (-629 *1)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-2 (|:| -3479 *4) (|:| -3299 (-552)))))
- (-4 *4 (-1213 (-552))) (-5 *2 (-722 (-756))) (-5 *1 (-435 *4))))
+ (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1137)) (-5 *3 (-760)) (-5 *1 (-113)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-738)))))
+(((*1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-630 (-113))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1238 *5)) (-4 *5 (-778)) (-5 *2 (-111))
+ (-5 *1 (-828 *4 *5)) (-14 *4 (-757)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111))
+ (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))))
+(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
+ (-12 (-5 *5 (-674 (-220))) (-5 *6 (-674 (-553))) (-5 *3 (-553))
+ (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1137)) (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-257)))))
+(((*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-162 *3 *2)) (-4 *3 (-163 *2))))
((*1 *2 *3)
- (-12 (-5 *3 (-412 *5)) (-4 *5 (-1213 *4)) (-4 *4 (-1030))
- (-5 *2 (-722 (-756))) (-5 *1 (-437 *4 *5)))))
-(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
- (-12 (-5 *3 (-1136)) (-5 *5 (-673 (-220))) (-5 *6 (-220))
- (-5 *7 (-673 (-552))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-737)))))
-(((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-310 (-373))) (-5 *1 (-299)))))
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *2 *4)) (-4 *4 (-1214 *2))
+ (-4 *2 (-169))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1214 *2)) (-4 *2 (-169)) (-5 *1 (-402 *3 *2 *4))
+ (-4 *3 (-403 *2 *4))))
+ ((*1 *2) (-12 (-4 *1 (-403 *2 *3)) (-4 *3 (-1214 *2)) (-4 *2 (-169))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1214 *2)) (-5 *2 (-553)) (-5 *1 (-754 *3 *4))
+ (-4 *4 (-403 *2 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833)) (-4 *3 (-169))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-545)) (-5 *1 (-951 *2 *3)) (-4 *3 (-1214 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-169)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-850 *3)) (-5 *2 (-552))))
- ((*1 *1 *1) (-4 *1 (-983)))
- ((*1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-993))))
- ((*1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-4 *1 (-993))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-993)) (-5 *2 (-902))))
- ((*1 *1 *1) (-4 *1 (-993))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1150 *7)) (-4 *7 (-930 *6 *4 *5)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1030)) (-5 *2 (-1150 *6))
- (-5 *1 (-315 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-667 *4 *3)) (-4 *4 (-1078))
- (-4 *3 (-1078)))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-851 *3)) (-5 *2 (-553))))
+ ((*1 *1 *1) (-4 *1 (-984)))
+ ((*1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-994))))
+ ((*1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-4 *1 (-994))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-994)) (-5 *2 (-903))))
+ ((*1 *1 *1) (-4 *1 (-994))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*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 (-674 (-220))) (-5 *6 (-111)) (-5 *7 (-674 (-553)))
+ (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-64 QPHESS))))
+ (-5 *3 (-553)) (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-739)))))
+(((*1 *2)
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
+(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
+ (-12 (-5 *4 (-553))
+ (-5 *6
+ (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373))))
+ (-5 *7 (-1 (-1243) (-1238 *5) (-1238 *5) (-373)))
+ (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243))
+ (-5 *1 (-774))))
+ ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
+ (-12 (-5 *4 (-553))
+ (-5 *6
+ (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2136 (-373))))
+ (-5 *7 (-1 (-1243) (-1238 *5) (-1238 *5) (-373)))
+ (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243))
+ (-5 *1 (-774)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-127)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-629 (-629 *7)))
- (-5 *1 (-441 *4 *5 *6 *7)) (-5 *3 (-629 *7))))
+ (-12 (-4 *4 (-27))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *5 (-1214 *4)) (-5 *2 (-630 (-638 (-401 *5))))
+ (-5 *1 (-642 *4 *5)) (-5 *3 (-638 (-401 *5))))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-288 (-819 *3)))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-819 *3)) (-5 *1 (-623 *5 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778))
- (-4 *7 (-832)) (-4 *8 (-930 *5 *6 *7)) (-5 *2 (-629 (-629 *8)))
- (-5 *1 (-441 *5 *6 *7 *8)) (-5 *3 (-629 *8)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
- (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-220))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))))
- (-5 *2 (-1016)) (-5 *1 (-734))))
- ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
- (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-220))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-60 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-86 BDYVAL))))
- (-5 *8 (-382)) (-5 *2 (-1016)) (-5 *1 (-734)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))
- (-5 *2 (-629 (-220))) (-5 *1 (-299)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-629 (-1154)))
- (-5 *2 (-629 (-629 (-373)))) (-5 *1 (-1004)) (-5 *5 (-373))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1027 *4 *5)) (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-14 *5 (-629 (-1154))) (-5 *2 (-629 (-629 (-1005 (-401 *4)))))
- (-5 *1 (-1263 *4 *5 *6)) (-14 *6 (-629 (-1154)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111))
- (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111))
- (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111))
- (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-933 *4)))
- (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-629 (-1005 (-401 *4))))) (-5 *1 (-1263 *4 *5 *6))
- (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-357)) (-4 *3 (-1030))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1)))
- (-4 *1 (-834 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-629
- (-2 (|:| -2128 (-756))
- (|:| |eqns|
- (-629
- (-2 (|:| |det| *7) (|:| |rows| (-629 (-552)))
- (|:| |cols| (-629 (-552))))))
- (|:| |fgb| (-629 *7)))))
- (-4 *7 (-930 *4 *6 *5)) (-4 *4 (-13 (-301) (-144)))
- (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-756))
- (-5 *1 (-905 *4 *5 *6 *7)))))
+ (-12 (-5 *4 (-288 (-819 (-934 *5)))) (-4 *5 (-445))
+ (-5 *2 (-819 (-401 (-934 *5)))) (-5 *1 (-624 *5))
+ (-5 *3 (-401 (-934 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-288 (-401 (-934 *5)))) (-5 *3 (-401 (-934 *5)))
+ (-4 *5 (-445)) (-5 *2 (-819 *3)) (-5 *1 (-624 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-680 *3)) (-4 *3 (-1079))
+ (-5 *2 (-630 (-2 (|:| -3359 *3) (|:| -2885 (-757))))))))
+(((*1 *2 *3 *4 *5 *5 *2)
+ (|partial| -12 (-5 *2 (-111)) (-5 *3 (-934 *6)) (-5 *4 (-1155))
+ (-5 *5 (-826 *7))
+ (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-4 *7 (-13 (-1177) (-29 *6))) (-5 *1 (-219 *6 *7))))
+ ((*1 *2 *3 *4 *4 *2)
+ (|partial| -12 (-5 *2 (-111)) (-5 *3 (-1151 *6)) (-5 *4 (-826 *6))
+ (-4 *6 (-13 (-1177) (-29 *5)))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-219 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155))
+ (-14 *4 *2))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-48))) (-5 *2 (-412 *3)) (-5 *1 (-39 *3))
- (-4 *3 (-1213 (-48)))))
+ (-12 (-5 *4 (-630 (-48))) (-5 *2 (-412 *3)) (-5 *1 (-39 *3))
+ (-4 *3 (-1214 (-48)))))
((*1 *2 *3)
- (-12 (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1213 (-48)))))
+ (-12 (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1214 (-48)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-48))) (-4 *5 (-832)) (-4 *6 (-778))
- (-5 *2 (-412 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-930 (-48) *6 *5))))
+ (-12 (-5 *4 (-630 (-48))) (-4 *5 (-833)) (-4 *6 (-779))
+ (-5 *2 (-412 *3)) (-5 *1 (-42 *5 *6 *3)) (-4 *3 (-931 (-48) *6 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-48))) (-4 *5 (-832)) (-4 *6 (-778))
- (-4 *7 (-930 (-48) *6 *5)) (-5 *2 (-412 (-1150 *7)))
- (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1150 *7))))
+ (-12 (-5 *4 (-630 (-48))) (-4 *5 (-833)) (-4 *6 (-779))
+ (-4 *7 (-931 (-48) *6 *5)) (-5 *2 (-412 (-1151 *7)))
+ (-5 *1 (-42 *5 *6 *7)) (-5 *3 (-1151 *7))))
((*1 *2 *3)
(-12 (-4 *4 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-164 *4 *3))
- (-4 *3 (-1213 (-166 *4)))))
+ (-4 *3 (-1214 (-166 *4)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-111)) (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3))
- (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4)))))
+ (-12 (-5 *5 (-111)) (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3))
+ (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4)))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3))
- (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4)))))
+ (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3))
+ (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3))
- (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4)))))
+ (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3))
+ (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4)))))
((*1 *2 *3)
(-12 (-4 *4 (-343)) (-5 *2 (-412 *3)) (-5 *1 (-211 *4 *3))
- (-4 *3 (-1213 *4))))
+ (-4 *3 (-1214 *4))))
((*1 *2 *3)
- (-12 (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552)))))
+ (-12 (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
- (-4 *3 (-1213 (-552)))))
+ (-12 (-5 *4 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
+ (-4 *3 (-1214 (-553)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-756))) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
- (-4 *3 (-1213 (-552)))))
+ (-12 (-5 *4 (-630 (-757))) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
+ (-4 *3 (-1214 (-553)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-629 (-756))) (-5 *5 (-756)) (-5 *2 (-412 *3))
- (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552)))))
+ (-12 (-5 *4 (-630 (-757))) (-5 *5 (-757)) (-5 *2 (-412 *3))
+ (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-756)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
- (-4 *3 (-1213 (-552)))))
+ (-12 (-5 *4 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
+ (-4 *3 (-1214 (-553)))))
((*1 *2 *3)
- (-12 (-5 *2 (-412 (-166 (-552)))) (-5 *1 (-439))
- (-5 *3 (-166 (-552)))))
+ (-12 (-5 *2 (-412 (-166 (-553)))) (-5 *1 (-439))
+ (-5 *3 (-166 (-553)))))
((*1 *2 *3)
(-12
(-4 *4
- (-13 (-832)
- (-10 -8 (-15 -1522 ((-1154) $))
- (-15 -1485 ((-3 $ "failed") (-1154))))))
- (-4 *5 (-778)) (-4 *7 (-544)) (-5 *2 (-412 *3))
- (-5 *1 (-449 *4 *5 *6 *7 *3)) (-4 *6 (-544))
- (-4 *3 (-930 *7 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-301)) (-5 *2 (-412 (-1150 *4))) (-5 *1 (-451 *4))
- (-5 *3 (-1150 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357))
- (-4 *7 (-13 (-357) (-144) (-709 *5 *6))) (-5 *2 (-412 *3))
- (-5 *1 (-486 *5 *6 *7 *3)) (-4 *3 (-1213 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-412 (-1150 *7)) (-1150 *7)))
- (-4 *7 (-13 (-301) (-144))) (-4 *5 (-832)) (-4 *6 (-778))
- (-5 *2 (-412 *3)) (-5 *1 (-532 *5 *6 *7 *3))
- (-4 *3 (-930 *7 *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-412 (-1150 *7)) (-1150 *7)))
- (-4 *7 (-13 (-301) (-144))) (-4 *5 (-832)) (-4 *6 (-778))
- (-4 *8 (-930 *7 *6 *5)) (-5 *2 (-412 (-1150 *8)))
- (-5 *1 (-532 *5 *6 *7 *8)) (-5 *3 (-1150 *8))))
- ((*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-546 *3)) (-4 *3 (-537))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-629 *5) *6))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *6 (-1213 *5)) (-5 *2 (-629 (-637 (-401 *6))))
- (-5 *1 (-641 *5 *6)) (-5 *3 (-637 (-401 *6)))))
+ (-13 (-833)
+ (-10 -8 (-15 -1523 ((-1155) $))
+ (-15 -1489 ((-3 $ "failed") (-1155))))))
+ (-4 *5 (-779)) (-4 *7 (-545)) (-5 *2 (-412 *3))
+ (-5 *1 (-449 *4 *5 *6 *7 *3)) (-4 *6 (-545))
+ (-4 *3 (-931 *7 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-301)) (-5 *2 (-412 (-1151 *4))) (-5 *1 (-451 *4))
+ (-5 *3 (-1151 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357))
+ (-4 *7 (-13 (-357) (-144) (-710 *5 *6))) (-5 *2 (-412 *3))
+ (-5 *1 (-487 *5 *6 *7 *3)) (-4 *3 (-1214 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-412 (-1151 *7)) (-1151 *7)))
+ (-4 *7 (-13 (-301) (-144))) (-4 *5 (-833)) (-4 *6 (-779))
+ (-5 *2 (-412 *3)) (-5 *1 (-533 *5 *6 *7 *3))
+ (-4 *3 (-931 *7 *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-412 (-1151 *7)) (-1151 *7)))
+ (-4 *7 (-13 (-301) (-144))) (-4 *5 (-833)) (-4 *6 (-779))
+ (-4 *8 (-931 *7 *6 *5)) (-5 *2 (-412 (-1151 *8)))
+ (-5 *1 (-533 *5 *6 *7 *8)) (-5 *3 (-1151 *8))))
+ ((*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-547 *3)) (-4 *3 (-538))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-630 *5) *6))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *6 (-1214 *5)) (-5 *2 (-630 (-638 (-401 *6))))
+ (-5 *1 (-642 *5 *6)) (-5 *3 (-638 (-401 *6)))))
((*1 *2 *3)
(-12 (-4 *4 (-27))
- (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *5 (-1213 *4)) (-5 *2 (-629 (-637 (-401 *5))))
- (-5 *1 (-641 *4 *5)) (-5 *3 (-637 (-401 *5)))))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *5 (-1214 *4)) (-5 *2 (-630 (-638 (-401 *5))))
+ (-5 *1 (-642 *4 *5)) (-5 *3 (-638 (-401 *5)))))
((*1 *2 *3)
- (-12 (-5 *3 (-804 *4)) (-4 *4 (-832)) (-5 *2 (-629 (-656 *4)))
- (-5 *1 (-656 *4))))
+ (-12 (-5 *3 (-805 *4)) (-4 *4 (-833)) (-5 *2 (-630 (-657 *4)))
+ (-5 *1 (-657 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-552)) (-5 *2 (-629 *3)) (-5 *1 (-680 *3))
- (-4 *3 (-1213 *4))))
+ (-12 (-5 *4 (-553)) (-5 *2 (-630 *3)) (-5 *1 (-681 *3))
+ (-4 *3 (-1214 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-343)) (-5 *2 (-412 *3))
- (-5 *1 (-682 *4 *5 *6 *3)) (-4 *3 (-930 *6 *5 *4))))
+ (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-343)) (-5 *2 (-412 *3))
+ (-5 *1 (-683 *4 *5 *6 *3)) (-4 *3 (-931 *6 *5 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-343))
- (-4 *7 (-930 *6 *5 *4)) (-5 *2 (-412 (-1150 *7)))
- (-5 *1 (-682 *4 *5 *6 *7)) (-5 *3 (-1150 *7))))
+ (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-343))
+ (-4 *7 (-931 *6 *5 *4)) (-5 *2 (-412 (-1151 *7)))
+ (-5 *1 (-683 *4 *5 *6 *7)) (-5 *3 (-1151 *7))))
((*1 *2 *3)
- (-12 (-4 *4 (-778))
+ (-12 (-4 *4 (-779))
(-4 *5
- (-13 (-832)
- (-10 -8 (-15 -1522 ((-1154) $))
- (-15 -1485 ((-3 $ "failed") (-1154))))))
- (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-715 *4 *5 *6 *3))
- (-4 *3 (-930 (-933 *6) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-778))
- (-4 *5 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))) (-4 *6 (-544))
- (-5 *2 (-412 *3)) (-5 *1 (-717 *4 *5 *6 *3))
- (-4 *3 (-930 (-401 (-933 *6)) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-13 (-301) (-144)))
+ (-13 (-833)
+ (-10 -8 (-15 -1523 ((-1155) $))
+ (-15 -1489 ((-3 $ "failed") (-1155))))))
+ (-4 *6 (-301)) (-5 *2 (-412 *3)) (-5 *1 (-716 *4 *5 *6 *3))
+ (-4 *3 (-931 (-934 *6) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-779))
+ (-4 *5 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))) (-4 *6 (-545))
(-5 *2 (-412 *3)) (-5 *1 (-718 *4 *5 *6 *3))
- (-4 *3 (-930 (-401 *6) *4 *5))))
+ (-4 *3 (-931 (-401 (-934 *6)) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-13 (-301) (-144)))
+ (-5 *2 (-412 *3)) (-5 *1 (-719 *4 *5 *6 *3))
+ (-4 *3 (-931 (-401 *6) *4 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-13 (-301) (-144)))
- (-5 *2 (-412 *3)) (-5 *1 (-726 *4 *5 *6 *3))
- (-4 *3 (-930 *6 *5 *4))))
+ (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-13 (-301) (-144)))
+ (-5 *2 (-412 *3)) (-5 *1 (-727 *4 *5 *6 *3))
+ (-4 *3 (-931 *6 *5 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-13 (-301) (-144)))
- (-4 *7 (-930 *6 *5 *4)) (-5 *2 (-412 (-1150 *7)))
- (-5 *1 (-726 *4 *5 *6 *7)) (-5 *3 (-1150 *7))))
+ (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-13 (-301) (-144)))
+ (-4 *7 (-931 *6 *5 *4)) (-5 *2 (-412 (-1151 *7)))
+ (-5 *1 (-727 *4 *5 *6 *7)) (-5 *3 (-1151 *7))))
((*1 *2 *3)
- (-12 (-5 *2 (-412 *3)) (-5 *1 (-988 *3))
- (-4 *3 (-1213 (-401 (-552))))))
+ (-12 (-5 *2 (-412 *3)) (-5 *1 (-989 *3))
+ (-4 *3 (-1214 (-401 (-553))))))
((*1 *2 *3)
- (-12 (-5 *2 (-412 *3)) (-5 *1 (-1022 *3))
- (-4 *3 (-1213 (-401 (-933 (-552)))))))
+ (-12 (-5 *2 (-412 *3)) (-5 *1 (-1023 *3))
+ (-4 *3 (-1214 (-401 (-934 (-553)))))))
((*1 *2 *3)
- (-12 (-4 *4 (-1213 (-401 (-552))))
- (-4 *5 (-13 (-357) (-144) (-709 (-401 (-552)) *4)))
- (-5 *2 (-412 *3)) (-5 *1 (-1057 *4 *5 *3)) (-4 *3 (-1213 *5))))
+ (-12 (-4 *4 (-1214 (-401 (-553))))
+ (-4 *5 (-13 (-357) (-144) (-710 (-401 (-553)) *4)))
+ (-5 *2 (-412 *3)) (-5 *1 (-1058 *4 *5 *3)) (-4 *3 (-1214 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-1213 (-401 (-933 (-552)))))
- (-4 *5 (-13 (-357) (-144) (-709 (-401 (-933 (-552))) *4)))
- (-5 *2 (-412 *3)) (-5 *1 (-1059 *4 *5 *3)) (-4 *3 (-1213 *5))))
+ (-12 (-4 *4 (-1214 (-401 (-934 (-553)))))
+ (-4 *5 (-13 (-357) (-144) (-710 (-401 (-934 (-553))) *4)))
+ (-5 *2 (-412 *3)) (-5 *1 (-1060 *4 *5 *3)) (-4 *3 (-1214 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-445))
- (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-412 (-1150 (-401 *7))))
- (-5 *1 (-1149 *4 *5 *6 *7)) (-5 *3 (-1150 (-401 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-412 *1)) (-4 *1 (-1195))))
+ (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-445))
+ (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-412 (-1151 (-401 *7))))
+ (-5 *1 (-1150 *4 *5 *6 *7)) (-5 *3 (-1151 (-401 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-412 *1)) (-4 *1 (-1196))))
((*1 *2 *3)
- (-12 (-5 *2 (-412 *3)) (-5 *1 (-1202 *3)) (-4 *3 (-1213 (-552))))))
+ (-12 (-5 *2 (-412 *3)) (-5 *1 (-1203 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-1155)))))
+(((*1 *1 *1) (-12 (-4 *1 (-659 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
+ (-4 *4 (-13 (-833) (-545))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-111)) (-5 *1 (-113)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-810)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-674 (-553))) (-5 *3 (-630 (-553))) (-5 *1 (-1089)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-924 *4))) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154))
- (-4 *5 (-13 (-832) (-1019 (-552)) (-445) (-625 (-552))))
- (-5 *2 (-2 (|:| -3487 *3) (|:| |nconst| *3))) (-5 *1 (-555 *5 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *5))))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1150 *1)) (-5 *3 (-1154)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1150 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-933 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1154)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-832) (-544)))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-832) (-544))))))
-(((*1 *1 *1) (-5 *1 (-1042))))
-(((*1 *2 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169))))
- ((*1 *2 *3 *3 *2)
- (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
+ (-12 (-4 *2 (-1079)) (-5 *1 (-946 *3 *2)) (-4 *3 (-1079)))))
+(((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-630 (-474 *4 *5))) (-5 *3 (-847 *4))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *1 (-618 *4 *5)))))
+(((*1 *1 *1) (|partial| -4 *1 (-1130))))
+(((*1 *2 *1) (-12 (-4 *1 (-851 *3)) (-5 *2 (-553)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777))
- (-4 *2 (-445))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-336 *2 *3 *4)) (-4 *2 (-1195)) (-4 *3 (-1213 *2))
- (-4 *4 (-1213 (-401 *3)))))
- ((*1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-445))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832)) (-4 *3 (-445))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-930 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-445))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-301)) (-4 *3 (-544)) (-5 *1 (-1141 *3 *2))
- (-4 *2 (-1213 *3)))))
-(((*1 *1) (-5 *1 (-431))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-1197 *4)) (-4 *4 (-1030)) (-4 *4 (-544))
- (-5 *2 (-401 (-933 *4)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-1197 *4)) (-4 *4 (-1030)) (-4 *4 (-544))
- (-5 *2 (-401 (-933 *4))))))
-(((*1 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-987)))))
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-445)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2697 *4)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *1 *1) (-5 *1 (-845))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-401 (-933 *5)))) (-5 *4 (-629 (-1154)))
- (-4 *5 (-544)) (-5 *2 (-629 (-629 (-933 *5)))) (-5 *1 (-1160 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-924 (-220)) (-924 (-220)))) (-5 *1 (-257))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-323 *4)) (-4 *4 (-357))
- (-5 *2 (-673 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1237 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
- (-5 *2 (-673 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
- (-5 *2 (-1237 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169))
- (-4 *5 (-1213 *4)) (-5 *2 (-673 *4))))
+ (-12 (-4 *5 (-545))
+ (-5 *2 (-2 (|:| -1317 (-674 *5)) (|:| |vec| (-1238 (-630 (-903))))))
+ (-5 *1 (-89 *5 *3)) (-5 *4 (-903)) (-4 *3 (-641 *5)))))
+(((*1 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-120 *2)) (-4 *2 (-833)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-988))))
+ ((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-988)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-553)) (|has| *1 (-6 -4370)) (-4 *1 (-367 *3))
+ (-4 *3 (-1192)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-113))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-113))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169))
- (-4 *5 (-1213 *4)) (-5 *2 (-1237 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-403 *4 *5)) (-4 *4 (-169))
- (-4 *5 (-1213 *4)) (-5 *2 (-673 *4))))
+ (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1031)) (-4 *3 (-833))
+ (-4 *5 (-260 *3)) (-4 *6 (-779)) (-5 *2 (-757))))
((*1 *2 *1)
- (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3))
- (-5 *2 (-1237 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-411 *4)) (-4 *4 (-169))
- (-5 *2 (-673 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1237 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-673 *5))) (-5 *3 (-673 *5)) (-4 *5 (-357))
- (-5 *2 (-1237 *5)) (-5 *1 (-1064 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-844)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1220 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1197 *3))
- (-5 *2 (-401 (-552))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-844))))
- ((*1 *1 *1) (-5 *1 (-844))))
-(((*1 *2)
- (-12 (-5 *2 (-1242)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-732)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-517)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1142 3 *3)) (-4 *3 (-1030)) (-4 *1 (-1112 *3))))
- ((*1 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1030)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-412 *2)) (-4 *2 (-301)) (-5 *1 (-895 *2))))
+ (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833))
+ (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-260 *3)) (-4 *3 (-833)) (-5 *2 (-757)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *2)
+ (|partial| -12 (-5 *3 (-903)) (-5 *1 (-435 *2))
+ (-4 *2 (-1214 (-553)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-903)) (-5 *4 (-757)) (-5 *1 (-435 *2))
+ (-4 *2 (-1214 (-553)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-903)) (-5 *4 (-630 (-757))) (-5 *1 (-435 *2))
+ (-4 *2 (-1214 (-553)))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *3 (-903)) (-5 *4 (-630 (-757))) (-5 *5 (-757))
+ (-5 *1 (-435 *2)) (-4 *2 (-1214 (-553)))))
+ ((*1 *2 *3 *2 *4 *5 *6)
+ (|partial| -12 (-5 *3 (-903)) (-5 *4 (-630 (-757))) (-5 *5 (-757))
+ (-5 *6 (-111)) (-5 *1 (-435 *2)) (-4 *2 (-1214 (-553)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154))
- (-4 *5 (-13 (-301) (-144))) (-5 *2 (-52)) (-5 *1 (-896 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-412 (-933 *6))) (-5 *5 (-1154)) (-5 *3 (-933 *6))
- (-4 *6 (-13 (-301) (-144))) (-5 *2 (-52)) (-5 *1 (-896 *6)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1153)) (-5 *1 (-324)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-902)) (-4 *1 (-729 *3)) (-4 *3 (-169)))))
-(((*1 *2) (-12 (-4 *1 (-1025 *2)) (-4 *2 (-23)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-477 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-756)) (-4 *5 (-1030)) (-5 *2 (-552))
- (-5 *1 (-436 *5 *3 *6)) (-4 *3 (-1213 *5))
- (-4 *6 (-13 (-398) (-1019 *5) (-357) (-1176) (-278)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1030)) (-5 *2 (-552)) (-5 *1 (-436 *4 *3 *5))
- (-4 *3 (-1213 *4))
- (-4 *5 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))))))
+ (-12 (-5 *3 (-903)) (-5 *4 (-412 *2)) (-4 *2 (-1214 *5))
+ (-5 *1 (-437 *5 *2)) (-4 *5 (-1031)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *6)) (-4 *1 (-931 *4 *5 *6)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-757))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-931 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-757)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1237 (-310 (-220)))) (-5 *2 (-1237 (-310 (-373))))
- (-5 *1 (-299)))))
+ (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-598 *1)) (-4 *1 (-424 *4)) (-4 *4 (-832))
- (-4 *4 (-544)) (-5 *2 (-401 (-1150 *1)))))
+ (-12 (-5 *3 (-599 *1)) (-4 *1 (-424 *4)) (-4 *4 (-833))
+ (-4 *4 (-545)) (-5 *2 (-401 (-1151 *1)))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-598 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1176)))
- (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2 (-1150 (-401 (-1150 *3)))) (-5 *1 (-548 *6 *3 *7))
- (-5 *5 (-1150 *3)) (-4 *7 (-1078))))
+ (-12 (-5 *4 (-599 *3)) (-4 *3 (-13 (-424 *6) (-27) (-1177)))
+ (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2 (-1151 (-401 (-1151 *3)))) (-5 *1 (-549 *6 *3 *7))
+ (-5 *5 (-1151 *3)) (-4 *7 (-1079))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1233 *5)) (-14 *5 (-1154)) (-4 *6 (-1030))
- (-5 *2 (-1210 *5 (-933 *6))) (-5 *1 (-928 *5 *6)) (-5 *3 (-933 *6))))
+ (-12 (-5 *4 (-1234 *5)) (-14 *5 (-1155)) (-4 *6 (-1031))
+ (-5 *2 (-1211 *5 (-934 *6))) (-5 *1 (-929 *5 *6)) (-5 *3 (-934 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-930 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-1150 *3))))
+ (-12 (-4 *1 (-931 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-1151 *3))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832)) (-5 *2 (-1150 *1))
- (-4 *1 (-930 *4 *5 *3))))
+ (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833)) (-5 *2 (-1151 *1))
+ (-4 *1 (-931 *4 *5 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-778)) (-4 *4 (-832)) (-4 *6 (-1030))
- (-4 *7 (-930 *6 *5 *4)) (-5 *2 (-401 (-1150 *3)))
- (-5 *1 (-931 *5 *4 *6 *7 *3))
+ (-12 (-4 *5 (-779)) (-4 *4 (-833)) (-4 *6 (-1031))
+ (-4 *7 (-931 *6 *5 *4)) (-5 *2 (-401 (-1151 *3)))
+ (-5 *1 (-932 *5 *4 *6 *7 *3))
(-4 *3
(-13 (-357)
- (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $)))))))
+ (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $)))))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1150 *3))
+ (-12 (-5 *2 (-1151 *3))
(-4 *3
(-13 (-357)
- (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $)) (-15 -4026 (*7 $)))))
- (-4 *7 (-930 *6 *5 *4)) (-4 *5 (-778)) (-4 *4 (-832))
- (-4 *6 (-1030)) (-5 *1 (-931 *5 *4 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154)) (-4 *5 (-544))
- (-5 *2 (-401 (-1150 (-401 (-933 *5))))) (-5 *1 (-1024 *5))
- (-5 *3 (-401 (-933 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-552)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1030)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1099 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239))))
- ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1154)) (-5 *5 (-1072 (-220))) (-5 *2 (-908))
- (-5 *1 (-906 *3)) (-4 *3 (-600 (-528)))))
+ (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $)) (-15 -4024 (*7 $)))))
+ (-4 *7 (-931 *6 *5 *4)) (-4 *5 (-779)) (-4 *4 (-833))
+ (-4 *6 (-1031)) (-5 *1 (-932 *5 *4 *6 *7 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154)) (-5 *2 (-908)) (-5 *1 (-906 *3))
- (-4 *3 (-600 (-528)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-908))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-908)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-552)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-679 *3)) (-4 *3 (-1078))
- (-5 *2 (-629 (-2 (|:| -3360 *3) (|:| -2885 (-756))))))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-673 (-552))) (-5 *3 (-629 (-552))) (-5 *1 (-1088)))))
+ (-12 (-5 *4 (-1155)) (-4 *5 (-545))
+ (-5 *2 (-401 (-1151 (-401 (-934 *5))))) (-5 *1 (-1025 *5))
+ (-5 *3 (-401 (-934 *5))))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-544))
- (-5 *2 (-2 (|:| -2325 (-673 *5)) (|:| |vec| (-1237 (-629 (-902))))))
- (-5 *1 (-89 *5 *3)) (-5 *4 (-902)) (-4 *3 (-640 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-598 *1))) (-4 *1 (-296)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-324))))
- ((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-324)))))
+ (-12 (-5 *3 (-3 (-401 (-934 *5)) (-1144 (-1155) (-934 *5))))
+ (-4 *5 (-445)) (-5 *2 (-630 (-674 (-401 (-934 *5)))))
+ (-5 *1 (-286 *5)) (-5 *4 (-674 (-401 (-934 *5)))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1100 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1)
+ (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169))
+ (-14 *6
+ (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *2))
+ (-2 (|:| -2839 *5) (|:| -3503 *2))))
+ (-4 *2 (-233 (-2656 *3) (-757))) (-5 *1 (-454 *3 *4 *5 *2 *6 *7))
+ (-4 *5 (-833)) (-4 *7 (-931 *4 *2 (-847 *3))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1135 *4)) (-5 *3 (-1 *4 (-553))) (-4 *4 (-1031))
+ (-5 *1 (-1139 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4)))
+ (-5 *2 (-2 (|:| |num| (-1238 *4)) (|:| |den| *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-217 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-4 *1 (-248 *3))))
+ ((*1 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-212)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1020 (-553))) (-4 *1 (-296)) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-4 *1 (-538)) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-547 *2)) (-4 *2 (-538)))))
(((*1 *2 *1) (-12 (-4 *1 (-34)) (-5 *2 (-111))))
((*1 *2 *1)
- (-12 (-4 *3 (-445)) (-4 *4 (-832)) (-4 *5 (-778)) (-5 *2 (-111))
- (-5 *1 (-968 *3 *4 *5 *6)) (-4 *6 (-930 *3 *5 *4))))
+ (-12 (-4 *3 (-445)) (-4 *4 (-833)) (-4 *5 (-779)) (-5 *2 (-111))
+ (-5 *1 (-969 *3 *4 *5 *6)) (-4 *6 (-931 *3 *5 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34)))
- (-4 *4 (-13 (-1078) (-34))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *4 (-220))
+ (-12 (-5 *2 (-111)) (-5 *1 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34)))
+ (-4 *4 (-13 (-1079) (-34))))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1017))
+ (-5 *1 (-734)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-789)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-599 *1))) (-4 *1 (-296)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-324))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-324)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-545)) (-4 *3 (-1031))
+ (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-835 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-98 *5)) (-4 *5 (-545)) (-4 *5 (-1031))
+ (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-836 *5 *3))
+ (-4 *3 (-835 *5)))))
+(((*1 *2 *2 *3 *4 *5)
+ (-12 (-5 *2 (-630 *9)) (-5 *3 (-1 (-111) *9))
+ (-5 *4 (-1 (-111) *9 *9)) (-5 *5 (-1 *9 *9 *9))
+ (-4 *9 (-1045 *6 *7 *8)) (-4 *6 (-545)) (-4 *7 (-779))
+ (-4 *8 (-833)) (-5 *1 (-959 *6 *7 *8 *9)))))
+(((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1022)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *2)) (-5 *1 (-176 *2)) (-4 *2 (-301))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *3 (-630 (-630 *4))) (-5 *2 (-630 *4)) (-4 *4 (-301))
+ (-5 *1 (-176 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-630 *8))
+ (-5 *4
+ (-630
+ (-2 (|:| -3428 (-674 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-674 *7)))))
+ (-5 *5 (-757)) (-4 *8 (-1214 *7)) (-4 *7 (-1214 *6)) (-4 *6 (-343))
(-5 *2
- (-2 (|:| |brans| (-629 (-629 (-924 *4))))
- (|:| |xValues| (-1072 *4)) (|:| |yValues| (-1072 *4))))
- (-5 *1 (-150)) (-5 *3 (-629 (-629 (-924 *4)))))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-5 *1 (-102 *3)) (-4 *3 (-1078)))))
-(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-285)))
- ((*1 *1) (-5 *1 (-844)))
- ((*1 *1)
- (-12 (-4 *2 (-445)) (-4 *3 (-832)) (-4 *4 (-778))
- (-5 *1 (-968 *2 *3 *4 *5)) (-4 *5 (-930 *2 *4 *3))))
- ((*1 *1) (-5 *1 (-1063)))
- ((*1 *1)
- (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34)))
- (-4 *3 (-13 (-1078) (-34)))))
- ((*1 *1) (-5 *1 (-1157))) ((*1 *1) (-5 *1 (-1158))))
-(((*1 *2 *1) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191)))))
-(((*1 *1 *1) (-12 (-4 *1 (-118 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-832))))
- ((*1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832))))
- ((*1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844))))
+ (-2 (|:| -3428 (-674 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-674 *7))))
+ (-5 *1 (-491 *6 *7 *8))))
+ ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1238 *4)) (-4 *4 (-411 *3)) (-4 *3 (-301))
+ (-4 *3 (-545)) (-5 *1 (-43 *3 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-903)) (-4 *4 (-357)) (-5 *2 (-1238 *1))
+ (-4 *1 (-323 *4))))
+ ((*1 *2) (-12 (-4 *3 (-357)) (-5 *2 (-1238 *1)) (-4 *1 (-323 *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-169)) (-4 *4 (-1214 *3)) (-5 *2 (-1238 *1))
+ (-4 *1 (-403 *3 *4))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3))
- (-4 *3 (-1213 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2))
- (|has| *2 (-6 (-4370 "*"))) (-4 *2 (-1030))))
+ (-12 (-4 *3 (-301)) (-4 *4 (-974 *3)) (-4 *5 (-1214 *4))
+ (-5 *2 (-1238 *6)) (-5 *1 (-407 *3 *4 *5 *6))
+ (-4 *6 (-13 (-403 *4 *5) (-1020 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-301)) (-4 *4 (-974 *3)) (-4 *5 (-1214 *4))
+ (-5 *2 (-1238 *6)) (-5 *1 (-408 *3 *4 *5 *6 *7))
+ (-4 *6 (-403 *4 *5)) (-14 *7 *2)))
+ ((*1 *2) (-12 (-4 *3 (-169)) (-5 *2 (-1238 *1)) (-4 *1 (-411 *3))))
((*1 *2 *3)
- (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-169))
- (-5 *1 (-672 *2 *4 *5 *3)) (-4 *3 (-671 *2 *4 *5))))
+ (-12 (-5 *3 (-903)) (-5 *2 (-1238 (-1238 *4))) (-5 *1 (-521 *4))
+ (-4 *4 (-343)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-553)) (-4 *1 (-56 *4 *3 *5)) (-4 *4 (-1192))
+ (-4 *3 (-367 *4)) (-4 *5 (-367 *4)))))
+(((*1 *1 *1) (-12 (-4 *1 (-118 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1) (-12 (-5 *1 (-657 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845))))
((*1 *2 *1)
- (-12 (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
- (-4 *5 (-233 *3 *2)) (|has| *2 (-6 (-4370 "*"))) (-4 *2 (-1030)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1228 *4))
- (-4 *4 (-38 (-401 (-552)))) (-5 *2 (-1 (-1134 *4) (-1134 *4)))
- (-5 *1 (-1230 *4 *5)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1150 *7))
- (-4 *5 (-1030)) (-4 *7 (-1030)) (-4 *2 (-1213 *5))
- (-5 *1 (-493 *5 *2 *6 *7)) (-4 *6 (-1213 *2)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-552)) (-5 *1 (-373)))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-705)) (-5 *2 (-902))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-707)) (-5 *2 (-756)))))
+ (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3))
+ (-4 *3 (-1214 *2)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-757)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1031))
+ (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278)))
+ (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-903)) (-4 *5 (-1031))
+ (-4 *2 (-13 (-398) (-1020 *5) (-357) (-1177) (-278)))
+ (-5 *1 (-436 *5 *3 *2)) (-4 *3 (-1214 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *2 (-1017)) (-5 *1 (-743)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-301)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
- (-5 *2
- (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
- (-5 *1 (-1102 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-629 *5)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-757)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-779)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-833))
+ (-5 *2 (-111)) (-5 *1 (-442 *4 *5 *6 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1229 *3)))))
(((*1 *1) (-5 *1 (-181))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *3 (-1044 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1048 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1123 *5 *6 *7 *3 *4)) (-4 *4 (-1087 *5 *6 *7 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1101 *3 *4 *2 *5)) (-4 *4 (-1030)) (-4 *5 (-233 *3 *4))
- (-4 *2 (-233 *3 *4)))))
-(((*1 *1 *1) (-12 (-4 *1 (-118 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1) (-12 (-5 *1 (-656 *2)) (-4 *2 (-832))))
- ((*1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832))))
- ((*1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1238 (-310 (-220)))) (-5 *4 (-630 (-1155)))
+ (-5 *2 (-674 (-310 (-220)))) (-5 *1 (-200))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1079)) (-4 *6 (-882 *5)) (-5 *2 (-674 *6))
+ (-5 *1 (-677 *5 *6 *3 *4)) (-4 *3 (-367 *6))
+ (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))))))
+(((*1 *1 *1) (-12 (-4 *1 (-118 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *1) (-12 (-5 *1 (-657 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3))
- (-4 *3 (-1213 *2)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-958 *4 *5 *6 *7)))))
+ (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3))
+ (-4 *3 (-1214 *2)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-166 (-373))) (-5 *1 (-770 *3)) (-4 *3 (-600 (-373)))))
+ (-12 (-5 *2 (-166 (-373))) (-5 *1 (-771 *3)) (-4 *3 (-601 (-373)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-902)) (-5 *2 (-166 (-373))) (-5 *1 (-770 *3))
- (-4 *3 (-600 (-373)))))
+ (-12 (-5 *4 (-903)) (-5 *2 (-166 (-373))) (-5 *1 (-771 *3))
+ (-4 *3 (-601 (-373)))))
((*1 *2 *3)
- (-12 (-5 *3 (-166 *4)) (-4 *4 (-169)) (-4 *4 (-600 (-373)))
- (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-166 *4)) (-4 *4 (-169)) (-4 *4 (-601 (-373)))
+ (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-166 *5)) (-5 *4 (-902)) (-4 *5 (-169))
- (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-166 *5)) (-5 *4 (-903)) (-4 *5 (-169))
+ (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-933 (-166 *4))) (-4 *4 (-169)) (-4 *4 (-600 (-373)))
- (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-934 (-166 *4))) (-4 *4 (-169)) (-4 *4 (-601 (-373)))
+ (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-933 (-166 *5))) (-5 *4 (-902)) (-4 *5 (-169))
- (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-934 (-166 *5))) (-5 *4 (-903)) (-4 *5 (-169))
+ (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-933 *4)) (-4 *4 (-1030)) (-4 *4 (-600 (-373)))
- (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-934 *4)) (-4 *4 (-1031)) (-4 *4 (-601 (-373)))
+ (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-933 *5)) (-5 *4 (-902)) (-4 *5 (-1030))
- (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-934 *5)) (-5 *4 (-903)) (-4 *5 (-1031))
+ (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544)) (-4 *4 (-600 (-373)))
- (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545)) (-4 *4 (-601 (-373)))
+ (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-902)) (-4 *5 (-544))
- (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-903)) (-4 *5 (-545))
+ (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-401 (-933 (-166 *4)))) (-4 *4 (-544))
- (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-401 (-934 (-166 *4)))) (-4 *4 (-545))
+ (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 (-166 *5)))) (-5 *4 (-902)) (-4 *5 (-544))
- (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-401 (-934 (-166 *5)))) (-5 *4 (-903)) (-4 *5 (-545))
+ (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-310 *4)) (-4 *4 (-544)) (-4 *4 (-832))
- (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-310 *4)) (-4 *4 (-545)) (-4 *4 (-833))
+ (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-310 *5)) (-5 *4 (-902)) (-4 *5 (-544)) (-4 *5 (-832))
- (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-310 *5)) (-5 *4 (-903)) (-4 *5 (-545)) (-4 *5 (-833))
+ (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-310 (-166 *4))) (-4 *4 (-544)) (-4 *4 (-832))
- (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
+ (-12 (-5 *3 (-310 (-166 *4))) (-4 *4 (-545)) (-4 *4 (-833))
+ (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-310 (-166 *5))) (-5 *4 (-902)) (-4 *5 (-544))
- (-4 *5 (-832)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373)))
- (-5 *1 (-770 *5)))))
+ (-12 (-5 *3 (-310 (-166 *5))) (-5 *4 (-903)) (-4 *5 (-545))
+ (-4 *5 (-833)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373)))
+ (-5 *1 (-771 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1031))))
+ ((*1 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1031)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1253 (-1155) *3)) (-4 *3 (-1031)) (-5 *1 (-1260 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1253 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031))
+ (-5 *1 (-1262 *3 *4)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
+ (-4 *4 (-367 *2)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-445)) (-4 *4 (-833))
+ (-5 *1 (-562 *4 *2)) (-4 *2 (-278)) (-4 *2 (-424 *4)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-56 *4 *2 *5)) (-4 *4 (-1191))
- (-4 *5 (-367 *4)) (-4 *2 (-367 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *6 *2 *7)) (-4 *6 (-1030))
- (-4 *7 (-233 *4 *6)) (-4 *2 (-233 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)) (-4 *2 (-537))))
- ((*1 *1 *1) (-4 *1 (-1039))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-45 (-1136) (-759))) (-5 *1 (-113)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1150 *1)) (-4 *1 (-445))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *6)) (-4 *6 (-930 *5 *3 *4)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *5 (-890)) (-5 *1 (-450 *3 *4 *5 *6))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1150 *1)) (-4 *1 (-890)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
+ (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1031)) (-4 *3 (-833))
+ (-4 *5 (-260 *3)) (-4 *6 (-779)) (-5 *2 (-630 (-757)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833))
+ (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-630 (-757))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-220)) (-5 *5 (-553)) (-5 *2 (-1187 *3))
+ (-5 *1 (-776 *3)) (-4 *3 (-956))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-111))
+ (-5 *1 (-1187 *2)) (-4 *2 (-956)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4)))
+ (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-4 *4 (-1214 *3))
+ (-5 *2
+ (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-674 *3))))
+ (-5 *1 (-344 *3 *4 *5)) (-4 *5 (-403 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1214 (-553)))
+ (-5 *2
+ (-2 (|:| -3428 (-674 (-553))) (|:| |basisDen| (-553))
+ (|:| |basisInv| (-674 (-553)))))
+ (-5 *1 (-754 *3 *4)) (-4 *4 (-403 (-553) *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-343)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 *4))
+ (-5 *2
+ (-2 (|:| -3428 (-674 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-674 *4))))
+ (-5 *1 (-967 *3 *4 *5 *6)) (-4 *6 (-710 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-343)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 *4))
+ (-5 *2
+ (-2 (|:| -3428 (-674 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-674 *4))))
+ (-5 *1 (-1247 *3 *4 *5 *6)) (-4 *6 (-403 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-745)))))
(((*1 *1) (-5 *1 (-181))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *6)) (-5 *4 (-1154)) (-4 *6 (-424 *5))
- (-4 *5 (-832)) (-5 *2 (-629 (-598 *6))) (-5 *1 (-561 *5 *6)))))
-(((*1 *2 *3) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-549)) (-5 *3 (-552)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2594 *3)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))))
+(((*1 *1) (-5 *1 (-431))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *4 (-220))
+ (-5 *2
+ (-2 (|:| |brans| (-630 (-630 (-925 *4))))
+ (|:| |xValues| (-1073 *4)) (|:| |yValues| (-1073 *4))))
+ (-5 *1 (-150)) (-5 *3 (-630 (-630 (-925 *4)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-414 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1176) (-424 *3)))
- (-14 *4 (-1154)) (-14 *5 *2)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-4 *2 (-13 (-27) (-1176) (-424 *3) (-10 -8 (-15 -3213 ($ *4)))))
- (-4 *4 (-830))
- (-4 *5
- (-13 (-1215 *2 *4) (-357) (-1176)
- (-10 -8 (-15 -3096 ($ $)) (-15 -2889 ($ $)))))
- (-5 *1 (-416 *3 *2 *4 *5 *6 *7)) (-4 *6 (-964 *5)) (-14 *7 (-1154)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *2)) (-4 *2 (-169))))
- ((*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-410 *3 *2)) (-4 *3 (-411 *2))))
- ((*1 *2) (-12 (-4 *1 (-411 *2)) (-4 *2 (-169)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357))
- (-5 *2 (-2 (|:| -1411 (-401 *6)) (|:| |coeff| (-401 *6))))
- (-5 *1 (-562 *5 *6)) (-5 *3 (-401 *6)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-116 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-116 *2)) (-14 *2 (-552))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-852 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-852 *2)) (-14 *2 (-552))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-552)) (-14 *3 *2) (-5 *1 (-853 *3 *4))
- (-4 *4 (-850 *3))))
+ (-12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
+ (-5 *1 (-514 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
+ (-4 *7 (-974 *4)) (-4 *2 (-672 *7 *8 *9))
+ (-5 *1 (-515 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-672 *4 *5 *6))
+ (-4 *8 (-367 *7)) (-4 *9 (-367 *7))))
((*1 *1 *1)
- (-12 (-14 *2 (-552)) (-5 *1 (-853 *2 *3)) (-4 *3 (-850 *2))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-552)) (-4 *1 (-1199 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-1228 *3))))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
+ (-4 *4 (-367 *2)) (-4 *2 (-301))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-301)) (-4 *3 (-169)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *1 (-673 *3 *4 *5 *2))
+ (-4 *2 (-672 *3 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-301)) (-5 *1 (-685 *3))))
((*1 *1 *1)
- (-12 (-4 *1 (-1199 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-1228 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-629 (-629 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-629 (-629 *5)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-629 *3))) (-5 *1 (-1163 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-552)) (-5 *3 (-902)) (-4 *1 (-398))))
- ((*1 *1 *2 *2) (-12 (-5 *2 (-552)) (-4 *1 (-398))))
+ (-12 (-4 *1 (-1034 *2 *3 *4 *5 *6)) (-4 *4 (-1031))
+ (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *2 *4)) (-4 *4 (-301)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-343)) (-5 *3 (-553)) (-5 *2 (-1165 (-903) (-757))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4))
+ (-5 *2 (-2 (|:| -4157 (-401 *5)) (|:| |poly| *3)))
+ (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1214 (-401 *5))))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-757)) (-5 *1 (-113))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1099)) (-5 *1 (-182)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34)))
+ (-4 *4 (-13 (-1079) (-34))))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-553)) (-5 *3 (-903)) (-4 *1 (-398))))
+ ((*1 *1 *2 *2) (-12 (-5 *2 (-553)) (-4 *1 (-398))))
((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *2 *6)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
- (-5 *1 (-573 *3)) (-4 *3 (-357)))))
+ (-12 (-4 *1 (-1082 *3 *4 *5 *2 *6)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-324)))))
(((*1 *1) (-5 *1 (-181))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-724 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *4)) (-4 *4 (-1078)) (-5 *2 (-1242))
- (-5 *1 (-1192 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *4)) (-4 *4 (-1078)) (-5 *2 (-1242))
- (-5 *1 (-1192 *4)))))
-(((*1 *2 *2 *3)
- (|partial| -12
- (-5 *3 (-629 (-2 (|:| |func| *2) (|:| |pole| (-111)))))
- (-4 *2 (-13 (-424 *4) (-983))) (-4 *4 (-13 (-832) (-544)))
- (-5 *1 (-270 *4 *2)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 (-629 *2) *2 *2 *2)) (-4 *2 (-1078))
- (-5 *1 (-102 *2))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1078)) (-5 *1 (-102 *2)))))
-(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1151 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-833) (-545)))
+ (-5 *1 (-32 *4 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-484)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1150 *6)) (-4 *6 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-1150 *7)) (-5 *1 (-315 *4 *5 *6 *7))
- (-4 *7 (-930 *6 *4 *5)))))
+ (-12
+ (-5 *3
+ (-3
+ (|:| |noa|
+ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220)))
+ (|:| |lb| (-630 (-826 (-220))))
+ (|:| |cf| (-630 (-310 (-220))))
+ (|:| |ub| (-630 (-826 (-220))))))
+ (|:| |lsa|
+ (-2 (|:| |lfn| (-630 (-310 (-220))))
+ (|:| -1979 (-630 (-220)))))))
+ (-5 *2 (-630 (-1137))) (-5 *1 (-261)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *2 (-1017)) (-5 *1 (-740)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 *6)) (-4 *5 (-1196)) (-4 *6 (-1214 *5))
+ (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *3) (|:| |radicand| *6)))
+ (-5 *1 (-145 *5 *6 *7)) (-5 *4 (-757)) (-4 *7 (-1214 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1119 *4 *5)) (-4 *4 (-13 (-1079) (-34)))
+ (-4 *5 (-13 (-1079) (-34))) (-5 *2 (-111)) (-5 *1 (-1120 *4 *5)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-5 *1 (-887 *3)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-2 (|:| |totdeg| (-756)) (|:| -2291 *4))) (-5 *5 (-756))
- (-4 *4 (-930 *6 *7 *8)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-5 *2
- (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-5 *1 (-442 *6 *7 *8 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-844)) (-5 *1 (-1134 *3)) (-4 *3 (-1078))
- (-4 *3 (-1191)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-1136)) (-5 *5 (-673 (-220)))
- (-5 *2 (-1016)) (-5 *1 (-732)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1154))
- (-4 *4 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-545 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1117))))
-(((*1 *1) (-5 *1 (-431))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
+ (-12 (-4 *3 (-13 (-301) (-144))) (-4 *4 (-13 (-833) (-601 (-1155))))
+ (-4 *5 (-779)) (-5 *1 (-906 *3 *4 *5 *2)) (-4 *2 (-931 *3 *5 *4)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
+(((*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-903)) (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-257)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-488)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1228 *4))
- (-4 *4 (-38 (-401 (-552))))
- (-5 *2 (-1 (-1134 *4) (-1134 *4) (-1134 *4))) (-5 *1 (-1230 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1186 *2)) (-4 *2 (-955)))))
+ (-12 (-4 *4 (-343))
+ (-5 *2 (-630 (-2 (|:| |deg| (-757)) (|:| -3052 *3))))
+ (-5 *1 (-211 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *3 (-545)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-168)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1238 *5)) (-4 *5 (-778)) (-5 *2 (-111))
+ (-5 *1 (-828 *4 *5)) (-14 *4 (-757)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553))))
+ (-5 *2 (-166 (-310 *4))) (-5 *1 (-183 *4 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 (-166 *4))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-166 *3)) (-5 *1 (-1181 *4 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *4))))))
+(((*1 *1 *1) (-4 *1 (-1123))))
(((*1 *2 *3)
- (-12 (-4 *4 (-357)) (-4 *4 (-544)) (-4 *5 (-1213 *4))
- (-5 *2 (-2 (|:| -3818 (-609 *4 *5)) (|:| -2774 (-401 *5))))
- (-5 *1 (-609 *4 *5)) (-5 *3 (-401 *5))))
+ (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-357))
+ (-5 *1 (-514 *2 *4 *5 *3)) (-4 *3 (-672 *2 *4 *5))))
((*1 *2 *1)
- (-12 (-5 *2 (-629 (-1142 *3 *4))) (-5 *1 (-1142 *3 *4))
- (-14 *3 (-902)) (-4 *4 (-1030))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-445)) (-4 *3 (-1030))
- (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
- (-4 *1 (-1213 *3)))))
-(((*1 *1 *1) (-5 *1 (-1042))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-655))))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2))
+ (|has| *2 (-6 (-4371 "*"))) (-4 *2 (-1031))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-169))
+ (-5 *1 (-673 *2 *4 *5 *3)) (-4 *3 (-672 *2 *4 *5))))
((*1 *2 *1)
- (-12 (-5 *2 (-629 (-902))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-902))
- (-14 *4 (-902)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1030)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1213 *3)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-401 (-552))))
- (-5 *2 (-2 (|:| -2305 (-1134 *4)) (|:| -2318 (-1134 *4))))
- (-5 *1 (-1140 *4)) (-5 *3 (-1134 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1030)) (-4 *3 (-1213 *4)) (-4 *2 (-1228 *4))
- (-5 *1 (-1231 *4 *3 *5 *2)) (-4 *5 (-640 *3)))))
-(((*1 *1) (-5 *1 (-808))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1136)) (-5 *1 (-970))))
+ (-12 (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
+ (-4 *5 (-233 *3 *2)) (|has| *2 (-6 (-4371 "*"))) (-4 *2 (-1031)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1137)) (-5 *1 (-971))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1072 *4)) (-4 *4 (-1191))
- (-5 *1 (-1070 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *2 (-1213 *4)) (-5 *1 (-792 *4 *2 *3 *5))
- (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *3 (-640 *2))
- (-4 *5 (-640 (-401 *2)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *2 (-1213 *4)) (-5 *1 (-792 *4 *2 *5 *3))
- (-4 *4 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *5 (-640 *2))
- (-4 *3 (-640 (-401 *2))))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-544))
- (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-1208 *4 *3))
- (-4 *3 (-1213 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-357))
- (-5 *2 (-2 (|:| -1681 (-412 *3)) (|:| |special| (-412 *3))))
- (-5 *1 (-712 *5 *3)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-412 *3)) (-4 *3 (-544)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1080 *4)) (-4 *4 (-1078)) (-5 *2 (-1 *4))
- (-5 *1 (-998 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1021)) (-5 *3 (-373))))
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1073 *4)) (-4 *4 (-1192))
+ (-5 *1 (-1071 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-111))
+ (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6) (-10 -8 (-15 -3212 ($ *7)))))
+ (-4 *7 (-831))
+ (-4 *8
+ (-13 (-1216 *3 *7) (-357) (-1177)
+ (-10 -8 (-15 -3095 ($ $)) (-15 -1619 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))))
+ (-5 *1 (-416 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1137)) (-4 *9 (-965 *8))
+ (-14 *10 (-1155)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-171 (-401 (-553)))) (-5 *1 (-116 *3)) (-14 *3 (-553))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *3 (-1135 *2)) (-4 *2 (-301)) (-5 *1 (-171 *2))))
+ ((*1 *1 *2) (-12 (-5 *2 (-401 *3)) (-4 *3 (-301)) (-5 *1 (-171 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-171 (-553))) (-5 *1 (-751 *3)) (-4 *3 (-398))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-171 (-401 (-553)))) (-5 *1 (-853 *3)) (-14 *3 (-553))))
+ ((*1 *2 *1)
+ (-12 (-14 *3 (-553)) (-5 *2 (-171 (-401 (-553))))
+ (-5 *1 (-854 *3 *4)) (-4 *4 (-851 *3)))))
+(((*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-1031)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460))))
+ ((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-460))))
+ ((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-822))
+ (-5 *3
+ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220)))
+ (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220))))
+ (|:| |ub| (-630 (-826 (-220))))))
+ (-5 *2 (-1017))))
((*1 *2 *3)
- (-12 (-5 *3 (-1072 (-552))) (-5 *2 (-1 (-552))) (-5 *1 (-1028)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-598 *1))) (-4 *1 (-296)))))
+ (-12 (-4 *1 (-822))
+ (-5 *3
+ (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))
+ (-5 *2 (-1017)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-599 *1))) (-4 *1 (-296)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
(|:| |relerr| (-220))))
(-5 *2
(-2
@@ -5561,989 +5424,1080 @@
(|:| |notEvaluated|
"End point continuity not yet evaluated")))
(|:| |singularitiesStream|
- (-3 (|:| |str| (-1134 (-220)))
+ (-3 (|:| |str| (-1135 (-220)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -4235
+ (|:| -2515
(-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 (-547)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
+ (-5 *1 (-548)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1135 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373)))
- (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153))))
- (-5 *1 (-1153)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *4)) (-4 *4 (-625 (-552))) (-5 *2 (-111))
- (-5 *1 (-1264 *4)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-756)) (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))))
+ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373)))
+ (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154))))
+ (-5 *1 (-1154)))))
+(((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-141)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3)))))
(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (-5 *2 (-629 (-220))) (-5 *1 (-199)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
+ (-12 (-4 *4 (-445))
+ (-5 *2
+ (-630
+ (-2 (|:| |eigval| (-3 (-401 (-934 *4)) (-1144 (-1155) (-934 *4))))
+ (|:| |eigmult| (-757))
+ (|:| |eigvec| (-630 (-674 (-401 (-934 *4))))))))
+ (-5 *1 (-286 *4)) (-5 *3 (-674 (-401 (-934 *4)))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1031)) (-4 *7 (-1031))
+ (-4 *6 (-1214 *5)) (-5 *2 (-1151 (-1151 *7)))
+ (-5 *1 (-494 *5 *6 *4 *7)) (-4 *4 (-1214 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-673 *2)) (-4 *4 (-1213 *2))
- (-4 *2 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-5 *1 (-491 *2 *4 *5)) (-4 *5 (-403 *2 *4))))
+ (-12 (-5 *3 (-553)) (|has| *1 (-6 -4360)) (-4 *1 (-398))
+ (-5 *2 (-903)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-630 (-1151 *5))) (-5 *3 (-1151 *5))
+ (-4 *5 (-163 *4)) (-4 *4 (-538)) (-5 *1 (-146 *4 *5))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-630 *3)) (-4 *3 (-1214 *5))
+ (-4 *5 (-1214 *4)) (-4 *4 (-343)) (-5 *1 (-352 *4 *5 *3))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-630 (-1151 (-553)))) (-5 *3 (-1151 (-553)))
+ (-5 *1 (-561))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-630 (-1151 *1))) (-5 *3 (-1151 *1))
+ (-4 *1 (-891)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *9)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779))
+ (-4 *7 (-833)) (-5 *2 (-757)) (-5 *1 (-1049 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *9)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *9 (-1088 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779))
+ (-4 *7 (-833)) (-5 *2 (-757)) (-5 *1 (-1124 *5 *6 *7 *8 *9)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-301)) (-4 *3 (-974 *2)) (-4 *4 (-1214 *3))
+ (-5 *1 (-407 *2 *3 *4 *5)) (-4 *5 (-13 (-403 *3 *4) (-1020 *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-934 *5)) (-4 *5 (-1031)) (-5 *2 (-242 *4 *5))
+ (-5 *1 (-926 *4 *5)) (-14 *4 (-630 (-1155))))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079))))
((*1 *2 *1)
- (-12 (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
- (-4 *5 (-233 *3 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-756)) (-4 *6 (-1078)) (-4 *3 (-881 *6))
- (-5 *2 (-673 *3)) (-5 *1 (-676 *6 *3 *7 *4)) (-4 *7 (-367 *3))
- (-4 *4 (-13 (-367 *6) (-10 -7 (-6 -4368)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4368)) (-4 *1 (-590 *4 *3)) (-4 *4 (-1078))
- (-4 *3 (-1191)) (-4 *3 (-1078)) (-5 *2 (-111)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *1 (-858 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *1 (-860 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-5 *1 (-863 *2)) (-4 *2 (-1191)))))
-(((*1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1240)))))
-(((*1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1191))))
+ (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031))
+ (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1261 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-829)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-736)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *3 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2 (-630 *3)) (-5 *1 (-1107 *4 *3)) (-4 *4 (-1214 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1192))))
((*1 *2 *2)
- (-12 (-4 *3 (-1030)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1213 *3))))
+ (-12 (-4 *3 (-1031)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1214 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23))
+ (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23))
(-14 *4 *3))))
-(((*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-546 *3)) (-4 *3 (-537))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301)) (-5 *2 (-412 *3))
- (-5 *1 (-727 *4 *5 *6 *3)) (-4 *3 (-930 *6 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301))
- (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-412 (-1150 *7)))
- (-5 *1 (-727 *4 *5 *6 *7)) (-5 *3 (-1150 *7))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-445)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-412 *1)) (-4 *1 (-930 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-832)) (-4 *5 (-778)) (-4 *6 (-445)) (-5 *2 (-412 *3))
- (-5 *1 (-960 *4 *5 *6 *3)) (-4 *3 (-930 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-445))
- (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-412 (-1150 (-401 *7))))
- (-5 *1 (-1149 *4 *5 *6 *7)) (-5 *3 (-1150 (-401 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-412 *1)) (-4 *1 (-1195))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-412 *3)) (-5 *1 (-1216 *4 *3))
- (-4 *3 (-13 (-1213 *4) (-544) (-10 -8 (-15 -2594 ($ $ $)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1027 *4 *5)) (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-14 *5 (-629 (-1154)))
- (-5 *2
- (-629 (-1124 *4 (-523 (-846 *6)) (-846 *6) (-765 *4 (-846 *6)))))
- (-5 *1 (-1263 *4 *5 *6)) (-14 *6 (-629 (-1154))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-357)) (-4 *3 (-1030))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1)))
- (-4 *1 (-834 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-141))))
- ((*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-141)))))
-(((*1 *2 *3 *3 *3 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844))))
- ((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-629 (-933 *6))) (-5 *4 (-629 (-1154))) (-4 *6 (-445))
- (-5 *2 (-629 (-629 *7))) (-5 *1 (-530 *6 *7 *5)) (-4 *7 (-357))
- (-4 *5 (-13 (-357) (-830))))))
-(((*1 *2 *3) (-12 (-5 *3 (-823)) (-5 *2 (-1016)) (-5 *1 (-822))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-310 (-373)))) (-5 *4 (-629 (-373)))
- (-5 *2 (-1016)) (-5 *1 (-822)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-541)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
- (-5 *2
- (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552))
- (|:| |success| (-111))))
- (-5 *1 (-774)) (-5 *5 (-552)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-737)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *2)) (-4 *2 (-169))))
- ((*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-410 *3 *2)) (-4 *3 (-411 *2))))
- ((*1 *2) (-12 (-4 *1 (-411 *2)) (-4 *2 (-169)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3))
+ (-4 *3 (-13 (-357) (-1177) (-984)))))
+ ((*1 *2)
+ (|partial| -12 (-4 *4 (-1196)) (-4 *5 (-1214 (-401 *2)))
+ (-4 *2 (-1214 *4)) (-5 *1 (-335 *3 *4 *2 *5))
+ (-4 *3 (-336 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-336 *3 *2 *4)) (-4 *3 (-1196))
+ (-4 *4 (-1214 (-401 *2))) (-4 *2 (-1214 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-141))))
+ ((*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-141)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1200 *3 *2)) (-4 *3 (-1031))
+ (-4 *2 (-1229 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-953)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *3 (-545)))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-401 (-553)))
+ (-5 *1 (-427 *4 *3)) (-4 *3 (-424 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-599 *3)) (-4 *3 (-424 *5))
+ (-4 *5 (-13 (-833) (-545) (-1020 (-553))))
+ (-5 *2 (-1151 (-401 (-553)))) (-5 *1 (-427 *5 *3)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1135 *4)) (-5 *3 (-553)) (-4 *4 (-1031))
+ (-5 *1 (-1139 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-553)) (-5 *1 (-1230 *3 *4 *5)) (-4 *3 (-1031))
+ (-14 *4 (-1155)) (-14 *5 *3))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-401 (-552))) (-4 *4 (-1019 (-552)))
- (-4 *4 (-13 (-832) (-544))) (-5 *1 (-32 *4 *2)) (-4 *2 (-424 *4))))
+ (-12 (-5 *3 (-401 (-553))) (-4 *4 (-1020 (-553)))
+ (-4 *4 (-13 (-833) (-545))) (-5 *1 (-32 *4 *2)) (-4 *2 (-424 *4))))
((*1 *1 *1 *1) (-5 *1 (-132)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2))
(-4 *2 (-424 *3))))
((*1 *1 *1 *1) (-5 *1 (-220)))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-238)) (-5 *2 (-552))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-238)) (-5 *2 (-553))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-401 (-552))) (-4 *4 (-357)) (-4 *4 (-38 *3))
- (-4 *5 (-1228 *4)) (-5 *1 (-272 *4 *5 *2)) (-4 *2 (-1199 *4 *5))))
+ (-12 (-5 *3 (-401 (-553))) (-4 *4 (-357)) (-4 *4 (-38 *3))
+ (-4 *5 (-1229 *4)) (-5 *1 (-272 *4 *5 *2)) (-4 *2 (-1200 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-401 (-552))) (-4 *4 (-357)) (-4 *4 (-38 *3))
- (-4 *5 (-1197 *4)) (-5 *1 (-273 *4 *5 *2 *6)) (-4 *2 (-1220 *4 *5))
- (-4 *6 (-964 *5))))
+ (-12 (-5 *3 (-401 (-553))) (-4 *4 (-357)) (-4 *4 (-38 *3))
+ (-4 *5 (-1198 *4)) (-5 *1 (-273 *4 *5 *2 *6)) (-4 *2 (-1221 *4 *5))
+ (-4 *6 (-965 *5))))
((*1 *1 *1 *1) (-4 *1 (-278)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-355 *2)) (-4 *2 (-1078))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-355 *2)) (-4 *2 (-1079))))
((*1 *1 *1 *1) (-5 *1 (-373)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-5 *1 (-380 *2)) (-4 *2 (-1078))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-5 *1 (-380 *2)) (-4 *2 (-1079))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-424 *3)) (-4 *3 (-832)) (-4 *3 (-1090))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-466)) (-5 *2 (-552))))
+ (-12 (-5 *2 (-757)) (-4 *1 (-424 *3)) (-4 *3 (-833)) (-4 *3 (-1091))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-466)) (-5 *2 (-553))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5))))
+ (-12 (-5 *2 (-757)) (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1237 *4)) (-5 *3 (-552)) (-4 *4 (-343))
- (-5 *1 (-520 *4))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-528))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-528))))
+ (-12 (-5 *2 (-1238 *4)) (-5 *3 (-553)) (-4 *4 (-343))
+ (-5 *1 (-521 *4))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-529))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-529))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-756)) (-4 *4 (-1078))
- (-5 *1 (-666 *4))))
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-757)) (-4 *4 (-1079))
+ (-5 *1 (-667 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030))
+ (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3)) (-4 *3 (-357))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030))
+ (-12 (-5 *2 (-757)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-673 *4)) (-5 *3 (-756)) (-4 *4 (-1030))
- (-5 *1 (-674 *4))))
+ (-12 (-5 *2 (-674 *4)) (-5 *3 (-757)) (-4 *4 (-1031))
+ (-5 *1 (-675 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (-4 *3 (-1030)) (-5 *1 (-699 *3 *4))
- (-4 *4 (-632 *3))))
+ (-12 (-5 *2 (-553)) (-4 *3 (-1031)) (-5 *1 (-700 *3 *4))
+ (-4 *4 (-633 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-113)) (-5 *3 (-552)) (-4 *4 (-1030))
- (-5 *1 (-699 *4 *5)) (-4 *5 (-632 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-705)) (-5 *2 (-902))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-707)) (-5 *2 (-756))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-711)) (-5 *2 (-756))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-5 *1 (-804 *2)) (-4 *2 (-832))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-819 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-113)) (-5 *3 (-553)) (-4 *4 (-1031))
+ (-5 *1 (-700 *4 *5)) (-4 *5 (-633 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-706)) (-5 *2 (-903))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-708)) (-5 *2 (-757))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-712)) (-5 *2 (-757))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-5 *1 (-805 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-820 *3)) (-4 *3 (-1031))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-113)) (-5 *3 (-552)) (-5 *1 (-819 *4)) (-4 *4 (-1030))))
- ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-873 *3)) (-4 *3 (-1078))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-983)) (-5 *2 (-401 (-552)))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1090)) (-5 *2 (-902))))
+ (-12 (-5 *2 (-113)) (-5 *3 (-553)) (-5 *1 (-820 *4)) (-4 *4 (-1031))))
+ ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-874 *3)) (-4 *3 (-1079))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-984)) (-5 *2 (-401 (-553)))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1091)) (-5 *2 (-903))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-1101 *3 *4 *5 *6)) (-4 *4 (-1030))
+ (-12 (-5 *2 (-553)) (-4 *1 (-1102 *3 *4 *5 *6)) (-4 *4 (-1031))
(-4 *5 (-233 *3 *4)) (-4 *6 (-233 *3 *4)) (-4 *4 (-357))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
(-5 *1 (-1140 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1228 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
+ (-12 (-4 *1 (-1229 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-740)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 (-874 *6)))
+ (-5 *5 (-1 (-871 *6 *8) *8 (-874 *6) (-871 *6 *8))) (-4 *6 (-1079))
+ (-4 *8 (-13 (-1031) (-601 (-874 *6)) (-1020 *7)))
+ (-5 *2 (-871 *6 *8)) (-4 *7 (-13 (-1031) (-833)))
+ (-5 *1 (-923 *6 *7 *8)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-168)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-630 *3)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-411 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *6 (-1044 *3 *4 *5)) (-5 *1 (-610 *3 *4 *5 *6 *7 *2))
- (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *2 (-1087 *3 *4 *5 *6)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)))))
-(((*1 *2 *2 *2 *2 *3)
- (-12 (-4 *3 (-544)) (-5 *1 (-950 *3 *2)) (-4 *2 (-1213 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-1150 *3)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *1 (-1013 *2))
- (-4 *2 (-13 (-1078) (-10 -8 (-15 * ($ $ $))))))))
-(((*1 *1 *2 *2 *3 *1)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1082)) (-5 *1 (-285)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-220)) (-5 *4 (-552))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1016))
- (-5 *1 (-733)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 (-401 (-933 (-552))))) (-5 *4 (-629 (-1154)))
- (-5 *2 (-629 (-629 *5))) (-5 *1 (-374 *5))
- (-4 *5 (-13 (-830) (-357)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 (-552)))) (-5 *2 (-629 *4)) (-5 *1 (-374 *4))
- (-4 *4 (-13 (-830) (-357))))))
+ (-12 (-5 *3 (-553)) (-5 *1 (-681 *2)) (-4 *2 (-1214 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-474 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-1031))
+ (-5 *2 (-242 *4 *5)) (-5 *1 (-926 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-257))) (-5 *4 (-1155)) (-5 *2 (-111))
+ (-5 *1 (-257)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-723 *3))))
+ ((*1 *1 *2) (-12 (-5 *1 (-723 *2)) (-4 *2 (-1079))))
+ ((*1 *1) (-12 (-5 *1 (-723 *2)) (-4 *2 (-1079)))))
+(((*1 *1) (-5 *1 (-431))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *1 (-773)) (-5 *2 (-1017))
+ (-5 *3
+ (-2 (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))))
+ ((*1 *2 *3 *2)
+ (-12 (-4 *1 (-773)) (-5 *2 (-1017))
+ (-5 *3
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220)))))))
+(((*1 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
+ (-12 (-14 *3 (-630 (-1155))) (-4 *4 (-169))
+ (-4 *5 (-233 (-2656 *3) (-757)))
+ (-14 *6
+ (-1 (-111) (-2 (|:| -2839 *2) (|:| -3503 *5))
+ (-2 (|:| -2839 *2) (|:| -3503 *5))))
+ (-4 *2 (-833)) (-5 *1 (-454 *3 *4 *2 *5 *6 *7))
+ (-4 *7 (-931 *4 *5 (-847 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))))
(((*1 *2 *1)
- (-12
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031))
+ (-5 *2 (-630 (-630 (-925 *3))))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-630 (-630 (-925 *4)))) (-5 *3 (-111)) (-4 *4 (-1031))
+ (-4 *1 (-1113 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-630 (-925 *3)))) (-4 *3 (-1031))
+ (-4 *1 (-1113 *3))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-630 (-630 (-630 *4)))) (-5 *3 (-111))
+ (-4 *1 (-1113 *4)) (-4 *4 (-1031))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-630 (-630 (-925 *4)))) (-5 *3 (-111))
+ (-4 *1 (-1113 *4)) (-4 *4 (-1031))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-630 (-630 (-630 *5)))) (-5 *3 (-630 (-168)))
+ (-5 *4 (-168)) (-4 *1 (-1113 *5)) (-4 *5 (-1031))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-630 (-630 (-925 *5)))) (-5 *3 (-630 (-168)))
+ (-5 *4 (-168)) (-4 *1 (-1113 *5)) (-4 *5 (-1031)))))
+(((*1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-4 *5 (-424 *4))
(-5 *2
- (-629
- (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 *3))
- (|:| |logand| (-1150 *3)))))
- (-5 *1 (-573 *3)) (-4 *3 (-357)))))
+ (-3 (|:| |overq| (-1151 (-401 (-553))))
+ (|:| |overan| (-1151 (-48))) (|:| -4168 (-111))))
+ (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1214 *5)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-855)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098))))))
- (-4 *4 (-343)) (-5 *2 (-756)) (-5 *1 (-340 *4))))
- ((*1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-345 *3 *4)) (-14 *3 (-902))
- (-14 *4 (-902))))
- ((*1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-346 *3 *4)) (-4 *3 (-343))
- (-14 *4
- (-3 (-1150 *3)
- (-1237 (-629 (-2 (|:| -2925 *3) (|:| -2840 (-1098)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-347 *3 *4)) (-4 *3 (-343))
- (-14 *4 (-902)))))
-(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239))))
- ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-5 *2 (-629 *1)) (-4 *1 (-1112 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1078)) (-4 *3 (-881 *5)) (-5 *2 (-1237 *3))
- (-5 *1 (-676 *5 *3 *6 *4)) (-4 *6 (-367 *3))
- (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4368)))))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1134 *4)) (-5 *3 (-552)) (-4 *4 (-1030))
- (-5 *1 (-1138 *4))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-552)) (-5 *1 (-1229 *3 *4 *5)) (-4 *3 (-1030))
- (-14 *4 (-1154)) (-14 *5 *3))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
+ (-12 (-5 *3 (-630 (-1055 *4 *5 *2))) (-4 *4 (-1079))
+ (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4))))
+ (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4))))
+ (-5 *1 (-54 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-630 (-1055 *5 *6 *2))) (-5 *4 (-903)) (-4 *5 (-1079))
+ (-4 *6 (-13 (-1031) (-868 *5) (-833) (-601 (-874 *5))))
+ (-4 *2 (-13 (-424 *6) (-868 *5) (-601 (-874 *5))))
+ (-5 *1 (-54 *5 *6 *2)))))
(((*1 *1) (-12 (-4 *1 (-458 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-528))) ((*1 *1) (-4 *1 (-707)))
- ((*1 *1) (-4 *1 (-711)))
- ((*1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078))))
- ((*1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-832)))))
-(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
- (-12 (-5 *3 (-1136)) (-5 *5 (-673 (-220))) (-5 *6 (-220))
- (-5 *7 (-673 (-552))) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-737)))))
+ ((*1 *1) (-5 *1 (-529))) ((*1 *1) (-4 *1 (-708)))
+ ((*1 *1) (-4 *1 (-712)))
+ ((*1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079))))
+ ((*1 *1) (-12 (-5 *1 (-875 *2)) (-4 *2 (-833)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
+ (-5 *2 (-674 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-674 *3)))))
(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-756)) (-4 *3 (-1191)) (-4 *1 (-56 *3 *4 *5))
+ (-12 (-5 *2 (-757)) (-4 *3 (-1192)) (-4 *1 (-56 *3 *4 *5))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
((*1 *1) (-5 *1 (-168)))
- ((*1 *1) (-12 (-5 *1 (-208 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1078))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1136)) (-4 *1 (-383))))
+ ((*1 *1) (-12 (-5 *1 (-208 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1079))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1137)) (-4 *1 (-383))))
((*1 *1) (-5 *1 (-388)))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-4 *1 (-635 *3)) (-4 *3 (-1191))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-4 *1 (-636 *3)) (-4 *3 (-1192))))
((*1 *1)
- (-12 (-4 *3 (-1078)) (-5 *1 (-866 *2 *3 *4)) (-4 *2 (-1078))
- (-4 *4 (-650 *3))))
- ((*1 *1) (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078))))
+ (-12 (-4 *3 (-1079)) (-5 *1 (-867 *2 *3 *4)) (-4 *2 (-1079))
+ (-4 *4 (-651 *3))))
+ ((*1 *1) (-12 (-5 *1 (-871 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079))))
((*1 *1 *2)
- (-12 (-5 *1 (-1120 *3 *2)) (-14 *3 (-756)) (-4 *2 (-1030))))
- ((*1 *1) (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030))))
- ((*1 *1 *1) (-5 *1 (-1154))) ((*1 *1) (-5 *1 (-1154)))
- ((*1 *1) (-5 *1 (-1171))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 (-629 *6))) (-4 *6 (-930 *3 *5 *4))
- (-4 *3 (-13 (-301) (-144))) (-4 *4 (-13 (-832) (-600 (-1154))))
- (-4 *5 (-778)) (-5 *1 (-905 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176)))))
- ((*1 *1 *1 *1) (-4 *1 (-778))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *1 *1) (-4 *1 (-544))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1019 (-552))) (-4 *1 (-296)) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-4 *1 (-537)) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832)) (-4 *3 (-169))))
- ((*1 *2 *3 *3)
- (-12 (-4 *2 (-544)) (-5 *1 (-950 *2 *3)) (-4 *3 (-1213 *2))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-169)))))
+ (-12 (-5 *1 (-1121 *3 *2)) (-14 *3 (-757)) (-4 *2 (-1031))))
+ ((*1 *1) (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031))))
+ ((*1 *1 *1) (-5 *1 (-1155))) ((*1 *1) (-5 *1 (-1155)))
+ ((*1 *1) (-5 *1 (-1172))))
+(((*1 *2)
+ (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5)))
+ (-5 *2 (-111)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-445))
+ (-5 *2
+ (-630
+ (-2 (|:| |eigval| (-3 (-401 (-934 *4)) (-1144 (-1155) (-934 *4))))
+ (|:| |geneigvec| (-630 (-674 (-401 (-934 *4))))))))
+ (-5 *1 (-286 *4)) (-5 *3 (-674 (-401 (-934 *4)))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-629 (-168)))))))
-(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030))
- (-14 *4 (-629 (-1154)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-552)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832)))
- (-14 *4 (-629 (-1154)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1030)) (-4 *3 (-832))
- (-4 *5 (-260 *3)) (-4 *6 (-778)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-269))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1150 *8)) (-5 *4 (-629 *6)) (-4 *6 (-832))
- (-4 *8 (-930 *7 *5 *6)) (-4 *5 (-778)) (-4 *7 (-1030))
- (-5 *2 (-629 (-756))) (-5 *1 (-315 *5 *6 *7 *8))))
- ((*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-902))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169))
- (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-463 *3 *2)) (-4 *3 (-169)) (-4 *2 (-23))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-544)) (-5 *2 (-552)) (-5 *1 (-609 *3 *4))
- (-4 *4 (-1213 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-693 *3)) (-4 *3 (-1030)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-834 *3)) (-4 *3 (-1030)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-885 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-886 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *6)) (-4 *1 (-930 *4 *5 *6)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 (-756)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-930 *4 *5 *3)) (-4 *4 (-1030)) (-4 *5 (-778))
- (-4 *3 (-832)) (-5 *2 (-756))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-954 *3 *2 *4)) (-4 *3 (-1030)) (-4 *4 (-832))
- (-4 *2 (-777))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-756))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1199 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1228 *3))
- (-5 *2 (-552))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1220 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1197 *3))
- (-5 *2 (-401 (-552)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-818 (-902)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1258 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030))
- (-5 *2 (-756)))))
-(((*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1161)))))
+ (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079))
+ (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
+(((*1 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-958 *4 *5 *6 *3)) (-4 *4 (-1031)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
+(((*1 *1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)))))
+(((*1 *1 *1) (-4 *1 (-170)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-358 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))))
(((*1 *1) (-4 *1 (-23)))
((*1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-528)))
- ((*1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))))
+ ((*1 *1) (-5 *1 (-529)))
+ ((*1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833))
+ (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-111)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-2 (|:| -2670 *3) (|:| -3360 *4))))
- (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *1 (-1167 *3 *4))))
- ((*1 *1) (-12 (-4 *1 (-1167 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))))
-(((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1021)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1154)) (-5 *2 (-108)) (-5 *1 (-172))))
- ((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1154)) (-5 *2 (-108)) (-5 *1 (-1063)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-830)))
- (-5 *2 (-2 (|:| |start| *3) (|:| -3772 (-412 *3))))
- (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))))
-(((*1 *1 *1) (-5 *1 (-220)))
- ((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))) ((*1 *1 *1 *1) (-4 *1 (-1117))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-924 (-220)))) (-5 *1 (-1238)))))
+ (-12 (-5 *2 (-630 (-2 (|:| -2669 *3) (|:| -3359 *4))))
+ (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *1 (-1168 *3 *4))))
+ ((*1 *1) (-12 (-4 *1 (-1168 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-629 *7)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5))
- (-5 *1 (-969 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-629 *7)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5))
- (-5 *1 (-1085 *3 *4 *5 *6 *7)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-545))
+ (-5 *2 (-1151 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1158)))))
+(((*1 *2 *1) (-12 (-5 *2 (-808)) (-5 *1 (-807)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1214 (-553))) (-5 *1 (-479 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *1)) (-4 *1 (-1044 *4 *5 *6)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1184 *4 *5 *6 *3)) (-4 *4 (-544)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1191)))))
+ (-12 (-5 *3 (-553)) (-4 *1 (-317 *4 *2)) (-4 *4 (-1079))
+ (-4 *2 (-129)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220)))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1))))
+ (-5 *2 (-1017)) (-5 *1 (-739)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *2
+ (-3 (|:| |%expansion| (-307 *5 *3 *6 *7))
+ (|:| |%problem| (-2 (|:| |func| (-1137)) (|:| |prob| (-1137))))))
+ (-5 *1 (-414 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1177) (-424 *5)))
+ (-14 *6 (-1155)) (-14 *7 *3))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -3775)) (-5 *2 (-111)) (-5 *1 (-603))))
+ (-12 (-5 *3 (|[\|\|]| -3774)) (-5 *2 (-111)) (-5 *1 (-604))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -2800)) (-5 *2 (-111)) (-5 *1 (-603))))
+ (-12 (-5 *3 (|[\|\|]| -2799)) (-5 *2 (-111)) (-5 *1 (-604))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -2608)) (-5 *2 (-111)) (-5 *1 (-603))))
+ (-12 (-5 *3 (|[\|\|]| -2606)) (-5 *2 (-111)) (-5 *1 (-604))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| -3691)) (-5 *2 (-111)) (-5 *1 (-675 *4))
- (-4 *4 (-599 (-844)))))
+ (-12 (-5 *3 (|[\|\|]| -3690)) (-5 *2 (-111)) (-5 *1 (-676 *4))
+ (-4 *4 (-600 (-845)))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-599 (-844))) (-5 *2 (-111))
- (-5 *1 (-675 *4))))
+ (-12 (-5 *3 (|[\|\|]| *4)) (-4 *4 (-600 (-845))) (-5 *2 (-111))
+ (-5 *1 (-676 *4))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-552))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-553))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1136))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1137))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-498))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-499))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-579))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-580))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-471))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-471))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-135))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-135))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-153))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-153))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1144))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1145))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-612))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-613))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1074))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1075))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1068))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1069))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1052))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1053))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-951))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-952))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-177))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-177))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1017))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1018))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-305))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-305))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-655))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-656))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-151))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-151))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-517))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-518))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1248))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1249))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1045))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1046))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-509))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-510))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-665))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-666))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-95))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-95))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1093))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1094))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-131))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-131))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-136))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-136))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-1247))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-1248))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-660))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-661))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-213))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-213))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1115)) (-5 *3 (|[\|\|]| (-516))) (-5 *2 (-111))))
+ (-12 (-4 *1 (-1116)) (-5 *3 (|[\|\|]| (-517))) (-5 *2 (-111))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1136))) (-5 *2 (-111)) (-5 *1 (-1159))))
+ (-12 (-5 *3 (|[\|\|]| (-1137))) (-5 *2 (-111)) (-5 *1 (-1160))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1154))) (-5 *2 (-111)) (-5 *1 (-1159))))
+ (-12 (-5 *3 (|[\|\|]| (-1155))) (-5 *2 (-111)) (-5 *1 (-1160))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-220))) (-5 *2 (-111)) (-5 *1 (-1159))))
+ (-12 (-5 *3 (|[\|\|]| (-220))) (-5 *2 (-111)) (-5 *1 (-1160))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-552))) (-5 *2 (-111)) (-5 *1 (-1159)))))
-(((*1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-480)))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
+ (-12 (-5 *3 (|[\|\|]| (-553))) (-5 *2 (-111)) (-5 *1 (-1160)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-599 *3)) (-4 *3 (-13 (-424 *5) (-27) (-1177)))
+ (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2 (-574 *3)) (-5 *1 (-555 *5 *3 *6)) (-4 *6 (-1079)))))
(((*1 *2)
- (-12 (-4 *3 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-1242))
- (-5 *1 (-427 *3 *4)) (-4 *4 (-424 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-5 *2 (-1242)) (-5 *1 (-1157))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154))
- (-5 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *2 (-1242))
- (-5 *1 (-1157))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *3 (-1154))
- (-5 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void"))) (-5 *2 (-1242))
- (-5 *1 (-1157)))))
-(((*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-220)) (-5 *1 (-299)))))
+ (-12 (-5 *2 (-1243)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-154))))
+ ((*1 *2 *1) (-12 (-5 *2 (-154)) (-5 *1 (-856))))
+ ((*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-552)) (-5 *4 (-412 *2)) (-4 *2 (-930 *7 *5 *6))
- (-5 *1 (-727 *5 *6 *7 *2)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-301)))))
-(((*1 *2 *1)
- (-12 (|has| *1 (-6 -4368)) (-4 *1 (-482 *3)) (-4 *3 (-1191))
- (-5 *2 (-629 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-722 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-805)) (-14 *5 (-1154))
- (-5 *2 (-552)) (-5 *1 (-1092 *4 *5)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-544)) (-4 *3 (-169)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *1 (-672 *3 *4 *5 *2))
- (-4 *2 (-671 *3 *4 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-744)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-629 *3)) (-4 *3 (-1191)))))
-(((*1 *2 *2) (-12 (-5 *1 (-666 *2)) (-4 *2 (-1078)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-863 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-737)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-111)) (-5 *1 (-261)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-842)) (-5 *3 (-127)) (-5 *2 (-1098)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-756)) (-4 *4 (-13 (-544) (-144)))
- (-5 *1 (-1207 *4 *2)) (-4 *2 (-1213 *4)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030)) (-4 *2 (-357))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-357)) (-5 *1 (-643 *4 *2))
- (-4 *2 (-640 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-102 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-257))))
- ((*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-1044 *4 *5 *6)) (-4 *4 (-544))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-958 *4 *5 *6 *2)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-317 *2 *4)) (-4 *4 (-129))
- (-4 *2 (-1078))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-355 *2)) (-4 *2 (-1078))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-380 *2)) (-4 *2 (-1078))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *2 (-1078)) (-5 *1 (-633 *2 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4)))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *1 (-804 *2)) (-4 *2 (-832)))))
+ (-12 (-5 *4 (-1 (-630 *5) *6))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *6 (-1214 *5))
+ (-5 *2 (-630 (-2 (|:| -3929 *5) (|:| -2770 *3))))
+ (-5 *1 (-795 *5 *6 *3 *7)) (-4 *3 (-641 *6))
+ (-4 *7 (-641 (-401 *6))))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -2697 *3) (|:| |coef1| (-768 *3)) (|:| |coef2| (-768 *3))))
+ (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-544) (-144)))
- (-5 *2 (-2 (|:| -3416 *3) (|:| -3428 *3))) (-5 *1 (-1207 *4 *3))
- (-4 *3 (-1213 *4)))))
-(((*1 *1) (-5 *1 (-324))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-111))
+ (-12 (-5 *3 (-755))
(-5 *2
- (-2 (|:| |contp| (-552))
- (|:| -3772 (-629 (-2 (|:| |irr| *3) (|:| -2277 (-552)))))))
- (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552)))))
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))))
+ (-5 *1 (-554))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-111))
+ (-12 (-5 *3 (-755)) (-5 *4 (-1043))
(-5 *2
- (-2 (|:| |contp| (-552))
- (|:| -3772 (-629 (-2 (|:| |irr| *3) (|:| -2277 (-552)))))))
- (-5 *1 (-1202 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1030) (-832)))
- (-14 *3 (-629 (-1154))))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-740)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-1030)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1213 *3)))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-544)) (-4 *3 (-169))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -4199 (-629 *1))))
- (-4 *1 (-361 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-446 *3 *4 *5 *6))
- (|:| -4199 (-629 (-446 *3 *4 *5 *6)))))
- (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-5 *1 (-58 *3)) (-4 *3 (-1191))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-58 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-1136)) (-5 *1 (-1238))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1238))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1238))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-1136)) (-5 *1 (-1239))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1239))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1239)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1050 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-756)) (-4 *4 (-13 (-544) (-144)))
- (-5 *1 (-1207 *4 *2)) (-4 *2 (-1213 *4)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-537)) (-5 *2 (-111)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-807)))))
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))))
+ (-5 *1 (-554))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-773)) (-5 *3 (-1043))
+ (-5 *4
+ (-2 (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (-5 *2
+ (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))
+ (|:| |extra| (-1017))))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-773)) (-5 *3 (-1043))
+ (-5 *4
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (-5 *2
+ (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))
+ (|:| |extra| (-1017))))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-786)) (-5 *3 (-1043))
+ (-5 *4
+ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |abserr| (-220)) (|:| |relerr| (-220))))
+ (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-794))
+ (-5 *2
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137)))))
+ (-5 *1 (-791))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-794)) (-5 *4 (-1043))
+ (-5 *2
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137)))))
+ (-5 *1 (-791))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-822)) (-5 *3 (-1043))
+ (-5 *4
+ (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))
+ (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-822)) (-5 *3 (-1043))
+ (-5 *4
+ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220)))
+ (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220))))
+ (|:| |ub| (-630 (-826 (-220))))))
+ (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-824))
+ (-5 *2
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137)))))
+ (-5 *1 (-823))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-824)) (-5 *4 (-1043))
+ (-5 *2
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137)))))
+ (-5 *1 (-823))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-877)) (-5 *3 (-1043))
+ (-5 *4
+ (-2 (|:| |pde| (-630 (-310 (-220))))
+ (|:| |constraints|
+ (-630
+ (-2 (|:| |start| (-220)) (|:| |finish| (-220))
+ (|:| |grid| (-757)) (|:| |boundaryType| (-553))
+ (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220))))))
+ (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137))
+ (|:| |tol| (-220))))
+ (-5 *2 (-2 (|:| -3278 (-373)) (|:| |explanations| (-1137))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-880))
+ (-5 *2
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137)))))
+ (-5 *1 (-879))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-880)) (-5 *4 (-1043))
+ (-5 *2
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137)))))
+ (-5 *1 (-879)))))
+(((*1 *1 *2 *3 *1 *3)
+ (-12 (-5 *2 (-874 *4)) (-4 *4 (-1079)) (-5 *1 (-871 *4 *3))
+ (-4 *3 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1173)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-657 *3)) (-4 *3 (-833)) (-4 *1 (-368 *3 *4))
+ (-4 *4 (-169)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-630 *3)) (-4 *3 (-1192)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-947))) (-5 *1 (-285)))))
+(((*1 *2 *2) (-12 (-5 *1 (-667 *2)) (-4 *2 (-1079)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-924 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 (-924 *3))) (-4 *3 (-1030)) (-4 *1 (-1112 *3))))
+ (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-5 *2 (-111)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-52))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1262 *3 *4)) (-4 *1 (-368 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-169))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-380 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-805 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-805 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-805 *3)) (-4 *1 (-1255 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-1031))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-924 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1154)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-686 *3 *5 *6 *7))
- (-4 *3 (-600 (-528))) (-4 *5 (-1191)) (-4 *6 (-1191))
- (-4 *7 (-1191))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154)) (-5 *2 (-1 *6 *5)) (-5 *1 (-691 *3 *5 *6))
- (-4 *3 (-600 (-528))) (-4 *5 (-1191)) (-4 *6 (-1191)))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-924 *5)) (-5 *3 (-756)) (-4 *5 (-1030))
- (-5 *1 (-1142 *4 *5)) (-14 *4 (-902)))))
+ (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031)))))
+(((*1 *2 *3) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-550)) (-5 *3 (-553))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1151 (-401 (-553)))) (-5 *1 (-924)) (-5 *3 (-553)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *3 (-544)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
+ (-12 (-5 *3 (-1151 (-934 *6))) (-4 *6 (-545))
+ (-4 *2 (-931 (-401 (-934 *6)) *5 *4)) (-5 *1 (-718 *5 *4 *6 *2))
+ (-4 *5 (-779))
+ (-4 *4 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))))))
+(((*1 *1 *1) (-4 *1 (-1040))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-684))))
+ ((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-684)))))
+(((*1 *2 *1) (-12 (-4 *1 (-320 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778))))
+ ((*1 *2 *1) (-12 (-4 *1 (-694 *3)) (-4 *3 (-1031)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1031)) (-5 *2 (-757))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *6)) (-4 *1 (-931 *4 *5 *6)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 (-757)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-931 *4 *5 *3)) (-4 *4 (-1031)) (-4 *5 (-779))
+ (-4 *3 (-833)) (-5 *2 (-757)))))
(((*1 *2 *1)
- (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169))
- (-4 *5 (-233 (-2657 *3) (-756)))
- (-14 *6
- (-1 (-111) (-2 (|:| -2840 *2) (|:| -1406 *5))
- (-2 (|:| -2840 *2) (|:| -1406 *5))))
- (-4 *2 (-832)) (-5 *1 (-454 *3 *4 *2 *5 *6 *7))
- (-4 *7 (-930 *4 *5 (-846 *3))))))
-(((*1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1157)))))
-(((*1 *2 *1 *1)
- (-12
+ (-12 (-5 *2 (-630 (-52))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 *8)) (-4 *8 (-931 *5 *7 *6))
+ (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155))))
+ (-4 *7 (-779))
(-5 *2
- (-2 (|:| -3301 *3) (|:| |coef1| (-767 *3)) (|:| |coef2| (-767 *3))))
- (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))))
-(((*1 *2 *3) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-549)) (-5 *3 (-552))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-401 (-552)))) (-5 *1 (-923)) (-5 *3 (-552)))))
+ (-630
+ (-2 (|:| -2129 (-757))
+ (|:| |eqns|
+ (-630
+ (-2 (|:| |det| *8) (|:| |rows| (-630 (-553)))
+ (|:| |cols| (-630 (-553))))))
+ (|:| |fgb| (-630 *8)))))
+ (-5 *1 (-906 *5 *6 *7 *8)) (-5 *4 (-757)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-5 *2 (-111)))))
+(((*1 *2)
+ (-12 (-5 *2 (-2 (|:| -1458 (-630 *3)) (|:| -3637 (-630 *3))))
+ (-5 *1 (-1193 *3)) (-4 *3 (-1079)))))
(((*1 *1 *2)
(-12
(-5 *2
- (-629
+ (-630
(-2
- (|:| -2670
+ (|:| -2669
(-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220))))
- (|:| |yinit| (-629 (-220))) (|:| |intvals| (-629 (-220)))
+ (|:| |fn| (-1238 (-310 (-220))))
+ (|:| |yinit| (-630 (-220))) (|:| |intvals| (-630 (-220)))
(|:| |g| (-310 (-220))) (|:| |abserr| (-220))
(|:| |relerr| (-220))))
- (|:| -3360
+ (|:| -3359
(-2 (|:| |stiffness| (-373)) (|:| |stability| (-373))
(|:| |expense| (-373)) (|:| |accuracy| (-373))
(|:| |intermediateResults| (-373)))))))
- (-5 *1 (-788)))))
+ (-5 *1 (-789)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-599 *3)) (-4 *3 (-833)))))
+(((*1 *1) (-5 *1 (-324))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *4 (-357)) (-5 *2 (-630 (-1135 *4))) (-5 *1 (-279 *4 *5))
+ (-5 *3 (-1135 *4)) (-4 *5 (-1229 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-1240))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-1137)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-1137)) (-5 *1 (-1240))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1240))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1240)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-545)) (-5 *1 (-951 *3 *2)) (-4 *2 (-1214 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-545)))))
(((*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1238))))
- ((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1239)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1241)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-111)))))
+(((*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-1 (-111) *8))) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-2 (|:| |goodPols| (-630 *8)) (|:| |badPols| (-630 *8))))
+ (-5 *1 (-959 *5 *6 *7 *8)) (-5 *4 (-630 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-674 (-401 (-934 (-553)))))
+ (-5 *2
+ (-630
+ (-2 (|:| |radval| (-310 (-553))) (|:| |radmult| (-553))
+ (|:| |radvect| (-630 (-674 (-310 (-553))))))))
+ (-5 *1 (-1013)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1214 *5))
+ (-5 *1 (-713 *5 *2)) (-4 *5 (-357)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 *10))
+ (-5 *1 (-611 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1051 *5 *6 *7 *8))
+ (-4 *10 (-1088 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
+ (-14 *6 (-630 (-1155))) (-5 *2 (-630 (-1028 *5 *6)))
+ (-5 *1 (-615 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
+ (-14 *6 (-630 (-1155)))
+ (-5 *2
+ (-630 (-1125 *5 (-524 (-847 *6)) (-847 *6) (-766 *5 (-847 *6)))))
+ (-5 *1 (-615 *5 *6))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-630 (-1009 *5 *6 *7 *8))) (-5 *1 (-1009 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-630 (-1009 *5 *6 *7 *8))) (-5 *1 (-1009 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
+ (-14 *6 (-630 (-1155))) (-5 *2 (-630 (-1028 *5 *6)))
+ (-5 *1 (-1028 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-1051 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-630 (-1125 *5 *6 *7 *8))) (-5 *1 (-1125 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-630 (-1125 *5 *6 *7 *8))) (-5 *1 (-1125 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-1185 *4 *5 *6 *7)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-576 *4))
+ (-4 *4 (-343)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1137)) (-5 *3 (-809)) (-5 *1 (-808)))))
(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-736)))))
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-737)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-13 (-357) (-831))) (-5 *1 (-178 *2 *3))
+ (-4 *3 (-1214 (-166 *2))))))
+(((*1 *1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-111)) (-5 *1 (-583 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-301)) (-5 *1 (-448 *3 *2)) (-4 *2 (-1214 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-301)) (-5 *1 (-453 *3 *2)) (-4 *2 (-1214 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-301)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-757)))
+ (-5 *1 (-532 *3 *2 *4 *5)) (-4 *2 (-1214 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-401 *5)) (-4 *5 (-1214 *4)) (-4 *4 (-545))
+ (-4 *4 (-1031)) (-4 *2 (-1229 *4)) (-5 *1 (-1232 *4 *5 *6 *2))
+ (-4 *6 (-641 *5)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-630 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-546 *6 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1239))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-111)))))
(((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *2 (-629 *8)) (-5 *3 (-1 *8 *8 *8))
- (-5 *4 (-1 (-111) *8 *8)) (-4 *1 (-1184 *5 *6 *7 *8)) (-4 *5 (-544))
- (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-111)) (-5 *1 (-557 *3)) (-4 *3 (-1019 (-552)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-4 *1 (-148 *3))))
+ (-12 (-5 *2 (-630 *8)) (-5 *3 (-1 *8 *8 *8))
+ (-5 *4 (-1 (-111) *8 *8)) (-4 *1 (-1185 *5 *6 *7 *8)) (-4 *5 (-545))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-1089)) (-5 *3 (-553)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-4 *1 (-148 *3))))
((*1 *1 *2)
(-12
- (-5 *2 (-629 (-2 (|:| -1406 (-756)) (|:| -4046 *4) (|:| |num| *4))))
- (-4 *4 (-1213 *3)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4))))
+ (-5 *2 (-630 (-2 (|:| -3503 (-757)) (|:| -4045 *4) (|:| |num| *4))))
+ (-4 *4 (-1214 *3)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-5 *3 (-629 (-933 (-552)))) (-5 *4 (-111)) (-5 *1 (-431))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-5 *3 (-630 (-934 (-553)))) (-5 *4 (-111)) (-5 *1 (-431))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-5 *3 (-629 (-1154))) (-5 *4 (-111)) (-5 *1 (-431))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-5 *3 (-630 (-1155))) (-5 *4 (-111)) (-5 *1 (-431))))
((*1 *2 *1)
- (-12 (-5 *2 (-1134 *3)) (-5 *1 (-587 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-620 *2)) (-4 *2 (-169))))
+ (-12 (-5 *2 (-1135 *3)) (-5 *1 (-588 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-169))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-832)) (-5 *1 (-648 *3 *4))
+ (-12 (-5 *2 (-657 *3)) (-4 *3 (-833)) (-5 *1 (-649 *3 *4))
(-4 *4 (-169))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-832)) (-5 *1 (-648 *3 *4))
+ (-12 (-5 *2 (-657 *3)) (-4 *3 (-833)) (-5 *1 (-649 *3 *4))
(-4 *4 (-169))))
((*1 *1 *2 *2)
- (-12 (-5 *2 (-656 *3)) (-4 *3 (-832)) (-5 *1 (-648 *3 *4))
+ (-12 (-5 *2 (-657 *3)) (-4 *3 (-833)) (-5 *1 (-649 *3 *4))
(-4 *4 (-169))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 (-629 (-629 *3)))) (-4 *3 (-1078))
- (-5 *1 (-659 *3))))
+ (-12 (-5 *2 (-630 (-630 (-630 *3)))) (-4 *3 (-1079))
+ (-5 *1 (-660 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-698 *2 *3 *4)) (-4 *2 (-832)) (-4 *3 (-1078))
+ (-12 (-5 *1 (-699 *2 *3 *4)) (-4 *2 (-833)) (-4 *3 (-1079))
(-14 *4
- (-1 (-111) (-2 (|:| -2840 *2) (|:| -1406 *3))
- (-2 (|:| -2840 *2) (|:| -1406 *3))))))
+ (-1 (-111) (-2 (|:| -2839 *2) (|:| -3503 *3))
+ (-2 (|:| -2839 *2) (|:| -3503 *3))))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-854 *2 *3)) (-4 *2 (-1191)) (-4 *3 (-1191))))
+ (-12 (-5 *1 (-855 *2 *3)) (-4 *2 (-1192)) (-4 *3 (-1192))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 *4))))
- (-4 *4 (-1078)) (-5 *1 (-870 *3 *4)) (-4 *3 (-1078))))
+ (-12 (-5 *2 (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 *4))))
+ (-4 *4 (-1079)) (-5 *1 (-871 *3 *4)) (-4 *3 (-1079))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 *5)) (-4 *5 (-13 (-1078) (-34)))
- (-5 *2 (-629 (-1118 *3 *5))) (-5 *1 (-1118 *3 *5))
- (-4 *3 (-13 (-1078) (-34)))))
+ (-12 (-5 *4 (-630 *5)) (-4 *5 (-13 (-1079) (-34)))
+ (-5 *2 (-630 (-1119 *3 *5))) (-5 *1 (-1119 *3 *5))
+ (-4 *3 (-13 (-1079) (-34)))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-2 (|:| |val| *4) (|:| -3361 *5))))
- (-4 *4 (-13 (-1078) (-34))) (-4 *5 (-13 (-1078) (-34)))
- (-5 *2 (-629 (-1118 *4 *5))) (-5 *1 (-1118 *4 *5))))
+ (-12 (-5 *3 (-630 (-2 (|:| |val| *4) (|:| -3361 *5))))
+ (-4 *4 (-13 (-1079) (-34))) (-4 *5 (-13 (-1079) (-34)))
+ (-5 *2 (-630 (-1119 *4 *5))) (-5 *1 (-1119 *4 *5))))
((*1 *1 *2)
(-12 (-5 *2 (-2 (|:| |val| *3) (|:| -3361 *4)))
- (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34)))
- (-5 *1 (-1118 *3 *4))))
+ (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34)))
+ (-5 *1 (-1119 *3 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34)))
- (-4 *3 (-13 (-1078) (-34)))))
+ (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34)))
+ (-4 *3 (-13 (-1079) (-34)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-111)) (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34)))
- (-4 *3 (-13 (-1078) (-34)))))
+ (-12 (-5 *4 (-111)) (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34)))
+ (-4 *3 (-13 (-1079) (-34)))))
((*1 *1 *2 *3 *2 *4)
- (-12 (-5 *4 (-629 *3)) (-4 *3 (-13 (-1078) (-34)))
- (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1078) (-34)))))
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-13 (-1079) (-34)))
+ (-5 *1 (-1120 *2 *3)) (-4 *2 (-13 (-1079) (-34)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-1118 *2 *3))) (-4 *2 (-13 (-1078) (-34)))
- (-4 *3 (-13 (-1078) (-34))) (-5 *1 (-1119 *2 *3))))
+ (-12 (-5 *4 (-630 (-1119 *2 *3))) (-4 *2 (-13 (-1079) (-34)))
+ (-4 *3 (-13 (-1079) (-34))) (-5 *1 (-1120 *2 *3))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-1119 *2 *3))) (-5 *1 (-1119 *2 *3))
- (-4 *2 (-13 (-1078) (-34))) (-4 *3 (-13 (-1078) (-34)))))
+ (-12 (-5 *4 (-630 (-1120 *2 *3))) (-5 *1 (-1120 *2 *3))
+ (-4 *2 (-13 (-1079) (-34))) (-4 *3 (-13 (-1079) (-34)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34)))
- (-4 *4 (-13 (-1078) (-34))) (-5 *1 (-1119 *3 *4))))
+ (-12 (-5 *2 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34)))
+ (-4 *4 (-13 (-1079) (-34))) (-5 *1 (-1120 *3 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-1143 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030))
- (-5 *2 (-629 (-629 (-629 (-924 *3))))))))
-(((*1 *1) (-5 *1 (-138))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5))
- (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-1250 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-629 *8)) (-5 *3 (-1 (-111) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544))
- (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1250 *5 *6 *7 *8)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23))
- (-14 *4 *3))))
+ (-12 (-5 *1 (-1144 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-111)) (-5 *5 (-674 (-166 (-220))))
+ (-5 *2 (-1017)) (-5 *1 (-741)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-902))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-411 *4)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1196)) (-4 *3 (-1214 *4))
+ (-4 *5 (-1214 (-401 *3))) (-5 *2 (-111))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1 (-373))) (-5 *1 (-1021)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *6 (-1136))
- (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
-(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
- (|partial| -12 (-5 *3 (-598 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1154))) (-5 *5 (-1150 *2))
- (-4 *2 (-13 (-424 *6) (-27) (-1176)))
- (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *1 (-548 *6 *2 *7)) (-4 *7 (-1078))))
- ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
- (|partial| -12 (-5 *3 (-598 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1154)))
- (-5 *5 (-401 (-1150 *2))) (-4 *2 (-13 (-424 *6) (-27) (-1176)))
- (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *1 (-548 *6 *2 *7)) (-4 *7 (-1078)))))
+ (-12 (-5 *3 (-757)) (-5 *2 (-1 (-373))) (-5 *1 (-1022)))))
(((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1191))
- (-4 *5 (-1191)) (-5 *2 (-58 *5)) (-5 *1 (-57 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-235 *6 *7)) (-14 *6 (-756))
- (-4 *7 (-1191)) (-4 *5 (-1191)) (-5 *2 (-235 *6 *5))
- (-5 *1 (-234 *6 *7 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1191)) (-4 *5 (-1191))
- (-4 *2 (-367 *5)) (-5 *1 (-365 *6 *4 *5 *2)) (-4 *4 (-367 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1078)) (-4 *5 (-1078))
- (-4 *2 (-419 *5)) (-5 *1 (-417 *6 *4 *5 *2)) (-4 *4 (-419 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-629 *6)) (-4 *6 (-1191))
- (-4 *5 (-1191)) (-5 *2 (-629 *5)) (-5 *1 (-627 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-939 *6)) (-4 *6 (-1191))
- (-4 *5 (-1191)) (-5 *2 (-939 *5)) (-5 *1 (-938 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1134 *6)) (-4 *6 (-1191))
- (-4 *3 (-1191)) (-5 *2 (-1134 *3)) (-5 *1 (-1132 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1237 *6)) (-4 *6 (-1191))
- (-4 *5 (-1191)) (-5 *2 (-1237 *5)) (-5 *1 (-1236 *6 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
+ (-12 (-5 *2 (-903)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-903)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-288 (-934 (-553))))
+ (-5 *2
+ (-2 (|:| |varOrder| (-630 (-1155)))
+ (|:| |inhom| (-3 (-630 (-1238 (-757))) "failed"))
+ (|:| |hom| (-630 (-1238 (-757))))))
+ (-5 *1 (-231)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2)
+ (|partial| -12 (-4 *4 (-1196)) (-4 *5 (-1214 (-401 *2)))
+ (-4 *2 (-1214 *4)) (-5 *1 (-335 *3 *4 *2 *5))
+ (-4 *3 (-336 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-336 *3 *2 *4)) (-4 *3 (-1196))
+ (-4 *4 (-1214 (-401 *2))) (-4 *2 (-1214 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-111)) (-5 *1 (-558 *3)) (-4 *3 (-1020 (-553)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-5 *2 (-208 4 (-128))) (-5 *1 (-568)))))
(((*1 *1 *2) (-12 (-4 *1 (-38 *2)) (-4 *2 (-169))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 *3)) (-4 *3 (-357)) (-14 *6 (-1237 (-673 *3)))
- (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-902)) (-14 *5 (-629 (-1154)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1103 (-552) (-598 (-48)))) (-5 *1 (-48))))
- ((*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1238 *3)) (-4 *3 (-357)) (-14 *6 (-1238 (-674 *3)))
+ (-5 *1 (-44 *3 *4 *5 *6)) (-14 *4 (-903)) (-14 *5 (-630 (-1155)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1104 (-553) (-599 (-48)))) (-5 *1 (-48))))
+ ((*1 *2 *3) (-12 (-5 *2 (-52)) (-5 *1 (-51 *3)) (-4 *3 (-1192))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226 'JINT 'X 'ELAM) (-3226) (-683))))
- (-5 *1 (-60 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225 'JINT 'X 'ELAM) (-3225) (-684))))
+ (-5 *1 (-60 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 'XC) (-683))))
- (-5 *1 (-62 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 'XC) (-684))))
+ (-5 *1 (-62 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-333 (-3226 'X) (-3226) (-683))) (-5 *1 (-63 *3))
- (-14 *3 (-1154))))
+ (-12 (-5 *2 (-333 (-3225 'X) (-3225) (-684))) (-5 *1 (-63 *3))
+ (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-673 (-333 (-3226) (-3226 'X 'HESS) (-683))))
- (-5 *1 (-64 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-674 (-333 (-3225) (-3225 'X 'HESS) (-684))))
+ (-5 *1 (-64 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-333 (-3226) (-3226 'XC) (-683))) (-5 *1 (-65 *3))
- (-14 *3 (-1154))))
+ (-12 (-5 *2 (-333 (-3225) (-3225 'XC) (-684))) (-5 *1 (-65 *3))
+ (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226 'X) (-3226 '-4334) (-683))))
- (-5 *1 (-70 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225 'X) (-3225 '-4335) (-684))))
+ (-5 *1 (-70 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 'X) (-683))))
- (-5 *1 (-73 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 'X) (-684))))
+ (-5 *1 (-73 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226 'X 'EPS) (-3226 '-4334) (-683))))
- (-5 *1 (-74 *3 *4 *5)) (-14 *3 (-1154)) (-14 *4 (-1154))
- (-14 *5 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225 'X 'EPS) (-3225 '-4335) (-684))))
+ (-5 *1 (-74 *3 *4 *5)) (-14 *3 (-1155)) (-14 *4 (-1155))
+ (-14 *5 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226 'EPS) (-3226 'YA 'YB) (-683))))
- (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1154)) (-14 *4 (-1154))
- (-14 *5 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225 'EPS) (-3225 'YA 'YB) (-684))))
+ (-5 *1 (-75 *3 *4 *5)) (-14 *3 (-1155)) (-14 *4 (-1155))
+ (-14 *5 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-333 (-3226) (-3226 'X) (-683))) (-5 *1 (-76 *3))
- (-14 *3 (-1154))))
+ (-12 (-5 *2 (-333 (-3225) (-3225 'X) (-684))) (-5 *1 (-76 *3))
+ (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-333 (-3226) (-3226 'X) (-683))) (-5 *1 (-77 *3))
- (-14 *3 (-1154))))
+ (-12 (-5 *2 (-333 (-3225) (-3225 'X) (-684))) (-5 *1 (-77 *3))
+ (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 'XC) (-683))))
- (-5 *1 (-78 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 'XC) (-684))))
+ (-5 *1 (-78 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 'X) (-683))))
- (-5 *1 (-79 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 'X) (-684))))
+ (-5 *1 (-79 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226) (-3226 'X) (-683))))
- (-5 *1 (-80 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225) (-3225 'X) (-684))))
+ (-5 *1 (-80 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226 'X '-4334) (-3226) (-683))))
- (-5 *1 (-81 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225 'X '-4335) (-3225) (-684))))
+ (-5 *1 (-81 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-673 (-333 (-3226 'X '-4334) (-3226) (-683))))
- (-5 *1 (-82 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-674 (-333 (-3225 'X '-4335) (-3225) (-684))))
+ (-5 *1 (-82 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-673 (-333 (-3226 'X) (-3226) (-683)))) (-5 *1 (-83 *3))
- (-14 *3 (-1154))))
+ (-12 (-5 *2 (-674 (-333 (-3225 'X) (-3225) (-684)))) (-5 *1 (-83 *3))
+ (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226 'X) (-3226) (-683))))
- (-5 *1 (-84 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225 'X) (-3225) (-684))))
+ (-5 *1 (-84 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-333 (-3226 'X) (-3226 '-4334) (-683))))
- (-5 *1 (-85 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-1238 (-333 (-3225 'X) (-3225 '-4335) (-684))))
+ (-5 *1 (-85 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-673 (-333 (-3226 'XL 'XR 'ELAM) (-3226) (-683))))
- (-5 *1 (-86 *3)) (-14 *3 (-1154))))
+ (-12 (-5 *2 (-674 (-333 (-3225 'XL 'XR 'ELAM) (-3225) (-684))))
+ (-5 *1 (-86 *3)) (-14 *3 (-1155))))
((*1 *1 *2)
- (-12 (-5 *2 (-333 (-3226 'X) (-3226 '-4334) (-683))) (-5 *1 (-88 *3))
- (-14 *3 (-1154))))
- ((*1 *1 *2) (-12 (-5 *2 (-1159)) (-4 *1 (-92))))
- ((*1 *2 *1) (-12 (-5 *2 (-985 2)) (-5 *1 (-107))))
- ((*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-107))))
+ (-12 (-5 *2 (-333 (-3225 'X) (-3225 '-4335) (-684))) (-5 *1 (-88 *3))
+ (-14 *3 (-1155))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1160)) (-4 *1 (-92))))
+ ((*1 *2 *1) (-12 (-5 *2 (-986 2)) (-5 *1 (-107))))
+ ((*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-107))))
((*1 *1 *2) (-12 (-5 *2 (-141)) (-5 *1 (-128))))
- ((*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-128))))
+ ((*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-128))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 (-134 *3 *4 *5))) (-5 *1 (-134 *3 *4 *5))
- (-14 *3 (-552)) (-14 *4 (-756)) (-4 *5 (-169))))
+ (-12 (-5 *2 (-630 (-134 *3 *4 *5))) (-5 *1 (-134 *3 *4 *5))
+ (-14 *3 (-553)) (-14 *4 (-757)) (-4 *5 (-169))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 *5)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5))
- (-14 *3 (-552)) (-14 *4 (-756))))
+ (-12 (-5 *2 (-630 *5)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5))
+ (-14 *3 (-553)) (-14 *4 (-757))))
((*1 *1 *2)
- (-12 (-5 *2 (-1120 *4 *5)) (-14 *4 (-756)) (-4 *5 (-169))
- (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552))))
+ (-12 (-5 *2 (-1121 *4 *5)) (-14 *4 (-757)) (-4 *5 (-169))
+ (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553))))
((*1 *1 *2)
- (-12 (-5 *2 (-235 *4 *5)) (-14 *4 (-756)) (-4 *5 (-169))
- (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552))))
+ (-12 (-5 *2 (-235 *4 *5)) (-14 *4 (-757)) (-4 *5 (-169))
+ (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553))))
((*1 *2 *3)
- (-12 (-5 *3 (-1237 (-673 *4))) (-4 *4 (-169))
- (-5 *2 (-1237 (-673 (-401 (-933 *4))))) (-5 *1 (-184 *4))))
+ (-12 (-5 *3 (-1238 (-674 *4))) (-4 *4 (-169))
+ (-5 *2 (-1238 (-674 (-401 (-934 *4))))) (-5 *1 (-184 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 *3))
+ (-12 (-5 *2 (-630 *3))
(-4 *3
- (-13 (-832)
- (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $))
- (-15 -3726 ((-1242) $)))))
+ (-13 (-833)
+ (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $))
+ (-15 -1322 ((-1243) $)))))
(-5 *1 (-209 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-985 10)) (-5 *1 (-212))))
- ((*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-212))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-240 *3)) (-4 *3 (-832))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-240 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-986 10)) (-5 *1 (-212))))
+ ((*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-212))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-240 *3)) (-4 *3 (-833))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-240 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1070 (-310 *4)))
- (-4 *4 (-13 (-832) (-544) (-600 (-373)))) (-5 *2 (-1070 (-373)))
+ (-12 (-5 *3 (-1071 (-310 *4)))
+ (-4 *4 (-13 (-833) (-545) (-601 (-373)))) (-5 *2 (-1071 (-373)))
(-5 *1 (-252 *4))))
- ((*1 *1 *2) (-12 (-4 *1 (-260 *2)) (-4 *2 (-832))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-269))))
+ ((*1 *1 *2) (-12 (-4 *1 (-260 *2)) (-4 *2 (-833))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-269))))
((*1 *2 *1)
- (-12 (-4 *2 (-1213 *3)) (-5 *1 (-283 *3 *2 *4 *5 *6 *7))
+ (-12 (-4 *2 (-1214 *3)) (-5 *1 (-283 *3 *2 *4 *5 *6 *7))
(-4 *3 (-169)) (-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 (-1222 *4 *5 *6)) (-4 *4 (-13 (-27) (-1176) (-424 *3)))
- (-14 *5 (-1154)) (-14 *6 *4)
- (-4 *3 (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445)))
+ (-12 (-5 *2 (-1223 *4 *5 *6)) (-4 *4 (-13 (-27) (-1177) (-424 *3)))
+ (-14 *5 (-1155)) (-14 *6 *4)
+ (-4 *3 (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445)))
(-5 *1 (-307 *3 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-324))))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-324))))
((*1 *2 *1)
(-12 (-5 *2 (-310 *5)) (-5 *1 (-333 *3 *4 *5))
- (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *2 *3)
(-12 (-4 *4 (-343)) (-4 *2 (-323 *4)) (-5 *1 (-341 *3 *4 *2))
(-4 *3 (-323 *4))))
@@ -6551,7211 +6505,6966 @@
(-12 (-4 *4 (-343)) (-4 *2 (-323 *4)) (-5 *1 (-341 *2 *4 *3))
(-4 *3 (-323 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169))
- (-5 *2 (-1261 *3 *4))))
+ (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169))
+ (-5 *2 (-1262 *3 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169))
- (-5 *2 (-1252 *3 *4))))
- ((*1 *1 *2) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-832)) (-4 *3 (-169))))
+ (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169))
+ (-5 *2 (-1253 *3 *4))))
+ ((*1 *1 *2) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-833)) (-4 *3 (-169))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))
(-4 *1 (-377))))
((*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-377))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-377))))
- ((*1 *1 *2) (-12 (-5 *2 (-673 (-683))) (-4 *1 (-377))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-377))))
+ ((*1 *1 *2) (-12 (-5 *2 (-674 (-684))) (-4 *1 (-377))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))
(-4 *1 (-378))))
((*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-378))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-378))))
- ((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1136))))
- ((*1 *1 *2) (-12 (-5 *2 (-1136)) (-4 *1 (-383))))
- ((*1 *2 *3) (-12 (-5 *2 (-388)) (-5 *1 (-387 *3)) (-4 *3 (-1078))))
- ((*1 *1 *2) (-12 (-5 *2 (-844)) (-5 *1 (-388))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-378))))
+ ((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1137))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-4 *1 (-383))))
+ ((*1 *2 *3) (-12 (-5 *2 (-388)) (-5 *1 (-387 *3)) (-4 *3 (-1079))))
+ ((*1 *1 *2) (-12 (-5 *2 (-845)) (-5 *1 (-388))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))
(-4 *1 (-390))))
((*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-390))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-390))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-390))))
((*1 *1 *2)
(-12 (-5 *2 (-288 (-310 (-166 (-373))))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
(-12 (-5 *2 (-288 (-310 (-373)))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-288 (-310 (-552)))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-288 (-310 (-553)))) (-5 *1 (-392 *3 *4 *5 *6))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
(-12 (-5 *2 (-310 (-166 (-373)))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
(-12 (-5 *2 (-310 (-373))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-310 (-552))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-310 (-553))) (-5 *1 (-392 *3 *4 *5 *6))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-288 (-310 (-678)))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-288 (-310 (-679)))) (-5 *1 (-392 *3 *4 *5 *6))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-288 (-310 (-683)))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-288 (-310 (-684)))) (-5 *1 (-392 *3 *4 *5 *6))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-288 (-310 (-685)))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-288 (-310 (-686)))) (-5 *1 (-392 *3 *4 *5 *6))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-310 (-678))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-310 (-679))) (-5 *1 (-392 *3 *4 *5 *6))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-310 (-683))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-310 (-684))) (-5 *1 (-392 *3 *4 *5 *6))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-310 (-685))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-310 (-686))) (-5 *1 (-392 *3 *4 *5 *6))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))
- (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154))
- (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))
+ (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155))
+ (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 (-324))) (-5 *1 (-392 *3 *4 *5 *6))
- (-14 *3 (-1154)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-630 (-324))) (-5 *1 (-392 *3 *4 *5 *6))
+ (-14 *3 (-1155)) (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-324)) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1154))
- (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1158))))
+ (-12 (-5 *2 (-324)) (-5 *1 (-392 *3 *4 *5 *6)) (-14 *3 (-1155))
+ (-14 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1159))))
((*1 *1 *2)
- (-12 (-5 *2 (-325 *4)) (-4 *4 (-13 (-832) (-21)))
- (-5 *1 (-421 *3 *4)) (-4 *3 (-13 (-169) (-38 (-401 (-552)))))))
+ (-12 (-5 *2 (-325 *4)) (-4 *4 (-13 (-833) (-21)))
+ (-5 *1 (-421 *3 *4)) (-4 *3 (-13 (-169) (-38 (-401 (-553)))))))
((*1 *1 *2)
- (-12 (-5 *1 (-421 *2 *3)) (-4 *2 (-13 (-169) (-38 (-401 (-552)))))
- (-4 *3 (-13 (-832) (-21)))))
+ (-12 (-5 *1 (-421 *2 *3)) (-4 *2 (-13 (-169) (-38 (-401 (-553)))))
+ (-4 *3 (-13 (-833) (-21)))))
((*1 *1 *2)
- (-12 (-5 *2 (-401 (-933 (-401 *3)))) (-4 *3 (-544)) (-4 *3 (-832))
+ (-12 (-5 *2 (-401 (-934 (-401 *3)))) (-4 *3 (-545)) (-4 *3 (-833))
(-4 *1 (-424 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-933 (-401 *3))) (-4 *3 (-544)) (-4 *3 (-832))
+ (-12 (-5 *2 (-934 (-401 *3))) (-4 *3 (-545)) (-4 *3 (-833))
(-4 *1 (-424 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-401 *3)) (-4 *3 (-544)) (-4 *3 (-832))
+ (-12 (-5 *2 (-401 *3)) (-4 *3 (-545)) (-4 *3 (-833))
(-4 *1 (-424 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1103 *3 (-598 *1))) (-4 *3 (-1030)) (-4 *3 (-832))
+ (-12 (-5 *2 (-1104 *3 (-599 *1))) (-4 *3 (-1031)) (-4 *3 (-833))
(-4 *1 (-424 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-428))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-428))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-428))))
- ((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-428))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-428))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-428))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-428))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-428))))
((*1 *1 *2) (-12 (-5 *2 (-428)) (-5 *1 (-431))))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-431))))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-431))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))
(-4 *1 (-433))))
((*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-433))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-433))))
- ((*1 *1 *2) (-12 (-5 *2 (-1237 (-683))) (-4 *1 (-433))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-433))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1238 (-684))) (-4 *1 (-433))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1158)) (|:| -2149 (-629 (-324)))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1159)) (|:| -2149 (-630 (-324)))))
(-4 *1 (-434))))
((*1 *1 *2) (-12 (-5 *2 (-324)) (-4 *1 (-434))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-4 *1 (-434))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-4 *1 (-434))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-401 (-933 *3)))) (-4 *3 (-169))
- (-14 *6 (-1237 (-673 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-14 *4 (-902)) (-14 *5 (-629 (-1154)))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *1 (-461))))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-461))))
+ (-12 (-5 *2 (-1238 (-401 (-934 *3)))) (-4 *3 (-169))
+ (-14 *6 (-1238 (-674 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-14 *4 (-903)) (-14 *5 (-630 (-1155)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *1 (-461))))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-461))))
((*1 *1 *2)
- (-12 (-5 *2 (-1222 *3 *4 *5)) (-4 *3 (-1030)) (-14 *4 (-1154))
+ (-12 (-5 *2 (-1223 *3 *4 *5)) (-4 *3 (-1031)) (-14 *4 (-1155))
(-14 *5 *3) (-5 *1 (-467 *3 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-467 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
- ((*1 *2 *1) (-12 (-5 *2 (-985 16)) (-5 *1 (-480))))
- ((*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-480))))
- ((*1 *1 *2) (-12 (-5 *2 (-1103 (-552) (-598 (-487)))) (-5 *1 (-487))))
- ((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-494))))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-467 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
+ ((*1 *2 *1) (-12 (-5 *2 (-986 16)) (-5 *1 (-480))))
+ ((*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-480))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1104 (-553) (-599 (-488)))) (-5 *1 (-488))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-495))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-357))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-516))))
- ((*1 *1 *2) (-12 (-5 *2 (-128)) (-5 *1 (-591))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-592))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-357))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-517))))
+ ((*1 *1 *2) (-12 (-5 *2 (-128)) (-5 *1 (-592))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-593))))
((*1 *1 *2)
- (-12 (-4 *3 (-169)) (-5 *1 (-593 *3 *2)) (-4 *2 (-729 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-599 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2) (-12 (-4 *1 (-602 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2) (-12 (-4 *1 (-606 *2)) (-4 *2 (-1030))))
+ (-12 (-4 *3 (-169)) (-5 *1 (-594 *3 *2)) (-4 *2 (-730 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2) (-12 (-4 *1 (-603 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2) (-12 (-4 *1 (-607 *2)) (-4 *2 (-1031))))
((*1 *2 *1)
- (-12 (-5 *2 (-1257 *3 *4)) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832))
- (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902))))
+ (-12 (-5 *2 (-1258 *3 *4)) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833))
+ (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903))))
((*1 *2 *1)
- (-12 (-5 *2 (-1252 *3 *4)) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832))
- (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902))))
+ (-12 (-5 *2 (-1253 *3 *4)) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833))
+ (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903))))
((*1 *1 *2)
- (-12 (-4 *3 (-169)) (-5 *1 (-621 *3 *2)) (-4 *2 (-729 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-661 *3)) (-5 *1 (-656 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-804 *3)) (-5 *1 (-656 *3)) (-4 *3 (-832))))
+ (-12 (-4 *3 (-169)) (-5 *1 (-622 *3 *2)) (-4 *2 (-730 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-662 *3)) (-5 *1 (-657 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-805 *3)) (-5 *1 (-657 *3)) (-4 *3 (-833))))
((*1 *2 *1)
- (-12 (-5 *2 (-939 (-939 (-939 *3)))) (-5 *1 (-659 *3))
- (-4 *3 (-1078))))
+ (-12 (-5 *2 (-940 (-940 (-940 *3)))) (-5 *1 (-660 *3))
+ (-4 *3 (-1079))))
((*1 *1 *2)
- (-12 (-5 *2 (-939 (-939 (-939 *3)))) (-4 *3 (-1078))
- (-5 *1 (-659 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-804 *3)) (-5 *1 (-661 *3)) (-4 *3 (-832))))
- ((*1 *1 *2) (-12 (-5 *2 (-1096)) (-5 *1 (-665))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-666 *3)) (-4 *3 (-1078))))
+ (-12 (-5 *2 (-940 (-940 (-940 *3)))) (-4 *3 (-1079))
+ (-5 *1 (-660 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-805 *3)) (-5 *1 (-662 *3)) (-4 *3 (-833))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1097)) (-5 *1 (-666))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-667 *3)) (-4 *3 (-1079))))
((*1 *1 *2)
- (-12 (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *2)) (-4 *4 (-367 *3))
+ (-12 (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *2)) (-4 *4 (-367 *3))
(-4 *2 (-367 *3))))
- ((*1 *2 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-599 (-844)))))
- ((*1 *1 *2) (-12 (-5 *1 (-675 *2)) (-4 *2 (-599 (-844)))))
- ((*1 *2 *1) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-678))))
- ((*1 *1 *2) (-12 (-5 *2 (-166 (-685))) (-5 *1 (-678))))
- ((*1 *1 *2) (-12 (-5 *2 (-166 (-683))) (-5 *1 (-678))))
- ((*1 *1 *2) (-12 (-5 *2 (-166 (-552))) (-5 *1 (-678))))
- ((*1 *1 *2) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-678))))
- ((*1 *1 *2) (-12 (-5 *2 (-685)) (-5 *1 (-683))))
- ((*1 *2 *1) (-12 (-5 *2 (-373)) (-5 *1 (-683))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-310 (-552))) (-5 *2 (-310 (-685))) (-5 *1 (-685))))
- ((*1 *1 *2) (-12 (-5 *1 (-687 *2)) (-4 *2 (-1078))))
- ((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1136)) (-5 *1 (-695))))
+ ((*1 *2 *1) (-12 (-5 *1 (-676 *2)) (-4 *2 (-600 (-845)))))
+ ((*1 *1 *2) (-12 (-5 *1 (-676 *2)) (-4 *2 (-600 (-845)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-679))))
+ ((*1 *1 *2) (-12 (-5 *2 (-166 (-686))) (-5 *1 (-679))))
+ ((*1 *1 *2) (-12 (-5 *2 (-166 (-684))) (-5 *1 (-679))))
+ ((*1 *1 *2) (-12 (-5 *2 (-166 (-553))) (-5 *1 (-679))))
+ ((*1 *1 *2) (-12 (-5 *2 (-166 (-373))) (-5 *1 (-679))))
+ ((*1 *1 *2) (-12 (-5 *2 (-686)) (-5 *1 (-684))))
+ ((*1 *2 *1) (-12 (-5 *2 (-373)) (-5 *1 (-684))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-310 (-553))) (-5 *2 (-310 (-686))) (-5 *1 (-686))))
+ ((*1 *1 *2) (-12 (-5 *1 (-688 *2)) (-4 *2 (-1079))))
+ ((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1137)) (-5 *1 (-696))))
((*1 *2 *1)
- (-12 (-4 *2 (-169)) (-5 *1 (-696 *2 *3 *4 *5 *6)) (-4 *3 (-23))
+ (-12 (-4 *2 (-169)) (-5 *1 (-697 *2 *3 *4 *5 *6)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *1 *2)
- (-12 (-4 *3 (-1030)) (-5 *1 (-697 *3 *2)) (-4 *2 (-1213 *3))))
+ (-12 (-4 *3 (-1031)) (-5 *1 (-698 *3 *2)) (-4 *2 (-1214 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| -2840 *3) (|:| -1406 *4)))
- (-5 *1 (-698 *3 *4 *5)) (-4 *3 (-832)) (-4 *4 (-1078))
+ (-12 (-5 *2 (-2 (|:| -2839 *3) (|:| -3503 *4)))
+ (-5 *1 (-699 *3 *4 *5)) (-4 *3 (-833)) (-4 *4 (-1079))
(-14 *5 (-1 (-111) *2 *2))))
((*1 *1 *2)
- (-12 (-5 *2 (-2 (|:| -2840 *3) (|:| -1406 *4))) (-4 *3 (-832))
- (-4 *4 (-1078)) (-5 *1 (-698 *3 *4 *5)) (-14 *5 (-1 (-111) *2 *2))))
+ (-12 (-5 *2 (-2 (|:| -2839 *3) (|:| -3503 *4))) (-4 *3 (-833))
+ (-4 *4 (-1079)) (-5 *1 (-699 *3 *4 *5)) (-14 *5 (-1 (-111) *2 *2))))
((*1 *2 *1)
- (-12 (-4 *2 (-169)) (-5 *1 (-700 *2 *3 *4 *5 *6)) (-4 *3 (-23))
+ (-12 (-4 *2 (-169)) (-5 *1 (-701 *2 *3 *4 *5 *6)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 (-2 (|:| -4158 *3) (|:| -1727 *4))))
- (-4 *3 (-1030)) (-4 *4 (-711)) (-5 *1 (-720 *3 *4))))
- ((*1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-748))))
+ (-12 (-5 *2 (-630 (-2 (|:| -4157 *3) (|:| -1728 *4))))
+ (-4 *3 (-1031)) (-4 *4 (-712)) (-5 *1 (-721 *3 *4))))
+ ((*1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-749))))
((*1 *1 *2)
(-12
(-5 *2
(-3
(|:| |nia|
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
(|:| |relerr| (-220))))
(|:| |mdnia|
(-2 (|:| |fn| (-310 (-220)))
- (|:| -4235 (-629 (-1072 (-825 (-220)))))
+ (|:| -2515 (-630 (-1073 (-826 (-220)))))
(|:| |abserr| (-220)) (|:| |relerr| (-220))))))
- (-5 *1 (-754))))
+ (-5 *1 (-755))))
((*1 *1 *2)
(-12
(-5 *2
(-2 (|:| |fn| (-310 (-220)))
- (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220))
+ (|:| -2515 (-630 (-1073 (-826 (-220))))) (|:| |abserr| (-220))
(|:| |relerr| (-220))))
- (-5 *1 (-754))))
+ (-5 *1 (-755))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
(|:| |relerr| (-220))))
- (-5 *1 (-754))))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-754))))
- ((*1 *2 *3) (-12 (-5 *2 (-759)) (-5 *1 (-758 *3)) (-4 *3 (-1191))))
+ (-5 *1 (-755))))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-755))))
+ ((*1 *2 *3) (-12 (-5 *2 (-760)) (-5 *1 (-759 *3)) (-4 *3 (-1192))))
((*1 *1 *2)
(-12
(-5 *2
(-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
(|:| |abserr| (-220)) (|:| |relerr| (-220))))
- (-5 *1 (-793))))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-793))))
+ (-5 *1 (-794))))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-794))))
((*1 *2 *1)
- (-12 (-4 *2 (-881 *3)) (-5 *1 (-802 *3 *2 *4)) (-4 *3 (-1078))
+ (-12 (-4 *2 (-882 *3)) (-5 *1 (-803 *3 *2 *4)) (-4 *3 (-1079))
(-14 *4 *3)))
((*1 *1 *2)
- (-12 (-4 *3 (-1078)) (-14 *4 *3) (-5 *1 (-802 *3 *2 *4))
- (-4 *2 (-881 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-809))))
+ (-12 (-4 *3 (-1079)) (-14 *4 *3) (-5 *1 (-803 *3 *2 *4))
+ (-4 *2 (-882 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-810))))
((*1 *1 *2)
(-12
(-5 *2
(-3
(|:| |noa|
- (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220)))
- (|:| |lb| (-629 (-825 (-220))))
- (|:| |cf| (-629 (-310 (-220))))
- (|:| |ub| (-629 (-825 (-220))))))
+ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220)))
+ (|:| |lb| (-630 (-826 (-220))))
+ (|:| |cf| (-630 (-310 (-220))))
+ (|:| |ub| (-630 (-826 (-220))))))
(|:| |lsa|
- (-2 (|:| |lfn| (-629 (-310 (-220))))
- (|:| -1977 (-629 (-220)))))))
- (-5 *1 (-823))))
+ (-2 (|:| |lfn| (-630 (-310 (-220))))
+ (|:| -1979 (-630 (-220)))))))
+ (-5 *1 (-824))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))
- (-5 *1 (-823))))
+ (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))
+ (-5 *1 (-824))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220)))
- (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220))))
- (|:| |ub| (-629 (-825 (-220))))))
- (-5 *1 (-823))))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-823))))
+ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220)))
+ (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220))))
+ (|:| |ub| (-630 (-826 (-220))))))
+ (-5 *1 (-824))))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-824))))
((*1 *1 *2)
- (-12 (-5 *2 (-1233 *3)) (-14 *3 (-1154)) (-5 *1 (-837 *3 *4 *5 *6))
- (-4 *4 (-1030)) (-14 *5 (-98 *4)) (-14 *6 (-1 *4 *4))))
- ((*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-840))))
+ (-12 (-5 *2 (-1234 *3)) (-14 *3 (-1155)) (-5 *1 (-838 *3 *4 *5 *6))
+ (-4 *4 (-1031)) (-14 *5 (-98 *4)) (-14 *6 (-1 *4 *4))))
+ ((*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-841))))
((*1 *1 *2)
- (-12 (-5 *2 (-933 *3)) (-4 *3 (-1030)) (-5 *1 (-847 *3 *4 *5 *6))
- (-14 *4 (-629 (-1154))) (-14 *5 (-629 (-756))) (-14 *6 (-756))))
+ (-12 (-5 *2 (-934 *3)) (-4 *3 (-1031)) (-5 *1 (-848 *3 *4 *5 *6))
+ (-14 *4 (-630 (-1155))) (-14 *5 (-630 (-757))) (-14 *6 (-757))))
((*1 *2 *1)
- (-12 (-5 *2 (-933 *3)) (-5 *1 (-847 *3 *4 *5 *6)) (-4 *3 (-1030))
- (-14 *4 (-629 (-1154))) (-14 *5 (-629 (-756))) (-14 *6 (-756))))
- ((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855))))
+ (-12 (-5 *2 (-934 *3)) (-5 *1 (-848 *3 *4 *5 *6)) (-4 *3 (-1031))
+ (-14 *4 (-630 (-1155))) (-14 *5 (-630 (-757))) (-14 *6 (-757))))
+ ((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856))))
((*1 *2 *3)
- (-12 (-5 *3 (-933 (-48))) (-5 *2 (-310 (-552))) (-5 *1 (-856))))
+ (-12 (-5 *3 (-934 (-48))) (-5 *2 (-310 (-553))) (-5 *1 (-857))))
((*1 *2 *3)
- (-12 (-5 *3 (-401 (-933 (-48)))) (-5 *2 (-310 (-552)))
- (-5 *1 (-856))))
- ((*1 *1 *2) (-12 (-5 *1 (-874 *2)) (-4 *2 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-804 *3)) (-5 *1 (-874 *3)) (-4 *3 (-832))))
+ (-12 (-5 *3 (-401 (-934 (-48)))) (-5 *2 (-310 (-553)))
+ (-5 *1 (-857))))
+ ((*1 *1 *2) (-12 (-5 *1 (-875 *2)) (-4 *2 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-805 *3)) (-5 *1 (-875 *3)) (-4 *3 (-833))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |pde| (-629 (-310 (-220))))
+ (-2 (|:| |pde| (-630 (-310 (-220))))
(|:| |constraints|
- (-629
+ (-630
(-2 (|:| |start| (-220)) (|:| |finish| (-220))
- (|:| |grid| (-756)) (|:| |boundaryType| (-552))
- (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220))))))
- (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136))
+ (|:| |grid| (-757)) (|:| |boundaryType| (-553))
+ (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220))))))
+ (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137))
(|:| |tol| (-220))))
- (-5 *1 (-879))))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-879))))
+ (-5 *1 (-880))))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-880))))
((*1 *2 *1)
- (-12 (-5 *2 (-1177 *3)) (-5 *1 (-882 *3)) (-4 *3 (-1078))))
+ (-12 (-5 *2 (-1178 *3)) (-5 *1 (-883 *3)) (-4 *3 (-1079))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 (-886 *3))) (-4 *3 (-1078)) (-5 *1 (-885 *3))))
+ (-12 (-5 *2 (-630 (-887 *3))) (-4 *3 (-1079)) (-5 *1 (-886 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-629 (-886 *3))) (-5 *1 (-885 *3)) (-4 *3 (-1078))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-886 *3))))
+ (-12 (-5 *2 (-630 (-887 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1079))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-887 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-5 *1 (-886 *3))))
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-5 *1 (-887 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-401 (-412 *3))) (-4 *3 (-301)) (-5 *1 (-895 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-401 *3)) (-5 *1 (-895 *3)) (-4 *3 (-301))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-470)) (-5 *2 (-310 *4)) (-5 *1 (-900 *4))
- (-4 *4 (-13 (-832) (-544)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-947 *3)) (-4 *3 (-948))))
- ((*1 *1 *2) (-12 (-5 *1 (-947 *2)) (-4 *2 (-948))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-952))))
+ (-12 (-5 *2 (-401 (-412 *3))) (-4 *3 (-301)) (-5 *1 (-896 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-401 *3)) (-5 *1 (-896 *3)) (-4 *3 (-301))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-470)) (-5 *2 (-310 *4)) (-5 *1 (-901 *4))
+ (-4 *4 (-13 (-833) (-545)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-948 *3)) (-4 *3 (-949))))
+ ((*1 *1 *2) (-12 (-5 *1 (-948 *2)) (-4 *2 (-949))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-953))))
((*1 *2 *1)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552))))
- ((*1 *2 *3) (-12 (-5 *2 (-1242)) (-5 *1 (-1014 *3)) (-4 *3 (-1191))))
- ((*1 *2 *3) (-12 (-5 *3 (-306)) (-5 *1 (-1014 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1243)) (-5 *1 (-1015 *3)) (-4 *3 (-1192))))
+ ((*1 *2 *3) (-12 (-5 *3 (-306)) (-5 *1 (-1015 *2)) (-4 *2 (-1192))))
((*1 *1 *2)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-1015 *3 *4 *5 *2 *6)) (-4 *2 (-930 *3 *4 *5))
- (-14 *6 (-629 *2))))
- ((*1 *1 *2) (-12 (-4 *1 (-1019 *2)) (-4 *2 (-1191))))
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-1016 *3 *4 *5 *2 *6)) (-4 *2 (-931 *3 *4 *5))
+ (-14 *6 (-630 *2))))
((*1 *2 *3)
- (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-1024 *3)) (-4 *3 (-544))))
- ((*1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-1030))))
+ (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-1025 *3)) (-4 *3 (-545))))
+ ((*1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-1031))))
((*1 *2 *1)
- (-12 (-5 *2 (-673 *5)) (-5 *1 (-1034 *3 *4 *5)) (-14 *3 (-756))
- (-14 *4 (-756)) (-4 *5 (-1030))))
+ (-12 (-5 *2 (-674 *5)) (-5 *1 (-1035 *3 *4 *5)) (-14 *3 (-757))
+ (-14 *4 (-757)) (-4 *5 (-1031))))
((*1 *1 *2)
- (-12 (-4 *3 (-1030)) (-4 *4 (-832)) (-5 *1 (-1104 *3 *4 *2))
- (-4 *2 (-930 *3 (-523 *4) *4))))
+ (-12 (-4 *3 (-1031)) (-4 *4 (-833)) (-5 *1 (-1105 *3 *4 *2))
+ (-4 *2 (-931 *3 (-524 *4) *4))))
((*1 *1 *2)
- (-12 (-4 *3 (-1030)) (-4 *2 (-832)) (-5 *1 (-1104 *3 *2 *4))
- (-4 *4 (-930 *3 (-523 *2) *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-844))))
- ((*1 *1 *2) (-12 (-5 *2 (-141)) (-4 *1 (-1122))))
+ (-12 (-4 *3 (-1031)) (-4 *2 (-833)) (-5 *1 (-1105 *3 *2 *4))
+ (-4 *4 (-931 *3 (-524 *2) *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-845))))
+ ((*1 *1 *2) (-12 (-5 *2 (-141)) (-4 *1 (-1123))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3))))
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-1135 *3))))
((*1 *2 *3)
- (-12 (-5 *2 (-1134 *3)) (-5 *1 (-1138 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-1135 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-1031))))
((*1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1145 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1146 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1151 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1152 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1152 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1153 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1210 *4 *3)) (-4 *3 (-1030)) (-14 *4 (-1154))
- (-14 *5 *3) (-5 *1 (-1152 *3 *4 *5))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1153))))
- ((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-1154))))
- ((*1 *2 *1) (-12 (-5 *2 (-1164 (-1154) (-431))) (-5 *1 (-1158))))
- ((*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1159))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1159))))
- ((*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-1159))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1159))))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-1163 *3)) (-4 *3 (-1078))))
- ((*1 *2 *3) (-12 (-5 *2 (-1171)) (-5 *1 (-1170 *3)) (-4 *3 (-1078))))
- ((*1 *1 *2) (-12 (-5 *2 (-844)) (-5 *1 (-1171))))
+ (-12 (-5 *2 (-1211 *4 *3)) (-4 *3 (-1031)) (-14 *4 (-1155))
+ (-14 *5 *3) (-5 *1 (-1153 *3 *4 *5))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1154))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1155))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1165 (-1155) (-431))) (-5 *1 (-1159))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1160))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1160))))
+ ((*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-1160))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1160))))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-1164 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1172)) (-5 *1 (-1171 *3)) (-4 *3 (-1079))))
+ ((*1 *1 *2) (-12 (-5 *2 (-845)) (-5 *1 (-1172))))
((*1 *1 *2)
- (-12 (-5 *2 (-933 *3)) (-4 *3 (-1030)) (-5 *1 (-1185 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1185 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-934 *3)) (-4 *3 (-1031)) (-5 *1 (-1186 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1186 *3)) (-4 *3 (-1031))))
((*1 *1 *2)
- (-12 (-5 *2 (-939 *3)) (-4 *3 (-1191)) (-5 *1 (-1188 *3))))
+ (-12 (-5 *2 (-940 *3)) (-4 *3 (-1192)) (-5 *1 (-1189 *3))))
((*1 *1 *2)
- (-12 (-4 *3 (-1030)) (-4 *1 (-1199 *3 *2)) (-4 *2 (-1228 *3))))
+ (-12 (-4 *3 (-1031)) (-4 *1 (-1200 *3 *2)) (-4 *2 (-1229 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1201 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1202 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1072 *3)) (-4 *3 (-1191)) (-5 *1 (-1204 *3))))
+ (-12 (-5 *2 (-1073 *3)) (-4 *3 (-1192)) (-5 *1 (-1205 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1233 *3)) (-14 *3 (-1154)) (-5 *1 (-1210 *3 *4))
- (-4 *4 (-1030))))
+ (-12 (-5 *2 (-1234 *3)) (-14 *3 (-1155)) (-5 *1 (-1211 *3 *4))
+ (-4 *4 (-1031))))
((*1 *1 *2)
- (-12 (-4 *3 (-1030)) (-4 *1 (-1220 *3 *2)) (-4 *2 (-1197 *3))))
+ (-12 (-4 *3 (-1031)) (-4 *1 (-1221 *3 *2)) (-4 *2 (-1198 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1222 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1223 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1229 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1230 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1210 *4 *3)) (-4 *3 (-1030)) (-14 *4 (-1154))
- (-14 *5 *3) (-5 *1 (-1229 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1233 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-1238))))
- ((*1 *2 *3) (-12 (-5 *3 (-461)) (-5 *2 (-1238)) (-5 *1 (-1241))))
- ((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-1242))))
+ (-12 (-5 *2 (-1211 *4 *3)) (-4 *3 (-1031)) (-14 *4 (-1155))
+ (-14 *5 *3) (-5 *1 (-1230 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1234 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-1239))))
+ ((*1 *2 *3) (-12 (-5 *3 (-461)) (-5 *2 (-1239)) (-5 *1 (-1242))))
+ ((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-1243))))
((*1 *1 *2)
- (-12 (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-778)) (-14 *6 (-629 *4))
- (-5 *1 (-1249 *3 *4 *5 *2 *6 *7 *8)) (-4 *2 (-930 *3 *5 *4))
- (-14 *7 (-629 (-756))) (-14 *8 (-756))))
+ (-12 (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-779)) (-14 *6 (-630 *4))
+ (-5 *1 (-1250 *3 *4 *5 *2 *6 *7 *8)) (-4 *2 (-931 *3 *5 *4))
+ (-14 *7 (-630 (-757))) (-14 *8 (-757))))
((*1 *2 *1)
- (-12 (-4 *2 (-930 *3 *5 *4)) (-5 *1 (-1249 *3 *4 *5 *2 *6 *7 *8))
- (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-778)) (-14 *6 (-629 *4))
- (-14 *7 (-629 (-756))) (-14 *8 (-756))))
- ((*1 *1 *2) (-12 (-4 *1 (-1251 *2)) (-4 *2 (-1030))))
+ (-12 (-4 *2 (-931 *3 *5 *4)) (-5 *1 (-1250 *3 *4 *5 *2 *6 *7 *8))
+ (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-779)) (-14 *6 (-630 *4))
+ (-14 *7 (-630 (-757))) (-14 *8 (-757))))
+ ((*1 *1 *2) (-12 (-4 *1 (-1252 *2)) (-4 *2 (-1031))))
((*1 *1 *2)
- (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030))))
+ (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031))))
((*1 *2 *1)
- (-12 (-5 *2 (-1261 *3 *4)) (-5 *1 (-1257 *3 *4)) (-4 *3 (-832))
+ (-12 (-5 *2 (-1262 *3 *4)) (-5 *1 (-1258 *3 *4)) (-4 *3 (-833))
(-4 *4 (-169))))
((*1 *2 *1)
- (-12 (-5 *2 (-1252 *3 *4)) (-5 *1 (-1257 *3 *4)) (-4 *3 (-832))
+ (-12 (-5 *2 (-1253 *3 *4)) (-5 *1 (-1258 *3 *4)) (-4 *3 (-833))
(-4 *4 (-169))))
((*1 *1 *2)
- (-12 (-5 *2 (-648 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169))
- (-5 *1 (-1257 *3 *4))))
+ (-12 (-5 *2 (-649 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169))
+ (-5 *1 (-1258 *3 *4))))
((*1 *1 *2)
- (-12 (-5 *1 (-1260 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-828)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-528)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-544)) (-4 *3 (-1030))
- (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-834 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-98 *5)) (-4 *5 (-544)) (-4 *5 (-1030))
- (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-835 *5 *3))
- (-4 *3 (-834 *5)))))
-(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
- (|partial| -12 (-5 *2 (-629 (-1150 *11))) (-5 *3 (-1150 *11))
- (-5 *4 (-629 *10)) (-5 *5 (-629 *8)) (-5 *6 (-629 (-756)))
- (-5 *7 (-1237 (-629 (-1150 *8)))) (-4 *10 (-832))
- (-4 *8 (-301)) (-4 *11 (-930 *8 *9 *10)) (-4 *9 (-778))
- (-5 *1 (-692 *9 *10 *8 *11)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-357)) (-4 *3 (-1030))
- (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-834 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-98 *5)) (-4 *5 (-357)) (-4 *5 (-1030))
- (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-835 *5 *3))
- (-4 *3 (-834 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1076 *3)) (-4 *3 (-1078)) (-5 *2 (-111)))))
-(((*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-629 *7)) (|:| |badPols| (-629 *7))))
- (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-756)) (-5 *3 (-924 *4)) (-4 *1 (-1112 *4))
- (-4 *4 (-1030))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-756)) (-5 *4 (-924 (-220))) (-5 *2 (-1242))
- (-5 *1 (-1239)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1098)) (-5 *2 (-1242)) (-5 *1 (-816)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-101)) (-5 *2 (-111))))
- ((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-832)))
- (-4 *2 (-13 (-424 (-166 *4)) (-983) (-1176)))
- (-5 *1 (-586 *4 *3 *2)) (-4 *3 (-13 (-424 *4) (-983) (-1176))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-673 *5))) (-4 *5 (-301)) (-4 *5 (-1030))
- (-5 *2 (-1237 (-1237 *5))) (-5 *1 (-1010 *5)) (-5 *4 (-1237 *5)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 (-474 *3 *4))) (-14 *3 (-629 (-1154)))
- (-4 *4 (-445)) (-5 *1 (-617 *3 *4)))))
-(((*1 *1 *1 *1) (-4 *1 (-537))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3))
- (-4 *3 (-13 (-357) (-1176) (-983))))))
-(((*1 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-1134 *3)) (-4 *3 (-1078))
- (-4 *3 (-1191)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-693 *3)) (-5 *1 (-812 *2 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
+ (-12 (-5 *1 (-1261 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-829)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1237 (-1237 (-552)))) (-5 *1 (-459)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-895 *3)) (-4 *3 (-301)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-991 *2)) (-4 *2 (-1191)))))
-(((*1 *1) (-5 *1 (-547))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-144))) (-5 *2 (-629 *3))
- (-5 *1 (-1207 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *3 (-1195)) (-4 *5 (-1213 *3)) (-4 *6 (-1213 (-401 *5)))
- (-5 *2 (-111)) (-5 *1 (-335 *4 *3 *5 *6)) (-4 *4 (-336 *3 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-537))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-737)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1078))
- (-4 *6 (-1078)) (-4 *2 (-1078)) (-5 *1 (-664 *5 *6 *2)))))
-(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
- (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *3 (-552))
- (-5 *2 (-1016)) (-5 *1 (-741)))))
-(((*1 *1 *1) (-4 *1 (-615)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983) (-1176))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *8)) (-5 *4 (-756)) (-4 *8 (-930 *5 *7 *6))
- (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154))))
- (-4 *7 (-778))
+ (-12 (-5 *3 (-903))
(-5 *2
- (-629
- (-2 (|:| |det| *8) (|:| |rows| (-629 (-552)))
- (|:| |cols| (-629 (-552))))))
- (-5 *1 (-905 *5 *6 *7 *8)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))
- (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-445))
- (-5 *2 (-474 *4 *5)) (-5 *1 (-617 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1177 *2)) (-4 *2 (-1078))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-1177 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-629 (-1177 *2))) (-5 *1 (-1177 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-5 *2 (-111)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 *4))))
- (-5 *1 (-633 *3 *4 *5)) (-4 *3 (-1078)) (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-1041))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1041)))))
-(((*1 *1 *1 *1) (-4 *1 (-122))) ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1 *1) (-4 *1 (-948))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-574 *2)) (-4 *2 (-537)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 *3 *4 *5))
- (-5 *2 (-407 *4 (-401 *4) *5 *6))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1237 *6)) (-4 *6 (-13 (-403 *4 *5) (-1019 *4)))
- (-4 *4 (-973 *3)) (-4 *5 (-1213 *4)) (-4 *3 (-301))
- (-5 *1 (-407 *3 *4 *5 *6))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-357))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-445)) (-4 *3 (-832)) (-4 *3 (-1019 (-552)))
- (-4 *3 (-544)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3))
- (-4 *2
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $))
- (-15 -4026 ((-1103 *3 (-598 $)) $))
- (-15 -3213 ($ (-1103 *3 (-598 $))))))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-552))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-552)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *8)) (-4 *8 (-930 *5 *7 *6))
- (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154))))
- (-4 *7 (-778))
+ (-3 (-1151 *4)
+ (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099)))))))
+ (-5 *1 (-340 *4)) (-4 *4 (-343)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-757)) (-5 *6 (-111)) (-4 *7 (-445)) (-4 *8 (-779))
+ (-4 *9 (-833)) (-4 *3 (-1045 *7 *8 *9))
(-5 *2
- (-629
- (-2 (|:| |eqzro| (-629 *8)) (|:| |neqzro| (-629 *8))
- (|:| |wcond| (-629 (-933 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *5))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *5))))))))))
- (-5 *1 (-905 *5 *6 *7 *8)) (-5 *4 (-629 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *8)) (-5 *4 (-629 (-1154))) (-4 *8 (-930 *5 *7 *6))
- (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154))))
- (-4 *7 (-778))
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1049 *7 *8 *9 *3 *4)) (-4 *4 (-1051 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-757)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *3 (-1045 *6 *7 *8))
(-5 *2
- (-629
- (-2 (|:| |eqzro| (-629 *8)) (|:| |neqzro| (-629 *8))
- (|:| |wcond| (-629 (-933 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *5))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *5))))))))))
- (-5 *1 (-905 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-673 *7)) (-4 *7 (-930 *4 *6 *5))
- (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778))
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1049 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
(-5 *2
- (-629
- (-2 (|:| |eqzro| (-629 *7)) (|:| |neqzro| (-629 *7))
- (|:| |wcond| (-629 (-933 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *4))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *4))))))))))
- (-5 *1 (-905 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-673 *9)) (-5 *5 (-902)) (-4 *9 (-930 *6 *8 *7))
- (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-832) (-600 (-1154))))
- (-4 *8 (-778))
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1049 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-757)) (-5 *6 (-111)) (-4 *7 (-445)) (-4 *8 (-779))
+ (-4 *9 (-833)) (-4 *3 (-1045 *7 *8 *9))
(-5 *2
- (-629
- (-2 (|:| |eqzro| (-629 *9)) (|:| |neqzro| (-629 *9))
- (|:| |wcond| (-629 (-933 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *6))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *6))))))))))
- (-5 *1 (-905 *6 *7 *8 *9)) (-5 *4 (-629 *9))))
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1124 *7 *8 *9 *3 *4)) (-4 *4 (-1088 *7 *8 *9 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-673 *9)) (-5 *4 (-629 (-1154))) (-5 *5 (-902))
- (-4 *9 (-930 *6 *8 *7)) (-4 *6 (-13 (-301) (-144)))
- (-4 *7 (-13 (-832) (-600 (-1154)))) (-4 *8 (-778))
+ (-12 (-5 *5 (-757)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *3 (-1045 *6 *7 *8))
(-5 *2
- (-629
- (-2 (|:| |eqzro| (-629 *9)) (|:| |neqzro| (-629 *9))
- (|:| |wcond| (-629 (-933 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *6))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *6))))))))))
- (-5 *1 (-905 *6 *7 *8 *9))))
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1124 *6 *7 *8 *3 *4)) (-4 *4 (-1088 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *8)) (-5 *4 (-902)) (-4 *8 (-930 *5 *7 *6))
- (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154))))
- (-4 *7 (-778))
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
(-5 *2
- (-629
- (-2 (|:| |eqzro| (-629 *8)) (|:| |neqzro| (-629 *8))
- (|:| |wcond| (-629 (-933 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *5))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *5))))))))))
- (-5 *1 (-905 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-673 *9)) (-5 *4 (-629 *9)) (-5 *5 (-1136))
- (-4 *9 (-930 *6 *8 *7)) (-4 *6 (-13 (-301) (-144)))
- (-4 *7 (-13 (-832) (-600 (-1154)))) (-4 *8 (-778)) (-5 *2 (-552))
- (-5 *1 (-905 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-673 *9)) (-5 *4 (-629 (-1154))) (-5 *5 (-1136))
- (-4 *9 (-930 *6 *8 *7)) (-4 *6 (-13 (-301) (-144)))
- (-4 *7 (-13 (-832) (-600 (-1154)))) (-4 *8 (-778)) (-5 *2 (-552))
- (-5 *1 (-905 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *8)) (-5 *4 (-1136)) (-4 *8 (-930 *5 *7 *6))
- (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154))))
- (-4 *7 (-778)) (-5 *2 (-552)) (-5 *1 (-905 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-673 *10)) (-5 *4 (-629 *10)) (-5 *5 (-902))
- (-5 *6 (-1136)) (-4 *10 (-930 *7 *9 *8)) (-4 *7 (-13 (-301) (-144)))
- (-4 *8 (-13 (-832) (-600 (-1154)))) (-4 *9 (-778)) (-5 *2 (-552))
- (-5 *1 (-905 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-673 *10)) (-5 *4 (-629 (-1154))) (-5 *5 (-902))
- (-5 *6 (-1136)) (-4 *10 (-930 *7 *9 *8)) (-4 *7 (-13 (-301) (-144)))
- (-4 *8 (-13 (-832) (-600 (-1154)))) (-4 *9 (-778)) (-5 *2 (-552))
- (-5 *1 (-905 *7 *8 *9 *10))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-673 *9)) (-5 *4 (-902)) (-5 *5 (-1136))
- (-4 *9 (-930 *6 *8 *7)) (-4 *6 (-13 (-301) (-144)))
- (-4 *7 (-13 (-832) (-600 (-1154)))) (-4 *8 (-778)) (-5 *2 (-552))
- (-5 *1 (-905 *6 *7 *8 *9)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983)))
- (-5 *1 (-173 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1117))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1124 *5 *6 *7 *3 *4)) (-4 *4 (-1088 *5 *6 *7 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-1214 *4)) (-5 *1 (-532 *4 *2 *5 *6))
+ (-4 *4 (-301)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-757))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2
- (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552))
- (|:| |success| (-111))))
- (-5 *1 (-774)) (-5 *5 (-552)))))
+ (-2 (|:| |func| *3) (|:| |kers| (-630 (-599 *3)))
+ (|:| |vals| (-630 *3))))
+ (-5 *1 (-271 *5 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5))))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-239 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-411 *4)))))
+ (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1079)) (-4 *5 (-1079))
+ (-5 *2 (-1 *5 *4)) (-5 *1 (-668 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1027 *4 *5)) (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-14 *5 (-629 (-1154)))
- (-5 *2
- (-629 (-2 (|:| -1373 (-1150 *4)) (|:| -3464 (-629 (-933 *4))))))
- (-5 *1 (-1263 *4 *5 *6)) (-14 *6 (-629 (-1154)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2
- (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5))))))
- (-5 *1 (-1263 *5 *6 *7)) (-5 *3 (-629 (-933 *5)))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2
- (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5))))))
- (-5 *1 (-1263 *5 *6 *7)) (-5 *3 (-629 (-933 *5)))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2
- (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5))))))
- (-5 *1 (-1263 *5 *6 *7)) (-5 *3 (-629 (-933 *5)))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
+ (-12 (-5 *3 (-1155)) (-5 *2 (-529)) (-5 *1 (-528 *4))
+ (-4 *4 (-1192)))))
+(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34)))
+ ((*1 *1) (-5 *1 (-128)))
+ ((*1 *1)
+ (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757))
+ (-4 *4 (-169))))
+ ((*1 *1) (-4 *1 (-712))) ((*1 *1) (-5 *1 (-1155))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031))
+ (-5 *2 (-630 (-630 (-630 (-925 *3))))))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-674 *1)) (-4 *1 (-343)) (-5 *2 (-1238 *1))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2
- (-629 (-2 (|:| -1373 (-1150 *4)) (|:| -3464 (-629 (-933 *4))))))
- (-5 *1 (-1263 *4 *5 *6)) (-5 *3 (-629 (-933 *4)))
- (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))))
-(((*1 *1 *1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-5 *2 (-552)))))
-(((*1 *2 *3) (-12 (-5 *3 (-629 *2)) (-5 *1 (-1165 *2)) (-4 *2 (-357)))))
-(((*1 *2 *1) (-12 (-5 *1 (-895 *2)) (-4 *2 (-301)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *1)) (-4 *1 (-1044 *4 *5 *6)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1184 *4 *5 *6 *3)) (-4 *4 (-544)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))))
-(((*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357)))))
+ (|partial| -12 (-5 *3 (-674 *1)) (-4 *1 (-142)) (-4 *1 (-891))
+ (-5 *2 (-1238 *1)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-101)) (-5 *2 (-111))))
+ ((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-5 *2 (-111)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1155)) (-5 *1 (-574 *2)) (-4 *2 (-1020 *3))
+ (-4 *2 (-357))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-574 *2)) (-4 *2 (-357))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-617 *4 *2))
+ (-4 *2 (-13 (-424 *4) (-984) (-1177)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1071 *2)) (-4 *2 (-13 (-424 *4) (-984) (-1177)))
+ (-4 *4 (-13 (-833) (-545))) (-5 *1 (-617 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-941)) (-5 *2 (-1155))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1071 *1)) (-4 *1 (-941)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1151 *9)) (-5 *4 (-630 *7)) (-5 *5 (-630 *8))
+ (-4 *7 (-833)) (-4 *8 (-1031)) (-4 *9 (-931 *8 *6 *7))
+ (-4 *6 (-779)) (-5 *2 (-1151 *8)) (-5 *1 (-315 *6 *7 *8 *9)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-993)) (-5 *2 (-844)))))
+ (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3))
+ (-4 *3 (-13 (-357) (-1177) (-984))))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-747))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1150 *5)) (-4 *5 (-445)) (-5 *2 (-629 *6))
- (-5 *1 (-530 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-830)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-933 *5)) (-4 *5 (-445)) (-5 *2 (-629 *6))
- (-5 *1 (-530 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-830))))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-401 *2)) (-4 *2 (-1213 *5))
- (-5 *1 (-792 *5 *2 *3 *6))
- (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552)))))
- (-4 *3 (-640 *2)) (-4 *6 (-640 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-401 *2))) (-4 *2 (-1213 *5))
- (-5 *1 (-792 *5 *2 *3 *6))
- (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *3 (-640 *2))
- (-4 *6 (-640 (-401 *2))))))
-(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *2 (-1016)) (-5 *1 (-736)))))
+ (-12 (-5 *3 (-1155)) (-5 *4 (-934 (-553))) (-5 *2 (-324))
+ (-5 *1 (-326)))))
+(((*1 *1)
+ (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757))
+ (-4 *4 (-169)))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
+(((*1 *1) (-5 *1 (-138))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-832)))
- (-4 *2 (-13 (-424 *4) (-983) (-1176))) (-5 *1 (-586 *4 *2 *3))
- (-4 *3 (-13 (-424 (-166 *4)) (-983) (-1176))))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *5 (-1136))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF))))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY)))) (-5 *2 (-1016))
- (-5 *1 (-735)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-552)) (-4 *2 (-424 *3)) (-5 *1 (-32 *3 *2))
- (-4 *3 (-1019 *4)) (-4 *3 (-13 (-832) (-544))))))
-(((*1 *2)
- (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5)))
- (-5 *2 (-756)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-756)))))
+ (-12 (-4 *4 (-1192)) (-5 *2 (-757)) (-5 *1 (-179 *4 *3))
+ (-4 *3 (-659 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 (-934 *4))) (-5 *3 (-630 (-1155))) (-4 *4 (-445))
+ (-5 *1 (-900 *4)))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-1119 *4 *5))) (-5 *3 (-1 (-111) *5 *5))
+ (-4 *4 (-13 (-1079) (-34))) (-4 *5 (-13 (-1079) (-34)))
+ (-5 *1 (-1120 *4 *5))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-1119 *3 *4))) (-4 *3 (-13 (-1079) (-34)))
+ (-4 *4 (-13 (-1079) (-34))) (-5 *1 (-1120 *3 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-1237 (-673 *4))) (-5 *1 (-89 *4 *5))
- (-5 *3 (-673 *4)) (-4 *5 (-640 *4)))))
+ (-12 (-5 *3 (-1135 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-187))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1135 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-294))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1135 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-299)))))
+(((*1 *1) (-5 *1 (-1239))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-5 *1 (-1164 *3)))))
+(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
+ (|partial| -12 (-5 *4 (-630 *11)) (-5 *5 (-630 (-1151 *9)))
+ (-5 *6 (-630 *9)) (-5 *7 (-630 *12)) (-5 *8 (-630 (-757)))
+ (-4 *11 (-833)) (-4 *9 (-301)) (-4 *12 (-931 *9 *10 *11))
+ (-4 *10 (-779)) (-5 *2 (-630 (-1151 *12)))
+ (-5 *1 (-693 *10 *11 *9 *12)) (-5 *3 (-1151 *12)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5))
+ (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-1251 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-630 *8)) (-5 *3 (-1 (-111) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1251 *5 *6 *7 *8)))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1079))
+ (-4 *6 (-1079)) (-4 *2 (-1079)) (-5 *1 (-665 *5 *6 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 *4))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-442 *4 *5 *6 *2)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-629 *3))))
+ (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-553))))
((*1 *2 *1)
- (-12 (|has| *1 (-6 -4368)) (-4 *1 (-482 *3)) (-4 *3 (-1191))
- (-5 *2 (-629 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983)))
- (-5 *1 (-173 *3)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-171 *3)) (-4 *3 (-301))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-658 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-725 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-832))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-850 *3)) (-5 *2 (-552))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *1 (-961 *3)) (-4 *3 (-1030))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 *1)) (-5 *3 (-629 *7)) (-4 *1 (-1050 *4 *5 *6 *7))
- (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 *1)) (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 *1))
- (-4 *1 (-1050 *4 *5 *6 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1215 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-777)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030))
- (-5 *2 (-629 (-629 (-629 (-756))))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-357))
- (-5 *2 (-629 (-2 (|:| C (-673 *5)) (|:| |g| (-1237 *5)))))
- (-5 *1 (-959 *5)) (-5 *3 (-673 *5)) (-5 *4 (-1237 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-1078)) (-5 *2 (-756)))))
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-553)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-733)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
+(((*1 *2 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-737)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-401 (-934 *4))) (-5 *3 (-1155))
+ (-4 *4 (-13 (-545) (-1020 (-553)) (-144))) (-5 *1 (-559 *4)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1178 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-1178 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-630 (-1178 *2))) (-5 *1 (-1178 *2)) (-4 *2 (-1079)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23))
+ (-14 *4 *3))))
(((*1 *2 *3)
- (-12 (-5 *2 (-629 (-629 (-552)))) (-5 *1 (-952))
- (-5 *3 (-629 (-552))))))
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-553))) (-5 *1 (-1029)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-168))))))
-(((*1 *2 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1136)) (-5 *3 (-552)) (-5 *1 (-1042)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-357)) (-4 *3 (-1030))
- (-5 *1 (-1138 *3)))))
+ (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *1 *1 *1) (-4 *1 (-122))) ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1 *1) (-4 *1 (-949))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-815)) (-5 *3 (-1137)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-542 *3)) (-4 *3 (-13 (-398) (-1176))) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-4 *1 (-830)) (-5 *2 (-111))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1047 *4 *3)) (-4 *4 (-13 (-830) (-357)))
- (-4 *3 (-1213 *4)) (-5 *2 (-111)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))))
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-313 *3 *4 *5))
+ (-4 *3 (-13 (-357) (-833))) (-14 *4 (-1155)) (-14 *5 *3))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))))
+(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-1137)) (-5 *1 (-96))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-1137)) (-5 *1 (-96)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-545) (-1020 (-553)) (-144)))
+ (-5 *2
+ (-2 (|:| -3557 (-401 (-934 *5))) (|:| |coeff| (-401 (-934 *5)))))
+ (-5 *1 (-559 *5)) (-5 *3 (-401 (-934 *5))))))
+(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460))))
+ ((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
+ (-12 (-5 *3 (-630 (-903))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1135 (-401 *3))) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
+(((*1 *2 *3 *4 *3 *4 *4 *4)
+ (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *2 (-1017))
+ (-5 *1 (-742)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-343)) (-5 *2 (-412 (-1150 (-1150 *4))))
- (-5 *1 (-1189 *4)) (-5 *3 (-1150 (-1150 *4))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *3 (-778)) (-4 *5 (-832)) (-5 *2 (-111))
- (-5 *1 (-442 *4 *3 *5 *6)) (-4 *6 (-930 *4 *3 *5)))))
+ (-12 (-5 *3 (-630 (-1155))) (-5 *2 (-1243)) (-5 *1 (-1194))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 (-1155))) (-5 *2 (-1243)) (-5 *1 (-1194)))))
+(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1017))
+ (-5 *1 (-734)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-630 (-401 (-934 *6))))
+ (-5 *3 (-401 (-934 *6)))
+ (-4 *6 (-13 (-545) (-1020 (-553)) (-144)))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-559 *6)))))
+(((*1 *2)
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 (-674 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1151 *1)) (-5 *4 (-1155)) (-4 *1 (-27))
+ (-5 *2 (-630 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1151 *1)) (-4 *1 (-27)) (-5 *2 (-630 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-934 *1)) (-4 *1 (-27)) (-5 *2 (-630 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *2 (-630 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *2 (-630 *1)) (-4 *1 (-29 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-768 *2)) (-4 *2 (-1031)))))
(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-13 (-544) (-144))) (-5 *1 (-1207 *3 *2))
- (-4 *2 (-1213 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
+ (-12 (-5 *2 (-674 *3))
+ (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-674 *3))
+ (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *6 (-1137))
+ (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-111) (-113) (-113))) (-5 *1 (-113)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-738)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-445)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1019 (-552))) (-4 *1 (-296)) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-4 *1 (-537)) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *2)) (-5 *1 (-176 *2)) (-4 *2 (-301))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-629 (-629 *4))) (-5 *2 (-629 *4)) (-4 *4 (-301))
- (-5 *1 (-176 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 *8))
- (-5 *4
- (-629
- (-2 (|:| -4199 (-673 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-673 *7)))))
- (-5 *5 (-756)) (-4 *8 (-1213 *7)) (-4 *7 (-1213 *6)) (-4 *6 (-343))
- (-5 *2
- (-2 (|:| -4199 (-673 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-673 *7))))
- (-5 *1 (-490 *6 *7 *8))))
- ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1228 *3)))))
-(((*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-744)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-324)))))
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1118 *4 *5)) (-4 *4 (-13 (-1078) (-34)))
- (-4 *5 (-13 (-1078) (-34))) (-5 *2 (-111)) (-5 *1 (-1119 *4 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))))
+ (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099))))))
+ (-4 *4 (-343)) (-5 *2 (-1243)) (-5 *1 (-521 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-779)) (-4 *4 (-833)) (-4 *6 (-301)) (-5 *2 (-412 *3))
+ (-5 *1 (-728 *5 *4 *6 *3)) (-4 *3 (-931 *6 *5 *4)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-553))) (-4 *3 (-1031)) (-5 *1 (-583 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-553))) (-4 *1 (-1198 *3)) (-4 *3 (-1031))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-553))) (-4 *1 (-1229 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 (-242 *4 *5))) (-5 *2 (-242 *4 *5))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *1 (-618 *4 *5)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-630 (-674 *4))) (-5 *2 (-674 *4)) (-4 *4 (-1031))
+ (-5 *1 (-1011 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
+(((*1 *2 *2) (-12 (-5 *1 (-943 *2)) (-4 *2 (-538)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-171 (-401 (-552)))) (-5 *1 (-116 *3)) (-14 *3 (-552))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *3 (-1134 *2)) (-4 *2 (-301)) (-5 *1 (-171 *2))))
- ((*1 *1 *2) (-12 (-5 *2 (-401 *3)) (-4 *3 (-301)) (-5 *1 (-171 *3))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-171 (-552))) (-5 *1 (-750 *3)) (-4 *3 (-398))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-171 (-401 (-552)))) (-5 *1 (-852 *3)) (-14 *3 (-552))))
+ (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-630 *3))))
((*1 *2 *1)
- (-12 (-14 *3 (-552)) (-5 *2 (-171 (-401 (-552))))
- (-5 *1 (-853 *3 *4)) (-4 *4 (-850 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-1134 *3)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-735)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-257))) (-5 *4 (-1154)) (-5 *2 (-111))
- (-5 *1 (-257)))))
-(((*1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1191)))))
-(((*1 *1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-317 *4 *2)) (-4 *4 (-1078))
- (-4 *2 (-129)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-754))
- (-5 *2
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))))
- (-5 *1 (-553))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-754)) (-5 *4 (-1042))
- (-5 *2
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))))
- (-5 *1 (-553))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-772)) (-5 *3 (-1042))
- (-5 *4
- (-2 (|:| |fn| (-310 (-220)))
- (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (-5 *2
- (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))
- (|:| |extra| (-1016))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-772)) (-5 *3 (-1042))
- (-5 *4
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (-5 *2
- (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))
- (|:| |extra| (-1016))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-785)) (-5 *3 (-1042))
- (-5 *4
- (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
- (|:| |abserr| (-220)) (|:| |relerr| (-220))))
- (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-793))
- (-5 *2
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136)))))
- (-5 *1 (-790))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-793)) (-5 *4 (-1042))
- (-5 *2
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136)))))
- (-5 *1 (-790))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-821)) (-5 *3 (-1042))
- (-5 *4
- (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))
- (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-821)) (-5 *3 (-1042))
- (-5 *4
- (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220)))
- (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220))))
- (|:| |ub| (-629 (-825 (-220))))))
- (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-823))
- (-5 *2
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136)))))
- (-5 *1 (-822))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-823)) (-5 *4 (-1042))
- (-5 *2
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136)))))
- (-5 *1 (-822))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-876)) (-5 *3 (-1042))
- (-5 *4
- (-2 (|:| |pde| (-629 (-310 (-220))))
- (|:| |constraints|
- (-629
- (-2 (|:| |start| (-220)) (|:| |finish| (-220))
- (|:| |grid| (-756)) (|:| |boundaryType| (-552))
- (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220))))))
- (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136))
- (|:| |tol| (-220))))
- (-5 *2 (-2 (|:| -3102 (-373)) (|:| |explanations| (-1136))))))
+ (-12 (|has| *1 (-6 -4369)) (-4 *1 (-482 *3)) (-4 *3 (-1192))
+ (-5 *2 (-630 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-111)) (-5 *6 (-674 (-220)))
+ (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-741)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550))))
((*1 *2 *3)
- (-12 (-5 *3 (-879))
- (-5 *2
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136)))))
- (-5 *1 (-878))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-879)) (-5 *4 (-1042))
+ (-12 (-5 *2 (-1151 (-401 (-553)))) (-5 *1 (-924)) (-5 *3 (-553)))))
+(((*1 *2 *2) (-12 (-5 *2 (-630 (-310 (-220)))) (-5 *1 (-261)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1135 *2)) (-4 *2 (-301)) (-5 *1 (-171 *2)))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *4 (-553)) (-5 *6 (-1 (-1243) (-1238 *5) (-1238 *5) (-373)))
+ (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243))
+ (-5 *1 (-774)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4))
+ (-4 *4 (-343)))))
+(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
+ (|partial| -12 (-5 *3 (-599 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1155))) (-5 *5 (-1151 *2))
+ (-4 *2 (-13 (-424 *6) (-27) (-1177)))
+ (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *1 (-549 *6 *2 *7)) (-4 *7 (-1079))))
+ ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
+ (|partial| -12 (-5 *3 (-599 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1155)))
+ (-5 *5 (-401 (-1151 *2))) (-4 *2 (-13 (-424 *6) (-27) (-1177)))
+ (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *1 (-549 *6 *2 *7)) (-4 *7 (-1079)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-5 *3 (-111)) (-5 *1 (-109))))
+ ((*1 *2 *2) (-12 (-5 *2 (-903)) (|has| *1 (-6 -4360)) (-4 *1 (-398))))
+ ((*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-903)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-553)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *2 (-1243)) (-5 *1 (-442 *4 *5 *6 *7)) (-4 *7 (-931 *4 *5 *6)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-757)) (-5 *5 (-630 *3)) (-4 *3 (-301)) (-4 *6 (-833))
+ (-4 *7 (-779)) (-5 *2 (-111)) (-5 *1 (-612 *6 *7 *3 *8))
+ (-4 *8 (-931 *3 *7 *6)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))) ((*1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1151 (-553))) (-5 *3 (-553)) (-4 *1 (-851 *4)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-630 (-630 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-630 (-3 (|:| |array| (-630 *3)) (|:| |scalar| (-1155)))))
+ (-5 *6 (-630 (-1155))) (-5 *3 (-1155)) (-5 *2 (-1083))
+ (-5 *1 (-391))))
+ ((*1 *2 *3 *4 *5 *6 *3)
+ (-12 (-5 *5 (-630 (-630 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-630 (-3 (|:| |array| (-630 *3)) (|:| |scalar| (-1155)))))
+ (-5 *6 (-630 (-1155))) (-5 *3 (-1155)) (-5 *2 (-1083))
+ (-5 *1 (-391))))
+ ((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *4 (-630 (-1155))) (-5 *5 (-1158)) (-5 *3 (-1155))
+ (-5 *2 (-1083)) (-5 *1 (-391)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1137)) (-5 *1 (-1173)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-4 *5 (-424 *4))
+ (-5 *2 (-412 *3)) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1214 *5)))))
+(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
+ (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *3 (-553))
+ (-5 *2 (-1017)) (-5 *1 (-742)))))
+(((*1 *2)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-111)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-742)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-962 *2)) (-4 *2 (-1031))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-1031)))))
+(((*1 *2 *3 *1)
+ (-12
(-5 *2
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136)))))
- (-5 *1 (-878)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-683))))
- ((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-683)))))
+ (-2 (|:| |cycle?| (-111)) (|:| -2720 (-757)) (|:| |period| (-757))))
+ (-5 *1 (-1135 *4)) (-4 *4 (-1192)) (-5 *3 (-757)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-58 *6)) (-4 *6 (-1192))
+ (-4 *5 (-1192)) (-5 *2 (-58 *5)) (-5 *1 (-57 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-235 *6 *7)) (-14 *6 (-757))
+ (-4 *7 (-1192)) (-4 *5 (-1192)) (-5 *2 (-235 *6 *5))
+ (-5 *1 (-234 *6 *7 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1192)) (-4 *5 (-1192))
+ (-4 *2 (-367 *5)) (-5 *1 (-365 *6 *4 *5 *2)) (-4 *4 (-367 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1079)) (-4 *5 (-1079))
+ (-4 *2 (-419 *5)) (-5 *1 (-417 *6 *4 *5 *2)) (-4 *4 (-419 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-630 *6)) (-4 *6 (-1192))
+ (-4 *5 (-1192)) (-5 *2 (-630 *5)) (-5 *1 (-628 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-940 *6)) (-4 *6 (-1192))
+ (-4 *5 (-1192)) (-5 *2 (-940 *5)) (-5 *1 (-939 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1135 *6)) (-4 *6 (-1192))
+ (-4 *3 (-1192)) (-5 *2 (-1135 *3)) (-5 *1 (-1133 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1238 *6)) (-4 *6 (-1192))
+ (-4 *5 (-1192)) (-5 *2 (-1238 *5)) (-5 *1 (-1237 *6 *5)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1017)) (-5 *3 (-1155)) (-5 *1 (-187)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1238 (-553))) (-5 *3 (-553)) (-5 *1 (-1089))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-1238 (-553))) (-5 *3 (-630 (-553))) (-5 *4 (-553))
+ (-5 *1 (-1089)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1170)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
+ (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-220))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *2 (-1017))
+ (-5 *1 (-735)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-1089)) (-5 *3 (-553)))))
+(((*1 *2 *1 *2) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192)))))
(((*1 *2 *3 *4)
- (-12 (-4 *4 (-357)) (-5 *2 (-629 (-1134 *4))) (-5 *1 (-279 *4 *5))
- (-5 *3 (-1134 *4)) (-4 *5 (-1228 *4)))))
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1214 *6))
+ (-4 *6 (-13 (-27) (-424 *5)))
+ (-4 *5 (-13 (-833) (-545) (-1020 (-553)))) (-4 *8 (-1214 (-401 *7)))
+ (-5 *2 (-574 *3)) (-5 *1 (-541 *5 *6 *7 *8 *3))
+ (-4 *3 (-336 *6 *7 *8)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-1 (-111) *8))) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-2 (|:| |goodPols| (-629 *8)) (|:| |badPols| (-629 *8))))
- (-5 *1 (-958 *5 *6 *7 *8)) (-5 *4 (-629 *8)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-301)) (-5 *1 (-448 *3 *2)) (-4 *2 (-1213 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-301)) (-5 *1 (-453 *3 *2)) (-4 *2 (-1213 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-301)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-756)))
- (-5 *1 (-531 *3 *2 *4 *5)) (-4 *2 (-1213 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1195)) (-4 *3 (-1213 *4))
- (-4 *5 (-1213 (-401 *3))) (-5 *2 (-111))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2)
+ (-12 (-5 *2 (-553))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-757)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-779)) (-4 *4 (-931 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-833))
+ (-5 *1 (-442 *5 *6 *7 *4)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-756)) (-4 *1 (-226 *4))
- (-4 *4 (-1030))))
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-757)) (-4 *1 (-226 *4))
+ (-4 *4 (-1031))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-226 *3)) (-4 *3 (-1030))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-228)) (-5 *2 (-756))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-226 *3)) (-4 *3 (-1031))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-228)) (-5 *2 (-757))))
((*1 *1 *1) (-4 *1 (-228)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-4 *1 (-260 *3)) (-4 *3 (-832))))
- ((*1 *1 *1) (-12 (-4 *1 (-260 *2)) (-4 *2 (-832))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-4 *1 (-260 *3)) (-4 *3 (-833))))
+ ((*1 *1 *1) (-12 (-4 *1 (-260 *2)) (-4 *2 (-833))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195))
- (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196))
+ (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4))
- (-4 *4 (-1213 *3))))
+ (-12 (-5 *2 (-757)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4))
+ (-4 *4 (-1214 *3))))
((*1 *1 *1)
(-12 (-4 *2 (-13 (-357) (-144))) (-5 *1 (-393 *2 *3))
- (-4 *3 (-1213 *2))))
+ (-4 *3 (-1214 *2))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-467 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-467 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *2 *1 *3)
- (-12 (-4 *2 (-357)) (-4 *2 (-881 *3)) (-5 *1 (-573 *2))
- (-5 *3 (-1154))))
+ (-12 (-4 *2 (-357)) (-4 *2 (-882 *3)) (-5 *1 (-574 *2))
+ (-5 *3 (-1155))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-573 *2)) (-4 *2 (-357))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-844))))
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-574 *2)) (-4 *2 (-357))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-845))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 *4)) (-5 *3 (-629 (-756))) (-4 *1 (-881 *4))
- (-4 *4 (-1078))))
+ (-12 (-5 *2 (-630 *4)) (-5 *3 (-630 (-757))) (-4 *1 (-882 *4))
+ (-4 *4 (-1079))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-881 *2)) (-4 *2 (-1078))))
+ (-12 (-5 *3 (-757)) (-4 *1 (-882 *2)) (-4 *2 (-1079))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *1 (-881 *3)) (-4 *3 (-1078))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-881 *2)) (-4 *2 (-1078))))
+ (-12 (-5 *2 (-630 *3)) (-4 *1 (-882 *3)) (-4 *3 (-1079))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-882 *2)) (-4 *2 (-1079))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1145 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1146 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1151 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1152 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1152 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1153 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1201 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1202 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1213 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1214 *3)) (-4 *3 (-1031))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1222 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1223 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1229 *3 *4 *5))
- (-4 *3 (-1030)) (-14 *5 *3))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-756)) (-5 *6 (-111)) (-4 *7 (-445)) (-4 *8 (-778))
- (-4 *9 (-832)) (-4 *3 (-1044 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1048 *7 *8 *9 *3 *4)) (-4 *4 (-1050 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-756)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *3 (-1044 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1048 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1048 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-756)) (-5 *6 (-111)) (-4 *7 (-445)) (-4 *8 (-778))
- (-4 *9 (-832)) (-4 *3 (-1044 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1123 *7 *8 *9 *3 *4)) (-4 *4 (-1087 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-756)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *3 (-1044 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1123 *6 *7 *8 *3 *4)) (-4 *4 (-1087 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1123 *5 *6 *7 *3 *4)) (-4 *4 (-1087 *5 *6 *7 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1154)) (-5 *1 (-573 *2)) (-4 *2 (-1019 *3))
- (-4 *2 (-357))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-573 *2)) (-4 *2 (-357))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-616 *4 *2))
- (-4 *2 (-13 (-424 *4) (-983) (-1176)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1070 *2)) (-4 *2 (-13 (-424 *4) (-983) (-1176)))
- (-4 *4 (-13 (-832) (-544))) (-5 *1 (-616 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-940)) (-5 *2 (-1154))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1070 *1)) (-4 *1 (-940)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1230 *3 *4 *5))
+ (-4 *3 (-1031)) (-14 *5 *3))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-630 *3)) (-5 *1 (-951 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *2 *2 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-599 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1155)))
+ (-4 *2 (-13 (-424 *5) (-27) (-1177)))
+ (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *1 (-555 *5 *2 *6)) (-4 *6 (-1079)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-1135 *3))) (-5 *1 (-1135 *3)) (-4 *3 (-1192)))))
+(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-1029)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-738)))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1136)) (-4 *1 (-358 *2 *4)) (-4 *2 (-1078))
- (-4 *4 (-1078))))
+ (-12 (-5 *3 (-1137)) (-4 *1 (-358 *2 *4)) (-4 *2 (-1079))
+ (-4 *4 (-1079))))
((*1 *1 *2)
- (-12 (-4 *1 (-358 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))))
+ (-12 (-4 *1 (-358 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-982 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-808)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-529)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-442 *4 *5 *6 *2)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-313 *3 *4 *5))
- (-4 *3 (-13 (-357) (-832))) (-14 *4 (-1154)) (-14 *5 *3))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1154))) (-5 *2 (-1242)) (-5 *1 (-1193))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 (-1154))) (-5 *2 (-1242)) (-5 *1 (-1193)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *2 (-1016)) (-5 *1 (-737)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-111)) (-5 *6 (-673 (-220)))
- (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-740)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-756)) (-5 *5 (-629 *3)) (-4 *3 (-301)) (-4 *6 (-832))
- (-4 *7 (-778)) (-5 *2 (-111)) (-5 *1 (-611 *6 *7 *3 *8))
- (-4 *8 (-930 *3 *7 *6)))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-741)))))
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-538)) (-5 *1 (-156 *2)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1120 *2 *3)) (-4 *2 (-13 (-1079) (-34)))
+ (-4 *3 (-13 (-1079) (-34))))))
(((*1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-1237 *3)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-1237 (-552))) (-5 *3 (-552)) (-5 *1 (-1088))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-1237 (-552))) (-5 *3 (-629 (-552))) (-5 *4 (-552))
- (-5 *1 (-1088)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-629 *3)) (-5 *1 (-950 *4 *3))
- (-4 *3 (-1213 *4)))))
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-1238 *3)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1184 *2 *3 *4 *5)) (-4 *2 (-544)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *5 (-1044 *2 *3 *4)))))
+ (-12 (-4 *1 (-1185 *2 *3 *4 *5)) (-4 *2 (-545)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *5 (-1045 *2 *3 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1157 (-401 (-553)))) (-5 *2 (-401 (-553)))
+ (-5 *1 (-185)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779)) (-4 *7 (-931 *4 *6 *5))
+ (-5 *2
+ (-2 (|:| |sysok| (-111)) (|:| |z0| (-630 *7)) (|:| |n0| (-630 *7))))
+ (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-630 *7)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-630 (-934 *3))) (-4 *3 (-445))
+ (-5 *1 (-354 *3 *4)) (-14 *4 (-630 (-1155)))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-630 (-766 *3 (-847 *4)))) (-4 *3 (-445))
+ (-14 *4 (-630 (-1155))) (-5 *1 (-615 *3 *4)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-757)) (-4 *5 (-545))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-951 *5 *3)) (-4 *3 (-1214 *5)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-597 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-5 *2
+ (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553))
+ (|:| |success| (-111))))
+ (-5 *1 (-775)) (-5 *5 (-553)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-220)) (-5 *2 (-111)) (-5 *1 (-293 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1073 (-826 (-220)))) (-5 *3 (-220)) (-5 *2 (-111))
+ (-5 *1 (-299))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111))
+ (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1155)) (-5 *5 (-1073 (-220))) (-5 *2 (-909))
+ (-5 *1 (-907 *3)) (-4 *3 (-601 (-529)))))
+ ((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *4 (-1155)) (-5 *5 (-1073 (-220))) (-5 *2 (-909))
+ (-5 *1 (-907 *3)) (-4 *3 (-601 (-529)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-908))))
+ ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-908))))
+ ((*1 *1 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-908))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1073 (-220))) (-5 *1 (-909))))
+ ((*1 *1 *2 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-909))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-909))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-630 (-1 (-220) (-220)))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-909))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-1 (-220) (-220)))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-909))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-909))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-909)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-545)) (-4 *3 (-1031))
+ (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-835 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-98 *5)) (-4 *5 (-545)) (-4 *5 (-1031))
+ (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-836 *5 *3))
+ (-4 *3 (-835 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4)))
+ (-5 *2 (-2 (|:| |num| (-1238 *4)) (|:| |den| *4))))))
+(((*1 *1 *1) (-4 *1 (-646))) ((*1 *1 *1) (-5 *1 (-1099))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1041 (-1006 *4) (-1151 (-1006 *4)))) (-5 *3 (-845))
+ (-5 *1 (-1006 *4)) (-4 *4 (-13 (-831) (-357) (-1004))))))
+(((*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-1177))))
+ ((*1 *2 *1) (-12 (-5 *1 (-325 *2)) (-4 *2 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-599 *3)) (-4 *3 (-833)))))
(((*1 *2 *3 *2 *4 *5)
- (-12 (-5 *2 (-629 *3)) (-5 *5 (-902)) (-4 *3 (-1213 *4))
+ (-12 (-5 *2 (-630 *3)) (-5 *5 (-903)) (-4 *3 (-1214 *4))
(-4 *4 (-301)) (-5 *1 (-453 *4 *3)))))
+(((*1 *1 *1 *1) (-5 *1 (-220)))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-1 (-373))) (-5 *1 (-1022))))
+ ((*1 *1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-934 (-401 (-553)))) (-5 *4 (-1155))
+ (-5 *5 (-1073 (-826 (-220)))) (-5 *2 (-630 (-220))) (-5 *1 (-294)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1192)) (-5 *1 (-179 *3 *2)) (-4 *2 (-659 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-296))))
+ ((*1 *1 *1) (-4 *1 (-296))) ((*1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-357) (-144)))
+ (-5 *2 (-630 (-2 (|:| -3503 (-757)) (|:| -4045 *4) (|:| |num| *4))))
+ (-5 *1 (-393 *3 *4)) (-4 *4 (-1214 *3)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243))
+ (-5 *1 (-1052 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243))
+ (-5 *1 (-1087 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
+ (|partial| -12 (-5 *2 (-630 (-1151 *11))) (-5 *3 (-1151 *11))
+ (-5 *4 (-630 *10)) (-5 *5 (-630 *8)) (-5 *6 (-630 (-757)))
+ (-5 *7 (-1238 (-630 (-1151 *8)))) (-4 *10 (-833))
+ (-4 *8 (-301)) (-4 *11 (-931 *8 *9 *10)) (-4 *9 (-779))
+ (-5 *1 (-693 *9 *10 *8 *11)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
(((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-767 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-757)) (-5 *1 (-768 *3)) (-4 *3 (-1031))))
((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *1 (-944 *3 *2)) (-4 *2 (-129)) (-4 *3 (-544))
- (-4 *3 (-1030)) (-4 *2 (-777))))
+ (-12 (-5 *1 (-945 *3 *2)) (-4 *2 (-129)) (-4 *3 (-545))
+ (-4 *3 (-1031)) (-4 *2 (-778))))
((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-1150 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-757)) (-5 *1 (-1151 *3)) (-4 *3 (-1031))))
((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-952)) (-4 *2 (-129)) (-5 *1 (-1156 *3)) (-4 *3 (-544))
- (-4 *3 (-1030))))
+ (-12 (-5 *2 (-953)) (-4 *2 (-129)) (-5 *1 (-1157 *3)) (-4 *3 (-545))
+ (-4 *3 (-1031))))
((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-1210 *4 *3)) (-14 *4 (-1154))
- (-4 *3 (-1030)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-596 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))))
+ (-12 (-5 *2 (-757)) (-5 *1 (-1211 *4 *3)) (-14 *4 (-1155))
+ (-4 *3 (-1031)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1079)) (-4 *2 (-882 *5)) (-5 *1 (-677 *5 *2 *3 *4))
+ (-4 *3 (-367 *2)) (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))))))
+(((*1 *1 *1) (-5 *1 (-1043))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1238 *6)) (-5 *4 (-1238 (-553))) (-5 *5 (-553))
+ (-4 *6 (-1079)) (-5 *2 (-1 *6)) (-5 *1 (-999 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-412 *3)) (-4 *3 (-538)) (-4 *3 (-545))))
+ ((*1 *2 *1) (-12 (-4 *1 (-538)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-783 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-819 *3)) (-4 *3 (-538)) (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-826 *3)) (-4 *3 (-538)) (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-979 *3)) (-4 *3 (-169)) (-4 *3 (-538)) (-5 *2 (-111))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-111)) (-5 *1 (-990 *3)) (-4 *3 (-1020 (-401 (-553)))))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -2591 (-768 *3)) (|:| |coef1| (-768 *3))
+ (|:| |coef2| (-768 *3))))
+ (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-2 (|:| -2591 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-845))) ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-757)) (-5 *1 (-769 *2)) (-4 *2 (-38 (-401 (-553))))
+ (-4 *2 (-169)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-357)) (-4 *3 (-1031))
+ (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-835 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-98 *5)) (-4 *5 (-357)) (-4 *5 (-1031))
+ (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-836 *5 *3))
+ (-4 *3 (-835 *5)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-306)) (-5 *1 (-815)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-553)) (-4 *4 (-169)) (-4 *5 (-367 *4))
+ (-4 *6 (-367 *4)) (-5 *1 (-673 *4 *5 *6 *2))
+ (-4 *2 (-672 *4 *5 *6)))))
(((*1 *2 *3 *4 *2 *5 *6)
(-12
(-5 *5
- (-2 (|:| |done| (-629 *11))
- (|:| |todo| (-629 (-2 (|:| |val| *3) (|:| -3361 *11))))))
- (-5 *6 (-756))
- (-5 *2 (-629 (-2 (|:| |val| (-629 *10)) (|:| -3361 *11))))
- (-5 *3 (-629 *10)) (-5 *4 (-629 *11)) (-4 *10 (-1044 *7 *8 *9))
- (-4 *11 (-1050 *7 *8 *9 *10)) (-4 *7 (-445)) (-4 *8 (-778))
- (-4 *9 (-832)) (-5 *1 (-1048 *7 *8 *9 *10 *11))))
+ (-2 (|:| |done| (-630 *11))
+ (|:| |todo| (-630 (-2 (|:| |val| *3) (|:| -3361 *11))))))
+ (-5 *6 (-757))
+ (-5 *2 (-630 (-2 (|:| |val| (-630 *10)) (|:| -3361 *11))))
+ (-5 *3 (-630 *10)) (-5 *4 (-630 *11)) (-4 *10 (-1045 *7 *8 *9))
+ (-4 *11 (-1051 *7 *8 *9 *10)) (-4 *7 (-445)) (-4 *8 (-779))
+ (-4 *9 (-833)) (-5 *1 (-1049 *7 *8 *9 *10 *11))))
((*1 *2 *3 *4 *2 *5 *6)
(-12
(-5 *5
- (-2 (|:| |done| (-629 *11))
- (|:| |todo| (-629 (-2 (|:| |val| *3) (|:| -3361 *11))))))
- (-5 *6 (-756))
- (-5 *2 (-629 (-2 (|:| |val| (-629 *10)) (|:| -3361 *11))))
- (-5 *3 (-629 *10)) (-5 *4 (-629 *11)) (-4 *10 (-1044 *7 *8 *9))
- (-4 *11 (-1087 *7 *8 *9 *10)) (-4 *7 (-445)) (-4 *8 (-778))
- (-4 *9 (-832)) (-5 *1 (-1123 *7 *8 *9 *10 *11)))))
-(((*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1 (-373))) (-5 *1 (-1021)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-544)) (-4 *4 (-973 *3)) (-5 *1 (-139 *3 *4 *2))
- (-4 *2 (-367 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-973 *4)) (-4 *2 (-367 *4))
- (-5 *1 (-495 *4 *5 *2 *3)) (-4 *3 (-367 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-673 *5)) (-4 *5 (-973 *4)) (-4 *4 (-544))
- (-5 *2 (-673 *4)) (-5 *1 (-677 *4 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-544)) (-4 *4 (-973 *3)) (-5 *1 (-1206 *3 *4 *2))
- (-4 *2 (-1213 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-186)) (-5 *3 (-552))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-768 *2)) (-4 *2 (-169))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1 (-111) *2)) (-4 *1 (-148 *2))
- (-4 *2 (-1191)))))
-(((*1 *1 *1) (-4 *1 (-645))) ((*1 *1 *1) (-5 *1 (-1098))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1247)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-445)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *2 (-629 *3)) (-5 *1 (-958 *4 *5 *6 *3))
- (-4 *3 (-1044 *4 *5 *6)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544)))))
-(((*1 *1) (-5 *1 (-431))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
- (|:| |abserr| (-220)) (|:| |relerr| (-220))))
- (-5 *2 (-373)) (-5 *1 (-200)))))
-(((*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-128)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *1)) (-4 *1 (-1044 *4 *5 *6)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1184 *4 *5 *6 *3)) (-4 *4 (-544)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))))
+ (-2 (|:| |done| (-630 *11))
+ (|:| |todo| (-630 (-2 (|:| |val| *3) (|:| -3361 *11))))))
+ (-5 *6 (-757))
+ (-5 *2 (-630 (-2 (|:| |val| (-630 *10)) (|:| -3361 *11))))
+ (-5 *3 (-630 *10)) (-5 *4 (-630 *11)) (-4 *10 (-1045 *7 *8 *9))
+ (-4 *11 (-1088 *7 *8 *9 *10)) (-4 *7 (-445)) (-4 *8 (-779))
+ (-4 *9 (-833)) (-5 *1 (-1124 *7 *8 *9 *10 *11)))))
(((*1 *2)
- (-12 (-5 *2 (-939 (-1098))) (-5 *1 (-337 *3 *4)) (-14 *3 (-902))
- (-14 *4 (-902))))
- ((*1 *2)
- (-12 (-5 *2 (-939 (-1098))) (-5 *1 (-338 *3 *4)) (-4 *3 (-343))
- (-14 *4 (-1150 *3))))
- ((*1 *2)
- (-12 (-5 *2 (-939 (-1098))) (-5 *1 (-339 *3 *4)) (-4 *3 (-343))
- (-14 *4 (-902)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-629 (-220)))) (-5 *1 (-907)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-629
- (-2 (|:| -2128 (-756))
- (|:| |eqns|
- (-629
- (-2 (|:| |det| *7) (|:| |rows| (-629 (-552)))
- (|:| |cols| (-629 (-552))))))
- (|:| |fgb| (-629 *7)))))
- (-4 *7 (-930 *4 *6 *5)) (-4 *4 (-13 (-301) (-144)))
- (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-756))
- (-5 *1 (-905 *4 *5 *6 *7)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-1157)) (-5 *3 (-1154)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *3 (-552)) (-5 *2 (-111)) (-5 *1 (-473)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1237 *3)) (-4 *3 (-1213 *4)) (-4 *4 (-1195))
- (-4 *1 (-336 *4 *3 *5)) (-4 *5 (-1213 (-401 *3))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1225 *3)) (-4 *3 (-1191)) (-5 *2 (-756)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-756)) (-4 *5 (-544))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-950 *5 *3)) (-4 *3 (-1213 *5)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
- (-5 *2
- (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552))
- (|:| |success| (-111))))
- (-5 *1 (-774)) (-5 *5 (-552)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-629 (-401 *7)))
- (-4 *7 (-1213 *6)) (-5 *3 (-401 *7)) (-4 *6 (-357))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-562 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-673 (-310 (-220)))) (-5 *2 (-373)) (-5 *1 (-200)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1254 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-1030)) (-4 *4 (-169))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030))
- (-4 *3 (-169)))))
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 (-674 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-946))) (-5 *1 (-108)))))
+ (-12 (-5 *3 (-630 (-499))) (-5 *2 (-499)) (-5 *1 (-476)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-757)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2))
+ (-4 *2 (-1214 *4)))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-310 (-220))) (-5 *1 (-261)))))
+(((*1 *2)
+ (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243))
+ (-5 *1 (-1052 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243))
+ (-5 *1 (-1087 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1079)) (-4 *2 (-882 *4)) (-5 *1 (-677 *4 *2 *5 *3))
+ (-4 *5 (-367 *2)) (-4 *3 (-13 (-367 *4) (-10 -7 (-6 -4369)))))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1134 *4)) (-4 *4 (-38 *3)) (-4 *4 (-1030))
- (-5 *3 (-401 (-552))) (-5 *1 (-1138 *4)))))
-(((*1 *2) (-12 (-5 *2 (-629 (-902))) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-629 (-902))) (-5 *1 (-1240)))))
-(((*1 *2 *2)
(-12
(-5 *2
- (-968 (-401 (-552)) (-846 *3) (-235 *4 (-756))
- (-242 *3 (-401 (-552)))))
- (-14 *3 (-629 (-1154))) (-14 *4 (-756)) (-5 *1 (-967 *3 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1157))))
- ((*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157))))
- ((*1 *2 *3 *1) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-629 (-598 *2))) (-5 *4 (-629 (-1154)))
- (-4 *2 (-13 (-424 (-166 *5)) (-983) (-1176)))
- (-4 *5 (-13 (-544) (-832))) (-5 *1 (-586 *5 *6 *2))
- (-4 *6 (-13 (-424 *5) (-983) (-1176))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-629 *5) *6))
- (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5))
- (-5 *2 (-629 (-2 (|:| |poly| *6) (|:| -2771 *3))))
- (-5 *1 (-794 *5 *6 *3 *7)) (-4 *3 (-640 *6))
- (-4 *7 (-640 (-401 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-629 *5) *6))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *6 (-1213 *5))
- (-5 *2 (-629 (-2 (|:| |poly| *6) (|:| -2771 (-638 *6 (-401 *6))))))
- (-5 *1 (-797 *5 *6)) (-5 *3 (-638 *6 (-401 *6))))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-296))))
- ((*1 *1 *1) (-4 *1 (-296))) ((*1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-4 *1 (-519)) (-5 *2 (-1098)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-56 *4 *5 *2)) (-4 *4 (-1191))
- (-4 *5 (-367 *4)) (-4 *2 (-367 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *6 *7 *2)) (-4 *6 (-1030))
- (-4 *7 (-233 *5 *6)) (-4 *2 (-233 *4 *6)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030))
- (-14 *4 (-629 (-1154)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-52)) (-5 *2 (-111)) (-5 *1 (-51 *4)) (-4 *4 (-1191))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832)))
- (-14 *4 (-629 (-1154)))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-656 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-661 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-832)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *7 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-544))
- (-4 *8 (-930 *7 *5 *6))
- (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *3) (|:| |radicand| *3)))
- (-5 *1 (-934 *5 *6 *7 *8 *3)) (-5 *4 (-756))
- (-4 *3
- (-13 (-357)
- (-10 -8 (-15 -4015 (*8 $)) (-15 -4026 (*8 $)) (-15 -3213 ($ *8))))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-1 *6 *5)) (-5 *1 (-691 *4 *5 *6))
- (-4 *4 (-600 (-528))) (-4 *5 (-1191)) (-4 *6 (-1191)))))
+ (-630
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-757)) (|:| |poli| *3)
+ (|:| |polj| *3))))
+ (-4 *5 (-779)) (-4 *3 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-833))
+ (-5 *1 (-442 *4 *5 *6 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-166 (-220)) (-166 (-220)))) (-5 *4 (-1073 (-220)))
+ (-5 *5 (-111)) (-5 *2 (-1240)) (-5 *1 (-251)))))
+(((*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1 (-373))) (-5 *1 (-1022)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2697 *4)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-933 *6))) (-5 *4 (-629 (-1154)))
- (-4 *6 (-13 (-544) (-1019 *5))) (-4 *5 (-544))
- (-5 *2 (-629 (-629 (-288 (-401 (-933 *6)))))) (-5 *1 (-1020 *5 *6)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
- (-4 *4 (-367 *2)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1099 *2)) (-4 *2 (-1191)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-52)) (-5 *1 (-873 *4))
- (-4 *4 (-1078)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-2 (|:| -3479 (-1150 *6)) (|:| -1406 (-552)))))
- (-4 *6 (-301)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-552))
- (-5 *1 (-727 *4 *5 *6 *7)) (-4 *7 (-930 *6 *4 *5)))))
+ (-12 (-4 *3 (-1020 (-553))) (-4 *3 (-13 (-833) (-545)))
+ (-5 *1 (-32 *3 *2)) (-4 *2 (-424 *3))))
+ ((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-1151 *4)) (-5 *1 (-162 *3 *4))
+ (-4 *3 (-163 *4))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1031)) (-4 *1 (-296))))
+ ((*1 *2) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1151 *3))))
+ ((*1 *2) (-12 (-4 *1 (-710 *3 *2)) (-4 *3 (-169)) (-4 *2 (-1214 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1048 *3 *2)) (-4 *3 (-13 (-831) (-357)))
+ (-4 *2 (-1214 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-4 *1 (-885 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -2591 (-768 *3)) (|:| |coef2| (-768 *3))))
+ (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-2 (|:| -2591 *1) (|:| |coef2| *1)))
+ (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *1 *2 *2)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-552)) (-5 *2 (-629 (-2 (|:| -3479 *3) (|:| -3299 *4))))
- (-5 *1 (-680 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *1 *1) (-4 *1 (-850 *2))))
-(((*1 *1 *1 *2 *2)
- (|partial| -12 (-5 *2 (-902)) (-5 *1 (-1079 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
+ (-12 (-5 *2 (-630 (-166 *4))) (-5 *1 (-152 *3 *4))
+ (-4 *3 (-1214 (-166 (-553)))) (-4 *4 (-13 (-357) (-831)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-630 (-166 *4)))
+ (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-630 (-166 *4)))
+ (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1077 *3)) (-4 *3 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-127)))))
(((*1 *2 *2 *3)
- (-12 (-4 *4 (-778))
- (-4 *3 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))) (-4 *5 (-544))
- (-5 *1 (-717 *4 *3 *5 *2)) (-4 *2 (-930 (-401 (-933 *5)) *4 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *4 (-1030)) (-4 *5 (-778))
- (-4 *3
- (-13 (-832)
- (-10 -8 (-15 -1522 ((-1154) $))
- (-15 -1485 ((-3 $ "failed") (-1154))))))
- (-5 *1 (-965 *4 *5 *3 *2)) (-4 *2 (-930 (-933 *4) *5 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 *6))
- (-4 *6
- (-13 (-832)
- (-10 -8 (-15 -1522 ((-1154) $))
- (-15 -1485 ((-3 $ "failed") (-1154))))))
- (-4 *4 (-1030)) (-4 *5 (-778)) (-5 *1 (-965 *4 *5 *6 *2))
- (-4 *2 (-930 (-933 *4) *5 *6)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-552)) (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-301))
- (-4 *9 (-930 *8 *6 *7))
- (-5 *2 (-2 (|:| -2291 (-1150 *9)) (|:| |polval| (-1150 *8))))
- (-5 *1 (-727 *6 *7 *8 *9)) (-5 *3 (-1150 *9)) (-5 *4 (-1150 *8)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-908))
- (-5 *2
- (-2 (|:| |brans| (-629 (-629 (-924 (-220)))))
- (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))))
- (-5 *1 (-150))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-908)) (-5 *4 (-401 (-552)))
- (-5 *2
- (-2 (|:| |brans| (-629 (-629 (-924 (-220)))))
- (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))))
- (-5 *1 (-150))))
+ (-12 (-5 *3 (-630 (-630 (-630 *4)))) (-5 *2 (-630 (-630 *4)))
+ (-4 *4 (-833)) (-5 *1 (-1163 *4)))))
+(((*1 *1 *1) (-4 *1 (-1040)))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-545)) (-4 *4 (-974 *3)) (-5 *1 (-139 *3 *4 *2))
+ (-4 *2 (-367 *4))))
((*1 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |brans| (-629 (-629 (-924 (-220)))))
- (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))))
- (-5 *1 (-150)) (-5 *3 (-629 (-924 (-220))))))
+ (-12 (-4 *4 (-545)) (-4 *5 (-974 *4)) (-4 *2 (-367 *4))
+ (-5 *1 (-496 *4 *5 *2 *3)) (-4 *3 (-367 *5))))
((*1 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |brans| (-629 (-629 (-924 (-220)))))
- (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))))
- (-5 *1 (-150)) (-5 *3 (-629 (-629 (-924 (-220)))))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-257))))
- ((*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5)
- (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-1150 *3))
- (-4 *3 (-13 (-424 *6) (-27) (-1176)))
- (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3)))
- (-5 *1 (-548 *6 *3 *7)) (-4 *7 (-1078))))
- ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-401 (-1150 *3)))
- (-4 *3 (-13 (-424 *6) (-27) (-1176)))
- (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3)))
- (-5 *1 (-548 *6 *3 *7)) (-4 *7 (-1078)))))
+ (-12 (-5 *3 (-674 *5)) (-4 *5 (-974 *4)) (-4 *4 (-545))
+ (-5 *2 (-674 *4)) (-5 *1 (-678 *4 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-545)) (-4 *4 (-974 *3)) (-5 *1 (-1207 *3 *4 *2))
+ (-4 *2 (-1214 *4)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-461)) (-5 *4 (-903)) (-5 *2 (-1243)) (-5 *1 (-1239)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-925 (-220)) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-908))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-925 (-220)) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-908))))
+ ((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-925 (-220)) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-909))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-925 (-220)) (-220))) (-5 *3 (-1073 (-220)))
+ (-5 *1 (-909)))))
+(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1237 (-1237 *4))) (-4 *4 (-1030)) (-5 *2 (-673 *4))
- (-5 *1 (-1010 *4)))))
+ (-12 (-5 *3 (-630 *4)) (-4 *4 (-357)) (-5 *2 (-674 *4))
+ (-5 *1 (-800 *4 *5)) (-4 *5 (-641 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *5)) (-5 *4 (-757)) (-4 *5 (-357))
+ (-5 *2 (-674 *5)) (-5 *1 (-800 *5 *6)) (-4 *6 (-641 *5)))))
+(((*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))))
(((*1 *1 *1)
- (-12 (-4 *2 (-343)) (-4 *2 (-1030)) (-5 *1 (-697 *2 *3))
- (-4 *3 (-1213 *2)))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-629
- (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-756)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *3 (-778)) (-4 *6 (-930 *4 *3 *5)) (-4 *4 (-445)) (-4 *5 (-832))
- (-5 *1 (-442 *4 *3 *5 *6)))))
+ (-12 (-4 *1 (-247 *2 *3 *4 *5)) (-4 *2 (-1031)) (-4 *3 (-833))
+ (-4 *4 (-260 *3)) (-4 *5 (-779)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *3 (-778)) (-4 *5 (-832)) (-5 *2 (-111))
- (-5 *1 (-442 *4 *3 *5 *6)) (-4 *6 (-930 *4 *3 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1237 *3)) (-4 *3 (-1030)) (-5 *1 (-697 *3 *4))
- (-4 *4 (-1213 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1136)) (-4 *1 (-358 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-247 *2 *3 *4 *5)) (-4 *2 (-1030)) (-4 *3 (-832))
- (-4 *4 (-260 *3)) (-4 *5 (-778)))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2697 *4)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-808)) (-5 *1 (-807)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-96)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
+ (-5 *1 (-514 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-545)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
+ (-4 *7 (-974 *4)) (-4 *2 (-672 *7 *8 *9))
+ (-5 *1 (-515 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-672 *4 *5 *6))
+ (-4 *8 (-367 *7)) (-4 *9 (-367 *7))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031))
+ (-4 *3 (-367 *2)) (-4 *4 (-367 *2)) (-4 *2 (-357))))
+ ((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-357)) (-4 *3 (-169)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *1 (-673 *3 *4 *5 *2))
+ (-4 *2 (-672 *3 *4 *5))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-674 *2)) (-4 *2 (-357)) (-4 *2 (-1031))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1102 *2 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-233 *2 *3)) (-4 *5 (-233 *2 *3)) (-4 *3 (-357))))
+ ((*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-1163 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-310 *4)) (-4 *4 (-13 (-813) (-832) (-1030)))
- (-5 *2 (-1136)) (-5 *1 (-811 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-310 *5)) (-5 *4 (-111))
- (-4 *5 (-13 (-813) (-832) (-1030))) (-5 *2 (-1136))
- (-5 *1 (-811 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-807)) (-5 *4 (-310 *5))
- (-4 *5 (-13 (-813) (-832) (-1030))) (-5 *2 (-1242))
- (-5 *1 (-811 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-807)) (-5 *4 (-310 *6)) (-5 *5 (-111))
- (-4 *6 (-13 (-813) (-832) (-1030))) (-5 *2 (-1242))
- (-5 *1 (-811 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-813)) (-5 *2 (-1136))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-813)) (-5 *3 (-111)) (-5 *2 (-1136))))
- ((*1 *2 *3 *1) (-12 (-4 *1 (-813)) (-5 *3 (-807)) (-5 *2 (-1242))))
- ((*1 *2 *3 *1 *4)
- (-12 (-4 *1 (-813)) (-5 *3 (-807)) (-5 *4 (-111)) (-5 *2 (-1242)))))
-(((*1 *2 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-732)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-13 (-1030) (-702 (-401 (-552)))))
- (-4 *5 (-832)) (-5 *1 (-1253 *4 *5 *2)) (-4 *2 (-1258 *5 *4)))))
+ (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-186)) (-5 *3 (-553))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-769 *2)) (-4 *2 (-169))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-685))))
- ((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-685)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *4 (-1 (-3 (-552) "failed") *5)) (-4 *5 (-1030))
- (-5 *2 (-552)) (-5 *1 (-535 *5 *3)) (-4 *3 (-1213 *5))))
- ((*1 *2 *3 *4 *2 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-552) "failed") *4)) (-4 *4 (-1030))
- (-5 *2 (-552)) (-5 *1 (-535 *4 *3)) (-4 *3 (-1213 *4))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-552) "failed") *4)) (-4 *4 (-1030))
- (-5 *2 (-552)) (-5 *1 (-535 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-629 (-552))) (-5 *3 (-111)) (-5 *1 (-1088)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1078)) (-4 *4 (-1078))
- (-4 *6 (-1078)) (-5 *2 (-1 *6 *5)) (-5 *1 (-668 *5 *4 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1159)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833))
+ (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-630 (-757))) (-5 *1 (-951 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-301)) (-4 *3 (-169)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3)))
+ (-5 *1 (-673 *3 *4 *5 *6)) (-4 *6 (-672 *3 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-685 *3))
+ (-4 *3 (-301)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-804 *4)) (-4 *4 (-832)) (-5 *2 (-111))
- (-5 *1 (-656 *4)))))
+ (-12 (-5 *2 (-2 (|:| -3659 (-553)) (|:| -3688 (-630 *3))))
+ (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 *7)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5))
+ (-5 *1 (-970 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-630 *7)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5))
+ (-5 *1 (-1086 *3 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-474 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-1030))
- (-5 *2 (-933 *5)) (-5 *1 (-925 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1228 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1080 (-1080 *3))) (-5 *1 (-885 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1213 *6))
- (-4 *6 (-13 (-357) (-144) (-1019 *4))) (-5 *4 (-552))
- (-5 *2
- (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-111))))
- (|:| -2771
- (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
- (|:| |beta| *3)))))
- (-5 *1 (-996 *6 *3)))))
-(((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *2 (-1016))
- (-5 *1 (-733)))))
-(((*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))))
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-630 *7)) (|:| |badPols| (-630 *7))))
+ (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-27))
- (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *5 (-1213 *4)) (-5 *2 (-629 (-637 (-401 *5))))
- (-5 *1 (-641 *4 *5)) (-5 *3 (-637 (-401 *5))))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
- (-12 (-5 *4 (-552)) (-5 *5 (-1136)) (-5 *6 (-673 (-220)))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))))
- (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))
- (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))
- (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-629 (-474 *4 *5))) (-5 *3 (-629 (-846 *4)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *1 (-464 *4 *5 *6))
- (-4 *6 (-445)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544))
- (-5 *2 (-2 (|:| -4158 *4) (|:| -3713 *3) (|:| -4186 *3)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-1044 *3 *4 *5))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-544)) (-4 *3 (-1030))
- (-5 *2 (-2 (|:| -4158 *3) (|:| -3713 *1) (|:| -4186 *1)))
- (-4 *1 (-1213 *3)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-317 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-129))
- (-4 *3 (-777)))))
+ (-12 (-4 *4 (-357)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
+ (-5 *2 (-757)) (-5 *1 (-514 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-4 *3 (-545)) (-5 *2 (-757))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *4 (-169)) (-4 *5 (-367 *4))
+ (-4 *6 (-367 *4)) (-5 *2 (-757)) (-5 *1 (-673 *4 *5 *6 *3))
+ (-4 *3 (-672 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-545))
+ (-5 *2 (-757)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-933 *4)) (-4 *4 (-13 (-301) (-144)))
- (-4 *2 (-930 *4 *6 *5)) (-5 *1 (-905 *4 *5 *6 *2))
- (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)))))
+ (-12 (-5 *3 (-1238 *4)) (-4 *4 (-1031)) (-4 *2 (-1214 *4))
+ (-5 *1 (-437 *4 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-401 (-1151 (-310 *5)))) (-5 *3 (-1238 (-310 *5)))
+ (-5 *4 (-553)) (-4 *5 (-13 (-545) (-833))) (-5 *1 (-1109 *5)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1 (-111) *2)) (-4 *1 (-148 *2))
+ (-4 *2 (-1192)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *7) (|:| -3425 *7) (|:| |sol?| (-111)))
+ (-553) *7))
+ (-5 *6 (-630 (-401 *8))) (-4 *7 (-357)) (-4 *8 (-1214 *7))
+ (-5 *3 (-401 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-563 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779)) (-5 *2 (-401 (-934 *4))) (-5 *1 (-906 *4 *5 *6 *3))
+ (-4 *3 (-931 *4 *6 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-674 *7)) (-4 *7 (-931 *4 *6 *5))
+ (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779)) (-5 *2 (-674 (-401 (-934 *4))))
+ (-5 *1 (-906 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *6 *5))
+ (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779)) (-5 *2 (-630 (-401 (-934 *4))))
+ (-5 *1 (-906 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-166 (-220)) (-166 (-220)))) (-5 *4 (-1073 (-220)))
+ (-5 *2 (-1240)) (-5 *1 (-251)))))
+(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460))))
+ ((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031))
+ (-14 *4 (-630 (-1155)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833)))
+ (-14 *4 (-630 (-1155))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-757)) (-5 *3 (-925 *4)) (-4 *1 (-1113 *4))
+ (-4 *4 (-1031))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-757)) (-5 *4 (-925 (-220))) (-5 *2 (-1243))
+ (-5 *1 (-1240)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-638 (-401 *2))) (-4 *2 (-1214 *4)) (-5 *1 (-796 *4 *2))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-639 *2 (-401 *2))) (-4 *2 (-1214 *4))
+ (-5 *1 (-796 *4 *2))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553))))))))
+(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240))))
+ ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1072 *3)) (-4 *3 (-930 *7 *6 *4)) (-4 *6 (-778))
- (-4 *4 (-832)) (-4 *7 (-544))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-552))))
- (-5 *1 (-581 *6 *4 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-778)) (-4 *4 (-832)) (-4 *6 (-544))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-552))))
- (-5 *1 (-581 *5 *4 *6 *3)) (-4 *3 (-930 *6 *5 *4))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-844))) ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1) (-5 *1 (-844)))
+ (-12 (-5 *5 (-1073 *3)) (-4 *3 (-931 *7 *6 *4)) (-4 *6 (-779))
+ (-4 *4 (-833)) (-4 *7 (-545))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-553))))
+ (-5 *1 (-582 *6 *4 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-779)) (-4 *4 (-833)) (-4 *6 (-545))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-553))))
+ (-5 *1 (-582 *5 *4 *6 *3)) (-4 *3 (-931 *6 *5 *4))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-845))) ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1) (-5 *1 (-845)))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-1146 *4 *2)) (-4 *2 (-13 (-424 *4) (-157) (-27) (-1176)))))
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-1147 *4 *2)) (-4 *2 (-13 (-424 *4) (-157) (-27) (-1177)))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1070 *2)) (-4 *2 (-13 (-424 *4) (-157) (-27) (-1176)))
- (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-1146 *4 *2))))
+ (-12 (-5 *3 (-1071 *2)) (-4 *2 (-13 (-424 *4) (-157) (-27) (-1177)))
+ (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-1147 *4 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-545) (-833) (-1020 (-553))))
+ (-5 *2 (-401 (-934 *5))) (-5 *1 (-1148 *5)) (-5 *3 (-934 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155)) (-4 *5 (-13 (-545) (-833) (-1020 (-553))))
+ (-5 *2 (-3 (-401 (-934 *5)) (-310 *5))) (-5 *1 (-1148 *5))
+ (-5 *3 (-401 (-934 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-544) (-832) (-1019 (-552))))
- (-5 *2 (-401 (-933 *5))) (-5 *1 (-1147 *5)) (-5 *3 (-933 *5))))
+ (-12 (-5 *4 (-1071 (-934 *5))) (-5 *3 (-934 *5))
+ (-4 *5 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-401 *3))
+ (-5 *1 (-1148 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154)) (-4 *5 (-13 (-544) (-832) (-1019 (-552))))
- (-5 *2 (-3 (-401 (-933 *5)) (-310 *5))) (-5 *1 (-1147 *5))
- (-5 *3 (-401 (-933 *5)))))
+ (-12 (-5 *4 (-1071 (-401 (-934 *5)))) (-5 *3 (-401 (-934 *5)))
+ (-4 *5 (-13 (-545) (-833) (-1020 (-553)))) (-5 *2 (-3 *3 (-310 *5)))
+ (-5 *1 (-1148 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1248)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-111)) (-5 *1 (-113))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-1155)) (-5 *2 (-111))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-113)) (-5 *2 (-111))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1155)) (-5 *2 (-111)) (-5 *1 (-599 *4)) (-4 *4 (-833))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-113)) (-5 *2 (-111)) (-5 *1 (-599 *4)) (-4 *4 (-833))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1070 (-933 *5))) (-5 *3 (-933 *5))
- (-4 *5 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-401 *3))
- (-5 *1 (-1147 *5))))
+ (-12 (-4 *5 (-1079)) (-5 *2 (-111)) (-5 *1 (-869 *5 *3 *4))
+ (-4 *3 (-868 *5)) (-4 *4 (-601 (-874 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1070 (-401 (-933 *5)))) (-5 *3 (-401 (-933 *5)))
- (-4 *5 (-13 (-544) (-832) (-1019 (-552)))) (-5 *2 (-3 *3 (-310 *5)))
- (-5 *1 (-1147 *5)))))
+ (-12 (-5 *3 (-630 *6)) (-4 *6 (-868 *5)) (-4 *5 (-1079))
+ (-5 *2 (-111)) (-5 *1 (-869 *5 *6 *4)) (-4 *4 (-601 (-874 *5))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-4 *6 (-1214 *9)) (-4 *7 (-779)) (-4 *8 (-833)) (-4 *9 (-301))
+ (-4 *10 (-931 *9 *7 *8))
+ (-5 *2
+ (-2 (|:| |deter| (-630 (-1151 *10)))
+ (|:| |dterm|
+ (-630 (-630 (-2 (|:| -1626 (-757)) (|:| |pcoef| *10)))))
+ (|:| |nfacts| (-630 *6)) (|:| |nlead| (-630 *10))))
+ (-5 *1 (-764 *6 *7 *8 *9 *10)) (-5 *3 (-1151 *10)) (-5 *4 (-630 *6))
+ (-5 *5 (-630 *10)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-673 (-933 *4))) (-5 *1 (-1009 *4))
- (-4 *4 (-1030)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1082)) (-5 *1 (-274)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 (-598 *5))) (-5 *3 (-1154)) (-4 *5 (-424 *4))
- (-4 *4 (-832)) (-5 *1 (-561 *4 *5)))))
-(((*1 *1 *1 *1) (-4 *1 (-537))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-431)))))
+ (-12 (-5 *3 (-1155))
+ (-5 *2
+ (-2 (|:| |zeros| (-1135 (-220))) (|:| |ones| (-1135 (-220)))
+ (|:| |singularities| (-1135 (-220)))))
+ (-5 *1 (-104)))))
(((*1 *2)
- (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-357) (-830))) (-5 *1 (-178 *3 *2))
- (-4 *2 (-1213 (-166 *3))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-544)) (-4 *4 (-832))
- (-5 *1 (-561 *4 *2)) (-4 *2 (-424 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154))
- (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-573 *3)) (-5 *1 (-420 *5 *3))
- (-4 *3 (-13 (-1176) (-29 *5))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777))
- (-5 *2 (-629 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078))
- (-5 *2 (-629 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1134 *3)) (-5 *1 (-583 *3)) (-4 *3 (-1030))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 *3)) (-5 *1 (-720 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-711))))
- ((*1 *2 *1) (-12 (-4 *1 (-834 *3)) (-4 *3 (-1030)) (-5 *2 (-629 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1228 *3)) (-4 *3 (-1030)) (-5 *2 (-1134 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-144))
- (-4 *3 (-301)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-958 *3 *4 *5 *6)))))
-(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-321 *3)) (-4 *3 (-1191))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-508 *3 *4)) (-4 *3 (-1191))
- (-14 *4 (-552)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-1068)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *3))
- (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169))
- (-4 *5 (-1213 *4)) (-5 *2 (-673 *4))))
+ (-12 (-4 *4 (-357)) (-5 *2 (-903)) (-5 *1 (-322 *3 *4))
+ (-4 *3 (-323 *4))))
((*1 *2)
- (-12 (-4 *4 (-169)) (-4 *5 (-1213 *4)) (-5 *2 (-673 *4))
- (-5 *1 (-402 *3 *4 *5)) (-4 *3 (-403 *4 *5))))
+ (-12 (-4 *4 (-357)) (-5 *2 (-819 (-903))) (-5 *1 (-322 *3 *4))
+ (-4 *3 (-323 *4))))
+ ((*1 *2) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-903))))
((*1 *2)
- (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3))
- (-5 *2 (-673 *3)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-902)) (-5 *2 (-461)) (-5 *1 (-1238)))))
+ (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-819 (-903))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-545)) (-5 *1 (-41 *3 *2))
+ (-4 *2
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $))
+ (-15 -4024 ((-1104 *3 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *3 (-599 $))))))))))
+(((*1 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1099)) (-5 *2 (-1243)) (-5 *1 (-817)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779)) (-5 *2 (-630 *3)) (-5 *1 (-906 *4 *5 *6 *3))
+ (-4 *3 (-931 *4 *6 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *5)) (-5 *4 (-1237 *5)) (-4 *5 (-357))
- (-5 *2 (-111)) (-5 *1 (-651 *5))))
+ (-12 (-5 *3 (-630 (-401 (-934 (-553)))))
+ (-5 *2 (-630 (-630 (-288 (-934 *4))))) (-5 *1 (-374 *4))
+ (-4 *4 (-13 (-831) (-357)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4369))))
- (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-5 *2 (-111))
- (-5 *1 (-652 *5 *6 *4 *3)) (-4 *3 (-671 *5 *6 *4)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-629 *1)) (-4 *1 (-901)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4368)) (-4 *1 (-482 *3)) (-4 *3 (-1191))
- (-4 *3 (-1078)) (-5 *2 (-111))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-886 *4)) (-4 *4 (-1078)) (-5 *2 (-111))
- (-5 *1 (-885 *4))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-902)) (-5 *2 (-111)) (-5 *1 (-1079 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-220)) (-5 *4 (-552))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))
- (-5 *2 (-1016)) (-5 *1 (-733)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-445)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-902)) (-5 *1 (-1079 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-373))))
- ((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-373)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1195)) (-4 *3 (-1213 *4))
- (-4 *5 (-1213 (-401 *3))) (-5 *2 (-111))))
+ (-12 (-5 *3 (-630 (-288 (-401 (-934 (-553))))))
+ (-5 *2 (-630 (-630 (-288 (-934 *4))))) (-5 *1 (-374 *4))
+ (-4 *4 (-13 (-831) (-357)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 (-934 (-553)))) (-5 *2 (-630 (-288 (-934 *4))))
+ (-5 *1 (-374 *4)) (-4 *4 (-13 (-831) (-357)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-288 (-401 (-934 (-553)))))
+ (-5 *2 (-630 (-288 (-934 *4)))) (-5 *1 (-374 *4))
+ (-4 *4 (-13 (-831) (-357)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1155))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-4 *4 (-13 (-29 *6) (-1177) (-941)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -3428 (-630 *4))))
+ (-5 *1 (-637 *6 *4 *3)) (-4 *3 (-641 *4))))
+ ((*1 *2 *3 *2 *4 *2 *5)
+ (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-630 *2))
+ (-4 *2 (-13 (-29 *6) (-1177) (-941)))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *1 (-637 *6 *2 *3)) (-4 *3 (-641 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 *5)) (-4 *5 (-357))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1238 *5) "failed"))
+ (|:| -3428 (-630 (-1238 *5)))))
+ (-5 *1 (-652 *5)) (-5 *4 (-1238 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-630 *5))) (-4 *5 (-357))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1238 *5) "failed"))
+ (|:| -3428 (-630 (-1238 *5)))))
+ (-5 *1 (-652 *5)) (-5 *4 (-1238 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 *5)) (-4 *5 (-357))
+ (-5 *2
+ (-630
+ (-2 (|:| |particular| (-3 (-1238 *5) "failed"))
+ (|:| -3428 (-630 (-1238 *5))))))
+ (-5 *1 (-652 *5)) (-5 *4 (-630 (-1238 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-630 *5))) (-4 *5 (-357))
+ (-5 *2
+ (-630
+ (-2 (|:| |particular| (-3 (-1238 *5) "failed"))
+ (|:| -3428 (-630 (-1238 *5))))))
+ (-5 *1 (-652 *5)) (-5 *4 (-630 (-1238 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4370))))
+ (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4370))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4))))
+ (-5 *1 (-653 *5 *6 *4 *3)) (-4 *3 (-672 *5 *6 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4370))))
+ (-4 *7 (-13 (-367 *5) (-10 -7 (-6 -4370))))
+ (-5 *2
+ (-630
+ (-2 (|:| |particular| (-3 *7 "failed")) (|:| -3428 (-630 *7)))))
+ (-5 *1 (-653 *5 *6 *7 *3)) (-5 *4 (-630 *7))
+ (-4 *3 (-672 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-630 (-1155))) (-4 *5 (-545))
+ (-5 *2 (-630 (-630 (-288 (-401 (-934 *5)))))) (-5 *1 (-756 *5))))
((*1 *2 *3)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1150 *1)) (-5 *4 (-1154)) (-4 *1 (-27))
- (-5 *2 (-629 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1150 *1)) (-4 *1 (-27)) (-5 *2 (-629 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-933 *1)) (-4 *1 (-27)) (-5 *2 (-629 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-629 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *2 (-629 *1)) (-4 *1 (-29 *3))))
+ (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-545))
+ (-5 *2 (-630 (-630 (-288 (-401 (-934 *4)))))) (-5 *1 (-756 *4))))
+ ((*1 *2 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-113)) (-5 *4 (-1155))
+ (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *1 (-758 *5 *2)) (-4 *2 (-13 (-29 *5) (-1177) (-941)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-310 (-220))) (-5 *4 (-629 (-1154)))
- (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-1134 (-220))) (-5 *1 (-294)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-933 *4)) (-4 *4 (-1030)) (-4 *4 (-600 *2))
- (-5 *2 (-373)) (-5 *1 (-770 *4))))
+ (|partial| -12 (-5 *3 (-674 *7)) (-5 *5 (-1155))
+ (-4 *7 (-13 (-29 *6) (-1177) (-941)))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2
+ (-2 (|:| |particular| (-1238 *7)) (|:| -3428 (-630 (-1238 *7)))))
+ (-5 *1 (-788 *6 *7)) (-5 *4 (-1238 *7))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-933 *5)) (-5 *4 (-902)) (-4 *5 (-1030))
- (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5))))
+ (|partial| -12 (-5 *3 (-674 *6)) (-5 *4 (-1155))
+ (-4 *6 (-13 (-29 *5) (-1177) (-941)))
+ (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2 (-630 (-1238 *6))) (-5 *1 (-788 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-630 (-288 *7))) (-5 *4 (-630 (-113)))
+ (-5 *5 (-1155)) (-4 *7 (-13 (-29 *6) (-1177) (-941)))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2
+ (-2 (|:| |particular| (-1238 *7)) (|:| -3428 (-630 (-1238 *7)))))
+ (-5 *1 (-788 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-630 *7)) (-5 *4 (-630 (-113)))
+ (-5 *5 (-1155)) (-4 *7 (-13 (-29 *6) (-1177) (-941)))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2
+ (-2 (|:| |particular| (-1238 *7)) (|:| -3428 (-630 (-1238 *7)))))
+ (-5 *1 (-788 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-288 *7)) (-5 *4 (-113)) (-5 *5 (-1155))
+ (-4 *7 (-13 (-29 *6) (-1177) (-941)))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2
+ (-3 (-2 (|:| |particular| *7) (|:| -3428 (-630 *7))) *7 "failed"))
+ (-5 *1 (-788 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-113)) (-5 *5 (-1155))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2
+ (-3 (-2 (|:| |particular| *3) (|:| -3428 (-630 *3))) *3 "failed"))
+ (-5 *1 (-788 *6 *3)) (-4 *3 (-13 (-29 *6) (-1177) (-941)))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-288 *2)) (-5 *4 (-113)) (-5 *5 (-630 *2))
+ (-4 *2 (-13 (-29 *6) (-1177) (-941))) (-5 *1 (-788 *6 *2))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))))
+ ((*1 *2 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-113)) (-5 *4 (-288 *2)) (-5 *5 (-630 *2))
+ (-4 *2 (-13 (-29 *6) (-1177) (-941)))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *1 (-788 *6 *2))))
+ ((*1 *2 *3) (-12 (-5 *3 (-794)) (-5 *2 (-1017)) (-5 *1 (-791))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-794)) (-5 *4 (-1043)) (-5 *2 (-1017)) (-5 *1 (-791))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1238 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-630 *4))
+ (-5 *2 (-1017)) (-5 *1 (-791))))
+ ((*1 *2 *3 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1238 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-630 *4))
+ (-5 *2 (-1017)) (-5 *1 (-791))))
+ ((*1 *2 *3 *4 *4 *5 *6 *4)
+ (-12 (-5 *3 (-1238 (-310 *4))) (-5 *5 (-630 (-373)))
+ (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1017)) (-5 *1 (-791))))
+ ((*1 *2 *3 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1238 (-310 (-373)))) (-5 *4 (-373)) (-5 *5 (-630 *4))
+ (-5 *2 (-1017)) (-5 *1 (-791))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
+ (-12 (-5 *3 (-1238 (-310 *4))) (-5 *5 (-630 (-373)))
+ (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1017)) (-5 *1 (-791))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
+ (-12 (-5 *3 (-1238 (-310 *4))) (-5 *5 (-630 (-373)))
+ (-5 *6 (-310 (-373))) (-5 *4 (-373)) (-5 *2 (-1017)) (-5 *1 (-791))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12
+ (-5 *5
+ (-1
+ (-3 (-2 (|:| |particular| *6) (|:| -3428 (-630 *6))) "failed")
+ *7 *6))
+ (-4 *6 (-357)) (-4 *7 (-641 *6))
+ (-5 *2 (-2 (|:| |particular| (-1238 *6)) (|:| -3428 (-674 *6))))
+ (-5 *1 (-799 *6 *7)) (-5 *3 (-674 *6)) (-5 *4 (-1238 *6))))
+ ((*1 *2 *3) (-12 (-5 *3 (-880)) (-5 *2 (-1017)) (-5 *1 (-879))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-880)) (-5 *4 (-1043)) (-5 *2 (-1017)) (-5 *1 (-879))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
+ (-12 (-5 *4 (-757)) (-5 *6 (-630 (-630 (-310 *3)))) (-5 *7 (-1137))
+ (-5 *8 (-220)) (-5 *5 (-630 (-310 (-373)))) (-5 *3 (-373))
+ (-5 *2 (-1017)) (-5 *1 (-879))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *4 (-757)) (-5 *6 (-630 (-630 (-310 *3)))) (-5 *7 (-1137))
+ (-5 *5 (-630 (-310 (-373)))) (-5 *3 (-373)) (-5 *2 (-1017))
+ (-5 *1 (-879))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-934 (-401 (-553)))) (-5 *2 (-630 (-373)))
+ (-5 *1 (-1005)) (-5 *4 (-373))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-934 (-553))) (-5 *2 (-630 (-373))) (-5 *1 (-1005))
+ (-5 *4 (-373))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544))
- (-4 *4 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *4))))
+ (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2 (-630 (-288 (-310 *4)))) (-5 *1 (-1110 *4))
+ (-5 *3 (-310 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2 (-630 (-288 (-310 *4)))) (-5 *1 (-1110 *4))
+ (-5 *3 (-288 (-310 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2 (-630 (-288 (-310 *5)))) (-5 *1 (-1110 *5))
+ (-5 *3 (-288 (-310 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2 (-630 (-288 (-310 *5)))) (-5 *1 (-1110 *5))
+ (-5 *3 (-310 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 (-1155)))
+ (-4 *5 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *2 (-630 (-630 (-288 (-310 *5))))) (-5 *1 (-1110 *5))
+ (-5 *3 (-630 (-288 (-310 *5))))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-902)) (-4 *5 (-544))
- (-4 *5 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-630 (-401 (-934 *5)))) (-5 *4 (-630 (-1155)))
+ (-4 *5 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *5))))))
+ (-5 *1 (-1161 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 (-1155))) (-4 *5 (-545))
+ (-5 *2 (-630 (-630 (-288 (-401 (-934 *5)))))) (-5 *1 (-1161 *5))
+ (-5 *3 (-630 (-288 (-401 (-934 *5)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-401 (-934 *4)))) (-4 *4 (-545))
+ (-5 *2 (-630 (-630 (-288 (-401 (-934 *4)))))) (-5 *1 (-1161 *4))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-310 *4)) (-4 *4 (-544)) (-4 *4 (-832))
- (-4 *4 (-600 *2)) (-5 *2 (-373)) (-5 *1 (-770 *4))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-630 (-630 (-288 (-401 (-934 *4))))))
+ (-5 *1 (-1161 *4)) (-5 *3 (-630 (-288 (-401 (-934 *4)))))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-310 *5)) (-5 *4 (-902)) (-4 *5 (-544))
- (-4 *5 (-832)) (-4 *5 (-600 *2)) (-5 *2 (-373))
- (-5 *1 (-770 *5)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
+ (-12 (-5 *4 (-1155)) (-4 *5 (-545))
+ (-5 *2 (-630 (-288 (-401 (-934 *5))))) (-5 *1 (-1161 *5))
+ (-5 *3 (-401 (-934 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155)) (-4 *5 (-545))
+ (-5 *2 (-630 (-288 (-401 (-934 *5))))) (-5 *1 (-1161 *5))
+ (-5 *3 (-288 (-401 (-934 *5))))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-1213 *4)) (-4 *4 (-1030))
- (-5 *2 (-1237 *4)))))
-(((*1 *1) (-5 *1 (-154)))
- ((*1 *2 *1) (-12 (-4 *1 (-1025 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157))))
- ((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1157)))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-630 (-288 (-401 (-934 *4)))))
+ (-5 *1 (-1161 *4)) (-5 *3 (-401 (-934 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-630 (-288 (-401 (-934 *4)))))
+ (-5 *1 (-1161 *4)) (-5 *3 (-288 (-401 (-934 *4)))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-445)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *2 (-630 *3)) (-5 *1 (-959 *4 *5 *6 *3))
+ (-4 *3 (-1045 *4 *5 *6)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))))
+(((*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-3 (-111) "failed")) (-4 *3 (-445)) (-4 *4 (-833))
+ (-4 *5 (-779)) (-5 *1 (-969 *3 *4 *5 *6)) (-4 *6 (-931 *3 *5 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-545) (-833)))
+ (-4 *2 (-13 (-424 (-166 *4)) (-984) (-1177)))
+ (-5 *1 (-587 *4 *3 *2)) (-4 *3 (-13 (-424 *4) (-984) (-1177))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-529)))))
(((*1 *1 *1 *1)
- (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *2 *3 *1)
- (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23))
- (-14 *4 *3)))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-659 *2)) (-4 *2 (-1030)) (-4 *2 (-1078)))))
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-545))))
+ ((*1 *1 *1) (|partial| -4 *1 (-708))))
+(((*1 *2 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
+(((*1 *2)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-674 (-401 *4))))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155))
+ (-14 *4 *2))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 *5)) (-4 *5 (-169)) (-5 *1 (-134 *3 *4 *5))
+ (-14 *3 (-553)) (-14 *4 (-757)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-674 *5))) (-4 *5 (-301)) (-4 *5 (-1031))
+ (-5 *2 (-1238 (-1238 *5))) (-5 *1 (-1011 *5)) (-5 *4 (-1238 *5)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *5 (-757)) (-4 *6 (-1079)) (-4 *7 (-882 *6))
+ (-5 *2 (-674 *7)) (-5 *1 (-677 *6 *7 *3 *4)) (-4 *3 (-367 *7))
+ (-4 *4 (-13 (-367 *6) (-10 -7 (-6 -4369)))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-13 (-831) (-357))) (-5 *2 (-111)) (-5 *1 (-1041 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1198 *3)))))
+(((*1 *1) (-5 *1 (-431))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1214 *3)) (-4 *3 (-1031)) (-5 *2 (-1151 *3)))))
(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1191))
+ (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1192))
(-4 *4 (-367 *2)) (-4 *5 (-367 *2))))
((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-282 *3 *2)) (-4 *3 (-1078))
- (-4 *2 (-1191)))))
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-282 *3 *2)) (-4 *3 (-1079))
+ (-4 *2 (-1192)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1078)) (-5 *1 (-945 *2 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-269)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-111)) (-5 *1 (-814)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-629 *7)) (-5 *5 (-629 (-629 *8))) (-4 *7 (-832))
- (-4 *8 (-301)) (-4 *6 (-778)) (-4 *9 (-930 *8 *6 *7))
- (-5 *2
- (-2 (|:| |unitPart| *9)
- (|:| |suPart|
- (-629 (-2 (|:| -3479 (-1150 *9)) (|:| -1406 (-552)))))))
- (-5 *1 (-727 *6 *7 *8 *9)) (-5 *3 (-1150 *9)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-666 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-32 *3 *4))
- (-4 *4 (-424 *3))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-756)) (-5 *1 (-113))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-113))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *4))
- (-4 *4 (-424 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-113)) (-5 *1 (-160))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *4))
- (-4 *4 (-13 (-424 *3) (-983)))))
- ((*1 *2 *2) (-12 (-5 *2 (-113)) (-5 *1 (-295 *3)) (-4 *3 (-296))))
- ((*1 *2 *2) (-12 (-4 *1 (-296)) (-5 *2 (-113))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-113)) (-4 *4 (-832)) (-5 *1 (-423 *3 *4))
- (-4 *3 (-424 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *4))
- (-4 *4 (-424 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-113)) (-5 *1 (-598 *3)) (-4 *3 (-832))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-113)) (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *4))
- (-4 *4 (-13 (-424 *3) (-983) (-1176)))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1000)))))
-(((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-397 *3)) (-4 *3 (-398))))
- ((*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-397 *3)) (-4 *3 (-398))))
- ((*1 *2 *2) (-12 (-5 *2 (-902)) (|has| *1 (-6 -4359)) (-4 *1 (-398))))
- ((*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-902))))
- ((*1 *2 *1) (-12 (-4 *1 (-850 *3)) (-5 *2 (-1134 (-552))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
+ (|partial| -12
+ (-4 *3 (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445)))
+ (-5 *2 (-826 *4)) (-5 *1 (-307 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1177) (-424 *3))) (-14 *5 (-1155))
+ (-14 *6 *4)))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-4 *3 (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445)))
+ (-5 *2 (-826 *4)) (-5 *1 (-1224 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1177) (-424 *3))) (-14 *5 (-1155))
+ (-14 *6 *4))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23))
+ (-14 *4 *3)))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-660 *2)) (-4 *2 (-1031)) (-4 *2 (-1079)))))
(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864))
- (-5 *3 (-629 (-552))))))
+ (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3))
+ (-4 *3 (-13 (-357) (-1177) (-984))))))
+(((*1 *2 *2 *3 *3)
+ (|partial| -12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-564 *4 *2))
+ (-4 *2 (-13 (-1177) (-941) (-1118) (-29 *4))))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-274)))))
+(((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 (-474 *3 *4))) (-14 *3 (-630 (-1155)))
+ (-4 *4 (-445)) (-5 *1 (-618 *3 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-807)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-1191))) (-5 *3 (-1191)) (-5 *1 (-666)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |abserr| (-220)) (|:| |relerr| (-220))))
+ (-5 *2 (-373)) (-5 *1 (-200)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4369)) (-4 *1 (-482 *3))
- (-4 *3 (-1191)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-438 *3)) (-4 *3 (-1030)))))
+ (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4370)) (-4 *1 (-482 *3))
+ (-4 *3 (-1192)))))
+(((*1 *1 *1) (-5 *1 (-1043))))
+(((*1 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-324)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 (-401 (-553)))) (-5 *2 (-630 *4)) (-5 *1 (-765 *4))
+ (-4 *4 (-13 (-357) (-831))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *1 *1 *1) (-4 *1 (-538))))
(((*1 *2 *2 *2)
- (-12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
- (-4 *4 (-367 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552))
- (-14 *4 (-756)) (-4 *5 (-169)))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-630 *7)) (-5 *3 (-111)) (-4 *7 (-1045 *4 *5 *6))
+ (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *1 (-959 *4 *5 *6 *7)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(((*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-128)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-833)) (-5 *1 (-1163 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-956)) (-5 *2 (-1073 (-220))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984)))
+ (-5 *1 (-173 *3)))))
+(((*1 *1)
+ (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757))
+ (-4 *4 (-169)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343))
- (-5 *2 (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098))))))
- (-5 *1 (-340 *4)))))
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-957 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-1044 *3 *4 *2)) (-4 *2 (-832))))
+ (-12 (-4 *2 (-1214 *3)) (-5 *1 (-393 *3 *2))
+ (-4 *3 (-13 (-357) (-144))))))
+(((*1 *1 *1 *1) (-4 *1 (-466))) ((*1 *1 *1 *1) (-4 *1 (-747))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3))
+ (-4 *3 (-13 (-357) (-1177) (-984))))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-733)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *1)) (-4 *1 (-1045 *4 *5 *6)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-111))))
((*1 *2 *1)
- (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1078)) (-5 *1 (-102 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-102 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1072 (-220))))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-357) (-144) (-1019 (-552))))
- (-4 *5 (-1213 *4))
- (-5 *2 (-2 (|:| -1411 (-401 *5)) (|:| |coeff| (-401 *5))))
- (-5 *1 (-556 *4 *5)) (-5 *3 (-401 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-544)) (-5 *1 (-609 *2 *3)) (-4 *3 (-1213 *2)))))
-(((*1 *2 *3 *4 *4 *5)
- (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-629 *3))
- (-4 *3 (-13 (-424 *6) (-27) (-1176)))
- (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-554 *6 *3 *7)) (-4 *7 (-1078)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-756))
- (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))))
-(((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-673 (-401 *4))))))
-(((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-673 (-401 *4))))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-1088)) (-5 *3 (-552)))))
-(((*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-127)))))
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1185 *4 *5 *6 *3)) (-4 *4 (-545)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1228 *4)) (-5 *1 (-1230 *4 *2))
- (-4 *4 (-38 (-401 (-552)))))))
-(((*1 *2 *1) (-12 (-4 *1 (-936)) (-5 *2 (-1072 (-220)))))
- ((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1072 (-220))))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-840))))
- ((*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-946))))
- ((*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-970))))
- ((*1 *2 *1) (-12 (-4 *1 (-991 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111))
+ (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-1028 *5 *6))) (-5 *1 (-1264 *5 *6 *7))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111))
+ (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-1028 *5 *6))) (-5 *1 (-1264 *5 *6 *7))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-934 *4)))
+ (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-1028 *4 *5))) (-5 *1 (-1264 *4 *5 *6))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))))
+(((*1 *2 *1) (-12 (-4 *1 (-937)) (-5 *2 (-1073 (-220)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-956)) (-5 *2 (-1073 (-220))))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-841))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-947))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-971))))
+ ((*1 *2 *1) (-12 (-4 *1 (-992 *2)) (-4 *2 (-1192))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1078) (-34))) (-5 *1 (-1118 *2 *3))
- (-4 *3 (-13 (-1078) (-34))))))
+ (-12 (-4 *2 (-13 (-1079) (-34))) (-5 *1 (-1119 *2 *3))
+ (-4 *3 (-13 (-1079) (-34))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 *5)) (-4 *5 (-1213 *3)) (-4 *3 (-301))
- (-5 *2 (-111)) (-5 *1 (-448 *3 *5)))))
+ (-12 (-5 *3 (-630 (-674 *5))) (-5 *4 (-1238 *5)) (-4 *5 (-301))
+ (-4 *5 (-1031)) (-5 *2 (-674 *5)) (-5 *1 (-1011 *5)))))
+(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
+ (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5))
+ (-5 *2 (-2 (|:| -2570 (-630 *6)) (|:| -3089 (-630 *6)))))))
(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1228 *3)))))
-(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-132)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-809)))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-807)))))
-(((*1 *2 *1) (-12 (-4 *1 (-658 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-4 *1 (-936)) (-5 *2 (-1072 (-220)))))
- ((*1 *2 *1) (-12 (-4 *1 (-955)) (-5 *2 (-1072 (-220))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-111)) (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257))))
- ((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460))))
- ((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))))
+ (-12 (-5 *2 (-111)) (-5 *1 (-1135 *3)) (-4 *3 (-1079))
+ (-4 *3 (-1192)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865))
+ (-5 *3 (-630 (-553)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865))
+ (-5 *3 (-630 (-553))))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-401 (-1151 (-310 *3)))) (-4 *3 (-13 (-545) (-833)))
+ (-5 *1 (-1109 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-757))))
+ ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-396)) (-5 *2 (-757)))))
(((*1 *2)
- (-12 (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-890))
- (-5 *1 (-450 *3 *4 *2 *5)) (-4 *5 (-930 *2 *3 *4))))
+ (-12 (-5 *2 (-940 (-1099))) (-5 *1 (-337 *3 *4)) (-14 *3 (-903))
+ (-14 *4 (-903))))
((*1 *2)
- (-12 (-4 *3 (-778)) (-4 *4 (-832)) (-4 *2 (-890))
- (-5 *1 (-887 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4))))
- ((*1 *2) (-12 (-4 *2 (-890)) (-5 *1 (-888 *2 *3)) (-4 *3 (-1213 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-187))))
+ (-12 (-5 *2 (-940 (-1099))) (-5 *1 (-338 *3 *4)) (-4 *3 (-343))
+ (-14 *4 (-1151 *3))))
+ ((*1 *2)
+ (-12 (-5 *2 (-940 (-1099))) (-5 *1 (-339 *3 *4)) (-4 *3 (-343))
+ (-14 *4 (-903)))))
+(((*1 *1) (-5 *1 (-138))) ((*1 *1 *1) (-5 *1 (-141)))
+ ((*1 *1 *1) (-4 *1 (-1123))))
+(((*1 *2 *1) (-12 (-4 *1 (-937)) (-5 *2 (-1073 (-220)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-956)) (-5 *2 (-1073 (-220))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-412 *4)) (-4 *4 (-545)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-271 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-601 (-874 *3))) (-4 *3 (-868 *3))
+ (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-601 (-874 *3))) (-4 *2 (-868 *3))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1214 (-553))) (-5 *1 (-479 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-694 *3)) (-5 *1 (-813 *2 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
+(((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-412 *3)) (-4 *3 (-545))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-294))))
+ (-12 (-5 *3 (-630 (-2 (|:| -3476 *4) (|:| -2672 (-553)))))
+ (-4 *4 (-1214 (-553))) (-5 *2 (-757)) (-5 *1 (-435 *4)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-1120 *2 *3)) (-4 *2 (-13 (-1079) (-34)))
+ (-4 *3 (-13 (-1079) (-34))))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-630 (-220)))) (-5 *1 (-908)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-299)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 *1)) (-4 *1 (-1112 *3)) (-4 *3 (-1030))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-5 *2 (-401 *1)) (-4 *1 (-1213 *3)) (-4 *3 (-1030))
- (-4 *3 (-544))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-544)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-373)) (-5 *1 (-1042)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-858 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-860 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-924 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 (-924 *3))) (-4 *3 (-1030)) (-4 *1 (-1112 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-924 *3))) (-4 *1 (-1112 *3)) (-4 *3 (-1030)))))
-(((*1 *1 *1) (-5 *1 (-1042))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-288 (-825 *3))) (-4 *3 (-13 (-27) (-1176) (-424 *5)))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-3 (-825 *3)
- (-2 (|:| |leftHandLimit| (-3 (-825 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-825 *3) "failed")))
- "failed"))
- (-5 *1 (-622 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-288 *3)) (-5 *5 (-1136))
- (-4 *3 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-825 *3)) (-5 *1 (-622 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-288 (-825 (-933 *5)))) (-4 *5 (-445))
- (-5 *2
- (-3 (-825 (-401 (-933 *5)))
- (-2 (|:| |leftHandLimit| (-3 (-825 (-401 (-933 *5))) "failed"))
- (|:| |rightHandLimit| (-3 (-825 (-401 (-933 *5))) "failed")))
- "failed"))
- (-5 *1 (-623 *5)) (-5 *3 (-401 (-933 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-288 (-401 (-933 *5)))) (-5 *3 (-401 (-933 *5)))
- (-4 *5 (-445))
- (-5 *2
- (-3 (-825 *3)
- (-2 (|:| |leftHandLimit| (-3 (-825 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-825 *3) "failed")))
- "failed"))
- (-5 *1 (-623 *5))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-288 (-401 (-933 *6)))) (-5 *5 (-1136))
- (-5 *3 (-401 (-933 *6))) (-4 *6 (-445)) (-5 *2 (-825 *3))
- (-5 *1 (-623 *6)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1117))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-498)) (-5 *3 (-1096)) (-5 *1 (-1093)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1184 *4 *5 *3 *6)) (-4 *4 (-544)) (-4 *5 (-778))
- (-4 *3 (-832)) (-4 *6 (-1044 *4 *5 *3)) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-111)))))
-(((*1 *2 *2) (-12 (-5 *2 (-629 (-673 (-310 (-552))))) (-5 *1 (-1012)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-317 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-129)))))
+ (|partial| -12 (-4 *4 (-779)) (-4 *5 (-1031)) (-4 *6 (-931 *5 *4 *2))
+ (-4 *2 (-833)) (-5 *1 (-932 *4 *2 *5 *6 *3))
+ (-4 *3
+ (-13 (-357)
+ (-10 -8 (-15 -3212 ($ *6)) (-15 -4013 (*6 $))
+ (-15 -4024 (*6 $)))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545))
+ (-5 *2 (-1155)) (-5 *1 (-1025 *4)))))
(((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-756)) (-5 *1 (-208 *4 *2)) (-14 *4 (-902))
- (-4 *2 (-1078)))))
+ (-12 (-5 *3 (-757)) (-5 *1 (-208 *4 *2)) (-14 *4 (-903))
+ (-4 *2 (-1079)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
(((*1 *2 *3)
- (-12 (-4 *4 (-832)) (-5 *2 (-1163 (-629 *4))) (-5 *1 (-1162 *4))
- (-5 *3 (-629 *4)))))
-(((*1 *2)
- (-12 (-5 *2 (-1237 (-1079 *3 *4))) (-5 *1 (-1079 *3 *4))
- (-14 *3 (-902)) (-14 *4 (-902)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
+ (-12 (-5 *3 (-630 *5)) (-4 *5 (-424 *4)) (-4 *4 (-13 (-833) (-545)))
+ (-5 *2 (-845)) (-5 *1 (-32 *4 *5)))))
+(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-741))))
+ ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-66 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 IMAGE)))) (-5 *8 (-382))
+ (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-741)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1238 (-757))) (-5 *1 (-660 *3)) (-4 *3 (-1079)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-908))
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779))
+ (-4 *7 (-833)) (-4 *8 (-1045 *5 *6 *7)) (-5 *2 (-630 *3))
+ (-5 *1 (-579 *5 *6 *7 *8 *3)) (-4 *3 (-1088 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144)))
(-5 *2
- (-2 (|:| |brans| (-629 (-629 (-924 (-220)))))
- (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))))
- (-5 *1 (-150))))
+ (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5))))))
+ (-5 *1 (-1057 *5 *6)) (-5 *3 (-630 (-934 *5)))
+ (-14 *6 (-630 (-1155)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-301) (-144)))
+ (-5 *2
+ (-630 (-2 (|:| -4072 (-1151 *4)) (|:| -3693 (-630 (-934 *4))))))
+ (-5 *1 (-1057 *4 *5)) (-5 *3 (-630 (-934 *4)))
+ (-14 *5 (-630 (-1155)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-908)) (-5 *4 (-401 (-552)))
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144)))
(-5 *2
- (-2 (|:| |brans| (-629 (-629 (-924 (-220)))))
- (|:| |xValues| (-1072 (-220))) (|:| |yValues| (-1072 (-220)))))
- (-5 *1 (-150)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-357))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-496 *3 *4 *5 *6)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-924 *4)) (-4 *4 (-1030)) (-5 *1 (-1142 *3 *4))
- (-14 *3 (-902)))))
+ (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5))))))
+ (-5 *1 (-1057 *5 *6)) (-5 *3 (-630 (-934 *5)))
+ (-14 *6 (-630 (-1155))))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-630
+ (-2 (|:| -2129 (-757))
+ (|:| |eqns|
+ (-630
+ (-2 (|:| |det| *7) (|:| |rows| (-630 (-553)))
+ (|:| |cols| (-630 (-553))))))
+ (|:| |fgb| (-630 *7)))))
+ (-4 *7 (-931 *4 *6 *5)) (-4 *4 (-13 (-301) (-144)))
+ (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-757))
+ (-5 *1 (-906 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-811)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-757)) (-4 *4 (-545)) (-5 *1 (-951 *4 *2))
+ (-4 *2 (-1214 *4)))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *4 (-367 *2))
- (-4 *5 (-367 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *4 (-367 *2))
+ (-4 *5 (-367 *2)) (-4 *2 (-1192))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-4 *2 (-1078)) (-5 *1 (-208 *4 *2))
- (-14 *4 (-902))))
+ (-12 (-5 *3 (-757)) (-4 *2 (-1079)) (-5 *1 (-208 *4 *2))
+ (-14 *4 (-903))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-282 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1191))))
+ (-12 (-4 *1 (-282 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1192))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *2 *6 *7))
- (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1070 (-825 *3))) (-4 *3 (-13 (-1176) (-940) (-29 *5)))
- (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-3 (|:| |f1| (-825 *3)) (|:| |f2| (-629 (-825 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-214 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1070 (-825 *3))) (-5 *5 (-1136))
- (-4 *3 (-13 (-1176) (-940) (-29 *6)))
- (-4 *6 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-3 (|:| |f1| (-825 *3)) (|:| |f2| (-629 (-825 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-214 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1070 (-825 (-310 *5))))
- (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-3 (|:| |f1| (-825 (-310 *5))) (|:| |f2| (-629 (-825 (-310 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-215 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-401 (-933 *6))) (-5 *4 (-1070 (-825 (-310 *6))))
- (-5 *5 (-1136))
- (-4 *6 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-3 (|:| |f1| (-825 (-310 *6))) (|:| |f2| (-629 (-825 (-310 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-215 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1070 (-825 (-401 (-933 *5))))) (-5 *3 (-401 (-933 *5)))
- (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-3 (|:| |f1| (-825 (-310 *5))) (|:| |f2| (-629 (-825 (-310 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-215 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1070 (-825 (-401 (-933 *6))))) (-5 *5 (-1136))
- (-5 *3 (-401 (-933 *6)))
- (-4 *6 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-3 (|:| |f1| (-825 (-310 *6))) (|:| |f2| (-629 (-825 (-310 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-215 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154))
- (-4 *5 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-3 *3 (-629 *3))) (-5 *1 (-422 *5 *3))
- (-4 *3 (-13 (-1176) (-940) (-29 *5)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-467 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3)))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1072 (-825 (-373))))
- (-5 *5 (-373)) (-5 *6 (-1042)) (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3) (-12 (-5 *3 (-754)) (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1072 (-825 (-373))))
- (-5 *5 (-373)) (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1072 (-825 (-373))))
- (-5 *5 (-373)) (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1072 (-825 (-373))))
- (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-1072 (-825 (-373)))))
- (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-1072 (-825 (-373)))))
- (-5 *5 (-373)) (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-1072 (-825 (-373)))))
- (-5 *5 (-373)) (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-1072 (-825 (-373)))))
- (-5 *5 (-373)) (-5 *6 (-1042)) (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-310 (-373))) (-5 *4 (-1070 (-825 (-373))))
- (-5 *5 (-1136)) (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-310 (-373))) (-5 *4 (-1070 (-825 (-373))))
- (-5 *5 (-1154)) (-5 *2 (-1016)) (-5 *1 (-553))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-552)))) (-4 *5 (-1213 *4))
- (-5 *2 (-573 (-401 *5))) (-5 *1 (-556 *4 *5)) (-5 *3 (-401 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154)) (-4 *5 (-144))
- (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552))))
- (-5 *2 (-3 (-310 *5) (-629 (-310 *5)))) (-5 *1 (-576 *5))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-725 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-832))
- (-4 *3 (-38 (-401 (-552))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1154)) (-5 *1 (-933 *3)) (-4 *3 (-38 (-401 (-552))))
- (-4 *3 (-1030))))
- ((*1 *1 *1 *2 *3)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-4 *2 (-832))
- (-5 *1 (-1104 *3 *2 *4)) (-4 *4 (-930 *3 (-523 *2) *2))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030))
- (-5 *1 (-1138 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1145 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1151 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1152 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3)))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *1 (-1185 *3)) (-4 *3 (-38 (-401 (-552))))
- (-4 *3 (-1030))))
- ((*1 *1 *1 *2)
- (-4029
- (-12 (-5 *2 (-1154)) (-4 *1 (-1197 *3)) (-4 *3 (-1030))
- (-12 (-4 *3 (-29 (-552))) (-4 *3 (-940)) (-4 *3 (-1176))
- (-4 *3 (-38 (-401 (-552))))))
- (-12 (-5 *2 (-1154)) (-4 *1 (-1197 *3)) (-4 *3 (-1030))
- (-12 (|has| *3 (-15 -3611 ((-629 *2) *3)))
- (|has| *3 (-15 -2889 (*3 *3 *2))) (-4 *3 (-38 (-401 (-552))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1197 *2)) (-4 *2 (-1030)) (-4 *2 (-38 (-401 (-552))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1201 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-38 (-401 (-552))))))
- ((*1 *1 *1 *2)
- (-4029
- (-12 (-5 *2 (-1154)) (-4 *1 (-1218 *3)) (-4 *3 (-1030))
- (-12 (-4 *3 (-29 (-552))) (-4 *3 (-940)) (-4 *3 (-1176))
- (-4 *3 (-38 (-401 (-552))))))
- (-12 (-5 *2 (-1154)) (-4 *1 (-1218 *3)) (-4 *3 (-1030))
- (-12 (|has| *3 (-15 -3611 ((-629 *2) *3)))
- (|has| *3 (-15 -2889 (*3 *3 *2))) (-4 *3 (-38 (-401 (-552))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1218 *2)) (-4 *2 (-1030)) (-4 *2 (-38 (-401 (-552))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1222 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-4029
- (-12 (-5 *2 (-1154)) (-4 *1 (-1228 *3)) (-4 *3 (-1030))
- (-12 (-4 *3 (-29 (-552))) (-4 *3 (-940)) (-4 *3 (-1176))
- (-4 *3 (-38 (-401 (-552))))))
- (-12 (-5 *2 (-1154)) (-4 *1 (-1228 *3)) (-4 *3 (-1030))
- (-12 (|has| *3 (-15 -3611 ((-629 *2) *3)))
- (|has| *3 (-15 -2889 (*3 *3 *2))) (-4 *3 (-38 (-401 (-552))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1228 *2)) (-4 *2 (-1030)) (-4 *2 (-38 (-401 (-552))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1233 *4)) (-14 *4 (-1154)) (-5 *1 (-1229 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)) (-14 *5 *3))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))
- (-5 *2 (-401 (-552))) (-5 *1 (-1001 *4)) (-4 *4 (-1213 (-552))))))
+ (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *2 *6 *7))
+ (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1030)) (-4 *5 (-1213 *4)) (-5 *2 (-1 *6 (-629 *6)))
- (-5 *1 (-1231 *4 *5 *3 *6)) (-4 *3 (-640 *5)) (-4 *6 (-1228 *4)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191)))))
+ (-12 (-5 *3 (-674 (-401 (-934 (-553)))))
+ (-5 *2 (-630 (-674 (-310 (-553))))) (-5 *1 (-1013)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-738)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4368)) (-4 *1 (-482 *3)) (-4 *3 (-1191))
- (-4 *3 (-1078)) (-5 *2 (-756))))
+ (-12 (|has| *1 (-6 -4369)) (-4 *1 (-482 *3)) (-4 *3 (-1192))
+ (-4 *3 (-1079)) (-5 *2 (-757))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4368)) (-4 *1 (-482 *4))
- (-4 *4 (-1191)) (-5 *2 (-756)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-357) (-830)))
- (-5 *2 (-629 (-2 (|:| -3772 (-629 *3)) (|:| -1825 *5))))
- (-5 *1 (-178 *5 *3)) (-4 *3 (-1213 (-166 *5)))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-357) (-830)))
- (-5 *2 (-629 (-2 (|:| -3772 (-629 *3)) (|:| -1825 *4))))
- (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-1158)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-239 *2)) (-4 *2 (-1191)))))
-(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176)))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357))))
- ((*1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357))))
- ((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-373)) (-5 *2 (-1242)) (-5 *1 (-1238)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
- (-5 *2
- (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552))
- (|:| |success| (-111))))
- (-5 *1 (-774)) (-5 *5 (-552)))))
+ (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4369)) (-4 *1 (-482 *4))
+ (-4 *4 (-1192)) (-5 *2 (-757)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-544) (-144))) (-5 *1 (-529 *3 *2))
- (-4 *2 (-1228 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-4 *4 (-1213 *3))
- (-4 *5 (-709 *3 *4)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-1228 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-5 *1 (-534 *3 *2))
- (-4 *2 (-1228 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-13 (-544) (-144)))
- (-5 *1 (-1130 *3)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-424 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3))
- (-4 *3 (-1078))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-629 *1)) (-4 *1 (-930 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1030))
- (-4 *7 (-930 *6 *4 *5)) (-5 *2 (-629 *3))
- (-5 *1 (-931 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-357)
- (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $))
- (-15 -4026 (*7 $))))))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-445))
+ (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-959 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 *7)) (-5 *3 (-111)) (-4 *7 (-1045 *4 *5 *6))
+ (-4 *4 (-445)) (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *1 (-959 *4 *5 *6 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-831)) (-5 *1 (-297 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-1158)) (-5 *3 (-1155)))))
+(((*1 *1) (-5 *1 (-1061))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552)))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-580 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-4 *1 (-1078)) (-5 *2 (-1098)))))
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *5 *6)) (-4 *6 (-601 (-1155)))
+ (-4 *4 (-357)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *2 (-1144 (-630 (-934 *4)) (-630 (-288 (-934 *4)))))
+ (-5 *1 (-497 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-111))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343)) (-5 *2 (-111))
+ (-5 *1 (-351 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357))
+ (-4 *7 (-1214 (-401 *6)))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| -1560 *3)))
+ (-5 *1 (-551 *5 *6 *7 *3)) (-4 *3 (-336 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357))
+ (-5 *2
+ (-2 (|:| |answer| (-401 *6)) (|:| -1560 (-401 *6))
+ (|:| |specpart| (-401 *6)) (|:| |polypart| *6)))
+ (-5 *1 (-552 *5 *6)) (-5 *3 (-401 *6)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-529))) (-5 *1 (-529)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-581 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1079)) (-5 *2 (-1099)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1150 (-552))) (-5 *2 (-552)) (-5 *1 (-923)))))
+ (-12
+ (-5 *3
+ (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4)
+ (-242 *4 (-401 (-553)))))
+ (-14 *4 (-630 (-1155))) (-14 *5 (-757)) (-5 *2 (-111))
+ (-5 *1 (-498 *4 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-38 (-401 (-552))))
- (-5 *2 (-2 (|:| -2455 (-1134 *4)) (|:| -2467 (-1134 *4))))
- (-5 *1 (-1140 *4)) (-5 *3 (-1134 *4)))))
+ (-12 (-5 *2 (-412 (-1151 *1))) (-5 *1 (-310 *4)) (-5 *3 (-1151 *1))
+ (-4 *4 (-445)) (-4 *4 (-545)) (-4 *4 (-833))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-891)) (-5 *2 (-412 (-1151 *1))) (-5 *3 (-1151 *1)))))
(((*1 *1 *2 *3)
- (-12 (-5 *1 (-854 *2 *3)) (-4 *2 (-1191)) (-4 *3 (-1191)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-528))) (-5 *1 (-528)))))
-(((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-52)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-805)) (-14 *5 (-1154))
- (-5 *2 (-552)) (-5 *1 (-1092 *4 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-430)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-805)) (-14 *5 (-1154))
- (-5 *2 (-629 *4)) (-5 *1 (-1092 *4 *5)))))
+ (-12 (-5 *1 (-855 *2 *3)) (-4 *2 (-1192)) (-4 *3 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-1192)) (-5 *1 (-179 *3 *2))
+ (-4 *2 (-659 *3)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-155 *4 *2))
- (-4 *2 (-424 *4))))
+ (|partial| -12 (-5 *2 (-630 (-1151 *7))) (-5 *3 (-1151 *7))
+ (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-891)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-5 *1 (-888 *4 *5 *6 *7))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1070 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-832) (-544)))
- (-5 *1 (-155 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1070 *1)) (-4 *1 (-157))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1154)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1154))) (-4 *4 (-13 (-301) (-144)))
- (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778))
- (-5 *2 (-629 (-401 (-933 *4)))) (-5 *1 (-905 *4 *5 *6 *7))
- (-4 *7 (-930 *4 *6 *5)))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220))
- (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220))
- (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))
- (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-630 (-1151 *5))) (-5 *3 (-1151 *5))
+ (-4 *5 (-1214 *4)) (-4 *4 (-891)) (-5 *1 (-889 *4 *5)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *3 (-553)) (-5 *2 (-111)) (-5 *1 (-473)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5)))
+ (-5 *2 (-757)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-757)))))
+(((*1 *2 *2 *3)
(-12
(-5 *2
- (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220))
- (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220))
- (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))
- (-5 *1 (-257))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239))))
- ((*1 *2 *1 *3 *3 *4 *4 *4)
- (-12 (-5 *3 (-552)) (-5 *4 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239))))
- ((*1 *2 *1 *3)
- (-12
- (-5 *3
- (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220))
- (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220))
- (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))
- (-5 *2 (-1242)) (-5 *1 (-1239))))
- ((*1 *2 *1)
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *4))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *4)))))))
+ (-5 *3 (-630 *7)) (-4 *4 (-13 (-301) (-144)))
+ (-4 *7 (-931 *4 *6 *5)) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779)) (-5 *1 (-906 *4 *5 *6 *7)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-396)) (-5 *2 (-757))))
+ ((*1 *1 *1) (-4 *1 (-396))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *1)
(-12
(-5 *2
- (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -2881 (-220))
- (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220))
- (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))
- (-5 *1 (-1239))))
- ((*1 *2 *1 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *2)
- (-12 (-4 *2 (-169)) (-4 *2 (-1030)) (-5 *1 (-699 *2 *3))
- (-4 *3 (-632 *2))))
- ((*1 *2 *2) (-12 (-5 *1 (-819 *2)) (-4 *2 (-169)) (-4 *2 (-1030)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
+ (-630
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
+ (|:| |xpnt| (-553)))))
+ (-5 *1 (-412 *3)) (-4 *3 (-545))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-757)) (-4 *3 (-343)) (-4 *5 (-1214 *3))
+ (-5 *2 (-630 (-1151 *3))) (-5 *1 (-491 *3 *5 *6))
+ (-4 *6 (-1214 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
- (-4 *4 (-13 (-832) (-544))))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
+ (-12 (-5 *3 (-903)) (-5 *2 (-1238 (-1238 (-553)))) (-5 *1 (-459)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-823)) (-5 *4 (-1042)) (-5 *2 (-1016)) (-5 *1 (-822))))
- ((*1 *2 *3) (-12 (-5 *3 (-823)) (-5 *2 (-1016)) (-5 *1 (-822))))
+ (-12 (-5 *3 (-824)) (-5 *4 (-1043)) (-5 *2 (-1017)) (-5 *1 (-823))))
+ ((*1 *2 *3) (-12 (-5 *3 (-824)) (-5 *2 (-1017)) (-5 *1 (-823))))
((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-629 (-373))) (-5 *5 (-629 (-825 (-373))))
- (-5 *6 (-629 (-310 (-373)))) (-5 *3 (-310 (-373))) (-5 *2 (-1016))
- (-5 *1 (-822))))
+ (-12 (-5 *4 (-630 (-373))) (-5 *5 (-630 (-826 (-373))))
+ (-5 *6 (-630 (-310 (-373)))) (-5 *3 (-310 (-373))) (-5 *2 (-1017))
+ (-5 *1 (-823))))
((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-373)))
- (-5 *5 (-629 (-825 (-373)))) (-5 *2 (-1016)) (-5 *1 (-822))))
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-373)))
+ (-5 *5 (-630 (-826 (-373)))) (-5 *2 (-1017)) (-5 *1 (-823))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-310 (-373))) (-5 *4 (-629 (-373))) (-5 *2 (-1016))
- (-5 *1 (-822))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-310 (-373)))) (-5 *4 (-629 (-373)))
- (-5 *2 (-1016)) (-5 *1 (-822)))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-873 *4)) (-4 *4 (-1078)) (-5 *2 (-111))
- (-5 *1 (-870 *4 *5)) (-4 *5 (-1078))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-873 *5)) (-4 *5 (-1078)) (-5 *2 (-111))
- (-5 *1 (-871 *5 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-373))) (-5 *2 (-1017))
+ (-5 *1 (-823))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *6)) (-5 *4 (-873 *5)) (-4 *5 (-1078))
- (-4 *6 (-1191)) (-5 *2 (-111)) (-5 *1 (-871 *5 *6)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-420 *4 *2)) (-4 *2 (-13 (-1176) (-29 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154)) (-4 *5 (-144))
- (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552))))
- (-5 *2 (-310 *5)) (-5 *1 (-576 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-806)))))
+ (-12 (-5 *3 (-630 (-310 (-373)))) (-5 *4 (-630 (-373)))
+ (-5 *2 (-1017)) (-5 *1 (-823)))))
+(((*1 *2 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN)))) (-5 *2 (-1017))
+ (-5 *1 (-732)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777))
- (-5 *2 (-756))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078))
- (-5 *2 (-756))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-720 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-711)))))
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-925 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-925 *3))) (-4 *3 (-1031)) (-4 *1 (-1113 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-925 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1238 *3)) (-4 *3 (-1214 *4)) (-4 *4 (-1196))
+ (-4 *1 (-336 *4 *3 *5)) (-4 *5 (-1214 (-401 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-674 (-401 (-934 *4)))) (-4 *4 (-445))
+ (-5 *2 (-630 (-3 (-401 (-934 *4)) (-1144 (-1155) (-934 *4)))))
+ (-5 *1 (-286 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1205 (-553))) (-4 *1 (-276 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-276 *3)) (-4 *3 (-1192)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030))
- (-14 *4 (-629 (-1154)))))
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031))
+ (-14 *4 (-630 (-1155)))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *1 *1) (-4 *1 (-278)))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
((*1 *1 *2)
- (-12 (-5 *2 (-648 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-5 *1 (-613 *3 *4 *5))
- (-14 *5 (-902))))
+ (-12 (-5 *2 (-649 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-5 *1 (-614 *3 *4 *5))
+ (-14 *5 (-903))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
(-5 *1 (-1140 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-13 (-1030) (-702 (-401 (-552)))))
- (-4 *5 (-832)) (-5 *1 (-1253 *4 *5 *2)) (-4 *2 (-1258 *5 *4))))
+ (-12 (-5 *3 (-757)) (-4 *4 (-13 (-1031) (-703 (-401 (-553)))))
+ (-4 *5 (-833)) (-5 *1 (-1254 *4 *5 *2)) (-4 *2 (-1259 *5 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-1257 *3 *4))
- (-4 *4 (-702 (-401 (-552)))) (-4 *3 (-832)) (-4 *4 (-169)))))
+ (-12 (-5 *2 (-757)) (-5 *1 (-1258 *3 *4))
+ (-4 *4 (-703 (-401 (-553)))) (-4 *3 (-833)) (-4 *4 (-169)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1043)) (-5 *3 (-1137)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1178 *2)) (-4 *2 (-1079)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-357) (-144) (-1019 (-552)))) (-4 *5 (-1213 *4))
- (-5 *2 (-2 (|:| |ans| (-401 *5)) (|:| |nosol| (-111))))
- (-5 *1 (-996 *4 *5)) (-5 *3 (-401 *5)))))
-(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
- (|partial| -12 (-5 *5 (-1154))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-629 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -1411 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1176) (-27) (-424 *8)))
- (-4 *8 (-13 (-445) (-832) (-144) (-1019 *3) (-625 *3)))
- (-5 *3 (-552)) (-5 *2 (-629 *4)) (-5 *1 (-995 *8 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-886 *3))) (-5 *1 (-885 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))))
-(((*1 *2 *2) (-12 (-5 *2 (-310 (-220))) (-5 *1 (-261)))))
-(((*1 *2) (-12 (-5 *2 (-629 (-756))) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-629 (-756))) (-5 *1 (-1240)))))
-(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-111))
- (-5 *2 (-1016)) (-5 *1 (-738)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1195)) (-4 *3 (-1213 *4))
- (-4 *5 (-1213 (-401 *3))) (-5 *2 (-111))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
+ (-12 (-5 *3 (-630 (-2 (|:| -3476 (-1151 *6)) (|:| -3503 (-553)))))
+ (-4 *6 (-301)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111))
+ (-5 *1 (-728 *4 *5 *6 *7)) (-4 *7 (-931 *6 *4 *5))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1113 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-553)) (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1031))
+ (-5 *1 (-315 *4 *5 *2 *6)) (-4 *6 (-931 *2 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-1151 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-144)) (-4 *2 (-301)) (-4 *2 (-445)) (-4 *3 (-833))
+ (-4 *4 (-779)) (-5 *1 (-969 *2 *3 *4 *5)) (-4 *5 (-931 *2 *4 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-48)) (-5 *2 (-310 (-553))) (-5 *1 (-1098))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *1 *1 *1) (-4 *1 (-746))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 *1)) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5))
- (-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5))
- (-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1237 *3)) (-4 *3 (-1030)) (-5 *1 (-673 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 *4)) (-4 *4 (-1030)) (-4 *1 (-1101 *3 *4 *5 *6))
- (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *3 *4)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-200))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 (-373))) (-5 *2 (-373)) (-5 *1 (-200)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-732)))))
-(((*1 *1 *2) (-12 (-5 *2 (-902)) (-4 *1 (-362))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-657 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-662 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-805 *3)) (-4 *3 (-833)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-896 *3)) (-4 *3 (-301)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *3))))
+ (-5 *1 (-583 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-630 *6)) (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5))
+ (-4 *3 (-545)))))
+(((*1 *1 *2) (-12 (-5 *2 (-903)) (-4 *1 (-362))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1237 *4)) (-5 *1 (-520 *4))
+ (-12 (-5 *3 (-903)) (-5 *2 (-1238 *4)) (-5 *1 (-521 *4))
(-4 *4 (-343))))
((*1 *2 *1)
- (-12 (-4 *2 (-832)) (-5 *1 (-698 *2 *3 *4)) (-4 *3 (-1078))
+ (-12 (-4 *2 (-833)) (-5 *1 (-699 *2 *3 *4)) (-4 *3 (-1079))
(-14 *4
- (-1 (-111) (-2 (|:| -2840 *2) (|:| -1406 *3))
- (-2 (|:| -2840 *2) (|:| -1406 *3)))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-357)) (-4 *3 (-1030))
- (-5 *1 (-1138 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-933 (-552))) (-5 *2 (-324))
- (-5 *1 (-326)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *2 (-1044 *4 *5 *6)) (-5 *1 (-761 *4 *5 *6 *2 *3))
- (-4 *3 (-1050 *4 *5 *6 *2)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1150 *3)) (-4 *3 (-362)) (-4 *1 (-323 *3))
- (-4 *3 (-357)))))
+ (-1 (-111) (-2 (|:| -2839 *2) (|:| -3503 *3))
+ (-2 (|:| -2839 *2) (|:| -3503 *3)))))))
+(((*1 *2 *3 *4 *5 *3 *6 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-166 (-220))) (-5 *6 (-1137))
+ (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *1 *1) (-4 *1 (-616)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984) (-1177))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3))
- (-4 *3 (-13 (-357) (-1176) (-983))))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-428))
- (-5 *2
- (-629
- (-3 (|:| -4290 (-1154))
- (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552)))))))))
- (-5 *1 (-1158)))))
-(((*1 *1 *1) (-5 *1 (-1042))))
-(((*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1191))))
+ (-12 (-4 *4 (-833)) (-5 *2 (-630 (-630 *4))) (-5 *1 (-1163 *4))
+ (-5 *3 (-630 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-855 (-948 *3) (-948 *3))) (-5 *1 (-948 *3))
+ (-4 *3 (-949)))))
+(((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-111)) (-5 *1 (-874 *4))
+ (-4 *4 (-1079)))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-630 *1)) (-4 *1 (-301)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))))
+(((*1 *2 *3) (-12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1192))))
((*1 *1 *2)
- (-12 (-5 *2 (-933 (-373))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (-12 (-5 *2 (-934 (-373))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (-12 (-5 *2 (-401 (-933 (-373)))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (-12 (-5 *2 (-401 (-934 (-373)))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
(-12 (-5 *2 (-310 (-373))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (-12 (-5 *2 (-933 (-552))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (-12 (-5 *2 (-934 (-553))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (-12 (-5 *2 (-401 (-933 (-552)))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (-12 (-5 *2 (-401 (-934 (-553)))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (-12 (-5 *2 (-310 (-552))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (-12 (-5 *2 (-310 (-553))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (-12 (-5 *2 (-1154)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 *2))
- (-14 *4 (-629 *2)) (-4 *5 (-381))))
+ (-12 (-5 *2 (-1155)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 *2))
+ (-14 *4 (-630 *2)) (-4 *5 (-381))))
((*1 *1 *2)
(-12 (-5 *2 (-310 *5)) (-4 *5 (-381)) (-5 *1 (-333 *3 *4 *5))
- (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-1154)))))
- ((*1 *1 *2) (-12 (-5 *2 (-673 (-401 (-933 (-552))))) (-4 *1 (-378))))
- ((*1 *1 *2) (-12 (-5 *2 (-673 (-401 (-933 (-373))))) (-4 *1 (-378))))
- ((*1 *1 *2) (-12 (-5 *2 (-673 (-933 (-552)))) (-4 *1 (-378))))
- ((*1 *1 *2) (-12 (-5 *2 (-673 (-933 (-373)))) (-4 *1 (-378))))
- ((*1 *1 *2) (-12 (-5 *2 (-673 (-310 (-552)))) (-4 *1 (-378))))
- ((*1 *1 *2) (-12 (-5 *2 (-673 (-310 (-373)))) (-4 *1 (-378))))
- ((*1 *1 *2) (-12 (-5 *2 (-401 (-933 (-552)))) (-4 *1 (-390))))
- ((*1 *1 *2) (-12 (-5 *2 (-401 (-933 (-373)))) (-4 *1 (-390))))
- ((*1 *1 *2) (-12 (-5 *2 (-933 (-552))) (-4 *1 (-390))))
- ((*1 *1 *2) (-12 (-5 *2 (-933 (-373))) (-4 *1 (-390))))
- ((*1 *1 *2) (-12 (-5 *2 (-310 (-552))) (-4 *1 (-390))))
+ (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-1155)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-674 (-401 (-934 (-553))))) (-4 *1 (-378))))
+ ((*1 *1 *2) (-12 (-5 *2 (-674 (-401 (-934 (-373))))) (-4 *1 (-378))))
+ ((*1 *1 *2) (-12 (-5 *2 (-674 (-934 (-553)))) (-4 *1 (-378))))
+ ((*1 *1 *2) (-12 (-5 *2 (-674 (-934 (-373)))) (-4 *1 (-378))))
+ ((*1 *1 *2) (-12 (-5 *2 (-674 (-310 (-553)))) (-4 *1 (-378))))
+ ((*1 *1 *2) (-12 (-5 *2 (-674 (-310 (-373)))) (-4 *1 (-378))))
+ ((*1 *1 *2) (-12 (-5 *2 (-401 (-934 (-553)))) (-4 *1 (-390))))
+ ((*1 *1 *2) (-12 (-5 *2 (-401 (-934 (-373)))) (-4 *1 (-390))))
+ ((*1 *1 *2) (-12 (-5 *2 (-934 (-553))) (-4 *1 (-390))))
+ ((*1 *1 *2) (-12 (-5 *2 (-934 (-373))) (-4 *1 (-390))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310 (-553))) (-4 *1 (-390))))
((*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-4 *1 (-390))))
- ((*1 *1 *2) (-12 (-5 *2 (-1237 (-401 (-933 (-552))))) (-4 *1 (-434))))
- ((*1 *1 *2) (-12 (-5 *2 (-1237 (-401 (-933 (-373))))) (-4 *1 (-434))))
- ((*1 *1 *2) (-12 (-5 *2 (-1237 (-933 (-552)))) (-4 *1 (-434))))
- ((*1 *1 *2) (-12 (-5 *2 (-1237 (-933 (-373)))) (-4 *1 (-434))))
- ((*1 *1 *2) (-12 (-5 *2 (-1237 (-310 (-552)))) (-4 *1 (-434))))
- ((*1 *1 *2) (-12 (-5 *2 (-1237 (-310 (-373)))) (-4 *1 (-434))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1238 (-401 (-934 (-553))))) (-4 *1 (-434))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1238 (-401 (-934 (-373))))) (-4 *1 (-434))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1238 (-934 (-553)))) (-4 *1 (-434))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1238 (-934 (-373)))) (-4 *1 (-434))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1238 (-310 (-553)))) (-4 *1 (-434))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1238 (-310 (-373)))) (-4 *1 (-434))))
((*1 *2 *1)
(-12
(-5 *2
(-3
(|:| |nia|
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
(|:| |relerr| (-220))))
(|:| |mdnia|
(-2 (|:| |fn| (-310 (-220)))
- (|:| -4235 (-629 (-1072 (-825 (-220)))))
+ (|:| -2515 (-630 (-1073 (-826 (-220)))))
(|:| |abserr| (-220)) (|:| |relerr| (-220))))))
- (-5 *1 (-754))))
+ (-5 *1 (-755))))
((*1 *2 *1)
(-12
(-5 *2
(-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
(|:| |abserr| (-220)) (|:| |relerr| (-220))))
- (-5 *1 (-793))))
+ (-5 *1 (-794))))
((*1 *2 *1)
(-12
(-5 *2
(-3
(|:| |noa|
- (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220)))
- (|:| |lb| (-629 (-825 (-220))))
- (|:| |cf| (-629 (-310 (-220))))
- (|:| |ub| (-629 (-825 (-220))))))
+ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220)))
+ (|:| |lb| (-630 (-826 (-220))))
+ (|:| |cf| (-630 (-310 (-220))))
+ (|:| |ub| (-630 (-826 (-220))))))
(|:| |lsa|
- (-2 (|:| |lfn| (-629 (-310 (-220))))
- (|:| -1977 (-629 (-220)))))))
- (-5 *1 (-823))))
+ (-2 (|:| |lfn| (-630 (-310 (-220))))
+ (|:| -1979 (-630 (-220)))))))
+ (-5 *1 (-824))))
((*1 *2 *1)
(-12
(-5 *2
- (-2 (|:| |pde| (-629 (-310 (-220))))
+ (-2 (|:| |pde| (-630 (-310 (-220))))
(|:| |constraints|
- (-629
+ (-630
(-2 (|:| |start| (-220)) (|:| |finish| (-220))
- (|:| |grid| (-756)) (|:| |boundaryType| (-552))
- (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220))))))
- (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136))
+ (|:| |grid| (-757)) (|:| |boundaryType| (-553))
+ (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220))))))
+ (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137))
(|:| |tol| (-220))))
- (-5 *1 (-879))))
+ (-5 *1 (-880))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *1 (-957 *3 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-1019 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *1 (-958 *3 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1192))))
((*1 *1 *2)
- (-4029
- (-12 (-5 *2 (-933 *3))
- (-12 (-4107 (-4 *3 (-38 (-401 (-552)))))
- (-4107 (-4 *3 (-38 (-552)))) (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778))
- (-4 *5 (-832)))
- (-12 (-5 *2 (-933 *3))
- (-12 (-4107 (-4 *3 (-537))) (-4107 (-4 *3 (-38 (-401 (-552)))))
- (-4 *3 (-38 (-552))) (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778))
- (-4 *5 (-832)))
- (-12 (-5 *2 (-933 *3))
- (-12 (-4107 (-4 *3 (-973 (-552)))) (-4 *3 (-38 (-401 (-552))))
- (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778))
- (-4 *5 (-832)))))
+ (-4028
+ (-12 (-5 *2 (-934 *3))
+ (-12 (-4106 (-4 *3 (-38 (-401 (-553)))))
+ (-4106 (-4 *3 (-38 (-553)))) (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779))
+ (-4 *5 (-833)))
+ (-12 (-5 *2 (-934 *3))
+ (-12 (-4106 (-4 *3 (-538))) (-4106 (-4 *3 (-38 (-401 (-553)))))
+ (-4 *3 (-38 (-553))) (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779))
+ (-4 *5 (-833)))
+ (-12 (-5 *2 (-934 *3))
+ (-12 (-4106 (-4 *3 (-974 (-553)))) (-4 *3 (-38 (-401 (-553))))
+ (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779))
+ (-4 *5 (-833)))))
((*1 *1 *2)
- (-4029
- (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5))
- (-12 (-4107 (-4 *3 (-38 (-401 (-552))))) (-4 *3 (-38 (-552)))
- (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))
- (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5))
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))))
+ (-4028
+ (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5))
+ (-12 (-4106 (-4 *3 (-38 (-401 (-553))))) (-4 *3 (-38 (-553)))
+ (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))
+ (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))))
((*1 *1 *2)
- (-12 (-5 *2 (-933 (-401 (-552)))) (-4 *1 (-1044 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154))) (-4 *3 (-1030))
- (-4 *4 (-778)) (-4 *5 (-832)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-552)) (-5 *1 (-1134 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-1195)) (-4 *5 (-1213 *4))
- (-5 *2 (-2 (|:| |radicand| (-401 *5)) (|:| |deg| (-756))))
- (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1213 (-401 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))))
-(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-629 *4)) (-4 *4 (-1078)) (-4 *4 (-1191)) (-5 *2 (-111))
- (-5 *1 (-1134 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778)) (-5 *2 (-629 (-629 (-552))))
- (-5 *1 (-905 *4 *5 *6 *7)) (-5 *3 (-552)) (-4 *7 (-930 *4 *6 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 *3)) (-4 *3 (-1087 *5 *6 *7 *8))
- (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *8 (-1044 *5 *6 *7)) (-5 *2 (-111))
- (-5 *1 (-578 *5 *6 *7 *8 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-809)) (-5 *3 (-629 (-1154))) (-5 *1 (-810)))))
+ (-12 (-5 *2 (-934 (-401 (-553)))) (-4 *1 (-1045 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155))) (-4 *3 (-1031))
+ (-4 *4 (-779)) (-4 *5 (-833)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-992 *2)) (-4 *2 (-1192)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-5 *2 (-1237 *3)) (-5 *1 (-697 *3 *4))
- (-4 *4 (-1213 *3)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-1154)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-939 *3)) (-5 *1 (-1141 *4 *3))
- (-4 *3 (-1213 *4)))))
+ (-12 (-5 *2 (-1081 *3)) (-5 *1 (-887 *3)) (-4 *3 (-362))
+ (-4 *3 (-1079)))))
+(((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1137)) (-5 *1 (-696)))))
+(((*1 *2)
+ (-12
+ (-5 *2 (-2 (|:| -3637 (-630 (-1155))) (|:| -1458 (-630 (-1155)))))
+ (-5 *1 (-1194)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 *8)) (-5 *4 (-757)) (-4 *8 (-931 *5 *7 *6))
+ (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155))))
+ (-4 *7 (-779))
+ (-5 *2
+ (-630
+ (-2 (|:| |det| *8) (|:| |rows| (-630 (-553)))
+ (|:| |cols| (-630 (-553))))))
+ (-5 *1 (-906 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-630 *10)) (-5 *5 (-111)) (-4 *10 (-1051 *6 *7 *8 *9))
+ (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *9 (-1045 *6 *7 *8))
+ (-5 *2
+ (-630
+ (-2 (|:| -2770 (-630 *9)) (|:| -3361 *10) (|:| |ineq| (-630 *9)))))
+ (-5 *1 (-970 *6 *7 *8 *9 *10)) (-5 *3 (-630 *9))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-630 *10)) (-5 *5 (-111)) (-4 *10 (-1051 *6 *7 *8 *9))
+ (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *9 (-1045 *6 *7 *8))
+ (-5 *2
+ (-630
+ (-2 (|:| -2770 (-630 *9)) (|:| -3361 *10) (|:| |ineq| (-630 *9)))))
+ (-5 *1 (-1086 *6 *7 *8 *9 *10)) (-5 *3 (-630 *9)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1099)) (-5 *1 (-826 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1137)) (-5 *1 (-696)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))))
(((*1 *2 *2)
(-12
(-5 *2
- (-629
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-756)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-778)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-445)) (-4 *5 (-832))
- (-5 *1 (-442 *3 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1258 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030))
- (-5 *2 (-804 *3))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-828)) (-5 *1 (-1260 *3 *2)) (-4 *3 (-1030)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-251)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-873 *4)) (-4 *4 (-1078)) (-5 *2 (-629 *5))
- (-5 *1 (-871 *4 *5)) (-4 *5 (-1191)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-733)))))
+ (-2 (|:| |fn| (-310 (-220))) (|:| -1979 (-630 (-220)))
+ (|:| |lb| (-630 (-826 (-220)))) (|:| |cf| (-630 (-310 (-220))))
+ (|:| |ub| (-630 (-826 (-220))))))
+ (-5 *1 (-261)))))
+(((*1 *1) (-5 *1 (-548))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-756)) (-5 *2 (-629 (-1154))) (-5 *1 (-205))
- (-5 *3 (-1154))))
+ (-12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-574 *3)) (-5 *1 (-546 *5 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-113)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-757)) (-5 *4 (-1238 *2)) (-4 *5 (-301))
+ (-4 *6 (-974 *5)) (-4 *2 (-13 (-403 *6 *7) (-1020 *6)))
+ (-5 *1 (-407 *5 *6 *7 *2)) (-4 *7 (-1214 *6)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-757)) (-4 *6 (-357)) (-5 *4 (-1186 *6))
+ (-5 *2 (-1 (-1135 *4) (-1135 *4))) (-5 *1 (-1246 *6))
+ (-5 *5 (-1135 *4)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-874 *4)) (-4 *4 (-1079)) (-5 *1 (-871 *4 *3))
+ (-4 *3 (-1079)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-757)) (-5 *2 (-630 (-1155))) (-5 *1 (-205))
+ (-5 *3 (-1155))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-310 (-220))) (-5 *4 (-756)) (-5 *2 (-629 (-1154)))
+ (-12 (-5 *3 (-310 (-220))) (-5 *4 (-757)) (-5 *2 (-630 (-1155)))
(-5 *1 (-261))))
((*1 *2 *1)
- (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169))
- (-5 *2 (-629 *3))))
+ (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169))
+ (-5 *2 (-630 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-629 *3)) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832))
- (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-656 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-661 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-804 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-874 *3)) (-4 *3 (-832))))
+ (-12 (-5 *2 (-630 *3)) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833))
+ (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-657 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-662 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-805 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-875 *3)) (-4 *3 (-833))))
((*1 *2 *1)
- (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030))
- (-5 *2 (-629 *3)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5))
- (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-1250 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-629 *8)) (-5 *3 (-1 (-111) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544))
- (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1250 *5 *6 *7 *8)))))
-(((*1 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
- (-4 *4 (-367 *2)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
- (-5 *1 (-513 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
- (-4 *7 (-973 *4)) (-4 *2 (-671 *7 *8 *9))
- (-5 *1 (-514 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-671 *4 *5 *6))
- (-4 *8 (-367 *7)) (-4 *9 (-367 *7))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
- (-4 *4 (-367 *2)) (-4 *2 (-301))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-301)) (-4 *3 (-169)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *1 (-672 *3 *4 *5 *2))
- (-4 *2 (-671 *3 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-301)) (-5 *1 (-684 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1033 *2 *3 *4 *5 *6)) (-4 *4 (-1030))
- (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *2 *4)) (-4 *4 (-301)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-3
- (|:| |noa|
- (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220)))
- (|:| |lb| (-629 (-825 (-220))))
- (|:| |cf| (-629 (-310 (-220))))
- (|:| |ub| (-629 (-825 (-220))))))
- (|:| |lsa|
- (-2 (|:| |lfn| (-629 (-310 (-220))))
- (|:| -1977 (-629 (-220)))))))
- (-5 *2 (-629 (-1136))) (-5 *1 (-261)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-902)) (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-257)))))
+ (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031))
+ (-5 *2 (-630 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552))))
- (-5 *2 (-166 (-310 *4))) (-5 *1 (-183 *4 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 (-166 *4))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-166 *3)) (-5 *1 (-1180 *4 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *4))))))
+ (-12 (-5 *3 (-1028 *4 *5)) (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-14 *5 (-630 (-1155))) (-5 *2 (-630 (-630 (-1006 (-401 *4)))))
+ (-5 *1 (-1264 *4 *5 *6)) (-14 *6 (-630 (-1155)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111))
+ (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-111))
+ (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-630 (-1006 (-401 *5))))) (-5 *1 (-1264 *5 *6 *7))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-934 *4)))
+ (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-630 (-630 (-1006 (-401 *4))))) (-5 *1 (-1264 *4 *5 *6))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1134 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-301)) (-4 *3 (-973 *2)) (-4 *4 (-1213 *3))
- (-5 *1 (-407 *2 *3 *4 *5)) (-4 *5 (-13 (-403 *3 *4) (-1019 *3))))))
-(((*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-168)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *1 (-772)) (-5 *2 (-1016))
- (-5 *3
- (-2 (|:| |fn| (-310 (-220)))
- (|:| -4235 (-629 (-1072 (-825 (-220))))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))))
- ((*1 *2 *3 *2)
- (-12 (-4 *1 (-772)) (-5 *2 (-1016))
- (-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220)))))))
+ (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-111))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343)) (-5 *2 (-111))
+ (-5 *1 (-351 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *4)) (-4 *4 (-343)) (-5 *2 (-111))
+ (-5 *1 (-521 *4)))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-742)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))
+ (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *5 (-1020 (-48)))
+ (-4 *4 (-13 (-545) (-833) (-1020 (-553)))) (-4 *5 (-424 *4))
+ (-5 *2 (-412 (-1151 (-48)))) (-5 *1 (-429 *4 *5 *3))
+ (-4 *3 (-1214 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))))
+(((*1 *2 *3) (-12 (-5 *3 (-111)) (-5 *2 (-1137)) (-5 *1 (-52)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-630 *8)) (-5 *3 (-1 (-111) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-959 *5 *6 *7 *8)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-373)) (-5 *1 (-1043)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-445))
- (-5 *2
- (-629
- (-2 (|:| |eigval| (-3 (-401 (-933 *4)) (-1143 (-1154) (-933 *4))))
- (|:| |geneigvec| (-629 (-673 (-401 (-933 *4))))))))
- (-5 *1 (-286 *4)) (-5 *3 (-673 (-401 (-933 *4)))))))
-(((*1 *1) (-5 *1 (-603))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3)))))
+ (-12 (-5 *3 (-1151 (-553))) (-5 *2 (-553)) (-5 *1 (-924)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-545) (-144))) (-5 *2 (-630 *3))
+ (-5 *1 (-1208 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-104)))))
+(((*1 *1) (-5 *1 (-604))))
(((*1 *2)
- (-12 (-5 *2 (-1242)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-5 *2 (-111)))))
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *8)) (-4 *8 (-930 *5 *7 *6))
- (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-832) (-600 (-1154))))
- (-4 *7 (-778))
- (-5 *2
- (-629
- (-2 (|:| -2128 (-756))
- (|:| |eqns|
- (-629
- (-2 (|:| |det| *8) (|:| |rows| (-629 (-552)))
- (|:| |cols| (-629 (-552))))))
- (|:| |fgb| (-629 *8)))))
- (-5 *1 (-905 *5 *6 *7 *8)) (-5 *4 (-756)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-34)) (-5 *2 (-111)))))
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1078))
- (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3))))
- (-5 *2 (-629 (-1054 *3 *4 *5))) (-5 *1 (-1055 *3 *4 *5))
- (-4 *5 (-13 (-424 *4) (-867 *3) (-600 (-873 *3)))))))
+ (-12 (-4 *3 (-1079))
+ (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3))))
+ (-5 *2 (-630 (-1055 *3 *4 *5))) (-5 *1 (-1056 *3 *4 *5))
+ (-4 *5 (-13 (-424 *4) (-868 *3) (-601 (-874 *3)))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1121 *3 *4)) (-14 *3 (-903)) (-4 *4 (-357))
+ (-5 *1 (-975 *3 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-575 *4))
- (-4 *4 (-343)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-111)))))
-(((*1 *2)
- (|partial| -12 (-4 *4 (-1195)) (-4 *5 (-1213 (-401 *2)))
- (-4 *2 (-1213 *4)) (-5 *1 (-335 *3 *4 *2 *5))
- (-4 *3 (-336 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-336 *3 *2 *4)) (-4 *3 (-1195))
- (-4 *4 (-1213 (-401 *2))) (-4 *2 (-1213 *3)))))
+ (-12 (-4 *4 (-38 (-401 (-553))))
+ (-5 *2 (-2 (|:| -2456 (-1135 *4)) (|:| -2468 (-1135 *4))))
+ (-5 *1 (-1141 *4)) (-5 *3 (-1135 *4)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-14 *5 (-630 (-1155))) (-4 *2 (-169))
+ (-4 *4 (-233 (-2656 *5) (-757)))
+ (-14 *6
+ (-1 (-111) (-2 (|:| -2839 *3) (|:| -3503 *4))
+ (-2 (|:| -2839 *3) (|:| -3503 *4))))
+ (-5 *1 (-454 *5 *2 *3 *4 *6 *7)) (-4 *3 (-833))
+ (-4 *7 (-931 *2 *4 (-847 *5))))))
+(((*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-220)) (-5 *1 (-1241))))
+ ((*1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-1241)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-1196)) (-4 *5 (-1214 *3)) (-4 *6 (-1214 (-401 *5)))
+ (-5 *2 (-111)) (-5 *1 (-335 *4 *3 *5 *6)) (-4 *4 (-336 *3 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
+(((*1 *2 *3 *2)
+ (|partial| -12 (-5 *2 (-1238 *4)) (-5 *3 (-674 *4)) (-4 *4 (-357))
+ (-5 *1 (-652 *4))))
+ ((*1 *2 *3 *2)
+ (|partial| -12 (-4 *4 (-357))
+ (-4 *5 (-13 (-367 *4) (-10 -7 (-6 -4370))))
+ (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4370))))
+ (-5 *1 (-653 *4 *5 *2 *3)) (-4 *3 (-672 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *4 (-630 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-357))
+ (-5 *1 (-800 *2 *3)) (-4 *3 (-641 *2))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *1 (-1107 *3 *2)) (-4 *3 (-1214 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1078)) (-4 *5 (-1078))
- (-5 *2 (-1 *5 *4)) (-5 *1 (-667 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-933 (-552))) (-5 *2 (-324))
- (-5 *1 (-326)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-5 *1 (-1163 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))))
-(((*1 *2 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-736)))))
-(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460))))
- ((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-767 *2)) (-4 *2 (-1030)))))
+ (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-445))
+ (-5 *2 (-474 *4 *5)) (-5 *1 (-618 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-566))))
+ ((*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-566)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 (-242 *4 *5))) (-5 *2 (-242 *4 *5))
- (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *1 (-617 *4 *5)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *4 (-552)) (-5 *6 (-1 (-1242) (-1237 *5) (-1237 *5) (-373)))
- (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242))
- (-5 *1 (-773)))))
+ (-12 (-4 *3 (-545)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
+ (-5 *1 (-1182 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))))
+(((*1 *2 *3 *4 *5 *6 *7 *6)
+ (|partial| -12
+ (-5 *5
+ (-2 (|:| |contp| *3)
+ (|:| -3688 (-630 (-2 (|:| |irr| *10) (|:| -3981 (-553)))))))
+ (-5 *6 (-630 *3)) (-5 *7 (-630 *8)) (-4 *8 (-833)) (-4 *3 (-301))
+ (-4 *10 (-931 *3 *9 *8)) (-4 *9 (-779))
+ (-5 *2
+ (-2 (|:| |polfac| (-630 *10)) (|:| |correct| *3)
+ (|:| |corrfact| (-630 (-1151 *3)))))
+ (-5 *1 (-612 *8 *9 *3 *10)) (-5 *4 (-630 (-1151 *3))))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-756)) (-4 *2 (-1078))
- (-5 *1 (-662 *2)))))
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-757)) (-4 *2 (-1079))
+ (-5 *1 (-663 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-52)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-4 *5 (-424 *4))
- (-5 *2 (-412 *3)) (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1213 *5)))))
+ (-12 (-5 *3 (-757)) (-4 *4 (-357)) (-4 *5 (-1214 *4)) (-5 *2 (-1243))
+ (-5 *1 (-40 *4 *5 *6 *7)) (-4 *6 (-1214 (-401 *5))) (-14 *7 *6))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-553)) (-4 *1 (-56 *4 *5 *3)) (-4 *4 (-1192))
+ (-4 *5 (-367 *4)) (-4 *3 (-367 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-845)) (-5 *1 (-52)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))))
-(((*1 *2 *1 *2) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-981 *3)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 *3 *4 *5))
(-5 *2
- (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552))
- (|:| |success| (-111))))
- (-5 *1 (-774)) (-5 *5 (-552)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-528)))))
+ (-2 (|:| -3272 (-407 *4 (-401 *4) *5 *6)) (|:| |principalPart| *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357))
+ (-5 *2
+ (-2 (|:| |poly| *6) (|:| -1681 (-401 *6))
+ (|:| |special| (-401 *6))))
+ (-5 *1 (-713 *5 *6)) (-5 *3 (-401 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-357)) (-5 *2 (-630 *3)) (-5 *1 (-878 *3 *4))
+ (-4 *3 (-1214 *4))))
+ ((*1 *2 *3 *4 *4)
+ (|partial| -12 (-5 *4 (-757)) (-4 *5 (-357))
+ (-5 *2 (-2 (|:| -3413 *3) (|:| -3425 *3))) (-5 *1 (-878 *3 *5))
+ (-4 *3 (-1214 *5))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-630 *9)) (-5 *3 (-630 *8)) (-5 *4 (-111))
+ (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *5 (-445))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1049 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-630 *9)) (-5 *3 (-630 *8)) (-5 *4 (-111))
+ (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *5 (-445))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1049 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-630 *9)) (-5 *3 (-630 *8)) (-5 *4 (-111))
+ (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1088 *5 *6 *7 *8)) (-4 *5 (-445))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1124 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-630 *9)) (-5 *3 (-630 *8)) (-5 *4 (-111))
+ (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1088 *5 *6 *7 *8)) (-4 *5 (-445))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1124 *5 *6 *7 *8 *9)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-529)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-13 (-357) (-144)))
- (-5 *2 (-629 (-2 (|:| -1406 (-756)) (|:| -4046 *4) (|:| |num| *4))))
- (-5 *1 (-393 *3 *4)) (-4 *4 (-1213 *3)))))
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-412 *3)) (-4 *3 (-545)) (-5 *1 (-413 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-599 *3)) (-5 *5 (-1 (-1151 *3) (-1151 *3)))
+ (-4 *3 (-13 (-27) (-424 *6))) (-4 *6 (-13 (-833) (-545)))
+ (-5 *2 (-574 *3)) (-5 *1 (-540 *6 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-806)) (-14 *5 (-1155))
+ (-5 *2 (-553)) (-5 *1 (-1093 *4 *5)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-756)) (-5 *1 (-768 *2)) (-4 *2 (-38 (-401 (-552))))
- (-4 *2 (-169)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-1078)) (-4 *2 (-881 *4)) (-5 *1 (-676 *4 *2 *5 *3))
- (-4 *5 (-367 *2)) (-4 *3 (-13 (-367 *4) (-10 -7 (-6 -4368)))))))
+ (-12 (-5 *2 (-630 *1)) (-5 *3 (-630 *7)) (-4 *1 (-1051 *4 *5 *6 *7))
+ (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 *1))
+ (-4 *1 (-1051 *4 *5 *6 *3)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-538))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
+ ((*1 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-336 *4 *5 *6)) (-4 *4 (-1196))
+ (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5)))
+ (-5 *2 (-2 (|:| |num| (-674 *5)) (|:| |den| *5))))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))))
+ (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-5 *2 (-111)))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-545)) (-4 *3 (-169))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -3428 (-630 *1))))
+ (-4 *1 (-361 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-446 *3 *4 *5 *6))
+ (|:| -3428 (-630 (-446 *3 *4 *5 *6)))))
+ (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-1089)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
(((*1 *2 *3 *4)
- (-12 (-5 *2 (-629 (-166 *4))) (-5 *1 (-152 *3 *4))
- (-4 *3 (-1213 (-166 (-552)))) (-4 *4 (-13 (-357) (-830)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-629 (-166 *4)))
- (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-629 (-166 *4)))
- (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))))
+ (-12 (-5 *4 (-903)) (-5 *2 (-1151 *3)) (-5 *1 (-1166 *3))
+ (-4 *3 (-357)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-445)) (-4 *3 (-833)) (-4 *4 (-779))
+ (-5 *1 (-969 *2 *3 *4 *5)) (-4 *5 (-931 *2 *4 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-430)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-738)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1160)))))
+(((*1 *1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845)))
+ (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845)))
+ (|:| |args| (-630 (-845)))))
+ (-5 *1 (-1155))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-630 (-845)))) (-5 *1 (-1155)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| |gen| *3) (|:| -2854 *4))))
+ (-5 *1 (-634 *3 *4 *5)) (-4 *3 (-1079)) (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 (-630 *8))) (-5 *3 (-630 *8))
+ (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779))
+ (-4 *7 (-833)) (-5 *2 (-111)) (-5 *1 (-959 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-111)) (-5 *5 (-1081 (-757))) (-5 *6 (-757))
+ (-5 *2
+ (-2 (|:| |contp| (-553))
+ (|:| -3688 (-630 (-2 (|:| |irr| *3) (|:| -3981 (-553)))))))
+ (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 *4)) (-4 *4 (-357)) (-5 *2 (-673 *4))
- (-5 *1 (-799 *4 *5)) (-4 *5 (-640 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *5)) (-5 *4 (-756)) (-4 *5 (-357))
- (-5 *2 (-673 *5)) (-5 *1 (-799 *5 *6)) (-4 *6 (-640 *5)))))
+ (-12 (-5 *3 (-826 (-373))) (-5 *2 (-826 (-220))) (-5 *1 (-299)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-553)) (-5 *2 (-630 (-630 (-220)))) (-5 *1 (-1188)))))
(((*1 *2 *3 *3)
- (-12 (-4 *3 (-301)) (-4 *3 (-169)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3)))
- (-5 *1 (-672 *3 *4 *5 *6)) (-4 *6 (-671 *3 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-684 *3))
- (-4 *3 (-301)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1030))
- (-14 *4 (-629 (-1154)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1030) (-832)))
- (-14 *4 (-629 (-1154))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-544)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $))
- (-15 -4026 ((-1103 *3 (-598 $)) $))
- (-15 -3213 ($ (-1103 *3 (-598 $))))))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
+ (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-806)) (-14 *5 (-1155))
+ (-5 *2 (-630 *4)) (-5 *1 (-1093 *4 *5)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
+ (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *3 (-553))
+ (-5 *2 (-1017)) (-5 *1 (-742)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD)))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-742)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-3 (-111) (-630 *1)))
+ (-4 *1 (-1051 *4 *5 *6 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-1042))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1042)))))
+(((*1 *2 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *5 (-1155))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-630 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -3557 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1177) (-27) (-424 *8)))
+ (-4 *8 (-13 (-445) (-833) (-144) (-1020 *3) (-626 *3)))
+ (-5 *3 (-553))
+ (-5 *2 (-2 (|:| |ans| *4) (|:| -3425 *4) (|:| |sol?| (-111))))
+ (-5 *1 (-995 *8 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-958 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833)) (-4 *5 (-1045 *3 *4 *2)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4369)) (-4 *1 (-148 *2)) (-4 *2 (-1192))
+ (-4 *2 (-1079)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-111) (-113) (-113))) (-5 *1 (-113)))))
+(((*1 *2 *2 *3 *3 *4)
+ (-12 (-5 *4 (-757)) (-4 *3 (-545)) (-5 *1 (-951 *3 *2))
+ (-4 *2 (-1214 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-155 *4 *2))
+ (-4 *2 (-424 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1071 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-833) (-545)))
+ (-5 *1 (-155 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1071 *1)) (-4 *1 (-157))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1155)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1151 *1)) (-4 *1 (-994)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154))
+ (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155))
(-14 *4 *2))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-274)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-600 (-873 *3))) (-4 *3 (-867 *3))
- (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-600 (-873 *3))) (-4 *2 (-867 *3))
- (-4 *2 (-13 (-424 *3) (-1176))))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-575 *2)) (-4 *2 (-538)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1237 (-756))) (-5 *1 (-659 *3)) (-4 *3 (-1078)))))
+ (-12 (-5 *2 (-2 (|:| |var| (-630 (-1155))) (|:| |pred| (-52))))
+ (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-925 (-220)) (-220) (-220)))
+ (-5 *3 (-1 (-220) (-220) (-220) (-220))) (-5 *1 (-249)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-673 (-401 (-933 (-552)))))
- (-5 *2 (-629 (-673 (-310 (-552))))) (-5 *1 (-1012)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-740)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *1 *1 *2)
+ (-12 (-4 *4 (-545)) (-4 *5 (-974 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-139 *4 *5 *3))
+ (-4 *3 (-367 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-974 *4))
+ (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
+ (-5 *1 (-496 *4 *5 *6 *3)) (-4 *6 (-367 *4)) (-4 *3 (-367 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-674 *5)) (-4 *5 (-974 *4)) (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |num| (-674 *4)) (|:| |den| *4)))
+ (-5 *1 (-678 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553)))))
+ (-4 *6 (-1214 *5))
+ (-5 *2 (-2 (|:| -2770 *7) (|:| |rh| (-630 (-401 *6)))))
+ (-5 *1 (-793 *5 *6 *7 *3)) (-5 *4 (-630 (-401 *6)))
+ (-4 *7 (-641 *6)) (-4 *3 (-641 (-401 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-974 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1207 *4 *5 *3))
+ (-4 *3 (-1214 *5)))))
+(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-632 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-1155))) (-4 *4 (-13 (-301) (-144)))
+ (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779))
+ (-5 *2 (-630 (-401 (-934 *4)))) (-5 *1 (-906 *4 *5 *6 *7))
+ (-4 *7 (-931 *4 *6 *5)))))
+(((*1 *1 *2 *3)
(-12
- (-5 *2
- (-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844)))
- (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844)))
- (|:| |args| (-629 (-844)))))
- (-5 *1 (-1154))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-629 (-844)))) (-5 *1 (-1154)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 (-2 (|:| -3479 (-1150 *6)) (|:| -1406 (-552)))))
- (-4 *6 (-301)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111))
- (-5 *1 (-727 *4 *5 *6 *7)) (-4 *7 (-930 *6 *4 *5))))
- ((*1 *1 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-656 *3)) (-4 *3 (-832))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-661 *3)) (-4 *3 (-832))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-804 *3)) (-4 *3 (-832)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-629 *1)) (-4 *1 (-301)))))
-(((*1 *2 *2)
+ (-5 *3
+ (-630
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
+ (|:| |xpnt| (-553)))))
+ (-4 *2 (-545)) (-5 *1 (-412 *2))))
+ ((*1 *2 *3)
(-12
- (-5 *2
- (-2 (|:| |fn| (-310 (-220))) (|:| -1977 (-629 (-220)))
- (|:| |lb| (-629 (-825 (-220)))) (|:| |cf| (-629 (-310 (-220))))
- (|:| |ub| (-629 (-825 (-220))))))
- (-5 *1 (-261)))))
+ (-5 *3
+ (-2 (|:| |contp| (-553))
+ (|:| -3688 (-630 (-2 (|:| |irr| *4) (|:| -3981 (-553)))))))
+ (-4 *4 (-1214 (-553))) (-5 *2 (-412 *4)) (-5 *1 (-435 *4)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-871 *5 *3)) (-5 *4 (-874 *5)) (-4 *5 (-1079))
+ (-4 *3 (-163 *6)) (-4 (-934 *6) (-868 *5))
+ (-4 *6 (-13 (-868 *5) (-169))) (-5 *1 (-175 *5 *6 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-871 *4 *1)) (-5 *3 (-874 *4)) (-4 *1 (-868 *4))
+ (-4 *4 (-1079))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-871 *5 *6)) (-5 *4 (-874 *5)) (-4 *5 (-1079))
+ (-4 *6 (-13 (-1079) (-1020 *3))) (-4 *3 (-868 *5))
+ (-5 *1 (-913 *5 *3 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-871 *5 *3)) (-4 *5 (-1079))
+ (-4 *3 (-13 (-424 *6) (-601 *4) (-868 *5) (-1020 (-599 $))))
+ (-5 *4 (-874 *5)) (-4 *6 (-13 (-545) (-833) (-868 *5)))
+ (-5 *1 (-914 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-871 (-553) *3)) (-5 *4 (-874 (-553))) (-4 *3 (-538))
+ (-5 *1 (-915 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-871 *5 *6)) (-5 *3 (-599 *6)) (-4 *5 (-1079))
+ (-4 *6 (-13 (-833) (-1020 (-599 $)) (-601 *4) (-868 *5)))
+ (-5 *4 (-874 *5)) (-5 *1 (-916 *5 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-867 *5 *6 *3)) (-5 *4 (-874 *5)) (-4 *5 (-1079))
+ (-4 *6 (-868 *5)) (-4 *3 (-651 *6)) (-5 *1 (-917 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *5 (-1 (-871 *6 *3) *8 (-874 *6) (-871 *6 *3)))
+ (-4 *8 (-833)) (-5 *2 (-871 *6 *3)) (-5 *4 (-874 *6))
+ (-4 *6 (-1079)) (-4 *3 (-13 (-931 *9 *7 *8) (-601 *4)))
+ (-4 *7 (-779)) (-4 *9 (-13 (-1031) (-833) (-868 *6)))
+ (-5 *1 (-918 *6 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-871 *5 *3)) (-4 *5 (-1079))
+ (-4 *3 (-13 (-931 *8 *6 *7) (-601 *4))) (-5 *4 (-874 *5))
+ (-4 *7 (-868 *5)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *8 (-13 (-1031) (-833) (-868 *5)))
+ (-5 *1 (-918 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-871 *5 *3)) (-4 *5 (-1079)) (-4 *3 (-974 *6))
+ (-4 *6 (-13 (-545) (-868 *5) (-601 *4))) (-5 *4 (-874 *5))
+ (-5 *1 (-921 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-871 *5 (-1155))) (-5 *3 (-1155)) (-5 *4 (-874 *5))
+ (-4 *5 (-1079)) (-5 *1 (-922 *5))))
+ ((*1 *2 *3 *4 *5 *2 *6)
+ (-12 (-5 *4 (-630 (-874 *7))) (-5 *5 (-1 *9 (-630 *9)))
+ (-5 *6 (-1 (-871 *7 *9) *9 (-874 *7) (-871 *7 *9))) (-4 *7 (-1079))
+ (-4 *9 (-13 (-1031) (-601 (-874 *7)) (-1020 *8)))
+ (-5 *2 (-871 *7 *9)) (-5 *3 (-630 *9)) (-4 *8 (-13 (-1031) (-833)))
+ (-5 *1 (-923 *7 *8 *9)))))
+(((*1 *1 *1) (-4 *1 (-545))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1137)) (-5 *2 (-630 (-1160))) (-5 *1 (-1115)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *1 *2 *3 *3 *4 *5)
- (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *3 (-629 (-855)))
- (-5 *4 (-629 (-902))) (-5 *5 (-629 (-257))) (-5 *1 (-461))))
- ((*1 *1 *2 *3 *3 *4)
- (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *3 (-629 (-855)))
- (-5 *4 (-629 (-902))) (-5 *1 (-461))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *1 (-461))))
- ((*1 *1 *1) (-5 *1 (-461))))
+ (-12 (-5 *3 (-288 (-401 (-934 *5)))) (-5 *4 (-1155))
+ (-4 *5 (-13 (-301) (-833) (-144)))
+ (-5 *2 (-1144 (-630 (-310 *5)) (-630 (-288 (-310 *5)))))
+ (-5 *1 (-1108 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155))
+ (-4 *5 (-13 (-301) (-833) (-144)))
+ (-5 *2 (-1144 (-630 (-310 *5)) (-630 (-288 (-310 *5)))))
+ (-5 *1 (-1108 *5)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 *3 *4 *5))
+ (-5 *2 (-407 *4 (-401 *4) *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1238 *6)) (-4 *6 (-13 (-403 *4 *5) (-1020 *4)))
+ (-4 *4 (-974 *3)) (-4 *5 (-1214 *4)) (-4 *3 (-301))
+ (-5 *1 (-407 *3 *4 *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-357))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)))) (-5 *1 (-183 *3 *2))
+ (-4 *2 (-13 (-27) (-1177) (-424 (-166 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-545) (-833) (-1020 (-553))))
+ (-5 *1 (-183 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 (-166 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-1181 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-597 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-5 *2 (-111)))))
+(((*1 *1 *2) (-12 (-5 *2 (-310 (-166 (-373)))) (-5 *1 (-324))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310 (-553))) (-5 *1 (-324))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310 (-373))) (-5 *1 (-324))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310 (-679))) (-5 *1 (-324))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310 (-686))) (-5 *1 (-324))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310 (-684))) (-5 *1 (-324))))
+ ((*1 *1) (-5 *1 (-324))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3))
- (-4 *3 (-13 (-357) (-1176) (-983))))))
-(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-412 (-1151 (-553)))) (-5 *1 (-186)) (-5 *3 (-553)))))
+(((*1 *1 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1) (-12 (-5 *1 (-875 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1185 *2 *3 *4 *5)) (-4 *2 (-545))
+ (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-1045 *2 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-1226 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-522))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-566))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-844)))))
+(((*1 *2 *3 *2)
(-12
(-5 *2
- (-629
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-756)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-778)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-445)) (-4 *5 (-832))
- (-5 *1 (-442 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1030))
- (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278)))
- (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-573 *2)) (-4 *2 (-13 (-29 *4) (-1176)))
- (-5 *1 (-571 *4 *2))
- (-4 *4 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-573 (-401 (-933 *4))))
- (-4 *4 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552))))
- (-5 *2 (-310 *4)) (-5 *1 (-576 *4)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-902))) (-5 *1 (-1079 *3 *4)) (-14 *3 (-902))
- (-14 *4 (-902)))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-111))
- (-5 *2 (-1016)) (-5 *1 (-730)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-756)) (-4 *5 (-343)) (-4 *6 (-1213 *5))
+ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220))
+ (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220))
+ (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))
+ (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *1 *2)
+ (-12
(-5 *2
- (-629
- (-2 (|:| -4199 (-673 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-673 *6)))))
- (-5 *1 (-490 *5 *6 *7))
+ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220))
+ (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220))
+ (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))
+ (-5 *1 (-257))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240))))
+ ((*1 *2 *1 *3 *3 *4 *4 *4)
+ (-12 (-5 *3 (-553)) (-5 *4 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240))))
+ ((*1 *2 *1 *3)
+ (-12
(-5 *3
- (-2 (|:| -4199 (-673 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-673 *6))))
- (-4 *7 (-1213 *6)))))
-(((*1 *2 *2) (-12 (-5 *2 (-310 (-220))) (-5 *1 (-205)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-220))) (-5 *2 (-1237 (-683))) (-5 *1 (-299)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4368)) (-4 *1 (-148 *2)) (-4 *2 (-1191))
- (-4 *2 (-1078)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220))
+ (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220))
+ (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))
+ (-5 *2 (-1243)) (-5 *1 (-1240))))
+ ((*1 *2 *1)
+ (-12
(-5 *2
- (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552))
- (|:| |success| (-111))))
- (-5 *1 (-774)) (-5 *5 (-552)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983)))
- (-5 *1 (-173 *3)))))
-(((*1 *2 *2) (-12 (-5 *1 (-942 *2)) (-4 *2 (-537)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-552)) (-5 *3 (-756)) (-5 *1 (-549)))))
-(((*1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1157)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-111) *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544))
- (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-2 (|:| |goodPols| (-629 *8)) (|:| |badPols| (-629 *8))))
- (-5 *1 (-958 *5 *6 *7 *8)) (-5 *4 (-629 *8)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4))
- (-4 *4 (-343)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-741)))))
-(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-631 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *1) (-12 (-4 *1 (-658 *3)) (-4 *3 (-1191)) (-5 *2 (-756)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1177 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-741)))))
+ (-2 (|:| |theta| (-220)) (|:| |phi| (-220)) (|:| -1554 (-220))
+ (|:| |scaleX| (-220)) (|:| |scaleY| (-220)) (|:| |scaleZ| (-220))
+ (|:| |deltaX| (-220)) (|:| |deltaY| (-220))))
+ (-5 *1 (-1240))))
+ ((*1 *2 *1 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-166 (-220))))
+ (-5 *2 (-1017)) (-5 *1 (-740)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1155)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1020 (-553))) (-4 *1 (-296)) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-4 *1 (-538)) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1136)) (-5 *2 (-629 (-1159))) (-5 *1 (-1114)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 (-2 (|:| |val| (-629 *6)) (|:| -3361 *7))))
- (-4 *6 (-1044 *3 *4 *5)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-969 *3 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-1238 *5)) (-4 *5 (-626 *4)) (-4 *4 (-545))
+ (-5 *2 (-111)) (-5 *1 (-625 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
+ ((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
((*1 *2 *2)
- (-12 (-5 *2 (-629 (-2 (|:| |val| (-629 *6)) (|:| -3361 *7))))
- (-4 *6 (-1044 *3 *4 *5)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-1085 *3 *4 *5 *6 *7)))))
-(((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-805)) (-14 *5 (-1154)) (-5 *2 (-629 (-1210 *5 *4)))
- (-5 *1 (-1092 *4 *5)) (-5 *3 (-1210 *5 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-321 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-508 *3 *4))
- (-14 *4 (-552)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-673 *2)) (-5 *4 (-756))
- (-4 *2 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-4 *5 (-1213 *2)) (-5 *1 (-491 *2 *5 *6)) (-4 *6 (-403 *2 *5)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))))
-(((*1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832))))
- ((*1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832))))
- ((*1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-832))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1184 *2 *3 *4 *5)) (-4 *2 (-544))
- (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-1044 *2 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1225 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *1)) (-5 *4 (-1237 *1)) (-4 *1 (-625 *5))
- (-4 *5 (-1030))
- (-5 *2 (-2 (|:| -2325 (-673 *5)) (|:| |vec| (-1237 *5))))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-630 (-674 *6))) (-5 *4 (-111)) (-5 *5 (-553))
+ (-5 *2 (-674 *6)) (-5 *1 (-1011 *6)) (-4 *6 (-357)) (-4 *6 (-1031))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 (-674 *4))) (-5 *2 (-674 *4)) (-5 *1 (-1011 *4))
+ (-4 *4 (-357)) (-4 *4 (-1031))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-630 (-674 *5))) (-5 *4 (-553)) (-5 *2 (-674 *5))
+ (-5 *1 (-1011 *5)) (-4 *5 (-357)) (-4 *5 (-1031)))))
+(((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-1117))))
((*1 *2 *3)
- (-12 (-5 *3 (-673 *1)) (-4 *1 (-625 *4)) (-4 *4 (-1030))
- (-5 *2 (-673 *4)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-30))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-412 *4) *4)) (-4 *4 (-544)) (-5 *2 (-412 *4))
- (-5 *1 (-413 *4))))
- ((*1 *1 *1) (-5 *1 (-907)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-907))))
- ((*1 *1 *1) (-5 *1 (-908)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))
- (-5 *4 (-401 (-552))) (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552)))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))
- (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))
- (-5 *4 (-401 (-552))) (-5 *1 (-1002 *3)) (-4 *3 (-1213 *4))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))
- (-5 *1 (-1002 *3)) (-4 *3 (-1213 (-401 (-552))))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3))
- (-4 *3 (-1213 *2)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *6 (-1136))
- (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-629 (-598 *2))) (-5 *4 (-1154))
- (-4 *2 (-13 (-27) (-1176) (-424 *5)))
- (-4 *5 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-271 *5 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-629 *7)) (-5 *3 (-552)) (-4 *7 (-930 *4 *5 *6))
- (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *1 (-442 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1030)) (-5 *2 (-111)) (-5 *1 (-437 *4 *3))
- (-4 *3 (-1213 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-111)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-220) (-220) (-220)))
- (-5 *4 (-3 (-1 (-220) (-220) (-220) (-220)) "undefined"))
- (-5 *5 (-1072 (-220))) (-5 *6 (-629 (-257))) (-5 *2 (-1111 (-220)))
- (-5 *1 (-681)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-537))))
-(((*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))))
+ (-12 (-5 *3 (-630 (-845))) (-5 *2 (-1243)) (-5 *1 (-1117)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-590 *3 *2)) (-4 *3 (-1078)) (-4 *3 (-832))
- (-4 *2 (-1191))))
- ((*1 *2 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832))))
- ((*1 *2 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832))))
+ (-12 (-4 *1 (-591 *3 *2)) (-4 *3 (-1079)) (-4 *3 (-833))
+ (-4 *2 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *1 (-662 *2)) (-4 *2 (-833))))
+ ((*1 *2 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833))))
((*1 *2 *1)
- (-12 (-4 *2 (-1191)) (-5 *1 (-854 *2 *3)) (-4 *3 (-1191))))
- ((*1 *2 *1) (-12 (-5 *2 (-656 *3)) (-5 *1 (-874 *3)) (-4 *3 (-832))))
+ (-12 (-4 *2 (-1192)) (-5 *1 (-855 *2 *3)) (-4 *3 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *2 (-657 *3)) (-5 *1 (-875 *3)) (-4 *3 (-833))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5))))
+ (|partial| -12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1225 *3)) (-4 *3 (-1191))))
- ((*1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-907))))
- ((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1154)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3))
- (-4 *3 (-1078)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-343)) (-4 *5 (-323 *4)) (-4 *6 (-1213 *5))
- (-5 *2 (-629 *3)) (-5 *1 (-762 *4 *5 *6 *3 *7)) (-4 *3 (-1213 *6))
- (-14 *7 (-902)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
+ (-12 (-5 *2 (-757)) (-4 *1 (-1226 *3)) (-4 *3 (-1192))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-169)) (-4 *2 (-1031)) (-5 *1 (-700 *2 *3))
+ (-4 *3 (-633 *2))))
+ ((*1 *2 *2) (-12 (-5 *1 (-820 *2)) (-4 *2 (-169)) (-4 *2 (-1031)))))
+(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-931 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833)) (-4 *3 (-169))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *2 (-545)) (-5 *1 (-951 *2 *3)) (-4 *3 (-1214 *2))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-169)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-1111 *4 *2))
+ (-4 *2 (-13 (-591 (-553) *4) (-10 -7 (-6 -4369) (-6 -4370))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-833)) (-4 *3 (-1192)) (-5 *1 (-1111 *3 *2))
+ (-4 *2 (-13 (-591 (-553) *3) (-10 -7 (-6 -4369) (-6 -4370)))))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-756)) (-5 *1 (-1079 *4 *5)) (-14 *4 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-757)) (-5 *1 (-1080 *4 *5)) (-14 *4 *3)
(-14 *5 *3))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-806)) (-5 *4 (-52)) (-5 *2 (-1242)) (-5 *1 (-816)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1136)) (-4 *1 (-383)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1210 *4 *5)) (-5 *3 (-629 *5)) (-14 *4 (-1154))
- (-4 *5 (-357)) (-5 *1 (-904 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *5)) (-4 *5 (-357)) (-5 *2 (-1150 *5))
- (-5 *1 (-904 *4 *5)) (-14 *4 (-1154))))
- ((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-629 *6)) (-5 *4 (-756)) (-4 *6 (-357))
- (-5 *2 (-401 (-933 *6))) (-5 *1 (-1031 *5 *6)) (-14 *5 (-1154)))))
-(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-552))) (-5 *1 (-1028)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1076 *3)) (-4 *3 (-1078)) (-5 *2 (-111)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-737)))))
-(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
+ (-12 (-5 *2 (-2 (|:| -2697 *3) (|:| |coef1| (-768 *3))))
+ (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1137)) (-4 *1 (-383)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1137)) (-5 *2 (-630 (-1160))) (-5 *1 (-862)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-599 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4)))
+ (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-271 *4 *2)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-520)) (-5 *3 (-127)) (-5 *2 (-1099)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-445)) (-4 *3 (-833)) (-4 *3 (-1020 (-553)))
+ (-4 *3 (-545)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3))
+ (-4 *2
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $))
+ (-15 -4024 ((-1104 *3 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *3 (-599 $))))))))))
(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-5 *2 (-2 (|:| -2670 *3) (|:| -3360 *4))))))
-(((*1 *1 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-629 (-474 *4 *5))) (-5 *3 (-846 *4))
- (-14 *4 (-629 (-1154))) (-4 *5 (-445)) (-5 *1 (-617 *4 *5)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
+ (|partial| -12 (-4 *1 (-36 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-5 *2 (-2 (|:| -2669 *3) (|:| -3359 *4))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-757)) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5))
+ (-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
+ ((*1 *1 *2)
+ (-12 (-4 *2 (-1031)) (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
+ (-4 *5 (-233 *3 *2)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4)))
- (-5 *2 (-2 (|:| |num| (-1237 *4)) (|:| |den| *4))))))
-(((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
-(((*1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))))
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-630 (-168)))))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-445))
+ (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-959 *3 *4 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-745)))))
+(((*1 *1) (-5 *1 (-1158))))
(((*1 *2 *1)
- (-12 (-4 *3 (-228)) (-4 *3 (-1030)) (-4 *4 (-832)) (-4 *5 (-260 *4))
- (-4 *6 (-778)) (-5 *2 (-1 *1 (-756))) (-4 *1 (-247 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1030)) (-4 *3 (-832)) (-4 *5 (-260 *3)) (-4 *6 (-778))
- (-5 *2 (-1 *1 (-756))) (-4 *1 (-247 *4 *3 *5 *6))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-756)) (-4 *1 (-260 *2)) (-4 *2 (-832)))))
-(((*1 *2 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1074))))
+ (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-553))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5))))
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-553)))))
+(((*1 *2 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1075))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1225 *3)) (-4 *3 (-1191))))
- ((*1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))))
+ (-12 (-5 *2 (-757)) (-4 *1 (-1226 *3)) (-4 *3 (-1192))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-461)) (-5 *4 (-902)) (-5 *2 (-1242)) (-5 *1 (-1238)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-957 *4 *5 *3 *6)) (-4 *4 (-1030)) (-4 *5 (-778))
- (-4 *3 (-832)) (-4 *6 (-1044 *4 *5 *3)) (-5 *2 (-111)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
+ (-12 (-5 *3 (-461)) (-5 *4 (-903)) (-5 *2 (-1243)) (-5 *1 (-1239)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-5 *2 (-940 (-1151 *4))) (-5 *1 (-351 *4))
+ (-5 *3 (-1151 *4)))))
(((*1 *2)
- (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242))
- (-5 *1 (-969 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242))
- (-5 *1 (-1085 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-537))
- (-5 *2 (-401 (-552)))))
+ (-12 (-5 *2 (-903)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-903)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
+ (-4 *4 (-13 (-833) (-545))))))
+(((*1 *2 *1) (-12 (-4 *1 (-47 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-757)) (-5 *1 (-50 *3 *4)) (-4 *3 (-1031))
+ (-14 *4 (-630 (-1155)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-553)) (-5 *1 (-218 *3 *4)) (-4 *3 (-13 (-1031) (-833)))
+ (-14 *4 (-630 (-1155)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1031)) (-4 *3 (-833))
+ (-4 *5 (-260 *3)) (-4 *6 (-779)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-269))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1151 *8)) (-5 *4 (-630 *6)) (-4 *6 (-833))
+ (-4 *8 (-931 *7 *5 *6)) (-4 *5 (-779)) (-4 *7 (-1031))
+ (-5 *2 (-630 (-757))) (-5 *1 (-315 *5 *6 *7 *8))))
+ ((*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-903))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-401 (-552))) (-5 *1 (-412 *3)) (-4 *3 (-537))
- (-4 *3 (-544))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-537)) (-5 *2 (-401 (-552)))))
+ (-12 (-4 *1 (-368 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169))
+ (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-463 *3 *2)) (-4 *3 (-169)) (-4 *2 (-23))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-782 *3)) (-4 *3 (-169)) (-4 *3 (-537))
- (-5 *2 (-401 (-552)))))
+ (-12 (-4 *3 (-545)) (-5 *2 (-553)) (-5 *1 (-610 *3 *4))
+ (-4 *4 (-1214 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-694 *3)) (-4 *3 (-1031)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1031)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-886 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-887 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *6)) (-4 *1 (-931 *4 *5 *6)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 (-757)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-931 *4 *5 *3)) (-4 *4 (-1031)) (-4 *5 (-779))
+ (-4 *3 (-833)) (-5 *2 (-757))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-401 (-552))) (-5 *1 (-818 *3)) (-4 *3 (-537))
- (-4 *3 (-1078))))
+ (-12 (-4 *1 (-955 *3 *2 *4)) (-4 *3 (-1031)) (-4 *4 (-833))
+ (-4 *2 (-778))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-401 (-552))) (-5 *1 (-825 *3)) (-4 *3 (-537))
- (-4 *3 (-1078))))
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-757))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-978 *3)) (-4 *3 (-169)) (-4 *3 (-537))
- (-5 *2 (-401 (-552)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *2 (-401 (-552))) (-5 *1 (-989 *3))
- (-4 *3 (-1019 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-1116))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-844))) (-5 *2 (-1242)) (-5 *1 (-1116)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
+ (-12 (-4 *1 (-1200 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1229 *3))
+ (-5 *2 (-553))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1221 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1198 *3))
+ (-5 *2 (-401 (-553)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-819 (-903)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1259 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031))
+ (-5 *2 (-757)))))
+(((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-351 *3)) (-4 *3 (-343)))))
(((*1 *1 *1) (-5 *1 (-111))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-461))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1238))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1239)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *2 *3 *3 *3 *4 *5 *6)
- (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220)))
- (-5 *5 (-1072 (-220))) (-5 *6 (-629 (-257))) (-5 *2 (-1111 (-220)))
- (-5 *1 (-681)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-631 *3)) (-4 *3 (-1078)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-461))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1239))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1240)))))
+(((*1 *2 *2) (-12 (-5 *2 (-630 (-310 (-220)))) (-5 *1 (-261)))))
+(((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169))))
+ ((*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-401 *4)) (-4 *4 (-1214 *3))
+ (-4 *3 (-13 (-357) (-144) (-1020 (-553)))) (-5 *1 (-557 *3 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-107))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-529))) (-5 *1 (-529)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-358 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-5 *2 (-1136)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
+ (-12 (-5 *2 (-1151 (-401 (-934 *3)))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
(((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1191)) (-5 *2 (-756))
+ (-12 (-14 *4 *2) (-4 *5 (-1192)) (-5 *2 (-757))
(-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-317 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-129))
- (-5 *2 (-756))))
+ (-12 (-4 *1 (-317 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-129))
+ (-5 *2 (-757))))
((*1 *2)
- (-12 (-4 *4 (-357)) (-5 *2 (-756)) (-5 *1 (-322 *3 *4))
+ (-12 (-4 *4 (-357)) (-5 *2 (-757)) (-5 *1 (-322 *3 *4))
(-4 *3 (-323 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-355 *3)) (-4 *3 (-1078))))
- ((*1 *2) (-12 (-4 *1 (-362)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-380 *3)) (-4 *3 (-1078))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-355 *3)) (-4 *3 (-1079))))
+ ((*1 *2) (-12 (-4 *1 (-362)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-380 *3)) (-4 *3 (-1079))))
((*1 *2)
- (-12 (-4 *4 (-1078)) (-5 *2 (-756)) (-5 *1 (-418 *3 *4))
+ (-12 (-4 *4 (-1079)) (-5 *2 (-757)) (-5 *1 (-418 *3 *4))
(-4 *3 (-419 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-633 *3 *4 *5)) (-4 *3 (-1078))
+ (-12 (-5 *2 (-757)) (-5 *1 (-634 *3 *4 *5)) (-4 *3 (-1079))
(-4 *4 (-23)) (-14 *5 *4)))
((*1 *2)
- (-12 (-4 *4 (-169)) (-4 *5 (-1213 *4)) (-5 *2 (-756))
- (-5 *1 (-708 *3 *4 *5)) (-4 *3 (-709 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-804 *3)) (-4 *3 (-832))))
- ((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-987))))
+ (-12 (-4 *4 (-169)) (-4 *5 (-1214 *4)) (-5 *2 (-757))
+ (-5 *1 (-709 *3 *4 *5)) (-4 *3 (-710 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-805 *3)) (-4 *3 (-833))))
+ ((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-988))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3))
- (-4 *3 (-1213 *2)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-357)) (-5 *2 (-629 *3)) (-5 *1 (-926 *4 *3))
- (-4 *3 (-1213 *4)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-14 *4 (-629 (-1154))) (-4 *2 (-169))
- (-4 *3 (-233 (-2657 *4) (-756)))
- (-14 *6
- (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *3))
- (-2 (|:| -2840 *5) (|:| -1406 *3))))
- (-5 *1 (-454 *4 *2 *5 *3 *6 *7)) (-4 *5 (-832))
- (-4 *7 (-930 *2 *3 (-846 *4))))))
-(((*1 *2 *1 *3 *3)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-590 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1191)) (-5 *2 (-1242)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-924 *3) (-924 *3))) (-5 *1 (-173 *3))
- (-4 *3 (-13 (-357) (-1176) (-983))))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lfn| (-629 (-310 (-220)))) (|:| -1977 (-629 (-220)))))
- (-5 *2 (-373)) (-5 *1 (-261))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1237 (-310 (-220)))) (-5 *2 (-373)) (-5 *1 (-299)))))
-(((*1 *2 *1) (-12 (|has| *1 (-6 -4368)) (-4 *1 (-34)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-127))))
+ (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3))
+ (-4 *3 (-1214 *2)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-324)))))
+(((*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1162)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1248)))))
+(((*1 *2 *1) (-12 (|has| *1 (-6 -4369)) (-4 *1 (-34)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-127))))
((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-552))))
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-553))))
((*1 *2 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-1260 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-828)))))
-(((*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 (-673 (-220))) (-5 *5 (-111)) (-5 *6 (-220))
- (-5 *7 (-673 (-552)))
- (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN))))
- (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))
- (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-738)))))
+ (-12 (-5 *2 (-757)) (-5 *1 (-1261 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-829)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-357)) (-5 *2 (-630 *3)) (-5 *1 (-927 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 *8)) (-4 *8 (-931 *5 *7 *6))
+ (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155))))
+ (-4 *7 (-779))
+ (-5 *2
+ (-630
+ (-2 (|:| |eqzro| (-630 *8)) (|:| |neqzro| (-630 *8))
+ (|:| |wcond| (-630 (-934 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *5))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *5))))))))))
+ (-5 *1 (-906 *5 *6 *7 *8)) (-5 *4 (-630 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 *8)) (-5 *4 (-630 (-1155))) (-4 *8 (-931 *5 *7 *6))
+ (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155))))
+ (-4 *7 (-779))
+ (-5 *2
+ (-630
+ (-2 (|:| |eqzro| (-630 *8)) (|:| |neqzro| (-630 *8))
+ (|:| |wcond| (-630 (-934 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *5))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *5))))))))))
+ (-5 *1 (-906 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-674 *7)) (-4 *7 (-931 *4 *6 *5))
+ (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779))
+ (-5 *2
+ (-630
+ (-2 (|:| |eqzro| (-630 *7)) (|:| |neqzro| (-630 *7))
+ (|:| |wcond| (-630 (-934 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *4))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *4))))))))))
+ (-5 *1 (-906 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-674 *9)) (-5 *5 (-903)) (-4 *9 (-931 *6 *8 *7))
+ (-4 *6 (-13 (-301) (-144))) (-4 *7 (-13 (-833) (-601 (-1155))))
+ (-4 *8 (-779))
+ (-5 *2
+ (-630
+ (-2 (|:| |eqzro| (-630 *9)) (|:| |neqzro| (-630 *9))
+ (|:| |wcond| (-630 (-934 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *6))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *6))))))))))
+ (-5 *1 (-906 *6 *7 *8 *9)) (-5 *4 (-630 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-674 *9)) (-5 *4 (-630 (-1155))) (-5 *5 (-903))
+ (-4 *9 (-931 *6 *8 *7)) (-4 *6 (-13 (-301) (-144)))
+ (-4 *7 (-13 (-833) (-601 (-1155)))) (-4 *8 (-779))
+ (-5 *2
+ (-630
+ (-2 (|:| |eqzro| (-630 *9)) (|:| |neqzro| (-630 *9))
+ (|:| |wcond| (-630 (-934 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *6))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *6))))))))))
+ (-5 *1 (-906 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 *8)) (-5 *4 (-903)) (-4 *8 (-931 *5 *7 *6))
+ (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155))))
+ (-4 *7 (-779))
+ (-5 *2
+ (-630
+ (-2 (|:| |eqzro| (-630 *8)) (|:| |neqzro| (-630 *8))
+ (|:| |wcond| (-630 (-934 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *5))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *5))))))))))
+ (-5 *1 (-906 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-674 *9)) (-5 *4 (-630 *9)) (-5 *5 (-1137))
+ (-4 *9 (-931 *6 *8 *7)) (-4 *6 (-13 (-301) (-144)))
+ (-4 *7 (-13 (-833) (-601 (-1155)))) (-4 *8 (-779)) (-5 *2 (-553))
+ (-5 *1 (-906 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-674 *9)) (-5 *4 (-630 (-1155))) (-5 *5 (-1137))
+ (-4 *9 (-931 *6 *8 *7)) (-4 *6 (-13 (-301) (-144)))
+ (-4 *7 (-13 (-833) (-601 (-1155)))) (-4 *8 (-779)) (-5 *2 (-553))
+ (-5 *1 (-906 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 *8)) (-5 *4 (-1137)) (-4 *8 (-931 *5 *7 *6))
+ (-4 *5 (-13 (-301) (-144))) (-4 *6 (-13 (-833) (-601 (-1155))))
+ (-4 *7 (-779)) (-5 *2 (-553)) (-5 *1 (-906 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-674 *10)) (-5 *4 (-630 *10)) (-5 *5 (-903))
+ (-5 *6 (-1137)) (-4 *10 (-931 *7 *9 *8)) (-4 *7 (-13 (-301) (-144)))
+ (-4 *8 (-13 (-833) (-601 (-1155)))) (-4 *9 (-779)) (-5 *2 (-553))
+ (-5 *1 (-906 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-674 *10)) (-5 *4 (-630 (-1155))) (-5 *5 (-903))
+ (-5 *6 (-1137)) (-4 *10 (-931 *7 *9 *8)) (-4 *7 (-13 (-301) (-144)))
+ (-4 *8 (-13 (-833) (-601 (-1155)))) (-4 *9 (-779)) (-5 *2 (-553))
+ (-5 *1 (-906 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-674 *9)) (-5 *4 (-903)) (-5 *5 (-1137))
+ (-4 *9 (-931 *6 *8 *7)) (-4 *6 (-13 (-301) (-144)))
+ (-4 *7 (-13 (-833) (-601 (-1155)))) (-4 *8 (-779)) (-5 *2 (-553))
+ (-5 *1 (-906 *6 *7 *8 *9)))))
(((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4368)) (-4 *1 (-148 *2)) (-4 *2 (-1191))
- (-4 *2 (-1078))))
+ (-12 (|has| *1 (-6 -4369)) (-4 *1 (-148 *2)) (-4 *2 (-1192))
+ (-4 *2 (-1079))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4368)) (-4 *1 (-148 *3))
- (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4369)) (-4 *1 (-148 *3))
+ (-4 *3 (-1192))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-658 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-659 *3)) (-4 *3 (-1192))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-111) *4)) (-5 *3 (-552)) (-4 *4 (-1078))
- (-5 *1 (-722 *4))))
+ (-12 (-5 *2 (-1 (-111) *4)) (-5 *3 (-553)) (-4 *4 (-1079))
+ (-5 *1 (-723 *4))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-5 *1 (-722 *2)) (-4 *2 (-1078))))
+ (-12 (-5 *3 (-553)) (-5 *1 (-723 *2)) (-4 *2 (-1079))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34)))
- (-4 *4 (-13 (-1078) (-34))) (-5 *1 (-1119 *3 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-357)) (-4 *7 (-1213 *5)) (-4 *4 (-709 *5 *7))
- (-5 *2 (-2 (|:| -2325 (-673 *6)) (|:| |vec| (-1237 *5))))
- (-5 *1 (-796 *5 *6 *7 *4 *3)) (-4 *6 (-640 *5)) (-4 *3 (-640 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-288 *2)) (-4 *2 (-711)) (-4 *2 (-1191)))))
-(((*1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-154)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-325 *3)) (-4 *3 (-832)))))
-(((*1 *2 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-673 *4)) (-5 *3 (-756)) (-4 *4 (-1030))
- (-5 *1 (-674 *4)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1237 *4)) (-5 *3 (-552)) (-4 *4 (-343))
- (-5 *1 (-520 *4)))))
-(((*1 *1 *1) (-12 (-5 *1 (-412 *2)) (-4 *2 (-544)))))
-(((*1 *1 *1) (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-832)) (-4 *3 (-169))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-613 *2 *3 *4)) (-4 *2 (-832))
- (-4 *3 (-13 (-169) (-702 (-401 (-552))))) (-14 *4 (-902))))
- ((*1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-832))))
- ((*1 *1 *1) (-12 (-5 *1 (-804 *2)) (-4 *2 (-832))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
- (-14 *6 (-629 (-1154))) (-5 *2 (-629 (-1027 *5 *6)))
- (-5 *1 (-614 *5 *6)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *3 *4 *4 *3)
- (|partial| -12 (-5 *4 (-598 *3))
- (-4 *3 (-13 (-424 *5) (-27) (-1176)))
- (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3)))
- (-5 *1 (-554 *5 *3 *6)) (-4 *6 (-1078)))))
+ (-12 (-5 *2 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34)))
+ (-4 *4 (-13 (-1079) (-34))) (-5 *1 (-1120 *3 *4)))))
+(((*1 *1) (-5 *1 (-154)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-583 *3)) (-4 *3 (-38 *2))
+ (-4 *3 (-1031)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *6 (-903)) (-4 *5 (-301)) (-4 *3 (-1214 *5))
+ (-5 *2 (-2 (|:| |plist| (-630 *3)) (|:| |modulo| *5)))
+ (-5 *1 (-453 *5 *3)) (-5 *4 (-630 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1031))
+ (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278)))
+ (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-874 *4)) (-4 *4 (-1079)) (-5 *2 (-111))
+ (-5 *1 (-871 *4 *5)) (-4 *5 (-1079))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-874 *5)) (-4 *5 (-1079)) (-5 *2 (-111))
+ (-5 *1 (-872 *5 *3)) (-4 *3 (-1192))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *6)) (-5 *4 (-874 *5)) (-4 *5 (-1079))
+ (-4 *6 (-1192)) (-5 *2 (-111)) (-5 *1 (-872 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-934 (-220))) (-5 *2 (-220)) (-5 *1 (-299)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-242 *3 *4))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-1031))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-553))) (-14 *3 (-630 (-1155)))
+ (-5 *1 (-447 *3 *4 *5)) (-4 *4 (-1031))
+ (-4 *5 (-233 (-2656 *3) (-757)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-474 *3 *4))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-1137)) (-5 *1 (-187))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984)))
+ (-5 *1 (-173 *3)))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *5 (-599 *4)) (-5 *6 (-1151 *4))
+ (-4 *4 (-13 (-424 *7) (-27) (-1177)))
+ (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4))))
+ (-5 *1 (-549 *7 *4 *3)) (-4 *3 (-641 *4)) (-4 *3 (-1079))))
+ ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
+ (-12 (-5 *5 (-599 *4)) (-5 *6 (-401 (-1151 *4)))
+ (-4 *4 (-13 (-424 *7) (-27) (-1177)))
+ (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4))))
+ (-5 *1 (-549 *7 *4 *3)) (-4 *3 (-641 *4)) (-4 *3 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
+ (-5 *2 (-674 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-674 *4)) (-5 *1 (-410 *3 *4))
+ (-4 *3 (-411 *4))))
+ ((*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-674 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1073 (-826 (-220)))) (-5 *1 (-299)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-1020 (-401 *2)))) (-5 *2 (-553))
+ (-5 *1 (-114 *4 *3)) (-4 *3 (-1214 *4)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-632 *5)) (-4 *5 (-1030))
- (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-834 *5))))
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-633 *5)) (-4 *5 (-1031))
+ (-5 *1 (-53 *5 *2 *3)) (-4 *3 (-835 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-673 *3)) (-4 *1 (-411 *3)) (-4 *3 (-169))))
- ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030))))
+ (-12 (-5 *2 (-674 *3)) (-4 *1 (-411 *3)) (-4 *3 (-169))))
+ ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031))))
((*1 *2 *3 *2 *2 *4 *5)
- (-12 (-5 *4 (-98 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1030))
- (-5 *1 (-835 *2 *3)) (-4 *3 (-834 *2)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-220) (-220) (-220)))
- (-5 *4 (-3 (-1 (-220) (-220) (-220) (-220)) "undefined"))
- (-5 *5 (-1072 (-220))) (-5 *6 (-629 (-257))) (-5 *2 (-1111 (-220)))
- (-5 *1 (-681))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-924 (-220)) (-220) (-220))) (-5 *4 (-1072 (-220)))
- (-5 *5 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-681))))
- ((*1 *2 *2 *3 *4 *4 *5)
- (-12 (-5 *2 (-1111 (-220))) (-5 *3 (-1 (-924 (-220)) (-220) (-220)))
- (-5 *4 (-1072 (-220))) (-5 *5 (-629 (-257))) (-5 *1 (-681)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-1150 (-933 *4))) (-5 *1 (-410 *3 *4))
- (-4 *3 (-411 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-4 *3 (-357))
- (-5 *2 (-1150 (-933 *3)))))
- ((*1 *2)
- (-12 (-5 *2 (-1150 (-401 (-933 *3)))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-111)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1134 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1030)) (-4 *2 (-671 *4 *5 *6))
- (-5 *1 (-103 *4 *3 *2 *5 *6)) (-4 *3 (-1213 *4)) (-4 *5 (-367 *4))
- (-4 *6 (-367 *4)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460))))
- ((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460))))
- ((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))))
+ (-12 (-5 *4 (-98 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-1031))
+ (-5 *1 (-836 *2 *3)) (-4 *3 (-835 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-810)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-420 *4 *2)) (-4 *2 (-13 (-1177) (-29 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155)) (-4 *5 (-144))
+ (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553))))
+ (-5 *2 (-310 *5)) (-5 *1 (-577 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-1156 (-401 (-552))))
- (-5 *1 (-185)))))
-(((*1 *2 *1)
- (-12
+ (-12 (-4 *4 (-806)) (-14 *5 (-1155)) (-5 *2 (-630 (-1211 *5 *4)))
+ (-5 *1 (-1093 *4 *5)) (-5 *3 (-1211 *5 *4)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833))
+ (-5 *2 (-2 (|:| -4157 *1) (|:| |gap| (-757)) (|:| -3300 *1)))
+ (-4 *1 (-1045 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-2 (|:| -4157 *1) (|:| |gap| (-757)) (|:| -3300 *1)))
+ (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1099)) (-5 *2 (-111)) (-5 *1 (-807)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-757)) (-4 *2 (-545)) (-5 *1 (-951 *2 *4))
+ (-4 *4 (-1214 *2)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1214 *4)) (-4 *4 (-1196))
+ (-4 *6 (-1214 (-401 *5)))
(-5 *2
- (-1237
- (-2 (|:| |scaleX| (-220)) (|:| |scaleY| (-220))
- (|:| |deltaX| (-220)) (|:| |deltaY| (-220)) (|:| -3653 (-552))
- (|:| -2436 (-552)) (|:| |spline| (-552)) (|:| -2364 (-552))
- (|:| |axesColor| (-855)) (|:| -2097 (-552))
- (|:| |unitsColor| (-855)) (|:| |showing| (-552)))))
- (-5 *1 (-1238)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-832))
- (-5 *2 (-2 (|:| -4158 (-552)) (|:| |var| (-598 *1))))
- (-4 *1 (-424 *3)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-552)) (-5 *2 (-111)) (-5 *1 (-541)))))
+ (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
+ (|:| |gd| *5)))
+ (-4 *1 (-336 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
(((*1 *1 *1 *1)
- (-12 (-5 *1 (-629 *2)) (-4 *2 (-1078)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-886 *4)) (-4 *4 (-1078)) (-5 *2 (-629 (-756)))
- (-5 *1 (-885 *4)))))
-(((*1 *2 *3 *4 *2 *2 *5)
- (|partial| -12 (-5 *2 (-825 *4)) (-5 *3 (-598 *4)) (-5 *5 (-111))
- (-4 *4 (-13 (-1176) (-29 *6)))
- (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-219 *6 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-1213 (-401 (-552))))
- (-5 *2 (-2 (|:| |den| (-552)) (|:| |gcdnum| (-552))))
- (-5 *1 (-894 *3 *4)) (-4 *4 (-1213 (-401 *3)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1213 (-401 *2))) (-5 *2 (-552)) (-5 *1 (-894 *4 *3))
- (-4 *3 (-1213 (-401 *4))))))
-(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
- (|partial| -12 (-5 *2 (-629 (-1150 *13))) (-5 *3 (-1150 *13))
- (-5 *4 (-629 *12)) (-5 *5 (-629 *10)) (-5 *6 (-629 *13))
- (-5 *7 (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| *13)))))
- (-5 *8 (-629 (-756))) (-5 *9 (-1237 (-629 (-1150 *10))))
- (-4 *12 (-832)) (-4 *10 (-301)) (-4 *13 (-930 *10 *11 *12))
- (-4 *11 (-778)) (-5 *1 (-692 *11 *12 *10 *13)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1078)) (-5 *2 (-1136)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-317 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-129))
- (-5 *2 (-629 (-2 (|:| |gen| *3) (|:| -2855 *4))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| -4158 *3) (|:| -1727 *4))))
- (-5 *1 (-720 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-711))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1215 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777))
- (-5 *2 (-1134 (-2 (|:| |k| *4) (|:| |c| *3)))))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1193)))))
+ (-12 (-5 *1 (-630 *2)) (-4 *2 (-1079)) (-4 *2 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-807)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1214 *2)) (-4 *2 (-1196)) (-5 *1 (-145 *2 *4 *3))
+ (-4 *3 (-1214 (-401 *4))))))
+(((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1022)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 (-166 (-401 (-552)))))
+ (-12 (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-545))
+ (-4 *7 (-931 *3 *5 *6))
+ (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *8) (|:| |radicand| *8)))
+ (-5 *1 (-935 *5 *6 *3 *7 *8)) (-5 *4 (-757))
+ (-4 *8
+ (-13 (-357)
+ (-10 -8 (-15 -4013 (*7 $)) (-15 -4024 (*7 $)) (-15 -3212 ($ *7))))))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-1155)) (-5 *6 (-111))
+ (-4 *7 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-4 *3 (-13 (-1177) (-941) (-29 *7)))
(-5 *2
- (-629
- (-2 (|:| |outval| (-166 *4)) (|:| |outmult| (-552))
- (|:| |outvect| (-629 (-673 (-166 *4)))))))
- (-5 *1 (-749 *4)) (-4 *4 (-13 (-357) (-830))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832))
- (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-629 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154))
- (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-288 (-310 *5))))
- (-5 *1 (-1107 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-13 (-301) (-832) (-144)))
- (-5 *2 (-629 (-288 (-310 *4)))) (-5 *1 (-1107 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-288 (-401 (-933 *5)))) (-5 *4 (-1154))
- (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-288 (-310 *5))))
- (-5 *1 (-1107 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-288 (-401 (-933 *4))))
- (-4 *4 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-288 (-310 *4))))
- (-5 *1 (-1107 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-401 (-933 *5)))) (-5 *4 (-629 (-1154)))
- (-4 *5 (-13 (-301) (-832) (-144)))
- (-5 *2 (-629 (-629 (-288 (-310 *5))))) (-5 *1 (-1107 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-401 (-933 *4))))
- (-4 *4 (-13 (-301) (-832) (-144)))
- (-5 *2 (-629 (-629 (-288 (-310 *4))))) (-5 *1 (-1107 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-288 (-401 (-933 *5))))) (-5 *4 (-629 (-1154)))
- (-4 *5 (-13 (-301) (-832) (-144)))
- (-5 *2 (-629 (-629 (-288 (-310 *5))))) (-5 *1 (-1107 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-288 (-401 (-933 *4)))))
- (-4 *4 (-13 (-301) (-832) (-144)))
- (-5 *2 (-629 (-629 (-288 (-310 *4))))) (-5 *1 (-1107 *4)))))
+ (-3 (|:| |f1| (-826 *3)) (|:| |f2| (-630 (-826 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-214 *7 *3)) (-5 *5 (-826 *3)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-5 *2
+ (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553))
+ (|:| |success| (-111))))
+ (-5 *1 (-775)) (-5 *5 (-553)))))
+(((*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-220)) (-5 *1 (-299)))))
+(((*1 *2)
+ (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-134 *5 *6 *7)) (-14 *5 (-552))
- (-14 *6 (-756)) (-4 *7 (-169)) (-4 *8 (-169))
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-134 *5 *6 *7)) (-14 *5 (-553))
+ (-14 *6 (-757)) (-4 *7 (-169)) (-4 *8 (-169))
(-5 *2 (-134 *5 *6 *8)) (-5 *1 (-133 *5 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *9)) (-4 *9 (-1030)) (-4 *5 (-832)) (-4 *6 (-778))
- (-4 *8 (-1030)) (-4 *2 (-930 *9 *7 *5))
- (-5 *1 (-713 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-778))
- (-4 *4 (-930 *8 *6 *5)))))
+ (-12 (-5 *3 (-630 *9)) (-4 *9 (-1031)) (-4 *5 (-833)) (-4 *6 (-779))
+ (-4 *8 (-1031)) (-4 *2 (-931 *9 *7 *5))
+ (-5 *1 (-714 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-779))
+ (-4 *4 (-931 *8 *6 *5)))))
(((*1 *1 *1 *1)
- (-12 (-5 *1 (-629 *2)) (-4 *2 (-1078)) (-4 *2 (-1191)))))
-(((*1 *2)
- (-12 (-5 *2 (-1242)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-629 (-1154))) (-14 *5 (-756))
- (-5 *2
- (-629
- (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4)
- (-242 *4 (-401 (-552))))))
- (-5 *1 (-497 *4 *5))
- (-5 *3
- (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4)
- (-242 *4 (-401 (-552))))))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-257))))
- ((*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))))
+ (-12 (-5 *1 (-630 *2)) (-4 *2 (-1079)) (-4 *2 (-1192)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-5 *1 (-1231 *3 *2))
+ (-4 *2 (-1229 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778))
+ (-5 *2 (-757))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079))
+ (-5 *2 (-757))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-757)) (-5 *1 (-721 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-712)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1155)) (-5 *2 (-108)) (-5 *1 (-172))))
+ ((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1155)) (-5 *2 (-108)) (-5 *1 (-1064)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-552)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1030)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1154)) (-5 *3 (-428)) (-4 *5 (-832))
- (-5 *1 (-1084 *5 *4)) (-4 *4 (-424 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-658 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))))
-(((*1 *1) (-5 *1 (-111))) ((*1 *1) (-5 *1 (-603))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-521)))))
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-1214 *4)) (-5 *1 (-532 *4 *2 *5 *6))
+ (-4 *4 (-301)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-757))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-886 (-552))) (-5 *4 (-552)) (-5 *2 (-673 *4))
- (-5 *1 (-1009 *5)) (-4 *5 (-1030))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-673 (-552))) (-5 *1 (-1009 *4))
- (-4 *4 (-1030))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-886 (-552)))) (-5 *4 (-552))
- (-5 *2 (-629 (-673 *4))) (-5 *1 (-1009 *5)) (-4 *5 (-1030))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-629 (-552)))) (-5 *2 (-629 (-673 (-552))))
- (-5 *1 (-1009 *4)) (-4 *4 (-1030)))))
+ (-12 (-5 *3 (-1155)) (-4 *5 (-357)) (-5 *2 (-630 (-1186 *5)))
+ (-5 *1 (-1246 *5)) (-5 *4 (-1186 *5)))))
+(((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-428)) (-4 *5 (-833))
+ (-5 *1 (-1085 *5 *4)) (-4 *4 (-424 *5)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-5 *2 (-629 *3)))))
+ (-12
+ (-5 *2
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
+ (|:| |xpnt| (-553))))
+ (-4 *4 (-13 (-1214 *3) (-545) (-10 -8 (-15 -2591 ($ $ $)))))
+ (-4 *3 (-545)) (-5 *1 (-1217 *3 *4)))))
+(((*1 *1) (-5 *1 (-111))) ((*1 *1) (-5 *1 (-604))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *3 (-1045 *4 *5 *6))
+ (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *1))))
+ (-4 *1 (-1051 *4 *5 *6 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))))
+(((*1 *2 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-5 *2 (-630 *3)))))
(((*1 *1 *1 *1)
- (-12 (-5 *1 (-629 *2)) (-4 *2 (-1078)) (-4 *2 (-1191)))))
+ (-12 (-5 *1 (-630 *2)) (-4 *2 (-1079)) (-4 *2 (-1192)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 *5)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552))
- (-14 *4 (-756)) (-4 *5 (-169)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-90 *3)))))
-(((*1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1240)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (-5 *1 (-310 *3)) (-4 *3 (-544)) (-4 *3 (-832)))))
+ (-12 (-5 *2 (-630 *5)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553))
+ (-14 *4 (-757)) (-4 *5 (-169)))))
(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
- (|:| |abserr| (-220)) (|:| |relerr| (-220))))
- (-5 *2
- (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373))
- (|:| |expense| (-373)) (|:| |accuracy| (-373))
- (|:| |intermediateResults| (-373))))
- (-5 *1 (-788)))))
-(((*1 *1) (-5 *1 (-141))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-844) (-844))) (-5 *1 (-113))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-844) (-629 (-844)))) (-5 *1 (-113))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-411 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1164 (-630 *4))) (-4 *4 (-833))
+ (-5 *2 (-630 (-630 *4))) (-5 *1 (-1163 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-553)))) (-4 *5 (-1214 *4))
+ (-5 *2 (-2 (|:| |ans| (-401 *5)) (|:| |nosol| (-111))))
+ (-5 *1 (-997 *4 *5)) (-5 *3 (-401 *5)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-757)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2))
+ (-4 *2 (-1214 *4))))
+ ((*1 *2 *2 *3 *2 *3)
+ (-12 (-5 *3 (-553)) (-5 *1 (-681 *2)) (-4 *2 (-1214 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-831)))
+ (-5 *2 (-2 (|:| |start| *3) (|:| -3688 (-412 *3))))
+ (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-845) (-845))) (-5 *1 (-113))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-845) (-630 (-845)))) (-5 *1 (-113))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-844) (-629 (-844)))) (-5 *1 (-113))))
+ (|partial| -12 (-5 *2 (-1 (-845) (-630 (-845)))) (-5 *1 (-113))))
((*1 *2 *1)
- (-12 (-5 *2 (-1242)) (-5 *1 (-209 *3))
+ (-12 (-5 *2 (-1243)) (-5 *1 (-209 *3))
(-4 *3
- (-13 (-832)
- (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 (*2 $))
- (-15 -3726 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-388))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-388))))
- ((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-494))))
- ((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-695))))
- ((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1171))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-1171)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-445))))
+ (-13 (-833)
+ (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 (*2 $))
+ (-15 -1322 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-388))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-388))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-495))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-696))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1172))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *2 (-1243)) (-5 *1 (-1172)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1238 *5)) (-4 *5 (-778)) (-5 *2 (-111))
+ (-5 *1 (-828 *4 *5)) (-14 *4 (-757)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1028 *4 *5)) (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-14 *5 (-630 (-1155)))
+ (-5 *2
+ (-630 (-2 (|:| -4072 (-1151 *4)) (|:| -3693 (-630 (-934 *4))))))
+ (-5 *1 (-1264 *4 *5 *6)) (-14 *6 (-630 (-1155)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2
+ (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5))))))
+ (-5 *1 (-1264 *5 *6 *7)) (-5 *3 (-630 (-934 *5)))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2
+ (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5))))))
+ (-5 *1 (-1264 *5 *6 *7)) (-5 *3 (-630 (-934 *5)))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2
+ (-630 (-2 (|:| -4072 (-1151 *5)) (|:| -3693 (-630 (-934 *5))))))
+ (-5 *1 (-1264 *5 *6 *7)) (-5 *3 (-630 (-934 *5)))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-630 (-1155)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2
+ (-630 (-2 (|:| -4072 (-1151 *4)) (|:| -3693 (-630 (-934 *4))))))
+ (-5 *1 (-1264 *4 *5 *6)) (-5 *3 (-630 (-934 *4)))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-833))
+ (-4 *5 (-260 *4)) (-4 *6 (-779)) (-5 *2 (-757))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1031)) (-4 *3 (-833))
+ (-4 *5 (-260 *3)) (-4 *6 (-779)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-260 *3)) (-4 *3 (-833)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-343)) (-5 *2 (-903))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-330 *4 *5 *6 *7)) (-4 *4 (-13 (-362) (-357)))
+ (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5))) (-4 *7 (-336 *4 *5 *6))
+ (-5 *2 (-757)) (-5 *1 (-386 *4 *5 *6 *7))))
+ ((*1 *2 *1) (-12 (-4 *1 (-396)) (-5 *2 (-819 (-903)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-553))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-584 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-584 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-545)) (-5 *2 (-553)) (-5 *1 (-610 *3 *4))
+ (-4 *4 (-1214 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-726 *4 *3)) (-4 *4 (-1031))
+ (-4 *3 (-833))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-726 *4 *3)) (-4 *4 (-1031)) (-4 *3 (-833))
+ (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-851 *3)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-886 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-887 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4))
+ (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6)))
+ (-4 *8 (-336 *5 *6 *7))
+ (-4 *4 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-757))
+ (-5 *1 (-893 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-330 (-401 (-553)) *4 *5 *6))
+ (-4 *4 (-1214 (-401 (-553)))) (-4 *5 (-1214 (-401 *4)))
+ (-4 *6 (-336 (-401 (-553)) *4 *5)) (-5 *2 (-757))
+ (-5 *1 (-894 *4 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-330 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-357))
+ (-4 *7 (-1214 *6)) (-4 *4 (-1214 (-401 *7))) (-4 *8 (-336 *6 *7 *4))
+ (-4 *9 (-13 (-362) (-357))) (-5 *2 (-757))
+ (-5 *1 (-1000 *6 *7 *4 *8 *9))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1214 *3)) (-4 *3 (-1031)) (-4 *3 (-545))
+ (-5 *2 (-757))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-445))))
((*1 *1 *1 *1) (-4 *1 (-445)))
((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-5 *1 (-479 *2)) (-4 *2 (-1213 (-552)))))
+ (-12 (-5 *3 (-630 *2)) (-5 *1 (-479 *2)) (-4 *2 (-1214 (-553)))))
((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-552)) (-5 *1 (-680 *2)) (-4 *2 (-1213 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-756)))
+ (-12 (-5 *3 (-553)) (-5 *1 (-681 *2)) (-4 *2 (-1214 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-757)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-778)) (-4 *4 (-832)) (-4 *5 (-301))
- (-5 *1 (-897 *3 *4 *5 *2)) (-4 *2 (-930 *5 *3 *4))))
+ (-12 (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-301))
+ (-5 *1 (-898 *3 *4 *5 *2)) (-4 *2 (-931 *5 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *6 *4 *5))
- (-5 *1 (-897 *4 *5 *6 *2)) (-4 *4 (-778)) (-4 *5 (-832))
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *6 *4 *5))
+ (-5 *1 (-898 *4 *5 *6 *2)) (-4 *4 (-779)) (-4 *5 (-833))
(-4 *6 (-301))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1150 *6)) (-4 *6 (-930 *5 *3 *4)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *5 (-301)) (-5 *1 (-897 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-1151 *6)) (-4 *6 (-931 *5 *3 *4)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *5 (-301)) (-5 *1 (-898 *3 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1150 *7))) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *6 (-301)) (-5 *2 (-1150 *7)) (-5 *1 (-897 *4 *5 *6 *7))
- (-4 *7 (-930 *6 *4 *5))))
- ((*1 *1 *1 *1) (-5 *1 (-902)))
+ (-12 (-5 *3 (-630 (-1151 *7))) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *6 (-301)) (-5 *2 (-1151 *7)) (-5 *1 (-898 *4 *5 *6 *7))
+ (-4 *7 (-931 *6 *4 *5))))
+ ((*1 *1 *1 *1) (-5 *1 (-903)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-445)) (-4 *3 (-544)) (-5 *1 (-950 *3 *2))
- (-4 *2 (-1213 *3))))
+ (-12 (-4 *3 (-445)) (-4 *3 (-545)) (-5 *1 (-951 *3 *2))
+ (-4 *2 (-1214 *3))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-445)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-846 *5))) (-14 *5 (-629 (-1154))) (-4 *6 (-445))
- (-5 *2
- (-2 (|:| |dpolys| (-629 (-242 *5 *6)))
- (|:| |coords| (-629 (-552)))))
- (-5 *1 (-464 *5 *6 *7)) (-5 *3 (-629 (-242 *5 *6))) (-4 *7 (-445)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-973 *2)) (-4 *2 (-544)) (-5 *1 (-139 *2 *4 *3))
- (-4 *3 (-367 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-973 *2)) (-4 *2 (-544)) (-5 *1 (-495 *2 *4 *5 *3))
- (-4 *5 (-367 *2)) (-4 *3 (-367 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-673 *4)) (-4 *4 (-973 *2)) (-4 *2 (-544))
- (-5 *1 (-677 *2 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-973 *2)) (-4 *2 (-544)) (-5 *1 (-1206 *2 *4 *3))
- (-4 *3 (-1213 *4)))))
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-445)))))
+(((*1 *2 *1) (-12 (-4 *3 (-1192)) (-5 *2 (-630 *1)) (-4 *1 (-992 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-1143 *3 *4))) (-5 *1 (-1143 *3 *4))
+ (-14 *3 (-903)) (-4 *4 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301))))
+ ((*1 *2 *1) (-12 (-5 *1 (-896 *2)) (-4 *2 (-301))))
+ ((*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)) (-4 *2 (-301))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1040)) (-5 *2 (-553)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-144))
- (-4 *3 (-301)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-958 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1136)) (-5 *2 (-209 (-494))) (-5 *1 (-820)))))
-(((*1 *1 *1 *1) (-5 *1 (-111))) ((*1 *1 *1 *1) (-4 *1 (-122))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1081 *2 *3 *4 *5 *6)) (-4 *2 (-1078)) (-4 *3 (-1078))
- (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-629 (-924 (-220)))))
- (-5 *2 (-629 (-1072 (-220)))) (-5 *1 (-909)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-842)) (-5 *3 (-128)) (-5 *2 (-1098)))))
-(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-737)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4368)) (-4 *1 (-482 *4))
- (-4 *4 (-1191)) (-5 *2 (-111)))))
+ (-12 (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196))
+ (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))))))
(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-544))))
- ((*1 *1 *1) (|partial| -4 *1 (-707))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
- (-12 (-5 *4 (-552)) (-5 *5 (-1136)) (-5 *6 (-673 (-220)))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))))
- (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))
- (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV))))
- (-5 *10 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))
- (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-673 *11)) (-5 *4 (-629 (-401 (-933 *8))))
- (-5 *5 (-756)) (-5 *6 (-1136)) (-4 *8 (-13 (-301) (-144)))
- (-4 *11 (-930 *8 *10 *9)) (-4 *9 (-13 (-832) (-600 (-1154))))
- (-4 *10 (-778))
- (-5 *2
- (-2
- (|:| |rgl|
- (-629
- (-2 (|:| |eqzro| (-629 *11)) (|:| |neqzro| (-629 *11))
- (|:| |wcond| (-629 (-933 *8)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *8))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *8))))))))))
- (|:| |rgsz| (-552))))
- (-5 *1 (-905 *8 *9 *10 *11)) (-5 *7 (-552)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-629 *2)) (-4 *2 (-1191)))))
+ (-12 (-4 *1 (-1082 *2 *3 *4 *5 *6)) (-4 *2 (-1079)) (-4 *3 (-1079))
+ (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)))))
+(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
+ (|partial| -12 (-5 *5 (-1155))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-630 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -3557 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1177) (-27) (-424 *8)))
+ (-4 *8 (-13 (-445) (-833) (-144) (-1020 *3) (-626 *3)))
+ (-5 *3 (-553)) (-5 *2 (-630 *4)) (-5 *1 (-996 *8 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-844))))
+ ((*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-844)))))
+(((*1 *1 *1) (-5 *1 (-220)))
+ ((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *1 *1) (-4 *1 (-1118))) ((*1 *1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *3 (-1045 *6 *7 *8))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-1087 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-630 (-2 (|:| |val| (-630 *8)) (|:| -3361 *9))))
+ (-5 *5 (-111)) (-4 *8 (-1045 *6 *7 *4)) (-4 *9 (-1051 *6 *7 *4 *8))
+ (-4 *6 (-445)) (-4 *7 (-779)) (-4 *4 (-833))
+ (-5 *2 (-630 (-2 (|:| |val| *8) (|:| -3361 *9))))
+ (-5 *1 (-1087 *6 *7 *4 *8 *9)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *2 (-1017)) (-5 *1 (-740)))))
+(((*1 *1 *1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-630 *2)) (-4 *2 (-1192)))))
(((*1 *2 *3 *4)
- (-12 (-4 *6 (-544)) (-4 *2 (-930 *3 *5 *4))
- (-5 *1 (-717 *5 *4 *6 *2)) (-5 *3 (-401 (-933 *6))) (-4 *5 (-778))
- (-4 *4 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))))))
-(((*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-385)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1081 *2 *3 *4 *5 *6)) (-4 *2 (-1078)) (-4 *3 (-1078))
- (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)))))
-(((*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -3428 *6) (|:| |sol?| (-111))) (-552)
- *6))
- (-4 *6 (-357)) (-4 *7 (-1213 *6))
- (-5 *2 (-2 (|:| |answer| (-573 (-401 *7))) (|:| |a0| *6)))
- (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))))
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-357))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
+ (-5 *1 (-563 *5 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-113)) (-5 *1 (-112 *3)) (-4 *3 (-832)) (-4 *3 (-1078)))))
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1243))
+ (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *1 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1082 *2 *3 *4 *5 *6)) (-4 *2 (-1079)) (-4 *3 (-1079))
+ (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-887 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-925 (-220)))) (-5 *1 (-1239)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
+ (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *6 (-220))
+ (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-738)))))
(((*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-168))))
- ((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1238))))
- ((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-629 (-924 (-220))))) (-5 *1 (-461)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1239))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-1160))) (-5 *1 (-1160))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-630 (-1160))) (-5 *1 (-1160)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845))))
((*1 *2 *1)
(-12
(-5 *2
- (-2 (|:| -3193 (-629 (-844))) (|:| -3305 (-629 (-844)))
- (|:| |presup| (-629 (-844))) (|:| -1382 (-629 (-844)))
- (|:| |args| (-629 (-844)))))
- (-5 *1 (-1154)))))
+ (-2 (|:| -2886 (-630 (-845))) (|:| -1462 (-630 (-845)))
+ (|:| |presup| (-630 (-845))) (|:| -3289 (-630 (-845)))
+ (|:| |args| (-630 (-845)))))
+ (-5 *1 (-1155)))))
+(((*1 *2 *1 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -4157 *3) (|:| |gap| (-757)) (|:| -4294 (-768 *3))
+ (|:| -3300 (-768 *3))))
+ (-5 *1 (-768 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833))
+ (-5 *2
+ (-2 (|:| -4157 *1) (|:| |gap| (-757)) (|:| -4294 *1)
+ (|:| -3300 *1)))
+ (-4 *1 (-1045 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2
+ (-2 (|:| -4157 *1) (|:| |gap| (-757)) (|:| -4294 *1)
+ (|:| -3300 *1)))
+ (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-5 *2 (-553)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-373)) (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))))
+ (-12 (-5 *2 (-630 (-630 (-630 *4)))) (-5 *3 (-630 *4)) (-4 *4 (-833))
+ (-5 *1 (-1163 *4)))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
- (-5 *2 (-629 (-933 *4)))))
- ((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-629 (-933 *4))) (-5 *1 (-410 *3 *4))
- (-4 *3 (-411 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-629 (-933 *3)))))
- ((*1 *2)
- (-12 (-5 *2 (-629 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1237 (-446 *4 *5 *6 *7))) (-5 *2 (-629 (-933 *4)))
- (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-544)) (-4 *4 (-169))
- (-14 *5 (-902)) (-14 *6 (-629 (-1154))) (-14 *7 (-1237 (-673 *4))))))
-(((*1 *2 *3) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-439)) (-5 *3 (-552)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-132)))))
-(((*1 *1 *2) (-12 (-4 *1 (-650 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-1154)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239))))
- ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-756)) (-4 *4 (-301)) (-4 *6 (-1213 *4))
- (-5 *2 (-1237 (-629 *6))) (-5 *1 (-448 *4 *6)) (-5 *5 (-629 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-411 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1030))
- (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278)))
- (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4))))
- ((*1 *1 *1) (-4 *1 (-537)))
- ((*1 *2 *1) (-12 (-5 *2 (-902)) (-5 *1 (-656 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-902)) (-5 *1 (-661 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-804 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-874 *3)) (-4 *3 (-832))))
- ((*1 *2 *1) (-12 (-4 *1 (-976 *3)) (-4 *3 (-1191)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-1188 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196))
+ (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4))))))
+(((*1 *1 *2) (-12 (-4 *1 (-651 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-1155)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-1155)) (-4 *4 (-1031)) (-4 *4 (-833))
+ (-5 *2 (-2 (|:| |var| (-599 *1)) (|:| -3503 (-553))))
+ (-4 *1 (-424 *4))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-113)) (-4 *4 (-1031)) (-4 *4 (-833))
+ (-5 *2 (-2 (|:| |var| (-599 *1)) (|:| -3503 (-553))))
+ (-4 *1 (-424 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-983))
- (-4 *2 (-1030)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-144))
- (-4 *3 (-301)) (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-958 *3 *4 *5 *6)))))
+ (|partial| -12 (-4 *3 (-1091)) (-4 *3 (-833))
+ (-5 *2 (-2 (|:| |var| (-599 *1)) (|:| -3503 (-553))))
+ (-4 *1 (-424 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |val| (-874 *3)) (|:| -3503 (-757))))
+ (-5 *1 (-874 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-931 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-2 (|:| |var| *5) (|:| -3503 (-757))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031))
+ (-4 *7 (-931 *6 *4 *5))
+ (-5 *2 (-2 (|:| |var| *5) (|:| -3503 (-553))))
+ (-5 *1 (-932 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-357)
+ (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $))
+ (-15 -4024 (*7 $))))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-630 *7)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5))
+ (-5 *1 (-970 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-630 *7)) (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *3 (-445))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5))
+ (-5 *1 (-1086 *3 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
+ (-12 (-5 *3 (-553)) (-5 *5 (-111)) (-5 *6 (-674 (-220)))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))
+ (-5 *4 (-220)) (-5 *2 (-1017)) (-5 *1 (-739)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1150 *5)) (-4 *5 (-357)) (-5 *2 (-629 *6))
- (-5 *1 (-524 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-830))))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *1)) (-4 *1 (-445))))
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1031))
+ (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278)))
+ (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4))))
+ ((*1 *1 *1) (-4 *1 (-538)))
+ ((*1 *2 *1) (-12 (-5 *2 (-903)) (-5 *1 (-657 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-903)) (-5 *1 (-662 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-805 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-875 *3)) (-4 *3 (-833))))
+ ((*1 *2 *1) (-12 (-4 *1 (-977 *3)) (-4 *3 (-1192)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-1189 *3)) (-4 *3 (-1192))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-984))
+ (-4 *2 (-1031)))))
+(((*1 *2 *3) (-12 (-5 *3 (-630 *2)) (-5 *1 (-1166 *2)) (-4 *2 (-357)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031))
+ (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1261 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-829)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-445))))
((*1 *1 *1 *1) (-4 *1 (-445))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-442 *3 *4 *5 *2)) (-4 *2 (-930 *3 *4 *5)))))
-(((*1 *2 *3 *4 *3 *3)
- (-12 (-5 *3 (-288 *6)) (-5 *4 (-113)) (-4 *6 (-424 *5))
- (-4 *5 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52))
- (-5 *1 (-311 *5 *6))))
- ((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-288 *7)) (-5 *4 (-113)) (-5 *5 (-629 *7))
- (-4 *7 (-424 *6)) (-4 *6 (-13 (-832) (-544) (-600 (-528))))
- (-5 *2 (-52)) (-5 *1 (-311 *6 *7))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-629 (-288 *7))) (-5 *4 (-629 (-113))) (-5 *5 (-288 *7))
- (-4 *7 (-424 *6)) (-4 *6 (-13 (-832) (-544) (-600 (-528))))
- (-5 *2 (-52)) (-5 *1 (-311 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-629 (-288 *8))) (-5 *4 (-629 (-113))) (-5 *5 (-288 *8))
- (-5 *6 (-629 *8)) (-4 *8 (-424 *7))
- (-4 *7 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52))
- (-5 *1 (-311 *7 *8))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-629 *7)) (-5 *4 (-629 (-113))) (-5 *5 (-288 *7))
- (-4 *7 (-424 *6)) (-4 *6 (-13 (-832) (-544) (-600 (-528))))
- (-5 *2 (-52)) (-5 *1 (-311 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 (-113))) (-5 *6 (-629 (-288 *8)))
- (-4 *8 (-424 *7)) (-5 *5 (-288 *8))
- (-4 *7 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52))
- (-5 *1 (-311 *7 *8))))
- ((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-288 *5)) (-5 *4 (-113)) (-4 *5 (-424 *6))
- (-4 *6 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52))
- (-5 *1 (-311 *6 *5))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-4 *3 (-424 *6))
- (-4 *6 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52))
- (-5 *1 (-311 *6 *3))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-4 *3 (-424 *6))
- (-4 *6 (-13 (-832) (-544) (-600 (-528)))) (-5 *2 (-52))
- (-5 *1 (-311 *6 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-5 *6 (-629 *3))
- (-4 *3 (-424 *7)) (-4 *7 (-13 (-832) (-544) (-600 (-528))))
- (-5 *2 (-52)) (-5 *1 (-311 *7 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-873 *4)) (-4 *4 (-1078)) (-5 *1 (-871 *4 *3))
- (-4 *3 (-1191))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
+(((*1 *1 *1 *1) (-4 *1 (-949))))
+(((*1 *2 *2) (-12 (-5 *2 (-382)) (-5 *1 (-430))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-382)) (-5 *1 (-430)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-757)) (-5 *2 (-111)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (-5 *2 (-111)) (-5 *1 (-294)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-166 (-220))) (-5 *4 (-552)) (-5 *2 (-1016))
- (-5 *1 (-743)))))
-(((*1 *2 *3 *4 *4 *3 *5)
- (-12 (-5 *4 (-598 *3)) (-5 *5 (-1150 *3))
- (-4 *3 (-13 (-424 *6) (-27) (-1176)))
- (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2 (-573 *3)) (-5 *1 (-548 *6 *3 *7)) (-4 *7 (-1078))))
- ((*1 *2 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *4 (-598 *3)) (-5 *5 (-401 (-1150 *3)))
- (-4 *3 (-13 (-424 *6) (-27) (-1176)))
- (-4 *6 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2 (-573 *3)) (-5 *1 (-548 *6 *3 *7)) (-4 *7 (-1078)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
+ (|partial| -12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4))
+ (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6)))
+ (-4 *8 (-336 *5 *6 *7))
+ (-4 *4 (-13 (-833) (-545) (-1020 (-553))))
+ (-5 *2 (-2 (|:| -2592 (-757)) (|:| -2408 *8)))
+ (-5 *1 (-893 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-330 (-401 (-553)) *4 *5 *6))
+ (-4 *4 (-1214 (-401 (-553)))) (-4 *5 (-1214 (-401 *4)))
+ (-4 *6 (-336 (-401 (-553)) *4 *5))
+ (-5 *2 (-2 (|:| -2592 (-757)) (|:| -2408 *6)))
+ (-5 *1 (-894 *4 *5 *6)))))
+(((*1 *2 *2) (-12 (-5 *2 (-310 (-220))) (-5 *1 (-261)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *1)) (-4 *1 (-1045 *4 *5 *6)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1185 *4 *5 *6 *3)) (-4 *4 (-545)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-825 (-373))) (-5 *2 (-825 (-220))) (-5 *1 (-299)))))
+ (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-848 *4 *5 *6 *7))
+ (-4 *4 (-1031)) (-14 *5 (-630 (-1155))) (-14 *6 (-630 *3))
+ (-14 *7 *3)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-757)) (-4 *4 (-1031)) (-4 *5 (-833)) (-4 *6 (-779))
+ (-14 *8 (-630 *5)) (-5 *2 (-1243))
+ (-5 *1 (-1250 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-931 *4 *6 *5))
+ (-14 *9 (-630 *3)) (-14 *10 *3))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-125 *3)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-343)) (-4 *4 (-323 *3)) (-4 *5 (-1214 *4))
+ (-5 *1 (-763 *3 *4 *5 *2 *6)) (-4 *2 (-1214 *5)) (-14 *6 (-903))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-4 *3 (-362))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1257 *2)) (-4 *2 (-357)) (-4 *2 (-362)))))
+(((*1 *2 *1) (-12 (-5 *1 (-896 *2)) (-4 *2 (-301)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-957 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832)) (-4 *5 (-1044 *3 *4 *2)))))
-(((*1 *1 *1) (-4 *1 (-615)))
+ (-12 (-5 *1 (-1119 *3 *2)) (-4 *3 (-13 (-1079) (-34)))
+ (-4 *2 (-13 (-1079) (-34))))))
+(((*1 *1 *1) (-4 *1 (-616)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983) (-1176))))))
-(((*1 *1 *2 *1)
- (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-596 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-5 *2 (-111)))))
-(((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-1116))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-844))) (-5 *2 (-1242)) (-5 *1 (-1116)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-519)) (-5 *3 (-127)) (-5 *2 (-1098)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1190))) (-5 *1 (-665))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1159))) (-5 *1 (-1096)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-740)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984) (-1177))))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-768 *2)) (-4 *2 (-1031))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-757))
+ (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1191))) (-5 *1 (-666))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1160))) (-5 *1 (-1097)))))
+(((*1 *2) (-12 (-5 *2 (-630 (-757))) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-630 (-757))) (-5 *1 (-1241)))))
+(((*1 *1 *1) (-4 *1 (-1123))))
+(((*1 *2 *1) (-12 (-4 *1 (-659 *2)) (-4 *2 (-1192)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-401 *4)) (-4 *4 (-1213 *3))
- (-4 *3 (-13 (-357) (-144) (-1019 (-552)))) (-5 *1 (-556 *3 *4)))))
-(((*1 *1) (-5 *1 (-154)))
- ((*1 *2 *1) (-12 (-4 *1 (-1025 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *5 (-598 *4)) (-5 *6 (-1150 *4))
- (-4 *4 (-13 (-424 *7) (-27) (-1176)))
- (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4))))
- (-5 *1 (-548 *7 *4 *3)) (-4 *3 (-640 *4)) (-4 *3 (-1078))))
- ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
- (-12 (-5 *5 (-598 *4)) (-5 *6 (-401 (-1150 *4)))
- (-4 *4 (-13 (-424 *7) (-27) (-1176)))
- (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4))))
- (-5 *1 (-548 *7 *4 *3)) (-4 *3 (-640 *4)) (-4 *3 (-1078)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *2 (-544)) (-5 *1 (-950 *2 *4))
- (-4 *4 (-1213 *2)))))
+ (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984)))
+ (-5 *1 (-173 *3)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-630 *6)) (-5 *4 (-630 (-242 *5 *6))) (-4 *6 (-445))
+ (-5 *2 (-242 *5 *6)) (-14 *5 (-630 (-1155))) (-5 *1 (-618 *5 *6)))))
(((*1 *1 *1) (-4 *1 (-35)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2)
- (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))))
-(((*1 *2 *1) (-12 (-4 *3 (-1191)) (-5 *2 (-629 *1)) (-4 *1 (-991 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-1142 *3 *4))) (-5 *1 (-1142 *3 *4))
- (-14 *3 (-902)) (-4 *4 (-1030)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1242))
- (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195))
- (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030))
- (-5 *2 (-111))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *1)) (-4 *1 (-1045 *4 *5 *6)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-111))))
((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1260 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-828)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-756))
- (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-598 *4)) (-4 *4 (-832)) (-4 *2 (-832))
- (-5 *1 (-597 *2 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1185 *4 *5 *6 *3)) (-4 *4 (-545)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-4 *3 (-1192)) (-5 *2 (-630 *1)) (-4 *1 (-992 *3)))))
+(((*1 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-953)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-599 *4)) (-4 *4 (-833)) (-4 *2 (-833))
+ (-5 *1 (-598 *2 *4)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-111))
+ (-5 *2 (-1017)) (-5 *1 (-739)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-903)) (-5 *4 (-412 *6)) (-4 *6 (-1214 *5))
+ (-4 *5 (-1031)) (-5 *2 (-630 *6)) (-5 *1 (-437 *5 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1151 *6)) (-5 *3 (-553)) (-4 *6 (-301)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *1 (-728 *4 *5 *6 *7)) (-4 *7 (-931 *6 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-480)))))
(((*1 *1 *1 *1) (-5 *1 (-111))) ((*1 *1 *1 *1) (-4 *1 (-122)))
- ((*1 *1 *1 *1) (-5 *1 (-1098))))
-(((*1 *2 *3 *4 *4 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *2 (-1016)) (-5 *1 (-737)))))
+ ((*1 *1 *1 *1) (-5 *1 (-1099))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-5 *2 (-111)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
- ((*1 *1 *1) (-4 *1 (-485)))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
+ ((*1 *1 *1) (-4 *1 (-486)))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1260 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-828)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-552)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-412 *2)) (-4 *2 (-544)))))
-(((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| -1443 (-113)) (|:| |arg| (-629 (-873 *3)))))
- (-5 *1 (-873 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-113)) (-5 *2 (-629 (-873 *4)))
- (-5 *1 (-873 *4)) (-4 *4 (-1078)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-902)) (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-257)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1154)) (-5 *6 (-629 (-598 *3)))
- (-5 *5 (-598 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *7)))
- (-4 *7 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3)))
- (-5 *1 (-545 *7 *3)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-1073 (-401 (-553))))) (-5 *1 (-257))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-257)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1155))
+ (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *1 (-1158)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1) (|partial| -12 (-4 *1 (-994)) (-5 *2 (-845)))))
+(((*1 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-484)) (-5 *3 (-936)) (-5 *1 (-526))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *3 (-936)) (-4 *1 (-753 *2)) (-4 *2 (-1079)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1150 *4)) (-5 *1 (-520 *4))
- (-4 *4 (-343)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1252 *3 *4)) (-4 *3 (-832)) (-4 *4 (-169))
- (-5 *1 (-648 *3 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-648 *3 *4)) (-5 *1 (-1257 *3 *4))
- (-4 *3 (-832)) (-4 *4 (-169)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *3 (-629 (-552)))
- (-5 *1 (-864)))))
-(((*1 *2 *3 *4 *4 *5 *3 *6)
- (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-629 *3)) (-5 *6 (-1150 *3))
- (-4 *3 (-13 (-424 *7) (-27) (-1176)))
- (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-548 *7 *3 *8)) (-4 *8 (-1078))))
- ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
- (|partial| -12 (-5 *4 (-598 *3)) (-5 *5 (-629 *3))
- (-5 *6 (-401 (-1150 *3))) (-4 *3 (-13 (-424 *7) (-27) (-1176)))
- (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-548 *7 *3 *8)) (-4 *8 (-1078)))))
+ (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1196)) (-4 *3 (-1214 *4))
+ (-4 *5 (-1214 (-401 *3))) (-5 *2 (-111))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
(((*1 *2 *1)
- (-12 (-4 *1 (-247 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-832))
- (-4 *5 (-778)) (-4 *2 (-260 *4)))))
+ (-12 (-4 *1 (-591 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1192))
+ (-5 *2 (-630 *3)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-874 *4)) (-4 *4 (-1079)) (-4 *2 (-1079))
+ (-5 *1 (-871 *4 *2)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-247 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-833))
+ (-4 *5 (-779)) (-4 *2 (-260 *4)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
- ((*1 *1 *1) (-4 *1 (-485)))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
+ ((*1 *1 *1) (-4 *1 (-486)))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-552))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-552))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864)) (-5 *3 (-552)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *8 (-1044 *5 *6 *7))
- (-5 *2
- (-2 (|:| |val| (-629 *8))
- (|:| |towers| (-629 (-1008 *5 *6 *7 *8)))))
- (-5 *1 (-1008 *5 *6 *7 *8)) (-5 *3 (-629 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *8 (-1044 *5 *6 *7))
- (-5 *2
- (-2 (|:| |val| (-629 *8))
- (|:| |towers| (-629 (-1124 *5 *6 *7 *8)))))
- (-5 *1 (-1124 *5 *6 *7 *8)) (-5 *3 (-629 *8)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-673 *4)) (-5 *3 (-902)) (-4 *4 (-1030))
- (-5 *1 (-1009 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 (-673 *4))) (-5 *3 (-902)) (-4 *4 (-1030))
- (-5 *1 (-1009 *4)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-544))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1721 *4)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-756))) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-1165 *2)) (-4 *2 (-357)))))
-(((*1 *1) (-5 *1 (-1063))))
-(((*1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-132)))))
-(((*1 *1 *1 *1) (-4 *1 (-948))))
-(((*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-832)) (-4 *2 (-544))))
- ((*1 *1 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)))))
+ (-12 (-5 *3 (-630 *4)) (-4 *4 (-833)) (-5 *2 (-630 (-649 *4 *5)))
+ (-5 *1 (-614 *4 *5 *6)) (-4 *5 (-13 (-169) (-703 (-401 (-553)))))
+ (-14 *6 (-903)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))))
+(((*1 *2 *3 *4 *4 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-738)))))
+(((*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-373)))))
+(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1238 *5)) (-4 *5 (-626 *4)) (-4 *4 (-545))
+ (-5 *2 (-1238 *4)) (-5 *1 (-625 *4 *5)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2)
+ (-12 (-4 *3 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-1243))
+ (-5 *1 (-427 *3 *4)) (-4 *4 (-424 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-949))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-52)) (-5 *1 (-815)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
- ((*1 *1 *1) (-4 *1 (-485)))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
+ ((*1 *1 *1) (-4 *1 (-486)))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-305))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-305))))
((*1 *2 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242))
- (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242))
- (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-673 (-401 (-933 (-552)))))
- (-5 *2 (-673 (-310 (-552)))) (-5 *1 (-1012)))))
+ (-12 (-5 *2 (-757)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1064)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-994)) (-5 *2 (-845)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1255 *2 *3)) (-4 *2 (-833)) (-4 *3 (-1031))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1261 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-829)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-584 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-955 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-778))
+ (-4 *5 (-833)) (-5 *2 (-111)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-876))
- (-5 *3
- (-2 (|:| |pde| (-629 (-310 (-220))))
- (|:| |constraints|
- (-629
- (-2 (|:| |start| (-220)) (|:| |finish| (-220))
- (|:| |grid| (-756)) (|:| |boundaryType| (-552))
- (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220))))))
- (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136))
- (|:| |tol| (-220))))
- (-5 *2 (-1016)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *1 *3 *3 *3 *2)
- (-12 (-5 *3 (-756)) (-5 *1 (-659 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-832)) (-4 *5 (-778))
- (-4 *6 (-544)) (-4 *7 (-930 *6 *5 *3))
- (-5 *1 (-455 *5 *3 *6 *7 *2))
- (-4 *2
- (-13 (-1019 (-401 (-552))) (-357)
- (-10 -8 (-15 -3213 ($ *7)) (-15 -4015 (*7 $))
- (-15 -4026 (*7 $))))))))
+ (-12 (-4 *4 (-1214 (-401 *2))) (-5 *2 (-553)) (-5 *1 (-895 *4 *3))
+ (-4 *3 (-1214 (-401 *4))))))
(((*1 *2 *3)
- (-12 (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1213 (-48)))))
- ((*1 *2 *3 *1)
- (-12 (-5 *2 (-2 (|:| |less| (-120 *3)) (|:| |greater| (-120 *3))))
- (-5 *1 (-120 *3)) (-4 *3 (-832))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-573 *4)) (-4 *4 (-13 (-29 *3) (-1176)))
- (-4 *3 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552))))
- (-5 *1 (-571 *3 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-573 (-401 (-933 *3))))
- (-4 *3 (-13 (-445) (-1019 (-552)) (-832) (-625 (-552))))
- (-5 *1 (-576 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-357))
- (-5 *2 (-2 (|:| -1681 *3) (|:| |special| *3))) (-5 *1 (-712 *5 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1237 *5)) (-4 *5 (-357)) (-4 *5 (-1030))
- (-5 *2 (-629 (-629 (-673 *5)))) (-5 *1 (-1010 *5))
- (-5 *3 (-629 (-673 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1237 (-1237 *5))) (-4 *5 (-357)) (-4 *5 (-1030))
- (-5 *2 (-629 (-629 (-673 *5)))) (-5 *1 (-1010 *5))
- (-5 *3 (-629 (-673 *5)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-138)) (-5 *2 (-629 *1)) (-4 *1 (-1122))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-629 *1)) (-4 *1 (-1122)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-445)) (-4 *3 (-832)) (-4 *3 (-1019 (-552)))
- (-4 *3 (-544)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3))
- (-4 *2
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $))
- (-15 -4026 ((-1103 *3 (-598 $)) $))
- (-15 -3213 ($ (-1103 *3 (-598 $))))))))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-552)) (-4 *3 (-169)) (-4 *5 (-367 *3))
- (-4 *6 (-367 *3)) (-5 *1 (-672 *3 *5 *6 *2))
- (-4 *2 (-671 *3 *5 *6)))))
+ (-12 (-5 *3 (-1155)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-687 *4 *5 *6 *7))
+ (-4 *4 (-601 (-529))) (-4 *5 (-1192)) (-4 *6 (-1192))
+ (-4 *7 (-1192)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-288 *3))) (-5 *1 (-288 *3)) (-4 *3 (-544))
- (-4 *3 (-1191)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-756)) (-5 *1 (-574 *2)) (-4 *2 (-537))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -4174 *3) (|:| -1406 (-756)))) (-5 *1 (-574 *3))
- (-4 *3 (-537)))))
+ (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111)))))
+(((*1 *1 *1 *1) (-4 *1 (-747))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-5 *2 (-1243)) (-5 *1 (-1158))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1155))
+ (-5 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *2 (-1243))
+ (-5 *1 (-1158))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *3 (-1155))
+ (-5 *4 (-3 (|:| |fst| (-428)) (|:| -1900 "void"))) (-5 *2 (-1243))
+ (-5 *1 (-1158)))))
+(((*1 *2 *3 *4 *3 *5 *3)
+ (-12 (-5 *4 (-674 (-220))) (-5 *5 (-674 (-553))) (-5 *3 (-553))
+ (-5 *2 (-1017)) (-5 *1 (-740)))))
+(((*1 *1)
+ (-12 (-5 *1 (-634 *2 *3 *4)) (-4 *2 (-1079)) (-4 *3 (-23))
+ (-14 *4 *3))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
- ((*1 *1 *1) (-4 *1 (-485)))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
+ ((*1 *1 *1) (-4 *1 (-486)))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-301) (-144))) (-4 *4 (-13 (-832) (-600 (-1154))))
- (-4 *5 (-778)) (-5 *1 (-905 *3 *4 *5 *2)) (-4 *2 (-930 *3 *5 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-168)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460))))
- ((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460))))
- ((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-552)) (|has| *1 (-6 -4359)) (-4 *1 (-398))
- (-5 *2 (-902)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4))))
- ((*1 *2 *3 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *2 (-629 *3)) (-5 *1 (-1106 *4 *3)) (-4 *4 (-1213 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *1) (-5 *1 (-431))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1151 *5)) (-4 *5 (-445)) (-5 *2 (-630 *6))
+ (-5 *1 (-531 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-831)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-934 *5)) (-4 *5 (-445)) (-5 *2 (-630 *6))
+ (-5 *1 (-531 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-831))))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-401 (-553))) (-5 *1 (-220))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-401 (-553))) (-5 *1 (-220))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-401 (-553))) (-5 *1 (-373))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-401 (-553))) (-5 *1 (-373)))))
+(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-741)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-553)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-412 *2)) (-4 *2 (-545)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))
+ (-5 *2 (-1151 *3)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5)))
+ (-5 *2 (-630 (-630 *4))) (-5 *1 (-335 *3 *4 *5 *6))
+ (-4 *3 (-336 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-4 *3 (-362)) (-5 *2 (-630 (-630 *3))))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-96)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-220)) (-5 *1 (-299)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-544) (-832) (-1019 (-552)))) (-4 *5 (-424 *4))
- (-5 *2
- (-3 (|:| |overq| (-1150 (-401 (-552))))
- (|:| |overan| (-1150 (-48))) (|:| -4169 (-111))))
- (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1213 *5)))))
-(((*1 *1 *1) (-4 *1 (-170)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-358 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220)))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-78 LSFUN1))))
- (-5 *2 (-1016)) (-5 *1 (-738)))))
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
+ (-5 *2 (-674 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-674 *4)) (-5 *1 (-410 *3 *4))
+ (-4 *3 (-411 *4))))
+ ((*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-674 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
- ((*1 *1 *1) (-4 *1 (-485)))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
+ ((*1 *1 *1) (-4 *1 (-486)))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1172)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-357))
+ (-5 *2
+ (-2 (|:| A (-674 *5))
+ (|:| |eqs|
+ (-630
+ (-2 (|:| C (-674 *5)) (|:| |g| (-1238 *5)) (|:| -2770 *6)
+ (|:| |rh| *5))))))
+ (-5 *1 (-799 *5 *6)) (-5 *3 (-674 *5)) (-5 *4 (-1238 *5))
+ (-4 *6 (-641 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-357)) (-4 *6 (-641 *5))
+ (-5 *2 (-2 (|:| -1317 (-674 *6)) (|:| |vec| (-1238 *5))))
+ (-5 *1 (-799 *5 *6)) (-5 *3 (-674 *6)) (-5 *4 (-1238 *5)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-401 *2)) (-4 *2 (-1214 *5))
+ (-5 *1 (-793 *5 *2 *3 *6))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553)))))
+ (-4 *3 (-641 *2)) (-4 *6 (-641 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 (-401 *2))) (-4 *2 (-1214 *5))
+ (-5 *1 (-793 *5 *2 *3 *6))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *3 (-641 *2))
+ (-4 *6 (-641 (-401 *2))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6))
+ (-5 *2 (-630 (-2 (|:| -2570 *1) (|:| -3089 (-630 *7)))))
+ (-5 *3 (-630 *7)) (-4 *1 (-1185 *4 *5 *6 *7)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-52))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
+ (|partial| -12
+ (-5 *2 (-2 (|:| -1443 (-113)) (|:| |arg| (-630 (-874 *3)))))
+ (-5 *1 (-874 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-113)) (-5 *2 (-630 (-874 *4)))
+ (-5 *1 (-874 *4)) (-4 *4 (-1079)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-630 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-1135 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 *1)) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5))
+ (-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5))
+ (-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1238 *3)) (-4 *3 (-1031)) (-5 *1 (-674 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 *4)) (-4 *4 (-1031)) (-4 *1 (-1102 *3 *4 *5 *6))
+ (-4 *5 (-233 *3 *4)) (-4 *6 (-233 *3 *4)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4)
+ (-242 *4 (-401 (-553)))))
+ (-14 *4 (-630 (-1155))) (-14 *5 (-757)) (-5 *2 (-111))
+ (-5 *1 (-498 *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1213 *5))
- (-5 *1 (-712 *5 *2)) (-4 *5 (-357)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-629 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-1134 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-239 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1150 *9)) (-5 *4 (-629 *7)) (-5 *5 (-629 *8))
- (-4 *7 (-832)) (-4 *8 (-1030)) (-4 *9 (-930 *8 *6 *7))
- (-4 *6 (-778)) (-5 *2 (-1150 *8)) (-5 *1 (-315 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-1 *2 (-630 *2))) (-5 *4 (-630 *5))
+ (-4 *5 (-38 (-401 (-553)))) (-4 *2 (-1229 *5))
+ (-5 *1 (-1231 *5 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-553)) (-5 *4 (-412 *2)) (-4 *2 (-931 *7 *5 *6))
+ (-5 *1 (-728 *5 *6 *7 *2)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-301)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1134 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-187))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1134 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-294))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1134 (-220))) (-5 *2 (-629 (-1136))) (-5 *1 (-299)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-732)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |abserr| (-220)) (|:| |relerr| (-220))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))))
+ (-5 *1 (-200)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
- ((*1 *1 *1) (-4 *1 (-485)))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
+ ((*1 *1 *1) (-4 *1 (-486)))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-1136)) (-5 *1 (-96))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-373)) (-5 *3 (-1136)) (-5 *1 (-96)))))
-(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 (-673 *3))) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *3)
+ (-12 (|has| *6 (-6 -4370)) (-4 *4 (-357)) (-4 *5 (-367 *4))
+ (-4 *6 (-367 *4)) (-5 *2 (-630 *6)) (-5 *1 (-514 *4 *5 *6 *3))
+ (-4 *3 (-672 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (|has| *9 (-6 -4370)) (-4 *4 (-545)) (-4 *5 (-367 *4))
+ (-4 *6 (-367 *4)) (-4 *7 (-974 *4)) (-4 *8 (-367 *7))
+ (-4 *9 (-367 *7)) (-5 *2 (-630 *6))
+ (-5 *1 (-515 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-672 *4 *5 *6))
+ (-4 *10 (-672 *7 *8 *9))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-4 *3 (-545)) (-5 *2 (-630 *5))))
((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-401 (-552)))) (-5 *1 (-923)) (-5 *3 (-552)))))
-(((*1 *1 *1 *1) (-5 *1 (-844))) ((*1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1150 (-552))) (-5 *3 (-552)) (-4 *1 (-850 *4)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-961 *2)) (-4 *2 (-1030))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-1030)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
- (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-220))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *2 (-1016))
- (-5 *1 (-734)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-1134 *3))) (-5 *1 (-1134 *3)) (-4 *3 (-1191)))))
+ (-12 (-4 *4 (-545)) (-4 *4 (-169)) (-4 *5 (-367 *4))
+ (-4 *6 (-367 *4)) (-5 *2 (-630 *6)) (-5 *1 (-673 *4 *5 *6 *3))
+ (-4 *3 (-672 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-545))
+ (-5 *2 (-630 *7)))))
+(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-737)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-545)) (-5 *2 (-111)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-903)) (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-257)))))
+(((*1 *1 *1 *1) (-4 *1 (-296))) ((*1 *1 *1) (-4 *1 (-296))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-200))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 (-373))) (-5 *2 (-373)) (-5 *1 (-200)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-629 (-933 *3))) (-4 *3 (-445))
- (-5 *1 (-354 *3 *4)) (-14 *4 (-629 (-1154)))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-629 (-765 *3 (-846 *4)))) (-4 *3 (-445))
- (-14 *4 (-629 (-1154))) (-5 *1 (-614 *3 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-933 (-401 (-552)))) (-5 *4 (-1154))
- (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-629 (-220))) (-5 *1 (-294)))))
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *1)
+ (-12 (|has| *1 (-6 -4369)) (-4 *1 (-482 *3)) (-4 *3 (-1192))
+ (-5 *2 (-630 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 *3)) (-5 *1 (-723 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-301)) (-5 *1 (-176 *3)))))
(((*1 *1 *1) (-4 *1 (-94)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-412 *3)) (-4 *3 (-537)) (-4 *3 (-544))))
- ((*1 *2 *1) (-12 (-4 *1 (-537)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-782 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-818 *3)) (-4 *3 (-537)) (-4 *3 (-1078))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-825 *3)) (-4 *3 (-537)) (-4 *3 (-1078))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-978 *3)) (-4 *3 (-169)) (-4 *3 (-537)) (-5 *2 (-111))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-111)) (-5 *1 (-989 *3)) (-4 *3 (-1019 (-401 (-552)))))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-756)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2))
- (-4 *2 (-1213 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-4 *1 (-884 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-545) (-833)))
+ (-4 *2 (-13 (-424 *4) (-984) (-1177))) (-5 *1 (-587 *4 *2 *3))
+ (-4 *3 (-13 (-424 (-166 *4)) (-984) (-1177))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
(((*1 *1 *1)
- (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832))
- (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-4 *6 (-1213 *9)) (-4 *7 (-778)) (-4 *8 (-832)) (-4 *9 (-301))
- (-4 *10 (-930 *9 *7 *8))
- (-5 *2
- (-2 (|:| |deter| (-629 (-1150 *10)))
- (|:| |dterm|
- (-629 (-629 (-2 (|:| -3325 (-756)) (|:| |pcoef| *10)))))
- (|:| |nfacts| (-629 *6)) (|:| |nlead| (-629 *10))))
- (-5 *1 (-763 *6 *7 *8 *9 *10)) (-5 *3 (-1150 *10)) (-5 *4 (-629 *6))
- (-5 *5 (-629 *10)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))))
-(((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-673 (-401 *4))))))
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *1) (-5 *1 (-138))))
+(((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-925 (-220))) (-5 *4 (-856)) (-5 *5 (-903))
+ (-5 *2 (-1243)) (-5 *1 (-461))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-925 (-220))) (-5 *2 (-1243)) (-5 *1 (-461))))
+ ((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-630 (-925 (-220)))) (-5 *4 (-856)) (-5 *5 (-903))
+ (-5 *2 (-1243)) (-5 *1 (-461)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-733)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1213 *3)) (-4 *3 (-1030)) (-5 *2 (-1150 *3)))))
+ (-12 (-5 *2 (-630 (-1178 *3))) (-5 *1 (-1178 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-806)) (-14 *5 (-1155))
+ (-5 *2 (-553)) (-5 *1 (-1093 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
(((*1 *1 *1) (-4 *1 (-94)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-401 *5)) (-4 *4 (-1195)) (-4 *5 (-1213 *4))
- (-5 *1 (-145 *4 *5 *2)) (-4 *2 (-1213 *3))))
+ (-12 (-5 *3 (-401 *5)) (-4 *4 (-1196)) (-4 *5 (-1214 *4))
+ (-5 *1 (-145 *4 *5 *2)) (-4 *2 (-1214 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1156 (-401 (-552)))) (-5 *2 (-401 (-552)))
+ (-12 (-5 *3 (-1157 (-401 (-553)))) (-5 *2 (-401 (-553)))
(-5 *1 (-185))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-673 (-310 (-220)))) (-5 *3 (-629 (-1154)))
- (-5 *4 (-1237 (-310 (-220)))) (-5 *1 (-200))))
+ (-12 (-5 *2 (-674 (-310 (-220)))) (-5 *3 (-630 (-1155)))
+ (-5 *4 (-1238 (-310 (-220)))) (-5 *1 (-200))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-288 *3))) (-4 *3 (-303 *3)) (-4 *3 (-1078))
- (-4 *3 (-1191)) (-5 *1 (-288 *3))))
+ (-12 (-5 *2 (-630 (-288 *3))) (-4 *3 (-303 *3)) (-4 *3 (-1079))
+ (-4 *3 (-1192)) (-5 *1 (-288 *3))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-303 *2)) (-4 *2 (-1078)) (-4 *2 (-1191))
+ (-12 (-4 *2 (-303 *2)) (-4 *2 (-1079)) (-4 *2 (-1192))
(-5 *1 (-288 *2))))
((*1 *1 *1 *2 *3)
(-12 (-5 *2 (-113)) (-5 *3 (-1 *1 *1)) (-4 *1 (-296))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-113)) (-5 *3 (-1 *1 (-629 *1))) (-4 *1 (-296))))
+ (-12 (-5 *2 (-113)) (-5 *3 (-1 *1 (-630 *1))) (-4 *1 (-296))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-113))) (-5 *3 (-629 (-1 *1 (-629 *1))))
+ (-12 (-5 *2 (-630 (-113))) (-5 *3 (-630 (-1 *1 (-630 *1))))
(-4 *1 (-296))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-113))) (-5 *3 (-629 (-1 *1 *1))) (-4 *1 (-296))))
+ (-12 (-5 *2 (-630 (-113))) (-5 *3 (-630 (-1 *1 *1))) (-4 *1 (-296))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1 *1 *1)) (-4 *1 (-296))))
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1 *1 *1)) (-4 *1 (-296))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1 *1 (-629 *1))) (-4 *1 (-296))))
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1 *1 (-630 *1))) (-4 *1 (-296))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-629 (-1 *1 (-629 *1))))
+ (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-630 (-1 *1 (-630 *1))))
(-4 *1 (-296))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-629 (-1 *1 *1))) (-4 *1 (-296))))
+ (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-630 (-1 *1 *1))) (-4 *1 (-296))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-288 *3))) (-4 *1 (-303 *3)) (-4 *3 (-1078))))
+ (-12 (-5 *2 (-630 (-288 *3))) (-4 *1 (-303 *3)) (-4 *3 (-1079))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-288 *3)) (-4 *1 (-303 *3)) (-4 *3 (-1078))))
+ (-12 (-5 *2 (-288 *3)) (-4 *1 (-303 *3)) (-4 *3 (-1079))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-552))) (-5 *4 (-1156 (-401 (-552))))
- (-5 *1 (-304 *2)) (-4 *2 (-38 (-401 (-552))))))
+ (-12 (-5 *3 (-1 *2 (-553))) (-5 *4 (-1157 (-401 (-553))))
+ (-5 *1 (-304 *2)) (-4 *2 (-38 (-401 (-553))))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 *4)) (-5 *3 (-629 *1)) (-4 *1 (-368 *4 *5))
- (-4 *4 (-832)) (-4 *5 (-169))))
+ (-12 (-5 *2 (-630 *4)) (-5 *3 (-630 *1)) (-4 *1 (-368 *4 *5))
+ (-4 *4 (-833)) (-4 *5 (-169))))
((*1 *1 *1 *2 *1)
- (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-832)) (-4 *3 (-169))))
+ (-12 (-4 *1 (-368 *2 *3)) (-4 *2 (-833)) (-4 *3 (-169))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1154)) (-5 *3 (-756)) (-5 *4 (-1 *1 *1))
- (-4 *1 (-424 *5)) (-4 *5 (-832)) (-4 *5 (-1030))))
+ (-12 (-5 *2 (-1155)) (-5 *3 (-757)) (-5 *4 (-1 *1 *1))
+ (-4 *1 (-424 *5)) (-4 *5 (-833)) (-4 *5 (-1031))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1154)) (-5 *3 (-756)) (-5 *4 (-1 *1 (-629 *1)))
- (-4 *1 (-424 *5)) (-4 *5 (-832)) (-4 *5 (-1030))))
+ (-12 (-5 *2 (-1155)) (-5 *3 (-757)) (-5 *4 (-1 *1 (-630 *1)))
+ (-4 *1 (-424 *5)) (-4 *5 (-833)) (-4 *5 (-1031))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-629 (-756)))
- (-5 *4 (-629 (-1 *1 (-629 *1)))) (-4 *1 (-424 *5)) (-4 *5 (-832))
- (-4 *5 (-1030))))
+ (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-630 (-757)))
+ (-5 *4 (-630 (-1 *1 (-630 *1)))) (-4 *1 (-424 *5)) (-4 *5 (-833))
+ (-4 *5 (-1031))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-629 (-756)))
- (-5 *4 (-629 (-1 *1 *1))) (-4 *1 (-424 *5)) (-4 *5 (-832))
- (-4 *5 (-1030))))
+ (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-630 (-757)))
+ (-5 *4 (-630 (-1 *1 *1))) (-4 *1 (-424 *5)) (-4 *5 (-833))
+ (-4 *5 (-1031))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-629 (-113))) (-5 *3 (-629 *1)) (-5 *4 (-1154))
- (-4 *1 (-424 *5)) (-4 *5 (-832)) (-4 *5 (-600 (-528)))))
+ (-12 (-5 *2 (-630 (-113))) (-5 *3 (-630 *1)) (-5 *4 (-1155))
+ (-4 *1 (-424 *5)) (-4 *5 (-833)) (-4 *5 (-601 (-529)))))
((*1 *1 *1 *2 *1 *3)
- (-12 (-5 *2 (-113)) (-5 *3 (-1154)) (-4 *1 (-424 *4)) (-4 *4 (-832))
- (-4 *4 (-600 (-528)))))
+ (-12 (-5 *2 (-113)) (-5 *3 (-1155)) (-4 *1 (-424 *4)) (-4 *4 (-833))
+ (-4 *4 (-601 (-529)))))
((*1 *1 *1)
- (-12 (-4 *1 (-424 *2)) (-4 *2 (-832)) (-4 *2 (-600 (-528)))))
+ (-12 (-4 *1 (-424 *2)) (-4 *2 (-833)) (-4 *2 (-601 (-529)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-1154))) (-4 *1 (-424 *3)) (-4 *3 (-832))
- (-4 *3 (-600 (-528)))))
+ (-12 (-5 *2 (-630 (-1155))) (-4 *1 (-424 *3)) (-4 *3 (-833))
+ (-4 *3 (-601 (-529)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1154)) (-4 *1 (-424 *3)) (-4 *3 (-832))
- (-4 *3 (-600 (-528)))))
+ (-12 (-5 *2 (-1155)) (-4 *1 (-424 *3)) (-4 *3 (-833))
+ (-4 *3 (-601 (-529)))))
((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-506 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1191))))
+ (-12 (-4 *1 (-507 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1192))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 *4)) (-5 *3 (-629 *5)) (-4 *1 (-506 *4 *5))
- (-4 *4 (-1078)) (-4 *5 (-1191))))
+ (-12 (-5 *2 (-630 *4)) (-5 *3 (-630 *5)) (-4 *1 (-507 *4 *5))
+ (-4 *4 (-1079)) (-4 *5 (-1192))))
((*1 *2 *1 *2)
- (-12 (-5 *2 (-818 *3)) (-4 *3 (-357)) (-5 *1 (-703 *3))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-884 *2)) (-4 *2 (-1078))))
+ (-12 (-5 *2 (-819 *3)) (-4 *3 (-357)) (-5 *1 (-704 *3))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-885 *2)) (-4 *2 (-1079))))
((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-401 (-933 *4))) (-5 *3 (-1154)) (-4 *4 (-544))
- (-5 *1 (-1024 *4))))
+ (-12 (-5 *2 (-401 (-934 *4))) (-5 *3 (-1155)) (-4 *4 (-545))
+ (-5 *1 (-1025 *4))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-629 (-1154))) (-5 *4 (-629 (-401 (-933 *5))))
- (-5 *2 (-401 (-933 *5))) (-4 *5 (-544)) (-5 *1 (-1024 *5))))
+ (-12 (-5 *3 (-630 (-1155))) (-5 *4 (-630 (-401 (-934 *5))))
+ (-5 *2 (-401 (-934 *5))) (-4 *5 (-545)) (-5 *1 (-1025 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-288 (-401 (-933 *4)))) (-5 *2 (-401 (-933 *4)))
- (-4 *4 (-544)) (-5 *1 (-1024 *4))))
+ (-12 (-5 *3 (-288 (-401 (-934 *4)))) (-5 *2 (-401 (-934 *4)))
+ (-4 *4 (-545)) (-5 *1 (-1025 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 (-288 (-401 (-933 *4))))) (-5 *2 (-401 (-933 *4)))
- (-4 *4 (-544)) (-5 *1 (-1024 *4))))
+ (-12 (-5 *3 (-630 (-288 (-401 (-934 *4))))) (-5 *2 (-401 (-934 *4)))
+ (-4 *4 (-545)) (-5 *1 (-1025 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1215 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777))
- (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1134 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))))
+ (-12 (-4 *1 (-1216 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778))
+ (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1135 *3)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-5 *3 (-1 (-111) *5 *5)) (-4 *5 (-13 (-1079) (-34)))
+ (-5 *2 (-111)) (-5 *1 (-1119 *4 *5)) (-4 *4 (-13 (-1079) (-34))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *1 *1) (-4 *1 (-278)))
((*1 *2 *3)
- (-12 (-5 *3 (-412 *4)) (-4 *4 (-544))
- (-5 *2 (-629 (-2 (|:| -4158 (-756)) (|:| |logand| *4))))
+ (-12 (-5 *3 (-412 *4)) (-4 *4 (-545))
+ (-5 *2 (-630 (-2 (|:| -4157 (-757)) (|:| |logand| *4))))
(-5 *1 (-314 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
((*1 *2 *1)
- (-12 (-5 *2 (-648 *3 *4)) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832))
- (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-649 *3 *4)) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833))
+ (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
(-5 *1 (-1140 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-13 (-1030) (-702 (-401 (-552)))))
- (-4 *5 (-832)) (-5 *1 (-1253 *4 *5 *2)) (-4 *2 (-1258 *5 *4))))
+ (-12 (-5 *3 (-757)) (-4 *4 (-13 (-1031) (-703 (-401 (-553)))))
+ (-4 *5 (-833)) (-5 *1 (-1254 *4 *5 *2)) (-4 *2 (-1259 *5 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-1257 *3 *4))
- (-4 *4 (-702 (-401 (-552)))) (-4 *3 (-832)) (-4 *4 (-169)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-832)) (-5 *1 (-1162 *3)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111))
- (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-1027 *5 *6))) (-5 *1 (-1263 *5 *6 *7))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111))
- (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-1027 *5 *6))) (-5 *1 (-1263 *5 *6 *7))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-933 *4)))
- (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-1027 *4 *5))) (-5 *1 (-1263 *4 *5 *6))
- (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))))
+ (-12 (-5 *2 (-757)) (-5 *1 (-1258 *3 *4))
+ (-4 *4 (-703 (-401 (-553)))) (-4 *3 (-833)) (-4 *4 (-169)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-445)) (-4 *4 (-833)) (-4 *5 (-779)) (-5 *2 (-630 *6))
+ (-5 *1 (-969 *3 *4 *5 *6)) (-4 *6 (-931 *3 *5 *4)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *5 (-1137))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-81 PDEF))))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-82 BNDY)))) (-5 *2 (-1017))
+ (-5 *1 (-736)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1155)) (-5 *6 (-630 (-599 *3)))
+ (-5 *5 (-599 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *7)))
+ (-4 *7 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3)))
+ (-5 *1 (-546 *7 *3)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-599 *1)) (-4 *1 (-296)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-357)) (-4 *3 (-1031))
+ (-5 *1 (-1139 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-96)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-274))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-3 (-553) (-220) (-1155) (-1137) (-1160)))
+ (-5 *1 (-1160)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-271 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *5)) (-4 *5 (-424 *4)) (-4 *4 (-13 (-832) (-544)))
- (-5 *2 (-844)) (-5 *1 (-32 *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *5 *6)) (-4 *6 (-600 (-1154)))
- (-4 *4 (-357)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *2 (-1143 (-629 (-933 *4)) (-629 (-288 (-933 *4)))))
- (-5 *1 (-496 *4 *5 *6 *7)))))
-(((*1 *2 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |partsol| (-1237 (-401 (-933 *4))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *4)))))))
- (-5 *3 (-629 *7)) (-4 *4 (-13 (-301) (-144)))
- (-4 *7 (-930 *4 *6 *5)) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778)) (-5 *1 (-905 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-673 (-401 (-933 *4)))) (-4 *4 (-445))
- (-5 *2 (-629 (-3 (-401 (-933 *4)) (-1143 (-1154) (-933 *4)))))
- (-5 *1 (-286 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
+ (|partial| -12 (-4 *3 (-545)) (-4 *3 (-169)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *1 (-673 *3 *4 *5 *2))
+ (-4 *2 (-672 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-324))) (-5 *1 (-324)))))
(((*1 *1 *1) (-4 *1 (-94)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-445))
+ (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-959 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-553)) (-4 *2 (-424 *3)) (-5 *1 (-32 *3 *2))
+ (-4 *3 (-1020 *4)) (-4 *3 (-13 (-833) (-545))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-832)) (-5 *2 (-629 (-629 *4))) (-5 *1 (-1162 *4))
- (-5 *3 (-629 *4)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-629 *10)) (-5 *5 (-111)) (-4 *10 (-1050 *6 *7 *8 *9))
- (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *9 (-1044 *6 *7 *8))
- (-5 *2
- (-629
- (-2 (|:| -2771 (-629 *9)) (|:| -3361 *10) (|:| |ineq| (-629 *9)))))
- (-5 *1 (-969 *6 *7 *8 *9 *10)) (-5 *3 (-629 *9))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-629 *10)) (-5 *5 (-111)) (-4 *10 (-1050 *6 *7 *8 *9))
- (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *9 (-1044 *6 *7 *8))
- (-5 *2
- (-629
- (-2 (|:| -2771 (-629 *9)) (|:| -3361 *10) (|:| |ineq| (-629 *9)))))
- (-5 *1 (-1085 *6 *7 *8 *9 *10)) (-5 *3 (-629 *9)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-756)) (-4 *6 (-357)) (-5 *4 (-1185 *6))
- (-5 *2 (-1 (-1134 *4) (-1134 *4))) (-5 *1 (-1245 *6))
- (-5 *5 (-1134 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))))
-(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-907)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-544)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
- (-5 *1 (-1181 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))))
+ (-12 (-5 *3 (-757)) (-5 *2 (-1151 *4)) (-5 *1 (-521 *4))
+ (-4 *4 (-343)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-411 *4)))))
+ (-12 (-5 *3 (-674 (-310 (-220))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))))
+ (-5 *1 (-200)))))
+(((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-1159)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1213 *6))
- (-4 *6 (-13 (-27) (-424 *5)))
- (-4 *5 (-13 (-832) (-544) (-1019 (-552)))) (-4 *8 (-1213 (-401 *7)))
- (-5 *2 (-573 *3)) (-5 *1 (-540 *5 *6 *7 *8 *3))
- (-4 *3 (-336 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1136)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))))
+ (-12 (-5 *3 (-1155)) (-5 *4 (-934 (-553))) (-5 *2 (-324))
+ (-5 *1 (-326)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-745)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-545) (-833) (-1020 (-553))))
+ (-4 *5 (-424 *4)) (-5 *2 (-412 (-1151 (-401 (-553)))))
+ (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1214 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031))
+ (-5 *2 (-805 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-829)) (-5 *1 (-1261 *3 *2)) (-4 *3 (-1031)))))
(((*1 *1 *1) (-4 *1 (-94))) ((*1 *1 *1 *1) (-5 *1 (-220)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
((*1 *1 *1 *1) (-5 *1 (-373)))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-844)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-544) (-144))) (-5 *1 (-529 *3 *2))
- (-4 *2 (-1228 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-4 *4 (-1213 *3))
- (-4 *5 (-709 *3 *4)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-1228 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-5 *1 (-534 *3 *2))
- (-4 *2 (-1228 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-13 (-544) (-144)))
- (-5 *1 (-1130 *3)))))
-(((*1 *2 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-736)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154))
- (-14 *4 *2))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1136)) (-5 *2 (-552)) (-5 *1 (-1173 *4))
- (-4 *4 (-1030)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-845)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-1154))) (-5 *3 (-1154)) (-5 *1 (-528))))
+ (-12 (-5 *2 (-630 (-1155))) (-5 *3 (-1155)) (-5 *1 (-529))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1154)) (-5 *1 (-689 *3)) (-4 *3 (-600 (-528)))))
+ (-12 (-5 *2 (-1155)) (-5 *1 (-690 *3)) (-4 *3 (-601 (-529)))))
((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-1154)) (-5 *1 (-689 *3)) (-4 *3 (-600 (-528)))))
+ (-12 (-5 *2 (-1155)) (-5 *1 (-690 *3)) (-4 *3 (-601 (-529)))))
((*1 *2 *3 *2 *2 *2)
- (-12 (-5 *2 (-1154)) (-5 *1 (-689 *3)) (-4 *3 (-600 (-528)))))
+ (-12 (-5 *2 (-1155)) (-5 *1 (-690 *3)) (-4 *3 (-601 (-529)))))
((*1 *2 *3 *2 *4)
- (-12 (-5 *4 (-629 (-1154))) (-5 *2 (-1154)) (-5 *1 (-689 *3))
- (-4 *3 (-600 (-528))))))
-(((*1 *1 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1078)) (-4 *2 (-362)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-756))))
+ (-12 (-5 *4 (-630 (-1155))) (-5 *2 (-1155)) (-5 *1 (-690 *3))
+ (-4 *3 (-601 (-529))))))
+(((*1 *2)
+ (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4)) (-4 *6 (-1214 (-401 *5)))
+ (-5 *2 (-757)) (-5 *1 (-335 *3 *4 *5 *6)) (-4 *3 (-336 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-757)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1253 *3 *4)) (-4 *3 (-833)) (-4 *4 (-169))
+ (-5 *1 (-649 *3 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-756)))))
+ (|partial| -12 (-5 *2 (-649 *3 *4)) (-5 *1 (-1258 *3 *4))
+ (-4 *3 (-833)) (-4 *4 (-169)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-111))
- (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-4 *3 (-13 (-27) (-1176) (-424 *6) (-10 -8 (-15 -3213 ($ *7)))))
- (-4 *7 (-830))
- (-4 *8
- (-13 (-1215 *3 *7) (-357) (-1176)
- (-10 -8 (-15 -3096 ($ $)) (-15 -2889 ($ $)))))
- (-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))))
- (-5 *1 (-416 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1136)) (-4 *9 (-964 *8))
- (-14 *10 (-1154)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1078)) (-4 *5 (-1078))
- (-5 *2 (-1 *5)) (-5 *1 (-667 *4 *5)))))
+ (-12 (-4 *3 (-1031)) (-5 *2 (-1238 *3)) (-5 *1 (-698 *3 *4))
+ (-4 *4 (-1214 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241))))
+ ((*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-1241)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-552)) (-5 *1 (-479 *4))
- (-4 *4 (-1213 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154))
- (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-310 *5)))
- (-5 *1 (-1107 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-401 (-933 *5)))) (-5 *4 (-629 (-1154)))
- (-4 *5 (-13 (-301) (-832) (-144))) (-5 *2 (-629 (-629 (-310 *5))))
- (-5 *1 (-1107 *5)))))
+ (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-757))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-757)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *2 (-1045 *4 *5 *6)) (-5 *1 (-762 *4 *5 *6 *2 *3))
+ (-4 *3 (-1051 *4 *5 *6 *2)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-336 *4 *3 *5)) (-4 *4 (-1196)) (-4 *3 (-1214 *4))
+ (-4 *5 (-1214 (-401 *3))) (-5 *2 (-111))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-864 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137)))))
+ (-5 *2 (-1017)) (-5 *1 (-299))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| -3278 (-373)) (|:| -4292 (-1137))
+ (|:| |explanations| (-630 (-1137))) (|:| |extra| (-1017))))
+ (-5 *2 (-1017)) (-5 *1 (-299)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *4 *5 *6)) (-4 *4 (-357))
+ (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *1 (-443 *4 *5 *6 *2))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-98 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-357))
+ (-5 *2
+ (-2 (|:| R (-674 *6)) (|:| A (-674 *6)) (|:| |Ainv| (-674 *6))))
+ (-5 *1 (-960 *6)) (-5 *3 (-674 *6)))))
(((*1 *1 *1) (-4 *1 (-94)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))
- (-5 *2 (-1016)) (-5 *1 (-733)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-301)) (-5 *2 (-111)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552))))
- (-5 *4 (-310 (-166 (-373)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552))))
- (-5 *4 (-310 (-373))) (-5 *1 (-324))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552))))
- (-5 *4 (-310 (-552))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-166 (-373)))))
- (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-373)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-552)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-166 (-373)))))
- (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-373)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-552)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-166 (-373)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-373))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-552))) (-5 *1 (-324))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552))))
- (-5 *4 (-310 (-678))) (-5 *1 (-324))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552))))
- (-5 *4 (-310 (-683))) (-5 *1 (-324))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-933 (-552))))
- (-5 *4 (-310 (-685))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-678)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-683)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-310 (-685)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-678)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-683)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-310 (-685)))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-678))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-683))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-685))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-678))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-683))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-673 (-685))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-678))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-683))) (-5 *1 (-324))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-310 (-685))) (-5 *1 (-324))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1136)) (-5 *1 (-324))))
- ((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1261 *3 *4)) (-4 *1 (-368 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-169))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-380 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-804 *2)) (-4 *2 (-832))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-804 *2)) (-4 *2 (-832))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-804 *3)) (-4 *1 (-1254 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-1030))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-1238 (-674 *4))) (-5 *1 (-89 *4 *5))
+ (-5 *3 (-674 *4)) (-4 *5 (-641 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *3 (-630 (-553)))
+ (-5 *1 (-865)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169))
+ (-4 *5 (-1214 *4)) (-5 *2 (-674 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3))
+ (-5 *2 (-674 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-756))))
+ (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-757))))
((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-756)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1161)))))
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-757)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1162)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-957 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832)) (-4 *5 (-1044 *3 *4 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-4 *5 (-357)) (-5 *2 (-1134 (-1134 (-933 *5))))
- (-5 *1 (-1245 *5)) (-5 *4 (-1134 (-933 *5))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-756)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *3 (-1044 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1048 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1048 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-756)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *3 (-1044 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1123 *6 *7 *8 *3 *4)) (-4 *4 (-1087 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-629 *4))
- (|:| |todo| (-629 (-2 (|:| |val| (-629 *3)) (|:| -3361 *4))))))
- (-5 *1 (-1123 *5 *6 *7 *3 *4)) (-4 *4 (-1087 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-248 *3)) (-4 *3 (-1191)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-756))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1030))
- (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278)))
- (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-598 *3)) (-4 *3 (-832))))
- ((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-844)))))
-(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778))
- (-4 *8 (-832)) (-4 *9 (-1044 *6 *7 *8))
- (-5 *2
- (-2 (|:| -2771 (-629 *9)) (|:| -3361 *4) (|:| |ineq| (-629 *9))))
- (-5 *1 (-969 *6 *7 *8 *9 *4)) (-5 *3 (-629 *9))
- (-4 *4 (-1050 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778))
- (-4 *8 (-832)) (-4 *9 (-1044 *6 *7 *8))
- (-5 *2
- (-2 (|:| -2771 (-629 *9)) (|:| -3361 *4) (|:| |ineq| (-629 *9))))
- (-5 *1 (-1085 *6 *7 *8 *9 *4)) (-5 *3 (-629 *9))
- (-4 *4 (-1050 *6 *7 *8 *9)))))
+ (-12 (-5 *2 (-1151 *3)) (-4 *3 (-362)) (-4 *1 (-323 *3))
+ (-4 *3 (-357)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-738)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-634 *3 *4 *5)) (-4 *3 (-1079))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *1) (-12 (-4 *1 (-248 *3)) (-4 *3 (-1192)) (-5 *2 (-757))))
+ ((*1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-757))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1031))
+ (-4 *2 (-13 (-398) (-1020 *4) (-357) (-1177) (-278)))
+ (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-599 *3)) (-4 *3 (-833))))
+ ((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-845)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-630 (-630 *4)))) (-5 *2 (-630 (-630 *4)))
+ (-5 *1 (-1163 *4)) (-4 *4 (-833)))))
(((*1 *1 *1) (-4 *1 (-94)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1140 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1140 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-301))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-440 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 *7)) (-5 *3 (-1136)) (-4 *7 (-930 *4 *5 *6))
- (-4 *4 (-301)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *1 (-440 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-629 *7)) (-5 *3 (-1136)) (-4 *7 (-930 *4 *5 *6))
- (-4 *4 (-301)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *1 (-440 *4 *5 *6 *7)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-239 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1134 (-1134 *4))) (-5 *2 (-1134 *4)) (-5 *1 (-1138 *4))
- (-4 *4 (-1030)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
- (-4 *4 (-13 (-832) (-544))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1030)) (-5 *1 (-1209 *3 *2)) (-4 *2 (-1213 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1204 *3)) (-4 *3 (-1191)))))
+ (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-187))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-294))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1073 (-826 (-220)))) (-5 *2 (-220)) (-5 *1 (-299)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-871 *4 *5)) (-5 *3 (-871 *4 *6)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-651 *5)) (-5 *1 (-867 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984)))
+ (-5 *1 (-173 *3)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-3 (-2 (|:| -3557 *7) (|:| |coeff| *7)) "failed") *7))
+ (-5 *6 (-630 (-401 *8))) (-4 *7 (-357)) (-4 *8 (-1214 *7))
+ (-5 *3 (-401 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-563 *7 *8)))))
+(((*1 *2 *3 *4 *4 *5 *3 *6)
+ (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-630 *3)) (-5 *6 (-1151 *3))
+ (-4 *3 (-13 (-424 *7) (-27) (-1177)))
+ (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-549 *7 *3 *8)) (-4 *8 (-1079))))
+ ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
+ (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-630 *3))
+ (-5 *6 (-401 (-1151 *3))) (-4 *3 (-13 (-424 *7) (-27) (-1177)))
+ (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-549 *7 *3 *8)) (-4 *8 (-1079)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-1222 *3 *4 *5)) (-4 *3 (-13 (-357) (-832)))
- (-14 *4 (-1154)) (-14 *5 *3) (-5 *1 (-313 *3 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1021)) (-5 *3 (-373)))))
+ (-12 (-5 *2 (-401 *4)) (-4 *4 (-1214 *3)) (-4 *3 (-13 (-357) (-144)))
+ (-5 *1 (-393 *3 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-321 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-553)) (-5 *1 (-509 *3 *4)) (-4 *3 (-1192)) (-14 *4 *2))))
(((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4))
- (-4 *4 (-343)))))
+ (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3))
+ (-4 *3 (-13 (-357) (-1177) (-984))))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177))))))
+(((*1 *2)
+ (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243))
+ (-5 *1 (-1052 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243))
+ (-5 *1 (-1087 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
(-5 *1 (-1140 *3))))
- ((*1 *1 *1) (-4 *1 (-1179))))
-(((*1 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-552)) (-5 *3 (-902)) (-5 *1 (-683))))
- ((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *2 (-673 *5)) (-5 *3 (-98 *5)) (-5 *4 (-1 *5 *5))
- (-4 *5 (-357)) (-5 *1 (-959 *5)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220)))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-74 FCN JACOBF JACEPS))))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-75 G JACOBG JACGEP))))
- (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-734)))))
-(((*1 *1 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-367 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23))
- (-14 *4 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3))))
+ ((*1 *1 *1) (-4 *1 (-1180))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-171 *3)) (-4 *3 (-301))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-659 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-726 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-833))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-851 *3)) (-5 *2 (-553))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *1 (-962 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-630 *1)) (-5 *3 (-630 *7)) (-4 *1 (-1051 *4 *5 *6 *7))
+ (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-630 *1)) (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-630 *1))
+ (-4 *1 (-1051 *4 *5 *6 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1216 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-778)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-343))
+ (-5 *2
+ (-2 (|:| |cont| *5)
+ (|:| -3688 (-630 (-2 (|:| |irr| *3) (|:| -3981 (-553)))))))
+ (-5 *1 (-211 *5 *3)) (-4 *3 (-1214 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1155)) (-4 *5 (-601 (-874 (-553))))
+ (-4 *5 (-868 (-553)))
+ (-4 *5 (-13 (-833) (-1020 (-553)) (-445) (-626 (-553))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-556 *5 *3)) (-4 *3 (-616))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-673 *4)) (-4 *4 (-357)) (-5 *2 (-1150 *4))
- (-5 *1 (-524 *4 *5 *6)) (-4 *5 (-357)) (-4 *6 (-13 (-357) (-830))))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-855)) (-5 *2 (-1242)) (-5 *1 (-1238))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
- (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *6 (-220))
- (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-736)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-373)) (-5 *1 (-1042)))))
+ (-12 (-5 *3 (-630 (-310 (-220)))) (-5 *2 (-111)) (-5 *1 (-261)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-428))
+ (-5 *2
+ (-630
+ (-3 (|:| -4292 (-1155))
+ (|:| -1347 (-630 (-3 (|:| S (-1155)) (|:| P (-934 (-553)))))))))
+ (-5 *1 (-1159)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-320 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-778)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 *4)) (-4 *4 (-831)) (-4 *4 (-357)) (-5 *2 (-757))
+ (-5 *1 (-927 *4 *5)) (-4 *5 (-1214 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-310 (-220))) (-5 *2 (-111)) (-5 *1 (-261)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *3))
- (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1044 *4 *5 *6)) (-4 *4 (-544))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-958 *4 *5 *6 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 (-629 *7) (-629 *7))) (-5 *2 (-629 *7))
- (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544)) (-4 *5 (-778))
- (-4 *6 (-832)) (-5 *1 (-958 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220)))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-62 LSFUN2))))
- (-5 *2 (-1016)) (-5 *1 (-738)))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-959 *3 *4 *5 *6)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
(-5 *1 (-1140 *3))))
- ((*1 *1 *1) (-4 *1 (-1179))))
-(((*1 *1 *1) (-12 (-5 *1 (-492 *2)) (-14 *2 (-552))))
- ((*1 *1 *1) (-5 *1 (-1098))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-673 (-552))) (-5 *1 (-1088)))))
-(((*1 *1 *1) (-12 (-5 *1 (-947 *2)) (-4 *2 (-948)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3))))
+ ((*1 *1 *1) (-4 *1 (-1180))))
+(((*1 *1 *1) (-12 (-5 *1 (-493 *2)) (-14 *2 (-553))))
+ ((*1 *1 *1) (-5 *1 (-1099))))
(((*1 *2 *1)
- (-12 (-4 *3 (-1078)) (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 *2)))
- (-5 *2 (-873 *3)) (-5 *1 (-1054 *3 *4 *5))
- (-4 *5 (-13 (-424 *4) (-867 *3) (-600 *2))))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-541)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1136)) (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-257)))))
-(((*1 *2 *3 *4 *5 *5 *2)
- (|partial| -12 (-5 *2 (-111)) (-5 *3 (-933 *6)) (-5 *4 (-1154))
- (-5 *5 (-825 *7))
- (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-4 *7 (-13 (-1176) (-29 *6))) (-5 *1 (-219 *6 *7))))
- ((*1 *2 *3 *4 *4 *2)
- (|partial| -12 (-5 *2 (-111)) (-5 *3 (-1150 *6)) (-5 *4 (-825 *6))
- (-4 *6 (-13 (-1176) (-29 *5)))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-219 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *6)) (-4 *1 (-930 *4 *5 *6)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-756))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-930 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-756)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-220)) (-5 *4 (-552))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1016))
- (-5 *1 (-733)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-552)) (-4 *1 (-56 *4 *3 *5)) (-4 *4 (-1191))
- (-4 *3 (-367 *4)) (-4 *5 (-367 *4)))))
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031))
+ (-5 *2 (-630 (-630 (-630 (-757))))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-855 (-948 *3) (-948 *3))) (-5 *1 (-948 *3))
+ (-4 *3 (-949)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1079)) (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 *2)))
+ (-5 *2 (-874 *3)) (-5 *1 (-1055 *3 *4 *5))
+ (-4 *5 (-13 (-424 *4) (-868 *3) (-601 *2))))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-553))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-553))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)) (-5 *3 (-553)))))
+(((*1 *1) (-5 *1 (-809))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-5 *1 (-790 *4 *2)) (-4 *2 (-13 (-29 *4) (-1177) (-941))))))
+(((*1 *1 *1) (-5 *1 (-1043))))
+(((*1 *2 *1) (-12 (-4 *1 (-937)) (-5 *2 (-630 (-630 (-925 (-220)))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-956)) (-5 *2 (-630 (-630 (-925 (-220))))))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-843)) (-5 *3 (-127)) (-5 *2 (-1099)))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-1151 (-934 *4))) (-5 *1 (-410 *3 *4))
+ (-4 *3 (-411 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-4 *3 (-357))
+ (-5 *2 (-1151 (-934 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1151 (-401 (-934 *3)))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
+(((*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
(-5 *1 (-1140 *3))))
- ((*1 *1 *1) (-4 *1 (-1179))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-492 *2)) (-14 *2 (-552))))
- ((*1 *1 *1 *1) (-5 *1 (-1098))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1237 (-310 (-220)))) (-5 *4 (-629 (-1154)))
- (-5 *2 (-673 (-310 (-220)))) (-5 *1 (-200))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1078)) (-4 *6 (-881 *5)) (-5 *2 (-673 *6))
- (-5 *1 (-676 *5 *6 *3 *4)) (-4 *3 (-367 *6))
- (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4368)))))))
-(((*1 *1) (-5 *1 (-431))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-166 (-220))) (-5 *5 (-552)) (-5 *6 (-1136))
- (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-172)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3))))
+ ((*1 *1 *1) (-4 *1 (-1180))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-493 *2)) (-14 *2 (-553))))
+ ((*1 *1 *1 *1) (-5 *1 (-1099))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1151 *3)) (-4 *3 (-1031)) (-4 *1 (-1214 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *5 *5))
- (-4 *5 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
+ (-12 (-4 *5 (-357))
+ (-5 *2 (-630 (-2 (|:| C (-674 *5)) (|:| |g| (-1238 *5)))))
+ (-5 *1 (-960 *5)) (-5 *3 (-674 *5)) (-5 *4 (-1238 *5)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *8 (-1045 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |val| (-630 *8))
+ (|:| |towers| (-630 (-1009 *5 *6 *7 *8)))))
+ (-5 *1 (-1009 *5 *6 *7 *8)) (-5 *3 (-630 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *8 (-1045 *5 *6 *7))
(-5 *2
- (-2 (|:| |solns| (-629 *5))
- (|:| |maps| (-629 (-2 (|:| |arg| *5) (|:| |res| *5))))))
- (-5 *1 (-1106 *3 *5)) (-4 *3 (-1213 *5)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1082)) (-5 *3 (-759)) (-5 *1 (-52)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388)))))
+ (-2 (|:| |val| (-630 *8))
+ (|:| |towers| (-630 (-1125 *5 *6 *7 *8)))))
+ (-5 *1 (-1125 *5 *6 *7 *8)) (-5 *3 (-630 *8)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-845)))))
+(((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1083)) (-5 *3 (-760)) (-5 *1 (-52)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-630 (-274))) (-5 *1 (-274))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1160))) (-5 *1 (-1160)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-757)) (-4 *4 (-13 (-545) (-144)))
+ (-5 *1 (-1208 *4 *2)) (-4 *2 (-1214 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1078)) (-4 *6 (-1078))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-668 *4 *5 *6)) (-4 *5 (-1078)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-886 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-5 *1 (-886 *3)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |abserr| (-220)) (|:| |relerr| (-220))))
+ (-5 *2 (-373)) (-5 *1 (-200)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845))))
+ ((*1 *1 *1 *1) (-5 *1 (-845))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
(-5 *1 (-1140 *3))))
- ((*1 *1 *1) (-4 *1 (-1179))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-492 *2)) (-14 *2 (-552))))
- ((*1 *1 *1 *1) (-5 *1 (-1098))))
-(((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-629 (-1008 *5 *6 *7 *8))) (-5 *1 (-1008 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-629 (-1124 *5 *6 *7 *8))) (-5 *1 (-1124 *5 *6 *7 *8)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-683))))
- ((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-683)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1154))
- (-4 *5 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-2 (|:| -1411 *3) (|:| |coeff| *3))) (-5 *1 (-545 *5 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *5))))))
-(((*1 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *3 (-629 (-257)))
- (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-257))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-461))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1072 (-373)))) (-5 *1 (-461)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-220))) (-5 *4 (-756)) (-5 *2 (-673 (-220)))
- (-5 *1 (-299)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-740)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3))))
+ ((*1 *1 *1) (-4 *1 (-1180))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-493 *2)) (-14 *2 (-553))))
+ ((*1 *1 *1 *1) (-5 *1 (-1099))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-553)) (-5 *1 (-1174 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-674 *4)) (-5 *3 (-903)) (-4 *4 (-1031))
+ (-5 *1 (-1010 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 (-674 *4))) (-5 *3 (-903)) (-4 *4 (-1031))
+ (-5 *1 (-1010 *4)))))
+(((*1 *2 *3 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-757)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-779)) (-4 *7 (-931 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-833))
+ (-5 *2 (-111)) (-5 *1 (-442 *4 *5 *6 *7)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1230 *2 *3 *4)) (-4 *2 (-1031)) (-14 *3 (-1155))
+ (-14 *4 *2))))
+(((*1 *2 *1) (-12 (-4 *1 (-419 *3)) (-4 *3 (-1079)) (-5 *2 (-757)))))
+(((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-553)) (-5 *1 (-1135 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *1 (-1187 *3))
+ (-4 *3 (-956)))))
+(((*1 *2 *1) (-12 (-5 *2 (-476)) (-5 *1 (-213))))
+ ((*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *2 (-476)) (-5 *1 (-661))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031)) (-4 *2 (-357))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-357)) (-5 *1 (-644 *4 *2))
+ (-4 *2 (-641 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1150 *2)) (-4 *2 (-930 (-401 (-933 *6)) *5 *4))
- (-5 *1 (-717 *5 *4 *6 *2)) (-4 *5 (-778))
- (-4 *4 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $)))))
- (-4 *6 (-544)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6))
- (-5 *2 (-2 (|:| |bas| (-469 *4 *5 *6 *7)) (|:| -3447 (-629 *7))))
- (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))))
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
(((*1 *1) (-5 *1 (-324))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-629 *6)) (-4 *6 (-832)) (-4 *4 (-357)) (-4 *5 (-778))
- (-5 *1 (-496 *4 *5 *6 *2)) (-4 *2 (-930 *4 *5 *6))))
- ((*1 *1 *1 *2)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-496 *3 *4 *5 *2)) (-4 *2 (-930 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-544)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $))
- (-15 -4026 ((-1103 *3 (-598 $)) $))
- (-15 -3213 ($ (-1103 *3 (-598 $)))))))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-544)) (-5 *1 (-41 *3 *2))
- (-4 *2
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *3 (-598 $)) $))
- (-15 -4026 ((-1103 *3 (-598 $)) $))
- (-15 -3213 ($ (-1103 *3 (-598 $)))))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 *2))
- (-4 *2
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *4 (-598 $)) $))
- (-15 -4026 ((-1103 *4 (-598 $)) $))
- (-15 -3213 ($ (-1103 *4 (-598 $)))))))
- (-4 *4 (-544)) (-5 *1 (-41 *4 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 (-598 *2)))
- (-4 *2
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *4 (-598 $)) $))
- (-15 -4026 ((-1103 *4 (-598 $)) $))
- (-15 -3213 ($ (-1103 *4 (-598 $)))))))
- (-4 *4 (-544)) (-5 *1 (-41 *4 *2)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-325 *2)) (-4 *2 (-832))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-325 *2)) (-4 *2 (-833))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
(-5 *1 (-1140 *3))))
- ((*1 *1 *1) (-4 *1 (-1179))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195))
- (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1154)) (-4 *5 (-600 (-873 (-552))))
- (-4 *5 (-867 (-552)))
- (-4 *5 (-13 (-832) (-1019 (-552)) (-445) (-625 (-552))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-555 *5 *3)) (-4 *3 (-615))
- (-4 *3 (-13 (-27) (-1176) (-424 *5)))))
- ((*1 *2 *2 *3 *4 *4)
- (|partial| -12 (-5 *3 (-1154)) (-5 *4 (-825 *2)) (-4 *2 (-1117))
- (-4 *2 (-13 (-27) (-1176) (-424 *5)))
- (-4 *5 (-600 (-873 (-552)))) (-4 *5 (-867 (-552)))
- (-4 *5 (-13 (-832) (-1019 (-552)) (-445) (-625 (-552))))
- (-5 *1 (-555 *5 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-310 (-220)))) (-5 *4 (-756))
- (-5 *2 (-673 (-220))) (-5 *1 (-261)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1078)) (-4 *6 (-1078))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-668 *4 *5 *6)) (-4 *4 (-1078)))))
-(((*1 *2 *3)
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3))))
+ ((*1 *1 *1) (-4 *1 (-1180))))
+(((*1 *1 *2 *3 *4)
(-12
(-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-756)) (|:| |poli| *2)
- (|:| |polj| *2)))
- (-4 *5 (-778)) (-4 *2 (-930 *4 *5 *6)) (-5 *1 (-442 *4 *5 *6 *2))
- (-4 *4 (-445)) (-4 *6 (-832)))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-855))
- (-5 *5 (-902)) (-5 *6 (-629 (-257))) (-5 *2 (-1238))
- (-5 *1 (-1241))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-629 (-257)))
- (-5 *2 (-1238)) (-5 *1 (-1241)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-1136)) (-5 *5 (-673 (-220)))
- (-5 *2 (-1016)) (-5 *1 (-732)))))
-(((*1 *1 *1) (-4 *1 (-615)))
+ (-630
+ (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 *2))
+ (|:| |logand| (-1151 *2)))))
+ (-5 *4 (-630 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
+ (-4 *2 (-357)) (-5 *1 (-574 *2)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-52)) (-5 *1 (-1170)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-630 (-630 (-553)))) (-5 *1 (-953))
+ (-5 *3 (-630 (-553))))))
+(((*1 *1) (-5 *1 (-1064))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3488 *4)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 (-757) *2)) (-5 *4 (-757)) (-4 *2 (-1079))
+ (-5 *1 (-663 *2))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983) (-1176))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *1 (-789 *4 *2)) (-4 *2 (-13 (-29 *4) (-1176) (-940)))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-844))) ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1) (-5 *1 (-844)))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1134 *3)) (-5 *1 (-1138 *3)) (-4 *3 (-1030)))))
-(((*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-154)))))
+ (-12 (-5 *2 (-1 *3 (-757) *3)) (-4 *3 (-1079)) (-5 *1 (-667 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-630 *6)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-1196)) (-4 *5 (-1214 *4))
+ (-5 *2 (-2 (|:| |radicand| (-401 *5)) (|:| |deg| (-757))))
+ (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1214 (-401 *5))))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-903)) (-4 *4 (-362)) (-4 *4 (-357)) (-5 *2 (-1151 *1))
+ (-4 *1 (-323 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1151 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-169)) (-4 *3 (-357))
+ (-4 *2 (-1214 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *4)) (-4 *4 (-343)) (-5 *2 (-1151 *4))
+ (-5 *1 (-521 *4)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
(((*1 *1 *2 *2)
- (-12 (-5 *2 (-756)) (-4 *3 (-1030)) (-4 *1 (-671 *3 *4 *5))
+ (-12 (-5 *2 (-757)) (-4 *3 (-1031)) (-4 *1 (-672 *3 *4 *5))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1235 *3)) (-4 *3 (-23)) (-4 *3 (-1191)))))
+ (-12 (-5 *2 (-757)) (-4 *1 (-1236 *3)) (-4 *3 (-23)) (-4 *3 (-1192)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984)))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1228 *3))
- (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1199 *3 *4))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1229 *3))
+ (-5 *1 (-272 *3 *4 *2)) (-4 *2 (-1200 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *4 (-1197 *3))
- (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1220 *3 *4)) (-4 *5 (-964 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-325 *2)) (-4 *2 (-832))))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *4 (-1198 *3))
+ (-5 *1 (-273 *3 *4 *2 *5)) (-4 *2 (-1221 *3 *4)) (-4 *5 (-965 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-325 *2)) (-4 *2 (-833))))
((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
- (-5 *1 (-1139 *3))))
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-38 (-401 (-552))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
(-5 *1 (-1140 *3))))
- ((*1 *1 *1) (-4 *1 (-1179))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-310 (-220))) (-5 *2 (-401 (-552))) (-5 *1 (-299)))))
-(((*1 *1) (-5 *1 (-138))) ((*1 *1 *1) (-5 *1 (-141)))
- ((*1 *1 *1) (-4 *1 (-1122))))
-(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-907)))))
-(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-629 (-1008 *5 *6 *7 *3))) (-5 *1 (-1008 *5 *6 *7 *3))
- (-4 *3 (-1044 *5 *6 *7))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-629 *6)) (-4 *1 (-1050 *3 *4 *5 *6)) (-4 *3 (-445))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-1050 *3 *4 *5 *2)) (-4 *3 (-445)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5))))
- ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-629 (-1124 *5 *6 *7 *3))) (-5 *1 (-1124 *5 *6 *7 *3))
- (-4 *3 (-1044 *5 *6 *7)))))
-(((*1 *1)
- (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-544)) (-4 *2 (-169)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-168)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1237 *4)) (-4 *4 (-625 *5)) (-4 *5 (-357))
- (-4 *5 (-544)) (-5 *2 (-1237 *5)) (-5 *1 (-624 *5 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1237 *4)) (-4 *4 (-625 *5))
- (-4107 (-4 *5 (-357))) (-4 *5 (-544)) (-5 *2 (-1237 (-401 *5)))
- (-5 *1 (-624 *5 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1721 *4)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *1 *1) (-4 *1 (-615)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983) (-1176))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1078)) (-4 *5 (-1078))
- (-4 *6 (-1078)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-668 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *4)) (-4 *4 (-343)) (-5 *2 (-1150 *4))
- (-5 *1 (-520 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-552)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-756)) (-4 *5 (-169))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756))
- (-4 *4 (-169))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
- (-4 *4 (-367 *2))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-1030)) (-4 *1 (-671 *3 *2 *4)) (-4 *2 (-367 *3))
- (-4 *4 (-367 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1120 *2 *3)) (-14 *2 (-756)) (-4 *3 (-1030)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))))
-(((*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-236)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-5 *1 (-1141 *3))))
+ ((*1 *1 *1) (-4 *1 (-1180))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-757)) (-5 *3 (-925 *5)) (-4 *5 (-1031))
+ (-5 *1 (-1143 *4 *5)) (-14 *4 (-903))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-757))) (-5 *3 (-757)) (-5 *1 (-1143 *4 *5))
+ (-14 *4 (-903)) (-4 *5 (-1031))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-757))) (-5 *3 (-925 *5)) (-4 *5 (-1031))
+ (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-629 (-924 *3))))))
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-168))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-757))) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1151 *9)) (-5 *4 (-630 *7)) (-5 *5 (-630 (-630 *8)))
+ (-4 *7 (-833)) (-4 *8 (-301)) (-4 *9 (-931 *8 *6 *7)) (-4 *6 (-779))
+ (-5 *2
+ (-2 (|:| |upol| (-1151 *8)) (|:| |Lval| (-630 *8))
+ (|:| |Lfact|
+ (-630 (-2 (|:| -3476 (-1151 *8)) (|:| -3503 (-553)))))
+ (|:| |ctpol| *8)))
+ (-5 *1 (-728 *6 *7 *8 *9)))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-113)) (-5 *3 (-630 (-1 *4 (-630 *4)))) (-4 *4 (-1079))
+ (-5 *1 (-112 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1079))
+ (-5 *1 (-112 *4))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-113)) (-5 *2 (-630 (-1 *4 (-630 *4))))
+ (-5 *1 (-112 *4)) (-4 *4 (-1079)))))
+(((*1 *2 *1) (-12 (-4 *1 (-831)) (-5 *2 (-553))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-887 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1048 *4 *3)) (-4 *4 (-13 (-831) (-357)))
+ (-4 *3 (-1214 *4)) (-5 *2 (-553))))
+ ((*1 *2 *3)
+ (|partial| -12
+ (-4 *4 (-13 (-545) (-833) (-1020 *2) (-626 *2) (-445)))
+ (-5 *2 (-553)) (-5 *1 (-1095 *4 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *4)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-826 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-545) (-833) (-1020 *2) (-626 *2) (-445)))
+ (-5 *2 (-553)) (-5 *1 (-1095 *6 *3))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-1137))
+ (-4 *6 (-13 (-545) (-833) (-1020 *2) (-626 *2) (-445)))
+ (-5 *2 (-553)) (-5 *1 (-1095 *6 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6)))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-445)) (-5 *2 (-553))
+ (-5 *1 (-1096 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1155)) (-5 *5 (-826 (-401 (-934 *6))))
+ (-5 *3 (-401 (-934 *6))) (-4 *6 (-445)) (-5 *2 (-553))
+ (-5 *1 (-1096 *6))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-401 (-934 *6))) (-5 *4 (-1155))
+ (-5 *5 (-1137)) (-4 *6 (-445)) (-5 *2 (-553)) (-5 *1 (-1096 *6))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-553)) (-5 *1 (-1174 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *4 (-553))) (-5 *5 (-1 (-1135 *4))) (-4 *4 (-357))
+ (-4 *4 (-1031)) (-5 *2 (-1135 *4)) (-5 *1 (-1139 *4)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (|has| *1 (-6 -4369)) (-4 *1 (-1225 *3))
- (-4 *3 (-1191)))))
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-102 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *1 *1) (-4 *1 (-616)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984) (-1177))))))
+(((*1 *2 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1137)) (-5 *3 (-553)) (-5 *1 (-1043)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-757)) (-5 *1 (-769 *2)) (-4 *2 (-38 (-401 (-553))))
+ (-4 *2 (-169)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-1211 *5 *4)) (-5 *1 (-1153 *4 *5 *6))
+ (-4 *4 (-1031)) (-14 *5 (-1155)) (-14 *6 *4)))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-1211 *5 *4)) (-5 *1 (-1230 *4 *5 *6))
+ (-4 *4 (-1031)) (-14 *5 (-1155)) (-14 *6 *4))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (-5 *2 (-373)) (-5 *1 (-187)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-1134 *3))) (-5 *2 (-1134 *3)) (-5 *1 (-1138 *3))
- (-4 *3 (-38 (-401 (-552)))) (-4 *3 (-1030)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *6)) (-5 *4 (-629 (-1134 *7))) (-4 *6 (-832))
- (-4 *7 (-930 *5 (-523 *6) *6)) (-4 *5 (-1030))
- (-5 *2 (-1 (-1134 *7) *7)) (-5 *1 (-1104 *5 *6 *7)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-673 *3))
- (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-4 *4 (-1213 *3)) (-5 *1 (-491 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460))))
- ((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-460))))
- ((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))))
-(((*1 *2)
- (-12 (-4 *3 (-1030)) (-5 *2 (-939 (-697 *3 *4))) (-5 *1 (-697 *3 *4))
- (-4 *4 (-1213 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-357)) (-4 *5 (-544))
- (-5 *2
- (-2 (|:| |minor| (-629 (-902))) (|:| -2771 *3)
- (|:| |minors| (-629 (-629 (-902)))) (|:| |ops| (-629 *3))))
- (-5 *1 (-89 *5 *3)) (-5 *4 (-902)) (-4 *3 (-640 *5)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-756)) (-4 *5 (-357)) (-5 *2 (-171 *6))
- (-5 *1 (-848 *5 *4 *6)) (-4 *4 (-1228 *5)) (-4 *6 (-1213 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 (-673 *4))) (-4 *4 (-169))
- (-5 *2 (-1237 (-673 (-933 *4)))) (-5 *1 (-184 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-269)))))
+ (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373))
+ (|:| |expense| (-373)) (|:| |accuracy| (-373))
+ (|:| |intermediateResults| (-373))))
+ (-5 *2 (-1017)) (-5 *1 (-299)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1155)) (-5 *2 (-630 (-947))) (-5 *1 (-285)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1899 "void")))
- (-5 *1 (-431)))))
-(((*1 *2 *1) (-12 (-5 *2 (-809)) (-5 *1 (-810)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-474 *4 *5))) (-14 *4 (-629 (-1154)))
- (-4 *5 (-445))
- (-5 *2
- (-2 (|:| |gblist| (-629 (-242 *4 *5)))
- (|:| |gvlist| (-629 (-552)))))
- (-5 *1 (-617 *4 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1127 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-552)) (-5 *1 (-236))))
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-925 *3))))))
+(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-909)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
+ (-12 (-5 *4 (-553)) (-5 *6 (-1 (-1243) (-1238 *5) (-1238 *5) (-373)))
+ (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243))
+ (-5 *1 (-774)))))
+(((*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-257))))
+ ((*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))))
+(((*1 *1) (-5 *1 (-141)))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-552)) (-5 *1 (-236)))))
+ (-12 (-5 *3 (-630 (-257))) (-5 *2 (-1112 (-220))) (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1112 (-220))) (-5 *1 (-257)))))
+(((*1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-630
+ (-2 (|:| |eqzro| (-630 *8)) (|:| |neqzro| (-630 *8))
+ (|:| |wcond| (-630 (-934 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *5))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *5))))))))))
+ (-5 *4 (-1137)) (-4 *5 (-13 (-301) (-144))) (-4 *8 (-931 *5 *7 *6))
+ (-4 *6 (-13 (-833) (-601 (-1155)))) (-4 *7 (-779)) (-5 *2 (-553))
+ (-5 *1 (-906 *5 *6 *7 *8)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-357)) (-4 *3 (-1031))
+ (-5 *1 (-1139 *3)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-743)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-630 *4)) (-4 *4 (-1079)) (-4 *4 (-1192)) (-5 *2 (-111))
+ (-5 *1 (-1135 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -3557 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-357)) (-4 *7 (-1214 *6))
+ (-5 *2 (-2 (|:| |answer| (-574 (-401 *7))) (|:| |a0| *6)))
+ (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-1045 *4 *5 *6)) (-4 *4 (-545))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-959 *4 *5 *6 *2)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079))
+ (-5 *2 (-630 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| |k| (-875 *3)) (|:| |c| *4))))
+ (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833))
+ (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-657 *3))) (-5 *1 (-875 *3)) (-4 *3 (-833)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
+ (-12 (-5 *4 (-674 (-553))) (-5 *5 (-111)) (-5 *7 (-674 (-220)))
+ (-5 *3 (-553)) (-5 *6 (-220)) (-5 *2 (-1017)) (-5 *1 (-740)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-757)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-1166 *2)) (-4 *2 (-357)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-1100 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-1137)) (-5 *5 (-674 (-220)))
+ (-5 *2 (-1017)) (-5 *1 (-733)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-445))
+ (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-959 *3 *4 *5 *6)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779)) (-5 *2 (-630 (-630 (-553))))
+ (-5 *1 (-906 *4 *5 *6 *7)) (-5 *3 (-553)) (-4 *7 (-931 *4 *6 *5)))))
(((*1 *2 *1 *3)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030))))
- ((*1 *2 *1 *1)
- (-12 (-4 *2 (-1030)) (-5 *1 (-50 *2 *3)) (-14 *3 (-629 (-1154)))))
+ (-12 (-5 *3 (-553)) (-4 *1 (-317 *2 *4)) (-4 *4 (-129))
+ (-4 *2 (-1079))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-355 *2)) (-4 *2 (-1079))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-380 *2)) (-4 *2 (-1079))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 (-902))) (-4 *2 (-357)) (-5 *1 (-149 *4 *2 *5))
- (-14 *4 (-902)) (-14 *5 (-974 *4 *2))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-310 *3)) (-5 *1 (-218 *3 *4))
- (-4 *3 (-13 (-1030) (-832))) (-14 *4 (-629 (-1154)))))
+ (-12 (-5 *3 (-553)) (-4 *2 (-1079)) (-5 *1 (-634 *2 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4)))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-5 *1 (-805 *2)) (-4 *2 (-833)))))
+(((*1 *2 *1) (-12 (-5 *2 (-180)) (-5 *1 (-243)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *1 *1) (-4 *1 (-616)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984) (-1177))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-543 *3)) (-4 *3 (-13 (-398) (-1177))) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-4 *1 (-831)) (-5 *2 (-111))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-317 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-129))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-376 *2 *3)) (-4 *3 (-1078)) (-4 *2 (-1030))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *2 (-544)) (-5 *1 (-609 *2 *4))
- (-4 *4 (-1213 *2))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *1 (-693 *2)) (-4 *2 (-1030))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-1030)) (-5 *1 (-720 *2 *3)) (-4 *3 (-711))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 *5)) (-5 *3 (-629 (-756))) (-4 *1 (-725 *4 *5))
- (-4 *4 (-1030)) (-4 *5 (-832))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-725 *4 *2)) (-4 *4 (-1030))
- (-4 *2 (-832))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-756)) (-4 *1 (-834 *2)) (-4 *2 (-1030))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 *6)) (-5 *3 (-629 (-756))) (-4 *1 (-930 *4 *5 *6))
- (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *6 (-832))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-930 *4 *5 *2)) (-4 *4 (-1030))
- (-4 *5 (-778)) (-4 *2 (-832))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-4 *2 (-930 *4 (-523 *5) *5))
- (-5 *1 (-1104 *4 *5 *2)) (-4 *4 (-1030)) (-4 *5 (-832))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-933 *4)) (-5 *1 (-1185 *4))
- (-4 *4 (-1030)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1186 *3)) (-4 *3 (-955)))))
-(((*1 *2 *3) (-12 (-5 *3 (-629 (-552))) (-5 *2 (-756)) (-5 *1 (-577)))))
+ (-12 (-4 *1 (-1048 *4 *3)) (-4 *4 (-13 (-831) (-357)))
+ (-4 *3 (-1214 *4)) (-5 *2 (-111)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-357)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
+ (-5 *1 (-514 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))))
+(((*1 *1) (-5 *1 (-1064))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-310 *3)) (-4 *3 (-545)) (-4 *3 (-833)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-553))
+ (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-113)) (-5 *4 (-629 *2)) (-5 *1 (-112 *2))
- (-4 *2 (-1078))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 (-629 *4))) (-4 *4 (-1078))
- (-5 *1 (-112 *4))))
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-1088 *5 *6 *7 *8))
+ (-4 *5 (-13 (-301) (-144))) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *8 (-1045 *5 *6 *7)) (-5 *2 (-111))
+ (-5 *1 (-579 *5 *6 *7 *8 *3)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-553)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-757)) (-4 *5 (-169))))
+ ((*1 *1 *1 *2 *1 *2)
+ (-12 (-5 *2 (-553)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-757)) (-4 *5 (-169))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1078))
- (-5 *1 (-112 *4))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-113)) (-5 *2 (-1 *4 (-629 *4)))
- (-5 *1 (-112 *4)) (-4 *4 (-1078))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-632 *3)) (-4 *3 (-1030))
- (-5 *1 (-699 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-819 *3)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-301)) (-5 *1 (-684 *3)))))
-(((*1 *1 *1) (-4 *1 (-615)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983) (-1176))))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1186 *3)) (-4 *3 (-955)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-855)) (-5 *3 (-629 (-257))) (-5 *1 (-255)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-958 *4 *5 *6 *3)) (-4 *3 (-1044 *4 *5 *6)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-737)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1237 (-1154))) (-5 *3 (-1237 (-446 *4 *5 *6 *7)))
- (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-169)) (-14 *5 (-902))
- (-14 *6 (-629 (-1154))) (-14 *7 (-1237 (-673 *4)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-1237 (-446 *4 *5 *6 *7)))
- (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-169)) (-14 *5 (-902))
- (-14 *6 (-629 *2)) (-14 *7 (-1237 (-673 *4)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-446 *3 *4 *5 *6))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154)))
- (-14 *6 (-1237 (-673 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1237 (-1154))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-169)) (-14 *4 (-902)) (-14 *5 (-629 (-1154)))
- (-14 *6 (-1237 (-673 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1154)) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169))
- (-14 *4 (-902)) (-14 *5 (-629 *2)) (-14 *6 (-1237 (-673 *3)))))
- ((*1 *1)
- (-12 (-5 *1 (-446 *2 *3 *4 *5)) (-4 *2 (-169)) (-14 *3 (-902))
- (-14 *4 (-629 (-1154))) (-14 *5 (-1237 (-673 *2))))))
-(((*1 *2)
(-12
(-5 *2
- (-1237 (-629 (-2 (|:| -2925 (-891 *3)) (|:| -2840 (-1098))))))
- (-5 *1 (-345 *3 *4)) (-14 *3 (-902)) (-14 *4 (-902))))
- ((*1 *2)
- (-12 (-5 *2 (-1237 (-629 (-2 (|:| -2925 *3) (|:| -2840 (-1098))))))
- (-5 *1 (-346 *3 *4)) (-4 *3 (-343)) (-14 *4 (-3 (-1150 *3) *2))))
- ((*1 *2)
- (-12 (-5 *2 (-1237 (-629 (-2 (|:| -2925 *3) (|:| -2840 (-1098))))))
- (-5 *1 (-347 *3 *4)) (-4 *3 (-343)) (-14 *4 (-902)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-111))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-430)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-120 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-778))
- (-4 *5 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))) (-4 *6 (-544))
- (-5 *2 (-2 (|:| -3305 (-933 *6)) (|:| -3341 (-933 *6))))
- (-5 *1 (-717 *4 *5 *6 *3)) (-4 *3 (-930 (-401 (-933 *6)) *4 *5)))))
+ (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4)
+ (-242 *4 (-401 (-553)))))
+ (-5 *3 (-630 (-847 *4))) (-14 *4 (-630 (-1155))) (-14 *5 (-757))
+ (-5 *1 (-498 *4 *5)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-545) (-144)))
+ (-5 *2 (-2 (|:| -3413 *3) (|:| -3425 *3))) (-5 *1 (-1208 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-2 (|:| |den| (-553)) (|:| |gcdnum| (-553)))))
+ (-4 *4 (-1214 (-401 *2))) (-5 *2 (-553)) (-5 *1 (-895 *4 *5))
+ (-4 *5 (-1214 (-401 *4))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-544) (-144))) (-5 *1 (-529 *3 *2))
- (-4 *2 (-1228 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-4 *4 (-1213 *3))
- (-4 *5 (-709 *3 *4)) (-5 *1 (-533 *3 *4 *5 *2)) (-4 *2 (-1228 *5))))
+ (-12 (-5 *2 (-630 (-934 *3))) (-4 *3 (-445)) (-5 *1 (-354 *3 *4))
+ (-14 *4 (-630 (-1155)))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-357) (-362) (-600 (-552)))) (-5 *1 (-534 *3 *2))
- (-4 *2 (-1228 *3))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-445))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-443 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 *7)) (-5 *3 (-1137)) (-4 *7 (-931 *4 *5 *6))
+ (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *1 (-443 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-630 *7)) (-5 *3 (-1137)) (-4 *7 (-931 *4 *5 *6))
+ (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-5 *1 (-443 *4 *5 *6 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833))
+ (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-13 (-544) (-144)))
- (-5 *1 (-1130 *3)))))
-(((*1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| -3784 *1) (|:| -4355 *1) (|:| |associate| *1)))
- (-4 *1 (-544)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1154)) (-5 *2 (-431)) (-5 *1 (-1158)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-629 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-547)))))
+ (-12 (-5 *2 (-630 (-766 *3 (-847 *4)))) (-4 *3 (-445))
+ (-14 *4 (-630 (-1155))) (-5 *1 (-615 *3 *4)))))
(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
- (-5 *2
- (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552))
- (|:| |success| (-111))))
- (-5 *1 (-774)) (-5 *5 (-552)))))
+ (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3))
+ (-4 *3 (-1079)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-312)) (-5 *3 (-220)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))))
-(((*1 *1 *2 *3 *3 *4 *4)
- (-12 (-5 *2 (-933 (-552))) (-5 *3 (-1154))
- (-5 *4 (-1072 (-401 (-552)))) (-5 *1 (-30)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-138))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-141)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-172))) (-5 *1 (-1063)))))
-(((*1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-814)))))
-(((*1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191)) (-4 *2 (-1078))))
- ((*1 *1 *1) (-12 (-4 *1 (-679 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777))
- (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078))
- (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-582 *3)) (-4 *3 (-1030))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-544)) (-5 *2 (-111)) (-5 *1 (-609 *3 *4))
- (-4 *4 (-1213 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-720 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-711))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030))
- (-5 *2 (-111)))))
+ (-12 (-5 *3 (-1 *5 (-630 *5))) (-4 *5 (-1229 *4))
+ (-4 *4 (-38 (-401 (-553))))
+ (-5 *2 (-1 (-1135 *4) (-630 (-1135 *4)))) (-5 *1 (-1231 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-132)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1214 *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 (-697 *2 *3 *4 *5 *6)) (-4 *2 (-169))
+ (-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 (-701 *2 *3 *4 *5 *6)) (-4 *2 (-169))
+ (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
+ (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-630 (-674 (-553))))
+ (-5 *1 (-1089)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-810)) (-5 *3 (-630 (-1155))) (-5 *1 (-811)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111))
+ (-5 *2
+ (-2 (|:| |contp| (-553))
+ (|:| -3688 (-630 (-2 (|:| |irr| *3) (|:| -3981 (-553)))))))
+ (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111))
+ (-5 *2
+ (-2 (|:| |contp| (-553))
+ (|:| -3688 (-630 (-2 (|:| |irr| *3) (|:| -3981 (-553)))))))
+ (-5 *1 (-1203 *3)) (-4 *3 (-1214 (-553))))))
(((*1 *2 *1)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111))
- (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *6)) (-4 *6 (-832)) (-4 *4 (-357)) (-4 *5 (-778))
- (-5 *2 (-111)) (-5 *1 (-496 *4 *5 *6 *7)) (-4 *7 (-930 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-154))))
- ((*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
+ (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-1040)) (-4 *3 (-1177))
+ (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-757)) (-5 *1 (-575 *2)) (-4 *2 (-538)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-674 *7)) (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *6 *5))
+ (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779)) (-5 *1 (-906 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -2591 (-768 *3)) (|:| |coef1| (-768 *3))))
+ (-5 *1 (-768 *3)) (-4 *3 (-545)) (-4 *3 (-1031))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-545)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-2 (|:| -2591 *1) (|:| |coef1| *1)))
+ (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-424 *2)) (-4 *2 (-833)) (-4 *2 (-545))))
+ ((*1 *1 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-138))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-141)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1031)) (-5 *2 (-553)) (-5 *1 (-436 *4 *3 *5))
+ (-4 *3 (-1214 *4))
+ (-4 *5 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))))))
+(((*1 *1 *1) (|partial| -4 *1 (-142))) ((*1 *1 *1) (-4 *1 (-343)))
+ ((*1 *1 *1) (|partial| -12 (-4 *1 (-142)) (-4 *1 (-891)))))
(((*1 *2 *1)
- (|partial| -12
- (-4 *3 (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445)))
- (-5 *2
- (-2
- (|:| |%term|
- (-2 (|:| |%coef| (-1222 *4 *5 *6))
- (|:| |%expon| (-313 *4 *5 *6))
- (|:| |%expTerms|
- (-629 (-2 (|:| |k| (-401 (-552))) (|:| |c| *4))))))
- (|:| |%type| (-1136))))
- (-5 *1 (-1223 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1176) (-424 *3)))
- (-14 *5 (-1154)) (-14 *6 *4))))
+ (-12 (-4 *3 (-1031)) (-5 *2 (-1238 *3)) (-5 *1 (-698 *3 *4))
+ (-4 *4 (-1214 *3)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1031) (-833)))
+ (-14 *3 (-630 (-1155))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-369 *4 *2))
+ (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4370)))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-5 *2 (-412 (-1151 (-1151 *4))))
+ (-5 *1 (-1190 *4)) (-5 *3 (-1151 (-1151 *4))))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373)))
- (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153))))
- (-5 *1 (-1153)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-673 *5)) (-4 *5 (-1030)) (-5 *1 (-1034 *3 *4 *5))
- (-14 *3 (-756)) (-14 *4 (-756)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-138))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-141)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-844)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 (-756))
- (-14 *4 (-756)) (-4 *5 (-169)))))
-(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1136)))))
+ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373)))
+ (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154))))
+ (-5 *1 (-1154)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243))
+ (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243))
+ (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-745)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-856))
+ (-5 *5 (-903)) (-5 *6 (-630 (-257))) (-5 *2 (-461)) (-5 *1 (-1242))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *2 (-461))
+ (-5 *1 (-1242))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *4 (-630 (-257)))
+ (-5 *2 (-461)) (-5 *1 (-1242)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-138))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-141)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-553)) (-4 *3 (-169)) (-4 *5 (-367 *3))
+ (-4 *6 (-367 *3)) (-5 *1 (-673 *3 *5 *6 *2))
+ (-4 *2 (-672 *3 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-1137)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-1155)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-779)) (-4 *6 (-833)) (-4 *7 (-545))
+ (-4 *3 (-931 *7 *5 *6))
+ (-5 *2
+ (-2 (|:| -3503 (-757)) (|:| -4157 *3) (|:| |radicand| (-630 *3))))
+ (-5 *1 (-935 *5 *6 *7 *3 *8)) (-5 *4 (-757))
+ (-4 *8
+ (-13 (-357)
+ (-10 -8 (-15 -4013 (*3 $)) (-15 -4024 (*3 $)) (-15 -3212 ($ *3))))))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
(((*1 *2 *3)
- (-12 (|has| *2 (-6 (-4370 "*"))) (-4 *5 (-367 *2)) (-4 *6 (-367 *2))
- (-4 *2 (-1030)) (-5 *1 (-103 *2 *3 *4 *5 *6)) (-4 *3 (-1213 *2))
- (-4 *4 (-671 *2 *5 *6)))))
-(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1150 (-401 (-933 *3)))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-844)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1136))
- (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-111)) (-5 *1 (-219 *4 *5)) (-4 *5 (-13 (-1176) (-29 *4))))))
-(((*1 *1 *2) (-12 (-5 *2 (-804 *3)) (-4 *3 (-832)) (-5 *1 (-656 *3)))))
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-931 *4 *6 *5))
+ (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779)) (-5 *2 (-111)) (-5 *1 (-906 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-13 (-301) (-144)))
+ (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)) (-5 *2 (-111))
+ (-5 *1 (-906 *4 *5 *6 *7)) (-4 *7 (-931 *4 *6 *5)))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373)))
- (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153))))
- (-5 *1 (-1153)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-870 *5 *3)) (-5 *4 (-873 *5)) (-4 *5 (-1078))
- (-4 *3 (-163 *6)) (-4 (-933 *6) (-867 *5))
- (-4 *6 (-13 (-867 *5) (-169))) (-5 *1 (-175 *5 *6 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-870 *4 *1)) (-5 *3 (-873 *4)) (-4 *1 (-867 *4))
- (-4 *4 (-1078))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-870 *5 *6)) (-5 *4 (-873 *5)) (-4 *5 (-1078))
- (-4 *6 (-13 (-1078) (-1019 *3))) (-4 *3 (-867 *5))
- (-5 *1 (-912 *5 *3 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-870 *5 *3)) (-4 *5 (-1078))
- (-4 *3 (-13 (-424 *6) (-600 *4) (-867 *5) (-1019 (-598 $))))
- (-5 *4 (-873 *5)) (-4 *6 (-13 (-544) (-832) (-867 *5)))
- (-5 *1 (-913 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-870 (-552) *3)) (-5 *4 (-873 (-552))) (-4 *3 (-537))
- (-5 *1 (-914 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-870 *5 *6)) (-5 *3 (-598 *6)) (-4 *5 (-1078))
- (-4 *6 (-13 (-832) (-1019 (-598 $)) (-600 *4) (-867 *5)))
- (-5 *4 (-873 *5)) (-5 *1 (-915 *5 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-866 *5 *6 *3)) (-5 *4 (-873 *5)) (-4 *5 (-1078))
- (-4 *6 (-867 *5)) (-4 *3 (-650 *6)) (-5 *1 (-916 *5 *6 *3))))
- ((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *5 (-1 (-870 *6 *3) *8 (-873 *6) (-870 *6 *3)))
- (-4 *8 (-832)) (-5 *2 (-870 *6 *3)) (-5 *4 (-873 *6))
- (-4 *6 (-1078)) (-4 *3 (-13 (-930 *9 *7 *8) (-600 *4)))
- (-4 *7 (-778)) (-4 *9 (-13 (-1030) (-832) (-867 *6)))
- (-5 *1 (-917 *6 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-870 *5 *3)) (-4 *5 (-1078))
- (-4 *3 (-13 (-930 *8 *6 *7) (-600 *4))) (-5 *4 (-873 *5))
- (-4 *7 (-867 *5)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *8 (-13 (-1030) (-832) (-867 *5)))
- (-5 *1 (-917 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-870 *5 *3)) (-4 *5 (-1078)) (-4 *3 (-973 *6))
- (-4 *6 (-13 (-544) (-867 *5) (-600 *4))) (-5 *4 (-873 *5))
- (-5 *1 (-920 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-870 *5 (-1154))) (-5 *3 (-1154)) (-5 *4 (-873 *5))
- (-4 *5 (-1078)) (-5 *1 (-921 *5))))
- ((*1 *2 *3 *4 *5 *2 *6)
- (-12 (-5 *4 (-629 (-873 *7))) (-5 *5 (-1 *9 (-629 *9)))
- (-5 *6 (-1 (-870 *7 *9) *9 (-873 *7) (-870 *7 *9))) (-4 *7 (-1078))
- (-4 *9 (-13 (-1030) (-600 (-873 *7)) (-1019 *8)))
- (-5 *2 (-870 *7 *9)) (-5 *3 (-629 *9)) (-4 *8 (-13 (-1030) (-832)))
- (-5 *1 (-922 *7 *8 *9)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1154)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-1110 *4 *2))
- (-4 *2 (-13 (-590 (-552) *4) (-10 -7 (-6 -4368) (-6 -4369))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-832)) (-4 *3 (-1191)) (-5 *1 (-1110 *3 *2))
- (-4 *2 (-13 (-590 (-552) *3) (-10 -7 (-6 -4368) (-6 -4369)))))))
+ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373)))
+ (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154))))
+ (-5 *1 (-1154)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-630 (-553))) (-5 *3 (-674 (-553))) (-5 *1 (-1089)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388)))))
(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-725 *4 *5)) (-4 *4 (-1030))
- (-4 *5 (-832)) (-5 *2 (-933 *4))))
+ (-12 (-5 *3 (-757)) (-4 *1 (-726 *4 *5)) (-4 *4 (-1031))
+ (-4 *5 (-833)) (-5 *2 (-934 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-725 *4 *5)) (-4 *4 (-1030))
- (-4 *5 (-832)) (-5 *2 (-933 *4))))
+ (-12 (-5 *3 (-757)) (-4 *1 (-726 *4 *5)) (-4 *4 (-1031))
+ (-4 *5 (-833)) (-5 *2 (-934 *4))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-1228 *4)) (-4 *4 (-1030))
- (-5 *2 (-933 *4))))
+ (-12 (-5 *3 (-757)) (-4 *1 (-1229 *4)) (-4 *4 (-1031))
+ (-5 *2 (-934 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-1228 *4)) (-4 *4 (-1030))
- (-5 *2 (-933 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-445))
- (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-958 *3 *4 *5 *6)))))
-(((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-351 *3)) (-4 *3 (-343)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-242 *3 *4))
- (-14 *3 (-629 (-1154))) (-4 *4 (-1030))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-552))) (-14 *3 (-629 (-1154)))
- (-5 *1 (-447 *3 *4 *5)) (-4 *4 (-1030))
- (-4 *5 (-233 (-2657 *3) (-756)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-474 *3 *4))
- (-14 *3 (-629 (-1154))) (-4 *4 (-1030)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1078)) (-5 *2 (-870 *3 *5)) (-5 *1 (-866 *3 *4 *5))
- (-4 *3 (-1078)) (-4 *5 (-650 *4)))))
+ (-12 (-5 *3 (-757)) (-4 *1 (-1229 *4)) (-4 *4 (-1031))
+ (-5 *2 (-934 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-575 *3)) (-4 *3 (-538)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-118 *2)) (-4 *2 (-1192)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-805)) (-14 *5 (-1154)) (-5 *2 (-629 (-1210 *5 *4)))
- (-5 *1 (-1092 *4 *5)) (-5 *3 (-1210 *5 *4)))))
+ (-12 (-4 *4 (-545)) (-5 *2 (-940 *3)) (-5 *1 (-1142 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-111))
+ (-5 *6 (-220)) (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-67 APROD))))
+ (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-72 MSOLVE))))
+ (-5 *2 (-1017)) (-5 *1 (-742)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1079)) (-5 *2 (-871 *3 *5)) (-5 *1 (-867 *3 *4 *5))
+ (-4 *3 (-1079)) (-4 *5 (-651 *4)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-778)) (-4 *6 (-832)) (-4 *3 (-544))
- (-4 *7 (-930 *3 *5 *6))
- (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *8) (|:| |radicand| *8)))
- (-5 *1 (-934 *5 *6 *3 *7 *8)) (-5 *4 (-756))
- (-4 *8
- (-13 (-357)
- (-10 -8 (-15 -4015 (*7 $)) (-15 -4026 (*7 $)) (-15 -3213 ($ *7))))))))
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-833)) (-4 *5 (-891)) (-4 *6 (-779))
+ (-4 *8 (-931 *5 *6 *7)) (-5 *2 (-412 (-1151 *8)))
+ (-5 *1 (-888 *5 *6 *7 *8)) (-5 *4 (-1151 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-891)) (-4 *5 (-1214 *4)) (-5 *2 (-412 (-1151 *5)))
+ (-5 *1 (-889 *4 *5)) (-5 *3 (-1151 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-1213 *4)) (-5 *1 (-531 *4 *2 *5 *6))
- (-4 *4 (-301)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-756))))))
+ (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1169 *4 *5))
+ (-4 *4 (-1079)) (-4 *5 (-1079)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-1031)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1214 *3)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-629 (-257))) (-5 *4 (-1154))
- (-5 *1 (-256 *2)) (-4 *2 (-1191))))
+ (|partial| -12 (-5 *3 (-630 (-257))) (-5 *4 (-1155))
+ (-5 *1 (-256 *2)) (-4 *2 (-1192))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-629 (-257))) (-5 *4 (-1154)) (-5 *2 (-52))
+ (|partial| -12 (-5 *3 (-630 (-257))) (-5 *4 (-1155)) (-5 *2 (-52))
(-5 *1 (-257)))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373)))
- (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153))))
- (-5 *1 (-1153)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-756)) (-4 *4 (-343)) (-5 *1 (-211 *4 *2))
- (-4 *2 (-1213 *4))))
- ((*1 *2 *2 *3 *2 *3)
- (-12 (-5 *3 (-552)) (-5 *1 (-680 *2)) (-4 *2 (-1213 *3)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *3 (-1044 *6 *7 *8))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-1086 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 (-2 (|:| |val| (-629 *8)) (|:| -3361 *9))))
- (-5 *5 (-111)) (-4 *8 (-1044 *6 *7 *4)) (-4 *9 (-1050 *6 *7 *4 *8))
- (-4 *6 (-445)) (-4 *7 (-778)) (-4 *4 (-832))
- (-5 *2 (-629 (-2 (|:| |val| *8) (|:| -3361 *9))))
- (-5 *1 (-1086 *6 *7 *4 *8 *9)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
- (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *6 (-220))
- (-5 *3 (-552)) (-5 *2 (-1016)) (-5 *1 (-737)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1191)) (-5 *1 (-854 *3 *2)) (-4 *3 (-1191))))
- ((*1 *2 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
- (-12 (-5 *3 (-552)) (-5 *5 (-111)) (-5 *6 (-673 (-220)))
- (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))
- (-5 *4 (-220)) (-5 *2 (-1016)) (-5 *1 (-738)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-882 *2)) (-4 *2 (-1078))))
- ((*1 *1 *2) (-12 (-5 *1 (-882 *2)) (-4 *2 (-1078)))))
+ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373)))
+ (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154))))
+ (-5 *1 (-1154)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 (-630 *7) *7 (-1151 *7))) (-5 *5 (-1 (-412 *7) *7))
+ (-4 *7 (-1214 *6)) (-4 *6 (-13 (-357) (-144) (-1020 (-401 (-553)))))
+ (-5 *2 (-630 (-2 (|:| |frac| (-401 *7)) (|:| -2770 *3))))
+ (-5 *1 (-795 *6 *7 *3 *8)) (-4 *3 (-641 *7))
+ (-4 *8 (-641 (-401 *7)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1214 *5))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-5 *2
+ (-630 (-2 (|:| |frac| (-401 *6)) (|:| -2770 (-639 *6 (-401 *6))))))
+ (-5 *1 (-798 *5 *6)) (-5 *3 (-639 *6 (-401 *6))))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-674 (-401 (-934 (-553)))))
+ (-5 *2 (-674 (-310 (-553)))) (-5 *1 (-1013)))))
+(((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169))))
+ ((*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
+ (-12 (-4 *2 (-1192)) (-5 *1 (-855 *3 *2)) (-4 *3 (-1192))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 (-111) *9)) (-5 *5 (-1 (-111) *9 *9))
+ (-4 *9 (-1045 *6 *7 *8)) (-4 *6 (-545)) (-4 *7 (-779))
+ (-4 *8 (-833)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3445 (-630 *9))))
+ (-5 *3 (-630 *9)) (-4 *1 (-1185 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-111) *8 *8)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-2 (|:| |bas| *1) (|:| -3445 (-630 *8))))
+ (-5 *3 (-630 *8)) (-4 *1 (-1185 *5 *6 *7 *8)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-883 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *2) (-12 (-5 *1 (-883 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *4 (-445)) (-4 *3 (-779)) (-4 *5 (-833)) (-5 *2 (-111))
+ (-5 *1 (-442 *4 *3 *5 *6)) (-4 *6 (-931 *4 *3 *5)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-113)) (-4 *2 (-1079)) (-4 *2 (-833))
+ (-5 *1 (-112 *2)))))
+(((*1 *1 *1) (-12 (-4 *1 (-659 *2)) (-4 *2 (-1192)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983)))
- (-5 *1 (-173 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1150 *6)) (-5 *3 (-552)) (-4 *6 (-301)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *1 (-727 *4 *5 *6 *7)) (-4 *7 (-930 *6 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-590 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1191))
- (-5 *2 (-629 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *4 *3 *5 *3)
- (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *3 (-552))
- (-5 *2 (-1016)) (-5 *1 (-739)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-629 *2))) (-5 *4 (-629 *5))
- (-4 *5 (-38 (-401 (-552)))) (-4 *2 (-1228 *5))
- (-5 *1 (-1230 *5 *2)))))
-(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-310 (-552))) (|:| -3220 (-310 (-373)))
- (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1153))))
- (-5 *1 (-1153)))))
+ (-630
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-757)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-779)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-445)) (-4 *5 (-833))
+ (-5 *1 (-442 *3 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-545)) (-4 *3 (-169))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -3428 (-630 *1))))
+ (-4 *1 (-361 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-446 *3 *4 *5 *6))
+ (|:| -3428 (-630 (-446 *3 *4 *5 *6)))))
+ (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2697 *4)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-13 (-545) (-144))) (-5 *1 (-1208 *3 *2))
+ (-4 *2 (-1214 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-310 (-553))) (|:| -3219 (-310 (-373)))
+ (|:| CF (-310 (-166 (-373)))) (|:| |switch| (-1154))))
+ (-5 *1 (-1154)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-1177 *3))) (-5 *1 (-1177 *3)) (-4 *3 (-1078)))))
+ (-12 (-4 *1 (-543 *3)) (-4 *3 (-13 (-398) (-1177))) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-4 *1 (-831)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1048 *4 *3)) (-4 *4 (-13 (-831) (-357)))
+ (-4 *3 (-1214 *4)) (-5 *2 (-111)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4))))
+ (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4))))
((*1 *2 *3 *3)
- (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *2 (-629 *3)) (-5 *1 (-1106 *4 *3)) (-4 *4 (-1213 *3)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-274))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-3 (-552) (-220) (-1154) (-1136) (-1159)))
- (-5 *1 (-1159)))))
-(((*1 *2 *2) (-12 (-5 *2 (-902)) (|has| *1 (-6 -4359)) (-4 *1 (-398))))
- ((*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-902))))
- ((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-683))))
- ((*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-683)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-544) (-832) (-1019 (-552))))
- (-4 *5 (-424 *4)) (-5 *2 (-412 (-1150 (-401 (-552)))))
- (-5 *1 (-429 *4 *5 *3)) (-4 *3 (-1213 *5)))))
+ (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2 (-630 *3)) (-5 *1 (-1107 *4 *3)) (-4 *4 (-1214 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-885 *3)) (-4 *3 (-1079)) (-5 *2 (-1081 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1079)) (-5 *2 (-1081 (-630 *4))) (-5 *1 (-886 *4))
+ (-5 *3 (-630 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1079)) (-5 *2 (-1081 (-1081 *4))) (-5 *1 (-886 *4))
+ (-5 *3 (-1081 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *2 (-1081 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1151 *3)) (-5 *1 (-896 *3)) (-4 *3 (-301)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136)))))
- (-5 *2 (-1016)) (-5 *1 (-299))))
- ((*1 *2 *3)
- (-12
+ (-12 (-4 *1 (-877))
(-5 *3
- (-2 (|:| -3102 (-373)) (|:| -4290 (-1136))
- (|:| |explanations| (-629 (-1136))) (|:| |extra| (-1016))))
- (-5 *2 (-1016)) (-5 *1 (-299)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-633 *3 *4 *5)) (-4 *3 (-1078))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-542 *2)) (-4 *2 (-13 (-398) (-1176))))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-61 *3)) (-14 *3 (-1154))))
- ((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-68 *3)) (-14 *3 (-1154))))
- ((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-71 *3)) (-14 *3 (-1154))))
- ((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1242))))
- ((*1 *2 *3) (-12 (-5 *3 (-382)) (-5 *2 (-1242)) (-5 *1 (-391))))
+ (-2 (|:| |pde| (-630 (-310 (-220))))
+ (|:| |constraints|
+ (-630
+ (-2 (|:| |start| (-220)) (|:| |finish| (-220))
+ (|:| |grid| (-757)) (|:| |boundaryType| (-553))
+ (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220))))))
+ (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137))
+ (|:| |tol| (-220))))
+ (-5 *2 (-1017)))))
+(((*1 *2 *2) (-12 (-5 *2 (-903)) (|has| *1 (-6 -4360)) (-4 *1 (-398))))
+ ((*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-903))))
+ ((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-684))))
+ ((*1 *2) (-12 (-5 *2 (-903)) (-5 *1 (-684)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1259 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031))
+ (-5 *2 (-805 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-829)) (-5 *1 (-1261 *3 *2)) (-4 *3 (-1031)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3))
+ (-4 *3 (-13 (-357) (-1177) (-984))))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-61 *3)) (-14 *3 (-1155))))
+ ((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-68 *3)) (-14 *3 (-1155))))
+ ((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-71 *3)) (-14 *3 (-1155))))
+ ((*1 *2 *1) (-12 (-4 *1 (-389)) (-5 *2 (-1243))))
+ ((*1 *2 *3) (-12 (-5 *3 (-382)) (-5 *2 (-1243)) (-5 *1 (-391))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1136)) (-5 *4 (-844)) (-5 *2 (-1242)) (-5 *1 (-1116))))
- ((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-1116))))
+ (-12 (-5 *3 (-1137)) (-5 *4 (-845)) (-5 *2 (-1243)) (-5 *1 (-1117))))
+ ((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-1117))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-844))) (-5 *2 (-1242)) (-5 *1 (-1116)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *4)) (-4 *4 (-830)) (-4 *4 (-357)) (-5 *2 (-756))
- (-5 *1 (-926 *4 *5)) (-4 *5 (-1213 *4)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-1150 (-933 *4))) (-5 *1 (-410 *3 *4))
- (-4 *3 (-411 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-4 *3 (-357))
- (-5 *2 (-1150 (-933 *3)))))
- ((*1 *2)
- (-12 (-5 *2 (-1150 (-401 (-933 *3)))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-296)) (-4 *2 (-1191))))
+ (-12 (-5 *3 (-630 (-845))) (-5 *2 (-1243)) (-5 *1 (-1117)))))
+(((*1 *1 *1) (-4 *1 (-616)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-617 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984) (-1177))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-296)) (-4 *2 (-1192))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-598 *1))) (-5 *3 (-629 *1)) (-4 *1 (-296))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-288 *1))) (-4 *1 (-296))))
+ (-12 (-5 *2 (-630 (-599 *1))) (-5 *3 (-630 *1)) (-4 *1 (-296))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-288 *1))) (-4 *1 (-296))))
((*1 *1 *1 *2) (-12 (-5 *2 (-288 *1)) (-4 *1 (-296)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
- (|:| |abserr| (-220)) (|:| |relerr| (-220))))
- (-5 *2 (-373)) (-5 *1 (-200)))))
-(((*1 *2 *1) (-12 (-5 *2 (-476)) (-5 *1 (-213))))
- ((*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1) (-12 (-5 *2 (-476)) (-5 *1 (-660))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-902)) (-4 *4 (-362)) (-4 *4 (-357)) (-5 *2 (-1150 *1))
- (-4 *1 (-323 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-5 *2 (-1150 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-364 *3 *2)) (-4 *3 (-169)) (-4 *3 (-357))
- (-4 *2 (-1213 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1237 *4)) (-4 *4 (-343)) (-5 *2 (-1150 *4))
- (-5 *1 (-520 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *4 (-552))) (-5 *5 (-1 (-1134 *4))) (-4 *4 (-357))
- (-4 *4 (-1030)) (-5 *2 (-1134 *4)) (-5 *1 (-1138 *4)))))
-(((*1 *1) (-5 *1 (-141)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-257))) (-5 *2 (-1111 (-220))) (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-1111 (-220))) (-5 *1 (-257)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-5 *1 (-58 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-58 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078))
- (-5 *2 (-629 (-2 (|:| |k| *4) (|:| |c| *3))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |k| (-874 *3)) (|:| |c| *4))))
- (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832))
- (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-656 *3))) (-5 *1 (-874 *3)) (-4 *3 (-832)))))
-(((*1 *2 *1) (-12 (-5 *2 (-180)) (-5 *1 (-243)))))
+ (-12 (-5 *2 (-111)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-2 (|:| |den| (-552)) (|:| |gcdnum| (-552)))))
- (-4 *4 (-1213 (-401 *2))) (-5 *2 (-552)) (-5 *1 (-894 *4 *5))
- (-4 *5 (-1213 (-401 *4))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-1039)) (-4 *3 (-1176))
- (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-778)) (-4 *6 (-832)) (-4 *7 (-544))
- (-4 *3 (-930 *7 *5 *6))
- (-5 *2
- (-2 (|:| -1406 (-756)) (|:| -4158 *3) (|:| |radicand| (-629 *3))))
- (-5 *1 (-934 *5 *6 *7 *3 *8)) (-5 *4 (-756))
- (-4 *8
- (-13 (-357)
- (-10 -8 (-15 -4015 (*3 $)) (-15 -4026 (*3 $)) (-15 -3213 ($ *3))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-832)) (-4 *5 (-890)) (-4 *6 (-778))
- (-4 *8 (-930 *5 *6 *7)) (-5 *2 (-412 (-1150 *8)))
- (-5 *1 (-887 *5 *6 *7 *8)) (-5 *4 (-1150 *8))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-890)) (-4 *5 (-1213 *4)) (-5 *2 (-412 (-1150 *5)))
- (-5 *1 (-888 *4 *5)) (-5 *3 (-1150 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-385)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *1 *1) (-4 *1 (-615)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-616 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983) (-1176))))))
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-630 *7)) (|:| |badPols| (-630 *7))))
+ (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-553) (-553))) (-5 *1 (-355 *3)) (-4 *3 (-1079))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-757) (-757))) (-5 *1 (-380 *3)) (-4 *3 (-1079))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
+ (-5 *1 (-634 *3 *4 *5)) (-4 *3 (-1079)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-958 *3 *4 *2 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833)) (-4 *5 (-1045 *3 *4 *2)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-591 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1192))
+ (-5 *2 (-111)))))
+(((*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1137)) (-5 *1 (-299)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-251)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-445)) (-5 *2 (-111))
- (-5 *1 (-354 *4 *5)) (-14 *5 (-629 (-1154)))))
+ (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-445)) (-5 *2 (-111))
+ (-5 *1 (-354 *4 *5)) (-14 *5 (-630 (-1155)))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-765 *4 (-846 *5)))) (-4 *4 (-445))
- (-14 *5 (-629 (-1154))) (-5 *2 (-111)) (-5 *1 (-614 *4 *5)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-357)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-496 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))))
-(((*1 *2 *3 *3 *2 *4)
- (-12 (-5 *3 (-673 *2)) (-5 *4 (-552))
- (-4 *2 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-4 *5 (-1213 *2)) (-5 *1 (-491 *2 *5 *6)) (-4 *6 (-403 *2 *5)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
+ (-12 (-5 *3 (-630 (-766 *4 (-847 *5)))) (-4 *4 (-445))
+ (-14 *5 (-630 (-1155))) (-5 *2 (-111)) (-5 *1 (-615 *4 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-385)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-953)))))
+(((*1 *2 *1 *3 *3 *3 *2)
+ (-12 (-5 *3 (-757)) (-5 *1 (-660 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *1) (-12 (-4 *1 (-545)) (-5 *2 (-111)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-401 (-553)))
+ (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 (-553))) (-4 *3 (-1031)) (-5 *1 (-98 *3))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-98 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-98 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-874 *4)) (-4 *4 (-1079)) (-5 *2 (-630 *5))
+ (-5 *1 (-872 *4 *5)) (-4 *5 (-1192)))))
+(((*1 *2)
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-924 *4)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1136)) (-5 *1 (-695)))))
+ (-12 (-4 *1 (-1051 *3 *4 *5 *6)) (-4 *3 (-445)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1051 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-357)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-497 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))))
(((*1 *2 *1)
(-12
(-5 *2
(-3 (|:| |nullBranch| "null")
(|:| |assignmentBranch|
- (-2 (|:| |var| (-1154))
- (|:| |arrayIndex| (-629 (-933 (-552))))
+ (-2 (|:| |var| (-1155))
+ (|:| |arrayIndex| (-630 (-934 (-553))))
(|:| |rand|
- (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844))))))
+ (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845))))))
(|:| |arrayAssignmentBranch|
- (-2 (|:| |var| (-1154)) (|:| |rand| (-844))
+ (-2 (|:| |var| (-1155)) (|:| |rand| (-845))
(|:| |ints2Floats?| (-111))))
(|:| |conditionalBranch|
- (-2 (|:| |switch| (-1153)) (|:| |thenClause| (-324))
+ (-2 (|:| |switch| (-1154)) (|:| |thenClause| (-324))
(|:| |elseClause| (-324))))
(|:| |returnBranch|
- (-2 (|:| -3435 (-111))
- (|:| -2925
- (-2 (|:| |ints2Floats?| (-111)) (|:| -1452 (-844))))))
- (|:| |blockBranch| (-629 (-324)))
- (|:| |commentBranch| (-629 (-1136))) (|:| |callBranch| (-1136))
+ (-2 (|:| -3437 (-111))
+ (|:| -2924
+ (-2 (|:| |ints2Floats?| (-111)) (|:| -1453 (-845))))))
+ (|:| |blockBranch| (-630 (-324)))
+ (|:| |commentBranch| (-630 (-1137))) (|:| |callBranch| (-1137))
(|:| |forBranch|
- (-2 (|:| -4235 (-1070 (-933 (-552))))
- (|:| |span| (-933 (-552))) (|:| -4300 (-324))))
- (|:| |labelBranch| (-1098))
- (|:| |loopBranch| (-2 (|:| |switch| (-1153)) (|:| -4300 (-324))))
+ (-2 (|:| -2515 (-1071 (-934 (-553))))
+ (|:| |span| (-934 (-553))) (|:| -4300 (-324))))
+ (|:| |labelBranch| (-1099))
+ (|:| |loopBranch| (-2 (|:| |switch| (-1154)) (|:| -4300 (-324))))
(|:| |commonBranch|
- (-2 (|:| -4290 (-1154)) (|:| |contents| (-629 (-1154)))))
- (|:| |printBranch| (-629 (-844)))))
+ (-2 (|:| -4292 (-1155)) (|:| |contents| (-630 (-1155)))))
+ (|:| |printBranch| (-630 (-845)))))
(-5 *1 (-324)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-220) (-220) (-220) (-220))) (-5 *1 (-257))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220) (-220))) (-5 *1 (-257))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-257)))))
-(((*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-107))))
- ((*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-212))))
- ((*1 *2 *1) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-480))))
- ((*1 *1 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544)) (-4 *2 (-301))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552))))
- ((*1 *1 *1) (-4 *1 (-1039))))
-(((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-756)) (-5 *4 (-902)) (-5 *2 (-1242)) (-5 *1 (-1238))))
- ((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-756)) (-5 *4 (-902)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1210 *5 *4)) (-4 *4 (-445)) (-4 *4 (-805))
- (-14 *5 (-1154)) (-5 *2 (-552)) (-5 *1 (-1092 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+ (-12 (-4 *2 (-357)) (-4 *2 (-831)) (-5 *1 (-927 *2 *3))
+ (-4 *3 (-1214 *2)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
+ (-12 (-5 *6 (-630 (-111))) (-5 *7 (-674 (-220)))
+ (-5 *8 (-674 (-553))) (-5 *3 (-553)) (-5 *4 (-220)) (-5 *5 (-111))
+ (-5 *2 (-1017)) (-5 *1 (-740)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-833)) (-4 *5 (-779))
+ (-4 *6 (-545)) (-4 *7 (-931 *6 *5 *3))
+ (-5 *1 (-455 *5 *3 *6 *7 *2))
+ (-4 *2
+ (-13 (-1020 (-401 (-553))) (-357)
+ (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $))
+ (-15 -4024 (*7 $))))))))
+(((*1 *2 *1) (-12 (-5 *1 (-948 *2)) (-4 *2 (-949)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-4 *1 (-885 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-1078))
- (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-807)) (-5 *1 (-806)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-629 *5) *6))
- (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552))))) (-4 *6 (-1213 *5))
- (-5 *2 (-629 (-2 (|:| -3930 *5) (|:| -2771 *3))))
- (-5 *1 (-794 *5 *6 *3 *7)) (-4 *3 (-640 *6))
- (-4 *7 (-640 (-401 *6))))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1261 *3 *4)) (-4 *1 (-368 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-169))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-380 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-804 *2)) (-4 *2 (-832))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-804 *2)) (-4 *2 (-832))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-804 *3)) (-4 *1 (-1254 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-1030))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1254 *2 *3)) (-4 *2 (-832)) (-4 *3 (-1030)))))
-(((*1 *2)
- (-12 (-5 *2 (-2 (|:| -3744 (-629 *3)) (|:| -2707 (-629 *3))))
- (-5 *1 (-1192 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-544)) (-5 *1 (-950 *3 *2)) (-4 *2 (-1213 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-544)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1136)) (-5 *3 (-808)) (-5 *1 (-807)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-1088)) (-5 *3 (-552)))))
-(((*1 *2 *1) (-12 (-5 *2 (-208 4 (-128))) (-5 *1 (-567)))))
-(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-34)))
- ((*1 *1) (-5 *1 (-128)))
- ((*1 *1)
- (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-552)) (-14 *3 (-756))
- (-4 *4 (-169))))
- ((*1 *1) (-4 *1 (-711))) ((*1 *1) (-5 *1 (-1154))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *2 (-1016))
- (-5 *1 (-740)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-155 *4 *2))
+ (-4 *2 (-424 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1155))))
+ ((*1 *1 *1) (-4 *1 (-157))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1155))
+ (-4 *6 (-13 (-833) (-301) (-1020 (-553)) (-626 (-553)) (-144)))
+ (-4 *4 (-13 (-29 *6) (-1177) (-941)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -3428 (-630 *4))))
+ (-5 *1 (-787 *6 *4 *3)) (-4 *3 (-641 *4)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-734)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))))
+(((*1 *2 *3 *3 *2 *4)
+ (-12 (-5 *3 (-674 *2)) (-5 *4 (-553))
+ (-4 *2 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-4 *5 (-1214 *2)) (-5 *1 (-492 *2 *5 *6)) (-4 *6 (-403 *2 *5)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-738)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))))
+(((*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-412 *3)) (-5 *1 (-39 *3)) (-4 *3 (-1214 (-48)))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *2 (-2 (|:| |less| (-120 *3)) (|:| |greater| (-120 *3))))
+ (-5 *1 (-120 *3)) (-4 *3 (-833))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-574 *4)) (-4 *4 (-13 (-29 *3) (-1177)))
+ (-4 *3 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553))))
+ (-5 *1 (-572 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-574 (-401 (-934 *3))))
+ (-4 *3 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553))))
+ (-5 *1 (-577 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-357))
+ (-5 *2 (-2 (|:| -1681 *3) (|:| |special| *3))) (-5 *1 (-713 *5 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1238 *5)) (-4 *5 (-357)) (-4 *5 (-1031))
+ (-5 *2 (-630 (-630 (-674 *5)))) (-5 *1 (-1011 *5))
+ (-5 *3 (-630 (-674 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1238 (-1238 *5))) (-4 *5 (-357)) (-4 *5 (-1031))
+ (-5 *2 (-630 (-630 (-674 *5)))) (-5 *1 (-1011 *5))
+ (-5 *3 (-630 (-674 *5)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-138)) (-5 *2 (-630 *1)) (-4 *1 (-1123))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-141)) (-5 *2 (-630 *1)) (-4 *1 (-1123)))))
+(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1017)))))
+(((*1 *2 *1) (-12 (-5 *2 (-412 *3)) (-5 *1 (-896 *3)) (-4 *3 (-301)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1031)) (-4 *2 (-672 *4 *5 *6))
+ (-5 *1 (-103 *4 *3 *2 *5 *6)) (-4 *3 (-1214 *4)) (-4 *5 (-367 *4))
+ (-4 *6 (-367 *4)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5))
+ (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-1251 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-630 *8)) (-5 *3 (-1 (-111) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1045 *5 *6 *7)) (-4 *5 (-545))
+ (-4 *6 (-779)) (-4 *7 (-833)) (-5 *1 (-1251 *5 *6 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-5 *1 (-479 *2)) (-4 *2 (-1214 (-553))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-552))
+ (-12 (-5 *2 (-757)) (-5 *1 (-134 *3 *4 *5)) (-14 *3 (-553))
(-14 *4 *2) (-4 *5 (-169))))
((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-902)) (-5 *1 (-162 *3 *4))
+ (-12 (-4 *4 (-169)) (-5 *2 (-903)) (-5 *1 (-162 *3 *4))
(-4 *3 (-163 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-902))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-903))))
((*1 *2)
- (-12 (-4 *1 (-364 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3))
- (-5 *2 (-902))))
+ (-12 (-4 *1 (-364 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3))
+ (-5 *2 (-903))))
((*1 *2 *3)
(-12 (-4 *4 (-357)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
- (-5 *2 (-756)) (-5 *1 (-513 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6))))
+ (-5 *2 (-757)) (-5 *1 (-514 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-673 *5)) (-5 *4 (-1237 *5)) (-4 *5 (-357))
- (-5 *2 (-756)) (-5 *1 (-651 *5))))
+ (-12 (-5 *3 (-674 *5)) (-5 *4 (-1238 *5)) (-4 *5 (-357))
+ (-5 *2 (-757)) (-5 *1 (-652 *5))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4369))))
- (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))) (-5 *2 (-756))
- (-5 *1 (-652 *5 *6 *4 *3)) (-4 *3 (-671 *5 *6 *4))))
+ (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4370))))
+ (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-5 *2 (-757))
+ (-5 *1 (-653 *5 *6 *4 *3)) (-4 *3 (-672 *5 *6 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-4 *3 (-544)) (-5 *2 (-756))))
+ (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-4 *3 (-545)) (-5 *2 (-757))))
((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *4 (-169)) (-4 *5 (-367 *4))
- (-4 *6 (-367 *4)) (-5 *2 (-756)) (-5 *1 (-672 *4 *5 *6 *3))
- (-4 *3 (-671 *4 *5 *6))))
+ (-12 (-4 *4 (-545)) (-4 *4 (-169)) (-4 *5 (-367 *4))
+ (-4 *6 (-367 *4)) (-5 *2 (-757)) (-5 *1 (-673 *4 *5 *6 *3))
+ (-4 *3 (-672 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-544))
- (-5 *2 (-756)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-401 (-933 *3))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1134 (-401 *3))) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-629 (-673 *4))) (-5 *2 (-673 *4)) (-4 *4 (-1030))
- (-5 *1 (-1010 *4)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-756)) (-5 *3 (-111)) (-5 *1 (-109))))
- ((*1 *2 *2) (-12 (-5 *2 (-902)) (|has| *1 (-6 -4359)) (-4 *1 (-398))))
- ((*1 *2) (-12 (-4 *1 (-398)) (-5 *2 (-902)))))
-(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
- (-12 (-5 *4 (-673 (-220))) (-5 *5 (-673 (-552))) (-5 *3 (-552))
- (-5 *2 (-1016)) (-5 *1 (-741)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1016)) (-5 *3 (-1154)) (-5 *1 (-187)))))
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-545))
+ (-5 *2 (-757)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7))))
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7))))
((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-537)) (-5 *1 (-156 *2)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1154)) (-5 *5 (-1072 (-220))) (-5 *2 (-908))
- (-5 *1 (-906 *3)) (-4 *3 (-600 (-528)))))
- ((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *4 (-1154)) (-5 *5 (-1072 (-220))) (-5 *2 (-908))
- (-5 *1 (-906 *3)) (-4 *3 (-600 (-528)))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-907))))
- ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-907))))
- ((*1 *1 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-907))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1072 (-220))) (-5 *1 (-908))))
- ((*1 *1 *2 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-908))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-908))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-629 (-1 (-220) (-220)))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-908))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-1 (-220) (-220)))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-908))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-908))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-220) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-908)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242))
- (-5 *1 (-1051 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242))
- (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-306)) (-5 *1 (-814)))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-629
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-756)) (|:| |poli| *3)
- (|:| |polj| *3))))
- (-4 *5 (-778)) (-4 *3 (-930 *4 *5 *6)) (-4 *4 (-445)) (-4 *6 (-832))
- (-5 *1 (-442 *4 *5 *6 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-127)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-96)))))
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-1 (-574 *3) *3 (-1155)))
+ (-5 *6
+ (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
+ (-1155)))
+ (-4 *3 (-278)) (-4 *3 (-616)) (-4 *3 (-1020 *4)) (-4 *3 (-424 *7))
+ (-5 *4 (-1155)) (-4 *7 (-601 (-874 (-553)))) (-4 *7 (-445))
+ (-4 *7 (-868 (-553))) (-4 *7 (-833)) (-5 *2 (-574 *3))
+ (-5 *1 (-562 *7 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-629 *7)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5))
- (-5 *1 (-969 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-629 *7)) (-4 *7 (-1050 *3 *4 *5 *6)) (-4 *3 (-445))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5))
- (-5 *1 (-1085 *3 *4 *5 *6 *7)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-637 (-401 *2))) (-4 *2 (-1213 *4)) (-5 *1 (-795 *4 *2))
- (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-638 *2 (-401 *2))) (-4 *2 (-1213 *4))
- (-5 *1 (-795 *4 *2))
- (-4 *4 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552))))))))
+ (-12 (-5 *3 (-630 (-1155))) (-5 *2 (-1243)) (-5 *1 (-1158))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 (-1155))) (-5 *3 (-1155)) (-5 *2 (-1243))
+ (-5 *1 (-1158))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *4 (-630 (-1155))) (-5 *3 (-1155)) (-5 *2 (-1243))
+ (-5 *1 (-1158)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-168))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1187 *3)) (-4 *3 (-956)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-831) (-357))) (-5 *1 (-1041 *2 *3))
+ (-4 *3 (-1214 *2)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-445)) (-4 *3 (-833)) (-4 *3 (-1020 (-553)))
+ (-4 *3 (-545)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3))
+ (-4 *2
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $))
+ (-15 -4024 ((-1104 *3 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *3 (-599 $))))))))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-757)) (-4 *4 (-13 (-545) (-144)))
+ (-5 *1 (-1208 *4 *2)) (-4 *2 (-1214 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
+(((*1 *1) (-5 *1 (-431))))
(((*1 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *5 (-756)) (-4 *6 (-1078)) (-4 *7 (-881 *6))
- (-5 *2 (-673 *7)) (-5 *1 (-676 *6 *7 *3 *4)) (-4 *3 (-367 *7))
- (-4 *4 (-13 (-367 *6) (-10 -7 (-6 -4368)))))))
-(((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *1 *1 *1) (-4 *1 (-466))) ((*1 *1 *1 *1) (-4 *1 (-746))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864))
- (-5 *3 (-629 (-552)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1134 (-629 (-552)))) (-5 *1 (-864))
- (-5 *3 (-629 (-552))))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-740)))))
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *2 (-1214 *4)) (-5 *1 (-795 *4 *2 *3 *5))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *3 (-641 *2))
+ (-4 *5 (-641 (-401 *2))))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-553)) (-4 *3 (-169)) (-4 *5 (-367 *3))
+ (-4 *6 (-367 *3)) (-5 *1 (-673 *3 *5 *6 *2))
+ (-4 *2 (-672 *3 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2) (-12 (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *2 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-830)) (-5 *1 (-297 *3)))))
+ (-12 (-4 *1 (-891)) (-5 *2 (-412 (-1151 *1))) (-5 *3 (-1151 *1)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-522))))
+ ((*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-522)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4)
- (-242 *4 (-401 (-552)))))
- (-14 *4 (-629 (-1154))) (-14 *5 (-756)) (-5 *2 (-111))
- (-5 *1 (-497 *4 *5)))))
+ (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4))
+ (-4 *4 (-343)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1079)) (-5 *1 (-102 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-102 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-925 *4)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-538)) (-5 *2 (-111)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-1238 *5))) (-5 *4 (-553)) (-5 *2 (-1238 *5))
+ (-5 *1 (-1011 *5)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1031)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1137)) (-5 *1 (-772)))))
(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-1221 *3 *2)) (-4 *3 (-1031))
+ (-4 *2 (-1198 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-288 *3))) (-5 *1 (-288 *3)) (-4 *3 (-545))
+ (-4 *3 (-1192)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-357) (-144) (-1020 (-553))))
+ (-4 *5 (-1214 *4))
+ (-5 *2 (-2 (|:| -3557 (-401 *5)) (|:| |coeff| (-401 *5))))
+ (-5 *1 (-557 *4 *5)) (-5 *3 (-401 *5)))))
+(((*1 *2 *2 *2)
(-12
(-5 *2
- (-629
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
- (|:| |xpnt| (-552)))))
- (-5 *1 (-412 *3)) (-4 *3 (-544))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-756)) (-4 *3 (-343)) (-4 *5 (-1213 *3))
- (-5 *2 (-629 (-1150 *3))) (-5 *1 (-490 *3 *5 *6))
- (-4 *6 (-1213 *5)))))
+ (-2 (|:| -3428 (-674 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-674 *3))))
+ (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1137)) (-5 *1 (-696)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-412 (-1151 *1))) (-5 *1 (-310 *4)) (-5 *3 (-1151 *1))
+ (-4 *4 (-445)) (-4 *4 (-545)) (-4 *4 (-833))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-891)) (-5 *2 (-412 (-1151 *1))) (-5 *3 (-1151 *1)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-629 (-373))) (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-629 (-373))) (-5 *1 (-461))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-373))) (-5 *1 (-461))))
+ (-12 (-5 *2 (-630 (-373))) (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-630 (-373))) (-5 *1 (-461))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-373))) (-5 *1 (-461))))
((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-855)) (-5 *2 (-1242)) (-5 *1 (-1238))))
+ (-12 (-5 *3 (-903)) (-5 *4 (-856)) (-5 *2 (-1243)) (-5 *1 (-1239))))
((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))))
+ (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-50 *2 *3)) (-4 *2 (-1031)) (-14 *3 (-630 (-1155)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-218 *2 *3)) (-4 *2 (-13 (-1031) (-833)))
+ (-14 *3 (-630 (-1155))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-552)) (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1030))
- (-5 *1 (-315 *4 *5 *2 *6)) (-4 *6 (-930 *2 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *3))))
- (-5 *1 (-582 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1136)) (-5 *1 (-695)))))
+ (-12 (-5 *3 (-630 (-2 (|:| -2924 *4) (|:| -3452 (-553)))))
+ (-4 *4 (-1079)) (-5 *2 (-1 *4)) (-5 *1 (-999 *4)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154))
- (-4 *5 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2 (-573 *3)) (-5 *1 (-545 *5 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *5))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362)) (-5 *2 (-111))))
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-630 *4))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-757)) (-5 *1 (-575 *2)) (-4 *2 (-538))))
((*1 *2 *3)
- (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343)) (-5 *2 (-111))
- (-5 *1 (-351 *4))))
+ (-12 (-5 *2 (-2 (|:| -4173 *3) (|:| -3503 (-757)))) (-5 *1 (-575 *3))
+ (-4 *3 (-538)))))
+(((*1 *1) (-4 *1 (-343)))
((*1 *2 *3)
- (-12 (-5 *3 (-1237 *4)) (-4 *4 (-343)) (-5 *2 (-111))
- (-5 *1 (-520 *4)))))
-(((*1 *2) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-104)))))
-(((*1 *2 *3) (-12 (-5 *3 (-373)) (-5 *2 (-220)) (-5 *1 (-1240))))
- ((*1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-1240)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-329 *3 *4 *5 *6)) (-4 *3 (-357)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 *3 *4 *5))
+ (-12 (-5 *3 (-630 *5)) (-4 *5 (-424 *4))
+ (-4 *4 (-13 (-545) (-833) (-144)))
+ (-5 *2
+ (-2 (|:| |primelt| *5) (|:| |poly| (-630 (-1151 *5)))
+ (|:| |prim| (-1151 *5))))
+ (-5 *1 (-426 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-545) (-833) (-144)))
(-5 *2
- (-2 (|:| -3273 (-407 *4 (-401 *4) *5 *6)) (|:| |principalPart| *6)))))
+ (-2 (|:| |primelt| *3) (|:| |pol1| (-1151 *3))
+ (|:| |pol2| (-1151 *3)) (|:| |prim| (-1151 *3))))
+ (-5 *1 (-426 *4 *3)) (-4 *3 (-27)) (-4 *3 (-424 *4))))
+ ((*1 *2 *3 *4 *3 *4)
+ (-12 (-5 *3 (-934 *5)) (-5 *4 (-1155)) (-4 *5 (-13 (-357) (-144)))
+ (-5 *2
+ (-2 (|:| |coef1| (-553)) (|:| |coef2| (-553))
+ (|:| |prim| (-1151 *5))))
+ (-5 *1 (-942 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357))
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-630 (-1155)))
+ (-4 *5 (-13 (-357) (-144)))
(-5 *2
- (-2 (|:| |poly| *6) (|:| -1681 (-401 *6))
- (|:| |special| (-401 *6))))
- (-5 *1 (-712 *5 *6)) (-5 *3 (-401 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-357)) (-5 *2 (-629 *3)) (-5 *1 (-877 *3 *4))
- (-4 *3 (-1213 *4))))
- ((*1 *2 *3 *4 *4)
- (|partial| -12 (-5 *4 (-756)) (-4 *5 (-357))
- (-5 *2 (-2 (|:| -3416 *3) (|:| -3428 *3))) (-5 *1 (-877 *3 *5))
- (-4 *3 (-1213 *5))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-629 *9)) (-5 *3 (-629 *8)) (-5 *4 (-111))
- (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *5 (-445))
- (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1048 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-629 *9)) (-5 *3 (-629 *8)) (-5 *4 (-111))
- (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *5 (-445))
- (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1048 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-629 *9)) (-5 *3 (-629 *8)) (-5 *4 (-111))
- (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1087 *5 *6 *7 *8)) (-4 *5 (-445))
- (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1123 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-629 *9)) (-5 *3 (-629 *8)) (-5 *4 (-111))
- (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1087 *5 *6 *7 *8)) (-4 *5 (-445))
- (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-1123 *5 *6 *7 *8 *9)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
- ((*1 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
-(((*1 *2 *3 *3 *1)
- (|partial| -12 (-5 *3 (-1154)) (-5 *2 (-1082)) (-5 *1 (-285)))))
-(((*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))))
-(((*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1191)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357)))))
-(((*1 *1 *1 *1) (-5 *1 (-159)))
- ((*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-159)))))
+ (-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 *5)))
+ (|:| |prim| (-1151 *5))))
+ (-5 *1 (-942 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-630 (-934 *6))) (-5 *4 (-630 (-1155))) (-5 *5 (-1155))
+ (-4 *6 (-13 (-357) (-144)))
+ (-5 *2
+ (-2 (|:| -4157 (-630 (-553))) (|:| |poly| (-630 (-1151 *6)))
+ (|:| |prim| (-1151 *6))))
+ (-5 *1 (-942 *6)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-545)) (-5 *1 (-610 *2 *3)) (-4 *3 (-1214 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-808)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-220) (-220) (-220) (-220))) (-5 *1 (-257))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220) (-220))) (-5 *1 (-257))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-257)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-958 *4 *5 *6 *3)) (-4 *4 (-1031)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *1 *2)
+ (-12 (-4 *1 (-358 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-108))) (-5 *1 (-172)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *3 *4 *4 *5)
+ (|partial| -12 (-5 *4 (-599 *3)) (-5 *5 (-630 *3))
+ (-4 *3 (-13 (-424 *6) (-27) (-1177)))
+ (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-630 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-555 *6 *3 *7)) (-4 *7 (-1079)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-854 (-947 *3) (-947 *3))) (-5 *1 (-947 *3))
- (-4 *3 (-948)))))
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-925 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-925 *3))) (-4 *3 (-1031)) (-4 *1 (-1113 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-925 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-107))))
+ ((*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-212))))
+ ((*1 *2 *1) (-12 (-5 *2 (-401 (-553))) (-5 *1 (-480))))
+ ((*1 *1 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)) (-4 *2 (-301))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-401 (-553))) (-5 *1 (-986 *3)) (-14 *3 (-553))))
+ ((*1 *1 *1) (-4 *1 (-1040))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| |k| (-1155)) (|:| |c| (-1260 *3)))))
+ (-5 *1 (-1260 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-2 (|:| |k| *3) (|:| |c| (-1262 *3 *4)))))
+ (-5 *1 (-1262 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-766 *5 (-847 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
+ (-14 *6 (-630 (-1155)))
+ (-5 *2
+ (-630 (-1125 *5 (-524 (-847 *6)) (-847 *6) (-766 *5 (-847 *6)))))
+ (-5 *1 (-615 *5 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-552))) (-5 *4 (-886 (-552)))
- (-5 *2 (-673 (-552))) (-5 *1 (-577))))
+ (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155))
+ (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-288 (-310 *5))))
+ (-5 *1 (-1108 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-629 (-673 (-552))))
- (-5 *1 (-577))))
+ (-12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-13 (-301) (-833) (-144)))
+ (-5 *2 (-630 (-288 (-310 *4)))) (-5 *1 (-1108 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-552))) (-5 *4 (-629 (-886 (-552))))
- (-5 *2 (-629 (-673 (-552)))) (-5 *1 (-577)))))
-(((*1 *1 *1 *1) (-4 *1 (-140)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537))))
- ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-552))) (-5 *1 (-1028))
- (-5 *3 (-552)))))
-(((*1 *1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169))))
- ((*1 *1 *1 *1) (-4 *1 (-466)))
- ((*1 *1 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169))))
- ((*1 *2 *2) (-12 (-5 *2 (-629 (-552))) (-5 *1 (-864))))
- ((*1 *1 *1) (-5 *1 (-952)))
- ((*1 *1 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (-5 *2 (-1134 (-220))) (-5 *1 (-187))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-310 (-220))) (-5 *4 (-629 (-1154)))
- (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-1134 (-220))) (-5 *1 (-294))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1237 (-310 (-220)))) (-5 *4 (-629 (-1154)))
- (-5 *5 (-1072 (-825 (-220)))) (-5 *2 (-1134 (-220))) (-5 *1 (-294)))))
-(((*1 *2 *3 *1 *4)
- (-12 (-5 *3 (-1118 *5 *6)) (-5 *4 (-1 (-111) *6 *6))
- (-4 *5 (-13 (-1078) (-34))) (-4 *6 (-13 (-1078) (-34)))
- (-5 *2 (-111)) (-5 *1 (-1119 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-401 (-933 (-166 (-552))))))
- (-5 *2 (-629 (-629 (-288 (-933 (-166 *4)))))) (-5 *1 (-372 *4))
- (-4 *4 (-13 (-357) (-830)))))
+ (-12 (-5 *3 (-288 (-401 (-934 *5)))) (-5 *4 (-1155))
+ (-4 *5 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-288 (-310 *5))))
+ (-5 *1 (-1108 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-288 (-401 (-934 *4))))
+ (-4 *4 (-13 (-301) (-833) (-144))) (-5 *2 (-630 (-288 (-310 *4))))
+ (-5 *1 (-1108 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-288 (-401 (-933 (-166 (-552)))))))
- (-5 *2 (-629 (-629 (-288 (-933 (-166 *4)))))) (-5 *1 (-372 *4))
- (-4 *4 (-13 (-357) (-830)))))
+ (-12 (-5 *3 (-630 (-401 (-934 *5)))) (-5 *4 (-630 (-1155)))
+ (-4 *5 (-13 (-301) (-833) (-144)))
+ (-5 *2 (-630 (-630 (-288 (-310 *5))))) (-5 *1 (-1108 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-401 (-934 *4))))
+ (-4 *4 (-13 (-301) (-833) (-144)))
+ (-5 *2 (-630 (-630 (-288 (-310 *4))))) (-5 *1 (-1108 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 (-166 (-552)))))
- (-5 *2 (-629 (-288 (-933 (-166 *4))))) (-5 *1 (-372 *4))
- (-4 *4 (-13 (-357) (-830)))))
+ (-12 (-5 *3 (-630 (-288 (-401 (-934 *5))))) (-5 *4 (-630 (-1155)))
+ (-4 *5 (-13 (-301) (-833) (-144)))
+ (-5 *2 (-630 (-630 (-288 (-310 *5))))) (-5 *1 (-1108 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-288 (-401 (-934 *4)))))
+ (-4 *4 (-13 (-301) (-833) (-144)))
+ (-5 *2 (-630 (-630 (-288 (-310 *4))))) (-5 *1 (-1108 *4)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-737)))))
+(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1193 *3)) (-4 *3 (-1079)))))
+(((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
+ (-12 (-5 *2 (-553))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-757)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-779)) (-4 *4 (-931 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-833))
+ (-5 *1 (-442 *5 *6 *7 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-550)))))
+(((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-757)) (-5 *4 (-903)) (-5 *2 (-1243)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-757)) (-5 *4 (-903)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1155)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-687 *3 *5 *6 *7))
+ (-4 *3 (-601 (-529))) (-4 *5 (-1192)) (-4 *6 (-1192))
+ (-4 *7 (-1192))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-288 (-401 (-933 (-166 (-552))))))
- (-5 *2 (-629 (-288 (-933 (-166 *4))))) (-5 *1 (-372 *4))
- (-4 *4 (-13 (-357) (-830))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *2 (-629 *3)) (-5 *1 (-1106 *4 *3)) (-4 *4 (-1213 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343))
- (-4 *2
- (-13 (-396)
- (-10 -7 (-15 -3213 (*2 *4)) (-15 -1637 ((-902) *2))
- (-15 -4199 ((-1237 *2) (-902))) (-15 -4237 (*2 *2)))))
- (-5 *1 (-350 *2 *4)))))
+ (-12 (-5 *4 (-1155)) (-5 *2 (-1 *6 *5)) (-5 *1 (-692 *3 *5 *6))
+ (-4 *3 (-601 (-529))) (-4 *5 (-1192)) (-4 *6 (-1192)))))
(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1136)) (-5 *2 (-759)) (-5 *1 (-113))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1154)) (-5 *3 (-1082)) (-5 *1 (-946)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
-(((*1 *1) (-5 *1 (-138))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-111) *6)) (-4 *6 (-13 (-1078) (-1019 *5)))
- (-4 *5 (-867 *4)) (-4 *4 (-1078)) (-5 *2 (-1 (-111) *5))
- (-5 *1 (-912 *4 *5 *6)))))
+ (|partial| -12 (-5 *3 (-1137)) (-5 *2 (-760)) (-5 *1 (-113))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1155)) (-5 *3 (-1083)) (-5 *1 (-947)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-599 *6))) (-5 *4 (-1155)) (-5 *2 (-599 *6))
+ (-4 *6 (-424 *5)) (-4 *5 (-833)) (-5 *1 (-562 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-552)) (-4 *4 (-1213 (-401 *3))) (-5 *2 (-902))
- (-5 *1 (-894 *4 *5)) (-4 *5 (-1213 (-401 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1172)))))
+ (-12 (-5 *3 (-1073 (-826 (-373)))) (-5 *2 (-1073 (-826 (-220))))
+ (-5 *1 (-299)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1243)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *7)) (-4 *7 (-833))
+ (-4 *8 (-931 *5 *6 *7)) (-4 *5 (-545)) (-4 *6 (-779))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1238 (-401 *8)) "failed"))
+ (|:| -3428 (-630 (-1238 (-401 *8))))))
+ (-5 *1 (-654 *5 *6 *7 *8)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-118 *2)) (-4 *2 (-1192)))))
(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1191))
+ (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1192))
(-4 *4 (-367 *2)) (-4 *5 (-367 *2))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *4 (-367 *2))
- (-4 *5 (-367 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *4 (-367 *2))
+ (-4 *5 (-367 *2)) (-4 *2 (-1192))))
((*1 *1 *1 *2)
- (-12 (-5 *2 "right") (-4 *1 (-118 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-118 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 "right") (-4 *1 (-118 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-118 *3)) (-4 *3 (-1192))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 (-552))) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
- (-14 *4 (-552)) (-14 *5 (-756))))
+ (-12 (-5 *3 (-630 (-553))) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
+ (-14 *4 (-553)) (-14 *5 (-757))))
((*1 *2 *1 *3 *3 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-756))))
+ (-12 (-5 *3 (-553)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-757))))
((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-756))))
+ (-12 (-5 *3 (-553)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-757))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-756))))
+ (-12 (-5 *3 (-553)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-757))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-756))))
+ (-12 (-5 *3 (-553)) (-4 *2 (-169)) (-5 *1 (-134 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-757))))
((*1 *2 *1)
- (-12 (-4 *2 (-169)) (-5 *1 (-134 *3 *4 *2)) (-14 *3 (-552))
- (-14 *4 (-756))))
+ (-12 (-4 *2 (-169)) (-5 *1 (-134 *3 *4 *2)) (-14 *3 (-553))
+ (-14 *4 (-757))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-240 (-1136))) (-5 *1 (-209 *4))
+ (-12 (-5 *3 (-1155)) (-5 *2 (-240 (-1137))) (-5 *1 (-209 *4))
(-4 *4
- (-13 (-832)
- (-10 -8 (-15 -2060 ((-1136) $ *3)) (-15 -2595 ((-1242) $))
- (-15 -3726 ((-1242) $)))))))
+ (-13 (-833)
+ (-10 -8 (-15 -2061 ((-1137) $ *3)) (-15 -2595 ((-1243) $))
+ (-15 -1322 ((-1243) $)))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-970)) (-5 *1 (-209 *3))
+ (-12 (-5 *2 (-971)) (-5 *1 (-209 *3))
(-4 *3
- (-13 (-832)
- (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $))
- (-15 -3726 ((-1242) $)))))))
+ (-13 (-833)
+ (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $))
+ (-15 -1322 ((-1243) $)))))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "count") (-5 *2 (-756)) (-5 *1 (-240 *4)) (-4 *4 (-832))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-240 *3)) (-4 *3 (-832))))
+ (-12 (-5 *3 "count") (-5 *2 (-757)) (-5 *1 (-240 *4)) (-4 *4 (-833))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-240 *3)) (-4 *3 (-833))))
((*1 *1 *1 *2)
- (-12 (-5 *2 "unique") (-5 *1 (-240 *3)) (-4 *3 (-832))))
+ (-12 (-5 *2 "unique") (-5 *1 (-240 *3)) (-4 *3 (-833))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-280 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1191))))
+ (-12 (-4 *1 (-280 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1192))))
((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-282 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1191))))
+ (-12 (-4 *1 (-282 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1192))))
((*1 *2 *1 *2)
(-12 (-4 *3 (-169)) (-5 *1 (-283 *3 *2 *4 *5 *6 *7))
- (-4 *2 (-1213 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
+ (-4 *2 (-1214 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
(-14 *6 (-1 (-3 *4 "failed") *4 *4))
(-14 *7 (-1 (-3 *2 "failed") *2 *2 *4))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-629 *1)) (-4 *1 (-296))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-113)) (-5 *3 (-630 *1)) (-4 *1 (-296))))
((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113))))
((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113))))
((*1 *1 *2 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113))))
((*1 *1 *2 *1) (-12 (-4 *1 (-296)) (-5 *2 (-113))))
((*1 *2 *1 *2 *2)
- (-12 (-4 *1 (-336 *2 *3 *4)) (-4 *2 (-1195)) (-4 *3 (-1213 *2))
- (-4 *4 (-1213 (-401 *3)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-4 *1 (-411 *2)) (-4 *2 (-169))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1136)) (-5 *1 (-494))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-52)) (-5 *1 (-618))))
+ (-12 (-4 *1 (-336 *2 *3 *4)) (-4 *2 (-1196)) (-4 *3 (-1214 *2))
+ (-4 *4 (-1214 (-401 *3)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-553)) (-4 *1 (-411 *2)) (-4 *2 (-169))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1137)) (-5 *1 (-495))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-52)) (-5 *1 (-619))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1204 (-552))) (-4 *1 (-635 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1205 (-553))) (-4 *1 (-636 *3)) (-4 *3 (-1192))))
((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-756)) (-5 *1 (-659 *2)) (-4 *2 (-1078))))
+ (-12 (-5 *3 (-757)) (-5 *1 (-660 *2)) (-4 *2 (-1079))))
((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-629 (-552))) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030))
+ (-12 (-5 *2 (-630 (-553))) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-113)) (-5 *3 (-629 (-873 *4))) (-5 *1 (-873 *4))
- (-4 *4 (-1078))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-884 *2)) (-4 *2 (-1078))))
+ (-12 (-5 *2 (-113)) (-5 *3 (-630 (-874 *4))) (-5 *1 (-874 *4))
+ (-4 *4 (-1079))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-885 *2)) (-4 *2 (-1079))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-886 *4)) (-5 *1 (-885 *4))
- (-4 *4 (-1078))))
+ (-12 (-5 *3 (-757)) (-5 *2 (-887 *4)) (-5 *1 (-886 *4))
+ (-4 *4 (-1079))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-235 *4 *2)) (-14 *4 (-902)) (-4 *2 (-357))
- (-5 *1 (-974 *4 *2))))
+ (-12 (-5 *3 (-235 *4 *2)) (-14 *4 (-903)) (-4 *2 (-357))
+ (-5 *1 (-975 *4 *2))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "value") (-4 *1 (-991 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *3 "value") (-4 *1 (-992 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192))))
((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *2 *6 *7)) (-4 *2 (-1030))
+ (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *2 *6 *7)) (-4 *2 (-1031))
(-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-1033 *4 *5 *2 *6 *7))
- (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)) (-4 *2 (-1030))))
+ (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *2 *6 *7))
+ (-4 *6 (-233 *5 *2)) (-4 *7 (-233 *4 *2)) (-4 *2 (-1031))))
((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-902)) (-4 *4 (-1078))
- (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4))))
- (-5 *1 (-1054 *4 *5 *2))
- (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4))))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-902)) (-4 *4 (-1078))
- (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4))))
+ (-12 (-5 *3 (-903)) (-4 *4 (-1079))
+ (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4))))
(-5 *1 (-1055 *4 *5 *2))
- (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4))))))
+ (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4))))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-903)) (-4 *4 (-1079))
+ (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4))))
+ (-5 *1 (-1056 *4 *5 *2))
+ (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-552))) (-4 *1 (-1081 *3 *4 *5 *6 *7))
- (-4 *3 (-1078)) (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078))
- (-4 *7 (-1078))))
+ (-12 (-5 *2 (-630 (-553))) (-4 *1 (-1082 *3 *4 *5 *6 *7))
+ (-4 *3 (-1079)) (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079))
+ (-4 *7 (-1079))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078))
- (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078))))
- ((*1 *1 *1 *1) (-4 *1 (-1122)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-1154))))
+ (-12 (-5 *2 (-553)) (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079))
+ (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079))))
+ ((*1 *1 *1 *1) (-4 *1 (-1123)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-1155))))
((*1 *2 *3 *2)
- (-12 (-5 *3 (-401 *1)) (-4 *1 (-1213 *2)) (-4 *2 (-1030))
+ (-12 (-5 *3 (-401 *1)) (-4 *1 (-1214 *2)) (-4 *2 (-1031))
(-4 *2 (-357))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-401 *1)) (-4 *1 (-1213 *3)) (-4 *3 (-1030))
- (-4 *3 (-544))))
+ (-12 (-5 *2 (-401 *1)) (-4 *1 (-1214 *3)) (-4 *3 (-1031))
+ (-4 *3 (-545))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1215 *2 *3)) (-4 *3 (-777)) (-4 *2 (-1030))))
+ (-12 (-4 *1 (-1216 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "last") (-4 *1 (-1225 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *3 "last") (-4 *1 (-1226 *2)) (-4 *2 (-1192))))
((*1 *1 *1 *2)
- (-12 (-5 *2 "rest") (-4 *1 (-1225 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 "rest") (-4 *1 (-1226 *3)) (-4 *3 (-1192))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "first") (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-391)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |lm| (-380 *3)) (|:| |mm| (-380 *3)) (|:| |rm| (-380 *3))))
- (-5 *1 (-380 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |lm| (-804 *3)) (|:| |mm| (-804 *3)) (|:| |rm| (-804 *3))))
- (-5 *1 (-804 *3)) (-4 *3 (-832)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-582 *2)) (-4 *2 (-1030)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844))))
- ((*1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-49))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-498))) (-5 *1 (-476)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-111) *2)) (-4 *2 (-130)) (-5 *1 (-1062 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-552) *2 *2)) (-4 *2 (-130)) (-5 *1 (-1062 *2)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1070 (-933 (-552)))) (-5 *3 (-933 (-552)))
- (-5 *1 (-324))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1070 (-933 (-552)))) (-5 *1 (-324)))))
-(((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1021)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-886 *3))) (-4 *3 (-1078)) (-5 *1 (-885 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 *3)) (-4 *3 (-1050 *5 *6 *7 *8)) (-4 *5 (-445))
- (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7))
- (-5 *2 (-111)) (-5 *1 (-969 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *3)) (-4 *3 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 *3)) (-4 *3 (-1050 *5 *6 *7 *8)) (-4 *5 (-445))
- (-4 *6 (-778)) (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7))
- (-5 *2 (-111)) (-5 *1 (-1085 *5 *6 *7 *8 *3)))))
-(((*1 *1 *1 *1) (-4 *1 (-140)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))))
+ (-12 (-5 *3 "first") (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-111) *6 *6)) (-4 *6 (-833)) (-5 *4 (-630 *6))
+ (-5 *2 (-2 (|:| |fs| (-111)) (|:| |sd| *4) (|:| |td| (-630 *4))))
+ (-5 *1 (-1163 *6)) (-5 *5 (-630 *4)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *6 (-220)) (-5 *2 (-1017)) (-5 *1 (-738)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-757))
+ (-4 *3 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-4 *4 (-1214 *3)) (-5 *1 (-492 *3 *4 *5)) (-4 *5 (-403 *3 *4)))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-925 *5)) (-5 *3 (-757)) (-4 *5 (-1031))
+ (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-673 (-401 (-933 (-552))))) (-5 *2 (-629 (-310 (-552))))
- (-5 *1 (-1012)))))
+ (-12 (-5 *3 (-1211 *5 *4)) (-4 *4 (-445)) (-4 *4 (-806))
+ (-14 *5 (-1155)) (-5 *2 (-553)) (-5 *1 (-1093 *4 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-1214 *3)) (-4 *3 (-1031))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-903)) (-4 *1 (-1216 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-778))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-401 (-553))) (-4 *1 (-1219 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-49))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-499))) (-5 *1 (-476)))))
+(((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5))
+ (-4 *5 (-13 (-357) (-144) (-1020 (-553))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-401 *6)) (|:| |c| (-401 *6))
+ (|:| -4329 *6)))
+ (-5 *1 (-997 *5 *6)) (-5 *3 (-401 *6)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *1 *1) (-4 *1 (-537))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-407 *3 *4 *5 *6)) (-4 *6 (-1019 *4)) (-4 *3 (-301))
- (-4 *4 (-973 *3)) (-4 *5 (-1213 *4)) (-4 *6 (-403 *4 *5))
- (-14 *7 (-1237 *6)) (-5 *1 (-408 *3 *4 *5 *6 *7))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1237 *6)) (-4 *6 (-403 *4 *5)) (-4 *4 (-973 *3))
- (-4 *5 (-1213 *4)) (-4 *3 (-301)) (-5 *1 (-408 *3 *4 *5 *6 *7))
- (-14 *7 *2))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-767 *2)) (-4 *2 (-544)) (-4 *2 (-1030))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-544)) (-5 *1 (-950 *3 *2)) (-4 *2 (-1213 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544))))
- ((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *3 (-1044 *4 *5 *6))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *1))))
- (-4 *1 (-1050 *4 *5 *6 *3)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-421 *3 *2)) (-4 *3 (-13 (-169) (-38 (-401 (-552)))))
- (-4 *2 (-13 (-832) (-21))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 *3)) (-4 *3 (-930 *5 *6 *7)) (-4 *5 (-445))
- (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
- (-5 *1 (-442 *5 *6 *7 *3)))))
-(((*1 *1 *1 *1) (-4 *1 (-645))) ((*1 *1 *1 *1) (-5 *1 (-1098))))
+ (-12 (-14 *4 (-630 (-1155))) (-14 *5 (-757))
+ (-5 *2
+ (-630
+ (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4)
+ (-242 *4 (-401 (-553))))))
+ (-5 *1 (-498 *4 *5))
+ (-5 *3
+ (-497 (-401 (-553)) (-235 *5 (-757)) (-847 *4)
+ (-242 *4 (-401 (-553))))))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-629 (-401 *6))) (-5 *3 (-401 *6))
- (-4 *6 (-1213 *5)) (-4 *5 (-13 (-357) (-144) (-1019 (-552))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-556 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-1030)) (-4 *4 (-1213 *3)) (-5 *1 (-161 *3 *4 *2))
- (-4 *2 (-1213 *4))))
- ((*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1237 *5)) (-4 *5 (-777)) (-5 *2 (-111))
- (-5 *1 (-827 *4 *5)) (-14 *4 (-756)))))
-(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
- (-12 (-5 *4 (-552))
- (-5 *6
- (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373))))
- (-5 *7 (-1 (-1242) (-1237 *5) (-1237 *5) (-373)))
- (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242))
- (-5 *1 (-773))))
- ((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
- (-12 (-5 *4 (-552))
- (-5 *6
- (-2 (|:| |try| (-373)) (|:| |did| (-373)) (|:| -2135 (-373))))
- (-5 *7 (-1 (-1242) (-1237 *5) (-1237 *5) (-373)))
- (-5 *3 (-1237 (-373))) (-5 *5 (-373)) (-5 *2 (-1242))
- (-5 *1 (-773)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-111)) (-5 *1 (-113)))))
-(((*1 *1 *1) (|partial| -4 *1 (-1129))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-180)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-5 *1 (-217 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-4 *1 (-248 *3))))
- ((*1 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *2 *3 *4 *5)
- (-12 (-5 *2 (-629 *9)) (-5 *3 (-1 (-111) *9))
- (-5 *4 (-1 (-111) *9 *9)) (-5 *5 (-1 *9 *9 *9))
- (-4 *9 (-1044 *6 *7 *8)) (-4 *6 (-544)) (-4 *7 (-778))
- (-4 *8 (-832)) (-5 *1 (-958 *6 *7 *8 *9)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *1) (-4 *1 (-645))) ((*1 *1 *1 *1) (-5 *1 (-1098))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1030)) (-4 *3 (-832))
- (-4 *5 (-260 *3)) (-4 *6 (-778)) (-5 *2 (-629 (-756)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832))
- (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-629 (-756))))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-756)) (-5 *1 (-113))))
- ((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-182)))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220)))
- (-5 *2 (-1016)) (-5 *1 (-739)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-487)))))
+ (-12 (-5 *4 (-757)) (-5 *2 (-111)) (-5 *1 (-575 *3)) (-4 *3 (-538)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-591 *2 *3)) (-4 *3 (-1192)) (-4 *2 (-1079))
+ (-4 *2 (-833)))))
+(((*1 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079)))))
+(((*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))))
+(((*1 *1 *1) (-4 *1 (-538))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-247 *2 *3 *4 *5)) (-4 *2 (-1031)) (-4 *3 (-833))
+ (-4 *4 (-260 *3)) (-4 *5 (-779)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-357))
- (-5 *1 (-513 *2 *4 *5 *3)) (-4 *3 (-671 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2))
- (|has| *2 (-6 (-4370 "*"))) (-4 *2 (-1030))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-169))
- (-5 *1 (-672 *2 *4 *5 *3)) (-4 *3 (-671 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
- (-4 *5 (-233 *3 *2)) (|has| *2 (-6 (-4370 "*"))) (-4 *2 (-1030)))))
+ (-12 (-4 *4 (-13 (-833) (-545))) (-5 *2 (-111)) (-5 *1 (-270 *4 *3))
+ (-4 *3 (-13 (-424 *4) (-984))))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-141))) (-5 *1 (-138))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-138)))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-3 *3 (-630 *1)))
+ (-4 *1 (-1051 *4 *5 *6 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *1 *1 *1) (-4 *1 (-646))) ((*1 *1 *1 *1) (-5 *1 (-1099))))
+(((*1 *2)
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-674 (-401 *4))))))
+(((*1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1192)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-445)) (-4 *4 (-544))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| -4055 *4))) (-5 *1 (-950 *4 *3))
- (-4 *3 (-1213 *4)))))
-(((*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1237 *4)) (-5 *1 (-520 *4))
- (-4 *4 (-343)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
- (-4 *4 (-13 (-832) (-544))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1237 (-3 (-461) "undefined"))) (-5 *1 (-1238)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
+ (|partial| -12 (-4 *4 (-545))
+ (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-1209 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-357)) (-4 *5 (-545))
+ (-5 *2
+ (-2 (|:| |minor| (-630 (-903))) (|:| -2770 *3)
+ (|:| |minors| (-630 (-630 (-903)))) (|:| |ops| (-630 *3))))
+ (-5 *1 (-89 *5 *3)) (-5 *4 (-903)) (-4 *3 (-641 *5)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-630 *5)) (-5 *4 (-553)) (-4 *5 (-831)) (-4 *5 (-357))
+ (-5 *2 (-757)) (-5 *1 (-927 *5 *6)) (-4 *6 (-1214 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-301)) (-4 *6 (-367 *5)) (-4 *4 (-367 *5))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4))))
+ (-5 *1 (-1103 *5 *6 *4 *3)) (-4 *3 (-672 *5 *6 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-180)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-111)) (-5 *5 (-553)) (-4 *6 (-357)) (-4 *6 (-362))
+ (-4 *6 (-1031)) (-5 *2 (-630 (-630 (-674 *6)))) (-5 *1 (-1011 *6))
+ (-5 *3 (-630 (-674 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-357)) (-4 *4 (-362)) (-4 *4 (-1031))
+ (-5 *2 (-630 (-630 (-674 *4)))) (-5 *1 (-1011 *4))
+ (-5 *3 (-630 (-674 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1031))
+ (-5 *2 (-630 (-630 (-674 *5)))) (-5 *1 (-1011 *5))
+ (-5 *3 (-630 (-674 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-903)) (-4 *5 (-357)) (-4 *5 (-362)) (-4 *5 (-1031))
+ (-5 *2 (-630 (-630 (-674 *5)))) (-5 *1 (-1011 *5))
+ (-5 *3 (-630 (-674 *5))))))
+(((*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-257))))
+ ((*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 (-111) *7 (-629 *7))) (-4 *1 (-1184 *4 *5 *6 *7))
- (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-111)))))
+ (-12 (-5 *3 (-630 *6)) (-4 *6 (-833)) (-4 *4 (-357)) (-4 *5 (-779))
+ (-5 *2
+ (-2 (|:| |mval| (-674 *4)) (|:| |invmval| (-674 *4))
+ (|:| |genIdeal| (-497 *4 *5 *6 *7))))
+ (-5 *1 (-497 *4 *5 *6 *7)) (-4 *7 (-931 *4 *5 *6)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-111)) (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3))
+ (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-357) (-831))) (-5 *2 (-412 *3))
+ (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))))
+(((*1 *1 *1 *1) (-4 *1 (-646))) ((*1 *1 *1 *1) (-5 *1 (-1099))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-984))
+ (-4 *2 (-1031)))))
(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-756)) (-5 *1 (-162 *3 *4))
- (-4 *3 (-163 *4))))
- ((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1191)) (-5 *2 (-756))
- (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-832)) (-5 *2 (-756)) (-5 *1 (-423 *3 *4))
- (-4 *3 (-424 *4))))
- ((*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-536 *3)) (-4 *3 (-537))))
- ((*1 *2) (-12 (-4 *1 (-748)) (-5 *2 (-756))))
- ((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-756)) (-5 *1 (-781 *3 *4))
- (-4 *3 (-782 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-972 *3 *4))
- (-4 *3 (-973 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-756)) (-5 *1 (-977 *3 *4))
- (-4 *3 (-978 *4))))
- ((*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-992 *3)) (-4 *3 (-993))))
- ((*1 *2) (-12 (-4 *1 (-1030)) (-5 *2 (-756))))
- ((*1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-1038 *3)) (-4 *3 (-1039)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-674 (-401 *4))))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1204 (-552))) (-4 *1 (-635 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-4 *1 (-635 *3)) (-4 *3 (-1191)))))
-(((*1 *1)
- (-12 (-4 *1 (-398)) (-4107 (|has| *1 (-6 -4359)))
- (-4107 (|has| *1 (-6 -4351)))))
- ((*1 *2 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1078)) (-4 *2 (-832))))
- ((*1 *1 *1 *1) (-4 *1 (-832)))
- ((*1 *2 *1) (-12 (-4 *1 (-949 *2)) (-4 *2 (-832))))
- ((*1 *1) (-5 *1 (-1098))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-629 (-310 (-220)))) (-5 *3 (-220)) (-5 *2 (-111))
- (-5 *1 (-205)))))
+ (-12 (-5 *2 (-757)) (-4 *1 (-1214 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-757)) (-4 *5 (-357)) (-5 *2 (-171 *6))
+ (-5 *1 (-849 *5 *4 *6)) (-4 *4 (-1229 *5)) (-4 *6 (-1214 *5)))))
+(((*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 (-553)) (-5 *5 (-674 (-220))) (-5 *6 (-660 (-220)))
+ (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-736)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-518)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-522)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-301)) (-5 *2 (-412 *3))
- (-5 *1 (-727 *4 *5 *6 *3)) (-4 *3 (-930 *6 *4 *5)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-301)) (-5 *1 (-684 *3)))))
+ (-12 (-5 *2 (-553)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1031)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-111))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1184 *4 *5 *6 *3)) (-4 *4 (-544)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111)))))
-(((*1 *1 *1) (-4 *1 (-140)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-537)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-629 (-474 *5 *6))) (-5 *4 (-846 *5))
- (-14 *5 (-629 (-1154))) (-5 *2 (-474 *5 *6)) (-5 *1 (-617 *5 *6))
- (-4 *6 (-445))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-474 *5 *6))) (-5 *4 (-846 *5))
- (-14 *5 (-629 (-1154))) (-5 *2 (-474 *5 *6)) (-5 *1 (-617 *5 *6))
- (-4 *6 (-445)))))
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 (-1 *6 (-630 *6))))
+ (-4 *5 (-38 (-401 (-553)))) (-4 *6 (-1229 *5)) (-5 *2 (-630 *6))
+ (-5 *1 (-1231 *5 *6)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-630 (-553))) (-5 *1 (-1089)) (-5 *3 (-553)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-909)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-357))
+ (-5 *2 (-2 (|:| -1681 (-412 *3)) (|:| |special| (-412 *3))))
+ (-5 *1 (-713 *5 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1205 (-553))) (-4 *1 (-636 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-4 *1 (-636 *3)) (-4 *3 (-1192)))))
(((*1 *1)
- (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-544)) (-4 *2 (-169)))))
+ (-12 (-4 *1 (-398)) (-4106 (|has| *1 (-6 -4360)))
+ (-4106 (|has| *1 (-6 -4352)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1079)) (-4 *2 (-833))))
+ ((*1 *1 *1 *1) (-4 *1 (-833)))
+ ((*1 *2 *1) (-12 (-4 *1 (-950 *2)) (-4 *2 (-833))))
+ ((*1 *1) (-5 *1 (-1099))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 (-674 *4))) (-4 *4 (-169))
+ (-5 *2 (-1238 (-674 (-934 *4)))) (-5 *1 (-184 *4)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))
+ (-5 *2 (-1017)) (-5 *1 (-732)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-902)) (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-257)))))
-(((*1 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-310 (-220))) (-5 *2 (-310 (-373))) (-5 *1 (-299)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-832) (-301) (-1019 (-552)) (-625 (-552)) (-144)))
- (-5 *2 (-1 *5 *5)) (-5 *1 (-789 *4 *5))
- (-4 *5 (-13 (-29 *4) (-1176) (-940))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-629 *1))
- (-4 *1 (-1050 *4 *5 *6 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-930 *3 *5 *4)) (-5 *1 (-968 *3 *4 *5 *2))
- (-4 *3 (-445)) (-4 *4 (-832)) (-4 *5 (-778)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-358 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))))
+ (-12 (-4 *2 (-13 (-357) (-831))) (-5 *1 (-178 *2 *3))
+ (-4 *3 (-1214 (-166 *2)))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-357) (-831))) (-5 *1 (-178 *2 *3))
+ (-4 *3 (-1214 (-166 *2))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *1) (-12 (-4 *1 (-659 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))))
+(((*1 *1) (-5 *1 (-431))))
+(((*1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-127)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-412 *3)) (-4 *3 (-545)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-56 *2 *3 *4)) (-4 *2 (-1192)) (-4 *3 (-367 *2))
+ (-4 *4 (-367 *2))))
+ ((*1 *1 *1 *2)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-591 *3 *2)) (-4 *3 (-1079))
+ (-4 *2 (-1192)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553)))))
+ (-4 *5 (-1214 *4))
+ (-5 *2 (-630 (-2 (|:| |deg| (-757)) (|:| -2770 *5))))
+ (-5 *1 (-795 *4 *5 *3 *6)) (-4 *3 (-641 *5))
+ (-4 *6 (-641 (-401 *5))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-1099)) (-5 *1 (-522)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-630 (-1151 *4))) (-5 *3 (-1151 *4))
+ (-4 *4 (-891)) (-5 *1 (-648 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3301 *4)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 (-1250 *4 *5 *6 *7)))
- (-5 *1 (-1250 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 *9)) (-5 *4 (-1 (-111) *9 *9))
- (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-1044 *6 *7 *8)) (-4 *6 (-544))
- (-4 *7 (-778)) (-4 *8 (-832)) (-5 *2 (-629 (-1250 *6 *7 *8 *9)))
- (-5 *1 (-1250 *6 *7 *8 *9)))))
-(((*1 *1) (-12 (-4 *1 (-1026 *2)) (-4 *2 (-23)))))
-(((*1 *2 *3)
- (-12
- (-5 *2
- (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))
- (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552)))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *2
- (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))
- (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552)))
- (-5 *4 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *2
- (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))
- (-5 *1 (-1001 *3)) (-4 *3 (-1213 (-552))) (-5 *4 (-401 (-552)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-401 (-552)))
- (-5 *2 (-629 (-2 (|:| -3416 *5) (|:| -3428 *5)))) (-5 *1 (-1001 *3))
- (-4 *3 (-1213 (-552))) (-5 *4 (-2 (|:| -3416 *5) (|:| -3428 *5)))))
+ (-12 (|has| *2 (-6 (-4371 "*"))) (-4 *5 (-367 *2)) (-4 *6 (-367 *2))
+ (-4 *2 (-1031)) (-5 *1 (-103 *2 *3 *4 *5 *6)) (-4 *3 (-1214 *2))
+ (-4 *4 (-672 *2 *5 *6)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1229 *4)) (-5 *1 (-1231 *4 *2))
+ (-4 *4 (-38 (-401 (-553)))))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-166 (-220))) (-5 *5 (-553))
+ (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-269)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1229 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-887 (-553))) (-5 *4 (-553)) (-5 *2 (-674 *4))
+ (-5 *1 (-1010 *5)) (-4 *5 (-1031))))
((*1 *2 *3)
- (-12
- (-5 *2
- (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))
- (-5 *1 (-1002 *3)) (-4 *3 (-1213 (-401 (-552))))))
- ((*1 *2 *3 *4)
- (-12
- (-5 *2
- (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))
- (-5 *1 (-1002 *3)) (-4 *3 (-1213 (-401 (-552))))
- (-5 *4 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552)))))))
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-674 (-553))) (-5 *1 (-1010 *4))
+ (-4 *4 (-1031))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-401 (-552)))
- (-5 *2 (-629 (-2 (|:| -3416 *4) (|:| -3428 *4)))) (-5 *1 (-1002 *3))
- (-4 *3 (-1213 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-401 (-552)))
- (-5 *2 (-629 (-2 (|:| -3416 *5) (|:| -3428 *5)))) (-5 *1 (-1002 *3))
- (-4 *3 (-1213 *5)) (-5 *4 (-2 (|:| -3416 *5) (|:| -3428 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-509)))))
+ (-12 (-5 *3 (-630 (-887 (-553)))) (-5 *4 (-553))
+ (-5 *2 (-630 (-674 *4))) (-5 *1 (-1010 *5)) (-4 *5 (-1031))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-630 (-553)))) (-5 *2 (-630 (-674 (-553))))
+ (-5 *1 (-1010 *4)) (-4 *4 (-1031)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-343)) (-5 *2 (-111)) (-5 *1 (-211 *4 *3))
- (-4 *3 (-1213 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-445)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-442 *4 *5 *6 *2)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-111)))))
+ (-12 (-5 *2 (-630 (-1151 (-553)))) (-5 *1 (-186)) (-5 *3 (-553)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-301)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
- (-5 *1 (-1102 *3 *4 *5 *2)) (-4 *2 (-671 *3 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-806)) (-5 *2 (-52)) (-5 *1 (-816)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1237 (-1237 (-552)))) (-5 *3 (-902)) (-5 *1 (-459)))))
-(((*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-546 *3)) (-4 *3 (-537)))))
+ (-12 (-4 *4 (-891)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-931 *4 *5 *6)) (-5 *2 (-412 (-1151 *7)))
+ (-5 *1 (-888 *4 *5 *6 *7)) (-5 *3 (-1151 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-891)) (-4 *5 (-1214 *4)) (-5 *2 (-412 (-1151 *5)))
+ (-5 *1 (-889 *4 *5)) (-5 *3 (-1151 *5)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-903)) (-4 *5 (-545)) (-5 *2 (-674 *5))
+ (-5 *1 (-938 *5 *3)) (-4 *3 (-641 *5)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-166 (-220))) (-5 *5 (-553))
+ (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 *5)) (-4 *5 (-1214 *3)) (-4 *3 (-301))
+ (-5 *2 (-111)) (-5 *1 (-448 *3 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1081 *4)) (-4 *4 (-1079)) (-5 *2 (-1 *4))
+ (-5 *1 (-999 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1022)) (-5 *3 (-373))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1073 (-553))) (-5 *2 (-1 (-553))) (-5 *1 (-1029)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-3 (|:| |fst| (-428)) (|:| -1900 "void")))
+ (-5 *1 (-431)))))
(((*1 *2 *1)
(-12
(-5 *2
@@ -13768,48 +13477,48 @@
(|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save")
(|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")))
(-5 *1 (-324)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-324)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-756)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-553)) (-4 *5 (-343)) (-5 *2 (-412 (-1151 (-1151 *5))))
+ (-5 *1 (-1190 *5)) (-5 *3 (-1151 (-1151 *5))))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832))))
- ((*1 *1) (-4 *1 (-1129))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-629
- (-629
- (-3 (|:| -4290 (-1154))
- (|:| -2981 (-629 (-3 (|:| S (-1154)) (|:| P (-933 (-552))))))))))
- (-5 *1 (-1158)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-549))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-401 (-552)))) (-5 *1 (-923)) (-5 *3 (-552)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-5 *2 (-629 *1)) (-4 *1 (-1112 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-756)) (-4 *5 (-544))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-950 *5 *3)) (-4 *3 (-1213 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-1030))
- (-5 *2 (-933 *5)) (-5 *1 (-925 *4 *5)))))
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833))))
+ ((*1 *1) (-4 *1 (-1130))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-873 *4)) (-4 *4 (-1078)) (-5 *2 (-1 (-111) *5))
- (-5 *1 (-871 *4 *5)) (-4 *5 (-1191))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1144)))))
+ (-12 (-5 *3 (-630 (-2 (|:| |deg| (-757)) (|:| -3052 *5))))
+ (-4 *5 (-1214 *4)) (-4 *4 (-343)) (-5 *2 (-630 *5))
+ (-5 *1 (-211 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-2 (|:| -3476 *5) (|:| -2672 (-553)))))
+ (-5 *4 (-553)) (-4 *5 (-1214 *4)) (-5 *2 (-630 *5))
+ (-5 *1 (-681 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-317 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-129))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1079)) (-5 *1 (-355 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1079)) (-5 *1 (-380 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1079)) (-5 *1 (-634 *3 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))
+ (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))))
(((*1 *2 *3)
(|partial| -12
(-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
(|:| |relerr| (-220))))
(-5 *2
(-2
@@ -13824,4622 +13533,4912 @@
(|:| |notEvaluated|
"End point continuity not yet evaluated")))
(|:| |singularitiesStream|
- (-3 (|:| |str| (-1134 (-220)))
+ (-3 (|:| |str| (-1135 (-220)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -4235
+ (|:| -2515
(-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 (-547)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-629 *1)) (-4 *1 (-1044 *3 *4 *5)))))
-(((*1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-629 *8))) (-5 *3 (-629 *8))
- (-4 *8 (-930 *5 *7 *6)) (-4 *5 (-13 (-301) (-144)))
- (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-111))
- (-5 *1 (-905 *5 *6 *7 *8)))))
+ (-5 *1 (-548)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-810)) (-5 *1 (-811)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-874 *4)) (-4 *4 (-1079)) (-5 *2 (-1 (-111) *5))
+ (-5 *1 (-872 *4 *5)) (-4 *5 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-1145)))))
(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-380 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-805 *2)) (-4 *2 (-833)))))
+(((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-351 *3)) (-4 *3 (-343)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-90 *3)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1237 *4)) (-4 *4 (-625 (-552)))
- (-5 *2 (-1237 (-552))) (-5 *1 (-1264 *4)))))
+ (-12 (-5 *3 (-757)) (-5 *2 (-1 (-1135 (-934 *4)) (-1135 (-934 *4))))
+ (-5 *1 (-1246 *4)) (-4 *4 (-357)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-111)) (-5 *1 (-119 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-357)) (-5 *1 (-877 *2 *3))
- (-4 *2 (-1213 *3)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-629 (-1150 *4))) (-5 *3 (-1150 *4))
- (-4 *4 (-890)) (-5 *1 (-647 *4)))))
+ (-12 (-5 *3 (-1135 (-1135 *4))) (-5 *2 (-1135 *4)) (-5 *1 (-1139 *4))
+ (-4 *4 (-38 (-401 (-553)))) (-4 *4 (-1031)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-890)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-412 (-1150 *7)))
- (-5 *1 (-887 *4 *5 *6 *7)) (-5 *3 (-1150 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-890)) (-4 *5 (-1213 *4)) (-5 *2 (-412 (-1150 *5)))
- (-5 *1 (-888 *4 *5)) (-5 *3 (-1150 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-959 *4 *5 *6 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-357)) (-5 *1 (-279 *3 *2)) (-4 *2 (-1229 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1 (-1134 (-933 *4)) (-1134 (-933 *4))))
- (-5 *1 (-1245 *4)) (-4 *4 (-357)))))
-(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-744)))))
+ (-12 (-5 *3 (-630 (-474 *4 *5))) (-14 *4 (-630 (-1155)))
+ (-4 *5 (-445))
+ (-5 *2
+ (-2 (|:| |gblist| (-630 (-242 *4 *5)))
+ (|:| |gvlist| (-630 (-553)))))
+ (-5 *1 (-618 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-320 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-778)) (-4 *3 (-169)))))
+(((*1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1241)))))
+(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-745)))))
(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-629 (-629 (-220)))) (-5 *4 (-220))
- (-5 *2 (-629 (-924 *4))) (-5 *1 (-1187)) (-5 *3 (-924 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-737)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-461)) (-5 *3 (-629 (-257))) (-5 *1 (-1238))))
- ((*1 *1 *1) (-5 *1 (-1238))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-243)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *4 (-13 (-544) (-144))) (-5 *1 (-529 *4 *2))
- (-4 *2 (-1228 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *4 (-13 (-357) (-362) (-600 *3)))
- (-4 *5 (-1213 *4)) (-4 *6 (-709 *4 *5)) (-5 *1 (-533 *4 *5 *6 *2))
- (-4 *2 (-1228 *6))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *4 (-13 (-357) (-362) (-600 *3)))
- (-5 *1 (-534 *4 *2)) (-4 *2 (-1228 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1134 *4)) (-5 *3 (-552)) (-4 *4 (-13 (-544) (-144)))
- (-5 *1 (-1130 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-629 (-1154))) (-4 *5 (-1030))
- (-5 *2 (-474 *4 *5)) (-5 *1 (-925 *4 *5)))))
+ (-12 (-5 *5 (-630 (-630 (-220)))) (-5 *4 (-220))
+ (-5 *2 (-630 (-925 *4))) (-5 *1 (-1188)) (-5 *3 (-925 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34)))
+ (-4 *3 (-13 (-1079) (-34))))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-357)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-497 *4 *5 *6 *3)) (-4 *3 (-931 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-243)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1031)) (-5 *2 (-940 (-698 *3 *4))) (-5 *1 (-698 *3 *4))
+ (-4 *4 (-1214 *3)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-3 (-401 (-934 *6)) (-1144 (-1155) (-934 *6))))
+ (-5 *5 (-757)) (-4 *6 (-445)) (-5 *2 (-630 (-674 (-401 (-934 *6)))))
+ (-5 *1 (-286 *6)) (-5 *4 (-674 (-401 (-934 *6))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *3
+ (-2 (|:| |eigval| (-3 (-401 (-934 *5)) (-1144 (-1155) (-934 *5))))
+ (|:| |eigmult| (-757)) (|:| |eigvec| (-630 *4))))
+ (-4 *5 (-445)) (-5 *2 (-630 (-674 (-401 (-934 *5)))))
+ (-5 *1 (-286 *5)) (-5 *4 (-674 (-401 (-934 *5)))))))
+(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-132)))))
+(((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169))))
+ ((*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-553)) (-5 *1 (-310 *3)) (-4 *3 (-545)) (-4 *3 (-833)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-629 (-1154))) (-4 *5 (-544))
- (-5 *2 (-629 (-629 (-288 (-401 (-933 *5)))))) (-5 *1 (-755 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-544))
- (-5 *2 (-629 (-629 (-288 (-401 (-933 *4)))))) (-5 *1 (-755 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-673 *7))
- (-5 *5
- (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -4199 (-629 *6)))
- *7 *6))
- (-4 *6 (-357)) (-4 *7 (-640 *6))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1237 *6) "failed"))
- (|:| -4199 (-629 (-1237 *6)))))
- (-5 *1 (-798 *6 *7)) (-5 *4 (-1237 *6)))))
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1150 *4)) (-4 *4 (-343)) (-5 *2 (-939 (-1098)))
- (-5 *1 (-340 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 (-1154))) (-4 *4 (-1078))
- (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4))))
- (-5 *1 (-54 *4 *5 *2))
- (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4)))))))
-(((*1 *1) (-5 *1 (-154))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-113)) (-4 *4 (-1030)) (-5 *1 (-699 *4 *2))
- (-4 *2 (-632 *4))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-113)) (-5 *1 (-819 *2)) (-4 *2 (-1030)))))
+ (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-236)) (-5 *3 (-1137))))
+ ((*1 *2 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-236))))
+ ((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-856)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-598 *5)) (-4 *5 (-424 *4)) (-4 *4 (-1019 (-552)))
- (-4 *4 (-13 (-832) (-544))) (-5 *2 (-1150 *5)) (-5 *1 (-32 *4 *5))))
+ (-12 (-5 *3 (-1238 *4)) (-4 *4 (-626 (-553))) (-5 *2 (-111))
+ (-5 *1 (-1265 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-553)) (-5 *1 (-236))))
((*1 *2 *3)
- (-12 (-5 *3 (-598 *1)) (-4 *1 (-1030)) (-4 *1 (-296))
- (-5 *2 (-1150 *1)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-271 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4)))))
- ((*1 *1 *1) (-5 *1 (-373)))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-761 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
+ (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-553)) (-5 *1 (-236)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-357)) (-4 *6 (-1213 (-401 *2)))
- (-4 *2 (-1213 *5)) (-5 *1 (-210 *5 *2 *6 *3))
- (-4 *3 (-336 *5 *2 *6)))))
-(((*1 *2 *1 *1 *3 *4)
- (-12 (-5 *3 (-1 (-111) *5 *5)) (-5 *4 (-1 (-111) *6 *6))
- (-4 *5 (-13 (-1078) (-34))) (-4 *6 (-13 (-1078) (-34)))
- (-5 *2 (-111)) (-5 *1 (-1118 *5 *6)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 (-52))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *9)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *9 (-1051 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779))
+ (-4 *7 (-833)) (-5 *2 (-757)) (-5 *1 (-1049 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 *9)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *9 (-1088 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-779))
+ (-4 *7 (-833)) (-5 *2 (-757)) (-5 *1 (-1124 *5 *6 *7 *8 *9)))))
+(((*1 *1 *2) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-1157 (-401 (-553))))
+ (-5 *1 (-185)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1031)) (-5 *1 (-698 *3 *2)) (-4 *2 (-1214 *3)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-630 *6)) (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5))
+ (-4 *3 (-545)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-236)) (-5 *3 (-1136))))
- ((*1 *2 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-236))))
- ((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-355 *3)) (-4 *3 (-1078))))
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |abserr| (-220)) (|:| |relerr| (-220))))
+ (-5 *2
+ (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373))
+ (|:| |expense| (-373)) (|:| |accuracy| (-373))
+ (|:| |intermediateResults| (-373))))
+ (-5 *1 (-789)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-738)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *5 (-599 *4)) (-5 *6 (-1155))
+ (-4 *4 (-13 (-424 *7) (-27) (-1177)))
+ (-4 *7 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -3428 (-630 *4))))
+ (-5 *1 (-555 *7 *4 *3)) (-4 *3 (-641 *4)) (-4 *3 (-1079)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *3 (-778)) (-4 *2 (-1031))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *2 (-1031)) (-5 *1 (-50 *2 *3)) (-14 *3 (-630 (-1155)))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-5 *2 (-756)) (-5 *1 (-380 *4)) (-4 *4 (-1078))))
+ (-12 (-5 *3 (-630 (-903))) (-4 *2 (-357)) (-5 *1 (-149 *4 *2 *5))
+ (-14 *4 (-903)) (-14 *5 (-975 *4 *2))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-310 *3)) (-5 *1 (-218 *3 *4))
+ (-4 *3 (-13 (-1031) (-833))) (-14 *4 (-630 (-1155)))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-317 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-129))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-376 *2 *3)) (-4 *3 (-1079)) (-4 *2 (-1031))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-4 *2 (-545)) (-5 *1 (-610 *2 *4))
+ (-4 *4 (-1214 *2))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *1 (-694 *2)) (-4 *2 (-1031))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-1031)) (-5 *1 (-721 *2 *3)) (-4 *3 (-712))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 *5)) (-5 *3 (-630 (-757))) (-4 *1 (-726 *4 *5))
+ (-4 *4 (-1031)) (-4 *5 (-833))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-757)) (-4 *1 (-726 *4 *2)) (-4 *4 (-1031))
+ (-4 *2 (-833))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-4 *1 (-835 *2)) (-4 *2 (-1031))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 *6)) (-5 *3 (-630 (-757))) (-4 *1 (-931 *4 *5 *6))
+ (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *6 (-833))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-757)) (-4 *1 (-931 *4 *5 *2)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *2 (-833))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *2 (-23)) (-5 *1 (-633 *4 *2 *5))
- (-4 *4 (-1078)) (-14 *5 *2)))
+ (-12 (-5 *3 (-757)) (-4 *2 (-931 *4 (-524 *5) *5))
+ (-5 *1 (-1105 *4 *5 *2)) (-4 *4 (-1031)) (-4 *5 (-833))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-5 *2 (-756)) (-5 *1 (-804 *4)) (-4 *4 (-832)))))
+ (-12 (-5 *3 (-757)) (-5 *2 (-934 *4)) (-5 *1 (-1186 *4))
+ (-4 *4 (-1031)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-552))) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-544)) (-4 *8 (-930 *7 *5 *6))
- (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *9) (|:| |radicand| *9)))
- (-5 *1 (-934 *5 *6 *7 *8 *9)) (-5 *4 (-756))
- (-4 *9
- (-13 (-357)
- (-10 -8 (-15 -4015 (*8 $)) (-15 -4026 (*8 $)) (-15 -3213 ($ *8))))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-666 *2)) (-4 *2 (-1078))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-629 *5) (-629 *5))) (-5 *4 (-552))
- (-5 *2 (-629 *5)) (-5 *1 (-666 *5)) (-4 *5 (-1078)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-933 (-220))) (-5 *2 (-310 (-373))) (-5 *1 (-299)))))
+ (-12 (-5 *3 (-401 (-553))) (-5 *4 (-553)) (-5 *2 (-52))
+ (-5 *1 (-987)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-757)) (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1236 *3)) (-4 *3 (-1192)) (-4 *3 (-1031))
+ (-5 *2 (-674 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-571)))))
+(((*1 *1) (-5 *1 (-141))))
(((*1 *1 *2 *3)
- (-12 (-5 *1 (-945 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))))
+ (-12 (-5 *2 (-461)) (-5 *3 (-630 (-257))) (-5 *1 (-1239))))
+ ((*1 *1 *1) (-5 *1 (-1239))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220)))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1))))
+ (-5 *2 (-1017)) (-5 *1 (-739)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-810)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2) (-12 (-5 *2 (-1125 (-1136))) (-5 *1 (-385)))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *5 (-111))
- (-5 *2 (-1016)) (-5 *1 (-730)))))
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1187 *3)) (-4 *3 (-956)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-808)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1151 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
+ (-2 (|:| -1317 (-674 (-401 (-934 *4))))
+ (|:| |vec| (-630 (-401 (-934 *4)))) (|:| -2129 (-757))
+ (|:| |rows| (-630 (-553))) (|:| |cols| (-630 (-553)))))
+ (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-833) (-601 (-1155))))
+ (-4 *6 (-779))
(-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 (-187)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1237 (-629 *3))) (-4 *4 (-301))
- (-5 *2 (-629 *3)) (-5 *1 (-448 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *1) (-5 *1 (-138))))
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *4))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *4)))))))
+ (-5 *1 (-906 *4 *5 *6 *7)) (-4 *7 (-931 *4 *6 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-553))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-553)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-553)) (-4 *4 (-13 (-545) (-144))) (-5 *1 (-530 *4 *2))
+ (-4 *2 (-1229 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-553)) (-4 *4 (-13 (-357) (-362) (-601 *3)))
+ (-4 *5 (-1214 *4)) (-4 *6 (-710 *4 *5)) (-5 *1 (-534 *4 *5 *6 *2))
+ (-4 *2 (-1229 *6))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-553)) (-4 *4 (-13 (-357) (-362) (-601 *3)))
+ (-5 *1 (-535 *4 *2)) (-4 *2 (-1229 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1135 *4)) (-5 *3 (-553)) (-4 *4 (-13 (-545) (-144)))
+ (-5 *1 (-1131 *4)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12
+ (-5 *3
+ (-1 (-3 (-2 (|:| -3557 *4) (|:| |coeff| *4)) "failed") *4))
+ (-4 *4 (-357)) (-5 *1 (-563 *4 *2)) (-4 *2 (-1214 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-343)) (-5 *2 (-412 (-1150 (-1150 *4))))
- (-5 *1 (-1189 *4)) (-5 *3 (-1150 (-1150 *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-673 *6)) (-5 *5 (-1 (-412 (-1150 *6)) (-1150 *6)))
- (-4 *6 (-357))
- (-5 *2
- (-629
- (-2 (|:| |outval| *7) (|:| |outmult| (-552))
- (|:| |outvect| (-629 (-673 *7))))))
- (-5 *1 (-524 *6 *7 *4)) (-4 *7 (-357)) (-4 *4 (-13 (-357) (-830))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 *3)) (-4 *3 (-1213 *5)) (-4 *5 (-301))
- (-5 *2 (-756)) (-5 *1 (-448 *5 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1235 *3)) (-4 *3 (-1191)) (-4 *3 (-1030))
- (-5 *2 (-673 *3)))))
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-808)))))
+(((*1 *2 *3) (-12 (-5 *3 (-630 (-553))) (-5 *2 (-757)) (-5 *1 (-578)))))
(((*1 *2 *3)
- (|partial| -12 (-4 *2 (-1078)) (-5 *1 (-1168 *3 *2)) (-4 *3 (-1078)))))
-(((*1 *2 *3 *3 *3)
(|partial| -12
- (-4 *4 (-13 (-144) (-27) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-4 *5 (-1213 *4)) (-5 *2 (-1150 (-401 *5))) (-5 *1 (-601 *4 *5))
- (-5 *3 (-401 *5))))
- ((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1213 *5))
- (-4 *5 (-13 (-144) (-27) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-5 *2 (-1150 (-401 *6))) (-5 *1 (-601 *5 *6)) (-5 *3 (-401 *6)))))
-(((*1 *1 *1 *1) (-5 *1 (-111))) ((*1 *1 *1 *1) (-4 *1 (-122))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832))
- (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-930 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1030)) (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1)))
- (-4 *1 (-1213 *3)))))
+ (-5 *3
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (-5 *2 (-630 (-220))) (-5 *1 (-199)))))
+(((*1 *1) (-5 *1 (-1243))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1031)) (-5 *1 (-876 *2 *3)) (-4 *2 (-1214 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1123)) (-5 *2 (-1205 (-553))))))
+(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
+ (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220)))
+ (-5 *5 (-1073 (-220))) (-5 *6 (-553)) (-5 *2 (-1187 (-908)))
+ (-5 *1 (-312))))
+ ((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220)))
+ (-5 *5 (-1073 (-220))) (-5 *6 (-553)) (-5 *7 (-1137))
+ (-5 *2 (-1187 (-908))) (-5 *1 (-312))))
+ ((*1 *2 *3 *3 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220)))
+ (-5 *5 (-1073 (-220))) (-5 *6 (-220)) (-5 *7 (-553))
+ (-5 *2 (-1187 (-908))) (-5 *1 (-312))))
+ ((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
+ (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220)))
+ (-5 *5 (-1073 (-220))) (-5 *6 (-220)) (-5 *7 (-553)) (-5 *8 (-1137))
+ (-5 *2 (-1187 (-908))) (-5 *1 (-312)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-739)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
+ (-12 (-5 *4 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-83 FCNF))))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-84 FCNG)))) (-5 *3 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-735)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-673 (-401 (-933 (-552)))))
- (-5 *2 (-629 (-673 (-310 (-552))))) (-5 *1 (-1012))
- (-5 *3 (-310 (-552))))))
-(((*1 *2) (-12 (-5 *2 (-1111 (-220))) (-5 *1 (-1174)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-445)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1154)) (-5 *2 (-1242)) (-5 *1 (-1157)))))
-(((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-855))))
- ((*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-321 *3)) (-4 *3 (-1191))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-756)) (-5 *1 (-508 *3 *4)) (-4 *3 (-1191))
- (-14 *4 (-552)))))
+ (-12 (-5 *4 (-630 (-847 *5))) (-14 *5 (-630 (-1155))) (-4 *6 (-445))
+ (-5 *2
+ (-2 (|:| |dpolys| (-630 (-242 *5 *6)))
+ (|:| |coords| (-630 (-553)))))
+ (-5 *1 (-464 *5 *6 *7)) (-5 *3 (-630 (-242 *5 *6))) (-4 *7 (-445)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-242 *4 *5)) (-14 *4 (-630 (-1155))) (-4 *5 (-1031))
+ (-5 *2 (-474 *4 *5)) (-5 *1 (-926 *4 *5)))))
(((*1 *1 *2 *3)
- (-12 (-5 *1 (-421 *3 *2)) (-4 *3 (-13 (-169) (-38 (-401 (-552)))))
- (-4 *2 (-13 (-832) (-21))))))
-(((*1 *1) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176))))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-756))) (-5 *3 (-111)) (-5 *1 (-1142 *4 *5))
- (-14 *4 (-902)) (-4 *5 (-1030)))))
-(((*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1136)) (-5 *1 (-771)))))
+ (-12 (-5 *2 (-1112 (-220))) (-5 *3 (-630 (-257))) (-5 *1 (-1240))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1112 (-220))) (-5 *3 (-1137)) (-5 *1 (-1240))))
+ ((*1 *1 *1) (-5 *1 (-1240))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-1110 *4 *2))
- (-4 *2 (-13 (-590 (-552) *4) (-10 -7 (-6 -4368) (-6 -4369))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-832)) (-4 *3 (-1191)) (-5 *1 (-1110 *3 *2))
- (-4 *2 (-13 (-590 (-552) *3) (-10 -7 (-6 -4368) (-6 -4369)))))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-608 *4 *2)) (-4 *2 (-13 (-1176) (-940) (-29 *4))))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-1136)) (-5 *5 (-673 (-220)))
- (-5 *2 (-1016)) (-5 *1 (-732)))))
-(((*1 *1 *2) (-12 (-5 *2 (-180)) (-5 *1 (-243)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-933 (-166 *4))) (-4 *4 (-169))
- (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-933 (-166 *5))) (-5 *4 (-902)) (-4 *5 (-169))
- (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5))))
+ (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553)))))
+ (-4 *3 (-1214 *4)) (-5 *1 (-795 *4 *3 *2 *5)) (-4 *2 (-641 *3))
+ (-4 *5 (-641 (-401 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-401 *5))
+ (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553))))) (-4 *5 (-1214 *4))
+ (-5 *1 (-795 *4 *5 *2 *6)) (-4 *2 (-641 *5)) (-4 *6 (-641 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-659 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-113)) (-5 *4 (-630 *2)) (-5 *1 (-112 *2))
+ (-4 *2 (-1079))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 (-630 *4))) (-4 *4 (-1079))
+ (-5 *1 (-112 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-113)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1079))
+ (-5 *1 (-112 *4))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-933 *4)) (-4 *4 (-1030))
- (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-933 *5)) (-5 *4 (-902)) (-4 *5 (-1030))
- (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5))))
+ (|partial| -12 (-5 *3 (-113)) (-5 *2 (-1 *4 (-630 *4)))
+ (-5 *1 (-112 *4)) (-4 *4 (-1079))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-633 *3)) (-4 *3 (-1031))
+ (-5 *1 (-700 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-820 *3)))))
+(((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 (-310 (-220))))
+ (-5 *2
+ (-2 (|:| |additions| (-553)) (|:| |multiplications| (-553))
+ (|:| |exponentiations| (-553)) (|:| |functionCalls| (-553))))
+ (-5 *1 (-299)))))
+(((*1 *1 *2) (|partial| -12 (-5 *2 (-484)) (-5 *1 (-568)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-4 *3 (-1079))
+ (-5 *2 (-111)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-974 *2)) (-4 *2 (-545)) (-5 *1 (-139 *2 *4 *3))
+ (-4 *3 (-367 *4))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-544))
- (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-902)) (-4 *5 (-544))
- (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *5))))
+ (-12 (-4 *4 (-974 *2)) (-4 *2 (-545)) (-5 *1 (-496 *2 *4 *5 *3))
+ (-4 *5 (-367 *2)) (-4 *3 (-367 *4))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-401 (-933 (-166 *4)))) (-4 *4 (-544))
- (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-401 (-933 (-166 *5)))) (-5 *4 (-902))
- (-4 *5 (-544)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373)))
- (-5 *1 (-770 *5))))
+ (-12 (-5 *3 (-674 *4)) (-4 *4 (-974 *2)) (-4 *2 (-545))
+ (-5 *1 (-678 *2 *4))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-310 *4)) (-4 *4 (-544)) (-4 *4 (-832))
- (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-310 *5)) (-5 *4 (-902)) (-4 *5 (-544))
- (-4 *5 (-832)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373)))
- (-5 *1 (-770 *5))))
+ (-12 (-4 *4 (-974 *2)) (-4 *2 (-545)) (-5 *1 (-1207 *2 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-445)) (-4 *3 (-833)) (-4 *3 (-1020 (-553)))
+ (-4 *3 (-545)) (-5 *1 (-41 *3 *2)) (-4 *2 (-424 *3))
+ (-4 *2
+ (-13 (-357) (-296)
+ (-10 -8 (-15 -4013 ((-1104 *3 (-599 $)) $))
+ (-15 -4024 ((-1104 *3 (-599 $)) $))
+ (-15 -3212 ($ (-1104 *3 (-599 $))))))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-934 *5))) (-5 *4 (-630 (-1155))) (-4 *5 (-545))
+ (-5 *2 (-630 (-630 (-288 (-401 (-934 *5)))))) (-5 *1 (-756 *5))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-310 (-166 *4))) (-4 *4 (-544)) (-4 *4 (-832))
- (-4 *4 (-600 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-770 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-310 (-166 *5))) (-5 *4 (-902)) (-4 *5 (-544))
- (-4 *5 (-832)) (-4 *5 (-600 (-373))) (-5 *2 (-166 (-373)))
- (-5 *1 (-770 *5)))))
-(((*1 *1) (-5 *1 (-1242))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1122)) (-5 *2 (-1204 (-552))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-343)) (-5 *2 (-939 (-1150 *4))) (-5 *1 (-351 *4))
- (-5 *3 (-1150 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1150 (-401 (-933 *3)))) (-5 *1 (-446 *3 *4 *5 *6))
- (-4 *3 (-544)) (-4 *3 (-169)) (-14 *4 (-902))
- (-14 *5 (-629 (-1154))) (-14 *6 (-1237 (-673 *3))))))
+ (-12 (-5 *3 (-630 (-934 *4))) (-4 *4 (-545))
+ (-5 *2 (-630 (-630 (-288 (-401 (-934 *4)))))) (-5 *1 (-756 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-674 *7))
+ (-5 *5
+ (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -3428 (-630 *6)))
+ *7 *6))
+ (-4 *6 (-357)) (-4 *7 (-641 *6))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1238 *6) "failed"))
+ (|:| -3428 (-630 (-1238 *6)))))
+ (-5 *1 (-799 *6 *7)) (-5 *4 (-1238 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *4 *5 *6)) (-4 *4 (-301))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *1 (-440 *4 *5 *6 *2)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1030))
- (-4 *2 (-13 (-398) (-1019 *4) (-357) (-1176) (-278)))
- (-5 *1 (-436 *4 *3 *2)) (-4 *3 (-1213 *4)))))
+ (-12 (-5 *3 (-630 (-474 *4 *5))) (-14 *4 (-630 (-1155)))
+ (-4 *5 (-445)) (-5 *2 (-630 (-242 *4 *5))) (-5 *1 (-618 *4 *5)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-111)) (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257))))
+ ((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460))))
+ ((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-460)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-1019 (-401 *2)))) (-5 *2 (-552))
- (-5 *1 (-114 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-388))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1171)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1050 *4 *5 *6 *3)) (-4 *4 (-445)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-111))))
+ (-12 (-5 *3 (-674 *2)) (-4 *4 (-1214 *2))
+ (-4 *2 (-13 (-301) (-10 -8 (-15 -1807 ((-412 $) $)))))
+ (-5 *1 (-492 *2 *4 *5)) (-4 *5 (-403 *2 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
+ (-4 *5 (-233 *3 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4369)) (-4 *1 (-230 *3))
+ (-4 *3 (-1079))))
+ ((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4369)) (-4 *1 (-230 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192)) (-4 *2 (-1079))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-276 *3)) (-4 *3 (-1192))))
((*1 *2 *3 *1)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *3 (-1044 *4 *5 *6))
- (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *1))))
- (-4 *1 (-1050 *4 *5 *6 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1237 *1)) (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195))
- (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
+ (|partial| -12 (-4 *1 (-597 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-111) *4)) (-5 *3 (-553)) (-4 *4 (-1079))
+ (-5 *1 (-723 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-5 *1 (-723 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1119 *3 *4)) (-4 *3 (-13 (-1079) (-34)))
+ (-4 *4 (-13 (-1079) (-34))) (-5 *1 (-1120 *3 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-660 *3)) (-4 *3 (-1031))
+ (-4 *3 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-845))))
+ ((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-944)))))
(((*1 *2)
(-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *1 *1 *1) (-4 *1 (-948))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-767 *2)) (-4 *2 (-1030))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
-(((*1 *1 *2) (|partial| -12 (-5 *2 (-483)) (-5 *1 (-567)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *1) (|partial| -12 (-4 *1 (-993)) (-5 *2 (-844)))))
-(((*1 *2 *3) (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-373)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1213 (-401 *2))) (-5 *2 (-552)) (-5 *1 (-894 *4 *3))
- (-4 *3 (-1213 (-401 *4))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))
- (-5 *2 (-1150 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-908)))))
-(((*1 *1 *1 *1) (-4 *1 (-296))) ((*1 *1 *1) (-4 *1 (-296))))
-(((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-924 (-220))) (-5 *4 (-855)) (-5 *5 (-902))
- (-5 *2 (-1242)) (-5 *1 (-461))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-924 (-220))) (-5 *2 (-1242)) (-5 *1 (-461))))
- ((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-629 (-924 (-220)))) (-5 *4 (-855)) (-5 *5 (-902))
- (-5 *2 (-1242)) (-5 *1 (-461)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-598 *1)) (-4 *1 (-296)))))
-(((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)))))
-(((*1 *2 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240))))
- ((*1 *2) (-12 (-5 *2 (-902)) (-5 *1 (-1240)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-844))))
- ((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1242)) (-5 *1 (-943)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-401 *4)) (-4 *4 (-1213 *3)) (-4 *3 (-13 (-357) (-144)))
- (-5 *1 (-393 *3 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-310 (-220)))) (-5 *2 (-111)) (-5 *1 (-261)))))
-(((*1 *1) (-5 *1 (-808))))
-(((*1 *1 *2) (-12 (-5 *2 (-154)) (-5 *1 (-855)))))
+ (-12 (-4 *3 (-1214 *2)) (-4 *2 (-1214 *4)) (-5 *1 (-967 *4 *2 *3 *5))
+ (-4 *4 (-343)) (-4 *5 (-710 *2 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154))
- (-14 *4 *2))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 (-756) *2)) (-5 *4 (-756)) (-4 *2 (-1078))
- (-5 *1 (-662 *2))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1 *3 (-756) *3)) (-4 *3 (-1078)) (-5 *1 (-666 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
- ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1154)) (-5 *2 (-629 (-946))) (-5 *1 (-285)))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-144))
+ (-4 *3 (-301)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-959 *3 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1151 *4)) (-4 *4 (-343)) (-5 *2 (-940 (-1099)))
+ (-5 *1 (-340 *4)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-1136)) (-5 *5 (-673 (-220)))
- (-5 *2 (-1016)) (-5 *1 (-732)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2))
+ (-4 *2 (-424 *3)))))
+(((*1 *2)
+ (-12 (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-891))
+ (-5 *1 (-450 *3 *4 *2 *5)) (-4 *5 (-931 *2 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-779)) (-4 *4 (-833)) (-4 *2 (-891))
+ (-5 *1 (-888 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4))))
+ ((*1 *2) (-12 (-4 *2 (-891)) (-5 *1 (-889 *2 *3)) (-4 *3 (-1214 *2)))))
+(((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-301)) (-5 *1 (-685 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-757)) (-4 *6 (-1079)) (-4 *3 (-882 *6))
+ (-5 *2 (-674 *3)) (-5 *1 (-677 *6 *3 *7 *4)) (-4 *7 (-367 *3))
+ (-4 *4 (-13 (-367 *6) (-10 -7 (-6 -4369)))))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-1137)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *4 (-1045 *6 *7 *8)) (-5 *2 (-1243))
+ (-5 *1 (-762 *6 *7 *8 *4 *5)) (-4 *5 (-1051 *6 *7 *8 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1008 (-826 (-553)))) (-5 *1 (-583 *3)) (-4 *3 (-1031)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-552))
- (-5 *1 (-442 *4 *5 *6 *3)) (-4 *3 (-930 *4 *5 *6)))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1213 *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 (-696 *2 *3 *4 *5 *6)) (-4 *2 (-169))
- (-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 (-700 *2 *3 *4 *5 *6)) (-4 *2 (-169))
- (-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)))))
+ (-12 (-5 *3 (-934 (-553))) (-5 *2 (-630 *1)) (-4 *1 (-994))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-934 (-401 (-553)))) (-5 *2 (-630 *1)) (-4 *1 (-994))))
+ ((*1 *2 *3) (-12 (-5 *3 (-934 *1)) (-4 *1 (-994)) (-5 *2 (-630 *1))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1151 (-553))) (-5 *2 (-630 *1)) (-4 *1 (-994))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1151 (-401 (-553)))) (-5 *2 (-630 *1)) (-4 *1 (-994))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1151 *1)) (-4 *1 (-994)) (-5 *2 (-630 *1))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-831) (-357))) (-4 *3 (-1214 *4)) (-5 *2 (-630 *1))
+ (-4 *1 (-1048 *4 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1030)) (-5 *2 (-552)) (-5 *1 (-436 *4 *3 *5))
- (-4 *3 (-1213 *4))
- (-4 *5 (-13 (-398) (-1019 *4) (-357) (-1176) (-278))))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-855))
- (-5 *5 (-902)) (-5 *6 (-629 (-257))) (-5 *2 (-461)) (-5 *1 (-1241))))
+ (-12 (-5 *3 (-1137)) (-5 *2 (-209 (-495))) (-5 *1 (-821)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1155)) (-5 *4 (-934 (-553))) (-5 *2 (-324))
+ (-5 *1 (-326))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1155)) (-5 *4 (-1071 (-934 (-553)))) (-5 *2 (-324))
+ (-5 *1 (-326))))
+ ((*1 *1 *2 *2 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-660 *3)) (-4 *3 (-1031))
+ (-4 *3 (-1079)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-473)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 (-1155))) (-4 *4 (-1079))
+ (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4))))
+ (-5 *1 (-54 *4 *5 *2))
+ (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4)))))))
+(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-737)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-187))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *2 (-461))
- (-5 *1 (-1241))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-629 (-257)))
- (-5 *2 (-461)) (-5 *1 (-1241)))))
-(((*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-574 *3)) (-4 *3 (-537)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 (-111) *9)) (-5 *5 (-1 (-111) *9 *9))
- (-4 *9 (-1044 *6 *7 *8)) (-4 *6 (-544)) (-4 *7 (-778))
- (-4 *8 (-832)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3447 (-629 *9))))
- (-5 *3 (-629 *9)) (-4 *1 (-1184 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-111) *8 *8)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-2 (|:| |bas| *1) (|:| -3447 (-629 *8))))
- (-5 *3 (-629 *8)) (-4 *1 (-1184 *5 *6 *7 *8)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-884 *3)) (-4 *3 (-1078)) (-5 *2 (-1080 *3))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1078)) (-5 *2 (-1080 (-629 *4))) (-5 *1 (-885 *4))
- (-5 *3 (-629 *4))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1078)) (-5 *2 (-1080 (-1080 *4))) (-5 *1 (-885 *4))
- (-5 *3 (-1080 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *2 (-1080 *3)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-957 *3 *4 *2 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832)) (-4 *5 (-1044 *3 *4 *2)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-401 (-552)))
- (-4 *4 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))))
+ (-12 (-5 *3 (-630 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-294))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-220))) (-5 *2 (-630 (-1137))) (-5 *1 (-299)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1187 *3)) (-4 *3 (-956)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-357) (-831))) (-5 *1 (-178 *3 *2))
+ (-4 *2 (-1214 (-166 *3))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)))))
+(((*1 *1 *1 *1) (-5 *1 (-111))) ((*1 *1 *1 *1) (-4 *1 (-122))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1043)))))
+(((*1 *1) (-5 *1 (-154))))
(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-629 *3))) (-4 *3 (-1078)) (-4 *1 (-884 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-412 *3)) (-5 *1 (-895 *3)) (-4 *3 (-301)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3))
- (-4 *3 (-1213 *2)))))
+ (-12 (-5 *2 (-630 *1)) (-4 *1 (-1113 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-5 *2 (-401 *1)) (-4 *1 (-1214 *3)) (-4 *3 (-1031))
+ (-4 *3 (-545))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-545)))))
+(((*1 *2 *1) (-12 (-4 *1 (-361 *2)) (-4 *2 (-169)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4369)) (-4 *1 (-591 *4 *3)) (-4 *4 (-1079))
+ (-4 *3 (-1192)) (-4 *3 (-1079)) (-5 *2 (-111)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-856)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-890)) (-5 *2 (-412 (-1150 *1))) (-5 *3 (-1150 *1)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1220 *3 *2)) (-4 *3 (-1030))
- (-4 *2 (-1197 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 *4))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
- (-12 (-5 *2 (-552))
+ (-12
(-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-756)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-778)) (-4 *4 (-930 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-832))
- (-5 *1 (-442 *5 *6 *7 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-111) *6 *6)) (-4 *6 (-832)) (-5 *4 (-629 *6))
- (-5 *2 (-2 (|:| |fs| (-111)) (|:| |sd| *4) (|:| |td| (-629 *4))))
- (-5 *1 (-1162 *6)) (-5 *5 (-629 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-590 *2 *3)) (-4 *3 (-1191)) (-4 *2 (-1078))
- (-4 *2 (-832)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-111)) (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3))
- (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-357) (-830))) (-5 *2 (-412 *3))
- (-5 *1 (-178 *4 *3)) (-4 *3 (-1213 (-166 *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 (-1 *6 (-629 *6))))
- (-4 *5 (-38 (-401 (-552)))) (-4 *6 (-1228 *5)) (-5 *2 (-629 *6))
- (-5 *1 (-1230 *5 *6)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-113))))
+ (-630 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553))))))
+ (-5 *2 (-630 (-401 (-553)))) (-5 *1 (-1002 *4))
+ (-4 *4 (-1214 (-553))))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |abserr| (-220)) (|:| |relerr| (-220))))
+ (-5 *2 (-373)) (-5 *1 (-200)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-113))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1136)) (-4 *4 (-832)) (-5 *1 (-910 *4 *2))
+ (-12 (-5 *3 (-1137)) (-4 *4 (-833)) (-5 *1 (-911 *4 *2))
(-4 *2 (-424 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-1136)) (-5 *2 (-310 (-552)))
- (-5 *1 (-911)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
- (-5 *2 (-673 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-673 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832))
- (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-111)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-598 *3)) (-4 *3 (-13 (-424 *5) (-27) (-1176)))
- (-4 *5 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
- (-5 *2 (-573 *3)) (-5 *1 (-554 *5 *3 *6)) (-4 *6 (-1078)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-946))) (-5 *1 (-285)))))
-(((*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-552))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-683)))))
-(((*1 *2 *1) (-12 (-4 *1 (-976 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 *10))
- (-5 *1 (-610 *5 *6 *7 *8 *9 *10)) (-4 *9 (-1050 *5 *6 *7 *8))
- (-4 *10 (-1087 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
- (-14 *6 (-629 (-1154))) (-5 *2 (-629 (-1027 *5 *6)))
- (-5 *1 (-614 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
- (-14 *6 (-629 (-1154)))
- (-5 *2
- (-629 (-1124 *5 (-523 (-846 *6)) (-846 *6) (-765 *5 (-846 *6)))))
- (-5 *1 (-614 *5 *6))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-629 (-1008 *5 *6 *7 *8))) (-5 *1 (-1008 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-629 (-1008 *5 *6 *7 *8))) (-5 *1 (-1008 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-629 (-765 *5 (-846 *6)))) (-5 *4 (-111)) (-4 *5 (-445))
- (-14 *6 (-629 (-1154))) (-5 *2 (-629 (-1027 *5 *6)))
- (-5 *1 (-1027 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-1050 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-629 (-1124 *5 *6 *7 *8))) (-5 *1 (-1124 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-111)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-629 (-1124 *5 *6 *7 *8))) (-5 *1 (-1124 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-544))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-1184 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1154)) (-5 *5 (-629 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-445) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-545 *6 *3)))))
+ (-12 (-5 *3 (-1155)) (-5 *4 (-1137)) (-5 *2 (-310 (-553)))
+ (-5 *1 (-912)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-630 (-1151 *7))) (-5 *3 (-1151 *7))
+ (-4 *7 (-931 *5 *6 *4)) (-4 *5 (-891)) (-4 *6 (-779))
+ (-4 *4 (-833)) (-5 *1 (-888 *5 *6 *4 *7)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-630 (-925 (-220)))))
+ (-5 *2 (-630 (-1073 (-220)))) (-5 *1 (-910)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-113)) (-4 *4 (-1031)) (-5 *1 (-700 *4 *2))
+ (-4 *2 (-633 *4))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-113)) (-5 *1 (-820 *2)) (-4 *2 (-1031)))))
(((*1 *2)
- (-12 (-5 *2 (-902)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-902)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-746))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-306)) (-5 *1 (-290))))
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-674 (-401 *4))))))
+(((*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-553))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-684)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-373)) (-5 *1 (-1043)))))
+(((*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-886 (-553))) (-5 *1 (-899))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-553))) (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1128 *3)) (-4 *3 (-1192)) (-5 *2 (-111)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |cd| (-1137)) (|:| -4292 (-1137))))
+ (-5 *1 (-808)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *1 (-859 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *1 (-861 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-757)) (-5 *1 (-864 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-306)) (-5 *1 (-290))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1136))) (-5 *2 (-306)) (-5 *1 (-290))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-306)) (-5 *1 (-290))))
+ (-12 (-5 *3 (-630 (-1137))) (-5 *2 (-306)) (-5 *1 (-290))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-306)) (-5 *1 (-290))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-1136))) (-5 *3 (-1136)) (-5 *2 (-306))
+ (-12 (-5 *4 (-630 (-1137))) (-5 *3 (-1137)) (-5 *2 (-306))
(-5 *1 (-290)))))
-(((*1 *1) (-5 *1 (-1238))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1150 *1)) (-5 *4 (-1154)) (-4 *1 (-27))
- (-5 *2 (-629 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1150 *1)) (-4 *1 (-27)) (-5 *2 (-629 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-933 *1)) (-4 *1 (-27)) (-5 *2 (-629 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-629 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *2 (-629 *1)) (-4 *1 (-29 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-778)) (-4 *4 (-832)) (-4 *6 (-301)) (-5 *2 (-412 *3))
- (-5 *1 (-727 *5 *4 *6 *3)) (-4 *3 (-930 *6 *5 *4)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1134 *2)) (-4 *2 (-301)) (-5 *1 (-171 *2)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-629 (-629 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-629 (-3 (|:| |array| (-629 *3)) (|:| |scalar| (-1154)))))
- (-5 *6 (-629 (-1154))) (-5 *3 (-1154)) (-5 *2 (-1082))
- (-5 *1 (-391))))
- ((*1 *2 *3 *4 *5 *6 *3)
- (-12 (-5 *5 (-629 (-629 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-629 (-3 (|:| |array| (-629 *3)) (|:| |scalar| (-1154)))))
- (-5 *6 (-629 (-1154))) (-5 *3 (-1154)) (-5 *2 (-1082))
- (-5 *1 (-391))))
- ((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *4 (-629 (-1154))) (-5 *5 (-1157)) (-5 *3 (-1154))
- (-5 *2 (-1082)) (-5 *1 (-391)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-1088)) (-5 *3 (-552)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *2 (-1016)) (-5 *1 (-737)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-832))
+ (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-411 *4)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-630 (-630 (-630 *5)))) (-5 *3 (-1 (-111) *5 *5))
+ (-5 *4 (-630 *5)) (-4 *5 (-833)) (-5 *1 (-1163 *5)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-843)) (-5 *3 (-128)) (-5 *2 (-1099)))))
+(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3219))))
+ (-5 *2 (-1017)) (-5 *1 (-734)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-599 *5)) (-4 *5 (-424 *4)) (-4 *4 (-1020 (-553)))
+ (-4 *4 (-13 (-833) (-545))) (-5 *2 (-1151 *5)) (-5 *1 (-32 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-599 *1)) (-4 *1 (-1031)) (-4 *1 (-296))
+ (-5 *2 (-1151 *1)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-859 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-861 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-630 (-925 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-925 *3))) (-4 *3 (-1031)) (-4 *1 (-1113 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-925 *3))) (-4 *1 (-1113 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
(-5 *2
- (-2 (|:| |f1| (-629 *4)) (|:| |f2| (-629 (-629 (-629 *4))))
- (|:| |f3| (-629 (-629 *4))) (|:| |f4| (-629 (-629 (-629 *4))))))
- (-5 *1 (-1162 *4)) (-5 *3 (-629 (-629 (-629 *4)))))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-756)) (-4 *5 (-544))
+ (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553))
+ (|:| |success| (-111))))
+ (-5 *1 (-775)) (-5 *5 (-553)))))
+(((*1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1241)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))))
+(((*1 *1 *2 *3 *3 *3 *4)
+ (-12 (-4 *4 (-357)) (-4 *3 (-1214 *4)) (-4 *5 (-1214 (-401 *3)))
+ (-4 *1 (-329 *4 *3 *5 *2)) (-4 *2 (-336 *4 *3 *5))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-553)) (-4 *2 (-357)) (-4 *4 (-1214 *2))
+ (-4 *5 (-1214 (-401 *4))) (-4 *1 (-329 *2 *4 *5 *6))
+ (-4 *6 (-336 *2 *4 *5))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *2 (-357)) (-4 *3 (-1214 *2)) (-4 *4 (-1214 (-401 *3)))
+ (-4 *1 (-329 *2 *3 *4 *5)) (-4 *5 (-336 *2 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4)))
+ (-4 *1 (-329 *3 *4 *5 *2)) (-4 *2 (-336 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-407 *4 (-401 *4) *5 *6)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-4 *3 (-357))
+ (-4 *1 (-329 *3 *4 *5 *6)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-641 *3)) (-4 *3 (-1031)) (-4 *3 (-357))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-757)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357))
+ (-5 *1 (-644 *5 *2)) (-4 *2 (-641 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-833))
(-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-950 *5 *3)) (-4 *3 (-1213 *5)))))
-(((*1 *1 *1 *1) (-5 *1 (-220)))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1 (-373))) (-5 *1 (-1021))))
- ((*1 *1 *1 *1) (-4 *1 (-1117))))
+ (-2 (|:| |f1| (-630 *4)) (|:| |f2| (-630 (-630 (-630 *4))))
+ (|:| |f3| (-630 (-630 *4))) (|:| |f4| (-630 (-630 (-630 *4))))))
+ (-5 *1 (-1163 *4)) (-5 *3 (-630 (-630 (-630 *4)))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
(((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-629 (-1154))) (-4 *4 (-1078))
- (-4 *5 (-13 (-1030) (-867 *4) (-832) (-600 (-873 *4))))
- (-5 *1 (-1054 *4 *5 *2))
- (-4 *2 (-13 (-424 *5) (-867 *4) (-600 (-873 *4))))))
+ (-12 (-5 *3 (-630 (-1155))) (-4 *4 (-1079))
+ (-4 *5 (-13 (-1031) (-868 *4) (-833) (-601 (-874 *4))))
+ (-5 *1 (-1055 *4 *5 *2))
+ (-4 *2 (-13 (-424 *5) (-868 *4) (-601 (-874 *4))))))
((*1 *1 *2 *2)
- (-12 (-4 *3 (-1078))
- (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3))))
- (-5 *1 (-1054 *3 *4 *2))
- (-4 *2 (-13 (-424 *4) (-867 *3) (-600 (-873 *3)))))))
-(((*1 *2 *1 *1)
- (-12
+ (-12 (-4 *3 (-1079))
+ (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3))))
+ (-5 *1 (-1055 *3 *4 *2))
+ (-4 *2 (-13 (-424 *4) (-868 *3) (-601 (-874 *3)))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-271 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-271 *4 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *4)))))
+ ((*1 *1 *1) (-5 *1 (-373)))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-762 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-738)))))
+(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-132)))))
+(((*1 *1 *1) (-5 *1 (-1043))))
+(((*1 *2 *2) (-12 (-5 *2 (-903)) (-5 *1 (-351 *3)) (-4 *3 (-343)))))
+(((*1 *2 *3) (-12 (-5 *2 (-412 *3)) (-5 *1 (-547 *3)) (-4 *3 (-538))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301)) (-5 *2 (-412 *3))
+ (-5 *1 (-728 *4 *5 *6 *3)) (-4 *3 (-931 *6 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301))
+ (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-412 (-1151 *7)))
+ (-5 *1 (-728 *4 *5 *6 *7)) (-5 *3 (-1151 *7))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-445)) (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-412 *1)) (-4 *1 (-931 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-833)) (-4 *5 (-779)) (-4 *6 (-445)) (-5 *2 (-412 *3))
+ (-5 *1 (-961 *4 *5 *6 *3)) (-4 *3 (-931 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-445))
+ (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-412 (-1151 (-401 *7))))
+ (-5 *1 (-1150 *4 *5 *6 *7)) (-5 *3 (-1151 (-401 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-412 *1)) (-4 *1 (-1196))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-412 *3)) (-5 *1 (-1217 *4 *3))
+ (-4 *3 (-13 (-1214 *4) (-545) (-10 -8 (-15 -2591 ($ $ $)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1028 *4 *5)) (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-14 *5 (-630 (-1155)))
(-5 *2
- (-2 (|:| -2594 (-767 *3)) (|:| |coef1| (-767 *3))
- (|:| |coef2| (-767 *3))))
- (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-2 (|:| -2594 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-1044 *3 *4 *5)))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-310 (-220))) (-5 *1 (-261)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2594 (-767 *3)) (|:| |coef2| (-767 *3))))
- (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-544)) (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-2 (|:| -2594 *1) (|:| |coef2| *1)))
- (-4 *1 (-1044 *3 *4 *5)))))
-(((*1 *1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-924 (-220)) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-907))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-924 (-220)) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-907))))
- ((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-924 (-220)) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-908))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-924 (-220)) (-220))) (-5 *3 (-1072 (-220)))
- (-5 *1 (-908)))))
+ (-630 (-1125 *4 (-524 (-847 *6)) (-847 *6) (-766 *4 (-847 *6)))))
+ (-5 *1 (-1264 *4 *5 *6)) (-14 *6 (-630 (-1155))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 *6)) (-4 *5 (-1078))
- (-4 *6 (-1191)) (-5 *2 (-1 *6 *5)) (-5 *1 (-626 *5 *6))))
+ (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 *6)) (-4 *5 (-1079))
+ (-4 *6 (-1192)) (-5 *2 (-1 *6 *5)) (-5 *1 (-627 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 *2)) (-4 *5 (-1078))
- (-4 *2 (-1191)) (-5 *1 (-626 *5 *2))))
+ (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 *2)) (-4 *5 (-1079))
+ (-4 *2 (-1192)) (-5 *1 (-627 *5 *2))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 *6)) (-5 *4 (-629 *5)) (-4 *6 (-1078))
- (-4 *5 (-1191)) (-5 *2 (-1 *5 *6)) (-5 *1 (-626 *6 *5))))
+ (-12 (-5 *3 (-630 *6)) (-5 *4 (-630 *5)) (-4 *6 (-1079))
+ (-4 *5 (-1192)) (-5 *2 (-1 *5 *6)) (-5 *1 (-627 *6 *5))))
((*1 *2 *3 *4 *5 *2)
- (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 *2)) (-4 *5 (-1078))
- (-4 *2 (-1191)) (-5 *1 (-626 *5 *2))))
+ (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 *2)) (-4 *5 (-1079))
+ (-4 *2 (-1192)) (-5 *1 (-627 *5 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-629 *5)) (-5 *4 (-629 *6))
- (-4 *5 (-1078)) (-4 *6 (-1191)) (-5 *1 (-626 *5 *6))))
+ (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-630 *5)) (-5 *4 (-630 *6))
+ (-4 *5 (-1079)) (-4 *6 (-1192)) (-5 *1 (-627 *5 *6))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-629 *5)) (-5 *4 (-629 *2)) (-5 *6 (-1 *2 *5))
- (-4 *5 (-1078)) (-4 *2 (-1191)) (-5 *1 (-626 *5 *2))))
- ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1122)) (-5 *3 (-141)) (-5 *2 (-756)))))
+ (-12 (-5 *3 (-630 *5)) (-5 *4 (-630 *2)) (-5 *6 (-1 *2 *5))
+ (-4 *5 (-1079)) (-4 *2 (-1192)) (-5 *1 (-627 *5 *2))))
+ ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1123)) (-5 *3 (-141)) (-5 *2 (-757)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1137)) (-5 *4 (-1099)) (-5 *2 (-111)) (-5 *1 (-807)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-738)))))
+(((*1 *1 *1) (-5 *1 (-529))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-629 (-756))) (-5 *1 (-950 *4 *3))
- (-4 *3 (-1213 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778)) (-5 *2 (-401 (-933 *4))) (-5 *1 (-905 *4 *5 *6 *3))
- (-4 *3 (-930 *4 *6 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-673 *7)) (-4 *7 (-930 *4 *6 *5))
- (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778)) (-5 *2 (-673 (-401 (-933 *4))))
- (-5 *1 (-905 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *6 *5))
- (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778)) (-5 *2 (-629 (-401 (-933 *4))))
- (-5 *1 (-905 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1154))
- (-5 *2
- (-2 (|:| |zeros| (-1134 (-220))) (|:| |ones| (-1134 (-220)))
- (|:| |singularities| (-1134 (-220)))))
- (-5 *1 (-104)))))
-(((*1 *1 *1) (-5 *1 (-528))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-3 (-111) "failed")) (-4 *3 (-445)) (-4 *4 (-832))
- (-4 *5 (-778)) (-5 *1 (-968 *3 *4 *5 *6)) (-4 *6 (-930 *3 *5 *4)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1184 *3 *4 *5 *2)) (-4 *3 (-544))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *2 (-1044 *3 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-629 (-52))) (-5 *2 (-1242)) (-5 *1 (-845)))))
-(((*1 *2 *1)
- (|partial| -12
- (-4 *3 (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445)))
- (-5 *2 (-825 *4)) (-5 *1 (-307 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1176) (-424 *3))) (-14 *5 (-1154))
- (-14 *6 *4)))
- ((*1 *2 *1)
- (|partial| -12
- (-4 *3 (-13 (-832) (-1019 (-552)) (-625 (-552)) (-445)))
- (-5 *2 (-825 *4)) (-5 *1 (-1223 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1176) (-424 *3))) (-14 *5 (-1154))
- (-14 *6 *4))))
-(((*1 *1 *1) (-5 *1 (-1042))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983)))
- (-5 *1 (-173 *3)))))
+ (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1169 *4 *5))
+ (-4 *4 (-1079)) (-4 *5 (-1079)))))
+(((*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *3) (-12 (-5 *3 (-630 (-52))) (-5 *2 (-1243)) (-5 *1 (-846)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-538))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4369)) (-4 *1 (-482 *4))
+ (-4 *4 (-1192)) (-5 *2 (-111)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-673 *5))) (-5 *4 (-1237 *5)) (-4 *5 (-301))
- (-4 *5 (-1030)) (-5 *2 (-673 *5)) (-5 *1 (-1010 *5)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-412 *4)) (-4 *4 (-544)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 *4)) (-5 *1 (-1119 *3 *4))
- (-4 *3 (-13 (-1078) (-34))) (-4 *4 (-13 (-1078) (-34))))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))))
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-357)) (-4 *6 (-1214 (-401 *2)))
+ (-4 *2 (-1214 *5)) (-5 *1 (-210 *5 *2 *6 *3))
+ (-4 *3 (-336 *5 *2 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-845)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357))
- (-4 *7 (-1213 (-401 *6)))
- (-5 *2 (-2 (|:| |answer| *3) (|:| -3318 *3)))
- (-5 *1 (-550 *5 *6 *7 *3)) (-4 *3 (-336 *5 *6 *7))))
+ (-12 (-5 *4 (-288 (-826 *3))) (-4 *3 (-13 (-27) (-1177) (-424 *5)))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *2
+ (-3 (-826 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-826 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-826 *3) "failed")))
+ "failed"))
+ (-5 *1 (-623 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-288 *3)) (-5 *5 (-1137))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-826 *3)) (-5 *1 (-623 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5)) (-4 *5 (-357))
+ (-12 (-5 *4 (-288 (-826 (-934 *5)))) (-4 *5 (-445))
(-5 *2
- (-2 (|:| |answer| (-401 *6)) (|:| -3318 (-401 *6))
- (|:| |specpart| (-401 *6)) (|:| |polypart| *6)))
- (-5 *1 (-551 *5 *6)) (-5 *3 (-401 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-240 *3)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-396)) (-5 *2 (-756))))
- ((*1 *1 *1) (-4 *1 (-396))))
-(((*1 *2 *1 *3)
- (-12 (-5 *2 (-629 (-1136))) (-5 *1 (-1042)) (-5 *3 (-1136)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))))
-(((*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1191))))
+ (-3 (-826 (-401 (-934 *5)))
+ (-2 (|:| |leftHandLimit| (-3 (-826 (-401 (-934 *5))) "failed"))
+ (|:| |rightHandLimit| (-3 (-826 (-401 (-934 *5))) "failed")))
+ "failed"))
+ (-5 *1 (-624 *5)) (-5 *3 (-401 (-934 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-288 (-401 (-934 *5)))) (-5 *3 (-401 (-934 *5)))
+ (-4 *5 (-445))
+ (-5 *2
+ (-3 (-826 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-826 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-826 *3) "failed")))
+ "failed"))
+ (-5 *1 (-624 *5))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-288 (-401 (-934 *6)))) (-5 *5 (-1137))
+ (-5 *3 (-401 (-934 *6))) (-4 *6 (-445)) (-5 *2 (-826 *3))
+ (-5 *1 (-624 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 *4)) (-5 *1 (-1120 *3 *4))
+ (-4 *3 (-13 (-1079) (-34))) (-4 *4 (-13 (-1079) (-34))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-357)) (-4 *3 (-1031))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4125 *1)))
+ (-4 *1 (-835 *3)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-220)) (-5 *3 (-757)) (-5 *1 (-221))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-166 (-220))) (-5 *3 (-757)) (-5 *1 (-221))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1118))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1238 (-1155))) (-5 *3 (-1238 (-446 *4 *5 *6 *7)))
+ (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-169)) (-14 *5 (-903))
+ (-14 *6 (-630 (-1155))) (-14 *7 (-1238 (-674 *4)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1238 (-446 *4 *5 *6 *7)))
+ (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-169)) (-14 *5 (-903))
+ (-14 *6 (-630 *2)) (-14 *7 (-1238 (-674 *4)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1238 (-446 *3 *4 *5 *6))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155)))
+ (-14 *6 (-1238 (-674 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1238 (-1155))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-169)) (-14 *4 (-903)) (-14 *5 (-630 (-1155)))
+ (-14 *6 (-1238 (-674 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1155)) (-5 *1 (-446 *3 *4 *5 *6)) (-4 *3 (-169))
+ (-14 *4 (-903)) (-14 *5 (-630 *2)) (-14 *6 (-1238 (-674 *3)))))
+ ((*1 *1)
+ (-12 (-5 *1 (-446 *2 *3 *4 *5)) (-4 *2 (-169)) (-14 *3 (-903))
+ (-14 *4 (-630 (-1155))) (-14 *5 (-1238 (-674 *2))))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-240 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-545))))
+ ((*1 *1 *1) (|partial| -4 *1 (-708))))
+(((*1 *2 *3 *3 *2)
+ (|partial| -12 (-5 *2 (-757))
+ (-4 *3 (-13 (-712) (-362) (-10 -7 (-15 ** (*3 *3 (-553))))))
+ (-5 *1 (-241 *3)))))
+(((*1 *2 *1 *1 *3 *4)
+ (-12 (-5 *3 (-1 (-111) *5 *5)) (-5 *4 (-1 (-111) *6 *6))
+ (-4 *5 (-13 (-1079) (-34))) (-4 *6 (-13 (-1079) (-34)))
+ (-5 *2 (-111)) (-5 *1 (-1119 *5 *6)))))
+(((*1 *1) (-5 *1 (-1240))))
+(((*1 *1 *1) (-12 (-4 *1 (-239 *2)) (-4 *2 (-1192))))
((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832))))
- ((*1 *1 *1) (-12 (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
-(((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-111)) (-5 *1 (-873 *4))
- (-4 *4 (-1078)))))
-(((*1 *2 *3) (-12 (-5 *3 (-844)) (-5 *2 (-1136)) (-5 *1 (-695)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1027 *4 *5)) (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-14 *5 (-629 (-1154))) (-5 *2 (-629 (-629 (-1005 (-401 *4)))))
- (-5 *1 (-1263 *4 *5 *6)) (-14 *6 (-629 (-1154)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111))
- (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-933 *5))) (-5 *4 (-111))
- (-4 *5 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-629 (-1005 (-401 *5))))) (-5 *1 (-1263 *5 *6 *7))
- (-14 *6 (-629 (-1154))) (-14 *7 (-629 (-1154)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-933 *4)))
- (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-629 (-629 (-1005 (-401 *4))))) (-5 *1 (-1263 *4 *5 *6))
- (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154))))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-629 *8)) (-5 *3 (-1 (-111) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-1044 *5 *6 *7)) (-4 *5 (-544))
- (-4 *6 (-778)) (-4 *7 (-832)) (-5 *1 (-958 *5 *6 *7 *8)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1120 *3 *4)) (-14 *3 (-902)) (-4 *4 (-357))
- (-5 *1 (-974 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-844)) (-5 *1 (-52)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-598 *3)) (-5 *5 (-1 (-1150 *3) (-1150 *3)))
- (-4 *3 (-13 (-27) (-424 *6))) (-4 *6 (-13 (-832) (-544)))
- (-5 *2 (-573 *3)) (-5 *1 (-539 *6 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-902)) (-5 *2 (-1150 *3)) (-5 *1 (-1165 *3))
- (-4 *3 (-357)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-552)) (-5 *2 (-629 (-629 (-220)))) (-5 *1 (-1187)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-111) (-113) (-113))) (-5 *1 (-113)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-973 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-139 *4 *5 *3))
- (-4 *3 (-367 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-973 *4))
- (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
- (-5 *1 (-495 *4 *5 *6 *3)) (-4 *6 (-367 *4)) (-4 *3 (-367 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-673 *5)) (-4 *5 (-973 *4)) (-4 *4 (-544))
- (-5 *2 (-2 (|:| |num| (-673 *4)) (|:| |den| *4)))
- (-5 *1 (-677 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-357) (-144) (-1019 (-401 (-552)))))
- (-4 *6 (-1213 *5))
- (-5 *2 (-2 (|:| -2771 *7) (|:| |rh| (-629 (-401 *6)))))
- (-5 *1 (-792 *5 *6 *7 *3)) (-5 *4 (-629 (-401 *6)))
- (-4 *7 (-640 *6)) (-4 *3 (-640 (-401 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-973 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1206 *4 *5 *3))
- (-4 *3 (-1213 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-521))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-565))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-843)))))
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1226 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1155))) (-5 *1 (-1159)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *1) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177))))))
+(((*1 *2)
+ (-12
+ (-5 *2
+ (-1238 (-630 (-2 (|:| -2924 (-892 *3)) (|:| -2839 (-1099))))))
+ (-5 *1 (-345 *3 *4)) (-14 *3 (-903)) (-14 *4 (-903))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1238 (-630 (-2 (|:| -2924 *3) (|:| -2839 (-1099))))))
+ (-5 *1 (-346 *3 *4)) (-4 *3 (-343)) (-14 *4 (-3 (-1151 *3) *2))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1238 (-630 (-2 (|:| -2924 *3) (|:| -2839 (-1099))))))
+ (-5 *1 (-347 *3 *4)) (-4 *3 (-343)) (-14 *4 (-903)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4)))
+ (-5 *2 (-1238 *6)) (-5 *1 (-330 *3 *4 *5 *6))
+ (-4 *6 (-336 *3 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-630 (-630 (-757)))) (-5 *1 (-886 *3)) (-4 *3 (-1079)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-1143 *3 *4)) (-14 *3 (-903))
+ (-4 *4 (-1031)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-38 (-401 (-553))))
+ (-4 *2 (-169)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-630 (-52))) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))))
(((*1 *1)
- (-12 (-4 *1 (-398)) (-4107 (|has| *1 (-6 -4359)))
- (-4107 (|has| *1 (-6 -4351)))))
- ((*1 *2 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1078)) (-4 *2 (-832))))
- ((*1 *2 *1) (-12 (-4 *1 (-815 *2)) (-4 *2 (-832))))
- ((*1 *1 *1 *1) (-4 *1 (-832))) ((*1 *1) (-5 *1 (-1098))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)) (-4 *2 (-544)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-251)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-544)) (-5 *1 (-950 *2 *3)) (-4 *3 (-1213 *2)))))
-(((*1 *1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *4 (-169)) (-4 *5 (-367 *4))
- (-4 *6 (-367 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
- (-5 *1 (-672 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-169)) (-4 *2 (-1030)) (-5 *1 (-699 *2 *3))
- (-4 *3 (-632 *2))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-169)) (-4 *2 (-1030)) (-5 *1 (-699 *2 *3))
- (-4 *3 (-632 *2))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-169)) (-4 *2 (-1030))))
- ((*1 *1 *1) (-12 (-5 *1 (-819 *2)) (-4 *2 (-169)) (-4 *2 (-1030)))))
+ (-12 (-4 *1 (-398)) (-4106 (|has| *1 (-6 -4360)))
+ (-4106 (|has| *1 (-6 -4352)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-419 *2)) (-4 *2 (-1079)) (-4 *2 (-833))))
+ ((*1 *2 *1) (-12 (-4 *1 (-816 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1 *1) (-4 *1 (-833))) ((*1 *1) (-5 *1 (-1099))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-499)) (-5 *3 (-1097)) (-5 *1 (-1094)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-357)) (-5 *1 (-1007 *3 *2)) (-4 *2 (-641 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-357)) (-5 *2 (-2 (|:| -2770 *3) (|:| -1443 (-630 *5))))
+ (-5 *1 (-1007 *5 *3)) (-5 *4 (-630 *5)) (-4 *3 (-641 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-111))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *3 *3 *3 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
(((*1 *2 *3 *2)
- (-12 (-5 *1 (-663 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-629 *3)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-411 *4)))))
+ (-12 (-5 *1 (-664 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-630 (-288 *4))) (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833))
+ (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-756)) (-4 *1 (-226 *4))
- (-4 *4 (-1030))))
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-757)) (-4 *1 (-226 *4))
+ (-4 *4 (-1031))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-226 *3)) (-4 *3 (-1030))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-228)) (-5 *2 (-756))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-226 *3)) (-4 *3 (-1031))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-228)) (-5 *2 (-757))))
((*1 *1 *1) (-4 *1 (-228)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4))
- (-4 *4 (-1213 *3))))
+ (-12 (-5 *2 (-757)) (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *4))
+ (-4 *4 (-1214 *3))))
((*1 *1 *1)
(-12 (-4 *2 (-13 (-357) (-144))) (-5 *1 (-393 *2 *3))
- (-4 *3 (-1213 *2))))
- ((*1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030))))
+ (-4 *3 (-1214 *2))))
+ ((*1 *1) (-12 (-4 *1 (-641 *2)) (-4 *2 (-1031))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 *4)) (-5 *3 (-629 (-756))) (-4 *1 (-881 *4))
- (-4 *4 (-1078))))
+ (-12 (-5 *2 (-630 *4)) (-5 *3 (-630 (-757))) (-4 *1 (-882 *4))
+ (-4 *4 (-1079))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-881 *2)) (-4 *2 (-1078))))
+ (-12 (-5 *3 (-757)) (-4 *1 (-882 *2)) (-4 *2 (-1079))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *1 (-881 *3)) (-4 *3 (-1078))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-881 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-5 *2 (-111)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1007 (-825 (-552))))
- (-5 *3 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *4)))) (-4 *4 (-1030))
- (-5 *1 (-582 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-658 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-537))))
+ (-12 (-5 *2 (-630 *3)) (-4 *1 (-882 *3)) (-4 *3 (-1079))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-882 *2)) (-4 *2 (-1079)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-768 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
+ (-12 (-5 *4 (-553)) (-5 *5 (-1137)) (-5 *6 (-674 (-220)))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))))
+ (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-70 PEDERV))))
+ (-5 *10 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))
+ (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-925 (-220))) (-5 *2 (-1243)) (-5 *1 (-461)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-355 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-5 *2 (-757)) (-5 *1 (-380 *4)) (-4 *4 (-1079))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-4 *2 (-23)) (-5 *1 (-634 *4 *2 *5))
+ (-4 *4 (-1079)) (-14 *5 *2)))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-5 *2 (-757)) (-5 *1 (-805 *4)) (-4 *4 (-833)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1041 (-1006 *3) (-1151 (-1006 *3))))
+ (-5 *1 (-1006 *3)) (-4 *3 (-13 (-831) (-357) (-1004))))))
(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-635 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 (-553)) (-4 *1 (-636 *3)) (-4 *3 (-1192))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-635 *2)) (-4 *2 (-1191)))))
+ (-12 (-5 *3 (-553)) (-4 *1 (-636 *2)) (-4 *2 (-1192)))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-629 (-1154))) (-5 *2 (-1154)) (-5 *1 (-324)))))
-(((*1 *1) (-5 *1 (-1042))))
-(((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+ (-12 (-5 *3 (-630 (-1155))) (-5 *2 (-1155)) (-5 *1 (-324)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1185 *4 *5 *3 *6)) (-4 *4 (-545)) (-4 *5 (-779))
+ (-4 *3 (-833)) (-4 *6 (-1045 *4 *5 *3)) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1257 *3)) (-4 *3 (-357)) (-5 *2 (-111)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *2 (-553))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1034 *3 *4 *5 *6 *7)) (-4 *5 (-1031))
+ (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-553)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845))))
+ ((*1 *1 *1 *1) (-5 *1 (-845))))
(((*1 *2 *2 *3)
- (-12 (-5 *1 (-663 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078)))))
+ (-12 (-5 *1 (-664 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-630 (-925 (-220))))) (-5 *2 (-630 (-220)))
+ (-5 *1 (-461)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-430)))))
+(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-909)))))
+(((*1 *2 *3) (-12 (-5 *3 (-382)) (-5 *2 (-1243)) (-5 *1 (-385))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-385)))))
+(((*1 *2)
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 (-674 *3))) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-674 *11)) (-5 *4 (-630 (-401 (-934 *8))))
+ (-5 *5 (-757)) (-5 *6 (-1137)) (-4 *8 (-13 (-301) (-144)))
+ (-4 *11 (-931 *8 *10 *9)) (-4 *9 (-13 (-833) (-601 (-1155))))
+ (-4 *10 (-779))
+ (-5 *2
+ (-2
+ (|:| |rgl|
+ (-630
+ (-2 (|:| |eqzro| (-630 *11)) (|:| |neqzro| (-630 *11))
+ (|:| |wcond| (-630 (-934 *8)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1238 (-401 (-934 *8))))
+ (|:| -3428 (-630 (-1238 (-401 (-934 *8))))))))))
+ (|:| |rgsz| (-553))))
+ (-5 *1 (-906 *8 *9 *10 *11)) (-5 *7 (-553)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-367 *2)) (-4 *2 (-1192))
+ (-4 *2 (-833))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-111) *3 *3)) (|has| *1 (-6 -4370))
+ (-4 *1 (-367 *3)) (-4 *3 (-1192)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *5)) (-5 *4 (-902)) (-4 *5 (-832))
- (-5 *2 (-629 (-656 *5))) (-5 *1 (-656 *5)))))
+ (-12 (-5 *3 (-401 (-553))) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-545)) (-4 *8 (-931 *7 *5 *6))
+ (-5 *2 (-2 (|:| -3503 (-757)) (|:| -4157 *9) (|:| |radicand| *9)))
+ (-5 *1 (-935 *5 *6 *7 *8 *9)) (-5 *4 (-757))
+ (-4 *9
+ (-13 (-357)
+ (-10 -8 (-15 -4013 (*8 $)) (-15 -4024 (*8 $)) (-15 -3212 ($ *8))))))))
+(((*1 *2 *2) (-12 (-5 *2 (-630 (-674 (-310 (-553))))) (-5 *1 (-1013)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1184 *3 *4 *5 *6)) (-4 *3 (-544)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *5 (-362))
- (-5 *2 (-756)))))
-(((*1 *2 *3) (-12 (-5 *3 (-382)) (-5 *2 (-1242)) (-5 *1 (-385))))
- ((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-385)))))
-(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-908)))))
+ (-12 (-4 *3 (-357)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4)))
+ (-5 *2 (-1238 *6)) (-5 *1 (-330 *3 *4 *5 *6))
+ (-4 *6 (-336 *3 *4 *5)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-630 (-934 *6))) (-5 *4 (-630 (-1155))) (-4 *6 (-445))
+ (-5 *2 (-630 (-630 *7))) (-5 *1 (-531 *6 *7 *5)) (-4 *7 (-357))
+ (-4 *5 (-13 (-357) (-831))))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-833)) (-5 *1 (-120 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1154))) (-5 *1 (-1158)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-629
- (-2
- (|:| -2670
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (|:| -3360
- (-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| (-1134 (-220)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -4235
- (-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 (-547)))))
+ (-12 (-5 *2 (-925 *3)) (-4 *3 (-13 (-357) (-1177) (-984)))
+ (-5 *1 (-173 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1079)) (-4 *6 (-868 *5)) (-5 *2 (-867 *5 *6 (-630 *6)))
+ (-5 *1 (-869 *5 *6 *4)) (-5 *3 (-630 *6)) (-4 *4 (-601 (-874 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1079)) (-5 *2 (-630 (-288 *3))) (-5 *1 (-869 *5 *3 *4))
+ (-4 *3 (-1020 (-1155))) (-4 *3 (-868 *5)) (-4 *4 (-601 (-874 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1079)) (-5 *2 (-630 (-288 (-934 *3))))
+ (-5 *1 (-869 *5 *3 *4)) (-4 *3 (-1031))
+ (-4106 (-4 *3 (-1020 (-1155)))) (-4 *3 (-868 *5))
+ (-4 *4 (-601 (-874 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1079)) (-5 *2 (-871 *5 *3)) (-5 *1 (-869 *5 *3 *4))
+ (-4106 (-4 *3 (-1020 (-1155)))) (-4106 (-4 *3 (-1031)))
+ (-4 *3 (-868 *5)) (-4 *4 (-601 (-874 *5))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-545) (-833) (-1020 (-553)))) (-5 *1 (-183 *3 *2))
+ (-4 *2 (-13 (-27) (-1177) (-424 (-166 *3))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-1181 *3 *2)) (-4 *2 (-13 (-27) (-1177) (-424 *3))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *6 (-545)) (-4 *2 (-931 *3 *5 *4))
+ (-5 *1 (-718 *5 *4 *6 *2)) (-5 *3 (-401 (-934 *6))) (-4 *5 (-779))
+ (-4 *4 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-187))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-294))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1072 (-825 (-220)))) (-5 *2 (-220)) (-5 *1 (-299)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-756)) (-5 *2 (-111))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-5 *2 (-111)) (-5 *1 (-1192 *3)) (-4 *3 (-1078))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-1 (-111) *3 *3)) (-4 *3 (-1078)) (-5 *2 (-111))
- (-5 *1 (-1192 *3)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1150 *1)) (-5 *3 (-1154)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1150 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-933 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1154)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-832) (-544)))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-832) (-544)))))
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-667 *2)) (-4 *2 (-1079))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1150 *2)) (-5 *4 (-1154)) (-4 *2 (-424 *5))
- (-5 *1 (-32 *5 *2)) (-4 *5 (-13 (-832) (-544)))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1150 *1)) (-5 *3 (-902)) (-4 *1 (-993))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-1150 *1)) (-5 *3 (-902)) (-5 *4 (-844))
- (-4 *1 (-993))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *3 (-902)) (-4 *4 (-13 (-830) (-357)))
- (-4 *1 (-1047 *4 *2)) (-4 *2 (-1213 *4)))))
-(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-126 *2)) (-4 *2 (-1078))))
- ((*1 *1 *2) (-12 (-5 *1 (-126 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *1))
- (-4 *1 (-1044 *3 *4 *5)))))
+ (-12 (-5 *3 (-1 (-630 *5) (-630 *5))) (-5 *4 (-553))
+ (-5 *2 (-630 *5)) (-5 *1 (-667 *5)) (-4 *5 (-1079)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1155)) (-5 *2 (-1159)) (-5 *1 (-1158)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4368)) (-4 *1 (-230 *3))
- (-4 *3 (-1078))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-276 *3)) (-4 *3 (-1191)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-542 *3)) (-4 *3 (-13 (-398) (-1176))) (-5 *2 (-111)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-705)) (-5 *2 (-902))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-707)) (-5 *2 (-756)))))
-(((*1 *1 *1) (-5 *1 (-220))) ((*1 *1 *1) (-5 *1 (-373)))
- ((*1 *1) (-5 *1 (-373))))
-(((*1 *2 *1 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-301))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -4126 *1)))
- (-4 *1 (-301)))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-317 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-129)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *3) (-12 (-5 *3 (-824)) (-5 *2 (-1017)) (-5 *1 (-823))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-310 (-373)))) (-5 *4 (-630 (-373)))
+ (-5 *2 (-1017)) (-5 *1 (-823)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-733)))))
+(((*1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-385)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (-5 *2 (-552)) (-5 *1 (-199)))))
-(((*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1078))
- (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3))))
- (-5 *2 (-629 (-1154))) (-5 *1 (-1054 *3 *4 *5))
- (-4 *5 (-13 (-424 *4) (-867 *3) (-600 (-873 *3)))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-629 *7)) (|:| |badPols| (-629 *7))))
- (-5 *1 (-958 *4 *5 *6 *7)) (-5 *3 (-629 *7)))))
-(((*1 *2 *1) (-12 (-4 *1 (-752 *3)) (-4 *3 (-1078)) (-5 *2 (-111)))))
-(((*1 *1 *1 *2 *2 *2 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
+ (-12 (-5 *3 (-934 (-220))) (-5 *2 (-310 (-373))) (-5 *1 (-299)))))
(((*1 *1 *2 *3)
- (-12 (-4 *1 (-376 *3 *2)) (-4 *3 (-1030)) (-4 *2 (-1078))))
+ (-12 (-4 *1 (-376 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-1079))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-552)) (-5 *2 (-1134 *3)) (-5 *1 (-1138 *3))
- (-4 *3 (-1030))))
+ (-12 (-5 *4 (-553)) (-5 *2 (-1135 *3)) (-5 *1 (-1139 *3))
+ (-4 *3 (-1031))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-804 *4)) (-4 *4 (-832)) (-4 *1 (-1254 *4 *3))
- (-4 *3 (-1030)))))
+ (-12 (-5 *2 (-805 *4)) (-4 *4 (-833)) (-4 *1 (-1255 *4 *3))
+ (-4 *3 (-1031)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *4 *5))
- (-4 *5 (-13 (-27) (-1176) (-424 *4)))))
+ (-4 *5 (-13 (-27) (-1177) (-424 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *4 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *4)))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-401 (-552)))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-401 (-553)))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *5 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *5)))))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1176) (-424 *5)))
- (-4 *5 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-288 *3)) (-4 *3 (-13 (-27) (-1177) (-424 *5)))
+ (-4 *5 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-288 *3)) (-5 *5 (-401 (-552)))
- (-4 *3 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-288 *3)) (-5 *5 (-401 (-553)))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-309 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-552))) (-5 *4 (-288 *6))
- (-4 *6 (-13 (-27) (-1176) (-424 *5)))
- (-4 *5 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1 *6 (-553))) (-5 *4 (-288 *6))
+ (-4 *6 (-13 (-27) (-1177) (-424 *5)))
+ (-4 *5 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3))
- (-4 *3 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *6 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-552))) (-5 *4 (-288 *7)) (-5 *5 (-1204 (-552)))
- (-4 *7 (-13 (-27) (-1176) (-424 *6)))
- (-4 *6 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1 *7 (-553))) (-5 *4 (-288 *7)) (-5 *5 (-1205 (-553)))
+ (-4 *7 (-13 (-27) (-1177) (-424 *6)))
+ (-4 *6 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *6 *7))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-552)))
- (-4 *3 (-13 (-27) (-1176) (-424 *7)))
- (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-553)))
+ (-4 *3 (-13 (-27) (-1177) (-424 *7)))
+ (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *7 *3))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-1 *8 (-401 (-552)))) (-5 *4 (-288 *8))
- (-5 *5 (-1204 (-401 (-552)))) (-5 *6 (-401 (-552)))
- (-4 *8 (-13 (-27) (-1176) (-424 *7)))
- (-4 *7 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *3 (-1 *8 (-401 (-553)))) (-5 *4 (-288 *8))
+ (-5 *5 (-1205 (-401 (-553)))) (-5 *6 (-401 (-553)))
+ (-4 *8 (-13 (-27) (-1177) (-424 *7)))
+ (-4 *7 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *7 *8))))
((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1154)) (-5 *5 (-288 *3)) (-5 *6 (-1204 (-401 (-552))))
- (-5 *7 (-401 (-552))) (-4 *3 (-13 (-27) (-1176) (-424 *8)))
- (-4 *8 (-13 (-544) (-832) (-1019 (-552)) (-625 (-552))))
+ (-12 (-5 *4 (-1155)) (-5 *5 (-288 *3)) (-5 *6 (-1205 (-401 (-553))))
+ (-5 *7 (-401 (-553))) (-4 *3 (-13 (-27) (-1177) (-424 *8)))
+ (-4 *8 (-13 (-545) (-833) (-1020 (-553)) (-626 (-553))))
(-5 *2 (-52)) (-5 *1 (-452 *8 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *3))))
- (-4 *3 (-1030)) (-5 *1 (-582 *3))))
+ (-12 (-5 *2 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *3))))
+ (-4 *3 (-1031)) (-5 *1 (-583 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-583 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-584 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1134 (-2 (|:| |k| (-552)) (|:| |c| *3))))
- (-4 *3 (-1030)) (-4 *1 (-1197 *3))))
+ (-12 (-5 *2 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *3))))
+ (-4 *3 (-1031)) (-4 *1 (-1198 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-756))
- (-5 *3 (-1134 (-2 (|:| |k| (-401 (-552))) (|:| |c| *4))))
- (-4 *4 (-1030)) (-4 *1 (-1218 *4))))
+ (-12 (-5 *2 (-757))
+ (-5 *3 (-1135 (-2 (|:| |k| (-401 (-553))) (|:| |c| *4))))
+ (-4 *4 (-1031)) (-4 *1 (-1219 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-4 *1 (-1228 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1134 (-2 (|:| |k| (-756)) (|:| |c| *3))))
- (-4 *3 (-1030)) (-4 *1 (-1228 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-902)) (-4 *1 (-233 *3 *4)) (-4 *4 (-1030))
- (-4 *4 (-1191))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-4 *1 (-1229 *3))))
((*1 *1 *2)
- (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169))
- (-4 *5 (-233 (-2657 *3) (-756)))
- (-14 *6
- (-1 (-111) (-2 (|:| -2840 *2) (|:| -1406 *5))
- (-2 (|:| -2840 *2) (|:| -1406 *5))))
- (-5 *1 (-454 *3 *4 *2 *5 *6 *7)) (-4 *2 (-832))
- (-4 *7 (-930 *4 *5 (-846 *3)))))
- ((*1 *2 *2) (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187)))))
-(((*1 *2 *2) (-12 (-5 *2 (-673 (-310 (-552)))) (-5 *1 (-1012)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1136)) (-5 *3 (-759)) (-5 *1 (-113)))))
-(((*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-162 *3 *2)) (-4 *3 (-163 *2))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-364 *2 *4)) (-4 *4 (-1213 *2))
- (-4 *2 (-169))))
- ((*1 *2)
- (-12 (-4 *4 (-1213 *2)) (-4 *2 (-169)) (-5 *1 (-402 *3 *2 *4))
- (-4 *3 (-403 *2 *4))))
- ((*1 *2) (-12 (-4 *1 (-403 *2 *3)) (-4 *3 (-1213 *2)) (-4 *2 (-169))))
- ((*1 *2)
- (-12 (-4 *3 (-1213 *2)) (-5 *2 (-552)) (-5 *1 (-753 *3 *4))
- (-4 *4 (-403 *2 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-930 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832)) (-4 *3 (-169))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-544)) (-5 *1 (-950 *2 *3)) (-4 *3 (-1213 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-169)))))
+ (-12 (-5 *2 (-1135 (-2 (|:| |k| (-757)) (|:| |c| *3))))
+ (-4 *3 (-1031)) (-4 *1 (-1229 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-833)) (-5 *2 (-1164 (-630 *4))) (-5 *1 (-1163 *4))
+ (-5 *3 (-630 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *1)) (-4 *1 (-296))))
+ ((*1 *1 *1) (-4 *1 (-296)))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845))))
+ ((*1 *1 *1) (-5 *1 (-845))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-779))
+ (-4 *5 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))) (-4 *6 (-545))
+ (-5 *2 (-2 (|:| -1462 (-934 *6)) (|:| -1781 (-934 *6))))
+ (-5 *1 (-718 *4 *5 *6 *3)) (-4 *3 (-931 (-401 (-934 *6)) *4 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-542)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2 (-630 *4)) (-5 *1 (-1107 *3 *4)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2 (-630 *3)) (-5 *1 (-1107 *4 *3)) (-4 *4 (-1214 *3)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1030)) (-4 *3 (-777))
+ (-12 (-4 *1 (-47 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778))
(-4 *2 (-357))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-220))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-220))))
((*1 *1 *1 *1)
- (-4029 (-12 (-5 *1 (-288 *2)) (-4 *2 (-357)) (-4 *2 (-1191)))
- (-12 (-5 *1 (-288 *2)) (-4 *2 (-466)) (-4 *2 (-1191)))))
+ (-4028 (-12 (-5 *1 (-288 *2)) (-4 *2 (-357)) (-4 *2 (-1192)))
+ (-12 (-5 *1 (-288 *2)) (-4 *2 (-466)) (-4 *2 (-1192)))))
((*1 *1 *1 *1) (-4 *1 (-357)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-373))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-373))))
((*1 *1 *2 *2)
- (-12 (-5 *2 (-1103 *3 (-598 *1))) (-4 *3 (-544)) (-4 *3 (-832))
+ (-12 (-5 *2 (-1104 *3 (-599 *1))) (-4 *3 (-545)) (-4 *3 (-833))
(-4 *1 (-424 *3))))
((*1 *1 *1 *1) (-4 *1 (-466)))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1237 *3)) (-4 *3 (-343)) (-5 *1 (-520 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-528)))
+ (-12 (-5 *2 (-1238 *3)) (-4 *3 (-343)) (-5 *1 (-521 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-529)))
((*1 *1 *2 *3)
- (-12 (-4 *4 (-169)) (-5 *1 (-607 *2 *4 *3)) (-4 *2 (-38 *4))
- (-4 *3 (|SubsetCategory| (-711) *4))))
+ (-12 (-4 *4 (-169)) (-5 *1 (-608 *2 *4 *3)) (-4 *2 (-38 *4))
+ (-4 *3 (|SubsetCategory| (-712) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *4 (-169)) (-5 *1 (-607 *3 *4 *2)) (-4 *3 (-38 *4))
- (-4 *2 (|SubsetCategory| (-711) *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-620 *2)) (-4 *2 (-169)) (-4 *2 (-357))))
+ (-12 (-4 *4 (-169)) (-5 *1 (-608 *3 *4 *2)) (-4 *3 (-38 *4))
+ (-4 *2 (|SubsetCategory| (-712) *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-621 *2)) (-4 *2 (-169)) (-4 *2 (-357))))
((*1 *1 *2 *3)
- (-12 (-4 *4 (-169)) (-5 *1 (-646 *2 *4 *3)) (-4 *2 (-702 *4))
- (-4 *3 (|SubsetCategory| (-711) *4))))
+ (-12 (-4 *4 (-169)) (-5 *1 (-647 *2 *4 *3)) (-4 *2 (-703 *4))
+ (-4 *3 (|SubsetCategory| (-712) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *4 (-169)) (-5 *1 (-646 *3 *4 *2)) (-4 *3 (-702 *4))
- (-4 *2 (|SubsetCategory| (-711) *4))))
+ (-12 (-4 *4 (-169)) (-5 *1 (-647 *3 *4 *2)) (-4 *3 (-703 *4))
+ (-4 *2 (|SubsetCategory| (-712) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
(-4 *4 (-367 *2)) (-4 *2 (-357))))
- ((*1 *1 *1 *1) (-5 *1 (-844)))
+ ((*1 *1 *1 *1) (-5 *1 (-845)))
((*1 *1 *1 *1)
- (|partial| -12 (-5 *1 (-847 *2 *3 *4 *5)) (-4 *2 (-357))
- (-4 *2 (-1030)) (-14 *3 (-629 (-1154))) (-14 *4 (-629 (-756)))
- (-14 *5 (-756))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-973 *2)) (-4 *2 (-544))))
+ (|partial| -12 (-5 *1 (-848 *2 *3 *4 *5)) (-4 *2 (-357))
+ (-4 *2 (-1031)) (-14 *3 (-630 (-1155))) (-14 *4 (-630 (-757)))
+ (-14 *5 (-757))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1033 *3 *4 *2 *5 *6)) (-4 *2 (-1030))
+ (-12 (-4 *1 (-1034 *3 *4 *2 *5 *6)) (-4 *2 (-1031))
(-4 *5 (-233 *4 *2)) (-4 *6 (-233 *3 *2)) (-4 *2 (-357))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1244 *2)) (-4 *2 (-357))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1245 *2)) (-4 *2 (-357))))
((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-357)) (-4 *2 (-1030)) (-4 *3 (-832))
- (-4 *4 (-778)) (-14 *6 (-629 *3))
- (-5 *1 (-1249 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-930 *2 *4 *3))
- (-14 *7 (-629 (-756))) (-14 *8 (-756))))
+ (|partial| -12 (-4 *2 (-357)) (-4 *2 (-1031)) (-4 *3 (-833))
+ (-4 *4 (-779)) (-14 *6 (-630 *3))
+ (-5 *1 (-1250 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-931 *2 *4 *3))
+ (-14 *7 (-630 (-757))) (-14 *8 (-757))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1260 *2 *3)) (-4 *2 (-357)) (-4 *2 (-1030))
- (-4 *3 (-828)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154))
- (-14 *4 *2))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-120 *2)) (-4 *2 (-832)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-3 (-401 (-933 *5)) (-1143 (-1154) (-933 *5))))
- (-4 *5 (-445)) (-5 *2 (-629 (-673 (-401 (-933 *5)))))
- (-5 *1 (-286 *5)) (-5 *4 (-673 (-401 (-933 *5)))))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-788)))))
+ (-12 (-5 *1 (-1261 *2 *3)) (-4 *2 (-357)) (-4 *2 (-1031))
+ (-4 *3 (-829)))))
+(((*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| (-1135 (-220)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -2515
+ (-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 (-1017)) (-5 *1 (-299)))))
+(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111))
+ (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1048 *4 *3)) (-4 *4 (-13 (-831) (-357)))
+ (-4 *3 (-1214 *4)) (-5 *2 (-111)))))
+(((*1 *2) (-12 (-5 *2 (-886 (-553))) (-5 *1 (-899)))))
(((*1 *1 *2 *3)
- (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23))
- (-14 *4 *3))))
+ (-12 (-5 *1 (-946 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1238 (-1080 *3 *4))) (-5 *1 (-1080 *3 *4))
+ (-14 *3 (-903)) (-14 *4 (-903)))))
+(((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1155)) (-5 *1 (-660 *3)) (-4 *3 (-1079)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1030))))
- ((*1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-438 *3)) (-4 *3 (-398)) (-4 *3 (-1030)))))
-(((*1 *2 *1) (-12 (-5 *2 (-180)) (-5 *1 (-274)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
+ (-12 (-4 *3 (-13 (-545) (-144))) (-5 *1 (-530 *3 *2))
+ (-4 *2 (-1229 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-4 *4 (-1214 *3))
+ (-4 *5 (-710 *3 *4)) (-5 *1 (-534 *3 *4 *5 *2)) (-4 *2 (-1229 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-5 *1 (-535 *3 *2))
+ (-4 *2 (-1229 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-13 (-545) (-144)))
+ (-5 *1 (-1131 *3)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-5 *2
+ (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553))
+ (|:| |success| (-111))))
+ (-5 *1 (-775)) (-5 *5 (-553)))))
+(((*1 *1 *1 *1) (-5 *1 (-845))))
(((*1 *1 *2)
- (-12 (-5 *2 (-629 (-2 (|:| -2670 (-1154)) (|:| -3360 (-431)))))
- (-5 *1 (-1158)))))
+ (-12 (-5 *2 (-630 (-2 (|:| -2669 (-1155)) (|:| -3359 (-431)))))
+ (-5 *1 (-1159)))))
(((*1 *1 *1 *1) (-4 *1 (-21))) ((*1 *1 *1) (-4 *1 (-21)))
((*1 *1 *1 *1) (|partial| -5 *1 (-132)))
((*1 *1 *1 *1)
(-12 (-5 *1 (-209 *2))
(-4 *2
- (-13 (-832)
- (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $))
- (-15 -3726 ((-1242) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1191))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1191))))
+ (-13 (-833)
+ (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $))
+ (-15 -1322 ((-1243) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1192))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1192))))
((*1 *1 *1 *1)
(-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23))))
((*1 *1 *1) (-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23))))
((*1 *1 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
(-4 *4 (-367 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
(-4 *4 (-367 *2))))
- ((*1 *1 *1) (-5 *1 (-844))) ((*1 *1 *1 *1) (-5 *1 (-844)))
+ ((*1 *1 *1) (-5 *1 (-845))) ((*1 *1 *1 *1) (-5 *1 (-845)))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-21))))
- ((*1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-21)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1150 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-832) (-544)))
- (-5 *1 (-32 *4 *2)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-740)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1237 *5)) (-4 *5 (-777)) (-5 *2 (-111))
- (-5 *1 (-827 *4 *5)) (-14 *4 (-756)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-96)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-629 (-1150 *5))) (-5 *3 (-1150 *5))
- (-4 *5 (-163 *4)) (-4 *4 (-537)) (-5 *1 (-146 *4 *5))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-629 *3)) (-4 *3 (-1213 *5))
- (-4 *5 (-1213 *4)) (-4 *4 (-343)) (-5 *1 (-352 *4 *5 *3))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-629 (-1150 (-552)))) (-5 *3 (-1150 (-552)))
- (-5 *1 (-560))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-629 (-1150 *1))) (-5 *3 (-1150 *1))
- (-4 *1 (-890)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1199 *3 *2)) (-4 *3 (-1030))
- (-4 *2 (-1228 *3)))))
-(((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 (-873 *6)))
- (-5 *5 (-1 (-870 *6 *8) *8 (-873 *6) (-870 *6 *8))) (-4 *6 (-1078))
- (-4 *8 (-13 (-1030) (-600 (-873 *6)) (-1019 *7)))
- (-5 *2 (-870 *6 *8)) (-4 *7 (-13 (-1030) (-832)))
- (-5 *1 (-922 *6 *7 *8)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -1411 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-357)) (-4 *7 (-1213 *6))
- (-5 *2
- (-3 (-2 (|:| |answer| (-401 *7)) (|:| |a0| *6))
- (-2 (|:| -1411 (-401 *7)) (|:| |coeff| (-401 *7))) "failed"))
- (-5 *1 (-562 *6 *7)) (-5 *3 (-401 *7)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *3 (-1044 *6 *7 *8))
- (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-1051 *6 *7 *8 *3 *4)) (-4 *4 (-1050 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 (-2 (|:| |val| (-629 *8)) (|:| -3361 *9))))
- (-5 *5 (-111)) (-4 *8 (-1044 *6 *7 *4)) (-4 *9 (-1050 *6 *7 *4 *8))
- (-4 *6 (-445)) (-4 *7 (-778)) (-4 *4 (-832))
- (-5 *2 (-629 (-2 (|:| |val| *8) (|:| -3361 *9))))
- (-5 *1 (-1051 *6 *7 *4 *8 *9)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-21))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-21)))))
+(((*1 *2 *1) (-12 (-5 *2 (-180)) (-5 *1 (-274)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4))
+ (-4 *4 (-343)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-553)) (-5 *1 (-412 *2)) (-4 *2 (-545)))))
+(((*1 *2 *3) (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-373))))
+ ((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-373)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *2) (-12 (-5 *2 (-1126 (-1137))) (-5 *1 (-385)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-553)) (-5 *5 (-674 (-220))) (-5 *4 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-738)))))
+(((*1 *1 *1) (-12 (-5 *1 (-583 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))))
(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-154)))
((*1 *1 *1 *1)
(-12 (-5 *1 (-209 *2))
(-4 *2
- (-13 (-832)
- (-10 -8 (-15 -2060 ((-1136) $ (-1154))) (-15 -2595 ((-1242) $))
- (-15 -3726 ((-1242) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-25)) (-4 *2 (-1191))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-25)) (-4 *2 (-1191))))
+ (-13 (-833)
+ (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 ((-1243) $))
+ (-15 -1322 ((-1243) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-25)) (-4 *2 (-1192))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-25)) (-4 *2 (-1192))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-317 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-129))))
+ (-12 (-4 *1 (-317 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-129))))
((*1 *1 *2 *1)
(-12 (-4 *3 (-13 (-357) (-144))) (-5 *1 (-393 *3 *2))
- (-4 *2 (-1213 *3))))
+ (-4 *2 (-1214 *3))))
((*1 *1 *1 *1)
(-12 (-4 *1 (-463 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832))
- (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4))))
- ((*1 *1 *1 *1) (-5 *1 (-528)))
+ (-12 (-4 *2 (-357)) (-4 *3 (-779)) (-4 *4 (-833))
+ (-5 *1 (-497 *2 *3 *4 *5)) (-4 *5 (-931 *2 *3 *4))))
+ ((*1 *1 *1 *1) (-5 *1 (-529)))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-671 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-367 *2))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-367 *2))
(-4 *4 (-367 *2))))
- ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078))))
+ ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1235 *2)) (-4 *2 (-1191)) (-4 *2 (-25)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-1044 *3 *4 *2)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *2 (-832))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1044 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-778))
- (-4 *4 (-832)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242))
- (-5 *1 (-1051 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1136)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-1044 *4 *5 *6)) (-5 *2 (-1242))
- (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-590 *2 *3)) (-4 *3 (-1191)) (-4 *2 (-1078))
- (-4 *2 (-832)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-368 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-169))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1258 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-1030)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-25)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
+ (-4 *4 (-13 (-833) (-545))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3425 *6) (|:| |sol?| (-111))) (-553)
+ *6))
+ (-4 *6 (-357)) (-4 *7 (-1214 *6))
+ (-5 *2 (-2 (|:| |answer| (-574 (-401 *7))) (|:| |a0| *6)))
+ (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428)))))
+(((*1 *2) (-12 (-5 *2 (-1126 (-1137))) (-5 *1 (-385)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-924 (-220))) (-5 *4 (-855)) (-5 *2 (-1242))
+ (-12 (-5 *3 (-925 (-220))) (-5 *4 (-856)) (-5 *2 (-1243))
(-5 *1 (-461))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1030)) (-4 *1 (-961 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1031)) (-4 *1 (-962 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-924 *3))))
+ (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-925 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *3 (-1030)) (-4 *1 (-1112 *3))))
+ (-12 (-5 *2 (-925 *3)) (-4 *3 (-1031)) (-4 *1 (-1113 *3))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1112 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-757)) (-4 *1 (-1113 *3)) (-4 *3 (-1031))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *1 (-1112 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-630 *3)) (-4 *1 (-1113 *3)) (-4 *3 (-1031))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *1 (-1112 *3)) (-4 *3 (-1030))))
+ (-12 (-5 *2 (-925 *3)) (-4 *1 (-1113 *3)) (-4 *3 (-1031))))
((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-924 (-220))) (-5 *1 (-1187)) (-5 *3 (-220)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1062 *3)) (-4 *3 (-130)))))
-(((*1 *1 *1) (-12 (-5 *1 (-895 *2)) (-4 *2 (-301)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1120 *4 *2)) (-14 *4 (-902))
- (-4 *2 (-13 (-1030) (-10 -7 (-6 (-4370 "*")))))
- (-5 *1 (-883 *4 *2)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)))))
+ (-12 (-5 *2 (-925 (-220))) (-5 *1 (-1188)) (-5 *3 (-220)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-1063 *3)) (-4 *3 (-130)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-1031)) (-5 *1 (-1210 *3 *2)) (-4 *2 (-1214 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-909))
+ (-5 *2
+ (-2 (|:| |brans| (-630 (-630 (-925 (-220)))))
+ (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))))
+ (-5 *1 (-150))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-909)) (-5 *4 (-401 (-553)))
+ (-5 *2
+ (-2 (|:| |brans| (-630 (-630 (-925 (-220)))))
+ (|:| |xValues| (-1073 (-220))) (|:| |yValues| (-1073 (-220)))))
+ (-5 *1 (-150)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-544))
- (-5 *2 (-1150 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-52)) (-5 *1 (-814)))))
-(((*1 *2 *3) (-12 (-5 *3 (-924 *2)) (-5 *1 (-963 *2)) (-4 *2 (-1030)))))
+ (-12 (-5 *2 (-2 (|:| -3795 *1) (|:| -4356 *1) (|:| |associate| *1)))
+ (-4 *1 (-545)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *2)) (-4 *2 (-169))))
+ ((*1 *2) (-12 (-4 *2 (-169)) (-5 *1 (-410 *3 *2)) (-4 *3 (-411 *2))))
+ ((*1 *2) (-12 (-4 *1 (-411 *2)) (-4 *2 (-169)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-845)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3))))
+ ((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-424 *3) (-984))) (-5 *1 (-270 *3 *2))
+ (-4 *3 (-13 (-833) (-545))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1242))
- (-5 *1 (-442 *4 *5 *6 *7)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1153)) (-5 *1 (-324)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-355 (-113))) (-4 *2 (-1030)) (-5 *1 (-699 *2 *4))
- (-4 *4 (-632 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-355 (-113))) (-5 *1 (-819 *2)) (-4 *2 (-1030)))))
+ (-12 (-5 *2 (-113)) (-5 *1 (-112 *3)) (-4 *3 (-833)) (-4 *3 (-1079)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-674 (-220))) (-5 *4 (-553)) (-5 *5 (-111))
+ (-5 *2 (-1017)) (-5 *1 (-731)))))
(((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *3 (-98 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1030))
- (-5 *1 (-835 *5 *2)) (-4 *2 (-834 *5)))))
+ (-12 (-5 *3 (-98 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-1031))
+ (-5 *1 (-836 *5 *2)) (-4 *2 (-835 *5)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-545)))))
(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1021)) (-5 *3 (-373)))))
-(((*1 *1 *1) (-12 (-5 *1 (-171 *2)) (-4 *2 (-301))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552))))
- ((*1 *1 *1) (-12 (-4 *1 (-658 *2)) (-4 *2 (-1191))))
- ((*1 *1 *1) (-4 *1 (-850 *2)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-954 *2 *3 *4)) (-4 *2 (-1030)) (-4 *3 (-777))
- (-4 *4 (-832)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-1030))
- (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-1213 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-1 (-111) *8))) (-4 *8 (-1044 *5 *6 *7))
- (-4 *5 (-544)) (-4 *6 (-778)) (-4 *7 (-832))
- (-5 *2 (-2 (|:| |goodPols| (-629 *8)) (|:| |badPols| (-629 *8))))
- (-5 *1 (-958 *5 *6 *7 *8)) (-5 *4 (-629 *8)))))
-(((*1 *2 *3) (-12 (-5 *3 (-166 (-552))) (-5 *2 (-111)) (-5 *1 (-439))))
+ (-12 (-5 *2 (-1 (-373))) (-5 *1 (-1022)) (-5 *3 (-373)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-779)) (-4 *4 (-833)) (-4 *5 (-301))
+ (-5 *1 (-898 *3 *4 *5 *2)) (-4 *2 (-931 *5 *3 *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1151 *6)) (-4 *6 (-931 *5 *3 *4)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *5 (-301)) (-5 *1 (-898 *3 *4 *5 *6))))
((*1 *2 *3)
- (-12
- (-5 *3
- (-496 (-401 (-552)) (-235 *5 (-756)) (-846 *4)
- (-242 *4 (-401 (-552)))))
- (-14 *4 (-629 (-1154))) (-14 *5 (-756)) (-5 *2 (-111))
- (-5 *1 (-497 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-111)) (-5 *1 (-942 *3)) (-4 *3 (-537))))
- ((*1 *2 *1) (-12 (-4 *1 (-1195)) (-5 *2 (-111)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-552)) (|has| *1 (-6 -4359)) (-4 *1 (-398))
- (-5 *2 (-902)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1) (-12 (-4 *1 (-640 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-1 (-1150 (-933 *4)) (-933 *4)))
- (-5 *1 (-1245 *4)) (-4 *4 (-357)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-301))))
- ((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-380 *3)) (|:| |rm| (-380 *3))))
- (-5 *1 (-380 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3713 (-756)) (|:| -4186 (-756))))
- (-5 *1 (-756))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-931 *6 *4 *5))
+ (-5 *1 (-898 *4 *5 *6 *2)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *6 (-301)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1155)) (-5 *2 (-431)) (-5 *1 (-1159)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-544) (-832) (-1019 (-552)))) (-5 *1 (-183 *3 *2))
- (-4 *2 (-13 (-27) (-1176) (-424 (-166 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-544) (-832) (-1019 (-552))))
- (-5 *1 (-183 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 (-166 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-1180 *3 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154))
- (-4 *4 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-5 *1 (-1180 *4 *2)) (-4 *2 (-13 (-27) (-1176) (-424 *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-637 (-401 *6))) (-5 *4 (-401 *6)) (-4 *6 (-1213 *5))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
+ (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *6 (-1045 *3 *4 *5)) (-5 *1 (-611 *3 *4 *5 *6 *7 *2))
+ (-4 *7 (-1051 *3 *4 *5 *6)) (-4 *2 (-1088 *3 *4 *5 *6)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1196)) (-4 *5 (-1214 *4))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4))))
- (-5 *1 (-795 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-637 (-401 *6))) (-4 *6 (-1213 *5))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-5 *2 (-2 (|:| -4199 (-629 (-401 *6))) (|:| -2325 (-673 *5))))
- (-5 *1 (-795 *5 *6)) (-5 *4 (-629 (-401 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-638 *6 (-401 *6))) (-5 *4 (-401 *6)) (-4 *6 (-1213 *5))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
+ (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-401 *5))
+ (|:| |c2| (-401 *5)) (|:| |deg| (-757))))
+ (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1214 (-401 *5))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-357)) (-4 *1 (-323 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1238 *3)) (-4 *3 (-1214 *4)) (-4 *4 (-1196))
+ (-4 *1 (-336 *4 *3 *5)) (-4 *5 (-1214 (-401 *3)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1238 *4)) (-5 *3 (-1238 *1)) (-4 *4 (-169))
+ (-4 *1 (-361 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1238 *4)) (-5 *3 (-1238 *1)) (-4 *4 (-169))
+ (-4 *1 (-364 *4 *5)) (-4 *5 (-1214 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1238 *3)) (-4 *3 (-169)) (-4 *1 (-403 *3 *4))
+ (-4 *4 (-1214 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-169)) (-4 *1 (-411 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 (-934 *4))) (-5 *3 (-630 (-1155))) (-4 *4 (-445))
+ (-5 *1 (-900 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *1 (-461)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4))))
- (-5 *1 (-795 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-638 *6 (-401 *6))) (-4 *6 (-1213 *5))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552)) (-1019 (-401 (-552)))))
- (-5 *2 (-2 (|:| -4199 (-629 (-401 *6))) (|:| -2325 (-673 *5))))
- (-5 *1 (-795 *5 *6)) (-5 *4 (-629 (-401 *6))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1134 (-552))) (-5 *1 (-1138 *4)) (-4 *4 (-1030))
- (-5 *3 (-552)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-832)) (-5 *2 (-111))))
- ((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-673 *5))) (-5 *4 (-552)) (-4 *5 (-357))
- (-4 *5 (-1030)) (-5 *2 (-111)) (-5 *1 (-1010 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-673 *4))) (-4 *4 (-357)) (-4 *4 (-1030))
- (-5 *2 (-111)) (-5 *1 (-1010 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-4 *1 (-106 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-673 *4)) (-4 *4 (-1030)) (-5 *1 (-1120 *3 *4))
- (-14 *3 (-756)))))
-(((*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-756)) (-4 *5 (-357)) (-5 *2 (-401 *6))
- (-5 *1 (-848 *5 *4 *6)) (-4 *4 (-1228 *5)) (-4 *6 (-1213 *5))))
- ((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-756)) (-5 *4 (-1229 *5 *6 *7)) (-4 *5 (-357))
- (-14 *6 (-1154)) (-14 *7 *5) (-5 *2 (-401 (-1210 *6 *5)))
- (-5 *1 (-849 *5 *6 *7))))
- ((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-756)) (-5 *4 (-1229 *5 *6 *7)) (-4 *5 (-357))
- (-14 *6 (-1154)) (-14 *7 *5) (-5 *2 (-401 (-1210 *6 *5)))
- (-5 *1 (-849 *5 *6 *7)))))
-(((*1 *1 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-21)) (-4 *2 (-1191)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1191)) (-5 *1 (-1125 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-324)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-832)) (-5 *2 (-111))))
- ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-598 *5))) (-4 *4 (-832)) (-5 *2 (-598 *5))
- (-5 *1 (-561 *4 *5)) (-4 *5 (-424 *4)))))
-(((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1213 *5))
- (-4 *5 (-13 (-357) (-144) (-1019 (-552))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-401 *6)) (|:| |h| *6)
- (|:| |c1| (-401 *6)) (|:| |c2| (-401 *6)) (|:| -4329 *6)))
- (-5 *1 (-997 *5 *6)) (-5 *3 (-401 *6)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-113)) (-5 *4 (-756)) (-4 *5 (-445)) (-4 *5 (-832))
- (-4 *5 (-1019 (-552))) (-4 *5 (-544)) (-5 *1 (-41 *5 *2))
- (-4 *2 (-424 *5))
- (-4 *2
- (-13 (-357) (-296)
- (-10 -8 (-15 -4015 ((-1103 *5 (-598 $)) $))
- (-15 -4026 ((-1103 *5 (-598 $)) $))
- (-15 -3213 ($ (-1103 *5 (-598 $))))))))))
-(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239))))
- ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 *4))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2) (-12 (-5 *2 (-825 (-552))) (-5 *1 (-526))))
- ((*1 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *1 *3 *3 *4)
- (-12 (-5 *3 (-1 (-844) (-844) (-844))) (-5 *4 (-552)) (-5 *2 (-844))
- (-5 *1 (-633 *5 *6 *7)) (-4 *5 (-1078)) (-4 *6 (-23)) (-14 *7 *6)))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-844)) (-5 *1 (-836 *3 *4 *5)) (-4 *3 (-1030))
- (-14 *4 (-98 *3)) (-14 *5 (-1 *3 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-844))))
- ((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-844))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-844))))
- ((*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844))))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-844)) (-5 *1 (-1150 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-723)))))
-(((*1 *2 *2) (-12 (-5 *1 (-574 *2)) (-4 *2 (-537)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-832)) (-5 *2 (-111))))
- ((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1016)) (-5 *3 (-1154)) (-5 *1 (-261)))))
-(((*1 *1) (-5 *1 (-808))))
+ (-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 (-187)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1135 (-553))) (-5 *1 (-1139 *4)) (-4 *4 (-1031))
+ (-5 *3 (-553)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1154)) (-5 *2 (-1 (-220) (-220))) (-5 *1 (-688 *3))
- (-4 *3 (-600 (-528)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1154)) (-5 *2 (-1 (-220) (-220) (-220)))
- (-5 *1 (-688 *3)) (-4 *3 (-600 (-528))))))
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
(((*1 *2)
(-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
(-4 *3 (-361 *4))))
((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-567)))))
-(((*1 *2) (-12 (-5 *2 (-825 (-552))) (-5 *1 (-526))))
- ((*1 *1) (-12 (-5 *1 (-825 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *1) (-12 (-4 *1 (-362)) (-5 *2 (-902))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1237 *4)) (-4 *4 (-343)) (-5 *2 (-902))
- (-5 *1 (-520 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2591 *3)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-833)) (-5 *2 (-111))))
+ ((*1 *1 *1 *1) (-5 *1 (-845))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-552))) (-5 *1 (-985 *3)) (-14 *3 (-552)))))
-(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))))
-(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1016)))))
-(((*1 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-832)) (-5 *2 (-111))))
- ((*1 *1 *1 *1) (-5 *1 (-844)))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-884 *3)) (-4 *3 (-1078)) (-5 *2 (-111))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))))
-(((*1 *2)
- (-12 (-4 *3 (-1030)) (-5 *2 (-939 (-697 *3 *4))) (-5 *1 (-697 *3 *4))
- (-4 *4 (-1213 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *9)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *9 (-1050 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778))
- (-4 *7 (-832)) (-5 *2 (-756)) (-5 *1 (-1048 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *8)) (-5 *4 (-629 *9)) (-4 *8 (-1044 *5 *6 *7))
- (-4 *9 (-1087 *5 *6 *7 *8)) (-4 *5 (-445)) (-4 *6 (-778))
- (-4 *7 (-832)) (-5 *2 (-756)) (-5 *1 (-1123 *5 *6 *7 *8 *9)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-552))) (-5 *4 (-552)) (-5 *2 (-52))
- (-5 *1 (-986)))))
+ (-12 (-5 *2 (-630 (-2 (|:| |k| (-657 *3)) (|:| |c| *4))))
+ (-5 *1 (-614 *3 *4 *5)) (-4 *3 (-833))
+ (-4 *4 (-13 (-169) (-703 (-401 (-553))))) (-14 *5 (-903)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-988)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-373)) (-5 *3 (-630 (-257))) (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-257)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1238 (-630 *3))) (-4 *4 (-301))
+ (-5 *2 (-630 *3)) (-5 *1 (-448 *4 *3)) (-4 *3 (-1214 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-931 *3 *4 *5)) (-4 *3 (-357))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-497 *3 *4 *5 *6)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-248 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-630 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1135 (-630 (-553)))) (-5 *1 (-865)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1192)) (-5 *1 (-1126 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-401 (-553))) (-5 *2 (-220)) (-5 *1 (-299)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-833)) (-5 *2 (-111))))
+ ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301))
+ (-5 *2 (-630 (-757))) (-5 *1 (-764 *3 *4 *5 *6 *7))
+ (-4 *3 (-1214 *6)) (-4 *7 (-931 *6 *4 *5)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1150 *3)) (-4 *3 (-343)) (-5 *1 (-351 *3)))))
-(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
- (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220)))
- (-5 *5 (-1072 (-220))) (-5 *6 (-552)) (-5 *2 (-1186 (-907)))
- (-5 *1 (-312))))
- ((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220)))
- (-5 *5 (-1072 (-220))) (-5 *6 (-552)) (-5 *7 (-1136))
- (-5 *2 (-1186 (-907))) (-5 *1 (-312))))
- ((*1 *2 *3 *3 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220)))
- (-5 *5 (-1072 (-220))) (-5 *6 (-220)) (-5 *7 (-552))
- (-5 *2 (-1186 (-907))) (-5 *1 (-312))))
- ((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
- (-12 (-5 *3 (-310 (-552))) (-5 *4 (-1 (-220) (-220)))
- (-5 *5 (-1072 (-220))) (-5 *6 (-220)) (-5 *7 (-552)) (-5 *8 (-1136))
- (-5 *2 (-1186 (-907))) (-5 *1 (-312)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 (-310 (-220))))
- (-5 *2
- (-2 (|:| |additions| (-552)) (|:| |multiplications| (-552))
- (|:| |exponentiations| (-552)) (|:| |functionCalls| (-552))))
- (-5 *1 (-299)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (|has| *1 (-6 -4368)) (-4 *1 (-230 *3))
- (-4 *3 (-1078))))
- ((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4368)) (-4 *1 (-230 *2)) (-4 *2 (-1078))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-276 *2)) (-4 *2 (-1191)) (-4 *2 (-1078))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3)) (-4 *1 (-276 *3)) (-4 *3 (-1191))))
- ((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-596 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-111) *4)) (-5 *3 (-552)) (-4 *4 (-1078))
- (-5 *1 (-722 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-5 *1 (-722 *2)) (-4 *2 (-1078))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1118 *3 *4)) (-4 *3 (-13 (-1078) (-34)))
- (-4 *4 (-13 (-1078) (-34))) (-5 *1 (-1119 *3 *4)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-1136)) (-4 *6 (-445)) (-4 *7 (-778)) (-4 *8 (-832))
- (-4 *4 (-1044 *6 *7 *8)) (-5 *2 (-1242))
- (-5 *1 (-761 *6 *7 *8 *4 *5)) (-4 *5 (-1050 *6 *7 *8 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-907)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-1031)) (-5 *1 (-1139 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-896 *3)) (-4 *3 (-301)))))
+(((*1 *1) (-5 *1 (-138))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-925 *4)) (-4 *4 (-1031)) (-5 *1 (-1143 *3 *4))
+ (-14 *3 (-903)))))
+(((*1 *2) (-12 (-5 *2 (-826 (-553))) (-5 *1 (-527))))
+ ((*1 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *2 *2 *2 *3)
+ (-12 (-4 *3 (-545)) (-5 *1 (-951 *3 *2)) (-4 *2 (-1214 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-724)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-772)))))
+(((*1 *2) (-12 (-5 *2 (-1243)) (-5 *1 (-548)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-833)) (-5 *2 (-111))))
+ ((*1 *1 *1 *1) (-5 *1 (-845))))
(((*1 *2 *3)
(-12
(-5 *3
- (-629 (-2 (|:| -3416 (-401 (-552))) (|:| -3428 (-401 (-552))))))
- (-5 *2 (-629 (-401 (-552)))) (-5 *1 (-1001 *4))
- (-4 *4 (-1213 (-552))))))
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (-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 (-187)))))
+(((*1 *2)
+ (-12 (-4 *1 (-343))
+ (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
+ (-5 *2 (-630 (-934 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-630 (-934 *4))) (-5 *1 (-410 *3 *4))
+ (-4 *3 (-411 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-630 (-934 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-630 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1238 (-446 *4 *5 *6 *7))) (-5 *2 (-630 (-934 *4)))
+ (-5 *1 (-446 *4 *5 *6 *7)) (-4 *4 (-545)) (-4 *4 (-169))
+ (-14 *5 (-903)) (-14 *6 (-630 (-1155))) (-14 *7 (-1238 (-674 *4))))))
+(((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-684)) (-5 *1 (-299)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-5 *2 (-412 (-1151 (-1151 *4))))
+ (-5 *1 (-1190 *4)) (-5 *3 (-1151 (-1151 *4))))))
+(((*1 *2) (-12 (-5 *2 (-826 (-553))) (-5 *1 (-527))))
+ ((*1 *1) (-12 (-5 *1 (-826 *2)) (-4 *2 (-1079)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |cd| (-1136)) (|:| -4290 (-1136))))
- (-5 *1 (-807)))))
-(((*1 *1 *2 *3 *3 *3 *4)
- (-12 (-4 *4 (-357)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 (-401 *3)))
- (-4 *1 (-329 *4 *3 *5 *2)) (-4 *2 (-336 *4 *3 *5))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-552)) (-4 *2 (-357)) (-4 *4 (-1213 *2))
- (-4 *5 (-1213 (-401 *4))) (-4 *1 (-329 *2 *4 *5 *6))
- (-4 *6 (-336 *2 *4 *5))))
- ((*1 *1 *2 *2)
- (-12 (-4 *2 (-357)) (-4 *3 (-1213 *2)) (-4 *4 (-1213 (-401 *3)))
- (-4 *1 (-329 *2 *3 *4 *5)) (-4 *5 (-336 *2 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4)))
- (-4 *1 (-329 *3 *4 *5 *2)) (-4 *2 (-336 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-407 *4 (-401 *4) *5 *6)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-4 *6 (-336 *3 *4 *5)) (-4 *3 (-357))
- (-4 *1 (-329 *3 *4 *5 *6)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-1136)) (-5 *4 (-1098)) (-5 *2 (-111)) (-5 *1 (-806)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-220)) (-5 *3 (-756)) (-5 *1 (-221))))
+ (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *2)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *2 (-1045 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-1151 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-357)) (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3)))
+ (-5 *1 (-752 *3 *4)) (-4 *3 (-694 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-357)) (-4 *3 (-1031))
+ (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-835 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-98 *5)) (-4 *5 (-357)) (-4 *5 (-1031))
+ (-5 *2 (-2 (|:| -4294 *3) (|:| -3300 *3))) (-5 *1 (-836 *5 *3))
+ (-4 *3 (-835 *5)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1196)) (-4 *4 (-1214 *3)) (-4 *5 (-1214 (-401 *4)))
+ (-5 *2 (-1238 *1)) (-4 *1 (-336 *3 *4 *5)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-833)) (-5 *2 (-111))))
+ ((*1 *1 *1 *1) (-5 *1 (-845)))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-885 *3)) (-4 *3 (-1079)) (-5 *2 (-111))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-886 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-808)))))
+(((*1 *2 *3) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-439)) (-5 *3 (-553)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-134 *2 *3 *4)) (-14 *2 (-553)) (-14 *3 (-757))
+ (-4 *4 (-169))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-13 (-833) (-545))) (-5 *1 (-155 *4 *2))
+ (-4 *2 (-424 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1071 *2)) (-4 *2 (-424 *4)) (-4 *4 (-13 (-833) (-545)))
+ (-5 *1 (-155 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1071 *1)) (-4 *1 (-157))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1155))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-458 *2 *3)) (-4 *2 (-169)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-1258 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-169)))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-903)) (-5 *1 (-1014 *2))
+ (-4 *2 (-13 (-1079) (-10 -8 (-15 * ($ $ $))))))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-5 *2
+ (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553))
+ (|:| |success| (-111))))
+ (-5 *1 (-775)) (-5 *5 (-553)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *4)) (-4 *4 (-357)) (-4 *2 (-1214 *4))
+ (-5 *1 (-904 *4 *2)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-925 *5)) (-4 *5 (-1031)) (-5 *2 (-757))
+ (-5 *1 (-1143 *4 *5)) (-14 *4 (-903))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-757))) (-5 *3 (-757)) (-5 *1 (-1143 *4 *5))
+ (-14 *4 (-903)) (-4 *5 (-1031))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-757))) (-5 *3 (-925 *5)) (-4 *5 (-1031))
+ (-5 *1 (-1143 *4 *5)) (-14 *4 (-903)))))
+(((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-132)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-674 *6)) (-5 *5 (-1 (-412 (-1151 *6)) (-1151 *6)))
+ (-4 *6 (-357))
+ (-5 *2
+ (-630
+ (-2 (|:| |outval| *7) (|:| |outmult| (-553))
+ (|:| |outvect| (-630 (-674 *7))))))
+ (-5 *1 (-525 *6 *7 *4)) (-4 *7 (-357)) (-4 *4 (-13 (-357) (-831))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1071 (-826 *3))) (-4 *3 (-13 (-1177) (-941) (-29 *5)))
+ (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2
+ (-3 (|:| |f1| (-826 *3)) (|:| |f2| (-630 (-826 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-214 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1071 (-826 *3))) (-5 *5 (-1137))
+ (-4 *3 (-13 (-1177) (-941) (-29 *6)))
+ (-4 *6 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2
+ (-3 (|:| |f1| (-826 *3)) (|:| |f2| (-630 (-826 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-214 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1071 (-826 (-310 *5))))
+ (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2
+ (-3 (|:| |f1| (-826 (-310 *5))) (|:| |f2| (-630 (-826 (-310 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-215 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-401 (-934 *6))) (-5 *4 (-1071 (-826 (-310 *6))))
+ (-5 *5 (-1137))
+ (-4 *6 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2
+ (-3 (|:| |f1| (-826 (-310 *6))) (|:| |f2| (-630 (-826 (-310 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-215 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1071 (-826 (-401 (-934 *5))))) (-5 *3 (-401 (-934 *5)))
+ (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2
+ (-3 (|:| |f1| (-826 (-310 *5))) (|:| |f2| (-630 (-826 (-310 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-215 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1071 (-826 (-401 (-934 *6))))) (-5 *5 (-1137))
+ (-5 *3 (-401 (-934 *6)))
+ (-4 *6 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2
+ (-3 (|:| |f1| (-826 (-310 *6))) (|:| |f2| (-630 (-826 (-310 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-215 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-3 *3 (-630 *3))) (-5 *1 (-422 *5 *3))
+ (-4 *3 (-13 (-1177) (-941) (-29 *5)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-467 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3)))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1073 (-826 (-373))))
+ (-5 *5 (-373)) (-5 *6 (-1043)) (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3) (-12 (-5 *3 (-755)) (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1073 (-826 (-373))))
+ (-5 *5 (-373)) (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1073 (-826 (-373))))
+ (-5 *5 (-373)) (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-1073 (-826 (-373))))
+ (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-1073 (-826 (-373)))))
+ (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-1073 (-826 (-373)))))
+ (-5 *5 (-373)) (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-1073 (-826 (-373)))))
+ (-5 *5 (-373)) (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-310 (-373))) (-5 *4 (-630 (-1073 (-826 (-373)))))
+ (-5 *5 (-373)) (-5 *6 (-1043)) (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-310 (-373))) (-5 *4 (-1071 (-826 (-373))))
+ (-5 *5 (-1137)) (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-310 (-373))) (-5 *4 (-1071 (-826 (-373))))
+ (-5 *5 (-1155)) (-5 *2 (-1017)) (-5 *1 (-554))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-553)))) (-4 *5 (-1214 *4))
+ (-5 *2 (-574 (-401 *5))) (-5 *1 (-557 *4 *5)) (-5 *3 (-401 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-1155)) (-4 *5 (-144))
+ (-4 *5 (-13 (-445) (-1020 (-553)) (-833) (-626 (-553))))
+ (-5 *2 (-3 (-310 *5) (-630 (-310 *5)))) (-5 *1 (-577 *5))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-726 *3 *2)) (-4 *3 (-1031)) (-4 *2 (-833))
+ (-4 *3 (-38 (-401 (-553))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1155)) (-5 *1 (-934 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-4 *3 (-1031))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-4 *2 (-833))
+ (-5 *1 (-1105 *3 *2 *4)) (-4 *4 (-931 *3 (-524 *2) *2))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-166 (-220))) (-5 *3 (-756)) (-5 *1 (-221))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1117))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-357)) (-4 *4 (-1213 *3)) (-4 *5 (-1213 (-401 *4)))
- (-5 *2 (-1237 *6)) (-5 *1 (-330 *3 *4 *5 *6))
- (-4 *6 (-336 *3 *4 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-629 (-288 *4))) (-5 *1 (-613 *3 *4 *5)) (-4 *3 (-832))
- (-4 *4 (-13 (-169) (-702 (-401 (-552))))) (-14 *5 (-902)))))
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031))
+ (-5 *1 (-1139 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1146 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1152 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1153 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3)))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1155)) (-5 *1 (-1186 *3)) (-4 *3 (-38 (-401 (-553))))
+ (-4 *3 (-1031))))
+ ((*1 *1 *1 *2)
+ (-4028
+ (-12 (-5 *2 (-1155)) (-4 *1 (-1198 *3)) (-4 *3 (-1031))
+ (-12 (-4 *3 (-29 (-553))) (-4 *3 (-941)) (-4 *3 (-1177))
+ (-4 *3 (-38 (-401 (-553))))))
+ (-12 (-5 *2 (-1155)) (-4 *1 (-1198 *3)) (-4 *3 (-1031))
+ (-12 (|has| *3 (-15 -3611 ((-630 *2) *3)))
+ (|has| *3 (-15 -1619 (*3 *3 *2))) (-4 *3 (-38 (-401 (-553))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1198 *2)) (-4 *2 (-1031)) (-4 *2 (-38 (-401 (-553))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1202 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-38 (-401 (-553))))))
+ ((*1 *1 *1 *2)
+ (-4028
+ (-12 (-5 *2 (-1155)) (-4 *1 (-1219 *3)) (-4 *3 (-1031))
+ (-12 (-4 *3 (-29 (-553))) (-4 *3 (-941)) (-4 *3 (-1177))
+ (-4 *3 (-38 (-401 (-553))))))
+ (-12 (-5 *2 (-1155)) (-4 *1 (-1219 *3)) (-4 *3 (-1031))
+ (-12 (|has| *3 (-15 -3611 ((-630 *2) *3)))
+ (|has| *3 (-15 -1619 (*3 *3 *2))) (-4 *3 (-38 (-401 (-553))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1219 *2)) (-4 *2 (-1031)) (-4 *2 (-38 (-401 (-553))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1223 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-4028
+ (-12 (-5 *2 (-1155)) (-4 *1 (-1229 *3)) (-4 *3 (-1031))
+ (-12 (-4 *3 (-29 (-553))) (-4 *3 (-941)) (-4 *3 (-1177))
+ (-4 *3 (-38 (-401 (-553))))))
+ (-12 (-5 *2 (-1155)) (-4 *1 (-1229 *3)) (-4 *3 (-1031))
+ (-12 (|has| *3 (-15 -3611 ((-630 *2) *3)))
+ (|has| *3 (-15 -1619 (*3 *3 *2))) (-4 *3 (-38 (-401 (-553))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1229 *2)) (-4 *2 (-1031)) (-4 *2 (-38 (-401 (-553))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1234 *4)) (-14 *4 (-1155)) (-5 *1 (-1230 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *3 (-1031)) (-14 *5 *3))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-301)) (-5 *1 (-176 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *2 (-629 (-220)))
- (-5 *1 (-461)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-924 *3)) (-4 *3 (-13 (-357) (-1176) (-983)))
- (-5 *1 (-173 *3)))))
+ (-12 (-5 *2 (-1 (-220) (-220))) (-5 *1 (-312)) (-5 *3 (-220)))))
+(((*1 *1 *2 *2 *3 *1)
+ (-12 (-5 *2 (-1155)) (-5 *3 (-1083)) (-5 *1 (-285)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1064))) (-5 *1 (-285)))))
(((*1 *2 *1 *1) (-12 (-4 *1 (-101)) (-5 *2 (-111))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192))))
((*1 *2 *1 *1) (-12 (-5 *2 (-111)) (-5 *1 (-428))))
- ((*1 *1 *1 *1) (-5 *1 (-844)))
+ ((*1 *1 *1 *1) (-5 *1 (-845)))
((*1 *2 *1 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1007 *3)) (-4 *3 (-1191)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
+ (-12 (-5 *2 (-111)) (-5 *1 (-1008 *3)) (-4 *3 (-1192)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 (-166 (-401 (-553))))) (-5 *2 (-630 (-166 *4)))
+ (-5 *1 (-750 *4)) (-4 *4 (-13 (-357) (-831))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-296)) (-5 *3 (-1155)) (-5 *2 (-111))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-296)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-630 *3)) (-4 *3 (-1214 *5)) (-4 *5 (-301))
+ (-5 *2 (-757)) (-5 *1 (-448 *5 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *2 (-629 *4)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1213 *4))))
- ((*1 *2 *3 *3 *3)
- (-12 (-4 *3 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *2 (-629 *3)) (-5 *1 (-1106 *4 *3)) (-4 *4 (-1213 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1195)) (-4 *5 (-1213 *4))
- (-5 *2
- (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-401 *5))
- (|:| |c2| (-401 *5)) (|:| |deg| (-756))))
- (-5 *1 (-145 *4 *5 *3)) (-4 *3 (-1213 (-401 *5))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2594 *3)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-401 (-552))) (-5 *2 (-220)) (-5 *1 (-299)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-373)) (-5 *1 (-771)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-373))))
- ((*1 *1 *1 *1) (-4 *1 (-537)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357))))
- ((*1 *1 *2) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-756)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-357)) (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3)))
- (-5 *1 (-751 *3 *4)) (-4 *3 (-693 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-357)) (-4 *3 (-1030))
- (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-834 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-98 *5)) (-4 *5 (-357)) (-4 *5 (-1030))
- (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-835 *5 *3))
- (-4 *3 (-834 *5)))))
+ (-12 (-5 *3 (-2 (|:| -3413 (-401 (-553))) (|:| -3425 (-401 (-553)))))
+ (-5 *2 (-401 (-553))) (-5 *1 (-1002 *4)) (-4 *4 (-1214 (-553))))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *4)) (-4 *4 (-357)) (-4 *2 (-1213 *4))
- (-5 *1 (-903 *4 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1063))) (-5 *1 (-285)))))
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *3)) (-4 *3 (-1051 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553))
+ (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 G)))) (-5 *2 (-1017))
+ (-5 *1 (-734)))))
(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-544)) (-5 *1 (-950 *4 *2))
- (-4 *2 (-1213 *4)))))
+ (-12 (-5 *3 (-757)) (-4 *4 (-545)) (-5 *1 (-951 *4 *2))
+ (-4 *2 (-1214 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-373))))
+ ((*1 *1 *1 *1) (-4 *1 (-538)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357))))
+ ((*1 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-757)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553)))))
+ (-4 *5 (-1214 *4)) (-5 *2 (-630 (-2 (|:| -4045 *5) (|:| -3367 *5))))
+ (-5 *1 (-793 *4 *5 *3 *6)) (-4 *3 (-641 *5))
+ (-4 *6 (-641 (-401 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553)))))
+ (-4 *4 (-1214 *5)) (-5 *2 (-630 (-2 (|:| -4045 *4) (|:| -3367 *4))))
+ (-5 *1 (-793 *5 *4 *3 *6)) (-4 *3 (-641 *4))
+ (-4 *6 (-641 (-401 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-357) (-144) (-1020 (-401 (-553)))))
+ (-4 *5 (-1214 *4)) (-5 *2 (-630 (-2 (|:| -4045 *5) (|:| -3367 *5))))
+ (-5 *1 (-793 *4 *5 *6 *3)) (-4 *6 (-641 *5))
+ (-4 *3 (-641 (-401 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-357) (-144) (-1020 (-401 (-553)))))
+ (-4 *4 (-1214 *5)) (-5 *2 (-630 (-2 (|:| -4045 *4) (|:| -3367 *4))))
+ (-5 *1 (-793 *5 *4 *6 *3)) (-4 *6 (-641 *4))
+ (-4 *3 (-641 (-401 *4))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-233 *3 *2)) (-4 *2 (-1192)) (-4 *2 (-1031))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-845))))
+ ((*1 *1 *1) (-5 *1 (-845)))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-925 (-220))) (-5 *2 (-220)) (-5 *1 (-1188))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1236 *2)) (-4 *2 (-1192)) (-4 *2 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *2 (-1079)) (-5 *1 (-1169 *3 *2)) (-4 *3 (-1079)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-1031)) (-4 *5 (-1214 *4)) (-5 *2 (-1 *6 (-630 *6)))
+ (-5 *1 (-1232 *4 *5 *3 *6)) (-4 *3 (-641 *5)) (-4 *6 (-1229 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *1 *2 *3 *3 *4 *4)
+ (-12 (-5 *2 (-934 (-553))) (-5 *3 (-1155))
+ (-5 *4 (-1073 (-401 (-553)))) (-5 *1 (-30)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1137)) (-5 *2 (-373)) (-5 *1 (-772)))))
+(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240))))
+ ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-599 *4)) (-5 *1 (-598 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-833)))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12
+ (-4 *4 (-13 (-144) (-27) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-4 *5 (-1214 *4)) (-5 *2 (-1151 (-401 *5))) (-5 *1 (-602 *4 *5))
+ (-5 *3 (-401 *5))))
+ ((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-412 *6) *6)) (-4 *6 (-1214 *5))
+ (-4 *5 (-13 (-144) (-27) (-1020 (-553)) (-1020 (-401 (-553)))))
+ (-5 *2 (-1151 (-401 *6))) (-5 *1 (-602 *5 *6)) (-5 *3 (-401 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-545)) (-4 *4 (-367 *3)) (-4 *5 (-367 *3))
+ (-5 *1 (-1182 *3 *4 *5 *2)) (-4 *2 (-672 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-172))) (-5 *1 (-1064)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-630 (-401 (-934 (-553))))) (-5 *4 (-630 (-1155)))
+ (-5 *2 (-630 (-630 *5))) (-5 *1 (-374 *5))
+ (-4 *5 (-13 (-831) (-357)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-401 (-934 (-553)))) (-5 *2 (-630 *4)) (-5 *1 (-374 *4))
+ (-4 *4 (-13 (-831) (-357))))))
(((*1 *2 *3)
(-12 (-4 *4 (-301)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
(-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
- (-5 *1 (-1102 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-111)))))
+ (-5 *1 (-1103 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-388))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-1172)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-908)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-553)) (-5 *6 (-1 (-1243) (-1238 *5) (-1238 *5) (-373)))
+ (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243))
+ (-5 *1 (-774))))
+ ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
+ (-12 (-5 *4 (-553)) (-5 *6 (-1 (-1243) (-1238 *5) (-1238 *5) (-373)))
+ (-5 *3 (-1238 (-373))) (-5 *5 (-373)) (-5 *2 (-1243))
+ (-5 *1 (-774)))))
+(((*1 *1 *1 *1) (-5 *1 (-111))) ((*1 *1 *1 *1) (-4 *1 (-122))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-1135 (-2 (|:| |k| (-553)) (|:| |c| *6))))
+ (-5 *4 (-1008 (-826 (-553)))) (-5 *5 (-1155)) (-5 *7 (-401 (-553)))
+ (-4 *6 (-1031)) (-5 *2 (-845)) (-5 *1 (-583 *6)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-111)) (-4 *5 (-13 (-357) (-831)))
+ (-5 *2 (-630 (-2 (|:| -3688 (-630 *3)) (|:| -1827 *5))))
+ (-5 *1 (-178 *5 *3)) (-4 *3 (-1214 (-166 *5)))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-357) (-831)))
+ (-5 *2 (-630 (-2 (|:| -3688 (-630 *3)) (|:| -1827 *4))))
+ (-5 *1 (-178 *4 *3)) (-4 *3 (-1214 (-166 *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-545))
+ (-5 *2 (-111)))))
+(((*1 *2) (-12 (-5 *2 (-630 (-1137))) (-5 *1 (-815)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-992 *3)) (-4 *3 (-1192)) (-4 *3 (-1079))
+ (-5 *2 (-111)))))
+(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *1 (-783 *2)) (-4 *2 (-169))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-981 *3)) (-4 *3 (-169)) (-5 *1 (-785 *3)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-757)) (-4 *4 (-301)) (-4 *6 (-1214 *4))
+ (-5 *2 (-1238 (-630 *6))) (-5 *1 (-448 *4 *6)) (-5 *5 (-630 *6)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833))
+ (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-931 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1031)) (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1)))
+ (-4 *1 (-1214 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-1159)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3425 *6) (|:| |sol?| (-111))) (-553)
+ *6))
+ (-4 *6 (-357)) (-4 *7 (-1214 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-401 *7)) (|:| |a0| *6))
+ (-2 (|:| -3557 (-401 *7)) (|:| |coeff| (-401 *7))) "failed"))
+ (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))))
+(((*1 *1 *1) (-12 (-4 *1 (-276 *2)) (-4 *2 (-1192)) (-4 *2 (-1079))))
+ ((*1 *1 *1) (-12 (-4 *1 (-680 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |pde| (-629 (-310 (-220))))
+ (-2 (|:| |pde| (-630 (-310 (-220))))
(|:| |constraints|
- (-629
+ (-630
(-2 (|:| |start| (-220)) (|:| |finish| (-220))
- (|:| |grid| (-756)) (|:| |boundaryType| (-552))
- (|:| |dStart| (-673 (-220))) (|:| |dFinish| (-673 (-220))))))
- (|:| |f| (-629 (-629 (-310 (-220))))) (|:| |st| (-1136))
+ (|:| |grid| (-757)) (|:| |boundaryType| (-553))
+ (|:| |dStart| (-674 (-220))) (|:| |dFinish| (-674 (-220))))))
+ (|:| |f| (-630 (-630 (-310 (-220))))) (|:| |st| (-1137))
(|:| |tol| (-220))))
(-5 *2 (-111)) (-5 *1 (-205)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1 (-924 (-220)) (-924 (-220)))) (-5 *3 (-629 (-257)))
- (-5 *1 (-255))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1 (-924 (-220)) (-924 (-220)))) (-5 *1 (-257))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-474 *5 *6))) (-5 *3 (-474 *5 *6))
- (-14 *5 (-629 (-1154))) (-4 *6 (-445)) (-5 *2 (-1237 *6))
- (-5 *1 (-617 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-1154)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))
- (-5 *2 (-1016)) (-5 *1 (-733)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-1213 *2)) (-4 *2 (-1030)) (-4 *2 (-544)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1150 *9)) (-5 *4 (-629 *7)) (-4 *7 (-832))
- (-4 *9 (-930 *8 *6 *7)) (-4 *6 (-778)) (-4 *8 (-301))
- (-5 *2 (-629 (-756))) (-5 *1 (-727 *6 *7 *8 *9)) (-5 *5 (-756)))))
-(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
- (-12 (-5 *3 (-902)) (-5 *4 (-220)) (-5 *5 (-552)) (-5 *6 (-855))
- (-5 *2 (-1242)) (-5 *1 (-1238)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-947 *3)) (-4 *3 (-948)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-933 (-552)))) (-5 *1 (-431))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-673 (-220))) (-5 *2 (-1082))
- (-5 *1 (-744))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-673 (-552))) (-5 *2 (-1082))
- (-5 *1 (-744)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-756)) (-5 *1 (-838 *2)) (-4 *2 (-169))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-330 *5 *6 *7 *8)) (-4 *5 (-424 *4)) (-4 *6 (-1214 *5))
+ (-4 *7 (-1214 (-401 *6))) (-4 *8 (-336 *5 *6 *7))
+ (-4 *4 (-13 (-833) (-545) (-1020 (-553)))) (-5 *2 (-111))
+ (-5 *1 (-893 *4 *5 *6 *7 *8))))
((*1 *2 *3)
- (-12 (-5 *2 (-1150 (-552))) (-5 *1 (-923)) (-5 *3 (-552)))))
+ (-12 (-5 *3 (-330 (-401 (-553)) *4 *5 *6))
+ (-4 *4 (-1214 (-401 (-553)))) (-4 *5 (-1214 (-401 *4)))
+ (-4 *6 (-336 (-401 (-553)) *4 *5)) (-5 *2 (-111))
+ (-5 *1 (-894 *4 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-401 (-553))) (-5 *1 (-299)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-43 *4 *3))
+ (-4 *3 (-411 *4)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-111))
- (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
- (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-544)) (-4 *3 (-169)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *1 (-672 *3 *4 *5 *2))
- (-4 *2 (-671 *3 *4 *5)))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-120 *2)) (-4 *2 (-832))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-125 *2)) (-4 *2 (-832))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-276 *3)) (-4 *3 (-1191))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-4 *1 (-276 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2)
+ (-12 (-5 *4 (-674 (-401 (-934 (-553)))))
+ (-5 *2 (-630 (-674 (-310 (-553))))) (-5 *1 (-1013))
+ (-5 *3 (-310 (-553))))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-111) *4)) (|has| *1 (-6 -4369)) (-4 *1 (-482 *4))
+ (-4 *4 (-1192)) (-5 *2 (-111)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-239 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-47 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778))
+ (-5 *2 (-111))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079))
+ (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-583 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-545)) (-5 *2 (-111)) (-5 *1 (-610 *3 *4))
+ (-4 *4 (-1214 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-111)) (-5 *1 (-721 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-712))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1255 *3 *4)) (-4 *3 (-833)) (-4 *4 (-1031))
+ (-5 *2 (-111)))))
+(((*1 *2 *1)
(-12
(-5 *2
- (-2
- (|:| -2670
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
- (|:| |relerr| (-220))))
- (|:| -3360
- (-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| (-1134 (-220)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -4235
- (-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 (-547))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-756)) (-4 *1 (-679 *2)) (-4 *2 (-1078))))
+ (-630
+ (-2 (|:| |scalar| (-401 (-553))) (|:| |coeff| (-1151 *3))
+ (|:| |logand| (-1151 *3)))))
+ (-5 *1 (-574 *3)) (-4 *3 (-357)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1 (-925 (-220)) (-925 (-220)))) (-5 *3 (-630 (-257)))
+ (-5 *1 (-255))))
((*1 *1 *2)
- (-12
- (-5 *2
- (-2
- (|:| -2670
- (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
- (|:| |abserr| (-220)) (|:| |relerr| (-220))))
- (|:| -3360
- (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373))
- (|:| |expense| (-373)) (|:| |accuracy| (-373))
- (|:| |intermediateResults| (-373))))))
- (-5 *1 (-788))))
+ (-12 (-5 *2 (-1 (-925 (-220)) (-925 (-220)))) (-5 *1 (-257))))
((*1 *2 *3 *4)
- (-12 (-5 *2 (-1242)) (-5 *1 (-1168 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1136)) (-5 *3 (-552)) (-5 *1 (-236)))))
-(((*1 *1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-1039))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-629 (-1154)))
- (-14 *3 (-629 (-1154))) (-4 *4 (-381))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-782 *2)) (-4 *2 (-169)) (-4 *2 (-1039))))
- ((*1 *1 *1) (-4 *1 (-830)))
- ((*1 *2 *1) (-12 (-4 *1 (-978 *2)) (-4 *2 (-169)) (-4 *2 (-1039))))
- ((*1 *1 *1) (-4 *1 (-1039))) ((*1 *1 *1) (-4 *1 (-1117))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))
- (-5 *2 (-1150 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))
- (-5 *2 (-1150 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-5 *4 (-933 (-552))) (-5 *2 (-324))
- (-5 *1 (-326)))))
-(((*1 *2)
- (-12 (-4 *3 (-544)) (-5 *2 (-629 *4)) (-5 *1 (-43 *3 *4))
- (-4 *4 (-411 *3)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832))
- (-5 *2 (-2 (|:| -4158 *1) (|:| |gap| (-756)) (|:| -4186 *1)))
- (-4 *1 (-1044 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *2 (-2 (|:| -4158 *1) (|:| |gap| (-756)) (|:| -4186 *1)))
- (-4 *1 (-1044 *3 *4 *5)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-1154)) (-5 *6 (-111))
- (-4 *7 (-13 (-301) (-832) (-144) (-1019 (-552)) (-625 (-552))))
- (-4 *3 (-13 (-1176) (-940) (-29 *7)))
- (-5 *2
- (-3 (|:| |f1| (-825 *3)) (|:| |f2| (-629 (-825 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-214 *7 *3)) (-5 *5 (-825 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1154)) (-4 *5 (-357)) (-5 *2 (-629 (-1185 *5)))
- (-5 *1 (-1245 *5)) (-5 *4 (-1185 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1237 *5)) (-4 *5 (-777)) (-5 *2 (-111))
- (-5 *1 (-827 *4 *5)) (-14 *4 (-756)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220)))
- (-5 *2 (-1016)) (-5 *1 (-739)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-1159))) (-5 *1 (-1159))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1154)) (-5 *3 (-629 (-1159))) (-5 *1 (-1159)))))
-(((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-756)) (-5 *2 (-1242)) (-5 *1 (-847 *4 *5 *6 *7))
- (-4 *4 (-1030)) (-14 *5 (-629 (-1154))) (-14 *6 (-629 *3))
- (-14 *7 *3)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-756)) (-4 *4 (-1030)) (-4 *5 (-832)) (-4 *6 (-778))
- (-14 *8 (-629 *5)) (-5 *2 (-1242))
- (-5 *1 (-1249 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-930 *4 *6 *5))
- (-14 *9 (-629 *3)) (-14 *10 *3))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-629 *6)) (-5 *4 (-629 (-242 *5 *6))) (-4 *6 (-445))
- (-5 *2 (-242 *5 *6)) (-14 *5 (-629 (-1154))) (-5 *1 (-617 *5 *6)))))
+ (-12 (-5 *4 (-630 (-474 *5 *6))) (-5 *3 (-474 *5 *6))
+ (-14 *5 (-630 (-1155))) (-4 *6 (-445)) (-5 *2 (-1238 *6))
+ (-5 *1 (-618 *5 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-630 (-630 (-925 (-220))))) (-5 *3 (-630 (-856)))
+ (-5 *1 (-461)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1113 *3)) (-4 *3 (-1031)) (-5 *2 (-111)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-778))
- (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-5 *2 (-111)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-873 *4)) (-4 *4 (-1078)) (-4 *2 (-1078))
- (-5 *1 (-870 *4 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-52)) (-5 *1 (-814)))))
-(((*1 *1)
- (-12 (-5 *1 (-633 *2 *3 *4)) (-4 *2 (-1078)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
- (-5 *2 (-673 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-673 *4)) (-5 *1 (-410 *3 *4))
- (-4 *3 (-411 *4))))
- ((*1 *2) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-673 *3)))))
-(((*1 *2 *3)
(-12
- (-5 *3
- (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
- (|:| |abserr| (-220)) (|:| |relerr| (-220))))
(-5 *2
- (-2 (|:| |stiffnessFactor| (-373)) (|:| |stabilityFactor| (-373))))
- (-5 *1 (-200)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-301)) (-5 *1 (-176 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-324))) (-5 *1 (-324)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030))
- (-5 *2 (-804 *3))))
+ (-630
+ (-2
+ (|:| -2669
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (|:| -3359
+ (-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| (-1135 (-220)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -2515
+ (-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 (-548))))
((*1 *2 *1)
- (-12 (-4 *2 (-828)) (-5 *1 (-1260 *3 *2)) (-4 *3 (-1030)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *4 *5 *6)) (-4 *4 (-357))
- (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *1 (-443 *4 *5 *6 *2))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-98 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-357))
- (-5 *2
- (-2 (|:| R (-673 *6)) (|:| A (-673 *6)) (|:| |Ainv| (-673 *6))))
- (-5 *1 (-959 *6)) (-5 *3 (-673 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-629 (-629 *4)))) (-5 *2 (-629 (-629 *4)))
- (-5 *1 (-1162 *4)) (-4 *4 (-832)))))
-(((*1 *2)
- (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242))
- (-5 *1 (-1051 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-445)) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *6 (-1044 *3 *4 *5)) (-5 *2 (-1242))
- (-5 *1 (-1086 *3 *4 *5 *6 *7)) (-4 *7 (-1050 *3 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-885 (-552))) (-5 *1 (-898))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-885 (-552))) (-5 *1 (-898)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844))))
- ((*1 *1 *1 *1) (-5 *1 (-844))))
+ (-12 (-4 *1 (-591 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1192))
+ (-5 *2 (-630 *4)))))
+(((*1 *2) (-12 (-5 *2 (-1112 (-220))) (-5 *1 (-1175)))))
+(((*1 *1 *2 *2 *2)
+ (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177)))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357))))
+ ((*1 *1 *2) (-12 (-5 *1 (-704 *2)) (-4 *2 (-357))))
+ ((*1 *2 *1 *3 *4 *4)
+ (-12 (-5 *3 (-903)) (-5 *4 (-373)) (-5 *2 (-1243)) (-5 *1 (-1239)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-288 *2)) (-4 *2 (-712)) (-4 *2 (-1192)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111))
+ (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *6)) (-4 *6 (-833)) (-4 *4 (-357)) (-4 *5 (-779))
+ (-5 *2 (-111)) (-5 *1 (-497 *4 *5 *6 *7)) (-4 *7 (-931 *4 *5 *6)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-856)) (-5 *3 (-630 (-257))) (-5 *1 (-255)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-902)) (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))))
+ (-12 (-5 *2 (-903)) (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))))
((*1 *2 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-357))))
((*1 *2 *1)
- (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1213 *2)) (-4 *2 (-169))))
+ (-12 (-4 *1 (-364 *2 *3)) (-4 *3 (-1214 *2)) (-4 *2 (-169))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1237 *4)) (-5 *3 (-902)) (-4 *4 (-343))
- (-5 *1 (-520 *4))))
+ (-12 (-5 *2 (-1238 *4)) (-5 *3 (-903)) (-4 *4 (-343))
+ (-5 *1 (-521 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1101 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
- (-4 *5 (-233 *3 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7))
- (-5 *2 (-629 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
- (-5 *1 (-1086 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
+ (-12 (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
+ (-4 *5 (-233 *3 *2)) (-4 *2 (-1031)))))
+(((*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-845)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1091)) (-4 *3 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-424 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3))
+ (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-630 *1)) (-4 *1 (-931 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031))
+ (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-630 *3))
+ (-5 *1 (-932 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-357)
+ (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $))
+ (-15 -4024 (*7 $))))))))
(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-357)) (-5 *1 (-751 *2 *3)) (-4 *2 (-693 *3))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-834 *2)) (-4 *2 (-1030)) (-4 *2 (-357)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-144))
+ (-4 *3 (-301)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-959 *3 *4 *5 *6)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-166 (-220)))) (-5 *2 (-1017))
+ (-5 *1 (-740)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)) (-4 *2 (-445)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-994)) (-5 *2 (-845)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-5 *2
+ (-2 (|:| -2924 *4) (|:| -1827 *4) (|:| |totalpts| (-553))
+ (|:| |success| (-111))))
+ (-5 *1 (-775)) (-5 *5 (-553)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))))
+(((*1 *1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-154))))
+ ((*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-630 (-845))) (-5 *1 (-1155)))))
+(((*1 *1 *1) (-12 (-4 *1 (-977 *2)) (-4 *2 (-1192)))))
(((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-629
- (-2 (|:| |eqzro| (-629 *8)) (|:| |neqzro| (-629 *8))
- (|:| |wcond| (-629 (-933 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1237 (-401 (-933 *5))))
- (|:| -4199 (-629 (-1237 (-401 (-933 *5))))))))))
- (-5 *4 (-1136)) (-4 *5 (-13 (-301) (-144))) (-4 *8 (-930 *5 *7 *6))
- (-4 *6 (-13 (-832) (-600 (-1154)))) (-4 *7 (-778)) (-5 *2 (-552))
- (-5 *1 (-905 *5 *6 *7 *8)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
- (-12 (-5 *4 (-673 (-552))) (-5 *5 (-111)) (-5 *7 (-673 (-220)))
- (-5 *3 (-552)) (-5 *6 (-220)) (-5 *2 (-1016)) (-5 *1 (-739)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
+ (-12 (-5 *3 (-1151 *5)) (-4 *5 (-357)) (-5 *2 (-630 *6))
+ (-5 *1 (-525 *5 *6 *4)) (-4 *6 (-357)) (-4 *4 (-13 (-357) (-831))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1155)) (-5 *2 (-1243)) (-5 *1 (-1158)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-629 (-933 *3))) (-4 *3 (-445)) (-5 *1 (-354 *3 *4))
- (-14 *4 (-629 (-1154)))))
+ (-12 (-4 *3 (-13 (-545) (-144))) (-5 *1 (-530 *3 *2))
+ (-4 *2 (-1229 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-930 *3 *4 *5)) (-4 *3 (-445))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-443 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 *7)) (-5 *3 (-1136)) (-4 *7 (-930 *4 *5 *6))
- (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *1 (-443 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-629 *7)) (-5 *3 (-1136)) (-4 *7 (-930 *4 *5 *6))
- (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *1 (-443 *4 *5 *6 *7))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-357)) (-4 *3 (-778)) (-4 *4 (-832))
- (-5 *1 (-496 *2 *3 *4 *5)) (-4 *5 (-930 *2 *3 *4))))
+ (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-4 *4 (-1214 *3))
+ (-4 *5 (-710 *3 *4)) (-5 *1 (-534 *3 *4 *5 *2)) (-4 *2 (-1229 *5))))
((*1 *2 *2)
- (-12 (-5 *2 (-629 (-765 *3 (-846 *4)))) (-4 *3 (-445))
- (-14 *4 (-629 (-1154))) (-5 *1 (-614 *3 *4)))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-756)) (-5 *1 (-574 *2)) (-4 *2 (-537)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1191)) (-5 *1 (-369 *4 *2))
- (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4369)))))))
+ (-12 (-4 *3 (-13 (-357) (-362) (-601 (-553)))) (-5 *1 (-535 *3 *2))
+ (-4 *2 (-1229 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1135 *3)) (-4 *3 (-13 (-545) (-144)))
+ (-5 *1 (-1131 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-930 *4 *6 *5))
- (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778)) (-5 *2 (-111)) (-5 *1 (-905 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-933 *4))) (-4 *4 (-13 (-301) (-144)))
- (-4 *5 (-13 (-832) (-600 (-1154)))) (-4 *6 (-778)) (-5 *2 (-111))
- (-5 *1 (-905 *4 *5 *6 *7)) (-4 *7 (-930 *4 *6 *5)))))
+ (-12 (-4 *4 (-1031)) (-5 *2 (-553)) (-5 *1 (-436 *4 *3 *5))
+ (-4 *3 (-1214 *4))
+ (-4 *5 (-13 (-398) (-1020 *4) (-357) (-1177) (-278))))))
+(((*1 *2 *1)
+ (|partial| -12
+ (-4 *3 (-13 (-833) (-1020 (-553)) (-626 (-553)) (-445)))
+ (-5 *2
+ (-2
+ (|:| |%term|
+ (-2 (|:| |%coef| (-1223 *4 *5 *6))
+ (|:| |%expon| (-313 *4 *5 *6))
+ (|:| |%expTerms|
+ (-630 (-2 (|:| |k| (-401 (-553))) (|:| |c| *4))))))
+ (|:| |%type| (-1137))))
+ (-5 *1 (-1224 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1177) (-424 *3)))
+ (-14 *5 (-1155)) (-14 *6 *4))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1168 *4 *5))
- (-4 *4 (-1078)) (-4 *5 (-1078)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3301 *4)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-969 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-629 *7)) (-4 *7 (-1044 *4 *5 *6)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-111))
- (-5 *1 (-1085 *4 *5 *6 *7 *8)) (-4 *8 (-1050 *4 *5 *6 *7)))))
-(((*1 *1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-844)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-737)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-1 (-573 *3) *3 (-1154)))
- (-5 *6
- (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
- (-1154)))
- (-4 *3 (-278)) (-4 *3 (-615)) (-4 *3 (-1019 *4)) (-4 *3 (-424 *7))
- (-5 *4 (-1154)) (-4 *7 (-600 (-873 (-552)))) (-4 *7 (-445))
- (-4 *7 (-867 (-552))) (-4 *7 (-832)) (-5 *2 (-573 *3))
- (-5 *1 (-561 *7 *3)))))
+ (-12 (-5 *3 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099))))))
+ (-4 *4 (-343)) (-5 *2 (-757)) (-5 *1 (-340 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-345 *3 *4)) (-14 *3 (-903))
+ (-14 *4 (-903))))
+ ((*1 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-346 *3 *4)) (-4 *3 (-343))
+ (-14 *4
+ (-3 (-1151 *3)
+ (-1238 (-630 (-2 (|:| -2924 *3) (|:| -2839 (-1099)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-347 *3 *4)) (-4 *3 (-343))
+ (-14 *4 (-903)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-1136)) (-5 *2 (-1242)) (-5 *1 (-1238)))))
-(((*1 *1) (-5 *1 (-431))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))))
+ (-12 (-5 *3 (-903)) (-5 *4 (-1137)) (-5 *2 (-1243)) (-5 *1 (-1239)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-442 *3 *4 *5 *2)) (-4 *2 (-931 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-412 (-1150 *1))) (-5 *1 (-310 *4)) (-5 *3 (-1150 *1))
- (-4 *4 (-445)) (-4 *4 (-544)) (-4 *4 (-832))))
+ (|partial| -12 (-5 *3 (-903))
+ (-5 *2 (-1238 (-630 (-2 (|:| -2924 *4) (|:| -2839 (-1099))))))
+ (-5 *1 (-340 *4)) (-4 *4 (-343)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-856))))
+ ((*1 *2 *3) (-12 (-5 *3 (-925 *2)) (-5 *1 (-964 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-424 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3))
+ (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-630 *1)) (-4 *1 (-931 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-4 *1 (-890)) (-5 *2 (-412 (-1150 *1))) (-5 *3 (-1150 *1)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-957 *4 *5 *6 *3)) (-4 *4 (-1030)) (-4 *5 (-778))
- (-4 *6 (-832)) (-4 *3 (-1044 *4 *5 *6)) (-4 *4 (-544))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
+ (|partial| -12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031))
+ (-4 *7 (-931 *6 *4 *5)) (-5 *2 (-630 *3))
+ (-5 *1 (-932 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-357)
+ (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $))
+ (-15 -4024 (*7 $))))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |k| (-1154)) (|:| |c| (-1259 *3)))))
- (-5 *1 (-1259 *3)) (-4 *3 (-1030))))
+ (-12 (-4 *3 (-1031)) (-4 *4 (-1079)) (-5 *2 (-630 *1))
+ (-4 *1 (-376 *3 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |k| *3) (|:| |c| (-1261 *3 *4)))))
- (-5 *1 (-1261 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-629 (-598 *6))) (-5 *4 (-1154)) (-5 *2 (-598 *6))
- (-4 *6 (-424 *5)) (-4 *5 (-832)) (-5 *1 (-561 *5 *6)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1213 *3)) (-4 *3 (-1030))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-902)) (-4 *1 (-1215 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-777))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-401 (-552))) (-4 *1 (-1218 *3)) (-4 *3 (-1030)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-247 *2 *3 *4 *5)) (-4 *2 (-1030)) (-4 *3 (-832))
- (-4 *4 (-260 *3)) (-4 *5 (-778)))))
+ (-12 (-5 *2 (-630 (-721 *3 *4))) (-5 *1 (-721 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-712))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-931 *3 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240))))
+ ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1240)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-674 *5)) (-4 *5 (-1031)) (-5 *1 (-1035 *3 *4 *5))
+ (-14 *3 (-757)) (-14 *4 (-757)))))
(((*1 *2 *3)
- (-12 (-4 *5 (-13 (-600 *2) (-169))) (-5 *2 (-873 *4))
- (-5 *1 (-167 *4 *5 *3)) (-4 *4 (-1078)) (-4 *3 (-163 *5))))
+ (-12 (-4 *5 (-13 (-601 *2) (-169))) (-5 *2 (-874 *4))
+ (-5 *1 (-167 *4 *5 *3)) (-4 *4 (-1079)) (-4 *3 (-163 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1072 (-825 (-373)))))
- (-5 *2 (-629 (-1072 (-825 (-220))))) (-5 *1 (-299))))
+ (-12 (-5 *3 (-630 (-1073 (-826 (-373)))))
+ (-5 *2 (-630 (-1073 (-826 (-220))))) (-5 *1 (-299))))
((*1 *1 *2) (-12 (-5 *2 (-220)) (-5 *1 (-373))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-844)) (-5 *3 (-552)) (-5 *1 (-388))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-845)) (-5 *3 (-553)) (-5 *1 (-388))))
((*1 *1 *2)
- (-12 (-5 *2 (-1237 *3)) (-4 *3 (-169)) (-4 *1 (-403 *3 *4))
- (-4 *4 (-1213 *3))))
+ (-12 (-5 *2 (-1238 *3)) (-4 *3 (-169)) (-4 *1 (-403 *3 *4))
+ (-4 *4 (-1214 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1213 *3))
- (-5 *2 (-1237 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1237 *3)) (-4 *3 (-169)) (-4 *1 (-411 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1237 *3))))
+ (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3))
+ (-5 *2 (-1238 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1238 *3)) (-4 *3 (-169)) (-4 *1 (-411 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1238 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-412 *1)) (-4 *1 (-424 *3)) (-4 *3 (-544))
- (-4 *3 (-832))))
+ (-12 (-5 *2 (-412 *1)) (-4 *1 (-424 *3)) (-4 *3 (-545))
+ (-4 *3 (-833))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-456 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-1082)) (-5 *1 (-528))))
- ((*1 *2 *1) (-12 (-4 *1 (-600 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2) (-12 (-4 *1 (-604 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-779)) (-4 *5 (-833)) (-5 *1 (-456 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1083)) (-5 *1 (-529))))
+ ((*1 *2 *1) (-12 (-4 *1 (-601 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2) (-12 (-4 *1 (-605 *2)) (-4 *2 (-1192))))
((*1 *1 *2)
- (-12 (-4 *3 (-169)) (-4 *1 (-709 *3 *2)) (-4 *2 (-1213 *3))))
+ (-12 (-4 *3 (-169)) (-4 *1 (-710 *3 *2)) (-4 *2 (-1214 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 (-873 *3))) (-5 *1 (-873 *3)) (-4 *3 (-1078))))
- ((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-1030)) (-4 *1 (-961 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1041))))
+ (-12 (-5 *2 (-630 (-874 *3))) (-5 *1 (-874 *3)) (-4 *3 (-1079))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1031)) (-4 *1 (-962 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1042))))
((*1 *1 *2)
- (-12 (-5 *2 (-933 *3)) (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5))
- (-4 *5 (-600 (-1154))) (-4 *4 (-778)) (-4 *5 (-832))))
+ (-12 (-5 *2 (-934 *3)) (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5))
+ (-4 *5 (-601 (-1155))) (-4 *4 (-779)) (-4 *5 (-833))))
((*1 *1 *2)
- (-4029
- (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5))
- (-12 (-4107 (-4 *3 (-38 (-401 (-552))))) (-4 *3 (-38 (-552)))
- (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))
- (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5))
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))))
+ (-4028
+ (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5))
+ (-12 (-4106 (-4 *3 (-38 (-401 (-553))))) (-4 *3 (-38 (-553)))
+ (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))
+ (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))))
((*1 *1 *2)
- (-12 (-5 *2 (-933 (-401 (-552)))) (-4 *1 (-1044 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154))) (-4 *3 (-1030))
- (-4 *4 (-778)) (-4 *5 (-832))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-629 *7)) (|:| -3361 *8)))
- (-4 *7 (-1044 *4 *5 *6)) (-4 *8 (-1050 *4 *5 *6 *7)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1136))
- (-5 *1 (-1048 *4 *5 *6 *7 *8))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1060))))
- ((*1 *1 *2) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *2 (-934 (-401 (-553)))) (-4 *1 (-1045 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155))) (-4 *3 (-1031))
+ (-4 *4 (-779)) (-4 *5 (-833))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-630 *7)) (|:| -3361 *8)))
+ (-4 *7 (-1045 *4 *5 *6)) (-4 *8 (-1051 *4 *5 *6 *7)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1137))
+ (-5 *1 (-1049 *4 *5 *6 *7 *8))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1061))))
+ ((*1 *1 *2) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192))))
((*1 *1 *2)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *2)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078))))
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *2)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079))))
((*1 *1 *2)
- (-12 (-4 *1 (-1081 *3 *4 *5 *2 *6)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *2 (-1078)) (-4 *6 (-1078))))
+ (-12 (-4 *1 (-1082 *3 *4 *5 *2 *6)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *2 (-1079)) (-4 *6 (-1079))))
((*1 *1 *2)
- (-12 (-4 *1 (-1081 *3 *4 *2 *5 *6)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *2 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078))))
+ (-12 (-4 *1 (-1082 *3 *4 *2 *5 *6)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *2 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079))))
((*1 *1 *2)
- (-12 (-4 *1 (-1081 *3 *2 *4 *5 *6)) (-4 *3 (-1078)) (-4 *2 (-1078))
- (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078))))
+ (-12 (-4 *1 (-1082 *3 *2 *4 *5 *6)) (-4 *3 (-1079)) (-4 *2 (-1079))
+ (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079))))
((*1 *1 *2)
- (-12 (-4 *1 (-1081 *2 *3 *4 *5 *6)) (-4 *2 (-1078)) (-4 *3 (-1078))
- (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078))))
+ (-12 (-4 *1 (-1082 *2 *3 *4 *5 *6)) (-4 *2 (-1079)) (-4 *3 (-1079))
+ (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079))))
((*1 *1 *2)
- (-12 (-5 *2 (-629 *1)) (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078))
- (-4 *4 (-1078)) (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-629 *7)) (|:| -3361 *8)))
- (-4 *7 (-1044 *4 *5 *6)) (-4 *8 (-1087 *4 *5 *6 *7)) (-4 *4 (-445))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *2 (-1136))
- (-5 *1 (-1123 *4 *5 *6 *7 *8))))
- ((*1 *1 *2) (-12 (-5 *2 (-1082)) (-5 *1 (-1159))))
- ((*1 *2 *1) (-12 (-5 *2 (-1082)) (-5 *1 (-1159))))
- ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-844)) (-5 *3 (-552)) (-5 *1 (-1171))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-844)) (-5 *3 (-552)) (-5 *1 (-1171))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-765 *4 (-846 *5)))
- (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *5 (-629 (-1154)))
- (-5 *2 (-765 *4 (-846 *6))) (-5 *1 (-1263 *4 *5 *6))
- (-14 *6 (-629 (-1154)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-933 *4)) (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-933 (-1005 (-401 *4)))) (-5 *1 (-1263 *4 *5 *6))
- (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-765 *4 (-846 *6)))
- (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *6 (-629 (-1154)))
- (-5 *2 (-933 (-1005 (-401 *4)))) (-5 *1 (-1263 *4 *5 *6))
- (-14 *5 (-629 (-1154)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1150 *4)) (-4 *4 (-13 (-830) (-301) (-144) (-1003)))
- (-5 *2 (-1150 (-1005 (-401 *4)))) (-5 *1 (-1263 *4 *5 *6))
- (-14 *5 (-629 (-1154))) (-14 *6 (-629 (-1154)))))
+ (-12 (-5 *2 (-630 *1)) (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079))
+ (-4 *4 (-1079)) (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-630 *7)) (|:| -3361 *8)))
+ (-4 *7 (-1045 *4 *5 *6)) (-4 *8 (-1088 *4 *5 *6 *7)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-1137))
+ (-5 *1 (-1124 *4 *5 *6 *7 *8))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1083)) (-5 *1 (-1160))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1083)) (-5 *1 (-1160))))
+ ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-845)) (-5 *3 (-553)) (-5 *1 (-1172))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-845)) (-5 *3 (-553)) (-5 *1 (-1172))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-766 *4 (-847 *5)))
+ (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *5 (-630 (-1155)))
+ (-5 *2 (-766 *4 (-847 *6))) (-5 *1 (-1264 *4 *5 *6))
+ (-14 *6 (-630 (-1155)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-934 *4)) (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-934 (-1006 (-401 *4)))) (-5 *1 (-1264 *4 *5 *6))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-766 *4 (-847 *6)))
+ (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *6 (-630 (-1155)))
+ (-5 *2 (-934 (-1006 (-401 *4)))) (-5 *1 (-1264 *4 *5 *6))
+ (-14 *5 (-630 (-1155)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1151 *4)) (-4 *4 (-13 (-831) (-301) (-144) (-1004)))
+ (-5 *2 (-1151 (-1006 (-401 *4)))) (-5 *1 (-1264 *4 *5 *6))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-630 (-1155)))))
((*1 *2 *3)
(-12
- (-5 *3 (-1124 *4 (-523 (-846 *6)) (-846 *6) (-765 *4 (-846 *6))))
- (-4 *4 (-13 (-830) (-301) (-144) (-1003))) (-14 *6 (-629 (-1154)))
- (-5 *2 (-629 (-765 *4 (-846 *6)))) (-5 *1 (-1263 *4 *5 *6))
- (-14 *5 (-629 (-1154))))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-629 *5)) (-5 *4 (-552)) (-4 *5 (-830)) (-4 *5 (-357))
- (-5 *2 (-756)) (-5 *1 (-926 *5 *6)) (-4 *6 (-1213 *5)))))
-(((*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 (-552)) (-5 *5 (-673 (-220))) (-5 *6 (-659 (-220)))
- (-5 *3 (-220)) (-5 *2 (-1016)) (-5 *1 (-735)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5)
- (-12 (-5 *3 (-220)) (-5 *4 (-552))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))
- (-5 *2 (-1016)) (-5 *1 (-731)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-56 *2 *3 *4)) (-4 *2 (-1191)) (-4 *3 (-367 *2))
- (-4 *4 (-367 *2))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-590 *3 *2)) (-4 *3 (-1078))
- (-4 *2 (-1191)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1228 *2)) (-4 *2 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-552)) (-4 *5 (-343)) (-5 *2 (-412 (-1150 (-1150 *5))))
- (-5 *1 (-1189 *5)) (-5 *3 (-1150 (-1150 *5))))))
+ (-5 *3 (-1125 *4 (-524 (-847 *6)) (-847 *6) (-766 *4 (-847 *6))))
+ (-4 *4 (-13 (-831) (-301) (-144) (-1004))) (-14 *6 (-630 (-1155)))
+ (-5 *2 (-630 (-766 *4 (-847 *6)))) (-5 *1 (-1264 *4 *5 *6))
+ (-14 *5 (-630 (-1155))))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *5 (-220))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-77 FUNCTN))))
+ (-5 *2 (-1017)) (-5 *1 (-734)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-1239))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *3 *4 *3 *3)
+ (-12 (-5 *3 (-288 *6)) (-5 *4 (-113)) (-4 *6 (-424 *5))
+ (-4 *5 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52))
+ (-5 *1 (-311 *5 *6))))
+ ((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-288 *7)) (-5 *4 (-113)) (-5 *5 (-630 *7))
+ (-4 *7 (-424 *6)) (-4 *6 (-13 (-833) (-545) (-601 (-529))))
+ (-5 *2 (-52)) (-5 *1 (-311 *6 *7))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-630 (-288 *7))) (-5 *4 (-630 (-113))) (-5 *5 (-288 *7))
+ (-4 *7 (-424 *6)) (-4 *6 (-13 (-833) (-545) (-601 (-529))))
+ (-5 *2 (-52)) (-5 *1 (-311 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-630 (-288 *8))) (-5 *4 (-630 (-113))) (-5 *5 (-288 *8))
+ (-5 *6 (-630 *8)) (-4 *8 (-424 *7))
+ (-4 *7 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52))
+ (-5 *1 (-311 *7 *8))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-630 *7)) (-5 *4 (-630 (-113))) (-5 *5 (-288 *7))
+ (-4 *7 (-424 *6)) (-4 *6 (-13 (-833) (-545) (-601 (-529))))
+ (-5 *2 (-52)) (-5 *1 (-311 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-630 (-113))) (-5 *6 (-630 (-288 *8)))
+ (-4 *8 (-424 *7)) (-5 *5 (-288 *8))
+ (-4 *7 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52))
+ (-5 *1 (-311 *7 *8))))
+ ((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-288 *5)) (-5 *4 (-113)) (-4 *5 (-424 *6))
+ (-4 *6 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52))
+ (-5 *1 (-311 *6 *5))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-4 *3 (-424 *6))
+ (-4 *6 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52))
+ (-5 *1 (-311 *6 *3))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-4 *3 (-424 *6))
+ (-4 *6 (-13 (-833) (-545) (-601 (-529)))) (-5 *2 (-52))
+ (-5 *1 (-311 *6 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-113)) (-5 *5 (-288 *3)) (-5 *6 (-630 *3))
+ (-4 *3 (-424 *7)) (-4 *7 (-13 (-833) (-545) (-601 (-529))))
+ (-5 *2 (-52)) (-5 *1 (-311 *7 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-321 *3)) (-4 *3 (-1192))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-757)) (-5 *1 (-509 *3 *4)) (-4 *3 (-1192))
+ (-14 *4 (-553)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553)))))
+(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-553)) (-5 *5 (-674 (-220)))
+ (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN)))) (-5 *3 (-220))
+ (-5 *2 (-1017)) (-5 *1 (-735)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1031)) (-5 *2 (-630 *1)) (-4 *1 (-1113 *3)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-1031)) (-5 *1 (-675 *3)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1214 *2)) (-4 *2 (-1031)) (-4 *2 (-545)))))
+(((*1 *2 *1) (-12 (-5 *1 (-676 *2)) (-4 *2 (-600 (-845)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-553))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1137))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-499))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-580))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-471))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-135))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-153))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1145))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-613))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1075))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1069))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1053))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-952))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-177))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1018))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-305))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-656))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-151))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-518))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1249))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1046))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-510))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-666))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-95))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1094))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-131))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-136))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-1248))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-661))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-213))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1116)) (-5 *2 (-517))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1160))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1160))))
+ ((*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-1160))))
+ ((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-1160)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-874 *4)) (-4 *4 (-1079)) (-5 *1 (-872 *4 *3))
+ (-4 *3 (-1192))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-52)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
+(((*1 *1) (-5 *1 (-461))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-421 *3 *2)) (-4 *3 (-13 (-169) (-38 (-401 (-553)))))
+ (-4 *2 (-13 (-833) (-21))))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1123)) (-5 *3 (-141)) (-5 *2 (-111)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1150 (-933 *6))) (-4 *6 (-544))
- (-4 *2 (-930 (-401 (-933 *6)) *5 *4)) (-5 *1 (-717 *5 *4 *6 *2))
- (-4 *5 (-778))
- (-4 *4 (-13 (-832) (-10 -8 (-15 -1522 ((-1154) $))))))))
+ (-12 (-4 *5 (-1079)) (-4 *3 (-882 *5)) (-5 *2 (-1238 *3))
+ (-5 *1 (-677 *5 *3 *6 *4)) (-4 *6 (-367 *3))
+ (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4369)))))))
(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-598 *3)) (-4 *3 (-832)))))
-(((*1 *2) (-12 (-5 *2 (-1242)) (-5 *1 (-1240)))))
-(((*1 *2 *1) (-12 (-5 *1 (-675 *2)) (-4 *2 (-599 (-844)))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-552))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1136))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-498))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-579))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-471))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-135))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-153))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1144))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-612))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1074))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1068))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1052))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-951))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-177))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1017))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-305))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-655))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-151))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-517))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1248))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1045))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-509))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-665))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-95))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1093))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-131))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-136))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-1247))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-660))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-213))))
- ((*1 *2 *1) (-12 (-4 *1 (-1115)) (-5 *2 (-516))))
- ((*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-1159))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1159))))
- ((*1 *2 *1) (-12 (-5 *2 (-220)) (-5 *1 (-1159))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-1159)))))
-(((*1 *2 *2)
- (-12 (-4 *2 (-13 (-357) (-830))) (-5 *1 (-178 *2 *3))
- (-4 *3 (-1213 (-166 *2))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-756)) (-5 *1 (-43 *4 *3))
- (-4 *3 (-411 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-902))
- (-5 *2
- (-3 (-1150 *4)
- (-1237 (-629 (-2 (|:| -2925 *4) (|:| -2840 (-1098)))))))
- (-5 *1 (-340 *4)) (-4 *4 (-343)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1122)) (-5 *3 (-141)) (-5 *2 (-111)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-673 *1)) (-4 *1 (-343)) (-5 *2 (-1237 *1))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-673 *1)) (-4 *1 (-142)) (-4 *1 (-890))
- (-5 *2 (-1237 *1)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1191)) (-5 *2 (-756)) (-5 *1 (-179 *4 *3))
- (-4 *3 (-658 *4)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2)) (-4 *2 (-1191)))))
+ (-12 (-5 *2 (-845)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 (-757))
+ (-14 *4 (-757)) (-4 *5 (-169)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1151 *9)) (-5 *4 (-630 *7)) (-4 *7 (-833))
+ (-4 *9 (-931 *8 *6 *7)) (-4 *6 (-779)) (-4 *8 (-301))
+ (-5 *2 (-630 (-757))) (-5 *1 (-728 *6 *7 *8 *9)) (-5 *5 (-757)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-552))) (-5 *1 (-1028)))))
-(((*1 *2 *3 *4 *3 *4 *4 *4)
- (-12 (-5 *3 (-673 (-220))) (-5 *4 (-552)) (-5 *2 (-1016))
- (-5 *1 (-741)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-111) (-113) (-113))) (-5 *1 (-113)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (-5 *2 (-111)) (-5 *1 (-294)))))
+(((*1 *1) (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177))))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-629 (-598 *4))) (-4 *4 (-424 *3)) (-4 *3 (-832))
- (-5 *1 (-561 *3 *4))))
+ (-12 (-5 *2 (-630 (-599 *4))) (-4 *4 (-424 *3)) (-4 *3 (-833))
+ (-5 *1 (-562 *3 *4))))
((*1 *1 *1 *1)
- (-12 (-5 *1 (-870 *2 *3)) (-4 *2 (-1078)) (-4 *3 (-1078))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *2) (-12 (-5 *1 (-942 *2)) (-4 *2 (-537)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-552)) (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *2 (-1242)) (-5 *1 (-442 *4 *5 *6 *7)) (-4 *7 (-930 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1256 *3)) (-4 *3 (-357)) (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-151))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 (-1113))) (-5 *1 (-1045)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-756)) (-4 *1 (-1213 *3)) (-4 *3 (-1030)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2)
- (-12 (-5 *2 (-552))
- (-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-756)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-778)) (-4 *4 (-930 *5 *6 *7)) (-4 *5 (-445)) (-4 *7 (-832))
- (-5 *1 (-442 *5 *6 *7 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1078) (-34)))
- (-4 *3 (-13 (-1078) (-34))))))
+ (-12 (-5 *1 (-871 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-1079))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4)))
- (-5 *2 (-2 (|:| |num| (-1237 *4)) (|:| |den| *4))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
+ (|partial| -12 (-4 *3 (-1031)) (-4 *3 (-833))
+ (-5 *2 (-2 (|:| |val| *1) (|:| -3503 (-553)))) (-4 *1 (-424 *3))))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| |val| (-874 *3)) (|:| -3503 (-874 *3))))
+ (-5 *1 (-874 *3)) (-4 *3 (-1079))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-1031))
+ (-4 *7 (-931 *6 *4 *5))
+ (-5 *2 (-2 (|:| |val| *3) (|:| -3503 (-553))))
+ (-5 *1 (-932 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-357)
+ (-10 -8 (-15 -3212 ($ *7)) (-15 -4013 (*7 $))
+ (-15 -4024 (*7 $))))))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
+ (-12 (-5 *4 (-553)) (-5 *5 (-1137)) (-5 *6 (-674 (-220)))
+ (-5 *7 (-3 (|:| |fn| (-382)) (|:| |fp| (-88 G))))
+ (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-85 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-87 OUTPUT))))
+ (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-735)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-552)) (-4 *4 (-169)) (-4 *5 (-367 *4))
- (-4 *6 (-367 *4)) (-5 *1 (-672 *4 *5 *6 *2))
- (-4 *2 (-671 *4 *5 *6)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-166 (-220)) (-166 (-220)))) (-5 *4 (-1072 (-220)))
- (-5 *5 (-111)) (-5 *2 (-1239)) (-5 *1 (-251)))))
+ (-12 (-5 *2 (-1135 *4)) (-5 *3 (-553)) (-4 *4 (-1031))
+ (-5 *1 (-1139 *4))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-553)) (-5 *1 (-1230 *3 *4 *5)) (-4 *3 (-1031))
+ (-14 *4 (-1155)) (-14 *5 *3))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-151))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-1046)))))
+(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
+ (-12 (-5 *3 (-903)) (-5 *4 (-220)) (-5 *5 (-553)) (-5 *6 (-856))
+ (-5 *2 (-1243)) (-5 *1 (-1239)))))
+(((*1 *2 *3)
+ (-12 (|has| *2 (-6 (-4371 "*"))) (-4 *5 (-367 *2)) (-4 *6 (-367 *2))
+ (-4 *2 (-1031)) (-5 *1 (-103 *2 *3 *4 *5 *6)) (-4 *3 (-1214 *2))
+ (-4 *4 (-672 *2 *5 *6)))))
+(((*1 *2 *2 *2 *3 *3)
+ (-12 (-5 *3 (-757)) (-4 *4 (-1031)) (-5 *1 (-1210 *4 *2))
+ (-4 *2 (-1214 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-166 (-220))) (-5 *4 (-553)) (-5 *2 (-1017))
+ (-5 *1 (-744)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-630 (-757))) (-5 *3 (-111)) (-5 *1 (-1143 *4 *5))
+ (-14 *4 (-903)) (-4 *5 (-1031)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-357)) (-5 *1 (-752 *2 *3)) (-4 *2 (-694 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1031)) (-4 *2 (-357)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 (-629 (-629 *4)))) (-5 *2 (-629 (-629 *4)))
- (-4 *4 (-832)) (-5 *1 (-1162 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-544)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3301 *4)))
- (-5 *1 (-950 *4 *3)) (-4 *3 (-1213 *4)))))
+ (|partial| -12 (-5 *2 (-630 (-474 *4 *5))) (-5 *3 (-630 (-847 *4)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-445)) (-5 *1 (-464 *4 *5 *6))
+ (-4 *6 (-445)))))
+(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-909)))))
+(((*1 *2 *1) (-12 (-4 *1 (-260 *2)) (-4 *2 (-833))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-847 *3)) (-14 *3 (-630 *2))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-948 *3)) (-4 *3 (-949))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-971))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-1071 *3)) (-4 *3 (-1192))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1216 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778))
+ (-5 *2 (-1155))))
+ ((*1 *2) (-12 (-5 *2 (-1155)) (-5 *1 (-1234 *3)) (-14 *3 *2))))
(((*1 *1 *1) (-4 *1 (-34))) ((*1 *1 *1) (-5 *1 (-113)))
- ((*1 *1 *1) (-5 *1 (-168))) ((*1 *1 *1) (-4 *1 (-537)))
- ((*1 *1 *1) (-12 (-5 *1 (-873 *2)) (-4 *2 (-1078))))
- ((*1 *1 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1030))))
+ ((*1 *1 *1) (-5 *1 (-168))) ((*1 *1 *1) (-4 *1 (-538)))
+ ((*1 *1 *1) (-12 (-5 *1 (-874 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1113 *2)) (-4 *2 (-1031))))
((*1 *1 *1)
- (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34)))
- (-4 *3 (-13 (-1078) (-34))))))
+ (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34)))
+ (-4 *3 (-13 (-1079) (-34))))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-948 *3)) (-4 *3 (-949)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1135 *3)) (-5 *1 (-171 *3)) (-4 *3 (-301)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34)))
+ (-4 *3 (-13 (-1079) (-34))))))
+(((*1 *2 *3 *4 *4 *3 *5)
+ (-12 (-5 *4 (-599 *3)) (-5 *5 (-1151 *3))
+ (-4 *3 (-13 (-424 *6) (-27) (-1177)))
+ (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2 (-574 *3)) (-5 *1 (-549 *6 *3 *7)) (-4 *7 (-1079))))
+ ((*1 *2 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *4 (-599 *3)) (-5 *5 (-401 (-1151 *3)))
+ (-4 *3 (-13 (-424 *6) (-27) (-1177)))
+ (-4 *6 (-13 (-445) (-1020 (-553)) (-833) (-144) (-626 (-553))))
+ (-5 *2 (-574 *3)) (-5 *1 (-549 *6 *3 *7)) (-4 *7 (-1079)))))
+(((*1 *2 *3) (-12 (-5 *3 (-903)) (-5 *2 (-1137)) (-5 *1 (-772)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545))
+ (-5 *2 (-2 (|:| -4157 *4) (|:| -4294 *3) (|:| -3300 *3)))
+ (-5 *1 (-951 *4 *3)) (-4 *3 (-1214 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-2 (|:| -4294 *1) (|:| -3300 *1))) (-4 *1 (-1045 *3 *4 *5))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-545)) (-4 *3 (-1031))
+ (-5 *2 (-2 (|:| -4157 *3) (|:| -4294 *1) (|:| -3300 *1)))
+ (-4 *1 (-1214 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-357)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
- (-5 *2 (-756)) (-5 *1 (-513 *4 *5 *6 *3)) (-4 *3 (-671 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-4 *3 (-544)) (-5 *2 (-756))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-544)) (-4 *4 (-169)) (-4 *5 (-367 *4))
- (-4 *6 (-367 *4)) (-5 *2 (-756)) (-5 *1 (-672 *4 *5 *6 *3))
- (-4 *3 (-671 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-4 *5 (-544))
- (-5 *2 (-756)))))
-(((*1 *2 *1) (-12 (-4 *1 (-260 *2)) (-4 *2 (-832))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-846 *3)) (-14 *3 (-629 *2))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-947 *3)) (-4 *3 (-948))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-970))))
- ((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-1070 *3)) (-4 *3 (-1191))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1215 *3 *4)) (-4 *3 (-1030)) (-4 *4 (-777))
- (-5 *2 (-1154))))
- ((*1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1233 *3)) (-14 *3 *2))))
-(((*1 *2 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239))))
- ((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1239)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-301) (-144))) (-4 *5 (-13 (-832) (-600 (-1154))))
- (-4 *6 (-778)) (-5 *2 (-629 *3)) (-5 *1 (-905 *4 *5 *6 *3))
- (-4 *3 (-930 *4 *6 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-528)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-13 (-830) (-357))) (-5 *2 (-111)) (-5 *1 (-1040 *4 *3))
- (-4 *3 (-1213 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-806)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-544))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *1 (-958 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-629 *7)) (-5 *3 (-111)) (-4 *7 (-1044 *4 *5 *6))
- (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *1 (-958 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-732)))))
+ (-12 (-14 *4 (-630 (-1155))) (-4 *5 (-445))
+ (-5 *2
+ (-2 (|:| |glbase| (-630 (-242 *4 *5))) (|:| |glval| (-630 (-553)))))
+ (-5 *1 (-618 *4 *5)) (-5 *3 (-630 (-242 *4 *5))))))
+(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
+ (-12 (-5 *3 (-1137)) (-5 *5 (-674 (-220))) (-5 *6 (-220))
+ (-5 *7 (-674 (-553))) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-738)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1151 (-401 (-934 *3)))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-777))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-47 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-778))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-50 *3 *4))
- (-14 *4 (-629 (-1154)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-50 *3 *4))
+ (-14 *4 (-630 (-1155)))))
((*1 *1 *2 *1 *1 *3)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1191))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-56 *3 *4 *5)) (-4 *3 (-1192))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-58 *6)) (-5 *1 (-57 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-58 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-58 *6)) (-5 *1 (-57 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-134 *5 *6 *7)) (-14 *5 (-552))
- (-14 *6 (-756)) (-4 *7 (-169)) (-4 *8 (-169))
+ (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-134 *5 *6 *7)) (-14 *5 (-553))
+ (-14 *6 (-757)) (-4 *7 (-169)) (-4 *8 (-169))
(-5 *2 (-134 *5 *6 *8)) (-5 *1 (-133 *5 *6 *7 *8))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-166 *5)) (-4 *5 (-169))
(-4 *6 (-169)) (-5 *2 (-166 *6)) (-5 *1 (-165 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-310 *3) (-310 *3))) (-4 *3 (-13 (-1030) (-832)))
- (-5 *1 (-218 *3 *4)) (-14 *4 (-629 (-1154)))))
+ (-12 (-5 *2 (-1 (-310 *3) (-310 *3))) (-4 *3 (-13 (-1031) (-833)))
+ (-5 *1 (-218 *3 *4)) (-14 *4 (-630 (-1155)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-235 *5 *6)) (-14 *5 (-756))
- (-4 *6 (-1191)) (-4 *7 (-1191)) (-5 *2 (-235 *5 *7))
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-235 *5 *6)) (-14 *5 (-757))
+ (-4 *6 (-1192)) (-4 *7 (-1192)) (-5 *2 (-235 *5 *7))
(-5 *1 (-234 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-288 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-288 *6)) (-5 *1 (-287 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-288 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-288 *6)) (-5 *1 (-287 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1191)) (-5 *1 (-288 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1192)) (-5 *1 (-288 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1136)) (-5 *5 (-598 *6))
- (-4 *6 (-296)) (-4 *2 (-1191)) (-5 *1 (-291 *6 *2))))
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1137)) (-5 *5 (-599 *6))
+ (-4 *6 (-296)) (-4 *2 (-1192)) (-5 *1 (-291 *6 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-598 *5)) (-4 *5 (-296))
+ (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-599 *5)) (-4 *5 (-296))
(-4 *2 (-296)) (-5 *1 (-292 *5 *2))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-598 *1)) (-4 *1 (-296))))
+ (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-599 *1)) (-4 *1 (-296))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-673 *5)) (-4 *5 (-1030))
- (-4 *6 (-1030)) (-5 *2 (-673 *6)) (-5 *1 (-298 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-674 *5)) (-4 *5 (-1031))
+ (-4 *6 (-1031)) (-5 *2 (-674 *6)) (-5 *1 (-298 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-310 *5)) (-4 *5 (-832))
- (-4 *6 (-832)) (-5 *2 (-310 *6)) (-5 *1 (-308 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-310 *5)) (-4 *5 (-833))
+ (-4 *6 (-833)) (-5 *2 (-310 *6)) (-5 *1 (-308 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-330 *5 *6 *7 *8)) (-4 *5 (-357))
- (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6))) (-4 *8 (-336 *5 *6 *7))
- (-4 *9 (-357)) (-4 *10 (-1213 *9)) (-4 *11 (-1213 (-401 *10)))
+ (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6))) (-4 *8 (-336 *5 *6 *7))
+ (-4 *9 (-357)) (-4 *10 (-1214 *9)) (-4 *11 (-1214 (-401 *10)))
(-5 *2 (-330 *9 *10 *11 *12))
(-5 *1 (-327 *5 *6 *7 *8 *9 *10 *11 *12))
(-4 *12 (-336 *9 *10 *11))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-332 *3)) (-4 *3 (-1078))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-332 *3)) (-4 *3 (-1079))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1195)) (-4 *8 (-1195))
- (-4 *6 (-1213 *5)) (-4 *7 (-1213 (-401 *6))) (-4 *9 (-1213 *8))
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1196)) (-4 *8 (-1196))
+ (-4 *6 (-1214 *5)) (-4 *7 (-1214 (-401 *6))) (-4 *9 (-1214 *8))
(-4 *2 (-336 *8 *9 *10)) (-5 *1 (-334 *5 *6 *7 *4 *8 *9 *10 *2))
- (-4 *4 (-336 *5 *6 *7)) (-4 *10 (-1213 (-401 *9)))))
+ (-4 *4 (-336 *5 *6 *7)) (-4 *10 (-1214 (-401 *9)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1191)) (-4 *6 (-1191))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1192)) (-4 *6 (-1192))
(-4 *2 (-367 *6)) (-5 *1 (-365 *5 *4 *6 *2)) (-4 *4 (-367 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-376 *3 *4)) (-4 *3 (-1030))
- (-4 *4 (-1078))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-376 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-1079))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-412 *5)) (-4 *5 (-544))
- (-4 *6 (-544)) (-5 *2 (-412 *6)) (-5 *1 (-399 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-412 *5)) (-4 *5 (-545))
+ (-4 *6 (-545)) (-5 *2 (-412 *6)) (-5 *1 (-399 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-401 *5)) (-4 *5 (-544))
- (-4 *6 (-544)) (-5 *2 (-401 *6)) (-5 *1 (-400 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-401 *5)) (-4 *5 (-545))
+ (-4 *6 (-545)) (-5 *2 (-401 *6)) (-5 *1 (-400 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-407 *5 *6 *7 *8)) (-4 *5 (-301))
- (-4 *6 (-973 *5)) (-4 *7 (-1213 *6))
- (-4 *8 (-13 (-403 *6 *7) (-1019 *6))) (-4 *9 (-301))
- (-4 *10 (-973 *9)) (-4 *11 (-1213 *10))
+ (-4 *6 (-974 *5)) (-4 *7 (-1214 *6))
+ (-4 *8 (-13 (-403 *6 *7) (-1020 *6))) (-4 *9 (-301))
+ (-4 *10 (-974 *9)) (-4 *11 (-1214 *10))
(-5 *2 (-407 *9 *10 *11 *12))
(-5 *1 (-406 *5 *6 *7 *8 *9 *10 *11 *12))
- (-4 *12 (-13 (-403 *10 *11) (-1019 *10)))))
+ (-4 *12 (-13 (-403 *10 *11) (-1020 *10)))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-169)) (-4 *6 (-169))
(-4 *2 (-411 *6)) (-5 *1 (-409 *4 *5 *2 *6)) (-4 *4 (-411 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-544)) (-5 *1 (-412 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-545)) (-5 *1 (-412 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-1030) (-832)))
- (-4 *6 (-13 (-1030) (-832))) (-4 *2 (-424 *6))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-1031) (-833)))
+ (-4 *6 (-13 (-1031) (-833))) (-4 *2 (-424 *6))
(-5 *1 (-415 *5 *4 *6 *2)) (-4 *4 (-424 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1078)) (-4 *6 (-1078))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1079)) (-4 *6 (-1079))
(-4 *2 (-419 *6)) (-5 *1 (-417 *5 *4 *6 *2)) (-4 *4 (-419 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-482 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-482 *3)) (-4 *3 (-1192))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-501 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-832))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-502 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-833))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-573 *5)) (-4 *5 (-357))
- (-4 *6 (-357)) (-5 *2 (-573 *6)) (-5 *1 (-572 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-574 *5)) (-4 *5 (-357))
+ (-4 *6 (-357)) (-5 *2 (-574 *6)) (-5 *1 (-573 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *6 *5))
- (-5 *4 (-3 (-2 (|:| -1411 *5) (|:| |coeff| *5)) "failed"))
+ (-5 *4 (-3 (-2 (|:| -3557 *5) (|:| |coeff| *5)) "failed"))
(-4 *5 (-357)) (-4 *6 (-357))
- (-5 *2 (-2 (|:| -1411 *6) (|:| |coeff| *6)))
- (-5 *1 (-572 *5 *6))))
+ (-5 *2 (-2 (|:| -3557 *6) (|:| |coeff| *6)))
+ (-5 *1 (-573 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed"))
- (-4 *5 (-357)) (-4 *2 (-357)) (-5 *1 (-572 *5 *2))))
+ (-4 *5 (-357)) (-4 *2 (-357)) (-5 *1 (-573 *5 *2))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *6 *5))
(-5 *4
(-3
(-2 (|:| |mainpart| *5)
(|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *5) (|:| |logand| *5)))))
+ (-630 (-2 (|:| |coeff| *5) (|:| |logand| *5)))))
"failed"))
(-4 *5 (-357)) (-4 *6 (-357))
(-5 *2
(-2 (|:| |mainpart| *6)
(|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
- (-5 *1 (-572 *5 *6))))
+ (-630 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
+ (-5 *1 (-573 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-587 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-587 *6)) (-5 *1 (-584 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-588 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-588 *6)) (-5 *1 (-585 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-587 *6)) (-5 *5 (-587 *7))
- (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-587 *8))
- (-5 *1 (-585 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-588 *6)) (-5 *5 (-588 *7))
+ (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-588 *8))
+ (-5 *1 (-586 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1134 *6)) (-5 *5 (-587 *7))
- (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-1134 *8))
- (-5 *1 (-585 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1135 *6)) (-5 *5 (-588 *7))
+ (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-1135 *8))
+ (-5 *1 (-586 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-587 *6)) (-5 *5 (-1134 *7))
- (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-1134 *8))
- (-5 *1 (-585 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-588 *6)) (-5 *5 (-1135 *7))
+ (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-1135 *8))
+ (-5 *1 (-586 *6 *7 *8))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1191)) (-5 *1 (-587 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1192)) (-5 *1 (-588 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-629 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-629 *6)) (-5 *1 (-627 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-630 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-630 *6)) (-5 *1 (-628 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-629 *6)) (-5 *5 (-629 *7))
- (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-629 *8))
- (-5 *1 (-628 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-630 *6)) (-5 *5 (-630 *7))
+ (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-630 *8))
+ (-5 *1 (-629 *6 *7 *8))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-635 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-636 *3)) (-4 *3 (-1192))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1030)) (-4 *8 (-1030))
- (-4 *6 (-367 *5)) (-4 *7 (-367 *5)) (-4 *2 (-671 *8 *9 *10))
- (-5 *1 (-669 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-671 *5 *6 *7))
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1031)) (-4 *8 (-1031))
+ (-4 *6 (-367 *5)) (-4 *7 (-367 *5)) (-4 *2 (-672 *8 *9 *10))
+ (-5 *1 (-670 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-672 *5 *6 *7))
(-4 *9 (-367 *8)) (-4 *10 (-367 *8))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1030))
- (-4 *8 (-1030)) (-4 *6 (-367 *5)) (-4 *7 (-367 *5))
- (-4 *2 (-671 *8 *9 *10)) (-5 *1 (-669 *5 *6 *7 *4 *8 *9 *10 *2))
- (-4 *4 (-671 *5 *6 *7)) (-4 *9 (-367 *8)) (-4 *10 (-367 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-544)) (-4 *7 (-544))
- (-4 *6 (-1213 *5)) (-4 *2 (-1213 (-401 *8)))
- (-5 *1 (-694 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1213 (-401 *6)))
- (-4 *8 (-1213 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1030)) (-4 *9 (-1030))
- (-4 *5 (-832)) (-4 *6 (-778)) (-4 *2 (-930 *9 *7 *5))
- (-5 *1 (-713 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-778))
- (-4 *4 (-930 *8 *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-832)) (-4 *6 (-832)) (-4 *7 (-778))
- (-4 *9 (-1030)) (-4 *2 (-930 *9 *8 *6))
- (-5 *1 (-714 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-778))
- (-4 *4 (-930 *9 *7 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-720 *5 *7)) (-4 *5 (-1030))
- (-4 *6 (-1030)) (-4 *7 (-711)) (-5 *2 (-720 *6 *7))
- (-5 *1 (-719 *5 *6 *7))))
+ (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-1031))
+ (-4 *8 (-1031)) (-4 *6 (-367 *5)) (-4 *7 (-367 *5))
+ (-4 *2 (-672 *8 *9 *10)) (-5 *1 (-670 *5 *6 *7 *4 *8 *9 *10 *2))
+ (-4 *4 (-672 *5 *6 *7)) (-4 *9 (-367 *8)) (-4 *10 (-367 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-545)) (-4 *7 (-545))
+ (-4 *6 (-1214 *5)) (-4 *2 (-1214 (-401 *8)))
+ (-5 *1 (-695 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1214 (-401 *6)))
+ (-4 *8 (-1214 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-1031)) (-4 *9 (-1031))
+ (-4 *5 (-833)) (-4 *6 (-779)) (-4 *2 (-931 *9 *7 *5))
+ (-5 *1 (-714 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-779))
+ (-4 *4 (-931 *8 *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-833)) (-4 *6 (-833)) (-4 *7 (-779))
+ (-4 *9 (-1031)) (-4 *2 (-931 *9 *8 *6))
+ (-5 *1 (-715 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-779))
+ (-4 *4 (-931 *9 *7 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-721 *5 *7)) (-4 *5 (-1031))
+ (-4 *6 (-1031)) (-4 *7 (-712)) (-5 *2 (-721 *6 *7))
+ (-5 *1 (-720 *5 *6 *7))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-720 *3 *4))
- (-4 *4 (-711))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-721 *3 *4))
+ (-4 *4 (-712))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-767 *5)) (-4 *5 (-1030))
- (-4 *6 (-1030)) (-5 *2 (-767 *6)) (-5 *1 (-766 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-768 *5)) (-4 *5 (-1031))
+ (-4 *6 (-1031)) (-5 *2 (-768 *6)) (-5 *1 (-767 *5 *6))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-169)) (-4 *6 (-169))
- (-4 *2 (-782 *6)) (-5 *1 (-783 *4 *5 *2 *6)) (-4 *4 (-782 *5))))
+ (-4 *2 (-783 *6)) (-5 *1 (-784 *4 *5 *2 *6)) (-4 *4 (-783 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-818 *5)) (-4 *5 (-1078))
- (-4 *6 (-1078)) (-5 *2 (-818 *6)) (-5 *1 (-817 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-819 *5)) (-4 *5 (-1079))
+ (-4 *6 (-1079)) (-5 *2 (-819 *6)) (-5 *1 (-818 *5 *6))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-818 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-818 *5))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *1 (-817 *5 *6))))
+ (-12 (-5 *2 (-819 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-819 *5))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *1 (-818 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-825 *5)) (-4 *5 (-1078))
- (-4 *6 (-1078)) (-5 *2 (-825 *6)) (-5 *1 (-824 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-826 *5)) (-4 *5 (-1079))
+ (-4 *6 (-1079)) (-5 *2 (-826 *6)) (-5 *1 (-825 *5 *6))))
((*1 *2 *3 *4 *2 *2)
- (-12 (-5 *2 (-825 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-825 *5))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-5 *1 (-824 *5 *6))))
+ (-12 (-5 *2 (-826 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-826 *5))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-5 *1 (-825 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-858 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-858 *6)) (-5 *1 (-857 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-859 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-859 *6)) (-5 *1 (-858 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-860 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-860 *6)) (-5 *1 (-859 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-861 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-861 *6)) (-5 *1 (-860 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-863 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-863 *6)) (-5 *1 (-862 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-864 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-864 *6)) (-5 *1 (-863 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-870 *5 *6)) (-4 *5 (-1078))
- (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-870 *5 *7))
- (-5 *1 (-869 *5 *6 *7))))
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-871 *5 *6)) (-4 *5 (-1079))
+ (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-871 *5 *7))
+ (-5 *1 (-870 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-873 *5)) (-4 *5 (-1078))
- (-4 *6 (-1078)) (-5 *2 (-873 *6)) (-5 *1 (-872 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-874 *5)) (-4 *5 (-1079))
+ (-4 *6 (-1079)) (-5 *2 (-874 *6)) (-5 *1 (-873 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-933 *5)) (-4 *5 (-1030))
- (-4 *6 (-1030)) (-5 *2 (-933 *6)) (-5 *1 (-927 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-934 *5)) (-4 *5 (-1031))
+ (-4 *6 (-1031)) (-5 *2 (-934 *6)) (-5 *1 (-928 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-832))
- (-4 *8 (-1030)) (-4 *6 (-778))
+ (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-833))
+ (-4 *8 (-1031)) (-4 *6 (-779))
(-4 *2
- (-13 (-1078)
- (-10 -8 (-15 -1698 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-756))))))
- (-5 *1 (-932 *6 *7 *8 *5 *2)) (-4 *5 (-930 *8 *6 *7))))
+ (-13 (-1079)
+ (-10 -8 (-15 -1699 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-757))))))
+ (-5 *1 (-933 *6 *7 *8 *5 *2)) (-4 *5 (-931 *8 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-939 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-939 *6)) (-5 *1 (-938 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-940 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-940 *6)) (-5 *1 (-939 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-924 *5)) (-4 *5 (-1030))
- (-4 *6 (-1030)) (-5 *2 (-924 *6)) (-5 *1 (-962 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-925 *5)) (-4 *5 (-1031))
+ (-4 *6 (-1031)) (-5 *2 (-925 *6)) (-5 *1 (-963 *5 *6))))
((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 *2 (-933 *4))) (-4 *4 (-1030))
- (-4 *2 (-930 (-933 *4) *5 *6)) (-4 *5 (-778))
+ (-12 (-5 *3 (-1 *2 (-934 *4))) (-4 *4 (-1031))
+ (-4 *2 (-931 (-934 *4) *5 *6)) (-4 *5 (-779))
(-4 *6
- (-13 (-832)
- (-10 -8 (-15 -1522 ((-1154) $))
- (-15 -1485 ((-3 $ "failed") (-1154))))))
- (-5 *1 (-965 *4 *5 *6 *2))))
+ (-13 (-833)
+ (-10 -8 (-15 -1523 ((-1155) $))
+ (-15 -1489 ((-3 $ "failed") (-1155))))))
+ (-5 *1 (-966 *4 *5 *6 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-544)) (-4 *6 (-544))
- (-4 *2 (-973 *6)) (-5 *1 (-971 *5 *6 *4 *2)) (-4 *4 (-973 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-545)) (-4 *6 (-545))
+ (-4 *2 (-974 *6)) (-5 *1 (-972 *5 *6 *4 *2)) (-4 *4 (-974 *5))))
((*1 *2 *3 *4)
(-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-169)) (-4 *6 (-169))
- (-4 *2 (-978 *6)) (-5 *1 (-979 *4 *5 *2 *6)) (-4 *4 (-978 *5))))
+ (-4 *2 (-979 *6)) (-5 *1 (-980 *4 *5 *2 *6)) (-4 *4 (-979 *5))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1033 *3 *4 *5 *6 *7))
- (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5))))
+ (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-1034 *3 *4 *5 *6 *7))
+ (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1033 *3 *4 *5 *6 *7))
- (-4 *5 (-1030)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1030)) (-4 *10 (-1030))
- (-14 *5 (-756)) (-14 *6 (-756)) (-4 *8 (-233 *6 *7))
- (-4 *9 (-233 *5 *7)) (-4 *2 (-1033 *5 *6 *10 *11 *12))
- (-5 *1 (-1035 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
- (-4 *4 (-1033 *5 *6 *7 *8 *9)) (-4 *11 (-233 *6 *10))
+ (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-1034 *3 *4 *5 *6 *7))
+ (-4 *5 (-1031)) (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-1031)) (-4 *10 (-1031))
+ (-14 *5 (-757)) (-14 *6 (-757)) (-4 *8 (-233 *6 *7))
+ (-4 *9 (-233 *5 *7)) (-4 *2 (-1034 *5 *6 *10 *11 *12))
+ (-5 *1 (-1036 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
+ (-4 *4 (-1034 *5 *6 *7 *8 *9)) (-4 *11 (-233 *6 *10))
(-4 *12 (-233 *5 *10))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1072 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-1072 *6)) (-5 *1 (-1067 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1073 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-1073 *6)) (-5 *1 (-1068 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1072 *5)) (-4 *5 (-830))
- (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-629 *6))
- (-5 *1 (-1067 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1073 *5)) (-4 *5 (-831))
+ (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-630 *6))
+ (-5 *1 (-1068 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1070 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-1070 *6)) (-5 *1 (-1069 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1071 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-1071 *6)) (-5 *1 (-1070 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1073 *4 *2)) (-4 *4 (-830))
- (-4 *2 (-1127 *4))))
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1074 *4 *2)) (-4 *4 (-831))
+ (-4 *2 (-1128 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1134 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-1134 *6)) (-5 *1 (-1132 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1135 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-1135 *6)) (-5 *1 (-1133 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1134 *6)) (-5 *5 (-1134 *7))
- (-4 *6 (-1191)) (-4 *7 (-1191)) (-4 *8 (-1191)) (-5 *2 (-1134 *8))
- (-5 *1 (-1133 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1135 *6)) (-5 *5 (-1135 *7))
+ (-4 *6 (-1192)) (-4 *7 (-1192)) (-4 *8 (-1192)) (-5 *2 (-1135 *8))
+ (-5 *1 (-1134 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1150 *5)) (-4 *5 (-1030))
- (-4 *6 (-1030)) (-5 *2 (-1150 *6)) (-5 *1 (-1148 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1151 *5)) (-4 *5 (-1031))
+ (-4 *6 (-1031)) (-5 *2 (-1151 *6)) (-5 *1 (-1149 *5 *6))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1167 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-1078))))
+ (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1168 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1201 *5 *7 *9)) (-4 *5 (-1030))
- (-4 *6 (-1030)) (-14 *7 (-1154)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1201 *6 *8 *10)) (-5 *1 (-1196 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1154))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1202 *5 *7 *9)) (-4 *5 (-1031))
+ (-4 *6 (-1031)) (-14 *7 (-1155)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1202 *6 *8 *10)) (-5 *1 (-1197 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1155))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1204 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-1204 *6)) (-5 *1 (-1203 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1205 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-1205 *6)) (-5 *1 (-1204 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1204 *5)) (-4 *5 (-830))
- (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-1134 *6))
- (-5 *1 (-1203 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1205 *5)) (-4 *5 (-831))
+ (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-1135 *6))
+ (-5 *1 (-1204 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1210 *5 *6)) (-14 *5 (-1154))
- (-4 *6 (-1030)) (-4 *8 (-1030)) (-5 *2 (-1210 *7 *8))
- (-5 *1 (-1205 *5 *6 *7 *8)) (-14 *7 (-1154))))
+ (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1211 *5 *6)) (-14 *5 (-1155))
+ (-4 *6 (-1031)) (-4 *8 (-1031)) (-5 *2 (-1211 *7 *8))
+ (-5 *1 (-1206 *5 *6 *7 *8)) (-14 *7 (-1155))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1030)) (-4 *6 (-1030))
- (-4 *2 (-1213 *6)) (-5 *1 (-1211 *5 *4 *6 *2)) (-4 *4 (-1213 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1031)) (-4 *6 (-1031))
+ (-4 *2 (-1214 *6)) (-5 *1 (-1212 *5 *4 *6 *2)) (-4 *4 (-1214 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1222 *5 *7 *9)) (-4 *5 (-1030))
- (-4 *6 (-1030)) (-14 *7 (-1154)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1222 *6 *8 *10)) (-5 *1 (-1217 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1154))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1223 *5 *7 *9)) (-4 *5 (-1031))
+ (-4 *6 (-1031)) (-14 *7 (-1155)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1223 *6 *8 *10)) (-5 *1 (-1218 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1155))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1030)) (-4 *6 (-1030))
- (-4 *2 (-1228 *6)) (-5 *1 (-1226 *5 *6 *4 *2)) (-4 *4 (-1228 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1031)) (-4 *6 (-1031))
+ (-4 *2 (-1229 *6)) (-5 *1 (-1227 *5 *6 *4 *2)) (-4 *4 (-1229 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1237 *5)) (-4 *5 (-1191))
- (-4 *6 (-1191)) (-5 *2 (-1237 *6)) (-5 *1 (-1236 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1238 *5)) (-4 *5 (-1192))
+ (-4 *6 (-1192)) (-5 *2 (-1238 *6)) (-5 *1 (-1237 *5 *6))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1237 *5))
- (-4 *5 (-1191)) (-4 *6 (-1191)) (-5 *2 (-1237 *6))
- (-5 *1 (-1236 *5 *6))))
+ (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1238 *5))
+ (-4 *5 (-1192)) (-4 *6 (-1192)) (-5 *2 (-1238 *6))
+ (-5 *1 (-1237 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1254 *3 *4)) (-4 *3 (-832))
- (-4 *4 (-1030))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1255 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-1031))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-1260 *3 *4))
- (-4 *4 (-828)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-401 (-1150 (-310 *3)))) (-4 *3 (-13 (-544) (-832)))
- (-5 *1 (-1108 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-412 *3)) (-4 *3 (-544))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-629 (-2 (|:| -3479 *4) (|:| -3299 (-552)))))
- (-4 *4 (-1213 (-552))) (-5 *2 (-756)) (-5 *1 (-435 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144))) (-4 *6 (-778))
- (-4 *7 (-832)) (-4 *8 (-1044 *5 *6 *7)) (-5 *2 (-629 *3))
- (-5 *1 (-578 *5 *6 *7 *8 *3)) (-4 *3 (-1087 *5 *6 *7 *8))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1031)) (-5 *1 (-1261 *3 *4))
+ (-4 *4 (-829)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-934 (-553)))) (-5 *1 (-431))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144)))
- (-5 *2
- (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5))))))
- (-5 *1 (-1056 *5 *6)) (-5 *3 (-629 (-933 *5)))
- (-14 *6 (-629 (-1154)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-301) (-144)))
- (-5 *2
- (-629 (-2 (|:| -1373 (-1150 *4)) (|:| -3464 (-629 (-933 *4))))))
- (-5 *1 (-1056 *4 *5)) (-5 *3 (-629 (-933 *4)))
- (-14 *5 (-629 (-1154)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-111)) (-4 *5 (-13 (-301) (-144)))
- (-5 *2
- (-629 (-2 (|:| -1373 (-1150 *5)) (|:| -3464 (-629 (-933 *5))))))
- (-5 *1 (-1056 *5 *6)) (-5 *3 (-629 (-933 *5)))
- (-14 *6 (-629 (-1154))))))
+ (-12 (-5 *3 (-1155)) (-5 *4 (-674 (-220))) (-5 *2 (-1083))
+ (-5 *1 (-745))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1155)) (-5 *4 (-674 (-553))) (-5 *2 (-1083))
+ (-5 *1 (-745)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-111) *4 *4)) (-4 *4 (-1192)) (-5 *1 (-1111 *4 *2))
+ (-4 *2 (-13 (-591 (-553) *4) (-10 -7 (-6 -4369) (-6 -4370))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-833)) (-4 *3 (-1192)) (-5 *1 (-1111 *3 *2))
+ (-4 *2 (-13 (-591 (-553) *3) (-10 -7 (-6 -4369) (-6 -4370)))))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-317 *2 *3)) (-4 *2 (-1079)) (-4 *3 (-129))
+ (-4 *3 (-778)))))
+(((*1 *1) (-5 *1 (-285))))
(((*1 *2 *2)
- (-12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5)) (-4 *3 (-445))
- (-4 *3 (-544)) (-4 *4 (-778)) (-4 *5 (-832))
- (-5 *1 (-958 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-629 *7)) (-5 *3 (-111)) (-4 *7 (-1044 *4 *5 *6))
- (-4 *4 (-445)) (-4 *4 (-544)) (-4 *5 (-778)) (-4 *6 (-832))
- (-5 *1 (-958 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-412 (-1150 *1))) (-5 *1 (-310 *4)) (-5 *3 (-1150 *1))
- (-4 *4 (-445)) (-4 *4 (-544)) (-4 *4 (-832))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-890)) (-5 *2 (-412 (-1150 *1))) (-5 *3 (-1150 *1)))))
-(((*1 *2 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *5 (-220))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-80 FCN)))) (-5 *2 (-1016))
- (-5 *1 (-731)))))
+ (-12 (-5 *2 (-630 (-630 *6))) (-4 *6 (-931 *3 *5 *4))
+ (-4 *3 (-13 (-301) (-144))) (-4 *4 (-13 (-833) (-601 (-1155))))
+ (-4 *5 (-779)) (-5 *1 (-906 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-553)) (-5 *1 (-845)))))
(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-552)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1191))
+ (-12 (-5 *3 (-553)) (-4 *1 (-56 *2 *4 *5)) (-4 *2 (-1192))
(-4 *4 (-367 *2)) (-4 *5 (-367 *2))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "right") (|has| *1 (-6 -4369)) (-4 *1 (-118 *3))
- (-4 *3 (-1191))))
+ (-12 (-5 *2 "right") (|has| *1 (-6 -4370)) (-4 *1 (-118 *3))
+ (-4 *3 (-1192))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "left") (|has| *1 (-6 -4369)) (-4 *1 (-118 *3))
- (-4 *3 (-1191))))
+ (-12 (-5 *2 "left") (|has| *1 (-6 -4370)) (-4 *1 (-118 *3))
+ (-4 *3 (-1192))))
((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-282 *3 *2)) (-4 *3 (-1078))
- (-4 *2 (-1191))))
- ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1154)) (-5 *1 (-618))))
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-282 *3 *2)) (-4 *3 (-1079))
+ (-4 *2 (-1192))))
+ ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-52)) (-5 *3 (-1155)) (-5 *1 (-619))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-1204 (-552))) (|has| *1 (-6 -4369)) (-4 *1 (-635 *2))
- (-4 *2 (-1191))))
+ (-12 (-5 *3 (-1205 (-553))) (|has| *1 (-6 -4370)) (-4 *1 (-636 *2))
+ (-4 *2 (-1192))))
((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-629 (-552))) (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030))
+ (-12 (-5 *2 (-630 (-553))) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031))
(-4 *4 (-367 *3)) (-4 *5 (-367 *3))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "value") (|has| *1 (-6 -4369)) (-4 *1 (-991 *2))
- (-4 *2 (-1191))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-1007 *2)) (-4 *2 (-1191))))
+ (-12 (-5 *3 "value") (|has| *1 (-6 -4370)) (-4 *1 (-992 *2))
+ (-4 *2 (-1192))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192))))
((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-1167 *3 *2)) (-4 *3 (-1078)) (-4 *2 (-1078))))
+ (-12 (-4 *1 (-1168 *3 *2)) (-4 *3 (-1079)) (-4 *2 (-1079))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "last") (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2))
- (-4 *2 (-1191))))
+ (-12 (-5 *3 "last") (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2))
+ (-4 *2 (-1192))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "rest") (|has| *1 (-6 -4369)) (-4 *1 (-1225 *3))
- (-4 *3 (-1191))))
+ (-12 (-5 *2 "rest") (|has| *1 (-6 -4370)) (-4 *1 (-1226 *3))
+ (-4 *3 (-1192))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "first") (|has| *1 (-6 -4369)) (-4 *1 (-1225 *2))
- (-4 *2 (-1191)))))
-(((*1 *2 *1) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-1150 *3)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-629 *6)) (-4 *1 (-957 *3 *4 *5 *6)) (-4 *3 (-1030))
- (-4 *4 (-778)) (-4 *5 (-832)) (-4 *6 (-1044 *3 *4 *5))
- (-4 *3 (-544)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1080 *3)) (-5 *1 (-886 *3)) (-4 *3 (-362))
- (-4 *3 (-1078)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-113)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-741)))))
-(((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-111)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1072 *3)) (-5 *1 (-1070 *3)) (-4 *3 (-1191))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1071 *2)) (-4 *2 (-1191))))
- ((*1 *1 *2) (-12 (-5 *1 (-1204 *2)) (-4 *2 (-1191)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-324)))))
-(((*1 *2 *3 *2)
- (|partial| -12 (-5 *2 (-1237 *4)) (-5 *3 (-673 *4)) (-4 *4 (-357))
- (-5 *1 (-651 *4))))
- ((*1 *2 *3 *2)
- (|partial| -12 (-4 *4 (-357))
- (-4 *5 (-13 (-367 *4) (-10 -7 (-6 -4369))))
- (-4 *2 (-13 (-367 *4) (-10 -7 (-6 -4369))))
- (-5 *1 (-652 *4 *5 *2 *3)) (-4 *3 (-671 *4 *5 *2))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *4 (-629 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-357))
- (-5 *1 (-799 *2 *3)) (-4 *3 (-640 *2))))
+ (-12 (-5 *3 "first") (|has| *1 (-6 -4370)) (-4 *1 (-1226 *2))
+ (-4 *2 (-1192)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-757)) (-5 *1 (-839 *2)) (-4 *2 (-169))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-552)))))))
- (-5 *1 (-1106 *3 *2)) (-4 *3 (-1213 *2)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-552)) (-5 *1 (-412 *2)) (-4 *2 (-544)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-336 *4 *5 *6)) (-4 *4 (-1195))
- (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5)))
- (-5 *2 (-2 (|:| |num| (-673 *5)) (|:| |den| *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1159)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
- (-12 (-5 *3 (-552)) (-5 *5 (-673 (-220)))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-69 APROD)))) (-5 *4 (-220))
- (-5 *2 (-1016)) (-5 *1 (-741)))))
-(((*1 *2 *1) (-12 (-4 *1 (-130)) (-5 *2 (-756))))
+ (-12 (-5 *2 (-1151 (-553))) (-5 *1 (-924)) (-5 *3 (-553)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-630 *4)) (-4 *4 (-357)) (-5 *2 (-1238 *4))
+ (-5 *1 (-800 *4 *3)) (-4 *3 (-641 *4)))))
+(((*1 *1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-553)) (-4 *1 (-672 *3 *4 *5)) (-4 *3 (-1031))
+ (-4 *4 (-367 *3)) (-4 *5 (-367 *3)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-1155))
+ (-4 *4 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *1 (-609 *4 *2)) (-4 *2 (-13 (-1177) (-941) (-29 *4))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-934 *4)) (-4 *4 (-13 (-301) (-144)))
+ (-4 *2 (-931 *4 *6 *5)) (-5 *1 (-906 *4 *5 *6 *2))
+ (-4 *5 (-13 (-833) (-601 (-1155)))) (-4 *6 (-779)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1073 *3)) (-5 *1 (-1071 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1205 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-324)))))
+(((*1 *2 *1) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177)))))
+ ((*1 *1 *1 *1) (-4 *1 (-779))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1137))
+ (-4 *4 (-13 (-445) (-833) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-111)) (-5 *1 (-219 *4 *5)) (-4 *5 (-13 (-1177) (-29 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-111))
+ (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| (-111)) (|:| -3361 *4))))
+ (-5 *1 (-1052 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241))))
+ ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1241)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1072 *2)) (-4 *2 (-1192)))))
+(((*1 *2 *1) (-12 (-4 *1 (-130)) (-5 *2 (-757))))
((*1 *2 *3 *1 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-367 *3)) (-4 *3 (-1191))
- (-4 *3 (-1078))))
+ (-12 (-5 *2 (-553)) (-4 *1 (-367 *3)) (-4 *3 (-1192))
+ (-4 *3 (-1079))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-367 *3)) (-4 *3 (-1191)) (-4 *3 (-1078))
- (-5 *2 (-552))))
+ (-12 (-4 *1 (-367 *3)) (-4 *3 (-1192)) (-4 *3 (-1079))
+ (-5 *2 (-553))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-111) *4)) (-4 *1 (-367 *4)) (-4 *4 (-1191))
- (-5 *2 (-552))))
- ((*1 *2 *1) (-12 (-5 *2 (-1098)) (-5 *1 (-521))))
- ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-552)) (-5 *3 (-138))))
- ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1122)) (-5 *2 (-552)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1150 *1)) (-4 *1 (-993)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-288 (-401 (-933 *5)))) (-5 *4 (-1154))
- (-4 *5 (-13 (-301) (-832) (-144)))
- (-5 *2 (-1143 (-629 (-310 *5)) (-629 (-288 (-310 *5)))))
- (-5 *1 (-1107 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 *5))) (-5 *4 (-1154))
- (-4 *5 (-13 (-301) (-832) (-144)))
- (-5 *2 (-1143 (-629 (-310 *5)) (-629 (-288 (-310 *5)))))
- (-5 *1 (-1107 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *5)) (-4 *5 (-625 *4)) (-4 *4 (-544))
- (-5 *2 (-111)) (-5 *1 (-624 *4 *5)))))
+ (-12 (-5 *3 (-1 (-111) *4)) (-4 *1 (-367 *4)) (-4 *4 (-1192))
+ (-5 *2 (-553))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1099)) (-5 *1 (-522))))
+ ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-553)) (-5 *3 (-138))))
+ ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1123)) (-5 *2 (-553)))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-1137)) (-5 *5 (-674 (-220)))
+ (-5 *2 (-1017)) (-5 *1 (-733)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-757)) (-5 *2 (-674 (-934 *4))) (-5 *1 (-1010 *4))
+ (-4 *4 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-113)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *2)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *2 (-1078)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3301 *3) (|:| |coef1| (-767 *3))))
- (-5 *1 (-767 *3)) (-4 *3 (-544)) (-4 *3 (-1030)))))
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *2)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *2 (-1079)))))
+(((*1 *1 *2) (-12 (-5 *2 (-805 *3)) (-4 *3 (-833)) (-5 *1 (-657 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-2 (|:| |val| (-629 *8)) (|:| -3361 *9))))
- (-5 *4 (-756)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1050 *5 *6 *7 *8))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-1242))
- (-5 *1 (-1048 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-2 (|:| |val| (-629 *8)) (|:| -3361 *9))))
- (-5 *4 (-756)) (-4 *8 (-1044 *5 *6 *7)) (-4 *9 (-1087 *5 *6 *7 *8))
- (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832)) (-5 *2 (-1242))
- (-5 *1 (-1123 *5 *6 *7 *8 *9)))))
-(((*1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-744)))))
-(((*1 *2 *2) (-12 (-5 *2 (-629 (-310 (-220)))) (-5 *1 (-261)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-1247)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1191)) (-4 *2 (-832))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-367 *3)) (-4 *3 (-1191))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-949 *2)) (-4 *2 (-832))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1112 *2)) (-4 *2 (-1030))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 *1)) (-4 *1 (-1112 *3)) (-4 *3 (-1030))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-629 (-1142 *3 *4))) (-5 *1 (-1142 *3 *4))
- (-14 *3 (-902)) (-4 *4 (-1030))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-132))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-818 *3)) (-4 *3 (-1078))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-825 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-756))) (-5 *3 (-168)) (-5 *1 (-1142 *4 *5))
- (-14 *4 (-902)) (-4 *5 (-1030)))))
+ (-12 (-5 *3 (-630 (-2 (|:| |val| (-630 *8)) (|:| -3361 *9))))
+ (-5 *4 (-757)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1051 *5 *6 *7 *8))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-1243))
+ (-5 *1 (-1049 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-2 (|:| |val| (-630 *8)) (|:| -3361 *9))))
+ (-5 *4 (-757)) (-4 *8 (-1045 *5 *6 *7)) (-4 *9 (-1088 *5 *6 *7 *8))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833)) (-5 *2 (-1243))
+ (-5 *1 (-1124 *5 *6 *7 *8 *9)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-270 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-984))))))
+(((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
+ ((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-228)) (-4 *3 (-1031)) (-4 *4 (-833)) (-4 *5 (-260 *4))
+ (-4 *6 (-779)) (-5 *2 (-1 *1 (-757))) (-4 *1 (-247 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1031)) (-4 *3 (-833)) (-4 *5 (-260 *3)) (-4 *6 (-779))
+ (-5 *2 (-1 *1 (-757))) (-4 *1 (-247 *4 *3 *5 *6))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-757)) (-4 *1 (-260 *2)) (-4 *2 (-833)))))
+(((*1 *1 *2) (-12 (-5 *2 (-180)) (-5 *1 (-243)))))
+(((*1 *1 *1) (-5 *1 (-1043))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1214 (-401 (-553)))) (-5 *1 (-895 *3 *2))
+ (-4 *2 (-1214 (-401 *3))))))
+(((*1 *1 *2)
+ (-12 (-4 *3 (-1031)) (-5 *1 (-813 *2 *3)) (-4 *2 (-694 *3)))))
+(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-324))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-324)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1083)) (-5 *1 (-274)))))
(((*1 *1 *2)
- (-12 (-4 *3 (-1030)) (-5 *1 (-812 *2 *3)) (-4 *2 (-693 *3)))))
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-4 *1 (-1077 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1077 *2)) (-4 *2 (-1079)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-545)) (-4 *3 (-169)) (-4 *4 (-367 *3))
+ (-4 *5 (-367 *3)) (-5 *1 (-673 *3 *4 *5 *2))
+ (-4 *2 (-672 *3 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1082 *3 *4 *5 *6 *7)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-4 *5 (-1079)) (-4 *6 (-1079)) (-4 *7 (-1079)) (-5 *2 (-111)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-401 (-553))) (-4 *1 (-543 *3))
+ (-4 *3 (-13 (-398) (-1177)))))
+ ((*1 *1 *2) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177)))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-543 *2)) (-4 *2 (-13 (-398) (-1177))))))
(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
+ (-12 (-5 *1 (-1143 *2 *3)) (-14 *2 (-903)) (-4 *3 (-1031)))))
+(((*1 *1 *1) (-12 (-5 *1 (-896 *2)) (-4 *2 (-301)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-111))
+ (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-708)) (-5 *2 (-111))))
+ ((*1 *2 *1) (-12 (-4 *1 (-712)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-166 (-220))) (-5 *5 (-553)) (-5 *6 (-1137))
+ (-5 *3 (-220)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *1) (-5 *1 (-567))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1237 *4)) (-5 *3 (-756)) (-4 *4 (-343))
- (-5 *1 (-520 *4)))))
-(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1153)) (-5 *1 (-324))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1153)) (-5 *1 (-324)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-629 *3)) (-4 *3 (-1078)) (-4 *1 (-1076 *3))))
- ((*1 *1) (-12 (-4 *1 (-1076 *2)) (-4 *2 (-1078)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-373) (-373))) (-5 *4 (-373))
+ (-12 (-5 *2 (-630 (-599 *5))) (-5 *3 (-1155)) (-4 *5 (-424 *4))
+ (-4 *4 (-833)) (-5 *1 (-562 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1155)) (-5 *1 (-136))))
+ ((*1 *2 *1) (-12 (-5 *2 (-181)) (-5 *1 (-182)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-106 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-120 *2)) (-4 *2 (-833))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-125 *2)) (-4 *2 (-833))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-553)) (-4 *1 (-276 *3)) (-4 *3 (-1192))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-4 *1 (-276 *2)) (-4 *2 (-1192))))
+ ((*1 *1 *2)
+ (-12
(-5 *2
- (-2 (|:| -2925 *4) (|:| -1825 *4) (|:| |totalpts| (-552))
- (|:| |success| (-111))))
- (-5 *1 (-774)) (-5 *5 (-552)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-1005 *3))
- (-4 *3 (-13 (-830) (-357) (-1003)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *2 (-13 (-830) (-357))) (-5 *1 (-1040 *2 *3))
- (-4 *3 (-1213 *2))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-1047 *2 *3)) (-4 *2 (-13 (-830) (-357)))
- (-4 *3 (-1213 *2)))))
-(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-166 (-220)))) (-5 *2 (-1016))
- (-5 *1 (-741)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1228 *4)) (-5 *1 (-1230 *4 *2))
- (-4 *4 (-38 (-401 (-552)))))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-736)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1237 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-357))
- (-4 *1 (-709 *5 *6)) (-4 *5 (-169)) (-4 *6 (-1213 *5))
- (-5 *2 (-673 *5)))))
+ (-2
+ (|:| -2669
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (|:| -3359
+ (-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| (-1135 (-220)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -2515
+ (-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 (-548))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-757)) (-4 *1 (-680 *2)) (-4 *2 (-1079))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2
+ (|:| -2669
+ (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |abserr| (-220)) (|:| |relerr| (-220))))
+ (|:| -3359
+ (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373))
+ (|:| |expense| (-373)) (|:| |accuracy| (-373))
+ (|:| |intermediateResults| (-373))))))
+ (-5 *1 (-789))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *2 (-1243)) (-5 *1 (-1169 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1079)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-757)) (-5 *1 (-102 *3)) (-4 *3 (-1079)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1237 *1)) (-4 *1 (-361 *4)) (-4 *4 (-169))
- (-5 *2 (-1237 (-673 *4)))))
- ((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-1237 (-673 *4))) (-5 *1 (-410 *3 *4))
- (-4 *3 (-411 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-411 *3)) (-4 *3 (-169)) (-5 *2 (-1237 (-673 *3)))))
+ (-12 (-5 *3 (-757)) (-5 *2 (-1 (-1135 (-934 *4)) (-1135 (-934 *4))))
+ (-5 *1 (-1246 *4)) (-4 *4 (-357)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-958 *4 *5 *3 *6)) (-4 *4 (-1031)) (-4 *5 (-779))
+ (-4 *3 (-833)) (-4 *6 (-1045 *4 *5 *3)) (-5 *2 (-111)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-934 (-166 *4))) (-4 *4 (-169))
+ (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-934 (-166 *5))) (-5 *4 (-903)) (-4 *5 (-169))
+ (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-934 *4)) (-4 *4 (-1031))
+ (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-1154))) (-4 *5 (-357))
- (-5 *2 (-1237 (-673 (-401 (-933 *5))))) (-5 *1 (-1064 *5))
- (-5 *4 (-673 (-401 (-933 *5))))))
+ (|partial| -12 (-5 *3 (-934 *5)) (-5 *4 (-903)) (-4 *5 (-1031))
+ (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-401 (-934 *4))) (-4 *4 (-545))
+ (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-401 (-934 *5))) (-5 *4 (-903)) (-4 *5 (-545))
+ (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-401 (-934 (-166 *4)))) (-4 *4 (-545))
+ (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-1154))) (-4 *5 (-357))
- (-5 *2 (-1237 (-673 (-933 *5)))) (-5 *1 (-1064 *5))
- (-5 *4 (-673 (-933 *5)))))
+ (|partial| -12 (-5 *3 (-401 (-934 (-166 *5)))) (-5 *4 (-903))
+ (-4 *5 (-545)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373)))
+ (-5 *1 (-771 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-629 (-673 *4))) (-4 *4 (-357))
- (-5 *2 (-1237 (-673 *4))) (-5 *1 (-1064 *4)))))
+ (|partial| -12 (-5 *3 (-310 *4)) (-4 *4 (-545)) (-4 *4 (-833))
+ (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-310 *5)) (-5 *4 (-903)) (-4 *5 (-545))
+ (-4 *5 (-833)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373)))
+ (-5 *1 (-771 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-310 (-166 *4))) (-4 *4 (-545)) (-4 *4 (-833))
+ (-4 *4 (-601 (-373))) (-5 *2 (-166 (-373))) (-5 *1 (-771 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-310 (-166 *5))) (-5 *4 (-903)) (-4 *5 (-545))
+ (-4 *5 (-833)) (-4 *5 (-601 (-373))) (-5 *2 (-166 (-373)))
+ (-5 *1 (-771 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-545) (-833))) (-5 *2 (-166 *5))
+ (-5 *1 (-587 *4 *5 *3)) (-4 *5 (-13 (-424 *4) (-984) (-1177)))
+ (-4 *3 (-13 (-424 (-166 *4)) (-984) (-1177))))))
+(((*1 *1 *1 *1) (-4 *1 (-538))))
+(((*1 *1) (-4 *1 (-34))) ((*1 *1) (-5 *1 (-285)))
+ ((*1 *1) (-5 *1 (-845)))
+ ((*1 *1)
+ (-12 (-4 *2 (-445)) (-4 *3 (-833)) (-4 *4 (-779))
+ (-5 *1 (-969 *2 *3 *4 *5)) (-4 *5 (-931 *2 *4 *3))))
+ ((*1 *1) (-5 *1 (-1064)))
+ ((*1 *1)
+ (-12 (-5 *1 (-1119 *2 *3)) (-4 *2 (-13 (-1079) (-34)))
+ (-4 *3 (-13 (-1079) (-34)))))
+ ((*1 *1) (-5 *1 (-1158))) ((*1 *1) (-5 *1 (-1159))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-553)) (-4 *1 (-1072 *3)) (-4 *3 (-1192)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-172)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1137)) (-5 *3 (-553)) (-5 *1 (-236)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1151 *1)) (-4 *1 (-994)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1137)) (-5 *1 (-1173))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1137)) (-5 *1 (-1173)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-431)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-629 *6)) (-5 *4 (-629 (-1154))) (-4 *6 (-357))
- (-5 *2 (-629 (-288 (-933 *6)))) (-5 *1 (-530 *5 *6 *7))
- (-4 *5 (-445)) (-4 *7 (-13 (-357) (-830))))))
+ (-12 (-5 *4 (-1 *5 *5))
+ (-4 *5 (-13 (-357) (-10 -8 (-15 ** ($ $ (-401 (-553)))))))
+ (-5 *2
+ (-2 (|:| |solns| (-630 *5))
+ (|:| |maps| (-630 (-2 (|:| |arg| *5) (|:| |res| *5))))))
+ (-5 *1 (-1107 *3 *5)) (-4 *3 (-1214 *5)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1008 *2)) (-4 *2 (-1192)))))
+(((*1 *1 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-1040))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-333 *2 *3 *4)) (-14 *2 (-630 (-1155)))
+ (-14 *3 (-630 (-1155))) (-4 *4 (-381))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-783 *2)) (-4 *2 (-169)) (-4 *2 (-1040))))
+ ((*1 *1 *1) (-4 *1 (-831)))
+ ((*1 *2 *1) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)) (-4 *2 (-1040))))
+ ((*1 *1 *1) (-4 *1 (-1040))) ((*1 *1 *1) (-4 *1 (-1118))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *1)) (-4 *1 (-1045 *4 *5 *6)) (-4 *4 (-1031))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1045 *3 *4 *5)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-5 *4 (-1 (-111) *3 *3)) (-4 *1 (-1185 *5 *6 *7 *3))
+ (-4 *5 (-545)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7)) (-5 *2 (-111)))))
(((*1 *2)
- (-12 (-4 *4 (-169)) (-5 *2 (-629 (-1237 *4))) (-5 *1 (-360 *3 *4))
- (-4 *3 (-361 *4))))
+ (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243))
+ (-5 *1 (-970 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6))))
((*1 *2)
- (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-544))
- (-5 *2 (-629 (-1237 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *5 (-1195)) (-4 *6 (-1213 *5))
- (-4 *7 (-1213 (-401 *6))) (-5 *2 (-629 (-933 *5)))
- (-5 *1 (-335 *4 *5 *6 *7)) (-4 *4 (-336 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *1 (-336 *4 *5 *6)) (-4 *4 (-1195))
- (-4 *5 (-1213 *4)) (-4 *6 (-1213 (-401 *5))) (-4 *4 (-357))
- (-5 *2 (-629 (-933 *4))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1136)) (-5 *2 (-902)) (-5 *1 (-771)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1154)) (-5 *1 (-136))))
- ((*1 *2 *1) (-12 (-5 *2 (-181)) (-5 *1 (-182)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-1142 3 *3))))
- ((*1 *1) (-12 (-5 *1 (-1142 *2 *3)) (-14 *2 (-902)) (-4 *3 (-1030))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1111 (-220))) (-5 *1 (-1239))))
- ((*1 *2 *1) (-12 (-5 *2 (-1111 (-220))) (-5 *1 (-1239)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-582 *2)) (-4 *2 (-38 (-401 (-552)))) (-4 *2 (-1030)))))
+ (-12 (-4 *3 (-445)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-1243))
+ (-5 *1 (-1086 *3 *4 *5 *6 *7)) (-4 *7 (-1051 *3 *4 *5 *6)))))
+(((*1 *2)
+ (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-629 *4))
- (-5 *1 (-1051 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220))) (-5 *2 (-1016))
- (-5 *1 (-732)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-111)) (-5 *1 (-1142 *3 *4)) (-14 *3 (-902))
- (-4 *4 (-1030)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-552)) (-4 *1 (-1071 *3)) (-4 *3 (-1191)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-401 (-933 *4))) (-4 *4 (-301))
- (-5 *2 (-401 (-412 (-933 *4)))) (-5 *1 (-1023 *4)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-34)) (-5 *3 (-756)) (-5 *2 (-111))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-111)) (-5 *1 (-1192 *3)) (-4 *3 (-832))
- (-4 *3 (-1078)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-854 (-947 *3) (-947 *3))) (-5 *1 (-947 *3))
- (-4 *3 (-948)))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-425 *3 *2))
+ (-4 *2 (-424 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-52))) (-5 *1 (-873 *3)) (-4 *3 (-1078)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-424 *3) (-983))) (-5 *1 (-270 *3 *2))
- (-4 *3 (-13 (-832) (-544))))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-13 (-301) (-10 -8 (-15 -3343 ((-412 $) $)))))
- (-4 *4 (-1213 *3))
- (-5 *2
- (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-673 *3))))
- (-5 *1 (-344 *3 *4 *5)) (-4 *5 (-403 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-552)) (-4 *4 (-1213 *3))
- (-5 *2
- (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-673 *3))))
- (-5 *1 (-753 *4 *5)) (-4 *5 (-403 *3 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-343)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 *3))
- (-5 *2
- (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-673 *3))))
- (-5 *1 (-966 *4 *3 *5 *6)) (-4 *6 (-709 *3 *5))))
+ (-12 (-4 *1 (-672 *2 *3 *4)) (-4 *3 (-367 *2)) (-4 *4 (-367 *2))
+ (|has| *2 (-6 (-4371 "*"))) (-4 *2 (-1031))))
((*1 *2 *3)
- (-12 (-4 *4 (-343)) (-4 *3 (-1213 *4)) (-4 *5 (-1213 *3))
- (-5 *2
- (-2 (|:| -4199 (-673 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-673 *3))))
- (-5 *1 (-1246 *4 *3 *5 *6)) (-4 *6 (-403 *3 *5)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |preimage| (-629 *3)) (|:| |image| (-629 *3))))
- (-5 *1 (-886 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-885 *4))
- (-4 *4 (-1078))))
- ((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-885 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *1) (-12 (-5 *1 (-573 *2)) (-4 *2 (-357)))))
-(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
- (-12 (-5 *4 (-552)) (-5 *5 (-673 (-220)))
- (-5 *6 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220)))) (-5 *3 (-220))
- (-5 *2 (-1016)) (-5 *1 (-733)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-808)) (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
- (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220)))
- (-5 *2 (-1016)) (-5 *1 (-742)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1078)) (-5 *2 (-870 *3 *4)) (-5 *1 (-866 *3 *4 *5))
- (-4 *3 (-1078)) (-4 *5 (-650 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1222 *3 *4 *5)) (-5 *1 (-313 *3 *4 *5))
- (-4 *3 (-13 (-357) (-832))) (-14 *4 (-1154)) (-14 *5 *3)))
- ((*1 *2 *1) (-12 (-4 *1 (-398)) (-5 *2 (-552))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-412 *3)) (-4 *3 (-544))))
- ((*1 *2 *1) (-12 (-5 *2 (-552)) (-5 *1 (-683))))
+ (-12 (-4 *4 (-367 *2)) (-4 *5 (-367 *2)) (-4 *2 (-169))
+ (-5 *1 (-673 *2 *4 *5 *3)) (-4 *3 (-672 *2 *4 *5))))
((*1 *2 *1)
- (-12 (-4 *2 (-1078)) (-5 *1 (-698 *3 *2 *4)) (-4 *3 (-832))
- (-14 *4
- (-1 (-111) (-2 (|:| -2840 *3) (|:| -1406 *2))
- (-2 (|:| -2840 *3) (|:| -1406 *2)))))))
+ (-12 (-4 *1 (-1102 *3 *2 *4 *5)) (-4 *4 (-233 *3 *2))
+ (-4 *5 (-233 *3 *2)) (|has| *2 (-6 (-4371 "*"))) (-4 *2 (-1031)))))
+(((*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-619)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))
+ (-5 *2 (-1151 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-323 *3)) (-4 *3 (-357)) (-4 *3 (-362))
+ (-5 *2 (-1151 *3)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111))
- (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-127)))))
-(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-809)))))
-(((*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-618)))))
-(((*1 *2 *1) (-12 (-4 *1 (-850 *3)) (-5 *2 (-552)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-756)) (-5 *1 (-113))))
- ((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-113))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-247 *4 *3 *5 *6)) (-4 *4 (-1030)) (-4 *3 (-832))
- (-4 *5 (-260 *3)) (-4 *6 (-778)) (-5 *2 (-756))))
+ (|partial| -12 (-4 *1 (-163 *3)) (-4 *3 (-169)) (-4 *3 (-538))
+ (-5 *2 (-401 (-553)))))
((*1 *2 *1)
- (-12 (-4 *1 (-247 *3 *4 *5 *6)) (-4 *3 (-1030)) (-4 *4 (-832))
- (-4 *5 (-260 *4)) (-4 *6 (-778)) (-5 *2 (-756))))
- ((*1 *2 *1) (-12 (-4 *1 (-260 *3)) (-4 *3 (-832)) (-5 *2 (-756)))))
-(((*1 *1 *2) (-12 (-5 *2 (-401 (-552))) (-5 *1 (-212)))))
-(((*1 *2) (-12 (-5 *2 (-373)) (-5 *1 (-1021)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1136)) (-5 *4 (-552)) (-5 *5 (-673 (-220)))
- (-5 *2 (-1016)) (-5 *1 (-742)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-220)) (-5 *5 (-552)) (-5 *2 (-1186 *3))
- (-5 *1 (-775 *3)) (-4 *3 (-955))))
+ (|partial| -12 (-5 *2 (-401 (-553))) (-5 *1 (-412 *3)) (-4 *3 (-538))
+ (-4 *3 (-545))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-538)) (-5 *2 (-401 (-553)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-783 *3)) (-4 *3 (-169)) (-4 *3 (-538))
+ (-5 *2 (-401 (-553)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-401 (-553))) (-5 *1 (-819 *3)) (-4 *3 (-538))
+ (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-401 (-553))) (-5 *1 (-826 *3)) (-4 *3 (-538))
+ (-4 *3 (-1079))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-979 *3)) (-4 *3 (-169)) (-4 *3 (-538))
+ (-5 *2 (-401 (-553)))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-401 (-553))) (-5 *1 (-990 *3))
+ (-4 *3 (-1020 *2)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-738)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-445)) (-4 *4 (-545))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| -1355 *4))) (-5 *1 (-951 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1105 *4 *3 *5))) (-4 *4 (-38 (-401 (-553))))
+ (-4 *4 (-1031)) (-4 *3 (-833)) (-5 *1 (-1105 *4 *3 *5))
+ (-4 *5 (-931 *4 (-524 *3) *3))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-629 (-629 (-924 (-220))))) (-5 *4 (-111))
- (-5 *1 (-1186 *2)) (-4 *2 (-955)))))
+ (-12 (-5 *2 (-1 (-1186 *4))) (-5 *3 (-1155)) (-5 *1 (-1186 *4))
+ (-4 *4 (-38 (-401 (-553)))) (-4 *4 (-1031)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-357) (-831))) (-5 *1 (-178 *3 *2))
+ (-4 *2 (-1214 (-166 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1229 *4))
+ (-4 *4 (-38 (-401 (-553)))) (-5 *2 (-1 (-1135 *4) (-1135 *4)))
+ (-5 *1 (-1231 *4 *5)))))
(((*1 *2 *3 *2 *3)
- (-12 (-5 *2 (-431)) (-5 *3 (-1154)) (-5 *1 (-1157))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-431)) (-5 *3 (-1154)) (-5 *1 (-1157))))
+ (-12 (-5 *2 (-431)) (-5 *3 (-1155)) (-5 *1 (-1158))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-431)) (-5 *3 (-1155)) (-5 *1 (-1158))))
((*1 *2 *3 *2 *4 *1)
- (-12 (-5 *2 (-431)) (-5 *3 (-629 (-1154))) (-5 *4 (-1154))
- (-5 *1 (-1157))))
+ (-12 (-5 *2 (-431)) (-5 *3 (-630 (-1155))) (-5 *4 (-1155))
+ (-5 *1 (-1158))))
((*1 *2 *3 *2 *3 *1)
- (-12 (-5 *2 (-431)) (-5 *3 (-1154)) (-5 *1 (-1157))))
+ (-12 (-5 *2 (-431)) (-5 *3 (-1155)) (-5 *1 (-1158))))
((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-431)) (-5 *3 (-1154)) (-5 *1 (-1158))))
+ (-12 (-5 *2 (-431)) (-5 *3 (-1155)) (-5 *1 (-1159))))
((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-431)) (-5 *3 (-629 (-1154))) (-5 *1 (-1158)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)))))
+ (-12 (-5 *2 (-431)) (-5 *3 (-630 (-1155))) (-5 *1 (-1159)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1079)) (-4 *6 (-1079))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-669 *4 *5 *6)) (-4 *5 (-1079)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1191))))
+ (|partial| -12 (-5 *3 (-52)) (-5 *1 (-51 *2)) (-4 *2 (-1192))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-933 (-373))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (|partial| -12 (-5 *2 (-934 (-373))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-401 (-933 (-373)))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (|partial| -12 (-5 *2 (-401 (-934 (-373)))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
(|partial| -12 (-5 *2 (-310 (-373))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-373))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (-4 *5 (-1020 (-373))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-933 (-552))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (|partial| -12 (-5 *2 (-934 (-553))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-401 (-933 (-552)))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (|partial| -12 (-5 *2 (-401 (-934 (-553)))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-310 (-552))) (-5 *1 (-333 *3 *4 *5))
- (-4 *5 (-1019 (-552))) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154))) (-4 *5 (-381))))
+ (|partial| -12 (-5 *2 (-310 (-553))) (-5 *1 (-333 *3 *4 *5))
+ (-4 *5 (-1020 (-553))) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155))) (-4 *5 (-381))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1154)) (-5 *1 (-333 *3 *4 *5))
- (-14 *3 (-629 *2)) (-14 *4 (-629 *2)) (-4 *5 (-381))))
+ (|partial| -12 (-5 *2 (-1155)) (-5 *1 (-333 *3 *4 *5))
+ (-14 *3 (-630 *2)) (-14 *4 (-630 *2)) (-4 *5 (-381))))
((*1 *1 *2)
(|partial| -12 (-5 *2 (-310 *5)) (-4 *5 (-381))
- (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-629 (-1154)))
- (-14 *4 (-629 (-1154)))))
+ (-5 *1 (-333 *3 *4 *5)) (-14 *3 (-630 (-1155)))
+ (-14 *4 (-630 (-1155)))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-673 (-401 (-933 (-552))))) (-4 *1 (-378))))
+ (|partial| -12 (-5 *2 (-674 (-401 (-934 (-553))))) (-4 *1 (-378))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-673 (-401 (-933 (-373))))) (-4 *1 (-378))))
+ (|partial| -12 (-5 *2 (-674 (-401 (-934 (-373))))) (-4 *1 (-378))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-673 (-933 (-552)))) (-4 *1 (-378))))
+ (|partial| -12 (-5 *2 (-674 (-934 (-553)))) (-4 *1 (-378))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-673 (-933 (-373)))) (-4 *1 (-378))))
+ (|partial| -12 (-5 *2 (-674 (-934 (-373)))) (-4 *1 (-378))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-673 (-310 (-552)))) (-4 *1 (-378))))
+ (|partial| -12 (-5 *2 (-674 (-310 (-553)))) (-4 *1 (-378))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-673 (-310 (-373)))) (-4 *1 (-378))))
+ (|partial| -12 (-5 *2 (-674 (-310 (-373)))) (-4 *1 (-378))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-401 (-933 (-552)))) (-4 *1 (-390))))
+ (|partial| -12 (-5 *2 (-401 (-934 (-553)))) (-4 *1 (-390))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-401 (-933 (-373)))) (-4 *1 (-390))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-933 (-552))) (-4 *1 (-390))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-933 (-373))) (-4 *1 (-390))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-552))) (-4 *1 (-390))))
+ (|partial| -12 (-5 *2 (-401 (-934 (-373)))) (-4 *1 (-390))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-934 (-553))) (-4 *1 (-390))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-934 (-373))) (-4 *1 (-390))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-553))) (-4 *1 (-390))))
((*1 *1 *2) (|partial| -12 (-5 *2 (-310 (-373))) (-4 *1 (-390))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1237 (-401 (-933 (-552))))) (-4 *1 (-434))))
+ (|partial| -12 (-5 *2 (-1238 (-401 (-934 (-553))))) (-4 *1 (-434))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1237 (-401 (-933 (-373))))) (-4 *1 (-434))))
+ (|partial| -12 (-5 *2 (-1238 (-401 (-934 (-373))))) (-4 *1 (-434))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1237 (-933 (-552)))) (-4 *1 (-434))))
+ (|partial| -12 (-5 *2 (-1238 (-934 (-553)))) (-4 *1 (-434))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1237 (-933 (-373)))) (-4 *1 (-434))))
+ (|partial| -12 (-5 *2 (-1238 (-934 (-373)))) (-4 *1 (-434))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1237 (-310 (-552)))) (-4 *1 (-434))))
+ (|partial| -12 (-5 *2 (-1238 (-310 (-553)))) (-4 *1 (-434))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1237 (-310 (-373)))) (-4 *1 (-434))))
+ (|partial| -12 (-5 *2 (-1238 (-310 (-373)))) (-4 *1 (-434))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-343)) (-4 *5 (-323 *4)) (-4 *6 (-1213 *5))
- (-5 *2 (-1150 (-1150 *4))) (-5 *1 (-762 *4 *5 *6 *3 *7))
- (-4 *3 (-1213 *6)) (-14 *7 (-902))))
+ (|partial| -12 (-4 *4 (-343)) (-4 *5 (-323 *4)) (-4 *6 (-1214 *5))
+ (-5 *2 (-1151 (-1151 *4))) (-5 *1 (-763 *4 *5 *6 *3 *7))
+ (-4 *3 (-1214 *6)) (-14 *7 (-903))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-629 *6)) (-4 *6 (-1044 *3 *4 *5))
- (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832))
- (-4 *1 (-957 *3 *4 *5 *6))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-1019 *2)) (-4 *2 (-1191))))
+ (|partial| -12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5))
+ (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-4 *1 (-958 *3 *4 *5 *6))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-1020 *2)) (-4 *2 (-1192))))
((*1 *1 *2)
- (|partial| -4029
- (-12 (-5 *2 (-933 *3))
- (-12 (-4107 (-4 *3 (-38 (-401 (-552)))))
- (-4107 (-4 *3 (-38 (-552)))) (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778))
- (-4 *5 (-832)))
- (-12 (-5 *2 (-933 *3))
- (-12 (-4107 (-4 *3 (-537))) (-4107 (-4 *3 (-38 (-401 (-552)))))
- (-4 *3 (-38 (-552))) (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778))
- (-4 *5 (-832)))
- (-12 (-5 *2 (-933 *3))
- (-12 (-4107 (-4 *3 (-973 (-552)))) (-4 *3 (-38 (-401 (-552))))
- (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *1 (-1044 *3 *4 *5)) (-4 *4 (-778))
- (-4 *5 (-832)))))
+ (|partial| -4028
+ (-12 (-5 *2 (-934 *3))
+ (-12 (-4106 (-4 *3 (-38 (-401 (-553)))))
+ (-4106 (-4 *3 (-38 (-553)))) (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779))
+ (-4 *5 (-833)))
+ (-12 (-5 *2 (-934 *3))
+ (-12 (-4106 (-4 *3 (-538))) (-4106 (-4 *3 (-38 (-401 (-553)))))
+ (-4 *3 (-38 (-553))) (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779))
+ (-4 *5 (-833)))
+ (-12 (-5 *2 (-934 *3))
+ (-12 (-4106 (-4 *3 (-974 (-553)))) (-4 *3 (-38 (-401 (-553))))
+ (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *1 (-1045 *3 *4 *5)) (-4 *4 (-779))
+ (-4 *5 (-833)))))
((*1 *1 *2)
- (|partial| -4029
- (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5))
- (-12 (-4107 (-4 *3 (-38 (-401 (-552))))) (-4 *3 (-38 (-552)))
- (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))
- (-12 (-5 *2 (-933 (-552))) (-4 *1 (-1044 *3 *4 *5))
- (-12 (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154))))
- (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))))
+ (|partial| -4028
+ (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5))
+ (-12 (-4106 (-4 *3 (-38 (-401 (-553))))) (-4 *3 (-38 (-553)))
+ (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))
+ (-12 (-5 *2 (-934 (-553))) (-4 *1 (-1045 *3 *4 *5))
+ (-12 (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155))))
+ (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-933 (-401 (-552)))) (-4 *1 (-1044 *3 *4 *5))
- (-4 *3 (-38 (-401 (-552)))) (-4 *5 (-600 (-1154)))
- (-4 *3 (-1030)) (-4 *4 (-778)) (-4 *5 (-832)))))
+ (|partial| -12 (-5 *2 (-934 (-401 (-553)))) (-4 *1 (-1045 *3 *4 *5))
+ (-4 *3 (-38 (-401 (-553)))) (-4 *5 (-601 (-1155)))
+ (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)))))
(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-528) (-629 (-528)))) (-5 *1 (-113))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-528) (-629 (-528)))) (-5 *1 (-113))))
- ((*1 *1) (-5 *1 (-566))))
+ (|partial| -12 (-5 *2 (-1 (-529) (-630 (-529)))) (-5 *1 (-113))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-529) (-630 (-529)))) (-5 *1 (-113))))
+ ((*1 *1) (-5 *1 (-567))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 *6)) (-4 *5 (-1195)) (-4 *6 (-1213 *5))
- (-5 *2 (-2 (|:| -1406 (-756)) (|:| -4158 *3) (|:| |radicand| *6)))
- (-5 *1 (-145 *5 *6 *7)) (-5 *4 (-756)) (-4 *7 (-1213 *3)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-673 *3)) (-4 *3 (-1030)) (-5 *1 (-674 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-111))
- (-4 *6 (-13 (-445) (-832) (-1019 (-552)) (-625 (-552))))
- (-4 *3 (-13 (-27) (-1176) (-424 *6) (-10 -8 (-15 -3213 ($ *7)))))
- (-4 *7 (-830))
- (-4 *8
- (-13 (-1215 *3 *7) (-357) (-1176)
- (-10 -8 (-15 -3096 ($ $)) (-15 -2889 ($ $)))))
+ (-12 (-5 *3 (-1155)) (-5 *4 (-934 (-553))) (-5 *2 (-324))
+ (-5 *1 (-326)))))
+(((*1 *2 *3) (-12 (-5 *3 (-845)) (-5 *2 (-1243)) (-5 *1 (-1117))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-630 (-845))) (-5 *2 (-1243)) (-5 *1 (-1117)))))
+(((*1 *1) (-5 *1 (-809))))
+(((*1 *1) (-12 (-4 *1 (-323 *2)) (-4 *2 (-362)) (-4 *2 (-357))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-1238 *4)) (-5 *1 (-521 *4))
+ (-4 *4 (-343)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1214 *5)) (-4 *5 (-357))
(-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1136)) (|:| |prob| (-1136))))))
- (-5 *1 (-416 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1136)) (-4 *9 (-964 *8))
- (-14 *10 (-1154)))))
-(((*1 *2 *1) (-12 (-5 *2 (-756)) (-5 *1 (-141)))))
+ (-2 (|:| |ir| (-574 (-401 *6))) (|:| |specpart| (-401 *6))
+ (|:| |polypart| *6)))
+ (-5 *1 (-563 *5 *6)) (-5 *3 (-401 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1155)) (-4 *4 (-545)) (-4 *4 (-833))
+ (-5 *1 (-562 *4 *2)) (-4 *2 (-424 *4)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-965 *2)) (-4 *2 (-1177)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1151 *7))
+ (-4 *5 (-1031)) (-4 *7 (-1031)) (-4 *2 (-1214 *5))
+ (-5 *1 (-494 *5 *2 *6 *7)) (-4 *6 (-1214 *2)))))
+(((*1 *2)
+ (-12 (-4 *3 (-545)) (-5 *2 (-630 *4)) (-5 *1 (-43 *3 *4))
+ (-4 *4 (-411 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-630 *6) "failed") (-553) *6 *6)) (-4 *6 (-357))
+ (-4 *7 (-1214 *6))
+ (-5 *2 (-2 (|:| |answer| (-574 (-401 *7))) (|:| |a0| *6)))
+ (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-933 *5)) (-4 *5 (-1030)) (-5 *2 (-242 *4 *5))
- (-5 *1 (-925 *4 *5)) (-14 *4 (-629 (-1154))))))
+ (-12 (-5 *3 (-630 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
+ (-4 *4 (-13 (-833) (-545))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-832) (-544) (-1019 (-552)))) (-5 *2 (-401 (-552)))
- (-5 *1 (-427 *4 *3)) (-4 *3 (-424 *4))))
+ (-12 (-4 *4 (-343)) (-5 *2 (-412 *3)) (-5 *1 (-211 *4 *3))
+ (-4 *3 (-1214 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-412 *3)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-598 *3)) (-4 *3 (-424 *5))
- (-4 *5 (-13 (-832) (-544) (-1019 (-552))))
- (-5 *2 (-1150 (-401 (-552)))) (-5 *1 (-427 *5 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-552)) (-5 *1 (-680 *2)) (-4 *2 (-1213 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1156 (-401 (-552)))) (-5 *1 (-185)) (-5 *3 (-552)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-1044 *3 *4 *5)) (-4 *3 (-1030))
- (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-111)))))
-(((*1 *1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-3 (-401 (-933 *6)) (-1143 (-1154) (-933 *6))))
- (-5 *5 (-756)) (-4 *6 (-445)) (-5 *2 (-629 (-673 (-401 (-933 *6)))))
- (-5 *1 (-286 *6)) (-5 *4 (-673 (-401 (-933 *6))))))
+ (-12 (-5 *4 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
+ (-4 *3 (-1214 (-553)))))
((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-2 (|:| |eigval| (-3 (-401 (-933 *5)) (-1143 (-1154) (-933 *5))))
- (|:| |eigmult| (-756)) (|:| |eigvec| (-629 *4))))
- (-4 *5 (-445)) (-5 *2 (-629 (-673 (-401 (-933 *5)))))
- (-5 *1 (-286 *5)) (-5 *4 (-673 (-401 (-933 *5)))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-552))) (-5 *2 (-1156 (-401 (-552))))
- (-5 *1 (-185)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-671 *3 *4 *5)) (-4 *3 (-1030)) (-4 *4 (-367 *3))
- (-4 *5 (-367 *3)) (-5 *2 (-111))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1033 *3 *4 *5 *6 *7)) (-4 *5 (-1030))
- (-4 *6 (-233 *4 *5)) (-4 *7 (-233 *3 *5)) (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1136)) (-5 *1 (-807)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
+ (-12 (-5 *4 (-630 (-757))) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
+ (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-630 (-757))) (-5 *5 (-757)) (-5 *2 (-412 *3))
+ (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-757)) (-5 *2 (-412 *3)) (-5 *1 (-435 *3))
+ (-4 *3 (-1214 (-553)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-412 *3)) (-5 *1 (-989 *3))
+ (-4 *3 (-1214 (-401 (-553))))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-412 *3)) (-5 *1 (-1203 *3)) (-4 *3 (-1214 (-553))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-301) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-574 *3)) (-5 *1 (-420 *5 *3))
+ (-4 *3 (-13 (-1177) (-29 *5))))))
+(((*1 *2 *1) (-12 (-5 *2 (-757)) (-5 *1 (-887 *3)) (-4 *3 (-1079)))))
(((*1 *2 *1)
(-12
(-5 *2
- (-629
- (-2 (|:| |var| (-1154)) (|:| |fn| (-310 (-220)))
- (|:| -4235 (-1072 (-825 (-220)))) (|:| |abserr| (-220))
+ (-630
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
(|:| |relerr| (-220)))))
- (-5 *1 (-547))))
+ (-5 *1 (-548))))
((*1 *2 *1)
- (-12 (-4 *1 (-596 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-5 *2 (-629 *3))))
+ (-12 (-4 *1 (-597 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-5 *2 (-630 *3))))
((*1 *2 *1)
(-12
(-5 *2
- (-629
+ (-630
(-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
+ (|:| |fn| (-1238 (-310 (-220)))) (|:| |yinit| (-630 (-220)))
+ (|:| |intvals| (-630 (-220))) (|:| |g| (-310 (-220)))
(|:| |abserr| (-220)) (|:| |relerr| (-220)))))
- (-5 *1 (-788)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-2 (|:| |ans| *7) (|:| -3428 *7) (|:| |sol?| (-111)))
- (-552) *7))
- (-5 *6 (-629 (-401 *8))) (-4 *7 (-357)) (-4 *8 (-1213 *7))
- (-5 *3 (-401 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-629 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-562 *7 *8)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111))
- (-5 *1 (-32 *4 *5)) (-4 *5 (-424 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111))
- (-5 *1 (-155 *4 *5)) (-4 *5 (-424 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111))
- (-5 *1 (-270 *4 *5)) (-4 *5 (-13 (-424 *4) (-983)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-113)) (-5 *2 (-111)) (-5 *1 (-295 *4)) (-4 *4 (-296))))
- ((*1 *2 *3) (-12 (-4 *1 (-296)) (-5 *3 (-113)) (-5 *2 (-111))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-113)) (-4 *5 (-832)) (-5 *2 (-111))
- (-5 *1 (-423 *4 *5)) (-4 *4 (-424 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111))
- (-5 *1 (-425 *4 *5)) (-4 *5 (-424 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-113)) (-4 *4 (-13 (-832) (-544))) (-5 *2 (-111))
- (-5 *1 (-616 *4 *5)) (-4 *5 (-13 (-424 *4) (-983) (-1176))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-401 (-933 (-166 (-552))))) (-5 *2 (-629 (-166 *4)))
- (-5 *1 (-372 *4)) (-4 *4 (-13 (-357) (-830)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-629 (-401 (-933 (-166 (-552))))))
- (-5 *4 (-629 (-1154))) (-5 *2 (-629 (-629 (-166 *5))))
- (-5 *1 (-372 *5)) (-4 *5 (-13 (-357) (-830))))))
+ (-5 *1 (-789)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-553)) (-5 *1 (-373)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1135 *4)) (-5 *3 (-553)) (-4 *4 (-1031))
+ (-5 *1 (-1139 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-553)) (-5 *1 (-1230 *3 *4 *5)) (-4 *3 (-1031))
+ (-14 *4 (-1155)) (-14 *5 *3))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-401 (-934 *3))) (-5 *1 (-446 *3 *4 *5 *6))
+ (-4 *3 (-545)) (-4 *3 (-169)) (-14 *4 (-903))
+ (-14 *5 (-630 (-1155))) (-14 *6 (-1238 (-674 *3))))))
(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-552)) (-5 *1 (-1173 *3)) (-4 *3 (-1030)))))
-(((*1 *1 *2 *3 *4)
- (-12
- (-5 *3
- (-629
- (-2 (|:| |scalar| (-401 (-552))) (|:| |coeff| (-1150 *2))
- (|:| |logand| (-1150 *2)))))
- (-5 *4 (-629 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
- (-4 *2 (-357)) (-5 *1 (-573 *2)))))
+ (-12 (-5 *2 (-1157 (-401 (-553)))) (-5 *1 (-185)) (-5 *3 (-553))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1238 (-3 (-461) "undefined"))) (-5 *1 (-1239)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-844)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 (-756))
- (-14 *4 (-756)) (-4 *5 (-169)))))
+ (-12 (-4 *1 (-320 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-778))
+ (-5 *2 (-630 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-376 *3 *4)) (-4 *3 (-1031)) (-4 *4 (-1079))
+ (-5 *2 (-630 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1135 *3)) (-5 *1 (-584 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-630 *3)) (-5 *1 (-721 *3 *4)) (-4 *3 (-1031))
+ (-4 *4 (-712))))
+ ((*1 *2 *1) (-12 (-4 *1 (-835 *3)) (-4 *3 (-1031)) (-5 *2 (-630 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1229 *3)) (-4 *3 (-1031)) (-5 *2 (-1135 *3)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
+ (-5 *4 (-674 (-1151 *8))) (-4 *5 (-1031)) (-4 *8 (-1031))
+ (-4 *6 (-1214 *5)) (-5 *2 (-674 *6)) (-5 *1 (-494 *5 *6 *7 *8))
+ (-4 *7 (-1214 *6)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-630 (-630 *3))) (-4 *3 (-1079)) (-5 *1 (-887 *3)))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-4 *1 (-320 *2 *3)) (-4 *2 (-1031)) (-4 *3 (-778)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-445))) (-5 *1 (-1182 *3 *2))
- (-4 *2 (-13 (-424 *3) (-1176))))))
-(((*1 *1) (-4 *1 (-343))))
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*1 *2 *3 *3 *3 *4 *5 *6)
+ (-12 (-5 *3 (-310 (-553))) (-5 *4 (-1 (-220) (-220)))
+ (-5 *5 (-1073 (-220))) (-5 *6 (-630 (-257))) (-5 *2 (-1112 (-220)))
+ (-5 *1 (-682)))))
+(((*1 *2 *2) (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-1031))))
+ ((*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-438 *3)) (-4 *3 (-1031)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-874 *3)) (-4 *3 (-1079)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-270 *3 *2))
- (-4 *2 (-13 (-424 *3) (-983))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-964 *2)) (-4 *2 (-1176)))))
+ (-12 (-5 *2 (-630 *6)) (-4 *6 (-1045 *3 *4 *5)) (-4 *3 (-144))
+ (-4 *3 (-301)) (-4 *3 (-545)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-959 *3 *4 *5 *6)))))
(((*1 *2)
- (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1213 (-552))))))
-(((*1 *1) (-5 *1 (-141))) ((*1 *1 *1) (-5 *1 (-844))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1154)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-686 *4 *5 *6 *7))
- (-4 *4 (-600 (-528))) (-4 *5 (-1191)) (-4 *6 (-1191))
- (-4 *7 (-1191)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 (-552))) (-4 *3 (-1030)) (-5 *1 (-98 *3))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-98 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1030)) (-5 *1 (-98 *3)))))
-(((*1 *2 *1) (-12 (-5 *1 (-947 *2)) (-4 *2 (-948)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-111)) (-5 *3 (-629 (-257))) (-5 *1 (-255))))
- ((*1 *1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-257)))))
-(((*1 *2 *1) (-12 (-5 *2 (-807)) (-5 *1 (-806)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-220)) (-5 *4 (-552)) (-5 *2 (-1016)) (-5 *1 (-743)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 *3)) (-4 *3 (-832)) (-5 *1 (-125 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-756)) (-5 *1 (-659 *3)) (-4 *3 (-1030))
- (-4 *3 (-1078)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-177))))
- ((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-665))))
- ((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-951))))
- ((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-1052))))
- ((*1 *2 *1) (-12 (-5 *2 (-1159)) (-5 *1 (-1096)))))
+ (-12 (-4 *1 (-343))
+ (-5 *2 (-630 (-2 (|:| -3476 (-553)) (|:| -3503 (-553))))))))
+(((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-630 (-1009 *5 *6 *7 *8))) (-5 *1 (-1009 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-630 *8)) (-5 *4 (-111)) (-4 *8 (-1045 *5 *6 *7))
+ (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-5 *2 (-630 (-1125 *5 *6 *7 *8))) (-5 *1 (-1125 *5 *6 *7 *8)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-706)) (-5 *2 (-903))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-708)) (-5 *2 (-757)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -3557 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-357)) (-4 *7 (-1214 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-401 *7)) (|:| |a0| *6))
+ (-2 (|:| -3557 (-401 *7)) (|:| |coeff| (-401 *7))) "failed"))
+ (-5 *1 (-563 *6 *7)) (-5 *3 (-401 *7)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1007 (-825 (-552)))) (-5 *1 (-582 *3)) (-4 *3 (-1030)))))
+ (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1196)) (-4 *4 (-1214 *3))
+ (-4 *5 (-1214 (-401 *4))) (-5 *2 (-111)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-220)) (|:| |xend| (-220))
- (|:| |fn| (-1237 (-310 (-220)))) (|:| |yinit| (-629 (-220)))
- (|:| |intvals| (-629 (-220))) (|:| |g| (-310 (-220)))
- (|:| |abserr| (-220)) (|:| |relerr| (-220))))
- (-5 *2 (-373)) (-5 *1 (-200)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1127 *3)) (-4 *3 (-1191)) (-5 *2 (-111)))))
-(((*1 *1) (-5 *1 (-566))))
-(((*1 *2 *1) (-12 (-4 *1 (-163 *2)) (-4 *2 (-169)) (-4 *2 (-1176))))
- ((*1 *2 *1) (-12 (-5 *1 (-325 *2)) (-4 *2 (-832))))
- ((*1 *2 *1) (-12 (-5 *2 (-629 *3)) (-5 *1 (-598 *3)) (-4 *3 (-832)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1237 *6)) (-5 *4 (-1237 (-552))) (-5 *5 (-552))
- (-4 *6 (-1078)) (-5 *2 (-1 *6)) (-5 *1 (-998 *6)))))
-(((*1 *2 *3 *4 *5 *6 *7 *6)
(|partial| -12
- (-5 *5
- (-2 (|:| |contp| *3)
- (|:| -3772 (-629 (-2 (|:| |irr| *10) (|:| -2277 (-552)))))))
- (-5 *6 (-629 *3)) (-5 *7 (-629 *8)) (-4 *8 (-832)) (-4 *3 (-301))
- (-4 *10 (-930 *3 *9 *8)) (-4 *9 (-778))
- (-5 *2
- (-2 (|:| |polfac| (-629 *10)) (|:| |correct| *3)
- (|:| |corrfact| (-629 (-1150 *3)))))
- (-5 *1 (-611 *8 *9 *3 *10)) (-5 *4 (-629 (-1150 *3))))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1030)) (-5 *1 (-875 *2 *3)) (-4 *2 (-1213 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))))
-(((*1 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240))))
- ((*1 *2 *2) (-12 (-5 *2 (-855)) (-5 *1 (-1240)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-424 *4)) (-5 *1 (-155 *4 *2))
- (-4 *4 (-13 (-832) (-544))))))
+ (-5 *3
+ (-2 (|:| |var| (-1155)) (|:| |fn| (-310 (-220)))
+ (|:| -2515 (-1073 (-826 (-220)))) (|:| |abserr| (-220))
+ (|:| |relerr| (-220))))
+ (-5 *2 (-2 (|:| -1443 (-113)) (|:| |w| (-220)))) (-5 *1 (-199)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 (-111) *7 (-630 *7))) (-4 *1 (-1185 *4 *5 *6 *7))
+ (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-111)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-177))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-666))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-952))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-1053))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1160)) (-5 *1 (-1097)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *2 (-545)) (-4 *2 (-445)) (-5 *1 (-951 *2 *3))
+ (-4 *3 (-1214 *2)))))
+(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-321 *3)) (-4 *3 (-1192))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-509 *3 *4)) (-4 *3 (-1192))
+ (-14 *4 (-553)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-890)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *7 (-930 *4 *5 *6)) (-5 *2 (-412 (-1150 *7)))
- (-5 *1 (-887 *4 *5 *6 *7)) (-5 *3 (-1150 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-890)) (-4 *5 (-1213 *4)) (-5 *2 (-412 (-1150 *5)))
- (-5 *1 (-888 *4 *5)) (-5 *3 (-1150 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-401 (-552))) (-5 *1 (-582 *3)) (-4 *3 (-38 *2))
- (-4 *3 (-1030)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1072 (-825 (-220)))) (-5 *1 (-299)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1150 *9)) (-5 *4 (-629 *7)) (-5 *5 (-629 (-629 *8)))
- (-4 *7 (-832)) (-4 *8 (-301)) (-4 *9 (-930 *8 *6 *7)) (-4 *6 (-778))
+ (-12 (-4 *4 (-301)) (-4 *5 (-367 *4)) (-4 *6 (-367 *4))
(-5 *2
- (-2 (|:| |upol| (-1150 *8)) (|:| |Lval| (-629 *8))
- (|:| |Lfact|
- (-629 (-2 (|:| -3479 (-1150 *8)) (|:| -1406 (-552)))))
- (|:| |ctpol| *8)))
- (-5 *1 (-727 *6 *7 *8 *9)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |stiffness| (-373)) (|:| |stability| (-373))
- (|:| |expense| (-373)) (|:| |accuracy| (-373))
- (|:| |intermediateResults| (-373))))
- (-5 *2 (-1016)) (-5 *1 (-299)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-113)) (-4 *2 (-1078)) (-4 *2 (-832))
- (-5 *1 (-112 *2)))))
+ (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
+ (-5 *1 (-1103 *4 *5 *6 *3)) (-4 *3 (-672 *4 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-553)) (-5 *1 (-684))))
+ ((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-684)))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *3 (-1045 *6 *7 *8))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-1052 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-630 (-2 (|:| |val| (-630 *8)) (|:| -3361 *9))))
+ (-5 *5 (-111)) (-4 *8 (-1045 *6 *7 *4)) (-4 *9 (-1051 *6 *7 *4 *8))
+ (-4 *6 (-445)) (-4 *7 (-779)) (-4 *4 (-833))
+ (-5 *2 (-630 (-2 (|:| |val| *8) (|:| -3361 *9))))
+ (-5 *1 (-1052 *6 *7 *4 *8 *9)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-632 *3)) (-4 *3 (-1079)))))
+(((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1137)) (-5 *1 (-187))))
+ ((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1137)) (-5 *1 (-294))))
+ ((*1 *2 *3) (-12 (-5 *3 (-220)) (-5 *2 (-1137)) (-5 *1 (-299)))))
+(((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-757)) (-5 *1 (-162 *3 *4))
+ (-4 *3 (-163 *4))))
+ ((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1192)) (-5 *2 (-757))
+ (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-833)) (-5 *2 (-757)) (-5 *1 (-423 *3 *4))
+ (-4 *3 (-424 *4))))
+ ((*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-537 *3)) (-4 *3 (-538))))
+ ((*1 *2) (-12 (-4 *1 (-749)) (-5 *2 (-757))))
+ ((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-757)) (-5 *1 (-782 *3 *4))
+ (-4 *3 (-783 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-545)) (-5 *2 (-757)) (-5 *1 (-973 *3 *4))
+ (-4 *3 (-974 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-169)) (-5 *2 (-757)) (-5 *1 (-978 *3 *4))
+ (-4 *3 (-979 *4))))
+ ((*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-993 *3)) (-4 *3 (-994))))
+ ((*1 *2) (-12 (-4 *1 (-1031)) (-5 *2 (-757))))
+ ((*1 *2) (-12 (-5 *2 (-757)) (-5 *1 (-1039 *3)) (-4 *3 (-1040)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-1114))) (-5 *1 (-1069)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-779))
+ (-4 *3 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $))))) (-4 *5 (-545))
+ (-5 *1 (-718 *4 *3 *5 *2)) (-4 *2 (-931 (-401 (-934 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1031)) (-4 *5 (-779))
+ (-4 *3
+ (-13 (-833)
+ (-10 -8 (-15 -1523 ((-1155) $))
+ (-15 -1489 ((-3 $ "failed") (-1155))))))
+ (-5 *1 (-966 *4 *5 *3 *2)) (-4 *2 (-931 (-934 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-630 *6))
+ (-4 *6
+ (-13 (-833)
+ (-10 -8 (-15 -1523 ((-1155) $))
+ (-15 -1489 ((-3 $ "failed") (-1155))))))
+ (-4 *4 (-1031)) (-4 *5 (-779)) (-5 *1 (-966 *4 *5 *6 *2))
+ (-4 *2 (-931 (-934 *4) *5 *6)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-542 *3)) (-4 *3 (-13 (-398) (-1176))) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-4 *1 (-830)) (-5 *2 (-111))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1047 *4 *3)) (-4 *4 (-13 (-830) (-357)))
- (-4 *3 (-1213 *4)) (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-213))))
- ((*1 *2 *1) (-12 (-5 *2 (-1096)) (-5 *1 (-1093))))
+ (-12 (-4 *1 (-958 *3 *4 *5 *6)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-630 *5)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1155))
+ (-4 *5 (-13 (-445) (-833) (-144) (-1020 (-553)) (-626 (-553))))
+ (-5 *2 (-2 (|:| -3557 *3) (|:| |coeff| *3))) (-5 *1 (-546 *5 *3))
+ (-4 *3 (-13 (-27) (-1177) (-424 *5))))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-1045 *3 *4 *2)) (-4 *3 (-1031)) (-4 *4 (-779))
+ (-4 *2 (-833))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1045 *2 *3 *4)) (-4 *2 (-1031)) (-4 *3 (-779))
+ (-4 *4 (-833)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1151 *7)) (-4 *5 (-1031))
+ (-4 *7 (-1031)) (-4 *2 (-1214 *5)) (-5 *1 (-494 *5 *2 *6 *7))
+ (-4 *6 (-1214 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-1031)) (-4 *7 (-1031))
+ (-4 *4 (-1214 *5)) (-5 *2 (-1151 *7)) (-5 *1 (-494 *5 *4 *6 *7))
+ (-4 *6 (-1214 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-358 *3 *4)) (-4 *3 (-1079)) (-4 *4 (-1079))
+ (-5 *2 (-1137)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-220)) (-5 *4 (-553)) (-5 *2 (-1017)) (-5 *1 (-744)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-630 *3))
+ (-5 *1 (-959 *4 *5 *6 *3)) (-4 *3 (-1045 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1097)) (-5 *1 (-213))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1097)) (-5 *1 (-1094))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-629 (-1159))) (-5 *3 (-1159)) (-5 *1 (-1096)))))
+ (-12 (-5 *2 (-630 (-1160))) (-5 *3 (-1160)) (-5 *1 (-1097)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-111)) (-4 *6 (-445)) (-4 *7 (-779)) (-4 *8 (-833))
+ (-4 *3 (-1045 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1049 *6 *7 *8 *3 *4)) (-4 *4 (-1051 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-630 *4))
+ (|:| |todo| (-630 (-2 (|:| |val| (-630 *3)) (|:| -3361 *4))))))
+ (-5 *1 (-1124 *5 *6 *7 *3 *4)) (-4 *4 (-1088 *5 *6 *7 *3)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-902)) (-5 *1 (-1011 *2))
- (-4 *2 (-13 (-1078) (-10 -8 (-15 -1698 ($ $ $))))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-590 *3 *4)) (-4 *3 (-1078)) (-4 *4 (-1191))
- (-5 *2 (-111)))))
-(((*1 *2 *1) (-12 (-4 *1 (-544)) (-5 *2 (-111)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-13 (-832) (-544))) (-5 *1 (-155 *4 *2))
- (-4 *2 (-424 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-157)) (-5 *2 (-1154))))
- ((*1 *1 *1) (-4 *1 (-157))))
+ (-12 (-5 *3 (-903)) (-5 *1 (-1012 *2))
+ (-4 *2 (-13 (-1079) (-10 -8 (-15 -1699 ($ $ $))))))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243))
+ (-5 *1 (-1052 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1137)) (-4 *4 (-445)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6)) (-5 *2 (-1243))
+ (-5 *1 (-1087 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(((*1 *2)
+ (-12 (-5 *2 (-111)) (-5 *1 (-435 *3)) (-4 *3 (-1214 (-553))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4))
+ (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4))
(-4 *4 (-343))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1150 *4)) (-5 *1 (-351 *4))
+ (-12 (-5 *3 (-903)) (-5 *2 (-1151 *4)) (-5 *1 (-351 *4))
(-4 *4 (-343))))
((*1 *1) (-4 *1 (-362)))
((*1 *2 *3)
- (-12 (-5 *3 (-902)) (-5 *2 (-1237 *4)) (-5 *1 (-520 *4))
+ (-12 (-5 *3 (-903)) (-5 *2 (-1238 *4)) (-5 *1 (-521 *4))
(-4 *4 (-343))))
- ((*1 *1 *1) (-4 *1 (-537))) ((*1 *1) (-4 *1 (-537)))
- ((*1 *1 *1) (-5 *1 (-552))) ((*1 *1 *1) (-5 *1 (-756)))
- ((*1 *2 *1) (-12 (-5 *2 (-886 *3)) (-5 *1 (-885 *3)) (-4 *3 (-1078))))
+ ((*1 *1 *1) (-4 *1 (-538))) ((*1 *1) (-4 *1 (-538)))
+ ((*1 *1 *1) (-5 *1 (-553))) ((*1 *1 *1) (-5 *1 (-757)))
+ ((*1 *2 *1) (-12 (-5 *2 (-887 *3)) (-5 *1 (-886 *3)) (-4 *3 (-1079))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-552)) (-5 *2 (-886 *4)) (-5 *1 (-885 *4))
- (-4 *4 (-1078))))
- ((*1 *1) (-12 (-4 *1 (-973 *2)) (-4 *2 (-537)) (-4 *2 (-544)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1030)) (-4 *2 (-671 *4 *5 *6))
- (-5 *1 (-103 *4 *3 *2 *5 *6)) (-4 *3 (-1213 *4)) (-4 *5 (-367 *4))
- (-4 *6 (-367 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-1154))) (-5 *2 (-1242)) (-5 *1 (-1157))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-629 (-1154))) (-5 *3 (-1154)) (-5 *2 (-1242))
- (-5 *1 (-1157))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *4 (-629 (-1154))) (-5 *3 (-1154)) (-5 *2 (-1242))
- (-5 *1 (-1157)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1136)) (-5 *1 (-521))))
- ((*1 *1 *2) (-12 (-5 *2 (-382)) (-5 *1 (-521)))))
-(((*1 *2 *3) (-12 (-5 *3 (-902)) (-5 *2 (-1136)) (-5 *1 (-771)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-629 (-2 (|:| -2925 *4) (|:| -1400 (-552)))))
- (-4 *4 (-1078)) (-5 *2 (-1 *4)) (-5 *1 (-998 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-108))) (-5 *1 (-172)))))
-(((*1 *2) (-12 (-5 *2 (-111)) (-5 *1 (-1192 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4369)) (-4 *1 (-118 *2)) (-4 *2 (-1191)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-756)) (-5 *2 (-111)) (-5 *1 (-574 *3)) (-4 *3 (-537)))))
-(((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-445)) (-4 *5 (-778)) (-4 *6 (-832))
- (-4 *3 (-1044 *4 *5 *6)) (-5 *2 (-3 *3 (-629 *1)))
- (-4 *1 (-1050 *4 *5 *6 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-629 *6)) (-4 *6 (-832)) (-4 *4 (-357)) (-4 *5 (-778))
- (-5 *2
- (-2 (|:| |mval| (-673 *4)) (|:| |invmval| (-673 *4))
- (|:| |genIdeal| (-496 *4 *5 *6 *7))))
- (-5 *1 (-496 *4 *5 *6 *7)) (-4 *7 (-930 *4 *5 *6)))))
+ (-12 (-5 *3 (-553)) (-5 *2 (-887 *4)) (-5 *1 (-886 *4))
+ (-4 *4 (-1079))))
+ ((*1 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-538)) (-4 *2 (-545)))))
+(((*1 *2)
+ (-12 (-5 *2 (-674 (-892 *3))) (-5 *1 (-345 *3 *4)) (-14 *3 (-903))
+ (-14 *4 (-903))))
+ ((*1 *2)
+ (-12 (-5 *2 (-674 *3)) (-5 *1 (-346 *3 *4)) (-4 *3 (-343))
+ (-14 *4
+ (-3 (-1151 *3)
+ (-1238 (-630 (-2 (|:| -2924 *3) (|:| -2839 (-1099)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-674 *3)) (-5 *1 (-347 *3 *4)) (-4 *3 (-343))
+ (-14 *4 (-903)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-630 *3)) (-4 *3 (-931 *4 *6 *5)) (-4 *4 (-445))
+ (-4 *5 (-833)) (-4 *6 (-779)) (-5 *1 (-969 *4 *5 *6 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-630 (-310 (-220)))) (-5 *3 (-220)) (-5 *2 (-111))
+ (-5 *1 (-205)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1081 *3 *4 *5 *6 *7)) (-4 *3 (-1078)) (-4 *4 (-1078))
- (-4 *5 (-1078)) (-4 *6 (-1078)) (-4 *7 (-1078)) (-5 *2 (-111)))))
-(((*1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-844)))))
+ (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-630 *1))
+ (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-553)) (-5 *1 (-909)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1102 *3 *4 *2 *5)) (-4 *4 (-1031)) (-4 *5 (-233 *3 *4))
+ (-4 *2 (-233 *3 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *3 (-630 (-257)))
+ (-5 *1 (-255))))
+ ((*1 *1 *2) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-257))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-461))))
+ ((*1 *2 *1) (-12 (-5 *2 (-630 (-1073 (-373)))) (-5 *1 (-461)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-591 *2 *3)) (-4 *3 (-1192)) (-4 *2 (-1079))
+ (-4 *2 (-833)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-357)) (-5 *2 (-630 *3)) (-5 *1 (-927 *4 *3))
+ (-4 *3 (-1214 *4)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-903)) (-5 *2 (-1243)) (-5 *1 (-209 *4))
+ (-4 *4
+ (-13 (-833)
+ (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 (*2 $))
+ (-15 -1322 (*2 $)))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1243)) (-5 *1 (-209 *3))
+ (-4 *3
+ (-13 (-833)
+ (-10 -8 (-15 -2061 ((-1137) $ (-1155))) (-15 -2595 (*2 $))
+ (-15 -1322 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-495)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-779)) (-4 *5 (-833)) (-4 *6 (-301)) (-5 *2 (-412 *3))
+ (-5 *1 (-728 *4 *5 *6 *3)) (-4 *3 (-931 *6 *4 *5)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-445)) (-4 *6 (-779)) (-4 *7 (-833))
+ (-4 *3 (-1045 *5 *6 *7))
+ (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-1087 *5 *6 *7 *3 *4)) (-4 *4 (-1051 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-141)))))
(((*1 *2 *3 *3)
- (-12 (|has| *2 (-6 (-4370 "*"))) (-4 *5 (-367 *2)) (-4 *6 (-367 *2))
- (-4 *2 (-1030)) (-5 *1 (-103 *2 *3 *4 *5 *6)) (-4 *3 (-1213 *2))
- (-4 *4 (-671 *2 *5 *6)))))
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-545))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-959 *4 *5 *6 *7)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-902)) (-4 *5 (-544)) (-5 *2 (-673 *5))
- (-5 *1 (-937 *5 *3)) (-4 *3 (-640 *5)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-317 *3 *4)) (-4 *3 (-1078))
- (-4 *4 (-129))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1078)) (-5 *1 (-355 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1078)) (-5 *1 (-380 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1078)) (-5 *1 (-633 *3 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1134 (-1134 *4))) (-5 *2 (-1134 *4)) (-5 *1 (-1138 *4))
- (-4 *4 (-38 (-401 (-552)))) (-4 *4 (-1030)))))
+ (-12 (-5 *3 (-630 (-220))) (-5 *4 (-757)) (-5 *2 (-674 (-220)))
+ (-5 *1 (-299)))))
(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1118 *2 *3)) (-4 *2 (-13 (-1078) (-34)))
- (-4 *3 (-13 (-1078) (-34))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *5 (-598 *4)) (-5 *6 (-1154))
- (-4 *4 (-13 (-424 *7) (-27) (-1176)))
- (-4 *7 (-13 (-445) (-1019 (-552)) (-832) (-144) (-625 (-552))))
+ (-12 (-5 *2 (-757)) (-4 *1 (-368 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-169))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-757)) (-4 *1 (-1259 *3 *4)) (-4 *3 (-833))
+ (-4 *4 (-1031)))))
+(((*1 *2)
+ (-12 (-14 *4 (-757)) (-4 *5 (-1192)) (-5 *2 (-132))
+ (-5 *1 (-232 *3 *4 *5)) (-4 *3 (-233 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-357)) (-5 *2 (-132)) (-5 *1 (-322 *3 *4))
+ (-4 *3 (-323 *4))))
+ ((*1 *2)
+ (-12 (-5 *2 (-757)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-169))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833)) (-5 *2 (-553))
+ (-5 *1 (-497 *3 *4 *5 *6)) (-4 *6 (-931 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-630 *6)) (-4 *6 (-833)) (-4 *4 (-357)) (-4 *5 (-779))
+ (-5 *2 (-553)) (-5 *1 (-497 *4 *5 *6 *7)) (-4 *7 (-931 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-962 *3)) (-4 *3 (-1031)) (-5 *2 (-903))))
+ ((*1 *2) (-12 (-4 *1 (-1245 *3)) (-4 *3 (-357)) (-5 *2 (-132)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-14 *4 (-630 (-1155))) (-4 *2 (-169))
+ (-4 *3 (-233 (-2656 *4) (-757)))
+ (-14 *6
+ (-1 (-111) (-2 (|:| -2839 *5) (|:| -3503 *3))
+ (-2 (|:| -2839 *5) (|:| -3503 *3))))
+ (-5 *1 (-454 *4 *2 *5 *3 *6 *7)) (-4 *5 (-833))
+ (-4 *7 (-931 *2 *3 (-847 *4))))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-674 *3)) (-4 *3 (-301)) (-5 *1 (-685 *3)))))
+(((*1 *2 *1 *1)
+ (-12
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -4199 (-629 *4))))
- (-5 *1 (-554 *7 *4 *3)) (-4 *3 (-640 *4)) (-4 *3 (-1078)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *3 (-552)) (-5 *4 (-673 (-220)))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-65 FUNCT1))))
- (-5 *2 (-1016)) (-5 *1 (-738)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12
- (-5 *3
- (-1 (-3 (-2 (|:| -1411 *4) (|:| |coeff| *4)) "failed") *4))
- (-4 *4 (-357)) (-5 *1 (-562 *4 *2)) (-4 *2 (-1213 *4)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1111 (-220))) (-5 *3 (-629 (-257))) (-5 *1 (-1239))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1111 (-220))) (-5 *3 (-1136)) (-5 *1 (-1239))))
- ((*1 *1 *1) (-5 *1 (-1239))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-629 *2)) (-4 *2 (-930 *4 *5 *6)) (-4 *4 (-301))
- (-4 *5 (-778)) (-4 *6 (-832)) (-5 *1 (-440 *4 *5 *6 *2)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-155 *3 *2))
- (-4 *2 (-424 *3)))))
+ (-2 (|:| |polnum| (-768 *3)) (|:| |polden| *3) (|:| -2281 (-757))))
+ (-5 *1 (-768 *3)) (-4 *3 (-1031))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-1031)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2281 (-757))))
+ (-4 *1 (-1045 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1238 *1)) (-4 *1 (-364 *4 *5)) (-4 *4 (-169))
+ (-4 *5 (-1214 *4)) (-5 *2 (-674 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-169)) (-4 *5 (-1214 *4)) (-5 *2 (-674 *4))
+ (-5 *1 (-402 *3 *4 *5)) (-4 *3 (-403 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *1 (-403 *3 *4)) (-4 *3 (-169)) (-4 *4 (-1214 *3))
+ (-5 *2 (-674 *3)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-4 *1 (-56 *4 *2 *5)) (-4 *4 (-1192))
+ (-4 *5 (-367 *4)) (-4 *2 (-367 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-553)) (-4 *1 (-1034 *4 *5 *6 *2 *7)) (-4 *6 (-1031))
+ (-4 *7 (-233 *4 *6)) (-4 *2 (-233 *5 *6)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-553)) (-5 *4 (-674 (-220))) (-5 *2 (-1017))
+ (-5 *1 (-741)))))
+(((*1 *1 *1) (-12 (-5 *1 (-896 *2)) (-4 *2 (-301)))))
(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1176)))))
+ (-12 (-5 *1 (-222 *2)) (-4 *2 (-13 (-357) (-1177)))))
((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-902)) (-5 *4 (-373)) (-5 *2 (-1242)) (-5 *1 (-1238))))
+ (-12 (-5 *3 (-903)) (-5 *4 (-373)) (-5 *2 (-1243)) (-5 *1 (-1239))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-373)) (-5 *2 (-1242)) (-5 *1 (-1239)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-473)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1154)) (-5 *1 (-1042)))))
+ (-12 (-5 *3 (-373)) (-5 *2 (-1243)) (-5 *1 (-1240)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (|has| *1 (-6 -4370)) (-4 *1 (-591 *3 *4)) (-4 *3 (-1079))
+ (-4 *4 (-1192)) (-5 *2 (-1243)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1185 *3 *4 *5 *6)) (-4 *3 (-545)) (-4 *4 (-779))
+ (-4 *5 (-833)) (-4 *6 (-1045 *3 *4 *5)) (-5 *2 (-111))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1185 *4 *5 *6 *3)) (-4 *4 (-545)) (-4 *5 (-779))
+ (-4 *6 (-833)) (-4 *3 (-1045 *4 *5 *6)) (-5 *2 (-111)))))
(((*1 *2)
- (-12 (-4 *1 (-336 *3 *4 *5)) (-4 *3 (-1195)) (-4 *4 (-1213 *3))
- (-4 *5 (-1213 (-401 *4))) (-5 *2 (-673 (-401 *4))))))
-(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-220)) (-5 *4 (-552))
- (-5 *5 (-3 (|:| |fn| (-382)) (|:| |fp| (-63 -3220))))
- (-5 *2 (-1016)) (-5 *1 (-733)))))
-(((*1 *2 *2) (-12 (-5 *2 (-111)) (-5 *1 (-132)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-135))))
- ((*1 *2 *1) (-12 (-5 *2 (-1190)) (-5 *1 (-153))))
- ((*1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-471))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-579))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-612))))
+ (-12 (-4 *4 (-169)) (-5 *2 (-111)) (-5 *1 (-360 *3 *4))
+ (-4 *3 (-361 *4))))
+ ((*1 *2) (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-5 *2 (-111)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-903)) (-5 *2 (-461)) (-5 *1 (-1239)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-970 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-630 *7)) (-4 *7 (-1045 *4 *5 *6)) (-4 *4 (-445))
+ (-4 *5 (-779)) (-4 *6 (-833)) (-5 *2 (-111))
+ (-5 *1 (-1086 *4 *5 *6 *7 *8)) (-4 *8 (-1051 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1243)) (-5 *1 (-808)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-135))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1191)) (-5 *1 (-153))))
+ ((*1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-471))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-580))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-613))))
((*1 *2 *1)
- (-12 (-4 *3 (-1078))
- (-4 *2 (-13 (-424 *4) (-867 *3) (-600 (-873 *3))))
- (-5 *1 (-1054 *3 *4 *2))
- (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3))))))
+ (-12 (-4 *3 (-1079))
+ (-4 *2 (-13 (-424 *4) (-868 *3) (-601 (-874 *3))))
+ (-5 *1 (-1055 *3 *4 *2))
+ (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3))))))
((*1 *2 *1)
- (-12 (-4 *2 (-1078)) (-5 *1 (-1143 *3 *2)) (-4 *3 (-1078)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-537))))
-(((*1 *1) (-5 *1 (-1239))))
-(((*1 *2 *1) (-12 (-4 *1 (-383)) (-5 *2 (-111)))))
-(((*1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1191)) (-4 *2 (-832))))
+ (-12 (-4 *2 (-1079)) (-5 *1 (-1144 *3 *2)) (-4 *3 (-1079)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1121 *4 *2)) (-14 *4 (-903))
+ (-4 *2 (-13 (-1031) (-10 -7 (-6 (-4371 "*")))))
+ (-5 *1 (-884 *4 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1151 *2)) (-4 *2 (-931 (-401 (-934 *6)) *5 *4))
+ (-5 *1 (-718 *5 *4 *6 *2)) (-4 *5 (-779))
+ (-4 *4 (-13 (-833) (-10 -8 (-15 -1523 ((-1155) $)))))
+ (-4 *6 (-545)))))
+(((*1 *1 *1) (-12 (-4 *1 (-367 *2)) (-4 *2 (-1192)) (-4 *2 (-833))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-367 *3)) (-4 *3 (-1191))))
+ (-12 (-5 *2 (-1 (-111) *3 *3)) (-4 *1 (-367 *3)) (-4 *3 (-1192))))
((*1 *2 *2)
- (-12 (-5 *2 (-629 (-886 *3))) (-5 *1 (-886 *3)) (-4 *3 (-1078))))
+ (-12 (-5 *2 (-630 (-887 *3))) (-5 *1 (-887 *3)) (-4 *3 (-1079))))
((*1 *2 *1 *3)
- (-12 (-4 *4 (-1030)) (-4 *5 (-778)) (-4 *3 (-832))
- (-4 *6 (-1044 *4 *5 *3))
- (-5 *2 (-2 (|:| |under| *1) (|:| -3410 *1) (|:| |upper| *1)))
- (-4 *1 (-957 *4 *5 *3 *6)))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1040 (-1005 *3) (-1150 (-1005 *3))))
- (-5 *1 (-1005 *3)) (-4 *3 (-13 (-830) (-357) (-1003))))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-756)) (-4 *5 (-544))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-950 *5 *3)) (-4 *3 (-1213 *5)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-149 *2 *3 *4)) (-14 *2 (-902)) (-4 *3 (-357))
- (-14 *4 (-974 *2 *3))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *2 (-169)) (-5 *1 (-283 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1213 *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 (-361 *2)) (-4 *2 (-169)) (-4 *2 (-544))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-700 *2 *3 *4 *5 *6)) (-4 *2 (-169))
- (-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 (-703 *2)) (-4 *2 (-357))))
- ((*1 *1) (-12 (-5 *1 (-703 *2)) (-4 *2 (-357))))
- ((*1 *1 *1) (|partial| -4 *1 (-707)))
- ((*1 *1 *1) (|partial| -4 *1 (-711)))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-445)) (-4 *6 (-778)) (-4 *7 (-832))
- (-4 *3 (-1044 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
- (-5 *1 (-761 *5 *6 *7 *3 *4)) (-4 *4 (-1050 *5 *6 *7 *3))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-4 *1 (-1047 *3 *2)) (-4 *3 (-13 (-830) (-357)))
- (-4 *2 (-1213 *3))))
+ (-12 (-4 *4 (-1031)) (-4 *5 (-779)) (-4 *3 (-833))
+ (-4 *6 (-1045 *4 *5 *3))
+ (-5 *2 (-2 (|:| |under| *1) (|:| -1278 *1) (|:| |upper| *1)))
+ (-4 *1 (-958 *4 *5 *3 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-757)) (-5 *4 (-553)) (-5 *1 (-438 *2)) (-4 *2 (-1031)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-925 *3) (-925 *3))) (-5 *1 (-173 *3))
+ (-4 *3 (-13 (-357) (-1177) (-984))))))
+(((*1 *1 *1) (-4 *1 (-140)))
((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-629 (-946))) (-5 *1 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-45 (-1136) (-759))) (-5 *1 (-113)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1122)) (-5 *2 (-111)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1254 *3 *4)) (-4 *3 (-832)) (-4 *4 (-1030))
- (-5 *2 (-2 (|:| |k| (-804 *3)) (|:| |c| *4))))))
-(((*1 *2 *1) (-12 (-4 *1 (-991 *3)) (-4 *3 (-1191)) (-5 *2 (-111))))
- ((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-1177 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *1) (-5 *1 (-1042))))
-(((*1 *1 *1) (-12 (-5 *1 (-895 *2)) (-4 *2 (-301)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-135))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-153))))
- ((*1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1191))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-471))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-579))))
- ((*1 *2 *1) (-12 (-5 *2 (-1113)) (-5 *1 (-612))))
+ (-12 (-4 *3 (-13 (-833) (-545))) (-5 *1 (-155 *3 *2))
+ (-4 *2 (-424 *3))))
+ ((*1 *2 *2) (-12 (-5 *1 (-156 *2)) (-4 *2 (-538)))))
+(((*1 *2 *1) (-12 (-5 *2 (-630 (-947))) (-5 *1 (-108))))
+ ((*1 *2 *1) (-12 (-5 *2 (-45 (-1137) (-760))) (-5 *1 (-113)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1123)) (-5 *2 (-111)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-674 *5)) (-5 *4 (-1238 *5)) (-4 *5 (-357))
+ (-5 *2 (-111)) (-5 *1 (-652 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-357)) (-4 *6 (-13 (-367 *5) (-10 -7 (-6 -4370))))
+ (-4 *4 (-13 (-367 *5) (-10 -7 (-6 -4370)))) (-5 *2 (-111))
+ (-5 *1 (-653 *5 *6 *4 *3)) (-4 *3 (-672 *5 *6 *4)))))
+(((*1 *2 *3) (-12 (-5 *2 (-630 (-553))) (-5 *1 (-550)) (-5 *3 (-553)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-545)) (-4 *5 (-779)) (-4 *6 (-833))
+ (-4 *7 (-1045 *4 *5 *6))
+ (-5 *2 (-2 (|:| |bas| (-469 *4 *5 *6 *7)) (|:| -3445 (-630 *7))))
+ (-5 *1 (-959 *4 *5 *6 *7)) (-5 *3 (-630 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-135))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-153))))
+ ((*1 *2 *1) (-12 (-5 *1 (-288 *2)) (-4 *2 (-1192))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-471))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-580))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1114)) (-5 *1 (-613))))
((*1 *2 *1)
- (-12 (-4 *3 (-1078))
- (-4 *2 (-13 (-424 *4) (-867 *3) (-600 (-873 *3))))
- (-5 *1 (-1054 *3 *4 *2))
- (-4 *4 (-13 (-1030) (-867 *3) (-832) (-600 (-873 *3))))))
+ (-12 (-4 *3 (-1079))
+ (-4 *2 (-13 (-424 *4) (-868 *3) (-601 (-874 *3))))
+ (-5 *1 (-1055 *3 *4 *2))
+ (-4 *4 (-13 (-1031) (-868 *3) (-833) (-601 (-874 *3))))))
((*1 *2 *1)
- (-12 (-4 *2 (-1078)) (-5 *1 (-1143 *2 *3)) (-4 *3 (-1078)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1098)) (-5 *1 (-935)))))
+ (-12 (-4 *2 (-1079)) (-5 *1 (-1144 *2 *3)) (-4 *3 (-1079)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-979 *2)) (-4 *2 (-169)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-583 *2)) (-4 *2 (-38 (-401 (-553)))) (-4 *2 (-1031)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-357)) (-4 *4 (-778)) (-4 *5 (-832)) (-5 *2 (-629 *6))
- (-5 *1 (-496 *3 *4 *5 *6)) (-4 *6 (-930 *3 *4 *5))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-629 (-886 *3))) (-5 *1 (-885 *3)) (-4 *3 (-1078)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1134 *3)) (-4 *3 (-1030)) (-5 *1 (-1138 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1229 *2 *3 *4)) (-4 *2 (-1030)) (-14 *3 (-1154))
- (-14 *4 *2))))
+ (-12 (-5 *2 (-845)) (-5 *1 (-384 *3 *4 *5)) (-14 *3 (-757))
+ (-14 *4 (-757)) (-4 *5 (-169)))))
+(((*1 *1 *2) (-12 (-5 *2 (-630 *3)) (-4 *3 (-1079)) (-5 *1 (-887 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-412 (-1150 (-552)))) (-5 *1 (-186)) (-5 *3 (-552)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |lfn| (-630 (-310 (-220)))) (|:| -1979 (-630 (-220)))))
+ (-5 *2 (-373)) (-5 *1 (-261))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1238 (-310 (-220)))) (-5 *2 (-373)) (-5 *1 (-299)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-629 (-2 (|:| |val| *3) (|:| -3361 *4))))
- (-5 *1 (-1119 *3 *4)) (-4 *3 (-13 (-1078) (-34)))
- (-4 *4 (-13 (-1078) (-34))))))
-(((*1 *2 *2) (-12 (-5 *2 (-166 (-220))) (-5 *1 (-221))))
- ((*1 *2 *2) (-12 (-5 *2 (-220)) (-5 *1 (-221))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-832) (-544))) (-5 *1 (-425 *3 *2))
- (-4 *2 (-424 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1136)) (-5 *2 (-629 (-1159))) (-5 *1 (-861)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-552)) (-5 *2 (-1242)) (-5 *1 (-807)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-629 (-844))) (-5 *1 (-1154)))))
-(((*1 *2) (-12 (-5 *2 (-552)) (-5 *1 (-987))))
- ((*1 *2 *2) (-12 (-5 *2 (-552)) (-5 *1 (-987)))))
+ (-12 (-5 *2 (-630 (-2 (|:| |val| *3) (|:| -3361 *4))))
+ (-5 *1 (-1120 *3 *4)) (-4 *3 (-13 (-1079) (-34)))
+ (-4 *4 (-13 (-1079) (-34))))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-630 (-474 *5 *6))) (-5 *4 (-847 *5))
+ (-14 *5 (-630 (-1155))) (-5 *2 (-474 *5 *6)) (-5 *1 (-618 *5 *6))
+ (-4 *6 (-445))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-474 *5 *6))) (-5 *4 (-847 *5))
+ (-14 *5 (-630 (-1155))) (-5 *2 (-474 *5 *6)) (-5 *1 (-618 *5 *6))
+ (-4 *6 (-445)))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-630 *1)) (-4 *1 (-902)))))
+(((*1 *2 *1) (-12 (-5 *2 (-111)) (-5 *1 (-274)))))
+(((*1 *2 *1) (-12 (-4 *1 (-974 *2)) (-4 *2 (-545)) (-4 *2 (-538))))
+ ((*1 *1 *1) (-4 *1 (-1040))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-630 *6)) (-4 *6 (-833)) (-4 *4 (-357)) (-4 *5 (-779))
+ (-5 *1 (-497 *4 *5 *6 *2)) (-4 *2 (-931 *4 *5 *6))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *3 (-357)) (-4 *4 (-779)) (-4 *5 (-833))
+ (-5 *1 (-497 *3 *4 *5 *2)) (-4 *2 (-931 *3 *4 *5)))))
(((*1 *2 *1)
- (-12 (-14 *3 (-629 (-1154))) (-4 *4 (-169))
- (-14 *6
- (-1 (-111) (-2 (|:| -2840 *5) (|:| -1406 *2))
- (-2 (|:| -2840 *5) (|:| -1406 *2))))
- (-4 *2 (-233 (-2657 *3) (-756))) (-5 *1 (-454 *3 *4 *5 *2 *6 *7))
- (-4 *5 (-832)) (-4 *7 (-930 *4 *2 (-846 *3))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-544)) (-4 *3 (-1030))
- (-5 *2 (-2 (|:| -3713 *1) (|:| -4186 *1))) (-4 *1 (-834 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-98 *5)) (-4 *5 (-544)) (-4 *5 (-1030))
- (-5 *2 (-2 (|:| -3713 *3) (|:| -4186 *3))) (-5 *1 (-835 *5 *3))
- (-4 *3 (-834 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1112 *3)) (-4 *3 (-1030)) (-5 *2 (-756)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1154)) (-4 *4 (-445)) (-4 *4 (-832))
- (-5 *1 (-561 *4 *2)) (-4 *2 (-278)) (-4 *2 (-424 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-343)) (-5 *3 (-552)) (-5 *2 (-1164 (-902) (-756))))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1122)) (-5 *2 (-111)))))
-((-1270 . 739354) (-1271 . 739270) (-1272 . 739140) (-1273 . 739068)
- (-1274 . 738782) (-1275 . 738498) (-1276 . 738399) (-1277 . 738336)
- (-1278 . 738265) (-1279 . 738187) (-1280 . 737956) (-1281 . 737798)
- (-1282 . 737714) (-1283 . 737541) (-1284 . 737319) (-1285 . 737266)
- (-1286 . 736700) (-1287 . 736645) (-1288 . 736613) (-1289 . 736472)
- (-1290 . 736346) (-1291 . 736290) (-1292 . 736167) (-1293 . 734951)
- (-1294 . 734770) (-1295 . 734629) (-1296 . 734198) (-1297 . 734146)
- (-1298 . 734117) (-1299 . 734080) (-1300 . 733514) (-1301 . 733462)
- (-1302 . 733296) (-1303 . 733162) (-1304 . 733105) (-1305 . 733050)
- (-1306 . 732805) (-1307 . 732711) (-1308 . 732567) (-1309 . 732369)
- (-1310 . 732188) (-1311 . 732011) (-1312 . 731694) (-1313 . 731641)
- (-1314 . 731533) (-1315 . 731397) (-1316 . 731027) (-1317 . 730897)
- (-1318 . 730711) (-1319 . 730652) (-1320 . 730499) (-1321 . 730245)
- (-1322 . 730085) (-1323 . 729995) (-1324 . 729912) (-1325 . 729843)
- (-1326 . 729784) (-1327 . 729653) (-1328 . 729585) (-1329 . 729482)
- (-1330 . 729202) (-1331 . 729044) (-1332 . 728394) (-1333 . 728106)
- (-1334 . 728054) (-1335 . 727956) (-1336 . 727841) (-1337 . 727656)
- (-1338 . 727408) (-1339 . 727304) (-1340 . 727084) (-1341 . 726718)
- (-1342 . 726651) (-1343 . 726548) (-1344 . 726252) (-1345 . 726140)
- (-1346 . 726039) (-1347 . 725877) (-1348 . 725426) (-1349 . 725286)
- (-1350 . 725091) (-1351 . 725063) (-1352 . 724991) (-1353 . 724699)
- (-1354 . 724611) (-1355 . 724352) (-1356 . 724260) (-1357 . 724187)
- (-1358 . 724099) (-1359 . 724047) (-1360 . 723918) (-1361 . 723863)
- (-1362 . 723631) (-1363 . 723466) (-1364 . 723410) (-1365 . 723333)
- (-1366 . 723267) (-1367 . 723160) (-1368 . 723132) (-1369 . 723023)
- (-1370 . 722910) (-1371 . 722664) (-1372 . 722580) (-1373 . 722265)
- (-1374 . 721361) (-1375 . 720875) (-1376 . 720280) (-1377 . 720214)
- (-1378 . 720161) (-1379 . 719914) (-1380 . 719820) (-1381 . 719335)
- (-1382 . 719301) (-1383 . 719172) (-1384 . 719088) (-1385 . 719009)
- (-1386 . 718717) (-1387 . 718590) (-1388 . 718538) (-1389 . 718046)
- (-1390 . 717964) (-1391 . 717753) (-1392 . 717572) (-1393 . 713030)
- (-1394 . 712960) (-1395 . 712474) (-1396 . 712243) (-1397 . 712123)
- (-1398 . 712073) (-1399 . 712014) (-1400 . 711576) (-1401 . 711521)
- (-1402 . 711469) (-1403 . 711417) (-1404 . 711362) (-1405 . 711224)
- (-1406 . 710743) (-1407 . 710621) (-1408 . 710492) (-1409 . 710421)
- (-1410 . 710227) (-1411 . 710172) (-1412 . 710004) (-1413 . 709879)
- (-1414 . 709000) (-1415 . 708896) (-1416 . 708817) (-1417 . 708722)
- (-1418 . 708560) (-1419 . 708442) (-1420 . 708365) (-1421 . 708269)
- (-1422 . 708165) (-1423 . 707985) (-1424 . 707878) (-1425 . 707792)
- (-1426 . 707520) (-1427 . 707417) (-1428 . 707349) (-1429 . 706997)
- (-1430 . 706797) (-1431 . 706609) (-1432 . 705908) (-1433 . 705749)
- (-1434 . 705645) (-1435 . 705527) (-1436 . 705404) (-1437 . 705097)
- (-1438 . 704875) (-1439 . 704746) (-1440 . 704633) (-1441 . 704536)
- (-1442 . 704450) (-1443 . 704371) (-1444 . 704247) (-1445 . 704057)
- (-1446 . 703519) (-1447 . 703465) (-1448 . 703399) (-1449 . 703349)
- (-1450 . 702845) (-1451 . 702714) (-1452 . 702576) (-1453 . 702461)
- (-1454 . 702080) (-1455 . 702014) (-1456 . 701493) (-1457 . 701290)
- (-1458 . 701237) (-1459 . 701053) (-1460 . 700980) (-1461 . 700397)
- (-1462 . 700344) (-1463 . 700153) (-1464 . 700029) (-1465 . 699922)
- (-1466 . 699866) (-1467 . 699771) (-1468 . 699607) (-1469 . 699533)
- (-1470 . 698230) (-1471 . 698050) (-1472 . 697833) (-1473 . 697497)
- (-1474 . 696633) (-1475 . 696428) (-1476 . 696315) (-1477 . 682201)
- (-1478 . 682100) (-1479 . 681791) (-1480 . 681738) (-1481 . 681624)
- (-1482 . 681571) (-1483 . 681393) (-1484 . 681292) (-1485 . 680803)
- (-1486 . 680221) (-1487 . 679894) (-1488 . 679764) (-1489 . 679643)
- (-1490 . 679497) (-1491 . 679344) (-1492 . 679256) (-1493 . 679090)
- (-1494 . 678985) (-1495 . 678732) (-1496 . 678655) (-1497 . 678536)
- (-1498 . 678465) (-1499 . 678311) (-1500 . 678256) (-1501 . 677895)
- (-1502 . 677821) (-1503 . 677711) (-1504 . 677626) (-1505 . 677542)
- (-1506 . 677445) (-1507 . 677254) (-1508 . 677180) (-1509 . 677014)
- (-1510 . 676919) (-1511 . 676817) (-1512 . 674959) (-1513 . 674908)
- (-1514 . 674825) (-1515 . 674614) (-1516 . 674474) (-1517 . 674417)
- (-1518 . 674209) (-1519 . 674049) (-1520 . 673842) (-1521 . 673691)
- (-1522 . 668910) (-1523 . 668792) (-1524 . 668537) (-1525 . 668391)
- (-1526 . 668135) (-1527 . 667946) (-1528 . 667729) (-1529 . 667576)
- (-1530 . 667548) (-1531 . 667455) (-1532 . 667078) (-1533 . 666950)
- (-1534 . 666898) (-1535 . 666511) (-1536 . 666445) (-1537 . 666315)
- (-1538 . 666202) (-1539 . 665811) (-1540 . 665674) (-1541 . 665601)
- (-1542 . 664784) (-1543 . 664731) (-1544 . 664548) (-1545 . 664100)
- (-1546 . 663991) (-1547 . 663816) (-1548 . 663597) (-1549 . 663171)
- (-1550 . 663080) (-1551 . 662925) (-1552 . 662783) (-1553 . 662441)
- (-1554 . 662323) (-1555 . 661964) (-1556 . 661791) (-1557 . 661732)
- (-1558 . 661623) (-1559 . 661545) (-1560 . 661186) (-1561 . 660927)
- (-1562 . 660837) (-1563 . 660770) (-1564 . 660656) (-1565 . 660498)
- (-1566 . 660338) (-1567 . 659958) (-1568 . 659834) (-1569 . 659690)
- (-1570 . 659558) (-1571 . 659442) (-1572 . 659317) (-1573 . 658975)
- (-1574 . 658642) (-1575 . 658547) (-1576 . 658449) (-1577 . 658247)
- (-1578 . 657746) (-1579 . 657675) (-1580 . 655260) (-1581 . 655113)
- (-1582 . 655006) (-1583 . 654612) (-1584 . 654464) (-1585 . 654204)
- (-1586 . 654134) (-1587 . 653976) (-1588 . 653770) (-1589 . 653693)
- (-1590 . 653501) (-1591 . 653415) (-1592 . 653352) (-1593 . 653300)
- (-1594 . 652955) (-1595 . 652527) (-1596 . 652455) (-1597 . 652273)
- (-1598 . 652164) (-1599 . 652061) (-1600 . 652001) (-1601 . 651898)
- (-1602 . 651487) (-1603 . 651238) (-1604 . 651170) (-1605 . 651096)
- (-1606 . 650946) (-1607 . 650713) (-1608 . 650654) (-1609 . 650572)
- (-1610 . 650538) (-1611 . 650244) (-1612 . 650137) (-1613 . 649865)
- (-1614 . 649766) (-1615 . 649666) (-1616 . 649514) (-1617 . 649354)
- (-1618 . 649079) (-1619 . 648987) (-1620 . 648229) (-1621 . 648135)
- (-1622 . 647955) (-1623 . 647903) (-1624 . 647704) (-1625 . 646961)
- (-1626 . 646748) (-1627 . 645994) (-1628 . 645908) (-1629 . 645812)
- (-1630 . 645388) (-1631 . 645280) (-1632 . 645049) (-1633 . 644993)
- (-1634 . 644940) (-1635 . 644888) (-1636 . 644808) (-1637 . 644664)
- (-1638 . 644557) (-1639 . 644504) (-1640 . 644346) (-1641 . 644112)
- (-1642 . 644084) (-1643 . 644012) (-1644 . 643925) (-1645 . 643870)
- (-1646 . 643801) (-1647 . 643237) (-1648 . 643130) (-1649 . 642950)
- (-1650 . 642849) (-1651 . 642508) (-1652 . 642437) (-1653 . 642125)
- (-1654 . 642001) (-1655 . 641842) (-1656 . 641789) (-1657 . 641712)
- (-1658 . 641642) (-1659 . 641106) (-1660 . 641053) (-1661 . 640898)
- (-1662 . 640799) (-1663 . 640725) (-1664 . 640673) (-1665 . 640423)
- (-1666 . 640336) (-1667 . 640236) (-1668 . 639208) (-1669 . 638613)
- (-1670 . 638178) (-1671 . 638060) (-1672 . 637972) (-1673 . 637901)
- (-1674 . 637830) (-1675 . 637756) (-1676 . 637662) (-1677 . 637273)
- (-1678 . 637026) (-1679 . 636903) (-1680 . 636585) (-1681 . 636507)
- (-1682 . 636380) (-1683 . 636192) (-1684 . 636136) (-1685 . 635976)
- (-1686 . 635902) (-1687 . 635835) (-1688 . 635741) (-1689 . 635677)
- (-1690 . 635540) (-1691 . 635485) (-1692 . 635416) (-1693 . 634778)
- (-1694 . 634586) (-1695 . 634491) (-1696 . 634099) (-1697 . 633896)
- (-1698 . 632710) (-1699 . 632180) (-1700 . 631850) (-1701 . 631741)
- (-1702 . 631461) (-1703 . 631364) (-1704 . 630876) (-1705 . 630741)
- (-1706 . 630625) (-1707 . 630515) (-1708 . 630400) (-1709 . 629218)
- (-1710 . 629116) (-1711 . 629063) (-1712 . 629011) (-1713 . 628840)
- (-1714 . 628744) (-1715 . 628694) (-1716 . 628501) (-1717 . 628443)
- (-1718 . 628391) (-1719 . 628218) (-1720 . 626012) (-1721 . 625309)
- (-1722 . 625235) (-1723 . 625137) (-1724 . 625070) (-1725 . 624632)
- (-1726 . 621705) (-1727 . 621429) (-1728 . 621299) (-1729 . 621228)
- (-1730 . 621014) (-1731 . 620810) (-1732 . 620736) (-1733 . 620526)
- (-1734 . 620313) (-1735 . 620228) (-1736 . 620120) (-1737 . 620040)
- (-1738 . 619951) (-1739 . 619898) (-1740 . 619707) (-1741 . 619591)
- (-1742 . 619475) (-1743 . 618699) (-1744 . 618481) (-1745 . 618220)
- (-1746 . 617972) (-1747 . 616526) (-1748 . 616452) (-1749 . 616391)
- (-1750 . 616284) (-1751 . 616232) (-1752 . 616097) (-1753 . 615939)
- (-1754 . 615818) (-1755 . 615738) (-1756 . 615671) (-1757 . 615642)
- (-1758 . 615561) (-1759 . 615405) (-1760 . 615368) (-1761 . 615297)
- (-1762 . 615149) (-1763 . 615051) (-1764 . 614935) (-1765 . 614103)
- (-1766 . 614005) (-1767 . 613925) (-1768 . 613341) (-1769 . 613259)
- (-1770 . 613207) (-1771 . 612977) (-1772 . 612698) (-1773 . 612546)
- (-1774 . 611676) (-1775 . 611602) (-1776 . 611518) (-1777 . 611420)
- (-1778 . 611231) (-1779 . 611180) (-1780 . 611079) (-1781 . 610880)
- (-1782 . 609997) (-1783 . 609929) (-1784 . 609828) (-1785 . 609621)
- (-1786 . 609479) (-1787 . 609397) (-1788 . 609313) (-1789 . 609240)
- (-1790 . 608789) (-1791 . 608710) (-1792 . 608676) (-1793 . 608553)
- (-1794 . 608433) (-1795 . 608291) (-1796 . 608192) (-1797 . 608160)
- (-1798 . 607707) (-1799 . 607633) (-1800 . 607492) (-1801 . 607337)
- (-1802 . 607306) (-1803 . 607129) (-1804 . 606522) (-1805 . 606415)
- (-1806 . 605542) (-1807 . 605125) (-1808 . 604825) (-1809 . 604756)
- (-1810 . 604403) (-1811 . 604011) (-1812 . 603660) (-1813 . 603479)
- (-1814 . 603242) (-1815 . 603123) (-1816 . 603040) (-1817 . 602933)
- (-1818 . 602330) (-1819 . 602251) (-1820 . 602107) (-1821 . 601677)
- (-1822 . 601628) (-1823 . 601530) (-1824 . 601501) (-1825 . 601192)
- (-1826 . 601155) (-1827 . 601103) (-1828 . 600948) (-1829 . 600599)
- (-1830 . 598631) (-1831 . 598543) (-1832 . 598487) (-1833 . 598385)
- (-1834 . 598302) (-1835 . 598088) (-1836 . 597955) (-1837 . 597784)
- (-1838 . 597533) (-1839 . 597362) (-1840 . 597100) (-1841 . 597014)
- (-1842 . 596919) (-1843 . 596721) (-1844 . 596465) (-1845 . 596412)
- (-1846 . 596232) (-1847 . 596135) (-1848 . 596051) (-1849 . 595955)
- (-1850 . 595882) (-1851 . 595799) (-1852 . 595628) (-1853 . 595500)
- (-1854 . 595128) (-1855 . 594610) (-1856 . 594540) (-1857 . 594173)
- (-1858 . 594015) (-1859 . 593355) (-1860 . 593217) (-1861 . 593091)
- (-1862 . 592982) (-1863 . 592892) (-1864 . 592734) (-1865 . 592544)
- (-1866 . 592371) (-1867 . 592319) (-1868 . 592291) (-1869 . 592208)
- (-1870 . 592095) (-1871 . 592024) (-1872 . 591905) (-1873 . 591804)
- (-1874 . 591749) (-1875 . 591684) (-1876 . 591357) (-1877 . 591295)
- (-1878 . 591243) (-1879 . 591149) (-1880 . 591034) (-1881 . 590966)
- (-1882 . 590904) (-1883 . 590686) (-1884 . 590624) (-1885 . 590466)
- (-1886 . 590432) (-1887 . 590274) (-1888 . 590208) (-1889 . 590077)
- (-1890 . 589748) (-1891 . 589623) (-1892 . 589408) (-1893 . 589287)
- (-1894 . 589144) (-1895 . 588957) (-1896 . 588852) (-1897 . 588785)
- (-1898 . 588719) (-1899 . 588690) (-1900 . 586834) (-1901 . 586756)
- (-1902 . 586704) (-1903 . 586578) (-1904 . 586403) (-1905 . 586107)
- (-1906 . 586039) (-1907 . 585915) (-1908 . 585849) (-1909 . 585730)
- (-1910 . 585566) (-1911 . 585442) (-1912 . 585372) (-1913 . 585259)
- (-1914 . 585201) (-1915 . 585058) (-1916 . 584806) (-1917 . 584741)
- (-1918 . 584308) (-1919 . 584220) (-1920 . 584121) (-1921 . 584003)
- (-1922 . 583713) (-1923 . 583625) (-1924 . 583503) (-1925 . 583475)
- (-1926 . 583330) (-1927 . 582839) (-1928 . 582720) (-1929 . 582662)
- (-1930 . 582574) (-1931 . 582494) (-1932 . 582411) (-1933 . 582206)
- (-1934 . 581868) (-1935 . 581508) (-1936 . 581322) (-1937 . 581240)
- (-1938 . 581056) (-1939 . 580893) (-1940 . 580346) (-1941 . 580100)
- (-1942 . 579928) (-1943 . 579900) (-1944 . 579695) (-1945 . 579593)
- (-1946 . 578989) (-1947 . 578859) (-1948 . 578334) (-1949 . 578281)
- (-1950 . 578171) (-1951 . 578043) (-1952 . 577955) (-1953 . 577813)
- (-1954 . 577764) (-1955 . 577639) (-1956 . 577573) (-1957 . 577277)
- (-1958 . 577156) (-1959 . 577058) (-1960 . 576978) (-1961 . 576855)
- (-1962 . 576760) (-1963 . 576536) (-1964 . 576463) (-1965 . 576407)
- (-1966 . 576273) (-1967 . 574977) (-1968 . 574804) (-1969 . 574677)
- (-1970 . 574517) (-1971 . 574443) (-1972 . 574366) (-1973 . 574231)
- (-1974 . 574097) (-1975 . 574044) (-1976 . 573867) (-1977 . 573742)
- (-1978 . 573689) (-1979 . 573576) (-1980 . 573523) (-1981 . 573008)
- (-1982 . 572935) (-1983 . 572847) (-1984 . 572781) (-1985 . 572576)
- (-1986 . 572505) (-1987 . 572419) (-1988 . 572275) (-1989 . 572162)
- (-1990 . 572055) (-1991 . 571958) (-1992 . 571905) (-1993 . 570473)
- (-1994 . 570421) (-1995 . 570004) (-1996 . 569854) (-1997 . 569777)
- (-1998 . 569654) (-1999 . 569505) (-2000 . 569314) (-2001 . 569231)
- (-2002 . 569154) (-2003 . 569025) (-2004 . 568946) (-2005 . 568625)
- (-2006 . 568449) (-2007 . 568168) (-2008 . 568087) (-2009 . 567946)
- (-2010 . 567839) (-2011 . 567559) (-2012 . 567403) (-2013 . 567315)
- (-2014 . 566456) (-2015 . 566277) (-2016 . 566206) (-2017 . 566044)
- (-2018 . 565932) (-2019 . 565773) (-2020 . 565625) (-2021 . 565101)
- (-2022 . 565046) (-2023 . 564905) (-2024 . 564792) (-2025 . 564511)
- (-2026 . 564445) (-2027 . 564374) (-2028 . 564146) (-2029 . 563949)
- (-2030 . 563746) (-2031 . 563693) (-2032 . 563651) (-2033 . 563580)
- (-2034 . 563037) (-2035 . 562921) (-2036 . 562762) (-2037 . 562453)
- (-2038 . 562387) (-2039 . 562192) (-2040 . 562073) (-2041 . 562013)
- (-2042 . 561895) (-2043 . 561442) (-2044 . 561081) (-2045 . 561050)
- (-2046 . 560970) (-2047 . 560862) (-2048 . 560677) (-2049 . 559941)
- (-2050 . 559853) (-2051 . 559770) (-2052 . 559720) (-2053 . 559552)
- (-2054 . 559383) (-2055 . 559267) (-2056 . 559179) (-2057 . 559120)
- (-2058 . 558829) (-2059 . 558769) (-2060 . 553657) (-2061 . 553603)
- (-2062 . 553473) (-2063 . 553306) (-2064 . 553278) (-2065 . 553226)
- (-2066 . 553073) (-2067 . 552847) (-2068 . 552550) (-2069 . 551898)
- (-2070 . 551721) (-2071 . 551207) (-2072 . 551155) (-2073 . 551011)
- (-2074 . 550732) (-2075 . 550411) (-2076 . 550086) (-2077 . 549991)
- (-2078 . 549907) (-2079 . 549843) (-2080 . 549773) (-2081 . 549645)
- (-2082 . 549571) (-2083 . 549484) (-2084 . 549389) (-2085 . 549355)
- (-2086 . 549297) (-2087 . 549190) (-2088 . 548937) (-2089 . 547360)
- (-2090 . 547244) (-2091 . 547187) (-2092 . 546916) (-2093 . 546723)
- (-2094 . 546655) (-2095 . 546543) (-2096 . 546404) (-2097 . 546020)
- (-2098 . 545685) (-2099 . 545487) (-2100 . 545414) (-2101 . 545277)
- (-2102 . 545173) (-2103 . 544984) (-2104 . 544919) (-2105 . 544853)
- (-2106 . 544798) (-2107 . 544603) (-2108 . 544517) (-2109 . 544424)
- (-2110 . 544106) (-2111 . 543755) (-2112 . 543706) (-2113 . 543654)
- (-2114 . 543415) (-2115 . 543344) (-2116 . 542952) (-2117 . 541772)
- (-2118 . 541694) (-2119 . 541343) (-2120 . 541266) (-2121 . 541110)
- (-2122 . 540921) (-2123 . 540813) (-2124 . 540761) (-2125 . 540678)
- (-2126 . 540499) (-2127 . 540341) (-2128 . 539091) (-2129 . 538984)
- (-2130 . 538762) (-2131 . 538701) (-2132 . 538618) (-2133 . 538547)
- (-2134 . 538276) (-2135 . 538220) (-2136 . 538104) (-2137 . 537547)
- (-2138 . 537293) (-2139 . 537241) (-2140 . 537122) (-2141 . 536986)
- (-2142 . 536879) (-2143 . 536721) (-2144 . 536650) (-2145 . 536517)
- (-2146 . 536323) (-2147 . 535974) (-2148 . 535763) (-2149 . 534582)
- (-2150 . 534514) (-2151 . 534415) (-2152 . 534363) (-2153 . 534210)
- (-2154 . 534019) (-2155 . 533878) (-2156 . 533616) (-2157 . 533472)
- (-2158 . 533335) (-2159 . 533285) (-2160 . 532968) (-2161 . 532641)
- (-2162 . 532575) (-2163 . 532442) (-2164 . 532263) (-2165 . 532211)
- (-2166 . 531827) (-2167 . 531659) (-2168 . 531510) (-2169 . 531135)
- (-2170 . 530883) (-2171 . 530591) (-2172 . 530312) (-2173 . 529930)
- (-2174 . 529800) (-2175 . 529249) (-2176 . 529177) (-2177 . 529066)
- (-2178 . 528730) (-2179 . 528543) (-2180 . 528325) (-2181 . 528170)
- (-2182 . 527879) (-2183 . 527794) (-2184 . 527685) (-2185 . 527513)
- (-2186 . 527367) (-2187 . 527308) (-2188 . 527179) (-2189 . 527126)
- (-2190 . 527028) (-2191 . 526868) (-2192 . 526769) (-2193 . 526590)
- (-2194 . 526477) (-2195 . 526252) (-2196 . 526120) (-2197 . 525946)
- (-2198 . 525416) (-2199 . 525230) (-2200 . 525058) (-2201 . 524835)
- (-2202 . 524690) (-2203 . 524374) (-2204 . 524239) (-2205 . 524117)
- (-2206 . 523743) (-2207 . 523677) (-2208 . 523607) (-2209 . 523444)
- (-2210 . 523387) (-2211 . 522961) (-2212 . 522665) (-2213 . 522614)
- (-2214 . 520351) (-2215 . 520179) (-2216 . 520106) (-2217 . 519936)
- (-2218 . 519884) (-2219 . 519697) (-2220 . 519645) (-2221 . 519462)
- (-2222 . 519409) (-2223 . 519296) (-2224 . 519186) (-2225 . 519104)
- (-2226 . 518986) (-2227 . 518814) (-2228 . 518338) (-2229 . 518214)
- (-2230 . 517919) (-2231 . 517384) (-2232 . 517258) (-2233 . 517201)
- (-2234 . 517141) (-2235 . 517031) (-2236 . 516910) (-2237 . 516559)
- (-2238 . 516478) (-2239 . 516259) (-2240 . 516131) (-2241 . 516081)
- (-2242 . 515938) (-2243 . 515847) (-2244 . 515775) (-2245 . 515669)
- (-2246 . 515613) (-2247 . 515167) (-2248 . 514928) (-2249 . 514894)
- (-2250 . 514821) (-2251 . 514752) (-2252 . 514358) (-2253 . 513918)
- (-2254 . 512922) (-2255 . 512809) (-2256 . 512747) (-2257 . 512608)
- (-2258 . 512529) (-2259 . 512458) (-2260 . 512314) (-2261 . 512236)
- (-2262 . 512177) (-2263 . 511575) (-2264 . 511501) (-2265 . 511427)
- (-2266 . 509839) (-2267 . 509696) (-2268 . 509624) (-2269 . 509417)
- (-2270 . 509365) (-2271 . 509272) (-2272 . 509213) (-2273 . 509125)
- (-2274 . 509006) (-2275 . 508847) (-2276 . 508608) (-2277 . 508500)
- (-2278 . 508354) (-2279 . 508184) (-2280 . 508110) (-2281 . 507919)
- (-2282 . 507833) (-2283 . 507697) (-2284 . 507487) (-2285 . 507385)
- (-2286 . 507301) (-2287 . 507251) (-2288 . 507029) (-2289 . 506540)
- (-2290 . 506431) (-2291 . 506333) (-2292 . 506190) (-2293 . 506046)
- (-2294 . 505919) (-2295 . 505600) (-2296 . 505504) (-2297 . 505416)
- (-2298 . 505338) (-2299 . 505259) (-2300 . 504599) (-2301 . 504547)
- (-2302 . 504461) (-2303 . 504378) (-2304 . 504265) (-2305 . 503524)
- (-2306 . 503317) (-2307 . 503268) (-2308 . 502925) (-2309 . 502816)
- (-2310 . 502672) (-2311 . 502543) (-2312 . 502263) (-2313 . 502040)
- (-2314 . 501900) (-2315 . 501789) (-2316 . 501189) (-2317 . 501058)
- (-2318 . 500317) (-2319 . 499353) (-2320 . 499082) (-2321 . 499054)
- (-2322 . 498821) (-2323 . 498617) (-2324 . 498507) (-2325 . 498403)
- (-2326 . 498108) (-2327 . 498031) (-2328 . 497789) (-2329 . 497690)
- (-2330 . 497282) (-2331 . 497190) (-2332 . 496502) (-2333 . 496419)
- (-2334 . 496348) (-2335 . 496282) (-2336 . 496142) (-2337 . 496033)
- (-2338 . 495973) (-2339 . 495903) (-2340 . 495647) (-2341 . 495592)
- (-2342 . 495454) (-2343 . 495426) (-2344 . 495127) (-2345 . 495035)
- (-2346 . 494459) (-2347 . 494336) (-2348 . 494165) (-2349 . 493922)
- (-2350 . 493891) (-2351 . 493782) (-2352 . 493322) (-2353 . 493191)
- (-2354 . 493139) (-2355 . 492957) (-2356 . 492902) (-2357 . 492815)
- (-2358 . 492729) (-2359 . 492153) (-2360 . 491982) (-2361 . 491229)
- (-2362 . 491157) (-2363 . 491001) (-2364 . 490747) (-2365 . 490601)
- (-2366 . 490376) (-2367 . 490082) (-2368 . 489888) (-2369 . 489755)
- (-2370 . 489179) (-2371 . 489085) (-2372 . 488881) (-2373 . 488809)
- (-2374 . 488723) (-2375 . 488639) (-2376 . 488558) (-2377 . 488446)
- (-2378 . 488338) (-2379 . 488268) (-2380 . 487907) (-2381 . 487441)
- (-2382 . 486755) (-2383 . 486116) (-2384 . 485689) (-2385 . 484571)
- (-2386 . 484431) (-2387 . 484303) (-2388 . 484233) (-2389 . 483987)
- (-2390 . 483430) (-2391 . 483342) (-2392 . 480561) (-2393 . 480506)
- (-2394 . 480311) (-2395 . 479625) (-2396 . 479300) (-2397 . 479199)
- (-2398 . 479081) (-2399 . 478589) (-2400 . 478436) (-2401 . 478190)
- (-2402 . 478119) (-2403 . 477673) (-2404 . 477580) (-2405 . 477407)
- (-2406 . 477300) (-2407 . 476854) (-2408 . 476801) (-2409 . 476052)
- (-2410 . 476003) (-2411 . 475950) (-2412 . 475702) (-2413 . 475607)
- (-2414 . 475474) (-2415 . 475422) (-2416 . 475367) (-2417 . 475209)
- (-2418 . 474576) (-2419 . 474472) (-2420 . 473898) (-2421 . 473812)
- (-2422 . 473654) (-2423 . 473360) (-2424 . 473133) (-2425 . 473044)
- (-2426 . 472918) (-2427 . 472612) (-2428 . 471968) (-2429 . 471885)
- (-2430 . 470647) (-2431 . 470595) (-2432 . 466597) (-2433 . 466023)
- (-2434 . 465945) (-2435 . 465811) (-2436 . 465718) (-2437 . 465309)
- (-2438 . 465236) (-2439 . 465113) (-2440 . 465025) (-2441 . 464951)
- (-2442 . 464848) (-2443 . 464199) (-2444 . 463625) (-2445 . 463480)
- (-2446 . 463222) (-2447 . 463139) (-2448 . 462938) (-2449 . 462742)
- (-2450 . 462599) (-2451 . 462462) (-2452 . 462319) (-2453 . 462217)
- (-2454 . 462076) (-2455 . 461389) (-2456 . 461285) (-2457 . 461034)
- (-2458 . 460827) (-2459 . 460744) (-2460 . 460519) (-2461 . 460402)
- (-2462 . 460316) (-2463 . 460194) (-2464 . 460123) (-2465 . 460044)
- (-2466 . 459991) (-2467 . 459304) (-2468 . 459133) (-2469 . 459027)
- (-2470 . 458787) (-2471 . 458759) (-2472 . 458673) (-2473 . 458373)
- (-2474 . 458279) (-2475 . 458133) (-2476 . 458078) (-2477 . 457921)
- (-2478 . 457234) (-2479 . 457044) (-2480 . 456943) (-2481 . 456787)
- (-2482 . 456485) (-2483 . 455376) (-2484 . 455070) (-2485 . 454985)
- (-2486 . 454891) (-2487 . 454462) (-2488 . 454341) (-2489 . 454275)
- (-2490 . 453884) (-2491 . 453738) (-2492 . 453163) (-2493 . 453040)
- (-2494 . 453006) (-2495 . 452954) (-2496 . 452925) (-2497 . 452851)
- (-2498 . 452624) (-2499 . 452571) (-2500 . 452465) (-2501 . 452318)
- (-2502 . 452117) (-2503 . 451607) (-2504 . 451350) (-2505 . 451294)
- (-2506 . 450719) (-2507 . 450601) (-2508 . 449797) (-2509 . 449700)
- (-2510 . 449476) (-2511 . 449382) (-2512 . 449088) (-2513 . 449002)
- (-2514 . 448873) (-2515 . 448617) (-2516 . 448494) (-2517 . 448342)
- (-2518 . 447767) (-2519 . 447645) (-2520 . 447547) (-2521 . 447440)
- (-2522 . 447331) (-2523 . 447193) (-2524 . 447005) (-2525 . 446874)
- (-2526 . 446735) (-2527 . 446553) (-2528 . 446469) (-2529 . 446293)
- (-2530 . 445719) (-2531 . 445616) (-2532 . 444962) (-2533 . 444881)
- (-2534 . 444740) (-2535 . 444627) (-2536 . 444508) (-2537 . 444437)
- (-2538 . 444292) (-2539 . 444194) (-2540 . 444098) (-2541 . 443954)
- (-2542 . 443826) (-2543 . 443252) (-2544 . 443169) (-2545 . 443103)
- (-2546 . 442611) (-2547 . 442513) (-2548 . 442303) (-2549 . 442131)
- (-2550 . 440280) (-2551 . 440157) (-2552 . 440070) (-2553 . 439921)
- (-2554 . 439743) (-2555 . 439671) (-2556 . 438997) (-2557 . 438902)
- (-2558 . 438742) (-2559 . 438693) (-2560 . 438592) (-2561 . 438539)
- (-2562 . 438475) (-2563 . 438360) (-2564 . 438308) (-2565 . 438234)
- (-2566 . 437566) (-2567 . 437488) (-2568 . 437359) (-2569 . 437092)
- (-2570 . 437019) (-2571 . 436860) (-2572 . 436772) (-2573 . 436492)
- (-2574 . 436419) (-2575 . 436363) (-2576 . 436225) (-2577 . 436175)
- (-2578 . 435982) (-2579 . 435923) (-2580 . 435303) (-2581 . 434915)
- (-2582 . 434816) (-2583 . 434695) (-2584 . 434571) (-2585 . 434449)
- (-2586 . 434378) (-2587 . 434270) (-2588 . 434132) (-2589 . 434067)
- (-2590 . 433990) (-2591 . 433815) (-2592 . 433393) (-2593 . 433143)
- (-2594 . 432041) (-2595 . 431287) (-2596 . 431178) (-2597 . 431150)
- (-2598 . 430671) (-2599 . 430581) (-2600 . 430523) (-2601 . 430450)
- (-2602 . 430334) (-2603 . 430257) (-2604 . 430183) (-2605 . 430076)
- (-2606 . 429602) (-2607 . 429546) (-2608 . 429493) (-2609 . 429422)
- (-2610 . 429303) (-2611 . 429215) (-2612 . 429113) (-2613 . 428989)
- (-2614 . 428704) (-2615 . 428610) (-2616 . 428533) (-2617 . 428132)
- (-2618 . 426847) (-2619 . 426711) (-2620 . 426473) (-2621 . 426422)
- (-2622 . 426041) (-2623 . 425987) (-2624 . 425566) (-2625 . 425292)
- (-2626 . 425068) (-2627 . 424964) (-2628 . 424887) (-2629 . 424817)
- (-2630 . 424670) (-2631 . 424310) (-2632 . 424213) (-2633 . 424067)
- (-2634 . 423909) (-2635 . 423835) (-2636 . 423756) (-2637 . 423374)
- (-2638 . 422829) (-2639 . 422438) (-2640 . 422166) (-2641 . 422094)
- (-2642 . 421922) (-2643 . 421546) (-2644 . 421491) (-2645 . 421394)
- (-2646 . 421236) (-2647 . 421130) (-2648 . 421060) (-2649 . 420983)
- (-2650 . 420931) (-2651 . 420848) (-2652 . 420762) (-2653 . 420674)
- (-2654 . 420462) (-2655 . 419863) (-2656 . 419459) (-2657 . 419092)
- (-2658 . 418874) (-2659 . 418760) (-2660 . 418636) (-2661 . 418343)
- (-2662 . 418243) (-2663 . 417240) (-2664 . 417188) (-2665 . 417092)
- (-2666 . 417021) (-2667 . 416894) (-2668 . 416717) (-2669 . 416535)
- (-2670 . 416381) (-2671 . 416350) (-2672 . 415963) (-2673 . 415818)
- (-2674 . 415002) (-2675 . 414661) (-2676 . 414573) (-2677 . 414430)
- (-2678 . 414338) (-2679 . 414185) (-2680 . 413811) (-2681 . 413445)
- (-2682 . 413344) (-2683 . 413217) (-2684 . 413051) (-2685 . 412833)
- (-2686 . 412694) (-2687 . 412638) (-2688 . 412500) (-2689 . 412405)
- (-2690 . 412274) (-2691 . 412197) (-2692 . 412112) (-2693 . 411722)
- (-2694 . 411663) (-2695 . 411576) (-2696 . 411467) (-2697 . 411415)
- (-2698 . 411250) (-2699 . 411151) (-2700 . 411098) (-2701 . 410756)
- (-2702 . 410143) (-2703 . 410074) (-2704 . 410037) (-2705 . 409817)
- (-2706 . 409608) (-2707 . 409551) (-2708 . 409386) (-2709 . 409316)
- (-2710 . 409101) (-2711 . 408963) (-2712 . 407893) (-2713 . 407800)
- (-2714 . 407543) (-2715 . 407116) (-2716 . 407001) (-2717 . 406813)
- (-2718 . 406643) (-2719 . 406508) (-2720 . 406446) (-2721 . 406394)
- (-2722 . 405965) (-2723 . 405886) (-2724 . 405755) (-2725 . 405678)
- (-2726 . 405592) (-2727 . 405521) (-2728 . 405459) (-2729 . 405352)
- (-2730 . 405258) (-2731 . 405018) (-2732 . 404967) (-2733 . 404897)
- (-2734 . 404842) (-2735 . 404743) (-2736 . 404524) (-2737 . 404458)
- (-2738 . 404359) (-2739 . 404275) (-2740 . 404216) (-2741 . 403887)
- (-2742 . 403768) (-2743 . 403665) (-2744 . 403355) (-2745 . 403212)
- (-2746 . 402973) (-2747 . 402859) (-2748 . 402474) (-2749 . 402386)
- (-2750 . 402167) (-2751 . 402099) (-2752 . 401884) (-2753 . 401623)
- (-2754 . 401345) (-2755 . 401259) (-2756 . 401149) (-2757 . 401034)
- (-2758 . 400953) (-2759 . 400752) (-2760 . 400695) (-2761 . 400558)
- (-2762 . 400449) (-2763 . 400386) (-2764 . 400213) (-2765 . 400106)
- (-2766 . 399878) (-2767 . 399662) (-2768 . 399365) (-2769 . 399115)
- (-2770 . 398728) (-2771 . 398572) (-2772 . 398419) (-2773 . 398313)
- (-2774 . 398146) (-2775 . 398083) (-2776 . 397861) (-2777 . 397787)
- (-2778 . 397727) (-2779 . 397480) (-2780 . 397331) (-2781 . 397230)
- (-2782 . 397051) (-2783 . 396912) (-2784 . 396853) (-2785 . 396754)
- (-2786 . 396644) (-2787 . 396583) (-2788 . 396499) (-2789 . 396401)
- (-2790 . 396280) (-2791 . 396005) (-2792 . 395892) (-2793 . 395798)
- (-2794 . 395585) (-2795 . 395531) (-2796 . 395117) (-2797 . 394959)
- (-2798 . 394865) (-2799 . 394771) (-2800 . 394743) (-2801 . 394501)
- (-2802 . 394094) (-2803 . 394042) (-2804 . 393968) (-2805 . 393824)
- (-2806 . 393743) (-2807 . 393416) (-2808 . 393287) (-2809 . 392888)
- (-2810 . 392070) (-2811 . 391964) (-2812 . 391825) (-2813 . 391449)
- (-2814 . 390633) (-2815 . 390533) (-2816 . 390417) (-2817 . 390365)
- (-2818 . 390192) (-2819 . 389956) (-2820 . 389852) (-2821 . 389789)
- (-2822 . 389687) (-2823 . 389607) (-2824 . 389397) (-2825 . 389190)
- (-2826 . 389076) (-2827 . 389027) (-2828 . 388957) (-2829 . 388767)
- (-2830 . 388605) (-2831 . 388498) (-2832 . 383160) (-2833 . 383128)
- (-2834 . 382947) (-2835 . 382833) (-2836 . 382736) (-2837 . 382575)
- (-2838 . 382477) (-2839 . 382378) (-2840 . 382051) (-2841 . 381947)
- (-2842 . 381815) (-2843 . 381371) (-2844 . 381301) (-2845 . 381267)
- (-2846 . 381160) (-2847 . 380908) (-2848 . 380756) (-2849 . 380641)
- (-2850 . 380582) (-2851 . 380439) (-2852 . 380356) (-2853 . 379835)
- (-2854 . 379645) (-2855 . 378433) (-2856 . 378154) (-2857 . 378101)
- (-2858 . 377756) (-2859 . 377381) (-2860 . 376702) (-2861 . 376604)
- (-2862 . 376492) (-2863 . 376419) (-2864 . 376253) (-2865 . 374913)
- (-2866 . 374695) (-2867 . 374357) (-2868 . 374233) (-2869 . 374183)
- (-2870 . 374062) (-2871 . 374011) (-2872 . 373931) (-2873 . 373851)
- (-2874 . 373696) (-2875 . 373619) (-2876 . 373500) (-2877 . 373423)
- (-2878 . 372816) (-2879 . 372370) (-2880 . 372148) (-2881 . 371869)
- (-2882 . 371786) (-2883 . 371732) (-2884 . 371386) (-2885 . 371147)
- (-2886 . 371090) (-2887 . 370937) (-2888 . 370781) (-2889 . 363782)
- (-2890 . 363624) (-2891 . 363445) (-2892 . 363013) (-2893 . 362911)
- (-2894 . 362770) (-2895 . 362682) (-2896 . 362569) (-2897 . 362171)
- (-2898 . 362100) (-2899 . 361992) (-2900 . 361887) (-2901 . 361786)
- (-2902 . 361685) (-2903 . 361611) (-2904 . 361399) (-2905 . 361327)
- (-2906 . 361084) (-2907 . 359772) (-2908 . 359740) (-2909 . 359287)
- (-2910 . 359210) (-2911 . 358939) (-2912 . 358691) (-2913 . 358381)
- (-2914 . 358155) (-2915 . 358037) (-2916 . 357966) (-2917 . 357914)
- (-2918 . 357862) (-2919 . 357755) (-2920 . 357646) (-2921 . 357597)
- (-2922 . 357515) (-2923 . 357357) (-2924 . 357239) (-2925 . 356928)
- (-2926 . 356810) (-2927 . 356686) (-2928 . 356634) (-2929 . 356551)
- (-2930 . 356417) (-2931 . 356283) (-2932 . 356228) (-2933 . 356061)
- (-2934 . 356009) (-2935 . 355636) (-2936 . 355557) (-2937 . 355342)
- (-2938 . 355282) (-2939 . 355109) (-2940 . 354888) (-2941 . 354743)
- (-2942 . 354620) (-2943 . 354536) (-2944 . 354430) (-2945 . 354277)
- (-2946 . 354208) (-2947 . 353981) (-2948 . 353884) (-2949 . 353818)
- (-2950 . 353503) (-2951 . 352415) (-2952 . 352343) (-2953 . 352025)
- (-2954 . 351957) (-2955 . 351905) (-2956 . 351828) (-2957 . 351596)
- (-2958 . 351328) (-2959 . 351209) (-2960 . 351128) (-2961 . 351029)
- (-2962 . 350874) (-2963 . 350817) (-2964 . 349977) (-2965 . 349403)
- (-2966 . 349151) (-2967 . 349035) (-2968 . 348931) (-2969 . 348876)
- (-2970 . 348823) (-2971 . 348710) (-2972 . 348544) (-2973 . 348228)
- (-2974 . 348160) (-2975 . 347845) (-2976 . 347774) (-2977 . 347441)
- (-2978 . 347223) (-2979 . 347171) (-2980 . 347026) (-2981 . 346965)
- (-2982 . 346801) (-2983 . 346626) (-2984 . 346115) (-2985 . 345929)
- (-2986 . 345814) (-2987 . 345712) (-2988 . 345536) (-2989 . 345484)
- (-2990 . 345450) (-2991 . 345325) (-2992 . 345262) (-2993 . 345160)
- (-2994 . 343690) (-2995 . 343512) (-2996 . 343415) (-2997 . 342988)
- (-2998 . 342808) (-2999 . 342486) (-3000 . 342277) (-3001 . 342176)
- (-3002 . 342072) (-3003 . 341729) (-3004 . 341644) (-3005 . 341563)
- (-3006 . 341436) (-3007 . 341343) (-3008 . 341290) (-3009 . 341147)
- (-3010 . 341064) (-3011 . 340603) (-3012 . 340504) (-3013 . 339930)
- (-3014 . 339777) (-3015 . 339670) (-3016 . 338857) (-3017 . 338739)
- (-3018 . 338640) (-3019 . 338538) (-3020 . 338397) (-3021 . 338158)
- (-3022 . 338060) (-3023 . 337953) (-3024 . 337351) (-3025 . 336435)
- (-3026 . 336185) (-3027 . 335528) (-3028 . 335421) (-3029 . 335387)
- (-3030 . 335255) (-3031 . 335052) (-3032 . 334948) (-3033 . 334891)
- (-3034 . 334805) (-3035 . 334702) (-3036 . 334506) (-3037 . 334399)
- (-3038 . 334259) (-3039 . 333928) (-3040 . 333424) (-3041 . 333172)
- (-3042 . 333119) (-3043 . 332872) (-3044 . 332760) (-3045 . 332241)
- (-3046 . 332017) (-3047 . 331827) (-3048 . 331647) (-3049 . 331532)
- (-3050 . 331409) (-3051 . 331329) (-3052 . 331120) (-3053 . 331037)
- (-3054 . 330734) (-3055 . 330662) (-3056 . 330443) (-3057 . 330283)
- (-3058 . 330211) (-3059 . 330077) (-3060 . 329999) (-3061 . 329917)
- (-3062 . 329524) (-3063 . 329458) (-3064 . 329160) (-3065 . 328633)
- (-3066 . 328581) (-3067 . 328289) (-3068 . 328261) (-3069 . 328031)
- (-3070 . 327871) (-3071 . 327817) (-3072 . 327757) (-3073 . 327657)
- (-3074 . 327434) (-3075 . 326994) (-3076 . 326921) (-3077 . 326119)
- (-3078 . 326029) (-3079 . 325532) (-3080 . 325408) (-3081 . 325283)
- (-3082 . 325180) (-3083 . 324989) (-3084 . 324912) (-3085 . 324802)
- (-3086 . 324622) (-3087 . 324473) (-3088 . 324348) (-3089 . 324189)
- (-3090 . 324059) (-3091 . 323915) (-3092 . 323741) (-3093 . 323675)
- (-3094 . 323143) (-3095 . 321413) (-3096 . 319251) (-3097 . 318868)
- (-3098 . 318578) (-3099 . 318331) (-3100 . 318201) (-3101 . 318102)
- (-3102 . 314803) (-3103 . 314706) (-3104 . 314651) (-3105 . 314595)
- (-3106 . 314497) (-3107 . 314420) (-3108 . 314283) (-3109 . 314206)
- (-3110 . 313697) (-3111 . 313625) (-3112 . 313480) (-3113 . 313421)
- (-3114 . 313371) (-3115 . 313289) (-3116 . 312703) (-3117 . 312507)
- (-3118 . 312413) (-3119 . 312300) (-3120 . 312204) (-3121 . 312092)
- (-3122 . 311945) (-3123 . 311882) (-3124 . 311760) (-3125 . 311623)
- (-3126 . 311495) (-3127 . 311247) (-3128 . 311140) (-3129 . 311041)
- (-3130 . 310954) (-3131 . 310873) (-3132 . 310780) (-3133 . 310709)
- (-3134 . 310547) (-3135 . 310449) (-3136 . 309251) (-3137 . 309152)
- (-3138 . 308933) (-3139 . 308809) (-3140 . 308536) (-3141 . 308406)
- (-3142 . 308160) (-3143 . 307993) (-3144 . 307859) (-3145 . 307456)
- (-3146 . 307161) (-3147 . 307106) (-3148 . 307022) (-3149 . 306955)
- (-3150 . 306428) (-3151 . 306373) (-3152 . 306299) (-3153 . 306225)
- (-3154 . 306103) (-3155 . 304801) (-3156 . 304706) (-3157 . 304487)
- (-3158 . 304244) (-3159 . 304145) (-3160 . 299985) (-3161 . 299933)
- (-3162 . 299687) (-3163 . 299385) (-3164 . 299329) (-3165 . 298851)
- (-3166 . 298786) (-3167 . 298689) (-3168 . 298584) (-3169 . 298441)
- (-3170 . 298280) (-3171 . 298127) (-3172 . 297909) (-3173 . 297780)
- (-3174 . 297707) (-3175 . 297482) (-3176 . 297394) (-3177 . 297088)
- (-3178 . 296944) (-3179 . 296797) (-3180 . 296654) (-3181 . 296517)
- (-3182 . 296480) (-3183 . 296407) (-3184 . 296122) (-3185 . 296008)
- (-3186 . 295942) (-3187 . 295914) (-3188 . 295831) (-3189 . 295758)
- (-3190 . 295692) (-3191 . 295607) (-3192 . 295555) (-3193 . 295521)
- (-3194 . 295414) (-3195 . 295335) (-3196 . 295245) (-3197 . 295131)
- (-3198 . 295097) (-3199 . 294982) (-3200 . 294831) (-3201 . 294664)
- (-3202 . 294577) (-3203 . 294505) (-3204 . 294304) (-3205 . 294090)
- (-3206 . 293989) (-3207 . 293912) (-3208 . 293838) (-3209 . 293552)
- (-3210 . 293207) (-3211 . 292921) (-3212 . 292868) (-3213 . 269647)
- (-3214 . 269559) (-3215 . 268378) (-3216 . 268254) (-3217 . 267648)
- (-3218 . 267574) (-3219 . 267436) (-3220 . 267358) (-3221 . 267275)
- (-3222 . 267179) (-3223 . 266803) (-3224 . 266775) (-3225 . 266674)
- (-3226 . 263922) (-3227 . 263641) (-3228 . 263438) (-3229 . 263325)
- (-3230 . 263219) (-3231 . 263164) (-3232 . 262618) (-3233 . 262462)
- (-3234 . 262300) (-3235 . 262249) (-3236 . 262094) (-3237 . 261807)
- (-3238 . 261721) (-3239 . 261587) (-3240 . 261372) (-3241 . 261249)
- (-3242 . 260937) (-3243 . 260601) (-3244 . 260548) (-3245 . 260475)
- (-3246 . 260420) (-3247 . 260293) (-3248 . 259942) (-3249 . 259822)
- (-3250 . 259541) (-3251 . 259147) (-3252 . 259038) (-3253 . 258894)
- (-3254 . 258486) (-3255 . 258403) (-3256 . 258299) (-3257 . 258198)
- (-3258 . 257819) (-3259 . 257791) (-3260 . 257633) (-3261 . 257141)
- (-3262 . 256996) (-3263 . 256894) (-3264 . 256815) (-3265 . 256729)
- (-3266 . 256551) (-3267 . 256421) (-3268 . 256350) (-3269 . 256276)
- (-3270 . 256194) (-3271 . 256090) (-3272 . 256028) (-3273 . 255972)
- (-3274 . 255901) (-3275 . 255848) (-3276 . 255685) (-3277 . 255567)
- (-3278 . 255394) (-3279 . 255232) (-3280 . 255165) (-3281 . 254792)
- (-3282 . 254670) (-3283 . 254636) (-3284 . 254577) (-3285 . 251241)
- (-3286 . 251185) (-3287 . 250658) (-3288 . 250307) (-3289 . 250240)
- (-3290 . 249853) (-3291 . 249696) (-3292 . 249531) (-3293 . 249481)
- (-3294 . 249409) (-3295 . 249207) (-3296 . 249155) (-3297 . 248984)
- (-3298 . 248933) (-3299 . 246819) (-3300 . 246731) (-3301 . 246344)
- (-3302 . 246148) (-3303 . 246117) (-3304 . 246031) (-3305 . 245930)
- (-3306 . 245745) (-3307 . 244975) (-3308 . 244791) (-3309 . 244544)
- (-3310 . 244470) (-3311 . 244252) (-3312 . 244077) (-3313 . 244000)
- (-3314 . 243899) (-3315 . 243420) (-3316 . 243342) (-3317 . 243263)
- (-3318 . 243085) (-3319 . 243011) (-3320 . 242853) (-3321 . 242566)
- (-3322 . 242500) (-3323 . 242335) (-3324 . 242255) (-3325 . 242144)
- (-3326 . 242070) (-3327 . 241982) (-3328 . 241915) (-3329 . 241757)
- (-3330 . 241568) (** . 238479) (-3332 . 238284) (-3333 . 238150)
- (-3334 . 237931) (-3335 . 237876) (-3336 . 237698) (-3337 . 237504)
- (-3338 . 237413) (-3339 . 237316) (-3340 . 237213) (-3341 . 237144)
- (-3342 . 237000) (-3343 . 235727) (-3344 . 235502) (-3345 . 235385)
- (-3346 . 235167) (-3347 . 235031) (-3348 . 234912) (-3349 . 234720)
- (-3350 . 234442) (-3351 . 234333) (-3352 . 234091) (-3353 . 233990)
- (-3354 . 233904) (-3355 . 233802) (-3356 . 233693) (-3357 . 233521)
- (-3358 . 233468) (-3359 . 233384) (-3360 . 232182) (-3361 . 232120)
- (-3362 . 231867) (-3363 . 231760) (-3364 . 231687) (-3365 . 231519)
- (-3366 . 231442) (-3367 . 231294) (-3368 . 230952) (-3369 . 230725)
- (-3370 . 230697) (-3371 . 230570) (-3372 . 230415) (-3373 . 230332)
- (-3374 . 230171) (-3375 . 230139) (-3376 . 229716) (-3377 . 229660)
- (-3378 . 229493) (-3379 . 229440) (-3380 . 229412) (-3381 . 229169)
- (-3382 . 229073) (-3383 . 228885) (-3384 . 228753) (-3385 . 228660)
- (-3386 . 228370) (-3387 . 228261) (-3388 . 228096) (-3389 . 228001)
- (-3390 . 227818) (-3391 . 227627) (-3392 . 227434) (-3393 . 227356)
- (-9 . 227328) (-3395 . 227209) (-3396 . 226947) (-3397 . 226598)
- (-3398 . 226002) (-3399 . 225799) (-3400 . 225604) (-3401 . 225086)
- (-3402 . 225034) (-3403 . 224904) (-3404 . 224830) (-3405 . 224687)
- (-8 . 224659) (-3407 . 224606) (-3408 . 224347) (-3409 . 224278)
- (-3410 . 224178) (-3411 . 224092) (-3412 . 224039) (-3413 . 223787)
- (-3414 . 221655) (-3415 . 221492) (-3416 . 221154) (-3417 . 221041)
- (-3418 . 220481) (-7 . 220453) (-3420 . 220310) (-3421 . 220100)
- (-3422 . 219992) (-3423 . 219907) (-3424 . 219852) (-3425 . 219654)
- (-3426 . 219501) (-3427 . 219104) (-3428 . 218766) (-3429 . 218709)
- (-3430 . 218333) (-3431 . 218259) (-3432 . 218041) (-3433 . 217989)
- (-3434 . 217903) (-3435 . 217598) (-3436 . 217487) (-3437 . 217403)
- (-3438 . 217341) (-3439 . 217171) (-3440 . 217081) (-3441 . 216966)
- (-3442 . 216913) (-3443 . 216829) (-3444 . 216448) (-3445 . 216395)
- (-3446 . 216294) (-3447 . 216237) (-3448 . 216149) (-3449 . 214741)
- (-3450 . 214639) (-3451 . 214307) (-3452 . 214234) (-3453 . 214182)
- (-3454 . 214109) (-3455 . 214053) (-3456 . 213696) (-3457 . 213564)
- (-3458 . 213511) (-3459 . 213410) (-3460 . 213316) (-3461 . 213232)
- (-3462 . 213126) (-3463 . 213057) (-3464 . 211865) (-3465 . 211714)
- (-3466 . 211646) (-3467 . 211539) (-3468 . 211446) (-3469 . 211205)
- (-3470 . 211177) (-3471 . 210582) (-3472 . 210529) (-3473 . 210380)
- (-3474 . 210324) (-3475 . 210292) (-3476 . 209962) (-3477 . 209748)
- (-3478 . 209642) (-3479 . 204129) (-3480 . 203736) (-3481 . 203606)
- (-3482 . 203462) (-3483 . 202200) (-3484 . 202057) (-3485 . 201514)
- (-3486 . 201134) (-3487 . 201035) (-3488 . 200870) (-3489 . 200482)
- (-3490 . 200408) (-3491 . 200209) (-3492 . 199944) (-3493 . 199834)
- (-3494 . 199678) (-3495 . 199584) (-3496 . 199517) (-3497 . 199413)
- (-3498 . 199341) (-3499 . 198886) (-3500 . 198791) (-3501 . 198459)
- (-3502 . 198303) (-3503 . 197960) (-3504 . 197816) (-3505 . 197713)
- (-3506 . 197235) (-3507 . 197149) (-3508 . 197033) (-3509 . 196684)
- (-3510 . 196589) (-3511 . 196536) (-3512 . 196419) (-3513 . 196309)
- (-3514 . 196253) (-3515 . 195598) (-3516 . 195165) (-3517 . 195037)
- (-3518 . 194930) (-3519 . 194850) (-3520 . 194758) (-3521 . 194261)
- (-3522 . 194182) (-3523 . 194150) (-3524 . 194068) (-3525 . 193804)
- (-3526 . 193742) (-3527 . 193688) (-3528 . 193525) (-3529 . 193452)
- (-3530 . 193386) (-3531 . 193244) (-3532 . 192918) (-3533 . 192840)
- (-3534 . 192594) (-3535 . 192284) (-3536 . 192170) (-3537 . 191911)
- (-3538 . 191694) (-3539 . 191531) (-3540 . 191318) (-3541 . 191103)
- (-3542 . 190965) (-3543 . 190913) (-3544 . 190450) (-3545 . 190354)
- (-3546 . 190025) (-3547 . 189965) (-3548 . 189521) (-3549 . 189342)
- (-3550 . 189235) (-3551 . 188848) (-3552 . 188559) (-3553 . 188249)
- (-3554 . 188073) (-3555 . 187703) (-3556 . 187566) (-3557 . 187363)
- (-3558 . 187247) (-3559 . 187131) (-3560 . 186962) (-3561 . 186841)
- (-3562 . 186788) (-3563 . 186578) (-3564 . 186373) (-3565 . 186321)
- (-3566 . 186034) (-3567 . 185955) (-3568 . 185847) (-3569 . 185764)
- (-3570 . 185608) (-3571 . 185308) (-3572 . 185141) (-3573 . 185054)
- (-3574 . 184994) (-3575 . 184890) (-3576 . 184618) (-3577 . 184290)
- (-3578 . 184261) (-3579 . 184020) (-3580 . 183967) (-3581 . 183795)
- (-3582 . 183477) (-3583 . 183010) (-3584 . 182790) (-3585 . 182688)
- (-3586 . 182535) (-3587 . 182394) (-3588 . 182366) (-3589 . 182311)
- (-3590 . 180682) (-3591 . 180476) (-3592 . 180345) (-3593 . 180164)
- (-3594 . 180025) (-3595 . 179912) (-3596 . 179800) (-3597 . 179692)
- (-3598 . 179488) (-3599 . 179383) (-3600 . 179269) (-3601 . 179111)
- (-3602 . 178245) (-3603 . 178018) (-3604 . 177783) (-3605 . 177676)
- (-3606 . 177450) (-3607 . 177191) (-3608 . 177009) (-3609 . 176890)
- (-3610 . 176841) (-3611 . 175467) (-3612 . 175395) (-3613 . 175342)
- (-3614 . 174747) (-3615 . 174627) (-3616 . 174107) (-3617 . 173919)
- (-3618 . 173863) (-3619 . 173758) (-3620 . 173650) (-3621 . 173576)
- (-3622 . 173548) (-3623 . 173396) (-3624 . 173239) (-3625 . 173183)
- (-3626 . 173069) (-3627 . 171527) (-3628 . 171453) (-3629 . 171299)
- (-3630 . 170937) (-3631 . 170841) (-3632 . 170525) (-3633 . 170401)
- (-3634 . 170321) (-3635 . 170268) (-3636 . 170201) (-3637 . 170131)
- (-3638 . 170082) (-3639 . 169971) (-3640 . 169867) (-3641 . 169815)
- (-3642 . 169699) (-3643 . 169400) (-3644 . 169299) (-3645 . 169021)
- (-3646 . 168813) (-3647 . 168733) (-3648 . 168627) (-3649 . 168481)
- (-3650 . 168407) (-3651 . 168319) (-3652 . 168176) (-3653 . 168083)
- (-3654 . 168013) (-3655 . 167709) (-3656 . 167581) (-3657 . 167279)
- (-3658 . 165441) (-3659 . 165177) (-3660 . 164931) (-3661 . 164862)
- (-3662 . 164698) (-3663 . 164625) (-3664 . 164484) (-3665 . 164414)
- (-3666 . 164102) (-3667 . 164051) (-3668 . 163999) (-3669 . 163915)
- (-3670 . 162405) (-3671 . 162176) (-3672 . 162104) (-3673 . 162052)
- (-3674 . 161375) (-3675 . 161265) (-3676 . 161205) (-3677 . 161139)
- (-3678 . 160861) (-3679 . 160751) (-3680 . 160626) (-3681 . 160409)
- (-3682 . 158861) (-3683 . 158674) (-3684 . 158578) (-3685 . 158544)
- (-3686 . 158473) (-3687 . 158399) (-3688 . 158346) (-3689 . 158198)
- (-3690 . 158033) (-3691 . 157974) (-3692 . 157893) (-3693 . 157777)
- (-3694 . 157689) (-3695 . 157518) (-3696 . 157465) (-3697 . 157413)
- (-3698 . 157195) (-3699 . 157058) (-3700 . 156844) (-3701 . 156108)
- (-3702 . 155990) (-3703 . 154212) (-3704 . 154108) (-3705 . 154035)
- (-3706 . 153969) (-3707 . 153751) (-3708 . 153636) (-3709 . 153418)
- (-3710 . 153215) (-3711 . 153053) (-3712 . 152870) (-3713 . 152620)
- (-3714 . 151907) (-3715 . 151698) (-3716 . 151598) (-3717 . 151407)
- (-3718 . 150486) (-3719 . 150323) (-3720 . 150216) (-3721 . 150142)
- (-3722 . 150015) (-3723 . 149924) (-3724 . 149766) (-3725 . 149031)
- (-3726 . 148609) (-3727 . 148465) (-3728 . 148131) (-3729 . 147951)
- (-3730 . 147751) (-3731 . 147482) (-3732 . 147345) (-3733 . 146701)
- (-3734 . 146483) (-3735 . 146240) (-3736 . 146212) (-3737 . 146093)
- (-3738 . 145672) (-3739 . 145606) (-3740 . 145481) (-3741 . 145248)
- (-3742 . 145017) (-3743 . 143845) (-3744 . 143788) (-3745 . 143651)
- (-3746 . 143544) (-3747 . 143440) (-3748 . 143363) (-3749 . 143251)
- (-3750 . 142971) (-3751 . 142912) (-3752 . 142842) (-3753 . 142677)
- (-3754 . 142562) (-3755 . 142332) (-3756 . 142189) (-3757 . 142123)
- (-3758 . 142071) (-3759 . 141944) (-3760 . 141801) (-3761 . 141741)
- (-3762 . 141600) (-3763 . 141500) (-3764 . 141407) (-3765 . 141279)
- (-3766 . 140142) (-3767 . 139057) (-3768 . 138926) (-3769 . 138840)
- (-3770 . 138739) (-3771 . 138465) (-3772 . 138013) (-3773 . 137889)
- (-3774 . 137780) (-3775 . 137727) (-3776 . 137642) (-3777 . 136930)
- (-3778 . 136673) (-3779 . 136499) (-3780 . 136403) (-3781 . 136151)
- (-3782 . 135858) (-3783 . 135500) (-3784 . 135311) (-3785 . 135214)
- (-3786 . 135069) (-3787 . 134777) (-3788 . 134670) (-3789 . 134602)
- (-3790 . 134534) (-3791 . 134430) (-3792 . 134333) (-3793 . 134217)
- (-3794 . 134151) (-3795 . 134099) (-3796 . 133921) (-3797 . 133157)
- (-3798 . 133017) (-3799 . 132872) (-3800 . 132819) (-3801 . 132766)
- (-3802 . 132636) (-3803 . 132585) (-3804 . 132202) (-3805 . 131841)
- (-3806 . 131785) (-3807 . 131403) (-3808 . 131325) (-3809 . 131267)
- (-3810 . 131160) (-3811 . 131103) (-3812 . 130994) (-3813 . 130899)
- (-3814 . 130786) (-3815 . 130248) (-3816 . 130165) (-3817 . 129980)
- (-3818 . 129885) (-3819 . 129762) (-3820 . 129557) (-3821 . 129441)
- (-3822 . 129361) (-3823 . 129030) (-3824 . 129002) (-3825 . 128903)
- (-3826 . 128781) (-3827 . 128732) (-3828 . 128649) (-3829 . 128307)
- (-3830 . 128210) (-3831 . 128155) (-3832 . 127811) (-3833 . 127759)
- (-3834 . 127511) (-3835 . 127386) (-3836 . 127322) (-3837 . 127228)
- (-3838 . 126978) (-3839 . 126637) (-3840 . 126397) (-3841 . 126252)
- (-3842 . 125921) (-3843 . 125347) (-3844 . 125252) (-3845 . 125160)
- (-3846 . 125051) (-3847 . 124901) (-3848 . 124674) (-3849 . 124522)
- (-3850 . 124369) (-3851 . 124287) (-3852 . 124113) (-3853 . 123539)
- (-3854 . 123445) (-3855 . 123172) (-3856 . 123119) (-3857 . 123021)
- (-3858 . 122950) (-3859 . 122526) (-3860 . 122446) (-3861 . 122414)
- (-3862 . 122249) (-3863 . 121675) (-3864 . 121644) (-3865 . 121591)
- (-3866 . 121425) (-3867 . 121239) (-3868 . 120937) (-3869 . 120854)
- (-3870 . 120595) (-3871 . 120500) (-3872 . 120432) (-3873 . 120318)
- (-3874 . 119469) (-3875 . 119413) (-3876 . 119140) (-3877 . 119088)
- (-3878 . 118959) (-3879 . 118865) (-3880 . 118425) (-3881 . 118262)
- (-3882 . 118109) (-3883 . 117849) (-3884 . 114228) (-3885 . 114043)
- (-3886 . 112667) (-3887 . 112524) (-3888 . 112427) (-3889 . 112299)
- (-3890 . 112155) (-3891 . 112054) (-3892 . 111891) (-3893 . 111482)
- (-3894 . 111234) (-3895 . 110982) (-3896 . 110860) (-3897 . 110809)
- (-3898 . 110721) (-3899 . 110648) (-3900 . 110450) (-3901 . 110139)
- (-3902 . 109999) (-3903 . 109867) (-3904 . 109701) (-3905 . 109564)
- (-3906 . 109532) (-3907 . 109391) (-3908 . 108837) (-3909 . 107762)
- (-3910 . 107653) (-3911 . 107565) (-3912 . 107462) (-3913 . 107410)
- (-3914 . 107298) (-3915 . 107199) (-3916 . 107084) (-3917 . 107032)
- (-3918 . 106958) (-3919 . 106905) (-3920 . 106750) (-3921 . 106542)
- (-3922 . 106511) (-3923 . 106298) (-3924 . 106066) (-3925 . 105056)
- (-3926 . 105004) (-3927 . 104865) (-3928 . 104494) (-3929 . 104388)
- (-3930 . 103972) (-3931 . 103886) (-3932 . 103763) (-3933 . 103140)
- (-3934 . 103017) (-3935 . 102850) (-3936 . 102557) (-3937 . 102480)
- (-3938 . 102235) (-3939 . 101919) (-3940 . 101761) (-3941 . 101706)
- (-3942 . 101623) (-3943 . 101456) (-3944 . 101332) (-3945 . 100982)
- (-3946 . 100772) (-3947 . 100639) (-3948 . 100566) (-3949 . 100347)
- (-3950 . 100269) (-3951 . 99659) (-3952 . 98502) (-3953 . 98374)
- (-3954 . 97887) (-3955 . 97314) (-3956 . 97255) (-3957 . 97155)
- (-3958 . 96744) (-3959 . 96660) (-3960 . 96420) (-3961 . 96362)
- (-3962 . 96282) (-3963 . 96112) (-3964 . 96039) (-3965 . 95879)
- (-3966 . 95633) (-3967 . 95400) (-3968 . 95339) (-3969 . 94478)
- (-3970 . 94426) (-3971 . 94356) (-3972 . 94137) (-3973 . 94085)
- (-3974 . 93930) (-3975 . 93875) (-3976 . 93747) (-3977 . 93584)
- (-3978 . 93475) (-3979 . 93332) (-3980 . 92979) (-3981 . 92842)
- (-3982 . 92754) (-3983 . 92601) (-3984 . 92532) (-3985 . 92452)
- (-3986 . 92182) (-3987 . 92085) (-3988 . 91925) (-3989 . 91675)
- (-3990 . 91555) (-3991 . 91435) (-3992 . 91407) (-3993 . 91355)
- (-3994 . 91262) (-3995 . 91206) (-3996 . 91113) (-3997 . 90939)
- (-3998 . 90886) (-3999 . 90852) (-4000 . 89687) (-4001 . 89441)
- (-4002 . 89347) (-4003 . 89217) (-4004 . 89074) (-4005 . 88922)
- (-4006 . 88825) (-4007 . 88623) (-4008 . 88538) (-4009 . 88408)
- (-4010 . 88115) (-4011 . 87155) (-4012 . 87111) (-4013 . 87001)
- (-4014 . 86898) (-4015 . 86197) (-4016 . 86165) (-4017 . 86060)
- (-4018 . 85861) (-4019 . 85809) (-4020 . 85536) (-4021 . 85289)
- (-4022 . 85208) (-4023 . 85095) (-4024 . 85027) (-4025 . 84993)
- (-4026 . 84315) (-4027 . 84069) (-4028 . 83911) (-4029 . 83739)
- (-4030 . 83282) (-4031 . 83194) (-4032 . 82560) (-4033 . 82361)
- (-4034 . 82275) (-4035 . 82132) (-4036 . 82063) (-4037 . 81939)
- (-12 . 81767) (-4039 . 81668) (-4040 . 81596) (-4041 . 81448)
- (-4042 . 81396) (-4043 . 81131) (-4044 . 81057) (-4045 . 80670)
- (-4046 . 80339) (-4047 . 80224) (-4048 . 79908) (-4049 . 79856)
- (-4050 . 79740) (-4051 . 79381) (-4052 . 78724) (-4053 . 78617)
- (-4054 . 78451) (-4055 . 78351) (-4056 . 78254) (-4057 . 78025)
- (-4058 . 77228) (-4059 . 77006) (-4060 . 76691) (-4061 . 76597)
- (-4062 . 76488) (-4063 . 76213) (-4064 . 76028) (-4065 . 75790)
- (-4066 . 75686) (-4067 . 75634) (-4068 . 75568) (-4069 . 75540)
- (-4070 . 75343) (-4071 . 75145) (-4072 . 74992) (-4073 . 74407)
- (-4074 . 73904) (-4075 . 73727) (-4076 . 73589) (-4077 . 73555)
- (-4078 . 73330) (-4079 . 73189) (-4080 . 72867) (-4081 . 72816)
- (-4082 . 72657) (-4083 . 72421) (-4084 . 72308) (-4085 . 72222)
- (-4086 . 71915) (-4087 . 71855) (-4088 . 71700) (-4089 . 71614)
- (-4090 . 71580) (-4091 . 71509) (-4092 . 71424) (-4093 . 71358)
- (-4094 . 71066) (-4095 . 70948) (-4096 . 66885) (-4097 . 66832)
- (-4098 . 66746) (-4099 . 66676) (-4100 . 66590) (-4101 . 66537)
- (-4102 . 66410) (-4103 . 66344) (-4104 . 66166) (-4105 . 66095)
- (-4106 . 65668) (-4107 . 65551) (-4108 . 65393) (-4109 . 65315)
- (-4110 . 65225) (-4111 . 65166) (-4112 . 65047) (-4113 . 64696)
- (-4114 . 64514) (-4115 . 64350) (-4116 . 63903) (-4117 . 63837)
- (-4118 . 63768) (-4119 . 63537) (-4120 . 63509) (-4121 . 63400)
- (-4122 . 63314) (-4123 . 63126) (-4124 . 63055) (-4125 . 62951)
- (-4126 . 62340) (-4127 . 62136) (-4128 . 61983) (-4129 . 61845)
- (-4130 . 61792) (* . 57246) (-4132 . 57113) (-4133 . 57030)
- (-4134 . 57001) (-4135 . 56758) (-4136 . 56705) (-4137 . 56601)
- (-4138 . 56354) (-4139 . 54009) (-4140 . 53908) (-4141 . 53572)
- (-4142 . 53241) (-4143 . 53121) (-4144 . 53092) (-4145 . 53032)
- (-4146 . 52914) (-4147 . 52799) (-4148 . 52662) (-4149 . 52509)
- (-4150 . 52428) (-4151 . 52347) (-4152 . 52226) (-4153 . 42664)
- (-4154 . 42578) (-4155 . 42324) (-4156 . 41358) (-4157 . 41167)
- (-4158 . 40809) (-4159 . 40659) (-4160 . 40557) (-4161 . 40404)
- (-4162 . 40258) (-4163 . 40083) (-4164 . 39986) (-4165 . 39709)
- (-4166 . 39567) (-4167 . 39533) (-4168 . 39499) (-4169 . 39331)
- (-4170 . 39259) (-4171 . 39173) (-4172 . 39005) (-4173 . 38896)
- (-4174 . 38650) (-4175 . 38470) (-4176 . 38359) (-4177 . 38198)
- (-4178 . 38053) (-4179 . 37967) (-4180 . 37878) (-4181 . 37777)
- (-4182 . 37635) (-4183 . 37603) (-4184 . 37496) (-4185 . 37413)
- (-4186 . 37205) (-4187 . 36398) (-4188 . 36268) (-4189 . 36050)
- (-4190 . 35743) (-4191 . 35475) (-4192 . 35407) (-4193 . 35345)
- (-4194 . 35206) (-4195 . 35123) (-4196 . 35000) (-4197 . 34002)
- (-4198 . 33764) (-4199 . 32898) (-4200 . 32833) (-4201 . 32082)
- (-4202 . 31952) (-4203 . 31738) (-4204 . 31629) (-4205 . 31055)
- (-4206 . 30965) (-4207 . 30915) (-4208 . 30716) (-4209 . 30659)
- (-4210 . 30560) (-4211 . 30431) (-4212 . 30344) (-4213 . 30295)
- (-4214 . 30189) (-4215 . 29822) (-4216 . 29754) (-4217 . 29572)
- (-4218 . 29494) (-4219 . 29422) (-4220 . 29327) (-4221 . 29128)
- (-4222 . 28982) (-4223 . 28900) (-4224 . 28820) (-4225 . 28659)
- (-4226 . 28496) (-4227 . 28344) (-4228 . 28270) (-4229 . 27383)
- (-4230 . 27326) (-4231 . 26854) (-4232 . 26538) (-4233 . 26482)
- (-4234 . 26309) (-4235 . 26170) (-4236 . 26096) (-4237 . 25794)
- (-4238 . 25725) (-4239 . 25179) (-4240 . 25124) (-4241 . 22856)
- (-4242 . 22755) (-4243 . 22681) (-4244 . 22610) (-4245 . 22475)
- (-4246 . 22372) (-4247 . 22264) (-4248 . 22235) (-4249 . 22068)
- (-4250 . 21649) (-4251 . 21272) (-4252 . 21145) (-4253 . 20984)
- (-4254 . 20750) (-4255 . 20342) (-4256 . 20264) (-4257 . 20161)
- (-4258 . 20073) (-4259 . 19866) (-4260 . 19682) (-4261 . 19572)
- (-4262 . 19431) (-4263 . 18822) (-4264 . 18719) (-4265 . 18285)
- (-4266 . 18190) (-4267 . 18071) (-4268 . 17896) (-4269 . 17816)
- (-4270 . 16928) (-4271 . 16791) (-4272 . 16427) (-4273 . 16357)
- (-4274 . 16266) (-4275 . 16096) (-4276 . 16040) (-4277 . 15860)
- (-4278 . 15263) (-4279 . 15104) (-4280 . 14992) (-4281 . 14898)
- (-4282 . 13833) (-4283 . 13780) (-4284 . 13622) (-4285 . 12912)
- (-4286 . 12810) (-4287 . 12751) (-4288 . 12664) (-4289 . 12611)
- (-4290 . 11897) (-4291 . 11781) (-4292 . 11571) (-4293 . 11476)
- (-4294 . 11283) (-4295 . 11181) (-4296 . 10600) (-4297 . 10442)
- (-4298 . 10347) (-4299 . 10216) (-4300 . 9624) (-4301 . 9176)
- (-4302 . 9096) (-4303 . 9016) (-4304 . 8939) (-4305 . 8831)
- (-4306 . 8716) (-4307 . 8601) (-4308 . 8494) (-4309 . 8441)
- (-4310 . 8375) (-4311 . 7700) (-4312 . 7495) (-4313 . 7442)
- (-4314 . 7231) (-4315 . 7109) (-4316 . 6835) (-4317 . 6733)
- (-4318 . 6510) (-4319 . 5880) (-4320 . 5822) (-4321 . 5742)
- (-4322 . 5559) (-4323 . 5404) (-4324 . 5309) (-4325 . 5202)
- (-4326 . 5150) (-4327 . 5053) (-4328 . 4919) (-4329 . 4846)
- (-4330 . 4772) (-4331 . 4635) (-4332 . 4469) (-4333 . 4315)
- (-4334 . 4046) (-4335 . 3894) (-4336 . 3809) (-4337 . 3754)
- (-4338 . 3584) (-4339 . 3388) (-4340 . 3073) (-4341 . 2937)
- (-4342 . 2854) (-4343 . 2212) (-4344 . 2134) (-4345 . 2066)
- (-4346 . 283) (-4347 . 104) (-4348 . 30)) \ No newline at end of file
+ (-12 (-4 *1 (-361 *3)) (-4 *3 (-169)) (-4 *3 (-545))
+ (-5 *2 (-1151 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-833) (-445))) (-5 *1 (-1183 *3 *2))
+ (-4 *2 (-13 (-424 *3) (-1177))))))
+(((*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 (-674 (-220))) (-5 *5 (-111)) (-5 *6 (-220))
+ (-5 *7 (-674 (-553)))
+ (-5 *8 (-3 (|:| |fn| (-382)) (|:| |fp| (-79 CONFUN))))
+ (-5 *9 (-3 (|:| |fn| (-382)) (|:| |fp| (-76 OBJFUN))))
+ (-5 *3 (-553)) (-5 *2 (-1017)) (-5 *1 (-739)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-630 (-826 (-220)))) (-5 *4 (-220)) (-5 *2 (-630 *4))
+ (-5 *1 (-261)))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-361 *2)) (-4 *2 (-545)) (-4 *2 (-169)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1123)) (-5 *2 (-111)))))
+((-1271 . 739300) (-1272 . 739221) (-1273 . 739114) (-1274 . 738710)
+ (-1275 . 738601) (-1276 . 738507) (-1277 . 738236) (-1278 . 738136)
+ (-1279 . 738084) (-1280 . 738016) (-1281 . 737695) (-1282 . 737537)
+ (-1283 . 737319) (-1284 . 737245) (-1285 . 737132) (-1286 . 737046)
+ (-1287 . 736982) (-1288 . 736416) (-1289 . 736183) (-1290 . 736109)
+ (-1291 . 735794) (-1292 . 735738) (-1293 . 735615) (-1294 . 735439)
+ (-1295 . 735325) (-1296 . 735234) (-1297 . 734803) (-1298 . 734599)
+ (-1299 . 734462) (-1300 . 733896) (-1301 . 733843) (-1302 . 733456)
+ (-1303 . 733385) (-1304 . 733227) (-1305 . 732946) (-1306 . 732822)
+ (-1307 . 732577) (-1308 . 732522) (-1309 . 732412) (-1310 . 732160)
+ (-1311 . 731827) (-1312 . 731511) (-1313 . 731430) (-1314 . 731137)
+ (-1315 . 730402) (-1316 . 730210) (-1317 . 730106) (-1318 . 729943)
+ (-1319 . 729891) (-1320 . 729673) (-1321 . 729532) (-1322 . 729110)
+ (-1323 . 729010) (-1324 . 728915) (-1325 . 728620) (-1326 . 728507)
+ (-1327 . 728455) (-1328 . 728339) (-1329 . 728232) (-1330 . 728180)
+ (-1331 . 728036) (-1332 . 727677) (-1333 . 727027) (-1334 . 726950)
+ (-1335 . 726558) (-1336 . 726443) (-1337 . 725883) (-1338 . 725698)
+ (-1339 . 725553) (-1340 . 725465) (-1341 . 725369) (-1342 . 725035)
+ (-1343 . 724832) (-1344 . 724590) (-1345 . 724447) (-1346 . 723790)
+ (-1347 . 723729) (-1348 . 722870) (-1349 . 722670) (-1350 . 722599)
+ (-1351 . 722069) (-1352 . 721970) (-1353 . 721760) (-1354 . 721596)
+ (-1355 . 721496) (-1356 . 721237) (-1357 . 721058) (-1358 . 720789)
+ (-1359 . 720662) (-1360 . 720332) (-1361 . 720224) (-1362 . 719816)
+ (-1363 . 719719) (-1364 . 719544) (-1365 . 719473) (-1366 . 719336)
+ (-1367 . 719159) (-1368 . 719050) (-1369 . 718965) (-1370 . 718882)
+ (-1371 . 718653) (-1372 . 718142) (-1373 . 717980) (-1374 . 717798)
+ (-1375 . 717580) (-1376 . 717525) (-1377 . 716930) (-1378 . 716859)
+ (-1379 . 716673) (-1380 . 715876) (-1381 . 715764) (-1382 . 715521)
+ (-1383 . 715134) (-1384 . 715039) (-1385 . 714841) (-1386 . 714775)
+ (-1387 . 714660) (-1388 . 714438) (-1389 . 714279) (-1390 . 714251)
+ (-1391 . 714106) (-1392 . 714008) (-1393 . 713827) (-1394 . 709285)
+ (-1395 . 709145) (-1396 . 708659) (-1397 . 708506) (-1398 . 708404)
+ (-1399 . 708089) (-1400 . 707941) (-1401 . 707822) (-1402 . 707006)
+ (-1403 . 706804) (-1404 . 706752) (-1405 . 706355) (-1406 . 706246)
+ (-1407 . 706152) (-1408 . 705976) (-1409 . 705635) (-1410 . 705214)
+ (-1411 . 704713) (-1412 . 704656) (-1413 . 704400) (-1414 . 704348)
+ (-1415 . 704239) (-1416 . 704173) (-1417 . 704085) (-1418 . 704019)
+ (-1419 . 703948) (-1420 . 703893) (-1421 . 703816) (-1422 . 703440)
+ (-1423 . 703406) (-1424 . 703221) (-1425 . 701365) (-1426 . 701222)
+ (-1427 . 701097) (-1428 . 701023) (-1429 . 698608) (-1430 . 698505)
+ (-1431 . 698380) (-1432 . 698352) (-1433 . 698214) (-1434 . 697976)
+ (-1435 . 697921) (-1436 . 697843) (-1437 . 697610) (-1438 . 697457)
+ (-1439 . 697310) (-1440 . 697181) (-1441 . 697118) (-1442 . 697005)
+ (-1443 . 696926) (-1444 . 696822) (-1445 . 696790) (-1446 . 696738)
+ (-1447 . 696372) (-1448 . 696141) (-1449 . 696034) (-1450 . 695948)
+ (-1451 . 695444) (-1452 . 695371) (-1453 . 695233) (-1454 . 695181)
+ (-1455 . 695079) (-1456 . 694953) (-1457 . 694432) (-1458 . 694375)
+ (-1459 . 694274) (-1460 . 693880) (-1461 . 693710) (-1462 . 693609)
+ (-1463 . 693556) (-1464 . 693365) (-1465 . 693187) (-1466 . 693121)
+ (-1467 . 692946) (-1468 . 692819) (-1469 . 692682) (-1470 . 692534)
+ (-1471 . 691231) (-1472 . 691179) (-1473 . 690994) (-1474 . 690966)
+ (-1475 . 690869) (-1476 . 690573) (-1477 . 690313) (-1478 . 676199)
+ (-1479 . 676012) (-1480 . 675828) (-1481 . 675630) (-1482 . 675203)
+ (-1483 . 675135) (-1484 . 674643) (-1485 . 674538) (-1486 . 674464)
+ (-1487 . 674394) (-1488 . 674067) (-1489 . 673578) (-1490 . 673526)
+ (-1491 . 673346) (-1492 . 673193) (-1493 . 673069) (-1494 . 672971)
+ (-1495 . 672863) (-1496 . 672680) (-1497 . 672522) (-1498 . 672403)
+ (-1499 . 672185) (-1500 . 671863) (-1501 . 671278) (-1502 . 670917)
+ (-1503 . 670851) (-1504 . 670641) (-1505 . 670567) (-1506 . 670361)
+ (-1507 . 670248) (-1508 . 670073) (-1509 . 669999) (-1510 . 669880)
+ (-1511 . 669852) (-1512 . 669680) (-1513 . 667822) (-1514 . 667745)
+ (-1515 . 667663) (-1516 . 667586) (-1517 . 667341) (-1518 . 667264)
+ (-1519 . 667100) (-1520 . 665249) (-1521 . 665097) (-1522 . 664905)
+ (-1523 . 660124) (-1524 . 660006) (-1525 . 659905) (-1526 . 659589)
+ (-1527 . 658982) (-1528 . 658858) (-1529 . 658701) (-1530 . 658578)
+ (-1531 . 658492) (-1532 . 658399) (-1533 . 657920) (-1534 . 657444)
+ (-1535 . 657286) (-1536 . 656840) (-1537 . 656770) (-1538 . 656621)
+ (-1539 . 656565) (-1540 . 656502) (-1541 . 656378) (-1542 . 656300)
+ (-1543 . 656078) (-1544 . 656023) (-1545 . 655910) (-1546 . 655796)
+ (-1547 . 655618) (-1548 . 655009) (-1549 . 654957) (-1550 . 654531)
+ (-1551 . 654452) (-1552 . 654157) (-1553 . 654074) (-1554 . 653795)
+ (-1555 . 653737) (-1556 . 652195) (-1557 . 652123) (-1558 . 652020)
+ (-1559 . 651675) (-1560 . 651497) (-1561 . 650962) (-1562 . 650879)
+ (-1563 . 650755) (-1564 . 650612) (-1565 . 650517) (-1566 . 650443)
+ (-1567 . 650009) (-1568 . 649581) (-1569 . 649507) (-1570 . 649381)
+ (-1571 . 649031) (-1572 . 648977) (-1573 . 648725) (-1574 . 648565)
+ (-1575 . 648411) (-1576 . 648316) (-1577 . 648244) (-1578 . 648187)
+ (-1579 . 648029) (-1580 . 647683) (-1581 . 647473) (-1582 . 647408)
+ (-1583 . 647046) (-1584 . 646997) (-1585 . 646878) (-1586 . 646696)
+ (-1587 . 646409) (-1588 . 646349) (-1589 . 646292) (-1590 . 646159)
+ (-1591 . 645726) (-1592 . 645630) (-1593 . 645529) (-1594 . 645449)
+ (-1595 . 645340) (-1596 . 645219) (-1597 . 645153) (-1598 . 645000)
+ (-1599 . 644927) (-1600 . 644839) (-1601 . 644786) (-1602 . 644470)
+ (-1603 . 643582) (-1604 . 643333) (-1605 . 643230) (-1606 . 643065)
+ (-1607 . 642714) (-1608 . 642558) (-1609 . 642339) (-1610 . 642221)
+ (-1611 . 642097) (-1612 . 642033) (-1613 . 641896) (-1614 . 641624)
+ (-1615 . 641564) (-1616 . 641484) (-1617 . 641403) (-1618 . 641325)
+ (-1619 . 634326) (-1620 . 634036) (-1621 . 633984) (-1622 . 633904)
+ (-1623 . 633540) (-1624 . 633437) (-1625 . 633218) (-1626 . 633107)
+ (-1627 . 632949) (-1628 . 632339) (-1629 . 632251) (-1630 . 632177)
+ (-1631 . 632124) (-1632 . 632054) (-1633 . 631823) (-1634 . 631695)
+ (-1635 . 631284) (-1636 . 631210) (-1637 . 631082) (-1638 . 630903)
+ (-1639 . 630796) (-1640 . 630674) (-1641 . 630607) (-1642 . 629939)
+ (-1643 . 629848) (-1644 . 629275) (-1645 . 629188) (-1646 . 629138)
+ (-1647 . 629070) (-1648 . 629001) (-1649 . 628913) (-1650 . 628806)
+ (-1651 . 628704) (-1652 . 628676) (-1653 . 628606) (-1654 . 628528)
+ (-1655 . 628358) (-1656 . 628199) (-1657 . 628125) (-1658 . 628048)
+ (-1659 . 627981) (-1660 . 627838) (-1661 . 627779) (-1662 . 627638)
+ (-1663 . 627493) (-1664 . 627364) (-1665 . 627315) (-1666 . 627135)
+ (-1667 . 627048) (-1668 . 626898) (-1669 . 626740) (-1670 . 626649)
+ (-1671 . 626561) (-1672 . 626461) (-1673 . 625970) (-1674 . 625897)
+ (-1675 . 625786) (-1676 . 625189) (-1677 . 624956) (-1678 . 624767)
+ (-1679 . 624695) (-1680 . 624284) (-1681 . 624206) (-1682 . 624093)
+ (-1683 . 623966) (-1684 . 623847) (-1685 . 623759) (-1686 . 623655)
+ (-1687 . 623496) (-1688 . 623437) (-1689 . 623242) (-1690 . 623136)
+ (-1691 . 622738) (-1692 . 622654) (-1693 . 622585) (-1694 . 621947)
+ (-1695 . 621889) (-1696 . 621837) (-1697 . 621557) (-1698 . 621445)
+ (-1699 . 620259) (-1700 . 620177) (-1701 . 620121) (-1702 . 619987)
+ (-1703 . 619929) (-1704 . 619858) (-1705 . 619770) (-1706 . 619654)
+ (-1707 . 619581) (-1708 . 619487) (-1709 . 619435) (-1710 . 618253)
+ (-1711 . 618151) (-1712 . 618117) (-1713 . 617898) (-1714 . 617452)
+ (-1715 . 617372) (-1716 . 617264) (-1717 . 617184) (-1718 . 617128)
+ (-1719 . 616829) (-1720 . 615764) (-1721 . 613558) (-1722 . 613264)
+ (-1723 . 613209) (-1724 . 612970) (-1725 . 612800) (-1726 . 612695)
+ (-1727 . 609768) (-1728 . 609492) (-1729 . 609409) (-1730 . 609359)
+ (-1731 . 609258) (-1732 . 609100) (-1733 . 608993) (-1734 . 608815)
+ (-1735 . 608781) (-1736 . 608680) (-1737 . 608607) (-1738 . 608402)
+ (-1739 . 608209) (-1740 . 607931) (-1741 . 607221) (-1742 . 607122)
+ (-1743 . 607049) (-1744 . 606855) (-1745 . 606695) (-1746 . 606621)
+ (-1747 . 606283) (-1748 . 606075) (-1749 . 605455) (-1750 . 605353)
+ (-1751 . 605218) (-1752 . 605166) (-1753 . 605097) (-1754 . 604997)
+ (-1755 . 604917) (-1756 . 604826) (-1757 . 604580) (-1758 . 604368)
+ (-1759 . 604287) (-1760 . 604131) (-1761 . 603990) (-1762 . 603630)
+ (-1763 . 603550) (-1764 . 603162) (-1765 . 603103) (-1766 . 602271)
+ (-1767 . 602119) (-1768 . 602039) (-1769 . 601942) (-1770 . 601548)
+ (-1771 . 601315) (-1772 . 601243) (-1773 . 600964) (-1774 . 600912)
+ (-1775 . 600830) (-1776 . 600724) (-1777 . 600625) (-1778 . 600538)
+ (-1779 . 600378) (-1780 . 599938) (-1781 . 599869) (-1782 . 599626)
+ (-1783 . 599565) (-1784 . 599358) (-1785 . 599329) (-1786 . 599145)
+ (-1787 . 598999) (-1788 . 598878) (-1789 . 598825) (-1790 . 598752)
+ (-1791 . 597756) (-1792 . 597481) (-1793 . 597337) (-1794 . 597214)
+ (-1795 . 595902) (-1796 . 595850) (-1797 . 595687) (-1798 . 595563)
+ (-1799 . 595526) (-1800 . 595452) (-1801 . 595378) (-1802 . 595262)
+ (-1803 . 595231) (-1804 . 595118) (-1805 . 595026) (-1806 . 594153)
+ (-1807 . 592880) (-1808 . 592810) (-1809 . 592778) (-1810 . 592726)
+ (-1811 . 592604) (-1812 . 592057) (-1813 . 591665) (-1814 . 591577)
+ (-1815 . 591340) (-1816 . 591130) (-1817 . 590372) (-1818 . 590310)
+ (-1819 . 590193) (-1820 . 589974) (-1821 . 589521) (-1822 . 589275)
+ (-1823 . 589109) (-1824 . 589038) (-1825 . 588895) (-1826 . 588800)
+ (-1827 . 588491) (-1828 . 588273) (-1829 . 588179) (-1830 . 588040)
+ (-1831 . 587968) (-1832 . 587813) (-1833 . 587736) (-1834 . 587634)
+ (-1835 . 587500) (-1836 . 587328) (-1837 . 587220) (-1838 . 587127)
+ (-1839 . 586934) (-1840 . 586683) (-1841 . 586391) (-1842 . 586211)
+ (-1843 . 586132) (-1844 . 585996) (-1845 . 585941) (-1846 . 585670)
+ (-1847 . 585642) (-1848 . 585585) (-1849 . 585520) (-1850 . 585450)
+ (-1851 . 585348) (-1852 . 585296) (-1853 . 585177) (-1854 . 585106)
+ (-1855 . 584858) (-1856 . 584730) (-1857 . 584525) (-1858 . 584470)
+ (-1859 . 584166) (-1860 . 584089) (-1861 . 583508) (-1862 . 583420)
+ (-1863 . 583221) (-1864 . 583029) (-1865 . 582951) (-1866 . 582842)
+ (-1867 . 582532) (-1868 . 582438) (-1869 . 582336) (-1870 . 582161)
+ (-1871 . 582033) (-1872 . 581875) (-1873 . 581756) (-1874 . 581664)
+ (-1875 . 580921) (-1876 . 580862) (-1877 . 580584) (-1878 . 580358)
+ (-1879 . 580215) (-1880 . 580071) (-1881 . 579467) (-1882 . 579165)
+ (-1883 . 578743) (-1884 . 578648) (-1885 . 578586) (-1886 . 578373)
+ (-1887 . 578272) (-1888 . 577670) (-1889 . 577561) (-1890 . 577490)
+ (-1891 . 577137) (-1892 . 576939) (-1893 . 576809) (-1894 . 576559)
+ (-1895 . 576295) (-1896 . 576164) (-1897 . 575410) (-1898 . 575343)
+ (-1899 . 575181) (-1900 . 575152) (-1901 . 574910) (-1902 . 574836)
+ (-1903 . 574784) (-1904 . 574647) (-1905 . 574466) (-1906 . 573941)
+ (-1907 . 573695) (-1908 . 573586) (-1909 . 573138) (-1910 . 573052)
+ (-1911 . 572999) (-1912 . 572925) (-1913 . 572824) (-1914 . 572736)
+ (-1915 . 572684) (-1916 . 572507) (-1917 . 572397) (-1918 . 572369)
+ (-1919 . 572300) (-1920 . 572220) (-1921 . 572121) (-1922 . 572035)
+ (-1923 . 571939) (-1924 . 571692) (-1925 . 570104) (-1926 . 569997)
+ (-1927 . 569844) (-1928 . 569527) (-1929 . 569399) (-1930 . 568920)
+ (-1931 . 568756) (-1932 . 568676) (-1933 . 568582) (-1934 . 568513)
+ (-1935 . 568089) (-1936 . 567946) (-1937 . 567844) (-1938 . 567658)
+ (-1939 . 567549) (-1940 . 567461) (-1941 . 567408) (-1942 . 567318)
+ (-1943 . 567245) (-1944 . 567137) (-1945 . 567088) (-1946 . 566603)
+ (-1947 . 566495) (-1948 . 566423) (-1949 . 566314) (-1950 . 566261)
+ (-1951 . 566181) (-1952 . 566040) (-1953 . 565932) (-1954 . 565790)
+ (-1955 . 565741) (-1956 . 565683) (-1957 . 565568) (-1958 . 565512)
+ (-1959 . 565305) (-1960 . 565252) (-1961 . 565170) (-1962 . 565010)
+ (-1963 . 564874) (-1964 . 564749) (-1965 . 564676) (-1966 . 564606)
+ (-1967 . 564491) (-1968 . 564333) (-1969 . 564160) (-1970 . 564108)
+ (-1971 . 564024) (-1972 . 562728) (-1973 . 562478) (-1974 . 562108)
+ (-1975 . 562042) (-1976 . 561935) (-1977 . 561623) (-1978 . 561516)
+ (-1979 . 561391) (-1980 . 561251) (-1981 . 560736) (-1982 . 560643)
+ (-1983 . 560390) (-1984 . 560272) (-1985 . 560152) (-1986 . 560022)
+ (-1987 . 559726) (-1988 . 559642) (-1989 . 559168) (-1990 . 559115)
+ (-1991 . 559058) (-1992 . 558999) (-1993 . 558892) (-1994 . 558772)
+ (-1995 . 558648) (-1996 . 558462) (-1997 . 558341) (-1998 . 558285)
+ (-1999 . 558056) (-2000 . 557990) (-2001 . 557782) (-2002 . 557709)
+ (-2003 . 557621) (-2004 . 557569) (-2005 . 557541) (-2006 . 557482)
+ (-2007 . 557411) (-2008 . 557339) (-2009 . 557134) (-2010 . 556974)
+ (-2011 . 556855) (-2012 . 556575) (-2013 . 556419) (-2014 . 556251)
+ (-2015 . 556199) (-2016 . 556116) (-2017 . 555945) (-2018 . 555792)
+ (-2019 . 555704) (-2020 . 555652) (-2021 . 555599) (-2022 . 555392)
+ (-2023 . 555233) (-2024 . 555156) (-2025 . 555022) (-2026 . 554929)
+ (-2027 . 554863) (-2028 . 554601) (-2029 . 554347) (-2030 . 554245)
+ (-2031 . 553568) (-2032 . 553515) (-2033 . 553304) (-2034 . 553153)
+ (-2035 . 552914) (-2036 . 552766) (-2037 . 552710) (-2038 . 552576)
+ (-2039 . 552510) (-2040 . 552424) (-2041 . 552264) (-2042 . 552154)
+ (-2043 . 552030) (-2044 . 551908) (-2045 . 551790) (-2046 . 551759)
+ (-2047 . 551704) (-2048 . 551611) (-2049 . 551516) (-2050 . 551426)
+ (-2051 . 551141) (-2052 . 551075) (-2053 . 550801) (-2054 . 550685)
+ (-2055 . 550430) (-2056 . 550297) (-2057 . 550174) (-2058 . 550007)
+ (-2059 . 549833) (-2060 . 549635) (-2061 . 544523) (-2062 . 544440)
+ (-2063 . 544162) (-2064 . 544068) (-2065 . 543966) (-2066 . 543820)
+ (-2067 . 543667) (-2068 . 543355) (-2069 . 543161) (-2070 . 543109)
+ (-2071 . 543056) (-2072 . 542800) (-2073 . 542748) (-2074 . 542679)
+ (-2075 . 542569) (-2076 . 541284) (-2077 . 541061) (-2078 . 540805)
+ (-2079 . 540456) (-2080 . 540120) (-2081 . 539747) (-2082 . 539713)
+ (-2083 . 539660) (-2084 . 539601) (-2085 . 539521) (-2086 . 539487)
+ (-2087 . 539298) (-2088 . 539087) (-2089 . 539034) (-2090 . 538955)
+ (-2091 . 537790) (-2092 . 537600) (-2093 . 537420) (-2094 . 537304)
+ (-2095 . 537173) (-2096 . 536990) (-2097 . 536606) (-2098 . 536389)
+ (-2099 . 536321) (-2100 . 536248) (-2101 . 536002) (-2102 . 535787)
+ (-2103 . 535686) (-2104 . 535589) (-2105 . 535521) (-2106 . 535405)
+ (-2107 . 535250) (-2108 . 535097) (-2109 . 535042) (-2110 . 534943)
+ (-2111 . 534770) (-2112 . 534676) (-2113 . 534573) (-2114 . 534489)
+ (-2115 . 534333) (-2116 . 534164) (-2117 . 534069) (-2118 . 534041)
+ (-2119 . 533989) (-2120 . 533862) (-2121 . 533560) (-2122 . 533464)
+ (-2123 . 533343) (-2124 . 533063) (-2125 . 532956) (-2126 . 532579)
+ (-2127 . 532426) (-2128 . 532075) (-2129 . 530825) (-2130 . 530742)
+ (-2131 . 530366) (-2132 . 530208) (-2133 . 530135) (-2134 . 530082)
+ (-2135 . 528973) (-2136 . 528917) (-2137 . 528865) (-2138 . 528737)
+ (-2139 . 528546) (-2140 . 528426) (-2141 . 528326) (-2142 . 528067)
+ (-2143 . 527779) (-2144 . 527696) (-2145 . 527641) (-2146 . 527335)
+ (-2147 . 527130) (-2148 . 527033) (-2149 . 525852) (-2150 . 525800)
+ (-2151 . 525659) (-2152 . 525378) (-2153 . 525283) (-2154 . 525167)
+ (-2155 . 524935) (-2156 . 524764) (-2157 . 524712) (-2158 . 524627)
+ (-2159 . 524575) (-2160 . 524525) (-2161 . 524138) (-2162 . 523876)
+ (-2163 . 523767) (-2164 . 523715) (-2165 . 523647) (-2166 . 523549)
+ (-2167 . 523421) (-2168 . 523134) (-2169 . 523040) (-2170 . 522826)
+ (-2171 . 522730) (-2172 . 522586) (-2173 . 522307) (-2174 . 522241)
+ (-2175 . 522097) (-2176 . 521546) (-2177 . 521432) (-2178 . 521259)
+ (-2179 . 521041) (-2180 . 520612) (-2181 . 520533) (-2182 . 520161)
+ (-2183 . 519870) (-2184 . 519622) (-2185 . 519450) (-2186 . 519341)
+ (-2187 . 519229) (-2188 . 519099) (-2189 . 518691) (-2190 . 518554)
+ (-2191 . 518318) (-2192 . 518262) (-2193 . 518158) (-2194 . 518011)
+ (-2195 . 517898) (-2196 . 517380) (-2197 . 517248) (-2198 . 517140)
+ (-2199 . 517019) (-2200 . 516445) (-2201 . 516273) (-2202 . 516050)
+ (-2203 . 515967) (-2204 . 515854) (-2205 . 515537) (-2206 . 515415)
+ (-2207 . 515142) (-2208 . 515038) (-2209 . 514955) (-2210 . 514885)
+ (-2211 . 514828) (-2212 . 514402) (-2213 . 514339) (-2214 . 514273)
+ (-2215 . 514183) (-2216 . 514011) (-2217 . 513620) (-2218 . 513516)
+ (-2219 . 513189) (-2220 . 513137) (-2221 . 513074) (-2222 . 513021)
+ (-2223 . 512865) (-2224 . 512755) (-2225 . 512388) (-2226 . 512338)
+ (-2227 . 511947) (-2228 . 511775) (-2229 . 511653) (-2230 . 511516)
+ (-2231 . 511415) (-2232 . 511349) (-2233 . 511247) (-2234 . 511118)
+ (-2235 . 510960) (-2236 . 510850) (-2237 . 510727) (-2238 . 510427)
+ (-2239 . 510290) (-2240 . 510091) (-2241 . 510018) (-2242 . 509885)
+ (-2243 . 509506) (-2244 . 509426) (-2245 . 509332) (-2246 . 508672)
+ (-2247 . 508620) (-2248 . 508453) (-2249 . 508354) (-2250 . 508226)
+ (-2251 . 507409) (-2252 . 507230) (-2253 . 507072) (-2254 . 506632)
+ (-2255 . 506422) (-2256 . 506284) (-2257 . 506197) (-2258 . 506168)
+ (-2259 . 506039) (-2260 . 505791) (-2261 . 505647) (-2262 . 505594)
+ (-2263 . 505542) (-2264 . 505050) (-2265 . 504843) (-2266 . 504680)
+ (-2267 . 504554) (-2268 . 504494) (-2269 . 504420) (-2270 . 504313)
+ (-2271 . 504226) (-2272 . 504043) (-2273 . 503659) (-2274 . 503514)
+ (-2275 . 503254) (-2276 . 503140) (-2277 . 503031) (-2278 . 502927)
+ (-2279 . 502700) (-2280 . 502651) (-2281 . 502552) (-2282 . 502104)
+ (-2283 . 501936) (-2284 . 501834) (-2285 . 501649) (-2286 . 501600)
+ (-2287 . 501516) (-2288 . 501426) (-2289 . 501206) (-2290 . 501153)
+ (-2291 . 500881) (-2292 . 500775) (-2293 . 500688) (-2294 . 500544)
+ (-2295 . 500435) (-2296 . 500356) (-2297 . 500207) (-2298 . 500137)
+ (-2299 . 498761) (-2300 . 498433) (-2301 . 498275) (-2302 . 497909)
+ (-2303 . 497803) (-2304 . 497722) (-2305 . 497355) (-2306 . 496614)
+ (-2307 . 496407) (-2308 . 496232) (-2309 . 495857) (-2310 . 495771)
+ (-2311 . 495581) (-2312 . 495438) (-2313 . 495248) (-2314 . 495101)
+ (-2315 . 495072) (-2316 . 494979) (-2317 . 494911) (-2318 . 494665)
+ (-2319 . 493924) (-2320 . 493896) (-2321 . 493677) (-2322 . 493499)
+ (-2323 . 493247) (-2324 . 493150) (-2325 . 492988) (-2326 . 492917)
+ (-2327 . 492744) (-2328 . 492503) (-2329 . 492302) (-2330 . 492120)
+ (-2331 . 492036) (-2332 . 491944) (-2333 . 491256) (-2334 . 491165)
+ (-2335 . 490873) (-2336 . 490743) (-2337 . 490636) (-2338 . 490508)
+ (-2339 . 490448) (-2340 . 490378) (-2341 . 490326) (-2342 . 490273)
+ (-2343 . 489763) (-2344 . 489601) (-2345 . 489523) (-2346 . 489431)
+ (-2347 . 488855) (-2348 . 488700) (-2349 . 488318) (-2350 . 488247)
+ (-2351 . 488103) (-2352 . 488071) (-2353 . 487899) (-2354 . 487871)
+ (-2355 . 487614) (-2356 . 487432) (-2357 . 487337) (-2358 . 487239)
+ (-2359 . 487153) (-2360 . 486577) (-2361 . 486435) (-2362 . 486361)
+ (-2363 . 486231) (-2364 . 486130) (-2365 . 485949) (-2366 . 485866)
+ (-2367 . 485548) (-2368 . 485492) (-2369 . 485293) (-2370 . 484095)
+ (-2371 . 483519) (-2372 . 483177) (-2373 . 483105) (-2374 . 483023)
+ (-2375 . 482909) (-2376 . 482746) (-2377 . 482633) (-2378 . 481829)
+ (-2379 . 481362) (-2380 . 481263) (-2381 . 481117) (-2382 . 480869)
+ (-2383 . 480183) (-2384 . 480065) (-2385 . 479638) (-2386 . 479527)
+ (-2387 . 479423) (-2388 . 479326) (-2389 . 479256) (-2390 . 479010)
+ (-2391 . 478939) (-2392 . 478719) (-2393 . 478622) (-2394 . 478498)
+ (-2395 . 478418) (-2396 . 477732) (-2397 . 477373) (-2398 . 477037)
+ (-2399 . 476975) (-2400 . 476723) (-2401 . 476562) (-2402 . 476316)
+ (-2403 . 476155) (-2404 . 476054) (-2405 . 475952) (-2406 . 475728)
+ (-2407 . 475455) (-2408 . 475009) (-2409 . 474956) (-2410 . 474207)
+ (-2411 . 474034) (-2412 . 473847) (-2413 . 473794) (-2414 . 473696)
+ (-2415 . 473574) (-2416 . 473519) (-2417 . 473366) (-2418 . 473272)
+ (-2419 . 473142) (-2420 . 472979) (-2421 . 472405) (-2422 . 472346)
+ (-2423 . 472183) (-2424 . 472028) (-2425 . 471977) (-2426 . 471878)
+ (-2427 . 471813) (-2428 . 471519) (-2429 . 471273) (-2430 . 471132)
+ (-2431 . 469894) (-2432 . 469742) (-2433 . 465744) (-2434 . 465170)
+ (-2435 . 465061) (-2436 . 464943) (-2437 . 464858) (-2438 . 464754)
+ (-2439 . 464666) (-2440 . 464339) (-2441 . 464311) (-2442 . 464225)
+ (-2443 . 464151) (-2444 . 463984) (-2445 . 463410) (-2446 . 463332)
+ (-2447 . 463159) (-2448 . 463050) (-2449 . 462918) (-2450 . 462845)
+ (-2451 . 462783) (-2452 . 462654) (-2453 . 462599) (-2454 . 462465)
+ (-2455 . 461578) (-2456 . 460891) (-2457 . 460532) (-2458 . 460370)
+ (-2459 . 460224) (-2460 . 460026) (-2461 . 459582) (-2462 . 459465)
+ (-2463 . 459413) (-2464 . 459157) (-2465 . 458951) (-2466 . 458548)
+ (-2467 . 458076) (-2468 . 457389) (-2469 . 457130) (-2470 . 457063)
+ (-2471 . 457004) (-2472 . 456934) (-2473 . 456623) (-2474 . 456529)
+ (-2475 . 456406) (-2476 . 456275) (-2477 . 455959) (-2478 . 455664)
+ (-2479 . 454977) (-2480 . 454887) (-2481 . 454758) (-2482 . 454385)
+ (-2483 . 454351) (-2484 . 454211) (-2485 . 454046) (-2486 . 453931)
+ (-2487 . 453750) (-2488 . 453598) (-2489 . 453543) (-2490 . 453487)
+ (-2491 . 453341) (-2492 . 452766) (-2493 . 452699) (-2494 . 452665)
+ (-2495 . 452543) (-2496 . 452490) (-2497 . 452383) (-2498 . 452251)
+ (-2499 . 452195) (-2500 . 452127) (-2501 . 452005) (-2502 . 451866)
+ (-2503 . 451782) (-2504 . 451609) (-2505 . 451034) (-2506 . 450916)
+ (-2507 . 450802) (-2508 . 450704) (-2509 . 450670) (-2510 . 450418)
+ (-2511 . 450252) (-2512 . 450190) (-2513 . 450083) (-2514 . 449970)
+ (-2515 . 449831) (-2516 . 449764) (-2517 . 449189) (-2518 . 449031)
+ (-2519 . 448933) (-2520 . 448874) (-2521 . 448714) (-2522 . 448577)
+ (-2523 . 448425) (-2524 . 448207) (-2525 . 448098) (-2526 . 447986)
+ (-2527 . 447912) (-2528 . 447385) (-2529 . 446811) (-2530 . 446651)
+ (-2531 . 446552) (-2532 . 446496) (-2533 . 446464) (-2534 . 446349)
+ (-2535 . 446230) (-2536 . 446092) (-2537 . 445934) (-2538 . 445790)
+ (-2539 . 445682) (-2540 . 445627) (-2541 . 445325) (-2542 . 444751)
+ (-2543 . 444678) (-2544 . 444298) (-2545 . 444119) (-2546 . 443592)
+ (-2547 . 443533) (-2548 . 442979) (-2549 . 442910) (-2550 . 442805)
+ (-2551 . 442771) (-2552 . 442684) (-2553 . 442496) (-2554 . 442422)
+ (-2555 . 441748) (-2556 . 441624) (-2557 . 441536) (-2558 . 441311)
+ (-2559 . 440960) (-2560 . 439885) (-2561 . 439742) (-2562 . 439627)
+ (-2563 . 439496) (-2564 . 439338) (-2565 . 439224) (-2566 . 439150)
+ (-2567 . 438604) (-2568 . 438337) (-2569 . 438193) (-2570 . 438034)
+ (-2571 . 437860) (-2572 . 437793) (-2573 . 437710) (-2574 . 437601)
+ (-2575 . 437463) (-2576 . 437408) (-2577 . 437342) (-2578 . 437203)
+ (-2579 . 437045) (-2580 . 436986) (-2581 . 436864) (-2582 . 436732)
+ (-2583 . 436202) (-2584 . 435815) (-2585 . 435712) (-2586 . 435191)
+ (-2587 . 435053) (-2588 . 434922) (-2589 . 434695) (-2590 . 434513)
+ (-2591 . 433411) (-2592 . 431142) (-2593 . 429840) (-2594 . 429724)
+ (-2595 . 428970) (-2596 . 428813) (-2597 . 428627) (-2598 . 428437)
+ (-2599 . 428325) (-2600 . 428230) (-2601 . 428114) (-2602 . 428037)
+ (-2603 . 427963) (-2604 . 427879) (-2605 . 427550) (-2606 . 427497)
+ (-2607 . 427262) (-2608 . 427143) (-2609 . 427042) (-2610 . 426917)
+ (-2611 . 426772) (-2612 . 426607) (-2613 . 426328) (-2614 . 426229)
+ (-2615 . 426152) (-2616 . 425751) (-2617 . 425626) (-2618 . 425519)
+ (-2619 . 425343) (-2620 . 425269) (-2621 . 425050) (-2622 . 424708)
+ (-2623 . 424392) (-2624 . 424342) (-2625 . 424227) (-2626 . 424174)
+ (-2627 . 424097) (-2628 . 423882) (-2629 . 423656) (-2630 . 423553)
+ (-2631 . 423482) (-2632 . 423239) (-2633 . 422906) (-2634 . 422771)
+ (-2635 . 422699) (-2636 . 422354) (-2637 . 422302) (-2638 . 421911)
+ (-2639 . 421790) (-2640 . 421723) (-2641 . 421464) (-2642 . 420810)
+ (-2643 . 420711) (-2644 . 420576) (-2645 . 420524) (-2646 . 420150)
+ (-2647 . 420076) (-2648 . 419701) (-2649 . 419558) (-2650 . 419376)
+ (-2651 . 419273) (-2652 . 419192) (-2653 . 418593) (-2654 . 414433)
+ (-2655 . 414330) (-2656 . 413963) (-2657 . 413909) (-2658 . 413843)
+ (-2659 . 413792) (-2660 . 413739) (-2661 . 413641) (-2662 . 412638)
+ (-2663 . 412451) (-2664 . 412332) (-2665 . 412191) (-2666 . 412139)
+ (-2667 . 412031) (-2668 . 411965) (-2669 . 411811) (-2670 . 411780)
+ (-2671 . 411710) (-2672 . 409596) (-2673 . 409484) (-2674 . 409329)
+ (-2675 . 409224) (-2676 . 409111) (-2677 . 409019) (-2678 . 408970)
+ (-2679 . 408596) (-2680 . 408350) (-2681 . 408321) (-2682 . 408271)
+ (-2683 . 408108) (-2684 . 408020) (-2685 . 407788) (-2686 . 407715)
+ (-2687 . 407577) (-2688 . 407275) (-2689 . 407204) (-2690 . 407132)
+ (-2691 . 406965) (-2692 . 406887) (-2693 . 406828) (-2694 . 406697)
+ (-2695 . 406588) (-2696 . 406292) (-2697 . 405905) (-2698 . 405853)
+ (-2699 . 405687) (-2700 . 405457) (-2701 . 404844) (-2702 . 404788)
+ (-2703 . 404735) (-2704 . 404590) (-2705 . 404171) (-2706 . 403940)
+ (-2707 . 403825) (-2708 . 403755) (-2709 . 403559) (-2710 . 403508)
+ (-2711 . 403369) (-2712 . 402029) (-2713 . 401877) (-2714 . 401450)
+ (-2715 . 401366) (-2716 . 400989) (-2717 . 400891) (-2718 . 400296)
+ (-2719 . 399818) (-2720 . 399756) (-2721 . 399375) (-2722 . 399296)
+ (-2723 . 399265) (-2724 . 397002) (-2725 . 396631) (-2726 . 396413)
+ (-2727 . 396351) (-2728 . 395481) (-2729 . 395354) (-2730 . 395258)
+ (-2731 . 395138) (-2732 . 395073) (-2733 . 394900) (-2734 . 394834)
+ (-2735 . 394496) (-2736 . 394390) (-2737 . 394316) (-2738 . 394217)
+ (-2739 . 394089) (-2740 . 393569) (-2741 . 393464) (-2742 . 393303)
+ (-2743 . 393100) (-2744 . 393042) (-2745 . 392895) (-2746 . 392809)
+ (-2747 . 392685) (-2748 . 392601) (-2749 . 392518) (-2750 . 392284)
+ (-2751 . 392096) (-2752 . 391953) (-2753 . 391675) (-2754 . 391622)
+ (-2755 . 391515) (-2756 . 391378) (-2757 . 391328) (-2758 . 391205)
+ (-2759 . 391107) (-2760 . 391041) (-2761 . 390985) (-2762 . 390577)
+ (-2763 . 390416) (-2764 . 390232) (-2765 . 389979) (-2766 . 389942)
+ (-2767 . 389319) (-2768 . 389198) (-2769 . 389009) (-2770 . 388853)
+ (-2771 . 388775) (-2772 . 388622) (-2773 . 388549) (-2774 . 388486)
+ (-2775 . 386909) (-2776 . 386836) (-2777 . 386785) (-2778 . 386662)
+ (-2779 . 386506) (-2780 . 386455) (-2781 . 386354) (-2782 . 385903)
+ (-2783 . 385770) (-2784 . 385667) (-2785 . 385538) (-2786 . 385477)
+ (-2787 . 384894) (-2788 . 384609) (-2789 . 384493) (-2790 . 384200)
+ (-2791 . 384045) (-2792 . 383944) (-2793 . 383731) (-2794 . 383637)
+ (-2795 . 383585) (-2796 . 383497) (-2797 . 383424) (-2798 . 383300)
+ (-2799 . 383272) (-2800 . 383215) (-2801 . 383101) (-2802 . 383024)
+ (-2803 . 382947) (-2804 . 382748) (-2805 . 382681) (-2806 . 382626)
+ (-2807 . 382419) (-2808 . 382194) (-2809 . 382087) (-2810 . 381816)
+ (-2811 . 381750) (-2812 . 380867) (-2813 . 380051) (-2814 . 379947)
+ (-2815 . 379789) (-2816 . 379605) (-2817 . 379517) (-2818 . 379461)
+ (-2819 . 379268) (-2820 . 379240) (-2821 . 379021) (-2822 . 378943)
+ (-2823 . 378875) (-2824 . 378803) (-2825 . 378170) (-2826 . 377864)
+ (-2827 . 377754) (-2828 . 377686) (-2829 . 377591) (-2830 . 377508)
+ (-2831 . 372170) (-2832 . 372112) (-2833 . 372044) (-2834 . 371943)
+ (-2835 . 371848) (-2836 . 371744) (-2837 . 371600) (-2838 . 371459)
+ (-2839 . 371132) (-2840 . 370968) (-2841 . 370856) (-2842 . 370783)
+ (-2843 . 370676) (-2844 . 370461) (-2845 . 370319) (-2846 . 370233)
+ (-2847 . 369901) (-2848 . 369827) (-2849 . 369688) (-2850 . 369622)
+ (-2851 . 369361) (-2852 . 369304) (-2853 . 369222) (-2854 . 368010)
+ (-2855 . 367854) (-2856 . 367696) (-2857 . 367562) (-2858 . 367226)
+ (-2859 . 367046) (-2860 . 366367) (-2861 . 366282) (-2862 . 365947)
+ (-2863 . 365861) (-2864 . 365752) (-2865 . 365668) (-2866 . 365374)
+ (-2867 . 365031) (-2868 . 364953) (-2869 . 364622) (-2870 . 364527)
+ (-2871 . 364475) (-2872 . 364395) (-2873 . 364178) (-2874 . 363980)
+ (-2875 . 363861) (-2876 . 363781) (-2877 . 363671) (-2878 . 363220)
+ (-2879 . 363076) (-2880 . 362849) (-2881 . 362820) (-2882 . 362738)
+ (-2883 . 362665) (-2884 . 362329) (-2885 . 362090) (-2886 . 362056)
+ (-2887 . 361943) (-2888 . 361828) (-2889 . 361739) (-2890 . 361660)
+ (-2891 . 361228) (-2892 . 361125) (-2893 . 361065) (-2894 . 360672)
+ (-2895 . 359808) (-2896 . 359701) (-2897 . 359564) (-2898 . 359483)
+ (-2899 . 358945) (-2900 . 358819) (-2901 . 358785) (-2902 . 358684)
+ (-2903 . 358206) (-2904 . 358140) (-2905 . 358022) (-2906 . 357817)
+ (-2907 . 357713) (-2908 . 357634) (-2909 . 357551) (-2910 . 357350)
+ (-2911 . 357044) (-2912 . 356924) (-2913 . 356806) (-2914 . 356720)
+ (-2915 . 356422) (-2916 . 356307) (-2917 . 356194) (-2918 . 356005)
+ (-2919 . 355915) (-2920 . 355730) (-2921 . 355673) (-2922 . 355557)
+ (-2923 . 355415) (-2924 . 355104) (-2925 . 354986) (-2926 . 354342)
+ (-2927 . 354205) (-2928 . 353678) (-2929 . 353577) (-2930 . 353463)
+ (-2931 . 353398) (-2932 . 353303) (-2933 . 353166) (-2934 . 353071)
+ (-2935 . 352972) (-2936 . 352912) (-2937 . 352829) (-2938 . 352777)
+ (-2939 . 352624) (-2940 . 352315) (-2941 . 352281) (-2942 . 352215)
+ (-2943 . 352092) (-2944 . 351983) (-2945 . 351930) (-2946 . 351898)
+ (-2947 . 351671) (-2948 . 351619) (-2949 . 351327) (-2950 . 351246)
+ (-2951 . 351193) (-2952 . 351078) (-2953 . 351023) (-2954 . 350960)
+ (-2955 . 350755) (-2956 . 350638) (-2957 . 350370) (-2958 . 349917)
+ (-2959 . 349685) (-2960 . 349607) (-2961 . 349579) (-2962 . 349498)
+ (-2963 . 349384) (-2964 . 349189) (-2965 . 349038) (-2966 . 348922)
+ (-2967 . 348749) (-2968 . 348608) (-2969 . 348474) (-2970 . 348364)
+ (-2971 . 348243) (-2972 . 348013) (-2973 . 347960) (-2974 . 347874)
+ (-2975 . 347707) (-2976 . 347600) (-2977 . 347520) (-2978 . 347365)
+ (-2979 . 347309) (-2980 . 347216) (-2981 . 347056) (-2982 . 337494)
+ (-2983 . 337316) (-2984 . 337244) (-2985 . 337151) (-2986 . 336923)
+ (-2987 . 336592) (-2988 . 336415) (-2989 . 336006) (-2990 . 335351)
+ (-2991 . 335265) (-2992 . 335211) (-2993 . 333741) (-2994 . 333640)
+ (-2995 . 333322) (-2996 . 333121) (-2997 . 332905) (-2998 . 332806)
+ (-2999 . 332678) (-3000 . 332071) (-3001 . 331585) (-3002 . 331512)
+ (-3003 . 331412) (-3004 . 331158) (-3005 . 330576) (-3006 . 330362)
+ (-3007 . 330011) (-3008 . 329889) (-3009 . 329592) (-3010 . 329485)
+ (-3011 . 329378) (-3012 . 329255) (-3013 . 328681) (-3014 . 328458)
+ (-3015 . 327492) (-3016 . 327443) (-3017 . 327391) (-3018 . 327261)
+ (-3019 . 327143) (-3020 . 327042) (-3021 . 326792) (-3022 . 326743)
+ (-3023 . 326326) (-3024 . 326238) (-3025 . 326146) (-3026 . 325706)
+ (-3027 . 325515) (-3028 . 325394) (-3029 . 325342) (-3030 . 325265)
+ (-3031 . 324878) (-3032 . 324795) (-3033 . 324495) (-3034 . 324421)
+ (-3035 . 323924) (-3036 . 323774) (-3037 . 323701) (-3038 . 323555)
+ (-3039 . 323481) (-3040 . 323242) (-3041 . 323089) (-3042 . 322747)
+ (-3043 . 322678) (-3044 . 322575) (-3045 . 322496) (-3046 . 322394)
+ (-3047 . 321592) (-3048 . 321439) (-3049 . 321368) (-3050 . 321082)
+ (-3051 . 320976) (-3052 . 320879) (-3053 . 320526) (-3054 . 319877)
+ (-3055 . 319737) (-3056 . 319705) (-3057 . 319552) (-3058 . 319055)
+ (-3059 . 318967) (-3060 . 318622) (-3061 . 318230) (-3062 . 318063)
+ (-3063 . 318008) (-3064 . 317896) (-3065 . 317814) (-3066 . 317669)
+ (-3067 . 317318) (-3068 . 317194) (-3069 . 316999) (-3070 . 316853)
+ (-3071 . 316793) (-3072 . 316627) (-3073 . 316341) (-3074 . 315161)
+ (-3075 . 314817) (-3076 . 314595) (-3077 . 314505) (-3078 . 314324)
+ (-3079 . 314066) (-3080 . 313802) (-3081 . 313705) (-3082 . 313580)
+ (-3083 . 313503) (-3084 . 313398) (-3085 . 313320) (-3086 . 313267)
+ (-3087 . 313215) (-3088 . 313141) (-3089 . 312967) (-3090 . 312848)
+ (-3091 . 312786) (-3092 . 312703) (-3093 . 312426) (-3094 . 312323)
+ (-3095 . 310161) (-3096 . 309908) (-3097 . 309820) (-3098 . 309469)
+ (-3099 . 309221) (-3100 . 309161) (-3101 . 309078) (-3102 . 308877)
+ (-3103 . 308823) (-3104 . 308681) (-3105 . 308490) (-3106 . 308413)
+ (-3107 . 308336) (-3108 . 307155) (-3109 . 306908) (-3110 . 306783)
+ (-3111 . 306676) (-3112 . 306513) (-3113 . 306317) (-3114 . 306207)
+ (-3115 . 306173) (-3116 . 306102) (-3117 . 305978) (-3118 . 305822)
+ (-3119 . 305673) (-3120 . 305609) (-3121 . 305006) (-3122 . 304863)
+ (-3123 . 304790) (-3124 . 304610) (-3125 . 304576) (-3126 . 304422)
+ (-3127 . 304233) (-3128 . 303627) (-3129 . 303533) (-3130 . 303354)
+ (-3131 . 303275) (-3132 . 303209) (-3133 . 303072) (-3134 . 302923)
+ (-3135 . 302851) (-3136 . 302632) (-3137 . 302577) (-3138 . 302503)
+ (-3139 . 302395) (-3140 . 302256) (-3141 . 302006) (-3142 . 301862)
+ (-3143 . 301720) (-3144 . 301577) (-3145 . 301491) (-3146 . 301366)
+ (-3147 . 301292) (-3148 . 301154) (-3149 . 301102) (-3150 . 300761)
+ (-3151 . 300702) (-3152 . 300272) (-3153 . 300170) (-3154 . 299844)
+ (-3155 . 299676) (-3156 . 299517) (-3157 . 299407) (-3158 . 299324)
+ (-3159 . 299241) (-3160 . 299142) (-3161 . 298902) (-3162 . 298761)
+ (-3163 . 298712) (-3164 . 298582) (-3165 . 298504) (-3166 . 298407)
+ (-3167 . 298298) (-3168 . 298119) (-3169 . 298034) (-3170 . 297938)
+ (-3171 . 297720) (-3172 . 297575) (-3173 . 297465) (-3174 . 297367)
+ (-3175 . 297263) (-3176 . 297017) (-3177 . 296873) (-3178 . 296693)
+ (-3179 . 296550) (-3180 . 296466) (-3181 . 296308) (-3182 . 295932)
+ (-3183 . 295601) (-3184 . 295517) (-3185 . 295488) (-3186 . 295237)
+ (-3187 . 294927) (-3188 . 294816) (-3189 . 294750) (-3190 . 294653)
+ (-3191 . 294625) (-3192 . 294518) (-3193 . 294423) (-3194 . 294325)
+ (-3195 . 294288) (-3196 . 294174) (-3197 . 293967) (-3198 . 293435)
+ (-3199 . 293274) (-3200 . 293187) (-3201 . 292996) (-3202 . 292895)
+ (-3203 . 292673) (-3204 . 292581) (-3205 . 292460) (-3206 . 292408)
+ (-3207 . 292325) (-3208 . 292066) (-3209 . 291921) (-3210 . 290191)
+ (-3211 . 290025) (-3212 . 266859) (-3213 . 266798) (-3214 . 266517)
+ (-3215 . 266242) (-3216 . 266133) (-3217 . 265916) (-3218 . 265761)
+ (-3219 . 265683) (-3220 . 265458) (-3221 . 265075) (-3222 . 264989)
+ (-3223 . 264894) (-3224 . 264744) (-3225 . 261992) (-3226 . 261909)
+ (-3227 . 261706) (-3228 . 261593) (-3229 . 261487) (-3230 . 261138)
+ (-3231 . 261052) (-3232 . 260889) (-3233 . 260599) (-3234 . 260510)
+ (-3235 . 260408) (-3236 . 260295) (-3237 . 260224) (-3238 . 260130)
+ (-3239 . 259903) (-3240 . 257935) (-3241 . 257813) (-3242 . 257600)
+ (-3243 . 257353) (-3244 . 257252) (-3245 . 257198) (-3246 . 257147)
+ (-3247 . 257092) (-3248 . 256821) (-3249 . 256427) (-3250 . 256275)
+ (-3251 . 256187) (-3252 . 256135) (-3253 . 256064) (-3254 . 255934)
+ (-3255 . 255792) (-3256 . 255764) (-3257 . 255681) (-3258 . 255135)
+ (-3259 . 255019) (-3260 . 254866) (-3261 . 254452) (-3262 . 254396)
+ (-3263 . 254317) (-3264 . 253854) (-3265 . 253755) (-3266 . 253723)
+ (-3267 . 253512) (-3268 . 253356) (-3269 . 252799) (-3270 . 252717)
+ (-3271 . 252559) (-3272 . 252503) (-3273 . 252420) (-3274 . 252349)
+ (-3275 . 252253) (-3276 . 252200) (-3277 . 252093) (-3278 . 248794)
+ (-3279 . 248632) (-3280 . 248378) (-3281 . 248204) (-3282 . 248110)
+ (-3283 . 247896) (-3284 . 244560) (-3285 . 244231) (-3286 . 244060)
+ (-3287 . 243963) (-3288 . 243880) (-3289 . 243846) (-3290 . 243794)
+ (-3291 . 243743) (-3292 . 243649) (-3293 . 243555) (-3294 . 243353)
+ (-3295 . 243220) (-3296 . 243049) (-3297 . 242943) (-3298 . 242883)
+ (-3299 . 242828) (-3300 . 242620) (-3301 . 242491) (-3302 . 242336)
+ (-3303 . 242217) (-3304 . 241975) (-3305 . 241702) (-3306 . 240932)
+ (-3307 . 240761) (-3308 . 240514) (-3309 . 240070) (-3310 . 239830)
+ (-3311 . 239774) (-3312 . 238967) (-3313 . 238883) (-3314 . 238596)
+ (-3315 . 238460) (-3316 . 238053) (-3317 . 238000) (-3318 . 237972)
+ (-3319 . 237793) (-3320 . 237695) (-3321 . 237565) (-3322 . 237486)
+ (-3323 . 237379) (-3324 . 237293) (-3325 . 237195) (-3326 . 237143)
+ (-3327 . 236863) (-3328 . 236777) (-3329 . 236670) (** . 233581)
+ (-3331 . 233504) (-3332 . 233286) (-3333 . 232994) (-3334 . 232836)
+ (-3335 . 232702) (-3336 . 232631) (-3337 . 232557) (-3338 . 232460)
+ (-3339 . 232357) (-3340 . 231970) (-3341 . 231745) (-3342 . 231445)
+ (-3343 . 231308) (-3344 . 231001) (-3345 . 230874) (-3346 . 230803)
+ (-3347 . 230588) (-3348 . 230444) (-3349 . 230020) (-3350 . 229532)
+ (-3351 . 229438) (-3352 . 229262) (-3353 . 228994) (-3354 . 228917)
+ (-3355 . 228865) (-3356 . 228693) (-3357 . 228612) (-3358 . 228532)
+ (-3359 . 227330) (-3360 . 227195) (-3361 . 227133) (-3362 . 226763)
+ (-3363 . 226617) (-3364 . 226549) (-3365 . 226040) (-3366 . 225548)
+ (-3367 . 225321) (-3368 . 224797) (-3369 . 224765) (-3370 . 224438)
+ (-3371 . 224322) (-3372 . 224267) (-3373 . 224130) (-3374 . 223991)
+ (-3375 . 223919) (-3376 . 223837) (-3377 . 223771) (-3378 . 223716)
+ (-3379 . 223587) (-3380 . 223422) (-3381 . 223312) (-3382 . 223155)
+ (-3383 . 222952) (-3384 . 222869) (-3385 . 222724) (-3386 . 222513)
+ (-3387 . 222372) (-3388 . 221973) (-3389 . 221920) (-3390 . 221805)
+ (-9 . 221777) (-3392 . 221718) (-3393 . 221456) (-3394 . 221333)
+ (-3395 . 221263) (-3396 . 221150) (-3397 . 220984) (-3398 . 220900)
+ (-3399 . 220082) (-3400 . 220029) (-3401 . 219811) (-3402 . 219783)
+ (-8 . 219755) (-3404 . 219705) (-3405 . 218707) (-3406 . 218476)
+ (-3407 . 218195) (-3408 . 218065) (-3409 . 217959) (-3410 . 217773)
+ (-3411 . 217602) (-3412 . 215470) (-3413 . 215132) (-3414 . 214833)
+ (-3415 . 214781) (-7 . 214753) (-3417 . 214671) (-3418 . 214433)
+ (-3419 . 214313) (-3420 . 214242) (-3421 . 213940) (-3422 . 213868)
+ (-3423 . 213729) (-3424 . 213633) (-3425 . 213295) (-3426 . 213172)
+ (-3427 . 213086) (-3428 . 212220) (-3429 . 211634) (-3430 . 211584)
+ (-3431 . 211356) (-3432 . 211070) (-3433 . 210959) (-3434 . 210897)
+ (-3435 . 210847) (-3436 . 210676) (-3437 . 210371) (-3438 . 210306)
+ (-3439 . 210110) (-3440 . 210051) (-3441 . 209854) (-3442 . 209688)
+ (-3443 . 209581) (-3444 . 209297) (-3445 . 209240) (-3446 . 209047)
+ (-3447 . 207639) (-3448 . 207555) (-3449 . 207312) (-3450 . 206561)
+ (-3451 . 206467) (-3452 . 206029) (-3453 . 205826) (-3454 . 205722)
+ (-3455 . 205504) (-3456 . 205405) (-3457 . 205347) (-3458 . 205270)
+ (-3459 . 205100) (-3460 . 205069) (-3461 . 204939) (-3462 . 204826)
+ (-3463 . 204771) (-3464 . 204729) (-3465 . 204590) (-3466 . 204513)
+ (-3467 . 204461) (-3468 . 204395) (-3469 . 204305) (-3470 . 204196)
+ (-3471 . 204144) (-3472 . 204073) (-3473 . 203961) (-3474 . 203905)
+ (-3475 . 203842) (-3476 . 198329) (-3477 . 198156) (-3478 . 197696)
+ (-3479 . 197581) (-3480 . 197078) (-3481 . 196869) (-3482 . 196814)
+ (-3483 . 196271) (-3484 . 196176) (-3485 . 195896) (-3486 . 195825)
+ (-3487 . 195437) (-3488 . 194734) (-3489 . 194603) (-3490 . 194550)
+ (-3491 . 194373) (-3492 . 194272) (-3493 . 194134) (-3494 . 194018)
+ (-3495 . 193959) (-3496 . 193828) (-3497 . 193754) (-3498 . 193299)
+ (-3499 . 193247) (-3500 . 193163) (-3501 . 193059) (-3502 . 192921)
+ (-3503 . 192440) (-3504 . 192281) (-3505 . 192211) (-3506 . 192134)
+ (-3507 . 192036) (-3508 . 191687) (-3509 . 191306) (-3510 . 191251)
+ (-3511 . 190908) (-3512 . 190683) (-3513 . 190561) (-3514 . 190252)
+ (-3515 . 189819) (-3516 . 189654) (-3517 . 189569) (-3518 . 189489)
+ (-3519 . 189382) (-3520 . 189315) (-3521 . 189262) (-3522 . 189175)
+ (-3523 . 189034) (-3524 . 188949) (-3525 . 188820) (-3526 . 188625)
+ (-3527 . 188395) (-3528 . 188005) (-3529 . 187977) (-3530 . 187539)
+ (-3531 . 187368) (-3532 . 187267) (-3533 . 186945) (-3534 . 186864)
+ (-3535 . 186793) (-3536 . 186674) (-3537 . 186531) (-3538 . 186444)
+ (-3539 . 186314) (-3540 . 186099) (-3541 . 185961) (-3542 . 185873)
+ (-3543 . 185120) (-3544 . 184993) (-3545 . 184942) (-3546 . 184748)
+ (-3547 . 184688) (-3548 . 184636) (-3549 . 184570) (-3550 . 184499)
+ (-3551 . 184210) (-3552 . 183900) (-3553 . 183798) (-3554 . 183726)
+ (-3555 . 183633) (-3556 . 183474) (-3557 . 183419) (-3558 . 183301)
+ (-3559 . 183249) (-3560 . 183084) (-3561 . 182870) (-3562 . 182660)
+ (-3563 . 182328) (-3564 . 182172) (-3565 . 181936) (-3566 . 181883)
+ (-3567 . 181715) (-3568 . 181262) (-3569 . 181135) (-3570 . 181036)
+ (-3571 . 180832) (-3572 . 180759) (-3573 . 180505) (-3574 . 180362)
+ (-3575 . 180249) (-3576 . 180124) (-3577 . 179763) (-3578 . 179620)
+ (-3579 . 179567) (-3580 . 179493) (-3581 . 179347) (-3582 . 179295)
+ (-3583 . 179209) (-3584 . 179126) (-3585 . 178247) (-3586 . 178167)
+ (-3587 . 178107) (-3588 . 177765) (-3589 . 177555) (-3590 . 175926)
+ (-3591 . 175701) (-3592 . 175628) (-3593 . 175167) (-3594 . 175012)
+ (-3595 . 174908) (-3596 . 174800) (-3597 . 174596) (-3598 . 174527)
+ (-3599 . 174386) (-3600 . 174173) (-3601 . 173307) (-3602 . 173251)
+ (-3603 . 172957) (-3604 . 172871) (-3605 . 172772) (-3606 . 172693)
+ (-3607 . 172508) (-3608 . 172471) (-3609 . 172371) (-3610 . 172286)
+ (-3611 . 170912) (-3612 . 170555) (-3613 . 170361) (-3614 . 170290)
+ (-3615 . 170137) (-3616 . 170042) (-3617 . 169306) (-3618 . 169213)
+ (-3619 . 168993) (-3620 . 168885) (-3621 . 168752) (-3622 . 168620)
+ (-3623 . 168535) (-3624 . 168428) (-3625 . 168266) (-3626 . 168178)
+ (-3627 . 167969) (-3628 . 167841) (-3629 . 167761) (-3630 . 167667)
+ (-3631 . 167614) (-3632 . 166801) (-3633 . 166735) (-3634 . 166617)
+ (-3635 . 166534) (-3636 . 165449) (-3637 . 165392) (-3638 . 165303)
+ (-3639 . 165202) (-3640 . 164998) (-3641 . 164899) (-3642 . 164607)
+ (-3643 . 164511) (-3644 . 164461) (-3645 . 164296) (-3646 . 164165)
+ (-3647 . 164112) (-3648 . 164018) (-3649 . 163946) (-3650 . 163844)
+ (-3651 . 163726) (-3652 . 163622) (-3653 . 163454) (-3654 . 163239)
+ (-3655 . 163153) (-3656 . 162962) (-3657 . 161124) (-3658 . 161038)
+ (-3659 . 160954) (-3660 . 160813) (-3661 . 160760) (-3662 . 160580)
+ (-3663 . 160411) (-3664 . 160310) (-3665 . 160172) (-3666 . 160121)
+ (-3667 . 160069) (-3668 . 159953) (-3669 . 158443) (-3670 . 158359)
+ (-3671 . 158253) (-3672 . 158167) (-3673 . 157928) (-3674 . 157868)
+ (-3675 . 157761) (-3676 . 157673) (-3677 . 157399) (-3678 . 156329)
+ (-3679 . 156213) (-3680 . 156115) (-3681 . 154567) (-3682 . 154498)
+ (-3683 . 154417) (-3684 . 154347) (-3685 . 154276) (-3686 . 154190)
+ (-3687 . 154131) (-3688 . 153679) (-3689 . 153586) (-3690 . 153527)
+ (-3691 . 152751) (-3692 . 152639) (-3693 . 151447) (-3694 . 151361)
+ (-3695 . 151254) (-3696 . 150982) (-3697 . 150691) (-3698 . 150434)
+ (-3699 . 150310) (-3700 . 149574) (-3701 . 149356) (-3702 . 149248)
+ (-3703 . 149097) (-3704 . 148495) (-3705 . 148368) (-3706 . 148300)
+ (-3707 . 148240) (-3708 . 148125) (-3709 . 148016) (-3710 . 147854)
+ (-3711 . 147593) (-3712 . 147523) (-3713 . 147455) (-3714 . 146539)
+ (-3715 . 146473) (-3716 . 146121) (-3717 . 145200) (-3718 . 145146)
+ (-3719 . 144958) (-3720 . 144873) (-3721 . 144625) (-3722 . 144498)
+ (-3723 . 144391) (-3724 . 144030) (-3725 . 143780) (-3726 . 143602)
+ (-3727 . 143402) (-3728 . 143222) (-3729 . 143092) (-3730 . 142922)
+ (-3731 . 142210) (-3732 . 140764) (-3733 . 140120) (-3734 . 139654)
+ (-3735 . 139561) (-3736 . 139490) (-3737 . 138833) (-3738 . 138645)
+ (-3739 . 138478) (-3740 . 138221) (-3741 . 138086) (-3742 . 138012)
+ (-3743 . 136840) (-3744 . 136201) (-3745 . 135960) (-3746 . 135533)
+ (-3747 . 135426) (-3748 . 134725) (-3749 . 134697) (-3750 . 134523)
+ (-3751 . 134471) (-3752 . 134356) (-3753 . 134295) (-3754 . 133999)
+ (-3755 . 133971) (-3756 . 132853) (-3757 . 132695) (-3758 . 132661)
+ (-3759 . 132502) (-3760 . 132450) (-3761 . 132021) (-3762 . 131925)
+ (-3763 . 131813) (-3764 . 131706) (-3765 . 130569) (-3766 . 129974)
+ (-3767 . 129834) (-3768 . 129702) (-3769 . 129624) (-3770 . 129520)
+ (-3771 . 129294) (-3772 . 129042) (-3773 . 128911) (-3774 . 128858)
+ (-3775 . 128700) (-3776 . 128647) (-3777 . 128519) (-3778 . 128316)
+ (-3779 . 128226) (-3780 . 128108) (-3781 . 127811) (-3782 . 127453)
+ (-3783 . 127160) (-3784 . 127083) (-3785 . 126938) (-3786 . 126817)
+ (-3787 . 126668) (-3788 . 126111) (-3789 . 126052) (-3790 . 125948)
+ (-3791 . 125851) (-3792 . 125728) (-3793 . 125076) (-3794 . 124990)
+ (-3795 . 124801) (-3796 . 124734) (-3797 . 124646) (-3798 . 124590)
+ (-3799 . 124471) (-3800 . 124414) (-3801 . 124107) (-3802 . 123930)
+ (-3803 . 123859) (-3804 . 123762) (-3805 . 123733) (-3806 . 120952)
+ (-3807 . 120920) (-3808 . 120569) (-3809 . 120483) (-3810 . 120261)
+ (-3811 . 119747) (-3812 . 119455) (-3813 . 119348) (-3814 . 119311)
+ (-3815 . 118981) (-3816 . 118926) (-3817 . 118823) (-3818 . 118641)
+ (-3819 . 118544) (-3820 . 118400) (-3821 . 118293) (-3822 . 118199)
+ (-3823 . 118171) (-3824 . 118100) (-3825 . 117886) (-3826 . 117691)
+ (-3827 . 117527) (-3828 . 117331) (-3829 . 117245) (-3830 . 116966)
+ (-3831 . 116898) (-3832 . 116658) (-3833 . 116510) (-3834 . 116185)
+ (-3835 . 116079) (-3836 . 115972) (-3837 . 115525) (-3838 . 115401)
+ (-3839 . 115080) (-3840 . 115012) (-3841 . 114961) (-3842 . 114387)
+ (-3843 . 114289) (-3844 . 114188) (-3845 . 113795) (-3846 . 113655)
+ (-3847 . 113589) (-3848 . 113399) (-3849 . 113074) (-3850 . 113004)
+ (-3851 . 112900) (-3852 . 112326) (-3853 . 112210) (-3854 . 112092)
+ (-3855 . 111962) (-3856 . 111893) (-3857 . 111562) (-3858 . 111024)
+ (-3859 . 110929) (-3860 . 110813) (-3861 . 110758) (-3862 . 110184)
+ (-3863 . 110153) (-3864 . 110055) (-3865 . 109563) (-3866 . 109419)
+ (-3867 . 108915) (-3868 . 108684) (-3869 . 108600) (-3870 . 108501)
+ (-3871 . 108435) (-3872 . 107851) (-3873 . 107002) (-3874 . 106849)
+ (-3875 . 105587) (-3876 . 105559) (-3877 . 105307) (-3878 . 105243)
+ (-3879 . 105191) (-3880 . 104972) (-3881 . 104819) (-3882 . 104737)
+ (-3883 . 101116) (-3884 . 100973) (-3885 . 100902) (-3886 . 100849)
+ (-3887 . 100740) (-3888 . 100670) (-3889 . 99454) (-3890 . 99276)
+ (-3891 . 99210) (-3892 . 98801) (-3893 . 98749) (-3894 . 98206)
+ (-3895 . 98113) (-3896 . 98027) (-3897 . 97780) (-3898 . 97599)
+ (-3899 . 97471) (-3900 . 97387) (-3901 . 96623) (-3902 . 96243)
+ (-3903 . 96070) (-3904 . 95882) (-3905 . 95363) (-3906 . 95222)
+ (-3907 . 95148) (-3908 . 95089) (-3909 . 94949) (-3910 . 94861)
+ (-3911 . 94809) (-3912 . 94756) (-3913 . 94657) (-3914 . 94550)
+ (-3915 . 94479) (-3916 . 94255) (-3917 . 94168) (-3918 . 93839)
+ (-3919 . 93694) (-3920 . 93486) (-3921 . 93434) (-3922 . 93221)
+ (-3923 . 93190) (-3924 . 92180) (-3925 . 92015) (-3926 . 91569)
+ (-3927 . 91465) (-3928 . 91275) (-3929 . 90859) (-3930 . 90764)
+ (-3931 . 90711) (-3932 . 90592) (-3933 . 90512) (-3934 . 90345)
+ (-3935 . 90271) (-3936 . 90222) (-3937 . 90018) (-3938 . 89838)
+ (-3939 . 89785) (-3940 . 89682) (-3941 . 89538) (-3942 . 89371)
+ (-3943 . 89318) (-3944 . 89119) (-3945 . 88981) (-3946 . 88759)
+ (-3947 . 88644) (-3948 . 88546) (-3949 . 88236) (-3950 . 88106)
+ (-3951 . 86949) (-3952 . 86896) (-3953 . 86409) (-3954 . 86144)
+ (-3955 . 85896) (-3956 . 85843) (-3957 . 85790) (-3958 . 85667)
+ (-3959 . 85427) (-3960 . 85347) (-3961 . 85204) (-3962 . 85153)
+ (-3963 . 84995) (-3964 . 84900) (-3965 . 84790) (-3966 . 84710)
+ (-3967 . 84577) (-3968 . 83716) (-3969 . 83593) (-3970 . 83354)
+ (-3971 . 82971) (-3972 . 82919) (-3973 . 82685) (-3974 . 82602)
+ (-3975 . 82393) (-3976 . 82230) (-3977 . 82135) (-3978 . 82021)
+ (-3979 . 81660) (-3980 . 81632) (-3981 . 81524) (-3982 . 81182)
+ (-3983 . 81099) (-3984 . 81070) (-3985 . 80800) (-3986 . 80703)
+ (-3987 . 80479) (-3988 . 80423) (-3989 . 80038) (-3990 . 79897)
+ (-3991 . 79825) (-3992 . 79797) (-3993 . 79651) (-3994 . 79348)
+ (-3995 . 79105) (-3996 . 79032) (-3997 . 78944) (-3998 . 78562)
+ (-3999 . 78436) (-4000 . 78381) (-4001 . 78211) (-4002 . 78084)
+ (-4003 . 78031) (-4004 . 77959) (-4005 . 77862) (-4006 . 77806)
+ (-4007 . 77676) (-4008 . 77112) (-4009 . 77038) (-4010 . 76883)
+ (-4011 . 76664) (-4012 . 76560) (-4013 . 75859) (-4014 . 75725)
+ (-4015 . 75600) (-4016 . 75464) (-4017 . 75265) (-4018 . 75085)
+ (-4019 . 74812) (-4020 . 74729) (-4021 . 74538) (-4022 . 74291)
+ (-4023 . 74131) (-4024 . 73453) (-4025 . 73326) (-4026 . 73088)
+ (-4027 . 72871) (-4028 . 72699) (-4029 . 72598) (-4030 . 72512)
+ (-4031 . 72351) (-4032 . 72250) (-4033 . 72178) (-4034 . 72018)
+ (-4035 . 71831) (-4036 . 71780) (-12 . 71608) (-4038 . 71267)
+ (-4039 . 71235) (-4040 . 71099) (-4041 . 70834) (-4042 . 70760)
+ (-4043 . 70664) (-4044 . 70283) (-4045 . 69952) (-4046 . 69837)
+ (-4047 . 69766) (-4048 . 69556) (-4049 . 69133) (-4050 . 69003)
+ (-4051 . 68782) (-4052 . 68675) (-4053 . 68509) (-4054 . 68432)
+ (-4055 . 68398) (-4056 . 68344) (-4057 . 68032) (-4058 . 67976)
+ (-4059 . 67874) (-4060 . 67729) (-4061 . 67586) (-4062 . 67311)
+ (-4063 . 67176) (-4064 . 67102) (-4065 . 66681) (-4066 . 66558)
+ (-4067 . 66434) (-4068 . 66384) (-4069 . 66217) (-4070 . 66020)
+ (-4071 . 65868) (-4072 . 65553) (-4073 . 65419) (-4074 . 65366)
+ (-4075 . 65092) (-4076 . 65058) (-4077 . 65005) (-4078 . 64952)
+ (-4079 . 64730) (-4080 . 64646) (-4081 . 64444) (-4082 . 64220)
+ (-4083 . 63316) (-4084 . 63009) (-4085 . 62956) (-4086 . 62896)
+ (-4087 . 62748) (-4088 . 62614) (-4089 . 62580) (-4090 . 62510)
+ (-4091 . 62482) (-4092 . 61993) (-4093 . 61908) (-4094 . 61802)
+ (-4095 . 57739) (-4096 . 57562) (-4097 . 57458) (-4098 . 57293)
+ (-4099 . 57156) (-4100 . 57103) (-4101 . 56567) (-4102 . 56324)
+ (-4103 . 56215) (-4104 . 55922) (-4105 . 55769) (-4106 . 55652)
+ (-4107 . 55599) (-4108 . 55529) (-4109 . 55448) (-4110 . 55282)
+ (-4111 . 55229) (-4112 . 55131) (-4113 . 55035) (-4114 . 54966)
+ (-4115 . 54006) (-4116 . 53893) (-4117 . 53777) (-4118 . 53630)
+ (-4119 . 53476) (-4120 . 53321) (-4121 . 53133) (-4122 . 52990)
+ (-4123 . 52946) (-4124 . 52849) (-4125 . 52238) (-4126 . 52185)
+ (-4127 . 52032) (-4128 . 51944) (-4129 . 51584) (* . 47038)
+ (-4131 . 46886) (-4132 . 46787) (-4133 . 46655) (-4134 . 46528)
+ (-4135 . 46462) (-4136 . 46352) (-4137 . 44007) (-4138 . 43934)
+ (-4139 . 43837) (-4140 . 43666) (-4141 . 43581) (-4142 . 43507)
+ (-4143 . 43387) (-4144 . 43068) (-4145 . 42975) (-4146 . 42872)
+ (-4147 . 42557) (-4148 . 42469) (-4149 . 42416) (-4150 . 42270)
+ (-4151 . 42215) (-4152 . 42163) (-4153 . 41873) (-4154 . 41777)
+ (-4155 . 40689) (-4156 . 40657) (-4157 . 40299) (-4158 . 40233)
+ (-4159 . 40075) (-4160 . 40023) (-4161 . 39853) (-4162 . 39678)
+ (-4163 . 39428) (-4164 . 39340) (-4165 . 39231) (-4166 . 39159)
+ (-4167 . 39054) (-4168 . 38886) (-4169 . 38681) (-4170 . 38607)
+ (-4171 . 38389) (-4172 . 38193) (-4173 . 37947) (-4174 . 37847)
+ (-4175 . 37682) (-4176 . 37604) (-4177 . 37286) (-4178 . 37234)
+ (-4179 . 37105) (-4180 . 37034) (-4181 . 36955) (-4182 . 36818)
+ (-4183 . 36682) (-4184 . 35654) (-4185 . 35559) (-4186 . 35480)
+ (-4187 . 35412) (-4188 . 35165) (-4189 . 35079) (-4190 . 34697)
+ (-4191 . 34483) (-4192 . 34421) (-4193 . 34338) (-4194 . 33743)
+ (-4195 . 33560) (-4196 . 32900) (-4197 . 32848) (-4198 . 32767)
+ (-4199 . 32623) (-4200 . 32078) (-4201 . 31960) (-4202 . 31318)
+ (-4203 . 30883) (-4204 . 30692) (-4205 . 30640) (-4206 . 30527)
+ (-4207 . 30450) (-4208 . 30393) (-4209 . 30280) (-4210 . 30008)
+ (-4211 . 28230) (-4212 . 28152) (-4213 . 28034) (-4214 . 27948)
+ (-4215 . 27755) (-4216 . 27687) (-4217 . 27568) (-4218 . 27496)
+ (-4219 . 27389) (-4220 . 27285) (-4221 . 27213) (-4222 . 27131)
+ (-4223 . 27063) (-4224 . 26975) (-4225 . 26892) (-4226 . 26814)
+ (-4227 . 26780) (-4228 . 26699) (-4229 . 26642) (-4230 . 26545)
+ (-4231 . 26373) (-4232 . 26300) (-4233 . 24517) (-4234 . 24446)
+ (-4235 . 24327) (-4236 . 24214) (-4237 . 23968) (-4238 . 23869)
+ (-4239 . 23816) (-4240 . 23750) (-4241 . 23374) (-4242 . 23195)
+ (-4243 . 23124) (-4244 . 23075) (-4245 . 22726) (-4246 . 22568)
+ (-4247 . 22413) (-4248 . 20981) (-4249 . 20926) (-4250 . 20708)
+ (-4251 . 20634) (-4252 . 20560) (-4253 . 20217) (-4254 . 19621)
+ (-4255 . 19164) (-4256 . 19107) (-4257 . 19055) (-4258 . 18958)
+ (-4259 . 18843) (-4260 . 18749) (-4261 . 18546) (-4262 . 18437)
+ (-4263 . 18349) (-4264 . 17509) (-4265 . 17092) (-4266 . 16934)
+ (-4267 . 16716) (-4268 . 16327) (-4269 . 16152) (-4270 . 15957)
+ (-4271 . 15813) (-4272 . 15239) (-4273 . 14605) (-4274 . 14455)
+ (-4275 . 14349) (-4276 . 14146) (-4277 . 14090) (-4278 . 13843)
+ (-4279 . 13325) (-4280 . 13196) (-4281 . 12944) (-4282 . 12745)
+ (-4283 . 12668) (-4284 . 12615) (-4285 . 12545) (-4286 . 12362)
+ (-4287 . 12246) (-4288 . 12123) (-4289 . 12071) (-4290 . 11791)
+ (-4291 . 11705) (-4292 . 10991) (-4293 . 10868) (-4294 . 10618)
+ (-4295 . 10541) (-4296 . 10318) (-4297 . 10000) (-4298 . 9857)
+ (-4299 . 9727) (-4300 . 9135) (-4301 . 9031) (-4302 . 8882)
+ (-4303 . 8830) (-4304 . 8117) (-4305 . 8040) (-4306 . 7852)
+ (-4307 . 7778) (-4308 . 7638) (-4309 . 7569) (-4310 . 7514)
+ (-4311 . 7323) (-4312 . 6648) (-4313 . 6565) (-4314 . 6356)
+ (-4315 . 6300) (-4316 . 6189) (-4317 . 6046) (-4318 . 5922)
+ (-4319 . 5869) (-4320 . 5239) (-4321 . 5181) (-4322 . 5098)
+ (-4323 . 5012) (-4324 . 4912) (-4325 . 4813) (-4326 . 4653)
+ (-4327 . 4053) (-4328 . 4000) (-4329 . 3927) (-4330 . 3814)
+ (-4331 . 3740) (-4332 . 3549) (-4333 . 3472) (-4334 . 3384)
+ (-4335 . 3115) (-4336 . 3041) (-4337 . 2910) (-4338 . 2651)
+ (-4339 . 2485) (-4340 . 2413) (-4341 . 2098) (-4342 . 1969)
+ (-4343 . 1757) (-4344 . 1594) (-4345 . 1527) (-4346 . 563)
+ (-4347 . 494) (-4348 . 346) (-4349 . 30)) \ No newline at end of file